Lines Matching refs:module
30 struct module *mod;
138 static void *get_symbol(struct module *mod, const char *prefix, const char *name) in get_symbol()
158 static struct codetag_range get_section_range(struct module *mod, in get_section_range()
167 static const char *get_mod_name(__maybe_unused struct module *mod) in get_mod_name()
176 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init()
234 bool codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section()
262 void *codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section()
287 void codetag_free_module_sections(struct module *mod) in codetag_free_module_sections()
303 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced()
319 int codetag_load_module(struct module *mod) in codetag_load_module()
338 void codetag_unload_module(struct module *mod) in codetag_unload_module()