Home
last modified time | relevance | path

Searched defs:symsearch (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/scripts/mod/
Dsymsearch.c25 struct symsearch { struct
26 unsigned int table_size;
27 struct syminfo table[];
Dmodpost.h160 struct symsearch *symsearch; member
/linux-6.14.4/kernel/module/
Dmain.c87 struct symsearch { struct
88 const struct kernel_symbol *start, *stop;
89 const u32 *crcs;
90 enum mod_license license;