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 \
328 const struct kernel_symbol *syms;341 const struct kernel_symbol *gpl_syms;346 const struct kernel_symbol *unused_syms;352 const struct kernel_symbol *unused_gpl_syms;364 const struct kernel_symbol *gpl_future_syms;529 const struct kernel_symbol *start, *stop;544 const struct kernel_symbol *find_symbol(const char *name,
405 extern const struct kernel_symbol __start___ksymtab[];406 extern const struct kernel_symbol __stop___ksymtab[];407 extern const struct kernel_symbol __start___ksymtab_gpl[];408 extern const struct kernel_symbol __stop___ksymtab_gpl[];409 extern const struct kernel_symbol __start___ksymtab_gpl_future[];410 extern const struct kernel_symbol __stop___ksymtab_gpl_future[];415 extern const struct kernel_symbol __start___ksymtab_unused[];416 extern const struct kernel_symbol __stop___ksymtab_unused[];417 extern const struct kernel_symbol __start___ksymtab_unused_gpl[];418 extern const struct kernel_symbol __stop___ksymtab_unused_gpl[];[all …]
267 const struct kernel_symbol *sym; in klp_find_external_symbol()