You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diagnostics.Warning(DiagnosticId.ELF_ERR_InvalidOverlappingSections,$"The section {section} [{section.Offset} : {section.Offset+section.Size-1}] is overlapping with the section {otherSection} [{otherSection.Offset} : {otherSection.Offset+otherSection.Size-1}]");
557
557
}
@@ -844,11 +844,16 @@ public override ushort Decode(ElfNative.Elf64_Versym src)
0 commit comments