taglinefilesource code
send_sig287drivers/FPU-emu/fpu_entry.csend_sig(SIGFPE, current, 1);
send_sig618drivers/FPU-emu/fpu_entry.csend_sig(signal,current,1);
send_sig941drivers/char/tty_io.csend_sig(SIGPIPE,current,0);
send_sig1520drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
send_sig1526drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
send_sig549fs/binfmt_coff.csend_sig (SIGSEGV, current, 0);  /* Generate the error trap  */
send_sig552fs/binfmt_coff.csend_sig (SIGTRAP, current, 0);
send_sig260fs/binfmt_elf.csend_sig(SIGSEGV, current, 0);
send_sig292fs/binfmt_elf.csend_sig(SIGSEGV, current, 0);
send_sig330fs/binfmt_elf.csend_sig(SIGTRAP, current, 0);
send_sig824fs/exec.csend_sig(SIGSEGV, current, 0);
send_sig833fs/exec.csend_sig(SIGSEGV, current, 0);
send_sig849fs/exec.csend_sig(SIGTRAP, current, 0);
send_sig77fs/pipe.csend_sig(SIGPIPE,current,0);
send_sig88fs/pipe.csend_sig(SIGPIPE,current,0);
send_sig306include/linux/sched.hextern int send_sig(unsigned long sig,struct task_struct * p,int priv);
send_sig329init/main.csend_sig(SIGFPE, last_task_used_math, 1);
send_sig74kernel/exit.csend_sig(tsk->exit_signal, tsk->p_pptr, 1);
send_sig228kernel/exit.cif ((err = send_sig(sig,p,priv)) != 0)
send_sig252kernel/exit.cif ((err = send_sig(sig,p,priv)) != 0)
send_sig269kernel/exit.creturn send_sig(sig,p,priv);
send_sig289kernel/exit.cif ((err = send_sig(sig,p,0)) != -EPERM)
send_sig272kernel/ptrace.csend_sig(SIGSTOP, child, 1);
send_sig178kernel/sched.csend_sig(SIGFPE,current,1);
send_sig221kernel/sched.csend_sig(SIGALRM, p, 1);
send_sig638kernel/sched.csend_sig(SIGVTALRM,current,1);
send_sig658kernel/sched.csend_sig(SIGPROF,current,1);
send_sig240kernel/sys.csend_sig(SIGINT,task[1],1);
send_sig32kernel/traps.csend_sig(signr, tsk, 1); \
send_sig122kernel/traps.csend_sig(SIGTRAP, current, 1);
send_sig162kernel/traps.csend_sig(SIGFPE, last_task_used_math, 1);
send_sig79mm/memory.csend_sig(SIGKILL,task,1);
send_sig600mm/memory.csend_sig(SIGKILL, tsk, 1);
send_sig605mm/memory.csend_sig(SIGKILL, tsk, 1);
send_sig638mm/memory.csend_sig(SIGSEGV, tsk, 1);
send_sig882mm/memory.csend_sig(SIGSEGV,tsk,1);
send_sig1277net/inet/sock.csend_sig(SIGPIPE, current, 1);
send_sig1305net/inet/sock.csend_sig(SIGPIPE, current, 1);
send_sig1333net/inet/sock.csend_sig(SIGPIPE, current, 1);
send_sig755net/inet/tcp.csend_sig(SIGPIPE, current, 0);
send_sig1389net/inet/tcp.csend_sig(SIGURG, current, 0);
send_sig606net/unix/sock.csend_sig(SIGKILL, current, 1);
send_sig643net/unix/sock.csend_sig(SIGPIPE, current, 1);
send_sig660net/unix/sock.csend_sig(SIGPIPE, current, 1);
send_sig674net/unix/sock.csend_sig(SIGKILL, current, 1);
send_sig683net/unix/sock.csend_sig(SIGPIPE, current, 1);