Searched refs:IMAGE_FILE_32BIT_MACHINE (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dpe.h32 #define IMAGE_FILE_32BIT_MACHINE 0x0100 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp198 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
334 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
397 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid),
H A DWindowsResource.cpp739 Header->Characteristics = COFF::IMAGE_FILE_32BIT_MACHINE;
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dpe.h112 #define IMAGE_FILE_32BIT_MACHINE 0x0100 macro
H A Dlibpe_coff.c289 IMAGE_FILE_32BIT_MACHINE;
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h91 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine. macro
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h91 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine. macro
/freebsd-11-stable/sys/compat/ndis/
H A Dpe_var.h136 #define IMAGE_FILE_32BIT_MACHINE 0x0100 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h145 IMAGE_FILE_32BIT_MACHINE = 0x0100,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp252 BCase(IMAGE_FILE_32BIT_MACHINE);
/freebsd-11-stable/contrib/binutils/bfd/
H A DpeXXigen.c1855 PF (IMAGE_FILE_32BIT_MACHINE, "32 bit words");
H A Dcoffcode.h3776 internal_f.f_flags |= IMAGE_FILE_32BIT_MACHINE;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1305 coff->Characteristics |= IMAGE_FILE_32BIT_MACHINE;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp374 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_32BIT_MACHINE ),

Completed in 162 milliseconds