Lines Matching defs:ElfClass64
97 struct ElfClass64 { struct
98 typedef Elf64_Addr Addr;
99 typedef Elf64_Dyn Dyn;
100 typedef Elf64_Ehdr Ehdr;
101 typedef Elf64_Nhdr Nhdr;
102 typedef Elf64_Phdr Phdr;
103 typedef Elf64_Shdr Shdr;
104 typedef Elf64_Chdr Chdr;
105 typedef Elf64_Half Half;
106 typedef Elf64_Off Off;
107 typedef Elf64_Sym Sym;
108 typedef Elf64_Word Word;
110 static const int kClass = ELFCLASS64;
111 static const uint16_t kMachine = EM_X86_64;
112 static const size_t kAddrSize = sizeof(Elf64_Addr);
113 static constexpr const char* kMachineName = "x86_64";