Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dimgact.h118 int exec_map_stack(struct image_params *);
/freebsd-14.2/sys/i386/linux/
H A Dimgact_linux.c213 error = exec_map_stack(imgp); in exec_linux_imgact()
/freebsd-14.2/sys/kern/
H A Dimgact_aout.c349 error = exec_map_stack(imgp); in exec_aout_imgact()
H A Dkern_exec.c1185 exec_map_stack(struct image_params *imgp) in exec_map_stack() function
H A Dimgact_elf.c1389 error = exec_map_stack(imgp); in __CONCAT()