Searched refs:modmagic (Results 1 – 1 of 1) sorted by relevance
2635 const char *modmagic = get_modinfo(info, "vermagic"); in find_module_sections() 2639 modmagic = NULL; in find_module_sections() 2642 if (!modmagic) { in find_module_sections() 2646 } else if (!same_magic(modmagic, vermagic, info->index.vers)) { in find_module_sections() 2648 info->name, modmagic, vermagic); in find_module_sections() 2582 const char *modmagic = get_modinfo(info, "vermagic"); check_modinfo() local