taglinefilesource code
symbol_table27arch/alpha/kernel/ksyms.cstatic struct symbol_table arch_symbol_table = {
symbol_table9arch/i386/kernel/ksyms.cstatic struct symbol_table arch_symbol_table = {
symbol_table22arch/sparc/kernel/ksyms.cstatic struct symbol_table arch_symbol_table = {
symbol_table548drivers/block/md.cstatic struct symbol_table md_symbol_table=
symbol_table59drivers/char/apm_bios.cstatic struct symbol_table  apm_syms = {
symbol_table110drivers/char/mouse.cstatic struct symbol_table mouse_syms = {
symbol_table1768drivers/isdn/isdn_common.cstatic struct symbol_table isdn_syms = {
symbol_table460drivers/net/ppp.cstatic struct symbol_table ppp_syms = {
symbol_table731drivers/net/slhc.cstatic struct symbol_table slhc_syms = {
symbol_table86drivers/scsi/scsi.cextern struct symbol_table scsi_symbol_table;
symbol_table40drivers/scsi/scsi_syms.cstruct symbol_table scsi_symbol_table = {
symbol_table17fs/fat/fatfs_syms.cstatic struct symbol_table fat_syms = {
symbol_table13fs/msdos/msdosfs_syms.cstatic struct symbol_table msdos_syms = {
symbol_table14fs/proc/procfs_syms.cstatic struct symbol_table procfs_syms = {
symbol_table64include/linux/module.hstruct symbol_table *symtab;
symbol_table81include/linux/module.hextern int register_symtab(struct symbol_table *);
symbol_table110kernel/ksyms.cstruct symbol_table symbol_table = {
symbol_table66kernel/module.cextern struct symbol_table symbol_table; /* in kernel/ksyms.c */
symbol_table75kernel/module.cfor (i = 0, sym = symbol_table.symbol; sym->name; ++sym, ++i)
symbol_table77kernel/module.csymbol_table.n_symbols = i;
symbol_table79kernel/module.ckernel_module.symtab = &symbol_table;
symbol_table197kernel/module.cstruct symbol_table *symtab)
symbol_table200kernel/module.cstruct symbol_table *newtab;
symbol_table260kernel/module.cif ((newtab = (struct symbol_table*) kmalloc(size, GFP_KERNEL)) == NULL) {
symbol_table271kernel/module.clegal_start = sizeof(struct symbol_table) +
symbol_table682kernel/module.c#define SYMSIZ sizeof(struct symbol_table)
symbol_table684kernel/module.cstatic struct symbol_table nulltab;
symbol_table687kernel/module.cregister_symtab(struct symbol_table *intab)
symbol_table691kernel/module.cstruct symbol_table *oldtab;
symbol_table692kernel/module.cstruct symbol_table *newtab;
symbol_table742kernel/module.cif ((oldtab = mp->symtab) == (struct symbol_table*)0) {
symbol_table768kernel/module.cif (intab == (struct symbol_table*)0)
symbol_table774kernel/module.cif (!(newtab = (struct symbol_table*)kmalloc(
symbol_table843kernel/module.cint register_symtab(struct symbol_table *intab)