Lines Matching refs:get_modinfo
1074 * get_modinfo() calls made before rewrite_section_headers()
1091 static char *get_modinfo(const struct load_info *info, const char *tag)
1689 attr->setup(mod, get_modinfo(info, attr->attr.name));
1951 info->name = get_modinfo(info, "name");
2320 if (!get_modinfo(info, "livepatch"))
2334 if (retpoline_module_ok(get_modinfo(info, "retpoline")))
2426 if (!get_modinfo(info, "intree")) {
2435 if (get_modinfo(info, "staging")) {
2447 module_license_taint_check(mod, get_modinfo(info, "license"));
2449 if (get_modinfo(info, "test")) {
2486 const char *modmagic = get_modinfo(info, "vermagic");