summaryrefslogtreecommitdiffstats
path: root/libelf/elf.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-03-11 00:45:28 -0800
committerRoland McGrath <roland@redhat.com>2010-03-11 00:45:28 -0800
commit331a186dcd7a4511a35c5e928201d24313807fb1 (patch)
tree2758e3a8c2967a36c459b25ae1f96a032d9aa1d6 /libelf/elf.h
parent8068e06dd70d08789fafd8d6d22bbb42adbd2e7d (diff)
elf.h: Update from glibc.
Diffstat (limited to 'libelf/elf.h')
-rw-r--r--libelf/elf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libelf/elf.h b/libelf/elf.h
index fd6236b8..f41a0264 100644
--- a/libelf/elf.h
+++ b/libelf/elf.h
@@ -2666,7 +2666,13 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_X86_64_GOTOFF64 25 /* 64 bit offset to GOT */
#define R_X86_64_GOTPC32 26 /* 32 bit signed pc relative
offset to GOT */
-/* 27 .. 31 */
+#define R_X86_64_GOT64 27 /* 64-bit GOT entry offset */
+#define R_X86_64_GOTPCREL64 28 /* 64-bit PC relative offset
+ to GOT entry */
+#define R_X86_64_GOTPC64 29 /* 64-bit PC relative offset to GOT */
+#define R_X86_64_GOTPLT64 30 /* like GOT64, says PLT entry needed */
+#define R_X86_64_PLTOFF64 31 /* 64-bit GOT relative offset
+ to PLT entry */
#define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */
#define R_X86_64_SIZE64 33 /* Size of symbol plus 64-bit addend */
#define R_X86_64_GOTPC32_TLSDESC 34 /* GOT offset for TLS descriptor. */