Searched refs:get_modinfo (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/module/ |
H A D | main.c | 1059 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() function 1623 attr->setup(mod, get_modinfo(info, attr->attr.name)); in setup_modinfo() 1835 info->name = get_modinfo(info, "name"); in elf_validity_cache_copy() 1939 if (!get_modinfo(info, "livepatch")) in check_modinfo_livepatch() 1953 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in check_modinfo_retpoline() 2032 if (!get_modinfo(info, "intree")) { in module_augment_kernel_taints() 2041 if (get_modinfo(info, "staging")) { in module_augment_kernel_taints() 2053 module_license_taint_check(mod, get_modinfo(info, "license")); in module_augment_kernel_taints() 2055 if (get_modinfo(info, "test")) { in module_augment_kernel_taints() 2096 const char *modmagic = get_modinfo(info, "vermagic"); in check_modinfo()
|
H A D | internal.h | 118 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
|
/linux/scripts/mod/ |
H A D | modpost.c | 687 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() function 1578 license = get_modinfo(&info, "license"); in read_symbols() 1589 namespace = get_modinfo(&info, "import_ns"); in read_symbols() 1596 if (extra_warn && !get_modinfo(&info, "description")) in read_symbols() 1610 version = get_modinfo(&info, "version"); in read_symbols()
|