Searched refs:PE32 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 41 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 D | COFF.h | 555 enum { PE32 = 0x10b, PE32_PLUS = 0x20b }; enumerator
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gnu | 22 # mo extension is also used for Easeus Partition Master PE32 executable module
|
H A D | msdos | 163 # 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 D | linux | 147 # before MZ PE32 executable (EFI application) (strength=50) and before DOS executable (COM) (streng…
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 70 {uint16_t(COFF::PE32Header::PE32), "PE32"}, 71 {uint16_t(COFF::PE32Header::PE32_PLUS), "PE32+"},
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 450 initializeOptionalHeader(CP, COFF::PE32Header::PE32, &PEH); in writeCOFF()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 902 if (Header->Magic == COFF::PE32Header::PE32) { in initialize()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1624 pe->Magic = config->is64() ? PE32Header::PE32_PLUS : PE32Header::PE32; in writeHeader()
|