typetab           335 include/linux/module.h 	char *typetab;
typetab          2761 kernel/module.c 	mod->kallsyms->typetab = mod->init_layout.base + info->init_typeoffs;
typetab          2769 kernel/module.c 	mod->core_kallsyms.typetab = mod->core_layout.base + info->core_typeoffs;
typetab          2772 kernel/module.c 		mod->kallsyms->typetab[i] = elf_type(src + i, info);
typetab          2776 kernel/module.c 			mod->core_kallsyms.typetab[ndst] =
typetab          2777 kernel/module.c 			    mod->kallsyms->typetab[i];
typetab          4208 kernel/module.c 			*type = kallsyms->typetab[symnum];