Searched refs:get_next_modinfo (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/mod/ |
| A D | modpost.c | 769 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() function 792 return get_next_modinfo(info, tag, NULL); in get_modinfo() 2021 license = get_next_modinfo(&info, "license", license); in read_symbols() 2027 namespace = get_next_modinfo(&info, "import_ns", in read_symbols()
|
| /linux/kernel/ |
| A D | module.c | 1343 static char *get_next_modinfo(const struct load_info *info, const char *tag, 1359 imported_namespace = get_next_modinfo( in verify_namespace_is_imported() 2548 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() function 2576 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|
| /linux/ |
| A D | System.map | 5122 ffff800010135980 t get_next_modinfo
|
| A D | .tmp_System.map | 5122 ffff800010135980 t get_next_modinfo
|
Completed in 977 milliseconds