Searched refs:sym_lookup (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | lkc_proto.h | 18 struct symbol * sym_lookup(const char *name, int flags);
|
H A D | parser.y | 240 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); 461 nonconst_symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); }; 464 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
|
H A D | confdata.c | 432 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
|
H A D | symbol.c | 805 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() function
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | lkc_proto.h | 19 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 | confdata.c | 452 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
|
H A D | symbol.c | 804 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() function
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 273 static Elf_Sym *sym_lookup(const char *symname) in sym_lookup() function 733 sym = sym_lookup("__per_cpu_load"); in percpu_init()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 284 static Elf_Sym *sym_lookup(const char *symname) in sym_lookup() function 798 sym = sym_lookup("__per_cpu_load"); in percpu_init()
|
Completed in 11 milliseconds