HomeSort by relevance Sort by last modified time
    Searched defs:r_pc (Results 1 - 5 of 5) sorted by null

  /external/strace/
util.c 95 # define r_pc r_tpc macro
1020 pc = regs.r_pc;
1048 return regs.r_pc;
1140 tprintf("[%08lx] ", regs.r_pc);
    [all...]
process.c 106 # define r_pc r_tpc macro
    [all...]
syscall.c 80 # define r_pc r_tpc macro
1138 trap = ptrace(PTRACE_PEEKTEXT,pid,(char *)regs.r_pc,0);
1180 fprintf(stderr,"syscall: unknown syscall trap %08x %08x\n", trap, regs.r_pc);
    [all...]
signal.c 90 # define r_pc r_tpc macro
    [all...]
  /external/valgrind/main/coregrind/
pub_core_basics.h 87 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15 */ member in struct:__anon12563

Completed in 2949 milliseconds