Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java44 public static final int EM_386 = 3; field in ReadElf
651 if (mMachine == EM_386 in getBits()
666 } else if (mMachine == EM_386 || mMachine == EM_X86_64) { in getArchitecture()
776 if (e_machine != EM_386 in readHeader()
786 if ((e_machine == EM_386 && elfClass != ELFCLASS32) in readHeader()
/test/vts/utils/python/library/elf/
Dconsts.py52 EM_386 = 3 variable
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py127 consts.EM_386: (consts.R_386_32, consts.R_386_RELATIVE),
/test/vts/utils/python/library/
Delf_parser.py607 ("x86", consts.EM_386)):