Searched defs:Elf64 (Results 1 – 3 of 3) sorted by relevance
189 struct Elf64 { struct190 using Addr = uint64_t;191 using Half = uint16_t;192 using SHalf = int16_t;193 using Off = uint64_t;194 using Sword = int32_t;195 using Word = uint32_t;196 using Xword = uint64_t;197 using Sxword = int64_t;198 struct Ehdr {[all …]
31 class Elf64; variable
148 class Elf64 { class