Searched refs:instructp (Results 1 – 2 of 2) sorted by relevance
52 unsigned char *instructp; in i386_find_call() local65 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()66 if (i386_iscall (instructp)) in i386_find_call()76 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5; in i386_find_call()89 instructp += 4; /* call is a 5 byte instruction */ in i386_find_call()
234 unsigned char *instructp; in vax_find_call() local258 instructp = ((unsigned char *) core_text_space in vax_find_call()260 if ((*instructp & 0xff) == CALLS) in vax_find_call()270 operand = instructp + length; in vax_find_call()283 operand = instructp + length; in vax_find_call()