Searched refs:osect (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dhppa-linux-tdep.c364 struct obj_section *osect; local
366 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
368 if (strcmp (osect->the_bfd_section->name, ".dynamic") == 0)
372 if (osect < faddr_sect->objfile->sections_end)
376 addr = obj_section_addr (osect);
377 endaddr = obj_section_endaddr (osect);
H A Dsymfile.c846 struct obj_section *osect;
863 ALL_OBJFILE_OSECTIONS (objfile, osect)
865 struct bfd_section *sect = osect->the_bfd_section;
3000 section_is_mapped (struct obj_section *osect)
3004 if (osect == 0 || !section_is_overlay (osect))
3015 gdbarch = osect->objfile->arch ();
3023 if (osect->ovly_mapped == -1)
3024 gdbarch_overlay_update (gdbarch, osect);
3028 return osect
845 struct obj_section *osect; local
2993 section_is_mapped(struct obj_section *osect) argument
3150 struct obj_section *osect, *best_match = NULL; local
3179 struct obj_section *osect; local
3199 struct obj_section *osect; local
3487 simple_overlay_update_1(struct obj_section *osect) argument
3523 simple_overlay_update(struct obj_section *osect) argument
[all...]
H A Dobjfiles.h159 #define ALL_OBJFILE_OSECTIONS(objfile, osect) \
160 for (osect = objfile->sections; osect < objfile->sections_end; osect++) \
161 if (osect->the_bfd_section == NULL) \
H A Dmachoread.c906 struct obj_section *osect; local
922 ALL_OBJFILE_OSECTIONS (objfile, osect)
924 const char *bfd_sect_name = osect->the_bfd_section->name;
928 obj_section_offset (osect) = addrs[i].addr;
936 ALL_OBJFILE_OSECTIONS (objfile, osect)
938 const char *bfd_sect_name = osect->the_bfd_section->name;
939 int sect_index = osect - objfile->sections;;
H A Dobjfiles.c978 const struct obj_section *osect;
980 ALL_OBJFILE_OSECTIONS (objfile1, osect)
981 if (osect == sect2)
983 else if (osect == sect1)
1316 struct obj_section *osect;
1321 ALL_OBJFILE_OSECTIONS (objfile, osect)
1323 if (section_is_overlay (osect) && !section_is_mapped (osect))
1326 if (obj_section_addr (osect) <= addr
1327 && addr < obj_section_endaddr (osect))
974 const struct obj_section *osect; local
1311 struct obj_section *osect; local
[all...]
H A Dprintcmd.c1322 struct obj_section *osect;
1332 ALL_OBJFILE_OSECTIONS (objfile, osect)
1339 sect_addr = overlay_mapped_address (addr, osect);
1341 if (obj_section_addr (osect) <= sect_addr
1342 && sect_addr < obj_section_endaddr (osect)
1345 osect).minsym))
1352 mapped = section_is_mapped (osect) ? _("mapped") : _("unmapped");
1353 sec_name = osect->the_bfd_section->name;
1367 gdb_assert (osect->objfile && objfile_name (osect
1318 struct obj_section *osect; local
[all...]
H A Dxstormy16-tdep.c549 struct obj_section *osect; local
555 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
557 if (!strcmp (osect->the_bfd_section->name, ".plt"))
561 if (osect < faddr_sect->objfile->sections_end)
565 addr = obj_section_addr (osect);
566 endaddr = obj_section_endaddr (osect);
H A Dsolib-aix.c655 struct obj_section *osect; local
657 ALL_OBJFILE_OSECTIONS (objfile, osect)
658 if (strcmp (bfd_section_name (osect->the_bfd_section), ".data") == 0)
659 return osect;
H A Dexec.c727 struct obj_section *osect;
736 ALL_OBJFILE_OSECTIONS (objfile, osect)
738 if (bfd_section_size (osect->the_bfd_section) == 0)
750 ALL_OBJFILE_OSECTIONS (objfile, osect)
752 if (bfd_section_size (osect->the_bfd_section) == 0)
757 ts->addr = obj_section_addr (osect);
758 ts->endaddr = obj_section_endaddr (osect);
759 ts->the_bfd_section = osect->the_bfd_section;
726 struct obj_section *osect; local
H A Dsolib-dsbt.c901 struct obj_section *osect; local
914 ALL_OBJFILE_OSECTIONS (symfile_objfile, osect)
920 osect_idx = osect - symfile_objfile->sections;
923 addr = obj_section_addr (osect);
H A Dsolib-frv.c765 struct obj_section *osect; local
788 ALL_OBJFILE_OSECTIONS (symfile_objfile, osect)
794 osect_idx = osect - symfile_objfile->sections;
797 addr = obj_section_addr (osect);
H A Dmaint.c348 obj_section *osect
351 if (osect >= ofile->sections_end)
354 return osect;
369 obj_section *osect local
372 if (osect->the_bfd_section == NULL)
375 print_objfile_section_info (abfd, osect, arg, index_digits);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dhppa-linux-tdep.c363 struct obj_section *osect; local
365 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
367 if (strcmp (osect->the_bfd_section->name, ".dynamic") == 0)
371 if (osect < faddr_sect->objfile->sections_end)
375 addr = osect->addr ();
376 endaddr = osect->endaddr ();
H A Dsymfile.c837 struct obj_section *osect;
852 ALL_OBJFILE_OSECTIONS (objfile, osect)
854 struct bfd_section *sect = osect->the_bfd_section;
2985 section_is_mapped (struct obj_section *osect)
2989 if (osect == 0 || !section_is_overlay (osect))
3000 gdbarch = osect->objfile->arch ();
3008 if (osect->ovly_mapped == -1)
3009 gdbarch_overlay_update (gdbarch, osect);
3013 return osect
836 struct obj_section *osect; local
2978 section_is_mapped(struct obj_section *osect) argument
3135 struct obj_section *osect, *best_match = NULL; local
3164 struct obj_section *osect; local
3184 struct obj_section *osect; local
3472 simple_overlay_update_1(struct obj_section *osect) argument
3508 simple_overlay_update(struct obj_section *osect) argument
[all...]
H A Dobjfiles.h130 #define ALL_OBJFILE_OSECTIONS(objfile, osect) \
131 for (osect = objfile->sections; osect < objfile->sections_end; osect++) \
132 if (osect->the_bfd_section == NULL) \
H A Dz80-tdep.c946 z80_overlay_update_1 (struct obj_section *osect) argument
949 asection *bsect = osect->the_bfd_section;
965 ALL_OBJFILE_OSECTIONS (objfile, osect)
966 if (section_is_overlay (osect))
968 osect->ovly_mapped = (lma == bfd_section_lma (osect->the_bfd_section));
969 i |= osect->ovly_mapped; /* true, if at least one section is mapped */
976 z80_overlay_update (struct obj_section *osect) argument
982 /* Were we given an osect to look up? NULL means do all of them. */
983 if (osect !
[all...]
H A Dmachoread.c898 struct obj_section *osect; local
914 ALL_OBJFILE_OSECTIONS (objfile, osect)
916 const char *bfd_sect_name = osect->the_bfd_section->name;
920 osect->set_offset (addrs[i].addr);
928 ALL_OBJFILE_OSECTIONS (objfile, osect)
930 const char *bfd_sect_name = osect->the_bfd_section->name;
931 int sect_index = osect - objfile->sections;;
H A Dobjfiles.c916 const struct obj_section *osect;
918 ALL_OBJFILE_OSECTIONS (objfile1, osect)
919 if (osect == sect2)
921 else if (osect == sect1)
1260 struct obj_section *osect;
1265 ALL_OBJFILE_OSECTIONS (objfile, osect)
1267 if (section_is_overlay (osect) && !section_is_mapped (osect))
1270 if (osect->addr () <= addr && addr < osect
912 const struct obj_section *osect; local
1255 struct obj_section *osect; local
[all...]
H A Dxstormy16-tdep.c544 struct obj_section *osect; local
550 ALL_OBJFILE_OSECTIONS (faddr_sect->objfile, osect)
552 if (!strcmp (osect->the_bfd_section->name, ".plt"))
556 if (osect < faddr_sect->objfile->sections_end)
560 addr = osect->addr ();
561 endaddr = osect->endaddr ();
H A Dsolib-aix.c651 struct obj_section *osect; local
653 ALL_OBJFILE_OSECTIONS (objfile, osect)
654 if (strcmp (bfd_section_name (osect->the_bfd_section), ".data") == 0)
655 return osect;
H A Dmaint.c337 obj_section *osect
340 if (osect >= ofile->sections_end)
343 return osect;
374 obj_section *osect = nullptr; local
379 osect
381 if (osect->the_bfd_section == nullptr)
382 osect = nullptr;
385 if (osect == nullptr)
388 print_objfile_section_info (abfd, osect, arg, digits);
H A Dprintcmd.c1529 struct obj_section *osect;
1539 ALL_OBJFILE_OSECTIONS (objfile, osect)
1546 sect_addr = overlay_mapped_address (addr, osect);
1548 if (osect->addr () <= sect_addr && sect_addr < osect->endaddr ()
1551 osect).minsym))
1558 mapped = section_is_mapped (osect) ? _("mapped") : _("unmapped");
1559 sec_name = osect->the_bfd_section->name;
1573 gdb_assert (osect->objfile && objfile_name (osect
1525 struct obj_section *osect; local
[all...]
H A Dsolib-dsbt.c808 struct obj_section *osect; local
822 ALL_OBJFILE_OSECTIONS (objf, osect)
828 osect_idx = osect - objf->sections;
831 addr = osect->addr ();
H A Dsolib-frv.c733 struct obj_section *osect; local
757 ALL_OBJFILE_OSECTIONS (objf, osect)
763 osect_idx = osect - objf->sections;
766 addr = osect->addr ();
H A Dexec.c629 struct obj_section *osect;
634 ALL_OBJFILE_OSECTIONS (objfile, osect)
636 if (bfd_section_size (osect->the_bfd_section) == 0)
639 m_target_sections.emplace_back (osect->addr (), osect->endaddr (),
640 osect->the_bfd_section, (void *) objfile);
628 struct obj_section *osect; local

Completed in 581 milliseconds

12