Searched refs:is_vmlinux (Results 1 – 3 of 3) sorted by relevance
104 local is_vmlinux=0118 is_vmlinux=1235 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
196 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0); in new_module()374 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()377 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()1628 if (mod->is_vmlinux) { in mod_set_crcs()1669 if (!mod->is_vmlinux) { in read_symbols()1701 if (!mod->is_vmlinux) { in read_symbols()1927 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()1977 s->module->seen = s->module->is_vmlinux; in add_depends()2296 if (mod->from_dump || mod->is_vmlinux) in main()2310 if (mod->is_vmlinux) in main()
100 bool is_vmlinux; member