The following sections are defined in the System V Application Binary Interface - Intel386 Architecture Processor Supplement.
Table 10-1.
| Name | Type | Attributes |
|---|---|---|
| .got | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
| .plt | SHT_PROGBITS | SHF_ALLOC+SHF_EXECINSTR |
This section holds the global offset table.
This section holds the procedure linkage table.