Lines Matching refs:gcc
9 // gcc-compiled function written by cgo.
17 // gcc-compiled code on) and calls _cgo_Cfunc_f(frame).
30 // The above description skipped over the possibility of the gcc-compiled
34 // To make it possible for gcc-compiled C code to call a Go function p.GoF,
35 // cgo writes a gcc-compiled function named GoF (not p.GoF, since gcc doesn't
36 // know about packages). The gcc-compiled C function f calls GoF.
39 // (in cgo/gcc_$GOARCH.S, a gcc-compiled assembly file) is a two-argument
40 // adapter from the gcc function call ABI to the 6c function call ABI.
41 // It is called from gcc to call 6c functions. In this case it calls
50 // with 6c instead of gcc, can refer to dotted names like
78 // callee-save registers for gcc and returns to GoF, which returns to f.