Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.cc97 if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 || in GetInstructionSetFromELF()
98 (e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) { in GetInstructionSetFromELF()
100 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) { in GetInstructionSetFromELF()
/art/runtime/
Delf.h838 EF_MIPS_ARCH = 0xf0000000 // Mask for applying EF_MIPS_ARCH_ variant enumerator