Searched refs:scan_pc (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | m32c-tdep.c | 1072 CORE_ADDR scan_pc, next_addr; member 1157 gdb_assert (st->next_addr - st->scan_pc < sizeof (st->insn)); in m32c_next_byte() 1158 return st->insn[st->next_addr++ - st->scan_pc]; in m32c_next_byte() 1587 st.scan_pc = after_last_frame_related_insn = start; in m32c_analyze_prologue() 1589 while (st.scan_pc < limit) in m32c_analyze_prologue() 1598 if (target_read_memory (st.scan_pc, st.insn, sizeof (st.insn))) in m32c_analyze_prologue() 1602 st.next_addr = st.scan_pc; in m32c_analyze_prologue() 1794 st.scan_pc = st.next_addr; in m32c_analyze_prologue()
|
| D | rs6000-tdep.c | 752 CORE_ADDR scan_pc, func_start, func_end, epilogue_start, epilogue_end; in rs6000_in_function_epilogue_frame_p() local 768 for (scan_pc = pc; scan_pc < epilogue_end; scan_pc += PPC_INSN_SIZE) in rs6000_in_function_epilogue_frame_p() 770 if (!safe_frame_unwind_memory (curfrm, scan_pc, in rs6000_in_function_epilogue_frame_p() 793 for (scan_pc = pc - PPC_INSN_SIZE; in rs6000_in_function_epilogue_frame_p() 794 scan_pc >= epilogue_start; in rs6000_in_function_epilogue_frame_p() 795 scan_pc -= PPC_INSN_SIZE) in rs6000_in_function_epilogue_frame_p() 797 if (!safe_frame_unwind_memory (curfrm, scan_pc, in rs6000_in_function_epilogue_frame_p()
|
| D | arm-tdep.c | 4144 CORE_ADDR scan_pc; in thumb_stack_frame_destroyed_p() local 4167 scan_pc = pc; in thumb_stack_frame_destroyed_p() 4168 while (scan_pc < func_end && !found_return) in thumb_stack_frame_destroyed_p() 4170 if (target_read_memory (scan_pc, buf, 2)) in thumb_stack_frame_destroyed_p() 4173 scan_pc += 2; in thumb_stack_frame_destroyed_p() 4187 if (target_read_memory (scan_pc, buf, 2)) in thumb_stack_frame_destroyed_p() 4190 scan_pc += 2; in thumb_stack_frame_destroyed_p()
|