WIP switching to creating import table objs

This commit is contained in:
Nikita Smith
2025-06-25 10:53:22 -07:00
committed by Ryan Fleury
parent 1b21d0709f
commit 69d5010245
13 changed files with 476 additions and 604 deletions
+3 -1
View File
@@ -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