Lines Matching refs:kernel_symbol
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[];
520 const struct kernel_symbol *sym;
560 const struct kernel_symbol *b; in cmp_name()
570 struct kernel_symbol *sym; in find_symbol_in_section()
573 sizeof(struct kernel_symbol), cmp_name); in find_symbol_in_section()
583 const struct kernel_symbol *find_symbol(const char *name, in find_symbol()
1388 static const struct kernel_symbol *resolve_symbol(struct module *mod, in resolve_symbol()
1394 const struct kernel_symbol *sym; in resolve_symbol()
1430 static const struct kernel_symbol *
1435 const struct kernel_symbol *ksym; in resolve_symbol_wait()
2061 const struct kernel_symbol *sym; in __symbol_get()
2083 const struct kernel_symbol *s; in verify_export_symbols()
2085 const struct kernel_symbol *sym; in verify_export_symbols()
2118 const struct kernel_symbol *ksym; in simplify_symbols()
2375 static const struct kernel_symbol *lookup_symbol(const char *name, in lookup_symbol()
2376 const struct kernel_symbol *start, in lookup_symbol()
2377 const struct kernel_symbol *stop) in lookup_symbol()
2380 sizeof(struct kernel_symbol), cmp_name); in lookup_symbol()
2386 const struct kernel_symbol *ks; in is_exported()
4124 struct kernel_symbol *ks, in module_layout()