Home
last modified time | relevance | path

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

/openbsd/usr.bin/unifdef/
H A Dunifdef.c149 #define MAXSYMS 16384 /* maximum number of symbols */ macro
174 static const char *symname[MAXSYMS]; /* symbol name */
175 static const char *value[MAXSYMS]; /* -Dsym=value */
176 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */
1435 if (nsyms >= MAXSYMS) in addsym2()