Lines Matching refs:AT_HWCAP2
49323 AT_HWCAP2 entries.
64855 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
64857 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
64860 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
64868 hardware capabilities in support of AT_HWCAP2.
64869 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
64870 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
64873 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
64875 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
64879 to macro prototype for AT_HWCAP2 support.
64883 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
64884 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
64963 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.