mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
WIP switching to creating import table objs
This commit is contained in:
committed by
Ryan Fleury
parent
1b21d0709f
commit
69d5010245
@@ -16,8 +16,9 @@ typedef String8List LNK_InputLibList;
|
||||
|
||||
typedef struct LNK_InputImport
|
||||
{
|
||||
COFF_ParsedArchiveImportHeader import_header;
|
||||
struct LNK_InputImport *next;
|
||||
String8 coff_import;
|
||||
U64 input_idx;
|
||||
} LNK_InputImport;
|
||||
|
||||
typedef struct LNK_InputImportList
|
||||
@@ -36,6 +37,7 @@ typedef struct LNK_InputObj
|
||||
String8 path;
|
||||
String8 data;
|
||||
String8 lib_path;
|
||||
U64 input_idx;
|
||||
} LNK_InputObj;
|
||||
|
||||
typedef struct LNK_InputObjList
|
||||
|
||||
Reference in New Issue
Block a user