Home
last modified time | relevance | path

Searched refs:elf_probe_func (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_mod.c80 .elf_probe_func = linux_elf32_probe,
95 .elf_probe_func = linux_elf64_probe,
111 .elf_probe_func = NULL,
/netbsd-src/sys/kern/
H A Dexec_elf64.c54 .elf_probe_func = netbsd_elf64_probe,
70 .elf_probe_func = NULL,
H A Dexec_elf32.c53 .elf_probe_func = netbsd_elf32_probe,
68 elf_probe_func = NULL,
H A Dexec_aout.c56 .elf_probe_func = NULL,
H A Dexec_script.c70 .elf_probe_func = NULL,
H A Dexec_elf.c743 if (epp->ep_esch->u.elf_probe_func) { in exec_elf_makecmds()
746 error = (*epp->ep_esch->u.elf_probe_func)(l, epp, eh, interp, in exec_elf_makecmds()
H A Dkern_exec.c1834 it->ex_sw->u.elf_probe_func == in exec_add()
1835 esp[i].u.elf_probe_func && in exec_add()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_mod.c104 .elf_probe_func = NULL,
120 .elf_probe_func = netbsd32_elf32_probe,
/netbsd-src/sys/compat/aoutm68k/
H A Daoutm68k_mod.c49 .elf_probe_func = NULL,
/netbsd-src/sys/compat/sunos/
H A Dsunos_mod.c52 .elf_probe_func = NULL,
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_mod.c55 .elf_probe_func = NULL,
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_mod.c66 .elf_probe_func = freebsd_elf32_probe,
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_mod.c71 .elf_probe_func = linux32_elf32_probe,
/netbsd-src/sys/compat/vax1k/
H A Dvax1k_exec.c72 .elf_probe_func = NULL,
/netbsd-src/sys/sys/
H A Dexec.h156 int (*elf_probe_func)(struct lwp *, member
/netbsd-src/sys/compat/m68k4k/
H A Dm68k4k_exec.c68 .elf_probe_func = NULL,