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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c88 static int is_vmlinux(const char *modname) function
289 is_vmlinux(s->module->name) ?"":".ko");
296 s->vmlinux = is_vmlinux(mod->name);
1655 if (is_vmlinux(modname)) {
1661 if (info.modinfo && !license && !is_vmlinux(modname))
1682 if (!is_vmlinux(modname) ||
1683 (is_vmlinux(modname) && vmlinux_section_warnings))
1690 if (version || (all_versions && !is_vmlinux(modname)))
1735 const char *e = is_vmlinux(m) ?"":".ko";
1760 const char *e = is_vmlinux(
[all...]

Completed in 55 milliseconds