Searched refs:eip (Results 1 – 4 of 4) sorted by relevance
/system/core/toolbox/ |
D | ps.c | 44 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/ |
D | machine.c | 57 r.eip, r.ebp, r.esp, r.eflags); in dump_registers()
|
/system/core/include/corkscrew/ |
D | ptrace.h | 60 uint32_t eip; member
|
/system/core/libcorkscrew/arch-x86/ |
D | backtrace-x86.c | 841 state.reg[DWARF_EIP] = regs.eip; in unwind_backtrace_ptrace_arch()
|