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