Home
last modified time | relevance | path

Searched refs:nextpc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c82 pc_t nextpc; in getpcstack() local
108 npcwin = getpcstack_top(pcswin, npcwin, &nextfp, &nextpc); in getpcstack()
130 pcstack[depth++] = nextpc; in getpcstack()
133 nextpc = (pc_t)fp->fr_savpc; in getpcstack()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c952 uintptr_t pc, nextpc; in traceback() local
991 nextpc = (uintptr_t)fp->fr_savpc; in traceback()
1025 pc = nextpc; in traceback()