You copied the Doc URL to your clipboard.
--relax_symbol=option[,option,…]
Changes the severity of a compare report for the specified symbols to warnings rather than errors.
Restrictions
You must use --compare
with this option.
Syntax
--relax_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 a symbol name matchingobject_name
.symbol_name
symbol_name
- All symbols with a 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