Home
last modified time | relevance | path

Searched refs:kernel_symbol (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/kernel/module/
A Dinternal.h49 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);
A Dkallsyms.c15 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()
A Dversion.c97 struct kernel_symbol *ks, in module_layout()
A Dmain.c90 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 …]
/linux-6.3-rc2/include/linux/
A Dexport.h50 struct kernel_symbol { struct
57 static const struct kernel_symbol __ksymtab_##sym \ argument
62 struct kernel_symbol { struct
A Dmodule.h393 const struct kernel_symbol *syms;
411 const struct kernel_symbol *gpl_syms;
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dsymbol-namespaces.rst53 相应的 ksymtab 条目结构体 ``kernel_symbol`` 将有相应的成员 ``命名空间`` 集。
/linux-6.3-rc2/Documentation/core-api/
A Dsymbol-namespaces.rst51 The corresponding ksymtab entry struct ``kernel_symbol`` will have the member
/linux-6.3-rc2/Documentation/translations/it_IT/core-api/
A Dsymbol-namespaces.rst50 rappresentata dalla struttura ``kernel_symbol`` che avrà il campo

Completed in 22 milliseconds