Lines Matching refs:frame
28 #include <sys/frame.h>
184 } frame;
194 * signal frame. Refer to the comments in Pstack.c for more info
219 (sz = Pread(P, &frame, sizeof (frame), (uintptr_t)fp)
223 * the return pc of the signal frame to 0xffffffff on
226 if (frame.pc != -1L) {
228 argc = argcount(P, (long)frame.pc, sz);
232 (void) memset(&frame, 0, sizeof (frame));
239 if ((rv = func(arg, gregs, argc, frame.args)) != 0)
244 * their own frame pointers), we allow the iterator to change
246 * that the new values point to the next frame.
255 fp = frame.fp;
256 pc = frame.pc;