Lines Matching refs:kernel_symbol
256 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[];
369 const struct kernel_symbol *sym;
409 const struct kernel_symbol *b; in cmp_name()
419 struct kernel_symbol *sym; in find_symbol_in_section()
422 sizeof(struct kernel_symbol), cmp_name); in find_symbol_in_section()
432 const struct kernel_symbol *find_symbol(const char *name, in find_symbol()
1225 static const struct kernel_symbol *resolve_symbol(struct module *mod, in resolve_symbol()
1231 const struct kernel_symbol *sym; in resolve_symbol()
1267 static const struct kernel_symbol *
1272 const struct kernel_symbol *ksym; in resolve_symbol_wait()
1890 const struct kernel_symbol *sym; in __symbol_get()
1912 const struct kernel_symbol *s; in verify_export_symbols()
1914 const struct kernel_symbol *sym; in verify_export_symbols()
1947 const struct kernel_symbol *ksym; in simplify_symbols()
2204 static const struct kernel_symbol *lookup_symbol(const char *name, in lookup_symbol()
2205 const struct kernel_symbol *start, in lookup_symbol()
2206 const struct kernel_symbol *stop) in lookup_symbol()
2209 sizeof(struct kernel_symbol), cmp_name); in lookup_symbol()
2215 const struct kernel_symbol *ks; in is_exported()
3946 struct kernel_symbol *ks, in module_layout()