Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h111 struct module { struct
112 struct module *next; argument
113 const char *name;
114 int gpl_compatible;
115 struct symbol *unres;
116 int seen;
117 int skip;
118 int has_init;
119 int has_cleanup;
120 struct buffer dev_table_buf;
[all …]
Dmodpost.c161 struct module *module; member
205 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
/scripts/gdb/linux/
Dsymbols.py92 def _section_arguments(self, module): argument
110 def load_module_symbols(self, module): argument