6 references to GetAligned
Microsoft.NET.HostModel (6)
ResourceUpdater.cs (6)
165
GetAligned
(lastSection.PointerToRawData + lastSection.SizeOfRawData, fileAlignment);
166
rsrcVirtualAddress =
GetAligned
(lastSection.VirtualAddress + lastSection.VirtualSize, sectionAlignment);
186
int newSectionSize =
GetAligned
(rsrcSectionDataSize, fileAlignment);
187
int newSectionVirtualSize =
GetAligned
(rsrcSectionDataSize, sectionAlignment);
189
int delta = newSectionSize -
GetAligned
(rsrcOriginalRawDataSize, fileAlignment);
190
int virtualDelta = newSectionVirtualSize -
GetAligned
(rsrcOriginalVirtualSize, sectionAlignment);