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

/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c197 #define MAXSYMS 4096 /* maximum number of symbols */ macro
217 static const char *symname[MAXSYMS]; /* symbol name */
218 static const char *value[MAXSYMS]; /* -Dsym=value */
219 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */
971 if (nsyms >= MAXSYMS)

Completed in 115 milliseconds