Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java47 private static final int ELFCLASS32 = 1; field in ReadElf
233 if (elfClass == ELFCLASS32) { in readHeader()
260 if ((e_machine == EM_386 && elfClass != ELFCLASS32) || in readHeader()
263 (e_machine == EM_ARM && elfClass != ELFCLASS32) || in readHeader()
264 (e_machine == EM_QDSP6 && elfClass != ELFCLASS32)) { in readHeader()