Home
last modified time | relevance | path

Searched refs:IMAGE_FILE_32BIT_MACHINE (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp246 u16(is64Bit() ? C_Invalid : IMAGE_FILE_32BIT_MACHINE), in createImportDescriptor()
382 u16(is64Bit() ? C_Invalid : IMAGE_FILE_32BIT_MACHINE), in createNullImportDescriptor()
445 u16(is64Bit() ? C_Invalid : IMAGE_FILE_32BIT_MACHINE), in createNullThunk()
H A DWindowsResource.cpp739 Header->Characteristics = COFF::IMAGE_FILE_32BIT_MACHINE; in writeCOFFHeader()
/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h112 #define IMAGE_FILE_32BIT_MACHINE 0x0100 macro
H A Dlibpe_coff.c289 IMAGE_FILE_32BIT_MACHINE; in libpe_write_coff_header()
/freebsd/stand/efi/include/amd64/
H A Dpe.h90 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine. macro
/freebsd/stand/efi/include/i386/
H A Dpe.h90 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine. macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h159 IMAGE_FILE_32BIT_MACHINE = 0x0100, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp787 FLAG(COFF::IMAGE_FILE_32BIT_MACHINE, "32 bit words"); in printPrivateHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp258 BCase(IMAGE_FILE_32BIT_MACHINE); in bitset()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1603 coff->Characteristics |= IMAGE_FILE_32BIT_MACHINE; in writeHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp375 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_32BIT_MACHINE ),