Searched refs:is_vmlinux (Results 1 – 2 of 2) sorted by relevance
185 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0); in new_module()338 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()341 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()1524 if (mod->is_vmlinux) { in mod_set_crcs()1565 if (!mod->is_vmlinux) { in read_symbols()1597 if (!mod->is_vmlinux) { in read_symbols()1800 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()1850 s->module->seen = s->module->is_vmlinux; in add_depends()2198 if (mod->dump_file || mod->is_vmlinux) in main()2212 if (mod->is_vmlinux) in main()
107 bool is_vmlinux; member