Searched defs:Elf32_Ehdr (Results 1 – 18 of 18) sorted by relevance
36 struct Elf32_Ehdr { struct37 unsigned char e_ident[16];38 Elf32_Half e_type;39 Elf32_Half e_machine;40 Elf32_Word e_version;41 Elf32_Addr e_entry;42 Elf32_Off e_phoff;43 Elf32_Off e_shoff;44 Elf32_Word e_flags;45 Elf32_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 …]
224 } Elf32_Ehdr; typedef
302 pub type Elf32_Ehdr = elf32_hdr; typedef
52 } Elf32_Ehdr; typedef
83 } Elf32_Ehdr; typedef
79 } Elf32_Ehdr; typedef
59438 typedef struct elf32_hdr Elf32_Ehdr; typedef
16990 typedef struct elf32_hdr Elf32_Ehdr; typedef
33767 typedef struct elf32_hdr Elf32_Ehdr; typedef
35866 typedef struct elf32_hdr Elf32_Ehdr; typedef