Home
last modified time | relevance | path

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

/linux-6.15/scripts/mod/
H A Dmodpost.c1072 bool is_gpl; in check_export_symbol() local
1099 is_gpl = true; in check_export_symbol()
1101 is_gpl = false; in check_export_symbol()
1109 s = sym_add_exported(name, mod, is_gpl, data); in check_export_symbol()