Searched refs:match_file (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getscopevar.c | 57 size_t match_file_len, const char *match_file, in file_matches() argument 68 && !memcmp (match_file, file, match_file_len) in file_matches() 88 const char *match_file, int match_lineno, int match_linecol, in dwarf_getscopevar() argument 92 size_t match_file_len = match_file == NULL ? 0 : strlen (match_file); in dwarf_getscopevar() 127 if (match_file != NULL) in dwarf_getscopevar() 137 if (!file_matches (lastfile, match_file_len, match_file, in dwarf_getscopevar()
|
D | libdw.h | 866 const char *match_file,
|