Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/
Dfaddr2line104 local is_vmlinux=0
118 is_vmlinux=1
235 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
/Linux-v6.6/scripts/mod/
Dmodpost.c197 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0); in new_module()
375 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()
378 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()
1687 if (mod->is_vmlinux) { in mod_set_crcs()
1728 if (!mod->is_vmlinux) { in read_symbols()
1759 if (!mod->is_vmlinux) { in read_symbols()
1985 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()
2035 s->module->seen = s->module->is_vmlinux; in add_depends()
2354 if (mod->from_dump || mod->is_vmlinux) in main()
2368 if (mod->is_vmlinux) in main()
Dmodpost.h99 bool is_vmlinux; member