Home | History | Annotate | Download | only in gold

Lines Matching full:no_more_options

1467 // done).  no_more_options is set to true if (and when) "--" is seen
1472 bool* no_more_options)
1474 gold_assert(argv[i][0] == '-' && !(*no_more_options));
1476 // If we are reading "--", then just set no_more_options and return.
1479 *no_more_options = true;
1519 bool no_more_options = false;
1524 if (no_more_options || argv[i][0] != '-')
1533 i = process_one_option(argc, argv, i, &no_more_options);