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

/linux-master/scripts/mod/
H A Dmodpost.c216 bool is_gpl_only; /* exported by EXPORT_SYMBOL_GPL */ member in struct:symbol
374 s->is_gpl_only = gpl_only;
1775 if (!mod->is_gpl_compatible && exp->is_gpl_only)
1879 sym->is_gpl_only ? "_gpl" : "", sym->namespace);
1898 sym->name, sym->crc, sym->is_gpl_only ? "_gpl" : "");
2150 sym->is_gpl_only ? "_GPL" : "",

Completed in 132 milliseconds