Home
last modified time | relevance | path

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

/bionic/tests/
Difunc_test.cpp97 EXPECT_EQ(getauxval(AT_HWCAP) | _IFUNC_ARG_HWCAP, g_hwcap); in TEST()
100 EXPECT_EQ(getauxval(AT_HWCAP), g_arg._hwcap); in TEST()
103 EXPECT_EQ(getauxval(AT_HWCAP), g_hwcap); in TEST()
108 EXPECT_EQ(getauxval(AT_HWCAP), g_hwcap); in TEST()
Dsys_auxv_test.cpp34 __attribute__((__unused__)) unsigned long hwcap = getauxval(AT_HWCAP); in TEST()
/bionic/libc/bionic/
Dbionic_call_ifunc_resolver.cpp48 arg._hwcap = getauxval(AT_HWCAP); in __bionic_call_ifunc_resolver()
54 static unsigned long hwcap = getauxval(AT_HWCAP); in __bionic_call_ifunc_resolver()
61 static uint64_t hwcap = getauxval(AT_HWCAP); in __bionic_call_ifunc_resolver()
Dpthread_create.cpp375 static const bool pac_supported = getauxval(AT_HWCAP) & HWCAP_PACA; in __pthread_start()
/bionic/linker/
Dlinker_auxv.cpp56 case AT_HWCAP: return "AT_HWCAP"; in auxv_name()
115 case AT_HWCAP: in ld_show_auxv()
/bionic/libc/kernel/uapi/linux/
Dauxvec.h26 #define AT_HWCAP 16 macro
/bionic/libc/include/bits/
Delf_common.h983 #define AT_HWCAP 25 /* CPU feature flags. */