Home | History | Annotate | Download | only in gdb

Lines Matching defs:stabsects

55     std::vector<asection *> *stabsects;	/* .stab sections.  */
219 STABSECTS is the list of .stab sections in OBJFILE.
229 const std::vector<asection *> &stabsects,
274 if (stabsects.size () == 1)
276 stabsize = bfd_section_size (stabsects[0]);
278 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos;
283 for (asection *section : stabsects)
289 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos;
292 key->ctx.symbuf_sections = &stabsects;
293 key->ctx.symbuf_left = bfd_section_size (stabsects[0]);
341 csi->stabsects->push_back (sectp);
716 std::vector<asection *> stabsects;
718 = make_scoped_restore (&info->stabsects, &stabsects);
798 if (!info->stabsects->empty())
813 *info->stabsects,