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

  /external/elfutils/libdw/
dwarf_getsrc_file.c 96 unsigned int lastfile = UINT_MAX; local
102 if (lastfile != line->file)
104 lastfile = line->file;
105 if (lastfile >= line->files->nfiles)
112 const char *fname2 = line->files->info[lastfile].name;
dwarf_getscopevar.c 95 const char *lastfile = NULL; local
102 if (file != lastfile)
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 97 const char *lastfile = NULL; local
111 if (file != lastfile)
114 lastfile = file;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 87 const char *lastfile; member in struct:__anon16368
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 284 lastfile = lastcfile = ""
286 if pfile != lastfile:
289 lastfile = pfile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 284 lastfile = lastcfile = ""
286 if pfile != lastfile:
289 lastfile = pfile

Completed in 136 milliseconds