Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c88 static int is_vmlinux(const char *modname) in is_vmlinux() function
313 is_vmlinux(s->module->name) ?"":".ko"); in sym_add_exported()
320 s->vmlinux = is_vmlinux(mod->name); in sym_add_exported()
592 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()
1692 if (is_vmlinux(modname)) { in read_symbols()
1698 if (info.modinfo && !license && !is_vmlinux(modname)) in read_symbols()
1719 if (!is_vmlinux(modname) || in read_symbols()
1720 (is_vmlinux(modname) && vmlinux_section_warnings)) in read_symbols()
1727 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()
1772 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()
[all …]