You copied the Doc URL to your clipboard.
--hide_and_localize=option[,option,…]
Changes the symbol visibility property to mark selected symbols as hidden, and converts the selected symbols to local symbols.
Syntax
--hide_and_localize=option
[,option
,…]
Where option
is one of:
object_name
::- All symbols in ELF objects with a name matching
are marked as hidden and converted to local symbols.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 hidden and converted to local symbols.symbol_name
symbol_name
- All symbols with a symbol name matching
are marked as hidden and converted to local symbols.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.