Searched refs:EF_MIPS_ARCH_64R6 (Results 1 – 2 of 2) sorted by relevance
/art/libelffile/elf/ | ||
D | elf_utils.h | 68 #define EF_MIPS_ARCH_64R6 0xa0000000 macro |
/art/runtime/ | ||
D | elf_file.cc | 1093 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) { in GetInstructionSetFromELF() |