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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A 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'))

Completed in 1159 milliseconds