Searched refs:EI_DATA (Results 1 – 4 of 4) sorted by relevance
24 EI_DATA = 5 # Data encoding variable
63 return self.e_ident[consts.EI_DATA]
97 if utils.ByteToInt(e_ident[consts.EI_DATA]) != consts.ELFDATA2LSB:99 .format(e_ident[consts.EI_DATA]))
41 private static final int EI_DATA = 5; field in ReadElf765 mEndian = mBuffer[EI_DATA]; in readHeader()