Forces the linker to not dead strip the unused symbols in the specified section.
KEEP(*(sectionType))
sectionType
Identifier for any user-defined or predefined section.
KEEP Directive Usage shows the sample usage.
GROUP : {
.text (TEXT) : {}
.mycode (TEXT) : {KEEP(*(.mycode))}
...}