Home
last modified time | relevance | path

Searched refs:stabsects (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoffread.c54 std::vector<asection *> *stabsects; /* .stab sections. */ member
248 csi->stabsects->push_back (sectp); in coff_locate_sections()
619 std::vector<asection *> stabsects; in coff_symfile_read() local
621 = 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()
Ddbxread.c2991 const std::vector<asection *> &stabsects, in coffstab_build_psymtabs() argument
3035 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()
DChangeLog-19952159 fields. Add textaddr, textsize, and stabsects fields.
2177 parameters. Add textaddr, textsize, and stabsects parameters.
DChangeLog-201914537 (coffstab_build_psymtabs): Change type of stabsects parameter.
14539 * coffread.c (struct coff_symfile_info) <stabsects>: Now a