mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-28 10:20:01 +00:00
pack export table into obj and input back to the linker
This commit is contained in:
committed by
Ryan Fleury
parent
c5164bd490
commit
f25dc5cc8d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user