Home
last modified time | relevance | path

Searched refs:gclink (Results 1 – 22 of 22) sorted by relevance

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmcache.go52 type gclink struct { struct
63 func (p gclinkptr) ptr() *gclink {
64 return (*gclink)(unsafe.Pointer(p))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcache.go52 type gclink struct { struct
63 func (p gclinkptr) ptr() *gclink {
64 return (*gclink)(unsafe.Pointer(p))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcache.go52 type gclink struct { struct
63 func (p gclinkptr) ptr() *gclink {
64 return (*gclink)(unsafe.Pointer(p))
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcache.go52 type gclink struct { struct
63 func (p gclinkptr) ptr() *gclink {
64 return (*gclink)(unsafe.Pointer(p))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcache.go52 type gclink struct { struct
63 func (p gclinkptr) ptr() *gclink {
64 return (*gclink)(unsafe.Pointer(p))
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmcache.go52 type gclink struct { struct
63 func (p gclinkptr) ptr() *gclink {
64 return (*gclink)(unsafe.Pointer(p))
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmcache.go54 type gclink struct { struct
65 func (p gclinkptr) ptr() *gclink {
66 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmcache.go60 type gclink struct { struct
71 func (p gclinkptr) ptr() *gclink {
72 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmcache.go60 type gclink struct { struct
71 func (p gclinkptr) ptr() *gclink {
72 return (*gclink)(unsafe.Pointer(p))
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmcache.go60 type gclink struct { struct
71 func (p gclinkptr) ptr() *gclink {
72 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmcache.go60 type gclink struct { struct
71 func (p gclinkptr) ptr() *gclink {
72 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dmcache.go60 type gclink struct { struct
71 func (p gclinkptr) ptr() *gclink {
72 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dmcache.go60 type gclink struct { struct
71 func (p gclinkptr) ptr() *gclink {
72 return (*gclink)(unsafe.Pointer(p))
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmcache.go62 type gclink struct { struct
73 func (p gclinkptr) ptr() *gclink {
74 return (*gclink)(unsafe.Pointer(p))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmcache.go61 type gclink struct { struct
72 func (p gclinkptr) ptr() *gclink {
73 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmcache.go59 type gclink struct { struct
70 func (p gclinkptr) ptr() *gclink {
71 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmcache.go59 type gclink struct { struct
70 func (p gclinkptr) ptr() *gclink {
71 return (*gclink)(unsafe.Pointer(p))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmcache.go59 type gclink struct { struct
70 func (p gclinkptr) ptr() *gclink {
71 return (*gclink)(unsafe.Pointer(p))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmcache.go59 type gclink struct { struct
70 func (p gclinkptr) ptr() *gclink {
71 return (*gclink)(unsafe.Pointer(p))
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acid/
H A Dmain.c346 n->gc.gclink = gcl; in an()
362 l->gc.gclink = gcl; in al()
468 for(m = gcl; m; m = m->gclink) in gc()
499 next = m->gclink; in gc()
505 p = &m->gclink; in gc()
H A Dutil.c289 s->gc.gclink = gcl; in strnodlen()
319 s->gc.gclink = gcl; in runenode()
333 s->gc.gclink = gcl; in stradd()
H A Dacid.h124 Gc* gclink; member