Searched defs:symbol (Results 1 – 13 of 13) sorted by relevance
/scripts/genksyms/ |
A D | genksyms.h | 36 struct symbol { struct 39 enum symbol_type type; argument 41 struct symbol *expansion_trail; argument 42 struct symbol *visited; argument 45 enum symbol_status status; argument 56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
|
/scripts/kconfig/ |
A D | expr.h | 89 struct symbol { struct 93 /* The name of the symbol, e.g. "FOO" for 'config FOO' */ argument 97 enum symbol_type type; argument 100 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument 104 struct symbol_value curr; argument 110 struct symbol_value def[S_DEF_COUNT]; argument 122 /* config entries associated with this symbol */ argument 145 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
|
A D | parser.y | 38 struct symbol *symbol; member
|
A D | expr.c | 1023 void (*fn)(void *, struct symbol *, const char *), in expr_print() 1158 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
|
A D | symbol.c | 903 struct symbol *symbol; in sym_lookup() local 945 struct symbol *symbol = NULL; in sym_find() local
|
A D | confdata.c | 1037 void (*print_symbol)(FILE *, struct symbol *), in __conf_write_autoconf()
|
/scripts/gendwarfksyms/ |
A D | gendwarfksyms.h | 112 struct symbol { struct 114 struct symbol_addr addr; argument 117 enum symbol_state state; argument 123 typedef void (*symbol_callback_t)(struct symbol *, void *arg); argument
|
/scripts/ |
A D | checkkconfigsymbols.py | 236 def find_commits(symbol, diff): argument 270 def find_sims(symbol, ignore, defined=[]): argument
|
A D | kallsyms.c | 480 static void learn_symbol(const unsigned char *symbol, int len) in learn_symbol() 489 static void forget_symbol(const unsigned char *symbol, int len) in forget_symbol() 633 const char *symbol = sym_name(se); in may_be_linker_script_provide_symbol() local
|
/scripts/mod/ |
A D | modpost.c | 217 struct symbol { struct 219 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ argument 227 bool used; /* there exists a user of this symbol */ argument 237 static struct symbol *alloc_symbol(const char *name) in alloc_symbol() argument
|
A D | file2alias.c | 1374 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()
|
/scripts/lib/kdoc/ |
A D | kdoc_files.py | 241 symbol=None, nosymbol=None, no_doc_sections=False, argument
|
A D | kdoc_output.py | 85 def set_filter(self, export, internal, symbol, nosymbol, function_table, argument
|
Completed in 24 milliseconds