Home
last modified time | relevance | path

Searched refs:sys_exit (Results 1 – 6 of 6) sorted by relevance

/third_party/elfio/tests/elf_examples/
Dasm.s15 mov eax,1 ;system call number (sys_exit)
Dasm.lst15 15 00000016 B801000000 mov eax,1 ;system call number (sys_exit)
Dasm64.lst15 15 00000016 B801000000 mov eax,1 ;system call number (sys_exit)
/third_party/mesa3d/src/tool/pps/cfg/
Dintel.cfg31 ftrace_events: "raw_syscalls/sys_exit"
Dsystem.cfg46 ftrace_events: "raw_syscalls/sys_exit"
/third_party/python/Python/clinic/
Dsysmodule.c.h129 {"exit", (PyCFunction)(void(*)(void))sys_exit, METH_FASTCALL, sys_exit__doc__},
135 sys_exit(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in sys_exit() function