Home
last modified time | relevance | path

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

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