mirror of
https://github.com/encounter/objdiff.git
synced 2026-03-30 11:32:16 -07:00
07ef93f16a
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