Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h112 struct module { struct
113 struct module *next; argument
114 const char *name;
115 int gpl_compatible;
116 struct symbol *unres;
117 int seen;
118 int skip;
119 int has_init;
120 int has_cleanup;
121 struct buffer dev_table_buf;
[all …]
Dmodpost.c167 struct module *module; member
211 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