Home
last modified time | relevance | path

Searched refs:REG_PC (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/VEX/unused/
Ddispatch.c74 nextpc_orig = (char*)(regs_arm[REG_PC]); in run_machine()
Dlinker.c1360 #define REG_PC 15 macro
1402 regs_arm[REG_PC] = (Word)first_pc; in initialise_machine()
/external/strace/
Ddefs.h179 # define REG_PC 64 macro
208 # define REG_PC (0*8) macro
Dutil.c1139 if (upeek(tcp, REG_PC, &pc) < 0) { in printcall()
1174 if (upeek(tcp, 4*REG_PC, &pc) < 0) { in printcall()
1182 if (upeek(tcp, REG_PC, &pc) < 0) { in printcall()
1198 if (upeek(tcp, REG_PC, &pc) < 0) { in printcall()
Dprocess.c2732 { 4*REG_PC, "4*REG_PC" },
/external/v8/src/
Dplatform-solaris.cc695 sample->pc = reinterpret_cast<Address>(mcontext.gregs[REG_PC]); in ProfilerSignalHandler()