Searched refs:AT_HWCAP (Results 1 – 21 of 21) sorted by relevance
148 static const unsigned long AT_HWCAP = 16; in OPENSSL_cpuid_setup() local149 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
39 if (a_type != AT_HWCAP) in EBLHOOK()
24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
33 LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP | grep -w $CAPABILITY_WORD 2>&1 > /dev/null
51 if (auxv->a_type == AT_HWCAP) { in arch_init()
111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
475 #define AT_HWCAP 16 macro543 if (entry.tag == AT_HWCAP) { in get_elf_hwcap_from_proc_self_auxv()771 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP); in android_cpuInit()958 hwcaps = get_elf_hwcap_from_getauxval(AT_HWCAP); in android_cpuInit()
114 result = static_cast<uint32_t>(getauxval(AT_HWCAP));125 if (entry.tag == AT_HWCAP) {
422 #define AT_HWCAP 16 macro461 if (entry.tag == AT_HWCAP) { in get_elf_hwcap()
88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
684 case AT_HWCAP: in setup_client_stack()
334 if (auxv.a_type == AT_HWCAP) in initialize()
1022 #define AT_HWCAP 16 /* Machine-dependent hints about macro
1344 # The AT_HWCAP entries are generated by glibc, and are based on1352 AC_MSG_CHECKING([if AT_HWCAP contains the $AUXV_CHECK_FOR indicator])1353 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
3681 if (aux.a_type == AT_HWCAP && in png_have_hwcap()
875 #define AT_HWCAP 16 /* Machine dependent hints about macro