Searched defs:Win32X64Traits (Results 1 – 2 of 2) sorted by relevance
42 struct Win32X64Traits { struct43 static constexpr uint16_t kVersion = 1;44 static constexpr Bitness kBitness = kBit64;45 static constexpr ExecutableType kExeType = kExeTypeWin32X64;46 enum : uint16_t { kMagic = 0x20B };47 enum : uint16_t { kRelocType = 10 };48 enum : uint32_t { kVAWidth = 8 };49 static const char kExeTypeString[];51 using ImageOptionalHeader = pe::ImageOptionalHeader64;52 using RelFinder = Rel32FinderX64;[all …]