Searched defs:Elf_Ehdr (Results 1 – 12 of 12) sorted by relevance
266 struct Elf_Ehdr { struct in __anon799c93cf0611::ELFObjectFile267 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes268 Elf_Half e_type; // Type of file (see ET_*)269 Elf_Half e_machine; // Required architecture for this file (see EM_*)270 Elf_Word e_version; // Must be equal to 1271 Elf_Addr e_entry; // Address to jump to in order to start program272 Elf_Off e_phoff; // Program header table's file offset, in bytes273 Elf_Off e_shoff; // Section header table's file offset, in bytes274 Elf_Word e_flags; // Processor-specific flags275 Elf_Half e_ehsize; // Size of ELF header, in bytes[all …]
28 typedef Elf32_Ehdr Elf_Ehdr; typedef31 typedef Elf64_Ehdr Elf_Ehdr; typedef
30 typedef Elf64_Ehdr Elf_Ehdr; typedef
30 typedef Elf32_Ehdr Elf_Ehdr; typedef
38 typedef Elf32_Ehdr Elf_Ehdr; typedef
21 typedef ElfW(Ehdr) Elf_Ehdr; typedef
43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef
196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef
101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in __anon349965f40311::ELFState
872 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion() typedef
43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon1dfc8c300111::DyldELFObject
145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; typedef in __anon908976db0111::ELFDumper