Home
last modified time | relevance | path

Searched refs:sym_find (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dlkc_proto.h19 struct symbol * sym_find(const char *name);
H A Dconfdata.c426 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
460 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
H A Dparser.y506 modules_sym = sym_find( "n" );
H A Dsymbol.c846 struct symbol *sym_find(const char *name) in sym_find() function
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dlkc_proto.h20 struct symbol * sym_find(const char *name);
H A Dconfdata.c442 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
480 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
H A Dparser.y497 modules_sym = sym_find( "n" );
H A Dsymbol.c845 struct symbol *sym_find(const char *name) in sym_find() function

Completed in 10 milliseconds