Searched defs:module (Results 1 – 3 of 3) sorted by relevance
112 struct module { struct113 struct module *next; argument114 const char *name;115 int gpl_compatible;116 struct symbol *unres;117 int seen;118 int skip;119 int has_init;120 int has_cleanup;121 struct buffer dev_table_buf;[all …]
167 struct module *module; member211 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
92 def _section_arguments(self, module): argument110 def load_module_symbols(self, module): argument