Searched defs:Elf32 (Results 1 – 3 of 3) sorted by relevance
138 struct Elf32 { struct139 using Addr = uint32_t;140 using Half = uint16_t;141 using Off = uint32_t;142 using Sword = int32_t;143 using Word = uint32_t;144 struct Ehdr {160 struct Shdr {172 struct Nhdr {177 struct Phdr {
30 class Elf32; variable
119 class Elf32 { class