mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
|
#define SHARED 1
|
||
|
|
||
|
#include <ldsodefs.h>
|
||
|
|
||
|
#define GLRO_offsetof(name) offsetof (struct rtld_global_ro, _##name)
|
||
|
|
||
|
-- Offsets of _rtld_global_ro in libc.so
|
||
|
|
||
|
GLRO_DL_HWCAP_OFFSET GLRO_offsetof (dl_hwcap)
|
||
|
GLRO_DL_HWCAP2_OFFSET GLRO_offsetof (dl_hwcap2)
|