Home
last modified time | relevance | path

Searched refs:execpathp (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/sys/
HDimgact.h77 unsigned long execpathp; member
/NextBSD/sys/amd64/linux/
HDlinux_sysvec.c302 if (imgp->execpathp != 0) in elf_linux_fixup()
303 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup()
350 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings()
351 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/NextBSD/sys/i386/linux/
HDlinux_sysvec.c280 if (imgp->execpathp != 0) in elf_linux_fixup()
281 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup()
330 imgp->execpathp = (uintptr_t)arginfo - in linux_copyout_strings()
332 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/NextBSD/sys/amd64/linux32/
HDlinux32_sysvec.c271 if (imgp->execpathp != 0) in elf_linux_fixup()
272 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in elf_linux_fixup()
866 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings()
867 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/NextBSD/sys/kern/
HDimgact_elf.c1074 if (imgp->execpathp != 0) in __elfN()
1075 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
HDkern_exec.c1389 imgp->execpathp = destp;
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_misc.c2833 imgp->execpathp = destp; in freebsd32_copyout_strings()