Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c225 bool is_gpl_only; /* exported by EXPORT_SYMBOL_GPL */ member
383 s->is_gpl_only = gpl_only; in sym_add_exported()
1860 if (!mod->is_gpl_compatible && exp->is_gpl_only) in check_exports()
1964 sym->is_gpl_only ? "_gpl" : "", sym->namespace); in add_exported_symbols()
1983 sym->name, sym->crc, sym->is_gpl_only ? "_gpl" : ""); in add_exported_symbols()
2235 sym->is_gpl_only ? "_GPL" : "", in write_dump()

Completed in 4 milliseconds