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

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 2570 const char *obfd_filename;
2572 obfd_filename = bfd_get_filename (objfile->obfd.get ());
2575 gdb_bfd_ref_ptr temp (gdb_bfd_open (obfd_filename, gnutarget));
2578 error (_("Can't open %s to read symbols."), obfd_filename);
2567 const char *obfd_filename; local
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 2570 const char *obfd_filename;
2572 obfd_filename = bfd_get_filename (objfile->obfd.get ());
2575 gdb_bfd_ref_ptr temp (gdb_bfd_open (obfd_filename, gnutarget));
2578 error (_("Can't open %s to read symbols."), obfd_filename);
2567 const char *obfd_filename; local

Completed in 42 milliseconds