Lines Matching defs:get_modinfo
1147 * get_modinfo() calls made before rewrite_section_headers()
1164 static char *get_modinfo(const struct load_info *info, const char *tag)
1819 attr->setup(mod, get_modinfo(info, attr->attr.name));
2105 info->name = get_modinfo(info, "name");
2480 if (!get_modinfo(info, "livepatch"))
2494 if (retpoline_module_ok(get_modinfo(info, "retpoline")))
2586 if (!get_modinfo(info, "intree")) {
2595 if (get_modinfo(info, "staging")) {
2607 module_license_taint_check(mod, get_modinfo(info, "license"));
2609 if (get_modinfo(info, "test")) {
2646 const char *modmagic = get_modinfo(info, "vermagic");