Searched refs:Elf32_Half (Results 1 – 1 of 1) sorted by relevance
32 typedef uint16_t Elf32_Half; typedef74 Elf32_Half e_type; // Type of file (see ET_* below)75 Elf32_Half e_machine; // Required architecture for this file (see EM_*)81 Elf32_Half e_ehsize; // Size of ELF header, in bytes82 Elf32_Half e_phentsize; // Size of an entry in the program header table83 Elf32_Half e_phnum; // Number of entries in the program header table84 Elf32_Half e_shentsize; // Size of an entry in the section header table85 Elf32_Half e_shnum; // Number of entries in the section header table86 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table1403 Elf32_Half st_shndx; // Which section (header table index) it's defined in[all …]