84 lines · yaml
1--- !ELF2FileHeader:3 Class: ELFCLASS644 Data: ELFDATA2LSB5 Type: ET_EXEC6 Machine: EM_AARCH647 Entry: 0x908ProgramHeaders:9 - Type: PT_LOAD10 Flags: [ PF_X, PF_R ]11 FirstSec: .rodata12 LastSec: .text13 Align: 0x1000014 Offset: 0x015Sections:16 - Name: .rodata17 Type: SHT_PROGBITS18 Flags: [ SHF_ALLOC ]19 Address: 0x7820 AddressAlign: 0x121 Content: '7800000000000000'22 - Name: .dummy23 Type: SHT_PROGBITS24 Flags: [ SHF_ALLOC ]25 Address: 0x8026 AddressAlign: 0x127 Content: '78000000000000009000000000000000'28 - Name: .text29 Type: SHT_PROGBITS30 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]31 Address: 0x9032 AddressAlign: 0x433 Content: FF4300D11F2003D508FFFF10080140F9E80700F9A80B8052010000D4FF430091C0035FD634 - Name: .rela.text35 Type: SHT_RELA36 Flags: [ SHF_INFO_LINK ]37 Link: .symtab38 AddressAlign: 0x839 Info: .text40 Relocations:41 - Offset: 0x9442 Symbol: Symbol43 Type: R_AARCH64_ADR_GOT_PAGE44 - Offset: 0x9845 Symbol: Symbol46 Type: R_AARCH64_LD64_GOT_LO12_NC47 - Name: .rela.dummy48 Type: SHT_RELA49 Flags: [ SHF_INFO_LINK ]50 Link: .symtab51 AddressAlign: 0x852 Info: .dummy53 Relocations:54 - Offset: 0x8055 Symbol: Symbol56 Type: R_AARCH64_ABS6457 - Offset: 0x8858 Symbol: _start59 Type: R_AARCH64_ABS6460Symbols:61 - Name: tmp.c62 Type: STT_FILE63 Index: SHN_ABS64 - Name: '$x.0'65 Section: .text66 Value: 0x9067 - Name: '$d.1'68 Index: SHN_ABS69 - Name: .text70 Type: STT_SECTION71 Section: .text72 Value: 0x9073 - Name: _start74 Type: STT_FUNC75 Section: .text76 Binding: STB_GLOBAL77 Value: 0x9078 Size: 0x2479 - Name: Symbol80 Section: .rodata81 Binding: STB_GLOBAL82 Value: 0x7883...84