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