Searched refs:byte_pc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c173 bfd_vma byte_pc; local
203 byte_pc = decode_pc ();
204 if (text && byte_pc >= text_start && byte_pc < text_end)
209 if (bfd_find_nearest_line (prog_bfd, text, (struct bfd_symbol **)0, byte_pc - text_start,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dsimops.c240 bfd_vma byte_pc; local
261 byte_pc = decode_pc ();
262 if (text && byte_pc >= text_start && byte_pc < text_end)
267 if (bfd_find_nearest_line (prog_bfd, text, (struct bfd_symbol **)0, byte_pc - text_start,

Completed in 66 milliseconds