Searched refs:kernel_symbol (Results 1 – 9 of 9) sorted by relevance
49 extern const struct kernel_symbol __start___ksymtab[];50 extern const struct kernel_symbol __stop___ksymtab[];51 extern const struct kernel_symbol __start___ksymtab_gpl[];52 extern const struct kernel_symbol __stop___ksymtab_gpl[];95 const struct kernel_symbol *sym;120 static inline unsigned long kernel_symbol_value(const struct kernel_symbol *sym) in kernel_symbol_value()283 struct kernel_symbol *ks, struct tracepoint * const *tp);
15 static const struct kernel_symbol *lookup_exported_symbol(const char *name, in lookup_exported_symbol()16 const struct kernel_symbol *start, in lookup_exported_symbol()17 const struct kernel_symbol *stop) in lookup_exported_symbol()20 sizeof(struct kernel_symbol), cmp_name); in lookup_exported_symbol()26 const struct kernel_symbol *ks; in is_exported()
97 struct kernel_symbol *ks, in module_layout()
90 const struct kernel_symbol *start, *stop;245 static const char *kernel_symbol_name(const struct kernel_symbol *sym) in kernel_symbol_name()274 struct kernel_symbol *sym; in find_exported_symbol_in_section()280 sizeof(struct kernel_symbol), cmp_name); in find_exported_symbol_in_section()1006 const struct kernel_symbol *sym, in verify_namespace_is_imported()1055 static const struct kernel_symbol *resolve_symbol(struct module *mod, in resolve_symbol()1110 static const struct kernel_symbol *1115 const struct kernel_symbol *ksym; in resolve_symbol_wait()1233 const struct kernel_symbol *s; in verify_exported_symbols()1235 const struct kernel_symbol *sym; in verify_exported_symbols()[all …]
50 struct kernel_symbol { struct57 static const struct kernel_symbol __ksymtab_##sym \ argument62 struct kernel_symbol { struct
393 const struct kernel_symbol *syms;411 const struct kernel_symbol *gpl_syms;
53 相应的 ksymtab 条目结构体 ``kernel_symbol`` 将有相应的成员 ``命名空间`` 集。
51 The corresponding ksymtab entry struct ``kernel_symbol`` will have the member
50 rappresentata dalla struttura ``kernel_symbol`` che avrà il campo
Completed in 22 milliseconds