2 writes to NumberOfRelocations
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
287sectionHeader.NumberOfRelocations = (ushort)relocationList.Count; 292sectionHeader.NumberOfRelocations = ushort.MaxValue;
2 references to NumberOfRelocations
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
435auxRecord.NumberOfRelocations = section.Header.NumberOfRelocations; 648BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(NameSize + 24), NumberOfRelocations);