aboutsummaryrefslogtreecommitdiffhomepage
path: root/obj/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj/obj.h')
-rw-r--r--obj/obj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/obj/obj.h b/obj/obj.h
index 985e583..0b2eb6c 100644
--- a/obj/obj.h
+++ b/obj/obj.h
@@ -18,6 +18,9 @@ enum relockind {
REL_GOTPCRELX,
REL_GOTPCRELX_REX,
REL_CALL26,
+ REL_ADR_PREL_LO21,
+ REL_ADR_PREL_PG_HI21,
+ REL_ADD_ABS_LO12_NC,
NRELOCKIND,
};
enum section { Snone, Stext, Srodata, Sdata, Sbss };