forked from OSchip/llvm-project
47 lines
1.8 KiB
YAML
47 lines
1.8 KiB
YAML
--- !ELF
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATA2LSB
|
|
Type: ET_EXEC
|
|
Machine: EM_X86_64
|
|
Entry: 0x0000000000400000
|
|
Sections:
|
|
- Name: .text
|
|
Type: SHT_PROGBITS
|
|
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
|
|
Address: 0x0000000000400000
|
|
AddressAlign: 16
|
|
Content: 50C704240020400031C05AC3
|
|
- Name: .eh_frame_hdr
|
|
Type: SHT_PROGBITS
|
|
Flags: [ SHF_ALLOC ]
|
|
Address: 0x00000000004013c0
|
|
AddressAlign: 4
|
|
Content: 011B033B3C00000006000000E0F0FFFF8800000010F1FFFF58000000F6F1FFFFB000000010F2FFFFD000000090FEFFFF0001000000FFFFFF30010000
|
|
- Name: .eh_frame
|
|
Type: SHT_PROGBITS
|
|
Flags: [ SHF_ALLOC ]
|
|
Address: 0x0000000000401400
|
|
AddressAlign: 8
|
|
Content: 1400000000000000017A5200017810011B0C070890010710140000001C000000B0F0FFFF2A00000000000000000000001400000000000000017A5200017810011B0C070890010000240000001C00000050F0FFFF20000000000E10460E184A0F0B770880003F1A3B2A332422000000001C000000440000003EF1FFFF1000000000410E108602430D064B0C07080000002C0000006400000038F1FFFF7F0C000000450C0A00491006027600450F0376780603660C0C0A00450C070800000000002C0000009400000088FDFFFF6600000000410E108602430D06428F03458E04478D058C06488307024B0C07080000000014000000C4000000C8FDFFFF01000000000000000000000000000000
|
|
Symbols:
|
|
Global:
|
|
- Name: myfunc
|
|
Type: STT_FUNC
|
|
Section: .text
|
|
Value: 0x0000000000400000
|
|
ProgramHeaders:
|
|
- Type: PT_LOAD
|
|
Flags: [ PF_X, PF_R ]
|
|
VAddr: 0x00400000
|
|
PAddr: 0x00400000
|
|
Sections:
|
|
- Section: .text
|
|
- Type: PT_GNU_EH_FRAME
|
|
Flags: [ PF_X, PF_R ]
|
|
VAddr: 0x004013C0
|
|
PAddr: 0x004013C0
|
|
Sections:
|
|
- Section: .eh_frame_hdr
|
|
...
|