repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix bugs in powerpc pthread_once.
[glibc.git]
/
ports
/
sysdeps
/
arm
/
rtld-global-offsets.sym
blob
ff4e97f2a6e233f0ed9273259402f219fe8b4cef
1
#define SHARED 1
2
3
#include <ldsodefs.h>
4
5
#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
6
7
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtld_global_ro_offsetof (_dl_hwcap)