Searched refs:sym_find (Results 1 – 3 of 3) sorted by relevance
22 P(sym_find,struct symbol *,(const char *name));
172 sym = sym_find(line + 2 + strlen(CONFIG_PREFIX)); in conf_read_simple()212 sym = sym_find(line + strlen(CONFIG_PREFIX)); in conf_read_simple()
694 struct symbol *sym_find(const char *name) in sym_find() function