Lines Matching defs:mod
24 struct module *mod; member
128 static void *get_symbol(struct module *mod, const char *prefix, const char *name) in get_symbol()
148 static struct codetag_range get_section_range(struct module *mod, in get_section_range()
157 static const char *get_mod_name(__maybe_unused struct module *mod) in get_mod_name()
166 static int codetag_module_init(struct codetag_type *cttype, struct module *mod) in codetag_module_init()
213 bool codetag_needs_module_section(struct module *mod, const char *name, in codetag_needs_module_section()
241 void *codetag_alloc_module_section(struct module *mod, const char *name, in codetag_alloc_module_section()
266 void codetag_free_module_sections(struct module *mod) in codetag_free_module_sections()
282 void codetag_module_replaced(struct module *mod, struct module *new_mod) in codetag_module_replaced()
298 void codetag_load_module(struct module *mod) in codetag_load_module()
311 void codetag_unload_module(struct module *mod) in codetag_unload_module()