about summary refs log tree commit diff
path: root/sysdeps/x86_64/bits/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/bits/link.h')
-rw-r--r--sysdeps/x86_64/bits/link.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/x86_64/bits/link.h b/sysdeps/x86_64/bits/link.h
new file mode 100644
index 0000000000..21c294a73c
--- /dev/null
+++ b/sysdeps/x86_64/bits/link.h
@@ -0,0 +1,5 @@
+struct link_map_machine
+  {
+    Elf64_Addr plt; /* Address of .plt + 0x16 */
+    Elf64_Addr gotplt; /* Address of .got + 0x18 */
+  };