Home
last modified time | relevance | path

Searched refs:target_pc (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-linux-tdep.c1725 CORE_ADDR target_pc = arm_skip_stub (frame, pc); in arm_linux_skip_trampoline_code() local
1727 if (target_pc != 0) in arm_linux_skip_trampoline_code()
1728 return target_pc; in arm_linux_skip_trampoline_code()
Dmips-tdep.c7578 CORE_ADDR target_pc = 0; in mips_get_mips16_fn_stub_pc() local
7585 status == 0 && target_pc == 0 && i < 20; in mips_get_mips16_fn_stub_pc()
7603 target_pc = gp; /* Hmm... */ in mips_get_mips16_fn_stub_pc()
7605 target_pc = addr; in mips_get_mips16_fn_stub_pc()
7622 target_pc = jtype_target (inst) << 2; in mips_get_mips16_fn_stub_pc()
7623 target_pc += ((pc + 4) & ~(CORE_ADDR) 0x0fffffff); in mips_get_mips16_fn_stub_pc()
7668 return target_pc; in mips_get_mips16_fn_stub_pc()
7879 CORE_ADDR target_pc; in mips_skip_trampoline_code() local
7884 target_pc = pc; in mips_skip_trampoline_code()
7898 while (pc != target_pc); in mips_skip_trampoline_code()