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