Searched refs:get_next_modinfo (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/scripts/mod/ |
D | modpost.c | 697 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 720 return get_next_modinfo(info, tag, NULL); in get_modinfo() 1805 license = get_next_modinfo(&info, "license", license); in read_symbols() 1811 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
/Linux-v6.1/kernel/module/ |
D | main.c | 1004 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1020 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 1544 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 1572 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|