aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj.h')
-rw-r--r--src/obj.h2
1 files changed, 2 insertions, 0 deletions
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 };