Searched defs:Win32X86Traits (Results 1 – 2 of 2) sorted by relevance
28 struct Win32X86Traits { struct29 static constexpr uint16_t kVersion = 1;30 static constexpr Bitness kBitness = kBit32;31 static constexpr ExecutableType kExeType = kExeTypeWin32X86;32 enum : uint16_t { kMagic = 0x10B };33 enum : uint16_t { kRelocType = 3 };34 enum : uint32_t { kVAWidth = 4 };35 static const char kExeTypeString[];37 using ImageOptionalHeader = pe::ImageOptionalHeader;38 using RelFinder = Rel32FinderX86;[all …]