Searched refs:get_next_modinfo (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/scripts/mod/ |
A D | modpost.c | 696 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 719 return get_next_modinfo(info, tag, NULL); in get_modinfo() 1816 license = get_next_modinfo(&info, "license", license); in read_symbols() 1822 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
/linux-6.3-rc2/kernel/module/ |
A D | main.c | 1002 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1018 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 1542 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 1570 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|
Completed in 12 milliseconds