Searched defs:token (Results 1 - 3 of 3) sorted by relevance

/scripts/kconfig/
H A Dlkc.h61 int token; member in struct:kconf_id
112 void menu_add_option(int token, char *arg);
H A Dmenu.c185 void menu_add_option(int token, char *arg) argument
189 switch (token) {
/scripts/
H A Dkallsyms.c400 /* remove all the invalid symbols from the table and do the initial token count */
417 static void *find_token(unsigned char *str, int len, unsigned char *token) argument
422 if (str[i] == token[0] && str[i+1] == token[1])
428 /* replace a given token in all the valid symbols. Use the sampled symbols
440 /* find the token on the symbol */
459 /* find the token on the symbol */
471 /* search the token with the maximum profit */
501 /* find the token with the breates profit value */
511 /* replace this token i
[all...]

Completed in 185 milliseconds