Home
last modified time | relevance | path

Searched refs:exec_map_stack (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dimgact.h117 int exec_map_stack(struct image_params *);
/freebsd-13.1/sys/i386/linux/
H A Dimgact_linux.c216 error = exec_map_stack(imgp); in exec_linux_imgact()
/freebsd-13.1/sys/kern/
H A Dimgact_aout.c351 error = exec_map_stack(imgp); in exec_aout_imgact()
H A Dkern_exec.c1204 exec_map_stack(struct image_params *imgp) in exec_map_stack() function
H A Dimgact_elf.c1378 error = exec_map_stack(imgp); in __CONCAT()