You copied the Doc URL to your clipboard.
--ignore_symbol=option[,option,…]
Specifies the symbols to be ignored during a compare. Differences between the input files being compared are ignored if they are related to these symbols.
Syntax
--ignore_symbol=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 all symbols with names matchingobject_name
.symbol_name
symbol_name
- All symbols with names 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 --compare
with this option.