Lines Matching refs:is_vmlinux
95 static int is_vmlinux(const char *modname) in is_vmlinux() function
318 is_vmlinux(s->module->name) ?"":".ko"); in sym_add_exported()
325 s->vmlinux = is_vmlinux(mod->name); in sym_add_exported()
612 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()
1941 if (is_vmlinux(modname)) { in read_symbols()
1947 if (info.modinfo && !license && !is_vmlinux(modname)) in read_symbols()
1968 if (!is_vmlinux(modname) || in read_symbols()
1969 (is_vmlinux(modname) && vmlinux_section_warnings)) in read_symbols()
1976 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()
2042 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()
2067 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_unused()
2211 m->seen = is_vmlinux(m->name); in add_depends()
2325 if (is_vmlinux(modname)) in read_dump()