Home
last modified time | relevance | path

Searched refs:symbol_type (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/scripts/genksyms/
Dgenksyms.h28 enum symbol_type { enum
39 enum symbol_type tag;
47 enum symbol_type type;
64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
65 struct symbol *add_symbol(const char *name, enum symbol_type type,
Dgenksyms.c74 static void print_type_name(enum symbol_type type, const char *name);
152 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns()
167 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
198 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
322 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
328 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
706 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dparse.y58 enum symbol_type type) in record_compound()
Dparse.tab.c_shipped102 enum symbol_type type)
/linux-3.4.99/scripts/kconfig/
Dlkc_proto.h36 P(sym_type_name,const char *,(enum symbol_type type));
38 P(sym_get_type,enum symbol_type,(struct symbol *sym));
Dexpr.h61 enum symbol_type { enum
77 enum symbol_type type;
Dlkc.h63 enum symbol_type stype;
Dsymbol.c63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
65 enum symbol_type type = sym->type; in sym_get_type()
76 const char *sym_type_name(enum symbol_type type) in sym_type_name()
Dconf.c84 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
/linux-3.4.99/sound/pci/cs46xx/
Ddsp_spos.c153 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols()
167 module->symbol_table.symbols[i].symbol_type) == NULL) { in add_symbols()
210 ins->symbol_table.symbols[index].symbol_type = type; in add_symbol()
433 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type) in cs46xx_dsp_lookup_symbol() argument
444 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol()
451 symbol_name,symbol_type); in cs46xx_dsp_lookup_symbol()
460 cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type) in cs46xx_dsp_lookup_symbol_addr() argument
471 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol_addr()
502 ins->symbol_table.symbols[i].symbol_type, in cs46xx_dsp_proc_symbol_table_read()
Dcs46xx_lib.h97 int symbol_type);
/linux-3.4.99/include/sound/
Dcs46xx_dsp_spos.h71 int symbol_type; member
/linux-3.4.99/tools/perf/util/
Dsymbol.c76 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a() argument
78 symbol_type = toupper(symbol_type); in symbol_type__is_a()
82 return symbol_type == 'T' || symbol_type == 'W'; in symbol_type__is_a()
84 return symbol_type == 'D'; in symbol_type__is_a()
562 char symbol_type; in kallsyms__parse() local
577 symbol_type = line[len]; in kallsyms__parse()
593 symbol_type, start, start); in kallsyms__parse()
Dsymbol.h266 bool symbol_type__is_a(char symbol_type, enum map_type map_type);