Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_wrapper.cpp69 for (ElfW(auxv_t)* v = args.auxv; v->a_type != AT_NULL; ++v) { in __linker_init()
70 if (v->a_type == AT_BASE) { in __linker_init()
74 if (v->a_type == AT_ENTRY) { in __linker_init()
/bionic/libc/bionic/
Dgetauxval.cpp41 for (ElfW(auxv_t)* v = __libc_shared_globals()->auxv; v->a_type != AT_NULL; ++v) { in __bionic_getauxval()
42 if (v->a_type == type) { in __bionic_getauxval()
/bionic/libc/private/
DKernelArgumentBlock.h52 for (ElfW(auxv_t)* v = auxv; v->a_type != AT_NULL; ++v) { in getauxval()
53 if (v->a_type == type) { in getauxval()
/bionic/libc/include/
Delf.h46 __u32 a_type; member
53 __u64 a_type; member