mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 15:13:47 +00:00
parent
258e141017
commit
67719dd93e
@ -237,7 +237,7 @@ fn report_object(
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (symbol, symbol_diff) in section.symbols.iter().zip(§ion_diff.symbols) {
|
for (symbol, symbol_diff) in section.symbols.iter().zip(§ion_diff.symbols) {
|
||||||
if symbol.size == 0 {
|
if symbol.size == 0 || symbol.flags.0.contains(ObjSymbolFlags::Hidden) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if let Some(existing_functions) = &mut existing_functions {
|
if let Some(existing_functions) = &mut existing_functions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user