You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.2 KiB
87 lines
2.2 KiB
7 months ago
|
# RUN: yaml2obj %s -o %t
|
||
|
# RUN: lldb-test object-file %t | FileCheck %s
|
||
|
|
||
|
# CHECK: Plugin name: pe-coff
|
||
|
# CHECK: Architecture: armv7-pc-windows-msvc
|
||
|
# CHECK: UUID:
|
||
|
# CHECK: Executable: true
|
||
|
# CHECK: Stripped: false
|
||
|
# CHECK: Type: executable
|
||
|
# CHECK: Strata: user
|
||
|
# CHECK: Base VM address: 0x40000
|
||
|
|
||
|
--- !COFF
|
||
|
OptionalHeader:
|
||
|
AddressOfEntryPoint: 4097
|
||
|
ImageBase: 4194304
|
||
|
SectionAlignment: 4096
|
||
|
FileAlignment: 512
|
||
|
MajorOperatingSystemVersion: 6
|
||
|
MinorOperatingSystemVersion: 0
|
||
|
MajorImageVersion: 0
|
||
|
MinorImageVersion: 0
|
||
|
MajorSubsystemVersion: 6
|
||
|
MinorSubsystemVersion: 0
|
||
|
Subsystem: IMAGE_SUBSYSTEM_WINDOWS_CUI
|
||
|
DLLCharacteristics: [ IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE, IMAGE_DLL_CHARACTERISTICS_NX_COMPAT, IMAGE_DLL_CHARACTERISTICS_TERMINAL_SERVER_AWARE ]
|
||
|
SizeOfStackReserve: 1048576
|
||
|
SizeOfStackCommit: 4096
|
||
|
SizeOfHeapReserve: 1048576
|
||
|
SizeOfHeapCommit: 4096
|
||
|
ExportTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
ImportTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
ResourceTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
ExceptionTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
CertificateTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
BaseRelocationTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
Debug:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
Architecture:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
GlobalPtr:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
TlsTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
LoadConfigTable:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
BoundImport:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
IAT:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
DelayImportDescriptor:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
ClrRuntimeHeader:
|
||
|
RelativeVirtualAddress: 0
|
||
|
Size: 0
|
||
|
header:
|
||
|
Machine: IMAGE_FILE_MACHINE_ARMNT
|
||
|
Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_32BIT_MACHINE ]
|
||
|
sections:
|
||
|
- Name: .text
|
||
|
Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
|
||
|
VirtualAddress: 4096
|
||
|
VirtualSize: 2
|
||
|
SectionData: '7047'
|
||
|
symbols: []
|
||
|
...
|