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

/linux-master/scripts/
H A Dfaddr2line117 local is_vmlinux=0
131 is_vmlinux=1
253 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
/linux-master/scripts/mod/
H A Dmodpost.h99 bool is_vmlinux; member in struct:module
H A Dmodpost.c188 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0);
366 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) {
369 s->module->is_vmlinux ? "" : ".ko");
1596 if (mod->is_vmlinux) {
1637 if (!mod->is_vmlinux) {
1668 if (!mod->is_vmlinux) {
1894 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko",
1944 s->module->seen = s->module->is_vmlinux;
2263 if (mod->from_dump || mod->is_vmlinux)
2277 if (mod->is_vmlinux)
[all...]

Completed in 139 milliseconds