The following Linux PPC32 specific sections are defined here.
Table 10-2. Additional Special Sections
Name | Type | Attributes |
---|---|---|
.got2 | SHT_PROGBITS | SHF_ALLOC+SHF_WRITE |
.rela.bss | SHT_RELA | SHF_ALLOC |
.rela.dyn | SHT_RELA | SHF_ALLOC |
.rela.got | SHT_RELA | SHF_ALLOC |
.rela.got2 | SHT_RELA | SHF_ALLOC |
.rela.plt | SHT_RELA | SHF_ALLOC |
.rela.sbss | SHT_RELA | SHF_ALLOC |
This section holds the second level GOT
This section holds RELA type relocation information for the BSS section of a shared library or dynamically linked application
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 GOT section of a shared library or dynamically linked application
This section holds RELA type relocation information for the second level GOT section of a shared library or dynamically linked application
This section holds RELA type relocation information for the PLT section of a shared library or dynamically linked application
This section holds RELA type relocation information for the SBSS section of a shared library or dynamically linked application