Searched refs:auxargs (Results 1 – 7 of 7) sorted by relevance
56 args = (Elf_Auxargs *)imgp->auxargs; in __elfN()99 free(imgp->auxargs, M_TEMP); in __elfN()100 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
631 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in linux_copyout_strings()654 if (imgp->auxargs) { in linux_copyout_strings()719 if (imgp->auxargs) { in linux_copyout_strings()
1714 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in exec_copyout_strings()1753 if (imgp->auxargs) { in exec_copyout_strings()1830 if (imgp->auxargs) { in exec_copyout_strings()
1412 * Construct auxargs table (used by the copyout_auxargs routine) in __CONCAT() 1430 imgp->auxargs = elf_auxargs; in __CONCAT() 1449 Elf_Auxargs *args = (Elf_Auxargs *)imgp->auxargs; in __elfN() 1525 free(imgp->auxargs, M_TEMP); in __elfN() 1526 imgp->auxargs = NULL; in __elfN() 1527 KASSERT(pos - argarray <= AT_COUNT, ("Too many auxargs")); in __elfN()
3671 if (imgp->execpath != NULL && imgp->auxargs != NULL) {3711 if (imgp->auxargs) { in freebsd32_copyout_strings() 3713 * Allocate room on the stack for the ELF auxargs in freebsd32_copyout_strings() 3787 if (imgp->auxargs) { in freebsd32_copyout_strings()