Lines Matching refs:pmod
264 static int klp_find_external_symbol(struct module *pmod, const char *name, in klp_find_external_symbol() argument
280 return klp_find_object_symbol(pmod->name, name, addr); in klp_find_external_symbol()
283 static int klp_write_object_relocations(struct module *pmod, in klp_write_object_relocations() argument
310 ret = klp_find_external_symbol(pmod, in klp_write_object_relocations()
320 ret = klp_write_module_reloc(pmod, reloc->type, reloc->loc, in klp_write_object_relocations()
916 struct module *pmod = patch->mod; in klp_module_notify_coming() local
923 pmod->name, mod->name, ret); in klp_module_notify_coming()
931 pmod->name, mod->name); in klp_module_notify_coming()
936 pmod->name, mod->name, ret); in klp_module_notify_coming()
943 struct module *pmod = patch->mod; in klp_module_notify_going() local
950 pmod->name, mod->name); in klp_module_notify_going()