Symbol: ELFNAME2
sys/arch/aarch64/include/elf_machdep.h
250
#define ELF_MD_PROBE_FUNC ELFNAME2(aarch64_netbsd,probe)
sys/arch/arm/include/elf_machdep.h
169
#define ELF_MD_PROBE_FUNC ELFNAME2(arm_netbsd,probe)
sys/arch/arm/include/elf_machdep.h
170
#define ELF_MD_COREDUMP_SETUP ELFNAME2(arm_netbsd,coredump_setup)
sys/arch/mips/include/elf_machdep.h
221
#define ELF_MD_PROBE_FUNC ELFNAME2(mips_netbsd,probe)
sys/arch/mips/include/elf_machdep.h
222
#define ELF_MD_COREDUMP_SETUP ELFNAME2(coredump,setup)
sys/arch/riscv/include/elf_machdep.h
137
#define ELF_MD_PROBE_FUNC ELFNAME2(cpu_netbsd,probe)
sys/compat/freebsd/freebsd_exec_elf32.c
52
ELFNAME2(freebsd,probe)(struct lwp *l, struct exec_package *epp, void *veh,
sys/compat/linux/arch/amd64/linux_exec_machdep.c
125
ELFNAME2(linux,copyargs)(struct lwp *l, struct exec_package *pack,
sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
65
ELFNAME2(linux,copyargs)(struct lwp *l, struct exec_package *pack,
sys/compat/linux/common/linux_exec_elf32.c
159
ELFNAME2(linux,gcc_signature)(
sys/compat/linux/common/linux_exec_elf32.c
219
ELFNAME2(linux,debuglink_signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh)
sys/compat/linux/common/linux_exec_elf32.c
277
ELFNAME2(linux,go_rt0_signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh)
sys/compat/linux/common/linux_exec_elf32.c
367
ELFNAME2(linux,signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh, char *itp)
sys/compat/linux/common/linux_exec_elf32.c
444
ELFNAME2(linux,probe)(struct lwp *l, struct exec_package *epp, void *eh,
sys/compat/linux/common/linux_exec_elf32.c
449
if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) &&
sys/compat/linux/common/linux_exec_elf32.c
451
((error = ELFNAME2(linux,gcc_signature)(l, epp, eh)) != 0) &&
sys/compat/linux/common/linux_exec_elf32.c
454
((error = ELFNAME2(linux,atexit_signature)(l, epp, eh)) != 0) &&
sys/compat/linux/common/linux_exec_elf32.c
457
((error = ELFNAME2(linux,debuglink_signature)(l, epp, eh)) != 0) &&
sys/compat/linux/common/linux_exec_elf32.c
460
((error = ELFNAME2(linux,go_rt0_signature)(l, epp, eh)) != 0) &&
sys/compat/linux/common/linux_exec_elf32.c
482
ELFNAME2(linux,copyargs)(struct lwp *l, struct exec_package *pack,
sys/compat/linux/common/linux_exec_elf32.c
91
ELFNAME2(linux,atexit_signature)(
sys/compat/linux32/common/linux32_exec_elf32.c
71
ELFNAME2(linux32,probe)(struct lwp *l, struct exec_package *epp,
sys/compat/linux32/common/linux32_exec_elf32.c
76
if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) &&
sys/compat/linux32/common/linux32_exec_elf32.c
78
((error = ELFNAME2(linux,gcc_signature)(l, epp, eh)) != 0) &&
sys/compat/linux32/common/linux32_exec_elf32.c
81
((error = ELFNAME2(linux,atexit_signature)(l, epp, eh)) != 0) &&
sys/compat/linux32/common/linux32_exec_elf32.c
84
((error = ELFNAME2(linux,debuglink_signature)(l, epp, eh)) != 0) &&
sys/compat/linux32/common/linux32_exec_elf32.c
87
((error = ELFNAME2(linux,go_rt0_signature)(l, epp, eh)) != 0) &&
sys/compat/netbsd32/netbsd32_exec_elf32.c
105
return ELFNAME2(netbsd32,probe_noteless)(l, epp, eh, itp, pos);
sys/compat/netbsd32/netbsd32_exec_elf32.c
109
ELFNAME2(netbsd32,probe_noteless)(struct lwp *l, struct exec_package *epp,
sys/compat/netbsd32/netbsd32_exec_elf32.c
84
int ELFNAME2(netbsd32,probe_noteless)(struct lwp *, struct exec_package *epp,
sys/compat/netbsd32/netbsd32_exec_elf32.c
86
extern int ELFNAME2(netbsd,signature)(struct lwp *, struct exec_package *,
sys/compat/netbsd32/netbsd32_exec_elf32.c
90
ELFNAME2(netbsd32,probe)(struct lwp *l, struct exec_package *epp,
sys/compat/netbsd32/netbsd32_exec_elf32.c
95
if ((error = ELFNAME2(netbsd,signature)(l, epp, eh)) != 0)
sys/kern/exec_elf.c
96
#define exec_elf_makecmds ELFNAME2(exec,makecmds)
sys/kern/exec_elf.c
97
#define netbsd_elf_signature ELFNAME2(netbsd,signature)
sys/kern/exec_elf.c
98
#define netbsd_elf_note ELFNAME2(netbsd,note)
sys/kern/exec_elf.c
99
#define netbsd_elf_probe ELFNAME2(netbsd,probe)