1 write to Name
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
84Name =
7 references to Name
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
138Name = new Utf8String(sectionHeader.Name), 412_outputSectionLayout.Add(new OutputSection(section.Header.Name, section.Header.PointerToRawData, section.Header.VirtualAddress, section.Header.SizeOfRawData)); 605var nameBytes = Encoding.UTF8.GetByteCount(Name); 608Encoding.UTF8.GetBytes(Name, buffer); 618uint 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));