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

/external/elfutils/src/libdw/
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;
H A Ddwarf_getscopevar.c74 const char *lastfile = NULL; local
81 if (file != lastfile)
/external/elfutils/src/libdwfl/
H A Ddwfl_module_getsrc_file.c77 const char *lastfile = NULL; local
91 if (file != lastfile)
94 lastfile = file;

Completed in 91 milliseconds