rtld-global-offsets.sym 407 B

123456789101112131415
  1. #define SHARED 1
  2. #include <ldsodefs.h>
  3. #define GLRO_offsetof(name) offsetof (struct rtld_global_ro, _##name)
  4. #define GL_offsetof(name) offsetof (struct rtld_global, _##name)
  5. -- Offsets of _rtld_global_ro in libc.so
  6. GLRO_DL_HWCAP_OFFSET GLRO_offsetof (dl_hwcap)
  7. GLRO_DL_HWCAP2_OFFSET GLRO_offsetof (dl_hwcap2)
  8. -- Offsets of _rtld_global in libc.so
  9. GL_DL_AARCH64_GCS_OFFSET GL_offsetof (dl_aarch64_gcs)