Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h34 #define EF_MIPS_ARCH_64R6 0xa0000000 macro
Delf.h834 EF_MIPS_ARCH_64R6 = 0xa0000000, // mips64r6 enumerator
/art/runtime/arch/
Dinstruction_set.cc82 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) { in GetInstructionSetFromELF()
/art/compiler/
Delf_builder.h867 EF_MIPS_ARCH_64R6); in MakeElfHeader()