HomeSort by: relevance | last modified time | path
    Searched refs:gcc_target_options (Results 1 - 8 of 8) 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
compile.c 517 result.append (gdb_argv (compiler->gcc_target_options ().c_str ()));
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.h 75 const std::string &gcc_target_options () const function in class:compile_instance
compile.c 519 result.append (gdb_argv (compiler->gcc_target_options ().c_str ()));
  /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;
gdbarch-gen.h 1720 extern void set_gdbarch_gcc_target_options (struct gdbarch *gdbarch, gdbarch_gcc_target_options_ftype *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;
gdbarch-gen.h 1716 extern void set_gdbarch_gcc_target_options (struct gdbarch *gdbarch, gdbarch_gcc_target_options_ftype *gcc_target_options);

Completed in 36 milliseconds