Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java51 public static final int EM_AARCH64 = 183; field in ReadElf
655 } else if (mMachine == EM_AARCH64 || mMachine == EM_X86_64 || mMachine == EM_RISCV) { in getBits()
663 if (mMachine == EM_ARM || mMachine == EM_AARCH64) { in getArchitecture()
777 && e_machine != EM_AARCH64 in readHeader()
787 || (e_machine == EM_AARCH64 && elfClass != ELFCLASS64) in readHeader()