Searched refs:get_next_modinfo (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/scripts/mod/ |
D | modpost.c | 792 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 815 return get_next_modinfo(info, tag, NULL); in get_modinfo() 2041 license = get_next_modinfo(&info, "license", license); in read_symbols() 2047 namespace = get_next_modinfo(&info, "import_ns", namespace); in read_symbols()
|
/Linux-v5.4/kernel/ |
D | module.c | 1392 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1408 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 2534 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 2562 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|