Searched defs:Elf32_Ehdr (Results 1 – 7 of 7) sorted by relevance
63 struct Elf32_Ehdr { struct64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes65 Elf32_Half e_type; // Type of file (see ET_* below)66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)67 Elf32_Word e_version; // Must be equal to 168 Elf32_Addr e_entry; // Address to jump to in order to start program69 Elf32_Off e_phoff; // Program header table's file offset, in bytes70 Elf32_Off e_shoff; // Section header table's file offset, in bytes71 Elf32_Word e_flags; // Processor-specific flags72 Elf32_Half e_ehsize; // Size of ELF header, in bytes[all …]
61 struct Elf32_Ehdr { struct62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes63 Elf32_Half e_type; // Type of file (see ET_* below)64 Elf32_Half e_machine; // Required architecture for this file (see EM_*)65 Elf32_Word e_version; // Must be equal to 166 Elf32_Addr e_entry; // Address to jump to in order to start program67 Elf32_Off e_phoff; // Program header table's file offset, in bytes68 Elf32_Off e_shoff; // Section header table's file offset, in bytes69 Elf32_Word e_flags; // Processor-specific flags70 Elf32_Half e_ehsize; // Size of ELF header, in bytes[all …]
219 } Elf32_Ehdr; typedef
107 } Elf32_Ehdr; typedef
82 } Elf32_Ehdr; typedef
83 } Elf32_Ehdr; typedef