Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 10 of 10) sorted by relevance

/scripts/genksyms/
Dgenksyms.h33 struct symbol { struct
34 struct symbol *hash_next; argument
36 enum symbol_type type; argument
38 struct symbol *expansion_trail; argument
39 struct symbol *visited; argument
42 enum symbol_status status; argument
53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
/scripts/kconfig/
Dexpr.h83 struct symbol { struct
85 struct symbol *next; argument
91 enum symbol_type type; argument
94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument
98 struct symbol_value curr; argument
104 struct symbol_value def[S_DEF_COUNT]; argument
136 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
Dparser.y39 struct symbol *symbol; member
Dexpr.c1139 void (*fn)(void *, struct symbol *, const char *), in expr_print()
1281 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
Dsymbol.c806 struct symbol *symbol; in sym_lookup() local
847 struct symbol *symbol = NULL; in sym_find() local
Dconfdata.c1137 void (*print_symbol)(FILE *, struct symbol *), in __conf_write_autoconf()
/scripts/
Dcheckkconfigsymbols.py236 def find_commits(symbol, diff): argument
270 def find_sims(symbol, ignore, defined=[]): argument
Dkallsyms.c631 static void learn_symbol(const unsigned char *symbol, int len) in learn_symbol()
640 static void forget_symbol(const unsigned char *symbol, int len) in forget_symbol()
784 const char *symbol = sym_name(se); in may_be_linker_script_provide_symbol() local
/scripts/mod/
Dmodpost.c213 struct symbol { struct
214 struct symbol *next; argument
215 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ argument
225 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
Dfile2alias.c1456 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()