OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getauxval
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_getauxval.h
10
// Common
getauxval
() guards and definitions.
11
//
getauxval
() is not defined until glibc version 2.16, or until API level 21
39
// The weak
getauxval
definition allows to check for the function at runtime.
43
unsigned long
getauxval
(unsigned long type); // NOLINT
sanitizer_linux_libcdep.cc
840
pathname = reinterpret_cast<const char *>(
getauxval
(AT_EXECFN));
sanitizer_linux.cc
1087
return
getauxval
(AT_PAGESZ);
/src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c
43
getauxval
(unsigned int type)
function in typeref:typename:long int
63
phdr = (void *)
getauxval
(AT_PHDR);
64
phnum = (Elf_Half)
getauxval
(AT_PHNUM);
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc
36
return module.base_address() ==
getauxval
(AT_BASE);
Completed in 14 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025