Home
last modified time | relevance | path

Searched refs:PE32 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp41 const pe32_header *PE32 = COFFObj.getPE32Header(); in readExecutableHeaders() local
42 copyPeHeader(Obj.PeHeader, *PE32); in readExecutableHeaders()
44 Obj.BaseOfData = PE32->BaseOfData; in readExecutableHeaders()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h555 enum { PE32 = 0x10b, PE32_PLUS = 0x20b }; enumerator
/freebsd/contrib/file/magic/Magdir/
H A Dgnu22 # mo extension is also used for Easeus Partition Master PE32 executable module
H A Dmsdos163 # Note: Microsoft compiled help format contains 2 PE32 sections (.rsrc, .its) for Intel i386;
164 # The help content is appended after the PE32 binary and starts with ITOLITLS string;
165 # End of the PE32 binary is immediately after the .its section.
172 # of PE32 optional header with all data dirs + size of first .rsrc section header = 4 + 20 + 96+8*1…
777 >(0x3c.l) string PX\0\0 \b, PE32
H A Dlinux147 # before MZ PE32 executable (EFI application) (strength=50) and before DOS executable (COM) (streng…
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp70 {uint16_t(COFF::PE32Header::PE32), "PE32"},
71 {uint16_t(COFF::PE32Header::PE32_PLUS), "PE32+"},
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp450 initializeOptionalHeader(CP, COFF::PE32Header::PE32, &PEH); in writeCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp902 if (Header->Magic == COFF::PE32Header::PE32) { in initialize()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1624 pe->Magic = config->is64() ? PE32Header::PE32_PLUS : PE32Header::PE32; in writeHeader()