Home | History | Annotate | Download | only in src

Lines Matching refs:more_than_one

124 static int process_file (const char *fname, bool more_than_one);
237 const bool more_than_one = remaining + 1 < argc;
240 result |= process_file (argv[remaining], more_than_one);
357 process_file (const char *fname, bool more_than_one)
373 int result = handle_elf (elf, more_than_one ? "" : NULL,