KEEP_SECTION

The KEEP_SECTION directive allows you to specify sections that you do not want the linker to deadstrip. You must specify the section(s) you want to keep before you use the SECTIONS keyword.

Prototype

  KEEP_SECTION{ sectionType[, sectionType] }