Lines Matching refs:kernel_symbol

380 extern const struct kernel_symbol __start___ksymtab[];
381 extern const struct kernel_symbol __stop___ksymtab[];
382 extern const struct kernel_symbol __start___ksymtab_gpl[];
383 extern const struct kernel_symbol __stop___ksymtab_gpl[];
384 extern const struct kernel_symbol __start___ksymtab_gpl_future[];
385 extern const struct kernel_symbol __stop___ksymtab_gpl_future[];
390 extern const struct kernel_symbol __start___ksymtab_unused[];
391 extern const struct kernel_symbol __stop___ksymtab_unused[];
392 extern const struct kernel_symbol __start___ksymtab_unused_gpl[];
393 extern const struct kernel_symbol __stop___ksymtab_unused_gpl[];
495 const struct kernel_symbol *sym;
532 static unsigned long kernel_symbol_value(const struct kernel_symbol *sym) in kernel_symbol_value()
541 static const char *kernel_symbol_name(const struct kernel_symbol *sym) in kernel_symbol_name()
553 const struct kernel_symbol *b; in cmp_name()
563 struct kernel_symbol *sym; in find_symbol_in_section()
566 sizeof(struct kernel_symbol), cmp_name); in find_symbol_in_section()
576 const struct kernel_symbol *find_symbol(const char *name, in find_symbol()
1383 static const struct kernel_symbol *resolve_symbol(struct module *mod, in resolve_symbol()
1389 const struct kernel_symbol *sym; in resolve_symbol()
1424 static const struct kernel_symbol *
1429 const struct kernel_symbol *ksym; in resolve_symbol_wait()
2183 const struct kernel_symbol *sym; in __symbol_get()
2205 const struct kernel_symbol *s; in verify_export_symbols()
2207 const struct kernel_symbol *sym; in verify_export_symbols()
2242 const struct kernel_symbol *ksym; in simplify_symbols()
2523 static const struct kernel_symbol *lookup_symbol(const char *name, in lookup_symbol()
2524 const struct kernel_symbol *start, in lookup_symbol()
2525 const struct kernel_symbol *stop) in lookup_symbol()
2528 sizeof(struct kernel_symbol), cmp_name); in lookup_symbol()
2534 const struct kernel_symbol *ks; in is_exported()
4393 struct kernel_symbol *ks, in module_layout()