1 write to Name
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
84
Name
=
7 references to Name
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
138
Name = new Utf8String(sectionHeader.
Name
),
412
_outputSectionLayout.Add(new OutputSection(section.Header.
Name
, section.Header.PointerToRawData, section.Header.VirtualAddress, section.Header.SizeOfRawData));
605
var nameBytes = Encoding.UTF8.GetByteCount(
Name
);
608
Encoding.UTF8.GetBytes(
Name
, buffer);
618
uint offset = stringTable.GetStringOffset(new Utf8String(
Name
));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (2)
494
_outputSectionLayout.Add(new OutputSection(h.
Name
, 0, 0, 0));
556
_outputSectionLayout.Add(new OutputSection(h.
Name
, h.VirtualAddress, h.PointerToRawData, (uint)s.Stream.Length));