brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.9 KiB · e6b3532 Raw
88 lines · yaml
1# RUN: yaml2obj %s -o %t.obj2#3# RUN: lld-link /out:%t.exe /entry:func1 /subsystem:console %t.obj4# RUN: llvm-objdump -s --section=.pdata %t.exe | FileCheck --check-prefix=PDATA %s5 6# PDATA: 00100000 2500a100 24100000 310022017 8--- !COFF9header:10  Machine:         IMAGE_FILE_MACHINE_ARM6411  Characteristics: [  ]12sections:13  - Name:            .text14    Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]15    Alignment:       416    SectionData:     ff4300d1f37b00a9f303012a00000094e003132a00000094f37b40a9ff430091c0035fd6f353bea9fe0b00f9f303012af403022a00000094e003132a00000094e003142a00000094fe0b40f9f353c2a8c0035fd6c0035fd617    Relocations:18      - VirtualAddress:  1219        SymbolName:      func320        Type:            IMAGE_REL_ARM64_BRANCH2621      - VirtualAddress:  2022        SymbolName:      func323        Type:            IMAGE_REL_ARM64_BRANCH2624      - VirtualAddress:  5225        SymbolName:      func326        Type:            IMAGE_REL_ARM64_BRANCH2627      - VirtualAddress:  6028        SymbolName:      func329        Type:            IMAGE_REL_ARM64_BRANCH2630      - VirtualAddress:  6831        SymbolName:      func332        Type:            IMAGE_REL_ARM64_BRANCH2633  - Name:            .pdata34    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]35    Alignment:       436    SectionData:     0000000031002201000000002500a10037    Relocations:38      - VirtualAddress:  039        SymbolName:      func240        Type:            IMAGE_REL_ARM64_ADDR32NB41      - VirtualAddress:  842        SymbolName:      func143        Type:            IMAGE_REL_ARM64_ADDR32NB44symbols:45  - Name:            .text46    Value:           047    SectionNumber:   148    SimpleType:      IMAGE_SYM_TYPE_NULL49    ComplexType:     IMAGE_SYM_DTYPE_NULL50    StorageClass:    IMAGE_SYM_CLASS_STATIC51    SectionDefinition:52      Length:          5753      NumberOfRelocations: 054      NumberOfLinenumbers: 055      CheckSum:        056      Number:          157  - Name:            .pdata58    Value:           059    SectionNumber:   260    SimpleType:      IMAGE_SYM_TYPE_NULL61    ComplexType:     IMAGE_SYM_DTYPE_NULL62    StorageClass:    IMAGE_SYM_CLASS_STATIC63    SectionDefinition:64      Length:          1665      NumberOfRelocations: 266      NumberOfLinenumbers: 067      CheckSum:        068      Number:          269  - Name:            func170    Value:           071    SectionNumber:   172    SimpleType:      IMAGE_SYM_TYPE_NULL73    ComplexType:     IMAGE_SYM_DTYPE_FUNCTION74    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL75  - Name:            func276    Value:           3677    SectionNumber:   178    SimpleType:      IMAGE_SYM_TYPE_NULL79    ComplexType:     IMAGE_SYM_DTYPE_FUNCTION80    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL81  - Name:            func382    Value:           8483    SectionNumber:   184    SimpleType:      IMAGE_SYM_TYPE_NULL85    ComplexType:     IMAGE_SYM_DTYPE_NULL86    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL87...88