Searched refs:ld_getopt (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | llib-lld | 43 int ld_getopt(Lm_list *, int, int, char **);
|
H A D | util.c | 400 ld_getopt(Lm_list *lml, int ndx, int argc, char **argv) function
|
H A D | args.c | 984 while ((c = ld_getopt(ofl->ofl_lml, ndx, argc, argv)) != -1) { 1747 while ((c = ld_getopt(ofl->ofl_lml, ndx, argc, argv)) != -1) {
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 301 while ((c = ld_getopt(0, optind, argc, argv)) != -1) {
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1548 extern int ld_getopt(Lm_list *, int, int, char **);
|
Completed in 73 milliseconds