Searched refs:__NR_exit (Results 1 – 11 of 11) sorted by relevance
| /libc/sysdeps/linux/common/ |
| A D | _exit.c | 23 # undef __NR_exit 24 # define __NR_exit __NR_exit_group macro
|
| /libc/sysdeps/linux/bfin/ |
| A D | clone.c | 38 : "qA" (__NR_clone), "q1" (child_stack), "q0" (flags), "a" (arg), "a" (fn), "i" (__NR_exit) in clone()
|
| /libc/sysdeps/linux/x86_64/ |
| A D | clone.S | 94 movl $__NR_exit, %eax
|
| /libc/sysdeps/linux/riscv32/ |
| A D | clone.S | 83 li a7, __NR_exit
|
| /libc/sysdeps/linux/riscv64/ |
| A D | clone.S | 83 li a7, __NR_exit
|
| /libc/sysdeps/linux/i386/ |
| A D | clone.S | 111 movl $__NR_exit, %eax
|
| /libc/sysdeps/linux/h8300/ |
| A D | clone.S | 81 mov.l #__NR_exit,er0
|
| /libc/sysdeps/linux/m68k/ |
| A D | clone.S | 107 movel #__NR_exit, %d0
|
| /libc/sysdeps/linux/hppa/ |
| A D | clone.S | 153 ldi __NR_exit, %r20
|
| /libc/sysdeps/linux/metag/ |
| A D | crt1.S | 71 MOV D1Re0,#__NR_exit
|
| /libc/sysdeps/linux/tile/ |
| A D | clone.S | 168 moveli TREG_SYSCALL_NR_NAME, __NR_exit
|
Completed in 40 milliseconds