a_type             33 arch/um/os-Linux/elf_aux.c 	for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
a_type             34 arch/um/os-Linux/elf_aux.c 		switch ( auxv->a_type ) {
a_type             65 tools/testing/selftests/powerpc/utils.c 	while (p->a_type != AT_NULL) {
a_type             66 tools/testing/selftests/powerpc/utils.c 		if (p->a_type == type)
a_type            260 tools/testing/selftests/vDSO/parse_vdso.c 	for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++)
a_type            262 tools/testing/selftests/vDSO/parse_vdso.c 		if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) {
a_type             41 tools/testing/selftests/x86/test_syscall_vdso.c 	for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++)
a_type             42 tools/testing/selftests/x86/test_syscall_vdso.c 		if (auxv->a_type == AT_SYSINFO)