Home
last modified time | relevance | path

Searched defs:__ksymtab (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/debug/kdb/
A Dkdb_private.h72 typedef struct __ksymtab { struct
73 unsigned long value; /* Address of symbol */
74 const char *mod_name; /* Module containing symbol or
76 unsigned long mod_start;
77 unsigned long mod_end;
78 const char *sec_name; /* Section containing symbol */
79 unsigned long sec_start;
80 unsigned long sec_end;
81 const char *sym_name; /* Full symbol name, including
83 unsigned long sym_start;
[all …]
/linux/scripts/
A Dmodule.lds.S22 __ksymtab 0 : { *(SORT(___ksymtab+*)) } section
/linux/arch/arm64/kernel/
A Dvmlinux.lds41 … { __start_builtin_fw = .; KEEP(*(.builtin_fw)) __end_builtin_fw = .; } __ksymtab : AT(ADDR(__ksym… section

Completed in 8 milliseconds