Searched refs:SYS_EXECVE (Results 1 – 4 of 4) sorted by relevance
27 #define SYS_EXECVE 14 // 执行新的应用程序 macro
21 #define SYS_EXECVE 14 // 执行新的应用程序 macro
146 int retval = syscall_invoke(SYS_EXECVE, (uint64_t)path, (uint64_t)argv, 0, 0, 0, 0, 0, 0); in execv()
202 - SYS_EXECVE 让当前进程执行新的程序文件