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_sig927drivers/char/tty_io.csend_sig(SIGPIPE,current,0);
send_sig1506drivers/char/tty_io.csend_sig(SIGKILL, *p, 1);
send_sig1512drivers/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_sig316include/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_sig183kernel/sched.csend_sig(SIGFPE,current,1);
send_sig226kernel/sched.csend_sig(SIGALRM, p, 1);
send_sig643kernel/sched.csend_sig(SIGVTALRM,current,1);
send_sig663kernel/sched.csend_sig(SIGPROF,current,1);
send_sig240kernel/sys.csend_sig(SIGINT,task[1],1);
send_sig38kernel/traps.csend_sig(signr, tsk, 1); \
send_sig129kernel/traps.csend_sig(SIGTRAP, current, 1);
send_sig169kernel/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_sig1174net/inet/sockinet.csend_sig(SIGPIPE, current, 1);
send_sig1205net/inet/sockinet.csend_sig(SIGPIPE, current, 1);
send_sig1236net/inet/sockinet.csend_sig(SIGPIPE, current, 1);
send_sig832net/inet/tcp.csend_sig(SIGPIPE, current, 0);
send_sig1684net/inet/tcp.csend_sig(SIGURG, current, 0);
send_sig653net/unix/sock.csend_sig(SIGKILL, current, 1);
send_sig700net/unix/sock.csend_sig(SIGPIPE, current, 1);
send_sig721net/unix/sock.csend_sig(SIGPIPE, current, 1);
send_sig738net/unix/sock.csend_sig(SIGKILL, current, 1);
send_sig749net/unix/sock.csend_sig(SIGPIPE, current, 1);