Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c64 pctype destpc; in findcalls() local
101 destpc = (DISP30(instructp) << 2) + PC_VAL(instructp); in findcalls()
154 destpc = SIMM13(instructp); in findcalls()
186 if (destpc >= s_lowpc && destpc <= s_highpc) { in findcalls()
188 childp = nllookup(&modules, destpc, NULL); in findcalls()
191 printf("[findcalls]\tdestpc 0x%llx", destpc); in findcalls()
197 if (childp->value == destpc) { in findcalls()