Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 51) sorted by relevance

123

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c15 struct symbol symbol_yes = {
33 struct symbol *sym_defconfig_list;
34 struct symbol *modules_sym;
39 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
48 struct symbol *sym; in sym_init()
64 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
98 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
107 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
116 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
128 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
[all …]
H A Dlkc.h110 void menu_add_entry(struct symbol *sym);
117 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
148 void sym_set_changed(struct symbol *sym);
149 struct symbol *sym_choice_default(struct symbol *sym);
150 const char *sym_get_string_default(struct symbol *sym);
151 struct symbol *sym_check_deps(struct symbol *sym);
152 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
153 struct symbol *prop_get_symbol(struct property *prop);
154 struct property *sym_get_env_prop(struct symbol *sym);
156 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
[all …]
H A Dlkc_proto.h24 P(get_symbol_str, void, (struct gstr *r, struct symbol *sym));
25 P(get_relations_str, struct gstr, (struct symbol **sym_arr));
29 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
31 P(sym_lookup,struct symbol *,(const char *name, int flags));
32 P(sym_find,struct symbol *,(const char *name));
34 P(sym_re_search,struct symbol **,(const char *pattern));
36 P(sym_calc_value,void,(struct symbol *sym));
37 P(sym_get_type,enum symbol_type,(struct symbol *sym));
38 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
39 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
[all …]
H A Dzconf.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
45 struct symbol *symbol; member
87 %type <symbol> symbol
149 struct symbol *sym = sym_lookup($2, 0);
163 struct symbol *sym = sym_lookup($2, 0);
219 config_option: T_RANGE symbol symbol if_expr T_EOL
249 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
474 expr: symbol { $$ = expr_alloc_symbol($1); }
475 | symbol T_EQUAL symbol { $$ = expr_alloc_comp(E_EQUAL, $1, $3); }
476 | symbol T_UNEQUAL symbol { $$ = expr_alloc_comp(E_UNEQUAL, $1, $3); }
[all …]
H A Dexpr.h35 struct symbol *sym;
73 struct symbol { struct
74 struct symbol *next; argument
136 struct symbol *sym; /* the symbol for which the property is associated */
161 struct symbol *sym;
181 extern struct symbol symbol_yes, symbol_no, symbol_mod;
182 extern struct symbol *modules_sym;
183 extern struct symbol *sym_defconfig_list;
185 struct expr *expr_alloc_symbol(struct symbol *sym);
188 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
[all …]
H A Dconfdata.c80 struct symbol *sym; in conf_expand_value()
120 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
187 struct symbol *sym; in conf_read_simple()
315 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple()
343 struct symbol *sym, *choice_sym; in conf_read()
443 static void conf_write_symbol(struct symbol *sym, FILE *out, bool write_no) in conf_write_symbol()
484 struct symbol *sym; in conf_write_defconfig()
523 struct symbol *cs; in conf_write_defconfig()
524 struct symbol *ds; in conf_write_defconfig()
558 struct symbol *sym; in conf_write()
[all …]
H A Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
114 struct symbol *sym = current_entry->sym; in menu_set_type()
180 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
206 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
212 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
215 struct symbol *sym2; in sym_check_prop()
265 struct symbol *sym; in menu_finalize()
313 struct symbol *es = prop_get_symbol(prop); in menu_finalize()
436 struct symbol *sym; in menu_is_visible()
541 void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str()
[all …]
H A Dzconf.tab.c107 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
188 struct symbol *symbol; member
1670 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0);
1688 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0);
1748 …menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[(2) - (5)].symbol), (yyvsp[(3) - (5)].symbol
1778 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE);
1985 { (yyval.expr) = expr_alloc_symbol((yyvsp[(1) - (1)].symbol)); ;}
1990 …{ (yyval.expr) = expr_alloc_comp(E_EQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol)); ;}
1995 …{ (yyval.expr) = expr_alloc_comp(E_UNEQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol));…
2020 { (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), 0); free((yyvsp[(1) - (1)].string)); ;}
[all …]
H A Dzconf.tab.c_shipped107 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
140 /* Put the tokens into the symbol table, so that GDB and other debuggers
188 struct symbol *symbol;
434 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
441 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
477 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
554 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
574 "end", "nl", "if_expr", "expr", "symbol", "word_opt", 0
590 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
772 symbol of state STATE-NUM. */
[all …]
H A Dexpr.c15 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
354 struct symbol *sym1, *sym2; in expr_join_or()
418 struct symbol *sym1, *sym2; in expr_join_and()
778 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
802 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1058 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print() argument
1130 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1140 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
H A Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
132 struct symbol *sym = menu->sym; in conf_string()
164 struct symbol *sym = menu->sym; in conf_sym()
233 struct symbol *sym, *def_sym; in conf_choice()
351 struct symbol *sym; in conf()
416 struct symbol *sym; in check_conf()
H A Dmconf.c306 struct symbol **sym_arr; in search_conf()
340 struct symbol *sym; in build_conf()
402 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
520 struct symbol *sym; in conf()
647 struct symbol *active; in conf_choice()
H A Dqconf.h270 QString debug_info(struct symbol *sym);
272 static void expr_print_help(void *data, struct symbol *sym, const char *str);
276 struct symbol *sym;
298 struct symbol **result;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c39 static struct symbol *symtab[HASH_BUCKETS];
53 static struct symbol *expansion_trail;
54 static struct symbol *visited_symbols;
166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
169 struct symbol *sym; in find_symbol()
182 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
202 struct symbol *sym; in __add_symbol()
278 struct symbol **psym; in __add_symbol()
321 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
[all …]
H A Dgenksyms.h43 struct symbol { struct
44 struct symbol *hash_next; argument
48 struct symbol *expansion_trail; argument
49 struct symbol *visited; argument
62 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
63 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dparse.c_shipped129 /* Put the tokens into the symbol table, so that GDB and other debuggers
416 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
423 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
459 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
542 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
590 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
822 symbol of state STATE-NUM. */
888 the previous symbol: RHS[0] (always defined). */
963 | Print this symbol on YYOUTPUT. |
996 | Print this symbol on YYOUTPUT. |
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dasm.h151 #define LEAF(symbol) \ argument
152 .globl symbol; \
154 .type symbol,@function; \
155 .ent symbol,0; \
156 symbol: .frame sp,0,ra
161 #define NESTED(symbol, framesize, rpc) \ argument
162 .globl symbol; \
164 .type symbol,@function; \
165 .ent symbol,0; \
166 symbol: .frame sp, framesize, rpc
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dexport_report.pl32 my ($symbol, $no) = split /\s+/, $sym;
33 printf("\t\t%-25s\n", $symbol);
97 my (undef, $symbol, $module, $gpl) = split;
98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
158 my ($module, $value, $symbol, $gpl) = @{$list};
159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value);
181 foreach my $symbol (@{$list}) {
182 my ($module, $value, undef, $gpl) = @{$SYMBOL{$symbol}};
[all …]
H A Dkallsyms.c383 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol() argument
388 token_profit[ symbol[i] + (symbol[i + 1] << 8) ]++; in learn_symbol()
392 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol() argument
397 token_profit[ symbol[i] + (symbol[i + 1] << 8) ]--; in forget_symbol()
552 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() local
558 if (symbol[0] != '_' || symbol[1] != '_') in may_be_linker_script_provide_symbol()
562 if (!memcmp(symbol + 2, "start_", 6)) in may_be_linker_script_provide_symbol()
566 if (!memcmp(symbol + 2, "stop_", 5)) in may_be_linker_script_provide_symbol()
570 if (!memcmp(symbol + 2, "end_", 4)) in may_be_linker_script_provide_symbol()
574 if (!memcmp(symbol + len - 6, "_start", 6)) in may_be_linker_script_provide_symbol()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c154 struct symbol { struct
155 struct symbol *next; argument
168 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
187 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol()
188 struct symbol *next) in alloc_symbol()
190 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol()
200 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
204 struct symbol *new; in new_symbol()
213 static struct symbol *find_symbol(const char *name) in find_symbol()
215 struct symbol *s; in find_symbol()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dvlc.c332 SyntaxElement symbol, *sym=&symbol; in ue_v() local
376 SyntaxElement symbol, *sym=&symbol; in se_v() local
422 SyntaxElement symbol, *sym=&symbol; in u_1() local
469 SyntaxElement symbol, *sym=&symbol; in u_v() local
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dvlc.c352 SyntaxElement symbol, *sym=&symbol; in ue_v() local
396 SyntaxElement symbol, *sym=&symbol; in se_v() local
442 SyntaxElement symbol, *sym=&symbol; in u_1() local
489 SyntaxElement symbol, *sym=&symbol; in u_v() local
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngconf.h1466 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol argument
1467 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol argument
1513 # define PNG_EXPORT(type,symbol) PNG_FUNCTION_EXPORT symbol END argument
1523 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.tab.c_shipped115 /* Put the tokens into the symbol table, so that GDB and other debuggers
396 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
403 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
436 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
475 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
500 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
586 symbol of state STATE-NUM. */
640 the previous symbol: RHS[0] (always defined). */
715 | Print this symbol on YYOUTPUT. |
748 | Print this symbol on YYOUTPUT. |
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstab.def1 /* Table of DBX symbol codes for the GNU system.
23 To find the address, look in the corresponding external symbol. */
27 To find the address, look in the corresponding external symbol. */
46 /* Global symbol in Pascal.
142 The variables declared inside the block *precede* the N_LBRAC symbol. */
178 /* Second symbol entry containing a length-value for the preceding entry.

123