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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 263 gdbarch_core_parse_exec_context_ftype *core_parse_exec_context = default_core_parse_exec_context; member in struct:gdbarch
535 /* Skip verify of core_parse_exec_context, invalid_p == 0. */
1402 "gdbarch_dump: core_parse_exec_context = <%s>\n",
1403 host_address_to_string (gdbarch->core_parse_exec_context));
5520 gdb_assert (gdbarch->core_parse_exec_context != NULL);
5523 return gdbarch->core_parse_exec_context (gdbarch, cbfd);
5528 gdbarch_core_parse_exec_context_ftype core_parse_exec_context)
5530 gdbarch->core_parse_exec_context = core_parse_exec_context;
gdbarch-gen.h 1795 extern void set_gdbarch_core_parse_exec_context (struct gdbarch *gdbarch, gdbarch_core_parse_exec_context_ftype *core_parse_exec_context);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 263 gdbarch_core_parse_exec_context_ftype *core_parse_exec_context = default_core_parse_exec_context; member in struct:gdbarch
537 /* Skip verify of core_parse_exec_context, invalid_p == 0. */
1406 "gdbarch_dump: core_parse_exec_context = <%s>\n",
1407 host_address_to_string (gdbarch->core_parse_exec_context));
5533 gdb_assert (gdbarch->core_parse_exec_context != NULL);
5536 return gdbarch->core_parse_exec_context (gdbarch, cbfd);
5541 gdbarch_core_parse_exec_context_ftype core_parse_exec_context)
5543 gdbarch->core_parse_exec_context = core_parse_exec_context;
gdbarch-gen.h 1791 extern void set_gdbarch_core_parse_exec_context (struct gdbarch *gdbarch, gdbarch_core_parse_exec_context_ftype *core_parse_exec_context);

Completed in 43 milliseconds