symbol_type        61 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name);
symbol_type       139 scripts/genksyms/genksyms.c static enum symbol_type map_to_ns(enum symbol_type t)
symbol_type       154 scripts/genksyms/genksyms.c struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact)
symbol_type       185 scripts/genksyms/genksyms.c static struct symbol *__add_symbol(const char *name, enum symbol_type type,
symbol_type       309 scripts/genksyms/genksyms.c struct symbol *add_symbol(const char *name, enum symbol_type type,
symbol_type       315 scripts/genksyms/genksyms.c static struct symbol *add_reference_symbol(const char *name, enum symbol_type type,
symbol_type       698 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name)
symbol_type        28 scripts/genksyms/genksyms.h 	enum symbol_type tag;
symbol_type        36 scripts/genksyms/genksyms.h 	enum symbol_type type;
symbol_type        53 scripts/genksyms/genksyms.h struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
symbol_type        54 scripts/genksyms/genksyms.h struct symbol *add_symbol(const char *name, enum symbol_type type,
symbol_type        46 scripts/genksyms/parse.y 		       enum symbol_type type)
symbol_type        85 scripts/kconfig/conf.c 	enum symbol_type type = sym_get_type(sym);
symbol_type      1000 scripts/kconfig/expr.c 						enum symbol_type type,
symbol_type        91 scripts/kconfig/expr.h 	enum symbol_type type;
symbol_type        36 scripts/kconfig/lkc_proto.h const char * sym_type_name(enum symbol_type type);
symbol_type        38 scripts/kconfig/lkc_proto.h enum symbol_type sym_get_type(struct symbol *sym);
symbol_type        41 scripts/kconfig/parser.y 	enum symbol_type type;
symbol_type        36 scripts/kconfig/symbol.c enum symbol_type sym_get_type(struct symbol *sym)
symbol_type        38 scripts/kconfig/symbol.c 	enum symbol_type type = sym->type;
symbol_type        49 scripts/kconfig/symbol.c const char *sym_type_name(enum symbol_type type)
symbol_type        56 sound/pci/cs46xx/cs46xx_dsp_spos.h 	int symbol_type;
symbol_type       428 sound/pci/cs46xx/cs46xx_lib.c 		entry->symbol_type = le32_to_cpu(fwdat[fwlen++]);
symbol_type        82 sound/pci/cs46xx/cs46xx_lib.h 						   int symbol_type);
symbol_type       146 sound/pci/cs46xx/dsp_spos.c 		    module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) {
symbol_type       161 sound/pci/cs46xx/dsp_spos.c 					     module->symbol_table.symbols[i].symbol_type) == NULL) {
symbol_type       208 sound/pci/cs46xx/dsp_spos.c 	ins->symbol_table.symbols[index].symbol_type = type;
symbol_type       445 sound/pci/cs46xx/dsp_spos.c cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type)
symbol_type       456 sound/pci/cs46xx/dsp_spos.c 		    ins->symbol_table.symbols[i].symbol_type == symbol_type) {
symbol_type       463 sound/pci/cs46xx/dsp_spos.c 		symbol_name,symbol_type);
symbol_type       472 sound/pci/cs46xx/dsp_spos.c cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type)
symbol_type       483 sound/pci/cs46xx/dsp_spos.c 		    ins->symbol_table.symbols[i].symbol_type == symbol_type) {
symbol_type       514 sound/pci/cs46xx/dsp_spos.c 			    ins->symbol_table.symbols[i].symbol_type,
symbol_type        12 tools/lib/symbol/kallsyms.c bool kallsyms__is_function(char symbol_type)
symbol_type        14 tools/lib/symbol/kallsyms.c 	symbol_type = toupper(symbol_type);
symbol_type        15 tools/lib/symbol/kallsyms.c 	return symbol_type == 'T' || symbol_type == 'W';
symbol_type        48 tools/lib/symbol/kallsyms.c 		char symbol_type;
symbol_type        67 tools/lib/symbol/kallsyms.c 		symbol_type = line[len];
symbol_type        77 tools/lib/symbol/kallsyms.c 		err = process_symbol(arg, symbol_name, symbol_type, start);
symbol_type        25 tools/lib/symbol/kallsyms.h bool kallsyms__is_function(char symbol_type);
symbol_type        87 tools/perf/util/symbol.c static bool symbol_type__filter(char symbol_type)
symbol_type        89 tools/perf/util/symbol.c 	symbol_type = toupper(symbol_type);
symbol_type        90 tools/perf/util/symbol.c 	return symbol_type == 'T' || symbol_type == 'W' || symbol_type == 'D' || symbol_type == 'B';