Searched refs:psymtab_to_fullname (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dpsymtab.c46 static const char *psymtab_to_fullname (struct partial_symtab *ps);
183 if (compare_filenames_for_search (psymtab_to_fullname (pst), name))
197 if (filename_cmp (psymtab_to_fullname (pst), real_path) == 0)
1086 /* psymtab_to_fullname tries to open the file which is slow.
1090 && filename_cmp (fullname, psymtab_to_fullname (p)) == 0)
1121 fullname = psymtab_to_fullname (ps);
1137 psymtab_to_fullname (struct partial_symtab *ps)
1342 match = file_matcher (psymtab_to_fullname (ps), false);
1135 psymtab_to_fullname (struct partial_symtab *ps) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpsymtab.c47 static const char *psymtab_to_fullname (struct partial_symtab *ps);
848 fullname = psymtab_to_fullname (ps);
864 psymtab_to_fullname (struct partial_symtab *ps)
1057 match = file_matcher (psymtab_to_fullname (ps), false);
863 psymtab_to_fullname (struct partial_symtab *ps) function

Completed in 87 milliseconds