From 05f78ed09eaa75964e9b52a9458e47c87f0b620f Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 17 Nov 2025 09:05:01 +0100 Subject: [PATCH] R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS relocation added --- src/pelfy/_fields_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pelfy/_fields_data.py b/src/pelfy/_fields_data.py index 6321e42..5f6c079 100644 --- a/src/pelfy/_fields_data.py +++ b/src/pelfy/_fields_data.py @@ -418,6 +418,8 @@ relocation_table_types = { 40: ("R_ARM_V4BX", 0, ""), 41: ("R_ARM_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": { 0: ("R_AARCH64_NONE", 0, ""),