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