The following sections are defined in the System V Application Binary Interface PowerPC Processor Supplement.
Table 10-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 |
This section holds the global offset table. See `Coding Examples' in Chapter 3, `Special Sections' in Chapter 4, and `Global Offset Table' in Chapter 5 of the processor supplement for more information.
This section holds the Procedure Linkage Table
This section holds initialized small data that contribute to the program memory image