mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-16 13:44:14 +00: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)
|