Searched refs:symbol_type (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.h28 enum symbol_type { enum
38 enum symbol_type tag;
45 enum symbol_type type;
61 struct symbol *find_symbol(const char *name, enum symbol_type ns);
62 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dgenksyms.c63 static void print_type_name(enum symbol_type type, const char *name);
141 static enum symbol_type map_to_ns(enum symbol_type t)
150 struct symbol *find_symbol(const char *name, enum symbol_type ns)
179 static struct symbol *__add_symbol(const char *name, enum symbol_type type,
262 struct symbol *add_symbol(const char *name, enum symbol_type type,
268 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type,
624 static void print_type_name(enum symbol_type type, const char *name)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h23 P(sym_type_name,const char *,(enum symbol_type type));
25 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dlkc.h48 enum symbol_type stype;
H A Dexpr.h62 enum symbol_type { enum
70 enum symbol_type type;
H A Dsymbol.c77 enum symbol_type sym_get_type(struct symbol *sym)
79 enum symbol_type type = sym->type;
90 const char *sym_type_name(enum symbol_type type)
H A Dconf.c69 enum symbol_type type = sym_get_type(sym);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc_proto.h32 P(sym_type_name,const char *,(enum symbol_type type));
34 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dexpr.h64 enum symbol_type { enum
80 enum symbol_type type;
H A Dlkc.h61 enum symbol_type stype;
H A Dsymbol.c64 enum symbol_type sym_get_type(struct symbol *sym)
66 enum symbol_type type = sym->type;
77 const char *sym_type_name(enum symbol_type type)
H A Dconf.c86 enum symbol_type type = sym_get_type(sym);
H A Dconfdata.c425 static void conf_write_symbol(struct symbol *sym, enum symbol_type type,
545 enum symbol_type type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_spos.h71 int symbol_type; member in struct:dsp_symbol_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgenerate_vax_transfer.com98 $ symbol_type = f$element(2, "=", line_u) - ")"
100 $ if symbol_type .nes. "PROCEDURE"
118 $ write vopt tab, symbol_type, tab, symbol_name
151 $ symbol_type = f$element(2, "=", line_u) - ")"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.h78 enum symbol_type { enum
89 enum symbol_type type;
H A Dconf.c78 enum symbol_type type = sym_get_type(sym);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos.c153 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) {
167 module->symbol_table.symbols[i].symbol_type) == NULL) {
210 ins->symbol_table.symbols[index].symbol_type = type;
444 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type) argument
455 ins->symbol_table.symbols[i].symbol_type == symbol_type) {
467 cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type) argument
478 ins->symbol_table.symbols[i].symbol_type == symbol_type) {
509 ins->symbol_table.symbols[i].symbol_type,
[all...]
H A Dcs46xx_lib.h97 int symbol_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.h227 bool symbol_type__is_a(char symbol_type, enum map_type map_type);
H A Dsymbol.c69 bool symbol_type__is_a(char symbol_type, enum map_type map_type) argument
73 return symbol_type == 'T' || symbol_type == 'W';
75 return symbol_type == 'D' || symbol_type == 'd';
425 char symbol_type; local
440 symbol_type = toupper(line[len]);
443 err = process_symbol(arg, symbol_name, symbol_type, start);

Completed in 119 milliseconds