Add support for ARM exception handler ABI (#328)
authorLeadroyaL <LeadroyaL@users.noreply.github.com>
Wed, 19 Aug 2020 16:35:12 +0000 (00:35 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 16:35:12 +0000 (09:35 -0700)
commitee0facee32ae5fc91709c93f9a57a9a7683a3315
tree44f6f44c2f2ad5c655059ed265a1a8c96ea874d3
parent9d722d726b3fac6883e9e27dfa7a046facb1a7f5
Add support for ARM exception handler ABI (#328)
14 files changed:
elftools/ehabi/__init__.py [new file with mode: 0644]
elftools/ehabi/constants.py [new file with mode: 0644]
elftools/ehabi/decoder.py [new file with mode: 0644]
elftools/ehabi/ehabiinfo.py [new file with mode: 0644]
elftools/ehabi/structs.py [new file with mode: 0644]
elftools/elf/elffile.py
scripts/readelf.py
setup.py
test/test_ehabi_decoder.py [new file with mode: 0644]
test/test_ehabi_elf.py [new file with mode: 0644]
test/testfiles_for_unittests/arm_exidx_test.cpp [new file with mode: 0644]
test/testfiles_for_unittests/arm_exidx_test.elf [new file with mode: 0644]
test/testfiles_for_unittests/arm_exidx_test.o [new file with mode: 0644]
test/testfiles_for_unittests/arm_exidx_test.so [new file with mode: 0755]