Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py108 def getShort(self, offset): member in ELFFile
120 size = self.getShort(self.bits == 32 and 0x2A or 0x36)
121 count = self.getShort(self.bits == 32 and 0x2C or 0x38)
134 return self.getShort(ELFFile.E_MACHINE)