Home | History | Annotate | Download | only in src

Lines Matching refs:only_one

221 static void process_file (int fd, const char *fname, bool only_one);
268 bool only_one = remaining + 1 == argc;
279 process_file (fd, argv[remaining], only_one);
473 check_archive_index (int fd, const char *fname, bool only_one)
484 if (!only_one)
517 only_one;
530 if (!a->only_one)
559 process_file (int fd, const char *fname, bool only_one)
562 check_archive_index (fd, fname, only_one);
599 if (only_one)
601 /* Clear ONLY_ONE if we have multiple modules, from an archive. */
603 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0;
607 struct process_dwflmod_args a = { .fd = fd, .only_one = only_one };