| |||
| Home > fromelf command reference > --relax_symbol=option[,option,...] | |||
This option changes the severity of a compare report for the specified symbols to warnings rather than errors.
--relax_symbol=option[,option,...]
Where option is one of:
object_name::All symbols in ELF objects with a name matching .object_name
object_name::section_nameAll symbols in ELF objects with a name matching and
also a symbol name matching object_name.symbol_name
symbol_nameAll symbols with a name matching .symbol_name
You can:
use wildcard characters ? and * for
symbolic names in and symbol_name argumentsobject_name
specify multiple options in one --relax_symbol option
followed by a comma-separated list of arguments.