Home
last modified time | relevance | path

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

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