Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h118 struct module { struct
119 struct module *next; argument
122 int from_dump; /* 1 if module was loaded from *.symvers */ argument
123 int is_vmlinux;
124 int seen;
125 int has_init;
126 int has_cleanup;
127 struct buffer dev_table_buf;
128 char srcversion[25];
130 struct namespace_list *missing_namespaces;
[all …]
Dmodpost.c194 struct module *module; member
237 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
286 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