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

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.h 75 const std::string &gcc_target_options () const function in class:compile_instance
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.h 75 const std::string &gcc_target_options () const function in class:compile_instance
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 253 gdbarch_gcc_target_options_ftype *gcc_target_options = default_gcc_target_options; member in struct:gdbarch
525 /* Skip verify of gcc_target_options, invalid_p == 0. */
1372 "gdbarch_dump: gcc_target_options = <%s>\n",
1373 host_address_to_string (gdbarch->gcc_target_options));
5350 gdb_assert (gdbarch->gcc_target_options != NULL);
5353 return gdbarch->gcc_target_options (gdbarch);
5358 gdbarch_gcc_target_options_ftype gcc_target_options)
5360 gdbarch->gcc_target_options = gcc_target_options;
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 253 gdbarch_gcc_target_options_ftype *gcc_target_options = default_gcc_target_options; member in struct:gdbarch
527 /* Skip verify of gcc_target_options, invalid_p == 0. */
1376 "gdbarch_dump: gcc_target_options = <%s>\n",
1377 host_address_to_string (gdbarch->gcc_target_options));
5363 gdb_assert (gdbarch->gcc_target_options != NULL);
5366 return gdbarch->gcc_target_options (gdbarch);
5371 gdbarch_gcc_target_options_ftype gcc_target_options)
5373 gdbarch->gcc_target_options = gcc_target_options;

Completed in 31 milliseconds