~taiite/protodump

352f0fd34c00ef333b18159cb3a57b7a6815dba7 — Hubert Hirtz 2 years ago ddcf9ee
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);