func ggloblLSym(s *obj.LSym, width int32, flags int16) { if flags&obj.LOCAL != 0 { s.Local = true flags &^= obj.LOCAL } Ctxt.Globl(s, int64(width), int(flags)) }