Searched refs:is_vmlinux (Results 1 – 2 of 2) sorted by relevance
201 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0); in new_module()354 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()357 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()1537 if (mod->is_vmlinux) { in mod_set_crcs()1586 if (!mod->is_vmlinux) { in read_symbols()1618 if (!mod->is_vmlinux) { in read_symbols()1836 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()1934 s->module->seen = s->module->is_vmlinux; in add_depends()2287 if (mod->dump_file || mod->is_vmlinux) in main()2301 if (mod->is_vmlinux) in main()
123 bool is_vmlinux; member