| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 258 addr_t return_pc, CallSequence &path, in FindInterveningFrames() argument 261 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames() 268 CallEdge *first_edge = begin.GetCallEdgeForReturnAddress(return_pc, target); in FindInterveningFrames() 271 begin.GetDisplayName(), return_pc); in FindInterveningFrames() 283 end.GetDisplayName(), return_pc); in FindInterveningFrames() 402 addr_t return_pc = next_reg_ctx_sp->GetPC(); in SynthesizeTailCallFrames() local 407 FindInterveningFrames(*next_func, *prev_func, exe_ctx, target, return_pc, in SynthesizeTailCallFrames()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Function.cpp | 330 CallEdge *Function::GetCallEdgeForReturnAddress(addr_t return_pc, in GetCallEdgeForReturnAddress() argument 337 std::make_pair(false, return_pc); in GetCallEdgeForReturnAddress() 340 edge_it->get()->GetReturnPCAddress(*this, target) != return_pc) in GetCallEdgeForReturnAddress()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | avr-tdep.c | 1156 CORE_ADDR return_pc = avr_convert_iaddr_to_raw (bp_addr); in avr_push_dummy_call() local 1219 buf[0] = (return_pc >> 8) & 0xff; in avr_push_dummy_call() 1220 buf[1] = return_pc & 0xff; in avr_push_dummy_call()
|
| H A D | sh64-tdep.c | 117 CORE_ADDR return_pc; member 1219 get_frame_extra_info (fi)->return_pc = in sh64_init_extra_frame_info() 1229 get_frame_extra_info (fi)->return_pc = in sh64_init_extra_frame_info() 1351 return (get_frame_extra_info (frame)->return_pc); in sh_frame_saved_pc() 1390 write_register (PC_REGNUM, get_frame_extra_info (frame)->return_pc); in sh64_pop_frame()
|
| H A D | cris-tdep.c | 266 CORE_ADDR return_pc; member 299 info->return_pc = 0; in cris_sigtramp_frame_unwind_cache() 627 info->return_pc = 0; in cris_frame_unwind_cache()
|
| H A D | m68hc11-tdep.c | 169 CORE_ADDR return_pc; member
|
| H A D | ChangeLog-2003 | 8021 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc". 8022 (d10v_frame_unwind_cache): Do not set "return_pc".
|
| H A D | ChangeLog-2002 | 8924 Don't bail if return_pc is PC_IN_CALL_DUMMY. 8926 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 184 addr_t return_pc = in DeterminePtrauthFailure() local 187 if (!target.ResolveLoadAddress(return_pc - 4, blr_address)) in DeterminePtrauthFailure()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 599 addr_t return_pc = LLDB_INVALID_ADDRESS; in Evaluate_DW_OP_entry_value() local 612 if (return_pc == LLDB_INVALID_ADDRESS) { in Evaluate_DW_OP_entry_value() 613 return_pc = parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in Evaluate_DW_OP_entry_value() 616 return_pc); in Evaluate_DW_OP_entry_value() 655 call_edge = parent_func->GetCallEdgeForReturnAddress(return_pc, target); in Evaluate_DW_OP_entry_value() 660 return_pc, parent_func->GetName()); in Evaluate_DW_OP_entry_value()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 494 CallEdge *GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 1440 int return_pc = LABEL_PC (TREE_VALUE (return_labels)); local 1441 if (return_pc <= ranges->start_pc 1442 || return_pc > ranges->end_pc)
|
| H A D | expr.c | 591 build_java_jsr (target_pc, return_pc) in build_java_jsr() argument 592 int target_pc, return_pc; in build_java_jsr() 595 tree ret = lookup_label (return_pc); 601 if (instruction_bits [return_pc] & BCODE_VERIFIED)
|
| H A D | ChangeLog | 1389 Do the latter on if the return_pc has been verified (the jsr returns).
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 3971 addr_t return_pc = LLDB_INVALID_ADDRESS; in CollectCallEdges() local 4011 return_pc = form_value.Address(); in CollectCallEdges() 4043 if (return_pc != LLDB_INVALID_ADDRESS) { in CollectCallEdges() 4044 caller_address = return_pc; in CollectCallEdges() 4070 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()
|