Home
last modified time | relevance | path

Searched refs:AT_EXECPATH (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/x86/include/
HDelf.h94 #define AT_EXECPATH 15 /* Path to the executable. */ macro
179 #define AT_EXECPATH 15 /* Path to the executable. */ macro
/NextBSD/sys/arm64/include/
HDelf.h84 #define AT_EXECPATH 15 /* Path to the executable. */ macro
/NextBSD/sys/riscv/include/
HDelf.h84 #define AT_EXECPATH 15 /* Path to the executable. */ macro
/NextBSD/sys/sparc64/include/
HDelf.h86 #define AT_EXECPATH 15 /* Path to the executable. */ macro
/NextBSD/sys/arm/include/
HDelf.h81 #define AT_EXECPATH 15 /* Path to the executable. */ macro
/NextBSD/sys/powerpc/include/
HDelf.h101 #define AT_EXECPATH 13 /* Path to the executable. */ macro
/NextBSD/sys/mips/include/
HDelf.h138 #define AT_EXECPATH 15 /* Path to the executable. */ macro
/NextBSD/lib/libc/gen/
HDdlfcn.c163 case AT_EXECPATH: in dl_init_phdr_info()
/NextBSD/usr.bin/procstat/
HDprocstat_auxv.c135 case AT_EXECPATH: in procstat_auxv()
/NextBSD/libexec/rtld-elf/
HDrtld.c523 if (aux_info[AT_EXECPATH] != 0) { in _rtld()
527 kexecpath = aux_info[AT_EXECPATH]->a_un.a_ptr; in _rtld()
/NextBSD/sys/kern/
HDimgact_elf.c1075 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()