summaryrefslogtreecommitdiff
path: root/include/libelfu/modelops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libelfu/modelops.h')
-rw-r--r--include/libelfu/modelops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libelfu/modelops.h b/include/libelfu/modelops.h
index 3ebf0a3..e9ea9ee 100644
--- a/include/libelfu/modelops.h
+++ b/include/libelfu/modelops.h
@@ -54,6 +54,7 @@ int elfu_mLayoutAuto(ElfuElf *me);
int elfu_mDynLookupPltAddrByName(ElfuElf *me, char *name, GElf_Addr *result);
+int elfu_mDynLookupReldynAddrByName(ElfuElf *me, char *name, GElf_Addr *result);
int elfu_mRelocate(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt);