From 20dc93c4473a5d5a53462fff09a74b2839d10d6b Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 26 Mar 2026 10:52:15 +0100 Subject: aarch64: GOT relocations --- src/obj.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/obj.h') diff --git a/src/obj.h b/src/obj.h index 3973721..ddc03df 100644 --- a/src/obj.h +++ b/src/obj.h @@ -24,6 +24,8 @@ enum relockind { REL_ADR_PREL_PG_HI21, REL_ADD_ABS_LO12_NC, REL_LD_PREL_LO19, + REL_ADR_GOT_PAGE, + REL_LD64_GOT_LO12_NC, NRELOCKIND, }; enum section { Snone, Stext, Srodata, Sdata, Sbss }; -- cgit v1.2.3