Home
last modified time | relevance | path

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

12

/scripts/kconfig/
Dsymbol.c45 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type()
80 struct menu *sym_get_choice_menu(const struct symbol *sym) in sym_get_choice_menu()
108 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
120 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
132 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
148 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
180 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
190 struct symbol *sym; in sym_set_all_changed() local
196 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
286 struct symbol *sym; in sym_calc_choice() local
[all …]
Dmenu.c68 void menu_add_entry(struct symbol *sym) in menu_add_entry()
136 struct symbol *sym = current_entry->sym; in menu_set_type() local
221 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()
297 struct symbol *sym; in _menu_finalize() local
537 struct symbol *sym; in menu_is_visible() local
669 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
690 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
744 struct symbol *sym; in get_relations_str() local
[all …]
Dconf.c134 struct symbol *sym = menu->sym; in randomize_choice_values() local
144 struct symbol *sym = menu->sym; in randomize_choice_values() local
233 struct symbol *sym = menu->sym; in conf_set_all_new_symbols() local
281 struct symbol *sym; in conf_rewrite_tristates() local
291 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
325 struct symbol *sym = menu->sym; in conf_string() local
358 struct symbol *sym = menu->sym; in conf_sym() local
511 struct symbol *sym; in conf() local
576 struct symbol *sym; in check_conf() local
Dconfdata.c237 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
326 struct symbol *sym; in conf_read_simple() local
491 struct symbol *sym; in conf_read() local
610 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol()
638 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig()
643 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
648 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig()
653 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
695 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg()
760 struct symbol *sym; in conf_write_defconfig() local
[all …]
Dlkc.h114 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value()
119 static inline bool sym_is_choice(const struct symbol *sym) in sym_is_choice()
127 static inline bool sym_has_value(const struct symbol *sym) in sym_has_value()
Dinternal.h11 #define for_all_symbols(sym) \ argument
Dparser.y248 struct symbol *sym = sym_lookup(NULL, 0); variable
648 struct symbol *sym = menu->sym; in print_symbol() local
733 struct symbol *sym; in zconfdump() local
Dexpr.c57 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
713 bool expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
741 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
784 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1107 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1117 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
Dexpr.h33 struct symbol * const sym; member
200 #define for_all_properties(sym, st, tok) \ argument
203 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
204 #define for_all_prompts(sym, st) \ argument
230 struct symbol *sym; member
Dqconf.cc94 struct symbol* sym; in updateMenu() local
271 struct symbol *sym; in setModelData() local
490 struct symbol* sym; in setValue() local
515 struct symbol* sym; in changeValue() local
1012 struct symbol* sym; in menuInfo() local
1070 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1152 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
Dmconf.c456 struct symbol *sym; in build_conf() local
758 struct symbol *sym; in conf() local
Dgconf.c748 struct symbol *sym; in renderer_edited() local
770 struct symbol *sym = menu->sym; in change_sym_value() local
1003 struct symbol *sym = menu->sym; in fill_row() local
1218 struct symbol *sym; in update_tree() local
Dqconf.h212 struct symbol *sym; variable
Dnconf.c763 struct symbol *sym; in build_conf() local
1059 struct symbol *sym; in selected_conf() local
/scripts/gendwarfksyms/
Dsymbols.c20 static unsigned int __for_each_addr(struct symbol *sym, symbol_callback_t func, in __for_each_addr()
85 static void set_crc(struct symbol *sym, void *data) in set_crc()
97 void symbol_set_crc(struct symbol *sym, unsigned long crc) in symbol_set_crc()
103 static void set_ptr(struct symbol *sym, void *data) in set_ptr()
108 void symbol_set_ptr(struct symbol *sym, Dwarf_Die *ptr) in symbol_set_ptr()
114 static void set_die(struct symbol *sym, void *data) in set_die()
120 void symbol_set_die(struct symbol *sym, Dwarf_Die *die) in symbol_set_die()
133 struct symbol *sym; in symbol_read_exports() local
164 static void get_symbol(struct symbol *sym, void *arg) in get_symbol()
174 struct symbol *sym = NULL; in symbol_get() local
[all …]
Dtypes.c517 static void expand_symbol(struct symbol *sym, void *arg) in expand_symbol()
/scripts/
Dinsert-sys-cert.c60 struct sym { struct
61 char *name;
62 unsigned long address;
63 unsigned long offset;
64 void *content;
65 int size;
135 Elf_Sym *sym, *symtab_start; in find_elf_symbol() local
Dkallsyms.c41 unsigned char sym[]; member
102 static void check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range()
127 struct sym_entry *sym; in read_symbol() local
259 struct sym_entry *sym; in read_map() local
Drecordmcount.h149 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
191 static unsigned int get_symindex(Elf_Sym const *sym, Elf32_Word const *symtab, in get_symindex()
/scripts/gendwarfksyms/examples/
Dsymbolptr.c20 #define __GENDWARFKSYMS_EXPORT(sym) \ argument
/scripts/genksyms/
Dgenksyms.c155 struct symbol *sym; in find_symbol() local
168 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
188 struct symbol *sym; in __add_symbol() local
465 struct string_list *sym, *def; in read_reference() local
535 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym()
641 struct symbol *sym; in export_symbol() local
820 struct symbol *sym = visited_symbols; in main() local
/scripts/mod/
Dmodpost.c255 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol()
262 struct symbol *sym; in sym_add_unresolved() local
333 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data()
384 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc()
422 Elf_Sym *sym; in parse_elf() local
623 const Elf_Sym *sym, const char *symname) in handle_symbol()
711 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
993 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym()
1078 Elf_Sym *sym) in check_export_symbol()
1147 Elf_Sym *sym, in check_section_mismatch()
[all …]
Dsymsearch.c54 for (Elf_Sym *sym = elf->symtab_start; sym < elf->symtab_stop; sym++) { in symbol_count() local
74 for (Elf_Sym *sym = elf->symtab_start; sym < elf->symtab_stop; sym++) { in symsearch_populate() local
Dmodpost.h127 const Elf_Sym *sym) in get_secindex()
155 static inline bool is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
/scripts/gcc-plugins/
Darm_ssp_per_task_plugin.c14 const char *sym; in arm_pertask_ssp_rtl_execute() local

12