Home
last modified time | relevance | path

Searched refs:sections_start (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjfiles.h692 (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
Dobjfiles.c262 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()
Dsolib-aix.c378 = 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()
Dmaint.c332 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()
Dsolib-frv.c751 osect_idx = osect - objf->sections_start; in frv_relocate_main_executable()
Dsolib-dsbt.c816 osect_idx = osect - objf->sections_start; in dsbt_relocate_main_executable()
Dmachoread.c919 int sect_index = osect - objfile->sections_start; in macho_symfile_offsets()
Dsymmisc.c215 (long) (section - objfile->sections_start)); in dump_msymbols()
Dxcoffread.c2896 = bfd_section_name (objfile->sections_start[0].the_bfd_section); in xcoff_symfile_offsets()
Dsymtab.c1160 return &objfile->sections_start[section_index ()]; in obj_section()
1834 int idx = s - objfile->sections_start; in fixup_symbol_section()
Dsymfile.c2576 objfile->sections_start = NULL; in reread_symbols()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git50559 field to objfile::sections_start in preparation for that.