Searched refs:sym_lookup (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | lkc_proto.h | 20 struct symbol * sym_lookup(const char *name, int flags);
|
H A D | parser.y | 231 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); 452 nonconst_symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); }; 455 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
|
H A D | symbol.c | 816 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() function
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | lkc_proto.h | 32 struct symbol * sym_lookup(const char *name, int flags);
|
H A D | zconf.y | 275 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); 518 nonconst_symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); }; 521 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
|
H A D | symbol.c | 42 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default() 57 sym = sym_lookup("UNAME_RELEASE", 0); in sym_init() 841 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() function 1422 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST)); in prop_add_env()
|
H A D | confdata.c | 100 sym = sym_lookup(name, 0); in conf_expand_value() 328 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple() 362 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 284 static Elf_Sym *sym_lookup(const char *symname) in sym_lookup() function 807 sym = sym_lookup("__per_cpu_load"); in percpu_init()
|