xref: /llvm-project/lldb/test/Shell/Symtab/Inputs/symbols.yaml (revision 3aef968ec3faada22319aaa3530776974082d2d5)
1--- !ELF
2FileHeader:
3  Class:           ELFCLASS64
4  Data:            ELFDATA2LSB
5  Type:            ET_REL
6  Machine:         EM_AARCH64
7  SectionHeaderStringTable: .strtab
8Sections:
9  - Name:            .text
10    Type:            SHT_PROGBITS
11    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
12    AddressAlign:    0x4
13  - Type:            SectionHeaderTable
14    Sections:
15      - Name:            .text
16      - Name:            .strtab
17      - Name:            .symtab
18Symbols:
19  - Name:            _Z8someFunciii
20    Type:            STT_FUNC
21    Section:         .text
22    Binding:         STB_GLOBAL
23    Size:            0x1C
24  - Name:            _Z8someFuncci
25    Type:            STT_FUNC
26    Section:         .text
27    Binding:         STB_GLOBAL
28    Value:           0x1C
29    Size:            0x18
30  - Name:            _Z13someOtherFuncv
31    Type:            STT_FUNC
32    Section:         .text
33    Binding:         STB_GLOBAL
34    Value:           0x34
35    Size:            0x4
36  - Name:            _Z13someOtherFuncd
37    Type:            STT_FUNC
38    Section:         .text
39    Binding:         STB_GLOBAL
40    Value:           0x38
41    Size:            0x10
42  - Name:            _Z18ignoreThisFunctionv
43    Type:            STT_FUNC
44    Section:         .text
45    Binding:         STB_GLOBAL
46    Value:           0x48
47    Size:            0x8
48...
49