Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/module/
Dmain.c325 { mod->gpl_syms, mod->gpl_syms + mod->num_gpl_syms, in find_symbol()
1330 { mod->gpl_syms, mod->num_gpl_syms }, in verify_exported_symbols()
2109 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", in find_module_sections()
2110 sizeof(*mod->gpl_syms), in find_module_sections()
/linux-6.6.21/include/linux/
Dmodule.h442 const struct kernel_symbol *gpl_syms; member