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

Missing AArch64 relocation types #33

Open
RyanGlScott opened this issue Sep 7, 2022 · 0 comments
Open

Missing AArch64 relocation types #33

RyanGlScott opened this issue Sep 7, 2022 · 0 comments

Comments

@RyanGlScott
Copy link
Contributor

The Data.ElfEdit.Relocations.ARM32 module has a very thorough list of AArch32 ELF relocations, but the list of AArch64 relocations in Data.ElfEdit.Relocations.AArch64 is quite limited by comparison. We should strive to make the AArch64 relocation list more complete by drawing from this document. At a minimum, we should strive to have all of the AArch64 counterparts to the existing AArch32 relocations—for instance, I was recently surprised to discover that elf-edit has R_ARM_COPY but not R_AARCH64_COPY.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant