Searched defs:Elf32_Ehdr (Results 1 – 5 of 5) sorted by relevance
62 struct Elf32_Ehdr { struct63 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes64 Elf32_Half e_type; // Type of file (see ET_* below)65 Elf32_Half e_machine; // Required architecture for this file (see EM_*)66 Elf32_Word e_version; // Must be equal to 167 Elf32_Addr e_entry; // Address to jump to in order to start program68 Elf32_Off e_phoff; // Program header table's file offset, in bytes69 Elf32_Off e_shoff; // Section header table's file offset, in bytes70 Elf32_Word e_flags; // Processor-specific flags71 Elf32_Half e_ehsize; // Size of ELF header, in bytes[all …]
92 Elf32_Ehdr; typedef
1016 } Elf32_Ehdr; typedef
93 } Elf32_Ehdr; typedef
166 } Elf32_Ehdr; typedef