Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dfaddr2line103 local is_vmlinux=0
117 is_vmlinux=1
234 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
/kernel/linux/linux-6.6/scripts/
H A Dfaddr2line104 local is_vmlinux=0
118 is_vmlinux=1
235 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
/kernel/linux/linux-6.6/scripts/mod/
H A 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()
1681 if (mod->is_vmlinux) { in mod_set_crcs()
1722 if (!mod->is_vmlinux) { in read_symbols()
1753 if (!mod->is_vmlinux) { in read_symbols()
1979 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()
2029 s->module->seen = s->module->is_vmlinux; in add_depends()
2348 if (mod->from_dump || mod->is_vmlinux) in main()
2362 if (mod->is_vmlinux) in main()
[all...]
H A Dmodpost.h99 bool is_vmlinux; member
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c171 mod->is_vmlinux = (strcmp(modname, "vmlinux") == 0); in new_module()
176 if (mod->is_vmlinux) in new_module()
419 } else if (!external_module || s->module->is_vmlinux || in sym_add_exported()
423 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()
679 symname, mod->name, mod->is_vmlinux ? "" : ".ko"); in handle_modversion()
2047 if (!mod->is_vmlinux) { in read_symbols()
2106 if (!mod->is_vmlinux) { in read_symbols()
2377 s->module->seen = s->module->is_vmlinux; in add_depends()
2652 if (mod->is_vmlinux || mod->from_dump) in main()
H A Dmodpost.h123 int is_vmlinux; member

Completed in 14 milliseconds