aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/elf.h b/elf.h
index a40c736..cce2f9d 100644
--- a/elf.h
+++ b/elf.h
@@ -2895,6 +2895,10 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_X86_64_TLSDESC 36 /* TLS descriptor. */
#define R_X86_64_IRELATIVE 37 /* Adjust indirectly by program base */
#define R_X86_64_RELATIVE64 38 /* 64-bit adjust by program base */
+#define R_X86_64_GOTPCRELX 41 /* like GOTPCREL, but optionally with
+ linker optimizations */
+#define R_X86_64_REX_GOTPCRELX 42 /* like GOTPCRELX, but a REX prefix
+ is present */
#define R_X86_64_NUM 39