Searched refs:auxargs (Results 1 – 7 of 7) sorted by relevance
56 args = (Elf_Auxargs *)imgp->auxargs; in __elfN()98 free(imgp->auxargs, M_TEMP); in __elfN()99 imgp->auxargs = NULL; in __elfN()
346 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()
69 void *auxargs; /* ELF Auxinfo structure pointer */ member
630 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()
1696 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()
1425 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()
3631 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()