Home
last modified time | relevance | path

Searched refs:return_pc (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp258 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 DFunction.cpp330 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 Davr-tdep.c1156 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 Dsh64-tdep.c117 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 Dcris-tdep.c266 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 Dm68hc11-tdep.c169 CORE_ADDR return_pc; member
H A DChangeLog-20038021 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
8022 (d10v_frame_unwind_cache): Do not set "return_pc".
H A DChangeLog-20028924 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 DStopInfoMachException.cpp184 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 DDWARFExpression.cpp599 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 DFunction.h494 CallEdge *GetCallEdgeForReturnAddress(lldb::addr_t return_pc, Target &target);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c1440 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 Dexpr.c591 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 DChangeLog1389 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 DSymbolFileDWARF.cpp3971 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()