Home
last modified time | relevance | path

Searched refs:freebsd_copyout_auxargs (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dimgact_elf.h110 int __elfN(freebsd_copyout_auxargs)(struct image_params *, uintptr_t);
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c69 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
104 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c71 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c78 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c82 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c75 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
H A Dfreebsd32_machdep.c95 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/f-stack/freebsd/kern/
H A Dimgact_elf.c1350 __elfN(freebsd_copyout_auxargs)(struct image_params *imgp, uintptr_t base) in __elfN() argument