mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +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