summaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/guardcf-align-foobar.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/guardcf-align-foobar.yaml')
-rw-r--r--test/COFF/Inputs/guardcf-align-foobar.yaml51
1 files changed, 0 insertions, 51 deletions
diff --git a/test/COFF/Inputs/guardcf-align-foobar.yaml b/test/COFF/Inputs/guardcf-align-foobar.yaml
deleted file mode 100644
index 7878c459a4fd9..0000000000000
--- a/test/COFF/Inputs/guardcf-align-foobar.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
---- !COFF
-header:
- Machine: IMAGE_FILE_MACHINE_AMD64
- Characteristics: [ ]
-sections:
- - Name: .text.foo
- Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
- Alignment: 1
- SectionData: 31C0C3
- - Name: .text.bar
- Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
- Alignment: 1
- SectionData: FFE1
-symbols:
- - Name: .text.foo
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 3
- NumberOfRelocations: 0
- NumberOfLinenumbers: 0
- CheckSum: 3963538403
- Number: 1
- - Name: .text.bar
- Value: 0
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_STATIC
- SectionDefinition:
- Length: 2
- NumberOfRelocations: 0
- NumberOfLinenumbers: 0
- CheckSum: 1143549852
- Number: 2
- - Name: foo
- Value: 0
- SectionNumber: 1
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
- - Name: bar
- Value: 0
- SectionNumber: 2
- SimpleType: IMAGE_SYM_TYPE_NULL
- ComplexType: IMAGE_SYM_DTYPE_NULL
- StorageClass: IMAGE_SYM_CLASS_EXTERNAL
-...