Searched refs:is_vmlinux (Results 1 – 1 of 1) sorted by relevance
94 static int is_vmlinux(const char *modname) in is_vmlinux() function317 is_vmlinux(s->module->name) ?"":".ko"); in sym_add_exported()324 s->vmlinux = is_vmlinux(mod->name); in sym_add_exported()611 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()1937 if (is_vmlinux(modname)) { in read_symbols()1943 if (info.modinfo && !license && !is_vmlinux(modname)) in read_symbols()1964 if (!is_vmlinux(modname) || in read_symbols()1965 (is_vmlinux(modname) && vmlinux_section_warnings)) in read_symbols()1972 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()2038 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()[all …]