Searched refs:get_next_modinfo (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/kernel/module/ |
H A D | internal.h | 118 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
|
H A D | main.c | 1031 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 1059 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 772 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 795 return get_next_modinfo(info, tag, NULL); in get_modinfo() 2058 license = get_next_modinfo(&info, "license", license); in read_symbols() 2064 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 685 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 708 return get_next_modinfo(info, tag, NULL); in get_modinfo() 1731 license = get_next_modinfo(&info, "license", license); in read_symbols() 1737 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 1407 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1423 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 2612 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 2640 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|
Completed in 18 milliseconds