Searched refs:kernel_symbol (Results 1 – 4 of 4) sorted by relevance
26 struct kernel_symbol struct62 extern const struct kernel_symbol __ksymtab_##sym; \63 __visible const struct kernel_symbol __ksymtab_##sym \
236 const struct kernel_symbol *syms;246 const struct kernel_symbol *gpl_syms;251 const struct kernel_symbol *unused_syms;257 const struct kernel_symbol *unused_gpl_syms;267 const struct kernel_symbol *gpl_future_syms;415 const struct kernel_symbol *start, *stop;426 const struct kernel_symbol *find_symbol(const char *name,
256 extern const struct kernel_symbol __start___ksymtab[];257 extern const struct kernel_symbol __stop___ksymtab[];258 extern const struct kernel_symbol __start___ksymtab_gpl[];259 extern const struct kernel_symbol __stop___ksymtab_gpl[];260 extern const struct kernel_symbol __start___ksymtab_gpl_future[];261 extern const struct kernel_symbol __stop___ksymtab_gpl_future[];266 extern const struct kernel_symbol __start___ksymtab_unused[];267 extern const struct kernel_symbol __stop___ksymtab_unused[];268 extern const struct kernel_symbol __start___ksymtab_unused_gpl[];269 extern const struct kernel_symbol __stop___ksymtab_unused_gpl[];[all …]
266 const struct kernel_symbol *sym; in klp_find_external_symbol()