Searched defs:ksyms_symtab (Results 1 – 1 of 1) sorted by relevance
46 struct ksyms_symtab { struct48 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 */[all …]