Home
last modified time | relevance | path

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

/openbmc/linux/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.c847 struct symbol *sym_find(const char *name) in sym_find() function
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h33 struct symbol * sym_find(const char *name);
H A Dconfdata.c322 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
356 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
H A Dsymbol.c882 struct symbol *sym_find(const char *name) in sym_find() function
942 sym = sym_find(name); in sym_expand_string_value()
H A Dzconf.y546 modules_sym = sym_find( "n" );