Searched refs:a_type (Results 1 – 5 of 5) sorted by relevance
71 for (ElfW(auxv_t)* v = args.auxv; v->a_type != AT_NULL; ++v) { in __linker_init()72 if (v->a_type == AT_BASE) { in __linker_init()76 if (v->a_type == AT_ENTRY) { in __linker_init()
103 for (ElfW(auxv_t)* v = auxv; v->a_type != AT_NULL; ++v) { in ld_show_auxv()104 const char* name = auxv_name(v->a_type); in ld_show_auxv()106 switch (v->a_type) { in ld_show_auxv()
43 for (ElfW(auxv_t)* v = __libc_shared_globals()->auxv; v->a_type != AT_NULL; ++v) { in __bionic_getauxval()44 if (v->a_type == type) { in __bionic_getauxval()
52 for (ElfW(auxv_t)* v = auxv; v->a_type != AT_NULL; ++v) { in getauxval()53 if (v->a_type == type) { in getauxval()
45 __u32 a_type; member52 __u64 a_type; member