Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getscopevar.c57 size_t match_file_len, const char *match_file, in file_matches() argument
67 *lastfile_matches = (len >= match_file_len in file_matches()
68 && !memcmp (match_file, file, match_file_len) in file_matches()
69 && (len == match_file_len in file_matches()
70 || file[len - match_file_len - 1] == '/')); in file_matches()
92 size_t match_file_len = match_file == NULL ? 0 : strlen (match_file); in dwarf_getscopevar() local
137 if (!file_matches (lastfile, match_file_len, match_file, in dwarf_getscopevar()