Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.c2835 const char *this_objfile_name = objfile_name (objfile); in allocate_symtab() local
2837 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()