Home
last modified time | relevance | path

Searched refs:is_vmlinux (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/scripts/mod/
Dmodpost.c179 mod->is_vmlinux = (strcmp(modname, "vmlinux") == 0); in new_module()
184 if (mod->is_vmlinux) in new_module()
427 } else if (!external_module || s->module->is_vmlinux || in sym_add_exported()
431 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()
687 symname, mod->name, mod->is_vmlinux ? "" : ".ko"); in handle_modversion()
2014 if (!mod->is_vmlinux) { in read_symbols()
2073 if (!mod->is_vmlinux) { in read_symbols()
2344 s->module->seen = s->module->is_vmlinux; in add_depends()
2632 if (mod->is_vmlinux || mod->from_dump) in main()
Dmodpost.h122 int is_vmlinux; member