Searched refs:sections_start (Results 1 – 12 of 12) sorted by relevance
692 (section_iterator (sections_start, sections_end), in sections()699 (section_iterator (sections_start, sections_end), in sections()805 struct obj_section *sections_start = nullptr; member
262 section = &objfile->sections_start[gdb_bfd_section_index (abfd, asect)]; in add_to_objfile_sections()278 objfile->sections_start = OBSTACK_CALLOC (&objfile->objfile_obstack, in build_objfile_section_table()281 objfile->sections_end = (objfile->sections_start + count); in build_objfile_section_table()652 int idx = s - objfile->sections_start; in objfile_relocate1()
378 = objfile->sections_start[objfile->sect_index_text].the_bfd_section; in solib_aix_get_section_offsets()389 = objfile->sections_start[objfile->sect_index_data].the_bfd_section; in solib_aix_get_section_offsets()
332 if (ofile->sections_start == nullptr) in maint_obj_section_from_bfd_section()336 = &ofile->sections_start[gdb_bfd_section_index (abfd, asection)]; in maint_obj_section_from_bfd_section()376 gdb_assert (objfile->sections_start != nullptr); in maint_print_all_sections()
751 osect_idx = osect - objf->sections_start; in frv_relocate_main_executable()
816 osect_idx = osect - objf->sections_start; in dsbt_relocate_main_executable()
919 int sect_index = osect - objfile->sections_start; in macho_symfile_offsets()
215 (long) (section - objfile->sections_start)); in dump_msymbols()
2896 = bfd_section_name (objfile->sections_start[0].the_bfd_section); in xcoff_symfile_offsets()
1160 return &objfile->sections_start[section_index ()]; in obj_section()1834 int idx = s - objfile->sections_start; in fixup_symbol_section()
2576 objfile->sections_start = NULL; in reread_symbols()
50559 field to objfile::sections_start in preparation for that.