Searched defs:Elf64IntelTraits (Results 1 – 2 of 2) sorted by relevance
57 struct Elf64IntelTraits : public Elf64Traits { struct58 static constexpr ExecutableType kExeType = kExeTypeElfX64;59 static const char kExeTypeString[];60 static constexpr elf::MachineArchitecture kMachineValue = elf::EM_X86_64;61 static constexpr uint32_t kRelType = elf::R_X86_64_RELATIVE;62 enum : uint32_t { kVAWidth = 8 };63 using Rel32FinderUse = Rel32FinderX64;