Home
last modified time | relevance | path

Searched refs:AT_NULL (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h50 aux->a_type != AT_NULL; ++aux) { in getauxval()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h54 aux->a_type != AT_NULL; ++aux) { in getauxval()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddriver-rs6000.cc226 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 Ddriver-rs6000.c226 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 Dlinux_exec_powerpc.c168 a->a_type = AT_NULL; in ELFNAME2()
/netbsd-src/lib/libc/dlfcn/
H A Ddlfcn_elf.c162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in dl_iterate_phdr_setup()
/netbsd-src/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c44 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in getauxval()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c233 a->a_type = AT_NULL; in linux32_elf32_copyargs()
/netbsd-src/lib/csu/common/
H A Dcrt0-common.c225 for (; aux->a_type != AT_NULL; ++aux) { in relocate_self()
/netbsd-src/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c232 esd.ai[i].a_type = AT_NULL; in ELFNAME2()
/netbsd-src/external/bsd/file/dist/src/
H A Dreadelf.h68 #define AT_NULL 0 /* end of vector */ macro
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h496 #define AT_NULL 0 /* Marks end of array */ macro
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h568 #define AT_NULL 0 /* Marks end of array */ macro
/netbsd-src/sys/compat/linux/common/
H A Dlinux_exec_elf32.c569 a->a_type = AT_NULL; in ELFNAME2()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d905 enum AT_NULL = 0;
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1324 #define AT_NULL 0 /* End of vector */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1354 #define AT_NULL 0 /* End of vector */ macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c949 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 Dmmaptrace.c970 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 Delf.h746 #define AT_NULL 0 /* Marks end of array */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h771 #define AT_NULL 0 /* Marks end of array */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h771 #define AT_NULL 0 /* Marks end of array */ macro
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_bytetransfer_wait.h380 for (aip = ai; aip->a_type != AT_NULL; aip++) in bytes_transfer()
/netbsd-src/sys/sys/
H A Dexec_elf.h865 #define AT_NULL 0 /* Marks end of array */ macro
/netbsd-src/lib/libpthread/
H A Dpthread.c1263 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in pthread__initmainstack()

12