Searched defs:symbol (Results 1 – 8 of 8) sorted by relevance
42 struct symbol { struct43 struct symbol *hash_next; argument45 enum symbol_type type; argument47 struct symbol *expansion_trail; argument48 struct symbol *visited; argument51 enum symbol_status status; argument61 struct symbol *find_symbol(const char *name, enum symbol_type ns); argument
77 struct symbol { struct78 struct symbol *next; argument80 enum symbol_type type; argument81 struct symbol_value curr; argument82 struct symbol_value def[S_DEF_COUNT]; argument91 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
47 struct symbol *symbol; member
656 struct symbol *symbol; in sym_lookup() local699 struct symbol *symbol = NULL; in sym_find() local
1016 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
142 struct symbol { struct143 struct symbol *next; argument148 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument149 unsigned int kernel:1; /* 1 if symbol is from kernel argument151 unsigned int preloaded:1; /* 1 if symbol from Module.symvers */ argument156 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument1939 struct symbol *symbol; in write_dump() local
714 static inline int sym_is(const char *symbol, const char *name) in sym_is()
339 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol()348 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol()