Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c161 args = (Elf64_Auxargs *)imgp->auxargs; in linux_copyout_auxargs()
193 free(imgp->auxargs, M_TEMP); in linux_copyout_auxargs()
194 imgp->auxargs = NULL; in linux_copyout_auxargs()
231 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
262 if (imgp->auxargs) { in linux_copyout_strings()
331 if (imgp->auxargs) { in linux_copyout_strings()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c260 args = (Elf64_Auxargs *)imgp->auxargs; in linux_copyout_auxargs()
289 free(imgp->auxargs, M_TEMP); in linux_copyout_auxargs()
290 imgp->auxargs = NULL; in linux_copyout_auxargs()
331 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
362 if (imgp->auxargs) { in linux_copyout_strings()
433 if (imgp->auxargs) { in linux_copyout_strings()
/f-stack/freebsd/sys/
H A Dimgact.h76 void *auxargs; /* ELF Auxinfo structure pointer */ member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c203 args = (Elf32_Auxargs *)imgp->auxargs; in linux_copyout_auxargs()
242 free(imgp->auxargs, M_TEMP); in linux_copyout_auxargs()
243 imgp->auxargs = NULL; in linux_copyout_auxargs()
282 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
318 if (imgp->auxargs) { in linux_copyout_strings()
383 if (imgp->auxargs) { in linux_copyout_strings()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c197 args = (Elf32_Auxargs *)imgp->auxargs; in linux_copyout_auxargs()
237 free(imgp->auxargs, M_TEMP); in linux_copyout_auxargs()
238 imgp->auxargs = NULL; in linux_copyout_auxargs()
746 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
776 if (imgp->auxargs) { in linux_copyout_strings()
841 if (imgp->auxargs) { in linux_copyout_strings()
/f-stack/freebsd/kern/
H A Dkern_exec.c1577 if (imgp->execpath != NULL && imgp->auxargs != NULL) in exec_copyout_strings()
1646 if (imgp->auxargs) { in exec_copyout_strings()
1723 if (imgp->auxargs) { in exec_copyout_strings()
H A Dimgact_elf.c1333 imgp->auxargs = elf_auxargs; in __CONCAT()
1352 Elf_Auxargs *args = (Elf_Auxargs *)imgp->auxargs; in __elfN()
1404 free(imgp->auxargs, M_TEMP); in __elfN()
1405 imgp->auxargs = NULL; in __elfN()