Home | History | Annotate | Download | only in src

Lines Matching defs:only_one

204 static void process_file (int fd, const char *fname, bool only_one);
249 bool only_one = remaining + 1 == argc;
260 process_file (fd, argv[remaining], only_one);
427 check_archive_index (int fd, const char *fname, bool only_one)
438 if (!only_one)
471 bool only_one;
484 if (!a->only_one)
513 process_file (int fd, const char *fname, bool only_one)
516 check_archive_index (fd, fname, only_one);
552 if (only_one)
554 /* Clear ONLY_ONE if we have multiple modules, from an archive. */
556 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0;
560 struct process_dwflmod_args a = { .fd = fd, .only_one = only_one };