Searched defs:Elf64 (Results 1 – 4 of 4) 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 …]
285 struct Elf64 { struct286 file_header: elf::Elf64_Ehdr, argument287 program_headers: Vec<elf::Elf64_Phdr>, argument
31 class Elf64; variable
148 class Elf64 { class