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

/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c86 uint32_t eip; member in struct:__anon382
104 index ? rewind_pc_arch(memory, state->eip) : state->eip,
115 if (!try_get_word(memory, state->ebp + 4, &state->eip)
117 || !state->eip) {
133 state.eip = uc->uc_mcontext.gregs[REG_EIP];
150 state.eip = regs.eip;
/system/core/debuggerd/x86/
H A Dmachine.c56 _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/include/corkscrew/
H A Dptrace.h60 uint32_t eip; member in struct:pt_regs_x86
/system/core/toolbox/
H A Dps.c44 unsigned wchan, rss, vss, eip; local
120 eip = strtoul(nexttok(&ptr), 0, 10); // kstkeip
173 printf(" %08x %08x %s %s", wchan, eip, state, cmdline[0] ? cmdline : name);

Completed in 57 milliseconds