HomeSort by relevance Sort by last modified time
    Searched refs:REG_PC (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/VEX/unused/
dispatch.c 74 nextpc_orig = (char*)(regs_arm[REG_PC]);
linker.c     [all...]
  /external/strace/
defs.h 179 # define REG_PC 64
208 # define REG_PC (0*8)
util.c 1139 if (upeek(tcp, REG_PC, &pc) < 0) {
1174 if (upeek(tcp, 4*REG_PC, &pc) < 0) {
1182 if (upeek(tcp, REG_PC, &pc) < 0) {
1198 if (upeek(tcp, REG_PC, &pc) < 0) {
    [all...]
process.c     [all...]
  /external/v8/src/
platform-solaris.cc 695 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_PC]);

Completed in 1752 milliseconds