Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getsrc_file.c83 unsigned int lastfile = UINT_MAX; in dwarf_getsrc_file() local
89 if (lastfile != line->file) in dwarf_getsrc_file()
91 lastfile = line->file; in dwarf_getsrc_file()
92 if (lastfile >= line->files->nfiles) in dwarf_getsrc_file()
99 const char *fname2 = line->files->info[lastfile].name; in dwarf_getsrc_file()
Ddwarf_getscopevar.c56 file_matches (const char *lastfile, in file_matches() argument
64 if (file != lastfile) in file_matches()
94 const char *lastfile = NULL; in dwarf_getscopevar() local
137 if (!file_matches (lastfile, match_file_len, match_file, in dwarf_getscopevar()
/external/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c82 const char *lastfile = NULL; in dwfl_module_getsrc_file() local
96 if (file != lastfile) in dwfl_module_getsrc_file()
99 lastfile = file; in dwfl_module_getsrc_file()
/external/python/cpython2/Lib/
Dtrace.py284 lastfile = lastcfile = ""
286 if pfile != lastfile:
289 lastfile = pfile
/external/python/cpython3/Lib/
Dtrace.py242 lastfile = lastcfile = ""
245 if pfile != lastfile:
248 lastfile = pfile
/external/mesa3d/scripts/
Dget_reviewer.pl459 my $lastfile;
477 $lastfile = $filename;
482 push(@range, "$lastfile:$1:$2");