Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1922 PeOffset = self._ByteListToInt(ByteList[0x3C:0x3E])
1935 SecNumber = self._ByteListToInt(ByteList[0x2:0x4])
1941 OptionalHeaderSize = self._ByteListToInt(ByteArray[0x10:0x12])
1945 self.EntryPoint = self._ByteListToInt(ByteList[0x10:0x14])
1946 self.SectionAlignment = self._ByteListToInt(ByteList[0x20:0x24])
1947 self.Size = self._ByteListToInt(ByteList[0x38:0x3C])
1955 SecVirtualSize = self._ByteListToInt(ByteList[8:12])
1956 SecRawAddress = self._ByteListToInt(ByteList[20:24])
1957 SecVirtualAddress = self._ByteListToInt(ByteList[12:16])
1970 def _ByteListToInt(self, ByteList): member in PeImageClass