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

  /bionic/libc/bionic/
error.cpp 78 static const char* last_file; local
80 if (last_line == line && last_file != NULL && strcmp(last_file, file) == 0) {
83 last_file = file;
  /external/swiftshader/src/OpenGL/compiler/
Common.h 28 int last_file; member in struct:TSourceLoc
  /external/fio/engines/
sync.c 30 struct fio_file *last_file; member in struct:syncio_data
172 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &&
186 sd->last_file = io_u->file;
282 f = sd->last_file;
  /toolchain/binutils/binutils-2.25/ld/
ldmisc.c 279 static char *last_file = NULL; local
330 || last_file == NULL
334 && filename_cmp (last_file, filename) != 0)
341 if (last_file != NULL)
342 free (last_file);
343 last_file = NULL;
345 last_file = xstrdup (filename);
377 if (last_file != NULL)
379 free (last_file);
380 last_file = NULL
    [all...]
  /external/elfutils/libdwfl/
linux-proc-maps.c 193 #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);
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 515 static char *last_file; local
524 if (last_file != NULL
525 && filename_cmp (last_file, file) == 0)
567 if (last_file != NULL)
568 free (last_file);
569 last_file = xstrdup (file);
listing.c 302 static char *last_file = NULL; local
333 && !(last_file && file && filename_cmp (file, last_file)))
403 last_file = file;
    [all...]
ecoff.c 3764 efdr_t *last_file = file; local
    [all...]
  /external/elfutils/src/
ld.c 233 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->group_start = true
    [all...]
readelf.c 6399 const char *last_file = ""; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 492 struct internal_syment last_file; member in struct:coff_final_link_info
coffgen.c 710 struct internal_syment *last_file = NULL; local
774 if (last_file != NULL)
775 last_file->n_value = native_index;
776 last_file = &(s->u.syment);
    [all...]
libcoff.h 496 struct internal_syment last_file; member in struct:coff_final_link_info
    [all...]
xcofflink.c 176 struct internal_syment last_file; member in struct:xcoff_final_link_info
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 146 UInt last_file; member in struct:__anon35531
237 state_machine_regs.last_file = 1;
283 state_machine_regs.last_file),
641 state_machine_regs.last_file),
649 state_machine_regs.last_file = state_machine_regs.file;
673 state_machine_regs.last_file),
681 state_machine_regs.last_file = state_machine_regs.file;
    [all...]

Completed in 497 milliseconds