Searched refs:is_vmlinux (Results 1 – 1 of 1) sorted by relevance
100 static int is_vmlinux(const char *modname) in is_vmlinux() function392 is_vmlinux(s->module->name) ? "" : ".ko"); in sym_add_exported()399 s->vmlinux = is_vmlinux(mod->name); in sym_add_exported()690 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()749 const char *e = is_vmlinux(mod->name) ?"":".ko"; in handle_modversions()2024 if (is_vmlinux(modname)) { in read_symbols()2030 if (!license && !is_vmlinux(modname)) in read_symbols()2081 if (!is_vmlinux(modname) || vmlinux_section_warnings) in read_symbols()2088 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()2154 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()[all …]