/scripts/kconfig/ |
A D | symbol.c | 160 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 192 static void sym_set_changed(struct symbol *sym) in sym_set_changed() 206 struct symbol *sym; in sym_set_all_changed() local 302 struct symbol *sym; in sym_calc_choice() local 406 void sym_calc_value(struct symbol *sym) in sym_calc_value() 535 struct symbol *sym; in sym_clear_all_valid() local 971 struct symbol *sym; member 1007 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local 1066 struct symbol *sym; member 1096 struct symbol *sym, *next_sym; in sym_check_print_recursive() local [all …]
|
A D | confdata.c | 326 struct symbol *sym; in conf_read_simple() local 491 struct symbol *sym; in conf_read() local 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 807 struct symbol *sym; in conf_write() local 964 struct symbol *sym; in conf_touch_deps() local 1042 struct symbol *sym; in __conf_write_autoconf() local [all …]
|
A D | conf.c | 134 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
|
A D | menu.c | 68 void menu_add_entry(struct symbol *sym, enum menu_type type) in menu_add_entry() 137 struct symbol *sym = current_entry->sym; in menu_set_type() local 222 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 227 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 233 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 298 struct symbol *sym; in _menu_finalize() local 538 struct symbol *sym; in menu_is_visible() local 690 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 711 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 765 struct symbol *sym; in get_relations_str() local [all …]
|
A D | lkc.h | 116 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value() 121 static inline bool sym_is_choice(const struct symbol *sym) in sym_is_choice() 129 static inline bool sym_has_value(const struct symbol *sym) in sym_has_value()
|
A D | parser.y | 247 struct symbol *sym = sym_lookup(NULL, 0); variable 630 struct symbol *sym = menu->sym; in print_symbol() local 715 struct symbol *sym; in zconfdump() local
|
A D | internal.h | 11 #define for_all_symbols(sym) \ argument
|
A D | expr.c | 57 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()
|
A D | expr.h | 33 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 241 struct symbol *sym; member
|
A D | qconf.cc | 100 struct symbol* sym; in updateMenu() local 284 struct symbol *sym; in setModelData() local 501 struct symbol* sym; in setValue() local 526 struct symbol* sym; in changeValue() local 1005 struct symbol* sym; in menuInfo() local 1063 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1136 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
A D | mconf.c | 456 struct symbol *sym; in build_conf() local 758 struct symbol *sym; in conf() local
|
A D | qconf.h | 210 struct symbol *sym; variable
|
A D | gconf.c | 154 struct symbol *sym = menu->sym; in set_node() local 666 struct symbol *sym; in renderer_edited() local 688 struct symbol *sym = menu->sym; in change_sym_value() local
|
A D | nconf.c | 763 struct symbol *sym; in build_conf() local 1059 struct symbol *sym; in selected_conf() local
|
/scripts/gendwarfksyms/ |
A D | symbols.c | 85 static void set_crc(struct symbol *sym, void *data) in 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() 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 183 struct symbol *sym; in symbol_for_each() local 252 GElf_Sym *sym; in elf_for_each_global() local 319 struct symbol *sym; in symbol_print_versions() local [all …]
|
A D | types.c | 517 static void expand_symbol(struct symbol *sym, void *arg) in expand_symbol()
|
/scripts/ |
A 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
|
A D | kallsyms.c | 40 unsigned char sym[]; member 96 static void check_symbol_range(const char *sym, unsigned long long addr, in check_symbol_range() 121 struct sym_entry *sym; in read_symbol() local 251 struct sym_entry *sym; in read_map() local
|
A D | sorttable.c | 262 static uint8_t sym32_type(Elf_Sym *sym) in sym32_type() 267 static uint8_t sym_type(Elf_Sym *sym) in sym_type() 889 Elf_Sym *sym, *end_sym; in get_mcount_loc() local 933 Elf_Sym *sym; in do_sort() local
|
A 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()
|
/scripts/genksyms/ |
A D | genksyms.c | 155 struct symbol *sym; in find_symbol() local 169 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol() 232 struct symbol *sym; in __add_symbol() local 464 struct string_list *sym, *def; in read_reference() local 534 static uint32_t expand_and_crc_sym(struct symbol *sym, uint32_t crc) in expand_and_crc_sym() 640 struct symbol *sym; in export_symbol() local 820 struct symbol *sym = visited_symbols; in main() local
|
/scripts/gendwarfksyms/examples/ |
A D | symbolptr.c | 20 #define __GENDWARFKSYMS_EXPORT(sym) \ argument
|
/scripts/mod/ |
A D | modpost.c | 255 struct symbol *sym; in sym_add_unresolved() local 410 Elf_Sym *sym; in parse_elf() local 614 const Elf_Sym *sym, const char *symname) in handle_symbol() 1068 Elf_Sym *sym) in check_export_symbol() 1137 Elf_Sym *sym, in check_section_mismatch() 1495 struct symbol *sym; in extract_crcs_for_object() local 1567 Elf_Sym *sym; in read_symbols() local 1781 struct symbol *sym = find_symbol(name); in handle_white_list_exports() local 1800 struct symbol *sym; in keep_no_trim_symbols() local 1857 struct symbol *sym; in add_exported_symbols() local [all …]
|
A 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
|
A D | modpost.h | 165 const Elf_Sym *sym) in get_secindex() 193 static inline bool is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
|