Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dlexsup.c90 char shortopt; member
561 if (ld_options[i].shortopt != '\0') in parse_args()
563 shortopts[is] = ld_options[i].shortopt; in parse_args()
1691 if (ld_options[j].shortopt != '\0' in help()
1694 printf ("%s-%c", comma ? ", " : "", ld_options[j].shortopt); in help()