Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/powerpc/powerpc/
HDelf_common.c55 args = (Elf_Auxargs *)imgp->auxargs; in __elfN()
95 free(imgp->auxargs, M_TEMP); in __elfN()
96 imgp->auxargs = NULL; in __elfN()
/freebsd-13-stable/sys/compat/linux/
HDlinux_elf.c347 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in __linuxN()
375 if (imgp->auxargs) { in __linuxN()
457 if (imgp->auxargs) { in __linuxN()
501 args = imgp->auxargs; in __linuxN()
539 free(imgp->auxargs, M_TEMP); in __linuxN()
540 imgp->auxargs = NULL; in __linuxN()
/freebsd-13-stable/sys/sys/
HDimgact.h69 void *auxargs; /* ELF Auxinfo structure pointer */ member
/freebsd-13-stable/sys/compat/cloudabi32/
HDcloudabi32_module.c109 args = (Elf32_Auxargs *)imgp->auxargs; in cloudabi32_fixup()
/freebsd-13-stable/sys/compat/cloudabi64/
HDcloudabi64_module.c109 args = (Elf64_Auxargs *)imgp->auxargs; in cloudabi64_fixup()
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_sysvec.c635 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in linux_copyout_strings()
658 if (imgp->auxargs) { in linux_copyout_strings()
723 if (imgp->auxargs) { in linux_copyout_strings()
/freebsd-13-stable/sys/kern/
HDkern_exec.c1731 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in exec_copyout_strings()
1770 if (imgp->auxargs) { in exec_copyout_strings()
1847 if (imgp->auxargs) { in exec_copyout_strings()
HDimgact_elf.c1417 imgp->auxargs = elf_auxargs; in __CONCAT()
1436 Elf_Auxargs *args = (Elf_Auxargs *)imgp->auxargs; in __elfN()
1502 free(imgp->auxargs, M_TEMP); in __elfN()
1503 imgp->auxargs = NULL; in __elfN()
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c3507 if (imgp->execpath != NULL && imgp->auxargs != NULL) { in freebsd32_copyout_strings()
3547 if (imgp->auxargs) { in freebsd32_copyout_strings()
3623 if (imgp->auxargs) { in freebsd32_copyout_strings()