Home
last modified time | relevance | path

Searched refs:EF_MIPS_ABI_O32 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_utils.h29 #define EF_MIPS_ABI_O32 0x00001000 macro
Delf.h817 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/art/compiler/
Delf_writer_quick.cc860 EF_MIPS_ABI_O32 | in SetISA()