Searched defs:stack_size (Results 1 - 2 of 2) sorted by relevance

/system/core/include/corkscrew/
H A Dbacktrace.h37 size_t stack_size; /* size of this stack frame */ member in struct:__anon293
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c84 int stack_size = 0, ra_offset = 0; local
107 stack_size = -immediate;
109 ALOGV("@0x%08x: found stack adjustment=%d\n", addr, stack_size);
134 if (stack_size) {
136 frame->stack_size = stack_size;
137 state->sp += stack_size;
141 if (state->pc == state->ra && stack_size == 0)

Completed in 60 milliseconds