Searched refs:instructp (Results 1 – 1 of 1) sorted by relevance
63 unsigned long instructp; in findcalls() local88 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()89 instructp < (uintptr_t)textspace + p_highpc - TORIGIN; in findcalls()90 instructp += length) { in findcalls()92 switch (OP(instructp)) { in findcalls()100 PC_VAL(instructp)); in findcalls()103 destpc = (DISP30(instructp) << 2) + PC_VAL(instructp); in findcalls()107 if (OP3(instructp) != JMPL) in findcalls()113 PC_VAL(instructp)); in findcalls()115 if (RD(instructp) == R_G0) { in findcalls()[all …]