Home
last modified time | relevance | path

Searched defs:module (Results 1 – 3 of 3) sorted by relevance

/scripts/mod/
Dmodpost.h117 struct module { struct
118 struct module *next; argument
119 const char *name;
120 int gpl_compatible;
121 struct symbol *unres;
122 int seen;
123 int skip;
124 int has_init;
125 int has_cleanup;
126 struct buffer dev_table_buf;
[all …]
Dmodpost.c169 struct module *module; member
216 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
269 static bool module_imports_namespace(struct module *module, in module_imports_namespace()
/scripts/gdb/linux/
Dsymbols.py92 def _section_arguments(self, module): argument
110 def load_module_symbols(self, module): argument