R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS relocation added

This commit is contained in:
Nicolas 2025-11-17 09:05:01 +01:00
parent 5886cf40f4
commit 05f78ed09e
1 changed files with 2 additions and 0 deletions

View File

@ -418,6 +418,8 @@ relocation_table_types = {
40: ("R_ARM_V4BX", 0, ""), 40: ("R_ARM_V4BX", 0, ""),
41: ("R_ARM_STKCHK", 0, ""), 41: ("R_ARM_STKCHK", 0, ""),
42: ("R_ARM_THM_STKCHK", 0, ""), 42: ("R_ARM_THM_STKCHK", 0, ""),
43: ("R_ARM_MOVW_ABS_NC", 16, "S + A"),
44: ("R_ARM_MOVT_ABS", 16, "S + A")
}, },
"EM_AARCH64": { "EM_AARCH64": {
0: ("R_AARCH64_NONE", 0, ""), 0: ("R_AARCH64_NONE", 0, ""),