Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c66 pctype destpc; in findcalls() local
103 destpc = (DISP30(instructp) << 2) + PC_VAL(instructp); in findcalls()
156 destpc = SIMM13(instructp); in findcalls()
188 if (destpc >= s_lowpc && destpc <= s_highpc) { in findcalls()
190 childp = nllookup(&modules, destpc, NULL); in findcalls()
193 printf("[findcalls]\tdestpc 0x%llx", destpc); in findcalls()
199 if (childp->value == destpc) { in findcalls()