Searched refs:execpathp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | imgact.h | 78 unsigned long execpathp; member
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysvec.c | 304 if (imgp->execpathp != 0) in elf_linux_fixup() 305 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup() 352 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 353 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-10-stable/sys/i386/linux/ |
| D | linux_sysvec.c | 282 if (imgp->execpathp != 0) in elf_linux_fixup() 283 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup() 332 imgp->execpathp = (uintptr_t)arginfo - in linux_copyout_strings() 334 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux32_sysvec.c | 273 if (imgp->execpathp != 0) in elf_linux_fixup() 274 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in elf_linux_fixup() 868 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 869 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-10-stable/sys/kern/ |
| D | imgact_elf.c | 1079 if (imgp->execpathp != 0) in __elfN() 1080 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
|
| D | kern_exec.c | 1332 imgp->execpathp = destp;
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_misc.c | 2960 imgp->execpathp = destp; in freebsd32_copyout_strings()
|