1 instantiation of CoffSectionHeader
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
82
var sectionHeader = new
CoffSectionHeader
8 references to CoffSectionHeader
ILCompiler.ReadyToRun (8)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (5)
50
protected sealed record SectionDefinition(
CoffSectionHeader
Header, Stream Stream, List<CoffRelocation> Relocations, Utf8String ComdatName, Utf8String SymbolName);
82
var
sectionHeader = new CoffSectionHeader
176
protected static uint GetSectionAlignment(
CoffSectionHeader
header)
281
CoffSectionHeader
sectionHeader = _sections[sectionIndex].Header;
390
uint dataOffset = (uint)(coffHeader.Size + _sections.Count *
CoffSectionHeader
.Size);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (3)
485
CoffSectionHeader
h = s.Header;
710
CoffSectionHeader
relocHeader = _sections[_baseRelocSectionIndex].Header;
811
var
hdr = _sections[i].Header;