Searched refs:sym_find (Results 1 – 4 of 4) sorted by relevance
19 struct symbol * sym_find(const char *name);
426 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()460 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
506 modules_sym = sym_find( "n" );
846 struct symbol *sym_find(const char *name) in sym_find() function