Searched refs:symbol (Results 51 - 75 of 200) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/lib/
H A DMakefile134 # for symbol in `$(NM) --dynamic -u --no-sort $(BINARIES) | sort -u` ; do \
135 # if grep -q "^$${symbol}$$" $(MAP) ; then \
136 # echo "-u $${symbol}" >> $@ ; \
159 for symbol in `$(NM) --dynamic -u --no-sort $(BINARIES) | sort -u` ; do \
160 grep -q "$${symbol};" $(MAP) && echo "-u $${symbol}" >> $@ ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dkallsyms.c1 /* Generate assembler source containing symbol information
18 * map char code 0xF7 to represent "write_" and then in every symbol where
59 fprintf(stderr, "Usage: kallsyms [--all-symbols] [--symbol-prefix=<prefix char>] < in.map > out.S\n");
125 /* include the type field in the symbol name, so that it gets
143 * identical symbol lists. The kallsyms_* symbols below are only added
145 * specified so exclude them to get a stable symbol list.
225 /* uncompress a compressed symbol. When this function is called, the best table
271 * relativeness. The symbol names cannot be used to construct
272 * normal symbol references as the list of symbols contains
346 /* count all the possible tokens in a symbol */
347 learn_symbol(unsigned char *symbol, int len) argument
356 forget_symbol(unsigned char *symbol, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dconf.c75 static void conf_askvalue(struct symbol *sym, const char *def)
170 struct symbol *sym = menu->sym;
204 struct symbol *sym = menu->sym;
278 struct symbol *sym, *def_sym;
370 struct symbol *sym;
432 struct symbol *sym;
H A Dmenu.c25 void menu_add_entry(struct symbol *sym)
64 struct symbol *sym = current_entry->sym;
90 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep)
104 /* append property to the prop list of symbol */
119 void menu_add_default(int token, struct symbol *def, struct expr *dep)
127 struct symbol *sym;
H A Dmconf.c193 struct symbol *sym;
243 struct symbol *def_sym = sym_get_choice_value(sym);
334 struct symbol *sym;
455 struct symbol *sym = menu->sym;
479 struct symbol *active;
627 struct symbol *sym;
H A Dconfdata.c5 * Allow 'n' as a symbol value.
30 struct symbol *sym;
65 struct symbol *sym;
144 fprintf(stderr, "%s:%d: trying to assign nonexistent symbol %s\n", name, lineno, line);
173 fprintf(stderr, "%s:%d:symbol value '%s' invalid for %s\n", name, lineno, p, sym->name);
219 struct symbol *sym;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.h1544 #define patch_abs_32(script, offset, symbol, value) \
1545 for (i = 0; i < (sizeof (A_##symbol##_used) / sizeof \
1547 (script)[A_##symbol##_used[i] - (offset)] += (value); \
1550 host->host_no, #symbol, i, A_##symbol##_used[i] - \
1551 (int)(offset), #script, (script)[A_##symbol##_used[i] - \
1556 #define patch_abs_rwri_data(script, offset, symbol, value) \
1557 for (i = 0; i < (sizeof (A_##symbol##_used) / sizeof \
1559 (script)[A_##symbol##_used[i] - (offset)] = \
1560 ((script)[A_##symbol##_use
[all...]
H A Dscript_asm.pl184 %symbol_values = (%registers) ; # Traditional symbol table
186 %symbol_references = () ; # Table of symbol references, where
187 # the index is the symbol name,
247 $symbol = '';
251 $symbol = $1;
253 print STDERR "Relative reference $symbol\n" if ($debug);
256 $symbol = $1;
258 print STDERR "Absolute reference $symbol\n" if ($debug);
261 if ($symbol ne '') {
262 print STDERR "Referencing symbol
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c61 /* Put the tokens into the symbol table, so that GDB and other debuggers
167 struct symbol *symbol_hash[257];
195 struct symbol *symbol; member in union:YYSTYPE
325 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
332 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
367 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
439 /* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
457 "prompt", "end", "nl", "if_expr", "expr", "symbol", 0
473 /* YYR1[YYN] -- Symbol number of symbol tha
[all...]
H A Dmconf.c238 " this CONFIG_ symbol\n"
239 "o The 'Defined at' line tell at what file / line number the symbol\n"
242 " this symbol to be visible in the menu (selectable)\n"
243 "o The 'Location:' lines tell where in the menu structure this symbol\n"
247 "o The 'Selects:' line tell what symbol will be automatically\n"
248 " selected if this symbol is selected (y or m)\n"
249 "o The 'Selected by' line tell what symbol has selected this symbol\n"
400 static void get_symbol_str(struct gstr *r, struct symbol *sym)
428 static struct gstr get_relations_str(struct symbol **sym_ar
[all...]
H A Dconf.c67 static void conf_askvalue(struct symbol *sym, const char *def)
173 struct symbol *sym = menu->sym;
207 struct symbol *sym = menu->sym;
281 struct symbol *sym, *def_sym;
410 struct symbol *sym;
472 struct symbol *sym;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.tab.c64 /* Put the tokens into the symbol table, so that GDB and other debuggers
173 struct symbol *symbol_hash[257];
206 struct symbol *symbol; member in union:YYSTYPE
385 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
392 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
428 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
503 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
522 "prompt_stmt_opt", "prompt", "end", "nl", "if_expr", "expr", "symbol", 0
538 /* YYR1[YYN] -- Symbol number of symbol tha
[all...]
H A Dmconf.c252 " this CONFIG_ symbol\n"
253 "o The 'Defined at' line tell at what file / line number the symbol\n"
256 " this symbol to be visible in the menu (selectable)\n"
257 "o The 'Location:' lines tell where in the menu structure this symbol\n"
261 "o The 'Selects:' line tell what symbol will be automatically\n"
262 " selected if this symbol is selected (y or m)\n"
263 "o The 'Selected by' line tell what symbol has selected this symbol\n"
355 static void get_symbol_str(struct gstr *r, struct symbol *sym)
383 static struct gstr get_relations_str(struct symbol **sym_ar
[all...]
H A Dconf.c67 static void conf_askvalue(struct symbol *sym, const char *def)
173 struct symbol *sym = menu->sym;
207 struct symbol *sym = menu->sym;
281 struct symbol *sym, *def_sym;
410 struct symbol *sym;
472 struct symbol *sym;
H A Dqconf.h267 QString debug_info(struct symbol *sym);
269 static void expr_print_help(void *data, struct symbol *sym, const char *str);
273 struct symbol *sym;
295 struct symbol **result;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaDec.c125 /* First LZMA-symbol is always decoded.
170 unsigned symbol; local
179 symbol = 1;
180 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
186 symbol = 1;
193 probLit = prob + offs + bit + symbol;
194 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
196 while (symbol <
526 unsigned symbol = 1; local
534 unsigned symbol = 1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbitstream.c147 int i, j, k, n, table_size, table_index, nb, n1, index, code_prefix2, symbol; local
174 symbol = i;
176 GET_DATA(symbol, symbols, i, symbols_wrap, symbols_size);
203 table[j][0] = symbol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Dsequencer.h109 struct symbol *patch_label;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_rubin.c105 static int encode(struct rubin_state *rs, long A, long B, int symbol) argument
130 if (symbol == 0)
204 int symbol; local
218 symbol = rs->rec_q >= threshold;
226 return symbol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A DMakefile.am30 serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddepmod.pl43 -F --kernelsyms : Kernel symbol file (e.g. System.map)
46 -P --symbol-prefix : Symbol prefix
57 "symbol-prefix|P=s" => \$symprefix,
131 warn "resolved symbol $_ in file $exp->{$_}\n" if $verbose;
135 warn "unresolved symbol $_ in file $module\n";
260 or a kernel symbol file (using the -F option).
264 Kernel symbol file for the target (System.map).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dcanonicalize-lgpl.c62 # define versioned_symbol(lib, local, symbol, version)
63 # define compat_symbol(lib, local, symbol, version)
64 # define weak_alias(local, symbol)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcanonicalize-lgpl.c62 # define versioned_symbol(lib, local, symbol, version)
63 # define compat_symbol(lib, local, symbol, version)
64 # define weak_alias(local, symbol)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-elisp.c95 symbol. */
280 been read. Returns true for a symbol, false for a number. */
315 return true; /* symbol */
324 return true; /* symbol */
388 t_symbol, /* symbol */
1192 bool symbol; local
1195 symbol = read_token (op->token, c);
1196 if (symbol)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py192 for symbol in keys:
193 output.write(" <symbol name='%s'>\n" % (symbol))
194 info = symbols[symbol]
199 output.write(" </symbol>\n")

Completed in 318 milliseconds

12345678