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

  /external/valgrind/main/VEX/unused/
dispatch.c 74 nextpc_orig = (char*)(regs_arm[REG_PC]);
linker.c     [all...]
  /external/compiler-rt/lib/asan/
asan_linux.cc 86 *pc = ucontext->uc_mcontext.gregs[REG_PC];
  /external/strace/
defs.h 175 # define REG_PC 64
204 # define REG_PC (0*8)
util.c 1135 if (upeek(tcp, REG_PC, &pc) < 0) {
1170 if (upeek(tcp, 4*REG_PC, &pc) < 0) {
1178 if (upeek(tcp, REG_PC, &pc) < 0) {
1194 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 229 milliseconds