Searched refs:this_objfile_name (Results 1 – 1 of 1) sorted by relevance
2835 const char *this_objfile_name = objfile_name (objfile); in allocate_symtab() local2837 if (last_objfile_name.empty () || last_objfile_name != this_objfile_name) in allocate_symtab()2839 last_objfile_name = this_objfile_name; in allocate_symtab()2842 ("creating one or more symtabs for objfile %s", this_objfile_name); in allocate_symtab()