Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java469 private int mMachine; field in ReadElf
653 if (mMachine == EM_386 || mMachine == EM_ARM || mMachine == EM_QDSP6) { in getBits()
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()
665 } else if (mMachine == EM_386 || mMachine == EM_X86_64) { in getArchitecture()
667 } else if (mMachine == EM_RISCV) { in getArchitecture()
799 mMachine = e_machine; in readHeader()