peter50216/pwntools-ruby

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

const :__NR_exit, 1
const :__NR_fork, 2
const :__NR_read, 3
const :__NR_write, 4
const :__NR_open, 5
const :__NR_close, 6
const :__NR_waitpid, 7
const :__NR_creat, 8
const :__NR_link, 9
const :__NR_unlink, 10
const :__NR_execve, 11
const :__NR_chdir, 12
const :__NR_time, 13
const :__NR_mknod, 14
const :__NR_chmod, 15
const :__NR_lchown, 16
const :__NR_break, 17
const :__NR_oldstat, 18
const :__NR_lseek, 19
const :__NR_getpid, 20
const :__NR_mount, 21
const :__NR_umount, 22
const :__NR_setuid, 23
const :__NR_getuid, 24
const :__NR_stime, 25
const :__NR_ptrace, 26
const :__NR_alarm, 27
const :__NR_oldfstat, 28
const :__NR_pause, 29
const :__NR_utime, 30
const :__NR_stty, 31
const :__NR_gtty, 32
const :__NR_access, 33
const :__NR_nice, 34
const :__NR_ftime, 35
const :__NR_sync, 36
const :__NR_kill, 37
const :__NR_rename, 38
const :__NR_mkdir, 39
const :__NR_rmdir, 40
const :__NR_dup, 41
const :__NR_pipe, 42
const :__NR_times, 43
const :__NR_prof, 44
const :__NR_brk, 45
const :__NR_setgid, 46
const :__NR_getgid, 47
const :__NR_signal, 48
const :__NR_geteuid, 49
const :__NR_getegid, 50
const :__NR_acct, 51
const :__NR_umount2, 52
const :__NR_lock, 53
const :__NR_ioctl, 54
const :__NR_fcntl, 55
const :__NR_mpx, 56
const :__NR_setpgid, 57
const :__NR_ulimit, 58
const :__NR_oldolduname, 59
const :__NR_umask, 60
const :__NR_chroot, 61
const :__NR_ustat, 62
const :__NR_dup2, 63
const :__NR_getppid, 64
const :__NR_getpgrp, 65
const :__NR_setsid, 66
const :__NR_sigaction, 67
const :__NR_sgetmask, 68
const :__NR_ssetmask, 69
const :__NR_setreuid, 70
const :__NR_setregid, 71
const :__NR_sigsuspend, 72
const :__NR_sigpending, 73
const :__NR_sethostname, 74
const :__NR_setrlimit, 75
const :__NR_getrlimit, 76
const :__NR_getrusage, 77
const :__NR_gettimeofday, 78
const :__NR_settimeofday, 79
const :__NR_getgroups, 80
const :__NR_setgroups, 81
const :__NR_select, 82
const :__NR_symlink, 83
const :__NR_oldlstat, 84
const :__NR_readlink, 85
const :__NR_uselib, 86
const :__NR_swapon, 87
const :__NR_reboot, 88
const :__NR_readdir, 89
const :__NR_mmap, 90
const :__NR_munmap, 91
const :__NR_truncate, 92
const :__NR_ftruncate, 93
const :__NR_fchmod, 94
const :__NR_fchown, 95
const :__NR_getpriority, 96
const :__NR_setpriority, 97
const :__NR_profil, 98
const :__NR_statfs, 99
const :__NR_fstatfs, 100
const :__NR_ioperm, 101
const :__NR_socketcall, 102
const :__NR_syslog, 103
const :__NR_setitimer, 104
const :__NR_getitimer, 105
const :__NR_stat, 106
const :__NR_lstat, 107
const :__NR_fstat, 108
const :__NR_olduname, 109
const :__NR_iopl, 110
const :__NR_vhangup, 111
const :__NR_idle, 112
const :__NR_vm86old, 113
const :__NR_wait4, 114
const :__NR_swapoff, 115
const :__NR_sysinfo, 116
const :__NR_ipc, 117
const :__NR_fsync, 118
const :__NR_sigreturn, 119
const :__NR_clone, 120
const :__NR_setdomainname, 121
const :__NR_uname, 122
const :__NR_modify_ldt, 123
const :__NR_adjtimex, 124
const :__NR_mprotect, 125
const :__NR_sigprocmask, 126
const :__NR_create_module, 127
const :__NR_init_module, 128
const :__NR_delete_module, 129
const :__NR_get_kernel_syms, 130
const :__NR_quotactl, 131
const :__NR_getpgid, 132
const :__NR_fchdir, 133
const :__NR_bdflush, 134
const :__NR_sysfs, 135
const :__NR_personality, 136
const :__NR_afs_syscall, 137
const :__NR_setfsuid, 138
const :__NR_setfsgid, 139
const :__NR__llseek, 140
const :__NR_getdents, 141
const :__NR__newselect, 142
const :__NR_flock, 143
const :__NR_msync, 144
const :__NR_readv, 145
const :__NR_writev, 146
const :__NR_getsid, 147
const :__NR_fdatasync, 148
const :__NR__sysctl, 149
const :__NR_mlock, 150
const :__NR_munlock, 151
const :__NR_mlockall, 152
const :__NR_munlockall, 153
const :__NR_sched_setparam, 154
const :__NR_sched_getparam, 155
const :__NR_sched_setscheduler, 156
const :__NR_sched_getscheduler, 157
const :__NR_sched_yield, 158
const :__NR_sched_get_priority_max, 159
const :__NR_sched_get_priority_min, 160
const :__NR_sched_rr_get_interval, 161
const :__NR_nanosleep, 162
const :__NR_mremap, 163
const :__NR_setresuid, 164
const :__NR_getresuid, 165
const :__NR_vm86, 166
const :__NR_query_module, 167
const :__NR_poll, 168
const :__NR_nfsservctl, 169
const :__NR_setresgid, 170
const :__NR_getresgid, 171
const :__NR_prctl, 172
const :__NR_rt_sigreturn, 173
const :__NR_rt_sigaction, 174
const :__NR_rt_sigprocmask, 175
const :__NR_rt_sigpending, 176
const :__NR_rt_sigtimedwait, 177
const :__NR_rt_sigqueueinfo, 178
const :__NR_rt_sigsuspend, 179
const :__NR_pread, 180
const :__NR_pwrite, 181
const :__NR_chown, 182
const :__NR_getcwd, 183
const :__NR_capget, 184
const :__NR_capset, 185
const :__NR_sigaltstack, 186
const :__NR_sendfile, 187
const :__NR_getpmsg, 188
const :__NR_putpmsg, 189
const :__NR_vfork, 190
const :__NR_ugetrlimit, 191
const :__NR_mmap2, 192
const :__NR_truncate64, 193
const :__NR_ftruncate64, 194
const :__NR_stat64, 195
const :__NR_lstat64, 196
const :__NR_fstat64, 197
const :__NR_lchown32, 198
const :__NR_getuid32, 199
const :__NR_getgid32, 200
const :__NR_geteuid32, 201
const :__NR_getegid32, 202
const :__NR_setreuid32, 203
const :__NR_setregid32, 204
const :__NR_getgroups32, 205
const :__NR_setgroups32, 206
const :__NR_fchown32, 207
const :__NR_setresuid32, 208
const :__NR_getresuid32, 209
const :__NR_setresgid32, 210
const :__NR_getresgid32, 211
const :__NR_chown32, 212
const :__NR_setuid32, 213
const :__NR_setgid32, 214
const :__NR_setfsuid32, 215
const :__NR_setfsgid32, 216
const :__NR_pivot_root, 217
const :__NR_mincore, 218
const :__NR_madvise, 219
const :__NR_madvise1, 219
const :__NR_getdents64, 220
const :__NR_fcntl64, 221
const :__NR_gettid, 224
const :__NR_readahead, 225
const :__NR_setxattr, 226
const :__NR_lsetxattr, 227
const :__NR_fsetxattr, 228
const :__NR_getxattr, 229
const :__NR_lgetxattr, 230
const :__NR_fgetxattr, 231
const :__NR_listxattr, 232
const :__NR_llistxattr, 233
const :__NR_flistxattr, 234
const :__NR_removexattr, 235
const :__NR_lremovexattr, 236
const :__NR_fremovexattr, 237
const :__NR_tkill, 238
const :__NR_sendfile64, 239
const :__NR_futex, 240
const :__NR_sched_setaffinity, 241
const :__NR_sched_getaffinity, 242
const :__NR_set_thread_area, 243
const :__NR_get_thread_area, 244
const :__NR_io_setup, 245
const :__NR_io_destroy, 246
const :__NR_io_getevents, 247
const :__NR_io_submit, 248
const :__NR_io_cancel, 249
const :__NR_fadvise64, 250
const :__NR_exit_group, 252
const :__NR_lookup_dcookie, 253
const :__NR_epoll_create, 254
const :__NR_epoll_ctl, 255
const :__NR_epoll_wait, 256
const :__NR_remap_file_pages, 257
const :__NR_set_tid_address, 258
const :__NR_timer_create, 259
const :__NR_timer_settime, (259 + 1)
const :__NR_timer_gettime, (259 + 2)
const :__NR_timer_getoverrun, (259 + 3)
const :__NR_timer_delete, (259 + 4)
const :__NR_clock_settime, (259 + 5)
const :__NR_clock_gettime, (259 + 6)
const :__NR_clock_getres, (259 + 7)
const :__NR_clock_nanosleep, (259 + 8)
const :__NR_statfs64, 268
const :__NR_fstatfs64, 269
const :__NR_tgkill, 270
const :__NR_utimes, 271
const :__NR_fadvise64_64, 272
const :__NR_vserver, 273
const :__NR_mbind, 274
const :__NR_get_mempolicy, 275
const :__NR_set_mempolicy, 276
const :__NR_mq_open, 277
const :__NR_mq_unlink, (277 + 1)
const :__NR_mq_timedsend, (277 + 2)
const :__NR_mq_timedreceive, (277 + 3)
const :__NR_mq_notify, (277 + 4)
const :__NR_mq_getsetattr, (277 + 5)
const :__NR_sys_kexec_load, 283
const :__NR_waitid, 284
const :__NR_add_key, 286
const :__NR_request_key, 287
const :__NR_keyctl, 288
const :__NR_ioprio_set, 289
const :__NR_ioprio_get, 290
const :__NR_inotify_init, 291
const :__NR_inotify_add_watch, 292
const :__NR_inotify_rm_watch, 293
const :__NR_migrate_pages, 294
const :__NR_openat, 295
const :__NR_mkdirat, 296
const :__NR_mknodat, 297
const :__NR_fchownat, 298
const :__NR_futimesat, 299
const :__NR_fstatat64, 300
const :__NR_unlinkat, 301
const :__NR_renameat, 302
const :__NR_linkat, 303
const :__NR_symlinkat, 304
const :__NR_readlinkat, 305
const :__NR_fchmodat, 306
const :__NR_faccessat, 307
const :__NR_pselect6, 308
const :__NR_ppoll, 309
const :__NR_unshare, 310
const :__NR_set_robust_list, 311
const :__NR_get_robust_list, 312
const :__NR_splice, 313
const :__NR_sync_file_range, 314
const :__NR_tee, 315
const :__NR_vmsplice, 316
const :__NR_move_pages, 317
const :__NR_getcpu, 318
const :__NR_epoll_pwait, 319
const :__NR_utimensat, 320
const :__NR_signalfd, 321
const :__NR_timerfd, 322
const :__NR_eventfd, 323
const :__NR_fallocate, 324
const :__NR_timerfd_settime, 325
const :__NR_timerfd_gettime, 326
const :__NR_signalfd4, 327
const :__NR_eventfd2, 328
const :__NR_epoll_create1, 329
const :__NR_dup3, 330
const :__NR_pipe2, 331
const :__NR_inotify_init1, 332
const :__NR_preadv, 333
const :__NR_pwritev, 334
const :__NR_rt_tgsigqueueinfo, 335
const :__NR_perf_event_open, 336
const :__NR_recvmmsg, 337
const :__NR_fanotify_init, 338
const :__NR_fanotify_mark, 339
const :__NR_prlimit64, 340
const :SYS_SOCKET, 1
const :SYS_BIND, 2
const :SYS_CONNECT, 3
const :SYS_LISTEN, 4
const :SYS_ACCEPT, 5
const :SYS_GETSOCKNAME, 6
const :SYS_GETPEERNAME, 7
const :SYS_SOCKETPAIR, 8
const :SYS_SEND, 9
const :SYS_RECV, 10
const :SYS_SENDTO, 11
const :SYS_RECVFROM, 12
const :SYS_SHUTDOWN, 13
const :SYS_SETSOCKOPT, 14
const :SYS_GETSOCKOPT, 15
const :SYS_SENDMSG, 16
const :SYS_RECVMSG, 17
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, 32
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 :X86_FXSR_MAGIC, 0x0000
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 :STAT64_HAS_BROKEN_ST_INO, 1
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 :EBX, 0
const :ECX, 1
const :EDX, 2
const :ESI, 3
const :EDI, 4
const :EBP, 5
const :EAX, 6
const :DS, 7
const :ES, 8
const :FS, 9
const :GS, 10
const :ORIG_EAX, 11
const :EIP, 12
const :CS, 13
const :EFL, 14
const :UESP, 15
const :SS, 16
const :FRAME_SIZE, 17
const :PTRACE_GETREGS, 12
const :PTRACE_SETREGS, 13
const :PTRACE_GETFPREGS, 14
const :PTRACE_SETFPREGS, 15
const :PTRACE_GETFPXREGS, 18
const :PTRACE_SETFPXREGS, 19
const :PTRACE_SETOPTIONS, 21
const :PTRACE_O_TRACESYSGOOD, 0x00000001
const :SYS_access, 33
const :SYS_acct, 51
const :SYS_add_key, 286
const :SYS_adjtimex, 124
const :SYS_afs_syscall, 137
const :SYS_alarm, 27
const :SYS_bdflush, 134
const :SYS_break, 17
const :SYS_brk, 45
const :SYS_capget, 184
const :SYS_capset, 185
const :SYS_chdir, 12
const :SYS_chmod, 15
const :SYS_chown, 182
const :SYS_chown32, 212
const :SYS_chroot, 61
const :SYS_clock_getres, (259 + 7)
const :SYS_clock_gettime, (259 + 6)
const :SYS_clock_nanosleep, (259 + 8)
const :SYS_clock_settime, (259 + 5)
const :SYS_clone, 120
const :SYS_close, 6
const :SYS_creat, 8
const :SYS_create_module, 127
const :SYS_delete_module, 129
const :SYS_dup, 41
const :SYS_dup2, 63
const :SYS_dup3, 330
const :SYS_epoll_create, 254
const :SYS_epoll_create1, 329
const :SYS_epoll_ctl, 255
const :SYS_epoll_pwait, 319
const :SYS_epoll_wait, 256
const :SYS_eventfd, 323
const :SYS_eventfd2, 328
const :SYS_execve, 11
const :SYS_exit, 1
const :SYS_exit_group, 252
const :SYS_faccessat, 307
const :SYS_fadvise64, 250
const :SYS_fadvise64_64, 272
const :SYS_fallocate, 324
const :SYS_fanotify_init, 338
const :SYS_fanotify_mark, 339
const :SYS_fchdir, 133
const :SYS_fchmod, 94
const :SYS_fchmodat, 306
const :SYS_fchown, 95
const :SYS_fchown32, 207
const :SYS_fchownat, 298
const :SYS_fcntl, 55
const :SYS_fcntl64, 221
const :SYS_fdatasync, 148
const :SYS_fgetxattr, 231
const :SYS_flistxattr, 234
const :SYS_flock, 143
const :SYS_fork, 2
const :SYS_fremovexattr, 237
const :SYS_fsetxattr, 228
const :SYS_fstat, 108
const :SYS_fstat64, 197
const :SYS_fstatat64, 300
const :SYS_fstatfs, 100
const :SYS_fstatfs64, 269
const :SYS_fsync, 118
const :SYS_ftime, 35
const :SYS_ftruncate, 93
const :SYS_ftruncate64, 194
const :SYS_futex, 240
const :SYS_futimesat, 299
const :SYS_getcpu, 318
const :SYS_getcwd, 183
const :SYS_getdents, 141
const :SYS_getdents64, 220
const :SYS_getegid, 50
const :SYS_getegid32, 202
const :SYS_geteuid, 49
const :SYS_geteuid32, 201
const :SYS_getgid, 47
const :SYS_getgid32, 200
const :SYS_getgroups, 80
const :SYS_getgroups32, 205
const :SYS_getitimer, 105
const :SYS_get_kernel_syms, 130
const :SYS_get_mempolicy, 275
const :SYS_getpgid, 132
const :SYS_getpgrp, 65
const :SYS_getpid, 20
const :SYS_getpmsg, 188
const :SYS_getppid, 64
const :SYS_getpriority, 96
const :SYS_getresgid, 171
const :SYS_getresgid32, 211
const :SYS_getresuid, 165
const :SYS_getresuid32, 209
const :SYS_getrlimit, 76
const :SYS_get_robust_list, 312
const :SYS_getrusage, 77
const :SYS_getsid, 147
const :SYS_get_thread_area, 244
const :SYS_gettid, 224
const :SYS_gettimeofday, 78
const :SYS_getuid, 24
const :SYS_getuid32, 199
const :SYS_getxattr, 229
const :SYS_gtty, 32
const :SYS_idle, 112
const :SYS_init_module, 128
const :SYS_inotify_add_watch, 292
const :SYS_inotify_init, 291
const :SYS_inotify_init1, 332
const :SYS_inotify_rm_watch, 293
const :SYS_io_cancel, 249
const :SYS_ioctl, 54
const :SYS_io_destroy, 246
const :SYS_io_getevents, 247
const :SYS_ioperm, 101
const :SYS_iopl, 110
const :SYS_ioprio_get, 290
const :SYS_ioprio_set, 289
const :SYS_io_setup, 245
const :SYS_io_submit, 248
const :SYS_ipc, 117
const :SYS_keyctl, 288
const :SYS_kill, 37
const :SYS_lchown, 16
const :SYS_lchown32, 198
const :SYS_lgetxattr, 230
const :SYS_link, 9
const :SYS_linkat, 303
const :SYS_listxattr, 232
const :SYS_llistxattr, 233
const :SYS__llseek, 140
const :SYS_lock, 53
const :SYS_lookup_dcookie, 253
const :SYS_lremovexattr, 236
const :SYS_lseek, 19
const :SYS_lsetxattr, 227
const :SYS_lstat, 107
const :SYS_lstat64, 196
const :SYS_madvise, 219
const :SYS_madvise1, 219
const :SYS_mbind, 274
const :SYS_migrate_pages, 294
const :SYS_mincore, 218
const :SYS_mkdir, 39
const :SYS_mkdirat, 296
const :SYS_mknod, 14
const :SYS_mknodat, 297
const :SYS_mlock, 150
const :SYS_mlockall, 152
const :SYS_mmap, 90
const :SYS_mmap2, 192
const :SYS_modify_ldt, 123
const :SYS_mount, 21
const :SYS_move_pages, 317
const :SYS_mprotect, 125
const :SYS_mpx, 56
const :SYS_mq_getsetattr, (277 + 5)
const :SYS_mq_notify, (277 + 4)
const :SYS_mq_open, 277
const :SYS_mq_timedreceive, (277 + 3)
const :SYS_mq_timedsend, (277 + 2)
const :SYS_mq_unlink, (277 + 1)
const :SYS_mremap, 163
const :SYS_msync, 144
const :SYS_munlock, 151
const :SYS_munlockall, 153
const :SYS_munmap, 91
const :SYS_nanosleep, 162
const :SYS__newselect, 142
const :SYS_nfsservctl, 169
const :SYS_nice, 34
const :SYS_oldfstat, 28
const :SYS_oldlstat, 84
const :SYS_oldolduname, 59
const :SYS_oldstat, 18
const :SYS_olduname, 109
const :SYS_open, 5
const :SYS_openat, 295
const :SYS_pause, 29
const :SYS_perf_event_open, 336
const :SYS_personality, 136
const :SYS_pipe, 42
const :SYS_pipe2, 331
const :SYS_pivot_root, 217
const :SYS_poll, 168
const :SYS_ppoll, 309
const :SYS_prctl, 172
const :SYS_pread, 180
const :SYS_preadv, 333
const :SYS_prlimit64, 340
const :SYS_prof, 44
const :SYS_profil, 98
const :SYS_pselect6, 308
const :SYS_ptrace, 26
const :SYS_putpmsg, 189
const :SYS_pwrite, 181
const :SYS_pwritev, 334
const :SYS_query_module, 167
const :SYS_quotactl, 131
const :SYS_read, 3
const :SYS_readahead, 225
const :SYS_readdir, 89
const :SYS_readlink, 85
const :SYS_readlinkat, 305
const :SYS_readv, 145
const :SYS_reboot, 88
const :SYS_recvmmsg, 337
const :SYS_remap_file_pages, 257
const :SYS_removexattr, 235
const :SYS_rename, 38
const :SYS_renameat, 302
const :SYS_request_key, 287
const :SYS_rmdir, 40
const :SYS_rt_sigaction, 174
const :SYS_rt_sigpending, 176
const :SYS_rt_sigprocmask, 175
const :SYS_rt_sigqueueinfo, 178
const :SYS_rt_sigreturn, 173
const :SYS_rt_sigsuspend, 179
const :SYS_rt_sigtimedwait, 177
const :SYS_rt_tgsigqueueinfo, 335
const :SYS_sched_getaffinity, 242
const :SYS_sched_getparam, 155
const :SYS_sched_get_priority_max, 159
const :SYS_sched_get_priority_min, 160
const :SYS_sched_getscheduler, 157
const :SYS_sched_rr_get_interval, 161
const :SYS_sched_setaffinity, 241
const :SYS_sched_setparam, 154
const :SYS_sched_setscheduler, 156
const :SYS_sched_yield, 158
const :SYS_select, 82
const :SYS_sendfile, 187
const :SYS_sendfile64, 239
const :SYS_setdomainname, 121
const :SYS_setfsgid, 139
const :SYS_setfsgid32, 216
const :SYS_setfsuid, 138
const :SYS_setfsuid32, 215
const :SYS_setgid, 46
const :SYS_setgid32, 214
const :SYS_setgroups, 81
const :SYS_setgroups32, 206
const :SYS_sethostname, 74
const :SYS_setitimer, 104
const :SYS_set_mempolicy, 276
const :SYS_setpgid, 57
const :SYS_setpriority, 97
const :SYS_setregid, 71
const :SYS_setregid32, 204
const :SYS_setresgid, 170
const :SYS_setresgid32, 210
const :SYS_setresuid, 164
const :SYS_setresuid32, 208
const :SYS_setreuid, 70
const :SYS_setreuid32, 203
const :SYS_setrlimit, 75
const :SYS_set_robust_list, 311
const :SYS_setsid, 66
const :SYS_set_thread_area, 243
const :SYS_set_tid_address, 258
const :SYS_settimeofday, 79
const :SYS_setuid, 23
const :SYS_setuid32, 213
const :SYS_setxattr, 226
const :SYS_sgetmask, 68
const :SYS_sigaction, 67
const :SYS_sigaltstack, 186
const :SYS_signal, 48
const :SYS_signalfd, 321
const :SYS_signalfd4, 327
const :SYS_sigpending, 73
const :SYS_sigprocmask, 126
const :SYS_sigreturn, 119
const :SYS_sigsuspend, 72
const :SYS_socketcall, 102
const :SYS_splice, 313
const :SYS_ssetmask, 69
const :SYS_stat, 106
const :SYS_stat64, 195
const :SYS_statfs, 99
const :SYS_statfs64, 268
const :SYS_stime, 25
const :SYS_stty, 31
const :SYS_swapoff, 115
const :SYS_swapon, 87
const :SYS_symlink, 83
const :SYS_symlinkat, 304
const :SYS_sync, 36
const :SYS_sync_file_range, 314
const :SYS__sysctl, 149
const :SYS_sysfs, 135
const :SYS_sysinfo, 116
const :SYS_sys_kexec_load, 283
const :SYS_syslog, 103
const :SYS_tee, 315
const :SYS_tgkill, 270
const :SYS_time, 13
const :SYS_timer_create, 259
const :SYS_timer_delete, (259 + 4)
const :SYS_timerfd, 322
const :SYS_timerfd_gettime, 326
const :SYS_timerfd_settime, 325
const :SYS_timer_getoverrun, (259 + 3)
const :SYS_timer_gettime, (259 + 2)
const :SYS_timer_settime, (259 + 1)
const :SYS_times, 43
const :SYS_tkill, 238
const :SYS_truncate, 92
const :SYS_truncate64, 193
const :SYS_ugetrlimit, 191
const :SYS_ulimit, 58
const :SYS_umask, 60
const :SYS_umount, 22
const :SYS_umount2, 52
const :SYS_uname, 122
const :SYS_unlink, 10
const :SYS_unlinkat, 301
const :SYS_unshare, 310
const :SYS_uselib, 86
const :SYS_ustat, 62
const :SYS_utime, 30
const :SYS_utimensat, 320
const :SYS_utimes, 271
const :SYS_vfork, 190
const :SYS_vhangup, 111
const :SYS_vm86, 166
const :SYS_vm86old, 113
const :SYS_vmsplice, 316
const :SYS_vserver, 273
const :SYS_wait4, 114
const :SYS_waitid, 284
const :SYS_waitpid, 7
const :SYS_write, 4
const :SYS_writev, 146
const :SYS_socketcall_socket, 1
const :SYS_socketcall_bind, 2
const :SYS_socketcall_connect, 3
const :SYS_socketcall_listen, 4
const :SYS_socketcall_accept, 5
const :SYS_socketcall_getsockname, 6
const :SYS_socketcall_getpeername, 7
const :SYS_socketcall_socketpair, 8
const :SYS_socketcall_send, 9
const :SYS_socketcall_recv, 10
const :SYS_socketcall_sendto, 11
const :SYS_socketcall_recvfrom, 12
const :SYS_socketcall_shutdown, 13
const :SYS_socketcall_setsockopt, 14
const :SYS_socketcall_getsockopt, 15
const :SYS_socketcall_sendmsg, 16
const :SYS_socketcall_recvmsg, 17