mirror of
https://github.com/encounter/objdiff.git
synced 2025-10-06 09:59:48 +00:00
* 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