Lines Matching defs:module
101 struct module { struct
102 struct list_head list;
103 struct list_head exported_symbols;
104 struct list_head unresolved_symbols;
105 const char *dump_file;
106 bool is_gpl_compatible;
107 bool is_vmlinux;
108 bool seen;
109 bool has_init;
110 bool has_cleanup;
111 char srcversion[25];
113 struct list_head missing_namespaces;
115 struct list_head imported_namespaces;
116 struct list_head aliases;
117 char name[];