Searched refs:get_next_modinfo (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/scripts/mod/ |
D | modpost.c | 780 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 803 return get_next_modinfo(info, tag, NULL); in get_modinfo() 2025 license = get_next_modinfo(&info, "license", license); in read_symbols() 2031 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
/Linux-v5.10/kernel/ |
D | module.c | 1403 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1419 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 2568 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 2596 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|