| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | lkc_proto.h | 25 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head); 29 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE]; 31 struct symbol * sym_lookup(const char *name, int flags); 32 struct symbol * sym_find(const char *name); 35 struct symbol ** sym_re_search(const char *pattern); 37 void sym_calc_value(struct symbol *sym); 38 enum symbol_type sym_get_type(struct symbol *sym); 39 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 40 bool sym_set_tristate_value(struct symbol *sym,tristate tri); 41 tristate sym_toggle_tristate_value(struct symbol *sym); [all …]
|
| H A D | lkc.h | 86 void set_all_choice_values(struct symbol *csym); 102 void menu_add_entry(struct symbol *sym); 108 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); 139 struct symbol *sym_choice_default(struct symbol *sym); 140 const char *sym_get_string_default(struct symbol *sym); 141 struct symbol *sym_check_deps(struct symbol *sym); 142 struct property *prop_alloc(enum prop_type type, struct symbol *sym); 143 struct symbol *prop_get_symbol(struct property *prop); 144 struct property *sym_get_env_prop(struct symbol *sym); 146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() [all …]
|
| H A D | symbol.c | 14 struct symbol symbol_yes = { 32 struct symbol *sym_defconfig_list; 33 struct symbol *modules_sym; 38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() 47 struct symbol *sym; in sym_init() 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() [all …]
|
| H A D | expr.h | 39 struct symbol *sym; 77 struct symbol { struct 78 struct symbol *next; argument 148 struct symbol *sym; /* the symbol for which the property is associated */ 173 struct symbol *sym; 200 extern struct symbol symbol_yes, symbol_no, symbol_mod; 201 extern struct symbol *modules_sym; 202 extern struct symbol *sym_defconfig_list; 204 struct expr *expr_alloc_symbol(struct symbol *sym); 207 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); [all …]
|
| H A D | zconf.y | 29 struct symbol *symbol_hash[SYMBOL_HASHSIZE]; 40 struct symbol *symbol; member 88 %type <symbol> symbol 150 struct symbol *sym = sym_lookup($2, 0); 164 struct symbol *sym = sym_lookup($2, 0); 226 config_option: T_RANGE symbol symbol if_expr T_EOL 256 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); 481 expr: symbol { $$ = expr_alloc_symbol($1); } 482 | symbol T_LESS symbol { $$ = expr_alloc_comp(E_LTH, $1, $3); } 483 | symbol T_LESS_EQUAL symbol { $$ = expr_alloc_comp(E_LEQ, $1, $3); } [all …]
|
| H A D | confdata.c | 20 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); 86 struct symbol *sym; in conf_expand_value() 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() 381 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple() 407 struct symbol *sym; in conf_read() 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() [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() 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() 235 struct symbol *sym2; in sym_check_prop() 289 struct symbol *sym; in menu_finalize() 337 struct symbol *es = prop_get_symbol(prop); in menu_finalize() 341 struct symbol *es = prop_get_symbol(prop); in menu_finalize() 480 struct symbol *sym; in menu_is_visible() [all …]
|
| H A D | zconf.tab.c_shipped | 102 struct symbol *symbol_hash[SYMBOL_HASHSIZE]; 189 struct symbol *symbol; 533 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. 554 "end", "nl", "if_expr", "expr", "symbol", "word_opt", YY_NULLPTR 560 (internal) symbol number NUM (which must be that of a token). */ 730 symbol of state STATE-NUM. */ 756 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ 861 | Print this symbol's value on YYOUTPUT. | 880 | Print this symbol on YYOUTPUT. | 1198 | Release the memory associated to this symbol. | [all …]
|
| H A D | conf.c | 85 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 136 struct symbol *sym = menu->sym; in conf_string() 169 struct symbol *sym = menu->sym; in conf_sym() 238 struct symbol *sym, *def_sym; in conf_choice() 357 struct symbol *sym; in conf() 423 struct symbol *sym; in check_conf()
|
| H A D | qconf.h | 260 QString debug_info(struct symbol *sym); 262 static void expr_print_help(void *data, struct symbol *sym, const char *str); 266 struct symbol *sym; 288 struct symbol **result;
|
| H A D | mconf.c | 393 struct symbol **sym_arr; in search_conf() 468 struct symbol *sym; in build_conf() 531 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() 650 struct symbol *sym; in conf() 804 struct symbol *active; in conf_choice()
|
| H A D | expr.c | 17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 364 struct symbol *sym1, *sym2; in expr_join_or() 428 struct symbol *sym1, *sym2; in expr_join_and() 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() 1073 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print() argument 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()
|
| H A D | util.c | 37 struct symbol *sym, *env_sym; in file_write_dep()
|
| H A D | nconf.c | 693 struct symbol **sym_arr; in search_conf() 737 struct symbol *sym; in build_conf() 796 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf() 1072 struct symbol *sym; in conf() 1238 struct symbol *active; in conf_choice()
|
| H A D | gconf.c | 787 struct symbol *sym; in renderer_edited() 808 struct symbol *sym = menu->sym; in change_sym_value() 1040 struct symbol *sym = menu->sym; in fill_row() 1092 struct symbol *def_sym = sym_get_choice_value(sym); in fill_row() 1255 struct symbol *sym; in update_tree() 1336 struct symbol *sym; in display_tree()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | mini_inflate.c | 146 int symbol, length, dist, i; in decompress_huffman() local 149 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman() 150 if (symbol < 256) { in decompress_huffman() 151 *(dest++) = symbol; /* symbol is a literal */ in decompress_huffman() 153 } else if (symbol > 256) { in decompress_huffman() 156 if (symbol < 265) length = symbol - 254; in decompress_huffman() 157 else if (symbol == 285) length = 258; in decompress_huffman() 159 length = pull_bits(stream, (symbol - 261) >> 2); in decompress_huffman() 160 length += (4 << ((symbol - 261) >> 2)) + 3; in decompress_huffman() 161 length += ((symbol - 1) % 4) << in decompress_huffman() [all …]
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | asm.h | 46 #define ENTRY(symbol) \ argument 47 .globl symbol; \ 48 .type symbol, @function; \ 49 .ent symbol, 0; \ 50 symbol: 55 #define LEAF(symbol) \ argument 56 .globl symbol; \ 58 .type symbol, @function; \ 59 .ent symbol, 0; \ 60 .section .text.symbol, "x"; \ [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.arm-relocation | 10 (program-base-relative) and 2 (symbol-relative) 140 c) discard symbol-file 142 (gdb) symbol-file 143 Discard symbol table from `/home/hs/celf/u-boot/u-boot'? (y or n) y 144 No symbol file now. 149 d) load new symbol table: 151 (gdb) add-symbol-file u-boot 0x8ff08000 152 add symbol table from file "u-boot" at 164 add-symbol-file u-boot 0x8ff08000 190 (gdb) symbol-file [all …]
|
| H A D | README.qemu-mips | 177 And replace the symbol table to this offset. 179 (gdb) symbol-file 180 Discard symbol table from `/private/u-boot-arm/u-boot'? (y or n) y 182 No symbol table is loaded. Use the "file" command. 183 No symbol file now. 184 (gdb) add-symbol-file u-boot 0x87fa0000 185 add symbol table from file "u-boot" at
|
| H A D | README.fdt-overlays | 15 In a nutshell overlays provides a means to manipulate a symbol a previous dtb 17 to be compiled with the -@ command line switch so that symbol information is
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | LzmaDec.c | 168 unsigned symbol; in LzmaDec_DecodeReal() local 178 symbol = 1; in LzmaDec_DecodeReal() 182 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal() 189 symbol = 1; in LzmaDec_DecodeReal() 199 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal() 200 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal() 202 while (symbol < 0x100); in LzmaDec_DecodeReal() 204 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal() 543 unsigned symbol = 1; in LzmaDec_TryDummy() local 544 do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_TryDummy() [all …]
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | test-fdt-overlay-stacked.dts | 13 /* Test that we can reference an overlay symbol */
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compiler-gcc.h | 89 #define __alias(symbol) __attribute__((alias(#symbol))) argument
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 181 for key, symbol in self._SYMBOL_TABLE.items(): 182 value = self._conf.get_symbol(symbol).get_value()
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 101 /* DEBUG -- symbol table, string table, etc. etc.
|