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