1--- !ELF 2FileHeader: 3 Class: ELFCLASS64 4 Data: ELFDATA2LSB 5 Type: ET_EXEC 6 Machine: EM_X86_64 7Sections: 8 - Name: .text 9 Type: SHT_PROGBITS 10 Flags: [ SHF_ALLOC, SHF_EXECINSTR ] 11 AddressAlign: 0x0000000000000010 12 Content: 554889E58B0425A80000005DC30F1F00 13 - Name: .anothertext 14 Type: SHT_PROGBITS 15 Flags: [ SHF_ALLOC, SHF_EXECINSTR ] 16 Address: 0x0000000000000010 17 AddressAlign: 0x0000000000000010 18 Content: 554889E54883EC20488D0425A8000000C745FC00000000488945F0488B45F08B08894DECE8C7FFFFFF8B4DEC01C189C84883C4205D746573742073747200C3 19 - Name: .eh_frame 20 Type: SHT_PROGBITS 21 Flags: [ SHF_ALLOC ] 22 Address: 0x0000000000000050 23 AddressAlign: 0x0000000000000008 24 Content: 1400000000000000017A5200017810011B0C0708900100001C0000001C00000090FFFFFF0D00000000410E108602430D06000000000000001C0000003C00000080FFFFFF3F00000000410E108602430D0600000000000000 25 - Name: .data 26 Type: SHT_PROGBITS 27 Flags: [ SHF_WRITE, SHF_ALLOC ] 28 Address: 0x00000000000000A8 29 AddressAlign: 0x0000000000000004 30 Content: '01000000' 31 - Name: .comment 32 Type: SHT_PROGBITS 33 Flags: [ SHF_MERGE, SHF_STRINGS ] 34 AddressAlign: 0x0000000000000001 35 Content: 5562756E747520636C616E672076657273696F6E20332E352D317562756E74753120287472756E6B2920286261736564206F6E204C4C564D20332E352900 36Symbols: 37 - Type: STT_SECTION 38 Section: .text 39 - Type: STT_SECTION 40 Section: .anothertext 41 Value: 0x0000000000000010 42 - Type: STT_SECTION 43 Section: .eh_frame 44 Value: 0x0000000000000050 45 - Type: STT_SECTION 46 Section: .data 47 Value: 0x00000000000000A8 48 - Type: STT_SECTION 49 Section: .comment 50 - Name: /tmp/a.c 51 Type: STT_FILE 52 - Type: STT_FILE 53 - Name: somedata 54 Type: STT_OBJECT 55 Section: .anothertext 56 Value: 0x0000000000000045 57 Binding: STB_GLOBAL 58 - Name: main 59 Type: STT_FUNC 60 Section: .anothertext 61 Value: 0x0000000000000010 62 Size: 0x000000000000003F 63 Binding: STB_GLOBAL 64 - Name: foo 65 Type: STT_FUNC 66 Section: .text 67 Size: 0x000000000000000D 68 Binding: STB_GLOBAL 69 - Name: a 70 Type: STT_OBJECT 71 Section: .data 72 Value: 0x00000000000000A8 73 Size: 0x0000000000000004 74 Binding: STB_GLOBAL 75... 76