summaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/comdat.obj.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/comdat.obj.yaml')
-rw-r--r--test/pecoff/Inputs/comdat.obj.yaml53
1 files changed, 0 insertions, 53 deletions
diff --git a/test/pecoff/Inputs/comdat.obj.yaml b/test/pecoff/Inputs/comdat.obj.yaml
deleted file mode 100644
index 5537499873a3..000000000000
--- a/test/pecoff/Inputs/comdat.obj.yaml
+++ /dev/null
@@ -1,53 +0,0 @@
----
-header:
- Machine: IMAGE_FILE_MACHINE_I386
- Characteristics: [ ]
-sections:
- - Name: .text
- Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_LNK_COMDAT, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
- Alignment: 16
- SectionData: 558BEC33C05DC3
- - Name: .text
- Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_LNK_COMDAT, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
- Alignment: 16
- SectionData: 558BEC33C05DC3
-symbols:
- - Name: .text
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 7
- NumberOfRelocations: 0
- NumberOfLinenumbers: 0
- CheckSum: 2532800969
- Number: 0
- Selection: IMAGE_COMDAT_SELECT_ANY
- - Name: .text
- Value: 0
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 7
- NumberOfRelocations: 0
- NumberOfLinenumbers: 0
- CheckSum: 2532800969
- Number: 0
- Selection: IMAGE_COMDAT_SELECT_ANY
- - Name: "?inlinefn1@@YAHXZ"
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_FUNCTION
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
- - Name: "?inlinefn2@@YAHXZ"
- Value: 0
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_FUNCTION
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
-...