Home
last modified time | relevance | path

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

/linux-6.8/scripts/mod/
Dsymsearch.c25 struct symsearch { struct
26 unsigned int table_size;
27 struct syminfo table[];
Dmodpost.h132 struct symsearch *symsearch; member
/linux-6.8/kernel/module/
Dmain.c85 struct symsearch { struct
86 const struct kernel_symbol *start, *stop;
87 const s32 *crcs;
88 enum mod_license license;