Searched refs:destpc (Results 1 – 1 of 1) sorted by relevance
64 pctype destpc; in findcalls() local101 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()