aboutsummaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/secrel2.obj.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/secrel2.obj.yaml')
-rw-r--r--test/pecoff/Inputs/secrel2.obj.yaml47
1 files changed, 0 insertions, 47 deletions
diff --git a/test/pecoff/Inputs/secrel2.obj.yaml b/test/pecoff/Inputs/secrel2.obj.yaml
deleted file mode 100644
index 2885fd07bb3a..000000000000
--- a/test/pecoff/Inputs/secrel2.obj.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
----
-header:
- Machine: IMAGE_FILE_MACHINE_I386
- Characteristics: [ ]
-sections:
- - Name: .data
- Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ]
- Alignment: 4
- SectionData: 00000000000000000000000000000000
- Relocations:
- - VirtualAddress: 0
- SymbolName: .data
- Type: IMAGE_REL_I386_SECREL
- - Name: .data2
- Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ]
- Alignment: 4
- SectionData: 00000000000000000000000000000000
- Relocations:
- - VirtualAddress: 0
- SymbolName: .data2
- Type: IMAGE_REL_I386_SECREL
-symbols:
- - Name: .data
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 4
- NumberOfRelocations: 1
- NumberOfLinenumbers: 0
- CheckSum: 0
- Number: 1
- - Name: .data2
- Value: 0
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 4
- NumberOfRelocations: 1
- NumberOfLinenumbers: 0
- CheckSum: 0
- Number: 2
-...