Home
last modified time | relevance | path

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

12

/openbmc/u-boot/scripts/kconfig/
H A 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 …]
H A Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
113 struct symbol *sym = current_entry->sym; in menu_set_type() local
193 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()
299 struct symbol *sym; in menu_finalize() local
633 struct symbol *sym; in menu_is_visible() local
767 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
776 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
797 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
[all …]
H A 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()
253 struct symbol *sym; in conf_read_simple() local
406 struct symbol *sym; in conf_read() local
484 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
538 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
612 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
625 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 …]
H A Dlkc.h148 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
154 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
164 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
169 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
174 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
179 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
H A Dzconf.y275 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
532 struct symbol *sym; variable
554 for_all_symbols(i, sym) { in for_all_symbols() argument
645 struct symbol *sym = menu->sym; in print_symbol() local
733 struct symbol *sym; in zconfdump() local
H A Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
132 struct symbol *sym = menu->sym; in conf_string() local
165 struct symbol *sym = menu->sym; in conf_sym() local
232 struct symbol *sym, *def_sym; in conf_choice() local
347 struct symbol *sym; in conf() local
414 struct symbol *sym; in check_conf() local
H A Dexpr.h39 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
191 struct symbol *sym; /* the symbol for which the property is associated */ member
203 #define for_all_properties(sym, st, tok) \ argument
206 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
207 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
208 #define for_all_prompts(sym, st) \ argument
232 struct symbol *sym; member
H A Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
843 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
871 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1232 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1242 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
H A Dqconf.cc115 struct symbol* sym; in updateMenu() local
476 struct symbol* sym; in setValue() local
501 struct symbol* sym; in changeValue() local
1082 struct symbol* sym; in menuInfo() local
1136 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1221 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
H A 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
H A Dutil.c37 struct symbol *sym, *env_sym; in file_write_dep() local
H A Dmconf.c468 struct symbol *sym; in build_conf() local
650 struct symbol *sym; in conf() local
/openbmc/u-boot/include/linux/
H A Dkbuild.h9 #define DEFINE(sym, val) \ argument
14 #define OFFSET(sym, str, mem) \ argument
/openbmc/u-boot/common/
H A Dkallsyms.c25 const char *sym, *csym; in symbol_lookup() local
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py45 def do_one_watch(sym, wtype, text): argument
/openbmc/qemu/bsd-user/
H A Delfload.c99 static void bswap_sym(struct elf_sym *sym) in bswap_sym()
119 static void bswap_sym(struct elf_sym *sym) { } in bswap_sym()
355 struct elf_sym *sym = (struct elf_sym *)s1; in symfind() local
376 struct elf_sym *sym; in lookup_symbolxx() local
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dlinux-kernel-image-header-vars.h44 #define DEFINE_IMAGE_LE64(sym, data) \ argument
/openbmc/u-boot/arch/x86/lib/
H A Dbios.h23 #define PTR_TO_REAL_MODE(sym)\ argument
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c37 unsigned sym; /* index of code symbols */ in inflate_table() local
/openbmc/qemu/tests/tcg/plugins/
H A Dmem.c36 const char *sym; member
317 const char *sym = qemu_plugin_insn_symbol(insn); in vcpu_tb_trans() local
/openbmc/qemu/
H A Dqemu-keymap.c47 static void print_sym(xkb_keysym_t sym, uint32_t qcode, const char *mod) in print_sym()
/openbmc/qemu/include/hw/
H A Dboards.h616 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument
619 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument
622 #define _MACHINE_VER_SYM4(sym, prefix, major, minor, _unused_, tag) \ argument
625 #define _MACHINE_VER_SYM5(sym, prefix, major, minor, micro, _unused_, tag) \ argument
628 #define MACHINE_VER_SYM(sym, prefix, ...) \ argument
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c57 const union codeview_symbol *sym; in pdb_find_public_v3_symbol() local
/openbmc/qemu/plugins/
H A Dloader.c183 gpointer sym; in plugin_load() local
/openbmc/qemu/util/
H A Dmodule.c161 void (*sym)(void); in module_load_dso() local

12