libc

package module
v1.49.3 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: BSD-3-Clause Imports: 25 Imported by: 137

README

libc

Package libc provides C-runtime services. Work in progress.

This package is a continuation of the Crt package in modernc.org/crt/v3.

Installation

$ go get [-u] modernc.org/libc

Documentation: godoc.org/modernc.org/libc

Building with make requires the following Go packages

  • github.com/golang/lint/golint
  • github.com/mdempsky/maligned
  • github.com/mdempsky/unconvert
  • honnef.co/go/tools/cmd/unused
  • honnef.co/go/tools/cmd/gosimple
  • github.com/client9/misspell/cmd/misspell

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 lazily and only once.

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 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 = 0
View Source
const ALIGN1 = -1
View Source
const ALIGN2 = 0
View Source
const ALIGN3 = -1
View Source
const ALIGN4 = 0
View Source
const ALIGN5 = -1
View Source
const ALIGN6 = 0
View Source
const ALT_DIGITS = 131119
View Source
const ALT_FORM = 8
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 ASSERTION = -2
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_FDCWD = -100
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 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 BACKREF = -4
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 BLKBSZGET = 2147488368
View Source
const BLKBSZSET = 1073746545
View Source
const BLKFLSBUF = 4705
View Source
const BLKFRAGET = 4709
View Source
const BLKFRASET = 4708
View Source
const BLKGETSIZE = 4704
View Source
const BLKGETSIZE64 = 2147488370
View Source
const BLKRAGET = 4707
View Source
const BLKRASET = 4706
View Source
const BLKROGET = 4702
View Source
const BLKROSET = 4701
View Source
const BLKRRPART = 4703
View Source
const BLKSECTGET = 4711
View Source
const BLKSECTSET = 4710
View Source
const BLKSSZGET = 4712
View Source
const BOOT_TIME = 2
View Source
const BRACKET = -3
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_LOCALE = 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 DAYS_PER_100Y = 36524
View Source
const DAYS_PER_400Y = 146097
View Source
const DAYS_PER_4Y = 1461
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_MIN_10_EXP = -307
View Source
const DBL_MIN_EXP = -1021
View Source
const DBL_TRUE_MIN = 0
View Source
const DEAD_PROCESS = 8
View Source
const DECIMAL_DIG = 17
View Source
const DEFAULT_GUARD_MAX = 1048576
View Source
const DEFAULT_GUARD_SIZE = 8192
View Source
const DEFAULT_STACK_MAX = 8388608
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 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_ALPHA_PLTRO = 1879048192
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_DEPAUDIT = 1879047931
View Source
const DT_DETACHED = _DT_DETACHED
View Source
const DT_DIR = 4
View Source
const DT_ENCODING = 32
View Source
const DT_EXITING = _DT_EXITING
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_IA_64_PLT_RESERVE = 1879048192
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_JOINABLE = _DT_JOINABLE
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_GLINK = 1879048192
View Source
const DT_PPC64_NUM = 4
View Source
const DT_PPC64_OPD = 1879048193
View Source
const DT_PPC64_OPDSZ = 1879048194
View Source
const DT_PPC64_OPT = 1879048195
View Source
const DT_PPC_GOT = 1879048192
View Source
const DT_PPC_NUM = 2
View Source
const DT_PPC_OPT = 1879048193
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 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 EAI_ADDRFAMILY = -9
View Source
const EAI_AGAIN = -3
View Source
const EAI_ALLDONE = -103
View Source
const EAI_BADFLAGS = -1
View Source
const EAI_CANCELED = -101
View Source
const EAI_FAIL = -4
View Source
const EAI_FAMILY = -6
View Source
const EAI_IDN_ENCODE = -105
View Source
const EAI_INPROGRESS = -100
View Source
const EAI_INTR = -104
View Source
const EAI_MEMORY = -10
View Source
const EAI_NODATA = -5
View Source
const EAI_NONAME = -2
View Source
const EAI_NOTCANCELED = -102
View Source
const EAI_OVERFLOW = -12
View Source
const EAI_SERVICE = -8
View Source
const EAI_SOCKTYPE = -7
View Source
const EAI_SYSTEM = -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_LARCH_ABI_DOUBLE_FLOAT = 3
View Source
const EF_LARCH_ABI_MODIFIER_MASK = 7
View Source
const EF_LARCH_ABI_SINGLE_FLOAT = 2
View Source
const EF_LARCH_ABI_SOFT_FLOAT = 1
View Source
const EF_LARCH_OBJABI_V1 = 64
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 EMPTY1 = -1
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_LOONGARCH = 258
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 = 259
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 EPOLLET = 2147483648
View Source
const EPOLLEXCLUSIVE = 268435456
View Source
const EPOLLHUP = 16
View Source
const EPOLLIN = 1
View Source
const EPOLLMSG = 1024
View Source
const EPOLLNVAL = 32
View Source
const EPOLLONESHOT = 1073741824
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 EPOLLWAKEUP = 536870912
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 ETHERMIN = 46
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_MAX_LEN = 1518
View Source
const ETHER_MIN_LEN = 64
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_ALL_CLASS_BITS = 12
View Source
const FAN_ALL_EVENTS = 59
View Source
const FAN_ALL_INIT_FLAGS = 63
View Source
const FAN_ALL_MARK_FLAGS = 255
View Source
const FAN_ALL_OUTGOING_EVENTS = 213051
View Source
const FAN_ALL_PERM_EVENTS = 196608
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 = 24
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_METADATA_LEN = 0
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_MARK_TYPE_MASK = 272
View Source
const FAN_MODIFY = 2
View Source
const FAN_MOVE = 192
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_NOFD = -1
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_DFID_NAME = 3072
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_FUNCPTRS = 524288
View Source
const FD_CLOEXEC = 1
View Source
const FD_SETSIZE = 1024
View Source
const FENV_SUPPORT = 1
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 FLAGMASK = 75913
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_MIN_10_EXP = -37
View Source
const FLT_MIN_EXP = -125
View Source
const FLT_RADIX = 2
View Source
const FLT_ROUNDS = 0
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_NOSYS = -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_ILOGBNAN = -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 GROUPED = 128
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 HIGHS = 0
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 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 IFF_VOLATILE = 461914
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_ALL = 7
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 INFINITY = 0
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 INT16_MIN = -32768
View Source
const INT32SZ = 4
View Source
const INT32_MAX = 2147483647
View Source
const INT32_MIN = -2147483648
View Source
const INT64_MAX = 9223372036854775807
View Source
const INT64_MIN = -9223372036854775808
View Source
const INT8SZ = 1
View Source
const INT8_MAX = 127
View Source
const INT8_MIN = -128
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 INT_MIN = -2147483648
View Source
const IN_ACCESS = 1
View Source
const IN_ALL_EVENTS = 4095
View Source
const IN_ATTRIB = 4
View Source
const IN_CLASSA_HOST = 16777215
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_HOST = 65535
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_HOST = 255
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 = 24
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_MOVE = 192
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 IPC_TIME64 = 0
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 I_ATMARK = 21279
View Source
const I_CANPUT = 21282
View Source
const I_CKBAND = 21277
View Source
const I_FDINSERT = 21264
View Source
const I_FIND = 21259
View Source
const I_FLUSH = 21253
View Source
const I_FLUSHBAND = 21276
View Source
const I_GETBAND = 21278
View Source
const I_GETCLTIME = 21281
View Source
const I_GETSIG = 21258
View Source
const I_GRDOPT = 21255
View Source
const I_GWROPT = 21268
View Source
const I_LINK = 21260
View Source
const I_LIST = 21269
View Source
const I_LOOK = 21252
View Source
const I_NREAD = 21249
View Source
const I_PEEK = 21263
View Source
const I_PLINK = 21270
View Source
const I_POP = 21251
View Source
const I_PUNLINK = 21271
View Source
const I_PUSH = 21250
View Source
const I_RECVFD = 21262
View Source
const I_SENDFD = 21265
View Source
const I_SETCLTIME = 21280
View Source
const I_SETSIG = 21257
View Source
const I_SRDOPT = 21254
View Source
const I_STR = 21256
View Source
const I_SWROPT = 21267
View Source
const I_UNLINK = 21261
View Source
const JT_ARG_MAX = -254
View Source
const JT_AVPHYS_PAGES = -247
View Source
const JT_DELAYTIMER_MAX = -245
View Source
const JT_MINSIGSTKSZ = -244
View Source
const JT_MQ_PRIO_MAX = -253
View Source
const JT_NPROCESSORS_CONF = -250
View Source
const JT_NPROCESSORS_ONLN = -249
View Source
const JT_PAGE_SIZE = -252
View Source
const JT_PHYS_PAGES = -248
View Source
const JT_SEM_VALUE_MAX = -251
View Source
const JT_SIGSTKSZ = -243
View Source
const JT_ZERO = -246
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_COLLATE_MASK = 8
View Source
const LC_CTYPE = 0
View Source
const LC_CTYPE_MASK = 1
View Source
const LC_GLOBAL_LOCALE = -1
View Source
const LC_MESSAGES = 5
View Source
const LC_MESSAGES_MASK = 32
View Source
const LC_MONETARY = 4
View Source
const LC_MONETARY_MASK = 16
View Source
const LC_NUMERIC = 1
View Source
const LC_NUMERIC_MASK = 2
View Source
const LC_TIME = 2
View Source
const LC_TIME_MASK = 4
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_MIN_10_EXP = -307
View Source
const LDBL_MIN_EXP = -1021
View Source
const LDBL_TRUE_MIN = 0
View Source
const LD_B1B_DIG = 2
View Source
const LD_B1B_MAX = 254740991
View Source
const LEAPOCH = 951868800
View Source
const LEFT_ADJ = 8192
View Source
const LINE_MAX = 4096
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 LLONG_MIN = -9223372036854775808
View Source
const LL_DELAY_LOAD = 16
View Source
const LL_DELTA = 32
View Source
const LL_EXACT_MATCH = 1
View Source
const LL_EXPORTS = 8
View Source
const LL_IGNORE_INT_VER = 2
View Source
const LL_NONE = 0
View Source
const LL_REQUIRE_MINOR = 4
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_AUTH = 32
View Source
const LOG_AUTHPRIV = 80
View Source
const LOG_CONS = 2
View Source
const LOG_CRIT = 2
View Source
const LOG_CRON = 72
View Source
const LOG_DAEMON = 24
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_FTP = 88
View Source
const LOG_INFO = 6
View Source
const LOG_KERN = 0
View Source
const LOG_LOCAL0 = 128
View Source
const LOG_LOCAL1 = 136
View Source
const LOG_LOCAL2 = 144
View Source
const LOG_LOCAL3 = 152
View Source
const LOG_LOCAL4 = 160
View Source
const LOG_LOCAL5 = 168
View Source
const LOG_LOCAL6 = 176
View Source
const LOG_LOCAL7 = 184
View Source
const LOG_LPR = 48
View Source
const LOG_MAIL = 16
View Source
const LOG_NDELAY = 8
View Source
const LOG_NEWS = 56
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_SYSLOG = 40
View Source
const LOG_TABLE_BITS = 7
View Source
const LOG_USER = 8
View Source
const LOG_UUCP = 64
View Source
const LOG_WARNING = 4
View Source
const LONG_BIT = 64
View Source
const LONG_MAX = 9223372036854775807
View Source
const LONG_MIN = -9223372036854775808
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_FAILED = -1
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_16GB = 2281701376
View Source
const MAP_HUGE_16KB = 939524096
View Source
const MAP_HUGE_16MB = 1610612736
View Source
const MAP_HUGE_1GB = 2013265920
View Source
const MAP_HUGE_1MB = 1342177280
View Source
const MAP_HUGE_256MB = 1879048192
View Source
const MAP_HUGE_2GB = 2080374784
View Source
const MAP_HUGE_2MB = 1409286144
View Source
const MAP_HUGE_32MB = 1677721600
View Source
const MAP_HUGE_512KB = 1275068416
View Source
const MAP_HUGE_512MB = 1946157056
View Source
const MAP_HUGE_64KB = 1073741824
View Source
const MAP_HUGE_8MB = 1543503872
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 MARK_POS = 2048
View Source
const MASK = 127
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 MAXH = 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 MAXSIZE = 1
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_CUR_MAX = 0
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 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 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_NOTOK = -1
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_STAT = 11
View Source
const MSG_STAT_ANY = 13
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_ACTIVE = 1073741824
View Source
const MS_ASYNC = 1
View Source
const MS_BIND = 4096
View Source
const MS_BORN = 536870912
View Source
const MS_DIRSYNC = 128
View Source
const MS_INVALIDATE = 2
View Source
const MS_I_VERSION = 8388608
View Source
const MS_KERNMOUNT = 4194304
View Source
const MS_LAZYTIME = 33554432
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_NOREMOTELOCK = 134217728
View Source
const MS_NOSEC = 268435456
View Source
const MS_NOSUID = 2
View Source
const MS_NOSYMFOLLOW = 256
View Source
const MS_NOUSER = 2147483648
View Source
const MS_POSIXACL = 65536
View Source
const MS_PRIVATE = 262144
View Source
const MS_RDONLY = 1
View Source
const MS_REC = 16384
View Source
const MS_RELATIME = 2097152
View Source
const MS_REMOUNT = 32
View Source
const MS_RMT_MASK = 41943121
View Source
const MS_SHARED = 1048576
View Source
const MS_SILENT = 32768
View Source
const MS_SLAVE = 524288
View Source
const MS_STRICTATIME = 16777216
View Source
const MS_SYNC = 4
View Source
const MS_SYNCHRONOUS = 16
View Source
const MS_UNBINDABLE = 131072
View Source
const MUXID_ALL = -1
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 = 128
View Source
const N1 = 32
View Source
const N10 = 12
View Source
const N2 = 128
View Source
const N3 = 32
View Source
const N4 = 128
View Source
const N5 = 64
View Source
const N6 = 16
View Source
const N7 = 128
View Source
const N8 = 16
View Source
const N9 = 128
View Source
const NAMESERVER_PORT = 53
View Source
const NAME_MAX = 255
View Source
const NAN = 0
View Source
const NCCS = 32
View Source
const NDEBUG = 1
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_DUMP = 768
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_BITMASK = 11504
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_BASE64 = 10928
View Source
const NS_MD5RSA_MAX_BITS = 4096
View Source
const NS_MD5RSA_MAX_BYTES = 8195
View Source
const NS_MD5RSA_MAX_SIZE = 512
View Source
const NS_MD5RSA_MIN_BITS = 512
View Source
const NS_MD5RSA_MIN_SIZE = 64
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_ERROR_FORMERR = -12
View Source
const NS_TSIG_ERROR_NO_SPACE = -11
View Source
const NS_TSIG_ERROR_NO_TSIG = -10
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_LOONGARCH_CPUCFG = 2560
View Source
const NT_LOONGARCH_CSR = 2561
View Source
const NT_LOONGARCH_LASX = 2563
View Source
const NT_LOONGARCH_LBT = 2564
View Source
const NT_LOONGARCH_LSX = 2562
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 OFF_MASK = 4095
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 ONES = 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_ACCMODE = 2097155
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 PAD_POS = 1
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_IRIX32 = 67108873
View Source
const PER_IRIX64 = 67108875
View Source
const PER_IRIXN32 = 67108874
View Source
const PER_ISCR4 = 67108869
View Source
const PER_LINUX = 0
View Source
const PER_LINUX32 = 8
View Source
const PER_LINUX32_3GB = 134217736
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_OSR5 = 100663299
View Source
const PER_RISCOS = 12
View Source
const PER_SCOSVR3 = 117440515
View Source
const PER_SOLARIS = 67108877
View Source
const PER_SUNOS = 67108870
View Source
const PER_SVR3 = 83886082
View Source
const PER_SVR4 = 68157441
View Source
const PER_UW7 = 68157454
View Source
const PER_WYSEV386 = 83886084
View Source
const PER_XENIX = 83886087
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_R = 4
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_W = 2
View Source
const PF_WANPIPE = 25
View Source
const PF_X = 1
View Source
const PF_X25 = 9
View Source
const PF_XDP = 44
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_MIN = -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_FP_MODE_FR = 1
View Source
const PR_FP_MODE_FRE = 2
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_MASK = 524280
View Source
const PR_MTE_TAG_SHIFT = 3
View Source
const PR_MTE_TCF_ASYNC = 4
View Source
const PR_MTE_TCF_MASK = 6
View Source
const PR_MTE_TCF_NONE = 0
View Source
const PR_MTE_TCF_SHIFT = 1
View Source
const PR_MTE_TCF_SYNC = 2
View Source
const PR_PAC_APDAKEY = 4
View Source
const PR_PAC_APDBKEY = 8
View Source
const PR_PAC_APGAKEY = 16
View Source
const PR_PAC_APIAKEY = 1
View Source
const PR_PAC_APIBKEY = 2
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_PTRACER_ANY = 18446744073709551615
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_DISABLE = 4
View Source
const PR_SPEC_DISABLE_NOEXEC = 16
View Source
const PR_SPEC_ENABLE = 2
View Source
const PR_SPEC_FORCE_DISABLE = 8
View Source
const PR_SPEC_INDIRECT_BRANCH = 1
View Source
const PR_SPEC_NOT_AFFECTED = 0
View Source
const PR_SPEC_PRCTL = 1
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_SET_VL_ONEXEC = 262144
View Source
const PR_SVE_VL_INHERIT = 131072
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_TAGGED_ADDR_ENABLE = 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_BARRIER_SERIAL_THREAD = -1
View Source
const PTHREAD_CANCELED = -1
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_ARM_EXIDX = 1879048193
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_HP_CORE_COMM = 1610612740
View Source
const PT_HP_CORE_KERNEL = 1610612739
View Source
const PT_HP_CORE_LOADABLE = 1610612742
View Source
const PT_HP_CORE_MMF = 1610612745
View Source
const PT_HP_CORE_NONE = 1610612737
View Source
const PT_HP_CORE_PROC = 1610612741
View Source
const PT_HP_CORE_SHM = 1610612744
View Source
const PT_HP_CORE_STACK = 1610612743
View Source
const PT_HP_CORE_VERSION = 1610612738
View Source
const PT_HP_FASTBIND = 1610612753
View Source
const PT_HP_HSL_ANNOT = 1610612755
View Source
const PT_HP_OPT_ANNOT = 1610612754
View Source
const PT_HP_PARALLEL = 1610612752
View Source
const PT_HP_STACK = 1610612756
View Source
const PT_HP_TLS = 1610612736
View Source
const PT_IA_64_ARCHEXT = 1879048192
View Source
const PT_IA_64_HP_HSL_ANOT = 1610612755
View Source
const PT_IA_64_HP_OPT_ANOT = 1610612754
View Source
const PT_IA_64_HP_STACK = 1610612756
View Source
const PT_IA_64_UNWIND = 1879048193
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_ALL = 63
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_LIMITS = 5
View Source
const QIF_SPACE = 2
View Source
const QIF_TIMES = 48
View Source
const QIF_USAGE = 10
View Source
const QUERY = 0
View Source
const QUESTION = -4
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 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_ENOSYS = -1
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 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_DEFAULT = 524992
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_CORD = 4096
View Source
const RHF_DEFAULT_DELAY_LOAD = 512
View Source
const RHF_DELTA_C_PLUS_PLUS = 64
View Source
const RHF_GUARANTEE_INIT = 32
View Source
const RHF_GUARANTEE_START_INIT = 128
View Source
const RHF_NONE = 0
View Source
const RHF_NOTPOT = 2
View Source
const RHF_NO_LIBRARY_REPLACEMENT = 4
View Source
const RHF_NO_MOVE = 8
View Source
const RHF_NO_UNRES_UNDEF = 8192
View Source
const RHF_PIXIE = 256
View Source
const RHF_QUICKSTART = 1
View Source
const RHF_REQUICKSTART = 1024
View Source
const RHF_REQUICKSTARTED = 2048
View Source
const RHF_RLD_ORDER_SAFE = 16384
View Source
const RHF_SGI_ONLY = 16
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_INFINITY = 18446744073709551615
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 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_CHILDREN = -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_LARCH_32 = 1
View Source
const R_LARCH_32_PCREL = 99
View Source
const R_LARCH_64 = 2
View Source
const R_LARCH_ABS64_HI12 = 70
View Source
const R_LARCH_ABS64_LO20 = 69
View Source
const R_LARCH_ABS_HI20 = 67
View Source
const R_LARCH_ABS_LO12 = 68
View Source
const R_LARCH_ADD16 = 48
View Source
const R_LARCH_ADD24 = 49
View Source
const R_LARCH_ADD32 = 50
View Source
const R_LARCH_ADD64 = 51
View Source
const R_LARCH_ADD8 = 47
View Source
const R_LARCH_B16 = 64
View Source
const R_LARCH_B21 = 65
View Source
const R_LARCH_B26 = 66
View Source
const R_LARCH_COPY = 4
View Source
const R_LARCH_GNU_VTENTRY = 58
View Source
const R_LARCH_GNU_VTINHERIT = 57
View Source
const R_LARCH_GOT64_HI12 = 82
View Source
const R_LARCH_GOT64_LO20 = 81
View Source
const R_LARCH_GOT64_PC_HI12 = 78
View Source
const R_LARCH_GOT64_PC_LO20 = 77
View Source
const R_LARCH_GOT_HI20 = 79
View Source
const R_LARCH_GOT_LO12 = 80
View Source
const R_LARCH_GOT_PC_HI20 = 75
View Source
const R_LARCH_GOT_PC_LO12 = 76
View Source
const R_LARCH_IRELATIVE = 12
View Source
const R_LARCH_JUMP_SLOT = 5
View Source
const R_LARCH_MARK_LA = 20
View Source
const R_LARCH_MARK_PCREL = 21
View Source
const R_LARCH_NONE = 0
View Source
const R_LARCH_PCALA64_HI12 = 74
View Source
const R_LARCH_PCALA64_LO20 = 73
View Source
const R_LARCH_PCALA_HI20 = 71
View Source
const R_LARCH_PCALA_LO12 = 72
View Source
const R_LARCH_RELATIVE = 3
View Source
const R_LARCH_RELAX = 100
View Source
const R_LARCH_SOP_ADD = 35
View Source
const R_LARCH_SOP_AND = 36
View Source
const R_LARCH_SOP_ASSERT = 30
View Source
const R_LARCH_SOP_IF_ELSE = 37
View Source
const R_LARCH_SOP_NOT = 31
View Source
const R_LARCH_SOP_POP_32_S_0_10_10_16_S2 = 45
View Source
const R_LARCH_SOP_POP_32_S_0_5_10_16_S2 = 44
View Source
const R_LARCH_SOP_POP_32_S_10_12 = 40
View Source
const R_LARCH_SOP_POP_32_S_10_16 = 41
View Source
const R_LARCH_SOP_POP_32_S_10_16_S2 = 42
View Source
const R_LARCH_SOP_POP_32_S_10_5 = 38
View Source
const R_LARCH_SOP_POP_32_S_5_20 = 43
View Source
const R_LARCH_SOP_POP_32_U = 46
View Source
const R_LARCH_SOP_POP_32_U_10_12 = 39
View Source
const R_LARCH_SOP_PUSH_ABSOLUTE = 23
View Source
const R_LARCH_SOP_PUSH_DUP = 24
View Source
const R_LARCH_SOP_PUSH_GPREL = 25
View Source
const R_LARCH_SOP_PUSH_PCREL = 22
View Source
const R_LARCH_SOP_PUSH_PLT_PCREL = 29
View Source
const R_LARCH_SOP_PUSH_TLS_GD = 28
View Source
const R_LARCH_SOP_PUSH_TLS_GOT = 27
View Source
const R_LARCH_SOP_PUSH_TLS_TPREL = 26
View Source
const R_LARCH_SOP_SL = 33
View Source
const R_LARCH_SOP_SR = 34
View Source
const R_LARCH_SOP_SUB = 32
View Source
const R_LARCH_SUB16 = 53
View Source
const R_LARCH_SUB24 = 54
View Source
const R_LARCH_SUB32 = 55
View Source
const R_LARCH_SUB64 = 56
View Source
const R_LARCH_SUB8 = 52
View Source
const R_LARCH_TLS_DTPMOD32 = 6
View Source
const R_LARCH_TLS_DTPMOD64 = 7
View Source
const R_LARCH_TLS_DTPREL32 = 8
View Source
const R_LARCH_TLS_DTPREL64 = 9
View Source
const R_LARCH_TLS_GD_HI20 = 98
View Source
const R_LARCH_TLS_GD_PC_HI20 = 97
View Source
const R_LARCH_TLS_IE64_HI12 = 94
View Source
const R_LARCH_TLS_IE64_LO20 = 93
View Source
const R_LARCH_TLS_IE64_PC_HI12 = 90
View Source
const R_LARCH_TLS_IE64_PC_LO20 = 89
View Source
const R_LARCH_TLS_IE_HI20 = 91
View Source
const R_LARCH_TLS_IE_LO12 = 92
View Source
const R_LARCH_TLS_IE_PC_HI20 = 87
View Source
const R_LARCH_TLS_IE_PC_LO12 = 88
View Source
const R_LARCH_TLS_LD_HI20 = 96
View Source
const R_LARCH_TLS_LD_PC_HI20 = 95
View Source
const R_LARCH_TLS_LE64_HI12 = 86
View Source
const R_LARCH_TLS_LE64_LO20 = 85
View Source
const R_LARCH_TLS_LE_HI20 = 83
View Source
const R_LARCH_TLS_LE_LO12 = 84
View Source
const R_LARCH_TLS_TPREL32 = 10
View Source
const R_LARCH_TLS_TPREL64 = 11
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 SCHAR_MIN = -128
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_STAT = 18
View Source
const SEM_STAT_ANY = 20
View Source
const SEM_UNDO = 4096
View Source
const SEM_VALUE_MAX = 2147483647
View Source
const SENTINEL = 0
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_ALLOC = 2
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_COMPRESSED = 2048
View Source
const SHF_EXCLUDE = 2147483648
View Source
const SHF_EXECINSTR = 4
View Source
const SHF_GROUP = 512
View Source
const SHF_IA_64_NORECOV = 536870912
View Source
const SHF_IA_64_SHORT = 268435456
View Source
const SHF_INFO_LINK = 64
View Source
const SHF_LINK_ORDER = 128
View Source
const SHF_MASKOS = 267386880
View Source
const SHF_MASKPROC = 4026531840
View Source
const SHF_MERGE = 16
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_ORDERED = 1073741824
View Source
const SHF_OS_NONCONFORMING = 256
View Source
const SHF_PARISC_HUGE = 1073741824
View Source
const SHF_PARISC_SBP = 2147483648
View Source
const SHF_PARISC_SHORT = 536870912
View Source
const SHF_STRINGS = 32
View Source
const SHF_TLS = 1024
View Source
const SHF_WRITE = 1
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_16GB = 2281701376
View Source
const SHM_HUGE_16MB = 1610612736
View Source
const SHM_HUGE_1GB = 2013265920
View Source
const SHM_HUGE_1MB = 1342177280
View Source
const SHM_HUGE_256MB = 1879048192
View Source
const SHM_HUGE_2GB = 2080374784
View Source
const SHM_HUGE_2MB = 1409286144
View Source
const SHM_HUGE_32MB = 1677721600
View Source
const SHM_HUGE_512KB = 1275068416
View Source
const SHM_HUGE_512MB = 1946157056
View Source
const SHM_HUGE_64KB = 1073741824
View Source
const SHM_HUGE_8MB = 1543503872
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_STAT = 13
View Source
const SHM_STAT_ANY = 15
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 SHRT_MIN = -32768
View Source
const SHT_ALPHA_DEBUG = 1879048193
View Source
const SHT_ALPHA_REGINFO = 1879048194
View Source
const SHT_ARM_ATTRIBUTES = 1879048195
View Source
const SHT_ARM_EXIDX = 1879048193
View Source
const SHT_ARM_PREEMPTMAP = 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_IA_64_EXT = 1879048192
View Source
const SHT_IA_64_UNWIND = 1879048193
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 SIGN_BIAS = 262144
View Source
const SIGN_BIAS1 = 65536
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 SIGRTMAX = 0
View Source
const SIGRTMIN = 0
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_DFL = 0
View Source
const SIG_IGN = 1
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_h = -1
View Source
const SIZE_hh = -2
View Source
const SIZE_l = 1
View Source
const SIZE_ll = 3
View Source
const SI_ASYNCIO = -4
View Source
const SI_ASYNCNL = -60
View Source
const SI_KERNEL = 128
View Source
const SI_LOAD_SHIFT = 16
View Source
const SI_MESGQ = -3
View Source
const SI_QUEUE = -1
View Source
const SI_SIGIO = -5
View Source
const SI_TIMER = -2
View Source
const SI_TKILL = -6
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 SPLIT = 1
View Source
const SS = 0
View Source
const SSIZE_MAX = 9223372036854775807
View Source
const SST_SIZE = 8
View Source
const SS_AUTODISARM = 2147483648
View Source
const SS_DISABLE = 2
View Source
const SS_FLAG_BITS = 2147483648
View Source
const SS_ONSTACK = 1
View Source
const STAR = -5
View Source
const STATUS = 0
View Source
const STATX_ALL = 4095
View Source
const STATX_ATIME = 32
View Source
const STATX_BASIC_STATS = 2047
View Source
const STATX_BLOCKS = 1024
View Source
const STATX_BTIME = 2048
View Source
const STATX_CTIME = 128
View Source
const STATX_GID = 16
View Source
const STATX_INO = 256
View Source
const STATX_MODE = 2
View Source
const STATX_MTIME = 64
View Source
const STATX_NLINK = 4
View Source
const STATX_SIZE = 512
View Source
const STATX_TYPE = 1
View Source
const STATX_UID = 8
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_RONLY = 65280
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_HP_OPAQUE = 11
View Source
const STT_HP_STUB = 12
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_RLIM_INFINITY = 18446744073709551615
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_cachestat = 451
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_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_fchmodat2 = 452
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_fstatfs = 138
View Source
const SYS_fsync = 74
View Source
const SYS_ftruncate = 77
View Source
const SYS_futex = 202
View Source
const SYS_futex_waitv = 449
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_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_memfd_secret = 447
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_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_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_mrelease = 448
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_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_mempolicy_home_node = 450
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 TAG = -3
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 TFD_TIMER_CANCEL_ON_SET = 2
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 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 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 ULLONG_MAX = 18446744073709551615
View Source
const ULONG_MAX = 18446744073709551615
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 = 4096
View Source
const UNMATCHABLE = -2
View Source
const USER_PROCESS = 7
View Source
const USHRT_MAX = 65535
View Source
const USRQUOTA = 0
View Source
const US_ASCII = 199
View Source
const UTF8_LOCALE = 0
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 VEOF = 4
View Source
const VEOL = 11
View Source
const VEOL2 = 16
View Source
const VER = -255
View Source
const VERASE = 2
View Source
const VERSION = "1.2.5"
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_MAX = 2147483647
View Source
const WCHAR_MIN = -2147483648
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 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 WS = 0
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
View Source
const ZEROINFNAN = 971
View Source
const ZERO_PAD = 65536

Variables

View Source
var (
	Covered  = map[uintptr]struct{}{}
	CoveredC = map[string]struct{}{}
)
View Source
var CAPI = map[string]struct{}{}/* 522 elements not displayed */
View Source
var X__abort_lock [1]int32
View Source
var X__at_quick_exit_lockptr = uintptr(unsafe.Pointer(&_lock))
View Source
var X__atexit_lockptr int32

static volatile int *const dummy_lockptr = 0;

weak_alias(dummy_lockptr, __atexit_lockptr); weak_alias(dummy_lockptr, __bump_lockptr); weak_alias(dummy_lockptr, __sem_open_lockptr);

View Source
var X__bump_lockptr int32
View Source
var X__c_dot_utf8 = t__locale_map{
	Fmap1:     uintptr(unsafe.Pointer(&_empty_mo)),
	Fmap_size: uint64(20),
	Fname:     [24]int8{'C', '.', 'U', 'T', 'F', '-', '8'},
}
View Source
var X__c_dot_utf8_locale = t__locale_struct{
	Fcat: [6]uintptr{
		0: uintptr(unsafe.Pointer(&X__c_dot_utf8)),
	},
}
View Source
var X__c_locale = t__locale_struct{}
View Source
var X__eintr_valid_flag int32
View Source
var X__exp2f_data = Texp2f_data{
	Ftab: [32]Tuint64_t{
		0:  uint64(0x3ff0000000000000),
		1:  uint64(0x3fefd9b0d3158574),
		2:  uint64(0x3fefb5586cf9890f),
		3:  uint64(0x3fef9301d0125b51),
		4:  uint64(0x3fef72b83c7d517b),
		5:  uint64(0x3fef54873168b9aa),
		6:  uint64(0x3fef387a6e756238),
		7:  uint64(0x3fef1e9df51fdee1),
		8:  uint64(0x3fef06fe0a31b715),
		9:  uint64(0x3feef1a7373aa9cb),
		10: uint64(0x3feedea64c123422),
		11: uint64(0x3feece086061892d),
		12: uint64(0x3feebfdad5362a27),
		13: uint64(0x3feeb42b569d4f82),
		14: uint64(0x3feeab07dd485429),
		15: uint64(0x3feea47eb03a5585),
		16: uint64(0x3feea09e667f3bcd),
		17: uint64(0x3fee9f75e8ec5f74),
		18: uint64(0x3feea11473eb0187),
		19: uint64(0x3feea589994cce13),
		20: uint64(0x3feeace5422aa0db),
		21: uint64(0x3feeb737b0cdc5e5),
		22: uint64(0x3feec49182a3f090),
		23: uint64(0x3feed503b23e255d),
		24: uint64(0x3feee89f995ad3ad),
		25: uint64(0x3feeff76f2fb5e47),
		26: uint64(0x3fef199bdd85529c),
		27: uint64(0x3fef3720dcef9069),
		28: uint64(0x3fef5818dcfba487),
		29: uint64(0x3fef7c97337b9b5f),
		30: uint64(0x3fefa4afa2a490da),
		31: uint64(0x3fefd0765b6e4540),
	},
	Fshift_scaled: Float64FromFloat64(6.755399441055744e+15) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)),
	Fpoly: [3]float64{
		0: float64(0.05550361559341535),
		1: float64(0.2402284522445722),
		2: float64(0.6931471806916203),
	},
	Fshift:         float64(6.755399441055744e+15),
	Finvln2_scaled: Float64FromFloat64(1.4426950408889634) * float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)),
	Fpoly_scaled: [3]float64{
		0: Float64FromFloat64(0.05550361559341535) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)),
		1: Float64FromFloat64(0.2402284522445722) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)),
		2: Float64FromFloat64(0.6931471806916203) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP2F_TABLE_BITS)),
	},
}
View Source
var X__exp_data = Texp_data{
	Finvln2N:   Float64FromFloat64(1.4426950408889634) * float64(Int32FromInt32(1)<<Int32FromInt32(EXP_TABLE_BITS)),
	Fshift:     float64(6.755399441055744e+15),
	Fnegln2hiN: -Float64FromFloat64(0.005415212348111709),
	Fnegln2loN: -Float64FromFloat64(1.2864023111638346e-14),
	Fpoly: [4]float64{
		0: float64(0.49999999999996786),
		1: float64(0.16666666666665886),
		2: float64(0.0416666808410674),
		3: float64(0.008333335853059549),
	},
	Fexp2_shift: Float64FromFloat64(6.755399441055744e+15) / float64(Int32FromInt32(1)<<Int32FromInt32(EXP_TABLE_BITS)),
	Fexp2_poly: [5]float64{
		0: float64(0.6931471805599453),
		1: float64(0.24022650695909065),
		2: float64(0.0555041086686087),
		3: float64(0.009618131975721055),
		4: float64(0.0013332074570119598),
	},
	Ftab: [256]Tuint64_t{
		1:   uint64(0x3ff0000000000000),
		2:   uint64(0x3c9b3b4f1a88bf6e),
		3:   uint64(0x3feff63da9fb3335),
		4:   uint64(0xbc7160139cd8dc5d),
		5:   uint64(0x3fefec9a3e778061),
		6:   uint64(0xbc905e7a108766d1),
		7:   uint64(0x3fefe315e86e7f85),
		8:   uint64(0x3c8cd2523567f613),
		9:   uint64(0x3fefd9b0d3158574),
		10:  uint64(0xbc8bce8023f98efa),
		11:  uint64(0x3fefd06b29ddf6de),
		12:  uint64(0x3c60f74e61e6c861),
		13:  uint64(0x3fefc74518759bc8),
		14:  uint64(0x3c90a3e45b33d399),
		15:  uint64(0x3fefbe3ecac6f383),
		16:  uint64(0x3c979aa65d837b6d),
		17:  uint64(0x3fefb5586cf9890f),
		18:  uint64(0x3c8eb51a92fdeffc),
		19:  uint64(0x3fefac922b7247f7),
		20:  uint64(0x3c3ebe3d702f9cd1),
		21:  uint64(0x3fefa3ec32d3d1a2),
		22:  uint64(0xbc6a033489906e0b),
		23:  uint64(0x3fef9b66affed31b),
		24:  uint64(0xbc9556522a2fbd0e),
		25:  uint64(0x3fef9301d0125b51),
		26:  uint64(0xbc5080ef8c4eea55),
		27:  uint64(0x3fef8abdc06c31cc),
		28:  uint64(0xbc91c923b9d5f416),
		29:  uint64(0x3fef829aaea92de0),
		30:  uint64(0x3c80d3e3e95c55af),
		31:  uint64(0x3fef7a98c8a58e51),
		32:  uint64(0xbc801b15eaa59348),
		33:  uint64(0x3fef72b83c7d517b),
		34:  uint64(0xbc8f1ff055de323d),
		35:  uint64(0x3fef6af9388c8dea),
		36:  uint64(0x3c8b898c3f1353bf),
		37:  uint64(0x3fef635beb6fcb75),
		38:  uint64(0xbc96d99c7611eb26),
		39:  uint64(0x3fef5be084045cd4),
		40:  uint64(0x3c9aecf73e3a2f60),
		41:  uint64(0x3fef54873168b9aa),
		42:  uint64(0xbc8fe782cb86389d),
		43:  uint64(0x3fef4d5022fcd91d),
		44:  uint64(0x3c8a6f4144a6c38d),
		45:  uint64(0x3fef463b88628cd6),
		46:  uint64(0x3c807a05b0e4047d),
		47:  uint64(0x3fef3f49917ddc96),
		48:  uint64(0x3c968efde3a8a894),
		49:  uint64(0x3fef387a6e756238),
		50:  uint64(0x3c875e18f274487d),
		51:  uint64(0x3fef31ce4fb2a63f),
		52:  uint64(0x3c80472b981fe7f2),
		53:  uint64(0x3fef2b4565e27cdd),
		54:  uint64(0xbc96b87b3f71085e),
		55:  uint64(0x3fef24dfe1f56381),
		56:  uint64(0x3c82f7e16d09ab31),
		57:  uint64(0x3fef1e9df51fdee1),
		58:  uint64(0xbc3d219b1a6fbffa),
		59:  uint64(0x3fef187fd0dad990),
		60:  uint64(0x3c8b3782720c0ab4),
		61:  uint64(0x3fef1285a6e4030b),
		62:  uint64(0x3c6e149289cecb8f),
		63:  uint64(0x3fef0cafa93e2f56),
		64:  uint64(0x3c834d754db0abb6),
		65:  uint64(0x3fef06fe0a31b715),
		66:  uint64(0x3c864201e2ac744c),
		67:  uint64(0x3fef0170fc4cd831),
		68:  uint64(0x3c8fdd395dd3f84a),
		69:  uint64(0x3feefc08b26416ff),
		70:  uint64(0xbc86a3803b8e5b04),
		71:  uint64(0x3feef6c55f929ff1),
		72:  uint64(0xbc924aedcc4b5068),
		73:  uint64(0x3feef1a7373aa9cb),
		74:  uint64(0xbc9907f81b512d8e),
		75:  uint64(0x3feeecae6d05d866),
		76:  uint64(0xbc71d1e83e9436d2),
		77:  uint64(0x3feee7db34e59ff7),
		78:  uint64(0xbc991919b3ce1b15),
		79:  uint64(0x3feee32dc313a8e5),
		80:  uint64(0x3c859f48a72a4c6d),
		81:  uint64(0x3feedea64c123422),
		82:  uint64(0xbc9312607a28698a),
		83:  uint64(0x3feeda4504ac801c),
		84:  uint64(0xbc58a78f4817895b),
		85:  uint64(0x3feed60a21f72e2a),
		86:  uint64(0xbc7c2c9b67499a1b),
		87:  uint64(0x3feed1f5d950a897),
		88:  uint64(0x3c4363ed60c2ac11),
		89:  uint64(0x3feece086061892d),
		90:  uint64(0x3c9666093b0664ef),
		91:  uint64(0x3feeca41ed1d0057),
		92:  uint64(0x3c6ecce1daa10379),
		93:  uint64(0x3feec6a2b5c13cd0),
		94:  uint64(0x3c93ff8e3f0f1230),
		95:  uint64(0x3feec32af0d7d3de),
		96:  uint64(0x3c7690cebb7aafb0),
		97:  uint64(0x3feebfdad5362a27),
		98:  uint64(0x3c931dbdeb54e077),
		99:  uint64(0x3feebcb299fddd0d),
		100: uint64(0xbc8f94340071a38e),
		101: uint64(0x3feeb9b2769d2ca7),
		102: uint64(0xbc87deccdc93a349),
		103: uint64(0x3feeb6daa2cf6642),
		104: uint64(0xbc78dec6bd0f385f),
		105: uint64(0x3feeb42b569d4f82),
		106: uint64(0xbc861246ec7b5cf6),
		107: uint64(0x3feeb1a4ca5d920f),
		108: uint64(0x3c93350518fdd78e),
		109: uint64(0x3feeaf4736b527da),
		110: uint64(0x3c7b98b72f8a9b05),
		111: uint64(0x3feead12d497c7fd),
		112: uint64(0x3c9063e1e21c5409),
		113: uint64(0x3feeab07dd485429),
		114: uint64(0x3c34c7855019c6ea),
		115: uint64(0x3feea9268a5946b7),
		116: uint64(0x3c9432e62b64c035),
		117: uint64(0x3feea76f15ad2148),
		118: uint64(0xbc8ce44a6199769f),
		119: uint64(0x3feea5e1b976dc09),
		120: uint64(0xbc8c33c53bef4da8),
		121: uint64(0x3feea47eb03a5585),
		122: uint64(0xbc845378892be9ae),
		123: uint64(0x3feea34634ccc320),
		124: uint64(0xbc93cedd78565858),
		125: uint64(0x3feea23882552225),
		126: uint64(0x3c5710aa807e1964),
		127: uint64(0x3feea155d44ca973),
		128: uint64(0xbc93b3efbf5e2228),
		129: uint64(0x3feea09e667f3bcd),
		130: uint64(0xbc6a12ad8734b982),
		131: uint64(0x3feea012750bdabf),
		132: uint64(0xbc6367efb86da9ee),
		133: uint64(0x3fee9fb23c651a2f),
		134: uint64(0xbc80dc3d54e08851),
		135: uint64(0x3fee9f7df9519484),
		136: uint64(0xbc781f647e5a3ecf),
		137: uint64(0x3fee9f75e8ec5f74),
		138: uint64(0xbc86ee4ac08b7db0),
		139: uint64(0x3fee9f9a48a58174),
		140: uint64(0xbc8619321e55e68a),
		141: uint64(0x3fee9feb564267c9),
		142: uint64(0x3c909ccb5e09d4d3),
		143: uint64(0x3feea0694fde5d3f),
		144: uint64(0xbc7b32dcb94da51d),
		145: uint64(0x3feea11473eb0187),
		146: uint64(0x3c94ecfd5467c06b),
		147: uint64(0x3feea1ed0130c132),
		148: uint64(0x3c65ebe1abd66c55),
		149: uint64(0x3feea2f336cf4e62),
		150: uint64(0xbc88a1c52fb3cf42),
		151: uint64(0x3feea427543e1a12),
		152: uint64(0xbc9369b6f13b3734),
		153: uint64(0x3feea589994cce13),
		154: uint64(0xbc805e843a19ff1e),
		155: uint64(0x3feea71a4623c7ad),
		156: uint64(0xbc94d450d872576e),
		157: uint64(0x3feea8d99b4492ed),
		158: uint64(0x3c90ad675b0e8a00),
		159: uint64(0x3feeaac7d98a6699),
		160: uint64(0x3c8db72fc1f0eab4),
		161: uint64(0x3feeace5422aa0db),
		162: uint64(0xbc65b6609cc5e7ff),
		163: uint64(0x3feeaf3216b5448c),
		164: uint64(0x3c7bf68359f35f44),
		165: uint64(0x3feeb1ae99157736),
		166: uint64(0xbc93091fa71e3d83),
		167: uint64(0x3feeb45b0b91ffc6),
		168: uint64(0xbc5da9b88b6c1e29),
		169: uint64(0x3feeb737b0cdc5e5),
		170: uint64(0xbc6c23f97c90b959),
		171: uint64(0x3feeba44cbc8520f),
		172: uint64(0xbc92434322f4f9aa),
		173: uint64(0x3feebd829fde4e50),
		174: uint64(0xbc85ca6cd7668e4b),
		175: uint64(0x3feec0f170ca07ba),
		176: uint64(0x3c71affc2b91ce27),
		177: uint64(0x3feec49182a3f090),
		178: uint64(0x3c6dd235e10a73bb),
		179: uint64(0x3feec86319e32323),
		180: uint64(0xbc87c50422622263),
		181: uint64(0x3feecc667b5de565),
		182: uint64(0x3c8b1c86e3e231d5),
		183: uint64(0x3feed09bec4a2d33),
		184: uint64(0xbc91bbd1d3bcbb15),
		185: uint64(0x3feed503b23e255d),
		186: uint64(0x3c90cc319cee31d2),
		187: uint64(0x3feed99e1330b358),
		188: uint64(0x3c8469846e735ab3),
		189: uint64(0x3feede6b5579fdbf),
		190: uint64(0xbc82dfcd978e9db4),
		191: uint64(0x3feee36bbfd3f37a),
		192: uint64(0x3c8c1a7792cb3387),
		193: uint64(0x3feee89f995ad3ad),
		194: uint64(0xbc907b8f4ad1d9fa),
		195: uint64(0x3feeee07298db666),
		196: uint64(0xbc55c3d956dcaeba),
		197: uint64(0x3feef3a2b84f15fb),
		198: uint64(0xbc90a40e3da6f640),
		199: uint64(0x3feef9728de5593a),
		200: uint64(0xbc68d6f438ad9334),
		201: uint64(0x3feeff76f2fb5e47),
		202: uint64(0xbc91eee26b588a35),
		203: uint64(0x3fef05b030a1064a),
		204: uint64(0x3c74ffd70a5fddcd),
		205: uint64(0x3fef0c1e904bc1d2),
		206: uint64(0xbc91bdfbfa9298ac),
		207: uint64(0x3fef12c25bd71e09),
		208: uint64(0x3c736eae30af0cb3),
		209: uint64(0x3fef199bdd85529c),
		210: uint64(0x3c8ee3325c9ffd94),
		211: uint64(0x3fef20ab5fffd07a),
		212: uint64(0x3c84e08fd10959ac),
		213: uint64(0x3fef27f12e57d14b),
		214: uint64(0x3c63cdaf384e1a67),
		215: uint64(0x3fef2f6d9406e7b5),
		216: uint64(0x3c676b2c6c921968),
		217: uint64(0x3fef3720dcef9069),
		218: uint64(0xbc808a1883ccb5d2),
		219: uint64(0x3fef3f0b555dc3fa),
		220: uint64(0xbc8fad5d3ffffa6f),
		221: uint64(0x3fef472d4a07897c),
		222: uint64(0xbc900dae3875a949),
		223: uint64(0x3fef4f87080d89f2),
		224: uint64(0x3c74a385a63d07a7),
		225: uint64(0x3fef5818dcfba487),
		226: uint64(0xbc82919e2040220f),
		227: uint64(0x3fef60e316c98398),
		228: uint64(0x3c8e5a50d5c192ac),
		229: uint64(0x3fef69e603db3285),
		230: uint64(0x3c843a59ac016b4b),
		231: uint64(0x3fef7321f301b460),
		232: uint64(0xbc82d52107b43e1f),
		233: uint64(0x3fef7c97337b9b5f),
		234: uint64(0xbc892ab93b470dc9),
		235: uint64(0x3fef864614f5a129),
		236: uint64(0x3c74b604603a88d3),
		237: uint64(0x3fef902ee78b3ff6),
		238: uint64(0x3c83c5ec519d7271),
		239: uint64(0x3fef9a51fbc74c83),
		240: uint64(0xbc8ff7128fd391f0),
		241: uint64(0x3fefa4afa2a490da),
		242: uint64(0xbc8dae98e223747d),
		243: uint64(0x3fefaf482d8e67f1),
		244: uint64(0x3c8ec3bc41aa2008),
		245: uint64(0x3fefba1bee615a27),
		246: uint64(0x3c842b94c3a9eb32),
		247: uint64(0x3fefc52b376bba97),
		248: uint64(0x3c8a64a931d185ee),
		249: uint64(0x3fefd0765b6e4540),
		250: uint64(0xbc8e37bae43be3ed),
		251: uint64(0x3fefdbfdad9cbe14),
		252: uint64(0x3c77893b4d91cd9d),
		253: uint64(0x3fefe7c1819e90d8),
		254: uint64(0x3c5305c14160cc89),
		255: uint64(0x3feff3c22b8f71f1),
	},
}
View Source
var X__fsmu8 = [51]Tuint32_t{
	0:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x2),
	1:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x3),
	2:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x4),
	3:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x5),
	4:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x6),
	5:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x7),
	6:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x8),
	7:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0x9),
	8:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0xa),
	9:  (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0xb),
	10: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0xc),
	11: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0xd),
	12: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0xe),
	13: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | Uint32FromInt32(0xf),
	14: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x0)+Int32FromInt32(16)),
	15: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x1)+Int32FromInt32(16)),
	16: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x2)+Int32FromInt32(16)),
	17: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x3)+Int32FromInt32(16)),
	18: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x4)+Int32FromInt32(16)),
	19: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x5)+Int32FromInt32(16)),
	20: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x6)+Int32FromInt32(16)),
	21: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x7)+Int32FromInt32(16)),
	22: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x8)+Int32FromInt32(16)),
	23: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0x9)+Int32FromInt32(16)),
	24: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0xa)+Int32FromInt32(16)),
	25: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0xb)+Int32FromInt32(16)),
	26: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0xc)+Int32FromInt32(16)),
	27: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0xd)+Int32FromInt32(16)),
	28: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0xe)+Int32FromInt32(16)),
	29: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | uint32(Int32FromInt32(0xf)+Int32FromInt32(16)),
	30: (Uint32FromUint32(0)-Uint32FromInt32(0xa0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x0),
	31: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x1),
	32: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x2),
	33: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x3),
	34: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x4),
	35: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x5),
	36: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x6),
	37: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x7),
	38: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x8),
	39: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0x9),
	40: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0xa),
	41: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0xb),
	42: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0xc),
	43: (Uint32FromUint32(0x40)-Uint32FromInt32(0xa0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0xd),
	44: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0xe),
	45: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | Uint32FromInt32(0xf),
	46: (Uint32FromUint32(0)-Uint32FromInt32(0x90))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(12) | Uint32FromInt32(0x0),
	47: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(12) | Uint32FromInt32(0x1),
	48: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(12) | Uint32FromInt32(0x2),
	49: (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(12) | Uint32FromInt32(0x3),
	50: (Uint32FromUint32(0x40)-Uint32FromInt32(0x90))<<Int32FromInt32(23) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(6) | (Uint32FromUint32(0x40)-Uint32FromInt32(0xc0))<<Int32FromInt32(23)>>Int32FromInt32(12) | Uint32FromInt32(0x4),
}
View Source
var X__gettext_lockptr = uintptr(unsafe.Pointer(&_lock1))
View Source
var X__libc t__libc
View Source
var X__libc_version = [6]int8{'1', '.', '2', '.', '5'}
View Source
var X__locale_lock [1]int32
View Source
var X__locale_lockptr = uintptr(unsafe.Pointer(&X__locale_lock))
View Source
var X__log2_data = Tlog2_data{
	Finvln2hi: float64(1.4426950407214463),
	Finvln2lo: float64(1.6751713164886512e-10),
	Fpoly: [6]float64{
		0: -Float64FromFloat64(0.7213475204444882),
		1: float64(0.4808983469629985),
		2: -Float64FromFloat64(0.36067375954075914),
		3: float64(0.2885390073180969),
		4: -Float64FromFloat64(0.2404693555628422),
		5: float64(0.2061202382173603),
	},
	Fpoly1: [10]float64{
		0: -Float64FromFloat64(0.7213475204444817),
		1: float64(0.48089834696298744),
		2: -Float64FromFloat64(0.360673760222145),
		3: float64(0.2885390081805197),
		4: -Float64FromFloat64(0.24044917405728863),
		5: float64(0.2060992861022954),
		6: -Float64FromFloat64(0.18033596705327856),
		7: float64(0.1603032746063156),
		8: -Float64FromFloat64(0.14483316576701266),
		9: float64(0.13046826811283835),
	},
	Ftab: [64]struct {
		Finvc float64
		Flogc float64
	}{
		0: {
			Finvc: float64(1.4463276106642393),
			Flogc: -Float64FromFloat64(0.5323943771486483),
		},
		1: {
			Finvc: float64(1.4301675812282968),
			Flogc: -Float64FromFloat64(0.516184206053822),
		},
		2: {
			Finvc: float64(1.4143648676229383),
			Flogc: -Float64FromFloat64(0.5001543441974263),
		},
		3: {
			Finvc: float64(1.3989068970611538),
			Flogc: -Float64FromFloat64(0.4842999484799293),
		},
		4: {
			Finvc: float64(1.3837838957784339),
			Flogc: -Float64FromFloat64(0.46861865624623533),
		},
		5: {
			Finvc: float64(1.368983882697786),
			Flogc: -Float64FromFloat64(0.4531054615783887),
		},
		6: {
			Finvc: float64(1.3544972916324536),
			Flogc: -Float64FromFloat64(0.43775750882059583),
		},
		7: {
			Finvc: float64(1.3403139676437443),
			Flogc: -Float64FromFloat64(0.4225709906127122),
		},
		8: {
			Finvc: float64(1.3264249304188642),
			Flogc: -Float64FromFloat64(0.40754302793970965),
		},
		9: {
			Finvc: float64(1.3128203652112156),
			Flogc: -Float64FromFloat64(0.3926695240384106),
		},
		10: {
			Finvc: float64(1.299492412370217),
			Flogc: -Float64FromFloat64(0.3779482100565019),
		},
		11: {
			Finvc: float64(1.28643198385998),
			Flogc: -Float64FromFloat64(0.36337518101890964),
		},
		12: {
			Finvc: float64(1.2736319291846832),
			Flogc: -Float64FromFloat64(0.3489484089425332),
		},
		13: {
			Finvc: float64(1.2610838968062879),
			Flogc: -Float64FromFloat64(0.33466425780738973),
		},
		14: {
			Finvc: float64(1.248780314313572),
			Flogc: -Float64FromFloat64(0.3205197000629596),
		},
		15: {
			Finvc: float64(1.2367150450059063),
			Flogc: -Float64FromFloat64(0.3065131231801388),
		},
		16: {
			Finvc: float64(1.2248804968401878),
			Flogc: -Float64FromFloat64(0.2926410022678283),
		},
		17: {
			Finvc: float64(1.2132702353497795),
			Flogc: -Float64FromFloat64(0.2789009220805383),
		},
		18: {
			Finvc: float64(1.2018780785715362),
			Flogc: -Float64FromFloat64(0.2652905529862437),
		},
		19: {
			Finvc: float64(1.190697765061355),
			Flogc: -Float64FromFloat64(0.2518072602367738),
		},
		20: {
			Finvc: float64(1.1797235410550593),
			Flogc: -Float64FromFloat64(0.23844881494437686),
		},
		21: {
			Finvc: float64(1.1689498986205256),
			Flogc: -Float64FromFloat64(0.22521309705462045),
		},
		22: {
			Finvc: float64(1.158371137408455),
			Flogc: -Float64FromFloat64(0.21209756102439314),
		},
		23: {
			Finvc: float64(1.1479820146386086),
			Flogc: -Float64FromFloat64(0.1991000395789797),
		},
		24: {
			Finvc: float64(1.1377775576851088),
			Flogc: -Float64FromFloat64(0.18621852970682085),
		},
		25: {
			Finvc: float64(1.127753150630225),
			Flogc: -Float64FromFloat64(0.17345131655361),
		},
		26: {
			Finvc: float64(1.1179037012282074),
			Flogc: -Float64FromFloat64(0.16079591649577196),
		},
		27: {
			Finvc: float64(1.1082251967632821),
			Flogc: -Float64FromFloat64(0.14825107384353942),
		},
		28: {
			Finvc: float64(1.098712461056607),
			Flogc: -Float64FromFloat64(0.13581387465410444),
		},
		29: {
			Finvc: float64(1.0893619091634283),
			Flogc: -Float64FromFloat64(0.12348332762257996),
		},
		30: {
			Finvc: float64(1.0801689912316736),
			Flogc: -Float64FromFloat64(0.11125703807351783),
		},
		31: {
			Finvc: float64(1.071129489697672),
			Flogc: -Float64FromFloat64(0.09913289918449664),
		},
		32: {
			Finvc: float64(1.0622406576750423),
			Flogc: -Float64FromFloat64(0.08711065531497297),
		},
		33: {
			Finvc: float64(1.0534977607927976),
			Flogc: -Float64FromFloat64(0.07518724771330199),
		},
		34: {
			Finvc: float64(1.044897877982342),
			Flogc: -Float64FromFloat64(0.06336194888240243),
		},
		35: {
			Finvc: float64(1.0364370289499079),
			Flogc: -Float64FromFloat64(0.0516324649456692),
		},
		36: {
			Finvc: float64(1.0281122132034575),
			Flogc: -Float64FromFloat64(0.039997735929773626),
		},
		37: {
			Finvc: float64(1.0199202450036955),
			Flogc: -Float64FromFloat64(0.028456341769015125),
		},
		38: {
			Finvc: float64(1.0118577522306755),
			Flogc: -Float64FromFloat64(0.017006489068080555),
		},
		39: {
			Finvc: float64(1.003921649236766),
			Flogc: -Float64FromFloat64(0.005646678981520381),
		},
		40: {
			Finvc: float64(0.9922480467550775),
			Flogc: float64(0.011227277611396858),
		},
		41: {
			Finvc: float64(0.9770993366178549),
			Flogc: float64(0.033422853921138085),
		},
		42: {
			Finvc: float64(0.9624059787315814),
			Flogc: float64(0.05528248992573026),
		},
		43: {
			Finvc: float64(0.9481480598286369),
			Flogc: float64(0.07681573143713649),
		},
		44: {
			Finvc: float64(0.9343065931261065),
			Flogc: float64(0.09803204623631245),
		},
		45: {
			Finvc: float64(0.9208633936884979),
			Flogc: float64(0.11894094059630334),
		},
		46: {
			Finvc: float64(0.9078013641840602),
			Flogc: float64(0.13955143862290242),
		},
		47: {
			Finvc: float64(0.8951048181512927),
			Flogc: float64(0.15987146080919956),
		},
		48: {
			Finvc: float64(0.882758574260473),
			Flogc: float64(0.17990916589428707),
		},
		49: {
			Finvc: float64(0.8707481902241709),
			Flogc: float64(0.19967252559081317),
		},
		50: {
			Finvc: float64(0.8590602881746972),
			Flogc: float64(0.2191687127685782),
		},
		51: {
			Finvc: float64(0.8476822044336688),
			Flogc: float64(0.23840459427242422),
		},
		52: {
			Finvc: float64(0.8366013284053287),
			Flogc: float64(0.25738780610663525),
		},
		53: {
			Finvc: float64(0.8258064913621258),
			Flogc: float64(0.27612433583180973),
		},
		54: {
			Finvc: float64(0.8152865101579193),
			Flogc: float64(0.2946209507022104),
		},
		55: {
			Finvc: float64(0.8050314363208223),
			Flogc: float64(0.31288297359969874),
		},
		56: {
			Finvc: float64(0.7950310492640542),
			Flogc: float64(0.33091689015759584),
		},
		57: {
			Finvc: float64(0.7852760432487271),
			Flogc: float64(0.3487282100279572),
		},
		58: {
			Finvc: float64(0.7757575660314712),
			Flogc: float64(0.36632223233368677),
		},
		59: {
			Finvc: float64(0.7664670566588946),
			Flogc: float64(0.383704309808536),
		},
		60: {
			Finvc: float64(0.7573965608078645),
			Flogc: float64(0.4008792246509074),
		},
		61: {
			Finvc: float64(0.7485380168514022),
			Flogc: float64(0.41785250494945103),
		},
		62: {
			Finvc: float64(0.7398844213755009),
			Flogc: float64(0.4346281724315304),
		},
		63: {
			Finvc: float64(0.7314286113178112),
			Flogc: float64(0.45121103315341315),
		},
	},
	Ftab2: [64]struct {
		Fchi float64
		Fclo float64
	}{
		0: {
			Fchi: float64(0.6914062848739648),
			Fclo: float64(4.339971893418182e-17),
		},
		1: {
			Fchi: float64(0.6992187580850853),
			Fclo: float64(7.805593338712074e-18),
		},
		2: {
			Fchi: float64(0.7070311366547563),
			Fclo: float64(3.20843320369626e-17),
		},
		3: {
			Fchi: float64(0.7148438556567389),
			Fclo: float64(4.336491946473985e-17),
		},
		4: {
			Fchi: float64(0.7226561915128084),
			Fclo: float64(4.681890319761607e-17),
		},
		5: {
			Fchi: float64(0.730468789763508),
			Fclo: -Float64FromFloat64(1.647126642147294e-17),
		},
		6: {
			Fchi: float64(0.7382812842650944),
			Fclo: float64(2.0846837208642192e-17),
		},
		7: {
			Fchi: float64(0.7460938437864584),
			Fclo: -Float64FromFloat64(7.82131795361932e-18),
		},
		8: {
			Fchi: float64(0.7539062159244969),
			Fclo: -Float64FromFloat64(3.470987810015201e-17),
		},
		9: {
			Fchi: float64(0.761718835645205),
			Fclo: float64(1.2996798345429576e-17),
		},
		10: {
			Fchi: float64(0.7695312342578777),
			Fclo: -Float64FromFloat64(5.2071007285622585e-17),
		},
		11: {
			Fchi: float64(0.7773438569208053),
			Fclo: -Float64FromFloat64(4.513636731226183e-17),
		},
		12: {
			Fchi: float64(0.7851561955110148),
			Fclo: -Float64FromFloat64(2.0797044446832382e-17),
		},
		13: {
			Fchi: float64(0.7929686538163826),
			Fclo: -Float64FromFloat64(1.9947626198727574e-17),
		},
		14: {
			Fchi: float64(0.8007813612514213),
			Fclo: float64(1.472064871061342e-17),
		},
		15: {
			Fchi: float64(0.8085937047812207),
			Fclo: float64(5.290804109377209e-17),
		},
		16: {
			Fchi: float64(0.816406173973453),
			Fclo: -Float64FromFloat64(1.129659587857177e-17),
		},
		17: {
			Fchi: float64(0.8242186867064328),
			Fclo: float64(3.901543738154691e-17),
		},
		18: {
			Fchi: float64(0.8320311501051142),
			Fclo: -Float64FromFloat64(3.212482853127187e-17),
		},
		19: {
			Fchi: float64(0.8398436860662717),
			Fclo: float64(5.220081794706035e-18),
		},
		20: {
			Fchi: float64(0.8476562221566525),
			Fclo: -Float64FromFloat64(5.37416378988278e-17),
		},
		21: {
			Fchi: float64(0.8554686571084844),
			Fclo: float64(4.291992377471359e-18),
		},
		22: {
			Fchi: float64(0.8632811779454657),
			Fclo: float64(1.7319616935225806e-17),
		},
		23: {
			Fchi: float64(0.8710937865301015),
			Fclo: float64(1.8251073579011692e-17),
		},
		24: {
			Fchi: float64(0.8789064200163806),
			Fclo: float64(1.2113671810693101e-17),
		},
		25: {
			Fchi: float64(0.8867188705623812),
			Fclo: -Float64FromFloat64(2.431195196496269e-17),
		},
		26: {
			Fchi: float64(0.894531433164887),
			Fclo: -Float64FromFloat64(2.258952781769403e-17),
		},
		27: {
			Fchi: float64(0.9023436779100781),
			Fclo: float64(4.3322028821617186e-17),
		},
		28: {
			Fchi: float64(0.9101562378188762),
			Fclo: -Float64FromFloat64(5.2414676705491076e-18),
		},
		29: {
			Fchi: float64(0.9179685755379005),
			Fclo: -Float64FromFloat64(2.3432856904274634e-17),
		},
		30: {
			Fchi: float64(0.9257810658494647),
			Fclo: float64(3.9914341909758727e-17),
		},
		31: {
			Fchi: float64(0.9335939394986237),
			Fclo: -Float64FromFloat64(1.8218382846902827e-17),
		},
		32: {
			Fchi: float64(0.9414062555172099),
			Fclo: float64(4.423669374431538e-17),
		},
		33: {
			Fchi: float64(0.9492189136192009),
			Fclo: -Float64FromFloat64(2.6059674623550364e-17),
		},
		34: {
			Fchi: float64(0.9570313243730211),
			Fclo: -Float64FromFloat64(4.947019261946595e-17),
		},
		35: {
			Fchi: float64(0.9648439529540691),
			Fclo: -Float64FromFloat64(5.4644837229582306e-17),
		},
		36: {
			Fchi: float64(0.9726564738338594),
			Fclo: -Float64FromFloat64(5.4656321533328614e-17),
		},
		37: {
			Fchi: float64(0.9804688208697894),
			Fclo: -Float64FromFloat64(1.782581090537996e-18),
		},
		38: {
			Fchi: float64(0.98828120632121),
			Fclo: -Float64FromFloat64(5.2277711573086786e-18),
		},
		39: {
			Fchi: float64(0.9960936700192217),
			Fclo: float64(4.1586638841164565e-17),
		},
		40: {
			Fchi: float64(1.007812515499802),
			Fclo: float64(9.540912389137736e-17),
		},
		41: {
			Fchi: float64(1.0234373952820537),
			Fclo: float64(3.985821704561347e-17),
		},
		42: {
			Fchi: float64(1.0390625391978199),
			Fclo: -Float64FromFloat64(5.179495640960355e-18),
		},
		43: {
			Fchi: float64(1.0546875982436061),
			Fclo: -Float64FromFloat64(6.074512782488841e-17),
		},
		44: {
			Fchi: float64(1.07031247275489),
			Fclo: -Float64FromFloat64(4.853656019321416e-17),
		},
		45: {
			Fchi: float64(1.0859374005459401),
			Fclo: -Float64FromFloat64(1.0233609026899023e-16),
		},
		46: {
			Fchi: float64(1.101562565835984),
			Fclo: float64(9.714504510281668e-17),
		},
		47: {
			Fchi: float64(1.1171875960464082),
			Fclo: -Float64FromFloat64(5.728631491659617e-17),
		},
		48: {
			Fchi: float64(1.1328125595809087),
			Fclo: -Float64FromFloat64(4.3353271744463366e-17),
		},
		49: {
			Fchi: float64(1.1484376438870962),
			Fclo: float64(5.029455257812864e-17),
		},
		50: {
			Fchi: float64(1.1640626551656426),
			Fclo: -Float64FromFloat64(1.3886091944776072e-17),
		},
		51: {
			Fchi: float64(1.179687381390876),
			Fclo: float64(9.535864385063222e-17),
		},
		52: {
			Fchi: float64(1.19531246968748),
			Fclo: float64(2.5970710873556995e-17),
		},
		53: {
			Fchi: float64(1.2109374417129501),
			Fclo: -Float64FromFloat64(1.0412863482435496e-16),
		},
		54: {
			Fchi: float64(1.2265626715770166),
			Fclo: float64(1.903080930681457e-17),
		},
		55: {
			Fchi: float64(1.2421875157698543),
			Fclo: float64(9.884933154288451e-17),
		},
		56: {
			Fchi: float64(1.2578125104996614),
			Fclo: float64(2.605028401046449e-17),
		},
		57: {
			Fchi: float64(1.273437549250769),
			Fclo: float64(3.128070230699857e-17),
		},
		58: {
			Fchi: float64(1.2890625161616944),
			Fclo: -Float64FromFloat64(4.506460293510891e-17),
		},
		59: {
			Fchi: float64(1.3046875156762752),
			Fclo: -Float64FromFloat64(2.0874781900380847e-17),
		},
		60: {
			Fchi: float64(1.3203123063212308),
			Fclo: float64(8.50535702424751e-17),
		},
		61: {
			Fchi: float64(1.3359374907988373),
			Fclo: -Float64FromFloat64(3.99657459893118e-17),
		},
		62: {
			Fchi: float64(1.351562448282023),
			Fclo: float64(4.1576596545784e-17),
		},
		63: {
			Fchi: float64(1.3671874254389709),
			Fclo: -Float64FromFloat64(6.072295450780066e-17),
		},
	},
}
View Source
var X__log2f_data = Tlog2f_data{
	Ftab: [16]struct {
		Finvc float64
		Flogc float64
	}{
		0: {
			Finvc: float64(1.398907162146528),
			Flogc: -Float64FromFloat64(0.48430022186289673),
		},
		1: {
			Finvc: float64(1.3403141896637998),
			Flogc: -Float64FromFloat64(0.42257122959194704),
		},
		2: {
			Finvc: float64(1.286432210124115),
			Flogc: -Float64FromFloat64(0.3633754347673556),
		},
		3: {
			Finvc: float64(1.2367150214269895),
			Flogc: -Float64FromFloat64(0.30651309567405577),
		},
		4: {
			Finvc: float64(1.1906977166711752),
			Flogc: -Float64FromFloat64(0.25180720160537634),
		},
		5: {
			Finvc: float64(1.1479821020556429),
			Flogc: -Float64FromFloat64(0.19910014943794563),
		},
		6: {
			Finvc: float64(1.1082251448272158),
			Flogc: -Float64FromFloat64(0.14825100623281615),
		},
		7: {
			Finvc: float64(1.0711297413057381),
			Flogc: -Float64FromFloat64(0.09913323807318392),
		},
		8: {
			Finvc: float64(1.036437278977283),
			Flogc: -Float64FromFloat64(0.051632812977629436),
		},
		9: {
			Finvc: float64(1),
		},
		10: {
			Finvc: float64(0.9492859795739057),
			Flogc: float64(0.07508531937943004),
		},
		11: {
			Finvc: float64(0.8951049428609004),
			Flogc: float64(0.15987125980713107),
		},
		12: {
			Finvc: float64(0.8476821620351103),
			Flogc: float64(0.2384046664317681),
		},
		13: {
			Finvc: float64(0.8050314851692001),
			Flogc: float64(0.31288288605863257),
		},
		14: {
			Finvc: float64(0.7664671008843108),
			Flogc: float64(0.38370422656453185),
		},
		15: {
			Finvc: float64(0.731428603316328),
			Flogc: float64(0.451211048935815),
		},
	},
	Fpoly: [4]float64{
		0: -Float64FromFloat64(0.36051725506874704),
		1: float64(0.4811247078767291),
		2: -Float64FromFloat64(0.7213476299867769),
		3: float64(1.4426950186867042),
	},
}
View Source
var X__log_data = Tlog_data{
	Fln2hi: float64(0.6931471805598903),
	Fln2lo: float64(5.497923018708371e-14),
	Fpoly: [5]float64{
		0: -Float64FromFloat64(0.5000000000000001),
		1: float64(0.33333333331825593),
		2: -Float64FromFloat64(0.2499999999622955),
		3: float64(0.20000304511814496),
		4: -Float64FromFloat64(0.16667054827627667),
	},
	Fpoly1: [11]float64{
		0:  -Float64FromFloat64(0.5),
		1:  float64(0.3333333333333352),
		2:  -Float64FromFloat64(0.24999999999998432),
		3:  float64(0.19999999999320328),
		4:  -Float64FromFloat64(0.16666666669929706),
		5:  float64(0.14285715076560868),
		6:  -Float64FromFloat64(0.12499997863982555),
		7:  float64(0.11110712032936046),
		8:  -Float64FromFloat64(0.10000486757818193),
		9:  float64(0.09181994006195467),
		10: -Float64FromFloat64(0.08328363062289341),
	},
	Ftab: [128]struct {
		Finvc float64
		Flogc float64
	}{
		0: {
			Finvc: float64(1.4504249240398293),
			Flogc: -Float64FromFloat64(0.3718565645633589),
		},
		1: {
			Finvc: float64(1.442253508327276),
			Flogc: -Float64FromFloat64(0.36620682668944937),
		},
		2: {
			Finvc: float64(1.4341736174350004),
			Flogc: -Float64FromFloat64(0.3605888069791945),
		},
		3: {
			Finvc: float64(1.426183816329995),
			Flogc: -Float64FromFloat64(0.3550022171419869),
		},
		4: {
			Finvc: float64(1.4182825527052965),
			Flogc: -Float64FromFloat64(0.34944666968829097),
		},
		5: {
			Finvc: float64(1.4104682921759335),
			Flogc: -Float64FromFloat64(0.3439217713603284),
		},
		6: {
			Finvc: float64(1.4027396147468003),
			Flogc: -Float64FromFloat64(0.3384271921261188),
		},
		7: {
			Finvc: float64(1.3950954438932313),
			Flogc: -Float64FromFloat64(0.332962831494342),
		},
		8: {
			Finvc: float64(1.3875338232485754),
			Flogc: -Float64FromFloat64(0.32752794345742586),
		},
		9: {
			Finvc: float64(1.3800539211058593),
			Flogc: -Float64FromFloat64(0.32212257167088865),
		},
		10: {
			Finvc: float64(1.3726542695419708),
			Flogc: -Float64FromFloat64(0.3167462884799761),
		},
		11: {
			Finvc: float64(1.3653332798446802),
			Flogc: -Float64FromFloat64(0.3113985598928366),
		},
		12: {
			Finvc: float64(1.358090204587874),
			Flogc: -Float64FromFloat64(0.3060794515165526),
		},
		13: {
			Finvc: float64(1.3509234892132138),
			Flogc: -Float64FromFloat64(0.300788424667644),
		},
		14: {
			Finvc: float64(1.3438320840699889),
			Flogc: -Float64FromFloat64(0.2955252968476998),
		},
		15: {
			Finvc: float64(1.3368146974742003),
			Flogc: -Float64FromFloat64(0.29028969275850613),
		},
		16: {
			Finvc: float64(1.329870114677736),
			Flogc: -Float64FromFloat64(0.2850812793277555),
		},
		17: {
			Finvc: float64(1.322997339161106),
			Flogc: -Float64FromFloat64(0.27989987391470095),
		},
		18: {
			Finvc: float64(1.316195352741367),
			Flogc: -Float64FromFloat64(0.27474526621870154),
		},
		19: {
			Finvc: float64(1.3094628125672239),
			Flogc: -Float64FromFloat64(0.2696169863701243),
		},
		20: {
			Finvc: float64(1.3027990455471041),
			Flogc: -Float64FromFloat64(0.26451506180308115),
		},
		21: {
			Finvc: float64(1.2962024229438942),
			Flogc: -Float64FromFloat64(0.2594387762767383),
		},
		22: {
			Finvc: float64(1.2896726275815547),
			Flogc: -Float64FromFloat64(0.2543884090981692),
		},
		23: {
			Finvc: float64(1.2832080305745537),
			Flogc: -Float64FromFloat64(0.24936321635129843),
		},
		24: {
			Finvc: float64(1.276807885983376),
			Flogc: -Float64FromFloat64(0.24436312405975968),
		},
		25: {
			Finvc: float64(1.2704714060687552),
			Flogc: -Float64FromFloat64(0.23938801747897287),
		},
		26: {
			Finvc: float64(1.2641976054949482),
			Flogc: -Float64FromFloat64(0.23443761696705678),
		},
		27: {
			Finvc: float64(1.257985357514882),
			Flogc: -Float64FromFloat64(0.22951151871518505),
		},
		28: {
			Finvc: float64(1.2518337750655457),
			Flogc: -Float64FromFloat64(0.2246094963439873),
		},
		29: {
			Finvc: float64(1.2457421919097305),
			Flogc: -Float64FromFloat64(0.21973149037705753),
		},
		30: {
			Finvc: float64(1.2397094966625508),
			Flogc: -Float64FromFloat64(0.2148770752847895),
		},
		31: {
			Finvc: float64(1.2337348463589233),
			Flogc: -Float64FromFloat64(0.210046029103637),
		},
		32: {
			Finvc: float64(1.2278176973028803),
			Flogc: -Float64FromFloat64(0.20523836373934046),
		},
		33: {
			Finvc: float64(1.2219570190618474),
			Flogc: -Float64FromFloat64(0.20045368751368642),
		},
		34: {
			Finvc: float64(1.2161519732977757),
			Flogc: -Float64FromFloat64(0.1956917537758045),
		},
		35: {
			Finvc: float64(1.2104018095009725),
			Flogc: -Float64FromFloat64(0.19095237845203883),
		},
		36: {
			Finvc: float64(1.204705805718973),
			Flogc: -Float64FromFloat64(0.18623539250290833),
		},
		37: {
			Finvc: float64(1.1990631185441964),
			Flogc: -Float64FromFloat64(0.18154051731551135),
		},
		38: {
			Finvc: float64(1.1934733004462308),
			Flogc: -Float64FromFloat64(0.1768677957431919),
		},
		39: {
			Finvc: float64(1.1879350812847385),
			Flogc: -Float64FromFloat64(0.17221657406412305),
		},
		40: {
			Finvc: float64(1.1824481322833125),
			Flogc: -Float64FromFloat64(0.16758697765942543),
		},
		41: {
			Finvc: float64(1.1770114976921955),
			Flogc: -Float64FromFloat64(0.16297859687290384),
		},
		42: {
			Finvc: float64(1.1716248121809465),
			Flogc: -Float64FromFloat64(0.15839151377804228),
		},
		43: {
			Finvc: float64(1.1662869231674715),
			Flogc: -Float64FromFloat64(0.15382513241456763),
		},
		44: {
			Finvc: float64(1.1609977486762766),
			Flogc: -Float64FromFloat64(0.14927976358922024),
		},
		45: {
			Finvc: float64(1.1557563220795803),
			Flogc: -Float64FromFloat64(0.14475495398119165),
		},
		46: {
			Finvc: float64(1.1505619105480347),
			Flogc: -Float64FromFloat64(0.14025044090817573),
		},
		47: {
			Finvc: float64(1.1454138888505974),
			Flogc: -Float64FromFloat64(0.1357660466685502),
		},
		48: {
			Finvc: float64(1.140311877374656),
			Flogc: -Float64FromFloat64(0.1313018016355727),
		},
		49: {
			Finvc: float64(1.1352550225747513),
			Flogc: -Float64FromFloat64(0.12685731518763532),
		},
		50: {
			Finvc: float64(1.1302429094831266),
			Flogc: -Float64FromFloat64(0.1224325737671279),
		},
		51: {
			Finvc: float64(1.1252747693068048),
			Flogc: -Float64FromFloat64(0.11802724521862729),
		},
		52: {
			Finvc: float64(1.1203501571039876),
			Flogc: -Float64FromFloat64(0.11364127671663482),
		},
		53: {
			Finvc: float64(1.1154683327680124),
			Flogc: -Float64FromFloat64(0.10927434611278386),
		},
		54: {
			Finvc: float64(1.1106291463292157),
			Flogc: -Float64FromFloat64(0.10492665324943573),
		},
		55: {
			Finvc: float64(1.1058315813301596),
			Flogc: -Float64FromFloat64(0.10059761422644442),
		},
		56: {
			Finvc: float64(1.1010752177696026),
			Flogc: -Float64FromFloat64(0.09628717309055901),
		},
		57: {
			Finvc: float64(1.0963597137952512),
			Flogc: -Float64FromFloat64(0.09199534069557558),
		},
		58: {
			Finvc: float64(1.0916844827550398),
			Flogc: -Float64FromFloat64(0.08772190036688698),
		},
		59: {
			Finvc: float64(1.0870487291277784),
			Flogc: -Float64FromFloat64(0.08346643613867855),
		},
		60: {
			Finvc: float64(1.082452357388312),
			Flogc: -Float64FromFloat64(0.07922916827544668),
		},
		61: {
			Finvc: float64(1.0778948225025884),
			Flogc: -Float64FromFloat64(0.0750099004750382),
		},
		62: {
			Finvc: float64(1.0733751731601076),
			Flogc: -Float64FromFloat64(0.07080805133352897),
		},
		63: {
			Finvc: float64(1.068893585073351),
			Flogc: -Float64FromFloat64(0.06662408085151128),
		},
		64: {
			Finvc: float64(1.0644491706655506),
			Flogc: -Float64FromFloat64(0.06245745471915143),
		},
		65: {
			Finvc: float64(1.0600414846328305),
			Flogc: -Float64FromFloat64(0.0583080438042316),
		},
		66: {
			Finvc: float64(1.0556701316181605),
			Flogc: -Float64FromFloat64(0.05417576112313327),
		},
		67: {
			Finvc: float64(1.051334750556926),
			Flogc: -Float64FromFloat64(0.050060547896805474),
		},
		68: {
			Finvc: float64(1.0470347288442157),
			Flogc: -Float64FromFloat64(0.045962101199052086),
		},
		69: {
			Finvc: float64(1.0427699229652954),
			Flogc: -Float64FromFloat64(0.04188056008865715),
		},
		70: {
			Finvc: float64(1.0385395013738175),
			Flogc: -Float64FromFloat64(0.03781540056183985),
		},
		71: {
			Finvc: float64(1.034343418940345),
			Flogc: -Float64FromFloat64(0.03376684757915882),
		},
		72: {
			Finvc: float64(1.0301811073173315),
			Flogc: -Float64FromFloat64(0.029734619131772888),
		},
		73: {
			Finvc: float64(1.026052043621297),
			Flogc: -Float64FromFloat64(0.025718470239212365),
		},
		74: {
			Finvc: float64(1.0219561082336197),
			Flogc: -Float64FromFloat64(0.021718543925430822),
		},
		75: {
			Finvc: float64(1.0178926505784922),
			Flogc: -Float64FromFloat64(0.01773446126981071),
		},
		76: {
			Finvc: float64(1.0138614436244586),
			Flogc: -Float64FromFloat64(0.013766252464051831),
		},
		77: {
			Finvc: float64(1.0098620186501341),
			Flogc: -Float64FromFloat64(0.009813706322574944),
		},
		78: {
			Finvc: float64(1.0058938559734134),
			Flogc: -Float64FromFloat64(0.005876555150052809),
		},
		79: {
			Finvc: float64(1.00195696235014),
			Flogc: -Float64FromFloat64(0.0019550499938532084),
		},
		80: {
			Finvc: float64(0.9961089923088509),
			Flogc: float64(0.0038985973556009412),
		},
		81: {
			Finvc: float64(0.9884170338185201),
			Flogc: float64(0.011650571286395461),
		},
		82: {
			Finvc: float64(0.9808429191005297),
			Flogc: float64(0.019342955478919066),
		},
		83: {
			Finvc: float64(0.9733840169987446),
			Flogc: float64(0.0269766014846482),
		},
		84: {
			Finvc: float64(0.9660377568876556),
			Flogc: float64(0.034552359728422744),
		},
		85: {
			Finvc: float64(0.9588014945307369),
			Flogc: float64(0.04207121767183253),
		},
		86: {
			Finvc: float64(0.9516728569073111),
			Flogc: float64(0.049533940950141186),
		},
		87: {
			Finvc: float64(0.9446494635965822),
			Flogc: float64(0.056941358295944156),
		},
		88: {
			Finvc: float64(0.9377288993026223),
			Flogc: float64(0.06429439168346107),
		},
		89: {
			Finvc: float64(0.9309091073790681),
			Flogc: float64(0.0715936354946507),
		},
		90: {
			Finvc: float64(0.924187681612722),
			Flogc: float64(0.07884010933776153),
		},
		91: {
			Finvc: float64(0.9175626765599192),
			Flogc: float64(0.08603438905970506),
		},
		92: {
			Finvc: float64(0.9110320403624034),
			Flogc: float64(0.09317721180013905),
		},
		93: {
			Finvc: float64(0.9045935839762024),
			Flogc: float64(0.10026951462748457),
		},
		94: {
			Finvc: float64(0.8982456375922825),
			Flogc: float64(0.10731170956330516),
		},
		95: {
			Finvc: float64(0.8919860966782501),
			Flogc: float64(0.11430473320717738),
		},
		96: {
			Finvc: float64(0.8858131121185129),
			Flogc: float64(0.12124928503033061),
		},
		97: {
			Finvc: float64(0.879725075760676),
			Flogc: float64(0.12814583422959913),
		},
		98: {
			Finvc: float64(0.8737201372634685),
			Flogc: float64(0.1349951636851756),
		},
		99: {
			Finvc: float64(0.8677966405782273),
			Flogc: float64(0.1417978768189414),
		},
		100: {
			Finvc: float64(0.8619528050060739),
			Flogc: float64(0.14855476039031146),
		},
		101: {
			Finvc: float64(0.8561872354420692),
			Flogc: float64(0.1552661937658968),
		},
		102: {
			Finvc: float64(0.8504983927816893),
			Flogc: float64(0.16193275688146969),
		},
		103: {
			Finvc: float64(0.8448844572790304),
			Flogc: float64(0.16855539792220497),
		},
		104: {
			Finvc: float64(0.8393442741575965),
			Flogc: float64(0.1751343179947753),
		},
		105: {
			Finvc: float64(0.8338762249349438),
			Flogc: float64(0.1816702989864325),
		},
		106: {
			Finvc: float64(0.8284789320557778),
			Flogc: float64(0.18816387146023317),
		},
		107: {
			Finvc: float64(0.8231510800065832),
			Flogc: float64(0.1946155228479256),
		},
		108: {
			Finvc: float64(0.8178913903778707),
			Flogc: float64(0.20102572579389744),
		},
		109: {
			Finvc: float64(0.8126984007245374),
			Flogc: float64(0.2073952090795501),
		},
		110: {
			Finvc: float64(0.8075710029460227),
			Flogc: float64(0.21372429840596396),
		},
		111: {
			Finvc: float64(0.8025078881160415),
			Flogc: float64(0.2200135945981856),
		},
		112: {
			Finvc: float64(0.7975077379364331),
			Flogc: float64(0.22626374162859975),
		},
		113: {
			Finvc: float64(0.792569604966373),
			Flogc: float64(0.23247494747693054),
		},
		114: {
			Finvc: float64(0.7876923641254114),
			Flogc: float64(0.23864766620658884),
		},
		115: {
			Finvc: float64(0.7828746724940998),
			Flogc: float64(0.24478265647405806),
		},
		116: {
			Finvc: float64(0.7781155388790811),
			Flogc: float64(0.25088025827324145),
		},
		117: {
			Finvc: float64(0.7734139557869777),
			Flogc: float64(0.2569408552510595),
		},
		118: {
			Finvc: float64(0.7687687179914933),
			Flogc: float64(0.26296511155101143),
		},
		119: {
			Finvc: float64(0.7641790698041854),
			Flogc: float64(0.2689531327189343),
		},
		120: {
			Finvc: float64(0.7596438763692399),
			Flogc: float64(0.27490553924610595),
		},
		121: {
			Finvc: float64(0.7551621951078668),
			Flogc: float64(0.2808227248478943),
		},
		122: {
			Finvc: float64(0.7507331780216866),
			Flogc: float64(0.286704979267256),
		},
		123: {
			Finvc: float64(0.7463557196361751),
			Flogc: float64(0.29255295645509705),
		},
		124: {
			Finvc: float64(0.7420289364869653),
			Flogc: float64(0.2983670386142876),
		},
		125: {
			Finvc: float64(0.7377521537065876),
			Flogc: float64(0.30414734587282055),
		},
		126: {
			Finvc: float64(0.7335242966002608),
			Flogc: float64(0.30989455774829366),
		},
		127: {
			Finvc: float64(0.729344777457841),
			Flogc: float64(0.31560871301871884),
		},
	},
	Ftab2: [128]struct {
		Fchi float64
		Fclo float64
	}{
		0: {
			Fchi: float64(0.6894531274426304),
			Fclo: float64(2.60290652810535e-17),
		},
		1: {
			Fchi: float64(0.6933593811533166),
			Fclo: float64(5.1607448519931415e-17),
		},
		2: {
			Fchi: float64(0.6972656502972674),
			Fclo: float64(5.290672414887869e-17),
		},
		3: {
			Fchi: float64(0.7011718886092148),
			Fclo: float64(7.801030634806013e-18),
		},
		4: {
			Fchi: float64(0.7050781228976939),
			Fclo: -Float64FromFloat64(2.471355337688684e-17),
		},
		5: {
			Fchi: float64(0.7089843887644558),
			Fclo: -Float64FromFloat64(4.6413389636862956e-17),
		},
		6: {
			Fchi: float64(0.7128906815542553),
			Fclo: float64(3.3387408065940366e-17),
		},
		7: {
			Fchi: float64(0.7167968359278303),
			Fclo: -Float64FromFloat64(2.6454587338050098e-17),
		},
		8: {
			Fchi: float64(0.7207031520563163),
			Fclo: float64(2.4284096334522285e-17),
		},
		9: {
			Fchi: float64(0.7246093683054673),
			Fclo: float64(4.85782435031982e-17),
		},
		10: {
			Fchi: float64(0.7285155644718035),
			Fclo: -Float64FromFloat64(1.3014776598894487e-17),
		},
		11: {
			Fchi: float64(0.7324219036935506),
			Fclo: -Float64FromFloat64(1.0402317671225898e-17),
		},
		12: {
			Fchi: float64(0.73632811474659),
			Fclo: float64(3.078291427467431e-17),
		},
		13: {
			Fchi: float64(0.7402343715130797),
			Fclo: -Float64FromFloat64(1.4304998976623033e-17),
		},
		14: {
			Fchi: float64(0.7441405900738403),
			Fclo: -Float64FromFloat64(2.8625955785571303e-17),
		},
		15: {
			Fchi: float64(0.7480468324364),
			Fclo: float64(5.1609093535635645e-17),
		},
		16: {
			Fchi: float64(0.7519531335902885),
			Fclo: float64(4.423423949536319e-17),
		},
		17: {
			Fchi: float64(0.7558594189116706),
			Fclo: -Float64FromFloat64(4.683016762099508e-17),
		},
		18: {
			Fchi: float64(0.7597656365502305),
			Fclo: float64(4.466742007514772e-17),
		},
		19: {
			Fchi: float64(0.7636719350887737),
			Fclo: -Float64FromFloat64(4.8134498775190266e-17),
		},
		20: {
			Fchi: float64(0.767578087670501),
			Fclo: -Float64FromFloat64(4.3371015350542286e-17),
		},
		21: {
			Fchi: float64(0.7714844396979536),
			Fclo: -Float64FromFloat64(2.515644472251707e-17),
		},
		22: {
			Fchi: float64(0.7753905747966752),
			Fclo: -Float64FromFloat64(4.163636184961329e-17),
		},
		23: {
			Fchi: float64(0.7792968686084766),
			Fclo: float64(3.3837161384165165e-17),
		},
		24: {
			Fchi: float64(0.783203182701066),
			Fclo: float64(4.379206565056758e-17),
		},
		25: {
			Fchi: float64(0.7871094109030913),
			Fclo: float64(2.7322930976146396e-17),
		},
		26: {
			Fchi: float64(0.7910155783031153),
			Fclo: -Float64FromFloat64(5.463661225364046e-17),
		},
		27: {
			Fchi: float64(0.7949218121071572),
			Fclo: -Float64FromFloat64(1.4320502634189868e-17),
		},
		28: {
			Fchi: float64(0.7988281031542229),
			Fclo: -Float64FromFloat64(4.0766731402809024e-17),
		},
		29: {
			Fchi: float64(0.8027343109146796),
			Fclo: -Float64FromFloat64(4.0338264352540086e-17),
		},
		30: {
			Fchi: float64(0.8066405901480322),
			Fclo: float64(1.7241428071650815e-18),
		},
		31: {
			Fchi: float64(0.8105469363625933),
			Fclo: -Float64FromFloat64(4.5534218930924523e-17),
		},
		32: {
			Fchi: float64(0.8144531571720115),
			Fclo: float64(1.821216920589142e-17),
		},
		33: {
			Fchi: float64(0.8183593894061396),
			Fclo: float64(4.9864288025894273e-17),
		},
		34: {
			Fchi: float64(0.8222656559018297),
			Fclo: float64(4.335990416726689e-17),
		},
		35: {
			Fchi: float64(0.8261719308006343),
			Fclo: -Float64FromFloat64(5.422001471661127e-17),
		},
		36: {
			Fchi: float64(0.830078177803083),
			Fclo: -Float64FromFloat64(5.333603728929035e-17),
		},
		37: {
			Fchi: float64(0.8339844538076674),
			Fclo: -Float64FromFloat64(1.1270648442682386e-17),
		},
		38: {
			Fchi: float64(0.8378905498984414),
			Fclo: -Float64FromFloat64(3.165126734800398e-17),
		},
		39: {
			Fchi: float64(0.8417968420618669),
			Fclo: float64(1.1286283062565865e-17),
		},
		40: {
			Fchi: float64(0.8457030568173808),
			Fclo: float64(5.643595964448442e-18),
		},
		41: {
			Fchi: float64(0.8496093725173733),
			Fclo: -Float64FromFloat64(2.1687834632368187e-17),
		},
		42: {
			Fchi: float64(0.8535155534462677),
			Fclo: -Float64FromFloat64(2.2548234217914977e-17),
		},
		43: {
			Fchi: float64(0.8574219432077146),
			Fclo: float64(4.683260556353139e-17),
		},
		44: {
			Fchi: float64(0.8613281129443706),
			Fclo: float64(2.5148296884122795e-17),
		},
		45: {
			Fchi: float64(0.8652342893532053),
			Fclo: -Float64FromFloat64(8.672187570949467e-18),
		},
		46: {
			Fchi: float64(0.8691405397938828),
			Fclo: -Float64FromFloat64(1.2576268285559751e-17),
		},
		47: {
			Fchi: float64(0.8730468608194392),
			Fclo: -Float64FromFloat64(2.9930851265148e-17),
		},
		48: {
			Fchi: float64(0.8769530685783117),
			Fclo: float64(4.814801507681644e-17),
		},
		49: {
			Fchi: float64(0.8808593488818101),
			Fclo: -Float64FromFloat64(9.10549533611022e-18),
		},
		50: {
			Fchi: float64(0.8847655593409667),
			Fclo: -Float64FromFloat64(3.512414651620766e-17),
		},
		51: {
			Fchi: float64(0.888671840226208),
			Fclo: float64(3.555261815374023e-17),
		},
		52: {
			Fchi: float64(0.8925780870017613),
			Fclo: float64(1.692380503540994e-17),
		},
		53: {
			Fchi: float64(0.8964844367374554),
			Fclo: -Float64FromFloat64(1.0837881791715702e-17),
		},
		54: {
			Fchi: float64(0.9003905608862683),
			Fclo: float64(5.2900545724138363e-17),
		},
		55: {
			Fchi: float64(0.9042968358682077),
			Fclo: float64(5.3330721088784517e-17),
		},
		56: {
			Fchi: float64(0.9082031671057441),
			Fclo: float64(1.8640040753232978e-17),
		},
		57: {
			Fchi: float64(0.9121093993305497),
			Fclo: float64(4.467972832054075e-17),
		},
		58: {
			Fchi: float64(0.9160155849026457),
			Fclo: -Float64FromFloat64(5.216213419585033e-18),
		},
		59: {
			Fchi: float64(0.9199219622862499),
			Fclo: -Float64FromFloat64(2.7324731032846873e-17),
		},
		60: {
			Fchi: float64(0.9238281880717143),
			Fclo: -Float64FromFloat64(1.7769263393434193e-17),
		},
		61: {
			Fchi: float64(0.9277343012727929),
			Fclo: float64(4.943363080817441e-17),
		},
		62: {
			Fchi: float64(0.9316407021562788),
			Fclo: float64(4.164434042024055e-17),
		},
		63: {
			Fchi: float64(0.935546825207466),
			Fclo: float64(1.3011820859795741e-17),
		},
		64: {
			Fchi: float64(0.9394530312562943),
			Fclo: -Float64FromFloat64(2.7332907838481398e-17),
		},
		65: {
			Fchi: float64(0.9433593066844669),
			Fclo: float64(2.342133170803292e-17),
		},
		66: {
			Fchi: float64(0.9472655994038329),
			Fclo: float64(1.6478717480487438e-17),
		},
		67: {
			Fchi: float64(0.9511718313032721),
			Fclo: -Float64FromFloat64(5.19608290131499e-18),
		},
		68: {
			Fchi: float64(0.9550781578218178),
			Fclo: -Float64FromFloat64(3.5565573220579e-17),
		},
		69: {
			Fchi: float64(0.9589843147339043),
			Fclo: float64(2.0816772146458738e-17),
		},
		70: {
			Fchi: float64(0.9628906735633685),
			Fclo: -Float64FromFloat64(3.471962826146841e-18),
		},
		71: {
			Fchi: float64(0.9667968893972092),
			Fclo: -Float64FromFloat64(3.68646834472642e-17),
		},
		72: {
			Fchi: float64(0.9707031054025779),
			Fclo: -Float64FromFloat64(3.4674108076868834e-18),
		},
		73: {
			Fchi: float64(0.9746094325494931),
			Fclo: float64(4.598152624774392e-17),
		},
		74: {
			Fchi: float64(0.9785156054582722),
			Fclo: float64(4.553145752392568e-17),
		},
		75: {
			Fchi: float64(0.9824218687812282),
			Fclo: -Float64FromFloat64(7.811259169418978e-18),
		},
		76: {
			Fchi: float64(0.9863280690752917),
			Fclo: float64(2.0375615178047467e-17),
		},
		77: {
			Fchi: float64(0.9902342909546034),
			Fclo: -Float64FromFloat64(1.344597043422914e-17),
		},
		78: {
			Fchi: float64(0.9941406780264008),
			Fclo: float64(1.51853723695054e-17),
		},
		79: {
			Fchi: float64(0.9980468598715558),
			Fclo: -Float64FromFloat64(1.301926039598001e-17),
		},
		80: {
			Fchi: float64(1.0039062067717412),
			Fclo: -Float64FromFloat64(4.596120641744973e-17),
		},
		81: {
			Fchi: float64(1.0117187035281372),
			Fclo: -Float64FromFloat64(8.152405002665349e-17),
		},
		82: {
			Fchi: float64(1.0195312424919558),
			Fclo: float64(8.239927014757811e-17),
		},
		83: {
			Fchi: float64(1.0273437641634193),
			Fclo: float64(3.122851005327045e-17),
		},
		84: {
			Fchi: float64(1.0351562274561221),
			Fclo: -Float64FromFloat64(1.3010212611128995e-17),
		},
		85: {
			Fchi: float64(1.0429687539123276),
			Fclo: -Float64FromFloat64(5.984116688633458e-17),
		},
		86: {
			Fchi: float64(1.0507812561238108),
			Fclo: float64(2.860923854822335e-17),
		},
		87: {
			Fchi: float64(1.0585937308350133),
			Fclo: -Float64FromFloat64(1.9962944508904598e-17),
		},
		88: {
			Fchi: float64(1.0664062936992642),
			Fclo: float64(5.291469130309099e-17),
		},
		89: {
			Fchi: float64(1.0742187309945372),
			Fclo: float64(1.0321575006732523e-16),
		},
		90: {
			Fchi: float64(1.082031301537134),
			Fclo: float64(9.021194373419119e-17),
		},
		91: {
			Fchi: float64(1.0898438063644336),
			Fclo: float64(5.202798992357953e-17),
		},
		92: {
			Fchi: float64(1.0976562356711468),
			Fclo: float64(5.898318482500785e-17),
		},
		93: {
			Fchi: float64(1.1054688179463226),
			Fclo: float64(8.846377690653252e-17),
		},
		94: {
			Fchi: float64(1.113281220803328),
			Fclo: -Float64FromFloat64(9.529455965212574e-18),
		},
		95: {
			Fchi: float64(1.1210937073167315),
			Fclo: float64(6.765080709377787e-17),
		},
		96: {
			Fchi: float64(1.1289062967338532),
			Fclo: float64(1.0929327370933015e-16),
		},
		97: {
			Fchi: float64(1.1367187631150848),
			Fclo: float64(6.938570551230516e-17),
		},
		98: {
			Fchi: float64(1.1445312490244826),
			Fclo: float64(1.908841015045148e-17),
		},
		99: {
			Fchi: float64(1.1523437096203593),
			Fclo: float64(2.7744504138979832e-17),
		},
		100: {
			Fchi: float64(1.1601563266482477),
			Fclo: -Float64FromFloat64(1.5621964097491672e-17),
		},
		101: {
			Fchi: float64(1.1679688257483505),
			Fclo: -Float64FromFloat64(6.4191661495975e-17),
		},
		102: {
			Fchi: float64(1.1757811754697645),
			Fclo: -Float64FromFloat64(4.336465165059268e-17),
		},
		103: {
			Fchi: float64(1.183593793665613),
			Fclo: -Float64FromFloat64(3.8159292551356396e-17),
		},
		104: {
			Fchi: float64(1.1914062331617676),
			Fclo: -Float64FromFloat64(2.94933042768015e-17),
		},
		105: {
			Fchi: float64(1.1992187450577771),
			Fclo: -Float64FromFloat64(6.244142916351348e-17),
		},
		106: {
			Fchi: float64(1.2070312971249755),
			Fclo: float64(7.458644622627413e-17),
		},
		107: {
			Fchi: float64(1.2148438169965134),
			Fclo: float64(2.7760519266147807e-17),
		},
		108: {
			Fchi: float64(1.222656225220801),
			Fclo: -Float64FromFloat64(7.025106921079665e-17),
		},
		109: {
			Fchi: float64(1.2304687681290862),
			Fclo: float64(3.7292622364618835e-17),
		},
		110: {
			Fchi: float64(1.2382812116234925),
			Fclo: float64(2.2558949940652082e-17),
		},
		111: {
			Fchi: float64(1.2460936706149877),
			Fclo: float64(8.499368944400665e-17),
		},
		112: {
			Fchi: float64(1.2539063289686938),
			Fclo: float64(1.039515474644361e-17),
		},
		113: {
			Fchi: float64(1.2617188367227732),
			Fclo: float64(3.297262223275499e-17),
		},
		114: {
			Fchi: float64(1.2695311590462317),
			Fclo: float64(4.509883253594155e-17),
		},
		115: {
			Fchi: float64(1.277343660657941),
			Fclo: -Float64FromFloat64(7.546987371769545e-17),
		},
		116: {
			Fchi: float64(1.2851561882963496),
			Fclo: float64(9.454295598818184e-17),
		},
		117: {
			Fchi: float64(1.2929686521915196),
			Fclo: -Float64FromFloat64(7.28545609119749e-17),
		},
		118: {
			Fchi: float64(1.3007813359167737),
			Fclo: -Float64FromFloat64(8.934357651462802e-17),
		},
		119: {
			Fchi: float64(1.3085938093753886),
			Fclo: float64(8.15257059458102e-17),
		},
		120: {
			Fchi: float64(1.3164063202609564),
			Fclo: float64(6.946341460765881e-18),
		},
		121: {
			Fchi: float64(1.3242188320313901),
			Fclo: -Float64FromFloat64(7.892731380721676e-17),
		},
		122: {
			Fchi: float64(1.3320311786874468),
			Fclo: -Float64FromFloat64(4.3384657500713545e-17),
		},
		123: {
			Fchi: float64(1.3398436880573092),
			Fclo: float64(9.627577954598792e-17),
		},
		124: {
			Fchi: float64(1.3476563390295309),
			Fclo: float64(4.2492400590204517e-17),
		},
		125: {
			Fchi: float64(1.3554687641043626),
			Fclo: -Float64FromFloat64(1.0843419551446047e-16),
		},
		126: {
			Fchi: float64(1.3632813590971713),
			Fclo: -Float64FromFloat64(8.50172782472025e-17),
		},
		127: {
			Fchi: float64(1.3710936595522603),
			Fclo: -Float64FromFloat64(7.110627206162922e-17),
		},
	},
}
View Source
var X__logf_data = Tlogf_data{
	Ftab: [16]struct {
		Finvc float64
		Flogc float64
	}{
		0: {
			Finvc: float64(1.398907162146528),
			Flogc: -Float64FromFloat64(0.33569133332882284),
		},
		1: {
			Finvc: float64(1.3403141896637998),
			Flogc: -Float64FromFloat64(0.2929040563774074),
		},
		2: {
			Finvc: float64(1.286432210124115),
			Flogc: -Float64FromFloat64(0.2518726580937369),
		},
		3: {
			Finvc: float64(1.2367150214269895),
			Flogc: -Float64FromFloat64(0.21245868807117255),
		},
		4: {
			Finvc: float64(1.1906977166711752),
			Flogc: -Float64FromFloat64(0.17453945183745634),
		},
		5: {
			Finvc: float64(1.1479821020556429),
			Flogc: -Float64FromFloat64(0.1380057072319758),
		},
		6: {
			Finvc: float64(1.1082251448272158),
			Flogc: -Float64FromFloat64(0.10275976698545139),
		},
		7: {
			Finvc: float64(1.0711297413057381),
			Flogc: -Float64FromFloat64(0.06871392447020525),
		},
		8: {
			Finvc: float64(1.036437278977283),
			Flogc: -Float64FromFloat64(0.0357891387398228),
		},
		9: {
			Finvc: float64(1),
		},
		10: {
			Finvc: float64(0.9492859795739057),
			Flogc: float64(0.05204517742929496),
		},
		11: {
			Finvc: float64(0.8951049428609004),
			Flogc: float64(0.11081431298787942),
		},
		12: {
			Finvc: float64(0.8476821620351103),
			Flogc: float64(0.1652495223695143),
		},
		13: {
			Finvc: float64(0.8050314851692001),
			Flogc: float64(0.21687389031699977),
		},
		14: {
			Finvc: float64(0.7664671008843108),
			Flogc: float64(0.2659635028121397),
		},
		15: {
			Finvc: float64(0.731428603316328),
			Flogc: float64(0.3127556664073557),
		},
	},
	Fln2: float64(0.6931471805599453),
	Fpoly: [3]float64{
		0: -Float64FromFloat64(0.25089342214237154),
		1: float64(0.333456765744066),
		2: -Float64FromFloat64(0.4999997485802103),
	},
}
View Source
var X__optpos int32
View Source
var X__pow_log_data = Tpow_log_data{
	Fln2hi: float64(0.6931471805598903),
	Fln2lo: float64(5.497923018708371e-14),
	Fpoly: [7]float64{
		0: -Float64FromFloat64(0.5),
		1: Float64FromFloat64(0.3333333333333339) * float64(-Int32FromInt32(2)),
		2: -Float64FromFloat64(0.25000000000000033) * float64(-Int32FromInt32(2)),
		3: Float64FromFloat64(0.1999999998830994) * Float64FromInt32(4),
		4: -Float64FromFloat64(0.16666666658719348) * Float64FromInt32(4),
		5: Float64FromFloat64(0.14286370355743763) * float64(-Int32FromInt32(8)),
		6: -Float64FromFloat64(0.12500519079594427) * float64(-Int32FromInt32(8)),
	},
	Ftab: [128]struct {
		Finvc     float64
		Fpad      float64
		Flogc     float64
		Flogctail float64
	}{
		0: {
			Finvc:     float64(1.4140625),
			Flogc:     -Float64FromFloat64(0.3464667673462145),
			Flogctail: float64(5.929407345889625e-15),
		},
		1: {
			Finvc:     float64(1.40625),
			Flogc:     -Float64FromFloat64(0.34092658697056777),
			Flogctail: -Float64FromFloat64(2.544157440035963e-14),
		},
		2: {
			Finvc:     float64(1.3984375),
			Flogc:     -Float64FromFloat64(0.3353555419211034),
			Flogctail: -Float64FromFloat64(3.443525940775045e-14),
		},
		3: {
			Finvc:     float64(1.390625),
			Flogc:     -Float64FromFloat64(0.3297532863724655),
			Flogctail: -Float64FromFloat64(2.500123826022799e-15),
		},
		4: {
			Finvc:     float64(1.3828125),
			Flogc:     -Float64FromFloat64(0.32411946865420305),
			Flogctail: -Float64FromFloat64(8.929337133850617e-15),
		},
		5: {
			Finvc:     float64(1.375),
			Flogc:     -Float64FromFloat64(0.31845373111855224),
			Flogctail: float64(1.7625431312172662e-14),
		},
		6: {
			Finvc:     float64(1.3671875),
			Flogc:     -Float64FromFloat64(0.31275571000389846),
			Flogctail: float64(1.5688303180062087e-15),
		},
		7: {
			Finvc:     float64(1.359375),
			Flogc:     -Float64FromFloat64(0.3070250352949415),
			Flogctail: float64(2.9655274673691784e-14),
		},
		8: {
			Finvc:     float64(1.3515625),
			Flogc:     -Float64FromFloat64(0.3012613305781997),
			Flogctail: float64(3.7923164802093147e-14),
		},
		9: {
			Finvc:     float64(1.34375),
			Flogc:     -Float64FromFloat64(0.2954642128938758),
			Flogctail: float64(3.993416384387844e-14),
		},
		10: {
			Finvc:     float64(1.3359375),
			Flogc:     -Float64FromFloat64(0.28963329258306203),
			Flogctail: float64(1.9352855826489123e-14),
		},
		11: {
			Finvc:     float64(1.3359375),
			Flogc:     -Float64FromFloat64(0.28963329258306203),
			Flogctail: float64(1.9352855826489123e-14),
		},
		12: {
			Finvc:     float64(1.328125),
			Flogc:     -Float64FromFloat64(0.28376817313062475),
			Flogctail: -Float64FromFloat64(1.9852665484979036e-14),
		},
		13: {
			Finvc:     float64(1.3203125),
			Flogc:     -Float64FromFloat64(0.27786845100342816),
			Flogctail: -Float64FromFloat64(2.814323765595281e-14),
		},
		14: {
			Finvc:     float64(1.3125),
			Flogc:     -Float64FromFloat64(0.2719337154836694),
			Flogctail: float64(2.7643769993528702e-14),
		},
		15: {
			Finvc:     float64(1.3046875),
			Flogc:     -Float64FromFloat64(0.2659635484970977),
			Flogctail: -Float64FromFloat64(4.025092402293806e-14),
		},
		16: {
			Finvc:     float64(1.296875),
			Flogc:     -Float64FromFloat64(0.25995752443691345),
			Flogctail: -Float64FromFloat64(1.2621729398885316e-14),
		},
		17: {
			Finvc:     float64(1.2890625),
			Flogc:     -Float64FromFloat64(0.25391520998095984),
			Flogctail: -Float64FromFloat64(3.600176732637335e-15),
		},
		18: {
			Finvc:     float64(1.2890625),
			Flogc:     -Float64FromFloat64(0.25391520998095984),
			Flogctail: -Float64FromFloat64(3.600176732637335e-15),
		},
		19: {
			Finvc:     float64(1.28125),
			Flogc:     -Float64FromFloat64(0.2478361639045943),
			Flogctail: float64(1.3029797173308663e-14),
		},
		20: {
			Finvc:     float64(1.2734375),
			Flogc:     -Float64FromFloat64(0.2417199368871934),
			Flogctail: float64(4.8230289429940886e-14),
		},
		21: {
			Finvc:     float64(1.265625),
			Flogc:     -Float64FromFloat64(0.23556607131274632),
			Flogctail: -Float64FromFloat64(2.0592242769647135e-14),
		},
		22: {
			Finvc:     float64(1.2578125),
			Flogc:     -Float64FromFloat64(0.22937410106487732),
			Flogctail: float64(3.149265065191484e-14),
		},
		23: {
			Finvc:     float64(1.25),
			Flogc:     -Float64FromFloat64(0.22314355131425145),
			Flogctail: float64(4.169796584527195e-14),
		},
		24: {
			Finvc:     float64(1.25),
			Flogc:     -Float64FromFloat64(0.22314355131425145),
			Flogctail: float64(4.169796584527195e-14),
		},
		25: {
			Finvc:     float64(1.2421875),
			Flogc:     -Float64FromFloat64(0.21687393830063684),
			Flogctail: float64(2.2477465222466186e-14),
		},
		26: {
			Finvc:     float64(1.234375),
			Flogc:     -Float64FromFloat64(0.21056476910735),
			Flogctail: float64(3.6507188831790577e-16),
		},
		27: {
			Finvc:     float64(1.2265625),
			Flogc:     -Float64FromFloat64(0.2042155414286526),
			Flogctail: -Float64FromFloat64(3.827767260205414e-14),
		},
		28: {
			Finvc:     float64(1.2265625),
			Flogc:     -Float64FromFloat64(0.2042155414286526),
			Flogctail: -Float64FromFloat64(3.827767260205414e-14),
		},
		29: {
			Finvc:     float64(1.21875),
			Flogc:     -Float64FromFloat64(0.19782574332987224),
			Flogctail: -Float64FromFloat64(4.7641388950792196e-14),
		},
		30: {
			Finvc:     float64(1.2109375),
			Flogc:     -Float64FromFloat64(0.19139485299967873),
			Flogctail: float64(4.9278276214647115e-14),
		},
		31: {
			Finvc:     float64(1.203125),
			Flogc:     -Float64FromFloat64(0.18492233849406148),
			Flogctail: float64(4.9485167661250996e-14),
		},
		32: {
			Finvc:     float64(1.203125),
			Flogc:     -Float64FromFloat64(0.18492233849406148),
			Flogctail: float64(4.9485167661250996e-14),
		},
		33: {
			Finvc:     float64(1.1953125),
			Flogc:     -Float64FromFloat64(0.1784076574728033),
			Flogctail: -Float64FromFloat64(1.5003333854266542e-14),
		},
		34: {
			Finvc:     float64(1.1875),
			Flogc:     -Float64FromFloat64(0.17185025692663203),
			Flogctail: -Float64FromFloat64(2.7194441649495324e-14),
		},
		35: {
			Finvc:     float64(1.1875),
			Flogc:     -Float64FromFloat64(0.17185025692663203),
			Flogctail: -Float64FromFloat64(2.7194441649495324e-14),
		},
		36: {
			Finvc:     float64(1.1796875),
			Flogc:     -Float64FromFloat64(0.1652495728952772),
			Flogctail: -Float64FromFloat64(2.99659267292569e-14),
		},
		37: {
			Finvc:     float64(1.171875),
			Flogc:     -Float64FromFloat64(0.15860503017665906),
			Flogctail: float64(2.0472357800461955e-14),
		},
		38: {
			Finvc:     float64(1.171875),
			Flogc:     -Float64FromFloat64(0.15860503017665906),
			Flogctail: float64(2.0472357800461955e-14),
		},
		39: {
			Finvc:     float64(1.1640625),
			Flogc:     -Float64FromFloat64(0.15191604202584585),
			Flogctail: float64(3.879296723063646e-15),
		},
		40: {
			Finvc:     float64(1.15625),
			Flogc:     -Float64FromFloat64(0.1451820098444614),
			Flogctail: -Float64FromFloat64(3.6506824353335045e-14),
		},
		41: {
			Finvc:     float64(1.1484375),
			Flogc:     -Float64FromFloat64(0.13840232285906495),
			Flogctail: -Float64FromFloat64(5.4183331379008994e-14),
		},
		42: {
			Finvc:     float64(1.1484375),
			Flogc:     -Float64FromFloat64(0.13840232285906495),
			Flogctail: -Float64FromFloat64(5.4183331379008994e-14),
		},
		43: {
			Finvc:     float64(1.140625),
			Flogc:     -Float64FromFloat64(0.131576357788731),
			Flogctail: float64(1.1729485484531301e-14),
		},
		44: {
			Finvc:     float64(1.140625),
			Flogc:     -Float64FromFloat64(0.131576357788731),
			Flogctail: float64(1.1729485484531301e-14),
		},
		45: {
			Finvc:     float64(1.1328125),
			Flogc:     -Float64FromFloat64(0.12470347850091912),
			Flogctail: -Float64FromFloat64(3.811763084710266e-14),
		},
		46: {
			Finvc:     float64(1.125),
			Flogc:     -Float64FromFloat64(0.11778303565643),
			Flogctail: float64(4.654729747598445e-14),
		},
		47: {
			Finvc:     float64(1.125),
			Flogc:     -Float64FromFloat64(0.11778303565643),
			Flogctail: float64(4.654729747598445e-14),
		},
		48: {
			Finvc:     float64(1.1171875),
			Flogc:     -Float64FromFloat64(0.11081436634026431),
			Flogctail: -Float64FromFloat64(2.5799991283069902e-14),
		},
		49: {
			Finvc:     float64(1.109375),
			Flogc:     -Float64FromFloat64(0.10379679368168127),
			Flogctail: float64(3.7700471749674615e-14),
		},
		50: {
			Finvc:     float64(1.109375),
			Flogc:     -Float64FromFloat64(0.10379679368168127),
			Flogctail: float64(3.7700471749674615e-14),
		},
		51: {
			Finvc:     float64(1.1015625),
			Flogc:     -Float64FromFloat64(0.09672962645856842),
			Flogctail: float64(1.7306161136093256e-14),
		},
		52: {
			Finvc:     float64(1.1015625),
			Flogc:     -Float64FromFloat64(0.09672962645856842),
			Flogctail: float64(1.7306161136093256e-14),
		},
		53: {
			Finvc:     float64(1.09375),
			Flogc:     -Float64FromFloat64(0.089612158689647),
			Flogctail: -Float64FromFloat64(4.012913552726574e-14),
		},
		54: {
			Finvc:     float64(1.0859375),
			Flogc:     -Float64FromFloat64(0.08244366921110213),
			Flogctail: float64(2.7541708360737882e-14),
		},
		55: {
			Finvc:     float64(1.0859375),
			Flogc:     -Float64FromFloat64(0.08244366921110213),
			Flogctail: float64(2.7541708360737882e-14),
		},
		56: {
			Finvc:     float64(1.078125),
			Flogc:     -Float64FromFloat64(0.07522342123763792),
			Flogctail: float64(5.0396178134370583e-14),
		},
		57: {
			Finvc:     float64(1.078125),
			Flogc:     -Float64FromFloat64(0.07522342123763792),
			Flogctail: float64(5.0396178134370583e-14),
		},
		58: {
			Finvc:     float64(1.0703125),
			Flogc:     -Float64FromFloat64(0.06795066190852594),
			Flogctail: float64(1.8195060030168815e-14),
		},
		59: {
			Finvc:     float64(1.0625),
			Flogc:     -Float64FromFloat64(0.06062462181648698),
			Flogctail: float64(5.213620639136504e-14),
		},
		60: {
			Finvc:     float64(1.0625),
			Flogc:     -Float64FromFloat64(0.06062462181648698),
			Flogctail: float64(5.213620639136504e-14),
		},
		61: {
			Finvc:     float64(1.0546875),
			Flogc:     -Float64FromFloat64(0.053244514518837605),
			Flogctail: float64(2.532168943117445e-14),
		},
		62: {
			Finvc:     float64(1.0546875),
			Flogc:     -Float64FromFloat64(0.053244514518837605),
			Flogctail: float64(2.532168943117445e-14),
		},
		63: {
			Finvc:     float64(1.046875),
			Flogc:     -Float64FromFloat64(0.045809536031242715),
			Flogctail: -Float64FromFloat64(5.148849572685811e-14),
		},
		64: {
			Finvc:     float64(1.046875),
			Flogc:     -Float64FromFloat64(0.045809536031242715),
			Flogctail: -Float64FromFloat64(5.148849572685811e-14),
		},
		65: {
			Finvc:     float64(1.0390625),
			Flogc:     -Float64FromFloat64(0.038318864302141264),
			Flogctail: float64(4.6652946995830086e-15),
		},
		66: {
			Finvc:     float64(1.0390625),
			Flogc:     -Float64FromFloat64(0.038318864302141264),
			Flogctail: float64(4.6652946995830086e-15),
		},
		67: {
			Finvc:     float64(1.03125),
			Flogc:     -Float64FromFloat64(0.03077165866670839),
			Flogctail: -Float64FromFloat64(4.529814257790929e-14),
		},
		68: {
			Finvc:     float64(1.03125),
			Flogc:     -Float64FromFloat64(0.03077165866670839),
			Flogctail: -Float64FromFloat64(4.529814257790929e-14),
		},
		69: {
			Finvc:     float64(1.0234375),
			Flogc:     -Float64FromFloat64(0.023167059281490765),
			Flogctail: -Float64FromFloat64(4.361324067851568e-14),
		},
		70: {
			Finvc:     float64(1.015625),
			Flogc:     -Float64FromFloat64(0.015504186535963527),
			Flogctail: -Float64FromFloat64(1.7274567499706107e-15),
		},
		71: {
			Finvc:     float64(1.015625),
			Flogc:     -Float64FromFloat64(0.015504186535963527),
			Flogctail: -Float64FromFloat64(1.7274567499706107e-15),
		},
		72: {
			Finvc:     float64(1.0078125),
			Flogc:     -Float64FromFloat64(0.0077821404420319595),
			Flogctail: -Float64FromFloat64(2.298941004620351e-14),
		},
		73: {
			Finvc:     float64(1.0078125),
			Flogc:     -Float64FromFloat64(0.0077821404420319595),
			Flogctail: -Float64FromFloat64(2.298941004620351e-14),
		},
		74: {
			Finvc: float64(1),
		},
		75: {
			Finvc: float64(1),
		},
		76: {
			Finvc:     float64(0.9921875),
			Flogc:     float64(0.007843177461040796),
			Flogctail: -Float64FromFloat64(1.4902732911301337e-14),
		},
		77: {
			Finvc:     float64(0.984375),
			Flogc:     float64(0.01574835696817445),
			Flogctail: -Float64FromFloat64(3.527980389655325e-14),
		},
		78: {
			Finvc:     float64(0.9765625),
			Flogc:     float64(0.023716526617363343),
			Flogctail: -Float64FromFloat64(4.730054772033249e-14),
		},
		79: {
			Finvc:     float64(0.96875),
			Flogc:     float64(0.03174869831457272),
			Flogctail: float64(7.580310369375161e-15),
		},
		80: {
			Finvc:     float64(0.9609375),
			Flogc:     float64(0.039845908547249564),
			Flogctail: -Float64FromFloat64(4.9893776716773285e-14),
		},
		81: {
			Finvc:     float64(0.953125),
			Flogc:     float64(0.048009219186383234),
			Flogctail: -Float64FromFloat64(2.262629393030674e-14),
		},
		82: {
			Finvc:     float64(0.9453125),
			Flogc:     float64(0.056239718322899535),
			Flogctail: -Float64FromFloat64(2.345674491018699e-14),
		},
		83: {
			Finvc:     float64(0.94140625),
			Flogc:     float64(0.06038051098892083),
			Flogctail: -Float64FromFloat64(1.3352588834854848e-14),
		},
		84: {
			Finvc:     float64(0.93359375),
			Flogc:     float64(0.06871389254808946),
			Flogctail: -Float64FromFloat64(3.765296820388875e-14),
		},
		85: {
			Finvc:     float64(0.92578125),
			Flogc:     float64(0.07711730334438016),
			Flogctail: float64(5.1128335719851986e-14),
		},
		86: {
			Finvc:     float64(0.91796875),
			Flogc:     float64(0.08559193033545398),
			Flogctail: -Float64FromFloat64(5.046674438470119e-14),
		},
		87: {
			Finvc:     float64(0.9140625),
			Flogc:     float64(0.08985632912185793),
			Flogctail: float64(3.1218748807418837e-15),
		},
		88: {
			Finvc:     float64(0.90625),
			Flogc:     float64(0.09844007281321865),
			Flogctail: float64(3.3871241029241416e-14),
		},
		89: {
			Finvc:     float64(0.8984375),
			Flogc:     float64(0.10709813555638448),
			Flogctail: -Float64FromFloat64(1.7376727386423858e-14),
		},
		90: {
			Finvc:     float64(0.89453125),
			Flogc:     float64(0.11145544092528326),
			Flogctail: float64(3.957125899799804e-14),
		},
		91: {
			Finvc:     float64(0.88671875),
			Flogc:     float64(0.12022742699821265),
			Flogctail: -Float64FromFloat64(5.2849453521890294e-14),
		},
		92: {
			Finvc:     float64(0.8828125),
			Flogc:     float64(0.12464244520731427),
			Flogctail: -Float64FromFloat64(3.767012502308738e-14),
		},
		93: {
			Finvc:     float64(0.875),
			Flogc:     float64(0.13353139262449076),
			Flogctail: float64(3.1859736349078334e-14),
		},
		94: {
			Finvc:     float64(0.87109375),
			Flogc:     float64(0.13800567301939282),
			Flogctail: float64(5.0900642926060466e-14),
		},
		95: {
			Finvc:     float64(0.86328125),
			Flogc:     float64(0.14701474296180095),
			Flogctail: float64(8.710783796122478e-15),
		},
		96: {
			Finvc:     float64(0.859375),
			Flogc:     float64(0.15154989812720032),
			Flogctail: float64(6.157896229122976e-16),
		},
		97: {
			Finvc:     float64(0.8515625),
			Flogc:     float64(0.16068238169043525),
			Flogctail: float64(3.821577743916796e-14),
		},
		98: {
			Finvc:     float64(0.84765625),
			Flogc:     float64(0.16528009093906348),
			Flogctail: float64(3.9440046718453496e-14),
		},
		99: {
			Finvc:     float64(0.83984375),
			Flogc:     float64(0.17453941635187675),
			Flogctail: float64(2.2924522154618074e-14),
		},
		100: {
			Finvc:     float64(0.8359375),
			Flogc:     float64(0.17920142945774842),
			Flogctail: -Float64FromFloat64(3.742530094732263e-14),
		},
		101: {
			Finvc:     float64(0.83203125),
			Flogc:     float64(0.18388527877016259),
			Flogctail: -Float64FromFloat64(2.5223102140407338e-14),
		},
		102: {
			Finvc:     float64(0.82421875),
			Flogc:     float64(0.1933193110035063),
			Flogctail: -Float64FromFloat64(1.0320443688698849e-14),
		},
		103: {
			Finvc:     float64(0.8203125),
			Flogc:     float64(0.19806991376208316),
			Flogctail: float64(1.0634128304268335e-14),
		},
		104: {
			Finvc:     float64(0.8125),
			Flogc:     float64(0.20763936477828793),
			Flogctail: -Float64FromFloat64(4.3425422595242564e-14),
		},
		105: {
			Finvc:     float64(0.80859375),
			Flogc:     float64(0.21245865121420593),
			Flogctail: -Float64FromFloat64(1.2527395755711364e-14),
		},
		106: {
			Finvc:     float64(0.8046875),
			Flogc:     float64(0.21730127569003344),
			Flogctail: -Float64FromFloat64(5.204008743405884e-14),
		},
		107: {
			Finvc:     float64(0.80078125),
			Flogc:     float64(0.22216746534115828),
			Flogctail: -Float64FromFloat64(3.979844515951702e-15),
		},
		108: {
			Finvc:     float64(0.79296875),
			Flogc:     float64(0.2319714654378231),
			Flogctail: -Float64FromFloat64(4.7955860343296286e-14),
		},
		109: {
			Finvc:     float64(0.7890625),
			Flogc:     float64(0.2369097470783572),
			Flogctail: float64(5.015686013791602e-16),
		},
		110: {
			Finvc:     float64(0.78515625),
			Flogc:     float64(0.24187253642048745),
			Flogctail: -Float64FromFloat64(7.252318953240293e-16),
		},
		111: {
			Finvc:     float64(0.78125),
			Flogc:     float64(0.2468600779315011),
			Flogctail: float64(2.4688324156011588e-14),
		},
		112: {
			Finvc:     float64(0.7734375),
			Flogc:     float64(0.2569104137850218),
			Flogctail: float64(5.465121253624792e-15),
		},
		113: {
			Finvc:     float64(0.76953125),
			Flogc:     float64(0.26197371574153294),
			Flogctail: float64(4.102651071698446e-14),
		},
		114: {
			Finvc:     float64(0.765625),
			Flogc:     float64(0.2670627852490952),
			Flogctail: -Float64FromFloat64(4.996736502345936e-14),
		},
		115: {
			Finvc:     float64(0.76171875),
			Flogc:     float64(0.27217788591576664),
			Flogctail: float64(4.903580708156347e-14),
		},
		116: {
			Finvc:     float64(0.7578125),
			Flogc:     float64(0.27731928541618345),
			Flogctail: float64(5.089628039500759e-14),
		},
		117: {
			Finvc:     float64(0.75390625),
			Flogc:     float64(0.28248725557466514),
			Flogctail: float64(1.1782016386565151e-14),
		},
		118: {
			Finvc:     float64(0.74609375),
			Flogc:     float64(0.29290401643288533),
			Flogctail: float64(4.727452940514406e-14),
		},
		119: {
			Finvc:     float64(0.7421875),
			Flogc:     float64(0.29815337231912054),
			Flogctail: -Float64FromFloat64(4.4204083338755686e-14),
		},
		120: {
			Finvc:     float64(0.73828125),
			Flogc:     float64(0.3034304294199046),
			Flogctail: float64(1.548345993498083e-14),
		},
		121: {
			Finvc:     float64(0.734375),
			Flogc:     float64(0.30873548164959175),
			Flogctail: float64(2.1522127491642888e-14),
		},
		122: {
			Finvc:     float64(0.73046875),
			Flogc:     float64(0.3140688276249648),
			Flogctail: float64(1.1054030169005386e-14),
		},
		123: {
			Finvc:     float64(0.7265625),
			Flogc:     float64(0.31943077076641657),
			Flogctail: -Float64FromFloat64(5.534326352070679e-14),
		},
		124: {
			Finvc:     float64(0.72265625),
			Flogc:     float64(0.3248216194012912),
			Flogctail: -Float64FromFloat64(5.351646604259541e-14),
		},
		125: {
			Finvc:     float64(0.71875),
			Flogc:     float64(0.33024168687052224),
			Flogctail: float64(5.4612144489920215e-14),
		},
		126: {
			Finvc:     float64(0.71484375),
			Flogc:     float64(0.3356912916381134),
			Flogctail: float64(2.8136969901227338e-14),
		},
		127: {
			Finvc:     float64(0.7109375),
			Flogc:     float64(0.3411707574027787),
			Flogctail: -Float64FromFloat64(1.156568624616423e-14),
		},
	},
}
View Source
var X__powf_log2_data = Tpowf_log2_data{
	Ftab: [16]struct {
		Finvc float64
		Flogc float64
	}{
		0: {
			Finvc: float64(1.398907162146528),
			Flogc: -Float64FromFloat64(0.48430022186289673) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		1: {
			Finvc: float64(1.3403141896637998),
			Flogc: -Float64FromFloat64(0.42257122959194704) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		2: {
			Finvc: float64(1.286432210124115),
			Flogc: -Float64FromFloat64(0.3633754347673556) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		3: {
			Finvc: float64(1.2367150214269895),
			Flogc: -Float64FromFloat64(0.30651309567405577) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		4: {
			Finvc: float64(1.1906977166711752),
			Flogc: -Float64FromFloat64(0.25180720160537634) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		5: {
			Finvc: float64(1.1479821020556429),
			Flogc: -Float64FromFloat64(0.19910014943794563) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		6: {
			Finvc: float64(1.1082251448272158),
			Flogc: -Float64FromFloat64(0.14825100623281615) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		7: {
			Finvc: float64(1.0711297413057381),
			Flogc: -Float64FromFloat64(0.09913323807318392) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		8: {
			Finvc: float64(1.036437278977283),
			Flogc: -Float64FromFloat64(0.051632812977629436) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		9: {
			Finvc: float64(1),
			Flogc: float64(0) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		10: {
			Finvc: float64(0.9492859795739057),
			Flogc: float64(0.07508531937943004) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		11: {
			Finvc: float64(0.8951049428609004),
			Flogc: float64(0.15987125980713107) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		12: {
			Finvc: float64(0.8476821620351103),
			Flogc: float64(0.2384046664317681) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		13: {
			Finvc: float64(0.8050314851692001),
			Flogc: float64(0.31288288605863257) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		14: {
			Finvc: float64(0.7664671008843108),
			Flogc: float64(0.38370422656453185) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
		15: {
			Finvc: float64(0.731428603316328),
			Flogc: float64(0.451211048935815) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		},
	},
	Fpoly: [5]float64{
		0: float64(0.288457581109214) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		1: -Float64FromFloat64(0.36092606229713164) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		2: float64(0.480898481472577) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		3: -Float64FromFloat64(0.7213474675006291) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
		4: float64(1.4426950408774342) * float64(Int32FromInt32(1)<<Int32FromInt32(POWF_SCALE_BITS)),
	},
}
View Source
var X__random_lockptr = uintptr(unsafe.Pointer(&_lock3))
View Source
var X__rsqrt_tab = [128]Tuint16_t{}/* 128 elements not displayed */
View Source
var X__seed48 = [7]uint16{
	3: uint16(0xe66d),
	4: uint16(0xdeec),
	5: uint16(0x5),
	6: uint16(0xb),
}
View Source
var X__sem_open_lockptr int32
View Source
var X__stderr_FILE = TFILE{
	Fflags: uint32(Int32FromInt32(F_PERM) | Int32FromInt32(F_NORD)),
	Fbuf:   uintptr(unsafe.Pointer(&_buf5)) + uintptr(UNGET),
	Ffd:    int32(2),
	Flock:  -int32(1),
	Flbf:   -int32(1),
}
View Source
var X__stderr_used = uintptr(unsafe.Pointer(&X__stderr_FILE))
View Source
var X__stdin_FILE = TFILE{
	Fflags:    uint32(Int32FromInt32(F_PERM) | Int32FromInt32(F_NOWR)),
	Fbuf:      uintptr(unsafe.Pointer(&_buf6)) + uintptr(UNGET),
	Fbuf_size: Uint64FromInt64(1032) - Uint64FromInt32(UNGET),
	Flock:     -int32(1),
}
View Source
var X__stdio_ofl_lockptr = uintptr(unsafe.Pointer(&_ofl_lock))
View Source
var X__stdout_FILE = TFILE{
	Fflags:    uint32(Int32FromInt32(F_PERM) | Int32FromInt32(F_NORD)),
	Fbuf:      uintptr(unsafe.Pointer(&_buf7)) + uintptr(UNGET),
	Fbuf_size: Uint64FromInt64(1032) - Uint64FromInt32(UNGET),
	Ffd:       int32(1),
	Flock:     -int32(1),
	Flbf:      int32('\n'),
}
View Source
var X__stdout_used = uintptr(unsafe.Pointer(&X__stdout_FILE))
View Source
var X__syslog_lockptr = uintptr(unsafe.Pointer(&_lock2))
View Source
var X__timezone_lockptr = uintptr(unsafe.Pointer(&_lock4))
View Source
var X__utc = [4]int8{'U', 'T', 'C'}
View Source
var X_ns_flagdata = [16]T_ns_flagdata{
	0: {
		Fmask:  int32(0x8000),
		Fshift: int32(15),
	},
	1: {
		Fmask:  int32(0x7800),
		Fshift: int32(11),
	},
	2: {
		Fmask:  int32(0x0400),
		Fshift: int32(10),
	},
	3: {
		Fmask:  int32(0x0200),
		Fshift: int32(9),
	},
	4: {
		Fmask:  int32(0x0100),
		Fshift: int32(8),
	},
	5: {
		Fmask:  int32(0x0080),
		Fshift: int32(7),
	},
	6: {
		Fmask:  int32(0x0040),
		Fshift: int32(6),
	},
	7: {
		Fmask:  int32(0x0020),
		Fshift: int32(5),
	},
	8: {
		Fmask:  int32(0x0010),
		Fshift: int32(4),
	},
	9: {
		Fmask: int32(0x000f),
	},
	10: {},
	11: {},
	12: {},
	13: {},
	14: {},
	15: {},
}
View Source
var Xdaylight int32
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 Xoptreset int32
View Source
var Xprogram_invocation_name uintptr
View Source
var Xprogram_invocation_short_name uintptr
View Source
var Xsigngam int32
View Source
var Xtimezone int64
View Source
var Xtzname = [2]uintptr{}

Functions

func AssignAddComplex128 added in v1.16.12

func AssignAddComplex128(p *complex128, v complex128) complex128

func AssignAddComplex64 added in v1.16.12

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 added in v1.16.12

func AssignAddPtrComplex128(p uintptr, v complex128) complex128

func AssignAddPtrComplex64 added in v1.16.12

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 added in v1.16.12

func AssignComplex128(p *complex128, v complex128) complex128

func AssignComplex64 added in v1.16.12

func AssignComplex64(p *complex64, v complex64) complex64

func AssignDivComplex128 added in v1.16.12

func AssignDivComplex128(p *complex128, v complex128) complex128

func AssignDivComplex64 added in v1.16.12

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 added in v1.16.12

func AssignDivPtrComplex128(p uintptr, v complex128) complex128

func AssignDivPtrComplex64 added in v1.16.12

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 added in v1.16.12

func AssignMulComplex128(p *complex128, v complex128) complex128

func AssignMulComplex64 added in v1.16.12

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 added in v1.16.12

func AssignMulPtrComplex128(p uintptr, v complex128) complex128

func AssignMulPtrComplex64 added in v1.16.12

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 added in v1.16.12

func AssignPtrComplex128(p uintptr, v complex128) complex128

func AssignPtrComplex64 added in v1.16.12

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 added in v1.16.12

func AssignSubComplex128(p *complex128, v complex128) complex128

func AssignSubComplex64 added in v1.16.12

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 added in v1.16.12

func AssignSubPtrComplex128(p uintptr, v complex128) complex128

func AssignSubPtrComplex64 added in v1.16.12

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 AtExit added in v1.9.1

func AtExit(f func())

AtExit will attempt to run f at process exit. The execution cannot be guaranteed, neither its ordering with respect to any other handlers registered by AtExit.

func AtomicAddFloat32 added in v1.7.7

func AtomicAddFloat32(addr *float32, delta float32) (new float32)

func AtomicAddFloat64 added in v1.7.7

func AtomicAddFloat64(addr *float64, delta float64) (new float64)

func AtomicAddInt32 added in v1.7.7

func AtomicAddInt32(addr *int32, delta int32) (new int32)

func AtomicAddInt64 added in v1.7.7

func AtomicAddInt64(addr *int64, delta int64) (new int64)

func AtomicAddUint32 added in v1.7.7

func AtomicAddUint32(addr *uint32, delta uint32) (new uint32)

func AtomicAddUint64 added in v1.7.7

func AtomicAddUint64(addr *uint64, delta uint64) (new uint64)

func AtomicAddUintptr added in v1.7.7

func AtomicAddUintptr(addr *uintptr, delta uintptr) (new uintptr)

func AtomicLoadFloat32 added in v1.7.7

func AtomicLoadFloat32(addr *float32) (val float32)

func AtomicLoadFloat64 added in v1.7.7

func AtomicLoadFloat64(addr *float64) (val float64)

func AtomicLoadInt32 added in v1.7.7

func AtomicLoadInt32(addr *int32) (val int32)

func AtomicLoadInt64 added in v1.7.7

func AtomicLoadInt64(addr *int64) (val int64)

func AtomicLoadNInt32 added in v1.7.0

func AtomicLoadNInt32(ptr uintptr, memorder int32) int32

func AtomicLoadNInt64 added in v1.7.0

func AtomicLoadNInt64(ptr uintptr, memorder int32) int64

func AtomicLoadNUint16 added in v1.7.0

func AtomicLoadNUint16(ptr uintptr, memorder int32) uint16

func AtomicLoadNUint32 added in v1.7.0

func AtomicLoadNUint32(ptr uintptr, memorder int32) uint32

func AtomicLoadNUint64 added in v1.7.0

func AtomicLoadNUint64(ptr uintptr, memorder int32) uint64

func AtomicLoadNUint8 added in v1.25.0

func AtomicLoadNUint8(ptr uintptr, memorder int32) uint8

func AtomicLoadNUintptr added in v1.7.0

func AtomicLoadNUintptr(ptr uintptr, memorder int32) uintptr

func AtomicLoadPFloat32 added in v1.7.7

func AtomicLoadPFloat32(addr uintptr) (val float32)

func AtomicLoadPFloat64 added in v1.7.7

func AtomicLoadPFloat64(addr uintptr) (val float64)

func AtomicLoadPInt16 added in v1.25.0

func AtomicLoadPInt16(addr uintptr) (val int16)

func AtomicLoadPInt32 added in v1.7.7

func AtomicLoadPInt32(addr uintptr) (val int32)

func AtomicLoadPInt64 added in v1.7.7

func AtomicLoadPInt64(addr uintptr) (val int64)

func AtomicLoadPInt8 added in v1.25.0

func AtomicLoadPInt8(addr uintptr) (val int8)

func AtomicLoadPUint16 added in v1.25.0

func AtomicLoadPUint16(addr uintptr) uint16

func AtomicLoadPUint32 added in v1.7.7

func AtomicLoadPUint32(addr uintptr) (val uint32)

func AtomicLoadPUint64 added in v1.7.7

func AtomicLoadPUint64(addr uintptr) (val uint64)

func AtomicLoadPUint8 added in v1.25.0

func AtomicLoadPUint8(addr uintptr) byte

func AtomicLoadPUintptr added in v1.7.7

func AtomicLoadPUintptr(addr uintptr) (val uintptr)

func AtomicLoadUint32 added in v1.7.7

func AtomicLoadUint32(addr *uint32) (val uint32)

func AtomicLoadUint64 added in v1.7.7

func AtomicLoadUint64(addr *uint64) (val uint64)

func AtomicLoadUintptr added in v1.7.7

func AtomicLoadUintptr(addr *uintptr) (val uintptr)

func AtomicStoreFloat32 added in v1.7.7

func AtomicStoreFloat32(addr *float32, val float32)

func AtomicStoreFloat64 added in v1.7.7

func AtomicStoreFloat64(addr *float64, val float64)

func AtomicStoreInt32 added in v1.7.7

func AtomicStoreInt32(addr *int32, val int32)

func AtomicStoreInt64 added in v1.7.7

func AtomicStoreInt64(addr *int64, val int64)

func AtomicStoreNInt32 added in v1.7.0

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

func AtomicStoreNInt64 added in v1.7.0

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

func AtomicStoreNUint16 added in v1.7.0

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

func AtomicStoreNUint32 added in v1.7.0

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

func AtomicStoreNUint64 added in v1.7.0

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

func AtomicStoreNUint8 added in v1.34.5

func AtomicStoreNUint8(ptr uintptr, val uint8, memorder int32)

func AtomicStoreNUintptr added in v1.7.0

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

func AtomicStorePFloat32 added in v1.7.7

func AtomicStorePFloat32(addr uintptr, val float32) float32

func AtomicStorePFloat64 added in v1.7.7

func AtomicStorePFloat64(addr uintptr, val float64) float64

func AtomicStorePInt32 added in v1.7.7

func AtomicStorePInt32(addr uintptr, val int32) int32

func AtomicStorePInt64 added in v1.7.7

func AtomicStorePInt64(addr uintptr, val int64) int64

func AtomicStorePInt8 added in v1.42.0

func AtomicStorePInt8(addr uintptr, val int8) int8

func AtomicStorePUint32 added in v1.7.7

func AtomicStorePUint32(addr uintptr, val uint32) uint32

func AtomicStorePUint64 added in v1.7.7

func AtomicStorePUint64(addr uintptr, val uint64) uint64

func AtomicStorePUint8 added in v1.42.0

func AtomicStorePUint8(addr uintptr, val byte) byte

func AtomicStorePUintptr added in v1.7.7

func AtomicStorePUintptr(addr uintptr, val uintptr) uintptr

func AtomicStoreUint32 added in v1.7.7

func AtomicStoreUint32(addr *uint32, val uint32)

func AtomicStoreUint64 added in v1.7.7

func AtomicStoreUint64(addr *uint64, val uint64)

func AtomicStoreUintptr added in v1.7.7

func AtomicStoreUintptr(addr *uintptr, val uintptr)

func Bool added in v1.25.0

func Bool(v bool) bool

Bool returns v as a non-constant boolean value.

func Bool32

func Bool32(b bool) int32

func Bool64

func Bool64(b bool) int64

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 added in v1.17.2

func BoolUintptr(b bool) uintptr

func CString

func CString(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 added in v1.16.12

func Complex128(n complex128) complex128

func Complex128FromComplex128 added in v1.16.12

func Complex128FromComplex128(n complex128) complex128

func Complex128FromComplex64 added in v1.16.12

func Complex128FromComplex64(n complex64) complex128

func Complex128FromFloat32 added in v1.16.12

func Complex128FromFloat32(n float32) complex128

func Complex128FromFloat64 added in v1.16.12

func Complex128FromFloat64(n float64) complex128

func Complex128FromInt16 added in v1.16.12

func Complex128FromInt16(n int16) complex128

func Complex128FromInt32 added in v1.16.12

func Complex128FromInt32(n int32) complex128

func Complex128FromInt64 added in v1.16.12

func Complex128FromInt64(n int64) complex128

func Complex128FromInt8 added in v1.16.12

func Complex128FromInt8(n int8) complex128

func Complex128FromUint16 added in v1.16.12

func Complex128FromUint16(n uint16) complex128

func Complex128FromUint32 added in v1.16.12

func Complex128FromUint32(n uint32) complex128

func Complex128FromUint64 added in v1.16.12

func Complex128FromUint64(n uint64) complex128

func Complex128FromUint8 added in v1.16.12

func Complex128FromUint8(n uint8) complex128

func Complex128FromUintptr added in v1.16.12

func Complex128FromUintptr(n uintptr) complex128

func Complex64 added in v1.16.12

func Complex64(n complex64) complex64

func Complex64FromComplex128 added in v1.16.12

func Complex64FromComplex128(n complex128) complex64

func Complex64FromComplex64 added in v1.16.12

func Complex64FromComplex64(n complex64) complex64

func Complex64FromFloat32 added in v1.16.12

func Complex64FromFloat32(n float32) complex64

func Complex64FromFloat64 added in v1.16.12

func Complex64FromFloat64(n float64) complex64

func Complex64FromInt16 added in v1.16.12

func Complex64FromInt16(n int16) complex64

func Complex64FromInt32 added in v1.16.12

func Complex64FromInt32(n int32) complex64

func Complex64FromInt64 added in v1.16.12

func Complex64FromInt64(n int64) complex64

func Complex64FromInt8 added in v1.16.12

func Complex64FromInt8(n int8) complex64

func Complex64FromUint16 added in v1.16.12

func Complex64FromUint16(n uint16) complex64

func Complex64FromUint32 added in v1.16.12

func Complex64FromUint32(n uint32) complex64

func Complex64FromUint64 added in v1.16.12

func Complex64FromUint64(n uint64) complex64

func Complex64FromUint8 added in v1.16.12

func Complex64FromUint8(n uint8) complex64

func Complex64FromUintptr added in v1.16.12

func Complex64FromUintptr(n uintptr) complex64

func Cover

func Cover()

func CoverC added in v1.2.0

func CoverC(s string)

func CoverCReport added in v1.2.0

func CoverCReport(w io.Writer) error

func CoverReport

func CoverReport(w io.Writer) error

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 Dmesg added in v1.7.11

func Dmesg(s string, args ...interface{})

func Environ

func Environ() uintptr

func EnvironP

func EnvironP() uintptr

func Float32

func Float32(n float32) float32

func Float32FromComplex128 added in v1.16.12

func Float32FromComplex128(n complex128) float32

func Float32FromComplex64 added in v1.16.12

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 added in v1.16.12

func Float64FromComplex128(n complex128) float64

func Float64FromComplex64 added in v1.16.12

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 added in v1.2.0

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 added in v1.16.12

func Int16FromComplex128(n complex128) int16

func Int16FromComplex64 added in v1.16.12

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 added in v1.16.12

func Int32FromComplex128(n complex128) int32

func Int32FromComplex64 added in v1.16.12

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 added in v1.16.12

func Int64FromComplex128(n complex128) int64

func Int64FromComplex64 added in v1.16.12

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 added in v1.16.12

func Int8FromComplex128(n complex128) int8

func Int8FromComplex64 added in v1.16.12

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 MemAuditReport added in v1.7.1

func MemAuditReport() error

MemAuditReport locks the memory allocator, reports memory leaks, if any. Finally it disables memory auditing and unlocks the memory allocator.

This memory auditing functionality has to be enabled using the libc.memgrind build tag.

It is intended only for debug/test builds. It slows down memory allocation routines and it has additional memory costs.

func MemAuditStart added in v1.7.1

func MemAuditStart()

MemAuditStart locks the memory allocator, initializes and enables memory auditing. Finaly it unlocks the memory allocator.

Some memory handling errors, like double free or freeing of unallocated memory, will panic when memory auditing is enabled.

This memory auditing functionality has to be enabled using the libc.memgrind build tag.

It is intended only for debug/test builds. It slows down memory allocation routines and it has additional memory costs.

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 NewVaList added in v1.10.0

func NewVaList(args ...interface{}) (va_list uintptr)

NewVaList is like VaList but automatically allocates the correct amount of memory for all of the items in args.

The va_list return value is used to pass the constructed var args to var args accepting functions. The caller of NewVaList is responsible for freeing the va_list.

func NewVaListN added in v1.10.0

func NewVaListN(n int) (va_list uintptr)

NewVaListN returns a newly allocated va_list for n items. The caller of NewVaListN is responsible for freeing the va_list.

func PostDecAtomicInt32 added in v1.7.6

func PostDecAtomicInt32(p *int32, d int32) int32

func PostDecAtomicInt64 added in v1.7.6

func PostDecAtomicInt64(p *int64, d int64) int64

func PostDecAtomicUint32 added in v1.7.6

func PostDecAtomicUint32(p *uint32, d uint32) uint32

func PostDecAtomicUint64 added in v1.7.6

func PostDecAtomicUint64(p *uint64, d uint64) uint64

func PostDecAtomicUintptr added in v1.7.6

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 added in v1.16.12

func PostDecComplex128(p *complex128, d complex128) complex128

func PostDecComplex64 added in v1.16.12

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 added in v1.7.6

func PostIncAtomicInt32(p *int32, d int32) int32

func PostIncAtomicInt32P added in v1.38.1

func PostIncAtomicInt32P(p uintptr, d int32) int32

func PostIncAtomicInt64 added in v1.7.6

func PostIncAtomicInt64(p *int64, d int64) int64

func PostIncAtomicInt64P added in v1.38.1

func PostIncAtomicInt64P(p uintptr, d int64) int64

func PostIncAtomicUint32 added in v1.7.6

func PostIncAtomicUint32(p *uint32, d uint32) uint32

func PostIncAtomicUint32P added in v1.38.1

func PostIncAtomicUint32P(p uintptr, d uint32) uint32

func PostIncAtomicUint64 added in v1.7.6

func PostIncAtomicUint64(p *uint64, d uint64) uint64

func PostIncAtomicUint64P added in v1.38.1

func PostIncAtomicUint64P(p uintptr, d uint64) uint64

func PostIncAtomicUintptr added in v1.7.6

func PostIncAtomicUintptr(p *uintptr, d uintptr) uintptr

func PostIncAtomicUintptrP added in v1.38.1

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 added in v1.16.12

func PostIncComplex128(p *complex128, d complex128) complex128

func PostIncComplex64 added in v1.16.12

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 added in v1.7.6

func PreDecAtomicInt32(p *int32, d int32) int32

func PreDecAtomicInt64 added in v1.7.6

func PreDecAtomicInt64(p *int64, d int64) int64

func PreDecAtomicUint32 added in v1.7.6

func PreDecAtomicUint32(p *uint32, d uint32) uint32

func PreDecAtomicUint64 added in v1.7.6

func PreDecAtomicUint64(p *uint64, d uint64) uint64

func PreDecAtomicUintptr added in v1.7.6

func PreDecAtomicUintptr(p *uintptr, d uintptr) uintptr

func PreDecComplex128 added in v1.16.12

func PreDecComplex128(p *complex128, d complex128) complex128

func PreDecComplex64 added in v1.16.12

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 added in v1.7.6

func PreIncAtomicInt32(p *int32, d int32) int32

func PreIncAtomicInt32P added in v1.25.0

func PreIncAtomicInt32P(p uintptr, d int32) int32

func PreIncAtomicInt64 added in v1.7.6

func PreIncAtomicInt64(p *int64, d int64) int64

func PreIncAtomicInt64P added in v1.25.0

func PreIncAtomicInt64P(p uintptr, d int64) int64

func PreIncAtomicUint32 added in v1.7.6

func PreIncAtomicUint32(p *uint32, d uint32) uint32

func PreIncAtomicUint32P added in v1.25.0

func PreIncAtomicUint32P(p uintptr, d uint32) uint32

func PreIncAtomicUint64 added in v1.7.6

func PreIncAtomicUint64(p *uint64, d uint64) uint64

func PreIncAtomicUint64P added in v1.25.0

func PreIncAtomicUint64P(p uintptr, d uint64) uint64

func PreIncAtomicUintptr added in v1.7.6

func PreIncAtomicUintptr(p *uintptr, d uintptr) uintptr

func PreIncComplex128 added in v1.16.12

func PreIncComplex128(p *complex128, d complex128) complex128

func PreIncComplex64 added in v1.16.12

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 added in v1.25.0

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 SetEnviron added in v1.1.1

func SetEnviron(t *TLS, env []string)

func Start

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

Start executes C's main.

func Uint16

func Uint16(n uint16) uint16

func Uint16FromComplex128 added in v1.16.12

func Uint16FromComplex128(n complex128) uint16

func Uint16FromComplex64 added in v1.16.12

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 added in v1.16.12

func Uint32FromComplex128(n complex128) uint32

func Uint32FromComplex64 added in v1.16.12

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 added in v1.16.12

func Uint64FromComplex128(n complex128) uint64

func Uint64FromComplex64 added in v1.16.12

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 added in v1.16.12

func Uint8FromComplex128(n complex128) uint8

func Uint8FromComplex64 added in v1.16.12

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 added in v1.16.12

func UintptrFromComplex128(n complex128) uintptr

func UintptrFromComplex64 added in v1.16.12

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 added in v1.25.0

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 Watch added in v1.11.85

func Watch()

func WatchDelete added in v1.11.85

func WatchDelete(p uintptr)

func WatchFloat32 added in v1.11.85

func WatchFloat32(p uintptr, msg string)

func WatchFloat64 added in v1.11.85

func WatchFloat64(p uintptr, msg string)

func WatchInt16 added in v1.11.85

func WatchInt16(p uintptr, msg string)

func WatchInt32 added in v1.11.85

func WatchInt32(p uintptr, msg string)

func WatchInt64 added in v1.11.85

func WatchInt64(p uintptr, msg string)

func WatchInt8 added in v1.11.85

func WatchInt8(p uintptr, msg string)

func WatchPtr added in v1.11.85

func WatchPtr(p uintptr, msg string)

func WatchUint16 added in v1.11.85

func WatchUint16(p uintptr, msg string)

func WatchUint32 added in v1.11.85

func WatchUint32(p uintptr, msg string)

func WatchUint64 added in v1.11.85

func WatchUint64(p uintptr, msg string)

func WatchUint8 added in v1.11.85

func WatchUint8(p uintptr, msg string)

func X_Exit added in v1.42.0

func X_Exit(tls *TLS, ec int32)

func X_IO_feof_unlocked added in v1.45.0

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

func X_IO_ferror_unlocked added in v1.45.0

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

func X_IO_getc added in v1.45.0

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

func X_IO_getc_unlocked added in v1.45.0

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

func X_IO_putc added in v1.3.0

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

func X_IO_putc_unlocked added in v1.45.0

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

func X___errno_location added in v1.1.1

func X___errno_location(tls *TLS) (r uintptr)

int *__errno_location(void)

func X__aio_close added in v1.42.0

func X__aio_close(tls *TLS, fd int32) int32

static int dummy(int fd)

{
	return fd;
}

weak_alias(dummy, __aio_close);

func X__asctime_r added in v1.45.0

func X__asctime_r(tls *TLS, tm uintptr, buf uintptr) (r uintptr)

func X__assert_fail

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

func X__block_all_sigs added in v1.42.0

func X__block_all_sigs(tls *TLS, set uintptr)

func X__block_app_sigs added in v1.42.0

func X__block_app_sigs(tls *TLS, set uintptr)

func X__builtin___memcpy_chk added in v1.7.0

func X__builtin___memcpy_chk(t *TLS, dest, src uintptr, n, os Tsize_t) (r uintptr)

void * __builtin___memcpy_chk (void *dest, const void *src, size_t n, size_t os);

func X__builtin___memmove_chk added in v1.7.0

func X__builtin___memmove_chk(t *TLS, dest, src uintptr, n, os Tsize_t) uintptr

func X__builtin___memset_chk added in v1.7.0

func X__builtin___memset_chk(t *TLS, s uintptr, c int32, n, os Tsize_t) uintptr

void * __builtin___memset_chk (void *s, int c, size_t n, size_t os);

func X__builtin___snprintf_chk added in v1.7.0

func X__builtin___snprintf_chk(t *TLS, str uintptr, maxlen Tsize_t, flag int32, os Tsize_t, format, args uintptr) (r int32)

int __builtin___snprintf_chk(char * str, size_t maxlen, int flag, size_t os, const char * format, ...);

func X__builtin___sprintf_chk added in v1.7.0

func X__builtin___sprintf_chk(t *TLS, s uintptr, flag int32, os Tsize_t, format, args uintptr) (r int32)

int __builtin___sprintf_chk (char *s, int flag, size_t os, const char *fmt, ...);

func X__builtin___strcat_chk added in v1.7.0

func X__builtin___strcat_chk(t *TLS, dest, src uintptr, os Tsize_t) (r uintptr)

func X__builtin___strcpy_chk added in v1.7.0

func X__builtin___strcpy_chk(t *TLS, dest, src uintptr, os Tsize_t) uintptr

char * __builtin___strcpy_chk (char *dest, const char *src, size_t os);

func X__builtin___strncpy_chk added in v1.7.0

func X__builtin___strncpy_chk(t *TLS, dest, src uintptr, n, os Tsize_t) (r uintptr)

func X__builtin___vsnprintf_chk added in v1.7.7

func X__builtin___vsnprintf_chk(t *TLS, str uintptr, maxlen Tsize_t, flag int32, os Tsize_t, format, args uintptr) (r int32)

int __builtin___vsnprintf_chk (char *s, size_t maxlen, int flag, size_t os, const char *fmt, va_list ap);

func X__builtin_abort

func X__builtin_abort(t *TLS)

func X__builtin_abs

func X__builtin_abs(t *TLS, j int32) int32

func X__builtin_add_overflowInt64 added in v1.5.0

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

bool __builtin_add_overflow (type1 a, type2 b, type3 *res)

func X__builtin_add_overflowUint32 added in v1.5.0

func X__builtin_add_overflowUint32(t *TLS, a, b uint32, res uintptr) int32

bool __builtin_add_overflow (type1 a, type2 b, type3 *res)

func X__builtin_add_overflowUint64 added in v1.5.0

func X__builtin_add_overflowUint64(t *TLS, a, b uint64, res uintptr) int32

bool __builtin_add_overflow (type1 a, type2 b, type3 *res)

func X__builtin_alloca added in v1.25.0

func X__builtin_alloca(tls *TLS, size Tsize_t) uintptr

func X__builtin_bswap16 added in v1.5.0

func X__builtin_bswap16(t *TLS, x uint16) uint16

uint16_t __builtin_bswap16 (uint32_t x)

func X__builtin_bswap32 added in v1.5.0

func X__builtin_bswap32(t *TLS, x uint32) uint32

uint32_t __builtin_bswap32 (uint32_t x)

func X__builtin_bswap64 added in v1.5.0

func X__builtin_bswap64(t *TLS, x uint64) uint64

uint64_t __builtin_bswap64 (uint64_t x)

func X__builtin_bzero added in v1.11.100

func X__builtin_bzero(t *TLS, s uintptr, n Tsize_t)

func X__builtin_clz added in v1.11.27

func X__builtin_clz(t *TLS, n uint32) int32

func X__builtin_clzl added in v1.11.27

func X__builtin_clzl(t *TLS, n ulong) int32

func X__builtin_clzll added in v1.7.0

func X__builtin_clzll(t *TLS, n uint64) int32

func X__builtin_constant_p_impl added in v1.7.0

func X__builtin_constant_p_impl()

func X__builtin_copysign

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

func X__builtin_copysignf

func X__builtin_copysignf(t *TLS, x, y float32) float32

func X__builtin_copysignl added in v1.11.17

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

func X__builtin_ctz added in v1.46.0

func X__builtin_ctz(t *TLS, n uint32) int32

func X__builtin_exit

func X__builtin_exit(t *TLS, status int32)

func X__builtin_expect

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

func X__builtin_fabs

func X__builtin_fabs(t *TLS, x float64) float64

func X__builtin_fabsf added in v1.11.105

func X__builtin_fabsf(t *TLS, x float32) float32

func X__builtin_fabsl added in v1.11.105

func X__builtin_fabsl(t *TLS, x float64) float64

func X__builtin_ffs added in v1.25.0

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

func X__builtin_fma added in v1.42.0

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

double __builtin_fma(double x, double y, double z);

func X__builtin_fmax added in v1.46.0

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

func X__builtin_fmin added in v1.46.0

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

func X__builtin_free

func X__builtin_free(t *TLS, ptr uintptr)

func X__builtin_getentropy added in v1.11.24

func X__builtin_getentropy(t *TLS, buf uintptr, n Tsize_t) int32

func X__builtin_huge_val added in v1.7.0

func X__builtin_huge_val(t *TLS) float64

func X__builtin_huge_valf added in v1.7.0

func X__builtin_huge_valf(t *TLS) float32

func X__builtin_hypot added in v1.46.0

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

func X__builtin_inf added in v1.7.0

func X__builtin_inf(t *TLS) float64

func X__builtin_inff added in v1.7.0

func X__builtin_inff(tls *TLS) float32

func X__builtin_infl added in v1.11.17

func X__builtin_infl(t *TLS) float64

func X__builtin_isblank added in v1.42.1

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

func X__builtin_isnan added in v1.7.0

func X__builtin_isnan(t *TLS, x float64) int32

func X__builtin_isnanf added in v1.42.0

func X__builtin_isnanf(t *TLS, x float32) int32

func X__builtin_isnanl added in v1.42.0

func X__builtin_isnanl(t *TLS, x float64) int32

func X__builtin_isprint added in v1.25.0

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

func X__builtin_isunordered added in v1.12.0

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

func X__builtin_llabs added in v1.20.2

func X__builtin_llabs(tls *TLS, a int64) int64

func X__builtin_log2 added in v1.40.11

func X__builtin_log2(t *TLS, x float64) float64

func X__builtin_lrint added in v1.40.8

func X__builtin_lrint(tls *TLS, x float64) (r long)

func X__builtin_lrintf added in v1.40.8

func X__builtin_lrintf(tls *TLS, x float32) (r long)

func X__builtin_malloc

func X__builtin_malloc(t *TLS, size Tsize_t) uintptr

func X__builtin_memcmp

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

func X__builtin_memcpy

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

func X__builtin_memset

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

func X__builtin_mmap added in v1.7.0

func X__builtin_mmap(t *TLS, addr uintptr, length Tsize_t, prot, flags, fd int32, offset Toff_t) uintptr

func X__builtin_mul_overflowInt64 added in v1.5.0

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

bool __builtin_mul_overflow (type1 a, type2 b, type3 *res)

func X__builtin_mul_overflowUint128 added in v1.7.5

func X__builtin_mul_overflowUint128(t *TLS, a, b Uint128, res uintptr) int32

bool __builtin_mul_overflow (type1 a, type2 b, type3 *res)

func X__builtin_mul_overflowUint64 added in v1.7.5

func X__builtin_mul_overflowUint64(t *TLS, a, b uint64, res uintptr) int32

bool __builtin_mul_overflow (type1 a, type2 b, type3 *res)

func X__builtin_nan added in v1.11.17

func X__builtin_nan(t *TLS, s uintptr) float64

func X__builtin_nanf added in v1.7.0

func X__builtin_nanf(tls *TLS, s uintptr) float32

func X__builtin_nanl added in v1.11.17

func X__builtin_nanl(t *TLS, s uintptr) float64

func X__builtin_popcount added in v1.7.8

func X__builtin_popcount(t *TLS, x uint32) int32

func X__builtin_popcountl added in v1.11.25

func X__builtin_popcountl(t *TLS, x ulong) int32

int __builtin_popcountl (unsigned long x)

func X__builtin_prefetch

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

func X__builtin_printf

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

func X__builtin_rintf added in v1.40.8

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

func X__builtin_round added in v1.25.0

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

func X__builtin_snprintf

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

func X__builtin_sprintf

func X__builtin_sprintf(t *TLS, str, format, args uintptr) (r int32)

func X__builtin_strchr

func X__builtin_strchr(t *TLS, s uintptr, c int32) uintptr

func X__builtin_strcmp

func X__builtin_strcmp(t *TLS, s1, s2 uintptr) int32

func X__builtin_strcpy

func X__builtin_strcpy(t *TLS, dest, src uintptr) uintptr

func X__builtin_sub_overflowInt64 added in v1.5.0

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

bool __builtin_sub_overflow (type1 a, type2 b, type3 *res)

func X__builtin_trap

func X__builtin_trap(t *TLS)

func X__builtin_trunc added in v1.46.0

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

func X__builtin_unreachable

func X__builtin_unreachable(t *TLS)

func X__builtin_vsnprintf added in v1.25.0

func X__builtin_vsnprintf(t *TLS, str uintptr, size Tsize_t, format, va uintptr) int32

func X__ccgo_dmesg added in v1.11.19

func X__ccgo_dmesg(t *TLS, fmt uintptr, va uintptr)

func X__ccgo_getMutexType added in v1.9.0

func X__ccgo_getMutexType(tls *TLS, m uintptr) int32

func X__ccgo_in6addr_anyp

func X__ccgo_in6addr_anyp(t *TLS) uintptr

func X__ccgo_pthreadAttrGetDetachState added in v1.9.0

func X__ccgo_pthreadAttrGetDetachState(tls *TLS, a uintptr) int32

func X__ccgo_pthreadMutexattrGettype added in v1.9.0

func X__ccgo_pthreadMutexattrGettype(tls *TLS, a uintptr) int32

func X__ccgo_sqlite3_log added in v1.2.0

func X__ccgo_sqlite3_log(t *TLS, iErrCode int32, zFormat uintptr, args uintptr)

void sqlite3_log(int iErrCode, const char *zFormat, ...);

func X__clock_gettime added in v1.45.0

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

func X__clock_nanosleep added in v1.45.0

func X__clock_nanosleep(tls *TLS, clk Tclockid_t, flags int32, req uintptr, rem uintptr) (r int32)

func X__cmsg_nxthdr added in v1.7.7

func X__cmsg_nxthdr(t *TLS, msgh, cmsg uintptr) uintptr

struct cmsghdr *CMSG_NXTHDR(struct msghdr *msgh, struct cmsghdr *cmsg);

func X__convert_scm_timestamps added in v1.42.0

func X__convert_scm_timestamps(tls *TLS, msg uintptr, csize Tsocklen_t)

func X__cos added in v1.42.0

func X__cos(tls *TLS, x float64, y float64) (r1 float64)

func X__cosdf added in v1.42.0

func X__cosdf(tls *TLS, x float64) (r1 float32)

func X__crypt_blowfish added in v1.42.0

func X__crypt_blowfish(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)

C documentation

/*
 * Please preserve the runtime self-test.  It serves two purposes at once:
 *
 * 1. We really can't afford the risk of producing incompatible hashes e.g.
 * when there's something like gcc bug 26587 again, whereas an application or
 * library integrating this code might not also integrate our external tests or
 * it might not run them after every build.  Even if it does, the miscompile
 * might only occur on the production build, but not on a testing build (such
 * as because of different optimization settings).  It is painful to recover
 * from incorrectly-computed hashes - merely fixing whatever broke is not
 * enough.  Thus, a proactive measure like this self-test is needed.
 *
 * 2. We don't want to leave sensitive data from our actual password hash
 * computation on the stack or in registers.  Previous revisions of the code
 * would do explicit cleanups, but simply running the self-test after hash
 * computation is more reliable.
 *
 * The performance cost of this quick self-test is around 0.6% at the "$2a$08"
 * setting.
 */

func X__crypt_des added in v1.42.0

func X__crypt_des(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)

func X__crypt_md5 added in v1.42.0

func X__crypt_md5(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)

func X__crypt_r added in v1.45.0

func X__crypt_r(tls *TLS, key uintptr, salt uintptr, data uintptr) (r uintptr)

func X__crypt_sha256 added in v1.42.0

func X__crypt_sha256(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)

func X__crypt_sha512 added in v1.42.0

func X__crypt_sha512(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)

func X__ctype_b_loc

func X__ctype_b_loc(tls *TLS) (r uintptr)

func X__ctype_tolower_loc added in v1.26.0

func X__ctype_tolower_loc(tls *TLS) (r uintptr)

func X__ctype_toupper_loc added in v1.42.0

func X__ctype_toupper_loc(tls *TLS) (r uintptr)

func X__des_setkey added in v1.42.0

func X__des_setkey(tls *TLS, key uintptr, ekey uintptr)

func X__dn_expand added in v1.45.0

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

func X__dns_parse added in v1.42.0

func X__dns_parse(tls *TLS, r uintptr, rlen int32, callback uintptr, ctx uintptr) (r1 int32)

func X__do_des added in v1.42.0

func X__do_des(tls *TLS, l_in Tuint32_t, r_in Tuint32_t, l_out uintptr, r_out uintptr, count Tuint32_t, saltbits Tuint32_t, ekey uintptr)

C documentation

/*
 * l_in, r_in, l_out, and r_out are in pseudo-"big-endian" format.
 */

func X__do_orphaned_stdio_locks added in v1.42.0

func X__do_orphaned_stdio_locks(tls *TLS)

func X__dup3 added in v1.45.0

func X__dup3(tls *TLS, old int32, new1 int32, flags int32) (r1 int32)

func X__env_rm_add added in v1.42.0

func X__env_rm_add(tls *TLS, old uintptr, new1 uintptr)

func X__errno_location

func X__errno_location(tls *TLS) (r uintptr)

int *__errno_location(void)

func X__execvpe added in v1.45.0

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

func X__expo2 added in v1.42.0

func X__expo2(tls *TLS, x float64, sign float64) (r float64)

C documentation

/* exp(x)/2 for x >= log(DBL_MAX), slightly better than 0.5*exp(x/2)*exp(x/2) */

func X__expo2f added in v1.42.0

func X__expo2f(tls *TLS, x float32, sign float32) (r float32)

C documentation

/* expf(x)/2 for x >= log(FLT_MAX), slightly better than 0.5f*expf(x/2)*expf(x/2) */

func X__fclose_ca added in v1.42.0

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

func X__fdopen added in v1.45.0

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

func X__fesetround added in v1.42.0

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

func X__flbf added in v1.42.0

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

func X__floatscan added in v1.7.0

func X__floatscan(tls *TLS, f uintptr, prec int32, pok int32) (r float64)

func X__fmodeflags added in v1.42.0

func X__fmodeflags(tls *TLS, mode uintptr) (r int32)

func X__fopen_rb_ca added in v1.42.0

func X__fopen_rb_ca(tls *TLS, filename uintptr, f uintptr, buf uintptr, len1 Tsize_t) (r uintptr)

func X__fpclassify added in v1.7.0

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

func X__fpclassifyf added in v1.7.0

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

func X__fpclassifyl added in v1.7.0

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

func X__fpurge added in v1.45.0

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

func X__freadable added in v1.42.0

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

func X__freading added in v1.42.0

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

func X__freadptr added in v1.42.0

func X__freadptr(tls *TLS, f uintptr, sizep uintptr) (r uintptr)

func X__freadptrinc added in v1.42.0

func X__freadptrinc(tls *TLS, f uintptr, inc Tsize_t)

func X__freelocale added in v1.42.0

func X__freelocale(tls *TLS, l Tlocale_t)

func X__fseeko added in v1.45.0

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

func X__fseeko_unlocked added in v1.42.0

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

func X__fseterr added in v1.42.0

func X__fseterr(tls *TLS, f uintptr)

func X__fsetlocking added in v1.42.0

func X__fsetlocking(tls *TLS, f uintptr, type1 int32) (r int32)

func X__fstat added in v1.45.0

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

func X__fstatat added in v1.45.0

func X__fstatat(tls *TLS, fd int32, path uintptr, st uintptr, flag int32) (r int32)

func X__funcs_on_quick_exit added in v1.42.0

func X__funcs_on_quick_exit(tls *TLS)

func X__futimesat added in v1.45.0

func X__futimesat(tls *TLS, dirfd int32, pathname uintptr, times uintptr) (r int32)

func X__fwritable added in v1.42.0

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

func X__fwriting added in v1.42.0

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

func X__fxstat added in v1.42.0

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

func X__fxstatat added in v1.42.0

func X__fxstatat(tls *TLS, ver int32, fd int32, path uintptr, buf uintptr, flag int32) (r int32)

func X__get_handler_set added in v1.42.0

func X__get_handler_set(tls *TLS, set uintptr)

func X__get_locale added in v1.42.0

func X__get_locale(tls *TLS, cat int32, val uintptr) (r uintptr)

func X__get_resolv_conf added in v1.42.0

func X__get_resolv_conf(tls *TLS, conf uintptr, search uintptr, search_sz Tsize_t) (r int32)

func X__getauxval added in v1.45.0

func X__getauxval(tls *TLS, item uint64) (r uint64)

func X__getgr_a added in v1.42.0

func X__getgr_a(tls *TLS, name uintptr, gid Tgid_t, gr uintptr, buf uintptr, size uintptr, mem uintptr, nmem uintptr, res uintptr) (r int32)

func X__getgrent_a added in v1.42.0

func X__getgrent_a(tls *TLS, f uintptr, gr uintptr, line uintptr, size uintptr, mem uintptr, nmem uintptr, res uintptr) (r int32)

func X__getopt_msg added in v1.42.0

func X__getopt_msg(tls *TLS, a uintptr, b uintptr, c uintptr, l Tsize_t)

func X__getpw_a added in v1.42.0

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

func X__getpwent_a added in v1.42.0

func X__getpwent_a(tls *TLS, f uintptr, pw uintptr, line uintptr, size uintptr, res uintptr) (r int32)

func X__gettextdomain added in v1.42.0

func X__gettextdomain(tls *TLS) (r uintptr)

func X__gmtime_r added in v1.45.0

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

func X__h_errno_location added in v1.1.1

func X__h_errno_location(tls *TLS) (r uintptr)

func X__inet_aton added in v1.1.1

func X__inet_aton(tls *TLS, s0 uintptr, dest uintptr) (r int32)

func X__init_ssp added in v1.42.0

func X__init_ssp(tls *TLS, entropy uintptr)

func X__intscan added in v1.1.1

func X__intscan(tls *TLS, f uintptr, base uint32, pok int32, lim uint64) (r uint64)

func X__isalnum_l added in v1.1.1

func X__isalnum_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isalpha_l added in v1.1.1

func X__isalpha_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isblank_l added in v1.45.0

func X__isblank_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__iscntrl_l added in v1.45.0

func X__iscntrl_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isdigit_l added in v1.1.1

func X__isdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isgraph_l added in v1.45.0

func X__isgraph_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__islower_l added in v1.7.0

func X__islower_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isnan

func X__isnan(t *TLS, x float64) int32

func X__isnanf

func X__isnanf(t *TLS, arg float32) int32

func X__isnanl

func X__isnanl(t *TLS, arg float64) int32

func X__isoc99_fscanf added in v1.42.0

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

func X__isoc99_fwscanf added in v1.42.0

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

func X__isoc99_scanf added in v1.42.0

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

func X__isoc99_sscanf

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

func X__isoc99_swscanf added in v1.42.0

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

func X__isoc99_vfscanf added in v1.42.0

func X__isoc99_vfscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func X__isoc99_vfwscanf added in v1.42.0

func X__isoc99_vfwscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func X__isoc99_vscanf added in v1.42.0

func X__isoc99_vscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func X__isoc99_vsscanf added in v1.42.0

func X__isoc99_vsscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func X__isoc99_vswscanf added in v1.42.0

func X__isoc99_vswscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func X__isoc99_vwscanf added in v1.42.0

func X__isoc99_vwscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func X__isoc99_wscanf added in v1.42.0

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

func X__isprint_l added in v1.7.0

func X__isprint_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__ispunct_l added in v1.45.0

func X__ispunct_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isspace_l added in v1.45.0

func X__isspace_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__isupper_l added in v1.7.0

func X__isupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__iswalnum_l added in v1.45.0

func X__iswalnum_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswalpha_l added in v1.45.0

func X__iswalpha_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswblank_l added in v1.45.0

func X__iswblank_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswcntrl_l added in v1.45.0

func X__iswcntrl_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswctype_l added in v1.45.0

func X__iswctype_l(tls *TLS, c Twint_t, t Twctype_t, l Tlocale_t) (r int32)

func X__iswdigit_l added in v1.45.0

func X__iswdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswgraph_l added in v1.45.0

func X__iswgraph_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswlower_l added in v1.45.0

func X__iswlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswprint_l added in v1.45.0

func X__iswprint_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswpunct_l added in v1.45.0

func X__iswpunct_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswspace_l added in v1.45.0

func X__iswspace_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswupper_l added in v1.45.0

func X__iswupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__iswxdigit_l added in v1.45.0

func X__iswxdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func X__isxdigit_l added in v1.7.0

func X__isxdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__lctrans added in v1.42.0

func X__lctrans(tls *TLS, msg uintptr, lm uintptr) (r uintptr)

func X__lctrans_cur added in v1.42.0

func X__lctrans_cur(tls *TLS, msg uintptr) (r uintptr)

func X__lctrans_impl added in v1.42.0

func X__lctrans_impl(tls *TLS, msg uintptr, lm uintptr) (r uintptr)

func X__ldexp_cexp added in v1.42.0

func X__ldexp_cexp(tls *TLS, z complex128, expt int32) (r complex128)

C documentation

/*
 * __ldexp_cexp(x, expt) compute exp(x) * 2**expt.
 * It is intended for large arguments (real part >= ln(DBL_MAX))
 * where care is needed to avoid overflow.
 *
 * The present implementation is narrowly tailored for our hyperbolic and
 * exponential functions.  We assume expt is small (0 or -1), and the caller
 * has filtered out very large x, for which overflow would be inevitable.
 */

func X__ldexp_cexpf added in v1.42.0

func X__ldexp_cexpf(tls *TLS, z complex64, expt int32) (r complex64)

func X__lgamma_r added in v1.45.0

func X__lgamma_r(tls *TLS, x float64, signgamp uintptr) (r1 float64)

func X__lgammaf_r added in v1.45.0

func X__lgammaf_r(tls *TLS, x float32, signgamp uintptr) (r1 float32)

func X__lgammal_r added in v1.45.0

func X__lgammal_r(tls *TLS, x float64, sg uintptr) (r float64)

func X__libc_current_sigrtmax added in v1.42.0

func X__libc_current_sigrtmax(tls *TLS) (r int32)

func X__libc_current_sigrtmin added in v1.42.0

func X__libc_current_sigrtmin(tls *TLS) (r int32)

func X__libc_sigaction added in v1.42.0

func X__libc_sigaction(tls *TLS, sig int32, sa uintptr, old uintptr) (r1 int32)

func X__loc_is_allocated added in v1.42.0

func X__loc_is_allocated(tls *TLS, loc Tlocale_t) (r int32)

func X__localtime_r added in v1.45.0

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

func X__lockfile added in v1.7.12

func X__lockfile(tls *TLS, file uintptr) int32

func X__lookup_ipliteral added in v1.1.1

func X__lookup_ipliteral(tls *TLS, buf uintptr, name uintptr, family int32) (r int32)

func X__lookup_name added in v1.1.1

func X__lookup_name(tls *TLS, buf uintptr, canon uintptr, name uintptr, family int32, flags int32) (r int32)

func X__lookup_serv added in v1.1.1

func X__lookup_serv(tls *TLS, buf uintptr, name uintptr, proto int32, socktype int32, flags int32) (r int32)

func X__lsysinfo added in v1.45.0

func X__lsysinfo(tls *TLS, info uintptr) (r int32)

func X__lxstat added in v1.42.0

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

func X__madvise added in v1.45.0

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

func X__map_file added in v1.42.0

func X__map_file(tls *TLS, pathname uintptr, size uintptr) (r uintptr)

func X__math_divzero added in v1.42.0

func X__math_divzero(tls *TLS, sign Tuint32_t) (r float64)

func X__math_divzerof added in v1.42.0

func X__math_divzerof(tls *TLS, sign Tuint32_t) (r float32)

func X__math_invalid added in v1.42.0

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

func X__math_invalidf added in v1.42.0

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

func X__math_oflow added in v1.42.0

func X__math_oflow(tls *TLS, sign Tuint32_t) (r float64)

func X__math_oflowf added in v1.42.0

func X__math_oflowf(tls *TLS, sign Tuint32_t) (r float32)

func X__math_uflow added in v1.42.0

func X__math_uflow(tls *TLS, sign Tuint32_t) (r float64)

func X__math_uflowf added in v1.42.0

func X__math_uflowf(tls *TLS, sign Tuint32_t) (r float32)

func X__math_xflow added in v1.42.0

func X__math_xflow(tls *TLS, sign Tuint32_t, y2 float64) (r float64)

func X__math_xflowf added in v1.42.0

func X__math_xflowf(tls *TLS, sign Tuint32_t, y2 float32) (r float32)

func X__memrchr added in v1.45.0

func X__memrchr(tls *TLS, m uintptr, c int32, n Tsize_t) (r uintptr)

func X__mkostemps added in v1.45.0

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

func X__mmap added in v1.45.0

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

func X__mo_lookup added in v1.42.0

func X__mo_lookup(tls *TLS, p uintptr, size Tsize_t, s uintptr) (r uintptr)

func X__month_to_secs added in v1.42.0

func X__month_to_secs(tls *TLS, month int32, is_leap int32) (r int32)

func X__mprotect added in v1.45.0

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

func X__mremap added in v1.45.0

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

func X__munmap added in v1.45.0

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

func X__nl_langinfo added in v1.45.0

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

func X__nl_langinfo_l added in v1.45.0

func X__nl_langinfo_l(tls *TLS, item Tnl_item, loc Tlocale_t) (r uintptr)

func X__nscd_query added in v1.42.0

func X__nscd_query(tls *TLS, req Tint32_t, key uintptr, buf uintptr, len1 Tsize_t, swap uintptr) (r uintptr)

func X__ofl_add added in v1.42.0

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

func X__ofl_lock added in v1.42.0

func X__ofl_lock(tls *TLS) (r uintptr)

func X__ofl_unlock added in v1.42.0

func X__ofl_unlock(tls *TLS)

func X__overflow added in v1.42.0

func X__overflow(tls *TLS, f uintptr, _c int32) (r int32)

func X__pleval added in v1.42.0

func X__pleval(tls *TLS, s uintptr, n uint64) (r uint64)

func X__posix_getopt added in v1.42.0

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

func X__procfdname added in v1.42.0

func X__procfdname(tls *TLS, buf uintptr, fd uint32)

func X__ptsname_r added in v1.45.0

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

func X__putenv added in v1.42.0

func X__putenv(tls *TLS, s uintptr, l Tsize_t, r uintptr) (r1 int32)

func X__qsort_r added in v1.45.0

func X__qsort_r(tls *TLS, base uintptr, nel Tsize_t, width Tsize_t, cmp Tcmpfun, arg uintptr)

func X__register_locked_file added in v1.42.0

func X__register_locked_file(tls *TLS, f uintptr, self Tpthread_t)

func X__rem_pio2 added in v1.42.0

func X__rem_pio2(tls *TLS, x float64, y uintptr) (r1 int32)

C documentation

/* caller must handle the case when reduction is not needed: |x| ~<= pi/4 */

func X__rem_pio2_large added in v1.42.0

func X__rem_pio2_large(tls *TLS, x uintptr, y uintptr, e0 int32, nx int32, prec int32) (r int32)

func X__rem_pio2f added in v1.42.0

func X__rem_pio2f(tls *TLS, x float32, y uintptr) (r int32)

func X__res_mkquery added in v1.45.0

func X__res_mkquery(tls *TLS, op int32, dname uintptr, class int32, type1 int32, data uintptr, datalen int32, newrr uintptr, buf uintptr, buflen int32) (r int32)

func X__res_msend added in v1.42.0

func X__res_msend(tls *TLS, nqueries int32, queries uintptr, qlens uintptr, answers uintptr, alens uintptr, asize int32) (r int32)

func X__res_msend_rc added in v1.42.0

func X__res_msend_rc(tls *TLS, nqueries int32, queries uintptr, qlens uintptr, answers uintptr, alens uintptr, asize int32, conf uintptr) (r1 int32)

func X__res_send added in v1.45.0

func X__res_send(tls *TLS, _msg uintptr, _msglen int32, _answer uintptr, _anslen int32) (r1 int32)

func X__res_state added in v1.42.0

func X__res_state(tls *TLS) (r uintptr)

func X__reset_tls added in v1.42.0

func X__reset_tls(tls *TLS)

func X__restore added in v1.42.0

func X__restore(tls *TLS)

These functions will not work, but suffice for targets where the * kernel sigaction structure does not actually use sa_restorer.

func X__restore_rt added in v1.42.0

func X__restore_rt(tls *TLS)

func X__restore_sigs added in v1.42.0

func X__restore_sigs(tls *TLS, set uintptr)
func X__rtnetlink_enumerate(tls *TLS, link_af int32, addr_af int32, cb uintptr, ctx uintptr) (r1 int32)

func X__secs_to_tm added in v1.42.0

func X__secs_to_tm(tls *TLS, t int64, tm uintptr) (r int32)

func X__secs_to_zone added in v1.42.0

func X__secs_to_zone(tls *TLS, t int64, local int32, isdst uintptr, offset uintptr, oppoff uintptr, zonename uintptr)

func X__setxid added in v1.46.0

func X__setxid(tls *TLS, nr int32, id int32, eid int32, sid int32) (r int32)

func X__shgetc added in v1.1.1

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

func X__shlim added in v1.1.1

func X__shlim(tls *TLS, f uintptr, lim Toff_t)

func X__shm_mapname added in v1.42.0

func X__shm_mapname(tls *TLS, name uintptr, buf uintptr) (r uintptr)

func X__sigaction added in v1.45.0

func X__sigaction(tls *TLS, sig int32, sa uintptr, old uintptr) (r1 int32)

func X__signbit added in v1.42.0

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

C documentation

// FIXME: macro in math.h

func X__signbitf added in v1.42.0

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

C documentation

// FIXME: macro in math.h

func X__signbitl added in v1.42.0

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

func X__sigsetjmp_tail added in v1.42.0

func X__sigsetjmp_tail(tls *TLS, jb uintptr, ret int32) (r int32)

func X__sin added in v1.42.0

func X__sin(tls *TLS, x float64, y float64, iy int32) (r1 float64)

func X__sindf added in v1.42.0

func X__sindf(tls *TLS, x float64) (r1 float32)

func X__stack_chk_fail added in v1.45.0

func X__stack_chk_fail(tls *TLS)

func X__stack_chk_fail_local added in v1.42.0

func X__stack_chk_fail_local(tls *TLS)

func X__stdio_close added in v1.42.0

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

func X__stdio_exit added in v1.45.0

func X__stdio_exit(tls *TLS)

func X__stdio_exit_needed added in v1.42.0

func X__stdio_exit_needed(tls *TLS)

func X__stpcpy added in v1.45.0

func X__stpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)

func X__stpncpy added in v1.45.0

func X__stpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func X__strcasecmp_l added in v1.45.0

func X__strcasecmp_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)

func X__strchrnul added in v1.45.0

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

func X__strcoll_l added in v1.45.0

func X__strcoll_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)

func X__strerror_l added in v1.45.0

func X__strerror_l(tls *TLS, e int32, loc Tlocale_t) (r uintptr)

func X__strftime_fmt_1 added in v1.42.0

func X__strftime_fmt_1(tls *TLS, s uintptr, l uintptr, f int32, tm uintptr, loc Tlocale_t, pad int32) (r uintptr)

func X__strncasecmp_l added in v1.7.9

func X__strncasecmp_l(tls *TLS, l uintptr, r uintptr, n Tsize_t, loc Tlocale_t) (r1 int32)

func X__strtod_l added in v1.42.0

func X__strtod_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)

func X__strtof_l added in v1.42.0

func X__strtof_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float32)

func X__strtol_internal added in v1.45.0

func X__strtol_internal(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func X__strtold_l added in v1.42.0

func X__strtold_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)

func X__strtoll_internal added in v1.45.0

func X__strtoll_internal(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func X__strtoul_internal added in v1.45.0

func X__strtoul_internal(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func X__strtoull_internal added in v1.45.0

func X__strtoull_internal(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func X__sync_add_and_fetch_uint32 added in v1.11.34

func X__sync_add_and_fetch_uint32(t *TLS, p uintptr, v uint32) uint32

unsigned __sync_add_and_fetch_uint32(*unsigned, unsigned)

func X__sync_sub_and_fetch_uint32 added in v1.11.34

func X__sync_sub_and_fetch_uint32(t *TLS, p uintptr, v uint32) uint32

unsigned __sync_sub_and_fetch_uint32(*unsigned, unsigned)

func X__sync_synchronize added in v1.9.0

func X__sync_synchronize(t *TLS)

__sync_synchronize();

func X__syscall0 added in v1.42.0

func X__syscall0(tls *TLS, n long) long

func X__syscall1 added in v1.1.1

func X__syscall1(tls *TLS, n, a1 long) long

func X__syscall2 added in v1.42.0

func X__syscall2(tls *TLS, n, a1, a2 long) long

func X__syscall3 added in v1.1.1

func X__syscall3(tls *TLS, n, a1, a2, a3 long) long

func X__syscall4 added in v1.7.12

func X__syscall4(tls *TLS, n, a1, a2, a3, a4 long) long

func X__syscall5 added in v1.42.0

func X__syscall5(tls *TLS, n, a1, a2, a3, a4, a5 long) long

func X__syscall6 added in v1.42.0

func X__syscall6(tls *TLS, n, a1, a2, a3, a4, a5, a6 long) long

func X__syscall_ret added in v1.42.0

func X__syscall_ret(tls *TLS, r uint64) (r1 int64)

func X__tan added in v1.42.0

func X__tan(tls *TLS, x float64, y float64, odd int32) (r1 float64)

func X__tandf added in v1.42.0

func X__tandf(tls *TLS, x float64, odd int32) (r1 float32)

func X__tm_to_secs added in v1.42.0

func X__tm_to_secs(tls *TLS, tm uintptr) (r int64)

func X__tm_to_tzname added in v1.42.0

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

func X__tolower_l added in v1.45.0

func X__tolower_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__toread added in v1.1.1

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

func X__toread_needs_stdio_exit added in v1.1.1

func X__toread_needs_stdio_exit(tls *TLS)

func X__toupper_l added in v1.45.0

func X__toupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func X__towrite added in v1.42.0

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

func X__towrite_needs_stdio_exit added in v1.42.0

func X__towrite_needs_stdio_exit(tls *TLS)

func X__tre_mem_alloc_impl added in v1.42.0

func X__tre_mem_alloc_impl(tls *TLS, mem Ttre_mem_t, provided int32, provided_block uintptr, zero int32, size Tsize_t) (r uintptr)

C documentation

/* Allocates a block of `size' bytes from `mem'.  Returns a pointer to the
   allocated block or NULL if an underlying malloc() failed. */

func X__tre_mem_destroy added in v1.42.0

func X__tre_mem_destroy(tls *TLS, mem Ttre_mem_t)

C documentation

/* Frees the memory allocator and all memory allocated with it. */

func X__tsearch_balance added in v1.42.0

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

C documentation

/* balance *p, return 0 if height is unchanged.  */

func X__uflow added in v1.1.1

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

func X__unlist_locked_file added in v1.42.0

func X__unlist_locked_file(tls *TLS, f uintptr)

func X__unlockfile added in v1.7.12

func X__unlockfile(tls *TLS, file uintptr)

func X__vm_wait added in v1.42.0

func X__vm_wait(tls *TLS)

func X__wcscoll_l added in v1.45.0

func X__wcscoll_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)

C documentation

/* FIXME: stub */

func X__xmknod added in v1.42.0

func X__xmknod(tls *TLS, ver int32, path uintptr, mode Tmode_t, dev uintptr) (r int32)

func X__xmknodat added in v1.42.0

func X__xmknodat(tls *TLS, ver int32, fd int32, path uintptr, mode Tmode_t, dev uintptr) (r int32)

func X__xpg_basename added in v1.42.0

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

func X__xpg_strerror_r added in v1.42.0

func X__xpg_strerror_r(tls *TLS, err int32, buf uintptr, buflen Tsize_t) (r int32)

func X__xstat added in v1.42.0

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

func X__year_to_secs added in v1.42.0

func X__year_to_secs(tls *TLS, year int64, is_leap uintptr) (r int64)

func X_exit

func X_exit(tls *TLS, status int32)

func X_flushlbf added in v1.42.0

func X_flushlbf(tls *TLS)

func X_longjmp added in v1.11.28

func X_longjmp(t *TLS, env uintptr, val int32)

void _longjmp(jmp_buf env, int val);

func X_obstack_begin added in v1.7.0

func X_obstack_begin(t *TLS, obstack uintptr, size, alignment int32, chunkfun, freefun uintptr) int32

int _obstack_begin (struct obstack *h, _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment, void *(*chunkfun) (size_t), void (*freefun) (void *))

func X_obstack_newchunk added in v1.7.0

func X_obstack_newchunk(t *TLS, obstack uintptr, length int32) int32

extern void _obstack_newchunk(struct obstack *, int);

func X_pthread_cleanup_pop added in v1.42.0

func X_pthread_cleanup_pop(tls *TLS, _ uintptr, run int32)

func X_pthread_cleanup_push added in v1.42.0

func X_pthread_cleanup_push(tls *TLS, _, f, x uintptr)

func X_setjmp added in v1.11.28

func X_setjmp(t *TLS, env uintptr) int32

int _setjmp(jmp_buf env);

func Xa64l added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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

func Xacos

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

func Xacosf added in v1.42.0

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

func Xacosh added in v1.8.1

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

C documentation

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

func Xacoshf added in v1.42.0

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

C documentation

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

func Xacoshl added in v1.42.0

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

func Xacosl added in v1.42.0

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

func Xaddmntent added in v1.42.0

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

func Xadjtime added in v1.42.0

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

func Xadjtimex added in v1.42.0

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

func Xalarm

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

func Xalloca added in v1.25.0

func Xalloca(tls *TLS, size Tsize_t) uintptr

func Xalphasort added in v1.42.0

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

func Xarch_prctl added in v1.42.0

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

func Xasctime added in v1.42.0

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

func Xasctime_r added in v1.42.0

func Xasctime_r(tls *TLS, tm uintptr, buf uintptr) (r uintptr)

func Xasin

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

func Xasinf added in v1.42.0

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

func Xasinh added in v1.8.1

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 added in v1.42.0

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 added in v1.42.0

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

func Xasinl added in v1.42.0

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

func Xasprintf added in v1.42.0

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

func Xat_quick_exit added in v1.42.0

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 added in v1.42.0

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

func Xatan2l added in v1.42.0

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

func Xatanf added in v1.42.0

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

func Xatanh added in v1.8.1

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 added in v1.42.0

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 added in v1.42.0

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

func Xatanl added in v1.42.0

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

func Xatexit added in v1.7.0

func Xatexit(tls *TLS, func_ 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 added in v1.42.0

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

func Xbacktrace

func Xbacktrace(t *TLS, buf uintptr, size int32) int32

int backtrace(void **buffer, int size);

func Xbacktrace_symbols_fd

func Xbacktrace_symbols_fd(t *TLS, buffer uintptr, size, fd int32)

void backtrace_symbols_fd(void *const *buffer, int size, int fd);

func Xbasename added in v1.45.0

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

func Xbcmp added in v1.42.0

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

func Xbcopy added in v1.42.0

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 added in v1.42.0

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

func Xbindtextdomain added in v1.42.0

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

func Xbrk added in v1.42.0

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

func Xbsearch added in v1.14.5

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

func Xbzero added in v1.11.100

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

func Xcabs added in v1.42.0

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

func Xcabsf added in v1.42.0

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

func Xcabsl added in v1.42.0

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

func Xcacos added in v1.42.0

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

func Xcacosf added in v1.42.0

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

func Xcacosh added in v1.42.0

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

func Xcacoshf added in v1.42.0

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

func Xcacoshl added in v1.42.0

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

func Xcacosl added in v1.42.0

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

func Xcalloc

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

func Xcapget added in v1.42.0

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

func Xcapset added in v1.42.0

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

func Xcarg added in v1.42.0

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

func Xcargf added in v1.42.0

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

func Xcargl added in v1.42.0

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

func Xcasin added in v1.42.0

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

func Xcasinf added in v1.42.0

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

func Xcasinh added in v1.42.0

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

func Xcasinhf added in v1.42.0

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

func Xcasinhl added in v1.42.0

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

func Xcasinl added in v1.42.0

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

func Xcatan added in v1.42.0

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

func Xcatanf added in v1.42.0

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

func Xcatanh added in v1.42.0

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

func Xcatanhf added in v1.42.0

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

func Xcatanhl added in v1.42.0

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

func Xcatanl added in v1.42.0

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

func Xcatclose added in v1.42.0

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

func Xcatgets added in v1.42.0

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

func Xcbrt added in v1.42.0

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

func Xcbrtf added in v1.42.0

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

func Xcbrtl added in v1.42.0

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

func Xccos added in v1.42.0

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

func Xccosf added in v1.42.0

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

func Xccosh added in v1.42.0

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

func Xccoshf added in v1.42.0

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

func Xccoshl added in v1.42.0

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

C documentation

//FIXME

func Xccosl added in v1.42.0

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

func Xceil

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

func Xceilf added in v1.7.8

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

func Xceill added in v1.42.0

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

func Xcexp added in v1.42.0

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

func Xcexpf added in v1.42.0

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

func Xcexpl added in v1.42.0

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

C documentation

//FIXME

func Xcfmakeraw added in v1.42.0

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 Xcfsetspeed added in v1.42.0

func Xcfsetspeed(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 added in v1.42.0

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

func Xcimag added in v1.42.0

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

func Xcimagf added in v1.42.0

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

func Xcimagl added in v1.42.0

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

func Xclearenv added in v1.42.0

func Xclearenv(tls *TLS) (r int32)

func Xclearerr added in v1.45.0

func Xclearerr(tls *TLS, f uintptr)

func Xclearerr_unlocked added in v1.42.0

func Xclearerr_unlocked(tls *TLS, f uintptr)

func Xclock_adjtime added in v1.42.0

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

func Xclock_getcpuclockid added in v1.42.0

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

func Xclock_getres added in v1.42.0

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

func Xclock_gettime added in v1.7.7

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

func Xclock_nanosleep added in v1.42.0

func Xclock_nanosleep(tls *TLS, clk Tclockid_t, flags int32, req uintptr, rem uintptr) (r int32)

func Xclock_settime added in v1.42.0

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

func Xclog added in v1.42.0

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

func Xclogf added in v1.42.0

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

func Xclogl added in v1.42.0

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

func Xclose

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

func Xclosedir

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

func Xcloselog added in v1.42.0

func Xcloselog(tls *TLS)

func Xconj added in v1.42.0

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

func Xconjf added in v1.42.0

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

func Xconjl added in v1.42.0

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 added in v1.7.0

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 added in v1.42.0

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

func Xcoshl added in v1.42.0

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

func Xcosl added in v1.42.0

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

func Xcpow added in v1.42.0

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

func Xcpowf added in v1.42.0

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

func Xcpowl added in v1.42.0

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

func Xcproj added in v1.42.0

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

func Xcprojf added in v1.42.0

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

func Xcprojl added in v1.42.0

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

func Xcreal added in v1.42.0

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

func Xcrealf added in v1.42.0

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

func Xcreall added in v1.42.0

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

func Xcreat added in v1.42.0

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

func Xcrypt added in v1.42.0

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

func Xcrypt_r added in v1.42.0

func Xcrypt_r(tls *TLS, key uintptr, salt uintptr, data uintptr) (r uintptr)

func Xcsin added in v1.42.0

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

func Xcsinf added in v1.42.0

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

func Xcsinh added in v1.42.0

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

func Xcsinhf added in v1.42.0

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

func Xcsinhl added in v1.42.0

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

C documentation

//FIXME

func Xcsinl added in v1.42.0

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

func Xcsqrt added in v1.42.0

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

func Xcsqrtf added in v1.42.0

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

func Xcsqrtl added in v1.42.0

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

C documentation

//FIXME

func Xctan added in v1.42.0

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

func Xctanf added in v1.42.0

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

func Xctanh added in v1.42.0

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

func Xctanhf added in v1.42.0

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

func Xctanhl added in v1.42.0

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

C documentation

//FIXME

func Xctanl added in v1.42.0

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

func Xctermid added in v1.42.0

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

func Xctime added in v1.7.9

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

func Xctime_r added in v1.9.1

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

func Xcuserid added in v1.48.0

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

func Xdcgettext added in v1.42.0

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

func Xdcngettext added in v1.42.0

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

func Xdelete_module added in v1.42.0

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

func Xdgettext added in v1.42.0

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

func Xdifftime added in v1.42.0

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

func Xdirfd added in v1.42.0

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

func Xdirname added in v1.42.0

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

func Xdlclose

func Xdlclose(t *TLS, handle uintptr) int32

func Xdlerror

func Xdlerror(t *TLS) uintptr

func Xdlopen

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

func Xdlsym

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

func Xdn_comp added in v1.42.0

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

func Xdn_expand added in v1.42.0

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

func Xdn_skipname added in v1.42.0

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

func Xdngettext added in v1.42.0

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

func Xdprintf added in v1.42.0

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

func Xdrand48 added in v1.42.0

func Xdrand48(tls *TLS) (r float64)

func Xdrem added in v1.42.0

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

func Xdremf added in v1.42.0

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

func Xdup added in v1.42.0

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

func Xdup2

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

func Xdup3 added in v1.14.10

func Xdup3(tls *TLS, old int32, new1 int32, flags int32) (r int32)

func Xeaccess added in v1.48.0

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

func Xecvt added in v1.42.0

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

func Xencrypt added in v1.42.0

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

func Xendgrent added in v1.42.0

func Xendgrent(tls *TLS)

func Xendhostent added in v1.45.0

func Xendhostent(tls *TLS)

func Xendmntent added in v1.42.0

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

func Xendnetent added in v1.42.0

func Xendnetent(tls *TLS)

func Xendprotoent added in v1.42.0

func Xendprotoent(tls *TLS)

func Xendpwent added in v1.7.9

func Xendpwent(tls *TLS)

func Xendservent added in v1.42.0

func Xendservent(tls *TLS)

func Xendspent added in v1.42.0

func Xendspent(tls *TLS)

func Xendusershell added in v1.48.0

func Xendusershell(tls *TLS)

func Xendutent added in v1.48.0

func Xendutent(tls *TLS)

func Xendutxent added in v1.48.0

func Xendutxent(tls *TLS)

func Xepoll_create added in v1.42.0

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

func Xepoll_create1 added in v1.42.0

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

func Xepoll_ctl added in v1.42.0

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

func Xepoll_pwait added in v1.42.0

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

func Xepoll_wait added in v1.42.0

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

func Xerand48 added in v1.42.0

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

func Xerf added in v1.42.0

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

func Xerfc added in v1.42.0

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

func Xerfcf added in v1.42.0

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

func Xerfcl added in v1.42.0

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

func Xerff added in v1.42.0

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

func Xerfl added in v1.42.0

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

func Xerr added in v1.48.0

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

func Xerrx added in v1.48.0

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

func Xether_aton added in v1.42.0

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

func Xether_aton_r added in v1.42.0

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

func Xether_hostton added in v1.42.0

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

func Xether_line added in v1.42.0

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

func Xether_ntoa added in v1.42.0

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

func Xether_ntoa_r added in v1.42.0

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

func Xether_ntohost added in v1.42.0

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

func Xeuidaccess added in v1.48.0

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

func Xeventfd added in v1.42.0

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

func Xeventfd_read added in v1.42.0

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

func Xeventfd_write added in v1.42.0

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

func Xexecl added in v1.42.0

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

func Xexecle added in v1.42.0

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

func Xexeclp added in v1.42.0

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

func Xexecv added in v1.42.0

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

func Xexecve added in v1.42.0

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 Xexecvpe added in v1.42.0

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

func Xexit

func Xexit(tls *TLS, code int32)

func Xexp

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

func Xexp10 added in v1.45.0

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

func Xexp10f added in v1.45.0

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

func Xexp10l added in v1.45.0

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

func Xexp2 added in v1.42.0

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

func Xexp2f added in v1.42.0

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

func Xexp2l added in v1.42.0

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

func Xexpf added in v1.42.0

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

func Xexpl added in v1.42.0

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

func Xexplicit_bzero added in v1.42.0

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

func Xexpm1 added in v1.42.0

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

func Xexpm1f added in v1.42.0

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

func Xexpm1l added in v1.42.0

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 Xfabsl added in v1.7.0

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

func Xfaccessat added in v1.14.10

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

func Xfallocate added in v1.42.0

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

func Xfanotify_init added in v1.42.0

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

func Xfanotify_mark added in v1.42.0

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

func Xfchdir added in v1.42.0

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

func Xfchmod

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

func Xfchmodat added in v1.14.10

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 added in v1.14.10

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 Xfcntl64

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

func Xfcvt added in v1.42.0

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

func Xfdatasync added in v1.42.0

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

func Xfdim added in v1.42.0

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

func Xfdimf added in v1.42.0

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

func Xfdiml added in v1.42.0

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

func Xfdopen

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

func Xfdopendir added in v1.42.0

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

func Xfeclearexcept added in v1.42.0

func Xfeclearexcept(tls *TLS, mask int32) (r int32)

func Xfegetenv added in v1.42.0

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

func Xfegetround added in v1.42.0

func Xfegetround(tls *TLS) (r int32)

func Xfeof added in v1.29.0

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

func Xfeof_unlocked added in v1.42.0

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

func Xferaiseexcept added in v1.42.0

func Xferaiseexcept(tls *TLS, mask int32) (r int32)

func Xferror

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

func Xferror_unlocked added in v1.42.0

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

func Xfesetenv added in v1.42.0

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

func Xfetestexcept added in v1.42.0

func Xfetestexcept(tls *TLS, mask int32) (r int32)

func Xfexecve added in v1.42.0

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

func Xfflush

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

func Xfflush_unlocked added in v1.42.0

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

func Xffs added in v1.25.0

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

func Xffsl added in v1.42.0

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

func Xffsll added in v1.42.0

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

func Xfgetc

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

func Xfgetc_unlocked added in v1.42.0

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

func Xfgetgrent added in v1.42.0

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

func Xfgetln added in v1.42.0

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

func Xfgetpos added in v1.42.0

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

func Xfgetpwent added in v1.42.0

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

func Xfgets

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

func Xfgets_unlocked added in v1.42.0

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

func Xfgetws added in v1.45.0

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

func Xfgetws_unlocked added in v1.42.0

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

func Xfileno

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

func Xfileno_unlocked added in v1.42.0

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

func Xfinite added in v1.42.0

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

func Xfinitef added in v1.42.0

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

func Xflock added in v1.42.0

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

func Xflockfile added in v1.42.0

func Xflockfile(tls *TLS, f uintptr)

func Xfloor

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

func Xfloorf added in v1.42.0

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

func Xfloorl added in v1.42.0

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

func Xfma added in v1.42.0

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

func Xfmal added in v1.42.0

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

func Xfmax added in v1.42.0

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

func Xfmaxf added in v1.42.0

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

func Xfmaxl added in v1.42.0

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

func Xfmemopen added in v1.42.0

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

func Xfmin added in v1.42.0

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

func Xfminf added in v1.42.0

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

func Xfminl added in v1.42.0

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

func Xfmod

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

func Xfmodf added in v1.42.0

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

func Xfmodl added in v1.7.0

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

func Xfmtmsg added in v1.42.0

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

func Xfnmatch added in v1.42.0

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 Xfopen64

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

func Xfopencookie added in v1.42.0

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

func Xfork

func Xfork(t *TLS) int32

func Xfpathconf added in v1.42.0

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 Xfpurge added in v1.42.0

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

func Xfputc

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

func Xfputc_unlocked added in v1.42.0

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

func Xfputs

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

func Xfputs_unlocked added in v1.42.0

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

func Xfputws added in v1.45.0

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

func Xfputws_unlocked added in v1.42.0

func Xfputws_unlocked(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 added in v1.42.0

func Xfreeifaddrs(tls *TLS, ifp uintptr)

func Xfreelocale added in v1.45.0

func Xfreelocale(tls *TLS, l Tlocale_t)

func Xfremovexattr added in v1.42.0

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

func Xfreopen added in v1.42.0

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 added in v1.42.0

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

func Xfrexpl added in v1.42.0

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

func Xfscanf added in v1.7.0

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 v1.42.0

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

func Xfsetpos added in v1.42.0

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

func Xfsetxattr added in v1.42.0

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 Xfstat64

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

func Xfstatat added in v1.42.0

func Xfstatat(tls *TLS, fd int32, path uintptr, st uintptr, flag int32) (r int32)

func Xfstatfs added in v1.11.28

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

func Xfstatvfs added in v1.42.0

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 added in v1.42.0

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

func Xftruncate

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

func Xftruncate64

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

func Xftrylockfile added in v1.42.0

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

func Xfts64_close added in v1.2.0

func Xfts64_close(t *TLS, ftsp uintptr) int32

int fts_close(FTS *ftsp);

func Xfts64_open added in v1.2.0

func Xfts64_open(t *TLS, path_argv uintptr, options int32, compar uintptr) uintptr

FTS *fts_open(char * const *path_argv, int options, int (*compar)(const FTSENT **, const FTSENT **));

func Xfts64_read added in v1.2.0

func Xfts64_read(t *TLS, ftsp uintptr) uintptr

FTSENT *fts_read(FTS *ftsp);

func Xfts_close

func Xfts_close(t *TLS, ftsp uintptr) int32

int fts_close(FTS *ftsp);

func Xfts_open

func Xfts_open(t *TLS, path_argv uintptr, options int32, compar uintptr) uintptr

FTS *fts_open(char * const *path_argv, int options, int (*compar)(const FTSENT **, const FTSENT **));

func Xfts_read

func Xfts_read(t *TLS, ftsp uintptr) uintptr

FTSENT *fts_read(FTS *ftsp);

func Xftw added in v1.48.0

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

func Xfunlockfile added in v1.42.0

func Xfunlockfile(tls *TLS, f uintptr)

func Xfutimens added in v1.42.0

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

func Xfutimes added in v1.48.0

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

func Xfutimesat added in v1.42.0

func Xfutimesat(tls *TLS, dirfd int32, pathname uintptr, times uintptr) (r int32)

func Xfwide added in v1.42.0

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

func Xfwprintf added in v1.42.0

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

func Xfwscanf added in v1.45.0

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 added in v1.42.0

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

func Xget_avphys_pages added in v1.42.0

func Xget_avphys_pages(tls *TLS) (r int64)

func Xget_current_dir_name added in v1.42.0

func Xget_current_dir_name(tls *TLS) (r uintptr)

func Xget_nprocs added in v1.42.0

func Xget_nprocs(tls *TLS) (r int32)

func Xget_nprocs_conf added in v1.42.0

func Xget_nprocs_conf(tls *TLS) (r int32)

func Xget_phys_pages added in v1.42.0

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 Xgetauxval added in v1.42.0

func Xgetauxval(tls *TLS, item uint64) (r uint64)

func Xgetc added in v1.7.0

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

func Xgetc_unlocked added in v1.45.0

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

func Xgetchar added in v1.42.0

func Xgetchar(tls *TLS) (r int32)

func Xgetchar_unlocked added in v1.42.0

func Xgetchar_unlocked(tls *TLS) (r int32)

func Xgetcwd

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

func Xgetdate added in v1.42.0

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

func Xgetdents added in v1.42.0

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

func Xgetdomainname added in v1.42.0

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

func Xgetdtablesize added in v1.48.0

func Xgetdtablesize(tls *TLS) (r int32)

func Xgetentropy added in v1.11.24

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

func Xgetenv

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

func Xgetgrent added in v1.42.0

func Xgetgrent(tls *TLS) (r uintptr)

func Xgetgrgid

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

func Xgetgrgid_r added in v1.8.1

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 added in v1.8.1

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

func Xgetgrouplist added in v1.42.0

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

func Xgetgroups added in v1.42.0

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 added in v1.1.1

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 added in v1.1.1

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

func Xgethostbyname2_r added in v1.1.1

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 added in v1.8.1

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

func Xgethostent added in v1.42.0

func Xgethostent(tls *TLS) (r uintptr)

func Xgethostid added in v1.42.0

func Xgethostid(tls *TLS) (r int64)

func Xgethostname added in v1.7.7

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

func Xgetifaddrs added in v1.42.0

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

func Xgetitimer added in v1.42.0

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

func Xgetloadavg added in v1.48.0

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

func Xgetlogin added in v1.42.0

func Xgetlogin(tls *TLS) (r uintptr)

func Xgetlogin_r added in v1.42.0

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

func Xgetmntent added in v1.42.0

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

func Xgetmntent_r added in v1.42.0

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 added in v1.42.0

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

func Xgetnetbyname added in v1.42.0

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

func Xgetnetent added in v1.42.0

func Xgetnetent(tls *TLS) (r uintptr)

func Xgetopt added in v1.45.0

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

func Xgetopt_long added in v1.42.0

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

func Xgetopt_long_only added in v1.42.0

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

func Xgetpagesize added in v1.45.0

func Xgetpagesize(tls *TLS) (r int32)

func Xgetpass added in v1.48.0

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

func Xgetpeername

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

func Xgetpriority added in v1.42.0

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

func Xgetprotobyname added in v1.42.0

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

func Xgetprotobynumber added in v1.42.0

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

func Xgetprotoent added in v1.42.0

func Xgetprotoent(tls *TLS) (r uintptr)

func Xgetpwent added in v1.42.0

func Xgetpwent(tls *TLS) (r uintptr)

func Xgetpwnam

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

func Xgetpwnam_r added in v1.7.8

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 added in v1.7.8

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

func Xgetresgid added in v1.7.8

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

func Xgetresuid added in v1.7.8

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 Xgetrlimit64 added in v1.2.0

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

func Xgetrusage

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

func Xgets added in v1.42.0

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

func Xgetservbyname

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

func Xgetservbyname_r added in v1.42.0

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

func Xgetservent added in v1.42.0

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 added in v1.42.0

func Xgetspent(tls *TLS) (r uintptr)

func Xgetsubopt added in v1.42.0

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

func Xgettext added in v1.42.0

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

func Xgettimeofday

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

func Xgetusershell added in v1.48.0

func Xgetusershell(tls *TLS) (r uintptr)

func Xgetutent added in v1.48.0

func Xgetutent(tls *TLS) (r uintptr)

func Xgetutid added in v1.48.0

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

func Xgetutline added in v1.48.0

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

func Xgetutxent added in v1.48.0

func Xgetutxent(tls *TLS) (r uintptr)

func Xgetutxid added in v1.48.0

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

func Xgetutxline added in v1.48.0

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

func Xgetw added in v1.42.0

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

func Xglob added in v1.42.0

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

func Xglobfree added in v1.42.0

func Xglobfree(tls *TLS, g uintptr)

func Xgmtime added in v1.40.11

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

func Xgmtime_r

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

func Xgrantpt added in v1.42.0

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

func Xhasmntopt added in v1.42.0

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

func Xhcreate added in v1.42.0

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

func Xhdestroy added in v1.42.0

func Xhdestroy(tls *TLS)

func Xherror added in v1.42.0

func Xherror(tls *TLS, msg uintptr)

func Xhsearch added in v1.42.0

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

func Xhstrerror added in v1.42.0

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

func Xhypot

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

func Xhypotf added in v1.42.0

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

func Xhypotl added in v1.42.0

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

func Xiconv_close added in v1.42.0

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

func Xif_freenameindex added in v1.42.0

func Xif_freenameindex(tls *TLS, idx uintptr)

func Xif_indextoname added in v1.42.0

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

func Xif_nameindex added in v1.42.0

func Xif_nameindex(tls *TLS) (r uintptr)

func Xif_nametoindex added in v1.42.0

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

func Xilogb added in v1.42.0

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

func Xilogbf added in v1.42.0

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

func Xilogbl added in v1.42.0

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

func Xindex added in v1.42.0

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

func Xinet_aton added in v1.42.0

func Xinet_aton(tls *TLS, s0 uintptr, dest uintptr) (r int32)

func Xinet_ntoa

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

func Xinet_ntop added in v1.1.1

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

func Xinet_pton added in v1.1.1

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

func Xinit_module added in v1.42.0

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

func Xinitstate added in v1.11.102

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

func Xinitstate_r added in v1.7.8

func Xinitstate_r(t *TLS, seed uint32, statebuf uintptr, statelen Tsize_t, buf uintptr) int32

The initstate_r() function is like initstate(3) except that it initializes the state in the object pointed to by buf, rather than initializing the global state variable. Before calling this function, the buf.state field must be initialized to NULL. The initstate_r() function records a pointer to the statebuf argument inside the structure pointed to by buf. Thus, state‐ buf should not be deallocated so long as buf is still in use. (So, statebuf should typically be allocated as a static variable, or allocated on the heap using malloc(3) or similar.)

char *initstate_r(unsigned int seed, char *statebuf, size_t statelen, struct random_data *buf);

func Xinotify_add_watch added in v1.42.0

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

func Xinotify_init added in v1.42.0

func Xinotify_init(tls *TLS) (r int32)

func Xinotify_init1 added in v1.42.0

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

func Xinotify_rm_watch added in v1.42.0

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

func Xinsque added in v1.42.0

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

func Xioctl

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

func Xioperm added in v1.42.0

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

func Xiopl added in v1.42.0

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

func Xisalnum added in v1.1.1

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

func Xisalnum_l added in v1.42.0

func Xisalnum_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xisalpha added in v1.1.1

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

func Xisalpha_l added in v1.42.0

func Xisalpha_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xisascii added in v1.11.101

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

func Xisastream added in v1.48.0

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

func Xisatty

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

func Xisblank added in v1.42.0

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

func Xisblank_l added in v1.42.0

func Xisblank_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xiscntrl added in v1.42.0

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

func Xiscntrl_l added in v1.42.0

func Xiscntrl_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xisdigit added in v1.1.1

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

func Xisdigit_l added in v1.42.0

func Xisdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xisgraph added in v1.42.0

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

func Xisgraph_l added in v1.42.0

func Xisgraph_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xislower added in v1.7.0

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

func Xislower_l added in v1.42.0

func Xislower_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xisnan

func Xisnan(t *TLS, x float64) int32

func Xisnanf

func Xisnanf(t *TLS, arg float32) int32

func Xisnanl

func Xisnanl(t *TLS, arg float64) int32

func Xisprint added in v1.7.0

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

func Xisprint_l added in v1.42.0

func Xisprint_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xispunct added in v1.42.0

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

func Xispunct_l added in v1.42.0

func Xispunct_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xissetugid added in v1.42.0

func Xissetugid(tls *TLS) (r int32)

func Xisspace added in v1.42.0

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

func Xisspace_l added in v1.42.0

func Xisspace_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xisupper added in v1.7.0

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

func Xisupper_l added in v1.42.0

func Xisupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xiswalnum added in v1.11.35

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

func Xiswalnum_l added in v1.42.0

func Xiswalnum_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswalpha added in v1.42.0

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

func Xiswalpha_l added in v1.42.0

func Xiswalpha_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswblank added in v1.42.0

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

func Xiswblank_l added in v1.42.0

func Xiswblank_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswcntrl added in v1.42.0

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

func Xiswcntrl_l added in v1.42.0

func Xiswcntrl_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswctype added in v1.42.0

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

func Xiswctype_l added in v1.42.0

func Xiswctype_l(tls *TLS, c Twint_t, t Twctype_t, l Tlocale_t) (r int32)

func Xiswdigit added in v1.42.0

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

func Xiswdigit_l added in v1.42.0

func Xiswdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswgraph added in v1.42.0

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

func Xiswgraph_l added in v1.42.0

func Xiswgraph_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswlower added in v1.42.0

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

func Xiswlower_l added in v1.42.0

func Xiswlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswprint added in v1.42.0

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

func Xiswprint_l added in v1.42.0

func Xiswprint_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswpunct added in v1.42.0

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

func Xiswpunct_l added in v1.42.0

func Xiswpunct_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswspace added in v1.11.35

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

func Xiswspace_l added in v1.42.0

func Xiswspace_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswupper added in v1.42.0

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

func Xiswupper_l added in v1.42.0

func Xiswupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xiswxdigit added in v1.42.0

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

func Xiswxdigit_l added in v1.42.0

func Xiswxdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)

func Xisxdigit added in v1.7.0

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

func Xisxdigit_l added in v1.42.0

func Xisxdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xj0 added in v1.42.0

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

func Xj0f added in v1.42.0

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

func Xj1 added in v1.42.0

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

func Xj1f added in v1.42.0

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

func Xjn added in v1.42.0

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

func Xjnf added in v1.42.0

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

func Xjrand48 added in v1.42.0

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

func Xkill added in v1.7.7

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

func Xkillpg added in v1.42.0

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

func Xklogctl added in v1.42.0

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

func Xl64a added in v1.42.0

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

func Xlabs added in v1.40.8

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

func Xlchmod added in v1.42.0

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

func Xlchown added in v1.42.0

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

func Xlckpwdf added in v1.42.0

func Xlckpwdf(tls *TLS) (r int32)

func Xlcong48 added in v1.42.0

func Xlcong48(tls *TLS, p uintptr)

func Xldexp

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

func Xldexpf added in v1.42.0

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

func Xldexpl added in v1.42.0

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

func Xlfind added in v1.42.0

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

func Xlgamma added in v1.42.0

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

func Xlgamma_r added in v1.42.0

func Xlgamma_r(tls *TLS, x float64, signgamp uintptr) (r float64)

func Xlgammaf added in v1.42.0

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

func Xlgammaf_r added in v1.42.0

func Xlgammaf_r(tls *TLS, x float32, signgamp uintptr) (r float32)

func Xlgammal added in v1.42.0

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

func Xlgammal_r added in v1.42.0

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

func Xlinkat added in v1.14.10

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

func Xlisten

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

func Xllabs added in v1.20.2

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

func Xllrint added in v1.42.0

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

func Xllrintf added in v1.42.0

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

func Xllrintl added in v1.42.0

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

func Xllround added in v1.42.0

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

func Xllroundf added in v1.42.0

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

func Xllroundl added in v1.42.0

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

func Xlocaleconv added in v1.11.29

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 added in v1.42.0

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 added in v1.42.0

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

func Xlog10l added in v1.42.0

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

func Xlog1p added in v1.42.0

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

func Xlog1pf added in v1.42.0

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

func Xlog1pl added in v1.42.0

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

func Xlog2 added in v1.22.3

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

func Xlog2f added in v1.42.0

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

func Xlog2l added in v1.42.0

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

func Xlogb added in v1.42.0

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

func Xlogbf added in v1.42.0

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

func Xlogbl added in v1.42.0

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

func Xlogf added in v1.42.0

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

func Xlogin_tty added in v1.42.0

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

func Xlogl added in v1.42.0

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

func Xlongjmp added in v1.11.27

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

void longjmp(jmp_buf env, int val);

func Xlrand48 added in v1.7.7

func Xlrand48(tls *TLS) (r int64)

func Xlremovexattr added in v1.42.0

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

func Xlrint added in v1.40.8

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

func Xlrintf added in v1.40.8

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

func Xlrintl added in v1.42.0

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

func Xlround added in v1.42.0

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

func Xlroundf added in v1.42.0

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

func Xlroundl added in v1.42.0

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

func Xlsearch added in v1.42.0

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

func Xlsetxattr added in v1.42.0

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 Xlstat64

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

func Xlutimes added in v1.48.0

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

func Xmadvise added in v1.42.0

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

func Xmalloc

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

func Xmblen added in v1.7.7

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

func Xmbsinit added in v1.7.12

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

func Xmbtowc added in v1.7.7

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

func Xmemccpy added in v1.42.0

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 added in v1.42.0

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

func Xmemmem added in v1.42.0

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 added in v1.42.0

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

func Xmemrchr added in v1.42.0

func Xmemrchr(tls *TLS, m uintptr, c int32, n Tsize_t) (r uintptr)

func Xmemset

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

func Xmincore added in v1.42.0

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 added in v1.14.10

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

func Xmkdtemp added in v1.42.0

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

func Xmkfifo

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

func Xmkfifoat added in v1.42.0

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 added in v1.14.10

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

func Xmkostemp added in v1.11.28

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

func Xmkostemps added in v1.42.0

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

func Xmkstemp

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

func Xmkstemp64 added in v1.2.0

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

func Xmkstemps

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

func Xmkstemps64 added in v1.2.0

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

func Xmktemp added in v1.42.0

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

func Xmlock added in v1.42.0

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

func Xmlock2 added in v1.42.0

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

func Xmlockall added in v1.42.0

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

func Xmmap added in v1.7.0

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

func Xmmap64

func Xmmap64(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 added in v1.42.0

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

func Xmodfl added in v1.42.0

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

func Xmount added in v1.42.0

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

func Xmprotect added in v1.42.0

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

func Xmrand48 added in v1.42.0

func Xmrand48(tls *TLS) (r int64)

func Xmremap added in v1.7.0

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

func Xmsgctl added in v1.42.0

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

func Xmsgget added in v1.42.0

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

func Xmsgsnd added in v1.42.0

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

func Xmsync added in v1.42.0

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

func Xmunlock added in v1.42.0

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

func Xmunlockall added in v1.42.0

func Xmunlockall(tls *TLS) (r int32)

func Xmunmap

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

func Xname_to_handle_at added in v1.42.0

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

func Xnan added in v1.42.0

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

func Xnanf added in v1.7.0

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

func Xnanl added in v1.42.0

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

func Xnanosleep added in v1.22.3

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

func Xnextafter added in v1.42.0

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

func Xnextafterf added in v1.42.0

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

func Xnextafterl added in v1.42.0

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

func Xnexttoward added in v1.42.0

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

func Xnexttowardf added in v1.42.0

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

func Xnexttowardl added in v1.42.0

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

func Xnftw added in v1.42.0

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

func Xngettext added in v1.42.0

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

func Xnice added in v1.42.0

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

func Xnl_langinfo

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

func Xnl_langinfo_l added in v1.42.0

func Xnl_langinfo_l(tls *TLS, item Tnl_item, loc Tlocale_t) (r uintptr)

func Xnrand48 added in v1.42.0

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

func Xns_get16 added in v1.42.0

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

func Xns_get32 added in v1.42.0

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

func Xns_initparse added in v1.42.0

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

func Xns_name_uncompress added in v1.42.0

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

func Xns_parserr added in v1.42.0

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

func Xns_put16 added in v1.42.0

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

func Xns_put32 added in v1.42.0

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

func Xns_skiprr added in v1.42.0

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

func Xobstack_free added in v1.7.0

func Xobstack_free(t *TLS, obstack, obj uintptr)

void obstack_free (struct obstack *h, void *obj)

func Xobstack_vprintf added in v1.7.0

func Xobstack_vprintf(t *TLS, obstack, template, va uintptr) int32

int obstack_vprintf (struct obstack *obstack, const char *template, va_list ap)

func Xopen

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

func Xopen64

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

func Xopen_by_handle_at added in v1.42.0

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

func Xopen_memstream added in v1.42.0

func Xopen_memstream(tls *TLS, bufp uintptr, sizep uintptr) (r uintptr)

func Xopen_wmemstream added in v1.42.0

func Xopen_wmemstream(tls *TLS, bufp uintptr, sizep uintptr) (r uintptr)

func Xopenat added in v1.14.10

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 added in v1.42.0

func Xopenlog(tls *TLS, ident uintptr, opt int32, facility int32)

func Xopenpty added in v1.7.7

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

func Xpathconf added in v1.7.7

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

func Xpause added in v1.7.7

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 added in v1.42.0

func Xpersonality(tls *TLS, persona uint64) (r int32)

func Xpipe

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

func Xpipe2 added in v1.14.10

func Xpipe2(tls *TLS, fd uintptr, flag int32) (r int32)

func Xpivot_root added in v1.42.0

func Xpivot_root(tls *TLS, new1 uintptr, old uintptr) (r int32)

func Xpoll added in v1.7.7

func Xpoll(tls *TLS, fds uintptr, n Tnfds_t, timeout int32) (r int32)

func Xpopen

func Xpopen(t *TLS, command, type1 uintptr) uintptr

FILE *popen(const char *command, const char *type);

func Xposix_close added in v1.42.0

func Xposix_close(tls *TLS, fd int32, flags int32) (r int32)

func Xposix_fadvise added in v1.7.7

func Xposix_fadvise(tls *TLS, fd int32, base Toff_t, len1 Toff_t, advice int32) (r int32)

func Xposix_fallocate added in v1.42.0

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

func Xposix_madvise added in v1.42.0

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

func Xposix_openpt added in v1.42.0

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

func Xposix_spawn_file_actions_addchdir_np added in v1.42.0

func Xposix_spawn_file_actions_addchdir_np(tls *TLS, fa uintptr, path uintptr) (r int32)

func Xposix_spawn_file_actions_addclose added in v1.42.0

func Xposix_spawn_file_actions_addclose(tls *TLS, fa uintptr, fd int32) (r int32)

func Xposix_spawn_file_actions_adddup2 added in v1.42.0

func Xposix_spawn_file_actions_adddup2(tls *TLS, fa uintptr, srcfd int32, fd int32) (r int32)

func Xposix_spawn_file_actions_addfchdir_np added in v1.42.0

func Xposix_spawn_file_actions_addfchdir_np(tls *TLS, fa uintptr, fd int32) (r int32)

func Xposix_spawn_file_actions_addopen added in v1.42.0

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 added in v1.42.0

func Xposix_spawn_file_actions_destroy(tls *TLS, fa uintptr) (r int32)

func Xposix_spawn_file_actions_init added in v1.42.0

func Xposix_spawn_file_actions_init(tls *TLS, fa uintptr) (r int32)

func Xposix_spawnattr_destroy added in v1.42.0

func Xposix_spawnattr_destroy(tls *TLS, attr uintptr) (r int32)

func Xposix_spawnattr_getflags added in v1.42.0

func Xposix_spawnattr_getflags(tls *TLS, attr uintptr, flags uintptr) (r int32)

func Xposix_spawnattr_getpgroup added in v1.42.0

func Xposix_spawnattr_getpgroup(tls *TLS, attr uintptr, pgrp uintptr) (r int32)

func Xposix_spawnattr_getschedparam added in v1.42.0

func Xposix_spawnattr_getschedparam(tls *TLS, attr uintptr, schedparam uintptr) (r int32)

func Xposix_spawnattr_getschedpolicy added in v1.42.0

func Xposix_spawnattr_getschedpolicy(tls *TLS, attr uintptr, policy uintptr) (r int32)

func Xposix_spawnattr_getsigdefault added in v1.42.0

func Xposix_spawnattr_getsigdefault(tls *TLS, attr uintptr, def uintptr) (r int32)

func Xposix_spawnattr_getsigmask added in v1.42.0

func Xposix_spawnattr_getsigmask(tls *TLS, attr uintptr, mask uintptr) (r int32)

func Xposix_spawnattr_init added in v1.42.0

func Xposix_spawnattr_init(tls *TLS, attr uintptr) (r int32)

func Xposix_spawnattr_setflags added in v1.42.0

func Xposix_spawnattr_setflags(tls *TLS, attr uintptr, flags int16) (r int32)

func Xposix_spawnattr_setpgroup added in v1.42.0

func Xposix_spawnattr_setpgroup(tls *TLS, attr uintptr, pgrp Tpid_t) (r int32)

func Xposix_spawnattr_setschedparam added in v1.42.0

func Xposix_spawnattr_setschedparam(tls *TLS, attr uintptr, schedparam uintptr) (r int32)

func Xposix_spawnattr_setschedpolicy added in v1.42.0

func Xposix_spawnattr_setschedpolicy(tls *TLS, attr uintptr, policy int32) (r int32)

func Xposix_spawnattr_setsigdefault added in v1.42.0

func Xposix_spawnattr_setsigdefault(tls *TLS, attr uintptr, def uintptr) (r int32)

func Xposix_spawnattr_setsigmask added in v1.42.0

func Xposix_spawnattr_setsigmask(tls *TLS, attr uintptr, mask uintptr) (r int32)

func Xpow

func Xpow(tls *TLS, x float64, y1 float64) (r float64)

func Xpow10 added in v1.42.0

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

func Xpow10f added in v1.42.0

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

func Xpow10l added in v1.42.0

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

func Xpowf added in v1.42.0

func Xpowf(tls *TLS, x float32, y1 float32) (r float32)

func Xpowl added in v1.42.0

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

func Xppoll added in v1.42.0

func Xppoll(tls *TLS, fds uintptr, n Tnfds_t, to uintptr, mask uintptr) (r int32)

func Xprctl added in v1.42.0

func Xprctl(tls *TLS, op int32, va uintptr) (r int32)

func Xprintf

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

func Xprlimit added in v1.42.0

func Xprlimit(tls *TLS, pid Tpid_t, resource int32, new_limit uintptr, old_limit uintptr) (r1 int32)

func Xpselect added in v1.7.7

func Xpselect(tls *TLS, n int32, rfds uintptr, wfds uintptr, efds uintptr, ts uintptr, mask uintptr) (r int32)

func Xpsiginfo added in v1.42.0

func Xpsiginfo(tls *TLS, si uintptr, msg uintptr)

func Xpsignal added in v1.42.0

func Xpsignal(tls *TLS, sig int32, msg uintptr)

func Xpthread_atfork added in v1.8.1

func Xpthread_atfork(tls *TLS, prepare, parent, child uintptr) int32

func Xpthread_attr_destroy added in v1.8.1

func Xpthread_attr_destroy(tls *TLS, a uintptr) int32

func Xpthread_attr_getdetachstate added in v1.9.0

func Xpthread_attr_getdetachstate(tls *TLS, a uintptr, state uintptr) int32

func Xpthread_attr_init added in v1.8.1

func Xpthread_attr_init(tls *TLS, a uintptr) int32

func Xpthread_attr_setdetachstate added in v1.8.1

func Xpthread_attr_setdetachstate(tls *TLS, a uintptr, state int32) (r int32)

func Xpthread_attr_setscope added in v1.8.1

func Xpthread_attr_setscope(tls *TLS, a uintptr, scope int32) int32

func Xpthread_attr_setstacksize added in v1.8.1

func Xpthread_attr_setstacksize(tls *TLS, a uintptr, stacksite Tsize_t) int32

func Xpthread_cleanup_pop added in v1.42.0

func Xpthread_cleanup_pop(tls *TLS, run int32)

func Xpthread_cleanup_push added in v1.42.0

func Xpthread_cleanup_push(tls *TLS, f, x uintptr)

func Xpthread_cond_broadcast added in v1.7.7

func Xpthread_cond_broadcast(tls *TLS, c uintptr) int32

func Xpthread_cond_destroy added in v1.7.7

func Xpthread_cond_destroy(tls *TLS, c uintptr) int32

func Xpthread_cond_init added in v1.7.7

func Xpthread_cond_init(tls *TLS, c, a uintptr) int32

func Xpthread_cond_signal added in v1.7.7

func Xpthread_cond_signal(tls *TLS, c uintptr) int32

func Xpthread_cond_timedwait added in v1.8.1

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

func Xpthread_cond_wait added in v1.7.7

func Xpthread_cond_wait(tls *TLS, c, m uintptr) int32

func Xpthread_create added in v1.7.7

func Xpthread_create(tls *TLS, res, attrp, entry, arg uintptr) int32

func Xpthread_detach added in v1.7.7

func Xpthread_detach(tls *TLS, t uintptr) int32

func Xpthread_equal added in v1.7.8

func Xpthread_equal(tls *TLS, t, u uintptr) int32

int pthread_equal(pthread_t, pthread_t);

func Xpthread_exit added in v1.8.1

func Xpthread_exit(tls *TLS, result uintptr)

func Xpthread_getspecific added in v1.8.1

func Xpthread_getspecific(tls *TLS, k Tpthread_key_t) uintptr

func Xpthread_join added in v1.8.1

func Xpthread_join(tls *TLS, t Tpthread_t, res uintptr) (r int32)

func Xpthread_key_create added in v1.8.1

func Xpthread_key_create(tls *TLS, k uintptr, dtor uintptr) int32

func Xpthread_key_delete added in v1.8.1

func Xpthread_key_delete(tls *TLS, k Tpthread_key_t) int32

func Xpthread_mutex_destroy added in v1.7.7

func Xpthread_mutex_destroy(tls *TLS, mutex uintptr) int32

func Xpthread_mutex_init added in v1.7.7

func Xpthread_mutex_init(tls *TLS, m, a uintptr) int32

func Xpthread_mutex_lock added in v1.7.7

func Xpthread_mutex_lock(tls *TLS, m uintptr) int32

func Xpthread_mutex_trylock added in v1.7.7

func Xpthread_mutex_trylock(tls *TLS, m uintptr) int32

func Xpthread_mutex_unlock added in v1.7.7

func Xpthread_mutex_unlock(tls *TLS, m uintptr) int32

func Xpthread_mutexattr_destroy added in v1.9.0

func Xpthread_mutexattr_destroy(tls *TLS, a uintptr) int32

func Xpthread_mutexattr_init added in v1.9.0

func Xpthread_mutexattr_init(tls *TLS, a uintptr) int32

func Xpthread_mutexattr_settype added in v1.9.0

func Xpthread_mutexattr_settype(tls *TLS, a uintptr, typ int32) int32

func Xpthread_self added in v1.7.8

func Xpthread_self(tls *TLS) uintptr

func Xpthread_setcancelstate added in v1.42.0

func Xpthread_setcancelstate(tls *TLS, new int32, old uintptr) int32

func Xpthread_setspecific added in v1.8.1

func Xpthread_setspecific(tls *TLS, k Tpthread_key_t, x uintptr) int32

func Xpthread_sigmask added in v1.45.0

func Xpthread_sigmask(tls *TLS, now int32, set, old uintptr) int32

func Xptrace added in v1.42.0

func Xptrace(tls *TLS, req int32, va uintptr) (r int64)

func Xptsname added in v1.42.0

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

func Xptsname_r added in v1.42.0

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

func Xputc

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

func Xputc_unlocked added in v1.45.0

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

func Xputchar

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

func Xputchar_unlocked added in v1.42.0

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

func Xputenv added in v1.42.0

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

func Xputgrent added in v1.42.0

func Xputgrent(tls *TLS, gr uintptr, f uintptr) (r1 int32)

func Xputpwent added in v1.42.0

func Xputpwent(tls *TLS, pw uintptr, f uintptr) (r int32)

func Xputs added in v1.7.0

func Xputs(tls *TLS, s uintptr) (r1 int32)

func Xputspent added in v1.42.0

func Xputspent(tls *TLS, sp uintptr, f uintptr) (r int32)

func Xpututline added in v1.48.0

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

func Xpututxline added in v1.48.0

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

func Xputw added in v1.42.0

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 Xqsort_r added in v1.42.0

func Xqsort_r(tls *TLS, base uintptr, nel Tsize_t, width Tsize_t, cmp Tcmpfun, arg uintptr)

func Xquick_exit added in v1.42.0

func Xquick_exit(tls *TLS, code int32)

func Xquotactl added in v1.42.0

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 added in v1.7.0

func Xrand_r(tls *TLS, seed uintptr) (r int32)

func Xrandom added in v1.7.0

func Xrandom(tls *TLS) (r int64)

func Xrandom_r added in v1.7.8

func Xrandom_r(t *TLS, buf, result uintptr) int32

int random_r(struct random_data *buf, int32_t *result);

func Xreaddir

func Xreaddir(tls *TLS, dir uintptr) (r uintptr)

func Xreaddir64

func Xreaddir64(tls *TLS, dir uintptr) (r uintptr)

func Xreaddir_r added in v1.42.0

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 added in v1.11.25

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 added in v1.42.0

func Xreboot(tls *TLS, type1 int32) (r int32)

func Xrecvmmsg added in v1.42.0

func Xrecvmmsg(tls *TLS, fd int32, msgvec uintptr, vlen uint32, flags uint32, timeout uintptr) (r int32)

func Xregcomp added in v1.42.0

func Xregcomp(tls *TLS, preg uintptr, regex uintptr, cflags int32) (r int32)

func Xregexec added in v1.42.0

func Xregexec(tls *TLS, preg uintptr, string1 uintptr, nmatch Tsize_t, pmatch uintptr, eflags int32) (r int32)

func Xregfree added in v1.42.0

func Xregfree(tls *TLS, preg uintptr)

func Xremainder added in v1.45.0

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

func Xremainderf added in v1.45.0

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

func Xremainderl added in v1.42.0

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

func Xremap_file_pages added in v1.42.0

func Xremap_file_pages(tls *TLS, addr uintptr, size Tsize_t, prot int32, pgoff Tsize_t, flags int32) (r int32)

func Xremove added in v1.7.7

func Xremove(tls *TLS, path uintptr) (r1 int32)

func Xremovexattr added in v1.42.0

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

func Xremque added in v1.42.0

func Xremque(tls *TLS, element uintptr)

func Xremquo added in v1.42.0

func Xremquo(tls *TLS, x float64, y float64, quo uintptr) (r float64)

func Xremquof added in v1.42.0

func Xremquof(tls *TLS, x float32, y float32, quo uintptr) (r float32)

func Xremquol added in v1.42.0

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 added in v1.42.0

func Xrenameat(tls *TLS, oldfd int32, old uintptr, newfd int32, new1 uintptr) (r int32)

func Xrenameat2 added in v1.14.10

func Xrenameat2(t *TLS, olddirfd int32, oldpath uintptr, newdirfd int32, newpath uintptr, flags int32) int32

int renameat2(int olddirfd, const char *oldpath, int newdirfd, const char *newpath, unsigned int flags);

func Xres_init added in v1.42.0

func Xres_init(tls *TLS) (r int32)

func Xres_mkquery added in v1.42.0

func Xres_mkquery(tls *TLS, op int32, dname uintptr, class int32, type1 int32, data uintptr, datalen int32, newrr uintptr, buf uintptr, buflen int32) (r int32)

func Xres_send added in v1.42.0

func Xres_send(tls *TLS, _msg uintptr, _msglen int32, _answer uintptr, _anslen int32) (r int32)

func Xrewind

func Xrewind(tls *TLS, f uintptr)

func Xrewinddir added in v1.26.0

func Xrewinddir(tls *TLS, dir uintptr)

func Xrindex added in v1.11.101

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

func Xrint added in v1.11.5

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

func Xrintf added in v1.40.8

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

func Xrintl added in v1.42.0

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 added in v1.42.0

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

func Xroundl added in v1.42.0

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

func Xsbrk added in v1.42.0

func Xsbrk(tls *TLS, inc Tintptr_t) (r uintptr)

func Xscalb added in v1.42.0

func Xscalb(tls *TLS, x float64, fn float64) (r float64)

func Xscalbf added in v1.42.0

func Xscalbf(tls *TLS, x float32, fn float32) (r float32)

func Xscalbln added in v1.42.0

func Xscalbln(tls *TLS, x float64, n int64) (r float64)

func Xscalblnf added in v1.42.0

func Xscalblnf(tls *TLS, x float32, n int64) (r float32)

func Xscalblnl added in v1.42.0

func Xscalblnl(tls *TLS, x float64, n int64) (r float64)

func Xscalbn added in v1.7.0

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

func Xscalbnf added in v1.42.0

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

func Xscalbnl added in v1.7.0

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

func Xscandir added in v1.42.0

func Xscandir(tls *TLS, path uintptr, res uintptr, sel uintptr, cmp uintptr) (r int32)

func Xscanf added in v1.45.0

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

func Xsched_yield added in v1.9.0

func Xsched_yield(tls *TLS) int32

func Xsecure_getenv added in v1.42.0

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

func Xseed48 added in v1.42.0

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

func Xseekdir added in v1.42.0

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 Xsemctl added in v1.42.0

func Xsemctl(tls *TLS, id int32, num int32, cmd int32, va uintptr) (r1 int32)

func Xsemget added in v1.42.0

func Xsemget(tls *TLS, key Tkey_t, n int32, fl int32) (r int32)

func Xsemop added in v1.42.0

func Xsemop(tls *TLS, id int32, buf uintptr, n Tsize_t) (r int32)

func Xsemtimedop added in v1.42.0

func Xsemtimedop(tls *TLS, id int32, buf uintptr, n Tsize_t, ts uintptr) (r int32)

func Xsendmmsg added in v1.42.0

func Xsendmmsg(tls *TLS, fd int32, msgvec uintptr, vlen uint32, flags uint32) (r1 int32)

func Xsetbuf added in v1.7.0

func Xsetbuf(tls *TLS, f uintptr, buf uintptr)

func Xsetbuffer added in v1.42.0

func Xsetbuffer(tls *TLS, f uintptr, buf uintptr, size Tsize_t)

func Xsetdomainname added in v1.42.0

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

func Xsetenv added in v1.7.7

func Xsetenv(tls *TLS, var1 uintptr, value uintptr, overwrite int32) (r int32)

func Xsetfsgid added in v1.42.0

func Xsetfsgid(tls *TLS, gid Tgid_t) (r int32)

func Xsetfsuid added in v1.42.0

func Xsetfsuid(tls *TLS, uid Tuid_t) (r int32)

func Xsetgid added in v1.46.0

func Xsetgid(tls *TLS, gid Tgid_t) (r int32)

func Xsetgrent added in v1.45.0

func Xsetgrent(tls *TLS)

func Xsethostent added in v1.45.0

func Xsethostent(tls *TLS, x int32)

func Xsethostname added in v1.42.0

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

func Xsetitimer added in v1.42.0

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

func Xsetjmp added in v1.11.27

func Xsetjmp(t *TLS, env uintptr) int32

int setjmp(jmp_buf env);

func Xsetkey added in v1.42.0

func Xsetkey(tls *TLS, key uintptr)

func Xsetlinebuf added in v1.42.0

func Xsetlinebuf(tls *TLS, f uintptr)

func Xsetlocale

func Xsetlocale(tls *TLS, cat int32, name uintptr) (r uintptr)

func Xsetlogmask added in v1.42.0

func Xsetlogmask(tls *TLS, maskpri int32) (r int32)

func Xsetmntent added in v1.42.0

func Xsetmntent(tls *TLS, name uintptr, mode uintptr) (r uintptr)

func Xsetnetent added in v1.42.0

func Xsetnetent(tls *TLS, x int32)

func Xsetns added in v1.42.0

func Xsetns(tls *TLS, fd int32, nstype int32) (r int32)

func Xsetpgid added in v1.42.0

func Xsetpgid(tls *TLS, pid Tpid_t, pgid Tpid_t) (r int32)

func Xsetpriority added in v1.42.0

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

func Xsetprotoent added in v1.42.0

func Xsetprotoent(tls *TLS, stayopen int32)

func Xsetpwent added in v1.45.0

func Xsetpwent(tls *TLS)

func Xsetrlimit

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

func Xsetrlimit64 added in v1.2.0

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

func Xsetservent added in v1.42.0

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 added in v1.42.0

func Xsetspent(tls *TLS)

func Xsetstate added in v1.11.102

func Xsetstate(tls *TLS, state uintptr) (r uintptr)

func Xsettimeofday added in v1.42.0

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

func Xsetuid added in v1.46.0

func Xsetuid(tls *TLS, uid Tuid_t) (r int32)

func Xsetusershell added in v1.48.0

func Xsetusershell(tls *TLS)

func Xsetutent added in v1.48.0

func Xsetutent(tls *TLS)

func Xsetutxent added in v1.48.0

func Xsetutxent(tls *TLS)

func Xsetvbuf

func Xsetvbuf(tls *TLS, f uintptr, buf uintptr, type1 int32, size Tsize_t) (r int32)

func Xsetxattr added in v1.42.0

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

func Xshm_open added in v1.42.0

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 added in v1.7.8

func Xshmat(tls *TLS, id int32, addr uintptr, flag int32) (r uintptr)

func Xshmctl added in v1.7.8

func Xshmctl(tls *TLS, id int32, cmd int32, buf uintptr) (r1 int32)

func Xshmdt added in v1.7.8

func Xshmdt(tls *TLS, addr uintptr) (r int32)

func Xshmget added in v1.42.0

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) (r int32)

func Xsigaddset added in v1.42.0

func Xsigaddset(tls *TLS, set uintptr, sig int32) (r int32)

func Xsigaltstack added in v1.42.0

func Xsigaltstack(tls *TLS, ss uintptr, old uintptr) (r int32)

func Xsigandset added in v1.42.0

func Xsigandset(tls *TLS, dest uintptr, left uintptr, right uintptr) (r1 int32)

func Xsigdelset added in v1.42.0

func Xsigdelset(tls *TLS, set uintptr, sig int32) (r int32)

func Xsigemptyset added in v1.42.0

func Xsigemptyset(tls *TLS, set uintptr) (r int32)

func Xsigfillset added in v1.42.0

func Xsigfillset(tls *TLS, set uintptr) (r int32)

func Xsigisemptyset added in v1.42.0

func Xsigisemptyset(tls *TLS, set uintptr) (r int32)

func Xsigismember added in v1.42.0

func Xsigismember(tls *TLS, set uintptr, sig int32) (r int32)

func Xsignal

func Xsignal(tls *TLS, signum int32, handler uintptr) (r uintptr)

func Xsignalfd added in v1.42.0

func Xsignalfd(tls *TLS, fd int32, sigs uintptr, flags int32) (r int32)

func Xsignificand added in v1.42.0

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

func Xsignificandf added in v1.42.0

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

func Xsigorset added in v1.42.0

func Xsigorset(tls *TLS, dest uintptr, left uintptr, right uintptr) (r1 int32)

func Xsigpending added in v1.42.0

func Xsigpending(tls *TLS, set uintptr) (r int32)

func Xsigprocmask added in v1.45.0

func Xsigprocmask(tls *TLS, how int32, set uintptr, old uintptr) (r1 int32)

func Xsigqueue added in v1.42.0

func Xsigqueue(tls *TLS, pid Tpid_t, sig int32, value Tsigval) (r1 int32)

func Xsigsuspend added in v1.42.0

func Xsigsuspend(tls *TLS, mask uintptr) (r int32)

func Xsigtimedwait added in v1.42.0

func Xsigtimedwait(tls *TLS, mask uintptr, si uintptr, timeout uintptr) (r int32)

func Xsigwait added in v1.42.0

func Xsigwait(tls *TLS, mask uintptr, sig uintptr) (r int32)

func Xsigwaitinfo added in v1.42.0

func Xsigwaitinfo(tls *TLS, mask uintptr, si uintptr) (r int32)

func Xsin

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

func Xsincos added in v1.42.0

func Xsincos(tls *TLS, x float64, sin uintptr, cos uintptr)

func Xsincosf added in v1.42.0

func Xsincosf(tls *TLS, x float32, sin uintptr, cos uintptr)

func Xsincosl added in v1.42.0

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 added in v1.42.0

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

func Xsinhl added in v1.42.0

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

func Xsinl added in v1.42.0

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 added in v1.42.0

func Xsockatmark(tls *TLS, s int32) (r int32)

func Xsocket

func Xsocket(tls *TLS, domain int32, type1 int32, protocol int32) (r1 int32)

func Xsocketpair added in v1.42.0

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) (r1 float64)

func Xsqrtf added in v1.42.0

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

func Xsqrtl added in v1.42.0

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

func Xsrand added in v1.42.0

func Xsrand(tls *TLS, s uint32)

func Xsrand48 added in v1.7.7

func Xsrand48(tls *TLS, seed int64)

func Xsrandom added in v1.42.0

func Xsrandom(tls *TLS, seed uint32)

func Xsscanf added in v1.7.0

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 Xstat64

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

func Xstatvfs added in v1.42.0

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

func Xstatx added in v1.42.0

func Xstatx(tls *TLS, dirfd int32, path uintptr, flags int32, mask uint32, stx uintptr) (r int32)

func Xstime added in v1.42.0

func Xstime(tls *TLS, t uintptr) (r int32)

func Xstpcpy added in v1.42.0

func Xstpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)

func Xstpncpy added in v1.42.0

func Xstpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xstrcasecmp

func Xstrcasecmp(tls *TLS, _l uintptr, _r uintptr) (r1 int32)

func Xstrcasecmp_l added in v1.42.0

func Xstrcasecmp_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)

func Xstrcasestr added in v1.42.0

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 added in v1.27.0

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

func Xstrcmp

func Xstrcmp(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xstrcoll added in v1.42.0

func Xstrcoll(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xstrcoll_l added in v1.42.0

func Xstrcoll_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (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_l added in v1.42.0

func Xstrerror_l(tls *TLS, e int32, loc Tlocale_t) (r uintptr)

func Xstrerror_r added in v1.11.29

func Xstrerror_r(tls *TLS, err int32, buf uintptr, buflen Tsize_t) (r int32)

func Xstrncasecmp added in v1.7.9

func Xstrncasecmp(tls *TLS, _l uintptr, _r uintptr, n Tsize_t) (r1 int32)

func Xstrncasecmp_l added in v1.42.0

func Xstrncasecmp_l(tls *TLS, l uintptr, r uintptr, n Tsize_t, loc Tlocale_t) (r1 int32)

func Xstrncat added in v1.7.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

func Xstrsep(tls *TLS, str uintptr, sep uintptr) (r uintptr)

func Xstrsignal added in v1.42.0

func Xstrsignal(tls *TLS, signum int32) (r uintptr)

func Xstrstr

func Xstrstr(tls *TLS, h uintptr, n uintptr) (r uintptr)

func Xstrtod added in v1.7.0

func Xstrtod(tls *TLS, s uintptr, p uintptr) (r float64)

func Xstrtod_l added in v1.45.0

func Xstrtod_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)

func Xstrtof added in v1.7.0

func Xstrtof(tls *TLS, s uintptr, p uintptr) (r float32)

func Xstrtof_l added in v1.45.0

func Xstrtof_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float32)

func Xstrtok added in v1.7.0

func Xstrtok(tls *TLS, s uintptr, sep uintptr) (r uintptr)

func Xstrtok_r added in v1.42.0

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 added in v1.7.0

func Xstrtold(tls *TLS, s uintptr, p uintptr) (r float64)

func Xstrtold_l added in v1.45.0

func Xstrtold_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)

func Xstrtoll added in v1.1.1

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 added in v1.1.1

func Xstrtoull(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xstrverscmp added in v1.42.0

func Xstrverscmp(tls *TLS, l0 uintptr, r0 uintptr) (r1 int32)

func Xswab added in v1.42.0

func Xswab(tls *TLS, _src uintptr, _dest uintptr, n Tssize_t)

func Xswapoff added in v1.42.0

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

func Xswapon added in v1.42.0

func Xswapon(tls *TLS, path uintptr, flags int32) (r int32)

func Xswprintf added in v1.42.0

func Xswprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r int32)

func Xswscanf added in v1.45.0

func Xswscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
func Xsymlink(tls *TLS, existing uintptr, new1 uintptr) (r int32)

func Xsymlinkat added in v1.14.10

func Xsymlinkat(tls *TLS, existing uintptr, fd int32, new1 uintptr) (r int32)

func Xsync added in v1.42.0

func Xsync(tls *TLS)

func Xsync_file_range added in v1.42.0

func Xsync_file_range(tls *TLS, fd int32, pos Toff_t, len1 Toff_t, flags uint32) (r int32)

func Xsyncfs added in v1.42.0

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

func Xsyscall added in v1.42.0

func Xsyscall(tls *TLS, n int64, va uintptr) (r int64)

func Xsysconf

func Xsysconf(tls *TLS, name int32) (r int64)

func Xsysctlbyname added in v1.36.0

func Xsysctlbyname(t *TLS, name, oldp, oldlenp, newp uintptr, newlen Tsize_t) int32

int sysctlbyname(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen);

func Xsysinfo added in v1.42.0

func Xsysinfo(tls *TLS, info uintptr) (r int32)

func Xsyslog added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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

func Xtanhl added in v1.42.0

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

func Xtanl added in v1.42.0

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

func Xtcdrain added in v1.42.0

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

func Xtcflow added in v1.42.0

func Xtcflow(tls *TLS, fd int32, action int32) (r int32)

func Xtcflush added in v1.42.0

func Xtcflush(tls *TLS, fd int32, queue int32) (r int32)

func Xtcgetattr

func Xtcgetattr(tls *TLS, fd int32, tio uintptr) (r int32)

func Xtcgetwinsize added in v1.42.0

func Xtcgetwinsize(tls *TLS, fd int32, wsz uintptr) (r int32)

func Xtcsendbreak added in v1.7.7

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 added in v1.42.0

func Xtcsetpgrp(tls *TLS, fd int32, pgrp Tpid_t) (r int32)

func Xtcsetwinsize added in v1.42.0

func Xtcsetwinsize(tls *TLS, fd int32, wsz uintptr) (r int32)

func Xtdelete added in v1.42.0

func Xtdelete(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r uintptr)

func Xtdestroy added in v1.42.0

func Xtdestroy(tls *TLS, root uintptr, freekey uintptr)

func Xtelldir added in v1.42.0

func Xtelldir(tls *TLS, dir uintptr) (r int64)

func Xtempnam added in v1.42.0

func Xtempnam(tls *TLS, dir uintptr, pfx uintptr) (r1 uintptr)

func Xtextdomain added in v1.42.0

func Xtextdomain(tls *TLS, domainname uintptr) (r uintptr)

func Xtfind added in v1.42.0

func Xtfind(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r uintptr)

func Xtgamma added in v1.42.0

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

func Xtgammaf added in v1.42.0

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

func Xtgammal added in v1.42.0

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

func Xtimer_delete added in v1.42.0

func Xtimer_delete(tls *TLS, t Ttimer_t) (r int32)

func Xtimer_getoverrun added in v1.42.0

func Xtimer_getoverrun(tls *TLS, t Ttimer_t) (r int32)

func Xtimer_gettime added in v1.42.0

func Xtimer_gettime(tls *TLS, t Ttimer_t, val uintptr) (r int32)

func Xtimer_settime added in v1.42.0

func Xtimer_settime(tls *TLS, t Ttimer_t, flags int32, val uintptr, old uintptr) (r int32)

func Xtimerfd_create added in v1.42.0

func Xtimerfd_create(tls *TLS, clockid int32, flags int32) (r int32)

func Xtimerfd_gettime added in v1.42.0

func Xtimerfd_gettime(tls *TLS, fd int32, cur uintptr) (r int32)

func Xtimerfd_settime added in v1.42.0

func Xtimerfd_settime(tls *TLS, fd int32, flags int32, new1 uintptr, old uintptr) (r int32)

func Xtimespec_get added in v1.42.0

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 added in v1.11.43

func Xtmpfile(tls *TLS) (r uintptr)

func Xtmpnam added in v1.42.0

func Xtmpnam(tls *TLS, buf uintptr) (r1 uintptr)

func Xtoascii added in v1.42.0

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 Xtolower_l added in v1.42.0

func Xtolower_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xtoupper

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

func Xtoupper_l added in v1.42.0

func Xtoupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)

func Xtrunc added in v1.8.1

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

func Xtruncate added in v1.42.0

func Xtruncate(tls *TLS, path uintptr, length Toff_t) (r int32)

func Xtruncf added in v1.42.0

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

func Xtruncl added in v1.42.0

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

func Xtsearch added in v1.42.0

func Xtsearch(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r1 uintptr)

func Xttyname added in v1.42.0

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

func Xttyname_r added in v1.42.0

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

func Xtwalk added in v1.42.0

func Xtwalk(tls *TLS, root uintptr, action uintptr)

func Xtzset

func Xtzset(tls *TLS)

func Xualarm added in v1.42.0

func Xualarm(tls *TLS, value uint32, interval uint32) (r uint32)

func Xulckpwdf added in v1.42.0

func Xulckpwdf(tls *TLS) (r int32)

func Xulimit added in v1.48.0

func Xulimit(tls *TLS, cmd int32, va uintptr) (r int64)

func Xumount added in v1.42.0

func Xumount(tls *TLS, special uintptr) (r int32)

func Xumount2 added in v1.42.0

func Xumount2(tls *TLS, special uintptr, flags int32) (r int32)

func Xuname

func Xuname(tls *TLS, uts uintptr) (r int32)

func Xungetc added in v1.7.0

func Xungetc(tls *TLS, c int32, f uintptr) (r int32)
func Xunlink(tls *TLS, path uintptr) (r int32)

func Xunlinkat added in v1.14.10

func Xunlinkat(tls *TLS, fd int32, path uintptr, flag int32) (r int32)

func Xunlockpt added in v1.42.0

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

func Xunsetenv added in v1.7.7

func Xunsetenv(tls *TLS, name uintptr) (r int32)

func Xunshare added in v1.42.0

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

func Xupdwtmp added in v1.48.0

func Xupdwtmp(tls *TLS, f uintptr, u uintptr)

func Xupdwtmpx added in v1.48.0

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 added in v1.14.10

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 Xuuid_copy added in v1.11.28

func Xuuid_copy(t *TLS, dst, src uintptr)

void uuid_copy(uuid_t dst, uuid_t src);

func Xuuid_generate_random added in v1.7.7

func Xuuid_generate_random(t *TLS, out uintptr)

void uuid_generate_random(uuid_t out);

func Xuuid_parse added in v1.7.7

func Xuuid_parse(t *TLS, in uintptr, uu uintptr) int32

int uuid_parse( char *in, uuid_t uu);

func Xuuid_unparse added in v1.7.7

func Xuuid_unparse(t *TLS, uu, out uintptr)

void uuid_unparse(uuid_t uu, char *out);

func Xvasprintf added in v1.7.0

func Xvasprintf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvdprintf added in v1.42.0

func Xvdprintf(tls *TLS, fd int32, fmt uintptr, ap Tva_list) (r int32)

func Xverr added in v1.48.0

func Xverr(tls *TLS, status int32, fmt uintptr, ap Tva_list)

func Xverrx added in v1.48.0

func Xverrx(tls *TLS, status int32, fmt uintptr, ap Tva_list)

func Xversionsort added in v1.42.0

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 added in v1.7.12

func Xvfscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvfwprintf added in v1.42.0

func Xvfwprintf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvfwscanf added in v1.45.0

func Xvfwscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvhangup added in v1.42.0

func Xvhangup(tls *TLS) (r int32)

func Xvprintf

func Xvprintf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xvscanf added in v1.45.0

func Xvscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xvsnprintf added in v1.7.0

func Xvsnprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, ap Tva_list) (r int32)

func Xvsprintf added in v1.7.0

func Xvsprintf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvsscanf added in v1.7.12

func Xvsscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvswprintf added in v1.42.0

func Xvswprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, ap Tva_list) (r1 int32)

func Xvswscanf added in v1.45.0

func Xvswscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)

func Xvwarn added in v1.48.0

func Xvwarn(tls *TLS, fmt uintptr, ap Tva_list)

func Xvwarnx added in v1.48.0

func Xvwarnx(tls *TLS, fmt uintptr, ap Tva_list)

func Xvwprintf added in v1.42.0

func Xvwprintf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xvwscanf added in v1.45.0

func Xvwscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)

func Xwaitid added in v1.42.0

func Xwaitid(tls *TLS, type1 Tidtype_t, id Tid_t, info uintptr, options int32) (r int32)

func Xwarn added in v1.48.0

func Xwarn(tls *TLS, fmt uintptr, va uintptr)

func Xwarnx added in v1.48.0

func Xwarnx(tls *TLS, fmt uintptr, va uintptr)

func Xwcpcpy added in v1.42.0

func Xwcpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)

func Xwcpncpy added in v1.42.0

func Xwcpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwcscasecmp added in v1.42.0

func Xwcscasecmp(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xwcscasecmp_l added in v1.42.0

func Xwcscasecmp_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)

func Xwcscat added in v1.42.0

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

func Xwcschr added in v1.7.7

func Xwcschr(tls *TLS, s uintptr, c Twchar_t) (r uintptr)

func Xwcscmp added in v1.42.0

func Xwcscmp(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xwcscoll added in v1.42.0

func Xwcscoll(tls *TLS, l uintptr, r uintptr) (r1 int32)

func Xwcscoll_l added in v1.42.0

func Xwcscoll_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)

C documentation

/* FIXME: stub */

func Xwcscpy added in v1.42.0

func Xwcscpy(tls *TLS, d uintptr, s uintptr) (r uintptr)

func Xwcsdup added in v1.42.0

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

func Xwcsncasecmp added in v1.42.0

func Xwcsncasecmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)

func Xwcsncasecmp_l added in v1.42.0

func Xwcsncasecmp_l(tls *TLS, l uintptr, r uintptr, n Tsize_t, locale Tlocale_t) (r1 int32)

func Xwcsncat added in v1.42.0

func Xwcsncat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwcsncmp added in v1.42.0

func Xwcsncmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)

func Xwcsncpy added in v1.42.0

func Xwcsncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwcspbrk added in v1.42.0

func Xwcspbrk(tls *TLS, s uintptr, b uintptr) (r uintptr)

func Xwcsrchr added in v1.42.0

func Xwcsrchr(tls *TLS, s uintptr, c Twchar_t) (r uintptr)

func Xwcsstr added in v1.42.0

func Xwcsstr(tls *TLS, h uintptr, n uintptr) (r uintptr)

func Xwcstod added in v1.42.0

func Xwcstod(tls *TLS, s uintptr, p uintptr) (r float64)

func Xwcstof added in v1.42.0

func Xwcstof(tls *TLS, s uintptr, p uintptr) (r float32)

func Xwcstok added in v1.42.0

func Xwcstok(tls *TLS, s uintptr, sep uintptr, p uintptr) (r uintptr)

func Xwcstol added in v1.42.0

func Xwcstol(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func Xwcstold added in v1.42.0

func Xwcstold(tls *TLS, s uintptr, p uintptr) (r float64)

func Xwcstoll added in v1.42.0

func Xwcstoll(tls *TLS, s uintptr, p uintptr, base int32) (r int64)

func Xwcstoul added in v1.42.0

func Xwcstoul(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xwcstoull added in v1.42.0

func Xwcstoull(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)

func Xwcswcs added in v1.42.0

func Xwcswcs(tls *TLS, haystack uintptr, needle uintptr) (r uintptr)

func Xwcswidth added in v1.42.0

func Xwcswidth(tls *TLS, wcs uintptr, n Tsize_t) (r int32)

func Xwctob added in v1.42.0

func Xwctob(tls *TLS, c Twint_t) (r int32)

func Xwctomb added in v1.7.7

func Xwctomb(tls *TLS, s uintptr, wc Twchar_t) (r int32)

func Xwcwidth added in v1.7.7

func Xwcwidth(tls *TLS, wc Twchar_t) (r int32)

func Xwmemchr added in v1.42.0

func Xwmemchr(tls *TLS, s uintptr, c Twchar_t, n Tsize_t) (r uintptr)

func Xwmemcmp added in v1.42.0

func Xwmemcmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)

func Xwmemcpy added in v1.42.0

func Xwmemcpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwmemmove added in v1.42.0

func Xwmemmove(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)

func Xwmemset added in v1.42.0

func Xwmemset(tls *TLS, d uintptr, c Twchar_t, n Tsize_t) (r uintptr)

func Xwprintf added in v1.42.0

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

func Xwscanf added in v1.45.0

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

func Xy0 added in v1.42.0

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

func Xy0f added in v1.42.0

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

func Xy1 added in v1.42.0

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

func Xy1f added in v1.42.0

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

func Xyn added in v1.42.0

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

func Xynf added in v1.42.0

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

Types

type DIR added in v1.1.1

type DIR = TDIR

type FILE added in v1.1.1

type FILE = TFILE
type HEADER = THEADER

type Int128 added in v1.7.5

type Int128 mathutil.Int128

func Int128FromFloat32 added in v1.7.5

func Int128FromFloat32(n float32) Int128

func Int128FromFloat64 added in v1.7.5

func Int128FromFloat64(n float64) Int128

func Int128FromInt16 added in v1.7.5

func Int128FromInt16(n int16) Int128

func Int128FromInt32 added in v1.7.5

func Int128FromInt32(n int32) Int128

func Int128FromInt64 added in v1.7.5

func Int128FromInt64(n int64) Int128

func Int128FromInt8 added in v1.7.5

func Int128FromInt8(n int8) Int128

func Int128FromUint128 added in v1.7.5

func Int128FromUint128(n Uint128) Int128

func Int128FromUint16 added in v1.7.5

func Int128FromUint16(n uint16) Int128

func Int128FromUint32 added in v1.7.5

func Int128FromUint32(n uint32) Int128

func Int128FromUint64 added in v1.7.5

func Int128FromUint64(n uint64) Int128

func Int128FromUint8 added in v1.7.5

func Int128FromUint8(n uint8) Int128

func (Int128) Add added in v1.7.5

func (n Int128) Add(m Int128) (r Int128)

func (Int128) And added in v1.7.5

func (n Int128) And(v Int128) Int128

func (Int128) Cmp added in v1.7.5

func (n Int128) Cmp(y Int128) int

func (Int128) Float32 added in v1.7.5

func (n Int128) Float32() float32

func (Int128) Float64 added in v1.7.5

func (n Int128) Float64() float64

func (Int128) Int16 added in v1.7.5

func (n Int128) Int16() int16

func (Int128) Int32 added in v1.7.5

func (n Int128) Int32() int32

func (Int128) Int64 added in v1.7.5

func (n Int128) Int64() int64

func (Int128) Int8 added in v1.7.5

func (n Int128) Int8() int8

func (*Int128) LValueDec added in v1.7.5

func (n *Int128) LValueDec()

func (*Int128) LValueInc added in v1.7.5

func (n *Int128) LValueInc()

func (*Int128) LValueShl added in v1.7.5

func (n *Int128) LValueShl(c int32)

func (*Int128) LValueShr added in v1.7.5

func (n *Int128) LValueShr(c int32)

func (Int128) Mul added in v1.7.5

func (n Int128) Mul(m Int128) Int128

func (Int128) Neg added in v1.7.5

func (n Int128) Neg() Int128

func (Int128) Or added in v1.7.5

func (n Int128) Or(v Int128) Int128

func (Int128) Shl added in v1.7.5

func (n Int128) Shl(c int32) (r Int128)

func (Int128) Shr added in v1.7.5

func (n Int128) Shr(c int32) (r Int128)

func (Int128) Uint128 added in v1.7.5

func (n Int128) Uint128() (r Uint128)

func (Int128) Uint16 added in v1.7.5

func (n Int128) Uint16() uint16

func (Int128) Uint32 added in v1.7.5

func (n Int128) Uint32() uint32

func (Int128) Uint64 added in v1.7.5

func (n Int128) Uint64() uint64

func (Int128) Uint8 added in v1.7.5

func (n Int128) Uint8() uint8

func (Int128) Xor added in v1.7.5

func (n Int128) Xor(v Int128) Int128

type LongjmpRetval added in v1.44.1

type LongjmpRetval int32

type MemAuditError added in v1.42.0

type MemAuditError struct {
	Caller  string
	Message string
}

func MemAudit added in v1.42.0

func MemAudit() (r []*MemAuditError)

func (*MemAuditError) Error added in v1.42.0

func (e *MemAuditError) Error() string

type PerfCounter added in v1.22.0

type PerfCounter struct {
	// contains filtered or unexported fields
}

func NewPerfCounter added in v1.22.0

func NewPerfCounter(labels []string) *PerfCounter

func (*PerfCounter) Clear added in v1.22.1

func (c *PerfCounter) Clear()

func (*PerfCounter) Disable added in v1.22.0

func (c *PerfCounter) Disable()

func (*PerfCounter) Enable added in v1.22.0

func (c *PerfCounter) Enable()

func (*PerfCounter) Inc added in v1.22.0

func (c *PerfCounter) Inc(n int)

func (*PerfCounter) IncN added in v1.22.0

func (c *PerfCounter) IncN(n, m int)

func (*PerfCounter) String added in v1.22.0

func (c *PerfCounter) String() string

type RawMem

type RawMem [1<<50 - 1]byte

RawMem represents the biggest byte array the runtime can handle

type RawMem64 added in v1.7.0

type RawMem64 [unsafe.Sizeof(RawMem{}) / unsafe.Sizeof(uint64(0))]uint64

RawMem64 represents the biggest uint64 array the runtime can handle.

type StackCapture added in v1.22.0

type StackCapture struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func NewStackCapture added in v1.22.0

func NewStackCapture(depth int) *StackCapture

func (*StackCapture) Clear added in v1.22.1

func (c *StackCapture) Clear()

func (*StackCapture) Disable added in v1.22.0

func (c *StackCapture) Disable()

func (*StackCapture) Enable added in v1.22.0

func (c *StackCapture) Enable()

func (*StackCapture) Record added in v1.22.0

func (c *StackCapture) Record()

func (*StackCapture) String added in v1.22.0

func (c *StackCapture) String() string

type TACTION added in v1.42.0

type TACTION = int32

type TBF_ctx added in v1.42.0

type TBF_ctx = struct {
	FPS [0][1042]TBF_word
	Fs  struct {
		FP TBF_key
		FS [4][256]TBF_word
	}
}

type TBF_key added in v1.42.0

type TBF_key = [18]TBF_word

type TBF_word added in v1.42.0

type TBF_word = uint32

type TBF_word_signed added in v1.42.0

type TBF_word_signed = int32

type TDIR added in v1.42.0

type TDIR = struct {
	Ftell    Toff_t
	Ffd      int32
	Fbuf_pos int32
	Fbuf_end int32
	Flock    [1]int32
	Fbuf     [2048]int8
}

type TENTRY added in v1.42.0

type TENTRY = struct {
	Fkey  uintptr
	Fdata uintptr
}

type TElf32_Addr added in v1.42.0

type TElf32_Addr = uint32

type TElf32_Chdr added in v1.42.0

type TElf32_Chdr = struct {
	Fch_type      TElf32_Word
	Fch_size      TElf32_Word
	Fch_addralign TElf32_Word
}

type TElf32_Conflict added in v1.42.0

type TElf32_Conflict = uint32

type TElf32_Dyn added in v1.42.0

type TElf32_Dyn = struct {
	Fd_tag TElf32_Sword
	Fd_un  struct {
		Fd_ptr [0]TElf32_Addr
		Fd_val TElf32_Word
	}
}

type TElf32_Ehdr added in v1.42.0

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 added in v1.42.0

type TElf32_Half = uint16

type TElf32_Lib added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type TElf32_Nhdr = struct {
	Fn_namesz TElf32_Word
	Fn_descsz TElf32_Word
	Fn_type   TElf32_Word
}

type TElf32_Off added in v1.42.0

type TElf32_Off = uint32

type TElf32_Phdr added in v1.42.0

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 added in v1.42.0

type TElf32_RegInfo = struct {
	Fri_gprmask  TElf32_Word
	Fri_cprmask  [4]TElf32_Word
	Fri_gp_value TElf32_Sword
}

type TElf32_Rel added in v1.42.0

type TElf32_Rel = struct {
	Fr_offset TElf32_Addr
	Fr_info   TElf32_Word
}

type TElf32_Rela added in v1.42.0

type TElf32_Rela = struct {
	Fr_offset TElf32_Addr
	Fr_info   TElf32_Word
	Fr_addend TElf32_Sword
}

type TElf32_Relr added in v1.42.0

type TElf32_Relr = uint32

type TElf32_Section added in v1.42.0

type TElf32_Section = uint16

type TElf32_Shdr added in v1.42.0

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 added in v1.42.0

type TElf32_Sword = int32

type TElf32_Sxword added in v1.42.0

type TElf32_Sxword = int64

type TElf32_Sym added in v1.42.0

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 added in v1.42.0

type TElf32_Syminfo = struct {
	Fsi_boundto TElf32_Half
	Fsi_flags   TElf32_Half
}

type TElf32_Verdaux added in v1.42.0

type TElf32_Verdaux = struct {
	Fvda_name TElf32_Word
	Fvda_next TElf32_Word
}

type TElf32_Verdef added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type TElf32_Versym = uint16

type TElf32_Word added in v1.42.0

type TElf32_Word = uint32

type TElf32_Xword added in v1.42.0

type TElf32_Xword = uint64

type TElf32_auxv_t added in v1.42.0

type TElf32_auxv_t = struct {
	Fa_type Tuint32_t
	Fa_un   struct {
		Fa_val Tuint32_t
	}
}

type TElf32_gptab added in v1.42.0

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 added in v1.42.0

type TElf64_Addr = uint64

type TElf64_Chdr added in v1.42.0

type TElf64_Chdr = struct {
	Fch_type      TElf64_Word
	Fch_reserved  TElf64_Word
	Fch_size      TElf64_Xword
	Fch_addralign TElf64_Xword
}

type TElf64_Dyn added in v1.42.0

type TElf64_Dyn = struct {
	Fd_tag TElf64_Sxword
	Fd_un  struct {
		Fd_ptr [0]TElf64_Addr
		Fd_val TElf64_Xword
	}
}

type TElf64_Ehdr added in v1.42.0

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 added in v1.42.0

type TElf64_Half = uint16

type TElf64_Lib added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type TElf64_Nhdr = struct {
	Fn_namesz TElf64_Word
	Fn_descsz TElf64_Word
	Fn_type   TElf64_Word
}

type TElf64_Off added in v1.42.0

type TElf64_Off = uint64

type TElf64_Phdr added in v1.42.0

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 added in v1.42.0

type TElf64_Rel = struct {
	Fr_offset TElf64_Addr
	Fr_info   TElf64_Xword
}

type TElf64_Rela added in v1.42.0

type TElf64_Rela = struct {
	Fr_offset TElf64_Addr
	Fr_info   TElf64_Xword
	Fr_addend TElf64_Sxword
}

type TElf64_Relr added in v1.42.0

type TElf64_Relr = uint64

type TElf64_Section added in v1.42.0

type TElf64_Section = uint16

type TElf64_Shdr added in v1.42.0

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 added in v1.42.0

type TElf64_Sword = int32

type TElf64_Sxword added in v1.42.0

type TElf64_Sxword = int64

type TElf64_Sym added in v1.42.0

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 added in v1.42.0

type TElf64_Syminfo = struct {
	Fsi_boundto TElf64_Half
	Fsi_flags   TElf64_Half
}

type TElf64_Verdaux added in v1.42.0

type TElf64_Verdaux = struct {
	Fvda_name TElf64_Word
	Fvda_next TElf64_Word
}

type TElf64_Verdef added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type TElf64_Versym = uint16

type TElf64_Word added in v1.42.0

type TElf64_Word = uint32

type TElf64_Xword added in v1.42.0

type TElf64_Xword = uint64

type TElf64_auxv_t added in v1.42.0

type TElf64_auxv_t = struct {
	Fa_type Tuint64_t
	Fa_un   struct {
		Fa_val Tuint64_t
	}
}

type TElf_MIPS_ABIFlags_v0 added in v1.42.0

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 added in v1.42.0

type TElf_Options = struct {
	Fkind    uint8
	Fsize    uint8
	Fsection TElf32_Section
	Finfo    TElf32_Word
}

type TElf_Options_Hw added in v1.42.0

type TElf_Options_Hw = struct {
	Fhwp_flags1 TElf32_Word
	Fhwp_flags2 TElf32_Word
}

type TElf_Symndx added in v1.42.0

type TElf_Symndx = uint32

type TFILE added in v1.42.0

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 added in v1.42.0

type TFTW = struct {
	Fbase  int32
	Flevel int32
}

type THEADER added in v1.42.0

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 (tls *TLS) Alloc(n0 int) (r uintptr)

Alloc allocates n bytes in tls'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 := tls.Alloc(11)
	q := tls.Alloc(22)
	tls.Free(22)
	// q is no more usable here.
tls.Free(11)
// p is no more usable here.

This is not correct:

tls.Alloc(11)
	tls.Alloc(22)
	tls.Free(11)
tls.Free(22)

func (*TLS) AllocaEntry added in v1.49.0

func (tls *TLS) AllocaEntry()

AllocaEntry must be called early on function entry when the function calls or may call alloca(3).

func (*TLS) AllocaExit added in v1.49.0

func (tls *TLS) AllocaExit()

AllocaExit must be defer-called on function exit when the function calls or may call alloca(3).

func (*TLS) Close

func (tls *TLS) Close()

func (*TLS) Free

func (tls *TLS) Free(n int)

Free manages memory of the preceding TLS.Alloc()

func (*TLS) Longjmp added in v1.44.1

func (tls *TLS) Longjmp(jb uintptr, val int32)

func (*TLS) PopJumpBuffer added in v1.44.1

func (tls *TLS) PopJumpBuffer(jb uintptr)

func (*TLS) PushJumpBuffer added in v1.44.1

func (tls *TLS) PushJumpBuffer(jb uintptr)

func (*TLS) String added in v1.42.0

func (tls *TLS) String() string

type TVISIT added in v1.42.0

type TVISIT = int32

type TWT added in v1.42.0

type TWT = uint64

type T_G_fpos64_t added in v1.42.0

type T_G_fpos64_t = Tfpos_t

type T_IO_FILE added in v1.42.0

type T_IO_FILE = TFILE
type T_IO_cookie_io_functions_t = Tcookie_io_functions_t

type T_fpstate added in v1.42.0

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 added in v1.42.0

type T_ns_flagdata = struct {
	Fmask  int32
	Fshift int32
}

type Taddress added in v1.42.0

type Taddress = struct {
	Ffamily  int32
	Fscopeid uint32
	Faddr    [16]Tuint8_t
	Fsortkey int32
}
var Xzero_struct_address Taddress

type Taddrinfo added in v1.42.0

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 added in v1.42.0

type Taibuf = struct {
	Fai   Taddrinfo
	Fsa   Tsa
	Flock [1]int32
	Fslot int16
	Fref  int16
}

type Targ added in v1.42.0

type Targ = struct {
	Ff [0]float64
	Fp [0]uintptr
	Fi Tuintmax_t
}

type Tarpd_request added in v1.42.0

type Tarpd_request = struct {
	Freq     uint16
	Fip      Tuint32_t
	Fdev     uint64
	Fstamp   uint64
	Fupdated uint64
	Fha      [7]uint8
}

type Tarphdr added in v1.42.0

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 added in v1.42.0

type Tarpreq = struct {
	Farp_pa      Tsockaddr
	Farp_ha      Tsockaddr
	Farp_flags   int32
	Farp_netmask Tsockaddr
	Farp_dev     [16]int8
}

type Tarpreq_old added in v1.42.0

type Tarpreq_old = struct {
	Farp_pa      Tsockaddr
	Farp_ha      Tsockaddr
	Farp_flags   int32
	Farp_netmask Tsockaddr
}

type Tbandinfo added in v1.48.0

type Tbandinfo = struct {
	Fbi_pri  uint8
	Fbi_flag int32
}

type Tbinding added in v1.42.0

type Tbinding = struct {
	Fnext       uintptr
	Fdirlen     int32
	Factive     int32
	Fdomainname uintptr
	Fdirname    uintptr
}

type Tblkcnt_t added in v1.42.0

type Tblkcnt_t = int64

type Tblksize_t added in v1.42.0

type Tblksize_t = int64

type Tcc_t added in v1.42.0

type Tcc_t = uint8

type Tchar16_t added in v1.42.0

type Tchar16_t = uint16

type Tchar32_t added in v1.42.0

type Tchar32_t = uint32

type Tclock_t added in v1.42.0

type Tclock_t = int64

func Xclock added in v1.28.0

func Xclock(tls *TLS) (r Tclock_t)

func Xtimes added in v1.42.0

func Xtimes(tls *TLS, tms uintptr) (r Tclock_t)

type Tclockid_t added in v1.42.0

type Tclockid_t = int32

type Tcmpfun added in v1.42.0

type Tcmpfun = uintptr

type Tcmsghdr added in v1.42.0

type Tcmsghdr = struct {
	Fcmsg_len   Tsocklen_t
	F__pad1     int32
	Fcmsg_level int32
	Fcmsg_type  int32
}

type Tcompiler_defines_long_double_incorrectly added in v1.42.0

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 added in v1.42.0

type Tcookie = struct {
	Fpos  Tsize_t
	Flen1 Tsize_t
	Fsize Tsize_t
	Fbuf  uintptr
	Fmode int32
}

type Tcookie1 added in v1.42.0

type Tcookie1 = struct {
	Fbufp  uintptr
	Fsizep uintptr
	Fpos   Tsize_t
	Fbuf   uintptr
	Flen1  Tsize_t
	Fspace Tsize_t
}

type Tcookie2 added in v1.42.0

type Tcookie2 = struct {
	Fbufp  uintptr
	Fsizep uintptr
	Fpos   Tsize_t
	Fbuf   uintptr
	Flen1  Tsize_t
	Fspace Tsize_t
	Fmbs   Tmbstate_t
}

type Tcookie3 added in v1.42.0

type Tcookie3 = struct {
	Fs uintptr
	Fn Tsize_t
}

type Tcookie4 added in v1.42.0

type Tcookie4 = struct {
	Fws uintptr
	Fl  Tsize_t
}

type Tcookie_FILE added in v1.42.0

type Tcookie_FILE = struct {
	Ff   TFILE
	Ffc  Tfcookie
	Fbuf [1032]uint8
}

type Tcookie_io_functions_t added in v1.42.0

type Tcookie_io_functions_t = struct {
	Fread   uintptr
	Fwrite  uintptr
	Fseek   uintptr
	Fclose1 uintptr
}

type Tcpu_set_t added in v1.42.0

type Tcpu_set_t = struct {
	F__bits [16]uint64
}

type Tcpu_set_t1 added in v1.42.0

type Tcpu_set_t1 = struct {
	F__bits [16]uint64
}

type Tcrypt_data added in v1.42.0

type Tcrypt_data = struct {
	Finitialized int32
	F__buf       [256]int8
}

type Tctx added in v1.42.0

type Tctx = struct {
	Flim [2]uint64
	Fres int32
	Ferr int32
}

type Tctx1 added in v1.42.0

type Tctx1 = struct {
	Ffd       int32
	Ffilename uintptr
	Famode    int32
	Fp        int32
}

type Tctx2 added in v1.46.0

type Tctx2 = struct {
	Fid  int32
	Feid int32
	Fsid int32
	Fnr  int32
	Fret int32
}

type Tdev_t added in v1.42.0

type Tdev_t = uint64

type Tdirent added in v1.42.0

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 added in v1.42.0

type Tdirstream_buf_alignment_check = [1]int8

type Tdiv_t added in v1.42.0

type Tdiv_t = struct {
	Fquot int32
	Frem  int32
}

func Xdiv added in v1.42.0

func Xdiv(tls *TLS, num int32, den int32) (r Tdiv_t)

type Tdl_phdr_info added in v1.42.0

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 added in v1.42.0

type Tdouble_t = float64

type Tdpc_ctx added in v1.42.0

type Tdpc_ctx = struct {
	Faddrs  uintptr
	Fcanon  uintptr
	Fcnt    int32
	Frrtype int32
}

type Tdqblk added in v1.42.0

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 added in v1.42.0

type Tdqinfo = struct {
	Fdqi_bgrace Tuint64_t
	Fdqi_igrace Tuint64_t
	Fdqi_flags  Tuint32_t
	Fdqi_valid  Tuint32_t
}

type Tentry added in v1.42.0

type Tentry = TENTRY

type Tepoll_data added in v1.42.0

type Tepoll_data = Tepoll_data_t

type Tepoll_data_t added in v1.42.0

type Tepoll_data_t = struct {
	Ffd  [0]int32
	Fu32 [0]Tuint32_t
	Fu64 [0]Tuint64_t
	Fptr uintptr
}

type Tepoll_event added in v1.42.0

type Tepoll_event = struct {
	Fevents Tuint32_t
	Fdata   Tepoll_data_t
}

type Terrmsgstr_t added in v1.42.0

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 added in v1.42.0

type Tether_addr = struct {
	Fether_addr_octet [6]Tuint8_t
}

type Tether_arp added in v1.42.0

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 added in v1.42.0

type Tether_header = struct {
	Fether_dhost [6]Tuint8_t
	Fether_shost [6]Tuint8_t
	Fether_type  Tuint16_t
}

type Tethhdr added in v1.42.0

type Tethhdr = struct {
	Fh_dest   [6]Tuint8_t
	Fh_source [6]Tuint8_t
	Fh_proto  Tuint16_t
}

type Teventfd_t added in v1.42.0

type Teventfd_t = uint64

type Texp2f_data added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Texpanded_key = struct {
	Fl [16]Tuint32_t
	Fr [16]Tuint32_t
}

type Tf_owner_ex added in v1.42.0

type Tf_owner_ex = struct {
	Ftype1 int32
	Fpid   Tpid_t
}

type Tfanotify_event_info_fid added in v1.42.0

type Tfanotify_event_info_fid = struct {
	Fhdr  Tfanotify_event_info_header
	Ffsid Tfsid_t
}

type Tfanotify_event_info_header added in v1.42.0

type Tfanotify_event_info_header = struct {
	Finfo_type uint8
	Fpad       uint8
	Flen1      uint16
}

type Tfanotify_event_metadata added in v1.42.0

type Tfanotify_event_metadata = struct {
	Fevent_len    uint32
	Fvers         uint8
	Freserved     uint8
	Fmetadata_len uint16
	Fmask         uint64
	Ffd           int32
	Fpid          int32
}

type Tfanotify_response added in v1.42.0

type Tfanotify_response = struct {
	Ffd       int32
	Fresponse uint32
}

type Tfcookie added in v1.42.0

type Tfcookie = struct {
	Fcookie  uintptr
	Fiofuncs Tcookie_io_functions_t
}

type Tfd_mask added in v1.42.0

type Tfd_mask = uint64

type Tfd_set added in v1.42.0

type Tfd_set = struct {
	Ffds_bits [16]uint64
}

type Tfdop added in v1.42.0

type Tfdop = struct {
	Fnext  uintptr
	Fprev  uintptr
	Fcmd   int32
	Ffd    int32
	Fsrcfd int32
	Foflag int32
	Fmode  Tmode_t
}

type Tfenv_t added in v1.42.0

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 added in v1.42.0

type Tfexcept_t = uint16

type Tfile_handle added in v1.42.0

type Tfile_handle = struct {
	Fhandle_bytes uint32
	Fhandle_type  int32
}

type Tfloat_t added in v1.42.0

type Tfloat_t = float32

type Tflock added in v1.42.0

type Tflock = struct {
	Fl_type   int16
	Fl_whence int16
	Fl_start  Toff_t
	Fl_len    Toff_t
	Fl_pid    Tpid_t
}

type Tfpos_t added in v1.42.0

type Tfpos_t = struct {
	F__lldata [0]int64
	F__align  [0]float64
	F__opaque [16]int8
}

type Tfpregset_t added in v1.42.0

type Tfpregset_t = uintptr

type Tfsblkcnt_t added in v1.42.0

type Tfsblkcnt_t = uint64

type Tfsfilcnt_t added in v1.42.0

type Tfsfilcnt_t = uint64

type Tfsid_t added in v1.42.0

type Tfsid_t = struct {
	F__val [2]int32
}

type Tgid_t added in v1.42.0

type Tgid_t = uint32

func Xgetegid added in v1.7.8

func Xgetegid(tls *TLS) (r Tgid_t)

func Xgetgid added in v1.7.8

func Xgetgid(tls *TLS) (r Tgid_t)

type Tglob_t added in v1.42.0

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 added in v1.42.0

type Tgreg_t = int64

type Tgregset_t added in v1.42.0

type Tgregset_t = [23]int64

type Tgroup added in v1.42.0

type Tgroup = struct {
	Fgr_name   uintptr
	Fgr_passwd uintptr
	Fgr_gid    Tgid_t
	Fgr_mem    uintptr
}

type Tgroup_filter added in v1.42.0

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 added in v1.42.0

type Tgroup_req = struct {
	Fgr_interface Tuint32_t
	Fgr_group     Tsockaddr_storage
}

type Tgroup_source_req added in v1.42.0

type Tgroup_source_req = struct {
	Fgsr_interface Tuint32_t
	Fgsr_group     Tsockaddr_storage
	Fgsr_source    Tsockaddr_storage
}

type Thistory added in v1.42.0

type Thistory = struct {
	Fchain uintptr
	Fdev   Tdev_t
	Fino   Tino_t
	Flevel int32
	Fbase  int32
}

type Thostent added in v1.42.0

type Thostent = struct {
	Fh_name      uintptr
	Fh_aliases   uintptr
	Fh_addrtype  int32
	Fh_length    int32
	Fh_addr_list uintptr
}

type Thsearch_data added in v1.42.0

type Thsearch_data = struct {
	F__tab     uintptr
	F__unused1 uint32
	F__unused2 uint32
}

type Ticonv_t added in v1.42.0

type Ticonv_t = uintptr

func Xiconv_open added in v1.42.0

func Xiconv_open(tls *TLS, to uintptr, from uintptr) (r Ticonv_t)

type Tid_t added in v1.42.0

type Tid_t = uint32

type Tidtype_t added in v1.42.0

type Tidtype_t = int32

type Tif_nameindex added in v1.42.0

type Tif_nameindex = struct {
	Fif_index uint32
	Fif_name  uintptr
}

type Tifaddr added in v1.42.0

type Tifaddr = struct {
	Fifa_addr Tsockaddr
	Fifa_ifu  struct {
		Fifu_dstaddr   [0]Tsockaddr
		Fifu_broadaddr Tsockaddr
	}
	Fifa_ifp  uintptr
	Fifa_next uintptr
}

type Tifaddrmsg added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tifaddrs_ctx = struct {
	Ffirst uintptr
	Flast  uintptr
	Fhash  [64]uintptr
}

type Tifaddrs_storage added in v1.42.0

type Tifaddrs_storage = struct {
	Fifa       Tifaddrs
	Fhash_next uintptr
	Faddr      Tsockany
	Fnetmask   Tsockany
	Fifu       Tsockany
	Findex     uint32
	Fname      [17]int8
}

type Tifconf added in v1.42.0

type Tifconf = struct {
	Fifc_len  int32
	Fifc_ifcu struct {
		Fifcu_req [0]uintptr
		Fifcu_buf uintptr
	}
}

type Tifinfomsg added in v1.42.0

type Tifinfomsg = struct {
	Fifi_family uint8
	F__ifi_pad  uint8
	Fifi_type   uint16
	Fifi_index  int32
	Fifi_flags  uint32
	Fifi_change uint32
}

type Tifmap added in v1.42.0

type Tifmap = struct {
	Fmem_start uint64
	Fmem_end   uint64
	Fbase_addr uint16
	Firq       uint8
	Fdma       uint8
	Fport      uint8
}

type Tifnameindexctx added in v1.42.0

type Tifnameindexctx = struct {
	Fnum       uint32
	Fallocated uint32
	Fstr_bytes uint32
	Flist      uintptr
	Fhash      [64]uint32
}

type Tifnamemap added in v1.42.0

type Tifnamemap = struct {
	Fhash_next uint32
	Findex     uint32
	Fnamelen   uint8
	Fname      [16]int8
}

type Tifreq added in v1.42.0

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 added in v1.42.0

type Timaxdiv_t = struct {
	Fquot Tintmax_t
	Frem  Tintmax_t
}

func Ximaxdiv added in v1.42.0

func Ximaxdiv(tls *TLS, num Tintmax_t, den Tintmax_t) (r Timaxdiv_t)

type Tin6_addr added in v1.26.0

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 added in v1.42.0

type Tin6_pktinfo = struct {
	Fipi6_addr    Tin6_addr
	Fipi6_ifindex uint32
}

type Tin_addr added in v1.42.0

type Tin_addr = struct {
	Fs_addr Tin_addr_t
}

func Xinet_makeaddr added in v1.42.0

func Xinet_makeaddr(tls *TLS, n Tin_addr_t, h Tin_addr_t) (r Tin_addr)

type Tin_addr_t added in v1.42.0

type Tin_addr_t = uint32

func Xinet_addr added in v1.42.0

func Xinet_addr(tls *TLS, p uintptr) (r Tin_addr_t)

func Xinet_lnaof added in v1.42.0

func Xinet_lnaof(tls *TLS, in Tin_addr) (r Tin_addr_t)

func Xinet_netof added in v1.42.0

func Xinet_netof(tls *TLS, in Tin_addr) (r Tin_addr_t)

func Xinet_network added in v1.42.0

func Xinet_network(tls *TLS, p uintptr) (r Tin_addr_t)

type Tin_pktinfo added in v1.42.0

type Tin_pktinfo = struct {
	Fipi_ifindex  int32
	Fipi_spec_dst Tin_addr
	Fipi_addr     Tin_addr
}

type Tin_port_t added in v1.42.0

type Tin_port_t = uint16

type Tino_t added in v1.42.0

type Tino_t = uint64

type Tinotify_event added in v1.42.0

type Tinotify_event = struct {
	Fwd     int32
	Fmask   Tuint32_t
	Fcookie Tuint32_t
	Flen1   Tuint32_t
}

type Tint16_t added in v1.42.0

type Tint16_t = int16

type Tint32_t added in v1.42.0

type Tint32_t = int32

type Tint64_t added in v1.42.0

type Tint64_t = int64

type Tint8_t added in v1.42.0

type Tint8_t = int8

type Tint_fast16_t added in v1.42.0

type Tint_fast16_t = int32

type Tint_fast32_t added in v1.42.0

type Tint_fast32_t = int32

type Tint_fast64_t added in v1.42.0

type Tint_fast64_t = int64

type Tint_fast8_t added in v1.42.0

type Tint_fast8_t = int8

type Tint_least16_t added in v1.42.0

type Tint_least16_t = int16

type Tint_least32_t added in v1.42.0

type Tint_least32_t = int32

type Tint_least64_t added in v1.42.0

type Tint_least64_t = int64

type Tint_least8_t added in v1.42.0

type Tint_least8_t = int8

type Tintmax_t added in v1.42.0

type Tintmax_t = int64

func X__strtoimax_internal added in v1.45.0

func X__strtoimax_internal(tls *TLS, s uintptr, p uintptr, base int32) (r Tintmax_t)

func Ximaxabs added in v1.42.0

func Ximaxabs(tls *TLS, a Tintmax_t) (r Tintmax_t)

func Xstrtoimax added in v1.1.1

func Xstrtoimax(tls *TLS, s uintptr, p uintptr, base int32) (r Tintmax_t)

func Xwcstoimax added in v1.42.0

func Xwcstoimax(tls *TLS, s uintptr, p uintptr, base int32) (r Tintmax_t)

type Tintptr_t added in v1.42.0

type Tintptr_t = int64

type Tioctl_compat_map added in v1.42.0

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 added in v1.42.0

type Tiovec = struct {
	Fiov_base uintptr
	Fiov_len  Tsize_t
}

type Tip6_mtuinfo added in v1.42.0

type Tip6_mtuinfo = struct {
	Fip6m_addr Tsockaddr_in6
	Fip6m_mtu  Tuint32_t
}

type Tip_mreq added in v1.42.0

type Tip_mreq = struct {
	Fimr_multiaddr Tin_addr
	Fimr_interface Tin_addr
}

type Tip_mreq_source added in v1.42.0

type Tip_mreq_source = struct {
	Fimr_multiaddr  Tin_addr
	Fimr_interface  Tin_addr
	Fimr_sourceaddr Tin_addr
}

type Tip_mreqn added in v1.42.0

type Tip_mreqn = struct {
	Fimr_multiaddr Tin_addr
	Fimr_address   Tin_addr
	Fimr_ifindex   int32
}

type Tip_msfilter added in v1.42.0

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 added in v1.42.0

type Tip_opts = struct {
	Fip_dst  Tin_addr
	Fip_opts [40]int8
}

type Tipc_perm added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tipv6_mreq = struct {
	Fipv6mr_multiaddr Tin6_addr
	Fipv6mr_interface uint32
}

type Titimerspec added in v1.42.0

type Titimerspec = struct {
	Fit_interval Ttimespec
	Fit_value    Ttimespec
}

type Titimerval added in v1.42.0

type Titimerval = struct {
	Fit_interval Ttimeval
	Fit_value    Ttimeval
}

type Tjmp_buf added in v1.42.0

type Tjmp_buf = [1]t__jmp_buf_tag

type Tk_sigaction added in v1.42.0

type Tk_sigaction = struct {
	Fhandler  uintptr
	Fflags    uint64
	Frestorer uintptr
	Fmask     [2]uint32
}

type Tkey_t added in v1.42.0

type Tkey_t = int32

func Xftok added in v1.42.0

func Xftok(tls *TLS, path uintptr, id int32) (r Tkey_t)

type Tkstat added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tlastlog = struct {
	Fll_time Ttime_t
	Fll_line [32]int8
	Fll_host [256]int8
}

type Tlconv added in v1.42.0

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 added in v1.42.0

type Tldiv_t = struct {
	Fquot int64
	Frem  int64
}

func Xldiv added in v1.42.0

func Xldiv(tls *TLS, num int64, den int64) (r Tldiv_t)

type Tlinger added in v1.42.0

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 Tliterals added in v1.42.0

type Tliterals = struct {
	Fmem  Ttre_mem_t
	Fa    uintptr
	Flen1 int32
	Fcap1 int32
}

type Tlldiv_t added in v1.42.0

type Tlldiv_t = struct {
	Fquot int64
	Frem  int64
}

func Xlldiv added in v1.42.0

func Xlldiv(tls *TLS, num int64, den int64) (r Tlldiv_t)

type Tlocale_t added in v1.42.0

type Tlocale_t = uintptr

func X__duplocale added in v1.45.0

func X__duplocale(tls *TLS, old Tlocale_t) (r Tlocale_t)

func X__newlocale added in v1.45.0

func X__newlocale(tls *TLS, mask int32, name uintptr, loc Tlocale_t) (r Tlocale_t)

func X__uselocale added in v1.45.0

func X__uselocale(tls *TLS, new1 Tlocale_t) (r Tlocale_t)

func Xduplocale added in v1.42.0

func Xduplocale(tls *TLS, old Tlocale_t) (r Tlocale_t)

func Xnewlocale added in v1.42.0

func Xnewlocale(tls *TLS, mask int32, name uintptr, loc Tlocale_t) (r Tlocale_t)

func Xuselocale added in v1.42.0

func Xuselocale(tls *TLS, new1 Tlocale_t) (r Tlocale_t)

type Tlog2_data added in v1.42.0

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 added in v1.42.0

type Tlog2f_data = struct {
	Ftab [16]struct {
		Finvc float64
		Flogc float64
	}
	Fpoly [4]float64
}

type Tlog_data added in v1.42.0

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 added in v1.42.0

type Tlogf_data = struct {
	Ftab [16]struct {
		Finvc float64
		Flogc float64
	}
	Fln2  float64
	Fpoly [3]float64
}

type Tmatch added in v1.42.0

type Tmatch = struct {
	Fnext uintptr
}

type Tmbstate_t added in v1.42.0

type Tmbstate_t = struct {
	F__opaque1 uint32
	F__opaque2 uint32
}

type Tmcontext_t added in v1.42.0

type Tmcontext_t = struct {
	F__space [32]uint64
}

type Tmcontext_t1 added in v1.42.0

type Tmcontext_t1 = struct {
	Fgregs       Tgregset_t
	Ffpregs      Tfpregset_t
	F__reserved1 [8]uint64
}

type Tmd5 added in v1.42.0

type Tmd5 = struct {
	Flen1 Tuint64_t
	Fh    [4]Tuint32_t
	Fbuf  [64]Tuint8_t
}

type Tmem_FILE added in v1.42.0

type Tmem_FILE = struct {
	Ff   TFILE
	Fc   Tcookie
	Fbuf [1032]uint8
}

type Tmmsghdr added in v1.42.0

type Tmmsghdr = struct {
	Fmsg_hdr Tmsghdr
	Fmsg_len uint32
}

type Tmntent added in v1.42.0

type Tmntent = struct {
	Fmnt_fsname uintptr
	Fmnt_dir    uintptr
	Fmnt_type   uintptr
	Fmnt_opts   uintptr
	Fmnt_freq   int32
	Fmnt_passno int32
}

type Tmode_t added in v1.42.0

type Tmode_t = uint32

func Xumask

func Xumask(tls *TLS, mode Tmode_t) (r Tmode_t)

type Tms_FILE added in v1.42.0

type Tms_FILE = struct {
	Ff   TFILE
	Fc   Tcookie1
	Fbuf [1024]uint8
}

type Tmsgcat added in v1.42.0

type Tmsgcat = struct {
	Fnext        uintptr
	Fmap1        uintptr
	Fmap_size    Tsize_t
	Fplural_rule uintptr
	Fnplurals    int32
	Fbinding     uintptr
	Flm          uintptr
	Fcat         int32
}

type Tmsghdr added in v1.42.0

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 added in v1.42.0

type Tmsginfo = struct {
	Fmsgpool int32
	Fmsgmap  int32
	Fmsgmax  int32
	Fmsgmnb  int32
	Fmsgmni  int32
	Fmsgssz  int32
	Fmsgtql  int32
	Fmsgseg  uint16
}

type Tmsglen_t added in v1.42.0

type Tmsglen_t = uint64

type Tmsgqnum_t added in v1.42.0

type Tmsgqnum_t = uint64

type Tmsqid_ds added in v1.42.0

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 Tneg added in v1.42.0

type Tneg = struct {
	Fnegate int32
	Flen1   int32
	Fa      [64]Ttre_ctype_t
}

type Tnetent added in v1.42.0

type Tnetent = struct {
	Fn_name     uintptr
	Fn_aliases  uintptr
	Fn_addrtype int32
	Fn_net      Tuint32_t
}

type Tnfds_t added in v1.42.0

type Tnfds_t = uint64

type Tnl_catd added in v1.42.0

type Tnl_catd = uintptr

func Xcatopen added in v1.42.0

func Xcatopen(tls *TLS, name uintptr, oflag int32) (r Tnl_catd)

type Tnl_item added in v1.42.0

type Tnl_item = int32
type Tnlink_t = uint64

type Tnlmsghdr added in v1.42.0

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 added in v1.42.0

type Tnode = struct {
	Fnext uintptr
	Fprev uintptr
}

type Tnode1 added in v1.42.0

type Tnode1 = struct {
	Fkey uintptr
	Fa   [2]uintptr
	Fh   int32
}

type Tns_cert_types added in v1.42.0

type Tns_cert_types = int32

type Tns_class added in v1.42.0

type Tns_class = int32

type Tns_flag added in v1.42.0

type Tns_flag = int32

type Tns_key_types added in v1.42.0

type Tns_key_types = int32

type Tns_msg added in v1.42.0

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 added in v1.42.0

type Tns_opcode = int32

type Tns_rcode added in v1.42.0

type Tns_rcode = int32

type Tns_rr added in v1.42.0

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 added in v1.42.0

type Tns_sect = int32

type Tns_tcp_tsig_state added in v1.42.0

type Tns_tcp_tsig_state = struct {
	Fcounter int32
	Fkey     uintptr
	Fctx     uintptr
	Fsig     [512]uint8
	Fsiglen  int32
}

type Tns_tcp_tsig_state1 added in v1.42.0

type Tns_tcp_tsig_state1 = struct {
	Fcounter int32
	Fkey     uintptr
	Fctx     uintptr
	Fsig     [512]uint8
	Fsiglen  int32
}

type Tns_tsig_key added in v1.42.0

type Tns_tsig_key = struct {
	Fname [1025]int8
	Falg  [1025]int8
	Fdata uintptr
	Flen1 int32
}

type Tns_tsig_key1 added in v1.42.0

type Tns_tsig_key1 = struct {
	Fname [1025]int8
	Falg  [1025]int8
	Fdata uintptr
	Flen1 int32
}

type Tns_type added in v1.42.0

type Tns_type = int32

type Tns_update_operation added in v1.42.0

type Tns_update_operation = int32

type Tntptimeval added in v1.42.0

type Tntptimeval = struct {
	Ftime     Ttimeval
	Fmaxerror int64
	Festerror int64
}

type Tnum added in v1.42.0

type Tnum = struct {
	Fm    Tuint64_t
	Fe    int32
	Fsign int32
}

type Toff_t added in v1.42.0

type Toff_t = int64

func X__ftello added in v1.45.0

func X__ftello(tls *TLS, f uintptr) (r Toff_t)

func X__ftello_unlocked added in v1.42.0

func X__ftello_unlocked(tls *TLS, f uintptr) (r Toff_t)

func X__lseek added in v1.45.0

func X__lseek(tls *TLS, fd int32, offset Toff_t, whence int32) (r Toff_t)

func X__stdio_seek added in v1.42.0

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

func Xftello added in v1.42.0

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)

func Xlseek64

func Xlseek64(tls *TLS, fd int32, offset Toff_t, whence int32) (r Toff_t)

type Toption added in v1.42.0

type Toption = struct {
	Fname    uintptr
	Fhas_arg int32
	Fflag    uintptr
	Fval     int32
}

type Tpasswd added in v1.42.0

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 added in v1.42.0

type Tpid_t = int32

func Xgetpgid added in v1.42.0

func Xgetpgid(tls *TLS, pid Tpid_t) (r Tpid_t)

func Xgetpgrp added in v1.42.0

func Xgetpgrp(tls *TLS) (r Tpid_t)

func Xgetpid

func Xgetpid(tls *TLS) (r Tpid_t)

func Xgetppid added in v1.42.0

func Xgetppid(tls *TLS) (r Tpid_t)

func Xgetsid added in v1.42.0

func Xgetsid(tls *TLS, pid Tpid_t) (r Tpid_t)

func Xsetpgrp added in v1.42.0

func Xsetpgrp(tls *TLS) (r Tpid_t)

func Xsetsid added in v1.7.7

func Xsetsid(tls *TLS) (r Tpid_t)

func Xtcgetpgrp added in v1.42.0

func Xtcgetpgrp(tls *TLS, fd int32) (r Tpid_t)

func Xtcgetsid added in v1.42.0

func Xtcgetsid(tls *TLS, fd int32) (r Tpid_t)

func Xvfork added in v1.42.0

func Xvfork(tls *TLS) (r Tpid_t)

func Xwait added in v1.42.0

func Xwait(tls *TLS, status uintptr) (r Tpid_t)

func Xwait3 added in v1.42.0

func Xwait3(tls *TLS, status uintptr, options int32, usage uintptr) (r Tpid_t)

func Xwait4 added in v1.42.0

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 added in v1.42.0

type Tpolicy = struct {
	Faddr  [16]uint8
	Flen1  uint8
	Fmask  uint8
	Fprec  uint8
	Flabel uint8
}

type Tpollfd added in v1.42.0

type Tpollfd = struct {
	Ffd      int32
	Fevents  int16
	Frevents int16
}

type Tposix_spawn_file_actions_t added in v1.42.0

type Tposix_spawn_file_actions_t = struct {
	F__pad0    [2]int32
	F__actions uintptr
	F__pad     [16]int32
}

type Tposix_spawnattr_t added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tpowf_log2_data = struct {
	Ftab [16]struct {
		Finvc float64
		Flogc float64
	}
	Fpoly [5]float64
}

type Tprctl_mm_map added in v1.42.0

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 added in v1.42.0

type Tprotoent = struct {
	Fp_name    uintptr
	Fp_aliases uintptr
	Fp_proto   int32
}

type Tpthread_attr_t added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tpthread_barrierattr_t = struct {
	F__attr uint32
}

type Tpthread_cond_t added in v1.42.0

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 added in v1.42.0

type Tpthread_condattr_t = struct {
	F__attr uint32
}

type Tpthread_key_t added in v1.42.0

type Tpthread_key_t = uint32

type Tpthread_mutex_t added in v1.42.0

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 added in v1.42.0

type Tpthread_mutexattr_t = struct {
	F__attr uint32
}

type Tpthread_once_t added in v1.42.0

type Tpthread_once_t = int32

type Tpthread_rwlock_t added in v1.42.0

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 added in v1.42.0

type Tpthread_rwlockattr_t = struct {
	F__attr [2]uint32
}

type Tpthread_spinlock_t added in v1.42.0

type Tpthread_spinlock_t = int32

type Tpthread_t added in v1.42.0

type Tpthread_t = uintptr

type Tptrdiff_t added in v1.42.0

type Tptrdiff_t = int64

type Tqelem added in v1.42.0

type Tqelem = struct {
	Fq_forw uintptr
	Fq_back uintptr
	Fq_data [1]int8
}

type Tr_debug added in v1.42.0

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 added in v1.42.0

type Tre_pattern_buffer = Tregex_t

type Treg_errcode_t added in v1.42.0

type Treg_errcode_t = int32

type Tregex_t added in v1.42.0

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 added in v1.42.0

type Tregmatch_t = struct {
	Frm_so Tregoff_t
	Frm_eo Tregoff_t
}

type Tregoff_t added in v1.42.0

type Tregoff_t = int64

type Tres_state added in v1.42.0

type Tres_state = uintptr

type Tres_sym added in v1.42.0

type Tres_sym = struct {
	Fnumber    int32
	Fname      uintptr
	Fhumanname uintptr
}

type Tresolvconf added in v1.42.0

type Tresolvconf = struct {
	Fns       [3]Taddress
	Fnns      uint32
	Fattempts uint32
	Fndots    uint32
	Ftimeout  uint32
}

type Trlim_t added in v1.42.0

type Trlim_t = uint64

type Trlimit added in v1.42.0

type Trlimit = struct {
	Frlim_cur Trlim_t
	Frlim_max Trlim_t
}

type Trtattr added in v1.42.0

type Trtattr = struct {
	Frta_len  uint16
	Frta_type uint16
}

type Trtgenmsg added in v1.42.0

type Trtgenmsg = struct {
	Frtgen_family uint8
}

type Trusage added in v1.42.0

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 added in v1.42.0

type Tsa = struct {
	Fsin6        [0]Tsockaddr_in6
	Fsin         Tsockaddr_in
	F__ccgo_pad2 [12]byte
}

type Tsa_family_t added in v1.42.0

type Tsa_family_t = uint16

type Tsched_param added in v1.42.0

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 Tsembuf added in v1.42.0

type Tsembuf = struct {
	Fsem_num uint16
	Fsem_op  int16
	Fsem_flg int16
}

type Tsemid_ds added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tsemun = struct {
	Fbuf         [0]uintptr
	Farray       [0]uintptr
	Fval         int32
	F__ccgo_pad3 [4]byte
}

type Tservent added in v1.42.0

type Tservent = struct {
	Fs_name    uintptr
	Fs_aliases uintptr
	Fs_port    int32
	Fs_proto   uintptr
}

type Tservice added in v1.42.0

type Tservice = struct {
	Fport     Tuint16_t
	Fproto    uint8
	Fsocktype uint8
}

type Tsha256 added in v1.42.0

type Tsha256 = struct {
	Flen1 Tuint64_t
	Fh    [8]Tuint32_t
	Fbuf  [64]Tuint8_t
}

type Tsha512 added in v1.42.0

type Tsha512 = struct {
	Flen1 Tuint64_t
	Fh    [8]Tuint64_t
	Fbuf  [128]Tuint8_t
}

type Tshm_info added in v1.42.0

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 added in v1.42.0

type Tshmatt_t = uint64

type Tshmid_ds added in v1.42.0

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 added in v1.42.0

type Tshminfo = struct {
	Fshmmax   uint64
	Fshmmin   uint64
	Fshmmni   uint64
	Fshmseg   uint64
	Fshmall   uint64
	F__unused [4]uint64
}

type Tsig_atomic_t added in v1.42.0

type Tsig_atomic_t = int32

type Tsig_t added in v1.42.0

type Tsig_t = uintptr

type Tsigaction added in v1.42.0

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 added in v1.42.0

type Tsigaltstack = Tstack_t

type Tsigcontext added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tsighandler_t = uintptr

type Tsiginfo_t added in v1.42.0

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 added in v1.42.0

type Tsigjmp_buf = [1]t__jmp_buf_tag

type Tsignalfd_siginfo added in v1.42.0

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 added in v1.42.0

type Tsigset_t = struct {
	F__bits [16]uint64
}

type Tsigval added in v1.42.0

type Tsigval = struct {
	Fsival_ptr   [0]uintptr
	Fsival_int   int32
	F__ccgo_pad2 [4]byte
}

type Tsize_t added in v1.42.0

type Tsize_t = uint64
var X__hwcap Tsize_t
var X__sysinfo Tsize_t

func UsableSize added in v1.7.1

func UsableSize(p uintptr) Tsize_t

func X__builtin_object_size added in v1.7.0

func X__builtin_object_size(t *TLS, p uintptr, typ int32) Tsize_t

size_t __builtin_object_size (const void * ptr, int type)

func X__builtin_strlen

func X__builtin_strlen(t *TLS, s uintptr) Tsize_t

func X__ctype_get_mb_cur_max added in v1.7.7

func X__ctype_get_mb_cur_max(tls *TLS) (r Tsize_t)

func X__fbufsize added in v1.42.0

func X__fbufsize(tls *TLS, f uintptr) (r Tsize_t)

func X__fpending added in v1.42.0

func X__fpending(tls *TLS, f uintptr) (r Tsize_t)

func X__freadahead added in v1.42.0

func X__freadahead(tls *TLS, f uintptr) (r Tsize_t)

func X__fwritex added in v1.42.0

func X__fwritex(tls *TLS, s uintptr, l Tsize_t, f uintptr) (r Tsize_t)

func X__stdio_read added in v1.42.0

func X__stdio_read(tls *TLS, f uintptr, buf uintptr, len1 Tsize_t) (r Tsize_t)

func X__stdio_write added in v1.42.0

func X__stdio_write(tls *TLS, f uintptr, buf uintptr, len1 Tsize_t) (r Tsize_t)

func X__stdout_write added in v1.42.0

func X__stdout_write(tls *TLS, f uintptr, buf uintptr, len1 Tsize_t) (r Tsize_t)

func X__strftime_l added in v1.45.0

func X__strftime_l(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr, loc Tlocale_t) (r Tsize_t)

func X__strxfrm_l added in v1.45.0

func X__strxfrm_l(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)

C documentation

/* collate only by code points */

func X__wcsftime_l added in v1.45.0

func X__wcsftime_l(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr, loc Tlocale_t) (r Tsize_t)

func X__wcsxfrm_l added in v1.45.0

func X__wcsxfrm_l(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)

C documentation

/* collate only by code points */

func Xc16rtomb added in v1.42.0

func Xc16rtomb(tls *TLS, s uintptr, c16 Tchar16_t, ps uintptr) (r Tsize_t)

func Xc32rtomb added in v1.42.0

func Xc32rtomb(tls *TLS, s uintptr, c32 Tchar32_t, ps uintptr) (r Tsize_t)

func Xconfstr added in v1.7.0

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 Xfread_unlocked added in v1.42.0

func Xfread_unlocked(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 Xfwrite_unlocked added in v1.42.0

func Xfwrite_unlocked(tls *TLS, src uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)

func Xiconv added in v1.42.0

func Xiconv(tls *TLS, cd Ticonv_t, in uintptr, inb uintptr, out uintptr, outb uintptr) (r Tsize_t)

func Xmalloc_usable_size added in v1.26.0

func Xmalloc_usable_size(tls *TLS, p uintptr) (r Tsize_t)

func Xmbrlen added in v1.42.0

func Xmbrlen(tls *TLS, s uintptr, n Tsize_t, st uintptr) (r Tsize_t)

func Xmbrtoc16 added in v1.42.0

func Xmbrtoc16(tls *TLS, pc16 uintptr, s uintptr, n Tsize_t, ps uintptr) (r Tsize_t)

func Xmbrtoc32 added in v1.42.0

func Xmbrtoc32(tls *TLS, pc32 uintptr, s uintptr, n Tsize_t, ps uintptr) (r Tsize_t)

func Xmbrtowc added in v1.7.12

func Xmbrtowc(tls *TLS, wc uintptr, src uintptr, n Tsize_t, st uintptr) (r Tsize_t)

func Xmbsnrtowcs added in v1.42.0

func Xmbsnrtowcs(tls *TLS, wcs uintptr, src uintptr, n Tsize_t, wn Tsize_t, st uintptr) (r Tsize_t)

func Xmbsrtowcs added in v1.42.0

func Xmbsrtowcs(tls *TLS, ws uintptr, src uintptr, wn Tsize_t, st uintptr) (r Tsize_t)

func Xmbstowcs added in v1.7.7

func Xmbstowcs(tls *TLS, ws uintptr, _s uintptr, wn Tsize_t) (r Tsize_t)

func Xregerror added in v1.42.0

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 added in v1.40.11

func Xstrftime(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr) (r Tsize_t)

func Xstrftime_l added in v1.42.0

func Xstrftime_l(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr, loc Tlocale_t) (r Tsize_t)

func Xstrlcat added in v1.7.0

func Xstrlcat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r Tsize_t)

func Xstrlcpy added in v1.7.0

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 added in v1.1.1

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

func Xstrspn added in v1.1.1

func Xstrspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xstrxfrm added in v1.42.0

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

func Xstrxfrm_l added in v1.42.0

func Xstrxfrm_l(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)

C documentation

/* collate only by code points */

func Xwcrtomb added in v1.42.0

func Xwcrtomb(tls *TLS, s uintptr, wc Twchar_t, st uintptr) (r Tsize_t)

func Xwcscspn added in v1.42.0

func Xwcscspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xwcsftime added in v1.42.0

func Xwcsftime(tls *TLS, wcs uintptr, n Tsize_t, f uintptr, tm uintptr) (r Tsize_t)

func Xwcsftime_l added in v1.42.0

func Xwcsftime_l(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr, loc Tlocale_t) (r Tsize_t)

func Xwcslen added in v1.42.0

func Xwcslen(tls *TLS, s uintptr) (r Tsize_t)

func Xwcsnlen added in v1.42.0

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

func Xwcsnrtombs added in v1.42.0

func Xwcsnrtombs(tls *TLS, dst uintptr, wcs uintptr, wn Tsize_t, n Tsize_t, st uintptr) (r Tsize_t)

func Xwcsrtombs added in v1.42.0

func Xwcsrtombs(tls *TLS, s uintptr, ws uintptr, n Tsize_t, st uintptr) (r Tsize_t)

func Xwcsspn added in v1.42.0

func Xwcsspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)

func Xwcstombs added in v1.42.0

func Xwcstombs(tls *TLS, s uintptr, ws uintptr, n Tsize_t) (r Tsize_t)

func Xwcsxfrm added in v1.42.0

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

func Xwcsxfrm_l added in v1.42.0

func Xwcsxfrm_l(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)

C documentation

/* collate only by code points */

type Tsockaddr added in v1.42.0

type Tsockaddr = struct {
	Fsa_family Tsa_family_t
	Fsa_data   [14]int8
}

type Tsockaddr_in added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tsockaddr_storage = struct {
	Fss_family    Tsa_family_t
	F__ss_padding [118]int8
	F__ss_align   uint64
}

type Tsockany added in v1.42.0

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 added in v1.42.0

type Tsocklen_t = uint32

type Tspeed_t added in v1.42.0

type Tspeed_t = uint32

func Xcfgetispeed added in v1.42.0

func Xcfgetispeed(tls *TLS, tio uintptr) (r Tspeed_t)

func Xcfgetospeed

func Xcfgetospeed(tls *TLS, tio uintptr) (r Tspeed_t)

type Tspwd added in v1.42.0

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 added in v1.42.0

type Tssize_t = int64

func X__getdelim added in v1.42.0

func X__getdelim(tls *TLS, s uintptr, n uintptr, delim int32, f uintptr) (r Tssize_t)

func Xcopy_file_range added in v1.42.0

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 added in v1.42.0

func Xfgetxattr(tls *TLS, filedes int32, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)

func Xflistxattr added in v1.42.0

func Xflistxattr(tls *TLS, filedes int32, list uintptr, size Tsize_t) (r Tssize_t)

func Xgetdelim added in v1.45.0

func Xgetdelim(tls *TLS, s uintptr, n uintptr, delim int32, f uintptr) (r Tssize_t)

func Xgetline added in v1.42.0

func Xgetline(tls *TLS, s uintptr, n uintptr, f uintptr) (r Tssize_t)

func Xgetrandom added in v1.11.29

func Xgetrandom(tls *TLS, buf uintptr, buflen Tsize_t, flags uint32) (r Tssize_t)

func Xgetxattr added in v1.42.0

func Xgetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)

func Xlgetxattr added in v1.42.0

func Xlgetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)

func Xlistxattr added in v1.42.0

func Xlistxattr(tls *TLS, path uintptr, list uintptr, size Tsize_t) (r Tssize_t)

func Xllistxattr added in v1.42.0

func Xllistxattr(tls *TLS, path uintptr, list uintptr, size Tsize_t) (r Tssize_t)

func Xmsgrcv added in v1.42.0

func Xmsgrcv(tls *TLS, q int32, m uintptr, len1 Tsize_t, type1 int64, flag int32) (r Tssize_t)

func Xpread added in v1.24.0

func Xpread(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs Toff_t) (r Tssize_t)

func Xpreadv added in v1.42.0

func Xpreadv(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t) (r Tssize_t)

func Xpreadv2 added in v1.42.0

func Xpreadv2(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t, flags int32) (r Tssize_t)

func Xprocess_vm_readv added in v1.42.0

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 added in v1.42.0

func Xprocess_vm_writev(tls *TLS, pid Tpid_t, lvec uintptr, liovcnt uint64, rvec uintptr, riovcnt uint64, flags uint64) (r Tssize_t)

func Xpwrite added in v1.11.6

func Xpwrite(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs Toff_t) (r Tssize_t)

func Xpwritev added in v1.42.0

func Xpwritev(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t) (r Tssize_t)

func Xpwritev2 added in v1.42.0

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 added in v1.42.0

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 added in v1.14.10

func Xreadlinkat(tls *TLS, fd int32, path uintptr, buf uintptr, bufsize Tsize_t) (r1 Tssize_t)

func Xreadv added in v1.7.7

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 added in v1.7.7

func Xrecvfrom(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32, addr uintptr, alen uintptr) (r1 Tssize_t)

func Xrecvmsg added in v1.7.7

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 added in v1.42.0

func Xsendfile(tls *TLS, out_fd int32, in_fd int32, ofs uintptr, count Tsize_t) (r Tssize_t)

func Xsendmsg added in v1.7.7

func Xsendmsg(tls *TLS, fd int32, msg uintptr, flags int32) (r1 Tssize_t)

func Xsendto added in v1.7.7

func Xsendto(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32, addr uintptr, alen Tsocklen_t) (r1 Tssize_t)

func Xsplice added in v1.42.0

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 added in v1.42.0

func Xstrfmon(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r Tssize_t)

func Xstrfmon_l added in v1.42.0

func Xstrfmon_l(tls *TLS, s uintptr, n Tsize_t, loc Tlocale_t, fmt uintptr, va uintptr) (r Tssize_t)

func Xtee added in v1.42.0

func Xtee(tls *TLS, src int32, dest int32, len1 Tsize_t, flags uint32) (r Tssize_t)

func Xvmsplice added in v1.42.0

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 added in v1.7.7

func Xwritev(tls *TLS, fd int32, iov uintptr, count int32) (r Tssize_t)

type Tst added in v1.42.0

type Tst = struct {
	Fr  uint64
	Fn  uint64
	Fop int32
}

type Tstack_t added in v1.42.0

type Tstack_t = struct {
	Fss_sp    uintptr
	Fss_flags int32
	Fss_size  Tsize_t
}

type Tstat added in v1.42.0

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 added in v1.42.0

type Tstateful_cd = struct {
	Fbase_cd Ticonv_t
	Fstate   uint32
}

type Tstatfs added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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
	F__pad0              [1]Tuint16_t
	Fstx_ino             Tuint64_t
	Fstx_size            Tuint64_t
	Fstx_blocks          Tuint64_t
	Fstx_attributes_mask Tuint64_t
	Fstx_atime           Tstatx_timestamp
	Fstx_btime           Tstatx_timestamp
	Fstx_ctime           Tstatx_timestamp
	Fstx_mtime           Tstatx_timestamp
	Fstx_rdev_major      Tuint32_t
	Fstx_rdev_minor      Tuint32_t
	Fstx_dev_major       Tuint32_t
	Fstx_dev_minor       Tuint32_t
	F__pad1              [14]Tuint64_t
}

type Tstatx1 added in v1.42.0

type Tstatx1 = 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 Tstatx_timestamp added in v1.42.0

type Tstatx_timestamp = struct {
	Ftv_sec  Tint64_t
	Ftv_nsec Tuint32_t
	F__pad   Tuint32_t
}

type Tstr_list added in v1.48.0

type Tstr_list = struct {
	Fsl_nmods   int32
	Fsl_modlist uintptr
}

type Tstr_mlist added in v1.48.0

type Tstr_mlist = struct {
	Fl_name [9]int8
}

type Tstrbuf added in v1.48.0

type Tstrbuf = struct {
	Fmaxlen int32
	Flen1   int32
	Fbuf    uintptr
}

type Tstrfdinsert added in v1.48.0

type Tstrfdinsert = struct {
	Fctlbuf  Tstrbuf
	Fdatabuf Tstrbuf
	Fflags   uint32
	Ffildes  int32
	Foffset  int32
}

type Tstrioctl added in v1.48.0

type Tstrioctl = struct {
	Fic_cmd    int32
	Fic_timout int32
	Fic_len    int32
	Fic_dp     uintptr
}

type Tstrpeek added in v1.48.0

type Tstrpeek = struct {
	Fctlbuf  Tstrbuf
	Fdatabuf Tstrbuf
	Fflags   uint32
}

type Tstrrecvfd added in v1.48.0

type Tstrrecvfd = struct {
	Ffd     int32
	Fuid    int32
	Fgid    int32
	F__fill [8]int8
}

type Tsuseconds_t added in v1.42.0

type Tsuseconds_t = int64

type Tsyscall_arg_t added in v1.42.0

type Tsyscall_arg_t = int64

type Tsysinfo added in v1.42.0

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 added in v1.42.0

type Ttcflag_t = uint32

type Ttermios added in v1.42.0

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 Ttime_t added in v1.42.0

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 added in v1.42.0

func Xtimegm(tls *TLS, tm uintptr) (r Ttime_t)

type Ttimeb added in v1.42.0

type Ttimeb = struct {
	Ftime     Ttime_t
	Fmillitm  uint16
	Ftimezone int16
	Fdstflag  int16
}

type Ttimer_t added in v1.42.0

type Ttimer_t = uintptr

type Ttimespec added in v1.42.0

type Ttimespec = struct {
	Ftv_sec  Ttime_t
	Ftv_nsec int64
}

type Ttimeval added in v1.42.0

type Ttimeval = struct {
	Ftv_sec  Ttime_t
	Ftv_usec Tsuseconds_t
}

type Ttimex added in v1.42.0

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 added in v1.42.0

type Ttimezone = struct {
	Ftz_minuteswest int32
	Ftz_dsttime     int32
}

type Ttls_module added in v1.42.0

type Ttls_module = struct {
	Fnext   uintptr
	Fimage  uintptr
	Flen1   Tsize_t
	Fsize   Tsize_t
	Falign  Tsize_t
	Foffset Tsize_t
}

type Ttm added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Ttms = struct {
	Ftms_utime  Tclock_t
	Ftms_stime  Tclock_t
	Ftms_cutime Tclock_t
	Ftms_cstime Tclock_t
}

type Ttnfa added in v1.42.0

type Ttnfa = Ttre_tnfa_t

type Ttnfa_transition added in v1.42.0

type Ttnfa_transition = Ttre_tnfa_transition_t

type Ttre_addtags_symbol_t added in v1.42.0

type Ttre_addtags_symbol_t = int32

type Ttre_ast_node_t added in v1.42.0

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 added in v1.42.0

type Ttre_ast_type_t = int32

C documentation

/* The different AST node types. */

type Ttre_backtrack_item_t added in v1.42.0

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 added in v1.42.0

type Ttre_backtrack_struct = struct {
	Fitem Ttre_backtrack_item_t
	Fprev uintptr
	Fnext uintptr
}

type Ttre_backtrack_t added in v1.42.0

type Ttre_backtrack_t = uintptr

type Ttre_catenation_t added in v1.42.0

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 added in v1.42.0

type Ttre_char_t = int32

type Ttre_cint_t added in v1.42.0

type Ttre_cint_t = uint32

type Ttre_copyast_symbol_t added in v1.42.0

type Ttre_copyast_symbol_t = int32

type Ttre_ctype_t added in v1.42.0

type Ttre_ctype_t = uint64

type Ttre_expand_ast_symbol_t added in v1.42.0

type Ttre_expand_ast_symbol_t = int32

type Ttre_iteration_t added in v1.42.0

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 added in v1.42.0

type Ttre_list = Ttre_list_t

type Ttre_list_t added in v1.42.0

type Ttre_list_t = struct {
	Fdata uintptr
	Fnext uintptr
}

type Ttre_literal_t added in v1.42.0

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 added in v1.42.0

type Ttre_mem_struct = struct {
	Fblocks   uintptr
	Fcurrent  uintptr
	Fptr      uintptr
	Fn        Tsize_t
	Ffailed   int32
	Fprovided uintptr
}

type Ttre_mem_t added in v1.42.0

type Ttre_mem_t = uintptr

func X__tre_mem_new_impl added in v1.42.0

func X__tre_mem_new_impl(tls *TLS, provided int32, provided_block uintptr) (r Ttre_mem_t)

C documentation

/* Returns a new memory allocator or NULL if out of memory. */

type Ttre_nfl_stack_symbol_t added in v1.42.0

type Ttre_nfl_stack_symbol_t = int32

type Ttre_parse_ctx_t added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Ttre_reach_pos_t = struct {
	Fpos  Tregoff_t
	Ftags uintptr
}

type Ttre_stack_item added in v1.42.0

type Ttre_stack_item = struct {
	Fint_value     [0]int32
	Fvoidptr_value uintptr
}

type Ttre_stack_rec added in v1.42.0

type Ttre_stack_rec = Ttre_stack_t

type Ttre_stack_t added in v1.42.0

type Ttre_stack_t = struct {
	Fsize      int32
	Fmax_size  int32
	Fincrement int32
	Fptr       int32
	Fstack     uintptr
}

type Ttre_submatch_data added in v1.42.0

type Ttre_submatch_data = struct {
	Fso_tag  int32
	Feo_tag  int32
	Fparents uintptr
}

type Ttre_submatch_data_t added in v1.42.0

type Ttre_submatch_data_t = struct {
	Fso_tag  int32
	Feo_tag  int32
	Fparents uintptr
}

type Ttre_tag_direction_t added in v1.42.0

type Ttre_tag_direction_t = int32

type Ttre_tag_states_t added in v1.42.0

type Ttre_tag_states_t = struct {
	Ftag      int32
	Fnext_tag int32
}

type Ttre_tnfa_reach_t added in v1.42.0

type Ttre_tnfa_reach_t = struct {
	Fstate uintptr
	Ftags  uintptr
}

type Ttre_tnfa_t added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Ttre_union_t = struct {
	Fleft  uintptr
	Fright uintptr
}

C documentation

/* An "union" node.  These are created for the "|" operator. */

type Tucontext added in v1.42.0

type Tucontext = Tucontext_t1

type Tucontext_t added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

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 v1.42.0

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 v1.42.0

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 added in v1.42.0

type Tucred = struct {
	Fpid Tpid_t
	Fuid Tuid_t
	Fgid Tgid_t
}

type Tuid_t added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tuint32_t = uint32

func Xhtonl

func Xhtonl(tls *TLS, n Tuint32_t) (r Tuint32_t)

func Xntohl added in v1.42.0

func Xntohl(tls *TLS, n Tuint32_t) (r Tuint32_t)

type Tuint64_t added in v1.42.0

type Tuint64_t = uint64

func X__rand48_step added in v1.42.0

func X__rand48_step(tls *TLS, xi uintptr, lc uintptr) (r Tuint64_t)

type Tuint8_t added in v1.42.0

type Tuint8_t = uint8

type Tuint_fast16_t added in v1.42.0

type Tuint_fast16_t = uint32

type Tuint_fast32_t added in v1.42.0

type Tuint_fast32_t = uint32

type Tuint_fast64_t added in v1.42.0

type Tuint_fast64_t = uint64

type Tuint_fast8_t added in v1.42.0

type Tuint_fast8_t = uint8

type Tuint_least16_t added in v1.42.0

type Tuint_least16_t = uint16

type Tuint_least32_t added in v1.42.0

type Tuint_least32_t = uint32

type Tuint_least64_t added in v1.42.0

type Tuint_least64_t = uint64

type Tuint_least8_t added in v1.42.0

type Tuint_least8_t = uint8

type Tuintmax_t added in v1.42.0

type Tuintmax_t = uint64

func X__strtoumax_internal added in v1.45.0

func X__strtoumax_internal(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)

func Xstrtoumax added in v1.1.1

func Xstrtoumax(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)

func Xwcstoumax added in v1.42.0

func Xwcstoumax(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)

type Tuintptr_t added in v1.42.0

type Tuintptr_t = uint64
var X__stack_chk_guard Tuintptr_t

type Tuseconds_t added in v1.42.0

type Tuseconds_t = uint32

type Tutimbuf added in v1.42.0

type Tutimbuf = struct {
	Factime  Ttime_t
	Fmodtime Ttime_t
}

type Tutmpx added in v1.42.0

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 added in v1.42.0

type Tutsname = struct {
	Fsysname    [65]int8
	Fnodename   [65]int8
	Frelease    [65]int8
	Fversion    [65]int8
	Fmachine    [65]int8
	Fdomainname [65]int8
}

type Tutsname1 added in v1.42.0

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 added in v1.42.0

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 added in v1.42.0

type Tva_list = uintptr

type Twchar_t added in v1.42.0

type Twchar_t = int32

type Twctrans_t added in v1.42.0

type Twctrans_t = uintptr

func X__wctrans_l added in v1.45.0

func X__wctrans_l(tls *TLS, s uintptr, l Tlocale_t) (r Twctrans_t)

func Xwctrans added in v1.42.0

func Xwctrans(tls *TLS, class uintptr) (r Twctrans_t)

func Xwctrans_l added in v1.42.0

func Xwctrans_l(tls *TLS, s uintptr, l Tlocale_t) (r Twctrans_t)

type Twctype_t added in v1.42.0

type Twctype_t = uint64

func X__wctype_l added in v1.45.0

func X__wctype_l(tls *TLS, s uintptr, l Tlocale_t) (r Twctype_t)

func Xwctype added in v1.42.0

func Xwctype(tls *TLS, s uintptr) (r Twctype_t)

func Xwctype_l added in v1.42.0

func Xwctype_l(tls *TLS, s uintptr, l Tlocale_t) (r Twctype_t)

type Twinsize added in v1.42.0

type Twinsize = struct {
	Fws_row    uint16
	Fws_col    uint16
	Fws_xpixel uint16
	Fws_ypixel uint16
}

type Twint_t added in v1.42.0

type Twint_t = uint32

func X__fgetwc_unlocked added in v1.45.0

func X__fgetwc_unlocked(tls *TLS, f uintptr) (r Twint_t)

func X__fputwc_unlocked added in v1.45.0

func X__fputwc_unlocked(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func X__towctrans_l added in v1.45.0

func X__towctrans_l(tls *TLS, c Twint_t, t Twctrans_t, l Tlocale_t) (r Twint_t)

func X__towlower_l added in v1.45.0

func X__towlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)

func X__towupper_l added in v1.45.0

func X__towupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)

func Xbtowc added in v1.42.0

func Xbtowc(tls *TLS, c int32) (r Twint_t)

func Xfgetwc added in v1.42.0

func Xfgetwc(tls *TLS, f uintptr) (r Twint_t)

func Xfgetwc_unlocked added in v1.42.0

func Xfgetwc_unlocked(tls *TLS, f uintptr) (r Twint_t)

func Xfputwc added in v1.42.0

func Xfputwc(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func Xfputwc_unlocked added in v1.42.0

func Xfputwc_unlocked(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func Xgetwc added in v1.42.0

func Xgetwc(tls *TLS, f uintptr) (r Twint_t)

func Xgetwc_unlocked added in v1.45.0

func Xgetwc_unlocked(tls *TLS, f uintptr) (r Twint_t)

func Xgetwchar added in v1.45.0

func Xgetwchar(tls *TLS) (r Twint_t)

func Xgetwchar_unlocked added in v1.42.0

func Xgetwchar_unlocked(tls *TLS) (r Twint_t)

func Xputwc added in v1.42.0

func Xputwc(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func Xputwc_unlocked added in v1.45.0

func Xputwc_unlocked(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)

func Xputwchar added in v1.45.0

func Xputwchar(tls *TLS, c Twchar_t) (r Twint_t)

func Xputwchar_unlocked added in v1.42.0

func Xputwchar_unlocked(tls *TLS, c Twchar_t) (r Twint_t)

func Xtowctrans added in v1.42.0

func Xtowctrans(tls *TLS, wc Twint_t, trans Twctrans_t) (r Twint_t)

func Xtowctrans_l added in v1.42.0

func Xtowctrans_l(tls *TLS, c Twint_t, t Twctrans_t, l Tlocale_t) (r Twint_t)

func Xtowlower added in v1.42.0

func Xtowlower(tls *TLS, wc Twint_t) (r Twint_t)

func Xtowlower_l added in v1.42.0

func Xtowlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)

func Xtowupper added in v1.42.0

func Xtowupper(tls *TLS, wc Twint_t) (r Twint_t)

func Xtowupper_l added in v1.42.0

func Xtowupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)

func Xungetwc added in v1.42.0

func Xungetwc(tls *TLS, c Twint_t, f uintptr) (r Twint_t)

type Twms_FILE added in v1.42.0

type Twms_FILE = struct {
	Ff   TFILE
	Fc   Tcookie2
	Fbuf [1]uint8
}

type Uint128 added in v1.7.5

type Uint128 mathutil.Uint128

func Uint128FromFloat32 added in v1.7.5

func Uint128FromFloat32(n float32) Uint128

func Uint128FromFloat64 added in v1.7.5

func Uint128FromFloat64(n float64) Uint128

func Uint128FromInt128 added in v1.7.5

func Uint128FromInt128(n Int128) Uint128

func Uint128FromInt16 added in v1.7.5

func Uint128FromInt16(n int16) Uint128

func Uint128FromInt32 added in v1.7.5

func Uint128FromInt32(n int32) Uint128

func Uint128FromInt64 added in v1.7.5

func Uint128FromInt64(n int64) (r Uint128)

func Uint128FromInt8 added in v1.7.5

func Uint128FromInt8(n int8) Uint128

func Uint128FromUint16 added in v1.7.5

func Uint128FromUint16(n uint16) Uint128

func Uint128FromUint32 added in v1.7.5

func Uint128FromUint32(n uint32) Uint128

func Uint128FromUint64 added in v1.7.5

func Uint128FromUint64(n uint64) Uint128

func Uint128FromUint8 added in v1.7.5

func Uint128FromUint8(n uint8) Uint128

func (Uint128) Add added in v1.7.5

func (n Uint128) Add(m Uint128) (r Uint128)

func (Uint128) And added in v1.7.5

func (n Uint128) And(m Uint128) Uint128

func (Uint128) Cmp added in v1.7.5

func (n Uint128) Cmp(m Uint128) int

func (Uint128) Div added in v1.7.5

func (n Uint128) Div(m Uint128) (r Uint128)

func (Uint128) Float32 added in v1.7.5

func (n Uint128) Float32() float32

func (Uint128) Float64 added in v1.7.5

func (n Uint128) Float64() float64

func (Uint128) Int128 added in v1.7.5

func (n Uint128) Int128() Int128

func (Uint128) Int16 added in v1.7.5

func (n Uint128) Int16() int16

func (Uint128) Int32 added in v1.7.5

func (n Uint128) Int32() int32

func (Uint128) Int64 added in v1.7.5

func (n Uint128) Int64() int64

func (Uint128) Int8 added in v1.7.5

func (n Uint128) Int8() int8

func (*Uint128) LValueShl added in v1.7.5

func (n *Uint128) LValueShl(c int32)

func (*Uint128) LValueShr added in v1.7.5

func (n *Uint128) LValueShr(c int32)

func (Uint128) Mul added in v1.7.5

func (n Uint128) Mul(m Uint128) Uint128

func (Uint128) Or added in v1.7.5

func (n Uint128) Or(m Uint128) Uint128

func (Uint128) Shl added in v1.7.5

func (n Uint128) Shl(c int32) (r Uint128)

func (Uint128) Shr added in v1.7.5

func (n Uint128) Shr(c int32) (r Uint128)

func (Uint128) Sub added in v1.7.5

func (n Uint128) Sub(m Uint128) Uint128

func (Uint128) Uint16 added in v1.7.5

func (n Uint128) Uint16() uint16

func (Uint128) Uint32 added in v1.7.5

func (n Uint128) Uint32() uint32

func (Uint128) Uint64 added in v1.7.5

func (n Uint128) Uint64() uint64

func (Uint128) Uint8 added in v1.7.5

func (n Uint128) Uint8() uint8

func (Uint128) Xor added in v1.7.5

func (n Uint128) Xor(m Uint128) Uint128

Directories

Path Synopsis
honnef.co
go/netdb
Package netdb provides a Go interface for the protoent and servent structures as defined in netdb.h
Package netdb provides a Go interface for the protoent and servent structures as defined in netdb.h
internal
netinet
in
sys
vfs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL