Lines Matching refs:kernel_symbol

412 extern const struct kernel_symbol __start___ksymtab[];
413 extern const struct kernel_symbol __stop___ksymtab[];
414 extern const struct kernel_symbol __start___ksymtab_gpl[];
415 extern const struct kernel_symbol __stop___ksymtab_gpl[];
426 const struct kernel_symbol *start, *stop;
443 const struct kernel_symbol *sym;
462 static unsigned long kernel_symbol_value(const struct kernel_symbol *sym) in kernel_symbol_value()
471 static const char *kernel_symbol_name(const struct kernel_symbol *sym) in kernel_symbol_name()
480 static const char *kernel_symbol_namespace(const struct kernel_symbol *sym) in kernel_symbol_namespace()
501 struct kernel_symbol *sym; in find_exported_symbol_in_section()
504 sizeof(struct kernel_symbol), cmp_name); in find_exported_symbol_in_section()
1347 const struct kernel_symbol *sym, in verify_namespace_is_imported()
1396 static const struct kernel_symbol *resolve_symbol(struct module *mod, in resolve_symbol()
1451 static const struct kernel_symbol *
1456 const struct kernel_symbol *ksym; in resolve_symbol_wait()
2241 const struct kernel_symbol *s; in verify_exported_symbols()
2243 const struct kernel_symbol *sym; in verify_exported_symbols()
2291 const struct kernel_symbol *ksym; in simplify_symbols()
2604 static const struct kernel_symbol *lookup_exported_symbol(const char *name, in lookup_exported_symbol()
2605 const struct kernel_symbol *start, in lookup_exported_symbol()
2606 const struct kernel_symbol *stop) in lookup_exported_symbol()
2609 sizeof(struct kernel_symbol), cmp_name); in lookup_exported_symbol()
2615 const struct kernel_symbol *ks; in is_exported()
4805 struct kernel_symbol *ks, in module_layout()