Searched refs:is_vmlinux (Results 1 – 2 of 2) sorted by relevance
103 local is_vmlinux=0117 is_vmlinux=1234 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
100 static int is_vmlinux(const char *modname) in is_vmlinux() function395 is_vmlinux(s->module->name) ? "" : ".ko"); in sym_add_exported()402 s->vmlinux = is_vmlinux(mod->name); in sym_add_exported()693 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()752 const char *e = is_vmlinux(mod->name) ?"":".ko"; in handle_modversions()2050 if (is_vmlinux(modname)) { in read_symbols()2056 if (!license && !is_vmlinux(modname)) in read_symbols()2107 if (!is_vmlinux(modname) || vmlinux_section_warnings) in read_symbols()2114 if (version || (all_versions && !is_vmlinux(modname))) in read_symbols()2180 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage()[all …]