Home
last modified time | relevance | path

Searched refs:auxv (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/private/
DKernelArgumentBlock.h46 auxv = reinterpret_cast<ElfW(auxv_t)*>(p); in KernelArgumentBlock()
52 for (ElfW(auxv_t)* v = auxv; v->a_type != AT_NULL; ++v) { in getauxval()
63 ElfW(auxv_t)* auxv;
Dbionic_globals.h82 ElfW(auxv_t)* auxv = nullptr;
/bionic/tests/libs/
Dld_config_test_helper.cpp20 #if __has_include(<sys/auxv.h>)
29 #if __has_include(<sys/auxv.h>) in main()
/bionic/libc/bionic/
D__libc_init_main_thread.cpp72 __libc_shared_globals()->auxv = args.auxv; in __libc_init_main_thread_early()
Dgetauxval.cpp41 for (ElfW(auxv_t)* v = __libc_shared_globals()->auxv; v->a_type != AT_NULL; ++v) { in __bionic_getauxval()
/bionic/linker/
Dlinker_wrapper.cpp69 for (ElfW(auxv_t)* v = args.auxv; v->a_type != AT_NULL; ++v) { in __linker_init()
Dlinker_main.cpp566 if (__libc_shared_globals()->auxv != nullptr) {
/bionic/libc/kernel/uapi/linux/
Dprctl.h108 __u64 * auxv; member
/bionic/tests/
Dlink_test.cpp32 #if __has_include(<sys/auxv.h>)
122 #if __has_include(<sys/auxv.h>) in TEST()
Ddlfcn_test.cpp24 #if __has_include(<sys/auxv.h>)
261 #if __has_include(<sys/auxv.h>) in TEST()
/bionic/docs/
Dstatus.md190 * <sys/auxv.h> `getauxval`.