objdiff_core::diff::data

Function diff_generic_section

source
pub fn diff_generic_section(
    left: &ObjSection,
    _right: &ObjSection,
    left_diff: &ObjSectionDiff,
    _right_diff: &ObjSectionDiff,
) -> Result<(ObjSectionDiff, ObjSectionDiff)>
Expand description

Compares a section of two object files. This essentially adds up the match percentage of each symbol in the section.