Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
H A 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()
H A 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()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c86 const char *lastfile = NULL; in dwfl_module_getsrc_file() local
102 if (file != lastfile) in dwfl_module_getsrc_file()
105 lastfile = file; in dwfl_module_getsrc_file()
/third_party/FreeBSD/sys/sys/
H A Dqueue.h123 const char *lastfile; member
134 (head)->trace.prevfile = (head)->trace.lastfile; \
136 (head)->trace.lastfile = __FILE__; \
141 (elem)->trace.prevfile = (elem)->trace.lastfile; \
143 (elem)->trace.lastfile = __FILE__; \
/third_party/python/Lib/
H A Dtrace.py226 lastfile = lastcfile = ""
229 if pfile != lastfile:
232 lastfile = pfile

Completed in 4 milliseconds