HomeSort by relevance Sort by last modified time
    Searched refs:last_file (Results 1 - 24 of 24) 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;
  /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/libvorbis/examples/
frameview.pl 11 my $last_file=undef;
218 -command=>[sub{$fileno+=10;$fileno=$last_file if($fileno>$last_file);
226 -command=>[sub{$fileno+=1;$fileno=$last_file if($fileno>$last_file);
600 $last_file=undef;
608 $last_file=$2 if(!defined($last_file) || $2>$last_file);
621 $fileno=$last_file if($fileno>$last_file)
    [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...]
  /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/bfd/
cofflink.c 927 flaginfo.last_file.n_value = obj_raw_syment_count (abfd);
928 bfd_coff_swap_sym_out (abfd, &flaginfo.last_file,
935 flaginfo.last_file = isym;
996 && (unsigned int) flaginfo.last_file.n_value != obj_raw_syment_count (abfd))
1000 flaginfo.last_file.n_value = obj_raw_syment_count (abfd);
1001 bfd_coff_swap_sym_out (abfd, &flaginfo.last_file,
    [all...]
archive.c 758 bfd_openr_next_archived_file (bfd *archive, bfd *last_file)
768 openr_next_archived_file, (archive, last_file));
772 bfd_generic_openr_next_archived_file (bfd *archive, bfd *last_file)
776 if (!last_file)
780 bfd_size_type size = arelt_size (last_file);
782 filestart = last_file->proxy_origin;
786 Note that last_file->origin can be odd in the case of
    [all...]
libcoff-in.h 492 struct internal_syment last_file; member in struct:coff_final_link_info
coff-alpha.c     [all...]
xcofflink.c 176 struct internal_syment last_file; member in struct:xcoff_final_link_info
    [all...]
coff-ppc.c     [all...]
vms-lib.c     [all...]
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...]
libbfd-in.h 219 (bfd *archive, bfd *last_file);
libbfd.h 224 (bfd *archive, bfd *last_file);
    [all...]
libcoff.h 496 struct internal_syment last_file; member in struct:coff_final_link_info
    [all...]
coff-rs6000.c     [all...]
coff64-rs6000.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 146 UInt last_file; member in struct:__anon25500
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 380 milliseconds