Symbol: Elf32_Ehdr
lib/libelf/_libelf.h
118
Elf32_Ehdr *e_ehdr32;
lib/libelf/elf_scn.c
49
Elf32_Ehdr *eh32;
lib/libelf/elf_scn.c
78
eh32 = (Elf32_Ehdr *) ehdr;
lib/libelf/elf_update.c
517
Elf32_Ehdr *eh32;
lib/libelf/elf_update.c
893
Elf32_Ehdr *eh32;
lib/libelf/elf_update.c
910
eh32 = (Elf32_Ehdr *) ehdr;
lib/libelf/elf_update.c
957
Elf32_Ehdr *eh32;
lib/libelf/elf_update.c
972
eh32 = (Elf32_Ehdr *) ehdr;
lib/libelf/gelf_ehdr.c
123
Elf32_Ehdr *eh32;
lib/libelf/gelf_ehdr.c
148
eh32 = (Elf32_Ehdr *) ehdr;
lib/libelf/gelf_ehdr.c
38
Elf32_Ehdr *
lib/libelf/gelf_ehdr.c
54
Elf32_Ehdr *eh32;
lib/libelf/gelf_ehdr.c
95
Elf32_Ehdr *
lib/libelf/gelf_phdr.c
52
Elf32_Ehdr *eh32;
lib/libelf/libelf.h
350
Elf32_Ehdr *elf32_getehdr(Elf *_elf);
lib/libelf/libelf.h
353
Elf32_Ehdr *elf32_newehdr(Elf *_elf);
lib/libelf/libelf_ehdr.c
179
phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
lib/libelf/libelf_ehdr.c
180
shnum = ((Elf32_Ehdr *) ehdr)->e_shnum;
lib/libelf/libelf_ehdr.c
181
shoff = ((Elf32_Ehdr *) ehdr)->e_shoff;
lib/libelf/libelf_ehdr.c
182
strndx = ((Elf32_Ehdr *) ehdr)->e_shstrndx;
lib/libelf/libelf_elfmachine.c
41
Elf32_Ehdr *eh32;
lib/libelf/libelf_extended.c
100
((Elf32_Ehdr *) eh)->e_shstrndx = shstrndx & 0xFFFFU;
lib/libelf/libelf_extended.c
129
((Elf32_Ehdr *) eh)->e_phnum = phnum & 0xFFFFU;
lib/libelf/libelf_extended.c
70
((Elf32_Ehdr *) eh)->e_shnum = shnum & 0xFFFFU;
lib/libelf/libelf_phdr.c
42
Elf32_Ehdr *eh32;
lib/libelf/libelf_phdr.c
69
eh32 = (Elf32_Ehdr *) ehdr;
sys/arch/hppa/stand/mkboot/mkboot.c
197
else if (IS_ELF(*(Elf32_Ehdr *)&ex)) {
sys/arch/hppa/stand/mkboot/mkboot.c
198
Elf32_Ehdr elf_header;
sys/dev/fdt/qcpas.c
406
Elf32_Ehdr *ehdr;
sys/dev/fdt/qcpas.c
419
ehdr = (Elf32_Ehdr *)fw;
sys/lib/libsa/loadfile.c
110
Elf32_Ehdr elf32;
sys/lib/libsa/loadfile.c
93
int elf32_exec(int, Elf32_Ehdr *, uint64_t *, int);
sys/sys/exec_elf.h
760
#define Elf_Ehdr Elf32_Ehdr
usr.bin/nm/elfuncs.h
31
Elf32_Shdr*elf32_load_shdrs(const char *, FILE *, off_t, Elf32_Ehdr *);
usr.bin/nm/elfuncs.h
32
int elf32_size(Elf32_Ehdr *, Elf32_Shdr *, u_long *, u_long *, u_long *);
usr.bin/nm/elfuncs.h
33
int elf32_symload(const char *, FILE *, off_t, Elf32_Ehdr *, Elf32_Shdr *,
usr.bin/nm/nm.c
60
Elf32_Ehdr elf32;
usr.bin/rdist/isexec.c
45
Elf32_Ehdr hdr;
usr.sbin/mopd/common/file.c
473
Elf32_Ehdr ehdr;
usr.sbin/mopd/common/file.c
501
Elf32_Ehdr ehdr;
usr.sbin/mopd/common/file.c
527
offsetof(Elf32_Ehdr, e_machine),
usr.sbin/mopd/common/file.c
530
offsetof(Elf32_Ehdr, e_entry),
usr.sbin/mopd/common/file.c
534
offsetof(Elf32_Ehdr, e_phoff),
usr.sbin/mopd/common/file.c
537
offsetof(Elf32_Ehdr, e_phentsize),
usr.sbin/mopd/common/file.c
540
offsetof(Elf32_Ehdr, e_phnum),
usr.sbin/mopd/common/file.c
546
offsetof(Elf32_Ehdr, e_machine),
usr.sbin/mopd/common/file.c
549
offsetof(Elf32_Ehdr, e_entry),
usr.sbin/mopd/common/file.c
553
offsetof(Elf32_Ehdr, e_phoff),
usr.sbin/mopd/common/file.c
556
offsetof(Elf32_Ehdr, e_phentsize),
usr.sbin/mopd/common/file.c
559
offsetof(Elf32_Ehdr, e_phnum),
usr.sbin/vmd/loadfile_elf.c
1007
elf->e_shoff = sizeof(Elf32_Ehdr);
usr.sbin/vmd/loadfile_elf.c
108
Elf32_Ehdr elf32;
usr.sbin/vmd/loadfile_elf.c
114
static int elf32_exec(gzFile, Elf32_Ehdr *, u_long *, int);
usr.sbin/vmd/loadfile_elf.c
826
elf32_exec(gzFile fp, Elf32_Ehdr *elf, u_long *marks, int flags)
usr.sbin/vmd/loadfile_elf.c
925
maxp += sizeof(Elf32_Ehdr);
usr.sbin/vmd/loadfile_elf.c
962
off = roundup((sizeof(Elf32_Ehdr) + sz), sizeof(Elf32_Addr));