summaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/reloc.obj.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/reloc.obj.yaml')
-rw-r--r--test/pecoff/Inputs/reloc.obj.yaml82
1 files changed, 0 insertions, 82 deletions
diff --git a/test/pecoff/Inputs/reloc.obj.yaml b/test/pecoff/Inputs/reloc.obj.yaml
deleted file mode 100644
index 4c83258c623c..000000000000
--- a/test/pecoff/Inputs/reloc.obj.yaml
+++ /dev/null
@@ -1,82 +0,0 @@
----
-header:
- Machine: IMAGE_FILE_MACHINE_I386
- Characteristics: [ ]
-sections:
- - Name: .text
- Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
- Alignment: 16
- SectionData: 680000000068000000006800000000680000000068000000006800000000
- Relocations:
- - VirtualAddress: 1
- SymbolName: _message
- Type: IMAGE_REL_I386_SECTION
- - VirtualAddress: 6
- SymbolName: _message
- Type: IMAGE_REL_I386_SECREL
- - VirtualAddress: 11
- SymbolName: .data
- Type: IMAGE_REL_I386_DIR32
- - VirtualAddress: 16
- SymbolName: .data
- Type: IMAGE_REL_I386_DIR32
- - VirtualAddress: 21
- SymbolName: __imp__MessageBoxA@16
- Type: IMAGE_REL_I386_DIR32
- - VirtualAddress: 26
- SymbolName: _abs_value
- Type: IMAGE_REL_I386_DIR32
- - Name: .data
- Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ]
- Alignment: 4
- SectionData: 576F726C64210048656C6C6F2C00
-symbols:
- - Name: .text
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 60
- NumberOfRelocations: 3
- NumberOfLinenumbers: 0
- CheckSum: 0
- Number: 1
- - Name: .data
- Value: 0
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 14
- NumberOfRelocations: 0
- NumberOfLinenumbers: 0
- CheckSum: 0
- Number: 2
- - Name: _main
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_FUNCTION
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
- - Name: _message
- Value: 5
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- - Name: __imp__MessageBoxA@16
- Value: 0
- SectionNumber: 0
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
- - Name: _abs_value
- Value: 0
- SectionNumber: 0
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
-...