Searched defs:new_pc (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | objc-lang.c | 1656 CORE_ADDR *new_pc; member 1674 CORE_ADDR *new_pc) in find_objc_msgcall_submethod() 1692 find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc) in find_objc_msgcall() 1848 resolve_msgsend (CORE_ADDR pc, CORE_ADDR *new_pc) in resolve_msgsend() 1866 resolve_msgsend_stret (CORE_ADDR pc, CORE_ADDR *new_pc) in resolve_msgsend_stret() 1884 resolve_msgsend_super (CORE_ADDR pc, CORE_ADDR *new_pc) in resolve_msgsend_super() 1908 resolve_msgsend_super_stret (CORE_ADDR pc, CORE_ADDR *new_pc) in resolve_msgsend_super_stret()
|
H A D | frv-tdep.c | 980 CORE_ADDR func_addr, func_end, new_pc; in frv_skip_prologue() local
|
H A D | ia64-tdep.c | 632 ia64_write_pc (CORE_ADDR new_pc, ptid_t ptid) in ia64_write_pc()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 107 lldb::addr_t new_pc = ReadPC(&success); in EvaluateInstruction() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 980 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBFrame.cpp | 345 bool SBFrame::SetPC(addr_t new_pc) { in SetPC()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1091 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1605 auto new_pc = ReadPC(); in EvaluateInstruction() local
|