MCPcopy Index your code
hub / github.com/encounter/objdiff / no_diff_bss_section

Function no_diff_bss_section

objdiff-core/src/diff/data.rs:533–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531}
532
533pub 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.
538pub fn diff_bss_section(

Callers 1

diff_objsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected