64 lines · yaml
1--- !ELF2FileHeader:3 Class: ELFCLASS[[BITS=64]]4 Data: ELFDATA2LSB5 Type: ET_REL6 Machine: EM_X86_647Sections:8 - Name: .debug_foo9 Type: SHT_PROGBITS10 Content: 000000000000000011 - Name: .notdebug_foo12 Type: SHT_PROGBITS13 Content: 000000000000000014 - Name: .rela.debug_foo15 Type: SHT_RELA16 Info: .debug_foo17 Relocations:18 - Offset: 0x119 Symbol: 120 Type: R_X86_64_3221 - Offset: 0x222 Symbol: 223 Type: R_X86_64_3224## This section should not be involved in relocations.25 - Name: .debug_bar26 Type: SHT_PROGBITS27 Content: 000000000000000028 - Name: .group29 Type: SHT_GROUP30 Link: .symtab31 AddressAlign: 432 EntSize: 0x000000000000000433 Info: groupname34 Members:35 - SectionOrType: GRP_COMDAT36 - SectionOrType: .text.in.group37 - SectionOrType: .debug_in_group38 - Name: .text.in.group39 Type: SHT_PROGBITS40 Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]41 Content: '00'42 - Name: .debug_in_group43 Type: SHT_PROGBITS44 Flags: [ SHF_GROUP ]45 Content: '00'46 - Name: .debug_alloc47 Type: SHT_PROGBITS48 Flags: [ SHF_ALLOC ]49 Content: 000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f50Symbols:51 - Type: STT_SECTION52 Section: .debug_foo53 Binding: STB_GLOBAL54 - Type: STT_SECTION55 Section: .notdebug_foo56 Binding: STB_GLOBAL57 - Name: .Linfo_string058 Section: .debug_bar59 Binding: STB_GLOBAL60 - Name: groupname61 Section: .group62 Binding: STB_GLOBAL63...64