Blame sysdeps/powerpc/rtld-global-offsets.sym
|
Packit |
6c4009 |
#define SHARED 1
|
|
Packit |
6c4009 |
|
|
Packit |
6c4009 |
#include <ldsodefs.h>
|
|
Packit |
6c4009 |
|
|
Packit |
6c4009 |
#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
|
|
Packit |
6c4009 |
|
|
Packit |
6c4009 |
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtld_global_ro_offsetof (_dl_hwcap)
|
|
Packit |
6c4009 |
RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET rtld_global_ro_offsetof (_dl_hwcap2)
|