Linux Standard Base Core Specification for S390 | ||
---|---|---|
<<< Previous | Chapter 8. Object Format | Next >>> |
See chapter 2 of the LINUX for S/390 ELF Application Binary Interface Supplement.
The following sections are defined in the LINUX for S/390 ELF Application Binary Interface Supplement.
Table 8-1. ELF Special Sections
Name | Type | Attributes |
---|---|---|
.got | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.plt | SHT_PROGBITS | SHF_ALLOC+SHF_EXECINSTR |
.got | This section holds the global offset table. | |
.plt | This section holds the procedure linkage table. |
The following additional sections are defined here.
Table 8-2. Additional Special Sections
Name | Type | Attributes |
---|---|---|
.rela.dyn | SHT_RELA | SHF_ALLOC |
.rela.plt | SHT_RELA | SHF_ALLOC |
<<< Previous | Home | Next >>> |
ELF Header | Up | Symbol Table |