You copied the Doc URL to your clipboard.
--ignore_section=option[,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.
Syntax
--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_name
- All sections in ELF objects with a name matching
and also a section name matchingobject_name
.section_name
section_name
- All sections with a name matching
.section_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.