Searched refs:gdb_bfd_count_sections (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_bfd.h184 int gdb_bfd_count_sections (bfd *abfd);
H A Dsolib-target.c310 int num_sections = gdb_bfd_count_sections (so->abfd);
H A Dmaint.c410 int section_count = gdb_bfd_count_sections (ofile->obfd);
425 int section_count = gdb_bfd_count_sections (core_bfd);
H A Dobjfiles.c303 int count = gdb_bfd_count_sections (objfile->obfd);
783 == gdb_bfd_count_sections (debug_objfile->obfd));
H A Dgdb_bfd.c924 gdb_bfd_count_sections (bfd *abfd)
922 gdb_bfd_count_sections (bfd *abfd) function
H A Dsymfile.c639 objfile->section_offsets.resize (gdb_bfd_count_sections (objfile->obfd));
921 int num_sections = gdb_bfd_count_sections (objfile->obfd);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_bfd.h191 int gdb_bfd_count_sections (bfd *abfd);
H A Dsolib-target.c311 int num_sections = gdb_bfd_count_sections (so->abfd);
H A Dobjfiles.c284 int count = gdb_bfd_count_sections (objfile->obfd.get ());
740 == gdb_bfd_count_sections (debug_objfile->obfd.get ()));
H A Dmaint.c369 int section_count = gdb_bfd_count_sections (abfd);
483 digits = std::max (index_digits (gdb_bfd_count_sections (abfd)),
H A Dmachoread.c901 objfile->section_offsets.assign (gdb_bfd_count_sections (objfile->obfd.get ()), 0);
H A Dgdb_bfd.c1000 gdb_bfd_count_sections (bfd *abfd)
998 gdb_bfd_count_sections (bfd *abfd) function
H A Dsymfile.c631 objfile->section_offsets.resize (gdb_bfd_count_sections (objfile->obfd.get ()));
911 int num_sections = gdb_bfd_count_sections (objfile->obfd.get ());

Completed in 243 milliseconds