Searched defs:module (Results 1 – 3 of 3) sorted by relevance
117 struct module { struct118 struct module *next; argument121 int from_dump; /* 1 if module was loaded from *.symvers */ argument122 int is_vmlinux;123 int seen;124 int has_init;125 int has_cleanup;126 struct buffer dev_table_buf;127 char srcversion[25];129 struct namespace_list *missing_namespaces;[all …]
206 struct module *module; member249 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()298 static bool module_imports_namespace(struct module *module, in module_imports_namespace()
92 def _section_arguments(self, module): argument110 def load_module_symbols(self, module): argument