Searched refs:match_file_len (Results 1 - 1 of 1) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_getscopevar.c | 57 size_t match_file_len, const char *match_file, in file_matches() 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() 56 file_matches(const char *lastfile, size_t match_file_len, const char *match_file, Dwarf_Files *files, size_t idx, bool *lastfile_matches) file_matches() argument
|
Completed in 1 milliseconds