/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_getauxval.h | 50 aux->a_type != AT_NULL; ++aux) { in getauxval()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_getauxval.h | 54 aux->a_type != AT_NULL; ++aux) { in getauxval()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | driver-rs6000.cc | 226 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av) in elf_platform() 295 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av) in elf_dcachebsize()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | driver-rs6000.c | 226 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av) in elf_platform() 295 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av) in elf_dcachebsize()
|
/netbsd-src/sys/compat/linux/arch/powerpc/ |
H A D | linux_exec_powerpc.c | 168 a->a_type = AT_NULL; in ELFNAME2()
|
/netbsd-src/lib/libc/dlfcn/ |
H A D | dlfcn_elf.c | 162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in dl_iterate_phdr_setup()
|
/netbsd-src/tests/libexec/ld.elf_so/ |
H A D | t_rtld_r_debug.c | 44 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in getauxval()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_exec_elf32.c | 233 a->a_type = AT_NULL; in linux32_elf32_copyargs()
|
/netbsd-src/lib/csu/common/ |
H A D | crt0-common.c | 225 for (; aux->a_type != AT_NULL; ++aux) { in relocate_self()
|
/netbsd-src/sys/compat/linux/arch/amd64/ |
H A D | linux_exec_machdep.c | 232 esd.ai[i].a_type = AT_NULL; in ELFNAME2()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | readelf.h | 68 #define AT_NULL 0 /* end of vector */ macro
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | exec_elf.h | 496 #define AT_NULL 0 /* Marks end of array */ macro
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 568 #define AT_NULL 0 /* Marks end of array */ macro
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_exec_elf32.c | 569 a->a_type = AT_NULL; in ELFNAME2()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | elf_common.d | 905 enum AT_NULL = 0;
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 1324 #define AT_NULL 0 /* End of vector */ macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 1354 #define AT_NULL 0 /* End of vector */ macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | mmaptrace.c | 949 for (ap = auxv; ap->a_type != AT_NULL; ap++) in process_vsyscall_page() 959 for (ap = auxv; ap->a_type != AT_NULL; ap++) in process_vsyscall_page()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | mmaptrace.c | 970 for (ap = auxv; ap->a_type != AT_NULL; ap++) in process_vsyscall_page() 980 for (ap = auxv; ap->a_type != AT_NULL; ap++) in process_vsyscall_page()
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 746 #define AT_NULL 0 /* Marks end of array */ macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 771 #define AT_NULL 0 /* Marks end of array */ macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 771 #define AT_NULL 0 /* Marks end of array */ macro
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_ptrace_bytetransfer_wait.h | 380 for (aip = ai; aip->a_type != AT_NULL; aip++) in bytes_transfer()
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 865 #define AT_NULL 0 /* Marks end of array */ macro
|
/netbsd-src/lib/libpthread/ |
H A D | pthread.c | 1263 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in pthread__initmainstack()
|