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

/scripts/genksyms/
H A Dparse.y56 %token ASM_KEYW
57 %token ATTRIBUTE_KEYW
58 %token AUTO_KEYW
59 %token BOOL_KEYW
60 %token CHAR_KEYW
61 %token CONST_KEYW
62 %token DOUBLE_KEYW
63 %token ENUM_KEYW
64 %token EXTERN_KEYW
65 %token EXTENSION_KEY
[all...]
/scripts/dtc/
H A Ddtc-parser.y56 %token DT_V1
57 %token DT_MEMRESERVE
58 %token <propnodename> DT_PROPNODENAME
59 %token <literal> DT_LITERAL
60 %token <cbase> DT_BASE
61 %token <byte> DT_BYTE
62 %token <data> DT_STRING
63 %token <labelref> DT_LABEL
64 %token <labelref> DT_REF
65 %token DT_INCBI
[all...]
/scripts/kconfig/
H A Dzconf.y51 %token <id>T_MAINMENU
52 %token <id>T_MENU
53 %token <id>T_ENDMENU
54 %token <id>T_SOURCE
55 %token <id>T_CHOICE
56 %token <id>T_ENDCHOICE
57 %token <id>T_COMMENT
58 %token <id>T_CONFIG
59 %token <id>T_MENUCONFIG
60 %token <i
[all...]
H A Dlkc.h66 int token; member in struct:kconf_id
118 void menu_add_option(int token, char *arg);
H A Dzconf.l105 return id->token;
138 return id->token;
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 218 milliseconds