factor out section sort index into contribution chunk and simplify

contribution sorting
This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent f64265aafe
commit 15836572f4
5 changed files with 237 additions and 233 deletions
+1
View File
@@ -58,6 +58,7 @@ typedef struct
U64 objs_count;
LNK_Obj **objs;
LNK_SectionContrib ***sect_map;
HashTable *contribs_ht;
LNK_SectionArray image_sects;
union {
struct {