Home
last modified time | relevance | path

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

/linux-4.4.14/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.c73 static void print_type_name(enum symbol_type type, const char *name);
151 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns()
166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
321 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
327 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
705 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_shipped100 enum symbol_type type)
/linux-4.4.14/tools/lib/symbol/
Dkallsyms.c28 char symbol_type; in kallsyms__parse() local
43 symbol_type = line[len]; in kallsyms__parse()
53 err = process_symbol(arg, symbol_name, symbol_type, start); in kallsyms__parse()
/linux-4.4.14/scripts/kconfig/
Dlkc_proto.h36 const char * sym_type_name(enum symbol_type type);
38 enum symbol_type sym_get_type(struct symbol *sym);
Dexpr.h64 enum symbol_type { enum
80 enum symbol_type type;
Dlkc.h68 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.c86 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
Dexpr.c886 enum symbol_type type, in expr_parse_string()
/linux-4.4.14/sound/pci/cs46xx/
Ddsp_spos.c158 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols()
173 module->symbol_table.symbols[i].symbol_type) == NULL) { in add_symbols()
220 ins->symbol_table.symbols[index].symbol_type = type; in add_symbol()
454 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type) in cs46xx_dsp_lookup_symbol() argument
465 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol()
472 symbol_name,symbol_type); in cs46xx_dsp_lookup_symbol()
481 cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type) in cs46xx_dsp_lookup_symbol_addr() argument
492 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol_addr()
523 ins->symbol_table.symbols[i].symbol_type, in cs46xx_dsp_proc_symbol_table_read()
Dcs46xx_dsp_spos.h71 int symbol_type; member
Dcs46xx_lib.h97 int symbol_type);
Dcs46xx_lib.c442 entry->symbol_type = le32_to_cpu(fwdat[fwlen++]); in load_firmware()
/linux-4.4.14/tools/perf/util/
Dsymbol.c64 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a() argument
66 symbol_type = toupper(symbol_type); in symbol_type__is_a()
70 return symbol_type == 'T' || symbol_type == 'W'; in symbol_type__is_a()
72 return symbol_type == 'D'; in symbol_type__is_a()
Dsymbol.h266 bool symbol_type__is_a(char symbol_type, enum map_type map_type);