taglinefilesource code
sys_call_table194arch/i386/entry.Scall _sys_call_table(,%eax,4)
sys_call_table37fs/binfmt_elf.cextern sysfun_p sys_call_table[];
sys_call_table38fs/binfmt_elf.c#define SYS(name)  (sys_call_table[__NR_##name])
sys_call_table40kernel/ksyms.cextern void *sys_call_table;
sys_call_table175kernel/ksyms.cX(sys_call_table),