Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py106 def getShort(self, offset): member in ELFFile
118 size = self.getShort(self.bits == 32 and 0x2A or 0x36)
119 count = self.getShort(self.bits == 32 and 0x2C or 0x38)
132 return self.getShort(ELFFile.E_MACHINE)