Searched defs:module (Results 1 – 3 of 3) sorted by relevance
117 struct module { struct118 struct list_head list;121 const char *dump_file;122 bool is_gpl_compatible;123 bool is_vmlinux;124 bool seen;125 bool has_init;126 bool has_cleanup;127 char srcversion[25];133 char *no_trim_symbol;[all …]
220 struct module *module; member
147 def _section_arguments(self, module, module_addr): argument173 def load_module_symbols(self, module): argument
Completed in 12 milliseconds