You copied the Doc URL to your clipboard.
--show_and_globalize=option[,option,…]
Changes the symbol visibility property of the selected symbols, to mark them with default visibility, and converts the selected symbols to global symbols.
Syntax
--show_and_globalize=option
[,option
,…]
Where option
is one of:
object_name
::- All symbols in ELF objects with a name matching
.object_name
object_name
::symbol_name
- All symbols in ELF objects with a name matching
and also a symbol name matchingobject_name
.symbol_name
symbol_name
- All symbols with a symbol name matching
.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.