// sysfunc looks up Go function name in package runtime. This function // must follow the internal calling convention. private static ptr <obj.LSym> sysfunc(@string name) { var s = Runtimepkg.Lookup(name); s.SetFunc(true); return(_addr_s.Linksym() !); }
private static ref obj.LSym sysfunc(@string name) { return(Runtimepkg.Lookup(name).Linksym()); }