Home
last modified time | relevance | path

Searched refs:_dl_hwcap2 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/elf/
Drtld_static_init.c68 extern __typeof (dl->_dl_hwcap2) _dl_hwcap2 attribute_hidden; in __rtld_static_init()
69 dl->_dl_hwcap2 = _dl_hwcap2; in __rtld_static_init()
Ddl-support.c163 uint64_t _dl_hwcap2; variable
/glibc-2.36/sysdeps/powerpc/
Drtld-global-offsets.sym8 RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET rtld_global_ro_offsetof (_dl_hwcap2)
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dlibc-start.c88 _dl_hwcap2 = (unsigned long int) av->a_un.a_val; in __libc_start_main_impl()
/glibc-2.36/sysdeps/generic/
Dldsodefs.h651 EXTERN uint64_t _dl_hwcap2; member
/glibc-2.36/ChangeLog.old/
DChangeLog.183654 * elf/dl-support.c (_dl_hwcap2)[HAVE_TUNABLES]: Drop
64850 rtld_global._dl_hwcap2.
64854 POWER8 feature descriptions defined in _dl_hwcap2.
64863 _dl_hwcap2 in the rtld_global_ro structure.
64867 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
64876 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
DChangeLog.233947 (_dl_hwcap2): Modified.