Home
last modified time | relevance | path

Searched refs:PE_MACHINE_I386 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/objconv/objconv-2.52/source/
H A Dcontainers.cpp341 if (Get<uint16_t>(6) == PE_MACHINE_I386) { in GetFileType()
351 else if (Get<uint16_t>(0) == PE_MACHINE_I386) { in GetFileType()
387 if (MachineType == PE_MACHINE_I386) { in GetFileType()
H A Dcoff.h40 #define PE_MACHINE_I386 0x14c macro
H A Delf2cof.cpp53 NewFileHeader.Machine = (this->WordSize == 32) ? PE_MACHINE_I386 : PE_MACHINE_X8664; in MakeFileHeader()
H A Domf2cof.cpp46 NewFileHeader.Machine = PE_MACHINE_I386; in MakeFileHeader()