18 lines
483 B
YAML
18 lines
483 B
YAML
--- !ELF
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATA2LSB
|
|
Type: ET_REL
|
|
Machine: EM_X86_64
|
|
Sections:
|
|
- Name: .text
|
|
Type: SHT_PROGBITS
|
|
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
|
|
AddressAlign: 0x0000000000000010
|
|
Content: 554889E5897DFC5DC3
|
|
Symbols:
|
|
- Name: _ZN3foo3barEi
|
|
Type: STT_FUNC
|
|
Section: .text
|
|
Size: 0x0000000000000009
|
|
...
|