Home
last modified time | relevance | path

Searched refs:getauxval (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_getauxval.h38 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
Dsanitizer_linux_libcdep.cpp887 pathname = reinterpret_cast<const char *>(getauxval(AT_EXECFN)); in ReExec()
Dsanitizer_linux.cpp1109 return getauxval(AT_PAGESZ); in GetPageSize()
/freebsd-12-stable/crypto/openssl/crypto/
Darmcap.c84 static unsigned long getauxval(unsigned long key) in getauxval() function
173 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
174 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup()
Dppccap.c229 static unsigned long getauxval(unsigned long key) in getauxval() function
340 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup()
341 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()
Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_utils.cpp136 if (&getauxval && areBionicGlobalsInitialized()) in hasHardwareCRC32()
137 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
/freebsd-12-stable/contrib/unbound/compat/
Dgetentropy_linux.c515 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()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dchecksum.cpp74 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
Dtrusty.cpp29 uptr getPageSize() { return getauxval(AT_PAGESZ); } in getPageSize()
Dmemtag.h66 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_linux.cpp36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dcpu_model.c791 unsigned long hwcap = getauxval(AT_HWCAP); in init_have_lse_atomics()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp6700 unsigned long getauxval(unsigned long) KMP_WEAK_ATTRIBUTE_EXTERNAL;
6701 unsigned long getauxval(unsigned long) { return 0; } in getauxval() function
6709 unsigned long res = getauxval(AT_INTELPHIUSERMWAIT); in __kmp_user_level_mwait_init()
/freebsd-12-stable/contrib/unbound/
Dconfig.h.in283 /* Define to 1 if you have the `getauxval' function. */
Dconfigure.ac1787 AC_CHECK_FUNCS([getauxval])
Dconfigure21054 for ac_func in getauxval
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1840 fun:getauxval=uninstrumented
/freebsd-12-stable/contrib/unbound/doc/
DChangelog5933 - getauxval test for ppc64 linux compatibility.