Searched defs:Elf64IntelTraits (Results 1 – 2 of 2) sorted by relevance
109 struct Elf64IntelTraits : public Elf64Traits { struct110 static constexpr ExecutableType kExeType = kExeTypeElfX64;111 static const char kExeTypeString[];112 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_X86_64;113 static constexpr uint32_t kRelType = elf::R_X86_64_RELATIVE;114 enum : uint32_t { kVAWidth = 8 };115 using Rel32FinderUse = Rel32FinderX64;