1--- !ELF
2FileHeader:
3  Class:           ELFCLASS64
4  Data:            ELFDATA2LSB
5  Type:            ET_REL
6  Machine:         EM_X86_64
7Sections:
8  - Name:            .text
9    Type:            SHT_PROGBITS
10    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
11    AddressAlign:    0x0000000000000004
12    Content:         ''
13  - Name:            .comment
14    Type:            SHT_PROGBITS
15    Flags:           [ SHF_MERGE, SHF_STRINGS ]
16    AddressAlign:    0x0000000000000001
17    Content:         00636C616E672076657273696F6E20332E392E3020287472756E6B203237333632342920286C6C766D2F7472756E6B203237333633362900
18  - Name:            .note.GNU-stack
19    Type:            SHT_PROGBITS
20    AddressAlign:    0x0000000000000001
21    Content:         ''
22Symbols:
23  - Name:    '-'
24    Type:    STT_FILE
25  - Name:    lib2
26    Index:   SHN_ABS
27    Value:   0x1234
28    Binding: STB_GLOBAL
29...
30