Home | History | Annotate | Download | only in runtime

Lines Matching refs:main_init

87 //go:linkname main_init main.init
88 func main_init()
92 // so all cgo calls can rely on it existing. When main_init is complete,
172 fn := main_init // make an indirect call, as the linker doesn't know the address of the main package when laying down the runtime