Searched defs:ElfTypes64 (Results 1 – 1 of 1) sorted by relevance
43 struct ElfTypes64 { struct44 using Addr = Elf64_Addr;45 using Off = Elf64_Off;46 using Half = Elf64_Half;47 using Word = Elf64_Word;48 using Sword = Elf64_Sword;49 using Xword = Elf64_Xword;50 using Sxword = Elf64_Sxword;51 using Ehdr = Elf64_Ehdr;52 using Shdr = Elf64_Shdr;[all …]