Searched refs:get_next_modinfo (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 776 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 799 return get_next_modinfo(info, tag, NULL); in get_modinfo() 2029 license = get_next_modinfo(&info, "license", license); in read_symbols() 2035 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 1411 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1427 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 2613 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 2641 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|