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

  /external/elfutils/0.153/src/
findtextrel.c 97 static int process_file (const char *fname, bool more_than_one);
103 const char *fname, bool more_than_one,
154 const bool more_than_one = remaining + 1 < argc; local
157 result |= process_file (argv[remaining], more_than_one);
208 process_file (const char *fname, bool more_than_one)
451 symscn, dw, fname, more_than_one, &knownsrcs);
474 symscn, dw, fname, more_than_one, &knownsrcs);
509 const char *fname, bool more_than_one, void **knownsrcs)
519 if (more_than_one)
objdump.c 100 static int process_file (const char *fname, bool more_than_one);
173 const bool more_than_one = remaining + 1 < argc; local
176 result |= process_file (argv[remaining], more_than_one);
259 process_file (const char *fname, bool more_than_one)
275 int result = handle_elf (elf, more_than_one ? "" : NULL,
nm.c 136 static int process_file (const char *fname, bool more_than_one);
257 const bool more_than_one = remaining + 1 < argc; local
260 result |= process_file (argv[remaining], more_than_one);
383 process_file (const char *fname, bool more_than_one)
399 int result = handle_elf (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 67 milliseconds