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