inline function for replacing weak symbols with default symbol

This commit is contained in:
Nikita Smith
2025-08-07 17:41:45 -07:00
parent 9a1f96bda2
commit 4f6f9d61ed
4 changed files with 33 additions and 82 deletions
+6
View File
@@ -75,6 +75,12 @@ typedef struct LNK_BaseRelocPageArray
// --- Workers Contexts --------------------------------------------------------
typedef struct
{
LNK_SymbolTable *symtab;
LNK_SymbolHashTrieChunk **chunks;
} LNK_ReplaceWeakSymbolsWithDefaultSymbolTask;
typedef struct
{
LNK_SymbolTable *symtab;