Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDimgact.h118 int exec_map_stack(struct image_params *);
/freebsd-head/sys/i386/linux/
HDimgact_linux.c213 error = exec_map_stack(imgp); in exec_linux_imgact()
/freebsd-head/sys/kern/
HDimgact_aout.c348 error = exec_map_stack(imgp); in exec_aout_imgact()
HDkern_exec.c1191 exec_map_stack(struct image_params *imgp) in exec_map_stack() function
HDimgact_elf.c1402 error = exec_map_stack(imgp); in __CONCAT()