Technical Support
On-Line Manuals
Linker User Guide
You can use a steering file to hide and rename global symbol names in output files. You use the HIDE and RENAME commands accordingly.
For example, you can use steering files to protect intellectual property, or avoid namespace clashes.
Example of renaming a symbol:
Example 7. RENAME steering command example
RENAME func1 AS my_func1
Example of hiding symbols:
Example 8. HIDE steering command example
; Hides all global symbols with the ‘internal’ prefix HIDE internal*
Specifying steering files on the linker command-line.
What is a steering file?
Steering file command summary.
Steering file format.
Linker Reference:
--edit=file_list
HIDE
RENAME.