Lines Matching defs:pc
138 argcount(struct ps_prochandle *P, long pc, ssize_t sz)
148 if (Pread(P, instr, sizeof (instr), pc) != sizeof (instr) ||
182 long pc;
189 prgreg_t pc;
198 long pc;
212 pc = regs[R_PC];
214 while (fp != 0 || pc != 0) {
223 * the return pc of the signal frame to 0xffffffff on
226 if (frame.pc != -1L) {
228 argc = argcount(P, (long)frame.pc, sz);
237 gregs[R_PC] = pc;
248 if (gregs[R_FP] != fp || gregs[R_PC] != pc) {
250 pc = gregs[R_PC];
256 pc = frame.pc;
268 pc = gregs[R_PC];