Home
last modified time | relevance | path

Searched refs:execute_syscall (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/executor/
Dexecutor_test.h16 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
Dexecutor_windows.h15 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
Dexecutor_akaros.h22 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
Dexecutor_fuchsia.h19 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
Dexecutor_linux.h34 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
Dexecutor_bsd.h43 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
Dexecutor.cc949 th->res = execute_syscall(call, th->args); in execute_call()