Home
last modified time | relevance | path

Searched refs:TARGET_NR_exit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dstrace.list175 #ifdef TARGET_NR_exit
176 { TARGET_NR_exit, "exit" , "%s(%d)\n", NULL, NULL },
H A Dsyscall.c9213 case TARGET_NR_exit: in _syscall2()