1 write to NumberOfRelocations
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
435
auxRecord.
NumberOfRelocations
= section.Header.NumberOfRelocations;
1 reference to NumberOfRelocations
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
840
BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(4),
NumberOfRelocations
);