Searched refs:last_file (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c193 #define report() do_report(dwfl, &last_file, low, high)
200 char *last_file = NULL; local
237 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0
247 if (last_file != NULL
251 if (strcmp (last_file, file) != 0)
262 last_file = strdup (file);
/external/swiftshader/src/OpenGL/compiler/
H A DDiagnostics.cpp64 sourceLoc.first_file = sourceLoc.last_file = loc.file;
H A DCommon.h28 int last_file; member in struct:TSourceLoc
H A Dglslang_tab.cpp348 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
352 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
354 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
H A Dglslang.y112 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
116 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
118 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
H A Dglslang.l67 yylloc->first_file = yylloc->last_file = yycolumn; \
H A Dintermediate.h269 line.first_file = line.last_file = 0;
H A Dglslang_lex.cpp1059 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/elfutils/src/
H A Dld.c233 static struct usedfiles *last_file; variable in typeref:struct:usedfiles
372 while (last_file != NULL)
374 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
860 last_file->group_end = true;
869 while (last_file != NULL)
871 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
873 last_file = ld_new_inputfile (arg,
879 last_file
[all...]
H A Dreadelf.c6399 const char *last_file = ""; local
6413 last_file = "";
6415 else if (strcmp (last_file, file) != 0)
6419 last_file = file;
/external/fio/engines/
H A Dsync.c31 struct fio_file *last_file; member in struct:syncio_data
227 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &&
241 sd->last_file = io_u->file;
337 f = sd->last_file;
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c145 UInt last_file; member in struct:__anon24522
235 state_machine_regs.last_file = 1;
279 state_machine_regs.last_file),
615 state_machine_regs.last_file),
623 state_machine_regs.last_file = state_machine_regs.file;
643 state_machine_regs.last_file),
651 state_machine_regs.last_file = state_machine_regs.file;

Completed in 290 milliseconds