pack export table into obj and input back to the linker

This commit is contained in:
Nikita Smith
2025-06-25 10:53:22 -07:00
committed by Ryan Fleury
parent c5164bd490
commit f25dc5cc8d
8 changed files with 525 additions and 403 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ typedef struct LNK_SectionContribChunk
struct LNK_SectionContribChunk *next;
U64 count;
U64 cap;
LNK_SectionContrib *v;
LNK_SectionContrib **v;
LNK_SectionContrib *v2;
} LNK_SectionContribChunk;
typedef struct LNK_SectionContribChunkList