aboutsummaryrefslogtreecommitdiffhomepage
path: root/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/obj.h b/obj.h
index 2c4753d..750ad48 100644
--- a/obj.h
+++ b/obj.h
@@ -14,6 +14,9 @@ enum relockind {
REL_ABS32,
REL_ABS32S,
REL_PCREL32,
+ REL_PLT32,
+ REL_GOTPCRELX,
+ REL_GOTPCRELX_REX,
NRELOCKIND,
};
enum section { Snone, Stext, Srodata, Sdata, Sbss };