Searched defs:Elf64 (Results 1 – 3 of 3) sorted by relevance
103 struct Elf64 { struct104 using Addr = uint64_t;105 using Half = uint16_t;106 using SHalf = int16_t;107 using Off = uint64_t;108 using Sword = int32_t;109 using Word = uint32_t;110 using Xword = uint64_t;111 using Sxword = int64_t;112 struct Ehdr {[all …]
31 class Elf64; variable
148 class Elf64 { class