tag | line | file | source code |
---|---|---|---|
do_exit | 42 | include/linux/kernel.h | NORET_TYPE void do_exit(long error_code) |
do_exit | 511 | kernel/exit.c | do_exit((error_code&0xff)<<8); |
do_exit | 225 | kernel/signal.c | do_exit(SIGSEGV); |
do_exit | 244 | kernel/signal.c | do_exit(SIGSEGV); |
do_exit | 359 | kernel/signal.c | do_exit(signr); |
do_exit | 114 | kernel/traps.c | do_exit(SIGSEGV); |
do_exit | 57 | kernel/vm86.c | do_exit(SIGSEGV); |
do_exit | 1058 | mm/memory.c | do_exit(SIGKILL); |