HomeSort by relevance Sort by last modified time
    Searched refs:INDEX_MIPS_REG_GP (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_cpu.h 348 #define INDEX_MIPS_REG_GP MD_CONTEXT_MIPS_REG_GP // 28
378 else if (n >= INDEX_MIPS_REG_GP && n <= INDEX_MIPS_REG_RA)
379 return ContextValidity(1 << (n - INDEX_MIPS_REG_GP + SHIFT_MIPS_REG_GP));
  /external/google-breakpad/src/processor/
stackwalker_mips.cc 143 (i > INDEX_MIPS_REG_GP && i < INDEX_MIPS_REG_RA)) &&

Completed in 40 milliseconds