Source File
defs_darwin_arm64.go
Belonging Package
runtime
// created by cgo -cdefs and then converted to Go// cgo -cdefs defs_darwin.gopackage runtimeimportconst (_EINTR = 0x4_EFAULT = 0xe_EAGAIN = 0x23_ETIMEDOUT = 0x3c_PROT_NONE = 0x0_PROT_READ = 0x1_PROT_WRITE = 0x2_PROT_EXEC = 0x4_MAP_ANON = 0x1000_MAP_PRIVATE = 0x2_MAP_FIXED = 0x10_MADV_DONTNEED = 0x4_MADV_FREE = 0x5_MADV_FREE_REUSABLE = 0x7_MADV_FREE_REUSE = 0x8_SA_SIGINFO = 0x40_SA_RESTART = 0x2_SA_ONSTACK = 0x1_SA_USERTRAMP = 0x100_SA_64REGSET = 0x200_SIGHUP = 0x1_SIGINT = 0x2_SIGQUIT = 0x3_SIGILL = 0x4_SIGTRAP = 0x5_SIGABRT = 0x6_SIGEMT = 0x7_SIGFPE = 0x8_SIGKILL = 0x9_SIGBUS = 0xa_SIGSEGV = 0xb_SIGSYS = 0xc_SIGPIPE = 0xd_SIGALRM = 0xe_SIGTERM = 0xf_SIGURG = 0x10_SIGSTOP = 0x11_SIGTSTP = 0x12_SIGCONT = 0x13_SIGCHLD = 0x14_SIGTTIN = 0x15_SIGTTOU = 0x16_SIGIO = 0x17_SIGXCPU = 0x18_SIGXFSZ = 0x19_SIGVTALRM = 0x1a_SIGPROF = 0x1b_SIGWINCH = 0x1c_SIGINFO = 0x1d_SIGUSR1 = 0x1e_SIGUSR2 = 0x1f_FPE_INTDIV = 0x7_FPE_INTOVF = 0x8_FPE_FLTDIV = 0x1_FPE_FLTOVF = 0x2_FPE_FLTUND = 0x3_FPE_FLTRES = 0x4_FPE_FLTINV = 0x5_FPE_FLTSUB = 0x6_BUS_ADRALN = 0x1_BUS_ADRERR = 0x2_BUS_OBJERR = 0x3_SEGV_MAPERR = 0x1_SEGV_ACCERR = 0x2_ITIMER_REAL = 0x0_ITIMER_VIRTUAL = 0x1_ITIMER_PROF = 0x2_EV_ADD = 0x1_EV_DELETE = 0x2_EV_CLEAR = 0x20_EV_RECEIPT = 0x40_EV_ERROR = 0x4000_EV_EOF = 0x8000_EVFILT_READ = -0x1_EVFILT_WRITE = -0x2_PTHREAD_CREATE_DETACHED = 0x2_PTHREAD_KEYS_MAX = 512_F_SETFD = 0x2_F_GETFL = 0x3_F_SETFL = 0x4_FD_CLOEXEC = 0x1_O_NONBLOCK = 4)type stackt struct {ss_sp *bytess_size uintptrss_flags int32pad_cgo_0 [4]byte}type sigactiont struct {__sigaction_u [8]bytesa_tramp unsafe.Pointersa_mask uint32sa_flags int32}type usigactiont struct {__sigaction_u [8]bytesa_mask uint32sa_flags int32}type siginfo struct {si_signo int32si_errno int32si_code int32si_pid int32si_uid uint32si_status int32si_addr *bytesi_value [8]bytesi_band int64__pad [7]uint64}type timeval struct {tv_sec int64tv_usec int32pad_cgo_0 [4]byte}func ( *timeval) ( int32) {.tv_usec =}type itimerval struct {it_interval timevalit_value timeval}type timespec struct {tv_sec int64tv_nsec int64}//go:nosplitfunc ( *timespec) ( int64) {.tv_sec = / 1e9.tv_nsec = % 1e9}type exceptionstate64 struct {far uint64 // virtual fault addresr uint32 // exception syndromeexc uint32 // number of arm exception taken}type regs64 struct {x [29]uint64 // registers x0 to x28fp uint64 // frame register, x29lr uint64 // link register, x30sp uint64 // stack pointer, x31pc uint64 // program countercpsr uint32 // current program status register__pad uint32}type neonstate64 struct {v [64]uint64 // actually [32]uint128fpsr uint32fpcr uint32}type mcontext64 struct {es exceptionstate64ss regs64ns neonstate64}type ucontext struct {uc_onstack int32uc_sigmask uint32uc_stack stacktuc_link *ucontextuc_mcsize uint64uc_mcontext *mcontext64}type keventt struct {ident uint64filter int16flags uint16fflags uint32data int64udata *byte}type pthread uintptrtype pthreadattr struct {X__sig int64X__opaque [56]int8}type pthreadmutex struct {X__sig int64X__opaque [56]int8}type pthreadmutexattr struct {X__sig int64X__opaque [8]int8}type pthreadcond struct {X__sig int64X__opaque [40]int8}type pthreadcondattr struct {X__sig int64X__opaque [8]int8}type machTimebaseInfo struct {numer uint32denom uint32}type pthreadkey uint64
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)