Searched defs:lastfile (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getscopevar.c56 file_matches (const char *lastfile, argument
64 if (file != lastfile)
94 const char *lastfile = NULL; local
137 if (!file_matches (lastfile, match_file_len, match_file,
H A Ddwarf_getsrc_file.c83 unsigned int lastfile = UINT_MAX; local
89 if (lastfile != line->file)
91 lastfile = line->file;
92 if (lastfile >= line->files->nfiles)
99 const char *fname2 = line->files->info[lastfile].name;
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c82 const char *lastfile = NULL; local
96 if (file != lastfile)
99 lastfile = file;

Completed in 592 milliseconds