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