1 instantiation of SectionDefinition
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
159
_sections.Add(new
SectionDefinition
(sectionHeader, sectionStream, new List<CoffRelocation>(), comdatName, symbolName));
7 references to SectionDefinition
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (4)
53
protected readonly List<
SectionDefinition
> _sections = new();
392
foreach (
SectionDefinition
section in _sections)
424
foreach (
SectionDefinition
section in _sections)
446
foreach (
SectionDefinition
section in _sections)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (3)
456
foreach (
SectionDefinition
section in _sections)
483
foreach (
SectionDefinition
s in _sections)
826
SectionDefinition
section = _sections[i];