about summary refs log tree commit diff
path: root/sysdeps/powerpc/rtld-global-offsets.sym
blob: 6b348fd5221d0903e2e39a71d79aa1c512bef0ef (plain) (blame)
1
2
3
4
5
6
7
8
9
#define SHARED 1

#include <ldsodefs.h>

#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)

RTLD_GLOBAL_RO_DL_HWCAP_OFFSET	rtld_global_ro_offsetof (_dl_hwcap)
RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET	rtld_global_ro_offsetof (_dl_hwcap2)
RTLD_GLOBAL_RO_DL_CACHE_LINE_SIZE_OFFSET	rtld_global_ro_offsetof (_dl_cache_line_size)