Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h32 #define EF_MIPS_ARCH_32R2 0x70000000 macro
Delf.h831 EF_MIPS_ARCH_32R2 = 0x70000000, // mips32r2 enumerator
/art/runtime/arch/
Dinstruction_set.cc79 if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 || in GetInstructionSetFromELF()
/art/compiler/
Delf_builder.h859 EF_MIPS_ARCH_32R2); in MakeElfHeader()