Symbol: Elf64_Ehdr
lib/libelf/_libelf.h
119
Elf64_Ehdr *e_ehdr64;
lib/libelf/elf_scn.c
50
Elf64_Ehdr *eh64;
lib/libelf/elf_scn.c
82
eh64 = (Elf64_Ehdr *) ehdr;
lib/libelf/elf_update.c
518
Elf64_Ehdr *eh64;
lib/libelf/elf_update.c
894
Elf64_Ehdr *eh64;
lib/libelf/elf_update.c
913
eh64 = (Elf64_Ehdr *) ehdr;
lib/libelf/elf_update.c
958
Elf64_Ehdr *eh64;
lib/libelf/elf_update.c
975
eh64 = (Elf64_Ehdr *) ehdr;
lib/libelf/gelf.h
43
typedef Elf64_Ehdr GElf_Ehdr; /* ELF header */
lib/libelf/gelf_ehdr.c
101
Elf64_Ehdr *
lib/libelf/gelf_ehdr.c
124
Elf64_Ehdr *eh64;
lib/libelf/gelf_ehdr.c
143
eh64 = (Elf64_Ehdr *) ehdr;
lib/libelf/gelf_ehdr.c
44
Elf64_Ehdr *
lib/libelf/gelf_ehdr.c
55
Elf64_Ehdr *eh64;
lib/libelf/gelf_phdr.c
53
Elf64_Ehdr *eh64;
lib/libelf/libelf.h
363
Elf64_Ehdr *elf64_getehdr(Elf *_elf);
lib/libelf/libelf.h
366
Elf64_Ehdr *elf64_newehdr(Elf *_elf);
lib/libelf/libelf_ehdr.c
184
phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
lib/libelf/libelf_ehdr.c
185
shnum = ((Elf64_Ehdr *) ehdr)->e_shnum;
lib/libelf/libelf_ehdr.c
186
shoff = ((Elf64_Ehdr *) ehdr)->e_shoff;
lib/libelf/libelf_ehdr.c
187
strndx = ((Elf64_Ehdr *) ehdr)->e_shstrndx;
lib/libelf/libelf_elfmachine.c
42
Elf64_Ehdr *eh64;
lib/libelf/libelf_extended.c
102
((Elf64_Ehdr *) eh)->e_shstrndx = shstrndx & 0xFFFFU;
lib/libelf/libelf_extended.c
131
((Elf64_Ehdr *) eh)->e_phnum = phnum & 0xFFFFU;
lib/libelf/libelf_extended.c
72
((Elf64_Ehdr *) eh)->e_shnum = shnum & 0xFFFFU;
lib/libelf/libelf_phdr.c
43
Elf64_Ehdr *eh64;
lib/libelf/libelf_phdr.c
72
eh64 = (Elf64_Ehdr *) ehdr;
sys/arch/amd64/amd64/kexec.c
161
symend += roundup(sizeof(Elf64_Ehdr), sizeof(Elf64_Addr));
sys/arch/amd64/amd64/kexec.c
220
maxp = (paddr_t)elfp + sizeof(Elf64_Ehdr);
sys/arch/amd64/amd64/kexec.c
252
elfp->e_shoff = sizeof(Elf64_Ehdr);
sys/arch/loongson/stand/boot/rd.c
53
Elf64_Ehdr *elf64 = (Elf64_Ehdr *)INITRD_BASE;
sys/arch/loongson/stand/boot/rd.c
67
bzero((void *)INITRD_BASE, sizeof(Elf64_Ehdr));
sys/arch/sparc64/stand/ofwboot/boot.c
217
Elf64_Ehdr elf64;
sys/arch/sparc64/stand/ofwboot/boot.c
99
int elf64_exec(int, Elf64_Ehdr *, u_int64_t *, void **, void **);
sys/lib/libsa/loadfile.c
113
Elf64_Ehdr elf64;
sys/lib/libsa/loadfile.c
94
int elf64_exec(int, Elf64_Ehdr *, uint64_t *, int);
sys/sys/exec_elf.h
788
#define Elf_Ehdr Elf64_Ehdr
usr.bin/nm/elfuncs.h
36
Elf64_Shdr*elf64_load_shdrs(const char *, FILE *, off_t, Elf64_Ehdr *);
usr.bin/nm/elfuncs.h
37
int elf64_size(Elf64_Ehdr *, Elf64_Shdr *, u_long *, u_long *, u_long *);
usr.bin/nm/elfuncs.h
38
int elf64_symload(const char *, FILE *, off_t, Elf64_Ehdr *, Elf64_Shdr *,
usr.bin/nm/nm.c
61
Elf64_Ehdr elf64;
usr.sbin/mopd/common/file.c
691
Elf64_Ehdr ehdr;
usr.sbin/mopd/common/file.c
718
offsetof(Elf64_Ehdr, e_machine),
usr.sbin/mopd/common/file.c
721
offsetof(Elf64_Ehdr, e_entry),
usr.sbin/mopd/common/file.c
725
offsetof(Elf64_Ehdr, e_phoff),
usr.sbin/mopd/common/file.c
728
offsetof(Elf64_Ehdr, e_phentsize),
usr.sbin/mopd/common/file.c
731
offsetof(Elf64_Ehdr, e_phnum),
usr.sbin/mopd/common/file.c
737
offsetof(Elf64_Ehdr, e_machine),
usr.sbin/mopd/common/file.c
740
offsetof(Elf64_Ehdr, e_entry),
usr.sbin/mopd/common/file.c
744
offsetof(Elf64_Ehdr, e_phoff),
usr.sbin/mopd/common/file.c
747
offsetof(Elf64_Ehdr, e_phentsize),
usr.sbin/mopd/common/file.c
750
offsetof(Elf64_Ehdr, e_phnum),
usr.sbin/vmd/loadfile_elf.c
109
Elf64_Ehdr elf64;
usr.sbin/vmd/loadfile_elf.c
115
static int elf64_exec(gzFile, Elf64_Ehdr *, u_long *, int);
usr.sbin/vmd/loadfile_elf.c
608
elf64_exec(gzFile fp, Elf64_Ehdr *elf, u_long *marks, int flags)
usr.sbin/vmd/loadfile_elf.c
707
maxp += sizeof(Elf64_Ehdr);
usr.sbin/vmd/loadfile_elf.c
744
off = roundup((sizeof(Elf64_Ehdr) + sz), sizeof(Elf64_Addr));
usr.sbin/vmd/loadfile_elf.c
790
elf->e_shoff = sizeof(Elf64_Ehdr);