Searched refs:execpathp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/arm64/linux/ |
| D | linux_sysvec.c | 192 if (imgp->execpathp != 0) in linux_elf_fixup() 193 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_elf_fixup() 241 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 242 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12-stable/sys/sys/ |
| D | imgact.h | 81 unsigned long execpathp; member
|
| /freebsd-12-stable/sys/amd64/linux/ |
| D | linux_sysvec.c | 265 if (imgp->execpathp != 0) in linux_fixup_elf() 266 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_fixup_elf() 318 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 319 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12-stable/sys/amd64/linux32/ |
| D | linux32_sysvec.c | 237 if (imgp->execpathp != 0) in linux_fixup_elf() 238 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in linux_fixup_elf() 748 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 749 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12-stable/sys/i386/linux/ |
| D | linux_sysvec.c | 242 if (imgp->execpathp != 0) in linux_fixup_elf() 243 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_fixup_elf() 295 imgp->execpathp = (uintptr_t)arginfo - in linux_copyout_strings() 297 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12-stable/sys/kern/ |
| D | imgact_elf.c | 1364 if (imgp->execpathp != 0) in __elfN() 1365 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
|
| D | kern_exec.c | 1569 imgp->execpathp = destp; in exec_copyout_strings()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_misc.c | 3248 imgp->execpathp = destp; in freebsd32_copyout_strings()
|