()
| 531 | } |
| 532 | |
| 533 | pub fn no_diff_bss_section() -> Result<SectionDiff> { |
| 534 | Ok(SectionDiff { match_percent: Some(0.0), data_diff: vec![], reloc_diff: vec![] }) |
| 535 | } |
| 536 | |
| 537 | /// Compare the addresses and sizes of each symbol in the BSS sections. |
| 538 | pub fn diff_bss_section( |