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

/system/core/include/corkscrew/
H A Dptrace.h53 uint32_t ebp; member in struct:pt_regs_x86
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c85 uint32_t ebp; member in struct:__anon382
102 for (size_t index = 0; state->ebp && returned_frames < max_depth; index++) {
107 uint32_t next_esp = state->ebp + 8;
115 if (!try_get_word(memory, state->ebp + 4, &state->eip)
116 || !try_get_word(memory, state->ebp, &state->ebp)
131 state.ebp = uc->uc_mcontext.gregs[REG_EBP];
149 state.ebp = regs.ebp;

Completed in 79 milliseconds