Searched refs:execpathp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 197 if (imgp->execpathp != 0) in linux_elf_fixup() 198 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_elf_fixup() 246 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 247 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12.1/sys/sys/ |
| H A D | imgact.h | 81 unsigned long execpathp; member
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 280 if (imgp->execpathp != 0) in linux_fixup_elf() 281 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_fixup_elf() 333 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 334 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 246 if (imgp->execpathp != 0) in linux_fixup_elf() 247 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in linux_fixup_elf() 791 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 792 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysvec.c | 256 if (imgp->execpathp != 0) in linux_fixup_elf() 257 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_fixup_elf() 309 imgp->execpathp = (uintptr_t)arginfo - in linux_copyout_strings() 311 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_elf.c | 1330 if (imgp->execpathp != 0) in __elfN() 1331 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
|
| H A D | kern_exec.c | 1525 imgp->execpathp = destp; in exec_copyout_strings()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 3178 imgp->execpathp = destp; in freebsd32_copyout_strings()
|