Home
last modified time | relevance | path

Searched defs:Elf64IntelTraits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Ddisassembler_elf.h109 struct Elf64IntelTraits : public Elf64Traits { struct
110 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;
/aosp_15_r20/external/zucchini/
H A Ddisassembler_elf.h109 struct Elf64IntelTraits : public Elf64Traits { struct
110 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;