| Linux Standard Base Core Specification for PPC32 4.1 | ||
|---|---|---|
| <<< Previous | Chapter 8. Object Format | Next >>> |
The following sections are defined in the System V Application Binary Interface PowerPC™ Processor Supplement Chapter 4, Section "Section", Subsection "Special Sections".
Table 8-1. ELF Special Sections
| Name | Type | Attributes |
|---|---|---|
| .got | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE+SHF_EXECINSTR |
| .plt | SHT_NOBITS | SHF_ALLOC+SHF_WRITE+SHF_EXECINSTR |
| .sdata | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
The following Linux PPC32 specific sections are defined here.
Table 8-2. Additional Special Sections
| Name | Type | Attributes |
|---|---|---|
| .got2 | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
| .rela.bss | SHT_RELA | SHF_ALLOC |
| .rela.dyn | SHT_RELA | SHF_ALLOC |
| .rela.got | SHT_RELA | SHF_ALLOC |
| .rela.got2 | SHT_RELA | SHF_ALLOC |
| .rela.plt | SHT_RELA | SHF_ALLOC |
| .rela.sbss | SHT_RELA | SHF_ALLOC |
| .sbss | SHT_NOBITS | SHF_ALLOC+SHF_WRITE |
| .sdata2 | SHT_PROGBITS | SHF_ALLOC |
| <<< Previous | Home | Next >>> |
| ELF Header | Up | Symbol Table |