Home | History | Annotate | Download | only in gdb

Lines Matching refs:pst

922 read_xcoff_symtab (struct objfile *objfile, legacy_psymtab *pst)
950 const char *filestring = pst->filename; /* Name of the current file. */
954 this_symtab_psymtab = pst;
969 symnum = ((struct xcoff_symloc *) pst->read_symtab_private)->first_symnum;
971 symnum + ((struct xcoff_symloc *) pst->read_symtab_private)->numsyms;
1054 pst->compunit_symtab = end_compunit_symtab (cur_src_end_addr);
1440 to make sure that we set pst->compunit_symtab to the symtab for the
1443 if (pst->compunit_symtab == NULL)
1444 pst->compunit_symtab = cust;
1744 xcoff_expand_psymtab (legacy_psymtab *pst, struct objfile *objfile)
1746 gdb_assert (!pst->readin);
1749 pst->expand_dependencies (objfile);
1751 if (((struct xcoff_symloc *) pst->read_symtab_private)->numsyms != 0)
1757 read_xcoff_symtab (objfile, pst);
1760 pst->readin = true;
1906 /* Close off the current usage of PST.
1907 Returns PST, or NULL if the partial symtab was empty and thrown away.
1909 CAPPING_SYMBOL_NUMBER is the end of pst (exclusive).
1916 legacy_psymtab *pst,
1925 ((struct xcoff_symloc *) pst->read_symtab_private)->numsyms =
1927 - ((struct xcoff_symloc *) pst->read_symtab_private)->first_symnum;
1928 ((struct xcoff_symloc *) pst->read_symtab_private)->lineno_off =
1932 pst->end ();
1934 pst->number_of_dependencies = number_dependencies;
1937 pst->dependencies
1939 memcpy (pst->dependencies, dependency_list,
1943 pst->dependencies = 0;
1958 subpst->dependencies[0] = pst;
1961 subpst->legacy_read_symtab = pst->legacy_read_symtab;
1962 subpst->legacy_expand_psymtab = pst->legacy_expand_psymtab;
1967 && pst->empty ())
1973 partial_symtabs->discard_psymtab (pst);
1976 pst = NULL;
1978 return pst;
2054 legacy_psymtab *pst;
2076 pst = (legacy_psymtab *) 0;
2158 if (pst != NULL)
2164 (objfile, partial_symtabs, pst, psymtab_include_list,
2171 pst = xcoff_start_psymtab
2187 if (pst != NULL)
2193 if (highval > pst->unrelocated_text_high ())
2194 pst->set_text_high (highval);
2197 if (!pst->text_low_valid
2198 || loval < pst->unrelocated_text_low ())
2199 pst->set_text_low (loval);
2334 if (pst)
2337 pst, psymtab_include_list,
2358 pst = xcoff_start_psymtab (partial_symtabs, objfile,
2453 if (pst && strcmp (namestring, pst->filename) == 0)
2511 pst->add_psymbol (std::string_view (namestring,
2524 pst->add_psymbol (std::string_view (namestring,
2545 pst->add_psymbol (std::string_view (namestring,
2555 pst->add_psymbol (std::string_view (namestring,
2570 pst->add_psymbol (std::string_view (namestring,
2635 pst->add_psymbol (std::string_view (p, q - p), true,
2655 pst->add_psymbol (std::string_view (namestring,
2665 if (! pst)
2670 pst->add_psymbol (std::string_view (namestring,
2684 if (! pst)
2697 pst->add_psymbol (std::string_view (namestring,
2756 if (pst)
2759 pst, psymtab_include_list, includes_used,