Home
last modified time | relevance | path

Searched refs:ofl_ars_gsandx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c267 isgrp ? ofl->ofl_ars_gsandx : 1, end_arg_ndx)); in ld_rescan_archives()
1449 if (ofl->ofl_ars_gsandx == 0) { in parseopt_pass1()
1450 ofl->ofl_ars_gsandx = ndx; in parseopt_pass1()
1451 } else if (ofl->ofl_ars_gsandx > 0) { in parseopt_pass1()
1457 ofl->ofl_ars_gsandx = -1; in parseopt_pass1()
1461 if (ofl->ofl_ars_gsandx > 0) { in parseopt_pass1()
1462 ofl->ofl_ars_gsandx = 0; in parseopt_pass1()
1463 } else if (ofl->ofl_ars_gsandx == 0) { in parseopt_pass1()
1470 ofl->ofl_ars_gsandx = -1; in parseopt_pass1()
2000 ofl->ofl_ars_gsandx = ndx; in parseopt_pass2()
[all …]
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h269 int ofl_ars_gsandx; /* archive group argv index. 0 means */ member