Searched refs:rt_common_objfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsolib-sunos.c164 rt_common_objfile = objfile;
181 if (rt_common_objfile != NULL && rt_common_objfile->minimal_symbol_count)
183 obstack_free (&rt_common_objfile->objfile_obstack, 0);
184 obstack_init (&rt_common_objfile->objfile_obstack);
185 rt_common_objfile->minimal_symbol_count = 0;
186 rt_common_objfile->msymbols = NULL;
187 terminate_minimal_symbol_table (rt_common_objfile);
213 if (rt_common_objfile == NULL)
217 mst_bss, rt_common_objfile);
[all...]
H A Dobjfiles.c60 struct objfile *rt_common_objfile; /* For runtime common symbols */ variable in typeref:struct:objfile
431 if (objfile == rt_common_objfile)
432 rt_common_objfile = NULL;
H A Dobjfiles.h509 extern struct objfile *rt_common_objfile;

Completed in 44 milliseconds