mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-05 14:13:45 +00:00
When searching for a symbol by name, only look at symbols that are defined within the object, ignoring extern symbols (symbols without section). Fixes #180 Fixes #181