summaryrefslogtreecommitdiff
path: root/include/libelfu/fixup.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-02-11 01:10:27 +0000
committernorly <ny-git@enpas.org>2013-02-11 01:24:36 +0000
commit1025e712b767bcca1a7c6f527c2ee5df06ac1167 (patch)
tree85dba453a25003c9e411b5279cd835f92f957c21 /include/libelfu/fixup.h
parente0510e4c926c48e89aee352ac09af007d1bec5d1 (diff)
PHDR self-reference fixup functionmodel-cleanup
Diffstat (limited to 'include/libelfu/fixup.h')
-rw-r--r--include/libelfu/fixup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/libelfu/fixup.h b/include/libelfu/fixup.h
new file mode 100644
index 0000000..6fb6620
--- /dev/null
+++ b/include/libelfu/fixup.h
@@ -0,0 +1,9 @@
+#ifndef __LIBELFU_FIXUP_H__
+#define __LIBELFU_FIXUP_H__
+
+#include <libelf.h>
+#include <gelf.h>
+
+void elfu_fixupPhdrSelfRef(Elf *e);
+
+#endif