Searched refs:__elf_aux_vector (Results 1 – 5 of 5) sorted by relevance
43 void *__elf_aux_vector; variable54 __elf_aux_vector = (Elf_Auxinfo *)sp; in init_aux_vector_once()86 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in init_aux()183 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in _init_aux_powerpc_fixup()261 if (__elf_aux_vector == NULL) in _elf_aux_info()
180 for (auxp = __elf_aux_vector; auxp->a_type != AT_NULL; auxp++) { in dl_init_phdr_info()225 if (__elf_aux_vector == NULL) in dl_iterate_phdr()
571 __elf_aux_vector;
65 extern void *__elf_aux_vector;
56 extern const Elf_Auxinfo *__elf_aux_vector __attribute__ ((weak));963 for (const auto *aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in ReExec()