Searched refs:get_next_modinfo (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/kernel/module/ |
D | internal.h | 118 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
|
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()
|
/linux-6.6.21/scripts/mod/ |
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()
|