You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
Data.ElfEdit.Relocations.ARM32
module has a very thorough list of AArch32 ELF relocations, but the list of AArch64 relocations inData.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 thatelf-edit
hasR_ARM_COPY
but notR_AARCH64_COPY
.The text was updated successfully, but these errors were encountered: