kernel_symbol     195 include/linux/module.h 	static const struct kernel_symbol __ksymtab_##sym	\
kernel_symbol     251 include/linux/module.h 	const struct kernel_symbol *syms;
kernel_symbol     257 include/linux/module.h 	const struct kernel_symbol *gpl_syms;
kernel_symbol     262 include/linux/module.h 	const struct kernel_symbol *unused_syms;
kernel_symbol     268 include/linux/module.h 	const struct kernel_symbol *unused_gpl_syms;
kernel_symbol     273 include/linux/module.h 	const struct kernel_symbol *gpl_future_syms;
kernel_symbol     134 kernel/module.c extern const struct kernel_symbol __start___ksymtab[];
kernel_symbol     135 kernel/module.c extern const struct kernel_symbol __stop___ksymtab[];
kernel_symbol     136 kernel/module.c extern const struct kernel_symbol __start___ksymtab_gpl[];
kernel_symbol     137 kernel/module.c extern const struct kernel_symbol __stop___ksymtab_gpl[];
kernel_symbol     138 kernel/module.c extern const struct kernel_symbol __start___ksymtab_gpl_future[];
kernel_symbol     139 kernel/module.c extern const struct kernel_symbol __stop___ksymtab_gpl_future[];
kernel_symbol     140 kernel/module.c extern const struct kernel_symbol __start___ksymtab_gpl_future[];
kernel_symbol     141 kernel/module.c extern const struct kernel_symbol __stop___ksymtab_gpl_future[];
kernel_symbol     146 kernel/module.c extern const struct kernel_symbol __start___ksymtab_unused[];
kernel_symbol     147 kernel/module.c extern const struct kernel_symbol __stop___ksymtab_unused[];
kernel_symbol     148 kernel/module.c extern const struct kernel_symbol __start___ksymtab_unused_gpl[];
kernel_symbol     149 kernel/module.c extern const struct kernel_symbol __stop___ksymtab_unused_gpl[];
kernel_symbol     161 kernel/module.c 	const struct kernel_symbol *start, *stop;
kernel_symbol    1470 kernel/module.c 	const struct kernel_symbol *s;
kernel_symbol    1472 kernel/module.c 		const struct kernel_symbol *sym;
kernel_symbol    1696 kernel/module.c static const struct kernel_symbol *lookup_symbol(const char *name,
kernel_symbol    1700 kernel/module.c 	const struct kernel_symbol *ks = start;