3.53 --show=option[,option,…]
Changes the symbol visibility property of the selected symbols, to mark them with default visibility.
Syntax
--show=option
[,option
,…]
Where option
is one of:
object_name
::All symbols in ELF objects with a name matching
are marked as having default visibility.object_name
object_name
::symbol_name
All symbols in ELF objects with a name matching
and also a symbol name matchingobject_name
are marked as having default visibility.symbol_name
symbol_name
All symbols with a symbol name matching
are marked as having default visibility.symbol_name
You can:
-
Use wildcard characters
?
and*
for symbolic names in
andsymbol_name
argumentsobject_name
-
Specify multiple values in one
followed by a comma-separated list of arguments.option
Restrictions
You must use --elf
with this option.