Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact.h116 int exec_copyout_strings(struct image_params *, uintptr_t *);
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c70 .sv_copyout_strings = exec_copyout_strings,
105 .sv_copyout_strings = exec_copyout_strings,
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c72 .sv_copyout_strings = exec_copyout_strings,
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c79 .sv_copyout_strings = exec_copyout_strings,
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c83 .sv_copyout_strings = exec_copyout_strings,
/f-stack/freebsd/kern/
H A Dimgact_aout.c93 .sv_copyout_strings = exec_copyout_strings,
H A Dkern_exec.c1560 exec_copyout_strings(struct image_params *imgp, uintptr_t *stack_base) in exec_copyout_strings() function
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c76 .sv_copyout_strings = exec_copyout_strings,
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c858 .sv_copyout_strings = exec_copyout_strings,