Home
last modified time | relevance | path

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

/aosp12/bionic/libc/private/
H A 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;
H A Dbionic_globals.h89 ElfW(auxv_t)* auxv = nullptr;
/aosp12/bionic/tests/libs/
H A Dld_config_test_helper.cpp20 #if __has_include(<sys/auxv.h>)
31 #if __has_include(<sys/auxv.h>) in main()
/aosp12/frameworks/libs/native_bridge_support/linker/
H A D__libc_init_main_thread.cpp40 __libc_shared_globals()->auxv = args.auxv; in __libc_init_main_thread_early()
/aosp12/bionic/libc/bionic/
H A D__libc_init_main_thread.cpp75 __libc_shared_globals()->auxv = args.auxv; in __libc_init_main_thread_early()
H A Dgetauxval.cpp41 for (ElfW(auxv_t)* v = __libc_shared_globals()->auxv; v->a_type != AT_NULL; ++v) { in __bionic_getauxval()
/aosp12/bionic/linker/
H A Dlinker_wrapper.cpp69 for (ElfW(auxv_t)* v = args.auxv; v->a_type != AT_NULL; ++v) { in __linker_init()
H A Dlinker_main.cpp639 if (__libc_shared_globals()->auxv != nullptr) { in detect_self_exec()
/aosp12/bionic/tests/
H A Dlink_test.cpp33 #if __has_include(<sys/auxv.h>)
169 #if __has_include(<sys/auxv.h>) in TEST()
H A Ddlfcn_test.cpp24 #if __has_include(<sys/auxv.h>)
261 #if __has_include(<sys/auxv.h>) in TEST()
/aosp12/packages/services/Car/
H A D.clang-format30 …- Regex: '^<sys/(auxv|cachectl|capability|cdefs|endian|epoll|errno|eventfd|fcntl|file|fs…
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dprctl.h108 __u64 * auxv; member
/aosp12/bionic/docs/
H A Dstatus.md213 * <sys/auxv.h> `getauxval`.