| |||
| Home > fromelf command reference > --show=option[,option,...] | |||
This option changes the symbol visibility property of the selected symbols, to mark them with default visibility.
--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_nameAll symbols in ELF objects with a name matching and
also a symbol name matching object_name are
marked as having default visibility.symbol_name
symbol_nameAll symbols with a symbol name matching are
marked as having default visibility.symbol_name
You can:
use wildcard characters ? and * for
symbolic names in and symbol_name argumentsobject_name
specify multiple options in one --show option
followed by a comma-separated list of arguments.