1--- !ELF
2FileHeader:
3  Class:           ELFCLASS64
4  Data:            ELFDATA2LSB
5  Type:            ET_EXEC
6  Machine:         EM_AARCH64
7Sections:
8  - Name:            .text
9    Type:            SHT_PROGBITS
10    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
11    Address:         0x0000000000401000
12    AddressAlign:    0x0000000000000001
13    Content:         DEADBEEF
14  - Name:            .eh_frame
15    Type:            SHT_PROGBITS
16    Flags:           [ SHF_ALLOC ]
17    Address:         0x0000000000402000
18    AddressAlign:    0x0000000000000008
19    Content:         0c000000000000000100017C1E0000001c0000001400000000104000000000000100000000000000000C1d109e820000
20Symbols:
21  - Name:            foo
22    Section:         .text
23    Binding:         STB_GLOBAL
24    Value:           0x0000000000401000
25...
26