Searched refs:ex_imgact (Results 1 – 6 of 6) sorted by relevance
73 int (*ex_imgact)(struct image_params *); member
249 .ex_imgact = exec_shell_imgact,
365 .ex_imgact = exec_aout_imgact,
778 .ex_imgact = imgact_binmisc_exec,
662 if (execsw[i]->ex_imgact == NULL) in do_execve()664 error = (*execsw[i]->ex_imgact)(imgp); in do_execve()
2895 .ex_imgact = __CONCAT(exec_, __elfN(imgact)),