Searched defs:Elf32 (Results 1 – 3 of 3) sorted by relevance
52 struct Elf32 { struct53 using Addr = uint32_t;54 using Half = uint16_t;55 using Off = uint32_t;56 using Sword = int32_t;57 using Word = uint32_t;58 struct Ehdr {74 struct Shdr {86 struct Nhdr {91 struct Phdr {
30 class Elf32; variable
119 class Elf32 { class