| /scripts/kconfig/ |
| D | symbol.c | 44 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 76 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 85 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 97 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 109 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() 125 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 157 static void sym_set_changed(struct symbol *sym) in sym_set_changed() 170 struct symbol *sym; in sym_set_all_changed() local 177 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility() 246 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default() [all …]
|
| D | lkc.h | 116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 122 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 127 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 132 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 137 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 142 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
| D | parser.y | 231 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 480 struct symbol *sym; variable 505 for_all_symbols(i, sym) { in for_all_symbols() argument 582 struct symbol *sym = menu->sym; in print_symbol() local 674 struct symbol *sym; in zconfdump() local
|
| D | menu.c | 48 void menu_add_entry(struct symbol *sym) in menu_add_entry() 115 struct symbol *sym = current_entry->sym; in menu_set_type() local 210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 221 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 288 struct symbol *sym; in menu_finalize() local 618 struct symbol *sym; in menu_is_visible() local 766 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 787 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 840 struct symbol *sym; in get_relations_str() local [all …]
|
| D | conf.c | 119 struct symbol *sym; in randomize_choice_values() local 173 struct symbol *sym, *csym; in conf_set_all_new_symbols() local 306 struct symbol *sym; in conf_rewrite_tristates() local 317 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 351 struct symbol *sym = menu->sym; in conf_string() local 384 struct symbol *sym = menu->sym; in conf_sym() local 451 struct symbol *sym, *def_sym; in conf_choice() local 566 struct symbol *sym; in conf() local 633 struct symbol *sym; in check_conf() local
|
| D | confdata.c | 226 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 350 struct symbol *sym; in conf_read_simple() local 544 struct symbol *sym; in conf_read() local 690 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol() 718 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig() 723 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf() 728 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig() 733 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c() 775 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg() 840 struct symbol *sym; in conf_write_defconfig() local [all …]
|
| D | expr.c | 18 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 822 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 850 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 893 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1201 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1211 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
| D | expr.h | 39 struct symbol *sym; member 134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument 202 #define for_all_properties(sym, st, tok) \ argument 205 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 206 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 207 #define for_all_prompts(sym, st) \ argument 231 struct symbol *sym; member
|
| D | qconf.cc | 93 struct symbol* sym; in updateMenu() local 270 struct symbol *sym; in setModelData() local 489 struct symbol* sym; in setValue() local 514 struct symbol* sym; in changeValue() local 1011 struct symbol* sym; in menuInfo() local 1069 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1160 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
| D | gconf.c | 780 struct symbol *sym; in renderer_edited() local 801 struct symbol *sym = menu->sym; in change_sym_value() local 1033 struct symbol *sym = menu->sym; in fill_row() local 1252 struct symbol *sym; in update_tree() local 1333 struct symbol *sym; in display_tree() local
|
| D | mconf.c | 506 struct symbol *sym; in build_conf() local 842 struct symbol *sym; in conf() local
|
| D | qconf.h | 212 struct symbol *sym; variable
|
| D | nconf.c | 810 struct symbol *sym; in build_conf() local 1147 struct symbol *sym; in selected_conf() local
|
| /scripts/ |
| D | insert-sys-cert.c | 60 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
|
| D | kallsyms.c | 41 unsigned char sym[]; member 105 static void check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range() 130 struct sym_entry *sym; in read_symbol() local 260 struct sym_entry *sym; in read_map() local
|
| D | recordmcount.h | 149 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()
|
| D | sorttable.h | 270 Elf_Sym *sym; in do_sort() local
|
| D | recordmcount.c | 504 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
| D | unifdef.c | 829 int sym; in eval_unary() local 1154 addsym(bool ignorethis, bool definethis, char *sym) in addsym()
|
| /scripts/genksyms/ |
| D | genksyms.c | 157 struct symbol *sym; in find_symbol() local 170 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol() 190 struct symbol *sym; in __add_symbol() local 460 struct string_list *sym, *def; in read_reference() local 530 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym() 636 struct symbol *sym; in export_symbol() local 833 struct symbol *sym = visited_symbols; in main() local
|
| /scripts/mod/ |
| D | modpost.c | 261 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol() 272 struct symbol *sym; in sym_add_unresolved() local 344 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 392 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc() 430 Elf_Sym *sym; in parse_elf() local 627 const Elf_Sym *sym, const char *symname) in handle_symbol() 715 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 1056 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym() 1133 Elf_Sym *sym) in check_export_symbol() 1202 Elf_Sym *sym, in check_section_mismatch() [all …]
|
| D | symsearch.c | 54 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
|
| D | modpost.h | 138 const Elf_Sym *sym) in get_secindex() 166 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
|
| D | file2alias.c | 1567 Elf_Sym *sym, const char *symname) in handle_moddevtable()
|
| /scripts/gcc-plugins/ |
| D | arm_ssp_per_task_plugin.c | 14 const char *sym; in arm_pertask_ssp_rtl_execute() local
|