Searched defs:match_file (Results 1 - 1 of 1) sorted by relevance
/external/elfutils/libdw/ |
H A D | dwarf_getscopevar.c | 57 size_t match_file_len, const char *match_file, 68 && !memcmp (match_file, file, match_file_len) 88 const char *match_file, int match_lineno, int match_linecol, 92 size_t match_file_len = match_file == NULL ? 0 : strlen (match_file); 127 if (match_file != NULL) 137 if (!file_matches (lastfile, match_file_len, match_file, 56 file_matches(const char *lastfile, size_t match_file_len, const char *match_file, Dwarf_Files *files, size_t idx, bool *lastfile_matches) argument 86 dwarf_getscopevar(Dwarf_Die *scopes, int nscopes, const char *name, int skip_shadows, const char *match_file, int match_lineno, int match_linecol, Dwarf_Die *result) argument
|
Completed in 109 milliseconds