HomeSort by: relevance | last modified time | path
    Searched refs:gdbarch_push_dummy_code_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.c 846 if (!gdbarch_push_dummy_code_p (gdbarch))
1106 if (!gdbarch_push_dummy_code_p (gdbarch))
infcall.c 451 gdb_assert (gdbarch_push_dummy_code_p (gdbarch));
gdbarch-gen.h 357 extern bool gdbarch_push_dummy_code_p (struct gdbarch *gdbarch);
gdbarch-gen.c 742 "gdbarch_dump: gdbarch_push_dummy_code_p() = %d\n",
743 gdbarch_push_dummy_code_p (gdbarch));
2333 gdbarch_push_dummy_code_p (struct gdbarch *gdbarch) function
  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.c 846 if (!gdbarch_push_dummy_code_p (gdbarch))
1106 if (!gdbarch_push_dummy_code_p (gdbarch))
infcall.c 451 gdb_assert (gdbarch_push_dummy_code_p (gdbarch));
gdbarch-gen.h 357 extern bool gdbarch_push_dummy_code_p (struct gdbarch *gdbarch);
gdbarch-gen.c 746 "gdbarch_dump: gdbarch_push_dummy_code_p() = %d\n",
747 gdbarch_push_dummy_code_p (gdbarch));
2346 gdbarch_push_dummy_code_p (struct gdbarch *gdbarch) function

Completed in 29 milliseconds