Searched refs:AT_NULL (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h49 aux->a_type != AT_NULL; ++aux) {
/freebsd-12-stable/sys/sparc64/include/
H A Delf.h73 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h81 #define AT_NULL 0 /* Terminates the vector. */ macro
169 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h94 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h69 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h127 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h65 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h72 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dauxv.c81 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) {
H A Ddlfcn.c178 for (auxp = __elf_aux_vector; auxp->a_type != AT_NULL; auxp++) {
H A Dtls.c441 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c72 case AT_NULL:
/freebsd-12-stable/contrib/gdb/gdb/
H A Dauxv.c205 TAG (AT_NULL, "End of vector", hex);
/freebsd-12-stable/contrib/file/src/
H A Dreadelf.h66 #define AT_NULL 0 /* end of vector */ macro
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dcommon.h752 #define AT_NULL 0 /* End of vector */ macro
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysvec.c196 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-12-stable/sys/kern/
H A Dkern_proc.c1775 if (aux.a_type == AT_NULL)
1779 if (aux.a_type != AT_NULL)
1857 * stack until AT_NULL vector is returned. So (to keep the code
1866 if (aux.a_type == AT_NULL)
1872 * not reached AT_NULL, it is most likely we are reading wrong
1876 if (aux.a_type != AT_NULL)
H A Dimgact_elf.c1381 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c246 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysvec.c269 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c241 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c411 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
520 if (auxp->a_type == AT_NULL)
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2461 for (aip = ai; aip->a_type != AT_NULL; aip++)

Completed in 321 milliseconds