rems-project / linksem

Semantic model for aspects of ELF static linking and DWARF debug information
Other
43 stars 7 forks source link

Fix ELF note parsing, parse notes, add mips64 ABI #16

Closed emersion closed 6 years ago

emersion commented 6 years ago

Prior to this commit, note parsing was incomplete for ELF32 and broken for ELF64. This commit fixes the following issues:

EDIT: This PR has grown and is now a lot bigger than it should be. Individual commits still make sense though.