Searched refs:EI_DATA_LSB (Results 1 – 1 of 1) sorted by relevance
31 EI_DATA_LSB = 1 variable in ELFFile84 if self.endian not in (ELFFile.EI_DATA_LSB, ELFFile.EI_DATA_MSB):97 return self.endian == ELFFile.EI_DATA_LSB103 return {ELFFile.EI_DATA_LSB: "<",