Searched refs:SKIP_TRAMPOLINE_CODE (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/config/
H A Dtm-sunos.h32 #define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc) macro
H A Dtm-sysv4.h37 #define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc) macro
/freebsd-10.3-release/contrib/gdb/gdb/config/mips/
H A Dtm-fbsd.h38 #undef SKIP_TRAMPOLINE_CODE macro
H A Dtm-nbsd.h31 #undef SKIP_TRAMPOLINE_CODE macro
/freebsd-10.3-release/contrib/gdb/gdb/config/arm/
H A Dtm-embed.h45 #define SKIP_TRAMPOLINE_CODE(pc) arm_skip_stub (pc) macro
/freebsd-10.3-release/contrib/gdb/gdb/config/rs6000/
H A Dtm-rs6000.h43 #define SKIP_TRAMPOLINE_CODE(pc) rs6000_skip_trampoline_code (pc) macro
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dobjc-lang.c578 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc);
587 real_stop_pc = SKIP_TRAMPOLINE_CODE (method_stop_pc);
1648 * That functionality has been moved into the SKIP_TRAMPOLINE_CODE and
H A Dgdbarch.h2070 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (SKIP_TRAMPOLINE_CODE)
2071 #error "Non multi-arch definition of SKIP_TRAMPOLINE_CODE"
2073 #if !defined (SKIP_TRAMPOLINE_CODE)
2074 #define SKIP_TRAMPOLINE_CODE(pc) (gdbarch_skip_trampoline_code (current_gdbarch, pc)) macro
H A Dinfrun.c1297 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc);
2694 CORE_ADDR real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc);
H A Dgdbarch.c2130 #ifdef SKIP_TRAMPOLINE_CODE
2133 "SKIP_TRAMPOLINE_CODE(pc)",
2134 XSTRING (SKIP_TRAMPOLINE_CODE (pc)));
2136 "gdbarch_dump: SKIP_TRAMPOLINE_CODE = <0x%08lx>\n",
2138 /*SKIP_TRAMPOLINE_CODE ()*/);
H A Dmips-tdep.c5085 This function implements the SKIP_TRAMPOLINE_CODE macro.
6004 "mips_dump_tdep: SKIP_TRAMPOLINE_CODE # %s\n",
6005 XSTRING (SKIP_TRAMPOLINE_CODE (PC)));

Completed in 112 milliseconds