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 |
This section holds RELA type relocation information for all sections of a shared library except the PLT
This section holds RELA type relocation information for the PLT section of a shared library or dynamically linked application
This section holds uninitialized data that contribute to the program's memory image. The system initializes the data with zeroes when the program begins to run.