Home
last modified time | relevance | path

Searched refs:gdb_bfd_count_sections (Results 1 – 9 of 9) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdb_bfd.h182 int gdb_bfd_count_sections (bfd *abfd);
H A Dmaint.c372 int section_count = gdb_bfd_count_sections (abfd); in maint_print_all_sections()
484 digits = std::max (index_digits (gdb_bfd_count_sections (abfd)), in maintenance_info_target_sections()
H A Dobjfiles.c292 int count = gdb_bfd_count_sections (objfile->obfd);
770 == gdb_bfd_count_sections (debug_objfile->obfd));
H A Dsolib-target.c311 int num_sections = gdb_bfd_count_sections (so->abfd); in solib_target_relocate_section_addresses()
H A Dmachoread.c910 objfile->section_offsets.assign (gdb_bfd_count_sections (objfile->obfd), 0); in macho_symfile_offsets()
H A Dgdb_bfd.c1019 gdb_bfd_count_sections (bfd *abfd) in gdb_bfd_count_sections() function
H A Dsymfile.c628 objfile->section_offsets.resize (gdb_bfd_count_sections (objfile->obfd)); in default_symfile_offsets()
909 int num_sections = gdb_bfd_count_sections (objfile->obfd); in syms_from_objfile_1()
H A DChangeLog-20138209 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
9327 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
9329 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
H A DChangeLog278 gdb_bfd_count_sections to allocate objfile::section_offsets.