Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dlinux-proc-maps.c193 #define report() do_report(dwfl, &last_file, low, high)
200 char *last_file = NULL; in proc_maps_report() local
237 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0 in proc_maps_report()
247 if (last_file != NULL in proc_maps_report()
251 if (strcmp (last_file, file) != 0) in proc_maps_report()
262 last_file = strdup (file); in proc_maps_report()
/external/elfutils/src/
Dld.c233 static struct usedfiles *last_file; variable
372 while (last_file != NULL) in main()
374 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file); in main()
860 last_file->group_end = true; in parse_opt_2nd()
869 while (last_file != NULL) in parse_opt_2nd()
871 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file); in parse_opt_2nd()
873 last_file = ld_new_inputfile (arg, in parse_opt_2nd()
879 last_file->group_start = true; in parse_opt_2nd()
Dreadelf.c6399 const char *last_file = ""; in print_decoded_line_section() local
6413 last_file = ""; in print_decoded_line_section()
6415 else if (strcmp (last_file, file) != 0) in print_decoded_line_section()
6419 last_file = file; in print_decoded_line_section()
/external/fio/engines/
Dsync.c31 struct fio_file *last_file; member
227 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file && in fio_vsyncio_append()
241 sd->last_file = io_u->file; in fio_vsyncio_set_iov()
337 f = sd->last_file; in fio_vsyncio_commit()
/external/swiftshader/src/OpenGL/compiler/
DDiagnostics.cpp64 sourceLoc.first_file = sourceLoc.last_file = loc.file; in writeInfo()
DCommon.h28 int last_file; member
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; \
Dglslang.l67 yylloc->first_file = yylloc->last_file = yycolumn; \
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; \
Dintermediate.h269 line.first_file = line.last_file = 0; in TIntermNode()
Dglslang_lex.cpp1059 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c145 UInt last_file; member
235 state_machine_regs.last_file = 1; in reset_state_machine()
279 state_machine_regs.last_file), in process_extended_line_op()
615 state_machine_regs.last_file), in read_dwarf2_lineblock()
623 state_machine_regs.last_file = state_machine_regs.file; in read_dwarf2_lineblock()
643 state_machine_regs.last_file), in read_dwarf2_lineblock()
651 state_machine_regs.last_file = state_machine_regs.file; in read_dwarf2_lineblock()