Home
last modified time | relevance | path

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

/scripts/genksyms/
Dgenksyms.h44 struct symbol { struct
45 struct symbol *hash_next; argument
47 enum symbol_type type; argument
49 struct symbol *expansion_trail; argument
50 struct symbol *visited; argument
53 enum symbol_status status; argument
64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
/scripts/kconfig/
Dexpr.h77 struct symbol { struct
78 struct symbol *next; argument
80 enum symbol_type type; argument
81 struct symbol_value curr; argument
82 struct symbol_value def[S_DEF_COUNT]; argument
92 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
Dzconf.y40 struct symbol *symbol; member
Dsymbol.c813 struct symbol *symbol; in sym_lookup() local
854 struct symbol *symbol = NULL; in sym_find() local
Dexpr.c1073 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
/scripts/
Dcheckkconfigsymbols.py234 def find_commits(symbol, diff): argument
268 def find_sims(symbol, ignore, defined=[]): argument
Dkallsyms.c469 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol()
478 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol()
638 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() local
/scripts/mod/
Dmodpost.c159 struct symbol { struct
160 struct symbol *next; argument
165 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument
166 unsigned int kernel:1; /* 1 if symbol is from kernel argument
168 unsigned int preloaded:1; /* 1 if symbol from Module.symvers, or crc */ argument
173 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
2368 struct symbol *symbol; in write_dump() local
Dfile2alias.c1305 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()