13 references to PEHeaderConstants
ILCompiler.ReadyToRun (13)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (13)
174
MajorLinkerVersion =
PEHeaderConstants
.MajorLinkerVersion;
175
MinorLinkerVersion =
PEHeaderConstants
.MinorLinkerVersion;
186
SectionAlignment = (uint)
PEHeaderConstants
.SectionAlignment;
189
MajorOperatingSystemVersion =
PEHeaderConstants
.MajorOperatingSystemVersion;
190
MinorOperatingSystemVersion =
PEHeaderConstants
.MinorOperatingSystemVersion;
192
MajorImageVersion =
PEHeaderConstants
.MajorImageVersion;
193
MinorImageVersion =
PEHeaderConstants
.MinorImageVersion;
195
MajorSubsystemVersion =
PEHeaderConstants
.MajorSubsystemVersion;
196
MinorSubsystemVersion =
PEHeaderConstants
.MinorSubsystemVersion;
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));