mirror of
https://github.com/encounter/objdiff.git
synced 2026-03-30 11:32:16 -07:00
f58616b6dd
* Use symbol name when comparing against an externed reloc For partial matching files, often a symbol is externed even though it should exist in the target object. We can still compare the symbol name, instead of always returning a mismatch. * Combine cases, and apply change reloc_eq in code.rs