Lines Matching defs:pc
176 argcount(struct ps_prochandle *P, uint32_t pc, ssize_t sz)
186 if (Pread(P, instr, sizeof (instr), (uintptr_t)pc) != sizeof (instr))
242 prgreg32_t pc;
248 uint32_t fp, pc;
261 prgreg32_t pc;
275 pc = regs[R_PC];
277 while (fp != 0 || pc != 0) {
290 if (frame.pc == -1 &&
309 argc = argcount(P, (long)frame.pc, sz);
318 gregs[R_PC] = pc;
330 if (gregs[R_FP] != fp || gregs[R_PC] != pc) {
339 pc = gregs[R_PC];
349 pc = gregs[R_PC];
352 pc = frame.pc;
376 uintptr_t pc;
382 prgreg_t pc;
403 prgreg_t pc;
416 pc = gregs[R_PC];
418 while (fp != 0 || pc != 0) {
434 if (frame.pc == -1L &&
464 gregs[R_PC] = pc;
482 pc = gregs[R_PC];
485 pc = frame.pc;