Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py31 EI_DATA_LSB = 1 variable in ELFFile
84 if self.endian not in (ELFFile.EI_DATA_LSB, ELFFile.EI_DATA_MSB):
97 return self.endian == ELFFile.EI_DATA_LSB
103 return {ELFFile.EI_DATA_LSB: "<",