Searched refs:auxargs (Results 1 – 7 of 7) sorted by relevance
161 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()
260 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()
76 void *auxargs; /* ELF Auxinfo structure pointer */ member
203 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()
197 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()
1577 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()
1333 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()