Searched defs:nextpc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c82 pc_t nextpc; local
97 * fills nextfp and nextpc with our starting point, and returns
108 npcwin = getpcstack_top(pcswin, npcwin, &nextfp, &nextpc);
130 pcstack[depth++] = nextpc;
133 nextpc = (pc_t)fp->fr_savpc;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1212 uintptr_t pc, nextpc; local
1251 nextpc = (uintptr_t)fp->fr_savpc;
1285 pc = nextpc;
1304 uintptr_t pc, nextpc; local
1372 nextpc = fp->fr_savpc;
1374 argc = argcount(nextpc);
1419 pc = nextpc;

Completed in 61 milliseconds