Home
last modified time | relevance | path

Searched refs:is_dot_o (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/scripts/mod/
Dmodpost.h128 int is_dot_o; member
Dmodpost.c147 mod->is_dot_o = 1; in new_module()
690 if ((!is_vmlinux(mod->name) || mod->is_dot_o) && in handle_modversions()
2684 if (is_vmlinux(s->module->name) && !s->module->is_dot_o) in main()