From f8a969d43ed26e64d21238ead0e9512360fb1fdd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 29 May 2021 18:05:37 +0200 Subject: Reworked elfloader, handle versionned symbols now --- src/include/box64context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index d5e8b82d..a83d79ec 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -3,6 +3,7 @@ #include #include #include "pathcoll.h" +#include "dictionnary.h" typedef struct elfheader_s elfheader_t; typedef struct cleanup_s cleanup_t; @@ -97,6 +98,7 @@ typedef struct box64context_s { lib_t *maplib; // lib and symbols handling lib_t *local_maplib; // libs and symbols openned has local (only collection of libs, no symbols) + dic_t *versym; // dictionnary of versionned symbols kh_threadstack_t *stacksizes; // stack sizes attributes for thread (temporary) bridge_t *system; // other bridges -- cgit 1.4.1