Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/lib/symbol/
H A Dkallsyms.c14 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() argument
16 symbol_type = toupper(symbol_type); in kallsyms__is_function()
17 return symbol_type == 'T' || symbol_type == 'W'; in kallsyms__is_function()
51 char symbol_type; in kallsyms__parse() local
58 symbol_type = io__get_char(&io); in kallsyms__parse()
71 err = process_symbol(arg, symbol_name, symbol_type, start); in kallsyms__parse()
H A Dkallsyms.h23 bool kallsyms__is_function(char symbol_type);
/kernel/linux/linux-6.6/tools/lib/symbol/
H A Dkallsyms.c14 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() argument
16 symbol_type = toupper(symbol_type); in kallsyms__is_function()
17 return symbol_type == 'T' || symbol_type == 'W'; in kallsyms__is_function()
51 char symbol_type; in kallsyms__parse() local
58 symbol_type = io__get_char(&io); in kallsyms__parse()
71 err = process_symbol(arg, symbol_name, symbol_type, start); in kallsyms__parse()
H A Dkallsyms.h23 bool kallsyms__is_function(char symbol_type);
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dgenksyms.h17 enum symbol_type { enum
28 enum symbol_type tag;
36 enum symbol_type type;
53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
54 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dgenksyms.c61 static void print_type_name(enum symbol_type type, const char *name);
139 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns()
154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
185 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
309 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
315 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
698 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
H A Dparse.y46 enum symbol_type type)
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dgenksyms.h17 enum symbol_type { enum
28 enum symbol_type tag;
36 enum symbol_type type;
53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
54 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dgenksyms.c61 static void print_type_name(enum symbol_type type, const char *name);
139 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns()
154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
185 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
309 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
315 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
694 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
H A Dparse.y46 enum symbol_type type)
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dlkc_proto.h22 const char * sym_type_name(enum symbol_type type);
24 enum symbol_type sym_get_type(struct symbol *sym);
H A Dexpr.h64 enum symbol_type { enum
91 enum symbol_type type;
H A Dsymbol.c42 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
44 enum symbol_type type = sym->type; in sym_get_type()
55 const char *sym_type_name(enum symbol_type type) in sym_type_name()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dlkc_proto.h23 const char * sym_type_name(enum symbol_type type);
25 enum symbol_type sym_get_type(struct symbol *sym);
H A Dexpr.h64 enum symbol_type { enum
91 enum symbol_type type;
H A Dsymbol.c41 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
43 enum symbol_type type = sym->type; in sym_get_type()
54 const char *sym_type_name(enum symbol_type type) in sym_type_name()
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A DMakefile198 symbol_type=`$(NM) -u -D $1 | awk 'NF>1 {print $$1}' | \
200 if [ "$$symbol_type" = "U W" ];then \
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Ddsp_spos.c146 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols()
161 module->symbol_table.symbols[i].symbol_type) == NULL) { in add_symbols()
208 ins->symbol_table.symbols[index].symbol_type = type; in add_symbol()
445 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type) in cs46xx_dsp_lookup_symbol() argument
456 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol()
463 symbol_name,symbol_type); in cs46xx_dsp_lookup_symbol()
472 cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type) in cs46xx_dsp_lookup_symbol_addr() argument
483 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol_addr()
[all...]
H A Dcs46xx_dsp_spos.h56 int symbol_type; member
H A Dcs46xx_lib.h82 int symbol_type);
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Ddsp_spos.c146 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols()
161 module->symbol_table.symbols[i].symbol_type) == NULL) { in add_symbols()
208 ins->symbol_table.symbols[index].symbol_type = type; in add_symbol()
445 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type) in cs46xx_dsp_lookup_symbol() argument
456 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol()
463 symbol_name,symbol_type); in cs46xx_dsp_lookup_symbol()
472 cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type) in cs46xx_dsp_lookup_symbol_addr() argument
483 ins->symbol_table.symbols[i].symbol_type == symbol_type) { in cs46xx_dsp_lookup_symbol_addr()
[all...]
H A Dcs46xx_dsp_spos.h56 int symbol_type; member
H A Dcs46xx_lib.h82 int symbol_type);
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c88 static bool symbol_type__filter(char symbol_type) in symbol_type__filter() argument
90 symbol_type = toupper(symbol_type); in symbol_type__filter()
91 return symbol_type == 'T' || symbol_type == 'W' || symbol_type == 'D' || symbol_type == 'B'; in symbol_type__filter()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c98 static bool symbol_type__filter(char symbol_type) in symbol_type__filter() argument
100 symbol_type = toupper(symbol_type); in symbol_type__filter()
101 return symbol_type == 'T' || symbol_type == 'W' || symbol_type == 'D' || symbol_type == 'B'; in symbol_type__filter()

Completed in 20 milliseconds

12