Skip to main content

diff_bss_section

Function diff_bss_section 

Source
pub fn diff_bss_section(
    left_obj: &Object,
    right_obj: &Object,
    left_diff: &ObjectDiff,
    right_diff: &ObjectDiff,
    left_section_idx: usize,
    right_section_idx: usize,
) -> Result<(SectionDiff, SectionDiff)>
Expand description

Compare the addresses and sizes of each symbol in the BSS sections.