Searched defs:symbol (Results 1 – 4 of 4) sorted by relevance
83 struct symbol { struct85 struct symbol *next; argument91 enum symbol_type type; argument94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument98 struct symbol_value curr; argument104 struct symbol_value def[S_DEF_COUNT]; argument136 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
40 struct symbol *symbol; member
1141 void (*fn)(void *, struct symbol *, const char *), in expr_print()1283 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
807 struct symbol *symbol; in sym_lookup() local848 struct symbol *symbol = NULL; in sym_find() local
Completed in 16 milliseconds