Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/mod/
Dmodpost.c189 mod->is_vmlinux = (strcmp(modname, "vmlinux") == 0); in new_module()
419 } else if (!external_module || s->module->is_vmlinux || in sym_add_exported()
423 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()
674 symname, mod->name, mod->is_vmlinux ? "" : ".ko", in handle_modversion()
2010 if (!mod->is_vmlinux) { in read_symbols()
2069 if (!mod->is_vmlinux) { in read_symbols()
2302 s->module->seen = s->module->is_vmlinux; in add_depends()
2567 if (mod->is_vmlinux || mod->from_dump) in main()
Dmodpost.h122 int is_vmlinux; member