HomeSort by: relevance | last modified time | path
    Searched refs:AT_NULL (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/compat/linux/arch/powerpc/
linux_exec_powerpc.c 168 a->a_type = AT_NULL;
  /src/lib/libc/dlfcn/
dlfcn_elf.c 162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 47 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 233 a->a_type = AT_NULL;
  /src/lib/csu/common/
crt0-common.c 228 for (; aux->a_type != AT_NULL; ++aux) {
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 496 #define AT_NULL 0 /* Marks end of array */
  /src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c 232 esd.ai[i].a_type = AT_NULL;
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 568 #define AT_NULL 0 /* Marks end of array */
  /src/sys/compat/linux/common/
linux_exec_elf32.c 569 a->a_type = AT_NULL;
  /src/sys/kern/
exec_elf.c 240 a->a_type = AT_NULL;
  /src/tools/arm-elf2aout/sys/
exec_elf.h 771 #define AT_NULL 0 /* Marks end of array */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 771 #define AT_NULL 0 /* Marks end of array */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 746 #define AT_NULL 0 /* Marks end of array */
  /src/tests/lib/libc/sys/
t_ptrace_bytetransfer_wait.h 379 for (aip = ai; aip->a_type != AT_NULL; aip++)
  /src/sys/sys/
exec_elf.h 876 #define AT_NULL 0 /* Marks end of array */
  /src/lib/libpthread/
pthread.c 1339 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
  /src/libexec/ld.elf_so/
rtld.c 522 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) {

Completed in 63 milliseconds