peter50216/pwntools-ruby

View on GitHub
lib/pwnlib/constants/linux/amd64.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

const :__NR_read, 0
const :__NR_write, 1
const :__NR_open, 2
const :__NR_close, 3
const :__NR_stat, 4
const :__NR_fstat, 5
const :__NR_lstat, 6
const :__NR_poll, 7
const :__NR_lseek, 8
const :__NR_mmap, 9
const :__NR_mprotect, 10
const :__NR_munmap, 11
const :__NR_brk, 12
const :__NR_rt_sigaction, 13
const :__NR_rt_sigprocmask, 14
const :__NR_rt_sigreturn, 15
const :__NR_ioctl, 16
const :__NR_pread, 17
const :__NR_pwrite, 18
const :__NR_readv, 19
const :__NR_writev, 20
const :__NR_access, 21
const :__NR_pipe, 22
const :__NR_select, 23
const :__NR_sched_yield, 24
const :__NR_mremap, 25
const :__NR_msync, 26
const :__NR_mincore, 27
const :__NR_madvise, 28
const :__NR_shmget, 29
const :__NR_shmat, 30
const :__NR_shmctl, 31
const :__NR_dup, 32
const :__NR_dup2, 33
const :__NR_pause, 34
const :__NR_nanosleep, 35
const :__NR_getitimer, 36
const :__NR_alarm, 37
const :__NR_setitimer, 38
const :__NR_getpid, 39
const :__NR_sendfile, 40
const :__NR_socket, 41
const :__NR_connect, 42
const :__NR_accept, 43
const :__NR_sendto, 44
const :__NR_recvfrom, 45
const :__NR_sendmsg, 46
const :__NR_recvmsg, 47
const :__NR_shutdown, 48
const :__NR_bind, 49
const :__NR_listen, 50
const :__NR_getsockname, 51
const :__NR_getpeername, 52
const :__NR_socketpair, 53
const :__NR_setsockopt, 54
const :__NR_getsockopt, 55
const :__NR_clone, 56
const :__NR_fork, 57
const :__NR_vfork, 58
const :__NR_execve, 59
const :__NR_exit, 60
const :__NR_wait4, 61
const :__NR_kill, 62
const :__NR_uname, 63
const :__NR_semget, 64
const :__NR_semop, 65
const :__NR_semctl, 66
const :__NR_shmdt, 67
const :__NR_msgget, 68
const :__NR_msgsnd, 69
const :__NR_msgrcv, 70
const :__NR_msgctl, 71
const :__NR_fcntl, 72
const :__NR_flock, 73
const :__NR_fsync, 74
const :__NR_fdatasync, 75
const :__NR_truncate, 76
const :__NR_ftruncate, 77
const :__NR_getdents, 78
const :__NR_getcwd, 79
const :__NR_chdir, 80
const :__NR_fchdir, 81
const :__NR_rename, 82
const :__NR_mkdir, 83
const :__NR_rmdir, 84
const :__NR_creat, 85
const :__NR_link, 86
const :__NR_unlink, 87
const :__NR_symlink, 88
const :__NR_readlink, 89
const :__NR_chmod, 90
const :__NR_fchmod, 91
const :__NR_chown, 92
const :__NR_fchown, 93
const :__NR_lchown, 94
const :__NR_umask, 95
const :__NR_gettimeofday, 96
const :__NR_getrlimit, 97
const :__NR_getrusage, 98
const :__NR_sysinfo, 99
const :__NR_times, 100
const :__NR_ptrace, 101
const :__NR_getuid, 102
const :__NR_syslog, 103
const :__NR_getgid, 104
const :__NR_setuid, 105
const :__NR_setgid, 106
const :__NR_geteuid, 107
const :__NR_getegid, 108
const :__NR_setpgid, 109
const :__NR_getppid, 110
const :__NR_getpgrp, 111
const :__NR_setsid, 112
const :__NR_setreuid, 113
const :__NR_setregid, 114
const :__NR_getgroups, 115
const :__NR_setgroups, 116
const :__NR_setresuid, 117
const :__NR_getresuid, 118
const :__NR_setresgid, 119
const :__NR_getresgid, 120
const :__NR_getpgid, 121
const :__NR_setfsuid, 122
const :__NR_setfsgid, 123
const :__NR_getsid, 124
const :__NR_capget, 125
const :__NR_capset, 126
const :__NR_rt_sigpending, 127
const :__NR_rt_sigtimedwait, 128
const :__NR_rt_sigqueueinfo, 129
const :__NR_rt_sigsuspend, 130
const :__NR_sigaltstack, 131
const :__NR_utime, 132
const :__NR_mknod, 133
const :__NR_uselib, 134
const :__NR_personality, 135
const :__NR_ustat, 136
const :__NR_statfs, 137
const :__NR_fstatfs, 138
const :__NR_sysfs, 139
const :__NR_getpriority, 140
const :__NR_setpriority, 141
const :__NR_sched_setparam, 142
const :__NR_sched_getparam, 143
const :__NR_sched_setscheduler, 144
const :__NR_sched_getscheduler, 145
const :__NR_sched_get_priority_max, 146
const :__NR_sched_get_priority_min, 147
const :__NR_sched_rr_get_interval, 148
const :__NR_mlock, 149
const :__NR_munlock, 150
const :__NR_mlockall, 151
const :__NR_munlockall, 152
const :__NR_vhangup, 153
const :__NR_modify_ldt, 154
const :__NR_pivot_root, 155
const :__NR__sysctl, 156
const :__NR_prctl, 157
const :__NR_arch_prctl, 158
const :__NR_adjtimex, 159
const :__NR_setrlimit, 160
const :__NR_chroot, 161
const :__NR_sync, 162
const :__NR_acct, 163
const :__NR_settimeofday, 164
const :__NR_mount, 165
const :__NR_umount2, 166
const :__NR_swapon, 167
const :__NR_swapoff, 168
const :__NR_reboot, 169
const :__NR_sethostname, 170
const :__NR_setdomainname, 171
const :__NR_iopl, 172
const :__NR_ioperm, 173
const :__NR_create_module, 174
const :__NR_init_module, 175
const :__NR_delete_module, 176
const :__NR_get_kernel_syms, 177
const :__NR_query_module, 178
const :__NR_quotactl, 179
const :__NR_nfsservctl, 180
const :__NR_getpmsg, 181
const :__NR_putpmsg, 182
const :__NR_afs_syscall, 183
const :__NR_tuxcall, 184
const :__NR_security, 185
const :__NR_gettid, 186
const :__NR_readahead, 187
const :__NR_setxattr, 188
const :__NR_lsetxattr, 189
const :__NR_fsetxattr, 190
const :__NR_getxattr, 191
const :__NR_lgetxattr, 192
const :__NR_fgetxattr, 193
const :__NR_listxattr, 194
const :__NR_llistxattr, 195
const :__NR_flistxattr, 196
const :__NR_removexattr, 197
const :__NR_lremovexattr, 198
const :__NR_fremovexattr, 199
const :__NR_tkill, 200
const :__NR_time, 201
const :__NR_futex, 202
const :__NR_sched_setaffinity, 203
const :__NR_sched_getaffinity, 204
const :__NR_set_thread_area, 205
const :__NR_io_setup, 206
const :__NR_io_destroy, 207
const :__NR_io_getevents, 208
const :__NR_io_submit, 209
const :__NR_io_cancel, 210
const :__NR_get_thread_area, 211
const :__NR_lookup_dcookie, 212
const :__NR_epoll_create, 213
const :__NR_epoll_ctl_old, 214
const :__NR_epoll_wait_old, 215
const :__NR_remap_file_pages, 216
const :__NR_getdents64, 217
const :__NR_set_tid_address, 218
const :__NR_restart_syscall, 219
const :__NR_semtimedop, 220
const :__NR_fadvise64, 221
const :__NR_timer_create, 222
const :__NR_timer_settime, 223
const :__NR_timer_gettime, 224
const :__NR_timer_getoverrun, 225
const :__NR_timer_delete, 226
const :__NR_clock_settime, 227
const :__NR_clock_gettime, 228
const :__NR_clock_getres, 229
const :__NR_clock_nanosleep, 230
const :__NR_exit_group, 231
const :__NR_epoll_wait, 232
const :__NR_epoll_ctl, 233
const :__NR_tgkill, 234
const :__NR_utimes, 235
const :__NR_vserver, 236
const :__NR_mbind, 237
const :__NR_set_mempolicy, 238
const :__NR_get_mempolicy, 239
const :__NR_mq_open, 240
const :__NR_mq_unlink, 241
const :__NR_mq_timedsend, 242
const :__NR_mq_timedreceive, 243
const :__NR_mq_notify, 244
const :__NR_mq_getsetattr, 245
const :__NR_kexec_load, 246
const :__NR_waitid, 247
const :__NR_add_key, 248
const :__NR_request_key, 249
const :__NR_keyctl, 250
const :__NR_ioprio_set, 251
const :__NR_ioprio_get, 252
const :__NR_inotify_init, 253
const :__NR_inotify_add_watch, 254
const :__NR_inotify_rm_watch, 255
const :__NR_migrate_pages, 256
const :__NR_openat, 257
const :__NR_mkdirat, 258
const :__NR_mknodat, 259
const :__NR_fchownat, 260
const :__NR_futimesat, 261
const :__NR_newfstatat, 262
const :__NR_unlinkat, 263
const :__NR_renameat, 264
const :__NR_linkat, 265
const :__NR_symlinkat, 266
const :__NR_readlinkat, 267
const :__NR_fchmodat, 268
const :__NR_faccessat, 269
const :__NR_pselect6, 270
const :__NR_ppoll, 271
const :__NR_unshare, 272
const :__NR_set_robust_list, 273
const :__NR_get_robust_list, 274
const :__NR_splice, 275
const :__NR_tee, 276
const :__NR_sync_file_range, 277
const :__NR_vmsplice, 278
const :__NR_move_pages, 279
const :__NR_utimensat, 280
const :__NR_epoll_pwait, 281
const :__NR_signalfd, 282
const :__NR_timerfd, 283
const :__NR_eventfd, 284
const :__NR_fallocate, 285
const :__NR_timerfd_settime, 286
const :__NR_timerfd_gettime, 287
const :__NR_accept4, 288
const :__NR_signalfd4, 289
const :__NR_eventfd2, 290
const :__NR_epoll_create1, 291
const :__NR_dup3, 292
const :__NR_pipe2, 293
const :__NR_inotify_init1, 294
const :__NR_preadv, 295
const :__NR_pwritev, 296
const :__NR_rt_tgsigqueueinfo, 297
const :__NR_perf_event_open, 298
const :__NR_recvmmsg, 299
const :__NR_fanotify_init, 300
const :__NR_fanotify_mark, 301
const :__NR_prlimit64, 302
const :__NR_name_to_handle_at, 303
const :__NR_open_by_handle_at, 304
const :__NR_clock_adjtime, 305
const :__NR_syncfs, 306
const :__NR_sendmmsg, 307
const :__NR_setns, 308
const :__NR_getcpu, 309
const :__NR_process_vm_readv, 310
const :__NR_process_vm_writev, 311
const :__NR_kcmp, 312
const :__NR_finit_module, 313
const :__NR_sched_setattr, 314
const :__NR_sched_getattr, 315
const :__NR_renameat2, 316
const :__NR_seccomp, 317
const :__NR_getrandom, 318
const :__NR_memfd_create, 319
const :__NR_kexec_file_load, 320
const :__NR_bpf, 321
const :__NR_execveat, 322
const :__NR_userfaultfd, 323
const :__NR_membarrier, 324
const :__NR_mlock2, 325
const :__NR_copy_file_range, 326
const :__NR_preadv2, 327
const :__NR_pwritev2, 328
const :__NR_pkey_mprotect, 329
const :__NR_pkey_alloc, 330
const :__NR_pkey_free, 331
const :__NR_statx, 332
const :SYS32_restart_syscall, 0
const :SYS32_exit, 1
const :SYS32_fork, 2
const :SYS32_read, 3
const :SYS32_write, 4
const :SYS32_open, 5
const :SYS32_close, 6
const :SYS32_waitpid, 7
const :SYS32_creat, 8
const :SYS32_link, 9
const :SYS32_unlink, 10
const :SYS32_execve, 11
const :SYS32_chdir, 12
const :SYS32_time, 13
const :SYS32_mknod, 14
const :SYS32_chmod, 15
const :SYS32_lchown, 16
const :SYS32_break, 17
const :SYS32_oldstat, 18
const :SYS32_lseek, 19
const :SYS32_getpid, 20
const :SYS32_mount, 21
const :SYS32_umount, 22
const :SYS32_setuid, 23
const :SYS32_getuid, 24
const :SYS32_stime, 25
const :SYS32_ptrace, 26
const :SYS32_alarm, 27
const :SYS32_oldfstat, 28
const :SYS32_pause, 29
const :SYS32_utime, 30
const :SYS32_stty, 31
const :SYS32_gtty, 32
const :SYS32_access, 33
const :SYS32_nice, 34
const :SYS32_ftime, 35
const :SYS32_sync, 36
const :SYS32_kill, 37
const :SYS32_rename, 38
const :SYS32_mkdir, 39
const :SYS32_rmdir, 40
const :SYS32_dup, 41
const :SYS32_pipe, 42
const :SYS32_times, 43
const :SYS32_prof, 44
const :SYS32_brk, 45
const :SYS32_setgid, 46
const :SYS32_getgid, 47
const :SYS32_signal, 48
const :SYS32_geteuid, 49
const :SYS32_getegid, 50
const :SYS32_acct, 51
const :SYS32_umount2, 52
const :SYS32_lock, 53
const :SYS32_ioctl, 54
const :SYS32_fcntl, 55
const :SYS32_mpx, 56
const :SYS32_setpgid, 57
const :SYS32_ulimit, 58
const :SYS32_oldolduname, 59
const :SYS32_umask, 60
const :SYS32_chroot, 61
const :SYS32_ustat, 62
const :SYS32_dup2, 63
const :SYS32_getppid, 64
const :SYS32_getpgrp, 65
const :SYS32_setsid, 66
const :SYS32_sigaction, 67
const :SYS32_sgetmask, 68
const :SYS32_ssetmask, 69
const :SYS32_setreuid, 70
const :SYS32_setregid, 71
const :SYS32_sigsuspend, 72
const :SYS32_sigpending, 73
const :SYS32_sethostname, 74
const :SYS32_setrlimit, 75
const :SYS32_getrlimit, 76
const :SYS32_getrusage, 77
const :SYS32_gettimeofday, 78
const :SYS32_settimeofday, 79
const :SYS32_getgroups, 80
const :SYS32_setgroups, 81
const :SYS32_select, 82
const :SYS32_symlink, 83
const :SYS32_oldlstat, 84
const :SYS32_readlink, 85
const :SYS32_uselib, 86
const :SYS32_swapon, 87
const :SYS32_reboot, 88
const :SYS32_readdir, 89
const :SYS32_mmap, 90
const :SYS32_munmap, 91
const :SYS32_truncate, 92
const :SYS32_ftruncate, 93
const :SYS32_fchmod, 94
const :SYS32_fchown, 95
const :SYS32_getpriority, 96
const :SYS32_setpriority, 97
const :SYS32_profil, 98
const :SYS32_statfs, 99
const :SYS32_fstatfs, 100
const :SYS32_ioperm, 101
const :SYS32_socketcall, 102
const :SYS32_syslog, 103
const :SYS32_setitimer, 104
const :SYS32_getitimer, 105
const :SYS32_stat, 106
const :SYS32_lstat, 107
const :SYS32_fstat, 108
const :SYS32_olduname, 109
const :SYS32_iopl, 110
const :SYS32_vhangup, 111
const :SYS32_idle, 112
const :SYS32_vm86old, 113
const :SYS32_wait4, 114
const :SYS32_swapoff, 115
const :SYS32_sysinfo, 116
const :SYS32_ipc, 117
const :SYS32_fsync, 118
const :SYS32_sigreturn, 119
const :SYS32_clone, 120
const :SYS32_setdomainname, 121
const :SYS32_uname, 122
const :SYS32_modify_ldt, 123
const :SYS32_adjtimex, 124
const :SYS32_mprotect, 125
const :SYS32_sigprocmask, 126
const :SYS32_create_module, 127
const :SYS32_init_module, 128
const :SYS32_delete_module, 129
const :SYS32_get_kernel_syms, 130
const :SYS32_quotactl, 131
const :SYS32_getpgid, 132
const :SYS32_fchdir, 133
const :SYS32_bdflush, 134
const :SYS32_sysfs, 135
const :SYS32_personality, 136
const :SYS32_afs_syscall, 137
const :SYS32_setfsuid, 138
const :SYS32_setfsgid, 139
const :SYS32__llseek, 140
const :SYS32_getdents, 141
const :SYS32__newselect, 142
const :SYS32_flock, 143
const :SYS32_msync, 144
const :SYS32_readv, 145
const :SYS32_writev, 146
const :SYS32_getsid, 147
const :SYS32_fdatasync, 148
const :SYS32__sysctl, 149
const :SYS32_mlock, 150
const :SYS32_munlock, 151
const :SYS32_mlockall, 152
const :SYS32_munlockall, 153
const :SYS32_sched_setparam, 154
const :SYS32_sched_getparam, 155
const :SYS32_sched_setscheduler, 156
const :SYS32_sched_getscheduler, 157
const :SYS32_sched_yield, 158
const :SYS32_sched_get_priority_max, 159
const :SYS32_sched_get_priority_min, 160
const :SYS32_sched_rr_get_interval, 161
const :SYS32_nanosleep, 162
const :SYS32_mremap, 163
const :SYS32_setresuid, 164
const :SYS32_getresuid, 165
const :SYS32_vm86, 166
const :SYS32_query_module, 167
const :SYS32_poll, 168
const :SYS32_nfsservctl, 169
const :SYS32_setresgid, 170
const :SYS32_getresgid, 171
const :SYS32_prctl, 172
const :SYS32_rt_sigreturn, 173
const :SYS32_rt_sigaction, 174
const :SYS32_rt_sigprocmask, 175
const :SYS32_rt_sigpending, 176
const :SYS32_rt_sigtimedwait, 177
const :SYS32_rt_sigqueueinfo, 178
const :SYS32_rt_sigsuspend, 179
const :SYS32_pread64, 180
const :SYS32_pwrite64, 181
const :SYS32_chown, 182
const :SYS32_getcwd, 183
const :SYS32_capget, 184
const :SYS32_capset, 185
const :SYS32_sigaltstack, 186
const :SYS32_sendfile, 187
const :SYS32_getpmsg, 188
const :SYS32_putpmsg, 189
const :SYS32_vfork, 190
const :SYS32_ugetrlimit, 191
const :SYS32_mmap2, 192
const :SYS32_truncate64, 193
const :SYS32_ftruncate64, 194
const :SYS32_stat64, 195
const :SYS32_lstat64, 196
const :SYS32_fstat64, 197
const :SYS32_lchown32, 198
const :SYS32_getuid32, 199
const :SYS32_getgid32, 200
const :SYS32_geteuid32, 201
const :SYS32_getegid32, 202
const :SYS32_setreuid32, 203
const :SYS32_setregid32, 204
const :SYS32_getgroups32, 205
const :SYS32_setgroups32, 206
const :SYS32_fchown32, 207
const :SYS32_setresuid32, 208
const :SYS32_getresuid32, 209
const :SYS32_setresgid32, 210
const :SYS32_getresgid32, 211
const :SYS32_chown32, 212
const :SYS32_setuid32, 213
const :SYS32_setgid32, 214
const :SYS32_setfsuid32, 215
const :SYS32_setfsgid32, 216
const :SYS32_pivot_root, 217
const :SYS32_mincore, 218
const :SYS32_madvise, 219
const :SYS32_madvise1, 219
const :SYS32_getdents64, 220
const :SYS32_fcntl64, 221
const :SYS32_gettid, 224
const :SYS32_readahead, 225
const :SYS32_setxattr, 226
const :SYS32_lsetxattr, 227
const :SYS32_fsetxattr, 228
const :SYS32_getxattr, 229
const :SYS32_lgetxattr, 230
const :SYS32_fgetxattr, 231
const :SYS32_listxattr, 232
const :SYS32_llistxattr, 233
const :SYS32_flistxattr, 234
const :SYS32_removexattr, 235
const :SYS32_lremovexattr, 236
const :SYS32_fremovexattr, 237
const :SYS32_tkill, 238
const :SYS32_sendfile64, 239
const :SYS32_futex, 240
const :SYS32_sched_setaffinity, 241
const :SYS32_sched_getaffinity, 242
const :SYS32_set_thread_area, 243
const :SYS32_get_thread_area, 244
const :SYS32_io_setup, 245
const :SYS32_io_destroy, 246
const :SYS32_io_getevents, 247
const :SYS32_io_submit, 248
const :SYS32_io_cancel, 249
const :SYS32_fadvise64, 250
const :SYS32_exit_group, 252
const :SYS32_lookup_dcookie, 253
const :SYS32_epoll_create, 254
const :SYS32_epoll_ctl, 255
const :SYS32_epoll_wait, 256
const :SYS32_remap_file_pages, 257
const :SYS32_set_tid_address, 258
const :SYS32_timer_create, 259
const :SYS32_timer_settime, (222 + 1)
const :SYS32_timer_gettime, (222 + 2)
const :SYS32_timer_getoverrun, (222 + 3)
const :SYS32_timer_delete, (222 + 4)
const :SYS32_clock_settime, (222 + 5)
const :SYS32_clock_gettime, (222 + 6)
const :SYS32_clock_getres, (222 + 7)
const :SYS32_clock_nanosleep, (222 + 8)
const :SYS32_statfs64, 268
const :SYS32_fstatfs64, 269
const :SYS32_tgkill, 270
const :SYS32_utimes, 271
const :SYS32_fadvise64_64, 272
const :SYS32_vserver, 273
const :SYS32_mbind, 274
const :SYS32_get_mempolicy, 275
const :SYS32_set_mempolicy, 276
const :SYS32_mq_open, 277
const :SYS32_mq_unlink, (240 + 1)
const :SYS32_mq_timedsend, (240 + 2)
const :SYS32_mq_timedreceive, (240 + 3)
const :SYS32_mq_notify, (240 + 4)
const :SYS32_mq_getsetattr, (240 + 5)
const :SYS32_kexec_load, 283
const :SYS32_waitid, 284
const :SYS32_add_key, 286
const :SYS32_request_key, 287
const :SYS32_keyctl, 288
const :SYS32_ioprio_set, 289
const :SYS32_ioprio_get, 290
const :SYS32_inotify_init, 291
const :SYS32_inotify_add_watch, 292
const :SYS32_inotify_rm_watch, 293
const :SYS32_migrate_pages, 294
const :SYS32_openat, 295
const :SYS32_mkdirat, 296
const :SYS32_mknodat, 297
const :SYS32_fchownat, 298
const :SYS32_futimesat, 299
const :SYS32_fstatat64, 300
const :SYS32_unlinkat, 301
const :SYS32_renameat, 302
const :SYS32_linkat, 303
const :SYS32_symlinkat, 304
const :SYS32_readlinkat, 305
const :SYS32_fchmodat, 306
const :SYS32_faccessat, 307
const :SYS32_pselect6, 308
const :SYS32_ppoll, 309
const :SYS32_unshare, 310
const :SYS32_set_robust_list, 311
const :SYS32_get_robust_list, 312
const :SYS32_splice, 313
const :SYS32_sync_file_range, 314
const :SYS32_tee, 315
const :SYS32_vmsplice, 316
const :SYS32_move_pages, 317
const :SYS32_getcpu, 318
const :SYS32_epoll_pwait, 319
const :SYS32_utimensat, 320
const :SYS32_signalfd, 321
const :SYS32_timerfd_create, 322
const :SYS32_eventfd, 323
const :SYS32_fallocate, 324
const :SYS32_timerfd_settime, 325
const :SYS32_timerfd_gettime, 326
const :SYS32_signalfd4, 327
const :SYS32_eventfd2, 328
const :SYS32_epoll_create1, 329
const :SYS32_dup3, 330
const :SYS32_pipe2, 331
const :SYS32_inotify_init1, 332
const :SYS32_preadv, 333
const :SYS32_pwritev, 334
const :SYS32_rt_tgsigqueueinfo, 335
const :SYS32_perf_event_open, 336
const :SYS32_recvmmsg, 337
const :SYS32_fanotify_init, 338
const :SYS32_fanotify_mark, 339
const :SYS32_prlimit64, 340
const :SYS32_name_to_handle_at, 341
const :SYS32_open_by_handle_at, 342
const :SYS32_clock_adjtime, 343
const :SYS32_syncfs, 344
const :SYS32_sendmmsg, 345
const :SYS32_setns, 346
const :SYS32_process_vm_readv, 347
const :SYS32_process_vm_writev, 348
const :MAP_32BIT, 0x40
const :INADDR_ANY, 0
const :INADDR_BROADCAST, 0xffffffff
const :INADDR_NONE, 0xffffffff
const :INADDR_LOOPBACK, 0x7f000001
const :EPERM, 1
const :ENOENT, 2
const :ESRCH, 3
const :EINTR, 4
const :EIO, 5
const :ENXIO, 6
const :E2BIG, 7
const :ENOEXEC, 8
const :EBADF, 9
const :ECHILD, 10
const :EAGAIN, 11
const :ENOMEM, 12
const :EACCES, 13
const :EFAULT, 14
const :ENOTBLK, 15
const :EBUSY, 16
const :EEXIST, 17
const :EXDEV, 18
const :ENODEV, 19
const :ENOTDIR, 20
const :EISDIR, 21
const :EINVAL, 22
const :ENFILE, 23
const :EMFILE, 24
const :ENOTTY, 25
const :ETXTBSY, 26
const :EFBIG, 27
const :ENOSPC, 28
const :ESPIPE, 29
const :EROFS, 30
const :EMLINK, 31
const :EPIPE, 32
const :EDOM, 33
const :ERANGE, 34
const :EDEADLK, 35
const :ENAMETOOLONG, 36
const :ENOLCK, 37
const :ENOSYS, 38
const :ENOTEMPTY, 39
const :ELOOP, 40
const :EWOULDBLOCK, 11
const :ENOMSG, 42
const :EIDRM, 43
const :ECHRNG, 44
const :EL2NSYNC, 45
const :EL3HLT, 46
const :EL3RST, 47
const :ELNRNG, 48
const :EUNATCH, 49
const :ENOCSI, 50
const :EL2HLT, 51
const :EBADE, 52
const :EBADR, 53
const :EXFULL, 54
const :ENOANO, 55
const :EBADRQC, 56
const :EBADSLT, 57
const :EDEADLOCK, 35
const :EBFONT, 59
const :ENOSTR, 60
const :ENODATA, 61
const :ETIME, 62
const :ENOSR, 63
const :ENONET, 64
const :ENOPKG, 65
const :EREMOTE, 66
const :ENOLINK, 67
const :EADV, 68
const :ESRMNT, 69
const :ECOMM, 70
const :EPROTO, 71
const :EMULTIHOP, 72
const :EDOTDOT, 73
const :EBADMSG, 74
const :EOVERFLOW, 75
const :ENOTUNIQ, 76
const :EBADFD, 77
const :EREMCHG, 78
const :ELIBACC, 79
const :ELIBBAD, 80
const :ELIBSCN, 81
const :ELIBMAX, 82
const :ELIBEXEC, 83
const :EILSEQ, 84
const :ERESTART, 85
const :ESTRPIPE, 86
const :EUSERS, 87
const :ENOTSOCK, 88
const :EDESTADDRREQ, 89
const :EMSGSIZE, 90
const :EPROTOTYPE, 91
const :ENOPROTOOPT, 92
const :EPROTONOSUPPORT, 93
const :ESOCKTNOSUPPORT, 94
const :EOPNOTSUPP, 95
const :ENOTSUP, 95
const :EPFNOSUPPORT, 96
const :EAFNOSUPPORT, 97
const :EADDRINUSE, 98
const :EADDRNOTAVAIL, 99
const :ENETDOWN, 100
const :ENETUNREACH, 101
const :ENETRESET, 102
const :ECONNABORTED, 103
const :ECONNRESET, 104
const :ENOBUFS, 105
const :EISCONN, 106
const :ENOTCONN, 107
const :ESHUTDOWN, 108
const :ETOOMANYREFS, 109
const :ETIMEDOUT, 110
const :ECONNREFUSED, 111
const :EHOSTDOWN, 112
const :EHOSTUNREACH, 113
const :EALREADY, 114
const :EINPROGRESS, 115
const :ESTALE, 116
const :EUCLEAN, 117
const :ENOTNAM, 118
const :ENAVAIL, 119
const :EISNAM, 120
const :EREMOTEIO, 121
const :EDQUOT, 122
const :ENOMEDIUM, 123
const :EMEDIUMTYPE, 124
const :ECANCELED, 125
const :ENOKEY, 126
const :EKEYEXPIRED, 127
const :EKEYREVOKED, 128
const :EKEYREJECTED, 129
const :__SYS_NERR, (129 + 1)
const :__LITTLE_ENDIAN, 1234
const :__BIG_ENDIAN, 4321
const :__BYTE_ORDER, 1234
const :__FLOAT_WORD_ORDER, 1234
const :LITTLE_ENDIAN, 1234
const :BIG_ENDIAN, 4321
const :BYTE_ORDER, 1234
const :__WORDSIZE, 64
const :__WORDSIZE_COMPAT32, 1
const :__FSUID_H, 1
const :NSIG, 32
const :_NSIG, 64
const :SIGHUP, 1
const :SIGINT, 2
const :SIGQUIT, 3
const :SIGILL, 4
const :SIGTRAP, 5
const :SIGABRT, 6
const :SIGIOT, 6
const :SIGFPE, 8
const :SIGKILL, 9
const :SIGSEGV, 11
const :SIGPIPE, 13
const :SIGALRM, 14
const :SIGTERM, 15
const :SIGUNUSED, 31
const :SIGBUS, 7
const :SIGUSR1, 10
const :SIGUSR2, 12
const :SIGSTKFLT, 16
const :SIGCHLD, 17
const :SIGCONT, 18
const :SIGSTOP, 19
const :SIGTSTP, 20
const :SIGTTIN, 21
const :SIGTTOU, 22
const :SIGURG, 23
const :SIGXCPU, 24
const :SIGXFSZ, 25
const :SIGVTALRM, 26
const :SIGPROF, 27
const :SIGWINCH, 28
const :SIGIO, 29
const :SIGPWR, 30
const :SIGSYS, 31
const :SIGCLD, 17
const :SIGPOLL, 29
const :SIGLOST, 30
const :SIGRTMIN, 32
const :SIGRTMAX, (64 - 1)
const :SA_NOCLDSTOP, 0x00000001
const :SA_NOCLDWAIT, 0x00000002
const :SA_SIGINFO, 0x00000004
const :SA_RESTORER, 0x04000000
const :SA_ONSTACK, 0x08000000
const :SA_RESTART, 0x10000000
const :SA_INTERRUPT, 0x20000000
const :SA_NODEFER, 0x40000000
const :SA_RESETHAND, 0x80000000
const :SA_NOMASK, 0x40000000
const :SA_ONESHOT, 0x80000000
const :SS_ONSTACK, 1
const :SS_DISABLE, 2
const :MINSIGSTKSZ, 2048
const :SIGSTKSZ, 8192
const :SIG_BLOCK, 0
const :SIG_UNBLOCK, 1
const :SIG_SETMASK, 2
const :SI_MAX_SIZE, 128
const :SIGEV_SIGNAL, 0
const :SIGEV_NONE, 1
const :SIGEV_THREAD, 2
const :SIGEV_THREAD_ID, 4
const :SIGEV_MAX_SIZE, 64
const :_SYS_TIME_H, 1
const :ITIMER_REAL, 0
const :ITIMER_VIRTUAL, 1
const :ITIMER_PROF, 2
const :FD_SETSIZE, 1024
const :R_OK, 4
const :W_OK, 2
const :X_OK, 1
const :F_OK, 0
const :SEEK_SET, 0
const :SEEK_CUR, 1
const :SEEK_END, 2
const :STDIN_FILENO, 0
const :STDOUT_FILENO, 1
const :STDERR_FILENO, 2
const :_CS_PATH, 1
const :_SC_CLK_TCK, 1
const :_SC_ARG_MAX, 2
const :_SC_NGROUPS_MAX, 3
const :_SC_OPEN_MAX, 4
const :_SC_PAGESIZE, 5
const :_SC_NPROCESSORS_ONLN, 6
const :_SC_NPROCESSORS_CONF, 6
const :_SC_PHYS_PAGES, 7
const :_PC_PATH_MAX, 1
const :_PC_VDISABLE, 2
const :L_cuserid, 17
const :_POSIX_VERSION, 199_506
const :F_ULOCK, 0
const :F_LOCK, 1
const :F_TLOCK, 2
const :F_TEST, 3
const :S_IFMT, 0o0170000
const :S_IFSOCK, 0o140000
const :S_IFLNK, 0o120000
const :S_IFREG, 0o100000
const :S_IFBLK, 0o060000
const :S_IFDIR, 0o040000
const :S_IFCHR, 0o020000
const :S_IFIFO, 0o010000
const :S_ISUID, 0o004000
const :S_ISGID, 0o002000
const :S_ISVTX, 0o001000
const :S_IRWXU, 0o0700
const :S_IRUSR, 0o0400
const :S_IWUSR, 0o0200
const :S_IXUSR, 0o0100
const :S_IRWXG, 0o0070
const :S_IRGRP, 0o0040
const :S_IWGRP, 0o0020
const :S_IXGRP, 0o0010
const :S_IRWXO, 0o0007
const :S_IROTH, 0o0004
const :S_IWOTH, 0o0002
const :S_IXOTH, 0o0001
const :S_IREAD, 0o0400
const :S_IWRITE, 0o0200
const :S_IEXEC, 0o0100
const :F_LINUX_SPECIFIC_BASE, 1024
const :O_ACCMODE, 0o003
const :O_RDONLY, 0o0
const :O_WRONLY, 0o1
const :O_RDWR, 0o2
const :O_CREAT, 0o100
const :O_EXCL, 0o200
const :O_NOCTTY, 0o400
const :O_TRUNC, 0o1000
const :O_APPEND, 0o2000
const :O_NONBLOCK, 0o4000
const :O_NDELAY, 0o4000
const :O_SYNC, 0o10000
const :FASYNC, 0o20000
const :O_DIRECT, 0o40000
const :O_LARGEFILE, 0o100000
const :O_DIRECTORY, 0o200000
const :O_NOFOLLOW, 0o400000
const :O_NOATIME, 0o1000000
const :F_DUPFD, 0
const :F_GETFD, 1
const :F_SETFD, 2
const :F_GETFL, 3
const :F_SETFL, 4
const :F_GETLK, 5
const :F_SETLK, 6
const :F_SETLKW, 7
const :F_SETOWN, 8
const :F_GETOWN, 9
const :F_SETSIG, 10
const :F_GETSIG, 11
const :F_GETLK64, 12
const :F_SETLK64, 13
const :F_SETLKW64, 14
const :FD_CLOEXEC, 1
const :F_RDLCK, 0
const :F_WRLCK, 1
const :F_UNLCK, 2
const :F_EXLCK, 4
const :F_SHLCK, 8
const :F_INPROGRESS, 16
const :LOCK_SH, 1
const :LOCK_EX, 2
const :LOCK_NB, 4
const :LOCK_UN, 8
const :LOCK_MAND, 32
const :LOCK_READ, 64
const :LOCK_WRITE, 128
const :LOCK_RW, 192
const :O_ASYNC, 0o20000
const :MREMAP_MAYMOVE, 1
const :MREMAP_FIXED, 2
const :PROT_READ, 0x1
const :PROT_WRITE, 0x2
const :PROT_EXEC, 0x4
const :PROT_NONE, 0x0
const :MAP_SHARED, 0x01
const :MAP_PRIVATE, 0x02
const :MAP_FIXED, 0x10
const :MAP_ANONYMOUS, 0x20
const :MAP_GROWSDOWN, 0x0100
const :MAP_DENYWRITE, 0x0800
const :MAP_EXECUTABLE, 0x1000
const :MAP_LOCKED, 0x2000
const :MAP_NORESERVE, 0x4000
const :MAP_POPULATE, 0x8000
const :MS_ASYNC, 1
const :MS_INVALIDATE, 2
const :MS_SYNC, 4
const :MCL_CURRENT, 1
const :MCL_FUTURE, 2
const :MADV_NORMAL, 0x0
const :MADV_RANDOM, 0x1
const :MADV_SEQUENTIAL, 0x2
const :MADV_WILLNEED, 0x3
const :MADV_DONTNEED, 0x4
const :MAP_ANON, 0x20
const :MAP_FILE, 0
const :SOL_SOCKET, 1
const :SO_DEBUG, 1
const :SO_REUSEADDR, 2
const :SO_TYPE, 3
const :SO_ERROR, 4
const :SO_DONTROUTE, 5
const :SO_BROADCAST, 6
const :SO_SNDBUF, 7
const :SO_RCVBUF, 8
const :SO_KEEPALIVE, 9
const :SO_OOBINLINE, 10
const :SO_NO_CHECK, 11
const :SO_PRIORITY, 12
const :SO_LINGER, 13
const :SO_BSDCOMPAT, 14
const :SO_PASSCRED, 16
const :SO_PEERCRED, 17
const :SO_RCVLOWAT, 18
const :SO_SNDLOWAT, 19
const :SO_RCVTIMEO, 20
const :SO_SNDTIMEO, 21
const :SO_ACCEPTCONN, 30
const :SO_SNDBUFFORCE, 32
const :SO_RCVBUFFORCE, 33
const :SO_SECURITY_AUTHENTICATION, 22
const :SO_SECURITY_ENCRYPTION_TRANSPORT, 23
const :SO_SECURITY_ENCRYPTION_NETWORK, 24
const :SO_BINDTODEVICE, 25
const :SO_ATTACH_FILTER, 26
const :SO_DETACH_FILTER, 27
const :SO_PEERNAME, 28
const :SO_TIMESTAMP, 29
const :SCM_TIMESTAMP, 29
const :SOCK_STREAM, 1
const :SOCK_DGRAM, 2
const :SOCK_RAW, 3
const :SOCK_RDM, 4
const :SOCK_SEQPACKET, 5
const :SOCK_PACKET, 10
const :UIO_FASTIOV, 8
const :UIO_MAXIOV, 1024
const :SCM_RIGHTS, 0x01
const :SCM_CREDENTIALS, 0x02
const :SCM_CONNECT, 0x03
const :AF_UNSPEC, 0
const :AF_UNIX, 1
const :AF_LOCAL, 1
const :AF_INET, 2
const :AF_AX25, 3
const :AF_IPX, 4
const :AF_APPLETALK, 5
const :AF_NETROM, 6
const :AF_BRIDGE, 7
const :AF_ATMPVC, 8
const :AF_X25, 9
const :AF_INET6, 10
const :AF_ROSE, 11
const :AF_DECnet, 12
const :AF_NETBEUI, 13
const :AF_SECURITY, 14
const :AF_KEY, 15
const :AF_NETLINK, 16
const :AF_ROUTE, 16
const :AF_PACKET, 17
const :AF_ASH, 18
const :AF_ECONET, 19
const :AF_ATMSVC, 20
const :AF_SNA, 22
const :AF_IRDA, 23
const :AF_PPPOX, 24
const :AF_WANPIPE, 25
const :AF_MAX, 32
const :PF_UNSPEC, 0
const :PF_UNIX, 1
const :PF_LOCAL, 1
const :PF_INET, 2
const :PF_AX25, 3
const :PF_IPX, 4
const :PF_APPLETALK, 5
const :PF_NETROM, 6
const :PF_BRIDGE, 7
const :PF_ATMPVC, 8
const :PF_X25, 9
const :PF_INET6, 10
const :PF_ROSE, 11
const :PF_DECnet, 12
const :PF_NETBEUI, 13
const :PF_SECURITY, 14
const :PF_KEY, 15
const :PF_NETLINK, 16
const :PF_ROUTE, 16
const :PF_PACKET, 17
const :PF_ASH, 18
const :PF_ECONET, 19
const :PF_ATMSVC, 20
const :PF_SNA, 22
const :PF_IRDA, 23
const :PF_PPPOX, 24
const :PF_WANPIPE, 25
const :PF_MAX, 32
const :SOMAXCONN, 128
const :MSG_OOB, 1
const :MSG_PEEK, 2
const :MSG_DONTROUTE, 4
const :MSG_TRYHARD, 4
const :MSG_CTRUNC, 8
const :MSG_PROBE, 0x10
const :MSG_TRUNC, 0x20
const :MSG_DONTWAIT, 0x40
const :MSG_EOR, 0x80
const :MSG_WAITALL, 0x100
const :MSG_FIN, 0x200
const :MSG_EOF, 0x200
const :MSG_SYN, 0x400
const :MSG_CONFIRM, 0x800
const :MSG_RST, 0x1000
const :MSG_ERRQUEUE, 0x2000
const :MSG_NOSIGNAL, 0x4000
const :MSG_MORE, 0x8000
const :SOL_IP, 0
const :SOL_TCP, 6
const :SOL_UDP, 17
const :SOL_IPV6, 41
const :SOL_ICMPV6, 58
const :SOL_RAW, 255
const :SOL_IPX, 256
const :SOL_AX25, 257
const :SOL_ATALK, 258
const :SOL_NETROM, 259
const :SOL_ROSE, 260
const :SOL_DECNET, 261
const :SOL_X25, 262
const :SOL_PACKET, 263
const :SOL_ATM, 264
const :SOL_AAL, 265
const :SOL_IRDA, 266
const :IPX_TYPE, 1
const :SHUT_RD, 0
const :SHUT_WR, 1
const :SHUT_RDWR, 2
const :NI_NOFQDN, 1
const :NI_NUMERICHOST, 2
const :NI_NAMEREQD, 4
const :NI_NUMERICSERV, 8
const :NI_DGRAM, 16
const :EAI_FAMILY, -1
const :EAI_SOCKTYPE, -2
const :EAI_BADFLAGS, -3
const :EAI_NONAME, -4
const :EAI_SERVICE, -5
const :EAI_ADDRFAMILY, -6
const :EAI_NODATA, -7
const :EAI_MEMORY, -8
const :EAI_FAIL, -9
const :EAI_AGAIN, -10
const :EAI_SYSTEM, -11
const :AI_NUMERICHOST, 1
const :AI_CANONNAME, 2
const :AI_PASSIVE, 4
const :SIOCADDRT, 0x890B
const :SIOCDELRT, 0x890C
const :SIOCRTMSG, 0x890D
const :SIOCGIFNAME, 0x8910
const :SIOCSIFLINK, 0x8911
const :SIOCGIFCONF, 0x8912
const :SIOCGIFFLAGS, 0x8913
const :SIOCSIFFLAGS, 0x8914
const :SIOCGIFADDR, 0x8915
const :SIOCSIFADDR, 0x8916
const :SIOCGIFDSTADDR, 0x8917
const :SIOCSIFDSTADDR, 0x8918
const :SIOCGIFBRDADDR, 0x8919
const :SIOCSIFBRDADDR, 0x891a
const :SIOCGIFNETMASK, 0x891b
const :SIOCSIFNETMASK, 0x891c
const :SIOCGIFMETRIC, 0x891d
const :SIOCSIFMETRIC, 0x891e
const :SIOCGIFMEM, 0x891f
const :SIOCSIFMEM, 0x8920
const :SIOCGIFMTU, 0x8921
const :SIOCSIFMTU, 0x8922
const :SIOCSIFNAME, 0x8923
const :SIOCSIFHWADDR, 0x8924
const :SIOCGIFENCAP, 0x8925
const :SIOCSIFENCAP, 0x8926
const :SIOCGIFHWADDR, 0x8927
const :SIOCGIFSLAVE, 0x8929
const :SIOCSIFSLAVE, 0x8930
const :SIOCADDMULTI, 0x8931
const :SIOCDELMULTI, 0x8932
const :SIOCGIFINDEX, 0x8933
const :SIOGIFINDEX, 0x8933
const :SIOCSIFPFLAGS, 0x8934
const :SIOCGIFPFLAGS, 0x8935
const :SIOCDIFADDR, 0x8936
const :SIOCSIFHWBROADCAST, 0x8937
const :SIOCGIFCOUNT, 0x8938
const :SIOCGIFBR, 0x8940
const :SIOCSIFBR, 0x8941
const :SIOCGIFTXQLEN, 0x8942
const :SIOCSIFTXQLEN, 0x8943
const :SIOCGIFDIVERT, 0x8944
const :SIOCSIFDIVERT, 0x8945
const :SIOCETHTOOL, 0x8946
const :SIOCDARP, 0x8953
const :SIOCGARP, 0x8954
const :SIOCSARP, 0x8955
const :SIOCDRARP, 0x8960
const :SIOCGRARP, 0x8961
const :SIOCSRARP, 0x8962
const :SIOCGIFMAP, 0x8970
const :SIOCSIFMAP, 0x8971
const :SIOCADDDLCI, 0x8980
const :SIOCDELDLCI, 0x8981
const :SIOCDEVPRIVATE, 0x89F0
const :PTRACE_TRACEME, 0
const :PTRACE_PEEKTEXT, 1
const :PTRACE_PEEKDATA, 2
const :PTRACE_PEEKUSR, 3
const :PTRACE_PEEKUSER, 3
const :PTRACE_POKETEXT, 4
const :PTRACE_POKEDATA, 5
const :PTRACE_POKEUSR, 6
const :PTRACE_POKEUSER, 6
const :PTRACE_CONT, 7
const :PTRACE_KILL, 8
const :PTRACE_SINGLESTEP, 9
const :PTRACE_ATTACH, 0x10
const :PTRACE_DETACH, 0x11
const :PTRACE_SYSCALL, 24
const :PTRACE_GETEVENTMSG, 0x4201
const :PTRACE_GETSIGINFO, 0x4202
const :PTRACE_SETSIGINFO, 0x4203
const :PTRACE_O_TRACESYSGOOD, 0x00000001
const :PTRACE_O_TRACEFORK, 0x00000002
const :PTRACE_O_TRACEVFORK, 0x00000004
const :PTRACE_O_TRACECLONE, 0x00000008
const :PTRACE_O_TRACEEXEC, 0x00000010
const :PTRACE_O_TRACEVFORKDONE, 0x00000020
const :PTRACE_O_TRACEEXIT, 0x00000040
const :PTRACE_O_MASK, 0x0000007f
const :PTRACE_EVENT_FORK, 1
const :PTRACE_EVENT_VFORK, 2
const :PTRACE_EVENT_CLONE, 3
const :PTRACE_EVENT_EXEC, 4
const :PTRACE_EVENT_VFORK_DONE, 5
const :PTRACE_EVENT_EXIT, 6
const :PT_TRACE_ME, 0
const :PT_READ_I, 1
const :PT_READ_D, 2
const :PT_READ_U, 3
const :PT_WRITE_I, 4
const :PT_WRITE_D, 5
const :PT_WRITE_U, 6
const :PT_CONTINUE, 7
const :PT_KILL, 8
const :PT_STEP, 9
const :PT_ATTACH, 0x10
const :PT_DETACH, 0x11
const :SYS_accept, 43
const :SYS_accept4, 288
const :SYS_access, 21
const :SYS_acct, 163
const :SYS_add_key, 248
const :SYS_adjtimex, 159
const :SYS_afs_syscall, 183
const :SYS_alarm, 37
const :SYS_arch_prctl, 158
const :SYS_bind, 49
const :SYS_brk, 12
const :SYS_capget, 125
const :SYS_capset, 126
const :SYS_chdir, 80
const :SYS_chmod, 90
const :SYS_chown, 92
const :SYS_chroot, 161
const :SYS_clock_getres, 229
const :SYS_clock_gettime, 228
const :SYS_clock_nanosleep, 230
const :SYS_clock_settime, 227
const :SYS_clone, 56
const :SYS_close, 3
const :SYS_connect, 42
const :SYS_creat, 85
const :SYS_create_module, 174
const :SYS_delete_module, 176
const :SYS_dup, 32
const :SYS_dup2, 33
const :SYS_dup3, 292
const :SYS_epoll_create, 213
const :SYS_epoll_create1, 291
const :SYS_epoll_ctl, 233
const :SYS_epoll_ctl_old, 214
const :SYS_epoll_pwait, 281
const :SYS_epoll_wait, 232
const :SYS_epoll_wait_old, 215
const :SYS_eventfd, 284
const :SYS_eventfd2, 290
const :SYS_execve, 59
const :SYS_exit, 60
const :SYS_exit_group, 231
const :SYS_faccessat, 269
const :SYS_fadvise64, 221
const :SYS_fallocate, 285
const :SYS_fanotify_init, 300
const :SYS_fanotify_mark, 301
const :SYS_fchdir, 81
const :SYS_fchmod, 91
const :SYS_fchmodat, 268
const :SYS_fchown, 93
const :SYS_fchownat, 260
const :SYS_fcntl, 72
const :SYS_fdatasync, 75
const :SYS_fgetxattr, 193
const :SYS_flistxattr, 196
const :SYS_flock, 73
const :SYS_fork, 57
const :SYS_fremovexattr, 199
const :SYS_fsetxattr, 190
const :SYS_fstat, 5
const :SYS_fstatfs, 138
const :SYS_fsync, 74
const :SYS_ftruncate, 77
const :SYS_futex, 202
const :SYS_futimesat, 261
const :SYS_getcwd, 79
const :SYS_getdents, 78
const :SYS_getdents64, 217
const :SYS_getegid, 108
const :SYS_geteuid, 107
const :SYS_getgid, 104
const :SYS_getgroups, 115
const :SYS_getitimer, 36
const :SYS_get_kernel_syms, 177
const :SYS_get_mempolicy, 239
const :SYS_getpeername, 52
const :SYS_getpgid, 121
const :SYS_getpgrp, 111
const :SYS_getpid, 39
const :SYS_getpmsg, 181
const :SYS_getppid, 110
const :SYS_getpriority, 140
const :SYS_getresgid, 120
const :SYS_getresuid, 118
const :SYS_getrlimit, 97
const :SYS_get_robust_list, 274
const :SYS_getrusage, 98
const :SYS_getsid, 124
const :SYS_getsockname, 51
const :SYS_getsockopt, 55
const :SYS_get_thread_area, 211
const :SYS_gettid, 186
const :SYS_gettimeofday, 96
const :SYS_getuid, 102
const :SYS_getxattr, 191
const :SYS_init_module, 175
const :SYS_inotify_add_watch, 254
const :SYS_inotify_init, 253
const :SYS_inotify_init1, 294
const :SYS_inotify_rm_watch, 255
const :SYS_io_cancel, 210
const :SYS_ioctl, 16
const :SYS_io_destroy, 207
const :SYS_io_getevents, 208
const :SYS_ioperm, 173
const :SYS_iopl, 172
const :SYS_ioprio_get, 252
const :SYS_ioprio_set, 251
const :SYS_io_setup, 206
const :SYS_io_submit, 209
const :SYS_kexec_load, 246
const :SYS_keyctl, 250
const :SYS_kill, 62
const :SYS_lchown, 94
const :SYS_lgetxattr, 192
const :SYS_link, 86
const :SYS_linkat, 265
const :SYS_listen, 50
const :SYS_listxattr, 194
const :SYS_llistxattr, 195
const :SYS_lookup_dcookie, 212
const :SYS_lremovexattr, 198
const :SYS_lseek, 8
const :SYS_lsetxattr, 189
const :SYS_lstat, 6
const :SYS_madvise, 28
const :SYS_mbind, 237
const :SYS_migrate_pages, 256
const :SYS_mincore, 27
const :SYS_mkdir, 83
const :SYS_mkdirat, 258
const :SYS_mknod, 133
const :SYS_mknodat, 259
const :SYS_mlock, 149
const :SYS_mlockall, 151
const :SYS_mmap, 9
const :SYS_modify_ldt, 154
const :SYS_mount, 165
const :SYS_move_pages, 279
const :SYS_mprotect, 10
const :SYS_mq_getsetattr, 245
const :SYS_mq_notify, 244
const :SYS_mq_open, 240
const :SYS_mq_timedreceive, 243
const :SYS_mq_timedsend, 242
const :SYS_mq_unlink, 241
const :SYS_mremap, 25
const :SYS_msgctl, 71
const :SYS_msgget, 68
const :SYS_msgrcv, 70
const :SYS_msgsnd, 69
const :SYS_msync, 26
const :SYS_munlock, 150
const :SYS_munlockall, 152
const :SYS_munmap, 11
const :SYS_nanosleep, 35
const :SYS_newfstatat, 262
const :SYS_nfsservctl, 180
const :SYS_open, 2
const :SYS_openat, 257
const :SYS_pause, 34
const :SYS_perf_event_open, 298
const :SYS_personality, 135
const :SYS_pipe, 22
const :SYS_pipe2, 293
const :SYS_pivot_root, 155
const :SYS_poll, 7
const :SYS_ppoll, 271
const :SYS_prctl, 157
const :SYS_pread, 17
const :SYS_preadv, 295
const :SYS_prlimit64, 302
const :SYS_pselect6, 270
const :SYS_ptrace, 101
const :SYS_putpmsg, 182
const :SYS_pwrite, 18
const :SYS_pwritev, 296
const :SYS_query_module, 178
const :SYS_quotactl, 179
const :SYS_read, 0
const :SYS_readahead, 187
const :SYS_readlink, 89
const :SYS_readlinkat, 267
const :SYS_readv, 19
const :SYS_reboot, 169
const :SYS_recvfrom, 45
const :SYS_recvmmsg, 299
const :SYS_recvmsg, 47
const :SYS_remap_file_pages, 216
const :SYS_removexattr, 197
const :SYS_rename, 82
const :SYS_renameat, 264
const :SYS_request_key, 249
const :SYS_restart_syscall, 219
const :SYS_rmdir, 84
const :SYS_rt_sigaction, 13
const :SYS_rt_sigpending, 127
const :SYS_rt_sigprocmask, 14
const :SYS_rt_sigqueueinfo, 129
const :SYS_rt_sigreturn, 15
const :SYS_rt_sigsuspend, 130
const :SYS_rt_sigtimedwait, 128
const :SYS_rt_tgsigqueueinfo, 297
const :SYS_sched_getaffinity, 204
const :SYS_sched_getparam, 143
const :SYS_sched_get_priority_max, 146
const :SYS_sched_get_priority_min, 147
const :SYS_sched_getscheduler, 145
const :SYS_sched_rr_get_interval, 148
const :SYS_sched_setaffinity, 203
const :SYS_sched_setparam, 142
const :SYS_sched_setscheduler, 144
const :SYS_sched_yield, 24
const :SYS_security, 185
const :SYS_select, 23
const :SYS_semctl, 66
const :SYS_semget, 64
const :SYS_semop, 65
const :SYS_semtimedop, 220
const :SYS_sendfile, 40
const :SYS_sendmsg, 46
const :SYS_sendto, 44
const :SYS_setdomainname, 171
const :SYS_setfsgid, 123
const :SYS_setfsuid, 122
const :SYS_setgid, 106
const :SYS_setgroups, 116
const :SYS_sethostname, 170
const :SYS_setitimer, 38
const :SYS_set_mempolicy, 238
const :SYS_setpgid, 109
const :SYS_setpriority, 141
const :SYS_setregid, 114
const :SYS_setresgid, 119
const :SYS_setresuid, 117
const :SYS_setreuid, 113
const :SYS_setrlimit, 160
const :SYS_set_robust_list, 273
const :SYS_setsid, 112
const :SYS_setsockopt, 54
const :SYS_set_thread_area, 205
const :SYS_set_tid_address, 218
const :SYS_settimeofday, 164
const :SYS_setuid, 105
const :SYS_setxattr, 188
const :SYS_shmat, 30
const :SYS_shmctl, 31
const :SYS_shmdt, 67
const :SYS_shmget, 29
const :SYS_shutdown, 48
const :SYS_sigaltstack, 131
const :SYS_signalfd, 282
const :SYS_signalfd4, 289
const :SYS_socket, 41
const :SYS_socketpair, 53
const :SYS_splice, 275
const :SYS_stat, 4
const :SYS_statfs, 137
const :SYS_swapoff, 168
const :SYS_swapon, 167
const :SYS_symlink, 88
const :SYS_symlinkat, 266
const :SYS_sync, 162
const :SYS_sync_file_range, 277
const :SYS__sysctl, 156
const :SYS_sysfs, 139
const :SYS_sysinfo, 99
const :SYS_syslog, 103
const :SYS_tee, 276
const :SYS_tgkill, 234
const :SYS_time, 201
const :SYS_timer_create, 222
const :SYS_timer_delete, 226
const :SYS_timerfd, 283
const :SYS_timerfd_gettime, 287
const :SYS_timerfd_settime, 286
const :SYS_timer_getoverrun, 225
const :SYS_timer_gettime, 224
const :SYS_timer_settime, 223
const :SYS_times, 100
const :SYS_tkill, 200
const :SYS_truncate, 76
const :SYS_tuxcall, 184
const :SYS_umask, 95
const :SYS_umount2, 166
const :SYS_uname, 63
const :SYS_unlink, 87
const :SYS_unlinkat, 263
const :SYS_unshare, 272
const :SYS_uselib, 134
const :SYS_ustat, 136
const :SYS_utime, 132
const :SYS_utimensat, 280
const :SYS_utimes, 235
const :SYS_vfork, 58
const :SYS_vhangup, 153
const :SYS_vmsplice, 278
const :SYS_vserver, 236
const :SYS_wait4, 61
const :SYS_waitid, 247
const :SYS_write, 1
const :SYS_writev, 20