Home
last modified time | relevance | path

Searched defs:getauxval (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { getauxval() function
/llvm-project/libc/test/UnitTest/
H A DHermeticTestUtils.cpp31 [[gnu::weak]] unsigned long getauxval(unsigned long id) { return 0; } getauxval() function
/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp7067 unsigned long getauxval(unsigned long) { return 0; } in getauxval() function