Home
last modified time | relevance | path

Searched defs:symbol_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/tools/lib/symbol/
Dkallsyms.c14 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function()
51 char symbol_type; in kallsyms__parse() local
/linux-6.14.4/scripts/genksyms/
Dgenksyms.h20 enum symbol_type { enum
/linux-6.14.4/sound/pci/cs46xx/
Ddsp_spos.c445 cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int 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()
Dcs46xx_dsp_spos.h56 int symbol_type; member
/linux-6.14.4/scripts/kconfig/
Dexpr.h69 enum symbol_type { enum
/linux-6.14.4/tools/perf/util/
Dsymbol.c99 static bool symbol_type__filter(char symbol_type) in symbol_type__filter()