Home
last modified time | relevance | path

Searched refs:get_modinfo (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/module/
H A Dmain.c1081 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() function
1669 attr->setup(mod, get_modinfo(info, attr->attr.name)); in setup_modinfo()
1931 info->name = get_modinfo(info, "name"); in elf_validity_cache_index_info()
2300 if (!get_modinfo(info, "livepatch")) in check_modinfo_livepatch()
2314 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in check_modinfo_retpoline()
2406 if (!get_modinfo(info, "intree")) { in module_augment_kernel_taints()
2415 if (get_modinfo(info, "staging")) { in module_augment_kernel_taints()
2427 module_license_taint_check(mod, get_modinfo(info, "license")); in module_augment_kernel_taints()
2429 if (get_modinfo(info, "test")) { in module_augment_kernel_taints()
2466 const char *modmagic = get_modinfo(info, "vermagic"); in check_modinfo()
H A Dinternal.h125 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
/linux-6.15/scripts/mod/
H A Dmodpost.c694 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() function
1587 license = get_modinfo(&info, "license"); in read_symbols()
1598 namespace = get_modinfo(&info, "import_ns"); in read_symbols()
1605 if (!get_modinfo(&info, "description")) in read_symbols()
1619 version = get_modinfo(&info, "version"); in read_symbols()