Lookup dynamically linked global variables.
[centaur.git] / include / libelfu / modelops.h
index 3ebf0a3344188f0bfa71347648195bac0de91c84..e9ea9eebfa043487f911baad2d0fab99504e0830 100644 (file)
@@ -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);