symbol_type
static enum symbol_type map_to_ns(enum symbol_type t)
struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact)
static struct string_list *process_enum(const char *name, enum symbol_type type,
static struct symbol *__add_symbol(const char *name, enum symbol_type type,
struct symbol *add_symbol(const char *name, enum symbol_type type,
static struct symbol *add_reference_symbol(const char *name, enum symbol_type type,
static void print_type_name(enum symbol_type type, const char *name);
static void print_type_name(enum symbol_type type, const char *name)
enum symbol_type tag;
enum symbol_type type;
struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
struct symbol *add_symbol(const char *name, enum symbol_type type,
enum symbol_type type)
enum symbol_type type,
enum symbol_type type;
const char * sym_type_name(enum symbol_type type);
enum symbol_type sym_get_type(const struct symbol *sym);
enum symbol_type type;
enum symbol_type type = menu->sym->type;
enum symbol_type sym_get_type(const struct symbol *sym)
enum symbol_type type = sym->type;
const char *sym_type_name(enum symbol_type type)
int symbol_type;
entry->symbol_type = le32_to_cpu(fwdat[fwlen++]);
int symbol_type);
module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) {
module->symbol_table.symbols[i].symbol_type) == NULL) {
ins->symbol_table.symbols[index].symbol_type = type;
cs46xx_dsp_lookup_symbol (struct snd_cs46xx * chip, char * symbol_name, int symbol_type)
ins->symbol_table.symbols[i].symbol_type == symbol_type) {
symbol_name,symbol_type);
cs46xx_dsp_lookup_symbol_addr (struct snd_cs46xx * chip, u32 address, int symbol_type)
ins->symbol_table.symbols[i].symbol_type == symbol_type) {
ins->symbol_table.symbols[i].symbol_type,
bool kallsyms__is_function(char symbol_type)
symbol_type = toupper(symbol_type);
return symbol_type == 'T' || symbol_type == 'W';
char symbol_type;
symbol_type = io__get_char(&io);
err = process_symbol(arg, symbol_name, symbol_type, start);
bool kallsyms__is_function(char symbol_type);
static bool symbol_type__filter(char symbol_type)
symbol_type = toupper(symbol_type);
return symbol_type == 'T' || symbol_type == 'W' || symbol_type == 'D' || symbol_type == 'B';