Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/mod/
Dmodpost.c95 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()
[all …]