Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java41 private static final int EM_ARM = 40; field in ReadElf
253 e_machine != EM_AARCH64 && e_machine != EM_ARM && in readHeader()
263 (e_machine == EM_ARM && elfClass != ELFCLASS32) || in readHeader()