Lines Matching refs:only_one
297 static void process_file (int fd, const char *fname, bool only_one);
384 bool only_one = remaining + 1 == argc;
395 process_file (fd, argv[remaining], only_one);
753 check_archive_index (int fd, const char *fname, bool only_one)
764 if (!only_one)
797 bool only_one;
810 if (!a->only_one)
891 process_file (int fd, const char *fname, bool only_one)
894 check_archive_index (fd, fname, only_one);
917 if (only_one)
921 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0;
925 struct process_dwflmod_args a = { .fd = fd, .only_one = only_one };