We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eliben/pyelftools#317
https://github.com/eliben/pyelftools/blob/430e3a550f9c7b64b4b3630d319442aa79e3db19/elftools/elf/relocation.py#L155-L178
https://github.com/eliben/pyelftools/blob/430e3a550f9c7b64b4b3630d319442aa79e3db19/elftools/elf/relocation.py#L241-L282
The text was updated successfully, but these errors were encountered:
initial support for aarch64 little endian
4a842dc
See also: https://static.docs.arm.com/ihi0056/b/IHI0056B_aaelf64.pdf for relocation types and https://developer.arm.com/docs/ihi0057/c/dwarf-for-the-arm-64-bit-architecture-aarch64-abi-2018q4 for DWARF register names. Issue eliben#317 Link: ClangBuiltLinux/frame-larger-than#4 Signed-off-by: Nick Desaulniers <[email protected]>
initial support for aarch64 little endian (#318)
3d91dbe
See also: https://static.docs.arm.com/ihi0056/b/IHI0056B_aaelf64.pdf for relocation types and https://developer.arm.com/docs/ihi0057/c/dwarf-for-the-arm-64-bit-architecture-aarch64-abi-2018q4 for DWARF register names. Issue #317 Link: ClangBuiltLinux/frame-larger-than#4 Signed-off-by: Nick Desaulniers <[email protected]>
No branches or pull requests
eliben/pyelftools#317
https://github.com/eliben/pyelftools/blob/430e3a550f9c7b64b4b3630d319442aa79e3db19/elftools/elf/relocation.py#L155-L178
https://github.com/eliben/pyelftools/blob/430e3a550f9c7b64b4b3630d319442aa79e3db19/elftools/elf/relocation.py#L241-L282
The text was updated successfully, but these errors were encountered: