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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h49 aux->a_type != AT_NULL; ++aux) {
/freebsd-11-stable/sys/riscv/include/
H A Delf.h69 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h71 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h69 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h79 #define AT_NULL 0 /* Terminates the vector. */ macro
167 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h88 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/sys/arm/include/
H A Delf.h63 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h123 #define AT_NULL 0 /* Terminates the vector. */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c71 case AT_NULL:
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c79 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) {
H A Ddlfcn.c174 for (auxp = __elf_aux_vector; auxp->a_type != AT_NULL; auxp++) {
H A Dtls.c439 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.c205 TAG (AT_NULL, "End of vector", hex);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c238 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h66 #define AT_NULL 0 /* end of vector */ macro
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h752 #define AT_NULL 0 /* End of vector */ macro
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c1690 if (aux.a_type == AT_NULL)
1694 if (aux.a_type != AT_NULL)
1772 * stack until AT_NULL vector is returned. So (to keep the code
1781 if (aux.a_type == AT_NULL)
1787 * not reached AT_NULL, it is most likely we are reading wrong
1791 if (aux.a_type != AT_NULL)
H A Dimgact_elf.c1157 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c283 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c252 AUXARGS_ENTRY_32(pos, AT_NULL, 0);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c257 AUXARGS_ENTRY(pos, AT_NULL, 0);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c393 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
524 if (auxp->a_type == AT_NULL)
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2461 for (aip = ai; aip->a_type != AT_NULL; aip++)

Completed in 271 milliseconds