X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Flibelfu%2Fmodelops.h;fp=include%2Flibelfu%2Fmodelops.h;h=e9ea9eebfa043487f911baad2d0fab99504e0830;hb=1ca19c5484ee0f18a3701b3f98ac8ca43df8b505;hp=3ebf0a3344188f0bfa71347648195bac0de91c84;hpb=bac3bc42ef0133a7dda0870c4e1f37e5651feb99;p=centaur.git 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);