Searched refs:new_pc (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | objc-lang.c | 1656 CORE_ADDR *new_pc; member 1680 s.new_pc = new_pc; in find_objc_msgcall_submethod() 1699 *new_pc = 0; in find_objc_msgcall() 1858 if (new_pc != 0) in resolve_msgsend() 1859 *new_pc = res; in resolve_msgsend() 1876 if (new_pc != 0) in resolve_msgsend_stret() 1877 *new_pc = res; in resolve_msgsend_stret() 1900 if (new_pc != 0) in resolve_msgsend_super() 1901 *new_pc = res; in resolve_msgsend_super() 1924 if (new_pc != 0) in resolve_msgsend_super_stret() [all …]
|
H A D | frv-tdep.c | 980 CORE_ADDR func_addr, func_end, new_pc; in frv_skip_prologue() local 982 new_pc = pc; in frv_skip_prologue() 995 new_pc = sal.end; in frv_skip_prologue() 1002 if (new_pc < pc + 20) in frv_skip_prologue() 1003 new_pc = frv_analyze_prologue (pc, 0, 0); in frv_skip_prologue() 1005 return new_pc; in frv_skip_prologue()
|
H A D | objc-lang.h | 46 extern int find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc);
|
H A D | ia64-tdep.c | 632 ia64_write_pc (CORE_ADDR new_pc, ptid_t ptid) in ia64_write_pc() argument 634 int slot_num = (int) (new_pc & 0xf) / SLOT_MULTIPLIER; in ia64_write_pc() 639 new_pc &= ~0xfLL; in ia64_write_pc() 642 write_register_pid (IA64_IP_REGNUM, new_pc, ptid); in ia64_write_pc()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBFrame.h | 39 bool SetPC(lldb::addr_t new_pc);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 107 lldb::addr_t new_pc = ReadPC(&success); in EvaluateInstruction() local 111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 980 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local 997 new_pc = in EvaluateInstruction() 1003 if (old_pc == new_pc) { in EvaluateInstruction() 1004 new_pc += 4; in EvaluateInstruction() 1007 new_pc)) in EvaluateInstruction()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBFrame.i | 81 SetPC (lldb::addr_t new_pc);
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBFrame.cpp | 345 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() argument 346 LLDB_INSTRUMENT_VA(this, new_pc); in SetPC() 359 ret_val = reg_ctx_sp->SetPC(new_pc); in SetPC()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1091 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local 1108 new_pc = in EvaluateInstruction() 1114 if (old_pc == new_pc) { in EvaluateInstruction() 1115 new_pc += 4; in EvaluateInstruction() 1118 new_pc)) in EvaluateInstruction()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1605 auto new_pc = ReadPC(); in EvaluateInstruction() local 1606 if (!new_pc) in EvaluateInstruction() 1610 return new_pc != old_pc || in EvaluateInstruction()
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | m32r.cpu | 438 ; ((AI new_pc)) 439 ; (set AI new_pc (execute: AI (const 0)) #:quiet) 440 ; (set AI pc new_pc #:direct)
|
/openbsd/sys/dev/pci/ |
H A D | if_icereg.h | 11246 uint16_t new_pc; member
|