symbol 312 include/acpi/actypes.h #define ACPI_EXPORT_SYMBOL_INIT(symbol) symbol 316 include/acpi/actypes.h #define ACPI_EXPORT_SYMBOL(symbol) symbol 121 include/acpi/platform/aclinux.h #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); symbol 201 include/linux/module.h void *__symbol_get(const char *symbol); symbol 202 include/linux/module.h void *__symbol_get_gpl(const char *symbol); symbol 468 include/linux/module.h void __symbol_put(const char *symbol); symbol 119 include/linux/sh_intc.h #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, \ symbol 121 include/linux/sh_intc.h struct intc_desc symbol __initdata = { \ symbol 127 include/linux/sh_intc.h #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, \ symbol 129 include/linux/sh_intc.h struct intc_desc symbol __initdata = { \ symbol 114 include/net/netfilter/nf_conntrack_helper.h nf_ct_helper_expectfn_find_by_symbol(const void *symbol); symbol 39 scripts/genksyms/genksyms.c static struct symbol *symtab[HASH_BUCKETS]; symbol 53 scripts/genksyms/genksyms.c static struct symbol *expansion_trail; symbol 54 scripts/genksyms/genksyms.c static struct symbol *visited_symbols; symbol 166 scripts/genksyms/genksyms.c struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) symbol 169 scripts/genksyms/genksyms.c struct symbol *sym; symbol 182 scripts/genksyms/genksyms.c static int is_unknown_symbol(struct symbol *sym) symbol 197 scripts/genksyms/genksyms.c static struct symbol *__add_symbol(const char *name, enum symbol_type type, symbol 202 scripts/genksyms/genksyms.c struct symbol *sym; symbol 278 scripts/genksyms/genksyms.c struct symbol **psym; symbol 321 scripts/genksyms/genksyms.c struct symbol *add_symbol(const char *name, enum symbol_type type, symbol 327 scripts/genksyms/genksyms.c static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, symbol 472 scripts/genksyms/genksyms.c struct symbol *subsym; symbol 540 scripts/genksyms/genksyms.c static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) symbol 564 scripts/genksyms/genksyms.c struct symbol *subsym; symbol 632 scripts/genksyms/genksyms.c static struct symbol **end = &visited_symbols; symbol 637 scripts/genksyms/genksyms.c sym->visited = (struct symbol *)-1L; symbol 646 scripts/genksyms/genksyms.c struct symbol *sym; symbol 658 scripts/genksyms/genksyms.c expansion_trail = (struct symbol *)-1L; symbol 665 scripts/genksyms/genksyms.c while (sym != (struct symbol *)-1L) { symbol 666 scripts/genksyms/genksyms.c struct symbol *n = sym->expansion_trail; symbol 847 scripts/genksyms/genksyms.c while (visited_symbols != (struct symbol *)-1L) { symbol 848 scripts/genksyms/genksyms.c struct symbol *sym = visited_symbols; symbol 45 scripts/genksyms/genksyms.h struct symbol *hash_next; symbol 49 scripts/genksyms/genksyms.h struct symbol *expansion_trail; symbol 50 scripts/genksyms/genksyms.h struct symbol *visited; symbol 64 scripts/genksyms/genksyms.h struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); symbol 65 scripts/genksyms/genksyms.h struct symbol *add_symbol(const char *name, enum symbol_type type, symbol 415 scripts/kallsyms.c static void learn_symbol(unsigned char *symbol, int len) symbol 420 scripts/kallsyms.c token_profit[ symbol[i] + (symbol[i + 1] << 8) ]++; symbol 424 scripts/kallsyms.c static void forget_symbol(unsigned char *symbol, int len) symbol 429 scripts/kallsyms.c token_profit[ symbol[i] + (symbol[i + 1] << 8) ]--; symbol 584 scripts/kallsyms.c const char *symbol = (char *)se->sym + 1; symbol 590 scripts/kallsyms.c if (symbol[0] != '_' || symbol[1] != '_') symbol 594 scripts/kallsyms.c if (!memcmp(symbol + 2, "start_", 6)) symbol 598 scripts/kallsyms.c if (!memcmp(symbol + 2, "stop_", 5)) symbol 602 scripts/kallsyms.c if (!memcmp(symbol + 2, "end_", 4)) symbol 606 scripts/kallsyms.c if (!memcmp(symbol + len - 6, "_start", 6)) symbol 610 scripts/kallsyms.c if (!memcmp(symbol + len - 4, "_end", 4)) symbol 84 scripts/kconfig/conf.c static int conf_askvalue(struct symbol *sym, const char *def) symbol 135 scripts/kconfig/conf.c struct symbol *sym = menu->sym; symbol 168 scripts/kconfig/conf.c struct symbol *sym = menu->sym; symbol 237 scripts/kconfig/conf.c struct symbol *sym, *def_sym; symbol 356 scripts/kconfig/conf.c struct symbol *sym; symbol 422 scripts/kconfig/conf.c struct symbol *sym; symbol 80 scripts/kconfig/confdata.c struct symbol *sym; symbol 120 scripts/kconfig/confdata.c static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) symbol 251 scripts/kconfig/confdata.c struct symbol *sym; symbol 380 scripts/kconfig/confdata.c struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); symbol 409 scripts/kconfig/confdata.c struct symbol *sym; symbol 482 scripts/kconfig/confdata.c kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) symbol 536 scripts/kconfig/confdata.c header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) symbol 610 scripts/kconfig/confdata.c tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) symbol 623 scripts/kconfig/confdata.c static void conf_write_symbol(FILE *fp, struct symbol *sym, symbol 664 scripts/kconfig/confdata.c struct symbol *sym; symbol 703 scripts/kconfig/confdata.c struct symbol *cs; symbol 704 scripts/kconfig/confdata.c struct symbol *ds; symbol 738 scripts/kconfig/confdata.c struct symbol *sym; symbol 840 scripts/kconfig/confdata.c struct symbol *sym; symbol 949 scripts/kconfig/confdata.c struct symbol *sym; symbol 1048 scripts/kconfig/confdata.c static bool randomize_choice_values(struct symbol *csym) symbol 1051 scripts/kconfig/confdata.c struct symbol *sym; symbol 1096 scripts/kconfig/confdata.c void set_all_choice_values(struct symbol *csym) symbol 1099 scripts/kconfig/confdata.c struct symbol *sym; symbol 1118 scripts/kconfig/confdata.c struct symbol *sym, *csym; symbol 14 scripts/kconfig/expr.c struct expr *expr_alloc_symbol(struct symbol *sym) symbol 39 scripts/kconfig/expr.c struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) symbol 349 scripts/kconfig/expr.c struct symbol *sym1, *sym2; symbol 413 scripts/kconfig/expr.c struct symbol *sym1, *sym2; symbol 773 scripts/kconfig/expr.c int expr_contains_symbol(struct expr *dep, struct symbol *sym) symbol 797 scripts/kconfig/expr.c bool expr_depends_symbol(struct expr *dep, struct symbol *sym) symbol 877 scripts/kconfig/expr.c struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) symbol 1053 scripts/kconfig/expr.c void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken) symbol 1125 scripts/kconfig/expr.c static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) symbol 1135 scripts/kconfig/expr.c static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) symbol 37 scripts/kconfig/expr.h struct symbol *sym; symbol 76 scripts/kconfig/expr.h struct symbol *next; symbol 144 scripts/kconfig/expr.h struct symbol *sym; /* the symbol for which the property is associated */ symbol 169 scripts/kconfig/expr.h struct symbol *sym; symbol 196 scripts/kconfig/expr.h extern struct symbol symbol_yes, symbol_no, symbol_mod; symbol 197 scripts/kconfig/expr.h extern struct symbol *modules_sym; symbol 198 scripts/kconfig/expr.h extern struct symbol *sym_defconfig_list; symbol 200 scripts/kconfig/expr.h struct expr *expr_alloc_symbol(struct symbol *sym); symbol 203 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); symbol 215 scripts/kconfig/expr.h int expr_contains_symbol(struct expr *dep, struct symbol *sym); symbol 216 scripts/kconfig/expr.h bool expr_depends_symbol(struct expr *dep, struct symbol *sym); symbol 220 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); symbol 811 scripts/kconfig/gconf.c struct symbol *sym; symbol 832 scripts/kconfig/gconf.c struct symbol *sym = menu->sym; symbol 1064 scripts/kconfig/gconf.c struct symbol *sym = menu->sym; symbol 1116 scripts/kconfig/gconf.c struct symbol *def_sym = sym_get_choice_value(sym); symbol 1279 scripts/kconfig/gconf.c struct symbol *sym; symbol 1360 scripts/kconfig/gconf.c struct symbol *sym; symbol 91 scripts/kconfig/lkc.h void set_all_choice_values(struct symbol *csym); symbol 94 scripts/kconfig/lkc.h void (*print_symbol)(FILE *, struct symbol *, const char *, void *); symbol 112 scripts/kconfig/lkc.h void menu_add_entry(struct symbol *sym); symbol 119 scripts/kconfig/lkc.h void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); symbol 152 scripts/kconfig/lkc.h void sym_set_changed(struct symbol *sym); symbol 153 scripts/kconfig/lkc.h struct symbol *sym_choice_default(struct symbol *sym); symbol 154 scripts/kconfig/lkc.h const char *sym_get_string_default(struct symbol *sym); symbol 155 scripts/kconfig/lkc.h struct symbol *sym_check_deps(struct symbol *sym); symbol 156 scripts/kconfig/lkc.h struct property *prop_alloc(enum prop_type type, struct symbol *sym); symbol 157 scripts/kconfig/lkc.h struct symbol *prop_get_symbol(struct property *prop); symbol 158 scripts/kconfig/lkc.h struct property *sym_get_env_prop(struct symbol *sym); symbol 160 scripts/kconfig/lkc.h static inline tristate sym_get_tristate_value(struct symbol *sym) symbol 166 scripts/kconfig/lkc.h static inline struct symbol *sym_get_choice_value(struct symbol *sym) symbol 168 scripts/kconfig/lkc.h return (struct symbol *)sym->curr.val; symbol 171 scripts/kconfig/lkc.h static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) symbol 176 scripts/kconfig/lkc.h static inline bool sym_is_choice(struct symbol *sym) symbol 181 scripts/kconfig/lkc.h static inline bool sym_is_choice_value(struct symbol *sym) symbol 186 scripts/kconfig/lkc.h static inline bool sym_is_optional(struct symbol *sym) symbol 191 scripts/kconfig/lkc.h static inline bool sym_has_value(struct symbol *sym) symbol 25 scripts/kconfig/lkc_proto.h P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head symbol 27 scripts/kconfig/lkc_proto.h P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head symbol 32 scripts/kconfig/lkc_proto.h P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); symbol 34 scripts/kconfig/lkc_proto.h P(sym_lookup,struct symbol *,(const char *name, int flags)); symbol 35 scripts/kconfig/lkc_proto.h P(sym_find,struct symbol *,(const char *name)); symbol 38 scripts/kconfig/lkc_proto.h P(sym_re_search,struct symbol **,(const char *pattern)); symbol 40 scripts/kconfig/lkc_proto.h P(sym_calc_value,void,(struct symbol *sym)); symbol 41 scripts/kconfig/lkc_proto.h P(sym_get_type,enum symbol_type,(struct symbol *sym)); symbol 42 scripts/kconfig/lkc_proto.h P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri)); symbol 43 scripts/kconfig/lkc_proto.h P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri)); symbol 44 scripts/kconfig/lkc_proto.h P(sym_toggle_tristate_value,tristate,(struct symbol *sym)); symbol 45 scripts/kconfig/lkc_proto.h P(sym_string_valid,bool,(struct symbol *sym, const char *newval)); symbol 46 scripts/kconfig/lkc_proto.h P(sym_string_within_range,bool,(struct symbol *sym, const char *str)); symbol 47 scripts/kconfig/lkc_proto.h P(sym_set_string_value,bool,(struct symbol *sym, const char *newval)); symbol 48 scripts/kconfig/lkc_proto.h P(sym_is_changable,bool,(struct symbol *sym)); symbol 49 scripts/kconfig/lkc_proto.h P(sym_get_choice_prop,struct property *,(struct symbol *sym)); symbol 50 scripts/kconfig/lkc_proto.h P(sym_get_default_prop,struct property *,(struct symbol *sym)); symbol 51 scripts/kconfig/lkc_proto.h P(sym_get_string_value,const char *,(struct symbol *sym)); symbol 57 scripts/kconfig/lkc_proto.h P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken)); symbol 392 scripts/kconfig/mconf.c struct symbol **sym_arr; symbol 467 scripts/kconfig/mconf.c struct symbol *sym; symbol 530 scripts/kconfig/mconf.c struct symbol *def_sym = sym_get_choice_value(sym); symbol 649 scripts/kconfig/mconf.c struct symbol *sym; symbol 801 scripts/kconfig/mconf.c struct symbol *active; symbol 47 scripts/kconfig/menu.c void menu_add_entry(struct symbol *sym) symbol 114 scripts/kconfig/menu.c struct symbol *sym = current_entry->sym; symbol 194 scripts/kconfig/menu.c void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) symbol 226 scripts/kconfig/menu.c static int menu_validate_number(struct symbol *sym, struct symbol *sym2) symbol 232 scripts/kconfig/menu.c static void sym_check_prop(struct symbol *sym) symbol 235 scripts/kconfig/menu.c struct symbol *sym2; symbol 285 scripts/kconfig/menu.c struct symbol *sym; symbol 333 scripts/kconfig/menu.c struct symbol *es = prop_get_symbol(prop); symbol 472 scripts/kconfig/menu.c struct symbol *sym; symbol 606 scripts/kconfig/menu.c static struct property *get_symbol_prop(struct symbol *sym) symbol 618 scripts/kconfig/menu.c void get_symbol_str(struct gstr *r, struct symbol *sym, symbol 670 scripts/kconfig/menu.c struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) symbol 672 scripts/kconfig/menu.c struct symbol *sym; symbol 686 scripts/kconfig/menu.c struct symbol *sym = menu->sym; symbol 691 scripts/kconfig/nconf.c struct symbol **sym_arr; symbol 735 scripts/kconfig/nconf.c struct symbol *sym; symbol 794 scripts/kconfig/nconf.c struct symbol *def_sym = sym_get_choice_value(sym); symbol 1070 scripts/kconfig/nconf.c struct symbol *sym; symbol 1236 scripts/kconfig/nconf.c struct symbol *active; symbol 123 scripts/kconfig/qconf.cc struct symbol* sym; symbol 492 scripts/kconfig/qconf.cc struct symbol* sym; symbol 517 scripts/kconfig/qconf.cc struct symbol* sym; symbol 1018 scripts/kconfig/qconf.cc struct symbol* sym; symbol 1072 scripts/kconfig/qconf.cc QString ConfigInfoView::debug_info(struct symbol *sym) symbol 1157 scripts/kconfig/qconf.cc void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) symbol 1253 scripts/kconfig/qconf.cc struct symbol **p; symbol 271 scripts/kconfig/qconf.h QString debug_info(struct symbol *sym); symbol 273 scripts/kconfig/qconf.h static void expr_print_help(void *data, struct symbol *sym, const char *str); symbol 277 scripts/kconfig/qconf.h struct symbol *sym; symbol 299 scripts/kconfig/qconf.h struct symbol **result; symbol 14 scripts/kconfig/symbol.c struct symbol symbol_yes = { symbol 32 scripts/kconfig/symbol.c struct symbol *sym_defconfig_list; symbol 33 scripts/kconfig/symbol.c struct symbol *modules_sym; symbol 38 scripts/kconfig/symbol.c static void sym_add_default(struct symbol *sym, const char *def) symbol 47 scripts/kconfig/symbol.c struct symbol *sym; symbol 63 scripts/kconfig/symbol.c enum symbol_type sym_get_type(struct symbol *sym) symbol 97 scripts/kconfig/symbol.c struct property *sym_get_choice_prop(struct symbol *sym) symbol 106 scripts/kconfig/symbol.c struct property *sym_get_env_prop(struct symbol *sym) symbol 115 scripts/kconfig/symbol.c struct property *sym_get_default_prop(struct symbol *sym) symbol 127 scripts/kconfig/symbol.c static struct property *sym_get_range_prop(struct symbol *sym) symbol 139 scripts/kconfig/symbol.c static long long sym_get_range_val(struct symbol *sym, int base) symbol 155 scripts/kconfig/symbol.c static void sym_validate_range(struct symbol *sym) symbol 189 scripts/kconfig/symbol.c static void sym_calc_visibility(struct symbol *sym) symbol 235 scripts/kconfig/symbol.c struct symbol *sym_choice_default(struct symbol *sym) symbol 237 scripts/kconfig/symbol.c struct symbol *def_sym; symbol 261 scripts/kconfig/symbol.c static struct symbol *sym_calc_choice(struct symbol *sym) symbol 263 scripts/kconfig/symbol.c struct symbol *def_sym; symbol 293 scripts/kconfig/symbol.c void sym_calc_value(struct symbol *sym) symbol 397 scripts/kconfig/symbol.c struct symbol *ds = prop_get_symbol(prop); symbol 423 scripts/kconfig/symbol.c struct symbol *choice_sym; symbol 444 scripts/kconfig/symbol.c struct symbol *sym; symbol 454 scripts/kconfig/symbol.c void sym_set_changed(struct symbol *sym) symbol 467 scripts/kconfig/symbol.c struct symbol *sym; symbol 474 scripts/kconfig/symbol.c bool sym_tristate_within_range(struct symbol *sym, tristate val) symbol 493 scripts/kconfig/symbol.c bool sym_set_tristate_value(struct symbol *sym, tristate val) symbol 509 scripts/kconfig/symbol.c struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); symbol 529 scripts/kconfig/symbol.c tristate sym_toggle_tristate_value(struct symbol *sym) symbol 552 scripts/kconfig/symbol.c bool sym_string_valid(struct symbol *sym, const char *str) symbol 595 scripts/kconfig/symbol.c bool sym_string_within_range(struct symbol *sym, const char *str) symbol 637 scripts/kconfig/symbol.c bool sym_set_string_value(struct symbol *sym, const char *newval) symbol 693 scripts/kconfig/symbol.c const char *sym_get_string_default(struct symbol *sym) symbol 696 scripts/kconfig/symbol.c struct symbol *ds; symbol 760 scripts/kconfig/symbol.c const char *sym_get_string_value(struct symbol *sym) symbol 784 scripts/kconfig/symbol.c bool sym_is_changable(struct symbol *sym) symbol 798 scripts/kconfig/symbol.c struct symbol *sym_lookup(const char *name, int flags) symbol 800 scripts/kconfig/symbol.c struct symbol *symbol; symbol 814 scripts/kconfig/symbol.c for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { symbol 815 scripts/kconfig/symbol.c if (symbol->name && symbol 816 scripts/kconfig/symbol.c !strcmp(symbol->name, name) && symbol 817 scripts/kconfig/symbol.c (flags ? symbol->flags & flags symbol 818 scripts/kconfig/symbol.c : !(symbol->flags & (SYMBOL_CONST|SYMBOL_CHOICE)))) symbol 819 scripts/kconfig/symbol.c return symbol; symbol 827 scripts/kconfig/symbol.c symbol = xmalloc(sizeof(*symbol)); symbol 828 scripts/kconfig/symbol.c memset(symbol, 0, sizeof(*symbol)); symbol 829 scripts/kconfig/symbol.c symbol->name = new_name; symbol 830 scripts/kconfig/symbol.c symbol->type = S_UNKNOWN; symbol 831 scripts/kconfig/symbol.c symbol->flags |= flags; symbol 833 scripts/kconfig/symbol.c symbol->next = symbol_hash[hash]; symbol 834 scripts/kconfig/symbol.c symbol_hash[hash] = symbol; symbol 836 scripts/kconfig/symbol.c return symbol; symbol 839 scripts/kconfig/symbol.c struct symbol *sym_find(const char *name) symbol 841 scripts/kconfig/symbol.c struct symbol *symbol = NULL; symbol 856 scripts/kconfig/symbol.c for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { symbol 857 scripts/kconfig/symbol.c if (symbol->name && symbol 858 scripts/kconfig/symbol.c !strcmp(symbol->name, name) && symbol 859 scripts/kconfig/symbol.c !(symbol->flags & SYMBOL_CONST)) symbol 863 scripts/kconfig/symbol.c return symbol; symbol 884 scripts/kconfig/symbol.c struct symbol *sym; symbol 959 scripts/kconfig/symbol.c struct symbol *sym; symbol 993 scripts/kconfig/symbol.c struct symbol **sym_re_search(const char *pattern) symbol 995 scripts/kconfig/symbol.c struct symbol *sym, **sym_arr = NULL; symbol 1031 scripts/kconfig/symbol.c sym_arr = malloc((cnt+1) * sizeof(struct symbol)); symbol 1054 scripts/kconfig/symbol.c struct symbol *sym; symbol 1059 scripts/kconfig/symbol.c static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) symbol 1081 scripts/kconfig/symbol.c static void sym_check_print_recursive(struct symbol *last_sym) symbol 1084 scripts/kconfig/symbol.c struct symbol *sym, *next_sym; symbol 1153 scripts/kconfig/symbol.c static struct symbol *sym_check_expr_deps(struct expr *e) symbol 1155 scripts/kconfig/symbol.c struct symbol *sym; symbol 1184 scripts/kconfig/symbol.c static struct symbol *sym_check_sym_deps(struct symbol *sym) symbol 1186 scripts/kconfig/symbol.c struct symbol *sym2; symbol 1218 scripts/kconfig/symbol.c static struct symbol *sym_check_choice_deps(struct symbol *choice) symbol 1220 scripts/kconfig/symbol.c struct symbol *sym, *sym2; symbol 1255 scripts/kconfig/symbol.c struct symbol *sym_check_deps(struct symbol *sym) symbol 1257 scripts/kconfig/symbol.c struct symbol *sym2; symbol 1289 scripts/kconfig/symbol.c struct property *prop_alloc(enum prop_type type, struct symbol *sym) symbol 1311 scripts/kconfig/symbol.c struct symbol *prop_get_symbol(struct property *prop) symbol 1348 scripts/kconfig/symbol.c struct symbol *sym, *sym2; symbol 37 scripts/kconfig/util.c struct symbol *sym, *env_sym; symbol 104 scripts/kconfig/zconf.tab.c struct symbol *symbol_hash[SYMBOL_HASHSIZE]; symbol 181 scripts/kconfig/zconf.tab.c struct symbol *symbol; symbol 1695 scripts/kconfig/zconf.tab.c struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); symbol 1713 scripts/kconfig/zconf.tab.c struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); symbol 1773 scripts/kconfig/zconf.tab.c menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[(2) - (5)].symbol), (yyvsp[(3) - (5)].symbol)), (yyvsp[(4) - (5)].expr)); symbol 1803 scripts/kconfig/zconf.tab.c struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE); symbol 2010 scripts/kconfig/zconf.tab.c { (yyval.expr) = expr_alloc_symbol((yyvsp[(1) - (1)].symbol)); } symbol 2015 scripts/kconfig/zconf.tab.c { (yyval.expr) = expr_alloc_comp(E_EQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol)); } symbol 2020 scripts/kconfig/zconf.tab.c { (yyval.expr) = expr_alloc_comp(E_UNEQUAL, (yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol)); } symbol 2045 scripts/kconfig/zconf.tab.c { (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), 0); free((yyvsp[(1) - (1)].string)); } symbol 2050 scripts/kconfig/zconf.tab.c { (yyval.symbol) = sym_lookup((yyvsp[(1) - (1)].string), SYMBOL_CONST); free((yyvsp[(1) - (1)].string)); } symbol 2293 scripts/kconfig/zconf.tab.c struct symbol *sym; symbol 2405 scripts/kconfig/zconf.tab.c struct symbol *sym = menu->sym; symbol 2488 scripts/kconfig/zconf.tab.c struct symbol *sym; symbol 29 scripts/kconfig/zconf.y struct symbol *symbol_hash[SYMBOL_HASHSIZE]; symbol 40 scripts/kconfig/zconf.y struct symbol *symbol; symbol 82 scripts/kconfig/zconf.y %type <symbol> symbol symbol 144 scripts/kconfig/zconf.y struct symbol *sym = sym_lookup($2, 0); symbol 158 scripts/kconfig/zconf.y struct symbol *sym = sym_lookup($2, 0); symbol 214 scripts/kconfig/zconf.y config_option: T_RANGE symbol symbol if_expr T_EOL symbol 244 scripts/kconfig/zconf.y struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); symbol 469 scripts/kconfig/zconf.y expr: symbol { $$ = expr_alloc_symbol($1); } symbol 470 scripts/kconfig/zconf.y | symbol T_EQUAL symbol { $$ = expr_alloc_comp(E_EQUAL, $1, $3); } symbol 471 scripts/kconfig/zconf.y | symbol T_UNEQUAL symbol { $$ = expr_alloc_comp(E_UNEQUAL, $1, $3); } symbol 478 scripts/kconfig/zconf.y symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); } symbol 489 scripts/kconfig/zconf.y struct symbol *sym; symbol 601 scripts/kconfig/zconf.y struct symbol *sym = menu->sym; symbol 684 scripts/kconfig/zconf.y struct symbol *sym; symbol 1180 scripts/mod/file2alias.c static bool sym_is(const char *name, unsigned namelen, const char *symbol) symbol 1182 scripts/mod/file2alias.c if (namelen != strlen(symbol)) symbol 1185 scripts/mod/file2alias.c return memcmp(name, symbol, namelen) == 0; symbol 159 scripts/mod/modpost.c struct symbol *next; symbol 172 scripts/mod/modpost.c static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; symbol 191 scripts/mod/modpost.c static struct symbol *alloc_symbol(const char *name, unsigned int weak, symbol 192 scripts/mod/modpost.c struct symbol *next) symbol 194 scripts/mod/modpost.c struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); symbol 204 scripts/mod/modpost.c static struct symbol *new_symbol(const char *name, struct module *module, symbol 208 scripts/mod/modpost.c struct symbol *new; symbol 217 scripts/mod/modpost.c static struct symbol *find_symbol(const char *name) symbol 219 scripts/mod/modpost.c struct symbol *s; symbol 305 scripts/mod/modpost.c static struct symbol *sym_add_exported(const char *name, struct module *mod, symbol 308 scripts/mod/modpost.c struct symbol *s = find_symbol(name); symbol 333 scripts/mod/modpost.c struct symbol *s = find_symbol(name); symbol 1846 scripts/mod/modpost.c struct symbol *s, *exp; symbol 1907 scripts/mod/modpost.c struct symbol *s, *exp; symbol 1958 scripts/mod/modpost.c struct symbol *s; symbol 2060 scripts/mod/modpost.c struct symbol *s; symbol 2098 scripts/mod/modpost.c static int dump_sym(struct symbol *sym) symbol 2110 scripts/mod/modpost.c struct symbol *symbol; symbol 2114 scripts/mod/modpost.c symbol = symbolhash[n]; symbol 2115 scripts/mod/modpost.c while (symbol) { symbol 2116 scripts/mod/modpost.c if (dump_sym(symbol)) symbol 2118 scripts/mod/modpost.c symbol->crc, symbol->name, symbol 2119 scripts/mod/modpost.c symbol->module->name, symbol 2120 scripts/mod/modpost.c export_str(symbol->export)); symbol 2121 scripts/mod/modpost.c symbol = symbol->next; symbol 109 scripts/mod/modpost.h struct symbol *unres;