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

/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c149 #define MAXSYMS 4096 /* maximum number of symbols */ macro
178 static const char *symname[MAXSYMS]; /* symbol name */
179 static const char *value[MAXSYMS]; /* -Dsym=value */
180 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */
1171 if (nsyms >= MAXSYMS)

Completed in 92 milliseconds