The following Linux specific sections are defined here.
Table 4-2. Linux Special Sections
.ctors | This section contains a list of global constructor function pointers. |
.dtors | This section contains a list of global destructor function pointers. |
.eh_frame | This section contains information necessary for frame unwinding during exception handling. The is the same as for .debug_frame as described by DWARF2. |
.gnu.version | This section contains the Symbol Version Table. |
.gnu.version_d | This section contains the Version Definitions. |
.gnu.version_r | This section contains the Version Requirments. |
.note.ABI-tag | |
.stab | This section contains debugging information. The contents are not specified as part of the LSB. |
.stabstr | This section contains strings associated with the debugging infomation contained in the .stab section. |