Home
last modified time | relevance | path

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

/linux-4.1.27/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.h236 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,
/linux-4.1.27/kernel/
Dmodule.c256 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 …]
/linux-4.1.27/kernel/livepatch/
Dcore.c266 const struct kernel_symbol *sym; in klp_find_external_symbol()