Home
last modified time | relevance | path

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

/system/core/toolbox/
Dps.c44 unsigned wchan, rss, vss, eip; in ps_line() local
120 eip = strtoul(nexttok(&ptr), 0, 10); // kstkeip in ps_line()
173 printf(" %08x %08x %s %s", wchan, eip, state, cmdline[0] ? cmdline : name); in ps_line()
/system/core/debuggerd/x86/
Dmachine.c57 r.eip, r.ebp, r.esp, r.eflags); in dump_registers()
/system/core/include/corkscrew/
Dptrace.h60 uint32_t eip; member
/system/core/libcorkscrew/arch-x86/
Dbacktrace-x86.c841 state.reg[DWARF_EIP] = regs.eip; in unwind_backtrace_ptrace_arch()