Searched defs:ra (Results 1 - 3 of 3) sorted by relevance

/system/core/debuggerd/mips/
H A Dmachine.c118 || reg == 31 /* $ra (done below) */
138 unsigned int ra = R(r.regs[31]); variable
143 if (pc != ra) {
144 _LOG(log, !at_fault, "\ncode around ra:\n");
145 dump_memory(log, tid, (uintptr_t)ra, at_fault);
174 _LOG(log, only_in_tombstone, " gp %08x sp %08x s8 %08x ra %08x\n",
/system/core/libcutils/
H A Ddir_hash.c123 struct list *const *ra = a; local
126 return strcmp((*ra)->name, (*rb)->name);
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c53 uint32_t ra; member in struct:ucontext
60 uint32_t ra; member in struct:__anon379
113 case 0xafbf0000: // sw ra, imm(sp)
115 ALOGV("@0x%08x: found ra offset=%d\n", addr, ra_offset);
130 state->ra = next_ra;
131 ALOGV("New ra: 0x%08x\n", state->ra);
141 if (state->pc == state->ra && stack_size == 0)
144 if (state->ra == 0)
147 state->pc = state->ra;
[all...]

Completed in 76 milliseconds