Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Dfaddr2line104 local is_vmlinux=0
118 is_vmlinux=1
235 [[ $is_vmlinux = 0 ]] && args="$args --section=$sec_name"
/linux-6.1.9/scripts/mod/
Dmodpost.c190 mod->is_vmlinux = (strcmp(mod->name, "vmlinux") == 0); in new_module()
377 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()
380 s->module->is_vmlinux ? "" : ".ko"); in sym_add_exported()
1755 if (mod->is_vmlinux) { in mod_set_crcs()
1796 if (!mod->is_vmlinux) { in read_symbols()
1834 if (!mod->is_vmlinux) { in read_symbols()
2027 sym->name, mod->name, mod->is_vmlinux ? "" : ".ko", in add_exported_symbols()
2077 s->module->seen = s->module->is_vmlinux; in add_depends()
2387 if (mod->is_vmlinux) in main()
Dmodpost.h121 bool is_vmlinux; member