Searched refs:PE32 (Results 1 – 9 of 9) sorted by relevance
41 const pe32_header *PE32 = COFFObj.getPE32Header(); in readExecutableHeaders() local42 copyPeHeader(Obj.PeHeader, *PE32); in readExecutableHeaders()44 Obj.BaseOfData = PE32->BaseOfData; in readExecutableHeaders()
589 enum { PE32 = 0x10b, PE32_PLUS = 0x20b }; enumerator
22 # mo extension is also used for Easeus Partition Master PE32 executable module
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
147 # before MZ PE32 executable (EFI application) (strength=50) and before DOS executable (COM) (streng…
444 initializeOptionalHeader(CP, COFF::PE32Header::PE32, &PEH); in writeCOFF()
70 {uint16_t(COFF::PE32Header::PE32), "PE32"},
956 if (Header->Magic == COFF::PE32Header::PE32) { in initialize()
1817 pe->Magic = config->is64() ? PE32Header::PE32_PLUS : PE32Header::PE32; in writeHeader()