Home
last modified time | relevance | path

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

/src/sys/powerpc/powerpc/
H A Delf_common.c56 args = (Elf_Auxargs *)imgp->auxargs; in powerpc_copyout_auxargs()
99 free(imgp->auxargs, M_TEMP); in powerpc_copyout_auxargs()
100 imgp->auxargs = NULL; in powerpc_copyout_auxargs()
/src/sys/compat/linux/
H A Dlinux_elf.c346 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in copyout_strings()
374 if (imgp->auxargs) { in copyout_strings()
456 if (imgp->auxargs) { in copyout_strings()
500 args = imgp->auxargs; in copyout_auxargs()
538 free(imgp->auxargs, M_TEMP); in copyout_auxargs()
539 imgp->auxargs = NULL; in copyout_auxargs()
/src/sys/sys/
H A Dimgact.h69 void *auxargs; /* ELF Auxinfo structure pointer */ member
/src/sys/amd64/linux32/
H A Dlinux32_sysvec.c631 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()
/src/sys/kern/
H A Dkern_exec.c1714 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()
H A Dimgact_elf.c1430 imgp->auxargs = elf_auxargs; in __CONCAT()
1449 Elf_Auxargs *args = (Elf_Auxargs *)imgp->auxargs; in freebsd_copyout_auxargs()
1525 free(imgp->auxargs, M_TEMP); in freebsd_copyout_auxargs()
1526 imgp->auxargs = NULL; in freebsd_copyout_auxargs()
/src/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3671 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in freebsd32_copyout_strings()
3711 if (imgp->auxargs) { in freebsd32_copyout_strings()
3787 if (imgp->auxargs) { in freebsd32_copyout_strings()