FORCEFILES

Specifies that the contents of object code files must not be deadstripped.

Syntax
FORCEFILES { file-name
    [, 
  file-name ]* }
  
Remarks

Use FORCEFILES to list source files, archives, or archive members that you do not want dead-stripped. All objects in each of the files are included in the linker's output file even if the linker has determined that those objects are not referenced by other objects.

If you only have a few symbols that you do not want deadstripped, use FORCEACTIVE .