Searched defs:module (Results 1 – 3 of 3) sorted by relevance
111 struct module { struct112 struct module *next; argument113 const char *name;114 int gpl_compatible;115 struct symbol *unres;116 int seen;117 int skip;118 int has_init;119 int has_cleanup;120 struct buffer dev_table_buf;[all …]
161 struct module *module; member205 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
92 def _section_arguments(self, module): argument109 def load_module_symbols(self, module): argument