Home
last modified time | relevance | path

Searched refs:sym_find (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/scripts/kconfig/
Dlkc_proto.h20 struct symbol * sym_find(const char *name);
Dconfdata.c438 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
472 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
Dparser.y497 modules_sym = sym_find( "n" );
Dsymbol.c847 struct symbol *sym_find(const char *name) in sym_find() function