You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
530 B
16 lines
530 B
---- sys_call_table Matches (4 in 3 files) ----
|
|
Sys.h (include\linux):93
|
|
fn_ptr sys_call_table[] = { sys_setup, sys_exit, sys_fork, sys_read,
|
|
sys_write, sys_open, sys_close, sys_waitpid, sys_creat, sys_link,
|
|
sys_unlink, sys_execve, sys_chdir, sys_time, sys_mknod, sys_chmod,
|
|
Sys.h (include\linux):111
|
|
int NR_syscalls = sizeof(sys_call_table)/sizeof(fn_ptr);
|
|
System.map:475
|
|
0001bb80 D sys_call_table
|
|
0001bcdc D NR_syscalls
|
|
0001bce0 d init_task
|
|
System_call.s (kernel):94
|
|
call sys_call_table(,%eax,4)
|
|
pushl %eax
|
|
movl current,%eax
|