Searched refs:new_pc (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | objc-lang.c | 1589 static int resolve_msgsend (CORE_ADDR pc, CORE_ADDR *new_pc); 1590 static int resolve_msgsend_stret (CORE_ADDR pc, CORE_ADDR *new_pc); 1591 static int resolve_msgsend_super (CORE_ADDR pc, CORE_ADDR *new_pc); 1592 static int resolve_msgsend_super_stret (CORE_ADDR pc, CORE_ADDR *new_pc); 1656 CORE_ADDR *new_pc; member 1665 if (s->f (s->pc, s->new_pc) == 0) in find_objc_msgcall_submethod_helper() 1674 CORE_ADDR *new_pc) in find_objc_msgcall_submethod() argument 1680 s.new_pc = new_pc; in find_objc_msgcall_submethod() 1692 find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc) in find_objc_msgcall() argument 1697 if (new_pc != NULL) in find_objc_msgcall() [all …]
|
| 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()
|
| D | objc-lang.h | 46 extern int find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc);
|
| 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/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBFrame.h | 39 bool SetPC(lldb::addr_t new_pc);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| 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/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBFrame.i | 81 SetPC (lldb::addr_t new_pc);
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| 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/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| 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/src/gnu/usr.bin/binutils-2.17/cpu/ |
| 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/src/sys/dev/pci/ |
| D | if_icereg.h | 11246 uint16_t new_pc; member
|