Searched refs:target_pc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-linux-tdep.c1705 CORE_ADDR target_pc = arm_skip_stub (frame, pc); local
1707 if (target_pc != 0)
1708 return target_pc;
H A Dmips-tdep.c7533 CORE_ADDR target_pc = 0; local
7540 status == 0 && target_pc == 0 && i < 20;
7558 target_pc = gp; /* Hmm... */
7560 target_pc = addr;
7577 target_pc = jtype_target (inst) << 2;
7578 target_pc += ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
7623 return target_pc;
7834 CORE_ADDR target_pc; local
7839 target_pc = pc;
7853 while (pc != target_pc);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-linux-tdep.c1693 CORE_ADDR target_pc = arm_skip_stub (frame, pc); local
1695 if (target_pc != 0)
1696 return target_pc;
H A Dmips-tdep.c7570 CORE_ADDR target_pc = 0; local
7577 status == 0 && target_pc == 0 && i < 20;
7595 target_pc = gp; /* Hmm... */
7597 target_pc = addr;
7614 target_pc = jtype_target (inst) << 2;
7615 target_pc += ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
7660 return target_pc;
7871 CORE_ADDR target_pc; local
7876 target_pc = pc;
7890 while (pc != target_pc);
[all...]

Completed in 303 milliseconds