Skip to content

Commit

Permalink
i#1569 AArch64: Reimplement ELF import/export iterators.
Browse files Browse the repository at this point in the history
The previous implementation assumed that all imported symbols are
excluded from the GNU hash table. This assumption seems to be unsafe.
The new implementation iterates through both parts of the symbol table
in both cases, filtering imports or exports using st_value.

Enable client.modules on ARM and AArch64 as it now passes.

Review-URL: https://codereview.appspot.com/306530043
  • Loading branch information
egrimley-arm committed Sep 23, 2016
1 parent bee1be5 commit b92660f
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 218 deletions.
Loading

0 comments on commit b92660f

Please sign in to comment.