5 references to SectionAlignment
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (5)
187SectionAlignment = (uint)PEHeaderConstants.SectionAlignment; 416fileAlignment = PEHeaderConstants.SectionAlignment; 419uint sectionAlignment = (uint)PEHeaderConstants.SectionAlignment; 579uint pageRva = targetRva & ~(PEHeaderConstants.SectionAlignment - 1); 580ushort offsetInPage = (ushort)(targetRva & (PEHeaderConstants.SectionAlignment - 1));