Searched refs:Elf32_Ehdr (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10-stable/usr.sbin/btxld/
H A Delfh.h32 Elf32_Ehdr e; /* ELF header */
/freebsd-10-stable/usr.bin/elfdump/
H A Delfdump.c95 offsetof(Elf32_Ehdr, e_ident[EI_CLASS]),
96 offsetof(Elf32_Ehdr, e_ident[EI_DATA]),
97 offsetof(Elf32_Ehdr, e_ident[EI_OSABI]),
98 offsetof(Elf32_Ehdr, e_type), offsetof(Elf32_Ehdr, e_machine),
99 offsetof(Elf32_Ehdr, e_version), offsetof(Elf32_Ehdr, e_entry),
100 offsetof(Elf32_Ehdr, e_phoff), offsetof(Elf32_Ehdr, e_shoff),
101 offsetof(Elf32_Ehdr, e_flag
[all...]
/freebsd-10-stable/lib/libelf/
H A Dlibelf_extended.c71 ((Elf32_Ehdr *) eh)->e_shnum = shnum;
101 ((Elf32_Ehdr *) eh)->e_shstrndx = shstrndx;
130 ((Elf32_Ehdr *) eh)->e_phnum = phnum;
H A Dgelf_ehdr.c39 Elf32_Ehdr *
55 Elf32_Ehdr *eh32;
95 Elf32_Ehdr *
123 Elf32_Ehdr *eh32;
148 eh32 = (Elf32_Ehdr *) ehdr;
H A Dlibelf_ehdr.c179 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
180 shnum = ((Elf32_Ehdr *) ehdr)->e_shnum;
181 shoff = ((Elf32_Ehdr *) ehdr)->e_shoff;
182 strndx = ((Elf32_Ehdr *) ehdr)->e_shstrndx;
H A Dgelf_phdr.c53 Elf32_Ehdr *eh32;
149 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
H A Dlibelf_phdr.c45 Elf32_Ehdr *eh32;
72 eh32 = (Elf32_Ehdr *) ehdr;
H A Delf_scn.c49 Elf32_Ehdr *eh32;
75 eh32 = (Elf32_Ehdr *) ehdr;
H A Dlibelf.h222 Elf32_Ehdr *elf32_getehdr(Elf *_elf);
225 Elf32_Ehdr *elf32_newehdr(Elf *_elf);
H A D_libelf.h103 Elf32_Ehdr *e_ehdr32;
H A Delf_types.m4107 DEFINE_STRUCT(`Elf32_Ehdr',
/freebsd-10-stable/usr.sbin/kgzip/
H A Delfhdr.h77 Elf32_Ehdr e;
H A Delfhdr.c53 htole16(sizeof(Elf32_Ehdr)), /* e_ehsize */
H A Dkgzld.c64 Elf32_Ehdr ee;
H A Dkgzcmp.c51 struct kgz_hdr *, const Elf32_Ehdr *);
119 Elf32_Ehdr ee;
176 struct kgz_hdr * kh, const Elf32_Ehdr * e)
/freebsd-10-stable/sys/mips/mips/
H A Delf_trampoline.c111 Elf32_Ehdr *eh;
126 eh = (Elf32_Ehdr *)kstart;
/freebsd-10-stable/lib/libkvm/
H A Dkvm_arm.c95 Elf32_Ehdr *e = kd->vmst->mmapbase;
130 Elf32_Ehdr *ehdr;
153 if (_kvm_maphdrs(kd, sizeof(Elf32_Ehdr)) == -1)
H A Dkvm_powerpc.c52 Elf32_Ehdr *eh;
57 valid_elf_header(Elf32_Ehdr *eh)
/freebsd-10-stable/contrib/gcc/
H A Dsys-types.h177 typedef int Elf32_Ehdr; typedef
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c141 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst)
226 Elf32_Ehdr e32;
275 if (nbytes >= (ssize_t) sizeof (Elf32_Ehdr) &&
297 Elf32_Ehdr e32 = hdr.e32;
/freebsd-10-stable/sys/sys/
H A Delf32.h70 } Elf32_Ehdr; typedef in typeref:struct:__anon12
/freebsd-10-stable/sys/xen/interface/
H A Delfstructs.h126 } Elf32_Ehdr; typedef in typeref:struct:elfhdr
476 #define Elf_Ehdr Elf32_Ehdr
H A Dlibelf.h40 Elf32_Ehdr e32;
/freebsd-10-stable/sys/powerpc/powerpc/
H A Ddump_machdep.c210 Elf32_Ehdr ehdr;
/freebsd-10-stable/sys/boot/arm/at91/boot2/
H A Dboot2.c162 Elf32_Ehdr eh;

Completed in 109 milliseconds

12