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