aboutsummaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/associative3.obj.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/associative3.obj.yaml')
-rw-r--r--test/pecoff/Inputs/associative3.obj.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/test/pecoff/Inputs/associative3.obj.yaml b/test/pecoff/Inputs/associative3.obj.yaml
deleted file mode 100644
index ffea761a357c..000000000000
--- a/test/pecoff/Inputs/associative3.obj.yaml
+++ /dev/null
@@ -1,33 +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: 4
- SectionData: 0000000000000000
- Relocations:
- - VirtualAddress: 4
- SymbolName: _var
- Type: IMAGE_REL_I386_DIR32
-symbols:
- - Name: .text
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- - Name: _main
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
- - Name: _var
- Value: 0
- SectionNumber: 0
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
-...