Home | History | Annotate | Download | only in src

Lines Matching refs:more_than_one

136 static int process_file (const char *fname, bool more_than_one);
257 const bool more_than_one = remaining + 1 < argc;
260 result |= process_file (argv[remaining], more_than_one);
383 process_file (const char *fname, bool more_than_one)
399 int result = handle_elf (elf, more_than_one ? "" : NULL,