mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
speed up export table build with hash table
This commit is contained in:
@@ -30,8 +30,8 @@ typedef struct LNK_ExportArray
|
||||
typedef struct LNK_ExportTable
|
||||
{
|
||||
Arena *arena;
|
||||
LNK_ExportList name_export_list;
|
||||
LNK_ExportList noname_export_list;
|
||||
HashTable *name_export_ht;
|
||||
HashTable *noname_export_ht;
|
||||
U64 voff_size;
|
||||
U64 max_ordinal;
|
||||
B8 *is_ordinal_used;
|
||||
|
||||
Reference in New Issue
Block a user