Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-readobj/
Dfile-headers.test8 RUN: | FileCheck %s -check-prefix PE32
219 PE32: File: {{(.*[/\\])?}}trivial.exe.coff-i386
220 PE32-NEXT: Format: COFF-i386
221 PE32-NEXT: Arch: i386
222 PE32-NEXT: AddressSize: 32bit
223 PE32-NEXT: ImageFileHeader {
224 PE32-NEXT: Machine: IMAGE_FILE_MACHINE_I386 (0x14C)
225 PE32-NEXT: SectionCount: 3
226 PE32-NEXT: TimeDateStamp: 2013-07-16 00:39:15 (0x51E49633)
227 PE32-NEXT: PointerToSymbolTable: 0x0
[all …]
/external/syslinux/gnu-efi/gnu-efi-3.0/
DREADME.gnuefi161 to an EFI binary. EFI binaries are really just PE32+ binaries. PE
165 front of it. The "32" in PE32+ stands for 32 bits, meaning that PE32
166 is a 32-bit object file format. The plus in "PE32+" indicates that
170 than 4GB of address space). EFI binaries are plain PE32+ binaries
176 the only difference is the subsystem id. For more details on PE32+,
181 In theory, converting a suitable ELF64 binary to PE32+ is easy and
191 constitutes those segments. In COFF (and therefore PE32+) no
353 As mentioned above, the IA-64 PE32+ format assumes that the entry
369 Fortunately, PE32+ defines a section called ".reloc" that can achieve
383 create the correct directory entries in the PE32+ binary.
/external/llvm/include/llvm/Support/
DCOFF.h482 PE32 = 0x10b, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h487 PE32 = 0x10b, enumerator
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp406 uint32_t BaseOfData = initializeOptionalHeader(CP, COFF::PE32Header::PE32, &PEH); in writeCOFF()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp704 if (Header->Magic == COFF::PE32Header::PE32) { in COFFObjectFile()