Searched refs:get_next_modinfo (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.c | 690 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 713 return get_next_modinfo(info, tag, NULL); in get_modinfo() 1611 license = get_next_modinfo(&info, "license", license); in read_symbols() 1616 namespace = get_next_modinfo(&info, "import_ns", namespace)) { in read_symbols()
|
| /linux/kernel/module/ |
| H A D | main.c | 1138 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 1166 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|