HomeSort by relevance Sort by last modified time
    Searched refs:lastfile (Results 1 - 6 of 6) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_getsrc_file.c 104 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;
dwarf_getscopevar.c 95 const char *lastfile = NULL; local
102 if (file != lastfile)
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc_file.c 98 const char *lastfile = NULL; local
112 if (file != lastfile)
115 lastfile = file;
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 107 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/
stabs-dbgfmt.c 87 const char *lastfile; member in struct:__anon20946
263 if (info->lastfile != info->curfile) {
279 info->lastfile = info->curfile;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 484 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;
    [all...]

Completed in 89 milliseconds