Searched refs:kernel_symbol (Results 1 – 2 of 2) sorted by relevance
37 struct kernel_symbol struct239 static const struct kernel_symbol __ksymtab_##sym \289 const struct kernel_symbol *syms;299 const struct kernel_symbol *gpl_syms;304 const struct kernel_symbol *unused_syms;310 const struct kernel_symbol *unused_gpl_syms;315 const struct kernel_symbol *gpl_future_syms;460 const struct kernel_symbol *start, *stop;471 const struct kernel_symbol *find_symbol(const char *name,
214 extern const struct kernel_symbol __start___ksymtab[];215 extern const struct kernel_symbol __stop___ksymtab[];216 extern const struct kernel_symbol __start___ksymtab_gpl[];217 extern const struct kernel_symbol __stop___ksymtab_gpl[];218 extern const struct kernel_symbol __start___ksymtab_gpl_future[];219 extern const struct kernel_symbol __stop___ksymtab_gpl_future[];224 extern const struct kernel_symbol __start___ksymtab_unused[];225 extern const struct kernel_symbol __stop___ksymtab_unused[];226 extern const struct kernel_symbol __start___ksymtab_unused_gpl[];227 extern const struct kernel_symbol __stop___ksymtab_unused_gpl[];[all …]