Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Delf_common.c56 args = (Elf_Auxargs *)imgp->auxargs; in __elfN()
98 free(imgp->auxargs, M_TEMP); in __elfN()
99 imgp->auxargs = NULL; in __elfN()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c346 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in __linuxN()
374 if (imgp->auxargs) { in __linuxN()
456 if (imgp->auxargs) { in __linuxN()
500 args = imgp->auxargs; in __linuxN()
538 free(imgp->auxargs, M_TEMP); in __linuxN()
539 imgp->auxargs = NULL; in __linuxN()
/freebsd/sys/sys/
H A Dimgact.h69 void *auxargs; /* ELF Auxinfo structure pointer */ member
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c630 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in linux_copyout_strings()
653 if (imgp->auxargs) { in linux_copyout_strings()
718 if (imgp->auxargs) { in linux_copyout_strings()
/freebsd/sys/kern/
H A Dkern_exec.c1696 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in exec_copyout_strings()
1735 if (imgp->auxargs) { in exec_copyout_strings()
1812 if (imgp->auxargs) { in exec_copyout_strings()
H A Dimgact_elf.c1425 imgp->auxargs = elf_auxargs; in __CONCAT()
1444 Elf_Auxargs *args = (Elf_Auxargs *)imgp->auxargs; in __elfN()
1516 free(imgp->auxargs, M_TEMP); in __elfN()
1517 imgp->auxargs = NULL; in __elfN()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3631 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in freebsd32_copyout_strings()
3671 if (imgp->auxargs) { in freebsd32_copyout_strings()
3673 * Allocate room on the stack for the ELF auxargs in freebsd32_copyout_strings()
3747 if (imgp->auxargs) { in freebsd32_copyout_strings()