Searched refs:execsw (Results 1 – 8 of 8) sorted by relevance
65 struct execsw { struct85 int exec_register(const struct execsw *); argument86 int exec_unregister(const struct execsw *);103 struct execsw *exec = (struct execsw *)data; \
204 static const struct execsw **execsw; variable605 for (i = 0; error == -1 && execsw[i]; ++i) { in do_execve()606 if (execsw[i]->ex_imgact == NULL || in do_execve()607 execsw[i]->ex_imgact == img_first) { in do_execve()610 error = (*execsw[i]->ex_imgact)(imgp); in do_execve()1745 exec_register(const struct execsw *execsw_arg) in exec_register()1747 const struct execsw **es, **xs, **newexecsw; in exec_register()1750 if (execsw) in exec_register()1751 for (es = execsw; *es; es++) in exec_register()1755 if (execsw) in exec_register()[all …]
258 static struct execsw shell_execsw = {
344 static struct execsw aout_execsw = {
752 static struct execsw imgact_binmisc_execsw = {
2726 static struct execsw __elfN(execsw) = {2730 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
228 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };
494 static struct execsw coff_execsw = { exec_coff_imgact, "coff" };