Searched refs:ra_offset (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c84 int stack_size = 0, ra_offset = 0; local
114 ra_offset = ((((int)op) << 16) >> 16);
115 ALOGV("@0x%08x: found ra offset=%d\n", addr, ra_offset);
126 if (ra_offset) {
128 if (!try_get_word(memory, state->sp + ra_offset, &next_ra))

Completed in 99 milliseconds