libc

package module
v2.1.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: BSD-3-Clause Imports: 15 Imported by: 3

Documentation

Overview

Package libc provides run time support for programs generated by the ccgo C to Go transpiler, version 4 or later.

Concurrency

Many C libc functions are not thread safe. Such functions are not safe for concurrent use by multiple goroutines in the Go translation as well.

Thread Local Storage

C threads are modeled as Go goroutines. Every such C thread, ie. a Go goroutine, must use its own Thread Local Storage instance implemented by the TLS type.

Signals

Signal handling in translated C code is not coordinated with the Go runtime. This is probably the same as when running C code via CGo.

Environmental variables

This package synchronizes its environ with the current Go environ only once, when the first TLS instance is created.

From Linux man-pages Copyleft

Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.

Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.

Since the Linux kernel and libraries are constantly changing, this
manual page may be incorrect or out-of-date. The author(s) assume no
responsibility for errors or omissions, or for damages resulting from
the use of the information contained herein. The author(s) may not have
taken the same level of care in the production of this manual, which is
licensed free of charge, as they might when working professionally.

Formatted or processed versions of this manual, if unaccompanied by the
source, must acknowledge the copyright and authors of this work.

Index

Constants

View Source
const ABDAY_1 = 131072
View Source
const ABDAY_2 = 131073
View Source
const ABDAY_3 = 131074
View Source
const ABDAY_4 = 131075
View Source
const ABDAY_5 = 131076
View Source
const ABDAY_6 = 131077
View Source
const ABDAY_7 = 131078
View Source
const ABMON_1 = 131086
View Source
const ABMON_10 = 131095
View Source
const ABMON_11 = 131096
View Source
const ABMON_12 = 131097
View Source
const ABMON_2 = 131087
View Source
const ABMON_3 = 131088
View Source
const ABMON_4 = 131089
View Source
const ABMON_5 = 131090
View Source
const ABMON_6 = 131091
View Source
const ABMON_7 = 131092
View Source
const ABMON_8 = 131093
View Source
const ABMON_9 = 131094
View Source
const ABUF_SIZE = 4800
View Source
const ACCOUNTING = 9
View Source
const ADD = 0
View Source
const ADDR_COMPAT_LAYOUT = 2097152
View Source
const ADDR_LIMIT_32BIT = 8388608
View Source
const ADDR_LIMIT_3GB = 134217728
View Source
const ADDR_NO_RANDOMIZE = 262144
View Source
const ADJ_ESTERROR = 8
View Source
const ADJ_FREQUENCY = 2
View Source
const ADJ_MAXERROR = 4
View Source
const ADJ_MICRO = 4096
View Source
const ADJ_NANO = 8192
View Source
const ADJ_OFFSET = 1
View Source
const ADJ_OFFSET_SINGLESHOT = 32769
View Source
const ADJ_OFFSET_SS_READ = 40961
View Source
const ADJ_SETOFFSET = 256
View Source
const ADJ_STATUS = 16
View Source
const ADJ_TAI = 128
View Source
const ADJ_TICK = 16384
View Source
const ADJ_TIMECONST = 32
View Source
const AF_ALG = 38
View Source
const AF_APPLETALK = 5
View Source
const AF_ASH = 18
View Source
const AF_ATMPVC = 8
View Source
const AF_ATMSVC = 20
View Source
const AF_AX25 = 3
View Source
const AF_BLUETOOTH = 31
View Source
const AF_BRIDGE = 7
View Source
const AF_CAIF = 37
View Source
const AF_CAN = 29
View Source
const AF_DECnet = 12
View Source
const AF_ECONET = 19
View Source
const AF_FILE = 1
View Source
const AF_IB = 27
View Source
const AF_IEEE802154 = 36
View Source
const AF_INET = 2
View Source
const AF_INET6 = 10
View Source
const AF_IPX = 4
View Source
const AF_IRDA = 23
View Source
const AF_ISDN = 34
View Source
const AF_IUCV = 32
View Source
const AF_KCM = 41
View Source
const AF_KEY = 15
View Source
const AF_LLC = 26
View Source
const AF_LOCAL = 1
View Source
const AF_MAX = 45
View Source
const AF_MPLS = 28
View Source
const AF_NETBEUI = 13
View Source
const AF_NETLINK = 16
View Source
const AF_NETROM = 6
View Source
const AF_NFC = 39
View Source
const AF_PACKET = 17
View Source
const AF_PHONET = 35
View Source
const AF_PPPOX = 24
View Source
const AF_QIPCRTR = 42
View Source
const AF_RDS = 21
View Source
const AF_ROSE = 11
View Source
const AF_ROUTE = 16
View Source
const AF_RXRPC = 33
View Source
const AF_SECURITY = 14
View Source
const AF_SMC = 43
View Source
const AF_SNA = 22
View Source
const AF_TIPC = 30
View Source
const AF_UNIX = 1
View Source
const AF_UNSPEC = 0
View Source
const AF_VSOCK = 40
View Source
const AF_WANPIPE = 25
View Source
const AF_X25 = 9
View Source
const AF_XDP = 44
View Source
const AIO_ALLDONE = 2
View Source
const AIO_CANCELED = 0
View Source
const AIO_NOTCANCELED = 1
View Source
const AI_ADDRCONFIG = 32
View Source
const AI_ALL = 16
View Source
const AI_CANONNAME = 2
View Source
const AI_NUMERICHOST = 4
View Source
const AI_NUMERICSERV = 1024
View Source
const AI_PASSIVE = 1
View Source
const AI_V4MAPPED = 8
View Source
const ALIGN = 16
View Source
const ALT_DIGITS = 131119
View Source
const AM_STR = 131110
View Source
const ANYMARK = 1
View Source
const ARG_MAX = 131072
View Source
const ARPD_FLUSH = 3
View Source
const ARPD_LOOKUP = 2
View Source
const ARPD_UPDATE = 1
View Source
const ARPHRD_6LOWPAN = 825
View Source
const ARPHRD_ADAPT = 264
View Source
const ARPHRD_APPLETLK = 8
View Source
const ARPHRD_ARCNET = 7
View Source
const ARPHRD_ASH = 781
View Source
const ARPHRD_ATM = 19
View Source
const ARPHRD_AX25 = 3
View Source
const ARPHRD_BIF = 775
View Source
const ARPHRD_CAIF = 822
View Source
const ARPHRD_CAN = 280
View Source
const ARPHRD_CHAOS = 5
View Source
const ARPHRD_CISCO = 513
View Source
const ARPHRD_CSLIP = 257
View Source
const ARPHRD_CSLIP6 = 259
View Source
const ARPHRD_DDCMP = 517
View Source
const ARPHRD_DLCI = 15
View Source
const ARPHRD_ECONET = 782
View Source
const ARPHRD_EETHER = 2
View Source
const ARPHRD_ETHER = 1
View Source
const ARPHRD_EUI64 = 27
View Source
const ARPHRD_FCAL = 785
View Source
const ARPHRD_FCFABRIC = 787
View Source
const ARPHRD_FCPL = 786
View Source
const ARPHRD_FCPP = 784
View Source
const ARPHRD_FDDI = 774
View Source
const ARPHRD_FRAD = 770
View Source
const ARPHRD_HDLC = 513
View Source
const ARPHRD_HIPPI = 780
View Source
const ARPHRD_HWX25 = 272
View Source
const ARPHRD_IEEE1394 = 24
View Source
const ARPHRD_IEEE802 = 6
View Source
const ARPHRD_IEEE80211 = 801
View Source
const ARPHRD_IEEE80211_PRISM = 802
View Source
const ARPHRD_IEEE80211_RADIOTAP = 803
View Source
const ARPHRD_IEEE802154 = 804
View Source
const ARPHRD_IEEE802154_MONITOR = 805
View Source
const ARPHRD_IEEE802_TR = 800
View Source
const ARPHRD_INFINIBAND = 32
View Source
const ARPHRD_IP6GRE = 823
View Source
const ARPHRD_IPDDP = 777
View Source
const ARPHRD_IPGRE = 778
View Source
const ARPHRD_IRDA = 783
View Source
const ARPHRD_LAPB = 516
View Source
const ARPHRD_LOCALTLK = 773
View Source
const ARPHRD_LOOPBACK = 772
View Source
const ARPHRD_METRICOM = 23
View Source
const ARPHRD_NETLINK = 824
View Source
const ARPHRD_NETROM = 0
View Source
const ARPHRD_NONE = 65534
View Source
const ARPHRD_PHONET = 820
View Source
const ARPHRD_PHONET_PIPE = 821
View Source
const ARPHRD_PIMREG = 779
View Source
const ARPHRD_PPP = 512
View Source
const ARPHRD_PRONET = 4
View Source
const ARPHRD_RAWHDLC = 518
View Source
const ARPHRD_RAWIP = 519
View Source
const ARPHRD_ROSE = 270
View Source
const ARPHRD_RSRVD = 260
View Source
const ARPHRD_SIT = 776
View Source
const ARPHRD_SKIP = 771
View Source
const ARPHRD_SLIP = 256
View Source
const ARPHRD_SLIP6 = 258
View Source
const ARPHRD_TUNNEL = 768
View Source
const ARPHRD_TUNNEL6 = 769
View Source
const ARPHRD_VOID = 65535
View Source
const ARPHRD_VSOCKMON = 826
View Source
const ARPHRD_X25 = 271
View Source
const ARPOP_InREPLY = 9
View Source
const ARPOP_InREQUEST = 8
View Source
const ARPOP_NAK = 10
View Source
const ARPOP_REPLY = 2
View Source
const ARPOP_REQUEST = 1
View Source
const ARPOP_RREPLY = 4
View Source
const ARPOP_RREQUEST = 3
View Source
const ASSERT_AT_BOL = 1
View Source
const ASSERT_AT_BOW = 16
View Source
const ASSERT_AT_EOL = 2
View Source
const ASSERT_AT_EOW = 32
View Source
const ASSERT_AT_WB = 64
View Source
const ASSERT_AT_WB_NEG = 128
View Source
const ASSERT_BACKREF = 256
View Source
const ASSERT_CHAR_CLASS = 4
View Source
const ASSERT_CHAR_CLASS_NEG = 8
View Source
const ASSERT_LAST = 256
View Source
const ATF_COM = 2
View Source
const ATF_DONTPUB = 64
View Source
const ATF_MAGIC = 128
View Source
const ATF_NETMASK = 32
View Source
const ATF_PERM = 4
View Source
const ATF_PUBL = 8
View Source
const ATF_USETRAILERS = 16
View Source
const AT_BASE = 7
View Source
const AT_BASE_PLATFORM = 24
View Source
const AT_CLKTCK = 17
View Source
const AT_DCACHEBSIZE = 19
View Source
const AT_EACCESS = 512
View Source
const AT_EGID = 14
View Source
const AT_EMPTY_PATH = 4096
View Source
const AT_ENTRY = 9
View Source
const AT_EUID = 12
View Source
const AT_EXECFD = 2
View Source
const AT_EXECFN = 31
View Source
const AT_FLAGS = 8
View Source
const AT_FPUCW = 18
View Source
const AT_GID = 13
View Source
const AT_HWCAP = 16
View Source
const AT_HWCAP2 = 26
View Source
const AT_ICACHEBSIZE = 20
View Source
const AT_IGNORE = 1
View Source
const AT_IGNOREPPC = 22
View Source
const AT_L1D_CACHEGEOMETRY = 43
View Source
const AT_L1D_CACHESHAPE = 35
View Source
const AT_L1D_CACHESIZE = 42
View Source
const AT_L1I_CACHEGEOMETRY = 41
View Source
const AT_L1I_CACHESHAPE = 34
View Source
const AT_L1I_CACHESIZE = 40
View Source
const AT_L2_CACHEGEOMETRY = 45
View Source
const AT_L2_CACHESHAPE = 36
View Source
const AT_L2_CACHESIZE = 44
View Source
const AT_L3_CACHEGEOMETRY = 47
View Source
const AT_L3_CACHESHAPE = 37
View Source
const AT_L3_CACHESIZE = 46
View Source
const AT_MINSIGSTKSZ = 51
View Source
const AT_NOTELF = 10
View Source
const AT_NO_AUTOMOUNT = 2048
View Source
const AT_NULL = 0
View Source
const AT_PAGESZ = 6
View Source
const AT_PHDR = 3
View Source
const AT_PHENT = 4
View Source
const AT_PHNUM = 5
View Source
const AT_PLATFORM = 15
View Source
const AT_RANDOM = 25
View Source
const AT_RECURSIVE = 32768
View Source
const AT_REMOVEDIR = 512
View Source
const AT_SECURE = 23
View Source
const AT_STATX_DONT_SYNC = 16384
View Source
const AT_STATX_FORCE_SYNC = 8192
View Source
const AT_STATX_SYNC_AS_STAT = 0
View Source
const AT_STATX_SYNC_TYPE = 24576
View Source
const AT_SYMLINK_FOLLOW = 1024
View Source
const AT_SYMLINK_NOFOLLOW = 256
View Source
const AT_SYSINFO = 32
View Source
const AT_SYSINFO_EHDR = 33
View Source
const AT_UCACHEBSIZE = 21
View Source
const AT_UID = 11
View Source
const AUX_CNT = 38
View Source
const AUX_CNT1 = 32
View Source
const AUX_CNT2 = 38
View Source
const AUX_CNT3 = 32
View Source
const B0 = 0
View Source
const B1000000 = 4104
View Source
const B110 = 3
View Source
const B115200 = 4098
View Source
const B1152000 = 4105
View Source
const B1200 = 9
View Source
const B134 = 4
View Source
const B150 = 5
View Source
const B1500000 = 4106
View Source
const B1800 = 10
View Source
const B19200 = 14
View Source
const B200 = 6
View Source
const B2000000 = 4107
View Source
const B230400 = 4099
View Source
const B2400 = 11
View Source
const B2500000 = 4108
View Source
const B300 = 7
View Source
const B3000000 = 4109
View Source
const B3500000 = 4110
View Source
const B38400 = 15
View Source
const B4000000 = 4111
View Source
const B460800 = 4100
View Source
const B4800 = 12
View Source
const B50 = 1
View Source
const B500000 = 4101
View Source
const B57600 = 4097
View Source
const B576000 = 4102
View Source
const B600 = 8
View Source
const B75 = 2
View Source
const B921600 = 4103
View Source
const B9600 = 13
View Source
const BC_BASE_MAX = 99
View Source
const BC_DIM_MAX = 2048
View Source
const BC_SCALE_MAX = 99
View Source
const BC_STRING_MAX = 1000
View Source
const BF_N = 16
View Source
const BIG5 = 224
View Source
const BIG_ENDIAN = 4321
View Source
const BOOT_TIME = 2
View Source
const BRKINT = 2
View Source
const BS0 = 0
View Source
const BS1 = 8192
View Source
const BSDLY = 8192
View Source
const BUFSIZ = 1024
View Source
const BUS_ADRALN = 1
View Source
const BUS_ADRERR = 2
View Source
const BUS_MCEERR_AO = 5
View Source
const BUS_MCEERR_AR = 4
View Source
const BUS_OBJERR = 3
View Source
const BYTE_ORDER = 1234
View Source
const CBAUD = 4111
View Source
const CBAUDEX = 4096
View Source
const CHARCLASS_NAME_MAX = 14
View Source
const CHAR_BIT = 8
View Source
const CHAR_MAX = 255
View Source
const CHAR_MIN = 0
View Source
const CIBAUD = 269418496
View Source
const CLD_CONTINUED = 6
View Source
const CLD_DUMPED = 3
View Source
const CLD_EXITED = 1
View Source
const CLD_KILLED = 2
View Source
const CLD_STOPPED = 5
View Source
const CLD_TRAPPED = 4
View Source
const CLOCAL = 2048
View Source
const CLOCKS_PER_SEC = 1000000
View Source
const CLOCK_BOOTTIME = 7
View Source
const CLOCK_BOOTTIME_ALARM = 9
View Source
const CLOCK_MONOTONIC = 1
View Source
const CLOCK_MONOTONIC_COARSE = 6
View Source
const CLOCK_MONOTONIC_RAW = 4
View Source
const CLOCK_PROCESS_CPUTIME_ID = 2
View Source
const CLOCK_REALTIME = 0
View Source
const CLOCK_REALTIME_ALARM = 8
View Source
const CLOCK_REALTIME_COARSE = 5
View Source
const CLOCK_SGI_CYCLE = 10
View Source
const CLOCK_TAI = 11
View Source
const CLOCK_THREAD_CPUTIME_ID = 3
View Source
const CLONE_CHILD_CLEARTID = 2097152
View Source
const CLONE_CHILD_SETTID = 16777216
View Source
const CLONE_DETACHED = 4194304
View Source
const CLONE_FILES = 1024
View Source
const CLONE_FS = 512
View Source
const CLONE_IO = 2147483648
View Source
const CLONE_NEWCGROUP = 33554432
View Source
const CLONE_NEWIPC = 134217728
View Source
const CLONE_NEWNET = 1073741824
View Source
const CLONE_NEWNS = 131072
View Source
const CLONE_NEWPID = 536870912
View Source
const CLONE_NEWTIME = 128
View Source
const CLONE_NEWUSER = 268435456
View Source
const CLONE_NEWUTS = 67108864
View Source
const CLONE_PARENT = 32768
View Source
const CLONE_PARENT_SETTID = 1048576
View Source
const CLONE_PIDFD = 4096
View Source
const CLONE_PTRACE = 8192
View Source
const CLONE_SETTLS = 524288
View Source
const CLONE_SIGHAND = 2048
View Source
const CLONE_SYSVSEM = 262144
View Source
const CLONE_THREAD = 65536
View Source
const CLONE_UNTRACED = 8388608
View Source
const CLONE_VFORK = 16384
View Source
const CLONE_VM = 256
View Source
const CMSPAR = 1073741824
View Source
const CODESET = 14
View Source
const COLL_WEIGHTS_MAX = 2
View Source
const COPY_MAXIMIZE_FIRST_TAG = 2
View Source
const COPY_REMOVE_TAGS = 1
View Source
const COUNT = 32
View Source
const CPU_SETSIZE = 1024
View Source
const CR0 = 0
View Source
const CR1 = 512
View Source
const CR2 = 1024
View Source
const CR3 = 1536
View Source
const CRDLY = 1536
View Source
const CREAD = 128
View Source
const CRNCYSTR = 262159
View Source
const CRTSCTS = 2147483648
View Source
const CS5 = 0
View Source
const CS6 = 16
View Source
const CS7 = 32
View Source
const CS8 = 48
View Source
const CSIGNAL = 255
View Source
const CSIZE = 48
View Source
const CSTOPB = 64
View Source
const C_ANY = 0
View Source
const C_CHAOS = 0
View Source
const C_HS = 0
View Source
const C_IN = 0
View Source
const C_NONE = 0
View Source
const DAS_MATCHINGLABEL = 268435456
View Source
const DAS_MATCHINGSCOPE = 536870912
View Source
const DAS_ORDER_SHIFT = 0
View Source
const DAS_PREC_SHIFT = 20
View Source
const DAS_PREFIX_SHIFT = 8
View Source
const DAS_SCOPE_SHIFT = 16
View Source
const DAS_USABLE = 1073741824
View Source
const DAY_1 = 131079
View Source
const DAY_2 = 131080
View Source
const DAY_3 = 131081
View Source
const DAY_4 = 131082
View Source
const DAY_5 = 131083
View Source
const DAY_6 = 131084
View Source
const DAY_7 = 131085
View Source
const DBL_DECIMAL_DIG = 17
View Source
const DBL_DIG = 15
View Source
const DBL_EPSILON = 0
View Source
const DBL_EPSILON1 = 2.220446049250313e-16
View Source
const DBL_EPSILON10 = 0
View Source
const DBL_EPSILON11 = 2.220446049250313e-16
View Source
const DBL_EPSILON12 = 0
View Source
const DBL_EPSILON2 = 0
View Source
const DBL_EPSILON3 = 2.220446049250313e-16
View Source
const DBL_EPSILON4 = 0
View Source
const DBL_EPSILON5 = 2.220446049250313e-16
View Source
const DBL_EPSILON6 = 0
View Source
const DBL_EPSILON7 = 2.220446049250313e-16
View Source
const DBL_EPSILON8 = 0
View Source
const DBL_EPSILON9 = 2.220446049250313e-16
View Source
const DBL_HAS_SUBNORM = 1
View Source
const DBL_MANT_DIG = 53
View Source
const DBL_MAX = 0
View Source
const DBL_MAX_10_EXP = 308
View Source
const DBL_MAX_EXP = 1024
View Source
const DBL_MIN = 0
View Source
const DBL_MIN1 = 2.2250738585072014e-308
View Source
const DBL_MIN2 = 0
View Source
const DBL_TRUE_MIN = 0
View Source
const DEAD_PROCESS = 8
View Source
const DECIMAL_DIG = 17
View Source
const DEFAULT_GUARD_SIZE = 8192
View Source
const DEFAULT_STACK_SIZE = 131072
View Source
const DELAYTIMER_MAX = 2147483647
View Source
const DELETE = 0
View Source
const DF_1_CONFALT = 8192
View Source
const DF_1_DIRECT = 256
View Source
const DF_1_DISPRELDNE = 32768
View Source
const DF_1_DISPRELPND = 65536
View Source
const DF_1_EDITED = 2097152
View Source
const DF_1_ENDFILTEE = 16384
View Source
const DF_1_GLOBAL = 2
View Source
const DF_1_GLOBAUDIT = 16777216
View Source
const DF_1_GROUP = 4
View Source
const DF_1_IGNMULDEF = 262144
View Source
const DF_1_INITFIRST = 32
View Source
const DF_1_INTERPOSE = 1024
View Source
const DF_1_LOADFLTR = 16
View Source
const DF_1_NODEFLIB = 2048
View Source
const DF_1_NODELETE = 8
View Source
const DF_1_NODIRECT = 131072
View Source
const DF_1_NODUMP = 4096
View Source
const DF_1_NOHDR = 1048576
View Source
const DF_1_NOKSYMS = 524288
View Source
const DF_1_NOOPEN = 64
View Source
const DF_1_NORELOC = 4194304
View Source
const DF_1_NOW = 1
View Source
const DF_1_ORIGIN = 128
View Source
const DF_1_PIE = 134217728
View Source
const DF_1_SINGLETON = 33554432
View Source
const DF_1_STUB = 67108864
View Source
const DF_1_SYMINTPOSE = 8388608
View Source
const DF_1_TRANS = 512
View Source
const DF_BIND_NOW = 8
View Source
const DF_ORIGIN = 1
View Source
const DF_P1_GROUPPERM = 2
View Source
const DF_P1_LAZYLOAD = 1
View Source
const DF_STATIC_TLS = 16
View Source
const DF_SYMBOLIC = 2
View Source
const DF_TEXTREL = 4
View Source
const DL_FDPIC = 0
View Source
const DL_NOMMU_SUPPORT = 0
View Source
const DN_ACCESS = 1
View Source
const DN_ATTRIB = 32
View Source
const DN_CREATE = 4
View Source
const DN_DELETE = 8
View Source
const DN_MODIFY = 2
View Source
const DN_MULTISHOT = 2147483648
View Source
const DN_RENAME = 16
View Source
const DTF_1_CONFEXP = 2
View Source
const DTF_1_PARINIT = 1
View Source
const DTP_OFFSET = 0
View Source
const DT_ADDRNUM = 11
View Source
const DT_ADDRRNGHI = 1879047935
View Source
const DT_ADDRRNGLO = 1879047680
View Source
const DT_ALPHA_NUM = 1
View Source
const DT_AUDIT = 1879047932
View Source
const DT_AUXILIARY = 2147483645
View Source
const DT_BIND_NOW = 24
View Source
const DT_BLK = 6
View Source
const DT_CHECKSUM = 1879047672
View Source
const DT_CHR = 2
View Source
const DT_CONFIG = 1879047930
View Source
const DT_DEBUG = 21
View Source
const DT_DEBUG_INDIRECT = 0
View Source
const DT_DEBUG_INDIRECT_REL = 0
View Source
const DT_DEPAUDIT = 1879047931
View Source
const DT_DIR = 4
View Source
const DT_ENCODING = 32
View Source
const DT_EXTRANUM = 3
View Source
const DT_FEATURE_1 = 1879047676
View Source
const DT_FIFO = 1
View Source
const DT_FILTER = 2147483647
View Source
const DT_FINI = 13
View Source
const DT_FINI_ARRAY = 26
View Source
const DT_FINI_ARRAYSZ = 28
View Source
const DT_FLAGS = 30
View Source
const DT_FLAGS_1 = 1879048187
View Source
const DT_GNU_CONFLICT = 1879047928
View Source
const DT_GNU_CONFLICTSZ = 1879047670
View Source
const DT_GNU_HASH = 1879047925
View Source
const DT_GNU_LIBLIST = 1879047929
View Source
const DT_GNU_LIBLISTSZ = 1879047671
View Source
const DT_GNU_PRELINKED = 1879047669
View Source
const DT_HASH = 4
View Source
const DT_HIOS = 1879044096
View Source
const DT_HIPROC = 2147483647
View Source
const DT_IA_64_NUM = 1
View Source
const DT_INIT = 12
View Source
const DT_INIT_ARRAY = 25
View Source
const DT_INIT_ARRAYSZ = 27
View Source
const DT_JMPREL = 23
View Source
const DT_LNK = 10
View Source
const DT_LOOS = 1610612749
View Source
const DT_LOPROC = 1879048192
View Source
const DT_MIPS_AUX_DYNAMIC = 1879048241
View Source
const DT_MIPS_BASE_ADDRESS = 1879048198
View Source
const DT_MIPS_COMPACT_SIZE = 1879048239
View Source
const DT_MIPS_CONFLICT = 1879048200
View Source
const DT_MIPS_CONFLICTNO = 1879048203
View Source
const DT_MIPS_CXX_FLAGS = 1879048226
View Source
const DT_MIPS_DELTA_CLASS = 1879048215
View Source
const DT_MIPS_DELTA_CLASSSYM = 1879048224
View Source
const DT_MIPS_DELTA_CLASSSYM_NO = 1879048225
View Source
const DT_MIPS_DELTA_CLASS_NO = 1879048216
View Source
const DT_MIPS_DELTA_INSTANCE = 1879048217
View Source
const DT_MIPS_DELTA_INSTANCE_NO = 1879048218
View Source
const DT_MIPS_DELTA_RELOC = 1879048219
View Source
const DT_MIPS_DELTA_RELOC_NO = 1879048220
View Source
const DT_MIPS_DELTA_SYM = 1879048221
View Source
const DT_MIPS_DELTA_SYM_NO = 1879048222
View Source
const DT_MIPS_DYNSTR_ALIGN = 1879048235
View Source
const DT_MIPS_FLAGS = 1879048197
View Source
const DT_MIPS_GOTSYM = 1879048211
View Source
const DT_MIPS_GP_VALUE = 1879048240
View Source
const DT_MIPS_HIDDEN_GOTIDX = 1879048231
View Source
const DT_MIPS_HIPAGENO = 1879048212
View Source
const DT_MIPS_ICHECKSUM = 1879048195
View Source
const DT_MIPS_INTERFACE = 1879048234
View Source
const DT_MIPS_INTERFACE_SIZE = 1879048236
View Source
const DT_MIPS_IVERSION = 1879048196
View Source
const DT_MIPS_LIBLIST = 1879048201
View Source
const DT_MIPS_LIBLISTNO = 1879048208
View Source
const DT_MIPS_LOCALPAGE_GOTIDX = 1879048229
View Source
const DT_MIPS_LOCAL_GOTIDX = 1879048230
View Source
const DT_MIPS_LOCAL_GOTNO = 1879048202
View Source
const DT_MIPS_MSYM = 1879048199
View Source
const DT_MIPS_NUM = 54
View Source
const DT_MIPS_OPTIONS = 1879048233
View Source
const DT_MIPS_PERF_SUFFIX = 1879048238
View Source
const DT_MIPS_PIXIE_INIT = 1879048227
View Source
const DT_MIPS_PLTGOT = 1879048242
View Source
const DT_MIPS_PROTECTED_GOTIDX = 1879048232
View Source
const DT_MIPS_RLD_MAP = 1879048214
View Source
const DT_MIPS_RLD_MAP_REL = 1879048245
View Source
const DT_MIPS_RLD_TEXT_RESOLVE_ADDR = 1879048237
View Source
const DT_MIPS_RLD_VERSION = 1879048193
View Source
const DT_MIPS_RWPLT = 1879048244
View Source
const DT_MIPS_SYMBOL_LIB = 1879048228
View Source
const DT_MIPS_SYMTABNO = 1879048209
View Source
const DT_MIPS_TIME_STAMP = 1879048194
View Source
const DT_MIPS_UNREFEXTNO = 1879048210
View Source
const DT_MOVEENT = 1879047674
View Source
const DT_MOVESZ = 1879047675
View Source
const DT_MOVETAB = 1879047934
View Source
const DT_NEEDED = 1
View Source
const DT_NIOS2_GP = 1879048194
View Source
const DT_NULL = 0
View Source
const DT_NUM = 38
View Source
const DT_PLTGOT = 3
View Source
const DT_PLTPAD = 1879047933
View Source
const DT_PLTPADSZ = 1879047673
View Source
const DT_PLTREL = 20
View Source
const DT_PLTRELSZ = 2
View Source
const DT_POSFLAG_1 = 1879047677
View Source
const DT_PPC64_NUM = 4
View Source
const DT_PPC_NUM = 2
View Source
const DT_PREINIT_ARRAY = 32
View Source
const DT_PREINIT_ARRAYSZ = 33
View Source
const DT_PROCNUM = 54
View Source
const DT_REG = 8
View Source
const DT_REL = 17
View Source
const DT_RELA = 7
View Source
const DT_RELACOUNT = 1879048185
View Source
const DT_RELAENT = 9
View Source
const DT_RELASZ = 8
View Source
const DT_RELCOUNT = 1879048186
View Source
const DT_RELENT = 19
View Source
const DT_RELR = 36
View Source
const DT_RELRENT = 37
View Source
const DT_RELRSZ = 35
View Source
const DT_RELSZ = 18
View Source
const DT_RPATH = 15
View Source
const DT_RUNPATH = 29
View Source
const DT_SOCK = 12
View Source
const DT_SONAME = 14
View Source
const DT_SPARC_NUM = 2
View Source
const DT_SPARC_REGISTER = 1879048193
View Source
const DT_STRSZ = 10
View Source
const DT_STRTAB = 5
View Source
const DT_SYMBOLIC = 16
View Source
const DT_SYMENT = 11
View Source
const DT_SYMINENT = 1879047679
View Source
const DT_SYMINFO = 1879047935
View Source
const DT_SYMINSZ = 1879047678
View Source
const DT_SYMTAB = 6
View Source
const DT_SYMTAB_SHNDX = 34
View Source
const DT_TEXTREL = 22
View Source
const DT_TLSDESC_GOT = 1879047927
View Source
const DT_TLSDESC_PLT = 1879047926
View Source
const DT_UNKNOWN = 0
View Source
const DT_VALNUM = 12
View Source
const DT_VALRNGHI = 1879047679
View Source
const DT_VALRNGLO = 1879047424
View Source
const DT_VERDEF = 1879048188
View Source
const DT_VERDEFNUM = 1879048189
View Source
const DT_VERNEED = 1879048190
View Source
const DT_VERNEEDNUM = 1879048191
View Source
const DT_VERSIONTAGNUM = 16
View Source
const DT_VERSYM = 1879048176
View Source
const DT_WHT = 14
View Source
const DYN_CNT = 37
View Source
const D_FMT = 131113
View Source
const D_T_FMT = 131112
View Source
const E2BIG = 7
View Source
const EACCES = 13
View Source
const EADDRINUSE = 98
View Source
const EADDRNOTAVAIL = 99
View Source
const EADV = 68
View Source
const EAFNOSUPPORT = 97
View Source
const EAGAIN = 11
View Source
const EALREADY = 114
View Source
const EBADE = 52
View Source
const EBADF = 9
View Source
const EBADFD = 77
View Source
const EBADMSG = 74
View Source
const EBADR = 53
View Source
const EBADRQC = 56
View Source
const EBADSLT = 57
View Source
const EBFONT = 59
View Source
const EBUSY = 16
View Source
const ECANCELED = 125
View Source
const ECHILD = 10
View Source
const ECHO = 8
View Source
const ECHOCTL = 512
View Source
const ECHOE = 16
View Source
const ECHOK = 32
View Source
const ECHOKE = 2048
View Source
const ECHONL = 64
View Source
const ECHOPRT = 1024
View Source
const ECHRNG = 44
View Source
const ECOMM = 70
View Source
const ECONNABORTED = 103
View Source
const ECONNREFUSED = 111
View Source
const ECONNRESET = 104
View Source
const EDEADLK = 35
View Source
const EDEADLOCK = 35
View Source
const EDESTADDRREQ = 89
View Source
const EDOM = 33
View Source
const EDOTDOT = 73
View Source
const EDQUOT = 122
View Source
const EEXIST = 17
View Source
const EFAULT = 14
View Source
const EFA_PARISC_1_0 = 523
View Source
const EFA_PARISC_1_1 = 528
View Source
const EFA_PARISC_2_0 = 532
View Source
const EFBIG = 27
View Source
const EFD_CLOEXEC = 524288
View Source
const EFD_NONBLOCK = 2048
View Source
const EFD_SEMAPHORE = 1
View Source
const EF_ALPHA_32BIT = 1
View Source
const EF_ALPHA_CANRELAX = 2
View Source
const EF_ARM_ABI_FLOAT_HARD = 1024
View Source
const EF_ARM_ABI_FLOAT_SOFT = 512
View Source
const EF_ARM_ALIGN8 = 64
View Source
const EF_ARM_APCS_26 = 8
View Source
const EF_ARM_APCS_FLOAT = 16
View Source
const EF_ARM_BE8 = 8388608
View Source
const EF_ARM_DYNSYMSUSESEGIDX = 8
View Source
const EF_ARM_EABIMASK = 4278190080
View Source
const EF_ARM_EABI_UNKNOWN = 0
View Source
const EF_ARM_EABI_VER1 = 16777216
View Source
const EF_ARM_EABI_VER2 = 33554432
View Source
const EF_ARM_EABI_VER3 = 50331648
View Source
const EF_ARM_EABI_VER4 = 67108864
View Source
const EF_ARM_EABI_VER5 = 83886080
View Source
const EF_ARM_HASENTRY = 2
View Source
const EF_ARM_INTERWORK = 4
View Source
const EF_ARM_LE8 = 4194304
View Source
const EF_ARM_MAPSYMSFIRST = 16
View Source
const EF_ARM_MAVERICK_FLOAT = 2048
View Source
const EF_ARM_NEW_ABI = 128
View Source
const EF_ARM_OLD_ABI = 256
View Source
const EF_ARM_PIC = 32
View Source
const EF_ARM_RELEXEC = 1
View Source
const EF_ARM_SOFT_FLOAT = 512
View Source
const EF_ARM_SYMSARESORTED = 4
View Source
const EF_ARM_VFP_FLOAT = 1024
View Source
const EF_CPU32 = 8454144
View Source
const EF_IA_64_ABI64 = 16
View Source
const EF_IA_64_ARCH = 4278190080
View Source
const EF_IA_64_MASKOS = 15
View Source
const EF_MIPS_64BIT_WHIRL = 16
View Source
const EF_MIPS_ABI2 = 32
View Source
const EF_MIPS_ABI_ON32 = 64
View Source
const EF_MIPS_ARCH = 4026531840
View Source
const EF_MIPS_ARCH_1 = 0
View Source
const EF_MIPS_ARCH_2 = 268435456
View Source
const EF_MIPS_ARCH_3 = 536870912
View Source
const EF_MIPS_ARCH_32 = 1342177280
View Source
const EF_MIPS_ARCH_32R2 = 1879048192
View Source
const EF_MIPS_ARCH_4 = 805306368
View Source
const EF_MIPS_ARCH_5 = 1073741824
View Source
const EF_MIPS_ARCH_64 = 1610612736
View Source
const EF_MIPS_ARCH_64R2 = 2147483648
View Source
const EF_MIPS_CPIC = 4
View Source
const EF_MIPS_FP64 = 512
View Source
const EF_MIPS_NAN2008 = 1024
View Source
const EF_MIPS_NOREORDER = 1
View Source
const EF_MIPS_PIC = 2
View Source
const EF_MIPS_XGOT = 8
View Source
const EF_PARISC_ARCH = 65535
View Source
const EF_PARISC_EXT = 131072
View Source
const EF_PARISC_LAZYSWAP = 4194304
View Source
const EF_PARISC_LSB = 262144
View Source
const EF_PARISC_NO_KABP = 1048576
View Source
const EF_PARISC_TRAPNIL = 65536
View Source
const EF_PARISC_WIDE = 524288
View Source
const EF_PPC64_ABI = 3
View Source
const EF_PPC_EMB = 2147483648
View Source
const EF_PPC_RELOCATABLE = 65536
View Source
const EF_PPC_RELOCATABLE_LIB = 32768
View Source
const EF_SH1 = 1
View Source
const EF_SH2 = 2
View Source
const EF_SH2A = 13
View Source
const EF_SH2A_NOFPU = 19
View Source
const EF_SH2A_SH3E = 24
View Source
const EF_SH2A_SH3_NOFPU = 22
View Source
const EF_SH2A_SH4 = 23
View Source
const EF_SH2A_SH4_NOFPU = 21
View Source
const EF_SH2E = 11
View Source
const EF_SH3 = 3
View Source
const EF_SH3E = 8
View Source
const EF_SH3_DSP = 5
View Source
const EF_SH3_NOMMU = 20
View Source
const EF_SH4 = 9
View Source
const EF_SH4A = 12
View Source
const EF_SH4AL_DSP = 6
View Source
const EF_SH4A_NOFPU = 17
View Source
const EF_SH4_NOFPU = 16
View Source
const EF_SH4_NOMMU_NOFPU = 18
View Source
const EF_SH_DSP = 4
View Source
const EF_SH_MACH_MASK = 31
View Source
const EF_SH_UNKNOWN = 0
View Source
const EF_SPARCV9_MM = 3
View Source
const EF_SPARCV9_PSO = 1
View Source
const EF_SPARCV9_RMO = 2
View Source
const EF_SPARCV9_TSO = 0
View Source
const EF_SPARC_32PLUS = 256
View Source
const EF_SPARC_EXT_MASK = 16776960
View Source
const EF_SPARC_HAL_R1 = 1024
View Source
const EF_SPARC_LEDATA = 8388608
View Source
const EF_SPARC_SUN_US1 = 512
View Source
const EF_SPARC_SUN_US3 = 2048
View Source
const EHOSTDOWN = 112
View Source
const EHOSTUNREACH = 113
View Source
const EHWPOISON = 133
View Source
const EIDRM = 43
View Source
const EILSEQ = 84
View Source
const EINPROGRESS = 115
View Source
const EINTR = 4
View Source
const EINVAL = 22
View Source
const EIO = 5
View Source
const EISCONN = 106
View Source
const EISDIR = 21
View Source
const EISNAM = 120
View Source
const EI_ABIVERSION = 8
View Source
const EI_CLASS = 4
View Source
const EI_DATA = 5
View Source
const EI_MAG0 = 0
View Source
const EI_MAG1 = 1
View Source
const EI_MAG2 = 2
View Source
const EI_MAG3 = 3
View Source
const EI_NIDENT = 16
View Source
const EI_OSABI = 7
View Source
const EI_PAD = 9
View Source
const EI_VERSION = 6
View Source
const EKEYEXPIRED = 127
View Source
const EKEYREJECTED = 129
View Source
const EKEYREVOKED = 128
View Source
const EL2HLT = 51
View Source
const EL2NSYNC = 45
View Source
const EL3HLT = 46
View Source
const EL3RST = 47
View Source
const ELFCLASS32 = 1
View Source
const ELFCLASS64 = 2
View Source
const ELFCLASSNONE = 0
View Source
const ELFCLASSNUM = 3
View Source
const ELFCOMPRESS_HIOS = 1879048191
View Source
const ELFCOMPRESS_HIPROC = 2147483647
View Source
const ELFCOMPRESS_LOOS = 1610612736
View Source
const ELFCOMPRESS_LOPROC = 1879048192
View Source
const ELFCOMPRESS_ZLIB = 1
View Source
const ELFCOMPRESS_ZSTD = 2
View Source
const ELFDATA2LSB = 1
View Source
const ELFDATA2MSB = 2
View Source
const ELFDATANONE = 0
View Source
const ELFDATANUM = 3
View Source
const ELFMAG = "\\177ELF"
View Source
const ELFMAG0 = 127
View Source
const ELFMAG1 = 69
View Source
const ELFMAG2 = 76
View Source
const ELFMAG3 = 70
View Source
const ELFOSABI_AIX = 7
View Source
const ELFOSABI_ARM = 97
View Source
const ELFOSABI_FREEBSD = 9
View Source
const ELFOSABI_GNU = 3
View Source
const ELFOSABI_HPUX = 1
View Source
const ELFOSABI_IRIX = 8
View Source
const ELFOSABI_LINUX = 3
View Source
const ELFOSABI_MODESTO = 11
View Source
const ELFOSABI_NETBSD = 2
View Source
const ELFOSABI_NONE = 0
View Source
const ELFOSABI_OPENBSD = 12
View Source
const ELFOSABI_SOLARIS = 6
View Source
const ELFOSABI_STANDALONE = 255
View Source
const ELFOSABI_SYSV = 0
View Source
const ELFOSABI_TRU64 = 10
View Source
const ELF_NOTE_ABI = 1
View Source
const ELF_NOTE_GNU = "GNU"
View Source
const ELF_NOTE_OS_FREEBSD = 3
View Source
const ELF_NOTE_OS_GNU = 1
View Source
const ELF_NOTE_OS_LINUX = 0
View Source
const ELF_NOTE_OS_SOLARIS2 = 2
View Source
const ELF_NOTE_PAGESIZE_HINT = 1
View Source
const ELF_NOTE_SOLARIS = "SUNW Solaris"
View Source
const ELIBACC = 79
View Source
const ELIBBAD = 80
View Source
const ELIBEXEC = 83
View Source
const ELIBMAX = 82
View Source
const ELIBSCN = 81
View Source
const ELNRNG = 48
View Source
const ELOOP = 40
View Source
const EMEDIUMTYPE = 124
View Source
const EMFILE = 24
View Source
const EMLINK = 31
View Source
const EMPTY = 0
View Source
const EMSGSIZE = 90
View Source
const EMULTIHOP = 72
View Source
const EM_386 = 3
View Source
const EM_56800EX = 200
View Source
const EM_68HC05 = 72
View Source
const EM_68HC08 = 71
View Source
const EM_68HC11 = 70
View Source
const EM_68HC12 = 53
View Source
const EM_68HC16 = 69
View Source
const EM_68K = 4
View Source
const EM_78KOR = 199
View Source
const EM_8051 = 165
View Source
const EM_860 = 7
View Source
const EM_88K = 5
View Source
const EM_960 = 19
View Source
const EM_AARCH64 = 183
View Source
const EM_ALPHA = 36902
View Source
const EM_ALTERA_NIOS2 = 113
View Source
const EM_AMDGPU = 224
View Source
const EM_ARC = 45
View Source
const EM_ARCA = 109
View Source
const EM_ARC_A5 = 93
View Source
const EM_ARC_COMPACT = 93
View Source
const EM_ARC_COMPACT2 = 195
View Source
const EM_ARM = 40
View Source
const EM_AVR = 83
View Source
const EM_AVR32 = 185
View Source
const EM_BA1 = 201
View Source
const EM_BA2 = 202
View Source
const EM_BLACKFIN = 106
View Source
const EM_BPF = 247
View Source
const EM_C166 = 116
View Source
const EM_CDP = 215
View Source
const EM_CE = 119
View Source
const EM_CLOUDSHIELD = 192
View Source
const EM_COGE = 216
View Source
const EM_COLDFIRE = 52
View Source
const EM_COOL = 217
View Source
const EM_COREA_1ST = 193
View Source
const EM_COREA_2ND = 194
View Source
const EM_CR = 103
View Source
const EM_CR16 = 177
View Source
const EM_CRAYNV2 = 172
View Source
const EM_CRIS = 76
View Source
const EM_CRX = 114
View Source
const EM_CSKY = 252
View Source
const EM_CSR_KALIMBA = 219
View Source
const EM_CUDA = 190
View Source
const EM_CYPRESS_M8C = 161
View Source
const EM_D10V = 85
View Source
const EM_D30V = 86
View Source
const EM_DSP24 = 136
View Source
const EM_DSPIC30F = 118
View Source
const EM_DXP = 112
View Source
const EM_ECOG16 = 176
View Source
const EM_ECOG1X = 168
View Source
const EM_ECOG2 = 134
View Source
const EM_EMX16 = 212
View Source
const EM_EMX8 = 213
View Source
const EM_ETPU = 178
View Source
const EM_EXCESS = 111
View Source
const EM_F2MC16 = 104
View Source
const EM_FAKE_ALPHA = 41
View Source
const EM_FIREPATH = 78
View Source
const EM_FR20 = 37
View Source
const EM_FR30 = 84
View Source
const EM_FT32 = 222
View Source
const EM_FX66 = 66
View Source
const EM_H8S = 48
View Source
const EM_H8_300 = 46
View Source
const EM_H8_300H = 47
View Source
const EM_H8_500 = 49
View Source
const EM_HUANY = 81
View Source
const EM_IA_64 = 50
View Source
const EM_IP2K = 101
View Source
const EM_JAVELIN = 77
View Source
const EM_K10M = 181
View Source
const EM_KM32 = 210
View Source
const EM_KMX32 = 211
View Source
const EM_KVARC = 214
View Source
const EM_L10M = 180
View Source
const EM_LATTICEMICO32 = 138
View Source
const EM_M16C = 117
View Source
const EM_M32 = 1
View Source
const EM_M32C = 120
View Source
const EM_M32R = 88
View Source
const EM_MANIK = 171
View Source
const EM_MAX = 102
View Source
const EM_MAXQ30 = 169
View Source
const EM_MCHP_PIC = 204
View Source
const EM_MCST_ELBRUS = 175
View Source
const EM_ME16 = 59
View Source
const EM_METAG = 174
View Source
const EM_MICROBLAZE = 189
View Source
const EM_MIPS = 8
View Source
const EM_MIPS_RS3_LE = 10
View Source
const EM_MIPS_X = 51
View Source
const EM_MMA = 54
View Source
const EM_MMDSP_PLUS = 160
View Source
const EM_MMIX = 80
View Source
const EM_MN10200 = 90
View Source
const EM_MN10300 = 89
View Source
const EM_MOXIE = 223
View Source
const EM_MSP430 = 105
View Source
const EM_NCPU = 56
View Source
const EM_NDR1 = 57
View Source
const EM_NDS32 = 167
View Source
const EM_NONE = 0
View Source
const EM_NORC = 218
View Source
const EM_NS32K = 97
View Source
const EM_NUM = 253
View Source
const EM_OPEN8 = 196
View Source
const EM_OPENRISC = 92
View Source
const EM_OR1K = 92
View Source
const EM_PARISC = 15
View Source
const EM_PCP = 55
View Source
const EM_PDSP = 63
View Source
const EM_PJ = 91
View Source
const EM_PPC = 20
View Source
const EM_PPC64 = 21
View Source
const EM_PRISM = 82
View Source
const EM_QDSP6 = 164
View Source
const EM_R32C = 162
View Source
const EM_RCE = 39
View Source
const EM_RH32 = 38
View Source
const EM_RISCV = 243
View Source
const EM_RL78 = 197
View Source
const EM_RS08 = 132
View Source
const EM_RX = 173
View Source
const EM_S370 = 9
View Source
const EM_S390 = 22
View Source
const EM_SCORE7 = 135
View Source
const EM_SEP = 108
View Source
const EM_SE_C17 = 139
View Source
const EM_SE_C33 = 107
View Source
const EM_SH = 42
View Source
const EM_SHARC = 133
View Source
const EM_SLE9X = 179
View Source
const EM_SNP1K = 99
View Source
const EM_SPARC = 2
View Source
const EM_SPARC32PLUS = 18
View Source
const EM_SPARCV9 = 43
View Source
const EM_ST100 = 60
View Source
const EM_ST19 = 74
View Source
const EM_ST200 = 100
View Source
const EM_ST7 = 68
View Source
const EM_ST9PLUS = 67
View Source
const EM_STARCORE = 58
View Source
const EM_STM8 = 186
View Source
const EM_STXP7X = 166
View Source
const EM_SVX = 73
View Source
const EM_TILE64 = 187
View Source
const EM_TILEGX = 191
View Source
const EM_TILEPRO = 188
View Source
const EM_TINYJ = 61
View Source
const EM_TI_ARP32 = 143
View Source
const EM_TI_C2000 = 141
View Source
const EM_TI_C5500 = 142
View Source
const EM_TI_C6000 = 140
View Source
const EM_TI_PRU = 144
View Source
const EM_TMM_GPP = 96
View Source
const EM_TPC = 98
View Source
const EM_TRICORE = 44
View Source
const EM_TRIMEDIA = 163
View Source
const EM_TSK3000 = 131
View Source
const EM_UNICORE = 110
View Source
const EM_V800 = 36
View Source
const EM_V850 = 87
View Source
const EM_VAX = 75
View Source
const EM_VIDEOCORE = 95
View Source
const EM_VIDEOCORE3 = 137
View Source
const EM_VIDEOCORE5 = 198
View Source
const EM_VISIUM = 221
View Source
const EM_VPP500 = 17
View Source
const EM_X86_64 = 62
View Source
const EM_XCORE = 203
View Source
const EM_XGATE = 115
View Source
const EM_XIMO16 = 170
View Source
const EM_XTENSA = 94
View Source
const EM_Z80 = 220
View Source
const EM_ZSP = 79
View Source
const ENAMETOOLONG = 36
View Source
const ENAVAIL = 119
View Source
const END = 0
View Source
const ENETDOWN = 100
View Source
const ENETRESET = 102
View Source
const ENETUNREACH = 101
View Source
const ENFILE = 23
View Source
const ENOANO = 55
View Source
const ENOBUFS = 105
View Source
const ENOCSI = 50
View Source
const ENODATA = 61
View Source
const ENODEV = 19
View Source
const ENOENT = 2
View Source
const ENOEXEC = 8
View Source
const ENOKEY = 126
View Source
const ENOLCK = 37
View Source
const ENOLINK = 67
View Source
const ENOMEDIUM = 123
View Source
const ENOMEM = 12
View Source
const ENOMSG = 42
View Source
const ENONET = 64
View Source
const ENOPKG = 65
View Source
const ENOPROTOOPT = 92
View Source
const ENOSPC = 28
View Source
const ENOSR = 63
View Source
const ENOSTR = 60
View Source
const ENOSYS = 38
View Source
const ENOTBLK = 15
View Source
const ENOTCONN = 107
View Source
const ENOTDIR = 20
View Source
const ENOTEMPTY = 39
View Source
const ENOTNAM = 118
View Source
const ENOTRECOVERABLE = 131
View Source
const ENOTSOCK = 88
View Source
const ENOTSUP = 95
View Source
const ENOTTY = 25
View Source
const ENOTUNIQ = 76
View Source
const ENXIO = 6
View Source
const EOPNOTSUPP = 95
View Source
const EOVERFLOW = 75
View Source
const EOWNERDEAD = 130
View Source
const EPERM = 1
View Source
const EPFNOSUPPORT = 96
View Source
const EPIPE = 32
View Source
const EPOLLERR = 8
View Source
const EPOLLHUP = 16
View Source
const EPOLLIN = 1
View Source
const EPOLLMSG = 1024
View Source
const EPOLLNVAL = 32
View Source
const EPOLLOUT = 4
View Source
const EPOLLPRI = 2
View Source
const EPOLLRDBAND = 128
View Source
const EPOLLRDHUP = 8192
View Source
const EPOLLRDNORM = 64
View Source
const EPOLLWRBAND = 512
View Source
const EPOLLWRNORM = 256
View Source
const EPOLL_CLOEXEC = 524288
View Source
const EPOLL_CTL_ADD = 1
View Source
const EPOLL_CTL_DEL = 2
View Source
const EPOLL_CTL_MOD = 3
View Source
const EPOLL_NONBLOCK = 2048
View Source
const EPROTO = 71
View Source
const EPROTONOSUPPORT = 93
View Source
const EPROTOTYPE = 91
View Source
const EPS = 0
View Source
const ERA = 131116
View Source
const ERANGE = 34
View Source
const ERA_D_FMT = 131118
View Source
const ERA_D_T_FMT = 131120
View Source
const ERA_T_FMT = 131121
View Source
const EREMCHG = 78
View Source
const EREMOTE = 66
View Source
const EREMOTEIO = 121
View Source
const ERESTART = 85
View Source
const ERFKILL = 132
View Source
const EROFS = 30
View Source
const ESHUTDOWN = 108
View Source
const ESOCKTNOSUPPORT = 94
View Source
const ESPIPE = 29
View Source
const ESRCH = 3
View Source
const ESRMNT = 69
View Source
const ESTALE = 116
View Source
const ESTRPIPE = 86
View Source
const ETHERMTU = 1500
View Source
const ETHERTYPE_AARP = 33011
View Source
const ETHERTYPE_ARP = 2054
View Source
const ETHERTYPE_AT = 32923
View Source
const ETHERTYPE_IP = 2048
View Source
const ETHERTYPE_IPV6 = 34525
View Source
const ETHERTYPE_IPX = 33079
View Source
const ETHERTYPE_LOOPBACK = 36864
View Source
const ETHERTYPE_NTRAILER = 16
View Source
const ETHERTYPE_PUP = 512
View Source
const ETHERTYPE_REVARP = 32821
View Source
const ETHERTYPE_SPRITE = 1280
View Source
const ETHERTYPE_TRAIL = 4096
View Source
const ETHERTYPE_VLAN = 33024
View Source
const ETHER_ADDR_LEN = 6
View Source
const ETHER_CRC_LEN = 4
View Source
const ETHER_HDR_LEN = 14
View Source
const ETHER_TYPE_LEN = 2
View Source
const ETH_ALEN = 6
View Source
const ETH_DATA_LEN = 1500
View Source
const ETH_FCS_LEN = 4
View Source
const ETH_FRAME_LEN = 1514
View Source
const ETH_HLEN = 14
View Source
const ETH_MAX_MTU = 65535
View Source
const ETH_MIN_MTU = 68
View Source
const ETH_P_1588 = 35063
View Source
const ETH_P_8021AD = 34984
View Source
const ETH_P_8021AH = 35047
View Source
const ETH_P_8021Q = 33024
View Source
const ETH_P_80221 = 35095
View Source
const ETH_P_802_2 = 4
View Source
const ETH_P_802_3 = 1
View Source
const ETH_P_802_3_MIN = 1536
View Source
const ETH_P_802_EX1 = 34997
View Source
const ETH_P_AARP = 33011
View Source
const ETH_P_AF_IUCV = 64507
View Source
const ETH_P_ALL = 3
View Source
const ETH_P_AOE = 34978
View Source
const ETH_P_ARCNET = 26
View Source
const ETH_P_ARP = 2054
View Source
const ETH_P_ATALK = 32923
View Source
const ETH_P_ATMFATE = 34948
View Source
const ETH_P_ATMMPOA = 34892
View Source
const ETH_P_AX25 = 2
View Source
const ETH_P_BATMAN = 17157
View Source
const ETH_P_BPQ = 2303
View Source
const ETH_P_CAIF = 247
View Source
const ETH_P_CAN = 12
View Source
const ETH_P_CANFD = 13
View Source
const ETH_P_CFM = 35074
View Source
const ETH_P_CONTROL = 22
View Source
const ETH_P_CUST = 24582
View Source
const ETH_P_DDCMP = 6
View Source
const ETH_P_DEC = 24576
View Source
const ETH_P_DIAG = 24581
View Source
const ETH_P_DNA_DL = 24577
View Source
const ETH_P_DNA_RC = 24578
View Source
const ETH_P_DNA_RT = 24579
View Source
const ETH_P_DSA = 27
View Source
const ETH_P_DSA_8021Q = 56027
View Source
const ETH_P_ECONET = 24
View Source
const ETH_P_EDSA = 56026
View Source
const ETH_P_ERSPAN = 35006
View Source
const ETH_P_ERSPAN2 = 8939
View Source
const ETH_P_FCOE = 35078
View Source
const ETH_P_FIP = 35092
View Source
const ETH_P_HDLC = 25
View Source
const ETH_P_HSR = 35119
View Source
const ETH_P_IBOE = 35093
View Source
const ETH_P_IEEE802154 = 246
View Source
const ETH_P_IEEEPUP = 2560
View Source
const ETH_P_IEEEPUPAT = 2561
View Source
const ETH_P_IFE = 60734
View Source
const ETH_P_IP = 2048
View Source
const ETH_P_IPV6 = 34525
View Source
const ETH_P_IPX = 33079
View Source
const ETH_P_IRDA = 23
View Source
const ETH_P_LAT = 24580
View Source
const ETH_P_LINK_CTL = 34924
View Source
const ETH_P_LLDP = 35020
View Source
const ETH_P_LOCALTALK = 9
View Source
const ETH_P_LOOP = 96
View Source
const ETH_P_LOOPBACK = 36864
View Source
const ETH_P_MACSEC = 35045
View Source
const ETH_P_MAP = 249
View Source
const ETH_P_MOBITEX = 21
View Source
const ETH_P_MPLS_MC = 34888
View Source
const ETH_P_MPLS_UC = 34887
View Source
const ETH_P_MRP = 35043
View Source
const ETH_P_MVRP = 35061
View Source
const ETH_P_NCSI = 35064
View Source
const ETH_P_NSH = 35151
View Source
const ETH_P_PAE = 34958
View Source
const ETH_P_PAUSE = 34824
View Source
const ETH_P_PHONET = 245
View Source
const ETH_P_PPPTALK = 16
View Source
const ETH_P_PPP_DISC = 34915
View Source
const ETH_P_PPP_MP = 8
View Source
const ETH_P_PPP_SES = 34916
View Source
const ETH_P_PREAUTH = 35015
View Source
const ETH_P_PRP = 35067
View Source
const ETH_P_PUP = 512
View Source
const ETH_P_PUPAT = 513
View Source
const ETH_P_QINQ1 = 37120
View Source
const ETH_P_QINQ2 = 37376
View Source
const ETH_P_QINQ3 = 37632
View Source
const ETH_P_RARP = 32821
View Source
const ETH_P_SCA = 24583
View Source
const ETH_P_SLOW = 34825
View Source
const ETH_P_SNAP = 5
View Source
const ETH_P_TDLS = 35085
View Source
const ETH_P_TEB = 25944
View Source
const ETH_P_TIPC = 35018
View Source
const ETH_P_TRAILER = 28
View Source
const ETH_P_TR_802_2 = 17
View Source
const ETH_P_TSN = 8944
View Source
const ETH_P_WAN_PPP = 7
View Source
const ETH_P_WCCP = 34878
View Source
const ETH_P_X25 = 2053
View Source
const ETH_P_XDSA = 248
View Source
const ETH_TLEN = 2
View Source
const ETH_ZLEN = 60
View Source
const ETIME = 62
View Source
const ETIMEDOUT = 110
View Source
const ETOOMANYREFS = 109
View Source
const ETXTBSY = 26
View Source
const ET_CORE = 4
View Source
const ET_DYN = 3
View Source
const ET_EXEC = 2
View Source
const ET_HIOS = 65279
View Source
const ET_HIPROC = 65535
View Source
const ET_LOOS = 65024
View Source
const ET_LOPROC = 65280
View Source
const ET_NONE = 0
View Source
const ET_NUM = 5
View Source
const ET_REL = 1
View Source
const EUCLEAN = 117
View Source
const EUC_JP = 208
View Source
const EUC_KR = 232
View Source
const EUNATCH = 49
View Source
const EUSERS = 87
View Source
const EV_CURRENT = 1
View Source
const EV_NONE = 0
View Source
const EV_NUM = 2
View Source
const EWOULDBLOCK = 11
View Source
const EXDEV = 18
View Source
const EXFULL = 54
View Source
const EXIT_FAILURE = 1
View Source
const EXIT_SUCCESS = 0
View Source
const EXP2F_POLY_ORDER = 3
View Source
const EXP2F_TABLE_BITS = 5
View Source
const EXP2_POLY_ORDER = 5
View Source
const EXPR_NEST_MAX = 32
View Source
const EXP_POLY_ORDER = 5
View Source
const EXP_TABLE_BITS = 7
View Source
const EXP_USE_TOINT_NARROW = 0
View Source
const EXTA = 14
View Source
const EXTB = 15
View Source
const EXTPROC = 65536
View Source
const E_MIPS_ARCH_1 = 0
View Source
const E_MIPS_ARCH_2 = 268435456
View Source
const E_MIPS_ARCH_3 = 536870912
View Source
const E_MIPS_ARCH_32 = 1342177280
View Source
const E_MIPS_ARCH_4 = 805306368
View Source
const E_MIPS_ARCH_5 = 1073741824
View Source
const E_MIPS_ARCH_64 = 1610612736
View Source
const FALLOC_FL_KEEP_SIZE = 1
View Source
const FALLOC_FL_PUNCH_HOLE = 2
View Source
const FANOTIFY_METADATA_VERSION = 3
View Source
const FAN_ACCESS = 1
View Source
const FAN_ACCESS_PERM = 131072
View Source
const FAN_ALLOW = 1
View Source
const FAN_ATTRIB = 4
View Source
const FAN_AUDIT = 16
View Source
const FAN_CLASS_CONTENT = 4
View Source
const FAN_CLASS_NOTIF = 0
View Source
const FAN_CLASS_PRE_CONTENT = 8
View Source
const FAN_CLOEXEC = 1
View Source
const FAN_CLOSE_NOWRITE = 16
View Source
const FAN_CLOSE_WRITE = 8
View Source
const FAN_CREATE = 256
View Source
const FAN_DELETE = 512
View Source
const FAN_DELETE_SELF = 1024
View Source
const FAN_DENY = 2
View Source
const FAN_DIR_MODIFY = 524288
View Source
const FAN_ENABLE_AUDIT = 64
View Source
const FAN_EVENT_INFO_TYPE_DFID = 3
View Source
const FAN_EVENT_INFO_TYPE_DFID_NAME = 2
View Source
const FAN_EVENT_INFO_TYPE_FID = 1
View Source
const FAN_EVENT_ON_CHILD = 134217728
View Source
const FAN_MARK_ADD = 1
View Source
const FAN_MARK_DONT_FOLLOW = 4
View Source
const FAN_MARK_FILESYSTEM = 256
View Source
const FAN_MARK_FLUSH = 128
View Source
const FAN_MARK_IGNORED_MASK = 32
View Source
const FAN_MARK_IGNORED_SURV_MODIFY = 64
View Source
const FAN_MARK_INODE = 0
View Source
const FAN_MARK_MOUNT = 16
View Source
const FAN_MARK_ONLYDIR = 8
View Source
const FAN_MARK_REMOVE = 2
View Source
const FAN_MODIFY = 2
View Source
const FAN_MOVED_FROM = 64
View Source
const FAN_MOVED_TO = 128
View Source
const FAN_MOVE_SELF = 2048
View Source
const FAN_NONBLOCK = 2
View Source
const FAN_ONDIR = 1073741824
View Source
const FAN_OPEN = 32
View Source
const FAN_OPEN_EXEC = 4096
View Source
const FAN_OPEN_EXEC_PERM = 262144
View Source
const FAN_OPEN_PERM = 65536
View Source
const FAN_Q_OVERFLOW = 16384
View Source
const FAN_REPORT_DIR_FID = 1024
View Source
const FAN_REPORT_FID = 512
View Source
const FAN_REPORT_NAME = 2048
View Source
const FAN_REPORT_TID = 256
View Source
const FAN_UNLIMITED_MARKS = 32
View Source
const FAN_UNLIMITED_QUEUE = 16
View Source
const FAPPEND = 1024
View Source
const FASYNC = 8192
View Source
const FDOP_CHDIR = 4
View Source
const FDOP_CLOSE = 1
View Source
const FDOP_DUP2 = 2
View Source
const FDOP_FCHDIR = 5
View Source
const FDOP_OPEN = 3
View Source
const FDPIC_CONSTDISP_FLAG = 0
View Source
const FDPIC_FUNCPTRS = 524288
View Source
const FD_CLOEXEC = 1
View Source
const FD_SETSIZE = 1024
View Source
const FE_ALL_EXCEPT = 63
View Source
const FE_DIVBYZERO = 4
View Source
const FE_DOWNWARD = 1024
View Source
const FE_INEXACT = 32
View Source
const FE_INVALID = 1
View Source
const FE_OVERFLOW = 8
View Source
const FE_TONEAREST = 0
View Source
const FE_TOWARDZERO = 3072
View Source
const FE_UNDERFLOW = 16
View Source
const FE_UPWARD = 2048
View Source
const FF0 = 0
View Source
const FF1 = 32768
View Source
const FFDLY = 32768
View Source
const FFSYNC = 1052672
View Source
const FILENAME_MAX = 4096
View Source
const FILESIZEBITS = 64
View Source
const FIOASYNC = 21586
View Source
const FIOCLEX = 21585
View Source
const FIOGETOWN = 35075
View Source
const FIONBIO = 21537
View Source
const FIONCLEX = 21584
View Source
const FIONREAD = 21531
View Source
const FIOQSIZE = 21600
View Source
const FIOSETOWN = 35073
View Source
const FLT_DECIMAL_DIG = 9
View Source
const FLT_DIG = 6
View Source
const FLT_EPSILON = 0
View Source
const FLT_EPSILON1 = 1.1920928955078125e-07
View Source
const FLT_EPSILON2 = 0
View Source
const FLT_EPSILON3 = 1.1920928955078125e-07
View Source
const FLT_EPSILON4 = 0
View Source
const FLT_EVAL_METHOD = 0
View Source
const FLT_HAS_SUBNORM = 1
View Source
const FLT_MANT_DIG = 24
View Source
const FLT_MAX = 0
View Source
const FLT_MAX_10_EXP = 38
View Source
const FLT_MAX_EXP = 128
View Source
const FLT_MIN = 0
View Source
const FLT_MIN1 = 1.1754943508222875e-38
View Source
const FLT_MIN2 = 0
View Source
const FLT_RADIX = 2
View Source
const FLT_TRUE_MIN = 0
View Source
const FLUSHBAND = 4
View Source
const FLUSHO = 4096
View Source
const FLUSHR = 1
View Source
const FLUSHRW = 3
View Source
const FLUSHW = 2
View Source
const FMNAMESZ = 8
View Source
const FNDELAY = 2048
View Source
const FNM_CASEFOLD = 16
View Source
const FNM_FILE_NAME = 1
View Source
const FNM_LEADING_DIR = 8
View Source
const FNM_NOESCAPE = 2
View Source
const FNM_NOMATCH = 1
View Source
const FNM_PATHNAME = 1
View Source
const FNM_PERIOD = 4
View Source
const FNONBLOCK = 2048
View Source
const FOPEN_MAX = 1000
View Source
const FORMERR = 0
View Source
const FPE_FLTDIV = 3
View Source
const FPE_FLTINV = 7
View Source
const FPE_FLTOVF = 4
View Source
const FPE_FLTRES = 6
View Source
const FPE_FLTSUB = 8
View Source
const FPE_FLTUND = 5
View Source
const FPE_INTDIV = 1
View Source
const FPE_INTOVF = 2
View Source
const FP_ILOGB0 = -2147483648
View Source
const FP_INFINITE = 1
View Source
const FP_NAN = 0
View Source
const FP_NORMAL = 4
View Source
const FP_SUBNORMAL = 3
View Source
const FP_ZERO = 2
View Source
const FSETLOCKING_BYCALLER = 2
View Source
const FSETLOCKING_INTERNAL = 1
View Source
const FSETLOCKING_QUERY = 0
View Source
const FTW_CHDIR = 4
View Source
const FTW_D = 2
View Source
const FTW_DEPTH = 8
View Source
const FTW_DNR = 3
View Source
const FTW_DP = 6
View Source
const FTW_F = 1
View Source
const FTW_MOUNT = 2
View Source
const FTW_NS = 4
View Source
const FTW_PHYS = 1
View Source
const FTW_SL = 5
View Source
const FTW_SLN = 7
View Source
const FUTEX_CLOCK_REALTIME = 256
View Source
const FUTEX_CMP_REQUEUE = 4
View Source
const FUTEX_FD = 2
View Source
const FUTEX_LOCK_PI = 6
View Source
const FUTEX_PRIVATE = 128
View Source
const FUTEX_REQUEUE = 3
View Source
const FUTEX_TRYLOCK_PI = 8
View Source
const FUTEX_UNLOCK_PI = 7
View Source
const FUTEX_WAIT = 0
View Source
const FUTEX_WAIT_BITSET = 9
View Source
const FUTEX_WAKE = 1
View Source
const FUTEX_WAKE_OP = 5
View Source
const F_ADD_SEALS = 1033
View Source
const F_APP = 128
View Source
const F_CANCELLK = 1029
View Source
const F_DUPFD = 0
View Source
const F_DUPFD_CLOEXEC = 1030
View Source
const F_EOF = 16
View Source
const F_ERR = 32
View Source
const F_GETFD = 1
View Source
const F_GETFL = 3
View Source
const F_GETLEASE = 1025
View Source
const F_GETLK = 5
View Source
const F_GETOWN = 9
View Source
const F_GETOWNER_UIDS = 17
View Source
const F_GETOWN_EX = 16
View Source
const F_GETPIPE_SZ = 1032
View Source
const F_GETSIG = 11
View Source
const F_GET_FILE_RW_HINT = 1037
View Source
const F_GET_RW_HINT = 1035
View Source
const F_GET_SEALS = 1034
View Source
const F_LOCK = 1
View Source
const F_NORD = 4
View Source
const F_NOTIFY = 1026
View Source
const F_NOWR = 8
View Source
const F_OFD_GETLK = 36
View Source
const F_OFD_SETLK = 37
View Source
const F_OFD_SETLKW = 38
View Source
const F_OK = 0
View Source
const F_OWNER_GID = 2
View Source
const F_OWNER_PGRP = 2
View Source
const F_OWNER_PID = 1
View Source
const F_OWNER_TID = 0
View Source
const F_PERM = 1
View Source
const F_RDLCK = 0
View Source
const F_SEAL_FUTURE_WRITE = 16
View Source
const F_SEAL_GROW = 4
View Source
const F_SEAL_SEAL = 1
View Source
const F_SEAL_SHRINK = 2
View Source
const F_SEAL_WRITE = 8
View Source
const F_SETFD = 2
View Source
const F_SETFL = 4
View Source
const F_SETLEASE = 1024
View Source
const F_SETLK = 6
View Source
const F_SETLKW = 7
View Source
const F_SETOWN = 8
View Source
const F_SETOWN_EX = 15
View Source
const F_SETPIPE_SZ = 1031
View Source
const F_SETSIG = 10
View Source
const F_SET_FILE_RW_HINT = 1038
View Source
const F_SET_RW_HINT = 1036
View Source
const F_SVB = 64
View Source
const F_TEST = 3
View Source
const F_TLOCK = 2
View Source
const F_ULOCK = 0
View Source
const F_UNLCK = 2
View Source
const F_WRLCK = 1
View Source
const GB18030 = 216
View Source
const GB2312 = 218
View Source
const GBK = 217
View Source
const GETALL = 13
View Source
const GETGRBYGID = 3
View Source
const GETGRBYNAME = 2
View Source
const GETINITGR = 15
View Source
const GETLONG = 0
View Source
const GETNCNT = 14
View Source
const GETPID = 11
View Source
const GETPWBYNAME = 0
View Source
const GETPWBYUID = 1
View Source
const GETSHORT = 0
View Source
const GETVAL = 12
View Source
const GETZCNT = 15
View Source
const GLOB_ABORTED = 2
View Source
const GLOB_APPEND = 32
View Source
const GLOB_DOOFFS = 8
View Source
const GLOB_ERR = 1
View Source
const GLOB_MARK = 2
View Source
const GLOB_NOCHECK = 16
View Source
const GLOB_NOESCAPE = 64
View Source
const GLOB_NOMATCH = 3
View Source
const GLOB_NOSORT = 4
View Source
const GLOB_NOSPACE = 1
View Source
const GLOB_NOSYS = 4
View Source
const GLOB_PERIOD = 128
View Source
const GLOB_TILDE = 4096
View Source
const GLOB_TILDE_CHECK = 16384
View Source
const GRFOUND = 1
View Source
const GRGID = 4
View Source
const GRMEMCNT = 5
View Source
const GRNAMELEN = 2
View Source
const GRND_INSECURE = 4
View Source
const GRND_NONBLOCK = 1
View Source
const GRND_RANDOM = 2
View Source
const GRPASSWDLEN = 3
View Source
const GRPQUOTA = 1
View Source
const GRP_COMDAT = 1
View Source
const GRVERSION = 0
View Source
const GR_LEN = 6
View Source
const HFIXEDSZ = 12
View Source
const HOST_NAME_MAX = 255
View Source
const HOST_NOT_FOUND = 1
View Source
const HUGE = 0
View Source
const HUGE_VALF = 0
View Source
const HUPCL = 1024
View Source
const I = 0
View Source
const IB = 4
View Source
const ICANON = 2
View Source
const ICRNL = 256
View Source
const IEXTEN = 32768
View Source
const IFADDRS_HASH_SIZE = 64
View Source
const IFA_ADDRESS = 1
View Source
const IFA_BROADCAST = 4
View Source
const IFA_LABEL = 3
View Source
const IFA_LOCAL = 2
View Source
const IFF_ALLMULTI = 512
View Source
const IFF_AUTOMEDIA = 16384
View Source
const IFF_BROADCAST = 2
View Source
const IFF_DEBUG = 4
View Source
const IFF_DORMANT = 131072
View Source
const IFF_DYNAMIC = 32768
View Source
const IFF_ECHO = 262144
View Source
const IFF_LOOPBACK = 8
View Source
const IFF_LOWER_UP = 65536
View Source
const IFF_MASTER = 1024
View Source
const IFF_MULTICAST = 4096
View Source
const IFF_NOARP = 128
View Source
const IFF_NOTRAILERS = 32
View Source
const IFF_POINTOPOINT = 16
View Source
const IFF_PORTSEL = 8192
View Source
const IFF_PROMISC = 256
View Source
const IFF_RUNNING = 64
View Source
const IFF_SLAVE = 2048
View Source
const IFF_UP = 1
View Source
const IFHWADDRLEN = 6
View Source
const IFLA_ADDRESS = 1
View Source
const IFLA_BROADCAST = 2
View Source
const IFLA_IFNAME = 3
View Source
const IFLA_STATS = 7
View Source
const IFNAMSIZ = 16
View Source
const IF_NAMESIZE = 16
View Source
const IGNBRK = 1
View Source
const IGNCR = 128
View Source
const IGNPAR = 4
View Source
const IIF_BGRACE = 1
View Source
const IIF_FLAGS = 4
View Source
const IIF_IGRACE = 2
View Source
const ILL_BADSTK = 8
View Source
const ILL_COPROC = 7
View Source
const ILL_ILLADR = 3
View Source
const ILL_ILLOPC = 1
View Source
const ILL_ILLOPN = 2
View Source
const ILL_ILLTRP = 4
View Source
const ILL_PRVOPC = 5
View Source
const ILL_PRVREG = 6
View Source
const IMAXBEL = 8192
View Source
const IN6ADDRSZ = 16
View Source
const INADDRSZ = 4
View Source
const INDIR_MASK = 192
View Source
const INET6_ADDRSTRLEN = 46
View Source
const INET_ADDRSTRLEN = 16
View Source
const INITGRFOUND = 1
View Source
const INITGRNGRPS = 2
View Source
const INITGRVERSION = 0
View Source
const INITGR_LEN = 3
View Source
const INIT_PROCESS = 5
View Source
const INLCR = 64
View Source
const INPCK = 16
View Source
const INT16SZ = 2
View Source
const INT16_MAX = 32767
View Source
const INT32SZ = 4
View Source
const INT32_MAX = 2147483647
View Source
const INT64_MAX = 9223372036854775807
View Source
const INT8SZ = 1
View Source
const INT8_MAX = 127
View Source
const INTMAX_MAX = 9223372036854775807
View Source
const INTMAX_MIN = -9223372036854775808
View Source
const INTPTR_MAX = 9223372036854775807
View Source
const INTPTR_MIN = -9223372036854775808
View Source
const INT_FAST16_MAX = 2147483647
View Source
const INT_FAST16_MIN = -2147483648
View Source
const INT_FAST32_MAX = 2147483647
View Source
const INT_FAST32_MIN = -2147483648
View Source
const INT_FAST64_MAX = 9223372036854775807
View Source
const INT_FAST64_MIN = -9223372036854775808
View Source
const INT_FAST8_MAX = 127
View Source
const INT_FAST8_MIN = -128
View Source
const INT_LEAST16_MAX = 32767
View Source
const INT_LEAST16_MIN = -32768
View Source
const INT_LEAST32_MAX = 2147483647
View Source
const INT_LEAST32_MIN = -2147483648
View Source
const INT_LEAST64_MAX = 9223372036854775807
View Source
const INT_LEAST64_MIN = -9223372036854775808
View Source
const INT_LEAST8_MAX = 127
View Source
const INT_LEAST8_MIN = -128
View Source
const INT_MAX = 2147483647
View Source
const IN_ACCESS = 1
View Source
const IN_ALL_EVENTS = 4095
View Source
const IN_ATTRIB = 4
View Source
const IN_CLASSA_MAX = 128
View Source
const IN_CLASSA_NET = 4278190080
View Source
const IN_CLASSA_NSHIFT = 24
View Source
const IN_CLASSB_MAX = 65536
View Source
const IN_CLASSB_NET = 4294901760
View Source
const IN_CLASSB_NSHIFT = 16
View Source
const IN_CLASSC_NET = 4294967040
View Source
const IN_CLASSC_NSHIFT = 8
View Source
const IN_CLOEXEC = 524288
View Source
const IN_CLOSE_NOWRITE = 16
View Source
const IN_CLOSE_WRITE = 8
View Source
const IN_CREATE = 256
View Source
const IN_DELETE = 512
View Source
const IN_DELETE_SELF = 1024
View Source
const IN_DONT_FOLLOW = 33554432
View Source
const IN_EXCL_UNLINK = 67108864
View Source
const IN_IGNORED = 32768
View Source
const IN_ISDIR = 1073741824
View Source
const IN_LOOPBACKNET = 127
View Source
const IN_MASK_ADD = 536870912
View Source
const IN_MASK_CREATE = 268435456
View Source
const IN_MODIFY = 2
View Source
const IN_MOVED_FROM = 64
View Source
const IN_MOVED_TO = 128
View Source
const IN_MOVE_SELF = 2048
View Source
const IN_NONBLOCK = 2048
View Source
const IN_ONESHOT = 2147483648
View Source
const IN_ONLYDIR = 16777216
View Source
const IN_OPEN = 32
View Source
const IN_Q_OVERFLOW = 16384
View Source
const IN_UNMOUNT = 8192
View Source
const IOV_MAX = 1024
View Source
const IPCOP_msgctl = 14
View Source
const IPCOP_msgget = 13
View Source
const IPCOP_msgrcv = 12
View Source
const IPCOP_msgsnd = 11
View Source
const IPCOP_semctl = 3
View Source
const IPCOP_semget = 2
View Source
const IPCOP_semop = 1
View Source
const IPCOP_semtimedop = 4
View Source
const IPCOP_shmat = 21
View Source
const IPCOP_shmctl = 24
View Source
const IPCOP_shmdt = 22
View Source
const IPCOP_shmget = 23
View Source
const IPC_64 = 0
View Source
const IPC_CREAT = 512
View Source
const IPC_EXCL = 1024
View Source
const IPC_INFO = 3
View Source
const IPC_NOWAIT = 2048
View Source
const IPC_RMID = 0
View Source
const IPC_SET = 1
View Source
const IPC_STAT = 2
View Source
const IPPORT_RESERVED = 1024
View Source
const IPPROTO_AH = 51
View Source
const IPPROTO_BEETPH = 94
View Source
const IPPROTO_COMP = 108
View Source
const IPPROTO_DCCP = 33
View Source
const IPPROTO_DSTOPTS = 60
View Source
const IPPROTO_EGP = 8
View Source
const IPPROTO_ENCAP = 98
View Source
const IPPROTO_ESP = 50
View Source
const IPPROTO_ETHERNET = 143
View Source
const IPPROTO_FRAGMENT = 44
View Source
const IPPROTO_GRE = 47
View Source
const IPPROTO_HOPOPTS = 0
View Source
const IPPROTO_ICMP = 1
View Source
const IPPROTO_ICMPV6 = 58
View Source
const IPPROTO_IDP = 22
View Source
const IPPROTO_IGMP = 2
View Source
const IPPROTO_IP = 0
View Source
const IPPROTO_IPIP = 4
View Source
const IPPROTO_IPV6 = 41
View Source
const IPPROTO_MAX = 263
View Source
const IPPROTO_MH = 135
View Source
const IPPROTO_MPLS = 137
View Source
const IPPROTO_MPTCP = 262
View Source
const IPPROTO_MTP = 92
View Source
const IPPROTO_NONE = 59
View Source
const IPPROTO_PIM = 103
View Source
const IPPROTO_PUP = 12
View Source
const IPPROTO_RAW = 255
View Source
const IPPROTO_ROUTING = 43
View Source
const IPPROTO_RSVP = 46
View Source
const IPPROTO_SCTP = 132
View Source
const IPPROTO_TCP = 6
View Source
const IPPROTO_TP = 29
View Source
const IPPROTO_UDP = 17
View Source
const IPPROTO_UDPLITE = 136
View Source
const IPV6_2292DSTOPTS = 4
View Source
const IPV6_2292HOPLIMIT = 8
View Source
const IPV6_2292HOPOPTS = 3
View Source
const IPV6_2292PKTINFO = 2
View Source
const IPV6_2292PKTOPTIONS = 6
View Source
const IPV6_2292RTHDR = 5
View Source
const IPV6_ADDRFORM = 1
View Source
const IPV6_ADDR_PREFERENCES = 72
View Source
const IPV6_ADD_MEMBERSHIP = 20
View Source
const IPV6_AUTHHDR = 10
View Source
const IPV6_AUTOFLOWLABEL = 70
View Source
const IPV6_CHECKSUM = 7
View Source
const IPV6_DONTFRAG = 62
View Source
const IPV6_DROP_MEMBERSHIP = 21
View Source
const IPV6_DSTOPTS = 59
View Source
const IPV6_FREEBIND = 78
View Source
const IPV6_HDRINCL = 36
View Source
const IPV6_HOPLIMIT = 52
View Source
const IPV6_HOPOPTS = 54
View Source
const IPV6_IPSEC_POLICY = 34
View Source
const IPV6_JOIN_ANYCAST = 27
View Source
const IPV6_JOIN_GROUP = 20
View Source
const IPV6_LEAVE_ANYCAST = 28
View Source
const IPV6_LEAVE_GROUP = 21
View Source
const IPV6_MINHOPCOUNT = 73
View Source
const IPV6_MTU = 24
View Source
const IPV6_MTU_DISCOVER = 23
View Source
const IPV6_MULTICAST_ALL = 29
View Source
const IPV6_MULTICAST_HOPS = 18
View Source
const IPV6_MULTICAST_IF = 17
View Source
const IPV6_MULTICAST_LOOP = 19
View Source
const IPV6_NEXTHOP = 9
View Source
const IPV6_ORIGDSTADDR = 74
View Source
const IPV6_PATHMTU = 61
View Source
const IPV6_PKTINFO = 50
View Source
const IPV6_PMTUDISC_DO = 2
View Source
const IPV6_PMTUDISC_DONT = 0
View Source
const IPV6_PMTUDISC_INTERFACE = 4
View Source
const IPV6_PMTUDISC_OMIT = 5
View Source
const IPV6_PMTUDISC_PROBE = 3
View Source
const IPV6_PMTUDISC_WANT = 1
View Source
const IPV6_PREFER_SRC_CGA = 8
View Source
const IPV6_PREFER_SRC_COA = 4
View Source
const IPV6_PREFER_SRC_HOME = 1024
View Source
const IPV6_PREFER_SRC_NONCGA = 2048
View Source
const IPV6_PREFER_SRC_PUBLIC = 2
View Source
const IPV6_PREFER_SRC_PUBTMP_DEFAULT = 256
View Source
const IPV6_PREFER_SRC_TMP = 1
View Source
const IPV6_RECVDSTOPTS = 58
View Source
const IPV6_RECVERR = 25
View Source
const IPV6_RECVFRAGSIZE = 77
View Source
const IPV6_RECVHOPLIMIT = 51
View Source
const IPV6_RECVHOPOPTS = 53
View Source
const IPV6_RECVORIGDSTADDR = 74
View Source
const IPV6_RECVPATHMTU = 60
View Source
const IPV6_RECVPKTINFO = 49
View Source
const IPV6_RECVRTHDR = 56
View Source
const IPV6_RECVTCLASS = 66
View Source
const IPV6_ROUTER_ALERT = 22
View Source
const IPV6_ROUTER_ALERT_ISOLATE = 30
View Source
const IPV6_RTHDR = 57
View Source
const IPV6_RTHDRDSTOPTS = 55
View Source
const IPV6_RTHDR_LOOSE = 0
View Source
const IPV6_RTHDR_STRICT = 1
View Source
const IPV6_RTHDR_TYPE_0 = 0
View Source
const IPV6_RXDSTOPTS = 59
View Source
const IPV6_RXHOPOPTS = 54
View Source
const IPV6_TCLASS = 67
View Source
const IPV6_TRANSPARENT = 75
View Source
const IPV6_UNICAST_HOPS = 16
View Source
const IPV6_UNICAST_IF = 76
View Source
const IPV6_V6ONLY = 26
View Source
const IPV6_XFRM_POLICY = 35
View Source
const IP_ADD_MEMBERSHIP = 35
View Source
const IP_ADD_SOURCE_MEMBERSHIP = 39
View Source
const IP_BIND_ADDRESS_NO_PORT = 24
View Source
const IP_BLOCK_SOURCE = 38
View Source
const IP_CHECKSUM = 23
View Source
const IP_DEFAULT_MULTICAST_LOOP = 1
View Source
const IP_DEFAULT_MULTICAST_TTL = 1
View Source
const IP_DROP_MEMBERSHIP = 36
View Source
const IP_DROP_SOURCE_MEMBERSHIP = 40
View Source
const IP_FREEBIND = 15
View Source
const IP_HDRINCL = 3
View Source
const IP_IPSEC_POLICY = 16
View Source
const IP_MAX_MEMBERSHIPS = 20
View Source
const IP_MINTTL = 21
View Source
const IP_MSFILTER = 41
View Source
const IP_MTU = 14
View Source
const IP_MTU_DISCOVER = 10
View Source
const IP_MULTICAST_ALL = 49
View Source
const IP_MULTICAST_IF = 32
View Source
const IP_MULTICAST_LOOP = 34
View Source
const IP_MULTICAST_TTL = 33
View Source
const IP_NODEFRAG = 22
View Source
const IP_OPTIONS = 4
View Source
const IP_ORIGDSTADDR = 20
View Source
const IP_PASSSEC = 18
View Source
const IP_PKTINFO = 8
View Source
const IP_PKTOPTIONS = 9
View Source
const IP_PMTUDISC = 10
View Source
const IP_PMTUDISC_DO = 2
View Source
const IP_PMTUDISC_DONT = 0
View Source
const IP_PMTUDISC_INTERFACE = 4
View Source
const IP_PMTUDISC_OMIT = 5
View Source
const IP_PMTUDISC_PROBE = 3
View Source
const IP_PMTUDISC_WANT = 1
View Source
const IP_RECVERR = 11
View Source
const IP_RECVERR_RFC4884 = 26
View Source
const IP_RECVFRAGSIZE = 25
View Source
const IP_RECVOPTS = 6
View Source
const IP_RECVORIGDSTADDR = 20
View Source
const IP_RECVRETOPTS = 7
View Source
const IP_RECVTOS = 13
View Source
const IP_RECVTTL = 12
View Source
const IP_RETOPTS = 7
View Source
const IP_ROUTER_ALERT = 5
View Source
const IP_TOS = 1
View Source
const IP_TRANSPARENT = 19
View Source
const IP_TTL = 2
View Source
const IP_UNBLOCK_SOURCE = 37
View Source
const IP_UNICAST_IF = 50
View Source
const IP_XFRM_POLICY = 17
View Source
const IQUERY = 0
View Source
const ISIG = 1
View Source
const ISO2022_JP = 210
View Source
const ISTRIP = 32
View Source
const ITIMER_PROF = 2
View Source
const ITIMER_REAL = 0
View Source
const ITIMER_VIRTUAL = 1
View Source
const IUCLC = 512
View Source
const IUTF8 = 16384
View Source
const IXANY = 2048
View Source
const IXOFF = 4096
View Source
const IXON = 1024
View Source
const KEY_MAX = 30000
View Source
const KEY_MAX1 = 256
View Source
const KMAX = 128
View Source
const LASTMARK = 2
View Source
const LC_ALL = 6
View Source
const LC_ALL_MASK = 2147483647
View Source
const LC_COLLATE = 3
View Source
const LC_CTYPE = 0
View Source
const LC_MESSAGES = 5
View Source
const LC_MONETARY = 4
View Source
const LC_NUMERIC = 1
View Source
const LC_TIME = 2
View Source
const LDBL_DECIMAL_DIG = 17
View Source
const LDBL_DIG = 15
View Source
const LDBL_EPSILON = 0
View Source
const LDBL_EPSILON1 = 2.22044604925031308085e-16
View Source
const LDBL_EPSILON2 = 0
View Source
const LDBL_EPSILON3 = 2.22044604925031308085e-16
View Source
const LDBL_HAS_SUBNORM = 1
View Source
const LDBL_MANT_DIG = 53
View Source
const LDBL_MAX = 0
View Source
const LDBL_MAX1 = 1.79769313486231570815e+308
View Source
const LDBL_MAX2 = 0
View Source
const LDBL_MAX_10_EXP = 308
View Source
const LDBL_MAX_EXP = 1024
View Source
const LDBL_MIN = 0
View Source
const LDBL_MIN1 = 2.22507385850720138309e-308
View Source
const LDBL_MIN2 = 0
View Source
const LDBL_TRUE_MIN = 0
View Source
const LDSO_ARCH = "x86_64"
View Source
const LD_B1B_DIG = 2
View Source
const LINE_LIM = 256
View Source
const LINE_MAX = 4096
View Source
const LIO_NOP = 2
View Source
const LIO_NOWAIT = 1
View Source
const LIO_READ = 0
View Source
const LIO_WAIT = 0
View Source
const LIO_WRITE = 1
View Source
const LITTLE_ENDIAN = 1234
View Source
const LITUSE_ALPHA_ADDR = 0
View Source
const LITUSE_ALPHA_BASE = 1
View Source
const LITUSE_ALPHA_BYTOFF = 2
View Source
const LITUSE_ALPHA_JSR = 3
View Source
const LITUSE_ALPHA_TLS_GD = 4
View Source
const LITUSE_ALPHA_TLS_LDM = 5
View Source
const LLONG_MAX = 9223372036854775807
View Source
const LL_NONE = 0
View Source
const LOCALDOMAINPARTS = 2
View Source
const LOCALE_NAME_MAX = 23
View Source
const LOCK_EX = 2
View Source
const LOCK_NB = 4
View Source
const LOCK_SH = 1
View Source
const LOCK_UN = 8
View Source
const LOG2F_POLY_ORDER = 4
View Source
const LOG2F_TABLE_BITS = 4
View Source
const LOG2_POLY1_ORDER = 11
View Source
const LOG2_POLY_ORDER = 7
View Source
const LOG2_TABLE_BITS = 6
View Source
const LOGF_POLY_ORDER = 4
View Source
const LOGF_TABLE_BITS = 4
View Source
const LOGIN_NAME_MAX = 256
View Source
const LOGIN_PROCESS = 6
View Source
const LOG_ALERT = 1
View Source
const LOG_CONS = 2
View Source
const LOG_CRIT = 2
View Source
const LOG_DEBUG = 7
View Source
const LOG_EMERG = 0
View Source
const LOG_ERR = 3
View Source
const LOG_FACMASK = 1016
View Source
const LOG_INFO = 6
View Source
const LOG_NDELAY = 8
View Source
const LOG_NFACILITIES = 24
View Source
const LOG_NOTICE = 5
View Source
const LOG_NOWAIT = 16
View Source
const LOG_ODELAY = 4
View Source
const LOG_PERROR = 32
View Source
const LOG_PID = 1
View Source
const LOG_POLY1_ORDER = 12
View Source
const LOG_POLY_ORDER = 6
View Source
const LOG_PRIMASK = 7
View Source
const LOG_TABLE_BITS = 7
View Source
const LOG_WARNING = 4
View Source
const LONG_BIT = 64
View Source
const LONG_MAX = 9223372036854775807
View Source
const LS = 0
View Source
const L_INCR = 1
View Source
const L_SET = 0
View Source
const L_XTND = 2
View Source
const L_ctermid = 20
View Source
const L_cuserid = 20
View Source
const L_tmpnam = 20
View Source
const MADV_COLD = 20
View Source
const MADV_DODUMP = 17
View Source
const MADV_DOFORK = 11
View Source
const MADV_DONTDUMP = 16
View Source
const MADV_DONTFORK = 10
View Source
const MADV_DONTNEED = 4
View Source
const MADV_FREE = 8
View Source
const MADV_HUGEPAGE = 14
View Source
const MADV_HWPOISON = 100
View Source
const MADV_KEEPONFORK = 19
View Source
const MADV_MERGEABLE = 12
View Source
const MADV_NOHUGEPAGE = 15
View Source
const MADV_NORMAL = 0
View Source
const MADV_PAGEOUT = 21
View Source
const MADV_RANDOM = 1
View Source
const MADV_REMOVE = 9
View Source
const MADV_SEQUENTIAL = 2
View Source
const MADV_SOFT_OFFLINE = 101
View Source
const MADV_UNMERGEABLE = 13
View Source
const MADV_WILLNEED = 3
View Source
const MADV_WIPEONFORK = 18
View Source
const MAP_32BIT = 64
View Source
const MAP_ANON = 32
View Source
const MAP_ANONYMOUS = 32
View Source
const MAP_DENYWRITE = 2048
View Source
const MAP_EXECUTABLE = 4096
View Source
const MAP_FILE = 0
View Source
const MAP_FIXED = 16
View Source
const MAP_FIXED_NOREPLACE = 1048576
View Source
const MAP_GROWSDOWN = 256
View Source
const MAP_HUGETLB = 262144
View Source
const MAP_HUGE_MASK = 63
View Source
const MAP_HUGE_SHIFT = 26
View Source
const MAP_LOCKED = 8192
View Source
const MAP_NONBLOCK = 65536
View Source
const MAP_NORESERVE = 16384
View Source
const MAP_POPULATE = 32768
View Source
const MAP_PRIVATE = 2
View Source
const MAP_SHARED = 1
View Source
const MAP_SHARED_VALIDATE = 3
View Source
const MAP_STACK = 131072
View Source
const MAP_SYNC = 524288
View Source
const MAP_TYPE = 15
View Source
const MATH_ERREXCEPT = 2
View Source
const MATH_ERRNO = 1
View Source
const MAXADDRS = 48
View Source
const MAXCDNAME = 255
View Source
const MAXDFLSRCH = 3
View Source
const MAXDNAME = 1025
View Source
const MAXDNSRCH = 6
View Source
const MAXFLOAT = 0
View Source
const MAXLABEL = 63
View Source
const MAXNS = 3
View Source
const MAXNUM = 0
View Source
const MAXNUMF = 0
View Source
const MAXQUOTAS = 2
View Source
const MAXRESOLVSORT = 10
View Source
const MAXSERVS = 2
View Source
const MAXTC = 6
View Source
const MAXTRIES = 100
View Source
const MAX_ADDR_LEN = 7
View Source
const MAX_DQ_TIME = 604800
View Source
const MAX_HANDLE_SZ = 128
View Source
const MAX_IQ_TIME = 604800
View Source
const MAX_NEG_CLASSES = 64
View Source
const MAYBE_WAITERS = 1073741824
View Source
const MB_LEN_MAX = 4
View Source
const MCAST_BLOCK_SOURCE = 43
View Source
const MCAST_EXCLUDE = 0
View Source
const MCAST_INCLUDE = 1
View Source
const MCAST_JOIN_GROUP = 42
View Source
const MCAST_JOIN_SOURCE_GROUP = 46
View Source
const MCAST_LEAVE_GROUP = 45
View Source
const MCAST_LEAVE_SOURCE_GROUP = 47
View Source
const MCAST_MSFILTER = 48
View Source
const MCAST_UNBLOCK_SOURCE = 44
View Source
const MCL_CURRENT = 1
View Source
const MCL_FUTURE = 2
View Source
const MCL_ONFAULT = 4
View Source
const MEMBARRIER_CMD_FLAG_CPU = 1
View Source
const MEMBARRIER_CMD_GLOBAL = 1
View Source
const MEMBARRIER_CMD_GLOBAL_EXPEDITED = 2
View Source
const MEMBARRIER_CMD_PRIVATE_EXPEDITED = 8
View Source
const MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ = 128
View Source
const MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE = 32
View Source
const MEMBARRIER_CMD_QUERY = 0
View Source
const MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED = 4
View Source
const MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED = 16
View Source
const MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_RSEQ = 256
View Source
const MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE = 64
View Source
const MEMBARRIER_CMD_SHARED = 1
View Source
const MFD_ALLOW_SEALING = 2
View Source
const MFD_CLOEXEC = 1
View Source
const MFD_HUGETLB = 4
View Source
const MINSIGSTKSZ = 2048
View Source
const MINSIZE = 8
View Source
const MIPS_AFL_ASE_DSP = 1
View Source
const MIPS_AFL_ASE_DSPR2 = 2
View Source
const MIPS_AFL_ASE_EVA = 4
View Source
const MIPS_AFL_ASE_MASK = 8191
View Source
const MIPS_AFL_ASE_MCU = 8
View Source
const MIPS_AFL_ASE_MDMX = 16
View Source
const MIPS_AFL_ASE_MICROMIPS = 2048
View Source
const MIPS_AFL_ASE_MIPS16 = 1024
View Source
const MIPS_AFL_ASE_MIPS3D = 32
View Source
const MIPS_AFL_ASE_MSA = 512
View Source
const MIPS_AFL_ASE_MT = 64
View Source
const MIPS_AFL_ASE_SMARTMIPS = 128
View Source
const MIPS_AFL_ASE_VIRT = 256
View Source
const MIPS_AFL_ASE_XPA = 4096
View Source
const MIPS_AFL_EXT_10000 = 11
View Source
const MIPS_AFL_EXT_3900 = 10
View Source
const MIPS_AFL_EXT_4010 = 8
View Source
const MIPS_AFL_EXT_4100 = 9
View Source
const MIPS_AFL_EXT_4111 = 13
View Source
const MIPS_AFL_EXT_4120 = 14
View Source
const MIPS_AFL_EXT_4650 = 7
View Source
const MIPS_AFL_EXT_5400 = 15
View Source
const MIPS_AFL_EXT_5500 = 16
View Source
const MIPS_AFL_EXT_5900 = 6
View Source
const MIPS_AFL_EXT_LOONGSON_2E = 17
View Source
const MIPS_AFL_EXT_LOONGSON_2F = 18
View Source
const MIPS_AFL_EXT_LOONGSON_3A = 4
View Source
const MIPS_AFL_EXT_OCTEON = 5
View Source
const MIPS_AFL_EXT_OCTEON2 = 2
View Source
const MIPS_AFL_EXT_OCTEONP = 3
View Source
const MIPS_AFL_EXT_SB1 = 12
View Source
const MIPS_AFL_EXT_XLR = 1
View Source
const MIPS_AFL_FLAGS1_ODDSPREG = 1
View Source
const MIPS_AFL_REG_128 = 3
View Source
const MIPS_AFL_REG_32 = 1
View Source
const MIPS_AFL_REG_64 = 2
View Source
const MIPS_AFL_REG_NONE = 0
View Source
const MLOCK_ONFAULT = 1
View Source
const MMAP_PAGE_ZERO = 1048576
View Source
const MMAP_THRESHOLD = 131052
View Source
const MM_APPL = 8
View Source
const MM_CONSOLE = 512
View Source
const MM_ERROR = 2
View Source
const MM_FIRM = 4
View Source
const MM_HALT = 1
View Source
const MM_HARD = 1
View Source
const MM_INFO = 4
View Source
const MM_NOCON = 4
View Source
const MM_NOMSG = 1
View Source
const MM_NOSEV = 0
View Source
const MM_NRECOV = 128
View Source
const MM_NULLMC = 0
View Source
const MM_NULLSEV = 0
View Source
const MM_OK = 0
View Source
const MM_OPSYS = 32
View Source
const MM_PRINT = 256
View Source
const MM_RECOVER = 64
View Source
const MM_SOFT = 2
View Source
const MM_UTIL = 16
View Source
const MM_WARNING = 3
View Source
const MNTOPT_DEFAULTS = "defaults"
View Source
const MNTOPT_NOAUTO = "noauto"
View Source
const MNTOPT_NOSUID = "nosuid"
View Source
const MNTOPT_RO = "ro"
View Source
const MNTOPT_RW = "rw"
View Source
const MNTOPT_SUID = "suid"
View Source
const MNTTYPE_IGNORE = "ignore"
View Source
const MNTTYPE_NFS = "nfs"
View Source
const MNTTYPE_SWAP = "swap"
View Source
const MNT_DETACH = 2
View Source
const MNT_EXPIRE = 4
View Source
const MNT_FORCE = 1
View Source
const MOD_CLKA = 32769
View Source
const MOD_CLKB = 16384
View Source
const MOD_ESTERROR = 8
View Source
const MOD_FREQUENCY = 2
View Source
const MOD_MAXERROR = 4
View Source
const MOD_MICRO = 4096
View Source
const MOD_NANO = 8192
View Source
const MOD_OFFSET = 1
View Source
const MOD_STATUS = 16
View Source
const MOD_TAI = 128
View Source
const MOD_TIMECONST = 32
View Source
const MON_1 = 131098
View Source
const MON_10 = 131107
View Source
const MON_11 = 131108
View Source
const MON_12 = 131109
View Source
const MON_2 = 131099
View Source
const MON_3 = 131100
View Source
const MON_4 = 131101
View Source
const MON_5 = 131102
View Source
const MON_6 = 131103
View Source
const MON_7 = 131104
View Source
const MON_8 = 131105
View Source
const MON_9 = 131106
View Source
const MORECTL = 1
View Source
const MOREDATA = 2
View Source
const MOUNTED = "/etc/mtab"
View Source
const MQ_PRIO_MAX = 32768
View Source
const MREMAP_DONTUNMAP = 4
View Source
const MREMAP_FIXED = 2
View Source
const MREMAP_MAYMOVE = 1
View Source
const MSG_ANY = 2
View Source
const MSG_BAND = 4
View Source
const MSG_BATCH = 262144
View Source
const MSG_CMSG_CLOEXEC = 1073741824
View Source
const MSG_CONFIRM = 2048
View Source
const MSG_CTRUNC = 8
View Source
const MSG_DONTROUTE = 4
View Source
const MSG_DONTWAIT = 64
View Source
const MSG_EOR = 128
View Source
const MSG_ERRQUEUE = 8192
View Source
const MSG_EXCEPT = 8192
View Source
const MSG_FASTOPEN = 536870912
View Source
const MSG_FIN = 512
View Source
const MSG_HIPRI = 1
View Source
const MSG_INFO = 12
View Source
const MSG_MORE = 32768
View Source
const MSG_NOERROR = 4096
View Source
const MSG_NOSIGNAL = 16384
View Source
const MSG_OOB = 1
View Source
const MSG_PEEK = 2
View Source
const MSG_PROXY = 16
View Source
const MSG_RST = 4096
View Source
const MSG_SYN = 1024
View Source
const MSG_TRUNC = 32
View Source
const MSG_WAITALL = 256
View Source
const MSG_WAITFORONE = 65536
View Source
const MSG_ZEROCOPY = 67108864
View Source
const MS_ASYNC = 1
View Source
const MS_BIND = 4096
View Source
const MS_DIRSYNC = 128
View Source
const MS_INVALIDATE = 2
View Source
const MS_MANDLOCK = 64
View Source
const MS_MGC_MSK = 4294901760
View Source
const MS_MGC_VAL = 3236757504
View Source
const MS_MOVE = 8192
View Source
const MS_NOATIME = 1024
View Source
const MS_NODEV = 4
View Source
const MS_NODIRATIME = 2048
View Source
const MS_NOEXEC = 8
View Source
const MS_NOSUID = 2
View Source
const MS_NOSYMFOLLOW = 256
View Source
const MS_RDONLY = 1
View Source
const MS_REC = 16384
View Source
const MS_REMOUNT = 32
View Source
const MS_SILENT = 32768
View Source
const MS_SYNC = 4
View Source
const MS_SYNCHRONOUS = 16
View Source
const M_1_PI = 0
View Source
const M_2_PI = 0
View Source
const M_2_SQRTPI = 0
View Source
const M_E = 0
View Source
const M_LN10 = 0
View Source
const M_LN2 = 0
View Source
const M_LOG10E = 0
View Source
const M_LOG2E = 0
View Source
const M_PI = 0
View Source
const M_PI1 = 3.141592653589793
View Source
const M_PI2 = 0
View Source
const M_PI_2 = 0
View Source
const M_PI_21 = 1.5707963267948966
View Source
const M_PI_210 = 0
View Source
const M_PI_22 = 0
View Source
const M_PI_23 = 1.5707963267948966
View Source
const M_PI_24 = 0
View Source
const M_PI_25 = 1.5707963267948966
View Source
const M_PI_26 = 0
View Source
const M_PI_27 = 1.5707963267948966
View Source
const M_PI_28 = 0
View Source
const M_PI_29 = 1.5707963267948966
View Source
const M_PI_4 = 0
View Source
const M_SQRT1_2 = 0
View Source
const M_SQRT2 = 0
View Source
const N = 12
View Source
const NAMESERVER_PORT = 53
View Source
const NAME_MAX = 255
View Source
const NCCS = 32
View Source
const NDEBUG = 1
View Source
const NEED_MIPS_GOT_RELOCS = 0
View Source
const NETLINK_ROUTE = 0
View Source
const NEW_TIME = 3
View Source
const NGROUPS_MAX = 32
View Source
const NI_DGRAM = 16
View Source
const NI_MAXHOST = 255
View Source
const NI_MAXSERV = 32
View Source
const NI_NAMEREQD = 8
View Source
const NI_NOFQDN = 4
View Source
const NI_NUMERICHOST = 1
View Source
const NI_NUMERICSCOPE = 256
View Source
const NI_NUMERICSERV = 2
View Source
const NL0 = 0
View Source
const NL1 = 256
View Source
const NLDLY = 256
View Source
const NLMSG_DONE = 3
View Source
const NLMSG_ERROR = 2
View Source
const NLMSG_NOOP = 1
View Source
const NLMSG_OVERRUN = 4
View Source
const NLM_F_ACK = 4
View Source
const NLM_F_ATOMIC = 1024
View Source
const NLM_F_MATCH = 512
View Source
const NLM_F_MULTI = 2
View Source
const NLM_F_REQUEST = 1
View Source
const NLM_F_ROOT = 256
View Source
const NL_ARGMAX = 9
View Source
const NL_CAT_LOCALE = 1
View Source
const NL_LANGMAX = 32
View Source
const NL_MSGMAX = 32767
View Source
const NL_NMAX = 16
View Source
const NL_SETD = 1
View Source
const NL_SETMAX = 255
View Source
const NL_TEXTMAX = 2048
View Source
const NOERROR = 0
View Source
const NOEXPR = 327681
View Source
const NOFLSH = 128
View Source
const NOSTR = 327683
View Source
const NOTAUTH = 0
View Source
const NOTIMP = 0
View Source
const NOTZONE = 0
View Source
const NO_ADDRESS = 4
View Source
const NO_DATA = 4
View Source
const NO_RECOVERY = 3
View Source
const NO_TIME32 = 0
View Source
const NR_DQHASH = 43
View Source
const NR_DQUOTS = 256
View Source
const NSCDVERSION = 2
View Source
const NSIG = 65
View Source
const NS_ALG_DH = 2
View Source
const NS_ALG_DSA = 3
View Source
const NS_ALG_DSS = 3
View Source
const NS_ALG_EXPIRE_ONLY = 253
View Source
const NS_ALG_MD5RSA = 1
View Source
const NS_ALG_PRIVATE_OID = 254
View Source
const NS_CMPRSFLGS = 192
View Source
const NS_DEFAULTPORT = 53
View Source
const NS_DSA_MAX_BYTES = 405
View Source
const NS_DSA_MIN_SIZE = 213
View Source
const NS_DSA_SIG_SIZE = 41
View Source
const NS_HFIXEDSZ = 12
View Source
const NS_IN6ADDRSZ = 16
View Source
const NS_INADDRSZ = 4
View Source
const NS_INT16SZ = 2
View Source
const NS_INT32SZ = 4
View Source
const NS_INT8SZ = 1
View Source
const NS_KEY_EXTENDED_FLAGS = 4096
View Source
const NS_KEY_NAME_ENTITY = 512
View Source
const NS_KEY_NAME_RESERVED = 768
View Source
const NS_KEY_NAME_TYPE = 768
View Source
const NS_KEY_NAME_USER = 0
View Source
const NS_KEY_NAME_ZONE = 256
View Source
const NS_KEY_NO_AUTH = 32768
View Source
const NS_KEY_NO_CONF = 16384
View Source
const NS_KEY_PROT_ANY = 255
View Source
const NS_KEY_PROT_DNSSEC = 3
View Source
const NS_KEY_PROT_EMAIL = 2
View Source
const NS_KEY_PROT_IPSEC = 4
View Source
const NS_KEY_PROT_TLS = 1
View Source
const NS_KEY_RESERVED10 = 32
View Source
const NS_KEY_RESERVED11 = 16
View Source
const NS_KEY_RESERVED2 = 8192
View Source
const NS_KEY_RESERVED4 = 2048
View Source
const NS_KEY_RESERVED5 = 1024
View Source
const NS_KEY_RESERVED8 = 128
View Source
const NS_KEY_RESERVED9 = 64
View Source
const NS_KEY_RESERVED_BITMASK2 = 65535
View Source
const NS_KEY_SIGNATORYMASK = 15
View Source
const NS_KEY_TYPEMASK = 49152
View Source
const NS_KEY_TYPE_AUTH_CONF = 0
View Source
const NS_KEY_TYPE_AUTH_ONLY = 16384
View Source
const NS_KEY_TYPE_CONF_ONLY = 32768
View Source
const NS_KEY_TYPE_NO_KEY = 49152
View Source
const NS_MAXCDNAME = 255
View Source
const NS_MAXDNAME = 1025
View Source
const NS_MAXLABEL = 63
View Source
const NS_MAXMSG = 65535
View Source
const NS_MD5RSA_MAX_BITS = 4096
View Source
const NS_MD5RSA_MIN_BITS = 512
View Source
const NS_NOTIFY_OP = 0
View Source
const NS_NXT_BITS = 8
View Source
const NS_NXT_MAX = 127
View Source
const NS_OPT_DNSSEC_OK = 32768
View Source
const NS_OPT_NSID = 3
View Source
const NS_PACKETSZ = 512
View Source
const NS_QFIXEDSZ = 4
View Source
const NS_RRFIXEDSZ = 10
View Source
const NS_SIG_ALG = 2
View Source
const NS_SIG_EXPIR = 8
View Source
const NS_SIG_FOOT = 16
View Source
const NS_SIG_LABELS = 3
View Source
const NS_SIG_OTTL = 4
View Source
const NS_SIG_SIGNED = 12
View Source
const NS_SIG_SIGNER = 18
View Source
const NS_SIG_TYPE = 0
View Source
const NS_TSIG_ALG_HMAC_MD5 = "HMAC-MD5.SIG-ALG.REG.INT"
View Source
const NS_TSIG_FUDGE = 300
View Source
const NS_TSIG_TCP_COUNT = 100
View Source
const NS_UPDATE_OP = 0
View Source
const NT_386_IOPERM = 513
View Source
const NT_386_TLS = 512
View Source
const NT_ARC_V2 = 1536
View Source
const NT_ARM_HW_BREAK = 1026
View Source
const NT_ARM_HW_WATCH = 1027
View Source
const NT_ARM_PACA_KEYS = 1031
View Source
const NT_ARM_PACG_KEYS = 1032
View Source
const NT_ARM_PAC_ENABLED_KEYS = 1034
View Source
const NT_ARM_PAC_MASK = 1030
View Source
const NT_ARM_SVE = 1029
View Source
const NT_ARM_SYSTEM_CALL = 1028
View Source
const NT_ARM_TAGGED_ADDR_CTRL = 1033
View Source
const NT_ARM_TLS = 1025
View Source
const NT_ARM_VFP = 1024
View Source
const NT_ASRS = 8
View Source
const NT_AUXV = 6
View Source
const NT_FILE = 1179208773
View Source
const NT_FPREGSET = 2
View Source
const NT_GNU_ABI_TAG = 1
View Source
const NT_GNU_BUILD_ID = 3
View Source
const NT_GNU_GOLD_VERSION = 4
View Source
const NT_GNU_PROPERTY_TYPE_0 = 5
View Source
const NT_GWINDOWS = 7
View Source
const NT_LWPSINFO = 17
View Source
const NT_LWPSTATUS = 16
View Source
const NT_METAG_CBUF = 1280
View Source
const NT_METAG_RPIPE = 1281
View Source
const NT_METAG_TLS = 1282
View Source
const NT_MIPS_DSP = 2048
View Source
const NT_MIPS_FP_MODE = 2049
View Source
const NT_MIPS_MSA = 2050
View Source
const NT_PLATFORM = 5
View Source
const NT_PPC_DSCR = 261
View Source
const NT_PPC_EBB = 262
View Source
const NT_PPC_PMU = 263
View Source
const NT_PPC_PPR = 260
View Source
const NT_PPC_SPE = 257
View Source
const NT_PPC_TAR = 259
View Source
const NT_PPC_TM_CDSCR = 271
View Source
const NT_PPC_TM_CFPR = 265
View Source
const NT_PPC_TM_CGPR = 264
View Source
const NT_PPC_TM_CPPR = 270
View Source
const NT_PPC_TM_CTAR = 269
View Source
const NT_PPC_TM_CVMX = 266
View Source
const NT_PPC_TM_CVSX = 267
View Source
const NT_PPC_TM_SPR = 268
View Source
const NT_PPC_VMX = 256
View Source
const NT_PPC_VSX = 258
View Source
const NT_PRCRED = 14
View Source
const NT_PRFPREG = 2
View Source
const NT_PRFPXREG = 20
View Source
const NT_PRPSINFO = 3
View Source
const NT_PRSTATUS = 1
View Source
const NT_PRXFPREG = 1189489535
View Source
const NT_PRXREG = 4
View Source
const NT_PSINFO = 13
View Source
const NT_PSTATUS = 10
View Source
const NT_RISCV_CSR = 2304
View Source
const NT_RISCV_VECTOR = 2305
View Source
const NT_S390_CTRS = 772
View Source
const NT_S390_GS_BC = 780
View Source
const NT_S390_GS_CB = 779
View Source
const NT_S390_HIGH_GPRS = 768
View Source
const NT_S390_LAST_BREAK = 774
View Source
const NT_S390_PREFIX = 773
View Source
const NT_S390_RI_CB = 781
View Source
const NT_S390_SYSTEM_CALL = 775
View Source
const NT_S390_TDB = 776
View Source
const NT_S390_TIMER = 769
View Source
const NT_S390_TODCMP = 770
View Source
const NT_S390_TODPREG = 771
View Source
const NT_S390_VXRS_HIGH = 778
View Source
const NT_S390_VXRS_LOW = 777
View Source
const NT_SIGINFO = 1397311305
View Source
const NT_TASKSTRUCT = 4
View Source
const NT_UTSNAME = 15
View Source
const NT_VERSION = 1
View Source
const NT_VMCOREDD = 1792
View Source
const NT_X86_XSTATE = 514
View Source
const NXDOMAIN = 0
View Source
const NXRRSET = 0
View Source
const NZERO = 20
View Source
const N_6PACK = 7
View Source
const N_AX25 = 5
View Source
const N_CAIF = 20
View Source
const N_GIGASET_M101 = 16
View Source
const N_GSM0710 = 21
View Source
const N_HCI = 15
View Source
const N_HDLC = 13
View Source
const N_IRDA = 11
View Source
const N_MASC = 8
View Source
const N_MOUSE = 2
View Source
const N_NCI = 25
View Source
const N_NULL = 27
View Source
const N_PPP = 3
View Source
const N_PPS = 18
View Source
const N_PROFIBUS_FDL = 10
View Source
const N_R3964 = 9
View Source
const N_SLCAN = 17
View Source
const N_SLIP = 1
View Source
const N_SMSBLOCK = 12
View Source
const N_SPEAKUP = 26
View Source
const N_STRIP = 4
View Source
const N_SYNC_PPP = 14
View Source
const N_TI_WL = 22
View Source
const N_TRACEROUTER = 24
View Source
const N_TRACESINK = 23
View Source
const N_TTY = 0
View Source
const N_V253 = 19
View Source
const N_X25 = 6
View Source
const OCRNL = 8
View Source
const ODK_EXCEPTIONS = 2
View Source
const ODK_FILL = 5
View Source
const ODK_HWAND = 7
View Source
const ODK_HWOR = 8
View Source
const ODK_HWPATCH = 4
View Source
const ODK_NULL = 0
View Source
const ODK_PAD = 3
View Source
const ODK_REGINFO = 1
View Source
const ODK_TAGS = 6
View Source
const OEX_DISMISS = 524288
View Source
const OEX_FPDBUG = 262144
View Source
const OEX_FPU_DIV0 = 8
View Source
const OEX_FPU_INEX = 1
View Source
const OEX_FPU_INVAL = 16
View Source
const OEX_FPU_MAX = 7936
View Source
const OEX_FPU_MIN = 31
View Source
const OEX_FPU_OFLO = 4
View Source
const OEX_FPU_UFLO = 2
View Source
const OEX_PAGE0 = 65536
View Source
const OEX_PRECISEFP = 262144
View Source
const OEX_SMM = 131072
View Source
const OFDEL = 128
View Source
const OFF = 4604367669032910848
View Source
const OFF1 = 1060306944
View Source
const OFF2 = 4604531861337669632
View Source
const OFF3 = 1060306944
View Source
const OFILL = 64
View Source
const OHWA0_R4KEOP_CHECKED = 1
View Source
const OHWA1_R4KEOP_CLEAN = 2
View Source
const OHW_R4KEOP = 1
View Source
const OHW_R5KCVTL = 8
View Source
const OHW_R5KEOP = 4
View Source
const OHW_R8KPFETCH = 2
View Source
const OLCUC = 2
View Source
const OLD_TIME = 4
View Source
const ONCE_FLAG_INIT = 0
View Source
const ONLCR = 4
View Source
const ONLRET = 32
View Source
const ONOCR = 16
View Source
const OPAD_POSTFIX = 2
View Source
const OPAD_PREFIX = 1
View Source
const OPAD_SYMBOL = 4
View Source
const OPOST = 1
View Source
const O_APPEND = 1024
View Source
const O_ASYNC = 8192
View Source
const O_CLOEXEC = 524288
View Source
const O_CREAT = 64
View Source
const O_DIRECT = 16384
View Source
const O_DIRECTORY = 65536
View Source
const O_DSYNC = 4096
View Source
const O_EXCL = 128
View Source
const O_EXEC = 2097152
View Source
const O_LARGEFILE = 32768
View Source
const O_NDELAY = 2048
View Source
const O_NOATIME = 262144
View Source
const O_NOCTTY = 256
View Source
const O_NOFOLLOW = 131072
View Source
const O_NONBLOCK = 2048
View Source
const O_PATH = 2097152
View Source
const O_RDONLY = 0
View Source
const O_RDWR = 2
View Source
const O_RSYNC = 1052672
View Source
const O_SEARCH = 2097152
View Source
const O_SYNC = 1052672
View Source
const O_TMPFILE = 4259840
View Source
const O_TRUNC = 512
View Source
const O_TTY_INIT = 0
View Source
const O_WRONLY = 1
View Source
const PACKETSZ = 512
View Source
const PAGESIZE = 4096
View Source
const PAGE_SIZE = 4096
View Source
const PARENB = 256
View Source
const PARMRK = 8
View Source
const PARODD = 512
View Source
const PATH_MAX = 4096
View Source
const PDP_ENDIAN = 3412
View Source
const PENDIN = 16384
View Source
const PER_BSD = 6
View Source
const PER_HPUX = 16
View Source
const PER_LINUX = 0
View Source
const PER_LINUX32 = 8
View Source
const PER_LINUX_32BIT = 8388608
View Source
const PER_LINUX_FDPIC = 524288
View Source
const PER_MASK = 255
View Source
const PER_OSF4 = 15
View Source
const PER_RISCOS = 12
View Source
const PF_ALG = 38
View Source
const PF_APPLETALK = 5
View Source
const PF_ARM_ABS = 1073741824
View Source
const PF_ARM_PI = 536870912
View Source
const PF_ARM_SB = 268435456
View Source
const PF_ASH = 18
View Source
const PF_ATMPVC = 8
View Source
const PF_ATMSVC = 20
View Source
const PF_AX25 = 3
View Source
const PF_BLUETOOTH = 31
View Source
const PF_BRIDGE = 7
View Source
const PF_CAIF = 37
View Source
const PF_CAN = 29
View Source
const PF_DECnet = 12
View Source
const PF_ECONET = 19
View Source
const PF_FILE = 1
View Source
const PF_HP_CODE = 16777216
View Source
const PF_HP_FAR_SHARED = 2097152
View Source
const PF_HP_LAZYSWAP = 67108864
View Source
const PF_HP_MODIFY = 33554432
View Source
const PF_HP_NEAR_SHARED = 4194304
View Source
const PF_HP_PAGE_SIZE = 1048576
View Source
const PF_HP_SBP = 134217728
View Source
const PF_IA_64_NORECOV = 2147483648
View Source
const PF_IB = 27
View Source
const PF_IEEE802154 = 36
View Source
const PF_INET = 2
View Source
const PF_INET6 = 10
View Source
const PF_IPX = 4
View Source
const PF_IRDA = 23
View Source
const PF_ISDN = 34
View Source
const PF_IUCV = 32
View Source
const PF_KCM = 41
View Source
const PF_KEY = 15
View Source
const PF_LLC = 26
View Source
const PF_LOCAL = 1
View Source
const PF_MASKOS = 267386880
View Source
const PF_MASKPROC = 4026531840
View Source
const PF_MAX = 45
View Source
const PF_MIPS_LOCAL = 268435456
View Source
const PF_MPLS = 28
View Source
const PF_NETBEUI = 13
View Source
const PF_NETLINK = 16
View Source
const PF_NETROM = 6
View Source
const PF_NFC = 39
View Source
const PF_PACKET = 17
View Source
const PF_PARISC_SBP = 134217728
View Source
const PF_PHONET = 35
View Source
const PF_PPPOX = 24
View Source
const PF_QIPCRTR = 42
View Source
const PF_RDS = 21
View Source
const PF_ROSE = 11
View Source
const PF_ROUTE = 16
View Source
const PF_RXRPC = 33
View Source
const PF_SECURITY = 14
View Source
const PF_SMC = 43
View Source
const PF_SNA = 22
View Source
const PF_TIPC = 30
View Source
const PF_UNIX = 1
View Source
const PF_UNSPEC = 0
View Source
const PF_VSOCK = 40
View Source
const PF_WANPIPE = 25
View Source
const PF_X25 = 9
View Source
const PF_XDP = 44
View Source
const PGSZ = 4096
View Source
const PIPE_BUF = 4096
View Source
const PM_STR = 131111
View Source
const PN_XNUM = 65535
View Source
const POLLERR = 8
View Source
const POLLHUP = 16
View Source
const POLLIN = 1
View Source
const POLLMSG = 1024
View Source
const POLLNVAL = 32
View Source
const POLLOUT = 4
View Source
const POLLPRI = 2
View Source
const POLLRDBAND = 128
View Source
const POLLRDHUP = 8192
View Source
const POLLRDNORM = 64
View Source
const POLLWRBAND = 512
View Source
const POLLWRNORM = 256
View Source
const POLL_ERR = 4
View Source
const POLL_HUP = 6
View Source
const POLL_IN = 1
View Source
const POLL_MSG = 3
View Source
const POLL_OUT = 2
View Source
const POLL_PRI = 5
View Source
const POSIX_CLOSE_RESTART = 0
View Source
const POSIX_FADV_DONTNEED = 4
View Source
const POSIX_FADV_NOREUSE = 5
View Source
const POSIX_FADV_NORMAL = 0
View Source
const POSIX_FADV_RANDOM = 1
View Source
const POSIX_FADV_SEQUENTIAL = 2
View Source
const POSIX_FADV_WILLNEED = 3
View Source
const POSIX_MADV_DONTNEED = 4
View Source
const POSIX_MADV_NORMAL = 0
View Source
const POSIX_MADV_RANDOM = 1
View Source
const POSIX_MADV_SEQUENTIAL = 2
View Source
const POSIX_MADV_WILLNEED = 3
View Source
const POSIX_SPAWN_RESETIDS = 1
View Source
const POSIX_SPAWN_SETPGROUP = 2
View Source
const POSIX_SPAWN_SETSCHEDPARAM = 16
View Source
const POSIX_SPAWN_SETSCHEDULER = 32
View Source
const POSIX_SPAWN_SETSID = 128
View Source
const POSIX_SPAWN_SETSIGDEF = 4
View Source
const POSIX_SPAWN_SETSIGMASK = 8
View Source
const POSIX_SPAWN_USEVFORK = 64
View Source
const POWF_LOG2_POLY_ORDER = 5
View Source
const POWF_LOG2_TABLE_BITS = 4
View Source
const POWF_SCALE_BITS = 0
View Source
const POW_LOG_POLY_ORDER = 8
View Source
const POW_LOG_TABLE_BITS = 7
View Source
const PPC64_OPT_LOCALENTRY = 4
View Source
const PPC64_OPT_MULTI_TOC = 2
View Source
const PPC64_OPT_TLS = 1
View Source
const PPC_OPT_TLS = 1
View Source
const PRIO_MAX = 20
View Source
const PRIO_PGRP = 1
View Source
const PRIO_PROCESS = 0
View Source
const PRIO_USER = 2
View Source
const PRIX16 = "X"
View Source
const PRIX32 = "X"
View Source
const PRIX8 = "X"
View Source
const PRIXFAST16 = "X"
View Source
const PRIXFAST32 = "X"
View Source
const PRIXFAST8 = "X"
View Source
const PRIXLEAST16 = "X"
View Source
const PRIXLEAST32 = "X"
View Source
const PRIXLEAST8 = "X"
View Source
const PRId16 = "d"
View Source
const PRId32 = "d"
View Source
const PRId8 = "d"
View Source
const PRIdFAST16 = "d"
View Source
const PRIdFAST32 = "d"
View Source
const PRIdFAST8 = "d"
View Source
const PRIdLEAST16 = "d"
View Source
const PRIdLEAST32 = "d"
View Source
const PRIdLEAST8 = "d"
View Source
const PRIi16 = "i"
View Source
const PRIi32 = "i"
View Source
const PRIi8 = "i"
View Source
const PRIiFAST16 = "i"
View Source
const PRIiFAST32 = "i"
View Source
const PRIiFAST8 = "i"
View Source
const PRIiLEAST16 = "i"
View Source
const PRIiLEAST32 = "i"
View Source
const PRIiLEAST8 = "i"
View Source
const PRIo16 = "o"
View Source
const PRIo32 = "o"
View Source
const PRIo8 = "o"
View Source
const PRIoFAST16 = "o"
View Source
const PRIoFAST32 = "o"
View Source
const PRIoFAST8 = "o"
View Source
const PRIoLEAST16 = "o"
View Source
const PRIoLEAST32 = "o"
View Source
const PRIoLEAST8 = "o"
View Source
const PRIu16 = "u"
View Source
const PRIu32 = "u"
View Source
const PRIu8 = "u"
View Source
const PRIuFAST16 = "u"
View Source
const PRIuFAST32 = "u"
View Source
const PRIuFAST8 = "u"
View Source
const PRIuLEAST16 = "u"
View Source
const PRIuLEAST32 = "u"
View Source
const PRIuLEAST8 = "u"
View Source
const PRIx16 = "x"
View Source
const PRIx32 = "x"
View Source
const PRIx8 = "x"
View Source
const PRIxFAST16 = "x"
View Source
const PRIxFAST32 = "x"
View Source
const PRIxFAST8 = "x"
View Source
const PRIxLEAST16 = "x"
View Source
const PRIxLEAST32 = "x"
View Source
const PRIxLEAST8 = "x"
View Source
const PROT_EXEC = 4
View Source
const PROT_GROWSDOWN = 16777216
View Source
const PROT_GROWSUP = 33554432
View Source
const PROT_NONE = 0
View Source
const PROT_READ = 1
View Source
const PROT_WRITE = 2
View Source
const PR_CAPBSET_DROP = 24
View Source
const PR_CAPBSET_READ = 23
View Source
const PR_CAP_AMBIENT = 47
View Source
const PR_CAP_AMBIENT_CLEAR_ALL = 4
View Source
const PR_CAP_AMBIENT_IS_SET = 1
View Source
const PR_CAP_AMBIENT_LOWER = 3
View Source
const PR_CAP_AMBIENT_RAISE = 2
View Source
const PR_ENDIAN_BIG = 0
View Source
const PR_ENDIAN_LITTLE = 1
View Source
const PR_ENDIAN_PPC_LITTLE = 2
View Source
const PR_FPEMU_NOPRINT = 1
View Source
const PR_FPEMU_SIGFPE = 2
View Source
const PR_FP_EXC_ASYNC = 2
View Source
const PR_FP_EXC_DISABLED = 0
View Source
const PR_FP_EXC_DIV = 65536
View Source
const PR_FP_EXC_INV = 1048576
View Source
const PR_FP_EXC_NONRECOV = 1
View Source
const PR_FP_EXC_OVF = 131072
View Source
const PR_FP_EXC_PRECISE = 3
View Source
const PR_FP_EXC_RES = 524288
View Source
const PR_FP_EXC_SW_ENABLE = 128
View Source
const PR_FP_EXC_UND = 262144
View Source
const PR_GET_CHILD_SUBREAPER = 37
View Source
const PR_GET_DUMPABLE = 3
View Source
const PR_GET_ENDIAN = 19
View Source
const PR_GET_FPEMU = 9
View Source
const PR_GET_FPEXC = 11
View Source
const PR_GET_FP_MODE = 46
View Source
const PR_GET_IO_FLUSHER = 58
View Source
const PR_GET_KEEPCAPS = 7
View Source
const PR_GET_NAME = 16
View Source
const PR_GET_NO_NEW_PRIVS = 39
View Source
const PR_GET_PDEATHSIG = 2
View Source
const PR_GET_SECCOMP = 21
View Source
const PR_GET_SECUREBITS = 27
View Source
const PR_GET_SPECULATION_CTRL = 52
View Source
const PR_GET_TAGGED_ADDR_CTRL = 56
View Source
const PR_GET_THP_DISABLE = 42
View Source
const PR_GET_TID_ADDRESS = 40
View Source
const PR_GET_TIMERSLACK = 30
View Source
const PR_GET_TIMING = 13
View Source
const PR_GET_TSC = 25
View Source
const PR_GET_UNALIGN = 5
View Source
const PR_MCE_KILL = 33
View Source
const PR_MCE_KILL_CLEAR = 0
View Source
const PR_MCE_KILL_DEFAULT = 2
View Source
const PR_MCE_KILL_EARLY = 1
View Source
const PR_MCE_KILL_GET = 34
View Source
const PR_MCE_KILL_LATE = 0
View Source
const PR_MCE_KILL_SET = 1
View Source
const PR_MPX_DISABLE_MANAGEMENT = 44
View Source
const PR_MPX_ENABLE_MANAGEMENT = 43
View Source
const PR_MTE_TAG_SHIFT = 3
View Source
const PR_MTE_TCF_SHIFT = 1
View Source
const PR_PAC_GET_ENABLED_KEYS = 61
View Source
const PR_PAC_RESET_KEYS = 54
View Source
const PR_PAC_SET_ENABLED_KEYS = 60
View Source
const PR_SET_CHILD_SUBREAPER = 36
View Source
const PR_SET_DUMPABLE = 4
View Source
const PR_SET_ENDIAN = 20
View Source
const PR_SET_FPEMU = 10
View Source
const PR_SET_FPEXC = 12
View Source
const PR_SET_FP_MODE = 45
View Source
const PR_SET_IO_FLUSHER = 57
View Source
const PR_SET_KEEPCAPS = 8
View Source
const PR_SET_MM = 35
View Source
const PR_SET_MM_ARG_END = 9
View Source
const PR_SET_MM_ARG_START = 8
View Source
const PR_SET_MM_AUXV = 12
View Source
const PR_SET_MM_BRK = 7
View Source
const PR_SET_MM_END_CODE = 2
View Source
const PR_SET_MM_END_DATA = 4
View Source
const PR_SET_MM_ENV_END = 11
View Source
const PR_SET_MM_ENV_START = 10
View Source
const PR_SET_MM_EXE_FILE = 13
View Source
const PR_SET_MM_MAP = 14
View Source
const PR_SET_MM_MAP_SIZE = 15
View Source
const PR_SET_MM_START_BRK = 6
View Source
const PR_SET_MM_START_CODE = 1
View Source
const PR_SET_MM_START_DATA = 3
View Source
const PR_SET_MM_START_STACK = 5
View Source
const PR_SET_NAME = 15
View Source
const PR_SET_NO_NEW_PRIVS = 38
View Source
const PR_SET_PDEATHSIG = 1
View Source
const PR_SET_PTRACER = 1499557217
View Source
const PR_SET_SECCOMP = 22
View Source
const PR_SET_SECUREBITS = 28
View Source
const PR_SET_SPECULATION_CTRL = 53
View Source
const PR_SET_SYSCALL_USER_DISPATCH = 59
View Source
const PR_SET_TAGGED_ADDR_CTRL = 55
View Source
const PR_SET_THP_DISABLE = 41
View Source
const PR_SET_TIMERSLACK = 29
View Source
const PR_SET_TIMING = 14
View Source
const PR_SET_TSC = 26
View Source
const PR_SET_UNALIGN = 6
View Source
const PR_SPEC_INDIRECT_BRANCH = 1
View Source
const PR_SPEC_NOT_AFFECTED = 0
View Source
const PR_SPEC_STORE_BYPASS = 0
View Source
const PR_SVE_GET_VL = 51
View Source
const PR_SVE_SET_VL = 50
View Source
const PR_SVE_VL_LEN_MASK = 65535
View Source
const PR_SYS_DISPATCH_OFF = 0
View Source
const PR_SYS_DISPATCH_ON = 1
View Source
const PR_TASK_PERF_EVENTS_DISABLE = 31
View Source
const PR_TASK_PERF_EVENTS_ENABLE = 32
View Source
const PR_TIMING_STATISTICAL = 0
View Source
const PR_TIMING_TIMESTAMP = 1
View Source
const PR_TSC_ENABLE = 1
View Source
const PR_TSC_SIGSEGV = 2
View Source
const PR_UNALIGN_NOPRINT = 1
View Source
const PR_UNALIGN_SIGBUS = 2
View Source
const PTHREAD_CANCEL_ASYNCHRONOUS = 1
View Source
const PTHREAD_CANCEL_DEFERRED = 0
View Source
const PTHREAD_CANCEL_DISABLE = 1
View Source
const PTHREAD_CANCEL_ENABLE = 0
View Source
const PTHREAD_CANCEL_MASKED = 2
View Source
const PTHREAD_CREATE_DETACHED = 1
View Source
const PTHREAD_CREATE_JOINABLE = 0
View Source
const PTHREAD_DESTRUCTOR_ITERATIONS = 4
View Source
const PTHREAD_EXPLICIT_SCHED = 1
View Source
const PTHREAD_INHERIT_SCHED = 0
View Source
const PTHREAD_KEYS_MAX = 128
View Source
const PTHREAD_MUTEX_DEFAULT = 0
View Source
const PTHREAD_MUTEX_ERRORCHECK = 2
View Source
const PTHREAD_MUTEX_NORMAL = 0
View Source
const PTHREAD_MUTEX_RECURSIVE = 1
View Source
const PTHREAD_MUTEX_ROBUST = 1
View Source
const PTHREAD_MUTEX_STALLED = 0
View Source
const PTHREAD_ONCE_INIT = 0
View Source
const PTHREAD_PRIO_INHERIT = 1
View Source
const PTHREAD_PRIO_NONE = 0
View Source
const PTHREAD_PRIO_PROTECT = 2
View Source
const PTHREAD_PROCESS_PRIVATE = 0
View Source
const PTHREAD_PROCESS_SHARED = 1
View Source
const PTHREAD_SCOPE_PROCESS = 1
View Source
const PTHREAD_SCOPE_SYSTEM = 0
View Source
const PTHREAD_STACK_MIN = 2048
View Source
const PTRACE_ARCH_PRCTL = 30
View Source
const PTRACE_ATTACH = 16
View Source
const PTRACE_CONT = 7
View Source
const PTRACE_DETACH = 17
View Source
const PTRACE_EVENT_CLONE = 3
View Source
const PTRACE_EVENT_EXEC = 4
View Source
const PTRACE_EVENT_EXIT = 6
View Source
const PTRACE_EVENT_FORK = 1
View Source
const PTRACE_EVENT_SECCOMP = 7
View Source
const PTRACE_EVENT_STOP = 128
View Source
const PTRACE_EVENT_VFORK = 2
View Source
const PTRACE_EVENT_VFORK_DONE = 5
View Source
const PTRACE_GETEVENTMSG = 16897
View Source
const PTRACE_GETFPREGS = 14
View Source
const PTRACE_GETFPXREGS = 18
View Source
const PTRACE_GETREGS = 12
View Source
const PTRACE_GETREGSET = 16900
View Source
const PTRACE_GETSIGINFO = 16898
View Source
const PTRACE_GETSIGMASK = 16906
View Source
const PTRACE_GET_RSEQ_CONFIGURATION = 16911
View Source
const PTRACE_GET_SYSCALL_INFO = 16910
View Source
const PTRACE_GET_THREAD_AREA = 25
View Source
const PTRACE_INTERRUPT = 16903
View Source
const PTRACE_KILL = 8
View Source
const PTRACE_LISTEN = 16904
View Source
const PTRACE_O_EXITKILL = 1048576
View Source
const PTRACE_O_MASK = 3145983
View Source
const PTRACE_O_SUSPEND_SECCOMP = 2097152
View Source
const PTRACE_O_TRACECLONE = 8
View Source
const PTRACE_O_TRACEEXEC = 16
View Source
const PTRACE_O_TRACEEXIT = 64
View Source
const PTRACE_O_TRACEFORK = 2
View Source
const PTRACE_O_TRACESECCOMP = 128
View Source
const PTRACE_O_TRACESYSGOOD = 1
View Source
const PTRACE_O_TRACEVFORK = 4
View Source
const PTRACE_O_TRACEVFORKDONE = 32
View Source
const PTRACE_PEEKDATA = 2
View Source
const PTRACE_PEEKSIGINFO = 16905
View Source
const PTRACE_PEEKSIGINFO_SHARED = 1
View Source
const PTRACE_PEEKTEXT = 1
View Source
const PTRACE_PEEKUSER = 3
View Source
const PTRACE_POKEDATA = 5
View Source
const PTRACE_POKETEXT = 4
View Source
const PTRACE_POKEUSER = 6
View Source
const PTRACE_SECCOMP_GET_FILTER = 16908
View Source
const PTRACE_SECCOMP_GET_METADATA = 16909
View Source
const PTRACE_SEIZE = 16902
View Source
const PTRACE_SETFPREGS = 15
View Source
const PTRACE_SETFPXREGS = 19
View Source
const PTRACE_SETOPTIONS = 16896
View Source
const PTRACE_SETREGS = 13
View Source
const PTRACE_SETREGSET = 16901
View Source
const PTRACE_SETSIGINFO = 16899
View Source
const PTRACE_SETSIGMASK = 16907
View Source
const PTRACE_SET_THREAD_AREA = 26
View Source
const PTRACE_SINGLEBLOCK = 33
View Source
const PTRACE_SINGLESTEP = 9
View Source
const PTRACE_SYSCALL = 24
View Source
const PTRACE_SYSCALL_INFO_ENTRY = 1
View Source
const PTRACE_SYSCALL_INFO_EXIT = 2
View Source
const PTRACE_SYSCALL_INFO_NONE = 0
View Source
const PTRACE_SYSCALL_INFO_SECCOMP = 3
View Source
const PTRACE_SYSEMU = 31
View Source
const PTRACE_SYSEMU_SINGLESTEP = 32
View Source
const PTRACE_TRACEME = 0
View Source
const PTRDIFF_MAX = 9223372036854775807
View Source
const PTRDIFF_MIN = -9223372036854775808
View Source
const PT_ARCH_PRCTL = 30
View Source
const PT_ATTACH = 16
View Source
const PT_CONTINUE = 7
View Source
const PT_DETACH = 17
View Source
const PT_DYNAMIC = 2
View Source
const PT_GETEVENTMSG = 16897
View Source
const PT_GETFPREGS = 14
View Source
const PT_GETFPXREGS = 18
View Source
const PT_GETREGS = 12
View Source
const PT_GETSIGINFO = 16898
View Source
const PT_GET_THREAD_AREA = 25
View Source
const PT_GNU_EH_FRAME = 1685382480
View Source
const PT_GNU_PROPERTY = 1685382483
View Source
const PT_GNU_RELRO = 1685382482
View Source
const PT_GNU_STACK = 1685382481
View Source
const PT_HIOS = 1879048191
View Source
const PT_HIPROC = 2147483647
View Source
const PT_HISUNW = 1879048191
View Source
const PT_INTERP = 3
View Source
const PT_KILL = 8
View Source
const PT_LOAD = 1
View Source
const PT_LOOS = 1610612736
View Source
const PT_LOPROC = 1879048192
View Source
const PT_LOSUNW = 1879048186
View Source
const PT_MIPS_ABIFLAGS = 1879048195
View Source
const PT_MIPS_OPTIONS = 1879048194
View Source
const PT_MIPS_REGINFO = 1879048192
View Source
const PT_MIPS_RTPROC = 1879048193
View Source
const PT_NOTE = 4
View Source
const PT_NULL = 0
View Source
const PT_NUM = 8
View Source
const PT_PARISC_ARCHEXT = 1879048192
View Source
const PT_PARISC_UNWIND = 1879048193
View Source
const PT_PHDR = 6
View Source
const PT_READ_D = 2
View Source
const PT_READ_I = 1
View Source
const PT_READ_U = 3
View Source
const PT_SETFPREGS = 15
View Source
const PT_SETFPXREGS = 19
View Source
const PT_SETOPTIONS = 16896
View Source
const PT_SETREGS = 13
View Source
const PT_SETSIGINFO = 16899
View Source
const PT_SET_THREAD_AREA = 26
View Source
const PT_SHLIB = 5
View Source
const PT_STEP = 9
View Source
const PT_STEPBLOCK = 33
View Source
const PT_SUNWBSS = 1879048186
View Source
const PT_SUNWSTACK = 1879048187
View Source
const PT_SYSCALL = 24
View Source
const PT_SYSEMU = 31
View Source
const PT_SYSEMU_SINGLESTEP = 32
View Source
const PT_TLS = 7
View Source
const PT_TRACE_ME = 0
View Source
const PT_WRITE_D = 5
View Source
const PT_WRITE_I = 4
View Source
const PT_WRITE_U = 6
View Source
const PUTLONG = 0
View Source
const PUTSHORT = 0
View Source
const PWDIRLEN = 7
View Source
const PWFOUND = 1
View Source
const PWGECOSLEN = 6
View Source
const PWGID = 5
View Source
const PWNAMELEN = 2
View Source
const PWPASSWDLEN = 3
View Source
const PWSHELLLEN = 8
View Source
const PWUID = 4
View Source
const PWVERSION = 0
View Source
const PW_LEN = 9
View Source
const P_tmpdir = "/tmp"
View Source
const QFIXEDSZ = 4
View Source
const QFMT_OCFS2 = 3
View Source
const QFMT_VFS_OLD = 1
View Source
const QFMT_VFS_V0 = 2
View Source
const QFMT_VFS_V1 = 4
View Source
const QIF_BLIMITS = 1
View Source
const QIF_BTIME = 16
View Source
const QIF_ILIMITS = 4
View Source
const QIF_INODES = 8
View Source
const QIF_ITIME = 32
View Source
const QIF_SPACE = 2
View Source
const QUERY = 0
View Source
const QUOTAFILENAME = "quota"
View Source
const QUOTAGROUP = "staff"
View Source
const Q_GETFMT = 8388612
View Source
const Q_GETINFO = 8388613
View Source
const Q_GETQUOTA = 8388615
View Source
const Q_QUOTAOFF = 8388611
View Source
const Q_QUOTAON = 8388610
View Source
const Q_SETINFO = 8388614
View Source
const Q_SETQUOTA = 8388616
View Source
const Q_SYNC = 8388609
View Source
const R = 2
View Source
const RADIXCHAR = 65536
View Source
const RAND_MAX = 2147483647
View Source
const RB_AUTOBOOT = 19088743
View Source
const RB_DISABLE_CAD = 0
View Source
const RB_ENABLE_CAD = 2309737967
View Source
const RB_HALT_SYSTEM = 3454992675
View Source
const RB_KEXEC = 1163412803
View Source
const RB_POWER_OFF = 1126301404
View Source
const RB_SW_SUSPEND = 3489725666
View Source
const RDLOCK_IS_EXCLUSIVE = 1
View Source
const READ_IMPLIES_EXEC = 4194304
View Source
const REFUSED = 0
View Source
const REG_BADBR = 10
View Source
const REG_BADPAT = 2
View Source
const REG_BADRPT = 13
View Source
const REG_EBRACE = 9
View Source
const REG_EBRACK = 7
View Source
const REG_ECOLLATE = 3
View Source
const REG_ECTYPE = 4
View Source
const REG_EESCAPE = 5
View Source
const REG_EPAREN = 8
View Source
const REG_ERANGE = 11
View Source
const REG_ESPACE = 12
View Source
const REG_ESUBREG = 6
View Source
const REG_EXTENDED = 1
View Source
const REG_ICASE = 2
View Source
const REG_NEWLINE = 4
View Source
const REG_NOMATCH = 1
View Source
const REG_NOSUB = 8
View Source
const REG_NOTBOL = 1
View Source
const REG_NOTEOL = 2
View Source
const REG_OK = 0
View Source
const REL_COPY = 5
View Source
const REL_DTPMOD = 16
View Source
const REL_DTPOFF = 17
View Source
const REL_GOT = 6
View Source
const REL_OFFSET32 = 2
View Source
const REL_PLT = 7
View Source
const REL_RELATIVE = 8
View Source
const REL_SYMBOLIC = 1
View Source
const REL_TLSDESC = 36
View Source
const REL_TPOFF = 18
View Source
const REQKEYLEN = 2
View Source
const REQTYPE = 1
View Source
const REQVERSION = 0
View Source
const REQ_LEN = 3
View Source
const RES_AAONLY = 4
View Source
const RES_BLAST = 131072
View Source
const RES_DEBUG = 2
View Source
const RES_DEFNAMES = 128
View Source
const RES_DFLRETRY = 2
View Source
const RES_DNSRCH = 512
View Source
const RES_EXHAUSTIVE = 1
View Source
const RES_F_CONN = 2
View Source
const RES_F_EDNS0ERR = 4
View Source
const RES_F_VC = 1
View Source
const RES_IGNTC = 32
View Source
const RES_INIT = 1
View Source
const RES_INSECURE1 = 1024
View Source
const RES_INSECURE2 = 2048
View Source
const RES_KEEPTSIG = 65536
View Source
const RES_MAXNDOTS = 15
View Source
const RES_MAXRETRANS = 30
View Source
const RES_MAXRETRY = 5
View Source
const RES_MAXTIME = 65535
View Source
const RES_NOALIASES = 4096
View Source
const RES_NOCHECKNAME = 32768
View Source
const RES_NOIP6DOTINT = 524288
View Source
const RES_PRF_ADD = 128
View Source
const RES_PRF_ANS = 32
View Source
const RES_PRF_AUTH = 64
View Source
const RES_PRF_CLASS = 4
View Source
const RES_PRF_CMD = 8
View Source
const RES_PRF_HEAD1 = 256
View Source
const RES_PRF_HEAD2 = 512
View Source
const RES_PRF_HEADX = 2048
View Source
const RES_PRF_INIT = 16384
View Source
const RES_PRF_QUERY = 4096
View Source
const RES_PRF_QUES = 16
View Source
const RES_PRF_REPLY = 8192
View Source
const RES_PRF_STATS = 1
View Source
const RES_PRF_TTLID = 1024
View Source
const RES_PRF_UPDATE = 2
View Source
const RES_PRIMARY = 16
View Source
const RES_RECURSE = 64
View Source
const RES_ROTATE = 16384
View Source
const RES_SNGLKUP = 2097152
View Source
const RES_SNGLKUPREOP = 4194304
View Source
const RES_STAYOPEN = 256
View Source
const RES_TIMEOUT = 5
View Source
const RES_USEBSTRING = 262144
View Source
const RES_USEVC = 8
View Source
const RES_USE_DNSSEC = 8388608
View Source
const RES_USE_EDNS0 = 1048576
View Source
const RES_USE_INET6 = 8192
View Source
const RE_DUP_MAX = 255
View Source
const RHF_NONE = 0
View Source
const RLIMIT_AS = 9
View Source
const RLIMIT_CORE = 4
View Source
const RLIMIT_CPU = 0
View Source
const RLIMIT_DATA = 2
View Source
const RLIMIT_FSIZE = 1
View Source
const RLIMIT_LOCKS = 10
View Source
const RLIMIT_MEMLOCK = 8
View Source
const RLIMIT_MSGQUEUE = 12
View Source
const RLIMIT_NICE = 13
View Source
const RLIMIT_NLIMITS = 16
View Source
const RLIMIT_NOFILE = 7
View Source
const RLIMIT_NPROC = 6
View Source
const RLIMIT_RSS = 5
View Source
const RLIMIT_RTPRIO = 14
View Source
const RLIMIT_RTTIME = 15
View Source
const RLIMIT_SIGPENDING = 11
View Source
const RLIMIT_STACK = 3
View Source
const RLIM_NLIMITS = 16
View Source
const RLIM_SAVED_CUR = 18446744073709551615
View Source
const RLIM_SAVED_MAX = 18446744073709551615
View Source
const RMSGD = 1
View Source
const RMSGN = 2
View Source
const RNORM = 0
View Source
const ROUNDS_DEFAULT = 5000
View Source
const ROUNDS_MAX = 9999999
View Source
const ROUNDS_MIN = 1000
View Source
const RPROTDAT = 4
View Source
const RPROTDIS = 8
View Source
const RPROTMASK = 28
View Source
const RPROTNORM = 16
View Source
const RRFIXEDSZ = 10
View Source
const RR_A = 1
View Source
const RR_AAAA = 28
View Source
const RR_CNAME = 5
View Source
const RR_PTR = 12
View Source
const RS = 0
View Source
const RS_HIPRI = 1
View Source
const RTLD_DI_LINKMAP = 2
View Source
const RTLD_GLOBAL = 256
View Source
const RTLD_LAZY = 1
View Source
const RTLD_LOCAL = 0
View Source
const RTLD_NODELETE = 4096
View Source
const RTLD_NOLOAD = 4
View Source
const RTLD_NOW = 2
View Source
const RTM_GETADDR = 22
View Source
const RTM_GETLINK = 18
View Source
const RTM_NEWADDR = 20
View Source
const RTM_NEWLINK = 16
View Source
const RUN_LVL = 1
View Source
const RUSAGE_SELF = 0
View Source
const RUSAGE_THREAD = 1
View Source
const RWF_APPEND = 16
View Source
const RWF_DSYNC = 2
View Source
const RWF_HIPRI = 1
View Source
const RWF_NOWAIT = 8
View Source
const RWF_SYNC = 4
View Source
const RWF_WRITE_LIFE_NOT_SET = 0
View Source
const RWH_WRITE_LIFE_EXTREME = 5
View Source
const RWH_WRITE_LIFE_LONG = 4
View Source
const RWH_WRITE_LIFE_MEDIUM = 3
View Source
const RWH_WRITE_LIFE_NONE = 1
View Source
const RWH_WRITE_LIFE_SHORT = 2
View Source
const R_386_16 = 20
View Source
const R_386_32 = 1
View Source
const R_386_32PLT = 11
View Source
const R_386_8 = 22
View Source
const R_386_COPY = 5
View Source
const R_386_GLOB_DAT = 6
View Source
const R_386_GOT32 = 3
View Source
const R_386_GOT32X = 43
View Source
const R_386_GOTOFF = 9
View Source
const R_386_GOTPC = 10
View Source
const R_386_IRELATIVE = 42
View Source
const R_386_JMP_SLOT = 7
View Source
const R_386_NONE = 0
View Source
const R_386_NUM = 44
View Source
const R_386_PC16 = 21
View Source
const R_386_PC32 = 2
View Source
const R_386_PC8 = 23
View Source
const R_386_PLT32 = 4
View Source
const R_386_RELATIVE = 8
View Source
const R_386_SIZE32 = 38
View Source
const R_386_TLS_DESC = 41
View Source
const R_386_TLS_DESC_CALL = 40
View Source
const R_386_TLS_DTPMOD32 = 35
View Source
const R_386_TLS_DTPOFF32 = 36
View Source
const R_386_TLS_GD = 18
View Source
const R_386_TLS_GD_32 = 24
View Source
const R_386_TLS_GD_CALL = 26
View Source
const R_386_TLS_GD_POP = 27
View Source
const R_386_TLS_GD_PUSH = 25
View Source
const R_386_TLS_GOTDESC = 39
View Source
const R_386_TLS_GOTIE = 16
View Source
const R_386_TLS_IE = 15
View Source
const R_386_TLS_IE_32 = 33
View Source
const R_386_TLS_LDM = 19
View Source
const R_386_TLS_LDM_32 = 28
View Source
const R_386_TLS_LDM_CALL = 30
View Source
const R_386_TLS_LDM_POP = 31
View Source
const R_386_TLS_LDM_PUSH = 29
View Source
const R_386_TLS_LDO_32 = 32
View Source
const R_386_TLS_LE = 17
View Source
const R_386_TLS_LE_32 = 34
View Source
const R_386_TLS_TPOFF = 14
View Source
const R_386_TLS_TPOFF32 = 37
View Source
const R_390_12 = 2
View Source
const R_390_16 = 3
View Source
const R_390_20 = 57
View Source
const R_390_32 = 4
View Source
const R_390_64 = 22
View Source
const R_390_8 = 1
View Source
const R_390_COPY = 9
View Source
const R_390_GLOB_DAT = 10
View Source
const R_390_GOT12 = 6
View Source
const R_390_GOT16 = 15
View Source
const R_390_GOT20 = 58
View Source
const R_390_GOT32 = 7
View Source
const R_390_GOT64 = 24
View Source
const R_390_GOTENT = 26
View Source
const R_390_GOTOFF16 = 27
View Source
const R_390_GOTOFF32 = 13
View Source
const R_390_GOTOFF64 = 28
View Source
const R_390_GOTPC = 14
View Source
const R_390_GOTPCDBL = 21
View Source
const R_390_GOTPLT12 = 29
View Source
const R_390_GOTPLT16 = 30
View Source
const R_390_GOTPLT20 = 59
View Source
const R_390_GOTPLT32 = 31
View Source
const R_390_GOTPLT64 = 32
View Source
const R_390_GOTPLTENT = 33
View Source
const R_390_JMP_SLOT = 11
View Source
const R_390_NONE = 0
View Source
const R_390_NUM = 61
View Source
const R_390_PC16 = 16
View Source
const R_390_PC16DBL = 17
View Source
const R_390_PC32 = 5
View Source
const R_390_PC32DBL = 19
View Source
const R_390_PC64 = 23
View Source
const R_390_PLT16DBL = 18
View Source
const R_390_PLT32 = 8
View Source
const R_390_PLT32DBL = 20
View Source
const R_390_PLT64 = 25
View Source
const R_390_PLTOFF16 = 34
View Source
const R_390_PLTOFF32 = 35
View Source
const R_390_PLTOFF64 = 36
View Source
const R_390_RELATIVE = 12
View Source
const R_390_TLS_DTPMOD = 54
View Source
const R_390_TLS_DTPOFF = 55
View Source
const R_390_TLS_GD32 = 40
View Source
const R_390_TLS_GD64 = 41
View Source
const R_390_TLS_GDCALL = 38
View Source
const R_390_TLS_GOTIE12 = 42
View Source
const R_390_TLS_GOTIE20 = 60
View Source
const R_390_TLS_GOTIE32 = 43
View Source
const R_390_TLS_GOTIE64 = 44
View Source
const R_390_TLS_IE32 = 47
View Source
const R_390_TLS_IE64 = 48
View Source
const R_390_TLS_IEENT = 49
View Source
const R_390_TLS_LDCALL = 39
View Source
const R_390_TLS_LDM32 = 45
View Source
const R_390_TLS_LDM64 = 46
View Source
const R_390_TLS_LDO32 = 52
View Source
const R_390_TLS_LDO64 = 53
View Source
const R_390_TLS_LE32 = 50
View Source
const R_390_TLS_LE64 = 51
View Source
const R_390_TLS_LOAD = 37
View Source
const R_390_TLS_TPOFF = 56
View Source
const R_68K_16 = 2
View Source
const R_68K_32 = 1
View Source
const R_68K_8 = 3
View Source
const R_68K_COPY = 19
View Source
const R_68K_GLOB_DAT = 20
View Source
const R_68K_GOT16 = 8
View Source
const R_68K_GOT16O = 11
View Source
const R_68K_GOT32 = 7
View Source
const R_68K_GOT32O = 10
View Source
const R_68K_GOT8 = 9
View Source
const R_68K_GOT8O = 12
View Source
const R_68K_JMP_SLOT = 21
View Source
const R_68K_NONE = 0
View Source
const R_68K_NUM = 43
View Source
const R_68K_PC16 = 5
View Source
const R_68K_PC32 = 4
View Source
const R_68K_PC8 = 6
View Source
const R_68K_PLT16 = 14
View Source
const R_68K_PLT16O = 17
View Source
const R_68K_PLT32 = 13
View Source
const R_68K_PLT32O = 16
View Source
const R_68K_PLT8 = 15
View Source
const R_68K_PLT8O = 18
View Source
const R_68K_RELATIVE = 22
View Source
const R_68K_TLS_DTPMOD32 = 40
View Source
const R_68K_TLS_DTPREL32 = 41
View Source
const R_68K_TLS_GD16 = 26
View Source
const R_68K_TLS_GD32 = 25
View Source
const R_68K_TLS_GD8 = 27
View Source
const R_68K_TLS_IE16 = 35
View Source
const R_68K_TLS_IE32 = 34
View Source
const R_68K_TLS_IE8 = 36
View Source
const R_68K_TLS_LDM16 = 29
View Source
const R_68K_TLS_LDM32 = 28
View Source
const R_68K_TLS_LDM8 = 30
View Source
const R_68K_TLS_LDO16 = 32
View Source
const R_68K_TLS_LDO32 = 31
View Source
const R_68K_TLS_LDO8 = 33
View Source
const R_68K_TLS_LE16 = 38
View Source
const R_68K_TLS_LE32 = 37
View Source
const R_68K_TLS_LE8 = 39
View Source
const R_68K_TLS_TPREL32 = 42
View Source
const R_AARCH64_ABS16 = 259
View Source
const R_AARCH64_ABS32 = 258
View Source
const R_AARCH64_ABS64 = 257
View Source
const R_AARCH64_ADD_ABS_LO12_NC = 277
View Source
const R_AARCH64_ADR_GOT_PAGE = 311
View Source
const R_AARCH64_ADR_PREL_LO21 = 274
View Source
const R_AARCH64_ADR_PREL_PG_HI21 = 275
View Source
const R_AARCH64_ADR_PREL_PG_HI21_NC = 276
View Source
const R_AARCH64_CALL26 = 283
View Source
const R_AARCH64_CONDBR19 = 280
View Source
const R_AARCH64_COPY = 1024
View Source
const R_AARCH64_GLOB_DAT = 1025
View Source
const R_AARCH64_GOTREL32 = 308
View Source
const R_AARCH64_GOTREL64 = 307
View Source
const R_AARCH64_GOT_LD_PREL19 = 309
View Source
const R_AARCH64_JUMP26 = 282
View Source
const R_AARCH64_JUMP_SLOT = 1026
View Source
const R_AARCH64_LD64_GOTOFF_LO15 = 310
View Source
const R_AARCH64_LD64_GOTPAGE_LO15 = 313
View Source
const R_AARCH64_LD64_GOT_LO12_NC = 312
View Source
const R_AARCH64_LDST128_ABS_LO12_NC = 299
View Source
const R_AARCH64_LDST16_ABS_LO12_NC = 284
View Source
const R_AARCH64_LDST32_ABS_LO12_NC = 285
View Source
const R_AARCH64_LDST64_ABS_LO12_NC = 286
View Source
const R_AARCH64_LDST8_ABS_LO12_NC = 278
View Source
const R_AARCH64_LD_PREL_LO19 = 273
View Source
const R_AARCH64_MOVW_GOTOFF_G0 = 300
View Source
const R_AARCH64_MOVW_GOTOFF_G0_NC = 301
View Source
const R_AARCH64_MOVW_GOTOFF_G1 = 302
View Source
const R_AARCH64_MOVW_GOTOFF_G1_NC = 303
View Source
const R_AARCH64_MOVW_GOTOFF_G2 = 304
View Source
const R_AARCH64_MOVW_GOTOFF_G2_NC = 305
View Source
const R_AARCH64_MOVW_GOTOFF_G3 = 306
View Source
const R_AARCH64_MOVW_PREL_G0 = 287
View Source
const R_AARCH64_MOVW_PREL_G0_NC = 288
View Source
const R_AARCH64_MOVW_PREL_G1 = 289
View Source
const R_AARCH64_MOVW_PREL_G1_NC = 290
View Source
const R_AARCH64_MOVW_PREL_G2 = 291
View Source
const R_AARCH64_MOVW_PREL_G2_NC = 292
View Source
const R_AARCH64_MOVW_PREL_G3 = 293
View Source
const R_AARCH64_MOVW_SABS_G0 = 270
View Source
const R_AARCH64_MOVW_SABS_G1 = 271
View Source
const R_AARCH64_MOVW_SABS_G2 = 272
View Source
const R_AARCH64_MOVW_UABS_G0 = 263
View Source
const R_AARCH64_MOVW_UABS_G0_NC = 264
View Source
const R_AARCH64_MOVW_UABS_G1 = 265
View Source
const R_AARCH64_MOVW_UABS_G1_NC = 266
View Source
const R_AARCH64_MOVW_UABS_G2 = 267
View Source
const R_AARCH64_MOVW_UABS_G2_NC = 268
View Source
const R_AARCH64_MOVW_UABS_G3 = 269
View Source
const R_AARCH64_NONE = 0
View Source
const R_AARCH64_P32_ABS32 = 1
View Source
const R_AARCH64_P32_COPY = 180
View Source
const R_AARCH64_P32_GLOB_DAT = 181
View Source
const R_AARCH64_P32_IRELATIVE = 188
View Source
const R_AARCH64_P32_JUMP_SLOT = 182
View Source
const R_AARCH64_P32_RELATIVE = 183
View Source
const R_AARCH64_P32_TLSDESC = 187
View Source
const R_AARCH64_P32_TLS_DTPMOD = 184
View Source
const R_AARCH64_P32_TLS_DTPREL = 185
View Source
const R_AARCH64_P32_TLS_TPREL = 186
View Source
const R_AARCH64_PREL16 = 262
View Source
const R_AARCH64_PREL32 = 261
View Source
const R_AARCH64_PREL64 = 260
View Source
const R_AARCH64_RELATIVE = 1027
View Source
const R_AARCH64_TLSDESC = 1031
View Source
const R_AARCH64_TLSDESC_ADD = 568
View Source
const R_AARCH64_TLSDESC_ADD_LO12 = 564
View Source
const R_AARCH64_TLSDESC_ADR_PAGE21 = 562
View Source
const R_AARCH64_TLSDESC_ADR_PREL21 = 561
View Source
const R_AARCH64_TLSDESC_CALL = 569
View Source
const R_AARCH64_TLSDESC_LD64_LO12 = 563
View Source
const R_AARCH64_TLSDESC_LDR = 567
View Source
const R_AARCH64_TLSDESC_LD_PREL19 = 560
View Source
const R_AARCH64_TLSDESC_OFF_G0_NC = 566
View Source
const R_AARCH64_TLSDESC_OFF_G1 = 565
View Source
const R_AARCH64_TLSGD_ADD_LO12_NC = 514
View Source
const R_AARCH64_TLSGD_ADR_PAGE21 = 513
View Source
const R_AARCH64_TLSGD_ADR_PREL21 = 512
View Source
const R_AARCH64_TLSGD_MOVW_G0_NC = 516
View Source
const R_AARCH64_TLSGD_MOVW_G1 = 515
View Source
const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 = 541
View Source
const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC = 542
View Source
const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 = 543
View Source
const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC = 540
View Source
const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 = 539
View Source
const R_AARCH64_TLSLD_ADD_DTPREL_HI12 = 528
View Source
const R_AARCH64_TLSLD_ADD_DTPREL_LO12 = 529
View Source
const R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC = 530
View Source
const R_AARCH64_TLSLD_ADD_LO12_NC = 519
View Source
const R_AARCH64_TLSLD_ADR_PAGE21 = 518
View Source
const R_AARCH64_TLSLD_ADR_PREL21 = 517
View Source
const R_AARCH64_TLSLD_LDST128_DTPREL_LO12 = 572
View Source
const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC = 573
View Source
const R_AARCH64_TLSLD_LDST16_DTPREL_LO12 = 533
View Source
const R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC = 534
View Source
const R_AARCH64_TLSLD_LDST32_DTPREL_LO12 = 535
View Source
const R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC = 536
View Source
const R_AARCH64_TLSLD_LDST64_DTPREL_LO12 = 537
View Source
const R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC = 538
View Source
const R_AARCH64_TLSLD_LDST8_DTPREL_LO12 = 531
View Source
const R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC = 532
View Source
const R_AARCH64_TLSLD_LD_PREL19 = 522
View Source
const R_AARCH64_TLSLD_MOVW_DTPREL_G0 = 526
View Source
const R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC = 527
View Source
const R_AARCH64_TLSLD_MOVW_DTPREL_G1 = 524
View Source
const R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC = 525
View Source
const R_AARCH64_TLSLD_MOVW_DTPREL_G2 = 523
View Source
const R_AARCH64_TLSLD_MOVW_G0_NC = 521
View Source
const R_AARCH64_TLSLD_MOVW_G1 = 520
View Source
const R_AARCH64_TLSLE_ADD_TPREL_HI12 = 549
View Source
const R_AARCH64_TLSLE_ADD_TPREL_LO12 = 550
View Source
const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC = 551
View Source
const R_AARCH64_TLSLE_LDST128_TPREL_LO12 = 570
View Source
const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC = 571
View Source
const R_AARCH64_TLSLE_LDST16_TPREL_LO12 = 554
View Source
const R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC = 555
View Source
const R_AARCH64_TLSLE_LDST32_TPREL_LO12 = 556
View Source
const R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC = 557
View Source
const R_AARCH64_TLSLE_LDST64_TPREL_LO12 = 558
View Source
const R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC = 559
View Source
const R_AARCH64_TLSLE_LDST8_TPREL_LO12 = 552
View Source
const R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC = 553
View Source
const R_AARCH64_TLSLE_MOVW_TPREL_G0 = 547
View Source
const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC = 548
View Source
const R_AARCH64_TLSLE_MOVW_TPREL_G1 = 545
View Source
const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC = 546
View Source
const R_AARCH64_TLSLE_MOVW_TPREL_G2 = 544
View Source
const R_AARCH64_TLS_DTPMOD = 1028
View Source
const R_AARCH64_TLS_DTPMOD64 = 1028
View Source
const R_AARCH64_TLS_DTPREL = 1029
View Source
const R_AARCH64_TLS_DTPREL64 = 1029
View Source
const R_AARCH64_TLS_TPREL = 1030
View Source
const R_AARCH64_TLS_TPREL64 = 1030
View Source
const R_AARCH64_TSTBR14 = 279
View Source
const R_ALPHA_BRADDR = 7
View Source
const R_ALPHA_COPY = 24
View Source
const R_ALPHA_DTPMOD64 = 31
View Source
const R_ALPHA_DTPREL16 = 36
View Source
const R_ALPHA_DTPREL64 = 33
View Source
const R_ALPHA_DTPRELHI = 34
View Source
const R_ALPHA_DTPRELLO = 35
View Source
const R_ALPHA_GLOB_DAT = 25
View Source
const R_ALPHA_GOTDTPREL = 32
View Source
const R_ALPHA_GOTTPREL = 37
View Source
const R_ALPHA_GPDISP = 6
View Source
const R_ALPHA_GPREL16 = 19
View Source
const R_ALPHA_GPREL32 = 3
View Source
const R_ALPHA_GPRELHIGH = 17
View Source
const R_ALPHA_GPRELLOW = 18
View Source
const R_ALPHA_HINT = 8
View Source
const R_ALPHA_JMP_SLOT = 26
View Source
const R_ALPHA_LITERAL = 4
View Source
const R_ALPHA_LITUSE = 5
View Source
const R_ALPHA_NONE = 0
View Source
const R_ALPHA_NUM = 46
View Source
const R_ALPHA_REFLONG = 1
View Source
const R_ALPHA_REFQUAD = 2
View Source
const R_ALPHA_RELATIVE = 27
View Source
const R_ALPHA_SREL16 = 9
View Source
const R_ALPHA_SREL32 = 10
View Source
const R_ALPHA_SREL64 = 11
View Source
const R_ALPHA_TLSGD = 29
View Source
const R_ALPHA_TLS_GD_HI = 28
View Source
const R_ALPHA_TLS_LDM = 30
View Source
const R_ALPHA_TPREL16 = 41
View Source
const R_ALPHA_TPREL64 = 38
View Source
const R_ALPHA_TPRELHI = 39
View Source
const R_ALPHA_TPRELLO = 40
View Source
const R_ARM_ABS12 = 6
View Source
const R_ARM_ABS16 = 5
View Source
const R_ARM_ABS32 = 2
View Source
const R_ARM_ABS32_NOI = 55
View Source
const R_ARM_ABS8 = 8
View Source
const R_ARM_ALU_PCREL_15_8 = 33
View Source
const R_ARM_ALU_PCREL_23_15 = 34
View Source
const R_ARM_ALU_PCREL_7_0 = 32
View Source
const R_ARM_ALU_PC_G0 = 58
View Source
const R_ARM_ALU_PC_G0_NC = 57
View Source
const R_ARM_ALU_PC_G1 = 60
View Source
const R_ARM_ALU_PC_G1_NC = 59
View Source
const R_ARM_ALU_PC_G2 = 61
View Source
const R_ARM_ALU_SBREL_19_12 = 36
View Source
const R_ARM_ALU_SBREL_27_20 = 37
View Source
const R_ARM_ALU_SB_G0 = 71
View Source
const R_ARM_ALU_SB_G0_NC = 70
View Source
const R_ARM_ALU_SB_G1 = 73
View Source
const R_ARM_ALU_SB_G1_NC = 72
View Source
const R_ARM_ALU_SB_G2 = 74
View Source
const R_ARM_AMP_VCALL9 = 12
View Source
const R_ARM_BASE_ABS = 31
View Source
const R_ARM_CALL = 28
View Source
const R_ARM_COPY = 20
View Source
const R_ARM_GLOB_DAT = 21
View Source
const R_ARM_GNU_VTENTRY = 100
View Source
const R_ARM_GNU_VTINHERIT = 101
View Source
const R_ARM_GOT32 = 26
View Source
const R_ARM_GOTOFF = 24
View Source
const R_ARM_GOTOFF12 = 98
View Source
const R_ARM_GOTPC = 25
View Source
const R_ARM_GOTRELAX = 99
View Source
const R_ARM_GOT_ABS = 95
View Source
const R_ARM_GOT_BREL12 = 97
View Source
const R_ARM_GOT_PREL = 96
View Source
const R_ARM_IRELATIVE = 160
View Source
const R_ARM_JUMP24 = 29
View Source
const R_ARM_JUMP_SLOT = 22
View Source
const R_ARM_LDC_PC_G0 = 67
View Source
const R_ARM_LDC_PC_G1 = 68
View Source
const R_ARM_LDC_PC_G2 = 69
View Source
const R_ARM_LDC_SB_G0 = 81
View Source
const R_ARM_LDC_SB_G1 = 82
View Source
const R_ARM_LDC_SB_G2 = 83
View Source
const R_ARM_LDRS_PC_G0 = 64
View Source
const R_ARM_LDRS_PC_G1 = 65
View Source
const R_ARM_LDRS_PC_G2 = 66
View Source
const R_ARM_LDRS_SB_G0 = 78
View Source
const R_ARM_LDRS_SB_G1 = 79
View Source
const R_ARM_LDRS_SB_G2 = 80
View Source
const R_ARM_LDR_PC_G1 = 62
View Source
const R_ARM_LDR_PC_G2 = 63
View Source
const R_ARM_LDR_SBREL_11_0 = 35
View Source
const R_ARM_LDR_SB_G0 = 75
View Source
const R_ARM_LDR_SB_G1 = 76
View Source
const R_ARM_LDR_SB_G2 = 77
View Source
const R_ARM_ME_TOO = 128
View Source
const R_ARM_MOVT_ABS = 44
View Source
const R_ARM_MOVT_BREL = 85
View Source
const R_ARM_MOVT_PREL = 46
View Source
const R_ARM_MOVW_ABS_NC = 43
View Source
const R_ARM_MOVW_BREL = 86
View Source
const R_ARM_MOVW_BREL_NC = 84
View Source
const R_ARM_MOVW_PREL_NC = 45
View Source
const R_ARM_NONE = 0
View Source
const R_ARM_NUM = 256
View Source
const R_ARM_PC13 = 4
View Source
const R_ARM_PC24 = 1
View Source
const R_ARM_PLT32 = 27
View Source
const R_ARM_PLT32_ABS = 94
View Source
const R_ARM_PREL31 = 42
View Source
const R_ARM_RABS22 = 253
View Source
const R_ARM_RBASE = 255
View Source
const R_ARM_REL32 = 3
View Source
const R_ARM_REL32_NOI = 56
View Source
const R_ARM_RELATIVE = 23
View Source
const R_ARM_RPC24 = 254
View Source
const R_ARM_RREL32 = 252
View Source
const R_ARM_RSBREL32 = 250
View Source
const R_ARM_RXPC25 = 249
View Source
const R_ARM_SBREL31 = 39
View Source
const R_ARM_SBREL32 = 9
View Source
const R_ARM_TARGET1 = 38
View Source
const R_ARM_TARGET2 = 41
View Source
const R_ARM_THM_ABS5 = 7
View Source
const R_ARM_THM_ALU_PREL_11_0 = 53
View Source
const R_ARM_THM_GOT_BREL12 = 131
View Source
const R_ARM_THM_JUMP19 = 51
View Source
const R_ARM_THM_JUMP24 = 30
View Source
const R_ARM_THM_JUMP6 = 52
View Source
const R_ARM_THM_MOVT_ABS = 48
View Source
const R_ARM_THM_MOVT_BREL = 88
View Source
const R_ARM_THM_MOVT_PREL = 50
View Source
const R_ARM_THM_MOVW_ABS_NC = 47
View Source
const R_ARM_THM_MOVW_BREL = 89
View Source
const R_ARM_THM_MOVW_BREL_NC = 87
View Source
const R_ARM_THM_MOVW_PREL_NC = 49
View Source
const R_ARM_THM_PC11 = 102
View Source
const R_ARM_THM_PC12 = 54
View Source
const R_ARM_THM_PC22 = 10
View Source
const R_ARM_THM_PC8 = 11
View Source
const R_ARM_THM_PC9 = 103
View Source
const R_ARM_THM_RPC22 = 251
View Source
const R_ARM_THM_SWI8 = 14
View Source
const R_ARM_THM_TLS_CALL = 93
View Source
const R_ARM_THM_TLS_DESCSEQ = 129
View Source
const R_ARM_THM_TLS_DESCSEQ16 = 129
View Source
const R_ARM_THM_TLS_DESCSEQ32 = 130
View Source
const R_ARM_THM_XPC22 = 16
View Source
const R_ARM_TLS_CALL = 91
View Source
const R_ARM_TLS_DESC = 13
View Source
const R_ARM_TLS_DESCSEQ = 92
View Source
const R_ARM_TLS_DTPMOD32 = 17
View Source
const R_ARM_TLS_DTPOFF32 = 18
View Source
const R_ARM_TLS_GD32 = 104
View Source
const R_ARM_TLS_GOTDESC = 90
View Source
const R_ARM_TLS_IE12GP = 111
View Source
const R_ARM_TLS_IE32 = 107
View Source
const R_ARM_TLS_LDM32 = 105
View Source
const R_ARM_TLS_LDO12 = 109
View Source
const R_ARM_TLS_LDO32 = 106
View Source
const R_ARM_TLS_LE12 = 110
View Source
const R_ARM_TLS_LE32 = 108
View Source
const R_ARM_TLS_TPOFF32 = 19
View Source
const R_ARM_V4BX = 40
View Source
const R_ARM_XPC25 = 15
View Source
const R_BPF_MAP_FD = 1
View Source
const R_BPF_NONE = 0
View Source
const R_CKCORE_ADDR32 = 1
View Source
const R_CKCORE_ADDRGOT = 17
View Source
const R_CKCORE_ADDRGOT_HI16 = 36
View Source
const R_CKCORE_ADDRGOT_LO16 = 37
View Source
const R_CKCORE_ADDRPLT = 18
View Source
const R_CKCORE_ADDRPLT_HI16 = 38
View Source
const R_CKCORE_ADDRPLT_LO16 = 39
View Source
const R_CKCORE_ADDR_HI16 = 24
View Source
const R_CKCORE_ADDR_LO16 = 25
View Source
const R_CKCORE_COPY = 10
View Source
const R_CKCORE_DOFFSET_IMM18 = 44
View Source
const R_CKCORE_DOFFSET_IMM18BY2 = 45
View Source
const R_CKCORE_DOFFSET_IMM18BY4 = 46
View Source
const R_CKCORE_DOFFSET_LO16 = 42
View Source
const R_CKCORE_GLOB_DAT = 11
View Source
const R_CKCORE_GOT12 = 30
View Source
const R_CKCORE_GOT32 = 15
View Source
const R_CKCORE_GOTOFF = 13
View Source
const R_CKCORE_GOTOFF_HI16 = 28
View Source
const R_CKCORE_GOTOFF_LO16 = 29
View Source
const R_CKCORE_GOTPC = 14
View Source
const R_CKCORE_GOTPC_HI16 = 26
View Source
const R_CKCORE_GOTPC_LO16 = 27
View Source
const R_CKCORE_GOT_HI16 = 31
View Source
const R_CKCORE_GOT_IMM18BY4 = 48
View Source
const R_CKCORE_GOT_LO16 = 32
View Source
const R_CKCORE_JUMP_SLOT = 12
View Source
const R_CKCORE_NONE = 0
View Source
const R_CKCORE_PCREL32 = 5
View Source
const R_CKCORE_PCRELIMM11BY2 = 3
View Source
const R_CKCORE_PCRELIMM8BY4 = 2
View Source
const R_CKCORE_PCRELJSR_IMM11BY2 = 6
View Source
const R_CKCORE_PCREL_IMM10BY2 = 22
View Source
const R_CKCORE_PCREL_IMM10BY4 = 23
View Source
const R_CKCORE_PCREL_IMM16BY2 = 20
View Source
const R_CKCORE_PCREL_IMM16BY4 = 21
View Source
const R_CKCORE_PCREL_IMM18BY2 = 43
View Source
const R_CKCORE_PCREL_IMM26BY2 = 19
View Source
const R_CKCORE_PCREL_IMM7BY4 = 50
View Source
const R_CKCORE_PCREL_JSR_IMM26BY2 = 40
View Source
const R_CKCORE_PLT12 = 33
View Source
const R_CKCORE_PLT32 = 16
View Source
const R_CKCORE_PLT_HI16 = 34
View Source
const R_CKCORE_PLT_IMM18BY4 = 49
View Source
const R_CKCORE_PLT_LO16 = 35
View Source
const R_CKCORE_RELATIVE = 9
View Source
const R_CKCORE_TLS_DTPMOD32 = 56
View Source
const R_CKCORE_TLS_DTPOFF32 = 57
View Source
const R_CKCORE_TLS_GD32 = 53
View Source
const R_CKCORE_TLS_IE32 = 52
View Source
const R_CKCORE_TLS_LDM32 = 54
View Source
const R_CKCORE_TLS_LDO32 = 55
View Source
const R_CKCORE_TLS_LE32 = 51
View Source
const R_CKCORE_TLS_TPOFF32 = 58
View Source
const R_CKCORE_TOFFSET_LO16 = 41
View Source
const R_CRIS_16 = 2
View Source
const R_CRIS_16_GOT = 13
View Source
const R_CRIS_16_GOTPLT = 15
View Source
const R_CRIS_16_PCREL = 5
View Source
const R_CRIS_32 = 3
View Source
const R_CRIS_32_GOT = 14
View Source
const R_CRIS_32_GOTPLT = 16
View Source
const R_CRIS_32_GOTREL = 17
View Source
const R_CRIS_32_PCREL = 6
View Source
const R_CRIS_32_PLT_GOTREL = 18
View Source
const R_CRIS_32_PLT_PCREL = 19
View Source
const R_CRIS_8 = 1
View Source
const R_CRIS_8_PCREL = 4
View Source
const R_CRIS_COPY = 9
View Source
const R_CRIS_GLOB_DAT = 10
View Source
const R_CRIS_GNU_VTENTRY = 8
View Source
const R_CRIS_GNU_VTINHERIT = 7
View Source
const R_CRIS_JUMP_SLOT = 11
View Source
const R_CRIS_NONE = 0
View Source
const R_CRIS_NUM = 20
View Source
const R_CRIS_RELATIVE = 12
View Source
const R_IA64_COPY = 132
View Source
const R_IA64_DIR32LSB = 37
View Source
const R_IA64_DIR32MSB = 36
View Source
const R_IA64_DIR64LSB = 39
View Source
const R_IA64_DIR64MSB = 38
View Source
const R_IA64_DTPMOD64LSB = 167
View Source
const R_IA64_DTPMOD64MSB = 166
View Source
const R_IA64_DTPREL14 = 177
View Source
const R_IA64_DTPREL22 = 178
View Source
const R_IA64_DTPREL32LSB = 181
View Source
const R_IA64_DTPREL32MSB = 180
View Source
const R_IA64_DTPREL64I = 179
View Source
const R_IA64_DTPREL64LSB = 183
View Source
const R_IA64_DTPREL64MSB = 182
View Source
const R_IA64_FPTR32LSB = 69
View Source
const R_IA64_FPTR32MSB = 68
View Source
const R_IA64_FPTR64I = 67
View Source
const R_IA64_FPTR64LSB = 71
View Source
const R_IA64_FPTR64MSB = 70
View Source
const R_IA64_GPREL22 = 42
View Source
const R_IA64_GPREL32LSB = 45
View Source
const R_IA64_GPREL32MSB = 44
View Source
const R_IA64_GPREL64I = 43
View Source
const R_IA64_GPREL64LSB = 47
View Source
const R_IA64_GPREL64MSB = 46
View Source
const R_IA64_IMM14 = 33
View Source
const R_IA64_IMM22 = 34
View Source
const R_IA64_IMM64 = 35
View Source
const R_IA64_IPLTLSB = 129
View Source
const R_IA64_IPLTMSB = 128
View Source
const R_IA64_LDXMOV = 135
View Source
const R_IA64_LTOFF22 = 50
View Source
const R_IA64_LTOFF22X = 134
View Source
const R_IA64_LTOFF64I = 51
View Source
const R_IA64_LTOFF_DTPMOD22 = 170
View Source
const R_IA64_LTOFF_DTPREL22 = 186
View Source
const R_IA64_LTOFF_FPTR22 = 82
View Source
const R_IA64_LTOFF_FPTR32LSB = 85
View Source
const R_IA64_LTOFF_FPTR32MSB = 84
View Source
const R_IA64_LTOFF_FPTR64I = 83
View Source
const R_IA64_LTOFF_FPTR64LSB = 87
View Source
const R_IA64_LTOFF_FPTR64MSB = 86
View Source
const R_IA64_LTOFF_TPREL22 = 154
View Source
const R_IA64_LTV32LSB = 117
View Source
const R_IA64_LTV32MSB = 116
View Source
const R_IA64_LTV64LSB = 119
View Source
const R_IA64_LTV64MSB = 118
View Source
const R_IA64_NONE = 0
View Source
const R_IA64_PCREL21B = 73
View Source
const R_IA64_PCREL21BI = 121
View Source
const R_IA64_PCREL21F = 75
View Source
const R_IA64_PCREL21M = 74
View Source
const R_IA64_PCREL22 = 122
View Source
const R_IA64_PCREL32LSB = 77
View Source
const R_IA64_PCREL32MSB = 76
View Source
const R_IA64_PCREL60B = 72
View Source
const R_IA64_PCREL64I = 123
View Source
const R_IA64_PCREL64LSB = 79
View Source
const R_IA64_PCREL64MSB = 78
View Source
const R_IA64_PLTOFF22 = 58
View Source
const R_IA64_PLTOFF64I = 59
View Source
const R_IA64_PLTOFF64LSB = 63
View Source
const R_IA64_PLTOFF64MSB = 62
View Source
const R_IA64_REL32LSB = 109
View Source
const R_IA64_REL32MSB = 108
View Source
const R_IA64_REL64LSB = 111
View Source
const R_IA64_REL64MSB = 110
View Source
const R_IA64_SECREL32LSB = 101
View Source
const R_IA64_SECREL32MSB = 100
View Source
const R_IA64_SECREL64LSB = 103
View Source
const R_IA64_SECREL64MSB = 102
View Source
const R_IA64_SEGREL32LSB = 93
View Source
const R_IA64_SEGREL32MSB = 92
View Source
const R_IA64_SEGREL64LSB = 95
View Source
const R_IA64_SEGREL64MSB = 94
View Source
const R_IA64_SUB = 133
View Source
const R_IA64_TPREL14 = 145
View Source
const R_IA64_TPREL22 = 146
View Source
const R_IA64_TPREL64I = 147
View Source
const R_IA64_TPREL64LSB = 151
View Source
const R_IA64_TPREL64MSB = 150
View Source
const R_INFO = 0
View Source
const R_M32R_10_PCREL = 4
View Source
const R_M32R_10_PCREL_RELA = 36
View Source
const R_M32R_16 = 1
View Source
const R_M32R_16_RELA = 33
View Source
const R_M32R_18_PCREL = 5
View Source
const R_M32R_18_PCREL_RELA = 37
View Source
const R_M32R_24 = 3
View Source
const R_M32R_24_RELA = 35
View Source
const R_M32R_26_PCREL = 6
View Source
const R_M32R_26_PCREL_RELA = 38
View Source
const R_M32R_26_PLTREL = 49
View Source
const R_M32R_32 = 2
View Source
const R_M32R_32_RELA = 34
View Source
const R_M32R_COPY = 50
View Source
const R_M32R_GLOB_DAT = 51
View Source
const R_M32R_GNU_VTENTRY = 12
View Source
const R_M32R_GNU_VTINHERIT = 11
View Source
const R_M32R_GOT16_HI_SLO = 57
View Source
const R_M32R_GOT16_HI_ULO = 56
View Source
const R_M32R_GOT16_LO = 58
View Source
const R_M32R_GOT24 = 48
View Source
const R_M32R_GOTOFF = 54
View Source
const R_M32R_GOTOFF_HI_SLO = 63
View Source
const R_M32R_GOTOFF_HI_ULO = 62
View Source
const R_M32R_GOTOFF_LO = 64
View Source
const R_M32R_GOTPC24 = 55
View Source
const R_M32R_GOTPC_HI_SLO = 60
View Source
const R_M32R_GOTPC_HI_ULO = 59
View Source
const R_M32R_GOTPC_LO = 61
View Source
const R_M32R_HI16_SLO = 8
View Source
const R_M32R_HI16_SLO_RELA = 40
View Source
const R_M32R_HI16_ULO = 7
View Source
const R_M32R_HI16_ULO_RELA = 39
View Source
const R_M32R_JMP_SLOT = 52
View Source
const R_M32R_LO16 = 9
View Source
const R_M32R_LO16_RELA = 41
View Source
const R_M32R_NONE = 0
View Source
const R_M32R_NUM = 256
View Source
const R_M32R_REL32 = 45
View Source
const R_M32R_RELATIVE = 53
View Source
const R_M32R_RELA_GNU_VTENTRY = 44
View Source
const R_M32R_RELA_GNU_VTINHERIT = 43
View Source
const R_M32R_SDA16 = 10
View Source
const R_M32R_SDA16_RELA = 42
View Source
const R_MICROBLAZE_32 = 1
View Source
const R_MICROBLAZE_32_LO = 6
View Source
const R_MICROBLAZE_32_PCREL = 2
View Source
const R_MICROBLAZE_32_PCREL_LO = 4
View Source
const R_MICROBLAZE_32_SYM_OP_SYM = 10
View Source
const R_MICROBLAZE_64 = 5
View Source
const R_MICROBLAZE_64_NONE = 9
View Source
const R_MICROBLAZE_64_PCREL = 3
View Source
const R_MICROBLAZE_COPY = 21
View Source
const R_MICROBLAZE_GLOB_DAT = 18
View Source
const R_MICROBLAZE_GNU_VTENTRY = 12
View Source
const R_MICROBLAZE_GNU_VTINHERIT = 11
View Source
const R_MICROBLAZE_GOTOFF_32 = 20
View Source
const R_MICROBLAZE_GOTOFF_64 = 19
View Source
const R_MICROBLAZE_GOTPC_64 = 13
View Source
const R_MICROBLAZE_GOT_64 = 14
View Source
const R_MICROBLAZE_JUMP_SLOT = 17
View Source
const R_MICROBLAZE_NONE = 0
View Source
const R_MICROBLAZE_PLT_64 = 15
View Source
const R_MICROBLAZE_REL = 16
View Source
const R_MICROBLAZE_SRO32 = 7
View Source
const R_MICROBLAZE_SRW32 = 8
View Source
const R_MICROBLAZE_TLS = 22
View Source
const R_MICROBLAZE_TLSDTPMOD32 = 25
View Source
const R_MICROBLAZE_TLSDTPREL32 = 26
View Source
const R_MICROBLAZE_TLSDTPREL64 = 27
View Source
const R_MICROBLAZE_TLSGD = 23
View Source
const R_MICROBLAZE_TLSGOTTPREL32 = 28
View Source
const R_MICROBLAZE_TLSLD = 24
View Source
const R_MICROBLAZE_TLSTPREL32 = 29
View Source
const R_MIPS_16 = 1
View Source
const R_MIPS_26 = 4
View Source
const R_MIPS_32 = 2
View Source
const R_MIPS_64 = 18
View Source
const R_MIPS_ADD_IMMEDIATE = 34
View Source
const R_MIPS_CALL16 = 11
View Source
const R_MIPS_CALL_HI16 = 30
View Source
const R_MIPS_CALL_LO16 = 31
View Source
const R_MIPS_COPY = 126
View Source
const R_MIPS_DELETE = 27
View Source
const R_MIPS_GLOB_DAT = 51
View Source
const R_MIPS_GOT16 = 9
View Source
const R_MIPS_GOT_DISP = 19
View Source
const R_MIPS_GOT_HI16 = 22
View Source
const R_MIPS_GOT_LO16 = 23
View Source
const R_MIPS_GOT_OFST = 21
View Source
const R_MIPS_GOT_PAGE = 20
View Source
const R_MIPS_GPREL16 = 7
View Source
const R_MIPS_GPREL32 = 12
View Source
const R_MIPS_HI16 = 5
View Source
const R_MIPS_HIGHER = 28
View Source
const R_MIPS_HIGHEST = 29
View Source
const R_MIPS_INSERT_A = 25
View Source
const R_MIPS_INSERT_B = 26
View Source
const R_MIPS_JALR = 37
View Source
const R_MIPS_JUMP_SLOT = 127
View Source
const R_MIPS_LITERAL = 8
View Source
const R_MIPS_LO16 = 6
View Source
const R_MIPS_NONE = 0
View Source
const R_MIPS_NUM = 128
View Source
const R_MIPS_PC16 = 10
View Source
const R_MIPS_PJUMP = 35
View Source
const R_MIPS_REL16 = 33
View Source
const R_MIPS_REL32 = 3
View Source
const R_MIPS_RELGOT = 36
View Source
const R_MIPS_SCN_DISP = 32
View Source
const R_MIPS_SHIFT5 = 16
View Source
const R_MIPS_SHIFT6 = 17
View Source
const R_MIPS_SUB = 24
View Source
const R_MIPS_TLS_DTPMOD32 = 38
View Source
const R_MIPS_TLS_DTPMOD64 = 40
View Source
const R_MIPS_TLS_DTPREL32 = 39
View Source
const R_MIPS_TLS_DTPREL64 = 41
View Source
const R_MIPS_TLS_DTPREL_HI16 = 44
View Source
const R_MIPS_TLS_DTPREL_LO16 = 45
View Source
const R_MIPS_TLS_GD = 42
View Source
const R_MIPS_TLS_GOTTPREL = 46
View Source
const R_MIPS_TLS_LDM = 43
View Source
const R_MIPS_TLS_TPREL32 = 47
View Source
const R_MIPS_TLS_TPREL64 = 48
View Source
const R_MIPS_TLS_TPREL_HI16 = 49
View Source
const R_MIPS_TLS_TPREL_LO16 = 50
View Source
const R_MN10300_16 = 2
View Source
const R_MN10300_24 = 9
View Source
const R_MN10300_32 = 1
View Source
const R_MN10300_8 = 3
View Source
const R_MN10300_COPY = 20
View Source
const R_MN10300_GLOB_DAT = 21
View Source
const R_MN10300_GNU_VTENTRY = 8
View Source
const R_MN10300_GNU_VTINHERIT = 7
View Source
const R_MN10300_GOT16 = 19
View Source
const R_MN10300_GOT24 = 18
View Source
const R_MN10300_GOT32 = 17
View Source
const R_MN10300_GOTOFF16 = 14
View Source
const R_MN10300_GOTOFF24 = 13
View Source
const R_MN10300_GOTOFF32 = 12
View Source
const R_MN10300_GOTPC16 = 11
View Source
const R_MN10300_GOTPC32 = 10
View Source
const R_MN10300_JMP_SLOT = 22
View Source
const R_MN10300_NONE = 0
View Source
const R_MN10300_NUM = 24
View Source
const R_MN10300_PCREL16 = 5
View Source
const R_MN10300_PCREL32 = 4
View Source
const R_MN10300_PCREL8 = 6
View Source
const R_MN10300_PLT16 = 16
View Source
const R_MN10300_PLT32 = 15
View Source
const R_MN10300_RELATIVE = 23
View Source
const R_NIOS2_ALIGN = 21
View Source
const R_NIOS2_BFD_RELOC_16 = 13
View Source
const R_NIOS2_BFD_RELOC_32 = 12
View Source
const R_NIOS2_BFD_RELOC_8 = 14
View Source
const R_NIOS2_CACHE_OPX = 6
View Source
const R_NIOS2_CALL16 = 23
View Source
const R_NIOS2_CALL26 = 4
View Source
const R_NIOS2_CALL26_NOAT = 41
View Source
const R_NIOS2_CALLR = 20
View Source
const R_NIOS2_CALL_HA = 45
View Source
const R_NIOS2_CALL_LO = 44
View Source
const R_NIOS2_CJMP = 19
View Source
const R_NIOS2_COPY = 36
View Source
const R_NIOS2_GLOB_DAT = 37
View Source
const R_NIOS2_GNU_VTENTRY = 17
View Source
const R_NIOS2_GNU_VTINHERIT = 16
View Source
const R_NIOS2_GOT16 = 22
View Source
const R_NIOS2_GOTOFF = 40
View Source
const R_NIOS2_GOTOFF_HA = 25
View Source
const R_NIOS2_GOTOFF_LO = 24
View Source
const R_NIOS2_GOT_HA = 43
View Source
const R_NIOS2_GOT_LO = 42
View Source
const R_NIOS2_GPREL = 15
View Source
const R_NIOS2_HI16 = 9
View Source
const R_NIOS2_HIADJ16 = 11
View Source
const R_NIOS2_IMM5 = 5
View Source
const R_NIOS2_IMM6 = 7
View Source
const R_NIOS2_IMM8 = 8
View Source
const R_NIOS2_JUMP_SLOT = 38
View Source
const R_NIOS2_LO16 = 10
View Source
const R_NIOS2_NONE = 0
View Source
const R_NIOS2_PCREL16 = 3
View Source
const R_NIOS2_PCREL_HA = 27
View Source
const R_NIOS2_PCREL_LO = 26
View Source
const R_NIOS2_RELATIVE = 39
View Source
const R_NIOS2_S16 = 1
View Source
const R_NIOS2_TLS_DTPMOD = 33
View Source
const R_NIOS2_TLS_DTPREL = 34
View Source
const R_NIOS2_TLS_GD16 = 28
View Source
const R_NIOS2_TLS_IE16 = 31
View Source
const R_NIOS2_TLS_LDM16 = 29
View Source
const R_NIOS2_TLS_LDO16 = 30
View Source
const R_NIOS2_TLS_LE16 = 32
View Source
const R_NIOS2_TLS_TPREL = 35
View Source
const R_NIOS2_U16 = 2
View Source
const R_NIOS2_UJMP = 18
View Source
const R_OK = 4
View Source
const R_OR1K_16 = 2
View Source
const R_OR1K_16_PCREL = 10
View Source
const R_OR1K_32 = 1
View Source
const R_OR1K_32_PCREL = 9
View Source
const R_OR1K_8 = 3
View Source
const R_OR1K_8_PCREL = 11
View Source
const R_OR1K_COPY = 18
View Source
const R_OR1K_GLOB_DAT = 19
View Source
const R_OR1K_GNU_VTENTRY = 7
View Source
const R_OR1K_GNU_VTINHERIT = 8
View Source
const R_OR1K_GOT16 = 14
View Source
const R_OR1K_GOTOFF_HI16 = 16
View Source
const R_OR1K_GOTOFF_LO16 = 17
View Source
const R_OR1K_GOTPC_HI16 = 12
View Source
const R_OR1K_GOTPC_LO16 = 13
View Source
const R_OR1K_HI_16_IN_INSN = 5
View Source
const R_OR1K_INSN_REL_26 = 6
View Source
const R_OR1K_JMP_SLOT = 20
View Source
const R_OR1K_LO_16_IN_INSN = 4
View Source
const R_OR1K_NONE = 0
View Source
const R_OR1K_PLT26 = 15
View Source
const R_OR1K_RELATIVE = 21
View Source
const R_OR1K_TLS_DTPMOD = 34
View Source
const R_OR1K_TLS_DTPOFF = 33
View Source
const R_OR1K_TLS_GD_HI16 = 22
View Source
const R_OR1K_TLS_GD_LO16 = 23
View Source
const R_OR1K_TLS_IE_HI16 = 28
View Source
const R_OR1K_TLS_IE_LO16 = 29
View Source
const R_OR1K_TLS_LDM_HI16 = 24
View Source
const R_OR1K_TLS_LDM_LO16 = 25
View Source
const R_OR1K_TLS_LDO_HI16 = 26
View Source
const R_OR1K_TLS_LDO_LO16 = 27
View Source
const R_OR1K_TLS_LE_HI16 = 30
View Source
const R_OR1K_TLS_LE_LO16 = 31
View Source
const R_OR1K_TLS_TPOFF = 32
View Source
const R_PARISC_COPY = 128
View Source
const R_PARISC_DIR14DR = 84
View Source
const R_PARISC_DIR14R = 6
View Source
const R_PARISC_DIR14WR = 83
View Source
const R_PARISC_DIR16DF = 87
View Source
const R_PARISC_DIR16F = 85
View Source
const R_PARISC_DIR16WF = 86
View Source
const R_PARISC_DIR17F = 4
View Source
const R_PARISC_DIR17R = 3
View Source
const R_PARISC_DIR21L = 2
View Source
const R_PARISC_DIR32 = 1
View Source
const R_PARISC_DIR64 = 80
View Source
const R_PARISC_DPREL14R = 22
View Source
const R_PARISC_DPREL21L = 18
View Source
const R_PARISC_EPLT = 130
View Source
const R_PARISC_FPTR64 = 64
View Source
const R_PARISC_GNU_VTENTRY = 232
View Source
const R_PARISC_GNU_VTINHERIT = 233
View Source
const R_PARISC_GPREL14DR = 92
View Source
const R_PARISC_GPREL14R = 30
View Source
const R_PARISC_GPREL14WR = 91
View Source
const R_PARISC_GPREL16DF = 95
View Source
const R_PARISC_GPREL16F = 93
View Source
const R_PARISC_GPREL16WF = 94
View Source
const R_PARISC_GPREL21L = 26
View Source
const R_PARISC_GPREL64 = 88
View Source
const R_PARISC_HIRESERVE = 255
View Source
const R_PARISC_IPLT = 129
View Source
const R_PARISC_LORESERVE = 128
View Source
const R_PARISC_LTOFF14DR = 100
View Source
const R_PARISC_LTOFF14R = 38
View Source
const R_PARISC_LTOFF14WR = 99
View Source
const R_PARISC_LTOFF16DF = 103
View Source
const R_PARISC_LTOFF16F = 101
View Source
const R_PARISC_LTOFF16WF = 102
View Source
const R_PARISC_LTOFF21L = 34
View Source
const R_PARISC_LTOFF64 = 96
View Source
const R_PARISC_LTOFF_FPTR14DR = 124
View Source
const R_PARISC_LTOFF_FPTR14R = 62
View Source
const R_PARISC_LTOFF_FPTR14WR = 123
View Source
const R_PARISC_LTOFF_FPTR16DF = 127
View Source
const R_PARISC_LTOFF_FPTR16F = 125
View Source
const R_PARISC_LTOFF_FPTR16WF = 126
View Source
const R_PARISC_LTOFF_FPTR21L = 58
View Source
const R_PARISC_LTOFF_FPTR32 = 57
View Source
const R_PARISC_LTOFF_FPTR64 = 120
View Source
const R_PARISC_LTOFF_TP14DR = 228
View Source
const R_PARISC_LTOFF_TP14F = 167
View Source
const R_PARISC_LTOFF_TP14R = 166
View Source
const R_PARISC_LTOFF_TP14WR = 227
View Source
const R_PARISC_LTOFF_TP16DF = 231
View Source
const R_PARISC_LTOFF_TP16F = 229
View Source
const R_PARISC_LTOFF_TP16WF = 230
View Source
const R_PARISC_LTOFF_TP21L = 162
View Source
const R_PARISC_LTOFF_TP64 = 224
View Source
const R_PARISC_NONE = 0
View Source
const R_PARISC_PCREL14DR = 76
View Source
const R_PARISC_PCREL14R = 14
View Source
const R_PARISC_PCREL14WR = 75
View Source
const R_PARISC_PCREL16DF = 79
View Source
const R_PARISC_PCREL16F = 77
View Source
const R_PARISC_PCREL16WF = 78
View Source
const R_PARISC_PCREL17F = 12
View Source
const R_PARISC_PCREL17R = 11
View Source
const R_PARISC_PCREL21L = 10
View Source
const R_PARISC_PCREL22F = 74
View Source
const R_PARISC_PCREL32 = 9
View Source
const R_PARISC_PCREL64 = 72
View Source
const R_PARISC_PLABEL14R = 70
View Source
const R_PARISC_PLABEL21L = 66
View Source
const R_PARISC_PLABEL32 = 65
View Source
const R_PARISC_PLTOFF14DR = 116
View Source
const R_PARISC_PLTOFF14R = 54
View Source
const R_PARISC_PLTOFF14WR = 115
View Source
const R_PARISC_PLTOFF16DF = 119
View Source
const R_PARISC_PLTOFF16F = 117
View Source
const R_PARISC_PLTOFF16WF = 118
View Source
const R_PARISC_PLTOFF21L = 50
View Source
const R_PARISC_SECREL32 = 41
View Source
const R_PARISC_SECREL64 = 104
View Source
const R_PARISC_SEGBASE = 48
View Source
const R_PARISC_SEGREL32 = 49
View Source
const R_PARISC_SEGREL64 = 112
View Source
const R_PARISC_TLS_DTPMOD32 = 242
View Source
const R_PARISC_TLS_DTPMOD64 = 243
View Source
const R_PARISC_TLS_DTPOFF32 = 244
View Source
const R_PARISC_TLS_DTPOFF64 = 245
View Source
const R_PARISC_TLS_GD14R = 235
View Source
const R_PARISC_TLS_GD21L = 234
View Source
const R_PARISC_TLS_GDCALL = 236
View Source
const R_PARISC_TLS_IE14R = 166
View Source
const R_PARISC_TLS_IE21L = 162
View Source
const R_PARISC_TLS_LDM14R = 238
View Source
const R_PARISC_TLS_LDM21L = 237
View Source
const R_PARISC_TLS_LDMCALL = 239
View Source
const R_PARISC_TLS_LDO14R = 241
View Source
const R_PARISC_TLS_LDO21L = 240
View Source
const R_PARISC_TLS_LE14R = 158
View Source
const R_PARISC_TLS_LE21L = 154
View Source
const R_PARISC_TLS_TPREL32 = 153
View Source
const R_PARISC_TLS_TPREL64 = 216
View Source
const R_PARISC_TPREL14DR = 220
View Source
const R_PARISC_TPREL14R = 158
View Source
const R_PARISC_TPREL14WR = 219
View Source
const R_PARISC_TPREL16DF = 223
View Source
const R_PARISC_TPREL16F = 221
View Source
const R_PARISC_TPREL16WF = 222
View Source
const R_PARISC_TPREL21L = 154
View Source
const R_PARISC_TPREL32 = 153
View Source
const R_PARISC_TPREL64 = 216
View Source
const R_PPC64_ADDR14 = 7
View Source
const R_PPC64_ADDR14_BRNTAKEN = 9
View Source
const R_PPC64_ADDR14_BRTAKEN = 8
View Source
const R_PPC64_ADDR16 = 3
View Source
const R_PPC64_ADDR16_DS = 56
View Source
const R_PPC64_ADDR16_HA = 6
View Source
const R_PPC64_ADDR16_HI = 5
View Source
const R_PPC64_ADDR16_HIGH = 110
View Source
const R_PPC64_ADDR16_HIGHA = 111
View Source
const R_PPC64_ADDR16_HIGHER = 39
View Source
const R_PPC64_ADDR16_HIGHERA = 40
View Source
const R_PPC64_ADDR16_HIGHEST = 41
View Source
const R_PPC64_ADDR16_HIGHESTA = 42
View Source
const R_PPC64_ADDR16_LO = 4
View Source
const R_PPC64_ADDR16_LO_DS = 57
View Source
const R_PPC64_ADDR24 = 2
View Source
const R_PPC64_ADDR30 = 37
View Source
const R_PPC64_ADDR32 = 1
View Source
const R_PPC64_ADDR64 = 38
View Source
const R_PPC64_COPY = 19
View Source
const R_PPC64_DTPMOD64 = 68
View Source
const R_PPC64_DTPREL16 = 74
View Source
const R_PPC64_DTPREL16_DS = 101
View Source
const R_PPC64_DTPREL16_HA = 77
View Source
const R_PPC64_DTPREL16_HI = 76
View Source
const R_PPC64_DTPREL16_HIGH = 114
View Source
const R_PPC64_DTPREL16_HIGHA = 115
View Source
const R_PPC64_DTPREL16_HIGHER = 103
View Source
const R_PPC64_DTPREL16_HIGHERA = 104
View Source
const R_PPC64_DTPREL16_HIGHEST = 105
View Source
const R_PPC64_DTPREL16_HIGHESTA = 106
View Source
const R_PPC64_DTPREL16_LO = 75
View Source
const R_PPC64_DTPREL16_LO_DS = 102
View Source
const R_PPC64_DTPREL64 = 78
View Source
const R_PPC64_GLOB_DAT = 20
View Source
const R_PPC64_GOT16 = 14
View Source
const R_PPC64_GOT16_DS = 58
View Source
const R_PPC64_GOT16_HA = 17
View Source
const R_PPC64_GOT16_HI = 16
View Source
const R_PPC64_GOT16_LO = 15
View Source
const R_PPC64_GOT16_LO_DS = 59
View Source
const R_PPC64_GOT_DTPREL16_DS = 91
View Source
const R_PPC64_GOT_DTPREL16_HA = 94
View Source
const R_PPC64_GOT_DTPREL16_HI = 93
View Source
const R_PPC64_GOT_DTPREL16_LO_DS = 92
View Source
const R_PPC64_GOT_TLSGD16 = 79
View Source
const R_PPC64_GOT_TLSGD16_HA = 82
View Source
const R_PPC64_GOT_TLSGD16_HI = 81
View Source
const R_PPC64_GOT_TLSGD16_LO = 80
View Source
const R_PPC64_GOT_TLSLD16 = 83
View Source
const R_PPC64_GOT_TLSLD16_HA = 86
View Source
const R_PPC64_GOT_TLSLD16_HI = 85
View Source
const R_PPC64_GOT_TLSLD16_LO = 84
View Source
const R_PPC64_GOT_TPREL16_DS = 87
View Source
const R_PPC64_GOT_TPREL16_HA = 90
View Source
const R_PPC64_GOT_TPREL16_HI = 89
View Source
const R_PPC64_GOT_TPREL16_LO_DS = 88
View Source
const R_PPC64_IRELATIVE = 248
View Source
const R_PPC64_JMP_IREL = 247
View Source
const R_PPC64_JMP_SLOT = 21
View Source
const R_PPC64_NONE = 0
View Source
const R_PPC64_PLT16_HA = 31
View Source
const R_PPC64_PLT16_HI = 30
View Source
const R_PPC64_PLT16_LO = 29
View Source
const R_PPC64_PLT16_LO_DS = 60
View Source
const R_PPC64_PLT32 = 27
View Source
const R_PPC64_PLT64 = 45
View Source
const R_PPC64_PLTGOT16 = 52
View Source
const R_PPC64_PLTGOT16_DS = 65
View Source
const R_PPC64_PLTGOT16_HA = 55
View Source
const R_PPC64_PLTGOT16_HI = 54
View Source
const R_PPC64_PLTGOT16_LO = 53
View Source
const R_PPC64_PLTGOT16_LO_DS = 66
View Source
const R_PPC64_PLTREL32 = 28
View Source
const R_PPC64_PLTREL64 = 46
View Source
const R_PPC64_REL14 = 11
View Source
const R_PPC64_REL14_BRNTAKEN = 13
View Source
const R_PPC64_REL14_BRTAKEN = 12
View Source
const R_PPC64_REL16 = 249
View Source
const R_PPC64_REL16_HA = 252
View Source
const R_PPC64_REL16_HI = 251
View Source
const R_PPC64_REL16_LO = 250
View Source
const R_PPC64_REL24 = 10
View Source
const R_PPC64_REL32 = 26
View Source
const R_PPC64_REL64 = 44
View Source
const R_PPC64_RELATIVE = 22
View Source
const R_PPC64_SECTOFF = 33
View Source
const R_PPC64_SECTOFF_DS = 61
View Source
const R_PPC64_SECTOFF_HA = 36
View Source
const R_PPC64_SECTOFF_HI = 35
View Source
const R_PPC64_SECTOFF_LO = 34
View Source
const R_PPC64_SECTOFF_LO_DS = 62
View Source
const R_PPC64_TLS = 67
View Source
const R_PPC64_TLSGD = 107
View Source
const R_PPC64_TLSLD = 108
View Source
const R_PPC64_TOC = 51
View Source
const R_PPC64_TOC16 = 47
View Source
const R_PPC64_TOC16_DS = 63
View Source
const R_PPC64_TOC16_HA = 50
View Source
const R_PPC64_TOC16_HI = 49
View Source
const R_PPC64_TOC16_LO = 48
View Source
const R_PPC64_TOC16_LO_DS = 64
View Source
const R_PPC64_TOCSAVE = 109
View Source
const R_PPC64_TPREL16 = 69
View Source
const R_PPC64_TPREL16_DS = 95
View Source
const R_PPC64_TPREL16_HA = 72
View Source
const R_PPC64_TPREL16_HI = 71
View Source
const R_PPC64_TPREL16_HIGH = 112
View Source
const R_PPC64_TPREL16_HIGHA = 113
View Source
const R_PPC64_TPREL16_HIGHER = 97
View Source
const R_PPC64_TPREL16_HIGHERA = 98
View Source
const R_PPC64_TPREL16_HIGHEST = 99
View Source
const R_PPC64_TPREL16_HIGHESTA = 100
View Source
const R_PPC64_TPREL16_LO = 70
View Source
const R_PPC64_TPREL16_LO_DS = 96
View Source
const R_PPC64_TPREL64 = 73
View Source
const R_PPC64_UADDR16 = 25
View Source
const R_PPC64_UADDR32 = 24
View Source
const R_PPC64_UADDR64 = 43
View Source
const R_PPC_ADDR14 = 7
View Source
const R_PPC_ADDR14_BRNTAKEN = 9
View Source
const R_PPC_ADDR14_BRTAKEN = 8
View Source
const R_PPC_ADDR16 = 3
View Source
const R_PPC_ADDR16_HA = 6
View Source
const R_PPC_ADDR16_HI = 5
View Source
const R_PPC_ADDR16_LO = 4
View Source
const R_PPC_ADDR24 = 2
View Source
const R_PPC_ADDR32 = 1
View Source
const R_PPC_COPY = 19
View Source
const R_PPC_DIAB_RELSDA_HA = 185
View Source
const R_PPC_DIAB_RELSDA_HI = 184
View Source
const R_PPC_DIAB_RELSDA_LO = 183
View Source
const R_PPC_DIAB_SDA21_HA = 182
View Source
const R_PPC_DIAB_SDA21_HI = 181
View Source
const R_PPC_DIAB_SDA21_LO = 180
View Source
const R_PPC_DTPMOD32 = 68
View Source
const R_PPC_DTPREL16 = 74
View Source
const R_PPC_DTPREL16_HA = 77
View Source
const R_PPC_DTPREL16_HI = 76
View Source
const R_PPC_DTPREL16_LO = 75
View Source
const R_PPC_DTPREL32 = 78
View Source
const R_PPC_EMB_BIT_FLD = 115
View Source
const R_PPC_EMB_MRKREF = 110
View Source
const R_PPC_EMB_NADDR16 = 102
View Source
const R_PPC_EMB_NADDR16_HA = 105
View Source
const R_PPC_EMB_NADDR16_HI = 104
View Source
const R_PPC_EMB_NADDR16_LO = 103
View Source
const R_PPC_EMB_NADDR32 = 101
View Source
const R_PPC_EMB_RELSDA = 116
View Source
const R_PPC_EMB_RELSEC16 = 111
View Source
const R_PPC_EMB_RELST_HA = 114
View Source
const R_PPC_EMB_RELST_HI = 113
View Source
const R_PPC_EMB_RELST_LO = 112
View Source
const R_PPC_EMB_SDA21 = 109
View Source
const R_PPC_EMB_SDA2I16 = 107
View Source
const R_PPC_EMB_SDA2REL = 108
View Source
const R_PPC_EMB_SDAI16 = 106
View Source
const R_PPC_GLOB_DAT = 20
View Source
const R_PPC_GOT16 = 14
View Source
const R_PPC_GOT16_HA = 17
View Source
const R_PPC_GOT16_HI = 16
View Source
const R_PPC_GOT16_LO = 15
View Source
const R_PPC_GOT_DTPREL16 = 91
View Source
const R_PPC_GOT_DTPREL16_HA = 94
View Source
const R_PPC_GOT_DTPREL16_HI = 93
View Source
const R_PPC_GOT_DTPREL16_LO = 92
View Source
const R_PPC_GOT_TLSGD16 = 79
View Source
const R_PPC_GOT_TLSGD16_HA = 82
View Source
const R_PPC_GOT_TLSGD16_HI = 81
View Source
const R_PPC_GOT_TLSGD16_LO = 80
View Source
const R_PPC_GOT_TLSLD16 = 83
View Source
const R_PPC_GOT_TLSLD16_HA = 86
View Source
const R_PPC_GOT_TLSLD16_HI = 85
View Source
const R_PPC_GOT_TLSLD16_LO = 84
View Source
const R_PPC_GOT_TPREL16 = 87
View Source
const R_PPC_GOT_TPREL16_HA = 90
View Source
const R_PPC_GOT_TPREL16_HI = 89
View Source
const R_PPC_GOT_TPREL16_LO = 88
View Source
const R_PPC_IRELATIVE = 248
View Source
const R_PPC_JMP_SLOT = 21
View Source
const R_PPC_LOCAL24PC = 23
View Source
const R_PPC_NONE = 0
View Source
const R_PPC_PLT16_HA = 31
View Source
const R_PPC_PLT16_HI = 30
View Source
const R_PPC_PLT16_LO = 29
View Source
const R_PPC_PLT32 = 27
View Source
const R_PPC_PLTREL24 = 18
View Source
const R_PPC_PLTREL32 = 28
View Source
const R_PPC_REL14 = 11
View Source
const R_PPC_REL14_BRNTAKEN = 13
View Source
const R_PPC_REL14_BRTAKEN = 12
View Source
const R_PPC_REL16 = 249
View Source
const R_PPC_REL16_HA = 252
View Source
const R_PPC_REL16_HI = 251
View Source
const R_PPC_REL16_LO = 250
View Source
const R_PPC_REL24 = 10
View Source
const R_PPC_REL32 = 26
View Source
const R_PPC_RELATIVE = 22
View Source
const R_PPC_SDAREL16 = 32
View Source
const R_PPC_SECTOFF = 33
View Source
const R_PPC_SECTOFF_HA = 36
View Source
const R_PPC_SECTOFF_HI = 35
View Source
const R_PPC_SECTOFF_LO = 34
View Source
const R_PPC_TLS = 67
View Source
const R_PPC_TLSGD = 95
View Source
const R_PPC_TLSLD = 96
View Source
const R_PPC_TOC16 = 255
View Source
const R_PPC_TPREL16 = 69
View Source
const R_PPC_TPREL16_HA = 72
View Source
const R_PPC_TPREL16_HI = 71
View Source
const R_PPC_TPREL16_LO = 70
View Source
const R_PPC_TPREL32 = 73
View Source
const R_PPC_UADDR16 = 25
View Source
const R_PPC_UADDR32 = 24
View Source
const R_RISCV_32 = 1
View Source
const R_RISCV_32_PCREL = 57
View Source
const R_RISCV_64 = 2
View Source
const R_RISCV_ADD16 = 34
View Source
const R_RISCV_ADD32 = 35
View Source
const R_RISCV_ADD64 = 36
View Source
const R_RISCV_ADD8 = 33
View Source
const R_RISCV_ALIGN = 43
View Source
const R_RISCV_BRANCH = 16
View Source
const R_RISCV_CALL = 18
View Source
const R_RISCV_CALL_PLT = 19
View Source
const R_RISCV_COPY = 4
View Source
const R_RISCV_GOT32_PCREL = 41
View Source
const R_RISCV_GOT_HI20 = 20
View Source
const R_RISCV_HI20 = 26
View Source
const R_RISCV_IRELATIVE = 58
View Source
const R_RISCV_JAL = 17
View Source
const R_RISCV_JUMP_SLOT = 5
View Source
const R_RISCV_LO12_I = 27
View Source
const R_RISCV_LO12_S = 28
View Source
const R_RISCV_NONE = 0
View Source
const R_RISCV_PCREL_HI20 = 23
View Source
const R_RISCV_PCREL_LO12_I = 24
View Source
const R_RISCV_PCREL_LO12_S = 25
View Source
const R_RISCV_PLT32 = 59
View Source
const R_RISCV_RELATIVE = 3
View Source
const R_RISCV_RELAX = 51
View Source
const R_RISCV_RVC_BRANCH = 44
View Source
const R_RISCV_RVC_JUMP = 45
View Source
const R_RISCV_RVC_LUI = 46
View Source
const R_RISCV_SET16 = 55
View Source
const R_RISCV_SET32 = 56
View Source
const R_RISCV_SET6 = 53
View Source
const R_RISCV_SET8 = 54
View Source
const R_RISCV_SET_ULEB128 = 60
View Source
const R_RISCV_SUB16 = 38
View Source
const R_RISCV_SUB32 = 39
View Source
const R_RISCV_SUB6 = 52
View Source
const R_RISCV_SUB64 = 40
View Source
const R_RISCV_SUB8 = 37
View Source
const R_RISCV_SUB_ULEB128 = 61
View Source
const R_RISCV_TLSDESC = 12
View Source
const R_RISCV_TLSDESC_ADD_LO12 = 64
View Source
const R_RISCV_TLSDESC_CALL = 65
View Source
const R_RISCV_TLSDESC_HI20 = 62
View Source
const R_RISCV_TLSDESC_LOAD_LO12 = 63
View Source
const R_RISCV_TLS_DTPMOD32 = 6
View Source
const R_RISCV_TLS_DTPMOD64 = 7
View Source
const R_RISCV_TLS_DTPREL32 = 8
View Source
const R_RISCV_TLS_DTPREL64 = 9
View Source
const R_RISCV_TLS_GD_HI20 = 22
View Source
const R_RISCV_TLS_GOT_HI20 = 21
View Source
const R_RISCV_TLS_TPREL32 = 10
View Source
const R_RISCV_TLS_TPREL64 = 11
View Source
const R_RISCV_TPREL_ADD = 32
View Source
const R_RISCV_TPREL_HI20 = 29
View Source
const R_RISCV_TPREL_LO12_I = 30
View Source
const R_RISCV_TPREL_LO12_S = 31
View Source
const R_SH_ALIGN = 29
View Source
const R_SH_CODE = 30
View Source
const R_SH_COPY = 162
View Source
const R_SH_COUNT = 28
View Source
const R_SH_DATA = 31
View Source
const R_SH_DIR32 = 1
View Source
const R_SH_DIR8BP = 7
View Source
const R_SH_DIR8L = 9
View Source
const R_SH_DIR8W = 8
View Source
const R_SH_DIR8WPL = 5
View Source
const R_SH_DIR8WPN = 3
View Source
const R_SH_DIR8WPZ = 6
View Source
const R_SH_FUNCDESC = 207
View Source
const R_SH_FUNCDESC_VALUE = 208
View Source
const R_SH_GLOB_DAT = 163
View Source
const R_SH_GNU_VTENTRY = 35
View Source
const R_SH_GNU_VTINHERIT = 34
View Source
const R_SH_GOT20 = 201
View Source
const R_SH_GOT32 = 160
View Source
const R_SH_GOTFUNCDESC = 203
View Source
const R_SH_GOTFUNCDEST20 = 204
View Source
const R_SH_GOTOFF = 166
View Source
const R_SH_GOTOFF20 = 202
View Source
const R_SH_GOTOFFFUNCDESC = 205
View Source
const R_SH_GOTOFFFUNCDEST20 = 206
View Source
const R_SH_GOTPC = 167
View Source
const R_SH_IND12W = 4
View Source
const R_SH_JMP_SLOT = 164
View Source
const R_SH_LABEL = 32
View Source
const R_SH_NONE = 0
View Source
const R_SH_NUM = 256
View Source
const R_SH_PLT32 = 161
View Source
const R_SH_REL32 = 2
View Source
const R_SH_RELATIVE = 165
View Source
const R_SH_SWITCH16 = 25
View Source
const R_SH_SWITCH32 = 26
View Source
const R_SH_SWITCH8 = 33
View Source
const R_SH_TLS_DTPMOD32 = 149
View Source
const R_SH_TLS_DTPOFF32 = 150
View Source
const R_SH_TLS_GD_32 = 144
View Source
const R_SH_TLS_IE_32 = 147
View Source
const R_SH_TLS_LDO_32 = 146
View Source
const R_SH_TLS_LD_32 = 145
View Source
const R_SH_TLS_LE_32 = 148
View Source
const R_SH_TLS_TPOFF32 = 151
View Source
const R_SH_USES = 27
View Source
const R_SPARC_10 = 30
View Source
const R_SPARC_11 = 31
View Source
const R_SPARC_13 = 11
View Source
const R_SPARC_16 = 2
View Source
const R_SPARC_22 = 10
View Source
const R_SPARC_32 = 3
View Source
const R_SPARC_5 = 44
View Source
const R_SPARC_6 = 45
View Source
const R_SPARC_64 = 32
View Source
const R_SPARC_7 = 43
View Source
const R_SPARC_8 = 1
View Source
const R_SPARC_COPY = 19
View Source
const R_SPARC_DISP16 = 5
View Source
const R_SPARC_DISP32 = 6
View Source
const R_SPARC_DISP64 = 46
View Source
const R_SPARC_DISP8 = 4
View Source
const R_SPARC_GLOB_DAT = 20
View Source
const R_SPARC_GLOB_JMP = 42
View Source
const R_SPARC_GNU_VTENTRY = 251
View Source
const R_SPARC_GNU_VTINHERIT = 250
View Source
const R_SPARC_GOT10 = 13
View Source
const R_SPARC_GOT13 = 14
View Source
const R_SPARC_GOT22 = 15
View Source
const R_SPARC_GOTDATA_HIX22 = 80
View Source
const R_SPARC_GOTDATA_LOX10 = 81
View Source
const R_SPARC_GOTDATA_OP = 84
View Source
const R_SPARC_GOTDATA_OP_HIX22 = 82
View Source
const R_SPARC_GOTDATA_OP_LOX10 = 83
View Source
const R_SPARC_H34 = 85
View Source
const R_SPARC_H44 = 50
View Source
const R_SPARC_HH22 = 34
View Source
const R_SPARC_HI22 = 9
View Source
const R_SPARC_HIPLT22 = 25
View Source
const R_SPARC_HIX22 = 48
View Source
const R_SPARC_HM10 = 35
View Source
const R_SPARC_JMP_SLOT = 21
View Source
const R_SPARC_L44 = 52
View Source
const R_SPARC_LM22 = 36
View Source
const R_SPARC_LO10 = 12
View Source
const R_SPARC_LOPLT10 = 26
View Source
const R_SPARC_LOX10 = 49
View Source
const R_SPARC_M44 = 51
View Source
const R_SPARC_NONE = 0
View Source
const R_SPARC_NUM = 253
View Source
const R_SPARC_OLO10 = 33
View Source
const R_SPARC_PC10 = 16
View Source
const R_SPARC_PC22 = 17
View Source
const R_SPARC_PCPLT10 = 29
View Source
const R_SPARC_PCPLT22 = 28
View Source
const R_SPARC_PCPLT32 = 27
View Source
const R_SPARC_PC_HH22 = 37
View Source
const R_SPARC_PC_HM10 = 38
View Source
const R_SPARC_PC_LM22 = 39
View Source
const R_SPARC_PLT32 = 24
View Source
const R_SPARC_PLT64 = 47
View Source
const R_SPARC_REGISTER = 53
View Source
const R_SPARC_RELATIVE = 22
View Source
const R_SPARC_REV32 = 252
View Source
const R_SPARC_SIZE32 = 86
View Source
const R_SPARC_SIZE64 = 87
View Source
const R_SPARC_TLS_DTPMOD32 = 74
View Source
const R_SPARC_TLS_DTPMOD64 = 75
View Source
const R_SPARC_TLS_DTPOFF32 = 76
View Source
const R_SPARC_TLS_DTPOFF64 = 77
View Source
const R_SPARC_TLS_GD_ADD = 58
View Source
const R_SPARC_TLS_GD_CALL = 59
View Source
const R_SPARC_TLS_GD_HI22 = 56
View Source
const R_SPARC_TLS_GD_LO10 = 57
View Source
const R_SPARC_TLS_IE_ADD = 71
View Source
const R_SPARC_TLS_IE_HI22 = 67
View Source
const R_SPARC_TLS_IE_LD = 69
View Source
const R_SPARC_TLS_IE_LDX = 70
View Source
const R_SPARC_TLS_IE_LO10 = 68
View Source
const R_SPARC_TLS_LDM_ADD = 62
View Source
const R_SPARC_TLS_LDM_CALL = 63
View Source
const R_SPARC_TLS_LDM_HI22 = 60
View Source
const R_SPARC_TLS_LDM_LO10 = 61
View Source
const R_SPARC_TLS_LDO_ADD = 66
View Source
const R_SPARC_TLS_LDO_HIX22 = 64
View Source
const R_SPARC_TLS_LDO_LOX10 = 65
View Source
const R_SPARC_TLS_LE_HIX22 = 72
View Source
const R_SPARC_TLS_LE_LOX10 = 73
View Source
const R_SPARC_TLS_TPOFF32 = 78
View Source
const R_SPARC_TLS_TPOFF64 = 79
View Source
const R_SPARC_UA16 = 55
View Source
const R_SPARC_UA32 = 23
View Source
const R_SPARC_UA64 = 54
View Source
const R_SPARC_WDISP16 = 40
View Source
const R_SPARC_WDISP19 = 41
View Source
const R_SPARC_WDISP22 = 8
View Source
const R_SPARC_WDISP30 = 7
View Source
const R_SPARC_WPLT30 = 18
View Source
const R_X86_64_16 = 12
View Source
const R_X86_64_32 = 10
View Source
const R_X86_64_32S = 11
View Source
const R_X86_64_64 = 1
View Source
const R_X86_64_8 = 14
View Source
const R_X86_64_COPY = 5
View Source
const R_X86_64_DTPMOD64 = 16
View Source
const R_X86_64_DTPOFF32 = 21
View Source
const R_X86_64_DTPOFF64 = 17
View Source
const R_X86_64_GLOB_DAT = 6
View Source
const R_X86_64_GOT32 = 3
View Source
const R_X86_64_GOT64 = 27
View Source
const R_X86_64_GOTOFF64 = 25
View Source
const R_X86_64_GOTPC32 = 26
View Source
const R_X86_64_GOTPC32_TLSDESC = 34
View Source
const R_X86_64_GOTPC64 = 29
View Source
const R_X86_64_GOTPCREL = 9
View Source
const R_X86_64_GOTPCREL64 = 28
View Source
const R_X86_64_GOTPCRELX = 41
View Source
const R_X86_64_GOTPLT64 = 30
View Source
const R_X86_64_GOTTPOFF = 22
View Source
const R_X86_64_IRELATIVE = 37
View Source
const R_X86_64_JUMP_SLOT = 7
View Source
const R_X86_64_NONE = 0
View Source
const R_X86_64_NUM = 43
View Source
const R_X86_64_PC16 = 13
View Source
const R_X86_64_PC32 = 2
View Source
const R_X86_64_PC64 = 24
View Source
const R_X86_64_PC8 = 15
View Source
const R_X86_64_PLT32 = 4
View Source
const R_X86_64_PLTOFF64 = 31
View Source
const R_X86_64_RELATIVE = 8
View Source
const R_X86_64_RELATIVE64 = 38
View Source
const R_X86_64_REX_GOTPCRELX = 42
View Source
const R_X86_64_SIZE32 = 32
View Source
const R_X86_64_SIZE64 = 33
View Source
const R_X86_64_TLSDESC = 36
View Source
const R_X86_64_TLSDESC_CALL = 35
View Source
const R_X86_64_TLSGD = 19
View Source
const R_X86_64_TLSLD = 20
View Source
const R_X86_64_TPOFF32 = 23
View Source
const R_X86_64_TPOFF64 = 18
View Source
const SA = 194
View Source
const SALT_MAX = 8
View Source
const SALT_MAX1 = 16
View Source
const SA_EXPOSE_TAGBITS = 2048
View Source
const SA_NOCLDSTOP = 1
View Source
const SA_NOCLDWAIT = 2
View Source
const SA_NODEFER = 1073741824
View Source
const SA_NOMASK = 1073741824
View Source
const SA_ONESHOT = 2147483648
View Source
const SA_ONSTACK = 134217728
View Source
const SA_RESETHAND = 2147483648
View Source
const SA_RESTART = 268435456
View Source
const SA_RESTORER = 67108864
View Source
const SA_SIGINFO = 4
View Source
const SA_UNSUPPORTED = 1024
View Source
const SB = 244
View Source
const SCHAR_MAX = 127
View Source
const SCHED_BATCH = 3
View Source
const SCHED_DEADLINE = 6
View Source
const SCHED_FIFO = 1
View Source
const SCHED_IDLE = 5
View Source
const SCHED_OTHER = 0
View Source
const SCHED_RESET_ON_FORK = 1073741824
View Source
const SCHED_RR = 2
View Source
const SCM_CREDENTIALS = 2
View Source
const SCM_RIGHTS = 1
View Source
const SCM_TIMESTAMP = 29
View Source
const SCM_TIMESTAMPING = 37
View Source
const SCM_TIMESTAMPING_OLD = 37
View Source
const SCM_TIMESTAMPING_OPT_STATS = 54
View Source
const SCM_TIMESTAMPING_PKTINFO = 58
View Source
const SCM_TIMESTAMPNS = 35
View Source
const SCM_TIMESTAMPNS_OLD = 35
View Source
const SCM_TIMESTAMP_OLD = 29
View Source
const SCM_TXTIME = 61
View Source
const SCM_WIFI_STATUS = 41
View Source
const SCNd16 = "hd"
View Source
const SCNd32 = "d"
View Source
const SCNd8 = "hhd"
View Source
const SCNdFAST16 = "d"
View Source
const SCNdFAST32 = "d"
View Source
const SCNdFAST8 = "hhd"
View Source
const SCNdLEAST16 = "hd"
View Source
const SCNdLEAST32 = "d"
View Source
const SCNdLEAST8 = "hhd"
View Source
const SCNi16 = "hi"
View Source
const SCNi32 = "i"
View Source
const SCNi8 = "hhi"
View Source
const SCNiFAST16 = "i"
View Source
const SCNiFAST32 = "i"
View Source
const SCNiFAST8 = "hhi"
View Source
const SCNiLEAST16 = "hi"
View Source
const SCNiLEAST32 = "i"
View Source
const SCNiLEAST8 = "hhi"
View Source
const SCNo16 = "ho"
View Source
const SCNo32 = "o"
View Source
const SCNo8 = "hho"
View Source
const SCNoFAST16 = "o"
View Source
const SCNoFAST32 = "o"
View Source
const SCNoFAST8 = "hho"
View Source
const SCNoLEAST16 = "ho"
View Source
const SCNoLEAST32 = "o"
View Source
const SCNoLEAST8 = "hho"
View Source
const SCNu16 = "hu"
View Source
const SCNu32 = "u"
View Source
const SCNu8 = "hhu"
View Source
const SCNuFAST16 = "u"
View Source
const SCNuFAST32 = "u"
View Source
const SCNuFAST8 = "hhu"
View Source
const SCNuLEAST16 = "hu"
View Source
const SCNuLEAST32 = "u"
View Source
const SCNuLEAST8 = "hhu"
View Source
const SCNx16 = "hx"
View Source
const SCNx32 = "x"
View Source
const SCNx8 = "hhx"
View Source
const SCNxFAST16 = "x"
View Source
const SCNxFAST32 = "x"
View Source
const SCNxFAST8 = "hhx"
View Source
const SCNxLEAST16 = "hx"
View Source
const SCNxLEAST32 = "x"
View Source
const SCNxLEAST8 = "hhx"
View Source
const SEEK_CUR = 1
View Source
const SEEK_DATA = 3
View Source
const SEEK_END = 2
View Source
const SEEK_HOLE = 4
View Source
const SEEK_SET = 0
View Source
const SEGV_ACCERR = 2
View Source
const SEGV_BNDERR = 3
View Source
const SEGV_MAPERR = 1
View Source
const SEGV_MTEAERR = 8
View Source
const SEGV_MTESERR = 9
View Source
const SEGV_PKUERR = 4
View Source
const SELFMAG = 4
View Source
const SEM_INFO = 19
View Source
const SEM_NSEMS_MAX = 256
View Source
const SEM_UNDO = 4096
View Source
const SEM_VALUE_MAX = 2147483647
View Source
const SERVFAIL = 0
View Source
const SETALL = 17
View Source
const SETVAL = 16
View Source
const SFD_CLOEXEC = 524288
View Source
const SFD_NONBLOCK = 2048
View Source
const SHADOW = "/etc/shadow"
View Source
const SHF_ALPHA_GPREL = 268435456
View Source
const SHF_ARM_COMDEF = 2147483648
View Source
const SHF_ARM_ENTRYSECT = 268435456
View Source
const SHF_IA_64_NORECOV = 536870912
View Source
const SHF_IA_64_SHORT = 268435456
View Source
const SHF_MASKOS = 267386880
View Source
const SHF_MASKPROC = 4026531840
View Source
const SHF_MIPS_ADDR = 1073741824
View Source
const SHF_MIPS_GPREL = 268435456
View Source
const SHF_MIPS_LOCAL = 67108864
View Source
const SHF_MIPS_MERGE = 536870912
View Source
const SHF_MIPS_NAMES = 33554432
View Source
const SHF_MIPS_NODUPE = 16777216
View Source
const SHF_MIPS_NOSTRIP = 134217728
View Source
const SHF_MIPS_STRINGS = 2147483648
View Source
const SHF_PARISC_HUGE = 1073741824
View Source
const SHF_PARISC_SBP = 2147483648
View Source
const SHF_PARISC_SHORT = 536870912
View Source
const SHIFT_JIS = 209
View Source
const SHMLBA = 4096
View Source
const SHM_DEST = 512
View Source
const SHM_EXEC = 32768
View Source
const SHM_HUGETLB = 2048
View Source
const SHM_HUGE_MASK = 63
View Source
const SHM_HUGE_SHIFT = 26
View Source
const SHM_INFO = 14
View Source
const SHM_LOCK = 11
View Source
const SHM_LOCKED = 1024
View Source
const SHM_NORESERVE = 4096
View Source
const SHM_R = 256
View Source
const SHM_RDONLY = 4096
View Source
const SHM_REMAP = 16384
View Source
const SHM_RND = 8192
View Source
const SHM_UNLOCK = 12
View Source
const SHM_W = 128
View Source
const SHN_ABS = 65521
View Source
const SHN_AFTER = 65281
View Source
const SHN_BEFORE = 65280
View Source
const SHN_COMMON = 65522
View Source
const SHN_HIOS = 65343
View Source
const SHN_HIPROC = 65311
View Source
const SHN_HIRESERVE = 65535
View Source
const SHN_LOOS = 65312
View Source
const SHN_LOPROC = 65280
View Source
const SHN_LORESERVE = 65280
View Source
const SHN_MIPS_ACOMMON = 65280
View Source
const SHN_MIPS_DATA = 65282
View Source
const SHN_MIPS_SCOMMON = 65283
View Source
const SHN_MIPS_SUNDEFINED = 65284
View Source
const SHN_MIPS_TEXT = 65281
View Source
const SHN_PARISC_ANSI_COMMON = 65280
View Source
const SHN_PARISC_HUGE_COMMON = 65281
View Source
const SHN_UNDEF = 0
View Source
const SHN_XINDEX = 65535
View Source
const SHORT_INODE = 16777216
View Source
const SHRT_MAX = 32767
View Source
const SHT_ALPHA_DEBUG = 1879048193
View Source
const SHT_ALPHA_REGINFO = 1879048194
View Source
const SHT_CHECKSUM = 1879048184
View Source
const SHT_DYNAMIC = 6
View Source
const SHT_DYNSYM = 11
View Source
const SHT_FINI_ARRAY = 15
View Source
const SHT_GNU_ATTRIBUTES = 1879048181
View Source
const SHT_GNU_HASH = 1879048182
View Source
const SHT_GNU_LIBLIST = 1879048183
View Source
const SHT_GNU_verdef = 1879048189
View Source
const SHT_GNU_verneed = 1879048190
View Source
const SHT_GNU_versym = 1879048191
View Source
const SHT_GROUP = 17
View Source
const SHT_HASH = 5
View Source
const SHT_HIOS = 1879048191
View Source
const SHT_HIPROC = 2147483647
View Source
const SHT_HISUNW = 1879048191
View Source
const SHT_HIUSER = 2415919103
View Source
const SHT_INIT_ARRAY = 14
View Source
const SHT_LOOS = 1610612736
View Source
const SHT_LOPROC = 1879048192
View Source
const SHT_LOSUNW = 1879048186
View Source
const SHT_LOUSER = 2147483648
View Source
const SHT_MIPS_AUXSYM = 1879048214
View Source
const SHT_MIPS_CONFLICT = 1879048194
View Source
const SHT_MIPS_CONTENT = 1879048204
View Source
const SHT_MIPS_DEBUG = 1879048197
View Source
const SHT_MIPS_DELTACLASS = 1879048221
View Source
const SHT_MIPS_DELTADECL = 1879048223
View Source
const SHT_MIPS_DELTAINST = 1879048220
View Source
const SHT_MIPS_DELTASYM = 1879048219
View Source
const SHT_MIPS_DENSE = 1879048211
View Source
const SHT_MIPS_DWARF = 1879048222
View Source
const SHT_MIPS_EH_REGION = 1879048231
View Source
const SHT_MIPS_EVENTS = 1879048225
View Source
const SHT_MIPS_EXTSYM = 1879048210
View Source
const SHT_MIPS_FDESC = 1879048209
View Source
const SHT_MIPS_GPTAB = 1879048195
View Source
const SHT_MIPS_IFACE = 1879048203
View Source
const SHT_MIPS_LIBLIST = 1879048192
View Source
const SHT_MIPS_LINE = 1879048217
View Source
const SHT_MIPS_LOCSTR = 1879048216
View Source
const SHT_MIPS_LOCSYM = 1879048213
View Source
const SHT_MIPS_MSYM = 1879048193
View Source
const SHT_MIPS_OPTIONS = 1879048205
View Source
const SHT_MIPS_OPTSYM = 1879048215
View Source
const SHT_MIPS_PACKAGE = 1879048199
View Source
const SHT_MIPS_PACKSYM = 1879048200
View Source
const SHT_MIPS_PDESC = 1879048212
View Source
const SHT_MIPS_PDR_EXCEPTION = 1879048233
View Source
const SHT_MIPS_PIXIE = 1879048227
View Source
const SHT_MIPS_REGINFO = 1879048198
View Source
const SHT_MIPS_RELD = 1879048201
View Source
const SHT_MIPS_RFDESC = 1879048218
View Source
const SHT_MIPS_SHDR = 1879048208
View Source
const SHT_MIPS_SYMBOL_LIB = 1879048224
View Source
const SHT_MIPS_TRANSLATE = 1879048226
View Source
const SHT_MIPS_UCODE = 1879048196
View Source
const SHT_MIPS_WHIRL = 1879048230
View Source
const SHT_MIPS_XLATE = 1879048228
View Source
const SHT_MIPS_XLATE_DEBUG = 1879048229
View Source
const SHT_MIPS_XLATE_OLD = 1879048232
View Source
const SHT_NOBITS = 8
View Source
const SHT_NOTE = 7
View Source
const SHT_NULL = 0
View Source
const SHT_NUM = 20
View Source
const SHT_PARISC_DOC = 1879048194
View Source
const SHT_PARISC_EXT = 1879048192
View Source
const SHT_PARISC_UNWIND = 1879048193
View Source
const SHT_PREINIT_ARRAY = 16
View Source
const SHT_PROGBITS = 1
View Source
const SHT_REL = 9
View Source
const SHT_RELA = 4
View Source
const SHT_RELR = 19
View Source
const SHT_SHLIB = 10
View Source
const SHT_STRTAB = 3
View Source
const SHT_SUNW_COMDAT = 1879048187
View Source
const SHT_SUNW_move = 1879048186
View Source
const SHT_SUNW_syminfo = 1879048188
View Source
const SHT_SYMTAB = 2
View Source
const SHT_SYMTAB_SHNDX = 18
View Source
const SHUT_RD = 0
View Source
const SHUT_RDWR = 2
View Source
const SHUT_WR = 1
View Source
const SIGABRT = 6
View Source
const SIGALRM = 14
View Source
const SIGBUS = 7
View Source
const SIGCANCEL = 33
View Source
const SIGCHLD = 17
View Source
const SIGCONT = 18
View Source
const SIGEV_NONE = 1
View Source
const SIGEV_SIGNAL = 0
View Source
const SIGEV_THREAD = 2
View Source
const SIGEV_THREAD_ID = 4
View Source
const SIGFPE = 8
View Source
const SIGHUP = 1
View Source
const SIGILL = 4
View Source
const SIGINT = 2
View Source
const SIGIO = 29
View Source
const SIGIOT = 6
View Source
const SIGKILL = 9
View Source
const SIGPIPE = 13
View Source
const SIGPOLL = 29
View Source
const SIGPROF = 27
View Source
const SIGPWR = 30
View Source
const SIGQUIT = 3
View Source
const SIGSEGV = 11
View Source
const SIGSTKFLT = 16
View Source
const SIGSTKSZ = 8192
View Source
const SIGSTOP = 19
View Source
const SIGSYNCCALL = 34
View Source
const SIGSYS = 31
View Source
const SIGTERM = 15
View Source
const SIGTIMER = 32
View Source
const SIGTRAP = 5
View Source
const SIGTSTP = 20
View Source
const SIGTTIN = 21
View Source
const SIGTTOU = 22
View Source
const SIGUNUSED = 31
View Source
const SIGURG = 23
View Source
const SIGUSR1 = 10
View Source
const SIGUSR2 = 12
View Source
const SIGVTALRM = 26
View Source
const SIGWINCH = 28
View Source
const SIGXCPU = 24
View Source
const SIGXFSZ = 25
View Source
const SIG_ATOMIC_MAX = 2147483647
View Source
const SIG_ATOMIC_MIN = -2147483648
View Source
const SIG_BLOCK = 0
View Source
const SIG_SETMASK = 2
View Source
const SIG_UNBLOCK = 1
View Source
const SIOCADDDLCI = 35200
View Source
const SIOCADDMULTI = 35121
View Source
const SIOCADDRT = 35083
View Source
const SIOCATMARK = 35077
View Source
const SIOCDARP = 35155
View Source
const SIOCDELDLCI = 35201
View Source
const SIOCDELMULTI = 35122
View Source
const SIOCDELRT = 35084
View Source
const SIOCDEVPRIVATE = 35312
View Source
const SIOCDIFADDR = 35126
View Source
const SIOCDRARP = 35168
View Source
const SIOCGARP = 35156
View Source
const SIOCGIFADDR = 35093
View Source
const SIOCGIFBR = 35136
View Source
const SIOCGIFBRDADDR = 35097
View Source
const SIOCGIFCONF = 35090
View Source
const SIOCGIFCOUNT = 35128
View Source
const SIOCGIFDSTADDR = 35095
View Source
const SIOCGIFENCAP = 35109
View Source
const SIOCGIFFLAGS = 35091
View Source
const SIOCGIFHWADDR = 35111
View Source
const SIOCGIFINDEX = 35123
View Source
const SIOCGIFMAP = 35184
View Source
const SIOCGIFMEM = 35103
View Source
const SIOCGIFMETRIC = 35101
View Source
const SIOCGIFMTU = 35105
View Source
const SIOCGIFNAME = 35088
View Source
const SIOCGIFNETMASK = 35099
View Source
const SIOCGIFPFLAGS = 35125
View Source
const SIOCGIFSLAVE = 35113
View Source
const SIOCGIFTXQLEN = 35138
View Source
const SIOCGPGRP = 35076
View Source
const SIOCGRARP = 35169
View Source
const SIOCGSTAMP = 35078
View Source
const SIOCGSTAMPNS = 35079
View Source
const SIOCGSTAMPNS_OLD = 35079
View Source
const SIOCGSTAMP_OLD = 35078
View Source
const SIOCPROTOPRIVATE = 35296
View Source
const SIOCRTMSG = 35085
View Source
const SIOCSARP = 35157
View Source
const SIOCSIFADDR = 35094
View Source
const SIOCSIFBR = 35137
View Source
const SIOCSIFBRDADDR = 35098
View Source
const SIOCSIFDSTADDR = 35096
View Source
const SIOCSIFENCAP = 35110
View Source
const SIOCSIFFLAGS = 35092
View Source
const SIOCSIFHWADDR = 35108
View Source
const SIOCSIFHWBROADCAST = 35127
View Source
const SIOCSIFLINK = 35089
View Source
const SIOCSIFMAP = 35185
View Source
const SIOCSIFMEM = 35104
View Source
const SIOCSIFMETRIC = 35102
View Source
const SIOCSIFMTU = 35106
View Source
const SIOCSIFNAME = 35107
View Source
const SIOCSIFNETMASK = 35100
View Source
const SIOCSIFPFLAGS = 35124
View Source
const SIOCSIFSLAVE = 35120
View Source
const SIOCSIFTXQLEN = 35139
View Source
const SIOCSPGRP = 35074
View Source
const SIOCSRARP = 35170
View Source
const SIOGIFINDEX = 35123
View Source
const SIZE_L = 2
View Source
const SIZE_MAX = 18446744073709551615
View Source
const SIZE_def = 0
View Source
const SIZE_l = 1
View Source
const SIZE_ll = 3
View Source
const SI_KERNEL = 128
View Source
const SI_LOAD_SHIFT = 16
View Source
const SI_USER = 0
View Source
const SNDPIPE = 2
View Source
const SNDZERO = 1
View Source
const SOCK_CLOEXEC = 524288
View Source
const SOCK_DCCP = 6
View Source
const SOCK_DGRAM = 2
View Source
const SOCK_NONBLOCK = 2048
View Source
const SOCK_PACKET = 10
View Source
const SOCK_RAW = 3
View Source
const SOCK_RDM = 4
View Source
const SOCK_SEQPACKET = 5
View Source
const SOCK_STREAM = 1
View Source
const SOL_AAL = 265
View Source
const SOL_ALG = 279
View Source
const SOL_ATM = 264
View Source
const SOL_BLUETOOTH = 274
View Source
const SOL_CAIF = 278
View Source
const SOL_DCCP = 269
View Source
const SOL_DECNET = 261
View Source
const SOL_ICMPV6 = 58
View Source
const SOL_IP = 0
View Source
const SOL_IPV6 = 41
View Source
const SOL_IRDA = 266
View Source
const SOL_IUCV = 277
View Source
const SOL_KCM = 281
View Source
const SOL_LLC = 268
View Source
const SOL_NETBEUI = 267
View Source
const SOL_NETLINK = 270
View Source
const SOL_NFC = 280
View Source
const SOL_PACKET = 263
View Source
const SOL_PNPIPE = 275
View Source
const SOL_PPPOL2TP = 273
View Source
const SOL_RAW = 255
View Source
const SOL_RDS = 276
View Source
const SOL_RXRPC = 272
View Source
const SOL_SOCKET = 1
View Source
const SOL_TIPC = 271
View Source
const SOL_TLS = 282
View Source
const SOL_X25 = 262
View Source
const SOL_XDP = 283
View Source
const SOMAXCONN = 128
View Source
const SO_ACCEPTCONN = 30
View Source
const SO_ATTACH_BPF = 50
View Source
const SO_ATTACH_FILTER = 26
View Source
const SO_ATTACH_REUSEPORT_CBPF = 51
View Source
const SO_ATTACH_REUSEPORT_EBPF = 52
View Source
const SO_BINDTODEVICE = 25
View Source
const SO_BINDTOIFINDEX = 62
View Source
const SO_BPF_EXTENSIONS = 48
View Source
const SO_BROADCAST = 6
View Source
const SO_BSDCOMPAT = 14
View Source
const SO_BUSY_POLL = 46
View Source
const SO_BUSY_POLL_BUDGET = 70
View Source
const SO_CNX_ADVICE = 53
View Source
const SO_COOKIE = 57
View Source
const SO_DEBUG = 1
View Source
const SO_DETACH_BPF = 27
View Source
const SO_DETACH_FILTER = 27
View Source
const SO_DETACH_REUSEPORT_BPF = 68
View Source
const SO_DOMAIN = 39
View Source
const SO_DONTROUTE = 5
View Source
const SO_ERROR = 4
View Source
const SO_GET_FILTER = 26
View Source
const SO_INCOMING_CPU = 49
View Source
const SO_INCOMING_NAPI_ID = 56
View Source
const SO_KEEPALIVE = 9
View Source
const SO_LINGER = 13
View Source
const SO_LOCK_FILTER = 44
View Source
const SO_MARK = 36
View Source
const SO_MAX_PACING_RATE = 47
View Source
const SO_MEMINFO = 55
View Source
const SO_NOFCS = 43
View Source
const SO_NO_CHECK = 11
View Source
const SO_OOBINLINE = 10
View Source
const SO_PASSCRED = 16
View Source
const SO_PASSSEC = 34
View Source
const SO_PEEK_OFF = 42
View Source
const SO_PEERCRED = 17
View Source
const SO_PEERGROUPS = 59
View Source
const SO_PEERNAME = 28
View Source
const SO_PEERSEC = 31
View Source
const SO_PREFER_BUSY_POLL = 69
View Source
const SO_PRIORITY = 12
View Source
const SO_PROTOCOL = 38
View Source
const SO_RCVBUF = 8
View Source
const SO_RCVBUFFORCE = 33
View Source
const SO_RCVLOWAT = 18
View Source
const SO_RCVTIMEO = 20
View Source
const SO_RCVTIMEO_OLD = 20
View Source
const SO_REUSEADDR = 2
View Source
const SO_REUSEPORT = 15
View Source
const SO_RXQ_OVFL = 40
View Source
const SO_SECURITY_AUTHENTICATION = 22
View Source
const SO_SECURITY_ENCRYPTION_NETWORK = 24
View Source
const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
View Source
const SO_SELECT_ERR_QUEUE = 45
View Source
const SO_SNDBUF = 7
View Source
const SO_SNDBUFFORCE = 32
View Source
const SO_SNDLOWAT = 19
View Source
const SO_SNDTIMEO = 21
View Source
const SO_SNDTIMEO_OLD = 21
View Source
const SO_TIMESTAMP = 29
View Source
const SO_TIMESTAMPING = 37
View Source
const SO_TIMESTAMPING_OLD = 37
View Source
const SO_TIMESTAMPNS = 35
View Source
const SO_TIMESTAMPNS_OLD = 35
View Source
const SO_TIMESTAMP_OLD = 29
View Source
const SO_TXTIME = 61
View Source
const SO_TYPE = 3
View Source
const SO_WIFI_STATUS = 41
View Source
const SO_ZEROCOPY = 60
View Source
const SPLICE_F_GIFT = 8
View Source
const SPLICE_F_MORE = 4
View Source
const SPLICE_F_MOVE = 1
View Source
const SPLICE_F_NONBLOCK = 2
View Source
const SSIZE_MAX = 9223372036854775807
View Source
const SS_DISABLE = 2
View Source
const SS_FLAG_BITS = 2147483648
View Source
const SS_ONSTACK = 1
View Source
const STATUS = 0
View Source
const STA_CLK = 32768
View Source
const STA_CLOCKERR = 4096
View Source
const STA_DEL = 32
View Source
const STA_FLL = 8
View Source
const STA_FREQHOLD = 128
View Source
const STA_INS = 16
View Source
const STA_MODE = 16384
View Source
const STA_NANO = 8192
View Source
const STA_PLL = 1
View Source
const STA_PPSERROR = 2048
View Source
const STA_PPSFREQ = 2
View Source
const STA_PPSJITTER = 512
View Source
const STA_PPSSIGNAL = 256
View Source
const STA_PPSTIME = 4
View Source
const STA_PPSWANDER = 1024
View Source
const STA_UNSYNC = 64
View Source
const STB_GLOBAL = 1
View Source
const STB_GNU_UNIQUE = 10
View Source
const STB_HIOS = 12
View Source
const STB_HIPROC = 15
View Source
const STB_LOCAL = 0
View Source
const STB_LOOS = 10
View Source
const STB_LOPROC = 13
View Source
const STB_MIPS_SPLIT_COMMON = 13
View Source
const STB_NUM = 3
View Source
const STB_WEAK = 2
View Source
const STDERR_FILENO = 2
View Source
const STDIN_FILENO = 0
View Source
const STDOUT_FILENO = 1
View Source
const STICKY_TIMEOUTS = 67108864
View Source
const STN_UNDEF = 0
View Source
const STO_ALPHA_NOPV = 128
View Source
const STO_ALPHA_STD_GPLOAD = 136
View Source
const STO_MIPS_DEFAULT = 0
View Source
const STO_MIPS_HIDDEN = 2
View Source
const STO_MIPS_INTERNAL = 1
View Source
const STO_MIPS_PLT = 8
View Source
const STO_MIPS_PROTECTED = 3
View Source
const STO_MIPS_SC_ALIGN_UNUSED = 255
View Source
const STO_PPC64_LOCAL_BIT = 5
View Source
const STO_PPC64_LOCAL_MASK = 224
View Source
const STT_ARM_16BIT = 15
View Source
const STT_ARM_TFUNC = 13
View Source
const STT_COMMON = 5
View Source
const STT_FILE = 4
View Source
const STT_FUNC = 2
View Source
const STT_GNU_IFUNC = 10
View Source
const STT_HIOS = 12
View Source
const STT_HIPROC = 15
View Source
const STT_LOOS = 10
View Source
const STT_LOPROC = 13
View Source
const STT_NOTYPE = 0
View Source
const STT_NUM = 7
View Source
const STT_OBJECT = 1
View Source
const STT_PARISC_MILLICODE = 13
View Source
const STT_SECTION = 3
View Source
const STT_SPARC_REGISTER = 13
View Source
const STT_TLS = 6
View Source
const STV_DEFAULT = 0
View Source
const STV_HIDDEN = 2
View Source
const STV_INTERNAL = 1
View Source
const STV_PROTECTED = 3
View Source
const ST_APPEND = 256
View Source
const ST_IMMUTABLE = 512
View Source
const ST_MANDLOCK = 64
View Source
const ST_NOATIME = 1024
View Source
const ST_NODEV = 4
View Source
const ST_NODIRATIME = 2048
View Source
const ST_NOEXEC = 8
View Source
const ST_NOSUID = 2
View Source
const ST_RDONLY = 1
View Source
const ST_RELATIME = 4096
View Source
const ST_SYNCHRONOUS = 16
View Source
const ST_WRITE = 128
View Source
const SUBCMDMASK = 255
View Source
const SUBCMDSHIFT = 8
View Source
const SWAP_FLAG_DISCARD = 65536
View Source
const SWAP_FLAG_PREFER = 32768
View Source
const SWAP_FLAG_PRIO_MASK = 32767
View Source
const SWAP_FLAG_PRIO_SHIFT = 0
View Source
const SYMINFO_BT_LOWRESERVE = 65280
View Source
const SYMINFO_BT_PARENT = 65534
View Source
const SYMINFO_BT_SELF = 65535
View Source
const SYMINFO_CURRENT = 1
View Source
const SYMINFO_FLG_COPY = 4
View Source
const SYMINFO_FLG_DIRECT = 1
View Source
const SYMINFO_FLG_LAZYLOAD = 8
View Source
const SYMINFO_FLG_PASSTHRU = 2
View Source
const SYMINFO_NONE = 0
View Source
const SYMINFO_NUM = 2
View Source
const SYMLOOP_MAX = 40
View Source
const SYNC_FILE_RANGE_WAIT_AFTER = 4
View Source
const SYNC_FILE_RANGE_WAIT_BEFORE = 1
View Source
const SYNC_FILE_RANGE_WRITE = 2
View Source
const SYSCALL_DISPATCH_FILTER_ALLOW = 0
View Source
const SYSCALL_DISPATCH_FILTER_BLOCK = 1
View Source
const SYSCALL_MMAP2_UNIT = 4096
View Source
const SYSCALL_NO_TLS = 1
View Source
const SYS_SECCOMP = 1
View Source
const SYS_USER_DISPATCH = 2
View Source
const SYS__sysctl = 156
View Source
const SYS_accept = 43
View Source
const SYS_accept4 = 288
View Source
const SYS_access = 21
View Source
const SYS_acct = 163
View Source
const SYS_add_key = 248
View Source
const SYS_adjtimex = 159
View Source
const SYS_afs_syscall = 183
View Source
const SYS_alarm = 37
View Source
const SYS_arch_prctl = 158
View Source
const SYS_bind = 49
View Source
const SYS_bpf = 321
View Source
const SYS_brk = 12
View Source
const SYS_capget = 125
View Source
const SYS_capset = 126
View Source
const SYS_chdir = 80
View Source
const SYS_chmod = 90
View Source
const SYS_chown = 92
View Source
const SYS_chroot = 161
View Source
const SYS_clock_adjtime = 305
View Source
const SYS_clock_getres = 229
View Source
const SYS_clock_gettime = 228
View Source
const SYS_clock_nanosleep = 230
View Source
const SYS_clock_settime = 227
View Source
const SYS_clone = 56
View Source
const SYS_clone3 = 435
View Source
const SYS_close = 3
View Source
const SYS_close_range = 436
View Source
const SYS_connect = 42
View Source
const SYS_copy_file_range = 326
View Source
const SYS_creat = 85
View Source
const SYS_create_module = 174
View Source
const SYS_delete_module = 176
View Source
const SYS_dup = 32
View Source
const SYS_dup2 = 33
View Source
const SYS_dup3 = 292
View Source
const SYS_epoll_create = 213
View Source
const SYS_epoll_create1 = 291
View Source
const SYS_epoll_ctl = 233
View Source
const SYS_epoll_ctl_old = 214
View Source
const SYS_epoll_pwait = 281
View Source
const SYS_epoll_pwait2 = 441
View Source
const SYS_epoll_wait = 232
View Source
const SYS_epoll_wait_old = 215
View Source
const SYS_eventfd = 284
View Source
const SYS_eventfd2 = 290
View Source
const SYS_execve = 59
View Source
const SYS_execveat = 322
View Source
const SYS_exit = 60
View Source
const SYS_exit_group = 231
View Source
const SYS_faccessat = 269
View Source
const SYS_faccessat2 = 439
View Source
const SYS_fadvise = 221
View Source
const SYS_fadvise64 = 221
View Source
const SYS_fallocate = 285
View Source
const SYS_fanotify_init = 300
View Source
const SYS_fanotify_mark = 301
View Source
const SYS_fchdir = 81
View Source
const SYS_fchmod = 91
View Source
const SYS_fchmodat = 268
View Source
const SYS_fchown = 93
View Source
const SYS_fchownat = 260
View Source
const SYS_fcntl = 72
View Source
const SYS_fdatasync = 75
View Source
const SYS_fgetxattr = 193
View Source
const SYS_finit_module = 313
View Source
const SYS_flistxattr = 196
View Source
const SYS_flock = 73
View Source
const SYS_fork = 57
View Source
const SYS_fremovexattr = 199
View Source
const SYS_fsconfig = 431
View Source
const SYS_fsetxattr = 190
View Source
const SYS_fsmount = 432
View Source
const SYS_fsopen = 430
View Source
const SYS_fspick = 433
View Source
const SYS_fstat = 5
View Source
const SYS_fstatat = 262
View Source
const SYS_fstatfs = 138
View Source
const SYS_fsync = 74
View Source
const SYS_ftruncate = 77
View Source
const SYS_futex = 202
View Source
const SYS_futimesat = 261
View Source
const SYS_get_kernel_syms = 177
View Source
const SYS_get_mempolicy = 239
View Source
const SYS_get_robust_list = 274
View Source
const SYS_get_thread_area = 211
View Source
const SYS_getcpu = 309
View Source
const SYS_getcwd = 79
View Source
const SYS_getdents = 217
View Source
const SYS_getdents64 = 217
View Source
const SYS_getegid = 108
View Source
const SYS_geteuid = 107
View Source
const SYS_getgid = 104
View Source
const SYS_getgroups = 115
View Source
const SYS_getitimer = 36
View Source
const SYS_getpeername = 52
View Source
const SYS_getpgid = 121
View Source
const SYS_getpgrp = 111
View Source
const SYS_getpid = 39
View Source
const SYS_getpmsg = 181
View Source
const SYS_getppid = 110
View Source
const SYS_getpriority = 140
View Source
const SYS_getrandom = 318
View Source
const SYS_getresgid = 120
View Source
const SYS_getresuid = 118
View Source
const SYS_getrlimit = 97
View Source
const SYS_getrusage = 98
View Source
const SYS_getsid = 124
View Source
const SYS_getsockname = 51
View Source
const SYS_getsockopt = 55
View Source
const SYS_gettid = 186
View Source
const SYS_gettimeofday = 96
View Source
const SYS_getuid = 102
View Source
const SYS_getxattr = 191
View Source
const SYS_init_module = 175
View Source
const SYS_inotify_add_watch = 254
View Source
const SYS_inotify_init = 253
View Source
const SYS_inotify_init1 = 294
View Source
const SYS_inotify_rm_watch = 255
View Source
const SYS_io_cancel = 210
View Source
const SYS_io_destroy = 207
View Source
const SYS_io_getevents = 208
View Source
const SYS_io_pgetevents = 333
View Source
const SYS_io_setup = 206
View Source
const SYS_io_submit = 209
View Source
const SYS_io_uring_enter = 426
View Source
const SYS_io_uring_register = 427
View Source
const SYS_io_uring_setup = 425
View Source
const SYS_ioctl = 16
View Source
const SYS_ioperm = 173
View Source
const SYS_iopl = 172
View Source
const SYS_ioprio_get = 252
View Source
const SYS_ioprio_set = 251
View Source
const SYS_kcmp = 312
View Source
const SYS_kexec_file_load = 320
View Source
const SYS_kexec_load = 246
View Source
const SYS_keyctl = 250
View Source
const SYS_kill = 62
View Source
const SYS_landlock_add_rule = 445
View Source
const SYS_landlock_create_ruleset = 444
View Source
const SYS_landlock_restrict_self = 446
View Source
const SYS_lchown = 94
View Source
const SYS_lgetxattr = 192
View Source
const SYS_link = 86
View Source
const SYS_linkat = 265
View Source
const SYS_listen = 50
View Source
const SYS_listxattr = 194
View Source
const SYS_llistxattr = 195
View Source
const SYS_lookup_dcookie = 212
View Source
const SYS_lremovexattr = 198
View Source
const SYS_lseek = 8
View Source
const SYS_lsetxattr = 189
View Source
const SYS_lstat = 6
View Source
const SYS_madvise = 28
View Source
const SYS_mbind = 237
View Source
const SYS_membarrier = 324
View Source
const SYS_memfd_create = 319
View Source
const SYS_migrate_pages = 256
View Source
const SYS_mincore = 27
View Source
const SYS_mkdir = 83
View Source
const SYS_mkdirat = 258
View Source
const SYS_mknod = 133
View Source
const SYS_mknodat = 259
View Source
const SYS_mlock = 149
View Source
const SYS_mlock2 = 325
View Source
const SYS_mlockall = 151
View Source
const SYS_mmap = 9
View Source
const SYS_mmap2 = 9
View Source
const SYS_modify_ldt = 154
View Source
const SYS_mount = 165
View Source
const SYS_mount_setattr = 442
View Source
const SYS_move_mount = 429
View Source
const SYS_move_pages = 279
View Source
const SYS_mprotect = 10
View Source
const SYS_mq_getsetattr = 245
View Source
const SYS_mq_notify = 244
View Source
const SYS_mq_open = 240
View Source
const SYS_mq_timedreceive = 243
View Source
const SYS_mq_timedsend = 242
View Source
const SYS_mq_unlink = 241
View Source
const SYS_mremap = 25
View Source
const SYS_msgctl = 71
View Source
const SYS_msgget = 68
View Source
const SYS_msgrcv = 70
View Source
const SYS_msgsnd = 69
View Source
const SYS_msync = 26
View Source
const SYS_munlock = 150
View Source
const SYS_munlockall = 152
View Source
const SYS_munmap = 11
View Source
const SYS_name_to_handle_at = 303
View Source
const SYS_nanosleep = 35
View Source
const SYS_newfstatat = 262
View Source
const SYS_nfsservctl = 180
View Source
const SYS_open = 2
View Source
const SYS_open_by_handle_at = 304
View Source
const SYS_open_tree = 428
View Source
const SYS_openat = 257
View Source
const SYS_openat2 = 437
View Source
const SYS_pause = 34
View Source
const SYS_perf_event_open = 298
View Source
const SYS_personality = 135
View Source
const SYS_pidfd_getfd = 438
View Source
const SYS_pidfd_open = 434
View Source
const SYS_pidfd_send_signal = 424
View Source
const SYS_pipe = 22
View Source
const SYS_pipe2 = 293
View Source
const SYS_pivot_root = 155
View Source
const SYS_pkey_alloc = 330
View Source
const SYS_pkey_free = 331
View Source
const SYS_pkey_mprotect = 329
View Source
const SYS_poll = 7
View Source
const SYS_ppoll = 271
View Source
const SYS_prctl = 157
View Source
const SYS_pread = 17
View Source
const SYS_pread64 = 17
View Source
const SYS_preadv = 295
View Source
const SYS_preadv2 = 327
View Source
const SYS_prlimit64 = 302
View Source
const SYS_process_madvise = 440
View Source
const SYS_process_vm_readv = 310
View Source
const SYS_process_vm_writev = 311
View Source
const SYS_pselect6 = 270
View Source
const SYS_ptrace = 101
View Source
const SYS_putpmsg = 182
View Source
const SYS_pwrite = 18
View Source
const SYS_pwrite64 = 18
View Source
const SYS_pwritev = 296
View Source
const SYS_pwritev2 = 328
View Source
const SYS_query_module = 178
View Source
const SYS_quotactl = 179
View Source
const SYS_read = 0
View Source
const SYS_readahead = 187
View Source
const SYS_readlink = 89
View Source
const SYS_readlinkat = 267
View Source
const SYS_readv = 19
View Source
const SYS_reboot = 169
View Source
const SYS_recvfrom = 45
View Source
const SYS_recvmmsg = 299
View Source
const SYS_recvmsg = 47
View Source
const SYS_remap_file_pages = 216
View Source
const SYS_removexattr = 197
View Source
const SYS_rename = 82
View Source
const SYS_renameat = 264
View Source
const SYS_renameat2 = 316
View Source
const SYS_request_key = 249
View Source
const SYS_restart_syscall = 219
View Source
const SYS_rmdir = 84
View Source
const SYS_rseq = 334
View Source
const SYS_rt_sigaction = 13
View Source
const SYS_rt_sigpending = 127
View Source
const SYS_rt_sigprocmask = 14
View Source
const SYS_rt_sigqueueinfo = 129
View Source
const SYS_rt_sigreturn = 15
View Source
const SYS_rt_sigsuspend = 130
View Source
const SYS_rt_sigtimedwait = 128
View Source
const SYS_rt_tgsigqueueinfo = 297
View Source
const SYS_sched_get_priority_max = 146
View Source
const SYS_sched_get_priority_min = 147
View Source
const SYS_sched_getaffinity = 204
View Source
const SYS_sched_getattr = 315
View Source
const SYS_sched_getparam = 143
View Source
const SYS_sched_getscheduler = 145
View Source
const SYS_sched_rr_get_interval = 148
View Source
const SYS_sched_setaffinity = 203
View Source
const SYS_sched_setattr = 314
View Source
const SYS_sched_setparam = 142
View Source
const SYS_sched_setscheduler = 144
View Source
const SYS_sched_yield = 24
View Source
const SYS_seccomp = 317
View Source
const SYS_security = 185
View Source
const SYS_select = 23
View Source
const SYS_semctl = 66
View Source
const SYS_semget = 64
View Source
const SYS_semop = 65
View Source
const SYS_semtimedop = 220
View Source
const SYS_sendfile = 40
View Source
const SYS_sendmmsg = 307
View Source
const SYS_sendmsg = 46
View Source
const SYS_sendto = 44
View Source
const SYS_set_mempolicy = 238
View Source
const SYS_set_robust_list = 273
View Source
const SYS_set_thread_area = 205
View Source
const SYS_set_tid_address = 218
View Source
const SYS_setdomainname = 171
View Source
const SYS_setfsgid = 123
View Source
const SYS_setfsuid = 122
View Source
const SYS_setgid = 106
View Source
const SYS_setgroups = 116
View Source
const SYS_sethostname = 170
View Source
const SYS_setitimer = 38
View Source
const SYS_setns = 308
View Source
const SYS_setpgid = 109
View Source
const SYS_setpriority = 141
View Source
const SYS_setregid = 114
View Source
const SYS_setresgid = 119
View Source
const SYS_setresuid = 117
View Source
const SYS_setreuid = 113
View Source
const SYS_setrlimit = 160
View Source
const SYS_setsid = 112
View Source
const SYS_setsockopt = 54
View Source
const SYS_settimeofday = 164
View Source
const SYS_setuid = 105
View Source
const SYS_setxattr = 188
View Source
const SYS_shmat = 30
View Source
const SYS_shmctl = 31
View Source
const SYS_shmdt = 67
View Source
const SYS_shmget = 29
View Source
const SYS_shutdown = 48
View Source
const SYS_sigaltstack = 131
View Source
const SYS_signalfd = 282
View Source
const SYS_signalfd4 = 289
View Source
const SYS_socket = 41
View Source
const SYS_socketpair = 53
View Source
const SYS_splice = 275
View Source
const SYS_stat = 4
View Source
const SYS_statfs = 137
View Source
const SYS_statx = 332
View Source
const SYS_swapoff = 168
View Source
const SYS_swapon = 167
View Source
const SYS_symlink = 88
View Source
const SYS_symlinkat = 266
View Source
const SYS_sync = 162
View Source
const SYS_sync_file_range = 277
View Source
const SYS_syncfs = 306
View Source
const SYS_sysfs = 139
View Source
const SYS_sysinfo = 99
View Source
const SYS_syslog = 103
View Source
const SYS_tee = 276
View Source
const SYS_tgkill = 234
View Source
const SYS_time = 201
View Source
const SYS_timer_create = 222
View Source
const SYS_timer_delete = 226
View Source
const SYS_timer_getoverrun = 225
View Source
const SYS_timer_gettime = 224
View Source
const SYS_timer_settime = 223
View Source
const SYS_timerfd_create = 283
View Source
const SYS_timerfd_gettime = 287
View Source
const SYS_timerfd_settime = 286
View Source
const SYS_times = 100
View Source
const SYS_tkill = 200
View Source
const SYS_truncate = 76
View Source
const SYS_tuxcall = 184
View Source
const SYS_umask = 95
View Source
const SYS_umount2 = 166
View Source
const SYS_uname = 63
View Source
const SYS_unlink = 87
View Source
const SYS_unlinkat = 263
View Source
const SYS_unshare = 272
View Source
const SYS_uselib = 134
View Source
const SYS_userfaultfd = 323
View Source
const SYS_ustat = 136
View Source
const SYS_utime = 132
View Source
const SYS_utimensat = 280
View Source
const SYS_utimes = 235
View Source
const SYS_vfork = 58
View Source
const SYS_vhangup = 153
View Source
const SYS_vmsplice = 278
View Source
const SYS_vserver = 236
View Source
const SYS_wait4 = 61
View Source
const SYS_waitid = 247
View Source
const SYS_write = 1
View Source
const SYS_writev = 20
View Source
const S_ADDT = 0
View Source
const S_BANDURG = 512
View Source
const S_ERROR = 16
View Source
const S_HANGUP = 32
View Source
const S_HIPRI = 2
View Source
const S_IEXEC = 64
View Source
const S_IFBLK = 24576
View Source
const S_IFCHR = 8192
View Source
const S_IFDIR = 16384
View Source
const S_IFIFO = 4096
View Source
const S_IFLNK = 40960
View Source
const S_IFMT = 61440
View Source
const S_IFREG = 32768
View Source
const S_IFSOCK = 49152
View Source
const S_INPUT = 1
View Source
const S_IREAD = 256
View Source
const S_IRGRP = 32
View Source
const S_IROTH = 4
View Source
const S_IRUSR = 256
View Source
const S_IRWXG = 56
View Source
const S_IRWXO = 7
View Source
const S_IRWXU = 448
View Source
const S_ISGID = 1024
View Source
const S_ISUID = 2048
View Source
const S_ISVTX = 512
View Source
const S_IWGRP = 16
View Source
const S_IWOTH = 2
View Source
const S_IWRITE = 128
View Source
const S_IWUSR = 128
View Source
const S_IXGRP = 8
View Source
const S_IXOTH = 1
View Source
const S_IXUSR = 64
View Source
const S_MSG = 8
View Source
const S_OUTPUT = 4
View Source
const S_PREREQ = 0
View Source
const S_RDBAND = 128
View Source
const S_RDNORM = 64
View Source
const S_UPDATE = 0
View Source
const S_WRBAND = 256
View Source
const S_WRNORM = 4
View Source
const S_ZONE = 0
View Source
const TAB0 = 0
View Source
const TAB1 = 2048
View Source
const TAB2 = 4096
View Source
const TAB3 = 6144
View Source
const TABDLY = 6144
View Source
const TCFLSH = 21515
View Source
const TCGETA = 21509
View Source
const TCGETS = 21505
View Source
const TCGETX = 21554
View Source
const TCIFLUSH = 0
View Source
const TCIOFF = 2
View Source
const TCIOFLUSH = 2
View Source
const TCION = 3
View Source
const TCOFLUSH = 1
View Source
const TCOOFF = 0
View Source
const TCOON = 1
View Source
const TCP_CC_INFO = 26
View Source
const TCP_CLOSE = 7
View Source
const TCP_CLOSE_WAIT = 8
View Source
const TCP_CLOSING = 11
View Source
const TCP_CM_INQ = 36
View Source
const TCP_CONGESTION = 13
View Source
const TCP_CORK = 3
View Source
const TCP_DEFER_ACCEPT = 9
View Source
const TCP_ESTABLISHED = 1
View Source
const TCP_FASTOPEN = 23
View Source
const TCP_FASTOPEN_CONNECT = 30
View Source
const TCP_FASTOPEN_KEY = 33
View Source
const TCP_FASTOPEN_NO_COOKIE = 34
View Source
const TCP_FIN_WAIT1 = 4
View Source
const TCP_FIN_WAIT2 = 5
View Source
const TCP_INFO = 11
View Source
const TCP_INQ = 36
View Source
const TCP_KEEPCNT = 6
View Source
const TCP_KEEPIDLE = 4
View Source
const TCP_KEEPINTVL = 5
View Source
const TCP_LAST_ACK = 9
View Source
const TCP_LINGER2 = 8
View Source
const TCP_LISTEN = 10
View Source
const TCP_MAXSEG = 2
View Source
const TCP_MD5SIG = 14
View Source
const TCP_MD5SIG_EXT = 32
View Source
const TCP_NODELAY = 1
View Source
const TCP_NOTSENT_LOWAT = 25
View Source
const TCP_QUEUE_SEQ = 21
View Source
const TCP_QUICKACK = 12
View Source
const TCP_REPAIR = 19
View Source
const TCP_REPAIR_OPTIONS = 22
View Source
const TCP_REPAIR_QUEUE = 20
View Source
const TCP_REPAIR_WINDOW = 29
View Source
const TCP_SAVED_SYN = 28
View Source
const TCP_SAVE_SYN = 27
View Source
const TCP_SYNCNT = 7
View Source
const TCP_SYN_RECV = 3
View Source
const TCP_SYN_SENT = 2
View Source
const TCP_THIN_DUPACK = 17
View Source
const TCP_THIN_LINEAR_TIMEOUTS = 16
View Source
const TCP_TIMESTAMP = 24
View Source
const TCP_TIME_WAIT = 6
View Source
const TCP_TX_DELAY = 37
View Source
const TCP_ULP = 31
View Source
const TCP_USER_TIMEOUT = 18
View Source
const TCP_WINDOW_CLAMP = 10
View Source
const TCP_ZEROCOPY_RECEIVE = 35
View Source
const TCSADRAIN = 1
View Source
const TCSAFLUSH = 2
View Source
const TCSANOW = 0
View Source
const TCSBRK = 21513
View Source
const TCSBRKP = 21541
View Source
const TCSETA = 21510
View Source
const TCSETAF = 21512
View Source
const TCSETAW = 21511
View Source
const TCSETS = 21506
View Source
const TCSETSF = 21508
View Source
const TCSETSW = 21507
View Source
const TCSETX = 21555
View Source
const TCSETXF = 21556
View Source
const TCSETXW = 21557
View Source
const TCXONC = 21514
View Source
const TFD_CLOEXEC = 524288
View Source
const TFD_NONBLOCK = 2048
View Source
const TFD_TIMER_ABSTIME = 1
View Source
const THOUSEP = 65537
View Source
const THRESH = 7.446288774449766e+307
View Source
const TIMER_ABSTIME = 1
View Source
const TIME_BAD = 5
View Source
const TIME_DEL = 2
View Source
const TIME_ERROR = 5
View Source
const TIME_INS = 1
View Source
const TIME_OK = 0
View Source
const TIME_OOP = 3
View Source
const TIME_UTC = 1
View Source
const TIME_WAIT = 4
View Source
const TIOCCBRK = 21544
View Source
const TIOCCONS = 21533
View Source
const TIOCEXCL = 21516
View Source
const TIOCGDEV = 2147767346
View Source
const TIOCGETD = 21540
View Source
const TIOCGEXCL = 2147767360
View Source
const TIOCGICOUNT = 21597
View Source
const TIOCGISO7816 = 2150126658
View Source
const TIOCGLCKTRMIOS = 21590
View Source
const TIOCGPGRP = 21519
View Source
const TIOCGPKT = 2147767352
View Source
const TIOCGPTLCK = 2147767353
View Source
const TIOCGPTN = 2147767344
View Source
const TIOCGPTPEER = 21569
View Source
const TIOCGRS485 = 21550
View Source
const TIOCGSERIAL = 21534
View Source
const TIOCGSID = 21545
View Source
const TIOCGSOFTCAR = 21529
View Source
const TIOCGWINSZ = 21523
View Source
const TIOCINQ = 21531
View Source
const TIOCLINUX = 21532
View Source
const TIOCMBIC = 21527
View Source
const TIOCMBIS = 21526
View Source
const TIOCMGET = 21525
View Source
const TIOCMIWAIT = 21596
View Source
const TIOCMSET = 21528
View Source
const TIOCM_CAR = 64
View Source
const TIOCM_CD = 64
View Source
const TIOCM_CTS = 32
View Source
const TIOCM_DSR = 256
View Source
const TIOCM_DTR = 2
View Source
const TIOCM_LE = 1
View Source
const TIOCM_LOOP = 32768
View Source
const TIOCM_OUT1 = 8192
View Source
const TIOCM_OUT2 = 16384
View Source
const TIOCM_RI = 128
View Source
const TIOCM_RNG = 128
View Source
const TIOCM_RTS = 4
View Source
const TIOCM_SR = 16
View Source
const TIOCM_ST = 8
View Source
const TIOCNOTTY = 21538
View Source
const TIOCNXCL = 21517
View Source
const TIOCOUTQ = 21521
View Source
const TIOCPKT = 21536
View Source
const TIOCPKT_DATA = 0
View Source
const TIOCPKT_DOSTOP = 32
View Source
const TIOCPKT_FLUSHREAD = 1
View Source
const TIOCPKT_FLUSHWRITE = 2
View Source
const TIOCPKT_IOCTL = 64
View Source
const TIOCPKT_NOSTOP = 16
View Source
const TIOCPKT_START = 8
View Source
const TIOCPKT_STOP = 4
View Source
const TIOCSBRK = 21543
View Source
const TIOCSCTTY = 21518
View Source
const TIOCSERCONFIG = 21587
View Source
const TIOCSERGETLSR = 21593
View Source
const TIOCSERGETMULTI = 21594
View Source
const TIOCSERGSTRUCT = 21592
View Source
const TIOCSERGWILD = 21588
View Source
const TIOCSERSETMULTI = 21595
View Source
const TIOCSERSWILD = 21589
View Source
const TIOCSER_TEMT = 1
View Source
const TIOCSETD = 21539
View Source
const TIOCSIG = 1074025526
View Source
const TIOCSISO7816 = 3223868483
View Source
const TIOCSLCKTRMIOS = 21591
View Source
const TIOCSPGRP = 21520
View Source
const TIOCSPTLCK = 1074025521
View Source
const TIOCSRS485 = 21551
View Source
const TIOCSSERIAL = 21535
View Source
const TIOCSSOFTCAR = 21530
View Source
const TIOCSTI = 21522
View Source
const TIOCSWINSZ = 21524
View Source
const TIOCVHANGUP = 21559
View Source
const TLSDESC_BACKWARDS = 0
View Source
const TMP_MAX = 10000
View Source
const TOINT_INTRINSICS = 0
View Source
const TOSTOP = 256
View Source
const TP_OFFSET = 0
View Source
const TRAP_BRANCH = 3
View Source
const TRAP_BRKPT = 1
View Source
const TRAP_HWBKPT = 4
View Source
const TRAP_TRACE = 2
View Source
const TRAP_UNK = 5
View Source
const TRE_CHAR_MAX = 1114111
View Source
const TRE_MEM_BLOCK_SIZE = 1024
View Source
const TRE_REGEX_T_FIELD = 0
View Source
const TRY_AGAIN = 2
View Source
const TSS_DTOR_ITERATIONS = 4
View Source
const TTY_NAME_MAX = 32
View Source
const TZNAME_MAX = 6
View Source
const T_A = 0
View Source
const T_A6 = 0
View Source
const T_AAAA = 0
View Source
const T_AFSDB = 0
View Source
const T_ANY = 0
View Source
const T_ATMA = 0
View Source
const T_AVC = 0
View Source
const T_AXFR = 0
View Source
const T_CAA = 0
View Source
const T_CDNSKEY = 0
View Source
const T_CDS = 0
View Source
const T_CNAME = 0
View Source
const T_CSYNC = 0
View Source
const T_DHCID = 0
View Source
const T_DLV = 0
View Source
const T_DNAME = 0
View Source
const T_DNSKEY = 0
View Source
const T_DS = 0
View Source
const T_EID = 0
View Source
const T_EUI48 = 0
View Source
const T_EUI64 = 0
View Source
const T_FMT = 131114
View Source
const T_FMT_AMPM = 131115
View Source
const T_GID = 0
View Source
const T_GPOS = 0
View Source
const T_HINFO = 0
View Source
const T_HIP = 0
View Source
const T_IPSECKEY = 0
View Source
const T_ISDN = 0
View Source
const T_IXFR = 0
View Source
const T_KEY = 0
View Source
const T_L32 = 0
View Source
const T_L64 = 0
View Source
const T_LOC = 0
View Source
const T_LP = 0
View Source
const T_MAILA = 0
View Source
const T_MAILB = 0
View Source
const T_MB = 0
View Source
const T_MD = 0
View Source
const T_MF = 0
View Source
const T_MG = 0
View Source
const T_MINFO = 0
View Source
const T_MR = 0
View Source
const T_MX = 0
View Source
const T_NAPTR = 0
View Source
const T_NID = 0
View Source
const T_NIMLOC = 0
View Source
const T_NINFO = 0
View Source
const T_NS = 0
View Source
const T_NSAP = 0
View Source
const T_NSAP_PTR = 0
View Source
const T_NSEC = 0
View Source
const T_NSEC3 = 0
View Source
const T_NSEC3PARAM = 0
View Source
const T_NULL = 0
View Source
const T_NXT = 0
View Source
const T_OPENPGPKEY = 0
View Source
const T_PTR = 0
View Source
const T_PX = 0
View Source
const T_RKEY = 0
View Source
const T_RP = 0
View Source
const T_RRSIG = 0
View Source
const T_RT = 0
View Source
const T_SIG = 0
View Source
const T_SMIMEA = 0
View Source
const T_SOA = 0
View Source
const T_SPF = 0
View Source
const T_SRV = 0
View Source
const T_SSHFP = 0
View Source
const T_TA = 0
View Source
const T_TALINK = 0
View Source
const T_TKEY = 0
View Source
const T_TLSA = 0
View Source
const T_TSIG = 0
View Source
const T_TXT = 0
View Source
const T_UID = 0
View Source
const T_UINFO = 0
View Source
const T_UNSPEC = 0
View Source
const T_URI = 0
View Source
const T_WKS = 0
View Source
const T_X25 = 0
View Source
const UCHAR_MAX = 255
View Source
const UCS2 = 204
View Source
const UCS2BE = 196
View Source
const UCS2LE = 197
View Source
const UINT16_MAX = 65535
View Source
const UINT32_MAX = 4294967295
View Source
const UINT64_MAX = 18446744073709551615
View Source
const UINT8_MAX = 255
View Source
const UINTMAX_MAX = 18446744073709551615
View Source
const UINTPTR_MAX = 18446744073709551615
View Source
const UINT_FAST16_MAX = 4294967295
View Source
const UINT_FAST32_MAX = 4294967295
View Source
const UINT_FAST64_MAX = 18446744073709551615
View Source
const UINT_FAST8_MAX = 255
View Source
const UINT_LEAST16_MAX = 65535
View Source
const UINT_LEAST32_MAX = 4294967295
View Source
const UINT_LEAST64_MAX = 18446744073709551615
View Source
const UINT_LEAST8_MAX = 255
View Source
const UINT_MAX = 4294967295
View Source
const UIO_MAXIOV = 1024
View Source
const UL_GETFSIZE = 1
View Source
const UL_SETFSIZE = 2
View Source
const UMOUNT_NOFOLLOW = 8
View Source
const UNAME26 = 131072
View Source
const UNGET = 8
View Source
const UNIT = 16
View Source
const UNIT1 = 4096
View Source
const USER_PROCESS = 7
View Source
const USE_MADV_FREE = 0
View Source
const USHRT_MAX = 65535
View Source
const USRQUOTA = 0
View Source
const US_ASCII = 199
View Source
const UTF_16 = 202
View Source
const UTF_16BE = 194
View Source
const UTF_16LE = 193
View Source
const UTF_32 = 203
View Source
const UTF_32BE = 192
View Source
const UTF_32LE = 195
View Source
const UTF_8 = 200
View Source
const UTIME_NOW = 1073741823
View Source
const UTIME_OMIT = 1073741822
View Source
const UTMP_FILE = "_PATH_UTMP"
View Source
const UTMP_FILENAME = "_PATH_UTMP"
View Source
const UT_HOSTSIZE = 256
View Source
const UT_LINESIZE = 32
View Source
const UT_NAMESIZE = 32
View Source
const VDISCARD = 13
View Source
const VDSO_CGT_SYM = "__vdso_clock_gettime"
View Source
const VDSO_CGT_VER = "LINUX_2.6"
View Source
const VDSO_GETCPU_SYM = "__vdso_getcpu"
View Source
const VDSO_GETCPU_VER = "LINUX_2.6"
View Source
const VEOF = 4
View Source
const VEOL = 11
View Source
const VEOL2 = 16
View Source
const VERASE = 2
View Source
const VERSION = "1.2.4"
View Source
const VER_DEF_CURRENT = 1
View Source
const VER_DEF_NONE = 0
View Source
const VER_DEF_NUM = 2
View Source
const VER_FLG_BASE = 1
View Source
const VER_FLG_WEAK = 2
View Source
const VER_NDX_ELIMINATE = 65281
View Source
const VER_NDX_GLOBAL = 1
View Source
const VER_NDX_LOCAL = 0
View Source
const VER_NDX_LORESERVE = 65280
View Source
const VER_NEED_CURRENT = 1
View Source
const VER_NEED_NONE = 0
View Source
const VER_NEED_NUM = 2
View Source
const VINTR = 0
View Source
const VKILL = 3
View Source
const VLNEXT = 15
View Source
const VMIN = 6
View Source
const VQUIT = 1
View Source
const VREPRINT = 12
View Source
const VSTART = 8
View Source
const VSTOP = 9
View Source
const VSUSP = 10
View Source
const VSWTC = 7
View Source
const VT0 = 0
View Source
const VT1 = 16384
View Source
const VTDLY = 16384
View Source
const VTIME = 5
View Source
const VWERASE = 14
View Source
const W = 1
View Source
const WANT_ROUNDING = 1
View Source
const WANT_SNAN = 0
View Source
const WCHAR_T = 198
View Source
const WCONTINUED = 8
View Source
const WCTYPE_ALNUM = 1
View Source
const WCTYPE_ALPHA = 2
View Source
const WCTYPE_BLANK = 3
View Source
const WCTYPE_CNTRL = 4
View Source
const WCTYPE_DIGIT = 5
View Source
const WCTYPE_GRAPH = 6
View Source
const WCTYPE_LOWER = 7
View Source
const WCTYPE_PRINT = 8
View Source
const WCTYPE_PUNCT = 9
View Source
const WCTYPE_SPACE = 10
View Source
const WCTYPE_UPPER = 11
View Source
const WCTYPE_XDIGIT = 12
View Source
const WEOF = 4294967295
View Source
const WEXITED = 4
View Source
const WHOLE_SECONDS = 33554432
View Source
const WINT_MAX = 4294967295
View Source
const WINT_MIN = 0
View Source
const WNOHANG = 1
View Source
const WNOWAIT = 16777216
View Source
const WORD_BIT = 32
View Source
const WR = 3
View Source
const WRDE_APPEND = 2
View Source
const WRDE_BADCHAR = 2
View Source
const WRDE_BADVAL = 3
View Source
const WRDE_CMDSUB = 4
View Source
const WRDE_DOOFFS = 1
View Source
const WRDE_NOCMD = 4
View Source
const WRDE_NOSPACE = 1
View Source
const WRDE_REUSE = 8
View Source
const WRDE_SHOWERR = 16
View Source
const WRDE_SYNTAX = 5
View Source
const WRDE_UNDEF = 32
View Source
const WSTOPPED = 2
View Source
const WTMP_FILE = "_PATH_WTMP"
View Source
const WTMP_FILENAME = "_PATH_WTMP"
View Source
const WUNTRACED = 2
View Source
const W_OK = 2
View Source
const XATTR_CREATE = 1
View Source
const XATTR_REPLACE = 2
View Source
const XCASE = 4
View Source
const XTABS = 6144
View Source
const X_OK = 1
View Source
const YESEXPR = 327680
View Source
const YESSTR = 327682
View Source
const YXDOMAIN = 0
View Source
const YXRRSET = 0

Variables

View Source
var Xenviron uintptr
View Source
var Xgetdate_err int32
View Source
var Xh_errno int32
View Source
var Xin6addr_any = Tin6_addr{}
View Source
var Xin6addr_loopback = Tin6_addr{
	F__in6_union: *(*struct {
		F__s6_addr16 [0][8]Tuint16_t
		F__s6_addr32 [0][4]Tuint32_t
		F__s6_addr   [16]Tuint8_t
	})(unsafe.Pointer(&[16]Tuint8_t{
		15: uint8(1),
	})),
}
View Source
var Xoptarg uintptr
View Source
var Xopterr = int32(1)
View Source
var Xoptind = int32(1)
View Source
var Xoptopt int32
View Source
var Xstderr = uintptr(unsafe.Pointer(&x___stderr_FILE))
View Source
var Xstdin = uintptr(unsafe.Pointer(&x___stdin_FILE))
View Source
var Xstdout = uintptr(unsafe.Pointer(&x___stdout_FILE))

Functions

func AssignAddComplex128

func AssignAddComplex128(p *complex128, v complex128) complex128

func AssignAddComplex64

func AssignAddComplex64(p *complex64, v complex64) complex64

func AssignAddFloat32

func AssignAddFloat32(p *float32, v float32) float32

func AssignAddFloat64

func AssignAddFloat64(p *float64, v float64) float64

func AssignAddInt16

func AssignAddInt16(p *int16, v int16) int16

func AssignAddInt32

func AssignAddInt32(p *int32, v int32) int32

func AssignAddInt64

func AssignAddInt64(p *int64, v int64) int64

func AssignAddInt8

func AssignAddInt8(p *int8, v int8) int8

func AssignAddPtrComplex128

func AssignAddPtrComplex128(p uintptr, v complex128) complex128

func AssignAddPtrComplex64

func AssignAddPtrComplex64(p uintptr, v complex64) complex64

func AssignAddPtrFloat32

func AssignAddPtrFloat32(p uintptr, v float32) float32

func AssignAddPtrFloat64

func AssignAddPtrFloat64(p uintptr, v float64) float64

func AssignAddPtrInt16

func AssignAddPtrInt16(p uintptr, v int16) int16

func AssignAddPtrInt32

func AssignAddPtrInt32(p uintptr, v int32) int32

func AssignAddPtrInt64

func AssignAddPtrInt64(p uintptr, v int64) int64

func AssignAddPtrInt8

func AssignAddPtrInt8(p uintptr, v int8) int8

func AssignAddPtrUint16

func AssignAddPtrUint16(p uintptr, v uint16) uint16

func AssignAddPtrUint32

func AssignAddPtrUint32(p uintptr, v uint32) uint32

func AssignAddPtrUint64

func AssignAddPtrUint64(p uintptr, v uint64) uint64

func AssignAddPtrUint8

func AssignAddPtrUint8(p uintptr, v uint8) uint8

func AssignAddPtrUintptr

func AssignAddPtrUintptr(p uintptr, v uintptr) uintptr

func AssignAddUint16

func AssignAddUint16(p *uint16, v uint16) uint16

func AssignAddUint32

func AssignAddUint32(p *uint32, v uint32) uint32

func AssignAddUint64

func AssignAddUint64(p *uint64, v uint64) uint64

func AssignAddUint8

func AssignAddUint8(p *uint8, v uint8) uint8

func AssignAddUintptr

func AssignAddUintptr(p *uintptr, v uintptr) uintptr

func AssignAndInt16

func AssignAndInt16(p *int16, v int16) int16

func AssignAndInt32

func AssignAndInt32(p *int32, v int32) int32

func AssignAndInt64

func AssignAndInt64(p *int64, v int64) int64

func AssignAndInt8

func AssignAndInt8(p *int8, v int8) int8

func AssignAndPtrInt16

func AssignAndPtrInt16(p uintptr, v int16) int16

func AssignAndPtrInt32

func AssignAndPtrInt32(p uintptr, v int32) int32

func AssignAndPtrInt64

func AssignAndPtrInt64(p uintptr, v int64) int64

func AssignAndPtrInt8

func AssignAndPtrInt8(p uintptr, v int8) int8

func AssignAndPtrUint16

func AssignAndPtrUint16(p uintptr, v uint16) uint16

func AssignAndPtrUint32

func AssignAndPtrUint32(p uintptr, v uint32) uint32

func AssignAndPtrUint64

func AssignAndPtrUint64(p uintptr, v uint64) uint64

func AssignAndPtrUint8

func AssignAndPtrUint8(p uintptr, v uint8) uint8

func AssignAndPtrUintptr

func AssignAndPtrUintptr(p uintptr, v uintptr) uintptr

func AssignAndUint16

func AssignAndUint16(p *uint16, v uint16) uint16

func AssignAndUint32

func AssignAndUint32(p *uint32, v uint32) uint32

func AssignAndUint64

func AssignAndUint64(p *uint64, v uint64) uint64

func AssignAndUint8

func AssignAndUint8(p *uint8, v uint8) uint8

func AssignAndUintptr

func AssignAndUintptr(p *uintptr, v uintptr) uintptr

func AssignBitFieldPtr16Int16

func AssignBitFieldPtr16Int16(p uintptr, v int16, w, off int, mask uint16) int16

func AssignBitFieldPtr16Int32

func AssignBitFieldPtr16Int32(p uintptr, v int32, w, off int, mask uint16) int32

func AssignBitFieldPtr16Int64

func AssignBitFieldPtr16Int64(p uintptr, v int64, w, off int, mask uint16) int64

func AssignBitFieldPtr16Int8

func AssignBitFieldPtr16Int8(p uintptr, v int8, w, off int, mask uint16) int8

func AssignBitFieldPtr16Uint16

func AssignBitFieldPtr16Uint16(p uintptr, v uint16, w, off int, mask uint16) uint16

func AssignBitFieldPtr16Uint32

func AssignBitFieldPtr16Uint32(p uintptr, v uint32, w, off int, mask uint16) uint32

func AssignBitFieldPtr16Uint64

func AssignBitFieldPtr16Uint64(p uintptr, v uint64, w, off int, mask uint16) uint64

func AssignBitFieldPtr16Uint8

func AssignBitFieldPtr16Uint8(p uintptr, v uint8, w, off int, mask uint16) uint8

func AssignBitFieldPtr32Int16

func AssignBitFieldPtr32Int16(p uintptr, v int16, w, off int, mask uint32) int16

func AssignBitFieldPtr32Int32

func AssignBitFieldPtr32Int32(p uintptr, v int32, w, off int, mask uint32) int32

func AssignBitFieldPtr32Int64

func AssignBitFieldPtr32Int64(p uintptr, v int64, w, off int, mask uint32) int64

func AssignBitFieldPtr32Int8

func AssignBitFieldPtr32Int8(p uintptr, v int8, w, off int, mask uint32) int8

func AssignBitFieldPtr32Uint16

func AssignBitFieldPtr32Uint16(p uintptr, v uint16, w, off int, mask uint32) uint16

func AssignBitFieldPtr32Uint32

func AssignBitFieldPtr32Uint32(p uintptr, v uint32, w, off int, mask uint32) uint32

func AssignBitFieldPtr32Uint64

func AssignBitFieldPtr32Uint64(p uintptr, v uint64, w, off int, mask uint32) uint64

func AssignBitFieldPtr32Uint8

func AssignBitFieldPtr32Uint8(p uintptr, v uint8, w, off int, mask uint32) uint8

func AssignBitFieldPtr64Int16

func AssignBitFieldPtr64Int16(p uintptr, v int16, w, off int, mask uint64) int16

func AssignBitFieldPtr64Int32

func AssignBitFieldPtr64Int32(p uintptr, v int32, w, off int, mask uint64) int32

func AssignBitFieldPtr64Int64

func AssignBitFieldPtr64Int64(p uintptr, v int64, w, off int, mask uint64) int64

func AssignBitFieldPtr64Int8

func AssignBitFieldPtr64Int8(p uintptr, v int8, w, off int, mask uint64) int8

func AssignBitFieldPtr64Uint16

func AssignBitFieldPtr64Uint16(p uintptr, v uint16, w, off int, mask uint64) uint16

func AssignBitFieldPtr64Uint32

func AssignBitFieldPtr64Uint32(p uintptr, v uint32, w, off int, mask uint64) uint32

func AssignBitFieldPtr64Uint64

func AssignBitFieldPtr64Uint64(p uintptr, v uint64, w, off int, mask uint64) uint64

func AssignBitFieldPtr64Uint8

func AssignBitFieldPtr64Uint8(p uintptr, v uint8, w, off int, mask uint64) uint8

func AssignBitFieldPtr8Int16

func AssignBitFieldPtr8Int16(p uintptr, v int16, w, off int, mask uint8) int16

func AssignBitFieldPtr8Int32

func AssignBitFieldPtr8Int32(p uintptr, v int32, w, off int, mask uint8) int32

func AssignBitFieldPtr8Int64

func AssignBitFieldPtr8Int64(p uintptr, v int64, w, off int, mask uint8) int64

func AssignBitFieldPtr8Int8

func AssignBitFieldPtr8Int8(p uintptr, v int8, w, off int, mask uint8) int8

func AssignBitFieldPtr8Uint16

func AssignBitFieldPtr8Uint16(p uintptr, v uint16, w, off int, mask uint8) uint16

func AssignBitFieldPtr8Uint32

func AssignBitFieldPtr8Uint32(p uintptr, v uint32, w, off int, mask uint8) uint32

func AssignBitFieldPtr8Uint64

func AssignBitFieldPtr8Uint64(p uintptr, v uint64, w, off int, mask uint8) uint64

func AssignBitFieldPtr8Uint8

func AssignBitFieldPtr8Uint8(p uintptr, v uint8, w, off int, mask uint8) uint8

func AssignComplex128

func AssignComplex128(p *complex128, v complex128) complex128

func AssignComplex64

func AssignComplex64(p *complex64, v complex64) complex64

func AssignDivComplex128

func AssignDivComplex128(p *complex128, v complex128) complex128

func AssignDivComplex64

func AssignDivComplex64(p *complex64, v complex64) complex64

func AssignDivFloat32

func AssignDivFloat32(p *float32, v float32) float32

func AssignDivFloat64

func AssignDivFloat64(p *float64, v float64) float64

func AssignDivInt16

func AssignDivInt16(p *int16, v int16) int16

func AssignDivInt32

func AssignDivInt32(p *int32, v int32) int32

func AssignDivInt64

func AssignDivInt64(p *int64, v int64) int64

func AssignDivInt8

func AssignDivInt8(p *int8, v int8) int8

func AssignDivPtrComplex128

func AssignDivPtrComplex128(p uintptr, v complex128) complex128

func AssignDivPtrComplex64

func AssignDivPtrComplex64(p uintptr, v complex64) complex64

func AssignDivPtrFloat32

func AssignDivPtrFloat32(p uintptr, v float32) float32

func AssignDivPtrFloat64

func AssignDivPtrFloat64(p uintptr, v float64) float64

func AssignDivPtrInt16

func AssignDivPtrInt16(p uintptr, v int16) int16

func AssignDivPtrInt32

func AssignDivPtrInt32(p uintptr, v int32) int32

func AssignDivPtrInt64

func AssignDivPtrInt64(p uintptr, v int64) int64

func AssignDivPtrInt8

func AssignDivPtrInt8(p uintptr, v int8) int8

func AssignDivPtrUint16

func AssignDivPtrUint16(p uintptr, v uint16) uint16

func AssignDivPtrUint32

func AssignDivPtrUint32(p uintptr, v uint32) uint32

func AssignDivPtrUint64

func AssignDivPtrUint64(p uintptr, v uint64) uint64

func AssignDivPtrUint8

func AssignDivPtrUint8(p uintptr, v uint8) uint8

func AssignDivPtrUintptr

func AssignDivPtrUintptr(p uintptr, v uintptr) uintptr

func AssignDivUint16

func AssignDivUint16(p *uint16, v uint16) uint16

func AssignDivUint32

func AssignDivUint32(p *uint32, v uint32) uint32

func AssignDivUint64

func AssignDivUint64(p *uint64, v uint64) uint64

func AssignDivUint8

func AssignDivUint8(p *uint8, v uint8) uint8

func AssignDivUintptr

func AssignDivUintptr(p *uintptr, v uintptr) uintptr

func AssignFloat32

func AssignFloat32(p *float32, v float32) float32

func AssignFloat64

func AssignFloat64(p *float64, v float64) float64

func AssignInt16

func AssignInt16(p *int16, v int16) int16

func AssignInt32

func AssignInt32(p *int32, v int32) int32

func AssignInt64

func AssignInt64(p *int64, v int64) int64

func AssignInt8

func AssignInt8(p *int8, v int8) int8

func AssignMulComplex128

func AssignMulComplex128(p *complex128, v complex128) complex128

func AssignMulComplex64

func AssignMulComplex64(p *complex64, v complex64) complex64

func AssignMulFloat32

func AssignMulFloat32(p *float32, v float32) float32

func AssignMulFloat64

func AssignMulFloat64(p *float64, v float64) float64

func AssignMulInt16

func AssignMulInt16(p *int16, v int16) int16

func AssignMulInt32

func AssignMulInt32(p *int32, v int32) int32

func AssignMulInt64

func AssignMulInt64(p *int64, v int64) int64

func AssignMulInt8

func AssignMulInt8(p *int8, v int8) int8

func AssignMulPtrComplex128

func AssignMulPtrComplex128(p uintptr, v complex128) complex128

func AssignMulPtrComplex64

func AssignMulPtrComplex64(p uintptr, v complex64) complex64

func AssignMulPtrFloat32

func AssignMulPtrFloat32(p uintptr, v float32) float32

func AssignMulPtrFloat64

func AssignMulPtrFloat64(p uintptr, v float64) float64

func AssignMulPtrInt16

func AssignMulPtrInt16(p uintptr, v int16) int16

func AssignMulPtrInt32

func AssignMulPtrInt32(p uintptr, v int32) int32

func AssignMulPtrInt64

func AssignMulPtrInt64(p uintptr, v int64) int64

func AssignMulPtrInt8

func AssignMulPtrInt8(p uintptr, v int8) int8

func AssignMulPtrUint16

func AssignMulPtrUint16(p uintptr, v uint16) uint16

func AssignMulPtrUint32

func AssignMulPtrUint32(p uintptr, v uint32) uint32

func AssignMulPtrUint64

func AssignMulPtrUint64(p uintptr, v uint64) uint64

func AssignMulPtrUint8

func AssignMulPtrUint8(p uintptr, v uint8) uint8

func AssignMulPtrUintptr

func AssignMulPtrUintptr(p uintptr, v uintptr) uintptr

func AssignMulUint16

func AssignMulUint16(p *uint16, v uint16) uint16

func AssignMulUint32

func AssignMulUint32(p *uint32, v uint32) uint32

func AssignMulUint64

func AssignMulUint64(p *uint64, v uint64) uint64

func AssignMulUint8

func AssignMulUint8(p *uint8, v uint8) uint8

func AssignMulUintptr

func AssignMulUintptr(p *uintptr, v uintptr) uintptr

func AssignOrInt16

func AssignOrInt16(p *int16, v int16) int16

func AssignOrInt32

func AssignOrInt32(p *int32, v int32) int32

func AssignOrInt64

func AssignOrInt64(p *int64, v int64) int64

func AssignOrInt8

func AssignOrInt8(p *int8, v int8) int8

func AssignOrPtrInt16

func AssignOrPtrInt16(p uintptr, v int16) int16

func AssignOrPtrInt32

func AssignOrPtrInt32(p uintptr, v int32) int32

func AssignOrPtrInt64

func AssignOrPtrInt64(p uintptr, v int64) int64

func AssignOrPtrInt8

func AssignOrPtrInt8(p uintptr, v int8) int8

func AssignOrPtrUint16

func AssignOrPtrUint16(p uintptr, v uint16) uint16

func AssignOrPtrUint32

func AssignOrPtrUint32(p uintptr, v uint32) uint32

func AssignOrPtrUint64

func AssignOrPtrUint64(p uintptr, v uint64) uint64

func AssignOrPtrUint8

func AssignOrPtrUint8(p uintptr, v uint8) uint8

func AssignOrPtrUintptr

func AssignOrPtrUintptr(p uintptr, v uintptr) uintptr

func AssignOrUint16

func AssignOrUint16(p *uint16, v uint16) uint16

func AssignOrUint32

func AssignOrUint32(p *uint32, v uint32) uint32

func AssignOrUint64

func AssignOrUint64(p *uint64, v uint64) uint64

func AssignOrUint8

func AssignOrUint8(p *uint8, v uint8) uint8

func AssignOrUintptr

func AssignOrUintptr(p *uintptr, v uintptr) uintptr

func AssignPtrComplex128

func AssignPtrComplex128(p uintptr, v complex128) complex128

func AssignPtrComplex64

func AssignPtrComplex64(p uintptr, v complex64) complex64

func AssignPtrFloat32

func AssignPtrFloat32(p uintptr, v float32) float32

func AssignPtrFloat64

func AssignPtrFloat64(p uintptr, v float64) float64

func AssignPtrInt16

func AssignPtrInt16(p uintptr, v int16) int16

func AssignPtrInt32

func AssignPtrInt32(p uintptr, v int32) int32

func AssignPtrInt64

func AssignPtrInt64(p uintptr, v int64) int64

func AssignPtrInt8

func AssignPtrInt8(p uintptr, v int8) int8

func AssignPtrUint16

func AssignPtrUint16(p uintptr, v uint16) uint16

func AssignPtrUint32

func AssignPtrUint32(p uintptr, v uint32) uint32

func AssignPtrUint64

func AssignPtrUint64(p uintptr, v uint64) uint64

func AssignPtrUint8

func AssignPtrUint8(p uintptr, v uint8) uint8

func AssignPtrUintptr

func AssignPtrUintptr(p uintptr, v uintptr) uintptr

func AssignRemInt16

func AssignRemInt16(p *int16, v int16) int16

func AssignRemInt32

func AssignRemInt32(p *int32, v int32) int32

func AssignRemInt64

func AssignRemInt64(p *int64, v int64) int64

func AssignRemInt8

func AssignRemInt8(p *int8, v int8) int8

func AssignRemPtrInt16

func AssignRemPtrInt16(p uintptr, v int16) int16

func AssignRemPtrInt32

func AssignRemPtrInt32(p uintptr, v int32) int32

func AssignRemPtrInt64

func AssignRemPtrInt64(p uintptr, v int64) int64

func AssignRemPtrInt8

func AssignRemPtrInt8(p uintptr, v int8) int8

func AssignRemPtrUint16

func AssignRemPtrUint16(p uintptr, v uint16) uint16

func AssignRemPtrUint32

func AssignRemPtrUint32(p uintptr, v uint32) uint32

func AssignRemPtrUint64

func AssignRemPtrUint64(p uintptr, v uint64) uint64

func AssignRemPtrUint8

func AssignRemPtrUint8(p uintptr, v uint8) uint8

func AssignRemPtrUintptr

func AssignRemPtrUintptr(p uintptr, v uintptr) uintptr

func AssignRemUint16

func AssignRemUint16(p *uint16, v uint16) uint16

func AssignRemUint32

func AssignRemUint32(p *uint32, v uint32) uint32

func AssignRemUint64

func AssignRemUint64(p *uint64, v uint64) uint64

func AssignRemUint8

func AssignRemUint8(p *uint8, v uint8) uint8

func AssignRemUintptr

func AssignRemUintptr(p *uintptr, v uintptr) uintptr

func AssignShlInt16

func AssignShlInt16(p *int16, v int) int16

func AssignShlInt32

func AssignShlInt32(p *int32, v int) int32

func AssignShlInt64

func AssignShlInt64(p *int64, v int) int64

func AssignShlInt8

func AssignShlInt8(p *int8, v int) int8

func AssignShlPtrInt16

func AssignShlPtrInt16(p uintptr, v int) int16

func AssignShlPtrInt32

func AssignShlPtrInt32(p uintptr, v int) int32

func AssignShlPtrInt64

func AssignShlPtrInt64(p uintptr, v int) int64

func AssignShlPtrInt8

func AssignShlPtrInt8(p uintptr, v int) int8

func AssignShlPtrUint16

func AssignShlPtrUint16(p uintptr, v int) uint16

func AssignShlPtrUint32

func AssignShlPtrUint32(p uintptr, v int) uint32

func AssignShlPtrUint64

func AssignShlPtrUint64(p uintptr, v int) uint64

func AssignShlPtrUint8

func AssignShlPtrUint8(p uintptr, v int) uint8

func AssignShlPtrUintptr

func AssignShlPtrUintptr(p uintptr, v int) uintptr

func AssignShlUint16

func AssignShlUint16(p *uint16, v int) uint16

func AssignShlUint32

func AssignShlUint32(p *uint32, v int) uint32

func AssignShlUint64

func AssignShlUint64(p *uint64, v int) uint64

func AssignShlUint8

func AssignShlUint8(p *uint8, v int) uint8

func AssignShlUintptr

func AssignShlUintptr(p *uintptr, v int) uintptr

func AssignShrInt16

func AssignShrInt16(p *int16, v int) int16

func AssignShrInt32

func AssignShrInt32(p *int32, v int) int32

func AssignShrInt64

func AssignShrInt64(p *int64, v int) int64

func AssignShrInt8

func AssignShrInt8(p *int8, v int) int8

func AssignShrPtrInt16

func AssignShrPtrInt16(p uintptr, v int) int16

func AssignShrPtrInt32

func AssignShrPtrInt32(p uintptr, v int) int32

func AssignShrPtrInt64

func AssignShrPtrInt64(p uintptr, v int) int64

func AssignShrPtrInt8

func AssignShrPtrInt8(p uintptr, v int) int8

func AssignShrPtrUint16

func AssignShrPtrUint16(p uintptr, v int) uint16

func AssignShrPtrUint32

func AssignShrPtrUint32(p uintptr, v int) uint32

func AssignShrPtrUint64

func AssignShrPtrUint64(p uintptr, v int) uint64

func AssignShrPtrUint8

func AssignShrPtrUint8(p uintptr, v int) uint8

func AssignShrPtrUintptr

func AssignShrPtrUintptr(p uintptr, v int) uintptr

func AssignShrUint16

func AssignShrUint16(p *uint16, v int) uint16

func AssignShrUint32

func AssignShrUint32(p *uint32, v int) uint32

func AssignShrUint64

func AssignShrUint64(p *uint64, v int) uint64

func AssignShrUint8

func AssignShrUint8(p *uint8, v int) uint8

func AssignShrUintptr

func AssignShrUintptr(p *uintptr, v int) uintptr

func AssignSubComplex128

func AssignSubComplex128(p *complex128, v complex128) complex128

func AssignSubComplex64

func AssignSubComplex64(p *complex64, v complex64) complex64

func AssignSubFloat32

func AssignSubFloat32(p *float32, v float32) float32

func AssignSubFloat64

func AssignSubFloat64(p *float64, v float64) float64

func AssignSubInt16

func AssignSubInt16(p *int16, v int16) int16

func AssignSubInt32

func AssignSubInt32(p *int32, v int32) int32

func AssignSubInt64

func AssignSubInt64(p *int64, v int64) int64

func AssignSubInt8

func AssignSubInt8(p *int8, v int8) int8

func AssignSubPtrComplex128

func AssignSubPtrComplex128(p uintptr, v complex128) complex128

func AssignSubPtrComplex64

func AssignSubPtrComplex64(p uintptr, v complex64) complex64

func AssignSubPtrFloat32

func AssignSubPtrFloat32(p uintptr, v float32) float32

func AssignSubPtrFloat64

func AssignSubPtrFloat64(p uintptr, v float64) float64

func AssignSubPtrInt16

func AssignSubPtrInt16(p uintptr, v int16) int16

func AssignSubPtrInt32

func AssignSubPtrInt32(p uintptr, v int32) int32

func AssignSubPtrInt64

func AssignSubPtrInt64(p uintptr, v int64) int64

func AssignSubPtrInt8

func AssignSubPtrInt8(p uintptr, v int8) int8

func AssignSubPtrUint16

func AssignSubPtrUint16(p uintptr, v uint16) uint16

func AssignSubPtrUint32

func AssignSubPtrUint32(p uintptr, v uint32) uint32

func AssignSubPtrUint64

func AssignSubPtrUint64(p uintptr, v uint64) uint64

func AssignSubPtrUint8

func AssignSubPtrUint8(p uintptr, v uint8) uint8

func AssignSubPtrUintptr

func AssignSubPtrUintptr(p uintptr, v uintptr) uintptr

func AssignSubUint16

func AssignSubUint16(p *uint16, v uint16) uint16

func AssignSubUint32

func AssignSubUint32(p *uint32, v uint32) uint32

func AssignSubUint64

func AssignSubUint64(p *uint64, v uint64) uint64

func AssignSubUint8

func AssignSubUint8(p *uint8, v uint8) uint8

func AssignSubUintptr

func AssignSubUintptr(p *uintptr, v uintptr) uintptr

func AssignUint16

func AssignUint16(p *uint16, v uint16) uint16

func AssignUint32

func AssignUint32(p *uint32, v uint32) uint32

func AssignUint64

func AssignUint64(p *uint64, v uint64) uint64

func AssignUint8

func AssignUint8(p *uint8, v uint8) uint8

func AssignUintptr

func AssignUintptr(p *uintptr, v uintptr) uintptr

func AssignXorInt16

func AssignXorInt16(p *int16, v int16) int16

func AssignXorInt32

func AssignXorInt32(p *int32, v int32) int32

func AssignXorInt64

func AssignXorInt64(p *int64, v int64) int64

func AssignXorInt8

func AssignXorInt8(p *int8, v int8) int8

func AssignXorPtrInt16

func AssignXorPtrInt16(p uintptr, v int16) int16

func AssignXorPtrInt32

func AssignXorPtrInt32(p uintptr, v int32) int32

func AssignXorPtrInt64

func AssignXorPtrInt64(p uintptr, v int64) int64

func AssignXorPtrInt8

func AssignXorPtrInt8(p uintptr, v int8) int8

func AssignXorPtrUint16

func AssignXorPtrUint16(p uintptr, v uint16) uint16

func AssignXorPtrUint32

func AssignXorPtrUint32(p uintptr, v uint32) uint32

func AssignXorPtrUint64

func AssignXorPtrUint64(p uintptr, v uint64) uint64

func AssignXorPtrUint8

func AssignXorPtrUint8(p uintptr, v uint8) uint8

func AssignXorPtrUintptr

func AssignXorPtrUintptr(p uintptr, v uintptr) uintptr

func AssignXorUint16

func AssignXorUint16(p *uint16, v uint16) uint16

func AssignXorUint32

func AssignXorUint32(p *uint32, v uint32) uint32

func AssignXorUint64

func AssignXorUint64(p *uint64, v uint64) uint64

func AssignXorUint8

func AssignXorUint8(p *uint8, v uint8) uint8

func AssignXorUintptr

func AssignXorUintptr(p *uintptr, v uintptr) uintptr

func AtomicLoadNInt32

func AtomicLoadNInt32(ptr uintptr, memorder int32) int32

func AtomicLoadNInt64

func AtomicLoadNInt64(ptr uintptr, memorder int32) int64

func AtomicLoadNUint16

func AtomicLoadNUint16(ptr uintptr, memorder int32) uint16

func AtomicLoadNUint32

func AtomicLoadNUint32(ptr uintptr, memorder int32) uint32

func AtomicLoadNUint64

func AtomicLoadNUint64(ptr uintptr, memorder int32) uint64

func AtomicLoadNUint8

func AtomicLoadNUint8(ptr uintptr, memorder int32) uint8

func AtomicLoadNUintptr

func AtomicLoadNUintptr(ptr uintptr, memorder int32) uintptr

func AtomicLoadPFloat32

func AtomicLoadPFloat32(addr uintptr) (val float32)

func AtomicLoadPFloat64

func AtomicLoadPFloat64(addr uintptr) (val float64)

func AtomicLoadPInt16

func AtomicLoadPInt16(addr uintptr) (val int16)

func AtomicLoadPInt32

func AtomicLoadPInt32(addr uintptr) (val int32)

func AtomicLoadPInt64

func AtomicLoadPInt64(addr uintptr) (val int64)

func AtomicLoadPInt8

func AtomicLoadPInt8(addr uintptr) (val int8)

func AtomicLoadPUint16

func AtomicLoadPUint16(addr uintptr) uint16

func AtomicLoadPUint32

func AtomicLoadPUint32(addr uintptr) (val uint32)

func AtomicLoadPUint64

func AtomicLoadPUint64(addr uintptr) (val uint64)

func AtomicLoadPUint8

func AtomicLoadPUint8(addr uintptr) byte

func AtomicLoadPUintptr

func AtomicLoadPUintptr(addr uintptr) (val uintptr)

func AtomicStoreNInt32

func AtomicStoreNInt32(ptr uintptr, val int32, memorder int32)

func AtomicStoreNInt64

func AtomicStoreNInt64(ptr uintptr, val int64, memorder int32)

func AtomicStoreNUint16

func AtomicStoreNUint16(ptr uintptr, val uint16, memorder int32)

func AtomicStoreNUint32

func AtomicStoreNUint32(ptr uintptr, val uint32, memorder int32)

func AtomicStoreNUint64

func AtomicStoreNUint64(ptr uintptr, val uint64, memorder int32)

func AtomicStoreNUintptr

func AtomicStoreNUintptr(ptr uintptr, val uintptr, memorder int32)

func AtomicStorePFloat32

func AtomicStorePFloat32(addr uintptr, val float32) float32

func AtomicStorePFloat64

func AtomicStorePFloat64(addr uintptr, val float64) float64

func AtomicStorePInt32

func AtomicStorePInt32(addr uintptr, val int32) int32

func AtomicStorePInt64

func AtomicStorePInt64(addr uintptr, val int64) int64

func AtomicStorePInt8

func AtomicStorePInt8(addr uintptr, val int8) int8

func AtomicStorePUint32

func AtomicStorePUint32(addr uintptr, val uint32) uint32

func AtomicStorePUint64

func AtomicStorePUint64(addr uintptr, val uint64) uint64

func AtomicStorePUint8

func AtomicStorePUint8(addr uintptr, val byte) byte

func AtomicStorePUintptr

func AtomicStorePUintptr(addr uintptr, val uintptr) uintptr

func Bool added in v2.1.3

func Bool(v bool) bool

Bool returns v as a non-constant boolean value.

func Bool32

func Bool32(b bool) int32

func BoolInt16

func BoolInt16(b bool) int16

func BoolInt32

func BoolInt32(b bool) int32

func BoolInt64

func BoolInt64(b bool) int64

func BoolInt8

func BoolInt8(b bool) int8

func BoolUint16

func BoolUint16(b bool) uint16

func BoolUint32

func BoolUint32(b bool) uint32

func BoolUint64

func BoolUint64(b bool) uint64

func BoolUint8

func BoolUint8(b bool) uint8

func BoolUintptr

func BoolUintptr(b bool) uintptr

func CString

func CString(tls *TLS, s string) (uintptr, error)

CString returns a pointer to a zero-terminated version of s. The caller is responsible for freeing the allocated memory using Xfree.

func Complex128

func Complex128(n complex128) complex128

func Complex128FromComplex128

func Complex128FromComplex128(n complex128) complex128

func Complex128FromComplex64

func Complex128FromComplex64(n complex64) complex128

func Complex128FromFloat32

func Complex128FromFloat32(n float32) complex128

func Complex128FromFloat64

func Complex128FromFloat64(n float64) complex128

func Complex128FromInt16

func Complex128FromInt16(n int16) complex128

func Complex128FromInt32

func Complex128FromInt32(n int32) complex128

func Complex128FromInt64

func Complex128FromInt64(n int64) complex128

func Complex128FromInt8

func Complex128FromInt8(n int8) complex128

func Complex128FromUint16

func Complex128FromUint16(n uint16) complex128

func Complex128FromUint32

func Complex128FromUint32(n uint32) complex128

func Complex128FromUint64

func Complex128FromUint64(n uint64) complex128

func Complex128FromUint8

func Complex128FromUint8(n uint8) complex128

func Complex128FromUintptr

func Complex128FromUintptr(n uintptr) complex128

func Complex64

func Complex64(n complex64) complex64

func Complex64FromComplex128

func Complex64FromComplex128(n complex128) complex64

func Complex64FromComplex64

func Complex64FromComplex64(n complex64) complex64

func Complex64FromFloat32

func Complex64FromFloat32(n float32) complex64

func Complex64FromFloat64

func Complex64FromFloat64(n float64) complex64

func Complex64FromInt16

func Complex64FromInt16(n int16) complex64

func Complex64FromInt32

func Complex64FromInt32(n int32) complex64

func Complex64FromInt64

func Complex64FromInt64(n int64) complex64

func Complex64FromInt8

func Complex64FromInt8(n int8) complex64

func Complex64FromUint16

func Complex64FromUint16(n uint16) complex64

func Complex64FromUint32

func Complex64FromUint32(n uint32) complex64

func Complex64FromUint64

func Complex64FromUint64(n uint64) complex64

func Complex64FromUint8

func Complex64FromUint8(n uint8) complex64

func Complex64FromUintptr

func Complex64FromUintptr(n uintptr) complex64

func CplInt16

func CplInt16(n int16) int16

func CplInt32

func CplInt32(n int32) int32

func CplInt64

func CplInt64(n int64) int64

func CplInt8

func CplInt8(n int8) int8

func CplUint16

func CplUint16(n uint16) uint16

func CplUint32

func CplUint32(n uint32) uint32

func CplUint64

func CplUint64(n uint64) uint64

func CplUint8

func CplUint8(n uint8) uint8

func CplUintptr

func CplUintptr(n uintptr) uintptr

func Float32

func Float32(n float32) float32

func Float32FromComplex128

func Float32FromComplex128(n complex128) float32

func Float32FromComplex64

func Float32FromComplex64(n complex64) float32

func Float32FromFloat32

func Float32FromFloat32(n float32) float32

func Float32FromFloat64

func Float32FromFloat64(n float64) float32

func Float32FromInt16

func Float32FromInt16(n int16) float32

func Float32FromInt32

func Float32FromInt32(n int32) float32

func Float32FromInt64

func Float32FromInt64(n int64) float32

func Float32FromInt8

func Float32FromInt8(n int8) float32

func Float32FromUint16

func Float32FromUint16(n uint16) float32

func Float32FromUint32

func Float32FromUint32(n uint32) float32

func Float32FromUint64

func Float32FromUint64(n uint64) float32

func Float32FromUint8

func Float32FromUint8(n uint8) float32

func Float32FromUintptr

func Float32FromUintptr(n uintptr) float32

func Float64

func Float64(n float64) float64

func Float64FromComplex128

func Float64FromComplex128(n complex128) float64

func Float64FromComplex64

func Float64FromComplex64(n complex64) float64

func Float64FromFloat32

func Float64FromFloat32(n float32) float64

func Float64FromFloat64

func Float64FromFloat64(n float64) float64

func Float64FromInt16

func Float64FromInt16(n int16) float64

func Float64FromInt32

func Float64FromInt32(n int32) float64

func Float64FromInt64

func Float64FromInt64(n int64) float64

func Float64FromInt8

func Float64FromInt8(n int8) float64

func Float64FromUint16

func Float64FromUint16(n uint16) float64

func Float64FromUint32

func Float64FromUint32(n uint32) float64

func Float64FromUint64

func Float64FromUint64(n uint64) float64

func Float64FromUint8

func Float64FromUint8(n uint8) float64

func Float64FromUintptr

func Float64FromUintptr(n uintptr) float64

func GetEnviron

func GetEnviron() (r []string)

func GoBytes

func GoBytes(s uintptr, len int) []byte

GoBytes returns a byte slice from a C char* having length len bytes.

func GoString

func GoString(s uintptr) string

GoString returns the value of a C string at s.

func Int16

func Int16(n int16) int16

func Int16FromComplex128

func Int16FromComplex128(n complex128) int16

func Int16FromComplex64

func Int16FromComplex64(n complex64) int16

func Int16FromFloat32

func Int16FromFloat32(n float32) int16

func Int16FromFloat64

func Int16FromFloat64(n float64) int16

func Int16FromInt16

func Int16FromInt16(n int16) int16

func Int16FromInt32

func Int16FromInt32(n int32) int16

func Int16FromInt64

func Int16FromInt64(n int64) int16

func Int16FromInt8

func Int16FromInt8(n int8) int16

func Int16FromUint16

func Int16FromUint16(n uint16) int16

func Int16FromUint32

func Int16FromUint32(n uint32) int16

func Int16FromUint64

func Int16FromUint64(n uint64) int16

func Int16FromUint8

func Int16FromUint8(n uint8) int16

func Int16FromUintptr

func Int16FromUintptr(n uintptr) int16

func Int32

func Int32(n int32) int32

func Int32FromComplex128

func Int32FromComplex128(n complex128) int32

func Int32FromComplex64

func Int32FromComplex64(n complex64) int32

func Int32FromFloat32

func Int32FromFloat32(n float32) int32

func Int32FromFloat64

func Int32FromFloat64(n float64) int32

func Int32FromInt16

func Int32FromInt16(n int16) int32

func Int32FromInt32

func Int32FromInt32(n int32) int32

func Int32FromInt64

func Int32FromInt64(n int64) int32

func Int32FromInt8

func Int32FromInt8(n int8) int32

func Int32FromUint16

func Int32FromUint16(n uint16) int32

func Int32FromUint32

func Int32FromUint32(n uint32) int32

func Int32FromUint64

func Int32FromUint64(n uint64) int32

func Int32FromUint8

func Int32FromUint8(n uint8) int32

func Int32FromUintptr

func Int32FromUintptr(n uintptr) int32

func Int64

func Int64(n int64) int64

func Int64FromComplex128

func Int64FromComplex128(n complex128) int64

func Int64FromComplex64

func Int64FromComplex64(n complex64) int64

func Int64FromFloat32

func Int64FromFloat32(n float32) int64

func Int64FromFloat64

func Int64FromFloat64(n float64) int64

func Int64FromInt16

func Int64FromInt16(n int16) int64

func Int64FromInt32

func Int64FromInt32(n int32) int64

func Int64FromInt64

func Int64FromInt64(n int64) int64

func Int64FromInt8

func Int64FromInt8(n int8) int64

func Int64FromUint16

func Int64FromUint16(n uint16) int64

func Int64FromUint32

func Int64FromUint32(n uint32) int64

func Int64FromUint64

func Int64FromUint64(n uint64) int64

func Int64FromUint8

func Int64FromUint8(n uint8) int64

func Int64FromUintptr

func Int64FromUintptr(n uintptr) int64

func Int8

func Int8(n int8) int8

func Int8FromComplex128

func Int8FromComplex128(n complex128) int8

func Int8FromComplex64

func Int8FromComplex64(n complex64) int8

func Int8FromFloat32

func Int8FromFloat32(n float32) int8

func Int8FromFloat64

func Int8FromFloat64(n float64) int8

func Int8FromInt16

func Int8FromInt16(n int16) int8

func Int8FromInt32

func Int8FromInt32(n int32) int8

func Int8FromInt64

func Int8FromInt64(n int64) int8

func Int8FromInt8

func Int8FromInt8(n int8) int8

func Int8FromUint16

func Int8FromUint16(n uint16) int8

func Int8FromUint32

func Int8FromUint32(n uint32) int8

func Int8FromUint64

func Int8FromUint64(n uint64) int8

func Int8FromUint8

func Int8FromUint8(n uint8) int8

func Int8FromUintptr

func Int8FromUintptr(n uintptr) int8

func NegInt16

func NegInt16(n int16) int16

func NegInt32

func NegInt32(n int32) int32

func NegInt64

func NegInt64(n int64) int64

func NegInt8

func NegInt8(n int8) int8

func NegUint16

func NegUint16(n uint16) uint16

func NegUint32

func NegUint32(n uint32) uint32

func NegUint64

func NegUint64(n uint64) uint64

func NegUint8

func NegUint8(n uint8) uint8

func NegUintptr

func NegUintptr(n uintptr) uintptr

func PostDecAtomicInt32

func PostDecAtomicInt32(p *int32, d int32) int32

func PostDecAtomicInt64

func PostDecAtomicInt64(p *int64, d int64) int64

func PostDecAtomicUint32

func PostDecAtomicUint32(p *uint32, d uint32) uint32

func PostDecAtomicUint64

func PostDecAtomicUint64(p *uint64, d uint64) uint64

func PostDecAtomicUintptr

func PostDecAtomicUintptr(p *uintptr, d uintptr) uintptr

func PostDecBitFieldPtr16Int16

func PostDecBitFieldPtr16Int16(p uintptr, d int16, w, off int, mask uint16) (r int16)

func PostDecBitFieldPtr16Int32

func PostDecBitFieldPtr16Int32(p uintptr, d int32, w, off int, mask uint16) (r int32)

func PostDecBitFieldPtr16Int64

func PostDecBitFieldPtr16Int64(p uintptr, d int64, w, off int, mask uint16) (r int64)

func PostDecBitFieldPtr16Int8

func PostDecBitFieldPtr16Int8(p uintptr, d int8, w, off int, mask uint16) (r int8)

func PostDecBitFieldPtr16Uint16

func PostDecBitFieldPtr16Uint16(p uintptr, d uint16, w, off int, mask uint16) (r uint16)

func PostDecBitFieldPtr16Uint32

func PostDecBitFieldPtr16Uint32(p uintptr, d uint32, w, off int, mask uint16) (r uint32)

func PostDecBitFieldPtr16Uint64

func PostDecBitFieldPtr16Uint64(p uintptr, d uint64, w, off int, mask uint16) (r uint64)

func PostDecBitFieldPtr16Uint8

func PostDecBitFieldPtr16Uint8(p uintptr, d uint8, w, off int, mask uint16) (r uint8)

func PostDecBitFieldPtr32Int16

func PostDecBitFieldPtr32Int16(p uintptr, d int16, w, off int, mask uint32) (r int16)

func PostDecBitFieldPtr32Int32

func PostDecBitFieldPtr32Int32(p uintptr, d int32, w, off int, mask uint32) (r int32)

func PostDecBitFieldPtr32Int64

func PostDecBitFieldPtr32Int64(p uintptr, d int64, w, off int, mask uint32) (r int64)

func PostDecBitFieldPtr32Int8

func PostDecBitFieldPtr32Int8(p uintptr, d int8, w, off int, mask uint32) (r int8)

func PostDecBitFieldPtr32Uint16

func PostDecBitFieldPtr32Uint16(p uintptr, d uint16, w, off int, mask uint32) (r uint16)

func PostDecBitFieldPtr32Uint32

func PostDecBitFieldPtr32Uint32(p uintptr, d uint32, w, off int, mask uint32) (r uint32)

func PostDecBitFieldPtr32Uint64

func PostDecBitFieldPtr32Uint64(p uintptr, d uint64, w, off int, mask uint32) (r uint64)

func PostDecBitFieldPtr32Uint8

func PostDecBitFieldPtr32Uint8(p uintptr, d uint8, w, off int, mask uint32) (r uint8)

func PostDecBitFieldPtr64Int16

func PostDecBitFieldPtr64Int16(p uintptr, d int16, w, off int, mask uint64) (r int16)

func PostDecBitFieldPtr64Int32

func PostDecBitFieldPtr64Int32(p uintptr, d int32, w, off int, mask uint64) (r int32)

func PostDecBitFieldPtr64Int64

func PostDecBitFieldPtr64Int64(p uintptr, d int64, w, off int, mask uint64) (r int64)

func PostDecBitFieldPtr64Int8

func PostDecBitFieldPtr64Int8(p uintptr, d int8, w, off int, mask uint64) (r int8)

func PostDecBitFieldPtr64Uint16

func PostDecBitFieldPtr64Uint16(p uintptr, d uint16, w, off int, mask uint64) (r uint16)

func PostDecBitFieldPtr64Uint32

func PostDecBitFieldPtr64Uint32(p uintptr, d uint32, w, off int, mask uint64) (r uint32)

func PostDecBitFieldPtr64Uint64

func PostDecBitFieldPtr64Uint64(p uintptr, d uint64, w, off int, mask uint64) (r uint64)

func PostDecBitFieldPtr64Uint8

func PostDecBitFieldPtr64Uint8(p uintptr, d uint8, w, off int, mask uint64) (r uint8)

func PostDecBitFieldPtr8Int16

func PostDecBitFieldPtr8Int16(p uintptr, d int16, w, off int, mask uint8) (r int16)

func PostDecBitFieldPtr8Int32

func PostDecBitFieldPtr8Int32(p uintptr, d int32, w, off int, mask uint8) (r int32)

func PostDecBitFieldPtr8Int64

func PostDecBitFieldPtr8Int64(p uintptr, d int64, w, off int, mask uint8) (r int64)

func PostDecBitFieldPtr8Int8

func PostDecBitFieldPtr8Int8(p uintptr, d int8, w, off int, mask uint8) (r int8)

func PostDecBitFieldPtr8Uint16

func PostDecBitFieldPtr8Uint16(p uintptr, d uint16, w, off int, mask uint8) (r uint16)

func PostDecBitFieldPtr8Uint32

func PostDecBitFieldPtr8Uint32(p uintptr, d uint32, w, off int, mask uint8) (r uint32)

func PostDecBitFieldPtr8Uint64

func PostDecBitFieldPtr8Uint64(p uintptr, d uint64, w, off int, mask uint8) (r uint64)

func PostDecBitFieldPtr8Uint8

func PostDecBitFieldPtr8Uint8(p uintptr, d uint8, w, off int, mask uint8) (r uint8)

func PostDecComplex128

func PostDecComplex128(p *complex128, d complex128) complex128

func PostDecComplex64

func PostDecComplex64(p *complex64, d complex64) complex64

func PostDecFloat32

func PostDecFloat32(p *float32, d float32) float32

func PostDecFloat64

func PostDecFloat64(p *float64, d float64) float64

func PostDecInt16

func PostDecInt16(p *int16, d int16) int16

func PostDecInt32

func PostDecInt32(p *int32, d int32) int32

func PostDecInt64

func PostDecInt64(p *int64, d int64) int64

func PostDecInt8

func PostDecInt8(p *int8, d int8) int8

func PostDecUint16

func PostDecUint16(p *uint16, d uint16) uint16

func PostDecUint32

func PostDecUint32(p *uint32, d uint32) uint32

func PostDecUint64

func PostDecUint64(p *uint64, d uint64) uint64

func PostDecUint8

func PostDecUint8(p *uint8, d uint8) uint8

func PostDecUintptr

func PostDecUintptr(p *uintptr, d uintptr) uintptr

func PostIncAtomicInt32

func PostIncAtomicInt32(p *int32, d int32) int32

func PostIncAtomicInt32P

func PostIncAtomicInt32P(p uintptr, d int32) int32

func PostIncAtomicInt64

func PostIncAtomicInt64(p *int64, d int64) int64

func PostIncAtomicInt64P

func PostIncAtomicInt64P(p uintptr, d int64) int64

func PostIncAtomicUint32

func PostIncAtomicUint32(p *uint32, d uint32) uint32

func PostIncAtomicUint32P

func PostIncAtomicUint32P(p uintptr, d uint32) uint32

func PostIncAtomicUint64

func PostIncAtomicUint64(p *uint64, d uint64) uint64

func PostIncAtomicUint64P

func PostIncAtomicUint64P(p uintptr, d uint64) uint64

func PostIncAtomicUintptr

func PostIncAtomicUintptr(p *uintptr, d uintptr) uintptr

func PostIncAtomicUintptrP

func PostIncAtomicUintptrP(p uintptr, d uintptr) uintptr

func PostIncBitFieldPtr16Int16

func PostIncBitFieldPtr16Int16(p uintptr, d int16, w, off int, mask uint16) (r int16)

func PostIncBitFieldPtr16Int32

func PostIncBitFieldPtr16Int32(p uintptr, d int32, w, off int, mask uint16) (r int32)

func PostIncBitFieldPtr16Int64

func PostIncBitFieldPtr16Int64(p uintptr, d int64, w, off int, mask uint16) (r int64)

func PostIncBitFieldPtr16Int8

func PostIncBitFieldPtr16Int8(p uintptr, d int8, w, off int, mask uint16) (r int8)

func PostIncBitFieldPtr16Uint16

func PostIncBitFieldPtr16Uint16(p uintptr, d uint16, w, off int, mask uint16) (r uint16)

func PostIncBitFieldPtr16Uint32

func PostIncBitFieldPtr16Uint32(p uintptr, d uint32, w, off int, mask uint16) (r uint32)

func PostIncBitFieldPtr16Uint64

func PostIncBitFieldPtr16Uint64(p uintptr, d uint64, w, off int, mask uint16) (r uint64)

func PostIncBitFieldPtr16Uint8

func PostIncBitFieldPtr16Uint8(p uintptr, d uint8, w, off int, mask uint16) (r uint8)

func PostIncBitFieldPtr32Int16

func PostIncBitFieldPtr32Int16(p uintptr, d int16, w, off int, mask uint32) (r int16)

func PostIncBitFieldPtr32Int32

func PostIncBitFieldPtr32Int32(p uintptr, d int32, w, off int, mask uint32) (r int32)

func PostIncBitFieldPtr32Int64

func PostIncBitFieldPtr32Int64(p uintptr, d int64, w, off int, mask uint32) (r int64)

func PostIncBitFieldPtr32Int8

func PostIncBitFieldPtr32Int8(p uintptr, d int8, w, off int, mask uint32) (r int8)

func PostIncBitFieldPtr32Uint16

func PostIncBitFieldPtr32Uint16(p uintptr, d uint16, w, off int, mask uint32) (r uint16)

func PostIncBitFieldPtr32Uint32

func PostIncBitFieldPtr32Uint32(p uintptr, d uint32, w, off int, mask uint32) (r uint32)

func PostIncBitFieldPtr32Uint64

func PostIncBitFieldPtr32Uint64(p uintptr, d uint64, w, off int, mask uint32) (r uint64)

func PostIncBitFieldPtr32Uint8

func PostIncBitFieldPtr32Uint8(p uintptr, d uint8, w, off int, mask uint32) (r uint8)

func PostIncBitFieldPtr64Int16

func PostIncBitFieldPtr64Int16(p uintptr, d int16, w, off int, mask uint64) (r int16)

func PostIncBitFieldPtr64Int32

func PostIncBitFieldPtr64Int32(p uintptr, d int32, w, off int, mask uint64) (r int32)

func PostIncBitFieldPtr64Int64

func PostIncBitFieldPtr64Int64(p uintptr, d int64, w, off int, mask uint64) (r int64)

func PostIncBitFieldPtr64Int8

func PostIncBitFieldPtr64Int8(p uintptr, d int8, w, off int, mask uint64) (r int8)

func PostIncBitFieldPtr64Uint16

func PostIncBitFieldPtr64Uint16(p uintptr, d uint16, w, off int, mask uint64) (r uint16)

func PostIncBitFieldPtr64Uint32

func PostIncBitFieldPtr64Uint32(p uintptr, d uint32, w, off int, mask uint64) (r uint32)

func PostIncBitFieldPtr64Uint64

func PostIncBitFieldPtr64Uint64(p uintptr, d uint64, w, off int, mask uint64) (r uint64)

func PostIncBitFieldPtr64Uint8

func PostIncBitFieldPtr64Uint8(p uintptr, d uint8, w, off int, mask uint64) (r uint8)

func PostIncBitFieldPtr8Int16

func PostIncBitFieldPtr8Int16(p uintptr, d int16, w, off int, mask uint8) (r int16)

func PostIncBitFieldPtr8Int32

func PostIncBitFieldPtr8Int32(p uintptr, d int32, w, off int, mask uint8) (r int32)

func PostIncBitFieldPtr8Int64

func PostIncBitFieldPtr8Int64(p uintptr, d int64, w, off int, mask uint8) (r int64)

func PostIncBitFieldPtr8Int8

func PostIncBitFieldPtr8Int8(p uintptr, d int8, w, off int, mask uint8) (r int8)

func PostIncBitFieldPtr8Uint16

func PostIncBitFieldPtr8Uint16(p uintptr, d uint16, w, off int, mask uint8) (r uint16)

func PostIncBitFieldPtr8Uint32

func PostIncBitFieldPtr8Uint32(p uintptr, d uint32, w, off int, mask uint8) (r uint32)

func PostIncBitFieldPtr8Uint64

func PostIncBitFieldPtr8Uint64(p uintptr, d uint64, w, off int, mask uint8) (r uint64)

func PostIncBitFieldPtr8Uint8

func PostIncBitFieldPtr8Uint8(p uintptr, d uint8, w, off int, mask uint8) (r uint8)

func PostIncComplex128

func PostIncComplex128(p *complex128, d complex128) complex128

func PostIncComplex64

func PostIncComplex64(p *complex64, d complex64) complex64

func PostIncFloat32

func PostIncFloat32(p *float32, d float32) float32

func PostIncFloat64

func PostIncFloat64(p *float64, d float64) float64

func PostIncInt16

func PostIncInt16(p *int16, d int16) int16

func PostIncInt32

func PostIncInt32(p *int32, d int32) int32

func PostIncInt64

func PostIncInt64(p *int64, d int64) int64

func PostIncInt8

func PostIncInt8(p *int8, d int8) int8

func PostIncUint16

func PostIncUint16(p *uint16, d uint16) uint16

func PostIncUint32

func PostIncUint32(p *uint32, d uint32) uint32

func PostIncUint64

func PostIncUint64(p *uint64, d uint64) uint64

func PostIncUint8

func PostIncUint8(p *uint8, d uint8) uint8

func PostIncUintptr

func PostIncUintptr(p *uintptr, d uintptr) uintptr

func PreDecAtomicInt32

func PreDecAtomicInt32(p *int32, d int32) int32

func PreDecAtomicInt64

func PreDecAtomicInt64(p *int64, d int64) int64

func PreDecAtomicUint32

func PreDecAtomicUint32(p *uint32, d uint32) uint32

func PreDecAtomicUint64

func PreDecAtomicUint64(p *uint64, d uint64) uint64

func PreDecAtomicUintptr

func PreDecAtomicUintptr(p *uintptr, d uintptr) uintptr

func PreDecComplex128

func PreDecComplex128(p *complex128, d complex128) complex128

func PreDecComplex64

func PreDecComplex64(p *complex64, d complex64) complex64

func PreDecFloat32

func PreDecFloat32(p *float32, d float32) float32

func PreDecFloat64

func PreDecFloat64(p *float64, d float64) float64

func PreDecInt16

func PreDecInt16(p *int16, d int16) int16

func PreDecInt32

func PreDecInt32(p *int32, d int32) int32

func PreDecInt64

func PreDecInt64(p *int64, d int64) int64

func PreDecInt8

func PreDecInt8(p *int8, d int8) int8

func PreDecUint16

func PreDecUint16(p *uint16, d uint16) uint16

func PreDecUint32

func PreDecUint32(p *uint32, d uint32) uint32

func PreDecUint64

func PreDecUint64(p *uint64, d uint64) uint64

func PreDecUint8

func PreDecUint8(p *uint8, d uint8) uint8

func PreDecUintptr

func PreDecUintptr(p *uintptr, d uintptr) uintptr

func PreIncAtomicInt32

func PreIncAtomicInt32(p *int32, d int32) int32

func PreIncAtomicInt32P

func PreIncAtomicInt32P(p uintptr, d int32) int32

func PreIncAtomicInt64

func PreIncAtomicInt64(p *int64, d int64) int64

func PreIncAtomicInt64P

func PreIncAtomicInt64P(p uintptr, d int64) int64

func PreIncAtomicUint32

func PreIncAtomicUint32(p *uint32, d uint32) uint32

func PreIncAtomicUint32P

func PreIncAtomicUint32P(p uintptr, d uint32) uint32

func PreIncAtomicUint64

func PreIncAtomicUint64(p *uint64, d uint64) uint64

func PreIncAtomicUint64P

func PreIncAtomicUint64P(p uintptr, d uint64) uint64

func PreIncAtomicUintptr

func PreIncAtomicUintptr(p *uintptr, d uintptr) uintptr

func PreIncComplex128

func PreIncComplex128(p *complex128, d complex128) complex128

func PreIncComplex64

func PreIncComplex64(p *complex64, d complex64) complex64

func PreIncFloat32

func PreIncFloat32(p *float32, d float32) float32

func PreIncFloat64

func PreIncFloat64(p *float64, d float64) float64

func PreIncInt16

func PreIncInt16(p *int16, d int16) int16

func PreIncInt32

func PreIncInt32(p *int32, d int32) int32

func PreIncInt64

func PreIncInt64(p *int64, d int64) int64

func PreIncInt8

func PreIncInt8(p *int8, d int8) int8

func PreIncUint16

func PreIncUint16(p *uint16, d uint16) uint16

func PreIncUint32

func PreIncUint32(p *uint32, d uint32) uint32

func PreIncUint64

func PreIncUint64(p *uint64, d uint64) uint64

func PreIncUint8

func PreIncUint8(p *uint8, d uint8) uint8

func PreIncUintptr

func PreIncUintptr(p *uintptr, d uintptr) uintptr

func PreInrAtomicUintptrP

func PreInrAtomicUintptrP(p uintptr, d uintptr) uintptr

func SetBitFieldPtr16Int16

func SetBitFieldPtr16Int16(p uintptr, v int16, off int, mask uint16)

func SetBitFieldPtr16Int32

func SetBitFieldPtr16Int32(p uintptr, v int32, off int, mask uint16)

func SetBitFieldPtr16Int64

func SetBitFieldPtr16Int64(p uintptr, v int64, off int, mask uint16)

func SetBitFieldPtr16Int8

func SetBitFieldPtr16Int8(p uintptr, v int8, off int, mask uint16)

func SetBitFieldPtr16Uint16

func SetBitFieldPtr16Uint16(p uintptr, v uint16, off int, mask uint16)

func SetBitFieldPtr16Uint32

func SetBitFieldPtr16Uint32(p uintptr, v uint32, off int, mask uint16)

func SetBitFieldPtr16Uint64

func SetBitFieldPtr16Uint64(p uintptr, v uint64, off int, mask uint16)

func SetBitFieldPtr16Uint8

func SetBitFieldPtr16Uint8(p uintptr, v uint8, off int, mask uint16)

func SetBitFieldPtr32Int16

func SetBitFieldPtr32Int16(p uintptr, v int16, off int, mask uint32)

func SetBitFieldPtr32Int32

func SetBitFieldPtr32Int32(p uintptr, v int32, off int, mask uint32)

func SetBitFieldPtr32Int64

func SetBitFieldPtr32Int64(p uintptr, v int64, off int, mask uint32)

func SetBitFieldPtr32Int8

func SetBitFieldPtr32Int8(p uintptr, v int8, off int, mask uint32)

func SetBitFieldPtr32Uint16

func SetBitFieldPtr32Uint16(p uintptr, v uint16, off int, mask uint32)

func SetBitFieldPtr32Uint32

func SetBitFieldPtr32Uint32(p uintptr, v uint32, off int, mask uint32)

func SetBitFieldPtr32Uint64

func SetBitFieldPtr32Uint64(p uintptr, v uint64, off int, mask uint32)

func SetBitFieldPtr32Uint8

func SetBitFieldPtr32Uint8(p uintptr, v uint8, off int, mask uint32)

func SetBitFieldPtr64Int16

func SetBitFieldPtr64Int16(p uintptr, v int16, off int, mask uint64)

func SetBitFieldPtr64Int32

func SetBitFieldPtr64Int32(p uintptr, v int32, off int, mask uint64)

func SetBitFieldPtr64Int64

func SetBitFieldPtr64Int64(p uintptr, v int64, off int, mask uint64)

func SetBitFieldPtr64Int8

func SetBitFieldPtr64Int8(p uintptr, v int8, off int, mask uint64)

func SetBitFieldPtr64Uint16

func SetBitFieldPtr64Uint16(p uintptr, v uint16, off int, mask uint64)

func SetBitFieldPtr64Uint32

func SetBitFieldPtr64Uint32(p uintptr, v uint32, off int, mask uint64)

func SetBitFieldPtr64Uint64

func SetBitFieldPtr64Uint64(p uintptr, v uint64, off int, mask uint64)

func SetBitFieldPtr64Uint8

func SetBitFieldPtr64Uint8(p uintptr, v uint8, off int, mask uint64)

func SetBitFieldPtr8Int16

func SetBitFieldPtr8Int16(p uintptr, v int16, off int, mask uint8)

func SetBitFieldPtr8Int32

func SetBitFieldPtr8Int32(p uintptr, v int32, off int, mask uint8)

func SetBitFieldPtr8Int64

func SetBitFieldPtr8Int64(p uintptr, v int64, off int, mask uint8)

func SetBitFieldPtr8Int8

func SetBitFieldPtr8Int8(p uintptr, v int8, off int, mask uint8)

func SetBitFieldPtr8Uint16

func SetBitFieldPtr8Uint16(p uintptr, v uint16, off int, mask uint8)

func SetBitFieldPtr8Uint32

func SetBitFieldPtr8Uint32(p uintptr, v uint32, off int, mask uint8)

func SetBitFieldPtr8Uint64

func SetBitFieldPtr8Uint64(p uintptr, v uint64, off int, mask uint8)

func SetBitFieldPtr8Uint8

func SetBitFieldPtr8Uint8(p uintptr, v uint8, off int, mask uint8)

func Start

func Start(main func(*TLS, int32, uintptr) int32)

Start executes C's main.

func Uint16

func Uint16(n uint16) uint16

func Uint16FromComplex128

func Uint16FromComplex128(n complex128) uint16

func Uint16FromComplex64

func Uint16FromComplex64(n complex64) uint16

func Uint16FromFloat32

func Uint16FromFloat32(n float32) uint16

func Uint16FromFloat64

func Uint16FromFloat64(n float64) uint16

func Uint16FromInt16

func Uint16FromInt16(n int16) uint16

func Uint16FromInt32

func Uint16FromInt32(n int32) uint16

func Uint16FromInt64

func Uint16FromInt64(n int64) uint16

func Uint16FromInt8

func Uint16FromInt8(n int8) uint16

func Uint16FromUint16

func Uint16FromUint16(n uint16) uint16

func Uint16FromUint32

func Uint16FromUint32(n uint32) uint16

func Uint16FromUint64

func Uint16FromUint64(n uint64) uint16

func Uint16FromUint8

func Uint16FromUint8(n uint8) uint16

func Uint16FromUintptr

func Uint16FromUintptr(n uintptr) uint16

func Uint32

func Uint32(n uint32) uint32

func Uint32FromComplex128

func Uint32FromComplex128(n complex128) uint32

func Uint32FromComplex64

func Uint32FromComplex64(n complex64) uint32

func Uint32FromFloat32

func Uint32FromFloat32(n float32) uint32

func Uint32FromFloat64

func Uint32FromFloat64(n float64) uint32

func Uint32FromInt16

func Uint32FromInt16(n int16) uint32

func Uint32FromInt32

func Uint32FromInt32(n int32) uint32

func Uint32FromInt64

func Uint32FromInt64(n int64) uint32

func Uint32FromInt8

func Uint32FromInt8(n int8) uint32

func Uint32FromUint16

func Uint32FromUint16(n uint16) uint32

func Uint32FromUint32

func Uint32FromUint32(n uint32) uint32

func Uint32FromUint64

func Uint32FromUint64(n uint64) uint32

func Uint32FromUint8

func Uint32FromUint8(n uint8) uint32

func Uint32FromUintptr

func Uint32FromUintptr(n uintptr) uint32

func Uint64

func Uint64(n uint64) uint64

func Uint64FromComplex128

func Uint64FromComplex128(n complex128) uint64

func Uint64FromComplex64

func Uint64FromComplex64(n complex64) uint64

func Uint64FromFloat32

func Uint64FromFloat32(n float32) uint64

func Uint64FromFloat64

func Uint64FromFloat64(n float64) uint64

func Uint64FromInt16

func Uint64FromInt16(n int16) uint64

func Uint64FromInt32

func Uint64FromInt32(n int32) uint64

func Uint64FromInt64

func Uint64FromInt64(n int64) uint64

func Uint64FromInt8

func Uint64FromInt8(n int8) uint64

func Uint64FromUint16

func Uint64FromUint16(n uint16) uint64

func Uint64FromUint32

func Uint64FromUint32(n uint32) uint64

func Uint64FromUint64

func Uint64FromUint64(n uint64) uint64

func Uint64FromUint8

func Uint64FromUint8(n uint8) uint64

func Uint64FromUintptr

func Uint64FromUintptr(n uintptr) uint64

func Uint8

func Uint8(n uint8) uint8

func Uint8FromComplex128

func Uint8FromComplex128(n complex128) uint8

func Uint8FromComplex64

func Uint8FromComplex64(n complex64) uint8

func Uint8FromFloat32

func Uint8FromFloat32(n float32) uint8

func Uint8FromFloat64

func Uint8FromFloat64(n float64) uint8

func Uint8FromInt16

func Uint8FromInt16(n int16) uint8

func Uint8FromInt32

func Uint8FromInt32(n int32) uint8

func Uint8FromInt64

func Uint8FromInt64(n int64) uint8

func Uint8FromInt8

func Uint8FromInt8(n int8) uint8

func Uint8FromUint16

func Uint8FromUint16(n uint16) uint8

func Uint8FromUint32

func Uint8FromUint32(n uint32) uint8

func Uint8FromUint64

func Uint8FromUint64(n uint64) uint8

func Uint8FromUint8

func Uint8FromUint8(n uint8) uint8

func Uint8FromUintptr

func Uint8FromUintptr(n uintptr) uint8

func Uintptr

func Uintptr(n uintptr) uintptr

func UintptrFromComplex128

func UintptrFromComplex128(n complex128) uintptr

func UintptrFromComplex64

func UintptrFromComplex64(n complex64) uintptr

func UintptrFromFloat32

func UintptrFromFloat32(n float32) uintptr

func UintptrFromFloat64

func UintptrFromFloat64(n float64) uintptr

func UintptrFromInt16

func UintptrFromInt16(n int16) uintptr

func UintptrFromInt32

func UintptrFromInt32(n int32) uintptr

func UintptrFromInt64

func UintptrFromInt64(n int64) uintptr

func UintptrFromInt8

func UintptrFromInt8(n int8) uintptr

func UintptrFromUint16

func UintptrFromUint16(n uint16) uintptr

func UintptrFromUint32

func UintptrFromUint32(n uint32) uintptr

func UintptrFromUint64

func UintptrFromUint64(n uint64) uintptr

func UintptrFromUint8

func UintptrFromUint8(n uint8) uintptr

func UintptrFromUintptr

func UintptrFromUintptr(n uintptr) uintptr

func VaFloat32

func VaFloat32(app *uintptr) float32

func VaFloat64

func VaFloat64(app *uintptr) float64

func VaInt32

func VaInt32(app *uintptr) int32

func VaInt64

func VaInt64(app *uintptr) int64

func VaList

func VaList(p uintptr, args ...interface{}) (r uintptr)

VaList fills a varargs list at p with args and returns p. The list must have been allocated by caller and it must not be in Go managed memory, ie. it must be pinned. Caller is responsible for freeing the list.

This function supports code generated by ccgo/v4.

Note: The C translated to Go varargs ABI alignment for all types is 8 on all architectures.

func VaOther

func VaOther(app *uintptr, sz uint64) (r uintptr)

func VaUint32

func VaUint32(app *uintptr) uint32

func VaUint64

func VaUint64(app *uintptr) uint64

func VaUintptr

func VaUintptr(app *uintptr) uintptr

func X_Exit added in v2.1.5

func X_Exit(tls *TLS, ec int32)

func X__assert_fail

func X__assert_fail(tls *TLS, expr uintptr, file uintptr, line int32, func1 uintptr)

func X__builtin_abort

func X__builtin_abort(tls *TLS)

func X__builtin_abs

func X__builtin_abs(tls *TLS, j int32) (r int32)

func X__builtin_add_overflowInt64

func X__builtin_add_overflowInt64(t *TLS, a, b int64, res uintptr) int32

func X__builtin_alloca

func X__builtin_alloca(tls *TLS, size Tsize_t) uintptr

func X__builtin_bswap16

func X__builtin_bswap16(t *TLS, x uint16) uint16

func X__builtin_bswap32

func X__builtin_bswap32(tls *TLS, x uint32) uint32

func X__builtin_bswap64

func X__builtin_bswap64(tls *TLS, x uint64) uint64

func X__builtin_clz

func X__builtin_clz(t *TLS, n uint32) int32

func X__builtin_clzll

func X__builtin_clzll(t *TLS, n uint64) int32

func X__builtin_copysign

func X__builtin_copysign(tls *TLS, x float64, y float64) (r float64)

func X__builtin_copysignf

func X__builtin_copysignf(tls *TLS, x float32, y float32) (r float32)

func X__builtin_copysignl

func X__builtin_copysignl(t *TLS, x, y float64) float64

func X__builtin_ctz

func X__builtin_ctz(tls *TLS, x uint32) int32

func X__builtin_ctzl added in v2.1.13

func X__builtin_ctzl(tls *TLS, x ulong) int32

func X__builtin_exit

func X__builtin_exit(tls *TLS, code int32)

func X__builtin_expect

func X__builtin_expect(t *TLS, exp, c long) long

func X__builtin_fabs

func X__builtin_fabs(tls *TLS, x float64) (r float64)

func X__builtin_ffs

func X__builtin_ffs(tls *TLS, i int32) (r int32)

func X__builtin_fprintf

func X__builtin_fprintf(tls *TLS, stream uintptr, fmt uintptr, va uintptr) (r int32)

func X__builtin_free

func X__builtin_free(tls *TLS, p uintptr)

func X__builtin_huge_val

func X__builtin_huge_val(t *TLS) float64

func X__builtin_huge_valf

func X__builtin_huge_valf(t *TLS) float32

func X__builtin_inf

func X__builtin_inf(t *TLS) float64

func X__builtin_inff

func X__builtin_inff(t *TLS) float32

func X__builtin_infl

func X__builtin_infl(t *TLS) float64

func X__builtin_isalnum

func X__builtin_isalnum(tls *TLS, c int32) (r int32)

func X__builtin_isblank

func X__builtin_isblank(tls *TLS, c int32) (r int32)

func X__builtin_isinf

func X__builtin_isinf(t *TLS, x float64) int32

func X__builtin_isinff

func X__builtin_isinff(t *TLS, x float32) int32

func X__builtin_isinfl

func X__builtin_isinfl(t *TLS, x float64) int32

func X__builtin_isprint

func X__builtin_isprint(tls *TLS, c int32) (r int32)

func X__builtin_isunordered

func X__builtin_isunordered(t *TLS, a, b float64) int32

func X__builtin_iswblank added in v2.1.4

func X__builtin_iswblank(tls *TLS, wc uint32) (r int32)

func X__builtin_ldexp

func X__builtin_ldexp(tls *TLS, x float64, n int32) (r float64)

func X__builtin_llabs

func X__builtin_llabs(tls *TLS, j int64) (r int64)

func X__builtin_log2

func X__builtin_log2(tls *TLS, x float64) (r1 float64)

func X__builtin_longjmp

func X__builtin_longjmp(tls *TLS, env uintptr, val int32)

func X__builtin_malloc

func X__builtin_malloc(tls *TLS, n Tsize_t) (r uintptr)

func X__builtin_memcmp

func X__builtin_memcmp(tls *TLS, s1 uintptr, s2 uintptr, n Tsize_t) (r1 int32)

func X__builtin_memcpy

func X__builtin_memcpy(tls *TLS, dest, src uintptr, n Tsize_t) (r uintptr)

func X__builtin_memmove

func X__builtin_memmove(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)

func X__builtin_memset

func X__builtin_memset(tls *TLS, s uintptr, c int32, n Tsize_t) uintptr

func X__builtin_mul_overflowInt64

func X__builtin_mul_overflowInt64(t *TLS, a, b int64, res uintptr) int32

func X__builtin_nan

func X__builtin_nan(t *TLS, s uintptr) float64

func X__builtin_nanf

func X__builtin_nanf(t *TLS, s uintptr) float32

func X__builtin_nanl

func X__builtin_nanl(t *TLS, s uintptr) float64

func X__builtin_prefetch

func X__builtin_prefetch(t *TLS, addr, args uintptr)

func X__builtin_printf

func X__builtin_printf(tls *TLS, format, va uintptr) (r int32)

func X__builtin_rintf

func X__builtin_rintf(tls *TLS, x float32) (r float32)

func X__builtin_round

func X__builtin_round(tls *TLS, x float64) (r float64)

func X__builtin_setjmp

func X__builtin_setjmp(tls *TLS, jmp_buf uintptr) int32

func X__builtin_snprintf

func X__builtin_snprintf(tls *TLS, str uintptr, size Tsize_t, format, args uintptr) int32

func X__builtin_sprintf

func X__builtin_sprintf(tls *TLS, str uintptr, fmt uintptr, va uintptr) (r int32)

func X__builtin_strcmp

func X__builtin_strcmp(tls *TLS, s1 uintptr, s2 uintptr) (r int32)

func X__builtin_strcpy

func X__builtin_strcpy(tls *TLS, dest uintptr, src uintptr) (r uintptr)

func X__builtin_strncpy

func X__builtin_strncpy(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)

func X__builtin_sub_overflowInt64

func X__builtin_sub_overflowInt64(t *TLS, a, b int64, res uintptr) int32

func X__builtin_trap

func X__builtin_trap(t *TLS)

func X__builtin_unreachable

func X__builtin_unreachable(t *TLS)

func X__builtin_vsnprintf

func X__builtin_vsnprintf(tls *TLS, str uintptr, n Tsize_t, format uintptr, ap uintptr) (r int32)

func X__errno_location

func X__errno_location(tls *TLS) (r uintptr)

func X__libc_current_sigrtmax added in v2.1.5

func X__libc_current_sigrtmax(tls *TLS) (r int32)

func X__libc_current_sigrtmin added in v2.1.5

func X__libc_current_sigrtmin(tls *TLS) (r int32)

func X_exit

func X_exit(tls *TLS, status int32)

func Xa64l

func Xa64l(tls *TLS, s uintptr) (r int64)

func Xabort

func Xabort(tls *TLS)

func Xabs

func Xabs(tls *TLS, a int32) (r int32)

func Xaccept

func Xaccept(tls *TLS, fd int32, addr uintptr, len1 uintptr) (r1 int32)

func Xaccept4

func Xaccept4(tls *TLS, fd int32, addr uintptr, len1 uintptr, flg int32) (r1 int32)

func Xaccess

func Xaccess(tls *TLS, filename uintptr, amode int32) (r int32)

func Xacct

func Xacct(tls *TLS, filename uintptr) (r int32)

func Xacos

func Xacos(tls *TLS, x float64) (r float64)

func Xacosf

func Xacosf(tls *TLS, x float32) (r float32)

func Xacosh

func Xacosh(tls *TLS, x float64) (r float64)

C documentation

/* acosh(x) = log(x + sqrt(x*x-1)) */

func Xacoshf

func Xacoshf(tls *TLS, x float32) (r float32)

C documentation

/* acosh(x) = log(x + sqrt(x*x-1)) */

func Xacoshl

func Xacoshl(tls *TLS, x float64) (r float64)

func Xacosl added in v2.1.6

func Xacosl(tls *TLS, x float64) (r float64)

func Xaddmntent

func Xaddmntent(tls *TLS, f uintptr, mnt uintptr) (r int32)

func Xadjtime

func Xadjtime(tls *TLS, in uintptr, out uintptr) (r int32)

func Xadjtimex

func Xadjtimex(tls *TLS, tx uintptr) (r int32)

func Xaio_cancel

func Xaio_cancel(tls *TLS, fd int32, cb uintptr) (r int32)

func Xaio_error

func Xaio_error(tls *TLS, cb uintptr) (r int32)

func Xaio_fsync

func Xaio_fsync(tls *TLS, op int32, cb uintptr) (r int32)

func Xaio_read

func Xaio_read(tls *TLS, cb uintptr) (r int32)

func Xaio_suspend

func Xaio_suspend(tls *TLS, cbs uintptr, cnt int32, ts uintptr) (r int32)

func Xaio_write

func Xaio_write(tls *TLS, cb uintptr) (r int32)

func Xalarm

func Xalarm(tls *TLS, seconds uint32) (r uint32)

func Xaligned_alloc

func Xaligned_alloc(tls *TLS, align Tsize_t, len1 Tsize_t) (r uintptr)

func Xalloca

func Xalloca(tls *TLS, size Tsize_t) uintptr

func Xalphasort

func Xalphasort(tls *TLS, a uintptr, b uintptr) (r int32)

func Xarch_prctl

func Xarch_prctl(tls *TLS, code int32, addr uint64) (r int32)

func Xasctime

func Xasctime(tls *TLS, tm uintptr) (r uintptr)

func Xasin

func Xasin(tls *TLS, x float64) (r1 float64)

func Xasinf

func Xasinf(tls *TLS, x float32) (r float32)

func Xasinh

func Xasinh(tls *TLS, x float64) (r float64)

C documentation

/* asinh(x) = sign(x)*log(|x|+sqrt(x*x+1)) ~= x - x^3/6 + o(x^5) */

func Xasinhf

func Xasinhf(tls *TLS, x float32) (r float32)

C documentation

/* asinh(x) = sign(x)*log(|x|+sqrt(x*x+1)) ~= x - x^3/6 + o(x^5) */

func Xasinhl

func Xasinhl(tls *TLS, x float64) (r float64)

func Xasinl added in v2.1.6

func Xasinl(tls *TLS, x float64) (r float64)

func Xasprintf

func Xasprintf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)

func Xat_quick_exit

func Xat_quick_exit(tls *TLS, func1 uintptr) (r1 int32)

func Xatan

func Xatan(tls *TLS, x float64) (r float64)

func Xatan2

func Xatan2(tls *TLS, y float64, x float64) (r float64)

func Xatan2f

func Xatan2f(tls *TLS, y float32, x float32) (r float32)

func Xatan2l added in v2.1.6

func Xatan2l(tls *TLS, y float64, x float64) (r float64)

func Xatanf

func Xatanf(tls *TLS, x float32) (r float32)

func Xatanh

func Xatanh(tls *TLS, x float64) (r float64)

C documentation

/* atanh(x) = log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2 ~= x + x^3/3 + o(x^5) */

func Xatanhf

func Xatanhf(tls *TLS, x float32) (r float32)

C documentation

/* atanh(x) = log((1+x)/(1-x))/2 = log1p(2x/(1-x))/2 ~= x + x^3/3 + o(x^5) */

func Xatanhl

func Xatanhl(tls *TLS, x float64) (r float64)

func Xatanl added in v2.1.6

func Xatanl(tls *TLS, x float64) (r float64)

func Xatexit

func Xatexit(tls *TLS, func1 uintptr) (r int32)

func Xatof

func Xatof(tls *TLS, s uintptr) (r float64)

func Xatoi

func Xatoi(tls *TLS, s uintptr) (r int32)

func Xatol

func Xatol(tls *TLS, s uintptr) (r int64)

func Xatoll

func Xatoll(tls *TLS, s uintptr) (r int64)

func Xbasename

func Xbasename(tls *TLS, s uintptr) (r uintptr)

func Xbcmp

func Xbcmp(tls *TLS, s1 uintptr, s2 uintptr, n Tsize_t) (r int32)

func Xbcopy

func Xbcopy(tls *TLS, s1 uintptr, s2 uintptr, n Tsize_t)

func Xbind

func Xbind(tls *TLS, fd int32, addr uintptr, len1 Tsocklen_t) (r1 int32)

func Xbind_textdomain_codeset

func Xbind_textdomain_codeset(tls *TLS, domainname uintptr, codeset uintptr) (r uintptr)

func Xbindtextdomain

func Xbindtextdomain(tls *TLS, domainname uintptr, dirname uintptr) (r uintptr)

func Xbrk

func Xbrk(tls *TLS, end uintptr) (r int32)

func Xbsearch

func Xbsearch(tls *TLS, key uintptr, base uintptr, nel Tsize_t, width Tsize_t, cmp uintptr) (r uintptr)

func Xbzero

func Xbzero(tls *TLS, s uintptr, n Tsize_t)

func Xcabs

func Xcabs(tls *TLS, z complex128) (r float64)

func Xcabsf

func Xcabsf(tls *TLS, z complex64) (r float32)

func Xcabsl

func Xcabsl(tls *TLS, z complex128) (r float64)

func Xcacos

func Xcacos(tls *TLS, z complex128) (r complex128)

func Xcacosf

func Xcacosf(tls *TLS, z complex64) (r complex64)

func Xcacosh

func Xcacosh(tls *TLS, z complex128) (r complex128)

func Xcacoshf

func Xcacoshf(tls *TLS, z complex64) (r complex64)

func Xcacoshl

func Xcacoshl(tls *TLS, z complex128) (r complex128)

func Xcacosl

func Xcacosl(tls *TLS, z complex128) (r complex128)

func Xcall_once

func Xcall_once(tls *TLS, flag uintptr, func1 uintptr)

func Xcalloc

func Xcalloc(tls *TLS, m Tsize_t, n Tsize_t) (r uintptr)

func Xcapget

func Xcapget(tls *TLS, a uintptr, b uintptr) (r int32)

func Xcapset

func Xcapset(tls *TLS, a uintptr, b uintptr) (r int32)

func Xcarg

func Xcarg(tls *TLS, z complex128) (r float64)

func Xcargf

func Xcargf(tls *TLS, z complex64) (r float32)

func Xcargl

func Xcargl(tls *TLS, z complex128) (r float64)

func Xcasin

func Xcasin(tls *TLS, z complex128) (r1 complex128)

func Xcasinf

func Xcasinf(tls *TLS, z complex64) (r1 complex64)

func Xcasinh

func Xcasinh(tls *TLS, z complex128) (r complex128)

func Xcasinhf

func Xcasinhf(tls *TLS, z complex64) (r complex64)

func Xcasinhl

func Xcasinhl(tls *TLS, z complex128) (r complex128)

func Xcasinl

func Xcasinl(tls *TLS, z complex128) (r complex128)

func Xcatan

func Xcatan(tls *TLS, z complex128) (r complex128)

func Xcatanf

func Xcatanf(tls *TLS, z complex64) (r complex64)

func Xcatanh

func Xcatanh(tls *TLS, z complex128) (r complex128)

func Xcatanhf

func Xcatanhf(tls *TLS, z complex64) (r complex64)

func Xcatanhl

func Xcatanhl(tls *TLS, z complex128) (r complex128)

func Xcatanl

func Xcatanl(tls *TLS, z complex128) (r complex128)

func Xcatclose

func Xcatclose(tls *TLS, catd Tnl_catd) (r int32)

func Xcatgets

func Xcatgets(tls *TLS, catd Tnl_catd, set_id int32, msg_id int32, s uintptr) (r uintptr)

func Xcbrt

func Xcbrt(tls *TLS, x float64) (r1 float64)

func Xcbrtf

func Xcbrtf(tls *TLS, x float32) (r1 float32)

func Xcbrtl

func Xcbrtl(tls *TLS, x float64) (r float64)

func Xccos

func Xccos(tls *TLS, z complex128) (r complex128)

func Xccosf

func Xccosf(tls *TLS, z complex64) (r complex64)

func Xccosh

func Xccosh(tls *TLS, z complex128) (r complex128)

func Xccoshf

func Xccoshf(tls *TLS, z complex64) (r complex64)

func Xccoshl

func Xccoshl(tls *TLS, z complex128) (r complex128)

C documentation

//FIXME

func Xccosl

func Xccosl(tls *TLS, z complex128) (r complex128)

func Xceil

func Xceil(tls *TLS, x float64) (r float64)

func Xceilf

func Xceilf(tls *TLS, x float32) (r float32)

func Xceill added in v2.1.6

func Xceill(tls *TLS, x float64) (r float64)

func Xcexp

func Xcexp(tls *TLS, z complex128) (r complex128)

func Xcexpf

func Xcexpf(tls *TLS, z complex64) (r complex64)

func Xcexpl

func Xcexpl(tls *TLS, z complex128) (r complex128)

C documentation

//FIXME

func Xcfmakeraw

func Xcfmakeraw(tls *TLS, t uintptr)

func Xcfsetispeed

func Xcfsetispeed(tls *TLS, tio uintptr, speed Tspeed_t) (r int32)

func Xcfsetospeed

func Xcfsetospeed(tls *TLS, tio uintptr, speed Tspeed_t) (r int32)

func Xchdir

func Xchdir(tls *TLS, path uintptr) (r int32)

func Xchmod

func Xchmod(tls *TLS, path uintptr, mode Tmode_t) (r int32)

func Xchown

func Xchown(tls *TLS, path uintptr, uid Tuid_t, gid Tgid_t) (r int32)

func Xchroot

func Xchroot(tls *TLS, path uintptr) (r int32)

func Xcimag

func Xcimag(tls *TLS, z complex128) (r float64)

func Xcimagf

func Xcimagf(tls *TLS, z complex64) (r float32)

func Xcimagl

func Xcimagl(tls *TLS, z complex128) (r float64)

func Xclearenv

func Xclearenv(tls *TLS) (r int32)

func Xclearerr

func Xclearerr(tls *TLS, f uintptr)

func Xclock_adjtime

func Xclock_adjtime(tls *TLS, clock_id Tclockid_t, utx uintptr) (r1 int32)

func Xclock_getcpuclockid

func Xclock_getcpuclockid(tls *TLS, pid Tpid_t, clk uintptr) (r int32)

func Xclock_getres

func Xclock_getres(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)

func Xclock_gettime added in v2.1.3

func Xclock_gettime(tls *TLS, clk Tclockid_t, ts uintptr) (r1 int32)

func Xclock_settime

func Xclock_settime(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)

func Xclog

func Xclog(tls *TLS, z complex128) (r1 complex128)

func Xclogf

func Xclogf(tls *TLS, z complex64) (r1 complex64)

func Xclogl

func Xclogl(tls *TLS, z complex128) (r complex128)

func Xclone

func Xclone(tls1 *TLS, func1 uintptr, stack uintptr, flags int32, arg uintptr, va uintptr) (r int32)

func Xclose

func Xclose(tls *TLS, fd int32) (r1 int32)

func Xclosedir

func Xclosedir(tls *TLS, dir uintptr) (r int32)

func Xcloselog

func Xcloselog(tls *TLS)

func Xcnd_broadcast

func Xcnd_broadcast(tls *TLS, c uintptr) (r int32)

func Xcnd_destroy

func Xcnd_destroy(tls *TLS, c uintptr)

func Xcnd_init

func Xcnd_init(tls *TLS, c uintptr) (r int32)

func Xcnd_signal

func Xcnd_signal(tls *TLS, c uintptr) (r int32)

func Xcnd_timedwait

func Xcnd_timedwait(tls *TLS, c uintptr, m uintptr, ts uintptr) (r int32)

func Xcnd_wait

func Xcnd_wait(tls *TLS, c uintptr, m uintptr) (r int32)

func Xconj

func Xconj(tls *TLS, z complex128) (r complex128)

func Xconjf

func Xconjf(tls *TLS, z complex64) (r complex64)

func Xconjl

func Xconjl(tls *TLS, z complex128) (r complex128)

func Xconnect

func Xconnect(tls *TLS, fd int32, addr uintptr, len1 Tsocklen_t) (r1 int32)

func Xcopysign

func Xcopysign(tls *TLS, x float64, y float64) (r float64)

func Xcopysignf

func Xcopysignf(tls *TLS, x float32, y float32) (r float32)

func Xcopysignl

func Xcopysignl(tls *TLS, x float64, y float64) (r float64)

func Xcos

func Xcos(tls *TLS, x float64) (r float64)

func Xcosf

func Xcosf(tls *TLS, x float32) (r float32)

func Xcosh

func Xcosh(tls *TLS, x float64) (r float64)

C documentation

/* cosh(x) = (exp(x) + 1/exp(x))/2
 *         = 1 + 0.5*(exp(x)-1)*(exp(x)-1)/exp(x)
 *         = 1 + x*x/2 + o(x^4)
 */

func Xcoshf

func Xcoshf(tls *TLS, x float32) (r float32)

func Xcoshl

func Xcoshl(tls *TLS, x float64) (r float64)

func Xcosl

func Xcosl(tls *TLS, x float64) (r float64)

func Xcpow

func Xcpow(tls *TLS, z complex128, c complex128) (r complex128)

func Xcpowf

func Xcpowf(tls *TLS, z complex64, c complex64) (r complex64)

func Xcpowl

func Xcpowl(tls *TLS, z complex128, c complex128) (r complex128)

func Xcproj

func Xcproj(tls *TLS, z complex128) (r complex128)

func Xcprojf

func Xcprojf(tls *TLS, z complex64) (r complex64)

func Xcprojl

func Xcprojl(tls *TLS, z complex128) (r complex128)

func Xcreal

func Xcreal(tls *TLS, z complex128) (r float64)

func Xcrealf

func Xcrealf(tls *TLS, z complex64) (r float32)

func Xcreall

func Xcreall(tls *TLS, z complex128) (r float64)

func Xcreat

func Xcreat(tls *TLS, filename uintptr, mode Tmode_t) (r int32)

func Xcrypt

func Xcrypt(tls *TLS, key uintptr, salt uintptr) (r uintptr)

func Xcsin

func Xcsin(tls *TLS, z complex128) (r complex128)

func Xcsinf

func Xcsinf(tls *TLS, z complex64) (r complex64)

func Xcsinh

func Xcsinh(tls *TLS, z complex128) (r complex128)

func Xcsinhf

func Xcsinhf(tls *TLS, z complex64) (r complex64)

func Xcsinhl

func Xcsinhl(tls *TLS, z complex128) (r complex128)

C documentation

//FIXME

func Xcsinl

func Xcsinl(tls *TLS, z complex128) (r complex128)

func Xcsqrt

func Xcsqrt(tls *TLS, z complex128) (r complex128)

func Xcsqrtf

func Xcsqrtf(tls *TLS, z complex64) (r complex64)

func Xcsqrtl

func Xcsqrtl(tls *TLS, z complex128) (r complex128)

C documentation

//FIXME

func Xctan

func Xctan(tls *TLS, z complex128) (r complex128)

func Xctanf

func Xctanf(tls *TLS, z complex64) (r complex64)

func Xctanh

func Xctanh(tls *TLS, z complex128) (r complex128)

func Xctanhf

func Xctanhf(tls *TLS, z complex64) (r complex64)

func Xctanhl

func Xctanhl(tls *TLS, z complex128) (r complex128)

C documentation

//FIXME

func Xctanl

func Xctanl(tls *TLS, z complex128) (r complex128)

func Xctermid

func Xctermid(tls *TLS, s uintptr) (r uintptr)

func Xctime

func Xctime(tls *TLS, t uintptr) (r uintptr)

func Xctime_r

func Xctime_r(tls *TLS, t uintptr, buf uintptr) (r uintptr)

func Xcuserid

func Xcuserid(tls *TLS, buf uintptr) (r uintptr)

func Xdaemon

func Xdaemon(tls *TLS, nochdir int32, noclose int32) (r int32)

func Xdcgettext

func Xdcgettext(tls *TLS, domainname uintptr, msgid uintptr, category int32) (r uintptr)

func Xdcngettext

func Xdcngettext(tls *TLS, domainname uintptr, msgid1 uintptr, msgid2 uintptr, n uint64, category int32) (r1 uintptr)

func Xdelete_module

func Xdelete_module(tls *TLS, a uintptr, b uint32) (r int32)

func Xdgettext

func Xdgettext(tls *TLS, domainname uintptr, msgid uintptr) (r uintptr)

func Xdifftime

func Xdifftime(tls *TLS, t1 Ttime_t, t0 Ttime_t) (r float64)

func Xdirfd

func Xdirfd(tls *TLS, d uintptr) (r int32)

func Xdirname

func Xdirname(tls *TLS, s uintptr) (r uintptr)

func Xdlclose

func Xdlclose(tls *TLS, p uintptr) (r int32)

func Xdlerror

func Xdlerror(tls *TLS) (r uintptr)

func Xdlinfo

func Xdlinfo(tls *TLS, dso uintptr, req int32, res uintptr) (r int32)

func Xdlopen

func Xdlopen(tls *TLS, filename uintptr, flags int32) uintptr

func Xdlsym

func Xdlsym(tls *TLS, handle, symbol uintptr) uintptr

func Xdn_comp

func Xdn_comp(tls *TLS, src uintptr, dst uintptr, space int32, dnptrs uintptr, lastdnptr uintptr) (r int32)

func Xdn_expand added in v2.1.5

func Xdn_expand(tls *TLS, base uintptr, end uintptr, src uintptr, dest uintptr, space int32) (r int32)

func Xdn_skipname

func Xdn_skipname(tls *TLS, s uintptr, end uintptr) (r int32)

func Xdngettext

func Xdngettext(tls *TLS, domainname uintptr, msgid1 uintptr, msgid2 uintptr, n uint64) (r uintptr)

func Xdprintf

func Xdprintf(tls *TLS, fd int32, fmt uintptr, va uintptr) (r int32)

func Xdrand48

func Xdrand48(tls *TLS) (r float64)

func Xdup

func Xdup(tls *TLS, fd int32) (r int32)

func Xdup2

func Xdup2(tls *TLS, old int32, new1 int32) (r1 int32)

func Xecvt

func Xecvt(tls *TLS, x float64, n int32, dp uintptr, sign uintptr) (r uintptr)

func Xencrypt

func Xencrypt(tls *TLS, block uintptr, edflag int32)

func Xendhostent

func Xendhostent(tls *TLS)

func Xendmntent

func Xendmntent(tls *TLS, f uintptr) (r int32)

func Xendprotoent

func Xendprotoent(tls *TLS)

func Xendservent

func Xendservent(tls *TLS)

func Xendspent

func Xendspent(tls *TLS)

func Xendusershell

func Xendusershell(tls *TLS)

func Xendutxent

func Xendutxent(tls *TLS)

func Xepoll_create

func Xepoll_create(tls *TLS, size int32) (r int32)

func Xepoll_create1

func Xepoll_create1(tls *TLS, flags int32) (r1 int32)

func Xepoll_ctl

func Xepoll_ctl(tls *TLS, fd int32, op int32, fd2 int32, ev uintptr) (r int32)

func Xepoll_pwait

func Xepoll_pwait(tls *TLS, fd int32, ev uintptr, cnt int32, to int32, sigs uintptr) (r1 int32)

func Xepoll_wait

func Xepoll_wait(tls *TLS, fd int32, ev uintptr, cnt int32, to int32) (r int32)

func Xerand48

func Xerand48(tls *TLS, s uintptr) (r float64)

func Xerf

func Xerf(tls *TLS, x float64) (r1 float64)

func Xerfc

func Xerfc(tls *TLS, x float64) (r1 float64)

func Xerfcf

func Xerfcf(tls *TLS, x float32) (r1 float32)

func Xerfcl

func Xerfcl(tls *TLS, x float64) (r float64)

func Xerff

func Xerff(tls *TLS, x float32) (r1 float32)

func Xerfl

func Xerfl(tls *TLS, x float64) (r float64)

func Xerr

func Xerr(tls *TLS, status int32, fmt uintptr, va uintptr)

func Xerrx

func Xerrx(tls *TLS, status int32, fmt uintptr, va uintptr)

func Xether_aton

func Xether_aton(tls *TLS, x uintptr) (r uintptr)

func Xether_aton_r

func Xether_aton_r(tls *TLS, x uintptr, p_a uintptr) (r uintptr)

func Xether_hostton

func Xether_hostton(tls *TLS, hostname uintptr, e uintptr) (r int32)

func Xether_line

func Xether_line(tls *TLS, l uintptr, e uintptr, hostname uintptr) (r int32)

func Xether_ntoa

func Xether_ntoa(tls *TLS, p_a uintptr) (r uintptr)

func Xether_ntoa_r

func Xether_ntoa_r(tls *TLS, p_a uintptr, x uintptr) (r uintptr)

func Xether_ntohost

func Xether_ntohost(tls *TLS, hostname uintptr, e uintptr) (r int32)

func Xeuidaccess

func Xeuidaccess(tls *TLS, filename uintptr, amode int32) (r int32)

func Xeventfd

func Xeventfd(tls *TLS, count uint32, flags int32) (r1 int32)

func Xeventfd_read

func Xeventfd_read(tls *TLS, fd int32, value uintptr) (r int32)

func Xeventfd_write

func Xeventfd_write(tls *TLS, fd int32, _value Teventfd_t) (r int32)

func Xexecl

func Xexecl(tls *TLS, path uintptr, argv0 uintptr, va uintptr) (r int32)

func Xexecle

func Xexecle(tls *TLS, path uintptr, argv0 uintptr, va uintptr) (r int32)

func Xexeclp

func Xexeclp(tls *TLS, file uintptr, argv0 uintptr, va uintptr) (r int32)

func Xexecv

func Xexecv(tls *TLS, path uintptr, argv uintptr) (r int32)

func Xexecve

func Xexecve(tls *TLS, path uintptr, argv uintptr, envp uintptr) (r int32)

func Xexecvp

func Xexecvp(tls *TLS, file uintptr, argv uintptr) (r int32)

func Xexit

func Xexit(tls *TLS, code int32)

func Xexp

func Xexp(tls *TLS, x float64) (r1 float64)

func Xexp10

func Xexp10(tls *TLS, x float64) (r float64)

func Xexp10f

func Xexp10f(tls *TLS, x float32) (r float32)

func Xexp10l

func Xexp10l(tls *TLS, x float64) (r float64)

func Xexp2

func Xexp2(tls *TLS, x float64) (r1 float64)

func Xexp2f

func Xexp2f(tls *TLS, x float32) (r1 float32)

func Xexp2l added in v2.1.6

func Xexp2l(tls *TLS, x float64) (r float64)

func Xexpf

func Xexpf(tls *TLS, x float32) (r1 float32)

func Xexpl added in v2.1.6

func Xexpl(tls *TLS, x float64) (r float64)

func Xexplicit_bzero

func Xexplicit_bzero(tls *TLS, d uintptr, n Tsize_t)

func Xexpm1

func Xexpm1(tls *TLS, x float64) (r float64)

func Xexpm1f

func Xexpm1f(tls *TLS, x float32) (r float32)

func Xexpm1l added in v2.1.6

func Xexpm1l(tls *TLS, x float64) (r float64)

func Xfabs

func Xfabs(tls *TLS, x float64) (r float64)

func Xfabsf

func Xfabsf(tls *TLS, x float32) (r float32)

func Xfaccessat

func Xfaccessat(tls *TLS, fd int32, filename uintptr, amode int32, flag int32) (r int32)

func Xfallocate

func Xfallocate(tls *TLS, fd int32, mode int32, base Toff_t, len1 Toff_t) (r int32)

func Xfanotify_init

func Xfanotify_init(tls *TLS, flags uint32, event_f_flags uint32) (r int32)

func Xfanotify_mark

func Xfanotify_mark(tls *TLS, fanotify_fd int32, flags uint32, mask uint64, dfd int32, pathname uintptr) (r int32)

func Xfchdir

func Xfchdir(tls *TLS, fd int32) (r int32)

func Xfchmod

func Xfchmod(tls *TLS, fd int32, mode Tmode_t) (r int32)

func Xfchmodat

func Xfchmodat(tls *TLS, fd int32, path uintptr, mode Tmode_t, flag int32) (r int32)

func Xfchown

func Xfchown(tls *TLS, fd int32, uid Tuid_t, gid Tgid_t) (r int32)

func Xfchownat

func Xfchownat(tls *TLS, fd int32, path uintptr, uid Tuid_t, gid Tgid_t, flag int32) (r int32)

func Xfclose

func Xfclose(tls *TLS, f uintptr) (r1 int32)

func Xfcntl

func Xfcntl(tls *TLS, fd int32, cmd int32, va uintptr) (r int32)

func Xfcvt

func Xfcvt(tls *TLS, x float64, n int32, dp uintptr, sign uintptr) (r uintptr)

func Xfdatasync

func Xfdatasync(tls *TLS, fd int32) (r int32)

func Xfdim

func Xfdim(tls *TLS, x float64, y float64) (r float64)

func Xfdimf

func Xfdimf(tls *TLS, x float32, y float32) (r float32)

func Xfdiml

func Xfdiml(tls *TLS, x float64, y float64) (r float64)

func Xfdopen

func Xfdopen(tls *TLS, fd int32, mode uintptr) (r uintptr)

func Xfdopendir

func Xfdopendir(tls *TLS, fd int32) (r uintptr)

func Xfegetexceptflag

func Xfegetexceptflag(tls *TLS, fp uintptr, mask int32) (r int32)

func Xfeholdexcept

func Xfeholdexcept(tls *TLS, envp uintptr) (r int32)

func Xfeof

func Xfeof(tls *TLS, f uintptr) (r int32)

func Xferror

func Xferror(tls *TLS, f uintptr) (r int32)

func Xfesetexceptflag

func Xfesetexceptflag(tls *TLS, fp uintptr, mask int32) (r int32)

func Xfesetround

func Xfesetround(tls *TLS, r int32) (r1 int32)

func Xfeupdateenv

func Xfeupdateenv(tls *TLS, envp uintptr) (r int32)

func Xfexecve

func Xfexecve(tls *TLS, fd int32, argv uintptr, envp uintptr) (r1 int32)

func Xfflush

func Xfflush(tls *TLS, f uintptr) (r1 int32)

func Xffs

func Xffs(tls *TLS, i int32) (r int32)

func Xffsl

func Xffsl(tls *TLS, i int64) (r int32)

func Xffsll

func Xffsll(tls *TLS, i int64) (r int32)

func Xfgetc

func Xfgetc(tls *TLS, f uintptr) (r int32)

func Xfgetgrent

func Xfgetgrent(tls *TLS, f uintptr) (r uintptr)

func Xfgetln

func Xfgetln(tls *TLS, f uintptr, plen uintptr) (r uintptr)

func Xfgetpos

func Xfgetpos(tls *TLS, f uintptr, pos uintptr) (r int32)

func Xfgetpwent

func Xfgetpwent(tls *TLS, f uintptr) (r uintptr)

func Xfgets

func Xfgets(tls *TLS, s uintptr, n int32, f uintptr) (r uintptr)

func Xfgetspent

func Xfgetspent(tls *TLS, f uintptr) (r uintptr)

func Xfgetws

func Xfgetws(tls *TLS, s uintptr, n int32, f uintptr) (r uintptr)

func Xfileno

func Xfileno(tls *TLS, f uintptr) (r int32)

func Xfinite

func Xfinite(tls *TLS, x float64) (r int32)

func Xfinitef

func Xfinitef(tls *TLS, x float32) (r int32)

func Xflock

func Xflock(tls *TLS, fd int32, op int32) (r int32)

func Xflockfile

func Xflockfile(tls *TLS, f uintptr)

func Xfloor

func Xfloor(tls *TLS, x float64) (r float64)

func Xfloorf

func Xfloorf(tls *TLS, x float32) (r float32)

func Xfloorl added in v2.1.6

func Xfloorl(tls *TLS, x float64) (r float64)

func Xfma

func Xfma(tls *TLS, x float64, y float64, z float64) (r1 float64)

func Xfmaf

func Xfmaf(tls *TLS, x float32, y float32, z float32) (r float32)

C documentation

/*
 * Fused multiply-add: Compute x * y + z with a single rounding error.
 *
 * A double has more than twice as much precision than a float, so
 * direct double-precision arithmetic suffices, except where double
 * rounding occurs.
 */

func Xfmal

func Xfmal(tls *TLS, x float64, y float64, z float64) (r float64)

func Xfmax

func Xfmax(tls *TLS, x float64, y float64) (r float64)

func Xfmaxf

func Xfmaxf(tls *TLS, x float32, y float32) (r float32)

func Xfmaxl

func Xfmaxl(tls *TLS, x float64, y float64) (r float64)

func Xfmemopen

func Xfmemopen(tls *TLS, buf uintptr, size Tsize_t, mode uintptr) (r uintptr)

func Xfmin

func Xfmin(tls *TLS, x float64, y float64) (r float64)

func Xfminf

func Xfminf(tls *TLS, x float32, y float32) (r float32)

func Xfminl

func Xfminl(tls *TLS, x float64, y float64) (r float64)

func Xfmod

func Xfmod(tls *TLS, x float64, y float64) (r float64)

func Xfmodf

func Xfmodf(tls *TLS, x float32, y float32) (r float32)

func Xfmodl

func Xfmodl(tls *TLS, x float64, y float64) (r float64)

func Xfmtmsg

func Xfmtmsg(tls *TLS, classification int64, label uintptr, severity int32, text uintptr, action uintptr, tag uintptr) (r int32)

func Xfnmatch

func Xfnmatch(tls *TLS, pat uintptr, str uintptr, flags int32) (r int32)

func Xfopen

func Xfopen(tls *TLS, filename uintptr, mode uintptr) (r uintptr)

func Xfopencookie

func Xfopencookie(tls *TLS, cookie uintptr, mode uintptr, iofuncs Tcookie_io_functions_t) (r uintptr)

func Xfork

func Xfork(tls *TLS) int32

func Xforkpty

func Xforkpty(tls *TLS, pm uintptr, name uintptr, tio uintptr, ws uintptr) (r int32)

func Xfpathconf

func Xfpathconf(tls *TLS, fd int32, name int32) (r int64)

func Xfprintf

func Xfprintf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)

func Xfputc

func Xfputc(tls *TLS, c int32, f uintptr) (r int32)

func Xfputs

func Xfputs(tls *TLS, s uintptr, f uintptr) (r int32)

func Xfputws

func Xfputws(tls *TLS, _ws uintptr, f uintptr) (r int32)

func Xfree

func Xfree(tls *TLS, p uintptr)

func Xfreeaddrinfo

func Xfreeaddrinfo(tls *TLS, p uintptr)

func Xfreeifaddrs

func Xfreeifaddrs(tls *TLS, ifp uintptr)

func Xfreelocale

func Xfreelocale(tls *TLS, l Tlocale_t)

func Xfremovexattr

func Xfremovexattr(tls *TLS, fd int32, name uintptr) (r int32)

func Xfreopen

func Xfreopen(tls *TLS, filename uintptr, mode uintptr, f uintptr) (r uintptr)

func Xfrexp

func Xfrexp(tls *TLS, x float64, e uintptr) (r float64)

func Xfrexpf

func Xfrexpf(tls *TLS, x float32, e uintptr) (r float32)

func Xfrexpl

func Xfrexpl(tls *TLS, x float64, e uintptr) (r float64)

func Xfscanf

func Xfscanf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)

func Xfseek

func Xfseek(tls *TLS, f uintptr, off int64, whence int32) (r int32)

func Xfseeko added in v2.1.3

func Xfseeko(tls *TLS, f uintptr, off Toff_t, whence int32) (r int32)

func Xfsetpos

func Xfsetpos(tls *TLS, f uintptr, pos uintptr) (r int32)

func Xfsetxattr

func Xfsetxattr(tls *TLS, filedes int32, name uintptr, value uintptr, size Tsize_t, flags int32) (r int32)

func Xfstat

func Xfstat(tls *TLS, fd int32, st uintptr) (r int32)

func Xfstatvfs

func Xfstatvfs(tls *TLS, fd int32, buf uintptr) (r int32)

func Xfsync

func Xfsync(tls *TLS, fd int32) (r int32)

func Xftell

func Xftell(tls *TLS, f uintptr) (r int64)

func Xftime

func Xftime(tls *TLS, tp uintptr) (r int32)

func Xftruncate

func Xftruncate(tls *TLS, fd int32, length Toff_t) (r int32)

func Xftrylockfile

func Xftrylockfile(tls *TLS, f uintptr) (r int32)

func Xftw

func Xftw(tls *TLS, path uintptr, fn uintptr, fd_limit int32) (r int32)

func Xfunlockfile

func Xfunlockfile(tls *TLS, f uintptr)

func Xfutimens

func Xfutimens(tls *TLS, fd int32, times uintptr) (r int32)

func Xfutimes

func Xfutimes(tls *TLS, fd int32, tv uintptr) (r int32)

func Xfwide

func Xfwide(tls *TLS, f uintptr, mode int32) (r int32)

func Xfwprintf

func Xfwprintf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)

func Xfwscanf

func Xfwscanf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)

func Xgai_strerror

func Xgai_strerror(tls *TLS, ecode int32) (r uintptr)

func Xgcvt

func Xgcvt(tls *TLS, x float64, n int32, b uintptr) (r uintptr)

func Xget_avphys_pages

func Xget_avphys_pages(tls *TLS) (r int64)

func Xget_current_dir_name

func Xget_current_dir_name(tls *TLS) (r uintptr)

func Xget_nprocs

func Xget_nprocs(tls *TLS) (r int32)

func Xget_nprocs_conf

func Xget_nprocs_conf(tls *TLS) (r int32)

func Xget_phys_pages

func Xget_phys_pages(tls *TLS) (r int64)

func Xgetaddrinfo

func Xgetaddrinfo(tls *TLS, host uintptr, serv uintptr, hint uintptr, res uintptr) (r1 int32)

func Xgetc

func Xgetc(tls *TLS, f uintptr) (r int32)

func Xgetc_unlocked

func Xgetc_unlocked(tls *TLS, f uintptr) (r int32)

func Xgetchar

func Xgetchar(tls *TLS) (r int32)

func Xgetchar_unlocked

func Xgetchar_unlocked(tls *TLS) (r int32)

func Xgetcwd

func Xgetcwd(tls *TLS, buf uintptr, size Tsize_t) (r uintptr)

func Xgetdate

func Xgetdate(tls *TLS, s uintptr) (r uintptr)

func Xgetdents

func Xgetdents(tls *TLS, fd int32, buf uintptr, len1 Tsize_t) (r int32)

func Xgetdomainname

func Xgetdomainname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)

func Xgetdtablesize

func Xgetdtablesize(tls *TLS) (r int32)

func Xgetentropy

func Xgetentropy(tls *TLS, buffer uintptr, len1 Tsize_t) (r int32)

func Xgetenv

func Xgetenv(tls *TLS, name uintptr) (r uintptr)

func Xgetgrent

func Xgetgrent(tls *TLS) (r uintptr)

func Xgetgrgid

func Xgetgrgid(tls *TLS, gid Tgid_t) (r uintptr)

func Xgetgrgid_r

func Xgetgrgid_r(tls *TLS, gid Tgid_t, gr uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)

func Xgetgrnam

func Xgetgrnam(tls *TLS, name uintptr) (r uintptr)

func Xgetgrnam_r

func Xgetgrnam_r(tls *TLS, name uintptr, gr uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)

func Xgetgrouplist

func Xgetgrouplist(tls *TLS, user uintptr, gid Tgid_t, groups uintptr, ngroups uintptr) (r int32)

func Xgetgroups

func Xgetgroups(tls *TLS, count int32, list uintptr) (r int32)

func Xgethostbyaddr

func Xgethostbyaddr(tls *TLS, a uintptr, l Tsocklen_t, af int32) (r uintptr)

func Xgethostbyaddr_r

func Xgethostbyaddr_r(tls *TLS, a uintptr, l Tsocklen_t, af int32, h uintptr, buf uintptr, buflen Tsize_t, res uintptr, err uintptr) (r int32)

func Xgethostbyname

func Xgethostbyname(tls *TLS, name uintptr) (r uintptr)

func Xgethostbyname2

func Xgethostbyname2(tls *TLS, name uintptr, af int32) (r uintptr)

func Xgethostbyname2_r

func Xgethostbyname2_r(tls *TLS, name uintptr, af int32, h uintptr, buf uintptr, buflen Tsize_t, res uintptr, err uintptr) (r int32)

func Xgethostbyname_r

func Xgethostbyname_r(tls *TLS, name uintptr, h uintptr, buf uintptr, buflen Tsize_t, res uintptr, err uintptr) (r int32)

func Xgethostent

func Xgethostent(tls *TLS) (r uintptr)

func Xgethostid

func Xgethostid(tls *TLS) (r int64)

func Xgethostname

func Xgethostname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)

func Xgetifaddrs

func Xgetifaddrs(tls *TLS, ifap uintptr) (r1 int32)

func Xgetitimer

func Xgetitimer(tls *TLS, which int32, old uintptr) (r1 int32)

func Xgetloadavg

func Xgetloadavg(tls *TLS, a uintptr, n int32) (r int32)

func Xgetlogin

func Xgetlogin(tls *TLS) (r uintptr)

func Xgetlogin_r

func Xgetlogin_r(tls *TLS, name uintptr, size Tsize_t) (r int32)

func Xgetmntent

func Xgetmntent(tls *TLS, f uintptr) (r uintptr)

func Xgetmntent_r

func Xgetmntent_r(tls *TLS, f uintptr, mnt uintptr, linebuf uintptr, buflen int32) (r uintptr)

func Xgetnameinfo

func Xgetnameinfo(tls *TLS, sa uintptr, sl Tsocklen_t, node uintptr, nodelen Tsocklen_t, serv uintptr, servlen Tsocklen_t, flags int32) (r int32)

func Xgetnetbyaddr

func Xgetnetbyaddr(tls *TLS, net Tuint32_t, type1 int32) (r uintptr)

func Xgetnetbyname

func Xgetnetbyname(tls *TLS, name uintptr) (r uintptr)

func Xgetnetent

func Xgetnetent(tls *TLS) (r uintptr)

func Xgetopt

func Xgetopt(tls *TLS, argc int32, argv uintptr, optstring uintptr) (r int32)

func Xgetopt_long

func Xgetopt_long(tls *TLS, argc int32, argv uintptr, optstring uintptr, longopts uintptr, idx uintptr) (r int32)

func Xgetopt_long_only

func Xgetopt_long_only(tls *TLS, argc int32, argv uintptr, optstring uintptr, longopts uintptr, idx uintptr) (r int32)

func Xgetpagesize

func Xgetpagesize(tls *TLS) (r int32)

func Xgetpass

func Xgetpass(tls *TLS, prompt uintptr) (r uintptr)

func Xgetpeername

func Xgetpeername(tls *TLS, fd int32, addr uintptr, len1 uintptr) (r1 int32)

func Xgetpriority

func Xgetpriority(tls *TLS, which int32, who Tid_t) (r int32)

func Xgetprotobyname

func Xgetprotobyname(tls *TLS, name uintptr) (r uintptr)

func Xgetprotobynumber

func Xgetprotobynumber(tls *TLS, num int32) (r uintptr)

func Xgetprotoent

func Xgetprotoent(tls *TLS) (r uintptr)

func Xgetpwent

func Xgetpwent(tls *TLS) (r uintptr)

func Xgetpwnam

func Xgetpwnam(tls *TLS, name uintptr) (r uintptr)

func Xgetpwnam_r

func Xgetpwnam_r(tls *TLS, name uintptr, pw uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)

func Xgetpwuid

func Xgetpwuid(tls *TLS, uid Tuid_t) (r uintptr)

func Xgetpwuid_r

func Xgetpwuid_r(tls *TLS, uid Tuid_t, pw uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)

func Xgetresgid

func Xgetresgid(tls *TLS, rgid uintptr, egid uintptr, sgid uintptr) (r int32)

func Xgetresuid

func Xgetresuid(tls *TLS, ruid uintptr, euid uintptr, suid uintptr) (r int32)

func Xgetrlimit

func Xgetrlimit(tls *TLS, resource int32, rlim uintptr) (r int32)

func Xgetrusage

func Xgetrusage(tls *TLS, who int32, ru uintptr) (r1 int32)

func Xgets

func Xgets(tls *TLS, s uintptr) (r uintptr)

func Xgetservbyname

func Xgetservbyname(tls *TLS, name uintptr, prots uintptr) (r uintptr)

func Xgetservbyname_r

func Xgetservbyname_r(tls *TLS, name uintptr, prots uintptr, se uintptr, buf uintptr, buflen Tsize_t, res uintptr) (r int32)

func Xgetservbyport

func Xgetservbyport(tls *TLS, port int32, prots uintptr) (r uintptr)

func Xgetservbyport_r

func Xgetservbyport_r(tls *TLS, port int32, prots uintptr, se uintptr, buf uintptr, buflen Tsize_t, res uintptr) (r1 int32)

func Xgetservent

func Xgetservent(tls *TLS) (r uintptr)

func Xgetsockname

func Xgetsockname(tls *TLS, fd int32, addr uintptr, len1 uintptr) (r1 int32)

func Xgetsockopt

func Xgetsockopt(tls *TLS, fd int32, level int32, optname int32, optval uintptr, optlen uintptr) (r2 int32)

func Xgetspent

func Xgetspent(tls *TLS) (r uintptr)

func Xgetspnam

func Xgetspnam(tls *TLS, name uintptr) (r uintptr)

func Xgetspnam_r

func Xgetspnam_r(tls *TLS, name uintptr, sp uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)

func Xgetsubopt

func Xgetsubopt(tls *TLS, opt uintptr, keys uintptr, val uintptr) (r int32)

func Xgettext

func Xgettext(tls *TLS, msgid uintptr) (r uintptr)

func Xgettimeofday

func Xgettimeofday(tls *TLS, tv uintptr, tz uintptr) (r int32)

func Xgetusershell

func Xgetusershell(tls *TLS) (r uintptr)

func Xgetutxent

func Xgetutxent(tls *TLS) (r uintptr)

func Xgetutxid

func Xgetutxid(tls *TLS, ut uintptr) (r uintptr)

func Xgetutxline

func Xgetutxline(tls *TLS, ut uintptr) (r uintptr)

func Xgetw

func Xgetw(tls *TLS, f uintptr) (r int32)

func Xglob

func Xglob(tls *TLS, pat uintptr, flags int32, errfunc uintptr, g uintptr) (r int32)

func Xglobfree

func Xglobfree(tls *TLS, g uintptr)

func Xgmtime

func Xgmtime(tls *TLS, t uintptr) (r uintptr)

func Xgmtime_r

func Xgmtime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr)

func Xgrantpt

func Xgrantpt(tls *TLS, fd int32) (r int32)

func Xhasmntopt

func Xhasmntopt(tls *TLS, mnt uintptr, opt uintptr) (r uintptr)

func Xhcreate

func Xhcreate(tls *TLS, nel Tsize_t) (r int32)

func Xhdestroy

func Xhdestroy(tls *TLS)

func Xherror

func Xherror(tls *TLS, msg uintptr)

func Xhsearch

func Xhsearch(tls *TLS, item TENTRY, action TACTION) (r uintptr)

func Xhstrerror

func Xhstrerror(tls *TLS, ecode int32) (r uintptr)

func Xhypot

func Xhypot(tls *TLS, x float64, y float64) (r float64)

func Xhypotf

func Xhypotf(tls *TLS, x float32, y float32) (r float32)

func Xhypotl

func Xhypotl(tls *TLS, x float64, y float64) (r float64)

func Xiconv_close

func Xiconv_close(tls *TLS, cd Ticonv_t) (r int32)

func Xif_freenameindex

func Xif_freenameindex(tls *TLS, idx uintptr)

func Xif_indextoname

func Xif_indextoname(tls *TLS, index uint32, name uintptr) (r1 uintptr)

func Xif_nameindex

func Xif_nameindex(tls *TLS) (r uintptr)

func Xif_nametoindex

func Xif_nametoindex(tls *TLS, name uintptr) (r1 uint32)

func Xilogb

func Xilogb(tls *TLS, x float64) (r int32)

func Xilogbf

func Xilogbf(tls *TLS, x float32) (r int32)

func Xilogbl

func Xilogbl(tls *TLS, x float64) (r int32)

func Xindex

func Xindex(tls *TLS, s uintptr, c int32) (r uintptr)

func Xinet_ntoa

func Xinet_ntoa(tls *TLS, _in Tin_addr) (r uintptr)

func Xinet_ntop

func Xinet_ntop(tls *TLS, af int32, a0 uintptr, s uintptr, l Tsocklen_t) (r uintptr)

func Xinet_pton

func Xinet_pton(tls *TLS, af int32, s uintptr, a0 uintptr) (r int32)

func Xinit_module

func Xinit_module(tls *TLS, a uintptr, b uint64, c uintptr) (r int32)

func Xinitgroups

func Xinitgroups(tls *TLS, user uintptr, gid Tgid_t) (r int32)

func Xinitstate

func Xinitstate(tls *TLS, seed uint32, state uintptr, size Tsize_t) (r uintptr)

func Xinotify_add_watch

func Xinotify_add_watch(tls *TLS, fd int32, pathname uintptr, mask Tuint32_t) (r int32)

func Xinotify_init

func Xinotify_init(tls *TLS) (r int32)

func Xinotify_init1

func Xinotify_init1(tls *TLS, flags int32) (r1 int32)

func Xinotify_rm_watch

func Xinotify_rm_watch(tls *TLS, fd int32, wd int32) (r int32)

func Xinsque

func Xinsque(tls *TLS, element uintptr, pred uintptr)

func Xioctl

func Xioctl(tls *TLS, fd int32, req int32, va uintptr) (r1 int32)

func Xioperm

func Xioperm(tls *TLS, from uint64, num uint64, turn_on int32) (r int32)

func Xiopl

func Xiopl(tls *TLS, level int32) (r int32)

func Xisalnum

func Xisalnum(tls *TLS, c int32) (r int32)

func Xisalpha

func Xisalpha(tls *TLS, c int32) (r int32)

func Xisascii

func Xisascii(tls *TLS, c int32) (r int32)

func Xisastream

func Xisastream(tls *TLS, fd int32) (r int32)

func Xisatty

func Xisatty(tls *TLS, fd int32) (r1 int32)

func Xisblank

func Xisblank(tls *TLS, c int32) (r int32)

func Xiscntrl

func Xiscntrl(tls *TLS, c int32) (r int32)

func Xisdigit

func Xisdigit(tls *TLS, c int32) (r int32)

func Xisgraph

func Xisgraph(tls *TLS, c int32) (r int32)

func Xislower

func Xislower(tls *TLS, c int32) (r int32)

func Xisprint

func Xisprint(tls *TLS, c int32) (r int32)

func Xispunct

func Xispunct(tls *TLS, c int32) (r int32)

func Xissetugid

func Xissetugid(tls *TLS) (r int32)

func Xisspace

func Xisspace(tls *TLS, c int32) (r int32)

func Xisupper

func Xisupper(tls *TLS, c int32) (r int32)

func Xiswalnum

func Xiswalnum(tls *TLS, wc Twint_t) (r int32)

func Xiswalpha

func Xiswalpha(tls *TLS, wc Twint_t) (r int32)

func Xiswblank

func Xiswblank(tls *TLS, wc Twint_t) (r int32)

func Xiswcntrl

func Xiswcntrl(tls *TLS, wc Twint_t) (r int32)

func Xiswctype

func Xiswctype(tls *TLS, wc Twint_t, type1 Twctype_t) (r int32)

func Xiswdigit

func Xiswdigit(tls *TLS, wc Twint_t) (r int32)

func Xiswgraph

func Xiswgraph(tls *TLS, wc Twint_t) (r int32)

func Xiswlower

func Xiswlower(tls *TLS, wc Twint_t) (r int32)

func Xiswprint

func Xiswprint(tls *TLS, wc Twint_t) (r int32)

func Xiswpunct

func Xiswpunct(tls *TLS, wc Twint_t) (r int32)

func Xiswspace

func Xiswspace(tls *TLS, wc Twint_t) (r int32)

func Xiswupper

func Xiswupper(tls *TLS, wc Twint_t) (r int32)

func Xiswxdigit

func Xiswxdigit(tls *TLS, wc Twint_t) (r int32)

func Xisxdigit

func Xisxdigit(tls *TLS, c int32) (r int32)

func Xj0

func Xj0(tls *TLS, x float64) (r1 float64)

func Xj0f

func Xj0f(tls *TLS, x float32) (r1 float32)

func Xj1

func Xj1(tls *TLS, x float64) (r1 float64)

func Xj1f

func Xj1f(tls *TLS, x float32) (r1 float32)

func Xjn

func Xjn(tls *TLS, n int32, x float64) (r float64)

func Xjnf

func Xjnf(tls *TLS, n int32, x float32) (r float32)

func Xjrand48

func Xjrand48(tls *TLS, s uintptr) (r int64)

func Xkill

func Xkill(tls *TLS, pid Tpid_t, sig int32) (r int32)

func Xkillpg

func Xkillpg(tls *TLS, pgid Tpid_t, sig int32) (r int32)

func Xklogctl

func Xklogctl(tls *TLS, type1 int32, buf uintptr, len1 int32) (r int32)

func Xl64a

func Xl64a(tls *TLS, x0 int64) (r uintptr)

func Xlabs

func Xlabs(tls *TLS, a int64) (r int64)

func Xlchmod

func Xlchmod(tls *TLS, path uintptr, mode Tmode_t) (r int32)

func Xlchown

func Xlchown(tls *TLS, path uintptr, uid Tuid_t, gid Tgid_t) (r int32)

func Xlckpwdf

func Xlckpwdf(tls *TLS) (r int32)

func Xlcong48

func Xlcong48(tls *TLS, p uintptr)

func Xldexp

func Xldexp(tls *TLS, x float64, n int32) (r float64)

func Xldexpf

func Xldexpf(tls *TLS, x float32, n int32) (r float32)

func Xldexpl

func Xldexpl(tls *TLS, x float64, n int32) (r float64)

func Xlfind

func Xlfind(tls *TLS, key uintptr, base uintptr, nelp uintptr, width Tsize_t, compar uintptr) (r uintptr)

func Xlgamma

func Xlgamma(tls *TLS, x float64) (r float64)

func Xlgammaf

func Xlgammaf(tls *TLS, x float32) (r float32)

func Xlgammal

func Xlgammal(tls *TLS, x float64) (r float64)
func Xlink(tls *TLS, existing uintptr, new1 uintptr) (r int32)

func Xlinkat

func Xlinkat(tls *TLS, fd1 int32, existing uintptr, fd2 int32, new1 uintptr, flag int32) (r int32)

func Xlio_listio

func Xlio_listio(tls *TLS, mode int32, cbs uintptr, cnt int32, sev uintptr) (r int32)

func Xlisten

func Xlisten(tls *TLS, fd int32, backlog int32) (r1 int32)

func Xllabs

func Xllabs(tls *TLS, a int64) (r int64)

func Xllrint

func Xllrint(tls *TLS, x float64) (r int64)

func Xllrintf

func Xllrintf(tls *TLS, x float32) (r int64)

func Xllrintl

func Xllrintl(tls *TLS, x float64) (r int64)

func Xllround

func Xllround(tls *TLS, x float64) (r int64)

func Xllroundf

func Xllroundf(tls *TLS, x float32) (r int64)

func Xllroundl

func Xllroundl(tls *TLS, x float64) (r int64)

func Xlocaleconv

func Xlocaleconv(tls *TLS) (r uintptr)

func Xlocaltime

func Xlocaltime(tls *TLS, t uintptr) (r uintptr)

func Xlocaltime_r

func Xlocaltime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr)

func Xlockf

func Xlockf(tls *TLS, fd int32, op int32, size Toff_t) (r int32)

func Xlog

func Xlog(tls *TLS, x float64) (r1 float64)

func Xlog10

func Xlog10(tls *TLS, x float64) (r float64)

func Xlog10f

func Xlog10f(tls *TLS, x float32) (r float32)

func Xlog10l added in v2.1.6

func Xlog10l(tls *TLS, x float64) (r float64)

func Xlog1p

func Xlog1p(tls *TLS, x float64) (r float64)

func Xlog1pf

func Xlog1pf(tls *TLS, x float32) (r float32)

func Xlog1pl added in v2.1.6

func Xlog1pl(tls *TLS, x float64) (r float64)

func Xlog2

func Xlog2(tls *TLS, x float64) (r1 float64)

func Xlog2f

func Xlog2f(tls *TLS, x float32) (r1 float32)

func Xlog2l added in v2.1.6

func Xlog2l(tls *TLS, x float64) (r float64)

func Xlogb

func Xlogb(tls *TLS, x float64) (r float64)

func Xlogbf

func Xlogbf(tls *TLS, x float32) (r float32)

func Xlogbl

func Xlogbl(tls *TLS, x float64) (r float64)

func Xlogf

func Xlogf(tls *TLS, x float32) (r1 float32)

func Xlogin_tty

func Xlogin_tty(tls *TLS, fd int32) (r int32)

func Xlogl added in v2.1.6

func Xlogl(tls *TLS, x float64) (r float64)

func Xlongjmp

func Xlongjmp(tls *TLS, env uintptr, val int32)

func Xlrand48

func Xlrand48(tls *TLS) (r int64)

func Xlremovexattr

func Xlremovexattr(tls *TLS, path uintptr, name uintptr) (r int32)

func Xlrint

func Xlrint(tls *TLS, x float64) (r int64)

func Xlrintf

func Xlrintf(tls *TLS, x float32) (r int64)

func Xlrintl

func Xlrintl(tls *TLS, x float64) (r int64)

func Xlround

func Xlround(tls *TLS, x float64) (r int64)

func Xlroundf

func Xlroundf(tls *TLS, x float32) (r int64)

func Xlroundl

func Xlroundl(tls *TLS, x float64) (r int64)

func Xlsearch

func Xlsearch(tls *TLS, key uintptr, base uintptr, nelp uintptr, width Tsize_t, compar uintptr) (r uintptr)

func Xlsetxattr

func Xlsetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t, flags int32) (r int32)

func Xlstat

func Xlstat(tls *TLS, path uintptr, buf uintptr) (r int32)

func Xlutimes

func Xlutimes(tls *TLS, filename uintptr, tv uintptr) (r int32)

func Xmalloc

func Xmalloc(tls *TLS, n Tsize_t) (r uintptr)

func Xmblen

func Xmblen(tls *TLS, s uintptr, n Tsize_t) (r int32)

func Xmbsinit

func Xmbsinit(tls *TLS, st uintptr) (r int32)

func Xmbtowc

func Xmbtowc(tls *TLS, wc uintptr, src uintptr, n Tsize_t) (r int32)

func Xmemalign

func Xmemalign(tls *TLS, align Tsize_t, len1 Tsize_t) (r uintptr)

func Xmemccpy

func Xmemccpy(tls *TLS, dest uintptr, src uintptr, c int32, n Tsize_t) (r uintptr)

func Xmemchr

func Xmemchr(tls *TLS, src uintptr, c int32, n Tsize_t) (r uintptr)

func Xmemcmp

func Xmemcmp(tls *TLS, vl uintptr, vr uintptr, n Tsize_t) (r1 int32)

func Xmemcpy

func Xmemcpy(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)

func Xmemfd_create

func Xmemfd_create(tls *TLS, name uintptr, flags uint32) (r int32)

func Xmemmem

func Xmemmem(tls *TLS, h0 uintptr, k Tsize_t, n0 uintptr, l Tsize_t) (r uintptr)

func Xmemmove

func Xmemmove(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)

func Xmempcpy

func Xmempcpy(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)

func Xmemset

func Xmemset(tls *TLS, dest uintptr, c int32, n Tsize_t) (r uintptr)

func Xmincore

func Xmincore(tls *TLS, addr uintptr, len1 Tsize_t, vec uintptr) (r int32)

func Xmkdir

func Xmkdir(tls *TLS, path uintptr, mode Tmode_t) (r int32)

func Xmkdirat

func Xmkdirat(tls *TLS, fd int32, path uintptr, mode Tmode_t) (r int32)

func Xmkdtemp

func Xmkdtemp(tls *TLS, template uintptr) (r uintptr)

func Xmkfifo

func Xmkfifo(tls *TLS, path uintptr, mode Tmode_t) (r int32)

func Xmkfifoat

func Xmkfifoat(tls *TLS, fd int32, path uintptr, mode Tmode_t) (r int32)

func Xmknod

func Xmknod(tls *TLS, path uintptr, mode Tmode_t, dev Tdev_t) (r int32)

func Xmknodat

func Xmknodat(tls *TLS, fd int32, path uintptr, mode Tmode_t, dev Tdev_t) (r int32)

func Xmkostemp

func Xmkostemp(tls *TLS, template uintptr, flags int32) (r int32)

func Xmkstemp

func Xmkstemp(tls *TLS, template uintptr) (r int32)

func Xmkstemps

func Xmkstemps(tls *TLS, template uintptr, len1 int32) (r int32)

func Xmktemp

func Xmktemp(tls *TLS, template uintptr) (r uintptr)

func Xmlock

func Xmlock(tls *TLS, addr uintptr, len1 Tsize_t) (r int32)

func Xmlock2

func Xmlock2(tls *TLS, addr uintptr, len1 Tsize_t, flags uint32) (r int32)

func Xmlockall

func Xmlockall(tls *TLS, flags int32) (r int32)

func Xmmap

func Xmmap(tls *TLS, start uintptr, len1 Tsize_t, prot int32, flags int32, fd int32, off Toff_t) (r uintptr)

func Xmodf

func Xmodf(tls *TLS, x float64, iptr uintptr) (r float64)

func Xmodff

func Xmodff(tls *TLS, x float32, iptr uintptr) (r float32)

func Xmodfl

func Xmodfl(tls *TLS, x float64, iptr uintptr) (r1 float64)

func Xmount

func Xmount(tls *TLS, special uintptr, dir uintptr, fstype uintptr, flags uint64, data uintptr) (r int32)

func Xmq_close

func Xmq_close(tls *TLS, mqd Tmqd_t) (r int32)

func Xmq_getattr

func Xmq_getattr(tls *TLS, mqd Tmqd_t, attr uintptr) (r int32)

func Xmq_notify

func Xmq_notify(tls *TLS, mqd Tmqd_t, sev uintptr) (r int32)

func Xmq_send

func Xmq_send(tls *TLS, mqd Tmqd_t, msg uintptr, len1 Tsize_t, prio uint32) (r int32)

func Xmq_setattr

func Xmq_setattr(tls *TLS, mqd Tmqd_t, new1 uintptr, old uintptr) (r int32)

func Xmq_timedsend

func Xmq_timedsend(tls *TLS, mqd Tmqd_t, msg uintptr, len1 Tsize_t, prio uint32, at uintptr) (r int32)
func Xmq_unlink(tls *TLS, name uintptr) (r int32)

func Xmrand48

func Xmrand48(tls *TLS) (r int64)

func Xmremap

func Xmremap(tls *TLS, old_addr uintptr, old_len Tsize_t, new_len Tsize_t, flags int32, va uintptr) (r uintptr)

func Xmsgctl

func Xmsgctl(tls *TLS, q int32, cmd int32, buf uintptr) (r1 int32)

func Xmsgget

func Xmsgget(tls *TLS, k Tkey_t, flag int32) (r int32)

func Xmsgsnd

func Xmsgsnd(tls *TLS, q int32, m uintptr, len1 Tsize_t, flag int32) (r int32)

func Xmsync

func Xmsync(tls *TLS, start uintptr, len1 Tsize_t, flags int32) (r int32)

func Xmtx_destroy

func Xmtx_destroy(tls *TLS, mtx uintptr)

func Xmtx_init

func Xmtx_init(tls *TLS, m uintptr, type1 int32) (r int32)

func Xmtx_lock

func Xmtx_lock(tls *TLS, m uintptr) (r int32)

func Xmtx_timedlock

func Xmtx_timedlock(tls *TLS, m uintptr, ts uintptr) (r int32)

func Xmtx_trylock

func Xmtx_trylock(tls *TLS, m uintptr) (r int32)

func Xmtx_unlock

func Xmtx_unlock(tls *TLS, mtx uintptr) (r int32)

func Xmunlock

func Xmunlock(tls *TLS, addr uintptr, len1 Tsize_t) (r int32)

func Xmunlockall

func Xmunlockall(tls *TLS) (r int32)

func Xmunmap

func Xmunmap(tls *TLS, start uintptr, len1 Tsize_t) (r int32)

func Xname_to_handle_at

func Xname_to_handle_at(tls *TLS, dirfd int32, pathname uintptr, handle uintptr, mount_id uintptr, flags int32) (r int32)

func Xnan

func Xnan(tls *TLS, s uintptr) (r float64)

func Xnanf

func Xnanf(tls *TLS, s uintptr) (r float32)

func Xnanl

func Xnanl(tls *TLS, s uintptr) (r float64)

func Xnanosleep

func Xnanosleep(tls *TLS, req uintptr, rem uintptr) (r int32)

func Xnearbyint

func Xnearbyint(tls *TLS, x float64) (r float64)

func Xnearbyintf

func Xnearbyintf(tls *TLS, x float32) (r float32)

func Xnearbyintl

func Xnearbyintl(tls *TLS, x float64) (r float64)

func Xnextafter

func Xnextafter(tls *TLS, x float64, y3 float64) (r float64)

func Xnextafterf

func Xnextafterf(tls *TLS, x float32, y3 float32) (r float32)

func Xnextafterl

func Xnextafterl(tls *TLS, x float64, y float64) (r float64)

func Xnexttoward

func Xnexttoward(tls *TLS, x float64, y float64) (r float64)

func Xnexttowardf

func Xnexttowardf(tls *TLS, x float32, y3 float64) (r float32)

func Xnexttowardl

func Xnexttowardl(tls *TLS, x float64, y float64) (r float64)

func Xnftw

func Xnftw(tls *TLS, path uintptr, fn uintptr, fd_limit int32, flags int32) (r1 int32)

func Xngettext

func Xngettext(tls *TLS, msgid1 uintptr, msgid2 uintptr, n uint64) (r uintptr)

func Xnice

func Xnice(tls *TLS, inc int32) (r int32)

func Xnl_langinfo

func Xnl_langinfo(tls *TLS, item Tnl_item) (r uintptr)

func Xnrand48

func Xnrand48(tls *TLS, s uintptr) (r int64)

func Xns_get16

func Xns_get16(tls *TLS, cp uintptr) (r uint32)

func Xns_get32

func Xns_get32(tls *TLS, cp uintptr) (r uint64)

func Xns_initparse

func Xns_initparse(tls *TLS, msg uintptr, msglen int32, handle uintptr) (r1 int32)

func Xns_name_uncompress

func Xns_name_uncompress(tls *TLS, msg uintptr, eom uintptr, src uintptr, dst uintptr, dstsiz Tsize_t) (r1 int32)

func Xns_parserr

func Xns_parserr(tls *TLS, handle uintptr, section Tns_sect, rrnum int32, rr uintptr) (r1 int32)

func Xns_put16

func Xns_put16(tls *TLS, s uint32, cp uintptr)

func Xns_put32

func Xns_put32(tls *TLS, l uint64, cp uintptr)

func Xns_skiprr

func Xns_skiprr(tls *TLS, ptr uintptr, eom uintptr, section Tns_sect, count int32) (r1 int32)

func Xobstack_base added in v2.1.6

func Xobstack_base(tls *TLS, obstack_ptr uintptr) uintptr

func Xobstack_blank added in v2.1.6

func Xobstack_blank(tls *TLS, obstack_ptr uintptr, size Tsize_t)

func Xobstack_free added in v2.1.7

func Xobstack_free(tls *TLS, obstack_ptr uintptr, object uintptr)

func Xobstack_grow added in v2.1.6

func Xobstack_grow(tls *TLS, obstack_ptr uintptr, address uintptr, size Tsize_t)

func Xobstack_init added in v2.1.7

func Xobstack_init(tls *TLS, obstack_ptr uintptr) int32

func Xobstack_next_free added in v2.1.6

func Xobstack_next_free(tls *TLS, obstack_ptr uintptr) uintptr

func Xobstack_printf added in v2.1.6

func Xobstack_printf(tls *TLS, obstack_ptr uintptr, format uintptr, va uintptr)

func Xobstack_vprintf added in v2.1.6

func Xobstack_vprintf(tls *TLS, obstack_ptr uintptr, format uintptr, va uintptr) int32

func Xopen

func Xopen(tls *TLS, filename uintptr, flags int32, va uintptr) (r int32)

func Xopen_by_handle_at

func Xopen_by_handle_at(tls *TLS, mount_fd int32, handle uintptr, flags int32) (r int32)

func Xopen_memstream

func Xopen_memstream(tls *TLS, bufp uintptr, sizep uintptr) (r uintptr)

func Xopen_wmemstream

func Xopen_wmemstream(tls *TLS, bufp uintptr, sizep uintptr) (r uintptr)

func Xopenat

func Xopenat(tls *TLS, fd int32, filename uintptr, flags int32, va uintptr) (r int32)

func Xopendir

func Xopendir(tls *TLS, name uintptr) (r uintptr)

func Xopenlog

func Xopenlog(tls *TLS, ident uintptr, opt int32, facility int32)

func Xopenpty

func Xopenpty(tls *TLS, pm uintptr, ps uintptr, name uintptr, tio uintptr, ws uintptr) (r int32)

func Xpathconf

func Xpathconf(tls *TLS, path uintptr, name int32) (r int64)

func Xpause

func Xpause(tls *TLS) (r int32)

func Xpclose

func Xpclose(tls *TLS, f uintptr) (r1 int32)

func Xperror

func Xperror(tls *TLS, msg uintptr)

func Xpersonality

func Xpersonality(tls *TLS, persona uint64) (r int32)

func Xpipe

func Xpipe(tls *TLS, fd uintptr) (r int32)

func Xpipe2

func Xpipe2(tls *TLS, fd uintptr, flag int32) (r int32)

func Xpivot_root

func Xpivot_root(tls *TLS, new1 uintptr, old uintptr) (r int32)

func Xpoll

func Xpoll(tls *TLS, fds uintptr, n Tnfds_t, timeout int32) (r int32)

func Xpopen

func Xpopen(tls *TLS, cmd uintptr, mode uintptr) (r uintptr)

func Xposix_close

func Xposix_close(tls *TLS, fd int32, flags int32) (r int32)

func Xposix_fadvise

func Xposix_fadvise(tls *TLS, fd int32, base Toff_t, len1 Toff_t, advice int32) (r int32)

func Xposix_fallocate

func Xposix_fallocate(tls *TLS, fd int32, base Toff_t, len1 Toff_t) (r int32)

func Xposix_madvise

func Xposix_madvise(tls *TLS, addr uintptr, len1 Tsize_t, advice int32) (r int32)

func Xposix_memalign

func Xposix_memalign(tls *TLS, res uintptr, align Tsize_t, len1 Tsize_t) (r int32)

func Xposix_openpt

func Xposix_openpt(tls *TLS, flags int32) (r1 int32)

func Xposix_spawn

func Xposix_spawn(tls *TLS, res uintptr, path uintptr, fa uintptr, attr uintptr, argv uintptr, envp uintptr) (r int32)

func Xposix_spawn_file_actions_addchdir_np

func Xposix_spawn_file_actions_addchdir_np(tls *TLS, fa uintptr, path uintptr) (r int32)

func Xposix_spawn_file_actions_addclose

func Xposix_spawn_file_actions_addclose(tls *TLS, fa uintptr, fd int32) (r int32)

func Xposix_spawn_file_actions_adddup2

func Xposix_spawn_file_actions_adddup2(tls *TLS, fa uintptr, srcfd int32, fd int32) (r int32)

func Xposix_spawn_file_actions_addfchdir_np

func Xposix_spawn_file_actions_addfchdir_np(tls *TLS, fa uintptr, fd int32) (r int32)

func Xposix_spawn_file_actions_addopen

func Xposix_spawn_file_actions_addopen(tls *TLS, fa uintptr, fd int32, path uintptr, flags int32, mode Tmode_t) (r int32)

func Xposix_spawn_file_actions_destroy

func Xposix_spawn_file_actions_destroy(tls *TLS, fa uintptr) (r int32)

func Xposix_spawn_file_actions_init

func Xposix_spawn_file_actions_init(tls *TLS, fa uintptr) (r int32)

func Xposix_spawnattr_destroy

func Xposix_spawnattr_destroy(tls *TLS, attr uintptr) (r int32)

func Xposix_spawnattr_getflags

func Xposix_spawnattr_getflags(tls *TLS, attr uintptr, flags uintptr) (r int32)

func Xposix_spawnattr_getpgroup

func Xposix_spawnattr_getpgroup(tls *TLS, attr uintptr, pgrp uintptr) (r int32)

func Xposix_spawnattr_getschedparam

func Xposix_spawnattr_getschedparam(tls *TLS, attr uintptr, schedparam uintptr) (r int32)

func Xposix_spawnattr_getschedpolicy

func Xposix_spawnattr_getschedpolicy(tls *TLS, attr uintptr, policy uintptr) (r int32)

func Xposix_spawnattr_getsigdefault

func Xposix_spawnattr_getsigdefault(tls *TLS, attr uintptr, def uintptr) (r int32)

func Xposix_spawnattr_getsigmask

func Xposix_spawnattr_getsigmask(tls *TLS, attr uintptr, mask uintptr) (r int32)

func Xposix_spawnattr_init

func Xposix_spawnattr_init(tls *TLS, attr uintptr) (r int32)

func Xposix_spawnattr_setflags

func Xposix_spawnattr_setflags(tls *TLS, attr uintptr, flags int16) (r int32)

func Xposix_spawnattr_setpgroup

func Xposix_spawnattr_setpgroup(tls *TLS, attr uintptr, pgrp Tpid_t) (r int32)

func Xposix_spawnattr_setschedparam

func Xposix_spawnattr_setschedparam(tls *TLS, attr uintptr, schedparam uintptr) (r int32)

func Xposix_spawnattr_setschedpolicy

func Xposix_spawnattr_setschedpolicy(tls *TLS, attr uintptr, policy int32) (r int32)

func Xposix_spawnattr_setsigdefault

func Xposix_spawnattr_setsigdefault(tls *TLS, attr uintptr, def uintptr) (r int32)

func Xposix_spawnattr_setsigmask

func Xposix_spawnattr_setsigmask(tls *TLS, attr uintptr, mask uintptr) (r int32)

func Xposix_spawnp

func Xposix_spawnp(tls *TLS, res uintptr, file uintptr, fa uintptr, attr uintptr, argv uintptr, envp uintptr) (r int32)

func Xpow

func Xpow(tls *TLS, x float64, y1 float64) (r float64)

func Xpowf

func Xpowf(tls *TLS, x float32, y1 float32) (r float32)

func Xpowl

func Xpowl(tls *TLS, x float64, y float64) (r float64)

func Xppoll

func Xppoll(tls *TLS, fds uintptr, n Tnfds_t, to uintptr, mask uintptr) (r int32)

func Xprctl

func Xprctl(tls *TLS, op int32, va uintptr) (r int32)

func Xprintf

func Xprintf(tls *TLS, fmt uintptr, va uintptr) (r int32)

func Xprlimit

func Xprlimit(tls *TLS, pid Tpid_t, resource int32, new_limit uintptr, old_limit uintptr) (r1 int32)

func Xpselect

func Xpselect(tls *TLS, n int32, rfds uintptr, wfds uintptr, efds uintptr, ts uintptr, mask uintptr) (r int32)

func Xpsiginfo

func Xpsiginfo(tls *TLS, si uintptr, msg uintptr)

func Xpsignal

func Xpsignal(tls *TLS, sig int32, msg uintptr)

func Xptrace

func Xptrace(tls *TLS, req int32, va uintptr) (r int64)

func Xptsname

func Xptsname(tls *TLS, fd int32) (r uintptr)

func Xputc

func Xputc(tls *TLS, c int32, f uintptr) (r int32)

func Xputc_unlocked

func Xputc_unlocked(tls *TLS, c int32, f uintptr) (r int32)

func Xputchar

func Xputchar(tls *TLS, c int32) (r int32)

func Xputchar_unlocked

func Xputchar_unlocked(tls *TLS, c int32) (r int32)

func Xputenv

func Xputenv(tls *TLS, s uintptr) (r int32)

func Xputgrent

func Xputgrent(tls *TLS, gr uintptr, f uintptr) (r1 int32)

func Xputpwent

func Xputpwent(tls *TLS, pw uintptr, f uintptr) (r int32)

func Xputs

func Xputs(tls *TLS, s uintptr) (r1 int32)

func Xputspent

func Xputspent(tls *TLS, sp uintptr, f uintptr) (r int32)

func Xpututxline

func Xpututxline(tls *TLS, ut uintptr) (r uintptr)

func Xputw

func Xputw(tls *TLS, _x int32, f uintptr) (r int32)

func Xqsort

func Xqsort(tls *TLS, base uintptr, nel Tsize_t, width Tsize_t, cmp Tcmpfun)

func Xquick_exit

func Xquick_exit(tls *TLS, code int32)

func Xquotactl

func Xquotactl(tls *TLS, cmd int32, special uintptr, id int32, addr uintptr) (r int32)

func Xraise

func Xraise(tls *TLS, sig int32) (r int32)

func Xrand

func Xrand(tls *TLS) (r int32)

func Xrand_r

func Xrand_r(tls *TLS, seed uintptr) (r int32)

func Xrandom

func Xrandom(tls *TLS) (r int64)

func Xreaddir

func Xreaddir(tls *TLS, dir uintptr) (r uintptr)

func Xreaddir_r

func Xreaddir_r(tls *TLS, dir uintptr, buf uintptr, result uintptr) (r int32)

func Xrealloc

func Xrealloc(tls *TLS, p uintptr, n Tsize_t) (r uintptr)

func Xreallocarray

func Xreallocarray(tls *TLS, ptr uintptr, m Tsize_t, n Tsize_t) (r uintptr)

func Xrealpath

func Xrealpath(tls *TLS, filename uintptr, resolved uintptr) (r uintptr)

func Xreboot

func Xreboot(tls *TLS, type1 int32) (r int32)

func Xrecvmmsg

func Xrecvmmsg(tls *TLS, fd int32, msgvec uintptr, vlen uint32, flags uint32, timeout uintptr) (r int32)

func Xregcomp

func Xregcomp(tls *TLS, preg uintptr, regex uintptr, cflags int32) (r int32)

func Xregexec

func Xregexec(tls *TLS, preg uintptr, string1 uintptr, nmatch Tsize_t, pmatch uintptr, eflags int32) (r int32)

func Xregfree

func Xregfree(tls *TLS, preg uintptr)

func Xremainder

func Xremainder(tls *TLS, x float64, y float64) (r float64)

func Xremainderf

func Xremainderf(tls *TLS, x float32, y float32) (r float32)

func Xremainderl

func Xremainderl(tls *TLS, x float64, y float64) (r float64)

func Xremap_file_pages

func Xremap_file_pages(tls *TLS, addr uintptr, size Tsize_t, prot int32, pgoff Tsize_t, flags int32) (r int32)

func Xremove

func Xremove(tls *TLS, path uintptr) (r1 int32)

func Xremovexattr

func Xremovexattr(tls *TLS, path uintptr, name uintptr) (r int32)

func Xremque

func Xremque(tls *TLS, element uintptr)

func Xremquo

func Xremquo(tls *TLS, x float64, y float64, quo uintptr) (r float64)

func Xremquof

func Xremquof(tls *TLS, x float32, y float32, quo uintptr) (r float32)

func Xremquol

func Xremquol(tls *TLS, x float64, y float64, quo uintptr) (r float64)

func Xrename

func Xrename(tls *TLS, old uintptr, new1 uintptr) (r int32)

func Xrenameat

func Xrenameat(tls *TLS, oldfd int32, old uintptr, newfd int32, new1 uintptr) (r int32)

func Xres_init

func Xres_init(tls *TLS) (r int32)

func Xres_query

func Xres_query(tls *TLS, name uintptr, class int32, type1 int32, dest uintptr, len1 int32) (r1 int32)

func Xres_querydomain

func Xres_querydomain(tls *TLS, name uintptr, domain uintptr, class int32, type1 int32, dest uintptr, len1 int32) (r int32)

func Xrewind

func Xrewind(tls *TLS, f uintptr)

func Xrewinddir

func Xrewinddir(tls *TLS, dir uintptr)

func Xrindex

func Xrindex(tls *TLS, s uintptr, c int32) (r uintptr)

func Xrint

func Xrint(tls *TLS, x float64) (r float64)

func Xrintf

func Xrintf(tls *TLS, x float32) (r float32)

func Xrintl

func Xrintl(tls *TLS, x float64) (r float64)

func Xrmdir

func Xrmdir(tls *TLS, path uintptr) (r int32)

func Xround

func Xround(tls *TLS, x float64) (r float64)

func Xroundf

func Xroundf(tls *TLS, x float32) (r float32)

func Xroundl

func Xroundl(tls *TLS, x float64) (r float64)

func Xsbrk

func Xsbrk(tls *TLS, inc Tintptr_t) (r uintptr)

func Xscalb

func Xscalb(tls *TLS, x float64, fn float64) (r float64)

func Xscalbf

func Xscalbf(tls *TLS, x float32, fn float32) (r float32)

func Xscalbln

func Xscalbln(tls *TLS, x float64, n int64) (r float64)

func Xscalblnf

func Xscalblnf(tls *TLS, x float32, n int64) (r float32)

func Xscalblnl

func Xscalblnl(tls *TLS, x float64, n int64) (r float64)

func Xscalbn

func Xscalbn(tls *TLS, x float64, n int32) (r float64)

func Xscalbnf

func Xscalbnf(tls *TLS, x float32, n int32) (r float32)

func Xscalbnl

func Xscalbnl(tls *TLS, x float64, n int32) (r float64)

func Xscandir

func Xscandir(tls *TLS, path uintptr, res uintptr, sel uintptr, cmp uintptr) (r int32)

func Xscanf

func Xscanf(tls *TLS, fmt uintptr, va uintptr) (r int32)

func Xsched_get_priority_max

func Xsched_get_priority_max(tls *TLS, policy int32) (r int32)

func Xsched_get_priority_min

func Xsched_get_priority_min(tls *TLS, policy int32) (r int32)

func Xsched_getaffinity

func Xsched_getaffinity(tls *TLS, tid Tpid_t, size Tsize_t, set uintptr) (r int32)

func Xsched_getcpu

func Xsched_getcpu(tls *TLS) (r1 int32)

func Xsched_getparam

func Xsched_getparam(tls *TLS, pid Tpid_t, param uintptr) (r int32)

func Xsched_getscheduler

func Xsched_getscheduler(tls *TLS, pid Tpid_t) (r int32)

func Xsched_rr_get_interval

func Xsched_rr_get_interval(tls *TLS, pid Tpid_t, ts uintptr) (r int32)

func Xsched_setaffinity

func Xsched_setaffinity(tls *TLS, tid Tpid_t, size Tsize_t, set uintptr) (r int32)

func Xsched_setparam

func Xsched_setparam(tls *TLS, pid Tpid_t, param uintptr) (r int32)

func Xsched_setscheduler

func Xsched_setscheduler(tls *TLS, pid Tpid_t, sched int32, param uintptr) (r int32)

func Xsched_yield

func Xsched_yield(tls *TLS) (r int32)

func Xsecure_getenv

func Xsecure_getenv(tls *TLS, name uintptr) (r uintptr)

func Xseed48

func Xseed48(tls *TLS, s uintptr) (r uintptr)

func Xseekdir

func Xseekdir(tls *TLS, dir uintptr, off int64)

func Xselect

func Xselect(tls *TLS, n int32, rfds uintptr, wfds uintptr, efds uintptr, tv uintptr) (r int32)

func Xsem_close

func Xsem_close(tls *TLS, sem uintptr) (r int32)

func Xsem_destroy

func Xsem_destroy(tls *TLS, sem uintptr) (r int32)

func Xsem_getvalue

func Xsem_getvalue(tls *TLS, sem uintptr, valp uintptr) (r int32)

func Xsem_init

func Xsem_init(tls *TLS, sem uintptr, pshared int32, value uint32) (r int32)

func Xsem_open

func Xsem_open(tls *TLS, name uintptr, flags int32, va uintptr) (r uintptr)

func Xsem_post

func Xsem_post(tls *TLS, sem uintptr) (r int32)

func Xsem_timedwait

func Xsem_timedwait(tls *TLS, sem uintptr, at uintptr) (r1 int32)

func Xsem_trywait

func Xsem_trywait(tls *TLS, sem uintptr) (r int32)
func Xsem_unlink(tls *TLS, name uintptr) (r int32)

func Xsem_wait

func Xsem_wait(tls *TLS, sem uintptr) (r int32)

func Xsemctl

func Xsemctl(tls *TLS, id int32, num int32, cmd int32, va uintptr) (r1 int32)

func Xsemget

func Xsemget(tls *TLS, key Tkey_t, n int32, fl int32) (r int32)

func Xsemop

func Xsemop(tls *TLS, id int32, buf uintptr, n Tsize_t) (r int32)

func Xsemtimedop

func Xsemtimedop(tls *TLS, id int32, buf uintptr, n Tsize_t, ts uintptr) (r int32)

func Xsendmmsg

func Xsendmmsg(tls *TLS, fd int32, msgvec uintptr, vlen uint32, flags uint32) (r1 int32)

func Xsetbuf

func Xsetbuf(tls *TLS, f uintptr, buf uintptr)

func Xsetbuffer

func Xsetbuffer(tls *TLS, f uintptr, buf uintptr, size Tsize_t)

func Xsetdomainname

func Xsetdomainname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)

func Xsetegid

func Xsetegid(tls *TLS, egid Tgid_t) (r int32)

func Xsetenv

func Xsetenv(tls *TLS, var1 uintptr, value uintptr, overwrite int32) (r int32)

func Xseteuid

func Xseteuid(tls *TLS, euid Tuid_t) (r int32)

func Xsetfsgid

func Xsetfsgid(tls *TLS, gid Tgid_t) (r int32)

func Xsetfsuid

func Xsetfsuid(tls *TLS, uid Tuid_t) (r int32)

func Xsetgid

func Xsetgid(tls *TLS, gid Tgid_t) (r int32)

func Xsetgrent

func Xsetgrent(tls *TLS)

func Xsetgroups

func Xsetgroups(tls *TLS, count Tsize_t, list uintptr) (r int32)

func Xsethostent

func Xsethostent(tls *TLS, x int32)

func Xsethostname

func Xsethostname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)

func Xsetitimer

func Xsetitimer(tls *TLS, which int32, new1 uintptr, old uintptr) (r1 int32)

func Xsetjmp added in v2.1.18

func Xsetjmp(tls *TLS, jmp_buf uintptr) int32

func Xsetkey

func Xsetkey(tls *TLS, key uintptr)

func Xsetlinebuf

func Xsetlinebuf(tls *TLS, f uintptr)

func Xsetlocale

func Xsetlocale(tls *TLS, cat int32, name uintptr) (r uintptr)

func Xsetlogmask

func Xsetlogmask(tls *TLS, maskpri int32) (r int32)

func Xsetmntent

func Xsetmntent(tls *TLS, name uintptr, mode uintptr) (r uintptr)

func Xsetns

func Xsetns(tls *TLS, fd int32, nstype int32) (r int32)

func Xsetpgid

func Xsetpgid(tls *TLS, pid Tpid_t, pgid Tpid_t) (r int32)

func Xsetpriority

func Xsetpriority(tls *TLS, which int32, who Tid_t, prio int32) (r int32)

func Xsetprotoent

func Xsetprotoent(tls *TLS, stayopen int32)

func Xsetpwent

func Xsetpwent(tls *TLS)

func Xsetregid

func Xsetregid(tls *TLS, rgid Tgid_t, egid Tgid_t) (r int32)

func Xsetresgid

func Xsetresgid(tls *TLS, rgid Tgid_t, egid Tgid_t, sgid Tgid_t) (r int32)

func Xsetresuid

func Xsetresuid(tls *TLS, ruid Tuid_t, euid Tuid_t, suid Tuid_t) (r int32)

func Xsetreuid

func Xsetreuid(tls *TLS, ruid Tuid_t, euid Tuid_t) (r int32)

func Xsetrlimit

func Xsetrlimit(tls *TLS, resource int32, rlim uintptr) (r int32)

func Xsetservent

func Xsetservent(tls *TLS, stayopen int32)

func Xsetsockopt

func Xsetsockopt(tls *TLS, fd int32, level int32, optname int32, optval uintptr, optlen Tsocklen_t) (r2 int32)

func Xsetspent

func Xsetspent(tls *TLS)

func Xsetstate

func Xsetstate(tls *TLS, state uintptr) (r uintptr)

func Xsettimeofday

func Xsettimeofday(tls *TLS, tv uintptr, tz uintptr) (r int32)

func Xsetuid

func Xsetuid(tls *TLS, uid Tuid_t) (r int32)

func Xsetusershell

func Xsetusershell(tls *TLS)

func Xsetutxent

func Xsetutxent(tls *TLS)

func Xsetvbuf

func Xsetvbuf(tls *TLS, f uintptr, buf uintptr, type1 int32, size Tsize_t) (r int32)

func Xsetxattr

func Xsetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t, flags int32) (r int32)

func Xshm_open

func Xshm_open(tls *TLS, name uintptr, flag int32, mode Tmode_t) (r int32)
func Xshm_unlink(tls *TLS, name uintptr) (r int32)

func Xshmat

func Xshmat(tls *TLS, id int32, addr uintptr, flag int32) (r uintptr)

func Xshmctl

func Xshmctl(tls *TLS, id int32, cmd int32, buf uintptr) (r1 int32)

func Xshmdt

func Xshmdt(tls *TLS, addr uintptr) (r int32)

func Xshmget

func Xshmget(tls *TLS, key Tkey_t, size Tsize_t, flag int32) (r int32)

func Xshutdown

func Xshutdown(tls *TLS, fd int32, how int32) (r1 int32)

func Xsigaction

func Xsigaction(tls *TLS, sig int32, sa uintptr, old uintptr) (r1 int32)

func Xsigaddset

func Xsigaddset(tls *TLS, set uintptr, sig int32) (r int32)

func Xsigaltstack

func Xsigaltstack(tls *TLS, ss uintptr, old uintptr) (r int32)

func Xsigandset

func Xsigandset(tls *TLS, dest uintptr, left uintptr, right uintptr) (r1 int32)

func Xsigdelset

func Xsigdelset(tls *TLS, set uintptr, sig int32) (r int32)

func Xsigemptyset

func Xsigemptyset(tls *TLS, set uintptr) (r int32)

func Xsigfillset

func Xsigfillset(tls *TLS, set uintptr) (r int32)

func Xsighold

func Xsighold(tls *TLS, sig int32) (r int32)

func Xsigignore

func Xsigignore(tls *TLS, sig int32) (r int32)

func Xsiginterrupt

func Xsiginterrupt(tls *TLS, sig int32, flag int32) (r int32)

func Xsigisemptyset

func Xsigisemptyset(tls *TLS, set uintptr) (r int32)

func Xsigismember

func Xsigismember(tls *TLS, set uintptr, sig int32) (r int32)

func Xsiglongjmp

func Xsiglongjmp(tls *TLS, buf uintptr, ret int32)

func Xsignal

func Xsignal(tls *TLS, sig int32, func1 uintptr) (r uintptr)

func Xsignalfd

func Xsignalfd(tls *TLS, fd int32, sigs uintptr, flags int32) (r int32)

func Xsignificand

func Xsignificand(tls *TLS, x float64) (r float64)

func Xsignificandf

func Xsignificandf(tls *TLS, x float32) (r float32)

func Xsigorset

func Xsigorset(tls *TLS, dest uintptr, left uintptr, right uintptr) (r1 int32)

func Xsigpause

func Xsigpause(tls *TLS, sig int32) (r int32)

func Xsigpending

func Xsigpending(tls *TLS, set uintptr) (r int32)

func Xsigprocmask

func Xsigprocmask(tls *TLS, how int32, set uintptr, old uintptr) (r1 int32)

func Xsigqueue

func Xsigqueue(tls *TLS, pid Tpid_t, sig int32, value Tsigval) (r1 int32)

func Xsigrelse

func Xsigrelse(tls *TLS, sig int32) (r int32)

func Xsigset

func Xsigset(tls *TLS, sig int32, handler uintptr) (r uintptr)

func Xsigsuspend

func Xsigsuspend(tls *TLS, mask uintptr) (r int32)

func Xsigtimedwait

func Xsigtimedwait(tls *TLS, mask uintptr, si uintptr, timeout uintptr) (r int32)

func Xsigwait

func Xsigwait(tls *TLS, mask uintptr, sig uintptr) (r int32)

func Xsigwaitinfo

func Xsigwaitinfo(tls *TLS, mask uintptr, si uintptr) (r int32)

func Xsin

func Xsin(tls *TLS, x float64) (r float64)

func Xsincos

func Xsincos(tls *TLS, x float64, sin uintptr, cos uintptr)

func Xsincosf

func Xsincosf(tls *TLS, x float32, sin uintptr, cos uintptr)

func Xsincosl

func Xsincosl(tls *TLS, x float64, sin uintptr, cos uintptr)

func Xsinf

func Xsinf(tls *TLS, x float32) (r float32)

func Xsinh

func Xsinh(tls *TLS, x float64) (r float64)

C documentation

/* sinh(x) = (exp(x) - 1/exp(x))/2
 *         = (exp(x)-1 + (exp(x)-1)/exp(x))/2
 *         = x + x^3/6 + o(x^5)
 */

func Xsinhf

func Xsinhf(tls *TLS, x float32) (r float32)

func Xsinhl

func Xsinhl(tls *TLS, x float64) (r float64)

func Xsinl

func Xsinl(tls *TLS, x float64) (r float64)

func Xsleep

func Xsleep(tls *TLS, seconds uint32) (r uint32)

func Xsnprintf

func Xsnprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r int32)

func Xsockatmark

func Xsockatmark(tls *TLS, s int32) (r int32)

func Xsocket

func Xsocket(tls *TLS, domain int32, type1 int32, protocol int32) (r1 int32)

func Xsocketpair

func Xsocketpair(tls *TLS, domain int32, type1 int32, protocol int32, fd uintptr) (r2 int32)

func Xsprintf

func Xsprintf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)

func Xsqrt

func Xsqrt(tls *TLS, x float64) float64

func Xsqrtf

func Xsqrtf(tls *TLS, x float32) float32

func Xsrand

func Xsrand(tls *TLS, s uint32)

func Xsrand48

func Xsrand48(tls *TLS, seed int64)

func Xsrandom

func Xsrandom(tls *TLS, seed uint32)

func Xsscanf

func Xsscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)

func Xstat

func Xstat(tls *TLS, path uintptr, buf uintptr) (r int32)

func Xstatvfs

func Xstatvfs(tls *TLS, path uintptr, buf uintptr) (r int32)

func Xstime

func Xstime(tls *TLS, t uintptr) (r int32)

func Xstrcasecmp

func Xstrcasecmp(tls *TLS, _l uintptr, _r uintptr) (r1 int32)

func Xstrcasestr

func Xstrcasestr(tls *TLS, h uintptr, n uintptr) (r uintptr)

func Xstrcat

func Xstrcat(tls *TLS, dest uintptr, src uintptr) (r uintptr)

func Xstrchr

func Xstrchr(tls *TLS, s uintptr, c int32) (r1 uintptr)

func Xstrchrnul

func Xstrchrnul(tls *TLS, s uintptr, c int32) (r uintptr)

func Xstrcmp

func Xstrcmp(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xstrcoll

func Xstrcoll(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xstrcpy

func Xstrcpy(tls *TLS, dest uintptr, src uintptr) (r uintptr)

func Xstrdup

func Xstrdup(tls *TLS, s uintptr) (r uintptr)

func Xstrerror

func Xstrerror(tls *TLS, e int32) (r uintptr)

func Xstrerror_r

func Xstrerror_r(tls *TLS, err int32, buf uintptr, buflen Tsize_t) (r int32)

func Xstrncasecmp

func Xstrncasecmp(tls *TLS, _l uintptr, _r uintptr, n Tsize_t) (r1 int32)

func Xstrncat

func Xstrncat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xstrncmp

func Xstrncmp(tls *TLS, _l uintptr, _r uintptr, n Tsize_t) (r1 int32)

func Xstrncpy

func Xstrncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xstrndup

func Xstrndup(tls *TLS, s uintptr, n Tsize_t) (r uintptr)

func Xstrpbrk

func Xstrpbrk(tls *TLS, s uintptr, b uintptr) (r uintptr)

func Xstrptime

func Xstrptime(tls *TLS, s uintptr, f uintptr, tm uintptr) (r uintptr)

func Xstrrchr

func Xstrrchr(tls *TLS, s uintptr, c int32) (r uintptr)

func Xstrsep

func Xstrsep(tls *TLS, str uintptr, sep uintptr) (r uintptr)

func Xstrsignal

func Xstrsignal(tls *TLS, signum int32) (r uintptr)

func Xstrstr

func Xstrstr(tls *TLS, h uintptr, n uintptr) (r uintptr)

func Xstrtod

func Xstrtod(tls *TLS, s uintptr, p uintptr) (r float64)

func Xstrtod_l

func Xstrtod_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)

func Xstrtof

func Xstrtof(tls *TLS, s uintptr, p uintptr) (r float32)

func Xstrtof_l

func Xstrtof_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float32)

func Xstrtok

func Xstrtok(tls *TLS, s uintptr, sep uintptr) (r uintptr)

func Xstrtok_r

func Xstrtok_r(tls *TLS, s uintptr, sep uintptr, p uintptr) (r uintptr)

func Xstrtol

func Xstrtol(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func Xstrtold

func Xstrtold(tls *TLS, s uintptr, p uintptr) (r float64)

func Xstrtold_l

func Xstrtold_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)

func Xstrtoll

func Xstrtoll(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func Xstrtoul

func Xstrtoul(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xstrtoull

func Xstrtoull(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xstrverscmp

func Xstrverscmp(tls *TLS, l0 uintptr, r0 uintptr) (r1 int32)

func Xswab

func Xswab(tls *TLS, _src uintptr, _dest uintptr, n Tssize_t)

func Xswapoff

func Xswapoff(tls *TLS, path uintptr) (r int32)

func Xswapon

func Xswapon(tls *TLS, path uintptr, flags int32) (r int32)

func Xswprintf

func Xswprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r int32)

func Xswscanf

func Xswscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
func Xsymlink(tls *TLS, existing uintptr, new1 uintptr) (r int32)

func Xsymlinkat

func Xsymlinkat(tls *TLS, existing uintptr, fd int32, new1 uintptr) (r int32)

func Xsync

func Xsync(tls *TLS)

func Xsync_file_range

func Xsync_file_range(tls *TLS, fd int32, pos Toff_t, len1 Toff_t, flags uint32) (r int32)

func Xsyncfs

func Xsyncfs(tls *TLS, fd int32) (r int32)

func Xsyscall

func Xsyscall(tls *TLS, n int64, va uintptr) (r int64)

func Xsysconf

func Xsysconf(tls *TLS, name int32) (r int64)

func Xsyslog

func Xsyslog(tls *TLS, priority int32, message uintptr, va uintptr)

func Xsystem

func Xsystem(t *TLS, command uintptr) int32

func Xtan

func Xtan(tls *TLS, x float64) (r float64)

func Xtanf

func Xtanf(tls *TLS, x float32) (r float32)

func Xtanh

func Xtanh(tls *TLS, x float64) (r float64)

C documentation

/* tanh(x) = (exp(x) - exp(-x))/(exp(x) + exp(-x))
 *         = (exp(2*x) - 1)/(exp(2*x) - 1 + 2)
 *         = (1 - exp(-2*x))/(exp(-2*x) - 1 + 2)
 */

func Xtanhf

func Xtanhf(tls *TLS, x float32) (r float32)

func Xtanhl

func Xtanhl(tls *TLS, x float64) (r float64)

func Xtanl

func Xtanl(tls *TLS, x float64) (r float64)

func Xtcdrain

func Xtcdrain(tls *TLS, fd int32) (r int32)

func Xtcflow

func Xtcflow(tls *TLS, fd int32, action int32) (r int32)

func Xtcflush

func Xtcflush(tls *TLS, fd int32, queue int32) (r int32)

func Xtcgetattr

func Xtcgetattr(tls *TLS, fd int32, tio uintptr) (r int32)

func Xtcgetwinsize

func Xtcgetwinsize(tls *TLS, fd int32, wsz uintptr) (r int32)

func Xtcsendbreak

func Xtcsendbreak(tls *TLS, fd int32, dur int32) (r int32)

func Xtcsetattr

func Xtcsetattr(tls *TLS, fd int32, act int32, tio uintptr) (r int32)

func Xtcsetpgrp

func Xtcsetpgrp(tls *TLS, fd int32, pgrp Tpid_t) (r int32)

func Xtcsetwinsize

func Xtcsetwinsize(tls *TLS, fd int32, wsz uintptr) (r int32)

func Xtdelete

func Xtdelete(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r uintptr)

func Xtdestroy

func Xtdestroy(tls *TLS, root uintptr, freekey uintptr)

func Xtelldir

func Xtelldir(tls *TLS, dir uintptr) (r int64)

func Xtempnam

func Xtempnam(tls *TLS, dir uintptr, pfx uintptr) (r1 uintptr)

func Xtextdomain

func Xtextdomain(tls *TLS, domainname uintptr) (r uintptr)

func Xtfind

func Xtfind(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r uintptr)

func Xtgamma

func Xtgamma(tls *TLS, x float64) (r1 float64)

func Xtgammaf

func Xtgammaf(tls *TLS, x float32) (r float32)

func Xtgammal

func Xtgammal(tls *TLS, x float64) (r float64)

func Xthrd_create

func Xthrd_create(tls *TLS, thr uintptr, func1 Tthrd_start_t, arg uintptr) (r int32)

func Xthrd_exit

func Xthrd_exit(tls *TLS, result int32)

func Xthrd_join

func Xthrd_join(tls *TLS, t Tthrd_t, res uintptr) (r int32)

func Xthrd_sleep

func Xthrd_sleep(tls *TLS, req uintptr, rem uintptr) (r int32)

func Xthrd_yield

func Xthrd_yield(tls *TLS)

func Xtimer_create

func Xtimer_create(tls *TLS, clk Tclockid_t, evp uintptr, res uintptr) (r1 int32)

func Xtimer_delete

func Xtimer_delete(tls *TLS, t Ttimer_t) (r int32)

func Xtimer_getoverrun

func Xtimer_getoverrun(tls *TLS, t Ttimer_t) (r int32)

func Xtimer_gettime

func Xtimer_gettime(tls *TLS, t Ttimer_t, val uintptr) (r int32)

func Xtimer_settime

func Xtimer_settime(tls *TLS, t Ttimer_t, flags int32, val uintptr, old uintptr) (r int32)

func Xtimerfd_create

func Xtimerfd_create(tls *TLS, clockid int32, flags int32) (r int32)

func Xtimerfd_gettime

func Xtimerfd_gettime(tls *TLS, fd int32, cur uintptr) (r int32)

func Xtimerfd_settime

func Xtimerfd_settime(tls *TLS, fd int32, flags int32, new1 uintptr, old uintptr) (r int32)

func Xtimespec_get

func Xtimespec_get(tls *TLS, ts uintptr, base int32) (r int32)

C documentation

/* There is no other implemented value than TIME_UTC; all other values
 * are considered erroneous. */

func Xtmpfile

func Xtmpfile(tls *TLS) (r uintptr)

func Xtmpnam

func Xtmpnam(tls *TLS, buf uintptr) (r1 uintptr)

func Xtoascii

func Xtoascii(tls *TLS, c int32) (r int32)

C documentation

/* nonsense function that should NEVER be used! */

func Xtolower

func Xtolower(tls *TLS, c int32) (r int32)

func Xtoupper

func Xtoupper(tls *TLS, c int32) (r int32)

func Xtrunc

func Xtrunc(tls *TLS, x float64) (r float64)

func Xtruncate

func Xtruncate(tls *TLS, path uintptr, length Toff_t) (r int32)

func Xtruncf

func Xtruncf(tls *TLS, x float32) (r float32)

func Xtruncl added in v2.1.6

func Xtruncl(tls *TLS, x float64) (r float64)

func Xtsearch

func Xtsearch(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r1 uintptr)

func Xtss_create

func Xtss_create(tls *TLS, tss uintptr, dtor Ttss_dtor_t) (r int32)

func Xtss_delete

func Xtss_delete(tls *TLS, key Ttss_t)

func Xtss_set

func Xtss_set(tls *TLS, k Ttss_t, x uintptr) (r int32)

func Xttyname

func Xttyname(tls *TLS, fd int32) (r uintptr)

func Xttyname_r

func Xttyname_r(tls *TLS, fd int32, name uintptr, size Tsize_t) (r int32)

func Xtwalk

func Xtwalk(tls *TLS, root uintptr, action uintptr)

func Xtzset

func Xtzset(tls *TLS)

func Xualarm

func Xualarm(tls *TLS, value uint32, interval uint32) (r uint32)

func Xulckpwdf

func Xulckpwdf(tls *TLS) (r int32)

func Xulimit

func Xulimit(tls *TLS, cmd int32, va uintptr) (r int64)

func Xumount

func Xumount(tls *TLS, special uintptr) (r int32)

func Xumount2

func Xumount2(tls *TLS, special uintptr, flags int32) (r int32)

func Xuname

func Xuname(tls *TLS, uts uintptr) (r int32)

func Xungetc

func Xungetc(tls *TLS, c int32, f uintptr) (r int32)
func Xunlink(tls *TLS, path uintptr) (r int32)

func Xunlinkat

func Xunlinkat(tls *TLS, fd int32, path uintptr, flag int32) (r int32)

func Xunlockpt

func Xunlockpt(tls *TLS, fd int32) (r int32)

func Xunsetenv

func Xunsetenv(tls *TLS, name uintptr) (r int32)

func Xunshare

func Xunshare(tls *TLS, flags int32) (r int32)

func Xupdwtmpx

func Xupdwtmpx(tls *TLS, f uintptr, u uintptr)

func Xusleep

func Xusleep(tls *TLS, useconds uint32) (r int32)

func Xutime

func Xutime(tls *TLS, path uintptr, times uintptr) (r int32)

func Xutimensat

func Xutimensat(tls *TLS, fd int32, path uintptr, times uintptr, flags int32) (r1 int32)

func Xutimes

func Xutimes(tls *TLS, path uintptr, times uintptr) (r int32)

func Xvalloc

func Xvalloc(tls *TLS, size Tsize_t) (r uintptr)

func Xvasprintf

func Xvasprintf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvdprintf

func Xvdprintf(tls *TLS, fd int32, fmt uintptr, ap Tva_list) (r int32)

func Xverr

func Xverr(tls *TLS, status int32, fmt uintptr, ap Tva_list)

func Xverrx

func Xverrx(tls *TLS, status int32, fmt uintptr, ap Tva_list)

func Xversionsort

func Xversionsort(tls *TLS, a uintptr, b uintptr) (r int32)

func Xvfprintf

func Xvfprintf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvfscanf

func Xvfscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvfwprintf

func Xvfwprintf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvfwscanf

func Xvfwscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvhangup

func Xvhangup(tls *TLS) (r int32)

func Xvprintf

func Xvprintf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xvscanf

func Xvscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xvsnprintf

func Xvsnprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, ap Tva_list) (r int32)

func Xvsprintf

func Xvsprintf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvsscanf

func Xvsscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvswprintf

func Xvswprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, ap Tva_list) (r1 int32)

func Xvswscanf

func Xvswscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvwarn

func Xvwarn(tls *TLS, fmt uintptr, ap Tva_list)

func Xvwarnx

func Xvwarnx(tls *TLS, fmt uintptr, ap Tva_list)

func Xvwprintf

func Xvwprintf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xvwscanf

func Xvwscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xwaitid

func Xwaitid(tls *TLS, type1 Tidtype_t, id Tid_t, info uintptr, options int32) (r int32)

func Xwarn

func Xwarn(tls *TLS, fmt uintptr, va uintptr)

func Xwarnx

func Xwarnx(tls *TLS, fmt uintptr, va uintptr)

func Xwcpcpy

func Xwcpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)

func Xwcpncpy

func Xwcpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwcscasecmp

func Xwcscasecmp(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xwcscasecmp_l

func Xwcscasecmp_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)

func Xwcscat

func Xwcscat(tls *TLS, dest uintptr, src uintptr) (r uintptr)

func Xwcschr

func Xwcschr(tls *TLS, s uintptr, c Twchar_t) (r uintptr)

func Xwcscmp

func Xwcscmp(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xwcscoll

func Xwcscoll(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xwcscpy

func Xwcscpy(tls *TLS, d uintptr, s uintptr) (r uintptr)

func Xwcsdup

func Xwcsdup(tls *TLS, s uintptr) (r uintptr)

func Xwcsncasecmp

func Xwcsncasecmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)

func Xwcsncasecmp_l

func Xwcsncasecmp_l(tls *TLS, l uintptr, r uintptr, n Tsize_t, locale Tlocale_t) (r1 int32)

func Xwcsncat

func Xwcsncat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwcsncmp

func Xwcsncmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)

func Xwcsncpy

func Xwcsncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwcspbrk

func Xwcspbrk(tls *TLS, s uintptr, b uintptr) (r uintptr)

func Xwcsrchr

func Xwcsrchr(tls *TLS, s uintptr, c Twchar_t) (r uintptr)

func Xwcsstr

func Xwcsstr(tls *TLS, h uintptr, n uintptr) (r uintptr)

func Xwcstod

func Xwcstod(tls *TLS, s uintptr, p uintptr) (r float64)

func Xwcstof

func Xwcstof(tls *TLS, s uintptr, p uintptr) (r float32)

func Xwcstok

func Xwcstok(tls *TLS, s uintptr, sep uintptr, p uintptr) (r uintptr)

func Xwcstol

func Xwcstol(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func Xwcstold

func Xwcstold(tls *TLS, s uintptr, p uintptr) (r float64)

func Xwcstoll

func Xwcstoll(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func Xwcstoul

func Xwcstoul(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xwcstoull

func Xwcstoull(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xwcswcs

func Xwcswcs(tls *TLS, haystack uintptr, needle uintptr) (r uintptr)

func Xwcswidth

func Xwcswidth(tls *TLS, wcs uintptr, n Tsize_t) (r int32)

func Xwctob

func Xwctob(tls *TLS, c Twint_t) (r int32)

func Xwctomb

func Xwctomb(tls *TLS, s uintptr, wc Twchar_t) (r int32)

func Xwcwidth

func Xwcwidth(tls *TLS, wc Twchar_t) (r int32)

func Xwmemchr

func Xwmemchr(tls *TLS, s uintptr, c Twchar_t, n Tsize_t) (r uintptr)

func Xwmemcmp

func Xwmemcmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)

func Xwmemcpy

func Xwmemcpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwmemmove

func Xwmemmove(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwmemset

func Xwmemset(tls *TLS, d uintptr, c Twchar_t, n Tsize_t) (r uintptr)

func Xwordexp

func Xwordexp(tls *TLS, s uintptr, we uintptr, flags int32) (r1 int32)

func Xwordfree

func Xwordfree(tls *TLS, we uintptr)

func Xwprintf

func Xwprintf(tls *TLS, fmt uintptr, va uintptr) (r int32)

func Xwscanf

func Xwscanf(tls *TLS, fmt uintptr, va uintptr) (r int32)

func Xy0

func Xy0(tls *TLS, x float64) (r float64)

func Xy0f

func Xy0f(tls *TLS, x float32) (r float32)

func Xy1

func Xy1(tls *TLS, x float64) (r float64)

func Xy1f

func Xy1f(tls *TLS, x float32) (r float32)

func Xyn

func Xyn(tls *TLS, n int32, x float64) (r float64)

func Xynf

func Xynf(tls *TLS, n int32, x float32) (r float32)

Types

type MemAuditError added in v2.1.0

type MemAuditError struct {
	Caller  string
	Message string
}

func MemAudit added in v2.1.0

func MemAudit() (r []*MemAuditError)

func (*MemAuditError) Error added in v2.1.0

func (e *MemAuditError) Error() string

type TACTION

type TACTION = int32

type TBF_ctx

type TBF_ctx = struct {
	FPS [0][1042]TBF_word
	Fs  struct {
		FP TBF_key
		FS [4][256]TBF_word
	}
}

type TBF_key

type TBF_key = [18]TBF_word

type TBF_word

type TBF_word = uint32

type TBF_word_signed

type TBF_word_signed = int32

type TDIR

type TDIR = struct {
	Ftell    Toff_t
	Ffd      int32
	Fbuf_pos int32
	Fbuf_end int32
	Flock    [1]int32
	Fbuf     [2048]int8
}

type TDl_info

type TDl_info = struct {
	Fdli_fname uintptr
	Fdli_fbase uintptr
	Fdli_sname uintptr
	Fdli_saddr uintptr
}

type TENTRY

type TENTRY = struct {
	Fkey  uintptr
	Fdata uintptr
}

type TEhdr

type TEhdr = struct {
	Fe_ident     [16]uint8
	Fe_type      TElf64_Half
	Fe_machine   TElf64_Half
	Fe_version   TElf64_Word
	Fe_entry     TElf64_Addr
	Fe_phoff     TElf64_Off
	Fe_shoff     TElf64_Off
	Fe_flags     TElf64_Word
	Fe_ehsize    TElf64_Half
	Fe_phentsize TElf64_Half
	Fe_phnum     TElf64_Half
	Fe_shentsize TElf64_Half
	Fe_shnum     TElf64_Half
	Fe_shstrndx  TElf64_Half
}

type TElf32_Addr

type TElf32_Addr = uint32

type TElf32_Chdr

type TElf32_Chdr = struct {
	Fch_type      TElf32_Word
	Fch_size      TElf32_Word
	Fch_addralign TElf32_Word
}

type TElf32_Conflict

type TElf32_Conflict = uint32

type TElf32_Dyn

type TElf32_Dyn = struct {
	Fd_tag TElf32_Sword
	Fd_un  struct {
		Fd_ptr [0]TElf32_Addr
		Fd_val TElf32_Word
	}
}

type TElf32_Ehdr

type TElf32_Ehdr = struct {
	Fe_ident     [16]uint8
	Fe_type      TElf32_Half
	Fe_machine   TElf32_Half
	Fe_version   TElf32_Word
	Fe_entry     TElf32_Addr
	Fe_phoff     TElf32_Off
	Fe_shoff     TElf32_Off
	Fe_flags     TElf32_Word
	Fe_ehsize    TElf32_Half
	Fe_phentsize TElf32_Half
	Fe_phnum     TElf32_Half
	Fe_shentsize TElf32_Half
	Fe_shnum     TElf32_Half
	Fe_shstrndx  TElf32_Half
}

type TElf32_Half

type TElf32_Half = uint16

type TElf32_Lib

type TElf32_Lib = struct {
	Fl_name       TElf32_Word
	Fl_time_stamp TElf32_Word
	Fl_checksum   TElf32_Word
	Fl_version    TElf32_Word
	Fl_flags      TElf32_Word
}

type TElf32_Move

type TElf32_Move = struct {
	Fm_value   TElf32_Xword
	Fm_info    TElf32_Word
	Fm_poffset TElf32_Word
	Fm_repeat  TElf32_Half
	Fm_stride  TElf32_Half
}

type TElf32_Nhdr

type TElf32_Nhdr = struct {
	Fn_namesz TElf32_Word
	Fn_descsz TElf32_Word
	Fn_type   TElf32_Word
}

type TElf32_Off

type TElf32_Off = uint32

type TElf32_Phdr

type TElf32_Phdr = struct {
	Fp_type   TElf32_Word
	Fp_offset TElf32_Off
	Fp_vaddr  TElf32_Addr
	Fp_paddr  TElf32_Addr
	Fp_filesz TElf32_Word
	Fp_memsz  TElf32_Word
	Fp_flags  TElf32_Word
	Fp_align  TElf32_Word
}

type TElf32_RegInfo

type TElf32_RegInfo = struct {
	Fri_gprmask  TElf32_Word
	Fri_cprmask  [4]TElf32_Word
	Fri_gp_value TElf32_Sword
}

type TElf32_Rel

type TElf32_Rel = struct {
	Fr_offset TElf32_Addr
	Fr_info   TElf32_Word
}

type TElf32_Rela

type TElf32_Rela = struct {
	Fr_offset TElf32_Addr
	Fr_info   TElf32_Word
	Fr_addend TElf32_Sword
}

type TElf32_Relr added in v2.1.30

type TElf32_Relr = uint32

type TElf32_Section

type TElf32_Section = uint16

type TElf32_Shdr

type TElf32_Shdr = struct {
	Fsh_name      TElf32_Word
	Fsh_type      TElf32_Word
	Fsh_flags     TElf32_Word
	Fsh_addr      TElf32_Addr
	Fsh_offset    TElf32_Off
	Fsh_size      TElf32_Word
	Fsh_link      TElf32_Word
	Fsh_info      TElf32_Word
	Fsh_addralign TElf32_Word
	Fsh_entsize   TElf32_Word
}

type TElf32_Sword

type TElf32_Sword = int32

type TElf32_Sxword

type TElf32_Sxword = int64

type TElf32_Sym

type TElf32_Sym = struct {
	Fst_name  TElf32_Word
	Fst_value TElf32_Addr
	Fst_size  TElf32_Word
	Fst_info  uint8
	Fst_other uint8
	Fst_shndx TElf32_Section
}

type TElf32_Syminfo

type TElf32_Syminfo = struct {
	Fsi_boundto TElf32_Half
	Fsi_flags   TElf32_Half
}

type TElf32_Verdaux

type TElf32_Verdaux = struct {
	Fvda_name TElf32_Word
	Fvda_next TElf32_Word
}

type TElf32_Verdef

type TElf32_Verdef = struct {
	Fvd_version TElf32_Half
	Fvd_flags   TElf32_Half
	Fvd_ndx     TElf32_Half
	Fvd_cnt     TElf32_Half
	Fvd_hash    TElf32_Word
	Fvd_aux     TElf32_Word
	Fvd_next    TElf32_Word
}

type TElf32_Vernaux

type TElf32_Vernaux = struct {
	Fvna_hash  TElf32_Word
	Fvna_flags TElf32_Half
	Fvna_other TElf32_Half
	Fvna_name  TElf32_Word
	Fvna_next  TElf32_Word
}

type TElf32_Verneed

type TElf32_Verneed = struct {
	Fvn_version TElf32_Half
	Fvn_cnt     TElf32_Half
	Fvn_file    TElf32_Word
	Fvn_aux     TElf32_Word
	Fvn_next    TElf32_Word
}

type TElf32_Versym

type TElf32_Versym = uint16

type TElf32_Word

type TElf32_Word = uint32

type TElf32_Xword

type TElf32_Xword = uint64

type TElf32_auxv_t

type TElf32_auxv_t = struct {
	Fa_type Tuint32_t
	Fa_un   struct {
		Fa_val Tuint32_t
	}
}

type TElf32_gptab

type TElf32_gptab = struct {
	Fgt_entry [0]struct {
		Fgt_g_value TElf32_Word
		Fgt_bytes   TElf32_Word
	}
	Fgt_header struct {
		Fgt_current_g_value TElf32_Word
		Fgt_unused          TElf32_Word
	}
}

type TElf64_Addr

type TElf64_Addr = uint64

type TElf64_Chdr

type TElf64_Chdr = struct {
	Fch_type      TElf64_Word
	Fch_reserved  TElf64_Word
	Fch_size      TElf64_Xword
	Fch_addralign TElf64_Xword
}

type TElf64_Dyn

type TElf64_Dyn = struct {
	Fd_tag TElf64_Sxword
	Fd_un  struct {
		Fd_ptr [0]TElf64_Addr
		Fd_val TElf64_Xword
	}
}

type TElf64_Ehdr

type TElf64_Ehdr = struct {
	Fe_ident     [16]uint8
	Fe_type      TElf64_Half
	Fe_machine   TElf64_Half
	Fe_version   TElf64_Word
	Fe_entry     TElf64_Addr
	Fe_phoff     TElf64_Off
	Fe_shoff     TElf64_Off
	Fe_flags     TElf64_Word
	Fe_ehsize    TElf64_Half
	Fe_phentsize TElf64_Half
	Fe_phnum     TElf64_Half
	Fe_shentsize TElf64_Half
	Fe_shnum     TElf64_Half
	Fe_shstrndx  TElf64_Half
}

type TElf64_Half

type TElf64_Half = uint16

type TElf64_Lib

type TElf64_Lib = struct {
	Fl_name       TElf64_Word
	Fl_time_stamp TElf64_Word
	Fl_checksum   TElf64_Word
	Fl_version    TElf64_Word
	Fl_flags      TElf64_Word
}

type TElf64_Move

type TElf64_Move = struct {
	Fm_value   TElf64_Xword
	Fm_info    TElf64_Xword
	Fm_poffset TElf64_Xword
	Fm_repeat  TElf64_Half
	Fm_stride  TElf64_Half
}

type TElf64_Nhdr

type TElf64_Nhdr = struct {
	Fn_namesz TElf64_Word
	Fn_descsz TElf64_Word
	Fn_type   TElf64_Word
}

type TElf64_Off

type TElf64_Off = uint64

type TElf64_Phdr

type TElf64_Phdr = struct {
	Fp_type   TElf64_Word
	Fp_flags  TElf64_Word
	Fp_offset TElf64_Off
	Fp_vaddr  TElf64_Addr
	Fp_paddr  TElf64_Addr
	Fp_filesz TElf64_Xword
	Fp_memsz  TElf64_Xword
	Fp_align  TElf64_Xword
}

type TElf64_Rel

type TElf64_Rel = struct {
	Fr_offset TElf64_Addr
	Fr_info   TElf64_Xword
}

type TElf64_Rela

type TElf64_Rela = struct {
	Fr_offset TElf64_Addr
	Fr_info   TElf64_Xword
	Fr_addend TElf64_Sxword
}

type TElf64_Relr added in v2.1.30

type TElf64_Relr = uint64

type TElf64_Section

type TElf64_Section = uint16

type TElf64_Shdr

type TElf64_Shdr = struct {
	Fsh_name      TElf64_Word
	Fsh_type      TElf64_Word
	Fsh_flags     TElf64_Xword
	Fsh_addr      TElf64_Addr
	Fsh_offset    TElf64_Off
	Fsh_size      TElf64_Xword
	Fsh_link      TElf64_Word
	Fsh_info      TElf64_Word
	Fsh_addralign TElf64_Xword
	Fsh_entsize   TElf64_Xword
}

type TElf64_Sword

type TElf64_Sword = int32

type TElf64_Sxword

type TElf64_Sxword = int64

type TElf64_Sym

type TElf64_Sym = struct {
	Fst_name  TElf64_Word
	Fst_info  uint8
	Fst_other uint8
	Fst_shndx TElf64_Section
	Fst_value TElf64_Addr
	Fst_size  TElf64_Xword
}

type TElf64_Syminfo

type TElf64_Syminfo = struct {
	Fsi_boundto TElf64_Half
	Fsi_flags   TElf64_Half
}

type TElf64_Verdaux

type TElf64_Verdaux = struct {
	Fvda_name TElf64_Word
	Fvda_next TElf64_Word
}

type TElf64_Verdef

type TElf64_Verdef = struct {
	Fvd_version TElf64_Half
	Fvd_flags   TElf64_Half
	Fvd_ndx     TElf64_Half
	Fvd_cnt     TElf64_Half
	Fvd_hash    TElf64_Word
	Fvd_aux     TElf64_Word
	Fvd_next    TElf64_Word
}

type TElf64_Vernaux

type TElf64_Vernaux = struct {
	Fvna_hash  TElf64_Word
	Fvna_flags TElf64_Half
	Fvna_other TElf64_Half
	Fvna_name  TElf64_Word
	Fvna_next  TElf64_Word
}

type TElf64_Verneed

type TElf64_Verneed = struct {
	Fvn_version TElf64_Half
	Fvn_cnt     TElf64_Half
	Fvn_file    TElf64_Word
	Fvn_aux     TElf64_Word
	Fvn_next    TElf64_Word
}

type TElf64_Versym

type TElf64_Versym = uint16

type TElf64_Word

type TElf64_Word = uint32

type TElf64_Xword

type TElf64_Xword = uint64

type TElf64_auxv_t

type TElf64_auxv_t = struct {
	Fa_type Tuint64_t
	Fa_un   struct {
		Fa_val Tuint64_t
	}
}

type TElf_MIPS_ABIFlags_v0

type TElf_MIPS_ABIFlags_v0 = struct {
	Fversion   TElf32_Half
	Fisa_level uint8
	Fisa_rev   uint8
	Fgpr_size  uint8
	Fcpr1_size uint8
	Fcpr2_size uint8
	Ffp_abi    uint8
	Fisa_ext   TElf32_Word
	Fases      TElf32_Word
	Fflags1    TElf32_Word
	Fflags2    TElf32_Word
}

type TElf_Options

type TElf_Options = struct {
	Fkind    uint8
	Fsize    uint8
	Fsection TElf32_Section
	Finfo    TElf32_Word
}

type TElf_Options_Hw

type TElf_Options_Hw = struct {
	Fhwp_flags1 TElf32_Word
	Fhwp_flags2 TElf32_Word
}

type TElf_Symndx

type TElf_Symndx = uint32

type TFILE

type TFILE = struct {
	Fflags        uint32
	Frpos         uintptr
	Frend         uintptr
	Fclose1       uintptr
	Fwend         uintptr
	Fwpos         uintptr
	Fmustbezero_1 uintptr
	Fwbase        uintptr
	Fread         uintptr
	Fwrite        uintptr
	Fseek         uintptr
	Fbuf          uintptr
	Fbuf_size     Tsize_t
	Fprev         uintptr
	Fnext         uintptr
	Ffd           int32
	Fpipe_pid     int32
	Flockcount    int64
	Fmode         int32
	Flock         int32
	Flbf          int32
	Fcookie       uintptr
	Foff          Toff_t
	Fgetln_buf    uintptr
	Fmustbezero_2 uintptr
	Fshend        uintptr
	Fshlim        Toff_t
	Fshcnt        Toff_t
	Fprev_locked  uintptr
	Fnext_locked  uintptr
	Flocale       uintptr
}

type TFTW

type TFTW = struct {
	Fbase  int32
	Flevel int32
}

type THEADER

type THEADER = struct {
	F__ccgo0 uint32
	F__ccgo4 uint32
	F__ccgo8 uint32
}

type TLS

type TLS struct {
	ID int32
	// contains filtered or unexported fields
}

TLS emulates thread local storage. TLS is not safe for concurrent use by multiple goroutines.

func NewTLS

func NewTLS() (r *TLS)

NewTLS returns a newly created TLS that must be eventually closed to prevent resource leaks.

func (*TLS) Alloc

func (t *TLS) Alloc(n Tsize_t) (r uintptr)

Alloc allocates n bytes in t's local storage. Calls to Alloc() must be strictly paired with calls to TLS.Free on function exit. That also means any memory from Alloc must not be used after a function returns.

The order matters. This is ok:

p := t.Alloc(11)
	q := t.Alloc(22)
	t.Free(22)
	// q is no more usable here.
t.Free(11)
// p is no more usable here.

This is not correct:

t.Alloc(11)
	t.Alloc(22)
	t.Free(11)
t.Free(22)

func (*TLS) Close

func (t *TLS) Close()

func (*TLS) Free

func (t *TLS) Free(n int)

Free manages memory of the preceding TLS.Alloc()

func (*TLS) FreeAlloca added in v2.1.0

func (t *TLS) FreeAlloca() func()

func (*TLS) String

func (t *TLS) String() string

type TPhdr

type TPhdr = struct {
	Fp_type   TElf64_Word
	Fp_flags  TElf64_Word
	Fp_offset TElf64_Off
	Fp_vaddr  TElf64_Addr
	Fp_paddr  TElf64_Addr
	Fp_filesz TElf64_Xword
	Fp_memsz  TElf64_Xword
	Fp_align  TElf64_Xword
}

type TSym

type TSym = struct {
	Fst_name  TElf64_Word
	Fst_info  uint8
	Fst_other uint8
	Fst_shndx TElf64_Section
	Fst_value TElf64_Addr
	Fst_size  TElf64_Xword
}

type TVISIT

type TVISIT = int32

type TVerdaux

type TVerdaux = struct {
	Fvda_name TElf64_Word
	Fvda_next TElf64_Word
}

type TVerdef

type TVerdef = struct {
	Fvd_version TElf64_Half
	Fvd_flags   TElf64_Half
	Fvd_ndx     TElf64_Half
	Fvd_cnt     TElf64_Half
	Fvd_hash    TElf64_Word
	Fvd_aux     TElf64_Word
	Fvd_next    TElf64_Word
}

type TWT added in v2.1.6

type TWT = uint64

type T_G_fpos64_t

type T_G_fpos64_t = Tfpos_t

type T_IO_FILE

type T_IO_FILE = TFILE
type T_IO_cookie_io_functions_t = Tcookie_io_functions_t

type T_fpstate

type T_fpstate = struct {
	Fcwd       uint16
	Fswd       uint16
	Fftw       uint16
	Ffop       uint16
	Frip       uint64
	Frdp       uint64
	Fmxcsr     uint32
	Fmxcr_mask uint32
	F_st       [8]struct {
		Fsignificand [4]uint16
		Fexponent    uint16
		Fpadding     [3]uint16
	}
	F_xmm [16]struct {
		Felement [4]uint32
	}
	Fpadding [24]uint32
}

type T_ns_flagdata

type T_ns_flagdata = struct {
	Fmask  int32
	Fshift int32
}

type Taddress

type Taddress = struct {
	Ffamily  int32
	Fscopeid uint32
	Faddr    [16]Tuint8_t
	Fsortkey int32
}

type Taddrinfo

type Taddrinfo = struct {
	Fai_flags     int32
	Fai_family    int32
	Fai_socktype  int32
	Fai_protocol  int32
	Fai_addrlen   Tsocklen_t
	Fai_addr      uintptr
	Fai_canonname uintptr
	Fai_next      uintptr
}

type Taibuf

type Taibuf = struct {
	Fai   Taddrinfo
	Fsa   Tsa
	Flock [1]int32
	Fslot int16
	Fref  int16
}

type Taio_args

type Taio_args = struct {
	Fcb  uintptr
	Fq   uintptr
	Fop  int32
	Fsem Tsem_t
}

type Taio_queue

type Taio_queue = struct {
	Ffd       int32
	Fseekable int32
	Fappend1  int32
	Fref      int32
	Finit1    int32
	Flock     Tpthread_mutex_t
	Fcond     Tpthread_cond_t
	Fhead     uintptr
}

type Taio_thread

type Taio_thread = struct {
	Ftd      Tpthread_t
	Fcb      uintptr
	Fnext    uintptr
	Fprev    uintptr
	Fq       uintptr
	Frunning int32
	Ferr     int32
	Fop      int32
	Fret     Tssize_t
}

type Taiocb

type Taiocb = struct {
	Faio_fildes     int32
	Faio_lio_opcode int32
	Faio_reqprio    int32
	Faio_buf        uintptr
	Faio_nbytes     Tsize_t
	Faio_sigevent   Tsigevent
	F__td           uintptr
	F__lock         [2]int32
	F__err          int32
	F__ret          Tssize_t
	Faio_offset     Toff_t
	F__next         uintptr
	F__prev         uintptr
	F__dummy4       [16]int8
}

type Targ

type Targ = struct {
	Ff [0]float64
	Fp [0]uintptr
	Fi Tuintmax_t
}

type Targs

type Targs = struct {
	Fsem  Tsem_t
	Fsock int32
	Fmqd  Tmqd_t
	Ferr  int32
	Fsev  uintptr
}

type Targs1

type Targs1 = struct {
	Fp       [2]int32
	Foldmask Tsigset_t
	Fpath    uintptr
	Ffa      uintptr
	Fattr    uintptr
	Fargv    uintptr
	Fenvp    uintptr
}

type Tarpd_request

type Tarpd_request = struct {
	Freq     uint16
	Fip      Tuint32_t
	Fdev     uint64
	Fstamp   uint64
	Fupdated uint64
	Fha      [7]uint8
}

type Tarphdr

type Tarphdr = struct {
	Far_hrd Tuint16_t
	Far_pro Tuint16_t
	Far_hln Tuint8_t
	Far_pln Tuint8_t
	Far_op  Tuint16_t
}

type Tarpreq

type Tarpreq = struct {
	Farp_pa      Tsockaddr
	Farp_ha      Tsockaddr
	Farp_flags   int32
	Farp_netmask Tsockaddr
	Farp_dev     [16]int8
}

type Tarpreq_old

type Tarpreq_old = struct {
	Farp_pa      Tsockaddr
	Farp_ha      Tsockaddr
	Farp_flags   int32
	Farp_netmask Tsockaddr
}

type Tatfork_funcs

type Tatfork_funcs = struct {
	Fprepare uintptr
	Fparent  uintptr
	Fchild   uintptr
	Fprev    uintptr
	Fnext    uintptr
}

type Tbandinfo

type Tbandinfo = struct {
	Fbi_pri  uint8
	Fbi_flag int32
}

type Tbinding

type Tbinding = struct {
	Fnext       uintptr
	Fdirlen     int32
	Factive     int32
	Fdomainname uintptr
	Fdirname    uintptr
}

type Tblkcnt_t

type Tblkcnt_t = int64

type Tblksize_t

type Tblksize_t = int64

type Tbuiltin_tls

type Tbuiltin_tls = struct {
	Fc     int8
	Fpt    t__pthread
	Fspace [16]uintptr
}

type Tcc_t

type Tcc_t = uint8

type Tchar16_t

type Tchar16_t = uint16

type Tchar32_t

type Tchar32_t = uint32

type Tclock_t

type Tclock_t = int64

func Xclock

func Xclock(tls *TLS) (r Tclock_t)

func Xtimes

func Xtimes(tls *TLS, tms uintptr) (r Tclock_t)

type Tclockid_t

type Tclockid_t = int32

type Tclone_start_args added in v2.1.5

type Tclone_start_args = struct {
	Ffunc1   uintptr
	Farg     uintptr
	Fsigmask Tsigset_t
}

type Tcmpfun

type Tcmpfun = uintptr

type Tcmsghdr

type Tcmsghdr = struct {
	Fcmsg_len   Tsocklen_t
	F__pad1     int32
	Fcmsg_level int32
	Fcmsg_type  int32
}

type Tcnd_t

type Tcnd_t = struct {
	F__u struct {
		F__vi [0][12]int32
		F__p  [0][6]uintptr
		F__i  [12]int32
	}
}

type Tcompiler_defines_long_double_incorrectly

type Tcompiler_defines_long_double_incorrectly = [1]int8

C documentation

/* Do not override this check. The floating point printing code below
 * depends on the float.h constants being right. If they are wrong, it
 * may overflow the stack. */

type Tcookie

type Tcookie = struct {
	Fpos  Tsize_t
	Flen1 Tsize_t
	Fsize Tsize_t
	Fbuf  uintptr
	Fmode int32
}

type Tcookie1

type Tcookie1 = struct {
	Fbufp  uintptr
	Fsizep uintptr
	Fpos   Tsize_t
	Fbuf   uintptr
	Flen1  Tsize_t
	Fspace Tsize_t
}

type Tcookie2

type Tcookie2 = struct {
	Fbufp  uintptr
	Fsizep uintptr
	Fpos   Tsize_t
	Fbuf   uintptr
	Flen1  Tsize_t
	Fspace Tsize_t
	Fmbs   Tmbstate_t
}

type Tcookie3

type Tcookie3 = struct {
	Fs uintptr
	Fn Tsize_t
}

type Tcookie4

type Tcookie4 = struct {
	Fws uintptr
	Fl  Tsize_t
}

type Tcookie_FILE

type Tcookie_FILE = struct {
	Ff   TFILE
	Ffc  Tfcookie
	Fbuf [1032]uint8
}

type Tcookie_io_functions_t

type Tcookie_io_functions_t = struct {
	Fread   uintptr
	Fwrite  uintptr
	Fseek   uintptr
	Fclose1 uintptr
}

type Tcpu_set_t

type Tcpu_set_t = struct {
	F__bits [16]uint64
}

type Tcpu_set_t1

type Tcpu_set_t1 = struct {
	F__bits [16]uint64
}

type Tcrypt_data

type Tcrypt_data = struct {
	Finitialized int32
	F__buf       [256]int8
}

type Tctx

type Tctx = struct {
	Fcount Tsize_t
	Flist  uintptr
	Fret   int32
}

type Tctx1

type Tctx1 = struct {
	Flim [2]uint64
	Fres int32
	Ferr int32
}

type Tctx2

type Tctx2 = struct {
	Ffd       int32
	Ffilename uintptr
	Famode    int32
	Fp        int32
}

type Tctx3

type Tctx3 = struct {
	Fid  int32
	Feid int32
	Fsid int32
	Fnr  int32
	Fret int32
}

type Tdev_t

type Tdev_t = uint64

type Tdirent

type Tdirent = struct {
	Fd_ino    Tino_t
	Fd_off    Toff_t
	Fd_reclen uint16
	Fd_type   uint8
	Fd_name   [256]int8
}

type Tdirstream_buf_alignment_check

type Tdirstream_buf_alignment_check = [1]int8

type Tdiv_t

type Tdiv_t = struct {
	Fquot int32
	Frem  int32
}

func Xdiv

func Xdiv(tls *TLS, num int32, den int32) (r Tdiv_t)

type Tdl_phdr_info

type Tdl_phdr_info = struct {
	Fdlpi_addr      TElf64_Addr
	Fdlpi_name      uintptr
	Fdlpi_phdr      uintptr
	Fdlpi_phnum     TElf64_Half
	Fdlpi_adds      uint64
	Fdlpi_subs      uint64
	Fdlpi_tls_modid Tsize_t
	Fdlpi_tls_data  uintptr
}

type Tdouble_t

type Tdouble_t = float64

type Tdpc_ctx

type Tdpc_ctx = struct {
	Faddrs  uintptr
	Fcanon  uintptr
	Fcnt    int32
	Frrtype int32
}

type Tdqblk

type Tdqblk = struct {
	Fdqb_bhardlimit Tuint64_t
	Fdqb_bsoftlimit Tuint64_t
	Fdqb_curspace   Tuint64_t
	Fdqb_ihardlimit Tuint64_t
	Fdqb_isoftlimit Tuint64_t
	Fdqb_curinodes  Tuint64_t
	Fdqb_btime      Tuint64_t
	Fdqb_itime      Tuint64_t
	Fdqb_valid      Tuint32_t
}

type Tdqinfo

type Tdqinfo = struct {
	Fdqi_bgrace Tuint64_t
	Fdqi_igrace Tuint64_t
	Fdqi_flags  Tuint32_t
	Fdqi_valid  Tuint32_t
}

type Tentry

type Tentry = TENTRY

type Tepoll_data

type Tepoll_data = Tepoll_data_t

type Tepoll_data_t

type Tepoll_data_t = struct {
	Ffd  [0]int32
	Fu32 [0]Tuint32_t
	Fu64 [0]Tuint64_t
	Fptr uintptr
}

type Tepoll_event

type Tepoll_event = struct {
	Fevents Tuint32_t
	Fdata   Tepoll_data_t
}

type Terrmsgstr_t

type Terrmsgstr_t = struct {
	Fstr0               [21]int8
	FstrEILSEQ          [22]int8
	FstrEDOM            [13]int8
	FstrERANGE          [25]int8
	FstrENOTTY          [10]int8
	FstrEACCES          [18]int8
	FstrEPERM           [24]int8
	FstrENOENT          [26]int8
	FstrESRCH           [16]int8
	FstrEEXIST          [12]int8
	FstrEOVERFLOW       [30]int8
	FstrENOSPC          [24]int8
	FstrENOMEM          [14]int8
	FstrEBUSY           [14]int8
	FstrEINTR           [24]int8
	FstrEAGAIN          [33]int8
	FstrESPIPE          [13]int8
	FstrEXDEV           [18]int8
	FstrEROFS           [22]int8
	FstrENOTEMPTY       [20]int8
	FstrECONNRESET      [25]int8
	FstrETIMEDOUT       [20]int8
	FstrECONNREFUSED    [19]int8
	FstrEHOSTDOWN       [13]int8
	FstrEHOSTUNREACH    [20]int8
	FstrEADDRINUSE      [15]int8
	FstrEPIPE           [12]int8
	FstrEIO             [10]int8
	FstrENXIO           [26]int8
	FstrENOTBLK         [22]int8
	FstrENODEV          [15]int8
	FstrENOTDIR         [16]int8
	FstrEISDIR          [15]int8
	FstrETXTBSY         [15]int8
	FstrENOEXEC         [18]int8
	FstrEINVAL          [17]int8
	FstrE2BIG           [23]int8
	FstrELOOP           [19]int8
	FstrENAMETOOLONG    [18]int8
	FstrENFILE          [30]int8
	FstrEMFILE          [30]int8
	FstrEBADF           [20]int8
	FstrECHILD          [17]int8
	FstrEFAULT          [12]int8
	FstrEFBIG           [15]int8
	FstrEMLINK          [15]int8
	FstrENOLCK          [19]int8
	FstrEDEADLK         [30]int8
	FstrENOTRECOVERABLE [22]int8
	FstrEOWNERDEAD      [20]int8
	FstrECANCELED       [19]int8
	FstrENOSYS          [25]int8
	FstrENOMSG          [27]int8
	FstrEIDRM           [19]int8
	FstrENOSTR          [20]int8
	FstrENODATA         [18]int8
	FstrETIME           [15]int8
	FstrENOSR           [25]int8
	FstrENOLINK         [22]int8
	FstrEPROTO          [15]int8
	FstrEBADMSG         [12]int8
	FstrEBADFD          [29]int8
	FstrENOTSOCK        [13]int8
	FstrEDESTADDRREQ    [29]int8
	FstrEMSGSIZE        [18]int8
	FstrEPROTOTYPE      [31]int8
	FstrENOPROTOOPT     [23]int8
	FstrEPROTONOSUPPORT [23]int8
	FstrESOCKTNOSUPPORT [26]int8
	FstrENOTSUP         [14]int8
	FstrEPFNOSUPPORT    [30]int8
	FstrEAFNOSUPPORT    [41]int8
	FstrEADDRNOTAVAIL   [22]int8
	FstrENETDOWN        [16]int8
	FstrENETUNREACH     [20]int8
	FstrENETRESET       [28]int8
	FstrECONNABORTED    [19]int8
	FstrENOBUFS         [26]int8
	FstrEISCONN         [20]int8
	FstrENOTCONN        [21]int8
	FstrESHUTDOWN       [34]int8
	FstrEALREADY        [30]int8
	FstrEINPROGRESS     [22]int8
	FstrESTALE          [18]int8
	FstrEREMOTEIO       [17]int8
	FstrEDQUOT          [15]int8
	FstrENOMEDIUM       [16]int8
	FstrEMEDIUMTYPE     [18]int8
	FstrEMULTIHOP       [19]int8
	FstrENOKEY          [27]int8
	FstrEKEYEXPIRED     [16]int8
	FstrEKEYREVOKED     [21]int8
	FstrEKEYREJECTED    [28]int8
}

type Tether_addr

type Tether_addr = struct {
	Fether_addr_octet [6]Tuint8_t
}

type Tether_arp

type Tether_arp = struct {
	Fea_hdr  Tarphdr
	Farp_sha [6]Tuint8_t
	Farp_spa [4]Tuint8_t
	Farp_tha [6]Tuint8_t
	Farp_tpa [4]Tuint8_t
}

type Tether_header

type Tether_header = struct {
	Fether_dhost [6]Tuint8_t
	Fether_shost [6]Tuint8_t
	Fether_type  Tuint16_t
}

type Tethhdr

type Tethhdr = struct {
	Fh_dest   [6]Tuint8_t
	Fh_source [6]Tuint8_t
	Fh_proto  Tuint16_t
}

type Teventfd_t

type Teventfd_t = uint64

type Texp2f_data

type Texp2f_data = struct {
	Ftab           [32]Tuint64_t
	Fshift_scaled  float64
	Fpoly          [3]float64
	Fshift         float64
	Finvln2_scaled float64
	Fpoly_scaled   [3]float64
}

type Texp_data

type Texp_data = struct {
	Finvln2N    float64
	Fshift      float64
	Fnegln2hiN  float64
	Fnegln2loN  float64
	Fpoly       [4]float64
	Fexp2_shift float64
	Fexp2_poly  [5]float64
	Ftab        [256]Tuint64_t
}

type Texpanded_key

type Texpanded_key = struct {
	Fl [16]Tuint32_t
	Fr [16]Tuint32_t
}

type Tf_owner_ex

type Tf_owner_ex = struct {
	Ftype1 int32
	Fpid   Tpid_t
}

type Tfanotify_event_info_fid

type Tfanotify_event_info_fid = struct {
	Fhdr  Tfanotify_event_info_header
	Ffsid Tfsid_t
}

type Tfanotify_event_info_header

type Tfanotify_event_info_header = struct {
	Finfo_type uint8
	Fpad       uint8
	Flen1      uint16
}

type Tfanotify_event_metadata

type Tfanotify_event_metadata = struct {
	Fevent_len    uint32
	Fvers         uint8
	Freserved     uint8
	Fmetadata_len uint16
	Fmask         uint64
	Ffd           int32
	Fpid          int32
}

type Tfanotify_response

type Tfanotify_response = struct {
	Ffd       int32
	Fresponse uint32
}

type Tfcookie

type Tfcookie = struct {
	Fcookie  uintptr
	Fiofuncs Tcookie_io_functions_t
}

type Tfd_mask

type Tfd_mask = uint64

type Tfd_set

type Tfd_set = struct {
	Ffds_bits [16]uint64
}

type Tfdop

type Tfdop = struct {
	Fnext  uintptr
	Fprev  uintptr
	Fcmd   int32
	Ffd    int32
	Fsrcfd int32
	Foflag int32
	Fmode  Tmode_t
}

type Tfdpic_dummy_loadmap

type Tfdpic_dummy_loadmap = struct {
	Fversion uint16
	Fnsegs   uint16
	Fsegs    [1]Tfdpic_loadseg
}

type Tfdpic_loadmap

type Tfdpic_loadmap = struct {
	F__ccgo_align [0]uint64
	Fversion      uint16
	Fnsegs        uint16
}

type Tfdpic_loadseg

type Tfdpic_loadseg = struct {
	Faddr    Tuintptr_t
	Fp_vaddr Tuintptr_t
	Fp_memsz Tuintptr_t
}

type Tfenv_t

type Tfenv_t = struct {
	F__control_word  uint16
	F__unused1       uint16
	F__status_word   uint16
	F__unused2       uint16
	F__tags          uint16
	F__unused3       uint16
	F__eip           uint32
	F__cs_selector   uint16
	F__ccgo_align8   [2]byte
	F__ccgo20        uint16
	F__data_offset   uint32
	F__data_selector uint16
	F__unused5       uint16
	F__mxcsr         uint32
}

type Tfexcept_t

type Tfexcept_t = uint16

type Tfile_handle

type Tfile_handle = struct {
	Fhandle_bytes uint32
	Fhandle_type  int32
}

type Tfl

type Tfl = struct {
	Fnext uintptr
	Ff    [32]uintptr
	Fa    [32]uintptr
}

type Tfloat_t

type Tfloat_t = float32

type Tflock

type Tflock = struct {
	Fl_type   int16
	Fl_whence int16
	Fl_start  Toff_t
	Fl_len    Toff_t
	Fl_pid    Tpid_t
}

type Tfpos_t

type Tfpos_t = struct {
	F__lldata [0]int64
	F__align  [0]float64
	F__opaque [16]int8
}

type Tfpregset_t

type Tfpregset_t = uintptr

type Tfsblkcnt_t

type Tfsblkcnt_t = uint64

type Tfsfilcnt_t

type Tfsfilcnt_t = uint64

type Tfsid_t

type Tfsid_t = struct {
	F__val [2]int32
}

type Tgetcpu_f

type Tgetcpu_f = uintptr

type Tgid_t

type Tgid_t = uint32

func Xgetegid

func Xgetegid(tls *TLS) (r Tgid_t)

func Xgetgid

func Xgetgid(tls *TLS) (r Tgid_t)

type Tglob_t

type Tglob_t = struct {
	Fgl_pathc Tsize_t
	Fgl_pathv uintptr
	Fgl_offs  Tsize_t
	F__dummy1 int32
	F__dummy2 [5]uintptr
}

type Tgreg_t

type Tgreg_t = int64

type Tgregset_t

type Tgregset_t = [23]int64

type Tgroup

type Tgroup = struct {
	Fmeta    uintptr
	F__ccgo8 uint8
	Fpad     [7]int8
}

type Tgroup1

type Tgroup1 = struct {
	Fgr_name   uintptr
	Fgr_passwd uintptr
	Fgr_gid    Tgid_t
	Fgr_mem    uintptr
}

type Tgroup_filter

type Tgroup_filter = struct {
	Fgf_interface Tuint32_t
	Fgf_group     Tsockaddr_storage
	Fgf_fmode     Tuint32_t
	Fgf_numsrc    Tuint32_t
	Fgf_slist     [1]Tsockaddr_storage
}

type Tgroup_req

type Tgroup_req = struct {
	Fgr_interface Tuint32_t
	Fgr_group     Tsockaddr_storage
}

type Tgroup_source_req

type Tgroup_source_req = struct {
	Fgsr_interface Tuint32_t
	Fgsr_group     Tsockaddr_storage
	Fgsr_source    Tsockaddr_storage
}

type Thistory

type Thistory = struct {
	Fchain uintptr
	Fdev   Tdev_t
	Fino   Tino_t
	Flevel int32
	Fbase  int32
}

type Thostent

type Thostent = struct {
	Fh_name      uintptr
	Fh_aliases   uintptr
	Fh_addrtype  int32
	Fh_length    int32
	Fh_addr_list uintptr
}

type Thsearch_data

type Thsearch_data = struct {
	F__tab     uintptr
	F__unused1 uint32
	F__unused2 uint32
}

type Ticonv_t

type Ticonv_t = uintptr

func Xiconv_open

func Xiconv_open(tls *TLS, to uintptr, from uintptr) (r Ticonv_t)

type Tid_t

type Tid_t = uint32

type Tidtype_t

type Tidtype_t = int32

type Tif_nameindex

type Tif_nameindex = struct {
	Fif_index uint32
	Fif_name  uintptr
}

type Tifaddr

type Tifaddr = struct {
	Fifa_addr Tsockaddr
	Fifa_ifu  struct {
		Fifu_dstaddr   [0]Tsockaddr
		Fifu_broadaddr Tsockaddr
	}
	Fifa_ifp  uintptr
	Fifa_next uintptr
}

type Tifaddrmsg

type Tifaddrmsg = struct {
	Fifa_family    Tuint8_t
	Fifa_prefixlen Tuint8_t
	Fifa_flags     Tuint8_t
	Fifa_scope     Tuint8_t
	Fifa_index     Tuint32_t
}

type Tifaddrs

type Tifaddrs = struct {
	Fifa_next    uintptr
	Fifa_name    uintptr
	Fifa_flags   uint32
	Fifa_addr    uintptr
	Fifa_netmask uintptr
	Fifa_ifu     struct {
		Fifu_dstaddr   [0]uintptr
		Fifu_broadaddr uintptr
	}
	Fifa_data uintptr
}

type Tifaddrs_ctx

type Tifaddrs_ctx = struct {
	Ffirst uintptr
	Flast  uintptr
	Fhash  [64]uintptr
}

type Tifaddrs_storage

type Tifaddrs_storage = struct {
	Fifa       Tifaddrs
	Fhash_next uintptr
	Faddr      Tsockany
	Fnetmask   Tsockany
	Fifu       Tsockany
	Findex     uint32
	Fname      [17]int8
}

type Tifconf

type Tifconf = struct {
	Fifc_len  int32
	Fifc_ifcu struct {
		Fifcu_req [0]uintptr
		Fifcu_buf uintptr
	}
}

type Tifinfomsg

type Tifinfomsg = struct {
	Fifi_family uint8
	F__ifi_pad  uint8
	Fifi_type   uint16
	Fifi_index  int32
	Fifi_flags  uint32
	Fifi_change uint32
}

type Tifmap

type Tifmap = struct {
	Fmem_start uint64
	Fmem_end   uint64
	Fbase_addr uint16
	Firq       uint8
	Fdma       uint8
	Fport      uint8
}

type Tifnameindexctx

type Tifnameindexctx = struct {
	Fnum       uint32
	Fallocated uint32
	Fstr_bytes uint32
	Flist      uintptr
	Fhash      [64]uint32
}

type Tifnamemap

type Tifnamemap = struct {
	Fhash_next uint32
	Findex     uint32
	Fnamelen   uint8
	Fname      [16]int8
}

type Tifreq

type Tifreq = struct {
	Fifr_ifrn struct {
		Fifrn_name [16]int8
	}
	Fifr_ifru struct {
		Fifru_dstaddr   [0]Tsockaddr
		Fifru_broadaddr [0]Tsockaddr
		Fifru_netmask   [0]Tsockaddr
		Fifru_hwaddr    [0]Tsockaddr
		Fifru_flags     [0]int16
		Fifru_ivalue    [0]int32
		Fifru_mtu       [0]int32
		Fifru_map       [0]Tifmap
		Fifru_slave     [0][16]int8
		Fifru_newname   [0][16]int8
		Fifru_data      [0]uintptr
		Fifru_addr      Tsockaddr
		F__ccgo_pad12   [8]byte
	}
}

type Timaxdiv_t

type Timaxdiv_t = struct {
	Fquot Tintmax_t
	Frem  Tintmax_t
}

func Ximaxdiv

func Ximaxdiv(tls *TLS, num Tintmax_t, den Tintmax_t) (r Timaxdiv_t)

type Tin6_addr

type Tin6_addr = struct {
	F__in6_union struct {
		F__s6_addr16 [0][8]Tuint16_t
		F__s6_addr32 [0][4]Tuint32_t
		F__s6_addr   [16]Tuint8_t
	}
}

type Tin6_pktinfo

type Tin6_pktinfo = struct {
	Fipi6_addr    Tin6_addr
	Fipi6_ifindex uint32
}

type Tin_addr

type Tin_addr = struct {
	Fs_addr Tin_addr_t
}

func Xinet_makeaddr

func Xinet_makeaddr(tls *TLS, n Tin_addr_t, h Tin_addr_t) (r Tin_addr)

type Tin_addr_t

type Tin_addr_t = uint32

func Xinet_addr

func Xinet_addr(tls *TLS, p uintptr) (r Tin_addr_t)

func Xinet_lnaof

func Xinet_lnaof(tls *TLS, in Tin_addr) (r Tin_addr_t)

func Xinet_netof

func Xinet_netof(tls *TLS, in Tin_addr) (r Tin_addr_t)

func Xinet_network

func Xinet_network(tls *TLS, p uintptr) (r Tin_addr_t)

type Tin_pktinfo

type Tin_pktinfo = struct {
	Fipi_ifindex  int32
	Fipi_spec_dst Tin_addr
	Fipi_addr     Tin_addr
}

type Tin_port_t

type Tin_port_t = uint16

type Tino_t

type Tino_t = uint64

type Tinotify_event

type Tinotify_event = struct {
	Fwd     int32
	Fmask   Tuint32_t
	Fcookie Tuint32_t
	Flen1   Tuint32_t
}

type Tinstance

type Tinstance = struct {
	Fcount    int32
	Flast     int32
	Fwaiters  int32
	Ffinished int32
}

type Tint16_t

type Tint16_t = int16

type Tint32_t

type Tint32_t = int32

type Tint64_t

type Tint64_t = int64

type Tint8_t

type Tint8_t = int8

type Tint_fast16_t

type Tint_fast16_t = int32

type Tint_fast32_t

type Tint_fast32_t = int32

type Tint_fast64_t

type Tint_fast64_t = int64

type Tint_fast8_t

type Tint_fast8_t = int8

type Tint_least16_t

type Tint_least16_t = int16

type Tint_least32_t

type Tint_least32_t = int32

type Tint_least64_t

type Tint_least64_t = int64

type Tint_least8_t

type Tint_least8_t = int8

type Tintmax_t

type Tintmax_t = int64

func Ximaxabs

func Ximaxabs(tls *TLS, a Tintmax_t) (r Tintmax_t)

func Xstrtoimax

func Xstrtoimax(tls *TLS, s uintptr, p uintptr, base int32) (r Tintmax_t)

func Xwcstoimax

func Xwcstoimax(tls *TLS, s uintptr, p uintptr, base int32) (r Tintmax_t)

type Tintptr_t

type Tintptr_t = int64

type Tioctl_compat_map

type Tioctl_compat_map = struct {
	Fnew_req     int32
	Fold_req     int32
	Fold_size    uint8
	Fdir         uint8
	Fforce_align uint8
	Fnoffs       uint8
	Foffsets     [8]uint8
}

type Tiovec

type Tiovec = struct {
	Fiov_base uintptr
	Fiov_len  Tsize_t
}

type Tip6_mtuinfo

type Tip6_mtuinfo = struct {
	Fip6m_addr Tsockaddr_in6
	Fip6m_mtu  Tuint32_t
}

type Tip_mreq

type Tip_mreq = struct {
	Fimr_multiaddr Tin_addr
	Fimr_interface Tin_addr
}

type Tip_mreq_source

type Tip_mreq_source = struct {
	Fimr_multiaddr  Tin_addr
	Fimr_interface  Tin_addr
	Fimr_sourceaddr Tin_addr
}

type Tip_mreqn

type Tip_mreqn = struct {
	Fimr_multiaddr Tin_addr
	Fimr_address   Tin_addr
	Fimr_ifindex   int32
}

type Tip_msfilter

type Tip_msfilter = struct {
	Fimsf_multiaddr Tin_addr
	Fimsf_interface Tin_addr
	Fimsf_fmode     Tuint32_t
	Fimsf_numsrc    Tuint32_t
	Fimsf_slist     [1]Tin_addr
}

type Tip_opts

type Tip_opts = struct {
	Fip_dst  Tin_addr
	Fip_opts [40]int8
}

type Tipc_perm

type Tipc_perm = struct {
	F__key  Tkey_t
	Fuid    Tuid_t
	Fgid    Tgid_t
	Fcuid   Tuid_t
	Fcgid   Tgid_t
	Fmode   Tmode_t
	F__seq  int32
	F__pad1 int64
	F__pad2 int64
}

type Tipc_perm1

type Tipc_perm1 = struct {
	Fkey    Tkey_t
	Fuid    Tuid_t
	Fgid    Tgid_t
	Fcuid   Tuid_t
	Fcgid   Tgid_t
	Fmode   Tmode_t
	Fseq    int32
	F__pad1 int64
	F__pad2 int64
}

type Tipv6_mreq

type Tipv6_mreq = struct {
	Fipv6mr_multiaddr Tin6_addr
	Fipv6mr_interface uint32
}

type Titimerspec

type Titimerspec = struct {
	Fit_interval Ttimespec
	Fit_value    Ttimespec
}

type Titimerval

type Titimerval = struct {
	Fit_interval Ttimeval
	Fit_value    Ttimeval
}

type Tjmp_buf

type Tjmp_buf = [1]t__jmp_buf_tag

type Tk_sigaction

type Tk_sigaction = struct {
	Fhandler  uintptr
	Fflags    uint64
	Frestorer uintptr
	Fmask     [2]uint32
}

type Tkey_t

type Tkey_t = int32

func Xftok

func Xftok(tls *TLS, path uintptr, id int32) (r Tkey_t)

type Tksigevent

type Tksigevent = struct {
	Fsigev_value  Tsigval
	Fsigev_signo  int32
	Fsigev_notify int32
	Fsigev_tid    int32
}

type Tkstat

type Tkstat = struct {
	Fst_dev        Tdev_t
	Fst_ino        Tino_t
	Fst_nlink      Tnlink_t
	Fst_mode       Tmode_t
	Fst_uid        Tuid_t
	Fst_gid        Tgid_t
	F__pad0        uint32
	Fst_rdev       Tdev_t
	Fst_size       Toff_t
	Fst_blksize    Tblksize_t
	Fst_blocks     Tblkcnt_t
	Fst_atime_sec  int64
	Fst_atime_nsec int64
	Fst_mtime_sec  int64
	Fst_mtime_nsec int64
	Fst_ctime_sec  int64
	Fst_ctime_nsec int64
	F__unused      [3]int64
}

type Tktimex

type Tktimex = struct {
	Fmodes     uint32
	Foffset    int64
	Ffreq      int64
	Fmaxerror  int64
	Festerror  int64
	Fstatus    int32
	Fconstant  int64
	Fprecision int64
	Ftolerance int64
	Ftime_sec  int64
	Ftime_usec int64
	Ftick      int64
	Fppsfreq   int64
	Fjitter    int64
	Fshift     int32
	Fstabil    int64
	Fjitcnt    int64
	Fcalcnt    int64
	Ferrcnt    int64
	Fstbcnt    int64
	Ftai       int32
	F__padding [11]int32
}

type Tktimex64

type Tktimex64 = struct {
	Fmodes     uint32
	F__ccgo4   uint32
	Foffset    int64
	Ffreq      int64
	Fmaxerror  int64
	Festerror  int64
	Fstatus    int32
	F__ccgo44  uint32
	Fconstant  int64
	Fprecision int64
	Ftolerance int64
	Ftime_sec  int64
	Ftime_usec int64
	Ftick      int64
	Fppsfreq   int64
	Fjitter    int64
	Fshift     int32
	F__ccgo116 uint32
	Fstabil    int64
	Fjitcnt    int64
	Fcalcnt    int64
	Ferrcnt    int64
	Fstbcnt    int64
	Ftai       int32
	F__padding [11]int32
}

type Tlastlog

type Tlastlog = struct {
	Fll_time Ttime_t
	Fll_line [32]int8
	Fll_host [256]int8
}

type Tlconv

type Tlconv = struct {
	Fdecimal_point      uintptr
	Fthousands_sep      uintptr
	Fgrouping           uintptr
	Fint_curr_symbol    uintptr
	Fcurrency_symbol    uintptr
	Fmon_decimal_point  uintptr
	Fmon_thousands_sep  uintptr
	Fmon_grouping       uintptr
	Fpositive_sign      uintptr
	Fnegative_sign      uintptr
	Fint_frac_digits    int8
	Ffrac_digits        int8
	Fp_cs_precedes      int8
	Fp_sep_by_space     int8
	Fn_cs_precedes      int8
	Fn_sep_by_space     int8
	Fp_sign_posn        int8
	Fn_sign_posn        int8
	Fint_p_cs_precedes  int8
	Fint_p_sep_by_space int8
	Fint_n_cs_precedes  int8
	Fint_n_sep_by_space int8
	Fint_p_sign_posn    int8
	Fint_n_sign_posn    int8
}

type Tldiv_t

type Tldiv_t = struct {
	Fquot int64
	Frem  int64
}

func Xldiv

func Xldiv(tls *TLS, num int64, den int64) (r Tldiv_t)

type Tlinger

type Tlinger = struct {
	Fl_onoff  int32
	Fl_linger int32
}
type Tlink_map = struct {
	Fl_addr TElf64_Addr
	Fl_name uintptr
	Fl_ld   uintptr
	Fl_next uintptr
	Fl_prev uintptr
}

type Tlio_state

type Tlio_state = struct {
	Fsev uintptr
	Fcnt int32
}

type Tliterals

type Tliterals = struct {
	Fmem  Ttre_mem_t
	Fa    uintptr
	Flen1 int32
	Fcap1 int32
}

type Tlldiv_t

type Tlldiv_t = struct {
	Fquot int64
	Frem  int64
}

func Xlldiv

func Xlldiv(tls *TLS, num int64, den int64) (r Tlldiv_t)

type Tlocale_t

type Tlocale_t = uintptr

func Xnewlocale added in v2.1.5

func Xnewlocale(tls *TLS, mask int32, name uintptr, loc Tlocale_t) (r Tlocale_t)

func Xuselocale added in v2.1.5

func Xuselocale(tls *TLS, new1 Tlocale_t) (r Tlocale_t)

type Tlog2_data

type Tlog2_data = struct {
	Finvln2hi float64
	Finvln2lo float64
	Fpoly     [6]float64
	Fpoly1    [10]float64
	Ftab      [64]struct {
		Finvc float64
		Flogc float64
	}
	Ftab2 [64]struct {
		Fchi float64
		Fclo float64
	}
}

type Tlog2f_data

type Tlog2f_data = struct {
	Ftab [16]struct {
		Finvc float64
		Flogc float64
	}
	Fpoly [4]float64
}

type Tlog_data

type Tlog_data = struct {
	Fln2hi float64
	Fln2lo float64
	Fpoly  [5]float64
	Fpoly1 [11]float64
	Ftab   [128]struct {
		Finvc float64
		Flogc float64
	}
	Ftab2 [128]struct {
		Fchi float64
		Fclo float64
	}
}

type Tlogf_data

type Tlogf_data = struct {
	Ftab [16]struct {
		Finvc float64
		Flogc float64
	}
	Fln2  float64
	Fpoly [3]float64
}

type Tmalloc_context

type Tmalloc_context = struct {
	Fsecret                Tuint64_t
	Finit_done             int32
	Fmmap_counter          uint32
	Ffree_meta_head        uintptr
	Favail_meta            uintptr
	Favail_meta_count      Tsize_t
	Favail_meta_area_count Tsize_t
	Fmeta_alloc_shift      Tsize_t
	Fmeta_area_head        uintptr
	Fmeta_area_tail        uintptr
	Favail_meta_areas      uintptr
	Factive                [48]uintptr
	Fusage_by_class        [48]Tsize_t
	Funmap_seq             [32]Tuint8_t
	Fbounces               [32]Tuint8_t
	Fseq                   Tuint8_t
	Fbrk                   Tuintptr_t
}

type Tmatch

type Tmatch = struct {
	Fnext uintptr
}

type Tmbstate_t

type Tmbstate_t = struct {
	F__opaque1 uint32
	F__opaque2 uint32
}

type Tmcontext_t

type Tmcontext_t = struct {
	F__space [32]uint64
}

type Tmcontext_t1

type Tmcontext_t1 = struct {
	Fgregs       Tgregset_t
	Ffpregs      Tfpregset_t
	F__reserved1 [8]uint64
}

type Tmd5

type Tmd5 = struct {
	Flen1 Tuint64_t
	Fh    [4]Tuint32_t
	Fbuf  [64]Tuint8_t
}

type Tmem_FILE

type Tmem_FILE = struct {
	Ff   TFILE
	Fc   Tcookie
	Fbuf [1032]uint8
}

type Tmeta

type Tmeta = struct {
	Fprev       uintptr
	Fnext       uintptr
	Fmem        uintptr
	Favail_mask int32
	Ffreed_mask int32
	F__ccgo32   uint64
}

type Tmeta_area

type Tmeta_area = struct {
	Fcheck  Tuint64_t
	Fnext   uintptr
	Fnslots int32
}

type Tmmsghdr

type Tmmsghdr = struct {
	Fmsg_hdr Tmsghdr
	Fmsg_len uint32
}

type Tmntent

type Tmntent = struct {
	Fmnt_fsname uintptr
	Fmnt_dir    uintptr
	Fmnt_type   uintptr
	Fmnt_opts   uintptr
	Fmnt_freq   int32
	Fmnt_passno int32
}

type Tmode_t

type Tmode_t = uint32

func Xumask

func Xumask(tls *TLS, mode Tmode_t) (r Tmode_t)

type Tmq_attr

type Tmq_attr = struct {
	Fmq_flags   int64
	Fmq_maxmsg  int64
	Fmq_msgsize int64
	Fmq_curmsgs int64
	F__unused   [4]int64
}

type Tmqd_t

type Tmqd_t = int32

func Xmq_open

func Xmq_open(tls *TLS, name uintptr, flags int32, va uintptr) (r Tmqd_t)

type Tms_FILE

type Tms_FILE = struct {
	Ff   TFILE
	Fc   Tcookie1
	Fbuf [1024]uint8
}

type Tmsgcat

type Tmsgcat = struct {
	Fnext        uintptr
	Fmap1        uintptr
	Fmap_size    Tsize_t
	Fplural_rule uintptr
	Fnplurals    int32
	Fbinding     uintptr
	Flm          uintptr
	Fcat         int32
}

type Tmsghdr

type Tmsghdr = struct {
	Fmsg_name       uintptr
	Fmsg_namelen    Tsocklen_t
	Fmsg_iov        uintptr
	Fmsg_iovlen     int32
	F__pad1         int32
	Fmsg_control    uintptr
	Fmsg_controllen Tsocklen_t
	F__pad2         int32
	Fmsg_flags      int32
}

type Tmsginfo

type Tmsginfo = struct {
	Fmsgpool int32
	Fmsgmap  int32
	Fmsgmax  int32
	Fmsgmnb  int32
	Fmsgmni  int32
	Fmsgssz  int32
	Fmsgtql  int32
	Fmsgseg  uint16
}

type Tmsglen_t

type Tmsglen_t = uint64

type Tmsgqnum_t

type Tmsgqnum_t = uint64

type Tmsqid_ds

type Tmsqid_ds = struct {
	Fmsg_perm   Tipc_perm
	Fmsg_stime  Ttime_t
	Fmsg_rtime  Ttime_t
	Fmsg_ctime  Ttime_t
	Fmsg_cbytes uint64
	Fmsg_qnum   Tmsgqnum_t
	Fmsg_qbytes Tmsglen_t
	Fmsg_lspid  Tpid_t
	Fmsg_lrpid  Tpid_t
	F__unused   [2]uint64
}

type Tmtx_t

type Tmtx_t = struct {
	F__u struct {
		F__vi [0][10]int32
		F__p  [0][5]uintptr
		F__i  [10]int32
	}
}

type Tneg

type Tneg = struct {
	Fnegate int32
	Flen1   int32
	Fa      [64]Ttre_ctype_t
}

type Tnetent

type Tnetent = struct {
	Fn_name     uintptr
	Fn_aliases  uintptr
	Fn_addrtype int32
	Fn_net      Tuint32_t
}

type Tnfds_t

type Tnfds_t = uint64

type Tnl_catd

type Tnl_catd = uintptr

func Xcatopen

func Xcatopen(tls *TLS, name uintptr, oflag int32) (r Tnl_catd)

type Tnl_item

type Tnl_item = int32
type Tnlink_t = uint64

type Tnlmsghdr

type Tnlmsghdr = struct {
	Fnlmsg_len   Tuint32_t
	Fnlmsg_type  Tuint16_t
	Fnlmsg_flags Tuint16_t
	Fnlmsg_seq   Tuint32_t
	Fnlmsg_pid   Tuint32_t
}

type Tnode

type Tnode = struct {
	Fnext uintptr
	Fprev uintptr
}

type Tnode1

type Tnode1 = struct {
	Fkey uintptr
	Fa   [2]uintptr
	Fh   int32
}

type Tns_cert_types

type Tns_cert_types = int32

type Tns_class

type Tns_class = int32

type Tns_flag

type Tns_flag = int32

type Tns_key_types

type Tns_key_types = int32

type Tns_msg

type Tns_msg = struct {
	F_msg      uintptr
	F_eom      uintptr
	F_id       Tuint16_t
	F_flags    Tuint16_t
	F_counts   [4]Tuint16_t
	F_sections [4]uintptr
	F_sect     Tns_sect
	F_rrnum    int32
	F_msg_ptr  uintptr
}

type Tns_opcode

type Tns_opcode = int32

type Tns_rcode

type Tns_rcode = int32

type Tns_rr

type Tns_rr = struct {
	Fname     [1025]int8
	Ftype1    Tuint16_t
	Frr_class Tuint16_t
	Fttl      Tuint32_t
	Frdlength Tuint16_t
	Frdata    uintptr
}

type Tns_sect

type Tns_sect = int32

type Tns_tcp_tsig_state

type Tns_tcp_tsig_state = struct {
	Fcounter int32
	Fkey     uintptr
	Fctx     uintptr
	Fsig     [512]uint8
	Fsiglen  int32
}

type Tns_tcp_tsig_state1

type Tns_tcp_tsig_state1 = struct {
	Fcounter int32
	Fkey     uintptr
	Fctx     uintptr
	Fsig     [512]uint8
	Fsiglen  int32
}

type Tns_tsig_key

type Tns_tsig_key = struct {
	Fname [1025]int8
	Falg  [1025]int8
	Fdata uintptr
	Flen1 int32
}

type Tns_tsig_key1

type Tns_tsig_key1 = struct {
	Fname [1025]int8
	Falg  [1025]int8
	Fdata uintptr
	Flen1 int32
}

type Tns_type

type Tns_type = int32

type Tns_update_operation

type Tns_update_operation = int32

type Tntptimeval

type Tntptimeval = struct {
	Ftime     Ttimeval
	Fmaxerror int64
	Festerror int64
}

type Tnum

type Tnum = struct {
	Fm    Tuint64_t
	Fe    int32
	Fsign int32
}

type Toff_t

type Toff_t = int64

func Xftello added in v2.1.3

func Xftello(tls *TLS, f uintptr) (r Toff_t)

func Xlseek

func Xlseek(tls *TLS, fd int32, offset Toff_t, whence int32) (r Toff_t)

type Tonce_flag

type Tonce_flag = int32

type Toption

type Toption = struct {
	Fname    uintptr
	Fhas_arg int32
	Fflag    uintptr
	Fval     int32
}

type Tpasswd

type Tpasswd = struct {
	Fpw_name   uintptr
	Fpw_passwd uintptr
	Fpw_uid    Tuid_t
	Fpw_gid    Tgid_t
	Fpw_gecos  uintptr
	Fpw_dir    uintptr
	Fpw_shell  uintptr
}

type Tpid_t

type Tpid_t = int32

func Xgetpgid

func Xgetpgid(tls *TLS, pid Tpid_t) (r Tpid_t)

func Xgetpgrp

func Xgetpgrp(tls *TLS) (r Tpid_t)

func Xgetpid

func Xgetpid(tls *TLS) (r Tpid_t)

func Xgetppid

func Xgetppid(tls *TLS) (r Tpid_t)

func Xgetsid

func Xgetsid(tls *TLS, pid Tpid_t) (r Tpid_t)

func Xgettid

func Xgettid(tls *TLS) (r Tpid_t)

func Xsetpgrp

func Xsetpgrp(tls *TLS) (r Tpid_t)

func Xsetsid

func Xsetsid(tls *TLS) (r Tpid_t)

func Xtcgetpgrp

func Xtcgetpgrp(tls *TLS, fd int32) (r Tpid_t)

func Xtcgetsid

func Xtcgetsid(tls *TLS, fd int32) (r Tpid_t)

func Xwait

func Xwait(tls *TLS, status uintptr) (r Tpid_t)

func Xwait3

func Xwait3(tls *TLS, status uintptr, options int32, usage uintptr) (r Tpid_t)

func Xwait4

func Xwait4(tls *TLS, pid Tpid_t, status uintptr, options int32, ru uintptr) (r1 Tpid_t)

func Xwaitpid

func Xwaitpid(tls *TLS, pid Tpid_t, status uintptr, options int32) (r Tpid_t)

type Tpolicy

type Tpolicy = struct {
	Faddr  [16]uint8
	Flen1  uint8
	Fmask  uint8
	Fprec  uint8
	Flabel uint8
}

type Tpollfd

type Tpollfd = struct {
	Ffd      int32
	Fevents  int16
	Frevents int16
}

type Tposix_spawn_file_actions_t

type Tposix_spawn_file_actions_t = struct {
	F__pad0    [2]int32
	F__actions uintptr
	F__pad     [16]int32
}

type Tposix_spawnattr_t

type Tposix_spawnattr_t = struct {
	F__flags int32
	F__pgrp  Tpid_t
	F__def   Tsigset_t
	F__mask  Tsigset_t
	F__prio  int32
	F__pol   int32
	F__fn    uintptr
	F__pad   [56]int8
}

type Tpow_log_data

type Tpow_log_data = struct {
	Fln2hi float64
	Fln2lo float64
	Fpoly  [7]float64
	Ftab   [128]struct {
		Finvc     float64
		Fpad      float64
		Flogc     float64
		Flogctail float64
	}
}

type Tpowf_log2_data

type Tpowf_log2_data = struct {
	Ftab [16]struct {
		Finvc float64
		Flogc float64
	}
	Fpoly [5]float64
}

type Tprctl_mm_map

type Tprctl_mm_map = struct {
	Fstart_code  Tuint64_t
	Fend_code    Tuint64_t
	Fstart_data  Tuint64_t
	Fend_data    Tuint64_t
	Fstart_brk   Tuint64_t
	Fbrk         Tuint64_t
	Fstart_stack Tuint64_t
	Farg_start   Tuint64_t
	Farg_end     Tuint64_t
	Fenv_start   Tuint64_t
	Fenv_end     Tuint64_t
	Fauxv        uintptr
	Fauxv_size   Tuint32_t
	Fexe_fd      Tuint32_t
}

type Tprotoent

type Tprotoent = struct {
	Fp_name    uintptr
	Fp_aliases uintptr
	Fp_proto   int32
}

type Tpthread_attr_t

type Tpthread_attr_t = struct {
	F__u struct {
		F__vi [0][14]int32
		F__s  [0][7]uint64
		F__i  [14]int32
	}
}

type Tpthread_barrier_t

type Tpthread_barrier_t = struct {
	F__u struct {
		F__vi [0][8]int32
		F__p  [0][4]uintptr
		F__i  [8]int32
	}
}

type Tpthread_barrierattr_t

type Tpthread_barrierattr_t = struct {
	F__attr uint32
}

type Tpthread_cond_t

type Tpthread_cond_t = struct {
	F__u struct {
		F__vi [0][12]int32
		F__p  [0][6]uintptr
		F__i  [12]int32
	}
}

type Tpthread_condattr_t

type Tpthread_condattr_t = struct {
	F__attr uint32
}

type Tpthread_key_t

type Tpthread_key_t = uint32

type Tpthread_mutex_t

type Tpthread_mutex_t = struct {
	F__u struct {
		F__vi [0][10]int32
		F__p  [0][5]uintptr
		F__i  [10]int32
	}
}

type Tpthread_mutexattr_t

type Tpthread_mutexattr_t = struct {
	F__attr uint32
}

type Tpthread_once_t

type Tpthread_once_t = int32

type Tpthread_rwlock_t

type Tpthread_rwlock_t = struct {
	F__u struct {
		F__vi [0][14]int32
		F__p  [0][7]uintptr
		F__i  [14]int32
	}
}

type Tpthread_rwlockattr_t

type Tpthread_rwlockattr_t = struct {
	F__attr [2]uint32
}

type Tpthread_spinlock_t

type Tpthread_spinlock_t = int32

type Tpthread_t

type Tpthread_t = uintptr

type Tptrdiff_t

type Tptrdiff_t = int64

type Tqelem

type Tqelem = struct {
	Fq_forw uintptr
	Fq_back uintptr
	Fq_data [1]int8
}

type Tr_debug

type Tr_debug = struct {
	Fr_version int32
	Fr_map     uintptr
	Fr_brk     TElf64_Addr
	Fr_state   int32
	Fr_ldbase  TElf64_Addr
}

type Tre_pattern_buffer

type Tre_pattern_buffer = Tregex_t

type Treg_errcode_t

type Treg_errcode_t = int32

type Tregex_t

type Tregex_t = struct {
	Fre_nsub    Tsize_t
	F__opaque   uintptr
	F__padding  [4]uintptr
	F__nsub2    Tsize_t
	F__padding2 int8
}

type Tregmatch_t

type Tregmatch_t = struct {
	Frm_so Tregoff_t
	Frm_eo Tregoff_t
}

type Tregoff_t

type Tregoff_t = int64

type Tres_state

type Tres_state = uintptr

type Tres_sym

type Tres_sym = struct {
	Fnumber    int32
	Fname      uintptr
	Fhumanname uintptr
}

type Tresolvconf

type Tresolvconf = struct {
	Fns       [3]Taddress
	Fnns      uint32
	Fattempts uint32
	Fndots    uint32
	Ftimeout  uint32
}

type Trlim_t

type Trlim_t = uint64

type Trlimit

type Trlimit = struct {
	Frlim_cur Trlim_t
	Frlim_max Trlim_t
}

type Trtattr

type Trtattr = struct {
	Frta_len  uint16
	Frta_type uint16
}

type Trtgenmsg

type Trtgenmsg = struct {
	Frtgen_family uint8
}

type Trusage

type Trusage = struct {
	Fru_utime    Ttimeval
	Fru_stime    Ttimeval
	Fru_maxrss   int64
	Fru_ixrss    int64
	Fru_idrss    int64
	Fru_isrss    int64
	Fru_minflt   int64
	Fru_majflt   int64
	Fru_nswap    int64
	Fru_inblock  int64
	Fru_oublock  int64
	Fru_msgsnd   int64
	Fru_msgrcv   int64
	Fru_nsignals int64
	Fru_nvcsw    int64
	Fru_nivcsw   int64
	F__reserved  [16]int64
}

type Tsa

type Tsa = struct {
	Fsin6        [0]Tsockaddr_in6
	Fsin         Tsockaddr_in
	F__ccgo_pad2 [12]byte
}

type Tsa_family_t

type Tsa_family_t = uint16

type Tsched_param

type Tsched_param = struct {
	Fsched_priority int32
	F__reserved1    int32
	F__reserved2    [2]struct {
		F__reserved1 Ttime_t
		F__reserved2 int64
	}
	F__reserved3 int32
}

type Tsem_t

type Tsem_t = struct {
	F__val [8]int32
}

type Tsembuf

type Tsembuf = struct {
	Fsem_num uint16
	Fsem_op  int16
	Fsem_flg int16
}

type Tsemid_ds

type Tsemid_ds = struct {
	Fsem_perm        Tipc_perm
	Fsem_otime       Ttime_t
	F__unused1       int64
	Fsem_ctime       Ttime_t
	F__unused2       int64
	Fsem_nsems       uint16
	F__sem_nsems_pad [6]int8
	F__unused3       int64
	F__unused4       int64
}

type Tsemid_ds1

type Tsemid_ds1 = struct {
	Fsem_perm        Tipc_perm1
	Fsem_otime       Ttime_t
	F__unused1       int64
	Fsem_ctime       Ttime_t
	F__unused2       int64
	Fsem_nsems       uint16
	F__sem_nsems_pad [6]int8
	F__unused3       int64
	F__unused4       int64
}

type Tseminfo

type Tseminfo = struct {
	Fsemmap int32
	Fsemmni int32
	Fsemmns int32
	Fsemmnu int32
	Fsemmsl int32
	Fsemopm int32
	Fsemume int32
	Fsemusz int32
	Fsemvmx int32
	Fsemaem int32
}

type Tsemun

type Tsemun = struct {
	Fbuf         [0]uintptr
	Farray       [0]uintptr
	Fval         int32
	F__ccgo_pad3 [4]byte
}

type Tservent

type Tservent = struct {
	Fs_name    uintptr
	Fs_aliases uintptr
	Fs_port    int32
	Fs_proto   uintptr
}

type Tservice

type Tservice = struct {
	Fport     Tuint16_t
	Fproto    uint8
	Fsocktype uint8
}

type Tsha256

type Tsha256 = struct {
	Flen1 Tuint64_t
	Fh    [8]Tuint32_t
	Fbuf  [64]Tuint8_t
}

type Tsha512

type Tsha512 = struct {
	Flen1 Tuint64_t
	Fh    [8]Tuint64_t
	Fbuf  [128]Tuint8_t
}

type Tshm_info

type Tshm_info = struct {
	F__used_ids       int32
	Fshm_tot          uint64
	Fshm_rss          uint64
	Fshm_swp          uint64
	F__swap_attempts  uint64
	F__swap_successes uint64
}

type Tshmatt_t

type Tshmatt_t = uint64

type Tshmid_ds

type Tshmid_ds = struct {
	Fshm_perm   Tipc_perm
	Fshm_segsz  Tsize_t
	Fshm_atime  Ttime_t
	Fshm_dtime  Ttime_t
	Fshm_ctime  Ttime_t
	Fshm_cpid   Tpid_t
	Fshm_lpid   Tpid_t
	Fshm_nattch uint64
	F__pad1     uint64
	F__pad2     uint64
}

type Tshminfo

type Tshminfo = struct {
	Fshmmax   uint64
	Fshmmin   uint64
	Fshmmni   uint64
	Fshmseg   uint64
	Fshmall   uint64
	F__unused [4]uint64
}

type Tsig_atomic_t

type Tsig_atomic_t = int32

type Tsig_t

type Tsig_t = uintptr

type Tsigaction

type Tsigaction = struct {
	F__sa_handler struct {
		Fsa_sigaction [0]uintptr
		Fsa_handler   uintptr
	}
	Fsa_mask     Tsigset_t
	Fsa_flags    int32
	Fsa_restorer uintptr
}

type Tsigaltstack

type Tsigaltstack = Tstack_t

type Tsigcontext

type Tsigcontext = struct {
	Fr8          uint64
	Fr9          uint64
	Fr10         uint64
	Fr11         uint64
	Fr12         uint64
	Fr13         uint64
	Fr14         uint64
	Fr15         uint64
	Frdi         uint64
	Frsi         uint64
	Frbp         uint64
	Frbx         uint64
	Frdx         uint64
	Frax         uint64
	Frcx         uint64
	Frsp         uint64
	Frip         uint64
	Feflags      uint64
	Fcs          uint16
	Fgs          uint16
	Ffs          uint16
	F__pad0      uint16
	Ferr         uint64
	Ftrapno      uint64
	Foldmask     uint64
	Fcr2         uint64
	Ffpstate     uintptr
	F__reserved1 [8]uint64
}

type Tsigevent

type Tsigevent = struct {
	Fsigev_value  Tsigval
	Fsigev_signo  int32
	Fsigev_notify int32
	F__sev_fields struct {
		Fsigev_notify_thread_id [0]Tpid_t
		F__sev_thread           [0]struct {
			Fsigev_notify_function   uintptr
			Fsigev_notify_attributes uintptr
		}
		F__pad [48]int8
	}
}

type Tsighandler_t

type Tsighandler_t = uintptr

type Tsiginfo_t

type Tsiginfo_t = struct {
	Fsi_signo    int32
	Fsi_errno    int32
	Fsi_code     int32
	F__si_fields struct {
		F__si_common [0]struct {
			F__first struct {
				F__timer [0]struct {
					Fsi_timerid int32
					Fsi_overrun int32
				}
				F__piduid struct {
					Fsi_pid Tpid_t
					Fsi_uid Tuid_t
				}
			}
			F__second struct {
				F__sigchld [0]struct {
					Fsi_status int32
					Fsi_utime  Tclock_t
					Fsi_stime  Tclock_t
				}
				Fsi_value    Tsigval
				F__ccgo_pad2 [16]byte
			}
		}
		F__sigfault [0]struct {
			Fsi_addr     uintptr
			Fsi_addr_lsb int16
			F__first     struct {
				Fsi_pkey    [0]uint32
				F__addr_bnd struct {
					Fsi_lower uintptr
					Fsi_upper uintptr
				}
			}
		}
		F__sigpoll [0]struct {
			Fsi_band int64
			Fsi_fd   int32
		}
		F__sigsys [0]struct {
			Fsi_call_addr uintptr
			Fsi_syscall   int32
			Fsi_arch      uint32
		}
		F__pad [112]int8
	}
}

type Tsigjmp_buf

type Tsigjmp_buf = [1]t__jmp_buf_tag

type Tsignalfd_siginfo

type Tsignalfd_siginfo = struct {
	Fssi_signo     Tuint32_t
	Fssi_errno     Tint32_t
	Fssi_code      Tint32_t
	Fssi_pid       Tuint32_t
	Fssi_uid       Tuint32_t
	Fssi_fd        Tint32_t
	Fssi_tid       Tuint32_t
	Fssi_band      Tuint32_t
	Fssi_overrun   Tuint32_t
	Fssi_trapno    Tuint32_t
	Fssi_status    Tint32_t
	Fssi_int       Tint32_t
	Fssi_ptr       Tuint64_t
	Fssi_utime     Tuint64_t
	Fssi_stime     Tuint64_t
	Fssi_addr      Tuint64_t
	Fssi_addr_lsb  Tuint16_t
	F__pad2        Tuint16_t
	Fssi_syscall   Tint32_t
	Fssi_call_addr Tuint64_t
	Fssi_arch      Tuint32_t
	F__pad         [28]Tuint8_t
}

type Tsigset_t

type Tsigset_t = struct {
	F__bits [16]uint64
}

type Tsigval

type Tsigval = struct {
	Fsival_ptr   [0]uintptr
	Fsival_int   int32
	F__ccgo_pad2 [4]byte
}

type Tsize_t

type Tsize_t = uint64

func X__builtin_strlen

func X__builtin_strlen(tls *TLS, s uintptr) (r Tsize_t)

func X__ctype_get_mb_cur_max added in v2.1.3

func X__ctype_get_mb_cur_max(tls *TLS) (r Tsize_t)

func Xc16rtomb

func Xc16rtomb(tls *TLS, s uintptr, c16 Tchar16_t, ps uintptr) (r Tsize_t)

func Xc32rtomb

func Xc32rtomb(tls *TLS, s uintptr, c32 Tchar32_t, ps uintptr) (r Tsize_t)

func Xconfstr

func Xconfstr(tls *TLS, name int32, buf uintptr, len1 Tsize_t) (r Tsize_t)

func Xfread

func Xfread(tls *TLS, destv uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)

func Xfwrite

func Xfwrite(tls *TLS, src uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)

func Xiconv

func Xiconv(tls *TLS, cd Ticonv_t, in uintptr, inb uintptr, out uintptr, outb uintptr) (r Tsize_t)

func Xmalloc_usable_size

func Xmalloc_usable_size(tls *TLS, p uintptr) (r Tsize_t)

func Xmbrlen

func Xmbrlen(tls *TLS, s uintptr, n Tsize_t, st uintptr) (r Tsize_t)

func Xmbrtoc16

func Xmbrtoc16(tls *TLS, pc16 uintptr, s uintptr, n Tsize_t, ps uintptr) (r Tsize_t)

func Xmbrtoc32

func Xmbrtoc32(tls *TLS, pc32 uintptr, s uintptr, n Tsize_t, ps uintptr) (r Tsize_t)

func Xmbrtowc

func Xmbrtowc(tls *TLS, wc uintptr, src uintptr, n Tsize_t, st uintptr) (r Tsize_t)

func Xmbsnrtowcs

func Xmbsnrtowcs(tls *TLS, wcs uintptr, src uintptr, n Tsize_t, wn Tsize_t, st uintptr) (r Tsize_t)

func Xmbsrtowcs

func Xmbsrtowcs(tls *TLS, ws uintptr, src uintptr, wn Tsize_t, st uintptr) (r Tsize_t)

func Xmbstowcs

func Xmbstowcs(tls *TLS, ws uintptr, _s uintptr, wn Tsize_t) (r Tsize_t)

func Xobstack_object_size added in v2.1.6

func Xobstack_object_size(tls *TLS, obstack_ptr uintptr) Tsize_t

func Xregerror

func Xregerror(tls *TLS, e int32, preg uintptr, buf uintptr, size Tsize_t) (r Tsize_t)

func Xstrcspn

func Xstrcspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xstrftime

func Xstrftime(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr) (r Tsize_t)

func Xstrlcat

func Xstrlcat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r Tsize_t)

func Xstrlcpy

func Xstrlcpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r Tsize_t)

func Xstrlen

func Xstrlen(tls *TLS, s uintptr) (r Tsize_t)

func Xstrnlen

func Xstrnlen(tls *TLS, s uintptr, n Tsize_t) (r Tsize_t)

func Xstrspn

func Xstrspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xstrxfrm

func Xstrxfrm(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r Tsize_t)

func Xwcrtomb

func Xwcrtomb(tls *TLS, s uintptr, wc Twchar_t, st uintptr) (r Tsize_t)

func Xwcscspn

func Xwcscspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xwcsftime

func Xwcsftime(tls *TLS, wcs uintptr, n Tsize_t, f uintptr, tm uintptr) (r Tsize_t)

func Xwcslen

func Xwcslen(tls *TLS, s uintptr) (r Tsize_t)

func Xwcsnlen

func Xwcsnlen(tls *TLS, s uintptr, n Tsize_t) (r Tsize_t)

func Xwcsnrtombs

func Xwcsnrtombs(tls *TLS, dst uintptr, wcs uintptr, wn Tsize_t, n Tsize_t, st uintptr) (r Tsize_t)

func Xwcsrtombs

func Xwcsrtombs(tls *TLS, s uintptr, ws uintptr, n Tsize_t, st uintptr) (r Tsize_t)

func Xwcsspn

func Xwcsspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xwcstombs

func Xwcstombs(tls *TLS, s uintptr, ws uintptr, n Tsize_t) (r Tsize_t)

func Xwcsxfrm

func Xwcsxfrm(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r Tsize_t)

type Tsockaddr

type Tsockaddr = struct {
	Fsa_family Tsa_family_t
	Fsa_data   [14]int8
}

type Tsockaddr_in

type Tsockaddr_in = struct {
	Fsin_family Tsa_family_t
	Fsin_port   Tin_port_t
	Fsin_addr   Tin_addr
	Fsin_zero   [8]Tuint8_t
}

type Tsockaddr_in6

type Tsockaddr_in6 = struct {
	Fsin6_family   Tsa_family_t
	Fsin6_port     Tin_port_t
	Fsin6_flowinfo Tuint32_t
	Fsin6_addr     Tin6_addr
	Fsin6_scope_id Tuint32_t
}

type Tsockaddr_ll_hack

type Tsockaddr_ll_hack = struct {
	Fsll_family   uint16
	Fsll_protocol uint16
	Fsll_ifindex  int32
	Fsll_hatype   uint16
	Fsll_pkttype  uint8
	Fsll_halen    uint8
	Fsll_addr     [24]uint8
}

getifaddrs() reports hardware addresses with PF_PACKET that implies * struct sockaddr_ll. But e.g. Infiniband socket address length is * longer than sockaddr_ll.ssl_addr[8] can hold. Use this hack struct * to extend ssl_addr - callers should be able to still use it.

type Tsockaddr_storage

type Tsockaddr_storage = struct {
	Fss_family    Tsa_family_t
	F__ss_padding [118]int8
	F__ss_align   uint64
}

type Tsockany

type Tsockany = struct {
	Fll          [0]Tsockaddr_ll_hack
	Fv4          [0]Tsockaddr_in
	Fv6          [0]Tsockaddr_in6
	Fsa          Tsockaddr
	F__ccgo_pad4 [20]byte
}

type Tsocklen_t

type Tsocklen_t = uint32

type Tspeed_t

type Tspeed_t = uint32

func Xcfgetispeed

func Xcfgetispeed(tls *TLS, tio uintptr) (r Tspeed_t)

func Xcfgetospeed

func Xcfgetospeed(tls *TLS, tio uintptr) (r Tspeed_t)

type Tspwd

type Tspwd = struct {
	Fsp_namp   uintptr
	Fsp_pwdp   uintptr
	Fsp_lstchg int64
	Fsp_min    int64
	Fsp_max    int64
	Fsp_warn   int64
	Fsp_inact  int64
	Fsp_expire int64
	Fsp_flag   uint64
}

type Tssize_t

type Tssize_t = int64

func Xaio_return

func Xaio_return(tls *TLS, cb uintptr) (r Tssize_t)

func Xcopy_file_range

func Xcopy_file_range(tls *TLS, fd_in int32, off_in uintptr, fd_out int32, off_out uintptr, len1 Tsize_t, flags uint32) (r Tssize_t)

func Xfgetxattr

func Xfgetxattr(tls *TLS, filedes int32, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)

func Xflistxattr

func Xflistxattr(tls *TLS, filedes int32, list uintptr, size Tsize_t) (r Tssize_t)

func Xgetdelim

func Xgetdelim(tls *TLS, s uintptr, n uintptr, delim int32, f uintptr) (r Tssize_t)

func Xgetline

func Xgetline(tls *TLS, s uintptr, n uintptr, f uintptr) (r Tssize_t)

func Xgetrandom

func Xgetrandom(tls *TLS, buf uintptr, buflen Tsize_t, flags uint32) (r Tssize_t)

func Xgetxattr

func Xgetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)

func Xlgetxattr

func Xlgetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)

func Xlistxattr

func Xlistxattr(tls *TLS, path uintptr, list uintptr, size Tsize_t) (r Tssize_t)

func Xllistxattr

func Xllistxattr(tls *TLS, path uintptr, list uintptr, size Tsize_t) (r Tssize_t)

func Xmq_receive

func Xmq_receive(tls *TLS, mqd Tmqd_t, msg uintptr, len1 Tsize_t, prio uintptr) (r Tssize_t)

func Xmq_timedreceive

func Xmq_timedreceive(tls *TLS, mqd Tmqd_t, msg uintptr, len1 Tsize_t, prio uintptr, at uintptr) (r Tssize_t)

func Xmsgrcv

func Xmsgrcv(tls *TLS, q int32, m uintptr, len1 Tsize_t, type1 int64, flag int32) (r Tssize_t)

func Xpread

func Xpread(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs Toff_t) (r Tssize_t)

func Xpread64

func Xpread64(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs int64) (r Tssize_t)

func Xpreadv

func Xpreadv(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t) (r Tssize_t)

func Xpreadv2 added in v2.1.30

func Xpreadv2(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t, flags int32) (r Tssize_t)

func Xprocess_vm_readv

func Xprocess_vm_readv(tls *TLS, pid Tpid_t, lvec uintptr, liovcnt uint64, rvec uintptr, riovcnt uint64, flags uint64) (r Tssize_t)

func Xprocess_vm_writev

func Xprocess_vm_writev(tls *TLS, pid Tpid_t, lvec uintptr, liovcnt uint64, rvec uintptr, riovcnt uint64, flags uint64) (r Tssize_t)

func Xpwrite

func Xpwrite(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs Toff_t) (r Tssize_t)

func Xpwrite64

func Xpwrite64(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs int64) (r Tssize_t)

func Xpwritev

func Xpwritev(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t) (r Tssize_t)

func Xpwritev2 added in v2.1.30

func Xpwritev2(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t, flags int32) (r Tssize_t)

func Xread

func Xread(tls *TLS, fd int32, buf uintptr, count Tsize_t) (r Tssize_t)

func Xreadahead

func Xreadahead(tls *TLS, fd int32, pos Toff_t, len1 Tsize_t) (r Tssize_t)
func Xreadlink(tls *TLS, path uintptr, buf uintptr, bufsize Tsize_t) (r1 Tssize_t)

func Xreadlinkat

func Xreadlinkat(tls *TLS, fd int32, path uintptr, buf uintptr, bufsize Tsize_t) (r1 Tssize_t)

func Xreadv

func Xreadv(tls *TLS, fd int32, iov uintptr, count int32) (r Tssize_t)

func Xrecv

func Xrecv(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32) (r Tssize_t)

func Xrecvfrom

func Xrecvfrom(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32, addr uintptr, alen uintptr) (r1 Tssize_t)

func Xrecvmsg

func Xrecvmsg(tls *TLS, fd int32, msg uintptr, flags int32) (r2 Tssize_t)

func Xsend

func Xsend(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32) (r Tssize_t)

func Xsendfile

func Xsendfile(tls *TLS, out_fd int32, in_fd int32, ofs uintptr, count Tsize_t) (r Tssize_t)

func Xsendmsg

func Xsendmsg(tls *TLS, fd int32, msg uintptr, flags int32) (r1 Tssize_t)

func Xsendto

func Xsendto(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32, addr uintptr, alen Tsocklen_t) (r1 Tssize_t)

func Xsplice

func Xsplice(tls *TLS, fd_in int32, off_in uintptr, fd_out int32, off_out uintptr, len1 Tsize_t, flags uint32) (r Tssize_t)

func Xstrfmon

func Xstrfmon(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r Tssize_t)

func Xstrfmon_l

func Xstrfmon_l(tls *TLS, s uintptr, n Tsize_t, loc Tlocale_t, fmt uintptr, va uintptr) (r Tssize_t)

func Xtee

func Xtee(tls *TLS, src int32, dest int32, len1 Tsize_t, flags uint32) (r Tssize_t)

func Xvmsplice

func Xvmsplice(tls *TLS, fd int32, iov uintptr, cnt Tsize_t, flags uint32) (r Tssize_t)

func Xwrite

func Xwrite(tls *TLS, fd int32, buf uintptr, count Tsize_t) (r Tssize_t)

func Xwritev

func Xwritev(tls *TLS, fd int32, iov uintptr, count int32) (r Tssize_t)

type Tst

type Tst = struct {
	Fr  uint64
	Fn  uint64
	Fop int32
}

type Tstack_t

type Tstack_t = struct {
	Fss_sp    uintptr
	Fss_flags int32
	Fss_size  Tsize_t
}

type Tstage2_func

type Tstage2_func = uintptr

type Tstart_args

type Tstart_args = struct {
	Fstart_func uintptr
	Fstart_arg  uintptr
	Fcontrol    int32
	Fsig_mask   [1]uint64
}

type Tstart_args1

type Tstart_args1 = struct {
	Fb   Tpthread_barrier_t
	Fsev uintptr
}

type Tstat

type Tstat = struct {
	Fst_dev     Tdev_t
	Fst_ino     Tino_t
	Fst_nlink   Tnlink_t
	Fst_mode    Tmode_t
	Fst_uid     Tuid_t
	Fst_gid     Tgid_t
	F__pad0     uint32
	Fst_rdev    Tdev_t
	Fst_size    Toff_t
	Fst_blksize Tblksize_t
	Fst_blocks  Tblkcnt_t
	Fst_atim    Ttimespec
	Fst_mtim    Ttimespec
	Fst_ctim    Ttimespec
	F__unused   [3]int64
}

type Tstateful_cd

type Tstateful_cd = struct {
	Fbase_cd Ticonv_t
	Fstate   uint32
}

type Tstatfs

type Tstatfs = struct {
	Ff_type    uint64
	Ff_bsize   uint64
	Ff_blocks  Tfsblkcnt_t
	Ff_bfree   Tfsblkcnt_t
	Ff_bavail  Tfsblkcnt_t
	Ff_files   Tfsfilcnt_t
	Ff_ffree   Tfsfilcnt_t
	Ff_fsid    Tfsid_t
	Ff_namelen uint64
	Ff_frsize  uint64
	Ff_flags   uint64
	Ff_spare   [4]uint64
}

type Tstatvfs

type Tstatvfs = struct {
	Ff_bsize    uint64
	Ff_frsize   uint64
	Ff_blocks   Tfsblkcnt_t
	Ff_bfree    Tfsblkcnt_t
	Ff_bavail   Tfsblkcnt_t
	Ff_files    Tfsfilcnt_t
	Ff_ffree    Tfsfilcnt_t
	Ff_favail   Tfsfilcnt_t
	Ff_fsid     uint64
	Ff_flag     uint64
	Ff_namemax  uint64
	Ff_type     uint32
	F__reserved [5]int32
}

type Tstatx

type Tstatx = struct {
	Fstx_mask            Tuint32_t
	Fstx_blksize         Tuint32_t
	Fstx_attributes      Tuint64_t
	Fstx_nlink           Tuint32_t
	Fstx_uid             Tuint32_t
	Fstx_gid             Tuint32_t
	Fstx_mode            Tuint16_t
	Fpad1                Tuint16_t
	Fstx_ino             Tuint64_t
	Fstx_size            Tuint64_t
	Fstx_blocks          Tuint64_t
	Fstx_attributes_mask Tuint64_t
	Fstx_atime           struct {
		Ftv_sec  Tint64_t
		Ftv_nsec Tuint32_t
		Fpad     Tint32_t
	}
	Fstx_btime struct {
		Ftv_sec  Tint64_t
		Ftv_nsec Tuint32_t
		Fpad     Tint32_t
	}
	Fstx_ctime struct {
		Ftv_sec  Tint64_t
		Ftv_nsec Tuint32_t
		Fpad     Tint32_t
	}
	Fstx_mtime struct {
		Ftv_sec  Tint64_t
		Ftv_nsec Tuint32_t
		Fpad     Tint32_t
	}
	Fstx_rdev_major Tuint32_t
	Fstx_rdev_minor Tuint32_t
	Fstx_dev_major  Tuint32_t
	Fstx_dev_minor  Tuint32_t
	Fspare          [14]Tuint64_t
}

type Tstr_list

type Tstr_list = struct {
	Fsl_nmods   int32
	Fsl_modlist uintptr
}

type Tstr_mlist

type Tstr_mlist = struct {
	Fl_name [9]int8
}

type Tstrbuf

type Tstrbuf = struct {
	Fmaxlen int32
	Flen1   int32
	Fbuf    uintptr
}

type Tstrfdinsert

type Tstrfdinsert = struct {
	Fctlbuf  Tstrbuf
	Fdatabuf Tstrbuf
	Fflags   uint32
	Ffildes  int32
	Foffset  int32
}

type Tstrioctl

type Tstrioctl = struct {
	Fic_cmd    int32
	Fic_timout int32
	Fic_len    int32
	Fic_dp     uintptr
}

type Tstrpeek

type Tstrpeek = struct {
	Fctlbuf  Tstrbuf
	Fdatabuf Tstrbuf
	Fflags   uint32
}

type Tstrrecvfd

type Tstrrecvfd = struct {
	Ffd     int32
	Fuid    int32
	Fgid    int32
	F__fill [8]int8
}

type Tsuseconds_t

type Tsuseconds_t = int64

type Tsyscall_arg_t

type Tsyscall_arg_t = int64

type Tsysinfo

type Tsysinfo = struct {
	Fuptime     uint64
	Floads      [3]uint64
	Ftotalram   uint64
	Ffreeram    uint64
	Fsharedram  uint64
	Fbufferram  uint64
	Ftotalswap  uint64
	Ffreeswap   uint64
	Fprocs      uint16
	Fpad        uint16
	Ftotalhigh  uint64
	Ffreehigh   uint64
	Fmem_unit   uint32
	F__reserved [256]int8
}

type Ttcflag_t

type Ttcflag_t = uint32

type Ttermios

type Ttermios = struct {
	Fc_iflag    Ttcflag_t
	Fc_oflag    Ttcflag_t
	Fc_cflag    Ttcflag_t
	Fc_lflag    Ttcflag_t
	Fc_line     Tcc_t
	Fc_cc       [32]Tcc_t
	F__c_ispeed Tspeed_t
	F__c_ospeed Tspeed_t
}

type Tthrd_start_t

type Tthrd_start_t = uintptr

type Tthrd_t

type Tthrd_t = uintptr

type Ttime_t

type Ttime_t = int64

func Xmktime

func Xmktime(tls *TLS, tm uintptr) (r Ttime_t)

func Xtime

func Xtime(tls *TLS, t uintptr) (r Ttime_t)

func Xtimegm

func Xtimegm(tls *TLS, tm uintptr) (r Ttime_t)

type Ttimeb

type Ttimeb = struct {
	Ftime     Ttime_t
	Fmillitm  uint16
	Ftimezone int16
	Fdstflag  int16
}

type Ttimer_t

type Ttimer_t = uintptr

type Ttimespec

type Ttimespec = struct {
	Ftv_sec  Ttime_t
	Ftv_nsec int64
}

type Ttimeval

type Ttimeval = struct {
	Ftv_sec  Ttime_t
	Ftv_usec Tsuseconds_t
}

type Ttimex

type Ttimex = struct {
	Fmodes     uint32
	Foffset    int64
	Ffreq      int64
	Fmaxerror  int64
	Festerror  int64
	Fstatus    int32
	Fconstant  int64
	Fprecision int64
	Ftolerance int64
	Ftime      Ttimeval
	Ftick      int64
	Fppsfreq   int64
	Fjitter    int64
	Fshift     int32
	Fstabil    int64
	Fjitcnt    int64
	Fcalcnt    int64
	Ferrcnt    int64
	Fstbcnt    int64
	Ftai       int32
	F__padding [11]int32
}

type Ttimezone

type Ttimezone = struct {
	Ftz_minuteswest int32
	Ftz_dsttime     int32
}

type Ttls_module

type Ttls_module = struct {
	Fnext   uintptr
	Fimage  uintptr
	Flen1   Tsize_t
	Fsize   Tsize_t
	Falign  Tsize_t
	Foffset Tsize_t
}

type Ttm

type Ttm = struct {
	Ftm_sec      int32
	Ftm_min      int32
	Ftm_hour     int32
	Ftm_mday     int32
	Ftm_mon      int32
	Ftm_year     int32
	Ftm_wday     int32
	Ftm_yday     int32
	Ftm_isdst    int32
	F__tm_gmtoff int64
	F__tm_zone   uintptr
}

type Ttm1

type Ttm1 = struct {
	Ftm_sec    int32
	Ftm_min    int32
	Ftm_hour   int32
	Ftm_mday   int32
	Ftm_mon    int32
	Ftm_year   int32
	Ftm_wday   int32
	Ftm_yday   int32
	Ftm_isdst  int32
	Ftm_gmtoff int64
	Ftm_zone   uintptr
}

type Ttms

type Ttms = struct {
	Ftms_utime  Tclock_t
	Ftms_stime  Tclock_t
	Ftms_cutime Tclock_t
	Ftms_cstime Tclock_t
}

type Ttnfa

type Ttnfa = Ttre_tnfa_t

type Ttnfa_transition

type Ttnfa_transition = Ttre_tnfa_transition_t

type Ttre_addtags_symbol_t

type Ttre_addtags_symbol_t = int32

type Ttre_ast_node_t

type Ttre_ast_node_t = struct {
	Ftype1          Ttre_ast_type_t
	Fobj            uintptr
	Fnullable       int32
	Fsubmatch_id    int32
	Fnum_submatches int32
	Fnum_tags       int32
	Ffirstpos       uintptr
	Flastpos        uintptr
}

C documentation

/* A generic AST node.  All AST nodes consist of this node on the top
   level with `obj' pointing to the actual content. */

type Ttre_ast_type_t

type Ttre_ast_type_t = int32

C documentation

/* The different AST node types. */

type Ttre_backtrack_item_t

type Ttre_backtrack_item_t = struct {
	Fpos      Tregoff_t
	Fstr_byte uintptr
	Fstate    uintptr
	Fstate_id int32
	Fnext_c   int32
	Ftags     uintptr
}

type Ttre_backtrack_struct

type Ttre_backtrack_struct = struct {
	Fitem Ttre_backtrack_item_t
	Fprev uintptr
	Fnext uintptr
}

type Ttre_backtrack_t

type Ttre_backtrack_t = uintptr

type Ttre_catenation_t

type Ttre_catenation_t = struct {
	Fleft  uintptr
	Fright uintptr
}

C documentation

/* A "catenation" node.	 These are created when two regexps are concatenated.
   If there are more than one subexpressions in sequence, the `left' part
   holds all but the last, and `right' part holds the last subexpression
   (catenation is left associative). */

type Ttre_char_t

type Ttre_char_t = int32

type Ttre_cint_t

type Ttre_cint_t = uint32

type Ttre_copyast_symbol_t

type Ttre_copyast_symbol_t = int32

type Ttre_ctype_t

type Ttre_ctype_t = uint64

type Ttre_expand_ast_symbol_t

type Ttre_expand_ast_symbol_t = int32

type Ttre_iteration_t

type Ttre_iteration_t = struct {
	Farg      uintptr
	Fmin      int32
	Fmax      int32
	F__ccgo16 uint8
}

C documentation

/* An "iteration" node.	 These are created for the "*", "+", "?", and "{m,n}"
   operators. */

type Ttre_list

type Ttre_list = Ttre_list_t

type Ttre_list_t

type Ttre_list_t = struct {
	Fdata uintptr
	Fnext uintptr
}

type Ttre_literal_t

type Ttre_literal_t = struct {
	Fcode_min    int64
	Fcode_max    int64
	Fposition    int32
	Fclass       Ttre_ctype_t
	Fneg_classes uintptr
}

C documentation

/* A "literal" node.  These are created for assertions, back references,
   tags, matching parameter settings, and all expressions that match one
   character. */

type Ttre_mem_struct

type Ttre_mem_struct = struct {
	Fblocks   uintptr
	Fcurrent  uintptr
	Fptr      uintptr
	Fn        Tsize_t
	Ffailed   int32
	Fprovided uintptr
}

type Ttre_mem_t

type Ttre_mem_t = uintptr

type Ttre_nfl_stack_symbol_t

type Ttre_nfl_stack_symbol_t = int32

type Ttre_parse_ctx_t

type Ttre_parse_ctx_t = struct {
	Fmem         Ttre_mem_t
	Fstack       uintptr
	Fn           uintptr
	Fs           uintptr
	Fstart       uintptr
	Fsubmatch_id int32
	Fposition    int32
	Fmax_backref int32
	Fcflags      int32
}

C documentation

/* Parse context. */

type Ttre_pos_and_tags_t

type Ttre_pos_and_tags_t = struct {
	Fposition    int32
	Fcode_min    int32
	Fcode_max    int32
	Ftags        uintptr
	Fassertions  int32
	Fclass       Ttre_ctype_t
	Fneg_classes uintptr
	Fbackref     int32
}

type Ttre_reach_pos_t

type Ttre_reach_pos_t = struct {
	Fpos  Tregoff_t
	Ftags uintptr
}

type Ttre_stack_item

type Ttre_stack_item = struct {
	Fint_value     [0]int32
	Fvoidptr_value uintptr
}

type Ttre_stack_rec

type Ttre_stack_rec = Ttre_stack_t

type Ttre_stack_t

type Ttre_stack_t = struct {
	Fsize      int32
	Fmax_size  int32
	Fincrement int32
	Fptr       int32
	Fstack     uintptr
}

type Ttre_submatch_data

type Ttre_submatch_data = struct {
	Fso_tag  int32
	Feo_tag  int32
	Fparents uintptr
}

type Ttre_submatch_data_t

type Ttre_submatch_data_t = struct {
	Fso_tag  int32
	Feo_tag  int32
	Fparents uintptr
}

type Ttre_tag_direction_t

type Ttre_tag_direction_t = int32

type Ttre_tag_states_t

type Ttre_tag_states_t = struct {
	Ftag      int32
	Fnext_tag int32
}

type Ttre_tnfa_reach_t

type Ttre_tnfa_reach_t = struct {
	Fstate uintptr
	Ftags  uintptr
}

type Ttre_tnfa_t

type Ttre_tnfa_t = struct {
	Ftransitions     uintptr
	Fnum_transitions uint32
	Finitial         uintptr
	Ffinal           uintptr
	Fsubmatch_data   uintptr
	Ffirstpos_chars  uintptr
	Ffirst_char      int32
	Fnum_submatches  uint32
	Ftag_directions  uintptr
	Fminimal_tags    uintptr
	Fnum_tags        int32
	Fnum_minimals    int32
	Fend_tag         int32
	Fnum_states      int32
	Fcflags          int32
	Fhave_backrefs   int32
	Fhave_approx     int32
}

type Ttre_tnfa_transition_t

type Ttre_tnfa_transition_t = struct {
	Fcode_min   Ttre_cint_t
	Fcode_max   Ttre_cint_t
	Fstate      uintptr
	Fstate_id   int32
	Ftags       uintptr
	Fassertions int32
	Fu          struct {
		Fbackref [0]int32
		Fclass   Ttre_ctype_t
	}
	Fneg_classes uintptr
}

type Ttre_union_t

type Ttre_union_t = struct {
	Fleft  uintptr
	Fright uintptr
}

C documentation

/* An "union" node.  These are created for the "|" operator. */

type Ttss_dtor_t

type Ttss_dtor_t = uintptr

type Ttss_t

type Ttss_t = uint32

type Tucontext

type Tucontext = Tucontext_t1

type Tucontext_t

type Tucontext_t = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t1

type Tucontext_t1 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t1
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t2

type Tucontext_t2 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t3

type Tucontext_t3 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t1
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t4

type Tucontext_t4 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t5

type Tucontext_t5 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t1
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t6 added in v2.1.30

type Tucontext_t6 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucontext_t7 added in v2.1.30

type Tucontext_t7 = struct {
	Fuc_flags     uint64
	Fuc_link      uintptr
	Fuc_stack     Tstack_t
	Fuc_mcontext  Tmcontext_t1
	Fuc_sigmask   Tsigset_t
	F__fpregs_mem [64]uint64
}

type Tucred

type Tucred = struct {
	Fpid Tpid_t
	Fuid Tuid_t
	Fgid Tgid_t
}

type Tuid_t

type Tuid_t = uint32

func Xgeteuid

func Xgeteuid(tls *TLS) (r Tuid_t)

func Xgetuid

func Xgetuid(tls *TLS) (r Tuid_t)

type Tuint16_t

type Tuint16_t = uint16

func Xhtons

func Xhtons(tls *TLS, n Tuint16_t) (r Tuint16_t)

func Xntohs

func Xntohs(tls *TLS, n Tuint16_t) (r Tuint16_t)

type Tuint32_t

type Tuint32_t = uint32

func Xhtonl

func Xhtonl(tls *TLS, n Tuint32_t) (r Tuint32_t)

func Xntohl

func Xntohl(tls *TLS, n Tuint32_t) (r Tuint32_t)

type Tuint64_t

type Tuint64_t = uint64

type Tuint8_t

type Tuint8_t = uint8

type Tuint_fast16_t

type Tuint_fast16_t = uint32

type Tuint_fast32_t

type Tuint_fast32_t = uint32

type Tuint_fast64_t

type Tuint_fast64_t = uint64

type Tuint_fast8_t

type Tuint_fast8_t = uint8

type Tuint_least16_t

type Tuint_least16_t = uint16

type Tuint_least32_t

type Tuint_least32_t = uint32

type Tuint_least64_t

type Tuint_least64_t = uint64

type Tuint_least8_t

type Tuint_least8_t = uint8

type Tuintmax_t

type Tuintmax_t = uint64

func Xstrtoumax

func Xstrtoumax(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)

func Xwcstoumax

func Xwcstoumax(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)

type Tuintptr_t

type Tuintptr_t = uint64

type Tuseconds_t

type Tuseconds_t = uint32

type Tutimbuf

type Tutimbuf = struct {
	Factime  Ttime_t
	Fmodtime Ttime_t
}

type Tutmpx

type Tutmpx = struct {
	Fut_type   int16
	F__ut_pad1 int16
	Fut_pid    Tpid_t
	Fut_line   [32]int8
	Fut_id     [4]int8
	Fut_user   [32]int8
	Fut_host   [256]int8
	Fut_exit   struct {
		F__e_termination int16
		F__e_exit        int16
	}
	Fut_session int32
	F__ut_pad2  int32
	Fut_tv      Ttimeval
	Fut_addr_v6 [4]uint32
	F__unused   [20]int8
}

type Tutsname

type Tutsname = struct {
	Fsysname    [65]int8
	Fnodename   [65]int8
	Frelease    [65]int8
	Fversion    [65]int8
	Fmachine    [65]int8
	Fdomainname [65]int8
}

type Tutsname1

type Tutsname1 = struct {
	Fsysname      [65]int8
	Fnodename     [65]int8
	Frelease      [65]int8
	Fversion      [65]int8
	Fmachine      [65]int8
	F__domainname [65]int8
}

type Tv4l2_event

type Tv4l2_event = struct {
	Fa  Tuint32_t
	Fb  [8]Tuint64_t
	Fc  [2]Tuint32_t
	Fts [2]Tuint32_t
	Fd  [9]Tuint32_t
}

type Tva_list

type Tva_list = uintptr

type Twaiter

type Twaiter = struct {
	Fprev    uintptr
	Fnext    uintptr
	Fstate   int32
	Fbarrier int32
	Fnotify  uintptr
}

type Twchar_t

type Twchar_t = int32

type Twctrans_t

type Twctrans_t = uintptr

func Xwctrans

func Xwctrans(tls *TLS, class uintptr) (r Twctrans_t)

type Twctype_t

type Twctype_t = uint64

func Xwctype

func Xwctype(tls *TLS, s uintptr) (r Twctype_t)

type Twinsize

type Twinsize = struct {
	Fws_row    uint16
	Fws_col    uint16
	Fws_xpixel uint16
	Fws_ypixel uint16
}

type Twint_t

type Twint_t = uint32

func Xbtowc

func Xbtowc(tls *TLS, c int32) (r Twint_t)

func Xfgetwc

func Xfgetwc(tls *TLS, f uintptr) (r Twint_t)

func Xfputwc

func Xfputwc(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func Xgetwc

func Xgetwc(tls *TLS, f uintptr) (r Twint_t)

func Xgetwchar

func Xgetwchar(tls *TLS) (r Twint_t)

func Xputwc

func Xputwc(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func Xputwchar

func Xputwchar(tls *TLS, c Twchar_t) (r Twint_t)

func Xtowctrans

func Xtowctrans(tls *TLS, wc Twint_t, trans Twctrans_t) (r Twint_t)

func Xtowlower

func Xtowlower(tls *TLS, wc Twint_t) (r Twint_t)

func Xtowupper

func Xtowupper(tls *TLS, wc Twint_t) (r Twint_t)

func Xungetwc

func Xungetwc(tls *TLS, c Twint_t, f uintptr) (r Twint_t)

type Twms_FILE

type Twms_FILE = struct {
	Ff   TFILE
	Fc   Tcookie2
	Fbuf [1]uint8
}

type Twordexp_t

type Twordexp_t = struct {
	Fwe_wordc Tsize_t
	Fwe_wordv uintptr
	Fwe_offs  Tsize_t
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL