Searched defs:Elf32_Ehdr (Results 1 – 14 of 14) sorted by relevance
713 struct Elf32_Ehdr struct715 unsigned char e_ident[EI_NIDENT];716 Elf_Half e_type;717 Elf_Half e_machine;718 Elf_Word e_version;719 Elf32_Addr e_entry;720 Elf32_Off e_phoff;721 Elf32_Off e_shoff;722 Elf_Word e_flags;723 Elf_Half e_ehsize;[all …]
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 …]
60 struct Elf32_Ehdr { struct61 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes62 Elf32_Half e_type; // Type of file (see ET_* below)63 Elf32_Half e_machine; // Required architecture for this file (see EM_*)64 Elf32_Word e_version; // Must be equal to 165 Elf32_Addr e_entry; // Address to jump to in order to start program66 Elf32_Off e_phoff; // Program header table's file offset, in bytes67 Elf32_Off e_shoff; // Section header table's file offset, in bytes68 Elf32_Word e_flags; // Processor-specific flags69 Elf32_Half e_ehsize; // Size of ELF header, in bytes[all …]
1104 struct Elf32_Ehdr struct1106 unsigned char e_ident[EI_NIDENT];1107 Elf_Half e_type;1108 Elf_Half e_machine;1109 Elf_Word e_version;1110 Elf32_Addr e_entry;1111 Elf32_Off e_phoff;1112 Elf32_Off e_shoff;1113 Elf_Word e_flags;1114 Elf_Half e_ehsize;[all …]
70 } Elf32_Ehdr; typedef
52 } Elf32_Ehdr; typedef
79 } Elf32_Ehdr; typedef
59438 typedef struct elf32_hdr Elf32_Ehdr; typedef