Searched defs:symbol (Results 1 – 9 of 9) sorted by relevance
/scripts/genksyms/ |
D | genksyms.h | 33 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/ |
D | expr.h | 83 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
|
D | parser.y | 38 struct symbol *symbol; member
|
D | expr.c | 1140 void (*fn)(void *, struct symbol *, const char *), in expr_print() 1282 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
|
D | symbol.c | 804 struct symbol *symbol; in sym_lookup() local 845 struct symbol *symbol = NULL; in sym_find() local
|
/scripts/ |
D | checkkconfigsymbols.py | 234 def find_commits(symbol, diff): argument 268 def find_sims(symbol, ignore, defined=[]): argument
|
D | kallsyms.c | 463 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol() 472 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol() 631 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() local
|
/scripts/mod/ |
D | modpost.c | 167 struct symbol { struct 168 struct symbol *next; argument 174 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument 175 unsigned int kernel:1; /* 1 if symbol is from kernel argument 177 unsigned int preloaded:1; /* 1 if symbol from Module.symvers, or crc */ argument 178 unsigned int is_static:1; /* 1 if symbol is not global */ argument 183 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument 2515 struct symbol *symbol; in write_dump() local
|
D | file2alias.c | 1339 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()
|