Symbol: Elf64_Ehdr
sys/arch/epoc32/stand/e32boot/include/elf.h
1093
#define Elf_Ehdr Elf64_Ehdr
sys/arch/epoc32/stand/e32boot/include/elf.h
1336
int elf64_check_header(Elf64_Ehdr *);
sys/arch/hppa/stand/xxboot/main.c
364
xi_elf64(struct loadinfo *inf, Elf64_Ehdr *hdr)
sys/arch/hppa/stand/xxboot/main.c
388
Elf64_Ehdr *e64hdr = buf;
sys/arch/hppa/stand/xxboot/main.c
58
static inline void xi_elf64(struct loadinfo *, Elf64_Ehdr *);
sys/arch/i386/stand/lib/exec_multiboot1.c
50
Elf64_Ehdr *ehdr64 = NULL;
sys/arch/i386/stand/lib/exec_multiboot1.c
62
ehdr64 = (Elf64_Ehdr *)ehdr;
sys/arch/i386/stand/lib/exec_multiboot2.c
981
Elf64_Ehdr e64;
sys/arch/i386/stand/lib/exec_multiboot2.c
985
Elf64_Ehdr *ehdr64 = NULL;
sys/arch/mips/mips/cpu_exec.c
215
const Elf64_Ehdr * const eh = eh0;
sys/arch/mips/mips/cpu_exec.c
282
Elf64_Ehdr * const eh = eh0;
sys/compat/linux/common/linux_exec.h
169
Elf64_Ehdr *, char *);
sys/compat/linux/common/linux_exec.h
172
struct exec_package *, Elf64_Ehdr *);
sys/compat/linux/common/linux_exec.h
176
struct exec_package *, Elf64_Ehdr *);
sys/compat/linux/common/linux_exec.h
180
struct exec_package *, Elf64_Ehdr *);
sys/compat/linux/common/linux_exec.h
184
struct exec_package *, Elf64_Ehdr *);
sys/compat/linux/common/linux_mod.c
92
.es_hdrsz = sizeof (Elf64_Ehdr),
sys/kern/exec_elf64.c
51
.es_hdrsz = sizeof (Elf64_Ehdr),
sys/kern/exec_elf64.c
67
.es_hdrsz = sizeof (Elf64_Ehdr),
sys/lib/libsa/loadfile.c
131
Elf64_Ehdr elf64;
sys/lib/libsa/loadfile.h
85
int loadfile_elf64(int, Elf64_Ehdr *, u_long *, int);
sys/rump/librump/rumpkern/rump.c
678
Elf64_Ehdr ehdr;
sys/sys/exec_elf.h
1415
#define Elf_Ehdr Elf64_Ehdr
sys/sys/exec_elf.h
1524
int elf64_check_header(Elf64_Ehdr *);
tools/amiga-elf2bb/sys/exec_elf.h
731
#define Elf_Ehdr Elf64_Ehdr
tools/arm-elf2aout/sys/exec_elf.h
1122
#define Elf_Ehdr Elf64_Ehdr
tools/arm-elf2aout/sys/exec_elf.h
1365
int elf64_check_header(Elf64_Ehdr *);
tools/m68k-elf2aout/sys/exec_elf.h
1122
#define Elf_Ehdr Elf64_Ehdr
tools/m68k-elf2aout/sys/exec_elf.h
1365
int elf64_check_header(Elf64_Ehdr *);
usr.sbin/paxctl/paxctl.c
176
Elf64_Ehdr h64;