| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | symbol.c | 39 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() 48 struct symbol *sym; in sym_init() local 64 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 98 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 107 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop() 116 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 128 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 140 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() 156 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 189 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility() [all …]
|
| H A D | confdata.c | 80 struct symbol *sym; in conf_expand_value() local 120 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 187 struct symbol *sym; in conf_read_simple() local 343 struct symbol *sym, *choice_sym; in conf_read() local 443 static void conf_write_symbol(struct symbol *sym, FILE *out, bool write_no) in conf_write_symbol() 484 struct symbol *sym; in conf_write_defconfig() local 558 struct symbol *sym; in conf_write() local 664 struct symbol *sym; in conf_split_config() local 773 struct symbol *sym; in conf_write_autoconf() local 925 struct symbol *sym; in randomize_choice_values() local [all …]
|
| H A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 114 struct symbol *sym = current_entry->sym; in menu_set_type() local 180 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 206 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 212 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 265 struct symbol *sym; in menu_finalize() local 436 struct symbol *sym; in menu_is_visible() local 541 void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() 582 struct symbol *sym; in get_relations_str() local 596 struct symbol *sym = menu->sym; in menu_get_ext_help() local
|
| H A D | zconf.y | 149 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 494 struct symbol *sym; variable 524 for_all_symbols(i, sym) { in for_all_symbols() argument 617 struct symbol *sym = menu->sym; in print_symbol() local 700 struct symbol *sym; in zconfdump() local
|
| H A D | lkc.h | 156 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 162 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 172 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 177 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 182 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 187 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
| H A D | conf.c | 84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 132 struct symbol *sym = menu->sym; in conf_string() local 164 struct symbol *sym = menu->sym; in conf_sym() local 233 struct symbol *sym, *def_sym; in conf_choice() local 351 struct symbol *sym; in conf() local 416 struct symbol *sym; in check_conf() local
|
| H A D | expr.h | 35 struct symbol *sym; member 86 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… argument 136 struct symbol *sym; /* the symbol for which the property is associated */ member 148 #define for_all_properties(sym, st, tok) \ argument 151 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 152 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 153 #define for_all_prompts(sym, st) \ argument 161 struct symbol *sym; member
|
| H A D | expr.c | 15 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 778 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol() 802 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol() 882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 1130 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper() 1140 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
|
| H A D | qconf.cc | 117 struct symbol* sym; in updateMenu() local 486 struct symbol* sym; in setValue() local 511 struct symbol* sym; in changeValue() local 1012 struct symbol* sym; in menuInfo() local 1066 QString ConfigInfoView::debug_info(struct symbol *sym) in debug_info() 1151 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help()
|
| H A D | zconf.tab.c | 1670 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); local 1688 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); local 1778 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), SYMBOL_CHOICE); local 2249 struct symbol *sym; in conf_parse() local 2372 struct symbol *sym = menu->sym; in print_symbol() local 2455 struct symbol *sym; in zconfdump() local
|
| H A D | mconf.c | 340 struct symbol *sym; in build_conf() local 520 struct symbol *sym; in conf() local
|
| H A D | gconf.c | 815 struct symbol *sym; in renderer_edited() local 836 struct symbol *sym = menu->sym; in change_sym_value() local 1098 struct symbol *sym = menu->sym; in fill_row() local 1312 struct symbol *sym; in update_tree() local 1395 struct symbol *sym; in display_tree() local
|
| H A D | util.c | 35 struct symbol *sym, *env_sym; in file_write_dep() local
|
| H A D | nconf.c | 734 struct symbol *sym; in build_conf() local 1069 struct symbol *sym; in conf() local
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | cdefs.h | 84 #define __strong_reference(sym,aliassym) \ argument 88 #define __weak_reference(sym,alias) \ argument 91 #define __warn_references(sym,msg) \ argument 96 #define __weak_reference(sym,alias) \ argument 99 #define __warn_references(sym,msg) \ argument 106 #define __weak_reference(sym,alias) \ argument 109 #define __warn_references(sym,msg) \ argument 113 #define __weak_reference(sym,alias) \ argument 116 #define __warn_references(sym,msg) \ argument
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | vlc.c | 319 MS_S32 symbol2uvlc(SyntaxElement *sym) in symbol2uvlc() 352 SyntaxElement symbol, *sym=&symbol; in ue_v() local 396 SyntaxElement symbol, *sym=&symbol; in se_v() local 442 SyntaxElement symbol, *sym=&symbol; in u_1() local 489 SyntaxElement symbol, *sym=&symbol; in u_v() local
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | vlc.c | 299 int symbol2uvlc(SyntaxElement *sym) in symbol2uvlc() 332 SyntaxElement symbol, *sym=&symbol; in ue_v() local 376 SyntaxElement symbol, *sym=&symbol; in se_v() local 422 SyntaxElement symbol, *sym=&symbol; in u_1() local 469 SyntaxElement symbol, *sym=&symbol; in u_v() local
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 169 struct symbol *sym; in find_symbol() local 182 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol() 202 struct symbol *sym; in __add_symbol() local 470 struct string_list *sym, *def; in read_reference() local 540 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym() 646 struct symbol *sym; in export_symbol() local 850 struct symbol *sym = visited_symbols; in main() local
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 400 Elf_Sym *sym; in parse_elf() local 587 Elf_Sym *sym, const char *symname) in handle_modversions() 730 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 757 static int number_prefix(const char *sym) in number_prefix() 780 static int match(const char *sym, const char * const pat[]) in match() 1140 Elf_Sym *sym; in find_elf_symbol() local 1188 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1206 Elf_Sym *sym; in find_elf_symbol2() local 1269 static int is_function(Elf_Sym *sym) in is_function() 1442 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) in check_section_mismatch() [all …]
|
| H A D | modpost.h | 158 const Elf_Sym *sym) in get_secindex()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | docproc.c | 81 static void consume_symbol(const char *sym) in consume_symbol() 153 static void add_new_symbol(struct symfile *sym, char * symname) in add_new_symbol() 197 struct symfile *sym; in find_export_symbols() local 269 struct symfile * sym = &symfilelist[i]; in docfunctions() local
|
| H A D | kallsyms.c | 36 unsigned char *sym; member 82 static int read_symbol_tr(const char *sym, unsigned long long addr) in read_symbol_tr() 105 char *sym, stype; in read_symbol() local
|
| H A D | recordmcount.c | 279 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
| H A D | unifdef.c | 829 int sym; in eval_unary() local 1154 addsym(bool ignorethis, bool definethis, char *sym) in addsym()
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | inftrees.c | 131 MS_U32 sym; /* index of code symbols */ local
|