| |||
| Home > fromelf command reference > --ignore_section=option[,option,...] | |||
This option specifies the sections to be ignored during a compare. Differences between the input files being compared are ignored if they are in these sections.
--ignore_section=option[,option,...]
Where option is one of:
object_name::All sections in ELF objects with a name matching .object_name
object_name::section_nameAll sections in ELF objects with a name matching and
also a section name matching object_name.section_name
section_nameAll sections with a name matching .section_name
You can:
use wildcard characters ? and * for
symbolic names in and section_name argumentsobject_name
specify multiple options in one --ignore_section option
followed by a comma-separated list of arguments.