Lines Matching defs:module
117 struct module { struct
118 struct list_head list;
119 struct list_head exported_symbols;
120 struct list_head unresolved_symbols;
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];
129 struct list_head missing_namespaces;
131 struct list_head imported_namespaces;
132 struct list_head aliases;
133 char *no_trim_symbol;
134 unsigned int no_trim_symbol_len;
135 char name[];