Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Delf_utils.h126 if (e_machine == EM_MIPS) { in IsDynamicSectionPointer()
Delf.h142 EM_MIPS = 8, // MIPS R3000 enumerator
Delf_file.cc1064 case EM_MIPS: { in Load()
/art/patchoat/
Dpatchoat.cc62 case EM_MIPS: in ElfISAToInstructionSet()
/art/compiler/
Delf_writer_quick.cc856 elf_header_.e_machine = EM_MIPS; in SetISA()