RealView Compiler Reference Guide
Technical Support
On-Line Manuals
‑‑[no_]hide_all
This option enables you to control symbol visibility when building SVr4 shared objects.
Use ‑‑no_hide_all to mark all extern definitions as __declspec(dllexport), and to import all undefined references.
‑‑no_hide_all
extern
__declspec(dllexport)
The default is --hide_all.
--hide_all
__declspec(dllexport).