aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_akaros.h
blob: db066273ac44214b9327867c732165e098fdc897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// AUTOGENERATED FILE

#if defined(__x86_64__) || 0
#define GOARCH "amd64"
#define SYZ_REVISION "1caab53009bda97952c0c670cb9fc3e335e1d49d"

unsigned syscall_count = 35;
call_t syscalls[] = {
    {"abort_sysc_fd", 33},
    {"chdir", 116},
    {"close", 103},
    {"fchdir", 124},
    {"fcntl$F_DUPFD", 107},
    {"fcntl$F_DUPFD_CLOEXEC", 107},
    {"fcntl$F_GETFD", 107},
    {"fcntl$F_GETFL", 107},
    {"fcntl$F_GETLK", 107},
    {"fcntl$F_GETOWN", 107},
    {"fcntl$F_SETFD", 107},
    {"fcntl$F_SETFL", 107},
    {"fcntl$F_SETLK", 107},
    {"fcntl$F_SETLKW", 107},
    {"fcntl$F_SETOWN", 107},
    {"fstat", 104},
    {"getcwd", 117},
    {"link", 112},
    {"llseek", 111},
    {"lstat", 106},
    {"mkdir", 118},
    {"mmap", 18},
    {"mprotect", 20},
    {"munmap", 19},
    {"nanosleep", 36},
    {"openat", 102},
    {"read", 100},
    {"readlink", 115},
    {"rename", 123},
    {"rmdir", 119},
    {"stat", 105},
    {"symlink", 114},
    {"unlink", 113},
    {"waitpid", 17},
    {"write", 101},

};
#endif