Searched refs:instructp (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Di386.c52 unsigned char *instructp; local
62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma;
63 if (i386_iscall (instructp))
73 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5;
86 instructp += 4; /* call is a 5 byte instruction */
H A Dtahoe.c222 unsigned char *instructp; local
244 instructp = ((unsigned char *) core_text_space
246 if ((*instructp & 0xff) == CALLF)
254 firstmode = tahoe_operandmode (instructp + length);
263 length += tahoe_operandlength (instructp + length);
264 mode = tahoe_operandmode (instructp + length);
287 length += tahoe_operandlength (instructp + length);
297 destpc = pc + tahoe_offset (instructp + length);
316 length += tahoe_operandlength (instructp + length);
H A Dvax.c234 unsigned char *instructp; local
256 instructp = ((unsigned char *) core_text_space
258 if ((*instructp & 0xff) == CALLS)
266 firstmode = vax_operandmode (instructp + length);
275 length += vax_operandlength (instructp + length);
276 mode = vax_operandmode (instructp + length);
298 length += vax_operandlength (instructp + length);
308 destpc = pc + vax_offset (instructp + length);
327 length += vax_operandlength (instructp + length);

Completed in 58 milliseconds