Searched refs:stabsects (Results 1 – 4 of 4) sorted by relevance
54 std::vector<asection *> *stabsects; /* .stab sections. */ member248 csi->stabsects->push_back (sectp); in coff_locate_sections()619 std::vector<asection *> stabsects; in coff_symfile_read() local621 = make_scoped_restore (&info->stabsects, &stabsects); in coff_symfile_read()701 if (!info->stabsects->empty()) in coff_symfile_read()716 *info->stabsects, in coff_symfile_read()
2991 const std::vector<asection *> &stabsects, in coffstab_build_psymtabs() argument3035 if (stabsects.size () == 1) in coffstab_build_psymtabs()3037 stabsize = bfd_section_size (stabsects[0]); in coffstab_build_psymtabs()3039 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos; in coffstab_build_psymtabs()3044 for (asection *section : stabsects) in coffstab_build_psymtabs()3050 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos; in coffstab_build_psymtabs()3053 symbuf_sections = &stabsects; in coffstab_build_psymtabs()3054 symbuf_left = bfd_section_size (stabsects[0]); in coffstab_build_psymtabs()
2159 fields. Add textaddr, textsize, and stabsects fields.2177 parameters. Add textaddr, textsize, and stabsects parameters.
14537 (coffstab_build_psymtabs): Change type of stabsects parameter.14539 * coffread.c (struct coff_symfile_info) <stabsects>: Now a