Home
last modified time | relevance | path

Searched refs:PeSection (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py1219 for PeSection in self._SectionList:
1220 if Rva in PeSection:
1221 return PeSection[Rva]
1447 PeSection = Section(Type=0x10) variable
1448 PeSection.Data = buf
1451 PeSection.tofile(open(sf, 'wb'))