Home
last modified time | relevance | path

Searched refs:kernel_symbol (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dexport.h26 struct kernel_symbol struct
62 extern const struct kernel_symbol __ksymtab_##sym; \
63 __visible const struct kernel_symbol __ksymtab_##sym \
Dmodule.h328 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,
/linux-4.4.14/kernel/
Dmodule.c405 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 …]
/linux-4.4.14/kernel/livepatch/
Dcore.c267 const struct kernel_symbol *sym; in klp_find_external_symbol()