81 lines · plain
1# RUN: yaml2obj %s -o %t.obj2# RUN: lld-link /entry:main /out:%t.exe %t.obj3 4--- !COFF5header:6 Machine: IMAGE_FILE_MACHINE_AMD647 Characteristics: []8sections:9 - Name: .text10 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]11 Alignment: 412 SectionData: 00000000000013symbols:14 - Name: .text15 Value: 016 SectionNumber: 117 SimpleType: IMAGE_SYM_TYPE_NULL18 ComplexType: IMAGE_SYM_DTYPE_NULL19 StorageClass: IMAGE_SYM_CLASS_STATIC20 SectionDefinition:21 Length: 622 NumberOfRelocations: 023 NumberOfLinenumbers: 024 CheckSum: 025 Number: 026 - Name: main27 Value: 028 SectionNumber: 129 SimpleType: IMAGE_SYM_TYPE_NULL30 ComplexType: IMAGE_SYM_DTYPE_NULL31 StorageClass: IMAGE_SYM_CLASS_EXTERNAL32 - Name: __guard_fids_count33 Value: 034 SectionNumber: 035 SimpleType: IMAGE_SYM_TYPE_NULL36 ComplexType: IMAGE_SYM_DTYPE_NULL37 StorageClass: IMAGE_SYM_CLASS_EXTERNAL38 - Name: __guard_fids_table39 Value: 040 SectionNumber: 041 SimpleType: IMAGE_SYM_TYPE_NULL42 ComplexType: IMAGE_SYM_DTYPE_NULL43 StorageClass: IMAGE_SYM_CLASS_EXTERNAL44 - Name: __guard_flags45 Value: 046 SectionNumber: 047 SimpleType: IMAGE_SYM_TYPE_NULL48 ComplexType: IMAGE_SYM_DTYPE_NULL49 StorageClass: IMAGE_SYM_CLASS_EXTERNAL50 - Name: __guard_iat_count51 Value: 052 SectionNumber: 053 SimpleType: IMAGE_SYM_TYPE_NULL54 ComplexType: IMAGE_SYM_DTYPE_NULL55 StorageClass: IMAGE_SYM_CLASS_EXTERNAL56 - Name: __guard_iat_table57 Value: 058 SectionNumber: 059 SimpleType: IMAGE_SYM_TYPE_NULL60 ComplexType: IMAGE_SYM_DTYPE_NULL61 StorageClass: IMAGE_SYM_CLASS_EXTERNAL62 - Name: __guard_longjmp_count63 Value: 064 SectionNumber: 065 SimpleType: IMAGE_SYM_TYPE_NULL66 ComplexType: IMAGE_SYM_DTYPE_NULL67 StorageClass: IMAGE_SYM_CLASS_EXTERNAL68 - Name: __guard_longjmp_table69 Value: 070 SectionNumber: 071 SimpleType: IMAGE_SYM_TYPE_NULL72 ComplexType: IMAGE_SYM_DTYPE_NULL73 StorageClass: IMAGE_SYM_CLASS_EXTERNAL74 - Name: __enclave_config75 Value: 076 SectionNumber: 077 SimpleType: IMAGE_SYM_TYPE_NULL78 ComplexType: IMAGE_SYM_DTYPE_NULL79 StorageClass: IMAGE_SYM_CLASS_EXTERNAL80...81