Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java50 public static final int EM_AARCH64 = 183; field in ReadElf
656 } else if (mMachine == EM_AARCH64 || mMachine == EM_X86_64) { in getBits()
664 if (mMachine == EM_ARM || mMachine == EM_AARCH64) { in getArchitecture()
778 && e_machine != EM_AARCH64 in readHeader()
788 || (e_machine == EM_AARCH64 && elfClass != ELFCLASS64) in readHeader()
/test/vts/utils/python/library/elf/
Dconsts.py56 EM_AARCH64 = 183 variable
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py126 consts.EM_AARCH64: (consts.R_AARCH64_ABS64, consts.R_AARCH64_RELATIVE),
/test/vts/utils/python/library/
Delf_parser.py602 for abi_prefix, machine in (("arm64", consts.EM_AARCH64),