user_init_va on AARCH64

https://github.com/upx/upx/issues/318  (work-in-progress)
	modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser
2019-12-04 14:26:46 -08:00
parent 5d295c24f0
commit b8f52d14f4
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -242,6 +242,8 @@
R_PPC_JMP_SLOT = 21,
R_PPC64_JMP_SLOT = R_PPC_JMP_SLOT,
R_X86_64_JUMP_SLOT = 7
, R_AARCH64_ABS64 = 257
};
#endif //}