Lines Matching defs:ksyms_symtab
46 struct ksyms_symtab { struct
48 const char *sd_name; /* Name of this table */
49 Elf_Sym *sd_symstart; /* Address of symbol table */
50 uintptr_t sd_minsym; /* symbol with minimum value */
51 uintptr_t sd_maxsym; /* symbol with maximum value */
52 char *sd_strstart; /* Address of corresponding string table */
53 int sd_usroffset; /* Real address for userspace */
54 int sd_symsize; /* Size in bytes of symbol table */
55 int sd_strsize; /* Size of string table */
56 int sd_nglob; /* Number of global symbols */
57 bool sd_gone; /* dead but around for open() */
58 void *sd_ctfstart; /* Address of CTF contents */
59 int sd_ctfsize; /* Size in bytes of CTF contents */
60 uint32_t *sd_nmap; /* Name map for sorted symbols */
61 int sd_nmapsize; /* Total span of map */
64 struct pslist_entry sd_pslist;