Searched defs:_HeaderFormat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py1233 _HeaderFormat = "12x 1I 1I 1I 16x" variable in class:PeSectionHeader
1234 _HeaderLength = struct.calcsize(_HeaderFormat)
1238 struct.unpack_from(self._HeaderFormat, Buf, Offset)

Completed in 36 milliseconds