Searched refs:OPTION_COUNT (Results 1 – 2 of 2) sorted by relevance
530 #define OPTION_COUNT ARRAY_SIZE (ld_options) macro545 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2); in parse_args()547 xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1)); in parse_args()549 malloc (sizeof (*really_longopts) * (OPTION_COUNT + 1)); in parse_args()559 for (i = 0; i < OPTION_COUNT; i++) in parse_args()1676 for (i = 0; i < OPTION_COUNT; i++) in help()1710 while (j < OPTION_COUNT && ld_options[j].doc == NULL); in help()1739 while (j < OPTION_COUNT && ld_options[j].doc == NULL); in help()
1823 * lexsup.c (OPTION_COUNT): Likewise.