Searched refs:limit_pc (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlm32-tdep.c189 CORE_ADDR func_addr, limit_pc; local
210 limit_pc = skip_prologue_using_sal (gdbarch, pc);
211 if (limit_pc == 0)
212 limit_pc = pc + 100; /* Magic. */
215 return lm32_analyze_prologue (gdbarch, pc, limit_pc, &frame_info);
H A Dnds32-tdep.c621 CORE_ADDR limit_pc, struct nds32_frame_cache *cache)
630 for (; pc < limit_pc; pc += insn_len)
884 CORE_ADDR func_addr, limit_pc;
903 limit_pc = skip_prologue_using_sal (gdbarch, pc);
904 if (limit_pc == 0)
905 limit_pc = pc + 128; /* Magic. */
908 return nds32_analyze_prologue (gdbarch, pc, limit_pc, NULL);
1186 CORE_ADDR limit_pc;
1191 limit_pc = pc + 48;
1193 limit_pc
616 nds32_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR limit_pc, struct nds32_frame_cache *cache) argument
880 CORE_ADDR func_addr, limit_pc; local
1181 CORE_ADDR limit_pc; local
[all...]
H A Dsh-tdep.c543 CORE_ADDR pc, CORE_ADDR limit_pc,
554 for (; pc < limit_pc; pc += 2)
620 && (pc + 2 < limit_pc))
664 limit_pc = std::min (limit_pc, pc + (2 * 6));
672 for (; pc < limit_pc; pc += 2)
704 if (pc + 2 < limit_pc)
728 CORE_ADDR post_prologue_pc, func_addr, func_end_addr, limit_pc; local
747 limit_pc = skip_prologue_using_sal (gdbarch, pc);
748 if (limit_pc
542 sh_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR limit_pc, struct sh_frame_cache *cache, ULONGEST fpscr) argument
[all...]
H A Dalpha-tdep.c1267 CORE_ADDR limit_pc, cur_pc;
1277 limit_pc = get_frame_pc (this_frame);
1279 start_pc = alpha_heuristic_proc_start (gdbarch, limit_pc);
1290 if (start_pc + 200 < limit_pc)
1291 limit_pc = start_pc + 200;
1293 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += ALPHA_INSN_SIZE)
1384 while (cur_pc < (limit_pc + 80) && cur_pc < (start_pc + 80))
1259 CORE_ADDR limit_pc, cur_pc; local
H A Darc-tdep.c1401 const CORE_ADDR limit_pc, struct arc_frame_cache *cache)
1404 debug_printf ("arc: analyze_prologue (entrypoint=%s, limit_pc=%s)\n",
1406 paddress (gdbarch, limit_pc));
1417 while (current_prologue_end < limit_pc)
1517 CORE_ADDR limit_pc = skip_prologue_using_sal (gdbarch, pc); local
1522 if (limit_pc == 0)
1523 limit_pc = pc + MAX_PROLOGUE_LENGTH;
1527 return arc_analyze_prologue (gdbarch, pc, limit_pc, NULL);
1400 arc_analyze_prologue(struct gdbarch *gdbarch, const CORE_ADDR entrypoint, const CORE_ADDR limit_pc, struct arc_frame_cache *cache) argument
H A Dmsp430-tdep.c337 CORE_ADDR limit_pc, struct msp430_prologue *result)
362 while (pc < limit_pc)
336 msp430_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct msp430_prologue *result) argument
H A Drx-tdep.c181 rx_analyze_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc, argument
228 while (pc < limit_pc)
H A Dmips-tdep.c2498 CORE_ADDR start_pc, CORE_ADDR limit_pc,
2533 if (limit_pc > start_pc + 200)
2534 limit_pc = start_pc + 200;
2540 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN16_SIZE)
2959 CORE_ADDR start_pc, CORE_ADDR limit_pc,
2998 if (limit_pc > start_pc + 200)
2999 limit_pc = start_pc + 200;
3005 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += loc)
3404 CORE_ADDR start_pc, CORE_ADDR limit_pc,
3435 if (limit_pc > start_p
2497 mips16_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct frame_info *this_frame, struct mips_frame_cache *this_cache) argument
2958 micromips_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct frame_info *this_frame, struct mips_frame_cache *this_cache) argument
3403 mips32_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct frame_info *this_frame, struct mips_frame_cache *this_cache) argument
6656 CORE_ADDR limit_pc; local
[all...]
H A Dcsky-tdep.c514 CORE_ADDR limit_pc,
543 "limit_pc = 0x%x\n", (unsigned int) start_pc,
544 (unsigned int) limit_pc);
550 for (addr = start_pc; addr < limit_pc; addr += insn_len)
512 csky_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, CORE_ADDR end_pc, struct frame_info *this_frame, struct csky_unwind_cache *this_cache, lr_type_t lr_type) argument
H A Dmn10300-tdep.c367 CORE_ADDR start_pc, CORE_ADDR limit_pc,
396 while (pc < limit_pc)
366 mn10300_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct mn10300_prologue *result) argument
H A Drl78-tdep.c909 CORE_ADDR limit_pc, struct rl78_prologue *result)
932 while (pc < limit_pc)
908 rl78_analyze_prologue(CORE_ADDR start_pc, CORE_ADDR limit_pc, struct rl78_prologue *result) argument
H A Drs6000-tdep.c2063 CORE_ADDR limit_pc, func_addr, func_end_addr = 0;
2082 limit_pc = skip_prologue_using_sal (gdbarch, pc);
2083 if (limit_pc == 0)
2084 limit_pc = pc + 100; /* Magic. */
2086 /* Do not allow limit_pc to be past the function end, if we know
2088 if (func_end_addr && limit_pc > func_end_addr)
2089 limit_pc = func_end_addr;
2091 pc = skip_prologue (gdbarch, pc, limit_pc, &frame);
2062 CORE_ADDR limit_pc, func_addr, func_end_addr = 0; local
H A Dmep-tdep.c1664 CORE_ADDR start_pc, CORE_ADDR limit_pc,
1684 while (pc < limit_pc)
1658 mep_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct mep_prologue *result) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlm32-tdep.c174 CORE_ADDR func_addr, limit_pc; local
195 limit_pc = skip_prologue_using_sal (gdbarch, pc);
196 if (limit_pc == 0)
197 limit_pc = pc + 100; /* Magic. */
200 return lm32_analyze_prologue (gdbarch, pc, limit_pc, &frame_info);
H A Dnds32-tdep.c610 CORE_ADDR limit_pc, struct nds32_frame_cache *cache)
619 for (; pc < limit_pc; pc += insn_len)
873 CORE_ADDR func_addr, limit_pc;
892 limit_pc = skip_prologue_using_sal (gdbarch, pc);
893 if (limit_pc == 0)
894 limit_pc = pc + 128; /* Magic. */
897 return nds32_analyze_prologue (gdbarch, pc, limit_pc, NULL);
1176 CORE_ADDR limit_pc;
1181 limit_pc = pc + 48;
1183 limit_pc
605 nds32_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR limit_pc, struct nds32_frame_cache *cache) argument
869 CORE_ADDR func_addr, limit_pc; local
1171 CORE_ADDR limit_pc; local
[all...]
H A Dsh-tdep.c503 CORE_ADDR pc, CORE_ADDR limit_pc,
514 for (; pc < limit_pc; pc += 2)
580 && (pc + 2 < limit_pc))
624 limit_pc = std::min (limit_pc, pc + (2 * 6));
632 for (; pc < limit_pc; pc += 2)
664 if (pc + 2 < limit_pc)
688 CORE_ADDR post_prologue_pc, func_addr, func_end_addr, limit_pc; local
707 limit_pc = skip_prologue_using_sal (gdbarch, pc);
708 if (limit_pc
502 sh_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR pc, CORE_ADDR limit_pc, struct sh_frame_cache *cache, ULONGEST fpscr) argument
[all...]
H A Darc-tdep.c1361 const CORE_ADDR limit_pc, struct arc_frame_cache *cache)
1363 arc_debug_printf ("entrypoint=%s, limit_pc=%s",
1365 paddress (gdbarch, limit_pc));
1376 while (current_prologue_end < limit_pc)
1475 CORE_ADDR limit_pc = skip_prologue_using_sal (gdbarch, pc); local
1480 if (limit_pc == 0)
1481 limit_pc = pc + MAX_PROLOGUE_LENGTH;
1485 return arc_analyze_prologue (gdbarch, pc, limit_pc, NULL);
1360 arc_analyze_prologue(struct gdbarch *gdbarch, const CORE_ADDR entrypoint, const CORE_ADDR limit_pc, struct arc_frame_cache *cache) argument
H A Dalpha-tdep.c1264 CORE_ADDR limit_pc, cur_pc;
1274 limit_pc = get_frame_pc (this_frame);
1276 start_pc = alpha_heuristic_proc_start (gdbarch, limit_pc);
1287 if (start_pc + 200 < limit_pc)
1288 limit_pc = start_pc + 200;
1290 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += ALPHA_INSN_SIZE)
1381 while (cur_pc < (limit_pc + 80) && cur_pc < (start_pc + 80))
1256 CORE_ADDR limit_pc, cur_pc; local
H A Dloongarch-tdep.c115 CORE_ADDR limit_pc, frame_info_ptr this_frame,
124 while (cur_pc < limit_pc)
214 CORE_ADDR limit_pc = skip_prologue_using_sal (gdbarch, pc); local
215 if (limit_pc == 0)
216 limit_pc = pc + 100; /* Arbitrary large number. */
218 return loongarch_scan_prologue (gdbarch, pc, limit_pc, nullptr, nullptr);
114 loongarch_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, frame_info_ptr this_frame, struct trad_frame_cache *this_cache) argument
H A Dmsp430-tdep.c340 CORE_ADDR limit_pc, struct msp430_prologue *result)
366 while (pc < limit_pc)
339 msp430_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct msp430_prologue *result) argument
H A Drx-tdep.c182 rx_analyze_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc, argument
229 while (pc < limit_pc)
H A Dmips-tdep.c2521 CORE_ADDR start_pc, CORE_ADDR limit_pc,
2556 if (limit_pc > start_pc + 200)
2557 limit_pc = start_pc + 200;
2563 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN16_SIZE)
2982 CORE_ADDR start_pc, CORE_ADDR limit_pc,
3021 if (limit_pc > start_pc + 200)
3022 limit_pc = start_pc + 200;
3028 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += loc)
3427 CORE_ADDR start_pc, CORE_ADDR limit_pc,
3458 if (limit_pc > start_p
2520 mips16_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, frame_info_ptr this_frame, struct mips_frame_cache *this_cache) argument
2981 micromips_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, frame_info_ptr this_frame, struct mips_frame_cache *this_cache) argument
3426 mips32_scan_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, frame_info_ptr this_frame, struct mips_frame_cache *this_cache) argument
6696 CORE_ADDR limit_pc; local
[all...]
H A Drl78-tdep.c909 CORE_ADDR limit_pc, struct rl78_prologue *result)
932 while (pc < limit_pc)
908 rl78_analyze_prologue(CORE_ADDR start_pc, CORE_ADDR limit_pc, struct rl78_prologue *result) argument
H A Dmn10300-tdep.c363 CORE_ADDR start_pc, CORE_ADDR limit_pc,
392 while (pc < limit_pc)
362 mn10300_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, struct mn10300_prologue *result) argument
H A Dcsky-tdep.c956 CORE_ADDR limit_pc,
985 "limit_pc = 0x%x\n", (unsigned int) start_pc,
986 (unsigned int) limit_pc);
992 for (addr = start_pc; addr < limit_pc; addr += insn_len)
954 csky_analyze_prologue(struct gdbarch *gdbarch, CORE_ADDR start_pc, CORE_ADDR limit_pc, CORE_ADDR end_pc, frame_info_ptr this_frame, struct csky_unwind_cache *this_cache, lr_type_t lr_type) argument

Completed in 537 milliseconds

12