Searched refs:ELFCLASS32 (Results 1 – 3 of 3) sorted by relevance
58 private static final int ELFCLASS32 = 1; field in ReadElf757 if (elfClass == ELFCLASS32) { in readHeader()786 if ((e_machine == EM_386 && elfClass != ELFCLASS32) in readHeader()789 || (e_machine == EM_ARM && elfClass != ELFCLASS32) in readHeader()790 || (e_machine == EM_QDSP6 && elfClass != ELFCLASS32)) { in readHeader()
36 ELFCLASS32 = 1 # 32-bit objects variable
92 if ord(e_ident[consts.EI_CLASS]) not in (consts.ELFCLASS32,104 if ord(e_ident[consts.EI_CLASS]) == consts.ELFCLASS32: