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

  /src/external/gpl3/gdb.old/dist/gdb/
symfile-debug.c 531 gdb_bfd_ref_ptr symfile_bfd
533 if (symfile_bfd != nullptr)
534 return { symfile_bfd, filename };
530 gdb_bfd_ref_ptr symfile_bfd local
xcoffread.c 106 static bfd *symfile_bfd;
1687 bfd_coff_swap_sym_in (symfile_bfd,
2804 symfile_bfd = abfd = objfile->obfd.get ();
104 static bfd *symfile_bfd; variable
coffread.c 696 static bfd *symfile_bfd;
714 symfile_bfd = abfd; /* Kludge for swap routines. */
1293 bfd_coff_swap_sym_in (symfile_bfd, temp_sym, (char *) sym);
1300 bfd_coff_swap_aux_in (symfile_bfd, temp_aux,
1351 cs->c_value += cs_section_address (cs, symfile_bfd);
1380 length = bfd_h_get_32 (symfile_bfd, lengthbuf);
1526 bfd_coff_swap_lineno_in (symfile_bfd, rawptr, &lptr);
693 static bfd *symfile_bfd; variable
  /src/external/gpl3/gdb/dist/gdb/
symfile-debug.c 529 gdb_bfd_ref_ptr symfile_bfd
531 if (symfile_bfd != nullptr)
532 return { symfile_bfd, filename };
528 gdb_bfd_ref_ptr symfile_bfd local
coffread.c 697 static bfd *symfile_bfd;
715 symfile_bfd = abfd; /* Kludge for swap routines. */
1294 bfd_coff_swap_sym_in (symfile_bfd, temp_sym, (char *) sym);
1301 bfd_coff_swap_aux_in (symfile_bfd, temp_aux,
1352 cs->c_value += cs_section_address (cs, symfile_bfd);
1381 length = bfd_h_get_32 (symfile_bfd, lengthbuf);
1527 bfd_coff_swap_lineno_in (symfile_bfd, rawptr, &lptr);
694 static bfd *symfile_bfd; variable
xcoffread.c 106 static bfd *symfile_bfd;
1687 bfd_coff_swap_sym_in (symfile_bfd,
2804 symfile_bfd = abfd = objfile->obfd.get ();
104 static bfd *symfile_bfd; variable

Completed in 32 milliseconds