Home
last modified time | relevance | path

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

/scripts/genksyms/
Dgenksyms.h42 struct symbol { struct
43 struct symbol *hash_next; argument
45 enum symbol_type type; argument
47 struct symbol *expansion_trail; argument
48 struct symbol *visited; argument
51 enum symbol_status status; argument
61 struct symbol *find_symbol(const char *name, enum symbol_type ns); 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
91 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
Dzconf.y47 struct symbol *symbol; member
Dsymbol.c656 struct symbol *symbol; in sym_lookup() local
699 struct symbol *symbol = NULL; in sym_find() local
Dexpr.c1016 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
/scripts/mod/
Dmodpost.c142 struct symbol { struct
143 struct symbol *next; argument
148 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument
149 unsigned int kernel:1; /* 1 if symbol is from kernel argument
151 unsigned int preloaded:1; /* 1 if symbol from Module.symvers */ argument
156 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
1939 struct symbol *symbol; in write_dump() local
Dfile2alias.c714 static inline int sym_is(const char *symbol, const char *name) in sym_is()
/scripts/
Dkallsyms.c339 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol()
348 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol()