Searched refs:gdbarch_push_dummy_code_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dhppa-tdep.c861 if (!gdbarch_push_dummy_code_p (gdbarch))
1126 if (!gdbarch_push_dummy_code_p (gdbarch))
H A Dinfcall.c356 gdb_assert (gdbarch_push_dummy_code_p (gdbarch));
H A Dgdbarch.h424 extern int gdbarch_push_dummy_code_p (struct gdbarch *gdbarch);
H A Dgdbarch.c1285 "gdbarch_dump: gdbarch_push_dummy_code_p() = %d\n",
1286 gdbarch_push_dummy_code_p (gdbarch));
2420 gdbarch_push_dummy_code_p (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dhppa-tdep.c847 if (!gdbarch_push_dummy_code_p (gdbarch))
1108 if (!gdbarch_push_dummy_code_p (gdbarch))
H A Dinfcall.c383 gdb_assert (gdbarch_push_dummy_code_p (gdbarch));
H A Dgdbarch-gen.h337 extern bool gdbarch_push_dummy_code_p (struct gdbarch *gdbarch);
H A Dgdbarch.c717 "gdbarch_dump: gdbarch_push_dummy_code_p() = %d\n",
718 gdbarch_push_dummy_code_p (gdbarch));
2255 gdbarch_push_dummy_code_p (struct gdbarch *gdbarch) function

Completed in 313 milliseconds