Lines Matching refs:only_one
244 static void process_file (int fd, const char *fname, bool only_one);
291 bool only_one = remaining + 1 == argc; in main() local
302 process_file (fd, argv[remaining], only_one); in main()
635 check_archive_index (int fd, const char *fname, bool only_one) in check_archive_index() argument
646 if (!only_one) in check_archive_index()
679 bool only_one; member
692 if (!a->only_one) in process_dwflmod()
735 process_file (int fd, const char *fname, bool only_one) in process_file() argument
738 check_archive_index (fd, fname, only_one); in process_file()
790 if (only_one) in process_file()
794 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0; in process_file()
798 struct process_dwflmod_args a = { .fd = fd, .only_one = only_one }; in process_file()