Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read/elf: exclude zero sized STT_NOTYPE symbols from is_definitions #601

Merged
merged 3 commits into from
Nov 29, 2023

Commits on Nov 26, 2023

  1. read: use stable sort for SymbolMap::new

    We'll need this for testing at least, and it's probably better in general.
    Ideally there wouldn't be duplicates, but they do happen.
    philipc committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    441909b View commit details
    Browse the repository at this point in the history
  2. objdump: print symbol map

    philipc committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    ff3fecb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. read/elf: exclude zero sized STT_NOTYPE symbols from is_definition

    These are generally markers, not definitions.
    In particular, this excludes ARM mapping symbols ('$*').
    philipc committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4dfb72a View commit details
    Browse the repository at this point in the history