Searched defs:mcontextt (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | defs1_netbsd_arm.go | 144 type mcontextt struct { struct 145 __gregs [17]uint32 146 _ [4]byte // EABI 147 __fpu [272]byte // EABI 148 _mc_tlsbase uint32 149 _ [4]byte // EABI
|
D | defs1_netbsd_386.go | 141 type mcontextt struct { struct 142 __gregs [19]uint32 143 __fpregs [644]byte 144 _mc_tlsbase int32
|
D | defs1_netbsd_arm64.go | 143 type mcontextt struct { struct 144 __gregs [35]uint64 145 __fregs [4160]byte // _NFREG * 128 + 32 + 32 146 _ [8]uint64 // future use
|
D | defs1_netbsd_amd64.go | 145 type mcontextt struct { struct 146 __gregs [26]uint64 147 _mc_tlsbase uint64 148 __fpregs [512]int8
|
D | os_netbsd_amd64.go | 12 func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {
|
D | os_netbsd_386.go | 12 func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {
|
D | os_netbsd_arm64.go | 12 func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {
|
D | os_netbsd_arm.go | 12 func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {
|