Searched refs:more_than_one (Results 1 – 3 of 3) sorted by relevance
/third_party/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() 202 process_file (const char *fname, bool more_than_one) in process_file() argument 425 symscn, dw, fname, more_than_one, &knownsrcs); in process_file() 448 symscn, dw, fname, more_than_one, &knownsrcs); in process_file() 484 const char *fname, bool more_than_one, void **knownsrcs) in check_rel() argument 494 if (more_than_one) in check_rel()
|
D | objdump.c | 90 static int process_file (const char *fname, bool more_than_one); 160 const bool more_than_one = remaining + 1 < argc; in main() local 163 result |= process_file (argv[remaining], more_than_one); in main() 234 process_file (const char *fname, bool more_than_one) in process_file() argument 250 int result = handle_elf (elf, more_than_one ? "" : NULL, in process_file()
|
D | nm.c | 127 static int process_file (const char *fname, bool more_than_one); 245 const bool more_than_one = remaining + 1 < argc; in main() local 248 result |= process_file (argv[remaining], more_than_one); in main() 357 process_file (const char *fname, bool more_than_one) in process_file() argument 373 int result = handle_elf (fd, elf, more_than_one ? "" : NULL, in process_file()
|