Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/mod/
Dmodpost.c99 static int is_vmlinux(const char *modname) in is_vmlinux() function
332 is_vmlinux(s->module->name) ?"":".ko"); in sym_add_exported()
339 s->vmlinux = is_vmlinux(mod->name); in sym_add_exported()
625 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()
684 const char *e = is_vmlinux(mod->name) ?"":".ko"; in handle_modversions()
1948 if (is_vmlinux(modname)) { in read_symbols()
1954 if (!license && !is_vmlinux(modname)) in read_symbols()
1974 if (!is_vmlinux(modname) || vmlinux_section_warnings) in read_symbols()
1981 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()
2047 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()
[all …]