Searched refs:getauxval (Results 1 – 19 of 19) sorted by relevance
38 extern "C" SANITIZER_WEAK_ATTRIBUTE unsigned long getauxval(unsigned long type);48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval() function
887 pathname = reinterpret_cast<const char *>(getauxval(AT_EXECFN)); in ReExec()
1109 return getauxval(AT_PAGESZ); in GetPageSize()
84 static unsigned long getauxval(unsigned long key) in getauxval() function173 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()174 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup()
229 static unsigned long getauxval(unsigned long key) in getauxval() function340 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup()341 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()
50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
136 if (&getauxval && areBionicGlobalsInitialized()) in hasHardwareCRC32()137 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
515 p = (char *) getauxval(AT_RANDOM); in getentropy_fallback()520 p = (char *) getauxval(AT_SYSINFO_EHDR); in getentropy_fallback()525 p = (char *) getauxval(AT_BASE); in getentropy_fallback()
74 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
29 uptr getPageSize() { return getauxval(AT_PAGESZ); } in getPageSize()
66 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
791 unsigned long hwcap = getauxval(AT_HWCAP); in init_have_lse_atomics()
6700 unsigned long getauxval(unsigned long) KMP_WEAK_ATTRIBUTE_EXTERNAL;6701 unsigned long getauxval(unsigned long) { return 0; } in getauxval() function6709 unsigned long res = getauxval(AT_INTELPHIUSERMWAIT); in __kmp_user_level_mwait_init()
283 /* Define to 1 if you have the `getauxval' function. */
1787 AC_CHECK_FUNCS([getauxval])
21054 for ac_func in getauxval
1840 fun:getauxval=uninstrumented
5933 - getauxval test for ppc64 linux compatibility.