Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.cc79 if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 || in GetInstructionSetFromELF()
80 (e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) { in GetInstructionSetFromELF()
82 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) { in GetInstructionSetFromELF()
/art/runtime/
Delf.h835 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant enumerator