brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.3 KiB · 161c100 Raw
94 lines · yaml
1# RUN: yaml2obj %s -o %t2# RUN: lldb-test object-file -contents %t | FileCheck %s3 4# CHECK:      Name: .debug_info5# CHECK:      Data:  (6# CHECK-NEXT:     0000: 47000000 04000000 00000801 00000000 0C002D00 00000000 00003700 000000007# CHECK-NEXT:     0020: 00000000 00000800 00000200 00000000 00000008 00000001 6F490000 000102438# CHECK-NEXT:     0040: 00000003 4B000000 0504009# CHECK-NEXT: )10 11--- !ELF12FileHeader:      13  Class:           ELFCLASS6414  Data:            ELFDATA2LSB15  Type:            ET_REL16  Machine:         EM_AARCH6417Sections:        18  - Name:            .text19    Type:            SHT_PROGBITS20    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]21    AddressAlign:    0x000000000000000422    Content:         E0031B32C0035FD623  - Name:            .debug_str24    Type:            SHT_PROGBITS25    Flags:           [ SHF_MERGE, SHF_STRINGS ]26    AddressAlign:    0x000000000000000127    Size:            0x5028  - Name:            .debug_abbrev29    Type:            SHT_PROGBITS30    AddressAlign:    0x000000000000000131    Size:            0x1032  - Name:            .debug_info33    Type:            SHT_PROGBITS34    AddressAlign:    0x000000000000000135    Content:         470000000400000000000801000000000C0000000000000000000000000000000000000000000800000002000000000000000008000000016F00000000010243000000030000000005040036  - Name:            .rela.debug_info37    Type:            SHT_RELA38    Link:            .symtab39    AddressAlign:    0x000000000000000840    Info:            .debug_info41    Relocations:     42      - Offset:          0x000000000000000643        Symbol:          .debug_abbrev44        Type:            R_AARCH64_ABS3245      - Offset:          0x000000000000000C46        Symbol:          .debug_str47        Type:            R_AARCH64_ABS3248      - Offset:          0x000000000000001249        Symbol:          .debug_str50        Type:            R_AARCH64_ABS3251        Addend:          4552      - Offset:          0x000000000000001653        Symbol:          .debug_line54        Type:            R_AARCH64_ABS3255      - Offset:          0x000000000000001A56        Symbol:          .debug_str57        Type:            R_AARCH64_ABS3258        Addend:          5559      - Offset:          0x000000000000001E60        Symbol:          .text61        Type:            R_AARCH64_ABS6462      - Offset:          0x000000000000002B63        Symbol:          .text64        Type:            R_AARCH64_ABS6465      - Offset:          0x000000000000003966        Symbol:          .debug_str67        Type:            R_AARCH64_ABS3268        Addend:          7369      - Offset:          0x000000000000004470        Symbol:          .debug_str71        Type:            R_AARCH64_ABS3272        Addend:          7573  - Name:            .debug_line74    Type:            SHT_PROGBITS75    AddressAlign:    0x000000000000000176    Size:            0x2077Symbols:         78  - Name:            .text79    Type:            STT_SECTION80    Section:         .text81  - Name:            .debug_str82    Type:            STT_SECTION83    Section:         .debug_str84  - Name:            .debug_abbrev85    Type:            STT_SECTION86    Section:         .debug_abbrev87  - Name:            .debug_info88    Type:            STT_SECTION89    Section:         .debug_info90  - Name:            .debug_line91    Type:            STT_SECTION92    Section:         .debug_line93...94