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

  /external/elfutils/src/
findtextrel.c 89 static int process_file (const char *fname, bool more_than_one);
95 const char *fname, bool more_than_one,
146 const bool more_than_one = remaining + 1 < argc; local
149 result |= process_file (argv[remaining], more_than_one);
200 process_file (const char *fname, bool more_than_one)
449 symscn, dw, fname, more_than_one, &knownsrcs);
472 symscn, dw, fname, more_than_one, &knownsrcs);
508 const char *fname, bool more_than_one, void **knownsrcs)
518 if (more_than_one)
objdump.c 91 static int process_file (const char *fname, bool more_than_one);
161 const bool more_than_one = remaining + 1 < argc; local
164 result |= process_file (argv[remaining], more_than_one);
247 process_file (const char *fname, bool more_than_one)
263 int result = handle_elf (elf, more_than_one ? "" : NULL,
nm.c 128 static int process_file (const char *fname, bool more_than_one);
246 const bool more_than_one = remaining + 1 < argc; local
249 result |= process_file (argv[remaining], more_than_one);
372 process_file (const char *fname, bool more_than_one)
388 int result = handle_elf (fd, elf, more_than_one ? "" : NULL,
    [all...]
  /external/blktrace/
blkparse.c 90 int more_than_one; member in struct:per_process_info
718 ppi->more_than_one = 1;
    [all...]

Completed in 91 milliseconds