| /src/external/gpl3/gdb.old/dist/gdb/ |
| objfiles.h | 705 (section_iterator (sections_start, sections_end), 712 (section_iterator (sections_start, sections_end), 813 SECTIONS_START points to the first entry in the table, and 820 struct obj_section *sections_start = nullptr; member in struct:objfile
|
| solib-aix.c | 378 = objfile->sections_start[objfile->sect_index_text].the_bfd_section; 389 = objfile->sections_start[objfile->sect_index_data].the_bfd_section;
|
| objfiles.c | 208 section = &objfile->sections_start[gdb_bfd_section_index (abfd, asect)]; 224 objfile->sections_start = OBSTACK_CALLOC (&objfile->objfile_obstack, 227 objfile->sections_end = (objfile->sections_start + count); 596 int idx = s - objfile->sections_start;
|
| maint.c | 336 if (ofile->sections_start == nullptr) 340 = &ofile->sections_start[gdb_bfd_section_index (abfd, asection)]; 380 gdb_assert (objfile->sections_start != nullptr);
|
| machoread.c | 921 int sect_index = osect - objfile->sections_start;
|
| solib-dsbt.c | 815 osect_idx = osect - objf->sections_start;
|
| solib-frv.c | 751 osect_idx = osect - objf->sections_start;
|
| symmisc.c | 217 (long) (section - objfile->sections_start));
|
| xcoffread.c | 2905 = bfd_section_name (objfile->sections_start[0].the_bfd_section);
|
| symfile.c | 2591 objfile->sections_start = NULL;
|
| symtab.c | 1181 return &objfile->sections_start[section_index ()]; 1859 int idx = s - objfile->sections_start;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| objfiles.h | 675 (section_iterator (sections_start, sections_end), 776 SECTIONS_START points to the first entry in the table, and 783 struct obj_section *sections_start = nullptr; member in struct:objfile
|
| solib-aix.c | 396 = objfile->sections_start[objfile->sect_index_text].the_bfd_section; 407 = objfile->sections_start[objfile->sect_index_data].the_bfd_section;
|
| objfiles.c | 207 section = &objfile->sections_start[gdb_bfd_section_index (abfd, asect)]; 223 objfile->sections_start = OBSTACK_CALLOC (&objfile->objfile_obstack, 226 objfile->sections_end = (objfile->sections_start + count); 595 int idx = &s - objfile->sections_start;
|
| maint.c | 348 if (ofile->sections_start == nullptr) 352 = &ofile->sections_start[gdb_bfd_section_index (abfd, asection)]; 394 gdb_assert (objfile->sections_start != nullptr);
|
| machoread.c | 921 int sect_index = &osect - objfile->sections_start;
|
| solib-dsbt.c | 825 osect_idx = &osect - objf->sections_start;
|
| solib-frv.c | 759 osect_idx = &osect - objf->sections_start;
|
| symmisc.c | 217 (long) (section - objfile->sections_start));
|
| xcoffread.c | 2906 = bfd_section_name (objfile->sections_start[0].the_bfd_section);
|
| symtab.c | 1181 return &objfile->sections_start[section_index ()]; 1859 int idx = &s - objfile->sections_start;
|
| symfile.c | 2591 objfile->sections_start = NULL;
|