Searched refs:AT_HWCAP (Results 1 – 18 of 18) sorted by relevance
139 static const unsigned long AT_HWCAP = 16; in OPENSSL_cpuid_setup() local140 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
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()
63 AT_HWCAP = 16, ///< Machine dependent hints about processor capabilities. enumerator
156 case ENTRY_NAME(AT_HWCAP); break; in GetEntryName()
93 #define AT_HWCAP 16106 if (entry.tag == AT_HWCAP) {
88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
684 case AT_HWCAP: in setup_client_stack()
996 #define AT_HWCAP 16 /* Machine-dependent hints about macro
875 #define AT_HWCAP 16 /* Machine dependent hints about macro