Searched refs:more_than_one (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/ |
D | findtextrel.c | 87 static int process_file (const char *fname, bool more_than_one); 93 const char *fname, bool more_than_one, 144 const bool more_than_one = remaining + 1 < argc; in main() local 147 result |= process_file (argv[remaining], more_than_one); in main() 184 process_file (const char *fname, bool more_than_one) in process_file() argument 435 symscn, dw, fname, more_than_one, &knownsrcs); in process_file() 458 symscn, dw, fname, more_than_one, &knownsrcs); in process_file() 494 const char *fname, bool more_than_one, void **knownsrcs) in check_rel() argument 504 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() 235 process_file (const char *fname, bool more_than_one) in process_file() argument 251 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() 358 process_file (const char *fname, bool more_than_one) in process_file() argument 374 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file()
|
/external/blktrace/ |
D | blkparse.c | 90 int more_than_one; member 720 ppi->more_than_one = 1; in find_ppi() 1801 if (ppi->more_than_one) in show_process_stats()
|