Searched defs:Elf32_Ehdr (Results 1 – 1 of 1) sorted by relevance
69 struct Elf32_Ehdr { struct70 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes71 Elf32_Half e_type; // Type of file (see ET_* below)72 Elf32_Half e_machine; // Required architecture for this file (see EM_*)73 Elf32_Word e_version; // Must be equal to 174 Elf32_Addr e_entry; // Address to jump to in order to start program75 Elf32_Off e_phoff; // Program header table's file offset, in bytes76 Elf32_Off e_shoff; // Section header table's file offset, in bytes77 Elf32_Word e_flags; // Processor-specific flags78 Elf32_Half e_ehsize; // Size of ELF header, in bytes[all …]