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

/system/core/debuggerd/x86/
H A Dcrashglue.S14 movl $0, %ebp
15 jmp *%ebp
H A Dmachine.c48 if(!r.ebp)
56 _LOG(log, only_in_tombstone, " eip %08x ebp %08x esp %08x flags %08x\n",
57 r.eip, r.ebp, r.esp, r.eflags);
/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;
/system/core/include/corkscrew/
H A Dptrace.h53 uint32_t ebp; member in struct:pt_regs_x86

Completed in 343 milliseconds