Lines Matching defs:partial_symtab
57 partial_symtab.
75 void discard_psymtabs_to (struct partial_symtab *to)
83 void discard_psymtab (struct partial_symtab *pst);
97 struct partial_symtab **allocate_dependencies (int number)
99 return OBSTACK_CALLOC (obstack (), number, struct partial_symtab *);
105 void install_psymtab (partial_symtab *pst);
107 using partial_symtab_range = next_range<partial_symtab>;
122 struct partial_symtab *psymtabs = nullptr;
140 Each partial_symbol sits in a partial_symtab, all of which are chained
142 normal symtab once the partial_symtab has been referenced. */
214 a partial_symtab. This contains the information on where in the
220 partial_symtab remains around. */
222 struct partial_symtab
231 partial_symtab (const char *filename,
240 partial_symtab (const char *filename,
246 virtual ~partial_symtab ()
285 partial_symtab. */
292 partial_symtab. */
298 /* Return the relocated low text address of this partial_symtab. */
304 /* Return the relocated high text address of this partial_symtab. */
310 /* Set the low text address of this partial_symtab. */
317 /* Set the high text address of this partial_symtab. */
375 struct partial_symtab *next = nullptr;
377 /* Name of the source file which this partial_symtab defines,
428 struct partial_symtab *user = nullptr;
430 /* Array of pointers to all of the partial_symtab's which this one
439 struct partial_symtab **dependencies = nullptr;
475 struct standard_psymtab : public partial_symtab
480 : partial_symtab (filename, partial_symtabs, objfile_per_bfd)
488 : partial_symtab (filename, partial_symtabs, objfile_per_bfd, addr)
513 /* A partial_symtab that works in the historical db way. This should
593 struct partial_symtab *m_psymtab;
677 struct partial_symtab *find_pc_sect_psymtab (struct objfile *objfile,