HomeSort by relevance Sort by last modified time
    Searched defs:last_file (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
linux-proc-maps.c 134 char *last_file = NULL; local
139 if (last_file != NULL)
141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file,
143 free (last_file);
144 last_file = NULL;
186 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0
196 if (last_file != NULL
200 assert (!strcmp (last_file, file));
210 last_file = strdup (file);
  /external/chromium/net/disk_cache/
disk_format.h 89 int32 last_file; // Last external file created. member in struct:disk_cache::IndexHeader
  /external/elfutils/src/
ld.c 242 static struct usedfiles *last_file; variable in typeref:struct:usedfiles
386 while (last_file != NULL)
388 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
874 last_file->group_end = true;
883 while (last_file != NULL)
885 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
887 last_file = ld_new_inputfile (arg,
893 last_file->group_start = true
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 195 UInt last_file; member in struct:__anon15119
298 state_machine_regs.last_file = 1;
375 state_machine_regs.last_file);
381 lookupDir( state_machine_regs.last_file,
767 state_machine_regs.last_file);
773 lookupDir( state_machine_regs.last_file,
782 state_machine_regs.last_file = state_machine_regs.file;
806 state_machine_regs.last_file );
812 lookupDir( state_machine_regs.last_file,
821 state_machine_regs.last_file = state_machine_regs.file
    [all...]

Completed in 1848 milliseconds