Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c1147 * get_modinfo() calls made before rewrite_section_headers() in get_next_modinfo()
1164 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() function
1819 attr->setup(mod, get_modinfo(info, attr->attr.name)); in setup_modinfo()
2105 info->name = get_modinfo(info, "name");
2480 if (!get_modinfo(info, "livepatch"))
2494 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in copy_module_from_user()
2586 if (!get_modinfo(info, "intree")) { in module_augment_kernel_taints()
2595 if (get_modinfo(info, "staging")) { in module_augment_kernel_taints()
2607 module_license_taint_check(mod, get_modinfo(info, "license")); in module_augment_kernel_taints()
2609 if (get_modinfo(inf in module_augment_kernel_taints()
[all...]
/linux/scripts/mod/
H A Dmodpost.c715 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() function
1620 license = get_modinfo(&info, "license"); in read_symbols()
1631 for (namespace = get_modinfo(&info, "import_ns"); in read_symbols()
1641 if (!get_modinfo(&info, "description")) in read_symbols()
1655 version = get_modinfo(&info, "version"); in read_symbols()