Searched refs:savepc (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | walkstack.c | 164 read_safe(int fd, struct frame *fp, struct frame **savefp, uintptr_t *savepc) argument 174 pread(fd, (void *)savepc, sizeof (fp->fr_savpc), 203 uintptr_t savepc; local 252 if (read_safe(fd, fp, &savefp, &savepc) != 0) { 297 savepc = oldctx->uc_mcontext.gregs[PC_REGISTER]; 307 if (savepc >= special_pc && savepc < 316 if (operate_func((uintptr_t)savepc, sig, usrarg) != 0)
|
Completed in 20 milliseconds