HomeSort by relevance Sort by last modified time
    Searched refs:REG_PC (Results 1 - 8 of 8) 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 208 *pc = ucontext->uc_mcontext.gregs[REG_PC];
  /external/strace/
defs.h 252 # define REG_PC 64
281 # define REG_PC (0*8)
syscall.c 844 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
869 if (upeek(tcp->pid, 4*REG_PC, &pc) < 0) {
876 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
920 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
    [all...]
process.c     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 577 uc->uc_mcontext.gregs[REG_PC] = (unsigned int) _main; \
  /external/chromium_org/v8/src/
sampler.cc 467 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_PC]);

Completed in 123 milliseconds