Searched refs:MAXSYMS (Results 1 – 1 of 1) sorted by relevance
149 #define MAXSYMS 16384 /* maximum number of symbols */ macro174 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()