Lines Matching refs:cgo
5 // Cgo call and callback support.
7 // To call into the C function f from Go, the cgo-generated code calls
9 // gcc-compiled function written by cgo.
35 // cgo writes a gcc-compiled function named GoF (not p.GoF, since gcc doesn't
39 // (in cgo/gcc_$GOARCH.S, a gcc-compiled assembly file) is a two-argument
101 * cgo callback. Add entry to defer stack in case of panic.
138 // Helper functions for cgo code.
176 exitsyscall(0) // coming out of cgo call
178 // going back to cgo call
249 // For cgo, cb.arg points into a C stack frame and therefore doesn't
293 throw("cgo not implemented")