Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval()
49 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo(); in getauxval()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp83 static void printError(const ErrorInfoBase &EI, StringRef AuxInfo) { in printError() argument
85 if (!AuxInfo.empty()) in printError()
86 errs() << "'" << AuxInfo << "': "; in printError()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp964 size_t auxv_size = 100 * sizeof(AuxInfo);
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2427 AuxInfo ai[100], *aip; in ATF_TC_BODY()