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

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

Completed in 264 milliseconds