Home
last modified time | relevance | path

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

/bionic/tests/
Difunc_test.cpp77 EXPECT_EQ(getauxval(AT_HWCAP) | _IFUNC_ARG_HWCAP, g_hwcap); in TEST()
80 EXPECT_EQ(getauxval(AT_HWCAP), g_arg._hwcap); in TEST()
83 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.cpp47 arg._hwcap = getauxval(AT_HWCAP); in __bionic_call_ifunc_resolver()
57 hwcap = getauxval(AT_HWCAP); in __bionic_call_ifunc_resolver()
/bionic/libc/kernel/uapi/linux/
Dauxvec.h38 #define AT_HWCAP 16 macro