Searched refs:ELF_MD_PROBE_FUNC (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/usermode/include/ |
H A D | elf_machdep.h | 19 #ifdef ELF_MD_PROBE_FUNC 20 #undef ELF_MD_PROBE_FUNC
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_exec_elf32.c | 98 #ifdef ELF_MD_PROBE_FUNC in ELFNAME2() 99 if ((error = ELF_MD_PROBE_FUNC(l, epp, eh, itp, pos)) != 0) in ELFNAME2()
|
/netbsd-src/sys/arch/riscv/include/ |
H A D | elf_machdep.h | 131 #define ELF_MD_PROBE_FUNC ELFNAME2(cpu_netbsd,probe) macro
|
/netbsd-src/sys/arch/arm/include/ |
H A D | elf_machdep.h | 152 #define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe) macro
|
/netbsd-src/sys/arch/mips/include/ |
H A D | elf_machdep.h | 212 #define ELF_MD_PROBE_FUNC ELFNAME2(mips_netbsd,probe) macro
|
/netbsd-src/sys/arch/aarch64/include/ |
H A D | elf_machdep.h | 239 #define ELF_MD_PROBE_FUNC ELFNAME2(aarch64_netbsd,probe) macro
|
/netbsd-src/sys/kern/ |
H A D | exec_elf.c | 1125 #ifdef ELF_MD_PROBE_FUNC in netbsd_elf_probe() 1126 if ((error = ELF_MD_PROBE_FUNC(l, epp, eh, itp, pos)) != 0) in netbsd_elf_probe()
|