Searched refs:more_than_one (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/ |
D | 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; in main() local 149 result |= process_file (argv[remaining], more_than_one); in main() 200 process_file (const char *fname, bool more_than_one) in process_file() argument 449 symscn, dw, fname, more_than_one, &knownsrcs); in process_file() 472 symscn, dw, fname, more_than_one, &knownsrcs); in process_file() 508 const char *fname, bool more_than_one, void **knownsrcs) in check_rel() argument 518 if (more_than_one) in check_rel()
|
D | objdump.c | 91 static int process_file (const char *fname, bool more_than_one); 161 const bool more_than_one = remaining + 1 < argc; in main() local 164 result |= process_file (argv[remaining], more_than_one); in main() 247 process_file (const char *fname, bool more_than_one) in process_file() argument 263 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file()
|
D | nm.c | 128 static int process_file (const char *fname, bool more_than_one); 246 const bool more_than_one = remaining + 1 < argc; in main() local 249 result |= process_file (argv[remaining], more_than_one); in main() 372 process_file (const char *fname, bool more_than_one) in process_file() argument 388 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file()
|
/external/blktrace/ |
D | blkparse.c | 90 int more_than_one; member 718 ppi->more_than_one = 1; in find_ppi() 1754 if (ppi->more_than_one) in show_process_stats()
|