Home
last modified time | relevance | path

Searched refs:ex_imgact (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dexec.h66 int (*ex_imgact)(struct image_params *); member
/f-stack/freebsd/kern/
H A Dimgact_shell.c252 .ex_imgact = exec_shell_imgact,
H A Dimgact_aout.c341 .ex_imgact = exec_aout_imgact,
H A Dkern_exec.c600 if (execsw[i]->ex_imgact == NULL || in do_execve()
601 execsw[i]->ex_imgact == img_first) { in do_execve()
604 error = (*execsw[i]->ex_imgact)(imgp); in do_execve()
H A Dimgact_binmisc.c742 .ex_imgact = imgact_binmisc_exec,
H A Dimgact_elf.c2786 .ex_imgact = __CONCAT(exec_, __elfN(imgact)),