Show skipped symbol count
1 files changed, 4 insertions(+), 0 deletions(-) M src/main.rs
M src/main.rs => src/main.rs +4 -0
@@ 513,6 513,10 @@ fn main() -> Result<()> { } else { println!("Endianness: big"); } let skipped = object_info.symbol_whitelist.len() - sources.subprograms.len(); if skipped != 0 { println!("Symbols with missing debug info: {}", skipped); } if !sources.subprograms.is_empty() { println!(); show_prototypes(sources);