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

/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_file.c104 unsigned int lastfile = UINT_MAX; local
110 if (lastfile != line->file)
112 lastfile = line->file;
113 if (lastfile >= line->files->nfiles)
120 const char *fname2 = line->files->info[lastfile].name;
H A Ddwarf_getscopevar.c95 const char *lastfile = NULL; local
102 if (file != lastfile)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c98 const char *lastfile = NULL; local
112 if (file != lastfile)
115 lastfile = file;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h107 char * lastfile; member in struct:qm_trace
119 (head)->trace.prevfile = (head)->trace.lastfile; \
121 (head)->trace.lastfile = __FILE__; \
126 (elem)->trace.prevfile = (elem)->trace.lastfile; \
128 (elem)->trace.lastfile = __FILE__; \
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c87 const char *lastfile; member in struct:__anon16328
263 if (info->lastfile != info->curfile) {
279 info->lastfile = info->curfile;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c484 unsigned long lastfile; member in struct:dwarf2_line_bc_info
537 if (info->lastfile > 0
538 && dwarf2_filename_equals(&dbgfmt_dwarf2->filenames[info->lastfile-1],
541 info->loc.file = info->lastfile;
552 info->lastfile = i+1;
620 bcinfo.lastfile = 0;

Completed in 2563 milliseconds