HomeSort by relevance Sort by last modified time
    Searched refs:ImageObj (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DataSection.py 79 ImageObj = PeImageClass (Filename)
80 if ImageObj.SectionAlignment < 0x400:
81 self.Alignment = str (ImageObj.SectionAlignment)
83 self.Alignment = str (ImageObj.SectionAlignment / 0x400) + 'K'
EfiSection.py 231 ImageObj = PeImageClass (File)
232 if ImageObj.SectionAlignment < 0x400:
233 Align = str (ImageObj.SectionAlignment)
235 Align = str (ImageObj.SectionAlignment / 0x400) + 'K'

Completed in 1295 milliseconds