Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 24 of 24) sorted by relevance

/scripts/kconfig/
Dsymbol.c38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init() local
63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
139 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
155 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
189 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
[all …]
Dzconf.y169 struct symbol *sym = sym_lookup($2, 0); variable
183 struct symbol *sym = sym_lookup($2, 0); variable
269 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
512 struct symbol *sym; variable
534 for_all_symbols(i, sym) { in for_all_symbols() argument
625 struct symbol *sym = menu->sym; in print_symbol() local
708 struct symbol *sym; in zconfdump() local
Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
114 struct symbol *sym = current_entry->sym; in menu_set_type() local
194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
232 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
285 struct symbol *sym; in menu_finalize() local
473 struct symbol *sym; in menu_is_visible() local
607 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
619 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
673 struct symbol *sym; in get_relations_str() local
[all …]
Dconfdata.c86 struct symbol *sym; in conf_expand_value() local
126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
257 struct symbol *sym; in conf_read_simple() local
409 struct symbol *sym; in conf_read() local
486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
627 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
668 struct symbol *sym; in conf_write_defconfig() local
742 struct symbol *sym; in conf_write() local
[all …]
Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
152 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
162 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
167 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
172 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
177 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
135 struct symbol *sym = menu->sym; in conf_string() local
168 struct symbol *sym = menu->sym; in conf_sym() local
237 struct symbol *sym, *def_sym; in conf_choice() local
356 struct symbol *sym; in conf() local
422 struct symbol *sym; in check_conf() local
Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
758 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
786 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
815 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1170 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1180 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
Dexpr.h39 struct symbol *sym; member
90 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument
146 struct symbol *sym; /* the symbol for which the property is associated */ member
158 #define for_all_properties(sym, st, tok) \ argument
161 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
162 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
163 #define for_all_prompts(sym, st) \ argument
171 struct symbol *sym; member
Dqconf.cc107 struct symbol* sym; in updateMenu() local
468 struct symbol* sym; in setValue() local
493 struct symbol* sym; in changeValue() local
1074 struct symbol* sym; in menuInfo() local
1128 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1213 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
Dutil.c37 struct symbol *sym, *env_sym; in file_write_dep() local
Dgconf.c787 struct symbol *sym; in renderer_edited() local
808 struct symbol *sym = menu->sym; in change_sym_value() local
1040 struct symbol *sym = menu->sym; in fill_row() local
1255 struct symbol *sym; in update_tree() local
1336 struct symbol *sym; in display_tree() local
Dmconf.c468 struct symbol *sym; in build_conf() local
650 struct symbol *sym; in conf() local
Dnconf.c735 struct symbol *sym; in build_conf() local
1070 struct symbol *sym; in conf() local
Dqconf.h266 struct symbol *sym; variable
/scripts/genksyms/
Dgenksyms.c169 struct symbol *sym; in find_symbol() local
182 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
202 struct symbol *sym; in __add_symbol() local
472 struct string_list *sym, *def; in read_reference() local
542 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym()
648 struct symbol *sym; in export_symbol() local
850 struct symbol *sym = visited_symbols; in main() local
/scripts/mod/
Dmodpost.c411 Elf_Sym *sym; in parse_elf() local
608 Elf_Sym *sym, const char *symname) in handle_modversions()
754 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
783 static int match(const char *sym, const char * const pat[]) in match()
1227 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1246 Elf_Sym *sym; in find_elf_symbol() local
1290 Elf_Sym *sym; in find_elf_symbol2() local
1352 static int is_function(Elf_Sym *sym) in is_function()
1531 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) in default_mismatch_handler()
1607 Elf_Rela* r, Elf_Sym* sym, in report_extable_warnings()
[all …]
Dmodpost.h164 const Elf_Sym *sym) in get_secindex()
Dfile2alias.c1261 Elf_Sym *sym, const char *symname) in handle_moddevtable()
/scripts/
Ddocproc.c82 static void consume_symbol(const char *sym) in consume_symbol()
154 static void add_new_symbol(struct symfile *sym, char * symname) in add_new_symbol()
198 struct symfile *sym; in find_export_symbols() local
269 struct symfile * sym = &symfilelist[i]; in docfunctions() local
Dkallsyms.c36 unsigned char *sym; member
91 static int check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range()
115 char *sym, stype; in read_symbol() local
Dsortextable.h100 Elf_Sym *sym; in do_func() local
Drecordmcount.c417 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
Dunifdef.c829 int sym; in eval_unary() local
1154 addsym(bool ignorethis, bool definethis, char *sym) in addsym()
Drecordmcount.h135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()