Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dsymbol.c47 struct symbol *sym; in sym_init() local
202 struct symbol *sym; in sym_set_all_changed() local
313 void sym_calc_value(struct symbol *sym) in sym_calc_value()
464 struct symbol *sym; in sym_clear_all_valid() local
883 struct symbol *sym; in sym_expand_string_value() local
958 struct symbol *sym; member
1053 struct symbol *sym; member
1083 struct symbol *sym, *next_sym; in sym_check_print_recursive() local
1154 struct symbol *sym; in sym_check_expr_deps() local
1223 struct symbol *sym, *sym2; in sym_check_choice_deps() local
[all …]
A Dzconf.y149 struct symbol *sym = sym_lookup($2, 0); variable
163 struct symbol *sym = sym_lookup($2, 0); variable
249 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
498 struct symbol *sym; variable
519 for_all_symbols(i, sym) { in for_all_symbols() argument
610 struct symbol *sym = menu->sym; in print_symbol() local
693 struct symbol *sym; in zconfdump() local
A 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
472 struct symbol *sym; in menu_is_visible() local
606 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
618 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
672 struct symbol *sym; in get_relations_str() local
[all …]
A Dconfdata.c86 struct symbol *sym; in conf_expand_value() local
257 struct symbol *sym; in conf_read_simple() local
412 struct symbol *sym; in conf_read() local
626 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
667 struct symbol *sym; in conf_write_defconfig() local
741 struct symbol *sym; in conf_write() local
843 struct symbol *sym; in conf_split_config() local
952 struct symbol *sym; in conf_write_autoconf() local
1054 struct symbol *sym; in randomize_choice_values() local
1102 struct symbol *sym; in set_all_choice_values() local
[all …]
A 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()
A 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
A 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
A Dexpr.c17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
779 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1163 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1173 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
A Dqconf.cc123 struct symbol* sym; in updateMenu() local
492 struct symbol* sym; in setValue() local
517 struct symbol* sym; in changeValue() local
1018 struct symbol* sym; in menuInfo() local
1072 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info()
1157 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
A Dutil.c37 struct symbol *sym, *env_sym; in file_write_dep() local
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
A Dmconf.c468 struct symbol *sym; in build_conf() local
650 struct symbol *sym; in conf() local
A Dnconf.c735 struct symbol *sym; in build_conf() local
1070 struct symbol *sym; in conf() local
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dtrampoline.S23 #define bootsym_rel(sym, off, opnd...) \ argument
30 #define bootsym_segrel(sym, off) \ argument
A Dhead.S15 #define sym_offs(sym) ((sym) - __XEN_VIRT_START) argument
16 #define sym_esi(sym) sym_offs(sym)(%esi) argument
17 #define sym_fs(sym) %fs:sym_offs(sym) argument
A Dwakeup.S3 #define wakesym(sym) (sym - wakeup_start) argument
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlivepatch_elf.h23 const Elf_Sym *sym; member
32 struct livepatch_elf_sym *sym; /* Array of symbols , allocated by us. */ member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dlivepatch.c138 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_ok()
145 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch_elf.c220 struct livepatch_elf_sym *sym; in elf_get_sym() local
289 const Elf_Sym *sym = elf->sym[i].sym; in livepatch_elf_resolve_symbols() local
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A D32bitbios_support.c106 Elf32_Sym *syms, *sym; in relocate_32bitbios() local
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dlivepatch.c106 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_ok()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dlivepatch.c103 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h93 #define bootsym_phys(sym) \ argument
95 #define bootsym(sym) \ argument
/xen-4.10.0-shim-comet/xen/tools/
A Dsymbols.c42 unsigned char *sym; member
86 char *sym, stype; in read_symbol() local
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dlivepatch.c83 const struct livepatch_elf_sym *sym) in arch_livepatch_symbol_deny()

Completed in 33 milliseconds

12