4 writes to SectionIndex
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (4)
140
SectionIndex
= coffSectionIndex,
153
SectionIndex
= coffSectionIndex,
237
SectionIndex
= (uint)(1 + symbolDefinition.SectionIndex),
273
SectionIndex
= uint.MaxValue, // IMAGE_SYM_ABSOLUTE
5 references to SectionIndex
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
122
uint definingSectionIndex = isPrimary ? coffSectionIndex : ((CoffSymbol)_symbols[(int)_symbolNameToIndex[comdatName]]).
SectionIndex
;
787
BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(NameSize + 4),
SectionIndex
);
792
Debug.Assert(
SectionIndex
== uint.MaxValue ||
SectionIndex
< ushort.MaxValue);
793
BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 4), (ushort)
SectionIndex
);