Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java43 private static final int EM_QDSP6 = 164; field in ReadElf
254 e_machine != EM_RISCV && e_machine != EM_QDSP6) { in readHeader()
262 (e_machine == EM_QDSP6 && elfClass != ELFCLASS32) || in readHeader()