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

/linux-master/kernel/module/
H A Dmain.c1040 * get_modinfo() calls made before rewrite_section_headers()
1057 static char *get_modinfo(const struct load_info *info, const char *tag) function
1598 attr->setup(mod, get_modinfo(info, attr->attr.name));
1817 info->name = get_modinfo(info, "name");
1921 if (!get_modinfo(info, "livepatch"))
1935 if (retpoline_module_ok(get_modinfo(info, "retpoline")))
2014 if (!get_modinfo(info, "intree")) {
2023 if (get_modinfo(info, "staging")) {
2035 module_license_taint_check(mod, get_modinfo(info, "license"));
2037 if (get_modinfo(inf
[all...]
H A Dinternal.h118 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
/linux-master/scripts/mod/
H A Dmodpost.c696 static char *get_modinfo(struct elf_info *info, const char *tag) function
1638 license = get_modinfo(&info, "license");
1649 namespace = get_modinfo(&info, "import_ns");
1657 if (extra_warn && !get_modinfo(&info, "description"))
1669 version = get_modinfo(&info, "version");

Completed in 370 milliseconds