HomeSort by relevance Sort by last modified time
    Searched refs:old_sys_exit (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/x86/
op_syscalls.c 44 asmlinkage static long (*old_sys_exit)(int); variable
307 return old_sys_exit(error_code);
323 old_sys_exit = sys_call_table[__NR_exit];
351 sys_call_table[__NR_exit] = old_sys_exit;
  /external/oprofile/module/ia64/
op_syscalls.c 51 asmlinkage static long (*old_sys_exit)(int); variable
343 old_sys_exit = (void *)&fdesc_exit;
382 ((struct fdesc *)old_sys_exit)->ip;

Completed in 658 milliseconds