handle COMDAT symbols with non-zero section offset

This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent 422829b196
commit 4c972c0fba
3 changed files with 102 additions and 119 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ typedef struct LNK_LinkContext
// -- Image --------------------------------------------------------------------
#define LNK_REMOVED_SECTION_NUMBER (U16)-3
#define LNK_REMOVED_SECTION_NUMBER_32 (U32)-3
#define LNK_REMOVED_SECTION_NUMBER_16 (U16)-3
typedef struct LNK_ImageContext
{