Searched refs:auxv (Results 1 – 11 of 11) sorted by relevance
46 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;
82 ElfW(auxv_t)* auxv = nullptr;
20 #if __has_include(<sys/auxv.h>)29 #if __has_include(<sys/auxv.h>) in main()
72 __libc_shared_globals()->auxv = args.auxv; in __libc_init_main_thread_early()
41 for (ElfW(auxv_t)* v = __libc_shared_globals()->auxv; v->a_type != AT_NULL; ++v) { in __bionic_getauxval()
69 for (ElfW(auxv_t)* v = args.auxv; v->a_type != AT_NULL; ++v) { in __linker_init()
566 if (__libc_shared_globals()->auxv != nullptr) {
108 __u64 * auxv; member
32 #if __has_include(<sys/auxv.h>)122 #if __has_include(<sys/auxv.h>) in TEST()
24 #if __has_include(<sys/auxv.h>)261 #if __has_include(<sys/auxv.h>) in TEST()
190 * <sys/auxv.h> `getauxval`.