60 lines
1.8 KiB
YAML
60 lines
1.8 KiB
YAML
---
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATA2LSB
|
|
OSABI: ELFOSABI_GNU
|
|
Type: ET_REL
|
|
Machine: EM_X86_64
|
|
Sections:
|
|
- Name: .text
|
|
Type: SHT_PROGBITS
|
|
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
|
|
AddressAlign: 0x0000000000000004
|
|
Content: ''
|
|
- Name: .data
|
|
Type: SHT_PROGBITS
|
|
Flags: [ SHF_WRITE, SHF_ALLOC ]
|
|
AddressAlign: 0x0000000000000004
|
|
Content: ''
|
|
- Name: .bss
|
|
Type: SHT_NOBITS
|
|
Flags: [ SHF_WRITE, SHF_ALLOC ]
|
|
AddressAlign: 0x0000000000000004
|
|
- Name: .tbss
|
|
Type: SHT_NOBITS
|
|
Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
|
|
AddressAlign: 0x0000000000000004
|
|
Size: 16
|
|
- Name: .note.GNU-stack
|
|
Type: SHT_PROGBITS
|
|
AddressAlign: 0x0000000000000001
|
|
Content: ''
|
|
Symbols:
|
|
Local:
|
|
- Name: t1.c
|
|
Type: STT_FILE
|
|
- Name: .tbss
|
|
Type: STT_TLS
|
|
Section: .tbss
|
|
Global:
|
|
- Name: t0
|
|
Type: STT_TLS
|
|
Section: .tbss
|
|
Size: 0x0000000000000004
|
|
- Name: t1
|
|
Type: STT_TLS
|
|
Section: .tbss
|
|
Value: 0x0000000000000004
|
|
Size: 0x0000000000000004
|
|
- Name: t2
|
|
Type: STT_TLS
|
|
Section: .tbss
|
|
Value: 0x0000000000000008
|
|
Size: 0x0000000000000004
|
|
- Name: t3
|
|
Type: STT_TLS
|
|
Section: .tbss
|
|
Value: 0x000000000000000C
|
|
Size: 0x0000000000000004
|
|
...
|