Home
last modified time | relevance | path

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

/test/vts/utils/python/library/elf/
Dconsts.py55 EM_ARM = 40 variable
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java46 public static final int EM_ARM = 40; field in ReadElf
653 || mMachine == EM_ARM in getBits()
664 if (mMachine == EM_ARM || mMachine == EM_AARCH64) { in getArchitecture()
779 && e_machine != EM_ARM in readHeader()
789 || (e_machine == EM_ARM && elfClass != ELFCLASS32) in readHeader()
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py125 consts.EM_ARM: (consts.R_ARM_ABS32, consts.R_ARM_RELATIVE),
/test/vts/utils/python/library/
Delf_parser.py611 ("arm", consts.EM_ARM),