Home
last modified time | relevance | path

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

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