Linux Standard Base Core Specification for PPC64 3.1 | ||
---|---|---|
<<< Previous | Chapter 9. Object Format | Next >>> |
The following sections are defined in the 64-bit PowerPC ELF ABI Supplement.
Table 9-1. ELF Special Sections
Name | Type | Attributes |
---|---|---|
.glink | SHT_PROGBITS | SHF_ALLOC+SHF_EXECINSTR |
.got | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.plt | SHT_NOBITS | SHF_ALLOC+SHF_WRITE |
.sbss | SHT_NOBITS | SHF_ALLOC+SHF_WRITE |
.sdata | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.toc | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.tocbss | SHT_NOBITS | SHF_ALLOC+SHF_WRITE |
The following additional sections are defined here.
Table 9-2. Additional Special Sections
Name | Type | Attributes |
---|---|---|
.branch_lt | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.opd | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.rela.dyn | SHT_RELA | SHF_ALLOC |
.rela.plt | SHT_RELA | SHF_ALLOC |
.toc1 | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
<<< Previous | Home | Next >>> |
ELF Header | Up | TOC |