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.
libc API documentation copyright ¶
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
- Variables
- func AssignAddComplex128(p *complex128, v complex128) complex128
- func AssignAddComplex64(p *complex64, v complex64) complex64
- func AssignAddFloat32(p *float32, v float32) float32
- func AssignAddFloat64(p *float64, v float64) float64
- func AssignAddInt16(p *int16, v int16) int16
- func AssignAddInt32(p *int32, v int32) int32
- func AssignAddInt64(p *int64, v int64) int64
- func AssignAddInt8(p *int8, v int8) int8
- func AssignAddPtrComplex128(p uintptr, v complex128) complex128
- func AssignAddPtrComplex64(p uintptr, v complex64) complex64
- func AssignAddPtrFloat32(p uintptr, v float32) float32
- func AssignAddPtrFloat64(p uintptr, v float64) float64
- func AssignAddPtrInt16(p uintptr, v int16) int16
- func AssignAddPtrInt32(p uintptr, v int32) int32
- func AssignAddPtrInt64(p uintptr, v int64) int64
- func AssignAddPtrInt8(p uintptr, v int8) int8
- func AssignAddPtrUint16(p uintptr, v uint16) uint16
- func AssignAddPtrUint32(p uintptr, v uint32) uint32
- func AssignAddPtrUint64(p uintptr, v uint64) uint64
- func AssignAddPtrUint8(p uintptr, v uint8) uint8
- func AssignAddPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignAddUint16(p *uint16, v uint16) uint16
- func AssignAddUint32(p *uint32, v uint32) uint32
- func AssignAddUint64(p *uint64, v uint64) uint64
- func AssignAddUint8(p *uint8, v uint8) uint8
- func AssignAddUintptr(p *uintptr, v uintptr) uintptr
- func AssignAndInt16(p *int16, v int16) int16
- func AssignAndInt32(p *int32, v int32) int32
- func AssignAndInt64(p *int64, v int64) int64
- func AssignAndInt8(p *int8, v int8) int8
- func AssignAndPtrInt16(p uintptr, v int16) int16
- func AssignAndPtrInt32(p uintptr, v int32) int32
- func AssignAndPtrInt64(p uintptr, v int64) int64
- func AssignAndPtrInt8(p uintptr, v int8) int8
- func AssignAndPtrUint16(p uintptr, v uint16) uint16
- func AssignAndPtrUint32(p uintptr, v uint32) uint32
- func AssignAndPtrUint64(p uintptr, v uint64) uint64
- func AssignAndPtrUint8(p uintptr, v uint8) uint8
- func AssignAndPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignAndUint16(p *uint16, v uint16) uint16
- func AssignAndUint32(p *uint32, v uint32) uint32
- func AssignAndUint64(p *uint64, v uint64) uint64
- func AssignAndUint8(p *uint8, v uint8) uint8
- func AssignAndUintptr(p *uintptr, v uintptr) uintptr
- func AssignBitFieldPtr16Int16(p uintptr, v int16, w, off int, mask uint16) int16
- func AssignBitFieldPtr16Int32(p uintptr, v int32, w, off int, mask uint16) int32
- func AssignBitFieldPtr16Int64(p uintptr, v int64, w, off int, mask uint16) int64
- func AssignBitFieldPtr16Int8(p uintptr, v int8, w, off int, mask uint16) int8
- func AssignBitFieldPtr16Uint16(p uintptr, v uint16, w, off int, mask uint16) uint16
- func AssignBitFieldPtr16Uint32(p uintptr, v uint32, w, off int, mask uint16) uint32
- func AssignBitFieldPtr16Uint64(p uintptr, v uint64, w, off int, mask uint16) uint64
- func AssignBitFieldPtr16Uint8(p uintptr, v uint8, w, off int, mask uint16) uint8
- func AssignBitFieldPtr32Int16(p uintptr, v int16, w, off int, mask uint32) int16
- func AssignBitFieldPtr32Int32(p uintptr, v int32, w, off int, mask uint32) int32
- func AssignBitFieldPtr32Int64(p uintptr, v int64, w, off int, mask uint32) int64
- func AssignBitFieldPtr32Int8(p uintptr, v int8, w, off int, mask uint32) int8
- func AssignBitFieldPtr32Uint16(p uintptr, v uint16, w, off int, mask uint32) uint16
- func AssignBitFieldPtr32Uint32(p uintptr, v uint32, w, off int, mask uint32) uint32
- func AssignBitFieldPtr32Uint64(p uintptr, v uint64, w, off int, mask uint32) uint64
- func AssignBitFieldPtr32Uint8(p uintptr, v uint8, w, off int, mask uint32) uint8
- func AssignBitFieldPtr64Int16(p uintptr, v int16, w, off int, mask uint64) int16
- func AssignBitFieldPtr64Int32(p uintptr, v int32, w, off int, mask uint64) int32
- func AssignBitFieldPtr64Int64(p uintptr, v int64, w, off int, mask uint64) int64
- func AssignBitFieldPtr64Int8(p uintptr, v int8, w, off int, mask uint64) int8
- func AssignBitFieldPtr64Uint16(p uintptr, v uint16, w, off int, mask uint64) uint16
- func AssignBitFieldPtr64Uint32(p uintptr, v uint32, w, off int, mask uint64) uint32
- func AssignBitFieldPtr64Uint64(p uintptr, v uint64, w, off int, mask uint64) uint64
- func AssignBitFieldPtr64Uint8(p uintptr, v uint8, w, off int, mask uint64) uint8
- func AssignBitFieldPtr8Int16(p uintptr, v int16, w, off int, mask uint8) int16
- func AssignBitFieldPtr8Int32(p uintptr, v int32, w, off int, mask uint8) int32
- func AssignBitFieldPtr8Int64(p uintptr, v int64, w, off int, mask uint8) int64
- func AssignBitFieldPtr8Int8(p uintptr, v int8, w, off int, mask uint8) int8
- func AssignBitFieldPtr8Uint16(p uintptr, v uint16, w, off int, mask uint8) uint16
- func AssignBitFieldPtr8Uint32(p uintptr, v uint32, w, off int, mask uint8) uint32
- func AssignBitFieldPtr8Uint64(p uintptr, v uint64, w, off int, mask uint8) uint64
- func AssignBitFieldPtr8Uint8(p uintptr, v uint8, w, off int, mask uint8) uint8
- func AssignComplex128(p *complex128, v complex128) complex128
- func AssignComplex64(p *complex64, v complex64) complex64
- func AssignDivComplex128(p *complex128, v complex128) complex128
- func AssignDivComplex64(p *complex64, v complex64) complex64
- func AssignDivFloat32(p *float32, v float32) float32
- func AssignDivFloat64(p *float64, v float64) float64
- func AssignDivInt16(p *int16, v int16) int16
- func AssignDivInt32(p *int32, v int32) int32
- func AssignDivInt64(p *int64, v int64) int64
- func AssignDivInt8(p *int8, v int8) int8
- func AssignDivPtrComplex128(p uintptr, v complex128) complex128
- func AssignDivPtrComplex64(p uintptr, v complex64) complex64
- func AssignDivPtrFloat32(p uintptr, v float32) float32
- func AssignDivPtrFloat64(p uintptr, v float64) float64
- func AssignDivPtrInt16(p uintptr, v int16) int16
- func AssignDivPtrInt32(p uintptr, v int32) int32
- func AssignDivPtrInt64(p uintptr, v int64) int64
- func AssignDivPtrInt8(p uintptr, v int8) int8
- func AssignDivPtrUint16(p uintptr, v uint16) uint16
- func AssignDivPtrUint32(p uintptr, v uint32) uint32
- func AssignDivPtrUint64(p uintptr, v uint64) uint64
- func AssignDivPtrUint8(p uintptr, v uint8) uint8
- func AssignDivPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignDivUint16(p *uint16, v uint16) uint16
- func AssignDivUint32(p *uint32, v uint32) uint32
- func AssignDivUint64(p *uint64, v uint64) uint64
- func AssignDivUint8(p *uint8, v uint8) uint8
- func AssignDivUintptr(p *uintptr, v uintptr) uintptr
- func AssignFloat32(p *float32, v float32) float32
- func AssignFloat64(p *float64, v float64) float64
- func AssignInt16(p *int16, v int16) int16
- func AssignInt32(p *int32, v int32) int32
- func AssignInt64(p *int64, v int64) int64
- func AssignInt8(p *int8, v int8) int8
- func AssignMulComplex128(p *complex128, v complex128) complex128
- func AssignMulComplex64(p *complex64, v complex64) complex64
- func AssignMulFloat32(p *float32, v float32) float32
- func AssignMulFloat64(p *float64, v float64) float64
- func AssignMulInt16(p *int16, v int16) int16
- func AssignMulInt32(p *int32, v int32) int32
- func AssignMulInt64(p *int64, v int64) int64
- func AssignMulInt8(p *int8, v int8) int8
- func AssignMulPtrComplex128(p uintptr, v complex128) complex128
- func AssignMulPtrComplex64(p uintptr, v complex64) complex64
- func AssignMulPtrFloat32(p uintptr, v float32) float32
- func AssignMulPtrFloat64(p uintptr, v float64) float64
- func AssignMulPtrInt16(p uintptr, v int16) int16
- func AssignMulPtrInt32(p uintptr, v int32) int32
- func AssignMulPtrInt64(p uintptr, v int64) int64
- func AssignMulPtrInt8(p uintptr, v int8) int8
- func AssignMulPtrUint16(p uintptr, v uint16) uint16
- func AssignMulPtrUint32(p uintptr, v uint32) uint32
- func AssignMulPtrUint64(p uintptr, v uint64) uint64
- func AssignMulPtrUint8(p uintptr, v uint8) uint8
- func AssignMulPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignMulUint16(p *uint16, v uint16) uint16
- func AssignMulUint32(p *uint32, v uint32) uint32
- func AssignMulUint64(p *uint64, v uint64) uint64
- func AssignMulUint8(p *uint8, v uint8) uint8
- func AssignMulUintptr(p *uintptr, v uintptr) uintptr
- func AssignOrInt16(p *int16, v int16) int16
- func AssignOrInt32(p *int32, v int32) int32
- func AssignOrInt64(p *int64, v int64) int64
- func AssignOrInt8(p *int8, v int8) int8
- func AssignOrPtrInt16(p uintptr, v int16) int16
- func AssignOrPtrInt32(p uintptr, v int32) int32
- func AssignOrPtrInt64(p uintptr, v int64) int64
- func AssignOrPtrInt8(p uintptr, v int8) int8
- func AssignOrPtrUint16(p uintptr, v uint16) uint16
- func AssignOrPtrUint32(p uintptr, v uint32) uint32
- func AssignOrPtrUint64(p uintptr, v uint64) uint64
- func AssignOrPtrUint8(p uintptr, v uint8) uint8
- func AssignOrPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignOrUint16(p *uint16, v uint16) uint16
- func AssignOrUint32(p *uint32, v uint32) uint32
- func AssignOrUint64(p *uint64, v uint64) uint64
- func AssignOrUint8(p *uint8, v uint8) uint8
- func AssignOrUintptr(p *uintptr, v uintptr) uintptr
- func AssignPtrComplex128(p uintptr, v complex128) complex128
- func AssignPtrComplex64(p uintptr, v complex64) complex64
- func AssignPtrFloat32(p uintptr, v float32) float32
- func AssignPtrFloat64(p uintptr, v float64) float64
- func AssignPtrInt16(p uintptr, v int16) int16
- func AssignPtrInt32(p uintptr, v int32) int32
- func AssignPtrInt64(p uintptr, v int64) int64
- func AssignPtrInt8(p uintptr, v int8) int8
- func AssignPtrUint16(p uintptr, v uint16) uint16
- func AssignPtrUint32(p uintptr, v uint32) uint32
- func AssignPtrUint64(p uintptr, v uint64) uint64
- func AssignPtrUint8(p uintptr, v uint8) uint8
- func AssignPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignRemInt16(p *int16, v int16) int16
- func AssignRemInt32(p *int32, v int32) int32
- func AssignRemInt64(p *int64, v int64) int64
- func AssignRemInt8(p *int8, v int8) int8
- func AssignRemPtrInt16(p uintptr, v int16) int16
- func AssignRemPtrInt32(p uintptr, v int32) int32
- func AssignRemPtrInt64(p uintptr, v int64) int64
- func AssignRemPtrInt8(p uintptr, v int8) int8
- func AssignRemPtrUint16(p uintptr, v uint16) uint16
- func AssignRemPtrUint32(p uintptr, v uint32) uint32
- func AssignRemPtrUint64(p uintptr, v uint64) uint64
- func AssignRemPtrUint8(p uintptr, v uint8) uint8
- func AssignRemPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignRemUint16(p *uint16, v uint16) uint16
- func AssignRemUint32(p *uint32, v uint32) uint32
- func AssignRemUint64(p *uint64, v uint64) uint64
- func AssignRemUint8(p *uint8, v uint8) uint8
- func AssignRemUintptr(p *uintptr, v uintptr) uintptr
- func AssignShlInt16(p *int16, v int) int16
- func AssignShlInt32(p *int32, v int) int32
- func AssignShlInt64(p *int64, v int) int64
- func AssignShlInt8(p *int8, v int) int8
- func AssignShlPtrInt16(p uintptr, v int) int16
- func AssignShlPtrInt32(p uintptr, v int) int32
- func AssignShlPtrInt64(p uintptr, v int) int64
- func AssignShlPtrInt8(p uintptr, v int) int8
- func AssignShlPtrUint16(p uintptr, v int) uint16
- func AssignShlPtrUint32(p uintptr, v int) uint32
- func AssignShlPtrUint64(p uintptr, v int) uint64
- func AssignShlPtrUint8(p uintptr, v int) uint8
- func AssignShlPtrUintptr(p uintptr, v int) uintptr
- func AssignShlUint16(p *uint16, v int) uint16
- func AssignShlUint32(p *uint32, v int) uint32
- func AssignShlUint64(p *uint64, v int) uint64
- func AssignShlUint8(p *uint8, v int) uint8
- func AssignShlUintptr(p *uintptr, v int) uintptr
- func AssignShrInt16(p *int16, v int) int16
- func AssignShrInt32(p *int32, v int) int32
- func AssignShrInt64(p *int64, v int) int64
- func AssignShrInt8(p *int8, v int) int8
- func AssignShrPtrInt16(p uintptr, v int) int16
- func AssignShrPtrInt32(p uintptr, v int) int32
- func AssignShrPtrInt64(p uintptr, v int) int64
- func AssignShrPtrInt8(p uintptr, v int) int8
- func AssignShrPtrUint16(p uintptr, v int) uint16
- func AssignShrPtrUint32(p uintptr, v int) uint32
- func AssignShrPtrUint64(p uintptr, v int) uint64
- func AssignShrPtrUint8(p uintptr, v int) uint8
- func AssignShrPtrUintptr(p uintptr, v int) uintptr
- func AssignShrUint16(p *uint16, v int) uint16
- func AssignShrUint32(p *uint32, v int) uint32
- func AssignShrUint64(p *uint64, v int) uint64
- func AssignShrUint8(p *uint8, v int) uint8
- func AssignShrUintptr(p *uintptr, v int) uintptr
- func AssignSubComplex128(p *complex128, v complex128) complex128
- func AssignSubComplex64(p *complex64, v complex64) complex64
- func AssignSubFloat32(p *float32, v float32) float32
- func AssignSubFloat64(p *float64, v float64) float64
- func AssignSubInt16(p *int16, v int16) int16
- func AssignSubInt32(p *int32, v int32) int32
- func AssignSubInt64(p *int64, v int64) int64
- func AssignSubInt8(p *int8, v int8) int8
- func AssignSubPtrComplex128(p uintptr, v complex128) complex128
- func AssignSubPtrComplex64(p uintptr, v complex64) complex64
- func AssignSubPtrFloat32(p uintptr, v float32) float32
- func AssignSubPtrFloat64(p uintptr, v float64) float64
- func AssignSubPtrInt16(p uintptr, v int16) int16
- func AssignSubPtrInt32(p uintptr, v int32) int32
- func AssignSubPtrInt64(p uintptr, v int64) int64
- func AssignSubPtrInt8(p uintptr, v int8) int8
- func AssignSubPtrUint16(p uintptr, v uint16) uint16
- func AssignSubPtrUint32(p uintptr, v uint32) uint32
- func AssignSubPtrUint64(p uintptr, v uint64) uint64
- func AssignSubPtrUint8(p uintptr, v uint8) uint8
- func AssignSubPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignSubUint16(p *uint16, v uint16) uint16
- func AssignSubUint32(p *uint32, v uint32) uint32
- func AssignSubUint64(p *uint64, v uint64) uint64
- func AssignSubUint8(p *uint8, v uint8) uint8
- func AssignSubUintptr(p *uintptr, v uintptr) uintptr
- func AssignUint16(p *uint16, v uint16) uint16
- func AssignUint32(p *uint32, v uint32) uint32
- func AssignUint64(p *uint64, v uint64) uint64
- func AssignUint8(p *uint8, v uint8) uint8
- func AssignUintptr(p *uintptr, v uintptr) uintptr
- func AssignXorInt16(p *int16, v int16) int16
- func AssignXorInt32(p *int32, v int32) int32
- func AssignXorInt64(p *int64, v int64) int64
- func AssignXorInt8(p *int8, v int8) int8
- func AssignXorPtrInt16(p uintptr, v int16) int16
- func AssignXorPtrInt32(p uintptr, v int32) int32
- func AssignXorPtrInt64(p uintptr, v int64) int64
- func AssignXorPtrInt8(p uintptr, v int8) int8
- func AssignXorPtrUint16(p uintptr, v uint16) uint16
- func AssignXorPtrUint32(p uintptr, v uint32) uint32
- func AssignXorPtrUint64(p uintptr, v uint64) uint64
- func AssignXorPtrUint8(p uintptr, v uint8) uint8
- func AssignXorPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignXorUint16(p *uint16, v uint16) uint16
- func AssignXorUint32(p *uint32, v uint32) uint32
- func AssignXorUint64(p *uint64, v uint64) uint64
- func AssignXorUint8(p *uint8, v uint8) uint8
- func AssignXorUintptr(p *uintptr, v uintptr) uintptr
- func AtExit(f func())
- func AtomicAddFloat32(addr *float32, delta float32) (new float32)
- func AtomicAddFloat64(addr *float64, delta float64) (new float64)
- func AtomicAddInt32(addr *int32, delta int32) (new int32)
- func AtomicAddInt64(addr *int64, delta int64) (new int64)
- func AtomicAddUint32(addr *uint32, delta uint32) (new uint32)
- func AtomicAddUint64(addr *uint64, delta uint64) (new uint64)
- func AtomicAddUintptr(addr *uintptr, delta uintptr) (new uintptr)
- func AtomicLoadFloat32(addr *float32) (val float32)
- func AtomicLoadFloat64(addr *float64) (val float64)
- func AtomicLoadInt32(addr *int32) (val int32)
- func AtomicLoadInt64(addr *int64) (val int64)
- func AtomicLoadNInt32(ptr uintptr, memorder int32) int32
- func AtomicLoadNInt64(ptr uintptr, memorder int32) int64
- func AtomicLoadNUint16(ptr uintptr, memorder int32) uint16
- func AtomicLoadNUint32(ptr uintptr, memorder int32) uint32
- func AtomicLoadNUint64(ptr uintptr, memorder int32) uint64
- func AtomicLoadNUint8(ptr uintptr, memorder int32) uint8
- func AtomicLoadNUintptr(ptr uintptr, memorder int32) uintptr
- func AtomicLoadPFloat32(addr uintptr) (val float32)
- func AtomicLoadPFloat64(addr uintptr) (val float64)
- func AtomicLoadPInt16(addr uintptr) (val int16)
- func AtomicLoadPInt32(addr uintptr) (val int32)
- func AtomicLoadPInt64(addr uintptr) (val int64)
- func AtomicLoadPInt8(addr uintptr) (val int8)
- func AtomicLoadPUint16(addr uintptr) uint16
- func AtomicLoadPUint32(addr uintptr) (val uint32)
- func AtomicLoadPUint64(addr uintptr) (val uint64)
- func AtomicLoadPUint8(addr uintptr) byte
- func AtomicLoadPUintptr(addr uintptr) (val uintptr)
- func AtomicLoadUint32(addr *uint32) (val uint32)
- func AtomicLoadUint64(addr *uint64) (val uint64)
- func AtomicLoadUintptr(addr *uintptr) (val uintptr)
- func AtomicStoreFloat32(addr *float32, val float32)
- func AtomicStoreFloat64(addr *float64, val float64)
- func AtomicStoreInt32(addr *int32, val int32)
- func AtomicStoreInt64(addr *int64, val int64)
- func AtomicStoreNInt32(ptr uintptr, val int32, memorder int32)
- func AtomicStoreNInt64(ptr uintptr, val int64, memorder int32)
- func AtomicStoreNUint16(ptr uintptr, val uint16, memorder int32)
- func AtomicStoreNUint32(ptr uintptr, val uint32, memorder int32)
- func AtomicStoreNUint64(ptr uintptr, val uint64, memorder int32)
- func AtomicStoreNUint8(ptr uintptr, val uint8, memorder int32)
- func AtomicStoreNUintptr(ptr uintptr, val uintptr, memorder int32)
- func AtomicStorePFloat32(addr uintptr, val float32) float32
- func AtomicStorePFloat64(addr uintptr, val float64) float64
- func AtomicStorePInt32(addr uintptr, val int32) int32
- func AtomicStorePInt64(addr uintptr, val int64) int64
- func AtomicStorePInt8(addr uintptr, val int8) int8
- func AtomicStorePUint32(addr uintptr, val uint32) uint32
- func AtomicStorePUint64(addr uintptr, val uint64) uint64
- func AtomicStorePUint8(addr uintptr, val byte) byte
- func AtomicStorePUintptr(addr uintptr, val uintptr) uintptr
- func AtomicStoreUint32(addr *uint32, val uint32)
- func AtomicStoreUint64(addr *uint64, val uint64)
- func AtomicStoreUintptr(addr *uintptr, val uintptr)
- func Bool(v bool) bool
- func Bool32(b bool) int32
- func Bool64(b bool) int64
- func BoolInt16(b bool) int16
- func BoolInt32(b bool) int32
- func BoolInt64(b bool) int64
- func BoolInt8(b bool) int8
- func BoolUint16(b bool) uint16
- func BoolUint32(b bool) uint32
- func BoolUint64(b bool) uint64
- func BoolUint8(b bool) uint8
- func BoolUintptr(b bool) uintptr
- func CString(s string) (uintptr, error)
- func Complex128(n complex128) complex128
- func Complex128FromComplex128(n complex128) complex128
- func Complex128FromComplex64(n complex64) complex128
- func Complex128FromFloat32(n float32) complex128
- func Complex128FromFloat64(n float64) complex128
- func Complex128FromInt16(n int16) complex128
- func Complex128FromInt32(n int32) complex128
- func Complex128FromInt64(n int64) complex128
- func Complex128FromInt8(n int8) complex128
- func Complex128FromUint16(n uint16) complex128
- func Complex128FromUint32(n uint32) complex128
- func Complex128FromUint64(n uint64) complex128
- func Complex128FromUint8(n uint8) complex128
- func Complex128FromUintptr(n uintptr) complex128
- func Complex64(n complex64) complex64
- func Complex64FromComplex128(n complex128) complex64
- func Complex64FromComplex64(n complex64) complex64
- func Complex64FromFloat32(n float32) complex64
- func Complex64FromFloat64(n float64) complex64
- func Complex64FromInt16(n int16) complex64
- func Complex64FromInt32(n int32) complex64
- func Complex64FromInt64(n int64) complex64
- func Complex64FromInt8(n int8) complex64
- func Complex64FromUint16(n uint16) complex64
- func Complex64FromUint32(n uint32) complex64
- func Complex64FromUint64(n uint64) complex64
- func Complex64FromUint8(n uint8) complex64
- func Complex64FromUintptr(n uintptr) complex64
- func Cover()
- func CoverC(s string)
- func CoverCReport(w io.Writer) error
- func CoverReport(w io.Writer) error
- func CplInt16(n int16) int16
- func CplInt32(n int32) int32
- func CplInt64(n int64) int64
- func CplInt8(n int8) int8
- func CplUint16(n uint16) uint16
- func CplUint32(n uint32) uint32
- func CplUint64(n uint64) uint64
- func CplUint8(n uint8) uint8
- func CplUintptr(n uintptr) uintptr
- func Dmesg(s string, args ...interface{})
- func Environ() uintptr
- func EnvironP() uintptr
- func Float32(n float32) float32
- func Float32FromComplex128(n complex128) float32
- func Float32FromComplex64(n complex64) float32
- func Float32FromFloat32(n float32) float32
- func Float32FromFloat64(n float64) float32
- func Float32FromInt16(n int16) float32
- func Float32FromInt32(n int32) float32
- func Float32FromInt64(n int64) float32
- func Float32FromInt8(n int8) float32
- func Float32FromUint16(n uint16) float32
- func Float32FromUint32(n uint32) float32
- func Float32FromUint64(n uint64) float32
- func Float32FromUint8(n uint8) float32
- func Float32FromUintptr(n uintptr) float32
- func Float64(n float64) float64
- func Float64FromComplex128(n complex128) float64
- func Float64FromComplex64(n complex64) float64
- func Float64FromFloat32(n float32) float64
- func Float64FromFloat64(n float64) float64
- func Float64FromInt16(n int16) float64
- func Float64FromInt32(n int32) float64
- func Float64FromInt64(n int64) float64
- func Float64FromInt8(n int8) float64
- func Float64FromUint16(n uint16) float64
- func Float64FromUint32(n uint32) float64
- func Float64FromUint64(n uint64) float64
- func Float64FromUint8(n uint8) float64
- func Float64FromUintptr(n uintptr) float64
- func GetEnviron() (r []string)
- func GoBytes(s uintptr, len int) []byte
- func GoString(s uintptr) string
- func Int16(n int16) int16
- func Int16FromComplex128(n complex128) int16
- func Int16FromComplex64(n complex64) int16
- func Int16FromFloat32(n float32) int16
- func Int16FromFloat64(n float64) int16
- func Int16FromInt16(n int16) int16
- func Int16FromInt32(n int32) int16
- func Int16FromInt64(n int64) int16
- func Int16FromInt8(n int8) int16
- func Int16FromUint16(n uint16) int16
- func Int16FromUint32(n uint32) int16
- func Int16FromUint64(n uint64) int16
- func Int16FromUint8(n uint8) int16
- func Int16FromUintptr(n uintptr) int16
- func Int32(n int32) int32
- func Int32FromComplex128(n complex128) int32
- func Int32FromComplex64(n complex64) int32
- func Int32FromFloat32(n float32) int32
- func Int32FromFloat64(n float64) int32
- func Int32FromInt16(n int16) int32
- func Int32FromInt32(n int32) int32
- func Int32FromInt64(n int64) int32
- func Int32FromInt8(n int8) int32
- func Int32FromUint16(n uint16) int32
- func Int32FromUint32(n uint32) int32
- func Int32FromUint64(n uint64) int32
- func Int32FromUint8(n uint8) int32
- func Int32FromUintptr(n uintptr) int32
- func Int64(n int64) int64
- func Int64FromComplex128(n complex128) int64
- func Int64FromComplex64(n complex64) int64
- func Int64FromFloat32(n float32) int64
- func Int64FromFloat64(n float64) int64
- func Int64FromInt16(n int16) int64
- func Int64FromInt32(n int32) int64
- func Int64FromInt64(n int64) int64
- func Int64FromInt8(n int8) int64
- func Int64FromUint16(n uint16) int64
- func Int64FromUint32(n uint32) int64
- func Int64FromUint64(n uint64) int64
- func Int64FromUint8(n uint8) int64
- func Int64FromUintptr(n uintptr) int64
- func Int8(n int8) int8
- func Int8FromComplex128(n complex128) int8
- func Int8FromComplex64(n complex64) int8
- func Int8FromFloat32(n float32) int8
- func Int8FromFloat64(n float64) int8
- func Int8FromInt16(n int16) int8
- func Int8FromInt32(n int32) int8
- func Int8FromInt64(n int64) int8
- func Int8FromInt8(n int8) int8
- func Int8FromUint16(n uint16) int8
- func Int8FromUint32(n uint32) int8
- func Int8FromUint64(n uint64) int8
- func Int8FromUint8(n uint8) int8
- func Int8FromUintptr(n uintptr) int8
- func MemAuditReport() error
- func MemAuditStart()
- func NegInt16(n int16) int16
- func NegInt32(n int32) int32
- func NegInt64(n int64) int64
- func NegInt8(n int8) int8
- func NegUint16(n uint16) uint16
- func NegUint32(n uint32) uint32
- func NegUint64(n uint64) uint64
- func NegUint8(n uint8) uint8
- func NegUintptr(n uintptr) uintptr
- func NewVaList(args ...interface{}) (va_list uintptr)
- func NewVaListN(n int) (va_list uintptr)
- func PostDecAtomicInt32(p *int32, d int32) int32
- func PostDecAtomicInt64(p *int64, d int64) int64
- func PostDecAtomicUint32(p *uint32, d uint32) uint32
- func PostDecAtomicUint64(p *uint64, d uint64) uint64
- func PostDecAtomicUintptr(p *uintptr, d uintptr) uintptr
- func PostDecBitFieldPtr16Int16(p uintptr, d int16, w, off int, mask uint16) (r int16)
- func PostDecBitFieldPtr16Int32(p uintptr, d int32, w, off int, mask uint16) (r int32)
- func PostDecBitFieldPtr16Int64(p uintptr, d int64, w, off int, mask uint16) (r int64)
- func PostDecBitFieldPtr16Int8(p uintptr, d int8, w, off int, mask uint16) (r int8)
- func PostDecBitFieldPtr16Uint16(p uintptr, d uint16, w, off int, mask uint16) (r uint16)
- func PostDecBitFieldPtr16Uint32(p uintptr, d uint32, w, off int, mask uint16) (r uint32)
- func PostDecBitFieldPtr16Uint64(p uintptr, d uint64, w, off int, mask uint16) (r uint64)
- func PostDecBitFieldPtr16Uint8(p uintptr, d uint8, w, off int, mask uint16) (r uint8)
- func PostDecBitFieldPtr32Int16(p uintptr, d int16, w, off int, mask uint32) (r int16)
- func PostDecBitFieldPtr32Int32(p uintptr, d int32, w, off int, mask uint32) (r int32)
- func PostDecBitFieldPtr32Int64(p uintptr, d int64, w, off int, mask uint32) (r int64)
- func PostDecBitFieldPtr32Int8(p uintptr, d int8, w, off int, mask uint32) (r int8)
- func PostDecBitFieldPtr32Uint16(p uintptr, d uint16, w, off int, mask uint32) (r uint16)
- func PostDecBitFieldPtr32Uint32(p uintptr, d uint32, w, off int, mask uint32) (r uint32)
- func PostDecBitFieldPtr32Uint64(p uintptr, d uint64, w, off int, mask uint32) (r uint64)
- func PostDecBitFieldPtr32Uint8(p uintptr, d uint8, w, off int, mask uint32) (r uint8)
- func PostDecBitFieldPtr64Int16(p uintptr, d int16, w, off int, mask uint64) (r int16)
- func PostDecBitFieldPtr64Int32(p uintptr, d int32, w, off int, mask uint64) (r int32)
- func PostDecBitFieldPtr64Int64(p uintptr, d int64, w, off int, mask uint64) (r int64)
- func PostDecBitFieldPtr64Int8(p uintptr, d int8, w, off int, mask uint64) (r int8)
- func PostDecBitFieldPtr64Uint16(p uintptr, d uint16, w, off int, mask uint64) (r uint16)
- func PostDecBitFieldPtr64Uint32(p uintptr, d uint32, w, off int, mask uint64) (r uint32)
- func PostDecBitFieldPtr64Uint64(p uintptr, d uint64, w, off int, mask uint64) (r uint64)
- func PostDecBitFieldPtr64Uint8(p uintptr, d uint8, w, off int, mask uint64) (r uint8)
- func PostDecBitFieldPtr8Int16(p uintptr, d int16, w, off int, mask uint8) (r int16)
- func PostDecBitFieldPtr8Int32(p uintptr, d int32, w, off int, mask uint8) (r int32)
- func PostDecBitFieldPtr8Int64(p uintptr, d int64, w, off int, mask uint8) (r int64)
- func PostDecBitFieldPtr8Int8(p uintptr, d int8, w, off int, mask uint8) (r int8)
- func PostDecBitFieldPtr8Uint16(p uintptr, d uint16, w, off int, mask uint8) (r uint16)
- func PostDecBitFieldPtr8Uint32(p uintptr, d uint32, w, off int, mask uint8) (r uint32)
- func PostDecBitFieldPtr8Uint64(p uintptr, d uint64, w, off int, mask uint8) (r uint64)
- func PostDecBitFieldPtr8Uint8(p uintptr, d uint8, w, off int, mask uint8) (r uint8)
- func PostDecComplex128(p *complex128, d complex128) complex128
- func PostDecComplex64(p *complex64, d complex64) complex64
- func PostDecFloat32(p *float32, d float32) float32
- func PostDecFloat64(p *float64, d float64) float64
- func PostDecInt16(p *int16, d int16) int16
- func PostDecInt32(p *int32, d int32) int32
- func PostDecInt64(p *int64, d int64) int64
- func PostDecInt8(p *int8, d int8) int8
- func PostDecUint16(p *uint16, d uint16) uint16
- func PostDecUint32(p *uint32, d uint32) uint32
- func PostDecUint64(p *uint64, d uint64) uint64
- func PostDecUint8(p *uint8, d uint8) uint8
- func PostDecUintptr(p *uintptr, d uintptr) uintptr
- func PostIncAtomicInt32(p *int32, d int32) int32
- func PostIncAtomicInt32P(p uintptr, d int32) int32
- func PostIncAtomicInt64(p *int64, d int64) int64
- func PostIncAtomicInt64P(p uintptr, d int64) int64
- func PostIncAtomicUint32(p *uint32, d uint32) uint32
- func PostIncAtomicUint32P(p uintptr, d uint32) uint32
- func PostIncAtomicUint64(p *uint64, d uint64) uint64
- func PostIncAtomicUint64P(p uintptr, d uint64) uint64
- func PostIncAtomicUintptr(p *uintptr, d uintptr) uintptr
- func PostIncAtomicUintptrP(p uintptr, d uintptr) uintptr
- func PostIncBitFieldPtr16Int16(p uintptr, d int16, w, off int, mask uint16) (r int16)
- func PostIncBitFieldPtr16Int32(p uintptr, d int32, w, off int, mask uint16) (r int32)
- func PostIncBitFieldPtr16Int64(p uintptr, d int64, w, off int, mask uint16) (r int64)
- func PostIncBitFieldPtr16Int8(p uintptr, d int8, w, off int, mask uint16) (r int8)
- func PostIncBitFieldPtr16Uint16(p uintptr, d uint16, w, off int, mask uint16) (r uint16)
- func PostIncBitFieldPtr16Uint32(p uintptr, d uint32, w, off int, mask uint16) (r uint32)
- func PostIncBitFieldPtr16Uint64(p uintptr, d uint64, w, off int, mask uint16) (r uint64)
- func PostIncBitFieldPtr16Uint8(p uintptr, d uint8, w, off int, mask uint16) (r uint8)
- func PostIncBitFieldPtr32Int16(p uintptr, d int16, w, off int, mask uint32) (r int16)
- func PostIncBitFieldPtr32Int32(p uintptr, d int32, w, off int, mask uint32) (r int32)
- func PostIncBitFieldPtr32Int64(p uintptr, d int64, w, off int, mask uint32) (r int64)
- func PostIncBitFieldPtr32Int8(p uintptr, d int8, w, off int, mask uint32) (r int8)
- func PostIncBitFieldPtr32Uint16(p uintptr, d uint16, w, off int, mask uint32) (r uint16)
- func PostIncBitFieldPtr32Uint32(p uintptr, d uint32, w, off int, mask uint32) (r uint32)
- func PostIncBitFieldPtr32Uint64(p uintptr, d uint64, w, off int, mask uint32) (r uint64)
- func PostIncBitFieldPtr32Uint8(p uintptr, d uint8, w, off int, mask uint32) (r uint8)
- func PostIncBitFieldPtr64Int16(p uintptr, d int16, w, off int, mask uint64) (r int16)
- func PostIncBitFieldPtr64Int32(p uintptr, d int32, w, off int, mask uint64) (r int32)
- func PostIncBitFieldPtr64Int64(p uintptr, d int64, w, off int, mask uint64) (r int64)
- func PostIncBitFieldPtr64Int8(p uintptr, d int8, w, off int, mask uint64) (r int8)
- func PostIncBitFieldPtr64Uint16(p uintptr, d uint16, w, off int, mask uint64) (r uint16)
- func PostIncBitFieldPtr64Uint32(p uintptr, d uint32, w, off int, mask uint64) (r uint32)
- func PostIncBitFieldPtr64Uint64(p uintptr, d uint64, w, off int, mask uint64) (r uint64)
- func PostIncBitFieldPtr64Uint8(p uintptr, d uint8, w, off int, mask uint64) (r uint8)
- func PostIncBitFieldPtr8Int16(p uintptr, d int16, w, off int, mask uint8) (r int16)
- func PostIncBitFieldPtr8Int32(p uintptr, d int32, w, off int, mask uint8) (r int32)
- func PostIncBitFieldPtr8Int64(p uintptr, d int64, w, off int, mask uint8) (r int64)
- func PostIncBitFieldPtr8Int8(p uintptr, d int8, w, off int, mask uint8) (r int8)
- func PostIncBitFieldPtr8Uint16(p uintptr, d uint16, w, off int, mask uint8) (r uint16)
- func PostIncBitFieldPtr8Uint32(p uintptr, d uint32, w, off int, mask uint8) (r uint32)
- func PostIncBitFieldPtr8Uint64(p uintptr, d uint64, w, off int, mask uint8) (r uint64)
- func PostIncBitFieldPtr8Uint8(p uintptr, d uint8, w, off int, mask uint8) (r uint8)
- func PostIncComplex128(p *complex128, d complex128) complex128
- func PostIncComplex64(p *complex64, d complex64) complex64
- func PostIncFloat32(p *float32, d float32) float32
- func PostIncFloat64(p *float64, d float64) float64
- func PostIncInt16(p *int16, d int16) int16
- func PostIncInt32(p *int32, d int32) int32
- func PostIncInt64(p *int64, d int64) int64
- func PostIncInt8(p *int8, d int8) int8
- func PostIncUint16(p *uint16, d uint16) uint16
- func PostIncUint32(p *uint32, d uint32) uint32
- func PostIncUint64(p *uint64, d uint64) uint64
- func PostIncUint8(p *uint8, d uint8) uint8
- func PostIncUintptr(p *uintptr, d uintptr) uintptr
- func PreDecAtomicInt32(p *int32, d int32) int32
- func PreDecAtomicInt64(p *int64, d int64) int64
- func PreDecAtomicUint32(p *uint32, d uint32) uint32
- func PreDecAtomicUint64(p *uint64, d uint64) uint64
- func PreDecAtomicUintptr(p *uintptr, d uintptr) uintptr
- func PreDecComplex128(p *complex128, d complex128) complex128
- func PreDecComplex64(p *complex64, d complex64) complex64
- func PreDecFloat32(p *float32, d float32) float32
- func PreDecFloat64(p *float64, d float64) float64
- func PreDecInt16(p *int16, d int16) int16
- func PreDecInt32(p *int32, d int32) int32
- func PreDecInt64(p *int64, d int64) int64
- func PreDecInt8(p *int8, d int8) int8
- func PreDecUint16(p *uint16, d uint16) uint16
- func PreDecUint32(p *uint32, d uint32) uint32
- func PreDecUint64(p *uint64, d uint64) uint64
- func PreDecUint8(p *uint8, d uint8) uint8
- func PreDecUintptr(p *uintptr, d uintptr) uintptr
- func PreIncAtomicInt32(p *int32, d int32) int32
- func PreIncAtomicInt32P(p uintptr, d int32) int32
- func PreIncAtomicInt64(p *int64, d int64) int64
- func PreIncAtomicInt64P(p uintptr, d int64) int64
- func PreIncAtomicUint32(p *uint32, d uint32) uint32
- func PreIncAtomicUint32P(p uintptr, d uint32) uint32
- func PreIncAtomicUint64(p *uint64, d uint64) uint64
- func PreIncAtomicUint64P(p uintptr, d uint64) uint64
- func PreIncAtomicUintptr(p *uintptr, d uintptr) uintptr
- func PreIncComplex128(p *complex128, d complex128) complex128
- func PreIncComplex64(p *complex64, d complex64) complex64
- func PreIncFloat32(p *float32, d float32) float32
- func PreIncFloat64(p *float64, d float64) float64
- func PreIncInt16(p *int16, d int16) int16
- func PreIncInt32(p *int32, d int32) int32
- func PreIncInt64(p *int64, d int64) int64
- func PreIncInt8(p *int8, d int8) int8
- func PreIncUint16(p *uint16, d uint16) uint16
- func PreIncUint32(p *uint32, d uint32) uint32
- func PreIncUint64(p *uint64, d uint64) uint64
- func PreIncUint8(p *uint8, d uint8) uint8
- func PreIncUintptr(p *uintptr, d uintptr) uintptr
- func PreInrAtomicUintptrP(p uintptr, d uintptr) uintptr
- func SetBitFieldPtr16Int16(p uintptr, v int16, off int, mask uint16)
- func SetBitFieldPtr16Int32(p uintptr, v int32, off int, mask uint16)
- func SetBitFieldPtr16Int64(p uintptr, v int64, off int, mask uint16)
- func SetBitFieldPtr16Int8(p uintptr, v int8, off int, mask uint16)
- func SetBitFieldPtr16Uint16(p uintptr, v uint16, off int, mask uint16)
- func SetBitFieldPtr16Uint32(p uintptr, v uint32, off int, mask uint16)
- func SetBitFieldPtr16Uint64(p uintptr, v uint64, off int, mask uint16)
- func SetBitFieldPtr16Uint8(p uintptr, v uint8, off int, mask uint16)
- func SetBitFieldPtr32Int16(p uintptr, v int16, off int, mask uint32)
- func SetBitFieldPtr32Int32(p uintptr, v int32, off int, mask uint32)
- func SetBitFieldPtr32Int64(p uintptr, v int64, off int, mask uint32)
- func SetBitFieldPtr32Int8(p uintptr, v int8, off int, mask uint32)
- func SetBitFieldPtr32Uint16(p uintptr, v uint16, off int, mask uint32)
- func SetBitFieldPtr32Uint32(p uintptr, v uint32, off int, mask uint32)
- func SetBitFieldPtr32Uint64(p uintptr, v uint64, off int, mask uint32)
- func SetBitFieldPtr32Uint8(p uintptr, v uint8, off int, mask uint32)
- func SetBitFieldPtr64Int16(p uintptr, v int16, off int, mask uint64)
- func SetBitFieldPtr64Int32(p uintptr, v int32, off int, mask uint64)
- func SetBitFieldPtr64Int64(p uintptr, v int64, off int, mask uint64)
- func SetBitFieldPtr64Int8(p uintptr, v int8, off int, mask uint64)
- func SetBitFieldPtr64Uint16(p uintptr, v uint16, off int, mask uint64)
- func SetBitFieldPtr64Uint32(p uintptr, v uint32, off int, mask uint64)
- func SetBitFieldPtr64Uint64(p uintptr, v uint64, off int, mask uint64)
- func SetBitFieldPtr64Uint8(p uintptr, v uint8, off int, mask uint64)
- func SetBitFieldPtr8Int16(p uintptr, v int16, off int, mask uint8)
- func SetBitFieldPtr8Int32(p uintptr, v int32, off int, mask uint8)
- func SetBitFieldPtr8Int64(p uintptr, v int64, off int, mask uint8)
- func SetBitFieldPtr8Int8(p uintptr, v int8, off int, mask uint8)
- func SetBitFieldPtr8Uint16(p uintptr, v uint16, off int, mask uint8)
- func SetBitFieldPtr8Uint32(p uintptr, v uint32, off int, mask uint8)
- func SetBitFieldPtr8Uint64(p uintptr, v uint64, off int, mask uint8)
- func SetBitFieldPtr8Uint8(p uintptr, v uint8, off int, mask uint8)
- func SetEnviron(t *TLS, env []string)
- func Start(main func(*TLS, int32, uintptr) int32)
- func Uint16(n uint16) uint16
- func Uint16FromComplex128(n complex128) uint16
- func Uint16FromComplex64(n complex64) uint16
- func Uint16FromFloat32(n float32) uint16
- func Uint16FromFloat64(n float64) uint16
- func Uint16FromInt16(n int16) uint16
- func Uint16FromInt32(n int32) uint16
- func Uint16FromInt64(n int64) uint16
- func Uint16FromInt8(n int8) uint16
- func Uint16FromUint16(n uint16) uint16
- func Uint16FromUint32(n uint32) uint16
- func Uint16FromUint64(n uint64) uint16
- func Uint16FromUint8(n uint8) uint16
- func Uint16FromUintptr(n uintptr) uint16
- func Uint32(n uint32) uint32
- func Uint32FromComplex128(n complex128) uint32
- func Uint32FromComplex64(n complex64) uint32
- func Uint32FromFloat32(n float32) uint32
- func Uint32FromFloat64(n float64) uint32
- func Uint32FromInt16(n int16) uint32
- func Uint32FromInt32(n int32) uint32
- func Uint32FromInt64(n int64) uint32
- func Uint32FromInt8(n int8) uint32
- func Uint32FromUint16(n uint16) uint32
- func Uint32FromUint32(n uint32) uint32
- func Uint32FromUint64(n uint64) uint32
- func Uint32FromUint8(n uint8) uint32
- func Uint32FromUintptr(n uintptr) uint32
- func Uint64(n uint64) uint64
- func Uint64FromComplex128(n complex128) uint64
- func Uint64FromComplex64(n complex64) uint64
- func Uint64FromFloat32(n float32) uint64
- func Uint64FromFloat64(n float64) uint64
- func Uint64FromInt16(n int16) uint64
- func Uint64FromInt32(n int32) uint64
- func Uint64FromInt64(n int64) uint64
- func Uint64FromInt8(n int8) uint64
- func Uint64FromUint16(n uint16) uint64
- func Uint64FromUint32(n uint32) uint64
- func Uint64FromUint64(n uint64) uint64
- func Uint64FromUint8(n uint8) uint64
- func Uint64FromUintptr(n uintptr) uint64
- func Uint8(n uint8) uint8
- func Uint8FromComplex128(n complex128) uint8
- func Uint8FromComplex64(n complex64) uint8
- func Uint8FromFloat32(n float32) uint8
- func Uint8FromFloat64(n float64) uint8
- func Uint8FromInt16(n int16) uint8
- func Uint8FromInt32(n int32) uint8
- func Uint8FromInt64(n int64) uint8
- func Uint8FromInt8(n int8) uint8
- func Uint8FromUint16(n uint16) uint8
- func Uint8FromUint32(n uint32) uint8
- func Uint8FromUint64(n uint64) uint8
- func Uint8FromUint8(n uint8) uint8
- func Uint8FromUintptr(n uintptr) uint8
- func Uintptr(n uintptr) uintptr
- func UintptrFromComplex128(n complex128) uintptr
- func UintptrFromComplex64(n complex64) uintptr
- func UintptrFromFloat32(n float32) uintptr
- func UintptrFromFloat64(n float64) uintptr
- func UintptrFromInt16(n int16) uintptr
- func UintptrFromInt32(n int32) uintptr
- func UintptrFromInt64(n int64) uintptr
- func UintptrFromInt8(n int8) uintptr
- func UintptrFromUint16(n uint16) uintptr
- func UintptrFromUint32(n uint32) uintptr
- func UintptrFromUint64(n uint64) uintptr
- func UintptrFromUint8(n uint8) uintptr
- func UintptrFromUintptr(n uintptr) uintptr
- func VaFloat32(app *uintptr) float32
- func VaFloat64(app *uintptr) float64
- func VaInt32(app *uintptr) int32
- func VaInt64(app *uintptr) int64
- func VaList(p uintptr, args ...interface{}) (r uintptr)
- func VaOther(app *uintptr, sz uint64) (r uintptr)
- func VaUint32(app *uintptr) uint32
- func VaUint64(app *uintptr) uint64
- func VaUintptr(app *uintptr) uintptr
- func Watch()
- func WatchDelete(p uintptr)
- func WatchFloat32(p uintptr, msg string)
- func WatchFloat64(p uintptr, msg string)
- func WatchInt16(p uintptr, msg string)
- func WatchInt32(p uintptr, msg string)
- func WatchInt64(p uintptr, msg string)
- func WatchInt8(p uintptr, msg string)
- func WatchPtr(p uintptr, msg string)
- func WatchUint16(p uintptr, msg string)
- func WatchUint32(p uintptr, msg string)
- func WatchUint64(p uintptr, msg string)
- func WatchUint8(p uintptr, msg string)
- func X_Exit(tls *TLS, ec int32)
- func X_IO_feof_unlocked(tls *TLS, f uintptr) (r int32)
- func X_IO_ferror_unlocked(tls *TLS, f uintptr) (r int32)
- func X_IO_getc(tls *TLS, f1 uintptr) (r int32)
- func X_IO_getc_unlocked(tls *TLS, f uintptr) (r int32)
- func X_IO_putc(tls *TLS, c1 int32, f1 uintptr) (r int32)
- func X_IO_putc_unlocked(tls *TLS, c int32, f uintptr) (r int32)
- func X___errno_location(tls *TLS) (r uintptr)
- func X__aio_close(tls *TLS, fd int32) int32
- func X__asctime_r(tls *TLS, tm uintptr, buf uintptr) (r uintptr)
- func X__assert_fail(tls *TLS, expr uintptr, file uintptr, line int32, func1 uintptr)
- func X__atomic_compare_exchangeInt16(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeInt32(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeInt64(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeInt8(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeUint16(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeUint32(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeUint64(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_compare_exchangeUint8(t *TLS, ptr, expected, desired uintptr, weak, success, failure int32) int32
- func X__atomic_exchangeInt16(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeInt32(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeInt64(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeInt8(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeUint16(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeUint32(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeUint64(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_exchangeUint8(t *TLS, ptr, val, ret uintptr, _ int32)
- func X__atomic_fetch_addInt16(t *TLS, ptr uintptr, val int16, _ int32) (r int16)
- func X__atomic_fetch_addInt32(t *TLS, ptr uintptr, val int32, _ int32) (r int32)
- func X__atomic_fetch_addInt64(t *TLS, ptr uintptr, val int64, _ int32) (r int64)
- func X__atomic_fetch_addInt8(t *TLS, ptr uintptr, val int8, _ int32) (r int8)
- func X__atomic_fetch_addUint16(t *TLS, ptr uintptr, val uint16, _ int32) (r uint16)
- func X__atomic_fetch_addUint32(t *TLS, ptr uintptr, val uint32, _ int32) (r uint32)
- func X__atomic_fetch_addUint64(t *TLS, ptr uintptr, val uint64, _ int32) (r uint64)
- func X__atomic_fetch_addUint8(t *TLS, ptr uintptr, val uint8, _ int32) (r uint8)
- func X__atomic_fetch_andInt16(t *TLS, ptr uintptr, val int16, _ int32) (r int16)
- func X__atomic_fetch_andInt32(t *TLS, ptr uintptr, val int32, _ int32) (r int32)
- func X__atomic_fetch_andInt64(t *TLS, ptr uintptr, val int64, _ int32) (r int64)
- func X__atomic_fetch_andInt8(t *TLS, ptr uintptr, val int8, _ int32) (r int8)
- func X__atomic_fetch_andUint16(t *TLS, ptr uintptr, val uint16, _ int32) (r uint16)
- func X__atomic_fetch_andUint32(t *TLS, ptr uintptr, val uint32, _ int32) (r uint32)
- func X__atomic_fetch_andUint64(t *TLS, ptr uintptr, val uint64, _ int32) (r uint64)
- func X__atomic_fetch_andUint8(t *TLS, ptr uintptr, val uint8, _ int32) (r uint8)
- func X__atomic_fetch_orInt16(t *TLS, ptr uintptr, val int16, _ int32) (r int16)
- func X__atomic_fetch_orInt32(t *TLS, ptr uintptr, val int32, _ int32) (r int32)
- func X__atomic_fetch_orInt64(t *TLS, ptr uintptr, val int64, _ int32) (r int64)
- func X__atomic_fetch_orInt8(t *TLS, ptr uintptr, val int8, _ int32) (r int8)
- func X__atomic_fetch_orUint16(t *TLS, ptr uintptr, val uint16, _ int32) (r uint16)
- func X__atomic_fetch_orUint32(t *TLS, ptr uintptr, val uint32, _ int32) (r uint32)
- func X__atomic_fetch_orUint64(t *TLS, ptr uintptr, val uint64, _ int32) (r uint64)
- func X__atomic_fetch_orUint8(t *TLS, ptr uintptr, val uint8, _ int32) (r uint8)
- func X__atomic_fetch_subInt16(t *TLS, ptr uintptr, val int16, _ int32) (r int16)
- func X__atomic_fetch_subInt32(t *TLS, ptr uintptr, val int32, _ int32) (r int32)
- func X__atomic_fetch_subInt64(t *TLS, ptr uintptr, val int64, _ int32) (r int64)
- func X__atomic_fetch_subInt8(t *TLS, ptr uintptr, val int8, _ int32) (r int8)
- func X__atomic_fetch_subUint16(t *TLS, ptr uintptr, val uint16, _ int32) (r uint16)
- func X__atomic_fetch_subUint32(t *TLS, ptr uintptr, val uint32, _ int32) (r uint32)
- func X__atomic_fetch_subUint64(t *TLS, ptr uintptr, val uint64, _ int32) (r uint64)
- func X__atomic_fetch_subUint8(t *TLS, ptr uintptr, val uint8, _ int32) (r uint8)
- func X__atomic_fetch_xorInt16(t *TLS, ptr uintptr, val int16, _ int32) (r int16)
- func X__atomic_fetch_xorInt32(t *TLS, ptr uintptr, val int32, _ int32) (r int32)
- func X__atomic_fetch_xorInt64(t *TLS, ptr uintptr, val int64, _ int32) (r int64)
- func X__atomic_fetch_xorInt8(t *TLS, ptr uintptr, val int8, _ int32) (r int8)
- func X__atomic_fetch_xorUint16(t *TLS, ptr uintptr, val uint16, _ int32) (r uint16)
- func X__atomic_fetch_xorUint32(t *TLS, ptr uintptr, val uint32, _ int32) (r uint32)
- func X__atomic_fetch_xorUint64(t *TLS, ptr uintptr, val uint64, _ int32) (r uint64)
- func X__atomic_fetch_xorUint8(t *TLS, ptr uintptr, val uint8, _ int32) (r uint8)
- func X__atomic_loadInt16(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadInt32(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadInt64(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadInt8(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadUint16(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadUint32(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadUint64(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_loadUint8(t *TLS, ptr, ret uintptr, memorder int32)
- func X__atomic_storeInt16(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeInt32(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeInt64(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeInt8(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeUint16(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeUint32(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeUint64(t *TLS, ptr, val uintptr, memorder int32)
- func X__atomic_storeUint8(t *TLS, ptr, val uintptr, memorder int32)
- func X__block_all_sigs(tls *TLS, set uintptr)
- func X__block_app_sigs(tls *TLS, set uintptr)
- func X__builtin___memcpy_chk(t *TLS, dest, src uintptr, n, os Tsize_t) (r uintptr)
- func X__builtin___memmove_chk(t *TLS, dest, src uintptr, n, os Tsize_t) uintptr
- func X__builtin___memset_chk(t *TLS, s uintptr, c int32, n, os Tsize_t) uintptr
- func X__builtin___snprintf_chk(t *TLS, str uintptr, maxlen Tsize_t, flag int32, os Tsize_t, ...) (r int32)
- func X__builtin___sprintf_chk(t *TLS, s uintptr, flag int32, os Tsize_t, format, args uintptr) (r int32)
- func X__builtin___strcat_chk(t *TLS, dest, src uintptr, os Tsize_t) (r uintptr)
- func X__builtin___strcpy_chk(t *TLS, dest, src uintptr, os Tsize_t) uintptr
- func X__builtin___strncpy_chk(t *TLS, dest, src uintptr, n, os Tsize_t) (r uintptr)
- func X__builtin___vsnprintf_chk(t *TLS, str uintptr, maxlen Tsize_t, flag int32, os Tsize_t, ...) (r int32)
- func X__builtin_abort(t *TLS)
- func X__builtin_abs(t *TLS, j int32) int32
- func X__builtin_add_overflowInt64(t *TLS, a, b int64, res uintptr) int32
- func X__builtin_add_overflowUint32(t *TLS, a, b uint32, res uintptr) int32
- func X__builtin_add_overflowUint64(t *TLS, a, b uint64, res uintptr) int32
- func X__builtin_alloca(tls *TLS, size Tsize_t) uintptr
- func X__builtin_bswap16(t *TLS, x uint16) uint16
- func X__builtin_bswap32(t *TLS, x uint32) uint32
- func X__builtin_bswap64(t *TLS, x uint64) uint64
- func X__builtin_bzero(t *TLS, s uintptr, n Tsize_t)
- func X__builtin_clz(t *TLS, n uint32) int32
- func X__builtin_clzl(t *TLS, n ulong) int32
- func X__builtin_clzll(t *TLS, n uint64) int32
- func X__builtin_constant_p_impl()
- func X__builtin_copysign(t *TLS, x, y float64) float64
- func X__builtin_copysignf(t *TLS, x, y float32) float32
- func X__builtin_copysignl(t *TLS, x, y float64) float64
- func X__builtin_ctz(t *TLS, n uint32) int32
- func X__builtin_exit(t *TLS, status int32)
- func X__builtin_expect(t *TLS, exp, c long) long
- func X__builtin_fabs(t *TLS, x float64) float64
- func X__builtin_fabsf(t *TLS, x float32) float32
- func X__builtin_fabsl(t *TLS, x float64) float64
- func X__builtin_ffs(tls *TLS, i int32) (r int32)
- func X__builtin_fma(tls *TLS, x, y, z float64) (r float64)
- func X__builtin_fmax(tls *TLS, x float64, y float64) (r float64)
- func X__builtin_fmin(tls *TLS, x float64, y float64) (r float64)
- func X__builtin_free(t *TLS, ptr uintptr)
- func X__builtin_getentropy(t *TLS, buf uintptr, n Tsize_t) int32
- func X__builtin_huge_val(t *TLS) float64
- func X__builtin_huge_valf(t *TLS) float32
- func X__builtin_hypot(tls *TLS, x float64, y float64) (r float64)
- func X__builtin_inf(t *TLS) float64
- func X__builtin_inff(tls *TLS) float32
- func X__builtin_infl(t *TLS) float64
- func X__builtin_isblank(tls *TLS, c int32) (r int32)
- func X__builtin_isnan(t *TLS, x float64) int32
- func X__builtin_isnanf(t *TLS, x float32) int32
- func X__builtin_isnanl(t *TLS, x float64) int32
- func X__builtin_isprint(tls *TLS, c int32) (r int32)
- func X__builtin_isunordered(t *TLS, a, b float64) int32
- func X__builtin_llabs(tls *TLS, a int64) int64
- func X__builtin_log2(t *TLS, x float64) float64
- func X__builtin_lrint(tls *TLS, x float64) (r long)
- func X__builtin_lrintf(tls *TLS, x float32) (r long)
- func X__builtin_malloc(t *TLS, size Tsize_t) uintptr
- func X__builtin_memcmp(t *TLS, s1, s2 uintptr, n Tsize_t) int32
- func X__builtin_memcpy(t *TLS, dest, src uintptr, n Tsize_t) (r uintptr)
- func X__builtin_memset(t *TLS, s uintptr, c int32, n Tsize_t) uintptr
- func X__builtin_mmap(t *TLS, addr uintptr, length Tsize_t, prot, flags, fd int32, offset Toff_t) uintptr
- func X__builtin_mul_overflowInt64(t *TLS, a, b int64, res uintptr) int32
- func X__builtin_mul_overflowUint128(t *TLS, a, b Uint128, res uintptr) int32
- func X__builtin_mul_overflowUint64(t *TLS, a, b uint64, res uintptr) int32
- func X__builtin_nan(t *TLS, s uintptr) float64
- func X__builtin_nanf(tls *TLS, s uintptr) float32
- func X__builtin_nanl(t *TLS, s uintptr) float64
- func X__builtin_popcount(t *TLS, x uint32) int32
- func X__builtin_popcountl(t *TLS, x ulong) int32
- func X__builtin_prefetch(t *TLS, addr, args uintptr)
- func X__builtin_printf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func X__builtin_rintf(tls *TLS, x float32) (r float32)
- func X__builtin_round(tls *TLS, x float64) (r float64)
- func X__builtin_roundf(tls *TLS, x float32) (r float32)
- func X__builtin_snprintf(t *TLS, str uintptr, size Tsize_t, format, args uintptr) int32
- func X__builtin_sprintf(t *TLS, str, format, args uintptr) (r int32)
- func X__builtin_strchr(t *TLS, s uintptr, c int32) uintptr
- func X__builtin_strcmp(t *TLS, s1, s2 uintptr) int32
- func X__builtin_strcpy(t *TLS, dest, src uintptr) uintptr
- func X__builtin_sub_overflowInt64(t *TLS, a, b int64, res uintptr) int32
- func X__builtin_trap(t *TLS)
- func X__builtin_trunc(tls *TLS, x float64) (r float64)
- func X__builtin_unreachable(t *TLS)
- func X__builtin_vsnprintf(t *TLS, str uintptr, size Tsize_t, format, va uintptr) int32
- func X__ccgo_dmesg(t *TLS, fmt uintptr, va uintptr)
- func X__ccgo_getMutexType(tls *TLS, m uintptr) int32
- func X__ccgo_in6addr_anyp(t *TLS) uintptr
- func X__ccgo_pthreadAttrGetDetachState(tls *TLS, a uintptr) int32
- func X__ccgo_pthreadMutexattrGettype(tls *TLS, a uintptr) int32
- func X__ccgo_sqlite3_log(t *TLS, iErrCode int32, zFormat uintptr, args uintptr)
- func X__clock_gettime(tls *TLS, clk Tclockid_t, ts uintptr) (r1 int32)
- func X__clock_nanosleep(tls *TLS, clk Tclockid_t, flags int32, req uintptr, rem uintptr) (r int32)
- func X__cmsg_nxthdr(t *TLS, msgh, cmsg uintptr) uintptr
- func X__convert_scm_timestamps(tls *TLS, msg uintptr, csize Tsocklen_t)
- func X__cos(tls *TLS, x float64, y float64) (r1 float64)
- func X__cosdf(tls *TLS, x float64) (r1 float32)
- func X__crypt_blowfish(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)
- func X__crypt_des(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)
- func X__crypt_md5(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)
- func X__crypt_r(tls *TLS, key uintptr, salt uintptr, data uintptr) (r uintptr)
- func X__crypt_sha256(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)
- func X__crypt_sha512(tls *TLS, key uintptr, setting uintptr, output uintptr) (r uintptr)
- func X__ctype_b_loc(tls *TLS) (r uintptr)
- func X__ctype_tolower_loc(tls *TLS) (r uintptr)
- func X__ctype_toupper_loc(tls *TLS) (r uintptr)
- func X__des_setkey(tls *TLS, key uintptr, ekey uintptr)
- func X__dn_expand(tls *TLS, base uintptr, end uintptr, src uintptr, dest uintptr, space int32) (r int32)
- func X__dns_parse(tls *TLS, r uintptr, rlen int32, callback uintptr, ctx uintptr) (r1 int32)
- func X__do_des(tls *TLS, l_in Tuint32_t, r_in Tuint32_t, l_out uintptr, r_out uintptr, ...)
- func X__do_orphaned_stdio_locks(tls *TLS)
- func X__dup3(tls *TLS, old int32, new1 int32, flags int32) (r1 int32)
- func X__env_rm_add(tls *TLS, old uintptr, new1 uintptr)
- func X__errno_location(tls *TLS) (r uintptr)
- func X__execvpe(tls *TLS, file uintptr, argv uintptr, envp uintptr) (r int32)
- func X__expo2(tls *TLS, x float64, sign float64) (r float64)
- func X__expo2f(tls *TLS, x float32, sign float32) (r float32)
- func X__fclose_ca(tls *TLS, f uintptr) (r int32)
- func X__fdopen(tls *TLS, fd int32, mode uintptr) (r uintptr)
- func X__fesetround(tls *TLS, r int32) (r1 int32)
- func X__flbf(tls *TLS, f uintptr) (r int32)
- func X__floatscan(tls *TLS, f uintptr, prec int32, pok int32) (r float64)
- func X__fmodeflags(tls *TLS, mode uintptr) (r int32)
- func X__fopen_rb_ca(tls *TLS, filename uintptr, f uintptr, buf uintptr, len1 Tsize_t) (r uintptr)
- func X__fpclassify(tls *TLS, x float64) (r int32)
- func X__fpclassifyf(tls *TLS, x float32) (r int32)
- func X__fpclassifyl(tls *TLS, x float64) (r int32)
- func X__fpurge(tls *TLS, f uintptr) (r int32)
- func X__freadable(tls *TLS, f uintptr) (r int32)
- func X__freading(tls *TLS, f uintptr) (r int32)
- func X__freadptr(tls *TLS, f uintptr, sizep uintptr) (r uintptr)
- func X__freadptrinc(tls *TLS, f uintptr, inc Tsize_t)
- func X__freelocale(tls *TLS, l Tlocale_t)
- func X__fseeko(tls *TLS, f uintptr, off Toff_t, whence int32) (r int32)
- func X__fseeko_unlocked(tls *TLS, f uintptr, off Toff_t, whence int32) (r int32)
- func X__fseterr(tls *TLS, f uintptr)
- func X__fsetlocking(tls *TLS, f uintptr, type1 int32) (r int32)
- func X__fstat(tls *TLS, fd int32, st uintptr) (r int32)
- func X__fstatat(tls *TLS, fd int32, path uintptr, st uintptr, flag int32) (r int32)
- func X__funcs_on_quick_exit(tls *TLS)
- func X__futimesat(tls *TLS, dirfd int32, pathname uintptr, times uintptr) (r int32)
- func X__fwritable(tls *TLS, f uintptr) (r int32)
- func X__fwriting(tls *TLS, f uintptr) (r int32)
- func X__fxstat(tls *TLS, ver int32, fd int32, buf uintptr) (r int32)
- func X__fxstatat(tls *TLS, ver int32, fd int32, path uintptr, buf uintptr, flag int32) (r int32)
- func X__get_handler_set(tls *TLS, set uintptr)
- func X__get_locale(tls *TLS, cat int32, val uintptr) (r uintptr)
- func X__get_resolv_conf(tls *TLS, conf uintptr, search uintptr, search_sz Tsize_t) (r int32)
- func X__getauxval(tls *TLS, item uint64) (r uint64)
- func X__getgr_a(tls *TLS, name uintptr, gid Tgid_t, gr uintptr, buf uintptr, size uintptr, ...) (r int32)
- func X__getgrent_a(tls *TLS, f uintptr, gr uintptr, line uintptr, size uintptr, mem uintptr, ...) (r int32)
- func X__getopt_msg(tls *TLS, a uintptr, b uintptr, c uintptr, l Tsize_t)
- func X__getpw_a(tls *TLS, name uintptr, uid Tuid_t, pw uintptr, buf uintptr, size uintptr, ...) (r int32)
- func X__getpwent_a(tls *TLS, f uintptr, pw uintptr, line uintptr, size uintptr, res uintptr) (r int32)
- func X__gettextdomain(tls *TLS) (r uintptr)
- func X__gmtime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr)
- func X__h_errno_location(tls *TLS) (r uintptr)
- func X__inet_aton(tls *TLS, s0 uintptr, dest uintptr) (r int32)
- func X__init_ssp(tls *TLS, entropy uintptr)
- func X__intscan(tls *TLS, f uintptr, base uint32, pok int32, lim uint64) (r uint64)
- func X__isalnum_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isalpha_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isblank_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__iscntrl_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isgraph_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__islower_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isnan(t *TLS, x float64) int32
- func X__isnanf(t *TLS, arg float32) int32
- func X__isnanl(t *TLS, arg float64) int32
- func X__isoc99_fscanf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)
- func X__isoc99_fwscanf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)
- func X__isoc99_scanf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func X__isoc99_sscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
- func X__isoc99_swscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
- func X__isoc99_vfscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)
- func X__isoc99_vfwscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)
- func X__isoc99_vscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)
- func X__isoc99_vsscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)
- func X__isoc99_vswscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)
- func X__isoc99_vwscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)
- func X__isoc99_wscanf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func X__isprint_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__ispunct_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isspace_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__isupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__iswalnum_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswalpha_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswblank_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswcntrl_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswctype_l(tls *TLS, c Twint_t, t Twctype_t, l Tlocale_t) (r int32)
- func X__iswdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswgraph_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswprint_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswpunct_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswspace_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__iswxdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func X__isxdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__lctrans(tls *TLS, msg uintptr, lm uintptr) (r uintptr)
- func X__lctrans_cur(tls *TLS, msg uintptr) (r uintptr)
- func X__lctrans_impl(tls *TLS, msg uintptr, lm uintptr) (r uintptr)
- func X__ldexp_cexp(tls *TLS, z complex128, expt int32) (r complex128)
- func X__ldexp_cexpf(tls *TLS, z complex64, expt int32) (r complex64)
- func X__lgamma_r(tls *TLS, x float64, signgamp uintptr) (r1 float64)
- func X__lgammaf_r(tls *TLS, x float32, signgamp uintptr) (r1 float32)
- func X__lgammal_r(tls *TLS, x float64, sg uintptr) (r float64)
- func X__libc_current_sigrtmax(tls *TLS) (r int32)
- func X__libc_current_sigrtmin(tls *TLS) (r int32)
- func X__libc_sigaction(tls *TLS, sig int32, sa uintptr, old uintptr) (r1 int32)
- func X__loc_is_allocated(tls *TLS, loc Tlocale_t) (r int32)
- func X__localtime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr)
- func X__lockfile(tls *TLS, file uintptr) int32
- func X__lookup_ipliteral(tls *TLS, buf uintptr, name uintptr, family int32) (r int32)
- func X__lookup_name(tls *TLS, buf uintptr, canon uintptr, name uintptr, family int32, flags int32) (r int32)
- func X__lookup_serv(tls *TLS, buf uintptr, name uintptr, proto int32, socktype int32, flags int32) (r int32)
- func X__lsysinfo(tls *TLS, info uintptr) (r int32)
- func X__lxstat(tls *TLS, ver int32, path uintptr, buf uintptr) (r int32)
- func X__madvise(tls *TLS, addr uintptr, len1 Tsize_t, advice int32) (r int32)
- func X__map_file(tls *TLS, pathname uintptr, size uintptr) (r uintptr)
- func X__math_divzero(tls *TLS, sign Tuint32_t) (r float64)
- func X__math_divzerof(tls *TLS, sign Tuint32_t) (r float32)
- func X__math_invalid(tls *TLS, x float64) (r float64)
- func X__math_invalidf(tls *TLS, x float32) (r float32)
- func X__math_oflow(tls *TLS, sign Tuint32_t) (r float64)
- func X__math_oflowf(tls *TLS, sign Tuint32_t) (r float32)
- func X__math_uflow(tls *TLS, sign Tuint32_t) (r float64)
- func X__math_uflowf(tls *TLS, sign Tuint32_t) (r float32)
- func X__math_xflow(tls *TLS, sign Tuint32_t, y2 float64) (r float64)
- func X__math_xflowf(tls *TLS, sign Tuint32_t, y2 float32) (r float32)
- func X__memrchr(tls *TLS, m uintptr, c int32, n Tsize_t) (r uintptr)
- func X__mkostemps(tls *TLS, template uintptr, len1 int32, flags int32) (r int32)
- func X__mmap(tls *TLS, start uintptr, len1 Tsize_t, prot int32, flags int32, fd int32, ...) (r uintptr)
- func X__mo_lookup(tls *TLS, p uintptr, size Tsize_t, s uintptr) (r uintptr)
- func X__month_to_secs(tls *TLS, month int32, is_leap int32) (r int32)
- func X__mprotect(tls *TLS, addr uintptr, len1 Tsize_t, prot int32) (r int32)
- func X__mremap(tls *TLS, old_addr uintptr, old_len Tsize_t, new_len Tsize_t, flags int32, ...) (r uintptr)
- func X__munmap(tls *TLS, start uintptr, len1 Tsize_t) (r int32)
- func X__nl_langinfo(tls *TLS, item Tnl_item) (r uintptr)
- func X__nl_langinfo_l(tls *TLS, item Tnl_item, loc Tlocale_t) (r uintptr)
- func X__nscd_query(tls *TLS, req Tint32_t, key uintptr, buf uintptr, len1 Tsize_t, swap uintptr) (r uintptr)
- func X__ofl_add(tls *TLS, f uintptr) (r uintptr)
- func X__ofl_lock(tls *TLS) (r uintptr)
- func X__ofl_unlock(tls *TLS)
- func X__overflow(tls *TLS, f uintptr, _c int32) (r int32)
- func X__pleval(tls *TLS, s uintptr, n uint64) (r uint64)
- func X__posix_getopt(tls *TLS, argc int32, argv uintptr, optstring uintptr) (r int32)
- func X__procfdname(tls *TLS, buf uintptr, fd uint32)
- func X__ptsname_r(tls *TLS, fd int32, buf uintptr, len1 Tsize_t) (r int32)
- func X__putenv(tls *TLS, s uintptr, l Tsize_t, r uintptr) (r1 int32)
- func X__qsort_r(tls *TLS, base uintptr, nel Tsize_t, width Tsize_t, cmp Tcmpfun, arg uintptr)
- func X__register_locked_file(tls *TLS, f uintptr, self Tpthread_t)
- func X__rem_pio2(tls *TLS, x float64, y uintptr) (r1 int32)
- func X__rem_pio2_large(tls *TLS, x uintptr, y uintptr, e0 int32, nx int32, prec int32) (r int32)
- func X__rem_pio2f(tls *TLS, x float32, y uintptr) (r int32)
- func X__res_mkquery(tls *TLS, op int32, dname uintptr, class int32, type1 int32, data uintptr, ...) (r int32)
- func X__res_msend(tls *TLS, nqueries int32, queries uintptr, qlens uintptr, answers uintptr, ...) (r int32)
- func X__res_msend_rc(tls *TLS, nqueries int32, queries uintptr, qlens uintptr, answers uintptr, ...) (r1 int32)
- func X__res_send(tls *TLS, _msg uintptr, _msglen int32, _answer uintptr, _anslen int32) (r1 int32)
- func X__res_state(tls *TLS) (r uintptr)
- func X__reset_tls(tls *TLS)
- func X__restore(tls *TLS)
- func X__restore_rt(tls *TLS)
- 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(tls *TLS, t int64, tm uintptr) (r int32)
- func X__secs_to_zone(tls *TLS, t int64, local int32, isdst uintptr, offset uintptr, oppoff uintptr, ...)
- func X__setxid(tls *TLS, nr int32, id int32, eid int32, sid int32) (r int32)
- func X__shgetc(tls *TLS, f uintptr) (r int32)
- func X__shlim(tls *TLS, f uintptr, lim Toff_t)
- func X__shm_mapname(tls *TLS, name uintptr, buf uintptr) (r uintptr)
- func X__sigaction(tls *TLS, sig int32, sa uintptr, old uintptr) (r1 int32)
- func X__signbit(tls *TLS, x float64) (r int32)
- func X__signbitf(tls *TLS, x float32) (r int32)
- func X__signbitl(tls *TLS, x float64) (r int32)
- func X__sigsetjmp_tail(tls *TLS, jb uintptr, ret int32) (r int32)
- func X__sin(tls *TLS, x float64, y float64, iy int32) (r1 float64)
- func X__sindf(tls *TLS, x float64) (r1 float32)
- func X__stack_chk_fail(tls *TLS)
- func X__stack_chk_fail_local(tls *TLS)
- func X__stdio_close(tls *TLS, f uintptr) (r int32)
- func X__stdio_exit(tls *TLS)
- func X__stdio_exit_needed(tls *TLS)
- func X__stpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)
- func X__stpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func X__strcasecmp_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)
- func X__strchrnul(tls *TLS, s uintptr, c int32) (r uintptr)
- func X__strcoll_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)
- func X__strerror_l(tls *TLS, e int32, loc Tlocale_t) (r uintptr)
- 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(tls *TLS, l uintptr, r uintptr, n Tsize_t, loc Tlocale_t) (r1 int32)
- func X__strtod_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)
- func X__strtof_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float32)
- func X__strtol_internal(tls *TLS, s uintptr, p uintptr, base int32) (r int64)
- func X__strtold_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)
- func X__strtoll_internal(tls *TLS, s uintptr, p uintptr, base int32) (r int64)
- func X__strtoul_internal(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)
- func X__strtoull_internal(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)
- func X__sync_add_and_fetch_uint32(t *TLS, p uintptr, v uint32) uint32
- func X__sync_sub_and_fetch_uint32(t *TLS, p uintptr, v uint32) uint32
- func X__sync_synchronize(t *TLS)
- func X__syscall0(tls *TLS, n long) long
- func X__syscall1(tls *TLS, n, a1 long) long
- func X__syscall2(tls *TLS, n, a1, a2 long) long
- func X__syscall3(tls *TLS, n, a1, a2, a3 long) long
- func X__syscall4(tls *TLS, n, a1, a2, a3, a4 long) long
- func X__syscall5(tls *TLS, n, a1, a2, a3, a4, a5 long) long
- func X__syscall6(tls *TLS, n, a1, a2, a3, a4, a5, a6 long) long
- func X__syscall_ret(tls *TLS, r uint64) (r1 int64)
- func X__tan(tls *TLS, x float64, y float64, odd int32) (r1 float64)
- func X__tandf(tls *TLS, x float64, odd int32) (r1 float32)
- func X__tm_to_secs(tls *TLS, tm uintptr) (r int64)
- func X__tm_to_tzname(tls *TLS, tm uintptr) (r uintptr)
- func X__tolower_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__toread(tls *TLS, f uintptr) (r int32)
- func X__toread_needs_stdio_exit(tls *TLS)
- func X__toupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func X__towrite(tls *TLS, f uintptr) (r int32)
- func X__towrite_needs_stdio_exit(tls *TLS)
- func X__tre_mem_alloc_impl(tls *TLS, mem Ttre_mem_t, provided int32, provided_block uintptr, zero int32, ...) (r uintptr)
- func X__tre_mem_destroy(tls *TLS, mem Ttre_mem_t)
- func X__tsearch_balance(tls *TLS, p uintptr) (r int32)
- func X__uflow(tls *TLS, f uintptr) (r int32)
- func X__unlist_locked_file(tls *TLS, f uintptr)
- func X__unlockfile(tls *TLS, file uintptr)
- func X__vm_wait(tls *TLS)
- func X__wcscoll_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)
- func X__xmknod(tls *TLS, ver int32, path uintptr, mode Tmode_t, dev uintptr) (r int32)
- func X__xmknodat(tls *TLS, ver int32, fd int32, path uintptr, mode Tmode_t, dev uintptr) (r int32)
- func X__xpg_basename(tls *TLS, s uintptr) (r uintptr)
- func X__xpg_strerror_r(tls *TLS, err int32, buf uintptr, buflen Tsize_t) (r int32)
- func X__xstat(tls *TLS, ver int32, path uintptr, buf uintptr) (r int32)
- func X__year_to_secs(tls *TLS, year int64, is_leap uintptr) (r int64)
- func X_exit(tls *TLS, status int32)
- func X_flushlbf(tls *TLS)
- func X_longjmp(t *TLS, env uintptr, val int32)
- func X_obstack_begin(t *TLS, obstack uintptr, size, alignment int32, chunkfun, freefun uintptr) int32
- func X_obstack_newchunk(t *TLS, obstack uintptr, length int32) int32
- func X_pthread_cleanup_pop(tls *TLS, _ uintptr, run int32)
- func X_pthread_cleanup_push(tls *TLS, _, f, x uintptr)
- func X_setjmp(t *TLS, env uintptr) int32
- func Xa64l(tls *TLS, s uintptr) (r int64)
- func Xabort(tls *TLS)
- func Xabs(tls *TLS, a int32) (r int32)
- func Xaccept(tls *TLS, fd int32, addr uintptr, len1 uintptr) (r1 int32)
- func Xaccept4(tls *TLS, fd int32, addr uintptr, len1 uintptr, flg int32) (r1 int32)
- func Xaccess(tls *TLS, filename uintptr, amode int32) (r int32)
- func Xacct(tls *TLS, filename uintptr) (r int32)
- func Xacos(tls *TLS, x float64) (r float64)
- func Xacosf(tls *TLS, x float32) (r float32)
- func Xacosh(tls *TLS, x float64) (r float64)
- func Xacoshf(tls *TLS, x float32) (r float32)
- func Xacoshl(tls *TLS, x float64) (r float64)
- func Xacosl(tls *TLS, x float64) (r float64)
- func Xaddmntent(tls *TLS, f uintptr, mnt uintptr) (r int32)
- func Xadjtime(tls *TLS, in uintptr, out uintptr) (r int32)
- func Xadjtimex(tls *TLS, tx uintptr) (r int32)
- func Xalarm(tls *TLS, seconds uint32) (r uint32)
- func Xalloca(tls *TLS, size Tsize_t) uintptr
- func Xalphasort(tls *TLS, a uintptr, b uintptr) (r int32)
- func Xarch_prctl(tls *TLS, code int32, addr uint64) (r int32)
- func Xasctime(tls *TLS, tm uintptr) (r uintptr)
- func Xasctime_r(tls *TLS, tm uintptr, buf uintptr) (r uintptr)
- func Xasin(tls *TLS, x float64) (r1 float64)
- func Xasinf(tls *TLS, x float32) (r float32)
- func Xasinh(tls *TLS, x3 float64) (r float64)
- func Xasinhf(tls *TLS, x3 float32) (r float32)
- func Xasinhl(tls *TLS, x float64) (r float64)
- func Xasinl(tls *TLS, x float64) (r float64)
- func Xasprintf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
- func Xat_quick_exit(tls *TLS, func1 uintptr) (r1 int32)
- func Xatan(tls *TLS, x3 float64) (r float64)
- func Xatan2(tls *TLS, y float64, x float64) (r float64)
- func Xatan2f(tls *TLS, y float32, x float32) (r float32)
- func Xatan2l(tls *TLS, y float64, x float64) (r float64)
- func Xatanf(tls *TLS, x3 float32) (r float32)
- func Xatanh(tls *TLS, x3 float64) (r float64)
- func Xatanhf(tls *TLS, x3 float32) (r float32)
- func Xatanhl(tls *TLS, x float64) (r float64)
- func Xatanl(tls *TLS, x float64) (r float64)
- func Xatexit(tls *TLS, func_ uintptr) (r int32)
- func Xatof(tls *TLS, s uintptr) (r float64)
- func Xatoi(tls *TLS, s uintptr) (r int32)
- func Xatol(tls *TLS, s uintptr) (r int64)
- func Xatoll(tls *TLS, s uintptr) (r int64)
- func Xbacktrace(t *TLS, buf uintptr, size int32) int32
- func Xbacktrace_symbols_fd(t *TLS, buffer uintptr, size, fd int32)
- func Xbasename(tls *TLS, s uintptr) (r uintptr)
- func Xbcmp(tls *TLS, s1 uintptr, s2 uintptr, n Tsize_t) (r int32)
- func Xbcopy(tls *TLS, s1 uintptr, s2 uintptr, n Tsize_t)
- func Xbind(tls *TLS, fd int32, addr uintptr, len1 Tsocklen_t) (r1 int32)
- func Xbind_textdomain_codeset(tls *TLS, domainname uintptr, codeset uintptr) (r uintptr)
- func Xbindtextdomain(tls *TLS, domainname uintptr, dirname uintptr) (r uintptr)
- func Xbrk(tls *TLS, end uintptr) (r int32)
- func Xbsearch(tls *TLS, key uintptr, base uintptr, nel Tsize_t, width Tsize_t, cmp uintptr) (r uintptr)
- func Xbzero(tls *TLS, s uintptr, n Tsize_t)
- func Xcabs(tls *TLS, z complex128) (r float64)
- func Xcabsf(tls *TLS, z complex64) (r float32)
- func Xcabsl(tls *TLS, z complex128) (r float64)
- func Xcacos(tls *TLS, z complex128) (r complex128)
- func Xcacosf(tls *TLS, z complex64) (r complex64)
- func Xcacosh(tls *TLS, z complex128) (r complex128)
- func Xcacoshf(tls *TLS, z complex64) (r complex64)
- func Xcacoshl(tls *TLS, z complex128) (r complex128)
- func Xcacosl(tls *TLS, z complex128) (r complex128)
- func Xcalloc(tls *TLS, m Tsize_t, n Tsize_t) (r uintptr)
- func Xcapget(tls *TLS, a uintptr, b uintptr) (r int32)
- func Xcapset(tls *TLS, a uintptr, b uintptr) (r int32)
- func Xcarg(tls *TLS, z complex128) (r float64)
- func Xcargf(tls *TLS, z complex64) (r float32)
- func Xcargl(tls *TLS, z complex128) (r float64)
- func Xcasin(tls *TLS, z complex128) (r1 complex128)
- func Xcasinf(tls *TLS, z complex64) (r1 complex64)
- func Xcasinh(tls *TLS, z complex128) (r complex128)
- func Xcasinhf(tls *TLS, z complex64) (r complex64)
- func Xcasinhl(tls *TLS, z complex128) (r complex128)
- func Xcasinl(tls *TLS, z complex128) (r complex128)
- func Xcatan(tls *TLS, z complex128) (r complex128)
- func Xcatanf(tls *TLS, z complex64) (r complex64)
- func Xcatanh(tls *TLS, z complex128) (r complex128)
- func Xcatanhf(tls *TLS, z complex64) (r complex64)
- func Xcatanhl(tls *TLS, z complex128) (r complex128)
- func Xcatanl(tls *TLS, z complex128) (r complex128)
- func Xcatclose(tls *TLS, catd Tnl_catd) (r int32)
- func Xcatgets(tls *TLS, catd Tnl_catd, set_id int32, msg_id int32, s uintptr) (r uintptr)
- func Xcbrt(tls *TLS, x float64) (r1 float64)
- func Xcbrtf(tls *TLS, x float32) (r1 float32)
- func Xcbrtl(tls *TLS, x float64) (r float64)
- func Xccos(tls *TLS, z complex128) (r complex128)
- func Xccosf(tls *TLS, z complex64) (r complex64)
- func Xccosh(tls *TLS, z complex128) (r complex128)
- func Xccoshf(tls *TLS, z complex64) (r complex64)
- func Xccoshl(tls *TLS, z complex128) (r complex128)
- func Xccosl(tls *TLS, z complex128) (r complex128)
- func Xceil(tls *TLS, x3 float64) (r float64)
- func Xceilf(tls *TLS, x3 float32) (r float32)
- func Xceill(tls *TLS, x float64) (r float64)
- func Xcexp(tls *TLS, z complex128) (r complex128)
- func Xcexpf(tls *TLS, z complex64) (r complex64)
- func Xcexpl(tls *TLS, z complex128) (r complex128)
- func Xcfmakeraw(tls *TLS, t uintptr)
- func Xcfsetispeed(tls *TLS, tio uintptr, speed Tspeed_t) (r int32)
- func Xcfsetospeed(tls *TLS, tio uintptr, speed Tspeed_t) (r int32)
- func Xcfsetspeed(tls *TLS, tio uintptr, speed Tspeed_t) (r int32)
- func Xchdir(tls *TLS, path uintptr) (r int32)
- func Xchmod(tls *TLS, path uintptr, mode Tmode_t) (r int32)
- func Xchown(tls *TLS, path uintptr, uid Tuid_t, gid Tgid_t) (r int32)
- func Xchroot(tls *TLS, path uintptr) (r int32)
- func Xcimag(tls *TLS, z complex128) (r float64)
- func Xcimagf(tls *TLS, z complex64) (r float32)
- func Xcimagl(tls *TLS, z complex128) (r float64)
- func Xclearenv(tls *TLS) (r int32)
- func Xclearerr(tls *TLS, f uintptr)
- func Xclearerr_unlocked(tls *TLS, f uintptr)
- func Xclock_adjtime(tls *TLS, clock_id Tclockid_t, utx uintptr) (r1 int32)
- func Xclock_getcpuclockid(tls *TLS, pid Tpid_t, clk uintptr) (r int32)
- func Xclock_getres(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)
- func Xclock_gettime(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)
- func Xclock_nanosleep(tls *TLS, clk Tclockid_t, flags int32, req uintptr, rem uintptr) (r int32)
- func Xclock_settime(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)
- func Xclog(tls *TLS, z complex128) (r1 complex128)
- func Xclogf(tls *TLS, z complex64) (r1 complex64)
- func Xclogl(tls *TLS, z complex128) (r complex128)
- func Xclose(tls *TLS, fd int32) (r1 int32)
- func Xclosedir(tls *TLS, dir uintptr) (r int32)
- func Xcloselog(tls *TLS)
- func Xconj(tls *TLS, z complex128) (r complex128)
- func Xconjf(tls *TLS, z complex64) (r complex64)
- func Xconjl(tls *TLS, z complex128) (r complex128)
- func Xconnect(tls *TLS, fd int32, addr uintptr, len1 Tsocklen_t) (r1 int32)
- func Xcopysign(tls *TLS, x float64, y float64) (r float64)
- func Xcopysignf(tls *TLS, x float32, y float32) (r float32)
- func Xcopysignl(tls *TLS, x float64, y float64) (r float64)
- func Xcos(tls *TLS, x3 float64) (r float64)
- func Xcosf(tls *TLS, x3 float32) (r float32)
- func Xcosh(tls *TLS, x3 float64) (r float64)
- func Xcoshf(tls *TLS, x3 float32) (r float32)
- func Xcoshl(tls *TLS, x float64) (r float64)
- func Xcosl(tls *TLS, x float64) (r float64)
- func Xcpow(tls *TLS, z complex128, c complex128) (r complex128)
- func Xcpowf(tls *TLS, z complex64, c complex64) (r complex64)
- func Xcpowl(tls *TLS, z complex128, c complex128) (r complex128)
- func Xcproj(tls *TLS, z complex128) (r complex128)
- func Xcprojf(tls *TLS, z complex64) (r complex64)
- func Xcprojl(tls *TLS, z complex128) (r complex128)
- func Xcreal(tls *TLS, z complex128) (r float64)
- func Xcrealf(tls *TLS, z complex64) (r float32)
- func Xcreall(tls *TLS, z complex128) (r float64)
- func Xcreat(tls *TLS, filename uintptr, mode Tmode_t) (r int32)
- func Xcrypt(tls *TLS, key uintptr, salt uintptr) (r uintptr)
- func Xcrypt_r(tls *TLS, key uintptr, salt uintptr, data uintptr) (r uintptr)
- func Xcsin(tls *TLS, z complex128) (r complex128)
- func Xcsinf(tls *TLS, z complex64) (r complex64)
- func Xcsinh(tls *TLS, z complex128) (r complex128)
- func Xcsinhf(tls *TLS, z complex64) (r complex64)
- func Xcsinhl(tls *TLS, z complex128) (r complex128)
- func Xcsinl(tls *TLS, z complex128) (r complex128)
- func Xcsqrt(tls *TLS, z complex128) (r complex128)
- func Xcsqrtf(tls *TLS, z complex64) (r complex64)
- func Xcsqrtl(tls *TLS, z complex128) (r complex128)
- func Xctan(tls *TLS, z complex128) (r complex128)
- func Xctanf(tls *TLS, z complex64) (r complex64)
- func Xctanh(tls *TLS, z complex128) (r complex128)
- func Xctanhf(tls *TLS, z complex64) (r complex64)
- func Xctanhl(tls *TLS, z complex128) (r complex128)
- func Xctanl(tls *TLS, z complex128) (r complex128)
- func Xctermid(tls *TLS, s uintptr) (r uintptr)
- func Xctime(tls *TLS, t uintptr) (r uintptr)
- func Xctime_r(tls *TLS, t uintptr, buf uintptr) (r uintptr)
- func Xcuserid(tls *TLS, buf uintptr) (r uintptr)
- func Xdcgettext(tls *TLS, domainname uintptr, msgid uintptr, category int32) (r uintptr)
- func Xdcngettext(tls *TLS, domainname uintptr, msgid1 uintptr, msgid2 uintptr, n uint64, ...) (r1 uintptr)
- func Xdelete_module(tls *TLS, a uintptr, b uint32) (r int32)
- func Xdgettext(tls *TLS, domainname uintptr, msgid uintptr) (r uintptr)
- func Xdifftime(tls *TLS, t1 Ttime_t, t0 Ttime_t) (r float64)
- func Xdirfd(tls *TLS, d uintptr) (r int32)
- func Xdirname(tls *TLS, s uintptr) (r uintptr)
- func Xdlclose(t *TLS, handle uintptr) int32
- func Xdlerror(t *TLS) uintptr
- func Xdlopen(t *TLS, filename uintptr, flags int32) uintptr
- func Xdlsym(t *TLS, handle, symbol uintptr) uintptr
- func Xdn_comp(tls *TLS, src uintptr, dst uintptr, space int32, dnptrs uintptr, ...) (r int32)
- func Xdn_expand(tls *TLS, base uintptr, end uintptr, src uintptr, dest uintptr, space int32) (r int32)
- func Xdn_skipname(tls *TLS, s uintptr, end uintptr) (r int32)
- func Xdngettext(tls *TLS, domainname uintptr, msgid1 uintptr, msgid2 uintptr, n uint64) (r uintptr)
- func Xdprintf(tls *TLS, fd int32, fmt uintptr, va uintptr) (r int32)
- func Xdrand48(tls *TLS) (r float64)
- func Xdrem(tls *TLS, x float64, y float64) (r float64)
- func Xdremf(tls *TLS, x float32, y float32) (r float32)
- func Xdup(tls *TLS, fd int32) (r int32)
- func Xdup2(tls *TLS, old int32, new1 int32) (r1 int32)
- func Xdup3(tls *TLS, old int32, new1 int32, flags int32) (r int32)
- func Xeaccess(tls *TLS, filename uintptr, amode int32) (r int32)
- func Xecvt(tls *TLS, x float64, n int32, dp uintptr, sign uintptr) (r uintptr)
- func Xencrypt(tls *TLS, block uintptr, edflag int32)
- func Xendgrent(tls *TLS)
- func Xendhostent(tls *TLS)
- func Xendmntent(tls *TLS, f uintptr) (r int32)
- func Xendnetent(tls *TLS)
- func Xendprotoent(tls *TLS)
- func Xendpwent(tls *TLS)
- func Xendservent(tls *TLS)
- func Xendspent(tls *TLS)
- func Xendusershell(tls *TLS)
- func Xendutent(tls *TLS)
- func Xendutxent(tls *TLS)
- func Xepoll_create(tls *TLS, size int32) (r int32)
- func Xepoll_create1(tls *TLS, flags int32) (r1 int32)
- func Xepoll_ctl(tls *TLS, fd int32, op int32, fd2 int32, ev uintptr) (r int32)
- func Xepoll_pwait(tls *TLS, fd int32, ev uintptr, cnt int32, to int32, sigs uintptr) (r1 int32)
- func Xepoll_wait(tls *TLS, fd int32, ev uintptr, cnt int32, to int32) (r int32)
- func Xerand48(tls *TLS, s uintptr) (r float64)
- func Xerf(tls *TLS, x float64) (r1 float64)
- func Xerfc(tls *TLS, x float64) (r1 float64)
- func Xerfcf(tls *TLS, x float32) (r1 float32)
- func Xerfcl(tls *TLS, x float64) (r float64)
- func Xerff(tls *TLS, x float32) (r1 float32)
- func Xerfl(tls *TLS, x float64) (r float64)
- func Xerr(tls *TLS, status int32, fmt uintptr, va uintptr)
- func Xerrx(tls *TLS, status int32, fmt uintptr, va uintptr)
- func Xether_aton(tls *TLS, x uintptr) (r uintptr)
- func Xether_aton_r(tls *TLS, x uintptr, p_a uintptr) (r uintptr)
- func Xether_hostton(tls *TLS, hostname uintptr, e uintptr) (r int32)
- func Xether_line(tls *TLS, l uintptr, e uintptr, hostname uintptr) (r int32)
- func Xether_ntoa(tls *TLS, p_a uintptr) (r uintptr)
- func Xether_ntoa_r(tls *TLS, p_a uintptr, x uintptr) (r uintptr)
- func Xether_ntohost(tls *TLS, hostname uintptr, e uintptr) (r int32)
- func Xeuidaccess(tls *TLS, filename uintptr, amode int32) (r int32)
- func Xeventfd(tls *TLS, count uint32, flags int32) (r1 int32)
- func Xeventfd_read(tls *TLS, fd int32, value uintptr) (r int32)
- func Xeventfd_write(tls *TLS, fd int32, _value Teventfd_t) (r int32)
- func Xexecl(tls *TLS, path uintptr, argv0 uintptr, va uintptr) (r int32)
- func Xexecle(tls *TLS, path uintptr, argv0 uintptr, va uintptr) (r int32)
- func Xexeclp(tls *TLS, file uintptr, argv0 uintptr, va uintptr) (r int32)
- func Xexecv(tls *TLS, path uintptr, argv uintptr) (r int32)
- func Xexecve(tls *TLS, path uintptr, argv uintptr, envp uintptr) (r int32)
- func Xexecvp(tls *TLS, file uintptr, argv uintptr) (r int32)
- func Xexecvpe(tls *TLS, file uintptr, argv uintptr, envp uintptr) (r int32)
- func Xexit(tls *TLS, code int32)
- func Xexp(tls *TLS, x1 float64) (r1 float64)
- func Xexp10(tls *TLS, x float64) (r float64)
- func Xexp10f(tls *TLS, x float32) (r float32)
- func Xexp10l(tls *TLS, x float64) (r float64)
- func Xexp2(tls *TLS, x1 float64) (r1 float64)
- func Xexp2f(tls *TLS, x2 float32) (r1 float32)
- func Xexp2l(tls *TLS, x float64) (r float64)
- func Xexpf(tls *TLS, x2 float32) (r1 float32)
- func Xexpl(tls *TLS, x float64) (r float64)
- func Xexplicit_bzero(tls *TLS, d uintptr, n Tsize_t)
- func Xexpm1(tls *TLS, x3 float64) (r float64)
- func Xexpm1f(tls *TLS, x3 float32) (r float32)
- func Xexpm1l(tls *TLS, x float64) (r float64)
- func Xfabs(tls *TLS, x float64) (r float64)
- func Xfabsf(tls *TLS, x float32) (r float32)
- func Xfabsl(tls *TLS, x float64) (r float64)
- func Xfaccessat(tls *TLS, fd int32, filename uintptr, amode int32, flag int32) (r int32)
- func Xfallocate(tls *TLS, fd int32, mode int32, base Toff_t, len1 Toff_t) (r int32)
- func Xfanotify_init(tls *TLS, flags uint32, event_f_flags uint32) (r int32)
- func Xfanotify_mark(tls *TLS, fanotify_fd int32, flags uint32, mask uint64, dfd int32, ...) (r int32)
- func Xfchdir(tls *TLS, fd int32) (r int32)
- func Xfchmod(tls *TLS, fd int32, mode Tmode_t) (r int32)
- func Xfchmodat(tls *TLS, fd int32, path uintptr, mode Tmode_t, flag int32) (r int32)
- func Xfchown(tls *TLS, fd int32, uid Tuid_t, gid Tgid_t) (r int32)
- func Xfchownat(tls *TLS, fd int32, path uintptr, uid Tuid_t, gid Tgid_t, flag int32) (r int32)
- func Xfclose(tls *TLS, f uintptr) (r1 int32)
- func Xfcntl(tls *TLS, fd int32, cmd int32, va uintptr) (r int32)
- func Xfcntl64(tls *TLS, fd int32, cmd int32, va uintptr) (r int32)
- func Xfcvt(tls *TLS, x float64, n int32, dp uintptr, sign uintptr) (r uintptr)
- func Xfdatasync(tls *TLS, fd int32) (r int32)
- func Xfdim(tls *TLS, x float64, y float64) (r float64)
- func Xfdimf(tls *TLS, x float32, y float32) (r float32)
- func Xfdiml(tls *TLS, x float64, y float64) (r float64)
- func Xfdopen(tls *TLS, fd int32, mode uintptr) (r uintptr)
- func Xfdopendir(tls *TLS, fd int32) (r uintptr)
- func Xfeclearexcept(tls *TLS, mask int32) (r int32)
- func Xfegetenv(tls *TLS, envp uintptr) (r int32)
- func Xfegetround(tls *TLS) (r int32)
- func Xfeof(tls *TLS, f uintptr) (r int32)
- func Xfeof_unlocked(tls *TLS, f uintptr) (r int32)
- func Xferaiseexcept(tls *TLS, mask int32) (r int32)
- func Xferror(tls *TLS, f uintptr) (r int32)
- func Xferror_unlocked(tls *TLS, f uintptr) (r int32)
- func Xfesetenv(tls *TLS, envp uintptr) (r int32)
- func Xfetestexcept(tls *TLS, mask int32) (r int32)
- func Xfexecve(tls *TLS, fd int32, argv uintptr, envp uintptr) (r1 int32)
- func Xfflush(tls *TLS, f uintptr) (r1 int32)
- func Xfflush_unlocked(tls *TLS, f uintptr) (r int32)
- func Xffs(tls *TLS, i int32) (r int32)
- func Xffsl(tls *TLS, i int64) (r int32)
- func Xffsll(tls *TLS, i int64) (r int32)
- func Xfgetc(tls *TLS, f1 uintptr) (r int32)
- func Xfgetc_unlocked(tls *TLS, f uintptr) (r int32)
- func Xfgetgrent(tls *TLS, f uintptr) (r uintptr)
- func Xfgetln(tls *TLS, f uintptr, plen uintptr) (r uintptr)
- func Xfgetpos(tls *TLS, f uintptr, pos uintptr) (r int32)
- func Xfgetpwent(tls *TLS, f uintptr) (r uintptr)
- func Xfgets(tls *TLS, s uintptr, n int32, f uintptr) (r uintptr)
- func Xfgets_unlocked(tls *TLS, s uintptr, n int32, f uintptr) (r uintptr)
- func Xfgetws(tls *TLS, s uintptr, n int32, f uintptr) (r uintptr)
- func Xfgetws_unlocked(tls *TLS, s uintptr, n int32, f uintptr) (r uintptr)
- func Xfileno(tls *TLS, f uintptr) (r int32)
- func Xfileno_unlocked(tls *TLS, f uintptr) (r int32)
- func Xfinite(tls *TLS, x float64) (r int32)
- func Xfinitef(tls *TLS, x float32) (r int32)
- func Xflock(tls *TLS, fd int32, op int32) (r int32)
- func Xflockfile(tls *TLS, f uintptr)
- func Xfloor(tls *TLS, x3 float64) (r float64)
- func Xfloorf(tls *TLS, x3 float32) (r float32)
- func Xfloorl(tls *TLS, x float64) (r float64)
- func Xfma(tls *TLS, x1 float64, y float64, z float64) (r1 float64)
- func Xfmal(tls *TLS, x float64, y float64, z float64) (r float64)
- func Xfmax(tls *TLS, x float64, y float64) (r float64)
- func Xfmaxf(tls *TLS, x float32, y float32) (r float32)
- func Xfmaxl(tls *TLS, x float64, y float64) (r float64)
- func Xfmemopen(tls *TLS, buf uintptr, size Tsize_t, mode uintptr) (r uintptr)
- func Xfmin(tls *TLS, x float64, y float64) (r float64)
- func Xfminf(tls *TLS, x float32, y float32) (r float32)
- func Xfminl(tls *TLS, x float64, y float64) (r float64)
- func Xfmod(tls *TLS, x float64, y float64) (r float64)
- func Xfmodf(tls *TLS, x float32, y float32) (r float32)
- func Xfmodl(tls *TLS, x float64, y float64) (r float64)
- func Xfmtmsg(tls *TLS, classification int64, label uintptr, severity int32, text uintptr, ...) (r int32)
- func Xfnmatch(tls *TLS, pat uintptr, str uintptr, flags int32) (r int32)
- func Xfopen(tls *TLS, filename uintptr, mode uintptr) (r uintptr)
- func Xfopen64(tls *TLS, filename uintptr, mode uintptr) (r uintptr)
- func Xfopencookie(tls *TLS, cookie uintptr, mode uintptr, iofuncs Tcookie_io_functions_t) (r uintptr)
- func Xfork(t *TLS) int32
- func Xfpathconf(tls *TLS, fd int32, name int32) (r int64)
- func Xfprintf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)
- func Xfpurge(tls *TLS, f uintptr) (r int32)
- func Xfputc(tls *TLS, c1 int32, f1 uintptr) (r int32)
- func Xfputc_unlocked(tls *TLS, c int32, f uintptr) (r int32)
- func Xfputs(tls *TLS, s uintptr, f uintptr) (r int32)
- func Xfputs_unlocked(tls *TLS, s uintptr, f uintptr) (r int32)
- func Xfputws(tls *TLS, _ws uintptr, f uintptr) (r int32)
- func Xfputws_unlocked(tls *TLS, _ws uintptr, f uintptr) (r int32)
- func Xfree(tls *TLS, p uintptr)
- func Xfreeaddrinfo(tls *TLS, p uintptr)
- func Xfreeifaddrs(tls *TLS, ifp uintptr)
- func Xfreelocale(tls *TLS, l Tlocale_t)
- func Xfremovexattr(tls *TLS, fd int32, name uintptr) (r int32)
- func Xfreopen(tls *TLS, filename uintptr, mode uintptr, f uintptr) (r uintptr)
- func Xfrexp(tls *TLS, x float64, e uintptr) (r float64)
- func Xfrexpf(tls *TLS, x float32, e uintptr) (r float32)
- func Xfrexpl(tls *TLS, x float64, e uintptr) (r float64)
- func Xfscanf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)
- func Xfseek(tls *TLS, f uintptr, off int64, whence int32) (r int32)
- func Xfseeko(tls *TLS, f uintptr, off Toff_t, whence int32) (r int32)
- func Xfsetpos(tls *TLS, f uintptr, pos uintptr) (r int32)
- func Xfsetxattr(tls *TLS, filedes int32, name uintptr, value uintptr, size Tsize_t, ...) (r int32)
- func Xfstat(tls *TLS, fd int32, st uintptr) (r int32)
- func Xfstat64(tls *TLS, fd int32, st uintptr) (r int32)
- func Xfstatat(tls *TLS, fd int32, path uintptr, st uintptr, flag int32) (r int32)
- func Xfstatfs(tls *TLS, fd int32, buf uintptr) (r int32)
- func Xfstatvfs(tls *TLS, fd int32, buf uintptr) (r int32)
- func Xfsync(tls *TLS, fd int32) (r int32)
- func Xftell(tls *TLS, f uintptr) (r int64)
- func Xftime(tls *TLS, tp uintptr) (r int32)
- func Xftruncate(tls *TLS, fd int32, length Toff_t) (r int32)
- func Xftruncate64(tls *TLS, fd int32, length Toff_t) (r int32)
- func Xftrylockfile(tls *TLS, f uintptr) (r int32)
- func Xfts64_close(t *TLS, ftsp uintptr) int32
- func Xfts64_open(t *TLS, path_argv uintptr, options int32, compar uintptr) uintptr
- func Xfts64_read(t *TLS, ftsp uintptr) uintptr
- func Xfts_close(t *TLS, ftsp uintptr) int32
- func Xfts_open(t *TLS, path_argv uintptr, options int32, compar uintptr) uintptr
- func Xfts_read(t *TLS, ftsp uintptr) uintptr
- func Xftw(tls *TLS, path uintptr, fn uintptr, fd_limit int32) (r int32)
- func Xfunlockfile(tls *TLS, f uintptr)
- func Xfutimens(tls *TLS, fd int32, times uintptr) (r int32)
- func Xfutimes(tls *TLS, fd int32, tv uintptr) (r int32)
- func Xfutimesat(tls *TLS, dirfd int32, pathname uintptr, times uintptr) (r int32)
- func Xfwide(tls *TLS, f uintptr, mode int32) (r int32)
- func Xfwprintf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)
- func Xfwscanf(tls *TLS, f uintptr, fmt uintptr, va uintptr) (r int32)
- func Xgai_strerror(tls *TLS, ecode int32) (r uintptr)
- func Xgcvt(tls *TLS, x float64, n int32, b uintptr) (r uintptr)
- func Xget_avphys_pages(tls *TLS) (r int64)
- func Xget_current_dir_name(tls *TLS) (r uintptr)
- func Xget_nprocs(tls *TLS) (r int32)
- func Xget_nprocs_conf(tls *TLS) (r int32)
- func Xget_phys_pages(tls *TLS) (r int64)
- func Xgetaddrinfo(tls *TLS, host uintptr, serv uintptr, hint uintptr, res uintptr) (r1 int32)
- func Xgetauxval(tls *TLS, item uint64) (r uint64)
- func Xgetc(tls *TLS, f1 uintptr) (r int32)
- func Xgetc_unlocked(tls *TLS, f uintptr) (r int32)
- func Xgetchar(tls *TLS) (r int32)
- func Xgetchar_unlocked(tls *TLS) (r int32)
- func Xgetcwd(tls *TLS, buf uintptr, size Tsize_t) (r uintptr)
- func Xgetdate(tls *TLS, s uintptr) (r uintptr)
- func Xgetdents(tls *TLS, fd int32, buf uintptr, len1 Tsize_t) (r int32)
- func Xgetdomainname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)
- func Xgetdtablesize(tls *TLS) (r int32)
- func Xgetentropy(tls *TLS, buffer uintptr, len1 Tsize_t) (r int32)
- func Xgetenv(tls *TLS, name uintptr) (r uintptr)
- func Xgetgrent(tls *TLS) (r uintptr)
- func Xgetgrgid(tls *TLS, gid Tgid_t) (r uintptr)
- func Xgetgrgid_r(tls *TLS, gid Tgid_t, gr uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)
- func Xgetgrnam(tls *TLS, name uintptr) (r uintptr)
- func Xgetgrnam_r(tls *TLS, name uintptr, gr uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)
- func Xgetgrouplist(tls *TLS, user uintptr, gid Tgid_t, groups uintptr, ngroups uintptr) (r int32)
- func Xgetgroups(tls *TLS, count int32, list uintptr) (r int32)
- func Xgethostbyaddr(tls *TLS, a uintptr, l Tsocklen_t, af int32) (r uintptr)
- func Xgethostbyaddr_r(tls *TLS, a uintptr, l Tsocklen_t, af int32, h uintptr, buf uintptr, ...) (r int32)
- func Xgethostbyname(tls *TLS, name uintptr) (r uintptr)
- func Xgethostbyname2(tls *TLS, name uintptr, af int32) (r uintptr)
- func Xgethostbyname2_r(tls *TLS, name uintptr, af int32, h uintptr, buf uintptr, buflen Tsize_t, ...) (r int32)
- func Xgethostbyname_r(tls *TLS, name uintptr, h uintptr, buf uintptr, buflen Tsize_t, res uintptr, ...) (r int32)
- func Xgethostent(tls *TLS) (r uintptr)
- func Xgethostid(tls *TLS) (r int64)
- func Xgethostname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)
- func Xgetifaddrs(tls *TLS, ifap uintptr) (r1 int32)
- func Xgetitimer(tls *TLS, which int32, old uintptr) (r1 int32)
- func Xgetloadavg(tls *TLS, a uintptr, n int32) (r int32)
- func Xgetlogin(tls *TLS) (r uintptr)
- func Xgetlogin_r(tls *TLS, name uintptr, size Tsize_t) (r int32)
- func Xgetmntent(tls *TLS, f uintptr) (r uintptr)
- func Xgetmntent_r(tls *TLS, f uintptr, mnt uintptr, linebuf uintptr, buflen int32) (r uintptr)
- func Xgetnameinfo(tls *TLS, sa uintptr, sl Tsocklen_t, node uintptr, nodelen Tsocklen_t, ...) (r int32)
- func Xgetnetbyaddr(tls *TLS, net Tuint32_t, type1 int32) (r uintptr)
- func Xgetnetbyname(tls *TLS, name uintptr) (r uintptr)
- func Xgetnetent(tls *TLS) (r uintptr)
- func Xgetopt(tls *TLS, argc int32, argv uintptr, optstring uintptr) (r int32)
- func Xgetopt_long(tls *TLS, argc int32, argv uintptr, optstring uintptr, longopts uintptr, ...) (r int32)
- func Xgetopt_long_only(tls *TLS, argc int32, argv uintptr, optstring uintptr, longopts uintptr, ...) (r int32)
- func Xgetpagesize(tls *TLS) (r int32)
- func Xgetpass(tls *TLS, prompt uintptr) (r uintptr)
- func Xgetpeername(tls *TLS, fd int32, addr uintptr, len1 uintptr) (r1 int32)
- func Xgetpriority(tls *TLS, which int32, who Tid_t) (r int32)
- func Xgetprotobyname(tls *TLS, name uintptr) (r uintptr)
- func Xgetprotobynumber(tls *TLS, num int32) (r uintptr)
- func Xgetprotoent(tls *TLS) (r uintptr)
- func Xgetpwent(tls *TLS) (r uintptr)
- func Xgetpwnam(tls *TLS, name uintptr) (r uintptr)
- func Xgetpwnam_r(tls *TLS, name uintptr, pw uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)
- func Xgetpwuid(tls *TLS, uid Tuid_t) (r uintptr)
- func Xgetpwuid_r(tls *TLS, uid Tuid_t, pw uintptr, buf uintptr, size Tsize_t, res uintptr) (r int32)
- func Xgetresgid(tls *TLS, rgid uintptr, egid uintptr, sgid uintptr) (r int32)
- func Xgetresuid(tls *TLS, ruid uintptr, euid uintptr, suid uintptr) (r int32)
- func Xgetrlimit(tls *TLS, resource int32, rlim uintptr) (r int32)
- func Xgetrlimit64(tls *TLS, resource int32, rlim uintptr) (r int32)
- func Xgetrusage(tls *TLS, who int32, ru uintptr) (r1 int32)
- func Xgets(tls *TLS, s uintptr) (r uintptr)
- func Xgetservbyname(tls *TLS, name uintptr, prots uintptr) (r uintptr)
- func Xgetservbyname_r(tls *TLS, name uintptr, prots uintptr, se uintptr, buf uintptr, buflen Tsize_t, ...) (r int32)
- func Xgetservent(tls *TLS) (r uintptr)
- func Xgetsockname(tls *TLS, fd int32, addr uintptr, len1 uintptr) (r1 int32)
- func Xgetsockopt(tls *TLS, fd int32, level int32, optname int32, optval uintptr, optlen uintptr) (r2 int32)
- func Xgetspent(tls *TLS) (r uintptr)
- func Xgetsubopt(tls *TLS, opt uintptr, keys uintptr, val uintptr) (r int32)
- func Xgettext(tls *TLS, msgid uintptr) (r uintptr)
- func Xgettimeofday(tls *TLS, tv uintptr, tz uintptr) (r int32)
- func Xgetusershell(tls *TLS) (r uintptr)
- func Xgetutent(tls *TLS) (r uintptr)
- func Xgetutid(tls *TLS, ut uintptr) (r uintptr)
- func Xgetutline(tls *TLS, ut uintptr) (r uintptr)
- func Xgetutxent(tls *TLS) (r uintptr)
- func Xgetutxid(tls *TLS, ut uintptr) (r uintptr)
- func Xgetutxline(tls *TLS, ut uintptr) (r uintptr)
- func Xgetw(tls *TLS, f uintptr) (r int32)
- func Xglob(tls *TLS, pat uintptr, flags int32, errfunc uintptr, g uintptr) (r int32)
- func Xglobfree(tls *TLS, g uintptr)
- func Xgmtime(tls *TLS, t uintptr) (r uintptr)
- func Xgmtime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr)
- func Xgrantpt(tls *TLS, fd int32) (r int32)
- func Xhasmntopt(tls *TLS, mnt uintptr, opt uintptr) (r uintptr)
- func Xhcreate(tls *TLS, nel Tsize_t) (r int32)
- func Xhdestroy(tls *TLS)
- func Xherror(tls *TLS, msg uintptr)
- func Xhsearch(tls *TLS, item TENTRY, action TACTION) (r uintptr)
- func Xhstrerror(tls *TLS, ecode int32) (r uintptr)
- func Xhypot(tls *TLS, x float64, y float64) (r float64)
- func Xhypotf(tls *TLS, x float32, y float32) (r float32)
- func Xhypotl(tls *TLS, x float64, y float64) (r float64)
- func Xiconv_close(tls *TLS, cd Ticonv_t) (r int32)
- func Xif_freenameindex(tls *TLS, idx uintptr)
- func Xif_indextoname(tls *TLS, index uint32, name uintptr) (r1 uintptr)
- func Xif_nameindex(tls *TLS) (r uintptr)
- func Xif_nametoindex(tls *TLS, name uintptr) (r1 uint32)
- func Xilogb(tls *TLS, x3 float64) (r int32)
- func Xilogbf(tls *TLS, x3 float32) (r int32)
- func Xilogbl(tls *TLS, x float64) (r int32)
- func Xindex(tls *TLS, s uintptr, c int32) (r uintptr)
- func Xinet_aton(tls *TLS, s0 uintptr, dest uintptr) (r int32)
- func Xinet_ntoa(tls *TLS, _in Tin_addr) (r uintptr)
- func Xinet_ntop(tls *TLS, af int32, a0 uintptr, s uintptr, l Tsocklen_t) (r uintptr)
- func Xinet_pton(tls *TLS, af int32, s uintptr, a0 uintptr) (r int32)
- func Xinit_module(tls *TLS, a uintptr, b uint64, c uintptr) (r int32)
- func Xinitstate(tls *TLS, seed uint32, state uintptr, size Tsize_t) (r uintptr)
- func Xinitstate_r(t *TLS, seed uint32, statebuf uintptr, statelen Tsize_t, buf uintptr) int32
- func Xinotify_add_watch(tls *TLS, fd int32, pathname uintptr, mask Tuint32_t) (r int32)
- func Xinotify_init(tls *TLS) (r int32)
- func Xinotify_init1(tls *TLS, flags int32) (r1 int32)
- func Xinotify_rm_watch(tls *TLS, fd int32, wd int32) (r int32)
- func Xinsque(tls *TLS, element uintptr, pred uintptr)
- func Xioctl(tls *TLS, fd int32, req int32, va uintptr) (r1 int32)
- func Xioperm(tls *TLS, from uint64, num uint64, turn_on int32) (r int32)
- func Xiopl(tls *TLS, level int32) (r int32)
- func Xisalnum(tls *TLS, c int32) (r int32)
- func Xisalnum_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xisalpha(tls *TLS, c int32) (r int32)
- func Xisalpha_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xisascii(tls *TLS, c int32) (r int32)
- func Xisastream(tls *TLS, fd int32) (r int32)
- func Xisatty(tls *TLS, fd int32) (r1 int32)
- func Xisblank(tls *TLS, c int32) (r int32)
- func Xisblank_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xiscntrl(tls *TLS, c int32) (r int32)
- func Xiscntrl_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xisdigit(tls *TLS, c int32) (r int32)
- func Xisdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xisgraph(tls *TLS, c int32) (r int32)
- func Xisgraph_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xislower(tls *TLS, c int32) (r int32)
- func Xislower_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xisnan(t *TLS, x float64) int32
- func Xisnanf(t *TLS, arg float32) int32
- func Xisnanl(t *TLS, arg float64) int32
- func Xisprint(tls *TLS, c int32) (r int32)
- func Xisprint_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xispunct(tls *TLS, c int32) (r int32)
- func Xispunct_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xissetugid(tls *TLS) (r int32)
- func Xisspace(tls *TLS, c int32) (r int32)
- func Xisspace_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xisupper(tls *TLS, c int32) (r int32)
- func Xisupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xiswalnum(tls *TLS, wc Twint_t) (r int32)
- func Xiswalnum_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswalpha(tls *TLS, wc Twint_t) (r int32)
- func Xiswalpha_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswblank(tls *TLS, wc Twint_t) (r int32)
- func Xiswblank_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswcntrl(tls *TLS, wc Twint_t) (r int32)
- func Xiswcntrl_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswctype(tls *TLS, wc Twint_t, type1 Twctype_t) (r int32)
- func Xiswctype_l(tls *TLS, c Twint_t, t Twctype_t, l Tlocale_t) (r int32)
- func Xiswdigit(tls *TLS, wc Twint_t) (r int32)
- func Xiswdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswgraph(tls *TLS, wc Twint_t) (r int32)
- func Xiswgraph_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswlower(tls *TLS, wc Twint_t) (r int32)
- func Xiswlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswprint(tls *TLS, wc Twint_t) (r int32)
- func Xiswprint_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswpunct(tls *TLS, wc Twint_t) (r int32)
- func Xiswpunct_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswspace(tls *TLS, wc Twint_t) (r int32)
- func Xiswspace_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswupper(tls *TLS, wc Twint_t) (r int32)
- func Xiswupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xiswxdigit(tls *TLS, wc Twint_t) (r int32)
- func Xiswxdigit_l(tls *TLS, c Twint_t, l Tlocale_t) (r int32)
- func Xisxdigit(tls *TLS, c int32) (r int32)
- func Xisxdigit_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xj0(tls *TLS, x float64) (r1 float64)
- func Xj0f(tls *TLS, x float32) (r1 float32)
- func Xj1(tls *TLS, x float64) (r1 float64)
- func Xj1f(tls *TLS, x float32) (r1 float32)
- func Xjn(tls *TLS, n int32, x float64) (r float64)
- func Xjnf(tls *TLS, n int32, x float32) (r float32)
- func Xjrand48(tls *TLS, s uintptr) (r int64)
- func Xkill(tls *TLS, pid Tpid_t, sig int32) (r int32)
- func Xkillpg(tls *TLS, pgid Tpid_t, sig int32) (r int32)
- func Xklogctl(tls *TLS, type1 int32, buf uintptr, len1 int32) (r int32)
- func Xl64a(tls *TLS, x0 int64) (r uintptr)
- func Xlabs(tls *TLS, a int64) (r int64)
- func Xlchmod(tls *TLS, path uintptr, mode Tmode_t) (r int32)
- func Xlchown(tls *TLS, path uintptr, uid Tuid_t, gid Tgid_t) (r int32)
- func Xlckpwdf(tls *TLS) (r int32)
- func Xlcong48(tls *TLS, p uintptr)
- func Xldexp(tls *TLS, x float64, n int32) (r float64)
- func Xldexpf(tls *TLS, x float32, n int32) (r float32)
- func Xldexpl(tls *TLS, x float64, n int32) (r float64)
- func Xlfind(tls *TLS, key uintptr, base uintptr, nelp uintptr, width Tsize_t, ...) (r uintptr)
- func Xlgamma(tls *TLS, x float64) (r float64)
- func Xlgamma_r(tls *TLS, x float64, signgamp uintptr) (r float64)
- func Xlgammaf(tls *TLS, x float32) (r float32)
- func Xlgammaf_r(tls *TLS, x float32, signgamp uintptr) (r float32)
- func Xlgammal(tls *TLS, x float64) (r float64)
- func Xlgammal_r(tls *TLS, x float64, sg uintptr) (r float64)
- func Xlink(tls *TLS, existing uintptr, new1 uintptr) (r int32)
- func Xlinkat(tls *TLS, fd1 int32, existing uintptr, fd2 int32, new1 uintptr, flag int32) (r int32)
- func Xlisten(tls *TLS, fd int32, backlog int32) (r1 int32)
- func Xllabs(tls *TLS, a int64) (r int64)
- func Xllrint(tls *TLS, x float64) (r int64)
- func Xllrintf(tls *TLS, x float32) (r int64)
- func Xllrintl(tls *TLS, x float64) (r int64)
- func Xllround(tls *TLS, x float64) (r int64)
- func Xllroundf(tls *TLS, x float32) (r int64)
- func Xllroundl(tls *TLS, x float64) (r int64)
- func Xlocaleconv(tls *TLS) (r uintptr)
- func Xlocaltime(tls *TLS, t uintptr) (r uintptr)
- func Xlocaltime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr)
- func Xlockf(tls *TLS, fd int32, op int32, size Toff_t) (r int32)
- func Xlog(tls *TLS, x1 float64) (r1 float64)
- func Xlog10(tls *TLS, x float64) (r float64)
- func Xlog10f(tls *TLS, x float32) (r float32)
- func Xlog10l(tls *TLS, x float64) (r float64)
- func Xlog1p(tls *TLS, x3 float64) (r float64)
- func Xlog1pf(tls *TLS, x3 float32) (r float32)
- func Xlog1pl(tls *TLS, x float64) (r float64)
- func Xlog2(tls *TLS, x1 float64) (r1 float64)
- func Xlog2f(tls *TLS, x1 float32) (r1 float32)
- func Xlog2l(tls *TLS, x float64) (r float64)
- func Xlogb(tls *TLS, x float64) (r float64)
- func Xlogbf(tls *TLS, x float32) (r float32)
- func Xlogbl(tls *TLS, x float64) (r float64)
- func Xlogf(tls *TLS, x1 float32) (r1 float32)
- func Xlogin_tty(tls *TLS, fd int32) (r int32)
- func Xlogl(tls *TLS, x float64) (r float64)
- func Xlongjmp(t *TLS, env uintptr, val int32)
- func Xlrand48(tls *TLS) (r int64)
- func Xlremovexattr(tls *TLS, path uintptr, name uintptr) (r int32)
- func Xlrint(tls *TLS, x float64) (r int64)
- func Xlrintf(tls *TLS, x float32) (r int64)
- func Xlrintl(tls *TLS, x float64) (r int64)
- func Xlround(tls *TLS, x float64) (r int64)
- func Xlroundf(tls *TLS, x float32) (r int64)
- func Xlroundl(tls *TLS, x float64) (r int64)
- func Xlsearch(tls *TLS, key uintptr, base uintptr, nelp uintptr, width Tsize_t, ...) (r uintptr)
- func Xlsetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t, flags int32) (r int32)
- func Xlstat(tls *TLS, path uintptr, buf uintptr) (r int32)
- func Xlstat64(tls *TLS, path uintptr, buf uintptr) (r int32)
- func Xlutimes(tls *TLS, filename uintptr, tv uintptr) (r int32)
- func Xmadvise(tls *TLS, addr uintptr, len1 Tsize_t, advice int32) (r int32)
- func Xmalloc(tls *TLS, n Tsize_t) (r uintptr)
- func Xmblen(tls *TLS, s uintptr, n Tsize_t) (r int32)
- func Xmbsinit(tls *TLS, st uintptr) (r int32)
- func Xmbtowc(tls *TLS, wc uintptr, src uintptr, n Tsize_t) (r int32)
- func Xmemccpy(tls *TLS, dest uintptr, src uintptr, c int32, n Tsize_t) (r uintptr)
- func Xmemchr(tls *TLS, src uintptr, c int32, n Tsize_t) (r uintptr)
- func Xmemcmp(tls *TLS, vl uintptr, vr uintptr, n Tsize_t) (r1 int32)
- func Xmemcpy(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)
- func Xmemfd_create(tls *TLS, name uintptr, flags uint32) (r int32)
- func Xmemmem(tls *TLS, h0 uintptr, k Tsize_t, n0 uintptr, l Tsize_t) (r uintptr)
- func Xmemmove(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)
- func Xmempcpy(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r uintptr)
- func Xmemrchr(tls *TLS, m uintptr, c int32, n Tsize_t) (r uintptr)
- func Xmemset(tls *TLS, dest uintptr, c int32, n Tsize_t) (r uintptr)
- func Xmincore(tls *TLS, addr uintptr, len1 Tsize_t, vec uintptr) (r int32)
- func Xmkdir(tls *TLS, path uintptr, mode Tmode_t) (r int32)
- func Xmkdirat(tls *TLS, fd int32, path uintptr, mode Tmode_t) (r int32)
- func Xmkdtemp(tls *TLS, template uintptr) (r uintptr)
- func Xmkfifo(tls *TLS, path uintptr, mode Tmode_t) (r int32)
- func Xmkfifoat(tls *TLS, fd int32, path uintptr, mode Tmode_t) (r int32)
- func Xmknod(tls *TLS, path uintptr, mode Tmode_t, dev Tdev_t) (r int32)
- func Xmknodat(tls *TLS, fd int32, path uintptr, mode Tmode_t, dev Tdev_t) (r int32)
- func Xmkostemp(tls *TLS, template uintptr, flags int32) (r int32)
- func Xmkostemps(tls *TLS, template uintptr, len1 int32, flags int32) (r int32)
- func Xmkstemp(tls *TLS, template uintptr) (r int32)
- func Xmkstemp64(tls *TLS, template uintptr) (r int32)
- func Xmkstemps(tls *TLS, template uintptr, len1 int32) (r int32)
- func Xmkstemps64(tls *TLS, template uintptr, len1 int32) (r int32)
- func Xmktemp(tls *TLS, template uintptr) (r uintptr)
- func Xmlock(tls *TLS, addr uintptr, len1 Tsize_t) (r int32)
- func Xmlock2(tls *TLS, addr uintptr, len1 Tsize_t, flags uint32) (r int32)
- func Xmlockall(tls *TLS, flags int32) (r int32)
- func Xmmap(tls *TLS, start uintptr, len1 Tsize_t, prot int32, flags int32, fd int32, ...) (r uintptr)
- func Xmmap64(tls *TLS, start uintptr, len1 Tsize_t, prot int32, flags int32, fd int32, ...) (r uintptr)
- func Xmodf(tls *TLS, x float64, iptr uintptr) (r float64)
- func Xmodff(tls *TLS, x float32, iptr uintptr) (r float32)
- func Xmodfl(tls *TLS, x float64, iptr uintptr) (r1 float64)
- func Xmount(tls *TLS, special uintptr, dir uintptr, fstype uintptr, flags uint64, ...) (r int32)
- func Xmprotect(tls *TLS, addr uintptr, len1 Tsize_t, prot int32) (r int32)
- func Xmrand48(tls *TLS) (r int64)
- func Xmremap(tls *TLS, old_addr uintptr, old_len Tsize_t, new_len Tsize_t, flags int32, ...) (r uintptr)
- func Xmsgctl(tls *TLS, q int32, cmd int32, buf uintptr) (r1 int32)
- func Xmsgget(tls *TLS, k Tkey_t, flag int32) (r int32)
- func Xmsgsnd(tls *TLS, q int32, m uintptr, len1 Tsize_t, flag int32) (r int32)
- func Xmsync(tls *TLS, start uintptr, len1 Tsize_t, flags int32) (r int32)
- func Xmunlock(tls *TLS, addr uintptr, len1 Tsize_t) (r int32)
- func Xmunlockall(tls *TLS) (r int32)
- func Xmunmap(tls *TLS, start uintptr, len1 Tsize_t) (r int32)
- func Xname_to_handle_at(tls *TLS, dirfd int32, pathname uintptr, handle uintptr, mount_id uintptr, ...) (r int32)
- func Xnan(tls *TLS, s uintptr) (r float64)
- func Xnanf(tls *TLS, s uintptr) (r float32)
- func Xnanl(tls *TLS, s uintptr) (r float64)
- func Xnanosleep(tls *TLS, req uintptr, rem uintptr) (r int32)
- func Xnextafter(tls *TLS, x3 float64, y3 float64) (r float64)
- func Xnextafterf(tls *TLS, x3 float32, y3 float32) (r float32)
- func Xnextafterl(tls *TLS, x float64, y float64) (r float64)
- func Xnexttoward(tls *TLS, x float64, y float64) (r float64)
- func Xnexttowardf(tls *TLS, x3 float32, y3 float64) (r float32)
- func Xnexttowardl(tls *TLS, x float64, y float64) (r float64)
- func Xnftw(tls *TLS, path uintptr, fn uintptr, fd_limit int32, flags int32) (r1 int32)
- func Xngettext(tls *TLS, msgid1 uintptr, msgid2 uintptr, n uint64) (r uintptr)
- func Xnice(tls *TLS, inc int32) (r int32)
- func Xnl_langinfo(tls *TLS, item Tnl_item) (r uintptr)
- func Xnl_langinfo_l(tls *TLS, item Tnl_item, loc Tlocale_t) (r uintptr)
- func Xnrand48(tls *TLS, s uintptr) (r int64)
- func Xns_get16(tls *TLS, cp uintptr) (r uint32)
- func Xns_get32(tls *TLS, cp uintptr) (r uint64)
- func Xns_initparse(tls *TLS, msg uintptr, msglen int32, handle uintptr) (r1 int32)
- func Xns_name_uncompress(tls *TLS, msg uintptr, eom uintptr, src uintptr, dst uintptr, dstsiz Tsize_t) (r1 int32)
- func Xns_parserr(tls *TLS, handle uintptr, section Tns_sect, rrnum int32, rr uintptr) (r1 int32)
- func Xns_put16(tls *TLS, s uint32, cp uintptr)
- func Xns_put32(tls *TLS, l uint64, cp uintptr)
- func Xns_skiprr(tls *TLS, ptr uintptr, eom uintptr, section Tns_sect, count int32) (r1 int32)
- func Xobstack_free(t *TLS, obstack, obj uintptr)
- func Xobstack_vprintf(t *TLS, obstack, template, va uintptr) int32
- func Xopen(tls *TLS, filename uintptr, flags int32, va uintptr) (r int32)
- func Xopen64(tls *TLS, filename uintptr, flags int32, va uintptr) (r int32)
- func Xopen_by_handle_at(tls *TLS, mount_fd int32, handle uintptr, flags int32) (r int32)
- func Xopen_memstream(tls *TLS, bufp uintptr, sizep uintptr) (r uintptr)
- func Xopen_wmemstream(tls *TLS, bufp uintptr, sizep uintptr) (r uintptr)
- func Xopenat(tls *TLS, fd int32, filename uintptr, flags int32, va uintptr) (r int32)
- func Xopendir(tls *TLS, name uintptr) (r uintptr)
- func Xopenlog(tls *TLS, ident uintptr, opt int32, facility int32)
- func Xopenpty(tls *TLS, pm uintptr, ps uintptr, name uintptr, tio uintptr, ws uintptr) (r int32)
- func Xpathconf(tls *TLS, path uintptr, name int32) (r int64)
- func Xpause(tls *TLS) (r int32)
- func Xpclose(tls *TLS, f uintptr) (r1 int32)
- func Xperror(tls *TLS, msg uintptr)
- func Xpersonality(tls *TLS, persona uint64) (r int32)
- func Xpipe(tls *TLS, fd uintptr) (r int32)
- func Xpipe2(tls *TLS, fd uintptr, flag int32) (r int32)
- func Xpivot_root(tls *TLS, new1 uintptr, old uintptr) (r int32)
- func Xpoll(tls *TLS, fds uintptr, n Tnfds_t, timeout int32) (r int32)
- func Xpopen(t *TLS, command, type1 uintptr) uintptr
- func Xposix_close(tls *TLS, fd int32, flags int32) (r int32)
- func Xposix_fadvise(tls *TLS, fd int32, base Toff_t, len1 Toff_t, advice int32) (r int32)
- func Xposix_fallocate(tls *TLS, fd int32, base Toff_t, len1 Toff_t) (r int32)
- func Xposix_madvise(tls *TLS, addr uintptr, len1 Tsize_t, advice int32) (r int32)
- func Xposix_openpt(tls *TLS, flags int32) (r1 int32)
- func Xposix_spawn_file_actions_addchdir_np(tls *TLS, fa uintptr, path uintptr) (r int32)
- func Xposix_spawn_file_actions_addclose(tls *TLS, fa uintptr, fd int32) (r int32)
- func Xposix_spawn_file_actions_adddup2(tls *TLS, fa uintptr, srcfd int32, fd int32) (r int32)
- func Xposix_spawn_file_actions_addfchdir_np(tls *TLS, fa uintptr, fd int32) (r int32)
- 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(tls *TLS, fa uintptr) (r int32)
- func Xposix_spawn_file_actions_init(tls *TLS, fa uintptr) (r int32)
- func Xposix_spawnattr_destroy(tls *TLS, attr uintptr) (r int32)
- func Xposix_spawnattr_getflags(tls *TLS, attr uintptr, flags uintptr) (r int32)
- func Xposix_spawnattr_getpgroup(tls *TLS, attr uintptr, pgrp uintptr) (r int32)
- func Xposix_spawnattr_getschedparam(tls *TLS, attr uintptr, schedparam uintptr) (r int32)
- func Xposix_spawnattr_getschedpolicy(tls *TLS, attr uintptr, policy uintptr) (r int32)
- func Xposix_spawnattr_getsigdefault(tls *TLS, attr uintptr, def uintptr) (r int32)
- func Xposix_spawnattr_getsigmask(tls *TLS, attr uintptr, mask uintptr) (r int32)
- func Xposix_spawnattr_init(tls *TLS, attr uintptr) (r int32)
- func Xposix_spawnattr_setflags(tls *TLS, attr uintptr, flags int16) (r int32)
- func Xposix_spawnattr_setpgroup(tls *TLS, attr uintptr, pgrp Tpid_t) (r int32)
- func Xposix_spawnattr_setschedparam(tls *TLS, attr uintptr, schedparam uintptr) (r int32)
- func Xposix_spawnattr_setschedpolicy(tls *TLS, attr uintptr, policy int32) (r int32)
- func Xposix_spawnattr_setsigdefault(tls *TLS, attr uintptr, def uintptr) (r int32)
- func Xposix_spawnattr_setsigmask(tls *TLS, attr uintptr, mask uintptr) (r int32)
- func Xpow(tls *TLS, x1 float64, y1 float64) (r float64)
- func Xpow10(tls *TLS, x float64) (r float64)
- func Xpow10f(tls *TLS, x float32) (r float32)
- func Xpow10l(tls *TLS, x float64) (r float64)
- func Xpowf(tls *TLS, x1 float32, y1 float32) (r float32)
- func Xpowl(tls *TLS, x float64, y float64) (r float64)
- func Xppoll(tls *TLS, fds uintptr, n Tnfds_t, to uintptr, mask uintptr) (r int32)
- func Xprctl(tls *TLS, op int32, va uintptr) (r int32)
- func Xprintf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func Xprlimit(tls *TLS, pid Tpid_t, resource int32, new_limit uintptr, old_limit uintptr) (r1 int32)
- func Xpselect(tls *TLS, n int32, rfds uintptr, wfds uintptr, efds uintptr, ts uintptr, ...) (r int32)
- func Xpsiginfo(tls *TLS, si uintptr, msg uintptr)
- func Xpsignal(tls *TLS, sig int32, msg uintptr)
- func Xpthread_atfork(tls *TLS, prepare, parent, child uintptr) int32
- func Xpthread_attr_destroy(tls *TLS, a uintptr) int32
- func Xpthread_attr_getdetachstate(tls *TLS, a uintptr, state uintptr) int32
- func Xpthread_attr_init(tls *TLS, a uintptr) int32
- func Xpthread_attr_setdetachstate(tls *TLS, a uintptr, state int32) (r int32)
- func Xpthread_attr_setscope(tls *TLS, a uintptr, scope int32) int32
- func Xpthread_attr_setstacksize(tls *TLS, a uintptr, stacksite Tsize_t) int32
- func Xpthread_cleanup_pop(tls *TLS, run int32)
- func Xpthread_cleanup_push(tls *TLS, f, x uintptr)
- func Xpthread_cond_broadcast(tls *TLS, c uintptr) int32
- func Xpthread_cond_destroy(tls *TLS, c uintptr) int32
- func Xpthread_cond_init(tls *TLS, c, a uintptr) int32
- func Xpthread_cond_signal(tls *TLS, c uintptr) int32
- func Xpthread_cond_timedwait(tls *TLS, c, m, ts uintptr) (r int32)
- func Xpthread_cond_wait(tls *TLS, c, m uintptr) int32
- func Xpthread_create(tls *TLS, res, attrp, entry, arg uintptr) int32
- func Xpthread_detach(tls *TLS, t uintptr) int32
- func Xpthread_equal(tls *TLS, t, u uintptr) int32
- func Xpthread_exit(tls *TLS, result uintptr)
- func Xpthread_getspecific(tls *TLS, k Tpthread_key_t) uintptr
- func Xpthread_join(tls *TLS, t Tpthread_t, res uintptr) (r int32)
- func Xpthread_key_create(tls *TLS, k uintptr, dtor uintptr) int32
- func Xpthread_key_delete(tls *TLS, k Tpthread_key_t) int32
- func Xpthread_mutex_destroy(tls *TLS, mutex uintptr) int32
- func Xpthread_mutex_init(tls *TLS, m, a uintptr) int32
- func Xpthread_mutex_lock(tls *TLS, m uintptr) int32
- func Xpthread_mutex_trylock(tls *TLS, m uintptr) int32
- func Xpthread_mutex_unlock(tls *TLS, m uintptr) int32
- func Xpthread_mutexattr_destroy(tls *TLS, a uintptr) int32
- func Xpthread_mutexattr_init(tls *TLS, a uintptr) int32
- func Xpthread_mutexattr_settype(tls *TLS, a uintptr, typ int32) int32
- func Xpthread_self(tls *TLS) uintptr
- func Xpthread_setcancelstate(tls *TLS, new int32, old uintptr) int32
- func Xpthread_setspecific(tls *TLS, k Tpthread_key_t, x uintptr) int32
- func Xpthread_sigmask(tls *TLS, now int32, set, old uintptr) int32
- func Xptrace(tls *TLS, req int32, va uintptr) (r int64)
- func Xptsname(tls *TLS, fd int32) (r uintptr)
- func Xptsname_r(tls *TLS, fd int32, buf uintptr, len1 Tsize_t) (r int32)
- func Xputc(tls *TLS, c1 int32, f1 uintptr) (r int32)
- func Xputc_unlocked(tls *TLS, c int32, f uintptr) (r int32)
- func Xputchar(tls *TLS, c1 int32) (r int32)
- func Xputchar_unlocked(tls *TLS, c int32) (r int32)
- func Xputenv(tls *TLS, s uintptr) (r int32)
- func Xputgrent(tls *TLS, gr uintptr, f uintptr) (r1 int32)
- func Xputpwent(tls *TLS, pw uintptr, f uintptr) (r int32)
- func Xputs(tls *TLS, s uintptr) (r1 int32)
- func Xputspent(tls *TLS, sp uintptr, f uintptr) (r int32)
- func Xpututline(tls *TLS, ut uintptr) (r uintptr)
- func Xpututxline(tls *TLS, ut uintptr) (r uintptr)
- func Xputw(tls *TLS, _x int32, f uintptr) (r int32)
- func Xqsort(tls *TLS, base uintptr, nel Tsize_t, width Tsize_t, cmp Tcmpfun)
- func Xqsort_r(tls *TLS, base uintptr, nel Tsize_t, width Tsize_t, cmp Tcmpfun, arg uintptr)
- func Xquick_exit(tls *TLS, code int32)
- func Xquotactl(tls *TLS, cmd int32, special uintptr, id int32, addr uintptr) (r int32)
- func Xraise(tls *TLS, sig int32) (r int32)
- func Xrand(tls *TLS) (r int32)
- func Xrand_r(tls *TLS, seed uintptr) (r int32)
- func Xrandom(tls *TLS) (r int64)
- func Xrandom_r(t *TLS, buf, result uintptr) int32
- func Xreaddir(tls *TLS, dir uintptr) (r uintptr)
- func Xreaddir64(tls *TLS, dir uintptr) (r uintptr)
- func Xreaddir_r(tls *TLS, dir uintptr, buf uintptr, result uintptr) (r int32)
- func Xrealloc(tls *TLS, p uintptr, n Tsize_t) (r uintptr)
- func Xreallocarray(tls *TLS, ptr uintptr, m Tsize_t, n Tsize_t) (r uintptr)
- func Xrealpath(tls *TLS, filename uintptr, resolved uintptr) (r uintptr)
- func Xreboot(tls *TLS, type1 int32) (r int32)
- func Xrecvmmsg(tls *TLS, fd int32, msgvec uintptr, vlen uint32, flags uint32, timeout uintptr) (r int32)
- func Xregcomp(tls *TLS, preg uintptr, regex uintptr, cflags int32) (r int32)
- func Xregexec(tls *TLS, preg uintptr, string1 uintptr, nmatch Tsize_t, pmatch uintptr, ...) (r int32)
- func Xregfree(tls *TLS, preg uintptr)
- func Xremainder(tls *TLS, x float64, y float64) (r float64)
- func Xremainderf(tls *TLS, x float32, y float32) (r float32)
- func Xremainderl(tls *TLS, x float64, y float64) (r float64)
- func Xremap_file_pages(tls *TLS, addr uintptr, size Tsize_t, prot int32, pgoff Tsize_t, flags int32) (r int32)
- func Xremove(tls *TLS, path uintptr) (r1 int32)
- func Xremovexattr(tls *TLS, path uintptr, name uintptr) (r int32)
- func Xremque(tls *TLS, element uintptr)
- func Xremquo(tls *TLS, x float64, y float64, quo uintptr) (r float64)
- func Xremquof(tls *TLS, x float32, y float32, quo uintptr) (r float32)
- func Xremquol(tls *TLS, x float64, y float64, quo uintptr) (r float64)
- func Xrename(tls *TLS, old uintptr, new1 uintptr) (r int32)
- func Xrenameat(tls *TLS, oldfd int32, old uintptr, newfd int32, new1 uintptr) (r int32)
- func Xrenameat2(t *TLS, olddirfd int32, oldpath uintptr, newdirfd int32, newpath uintptr, ...) int32
- func Xres_init(tls *TLS) (r int32)
- func Xres_mkquery(tls *TLS, op int32, dname uintptr, class int32, type1 int32, data uintptr, ...) (r int32)
- func Xres_send(tls *TLS, _msg uintptr, _msglen int32, _answer uintptr, _anslen int32) (r int32)
- func Xrewind(tls *TLS, f uintptr)
- func Xrewinddir(tls *TLS, dir uintptr)
- func Xrindex(tls *TLS, s uintptr, c int32) (r uintptr)
- func Xrint(tls *TLS, x float64) (r float64)
- func Xrintf(tls *TLS, x float32) (r float32)
- func Xrintl(tls *TLS, x float64) (r float64)
- func Xrmdir(tls *TLS, path uintptr) (r int32)
- func Xround(tls *TLS, x3 float64) (r float64)
- func Xroundf(tls *TLS, x3 float32) (r float32)
- func Xroundl(tls *TLS, x float64) (r float64)
- func Xsbrk(tls *TLS, inc Tintptr_t) (r uintptr)
- func Xscalb(tls *TLS, x float64, fn float64) (r float64)
- func Xscalbf(tls *TLS, x float32, fn float32) (r float32)
- func Xscalbln(tls *TLS, x float64, n int64) (r float64)
- func Xscalblnf(tls *TLS, x float32, n int64) (r float32)
- func Xscalblnl(tls *TLS, x float64, n int64) (r float64)
- func Xscalbn(tls *TLS, x float64, n int32) (r float64)
- func Xscalbnf(tls *TLS, x float32, n int32) (r float32)
- func Xscalbnl(tls *TLS, x float64, n int32) (r float64)
- func Xscandir(tls *TLS, path uintptr, res uintptr, sel uintptr, cmp uintptr) (r int32)
- func Xscanf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func Xsched_yield(tls *TLS) int32
- func Xsecure_getenv(tls *TLS, name uintptr) (r uintptr)
- func Xseed48(tls *TLS, s uintptr) (r uintptr)
- func Xseekdir(tls *TLS, dir uintptr, off int64)
- func Xselect(tls *TLS, n int32, rfds uintptr, wfds uintptr, efds uintptr, tv uintptr) (r int32)
- func Xsemctl(tls *TLS, id int32, num int32, cmd int32, va uintptr) (r1 int32)
- func Xsemget(tls *TLS, key Tkey_t, n int32, fl int32) (r int32)
- func Xsemop(tls *TLS, id int32, buf uintptr, n Tsize_t) (r int32)
- func Xsemtimedop(tls *TLS, id int32, buf uintptr, n Tsize_t, ts uintptr) (r int32)
- func Xsendmmsg(tls *TLS, fd int32, msgvec uintptr, vlen uint32, flags uint32) (r1 int32)
- func Xsetbuf(tls *TLS, f uintptr, buf uintptr)
- func Xsetbuffer(tls *TLS, f uintptr, buf uintptr, size Tsize_t)
- func Xsetdomainname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)
- func Xsetenv(tls *TLS, var1 uintptr, value uintptr, overwrite int32) (r int32)
- func Xsetfsgid(tls *TLS, gid Tgid_t) (r int32)
- func Xsetfsuid(tls *TLS, uid Tuid_t) (r int32)
- func Xsetgid(tls *TLS, gid Tgid_t) (r int32)
- func Xsetgrent(tls *TLS)
- func Xsethostent(tls *TLS, x int32)
- func Xsethostname(tls *TLS, name uintptr, len1 Tsize_t) (r int32)
- func Xsetitimer(tls *TLS, which int32, new1 uintptr, old uintptr) (r1 int32)
- func Xsetjmp(t *TLS, env uintptr) int32
- func Xsetkey(tls *TLS, key uintptr)
- func Xsetlinebuf(tls *TLS, f uintptr)
- func Xsetlocale(tls *TLS, cat int32, name uintptr) (r uintptr)
- func Xsetlogmask(tls *TLS, maskpri int32) (r int32)
- func Xsetmntent(tls *TLS, name uintptr, mode uintptr) (r uintptr)
- func Xsetnetent(tls *TLS, x int32)
- func Xsetns(tls *TLS, fd int32, nstype int32) (r int32)
- func Xsetpgid(tls *TLS, pid Tpid_t, pgid Tpid_t) (r int32)
- func Xsetpriority(tls *TLS, which int32, who Tid_t, prio int32) (r int32)
- func Xsetprotoent(tls *TLS, stayopen int32)
- func Xsetpwent(tls *TLS)
- func Xsetrlimit(tls *TLS, resource int32, rlim uintptr) (r int32)
- func Xsetrlimit64(tls *TLS, resource int32, rlim uintptr) (r int32)
- func Xsetservent(tls *TLS, stayopen int32)
- func Xsetsockopt(tls *TLS, fd int32, level int32, optname int32, optval uintptr, ...) (r2 int32)
- func Xsetspent(tls *TLS)
- func Xsetstate(tls *TLS, state uintptr) (r uintptr)
- func Xsettimeofday(tls *TLS, tv uintptr, tz uintptr) (r int32)
- func Xsetuid(tls *TLS, uid Tuid_t) (r int32)
- func Xsetusershell(tls *TLS)
- func Xsetutent(tls *TLS)
- func Xsetutxent(tls *TLS)
- func Xsetvbuf(tls *TLS, f uintptr, buf uintptr, type1 int32, size Tsize_t) (r int32)
- func Xsetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t, flags int32) (r int32)
- 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(tls *TLS, id int32, addr uintptr, flag int32) (r uintptr)
- func Xshmctl(tls *TLS, id int32, cmd int32, buf uintptr) (r1 int32)
- func Xshmdt(tls *TLS, addr uintptr) (r int32)
- func Xshmget(tls *TLS, key Tkey_t, size Tsize_t, flag int32) (r int32)
- func Xshutdown(tls *TLS, fd int32, how int32) (r1 int32)
- func Xsigaction(tls *TLS, sig int32, sa uintptr, old uintptr) (r int32)
- func Xsigaddset(tls *TLS, set uintptr, sig int32) (r int32)
- func Xsigaltstack(tls *TLS, ss uintptr, old uintptr) (r int32)
- func Xsigandset(tls *TLS, dest uintptr, left uintptr, right uintptr) (r1 int32)
- func Xsigdelset(tls *TLS, set uintptr, sig int32) (r int32)
- func Xsigemptyset(tls *TLS, set uintptr) (r int32)
- func Xsigfillset(tls *TLS, set uintptr) (r int32)
- func Xsigisemptyset(tls *TLS, set uintptr) (r int32)
- func Xsigismember(tls *TLS, set uintptr, sig int32) (r int32)
- func Xsignal(tls *TLS, signum int32, handler uintptr) (r uintptr)
- func Xsignalfd(tls *TLS, fd int32, sigs uintptr, flags int32) (r int32)
- func Xsignificand(tls *TLS, x float64) (r float64)
- func Xsignificandf(tls *TLS, x float32) (r float32)
- func Xsigorset(tls *TLS, dest uintptr, left uintptr, right uintptr) (r1 int32)
- func Xsigpending(tls *TLS, set uintptr) (r int32)
- func Xsigprocmask(tls *TLS, how int32, set uintptr, old uintptr) (r1 int32)
- func Xsigqueue(tls *TLS, pid Tpid_t, sig int32, value Tsigval) (r1 int32)
- func Xsigsuspend(tls *TLS, mask uintptr) (r int32)
- func Xsigtimedwait(tls *TLS, mask uintptr, si uintptr, timeout uintptr) (r int32)
- func Xsigwait(tls *TLS, mask uintptr, sig uintptr) (r int32)
- func Xsigwaitinfo(tls *TLS, mask uintptr, si uintptr) (r int32)
- func Xsin(tls *TLS, x3 float64) (r float64)
- func Xsincos(tls *TLS, x3 float64, sin uintptr, cos uintptr)
- func Xsincosf(tls *TLS, x3 float32, sin uintptr, cos uintptr)
- func Xsincosl(tls *TLS, x float64, sin uintptr, cos uintptr)
- func Xsinf(tls *TLS, x3 float32) (r float32)
- func Xsinh(tls *TLS, x float64) (r float64)
- func Xsinhf(tls *TLS, x float32) (r float32)
- func Xsinhl(tls *TLS, x float64) (r float64)
- func Xsinl(tls *TLS, x float64) (r float64)
- func Xsleep(tls *TLS, seconds uint32) (r uint32)
- func Xsnprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r int32)
- func Xsockatmark(tls *TLS, s int32) (r int32)
- func Xsocket(tls *TLS, domain int32, type1 int32, protocol int32) (r1 int32)
- func Xsocketpair(tls *TLS, domain int32, type1 int32, protocol int32, fd uintptr) (r2 int32)
- func Xsprintf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
- func Xsqrt(tls *TLS, x1 float64) (r1 float64)
- func Xsqrtf(tls *TLS, x1 float32) (r1 float32)
- func Xsqrtl(tls *TLS, x float64) (r float64)
- func Xsrand(tls *TLS, s uint32)
- func Xsrand48(tls *TLS, seed int64)
- func Xsrandom(tls *TLS, seed uint32)
- func Xsscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
- func Xstat(tls *TLS, path uintptr, buf uintptr) (r int32)
- func Xstat64(tls *TLS, path uintptr, buf uintptr) (r int32)
- func Xstatvfs(tls *TLS, path uintptr, buf uintptr) (r int32)
- func Xstatx(tls *TLS, dirfd int32, path uintptr, flags int32, mask uint32, stx uintptr) (r int32)
- func Xstime(tls *TLS, t uintptr) (r int32)
- func Xstpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)
- func Xstpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xstrcasecmp(tls *TLS, _l uintptr, _r uintptr) (r1 int32)
- func Xstrcasecmp_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)
- func Xstrcasestr(tls *TLS, h uintptr, n uintptr) (r uintptr)
- func Xstrcat(tls *TLS, dest uintptr, src uintptr) (r uintptr)
- func Xstrchr(tls *TLS, s uintptr, c int32) (r1 uintptr)
- func Xstrchrnul(tls *TLS, s uintptr, c int32) (r uintptr)
- func Xstrcmp(tls *TLS, l uintptr, r uintptr) (r1 int32)
- func Xstrcoll(tls *TLS, l uintptr, r uintptr) (r1 int32)
- func Xstrcoll_l(tls *TLS, l uintptr, r uintptr, loc Tlocale_t) (r1 int32)
- func Xstrcpy(tls *TLS, dest uintptr, src uintptr) (r uintptr)
- func Xstrdup(tls *TLS, s uintptr) (r uintptr)
- func Xstrerror(tls *TLS, e int32) (r uintptr)
- func Xstrerror_l(tls *TLS, e int32, loc Tlocale_t) (r uintptr)
- func Xstrerror_r(tls *TLS, err int32, buf uintptr, buflen Tsize_t) (r int32)
- func Xstrncasecmp(tls *TLS, _l uintptr, _r uintptr, n Tsize_t) (r1 int32)
- func Xstrncasecmp_l(tls *TLS, l uintptr, r uintptr, n Tsize_t, loc Tlocale_t) (r1 int32)
- func Xstrncat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xstrncmp(tls *TLS, _l uintptr, _r uintptr, n Tsize_t) (r1 int32)
- func Xstrncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xstrndup(tls *TLS, s uintptr, n Tsize_t) (r uintptr)
- func Xstrpbrk(tls *TLS, s uintptr, b uintptr) (r uintptr)
- func Xstrptime(tls *TLS, s uintptr, f uintptr, tm uintptr) (r uintptr)
- func Xstrrchr(tls *TLS, s uintptr, c int32) (r uintptr)
- func Xstrsep(tls *TLS, str uintptr, sep uintptr) (r uintptr)
- func Xstrsignal(tls *TLS, signum int32) (r uintptr)
- func Xstrstr(tls *TLS, h uintptr, n uintptr) (r uintptr)
- func Xstrtod(tls *TLS, s uintptr, p uintptr) (r float64)
- func Xstrtod_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)
- func Xstrtof(tls *TLS, s uintptr, p uintptr) (r float32)
- func Xstrtof_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float32)
- func Xstrtok(tls *TLS, s uintptr, sep uintptr) (r uintptr)
- func Xstrtok_r(tls *TLS, s uintptr, sep uintptr, p uintptr) (r uintptr)
- func Xstrtol(tls *TLS, s uintptr, p uintptr, base int32) (r int64)
- func Xstrtold(tls *TLS, s uintptr, p uintptr) (r float64)
- func Xstrtold_l(tls *TLS, s uintptr, p uintptr, l Tlocale_t) (r float64)
- func Xstrtoll(tls *TLS, s uintptr, p uintptr, base int32) (r int64)
- func Xstrtoul(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)
- func Xstrtoull(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)
- func Xstrverscmp(tls *TLS, l0 uintptr, r0 uintptr) (r1 int32)
- func Xswab(tls *TLS, _src uintptr, _dest uintptr, n Tssize_t)
- func Xswapoff(tls *TLS, path uintptr) (r int32)
- func Xswapon(tls *TLS, path uintptr, flags int32) (r int32)
- func Xswprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r int32)
- func Xswscanf(tls *TLS, s uintptr, fmt uintptr, va uintptr) (r int32)
- func Xsymlink(tls *TLS, existing uintptr, new1 uintptr) (r int32)
- func Xsymlinkat(tls *TLS, existing uintptr, fd int32, new1 uintptr) (r int32)
- func Xsync(tls *TLS)
- func Xsync_file_range(tls *TLS, fd int32, pos Toff_t, len1 Toff_t, flags uint32) (r int32)
- func Xsyncfs(tls *TLS, fd int32) (r int32)
- func Xsyscall(tls *TLS, n int64, va uintptr) (r int64)
- func Xsysconf(tls *TLS, name int32) (r int64)
- func Xsysctlbyname(t *TLS, name, oldp, oldlenp, newp uintptr, newlen Tsize_t) int32
- func Xsysinfo(tls *TLS, info uintptr) (r int32)
- func Xsyslog(tls *TLS, priority int32, message uintptr, va uintptr)
- func Xsystem(t *TLS, command uintptr) int32
- func Xtan(tls *TLS, x3 float64) (r float64)
- func Xtanf(tls *TLS, x3 float32) (r float32)
- func Xtanh(tls *TLS, x3 float64) (r float64)
- func Xtanhf(tls *TLS, x3 float32) (r float32)
- func Xtanhl(tls *TLS, x float64) (r float64)
- func Xtanl(tls *TLS, x float64) (r float64)
- func Xtcdrain(tls *TLS, fd int32) (r int32)
- func Xtcflow(tls *TLS, fd int32, action int32) (r int32)
- func Xtcflush(tls *TLS, fd int32, queue int32) (r int32)
- func Xtcgetattr(tls *TLS, fd int32, tio uintptr) (r int32)
- func Xtcgetwinsize(tls *TLS, fd int32, wsz uintptr) (r int32)
- func Xtcsendbreak(tls *TLS, fd int32, dur int32) (r int32)
- func Xtcsetattr(tls *TLS, fd int32, act int32, tio uintptr) (r int32)
- func Xtcsetpgrp(tls *TLS, fd int32, pgrp Tpid_t) (r int32)
- func Xtcsetwinsize(tls *TLS, fd int32, wsz uintptr) (r int32)
- func Xtdelete(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r uintptr)
- func Xtdestroy(tls *TLS, root uintptr, freekey uintptr)
- func Xtelldir(tls *TLS, dir uintptr) (r int64)
- func Xtempnam(tls *TLS, dir uintptr, pfx uintptr) (r1 uintptr)
- func Xtextdomain(tls *TLS, domainname uintptr) (r uintptr)
- func Xtfind(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r uintptr)
- func Xtgamma(tls *TLS, x3 float64) (r1 float64)
- func Xtgammaf(tls *TLS, x float32) (r float32)
- func Xtgammal(tls *TLS, x float64) (r float64)
- func Xtimer_delete(tls *TLS, t Ttimer_t) (r int32)
- func Xtimer_getoverrun(tls *TLS, t Ttimer_t) (r int32)
- func Xtimer_gettime(tls *TLS, t Ttimer_t, val uintptr) (r int32)
- func Xtimer_settime(tls *TLS, t Ttimer_t, flags int32, val uintptr, old uintptr) (r int32)
- func Xtimerfd_create(tls *TLS, clockid int32, flags int32) (r int32)
- func Xtimerfd_gettime(tls *TLS, fd int32, cur uintptr) (r int32)
- func Xtimerfd_settime(tls *TLS, fd int32, flags int32, new1 uintptr, old uintptr) (r int32)
- func Xtimespec_get(tls *TLS, ts uintptr, base int32) (r int32)
- func Xtmpfile(tls *TLS) (r uintptr)
- func Xtmpnam(tls *TLS, buf uintptr) (r1 uintptr)
- func Xtoascii(tls *TLS, c int32) (r int32)
- func Xtolower(tls *TLS, c int32) (r int32)
- func Xtolower_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xtoupper(tls *TLS, c int32) (r int32)
- func Xtoupper_l(tls *TLS, c int32, l Tlocale_t) (r int32)
- func Xtrunc(tls *TLS, x3 float64) (r float64)
- func Xtruncate(tls *TLS, path uintptr, length Toff_t) (r int32)
- func Xtruncf(tls *TLS, x3 float32) (r float32)
- func Xtruncl(tls *TLS, x float64) (r float64)
- func Xtsearch(tls *TLS, key uintptr, rootp uintptr, cmp uintptr) (r1 uintptr)
- func Xttyname(tls *TLS, fd int32) (r uintptr)
- func Xttyname_r(tls *TLS, fd int32, name uintptr, size Tsize_t) (r int32)
- func Xtwalk(tls *TLS, root uintptr, action uintptr)
- func Xtzset(tls *TLS)
- func Xualarm(tls *TLS, value uint32, interval uint32) (r uint32)
- func Xulckpwdf(tls *TLS) (r int32)
- func Xulimit(tls *TLS, cmd int32, va uintptr) (r int64)
- func Xumount(tls *TLS, special uintptr) (r int32)
- func Xumount2(tls *TLS, special uintptr, flags int32) (r int32)
- func Xuname(tls *TLS, uts uintptr) (r int32)
- func Xungetc(tls *TLS, c int32, f uintptr) (r int32)
- func Xunlink(tls *TLS, path uintptr) (r int32)
- func Xunlinkat(tls *TLS, fd int32, path uintptr, flag int32) (r int32)
- func Xunlockpt(tls *TLS, fd int32) (r int32)
- func Xunsetenv(tls *TLS, name uintptr) (r int32)
- func Xunshare(tls *TLS, flags int32) (r int32)
- func Xupdwtmp(tls *TLS, f uintptr, u uintptr)
- func Xupdwtmpx(tls *TLS, f uintptr, u uintptr)
- func Xusleep(tls *TLS, useconds uint32) (r int32)
- func Xutime(tls *TLS, path uintptr, times uintptr) (r int32)
- func Xutimensat(tls *TLS, fd int32, path uintptr, times uintptr, flags int32) (r1 int32)
- func Xutimes(tls *TLS, path uintptr, times uintptr) (r int32)
- func Xuuid_copy(t *TLS, dst, src uintptr)
- func Xuuid_generate_random(t *TLS, out uintptr)
- func Xuuid_parse(t *TLS, in uintptr, uu uintptr) int32
- func Xuuid_unparse(t *TLS, uu, out uintptr)
- func Xvasprintf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvdprintf(tls *TLS, fd int32, fmt uintptr, ap Tva_list) (r int32)
- func Xverr(tls *TLS, status int32, fmt uintptr, ap Tva_list)
- func Xverrx(tls *TLS, status int32, fmt uintptr, ap Tva_list)
- func Xversionsort(tls *TLS, a uintptr, b uintptr) (r int32)
- func Xvfprintf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvfscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvfwprintf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvfwscanf(tls *TLS, f uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvhangup(tls *TLS) (r int32)
- func Xvprintf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)
- func Xvscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)
- func Xvsnprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, ap Tva_list) (r int32)
- func Xvsprintf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvsscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvswprintf(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, ap Tva_list) (r1 int32)
- func Xvswscanf(tls *TLS, s uintptr, fmt uintptr, ap Tva_list) (r int32)
- func Xvwarn(tls *TLS, fmt uintptr, ap Tva_list)
- func Xvwarnx(tls *TLS, fmt uintptr, ap Tva_list)
- func Xvwprintf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)
- func Xvwscanf(tls *TLS, fmt uintptr, ap Tva_list) (r int32)
- func Xwaitid(tls *TLS, type1 Tidtype_t, id Tid_t, info uintptr, options int32) (r int32)
- func Xwarn(tls *TLS, fmt uintptr, va uintptr)
- func Xwarnx(tls *TLS, fmt uintptr, va uintptr)
- func Xwcpcpy(tls *TLS, d uintptr, s uintptr) (r uintptr)
- func Xwcpncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xwcscasecmp(tls *TLS, l uintptr, r uintptr) (r1 int32)
- func Xwcscasecmp_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)
- func Xwcscat(tls *TLS, dest uintptr, src uintptr) (r uintptr)
- func Xwcschr(tls *TLS, s uintptr, c Twchar_t) (r uintptr)
- func Xwcscmp(tls *TLS, l uintptr, r uintptr) (r1 int32)
- func Xwcscoll(tls *TLS, l uintptr, r uintptr) (r1 int32)
- func Xwcscoll_l(tls *TLS, l uintptr, r uintptr, locale Tlocale_t) (r1 int32)
- func Xwcscpy(tls *TLS, d uintptr, s uintptr) (r uintptr)
- func Xwcsdup(tls *TLS, s uintptr) (r uintptr)
- func Xwcsncasecmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)
- func Xwcsncasecmp_l(tls *TLS, l uintptr, r uintptr, n Tsize_t, locale Tlocale_t) (r1 int32)
- func Xwcsncat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xwcsncmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)
- func Xwcsncpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xwcspbrk(tls *TLS, s uintptr, b uintptr) (r uintptr)
- func Xwcsrchr(tls *TLS, s uintptr, c Twchar_t) (r uintptr)
- func Xwcsstr(tls *TLS, h uintptr, n uintptr) (r uintptr)
- func Xwcstod(tls *TLS, s uintptr, p uintptr) (r float64)
- func Xwcstof(tls *TLS, s uintptr, p uintptr) (r float32)
- func Xwcstok(tls *TLS, s uintptr, sep uintptr, p uintptr) (r uintptr)
- func Xwcstol(tls *TLS, s uintptr, p uintptr, base int32) (r int64)
- func Xwcstold(tls *TLS, s uintptr, p uintptr) (r float64)
- func Xwcstoll(tls *TLS, s uintptr, p uintptr, base int32) (r int64)
- func Xwcstoul(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)
- func Xwcstoull(tls *TLS, s uintptr, p uintptr, base int32) (r uint64)
- func Xwcswcs(tls *TLS, haystack uintptr, needle uintptr) (r uintptr)
- func Xwcswidth(tls *TLS, wcs uintptr, n Tsize_t) (r int32)
- func Xwctob(tls *TLS, c Twint_t) (r int32)
- func Xwctomb(tls *TLS, s uintptr, wc Twchar_t) (r int32)
- func Xwcwidth(tls *TLS, wc Twchar_t) (r int32)
- func Xwmemchr(tls *TLS, s uintptr, c Twchar_t, n Tsize_t) (r uintptr)
- func Xwmemcmp(tls *TLS, l uintptr, r uintptr, n Tsize_t) (r1 int32)
- func Xwmemcpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xwmemmove(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r uintptr)
- func Xwmemset(tls *TLS, d uintptr, c Twchar_t, n Tsize_t) (r uintptr)
- func Xwprintf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func Xwscanf(tls *TLS, fmt uintptr, va uintptr) (r int32)
- func Xy0(tls *TLS, x float64) (r float64)
- func Xy0f(tls *TLS, x float32) (r float32)
- func Xy1(tls *TLS, x float64) (r float64)
- func Xy1f(tls *TLS, x float32) (r float32)
- func Xyn(tls *TLS, n int32, x float64) (r float64)
- func Xynf(tls *TLS, n int32, x float32) (r float32)
- type DIR
- type FILE
- type HEADER
- type Int128
- func Int128FromFloat32(n float32) Int128
- func Int128FromFloat64(n float64) Int128
- func Int128FromInt16(n int16) Int128
- func Int128FromInt32(n int32) Int128
- func Int128FromInt64(n int64) Int128
- func Int128FromInt8(n int8) Int128
- func Int128FromUint128(n Uint128) Int128
- func Int128FromUint16(n uint16) Int128
- func Int128FromUint32(n uint32) Int128
- func Int128FromUint64(n uint64) Int128
- func Int128FromUint8(n uint8) Int128
- func (n Int128) Add(m Int128) (r Int128)
- func (n Int128) And(v Int128) Int128
- func (n Int128) Cmp(y Int128) int
- func (n Int128) Float32() float32
- func (n Int128) Float64() float64
- func (n Int128) Int16() int16
- func (n Int128) Int32() int32
- func (n Int128) Int64() int64
- func (n Int128) Int8() int8
- func (n *Int128) LValueDec()
- func (n *Int128) LValueInc()
- func (n *Int128) LValueShl(c int32)
- func (n *Int128) LValueShr(c int32)
- func (n Int128) Mul(m Int128) Int128
- func (n Int128) Neg() Int128
- func (n Int128) Or(v Int128) Int128
- func (n Int128) Shl(c int32) (r Int128)
- func (n Int128) Shr(c int32) (r Int128)
- func (n Int128) Uint128() (r Uint128)
- func (n Int128) Uint16() uint16
- func (n Int128) Uint32() uint32
- func (n Int128) Uint64() uint64
- func (n Int128) Uint8() uint8
- func (n Int128) Xor(v Int128) Int128
- type LongjmpRetval
- type MemAuditError
- type PerfCounter
- type RawMem
- type RawMem64
- type StackCapture
- type TACTION
- type TBF_ctx
- type TBF_key
- type TBF_word
- type TBF_word_signed
- type TDIR
- type TENTRY
- type TElf32_Addr
- type TElf32_Chdr
- type TElf32_Conflict
- type TElf32_Dyn
- type TElf32_Ehdr
- type TElf32_Half
- type TElf32_Lib
- type TElf32_Move
- type TElf32_Nhdr
- type TElf32_Off
- type TElf32_Phdr
- type TElf32_RegInfo
- type TElf32_Rel
- type TElf32_Rela
- type TElf32_Relr
- type TElf32_Section
- type TElf32_Shdr
- type TElf32_Sword
- type TElf32_Sxword
- type TElf32_Sym
- type TElf32_Syminfo
- type TElf32_Verdaux
- type TElf32_Verdef
- type TElf32_Vernaux
- type TElf32_Verneed
- type TElf32_Versym
- type TElf32_Word
- type TElf32_Xword
- type TElf32_auxv_t
- type TElf32_gptab
- type TElf64_Addr
- type TElf64_Chdr
- type TElf64_Dyn
- type TElf64_Ehdr
- type TElf64_Half
- type TElf64_Lib
- type TElf64_Move
- type TElf64_Nhdr
- type TElf64_Off
- type TElf64_Phdr
- type TElf64_Rel
- type TElf64_Rela
- type TElf64_Relr
- type TElf64_Section
- type TElf64_Shdr
- type TElf64_Sword
- type TElf64_Sxword
- type TElf64_Sym
- type TElf64_Syminfo
- type TElf64_Verdaux
- type TElf64_Verdef
- type TElf64_Vernaux
- type TElf64_Verneed
- type TElf64_Versym
- type TElf64_Word
- type TElf64_Xword
- type TElf64_auxv_t
- type TElf_MIPS_ABIFlags_v0
- type TElf_Options
- type TElf_Options_Hw
- type TElf_Symndx
- type TFILE
- type TFTW
- type THEADER
- type TLS
- func (tls *TLS) Alloc(n0 int) (r uintptr)
- func (tls *TLS) AllocaEntry()
- func (tls *TLS) AllocaExit()
- func (tls *TLS) Close()
- func (tls *TLS) Free(n int)
- func (tls *TLS) Longjmp(jb uintptr, val int32)
- func (tls *TLS) PopJumpBuffer(jb uintptr)
- func (tls *TLS) PushJumpBuffer(jb uintptr)
- func (tls *TLS) String() string
- type TVISIT
- type TWT
- type T_G_fpos64_t
- type T_IO_FILE
- type T_IO_cookie_io_functions_t
- type T_fpstate
- type T_ns_flagdata
- type Taddress
- type Taddrinfo
- type Taibuf
- type Targ
- type Tarpd_request
- type Tarphdr
- type Tarpreq
- type Tarpreq_old
- type Tbandinfo
- type Tbinding
- type Tblkcnt_t
- type Tblksize_t
- type Tcc_t
- type Tchar16_t
- type Tchar32_t
- type Tclock_t
- type Tclockid_t
- type Tcmpfun
- type Tcmsghdr
- type Tcompiler_defines_long_double_incorrectly
- type Tcookie
- type Tcookie1
- type Tcookie2
- type Tcookie3
- type Tcookie4
- type Tcookie_FILE
- type Tcookie_io_functions_t
- type Tcpu_set_t
- type Tcpu_set_t1
- type Tcrypt_data
- type Tctx
- type Tctx1
- type Tctx2
- type Tdev_t
- type Tdirent
- type Tdirstream_buf_alignment_check
- type Tdiv_t
- type Tdl_phdr_info
- type Tdouble_t
- type Tdpc_ctx
- type Tdqblk
- type Tdqinfo
- type Tentry
- type Tepoll_data
- type Tepoll_data_t
- type Tepoll_event
- type Terrmsgstr_t
- type Tether_addr
- type Tether_arp
- type Tether_header
- type Tethhdr
- type Teventfd_t
- type Texp2f_data
- type Texp_data
- type Texpanded_key
- type Tf_owner_ex
- type Tfanotify_event_info_fid
- type Tfanotify_event_info_header
- type Tfanotify_event_metadata
- type Tfanotify_response
- type Tfcookie
- type Tfd_mask
- type Tfd_set
- type Tfdop
- type Tfenv_t
- type Tfexcept_t
- type Tfile_handle
- type Tfloat_t
- type Tflock
- type Tfpos_t
- type Tfpregset_t
- type Tfsblkcnt_t
- type Tfsfilcnt_t
- type Tfsid_t
- type Tgid_t
- type Tglob_t
- type Tgreg_t
- type Tgregset_t
- type Tgroup
- type Tgroup_filter
- type Tgroup_req
- type Tgroup_source_req
- type Thistory
- type Thostent
- type Thsearch_data
- type Ticonv_t
- type Tid_t
- type Tidtype_t
- type Tif_nameindex
- type Tifaddr
- type Tifaddrmsg
- type Tifaddrs
- type Tifaddrs_ctx
- type Tifaddrs_storage
- type Tifconf
- type Tifinfomsg
- type Tifmap
- type Tifnameindexctx
- type Tifnamemap
- type Tifreq
- type Timaxdiv_t
- type Tin6_addr
- type Tin6_pktinfo
- type Tin_addr
- type Tin_addr_t
- type Tin_pktinfo
- type Tin_port_t
- type Tino_t
- type Tinotify_event
- type Tint16_t
- type Tint32_t
- type Tint64_t
- type Tint8_t
- type Tint_fast16_t
- type Tint_fast32_t
- type Tint_fast64_t
- type Tint_fast8_t
- type Tint_least16_t
- type Tint_least32_t
- type Tint_least64_t
- type Tint_least8_t
- type Tintmax_t
- type Tintptr_t
- type Tioctl_compat_map
- type Tiovec
- type Tip6_mtuinfo
- type Tip_mreq
- type Tip_mreq_source
- type Tip_mreqn
- type Tip_msfilter
- type Tip_opts
- type Tipc_perm
- type Tipc_perm1
- type Tipv6_mreq
- type Titimerspec
- type Titimerval
- type Tjmp_buf
- type Tk_sigaction
- type Tkey_t
- type Tkstat
- type Tktimex
- type Tktimex64
- type Tlastlog
- type Tlconv
- type Tldiv_t
- type Tlinger
- type Tlink_map
- type Tliterals
- type Tlldiv_t
- type Tlocale_t
- func X__duplocale(tls *TLS, old Tlocale_t) (r Tlocale_t)
- func X__newlocale(tls *TLS, mask int32, name uintptr, loc Tlocale_t) (r Tlocale_t)
- func X__uselocale(tls *TLS, new1 Tlocale_t) (r Tlocale_t)
- func Xduplocale(tls *TLS, old Tlocale_t) (r Tlocale_t)
- func Xnewlocale(tls *TLS, mask int32, name uintptr, loc Tlocale_t) (r Tlocale_t)
- func Xuselocale(tls *TLS, new1 Tlocale_t) (r Tlocale_t)
- type Tlog2_data
- type Tlog2f_data
- type Tlog_data
- type Tlogf_data
- type Tmatch
- type Tmbstate_t
- type Tmcontext_t
- type Tmcontext_t1
- type Tmd5
- type Tmem_FILE
- type Tmmsghdr
- type Tmntent
- type Tmode_t
- type Tms_FILE
- type Tmsgcat
- type Tmsghdr
- type Tmsginfo
- type Tmsglen_t
- type Tmsgqnum_t
- type Tmsqid_ds
- type Tneg
- type Tnetent
- type Tnfds_t
- type Tnl_catd
- type Tnl_item
- type Tnlink_t
- type Tnlmsghdr
- type Tnode
- type Tnode1
- type Tns_cert_types
- type Tns_class
- type Tns_flag
- type Tns_key_types
- type Tns_msg
- type Tns_opcode
- type Tns_rcode
- type Tns_rr
- type Tns_sect
- type Tns_tcp_tsig_state
- type Tns_tcp_tsig_state1
- type Tns_tsig_key
- type Tns_tsig_key1
- type Tns_type
- type Tns_update_operation
- type Tntptimeval
- type Tnum
- type Toff_t
- func X__ftello(tls *TLS, f uintptr) (r Toff_t)
- func X__ftello_unlocked(tls *TLS, f uintptr) (r Toff_t)
- func X__lseek(tls *TLS, fd int32, offset Toff_t, whence int32) (r Toff_t)
- func X__stdio_seek(tls *TLS, f uintptr, off Toff_t, whence int32) (r Toff_t)
- func Xftello(tls *TLS, f uintptr) (r Toff_t)
- func Xlseek(tls *TLS, fd int32, offset Toff_t, whence int32) (r Toff_t)
- func Xlseek64(tls *TLS, fd int32, offset Toff_t, whence int32) (r Toff_t)
- type Toption
- type Tpasswd
- type Tpid_t
- func Xgetpgid(tls *TLS, pid Tpid_t) (r Tpid_t)
- func Xgetpgrp(tls *TLS) (r Tpid_t)
- func Xgetpid(tls *TLS) (r Tpid_t)
- func Xgetppid(tls *TLS) (r Tpid_t)
- func Xgetsid(tls *TLS, pid Tpid_t) (r Tpid_t)
- func Xsetpgrp(tls *TLS) (r Tpid_t)
- func Xsetsid(tls *TLS) (r Tpid_t)
- func Xtcgetpgrp(tls *TLS, fd int32) (r Tpid_t)
- func Xtcgetsid(tls *TLS, fd int32) (r Tpid_t)
- func Xvfork(tls *TLS) (r Tpid_t)
- func Xwait(tls *TLS, status uintptr) (r Tpid_t)
- func Xwait3(tls *TLS, status uintptr, options int32, usage uintptr) (r Tpid_t)
- func Xwait4(tls *TLS, pid Tpid_t, status uintptr, options int32, ru uintptr) (r1 Tpid_t)
- func Xwaitpid(tls *TLS, pid Tpid_t, status uintptr, options int32) (r Tpid_t)
- type Tpolicy
- type Tpollfd
- type Tposix_spawn_file_actions_t
- type Tposix_spawnattr_t
- type Tpow_log_data
- type Tpowf_log2_data
- type Tprctl_mm_map
- type Tprotoent
- type Tpthread_attr_t
- type Tpthread_barrier_t
- type Tpthread_barrierattr_t
- type Tpthread_cond_t
- type Tpthread_condattr_t
- type Tpthread_key_t
- type Tpthread_mutex_t
- type Tpthread_mutexattr_t
- type Tpthread_once_t
- type Tpthread_rwlock_t
- type Tpthread_rwlockattr_t
- type Tpthread_spinlock_t
- type Tpthread_t
- type Tptrdiff_t
- type Tqelem
- type Tr_debug
- type Tre_pattern_buffer
- type Treg_errcode_t
- type Tregex_t
- type Tregmatch_t
- type Tregoff_t
- type Tres_state
- type Tres_sym
- type Tresolvconf
- type Trlim_t
- type Trlimit
- type Trtattr
- type Trtgenmsg
- type Trusage
- type Tsa
- type Tsa_family_t
- type Tsched_param
- type Tsembuf
- type Tsemid_ds
- type Tsemid_ds1
- type Tseminfo
- type Tsemun
- type Tservent
- type Tservice
- type Tsha256
- type Tsha512
- type Tshm_info
- type Tshmatt_t
- type Tshmid_ds
- type Tshminfo
- type Tsig_atomic_t
- type Tsig_t
- type Tsigaction
- type Tsigaltstack
- type Tsigcontext
- type Tsigevent
- type Tsighandler_t
- type Tsiginfo_t
- type Tsigjmp_buf
- type Tsignalfd_siginfo
- type Tsigset_t
- type Tsigval
- type Tsize_t
- func UsableSize(p uintptr) Tsize_t
- func X__builtin_object_size(t *TLS, p uintptr, typ int32) Tsize_t
- func X__builtin_strlen(t *TLS, s uintptr) Tsize_t
- func X__ctype_get_mb_cur_max(tls *TLS) (r Tsize_t)
- func X__fbufsize(tls *TLS, f uintptr) (r Tsize_t)
- func X__fpending(tls *TLS, f uintptr) (r Tsize_t)
- func X__freadahead(tls *TLS, f uintptr) (r Tsize_t)
- func X__fwritex(tls *TLS, s uintptr, l Tsize_t, f uintptr) (r Tsize_t)
- func X__stdio_read(tls *TLS, f uintptr, buf uintptr, len1 Tsize_t) (r Tsize_t)
- func X__stdio_write(tls *TLS, f uintptr, buf uintptr, len1 Tsize_t) (r Tsize_t)
- func X__stdout_write(tls *TLS, f uintptr, buf uintptr, len1 Tsize_t) (r Tsize_t)
- 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(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)
- 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(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)
- func Xc16rtomb(tls *TLS, s uintptr, c16 Tchar16_t, ps uintptr) (r Tsize_t)
- func Xc32rtomb(tls *TLS, s uintptr, c32 Tchar32_t, ps uintptr) (r Tsize_t)
- func Xconfstr(tls *TLS, name int32, buf uintptr, len1 Tsize_t) (r Tsize_t)
- func Xfread(tls *TLS, destv uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)
- func Xfread_unlocked(tls *TLS, destv uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)
- func Xfwrite(tls *TLS, src uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)
- func Xfwrite_unlocked(tls *TLS, src uintptr, size Tsize_t, nmemb Tsize_t, f uintptr) (r Tsize_t)
- func Xiconv(tls *TLS, cd Ticonv_t, in uintptr, inb uintptr, out uintptr, outb uintptr) (r Tsize_t)
- func Xmalloc_usable_size(tls *TLS, p uintptr) (r Tsize_t)
- func Xmbrlen(tls *TLS, s uintptr, n Tsize_t, st uintptr) (r Tsize_t)
- func Xmbrtoc16(tls *TLS, pc16 uintptr, s uintptr, n Tsize_t, ps uintptr) (r Tsize_t)
- func Xmbrtoc32(tls *TLS, pc32 uintptr, s uintptr, n Tsize_t, ps uintptr) (r Tsize_t)
- func Xmbrtowc(tls *TLS, wc uintptr, src uintptr, n Tsize_t, st uintptr) (r Tsize_t)
- func Xmbsnrtowcs(tls *TLS, wcs uintptr, src uintptr, n Tsize_t, wn Tsize_t, st uintptr) (r Tsize_t)
- func Xmbsrtowcs(tls *TLS, ws uintptr, src uintptr, wn Tsize_t, st uintptr) (r Tsize_t)
- func Xmbstowcs(tls *TLS, ws uintptr, _s uintptr, wn Tsize_t) (r Tsize_t)
- func Xregerror(tls *TLS, e int32, preg uintptr, buf uintptr, size Tsize_t) (r Tsize_t)
- func Xstrcspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)
- func Xstrftime(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr) (r Tsize_t)
- func Xstrftime_l(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr, loc Tlocale_t) (r Tsize_t)
- func Xstrlcat(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r Tsize_t)
- func Xstrlcpy(tls *TLS, d uintptr, s uintptr, n Tsize_t) (r Tsize_t)
- func Xstrlen(tls *TLS, s uintptr) (r Tsize_t)
- func Xstrnlen(tls *TLS, s uintptr, n Tsize_t) (r Tsize_t)
- func Xstrspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)
- func Xstrxfrm(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r Tsize_t)
- func Xstrxfrm_l(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)
- func Xwcrtomb(tls *TLS, s uintptr, wc Twchar_t, st uintptr) (r Tsize_t)
- func Xwcscspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)
- func Xwcsftime(tls *TLS, wcs uintptr, n Tsize_t, f uintptr, tm uintptr) (r Tsize_t)
- func Xwcsftime_l(tls *TLS, s uintptr, n Tsize_t, f uintptr, tm uintptr, loc Tlocale_t) (r Tsize_t)
- func Xwcslen(tls *TLS, s uintptr) (r Tsize_t)
- func Xwcsnlen(tls *TLS, s uintptr, n Tsize_t) (r Tsize_t)
- func Xwcsnrtombs(tls *TLS, dst uintptr, wcs uintptr, wn Tsize_t, n Tsize_t, st uintptr) (r Tsize_t)
- func Xwcsrtombs(tls *TLS, s uintptr, ws uintptr, n Tsize_t, st uintptr) (r Tsize_t)
- func Xwcsspn(tls *TLS, s uintptr, c uintptr) (r Tsize_t)
- func Xwcstombs(tls *TLS, s uintptr, ws uintptr, n Tsize_t) (r Tsize_t)
- func Xwcsxfrm(tls *TLS, dest uintptr, src uintptr, n Tsize_t) (r Tsize_t)
- func Xwcsxfrm_l(tls *TLS, dest uintptr, src uintptr, n Tsize_t, loc Tlocale_t) (r Tsize_t)
- type Tsockaddr
- type Tsockaddr_in
- type Tsockaddr_in6
- type Tsockaddr_ll_hack
- type Tsockaddr_storage
- type Tsockany
- type Tsocklen_t
- type Tspeed_t
- type Tspwd
- type Tssize_t
- func X__getdelim(tls *TLS, s uintptr, n uintptr, delim int32, f uintptr) (r Tssize_t)
- func Xcopy_file_range(tls *TLS, fd_in int32, off_in uintptr, fd_out int32, off_out uintptr, ...) (r Tssize_t)
- func Xfgetxattr(tls *TLS, filedes int32, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)
- func Xflistxattr(tls *TLS, filedes int32, list uintptr, size Tsize_t) (r Tssize_t)
- func Xgetdelim(tls *TLS, s uintptr, n uintptr, delim int32, f uintptr) (r Tssize_t)
- func Xgetline(tls *TLS, s uintptr, n uintptr, f uintptr) (r Tssize_t)
- func Xgetrandom(tls *TLS, buf uintptr, buflen Tsize_t, flags uint32) (r Tssize_t)
- func Xgetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)
- func Xlgetxattr(tls *TLS, path uintptr, name uintptr, value uintptr, size Tsize_t) (r Tssize_t)
- func Xlistxattr(tls *TLS, path uintptr, list uintptr, size Tsize_t) (r Tssize_t)
- func Xllistxattr(tls *TLS, path uintptr, list uintptr, size Tsize_t) (r Tssize_t)
- func Xmsgrcv(tls *TLS, q int32, m uintptr, len1 Tsize_t, type1 int64, flag int32) (r Tssize_t)
- func Xpread(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs Toff_t) (r Tssize_t)
- func Xpreadv(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t) (r Tssize_t)
- func Xpreadv2(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t, flags int32) (r Tssize_t)
- func Xprocess_vm_readv(tls *TLS, pid Tpid_t, lvec uintptr, liovcnt uint64, rvec uintptr, ...) (r Tssize_t)
- func Xprocess_vm_writev(tls *TLS, pid Tpid_t, lvec uintptr, liovcnt uint64, rvec uintptr, ...) (r Tssize_t)
- func Xpwrite(tls *TLS, fd int32, buf uintptr, size Tsize_t, ofs Toff_t) (r Tssize_t)
- func Xpwritev(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t) (r Tssize_t)
- func Xpwritev2(tls *TLS, fd int32, iov uintptr, count int32, ofs Toff_t, flags int32) (r Tssize_t)
- func Xread(tls *TLS, fd int32, buf uintptr, count Tsize_t) (r Tssize_t)
- 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(tls *TLS, fd int32, path uintptr, buf uintptr, bufsize Tsize_t) (r1 Tssize_t)
- func Xreadv(tls *TLS, fd int32, iov uintptr, count int32) (r Tssize_t)
- func Xrecv(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32) (r Tssize_t)
- func Xrecvfrom(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32, addr uintptr, ...) (r1 Tssize_t)
- func Xrecvmsg(tls *TLS, fd int32, msg uintptr, flags int32) (r2 Tssize_t)
- func Xsend(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32) (r Tssize_t)
- func Xsendfile(tls *TLS, out_fd int32, in_fd int32, ofs uintptr, count Tsize_t) (r Tssize_t)
- func Xsendmsg(tls *TLS, fd int32, msg uintptr, flags int32) (r1 Tssize_t)
- func Xsendto(tls *TLS, fd int32, buf uintptr, len1 Tsize_t, flags int32, addr uintptr, ...) (r1 Tssize_t)
- func Xsplice(tls *TLS, fd_in int32, off_in uintptr, fd_out int32, off_out uintptr, ...) (r Tssize_t)
- func Xstrfmon(tls *TLS, s uintptr, n Tsize_t, fmt uintptr, va uintptr) (r Tssize_t)
- func Xstrfmon_l(tls *TLS, s uintptr, n Tsize_t, loc Tlocale_t, fmt uintptr, va uintptr) (r Tssize_t)
- func Xtee(tls *TLS, src int32, dest int32, len1 Tsize_t, flags uint32) (r Tssize_t)
- func Xvmsplice(tls *TLS, fd int32, iov uintptr, cnt Tsize_t, flags uint32) (r Tssize_t)
- func Xwrite(tls *TLS, fd int32, buf uintptr, count Tsize_t) (r Tssize_t)
- func Xwritev(tls *TLS, fd int32, iov uintptr, count int32) (r Tssize_t)
- type Tst
- type Tstack_t
- type Tstat
- type Tstateful_cd
- type Tstatfs
- type Tstatvfs
- type Tstatx
- type Tstatx1
- type Tstatx_timestamp
- type Tstr_list
- type Tstr_mlist
- type Tstrbuf
- type Tstrfdinsert
- type Tstrioctl
- type Tstrpeek
- type Tstrrecvfd
- type Tsuseconds_t
- type Tsyscall_arg_t
- type Tsysinfo
- type Ttcflag_t
- type Ttermios
- type Ttime_t
- type Ttimeb
- type Ttimer_t
- type Ttimespec
- type Ttimeval
- type Ttimex
- type Ttimezone
- type Ttls_module
- type Ttm
- type Ttm1
- type Ttms
- type Ttnfa
- type Ttnfa_transition
- type Ttre_addtags_symbol_t
- type Ttre_ast_node_t
- type Ttre_ast_type_t
- type Ttre_backtrack_item_t
- type Ttre_backtrack_struct
- type Ttre_backtrack_t
- type Ttre_catenation_t
- type Ttre_char_t
- type Ttre_cint_t
- type Ttre_copyast_symbol_t
- type Ttre_ctype_t
- type Ttre_expand_ast_symbol_t
- type Ttre_iteration_t
- type Ttre_list
- type Ttre_list_t
- type Ttre_literal_t
- type Ttre_mem_struct
- type Ttre_mem_t
- type Ttre_nfl_stack_symbol_t
- type Ttre_parse_ctx_t
- type Ttre_pos_and_tags_t
- type Ttre_reach_pos_t
- type Ttre_stack_item
- type Ttre_stack_rec
- type Ttre_stack_t
- type Ttre_submatch_data
- type Ttre_submatch_data_t
- type Ttre_tag_direction_t
- type Ttre_tag_states_t
- type Ttre_tnfa_reach_t
- type Ttre_tnfa_t
- type Ttre_tnfa_transition_t
- type Ttre_union_t
- type Tucontext
- type Tucontext_t
- type Tucontext_t1
- type Tucontext_t2
- type Tucontext_t3
- type Tucontext_t4
- type Tucontext_t5
- type Tucontext_t6
- type Tucontext_t7
- type Tucred
- type Tuid_t
- type Tuint16_t
- type Tuint32_t
- type Tuint64_t
- type Tuint8_t
- type Tuint_fast16_t
- type Tuint_fast32_t
- type Tuint_fast64_t
- type Tuint_fast8_t
- type Tuint_least16_t
- type Tuint_least32_t
- type Tuint_least64_t
- type Tuint_least8_t
- type Tuintmax_t
- type Tuintptr_t
- type Tuseconds_t
- type Tutimbuf
- type Tutmpx
- type Tutsname
- type Tutsname1
- type Tv4l2_event
- type Tva_list
- type Twchar_t
- type Twctrans_t
- type Twctype_t
- type Twinsize
- type Twint_t
- func X__fgetwc_unlocked(tls *TLS, f uintptr) (r Twint_t)
- func X__fputwc_unlocked(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)
- func X__towctrans_l(tls *TLS, c Twint_t, t Twctrans_t, l Tlocale_t) (r Twint_t)
- func X__towlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)
- func X__towupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)
- func Xbtowc(tls *TLS, c int32) (r Twint_t)
- func Xfgetwc(tls *TLS, f uintptr) (r Twint_t)
- func Xfgetwc_unlocked(tls *TLS, f uintptr) (r Twint_t)
- func Xfputwc(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)
- func Xfputwc_unlocked(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)
- func Xgetwc(tls *TLS, f uintptr) (r Twint_t)
- func Xgetwc_unlocked(tls *TLS, f uintptr) (r Twint_t)
- func Xgetwchar(tls *TLS) (r Twint_t)
- func Xgetwchar_unlocked(tls *TLS) (r Twint_t)
- func Xputwc(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)
- func Xputwc_unlocked(tls *TLS, c Twchar_t, f uintptr) (r Twint_t)
- func Xputwchar(tls *TLS, c Twchar_t) (r Twint_t)
- func Xputwchar_unlocked(tls *TLS, c Twchar_t) (r Twint_t)
- func Xtowctrans(tls *TLS, wc Twint_t, trans Twctrans_t) (r Twint_t)
- func Xtowctrans_l(tls *TLS, c Twint_t, t Twctrans_t, l Tlocale_t) (r Twint_t)
- func Xtowlower(tls *TLS, wc Twint_t) (r Twint_t)
- func Xtowlower_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)
- func Xtowupper(tls *TLS, wc Twint_t) (r Twint_t)
- func Xtowupper_l(tls *TLS, c Twint_t, l Tlocale_t) (r Twint_t)
- func Xungetwc(tls *TLS, c Twint_t, f uintptr) (r Twint_t)
- type Twms_FILE
- type Uint128
- func Uint128FromFloat32(n float32) Uint128
- func Uint128FromFloat64(n float64) Uint128
- func Uint128FromInt128(n Int128) Uint128
- func Uint128FromInt16(n int16) Uint128
- func Uint128FromInt32(n int32) Uint128
- func Uint128FromInt64(n int64) (r Uint128)
- func Uint128FromInt8(n int8) Uint128
- func Uint128FromUint16(n uint16) Uint128
- func Uint128FromUint32(n uint32) Uint128
- func Uint128FromUint64(n uint64) Uint128
- func Uint128FromUint8(n uint8) Uint128
- func (n Uint128) Add(m Uint128) (r Uint128)
- func (n Uint128) And(m Uint128) Uint128
- func (n Uint128) Cmp(m Uint128) int
- func (n Uint128) Div(m Uint128) (r Uint128)
- func (n Uint128) Float32() float32
- func (n Uint128) Float64() float64
- func (n Uint128) Int128() Int128
- func (n Uint128) Int16() int16
- func (n Uint128) Int32() int32
- func (n Uint128) Int64() int64
- func (n Uint128) Int8() int8
- func (n *Uint128) LValueShl(c int32)
- func (n *Uint128) LValueShr(c int32)
- func (n Uint128) Mul(m Uint128) Uint128
- func (n Uint128) Or(m Uint128) Uint128
- func (n Uint128) Shl(c int32) (r Uint128)
- func (n Uint128) Shr(c int32) (r Uint128)
- func (n Uint128) Sub(m Uint128) Uint128
- func (n Uint128) Uint16() uint16
- func (n Uint128) Uint32() uint32
- func (n Uint128) Uint64() uint64
- func (n Uint128) Uint8() uint8
- func (n Uint128) Xor(m Uint128) Uint128
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_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_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
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__stdin_used = uintptr(unsafe.Pointer(&X__stdin_FILE))
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 Xstderr = uintptr(unsafe.Pointer(&X__stderr_FILE))
View Source
var Xstdin = uintptr(unsafe.Pointer(&X__stdin_FILE))
View Source
var Xstdout = uintptr(unsafe.Pointer(&X__stdout_FILE))
View Source
var Xtimezone int64
View Source
var Xtzname = [2]uintptr{}
Functions ¶
func AssignAddComplex128 ¶
func AssignAddComplex128(p *complex128, v complex128) complex128
func AssignAddComplex64 ¶
func AssignAddFloat32 ¶
func AssignAddFloat64 ¶
func AssignAddInt16 ¶
func AssignAddInt32 ¶
func AssignAddInt64 ¶
func AssignAddInt8 ¶
func AssignAddPtrComplex128 ¶
func AssignAddPtrComplex128(p uintptr, v complex128) complex128
func AssignAddPtrComplex64 ¶
func AssignAddPtrFloat32 ¶
func AssignAddPtrFloat64 ¶
func AssignAddPtrInt16 ¶
func AssignAddPtrInt32 ¶
func AssignAddPtrInt64 ¶
func AssignAddPtrInt8 ¶
func AssignAddPtrUint16 ¶
func AssignAddPtrUint32 ¶
func AssignAddPtrUint64 ¶
func AssignAddPtrUint8 ¶
func AssignAddPtrUintptr ¶
func AssignAddUint16 ¶
func AssignAddUint32 ¶
func AssignAddUint64 ¶
func AssignAddUint8 ¶
func AssignAddUintptr ¶
func AssignAndInt16 ¶
func AssignAndInt32 ¶
func AssignAndInt64 ¶
func AssignAndInt8 ¶
func AssignAndPtrInt16 ¶
func AssignAndPtrInt32 ¶
func AssignAndPtrInt64 ¶
func AssignAndPtrInt8 ¶
func AssignAndPtrUint16 ¶
func AssignAndPtrUint32 ¶
func AssignAndPtrUint64 ¶
func AssignAndPtrUint8 ¶
func AssignAndPtrUintptr ¶
func AssignAndUint16 ¶
func AssignAndUint32 ¶
func AssignAndUint64 ¶
func AssignAndUint8 ¶
func AssignAndUintptr ¶
func AssignBitFieldPtr16Int8 ¶
func AssignBitFieldPtr32Int8 ¶
func AssignBitFieldPtr64Int8 ¶
func AssignBitFieldPtr8Int16 ¶
func AssignBitFieldPtr8Int32 ¶
func AssignBitFieldPtr8Int64 ¶
func AssignBitFieldPtr8Int8 ¶
func AssignBitFieldPtr8Uint8 ¶
func AssignComplex128 ¶
func AssignComplex128(p *complex128, v complex128) complex128
func AssignComplex64 ¶
func AssignDivComplex128 ¶
func AssignDivComplex128(p *complex128, v complex128) complex128
func AssignDivComplex64 ¶
func AssignDivFloat32 ¶
func AssignDivFloat64 ¶
func AssignDivInt16 ¶
func AssignDivInt32 ¶
func AssignDivInt64 ¶
func AssignDivInt8 ¶
func AssignDivPtrComplex128 ¶
func AssignDivPtrComplex128(p uintptr, v complex128) complex128
func AssignDivPtrComplex64 ¶
func AssignDivPtrFloat32 ¶
func AssignDivPtrFloat64 ¶
func AssignDivPtrInt16 ¶
func AssignDivPtrInt32 ¶
func AssignDivPtrInt64 ¶
func AssignDivPtrInt8 ¶
func AssignDivPtrUint16 ¶
func AssignDivPtrUint32 ¶
func AssignDivPtrUint64 ¶
func AssignDivPtrUint8 ¶
func AssignDivPtrUintptr ¶
func AssignDivUint16 ¶
func AssignDivUint32 ¶
func AssignDivUint64 ¶
func AssignDivUint8 ¶
func AssignDivUintptr ¶
func AssignFloat32 ¶
func AssignFloat64 ¶
func AssignInt16 ¶
func AssignInt32 ¶
func AssignInt64 ¶
func AssignInt8 ¶
func AssignMulComplex128 ¶
func AssignMulComplex128(p *complex128, v complex128) complex128
func AssignMulComplex64 ¶
func AssignMulFloat32 ¶
func AssignMulFloat64 ¶
func AssignMulInt16 ¶
func AssignMulInt32 ¶
func AssignMulInt64 ¶
func AssignMulInt8 ¶
func AssignMulPtrComplex128 ¶
func AssignMulPtrComplex128(p uintptr, v complex128) complex128
func AssignMulPtrComplex64 ¶
func AssignMulPtrFloat32 ¶
func AssignMulPtrFloat64 ¶
func AssignMulPtrInt16 ¶
func AssignMulPtrInt32 ¶
func AssignMulPtrInt64 ¶
func AssignMulPtrInt8 ¶
func AssignMulPtrUint16 ¶
func AssignMulPtrUint32 ¶
func AssignMulPtrUint64 ¶
func AssignMulPtrUint8 ¶
func AssignMulPtrUintptr ¶
func AssignMulUint16 ¶
func AssignMulUint32 ¶
func AssignMulUint64 ¶
func AssignMulUint8 ¶
func AssignMulUintptr ¶
func AssignOrInt16 ¶
func AssignOrInt32 ¶
func AssignOrInt64 ¶
func AssignOrInt8 ¶
func AssignOrPtrInt16 ¶
func AssignOrPtrInt32 ¶
func AssignOrPtrInt64 ¶
func AssignOrPtrInt8 ¶
func AssignOrPtrUint16 ¶
func AssignOrPtrUint32 ¶
func AssignOrPtrUint64 ¶
func AssignOrPtrUint8 ¶
func AssignOrPtrUintptr ¶
func AssignOrUint16 ¶
func AssignOrUint32 ¶
func AssignOrUint64 ¶
func AssignOrUint8 ¶
func AssignOrUintptr ¶
func AssignPtrComplex128 ¶
func AssignPtrComplex128(p uintptr, v complex128) complex128
func AssignPtrComplex64 ¶
func AssignPtrFloat32 ¶
func AssignPtrFloat64 ¶
func AssignPtrInt16 ¶
func AssignPtrInt32 ¶
func AssignPtrInt64 ¶
func AssignPtrInt8 ¶
func AssignPtrUint16 ¶
func AssignPtrUint32 ¶
func AssignPtrUint64 ¶
func AssignPtrUint8 ¶
func AssignPtrUintptr ¶
func AssignRemInt16 ¶
func AssignRemInt32 ¶
func AssignRemInt64 ¶
func AssignRemInt8 ¶
func AssignRemPtrInt16 ¶
func AssignRemPtrInt32 ¶
func AssignRemPtrInt64 ¶
func AssignRemPtrInt8 ¶
func AssignRemPtrUint16 ¶
func AssignRemPtrUint32 ¶
func AssignRemPtrUint64 ¶
func AssignRemPtrUint8 ¶
func AssignRemPtrUintptr ¶
func AssignRemUint16 ¶
func AssignRemUint32 ¶
func AssignRemUint64 ¶
func AssignRemUint8 ¶
func AssignRemUintptr ¶
func AssignShlInt16 ¶
func AssignShlInt32 ¶
func AssignShlInt64 ¶
func AssignShlInt8 ¶
func AssignShlPtrInt16 ¶
func AssignShlPtrInt32 ¶
func AssignShlPtrInt64 ¶
func AssignShlPtrInt8 ¶
func AssignShlPtrUint16 ¶
func AssignShlPtrUint32 ¶
func AssignShlPtrUint64 ¶
func AssignShlPtrUint8 ¶
func AssignShlPtrUintptr ¶
func AssignShlUint16 ¶
func AssignShlUint32 ¶
func AssignShlUint64 ¶
func AssignShlUint8 ¶
func AssignShlUintptr ¶
func AssignShrInt16 ¶
func AssignShrInt32 ¶
func AssignShrInt64 ¶
func AssignShrInt8 ¶
func AssignShrPtrInt16 ¶
func AssignShrPtrInt32 ¶
func AssignShrPtrInt64 ¶
func AssignShrPtrInt8 ¶
func AssignShrPtrUint16 ¶
func AssignShrPtrUint32 ¶
func AssignShrPtrUint64 ¶
func AssignShrPtrUint8 ¶
func AssignShrPtrUintptr ¶
func AssignShrUint16 ¶
func AssignShrUint32 ¶
func AssignShrUint64 ¶
func AssignShrUint8 ¶
func AssignShrUintptr ¶
func AssignSubComplex128 ¶
func AssignSubComplex128(p *complex128, v complex128) complex128
func AssignSubComplex64 ¶
func AssignSubFloat32 ¶
func AssignSubFloat64 ¶
func AssignSubInt16 ¶
func AssignSubInt32 ¶
func AssignSubInt64 ¶
func AssignSubInt8 ¶
func AssignSubPtrComplex128 ¶
func AssignSubPtrComplex128(p uintptr, v complex128) complex128
func AssignSubPtrComplex64 ¶
func AssignSubPtrFloat32 ¶
func AssignSubPtrFloat64 ¶
func AssignSubPtrInt16 ¶
func AssignSubPtrInt32 ¶
func AssignSubPtrInt64 ¶
func AssignSubPtrInt8 ¶
func AssignSubPtrUint16 ¶
func AssignSubPtrUint32 ¶
func AssignSubPtrUint64 ¶
func AssignSubPtrUint8 ¶
func AssignSubPtrUintptr ¶
func AssignSubUint16 ¶
func AssignSubUint32 ¶
func AssignSubUint64 ¶
func AssignSubUint8 ¶
func AssignSubUintptr ¶
func AssignUint16 ¶
func AssignUint32 ¶
func AssignUint64 ¶
func AssignUint8 ¶
func AssignUintptr ¶
func AssignXorInt16 ¶
func AssignXorInt32 ¶
func AssignXorInt64 ¶
func AssignXorInt8 ¶
func AssignXorPtrInt16 ¶
func AssignXorPtrInt32 ¶
func AssignXorPtrInt64 ¶
func AssignXorPtrInt8 ¶
func AssignXorPtrUint16 ¶
func AssignXorPtrUint32 ¶
func AssignXorPtrUint64 ¶
func AssignXorPtrUint8 ¶
func AssignXorPtrUintptr ¶
func AssignXorUint16 ¶
func AssignXorUint32 ¶
func AssignXorUint64 ¶
func AssignXorUint8 ¶
func AssignXorUintptr ¶
func AtomicAddFloat32 ¶
func AtomicAddFloat64 ¶
func AtomicAddInt32 ¶
func AtomicAddInt64 ¶
func AtomicAddUint32 ¶
func AtomicAddUint64 ¶
func AtomicAddUintptr ¶
func AtomicLoadFloat32 ¶
func AtomicLoadFloat64 ¶
func AtomicLoadInt32 ¶
func AtomicLoadInt64 ¶
func AtomicLoadNInt32 ¶
func AtomicLoadNInt64 ¶
func AtomicLoadNUint16 ¶
func AtomicLoadNUint32 ¶
func AtomicLoadNUint64 ¶
func AtomicLoadNUint8 ¶
func AtomicLoadNUintptr ¶
func AtomicLoadPFloat32 ¶
func AtomicLoadPFloat64 ¶
func AtomicLoadPInt16 ¶
func AtomicLoadPInt32 ¶
func AtomicLoadPInt64 ¶
func AtomicLoadPInt8 ¶
func AtomicLoadPUint16 ¶
func AtomicLoadPUint32 ¶
func AtomicLoadPUint64 ¶
func AtomicLoadPUint8 ¶
func AtomicLoadPUintptr ¶
func AtomicLoadUint32 ¶
func AtomicLoadUint64 ¶
func AtomicLoadUintptr ¶
func AtomicStoreFloat32 ¶
func AtomicStoreFloat64 ¶
func AtomicStoreInt32 ¶
func AtomicStoreInt64 ¶
func AtomicStoreNInt32 ¶
func AtomicStoreNInt64 ¶
func AtomicStoreNUint16 ¶
func AtomicStoreNUint32 ¶
func AtomicStoreNUint64 ¶
func AtomicStoreNUint8 ¶
func AtomicStoreNUintptr ¶
func AtomicStorePFloat32 ¶
func AtomicStorePFloat64 ¶
func AtomicStorePInt32 ¶
func AtomicStorePInt64 ¶
func AtomicStorePInt8 ¶
func AtomicStorePUint32 ¶
func AtomicStorePUint64 ¶
func AtomicStorePUint8 ¶
func AtomicStorePUintptr ¶
func AtomicStoreUint32 ¶
func AtomicStoreUint64 ¶
func AtomicStoreUintptr ¶
func BoolUint16 ¶
func BoolUint32 ¶
func BoolUint64 ¶
func BoolUintptr ¶
func Complex128 ¶
func Complex128(n complex128) complex128
func Complex128FromComplex128 ¶
func Complex128FromComplex128(n complex128) complex128
func Complex128FromComplex64 ¶
func Complex128FromComplex64(n complex64) complex128
func Complex128FromFloat32 ¶
func Complex128FromFloat32(n float32) complex128
func Complex128FromFloat64 ¶
func Complex128FromFloat64(n float64) complex128
func Complex128FromInt16 ¶
func Complex128FromInt16(n int16) complex128
func Complex128FromInt32 ¶
func Complex128FromInt32(n int32) complex128
func Complex128FromInt64 ¶
func Complex128FromInt64(n int64) complex128
func Complex128FromInt8 ¶
func Complex128FromInt8(n int8) complex128
func Complex128FromUint16 ¶
func Complex128FromUint16(n uint16) complex128
func Complex128FromUint32 ¶
func Complex128FromUint32(n uint32) complex128
func Complex128FromUint64 ¶
func Complex128FromUint64(n uint64) complex128
func Complex128FromUint8 ¶
func Complex128FromUint8(n uint8) complex128
func Complex128FromUintptr ¶
func Complex128FromUintptr(n uintptr) complex128
func Complex64FromComplex128 ¶
func Complex64FromComplex128(n complex128) complex64
func Complex64FromComplex64 ¶
func Complex64FromFloat32 ¶
func Complex64FromFloat64 ¶
func Complex64FromInt16 ¶
func Complex64FromInt32 ¶
func Complex64FromInt64 ¶
func Complex64FromInt8 ¶
func Complex64FromUint16 ¶
func Complex64FromUint32 ¶
func Complex64FromUint64 ¶
func Complex64FromUint8 ¶
func Complex64FromUintptr ¶
func CoverCReport ¶
func CoverReport ¶
func CplUintptr ¶
func Float32FromComplex128 ¶
func Float32FromComplex128(n complex128) float32
func Float32FromComplex64 ¶
func Float32FromFloat32 ¶
func Float32FromFloat64 ¶
func Float32FromInt16 ¶
func Float32FromInt32 ¶
func Float32FromInt64 ¶
func Float32FromInt8 ¶
func Float32FromUint16 ¶
func Float32FromUint32 ¶
func Float32FromUint64 ¶
func Float32FromUint8 ¶
func Float32FromUintptr ¶
func Float64FromComplex128 ¶
func Float64FromComplex128(n complex128) float64
func Float64FromComplex64 ¶
func Float64FromFloat32 ¶
func Float64FromFloat64 ¶
func Float64FromInt16 ¶
func Float64FromInt32 ¶
func Float64FromInt64 ¶
func Float64FromInt8 ¶
func Float64FromUint16 ¶
func Float64FromUint32 ¶
func Float64FromUint64 ¶
func Float64FromUint8 ¶
func Float64FromUintptr ¶
func GetEnviron ¶
func GetEnviron() (r []string)
func Int16FromComplex128 ¶
func Int16FromComplex128(n complex128) int16
func Int16FromComplex64 ¶
func Int16FromFloat32 ¶
func Int16FromFloat64 ¶
func Int16FromInt16 ¶
func Int16FromInt32 ¶
func Int16FromInt64 ¶
func Int16FromInt8 ¶
func Int16FromUint16 ¶
func Int16FromUint32 ¶
func Int16FromUint64 ¶
func Int16FromUint8 ¶
func Int16FromUintptr ¶
func Int32FromComplex128 ¶
func Int32FromComplex128(n complex128) int32
func Int32FromComplex64 ¶
func Int32FromFloat32 ¶
func Int32FromFloat64 ¶
func Int32FromInt16 ¶
func Int32FromInt32 ¶
func Int32FromInt64 ¶
func Int32FromInt8 ¶
func Int32FromUint16 ¶
func Int32FromUint32 ¶
func Int32FromUint64 ¶
func Int32FromUint8 ¶
func Int32FromUintptr ¶
func Int64FromComplex128 ¶
func Int64FromComplex128(n complex128) int64
func Int64FromComplex64 ¶
func Int64FromFloat32 ¶
func Int64FromFloat64 ¶
func Int64FromInt16 ¶
func Int64FromInt32 ¶
func Int64FromInt64 ¶
func Int64FromInt8 ¶
func Int64FromUint16 ¶
func Int64FromUint32 ¶
func Int64FromUint64 ¶
func Int64FromUint8 ¶
func Int64FromUintptr ¶
func Int8FromComplex128 ¶
func Int8FromComplex128(n complex128) int8
func Int8FromComplex64 ¶
func Int8FromFloat32 ¶
func Int8FromFloat64 ¶
func Int8FromInt16 ¶
func Int8FromInt32 ¶
func Int8FromInt64 ¶
func Int8FromInt8 ¶
func Int8FromUint16 ¶
func Int8FromUint32 ¶
func Int8FromUint64 ¶
func Int8FromUint8 ¶
func Int8FromUintptr ¶
func MemAuditReport ¶
func MemAuditReport() error
func MemAuditStart ¶
func MemAuditStart()
func NegUintptr ¶
func NewVaListN ¶
func PostDecAtomicInt32 ¶
func PostDecAtomicInt64 ¶
func PostDecAtomicUint32 ¶
func PostDecAtomicUint64 ¶
func PostDecAtomicUintptr ¶
func PostDecBitFieldPtr8Int8 ¶
func PostDecComplex128 ¶
func PostDecComplex128(p *complex128, d complex128) complex128
func PostDecComplex64 ¶
func PostDecFloat32 ¶
func PostDecFloat64 ¶
func PostDecInt16 ¶
func PostDecInt32 ¶
func PostDecInt64 ¶
func PostDecInt8 ¶
func PostDecUint16 ¶
func PostDecUint32 ¶
func PostDecUint64 ¶
func PostDecUint8 ¶
func PostDecUintptr ¶
func PostIncAtomicInt32 ¶
func PostIncAtomicInt32P ¶
func PostIncAtomicInt64 ¶
func PostIncAtomicInt64P ¶
func PostIncAtomicUint32 ¶
func PostIncAtomicUint32P ¶
func PostIncAtomicUint64 ¶
func PostIncAtomicUint64P ¶
func PostIncAtomicUintptr ¶
func PostIncAtomicUintptrP ¶
func PostIncBitFieldPtr8Int8 ¶
func PostIncComplex128 ¶
func PostIncComplex128(p *complex128, d complex128) complex128
func PostIncComplex64 ¶
func PostIncFloat32 ¶
func PostIncFloat64 ¶
func PostIncInt16 ¶
func PostIncInt32 ¶
func PostIncInt64 ¶
func PostIncInt8 ¶
func PostIncUint16 ¶
func PostIncUint32 ¶
func PostIncUint64 ¶
func PostIncUint8 ¶
func PostIncUintptr ¶
func PreDecAtomicInt32 ¶
func PreDecAtomicInt64 ¶
func PreDecAtomicUint32 ¶
func PreDecAtomicUint64 ¶
func PreDecAtomicUintptr ¶
func PreDecComplex128 ¶
func PreDecComplex128(p *complex128, d complex128) complex128
func PreDecComplex64 ¶
func PreDecFloat32 ¶
func PreDecFloat64 ¶
func PreDecInt16 ¶
func PreDecInt32 ¶
func PreDecInt64 ¶
func PreDecInt8 ¶
func PreDecUint16 ¶
func PreDecUint32 ¶
func PreDecUint64 ¶
func PreDecUint8 ¶
func PreDecUintptr ¶
func PreIncAtomicInt32 ¶
func PreIncAtomicInt32P ¶
func PreIncAtomicInt64 ¶
func PreIncAtomicInt64P ¶
func PreIncAtomicUint32 ¶
func PreIncAtomicUint32P ¶
func PreIncAtomicUint64 ¶
func PreIncAtomicUint64P ¶
func PreIncAtomicUintptr ¶
func PreIncComplex128 ¶
func PreIncComplex128(p *complex128, d complex128) complex128
func PreIncComplex64 ¶
func PreIncFloat32 ¶
func PreIncFloat64 ¶
func PreIncInt16 ¶
func PreIncInt32 ¶
func PreIncInt64 ¶
func PreIncInt8 ¶
func PreIncUint16 ¶
func PreIncUint32 ¶
func PreIncUint64 ¶
func PreIncUint8 ¶
func PreIncUintptr ¶
func PreInrAtomicUintptrP ¶
func SetBitFieldPtr16Uint16 ¶
func SetBitFieldPtr16Uint32 ¶
func SetBitFieldPtr16Uint64 ¶
func SetBitFieldPtr32Uint16 ¶
func SetBitFieldPtr32Uint32 ¶
func SetBitFieldPtr32Uint64 ¶
func SetBitFieldPtr64Uint16 ¶
func SetBitFieldPtr64Uint32 ¶
func SetBitFieldPtr64Uint64 ¶
func SetEnviron ¶
func Uint16FromComplex128 ¶
func Uint16FromComplex128(n complex128) uint16
func Uint16FromComplex64 ¶
func Uint16FromFloat32 ¶
func Uint16FromFloat64 ¶
func Uint16FromInt16 ¶
func Uint16FromInt32 ¶
func Uint16FromInt64 ¶
func Uint16FromInt8 ¶
func Uint16FromUint16 ¶
func Uint16FromUint32 ¶
func Uint16FromUint64 ¶
func Uint16FromUint8 ¶
func Uint16FromUintptr ¶
func Uint32FromComplex128 ¶
func Uint32FromComplex128(n complex128) uint32
func Uint32FromComplex64 ¶
func Uint32FromFloat32 ¶
func Uint32FromFloat64 ¶
func Uint32FromInt16 ¶
func Uint32FromInt32 ¶
func Uint32FromInt64 ¶
func Uint32FromInt8 ¶
func Uint32FromUint16 ¶
func Uint32FromUint32 ¶
func Uint32FromUint64 ¶
func Uint32FromUint8 ¶
func Uint32FromUintptr ¶
func Uint64FromComplex128 ¶
func Uint64FromComplex128(n complex128) uint64
func Uint64FromComplex64 ¶
func Uint64FromFloat32 ¶
func Uint64FromFloat64 ¶
func Uint64FromInt16 ¶
func Uint64FromInt32 ¶
func Uint64FromInt64 ¶
func Uint64FromInt8 ¶
func Uint64FromUint16 ¶
func Uint64FromUint32 ¶
func Uint64FromUint64 ¶
func Uint64FromUint8 ¶
func Uint64FromUintptr ¶
func Uint8FromComplex128 ¶
func Uint8FromComplex128(n complex128) uint8
func Uint8FromComplex64 ¶
func Uint8FromFloat32 ¶
func Uint8FromFloat64 ¶
func Uint8FromInt16 ¶
func Uint8FromInt32 ¶
func Uint8FromInt64 ¶
func Uint8FromInt8 ¶
func Uint8FromUint16 ¶
func Uint8FromUint32 ¶
func Uint8FromUint64 ¶
func Uint8FromUint8 ¶
func Uint8FromUintptr ¶
func UintptrFromComplex128 ¶
func UintptrFromComplex128(n complex128) uintptr
func UintptrFromComplex64 ¶
func UintptrFromFloat32 ¶
func UintptrFromFloat64 ¶
func UintptrFromInt16 ¶
func UintptrFromInt32 ¶
func UintptrFromInt64 ¶
func UintptrFromInt8 ¶
func UintptrFromUint16 ¶
func UintptrFromUint32 ¶
func UintptrFromUint64 ¶
func UintptrFromUint8 ¶
func UintptrFromUintptr ¶
func WatchDelete ¶
func WatchDelete(p uintptr)
func WatchFloat32 ¶
func WatchFloat64 ¶
func WatchInt16 ¶
func WatchInt32 ¶
func WatchInt64 ¶
func WatchUint16 ¶
func WatchUint32 ¶
func WatchUint64 ¶
func WatchUint8 ¶
func X_IO_feof_unlocked ¶
func X_IO_ferror_unlocked ¶
func X_IO_getc_unlocked ¶
func X___errno_location ¶
func X__aio_close ¶
func X__assert_fail ¶
func X__atomic_exchangeInt16 ¶
func X__atomic_exchangeInt32 ¶
func X__atomic_exchangeInt64 ¶
func X__atomic_exchangeInt8 ¶
func X__atomic_exchangeUint8 ¶
func X__atomic_fetch_addInt8 ¶
func X__atomic_fetch_andInt8 ¶
func X__atomic_fetch_orInt16 ¶
func X__atomic_fetch_orInt32 ¶
func X__atomic_fetch_orInt64 ¶
func X__atomic_fetch_orInt8 ¶
func X__atomic_fetch_orUint8 ¶
func X__atomic_fetch_subInt8 ¶
func X__atomic_fetch_xorInt8 ¶
func X__atomic_loadInt16 ¶
func X__atomic_loadInt32 ¶
func X__atomic_loadInt64 ¶
func X__atomic_loadInt8 ¶
func X__atomic_loadUint16 ¶
func X__atomic_loadUint32 ¶
func X__atomic_loadUint64 ¶
func X__atomic_loadUint8 ¶
func X__atomic_storeInt16 ¶
func X__atomic_storeInt32 ¶
func X__atomic_storeInt64 ¶
func X__atomic_storeInt8 ¶
func X__atomic_storeUint16 ¶
func X__atomic_storeUint32 ¶
func X__atomic_storeUint64 ¶
func X__atomic_storeUint8 ¶
func X__block_all_sigs ¶
func X__block_app_sigs ¶
func X__builtin___memcpy_chk ¶
func X__builtin___memset_chk ¶
func X__builtin___strcat_chk ¶
func X__builtin___strcpy_chk ¶
func X__builtin_abort ¶
func X__builtin_abort(t *TLS)
func X__builtin_abs ¶
func X__builtin_alloca ¶
func X__builtin_bswap16 ¶
func X__builtin_bswap32 ¶
func X__builtin_bswap64 ¶
func X__builtin_bzero ¶
func X__builtin_clz ¶
func X__builtin_clzl ¶
func X__builtin_clzll ¶
func X__builtin_constant_p_impl ¶
func X__builtin_constant_p_impl()
func X__builtin_copysign ¶
func X__builtin_copysignf ¶
func X__builtin_copysignl ¶
func X__builtin_ctz ¶
func X__builtin_exit ¶
func X__builtin_expect ¶
func X__builtin_expect(t *TLS, exp, c long) long
func X__builtin_fabs ¶
func X__builtin_fabsf ¶
func X__builtin_fabsl ¶
func X__builtin_ffs ¶
func X__builtin_fma ¶
func X__builtin_free ¶
func X__builtin_huge_val ¶
func X__builtin_huge_valf ¶
func X__builtin_inf ¶
func X__builtin_inff ¶
func X__builtin_infl ¶
func X__builtin_isblank ¶
func X__builtin_isnan ¶
func X__builtin_isnanf ¶
func X__builtin_isnanl ¶
func X__builtin_isprint ¶
func X__builtin_isunordered ¶
func X__builtin_llabs ¶
func X__builtin_log2 ¶
func X__builtin_lrint ¶
func X__builtin_lrintf ¶
func X__builtin_malloc ¶
func X__builtin_mmap ¶
func X__builtin_nan ¶
func X__builtin_nanf ¶
func X__builtin_nanl ¶
func X__builtin_popcount ¶
func X__builtin_popcountl ¶
func X__builtin_prefetch ¶
func X__builtin_rintf ¶
func X__builtin_round ¶
func X__builtin_roundf ¶
func X__builtin_snprintf ¶
func X__builtin_sprintf ¶
func X__builtin_strcmp ¶
func X__builtin_strcpy ¶
func X__builtin_trap ¶
func X__builtin_trap(t *TLS)
func X__builtin_trunc ¶
func X__builtin_unreachable ¶
func X__builtin_unreachable(t *TLS)
func X__builtin_vsnprintf ¶
func X__ccgo_dmesg ¶
func X__ccgo_getMutexType ¶
func X__ccgo_in6addr_anyp ¶
func X__ccgo_sqlite3_log ¶
func X__clock_gettime ¶
func X__clock_gettime(tls *TLS, clk Tclockid_t, ts uintptr) (r1 int32)
func X__clock_nanosleep ¶
func X__cmsg_nxthdr ¶
func X__convert_scm_timestamps ¶
func X__convert_scm_timestamps(tls *TLS, msg uintptr, csize Tsocklen_t)
func X__crypt_blowfish ¶
func X__crypt_des ¶
func X__crypt_md5 ¶
func X__crypt_sha256 ¶
func X__crypt_sha512 ¶
func X__ctype_b_loc ¶
func X__ctype_tolower_loc ¶
func X__ctype_toupper_loc ¶
func X__des_setkey ¶
func X__dn_expand ¶
func X__dns_parse ¶
func X__do_orphaned_stdio_locks ¶
func X__do_orphaned_stdio_locks(tls *TLS)
func X__env_rm_add ¶
func X__errno_location ¶
func X__fclose_ca ¶
func X__fesetround ¶
func X__fmodeflags ¶
func X__fopen_rb_ca ¶
func X__fpclassify ¶
func X__fpclassifyf ¶
func X__fpclassifyl ¶
func X__freadable ¶
func X__freading ¶
func X__freadptrinc ¶
func X__freelocale ¶
func X__fseeko_unlocked ¶
func X__fseterr ¶
func X__fstatat ¶
func X__funcs_on_quick_exit ¶
func X__funcs_on_quick_exit(tls *TLS)
func X__futimesat ¶
func X__fwritable ¶
func X__fwriting ¶
func X__fxstatat ¶
func X__get_handler_set ¶
func X__get_resolv_conf ¶
func X__getauxval ¶
func X__getgr_a ¶
func X__getgrent_a ¶
func X__getpw_a ¶
func X__getpwent_a ¶
func X__gettextdomain ¶
func X__h_errno_location ¶
func X__init_ssp ¶
func X__intscan ¶
func X__isoc99_fscanf ¶
func X__isoc99_fwscanf ¶
func X__isoc99_sscanf ¶
func X__isoc99_swscanf ¶
func X__isoc99_vfscanf ¶
func X__isoc99_vfwscanf ¶
func X__isoc99_vsscanf ¶
func X__isoc99_vswscanf ¶
func X__lctrans_cur ¶
func X__ldexp_cexp ¶
func X__ldexp_cexp(tls *TLS, z complex128, expt int32) (r complex128)
func X__libc_sigaction ¶
func X__loc_is_allocated ¶
func X__lockfile ¶
func X__lookup_ipliteral ¶
func X__lookup_name ¶
func X__lookup_serv ¶
func X__lsysinfo ¶
func X__math_divzero ¶
func X__math_divzerof ¶
func X__math_invalid ¶
func X__math_invalidf ¶
func X__math_oflow ¶
func X__math_oflowf ¶
func X__math_uflow ¶
func X__math_uflowf ¶
func X__mkostemps ¶
func X__nl_langinfo ¶
func X__nscd_query ¶
func X__ofl_add ¶
func X__ofl_lock ¶
func X__ofl_unlock ¶
func X__ofl_unlock(tls *TLS)
func X__posix_getopt ¶
func X__procfdname ¶
func X__qsort_r ¶
func X__register_locked_file ¶
func X__register_locked_file(tls *TLS, f uintptr, self Tpthread_t)
func X__rem_pio2_large ¶
func X__res_mkquery ¶
func X__res_msend ¶
func X__res_msend_rc ¶
func X__res_send ¶
func X__res_state ¶
func X__reset_tls ¶
func X__reset_tls(tls *TLS)
func X__restore ¶
func X__restore(tls *TLS)
func X__restore_rt ¶
func X__restore_rt(tls *TLS)
func X__restore_sigs ¶
func X__rtnetlink_enumerate ¶
func X__secs_to_zone ¶
func X__signbit ¶
func X__signbitf ¶
func X__signbitl ¶
func X__stack_chk_fail ¶
func X__stack_chk_fail(tls *TLS)
func X__stack_chk_fail_local ¶
func X__stack_chk_fail_local(tls *TLS)
func X__stdio_close ¶
func X__stdio_exit ¶
func X__stdio_exit(tls *TLS)
func X__stdio_exit_needed ¶
func X__stdio_exit_needed(tls *TLS)
func X__strcasecmp_l ¶
func X__strftime_fmt_1 ¶
func X__strncasecmp_l ¶
func X__strtol_internal ¶
func X__strtoll_internal ¶
func X__strtoul_internal ¶
func X__strtoull_internal ¶
func X__sync_synchronize ¶
func X__sync_synchronize(t *TLS)
func X__syscall0 ¶
func X__syscall0(tls *TLS, n long) long
func X__syscall1 ¶
func X__syscall1(tls *TLS, n, a1 long) long
func X__syscall2 ¶
func X__syscall2(tls *TLS, n, a1, a2 long) long
func X__syscall3 ¶
func X__syscall3(tls *TLS, n, a1, a2, a3 long) long
func X__syscall4 ¶
func X__syscall4(tls *TLS, n, a1, a2, a3, a4 long) long
func X__syscall5 ¶
func X__syscall5(tls *TLS, n, a1, a2, a3, a4, a5 long) long
func X__syscall6 ¶
func X__syscall6(tls *TLS, n, a1, a2, a3, a4, a5, a6 long) long
func X__syscall_ret ¶
func X__tm_to_secs ¶
func X__tm_to_tzname ¶
func X__toread_needs_stdio_exit ¶
func X__toread_needs_stdio_exit(tls *TLS)
func X__towrite ¶
func X__towrite_needs_stdio_exit ¶
func X__towrite_needs_stdio_exit(tls *TLS)
func X__tre_mem_alloc_impl ¶
func X__tre_mem_destroy ¶
func X__tre_mem_destroy(tls *TLS, mem Ttre_mem_t)
func X__tsearch_balance ¶
func X__unlist_locked_file ¶
func X__unlockfile ¶
func X__vm_wait ¶
func X__vm_wait(tls *TLS)
func X__xmknodat ¶
func X__xpg_basename ¶
func X__xpg_strerror_r ¶
func X_flushlbf ¶
func X_flushlbf(tls *TLS)
func X_obstack_begin ¶
func X_pthread_cleanup_pop ¶
func X_pthread_cleanup_push ¶
func Xat_quick_exit ¶
func Xbacktrace_symbols_fd ¶
func Xbindtextdomain ¶
func Xcabs ¶
func Xcabs(tls *TLS, z complex128) (r float64)
func Xcabsl ¶
func Xcabsl(tls *TLS, z complex128) (r float64)
func Xcacos ¶
func Xcacos(tls *TLS, z complex128) (r complex128)
func Xcacosh ¶
func Xcacosh(tls *TLS, z complex128) (r complex128)
func Xcacoshl ¶
func Xcacoshl(tls *TLS, z complex128) (r complex128)
func Xcacosl ¶
func Xcacosl(tls *TLS, z complex128) (r complex128)
func Xcarg ¶
func Xcarg(tls *TLS, z complex128) (r float64)
func Xcargl ¶
func Xcargl(tls *TLS, z complex128) (r float64)
func Xcasin ¶
func Xcasin(tls *TLS, z complex128) (r1 complex128)
func Xcasinh ¶
func Xcasinh(tls *TLS, z complex128) (r complex128)
func Xcasinhl ¶
func Xcasinhl(tls *TLS, z complex128) (r complex128)
func Xcasinl ¶
func Xcasinl(tls *TLS, z complex128) (r complex128)
func Xcatan ¶
func Xcatan(tls *TLS, z complex128) (r complex128)
func Xcatanh ¶
func Xcatanh(tls *TLS, z complex128) (r complex128)
func Xcatanhl ¶
func Xcatanhl(tls *TLS, z complex128) (r complex128)
func Xcatanl ¶
func Xcatanl(tls *TLS, z complex128) (r complex128)
func Xccos ¶
func Xccos(tls *TLS, z complex128) (r complex128)
func Xccosh ¶
func Xccosh(tls *TLS, z complex128) (r complex128)
func Xccoshl ¶
func Xccoshl(tls *TLS, z complex128) (r complex128)
func Xccosl ¶
func Xccosl(tls *TLS, z complex128) (r complex128)
func Xcexp ¶
func Xcexp(tls *TLS, z complex128) (r complex128)
func Xcexpl ¶
func Xcexpl(tls *TLS, z complex128) (r complex128)
func Xcfmakeraw ¶
func Xcimag ¶
func Xcimag(tls *TLS, z complex128) (r float64)
func Xcimagl ¶
func Xcimagl(tls *TLS, z complex128) (r float64)
func Xclearerr_unlocked ¶
func Xclock_adjtime ¶
func Xclock_adjtime(tls *TLS, clock_id Tclockid_t, utx uintptr) (r1 int32)
func Xclock_getres ¶
func Xclock_getres(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)
func Xclock_gettime ¶
func Xclock_gettime(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)
func Xclock_nanosleep ¶
func Xclock_settime ¶
func Xclock_settime(tls *TLS, clk Tclockid_t, ts uintptr) (r int32)
func Xclog ¶
func Xclog(tls *TLS, z complex128) (r1 complex128)
func Xclogl ¶
func Xclogl(tls *TLS, z complex128) (r complex128)
func Xconj ¶
func Xconj(tls *TLS, z complex128) (r complex128)
func Xconjl ¶
func Xconjl(tls *TLS, z complex128) (r complex128)
func Xcpow ¶
func Xcpow(tls *TLS, z complex128, c complex128) (r complex128)
func Xcpowl ¶
func Xcpowl(tls *TLS, z complex128, c complex128) (r complex128)
func Xcproj ¶
func Xcproj(tls *TLS, z complex128) (r complex128)
func Xcprojl ¶
func Xcprojl(tls *TLS, z complex128) (r complex128)
func Xcreal ¶
func Xcreal(tls *TLS, z complex128) (r float64)
func Xcreall ¶
func Xcreall(tls *TLS, z complex128) (r float64)
func Xcsin ¶
func Xcsin(tls *TLS, z complex128) (r complex128)
func Xcsinh ¶
func Xcsinh(tls *TLS, z complex128) (r complex128)
func Xcsinhl ¶
func Xcsinhl(tls *TLS, z complex128) (r complex128)
func Xcsinl ¶
func Xcsinl(tls *TLS, z complex128) (r complex128)
func Xcsqrt ¶
func Xcsqrt(tls *TLS, z complex128) (r complex128)
func Xcsqrtl ¶
func Xcsqrtl(tls *TLS, z complex128) (r complex128)
func Xctan ¶
func Xctan(tls *TLS, z complex128) (r complex128)
func Xctanh ¶
func Xctanh(tls *TLS, z complex128) (r complex128)
func Xctanhl ¶
func Xctanhl(tls *TLS, z complex128) (r complex128)
func Xctanl ¶
func Xctanl(tls *TLS, z complex128) (r complex128)
func Xdcgettext ¶
func Xdcngettext ¶
func Xdn_expand ¶
func Xdngettext ¶
func Xendhostent ¶
func Xendhostent(tls *TLS)
func Xendmntent ¶
func Xendnetent ¶
func Xendnetent(tls *TLS)
func Xendprotoent ¶
func Xendprotoent(tls *TLS)
func Xendservent ¶
func Xendservent(tls *TLS)
func Xendusershell ¶
func Xendusershell(tls *TLS)
func Xendutxent ¶
func Xendutxent(tls *TLS)
func Xepoll_create ¶
func Xepoll_create1 ¶
func Xepoll_pwait ¶
func Xether_aton ¶
func Xether_ntoa ¶
func Xeventfd_write ¶
func Xeventfd_write(tls *TLS, fd int32, _value Teventfd_t) (r int32)
func Xexplicit_bzero ¶
func Xfaccessat ¶
func Xfallocate ¶
func Xfanotify_mark ¶
func Xfdatasync ¶
func Xfdopendir ¶
func Xfeclearexcept ¶
func Xfegetround ¶
func Xfeof_unlocked ¶
func Xferaiseexcept ¶
func Xferror_unlocked ¶
func Xfetestexcept ¶
func Xfflush_unlocked ¶
func Xfgetc_unlocked ¶
func Xfgetgrent ¶
func Xfgetpwent ¶
func Xfileno_unlocked ¶
func Xflockfile ¶
func Xfopencookie ¶
func Xfopencookie(tls *TLS, cookie uintptr, mode uintptr, iofuncs Tcookie_io_functions_t) (r uintptr)
func Xfreeaddrinfo ¶
func Xfreeifaddrs ¶
func Xfreelocale ¶
func Xfsetxattr ¶
func Xftrylockfile ¶
func Xfts64_close ¶
func Xfts64_open ¶
func Xfts64_read ¶
func Xfts_close ¶
func Xfunlockfile ¶
func Xgai_strerror ¶
func Xget_avphys_pages ¶
func Xget_current_dir_name ¶
func Xget_nprocs ¶
func Xget_nprocs_conf ¶
func Xget_phys_pages ¶
func Xgetaddrinfo ¶
func Xgetauxval ¶
func Xgetc_unlocked ¶
func Xgetchar_unlocked ¶
func Xgetdtablesize ¶
func Xgetgrgid_r ¶
func Xgetgrnam_r ¶
func Xgetgrouplist ¶
func Xgethostbyaddr ¶
func Xgethostbyaddr(tls *TLS, a uintptr, l Tsocklen_t, af int32) (r uintptr)
func Xgethostbyaddr_r ¶
func Xgethostbyname ¶
func Xgethostbyname2_r ¶
func Xgethostbyname_r ¶
func Xgethostent ¶
func Xgethostid ¶
func Xgetifaddrs ¶
func Xgetmntent ¶
func Xgetmntent_r ¶
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 Xgetnetbyname ¶
func Xgetnetent ¶
func Xgetopt_long ¶
func Xgetopt_long_only ¶
func Xgetpagesize ¶
func Xgetprotobyname ¶
func Xgetprotobynumber ¶
func Xgetprotoent ¶
func Xgetpwnam_r ¶
func Xgetpwuid_r ¶
func Xgetservbyname_r ¶
func Xgetservent ¶
func Xgetsockopt ¶
func Xgetusershell ¶
func Xgetutline ¶
func Xgetutxent ¶
func Xgetutxline ¶
func Xhstrerror ¶
func Xiconv_close ¶
func Xif_freenameindex ¶
func Xif_nameindex ¶
func Xif_nametoindex ¶
func Xinet_ntoa ¶
func Xinet_ntop ¶
func Xinitstate_r ¶
func Xinotify_add_watch ¶
func Xinotify_init ¶
func Xinotify_init1 ¶
func Xisastream ¶
func Xissetugid ¶
func Xiswxdigit ¶
func Xlocaleconv ¶
func Xlocaltime ¶
func Xlogin_tty ¶
func Xlsetxattr ¶
func Xmkstemp64 ¶
func Xmunlockall ¶
func Xname_to_handle_at ¶
func Xnl_langinfo ¶
func Xns_initparse ¶
func Xns_name_uncompress ¶
func Xns_parserr ¶
func Xns_skiprr ¶
func Xobstack_free ¶
func Xobstack_vprintf ¶
func Xopen_by_handle_at ¶
func Xpersonality ¶
func Xposix_fadvise ¶
func Xposix_fallocate ¶
func Xposix_madvise ¶
func Xposix_openpt ¶
func Xposix_spawnattr_init ¶
func Xpthread_atfork ¶
func Xpthread_attr_destroy ¶
func Xpthread_attr_init ¶
func Xpthread_cleanup_pop ¶
func Xpthread_cleanup_push ¶
func Xpthread_cond_broadcast ¶
func Xpthread_cond_destroy ¶
func Xpthread_cond_init ¶
func Xpthread_cond_signal ¶
func Xpthread_cond_timedwait ¶
func Xpthread_cond_wait ¶
func Xpthread_create ¶
func Xpthread_detach ¶
func Xpthread_equal ¶
func Xpthread_exit ¶
func Xpthread_getspecific ¶
func Xpthread_getspecific(tls *TLS, k Tpthread_key_t) uintptr
func Xpthread_join ¶
func Xpthread_join(tls *TLS, t Tpthread_t, res uintptr) (r int32)
func Xpthread_key_delete ¶
func Xpthread_key_delete(tls *TLS, k Tpthread_key_t) int32
func Xpthread_mutex_destroy ¶
func Xpthread_mutex_init ¶
func Xpthread_mutex_lock ¶
func Xpthread_mutex_trylock ¶
func Xpthread_mutex_unlock ¶
func Xpthread_mutexattr_init ¶
func Xpthread_self ¶
func Xpthread_setspecific ¶
func Xpthread_setspecific(tls *TLS, k Tpthread_key_t, x uintptr) int32
func Xputchar_unlocked ¶
func Xpututline ¶
func Xpututxline ¶
func Xquick_exit ¶
func Xreaddir64 ¶
func Xremap_file_pages ¶
func Xrenameat2 ¶
func Xres_mkquery ¶
func Xrewinddir ¶
func Xsched_yield ¶
func Xsecure_getenv ¶
func Xsemtimedop ¶
func Xsethostent ¶
func Xsetlinebuf ¶
func Xsetlogmask ¶
func Xsetnetent ¶
func Xsetprotoent ¶
func Xsetservent ¶
func Xsetsockopt ¶
func Xsetusershell ¶
func Xsetusershell(tls *TLS)
func Xsetutxent ¶
func Xsetutxent(tls *TLS)
func Xshm_unlink ¶
func Xsigemptyset ¶
func Xsigfillset ¶
func Xsigisemptyset ¶
func Xsignificand ¶
func Xsignificandf ¶
func Xsigpending ¶
func Xsigsuspend ¶
func Xsigtimedwait ¶
func Xsockatmark ¶
func Xsocketpair ¶
func Xstrncasecmp_l ¶
func Xstrsignal ¶
func Xsync_file_range ¶
func Xsysctlbyname ¶
func Xtextdomain ¶
func Xtimer_delete ¶
func Xtimer_getoverrun ¶
func Xtimer_settime ¶
func Xtimerfd_settime ¶
func Xutimensat ¶
func Xuuid_copy ¶
func Xuuid_generate_random ¶
func Xuuid_unparse ¶
func Xvsnprintf ¶
func Xvswprintf ¶
func Xwcscasecmp_l ¶
func Xwcsncasecmp_l ¶
Types ¶
type Int128 ¶
func Int128FromFloat32 ¶
func Int128FromFloat64 ¶
func Int128FromInt16 ¶
func Int128FromInt32 ¶
func Int128FromInt64 ¶
func Int128FromInt8 ¶
func Int128FromUint128 ¶
func Int128FromUint16 ¶
func Int128FromUint32 ¶
func Int128FromUint64 ¶
func Int128FromUint8 ¶
type LongjmpRetval ¶
type LongjmpRetval int32
type MemAuditError ¶
func MemAudit ¶
func MemAudit() (r []*MemAuditError)
func (*MemAuditError) Error ¶
func (e *MemAuditError) Error() string
type PerfCounter ¶
type PerfCounter struct {
// contains filtered or unexported fields
}
func NewPerfCounter ¶
func NewPerfCounter(labels []string) *PerfCounter
func (*PerfCounter) Clear ¶
func (c *PerfCounter) Clear()
func (*PerfCounter) Disable ¶
func (c *PerfCounter) Disable()
func (*PerfCounter) Enable ¶
func (c *PerfCounter) Enable()
func (*PerfCounter) Inc ¶
func (c *PerfCounter) Inc(n int)
func (*PerfCounter) IncN ¶
func (c *PerfCounter) IncN(n, m int)
func (*PerfCounter) String ¶
func (c *PerfCounter) String() string
type StackCapture ¶
func NewStackCapture ¶
func NewStackCapture(depth int) *StackCapture
func (*StackCapture) Clear ¶
func (c *StackCapture) Clear()
func (*StackCapture) Disable ¶
func (c *StackCapture) Disable()
func (*StackCapture) Enable ¶
func (c *StackCapture) Enable()
func (*StackCapture) Record ¶
func (c *StackCapture) Record()
func (*StackCapture) String ¶
func (c *StackCapture) String() string
type TBF_word_signed ¶
type TBF_word_signed = int32
type TElf32_Addr ¶
type TElf32_Addr = uint32
type TElf32_Chdr ¶
type TElf32_Chdr = struct { Fch_type TElf32_Word Fch_size TElf32_Word Fch_addralign TElf32_Word }
type TElf32_Conflict ¶
type TElf32_Conflict = uint32
type TElf32_Dyn ¶
type TElf32_Dyn = struct { Fd_tag TElf32_Sword Fd_un struct { Fd_ptr [0]TElf32_Addr Fd_val TElf32_Word } }
type TElf32_Ehdr ¶
type TElf32_Ehdr = struct { Fe_ident [16]uint8 Fe_type TElf32_Half Fe_machine TElf32_Half Fe_version TElf32_Word Fe_entry TElf32_Addr Fe_phoff TElf32_Off Fe_shoff TElf32_Off Fe_flags TElf32_Word Fe_ehsize TElf32_Half Fe_phentsize TElf32_Half Fe_phnum TElf32_Half Fe_shentsize TElf32_Half Fe_shnum TElf32_Half Fe_shstrndx TElf32_Half }
type TElf32_Half ¶
type TElf32_Half = uint16
type TElf32_Lib ¶
type TElf32_Lib = struct { Fl_name TElf32_Word Fl_time_stamp TElf32_Word Fl_checksum TElf32_Word Fl_version TElf32_Word Fl_flags TElf32_Word }
type TElf32_Move ¶
type TElf32_Move = struct { Fm_value TElf32_Xword Fm_info TElf32_Word Fm_poffset TElf32_Word Fm_repeat TElf32_Half Fm_stride TElf32_Half }
type TElf32_Nhdr ¶
type TElf32_Nhdr = struct { Fn_namesz TElf32_Word Fn_descsz TElf32_Word Fn_type TElf32_Word }
type TElf32_Off ¶
type TElf32_Off = uint32
type TElf32_Phdr ¶
type TElf32_Phdr = struct { Fp_type TElf32_Word Fp_offset TElf32_Off Fp_vaddr TElf32_Addr Fp_paddr TElf32_Addr Fp_filesz TElf32_Word Fp_memsz TElf32_Word Fp_flags TElf32_Word Fp_align TElf32_Word }
type TElf32_RegInfo ¶
type TElf32_RegInfo = struct { Fri_gprmask TElf32_Word Fri_cprmask [4]TElf32_Word Fri_gp_value TElf32_Sword }
type TElf32_Rel ¶
type TElf32_Rel = struct { Fr_offset TElf32_Addr Fr_info TElf32_Word }
type TElf32_Rela ¶
type TElf32_Rela = struct { Fr_offset TElf32_Addr Fr_info TElf32_Word Fr_addend TElf32_Sword }
type TElf32_Relr ¶
type TElf32_Relr = uint32
type TElf32_Section ¶
type TElf32_Section = uint16
type TElf32_Shdr ¶
type TElf32_Shdr = struct { Fsh_name TElf32_Word Fsh_type TElf32_Word Fsh_flags TElf32_Word Fsh_addr TElf32_Addr Fsh_offset TElf32_Off Fsh_size TElf32_Word Fsh_link TElf32_Word Fsh_info TElf32_Word Fsh_addralign TElf32_Word Fsh_entsize TElf32_Word }
type TElf32_Sword ¶
type TElf32_Sword = int32
type TElf32_Sxword ¶
type TElf32_Sxword = int64
type TElf32_Sym ¶
type TElf32_Sym = struct { Fst_name TElf32_Word Fst_value TElf32_Addr Fst_size TElf32_Word Fst_info uint8 Fst_other uint8 Fst_shndx TElf32_Section }
type TElf32_Syminfo ¶
type TElf32_Syminfo = struct { Fsi_boundto TElf32_Half Fsi_flags TElf32_Half }
type TElf32_Verdaux ¶
type TElf32_Verdaux = struct { Fvda_name TElf32_Word Fvda_next TElf32_Word }
type TElf32_Verdef ¶
type TElf32_Verdef = struct { Fvd_version TElf32_Half Fvd_flags TElf32_Half Fvd_ndx TElf32_Half Fvd_cnt TElf32_Half Fvd_hash TElf32_Word Fvd_aux TElf32_Word Fvd_next TElf32_Word }
type TElf32_Vernaux ¶
type TElf32_Vernaux = struct { Fvna_hash TElf32_Word Fvna_flags TElf32_Half Fvna_other TElf32_Half Fvna_name TElf32_Word Fvna_next TElf32_Word }
type TElf32_Verneed ¶
type TElf32_Verneed = struct { Fvn_version TElf32_Half Fvn_cnt TElf32_Half Fvn_file TElf32_Word Fvn_aux TElf32_Word Fvn_next TElf32_Word }
type TElf32_Versym ¶
type TElf32_Versym = uint16
type TElf32_Word ¶
type TElf32_Word = uint32
type TElf32_Xword ¶
type TElf32_Xword = uint64
type TElf32_auxv_t ¶
type TElf32_gptab ¶
type TElf32_gptab = struct { Fgt_entry [0]struct { Fgt_g_value TElf32_Word Fgt_bytes TElf32_Word } Fgt_header struct { Fgt_current_g_value TElf32_Word Fgt_unused TElf32_Word } }
type TElf64_Addr ¶
type TElf64_Addr = uint64
type TElf64_Chdr ¶
type TElf64_Chdr = struct { Fch_type TElf64_Word Fch_reserved TElf64_Word Fch_size TElf64_Xword Fch_addralign TElf64_Xword }
type TElf64_Dyn ¶
type TElf64_Dyn = struct { Fd_tag TElf64_Sxword Fd_un struct { Fd_ptr [0]TElf64_Addr Fd_val TElf64_Xword } }
type TElf64_Ehdr ¶
type TElf64_Ehdr = struct { Fe_ident [16]uint8 Fe_type TElf64_Half Fe_machine TElf64_Half Fe_version TElf64_Word Fe_entry TElf64_Addr Fe_phoff TElf64_Off Fe_shoff TElf64_Off Fe_flags TElf64_Word Fe_ehsize TElf64_Half Fe_phentsize TElf64_Half Fe_phnum TElf64_Half Fe_shentsize TElf64_Half Fe_shnum TElf64_Half Fe_shstrndx TElf64_Half }
type TElf64_Half ¶
type TElf64_Half = uint16
type TElf64_Lib ¶
type TElf64_Lib = struct { Fl_name TElf64_Word Fl_time_stamp TElf64_Word Fl_checksum TElf64_Word Fl_version TElf64_Word Fl_flags TElf64_Word }
type TElf64_Move ¶
type TElf64_Move = struct { Fm_value TElf64_Xword Fm_info TElf64_Xword Fm_poffset TElf64_Xword Fm_repeat TElf64_Half Fm_stride TElf64_Half }
type TElf64_Nhdr ¶
type TElf64_Nhdr = struct { Fn_namesz TElf64_Word Fn_descsz TElf64_Word Fn_type TElf64_Word }
type TElf64_Off ¶
type TElf64_Off = uint64
type TElf64_Phdr ¶
type TElf64_Phdr = struct { Fp_type TElf64_Word Fp_flags TElf64_Word Fp_offset TElf64_Off Fp_vaddr TElf64_Addr Fp_paddr TElf64_Addr Fp_filesz TElf64_Xword Fp_memsz TElf64_Xword Fp_align TElf64_Xword }
type TElf64_Rel ¶
type TElf64_Rel = struct { Fr_offset TElf64_Addr Fr_info TElf64_Xword }
type TElf64_Rela ¶
type TElf64_Rela = struct { Fr_offset TElf64_Addr Fr_info TElf64_Xword Fr_addend TElf64_Sxword }
type TElf64_Relr ¶
type TElf64_Relr = uint64
type TElf64_Section ¶
type TElf64_Section = uint16
type TElf64_Shdr ¶
type TElf64_Shdr = struct { Fsh_name TElf64_Word Fsh_type TElf64_Word Fsh_flags TElf64_Xword Fsh_addr TElf64_Addr Fsh_offset TElf64_Off Fsh_size TElf64_Xword Fsh_link TElf64_Word Fsh_info TElf64_Word Fsh_addralign TElf64_Xword Fsh_entsize TElf64_Xword }
type TElf64_Sword ¶
type TElf64_Sword = int32
type TElf64_Sxword ¶
type TElf64_Sxword = int64
type TElf64_Sym ¶
type TElf64_Sym = struct { Fst_name TElf64_Word Fst_info uint8 Fst_other uint8 Fst_shndx TElf64_Section Fst_value TElf64_Addr Fst_size TElf64_Xword }
type TElf64_Syminfo ¶
type TElf64_Syminfo = struct { Fsi_boundto TElf64_Half Fsi_flags TElf64_Half }
type TElf64_Verdaux ¶
type TElf64_Verdaux = struct { Fvda_name TElf64_Word Fvda_next TElf64_Word }
type TElf64_Verdef ¶
type TElf64_Verdef = struct { Fvd_version TElf64_Half Fvd_flags TElf64_Half Fvd_ndx TElf64_Half Fvd_cnt TElf64_Half Fvd_hash TElf64_Word Fvd_aux TElf64_Word Fvd_next TElf64_Word }
type TElf64_Vernaux ¶
type TElf64_Vernaux = struct { Fvna_hash TElf64_Word Fvna_flags TElf64_Half Fvna_other TElf64_Half Fvna_name TElf64_Word Fvna_next TElf64_Word }
type TElf64_Verneed ¶
type TElf64_Verneed = struct { Fvn_version TElf64_Half Fvn_cnt TElf64_Half Fvn_file TElf64_Word Fvn_aux TElf64_Word Fvn_next TElf64_Word }
type TElf64_Versym ¶
type TElf64_Versym = uint16
type TElf64_Word ¶
type TElf64_Word = uint32
type TElf64_Xword ¶
type TElf64_Xword = uint64
type TElf64_auxv_t ¶
type TElf_MIPS_ABIFlags_v0 ¶
type TElf_MIPS_ABIFlags_v0 = struct { Fversion TElf32_Half Fisa_level uint8 Fisa_rev uint8 Fgpr_size uint8 Fcpr1_size uint8 Fcpr2_size uint8 Ffp_abi uint8 Fisa_ext TElf32_Word Fases TElf32_Word Fflags1 TElf32_Word Fflags2 TElf32_Word }
type TElf_Options ¶
type TElf_Options = struct { Fkind uint8 Fsize uint8 Fsection TElf32_Section Finfo TElf32_Word }
type TElf_Options_Hw ¶
type TElf_Options_Hw = struct { Fhwp_flags1 TElf32_Word Fhwp_flags2 TElf32_Word }
type TElf_Symndx ¶
type TElf_Symndx = uint32
type TFILE ¶
type TFILE = struct { Fflags uint32 Frpos uintptr Frend uintptr Fclose1 uintptr Fwend uintptr Fwpos uintptr Fmustbezero_1 uintptr Fwbase uintptr Fread uintptr Fwrite uintptr Fseek uintptr Fbuf uintptr Fbuf_size Tsize_t Fprev uintptr Fnext uintptr Ffd int32 Fpipe_pid int32 Flockcount int64 Fmode int32 Flock int32 Flbf int32 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 TLS ¶
type TLS struct { ID int32 // contains filtered or unexported fields }
func (*TLS) AllocaEntry ¶
func (tls *TLS) AllocaEntry()
func (*TLS) AllocaExit ¶
func (tls *TLS) AllocaExit()
func (*TLS) PopJumpBuffer ¶
func (*TLS) PushJumpBuffer ¶
type T_G_fpos64_t ¶
type T_G_fpos64_t = Tfpos_t
type T_IO_cookie_io_functions_t ¶
type T_IO_cookie_io_functions_t = Tcookie_io_functions_t
type T_ns_flagdata ¶
type Targ ¶
type Targ = struct { Ff [0]float64 Fp [0]uintptr Fi Tuintmax_t }
type Tarpd_request ¶
type Tarpreq_old ¶
type Tblksize_t ¶
type Tblksize_t = int64
type Tclockid_t ¶
type Tclockid_t = int32
type Tcmsghdr ¶
type Tcmsghdr = struct { Fcmsg_len Tsocklen_t F__pad1 int32 Fcmsg_level int32 Fcmsg_type int32 }
type Tcompiler_defines_long_double_incorrectly ¶
type Tcompiler_defines_long_double_incorrectly = [1]int8
type Tcookie_FILE ¶
type Tcookie_FILE = struct {}
type Tcookie_io_functions_t ¶
type Tcookie_io_functions_t = struct {}
type Tcpu_set_t ¶
type Tcpu_set_t = struct {
F__bits [16]uint64
}
type Tcpu_set_t1 ¶
type Tcpu_set_t1 = struct {
F__bits [16]uint64
}
type Tcrypt_data ¶
type Tdirstream_buf_alignment_check ¶
type Tdirstream_buf_alignment_check = [1]int8
type Tdl_phdr_info ¶
type Tdl_phdr_info = struct { Fdlpi_addr TElf64_Addr Fdlpi_name uintptr Fdlpi_phdr uintptr Fdlpi_phnum TElf64_Half Fdlpi_adds uint64 Fdlpi_subs uint64 Fdlpi_tls_modid Tsize_t Fdlpi_tls_data uintptr }
type Tepoll_data ¶
type Tepoll_data = Tepoll_data_t
type Tepoll_data_t ¶
type Tepoll_event ¶
type Tepoll_event = struct { Fevents Tuint32_t Fdata Tepoll_data_t }
type Terrmsgstr_t ¶
type Terrmsgstr_t = struct { Fstr0 [21]int8 FstrEILSEQ [22]int8 FstrEDOM [13]int8 FstrERANGE [25]int8 FstrENOTTY [10]int8 FstrEACCES [18]int8 FstrEPERM [24]int8 FstrENOENT [26]int8 FstrESRCH [16]int8 FstrEEXIST [12]int8 FstrEOVERFLOW [30]int8 FstrENOSPC [24]int8 FstrENOMEM [14]int8 FstrEBUSY [14]int8 FstrEINTR [24]int8 FstrEAGAIN [33]int8 FstrESPIPE [13]int8 FstrEXDEV [18]int8 FstrEROFS [22]int8 FstrENOTEMPTY [20]int8 FstrECONNRESET [25]int8 FstrETIMEDOUT [20]int8 FstrECONNREFUSED [19]int8 FstrEHOSTDOWN [13]int8 FstrEHOSTUNREACH [20]int8 FstrEADDRINUSE [15]int8 FstrEPIPE [12]int8 FstrEIO [10]int8 FstrENXIO [26]int8 FstrENOTBLK [22]int8 FstrENODEV [15]int8 FstrENOTDIR [16]int8 FstrEISDIR [15]int8 FstrETXTBSY [15]int8 FstrENOEXEC [18]int8 FstrEINVAL [17]int8 FstrE2BIG [23]int8 FstrELOOP [19]int8 FstrENAMETOOLONG [18]int8 FstrENFILE [30]int8 FstrEMFILE [30]int8 FstrEBADF [20]int8 FstrECHILD [17]int8 FstrEFAULT [12]int8 FstrEFBIG [15]int8 FstrEMLINK [15]int8 FstrENOLCK [19]int8 FstrEDEADLK [30]int8 FstrENOTRECOVERABLE [22]int8 FstrEOWNERDEAD [20]int8 FstrECANCELED [19]int8 FstrENOSYS [25]int8 FstrENOMSG [27]int8 FstrEIDRM [19]int8 FstrENOSTR [20]int8 FstrENODATA [18]int8 FstrETIME [15]int8 FstrENOSR [25]int8 FstrENOLINK [22]int8 FstrEPROTO [15]int8 FstrEBADMSG [12]int8 FstrEBADFD [29]int8 FstrENOTSOCK [13]int8 FstrEDESTADDRREQ [29]int8 FstrEMSGSIZE [18]int8 FstrEPROTOTYPE [31]int8 FstrENOPROTOOPT [23]int8 FstrEPROTONOSUPPORT [23]int8 FstrESOCKTNOSUPPORT [26]int8 FstrENOTSUP [14]int8 FstrEPFNOSUPPORT [30]int8 FstrEAFNOSUPPORT [41]int8 FstrEADDRNOTAVAIL [22]int8 FstrENETDOWN [16]int8 FstrENETUNREACH [20]int8 FstrENETRESET [28]int8 FstrECONNABORTED [19]int8 FstrENOBUFS [26]int8 FstrEISCONN [20]int8 FstrENOTCONN [21]int8 FstrESHUTDOWN [34]int8 FstrEALREADY [30]int8 FstrEINPROGRESS [22]int8 FstrESTALE [18]int8 FstrEREMOTEIO [17]int8 FstrEDQUOT [15]int8 FstrENOMEDIUM [16]int8 FstrEMEDIUMTYPE [18]int8 FstrEMULTIHOP [19]int8 FstrENOKEY [27]int8 FstrEKEYEXPIRED [16]int8 FstrEKEYREVOKED [21]int8 FstrEKEYREJECTED [28]int8 }
type Tether_addr ¶
type Tether_addr = struct {
Fether_addr_octet [6]Tuint8_t
}
type Tether_arp ¶
type Tether_header ¶
type Teventfd_t ¶
type Teventfd_t = uint64
type Texp2f_data ¶
type Texpanded_key ¶
type Tf_owner_ex ¶
type Tfanotify_event_info_fid ¶
type Tfanotify_event_info_fid = struct { Fhdr Tfanotify_event_info_header Ffsid Tfsid_t }
type Tfanotify_response ¶
type Tfexcept_t ¶
type Tfexcept_t = uint16
type Tfile_handle ¶
type Tfpregset_t ¶
type Tfpregset_t = uintptr
type Tfsblkcnt_t ¶
type Tfsblkcnt_t = uint64
type Tfsfilcnt_t ¶
type Tfsfilcnt_t = uint64
type Tgregset_t ¶
type Tgregset_t = [23]int64
type Tgroup_filter ¶
type Tgroup_filter = struct { Fgf_interface Tuint32_t Fgf_group Tsockaddr_storage Fgf_fmode Tuint32_t Fgf_numsrc Tuint32_t Fgf_slist [1]Tsockaddr_storage }
type Tgroup_req ¶
type Tgroup_req = struct { Fgr_interface Tuint32_t Fgr_group Tsockaddr_storage }
type Tgroup_source_req ¶
type Tgroup_source_req = struct { Fgsr_interface Tuint32_t Fgsr_group Tsockaddr_storage Fgsr_source Tsockaddr_storage }
type Thsearch_data ¶
type Tif_nameindex ¶
type Tifaddrmsg ¶
type Tifaddrs_ctx ¶
type Tifaddrs_storage ¶
type Tifinfomsg ¶
type Tifnameindexctx ¶
type Tifnamemap ¶
type Tifreq ¶
type Tifreq = struct { Fifr_ifrn struct { Fifrn_name [16]int8 } Fifr_ifru struct { Fifru_dstaddr [0]Tsockaddr Fifru_broadaddr [0]Tsockaddr Fifru_netmask [0]Tsockaddr Fifru_hwaddr [0]Tsockaddr Fifru_flags [0]int16 Fifru_ivalue [0]int32 Fifru_mtu [0]int32 Fifru_map [0]Tifmap Fifru_slave [0][16]int8 Fifru_newname [0][16]int8 Fifru_data [0]uintptr Fifru_addr Tsockaddr F__ccgo_pad12 [8]byte } }
type Timaxdiv_t ¶
type Tin6_pktinfo ¶
type Tin_addr ¶
type Tin_addr = struct {
Fs_addr Tin_addr_t
}
func Xinet_makeaddr ¶
func Xinet_makeaddr(tls *TLS, n Tin_addr_t, h Tin_addr_t) (r Tin_addr)
type Tin_addr_t ¶
type Tin_addr_t = uint32
func Xinet_addr ¶
func Xinet_addr(tls *TLS, p uintptr) (r Tin_addr_t)
func Xinet_lnaof ¶
func Xinet_lnaof(tls *TLS, in Tin_addr) (r Tin_addr_t)
func Xinet_netof ¶
func Xinet_netof(tls *TLS, in Tin_addr) (r Tin_addr_t)
func Xinet_network ¶
func Xinet_network(tls *TLS, p uintptr) (r Tin_addr_t)
type Tin_pktinfo ¶
type Tin_port_t ¶
type Tin_port_t = uint16
type Tinotify_event ¶
type Tint_fast16_t ¶
type Tint_fast16_t = int32
type Tint_fast32_t ¶
type Tint_fast32_t = int32
type Tint_fast64_t ¶
type Tint_fast64_t = int64
type Tint_fast8_t ¶
type Tint_fast8_t = int8
type Tint_least16_t ¶
type Tint_least16_t = int16
type Tint_least32_t ¶
type Tint_least32_t = int32
type Tint_least64_t ¶
type Tint_least64_t = int64
type Tint_least8_t ¶
type Tint_least8_t = int8
type Tioctl_compat_map ¶
type Tip6_mtuinfo ¶
type Tip6_mtuinfo = struct { Fip6m_addr Tsockaddr_in6 Fip6m_mtu Tuint32_t }
type Tip_mreq_source ¶
type Tip_msfilter ¶
type Tipc_perm1 ¶
type Tipv6_mreq ¶
type Titimerspec ¶
type Titimerval ¶
type Tk_sigaction ¶
type Tkstat ¶
type Tkstat = struct { Fst_dev Tdev_t Fst_ino Tino_t Fst_nlink Tnlink_t Fst_mode Tmode_t Fst_uid Tuid_t Fst_gid Tgid_t F__pad0 uint32 Fst_rdev Tdev_t Fst_size Toff_t Fst_blksize Tblksize_t Fst_blocks Tblkcnt_t Fst_atime_sec int64 Fst_atime_nsec int64 Fst_mtime_sec int64 Fst_mtime_nsec int64 Fst_ctime_sec int64 Fst_ctime_nsec int64 F__unused [3]int64 }
type Tktimex ¶
type Tktimex = struct { Fmodes uint32 Foffset int64 Ffreq int64 Fmaxerror int64 Festerror int64 Fstatus int32 Fconstant int64 Fprecision int64 Ftolerance int64 Ftime_sec int64 Ftime_usec int64 Ftick int64 Fppsfreq int64 Fjitter int64 Fshift int32 Fstabil int64 Fjitcnt int64 Fcalcnt int64 Ferrcnt int64 Fstbcnt int64 Ftai int32 F__padding [11]int32 }
type Tktimex64 ¶
type Tktimex64 = struct { Fmodes uint32 F__ccgo4 uint32 Foffset int64 Ffreq int64 Fmaxerror int64 Festerror int64 Fstatus int32 F__ccgo44 uint32 Fconstant int64 Fprecision int64 Ftolerance int64 Ftime_sec int64 Ftime_usec int64 Ftick int64 Fppsfreq int64 Fjitter int64 Fshift int32 F__ccgo116 uint32 Fstabil int64 Fjitcnt int64 Fcalcnt int64 Ferrcnt int64 Fstbcnt int64 Ftai int32 F__padding [11]int32 }
type Tlconv ¶
type Tlconv = struct { Fdecimal_point uintptr Fthousands_sep uintptr Fgrouping uintptr Fint_curr_symbol uintptr Fcurrency_symbol uintptr Fmon_decimal_point uintptr Fmon_thousands_sep uintptr Fmon_grouping uintptr Fpositive_sign uintptr Fnegative_sign uintptr Fint_frac_digits int8 Ffrac_digits int8 Fp_cs_precedes int8 Fp_sep_by_space int8 Fn_cs_precedes int8 Fn_sep_by_space int8 Fp_sign_posn int8 Fn_sign_posn int8 Fint_p_cs_precedes int8 Fint_p_sep_by_space int8 Fint_n_cs_precedes int8 Fint_n_sep_by_space int8 Fint_p_sign_posn int8 Fint_n_sign_posn int8 }
type Tlink_map ¶
type Tlink_map = struct { Fl_addr TElf64_Addr Fl_name uintptr Fl_ld uintptr Fl_next uintptr Fl_prev uintptr }
type Tlocale_t ¶
type Tlocale_t = uintptr
func X__duplocale ¶
func X__newlocale ¶
func X__uselocale ¶
func Xduplocale ¶
func Xuselocale ¶
type Tlog2_data ¶
type Tlog2f_data ¶
type Tlogf_data ¶
type Tmbstate_t ¶
type Tmcontext_t ¶
type Tmcontext_t = struct {
F__space [32]uint64
}
type Tmcontext_t1 ¶
type Tmcontext_t1 = struct { Fgregs Tgregset_t Ffpregs Tfpregset_t F__reserved1 [8]uint64 }
type Tmsghdr ¶
type Tmsghdr = struct { Fmsg_name uintptr Fmsg_namelen Tsocklen_t Fmsg_iov uintptr Fmsg_iovlen int32 F__pad1 int32 Fmsg_control uintptr Fmsg_controllen Tsocklen_t F__pad2 int32 Fmsg_flags int32 }
type Tmsgqnum_t ¶
type Tmsgqnum_t = uint64
type Tneg ¶
type Tneg = struct { Fnegate int32 Flen1 int32 Fa [64]Ttre_ctype_t }
type Tns_cert_types ¶
type Tns_cert_types = int32
type Tns_key_types ¶
type Tns_key_types = int32
type Tns_opcode ¶
type Tns_opcode = int32
type Tns_tcp_tsig_state ¶
type Tns_tcp_tsig_state1 ¶
type Tns_tsig_key ¶
type Tns_tsig_key1 ¶
type Tns_update_operation ¶
type Tns_update_operation = int32
type Tntptimeval ¶
type Tposix_spawnattr_t ¶
type Tpow_log_data ¶
type Tpowf_log2_data ¶
type Tprctl_mm_map ¶
type Tprctl_mm_map = struct { Fstart_code Tuint64_t Fend_code Tuint64_t Fstart_data Tuint64_t Fend_data Tuint64_t Fstart_brk Tuint64_t Fbrk Tuint64_t Fstart_stack Tuint64_t Farg_start Tuint64_t Farg_end Tuint64_t Fenv_start Tuint64_t Fenv_end Tuint64_t Fauxv uintptr Fauxv_size Tuint32_t Fexe_fd Tuint32_t }
type Tpthread_attr_t ¶
type Tpthread_barrier_t ¶
type Tpthread_barrierattr_t ¶
type Tpthread_barrierattr_t = struct {
F__attr uint32
}
type Tpthread_cond_t ¶
type Tpthread_condattr_t ¶
type Tpthread_condattr_t = struct {
F__attr uint32
}
type Tpthread_key_t ¶
type Tpthread_key_t = uint32
type Tpthread_mutex_t ¶
type Tpthread_mutexattr_t ¶
type Tpthread_mutexattr_t = struct {
F__attr uint32
}
type Tpthread_once_t ¶
type Tpthread_once_t = int32
type Tpthread_rwlock_t ¶
type Tpthread_rwlockattr_t ¶
type Tpthread_rwlockattr_t = struct {
F__attr [2]uint32
}
type Tpthread_spinlock_t ¶
type Tpthread_spinlock_t = int32
type Tpthread_t ¶
type Tpthread_t = uintptr
type Tptrdiff_t ¶
type Tptrdiff_t = int64
type Tr_debug ¶
type Tr_debug = struct { Fr_version int32 Fr_map uintptr Fr_brk TElf64_Addr Fr_state int32 Fr_ldbase TElf64_Addr }
type Tre_pattern_buffer ¶
type Tre_pattern_buffer = Tregex_t
type Treg_errcode_t ¶
type Treg_errcode_t = int32
type Tregmatch_t ¶
type Tres_state ¶
type Tres_state = uintptr
type Tresolvconf ¶
type Trusage ¶
type Trusage = struct { Fru_utime Ttimeval Fru_stime Ttimeval Fru_maxrss int64 Fru_ixrss int64 Fru_idrss int64 Fru_isrss int64 Fru_minflt int64 Fru_majflt int64 Fru_nswap int64 Fru_inblock int64 Fru_oublock int64 Fru_msgsnd int64 Fru_msgrcv int64 Fru_nsignals int64 Fru_nvcsw int64 Fru_nivcsw int64 F__reserved [16]int64 }
type Tsa ¶
type Tsa = struct { Fsin6 [0]Tsockaddr_in6 Fsin Tsockaddr_in F__ccgo_pad2 [12]byte }
type Tsa_family_t ¶
type Tsa_family_t = uint16
type Tsched_param ¶
type Tsemid_ds1 ¶
type Tsig_atomic_t ¶
type Tsig_atomic_t = int32
type Tsigaction ¶
type Tsigaltstack ¶
type Tsigaltstack = Tstack_t
type Tsigcontext ¶
type Tsigcontext = struct { Fr8 uint64 Fr9 uint64 Fr10 uint64 Fr11 uint64 Fr12 uint64 Fr13 uint64 Fr14 uint64 Fr15 uint64 Frdi uint64 Frsi uint64 Frbp uint64 Frbx uint64 Frdx uint64 Frax uint64 Frcx uint64 Frsp uint64 Frip uint64 Feflags uint64 Fcs uint16 Fgs uint16 Ffs uint16 F__pad0 uint16 Ferr uint64 Ftrapno uint64 Foldmask uint64 Fcr2 uint64 Ffpstate uintptr F__reserved1 [8]uint64 }
type Tsighandler_t ¶
type Tsighandler_t = uintptr
type Tsiginfo_t ¶
type Tsiginfo_t = struct { Fsi_signo int32 Fsi_errno int32 Fsi_code int32 F__si_fields struct { F__si_common [0]struct { F__first struct { F__timer [0]struct { Fsi_timerid int32 Fsi_overrun int32 } F__piduid struct { Fsi_pid Tpid_t Fsi_uid Tuid_t } } F__second struct { F__sigchld [0]struct { Fsi_status int32 Fsi_utime Tclock_t Fsi_stime Tclock_t } Fsi_value Tsigval F__ccgo_pad2 [16]byte } } F__sigfault [0]struct { Fsi_addr uintptr Fsi_addr_lsb int16 F__first struct { Fsi_pkey [0]uint32 F__addr_bnd struct { Fsi_lower uintptr Fsi_upper uintptr } } } F__sigpoll [0]struct { Fsi_band int64 Fsi_fd int32 } F__sigsys [0]struct { Fsi_call_addr uintptr Fsi_syscall int32 Fsi_arch uint32 } F__pad [112]int8 } }
type Tsigjmp_buf ¶
type Tsigjmp_buf = [1]t__jmp_buf_tag
type Tsignalfd_siginfo ¶
type Tsignalfd_siginfo = struct { Fssi_signo Tuint32_t Fssi_errno Tint32_t Fssi_code Tint32_t Fssi_pid Tuint32_t Fssi_uid Tuint32_t Fssi_fd Tint32_t Fssi_tid Tuint32_t Fssi_band Tuint32_t Fssi_overrun Tuint32_t Fssi_trapno Tuint32_t Fssi_status Tint32_t Fssi_int Tint32_t Fssi_ptr Tuint64_t Fssi_utime Tuint64_t Fssi_stime Tuint64_t Fssi_addr Tuint64_t Fssi_addr_lsb Tuint16_t F__pad2 Tuint16_t Fssi_syscall Tint32_t Fssi_call_addr Tuint64_t Fssi_arch Tuint32_t F__pad [28]Tuint8_t }
type Tsize_t ¶
type Tsize_t = uint64
var X__hwcap Tsize_t
var X__sysinfo Tsize_t
func UsableSize ¶
func X__builtin_strlen ¶
func X__ctype_get_mb_cur_max ¶
func X__fbufsize ¶
func X__fpending ¶
func X__freadahead ¶
func X__stdio_write ¶
func X__stdout_write ¶
func X__strftime_l ¶
func X__strxfrm_l ¶
func X__wcsftime_l ¶
func X__wcsxfrm_l ¶
func Xfread_unlocked ¶
func Xfwrite_unlocked ¶
func Xmalloc_usable_size ¶
func Xmbsnrtowcs ¶
func Xmbsrtowcs ¶
func Xstrftime_l ¶
func Xstrxfrm_l ¶
func Xwcsftime_l ¶
func Xwcsnrtombs ¶
func Xwcsrtombs ¶
type Tsockaddr ¶
type Tsockaddr = struct { Fsa_family Tsa_family_t Fsa_data [14]int8 }
type Tsockaddr_in ¶
type Tsockaddr_in = struct { Fsin_family Tsa_family_t Fsin_port Tin_port_t Fsin_addr Tin_addr Fsin_zero [8]Tuint8_t }
type Tsockaddr_in6 ¶
type Tsockaddr_in6 = struct { Fsin6_family Tsa_family_t Fsin6_port Tin_port_t Fsin6_flowinfo Tuint32_t Fsin6_addr Tin6_addr Fsin6_scope_id Tuint32_t }
type Tsockaddr_ll_hack ¶
type Tsockaddr_storage ¶
type Tsockaddr_storage = struct { Fss_family Tsa_family_t F__ss_padding [118]int8 F__ss_align uint64 }
type Tsockany ¶
type Tsockany = struct { Fll [0]Tsockaddr_ll_hack Fv4 [0]Tsockaddr_in Fv6 [0]Tsockaddr_in6 Fsa Tsockaddr F__ccgo_pad4 [20]byte }
type Tsocklen_t ¶
type Tsocklen_t = uint32
type Tssize_t ¶
type Tssize_t = int64
func X__getdelim ¶
func Xcopy_file_range ¶
func Xfgetxattr ¶
func Xflistxattr ¶
func Xlgetxattr ¶
func Xllistxattr ¶
func Xprocess_vm_readv ¶
func Xprocess_vm_writev ¶
func Xreadlinkat ¶
func Xstrfmon_l ¶
type Tstateful_cd ¶
type Tstatfs ¶
type Tstatfs = struct { Ff_type uint64 Ff_bsize uint64 Ff_blocks Tfsblkcnt_t Ff_bfree Tfsblkcnt_t Ff_bavail Tfsblkcnt_t Ff_files Tfsfilcnt_t Ff_ffree Tfsfilcnt_t Ff_fsid Tfsid_t Ff_namelen uint64 Ff_frsize uint64 Ff_flags uint64 Ff_spare [4]uint64 }
type Tstatvfs ¶
type Tstatvfs = struct { Ff_bsize uint64 Ff_frsize uint64 Ff_blocks Tfsblkcnt_t Ff_bfree Tfsblkcnt_t Ff_bavail Tfsblkcnt_t Ff_files Tfsfilcnt_t Ff_ffree Tfsfilcnt_t Ff_favail Tfsfilcnt_t Ff_fsid uint64 Ff_flag uint64 Ff_namemax uint64 Ff_type uint32 F__reserved [5]int32 }
type Tstatx ¶
type Tstatx = struct { Fstx_mask Tuint32_t Fstx_blksize Tuint32_t Fstx_attributes Tuint64_t Fstx_nlink Tuint32_t Fstx_uid Tuint32_t Fstx_gid Tuint32_t Fstx_mode Tuint16_t 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 ¶
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 ¶
type Tstr_mlist ¶
type Tstr_mlist = struct {
Fl_name [9]int8
}
type Tstrfdinsert ¶
type Tsuseconds_t ¶
type Tsuseconds_t = int64
type Tsyscall_arg_t ¶
type Tsyscall_arg_t = int64
type Ttimeval ¶
type Ttimeval = struct { Ftv_sec Ttime_t Ftv_usec Tsuseconds_t }
type Ttimex ¶
type Ttimex = struct { Fmodes uint32 Foffset int64 Ffreq int64 Fmaxerror int64 Festerror int64 Fstatus int32 Fconstant int64 Fprecision int64 Ftolerance int64 Ftime Ttimeval Ftick int64 Fppsfreq int64 Fjitter int64 Fshift int32 Fstabil int64 Fjitcnt int64 Fcalcnt int64 Ferrcnt int64 Fstbcnt int64 Ftai int32 F__padding [11]int32 }
type Ttls_module ¶
type Ttnfa ¶
type Ttnfa = Ttre_tnfa_t
type Ttnfa_transition ¶
type Ttnfa_transition = Ttre_tnfa_transition_t
type Ttre_addtags_symbol_t ¶
type Ttre_addtags_symbol_t = int32
type Ttre_ast_node_t ¶
type Ttre_ast_type_t ¶
type Ttre_ast_type_t = int32
type Ttre_backtrack_item_t ¶
type Ttre_backtrack_struct ¶
type Ttre_backtrack_struct = struct { Fitem Ttre_backtrack_item_t Fprev uintptr Fnext uintptr }
type Ttre_backtrack_t ¶
type Ttre_backtrack_t = uintptr
type Ttre_catenation_t ¶
type Ttre_char_t ¶
type Ttre_char_t = int32
type Ttre_cint_t ¶
type Ttre_cint_t = uint32
type Ttre_copyast_symbol_t ¶
type Ttre_copyast_symbol_t = int32
type Ttre_ctype_t ¶
type Ttre_ctype_t = uint64
type Ttre_expand_ast_symbol_t ¶
type Ttre_expand_ast_symbol_t = int32
type Ttre_iteration_t ¶
type Ttre_list ¶
type Ttre_list = Ttre_list_t
type Ttre_list_t ¶
type Ttre_literal_t ¶
type Ttre_literal_t = struct { Fcode_min int64 Fcode_max int64 Fposition int32 Fclass Ttre_ctype_t Fneg_classes uintptr }
type Ttre_mem_struct ¶
type Ttre_mem_t ¶
type Ttre_mem_t = uintptr
func X__tre_mem_new_impl ¶
func X__tre_mem_new_impl(tls *TLS, provided int32, provided_block uintptr) (r Ttre_mem_t)
type Ttre_nfl_stack_symbol_t ¶
type Ttre_nfl_stack_symbol_t = int32
type Ttre_parse_ctx_t ¶
type Ttre_pos_and_tags_t ¶
type Ttre_pos_and_tags_t = struct {}
type Ttre_reach_pos_t ¶
type Ttre_reach_pos_t = struct { Fpos Tregoff_t }
type Ttre_stack_item ¶
type Ttre_stack_rec ¶
type Ttre_stack_rec = Ttre_stack_t
type Ttre_stack_t ¶
type Ttre_submatch_data ¶
type Ttre_submatch_data_t ¶
type Ttre_tag_direction_t ¶
type Ttre_tag_direction_t = int32
type Ttre_tag_states_t ¶
type Ttre_tnfa_reach_t ¶
type Ttre_tnfa_reach_t = struct { Fstate uintptr }
type Ttre_tnfa_t ¶
type Ttre_tnfa_t = struct { Ftransitions uintptr Fnum_transitions uint32 Finitial uintptr Ffinal uintptr Fsubmatch_data uintptr Ffirstpos_chars uintptr Ffirst_char int32 Fnum_submatches uint32 Ftag_directions uintptr Fnum_minimals int32 Fend_tag int32 Fnum_states int32 Fcflags int32 Fhave_backrefs int32 Fhave_approx int32 }
type Ttre_tnfa_transition_t ¶
type Ttre_tnfa_transition_t = struct { Fcode_min Ttre_cint_t Fcode_max Ttre_cint_t Fstate uintptr Fstate_id int32 Fassertions int32 Fu struct { Fbackref [0]int32 Fclass Ttre_ctype_t } Fneg_classes uintptr }
type Ttre_union_t ¶
type Tucontext ¶
type Tucontext = Tucontext_t1
type Tucontext_t ¶
type Tucontext_t1 ¶
type Tucontext_t2 ¶
type Tucontext_t3 ¶
type Tucontext_t4 ¶
type Tucontext_t5 ¶
type Tucontext_t6 ¶
type Tucontext_t7 ¶
type Tuint_fast16_t ¶
type Tuint_fast16_t = uint32
type Tuint_fast32_t ¶
type Tuint_fast32_t = uint32
type Tuint_fast64_t ¶
type Tuint_fast64_t = uint64
type Tuint_fast8_t ¶
type Tuint_fast8_t = uint8
type Tuint_least16_t ¶
type Tuint_least16_t = uint16
type Tuint_least32_t ¶
type Tuint_least32_t = uint32
type Tuint_least64_t ¶
type Tuint_least64_t = uint64
type Tuint_least8_t ¶
type Tuint_least8_t = uint8
type Tuintmax_t ¶
type Tuintmax_t = uint64
func X__strtoumax_internal ¶
func X__strtoumax_internal(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)
func Xstrtoumax ¶
func Xstrtoumax(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)
func Xwcstoumax ¶
func Xwcstoumax(tls *TLS, s uintptr, p uintptr, base int32) (r Tuintmax_t)
type Tuseconds_t ¶
type Tuseconds_t = uint32
type Tv4l2_event ¶
type Twctrans_t ¶
type Twctrans_t = uintptr
func X__wctrans_l ¶
func X__wctrans_l(tls *TLS, s uintptr, l Tlocale_t) (r Twctrans_t)
func Xwctrans ¶
func Xwctrans(tls *TLS, class uintptr) (r Twctrans_t)
func Xwctrans_l ¶
func Xwctrans_l(tls *TLS, s uintptr, l Tlocale_t) (r Twctrans_t)
type Twint_t ¶
type Twint_t = uint32
func X__fgetwc_unlocked ¶
func X__towctrans_l ¶
func X__towctrans_l(tls *TLS, c Twint_t, t Twctrans_t, l Tlocale_t) (r Twint_t)
func Xfgetwc_unlocked ¶
func Xgetwc_unlocked ¶
func Xgetwchar_unlocked ¶
func Xputwchar_unlocked ¶
func Xtowctrans ¶
func Xtowctrans(tls *TLS, wc Twint_t, trans Twctrans_t) (r Twint_t)
func Xtowctrans_l ¶
func Xtowctrans_l(tls *TLS, c Twint_t, t Twctrans_t, l Tlocale_t) (r Twint_t)
type Uint128 ¶
func Uint128FromFloat32 ¶
func Uint128FromFloat64 ¶
func Uint128FromInt128 ¶
func Uint128FromInt16 ¶
func Uint128FromInt32 ¶
func Uint128FromInt64 ¶
func Uint128FromInt8 ¶
func Uint128FromUint16 ¶
func Uint128FromUint32 ¶
func Uint128FromUint64 ¶
func Uint128FromUint8 ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.