Searched refs:MAXSYMS (Results 1 – 1 of 1) sorted by relevance
148 #define MAXSYMS 4096 /* maximum number of symbols */ macro177 static const char *symname[MAXSYMS]; /* symbol name */178 static const char *value[MAXSYMS]; /* -Dsym=value */179 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */1161 if (nsyms >= MAXSYMS) in addsym()