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

12

/freebsd-13-stable/usr.sbin/btxld/
H A Delfh.h34 Elf32_Ehdr e; /* ELF header */
H A Dbtxld.c329 const Elf32_Ehdr *ee;
368 if (hdr->size >= sizeof(Elf32_Ehdr) && IS_ELF(*ee)) {
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c99 offsetof(Elf32_Ehdr, e_ident[EI_CLASS]),
100 offsetof(Elf32_Ehdr, e_ident[EI_DATA]),
101 offsetof(Elf32_Ehdr, e_ident[EI_OSABI]),
102 offsetof(Elf32_Ehdr, e_type), offsetof(Elf32_Ehdr, e_machine),
103 offsetof(Elf32_Ehdr, e_version), offsetof(Elf32_Ehdr, e_entry),
104 offsetof(Elf32_Ehdr, e_phoff), offsetof(Elf32_Ehdr, e_shoff),
105 offsetof(Elf32_Ehdr, e_flag
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_elfmachine.c41 Elf32_Ehdr *eh32;
H A Dgelf_ehdr.c38 Elf32_Ehdr *
54 Elf32_Ehdr *eh32;
95 Elf32_Ehdr *
123 Elf32_Ehdr *eh32;
148 eh32 = (Elf32_Ehdr *) ehdr;
H A Dlibelf_extended.c70 ((Elf32_Ehdr *) eh)->e_shnum = shnum & 0xFFFFU;
100 ((Elf32_Ehdr *) eh)->e_shstrndx = shstrndx & 0xFFFFU;
129 ((Elf32_Ehdr *) eh)->e_phnum = phnum & 0xFFFFU;
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 Dlibelf_phdr.c42 Elf32_Ehdr *eh32;
69 eh32 = (Elf32_Ehdr *) ehdr;
H A Delf_scn.c62 Elf32_Ehdr *eh32;
91 eh32 = (Elf32_Ehdr *) ehdr;
H A Dlibelf.h234 Elf32_Ehdr *elf32_getehdr(Elf *_elf);
237 Elf32_Ehdr *elf32_newehdr(Elf *_elf);
H A Dgelf_phdr.c52 Elf32_Ehdr *eh32;
H A Delf_update.c518 Elf32_Ehdr *eh32;
896 Elf32_Ehdr *eh32;
913 eh32 = (Elf32_Ehdr *) ehdr;
960 Elf32_Ehdr *eh32;
975 eh32 = (Elf32_Ehdr *) ehdr;
H A D_libelf.h122 Elf32_Ehdr *e_ehdr32;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.h55 llvm::ELF::Elf32_Ehdr, llvm::ELF::Elf32_Phdr, llvm::ELF::Elf32_Dyn>();
H A DNativeProcessELF.cpp38 GetELFImageInfoAddress<llvm::ELF::Elf32_Ehdr, llvm::ELF::Elf32_Phdr,
111 llvm::ELF::Elf32_Ehdr, llvm::ELF::Elf32_Phdr, llvm::ELF::Elf32_Dyn>();
/freebsd-13-stable/sys/mips/mips/
H A Delf_trampoline.c112 Elf32_Ehdr *eh;
127 eh = (Elf32_Ehdr *)kstart;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c142 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst)
227 Elf32_Ehdr e32;
276 if (nbytes >= (ssize_t) sizeof (Elf32_Ehdr) &&
298 Elf32_Ehdr e32 = hdr.e32;
/freebsd-13-stable/lib/libkvm/
H A Dkvm_powerpc.c51 Elf32_Ehdr *eh;
56 valid_elf_header(Elf32_Ehdr *eh)
/freebsd-13-stable/sys/arm64/arm64/
H A Delf32_machdep.c135 const Elf32_Ehdr *hdr;
144 hdr = (const Elf32_Ehdr *)imgp->image_header;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c104 Elf32_Ehdr *elf;
H A Ddt_link.c471 Elf32_Ehdr ehdr;
517 elf_file.ehdr.e_shoff = sizeof (Elf32_Ehdr);
518 elf_file.ehdr.e_ehsize = sizeof (Elf32_Ehdr);
/freebsd-13-stable/sys/sys/
H A Delf32.h72 } Elf32_Ehdr; typedef in typeref:struct:__anon15799
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h107 } Elf32_Ehdr; typedef in typeref:struct:__anon753
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c328 Elf32_Ehdr eh;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c715 Elf32_Ehdr header_32;
732 const Elf32_Ehdr *hdr = (void*)map_start;

Completed in 307 milliseconds

12