Home
last modified time | relevance | path

Searched refs:is_vmlinux (Results 1 – 2 of 2) 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()
1539 if (mod->is_vmlinux) { in mod_set_crcs()
1588 if (!mod->is_vmlinux) { in read_symbols()
1623 if (!mod->is_vmlinux) { in read_symbols()
1882 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()
1980 s->module->seen = s->module->is_vmlinux; in add_depends()
2333 if (mod->dump_file || mod->is_vmlinux) in main()
2347 if (mod->is_vmlinux) in main()
[all...]
H A Dmodpost.h123 bool is_vmlinux; member