Searched refs:ofl_ars_gsandx (Results 1 – 2 of 2) sorted by relevance
259 isgrp ? ofl->ofl_ars_gsandx : 1, end_arg_ndx)); in ld_rescan_archives()1407 if (ofl->ofl_ars_gsandx == 0) { in parseopt_pass1()1408 ofl->ofl_ars_gsandx = ndx; in parseopt_pass1()1409 } else if (ofl->ofl_ars_gsandx > 0) { in parseopt_pass1()1415 ofl->ofl_ars_gsandx = -1; in parseopt_pass1()1419 if (ofl->ofl_ars_gsandx > 0) { in parseopt_pass1()1420 ofl->ofl_ars_gsandx = 0; in parseopt_pass1()1421 } else if (ofl->ofl_ars_gsandx == 0) { in parseopt_pass1()1428 ofl->ofl_ars_gsandx = -1; in parseopt_pass1()1893 ofl->ofl_ars_gsandx = ndx; in parseopt_pass2()[all …]
267 int ofl_ars_gsandx; /* archive group argv index. 0 means */ member