Searched refs:get_modinfo (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/module/ |
| H A D | main.c | 1135 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() function 1771 attr->setup(mod, get_modinfo(info, attr->attr.name)); in setup_modinfo() 2047 info->name = get_modinfo(info, "name"); in elf_validity_cache_index_info() 2416 if (!get_modinfo(info, "livepatch")) in check_modinfo_livepatch() 2430 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in check_modinfo_retpoline() 2522 if (!get_modinfo(info, "intree")) { in module_augment_kernel_taints() 2531 if (get_modinfo(info, "staging")) { in module_augment_kernel_taints() 2543 module_license_taint_check(mod, get_modinfo(info, "license")); in module_augment_kernel_taints() 2545 if (get_modinfo(info, "test")) { in module_augment_kernel_taints() 2582 const char *modmagic = get_modinfo(info, "vermagic"); in check_modinfo()
|
| H A D | internal.h | 135 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 705 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() function 1598 license = get_modinfo(&info, "license"); in read_symbols() 1609 for (namespace = get_modinfo(&info, "import_ns"); in read_symbols() 1619 if (!get_modinfo(&info, "description")) in read_symbols() 1633 version = get_modinfo(&info, "version"); in read_symbols()
|