Searched refs:IN_SOLIB_CALL_TRAMPOLINE (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/config/pa/
H A Dtm-linux.h27 #undef IN_SOLIB_CALL_TRAMPOLINE macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/mips/
H A Dtm-nbsd.h29 #undef IN_SOLIB_CALL_TRAMPOLINE macro
H A Dtm-linux.h52 Note that by undefining IN_SOLIB_CALL_TRAMPOLINE here we will use the
55 #undef IN_SOLIB_CALL_TRAMPOLINE macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/
H A Dtm-sysv4.h31 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) in_plt_section((pc), (name)) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/powerpc/
H A Dtm-linux.h31 #undef IN_SOLIB_CALL_TRAMPOLINE macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/arm/
H A Dtm-embed.h44 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) arm_in_call_stub (pc, name) macro
H A Dtm-linux.h30 #undef IN_SOLIB_CALL_TRAMPOLINE macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h1253 trampoline code in the ".plt" section. IN_SOLIB_CALL_TRAMPOLINE evaluates
1259 #if !defined (GDB_TM_FILE) && defined (IN_SOLIB_CALL_TRAMPOLINE)
1260 #error "Non multi-arch definition of IN_SOLIB_CALL_TRAMPOLINE"
1262 #if !defined (IN_SOLIB_CALL_TRAMPOLINE)
1263 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) (gdbarch_in_solib_call_trampoline (current_gdbarch, pc, name)) macro
H A Dhppa-tdep.c2131 || IN_SOLIB_CALL_TRAMPOLINE (pc, NULL)
H A Dgdbarch.c1181 #ifdef IN_SOLIB_CALL_TRAMPOLINE
1184 "IN_SOLIB_CALL_TRAMPOLINE(pc, name)",
1185 XSTRING (IN_SOLIB_CALL_TRAMPOLINE (pc, name)));

Completed in 280 milliseconds