Skip to content

Filter out gcc2_compiled. and family #115

Closed
@AngheloAlf

Description

@AngheloAlf

Some compilers may emit section-relative relocations instead of symbol-relative ones, meaning objdiff's symbol resolution may end up picking up a compiler generated symbol like gcc2_compiled. or __gnu_compiled_c. Ideally this kind of symbol would be filtered out or be low priority.

This is how they are listed by readelf:

     3: 00000000     0 OBJECT  LOCAL  DEFAULT    1 gcc2_compiled.
14: 00100450     0 NOTYPE  LOCAL  DEFAULT               0x4 __gnu_compiled_c
15: 00100450     0 NOTYPE  LOCAL  DEFAULT               0x4 gcc2_compiled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions