Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h82 struct module { struct
87 bool from_dump; /* true if module was loaded from *.symvers */ argument
92 bool is_protected; /* true if module exports are protected */ argument
93 struct buffer dev_table_buf;
94 char srcversion[25];
96 struct list_head missing_namespaces;
98 struct list_head imported_namespaces;
99 char name[];
Dmodpost.c214 struct module *module; member
/scripts/gdb/linux/
Dsymbols.py92 def _section_arguments(self, module, module_addr): argument
114 def load_module_symbols(self, module): argument