Searched refs:EI_CLASS (Results 1 – 4 of 4) sorted by relevance
92 if ord(e_ident[consts.EI_CLASS]) not in (consts.ELFCLASS32,95 .format(e_ident[consts.EI_CLASS]))104 if ord(e_ident[consts.EI_CLASS]) == consts.ELFCLASS32:
23 EI_CLASS = 4 # File class variable
59 return self.e_ident[consts.EI_CLASS]
40 private static final int EI_CLASS = 4; field in ReadElf756 int elfClass = mBuffer[EI_CLASS]; in readHeader()