aboutsummaryrefslogtreecommitdiff
path: root/ELF/Relocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/Relocations.h')
-rw-r--r--ELF/Relocations.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ELF/Relocations.h b/ELF/Relocations.h
index 0ff02ef1c..f5e79abc6 100644
--- a/ELF/Relocations.h
+++ b/ELF/Relocations.h
@@ -52,7 +52,9 @@ enum RelExpr {
R_RELAX_TLS_IE_TO_LE,
R_RELAX_TLS_LD_TO_LE,
R_SIZE,
- R_THUNK,
+ R_THUNK_ABS,
+ R_THUNK_PC,
+ R_THUNK_PLT_PC,
R_TLS,
R_TLSDESC,
R_TLSDESC_PAGE,