1 write to Length
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
110Length = length;
3 references to Length
ILCompiler.ReadyToRun (3)
ObjectWriter\MapFileBuilder.cs (2)
206writer.Write($"0x{(section.VirtualAddress + section.Length):X8} | "); 207writer.Write($"0x{section.Length:X8} | ");
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
800dataDirs.SetIfNonEmpty((int)ImageDirectoryEntry.BaseRelocation, (uint)_outputSectionLayout[_baseRelocSectionIndex].VirtualAddress, (uint)_outputSectionLayout[_baseRelocSectionIndex].Length);