// Copyright 2011 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.packageobjabi// For the linkers. Must match Go definitions.const(STACKSYSTEM=0StackSystem=STACKSYSTEMStackBig=4096StackGuard=880*stackGuardMultiplier+StackSystemStackSmall=128StackLimit=StackGuard-StackSystem-StackSmall)const(StackPreempt=-1314// 0xfff...fade)