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

/linux-master/scripts/
H A Dunifdef.c148 #define MAXSYMS 4096 /* maximum number of symbols */ macro
177 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)

Completed in 108 milliseconds