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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm32r-tdep.c277 CORE_ADDR start_pc, CORE_ADDR scan_limit,
293 for (current_pc = start_pc; current_pc < scan_limit; current_pc += 2)
315 if (current_pc == scan_limit)
316 scan_limit += 2; /* extend the search */
425 if (current_pc >= scan_limit)
536 CORE_ADDR pc, scan_limit; local
555 scan_limit = get_frame_pc (this_frame);
557 pc > 0 && pc < scan_limit; pc += 2)
581 if (pc == scan_limit)
582 scan_limit
276 decode_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR scan_limit, CORE_ADDR *pl_endptr, unsigned long *framelength) argument
[all...]

Completed in 119 milliseconds