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: 0x0000000000000010 12 Content: 554889E5897DFC5DC3 13Symbols: 14 - Name: _ZN3foo3barEi 15 Type: STT_FUNC 16 Section: .text 17 Size: 0x0000000000000009 18... 19