Linux Standard Base Core Specification for S390X 3.1 | ||
---|---|---|
<<< Previous | Chapter 9. Object Format | Next >>> |
See chapter 2 of the LINUX for zSeries Application Binary Interface Supplement.
The following sections are defined in the LINUX for zSeries Application Binary Interface Supplement.
Table 9-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 Linux S/390 specific sections are defined here.
Table 9-2. Additional Special Sections
Name | Type | Attributes |
---|---|---|
.rela.dyn | SHT_RELA | SHF_ALLOC |
.rela.plt | SHT_RELA | SHF_ALLOC |
.sbss | SHT_PROGBITS | SHF_WRITE |
<<< Previous | Home | Next >>> |
ELF Header | Up | Symbol Table |