Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c203 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0); in new_module()
356 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()
359 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()
1548 if (mod->is_vmlinux) { in mod_set_crcs()
1597 if (!mod->is_vmlinux) { in read_symbols()
1632 if (!mod->is_vmlinux) { in read_symbols()
1891 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()
1989 s->module->seen = s->module->is_vmlinux; in add_depends()
2357 if (mod->dump_file || mod->is_vmlinux) in main()
2371 if (mod->is_vmlinux) in main()
H A Dmodpost.h125 bool is_vmlinux; member
H A Dfile2alias.c1540 if (mod->is_vmlinux) { in handle_moddevtable()