doc/articles/wiki/final-noclosure.go:16:6: exported type Page should have comment or be unexported doc/articles/wiki/final-noerror.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/final-parsetemplate.go:15:6: exported type Page should have comment or be unexported doc/articles/wiki/final-template.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/final.go:15:6: exported type Page should have comment or be unexported doc/articles/wiki/notemplate.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/part1-noerror.go:12:6: exported type Page should have comment or be unexported doc/articles/wiki/part1.go:12:6: exported type Page should have comment or be unexported doc/articles/wiki/part2.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/part3-errorhandling.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/part3.go:14:6: exported type Page should have comment or be unexported doc/codewalk/urlpoll.go:86:1: exported function Poller should have comment or be unexported doc/play/sieve.go:7:1: comment on exported function Generate should be of the form "Generate ..." doc/play/sieve.go:14:1: comment on exported function Filter should be of the form "Filter ..." doc/play/solitaire.go:9:7: exported const N should have comment or be unexported misc/cgo/fortran/fortran.go:10:1: exported function TheAnswer should have comment or be unexported misc/cgo/gmp/gmp.go:5:1: package comment should be of the form "Package gmp ..." misc/cgo/gmp/gmp.go:307:1: exported method Int.Int64 should have comment or be unexported misc/cgo/life/life.go:14:1: exported function Run should have comment or be unexported misc/cgo/life/life.go:25:1: comment on exported function GoStart should be of the form "GoStart ..." misc/cgo/life/life.go:37:1: comment on exported function GoWait should be of the form "GoWait ..." misc/cgo/nocgo/nocgo.go:11:1: exported function NoCgo should have comment or be unexported misc/cgo/stdio/file.go:26:6: exported type File should have comment or be unexported misc/cgo/stdio/file.go:32:1: exported method File.WriteString should have comment or be unexported misc/cgo/stdio/file.go:39:1: exported method File.Flush should have comment or be unexported misc/cgo/stdio/file.go:43:5: exported var Greeting should have comment or be unexported misc/cgo/stdio/file.go:44:5: exported var Gbytes should have comment or be unexported misc/cgo/stdio/stdio.go:21:5: exported var Stdout should have comment or be unexported misc/cgo/stdio/stdio.go:22:5: exported var Stderr should have comment or be unexported misc/cgo/test/backdoor.go:7:8: a blank import should be only in a main or test package, or have a comment justifying it misc/cgo/test/basic.go:65:7: exported const EINVAL should have comment or be unexported misc/cgo/test/basic.go:67:5: exported var KILO should have comment or be unexported misc/cgo/test/basic.go:74:1: exported function Strtol should have comment or be unexported misc/cgo/test/basic.go:81:1: exported function Atol should have comment or be unexported misc/cgo/test/basic.go:140:6: exported type Context should have comment or be unexported misc/cgo/test/callback.go:312:5: exported var Used should have comment or be unexported misc/cgo/test/cflags.go:5:1: package comment should be of the form "Package cgotest ..." misc/cgo/test/cflags.go:25:2: don't use underscores in Go names; var is_windows should be isWindows misc/cgo/test/complex.go:17:1: exported function TestComplexAlign should have comment or be unexported misc/cgo/test/cthread.go:21:1: comment on exported function Add should be of the form "Add ..." misc/cgo/test/exports.go:10:1: comment on exported function ReturnIntLong should be of the form "ReturnIntLong ..." misc/cgo/test/issue1222.go:27:6: exported type AsyncEvent should have comment or be unexported misc/cgo/test/issue1328.go:13:1: comment on exported function BackIntoGo should be of the form "BackIntoGo ..." misc/cgo/test/issue1560.go:34:1: comment on exported function BackgroundSleep should be of the form "BackgroundSleep ..." misc/cgo/test/issue21668.go:13:5: don't use underscores in Go names; var issue21668_X should be issue21668X misc/cgo/test/issue21897.go:37:16: should drop = 0 from declaration of var v; it is the zero value misc/cgo/test/issue22958.go:23:1: comment on exported var Vissue22958 should be of the form "Vissue22958 ..." misc/cgo/test/issue4029.go:28:1: comment on exported function IMPIsOpaque should be of the form "IMPIsOpaque ..." misc/cgo/test/issue4029.go:33:1: comment on exported function IMPInitWithFrame should be of the form "IMPInitWithFrame ..." misc/cgo/test/issue4029.go:38:1: comment on exported function IMPDrawRect should be of the form "IMPDrawRect ..." misc/cgo/test/issue4029.go:43:1: comment on exported function IMPWindowResize should be of the form "IMPWindowResize ..." misc/cgo/test/issue4029.go:59:2: don't use underscores in Go names; var this_process should be thisProcess misc/cgo/test/issue4029.go:66:2: don't use underscores in Go names; var symbol_address should be symbolAddress misc/cgo/test/issue6833.go:14:1: comment on exported function GoIssue6833Func should be of the form "GoIssue6833Func ..." misc/cgo/test/issue6907export.go:16:7: exported const CString should have comment or be unexported misc/cgo/test/issue6907export.go:18:1: comment on exported function CheckIssue6907Go should be of the form "CheckIssue6907Go ..." misc/cgo/test/issue8148.go:29:1: exported function Issue8148 should have comment or be unexported misc/cgo/test/sigprocmask.go:25:1: comment on exported function IntoGoAndBack should be of the form "IntoGoAndBack ..." misc/cgo/test/test22906.go:44:21: should drop = 0 from declaration of var x1; it is the zero value misc/cgo/test/test22906.go:46:20: should drop = 0 from declaration of var x2; it is the zero value misc/cgo/test/test22906.go:48:24: should drop = 0 from declaration of var x3; it is the zero value misc/cgo/test/test22906.go:50:21: should drop = 0 from declaration of var x4; it is the zero value misc/cgo/test/test22906.go:52:20: should drop = 0 from declaration of var x5; it is the zero value misc/cgo/test/test22906.go:54:27: should drop = 0 from declaration of var x6; it is the zero value misc/cgo/test/test22906.go:56:24: should drop = 0 from declaration of var x7; it is the zero value misc/cgo/test/test22906.go:58:24: should drop = 0 from declaration of var x8; it is the zero value misc/cgo/test/test22906.go:60:25: should drop = 0 from declaration of var x9; it is the zero value misc/cgo/test/test22906.go:62:24: should drop = 0 from declaration of var x10; it is the zero value misc/cgo/test/test22906.go:64:25: should drop = 0 from declaration of var x11; it is the zero value misc/cgo/test/test22906.go:66:26: should drop = 0 from declaration of var x12; it is the zero value misc/cgo/test/test22906.go:68:27: should drop = 0 from declaration of var x13; it is the zero value misc/cgo/test/test22906.go:70:27: should drop = 0 from declaration of var x14; it is the zero value misc/cgo/test/test22906.go:72:20: should drop = 0 from declaration of var x15; it is the zero value misc/cgo/test/gcc68255/a.go:15:1: exported function F should have comment or be unexported misc/cgo/test/issue8756/issue8756.go:9:1: exported function Pow should have comment or be unexported misc/cgo/test/issue8828/trivial.go:6:1: exported function Bar should have comment or be unexported misc/cgo/test/issue9026/issue9026.go:21:1: exported function Test should have comment or be unexported misc/cgo/test/issue9400/stubs.go:7:5: exported var Baton should have comment or be unexported misc/cgo/test/issue9400/stubs.go:9:1: exported function RewindAndSetgid should have comment or be unexported misc/cgo/test/issue9510a/a.go:13:1: exported function F should have comment or be unexported misc/cgo/test/issue9510b/b.go:13:1: exported function F should have comment or be unexported misc/cgo/testcarchive/src/libgo/libgo.go:29:1: comment on exported function DidInitRun should be of the form "DidInitRun ..." misc/cgo/testcarchive/src/libgo/libgo.go:44:1: comment on exported function DidMainRun should be of the form "DidMainRun ..." misc/cgo/testcarchive/src/libgo/libgo.go:47:1: comment on exported function CheckArgs should be of the form "CheckArgs ..." misc/cgo/testcarchive/src/libgo2/libgo2.go:52:5: exported var P should have comment or be unexported misc/cgo/testcarchive/src/libgo2/libgo2.go:73:1: comment on exported function GoRaiseSIGPIPE should be of the form "GoRaiseSIGPIPE ..." misc/cgo/testcarchive/src/libgo4/libgo4.go:27:1: comment on exported function GoCatchSIGIO should be of the form "GoCatchSIGIO ..." misc/cgo/testcarchive/src/libgo4/libgo4.go:39:1: comment on exported function GoRaiseSIGIO should be of the form "GoRaiseSIGIO ..." misc/cgo/testcarchive/src/libgo4/libgo4.go:45:1: comment on exported function SIGIOCount should be of the form "SIGIOCount ..." misc/cgo/testcarchive/src/p/p.go:9:1: comment on exported function FromPkg should be of the form "FromPkg ..." misc/cgo/testcshared/src/libgo/libgo.go:28:1: comment on exported function DidInitRun should be of the form "DidInitRun ..." misc/cgo/testcshared/src/libgo/libgo.go:43:1: comment on exported function DidMainRun should be of the form "DidMainRun ..." misc/cgo/testcshared/src/libgo4/libgo4.go:28:5: exported var P should have comment or be unexported misc/cgo/testcshared/src/p/p.go:9:1: comment on exported function FromPkg should be of the form "FromPkg ..." misc/cgo/testcshared/src/p/p.go:12:1: comment on exported function Divu should be of the form "Divu ..." misc/cgo/testplugin/altpath/src/common/common.go:7:5: exported var X should have comment or be unexported misc/cgo/testplugin/altpath/src/plugin-mismatch/main.go:15:1: exported function ReadCommonX should have comment or be unexported misc/cgo/testplugin/src/common/common.go:7:5: exported var X should have comment or be unexported misc/cgo/testplugin/src/iface_a/a.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testplugin/src/iface_a/a.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testplugin/src/iface_b/b.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testplugin/src/iface_b/b.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testplugin/src/iface_i/i.go:5:1: don't use an underscore in package name misc/cgo/testplugin/src/iface_i/i.go:7:6: exported type I should have comment or be unexported misc/cgo/testplugin/src/iface_i/i.go:11:6: exported type T should have comment or be unexported misc/cgo/testplugin/src/iface_i/i.go:14:1: exported method T.M should have comment or be unexported misc/cgo/testplugin/src/issue18584/plugin.go:9:6: exported type C should have comment or be unexported misc/cgo/testplugin/src/issue18584/plugin.go:12:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue18584/plugin.go:16:1: exported function G should have comment or be unexported misc/cgo/testplugin/src/issue18676/plugin.go:11:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue18676/dynamodbstreamsevt/definition.go:11:6: exported type Event should have comment or be unexported misc/cgo/testplugin/src/issue18676/dynamodbstreamsevt/definition.go:13:1: exported method Event.Dummy should have comment or be unexported misc/cgo/testplugin/src/issue19418/plugin.go:7:5: exported var Val should have comment or be unexported misc/cgo/testplugin/src/issue19529/plugin.go:7:6: exported type Foo should have comment or be unexported misc/cgo/testplugin/src/issue19529/plugin.go:11:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue19534/plugin.go:7:1: exported function Foo should have comment or be unexported misc/cgo/testplugin/src/issue22175/plugin1.go:9:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue22175/plugin2.go:7:1: exported function G should have comment or be unexported misc/cgo/testplugin/src/issue22295.pkg/plugin.go:14:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:15:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:20:1: exported function ReadCommonX should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:24:5: exported var Seven should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:47:1: exported function UnexportedNameReuse should have comment or be unexported misc/cgo/testplugin/src/plugin2/plugin2.go:34:1: exported function UnexportedNameReuse should have comment or be unexported misc/cgo/testplugin/src/sub/plugin1/plugin1.go:12:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/sub/plugin1/plugin1.go:14:5: exported var FuncVar should have comment or be unexported misc/cgo/testplugin/src/sub/plugin1/plugin1.go:16:1: exported function ReadCommonX should have comment or be unexported misc/cgo/testplugin/unnamed1/main.go:10:1: exported function FuncInt should have comment or be unexported misc/cgo/testplugin/unnamed1/main.go:12:1: comment on exported function FuncRecursive should be of the form "FuncRecursive ..." misc/cgo/testplugin/unnamed1/main.go:16:6: exported type Y should have comment or be unexported misc/cgo/testplugin/unnamed1/main.go:19:6: exported type X should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:10:1: exported function FuncInt should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:12:1: exported function FuncRecursive should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:14:6: exported type Y should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:17:6: exported type X should have comment or be unexported misc/cgo/testsanitizers/src/msan3.go:23:1: comment on exported function GoFn should be of the form "GoFn ..." misc/cgo/testsanitizers/src/msan4.go:48:1: comment on exported function Nop should be of the form "Nop ..." misc/cgo/testsanitizers/src/msan5.go:43:1: comment on exported function Go1 should be of the form "Go1 ..." misc/cgo/testsanitizers/src/msan5.go:48:1: comment on exported function Go2 should be of the form "Go2 ..." misc/cgo/testsanitizers/src/tsan2.go:39:1: comment on exported function GoRun should be of the form "GoRun ..." misc/cgo/testshared/src/dep2/dep2.go:5:5: exported var W should have comment or be unexported misc/cgo/testshared/src/dep2/dep2.go:5:7: should omit type int from declaration of var W; it will be inferred from the right-hand side misc/cgo/testshared/src/dep2/dep2.go:9:6: exported type Dep2 should have comment or be unexported misc/cgo/testshared/src/dep2/dep2.go:13:1: exported function G should have comment or be unexported misc/cgo/testshared/src/dep3/dep3.go:14:6: exported type Dep3 should have comment or be unexported misc/cgo/testshared/src/dep3/dep3.go:19:1: exported function D3 should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:8:5: exported var SlicePtr should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:10:5: exported var V should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:10:7: should omit type int from declaration of var V; it will be inferred from the right-hand side misc/cgo/testshared/src/depBase/dep.go:12:5: exported var HasMask should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:12:13: should omit type []string from declaration of var HasMask; it will be inferred from the right-hand side misc/cgo/testshared/src/depBase/dep.go:14:6: exported type HasProg should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:18:6: exported type Dep should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:22:1: exported method Dep.Method should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:30:1: exported function F should have comment or be unexported misc/cgo/testshared/src/depBase/stubs.go:5:1: exported function ImplementedInAsm should have comment or be unexported misc/cgo/testshared/src/exe/exe.go:10:1: comment on exported function DeclaredInMain should be of the form "DeclaredInMain ..." misc/cgo/testshared/src/exe/exe.go:15:6: exported type C should have comment or be unexported misc/cgo/testshared/src/exe/exe.go:18:1: exported function F should have comment or be unexported misc/cgo/testshared/src/explicit/explicit.go:7:1: exported function E should have comment or be unexported misc/cgo/testshared/src/iface_a/a.go:5:1: don't use an underscore in package name misc/cgo/testshared/src/iface_a/a.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testshared/src/iface_a/a.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testshared/src/iface_b/b.go:5:1: don't use an underscore in package name misc/cgo/testshared/src/iface_b/b.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testshared/src/iface_b/b.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testshared/src/iface_i/i.go:5:1: don't use an underscore in package name misc/cgo/testshared/src/iface_i/i.go:7:6: exported type I should have comment or be unexported misc/cgo/testshared/src/iface_i/i.go:11:6: exported type T should have comment or be unexported misc/cgo/testshared/src/iface_i/i.go:14:1: exported method T.M should have comment or be unexported misc/cgo/testshared/src/implicit/implicit.go:3:1: exported function I should have comment or be unexported misc/cgo/testsigfwd/main.go:95:15: error strings should not be capitalized or end with punctuation or a newline misc/cgo/testsigfwd/main.go:107:14: error strings should not be capitalized or end with punctuation or a newline misc/cgo/testso/cgoso.go:24:1: exported function Test should have comment or be unexported misc/cgo/testsovar/cgoso.go:33:1: exported function Test should have comment or be unexported misc/swig/callback/callback.go:7:6: exported type GoCallback should have comment or be unexported misc/swig/callback/callback.go:9:1: exported method GoCallback.Run should have comment or be unexported misc/swig/stdio/file.go:15:1: exported function F should have comment or be unexported src/archive/tar/common.go:30:2: exported var ErrHeader should have comment or be unexported src/archive/tar/common.go:99:2: const paxUid should be paxUID src/archive/tar/common.go:151:2: struct field Uid should be UID src/archive/tar/common.go:607:2: don't use underscores in Go names; const c_ISUID should be cISUID src/archive/tar/common.go:608:2: don't use underscores in Go names; const c_ISGID should be cISGID src/archive/tar/common.go:609:2: don't use underscores in Go names; const c_ISVTX should be cISVTX src/archive/tar/common.go:613:2: don't use underscores in Go names; const c_ISDIR should be cISDIR src/archive/tar/common.go:614:2: don't use underscores in Go names; const c_ISFIFO should be cISFIFO src/archive/tar/common.go:615:2: don't use underscores in Go names; const c_ISREG should be cISREG src/archive/tar/common.go:616:2: don't use underscores in Go names; const c_ISLNK should be cISLNK src/archive/tar/common.go:617:2: don't use underscores in Go names; const c_ISBLK should be cISBLK src/archive/tar/common.go:618:2: don't use underscores in Go names; const c_ISCHR should be cISCHR src/archive/tar/common.go:619:2: don't use underscores in Go names; const c_ISSOCK should be cISSOCK src/archive/zip/reader.go:20:2: exported var ErrFormat should have comment or be unexported src/archive/zip/reader.go:25:6: exported type Reader should have comment or be unexported src/archive/zip/reader.go:32:6: exported type ReadCloser should have comment or be unexported src/archive/zip/reader.go:37:6: exported type File should have comment or be unexported src/archive/zip/reader.go:168:9: should omit type io.ReadCloser from declaration of var rc; it will be inferred from the right-hand side src/archive/zip/struct.go:253:2: don't use underscores in Go names; const s_IFMT should be sIFMT src/archive/zip/struct.go:254:2: don't use underscores in Go names; const s_IFSOCK should be sIFSOCK src/archive/zip/struct.go:255:2: don't use underscores in Go names; const s_IFLNK should be sIFLNK src/archive/zip/struct.go:256:2: don't use underscores in Go names; const s_IFREG should be sIFREG src/archive/zip/struct.go:257:2: don't use underscores in Go names; const s_IFBLK should be sIFBLK src/archive/zip/struct.go:258:2: don't use underscores in Go names; const s_IFDIR should be sIFDIR src/archive/zip/struct.go:259:2: don't use underscores in Go names; const s_IFCHR should be sIFCHR src/archive/zip/struct.go:260:2: don't use underscores in Go names; const s_IFIFO should be sIFIFO src/archive/zip/struct.go:261:2: don't use underscores in Go names; const s_ISUID should be sISUID src/archive/zip/struct.go:262:2: don't use underscores in Go names; const s_ISGID should be sISGID src/archive/zip/struct.go:263:2: don't use underscores in Go names; const s_ISVTX should be sISVTX src/archive/zip/struct.go:298:1: receiver name fh should be consistent with previous receiver name h for FileHeader src/bufio/bufio.go:22:2: exported var ErrInvalidUnreadByte should have comment or be unexported src/bufio/bufio.go:70:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:74:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:86:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:116:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:126:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:157:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:190:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:236:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:251:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:271:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:293:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:304:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:316:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:369:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:411:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:458:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:465:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:507:1: receiver name b should be consistent with previous receiver name r for Reader src/builtin/builtin.go:5:1: package comment should not have leading space src/cmd/api/goapi.go:345:6: exported type Walker should have comment or be unexported src/cmd/api/goapi.go:354:1: exported function NewWalker should have comment or be unexported src/cmd/api/goapi.go:363:1: exported method Walker.Features should have comment or be unexported src/cmd/api/goapi.go:429:1: exported method Walker.Import should have comment or be unexported src/cmd/asm/internal/arch/ppc64.go:42:1: exported function IsPPC64ISEL should have comment or be unexported src/cmd/asm/internal/asm/parse.go:26:6: exported type Parser should have comment or be unexported src/cmd/asm/internal/asm/parse.go:47:6: exported type Patch should have comment or be unexported src/cmd/asm/internal/asm/parse.go:52:1: exported function NewParser should have comment or be unexported src/cmd/asm/internal/asm/parse.go:92:1: exported method Parser.Parse should have comment or be unexported src/cmd/asm/internal/asm/parse.go:589:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/asm/internal/flags/flags.go:18:2: exported var Debug should have comment or be unexported src/cmd/asm/internal/flags/flags.go:28:2: exported var D should have comment or be unexported src/cmd/asm/internal/flags/flags.go:48:1: exported method MultiFlag.Set should have comment or be unexported src/cmd/asm/internal/flags/flags.go:53:1: exported function Usage should have comment or be unexported src/cmd/asm/internal/flags/flags.go:60:1: exported function Parse should have comment or be unexported src/cmd/asm/internal/lex/input.go:95:1: exported method Input.Next should have comment or be unexported src/cmd/asm/internal/lex/input.go:138:1: exported method Input.Text should have comment or be unexported src/cmd/asm/internal/lex/input.go:387:18: don't use underscores in Go names; method else_ should be else src/cmd/asm/internal/lex/input.go:475:1: exported method Input.Push should have comment or be unexported src/cmd/asm/internal/lex/input.go:482:1: exported method Input.Close should have comment or be unexported src/cmd/asm/internal/lex/lex.go:23:2: comment on exported const LSH should be of the form "LSH ..." src/cmd/asm/internal/lex/lex.go:26:2: exported const RSH should have comment (or a comment on this block) or be unexported src/cmd/asm/internal/lex/slice.go:21:1: exported function NewSlice should have comment or be unexported src/cmd/asm/internal/lex/slice.go:30:1: exported method Slice.Next should have comment or be unexported src/cmd/asm/internal/lex/slice.go:38:1: exported method Slice.Text should have comment or be unexported src/cmd/asm/internal/lex/slice.go:42:1: exported method Slice.File should have comment or be unexported src/cmd/asm/internal/lex/slice.go:46:1: exported method Slice.Base should have comment or be unexported src/cmd/asm/internal/lex/slice.go:50:1: exported method Slice.SetBase should have comment or be unexported src/cmd/asm/internal/lex/slice.go:56:1: exported method Slice.Line should have comment or be unexported src/cmd/asm/internal/lex/slice.go:60:1: exported method Slice.Col should have comment or be unexported src/cmd/asm/internal/lex/slice.go:73:1: exported method Slice.Close should have comment or be unexported src/cmd/asm/internal/lex/stack.go:24:1: exported method Stack.Next should have comment or be unexported src/cmd/asm/internal/lex/stack.go:36:1: exported method Stack.Text should have comment or be unexported src/cmd/asm/internal/lex/stack.go:40:1: exported method Stack.File should have comment or be unexported src/cmd/asm/internal/lex/stack.go:44:1: exported method Stack.Base should have comment or be unexported src/cmd/asm/internal/lex/stack.go:48:1: exported method Stack.SetBase should have comment or be unexported src/cmd/asm/internal/lex/stack.go:52:1: exported method Stack.Line should have comment or be unexported src/cmd/asm/internal/lex/stack.go:56:1: exported method Stack.Col should have comment or be unexported src/cmd/asm/internal/lex/stack.go:60:1: exported method Stack.Close should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:30:1: exported function NewTokenizer should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:69:1: exported method Tokenizer.Text should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:83:1: exported method Tokenizer.File should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:87:1: exported method Tokenizer.Base should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:91:1: exported method Tokenizer.SetBase should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:95:1: exported method Tokenizer.Line should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:99:1: exported method Tokenizer.Col should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:103:1: exported method Tokenizer.Next should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:146:1: exported method Tokenizer.Close should have comment or be unexported src/cmd/cgo/main.go:90:1: exported method Ref.Pos should have comment or be unexported src/cmd/cgo/util.go:96:6: don't use underscores in Go names; func error_ should be error src/cmd/compile/internal/amd64/galign.go:15:1: exported function Init should have comment or be unexported src/cmd/compile/internal/amd64/ssa.go:47:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/amd64/ssa.go:88:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm/galign.go:13:1: exported function Init should have comment or be unexported src/cmd/compile/internal/arm/ssa.go:33:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm/ssa.go:39:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm/ssa.go:80:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm64/galign.go:13:1: exported function Init should have comment or be unexported src/cmd/compile/internal/arm64/ssa.go:31:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm64/ssa.go:37:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm64/ssa.go:43:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/alg.go:17:2: comment on exported const ANOEQ should be of the form "ANOEQ ..." src/cmd/compile/internal/gc/alg.go:19:2: exported const AMEM0 should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/alg.go:33:2: comment on exported const AMEM should be of the form "AMEM ..." src/cmd/compile/internal/gc/alg.go:36:2: comment on exported const ASPECIAL should be of the form "ASPECIAL ..." src/cmd/compile/internal/gc/alg.go:311:2: don't use underscores in Go names; var old_safemode should be oldSafemode src/cmd/compile/internal/gc/alg.go:495:2: don't use underscores in Go names; var old_safemode should be oldSafemode src/cmd/compile/internal/gc/align.go:20:1: exported function Rnd should have comment or be unexported src/cmd/compile/internal/gc/bv.go:61:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:65:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:73:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:81:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:91:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:120:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:129:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:138:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:145:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:152:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:158:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:171:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/closure.go:108:23: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:159:5: don't use underscores in Go names; var closurename_closgen should be closurenameClosgen src/cmd/compile/internal/gc/closure.go:206:18: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:264:2: don't use underscores in Go names; var func_ should be func src/cmd/compile/internal/gc/closure.go:318:2: don't use underscores in Go names; var func_ should be func src/cmd/compile/internal/gc/closure.go:434:20: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:459:18: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:543:5: don't use underscores in Go names; var makepartialcall_gopkg should be makepartialcallGopkg src/cmd/compile/internal/gc/const.go:18:2: exported const CTxxx should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/const.go:29:6: exported type Val should have comment or be unexported src/cmd/compile/internal/gc/const.go:40:1: exported method Val.Ctype should have comment or be unexported src/cmd/compile/internal/gc/const.go:114:6: exported type NilVal should have comment or be unexported src/cmd/compile/internal/gc/const.go:605:1: exported function Isconst should have comment or be unexported src/cmd/compile/internal/gc/const.go:712:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:713:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:714:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:715:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:716:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:717:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:718:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:719:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:720:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:721:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:722:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:723:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:724:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:725:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:726:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:727:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:728:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:729:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:730:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:731:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:732:3: don't use underscores in Go names; const OOR_ should be OOR src/cmd/compile/internal/gc/const.go:733:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:734:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:735:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:736:3: don't use underscores in Go names; const OEQ_ should be OEQ src/cmd/compile/internal/gc/const.go:737:3: don't use underscores in Go names; const ONE_ should be ONE src/cmd/compile/internal/gc/const.go:738:3: don't use underscores in Go names; const OLT_ should be OLT src/cmd/compile/internal/gc/const.go:739:3: don't use underscores in Go names; const OLE_ should be OLE src/cmd/compile/internal/gc/const.go:740:3: don't use underscores in Go names; const OGE_ should be OGE src/cmd/compile/internal/gc/const.go:741:3: don't use underscores in Go names; const OGT_ should be OGT src/cmd/compile/internal/gc/const.go:742:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:743:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:1322:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/const.go:1602:6: don't use underscores in Go names; var cc_plus_dd should be ccPlusDd src/cmd/compile/internal/gc/dcl.go:63:5: don't use underscores in Go names; var declare_typegen should be declareTypegen src/cmd/compile/internal/gc/dcl.go:449:14: should drop = 0 from declaration of var i; it is the zero value src/cmd/compile/internal/gc/dcl.go:855:5: don't use underscores in Go names; var methodsym_toppkg should be methodsymToppkg src/cmd/compile/internal/gc/dwinl.go:145:5: should replace synthCount += 1 with synthCount++ src/cmd/compile/internal/gc/dwinl.go:339:26: should replace i += 1 with i++ src/cmd/compile/internal/gc/dwinl.go:365:21: should replace k += 1 with k++ src/cmd/compile/internal/gc/esc.go:182:2: exported const EscFuncUnknown should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/esc.go:188:1: comment on exported const MinLevel should be of the form "MinLevel ..." src/cmd/compile/internal/gc/esc.go:276:1: receiver name l1 should be consistent with previous receiver name l for Level src/cmd/compile/internal/gc/esc.go:301:6: exported type NodeEscState should have comment or be unexported src/cmd/compile/internal/gc/esc.go:382:6: exported type EscState should have comment or be unexported src/cmd/compile/internal/gc/esc.go:1758:7: exported const NOTALOOPDEPTH should have comment or be unexported src/cmd/compile/internal/gc/export.go:19:2: don't use underscores in Go names; var Debug_export should be DebugExport src/cmd/compile/internal/gc/export.go:19:2: exported var Debug_export should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:21:2: exported const FmtLeft should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/fmt.go:97:2: const FTypeId should be FTypeID src/cmd/compile/internal/gc/fmt.go:98:2: const FTypeIdName should be FTypeIDName src/cmd/compile/internal/gc/fmt.go:209:1: exported method Op.GoString should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:240:2: type fmtNodeTypeId should be fmtNodeTypeID src/cmd/compile/internal/gc/fmt.go:241:2: type fmtNodeTypeIdName should be fmtNodeTypeIDName src/cmd/compile/internal/gc/fmt.go:245:2: type fmtOpTypeId should be fmtOpTypeID src/cmd/compile/internal/gc/fmt.go:246:2: type fmtOpTypeIdName should be fmtOpTypeIDName src/cmd/compile/internal/gc/fmt.go:250:2: type fmtTypeTypeId should be fmtTypeTypeID src/cmd/compile/internal/gc/fmt.go:251:2: type fmtTypeTypeIdName should be fmtTypeTypeIDName src/cmd/compile/internal/gc/fmt.go:255:2: type fmtSymTypeId should be fmtSymTypeID src/cmd/compile/internal/gc/fmt.go:256:2: type fmtSymTypeIdName should be fmtSymTypeIDName src/cmd/compile/internal/gc/fmt.go:260:2: type fmtNodesTypeId should be fmtNodesTypeID src/cmd/compile/internal/gc/fmt.go:261:2: type fmtNodesTypeIdName should be fmtNodesTypeIDName src/cmd/compile/internal/gc/fmt.go:268:1: exported method Node.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:274:1: exported method Op.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:298:1: exported method Nodes.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:508:1: exported method Val.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:1247:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/fmt.go:1326:12: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/fmt.go:1815:1: receiver name l should be consistent with previous receiver name n for Nodes src/cmd/compile/internal/gc/fmt.go:1830:1: receiver name l should be consistent with previous receiver name n for Nodes src/cmd/compile/internal/gc/fmt.go:1856:1: exported function Dump should have comment or be unexported src/cmd/compile/internal/gc/go.go:16:2: exported const BADWIDTH should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/go.go:63:5: don't use underscores in Go names; var array_array should be arrayArray src/cmd/compile/internal/gc/go.go:65:5: don't use underscores in Go names; var array_nel should be arrayNel src/cmd/compile/internal/gc/go.go:67:5: don't use underscores in Go names; var array_cap should be arrayCap src/cmd/compile/internal/gc/go.go:69:5: don't use underscores in Go names; var sizeof_Array should be sizeofArray src/cmd/compile/internal/gc/go.go:79:5: don't use underscores in Go names; var sizeof_String should be sizeofString src/cmd/compile/internal/gc/go.go:103:5: exported var Debug should have comment or be unexported src/cmd/compile/internal/gc/go.go:107:5: don't use underscores in Go names; var Debug_checknil should be DebugChecknil src/cmd/compile/internal/gc/go.go:107:5: exported var Debug_checknil should have comment or be unexported src/cmd/compile/internal/gc/go.go:108:5: don't use underscores in Go names; var Debug_typeassert should be DebugTypeassert src/cmd/compile/internal/gc/go.go:108:5: exported var Debug_typeassert should have comment or be unexported src/cmd/compile/internal/gc/go.go:118:5: exported var Runtimepkg should have comment or be unexported src/cmd/compile/internal/gc/go.go:186:5: exported var Curfn should have comment or be unexported src/cmd/compile/internal/gc/go.go:188:5: exported var Widthptr should have comment or be unexported src/cmd/compile/internal/gc/go.go:190:5: exported var Widthreg should have comment or be unexported src/cmd/compile/internal/gc/go.go:196:5: don't use underscores in Go names; var compiling_runtime should be compilingRuntime src/cmd/compile/internal/gc/go.go:199:5: don't use underscores in Go names; var compiling_std should be compilingStd src/cmd/compile/internal/gc/go.go:201:5: don't use underscores in Go names; var compiling_wrappers should be compilingWrappers src/cmd/compile/internal/gc/go.go:203:5: don't use underscores in Go names; var use_writebarrier should be useWritebarrier src/cmd/compile/internal/gc/go.go:205:5: don't use underscores in Go names; var pure_go should be pureGo src/cmd/compile/internal/gc/go.go:207:5: don't use underscores in Go names; var flag_installsuffix should be flagInstallsuffix src/cmd/compile/internal/gc/go.go:209:5: don't use underscores in Go names; var flag_race should be flagRace src/cmd/compile/internal/gc/go.go:211:5: don't use underscores in Go names; var flag_msan should be flagMsan src/cmd/compile/internal/gc/go.go:229:5: exported var Ctxt should have comment or be unexported src/cmd/compile/internal/gc/go.go:233:5: exported var Nacl should have comment or be unexported src/cmd/compile/internal/gc/go.go:237:5: don't use underscores in Go names; var disable_checknil should be disableChecknil src/cmd/compile/internal/gc/go.go:243:6: exported type Arch should have comment or be unexported src/cmd/compile/internal/gc/go.go:277:2: exported var Deferproc should have its own declaration src/cmd/compile/internal/gc/go.go:301:2: exported var ControlWord32 should have its own declaration src/cmd/compile/internal/gc/gsubr.go:72:1: exported method Progs.NewProg should have comment or be unexported src/cmd/compile/internal/gc/gsubr.go:126:1: exported method Progs.Appendpp should have comment or be unexported src/cmd/compile/internal/gc/gsubr.go:247:1: exported function Addrconst should have comment or be unexported src/cmd/compile/internal/gc/gsubr.go:253:1: exported function Patch should have comment or be unexported src/cmd/compile/internal/gc/inl.go:79:2: don't use underscores in Go names; var save_safemode should be saveSafemode src/cmd/compile/internal/gc/inl.go:757:2: don't use underscores in Go names; var save_safemode should be saveSafemode src/cmd/compile/internal/gc/inl.go:1077:13: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/lex.go:44:2: comment on exported const Nointerface should be of the form "Nointerface ..." src/cmd/compile/internal/gc/lex.go:46:2: exported const Noescape should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/lex.go:53:2: comment on exported const Systemstack should be of the form "Systemstack ..." src/cmd/compile/internal/gc/lex.go:60:2: comment on exported const NotInHeap should be of the form "NotInHeap ..." src/cmd/compile/internal/gc/main.go:31:5: don't use underscores in Go names; var imported_unsafe should be importedUnsafe src/cmd/compile/internal/gc/main.go:38:2: don't use underscores in Go names; var Debug_append should be DebugAppend src/cmd/compile/internal/gc/main.go:38:2: exported var Debug_append should have comment or be unexported src/cmd/compile/internal/gc/main.go:39:2: don't use underscores in Go names; var Debug_asm should be DebugAsm src/cmd/compile/internal/gc/main.go:40:2: don't use underscores in Go names; var Debug_closure should be DebugClosure src/cmd/compile/internal/gc/main.go:41:2: don't use underscores in Go names; var Debug_compilelater should be DebugCompilelater src/cmd/compile/internal/gc/main.go:42:2: don't use underscores in Go names; var debug_dclstack should be debugDclstack src/cmd/compile/internal/gc/main.go:43:2: don't use underscores in Go names; var Debug_panic should be DebugPanic src/cmd/compile/internal/gc/main.go:44:2: don't use underscores in Go names; var Debug_slice should be DebugSlice src/cmd/compile/internal/gc/main.go:45:2: don't use underscores in Go names; var Debug_vlog should be DebugVlog src/cmd/compile/internal/gc/main.go:46:2: don't use underscores in Go names; var Debug_wb should be DebugWb src/cmd/compile/internal/gc/main.go:47:2: don't use underscores in Go names; var Debug_pctab should be DebugPctab src/cmd/compile/internal/gc/main.go:48:2: don't use underscores in Go names; var Debug_locationlist should be DebugLocationlist src/cmd/compile/internal/gc/main.go:49:2: don't use underscores in Go names; var Debug_typecheckinl should be DebugTypecheckinl src/cmd/compile/internal/gc/main.go:50:2: don't use underscores in Go names; var Debug_gendwarfinl should be DebugGendwarfinl src/cmd/compile/internal/gc/main.go:51:2: don't use underscores in Go names; var Debug_softfloat should be DebugSoftfloat src/cmd/compile/internal/gc/main.go:223:6: don't use underscores in Go names; var flag_shared should be flagShared src/cmd/compile/internal/gc/main.go:224:6: don't use underscores in Go names; var flag_dynlink should be flagDynlink src/cmd/compile/internal/gc/main.go:927:2: don't use underscores in Go names; var path_ should be path src/cmd/compile/internal/gc/main.go:1195:1: exported function IsAlias should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:16:2: comment on exported const Mpprec should be of the form "Mpprec ..." src/cmd/compile/internal/gc/mpfloat.go:19:2: comment on exported const Mpdebug should be of the form "Mpdebug ..." src/cmd/compile/internal/gc/mpfloat.go:47:1: exported method Mpflt.SetInt should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:56:1: exported method Mpflt.Set should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:60:1: exported method Mpflt.Add should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:72:1: exported method Mpflt.AddFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:79:1: exported method Mpflt.Sub should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:91:1: exported method Mpflt.Mul should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:103:1: exported method Mpflt.MulFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:110:1: exported method Mpflt.Quo should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:122:1: exported method Mpflt.Cmp should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:126:1: exported method Mpflt.CmpFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:133:1: exported method Mpflt.Float64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:144:1: exported method Mpflt.Float32 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:156:1: exported method Mpflt.SetFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:172:1: exported method Mpflt.Neg should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:179:1: exported method Mpflt.SetString should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:203:1: receiver name f should be consistent with previous receiver name a for Mpflt src/cmd/compile/internal/gc/mpint.go:21:1: exported method Mpint.SetOverflow should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:35:1: exported method Mpint.Set should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:39:1: exported method Mpint.SetFloat should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:73:1: exported method Mpint.Add should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:89:1: exported method Mpint.Sub should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:105:1: exported method Mpint.Mul should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:121:1: exported method Mpint.Quo should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:138:1: exported method Mpint.Rem should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:155:1: exported method Mpint.Or should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:167:1: exported method Mpint.And should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:179:1: exported method Mpint.AndNot should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:191:1: exported method Mpint.Xor should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:203:1: exported method Mpint.Lsh should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:230:1: exported method Mpint.Rsh should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:253:1: exported method Mpint.Cmp should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:257:1: exported method Mpint.CmpInt64 should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:264:1: exported method Mpint.Neg should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:268:1: exported method Mpint.Int64 should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:279:1: exported method Mpint.SetInt64 should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:283:1: exported method Mpint.SetString should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:302:1: receiver name x should be consistent with previous receiver name a for Mpint src/cmd/compile/internal/gc/noder.go:1337:27: don't use underscores in Go names; method parameter src_ should be src src/cmd/compile/internal/gc/obj.go:19:1: comment on exported const ArhdrSize should be of the form "ArhdrSize ..." src/cmd/compile/internal/gc/obj.go:362:5: don't use underscores in Go names; var slicebytes_gen should be slicebytesGen src/cmd/compile/internal/gc/order.go:64:2: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/order.go:88:2: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:81:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:114:7: don't use underscores in Go names; range var var_ should be var src/cmd/compile/internal/gc/phi.go:186:41: don't use underscores in Go names; method parameter var_ should be var src/cmd/compile/internal/gc/phi.go:328:7: don't use underscores in Go names; range var var_ should be var src/cmd/compile/internal/gc/phi.go:452:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:466:3: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:514:73: don't use underscores in Go names; method parameter var_ should be var src/cmd/compile/internal/gc/plive.go:115:1: comment on exported type Liveness should be of the form "Liveness ..." (with optional leading article) src/cmd/compile/internal/gc/racewalk.go:36:5: don't use underscores in Go names; var omit_pkgs should be omitPkgs src/cmd/compile/internal/gc/racewalk.go:40:5: don't use underscores in Go names; var norace_inst_pkgs should be noraceInstPkgs src/cmd/compile/internal/gc/reflect.go:44:6: exported type Sig should have comment or be unexported src/cmd/compile/internal/gc/reflect.go:49:2: don't use underscores in Go names; struct field type_ should be type src/cmd/compile/internal/gc/reflect.go:1813:6: exported type GCProg should have comment or be unexported src/cmd/compile/internal/gc/reflect.go:1813:6: type name will be used as gc.GCProg by other packages, and that stutters; consider calling this Prog src/cmd/compile/internal/gc/reflect.go:1819:5: don't use underscores in Go names; var Debug_gcprog should be DebugGcprog src/cmd/compile/internal/gc/reflect.go:1819:5: exported var Debug_gcprog should have comment or be unexported src/cmd/compile/internal/gc/select.go:258:2: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/sinit.go:20:6: exported type InitEntry should have comment or be unexported src/cmd/compile/internal/gc/sinit.go:25:6: exported type InitPlan should have comment or be unexported src/cmd/compile/internal/gc/sinit.go:707:57: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/sinit.go:773:42: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/sinit.go:1055:22: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/ssa.go:27:2: don't use underscores in Go names; var types_ should be types src/cmd/compile/internal/gc/ssa.go:350:17: don't use underscores in Go names; method Debug_checknil should be DebugChecknil src/cmd/compile/internal/gc/ssa.go:1304:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/ssa.go:2132:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/ssa.go:3534:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/ssa.go:4003:5: don't use underscores in Go names; var u64_f64 should be u64F64 src/cmd/compile/internal/gc/ssa.go:4013:5: don't use underscores in Go names; var u64_f32 should be u64F32 src/cmd/compile/internal/gc/ssa.go:4094:5: don't use underscores in Go names; var u32_f64 should be u32F64 src/cmd/compile/internal/gc/ssa.go:4099:5: don't use underscores in Go names; var u32_f32 should be u32F32 src/cmd/compile/internal/gc/ssa.go:4209:5: don't use underscores in Go names; var f32_u64 should be f32U64 src/cmd/compile/internal/gc/ssa.go:4219:5: don't use underscores in Go names; var f64_u64 should be f64U64 src/cmd/compile/internal/gc/ssa.go:4229:5: don't use underscores in Go names; var f32_u32 should be f32U32 src/cmd/compile/internal/gc/ssa.go:4239:5: don't use underscores in Go names; var f64_u32 should be f64U32 src/cmd/compile/internal/gc/ssa.go:4609:1: comment on exported method SSAGenState.DebugFriendlySetPosFrom should be of the form "DebugFriendlySetPosFrom ..." src/cmd/compile/internal/gc/ssa.go:4887:6: exported type FloatingEQNEJump should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:4900:1: exported method SSAGenState.FPJump should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:4918:1: exported function AuxOffset should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:4936:1: exported function AddAux2 should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5059:1: exported function AddrAuto should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5072:1: exported method SSAGenState.AddrScratch should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5083:1: exported method SSAGenState.Call should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5362:37: don't use underscores in Go names; method parameter fmt_ should be fmt src/cmd/compile/internal/gc/ssa.go:5366:17: don't use underscores in Go names; method Debug_checknil should be DebugChecknil src/cmd/compile/internal/gc/ssa.go:5395:1: exported method Node.Typ should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5398:1: exported method Node.StorageClass should have comment or be unexported src/cmd/compile/internal/gc/subr.go:24:6: exported type Error should have comment or be unexported src/cmd/compile/internal/gc/subr.go:153:1: exported function Warn should have comment or be unexported src/cmd/compile/internal/gc/subr.go:153:11: don't use underscores in Go names; func parameter fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:159:1: exported function Warnl should have comment or be unexported src/cmd/compile/internal/gc/subr.go:159:27: don't use underscores in Go names; func parameter fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:166:1: exported function Fatalf should have comment or be unexported src/cmd/compile/internal/gc/subr.go:166:13: don't use underscores in Go names; func parameter fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1195:2: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1197:3: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1200:3: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1206:4: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1208:4: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1509:1: comment on exported type Symlink should be of the form "Symlink ..." (with optional leading article) src/cmd/compile/internal/gc/syntax.go:62:1: exported method Node.IsSynthetic should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:109:1: exported method Node.Class should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:110:1: exported method Node.Walkdef should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:111:1: exported method Node.Typecheck should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:112:1: exported method Node.Initorder should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:114:1: exported method Node.HasBreak should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:115:1: exported method Node.IsClosureVar should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:116:1: exported method Node.NoInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:117:1: exported method Node.IsOutputParamHeapAddr should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:118:1: exported method Node.Assigned should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:119:1: exported method Node.Addrtaken should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:120:1: exported method Node.Implicit should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:121:1: exported method Node.Isddd should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:122:1: exported method Node.Diag should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:123:1: exported method Node.Colas should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:124:1: exported method Node.NonNil should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:125:1: exported method Node.Noescape should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:126:1: exported method Node.Bounded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:127:1: exported method Node.Addable should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:128:1: exported method Node.HasCall should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:129:1: exported method Node.Likely should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:130:1: exported method Node.HasVal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:131:1: exported method Node.HasOpt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:132:1: exported method Node.Embedded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:133:1: exported method Node.InlFormal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:134:1: exported method Node.InlLocal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:136:1: exported method Node.SetClass should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:137:1: exported method Node.SetWalkdef should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:138:1: exported method Node.SetTypecheck should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:139:1: exported method Node.SetInitorder should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:141:1: exported method Node.SetHasBreak should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:142:1: exported method Node.SetIsClosureVar should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:143:1: exported method Node.SetNoInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:144:1: exported method Node.SetIsOutputParamHeapAddr should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:145:1: exported method Node.SetAssigned should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:146:1: exported method Node.SetAddrtaken should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:147:1: exported method Node.SetImplicit should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:148:1: exported method Node.SetIsddd should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:149:1: exported method Node.SetDiag should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:150:1: exported method Node.SetColas should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:151:1: exported method Node.SetNonNil should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:152:1: exported method Node.SetNoescape should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:153:1: exported method Node.SetBounded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:154:1: exported method Node.SetAddable should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:155:1: exported method Node.SetHasCall should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:156:1: exported method Node.SetLikely should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:157:1: exported method Node.SetHasVal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:158:1: exported method Node.SetHasOpt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:159:1: exported method Node.SetEmbedded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:160:1: exported method Node.SetInlFormal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:161:1: exported method Node.SetInlLocal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:205:1: exported method Node.Iota should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:209:1: exported method Node.SetIota should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:260:1: exported method Name.Captured should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:261:1: exported method Name.Readonly should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:262:1: exported method Name.Byval should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:263:1: exported method Name.Needzero should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:264:1: exported method Name.Keepalive should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:265:1: exported method Name.AutoTemp should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:266:1: exported method Name.Used should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:268:1: exported method Name.SetCaptured should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:269:1: exported method Name.SetReadonly should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:270:1: exported method Name.SetByval should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:271:1: exported method Name.SetNeedzero should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:272:1: exported method Name.SetKeepalive should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:273:1: exported method Name.SetAutoTemp should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:274:1: exported method Name.SetUsed should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:276:6: exported type Param should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:478:1: exported method Func.Dupok should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:479:1: exported method Func.Wrapper should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:480:1: exported method Func.Needctxt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:481:1: exported method Func.ReflectMethod should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:482:1: exported method Func.IsHiddenClosure should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:483:1: exported method Func.HasDefer should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:484:1: exported method Func.NilCheckDisabled should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:485:1: exported method Func.InlinabilityChecked should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:486:1: exported method Func.ExportInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:488:1: exported method Func.SetDupok should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:489:1: exported method Func.SetWrapper should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:490:1: exported method Func.SetNeedctxt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:491:1: exported method Func.SetReflectMethod should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:492:1: exported method Func.SetIsHiddenClosure should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:493:1: exported method Func.SetHasDefer should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:494:1: exported method Func.SetNilCheckDisabled should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:495:1: exported method Func.SetInlinabilityChecked should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:496:1: exported method Func.SetExportInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:509:6: exported type Op should have comment or be unexported src/cmd/compile/internal/gc/truncconst_test.go:9:13: should omit type float64 from declaration of var f52want; it will be inferred from the right-hand side src/cmd/compile/internal/gc/truncconst_test.go:10:13: should omit type float64 from declaration of var f53want; it will be inferred from the right-hand side src/cmd/compile/internal/gc/typecheck.go:16:2: exported const Etop should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/typecheck.go:107:6: don't use underscores in Go names; func sprint_depchain should be sprintDepchain src/cmd/compile/internal/gc/typecheck.go:119:5: don't use underscores in Go names; var typecheck_tcstack should be typecheckTcstack src/cmd/compile/internal/gc/typecheck.go:3844:1: receiver name l should be consistent with previous receiver name nl for Nodes src/cmd/compile/internal/gc/typecheck.go:3950:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/typecheck.go:3960:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/util.go:25:1: exported function Exit should have comment or be unexported src/cmd/compile/internal/gc/walk.go:584:3: don't use underscores in Go names; var old_safemode should be oldSafemode src/cmd/compile/internal/gc/walk.go:827:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:841:3: don't use underscores in Go names; var map_ should be map src/cmd/compile/internal/gc/walk.go:1160:3: don't use underscores in Go names; var map_ should be map src/cmd/compile/internal/gc/walk.go:1548:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:1590:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:1719:3: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:3321:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:3326:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:3860:5: don't use underscores in Go names; var walkprintfunc_prgen should be walkprintfuncPrgen src/cmd/compile/internal/gc/walk.go:3913:31: don't use underscores in Go names; func parameter types_ should be types src/cmd/compile/internal/mips/galign.go:14:1: exported function Init should have comment or be unexported src/cmd/compile/internal/mips/ssa.go:32:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips/ssa.go:40:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips/ssa.go:46:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips/ssa.go:61:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/galign.go:14:1: exported function Init should have comment or be unexported src/cmd/compile/internal/mips64/ssa.go:32:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:40:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:46:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:52:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:67:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/galign.go:13:1: exported function Init should have comment or be unexported src/cmd/compile/internal/ppc64/opt.go:10:2: don't use underscores in Go names; const V_CC should be VCC src/cmd/compile/internal/ppc64/opt.go:11:2: don't use underscores in Go names; const V_V should be VV src/cmd/compile/internal/ppc64/ssa.go:75:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/ssa.go:81:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/ssa.go:87:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/ssa.go:939:3: don't use underscores in Go names; var dst_reg should be dstReg src/cmd/compile/internal/ppc64/ssa.go:940:3: don't use underscores in Go names; var src_reg should be srcReg src/cmd/compile/internal/s390x/galign.go:12:1: exported function Init should have comment or be unexported src/cmd/compile/internal/s390x/ssa.go:54:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:60:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:66:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:105:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:110:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:116:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:122:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/bits_go19.go:11:1: exported function TrailingZeros64 should have comment or be unexported src/cmd/compile/internal/ssa/block.go:92:1: exported method Edge.Block should have comment or be unexported src/cmd/compile/internal/ssa/block.go:95:1: exported method Edge.Index should have comment or be unexported src/cmd/compile/internal/ssa/block.go:99:1: comment on exported type BlockKind should be of the form "BlockKind ..." (with optional leading article) src/cmd/compile/internal/ssa/block.go:112:1: comment on exported method Block.LongString should be of the form "LongString ..." src/cmd/compile/internal/ssa/block.go:136:1: exported method Block.SetControl should have comment or be unexported src/cmd/compile/internal/ssa/block.go:224:1: exported method Block.Logf should have comment or be unexported src/cmd/compile/internal/ssa/block.go:225:1: exported method Block.Log should have comment or be unexported src/cmd/compile/internal/ssa/block.go:226:1: exported method Block.Fatalf should have comment or be unexported src/cmd/compile/internal/ssa/block.go:228:6: exported type BranchPrediction should have comment or be unexported src/cmd/compile/internal/ssa/block.go:231:2: exported const BranchUnlikely should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/cache.go:31:1: exported method Cache.Reset should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:165:1: comment on exported var IntrinsicsDebug should be of the form "IntrinsicsDebug ..." src/cmd/compile/internal/ssa/compile.go:167:5: exported var IntrinsicsDisable should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:169:5: exported var BuildDebug should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:170:5: exported var BuildTest should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:171:5: exported var BuildStats should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:172:5: exported var BuildDump should have comment or be unexported src/cmd/compile/internal/ssa/config.go:50:6: exported type Types should have comment or be unexported src/cmd/compile/internal/ssa/config.go:76:6: exported type Logger should have comment or be unexported src/cmd/compile/internal/ssa/config.go:88:22: don't use underscores in Go names; interface method parameter fmt_ should be fmt src/cmd/compile/internal/ssa/config.go:94:6: exported type Frontend should have comment or be unexported src/cmd/compile/internal/ssa/config.go:140:1: comment on exported type GCNode should be of the form "GCNode ..." (with optional leading article) src/cmd/compile/internal/ssa/config.go:149:6: exported type StorageClass should have comment or be unexported src/cmd/compile/internal/ssa/config.go:152:2: exported const ClassAuto should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/config.go:329:1: exported method Config.Set387 should have comment or be unexported src/cmd/compile/internal/ssa/config.go:334:1: exported method Config.SparsePhiCutoff should have comment or be unexported src/cmd/compile/internal/ssa/config.go:335:1: exported method Config.Ctxt should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:1:1: package comment should be of the form "Package ssa ..." src/cmd/compile/internal/ssa/debug.go:15:6: exported type SlotID should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:16:6: exported type VarID should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:35:6: exported type BlockDebug should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:140:5: exported var BlockStart should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:146:5: exported var BlockEnd should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:202:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:287:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:291:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:295:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:427:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:500:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:609:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:783:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:839:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:882:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/export_test.go:140:24: don't use underscores in Go names; method Debug_checknil should be DebugChecknil src/cmd/compile/internal/ssa/func.go:158:1: comment on exported method Func.LogStat should be of the form "LogStat ..." src/cmd/compile/internal/ssa/func.go:209:1: comment on exported method Func.NewBlock should be of the form "NewBlock ..." src/cmd/compile/internal/ssa/func.go:255:1: comment on exported method Block.NewValue0I should be of the form "NewValue0I ..." src/cmd/compile/internal/ssa/func.go:263:1: comment on exported method Block.NewValue0A should be of the form "NewValue0A ..." src/cmd/compile/internal/ssa/func.go:278:1: comment on exported method Block.NewValue0IA should be of the form "NewValue0IA ..." src/cmd/compile/internal/ssa/func.go:457:1: comment on exported method Func.ConstBool should be of the form "ConstBool ..." src/cmd/compile/internal/ssa/func.go:465:1: exported method Func.ConstInt8 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:468:1: exported method Func.ConstInt16 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:471:1: exported method Func.ConstInt32 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:474:1: exported method Func.ConstInt64 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:477:1: exported method Func.ConstFloat32 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:480:1: exported method Func.ConstFloat64 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:484:1: exported method Func.ConstSlice should have comment or be unexported src/cmd/compile/internal/ssa/func.go:487:1: exported method Func.ConstInterface should have comment or be unexported src/cmd/compile/internal/ssa/func.go:490:1: exported method Func.ConstNil should have comment or be unexported src/cmd/compile/internal/ssa/func.go:493:1: exported method Func.ConstEmptyString should have comment or be unexported src/cmd/compile/internal/ssa/func.go:498:1: exported method Func.ConstOffPtrSP should have comment or be unexported src/cmd/compile/internal/ssa/func.go:507:1: exported method Func.Frontend should have comment or be unexported src/cmd/compile/internal/ssa/func.go:508:1: exported method Func.Warnl should have comment or be unexported src/cmd/compile/internal/ssa/func.go:509:1: exported method Func.Logf should have comment or be unexported src/cmd/compile/internal/ssa/func.go:510:1: exported method Func.Log should have comment or be unexported src/cmd/compile/internal/ssa/func.go:511:1: exported method Func.Fatalf should have comment or be unexported src/cmd/compile/internal/ssa/func.go:521:1: exported method Func.Postorder should have comment or be unexported src/cmd/compile/internal/ssa/func.go:633:1: exported function DebugNameMatch should have comment or be unexported src/cmd/compile/internal/ssa/func_test.go:139:15: should omit type pass from declaration of var emptyPass; it will be inferred from the right-hand side src/cmd/compile/internal/ssa/func_test.go:147:49: exported method Fun returns unexported type ssa.fun, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:203:48: exported func Bloc returns unexported type ssa.bloc, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:227:93: exported func Valu returns unexported type ssa.valu, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:233:24: exported func Goto returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:238:32: exported func If returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:243:23: exported func Exit returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:248:32: exported func Eq returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/html.go:17:6: exported type HTMLWriter should have comment or be unexported src/cmd/compile/internal/ssa/html.go:22:1: exported function NewHTMLWriter should have comment or be unexported src/cmd/compile/internal/ssa/html.go:307:1: exported method HTMLWriter.Close should have comment or be unexported src/cmd/compile/internal/ssa/html.go:343:1: exported method HTMLWriter.Printf should have comment or be unexported src/cmd/compile/internal/ssa/html.go:349:1: exported method HTMLWriter.WriteString should have comment or be unexported src/cmd/compile/internal/ssa/html.go:355:1: exported method Value.HTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:363:1: exported method Value.LongHTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:404:1: exported method Block.HTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:412:1: exported method Block.LongHTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:442:1: exported method Func.HTML should have comment or be unexported src/cmd/compile/internal/ssa/id.go:7:6: exported type ID should have comment or be unexported src/cmd/compile/internal/ssa/location.go:12:1: comment on exported type Location should be of the form "Location ..." (with optional leading article) src/cmd/compile/internal/ssa/location.go:70:6: exported type LocPair should have comment or be unexported src/cmd/compile/internal/ssa/op.go:85:2: exported const SymRead should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/op.go:102:1: exported method ValAndOff.Val should have comment or be unexported src/cmd/compile/internal/ssa/op.go:105:1: exported method ValAndOff.Off should have comment or be unexported src/cmd/compile/internal/ssa/op.go:108:1: exported method ValAndOff.Int64 should have comment or be unexported src/cmd/compile/internal/ssa/redblack32.go:83:1: receiver name n should be consistent with previous receiver name t for node32 src/cmd/compile/internal/ssa/redblack32.go:90:1: receiver name n should be consistent with previous receiver name t for node32 src/cmd/compile/internal/ssa/redblack32.go:101:1: receiver name n should be consistent with previous receiver name t for node32 src/cmd/compile/internal/ssa/redblack32.go:246:33: don't use underscores in Go names; method parameter allow_eq should be allowEq src/cmd/compile/internal/ssa/redblack32.go:264:33: don't use underscores in Go names; method parameter allow_eq should be allowEq src/cmd/compile/internal/ssa/redblack32.go:297:7: don't use underscores in Go names; var new_l should be newL src/cmd/compile/internal/ssa/redblack32.go:310:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/redblack32.go:322:7: don't use underscores in Go names; var new_r should be newR src/cmd/compile/internal/ssa/redblack32.go:335:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/redblack32_test.go:178:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/schedule.go:10:2: exported const ScorePhi should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/schedule.go:20:6: exported type ValHeap should have comment or be unexported src/cmd/compile/internal/ssa/schedule.go:28:1: exported method ValHeap.Push should have comment or be unexported src/cmd/compile/internal/ssa/schedule.go:34:1: exported method ValHeap.Pop should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:12:6: exported type SparseTreeNode should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:32:1: exported method SparseTreeNode.Entry should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:36:1: exported method SparseTreeNode.Exit should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:41:2: comment on exported const AdjustBefore should be of the form "AdjustBefore ..." src/cmd/compile/internal/ssa/sparsetree.go:49:2: exported const AdjustWithin should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/sparsetreemap.go:66:1: exported method SparseTreeHelper.NewTree should have comment or be unexported src/cmd/compile/internal/ssa/value.go:68:1: exported method Value.AuxInt8 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:75:1: exported method Value.AuxInt16 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:82:1: exported method Value.AuxInt32 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:89:1: exported method Value.AuxFloat should have comment or be unexported src/cmd/compile/internal/ssa/value.go:95:1: exported method Value.AuxValAndOff should have comment or be unexported src/cmd/compile/internal/ssa/value.go:102:1: comment on exported method Value.LongString should be of the form "LongString ..." src/cmd/compile/internal/ssa/value.go:135:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/value.go:175:1: exported method Value.AddArg should have comment or be unexported src/cmd/compile/internal/ssa/value.go:182:1: exported method Value.AddArgs should have comment or be unexported src/cmd/compile/internal/ssa/value.go:191:1: exported method Value.SetArg should have comment or be unexported src/cmd/compile/internal/ssa/value.go:196:1: exported method Value.RemoveArg should have comment or be unexported src/cmd/compile/internal/ssa/value.go:202:1: exported method Value.SetArgs1 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:206:1: exported method Value.SetArgs2 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:265:1: exported method Value.Logf should have comment or be unexported src/cmd/compile/internal/ssa/value.go:266:1: exported method Value.Log should have comment or be unexported src/cmd/compile/internal/ssa/value.go:267:1: exported method Value.Fatalf should have comment or be unexported src/cmd/compile/internal/ssa/value.go:303:1: exported method Value.RegName should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:10:6: exported type Node should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:35:1: comment on exported type File should be of the form "File ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:47:2: exported type Decl should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:52:2: comment on exported type ImportDecl should be of the form "ImportDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:61:2: comment on exported type ConstDecl should be of the form "ConstDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:72:2: comment on exported type TypeDecl should be of the form "TypeDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:82:2: comment on exported type VarDecl should be of the form "VarDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:93:2: comment on exported type FuncDecl should be of the form "FuncDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:112:1: comment on exported type Group should be of the form "Group ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:121:2: exported type Expr should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:126:2: comment on exported type BadExpr should be of the form "BadExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:132:2: comment on exported type Name should be of the form "Name ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:138:2: comment on exported type BasicLit should be of the form "BasicLit ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:145:2: comment on exported type CompositeLit should be of the form "CompositeLit ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:154:2: comment on exported type KeyValueExpr should be of the form "KeyValueExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:160:2: comment on exported type FuncLit should be of the form "FuncLit ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:167:2: comment on exported type ParenExpr should be of the form "ParenExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:173:2: comment on exported type SelectorExpr should be of the form "SelectorExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:180:2: comment on exported type IndexExpr should be of the form "IndexExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:187:2: comment on exported type SliceExpr should be of the form "SliceExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:199:2: comment on exported type AssertExpr should be of the form "AssertExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:207:2: exported type Operation should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:213:2: comment on exported type CallExpr should be of the form "CallExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:221:2: comment on exported type ListExpr should be of the form "ListExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:227:2: comment on exported type ArrayType should be of the form "ArrayType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:235:2: comment on exported type SliceType should be of the form "SliceType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:241:2: comment on exported type DotsType should be of the form "DotsType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:247:2: comment on exported type StructType should be of the form "StructType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:254:2: comment on exported type Field should be of the form "Field ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:262:2: comment on exported type InterfaceType should be of the form "InterfaceType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:268:2: exported type FuncType should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:274:2: comment on exported type MapType should be of the form "MapType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:281:2: comment on exported type ChanType should be of the form "ChanType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:295:6: exported type ChanDir should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:299:2: exported const SendOnly should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/nodes.go:307:2: exported type Stmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:312:2: exported type SimpleStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:317:2: exported type EmptyStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:321:2: exported type LabeledStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:327:2: exported type BlockStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:333:2: exported type ExprStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:338:2: exported type SendStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:343:2: exported type DeclStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:348:2: exported type AssignStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:350:3: struct field Lhs should be LHS src/cmd/compile/internal/syntax/nodes.go:350:8: struct field Rhs should be RHS src/cmd/compile/internal/syntax/nodes.go:354:2: exported type BranchStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:366:2: exported type CallStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:372:2: exported type ReturnStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:377:2: exported type IfStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:385:2: exported type ForStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:393:2: exported type SwitchStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:401:2: exported type SelectStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:409:2: exported type RangeClause should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:410:3: struct field Lhs should be LHS src/cmd/compile/internal/syntax/nodes.go:416:2: exported type TypeSwitchGuard should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:418:3: struct field Lhs should be LHS src/cmd/compile/internal/syntax/nodes.go:423:2: exported type CaseClause should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:430:2: exported type CommClause should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:451:1: comment on exported type CommentKind should be of the form "CommentKind ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:456:2: exported const Above should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/nodes.go:462:6: exported type Comment should have comment or be unexported src/cmd/compile/internal/syntax/parser.go:785:26: don't use underscores in Go names; method parameter keep_parens should be keepParens src/cmd/compile/internal/syntax/parser.go:883:24: don't use underscores in Go names; method parameter keep_parens should be keepParens src/cmd/compile/internal/syntax/parser.go:985:4: don't use underscores in Go names; var complit_ok should be complitOk src/cmd/compile/internal/syntax/parser.go:1016:18: don't use underscores in Go names; method bare_complitexpr should be bareComplitexpr src/cmd/compile/internal/syntax/parser.go:1063:18: don't use underscores in Go names; method type_ should be type src/cmd/compile/internal/syntax/parser.go:1581:1: comment on exported var ImplicitOne should be of the form "ImplicitOne ..." src/cmd/compile/internal/syntax/parser_test.go:21:5: don't use underscores in Go names; var src_ should be src src/cmd/compile/internal/syntax/parser_test.go:186:14: should omit type int from declaration of var tooLarge; it will be inferred from the right-hand side src/cmd/compile/internal/syntax/pos.go:29:1: exported method Pos.IsKnown should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:30:1: exported method Pos.Base should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:31:1: exported method Pos.Line should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:32:1: exported method Pos.Col should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:34:1: exported method Pos.RelFilename should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:35:1: exported method Pos.RelLine should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:36:1: exported method Pos.RelCol should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:76:1: exported method PosBase.Pos should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:83:1: exported method PosBase.Filename should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:90:1: exported method PosBase.Line should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:97:1: exported method PosBase.Col should have comment or be unexported src/cmd/compile/internal/syntax/printer.go:19:1: exported function Fprint should have comment or be unexported src/cmd/compile/internal/syntax/printer.go:38:1: exported function String should have comment or be unexported src/cmd/compile/internal/syntax/tokens.go:74:2: comment on exported const Break should be of the form "Break ..." src/cmd/compile/internal/syntax/tokens.go:76:2: exported const Continue should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/tokens.go:80:2: comment on exported const Go should be of the form "Go ..." src/cmd/compile/internal/syntax/tokens.go:93:6: exported type LitKind should have comment or be unexported src/cmd/compile/internal/syntax/tokens.go:96:2: exported const IntLit should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/tokens.go:103:6: exported type Operator should have comment or be unexported src/cmd/compile/internal/syntax/tokens.go:112:2: exported const Not should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/tokens.go:115:2: comment on exported const OrOr should be of the form "OrOr ..." src/cmd/compile/internal/syntax/tokens.go:118:2: comment on exported const AndAnd should be of the form "AndAnd ..." src/cmd/compile/internal/syntax/tokens.go:121:2: comment on exported const Eql should be of the form "Eql ..." src/cmd/compile/internal/syntax/tokens.go:129:2: comment on exported const Add should be of the form "Add ..." src/cmd/compile/internal/syntax/tokens.go:135:2: comment on exported const Mul should be of the form "Mul ..." src/cmd/compile/internal/types/pkg.go:18:6: exported type Pkg should have comment or be unexported src/cmd/compile/internal/types/pkg.go:72:1: exported method Pkg.Lookup should have comment or be unexported src/cmd/compile/internal/types/pkg.go:77:5: exported var InitSyms should have comment or be unexported src/cmd/compile/internal/types/pkg.go:100:1: exported method Pkg.LookupBytes should have comment or be unexported src/cmd/compile/internal/types/pkg.go:117:1: exported function InternString should have comment or be unexported src/cmd/compile/internal/types/scope.go:12:5: exported var Block should have comment or be unexported src/cmd/compile/internal/types/scope.go:72:1: exported function IsDclstackValid should have comment or be unexported src/cmd/compile/internal/types/sym.go:47:1: exported method Sym.Export should have comment or be unexported src/cmd/compile/internal/types/sym.go:48:1: exported method Sym.Package should have comment or be unexported src/cmd/compile/internal/types/sym.go:49:1: exported method Sym.Exported should have comment or be unexported src/cmd/compile/internal/types/sym.go:50:1: exported method Sym.Uniq should have comment or be unexported src/cmd/compile/internal/types/sym.go:51:1: exported method Sym.Siggen should have comment or be unexported src/cmd/compile/internal/types/sym.go:52:1: exported method Sym.Asm should have comment or be unexported src/cmd/compile/internal/types/sym.go:53:1: exported method Sym.AlgGen should have comment or be unexported src/cmd/compile/internal/types/sym.go:55:1: exported method Sym.SetExport should have comment or be unexported src/cmd/compile/internal/types/sym.go:56:1: exported method Sym.SetPackage should have comment or be unexported src/cmd/compile/internal/types/sym.go:57:1: exported method Sym.SetExported should have comment or be unexported src/cmd/compile/internal/types/sym.go:58:1: exported method Sym.SetUniq should have comment or be unexported src/cmd/compile/internal/types/sym.go:59:1: exported method Sym.SetSiggen should have comment or be unexported src/cmd/compile/internal/types/sym.go:60:1: exported method Sym.SetAsm should have comment or be unexported src/cmd/compile/internal/types/sym.go:61:1: exported method Sym.SetAlgGen should have comment or be unexported src/cmd/compile/internal/types/sym.go:63:1: exported method Sym.IsBlank should have comment or be unexported src/cmd/compile/internal/types/sym.go:67:1: exported method Sym.LinksymName should have comment or be unexported src/cmd/compile/internal/types/sym.go:77:1: exported method Sym.Linksym should have comment or be unexported src/cmd/compile/internal/types/type.go:13:1: comment on exported type Node should be of the form "Node ..." (with optional leading article) src/cmd/compile/internal/types/type.go:24:2: exported const Txxx should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:61:2: comment on exported const TIDEAL should be of the form "TIDEAL ..." src/cmd/compile/internal/types/type.go:66:2: comment on exported const TFUNCARGS should be of the form "TFUNCARGS ..." src/cmd/compile/internal/types/type.go:70:2: comment on exported const TDDDFIELD should be of the form "TDDDFIELD ..." src/cmd/compile/internal/types/type.go:73:2: comment on exported const TSSA should be of the form "TSSA ..." src/cmd/compile/internal/types/type.go:83:1: exported method ChanDir.CanRecv should have comment or be unexported src/cmd/compile/internal/types/type.go:84:1: exported method ChanDir.CanSend should have comment or be unexported src/cmd/compile/internal/types/type.go:87:2: comment on exported const Crecv should be of the form "Crecv ..." src/cmd/compile/internal/types/type.go:90:2: exported const Csend should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:105:2: comment on exported var Bytetype should be of the form "Bytetype ..." src/cmd/compile/internal/types/type.go:107:2: exported var Runetype should have comment or be unexported src/cmd/compile/internal/types/type.go:109:2: comment on exported var Errortype should be of the form "Errortype ..." src/cmd/compile/internal/types/type.go:112:2: comment on exported var Idealstring should be of the form "Idealstring ..." src/cmd/compile/internal/types/type.go:116:2: comment on exported var Idealint should be of the form "Idealint ..." src/cmd/compile/internal/types/type.go:174:1: exported method Type.NotInHeap should have comment or be unexported src/cmd/compile/internal/types/type.go:175:1: exported method Type.Broke should have comment or be unexported src/cmd/compile/internal/types/type.go:176:1: exported method Type.Noalg should have comment or be unexported src/cmd/compile/internal/types/type.go:177:1: exported method Type.Deferwidth should have comment or be unexported src/cmd/compile/internal/types/type.go:178:1: exported method Type.Recur should have comment or be unexported src/cmd/compile/internal/types/type.go:180:1: exported method Type.SetNotInHeap should have comment or be unexported src/cmd/compile/internal/types/type.go:181:1: exported method Type.SetBroke should have comment or be unexported src/cmd/compile/internal/types/type.go:182:1: exported method Type.SetNoalg should have comment or be unexported src/cmd/compile/internal/types/type.go:183:1: exported method Type.SetDeferwidth should have comment or be unexported src/cmd/compile/internal/types/type.go:184:1: exported method Type.SetRecur should have comment or be unexported src/cmd/compile/internal/types/type.go:236:1: comment on exported type Struct should be of the form "Struct ..." (with optional leading article) src/cmd/compile/internal/types/type.go:247:1: comment on exported type Funarg should be of the form "Funarg ..." (with optional leading article) src/cmd/compile/internal/types/type.go:251:2: exported const FunargNone should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:283:1: comment on exported type FuncArgs should be of the form "FuncArgs ..." (with optional leading article) src/cmd/compile/internal/types/type.go:300:6: exported type Tuple should have comment or be unexported src/cmd/compile/internal/types/type.go:343:1: exported method Field.Isddd should have comment or be unexported src/cmd/compile/internal/types/type.go:344:1: exported method Field.Broke should have comment or be unexported src/cmd/compile/internal/types/type.go:345:1: exported method Field.Nointerface should have comment or be unexported src/cmd/compile/internal/types/type.go:347:1: exported method Field.SetIsddd should have comment or be unexported src/cmd/compile/internal/types/type.go:348:1: exported method Field.SetBroke should have comment or be unexported src/cmd/compile/internal/types/type.go:349:1: exported method Field.SetNointerface should have comment or be unexported src/cmd/compile/internal/types/type.go:485:1: exported function NewTuple should have comment or be unexported src/cmd/compile/internal/types/type.go:560:1: exported function NewField should have comment or be unexported src/cmd/compile/internal/types/type.go:694:1: exported method Field.Copy should have comment or be unexported src/cmd/compile/internal/types/type.go:705:1: exported method Type.Recvs should have comment or be unexported src/cmd/compile/internal/types/type.go:706:1: exported method Type.Params should have comment or be unexported src/cmd/compile/internal/types/type.go:707:1: exported method Type.Results should have comment or be unexported src/cmd/compile/internal/types/type.go:709:1: exported method Type.NumRecvs should have comment or be unexported src/cmd/compile/internal/types/type.go:710:1: exported method Type.NumParams should have comment or be unexported src/cmd/compile/internal/types/type.go:711:1: exported method Type.NumResults should have comment or be unexported src/cmd/compile/internal/types/type.go:791:1: comment on exported method Type.SetNname should be of the form "SetNname ..." src/cmd/compile/internal/types/type.go:806:1: exported method Type.Methods should have comment or be unexported src/cmd/compile/internal/types/type.go:811:1: exported method Type.AllMethods should have comment or be unexported src/cmd/compile/internal/types/type.go:816:1: exported method Type.Fields should have comment or be unexported src/cmd/compile/internal/types/type.go:865:1: exported method Type.SetInterface should have comment or be unexported src/cmd/compile/internal/types/type.go:870:1: exported method Type.IsDDDArray should have comment or be unexported src/cmd/compile/internal/types/type.go:877:1: exported method Type.WidthCalculated should have comment or be unexported src/cmd/compile/internal/types/type.go:888:1: exported method Type.Size should have comment or be unexported src/cmd/compile/internal/types/type.go:899:1: exported method Type.Alignment should have comment or be unexported src/cmd/compile/internal/types/type.go:904:1: exported method Type.SimpleString should have comment or be unexported src/cmd/compile/internal/types/type.go:915:2: exported const CMPlt should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:1166:1: exported method Type.IsBoolean should have comment or be unexported src/cmd/compile/internal/types/type.go:1192:1: exported method Type.IsInteger should have comment or be unexported src/cmd/compile/internal/types/type.go:1200:1: exported method Type.IsSigned should have comment or be unexported src/cmd/compile/internal/types/type.go:1208:1: exported method Type.IsFloat should have comment or be unexported src/cmd/compile/internal/types/type.go:1212:1: exported method Type.IsComplex should have comment or be unexported src/cmd/compile/internal/types/type.go:1237:1: exported method Type.IsString should have comment or be unexported src/cmd/compile/internal/types/type.go:1241:1: exported method Type.IsMap should have comment or be unexported src/cmd/compile/internal/types/type.go:1245:1: exported method Type.IsChan should have comment or be unexported src/cmd/compile/internal/types/type.go:1249:1: exported method Type.IsSlice should have comment or be unexported src/cmd/compile/internal/types/type.go:1253:1: exported method Type.IsArray should have comment or be unexported src/cmd/compile/internal/types/type.go:1257:1: exported method Type.IsStruct should have comment or be unexported src/cmd/compile/internal/types/type.go:1261:1: exported method Type.IsInterface should have comment or be unexported src/cmd/compile/internal/types/type.go:1270:1: exported method Type.ElemType should have comment or be unexported src/cmd/compile/internal/types/type.go:1275:1: exported method Type.PtrTo should have comment or be unexported src/cmd/compile/internal/types/type.go:1279:1: exported method Type.NumFields should have comment or be unexported src/cmd/compile/internal/types/type.go:1282:1: exported method Type.FieldType should have comment or be unexported src/cmd/compile/internal/types/type.go:1295:1: exported method Type.FieldOff should have comment or be unexported src/cmd/compile/internal/types/type.go:1298:1: exported method Type.FieldName should have comment or be unexported src/cmd/compile/internal/types/type.go:1302:1: exported method Type.NumElem should have comment or be unexported src/cmd/compile/internal/types/type.go:1323:1: exported method Type.NumComponents should have comment or be unexported src/cmd/compile/internal/types/type.go:1347:1: exported method Type.IsMemory should have comment or be unexported src/cmd/compile/internal/types/type.go:1350:1: exported method Type.IsFlags should have comment or be unexported src/cmd/compile/internal/types/type.go:1351:1: exported method Type.IsVoid should have comment or be unexported src/cmd/compile/internal/types/type.go:1352:1: exported method Type.IsTuple should have comment or be unexported src/cmd/compile/internal/types/type.go:1372:1: exported function Haspointers should have comment or be unexported src/cmd/compile/internal/types/type.go:1376:1: exported function Haspointers1 should have comment or be unexported src/cmd/compile/internal/types/type.go:1410:1: exported method Type.Symbol should have comment or be unexported src/cmd/compile/internal/types/type.go:1438:2: exported var TypeInvalid should have comment or be unexported src/cmd/compile/internal/types/utils.go:12:7: exported const BADWIDTH should have comment or be unexported src/cmd/compile/internal/types/utils.go:14:1: comment on exported var Tptr should be of the form "Tptr ..." src/cmd/compile/internal/types/utils.go:40:1: exported method Sym.Format should have comment or be unexported src/cmd/compile/internal/types/utils.go:40:1: receiver name sym should be consistent with previous receiver name s for Sym src/cmd/compile/internal/types/utils.go:66:1: exported method Type.Format should have comment or be unexported src/cmd/compile/internal/x86/galign.go:15:1: exported function Init should have comment or be unexported src/cmd/compile/internal/x86/ssa.go:47:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/dist/build.go:35:2: don't use underscores in Go names; var goroot_final should be gorootFinal src/cmd/dist/build.go:1428:2: don't use underscores in Go names; var real_src should be realSrc src/cmd/dist/buildtool.go:106:2: don't use underscores in Go names; var goroot_bootstrap should be gorootBootstrap src/cmd/dist/util.go:55:2: exported const CheckExit should have comment (or a comment on this block) or be unexported src/cmd/doc/pkg.go:31:6: exported type Package should have comment or be unexported src/cmd/doc/pkg.go:43:6: exported type PackageError should have comment or be unexported src/cmd/doc/pkg.go:94:1: comment on exported method Package.Fatalf should be of the form "Fatalf ..." src/cmd/doc/pkg.go:159:1: exported method Package.Printf should have comment or be unexported src/cmd/fix/typecheck.go:78:6: exported type TypeConfig should have comment or be unexported src/cmd/go/internal/base/base.go:64:1: exported method Command.Usage should have comment or be unexported src/cmd/go/internal/base/base.go:78:1: exported function AtExit should have comment or be unexported src/cmd/go/internal/base/base.go:82:1: exported function Exit should have comment or be unexported src/cmd/go/internal/base/base.go:89:1: exported function Fatalf should have comment or be unexported src/cmd/go/internal/base/base.go:94:1: exported function Errorf should have comment or be unexported src/cmd/go/internal/base/base.go:99:1: exported function ExitIfErrors should have comment or be unexported src/cmd/go/internal/base/base.go:108:1: exported function SetExitStatus should have comment or be unexported src/cmd/go/internal/base/flag.go:18:1: exported method StringsFlag.Set should have comment or be unexported src/cmd/go/internal/base/path.go:21:5: exported var Cwd should have comment or be unexported src/cmd/go/internal/base/tool.go:25:7: exported const ToolWindowsExtension should have comment or be unexported src/cmd/go/internal/bug/bug.go:26:5: exported var CmdBug should have comment or be unexported src/cmd/go/internal/cache/cache.go:133:6: exported type Entry should have comment or be unexported src/cmd/go/internal/cache/hash.go:126:1: comment on exported function FileHash should be of the form "FileHash ..." src/cmd/go/internal/cfg/cfg.go:79:2: exported var GOROOT should have comment or be unexported src/cmd/go/internal/cfg/cfg.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/go/internal/cfg/cfg.go:86:2: comment on exported var GOARM should be of the form "GOARM ..." src/cmd/go/internal/cfg/cfg.go:133:6: don't use underscores in Go names; func findGOROOT_FINAL should be findGOROOTFINAL src/cmd/go/internal/clean/clean.go:23:5: exported var CmdClean should have comment or be unexported src/cmd/go/internal/doc/doc.go:13:5: exported var CmdDoc should have comment or be unexported src/cmd/go/internal/envcmd/env.go:22:5: exported var CmdEnv should have comment or be unexported src/cmd/go/internal/envcmd/env.go:44:5: var envJson should be envJSON src/cmd/go/internal/envcmd/env.go:46:1: exported function MkEnv should have comment or be unexported src/cmd/go/internal/fix/fix.go:15:5: exported var CmdFix should have comment or be unexported src/cmd/go/internal/fmtcmd/fmt.go:25:5: exported var CmdFmt should have comment or be unexported src/cmd/go/internal/generate/generate.go:27:5: exported var CmdGenerate should have comment or be unexported src/cmd/go/internal/generate/generate.go:357:5: error var stop should have name of the form errFoo src/cmd/go/internal/get/get.go:24:5: exported var CmdGet should have comment or be unexported src/cmd/go/internal/help/help.go:174:1: exported function PrintUsage should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:9:5: exported var HelpC should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:31:5: exported var HelpPackages should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:116:5: exported var HelpImportPath should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:293:5: exported var HelpGopath should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:445:5: exported var HelpEnvironment should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:545:5: exported var HelpFileType should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:593:5: exported var HelpBuildmode should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:642:5: exported var HelpCache should have comment or be unexported src/cmd/go/internal/list/context.go:11:6: exported type Context should have comment or be unexported src/cmd/go/internal/list/list.go:22:5: exported var CmdList should have comment or be unexported src/cmd/go/internal/list/list.go:151:5: var listJson should be listJSON src/cmd/go/internal/list/list.go:251:1: exported method TrackingWriter.Flush should have comment or be unexported src/cmd/go/internal/list/list.go:255:1: exported method TrackingWriter.NeedNL should have comment or be unexported src/cmd/go/internal/load/flag.go:15:2: exported var BuildAsmflags should have comment or be unexported src/cmd/go/internal/load/pkg.go:26:5: exported var IgnoreImports should have comment or be unexported src/cmd/go/internal/load/pkg.go:34:6: exported type PackagePublic should have comment or be unexported src/cmd/go/internal/load/pkg.go:123:6: exported type PackageInternal should have comment or be unexported src/cmd/go/internal/load/pkg.go:145:6: exported type NoGoError should have comment or be unexported src/cmd/go/internal/load/pkg.go:300:1: exported method ImportStack.Push should have comment or be unexported src/cmd/go/internal/load/pkg.go:304:1: exported method ImportStack.Pop should have comment or be unexported src/cmd/go/internal/load/pkg.go:308:1: exported method ImportStack.Copy should have comment or be unexported src/cmd/go/internal/load/pkg.go:315:1: receiver name sp should be consistent with previous receiver name s for ImportStack src/cmd/go/internal/load/pkg.go:334:1: exported function ClearPackageCache should have comment or be unexported src/cmd/go/internal/load/pkg.go:340:1: exported function ClearPackageCachePartial should have comment or be unexported src/cmd/go/internal/load/pkg.go:350:1: comment on exported function ReloadPackage should be of the form "ReloadPackage ..." src/cmd/go/internal/load/pkg.go:403:6: func name will be used as load.LoadImport by other packages, and that stutters; consider calling this Import src/cmd/go/internal/load/pkg.go:854:6: exported type TargetDir should have comment or be unexported src/cmd/go/internal/load/pkg.go:857:2: exported const ToTool should have comment (or a comment on this block) or be unexported src/cmd/go/internal/load/pkg.go:1300:1: comment on exported method Package.InternalAllGoFiles should be of the form "InternalAllGoFiles ..." src/cmd/go/internal/load/pkg.go:1313:1: comment on exported method Package.UsesSwig should be of the form "UsesSwig ..." src/cmd/go/internal/load/pkg.go:1318:1: comment on exported method Package.UsesCgo should be of the form "UsesCgo ..." src/cmd/go/internal/load/pkg.go:1323:1: comment on exported function PackageList should be of the form "PackageList ..." src/cmd/go/internal/load/pkg.go:1347:1: exported function ClearCmdCache should have comment or be unexported src/cmd/go/internal/load/pkg.go:1353:1: comment on exported function LoadPackage should be of the form "LoadPackage ..." src/cmd/go/internal/load/pkg.go:1357:6: func name will be used as load.LoadPackage by other packages, and that stutters; consider calling this Package src/cmd/go/internal/load/pkg.go:1414:1: comment on exported function Packages should be of the form "Packages ..." src/cmd/go/internal/load/pkg.go:1434:1: comment on exported function PackagesAndErrors should be of the form "PackagesAndErrors ..." src/cmd/go/internal/load/pkg.go:1467:1: comment on exported function PackagesForBuild should be of the form "PackagesForBuild ..." src/cmd/go/internal/load/search.go:269:1: comment on exported function MatchPackage should be of the form "MatchPackage ..." src/cmd/go/internal/run/run.go:20:5: exported var CmdRun should have comment or be unexported src/cmd/go/internal/test/test.go:49:5: exported var CmdTest should have comment or be unexported src/cmd/go/internal/test/test.go:181:5: exported var HelpTestflag should have comment or be unexported src/cmd/go/internal/test/test.go:415:5: exported var HelpTestfunc should have comment or be unexported src/cmd/go/internal/tool/tool.go:19:5: exported var CmdTool should have comment or be unexported src/cmd/go/internal/version/version.go:15:5: exported var CmdVersion should have comment or be unexported src/cmd/go/internal/vet/vet.go:15:5: exported var CmdVet should have comment or be unexported src/cmd/go/internal/web/http.go:45:6: exported type HTTPError should have comment or be unexported src/cmd/go/internal/web/http.go:121:1: exported function QueryEscape should have comment or be unexported src/cmd/go/internal/web/http.go:122:1: exported function OpenBrowser should have comment or be unexported src/cmd/go/internal/web/security.go:14:2: exported const Secure should have comment (or a comment on this block) or be unexported src/cmd/go/internal/work/action.go:204:2: exported const ModeBuild should have comment (or a comment on this block) or be unexported src/cmd/go/internal/work/action.go:209:1: exported method Builder.Init should have comment or be unexported src/cmd/go/internal/work/build.go:23:5: exported var CmdBuild should have comment or be unexported src/cmd/go/internal/work/build.go:171:5: exported var BuildToolchain should have comment or be unexported src/cmd/go/internal/work/build.go:206:1: comment on exported function AddBuildFlags should be of the form "AddBuildFlags ..." src/cmd/go/internal/work/build.go:340:5: exported var CmdInstall should have comment or be unexported src/cmd/go/internal/work/build.go:416:1: exported function InstallPackages should have comment or be unexported src/cmd/go/internal/work/exec.go:54:1: comment on exported method Builder.Do should be of the form "Do ..." src/cmd/go/internal/work/exec.go:591:2: don't use underscores in Go names; var _goos_goarch should be _goosGoarch src/cmd/go/internal/work/exec.go:1383:1: comment on exported method Builder.Showcmd should be of the form "Showcmd ..." src/cmd/go/internal/work/exec.go:1552:1: comment on exported method Builder.Mkdir should be of the form "Mkdir ..." src/cmd/go/internal/work/exec.go:1581:1: comment on exported method Builder.Symlink should be of the form "Symlink ..." src/cmd/go/internal/work/exec.go:1743:1: comment on exported method Builder.GccCmd should be of the form "GccCmd ..." src/cmd/go/internal/work/exec.go:1749:1: comment on exported method Builder.GxxCmd should be of the form "GxxCmd ..." src/cmd/go/internal/work/gccgo.go:25:5: exported var GccgoBin should have its own declaration src/cmd/go/internal/work/init.go:18:1: exported function BuildInit should have comment or be unexported src/cmd/internal/bio/buf.go:45:1: exported method Reader.Seek should have comment or be unexported src/cmd/internal/bio/buf.go:57:1: exported method Writer.Seek should have comment or be unexported src/cmd/internal/bio/buf.go:68:1: exported method Reader.Offset should have comment or be unexported src/cmd/internal/bio/buf.go:77:1: exported method Writer.Offset should have comment or be unexported src/cmd/internal/bio/buf.go:88:1: exported method Reader.Close should have comment or be unexported src/cmd/internal/bio/buf.go:92:1: exported method Writer.Close should have comment or be unexported src/cmd/internal/buildid/note.go:28:1: exported function ReadELFNote should have comment or be unexported src/cmd/internal/buildid/rewrite.go:83:1: exported function Rewrite should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:20:1: comment on exported const LocPrefix should be of the form "LocPrefix ..." src/cmd/internal/dwarf/dwarf.go:34:1: comment on exported const AbstractFuncSuffix should be of the form "AbstractFuncSuffix ..." src/cmd/internal/dwarf/dwarf.go:84:1: comment on exported type FnState should be of the form "FnState ..." (with optional leading article) src/cmd/internal/dwarf/dwarf.go:101:1: exported function EnableLogging should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:140:6: exported type InlCalls should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:144:6: exported type InlCall should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:286:2: don't use underscores in Go names; const DW_AT_go_kind should be DWATGoKind src/cmd/internal/dwarf/dwarf.go:287:2: don't use underscores in Go names; const DW_AT_go_key should be DWATGoKey src/cmd/internal/dwarf/dwarf.go:288:2: don't use underscores in Go names; const DW_AT_go_elem should be DWATGoElem src/cmd/internal/dwarf/dwarf.go:291:2: don't use underscores in Go names; const DW_AT_go_embedded_field should be DWATGoEmbeddedField src/cmd/internal/dwarf/dwarf.go:293:2: don't use underscores in Go names; const DW_AT_internal_location should be DWATInternalLocation src/cmd/internal/dwarf/dwarf.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:1006:37: should replace k += 1 with k++ src/cmd/internal/dwarf/dwarf.go:1038:14: should omit type Scope from declaration of var pruned; it will be inferred from the right-hand side src/cmd/internal/dwarf/dwarf.go:1055:1: comment on exported function PutAbstractFunc should be of the form "PutAbstractFunc ..." src/cmd/internal/dwarf/dwarf.go:1141:1: comment on exported function PutInlinedFunc should be of the form "PutInlinedFunc ..." src/cmd/internal/dwarf/dwarf.go:1202:1: comment on exported function PutConcreteFunc should be of the form "PutConcreteFunc ..." src/cmd/internal/dwarf/dwarf.go:1244:1: comment on exported function PutDefaultFunc should be of the form "PutDefaultFunc ..." src/cmd/internal/dwarf/dwarf_defs.go:12:2: don't use underscores in Go names; const DW_TAG_array_type should be DWTAGArrayType src/cmd/internal/dwarf/dwarf_defs.go:13:2: don't use underscores in Go names; const DW_TAG_class_type should be DWTAGClassType src/cmd/internal/dwarf/dwarf_defs.go:14:2: don't use underscores in Go names; const DW_TAG_entry_point should be DWTAGEntryPoint src/cmd/internal/dwarf/dwarf_defs.go:15:2: don't use underscores in Go names; const DW_TAG_enumeration_type should be DWTAGEnumerationType src/cmd/internal/dwarf/dwarf_defs.go:16:2: don't use underscores in Go names; const DW_TAG_formal_parameter should be DWTAGFormalParameter src/cmd/internal/dwarf/dwarf_defs.go:17:2: don't use underscores in Go names; const DW_TAG_imported_declaration should be DWTAGImportedDeclaration src/cmd/internal/dwarf/dwarf_defs.go:18:2: don't use underscores in Go names; const DW_TAG_label should be DWTAGLabel src/cmd/internal/dwarf/dwarf_defs.go:19:2: don't use underscores in Go names; const DW_TAG_lexical_block should be DWTAGLexicalBlock src/cmd/internal/dwarf/dwarf_defs.go:20:2: don't use underscores in Go names; const DW_TAG_member should be DWTAGMember src/cmd/internal/dwarf/dwarf_defs.go:21:2: don't use underscores in Go names; const DW_TAG_pointer_type should be DWTAGPointerType src/cmd/internal/dwarf/dwarf_defs.go:22:2: don't use underscores in Go names; const DW_TAG_reference_type should be DWTAGReferenceType src/cmd/internal/dwarf/dwarf_defs.go:23:2: don't use underscores in Go names; const DW_TAG_compile_unit should be DWTAGCompileUnit src/cmd/internal/dwarf/dwarf_defs.go:24:2: don't use underscores in Go names; const DW_TAG_string_type should be DWTAGStringType src/cmd/internal/dwarf/dwarf_defs.go:25:2: don't use underscores in Go names; const DW_TAG_structure_type should be DWTAGStructureType src/cmd/internal/dwarf/dwarf_defs.go:26:2: don't use underscores in Go names; const DW_TAG_subroutine_type should be DWTAGSubroutineType src/cmd/internal/dwarf/dwarf_defs.go:27:2: don't use underscores in Go names; const DW_TAG_typedef should be DWTAGTypedef src/cmd/internal/dwarf/dwarf_defs.go:28:2: don't use underscores in Go names; const DW_TAG_union_type should be DWTAGUnionType src/cmd/internal/dwarf/dwarf_defs.go:29:2: don't use underscores in Go names; const DW_TAG_unspecified_parameters should be DWTAGUnspecifiedParameters src/cmd/internal/dwarf/dwarf_defs.go:30:2: don't use underscores in Go names; const DW_TAG_variant should be DWTAGVariant src/cmd/internal/dwarf/dwarf_defs.go:31:2: don't use underscores in Go names; const DW_TAG_common_block should be DWTAGCommonBlock src/cmd/internal/dwarf/dwarf_defs.go:32:2: don't use underscores in Go names; const DW_TAG_common_inclusion should be DWTAGCommonInclusion src/cmd/internal/dwarf/dwarf_defs.go:33:2: don't use underscores in Go names; const DW_TAG_inheritance should be DWTAGInheritance src/cmd/internal/dwarf/dwarf_defs.go:34:2: don't use underscores in Go names; const DW_TAG_inlined_subroutine should be DWTAGInlinedSubroutine src/cmd/internal/dwarf/dwarf_defs.go:35:2: don't use underscores in Go names; const DW_TAG_module should be DWTAGModule src/cmd/internal/dwarf/dwarf_defs.go:36:2: don't use underscores in Go names; const DW_TAG_ptr_to_member_type should be DWTAGPtrToMemberType src/cmd/internal/dwarf/dwarf_defs.go:37:2: don't use underscores in Go names; const DW_TAG_set_type should be DWTAGSetType src/cmd/internal/dwarf/dwarf_defs.go:38:2: don't use underscores in Go names; const DW_TAG_subrange_type should be DWTAGSubrangeType src/cmd/internal/dwarf/dwarf_defs.go:39:2: don't use underscores in Go names; const DW_TAG_with_stmt should be DWTAGWithStmt src/cmd/internal/dwarf/dwarf_defs.go:40:2: don't use underscores in Go names; const DW_TAG_access_declaration should be DWTAGAccessDeclaration src/cmd/internal/dwarf/dwarf_defs.go:41:2: don't use underscores in Go names; const DW_TAG_base_type should be DWTAGBaseType src/cmd/internal/dwarf/dwarf_defs.go:42:2: don't use underscores in Go names; const DW_TAG_catch_block should be DWTAGCatchBlock src/cmd/internal/dwarf/dwarf_defs.go:43:2: don't use underscores in Go names; const DW_TAG_const_type should be DWTAGConstType src/cmd/internal/dwarf/dwarf_defs.go:44:2: don't use underscores in Go names; const DW_TAG_constant should be DWTAGConstant src/cmd/internal/dwarf/dwarf_defs.go:45:2: don't use underscores in Go names; const DW_TAG_enumerator should be DWTAGEnumerator src/cmd/internal/dwarf/dwarf_defs.go:46:2: don't use underscores in Go names; const DW_TAG_file_type should be DWTAGFileType src/cmd/internal/dwarf/dwarf_defs.go:47:2: don't use underscores in Go names; const DW_TAG_friend should be DWTAGFriend src/cmd/internal/dwarf/dwarf_defs.go:48:2: don't use underscores in Go names; const DW_TAG_namelist should be DWTAGNamelist src/cmd/internal/dwarf/dwarf_defs.go:49:2: don't use underscores in Go names; const DW_TAG_namelist_item should be DWTAGNamelistItem src/cmd/internal/dwarf/dwarf_defs.go:50:2: don't use underscores in Go names; const DW_TAG_packed_type should be DWTAGPackedType src/cmd/internal/dwarf/dwarf_defs.go:51:2: don't use underscores in Go names; const DW_TAG_subprogram should be DWTAGSubprogram src/cmd/internal/dwarf/dwarf_defs.go:52:2: don't use underscores in Go names; const DW_TAG_template_type_parameter should be DWTAGTemplateTypeParameter src/cmd/internal/dwarf/dwarf_defs.go:53:2: don't use underscores in Go names; const DW_TAG_template_value_parameter should be DWTAGTemplateValueParameter src/cmd/internal/dwarf/dwarf_defs.go:54:2: don't use underscores in Go names; const DW_TAG_thrown_type should be DWTAGThrownType src/cmd/internal/dwarf/dwarf_defs.go:55:2: don't use underscores in Go names; const DW_TAG_try_block should be DWTAGTryBlock src/cmd/internal/dwarf/dwarf_defs.go:56:2: don't use underscores in Go names; const DW_TAG_variant_part should be DWTAGVariantPart src/cmd/internal/dwarf/dwarf_defs.go:57:2: don't use underscores in Go names; const DW_TAG_variable should be DWTAGVariable src/cmd/internal/dwarf/dwarf_defs.go:58:2: don't use underscores in Go names; const DW_TAG_volatile_type should be DWTAGVolatileType src/cmd/internal/dwarf/dwarf_defs.go:60:2: don't use underscores in Go names; const DW_TAG_dwarf_procedure should be DWTAGDwarfProcedure src/cmd/internal/dwarf/dwarf_defs.go:61:2: don't use underscores in Go names; const DW_TAG_restrict_type should be DWTAGRestrictType src/cmd/internal/dwarf/dwarf_defs.go:62:2: don't use underscores in Go names; const DW_TAG_interface_type should be DWTAGInterfaceType src/cmd/internal/dwarf/dwarf_defs.go:63:2: don't use underscores in Go names; const DW_TAG_namespace should be DWTAGNamespace src/cmd/internal/dwarf/dwarf_defs.go:64:2: don't use underscores in Go names; const DW_TAG_imported_module should be DWTAGImportedModule src/cmd/internal/dwarf/dwarf_defs.go:65:2: don't use underscores in Go names; const DW_TAG_unspecified_type should be DWTAGUnspecifiedType src/cmd/internal/dwarf/dwarf_defs.go:66:2: don't use underscores in Go names; const DW_TAG_partial_unit should be DWTAGPartialUnit src/cmd/internal/dwarf/dwarf_defs.go:67:2: don't use underscores in Go names; const DW_TAG_imported_unit should be DWTAGImportedUnit src/cmd/internal/dwarf/dwarf_defs.go:68:2: don't use underscores in Go names; const DW_TAG_condition should be DWTAGCondition src/cmd/internal/dwarf/dwarf_defs.go:69:2: don't use underscores in Go names; const DW_TAG_shared_type should be DWTAGSharedType src/cmd/internal/dwarf/dwarf_defs.go:71:2: don't use underscores in Go names; const DW_TAG_type_unit should be DWTAGTypeUnit src/cmd/internal/dwarf/dwarf_defs.go:72:2: don't use underscores in Go names; const DW_TAG_rvalue_reference_type should be DWTAGRvalueReferenceType src/cmd/internal/dwarf/dwarf_defs.go:73:2: don't use underscores in Go names; const DW_TAG_template_alias should be DWTAGTemplateAlias src/cmd/internal/dwarf/dwarf_defs.go:76:2: don't use underscores in Go names; const DW_TAG_lo_user should be DWTAGLoUser src/cmd/internal/dwarf/dwarf_defs.go:77:2: don't use underscores in Go names; const DW_TAG_hi_user should be DWTAGHiUser src/cmd/internal/dwarf/dwarf_defs.go:82:2: don't use underscores in Go names; const DW_CHILDREN_no should be DWCHILDRENNo src/cmd/internal/dwarf/dwarf_defs.go:83:2: don't use underscores in Go names; const DW_CHILDREN_yes should be DWCHILDRENYes src/cmd/internal/dwarf/dwarf_defs.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:100:2: don't use underscores in Go names; const DW_AT_sibling should be DWATSibling src/cmd/internal/dwarf/dwarf_defs.go:101:2: don't use underscores in Go names; const DW_AT_location should be DWATLocation src/cmd/internal/dwarf/dwarf_defs.go:102:2: don't use underscores in Go names; const DW_AT_name should be DWATName src/cmd/internal/dwarf/dwarf_defs.go:103:2: don't use underscores in Go names; const DW_AT_ordering should be DWATOrdering src/cmd/internal/dwarf/dwarf_defs.go:104:2: don't use underscores in Go names; const DW_AT_byte_size should be DWATByteSize src/cmd/internal/dwarf/dwarf_defs.go:105:2: don't use underscores in Go names; const DW_AT_bit_offset should be DWATBitOffset src/cmd/internal/dwarf/dwarf_defs.go:106:2: don't use underscores in Go names; const DW_AT_bit_size should be DWATBitSize src/cmd/internal/dwarf/dwarf_defs.go:107:2: don't use underscores in Go names; const DW_AT_stmt_list should be DWATStmtList src/cmd/internal/dwarf/dwarf_defs.go:108:2: don't use underscores in Go names; const DW_AT_low_pc should be DWATLowPc src/cmd/internal/dwarf/dwarf_defs.go:109:2: don't use underscores in Go names; const DW_AT_high_pc should be DWATHighPc src/cmd/internal/dwarf/dwarf_defs.go:110:2: don't use underscores in Go names; const DW_AT_language should be DWATLanguage src/cmd/internal/dwarf/dwarf_defs.go:111:2: don't use underscores in Go names; const DW_AT_discr should be DWATDiscr src/cmd/internal/dwarf/dwarf_defs.go:112:2: don't use underscores in Go names; const DW_AT_discr_value should be DWATDiscrValue src/cmd/internal/dwarf/dwarf_defs.go:113:2: don't use underscores in Go names; const DW_AT_visibility should be DWATVisibility src/cmd/internal/dwarf/dwarf_defs.go:114:2: don't use underscores in Go names; const DW_AT_import should be DWATImport src/cmd/internal/dwarf/dwarf_defs.go:115:2: don't use underscores in Go names; const DW_AT_string_length should be DWATStringLength src/cmd/internal/dwarf/dwarf_defs.go:116:2: don't use underscores in Go names; const DW_AT_common_reference should be DWATCommonReference src/cmd/internal/dwarf/dwarf_defs.go:117:2: don't use underscores in Go names; const DW_AT_comp_dir should be DWATCompDir src/cmd/internal/dwarf/dwarf_defs.go:118:2: don't use underscores in Go names; const DW_AT_const_value should be DWATConstValue src/cmd/internal/dwarf/dwarf_defs.go:119:2: don't use underscores in Go names; const DW_AT_containing_type should be DWATContainingType src/cmd/internal/dwarf/dwarf_defs.go:120:2: don't use underscores in Go names; const DW_AT_default_value should be DWATDefaultValue src/cmd/internal/dwarf/dwarf_defs.go:121:2: don't use underscores in Go names; const DW_AT_inline should be DWATInline src/cmd/internal/dwarf/dwarf_defs.go:122:2: don't use underscores in Go names; const DW_AT_is_optional should be DWATIsOptional src/cmd/internal/dwarf/dwarf_defs.go:123:2: don't use underscores in Go names; const DW_AT_lower_bound should be DWATLowerBound src/cmd/internal/dwarf/dwarf_defs.go:124:2: don't use underscores in Go names; const DW_AT_producer should be DWATProducer src/cmd/internal/dwarf/dwarf_defs.go:125:2: don't use underscores in Go names; const DW_AT_prototyped should be DWATPrototyped src/cmd/internal/dwarf/dwarf_defs.go:126:2: don't use underscores in Go names; const DW_AT_return_addr should be DWATReturnAddr src/cmd/internal/dwarf/dwarf_defs.go:127:2: don't use underscores in Go names; const DW_AT_start_scope should be DWATStartScope src/cmd/internal/dwarf/dwarf_defs.go:128:2: don't use underscores in Go names; const DW_AT_bit_stride should be DWATBitStride src/cmd/internal/dwarf/dwarf_defs.go:129:2: don't use underscores in Go names; const DW_AT_upper_bound should be DWATUpperBound src/cmd/internal/dwarf/dwarf_defs.go:130:2: don't use underscores in Go names; const DW_AT_abstract_origin should be DWATAbstractOrigin src/cmd/internal/dwarf/dwarf_defs.go:131:2: don't use underscores in Go names; const DW_AT_accessibility should be DWATAccessibility src/cmd/internal/dwarf/dwarf_defs.go:132:2: don't use underscores in Go names; const DW_AT_address_class should be DWATAddressClass src/cmd/internal/dwarf/dwarf_defs.go:133:2: don't use underscores in Go names; const DW_AT_artificial should be DWATArtificial src/cmd/internal/dwarf/dwarf_defs.go:134:2: don't use underscores in Go names; const DW_AT_base_types should be DWATBaseTypes src/cmd/internal/dwarf/dwarf_defs.go:135:2: don't use underscores in Go names; const DW_AT_calling_convention should be DWATCallingConvention src/cmd/internal/dwarf/dwarf_defs.go:136:2: don't use underscores in Go names; const DW_AT_count should be DWATCount src/cmd/internal/dwarf/dwarf_defs.go:137:2: don't use underscores in Go names; const DW_AT_data_member_location should be DWATDataMemberLocation src/cmd/internal/dwarf/dwarf_defs.go:138:2: don't use underscores in Go names; const DW_AT_decl_column should be DWATDeclColumn src/cmd/internal/dwarf/dwarf_defs.go:139:2: don't use underscores in Go names; const DW_AT_decl_file should be DWATDeclFile src/cmd/internal/dwarf/dwarf_defs.go:140:2: don't use underscores in Go names; const DW_AT_decl_line should be DWATDeclLine src/cmd/internal/dwarf/dwarf_defs.go:141:2: don't use underscores in Go names; const DW_AT_declaration should be DWATDeclaration src/cmd/internal/dwarf/dwarf_defs.go:142:2: don't use underscores in Go names; const DW_AT_discr_list should be DWATDiscrList src/cmd/internal/dwarf/dwarf_defs.go:143:2: don't use underscores in Go names; const DW_AT_encoding should be DWATEncoding src/cmd/internal/dwarf/dwarf_defs.go:144:2: don't use underscores in Go names; const DW_AT_external should be DWATExternal src/cmd/internal/dwarf/dwarf_defs.go:145:2: don't use underscores in Go names; const DW_AT_frame_base should be DWATFrameBase src/cmd/internal/dwarf/dwarf_defs.go:146:2: don't use underscores in Go names; const DW_AT_friend should be DWATFriend src/cmd/internal/dwarf/dwarf_defs.go:147:2: don't use underscores in Go names; const DW_AT_identifier_case should be DWATIdentifierCase src/cmd/internal/dwarf/dwarf_defs.go:148:2: don't use underscores in Go names; const DW_AT_macro_info should be DWATMacroInfo src/cmd/internal/dwarf/dwarf_defs.go:149:2: don't use underscores in Go names; const DW_AT_namelist_item should be DWATNamelistItem src/cmd/internal/dwarf/dwarf_defs.go:150:2: don't use underscores in Go names; const DW_AT_priority should be DWATPriority src/cmd/internal/dwarf/dwarf_defs.go:151:2: don't use underscores in Go names; const DW_AT_segment should be DWATSegment src/cmd/internal/dwarf/dwarf_defs.go:152:2: don't use underscores in Go names; const DW_AT_specification should be DWATSpecification src/cmd/internal/dwarf/dwarf_defs.go:153:2: don't use underscores in Go names; const DW_AT_static_link should be DWATStaticLink src/cmd/internal/dwarf/dwarf_defs.go:154:2: don't use underscores in Go names; const DW_AT_type should be DWATType src/cmd/internal/dwarf/dwarf_defs.go:155:2: don't use underscores in Go names; const DW_AT_use_location should be DWATUseLocation src/cmd/internal/dwarf/dwarf_defs.go:156:2: don't use underscores in Go names; const DW_AT_variable_parameter should be DWATVariableParameter src/cmd/internal/dwarf/dwarf_defs.go:157:2: don't use underscores in Go names; const DW_AT_virtuality should be DWATVirtuality src/cmd/internal/dwarf/dwarf_defs.go:158:2: don't use underscores in Go names; const DW_AT_vtable_elem_location should be DWATVtableElemLocation src/cmd/internal/dwarf/dwarf_defs.go:160:2: don't use underscores in Go names; const DW_AT_allocated should be DWATAllocated src/cmd/internal/dwarf/dwarf_defs.go:161:2: don't use underscores in Go names; const DW_AT_associated should be DWATAssociated src/cmd/internal/dwarf/dwarf_defs.go:162:2: don't use underscores in Go names; const DW_AT_data_location should be DWATDataLocation src/cmd/internal/dwarf/dwarf_defs.go:163:2: don't use underscores in Go names; const DW_AT_byte_stride should be DWATByteStride src/cmd/internal/dwarf/dwarf_defs.go:164:2: don't use underscores in Go names; const DW_AT_entry_pc should be DWATEntryPc src/cmd/internal/dwarf/dwarf_defs.go:165:2: don't use underscores in Go names; const DW_AT_use_UTF8 should be DWATUseUTF8 src/cmd/internal/dwarf/dwarf_defs.go:166:2: don't use underscores in Go names; const DW_AT_extension should be DWATExtension src/cmd/internal/dwarf/dwarf_defs.go:167:2: don't use underscores in Go names; const DW_AT_ranges should be DWATRanges src/cmd/internal/dwarf/dwarf_defs.go:168:2: don't use underscores in Go names; const DW_AT_trampoline should be DWATTrampoline src/cmd/internal/dwarf/dwarf_defs.go:169:2: don't use underscores in Go names; const DW_AT_call_column should be DWATCallColumn src/cmd/internal/dwarf/dwarf_defs.go:170:2: don't use underscores in Go names; const DW_AT_call_file should be DWATCallFile src/cmd/internal/dwarf/dwarf_defs.go:171:2: don't use underscores in Go names; const DW_AT_call_line should be DWATCallLine src/cmd/internal/dwarf/dwarf_defs.go:172:2: don't use underscores in Go names; const DW_AT_description should be DWATDescription src/cmd/internal/dwarf/dwarf_defs.go:173:2: don't use underscores in Go names; const DW_AT_binary_scale should be DWATBinaryScale src/cmd/internal/dwarf/dwarf_defs.go:174:2: don't use underscores in Go names; const DW_AT_decimal_scale should be DWATDecimalScale src/cmd/internal/dwarf/dwarf_defs.go:175:2: don't use underscores in Go names; const DW_AT_small should be DWATSmall src/cmd/internal/dwarf/dwarf_defs.go:176:2: don't use underscores in Go names; const DW_AT_decimal_sign should be DWATDecimalSign src/cmd/internal/dwarf/dwarf_defs.go:177:2: don't use underscores in Go names; const DW_AT_digit_count should be DWATDigitCount src/cmd/internal/dwarf/dwarf_defs.go:178:2: don't use underscores in Go names; const DW_AT_picture_string should be DWATPictureString src/cmd/internal/dwarf/dwarf_defs.go:179:2: don't use underscores in Go names; const DW_AT_mutable should be DWATMutable src/cmd/internal/dwarf/dwarf_defs.go:180:2: don't use underscores in Go names; const DW_AT_threads_scaled should be DWATThreadsScaled src/cmd/internal/dwarf/dwarf_defs.go:181:2: don't use underscores in Go names; const DW_AT_explicit should be DWATExplicit src/cmd/internal/dwarf/dwarf_defs.go:182:2: don't use underscores in Go names; const DW_AT_object_pointer should be DWATObjectPointer src/cmd/internal/dwarf/dwarf_defs.go:183:2: don't use underscores in Go names; const DW_AT_endianity should be DWATEndianity src/cmd/internal/dwarf/dwarf_defs.go:184:2: don't use underscores in Go names; const DW_AT_elemental should be DWATElemental src/cmd/internal/dwarf/dwarf_defs.go:185:2: don't use underscores in Go names; const DW_AT_pure should be DWATPure src/cmd/internal/dwarf/dwarf_defs.go:186:2: don't use underscores in Go names; const DW_AT_recursive should be DWATRecursive src/cmd/internal/dwarf/dwarf_defs.go:188:2: don't use underscores in Go names; const DW_AT_lo_user should be DWATLoUser src/cmd/internal/dwarf/dwarf_defs.go:189:2: don't use underscores in Go names; const DW_AT_hi_user should be DWATHiUser src/cmd/internal/dwarf/dwarf_defs.go:194:2: don't use underscores in Go names; const DW_FORM_addr should be DWFORMAddr src/cmd/internal/dwarf/dwarf_defs.go:195:2: don't use underscores in Go names; const DW_FORM_block2 should be DWFORMBlock2 src/cmd/internal/dwarf/dwarf_defs.go:196:2: don't use underscores in Go names; const DW_FORM_block4 should be DWFORMBlock4 src/cmd/internal/dwarf/dwarf_defs.go:197:2: don't use underscores in Go names; const DW_FORM_data2 should be DWFORMData2 src/cmd/internal/dwarf/dwarf_defs.go:198:2: don't use underscores in Go names; const DW_FORM_data4 should be DWFORMData4 src/cmd/internal/dwarf/dwarf_defs.go:199:2: don't use underscores in Go names; const DW_FORM_data8 should be DWFORMData8 src/cmd/internal/dwarf/dwarf_defs.go:200:2: don't use underscores in Go names; const DW_FORM_string should be DWFORMString src/cmd/internal/dwarf/dwarf_defs.go:201:2: don't use underscores in Go names; const DW_FORM_block should be DWFORMBlock src/cmd/internal/dwarf/dwarf_defs.go:202:2: don't use underscores in Go names; const DW_FORM_block1 should be DWFORMBlock1 src/cmd/internal/dwarf/dwarf_defs.go:203:2: don't use underscores in Go names; const DW_FORM_data1 should be DWFORMData1 src/cmd/internal/dwarf/dwarf_defs.go:204:2: don't use underscores in Go names; const DW_FORM_flag should be DWFORMFlag src/cmd/internal/dwarf/dwarf_defs.go:205:2: don't use underscores in Go names; const DW_FORM_sdata should be DWFORMSdata src/cmd/internal/dwarf/dwarf_defs.go:206:2: don't use underscores in Go names; const DW_FORM_strp should be DWFORMStrp src/cmd/internal/dwarf/dwarf_defs.go:207:2: don't use underscores in Go names; const DW_FORM_udata should be DWFORMUdata src/cmd/internal/dwarf/dwarf_defs.go:208:2: don't use underscores in Go names; const DW_FORM_ref_addr should be DWFORMRefAddr src/cmd/internal/dwarf/dwarf_defs.go:209:2: don't use underscores in Go names; const DW_FORM_ref1 should be DWFORMRef1 src/cmd/internal/dwarf/dwarf_defs.go:210:2: don't use underscores in Go names; const DW_FORM_ref2 should be DWFORMRef2 src/cmd/internal/dwarf/dwarf_defs.go:211:2: don't use underscores in Go names; const DW_FORM_ref4 should be DWFORMRef4 src/cmd/internal/dwarf/dwarf_defs.go:212:2: don't use underscores in Go names; const DW_FORM_ref8 should be DWFORMRef8 src/cmd/internal/dwarf/dwarf_defs.go:213:2: don't use underscores in Go names; const DW_FORM_ref_udata should be DWFORMRefUdata src/cmd/internal/dwarf/dwarf_defs.go:214:2: don't use underscores in Go names; const DW_FORM_indirect should be DWFORMIndirect src/cmd/internal/dwarf/dwarf_defs.go:216:2: don't use underscores in Go names; const DW_FORM_sec_offset should be DWFORMSecOffset src/cmd/internal/dwarf/dwarf_defs.go:217:2: don't use underscores in Go names; const DW_FORM_exprloc should be DWFORMExprloc src/cmd/internal/dwarf/dwarf_defs.go:218:2: don't use underscores in Go names; const DW_FORM_flag_present should be DWFORMFlagPresent src/cmd/internal/dwarf/dwarf_defs.go:219:2: don't use underscores in Go names; const DW_FORM_ref_sig8 should be DWFORMRefSig8 src/cmd/internal/dwarf/dwarf_defs.go:224:2: don't use underscores in Go names; const DW_OP_addr should be DWOPAddr src/cmd/internal/dwarf/dwarf_defs.go:225:2: don't use underscores in Go names; const DW_OP_deref should be DWOPDeref src/cmd/internal/dwarf/dwarf_defs.go:226:2: don't use underscores in Go names; const DW_OP_const1u should be DWOPConst1u src/cmd/internal/dwarf/dwarf_defs.go:227:2: don't use underscores in Go names; const DW_OP_const1s should be DWOPConst1s src/cmd/internal/dwarf/dwarf_defs.go:228:2: don't use underscores in Go names; const DW_OP_const2u should be DWOPConst2u src/cmd/internal/dwarf/dwarf_defs.go:229:2: don't use underscores in Go names; const DW_OP_const2s should be DWOPConst2s src/cmd/internal/dwarf/dwarf_defs.go:230:2: don't use underscores in Go names; const DW_OP_const4u should be DWOPConst4u src/cmd/internal/dwarf/dwarf_defs.go:231:2: don't use underscores in Go names; const DW_OP_const4s should be DWOPConst4s src/cmd/internal/dwarf/dwarf_defs.go:232:2: don't use underscores in Go names; const DW_OP_const8u should be DWOPConst8u src/cmd/internal/dwarf/dwarf_defs.go:233:2: don't use underscores in Go names; const DW_OP_const8s should be DWOPConst8s src/cmd/internal/dwarf/dwarf_defs.go:234:2: don't use underscores in Go names; const DW_OP_constu should be DWOPConstu src/cmd/internal/dwarf/dwarf_defs.go:235:2: don't use underscores in Go names; const DW_OP_consts should be DWOPConsts src/cmd/internal/dwarf/dwarf_defs.go:236:2: don't use underscores in Go names; const DW_OP_dup should be DWOPDup src/cmd/internal/dwarf/dwarf_defs.go:237:2: don't use underscores in Go names; const DW_OP_drop should be DWOPDrop src/cmd/internal/dwarf/dwarf_defs.go:238:2: don't use underscores in Go names; const DW_OP_over should be DWOPOver src/cmd/internal/dwarf/dwarf_defs.go:239:2: don't use underscores in Go names; const DW_OP_pick should be DWOPPick src/cmd/internal/dwarf/dwarf_defs.go:240:2: don't use underscores in Go names; const DW_OP_swap should be DWOPSwap src/cmd/internal/dwarf/dwarf_defs.go:241:2: don't use underscores in Go names; const DW_OP_rot should be DWOPRot src/cmd/internal/dwarf/dwarf_defs.go:242:2: don't use underscores in Go names; const DW_OP_xderef should be DWOPXderef src/cmd/internal/dwarf/dwarf_defs.go:243:2: don't use underscores in Go names; const DW_OP_abs should be DWOPAbs src/cmd/internal/dwarf/dwarf_defs.go:244:2: don't use underscores in Go names; const DW_OP_and should be DWOPAnd src/cmd/internal/dwarf/dwarf_defs.go:245:2: don't use underscores in Go names; const DW_OP_div should be DWOPDiv src/cmd/internal/dwarf/dwarf_defs.go:246:2: don't use underscores in Go names; const DW_OP_minus should be DWOPMinus src/cmd/internal/dwarf/dwarf_defs.go:247:2: don't use underscores in Go names; const DW_OP_mod should be DWOPMod src/cmd/internal/dwarf/dwarf_defs.go:248:2: don't use underscores in Go names; const DW_OP_mul should be DWOPMul src/cmd/internal/dwarf/dwarf_defs.go:249:2: don't use underscores in Go names; const DW_OP_neg should be DWOPNeg src/cmd/internal/dwarf/dwarf_defs.go:250:2: don't use underscores in Go names; const DW_OP_not should be DWOPNot src/cmd/internal/dwarf/dwarf_defs.go:251:2: don't use underscores in Go names; const DW_OP_or should be DWOPOr src/cmd/internal/dwarf/dwarf_defs.go:252:2: don't use underscores in Go names; const DW_OP_plus should be DWOPPlus src/cmd/internal/dwarf/dwarf_defs.go:253:2: don't use underscores in Go names; const DW_OP_plus_uconst should be DWOPPlusUconst src/cmd/internal/dwarf/dwarf_defs.go:254:2: don't use underscores in Go names; const DW_OP_shl should be DWOPShl src/cmd/internal/dwarf/dwarf_defs.go:255:2: don't use underscores in Go names; const DW_OP_shr should be DWOPShr src/cmd/internal/dwarf/dwarf_defs.go:256:2: don't use underscores in Go names; const DW_OP_shra should be DWOPShra src/cmd/internal/dwarf/dwarf_defs.go:257:2: don't use underscores in Go names; const DW_OP_xor should be DWOPXor src/cmd/internal/dwarf/dwarf_defs.go:258:2: don't use underscores in Go names; const DW_OP_skip should be DWOPSkip src/cmd/internal/dwarf/dwarf_defs.go:259:2: don't use underscores in Go names; const DW_OP_bra should be DWOPBra src/cmd/internal/dwarf/dwarf_defs.go:260:2: don't use underscores in Go names; const DW_OP_eq should be DWOPEq src/cmd/internal/dwarf/dwarf_defs.go:261:2: don't use underscores in Go names; const DW_OP_ge should be DWOPGe src/cmd/internal/dwarf/dwarf_defs.go:262:2: don't use underscores in Go names; const DW_OP_gt should be DWOPGt src/cmd/internal/dwarf/dwarf_defs.go:263:2: don't use underscores in Go names; const DW_OP_le should be DWOPLe src/cmd/internal/dwarf/dwarf_defs.go:264:2: don't use underscores in Go names; const DW_OP_lt should be DWOPLt src/cmd/internal/dwarf/dwarf_defs.go:265:2: don't use underscores in Go names; const DW_OP_ne should be DWOPNe src/cmd/internal/dwarf/dwarf_defs.go:266:2: don't use underscores in Go names; const DW_OP_lit0 should be DWOPLit0 src/cmd/internal/dwarf/dwarf_defs.go:267:2: don't use underscores in Go names; const DW_OP_lit31 should be DWOPLit31 src/cmd/internal/dwarf/dwarf_defs.go:268:2: don't use underscores in Go names; const DW_OP_reg0 should be DWOPReg0 src/cmd/internal/dwarf/dwarf_defs.go:269:2: don't use underscores in Go names; const DW_OP_reg31 should be DWOPReg31 src/cmd/internal/dwarf/dwarf_defs.go:270:2: don't use underscores in Go names; const DW_OP_breg0 should be DWOPBreg0 src/cmd/internal/dwarf/dwarf_defs.go:271:2: don't use underscores in Go names; const DW_OP_breg31 should be DWOPBreg31 src/cmd/internal/dwarf/dwarf_defs.go:272:2: don't use underscores in Go names; const DW_OP_regx should be DWOPRegx src/cmd/internal/dwarf/dwarf_defs.go:273:2: don't use underscores in Go names; const DW_OP_fbreg should be DWOPFbreg src/cmd/internal/dwarf/dwarf_defs.go:274:2: don't use underscores in Go names; const DW_OP_bregx should be DWOPBregx src/cmd/internal/dwarf/dwarf_defs.go:275:2: don't use underscores in Go names; const DW_OP_piece should be DWOPPiece src/cmd/internal/dwarf/dwarf_defs.go:276:2: don't use underscores in Go names; const DW_OP_deref_size should be DWOPDerefSize src/cmd/internal/dwarf/dwarf_defs.go:277:2: don't use underscores in Go names; const DW_OP_xderef_size should be DWOPXderefSize src/cmd/internal/dwarf/dwarf_defs.go:278:2: don't use underscores in Go names; const DW_OP_nop should be DWOPNop src/cmd/internal/dwarf/dwarf_defs.go:279:2: don't use underscores in Go names; const DW_OP_push_object_address should be DWOPPushObjectAddress src/cmd/internal/dwarf/dwarf_defs.go:280:2: don't use underscores in Go names; const DW_OP_call2 should be DWOPCall2 src/cmd/internal/dwarf/dwarf_defs.go:281:2: don't use underscores in Go names; const DW_OP_call4 should be DWOPCall4 src/cmd/internal/dwarf/dwarf_defs.go:282:2: don't use underscores in Go names; const DW_OP_call_ref should be DWOPCallRef src/cmd/internal/dwarf/dwarf_defs.go:283:2: don't use underscores in Go names; const DW_OP_form_tls_address should be DWOPFormTLSAddress src/cmd/internal/dwarf/dwarf_defs.go:284:2: don't use underscores in Go names; const DW_OP_call_frame_cfa should be DWOPCallFrameCfa src/cmd/internal/dwarf/dwarf_defs.go:285:2: don't use underscores in Go names; const DW_OP_bit_piece should be DWOPBitPiece src/cmd/internal/dwarf/dwarf_defs.go:286:2: don't use underscores in Go names; const DW_OP_lo_user should be DWOPLoUser src/cmd/internal/dwarf/dwarf_defs.go:287:2: don't use underscores in Go names; const DW_OP_hi_user should be DWOPHiUser src/cmd/internal/dwarf/dwarf_defs.go:292:2: don't use underscores in Go names; const DW_ATE_address should be DWATEAddress src/cmd/internal/dwarf/dwarf_defs.go:293:2: don't use underscores in Go names; const DW_ATE_boolean should be DWATEBoolean src/cmd/internal/dwarf/dwarf_defs.go:294:2: don't use underscores in Go names; const DW_ATE_complex_float should be DWATEComplexFloat src/cmd/internal/dwarf/dwarf_defs.go:295:2: don't use underscores in Go names; const DW_ATE_float should be DWATEFloat src/cmd/internal/dwarf/dwarf_defs.go:296:2: don't use underscores in Go names; const DW_ATE_signed should be DWATESigned src/cmd/internal/dwarf/dwarf_defs.go:297:2: don't use underscores in Go names; const DW_ATE_signed_char should be DWATESignedChar src/cmd/internal/dwarf/dwarf_defs.go:298:2: don't use underscores in Go names; const DW_ATE_unsigned should be DWATEUnsigned src/cmd/internal/dwarf/dwarf_defs.go:299:2: don't use underscores in Go names; const DW_ATE_unsigned_char should be DWATEUnsignedChar src/cmd/internal/dwarf/dwarf_defs.go:300:2: don't use underscores in Go names; const DW_ATE_imaginary_float should be DWATEImaginaryFloat src/cmd/internal/dwarf/dwarf_defs.go:301:2: don't use underscores in Go names; const DW_ATE_packed_decimal should be DWATEPackedDecimal src/cmd/internal/dwarf/dwarf_defs.go:302:2: don't use underscores in Go names; const DW_ATE_numeric_string should be DWATENumericString src/cmd/internal/dwarf/dwarf_defs.go:303:2: don't use underscores in Go names; const DW_ATE_edited should be DWATEEdited src/cmd/internal/dwarf/dwarf_defs.go:304:2: don't use underscores in Go names; const DW_ATE_signed_fixed should be DWATESignedFixed src/cmd/internal/dwarf/dwarf_defs.go:305:2: don't use underscores in Go names; const DW_ATE_unsigned_fixed should be DWATEUnsignedFixed src/cmd/internal/dwarf/dwarf_defs.go:306:2: don't use underscores in Go names; const DW_ATE_decimal_float should be DWATEDecimalFloat src/cmd/internal/dwarf/dwarf_defs.go:307:2: don't use underscores in Go names; const DW_ATE_lo_user should be DWATELoUser src/cmd/internal/dwarf/dwarf_defs.go:308:2: don't use underscores in Go names; const DW_ATE_hi_user should be DWATEHiUser src/cmd/internal/dwarf/dwarf_defs.go:313:2: don't use underscores in Go names; const DW_DS_unsigned should be DWDSUnsigned src/cmd/internal/dwarf/dwarf_defs.go:314:2: don't use underscores in Go names; const DW_DS_leading_overpunch should be DWDSLeadingOverpunch src/cmd/internal/dwarf/dwarf_defs.go:315:2: don't use underscores in Go names; const DW_DS_trailing_overpunch should be DWDSTrailingOverpunch src/cmd/internal/dwarf/dwarf_defs.go:316:2: don't use underscores in Go names; const DW_DS_leading_separate should be DWDSLeadingSeparate src/cmd/internal/dwarf/dwarf_defs.go:317:2: don't use underscores in Go names; const DW_DS_trailing_separate should be DWDSTrailingSeparate src/cmd/internal/dwarf/dwarf_defs.go:322:2: don't use underscores in Go names; const DW_END_default should be DWENDDefault src/cmd/internal/dwarf/dwarf_defs.go:323:2: don't use underscores in Go names; const DW_END_big should be DWENDBig src/cmd/internal/dwarf/dwarf_defs.go:324:2: don't use underscores in Go names; const DW_END_little should be DWENDLittle src/cmd/internal/dwarf/dwarf_defs.go:325:2: don't use underscores in Go names; const DW_END_lo_user should be DWENDLoUser src/cmd/internal/dwarf/dwarf_defs.go:326:2: don't use underscores in Go names; const DW_END_hi_user should be DWENDHiUser src/cmd/internal/dwarf/dwarf_defs.go:331:2: don't use underscores in Go names; const DW_ACCESS_public should be DWACCESSPublic src/cmd/internal/dwarf/dwarf_defs.go:332:2: don't use underscores in Go names; const DW_ACCESS_protected should be DWACCESSProtected src/cmd/internal/dwarf/dwarf_defs.go:333:2: don't use underscores in Go names; const DW_ACCESS_private should be DWACCESSPrivate src/cmd/internal/dwarf/dwarf_defs.go:338:2: don't use underscores in Go names; const DW_VIS_local should be DWVISLocal src/cmd/internal/dwarf/dwarf_defs.go:339:2: don't use underscores in Go names; const DW_VIS_exported should be DWVISExported src/cmd/internal/dwarf/dwarf_defs.go:340:2: don't use underscores in Go names; const DW_VIS_qualified should be DWVISQualified src/cmd/internal/dwarf/dwarf_defs.go:345:2: don't use underscores in Go names; const DW_VIRTUALITY_none should be DWVIRTUALITYNone src/cmd/internal/dwarf/dwarf_defs.go:346:2: don't use underscores in Go names; const DW_VIRTUALITY_virtual should be DWVIRTUALITYVirtual src/cmd/internal/dwarf/dwarf_defs.go:347:2: don't use underscores in Go names; const DW_VIRTUALITY_pure_virtual should be DWVIRTUALITYPureVirtual src/cmd/internal/dwarf/dwarf_defs.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:354:2: don't use underscores in Go names; const DW_LANG_Ada83 should be DWLANGAda83 src/cmd/internal/dwarf/dwarf_defs.go:355:2: don't use underscores in Go names; const DW_LANG_C_plus_plus should be DWLANGCPlusPlus src/cmd/internal/dwarf/dwarf_defs.go:356:2: don't use underscores in Go names; const DW_LANG_Cobol74 should be DWLANGCobol74 src/cmd/internal/dwarf/dwarf_defs.go:357:2: don't use underscores in Go names; const DW_LANG_Cobol85 should be DWLANGCobol85 src/cmd/internal/dwarf/dwarf_defs.go:358:2: don't use underscores in Go names; const DW_LANG_Fortran77 should be DWLANGFortran77 src/cmd/internal/dwarf/dwarf_defs.go:359:2: don't use underscores in Go names; const DW_LANG_Fortran90 should be DWLANGFortran90 src/cmd/internal/dwarf/dwarf_defs.go:360:2: don't use underscores in Go names; const DW_LANG_Pascal83 should be DWLANGPascal83 src/cmd/internal/dwarf/dwarf_defs.go:361:2: don't use underscores in Go names; const DW_LANG_Modula2 should be DWLANGModula2 src/cmd/internal/dwarf/dwarf_defs.go:363:2: don't use underscores in Go names; const DW_LANG_Java should be DWLANGJava src/cmd/internal/dwarf/dwarf_defs.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:365:2: don't use underscores in Go names; const DW_LANG_Ada95 should be DWLANGAda95 src/cmd/internal/dwarf/dwarf_defs.go:366:2: don't use underscores in Go names; const DW_LANG_Fortran95 should be DWLANGFortran95 src/cmd/internal/dwarf/dwarf_defs.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:368:2: don't use underscores in Go names; const DW_LANG_ObjC should be DWLANGObjC src/cmd/internal/dwarf/dwarf_defs.go:369:2: don't use underscores in Go names; const DW_LANG_ObjC_plus_plus should be DWLANGObjCPlusPlus src/cmd/internal/dwarf/dwarf_defs.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:373:2: don't use underscores in Go names; const DW_LANG_Python should be DWLANGPython src/cmd/internal/dwarf/dwarf_defs.go:375:2: don't use underscores in Go names; const DW_LANG_Go should be DWLANGGo src/cmd/internal/dwarf/dwarf_defs.go:377:2: don't use underscores in Go names; const DW_LANG_lo_user should be DWLANGLoUser src/cmd/internal/dwarf/dwarf_defs.go:378:2: don't use underscores in Go names; const DW_LANG_hi_user should be DWLANGHiUser src/cmd/internal/dwarf/dwarf_defs.go:383:2: don't use underscores in Go names; const DW_ID_case_sensitive should be DWIDCaseSensitive src/cmd/internal/dwarf/dwarf_defs.go:384:2: don't use underscores in Go names; const DW_ID_up_case should be DWIDUpCase src/cmd/internal/dwarf/dwarf_defs.go:385:2: don't use underscores in Go names; const DW_ID_down_case should be DWIDDownCase src/cmd/internal/dwarf/dwarf_defs.go:386:2: don't use underscores in Go names; const DW_ID_case_insensitive should be DWIDCaseInsensitive src/cmd/internal/dwarf/dwarf_defs.go:391:2: don't use underscores in Go names; const DW_CC_normal should be DWCCNormal src/cmd/internal/dwarf/dwarf_defs.go:392:2: don't use underscores in Go names; const DW_CC_program should be DWCCProgram src/cmd/internal/dwarf/dwarf_defs.go:393:2: don't use underscores in Go names; const DW_CC_nocall should be DWCCNocall src/cmd/internal/dwarf/dwarf_defs.go:394:2: don't use underscores in Go names; const DW_CC_lo_user should be DWCCLoUser src/cmd/internal/dwarf/dwarf_defs.go:395:2: don't use underscores in Go names; const DW_CC_hi_user should be DWCCHiUser src/cmd/internal/dwarf/dwarf_defs.go:400:2: don't use underscores in Go names; const DW_INL_not_inlined should be DWINLNotInlined src/cmd/internal/dwarf/dwarf_defs.go:401:2: don't use underscores in Go names; const DW_INL_inlined should be DWINLInlined src/cmd/internal/dwarf/dwarf_defs.go:402:2: don't use underscores in Go names; const DW_INL_declared_not_inlined should be DWINLDeclaredNotInlined src/cmd/internal/dwarf/dwarf_defs.go:403:2: don't use underscores in Go names; const DW_INL_declared_inlined should be DWINLDeclaredInlined src/cmd/internal/dwarf/dwarf_defs.go:408:2: don't use underscores in Go names; const DW_ORD_row_major should be DWORDRowMajor src/cmd/internal/dwarf/dwarf_defs.go:409:2: don't use underscores in Go names; const DW_ORD_col_major should be DWORDColMajor src/cmd/internal/dwarf/dwarf_defs.go:414:2: don't use underscores in Go names; const DW_DSC_label should be DWDSCLabel src/cmd/internal/dwarf/dwarf_defs.go:415:2: don't use underscores in Go names; const DW_DSC_range should be DWDSCRange src/cmd/internal/dwarf/dwarf_defs.go:420:2: don't use underscores in Go names; const DW_LNS_copy should be DWLNSCopy src/cmd/internal/dwarf/dwarf_defs.go:421:2: don't use underscores in Go names; const DW_LNS_advance_pc should be DWLNSAdvancePc src/cmd/internal/dwarf/dwarf_defs.go:422:2: don't use underscores in Go names; const DW_LNS_advance_line should be DWLNSAdvanceLine src/cmd/internal/dwarf/dwarf_defs.go:423:2: don't use underscores in Go names; const DW_LNS_set_file should be DWLNSSetFile src/cmd/internal/dwarf/dwarf_defs.go:424:2: don't use underscores in Go names; const DW_LNS_set_column should be DWLNSSetColumn src/cmd/internal/dwarf/dwarf_defs.go:425:2: don't use underscores in Go names; const DW_LNS_negate_stmt should be DWLNSNegateStmt src/cmd/internal/dwarf/dwarf_defs.go:426:2: don't use underscores in Go names; const DW_LNS_set_basic_block should be DWLNSSetBasicBlock src/cmd/internal/dwarf/dwarf_defs.go:427:2: don't use underscores in Go names; const DW_LNS_const_add_pc should be DWLNSConstAddPc src/cmd/internal/dwarf/dwarf_defs.go:428:2: don't use underscores in Go names; const DW_LNS_fixed_advance_pc should be DWLNSFixedAdvancePc src/cmd/internal/dwarf/dwarf_defs.go:430:2: don't use underscores in Go names; const DW_LNS_set_prologue_end should be DWLNSSetPrologueEnd src/cmd/internal/dwarf/dwarf_defs.go:431:2: don't use underscores in Go names; const DW_LNS_set_epilogue_begin should be DWLNSSetEpilogueBegin src/cmd/internal/dwarf/dwarf_defs.go:432:2: don't use underscores in Go names; const DW_LNS_set_isa should be DWLNSSetIsa src/cmd/internal/dwarf/dwarf_defs.go:437:2: don't use underscores in Go names; const DW_LNE_end_sequence should be DWLNEEndSequence src/cmd/internal/dwarf/dwarf_defs.go:438:2: don't use underscores in Go names; const DW_LNE_set_address should be DWLNESetAddress src/cmd/internal/dwarf/dwarf_defs.go:439:2: don't use underscores in Go names; const DW_LNE_define_file should be DWLNEDefineFile src/cmd/internal/dwarf/dwarf_defs.go:440:2: don't use underscores in Go names; const DW_LNE_lo_user should be DWLNELoUser src/cmd/internal/dwarf/dwarf_defs.go:441:2: don't use underscores in Go names; const DW_LNE_hi_user should be DWLNEHiUser src/cmd/internal/dwarf/dwarf_defs.go:446:2: don't use underscores in Go names; const DW_MACINFO_define should be DWMACINFODefine src/cmd/internal/dwarf/dwarf_defs.go:447:2: don't use underscores in Go names; const DW_MACINFO_undef should be DWMACINFOUndef src/cmd/internal/dwarf/dwarf_defs.go:448:2: don't use underscores in Go names; const DW_MACINFO_start_file should be DWMACINFOStartFile src/cmd/internal/dwarf/dwarf_defs.go:449:2: don't use underscores in Go names; const DW_MACINFO_end_file should be DWMACINFOEndFile src/cmd/internal/dwarf/dwarf_defs.go:450:2: don't use underscores in Go names; const DW_MACINFO_vendor_ext should be DWMACINFOVendorExt src/cmd/internal/dwarf/dwarf_defs.go:456:2: don't use underscores in Go names; const DW_CFA_nop should be DWCFANop src/cmd/internal/dwarf/dwarf_defs.go:457:2: don't use underscores in Go names; const DW_CFA_set_loc should be DWCFASetLoc src/cmd/internal/dwarf/dwarf_defs.go:458:2: don't use underscores in Go names; const DW_CFA_advance_loc1 should be DWCFAAdvanceLoc1 src/cmd/internal/dwarf/dwarf_defs.go:459:2: don't use underscores in Go names; const DW_CFA_advance_loc2 should be DWCFAAdvanceLoc2 src/cmd/internal/dwarf/dwarf_defs.go:460:2: don't use underscores in Go names; const DW_CFA_advance_loc4 should be DWCFAAdvanceLoc4 src/cmd/internal/dwarf/dwarf_defs.go:461:2: don't use underscores in Go names; const DW_CFA_offset_extended should be DWCFAOffsetExtended src/cmd/internal/dwarf/dwarf_defs.go:462:2: don't use underscores in Go names; const DW_CFA_restore_extended should be DWCFARestoreExtended src/cmd/internal/dwarf/dwarf_defs.go:463:2: don't use underscores in Go names; const DW_CFA_undefined should be DWCFAUndefined src/cmd/internal/dwarf/dwarf_defs.go:464:2: don't use underscores in Go names; const DW_CFA_same_value should be DWCFASameValue src/cmd/internal/dwarf/dwarf_defs.go:465:2: don't use underscores in Go names; const DW_CFA_register should be DWCFARegister src/cmd/internal/dwarf/dwarf_defs.go:466:2: don't use underscores in Go names; const DW_CFA_remember_state should be DWCFARememberState src/cmd/internal/dwarf/dwarf_defs.go:467:2: don't use underscores in Go names; const DW_CFA_restore_state should be DWCFARestoreState src/cmd/internal/dwarf/dwarf_defs.go:469:2: don't use underscores in Go names; const DW_CFA_def_cfa should be DWCFADefCfa src/cmd/internal/dwarf/dwarf_defs.go:470:2: don't use underscores in Go names; const DW_CFA_def_cfa_register should be DWCFADefCfaRegister src/cmd/internal/dwarf/dwarf_defs.go:471:2: don't use underscores in Go names; const DW_CFA_def_cfa_offset should be DWCFADefCfaOffset src/cmd/internal/dwarf/dwarf_defs.go:472:2: don't use underscores in Go names; const DW_CFA_def_cfa_expression should be DWCFADefCfaExpression src/cmd/internal/dwarf/dwarf_defs.go:473:2: don't use underscores in Go names; const DW_CFA_expression should be DWCFAExpression src/cmd/internal/dwarf/dwarf_defs.go:474:2: don't use underscores in Go names; const DW_CFA_offset_extended_sf should be DWCFAOffsetExtendedSf src/cmd/internal/dwarf/dwarf_defs.go:475:2: don't use underscores in Go names; const DW_CFA_def_cfa_sf should be DWCFADefCfaSf src/cmd/internal/dwarf/dwarf_defs.go:476:2: don't use underscores in Go names; const DW_CFA_def_cfa_offset_sf should be DWCFADefCfaOffsetSf src/cmd/internal/dwarf/dwarf_defs.go:477:2: don't use underscores in Go names; const DW_CFA_val_offset should be DWCFAValOffset src/cmd/internal/dwarf/dwarf_defs.go:478:2: don't use underscores in Go names; const DW_CFA_val_offset_sf should be DWCFAValOffsetSf src/cmd/internal/dwarf/dwarf_defs.go:479:2: don't use underscores in Go names; const DW_CFA_val_expression should be DWCFAValExpression src/cmd/internal/dwarf/dwarf_defs.go:481:2: don't use underscores in Go names; const DW_CFA_lo_user should be DWCFALoUser src/cmd/internal/dwarf/dwarf_defs.go:482:2: don't use underscores in Go names; const DW_CFA_hi_user should be DWCFAHiUser src/cmd/internal/dwarf/dwarf_defs.go:485:2: don't use underscores in Go names; const DW_CFA_advance_loc should be DWCFAAdvanceLoc src/cmd/internal/dwarf/dwarf_defs.go:486:2: don't use underscores in Go names; const DW_CFA_offset should be DWCFAOffset src/cmd/internal/dwarf/dwarf_defs.go:487:2: don't use underscores in Go names; const DW_CFA_restore should be DWCFARestore src/cmd/internal/edit/edit.go:45:1: exported method Buffer.Insert should have comment or be unexported src/cmd/internal/edit/edit.go:52:1: exported method Buffer.Delete should have comment or be unexported src/cmd/internal/edit/edit.go:59:1: exported method Buffer.Replace should have comment or be unexported src/cmd/internal/goobj/read.go:139:6: exported type NativeReader should have comment or be unexported src/cmd/internal/obj/addrtype_string.go:8:2: don't use underscores in Go names; const _AddrType_name_0 should be _AddrTypeName0 src/cmd/internal/obj/addrtype_string.go:9:2: don't use underscores in Go names; const _AddrType_name_1 should be _AddrTypeName1 src/cmd/internal/obj/addrtype_string.go:13:2: don't use underscores in Go names; var _AddrType_index_0 should be _AddrTypeIndex0 src/cmd/internal/obj/addrtype_string.go:14:2: don't use underscores in Go names; var _AddrType_index_1 should be _AddrTypeIndex1 src/cmd/internal/obj/data.go:199:1: exported function Addrel should have comment or be unexported src/cmd/internal/obj/go.go:9:1: exported function Nopout should have comment or be unexported src/cmd/internal/obj/inl.go:56:52: don't use underscores in Go names; method parameter func_ should be func src/cmd/internal/obj/inl.go:67:1: exported method InlTree.Parent should have comment or be unexported src/cmd/internal/obj/inl.go:71:1: exported method InlTree.InlinedFunction should have comment or be unexported src/cmd/internal/obj/inl.go:75:1: exported method InlTree.CallPos should have comment or be unexported src/cmd/internal/obj/ld.go:43:2: exported const LOG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ld.go:79:1: exported function Appendp should have comment or be unexported src/cmd/internal/obj/link.go:182:6: exported type Addr should have comment or be unexported src/cmd/internal/obj/link.go:200:6: exported type AddrName should have comment or be unexported src/cmd/internal/obj/link.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:203:2: exported const NAME_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/link.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:208:2: comment on exported const NAME_GOTREF should be of the form "NAME_GOTREF ..." src/cmd/internal/obj/link.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:211:2: comment on exported const NAME_DELETED_AUTO should be of the form "NAME_DELETED_AUTO ..." src/cmd/internal/obj/link.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:216:6: exported type AddrType should have comment or be unexported src/cmd/internal/obj/link.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:219:2: exported const TYPE_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/link.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:405:2: exported const AttrDuplicateOK should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/link.go:416:2: comment on exported const AttrMakeTypelink should be of the form "AttrMakeTypelink ..." src/cmd/internal/obj/link.go:419:2: comment on exported const AttrReflectMethod should be of the form "AttrReflectMethod ..." src/cmd/internal/obj/link.go:427:2: comment on exported const AttrLocal should be of the form "AttrLocal ..." src/cmd/internal/obj/link.go:435:2: comment on exported const AttrWasInlined should be of the form "AttrWasInlined ..." src/cmd/internal/obj/link.go:440:1: exported method Attribute.DuplicateOK should have comment or be unexported src/cmd/internal/obj/link.go:441:1: exported method Attribute.MakeTypelink should have comment or be unexported src/cmd/internal/obj/link.go:442:1: exported method Attribute.CFunc should have comment or be unexported src/cmd/internal/obj/link.go:443:1: exported method Attribute.NoSplit should have comment or be unexported src/cmd/internal/obj/link.go:444:1: exported method Attribute.Leaf should have comment or be unexported src/cmd/internal/obj/link.go:445:1: exported method Attribute.SeenGlobl should have comment or be unexported src/cmd/internal/obj/link.go:446:1: exported method Attribute.OnList should have comment or be unexported src/cmd/internal/obj/link.go:447:1: exported method Attribute.ReflectMethod should have comment or be unexported src/cmd/internal/obj/link.go:448:1: exported method Attribute.Local should have comment or be unexported src/cmd/internal/obj/link.go:449:1: exported method Attribute.Wrapper should have comment or be unexported src/cmd/internal/obj/link.go:450:1: exported method Attribute.NeedCtxt should have comment or be unexported src/cmd/internal/obj/link.go:451:1: exported method Attribute.NoFrame should have comment or be unexported src/cmd/internal/obj/link.go:452:1: exported method Attribute.Static should have comment or be unexported src/cmd/internal/obj/link.go:453:1: exported method Attribute.WasInlined should have comment or be unexported src/cmd/internal/obj/link.go:455:1: exported method Attribute.Set should have comment or be unexported src/cmd/internal/obj/link.go:510:6: exported type Pcln should have comment or be unexported src/cmd/internal/obj/link.go:524:6: exported type Reloc should have comment or be unexported src/cmd/internal/obj/link.go:532:6: exported type Auto should have comment or be unexported src/cmd/internal/obj/link.go:539:6: exported type Pcdata should have comment or be unexported src/cmd/internal/obj/link.go:551:2: don't use underscores in Go names; struct field Flag_shared should be FlagShared src/cmd/internal/obj/link.go:552:2: don't use underscores in Go names; struct field Flag_dynlink should be FlagDynlink src/cmd/internal/obj/link.go:553:2: don't use underscores in Go names; struct field Flag_optimize should be FlagOptimize src/cmd/internal/obj/link.go:554:2: don't use underscores in Go names; struct field Flag_locationlists should be FlagLocationlists src/cmd/internal/obj/link.go:571:2: don't use underscores in Go names; struct field Framepointer_enabled should be FramepointerEnabled src/cmd/internal/obj/link.go:578:1: exported method Link.Diag should have comment or be unexported src/cmd/internal/obj/link.go:583:1: exported method Link.Logf should have comment or be unexported src/cmd/internal/obj/link.go:588:1: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..." src/cmd/internal/obj/objfile.go:89:1: exported function WriteObjFile should have comment or be unexported src/cmd/internal/obj/objfile.go:523:1: exported method LSym.Len should have comment or be unexported src/cmd/internal/obj/objfile.go:597:1: exported method Link.DwarfAbstractFunc should have comment or be unexported src/cmd/internal/obj/objfile.go:622:1: comment on exported type DwarfFixupTable should be of the form "DwarfFixupTable ..." (with optional leading article) src/cmd/internal/obj/objfile.go:691:1: exported function NewDwarfFixupTable should have comment or be unexported src/cmd/internal/obj/objfile.go:699:1: exported method DwarfFixupTable.GetPrecursorFunc should have comment or be unexported src/cmd/internal/obj/objfile.go:706:1: exported method DwarfFixupTable.SetPrecursorFunc should have comment or be unexported src/cmd/internal/obj/objfile.go:722:1: comment on exported method DwarfFixupTable.ReferenceChildDIE should be of the form "ReferenceChildDIE ..." src/cmd/internal/obj/objfile.go:758:1: comment on exported method DwarfFixupTable.RegisterChildDIEOffsets should be of the form "RegisterChildDIEOffsets ..." src/cmd/internal/obj/objfile.go:810:1: comment on exported method DwarfFixupTable.AbsFuncDwarfSym should be of the form "AbsFuncDwarfSym ..." src/cmd/internal/obj/objfile.go:824:1: comment on exported method DwarfFixupTable.Finalize should be of the form "Finalize ..." src/cmd/internal/obj/objfile.go:839:10: should omit 2nd value from range; this loop is equivalent to `for fn := range ...` src/cmd/internal/obj/pcln.go:26:41: don't use underscores in Go names; func parameter func_ should be func src/cmd/internal/obj/plist.go:13:6: exported type Plist should have comment or be unexported src/cmd/internal/obj/plist.go:22:1: exported function Flushplist should have comment or be unexported src/cmd/internal/obj/plist.go:113:1: exported method Link.InitTextSym should have comment or be unexported src/cmd/internal/obj/plist.go:161:1: exported method Link.Globl should have comment or be unexported src/cmd/internal/obj/sort.go:11:1: exported function SortSlice should have comment or be unexported src/cmd/internal/obj/sym.go:41:1: exported function Linknew should have comment or be unexported src/cmd/internal/obj/sym.go:100:1: exported method Link.Float32Sym should have comment or be unexported src/cmd/internal/obj/sym.go:109:1: exported method Link.Float64Sym should have comment or be unexported src/cmd/internal/obj/sym.go:118:1: exported method Link.Int64Sym should have comment or be unexported src/cmd/internal/obj/textflag.go:12:2: comment on exported const NOPROF should be of the form "NOPROF ..." src/cmd/internal/obj/textflag.go:17:2: comment on exported const DUPOK should be of the form "DUPOK ..." src/cmd/internal/obj/textflag.go:21:2: comment on exported const NOSPLIT should be of the form "NOSPLIT ..." src/cmd/internal/obj/textflag.go:24:2: comment on exported const RODATA should be of the form "RODATA ..." src/cmd/internal/obj/textflag.go:27:2: comment on exported const NOPTR should be of the form "NOPTR ..." src/cmd/internal/obj/textflag.go:30:2: comment on exported const WRAPPER should be of the form "WRAPPER ..." src/cmd/internal/obj/textflag.go:33:2: comment on exported const NEEDCTXT should be of the form "NEEDCTXT ..." src/cmd/internal/obj/textflag.go:36:2: comment on exported const LOCAL should be of the form "LOCAL ..." src/cmd/internal/obj/textflag.go:39:2: comment on exported const TLSBSS should be of the form "TLSBSS ..." src/cmd/internal/obj/textflag.go:43:2: comment on exported const NOFRAME should be of the form "NOFRAME ..." src/cmd/internal/obj/textflag.go:48:2: comment on exported const REFLECTMETHOD should be of the form "REFLECTMETHOD ..." src/cmd/internal/obj/util.go:14:7: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:14:7: exported const REG_NONE should have comment or be unexported src/cmd/internal/obj/util.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:156:1: exported method Link.NewProg should have comment or be unexported src/cmd/internal/obj/util.go:162:1: exported method Link.CanReuseProgs should have comment or be unexported src/cmd/internal/obj/util.go:166:1: exported method Link.Dconv should have comment or be unexported src/cmd/internal/obj/util.go:170:1: exported function Dconv should have comment or be unexported src/cmd/internal/obj/util.go:284:1: exported function Mconv should have comment or be unexported src/cmd/internal/obj/util.go:384:2: comment on exported const RBase386 should be of the form "RBase386 ..." src/cmd/internal/obj/util.go:387:2: exported const RBaseAMD64 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/util.go:402:1: exported function Rconv should have comment or be unexported src/cmd/internal/obj/util.go:441:1: exported function RLconv should have comment or be unexported src/cmd/internal/obj/util.go:481:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/util.go:496:1: exported function Bool2int should have comment or be unexported src/cmd/internal/obj/arm/a.out.go:38:2: exported const NSNAME should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:49:2: exported const REG_R0 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:91:2: comment on exported const REGEXT should be of the form "REGEXT ..." src/cmd/internal/obj/arm/a.out.go:95:2: comment on exported const REGG should be of the form "REGG ..." src/cmd/internal/obj/arm/a.out.go:106:2: comment on exported const FREGRET should be of the form "FREGRET ..." src/cmd/internal/obj/arm/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:114:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:156:2: don't use underscores in Go names; const C_PC should be CPC src/cmd/internal/obj/arm/a.out.go:157:2: don't use underscores in Go names; const C_SP should be CSP src/cmd/internal/obj/arm/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:162:2: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..." src/cmd/internal/obj/arm/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:166:2: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..." src/cmd/internal/obj/arm/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:179:2: exported const AAND should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:196:2: comment on exported const ABEQ should be of the form "ABEQ ..." src/cmd/internal/obj/arm/a.out.go:340:2: comment on exported const AB should be of the form "AB ..." src/cmd/internal/obj/arm/a.out.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/arm/asm5.go:62:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/arm/asm5.go:67:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/arm/asm5.go:75:6: exported type Opcross should have comment or be unexported src/cmd/internal/obj/arm/asm5.go:78:2: exported const LFROM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/asm5.go:1121:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm/asm5.go:1140:12: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm/list5.go:76:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/arm/obj5.go:39:5: don't use underscores in Go names; var progedit_tlsfallback should be progeditTlsfallback src/cmd/internal/obj/arm/obj5.go:887:5: exported var Linkarm should have comment or be unexported src/cmd/internal/obj/arm64/a.out.go:36:2: exported const NSNAME should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:177:1: comment on exported const REG_EXT should be of the form "REG_EXT ..." src/cmd/internal/obj/arm64/a.out.go:181:7: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:184:2: exported const REG_UXTB should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:206:2: don't use underscores in Go names; const REG_CurrentEL should be REGCurrentEL src/cmd/internal/obj/arm64/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:208:2: don't use underscores in Go names; const REG_SPSel should be REGSPSel src/cmd/internal/obj/arm64/a.out.go:209:2: don't use underscores in Go names; const REG_DAIFSet should be REGDAIFSet src/cmd/internal/obj/arm64/a.out.go:210:2: don't use underscores in Go names; const REG_DAIFClr should be REGDAIFClr src/cmd/internal/obj/arm64/a.out.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:265:2: exported const BIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:269:2: comment on exported const LABEL should be of the form "LABEL ..." src/cmd/internal/obj/arm64/a.out.go:271:2: exported const LEAF should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:283:2: comment on exported const C_NONE should be of the form "C_NONE ..." src/cmd/internal/obj/arm64/a.out.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:287:2: exported const C_REG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:317:2: comment on exported const C_SBRA should be of the form "C_SBRA ..." src/cmd/internal/obj/arm64/a.out.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:365:2: comment on exported const C_GOTADDR should be of the form "C_GOTADDR ..." src/cmd/internal/obj/arm64/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:368:2: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..." src/cmd/internal/obj/arm64/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:372:2: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..." src/cmd/internal/obj/arm64/a.out.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:385:2: exported const C_XPRE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:392:2: exported const AADC should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:777:2: comment on exported const SHIFT_LL should be of the form "SHIFT_LL ..." src/cmd/internal/obj/arm64/a.out.go:778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:779:2: exported const SHIFT_LR should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:65:2: exported const REGFROM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/asm7.go:68:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:73:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/arm64/asm7.go:85:2: exported const S32 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/asm7.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/asm7.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/asm7.go:92:1: exported function OPDP2 should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:96:1: exported function OPDP3 should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:100:1: exported function OPBcc should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:104:1: exported function OPBLR should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:109:1: exported function SYSOP should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:113:1: exported function SYSHINT should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:117:1: exported function LDSTR12U should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:121:1: exported function LDSTR9S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:125:1: exported function LD2STR should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:129:1: exported function LDSTX should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:133:1: exported function FPCMP should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:133:32: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:137:1: exported function FPCCMP should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:137:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:141:1: exported function FPOP1S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:141:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:145:1: exported function FPOP2S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:145:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:149:1: exported function FPOP3S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:149:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:153:1: exported function FPCVTI should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:153:34: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:157:1: exported function ADR should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:161:1: exported function OPBIT should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:166:2: exported const LFROM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/asm7.go:1110:3: should replace n += 1 with n++ src/cmd/internal/obj/arm64/asm7.go:1277:13: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/asm7.go:2202:1: comment on exported function SYSARG5 should be of the form "SYSARG5 ..." src/cmd/internal/obj/arm64/asm7.go:2207:1: exported function SYSARG4 should have comment or be unexported src/cmd/internal/obj/arm64/list7.go:176:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:182:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:188:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:194:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:200:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:206:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:212:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:218:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:229:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/arm64/obj7.go:840:5: exported var Linkarm64 should have comment or be unexported src/cmd/internal/obj/mips/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:49:2: exported const REG_R0 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:118:2: comment on exported const REG_M0 should be of the form "REG_M0 ..." src/cmd/internal/obj/mips/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:152:2: comment on exported const REG_FCR0 should be of the form "REG_FCR0 ..." src/cmd/internal/obj/mips/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:205:2: exported const BIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:209:2: comment on exported const FOLL should be of the form "FOLL ..." src/cmd/internal/obj/mips/a.out.go:211:2: exported const LABEL should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:223:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:228:2: don't use underscores in Go names; const C_HI should be CHI src/cmd/internal/obj/mips/a.out.go:229:2: don't use underscores in Go names; const C_LO should be CLO src/cmd/internal/obj/mips/a.out.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:263:2: exported const AABSD should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:359:2: comment on exported const AMOVV should be of the form "AMOVV ..." src/cmd/internal/obj/mips/a.out.go:377:2: comment on exported const ATRUNCFV should be of the form "ATRUNCFV ..." src/cmd/internal/obj/mips/a.out.go:390:2: comment on exported const AJMP should be of the form "AJMP ..." src/cmd/internal/obj/mips/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:63:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:68:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/mips/asm0.go:1054:1: exported function OP should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1058:1: exported function SP should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1062:1: exported function BCOND should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1066:1: exported function MMU should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1070:1: exported function FPF should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1074:1: exported function FPD should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1078:1: exported function FPW should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1082:1: exported function FPV should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1086:1: exported function OP_RRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1086:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1090:1: exported function OP_IRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1090:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1094:1: exported function OP_SRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1094:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1098:1: exported function OP_FRRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1098:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1102:1: exported function OP_JMP should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1102:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/list0.go:72:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:818:2: exported const E_HILO should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/obj0.go:819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:829:6: exported type Dep should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:835:6: exported type Sch should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1413:5: exported var Linkmips64 should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1421:5: exported var Linkmips64le should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1429:5: exported var Linkmips should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1437:5: exported var Linkmipsle should have comment or be unexported src/cmd/internal/obj/ppc64/a.out.go:47:2: comment on exported const REG_R0 should be of the form "REG_R0 ..." src/cmd/internal/obj/ppc64/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:50:2: exported const REG_R1 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:82:2: comment on exported const REG_F0 should be of the form "REG_F0 ..." src/cmd/internal/obj/ppc64/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:116:2: comment on exported const REG_V0 should be of the form "REG_V0 ..." src/cmd/internal/obj/ppc64/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:150:2: comment on exported const REG_VS0 should be of the form "REG_VS0 ..." src/cmd/internal/obj/ppc64/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:273:2: comment on exported const LABEL should be of the form "LABEL ..." src/cmd/internal/obj/ppc64/a.out.go:275:2: exported const LEAF should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:295:2: exported const BI_CR0 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:315:2: exported const BO_BCTR should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:326:2: exported const C_COND_LT should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:333:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:365:2: don't use underscores in Go names; const C_LR should be CLR src/cmd/internal/obj/ppc64/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:379:2: exported const AADD should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:613:2: comment on exported const AFRES should be of the form "AFRES ..." src/cmd/internal/obj/ppc64/a.out.go:654:2: comment on exported const AFCFID should be of the form "AFCFID ..." src/cmd/internal/obj/ppc64/a.out.go:709:2: comment on exported const ADWORD should be of the form "ADWORD ..." src/cmd/internal/obj/ppc64/a.out.go:720:2: comment on exported const AHRFID should be of the form "AHRFID ..." src/cmd/internal/obj/ppc64/a.out.go:733:2: comment on exported const ALV should be of the form "ALV ..." src/cmd/internal/obj/ppc64/a.out.go:888:2: comment on exported const ALXV should be of the form "ALXV ..." src/cmd/internal/obj/ppc64/a.out.go:978:2: comment on exported const ABR should be of the form "ABR ..." src/cmd/internal/obj/ppc64/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:63:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:69:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/ppc64/asm9.go:769:13: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/ppc64/asm9.go:1840:1: exported function OPVXX1 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1844:1: exported function OPVXX2 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1848:1: exported function OPVXX3 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1852:1: exported function OPVXX4 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1856:1: exported function OPVX should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1860:1: exported function OPVC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1864:1: exported function OPVCC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1868:1: exported function OPCC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1872:1: exported function OP should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1876:1: comment on exported function AOP_RRR should be of the form "AOP_RRR ..." src/cmd/internal/obj/ppc64/asm9.go:1877:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1881:1: comment on exported function AOP_RR should be of the form "AOP_RR ..." src/cmd/internal/obj/ppc64/asm9.go:1882:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1886:1: comment on exported function AOP_RRRR should be of the form "AOP_RRRR ..." src/cmd/internal/obj/ppc64/asm9.go:1887:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1891:1: exported function AOP_IRR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1891:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1895:1: comment on exported function AOP_VIRR should be of the form "AOP_VIRR ..." src/cmd/internal/obj/ppc64/asm9.go:1896:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1900:1: comment on exported function AOP_IIRR should be of the form "AOP_IIRR ..." src/cmd/internal/obj/ppc64/asm9.go:1901:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1905:1: comment on exported function AOP_IRRR should be of the form "AOP_IRRR ..." src/cmd/internal/obj/ppc64/asm9.go:1906:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1910:1: comment on exported function AOP_IR should be of the form "AOP_IR ..." src/cmd/internal/obj/ppc64/asm9.go:1911:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1915:1: comment on exported function AOP_XX1 should be of the form "AOP_XX1 ..." src/cmd/internal/obj/ppc64/asm9.go:1916:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1923:1: comment on exported function AOP_XX2 should be of the form "AOP_XX2 ..." src/cmd/internal/obj/ppc64/asm9.go:1924:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1930:1: comment on exported function AOP_XX3 should be of the form "AOP_XX3 ..." src/cmd/internal/obj/ppc64/asm9.go:1931:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1938:1: comment on exported function AOP_XX3I should be of the form "AOP_XX3I ..." src/cmd/internal/obj/ppc64/asm9.go:1939:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1946:1: comment on exported function AOP_XX4 should be of the form "AOP_XX4 ..." src/cmd/internal/obj/ppc64/asm9.go:1947:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1955:1: comment on exported function AOP_Z23I should be of the form "AOP_Z23I ..." src/cmd/internal/obj/ppc64/asm9.go:1956:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1960:1: exported function LOP_RRR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1960:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1964:1: exported function LOP_IRR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1964:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1968:1: exported function OP_BR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1968:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1972:1: exported function OP_BC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1972:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1976:1: exported function OP_BCR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1976:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1980:1: exported function OP_RLW should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1980:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1984:1: exported function AOP_RLDIC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1984:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1988:1: exported function AOP_ISEL should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1988:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1993:2: comment on exported const OP_ADD should be of the form "OP_ADD ..." src/cmd/internal/obj/ppc64/asm9.go:1994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1995:2: exported const OP_ADDI should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/asm9.go:1996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2010:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2038:2: exported const D_FORM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/asm9.go:2039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/list9.go:96:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/ppc64/obj9.go:1058:5: exported var Linkppc64 should have comment or be unexported src/cmd/internal/obj/ppc64/obj9.go:1066:5: exported var Linkppc64le should have comment or be unexported src/cmd/internal/obj/s390x/a.out.go:37:2: exported const NSNAME should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:44:2: comment on exported const REG_R0 should be of the form "REG_R0 ..." src/cmd/internal/obj/s390x/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:46:2: exported const REG_R1 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:62:2: comment on exported const REG_F0 should be of the form "REG_F0 ..." src/cmd/internal/obj/s390x/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:80:2: comment on exported const REG_V0 should be of the form "REG_V0 ..." src/cmd/internal/obj/s390x/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:119:2: comment on exported const REG_AR0 should be of the form "REG_AR0 ..." src/cmd/internal/obj/s390x/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:153:2: exported const BIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:160:2: comment on exported const LEAF should be of the form "LEAF ..." src/cmd/internal/obj/s390x/a.out.go:162:2: exported const BRANCH should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:166:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:200:2: comment on exported const AADD should be of the form "AADD ..." src/cmd/internal/obj/s390x/a.out.go:202:2: exported const AADDC should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:225:2: comment on exported const AMOVWBR should be of the form "AMOVWBR ..." src/cmd/internal/obj/s390x/a.out.go:237:2: comment on exported const AMOVDEQ should be of the form "AMOVDEQ ..." src/cmd/internal/obj/s390x/a.out.go:245:2: comment on exported const AFLOGR should be of the form "AFLOGR ..." src/cmd/internal/obj/s390x/a.out.go:248:2: comment on exported const AAND should be of the form "AAND ..." src/cmd/internal/obj/s390x/a.out.go:264:2: comment on exported const AFABS should be of the form "AFABS ..." src/cmd/internal/obj/s390x/a.out.go:296:2: comment on exported const ALDGR should be of the form "ALDGR ..." src/cmd/internal/obj/s390x/a.out.go:300:2: comment on exported const ACEFBRA should be of the form "ACEFBRA ..." src/cmd/internal/obj/s390x/a.out.go:306:2: comment on exported const ACFEBRA should be of the form "ACFEBRA ..." src/cmd/internal/obj/s390x/a.out.go:312:2: comment on exported const ACELFBR should be of the form "ACELFBR ..." src/cmd/internal/obj/s390x/a.out.go:318:2: comment on exported const ACLFEBR should be of the form "ACLFEBR ..." src/cmd/internal/obj/s390x/a.out.go:324:2: comment on exported const ACMP should be of the form "ACMP ..." src/cmd/internal/obj/s390x/a.out.go:330:2: comment on exported const ATMHH should be of the form "ATMHH ..." src/cmd/internal/obj/s390x/a.out.go:336:2: comment on exported const ACS should be of the form "ACS ..." src/cmd/internal/obj/s390x/a.out.go:340:2: comment on exported const ASYNC should be of the form "ASYNC ..." src/cmd/internal/obj/s390x/a.out.go:343:2: comment on exported const ABC should be of the form "ABC ..." src/cmd/internal/obj/s390x/a.out.go:358:2: comment on exported const ACMPBEQ should be of the form "ACMPBEQ ..." src/cmd/internal/obj/s390x/a.out.go:372:2: comment on exported const AMVC should be of the form "AMVC ..." src/cmd/internal/obj/s390x/a.out.go:379:2: comment on exported const AEXRL should be of the form "AEXRL ..." src/cmd/internal/obj/s390x/a.out.go:385:2: comment on exported const ALAA should be of the form "ALAA ..." src/cmd/internal/obj/s390x/a.out.go:397:2: comment on exported const ALMY should be of the form "ALMY ..." src/cmd/internal/obj/s390x/a.out.go:403:2: comment on exported const ASTCK should be of the form "ASTCK ..." src/cmd/internal/obj/s390x/a.out.go:409:2: comment on exported const ACLEAR should be of the form "ACLEAR ..." src/cmd/internal/obj/s390x/a.out.go:412:2: comment on exported const AVA should be of the form "AVA ..." src/cmd/internal/obj/s390x/a.out.go:915:2: comment on exported const ABYTE should be of the form "ABYTE ..." src/cmd/internal/obj/s390x/a.out.go:920:2: comment on exported const ALAST should be of the form "ALAST ..." src/cmd/internal/obj/s390x/a.out.go:923:2: comment on exported const ABR should be of the form "ABR ..." src/cmd/internal/obj/s390x/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/s390x/asmz.go:57:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/s390x/asmz.go:63:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/s390x/asmz.go:1384:2: don't use underscores in Go names; const op_A should be opA src/cmd/internal/obj/s390x/asmz.go:1385:2: don't use underscores in Go names; const op_AD should be opAD src/cmd/internal/obj/s390x/asmz.go:1386:2: don't use underscores in Go names; const op_ADB should be opADB src/cmd/internal/obj/s390x/asmz.go:1387:2: don't use underscores in Go names; const op_ADBR should be opADBR src/cmd/internal/obj/s390x/asmz.go:1388:2: don't use underscores in Go names; const op_ADR should be opADR src/cmd/internal/obj/s390x/asmz.go:1389:2: don't use underscores in Go names; const op_ADTR should be opADTR src/cmd/internal/obj/s390x/asmz.go:1390:2: don't use underscores in Go names; const op_ADTRA should be opADTRA src/cmd/internal/obj/s390x/asmz.go:1391:2: don't use underscores in Go names; const op_AE should be opAE src/cmd/internal/obj/s390x/asmz.go:1392:2: don't use underscores in Go names; const op_AEB should be opAEB src/cmd/internal/obj/s390x/asmz.go:1393:2: don't use underscores in Go names; const op_AEBR should be opAEBR src/cmd/internal/obj/s390x/asmz.go:1394:2: don't use underscores in Go names; const op_AER should be opAER src/cmd/internal/obj/s390x/asmz.go:1395:2: don't use underscores in Go names; const op_AFI should be opAFI src/cmd/internal/obj/s390x/asmz.go:1396:2: don't use underscores in Go names; const op_AG should be opAG src/cmd/internal/obj/s390x/asmz.go:1397:2: don't use underscores in Go names; const op_AGF should be opAGF src/cmd/internal/obj/s390x/asmz.go:1398:2: don't use underscores in Go names; const op_AGFI should be opAGFI src/cmd/internal/obj/s390x/asmz.go:1399:2: don't use underscores in Go names; const op_AGFR should be opAGFR src/cmd/internal/obj/s390x/asmz.go:1400:2: don't use underscores in Go names; const op_AGHI should be opAGHI src/cmd/internal/obj/s390x/asmz.go:1401:2: don't use underscores in Go names; const op_AGHIK should be opAGHIK src/cmd/internal/obj/s390x/asmz.go:1402:2: don't use underscores in Go names; const op_AGR should be opAGR src/cmd/internal/obj/s390x/asmz.go:1403:2: don't use underscores in Go names; const op_AGRK should be opAGRK src/cmd/internal/obj/s390x/asmz.go:1404:2: don't use underscores in Go names; const op_AGSI should be opAGSI src/cmd/internal/obj/s390x/asmz.go:1405:2: don't use underscores in Go names; const op_AH should be opAH src/cmd/internal/obj/s390x/asmz.go:1406:2: don't use underscores in Go names; const op_AHHHR should be opAHHHR src/cmd/internal/obj/s390x/asmz.go:1407:2: don't use underscores in Go names; const op_AHHLR should be opAHHLR src/cmd/internal/obj/s390x/asmz.go:1408:2: don't use underscores in Go names; const op_AHI should be opAHI src/cmd/internal/obj/s390x/asmz.go:1409:2: don't use underscores in Go names; const op_AHIK should be opAHIK src/cmd/internal/obj/s390x/asmz.go:1410:2: don't use underscores in Go names; const op_AHY should be opAHY src/cmd/internal/obj/s390x/asmz.go:1411:2: don't use underscores in Go names; const op_AIH should be opAIH src/cmd/internal/obj/s390x/asmz.go:1412:2: don't use underscores in Go names; const op_AL should be opAL src/cmd/internal/obj/s390x/asmz.go:1413:2: don't use underscores in Go names; const op_ALC should be opALC src/cmd/internal/obj/s390x/asmz.go:1414:2: don't use underscores in Go names; const op_ALCG should be opALCG src/cmd/internal/obj/s390x/asmz.go:1415:2: don't use underscores in Go names; const op_ALCGR should be opALCGR src/cmd/internal/obj/s390x/asmz.go:1416:2: don't use underscores in Go names; const op_ALCR should be opALCR src/cmd/internal/obj/s390x/asmz.go:1417:2: don't use underscores in Go names; const op_ALFI should be opALFI src/cmd/internal/obj/s390x/asmz.go:1418:2: don't use underscores in Go names; const op_ALG should be opALG src/cmd/internal/obj/s390x/asmz.go:1419:2: don't use underscores in Go names; const op_ALGF should be opALGF src/cmd/internal/obj/s390x/asmz.go:1420:2: don't use underscores in Go names; const op_ALGFI should be opALGFI src/cmd/internal/obj/s390x/asmz.go:1421:2: don't use underscores in Go names; const op_ALGFR should be opALGFR src/cmd/internal/obj/s390x/asmz.go:1422:2: don't use underscores in Go names; const op_ALGHSIK should be opALGHSIK src/cmd/internal/obj/s390x/asmz.go:1423:2: don't use underscores in Go names; const op_ALGR should be opALGR src/cmd/internal/obj/s390x/asmz.go:1424:2: don't use underscores in Go names; const op_ALGRK should be opALGRK src/cmd/internal/obj/s390x/asmz.go:1425:2: don't use underscores in Go names; const op_ALGSI should be opALGSI src/cmd/internal/obj/s390x/asmz.go:1426:2: don't use underscores in Go names; const op_ALHHHR should be opALHHHR src/cmd/internal/obj/s390x/asmz.go:1427:2: don't use underscores in Go names; const op_ALHHLR should be opALHHLR src/cmd/internal/obj/s390x/asmz.go:1428:2: don't use underscores in Go names; const op_ALHSIK should be opALHSIK src/cmd/internal/obj/s390x/asmz.go:1429:2: don't use underscores in Go names; const op_ALR should be opALR src/cmd/internal/obj/s390x/asmz.go:1430:2: don't use underscores in Go names; const op_ALRK should be opALRK src/cmd/internal/obj/s390x/asmz.go:1431:2: don't use underscores in Go names; const op_ALSI should be opALSI src/cmd/internal/obj/s390x/asmz.go:1432:2: don't use underscores in Go names; const op_ALSIH should be opALSIH src/cmd/internal/obj/s390x/asmz.go:1433:2: don't use underscores in Go names; const op_ALSIHN should be opALSIHN src/cmd/internal/obj/s390x/asmz.go:1434:2: don't use underscores in Go names; const op_ALY should be opALY src/cmd/internal/obj/s390x/asmz.go:1435:2: don't use underscores in Go names; const op_AP should be opAP src/cmd/internal/obj/s390x/asmz.go:1436:2: don't use underscores in Go names; const op_AR should be opAR src/cmd/internal/obj/s390x/asmz.go:1437:2: don't use underscores in Go names; const op_ARK should be opARK src/cmd/internal/obj/s390x/asmz.go:1438:2: don't use underscores in Go names; const op_ASI should be opASI src/cmd/internal/obj/s390x/asmz.go:1439:2: don't use underscores in Go names; const op_AU should be opAU src/cmd/internal/obj/s390x/asmz.go:1440:2: don't use underscores in Go names; const op_AUR should be opAUR src/cmd/internal/obj/s390x/asmz.go:1441:2: don't use underscores in Go names; const op_AW should be opAW src/cmd/internal/obj/s390x/asmz.go:1442:2: don't use underscores in Go names; const op_AWR should be opAWR src/cmd/internal/obj/s390x/asmz.go:1443:2: don't use underscores in Go names; const op_AXBR should be opAXBR src/cmd/internal/obj/s390x/asmz.go:1444:2: don't use underscores in Go names; const op_AXR should be opAXR src/cmd/internal/obj/s390x/asmz.go:1445:2: don't use underscores in Go names; const op_AXTR should be opAXTR src/cmd/internal/obj/s390x/asmz.go:1446:2: don't use underscores in Go names; const op_AXTRA should be opAXTRA src/cmd/internal/obj/s390x/asmz.go:1447:2: don't use underscores in Go names; const op_AY should be opAY src/cmd/internal/obj/s390x/asmz.go:1448:2: don't use underscores in Go names; const op_BAKR should be opBAKR src/cmd/internal/obj/s390x/asmz.go:1449:2: don't use underscores in Go names; const op_BAL should be opBAL src/cmd/internal/obj/s390x/asmz.go:1450:2: don't use underscores in Go names; const op_BALR should be opBALR src/cmd/internal/obj/s390x/asmz.go:1451:2: don't use underscores in Go names; const op_BAS should be opBAS src/cmd/internal/obj/s390x/asmz.go:1452:2: don't use underscores in Go names; const op_BASR should be opBASR src/cmd/internal/obj/s390x/asmz.go:1453:2: don't use underscores in Go names; const op_BASSM should be opBASSM src/cmd/internal/obj/s390x/asmz.go:1454:2: don't use underscores in Go names; const op_BC should be opBC src/cmd/internal/obj/s390x/asmz.go:1455:2: don't use underscores in Go names; const op_BCR should be opBCR src/cmd/internal/obj/s390x/asmz.go:1456:2: don't use underscores in Go names; const op_BCT should be opBCT src/cmd/internal/obj/s390x/asmz.go:1457:2: don't use underscores in Go names; const op_BCTG should be opBCTG src/cmd/internal/obj/s390x/asmz.go:1458:2: don't use underscores in Go names; const op_BCTGR should be opBCTGR src/cmd/internal/obj/s390x/asmz.go:1459:2: don't use underscores in Go names; const op_BCTR should be opBCTR src/cmd/internal/obj/s390x/asmz.go:1460:2: don't use underscores in Go names; const op_BPP should be opBPP src/cmd/internal/obj/s390x/asmz.go:1461:2: don't use underscores in Go names; const op_BPRP should be opBPRP src/cmd/internal/obj/s390x/asmz.go:1462:2: don't use underscores in Go names; const op_BRAS should be opBRAS src/cmd/internal/obj/s390x/asmz.go:1463:2: don't use underscores in Go names; const op_BRASL should be opBRASL src/cmd/internal/obj/s390x/asmz.go:1464:2: don't use underscores in Go names; const op_BRC should be opBRC src/cmd/internal/obj/s390x/asmz.go:1465:2: don't use underscores in Go names; const op_BRCL should be opBRCL src/cmd/internal/obj/s390x/asmz.go:1466:2: don't use underscores in Go names; const op_BRCT should be opBRCT src/cmd/internal/obj/s390x/asmz.go:1467:2: don't use underscores in Go names; const op_BRCTG should be opBRCTG src/cmd/internal/obj/s390x/asmz.go:1468:2: don't use underscores in Go names; const op_BRCTH should be opBRCTH src/cmd/internal/obj/s390x/asmz.go:1469:2: don't use underscores in Go names; const op_BRXH should be opBRXH src/cmd/internal/obj/s390x/asmz.go:1470:2: don't use underscores in Go names; const op_BRXHG should be opBRXHG src/cmd/internal/obj/s390x/asmz.go:1471:2: don't use underscores in Go names; const op_BRXLE should be opBRXLE src/cmd/internal/obj/s390x/asmz.go:1472:2: don't use underscores in Go names; const op_BRXLG should be opBRXLG src/cmd/internal/obj/s390x/asmz.go:1473:2: don't use underscores in Go names; const op_BSA should be opBSA src/cmd/internal/obj/s390x/asmz.go:1474:2: don't use underscores in Go names; const op_BSG should be opBSG src/cmd/internal/obj/s390x/asmz.go:1475:2: don't use underscores in Go names; const op_BSM should be opBSM src/cmd/internal/obj/s390x/asmz.go:1476:2: don't use underscores in Go names; const op_BXH should be opBXH src/cmd/internal/obj/s390x/asmz.go:1477:2: don't use underscores in Go names; const op_BXHG should be opBXHG src/cmd/internal/obj/s390x/asmz.go:1478:2: don't use underscores in Go names; const op_BXLE should be opBXLE src/cmd/internal/obj/s390x/asmz.go:1479:2: don't use underscores in Go names; const op_BXLEG should be opBXLEG src/cmd/internal/obj/s390x/asmz.go:1480:2: don't use underscores in Go names; const op_C should be opC src/cmd/internal/obj/s390x/asmz.go:1481:2: don't use underscores in Go names; const op_CD should be opCD src/cmd/internal/obj/s390x/asmz.go:1482:2: don't use underscores in Go names; const op_CDB should be opCDB src/cmd/internal/obj/s390x/asmz.go:1483:2: don't use underscores in Go names; const op_CDBR should be opCDBR src/cmd/internal/obj/s390x/asmz.go:1484:2: don't use underscores in Go names; const op_CDFBR should be opCDFBR src/cmd/internal/obj/s390x/asmz.go:1485:2: don't use underscores in Go names; const op_CDFBRA should be opCDFBRA src/cmd/internal/obj/s390x/asmz.go:1486:2: don't use underscores in Go names; const op_CDFR should be opCDFR src/cmd/internal/obj/s390x/asmz.go:1487:2: don't use underscores in Go names; const op_CDFTR should be opCDFTR src/cmd/internal/obj/s390x/asmz.go:1488:2: don't use underscores in Go names; const op_CDGBR should be opCDGBR src/cmd/internal/obj/s390x/asmz.go:1489:2: don't use underscores in Go names; const op_CDGBRA should be opCDGBRA src/cmd/internal/obj/s390x/asmz.go:1490:2: don't use underscores in Go names; const op_CDGR should be opCDGR src/cmd/internal/obj/s390x/asmz.go:1491:2: don't use underscores in Go names; const op_CDGTR should be opCDGTR src/cmd/internal/obj/s390x/asmz.go:1492:2: don't use underscores in Go names; const op_CDGTRA should be opCDGTRA src/cmd/internal/obj/s390x/asmz.go:1493:2: don't use underscores in Go names; const op_CDLFBR should be opCDLFBR src/cmd/internal/obj/s390x/asmz.go:1494:2: don't use underscores in Go names; const op_CDLFTR should be opCDLFTR src/cmd/internal/obj/s390x/asmz.go:1495:2: don't use underscores in Go names; const op_CDLGBR should be opCDLGBR src/cmd/internal/obj/s390x/asmz.go:1496:2: don't use underscores in Go names; const op_CDLGTR should be opCDLGTR src/cmd/internal/obj/s390x/asmz.go:1497:2: don't use underscores in Go names; const op_CDR should be opCDR src/cmd/internal/obj/s390x/asmz.go:1498:2: don't use underscores in Go names; const op_CDS should be opCDS src/cmd/internal/obj/s390x/asmz.go:1499:2: don't use underscores in Go names; const op_CDSG should be opCDSG src/cmd/internal/obj/s390x/asmz.go:1500:2: don't use underscores in Go names; const op_CDSTR should be opCDSTR src/cmd/internal/obj/s390x/asmz.go:1501:2: don't use underscores in Go names; const op_CDSY should be opCDSY src/cmd/internal/obj/s390x/asmz.go:1502:2: don't use underscores in Go names; const op_CDTR should be opCDTR src/cmd/internal/obj/s390x/asmz.go:1503:2: don't use underscores in Go names; const op_CDUTR should be opCDUTR src/cmd/internal/obj/s390x/asmz.go:1504:2: don't use underscores in Go names; const op_CDZT should be opCDZT src/cmd/internal/obj/s390x/asmz.go:1505:2: don't use underscores in Go names; const op_CE should be opCE src/cmd/internal/obj/s390x/asmz.go:1506:2: don't use underscores in Go names; const op_CEB should be opCEB src/cmd/internal/obj/s390x/asmz.go:1507:2: don't use underscores in Go names; const op_CEBR should be opCEBR src/cmd/internal/obj/s390x/asmz.go:1508:2: don't use underscores in Go names; const op_CEDTR should be opCEDTR src/cmd/internal/obj/s390x/asmz.go:1509:2: don't use underscores in Go names; const op_CEFBR should be opCEFBR src/cmd/internal/obj/s390x/asmz.go:1510:2: don't use underscores in Go names; const op_CEFBRA should be opCEFBRA src/cmd/internal/obj/s390x/asmz.go:1511:2: don't use underscores in Go names; const op_CEFR should be opCEFR src/cmd/internal/obj/s390x/asmz.go:1512:2: don't use underscores in Go names; const op_CEGBR should be opCEGBR src/cmd/internal/obj/s390x/asmz.go:1513:2: don't use underscores in Go names; const op_CEGBRA should be opCEGBRA src/cmd/internal/obj/s390x/asmz.go:1514:2: don't use underscores in Go names; const op_CEGR should be opCEGR src/cmd/internal/obj/s390x/asmz.go:1515:2: don't use underscores in Go names; const op_CELFBR should be opCELFBR src/cmd/internal/obj/s390x/asmz.go:1516:2: don't use underscores in Go names; const op_CELGBR should be opCELGBR src/cmd/internal/obj/s390x/asmz.go:1517:2: don't use underscores in Go names; const op_CER should be opCER src/cmd/internal/obj/s390x/asmz.go:1518:2: don't use underscores in Go names; const op_CEXTR should be opCEXTR src/cmd/internal/obj/s390x/asmz.go:1519:2: don't use underscores in Go names; const op_CFC should be opCFC src/cmd/internal/obj/s390x/asmz.go:1520:2: don't use underscores in Go names; const op_CFDBR should be opCFDBR src/cmd/internal/obj/s390x/asmz.go:1521:2: don't use underscores in Go names; const op_CFDBRA should be opCFDBRA src/cmd/internal/obj/s390x/asmz.go:1522:2: don't use underscores in Go names; const op_CFDR should be opCFDR src/cmd/internal/obj/s390x/asmz.go:1523:2: don't use underscores in Go names; const op_CFDTR should be opCFDTR src/cmd/internal/obj/s390x/asmz.go:1524:2: don't use underscores in Go names; const op_CFEBR should be opCFEBR src/cmd/internal/obj/s390x/asmz.go:1525:2: don't use underscores in Go names; const op_CFEBRA should be opCFEBRA src/cmd/internal/obj/s390x/asmz.go:1526:2: don't use underscores in Go names; const op_CFER should be opCFER src/cmd/internal/obj/s390x/asmz.go:1527:2: don't use underscores in Go names; const op_CFI should be opCFI src/cmd/internal/obj/s390x/asmz.go:1528:2: don't use underscores in Go names; const op_CFXBR should be opCFXBR src/cmd/internal/obj/s390x/asmz.go:1529:2: don't use underscores in Go names; const op_CFXBRA should be opCFXBRA src/cmd/internal/obj/s390x/asmz.go:1530:2: don't use underscores in Go names; const op_CFXR should be opCFXR src/cmd/internal/obj/s390x/asmz.go:1531:2: don't use underscores in Go names; const op_CFXTR should be opCFXTR src/cmd/internal/obj/s390x/asmz.go:1532:2: don't use underscores in Go names; const op_CG should be opCG src/cmd/internal/obj/s390x/asmz.go:1533:2: don't use underscores in Go names; const op_CGDBR should be opCGDBR src/cmd/internal/obj/s390x/asmz.go:1534:2: don't use underscores in Go names; const op_CGDBRA should be opCGDBRA src/cmd/internal/obj/s390x/asmz.go:1535:2: don't use underscores in Go names; const op_CGDR should be opCGDR src/cmd/internal/obj/s390x/asmz.go:1536:2: don't use underscores in Go names; const op_CGDTR should be opCGDTR src/cmd/internal/obj/s390x/asmz.go:1537:2: don't use underscores in Go names; const op_CGDTRA should be opCGDTRA src/cmd/internal/obj/s390x/asmz.go:1538:2: don't use underscores in Go names; const op_CGEBR should be opCGEBR src/cmd/internal/obj/s390x/asmz.go:1539:2: don't use underscores in Go names; const op_CGEBRA should be opCGEBRA src/cmd/internal/obj/s390x/asmz.go:1540:2: don't use underscores in Go names; const op_CGER should be opCGER src/cmd/internal/obj/s390x/asmz.go:1541:2: don't use underscores in Go names; const op_CGF should be opCGF src/cmd/internal/obj/s390x/asmz.go:1542:2: don't use underscores in Go names; const op_CGFI should be opCGFI src/cmd/internal/obj/s390x/asmz.go:1543:2: don't use underscores in Go names; const op_CGFR should be opCGFR src/cmd/internal/obj/s390x/asmz.go:1544:2: don't use underscores in Go names; const op_CGFRL should be opCGFRL src/cmd/internal/obj/s390x/asmz.go:1545:2: don't use underscores in Go names; const op_CGH should be opCGH src/cmd/internal/obj/s390x/asmz.go:1546:2: don't use underscores in Go names; const op_CGHI should be opCGHI src/cmd/internal/obj/s390x/asmz.go:1547:2: don't use underscores in Go names; const op_CGHRL should be opCGHRL src/cmd/internal/obj/s390x/asmz.go:1548:2: don't use underscores in Go names; const op_CGHSI should be opCGHSI src/cmd/internal/obj/s390x/asmz.go:1549:2: don't use underscores in Go names; const op_CGIB should be opCGIB src/cmd/internal/obj/s390x/asmz.go:1550:2: don't use underscores in Go names; const op_CGIJ should be opCGIJ src/cmd/internal/obj/s390x/asmz.go:1551:2: don't use underscores in Go names; const op_CGIT should be opCGIT src/cmd/internal/obj/s390x/asmz.go:1552:2: don't use underscores in Go names; const op_CGR should be opCGR src/cmd/internal/obj/s390x/asmz.go:1553:2: don't use underscores in Go names; const op_CGRB should be opCGRB src/cmd/internal/obj/s390x/asmz.go:1554:2: don't use underscores in Go names; const op_CGRJ should be opCGRJ src/cmd/internal/obj/s390x/asmz.go:1555:2: don't use underscores in Go names; const op_CGRL should be opCGRL src/cmd/internal/obj/s390x/asmz.go:1556:2: don't use underscores in Go names; const op_CGRT should be opCGRT src/cmd/internal/obj/s390x/asmz.go:1557:2: don't use underscores in Go names; const op_CGXBR should be opCGXBR src/cmd/internal/obj/s390x/asmz.go:1558:2: don't use underscores in Go names; const op_CGXBRA should be opCGXBRA src/cmd/internal/obj/s390x/asmz.go:1559:2: don't use underscores in Go names; const op_CGXR should be opCGXR src/cmd/internal/obj/s390x/asmz.go:1560:2: don't use underscores in Go names; const op_CGXTR should be opCGXTR src/cmd/internal/obj/s390x/asmz.go:1561:2: don't use underscores in Go names; const op_CGXTRA should be opCGXTRA src/cmd/internal/obj/s390x/asmz.go:1562:2: don't use underscores in Go names; const op_CH should be opCH src/cmd/internal/obj/s390x/asmz.go:1563:2: don't use underscores in Go names; const op_CHF should be opCHF src/cmd/internal/obj/s390x/asmz.go:1564:2: don't use underscores in Go names; const op_CHHR should be opCHHR src/cmd/internal/obj/s390x/asmz.go:1565:2: don't use underscores in Go names; const op_CHHSI should be opCHHSI src/cmd/internal/obj/s390x/asmz.go:1566:2: don't use underscores in Go names; const op_CHI should be opCHI src/cmd/internal/obj/s390x/asmz.go:1567:2: don't use underscores in Go names; const op_CHLR should be opCHLR src/cmd/internal/obj/s390x/asmz.go:1568:2: don't use underscores in Go names; const op_CHRL should be opCHRL src/cmd/internal/obj/s390x/asmz.go:1569:2: don't use underscores in Go names; const op_CHSI should be opCHSI src/cmd/internal/obj/s390x/asmz.go:1570:2: don't use underscores in Go names; const op_CHY should be opCHY src/cmd/internal/obj/s390x/asmz.go:1571:2: don't use underscores in Go names; const op_CIB should be opCIB src/cmd/internal/obj/s390x/asmz.go:1572:2: don't use underscores in Go names; const op_CIH should be opCIH src/cmd/internal/obj/s390x/asmz.go:1573:2: don't use underscores in Go names; const op_CIJ should be opCIJ src/cmd/internal/obj/s390x/asmz.go:1574:2: don't use underscores in Go names; const op_CIT should be opCIT src/cmd/internal/obj/s390x/asmz.go:1575:2: don't use underscores in Go names; const op_CKSM should be opCKSM src/cmd/internal/obj/s390x/asmz.go:1576:2: don't use underscores in Go names; const op_CL should be opCL src/cmd/internal/obj/s390x/asmz.go:1577:2: don't use underscores in Go names; const op_CLC should be opCLC src/cmd/internal/obj/s390x/asmz.go:1578:2: don't use underscores in Go names; const op_CLCL should be opCLCL src/cmd/internal/obj/s390x/asmz.go:1579:2: don't use underscores in Go names; const op_CLCLE should be opCLCLE src/cmd/internal/obj/s390x/asmz.go:1580:2: don't use underscores in Go names; const op_CLCLU should be opCLCLU src/cmd/internal/obj/s390x/asmz.go:1581:2: don't use underscores in Go names; const op_CLFDBR should be opCLFDBR src/cmd/internal/obj/s390x/asmz.go:1582:2: don't use underscores in Go names; const op_CLFDTR should be opCLFDTR src/cmd/internal/obj/s390x/asmz.go:1583:2: don't use underscores in Go names; const op_CLFEBR should be opCLFEBR src/cmd/internal/obj/s390x/asmz.go:1584:2: don't use underscores in Go names; const op_CLFHSI should be opCLFHSI src/cmd/internal/obj/s390x/asmz.go:1585:2: don't use underscores in Go names; const op_CLFI should be opCLFI src/cmd/internal/obj/s390x/asmz.go:1586:2: don't use underscores in Go names; const op_CLFIT should be opCLFIT src/cmd/internal/obj/s390x/asmz.go:1587:2: don't use underscores in Go names; const op_CLFXBR should be opCLFXBR src/cmd/internal/obj/s390x/asmz.go:1588:2: don't use underscores in Go names; const op_CLFXTR should be opCLFXTR src/cmd/internal/obj/s390x/asmz.go:1589:2: don't use underscores in Go names; const op_CLG should be opCLG src/cmd/internal/obj/s390x/asmz.go:1590:2: don't use underscores in Go names; const op_CLGDBR should be opCLGDBR src/cmd/internal/obj/s390x/asmz.go:1591:2: don't use underscores in Go names; const op_CLGDTR should be opCLGDTR src/cmd/internal/obj/s390x/asmz.go:1592:2: don't use underscores in Go names; const op_CLGEBR should be opCLGEBR src/cmd/internal/obj/s390x/asmz.go:1593:2: don't use underscores in Go names; const op_CLGF should be opCLGF src/cmd/internal/obj/s390x/asmz.go:1594:2: don't use underscores in Go names; const op_CLGFI should be opCLGFI src/cmd/internal/obj/s390x/asmz.go:1595:2: don't use underscores in Go names; const op_CLGFR should be opCLGFR src/cmd/internal/obj/s390x/asmz.go:1596:2: don't use underscores in Go names; const op_CLGFRL should be opCLGFRL src/cmd/internal/obj/s390x/asmz.go:1597:2: don't use underscores in Go names; const op_CLGHRL should be opCLGHRL src/cmd/internal/obj/s390x/asmz.go:1598:2: don't use underscores in Go names; const op_CLGHSI should be opCLGHSI src/cmd/internal/obj/s390x/asmz.go:1599:2: don't use underscores in Go names; const op_CLGIB should be opCLGIB src/cmd/internal/obj/s390x/asmz.go:1600:2: don't use underscores in Go names; const op_CLGIJ should be opCLGIJ src/cmd/internal/obj/s390x/asmz.go:1601:2: don't use underscores in Go names; const op_CLGIT should be opCLGIT src/cmd/internal/obj/s390x/asmz.go:1602:2: don't use underscores in Go names; const op_CLGR should be opCLGR src/cmd/internal/obj/s390x/asmz.go:1603:2: don't use underscores in Go names; const op_CLGRB should be opCLGRB src/cmd/internal/obj/s390x/asmz.go:1604:2: don't use underscores in Go names; const op_CLGRJ should be opCLGRJ src/cmd/internal/obj/s390x/asmz.go:1605:2: don't use underscores in Go names; const op_CLGRL should be opCLGRL src/cmd/internal/obj/s390x/asmz.go:1606:2: don't use underscores in Go names; const op_CLGRT should be opCLGRT src/cmd/internal/obj/s390x/asmz.go:1607:2: don't use underscores in Go names; const op_CLGT should be opCLGT src/cmd/internal/obj/s390x/asmz.go:1608:2: don't use underscores in Go names; const op_CLGXBR should be opCLGXBR src/cmd/internal/obj/s390x/asmz.go:1609:2: don't use underscores in Go names; const op_CLGXTR should be opCLGXTR src/cmd/internal/obj/s390x/asmz.go:1610:2: don't use underscores in Go names; const op_CLHF should be opCLHF src/cmd/internal/obj/s390x/asmz.go:1611:2: don't use underscores in Go names; const op_CLHHR should be opCLHHR src/cmd/internal/obj/s390x/asmz.go:1612:2: don't use underscores in Go names; const op_CLHHSI should be opCLHHSI src/cmd/internal/obj/s390x/asmz.go:1613:2: don't use underscores in Go names; const op_CLHLR should be opCLHLR src/cmd/internal/obj/s390x/asmz.go:1614:2: don't use underscores in Go names; const op_CLHRL should be opCLHRL src/cmd/internal/obj/s390x/asmz.go:1615:2: don't use underscores in Go names; const op_CLI should be opCLI src/cmd/internal/obj/s390x/asmz.go:1616:2: don't use underscores in Go names; const op_CLIB should be opCLIB src/cmd/internal/obj/s390x/asmz.go:1617:2: don't use underscores in Go names; const op_CLIH should be opCLIH src/cmd/internal/obj/s390x/asmz.go:1618:2: don't use underscores in Go names; const op_CLIJ should be opCLIJ src/cmd/internal/obj/s390x/asmz.go:1619:2: don't use underscores in Go names; const op_CLIY should be opCLIY src/cmd/internal/obj/s390x/asmz.go:1620:2: don't use underscores in Go names; const op_CLM should be opCLM src/cmd/internal/obj/s390x/asmz.go:1621:2: don't use underscores in Go names; const op_CLMH should be opCLMH src/cmd/internal/obj/s390x/asmz.go:1622:2: don't use underscores in Go names; const op_CLMY should be opCLMY src/cmd/internal/obj/s390x/asmz.go:1623:2: don't use underscores in Go names; const op_CLR should be opCLR src/cmd/internal/obj/s390x/asmz.go:1624:2: don't use underscores in Go names; const op_CLRB should be opCLRB src/cmd/internal/obj/s390x/asmz.go:1625:2: don't use underscores in Go names; const op_CLRJ should be opCLRJ src/cmd/internal/obj/s390x/asmz.go:1626:2: don't use underscores in Go names; const op_CLRL should be opCLRL src/cmd/internal/obj/s390x/asmz.go:1627:2: don't use underscores in Go names; const op_CLRT should be opCLRT src/cmd/internal/obj/s390x/asmz.go:1628:2: don't use underscores in Go names; const op_CLST should be opCLST src/cmd/internal/obj/s390x/asmz.go:1629:2: don't use underscores in Go names; const op_CLT should be opCLT src/cmd/internal/obj/s390x/asmz.go:1630:2: don't use underscores in Go names; const op_CLY should be opCLY src/cmd/internal/obj/s390x/asmz.go:1631:2: don't use underscores in Go names; const op_CMPSC should be opCMPSC src/cmd/internal/obj/s390x/asmz.go:1632:2: don't use underscores in Go names; const op_CP should be opCP src/cmd/internal/obj/s390x/asmz.go:1633:2: don't use underscores in Go names; const op_CPSDR should be opCPSDR src/cmd/internal/obj/s390x/asmz.go:1634:2: don't use underscores in Go names; const op_CPYA should be opCPYA src/cmd/internal/obj/s390x/asmz.go:1635:2: don't use underscores in Go names; const op_CR should be opCR src/cmd/internal/obj/s390x/asmz.go:1636:2: don't use underscores in Go names; const op_CRB should be opCRB src/cmd/internal/obj/s390x/asmz.go:1637:2: don't use underscores in Go names; const op_CRDTE should be opCRDTE src/cmd/internal/obj/s390x/asmz.go:1638:2: don't use underscores in Go names; const op_CRJ should be opCRJ src/cmd/internal/obj/s390x/asmz.go:1639:2: don't use underscores in Go names; const op_CRL should be opCRL src/cmd/internal/obj/s390x/asmz.go:1640:2: don't use underscores in Go names; const op_CRT should be opCRT src/cmd/internal/obj/s390x/asmz.go:1641:2: don't use underscores in Go names; const op_CS should be opCS src/cmd/internal/obj/s390x/asmz.go:1642:2: don't use underscores in Go names; const op_CSCH should be opCSCH src/cmd/internal/obj/s390x/asmz.go:1643:2: don't use underscores in Go names; const op_CSDTR should be opCSDTR src/cmd/internal/obj/s390x/asmz.go:1644:2: don't use underscores in Go names; const op_CSG should be opCSG src/cmd/internal/obj/s390x/asmz.go:1645:2: don't use underscores in Go names; const op_CSP should be opCSP src/cmd/internal/obj/s390x/asmz.go:1646:2: don't use underscores in Go names; const op_CSPG should be opCSPG src/cmd/internal/obj/s390x/asmz.go:1647:2: don't use underscores in Go names; const op_CSST should be opCSST src/cmd/internal/obj/s390x/asmz.go:1648:2: don't use underscores in Go names; const op_CSXTR should be opCSXTR src/cmd/internal/obj/s390x/asmz.go:1649:2: don't use underscores in Go names; const op_CSY should be opCSY src/cmd/internal/obj/s390x/asmz.go:1650:2: don't use underscores in Go names; const op_CU12 should be opCU12 src/cmd/internal/obj/s390x/asmz.go:1651:2: don't use underscores in Go names; const op_CU14 should be opCU14 src/cmd/internal/obj/s390x/asmz.go:1652:2: don't use underscores in Go names; const op_CU21 should be opCU21 src/cmd/internal/obj/s390x/asmz.go:1653:2: don't use underscores in Go names; const op_CU24 should be opCU24 src/cmd/internal/obj/s390x/asmz.go:1654:2: don't use underscores in Go names; const op_CU41 should be opCU41 src/cmd/internal/obj/s390x/asmz.go:1655:2: don't use underscores in Go names; const op_CU42 should be opCU42 src/cmd/internal/obj/s390x/asmz.go:1656:2: don't use underscores in Go names; const op_CUDTR should be opCUDTR src/cmd/internal/obj/s390x/asmz.go:1657:2: don't use underscores in Go names; const op_CUSE should be opCUSE src/cmd/internal/obj/s390x/asmz.go:1658:2: don't use underscores in Go names; const op_CUTFU should be opCUTFU src/cmd/internal/obj/s390x/asmz.go:1659:2: don't use underscores in Go names; const op_CUUTF should be opCUUTF src/cmd/internal/obj/s390x/asmz.go:1660:2: don't use underscores in Go names; const op_CUXTR should be opCUXTR src/cmd/internal/obj/s390x/asmz.go:1661:2: don't use underscores in Go names; const op_CVB should be opCVB src/cmd/internal/obj/s390x/asmz.go:1662:2: don't use underscores in Go names; const op_CVBG should be opCVBG src/cmd/internal/obj/s390x/asmz.go:1663:2: don't use underscores in Go names; const op_CVBY should be opCVBY src/cmd/internal/obj/s390x/asmz.go:1664:2: don't use underscores in Go names; const op_CVD should be opCVD src/cmd/internal/obj/s390x/asmz.go:1665:2: don't use underscores in Go names; const op_CVDG should be opCVDG src/cmd/internal/obj/s390x/asmz.go:1666:2: don't use underscores in Go names; const op_CVDY should be opCVDY src/cmd/internal/obj/s390x/asmz.go:1667:2: don't use underscores in Go names; const op_CXBR should be opCXBR src/cmd/internal/obj/s390x/asmz.go:1668:2: don't use underscores in Go names; const op_CXFBR should be opCXFBR src/cmd/internal/obj/s390x/asmz.go:1669:2: don't use underscores in Go names; const op_CXFBRA should be opCXFBRA src/cmd/internal/obj/s390x/asmz.go:1670:2: don't use underscores in Go names; const op_CXFR should be opCXFR src/cmd/internal/obj/s390x/asmz.go:1671:2: don't use underscores in Go names; const op_CXFTR should be opCXFTR src/cmd/internal/obj/s390x/asmz.go:1672:2: don't use underscores in Go names; const op_CXGBR should be opCXGBR src/cmd/internal/obj/s390x/asmz.go:1673:2: don't use underscores in Go names; const op_CXGBRA should be opCXGBRA src/cmd/internal/obj/s390x/asmz.go:1674:2: don't use underscores in Go names; const op_CXGR should be opCXGR src/cmd/internal/obj/s390x/asmz.go:1675:2: don't use underscores in Go names; const op_CXGTR should be opCXGTR src/cmd/internal/obj/s390x/asmz.go:1676:2: don't use underscores in Go names; const op_CXGTRA should be opCXGTRA src/cmd/internal/obj/s390x/asmz.go:1677:2: don't use underscores in Go names; const op_CXLFBR should be opCXLFBR src/cmd/internal/obj/s390x/asmz.go:1678:2: don't use underscores in Go names; const op_CXLFTR should be opCXLFTR src/cmd/internal/obj/s390x/asmz.go:1679:2: don't use underscores in Go names; const op_CXLGBR should be opCXLGBR src/cmd/internal/obj/s390x/asmz.go:1680:2: don't use underscores in Go names; const op_CXLGTR should be opCXLGTR src/cmd/internal/obj/s390x/asmz.go:1681:2: don't use underscores in Go names; const op_CXR should be opCXR src/cmd/internal/obj/s390x/asmz.go:1682:2: don't use underscores in Go names; const op_CXSTR should be opCXSTR src/cmd/internal/obj/s390x/asmz.go:1683:2: don't use underscores in Go names; const op_CXTR should be opCXTR src/cmd/internal/obj/s390x/asmz.go:1684:2: don't use underscores in Go names; const op_CXUTR should be opCXUTR src/cmd/internal/obj/s390x/asmz.go:1685:2: don't use underscores in Go names; const op_CXZT should be opCXZT src/cmd/internal/obj/s390x/asmz.go:1686:2: don't use underscores in Go names; const op_CY should be opCY src/cmd/internal/obj/s390x/asmz.go:1687:2: don't use underscores in Go names; const op_CZDT should be opCZDT src/cmd/internal/obj/s390x/asmz.go:1688:2: don't use underscores in Go names; const op_CZXT should be opCZXT src/cmd/internal/obj/s390x/asmz.go:1689:2: don't use underscores in Go names; const op_D should be opD src/cmd/internal/obj/s390x/asmz.go:1690:2: don't use underscores in Go names; const op_DD should be opDD src/cmd/internal/obj/s390x/asmz.go:1691:2: don't use underscores in Go names; const op_DDB should be opDDB src/cmd/internal/obj/s390x/asmz.go:1692:2: don't use underscores in Go names; const op_DDBR should be opDDBR src/cmd/internal/obj/s390x/asmz.go:1693:2: don't use underscores in Go names; const op_DDR should be opDDR src/cmd/internal/obj/s390x/asmz.go:1694:2: don't use underscores in Go names; const op_DDTR should be opDDTR src/cmd/internal/obj/s390x/asmz.go:1695:2: don't use underscores in Go names; const op_DDTRA should be opDDTRA src/cmd/internal/obj/s390x/asmz.go:1696:2: don't use underscores in Go names; const op_DE should be opDE src/cmd/internal/obj/s390x/asmz.go:1697:2: don't use underscores in Go names; const op_DEB should be opDEB src/cmd/internal/obj/s390x/asmz.go:1698:2: don't use underscores in Go names; const op_DEBR should be opDEBR src/cmd/internal/obj/s390x/asmz.go:1699:2: don't use underscores in Go names; const op_DER should be opDER src/cmd/internal/obj/s390x/asmz.go:1700:2: don't use underscores in Go names; const op_DIDBR should be opDIDBR src/cmd/internal/obj/s390x/asmz.go:1701:2: don't use underscores in Go names; const op_DIEBR should be opDIEBR src/cmd/internal/obj/s390x/asmz.go:1702:2: don't use underscores in Go names; const op_DL should be opDL src/cmd/internal/obj/s390x/asmz.go:1703:2: don't use underscores in Go names; const op_DLG should be opDLG src/cmd/internal/obj/s390x/asmz.go:1704:2: don't use underscores in Go names; const op_DLGR should be opDLGR src/cmd/internal/obj/s390x/asmz.go:1705:2: don't use underscores in Go names; const op_DLR should be opDLR src/cmd/internal/obj/s390x/asmz.go:1706:2: don't use underscores in Go names; const op_DP should be opDP src/cmd/internal/obj/s390x/asmz.go:1707:2: don't use underscores in Go names; const op_DR should be opDR src/cmd/internal/obj/s390x/asmz.go:1708:2: don't use underscores in Go names; const op_DSG should be opDSG src/cmd/internal/obj/s390x/asmz.go:1709:2: don't use underscores in Go names; const op_DSGF should be opDSGF src/cmd/internal/obj/s390x/asmz.go:1710:2: don't use underscores in Go names; const op_DSGFR should be opDSGFR src/cmd/internal/obj/s390x/asmz.go:1711:2: don't use underscores in Go names; const op_DSGR should be opDSGR src/cmd/internal/obj/s390x/asmz.go:1712:2: don't use underscores in Go names; const op_DXBR should be opDXBR src/cmd/internal/obj/s390x/asmz.go:1713:2: don't use underscores in Go names; const op_DXR should be opDXR src/cmd/internal/obj/s390x/asmz.go:1714:2: don't use underscores in Go names; const op_DXTR should be opDXTR src/cmd/internal/obj/s390x/asmz.go:1715:2: don't use underscores in Go names; const op_DXTRA should be opDXTRA src/cmd/internal/obj/s390x/asmz.go:1716:2: don't use underscores in Go names; const op_EAR should be opEAR src/cmd/internal/obj/s390x/asmz.go:1717:2: don't use underscores in Go names; const op_ECAG should be opECAG src/cmd/internal/obj/s390x/asmz.go:1718:2: don't use underscores in Go names; const op_ECTG should be opECTG src/cmd/internal/obj/s390x/asmz.go:1719:2: don't use underscores in Go names; const op_ED should be opED src/cmd/internal/obj/s390x/asmz.go:1720:2: don't use underscores in Go names; const op_EDMK should be opEDMK src/cmd/internal/obj/s390x/asmz.go:1721:2: don't use underscores in Go names; const op_EEDTR should be opEEDTR src/cmd/internal/obj/s390x/asmz.go:1722:2: don't use underscores in Go names; const op_EEXTR should be opEEXTR src/cmd/internal/obj/s390x/asmz.go:1723:2: don't use underscores in Go names; const op_EFPC should be opEFPC src/cmd/internal/obj/s390x/asmz.go:1724:2: don't use underscores in Go names; const op_EPAIR should be opEPAIR src/cmd/internal/obj/s390x/asmz.go:1725:2: don't use underscores in Go names; const op_EPAR should be opEPAR src/cmd/internal/obj/s390x/asmz.go:1726:2: don't use underscores in Go names; const op_EPSW should be opEPSW src/cmd/internal/obj/s390x/asmz.go:1727:2: don't use underscores in Go names; const op_EREG should be opEREG src/cmd/internal/obj/s390x/asmz.go:1728:2: don't use underscores in Go names; const op_EREGG should be opEREGG src/cmd/internal/obj/s390x/asmz.go:1729:2: don't use underscores in Go names; const op_ESAIR should be opESAIR src/cmd/internal/obj/s390x/asmz.go:1730:2: don't use underscores in Go names; const op_ESAR should be opESAR src/cmd/internal/obj/s390x/asmz.go:1731:2: don't use underscores in Go names; const op_ESDTR should be opESDTR src/cmd/internal/obj/s390x/asmz.go:1732:2: don't use underscores in Go names; const op_ESEA should be opESEA src/cmd/internal/obj/s390x/asmz.go:1733:2: don't use underscores in Go names; const op_ESTA should be opESTA src/cmd/internal/obj/s390x/asmz.go:1734:2: don't use underscores in Go names; const op_ESXTR should be opESXTR src/cmd/internal/obj/s390x/asmz.go:1735:2: don't use underscores in Go names; const op_ETND should be opETND src/cmd/internal/obj/s390x/asmz.go:1736:2: don't use underscores in Go names; const op_EX should be opEX src/cmd/internal/obj/s390x/asmz.go:1737:2: don't use underscores in Go names; const op_EXRL should be opEXRL src/cmd/internal/obj/s390x/asmz.go:1738:2: don't use underscores in Go names; const op_FIDBR should be opFIDBR src/cmd/internal/obj/s390x/asmz.go:1739:2: don't use underscores in Go names; const op_FIDBRA should be opFIDBRA src/cmd/internal/obj/s390x/asmz.go:1740:2: don't use underscores in Go names; const op_FIDR should be opFIDR src/cmd/internal/obj/s390x/asmz.go:1741:2: don't use underscores in Go names; const op_FIDTR should be opFIDTR src/cmd/internal/obj/s390x/asmz.go:1742:2: don't use underscores in Go names; const op_FIEBR should be opFIEBR src/cmd/internal/obj/s390x/asmz.go:1743:2: don't use underscores in Go names; const op_FIEBRA should be opFIEBRA src/cmd/internal/obj/s390x/asmz.go:1744:2: don't use underscores in Go names; const op_FIER should be opFIER src/cmd/internal/obj/s390x/asmz.go:1745:2: don't use underscores in Go names; const op_FIXBR should be opFIXBR src/cmd/internal/obj/s390x/asmz.go:1746:2: don't use underscores in Go names; const op_FIXBRA should be opFIXBRA src/cmd/internal/obj/s390x/asmz.go:1747:2: don't use underscores in Go names; const op_FIXR should be opFIXR src/cmd/internal/obj/s390x/asmz.go:1748:2: don't use underscores in Go names; const op_FIXTR should be opFIXTR src/cmd/internal/obj/s390x/asmz.go:1749:2: don't use underscores in Go names; const op_FLOGR should be opFLOGR src/cmd/internal/obj/s390x/asmz.go:1750:2: don't use underscores in Go names; const op_HDR should be opHDR src/cmd/internal/obj/s390x/asmz.go:1751:2: don't use underscores in Go names; const op_HER should be opHER src/cmd/internal/obj/s390x/asmz.go:1752:2: don't use underscores in Go names; const op_HSCH should be opHSCH src/cmd/internal/obj/s390x/asmz.go:1753:2: don't use underscores in Go names; const op_IAC should be opIAC src/cmd/internal/obj/s390x/asmz.go:1754:2: don't use underscores in Go names; const op_IC should be opIC src/cmd/internal/obj/s390x/asmz.go:1755:2: don't use underscores in Go names; const op_ICM should be opICM src/cmd/internal/obj/s390x/asmz.go:1756:2: don't use underscores in Go names; const op_ICMH should be opICMH src/cmd/internal/obj/s390x/asmz.go:1757:2: don't use underscores in Go names; const op_ICMY should be opICMY src/cmd/internal/obj/s390x/asmz.go:1758:2: don't use underscores in Go names; const op_ICY should be opICY src/cmd/internal/obj/s390x/asmz.go:1759:2: don't use underscores in Go names; const op_IDTE should be opIDTE src/cmd/internal/obj/s390x/asmz.go:1760:2: don't use underscores in Go names; const op_IEDTR should be opIEDTR src/cmd/internal/obj/s390x/asmz.go:1761:2: don't use underscores in Go names; const op_IEXTR should be opIEXTR src/cmd/internal/obj/s390x/asmz.go:1762:2: don't use underscores in Go names; const op_IIHF should be opIIHF src/cmd/internal/obj/s390x/asmz.go:1763:2: don't use underscores in Go names; const op_IIHH should be opIIHH src/cmd/internal/obj/s390x/asmz.go:1764:2: don't use underscores in Go names; const op_IIHL should be opIIHL src/cmd/internal/obj/s390x/asmz.go:1765:2: don't use underscores in Go names; const op_IILF should be opIILF src/cmd/internal/obj/s390x/asmz.go:1766:2: don't use underscores in Go names; const op_IILH should be opIILH src/cmd/internal/obj/s390x/asmz.go:1767:2: don't use underscores in Go names; const op_IILL should be opIILL src/cmd/internal/obj/s390x/asmz.go:1768:2: don't use underscores in Go names; const op_IPK should be opIPK src/cmd/internal/obj/s390x/asmz.go:1769:2: don't use underscores in Go names; const op_IPM should be opIPM src/cmd/internal/obj/s390x/asmz.go:1770:2: don't use underscores in Go names; const op_IPTE should be opIPTE src/cmd/internal/obj/s390x/asmz.go:1771:2: don't use underscores in Go names; const op_ISKE should be opISKE src/cmd/internal/obj/s390x/asmz.go:1772:2: don't use underscores in Go names; const op_IVSK should be opIVSK src/cmd/internal/obj/s390x/asmz.go:1773:2: don't use underscores in Go names; const op_KDB should be opKDB src/cmd/internal/obj/s390x/asmz.go:1774:2: don't use underscores in Go names; const op_KDBR should be opKDBR src/cmd/internal/obj/s390x/asmz.go:1775:2: don't use underscores in Go names; const op_KDTR should be opKDTR src/cmd/internal/obj/s390x/asmz.go:1776:2: don't use underscores in Go names; const op_KEB should be opKEB src/cmd/internal/obj/s390x/asmz.go:1777:2: don't use underscores in Go names; const op_KEBR should be opKEBR src/cmd/internal/obj/s390x/asmz.go:1778:2: don't use underscores in Go names; const op_KIMD should be opKIMD src/cmd/internal/obj/s390x/asmz.go:1779:2: don't use underscores in Go names; const op_KLMD should be opKLMD src/cmd/internal/obj/s390x/asmz.go:1780:2: don't use underscores in Go names; const op_KM should be opKM src/cmd/internal/obj/s390x/asmz.go:1781:2: don't use underscores in Go names; const op_KMAC should be opKMAC src/cmd/internal/obj/s390x/asmz.go:1782:2: don't use underscores in Go names; const op_KMC should be opKMC src/cmd/internal/obj/s390x/asmz.go:1783:2: don't use underscores in Go names; const op_KMCTR should be opKMCTR src/cmd/internal/obj/s390x/asmz.go:1784:2: don't use underscores in Go names; const op_KMF should be opKMF src/cmd/internal/obj/s390x/asmz.go:1785:2: don't use underscores in Go names; const op_KMO should be opKMO src/cmd/internal/obj/s390x/asmz.go:1786:2: don't use underscores in Go names; const op_KXBR should be opKXBR src/cmd/internal/obj/s390x/asmz.go:1787:2: don't use underscores in Go names; const op_KXTR should be opKXTR src/cmd/internal/obj/s390x/asmz.go:1788:2: don't use underscores in Go names; const op_L should be opL src/cmd/internal/obj/s390x/asmz.go:1789:2: don't use underscores in Go names; const op_LA should be opLA src/cmd/internal/obj/s390x/asmz.go:1790:2: don't use underscores in Go names; const op_LAA should be opLAA src/cmd/internal/obj/s390x/asmz.go:1791:2: don't use underscores in Go names; const op_LAAG should be opLAAG src/cmd/internal/obj/s390x/asmz.go:1792:2: don't use underscores in Go names; const op_LAAL should be opLAAL src/cmd/internal/obj/s390x/asmz.go:1793:2: don't use underscores in Go names; const op_LAALG should be opLAALG src/cmd/internal/obj/s390x/asmz.go:1794:2: don't use underscores in Go names; const op_LAE should be opLAE src/cmd/internal/obj/s390x/asmz.go:1795:2: don't use underscores in Go names; const op_LAEY should be opLAEY src/cmd/internal/obj/s390x/asmz.go:1796:2: don't use underscores in Go names; const op_LAM should be opLAM src/cmd/internal/obj/s390x/asmz.go:1797:2: don't use underscores in Go names; const op_LAMY should be opLAMY src/cmd/internal/obj/s390x/asmz.go:1798:2: don't use underscores in Go names; const op_LAN should be opLAN src/cmd/internal/obj/s390x/asmz.go:1799:2: don't use underscores in Go names; const op_LANG should be opLANG src/cmd/internal/obj/s390x/asmz.go:1800:2: don't use underscores in Go names; const op_LAO should be opLAO src/cmd/internal/obj/s390x/asmz.go:1801:2: don't use underscores in Go names; const op_LAOG should be opLAOG src/cmd/internal/obj/s390x/asmz.go:1802:2: don't use underscores in Go names; const op_LARL should be opLARL src/cmd/internal/obj/s390x/asmz.go:1803:2: don't use underscores in Go names; const op_LASP should be opLASP src/cmd/internal/obj/s390x/asmz.go:1804:2: don't use underscores in Go names; const op_LAT should be opLAT src/cmd/internal/obj/s390x/asmz.go:1805:2: don't use underscores in Go names; const op_LAX should be opLAX src/cmd/internal/obj/s390x/asmz.go:1806:2: don't use underscores in Go names; const op_LAXG should be opLAXG src/cmd/internal/obj/s390x/asmz.go:1807:2: don't use underscores in Go names; const op_LAY should be opLAY src/cmd/internal/obj/s390x/asmz.go:1808:2: don't use underscores in Go names; const op_LB should be opLB src/cmd/internal/obj/s390x/asmz.go:1809:2: don't use underscores in Go names; const op_LBH should be opLBH src/cmd/internal/obj/s390x/asmz.go:1810:2: don't use underscores in Go names; const op_LBR should be opLBR src/cmd/internal/obj/s390x/asmz.go:1811:2: don't use underscores in Go names; const op_LCDBR should be opLCDBR src/cmd/internal/obj/s390x/asmz.go:1812:2: don't use underscores in Go names; const op_LCDFR should be opLCDFR src/cmd/internal/obj/s390x/asmz.go:1813:2: don't use underscores in Go names; const op_LCDR should be opLCDR src/cmd/internal/obj/s390x/asmz.go:1814:2: don't use underscores in Go names; const op_LCEBR should be opLCEBR src/cmd/internal/obj/s390x/asmz.go:1815:2: don't use underscores in Go names; const op_LCER should be opLCER src/cmd/internal/obj/s390x/asmz.go:1816:2: don't use underscores in Go names; const op_LCGFR should be opLCGFR src/cmd/internal/obj/s390x/asmz.go:1817:2: don't use underscores in Go names; const op_LCGR should be opLCGR src/cmd/internal/obj/s390x/asmz.go:1818:2: don't use underscores in Go names; const op_LCR should be opLCR src/cmd/internal/obj/s390x/asmz.go:1819:2: don't use underscores in Go names; const op_LCTL should be opLCTL src/cmd/internal/obj/s390x/asmz.go:1820:2: don't use underscores in Go names; const op_LCTLG should be opLCTLG src/cmd/internal/obj/s390x/asmz.go:1821:2: don't use underscores in Go names; const op_LCXBR should be opLCXBR src/cmd/internal/obj/s390x/asmz.go:1822:2: don't use underscores in Go names; const op_LCXR should be opLCXR src/cmd/internal/obj/s390x/asmz.go:1823:2: don't use underscores in Go names; const op_LD should be opLD src/cmd/internal/obj/s390x/asmz.go:1824:2: don't use underscores in Go names; const op_LDE should be opLDE src/cmd/internal/obj/s390x/asmz.go:1825:2: don't use underscores in Go names; const op_LDEB should be opLDEB src/cmd/internal/obj/s390x/asmz.go:1826:2: don't use underscores in Go names; const op_LDEBR should be opLDEBR src/cmd/internal/obj/s390x/asmz.go:1827:2: don't use underscores in Go names; const op_LDER should be opLDER src/cmd/internal/obj/s390x/asmz.go:1828:2: don't use underscores in Go names; const op_LDETR should be opLDETR src/cmd/internal/obj/s390x/asmz.go:1829:2: don't use underscores in Go names; const op_LDGR should be opLDGR src/cmd/internal/obj/s390x/asmz.go:1830:2: don't use underscores in Go names; const op_LDR should be opLDR src/cmd/internal/obj/s390x/asmz.go:1831:2: don't use underscores in Go names; const op_LDXBR should be opLDXBR src/cmd/internal/obj/s390x/asmz.go:1832:2: don't use underscores in Go names; const op_LDXBRA should be opLDXBRA src/cmd/internal/obj/s390x/asmz.go:1833:2: don't use underscores in Go names; const op_LDXR should be opLDXR src/cmd/internal/obj/s390x/asmz.go:1834:2: don't use underscores in Go names; const op_LDXTR should be opLDXTR src/cmd/internal/obj/s390x/asmz.go:1835:2: don't use underscores in Go names; const op_LDY should be opLDY src/cmd/internal/obj/s390x/asmz.go:1836:2: don't use underscores in Go names; const op_LE should be opLE src/cmd/internal/obj/s390x/asmz.go:1837:2: don't use underscores in Go names; const op_LEDBR should be opLEDBR src/cmd/internal/obj/s390x/asmz.go:1838:2: don't use underscores in Go names; const op_LEDBRA should be opLEDBRA src/cmd/internal/obj/s390x/asmz.go:1839:2: don't use underscores in Go names; const op_LEDR should be opLEDR src/cmd/internal/obj/s390x/asmz.go:1840:2: don't use underscores in Go names; const op_LEDTR should be opLEDTR src/cmd/internal/obj/s390x/asmz.go:1841:2: don't use underscores in Go names; const op_LER should be opLER src/cmd/internal/obj/s390x/asmz.go:1842:2: don't use underscores in Go names; const op_LEXBR should be opLEXBR src/cmd/internal/obj/s390x/asmz.go:1843:2: don't use underscores in Go names; const op_LEXBRA should be opLEXBRA src/cmd/internal/obj/s390x/asmz.go:1844:2: don't use underscores in Go names; const op_LEXR should be opLEXR src/cmd/internal/obj/s390x/asmz.go:1845:2: don't use underscores in Go names; const op_LEY should be opLEY src/cmd/internal/obj/s390x/asmz.go:1846:2: don't use underscores in Go names; const op_LFAS should be opLFAS src/cmd/internal/obj/s390x/asmz.go:1847:2: don't use underscores in Go names; const op_LFH should be opLFH src/cmd/internal/obj/s390x/asmz.go:1848:2: don't use underscores in Go names; const op_LFHAT should be opLFHAT src/cmd/internal/obj/s390x/asmz.go:1849:2: don't use underscores in Go names; const op_LFPC should be opLFPC src/cmd/internal/obj/s390x/asmz.go:1850:2: don't use underscores in Go names; const op_LG should be opLG src/cmd/internal/obj/s390x/asmz.go:1851:2: don't use underscores in Go names; const op_LGAT should be opLGAT src/cmd/internal/obj/s390x/asmz.go:1852:2: don't use underscores in Go names; const op_LGB should be opLGB src/cmd/internal/obj/s390x/asmz.go:1853:2: don't use underscores in Go names; const op_LGBR should be opLGBR src/cmd/internal/obj/s390x/asmz.go:1854:2: don't use underscores in Go names; const op_LGDR should be opLGDR src/cmd/internal/obj/s390x/asmz.go:1855:2: don't use underscores in Go names; const op_LGF should be opLGF src/cmd/internal/obj/s390x/asmz.go:1856:2: don't use underscores in Go names; const op_LGFI should be opLGFI src/cmd/internal/obj/s390x/asmz.go:1857:2: don't use underscores in Go names; const op_LGFR should be opLGFR src/cmd/internal/obj/s390x/asmz.go:1858:2: don't use underscores in Go names; const op_LGFRL should be opLGFRL src/cmd/internal/obj/s390x/asmz.go:1859:2: don't use underscores in Go names; const op_LGH should be opLGH src/cmd/internal/obj/s390x/asmz.go:1860:2: don't use underscores in Go names; const op_LGHI should be opLGHI src/cmd/internal/obj/s390x/asmz.go:1861:2: don't use underscores in Go names; const op_LGHR should be opLGHR src/cmd/internal/obj/s390x/asmz.go:1862:2: don't use underscores in Go names; const op_LGHRL should be opLGHRL src/cmd/internal/obj/s390x/asmz.go:1863:2: don't use underscores in Go names; const op_LGR should be opLGR src/cmd/internal/obj/s390x/asmz.go:1864:2: don't use underscores in Go names; const op_LGRL should be opLGRL src/cmd/internal/obj/s390x/asmz.go:1865:2: don't use underscores in Go names; const op_LH should be opLH src/cmd/internal/obj/s390x/asmz.go:1866:2: don't use underscores in Go names; const op_LHH should be opLHH src/cmd/internal/obj/s390x/asmz.go:1867:2: don't use underscores in Go names; const op_LHI should be opLHI src/cmd/internal/obj/s390x/asmz.go:1868:2: don't use underscores in Go names; const op_LHR should be opLHR src/cmd/internal/obj/s390x/asmz.go:1869:2: don't use underscores in Go names; const op_LHRL should be opLHRL src/cmd/internal/obj/s390x/asmz.go:1870:2: don't use underscores in Go names; const op_LHY should be opLHY src/cmd/internal/obj/s390x/asmz.go:1871:2: don't use underscores in Go names; const op_LLC should be opLLC src/cmd/internal/obj/s390x/asmz.go:1872:2: don't use underscores in Go names; const op_LLCH should be opLLCH src/cmd/internal/obj/s390x/asmz.go:1873:2: don't use underscores in Go names; const op_LLCR should be opLLCR src/cmd/internal/obj/s390x/asmz.go:1874:2: don't use underscores in Go names; const op_LLGC should be opLLGC src/cmd/internal/obj/s390x/asmz.go:1875:2: don't use underscores in Go names; const op_LLGCR should be opLLGCR src/cmd/internal/obj/s390x/asmz.go:1876:2: don't use underscores in Go names; const op_LLGF should be opLLGF src/cmd/internal/obj/s390x/asmz.go:1877:2: don't use underscores in Go names; const op_LLGFAT should be opLLGFAT src/cmd/internal/obj/s390x/asmz.go:1878:2: don't use underscores in Go names; const op_LLGFR should be opLLGFR src/cmd/internal/obj/s390x/asmz.go:1879:2: don't use underscores in Go names; const op_LLGFRL should be opLLGFRL src/cmd/internal/obj/s390x/asmz.go:1880:2: don't use underscores in Go names; const op_LLGH should be opLLGH src/cmd/internal/obj/s390x/asmz.go:1881:2: don't use underscores in Go names; const op_LLGHR should be opLLGHR src/cmd/internal/obj/s390x/asmz.go:1882:2: don't use underscores in Go names; const op_LLGHRL should be opLLGHRL src/cmd/internal/obj/s390x/asmz.go:1883:2: don't use underscores in Go names; const op_LLGT should be opLLGT src/cmd/internal/obj/s390x/asmz.go:1884:2: don't use underscores in Go names; const op_LLGTAT should be opLLGTAT src/cmd/internal/obj/s390x/asmz.go:1885:2: don't use underscores in Go names; const op_LLGTR should be opLLGTR src/cmd/internal/obj/s390x/asmz.go:1886:2: don't use underscores in Go names; const op_LLH should be opLLH src/cmd/internal/obj/s390x/asmz.go:1887:2: don't use underscores in Go names; const op_LLHH should be opLLHH src/cmd/internal/obj/s390x/asmz.go:1888:2: don't use underscores in Go names; const op_LLHR should be opLLHR src/cmd/internal/obj/s390x/asmz.go:1889:2: don't use underscores in Go names; const op_LLHRL should be opLLHRL src/cmd/internal/obj/s390x/asmz.go:1890:2: don't use underscores in Go names; const op_LLIHF should be opLLIHF src/cmd/internal/obj/s390x/asmz.go:1891:2: don't use underscores in Go names; const op_LLIHH should be opLLIHH src/cmd/internal/obj/s390x/asmz.go:1892:2: don't use underscores in Go names; const op_LLIHL should be opLLIHL src/cmd/internal/obj/s390x/asmz.go:1893:2: don't use underscores in Go names; const op_LLILF should be opLLILF src/cmd/internal/obj/s390x/asmz.go:1894:2: don't use underscores in Go names; const op_LLILH should be opLLILH src/cmd/internal/obj/s390x/asmz.go:1895:2: don't use underscores in Go names; const op_LLILL should be opLLILL src/cmd/internal/obj/s390x/asmz.go:1896:2: don't use underscores in Go names; const op_LM should be opLM src/cmd/internal/obj/s390x/asmz.go:1897:2: don't use underscores in Go names; const op_LMD should be opLMD src/cmd/internal/obj/s390x/asmz.go:1898:2: don't use underscores in Go names; const op_LMG should be opLMG src/cmd/internal/obj/s390x/asmz.go:1899:2: don't use underscores in Go names; const op_LMH should be opLMH src/cmd/internal/obj/s390x/asmz.go:1900:2: don't use underscores in Go names; const op_LMY should be opLMY src/cmd/internal/obj/s390x/asmz.go:1901:2: don't use underscores in Go names; const op_LNDBR should be opLNDBR src/cmd/internal/obj/s390x/asmz.go:1902:2: don't use underscores in Go names; const op_LNDFR should be opLNDFR src/cmd/internal/obj/s390x/asmz.go:1903:2: don't use underscores in Go names; const op_LNDR should be opLNDR src/cmd/internal/obj/s390x/asmz.go:1904:2: don't use underscores in Go names; const op_LNEBR should be opLNEBR src/cmd/internal/obj/s390x/asmz.go:1905:2: don't use underscores in Go names; const op_LNER should be opLNER src/cmd/internal/obj/s390x/asmz.go:1906:2: don't use underscores in Go names; const op_LNGFR should be opLNGFR src/cmd/internal/obj/s390x/asmz.go:1907:2: don't use underscores in Go names; const op_LNGR should be opLNGR src/cmd/internal/obj/s390x/asmz.go:1908:2: don't use underscores in Go names; const op_LNR should be opLNR src/cmd/internal/obj/s390x/asmz.go:1909:2: don't use underscores in Go names; const op_LNXBR should be opLNXBR src/cmd/internal/obj/s390x/asmz.go:1910:2: don't use underscores in Go names; const op_LNXR should be opLNXR src/cmd/internal/obj/s390x/asmz.go:1911:2: don't use underscores in Go names; const op_LOC should be opLOC src/cmd/internal/obj/s390x/asmz.go:1912:2: don't use underscores in Go names; const op_LOCG should be opLOCG src/cmd/internal/obj/s390x/asmz.go:1913:2: don't use underscores in Go names; const op_LOCGR should be opLOCGR src/cmd/internal/obj/s390x/asmz.go:1914:2: don't use underscores in Go names; const op_LOCR should be opLOCR src/cmd/internal/obj/s390x/asmz.go:1915:2: don't use underscores in Go names; const op_LPD should be opLPD src/cmd/internal/obj/s390x/asmz.go:1916:2: don't use underscores in Go names; const op_LPDBR should be opLPDBR src/cmd/internal/obj/s390x/asmz.go:1917:2: don't use underscores in Go names; const op_LPDFR should be opLPDFR src/cmd/internal/obj/s390x/asmz.go:1918:2: don't use underscores in Go names; const op_LPDG should be opLPDG src/cmd/internal/obj/s390x/asmz.go:1919:2: don't use underscores in Go names; const op_LPDR should be opLPDR src/cmd/internal/obj/s390x/asmz.go:1920:2: don't use underscores in Go names; const op_LPEBR should be opLPEBR src/cmd/internal/obj/s390x/asmz.go:1921:2: don't use underscores in Go names; const op_LPER should be opLPER src/cmd/internal/obj/s390x/asmz.go:1922:2: don't use underscores in Go names; const op_LPGFR should be opLPGFR src/cmd/internal/obj/s390x/asmz.go:1923:2: don't use underscores in Go names; const op_LPGR should be opLPGR src/cmd/internal/obj/s390x/asmz.go:1924:2: don't use underscores in Go names; const op_LPQ should be opLPQ src/cmd/internal/obj/s390x/asmz.go:1925:2: don't use underscores in Go names; const op_LPR should be opLPR src/cmd/internal/obj/s390x/asmz.go:1926:2: don't use underscores in Go names; const op_LPSW should be opLPSW src/cmd/internal/obj/s390x/asmz.go:1927:2: don't use underscores in Go names; const op_LPSWE should be opLPSWE src/cmd/internal/obj/s390x/asmz.go:1928:2: don't use underscores in Go names; const op_LPTEA should be opLPTEA src/cmd/internal/obj/s390x/asmz.go:1929:2: don't use underscores in Go names; const op_LPXBR should be opLPXBR src/cmd/internal/obj/s390x/asmz.go:1930:2: don't use underscores in Go names; const op_LPXR should be opLPXR src/cmd/internal/obj/s390x/asmz.go:1931:2: don't use underscores in Go names; const op_LR should be opLR src/cmd/internal/obj/s390x/asmz.go:1932:2: don't use underscores in Go names; const op_LRA should be opLRA src/cmd/internal/obj/s390x/asmz.go:1933:2: don't use underscores in Go names; const op_LRAG should be opLRAG src/cmd/internal/obj/s390x/asmz.go:1934:2: don't use underscores in Go names; const op_LRAY should be opLRAY src/cmd/internal/obj/s390x/asmz.go:1935:2: don't use underscores in Go names; const op_LRDR should be opLRDR src/cmd/internal/obj/s390x/asmz.go:1936:2: don't use underscores in Go names; const op_LRER should be opLRER src/cmd/internal/obj/s390x/asmz.go:1937:2: don't use underscores in Go names; const op_LRL should be opLRL src/cmd/internal/obj/s390x/asmz.go:1938:2: don't use underscores in Go names; const op_LRV should be opLRV src/cmd/internal/obj/s390x/asmz.go:1939:2: don't use underscores in Go names; const op_LRVG should be opLRVG src/cmd/internal/obj/s390x/asmz.go:1940:2: don't use underscores in Go names; const op_LRVGR should be opLRVGR src/cmd/internal/obj/s390x/asmz.go:1941:2: don't use underscores in Go names; const op_LRVH should be opLRVH src/cmd/internal/obj/s390x/asmz.go:1942:2: don't use underscores in Go names; const op_LRVR should be opLRVR src/cmd/internal/obj/s390x/asmz.go:1943:2: don't use underscores in Go names; const op_LT should be opLT src/cmd/internal/obj/s390x/asmz.go:1944:2: don't use underscores in Go names; const op_LTDBR should be opLTDBR src/cmd/internal/obj/s390x/asmz.go:1945:2: don't use underscores in Go names; const op_LTDR should be opLTDR src/cmd/internal/obj/s390x/asmz.go:1946:2: don't use underscores in Go names; const op_LTDTR should be opLTDTR src/cmd/internal/obj/s390x/asmz.go:1947:2: don't use underscores in Go names; const op_LTEBR should be opLTEBR src/cmd/internal/obj/s390x/asmz.go:1948:2: don't use underscores in Go names; const op_LTER should be opLTER src/cmd/internal/obj/s390x/asmz.go:1949:2: don't use underscores in Go names; const op_LTG should be opLTG src/cmd/internal/obj/s390x/asmz.go:1950:2: don't use underscores in Go names; const op_LTGF should be opLTGF src/cmd/internal/obj/s390x/asmz.go:1951:2: don't use underscores in Go names; const op_LTGFR should be opLTGFR src/cmd/internal/obj/s390x/asmz.go:1952:2: don't use underscores in Go names; const op_LTGR should be opLTGR src/cmd/internal/obj/s390x/asmz.go:1953:2: don't use underscores in Go names; const op_LTR should be opLTR src/cmd/internal/obj/s390x/asmz.go:1954:2: don't use underscores in Go names; const op_LTXBR should be opLTXBR src/cmd/internal/obj/s390x/asmz.go:1955:2: don't use underscores in Go names; const op_LTXR should be opLTXR src/cmd/internal/obj/s390x/asmz.go:1956:2: don't use underscores in Go names; const op_LTXTR should be opLTXTR src/cmd/internal/obj/s390x/asmz.go:1957:2: don't use underscores in Go names; const op_LURA should be opLURA src/cmd/internal/obj/s390x/asmz.go:1958:2: don't use underscores in Go names; const op_LURAG should be opLURAG src/cmd/internal/obj/s390x/asmz.go:1959:2: don't use underscores in Go names; const op_LXD should be opLXD src/cmd/internal/obj/s390x/asmz.go:1960:2: don't use underscores in Go names; const op_LXDB should be opLXDB src/cmd/internal/obj/s390x/asmz.go:1961:2: don't use underscores in Go names; const op_LXDBR should be opLXDBR src/cmd/internal/obj/s390x/asmz.go:1962:2: don't use underscores in Go names; const op_LXDR should be opLXDR src/cmd/internal/obj/s390x/asmz.go:1963:2: don't use underscores in Go names; const op_LXDTR should be opLXDTR src/cmd/internal/obj/s390x/asmz.go:1964:2: don't use underscores in Go names; const op_LXE should be opLXE src/cmd/internal/obj/s390x/asmz.go:1965:2: don't use underscores in Go names; const op_LXEB should be opLXEB src/cmd/internal/obj/s390x/asmz.go:1966:2: don't use underscores in Go names; const op_LXEBR should be opLXEBR src/cmd/internal/obj/s390x/asmz.go:1967:2: don't use underscores in Go names; const op_LXER should be opLXER src/cmd/internal/obj/s390x/asmz.go:1968:2: don't use underscores in Go names; const op_LXR should be opLXR src/cmd/internal/obj/s390x/asmz.go:1969:2: don't use underscores in Go names; const op_LY should be opLY src/cmd/internal/obj/s390x/asmz.go:1970:2: don't use underscores in Go names; const op_LZDR should be opLZDR src/cmd/internal/obj/s390x/asmz.go:1971:2: don't use underscores in Go names; const op_LZER should be opLZER src/cmd/internal/obj/s390x/asmz.go:1972:2: don't use underscores in Go names; const op_LZXR should be opLZXR src/cmd/internal/obj/s390x/asmz.go:1973:2: don't use underscores in Go names; const op_M should be opM src/cmd/internal/obj/s390x/asmz.go:1974:2: don't use underscores in Go names; const op_MAD should be opMAD src/cmd/internal/obj/s390x/asmz.go:1975:2: don't use underscores in Go names; const op_MADB should be opMADB src/cmd/internal/obj/s390x/asmz.go:1976:2: don't use underscores in Go names; const op_MADBR should be opMADBR src/cmd/internal/obj/s390x/asmz.go:1977:2: don't use underscores in Go names; const op_MADR should be opMADR src/cmd/internal/obj/s390x/asmz.go:1978:2: don't use underscores in Go names; const op_MAE should be opMAE src/cmd/internal/obj/s390x/asmz.go:1979:2: don't use underscores in Go names; const op_MAEB should be opMAEB src/cmd/internal/obj/s390x/asmz.go:1980:2: don't use underscores in Go names; const op_MAEBR should be opMAEBR src/cmd/internal/obj/s390x/asmz.go:1981:2: don't use underscores in Go names; const op_MAER should be opMAER src/cmd/internal/obj/s390x/asmz.go:1982:2: don't use underscores in Go names; const op_MAY should be opMAY src/cmd/internal/obj/s390x/asmz.go:1983:2: don't use underscores in Go names; const op_MAYH should be opMAYH src/cmd/internal/obj/s390x/asmz.go:1984:2: don't use underscores in Go names; const op_MAYHR should be opMAYHR src/cmd/internal/obj/s390x/asmz.go:1985:2: don't use underscores in Go names; const op_MAYL should be opMAYL src/cmd/internal/obj/s390x/asmz.go:1986:2: don't use underscores in Go names; const op_MAYLR should be opMAYLR src/cmd/internal/obj/s390x/asmz.go:1987:2: don't use underscores in Go names; const op_MAYR should be opMAYR src/cmd/internal/obj/s390x/asmz.go:1988:2: don't use underscores in Go names; const op_MC should be opMC src/cmd/internal/obj/s390x/asmz.go:1989:2: don't use underscores in Go names; const op_MD should be opMD src/cmd/internal/obj/s390x/asmz.go:1990:2: don't use underscores in Go names; const op_MDB should be opMDB src/cmd/internal/obj/s390x/asmz.go:1991:2: don't use underscores in Go names; const op_MDBR should be opMDBR src/cmd/internal/obj/s390x/asmz.go:1992:2: don't use underscores in Go names; const op_MDE should be opMDE src/cmd/internal/obj/s390x/asmz.go:1993:2: don't use underscores in Go names; const op_MDEB should be opMDEB src/cmd/internal/obj/s390x/asmz.go:1994:2: don't use underscores in Go names; const op_MDEBR should be opMDEBR src/cmd/internal/obj/s390x/asmz.go:1995:2: don't use underscores in Go names; const op_MDER should be opMDER src/cmd/internal/obj/s390x/asmz.go:1996:2: don't use underscores in Go names; const op_MDR should be opMDR src/cmd/internal/obj/s390x/asmz.go:1997:2: don't use underscores in Go names; const op_MDTR should be opMDTR src/cmd/internal/obj/s390x/asmz.go:1998:2: don't use underscores in Go names; const op_MDTRA should be opMDTRA src/cmd/internal/obj/s390x/asmz.go:1999:2: don't use underscores in Go names; const op_ME should be opME src/cmd/internal/obj/s390x/asmz.go:2000:2: don't use underscores in Go names; const op_MEE should be opMEE src/cmd/internal/obj/s390x/asmz.go:2001:2: don't use underscores in Go names; const op_MEEB should be opMEEB src/cmd/internal/obj/s390x/asmz.go:2002:2: don't use underscores in Go names; const op_MEEBR should be opMEEBR src/cmd/internal/obj/s390x/asmz.go:2003:2: don't use underscores in Go names; const op_MEER should be opMEER src/cmd/internal/obj/s390x/asmz.go:2004:2: don't use underscores in Go names; const op_MER should be opMER src/cmd/internal/obj/s390x/asmz.go:2005:2: don't use underscores in Go names; const op_MFY should be opMFY src/cmd/internal/obj/s390x/asmz.go:2006:2: don't use underscores in Go names; const op_MGHI should be opMGHI src/cmd/internal/obj/s390x/asmz.go:2007:2: don't use underscores in Go names; const op_MH should be opMH src/cmd/internal/obj/s390x/asmz.go:2008:2: don't use underscores in Go names; const op_MHI should be opMHI src/cmd/internal/obj/s390x/asmz.go:2009:2: don't use underscores in Go names; const op_MHY should be opMHY src/cmd/internal/obj/s390x/asmz.go:2010:2: don't use underscores in Go names; const op_ML should be opML src/cmd/internal/obj/s390x/asmz.go:2011:2: don't use underscores in Go names; const op_MLG should be opMLG src/cmd/internal/obj/s390x/asmz.go:2012:2: don't use underscores in Go names; const op_MLGR should be opMLGR src/cmd/internal/obj/s390x/asmz.go:2013:2: don't use underscores in Go names; const op_MLR should be opMLR src/cmd/internal/obj/s390x/asmz.go:2014:2: don't use underscores in Go names; const op_MP should be opMP src/cmd/internal/obj/s390x/asmz.go:2015:2: don't use underscores in Go names; const op_MR should be opMR src/cmd/internal/obj/s390x/asmz.go:2016:2: don't use underscores in Go names; const op_MS should be opMS src/cmd/internal/obj/s390x/asmz.go:2017:2: don't use underscores in Go names; const op_MSCH should be opMSCH src/cmd/internal/obj/s390x/asmz.go:2018:2: don't use underscores in Go names; const op_MSD should be opMSD src/cmd/internal/obj/s390x/asmz.go:2019:2: don't use underscores in Go names; const op_MSDB should be opMSDB src/cmd/internal/obj/s390x/asmz.go:2020:2: don't use underscores in Go names; const op_MSDBR should be opMSDBR src/cmd/internal/obj/s390x/asmz.go:2021:2: don't use underscores in Go names; const op_MSDR should be opMSDR src/cmd/internal/obj/s390x/asmz.go:2022:2: don't use underscores in Go names; const op_MSE should be opMSE src/cmd/internal/obj/s390x/asmz.go:2023:2: don't use underscores in Go names; const op_MSEB should be opMSEB src/cmd/internal/obj/s390x/asmz.go:2024:2: don't use underscores in Go names; const op_MSEBR should be opMSEBR src/cmd/internal/obj/s390x/asmz.go:2025:2: don't use underscores in Go names; const op_MSER should be opMSER src/cmd/internal/obj/s390x/asmz.go:2026:2: don't use underscores in Go names; const op_MSFI should be opMSFI src/cmd/internal/obj/s390x/asmz.go:2027:2: don't use underscores in Go names; const op_MSG should be opMSG src/cmd/internal/obj/s390x/asmz.go:2028:2: don't use underscores in Go names; const op_MSGF should be opMSGF src/cmd/internal/obj/s390x/asmz.go:2029:2: don't use underscores in Go names; const op_MSGFI should be opMSGFI src/cmd/internal/obj/s390x/asmz.go:2030:2: don't use underscores in Go names; const op_MSGFR should be opMSGFR src/cmd/internal/obj/s390x/asmz.go:2031:2: don't use underscores in Go names; const op_MSGR should be opMSGR src/cmd/internal/obj/s390x/asmz.go:2032:2: don't use underscores in Go names; const op_MSR should be opMSR src/cmd/internal/obj/s390x/asmz.go:2033:2: don't use underscores in Go names; const op_MSTA should be opMSTA src/cmd/internal/obj/s390x/asmz.go:2034:2: don't use underscores in Go names; const op_MSY should be opMSY src/cmd/internal/obj/s390x/asmz.go:2035:2: don't use underscores in Go names; const op_MVC should be opMVC src/cmd/internal/obj/s390x/asmz.go:2036:2: don't use underscores in Go names; const op_MVCDK should be opMVCDK src/cmd/internal/obj/s390x/asmz.go:2037:2: don't use underscores in Go names; const op_MVCIN should be opMVCIN src/cmd/internal/obj/s390x/asmz.go:2038:2: don't use underscores in Go names; const op_MVCK should be opMVCK src/cmd/internal/obj/s390x/asmz.go:2039:2: don't use underscores in Go names; const op_MVCL should be opMVCL src/cmd/internal/obj/s390x/asmz.go:2040:2: don't use underscores in Go names; const op_MVCLE should be opMVCLE src/cmd/internal/obj/s390x/asmz.go:2041:2: don't use underscores in Go names; const op_MVCLU should be opMVCLU src/cmd/internal/obj/s390x/asmz.go:2042:2: don't use underscores in Go names; const op_MVCOS should be opMVCOS src/cmd/internal/obj/s390x/asmz.go:2043:2: don't use underscores in Go names; const op_MVCP should be opMVCP src/cmd/internal/obj/s390x/asmz.go:2044:2: don't use underscores in Go names; const op_MVCS should be opMVCS src/cmd/internal/obj/s390x/asmz.go:2045:2: don't use underscores in Go names; const op_MVCSK should be opMVCSK src/cmd/internal/obj/s390x/asmz.go:2046:2: don't use underscores in Go names; const op_MVGHI should be opMVGHI src/cmd/internal/obj/s390x/asmz.go:2047:2: don't use underscores in Go names; const op_MVHHI should be opMVHHI src/cmd/internal/obj/s390x/asmz.go:2048:2: don't use underscores in Go names; const op_MVHI should be opMVHI src/cmd/internal/obj/s390x/asmz.go:2049:2: don't use underscores in Go names; const op_MVI should be opMVI src/cmd/internal/obj/s390x/asmz.go:2050:2: don't use underscores in Go names; const op_MVIY should be opMVIY src/cmd/internal/obj/s390x/asmz.go:2051:2: don't use underscores in Go names; const op_MVN should be opMVN src/cmd/internal/obj/s390x/asmz.go:2052:2: don't use underscores in Go names; const op_MVO should be opMVO src/cmd/internal/obj/s390x/asmz.go:2053:2: don't use underscores in Go names; const op_MVPG should be opMVPG src/cmd/internal/obj/s390x/asmz.go:2054:2: don't use underscores in Go names; const op_MVST should be opMVST src/cmd/internal/obj/s390x/asmz.go:2055:2: don't use underscores in Go names; const op_MVZ should be opMVZ src/cmd/internal/obj/s390x/asmz.go:2056:2: don't use underscores in Go names; const op_MXBR should be opMXBR src/cmd/internal/obj/s390x/asmz.go:2057:2: don't use underscores in Go names; const op_MXD should be opMXD src/cmd/internal/obj/s390x/asmz.go:2058:2: don't use underscores in Go names; const op_MXDB should be opMXDB src/cmd/internal/obj/s390x/asmz.go:2059:2: don't use underscores in Go names; const op_MXDBR should be opMXDBR src/cmd/internal/obj/s390x/asmz.go:2060:2: don't use underscores in Go names; const op_MXDR should be opMXDR src/cmd/internal/obj/s390x/asmz.go:2061:2: don't use underscores in Go names; const op_MXR should be opMXR src/cmd/internal/obj/s390x/asmz.go:2062:2: don't use underscores in Go names; const op_MXTR should be opMXTR src/cmd/internal/obj/s390x/asmz.go:2063:2: don't use underscores in Go names; const op_MXTRA should be opMXTRA src/cmd/internal/obj/s390x/asmz.go:2064:2: don't use underscores in Go names; const op_MY should be opMY src/cmd/internal/obj/s390x/asmz.go:2065:2: don't use underscores in Go names; const op_MYH should be opMYH src/cmd/internal/obj/s390x/asmz.go:2066:2: don't use underscores in Go names; const op_MYHR should be opMYHR src/cmd/internal/obj/s390x/asmz.go:2067:2: don't use underscores in Go names; const op_MYL should be opMYL src/cmd/internal/obj/s390x/asmz.go:2068:2: don't use underscores in Go names; const op_MYLR should be opMYLR src/cmd/internal/obj/s390x/asmz.go:2069:2: don't use underscores in Go names; const op_MYR should be opMYR src/cmd/internal/obj/s390x/asmz.go:2070:2: don't use underscores in Go names; const op_N should be opN src/cmd/internal/obj/s390x/asmz.go:2071:2: don't use underscores in Go names; const op_NC should be opNC src/cmd/internal/obj/s390x/asmz.go:2072:2: don't use underscores in Go names; const op_NG should be opNG src/cmd/internal/obj/s390x/asmz.go:2073:2: don't use underscores in Go names; const op_NGR should be opNGR src/cmd/internal/obj/s390x/asmz.go:2074:2: don't use underscores in Go names; const op_NGRK should be opNGRK src/cmd/internal/obj/s390x/asmz.go:2075:2: don't use underscores in Go names; const op_NI should be opNI src/cmd/internal/obj/s390x/asmz.go:2076:2: don't use underscores in Go names; const op_NIAI should be opNIAI src/cmd/internal/obj/s390x/asmz.go:2077:2: don't use underscores in Go names; const op_NIHF should be opNIHF src/cmd/internal/obj/s390x/asmz.go:2078:2: don't use underscores in Go names; const op_NIHH should be opNIHH src/cmd/internal/obj/s390x/asmz.go:2079:2: don't use underscores in Go names; const op_NIHL should be opNIHL src/cmd/internal/obj/s390x/asmz.go:2080:2: don't use underscores in Go names; const op_NILF should be opNILF src/cmd/internal/obj/s390x/asmz.go:2081:2: don't use underscores in Go names; const op_NILH should be opNILH src/cmd/internal/obj/s390x/asmz.go:2082:2: don't use underscores in Go names; const op_NILL should be opNILL src/cmd/internal/obj/s390x/asmz.go:2083:2: don't use underscores in Go names; const op_NIY should be opNIY src/cmd/internal/obj/s390x/asmz.go:2084:2: don't use underscores in Go names; const op_NR should be opNR src/cmd/internal/obj/s390x/asmz.go:2085:2: don't use underscores in Go names; const op_NRK should be opNRK src/cmd/internal/obj/s390x/asmz.go:2086:2: don't use underscores in Go names; const op_NTSTG should be opNTSTG src/cmd/internal/obj/s390x/asmz.go:2087:2: don't use underscores in Go names; const op_NY should be opNY src/cmd/internal/obj/s390x/asmz.go:2088:2: don't use underscores in Go names; const op_O should be opO src/cmd/internal/obj/s390x/asmz.go:2089:2: don't use underscores in Go names; const op_OC should be opOC src/cmd/internal/obj/s390x/asmz.go:2090:2: don't use underscores in Go names; const op_OG should be opOG src/cmd/internal/obj/s390x/asmz.go:2091:2: don't use underscores in Go names; const op_OGR should be opOGR src/cmd/internal/obj/s390x/asmz.go:2092:2: don't use underscores in Go names; const op_OGRK should be opOGRK src/cmd/internal/obj/s390x/asmz.go:2093:2: don't use underscores in Go names; const op_OI should be opOI src/cmd/internal/obj/s390x/asmz.go:2094:2: don't use underscores in Go names; const op_OIHF should be opOIHF src/cmd/internal/obj/s390x/asmz.go:2095:2: don't use underscores in Go names; const op_OIHH should be opOIHH src/cmd/internal/obj/s390x/asmz.go:2096:2: don't use underscores in Go names; const op_OIHL should be opOIHL src/cmd/internal/obj/s390x/asmz.go:2097:2: don't use underscores in Go names; const op_OILF should be opOILF src/cmd/internal/obj/s390x/asmz.go:2098:2: don't use underscores in Go names; const op_OILH should be opOILH src/cmd/internal/obj/s390x/asmz.go:2099:2: don't use underscores in Go names; const op_OILL should be opOILL src/cmd/internal/obj/s390x/asmz.go:2100:2: don't use underscores in Go names; const op_OIY should be opOIY src/cmd/internal/obj/s390x/asmz.go:2101:2: don't use underscores in Go names; const op_OR should be opOR src/cmd/internal/obj/s390x/asmz.go:2102:2: don't use underscores in Go names; const op_ORK should be opORK src/cmd/internal/obj/s390x/asmz.go:2103:2: don't use underscores in Go names; const op_OY should be opOY src/cmd/internal/obj/s390x/asmz.go:2104:2: don't use underscores in Go names; const op_PACK should be opPACK src/cmd/internal/obj/s390x/asmz.go:2105:2: don't use underscores in Go names; const op_PALB should be opPALB src/cmd/internal/obj/s390x/asmz.go:2106:2: don't use underscores in Go names; const op_PC should be opPC src/cmd/internal/obj/s390x/asmz.go:2107:2: don't use underscores in Go names; const op_PCC should be opPCC src/cmd/internal/obj/s390x/asmz.go:2108:2: don't use underscores in Go names; const op_PCKMO should be opPCKMO src/cmd/internal/obj/s390x/asmz.go:2109:2: don't use underscores in Go names; const op_PFD should be opPFD src/cmd/internal/obj/s390x/asmz.go:2110:2: don't use underscores in Go names; const op_PFDRL should be opPFDRL src/cmd/internal/obj/s390x/asmz.go:2111:2: don't use underscores in Go names; const op_PFMF should be opPFMF src/cmd/internal/obj/s390x/asmz.go:2112:2: don't use underscores in Go names; const op_PFPO should be opPFPO src/cmd/internal/obj/s390x/asmz.go:2113:2: don't use underscores in Go names; const op_PGIN should be opPGIN src/cmd/internal/obj/s390x/asmz.go:2114:2: don't use underscores in Go names; const op_PGOUT should be opPGOUT src/cmd/internal/obj/s390x/asmz.go:2115:2: don't use underscores in Go names; const op_PKA should be opPKA src/cmd/internal/obj/s390x/asmz.go:2116:2: don't use underscores in Go names; const op_PKU should be opPKU src/cmd/internal/obj/s390x/asmz.go:2117:2: don't use underscores in Go names; const op_PLO should be opPLO src/cmd/internal/obj/s390x/asmz.go:2118:2: don't use underscores in Go names; const op_POPCNT should be opPOPCNT src/cmd/internal/obj/s390x/asmz.go:2119:2: don't use underscores in Go names; const op_PPA should be opPPA src/cmd/internal/obj/s390x/asmz.go:2120:2: don't use underscores in Go names; const op_PR should be opPR src/cmd/internal/obj/s390x/asmz.go:2121:2: don't use underscores in Go names; const op_PT should be opPT src/cmd/internal/obj/s390x/asmz.go:2122:2: don't use underscores in Go names; const op_PTF should be opPTF src/cmd/internal/obj/s390x/asmz.go:2123:2: don't use underscores in Go names; const op_PTFF should be opPTFF src/cmd/internal/obj/s390x/asmz.go:2124:2: don't use underscores in Go names; const op_PTI should be opPTI src/cmd/internal/obj/s390x/asmz.go:2125:2: don't use underscores in Go names; const op_PTLB should be opPTLB src/cmd/internal/obj/s390x/asmz.go:2126:2: don't use underscores in Go names; const op_QADTR should be opQADTR src/cmd/internal/obj/s390x/asmz.go:2127:2: don't use underscores in Go names; const op_QAXTR should be opQAXTR src/cmd/internal/obj/s390x/asmz.go:2128:2: don't use underscores in Go names; const op_RCHP should be opRCHP src/cmd/internal/obj/s390x/asmz.go:2129:2: don't use underscores in Go names; const op_RISBG should be opRISBG src/cmd/internal/obj/s390x/asmz.go:2130:2: don't use underscores in Go names; const op_RISBGN should be opRISBGN src/cmd/internal/obj/s390x/asmz.go:2131:2: don't use underscores in Go names; const op_RISBHG should be opRISBHG src/cmd/internal/obj/s390x/asmz.go:2132:2: don't use underscores in Go names; const op_RISBLG should be opRISBLG src/cmd/internal/obj/s390x/asmz.go:2133:2: don't use underscores in Go names; const op_RLL should be opRLL src/cmd/internal/obj/s390x/asmz.go:2134:2: don't use underscores in Go names; const op_RLLG should be opRLLG src/cmd/internal/obj/s390x/asmz.go:2135:2: don't use underscores in Go names; const op_RNSBG should be opRNSBG src/cmd/internal/obj/s390x/asmz.go:2136:2: don't use underscores in Go names; const op_ROSBG should be opROSBG src/cmd/internal/obj/s390x/asmz.go:2137:2: don't use underscores in Go names; const op_RP should be opRP src/cmd/internal/obj/s390x/asmz.go:2138:2: don't use underscores in Go names; const op_RRBE should be opRRBE src/cmd/internal/obj/s390x/asmz.go:2139:2: don't use underscores in Go names; const op_RRBM should be opRRBM src/cmd/internal/obj/s390x/asmz.go:2140:2: don't use underscores in Go names; const op_RRDTR should be opRRDTR src/cmd/internal/obj/s390x/asmz.go:2141:2: don't use underscores in Go names; const op_RRXTR should be opRRXTR src/cmd/internal/obj/s390x/asmz.go:2142:2: don't use underscores in Go names; const op_RSCH should be opRSCH src/cmd/internal/obj/s390x/asmz.go:2143:2: don't use underscores in Go names; const op_RXSBG should be opRXSBG src/cmd/internal/obj/s390x/asmz.go:2144:2: don't use underscores in Go names; const op_S should be opS src/cmd/internal/obj/s390x/asmz.go:2145:2: don't use underscores in Go names; const op_SAC should be opSAC src/cmd/internal/obj/s390x/asmz.go:2146:2: don't use underscores in Go names; const op_SACF should be opSACF src/cmd/internal/obj/s390x/asmz.go:2147:2: don't use underscores in Go names; const op_SAL should be opSAL src/cmd/internal/obj/s390x/asmz.go:2148:2: don't use underscores in Go names; const op_SAM24 should be opSAM24 src/cmd/internal/obj/s390x/asmz.go:2149:2: don't use underscores in Go names; const op_SAM31 should be opSAM31 src/cmd/internal/obj/s390x/asmz.go:2150:2: don't use underscores in Go names; const op_SAM64 should be opSAM64 src/cmd/internal/obj/s390x/asmz.go:2151:2: don't use underscores in Go names; const op_SAR should be opSAR src/cmd/internal/obj/s390x/asmz.go:2152:2: don't use underscores in Go names; const op_SCHM should be opSCHM src/cmd/internal/obj/s390x/asmz.go:2153:2: don't use underscores in Go names; const op_SCK should be opSCK src/cmd/internal/obj/s390x/asmz.go:2154:2: don't use underscores in Go names; const op_SCKC should be opSCKC src/cmd/internal/obj/s390x/asmz.go:2155:2: don't use underscores in Go names; const op_SCKPF should be opSCKPF src/cmd/internal/obj/s390x/asmz.go:2156:2: don't use underscores in Go names; const op_SD should be opSD src/cmd/internal/obj/s390x/asmz.go:2157:2: don't use underscores in Go names; const op_SDB should be opSDB src/cmd/internal/obj/s390x/asmz.go:2158:2: don't use underscores in Go names; const op_SDBR should be opSDBR src/cmd/internal/obj/s390x/asmz.go:2159:2: don't use underscores in Go names; const op_SDR should be opSDR src/cmd/internal/obj/s390x/asmz.go:2160:2: don't use underscores in Go names; const op_SDTR should be opSDTR src/cmd/internal/obj/s390x/asmz.go:2161:2: don't use underscores in Go names; const op_SDTRA should be opSDTRA src/cmd/internal/obj/s390x/asmz.go:2162:2: don't use underscores in Go names; const op_SE should be opSE src/cmd/internal/obj/s390x/asmz.go:2163:2: don't use underscores in Go names; const op_SEB should be opSEB src/cmd/internal/obj/s390x/asmz.go:2164:2: don't use underscores in Go names; const op_SEBR should be opSEBR src/cmd/internal/obj/s390x/asmz.go:2165:2: don't use underscores in Go names; const op_SER should be opSER src/cmd/internal/obj/s390x/asmz.go:2166:2: don't use underscores in Go names; const op_SFASR should be opSFASR src/cmd/internal/obj/s390x/asmz.go:2167:2: don't use underscores in Go names; const op_SFPC should be opSFPC src/cmd/internal/obj/s390x/asmz.go:2168:2: don't use underscores in Go names; const op_SG should be opSG src/cmd/internal/obj/s390x/asmz.go:2169:2: don't use underscores in Go names; const op_SGF should be opSGF src/cmd/internal/obj/s390x/asmz.go:2170:2: don't use underscores in Go names; const op_SGFR should be opSGFR src/cmd/internal/obj/s390x/asmz.go:2171:2: don't use underscores in Go names; const op_SGR should be opSGR src/cmd/internal/obj/s390x/asmz.go:2172:2: don't use underscores in Go names; const op_SGRK should be opSGRK src/cmd/internal/obj/s390x/asmz.go:2173:2: don't use underscores in Go names; const op_SH should be opSH src/cmd/internal/obj/s390x/asmz.go:2174:2: don't use underscores in Go names; const op_SHHHR should be opSHHHR src/cmd/internal/obj/s390x/asmz.go:2175:2: don't use underscores in Go names; const op_SHHLR should be opSHHLR src/cmd/internal/obj/s390x/asmz.go:2176:2: don't use underscores in Go names; const op_SHY should be opSHY src/cmd/internal/obj/s390x/asmz.go:2177:2: don't use underscores in Go names; const op_SIGP should be opSIGP src/cmd/internal/obj/s390x/asmz.go:2178:2: don't use underscores in Go names; const op_SL should be opSL src/cmd/internal/obj/s390x/asmz.go:2179:2: don't use underscores in Go names; const op_SLA should be opSLA src/cmd/internal/obj/s390x/asmz.go:2180:2: don't use underscores in Go names; const op_SLAG should be opSLAG src/cmd/internal/obj/s390x/asmz.go:2181:2: don't use underscores in Go names; const op_SLAK should be opSLAK src/cmd/internal/obj/s390x/asmz.go:2182:2: don't use underscores in Go names; const op_SLB should be opSLB src/cmd/internal/obj/s390x/asmz.go:2183:2: don't use underscores in Go names; const op_SLBG should be opSLBG src/cmd/internal/obj/s390x/asmz.go:2184:2: don't use underscores in Go names; const op_SLBGR should be opSLBGR src/cmd/internal/obj/s390x/asmz.go:2185:2: don't use underscores in Go names; const op_SLBR should be opSLBR src/cmd/internal/obj/s390x/asmz.go:2186:2: don't use underscores in Go names; const op_SLDA should be opSLDA src/cmd/internal/obj/s390x/asmz.go:2187:2: don't use underscores in Go names; const op_SLDL should be opSLDL src/cmd/internal/obj/s390x/asmz.go:2188:2: don't use underscores in Go names; const op_SLDT should be opSLDT src/cmd/internal/obj/s390x/asmz.go:2189:2: don't use underscores in Go names; const op_SLFI should be opSLFI src/cmd/internal/obj/s390x/asmz.go:2190:2: don't use underscores in Go names; const op_SLG should be opSLG src/cmd/internal/obj/s390x/asmz.go:2191:2: don't use underscores in Go names; const op_SLGF should be opSLGF src/cmd/internal/obj/s390x/asmz.go:2192:2: don't use underscores in Go names; const op_SLGFI should be opSLGFI src/cmd/internal/obj/s390x/asmz.go:2193:2: don't use underscores in Go names; const op_SLGFR should be opSLGFR src/cmd/internal/obj/s390x/asmz.go:2194:2: don't use underscores in Go names; const op_SLGR should be opSLGR src/cmd/internal/obj/s390x/asmz.go:2195:2: don't use underscores in Go names; const op_SLGRK should be opSLGRK src/cmd/internal/obj/s390x/asmz.go:2196:2: don't use underscores in Go names; const op_SLHHHR should be opSLHHHR src/cmd/internal/obj/s390x/asmz.go:2197:2: don't use underscores in Go names; const op_SLHHLR should be opSLHHLR src/cmd/internal/obj/s390x/asmz.go:2198:2: don't use underscores in Go names; const op_SLL should be opSLL src/cmd/internal/obj/s390x/asmz.go:2199:2: don't use underscores in Go names; const op_SLLG should be opSLLG src/cmd/internal/obj/s390x/asmz.go:2200:2: don't use underscores in Go names; const op_SLLK should be opSLLK src/cmd/internal/obj/s390x/asmz.go:2201:2: don't use underscores in Go names; const op_SLR should be opSLR src/cmd/internal/obj/s390x/asmz.go:2202:2: don't use underscores in Go names; const op_SLRK should be opSLRK src/cmd/internal/obj/s390x/asmz.go:2203:2: don't use underscores in Go names; const op_SLXT should be opSLXT src/cmd/internal/obj/s390x/asmz.go:2204:2: don't use underscores in Go names; const op_SLY should be opSLY src/cmd/internal/obj/s390x/asmz.go:2205:2: don't use underscores in Go names; const op_SP should be opSP src/cmd/internal/obj/s390x/asmz.go:2206:2: don't use underscores in Go names; const op_SPKA should be opSPKA src/cmd/internal/obj/s390x/asmz.go:2207:2: don't use underscores in Go names; const op_SPM should be opSPM src/cmd/internal/obj/s390x/asmz.go:2208:2: don't use underscores in Go names; const op_SPT should be opSPT src/cmd/internal/obj/s390x/asmz.go:2209:2: don't use underscores in Go names; const op_SPX should be opSPX src/cmd/internal/obj/s390x/asmz.go:2210:2: don't use underscores in Go names; const op_SQD should be opSQD src/cmd/internal/obj/s390x/asmz.go:2211:2: don't use underscores in Go names; const op_SQDB should be opSQDB src/cmd/internal/obj/s390x/asmz.go:2212:2: don't use underscores in Go names; const op_SQDBR should be opSQDBR src/cmd/internal/obj/s390x/asmz.go:2213:2: don't use underscores in Go names; const op_SQDR should be opSQDR src/cmd/internal/obj/s390x/asmz.go:2214:2: don't use underscores in Go names; const op_SQE should be opSQE src/cmd/internal/obj/s390x/asmz.go:2215:2: don't use underscores in Go names; const op_SQEB should be opSQEB src/cmd/internal/obj/s390x/asmz.go:2216:2: don't use underscores in Go names; const op_SQEBR should be opSQEBR src/cmd/internal/obj/s390x/asmz.go:2217:2: don't use underscores in Go names; const op_SQER should be opSQER src/cmd/internal/obj/s390x/asmz.go:2218:2: don't use underscores in Go names; const op_SQXBR should be opSQXBR src/cmd/internal/obj/s390x/asmz.go:2219:2: don't use underscores in Go names; const op_SQXR should be opSQXR src/cmd/internal/obj/s390x/asmz.go:2220:2: don't use underscores in Go names; const op_SR should be opSR src/cmd/internal/obj/s390x/asmz.go:2221:2: don't use underscores in Go names; const op_SRA should be opSRA src/cmd/internal/obj/s390x/asmz.go:2222:2: don't use underscores in Go names; const op_SRAG should be opSRAG src/cmd/internal/obj/s390x/asmz.go:2223:2: don't use underscores in Go names; const op_SRAK should be opSRAK src/cmd/internal/obj/s390x/asmz.go:2224:2: don't use underscores in Go names; const op_SRDA should be opSRDA src/cmd/internal/obj/s390x/asmz.go:2225:2: don't use underscores in Go names; const op_SRDL should be opSRDL src/cmd/internal/obj/s390x/asmz.go:2226:2: don't use underscores in Go names; const op_SRDT should be opSRDT src/cmd/internal/obj/s390x/asmz.go:2227:2: don't use underscores in Go names; const op_SRK should be opSRK src/cmd/internal/obj/s390x/asmz.go:2228:2: don't use underscores in Go names; const op_SRL should be opSRL src/cmd/internal/obj/s390x/asmz.go:2229:2: don't use underscores in Go names; const op_SRLG should be opSRLG src/cmd/internal/obj/s390x/asmz.go:2230:2: don't use underscores in Go names; const op_SRLK should be opSRLK src/cmd/internal/obj/s390x/asmz.go:2231:2: don't use underscores in Go names; const op_SRNM should be opSRNM src/cmd/internal/obj/s390x/asmz.go:2232:2: don't use underscores in Go names; const op_SRNMB should be opSRNMB src/cmd/internal/obj/s390x/asmz.go:2233:2: don't use underscores in Go names; const op_SRNMT should be opSRNMT src/cmd/internal/obj/s390x/asmz.go:2234:2: don't use underscores in Go names; const op_SRP should be opSRP src/cmd/internal/obj/s390x/asmz.go:2235:2: don't use underscores in Go names; const op_SRST should be opSRST src/cmd/internal/obj/s390x/asmz.go:2236:2: don't use underscores in Go names; const op_SRSTU should be opSRSTU src/cmd/internal/obj/s390x/asmz.go:2237:2: don't use underscores in Go names; const op_SRXT should be opSRXT src/cmd/internal/obj/s390x/asmz.go:2238:2: don't use underscores in Go names; const op_SSAIR should be opSSAIR src/cmd/internal/obj/s390x/asmz.go:2239:2: don't use underscores in Go names; const op_SSAR should be opSSAR src/cmd/internal/obj/s390x/asmz.go:2240:2: don't use underscores in Go names; const op_SSCH should be opSSCH src/cmd/internal/obj/s390x/asmz.go:2241:2: don't use underscores in Go names; const op_SSKE should be opSSKE src/cmd/internal/obj/s390x/asmz.go:2242:2: don't use underscores in Go names; const op_SSM should be opSSM src/cmd/internal/obj/s390x/asmz.go:2243:2: don't use underscores in Go names; const op_ST should be opST src/cmd/internal/obj/s390x/asmz.go:2244:2: don't use underscores in Go names; const op_STAM should be opSTAM src/cmd/internal/obj/s390x/asmz.go:2245:2: don't use underscores in Go names; const op_STAMY should be opSTAMY src/cmd/internal/obj/s390x/asmz.go:2246:2: don't use underscores in Go names; const op_STAP should be opSTAP src/cmd/internal/obj/s390x/asmz.go:2247:2: don't use underscores in Go names; const op_STC should be opSTC src/cmd/internal/obj/s390x/asmz.go:2248:2: don't use underscores in Go names; const op_STCH should be opSTCH src/cmd/internal/obj/s390x/asmz.go:2249:2: don't use underscores in Go names; const op_STCK should be opSTCK src/cmd/internal/obj/s390x/asmz.go:2250:2: don't use underscores in Go names; const op_STCKC should be opSTCKC src/cmd/internal/obj/s390x/asmz.go:2251:2: don't use underscores in Go names; const op_STCKE should be opSTCKE src/cmd/internal/obj/s390x/asmz.go:2252:2: don't use underscores in Go names; const op_STCKF should be opSTCKF src/cmd/internal/obj/s390x/asmz.go:2253:2: don't use underscores in Go names; const op_STCM should be opSTCM src/cmd/internal/obj/s390x/asmz.go:2254:2: don't use underscores in Go names; const op_STCMH should be opSTCMH src/cmd/internal/obj/s390x/asmz.go:2255:2: don't use underscores in Go names; const op_STCMY should be opSTCMY src/cmd/internal/obj/s390x/asmz.go:2256:2: don't use underscores in Go names; const op_STCPS should be opSTCPS src/cmd/internal/obj/s390x/asmz.go:2257:2: don't use underscores in Go names; const op_STCRW should be opSTCRW src/cmd/internal/obj/s390x/asmz.go:2258:2: don't use underscores in Go names; const op_STCTG should be opSTCTG src/cmd/internal/obj/s390x/asmz.go:2259:2: don't use underscores in Go names; const op_STCTL should be opSTCTL src/cmd/internal/obj/s390x/asmz.go:2260:2: don't use underscores in Go names; const op_STCY should be opSTCY src/cmd/internal/obj/s390x/asmz.go:2261:2: don't use underscores in Go names; const op_STD should be opSTD src/cmd/internal/obj/s390x/asmz.go:2262:2: don't use underscores in Go names; const op_STDY should be opSTDY src/cmd/internal/obj/s390x/asmz.go:2263:2: don't use underscores in Go names; const op_STE should be opSTE src/cmd/internal/obj/s390x/asmz.go:2264:2: don't use underscores in Go names; const op_STEY should be opSTEY src/cmd/internal/obj/s390x/asmz.go:2265:2: don't use underscores in Go names; const op_STFH should be opSTFH src/cmd/internal/obj/s390x/asmz.go:2266:2: don't use underscores in Go names; const op_STFL should be opSTFL src/cmd/internal/obj/s390x/asmz.go:2267:2: don't use underscores in Go names; const op_STFLE should be opSTFLE src/cmd/internal/obj/s390x/asmz.go:2268:2: don't use underscores in Go names; const op_STFPC should be opSTFPC src/cmd/internal/obj/s390x/asmz.go:2269:2: don't use underscores in Go names; const op_STG should be opSTG src/cmd/internal/obj/s390x/asmz.go:2270:2: don't use underscores in Go names; const op_STGRL should be opSTGRL src/cmd/internal/obj/s390x/asmz.go:2271:2: don't use underscores in Go names; const op_STH should be opSTH src/cmd/internal/obj/s390x/asmz.go:2272:2: don't use underscores in Go names; const op_STHH should be opSTHH src/cmd/internal/obj/s390x/asmz.go:2273:2: don't use underscores in Go names; const op_STHRL should be opSTHRL src/cmd/internal/obj/s390x/asmz.go:2274:2: don't use underscores in Go names; const op_STHY should be opSTHY src/cmd/internal/obj/s390x/asmz.go:2275:2: don't use underscores in Go names; const op_STIDP should be opSTIDP src/cmd/internal/obj/s390x/asmz.go:2276:2: don't use underscores in Go names; const op_STM should be opSTM src/cmd/internal/obj/s390x/asmz.go:2277:2: don't use underscores in Go names; const op_STMG should be opSTMG src/cmd/internal/obj/s390x/asmz.go:2278:2: don't use underscores in Go names; const op_STMH should be opSTMH src/cmd/internal/obj/s390x/asmz.go:2279:2: don't use underscores in Go names; const op_STMY should be opSTMY src/cmd/internal/obj/s390x/asmz.go:2280:2: don't use underscores in Go names; const op_STNSM should be opSTNSM src/cmd/internal/obj/s390x/asmz.go:2281:2: don't use underscores in Go names; const op_STOC should be opSTOC src/cmd/internal/obj/s390x/asmz.go:2282:2: don't use underscores in Go names; const op_STOCG should be opSTOCG src/cmd/internal/obj/s390x/asmz.go:2283:2: don't use underscores in Go names; const op_STOSM should be opSTOSM src/cmd/internal/obj/s390x/asmz.go:2284:2: don't use underscores in Go names; const op_STPQ should be opSTPQ src/cmd/internal/obj/s390x/asmz.go:2285:2: don't use underscores in Go names; const op_STPT should be opSTPT src/cmd/internal/obj/s390x/asmz.go:2286:2: don't use underscores in Go names; const op_STPX should be opSTPX src/cmd/internal/obj/s390x/asmz.go:2287:2: don't use underscores in Go names; const op_STRAG should be opSTRAG src/cmd/internal/obj/s390x/asmz.go:2288:2: don't use underscores in Go names; const op_STRL should be opSTRL src/cmd/internal/obj/s390x/asmz.go:2289:2: don't use underscores in Go names; const op_STRV should be opSTRV src/cmd/internal/obj/s390x/asmz.go:2290:2: don't use underscores in Go names; const op_STRVG should be opSTRVG src/cmd/internal/obj/s390x/asmz.go:2291:2: don't use underscores in Go names; const op_STRVH should be opSTRVH src/cmd/internal/obj/s390x/asmz.go:2292:2: don't use underscores in Go names; const op_STSCH should be opSTSCH src/cmd/internal/obj/s390x/asmz.go:2293:2: don't use underscores in Go names; const op_STSI should be opSTSI src/cmd/internal/obj/s390x/asmz.go:2294:2: don't use underscores in Go names; const op_STURA should be opSTURA src/cmd/internal/obj/s390x/asmz.go:2295:2: don't use underscores in Go names; const op_STURG should be opSTURG src/cmd/internal/obj/s390x/asmz.go:2296:2: don't use underscores in Go names; const op_STY should be opSTY src/cmd/internal/obj/s390x/asmz.go:2297:2: don't use underscores in Go names; const op_SU should be opSU src/cmd/internal/obj/s390x/asmz.go:2298:2: don't use underscores in Go names; const op_SUR should be opSUR src/cmd/internal/obj/s390x/asmz.go:2299:2: don't use underscores in Go names; const op_SVC should be opSVC src/cmd/internal/obj/s390x/asmz.go:2300:2: don't use underscores in Go names; const op_SW should be opSW src/cmd/internal/obj/s390x/asmz.go:2301:2: don't use underscores in Go names; const op_SWR should be opSWR src/cmd/internal/obj/s390x/asmz.go:2302:2: don't use underscores in Go names; const op_SXBR should be opSXBR src/cmd/internal/obj/s390x/asmz.go:2303:2: don't use underscores in Go names; const op_SXR should be opSXR src/cmd/internal/obj/s390x/asmz.go:2304:2: don't use underscores in Go names; const op_SXTR should be opSXTR src/cmd/internal/obj/s390x/asmz.go:2305:2: don't use underscores in Go names; const op_SXTRA should be opSXTRA src/cmd/internal/obj/s390x/asmz.go:2306:2: don't use underscores in Go names; const op_SY should be opSY src/cmd/internal/obj/s390x/asmz.go:2307:2: don't use underscores in Go names; const op_TABORT should be opTABORT src/cmd/internal/obj/s390x/asmz.go:2308:2: don't use underscores in Go names; const op_TAM should be opTAM src/cmd/internal/obj/s390x/asmz.go:2309:2: don't use underscores in Go names; const op_TAR should be opTAR src/cmd/internal/obj/s390x/asmz.go:2310:2: don't use underscores in Go names; const op_TB should be opTB src/cmd/internal/obj/s390x/asmz.go:2311:2: don't use underscores in Go names; const op_TBDR should be opTBDR src/cmd/internal/obj/s390x/asmz.go:2312:2: don't use underscores in Go names; const op_TBEDR should be opTBEDR src/cmd/internal/obj/s390x/asmz.go:2313:2: don't use underscores in Go names; const op_TBEGIN should be opTBEGIN src/cmd/internal/obj/s390x/asmz.go:2314:2: don't use underscores in Go names; const op_TBEGINC should be opTBEGINC src/cmd/internal/obj/s390x/asmz.go:2315:2: don't use underscores in Go names; const op_TCDB should be opTCDB src/cmd/internal/obj/s390x/asmz.go:2316:2: don't use underscores in Go names; const op_TCEB should be opTCEB src/cmd/internal/obj/s390x/asmz.go:2317:2: don't use underscores in Go names; const op_TCXB should be opTCXB src/cmd/internal/obj/s390x/asmz.go:2318:2: don't use underscores in Go names; const op_TDCDT should be opTDCDT src/cmd/internal/obj/s390x/asmz.go:2319:2: don't use underscores in Go names; const op_TDCET should be opTDCET src/cmd/internal/obj/s390x/asmz.go:2320:2: don't use underscores in Go names; const op_TDCXT should be opTDCXT src/cmd/internal/obj/s390x/asmz.go:2321:2: don't use underscores in Go names; const op_TDGDT should be opTDGDT src/cmd/internal/obj/s390x/asmz.go:2322:2: don't use underscores in Go names; const op_TDGET should be opTDGET src/cmd/internal/obj/s390x/asmz.go:2323:2: don't use underscores in Go names; const op_TDGXT should be opTDGXT src/cmd/internal/obj/s390x/asmz.go:2324:2: don't use underscores in Go names; const op_TEND should be opTEND src/cmd/internal/obj/s390x/asmz.go:2325:2: don't use underscores in Go names; const op_THDER should be opTHDER src/cmd/internal/obj/s390x/asmz.go:2326:2: don't use underscores in Go names; const op_THDR should be opTHDR src/cmd/internal/obj/s390x/asmz.go:2327:2: don't use underscores in Go names; const op_TM should be opTM src/cmd/internal/obj/s390x/asmz.go:2328:2: don't use underscores in Go names; const op_TMH should be opTMH src/cmd/internal/obj/s390x/asmz.go:2329:2: don't use underscores in Go names; const op_TMHH should be opTMHH src/cmd/internal/obj/s390x/asmz.go:2330:2: don't use underscores in Go names; const op_TMHL should be opTMHL src/cmd/internal/obj/s390x/asmz.go:2331:2: don't use underscores in Go names; const op_TML should be opTML src/cmd/internal/obj/s390x/asmz.go:2332:2: don't use underscores in Go names; const op_TMLH should be opTMLH src/cmd/internal/obj/s390x/asmz.go:2333:2: don't use underscores in Go names; const op_TMLL should be opTMLL src/cmd/internal/obj/s390x/asmz.go:2334:2: don't use underscores in Go names; const op_TMY should be opTMY src/cmd/internal/obj/s390x/asmz.go:2335:2: don't use underscores in Go names; const op_TP should be opTP src/cmd/internal/obj/s390x/asmz.go:2336:2: don't use underscores in Go names; const op_TPI should be opTPI src/cmd/internal/obj/s390x/asmz.go:2337:2: don't use underscores in Go names; const op_TPROT should be opTPROT src/cmd/internal/obj/s390x/asmz.go:2338:2: don't use underscores in Go names; const op_TR should be opTR src/cmd/internal/obj/s390x/asmz.go:2339:2: don't use underscores in Go names; const op_TRACE should be opTRACE src/cmd/internal/obj/s390x/asmz.go:2340:2: don't use underscores in Go names; const op_TRACG should be opTRACG src/cmd/internal/obj/s390x/asmz.go:2341:2: don't use underscores in Go names; const op_TRAP2 should be opTRAP2 src/cmd/internal/obj/s390x/asmz.go:2342:2: don't use underscores in Go names; const op_TRAP4 should be opTRAP4 src/cmd/internal/obj/s390x/asmz.go:2343:2: don't use underscores in Go names; const op_TRE should be opTRE src/cmd/internal/obj/s390x/asmz.go:2344:2: don't use underscores in Go names; const op_TROO should be opTROO src/cmd/internal/obj/s390x/asmz.go:2345:2: don't use underscores in Go names; const op_TROT should be opTROT src/cmd/internal/obj/s390x/asmz.go:2346:2: don't use underscores in Go names; const op_TRT should be opTRT src/cmd/internal/obj/s390x/asmz.go:2347:2: don't use underscores in Go names; const op_TRTE should be opTRTE src/cmd/internal/obj/s390x/asmz.go:2348:2: don't use underscores in Go names; const op_TRTO should be opTRTO src/cmd/internal/obj/s390x/asmz.go:2349:2: don't use underscores in Go names; const op_TRTR should be opTRTR src/cmd/internal/obj/s390x/asmz.go:2350:2: don't use underscores in Go names; const op_TRTRE should be opTRTRE src/cmd/internal/obj/s390x/asmz.go:2351:2: don't use underscores in Go names; const op_TRTT should be opTRTT src/cmd/internal/obj/s390x/asmz.go:2352:2: don't use underscores in Go names; const op_TS should be opTS src/cmd/internal/obj/s390x/asmz.go:2353:2: don't use underscores in Go names; const op_TSCH should be opTSCH src/cmd/internal/obj/s390x/asmz.go:2354:2: don't use underscores in Go names; const op_UNPK should be opUNPK src/cmd/internal/obj/s390x/asmz.go:2355:2: don't use underscores in Go names; const op_UNPKA should be opUNPKA src/cmd/internal/obj/s390x/asmz.go:2356:2: don't use underscores in Go names; const op_UNPKU should be opUNPKU src/cmd/internal/obj/s390x/asmz.go:2357:2: don't use underscores in Go names; const op_UPT should be opUPT src/cmd/internal/obj/s390x/asmz.go:2358:2: don't use underscores in Go names; const op_X should be opX src/cmd/internal/obj/s390x/asmz.go:2359:2: don't use underscores in Go names; const op_XC should be opXC src/cmd/internal/obj/s390x/asmz.go:2360:2: don't use underscores in Go names; const op_XG should be opXG src/cmd/internal/obj/s390x/asmz.go:2361:2: don't use underscores in Go names; const op_XGR should be opXGR src/cmd/internal/obj/s390x/asmz.go:2362:2: don't use underscores in Go names; const op_XGRK should be opXGRK src/cmd/internal/obj/s390x/asmz.go:2363:2: don't use underscores in Go names; const op_XI should be opXI src/cmd/internal/obj/s390x/asmz.go:2364:2: don't use underscores in Go names; const op_XIHF should be opXIHF src/cmd/internal/obj/s390x/asmz.go:2365:2: don't use underscores in Go names; const op_XILF should be opXILF src/cmd/internal/obj/s390x/asmz.go:2366:2: don't use underscores in Go names; const op_XIY should be opXIY src/cmd/internal/obj/s390x/asmz.go:2367:2: don't use underscores in Go names; const op_XR should be opXR src/cmd/internal/obj/s390x/asmz.go:2368:2: don't use underscores in Go names; const op_XRK should be opXRK src/cmd/internal/obj/s390x/asmz.go:2369:2: don't use underscores in Go names; const op_XSCH should be opXSCH src/cmd/internal/obj/s390x/asmz.go:2370:2: don't use underscores in Go names; const op_XY should be opXY src/cmd/internal/obj/s390x/asmz.go:2371:2: don't use underscores in Go names; const op_ZAP should be opZAP src/cmd/internal/obj/s390x/asmz.go:2374:2: don't use underscores in Go names; const op_CXPT should be opCXPT src/cmd/internal/obj/s390x/asmz.go:2375:2: don't use underscores in Go names; const op_CDPT should be opCDPT src/cmd/internal/obj/s390x/asmz.go:2376:2: don't use underscores in Go names; const op_CPXT should be opCPXT src/cmd/internal/obj/s390x/asmz.go:2377:2: don't use underscores in Go names; const op_CPDT should be opCPDT src/cmd/internal/obj/s390x/asmz.go:2378:2: don't use underscores in Go names; const op_LZRF should be opLZRF src/cmd/internal/obj/s390x/asmz.go:2379:2: don't use underscores in Go names; const op_LZRG should be opLZRG src/cmd/internal/obj/s390x/asmz.go:2380:2: don't use underscores in Go names; const op_LCCB should be opLCCB src/cmd/internal/obj/s390x/asmz.go:2381:2: don't use underscores in Go names; const op_LOCHHI should be opLOCHHI src/cmd/internal/obj/s390x/asmz.go:2382:2: don't use underscores in Go names; const op_LOCHI should be opLOCHI src/cmd/internal/obj/s390x/asmz.go:2383:2: don't use underscores in Go names; const op_LOCGHI should be opLOCGHI src/cmd/internal/obj/s390x/asmz.go:2384:2: don't use underscores in Go names; const op_LOCFH should be opLOCFH src/cmd/internal/obj/s390x/asmz.go:2385:2: don't use underscores in Go names; const op_LOCFHR should be opLOCFHR src/cmd/internal/obj/s390x/asmz.go:2386:2: don't use underscores in Go names; const op_LLZRGF should be opLLZRGF src/cmd/internal/obj/s390x/asmz.go:2387:2: don't use underscores in Go names; const op_STOCFH should be opSTOCFH src/cmd/internal/obj/s390x/asmz.go:2388:2: don't use underscores in Go names; const op_VA should be opVA src/cmd/internal/obj/s390x/asmz.go:2389:2: don't use underscores in Go names; const op_VACC should be opVACC src/cmd/internal/obj/s390x/asmz.go:2390:2: don't use underscores in Go names; const op_VAC should be opVAC src/cmd/internal/obj/s390x/asmz.go:2391:2: don't use underscores in Go names; const op_VACCC should be opVACCC src/cmd/internal/obj/s390x/asmz.go:2392:2: don't use underscores in Go names; const op_VN should be opVN src/cmd/internal/obj/s390x/asmz.go:2393:2: don't use underscores in Go names; const op_VNC should be opVNC src/cmd/internal/obj/s390x/asmz.go:2394:2: don't use underscores in Go names; const op_VAVG should be opVAVG src/cmd/internal/obj/s390x/asmz.go:2395:2: don't use underscores in Go names; const op_VAVGL should be opVAVGL src/cmd/internal/obj/s390x/asmz.go:2396:2: don't use underscores in Go names; const op_VCKSM should be opVCKSM src/cmd/internal/obj/s390x/asmz.go:2397:2: don't use underscores in Go names; const op_VCEQ should be opVCEQ src/cmd/internal/obj/s390x/asmz.go:2398:2: don't use underscores in Go names; const op_VCH should be opVCH src/cmd/internal/obj/s390x/asmz.go:2399:2: don't use underscores in Go names; const op_VCHL should be opVCHL src/cmd/internal/obj/s390x/asmz.go:2400:2: don't use underscores in Go names; const op_VCLZ should be opVCLZ src/cmd/internal/obj/s390x/asmz.go:2401:2: don't use underscores in Go names; const op_VCTZ should be opVCTZ src/cmd/internal/obj/s390x/asmz.go:2402:2: don't use underscores in Go names; const op_VEC should be opVEC src/cmd/internal/obj/s390x/asmz.go:2403:2: don't use underscores in Go names; const op_VECL should be opVECL src/cmd/internal/obj/s390x/asmz.go:2404:2: don't use underscores in Go names; const op_VERIM should be opVERIM src/cmd/internal/obj/s390x/asmz.go:2405:2: don't use underscores in Go names; const op_VERLL should be opVERLL src/cmd/internal/obj/s390x/asmz.go:2406:2: don't use underscores in Go names; const op_VERLLV should be opVERLLV src/cmd/internal/obj/s390x/asmz.go:2407:2: don't use underscores in Go names; const op_VESLV should be opVESLV src/cmd/internal/obj/s390x/asmz.go:2408:2: don't use underscores in Go names; const op_VESL should be opVESL src/cmd/internal/obj/s390x/asmz.go:2409:2: don't use underscores in Go names; const op_VESRA should be opVESRA src/cmd/internal/obj/s390x/asmz.go:2410:2: don't use underscores in Go names; const op_VESRAV should be opVESRAV src/cmd/internal/obj/s390x/asmz.go:2411:2: don't use underscores in Go names; const op_VESRL should be opVESRL src/cmd/internal/obj/s390x/asmz.go:2412:2: don't use underscores in Go names; const op_VESRLV should be opVESRLV src/cmd/internal/obj/s390x/asmz.go:2413:2: don't use underscores in Go names; const op_VX should be opVX src/cmd/internal/obj/s390x/asmz.go:2414:2: don't use underscores in Go names; const op_VFAE should be opVFAE src/cmd/internal/obj/s390x/asmz.go:2415:2: don't use underscores in Go names; const op_VFEE should be opVFEE src/cmd/internal/obj/s390x/asmz.go:2416:2: don't use underscores in Go names; const op_VFENE should be opVFENE src/cmd/internal/obj/s390x/asmz.go:2417:2: don't use underscores in Go names; const op_VFA should be opVFA src/cmd/internal/obj/s390x/asmz.go:2418:2: don't use underscores in Go names; const op_WFK should be opWFK src/cmd/internal/obj/s390x/asmz.go:2419:2: don't use underscores in Go names; const op_VFCE should be opVFCE src/cmd/internal/obj/s390x/asmz.go:2420:2: don't use underscores in Go names; const op_VFCH should be opVFCH src/cmd/internal/obj/s390x/asmz.go:2421:2: don't use underscores in Go names; const op_VFCHE should be opVFCHE src/cmd/internal/obj/s390x/asmz.go:2422:2: don't use underscores in Go names; const op_WFC should be opWFC src/cmd/internal/obj/s390x/asmz.go:2423:2: don't use underscores in Go names; const op_VCDG should be opVCDG src/cmd/internal/obj/s390x/asmz.go:2424:2: don't use underscores in Go names; const op_VCDLG should be opVCDLG src/cmd/internal/obj/s390x/asmz.go:2425:2: don't use underscores in Go names; const op_VCGD should be opVCGD src/cmd/internal/obj/s390x/asmz.go:2426:2: don't use underscores in Go names; const op_VCLGD should be opVCLGD src/cmd/internal/obj/s390x/asmz.go:2427:2: don't use underscores in Go names; const op_VFD should be opVFD src/cmd/internal/obj/s390x/asmz.go:2428:2: don't use underscores in Go names; const op_VLDE should be opVLDE src/cmd/internal/obj/s390x/asmz.go:2429:2: don't use underscores in Go names; const op_VLED should be opVLED src/cmd/internal/obj/s390x/asmz.go:2430:2: don't use underscores in Go names; const op_VFM should be opVFM src/cmd/internal/obj/s390x/asmz.go:2431:2: don't use underscores in Go names; const op_VFMA should be opVFMA src/cmd/internal/obj/s390x/asmz.go:2432:2: don't use underscores in Go names; const op_VFMS should be opVFMS src/cmd/internal/obj/s390x/asmz.go:2433:2: don't use underscores in Go names; const op_VFPSO should be opVFPSO src/cmd/internal/obj/s390x/asmz.go:2434:2: don't use underscores in Go names; const op_VFSQ should be opVFSQ src/cmd/internal/obj/s390x/asmz.go:2435:2: don't use underscores in Go names; const op_VFS should be opVFS src/cmd/internal/obj/s390x/asmz.go:2436:2: don't use underscores in Go names; const op_VFTCI should be opVFTCI src/cmd/internal/obj/s390x/asmz.go:2437:2: don't use underscores in Go names; const op_VGFM should be opVGFM src/cmd/internal/obj/s390x/asmz.go:2438:2: don't use underscores in Go names; const op_VGFMA should be opVGFMA src/cmd/internal/obj/s390x/asmz.go:2439:2: don't use underscores in Go names; const op_VGEF should be opVGEF src/cmd/internal/obj/s390x/asmz.go:2440:2: don't use underscores in Go names; const op_VGEG should be opVGEG src/cmd/internal/obj/s390x/asmz.go:2441:2: don't use underscores in Go names; const op_VGBM should be opVGBM src/cmd/internal/obj/s390x/asmz.go:2442:2: don't use underscores in Go names; const op_VGM should be opVGM src/cmd/internal/obj/s390x/asmz.go:2443:2: don't use underscores in Go names; const op_VISTR should be opVISTR src/cmd/internal/obj/s390x/asmz.go:2444:2: don't use underscores in Go names; const op_VL should be opVL src/cmd/internal/obj/s390x/asmz.go:2445:2: don't use underscores in Go names; const op_VLR should be opVLR src/cmd/internal/obj/s390x/asmz.go:2446:2: don't use underscores in Go names; const op_VLREP should be opVLREP src/cmd/internal/obj/s390x/asmz.go:2447:2: don't use underscores in Go names; const op_VLC should be opVLC src/cmd/internal/obj/s390x/asmz.go:2448:2: don't use underscores in Go names; const op_VLEH should be opVLEH src/cmd/internal/obj/s390x/asmz.go:2449:2: don't use underscores in Go names; const op_VLEF should be opVLEF src/cmd/internal/obj/s390x/asmz.go:2450:2: don't use underscores in Go names; const op_VLEG should be opVLEG src/cmd/internal/obj/s390x/asmz.go:2451:2: don't use underscores in Go names; const op_VLEB should be opVLEB src/cmd/internal/obj/s390x/asmz.go:2452:2: don't use underscores in Go names; const op_VLEIH should be opVLEIH src/cmd/internal/obj/s390x/asmz.go:2453:2: don't use underscores in Go names; const op_VLEIF should be opVLEIF src/cmd/internal/obj/s390x/asmz.go:2454:2: don't use underscores in Go names; const op_VLEIG should be opVLEIG src/cmd/internal/obj/s390x/asmz.go:2455:2: don't use underscores in Go names; const op_VLEIB should be opVLEIB src/cmd/internal/obj/s390x/asmz.go:2456:2: don't use underscores in Go names; const op_VFI should be opVFI src/cmd/internal/obj/s390x/asmz.go:2457:2: don't use underscores in Go names; const op_VLGV should be opVLGV src/cmd/internal/obj/s390x/asmz.go:2458:2: don't use underscores in Go names; const op_VLLEZ should be opVLLEZ src/cmd/internal/obj/s390x/asmz.go:2459:2: don't use underscores in Go names; const op_VLM should be opVLM src/cmd/internal/obj/s390x/asmz.go:2460:2: don't use underscores in Go names; const op_VLP should be opVLP src/cmd/internal/obj/s390x/asmz.go:2461:2: don't use underscores in Go names; const op_VLBB should be opVLBB src/cmd/internal/obj/s390x/asmz.go:2462:2: don't use underscores in Go names; const op_VLVG should be opVLVG src/cmd/internal/obj/s390x/asmz.go:2463:2: don't use underscores in Go names; const op_VLVGP should be opVLVGP src/cmd/internal/obj/s390x/asmz.go:2464:2: don't use underscores in Go names; const op_VLL should be opVLL src/cmd/internal/obj/s390x/asmz.go:2465:2: don't use underscores in Go names; const op_VMX should be opVMX src/cmd/internal/obj/s390x/asmz.go:2466:2: don't use underscores in Go names; const op_VMXL should be opVMXL src/cmd/internal/obj/s390x/asmz.go:2467:2: don't use underscores in Go names; const op_VMRH should be opVMRH src/cmd/internal/obj/s390x/asmz.go:2468:2: don't use underscores in Go names; const op_VMRL should be opVMRL src/cmd/internal/obj/s390x/asmz.go:2469:2: don't use underscores in Go names; const op_VMN should be opVMN src/cmd/internal/obj/s390x/asmz.go:2470:2: don't use underscores in Go names; const op_VMNL should be opVMNL src/cmd/internal/obj/s390x/asmz.go:2471:2: don't use underscores in Go names; const op_VMAE should be opVMAE src/cmd/internal/obj/s390x/asmz.go:2472:2: don't use underscores in Go names; const op_VMAH should be opVMAH src/cmd/internal/obj/s390x/asmz.go:2473:2: don't use underscores in Go names; const op_VMALE should be opVMALE src/cmd/internal/obj/s390x/asmz.go:2474:2: don't use underscores in Go names; const op_VMALH should be opVMALH src/cmd/internal/obj/s390x/asmz.go:2475:2: don't use underscores in Go names; const op_VMALO should be opVMALO src/cmd/internal/obj/s390x/asmz.go:2476:2: don't use underscores in Go names; const op_VMAL should be opVMAL src/cmd/internal/obj/s390x/asmz.go:2477:2: don't use underscores in Go names; const op_VMAO should be opVMAO src/cmd/internal/obj/s390x/asmz.go:2478:2: don't use underscores in Go names; const op_VME should be opVME src/cmd/internal/obj/s390x/asmz.go:2479:2: don't use underscores in Go names; const op_VMH should be opVMH src/cmd/internal/obj/s390x/asmz.go:2480:2: don't use underscores in Go names; const op_VMLE should be opVMLE src/cmd/internal/obj/s390x/asmz.go:2481:2: don't use underscores in Go names; const op_VMLH should be opVMLH src/cmd/internal/obj/s390x/asmz.go:2482:2: don't use underscores in Go names; const op_VMLO should be opVMLO src/cmd/internal/obj/s390x/asmz.go:2483:2: don't use underscores in Go names; const op_VML should be opVML src/cmd/internal/obj/s390x/asmz.go:2484:2: don't use underscores in Go names; const op_VMO should be opVMO src/cmd/internal/obj/s390x/asmz.go:2485:2: don't use underscores in Go names; const op_VNO should be opVNO src/cmd/internal/obj/s390x/asmz.go:2486:2: don't use underscores in Go names; const op_VO should be opVO src/cmd/internal/obj/s390x/asmz.go:2487:2: don't use underscores in Go names; const op_VPK should be opVPK src/cmd/internal/obj/s390x/asmz.go:2488:2: don't use underscores in Go names; const op_VPKLS should be opVPKLS src/cmd/internal/obj/s390x/asmz.go:2489:2: don't use underscores in Go names; const op_VPKS should be opVPKS src/cmd/internal/obj/s390x/asmz.go:2490:2: don't use underscores in Go names; const op_VPERM should be opVPERM src/cmd/internal/obj/s390x/asmz.go:2491:2: don't use underscores in Go names; const op_VPDI should be opVPDI src/cmd/internal/obj/s390x/asmz.go:2492:2: don't use underscores in Go names; const op_VPOPCT should be opVPOPCT src/cmd/internal/obj/s390x/asmz.go:2493:2: don't use underscores in Go names; const op_VREP should be opVREP src/cmd/internal/obj/s390x/asmz.go:2494:2: don't use underscores in Go names; const op_VREPI should be opVREPI src/cmd/internal/obj/s390x/asmz.go:2495:2: don't use underscores in Go names; const op_VSCEF should be opVSCEF src/cmd/internal/obj/s390x/asmz.go:2496:2: don't use underscores in Go names; const op_VSCEG should be opVSCEG src/cmd/internal/obj/s390x/asmz.go:2497:2: don't use underscores in Go names; const op_VSEL should be opVSEL src/cmd/internal/obj/s390x/asmz.go:2498:2: don't use underscores in Go names; const op_VSL should be opVSL src/cmd/internal/obj/s390x/asmz.go:2499:2: don't use underscores in Go names; const op_VSLB should be opVSLB src/cmd/internal/obj/s390x/asmz.go:2500:2: don't use underscores in Go names; const op_VSLDB should be opVSLDB src/cmd/internal/obj/s390x/asmz.go:2501:2: don't use underscores in Go names; const op_VSRA should be opVSRA src/cmd/internal/obj/s390x/asmz.go:2502:2: don't use underscores in Go names; const op_VSRAB should be opVSRAB src/cmd/internal/obj/s390x/asmz.go:2503:2: don't use underscores in Go names; const op_VSRL should be opVSRL src/cmd/internal/obj/s390x/asmz.go:2504:2: don't use underscores in Go names; const op_VSRLB should be opVSRLB src/cmd/internal/obj/s390x/asmz.go:2505:2: don't use underscores in Go names; const op_VSEG should be opVSEG src/cmd/internal/obj/s390x/asmz.go:2506:2: don't use underscores in Go names; const op_VST should be opVST src/cmd/internal/obj/s390x/asmz.go:2507:2: don't use underscores in Go names; const op_VSTEH should be opVSTEH src/cmd/internal/obj/s390x/asmz.go:2508:2: don't use underscores in Go names; const op_VSTEF should be opVSTEF src/cmd/internal/obj/s390x/asmz.go:2509:2: don't use underscores in Go names; const op_VSTEG should be opVSTEG src/cmd/internal/obj/s390x/asmz.go:2510:2: don't use underscores in Go names; const op_VSTEB should be opVSTEB src/cmd/internal/obj/s390x/asmz.go:2511:2: don't use underscores in Go names; const op_VSTM should be opVSTM src/cmd/internal/obj/s390x/asmz.go:2512:2: don't use underscores in Go names; const op_VSTL should be opVSTL src/cmd/internal/obj/s390x/asmz.go:2513:2: don't use underscores in Go names; const op_VSTRC should be opVSTRC src/cmd/internal/obj/s390x/asmz.go:2514:2: don't use underscores in Go names; const op_VS should be opVS src/cmd/internal/obj/s390x/asmz.go:2515:2: don't use underscores in Go names; const op_VSCBI should be opVSCBI src/cmd/internal/obj/s390x/asmz.go:2516:2: don't use underscores in Go names; const op_VSBCBI should be opVSBCBI src/cmd/internal/obj/s390x/asmz.go:2517:2: don't use underscores in Go names; const op_VSBI should be opVSBI src/cmd/internal/obj/s390x/asmz.go:2518:2: don't use underscores in Go names; const op_VSUMG should be opVSUMG src/cmd/internal/obj/s390x/asmz.go:2519:2: don't use underscores in Go names; const op_VSUMQ should be opVSUMQ src/cmd/internal/obj/s390x/asmz.go:2520:2: don't use underscores in Go names; const op_VSUM should be opVSUM src/cmd/internal/obj/s390x/asmz.go:2521:2: don't use underscores in Go names; const op_VTM should be opVTM src/cmd/internal/obj/s390x/asmz.go:2522:2: don't use underscores in Go names; const op_VUPH should be opVUPH src/cmd/internal/obj/s390x/asmz.go:2523:2: don't use underscores in Go names; const op_VUPLH should be opVUPLH src/cmd/internal/obj/s390x/asmz.go:2524:2: don't use underscores in Go names; const op_VUPLL should be opVUPLL src/cmd/internal/obj/s390x/asmz.go:2525:2: don't use underscores in Go names; const op_VUPL should be opVUPL src/cmd/internal/obj/s390x/asmz.go:3004:4: should replace d -= 1 with d-- src/cmd/internal/obj/s390x/asmz.go:3406:5: should replace i2 -= 1 with i2-- src/cmd/internal/obj/s390x/asmz.go:3426:5: should replace i2 -= 1 with i2-- src/cmd/internal/obj/s390x/asmz.go:3442:5: should replace i2 -= 1 with i2-- src/cmd/internal/obj/s390x/asmz.go:4324:14: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4324:21: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2 src/cmd/internal/obj/s390x/asmz.go:4343:27: don't use underscores in Go names; func parameter r2_m3_r3 should be r2M3R3 src/cmd/internal/obj/s390x/asmz.go:4343:37: don't use underscores in Go names; func parameter i2_ri4_ri2 should be i2Ri4Ri2 src/cmd/internal/obj/s390x/asmz.go:4343:61: don't use underscores in Go names; func parameter i2_i5 should be i2I5 src/cmd/internal/obj/s390x/asmz.go:4363:23: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4363:30: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2 src/cmd/internal/obj/s390x/asmz.go:4406:15: don't use underscores in Go names; func parameter r3_m3 should be r3M3 src/cmd/internal/obj/s390x/asmz.go:4424:18: don't use underscores in Go names; func parameter r3_m3 should be r3M3 src/cmd/internal/obj/s390x/asmz.go:4449:19: don't use underscores in Go names; func parameter r3_m3 should be r3M3 src/cmd/internal/obj/s390x/asmz.go:4460:14: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4488:15: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4556:22: don't use underscores in Go names; func parameter l1_r1 should be l1R1 src/cmd/internal/obj/s390x/asmz.go:4556:29: don't use underscores in Go names; func parameter l2_i3_r3 should be l2I3R3 src/cmd/internal/obj/s390x/asmz.go:4556:39: don't use underscores in Go names; func parameter b1_b2 should be b1B2 src/cmd/internal/obj/s390x/asmz.go:4556:46: don't use underscores in Go names; func parameter d1_d2 should be d1D2 src/cmd/internal/obj/s390x/asmz.go:4556:53: don't use underscores in Go names; func parameter b2_b4 should be b2B4 src/cmd/internal/obj/s390x/asmz.go:4556:60: don't use underscores in Go names; func parameter d2_d4 should be d2D4 src/cmd/internal/obj/s390x/asmz.go:4632:19: don't use underscores in Go names; func parameter v3_r3 should be v3R3 src/cmd/internal/obj/s390x/listz.go:65:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/s390x/objz.go:722:5: exported var Links390x should have comment or be unexported src/cmd/internal/obj/x86/a.out.go:36:2: comment on exported const DONE should be of the form "DONE ..." src/cmd/internal/obj/x86/a.out.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:41:2: exported const REG_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:45:2: exported const REG_AL should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:206:2: don't use underscores in Go names; const T_64 should be T64 src/cmd/internal/obj/x86/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:210:1: comment on exported var AMD64DWARFRegisters should be of the form "AMD64DWARFRegisters ..." src/cmd/internal/obj/x86/a.out.go:277:1: comment on exported var X86DWARFRegisters should be of the form "X86DWARFRegisters ..." src/cmd/internal/obj/x86/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/x86/asm6.go:51:2: comment on exported const LoopAlign should be of the form "LoopAlign ..." src/cmd/internal/obj/x86/asm6.go:65:2: exported const MaxLoopPad should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:68:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/x86/asm6.go:75:6: exported type Movtab should have comment or be unexported src/cmd/internal/obj/x86/asm6.go:85:2: exported const Yxxx should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:162:2: exported const Zxxx should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:164:2: don't use underscores in Go names; const Zlitm_r should be ZlitmR src/cmd/internal/obj/x86/asm6.go:165:2: don't use underscores in Go names; const Z_rp should be ZRp src/cmd/internal/obj/x86/asm6.go:172:2: don't use underscores in Go names; const Zib_ should be Zib src/cmd/internal/obj/x86/asm6.go:173:2: don't use underscores in Go names; const Zib_rp should be ZibRp src/cmd/internal/obj/x86/asm6.go:174:2: don't use underscores in Go names; const Zibo_m should be ZiboM src/cmd/internal/obj/x86/asm6.go:175:2: don't use underscores in Go names; const Zibo_m_xm should be ZiboMXm src/cmd/internal/obj/x86/asm6.go:176:2: don't use underscores in Go names; const Zil_ should be Zil src/cmd/internal/obj/x86/asm6.go:177:2: don't use underscores in Go names; const Zil_rp should be ZilRp src/cmd/internal/obj/x86/asm6.go:178:2: don't use underscores in Go names; const Ziq_rp should be ZiqRp src/cmd/internal/obj/x86/asm6.go:179:2: don't use underscores in Go names; const Zilo_m should be ZiloM src/cmd/internal/obj/x86/asm6.go:183:2: don't use underscores in Go names; const Zo_iw should be ZoIw src/cmd/internal/obj/x86/asm6.go:184:2: don't use underscores in Go names; const Zm_o should be ZmO src/cmd/internal/obj/x86/asm6.go:185:2: don't use underscores in Go names; const Zm_r should be ZmR src/cmd/internal/obj/x86/asm6.go:186:2: don't use underscores in Go names; const Zm2_r should be Zm2R src/cmd/internal/obj/x86/asm6.go:187:2: don't use underscores in Go names; const Zm_r_xm should be ZmRXm src/cmd/internal/obj/x86/asm6.go:188:2: don't use underscores in Go names; const Zm_r_i_xm should be ZmRIXm src/cmd/internal/obj/x86/asm6.go:189:2: don't use underscores in Go names; const Zm_r_xm_nr should be ZmRXmNr src/cmd/internal/obj/x86/asm6.go:190:2: don't use underscores in Go names; const Zr_m_xm_nr should be ZrMXmNr src/cmd/internal/obj/x86/asm6.go:191:2: don't use underscores in Go names; const Zibm_r should be ZibmR src/cmd/internal/obj/x86/asm6.go:192:2: don't use underscores in Go names; const Zibr_m should be ZibrM src/cmd/internal/obj/x86/asm6.go:193:2: don't use underscores in Go names; const Zmb_r should be ZmbR src/cmd/internal/obj/x86/asm6.go:194:2: don't use underscores in Go names; const Zaut_r should be ZautR src/cmd/internal/obj/x86/asm6.go:195:2: don't use underscores in Go names; const Zo_m should be ZoM src/cmd/internal/obj/x86/asm6.go:196:2: don't use underscores in Go names; const Zo_m64 should be ZoM64 src/cmd/internal/obj/x86/asm6.go:198:2: don't use underscores in Go names; const Zr_m should be ZrM src/cmd/internal/obj/x86/asm6.go:199:2: don't use underscores in Go names; const Zr_m_xm should be ZrMXm src/cmd/internal/obj/x86/asm6.go:200:2: don't use underscores in Go names; const Zrp_ should be Zrp src/cmd/internal/obj/x86/asm6.go:201:2: don't use underscores in Go names; const Z_ib should be ZIb src/cmd/internal/obj/x86/asm6.go:202:2: don't use underscores in Go names; const Z_il should be ZIl src/cmd/internal/obj/x86/asm6.go:203:2: don't use underscores in Go names; const Zm_ibo should be ZmIbo src/cmd/internal/obj/x86/asm6.go:204:2: don't use underscores in Go names; const Zm_ilo should be ZmIlo src/cmd/internal/obj/x86/asm6.go:205:2: don't use underscores in Go names; const Zib_rr should be ZibRr src/cmd/internal/obj/x86/asm6.go:206:2: don't use underscores in Go names; const Zil_rr should be ZilRr src/cmd/internal/obj/x86/asm6.go:208:2: don't use underscores in Go names; const Zvex_rm_v_r should be ZvexRmVR src/cmd/internal/obj/x86/asm6.go:209:2: don't use underscores in Go names; const Zvex_rm_v_ro should be ZvexRmVRo src/cmd/internal/obj/x86/asm6.go:210:2: don't use underscores in Go names; const Zvex_r_v_rm should be ZvexRVRm src/cmd/internal/obj/x86/asm6.go:211:2: don't use underscores in Go names; const Zvex_v_rm_r should be ZvexVRmR src/cmd/internal/obj/x86/asm6.go:212:2: don't use underscores in Go names; const Zvex_i_rm_r should be ZvexIRmR src/cmd/internal/obj/x86/asm6.go:213:2: don't use underscores in Go names; const Zvex_i_r_v should be ZvexIRV src/cmd/internal/obj/x86/asm6.go:214:2: don't use underscores in Go names; const Zvex_i_rm_v_r should be ZvexIRmVR src/cmd/internal/obj/x86/asm6.go:216:2: don't use underscores in Go names; const Zvex_rm_r_vo should be ZvexRmRVo src/cmd/internal/obj/x86/asm6.go:217:2: don't use underscores in Go names; const Zvex_i_r_rm should be ZvexIRRm src/cmd/internal/obj/x86/asm6.go:218:2: don't use underscores in Go names; const Zvex_hr_rm_v_r should be ZvexHrRmVR src/cmd/internal/obj/x86/asm6.go:224:2: exported const Px should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:281:2: comment on exported const VEX_DDS_LIG_66_0F38_W1 should be of the form "VEX_DDS_LIG_66_0F38_W1 ..." src/cmd/internal/obj/x86/asm6.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:283:2: exported const VEX_NDD_128_66_0F_WIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:468:5: don't use underscores in Go names; var ym_rl should be ymRl src/cmd/internal/obj/x86/asm6.go:472:5: don't use underscores in Go names; var yrl_m should be yrlM src/cmd/internal/obj/x86/asm6.go:476:5: don't use underscores in Go names; var ymb_rl should be ymbRl src/cmd/internal/obj/x86/asm6.go:480:5: don't use underscores in Go names; var yml_rl should be ymlRl src/cmd/internal/obj/x86/asm6.go:484:5: don't use underscores in Go names; var yrl_ml should be yrlMl src/cmd/internal/obj/x86/asm6.go:488:5: don't use underscores in Go names; var yml_mb should be ymlMb src/cmd/internal/obj/x86/asm6.go:493:5: don't use underscores in Go names; var yrb_mb should be yrbMb src/cmd/internal/obj/x86/asm6.go:637:5: don't use underscores in Go names; var ysvrs_mo should be ysvrsMo src/cmd/internal/obj/x86/asm6.go:642:5: don't use underscores in Go names; var ysvrs_om should be ysvrsOm src/cmd/internal/obj/x86/asm6.go:655:5: don't use underscores in Go names; var yxm_q4 should be yxmQ4 src/cmd/internal/obj/x86/asm6.go:673:5: don't use underscores in Go names; var yxr_ml should be yxrMl src/cmd/internal/obj/x86/asm6.go:681:5: don't use underscores in Go names; var ymr_ml should be ymrMl src/cmd/internal/obj/x86/asm6.go:814:5: don't use underscores in Go names; var yvex_xy3 should be yvexXy3 src/cmd/internal/obj/x86/asm6.go:819:5: don't use underscores in Go names; var yvex_x3 should be yvexX3 src/cmd/internal/obj/x86/asm6.go:823:5: don't use underscores in Go names; var yvex_ri3 should be yvexRi3 src/cmd/internal/obj/x86/asm6.go:827:5: don't use underscores in Go names; var yvex_xyi3 should be yvexXyi3 src/cmd/internal/obj/x86/asm6.go:834:5: don't use underscores in Go names; var yvex_yyi4 should be yvexYyi4 src/cmd/internal/obj/x86/asm6.go:838:5: don't use underscores in Go names; var yvex_xyi4 should be yvexXyi4 src/cmd/internal/obj/x86/asm6.go:842:5: don't use underscores in Go names; var yvex_shift should be yvexShift src/cmd/internal/obj/x86/asm6.go:849:5: don't use underscores in Go names; var yvex_shift_dq should be yvexShiftDq src/cmd/internal/obj/x86/asm6.go:854:5: don't use underscores in Go names; var yvex_r3 should be yvexR3 src/cmd/internal/obj/x86/asm6.go:858:5: don't use underscores in Go names; var yvex_vmr3 should be yvexVmr3 src/cmd/internal/obj/x86/asm6.go:862:5: don't use underscores in Go names; var yvex_xy2 should be yvexXy2 src/cmd/internal/obj/x86/asm6.go:867:5: don't use underscores in Go names; var yvex_xyr2 should be yvexXyr2 src/cmd/internal/obj/x86/asm6.go:872:5: don't use underscores in Go names; var yvex_vmovdqa should be yvexVmovdqa src/cmd/internal/obj/x86/asm6.go:879:5: don't use underscores in Go names; var yvex_vmovntdq should be yvexVmovntdq src/cmd/internal/obj/x86/asm6.go:884:5: don't use underscores in Go names; var yvex_vpbroadcast should be yvexVpbroadcast src/cmd/internal/obj/x86/asm6.go:889:5: don't use underscores in Go names; var yvex_vpbroadcast_sd should be yvexVpbroadcastSd src/cmd/internal/obj/x86/asm6.go:893:5: don't use underscores in Go names; var yvex_vpextrw should be yvexVpextrw src/cmd/internal/obj/x86/asm6.go:898:5: don't use underscores in Go names; var yvex_m should be yvexM src/cmd/internal/obj/x86/asm6.go:902:5: don't use underscores in Go names; var yvex_xx3 should be yvexXx3 src/cmd/internal/obj/x86/asm6.go:906:5: don't use underscores in Go names; var yvex_yi3 should be yvexYi3 src/cmd/internal/obj/x86/asm6.go:910:5: don't use underscores in Go names; var yvex_mxy should be yvexMxy src/cmd/internal/obj/x86/asm6.go:915:5: don't use underscores in Go names; var yvex_yy3 should be yvexYy3 src/cmd/internal/obj/x86/asm6.go:919:5: don't use underscores in Go names; var yvex_xi3 should be yvexXi3 src/cmd/internal/obj/x86/asm6.go:923:5: don't use underscores in Go names; var yvex_vpermpd should be yvexVpermpd src/cmd/internal/obj/x86/asm6.go:927:5: don't use underscores in Go names; var yvex_vpermilp should be yvexVpermilp src/cmd/internal/obj/x86/asm6.go:934:5: don't use underscores in Go names; var yvex_vcvtps2ph should be yvexVcvtps2ph src/cmd/internal/obj/x86/asm6.go:939:5: don't use underscores in Go names; var yvex_vbroadcastf should be yvexVbroadcastf src/cmd/internal/obj/x86/asm6.go:943:5: don't use underscores in Go names; var yvex_vmovd should be yvexVmovd src/cmd/internal/obj/x86/asm6.go:948:5: don't use underscores in Go names; var yvex_x2 should be yvexX2 src/cmd/internal/obj/x86/asm6.go:952:5: don't use underscores in Go names; var yvex_y2 should be yvexY2 src/cmd/internal/obj/x86/asm6.go:960:5: don't use underscores in Go names; var yvex_xx2 should be yvexXx2 src/cmd/internal/obj/x86/asm6.go:964:5: don't use underscores in Go names; var yvex_vpalignr should be yvexVpalignr src/cmd/internal/obj/x86/asm6.go:969:5: don't use underscores in Go names; var yvex_rxi4 should be yvexRxi4 src/cmd/internal/obj/x86/asm6.go:973:5: don't use underscores in Go names; var yvex_xxi4 should be yvexXxi4 src/cmd/internal/obj/x86/asm6.go:977:5: don't use underscores in Go names; var yvex_xy4 should be yvexXy4 src/cmd/internal/obj/x86/asm6.go:982:5: don't use underscores in Go names; var yvex_vpbroadcast_ss should be yvexVpbroadcastSs src/cmd/internal/obj/x86/asm6.go:989:5: don't use underscores in Go names; var yvex_vblendvpd should be yvexVblendvpd src/cmd/internal/obj/x86/asm6.go:996:5: don't use underscores in Go names; var yvex_vmov should be yvexVmov src/cmd/internal/obj/x86/asm6.go:1003:5: don't use underscores in Go names; var yvex_vps should be yvexVps src/cmd/internal/obj/x86/asm6.go:1010:5: don't use underscores in Go names; var yvex_r2 should be yvexR2 src/cmd/internal/obj/x86/asm6.go:1014:5: don't use underscores in Go names; var yvex_vpextr should be yvexVpextr src/cmd/internal/obj/x86/asm6.go:1018:5: don't use underscores in Go names; var yvex_rx3 should be yvexRx3 src/cmd/internal/obj/x86/asm6.go:1022:5: don't use underscores in Go names; var yvex_vcvtsd2si should be yvexVcvtsd2si src/cmd/internal/obj/x86/asm6.go:1026:5: don't use underscores in Go names; var yvex_vmovhpd should be yvexVmovhpd src/cmd/internal/obj/x86/asm6.go:1031:5: don't use underscores in Go names; var yvex_vmovq should be yvexVmovq src/cmd/internal/obj/x86/asm6.go:2919:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3044:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3111:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3312:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3316:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3335:2: exported const E should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:3520:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3561:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3622:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:4786:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:4794:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/list6.go:38:5: exported var Register should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:41:1: exported function CanUse1InsnTLS should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:967:6: don't use underscores in Go names; func indir_cx should be indirCx src/cmd/internal/obj/x86/obj6.go:985:6: don't use underscores in Go names; func load_g_cx should be loadGCx src/cmd/internal/obj/x86/obj6.go:1239:5: exported var Linkamd64 should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:1249:5: exported var Linkamd64p32 should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:1259:5: exported var Link386 should have comment or be unexported src/cmd/internal/objabi/autotype.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/autotype.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/autotype.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/doc.go:14:1: package comment should be of the form "Package objabi ..." src/cmd/internal/objabi/flag.go:16:1: exported function Flagcount should have comment or be unexported src/cmd/internal/objabi/flag.go:20:1: exported function Flagfn1 should have comment or be unexported src/cmd/internal/objabi/flag.go:24:1: exported function Flagprint should have comment or be unexported src/cmd/internal/objabi/flag.go:29:1: exported function Flagparse should have comment or be unexported src/cmd/internal/objabi/flag.go:34:1: exported function AddVersionFlag should have comment or be unexported src/cmd/internal/objabi/funcdata.go:14:2: don't use underscores in Go names; const PCDATA_StackMapIndex should be PCDATAStackMapIndex src/cmd/internal/objabi/funcdata.go:14:2: exported const PCDATA_StackMapIndex should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/funcdata.go:15:2: don't use underscores in Go names; const PCDATA_InlTreeIndex should be PCDATAInlTreeIndex src/cmd/internal/objabi/funcdata.go:16:2: don't use underscores in Go names; const FUNCDATA_ArgsPointerMaps should be FUNCDATAArgsPointerMaps src/cmd/internal/objabi/funcdata.go:17:2: don't use underscores in Go names; const FUNCDATA_LocalsPointerMaps should be FUNCDATALocalsPointerMaps src/cmd/internal/objabi/funcdata.go:18:2: don't use underscores in Go names; const FUNCDATA_InlTree should be FUNCDATAInlTree src/cmd/internal/objabi/head.go:39:2: exported const Hunknown should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/head.go:52:1: exported method HeadType.Set should have comment or be unexported src/cmd/internal/objabi/reloctype.go:33:6: exported type RelocType should have comment or be unexported src/cmd/internal/objabi/reloctype.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/stack.go:10:2: exported const STACKSYSTEM should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/stack.go:19:2: exported const StackPreempt should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/typekind.go:11:2: exported const KindBool should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/util.go:24:2: exported var GOROOT should have comment or be unexported src/cmd/internal/objabi/util.go:56:1: exported function Getgoextlinkenabled should have comment or be unexported src/cmd/internal/objabi/util.go:68:1: exported function Framepointer_enabled should have comment or be unexported src/cmd/internal/objabi/util.go:68:6: don't use underscores in Go names; func Framepointer_enabled should be FramepointerEnabled src/cmd/internal/objabi/util.go:94:2: don't use underscores in Go names; var framepointer_enabled should be framepointerEnabled src/cmd/internal/objabi/util.go:94:27: should omit type int from declaration of var framepointer_enabled; it will be inferred from the right-hand side src/cmd/internal/objabi/util.go:95:2: don't use underscores in Go names; var Fieldtrack_enabled should be FieldtrackEnabled src/cmd/internal/objabi/util.go:95:2: exported var Fieldtrack_enabled should have comment or be unexported src/cmd/internal/objabi/util.go:96:2: don't use underscores in Go names; var Preemptibleloops_enabled should be PreemptibleloopsEnabled src/cmd/internal/objabi/util.go:97:2: don't use underscores in Go names; var Clobberdead_enabled should be ClobberdeadEnabled src/cmd/internal/objabi/util.go:116:1: exported function DefaultExpstring should have comment or be unexported src/cmd/internal/objabi/util.go:120:1: exported function Expstring should have comment or be unexported src/cmd/internal/objfile/disasm.go:298:6: don't use underscores in Go names; func disasm_386 should be disasm386 src/cmd/internal/objfile/disasm.go:302:6: don't use underscores in Go names; func disasm_amd64 should be disasmAmd64 src/cmd/internal/objfile/disasm.go:306:6: don't use underscores in Go names; func disasm_x86 should be disasmX86 src/cmd/internal/objfile/disasm.go:339:6: don't use underscores in Go names; func disasm_arm should be disasmArm src/cmd/internal/objfile/disasm.go:352:6: don't use underscores in Go names; func disasm_arm64 should be disasmArm64 src/cmd/internal/objfile/disasm.go:363:6: don't use underscores in Go names; func disasm_ppc64 should be disasmPpc64 src/cmd/internal/objfile/disasm.go:397:6: exported type Liner should have comment or be unexported src/cmd/internal/objfile/objfile.go:32:6: exported type Entry should have comment or be unexported src/cmd/internal/objfile/objfile.go:47:6: exported type Reloc should have comment or be unexported src/cmd/internal/objfile/objfile.go:53:6: exported type RelocStringer should have comment or be unexported src/cmd/internal/objfile/objfile.go:85:1: exported method File.Close should have comment or be unexported src/cmd/internal/objfile/objfile.go:89:1: exported method File.Entries should have comment or be unexported src/cmd/internal/objfile/objfile.go:93:1: exported method File.Symbols should have comment or be unexported src/cmd/internal/objfile/objfile.go:97:1: exported method File.PCLineTable should have comment or be unexported src/cmd/internal/objfile/objfile.go:101:1: exported method File.Text should have comment or be unexported src/cmd/internal/objfile/objfile.go:105:1: exported method File.GOARCH should have comment or be unexported src/cmd/internal/objfile/objfile.go:109:1: exported method File.LoadAddress should have comment or be unexported src/cmd/internal/objfile/objfile.go:113:1: exported method File.DWARF should have comment or be unexported src/cmd/internal/objfile/objfile.go:117:1: exported method File.Disasm should have comment or be unexported src/cmd/internal/objfile/objfile.go:121:1: exported method Entry.Name should have comment or be unexported src/cmd/internal/objfile/objfile.go:125:1: exported method Entry.Symbols should have comment or be unexported src/cmd/internal/objfile/objfile.go:140:1: exported method Entry.PCLineTable should have comment or be unexported src/cmd/internal/objfile/objfile.go:154:1: exported method Entry.Text should have comment or be unexported src/cmd/internal/objfile/objfile.go:158:1: exported method Entry.GOARCH should have comment or be unexported src/cmd/internal/objfile/pe.go:45:4: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objfile/pe.go:46:4: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objfile/pe.go:47:4: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/src/pos.go:84:1: comment on exported method Pos.AbsFilename should be of the form "AbsFilename ..." src/cmd/internal/src/pos.go:87:1: comment on exported method Pos.SymFilename should be of the form "SymFilename ..." src/cmd/internal/src/pos.go:225:7: exported const FileSymPrefix should have comment or be unexported src/cmd/internal/sys/arch.go:15:2: exported const NoArch should have comment (or a comment on this block) or be unexported src/cmd/internal/sys/arch.go:55:5: exported var Arch386 should have comment or be unexported src/cmd/internal/sys/arch.go:64:5: exported var ArchAMD64 should have comment or be unexported src/cmd/internal/sys/arch.go:73:5: exported var ArchAMD64P32 should have comment or be unexported src/cmd/internal/sys/arch.go:82:5: exported var ArchARM should have comment or be unexported src/cmd/internal/sys/arch.go:91:5: exported var ArchARM64 should have comment or be unexported src/cmd/internal/sys/arch.go:100:5: exported var ArchMIPS should have comment or be unexported src/cmd/internal/sys/arch.go:109:5: exported var ArchMIPSLE should have comment or be unexported src/cmd/internal/sys/arch.go:118:5: exported var ArchMIPS64 should have comment or be unexported src/cmd/internal/sys/arch.go:127:5: exported var ArchMIPS64LE should have comment or be unexported src/cmd/internal/sys/arch.go:136:5: exported var ArchPPC64 should have comment or be unexported src/cmd/internal/sys/arch.go:145:5: exported var ArchPPC64LE should have comment or be unexported src/cmd/internal/sys/arch.go:154:5: exported var ArchS390X should have comment or be unexported src/cmd/internal/sys/arch.go:163:5: exported var Archs should have comment or be unexported src/cmd/internal/test2json/test2json.go:27:2: exported const Timestamp should have comment (or a comment on this block) or be unexported src/cmd/link/internal/amd64/asm.go:42:1: exported function PADDR should have comment or be unexported src/cmd/link/internal/amd64/asm.go:46:1: exported function Addcall should have comment or be unexported src/cmd/link/internal/amd64/asm.go:94:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/amd64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/arm/asm.go:105:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/arm/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/arm64/asm.go:85:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/arm64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/ld/ar.go:44:2: exported const SARMAG should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/ar.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/ar.go:49:2: exported const ARMAG should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/ar.go:52:6: exported type ArHdr should have comment or be unexported src/cmd/link/internal/ld/config.go:21:2: exported const BuildModeUnset should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/config.go:30:1: exported method BuildMode.Set should have comment or be unexported src/cmd/link/internal/ld/config.go:130:2: exported const LinkAuto should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/config.go:135:1: exported method LinkMode.Set should have comment or be unexported src/cmd/link/internal/ld/data.go:599:1: exported function Codeblk should have comment or be unexported src/cmd/link/internal/ld/data.go:602:1: exported function CodeblkPad should have comment or be unexported src/cmd/link/internal/ld/data.go:711:1: exported function Datblk should have comment or be unexported src/cmd/link/internal/ld/data.go:782:1: exported function Dwarfblk should have comment or be unexported src/cmd/link/internal/ld/data.go:857:1: exported function Addstring should have comment or be unexported src/cmd/link/internal/ld/data.go:936:6: exported type GCProg should have comment or be unexported src/cmd/link/internal/ld/data.go:942:1: exported method GCProg.Init should have comment or be unexported src/cmd/link/internal/ld/data.go:958:1: exported method GCProg.End should have comment or be unexported src/cmd/link/internal/ld/data.go:966:1: exported method GCProg.AddSym should have comment or be unexported src/cmd/link/internal/ld/data.go:2114:1: comment on exported method Link.AddTramp should be of the form "AddTramp ..." src/cmd/link/internal/ld/dwarf.go:951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf.go:952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf.go:953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf.go:954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf_test.go:715:3: should replace abscount += 1 with abscount++ src/cmd/link/internal/ld/elf.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:78:2: exported const EI_MAG0 should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/elf.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:244:2: don't use underscores in Go names; const PF_X should be PFX src/cmd/link/internal/ld/elf.go:245:2: don't use underscores in Go names; const PF_W should be PFW src/cmd/link/internal/ld/elf.go:246:2: don't use underscores in Go names; const PF_R should be PFR src/cmd/link/internal/ld/elf.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:274:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:346:1: comment on exported type ElfEhdr should be of the form "ElfEhdr ..." (with optional leading article) src/cmd/link/internal/ld/elf.go:351:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/elf.go:366:1: comment on exported type ElfShdr should be of the form "ElfShdr ..." (with optional leading article) src/cmd/link/internal/ld/elf.go:371:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/elf.go:383:1: comment on exported type ElfPhdr should be of the form "ElfPhdr ..." (with optional leading article) src/cmd/link/internal/ld/elf.go:387:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/elf.go:434:5: exported var Elfstrdat should have comment or be unexported src/cmd/link/internal/ld/elf.go:456:2: exported var Nelfsym should have comment or be unexported src/cmd/link/internal/ld/elf.go:470:6: exported type Elfstring should have comment or be unexported src/cmd/link/internal/ld/elf.go:481:1: comment on exported function Elfinit should be of the form "Elfinit ..." src/cmd/link/internal/ld/elf.go:744:1: exported function Elfwritedynent should have comment or be unexported src/cmd/link/internal/ld/elf.go:758:1: exported function Elfwritedynentsymplus should have comment or be unexported src/cmd/link/internal/ld/elf.go:824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:830:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:830:5: exported var ELF_NOTE_NETBSD_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:861:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:861:5: exported var ELF_NOTE_OPENBSD_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:914:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:917:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:917:5: exported var ELF_NOTE_BUILDINFO_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:962:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:965:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:965:5: exported var ELF_NOTE_GO_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:969:6: exported type Elfaux should have comment or be unexported src/cmd/link/internal/ld/elf.go:975:6: exported type Elflib should have comment or be unexported src/cmd/link/internal/ld/elf.go:1378:1: exported function Elfemitreloc should have comment or be unexported src/cmd/link/internal/ld/elf.go:1468:2: don't use underscores in Go names; var relro_prefix should be relroPrefix src/cmd/link/internal/ld/elf.go:1716:1: exported function Asmbelfsetup should have comment or be unexported src/cmd/link/internal/ld/elf.go:1745:1: exported function Asmbelf should have comment or be unexported src/cmd/link/internal/ld/elf.go:2339:1: exported function ELF32_R_SYM should have comment or be unexported src/cmd/link/internal/ld/elf.go:2339:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2343:1: exported function ELF32_R_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2343:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2347:1: exported function ELF32_R_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2347:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2347:31: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2351:1: exported function ELF32_ST_BIND should have comment or be unexported src/cmd/link/internal/ld/elf.go:2351:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2355:1: exported function ELF32_ST_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2355:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2359:1: exported function ELF32_ST_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2359:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2359:32: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2363:1: exported function ELF32_ST_VISIBILITY should have comment or be unexported src/cmd/link/internal/ld/elf.go:2363:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2367:1: exported function ELF64_R_SYM should have comment or be unexported src/cmd/link/internal/ld/elf.go:2367:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2371:1: exported function ELF64_R_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2371:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2375:1: exported function ELF64_R_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2375:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2375:31: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2379:1: exported function ELF64_ST_BIND should have comment or be unexported src/cmd/link/internal/ld/elf.go:2379:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2383:1: exported function ELF64_ST_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2383:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2387:1: exported function ELF64_ST_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2387:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2387:32: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2391:1: exported function ELF64_ST_VISIBILITY should have comment or be unexported src/cmd/link/internal/ld/elf.go:2391:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/go.go:312:1: exported function Adddynsym should have comment or be unexported src/cmd/link/internal/ld/go.go:373:6: exported type Pkg should have comment or be unexported src/cmd/link/internal/ld/lib.go:93:6: exported type Arch should have comment or be unexported src/cmd/link/internal/ld/lib.go:127:2: exported var Thearch should have comment or be unexported src/cmd/link/internal/ld/lib.go:135:2: exported const MINFUNC should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/lib.go:168:2: exported var Funcalign should have comment or be unexported src/cmd/link/internal/ld/lib.go:173:2: don't use underscores in Go names; var debug_s should be debugS src/cmd/link/internal/ld/lib.go:181:2: exported var Segtext should have comment or be unexported src/cmd/link/internal/ld/lib.go:204:1: exported function Lflag should have comment or be unexported src/cmd/link/internal/ld/lib.go:846:6: exported type Hostobj should have comment or be unexported src/cmd/link/internal/ld/lib.go:1722:1: exported function Le16 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1726:1: exported function Le32 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1730:1: exported function Le64 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1734:1: exported function Be16 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1738:1: exported function Be32 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1964:6: exported type SymbolType should have comment or be unexported src/cmd/link/internal/ld/lib.go:1967:2: comment on exported const TextSym should be of the form "TextSym ..." src/cmd/link/internal/ld/lib.go:1969:2: exported const DataSym should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/lib.go:1977:2: comment on exported const DeletedAutoSym should be of the form "DeletedAutoSym ..." src/cmd/link/internal/ld/lib.go:2142:1: exported function Symaddr should have comment or be unexported src/cmd/link/internal/ld/lib.go:2169:1: exported function Entryvalue should have comment or be unexported src/cmd/link/internal/ld/lib.go:2235:1: exported function Rnd should have comment or be unexported src/cmd/link/internal/ld/link.go:42:6: exported type Shlib should have comment or be unexported src/cmd/link/internal/ld/link.go:86:1: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..." src/cmd/link/internal/ld/link.go:103:1: exported method Link.Logf should have comment or be unexported src/cmd/link/internal/ld/link.go:119:6: exported type Pciter should have comment or be unexported src/cmd/link/internal/ld/macho.go:15:6: exported type MachoHdr should have comment or be unexported src/cmd/link/internal/ld/macho.go:20:6: exported type MachoSect should have comment or be unexported src/cmd/link/internal/ld/macho.go:34:6: exported type MachoSeg should have comment or be unexported src/cmd/link/internal/ld/macho.go:48:6: exported type MachoLoad should have comment or be unexported src/cmd/link/internal/ld/macho.go:49:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/macho.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:63:2: exported const MACHO_CPU_AMD64 should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:96:2: exported const MH_MAGIC should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:106:2: exported const LC_SEGMENT should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:135:2: exported const S_REGULAR should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:165:2: exported const SymKindLocal should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:189:35: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/macho.go:464:1: exported function Asmbmacho should have comment or be unexported src/cmd/link/internal/ld/macho.go:661:53: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/macho.go:847:1: exported function Domacholink should have comment or be unexported src/cmd/link/internal/ld/macho.go:939:1: exported function Machoemitreloc should have comment or be unexported src/cmd/link/internal/ld/macho_combine_dwarf.go:52:2: struct field CryptId should be CryptID src/cmd/link/internal/ld/macho_combine_dwarf.go:227:21: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/ld/main.go:242:6: exported type Rpath should have comment or be unexported src/cmd/link/internal/ld/main.go:247:1: exported method Rpath.Set should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:31:1: exported method OutBuf.SeekSet should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:42:1: exported method OutBuf.Offset should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:57:1: exported method OutBuf.Write8 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:63:1: exported method OutBuf.Write16 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:68:1: exported method OutBuf.Write32 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:73:1: exported method OutBuf.Write32b should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:78:1: exported method OutBuf.Write64 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:83:1: exported method OutBuf.Write64b should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:88:1: exported method OutBuf.WriteString should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:116:1: exported method OutBuf.Flush should have comment or be unexported src/cmd/link/internal/ld/pcln.go:441:2: exported const BUCKETSIZE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/pe.go:19:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:19:6: exported type IMAGE_IMPORT_DESCRIPTOR should have comment or be unexported src/cmd/link/internal/ld/pe.go:27:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:27:6: exported type IMAGE_EXPORT_DIRECTORY should have comment or be unexported src/cmd/link/internal/ld/pe.go:42:2: exported const PEBASE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/pe.go:46:2: comment on exported var PESECTALIGN should be of the form "PESECTALIGN ..." src/cmd/link/internal/ld/pe.go:50:2: comment on exported var PEFILEALIGN should be of the form "PEFILEALIGN ..." src/cmd/link/internal/ld/pe.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:57:2: exported const IMAGE_FILE_MACHINE_I386 should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/pe.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:254:6: exported type Imp should have comment or be unexported src/cmd/link/internal/ld/pe.go:261:6: exported type Dll should have comment or be unexported src/cmd/link/internal/ld/pe.go:271:2: exported var PESECTHEADR should have comment or be unexported src/cmd/link/internal/ld/pe.go:486:2: don't use underscores in Go names; var init_entry should be initEntry src/cmd/link/internal/ld/pe.go:889:1: exported function Peinit should have comment or be unexported src/cmd/link/internal/ld/pe.go:1315:1: exported function Asmbpe should have comment or be unexported src/cmd/link/internal/ld/symtab.go:80:79: don't use underscores in Go names; func parameter go_ should be go src/cmd/link/internal/ld/symtab.go:202:1: exported function Asmelfsym should have comment or be unexported src/cmd/link/internal/ld/symtab.go:223:83: don't use underscores in Go names; func parameter go_ should be go src/cmd/link/internal/ld/symtab.go:252:1: exported function Asmplan9sym should have comment or be unexported src/cmd/link/internal/ld/util.go:18:1: comment on exported function Cputime should be of the form "Cputime ..." src/cmd/link/internal/ld/util.go:72:1: exported function AtExit should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:56:2: exported const ElfDataNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:62:2: exported const ElfTypeNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:70:2: exported const ElfMachNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:101:2: exported const ElfAbiNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:118:2: exported const ElfSectNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:136:2: exported const ElfSymBindLocal should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:142:2: exported const ElfSymTypeNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:152:2: exported const ElfSymShnNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:158:2: exported const ElfProgNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:171:2: exported const ElfNotePrStatus should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadelf/ldelf.go:187:6: exported type ElfHdrBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:204:6: exported type ElfSectBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:217:6: exported type ElfProgBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:220:6: exported type ElfSymBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:229:6: exported type ElfHdrBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:246:6: exported type ElfSectBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:259:6: exported type ElfProgBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:262:6: exported type ElfSymBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:271:6: exported type ElfSect should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:274:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadelf/ldelf.go:287:6: exported type ElfObj should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:299:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadelf/ldelf.go:314:6: exported type ElfSym should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:319:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadelf/ldelf.go:325:5: exported var ElfMagic should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:328:2: exported const TagFile should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:411:31: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadelf/ldelf.go:421:32: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadelf/ldelf.go:447:33: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadelf/ldelf.go:1001:21: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadmacho/ldmacho.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:75:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadmacho/ldmacho.go:118:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadmacho/ldmacho.go:134:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadmacho/ldmacho.go:165:2: const LdMachoCpuVax should be LdMachoCPUVax src/cmd/link/internal/loadmacho/ldmacho.go:165:2: exported const LdMachoCpuVax should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadmacho/ldmacho.go:166:2: const LdMachoCpu68000 should be LdMachoCPU68000 src/cmd/link/internal/loadmacho/ldmacho.go:167:2: const LdMachoCpu386 should be LdMachoCPU386 src/cmd/link/internal/loadmacho/ldmacho.go:168:2: const LdMachoCpuAmd64 should be LdMachoCPUAmd64 src/cmd/link/internal/loadmacho/ldmacho.go:169:2: const LdMachoCpuMips should be LdMachoCPUMips src/cmd/link/internal/loadmacho/ldmacho.go:170:2: const LdMachoCpu98000 should be LdMachoCPU98000 src/cmd/link/internal/loadmacho/ldmacho.go:171:2: const LdMachoCpuHppa should be LdMachoCPUHppa src/cmd/link/internal/loadmacho/ldmacho.go:172:2: const LdMachoCpuArm should be LdMachoCPUArm src/cmd/link/internal/loadmacho/ldmacho.go:173:2: const LdMachoCpu88000 should be LdMachoCPU88000 src/cmd/link/internal/loadmacho/ldmacho.go:174:2: const LdMachoCpuSparc should be LdMachoCPUSparc src/cmd/link/internal/loadmacho/ldmacho.go:175:2: const LdMachoCpu860 should be LdMachoCPU860 src/cmd/link/internal/loadmacho/ldmacho.go:176:2: const LdMachoCpuAlpha should be LdMachoCPUAlpha src/cmd/link/internal/loadmacho/ldmacho.go:177:2: const LdMachoCpuPower should be LdMachoCPUPower src/cmd/link/internal/loadmacho/ldmacho.go:191:56: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/loadpe/ldpe.go:23:2: comment on exported const IMAGE_SYM_UNDEFINED should be of the form "IMAGE_SYM_UNDEFINED ..." src/cmd/link/internal/loadpe/ldpe.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:25:2: exported const IMAGE_SYM_ABSOLUTE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadpe/ldpe.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:336:32: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/mips/l.go:65:2: exported const MaxAlign should have comment (or a comment on this block) or be unexported src/cmd/link/internal/mips/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/mips64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/ppc64/asm.go:200:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/ppc64/asm.go:613:4: should replace val += 1 with val++ src/cmd/link/internal/ppc64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/s390x/asm.go:98:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/s390x/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/sym/attribute.go:28:2: exported const AttrCgoExportStatic should have comment (or a comment on this block) or be unexported src/cmd/link/internal/sym/attribute.go:81:1: exported method Attribute.DuplicateOK should have comment or be unexported src/cmd/link/internal/sym/attribute.go:82:1: exported method Attribute.External should have comment or be unexported src/cmd/link/internal/sym/attribute.go:83:1: exported method Attribute.NoSplit should have comment or be unexported src/cmd/link/internal/sym/attribute.go:84:1: exported method Attribute.Reachable should have comment or be unexported src/cmd/link/internal/sym/attribute.go:85:1: exported method Attribute.CgoExportDynamic should have comment or be unexported src/cmd/link/internal/sym/attribute.go:86:1: exported method Attribute.CgoExportStatic should have comment or be unexported src/cmd/link/internal/sym/attribute.go:87:1: exported method Attribute.Special should have comment or be unexported src/cmd/link/internal/sym/attribute.go:88:1: exported method Attribute.StackCheck should have comment or be unexported src/cmd/link/internal/sym/attribute.go:89:1: exported method Attribute.NotInSymbolTable should have comment or be unexported src/cmd/link/internal/sym/attribute.go:90:1: exported method Attribute.OnList should have comment or be unexported src/cmd/link/internal/sym/attribute.go:91:1: exported method Attribute.Local should have comment or be unexported src/cmd/link/internal/sym/attribute.go:92:1: exported method Attribute.ReflectMethod should have comment or be unexported src/cmd/link/internal/sym/attribute.go:93:1: exported method Attribute.MakeTypelink should have comment or be unexported src/cmd/link/internal/sym/attribute.go:94:1: exported method Attribute.Shared should have comment or be unexported src/cmd/link/internal/sym/attribute.go:95:1: exported method Attribute.VisibilityHidden should have comment or be unexported src/cmd/link/internal/sym/attribute.go:96:1: exported method Attribute.SubSymbol should have comment or be unexported src/cmd/link/internal/sym/attribute.go:97:1: exported method Attribute.Container should have comment or be unexported src/cmd/link/internal/sym/attribute.go:99:1: exported method Attribute.CgoExport should have comment or be unexported src/cmd/link/internal/sym/attribute.go:103:1: exported method Attribute.Set should have comment or be unexported src/cmd/link/internal/sym/library.go:7:6: exported type Library should have comment or be unexported src/cmd/link/internal/sym/reloc.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:40:2: exported const RV_NONE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/sym/reloc.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:55:1: exported function RelocName should have comment or be unexported src/cmd/link/internal/sym/segment.go:38:6: exported type Segment should have comment or be unexported src/cmd/link/internal/sym/segment.go:47:6: exported type Section should have comment or be unexported src/cmd/link/internal/sym/symbol.go:57:1: exported method Symbol.ElfsymForReloc should have comment or be unexported src/cmd/link/internal/sym/symbol.go:62:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/link/internal/sym/symbol.go:67:1: exported method Symbol.Len should have comment or be unexported src/cmd/link/internal/sym/symbol.go:71:1: exported method Symbol.Grow should have comment or be unexported src/cmd/link/internal/sym/symbol.go:85:1: exported method Symbol.AddBytes should have comment or be unexported src/cmd/link/internal/sym/symbol.go:96:1: exported method Symbol.AddUint8 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:108:1: exported method Symbol.AddUint16 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:112:1: exported method Symbol.AddUint32 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:116:1: exported method Symbol.AddUint64 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:120:1: exported method Symbol.AddUint should have comment or be unexported src/cmd/link/internal/sym/symbol.go:124:1: exported method Symbol.SetUint8 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:128:1: exported method Symbol.SetUint32 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:132:1: exported method Symbol.SetUint should have comment or be unexported src/cmd/link/internal/sym/symbol.go:153:1: exported method Symbol.AddAddrPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:157:1: exported method Symbol.AddCURelativeAddrPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:161:1: exported method Symbol.AddPCRelPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:181:1: exported method Symbol.AddAddr should have comment or be unexported src/cmd/link/internal/sym/symbol.go:185:1: exported method Symbol.SetAddrPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:204:1: exported method Symbol.SetAddr should have comment or be unexported src/cmd/link/internal/sym/symbol.go:208:1: exported method Symbol.AddSize should have comment or be unexported src/cmd/link/internal/sym/symbol.go:224:1: exported method Symbol.AddAddrPlus4 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:241:1: exported method Symbol.AddRel should have comment or be unexported src/cmd/link/internal/sym/symbol.go:246:1: exported method Symbol.AddUintXX should have comment or be unexported src/cmd/link/internal/sym/symbol.go:350:6: exported type FuncInfo should have comment or be unexported src/cmd/link/internal/sym/symbol.go:373:6: exported type Pcdata should have comment or be unexported src/cmd/link/internal/sym/symbol.go:377:6: exported type Auto should have comment or be unexported src/cmd/link/internal/sym/symbols.go:33:6: exported type Symbols should have comment or be unexported src/cmd/link/internal/sym/symbols.go:42:1: exported function NewSymbols should have comment or be unexported src/cmd/link/internal/sym/symbols.go:53:1: exported method Symbols.Newsym should have comment or be unexported src/cmd/link/internal/sym/symbols.go:71:1: comment on exported method Symbols.Lookup should be of the form "Lookup ..." src/cmd/link/internal/sym/symbols.go:85:1: comment on exported method Symbols.ROLookup should be of the form "ROLookup ..." src/cmd/link/internal/sym/symbols.go:91:1: comment on exported method Symbols.IncVersion should be of the form "IncVersion ..." src/cmd/link/internal/sym/symkind.go:34:6: type name will be used as sym.SymKind by other packages, and that stutters; consider calling this Kind src/cmd/link/internal/x86/asm.go:163:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/x86/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/trace/trace.go:165:6: func httpJsonTrace should be httpJSONTrace src/cmd/trace/trace.go:252:6: exported type Range should have comment or be unexported src/cmd/trace/trace.go:367:6: exported type ViewerData should have comment or be unexported src/cmd/trace/trace.go:376:6: exported type ViewerEvent should have comment or be unexported src/cmd/trace/trace.go:392:6: exported type ViewerFrame should have comment or be unexported src/cmd/trace/trace.go:397:6: exported type NameArg should have comment or be unexported src/cmd/trace/trace.go:401:6: exported type SortIndexArg should have comment or be unexported src/cmd/trace/trace.go:715:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:116:1: exported method Name.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:120:1: exported method Name.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:127:1: exported method Name.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:161:1: exported method Typed.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:168:1: exported method Typed.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:190:1: exported method Typed.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:219:1: exported method Qualified.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:226:1: exported method Qualified.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:248:1: exported method Qualified.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:305:1: exported method Template.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:314:1: exported method Template.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:343:1: exported method Template.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:381:1: exported method TemplateParam.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:386:1: exported method TemplateParam.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:393:1: exported method TemplateParam.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:428:1: exported method TypeWithQualifiers.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:434:1: exported method TypeWithQualifiers.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:449:1: exported method TypeWithQualifiers.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:493:1: exported method MethodWithQualifiers.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:499:1: exported method MethodWithQualifiers.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:514:1: exported method MethodWithQualifiers.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:542:1: exported method BuiltinType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:546:1: exported method BuiltinType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:553:1: exported method BuiltinType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:585:1: exported method PointerType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:591:1: exported method PointerType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:606:1: exported method PointerType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:628:1: exported method ReferenceType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:634:1: exported method ReferenceType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:649:1: exported method ReferenceType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:671:1: exported method RvalueReferenceType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:677:1: exported method RvalueReferenceType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:692:1: exported method RvalueReferenceType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:714:1: exported method ComplexType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:720:1: exported method ComplexType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:735:1: exported method ComplexType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:757:1: exported method ImaginaryType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:763:1: exported method ImaginaryType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:778:1: exported method ImaginaryType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:806:1: exported method VendorQualifier.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:813:1: exported method VendorQualifier.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:835:1: exported method VendorQualifier.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:895:1: exported method ArrayType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:902:1: exported method ArrayType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:924:1: exported method ArrayType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1013:1: exported method FunctionType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1024:1: exported method FunctionType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1058:1: exported method FunctionType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1096:1: exported method FunctionParam.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1100:1: exported method FunctionParam.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1107:1: exported method FunctionParam.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1137:1: exported method PtrMem.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1144:1: exported method PtrMem.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1166:1: exported method PtrMem.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1200:1: exported method FixedType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1206:1: exported method FixedType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1221:1: exported method FixedType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1251:1: exported method VectorType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1258:1: exported method VectorType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1280:1: exported method VectorType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1301:1: exported method Decltype.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1307:1: exported method Decltype.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1322:1: exported method Decltype.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1346:1: exported method Operator.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1350:1: exported method Operator.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1357:1: exported method Operator.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1374:1: exported method Constructor.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1380:1: exported method Constructor.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1395:1: exported method Constructor.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1413:1: exported method Destructor.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1419:1: exported method Destructor.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1434:1: exported method Destructor.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1459:1: exported method GlobalCDtor.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1465:1: exported method GlobalCDtor.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1480:1: exported method GlobalCDtor.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1502:1: exported method TaggedName.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1509:1: exported method TaggedName.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1531:1: exported method TaggedName.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1558:1: exported method PackExpansion.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1565:1: exported method PackExpansion.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1580:1: exported method PackExpansion.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1603:1: exported method ArgumentPack.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1611:1: exported method ArgumentPack.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1636:1: exported method ArgumentPack.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1661:1: exported method SizeofPack.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1666:1: exported method SizeofPack.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1677:1: exported method SizeofPack.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1705:1: exported method SizeofArgs.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1713:1: exported method SizeofArgs.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1738:1: exported method SizeofArgs.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1766:1: exported method Cast.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1772:1: exported method Cast.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1787:1: exported method Cast.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1832:1: exported method Nullary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1838:1: exported method Nullary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1853:1: exported method Nullary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1912:1: exported method Unary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1919:1: exported method Unary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1941:1: exported method Unary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2019:1: exported method Binary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2027:1: exported method Binary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2053:1: exported method Binary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2080:1: exported method Trinary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2089:1: exported method Trinary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2119:1: exported method Trinary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2172:1: exported method Fold.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2182:1: exported method Fold.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2211:1: exported method Fold.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2220:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2249:1: exported method New.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2262:1: exported method New.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2298:1: exported method New.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2386:1: exported method Literal.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2392:1: exported method Literal.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2407:1: exported method Literal.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2436:1: exported method ExprList.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2444:1: exported method ExprList.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2469:1: exported method ExprList.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2501:1: exported method InitializerList.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2510:1: exported method InitializerList.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2535:1: exported method InitializerList.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2561:1: exported method DefaultArg.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2567:1: exported method DefaultArg.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2582:1: exported method DefaultArg.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2608:1: exported method Closure.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2616:1: exported method Closure.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2641:1: exported method Closure.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2668:1: exported method UnnamedType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2672:1: exported method UnnamedType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2679:1: exported method UnnamedType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2698:1: exported method Clone.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2704:1: exported method Clone.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2719:1: exported method Clone.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2740:1: exported method Special.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2746:1: exported method Special.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2761:1: exported method Special.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2785:1: exported method Special2.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2792:1: exported method Special2.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2814:1: exported method Special2.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:24:2: comment on exported const NoParams should be of the form "NoParams ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:27:2: comment on exported const NoTemplateParams should be of the form "NoTemplateParams ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:30:2: comment on exported const NoClones should be of the form "NoClones ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:34:2: comment on exported const Verbose should be of the form "Verbose ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:119:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:826:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:847:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:854:9: should omit type AST from declaration of var n; it will be inferred from the right-hand side src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:1889:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:2310:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:131:2: don't use underscores in Go names; const arg_APSR should be argAPSR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:132:2: don't use underscores in Go names; const arg_FPSCR should be argFPSCR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:133:2: don't use underscores in Go names; const arg_Dn_half should be argDnHalf src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:134:2: don't use underscores in Go names; const arg_R1_0 should be argR1_0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:135:2: don't use underscores in Go names; const arg_R1_12 should be argR1_12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:136:2: don't use underscores in Go names; const arg_R2_0 should be argR2_0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:137:2: don't use underscores in Go names; const arg_R2_12 should be argR2_12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:138:2: don't use underscores in Go names; const arg_R_0 should be argR0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:139:2: don't use underscores in Go names; const arg_R_12 should be argR12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:140:2: don't use underscores in Go names; const arg_R_12_nzcv should be argR12Nzcv src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:141:2: don't use underscores in Go names; const arg_R_16 should be argR16 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:142:2: don't use underscores in Go names; const arg_R_16_WB should be argR16WB src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:143:2: don't use underscores in Go names; const arg_R_8 should be argR8 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:144:2: don't use underscores in Go names; const arg_R_rotate should be argRRotate src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:145:2: don't use underscores in Go names; const arg_R_shift_R should be argRShiftR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:146:2: don't use underscores in Go names; const arg_R_shift_imm should be argRShiftImm src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:147:2: don't use underscores in Go names; const arg_SP should be argSP src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:148:2: don't use underscores in Go names; const arg_Sd should be argSd src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:149:2: don't use underscores in Go names; const arg_Sd_Dd should be argSdDd src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:150:2: don't use underscores in Go names; const arg_Dd_Sd should be argDdSd src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:151:2: don't use underscores in Go names; const arg_Sm should be argSm src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:152:2: don't use underscores in Go names; const arg_Sm_Dm should be argSmDm src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:153:2: don't use underscores in Go names; const arg_Sn should be argSn src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:154:2: don't use underscores in Go names; const arg_Sn_Dn should be argSnDn src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:155:2: don't use underscores in Go names; const arg_const should be argConst src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:156:2: don't use underscores in Go names; const arg_endian should be argEndian src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:157:2: don't use underscores in Go names; const arg_fbits should be argFbits src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:158:2: don't use underscores in Go names; const arg_fp_0 should be argFp0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:159:2: don't use underscores in Go names; const arg_imm24 should be argImm24 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:160:2: don't use underscores in Go names; const arg_imm5 should be argImm5 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:161:2: don't use underscores in Go names; const arg_imm5_32 should be argImm5_32 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:162:2: don't use underscores in Go names; const arg_imm5_nz should be argImm5Nz src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:163:2: don't use underscores in Go names; const arg_imm_12at8_4at0 should be argImm12at8_4at0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:164:2: don't use underscores in Go names; const arg_imm_4at16_12at0 should be argImm4at16_12at0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:165:2: don't use underscores in Go names; const arg_imm_vfp should be argImmVfp src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:166:2: don't use underscores in Go names; const arg_label24 should be argLabel24 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:167:2: don't use underscores in Go names; const arg_label24H should be argLabel24H src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:168:2: don't use underscores in Go names; const arg_label_m_12 should be argLabelM12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:169:2: don't use underscores in Go names; const arg_label_p_12 should be argLabelP12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:170:2: don't use underscores in Go names; const arg_label_pm_12 should be argLabelPm12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:171:2: don't use underscores in Go names; const arg_label_pm_4_4 should be argLabelPm4_4 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:172:2: don't use underscores in Go names; const arg_lsb_width should be argLsbWidth src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:173:2: don't use underscores in Go names; const arg_mem_R should be argMemR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:174:2: don't use underscores in Go names; const arg_mem_R_pm_R_W should be argMemRPmRW src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:175:2: don't use underscores in Go names; const arg_mem_R_pm_R_postindex should be argMemRPmRPostindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:176:2: don't use underscores in Go names; const arg_mem_R_pm_R_shift_imm_W should be argMemRPmRShiftImmW src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:177:2: don't use underscores in Go names; const arg_mem_R_pm_R_shift_imm_offset should be argMemRPmRShiftImmOffset src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:178:2: don't use underscores in Go names; const arg_mem_R_pm_R_shift_imm_postindex should be argMemRPmRShiftImmPostindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:179:2: don't use underscores in Go names; const arg_mem_R_pm_imm12_W should be argMemRPmImm12W src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:180:2: don't use underscores in Go names; const arg_mem_R_pm_imm12_offset should be argMemRPmImm12Offset src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:181:2: don't use underscores in Go names; const arg_mem_R_pm_imm12_postindex should be argMemRPmImm12Postindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:182:2: don't use underscores in Go names; const arg_mem_R_pm_imm8_W should be argMemRPmImm8W src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:183:2: don't use underscores in Go names; const arg_mem_R_pm_imm8_postindex should be argMemRPmImm8Postindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:184:2: don't use underscores in Go names; const arg_mem_R_pm_imm8at0_offset should be argMemRPmImm8at0Offset src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:185:2: don't use underscores in Go names; const arg_option should be argOption src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:186:2: don't use underscores in Go names; const arg_registers should be argRegisters src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:187:2: don't use underscores in Go names; const arg_registers1 should be argRegisters1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:188:2: don't use underscores in Go names; const arg_registers2 should be argRegisters2 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:189:2: don't use underscores in Go names; const arg_satimm4 should be argSatimm4 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:190:2: don't use underscores in Go names; const arg_satimm5 should be argSatimm5 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:191:2: don't use underscores in Go names; const arg_satimm4m1 should be argSatimm4m1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:192:2: don't use underscores in Go names; const arg_satimm5m1 should be argSatimm5m1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:193:2: don't use underscores in Go names; const arg_widthm1 should be argWidthm1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:272:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:290:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:310:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:17:2: exported const ModeARM should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:83:6: exported type Float32Imm should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:85:1: exported method Float32Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:91:6: exported type Float64Imm should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:93:1: exported method Float64Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:102:1: exported method Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:114:1: exported method ImmAlt.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:116:1: exported method ImmAlt.Imm should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:129:1: exported method Label.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:140:2: exported const R0 should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:224:2: don't use underscores in Go names; const APSR_nzcv should be APSRNzcv src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:232:1: exported method Reg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:272:1: exported method RegX.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:282:1: exported method RegList.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:302:2: exported const LittleEndian should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:306:1: exported method Endian.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:319:2: exported const ShiftLeft should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:344:1: exported method RegShift.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:357:1: exported method RegShiftReg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:368:1: exported method PCRel.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:379:2: exported const AddrPostIndex should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:383:2: don't use underscores in Go names; const AddrLDM_WB should be AddrLDMWB src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:400:1: exported method Mem.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:20:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:20:2: exported const ADC_EQ should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:21:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:22:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:23:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:148:2: don't use underscores in Go names; const B_EQ should be BEQ src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:149:2: don't use underscores in Go names; const B_NE should be BNE src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:150:2: don't use underscores in Go names; const B_CS should be BCS src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:151:2: don't use underscores in Go names; const B_CC should be BCC src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:152:2: don't use underscores in Go names; const B_MI should be BMI src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:153:2: don't use underscores in Go names; const B_PL should be BPL src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:154:2: don't use underscores in Go names; const B_VS should be BVS src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:155:2: don't use underscores in Go names; const B_VC should be BVC src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:156:2: don't use underscores in Go names; const B_HI should be BHI src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:157:2: don't use underscores in Go names; const B_LS should be BLS src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:158:2: don't use underscores in Go names; const B_GE should be BGE src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:159:2: don't use underscores in Go names; const B_LT should be BLT src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:160:2: don't use underscores in Go names; const B_GT should be BGT src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:161:2: don't use underscores in Go names; const B_LE should be BLE src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:163:2: don't use underscores in Go names; const B_ZZ should be BZZ src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:426:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:458:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:644:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:645:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:646:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:647:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:648:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:649:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:666:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:682:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:698:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:714:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:730:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:746:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:762:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:810:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:842:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:850:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:874:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:898:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:906:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:922:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:938:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:970:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1034:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1066:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1074:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1098:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1274:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1402:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1442:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1450:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1466:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1482:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1498:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1514:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1530:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1546:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1562:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1578:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1594:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1610:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1626:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1658:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1674:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1690:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1706:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1722:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1738:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1754:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1770:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1802:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1834:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1850:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1866:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1882:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1898:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1914:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1930:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1946:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1962:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1978:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2010:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2042:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2058:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2074:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2090:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2394:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2426:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2442:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2458:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2644:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2645:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2646:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2647:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2648:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2649:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2666:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2682:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2698:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2714:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2722:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2730:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2746:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2762:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2770:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2810:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2842:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2874:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2906:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2922:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2938:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2970:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3034:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3066:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3098:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3274:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3402:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3450:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3466:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3482:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3498:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3514:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3530:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3546:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3562:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3578:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3594:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3610:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3626:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3642:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3644:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3645:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3646:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3647:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3648:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3649:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3658:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3666:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3674:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3682:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3690:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3698:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3706:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3714:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3722:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3730:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3738:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3746:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3754:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3762:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3770:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3802:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3810:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3834:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3842:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3850:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3866:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3874:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3882:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3898:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3906:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3914:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3922:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3930:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3938:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3946:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3962:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3970:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3978:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4010:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4034:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4042:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4058:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4066:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4074:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4090:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4098:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4394:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4402:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4426:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4442:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4450:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4458:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4466:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4482:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4498:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4514:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4530:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4546:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4578:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4594:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:182:2: don't use underscores in Go names; const arg_Bt should be argBt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:183:2: don't use underscores in Go names; const arg_Cm should be argCm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:184:2: don't use underscores in Go names; const arg_Cn should be argCn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:185:2: don't use underscores in Go names; const arg_cond_AllowALNV_Normal should be argCondAllowALNVNormal src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:186:2: don't use underscores in Go names; const arg_conditional should be argConditional src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:187:2: don't use underscores in Go names; const arg_cond_NotAllowALNV_Invert should be argCondNotAllowALNVInvert src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:188:2: don't use underscores in Go names; const arg_Da should be argDa src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:189:2: don't use underscores in Go names; const arg_Dd should be argDd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:190:2: don't use underscores in Go names; const arg_Dm should be argDm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:191:2: don't use underscores in Go names; const arg_Dn should be argDn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:192:2: don't use underscores in Go names; const arg_Dt should be argDt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:193:2: don't use underscores in Go names; const arg_Dt2 should be argDt2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:194:2: don't use underscores in Go names; const arg_Hd should be argHd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:195:2: don't use underscores in Go names; const arg_Hn should be argHn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:196:2: don't use underscores in Go names; const arg_Ht should be argHt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:197:2: don't use underscores in Go names; const arg_IAddSub should be argIAddSub src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:198:2: don't use underscores in Go names; const arg_immediate_0_127_CRm_op2 should be argImmediate0_127CRmOp2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:199:2: don't use underscores in Go names; const arg_immediate_0_15_CRm should be argImmediate0_15CRm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:200:2: don't use underscores in Go names; const arg_immediate_0_15_nzcv should be argImmediate0_15Nzcv src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:201:2: don't use underscores in Go names; const arg_immediate_0_31_imm5 should be argImmediate0_31Imm5 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:202:2: don't use underscores in Go names; const arg_immediate_0_31_immr should be argImmediate0_31Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:203:2: don't use underscores in Go names; const arg_immediate_0_31_imms should be argImmediate0_31Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:204:2: don't use underscores in Go names; const arg_immediate_0_63_b5_b40 should be argImmediate0_63B5B40 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:205:2: don't use underscores in Go names; const arg_immediate_0_63_immh_immb__UIntimmhimmb64_8 should be argImmediate0_63ImmhImmbUIntimmhimmb64_8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:206:2: don't use underscores in Go names; const arg_immediate_0_63_immr should be argImmediate0_63Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:207:2: don't use underscores in Go names; const arg_immediate_0_63_imms should be argImmediate0_63Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:208:2: don't use underscores in Go names; const arg_immediate_0_65535_imm16 should be argImmediate0_65535Imm16 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:209:2: don't use underscores in Go names; const arg_immediate_0_7_op1 should be argImmediate0_7Op1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:210:2: don't use underscores in Go names; const arg_immediate_0_7_op2 should be argImmediate0_7Op2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:211:2: don't use underscores in Go names; const arg_immediate_0_width_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__UIntimmhimmb8_1__UIntimmhimmb16_2__UIntimmhimmb32_4 should be argImmediate0WidthImmhImmbSEEAdvancedSIMDmodifiedimmediate0UIntimmhimmb8_1UIntimmhimmb16_2UIntimmhimmb32_4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:212:2: don't use underscores in Go names; const arg_immediate_0_width_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__UIntimmhimmb8_1__UIntimmhimmb16_2__UIntimmhimmb32_4__UIntimmhimmb64_8 should be argImmediate0WidthImmhImmbSEEAdvancedSIMDmodifiedimmediate0UIntimmhimmb8_1UIntimmhimmb16_2UIntimmhimmb32_4UIntimmhimmb64_8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:213:2: don't use underscores in Go names; const arg_immediate_0_width_m1_immh_immb__UIntimmhimmb8_1__UIntimmhimmb16_2__UIntimmhimmb32_4__UIntimmhimmb64_8 should be argImmediate0WidthM1ImmhImmbUIntimmhimmb8_1UIntimmhimmb16_2UIntimmhimmb32_4UIntimmhimmb64_8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:214:2: don't use underscores in Go names; const arg_immediate_0_width_size__8_0__16_1__32_2 should be argImmediate0WidthSize8_0_16_1_32_2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:215:2: don't use underscores in Go names; const arg_immediate_1_64_immh_immb__128UIntimmhimmb_8 should be argImmediate1_64ImmhImmb128UIntimmhimmb8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:216:2: don't use underscores in Go names; const arg_immediate_1_width_immh_immb__16UIntimmhimmb_1__32UIntimmhimmb_2__64UIntimmhimmb_4 should be argImmediate1WidthImmhImmb16UIntimmhimmb1_32UIntimmhimmb2_64UIntimmhimmb4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:217:2: don't use underscores in Go names; const arg_immediate_1_width_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__16UIntimmhimmb_1__32UIntimmhimmb_2__64UIntimmhimmb_4 should be argImmediate1WidthImmhImmbSEEAdvancedSIMDmodifiedimmediate0_16UIntimmhimmb1_32UIntimmhimmb2_64UIntimmhimmb4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:218:2: don't use underscores in Go names; const arg_immediate_1_width_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__16UIntimmhimmb_1__32UIntimmhimmb_2__64UIntimmhimmb_4__128UIntimmhimmb_8 should be argImmediate1WidthImmhImmbSEEAdvancedSIMDmodifiedimmediate0_16UIntimmhimmb1_32UIntimmhimmb2_64UIntimmhimmb4_128UIntimmhimmb8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:219:2: don't use underscores in Go names; const arg_immediate_8x8_a_b_c_d_e_f_g_h should be argImmediate8x8ABCDEFGH src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:220:2: don't use underscores in Go names; const arg_immediate_ASR_SBFM_32M_bitfield_0_31_immr should be argImmediateASRSBFM32MBitfield0_31Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:221:2: don't use underscores in Go names; const arg_immediate_ASR_SBFM_64M_bitfield_0_63_immr should be argImmediateASRSBFM64MBitfield0_63Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:222:2: don't use underscores in Go names; const arg_immediate_BFI_BFM_32M_bitfield_lsb_32_immr should be argImmediateBFIBFM32MBitfieldLsb32Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:223:2: don't use underscores in Go names; const arg_immediate_BFI_BFM_32M_bitfield_width_32_imms should be argImmediateBFIBFM32MBitfieldWidth32Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:224:2: don't use underscores in Go names; const arg_immediate_BFI_BFM_64M_bitfield_lsb_64_immr should be argImmediateBFIBFM64MBitfieldLsb64Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:225:2: don't use underscores in Go names; const arg_immediate_BFI_BFM_64M_bitfield_width_64_imms should be argImmediateBFIBFM64MBitfieldWidth64Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:226:2: don't use underscores in Go names; const arg_immediate_BFXIL_BFM_32M_bitfield_lsb_32_immr should be argImmediateBFXILBFM32MBitfieldLsb32Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:227:2: don't use underscores in Go names; const arg_immediate_BFXIL_BFM_32M_bitfield_width_32_imms should be argImmediateBFXILBFM32MBitfieldWidth32Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:228:2: don't use underscores in Go names; const arg_immediate_BFXIL_BFM_64M_bitfield_lsb_64_immr should be argImmediateBFXILBFM64MBitfieldLsb64Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:229:2: don't use underscores in Go names; const arg_immediate_BFXIL_BFM_64M_bitfield_width_64_imms should be argImmediateBFXILBFM64MBitfieldWidth64Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:230:2: don't use underscores in Go names; const arg_immediate_bitmask_32_imms_immr should be argImmediateBitmask32ImmsImmr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:231:2: don't use underscores in Go names; const arg_immediate_bitmask_64_N_imms_immr should be argImmediateBitmask64NImmsImmr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:232:2: don't use underscores in Go names; const arg_immediate_exp_3_pre_4_a_b_c_d_e_f_g_h should be argImmediateExp3Pre4ABCDEFGH src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:233:2: don't use underscores in Go names; const arg_immediate_exp_3_pre_4_imm8 should be argImmediateExp3Pre4Imm8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:234:2: don't use underscores in Go names; const arg_immediate_fbits_min_1_max_0_sub_0_immh_immb__64UIntimmhimmb_4__128UIntimmhimmb_8 should be argImmediateFbitsMin1Max0Sub0ImmhImmb64UIntimmhimmb4_128UIntimmhimmb8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:235:2: don't use underscores in Go names; const arg_immediate_fbits_min_1_max_0_sub_0_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__64UIntimmhimmb_4__128UIntimmhimmb_8 should be argImmediateFbitsMin1Max0Sub0ImmhImmbSEEAdvancedSIMDmodifiedimmediate0_64UIntimmhimmb4_128UIntimmhimmb8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:236:2: don't use underscores in Go names; const arg_immediate_fbits_min_1_max_32_sub_64_scale should be argImmediateFbitsMin1Max32Sub64Scale src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:237:2: don't use underscores in Go names; const arg_immediate_fbits_min_1_max_64_sub_64_scale should be argImmediateFbitsMin1Max64Sub64Scale src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:238:2: don't use underscores in Go names; const arg_immediate_floatzero should be argImmediateFloatzero src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:239:2: don't use underscores in Go names; const arg_immediate_index_Q_imm4__imm4lt20gt_00__imm4_10 should be argImmediateIndexQImm4Imm4lt20gt00Imm4_10 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:240:2: don't use underscores in Go names; const arg_immediate_LSL_UBFM_32M_bitfield_0_31_immr should be argImmediateLSLUBFM32MBitfield0_31Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:241:2: don't use underscores in Go names; const arg_immediate_LSL_UBFM_64M_bitfield_0_63_immr should be argImmediateLSLUBFM64MBitfield0_63Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:242:2: don't use underscores in Go names; const arg_immediate_LSR_UBFM_32M_bitfield_0_31_immr should be argImmediateLSRUBFM32MBitfield0_31Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:243:2: don't use underscores in Go names; const arg_immediate_LSR_UBFM_64M_bitfield_0_63_immr should be argImmediateLSRUBFM64MBitfield0_63Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:244:2: don't use underscores in Go names; const arg_immediate_MSL__a_b_c_d_e_f_g_h_cmode__8_0__16_1 should be argImmediateMSLABCDEFGHCmode8_0_16_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:245:2: don't use underscores in Go names; const arg_immediate_optional_0_15_CRm should be argImmediateOptional0_15CRm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:246:2: don't use underscores in Go names; const arg_immediate_optional_0_65535_imm16 should be argImmediateOptional0_65535Imm16 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:247:2: don't use underscores in Go names; const arg_immediate_OptLSL__a_b_c_d_e_f_g_h_cmode__0_0__8_1 should be argImmediateOptLSLABCDEFGHCmode0_0_8_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:248:2: don't use underscores in Go names; const arg_immediate_OptLSL__a_b_c_d_e_f_g_h_cmode__0_0__8_1__16_2__24_3 should be argImmediateOptLSLABCDEFGHCmode0_0_8_1_16_2_24_3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:249:2: don't use underscores in Go names; const arg_immediate_OptLSL_amount_16_0_16 should be argImmediateOptLSLAmount16_0_16 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:250:2: don't use underscores in Go names; const arg_immediate_OptLSL_amount_16_0_48 should be argImmediateOptLSLAmount16_0_48 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:251:2: don't use underscores in Go names; const arg_immediate_OptLSLZero__a_b_c_d_e_f_g_h should be argImmediateOptLSLZeroABCDEFGH src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:252:2: don't use underscores in Go names; const arg_immediate_SBFIZ_SBFM_32M_bitfield_lsb_32_immr should be argImmediateSBFIZSBFM32MBitfieldLsb32Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:253:2: don't use underscores in Go names; const arg_immediate_SBFIZ_SBFM_32M_bitfield_width_32_imms should be argImmediateSBFIZSBFM32MBitfieldWidth32Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:254:2: don't use underscores in Go names; const arg_immediate_SBFIZ_SBFM_64M_bitfield_lsb_64_immr should be argImmediateSBFIZSBFM64MBitfieldLsb64Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:255:2: don't use underscores in Go names; const arg_immediate_SBFIZ_SBFM_64M_bitfield_width_64_imms should be argImmediateSBFIZSBFM64MBitfieldWidth64Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:256:2: don't use underscores in Go names; const arg_immediate_SBFX_SBFM_32M_bitfield_lsb_32_immr should be argImmediateSBFXSBFM32MBitfieldLsb32Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:257:2: don't use underscores in Go names; const arg_immediate_SBFX_SBFM_32M_bitfield_width_32_imms should be argImmediateSBFXSBFM32MBitfieldWidth32Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:258:2: don't use underscores in Go names; const arg_immediate_SBFX_SBFM_64M_bitfield_lsb_64_immr should be argImmediateSBFXSBFM64MBitfieldLsb64Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:259:2: don't use underscores in Go names; const arg_immediate_SBFX_SBFM_64M_bitfield_width_64_imms should be argImmediateSBFXSBFM64MBitfieldWidth64Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:260:2: don't use underscores in Go names; const arg_immediate_shift_32_implicit_imm16_hw should be argImmediateShift32ImplicitImm16Hw src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:261:2: don't use underscores in Go names; const arg_immediate_shift_32_implicit_inverse_imm16_hw should be argImmediateShift32ImplicitInverseImm16Hw src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:262:2: don't use underscores in Go names; const arg_immediate_shift_64_implicit_imm16_hw should be argImmediateShift64ImplicitImm16Hw src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:263:2: don't use underscores in Go names; const arg_immediate_shift_64_implicit_inverse_imm16_hw should be argImmediateShift64ImplicitInverseImm16Hw src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:264:2: don't use underscores in Go names; const arg_immediate_UBFIZ_UBFM_32M_bitfield_lsb_32_immr should be argImmediateUBFIZUBFM32MBitfieldLsb32Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:265:2: don't use underscores in Go names; const arg_immediate_UBFIZ_UBFM_32M_bitfield_width_32_imms should be argImmediateUBFIZUBFM32MBitfieldWidth32Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:266:2: don't use underscores in Go names; const arg_immediate_UBFIZ_UBFM_64M_bitfield_lsb_64_immr should be argImmediateUBFIZUBFM64MBitfieldLsb64Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:267:2: don't use underscores in Go names; const arg_immediate_UBFIZ_UBFM_64M_bitfield_width_64_imms should be argImmediateUBFIZUBFM64MBitfieldWidth64Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:268:2: don't use underscores in Go names; const arg_immediate_UBFX_UBFM_32M_bitfield_lsb_32_immr should be argImmediateUBFXUBFM32MBitfieldLsb32Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:269:2: don't use underscores in Go names; const arg_immediate_UBFX_UBFM_32M_bitfield_width_32_imms should be argImmediateUBFXUBFM32MBitfieldWidth32Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:270:2: don't use underscores in Go names; const arg_immediate_UBFX_UBFM_64M_bitfield_lsb_64_immr should be argImmediateUBFXUBFM64MBitfieldLsb64Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:271:2: don't use underscores in Go names; const arg_immediate_UBFX_UBFM_64M_bitfield_width_64_imms should be argImmediateUBFXUBFM64MBitfieldWidth64Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:272:2: don't use underscores in Go names; const arg_immediate_zero should be argImmediateZero src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:273:2: don't use underscores in Go names; const arg_option_DMB_BO_system_CRm should be argOptionDMBBOSystemCRm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:274:2: don't use underscores in Go names; const arg_option_DSB_BO_system_CRm should be argOptionDSBBOSystemCRm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:275:2: don't use underscores in Go names; const arg_option_ISB_BI_system_CRm should be argOptionISBBISystemCRm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:276:2: don't use underscores in Go names; const arg_prfop_Rt should be argPrfopRt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:277:2: don't use underscores in Go names; const arg_pstatefield_op1_op2__SPSel_05__DAIFSet_36__DAIFClr_37 should be argPstatefieldOp1Op2SPSel05DAIFSet36DAIFClr37 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:278:2: don't use underscores in Go names; const arg_Qd should be argQd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:279:2: don't use underscores in Go names; const arg_Qn should be argQn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:280:2: don't use underscores in Go names; const arg_Qt should be argQt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:281:2: don't use underscores in Go names; const arg_Qt2 should be argQt2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:282:2: don't use underscores in Go names; const arg_Rm_extend__UXTB_0__UXTH_1__UXTW_2__LSL_UXTX_3__SXTB_4__SXTH_5__SXTW_6__SXTX_7__0_4 should be argRmExtendUXTB0UXTH1UXTW2LSLUXTX3SXTB4SXTH5SXTW6SXTX7_0_4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:283:2: don't use underscores in Go names; const arg_Rn_16_5__W_1__W_2__W_4__X_8 should be argRn16_5W1W2W4X8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:284:2: don't use underscores in Go names; const arg_Rt_31_1__W_0__X_1 should be argRt31_1W0X1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:285:2: don't use underscores in Go names; const arg_Sa should be argSa src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:286:2: don't use underscores in Go names; const arg_Sd should be argSd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:287:2: don't use underscores in Go names; const arg_slabel_imm14_2 should be argSlabelImm14_2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:288:2: don't use underscores in Go names; const arg_slabel_imm19_2 should be argSlabelImm19_2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:289:2: don't use underscores in Go names; const arg_slabel_imm26_2 should be argSlabelImm26_2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:290:2: don't use underscores in Go names; const arg_slabel_immhi_immlo_0 should be argSlabelImmhiImmlo0 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:291:2: don't use underscores in Go names; const arg_slabel_immhi_immlo_12 should be argSlabelImmhiImmlo12 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:292:2: don't use underscores in Go names; const arg_Sm should be argSm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:293:2: don't use underscores in Go names; const arg_Sn should be argSn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:294:2: don't use underscores in Go names; const arg_St should be argSt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:295:2: don't use underscores in Go names; const arg_St2 should be argSt2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:296:2: don't use underscores in Go names; const arg_sysop_AT_SYS_CR_system should be argSysopATSYSCRSystem src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:297:2: don't use underscores in Go names; const arg_sysop_DC_SYS_CR_system should be argSysopDCSYSCRSystem src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:298:2: don't use underscores in Go names; const arg_sysop_IC_SYS_CR_system should be argSysopICSYSCRSystem src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:299:2: don't use underscores in Go names; const arg_sysop_SYS_CR_system should be argSysopSYSCRSystem src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:300:2: don't use underscores in Go names; const arg_sysop_TLBI_SYS_CR_system should be argSysopTLBISYSCRSystem src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:301:2: don't use underscores in Go names; const arg_sysreg_o0_op1_CRn_CRm_op2 should be argSysregO0Op1CRnCRmOp2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:302:2: don't use underscores in Go names; const arg_Vd_16_5__B_1__H_2__S_4__D_8 should be argVd16_5B1H2S4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:303:2: don't use underscores in Go names; const arg_Vd_19_4__B_1__H_2__S_4 should be argVd19_4B1H2S4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:304:2: don't use underscores in Go names; const arg_Vd_19_4__B_1__H_2__S_4__D_8 should be argVd19_4B1H2S4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:305:2: don't use underscores in Go names; const arg_Vd_19_4__D_8 should be argVd19_4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:306:2: don't use underscores in Go names; const arg_Vd_19_4__S_4__D_8 should be argVd19_4S4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:307:2: don't use underscores in Go names; const arg_Vd_22_1__S_0 should be argVd22_1S0 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:308:2: don't use underscores in Go names; const arg_Vd_22_1__S_0__D_1 should be argVd22_1S0D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:309:2: don't use underscores in Go names; const arg_Vd_22_1__S_1 should be argVd22_1S1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:310:2: don't use underscores in Go names; const arg_Vd_22_2__B_0__H_1__S_2 should be argVd22_2B0H1S2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:311:2: don't use underscores in Go names; const arg_Vd_22_2__B_0__H_1__S_2__D_3 should be argVd22_2B0H1S2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:312:2: don't use underscores in Go names; const arg_Vd_22_2__D_3 should be argVd22_2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:313:2: don't use underscores in Go names; const arg_Vd_22_2__H_0__S_1__D_2 should be argVd22_2H0S1D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:314:2: don't use underscores in Go names; const arg_Vd_22_2__H_1__S_2 should be argVd22_2H1S2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:315:2: don't use underscores in Go names; const arg_Vd_22_2__S_1__D_2 should be argVd22_2S1D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:316:2: don't use underscores in Go names; const arg_Vd_arrangement_16B should be argVdArrangement16B src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:317:2: don't use underscores in Go names; const arg_Vd_arrangement_2D should be argVdArrangement2D src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:318:2: don't use underscores in Go names; const arg_Vd_arrangement_4S should be argVdArrangement4S src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:319:2: don't use underscores in Go names; const arg_Vd_arrangement_D_index__1 should be argVdArrangementDIndex1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:320:2: don't use underscores in Go names; const arg_Vd_arrangement_imm5___B_1__H_2__S_4__D_8_index__imm5__imm5lt41gt_1__imm5lt42gt_2__imm5lt43gt_4__imm5lt4gt_8_1 should be argVdArrangementImm5B1H2S4D8IndexImm5Imm5lt41gt1Imm5lt42gt2Imm5lt43gt4Imm5lt4gt8_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:321:2: don't use underscores in Go names; const arg_Vd_arrangement_imm5_Q___8B_10__16B_11__4H_20__8H_21__2S_40__4S_41__2D_81 should be argVdArrangementImm5Q8B10_16B11_4H20_8H21_2S40_4S41_2D81 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:322:2: don't use underscores in Go names; const arg_Vd_arrangement_immh_Q___SEEAdvancedSIMDmodifiedimmediate_00__2S_40__4S_41__2D_81 should be argVdArrangementImmhQSEEAdvancedSIMDmodifiedimmediate00_2S40_4S41_2D81 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:323:2: don't use underscores in Go names; const arg_Vd_arrangement_immh_Q___SEEAdvancedSIMDmodifiedimmediate_00__8B_10__16B_11__4H_20__8H_21__2S_40__4S_41 should be argVdArrangementImmhQSEEAdvancedSIMDmodifiedimmediate00_8B10_16B11_4H20_8H21_2S40_4S41 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:324:2: don't use underscores in Go names; const arg_Vd_arrangement_immh_Q___SEEAdvancedSIMDmodifiedimmediate_00__8B_10__16B_11__4H_20__8H_21__2S_40__4S_41__2D_81 should be argVdArrangementImmhQSEEAdvancedSIMDmodifiedimmediate00_8B10_16B11_4H20_8H21_2S40_4S41_2D81 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:325:2: don't use underscores in Go names; const arg_Vd_arrangement_immh___SEEAdvancedSIMDmodifiedimmediate_0__8H_1__4S_2__2D_4 should be argVdArrangementImmhSEEAdvancedSIMDmodifiedimmediate0_8H1_4S2_2D4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:326:2: don't use underscores in Go names; const arg_Vd_arrangement_Q___2S_0__4S_1 should be argVdArrangementQ2S0_4S1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:327:2: don't use underscores in Go names; const arg_Vd_arrangement_Q___4H_0__8H_1 should be argVdArrangementQ4H0_8H1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:328:2: don't use underscores in Go names; const arg_Vd_arrangement_Q___8B_0__16B_1 should be argVdArrangementQ8B0_16B1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:329:2: don't use underscores in Go names; const arg_Vd_arrangement_Q_sz___2S_00__4S_10__2D_11 should be argVdArrangementQSz2S00_4S10_2D11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:330:2: don't use underscores in Go names; const arg_Vd_arrangement_size___4S_1__2D_2 should be argVdArrangementSize4S1_2D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:331:2: don't use underscores in Go names; const arg_Vd_arrangement_size___8H_0__1Q_3 should be argVdArrangementSize8H0_1Q3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:332:2: don't use underscores in Go names; const arg_Vd_arrangement_size___8H_0__4S_1__2D_2 should be argVdArrangementSize8H0_4S1_2D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:333:2: don't use underscores in Go names; const arg_Vd_arrangement_size_Q___4H_00__8H_01__2S_10__4S_11__1D_20__2D_21 should be argVdArrangementSizeQ4H00_8H01_2S10_4S11_1D20_2D21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:334:2: don't use underscores in Go names; const arg_Vd_arrangement_size_Q___4H_10__8H_11__2S_20__4S_21 should be argVdArrangementSizeQ4H10_8H11_2S20_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:335:2: don't use underscores in Go names; const arg_Vd_arrangement_size_Q___8B_00__16B_01 should be argVdArrangementSizeQ8B00_16B01 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:336:2: don't use underscores in Go names; const arg_Vd_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11 should be argVdArrangementSizeQ8B00_16B01_4H10_8H11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:337:2: don't use underscores in Go names; const arg_Vd_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21 should be argVdArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:338:2: don't use underscores in Go names; const arg_Vd_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__2D_31 should be argVdArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:339:2: don't use underscores in Go names; const arg_Vd_arrangement_sz___4S_0__2D_1 should be argVdArrangementSz4S0_2D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:340:2: don't use underscores in Go names; const arg_Vd_arrangement_sz_Q___2S_00__4S_01 should be argVdArrangementSzQ2S00_4S01 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:341:2: don't use underscores in Go names; const arg_Vd_arrangement_sz_Q___2S_00__4S_01__2D_11 should be argVdArrangementSzQ2S00_4S01_2D11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:342:2: don't use underscores in Go names; const arg_Vd_arrangement_sz_Q___2S_10__4S_11 should be argVdArrangementSzQ2S10_4S11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:343:2: don't use underscores in Go names; const arg_Vd_arrangement_sz_Q___4H_00__8H_01__2S_10__4S_11 should be argVdArrangementSzQ4H00_8H01_2S10_4S11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:344:2: don't use underscores in Go names; const arg_Vm_22_1__S_0__D_1 should be argVM22_1S0D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:345:2: don't use underscores in Go names; const arg_Vm_22_2__B_0__H_1__S_2__D_3 should be argVM22_2B0H1S2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:346:2: don't use underscores in Go names; const arg_Vm_22_2__D_3 should be argVM22_2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:347:2: don't use underscores in Go names; const arg_Vm_22_2__H_1__S_2 should be argVM22_2H1S2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:348:2: don't use underscores in Go names; const arg_Vm_arrangement_4S should be argVMArrangement4S src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:349:2: don't use underscores in Go names; const arg_Vm_arrangement_Q___8B_0__16B_1 should be argVMArrangementQ8B0_16B1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:350:2: don't use underscores in Go names; const arg_Vm_arrangement_size___8H_0__4S_1__2D_2 should be argVMArrangementSize8H0_4S1_2D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:351:2: don't use underscores in Go names; const arg_Vm_arrangement_size___H_1__S_2_index__size_L_H_M__HLM_1__HL_2_1 should be argVMArrangementSizeH1S2IndexSizeLHMHLM1HL2_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:352:2: don't use underscores in Go names; const arg_Vm_arrangement_size_Q___4H_10__8H_11__2S_20__4S_21 should be argVMArrangementSizeQ4H10_8H11_2S20_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:353:2: don't use underscores in Go names; const arg_Vm_arrangement_size_Q___8B_00__16B_01 should be argVMArrangementSizeQ8B00_16B01 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:354:2: don't use underscores in Go names; const arg_Vm_arrangement_size_Q___8B_00__16B_01__1D_30__2D_31 should be argVMArrangementSizeQ8B00_16B01_1D30_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:355:2: don't use underscores in Go names; const arg_Vm_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21 should be argVMArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:356:2: don't use underscores in Go names; const arg_Vm_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__2D_31 should be argVMArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:357:2: don't use underscores in Go names; const arg_Vm_arrangement_sz_Q___2S_00__4S_01__2D_11 should be argVMArrangementSzQ2S00_4S01_2D11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:358:2: don't use underscores in Go names; const arg_Vm_arrangement_sz___S_0__D_1_index__sz_L_H__HL_00__H_10_1 should be argVMArrangementSzS0D1IndexSzLHHL00H10_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:359:2: don't use underscores in Go names; const arg_Vn_19_4__B_1__H_2__S_4__D_8 should be argVn19_4B1H2S4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:360:2: don't use underscores in Go names; const arg_Vn_19_4__D_8 should be argVn19_4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:361:2: don't use underscores in Go names; const arg_Vn_19_4__H_1__S_2__D_4 should be argVn19_4H1S2D4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:362:2: don't use underscores in Go names; const arg_Vn_19_4__S_4__D_8 should be argVn19_4S4D8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:363:2: don't use underscores in Go names; const arg_Vn_1_arrangement_16B should be argVn1Arrangement16B src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:364:2: don't use underscores in Go names; const arg_Vn_22_1__D_1 should be argVn22_1D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:365:2: don't use underscores in Go names; const arg_Vn_22_1__S_0__D_1 should be argVn22_1S0D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:366:2: don't use underscores in Go names; const arg_Vn_22_2__B_0__H_1__S_2__D_3 should be argVn22_2B0H1S2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:367:2: don't use underscores in Go names; const arg_Vn_22_2__D_3 should be argVn22_2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:368:2: don't use underscores in Go names; const arg_Vn_22_2__H_0__S_1__D_2 should be argVn22_2H0S1D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:369:2: don't use underscores in Go names; const arg_Vn_22_2__H_1__S_2 should be argVn22_2H1S2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:370:2: don't use underscores in Go names; const arg_Vn_2_arrangement_16B should be argVn2Arrangement16B src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:371:2: don't use underscores in Go names; const arg_Vn_3_arrangement_16B should be argVn3Arrangement16B src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:372:2: don't use underscores in Go names; const arg_Vn_4_arrangement_16B should be argVn4Arrangement16B src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:373:2: don't use underscores in Go names; const arg_Vn_arrangement_16B should be argVnArrangement16B src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:374:2: don't use underscores in Go names; const arg_Vn_arrangement_4S should be argVnArrangement4S src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:375:2: don't use underscores in Go names; const arg_Vn_arrangement_D_index__1 should be argVnArrangementDIndex1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:376:2: don't use underscores in Go names; const arg_Vn_arrangement_D_index__imm5_1 should be argVnArrangementDIndexImm5_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:377:2: don't use underscores in Go names; const arg_Vn_arrangement_imm5___B_1__H_2_index__imm5__imm5lt41gt_1__imm5lt42gt_2_1 should be argVnArrangementImm5B1H2IndexImm5Imm5lt41gt1Imm5lt42gt2_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:378:2: don't use underscores in Go names; const arg_Vn_arrangement_imm5___B_1__H_2__S_4__D_8_index__imm5_imm4__imm4lt30gt_1__imm4lt31gt_2__imm4lt32gt_4__imm4lt3gt_8_1 should be argVnArrangementImm5B1H2S4D8IndexImm5Imm4Imm4lt30gt1Imm4lt31gt2Imm4lt32gt4Imm4lt3gt8_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:379:2: don't use underscores in Go names; const arg_Vn_arrangement_imm5___B_1__H_2__S_4__D_8_index__imm5__imm5lt41gt_1__imm5lt42gt_2__imm5lt43gt_4__imm5lt4gt_8_1 should be argVnArrangementImm5B1H2S4D8IndexImm5Imm5lt41gt1Imm5lt42gt2Imm5lt43gt4Imm5lt4gt8_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:380:2: don't use underscores in Go names; const arg_Vn_arrangement_imm5___B_1__H_2__S_4_index__imm5__imm5lt41gt_1__imm5lt42gt_2__imm5lt43gt_4_1 should be argVnArrangementImm5B1H2S4IndexImm5Imm5lt41gt1Imm5lt42gt2Imm5lt43gt4_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:381:2: don't use underscores in Go names; const arg_Vn_arrangement_imm5___D_8_index__imm5_1 should be argVnArrangementImm5D8IndexImm5_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:382:2: don't use underscores in Go names; const arg_Vn_arrangement_immh_Q___SEEAdvancedSIMDmodifiedimmediate_00__2S_40__4S_41__2D_81 should be argVnArrangementImmhQSEEAdvancedSIMDmodifiedimmediate00_2S40_4S41_2D81 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:383:2: don't use underscores in Go names; const arg_Vn_arrangement_immh_Q___SEEAdvancedSIMDmodifiedimmediate_00__8B_10__16B_11__4H_20__8H_21__2S_40__4S_41 should be argVnArrangementImmhQSEEAdvancedSIMDmodifiedimmediate00_8B10_16B11_4H20_8H21_2S40_4S41 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:384:2: don't use underscores in Go names; const arg_Vn_arrangement_immh_Q___SEEAdvancedSIMDmodifiedimmediate_00__8B_10__16B_11__4H_20__8H_21__2S_40__4S_41__2D_81 should be argVnArrangementImmhQSEEAdvancedSIMDmodifiedimmediate00_8B10_16B11_4H20_8H21_2S40_4S41_2D81 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:385:2: don't use underscores in Go names; const arg_Vn_arrangement_immh___SEEAdvancedSIMDmodifiedimmediate_0__8H_1__4S_2__2D_4 should be argVnArrangementImmhSEEAdvancedSIMDmodifiedimmediate0_8H1_4S2_2D4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:386:2: don't use underscores in Go names; const arg_Vn_arrangement_Q___8B_0__16B_1 should be argVnArrangementQ8B0_16B1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:387:2: don't use underscores in Go names; const arg_Vn_arrangement_Q_sz___2S_00__4S_10__2D_11 should be argVnArrangementQSz2S00_4S10_2D11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:388:2: don't use underscores in Go names; const arg_Vn_arrangement_Q_sz___4S_10 should be argVnArrangementQSz4S10 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:389:2: don't use underscores in Go names; const arg_Vn_arrangement_S_index__imm5__imm5lt41gt_1__imm5lt42gt_2__imm5lt43gt_4_1 should be argVnArrangementSIndexImm5Imm5lt41gt1Imm5lt42gt2Imm5lt43gt4_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:390:2: don't use underscores in Go names; const arg_Vn_arrangement_size___2D_3 should be argVnArrangementSize2D3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:391:2: don't use underscores in Go names; const arg_Vn_arrangement_size___8H_0__4S_1__2D_2 should be argVnArrangementSize8H0_4S1_2D2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:392:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___4H_10__8H_11__2S_20__4S_21 should be argVnArrangementSizeQ4H10_8H11_2S20_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:393:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___8B_00__16B_01 should be argVnArrangementSizeQ8B00_16B01 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:394:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___8B_00__16B_01__1D_30__2D_31 should be argVnArrangementSizeQ8B00_16B01_1D30_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:395:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11 should be argVnArrangementSizeQ8B00_16B01_4H10_8H11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:396:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21 should be argVnArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:397:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__2D_31 should be argVnArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:398:2: don't use underscores in Go names; const arg_Vn_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__4S_21 should be argVnArrangementSizeQ8B00_16B01_4H10_8H11_4S21 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:399:2: don't use underscores in Go names; const arg_Vn_arrangement_sz___2D_1 should be argVnArrangementSz2D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:400:2: don't use underscores in Go names; const arg_Vn_arrangement_sz___2S_0__2D_1 should be argVnArrangementSz2S0_2D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:401:2: don't use underscores in Go names; const arg_Vn_arrangement_sz___4S_0__2D_1 should be argVnArrangementSz4S0_2D1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:402:2: don't use underscores in Go names; const arg_Vn_arrangement_sz_Q___2S_00__4S_01 should be argVnArrangementSzQ2S00_4S01 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:403:2: don't use underscores in Go names; const arg_Vn_arrangement_sz_Q___2S_00__4S_01__2D_11 should be argVnArrangementSzQ2S00_4S01_2D11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:404:2: don't use underscores in Go names; const arg_Vn_arrangement_sz_Q___4H_00__8H_01__2S_10__4S_11 should be argVnArrangementSzQ4H00_8H01_2S10_4S11 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:405:2: don't use underscores in Go names; const arg_Vt_1_arrangement_B_index__Q_S_size_1 should be argVt1ArrangementBIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:406:2: don't use underscores in Go names; const arg_Vt_1_arrangement_D_index__Q_1 should be argVt1ArrangementDIndexQ1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:407:2: don't use underscores in Go names; const arg_Vt_1_arrangement_H_index__Q_S_size_1 should be argVt1ArrangementHIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:408:2: don't use underscores in Go names; const arg_Vt_1_arrangement_S_index__Q_S_1 should be argVt1ArrangementSIndexQS1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:409:2: don't use underscores in Go names; const arg_Vt_1_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__1D_30__2D_31 should be argVt1ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_1D30_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:410:2: don't use underscores in Go names; const arg_Vt_2_arrangement_B_index__Q_S_size_1 should be argVt2ArrangementBIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:411:2: don't use underscores in Go names; const arg_Vt_2_arrangement_D_index__Q_1 should be argVt2ArrangementDIndexQ1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:412:2: don't use underscores in Go names; const arg_Vt_2_arrangement_H_index__Q_S_size_1 should be argVt2ArrangementHIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:413:2: don't use underscores in Go names; const arg_Vt_2_arrangement_S_index__Q_S_1 should be argVt2ArrangementSIndexQS1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:414:2: don't use underscores in Go names; const arg_Vt_2_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__1D_30__2D_31 should be argVt2ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_1D30_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:415:2: don't use underscores in Go names; const arg_Vt_2_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__2D_31 should be argVt2ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:416:2: don't use underscores in Go names; const arg_Vt_3_arrangement_B_index__Q_S_size_1 should be argVt3ArrangementBIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:417:2: don't use underscores in Go names; const arg_Vt_3_arrangement_D_index__Q_1 should be argVt3ArrangementDIndexQ1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:418:2: don't use underscores in Go names; const arg_Vt_3_arrangement_H_index__Q_S_size_1 should be argVt3ArrangementHIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:419:2: don't use underscores in Go names; const arg_Vt_3_arrangement_S_index__Q_S_1 should be argVt3ArrangementSIndexQS1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:420:2: don't use underscores in Go names; const arg_Vt_3_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__1D_30__2D_31 should be argVt3ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_1D30_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:421:2: don't use underscores in Go names; const arg_Vt_3_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__2D_31 should be argVt3ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:422:2: don't use underscores in Go names; const arg_Vt_4_arrangement_B_index__Q_S_size_1 should be argVt4ArrangementBIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:423:2: don't use underscores in Go names; const arg_Vt_4_arrangement_D_index__Q_1 should be argVt4ArrangementDIndexQ1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:424:2: don't use underscores in Go names; const arg_Vt_4_arrangement_H_index__Q_S_size_1 should be argVt4ArrangementHIndexQSSize1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:425:2: don't use underscores in Go names; const arg_Vt_4_arrangement_S_index__Q_S_1 should be argVt4ArrangementSIndexQS1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:426:2: don't use underscores in Go names; const arg_Vt_4_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__1D_30__2D_31 should be argVt4ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_1D30_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:427:2: don't use underscores in Go names; const arg_Vt_4_arrangement_size_Q___8B_00__16B_01__4H_10__8H_11__2S_20__4S_21__2D_31 should be argVt4ArrangementSizeQ8B00_16B01_4H10_8H11_2S20_4S21_2D31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:428:2: don't use underscores in Go names; const arg_Wa should be argWa src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:429:2: don't use underscores in Go names; const arg_Wd should be argWd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:430:2: don't use underscores in Go names; const arg_Wds should be argWds src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:431:2: don't use underscores in Go names; const arg_Wm should be argWm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:432:2: don't use underscores in Go names; const arg_Wm_extend__UXTB_0__UXTH_1__LSL_UXTW_2__UXTX_3__SXTB_4__SXTH_5__SXTW_6__SXTX_7__0_4 should be argWmExtendUXTB0UXTH1LSLUXTW2UXTX3SXTB4SXTH5SXTW6SXTX7_0_4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:433:2: don't use underscores in Go names; const arg_Wm_shift__LSL_0__LSR_1__ASR_2__0_31 should be argWmShiftLSL0LSR1ASR2_0_31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:434:2: don't use underscores in Go names; const arg_Wm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_31 should be argWmShiftLSL0LSR1ASR2ROR3_0_31 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:435:2: don't use underscores in Go names; const arg_Wn should be argWn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:436:2: don't use underscores in Go names; const arg_Wns should be argWns src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:437:2: don't use underscores in Go names; const arg_Ws should be argWs src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:438:2: don't use underscores in Go names; const arg_Wt should be argWt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:439:2: don't use underscores in Go names; const arg_Wt2 should be argWt2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:440:2: don't use underscores in Go names; const arg_Xa should be argXa src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:441:2: don't use underscores in Go names; const arg_Xd should be argXd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:442:2: don't use underscores in Go names; const arg_Xds should be argXds src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:443:2: don't use underscores in Go names; const arg_Xm should be argXm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:444:2: don't use underscores in Go names; const arg_Xm_shift__LSL_0__LSR_1__ASR_2__0_63 should be argXmShiftLSL0LSR1ASR2_0_63 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:445:2: don't use underscores in Go names; const arg_Xm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_63 should be argXmShiftLSL0LSR1ASR2ROR3_0_63 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:446:2: don't use underscores in Go names; const arg_Xn should be argXn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:447:2: don't use underscores in Go names; const arg_Xns should be argXns src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:448:2: don't use underscores in Go names; const arg_Xns_mem should be argXnsMem src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:449:2: don't use underscores in Go names; const arg_Xns_mem_extend_m__UXTW_2__LSL_3__SXTW_6__SXTX_7__0_0__1_1 should be argXnsMemExtendMUXTW2LSL3SXTW6SXTX7_0_0_1_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:450:2: don't use underscores in Go names; const arg_Xns_mem_extend_m__UXTW_2__LSL_3__SXTW_6__SXTX_7__0_0__2_1 should be argXnsMemExtendMUXTW2LSL3SXTW6SXTX7_0_0_2_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:451:2: don't use underscores in Go names; const arg_Xns_mem_extend_m__UXTW_2__LSL_3__SXTW_6__SXTX_7__0_0__3_1 should be argXnsMemExtendMUXTW2LSL3SXTW6SXTX7_0_0_3_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:452:2: don't use underscores in Go names; const arg_Xns_mem_extend_m__UXTW_2__LSL_3__SXTW_6__SXTX_7__0_0__4_1 should be argXnsMemExtendMUXTW2LSL3SXTW6SXTX7_0_0_4_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:453:2: don't use underscores in Go names; const arg_Xns_mem_extend_m__UXTW_2__LSL_3__SXTW_6__SXTX_7__absent_0__0_1 should be argXnsMemExtendMUXTW2LSL3SXTW6SXTX7Absent0_0_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:454:2: don't use underscores in Go names; const arg_Xns_mem_offset should be argXnsMemOffset src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:455:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm12_16_unsigned should be argXnsMemOptionalImm12_16Unsigned src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:456:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm12_1_unsigned should be argXnsMemOptionalImm12_1Unsigned src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:457:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm12_2_unsigned should be argXnsMemOptionalImm12_2Unsigned src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:458:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm12_4_unsigned should be argXnsMemOptionalImm12_4Unsigned src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:459:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm12_8_unsigned should be argXnsMemOptionalImm12_8Unsigned src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:460:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm7_16_signed should be argXnsMemOptionalImm7_16Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:461:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm7_4_signed should be argXnsMemOptionalImm7_4Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:462:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm7_8_signed should be argXnsMemOptionalImm7_8Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:463:2: don't use underscores in Go names; const arg_Xns_mem_optional_imm9_1_signed should be argXnsMemOptionalImm9_1Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:464:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_1 should be argXnsMemPostFixedimm1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:465:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_12 should be argXnsMemPostFixedimm12 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:466:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_16 should be argXnsMemPostFixedimm16 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:467:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_2 should be argXnsMemPostFixedimm2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:468:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_24 should be argXnsMemPostFixedimm24 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:469:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_3 should be argXnsMemPostFixedimm3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:470:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_32 should be argXnsMemPostFixedimm32 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:471:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_4 should be argXnsMemPostFixedimm4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:472:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_6 should be argXnsMemPostFixedimm6 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:473:2: don't use underscores in Go names; const arg_Xns_mem_post_fixedimm_8 should be argXnsMemPostFixedimm8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:474:2: don't use underscores in Go names; const arg_Xns_mem_post_imm7_16_signed should be argXnsMemPostImm7_16Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:475:2: don't use underscores in Go names; const arg_Xns_mem_post_imm7_4_signed should be argXnsMemPostImm7_4Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:476:2: don't use underscores in Go names; const arg_Xns_mem_post_imm7_8_signed should be argXnsMemPostImm7_8Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:477:2: don't use underscores in Go names; const arg_Xns_mem_post_imm9_1_signed should be argXnsMemPostImm9_1Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:478:2: don't use underscores in Go names; const arg_Xns_mem_post_Q__16_0__32_1 should be argXnsMemPostQ16_0_32_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:479:2: don't use underscores in Go names; const arg_Xns_mem_post_Q__24_0__48_1 should be argXnsMemPostQ24_0_48_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:480:2: don't use underscores in Go names; const arg_Xns_mem_post_Q__32_0__64_1 should be argXnsMemPostQ32_0_64_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:481:2: don't use underscores in Go names; const arg_Xns_mem_post_Q__8_0__16_1 should be argXnsMemPostQ8_0_16_1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:482:2: don't use underscores in Go names; const arg_Xns_mem_post_size__1_0__2_1__4_2__8_3 should be argXnsMemPostSize1_0_2_1_4_2_8_3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:483:2: don't use underscores in Go names; const arg_Xns_mem_post_size__2_0__4_1__8_2__16_3 should be argXnsMemPostSize2_0_4_1_8_2_16_3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:484:2: don't use underscores in Go names; const arg_Xns_mem_post_size__3_0__6_1__12_2__24_3 should be argXnsMemPostSize3_0_6_1_12_2_24_3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:485:2: don't use underscores in Go names; const arg_Xns_mem_post_size__4_0__8_1__16_2__32_3 should be argXnsMemPostSize4_0_8_1_16_2_32_3 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:486:2: don't use underscores in Go names; const arg_Xns_mem_post_Xm should be argXnsMemPostXm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:487:2: don't use underscores in Go names; const arg_Xns_mem_wb_imm7_16_signed should be argXnsMemWbImm7_16Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:488:2: don't use underscores in Go names; const arg_Xns_mem_wb_imm7_4_signed should be argXnsMemWbImm7_4Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:489:2: don't use underscores in Go names; const arg_Xns_mem_wb_imm7_8_signed should be argXnsMemWbImm7_8Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:490:2: don't use underscores in Go names; const arg_Xns_mem_wb_imm9_1_signed should be argXnsMemWbImm9_1Signed src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:491:2: don't use underscores in Go names; const arg_Xs should be argXs src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:492:2: don't use underscores in Go names; const arg_Xt should be argXt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:493:2: don't use underscores in Go names; const arg_Xt2 should be argXt2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:13:6: don't use underscores in Go names; func at_sys_cr_system_cond should be atSysCrSystemCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:17:6: don't use underscores in Go names; func bfi_bfm_32m_bitfield_cond should be bfiBfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:21:6: don't use underscores in Go names; func bfi_bfm_64m_bitfield_cond should be bfiBfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:25:6: don't use underscores in Go names; func bfxil_bfm_32m_bitfield_cond should be bfxilBfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:29:6: don't use underscores in Go names; func bfxil_bfm_64m_bitfield_cond should be bfxilBfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:33:6: don't use underscores in Go names; func cinc_csinc_32_condsel_cond should be cincCsinc32CondselCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:37:6: don't use underscores in Go names; func cinc_csinc_64_condsel_cond should be cincCsinc64CondselCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:41:6: don't use underscores in Go names; func cinv_csinv_32_condsel_cond should be cinvCsinv32CondselCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:45:6: don't use underscores in Go names; func cinv_csinv_64_condsel_cond should be cinvCsinv64CondselCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:49:6: don't use underscores in Go names; func cneg_csneg_32_condsel_cond should be cnegCsneg32CondselCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:53:6: don't use underscores in Go names; func cneg_csneg_64_condsel_cond should be cnegCsneg64CondselCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:57:6: don't use underscores in Go names; func csinc_general_cond should be csincGeneralCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:60:6: don't use underscores in Go names; func csinv_general_cond should be csinvGeneralCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:63:6: don't use underscores in Go names; func dc_sys_cr_system_cond should be dcSysCrSystemCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:67:6: don't use underscores in Go names; func ic_sys_cr_system_cond should be icSysCrSystemCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:71:6: don't use underscores in Go names; func lsl_ubfm_32m_bitfield_cond should be lslUbfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:75:6: don't use underscores in Go names; func lsl_ubfm_64m_bitfield_cond should be lslUbfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:79:6: don't use underscores in Go names; func mov_orr_32_log_imm_cond should be movOrr32LogImmCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:83:6: don't use underscores in Go names; func mov_orr_64_log_imm_cond should be movOrr64LogImmCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:87:6: don't use underscores in Go names; func mov_movn_32_movewide_cond should be movMovn32MovewideCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:91:6: don't use underscores in Go names; func mov_movn_64_movewide_cond should be movMovn64MovewideCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:95:6: don't use underscores in Go names; func mov_add_32_addsub_imm_cond should be movAdd32AddsubImmCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:99:6: don't use underscores in Go names; func mov_add_64_addsub_imm_cond should be movAdd64AddsubImmCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:103:6: don't use underscores in Go names; func mov_movz_32_movewide_cond should be movMovz32MovewideCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:107:6: don't use underscores in Go names; func mov_movz_64_movewide_cond should be movMovz64MovewideCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:111:6: don't use underscores in Go names; func ror_extr_32_extract_cond should be rorExtr32ExtractCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:115:6: don't use underscores in Go names; func ror_extr_64_extract_cond should be rorExtr64ExtractCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:119:6: don't use underscores in Go names; func sbfiz_sbfm_32m_bitfield_cond should be sbfizSbfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:123:6: don't use underscores in Go names; func sbfiz_sbfm_64m_bitfield_cond should be sbfizSbfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:127:6: don't use underscores in Go names; func sbfx_sbfm_32m_bitfield_cond should be sbfxSbfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:131:6: don't use underscores in Go names; func sbfx_sbfm_64m_bitfield_cond should be sbfxSbfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:135:6: don't use underscores in Go names; func tlbi_sys_cr_system_cond should be tlbiSysCrSystemCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:139:6: don't use underscores in Go names; func ubfiz_ubfm_32m_bitfield_cond should be ubfizUbfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:143:6: don't use underscores in Go names; func ubfiz_ubfm_64m_bitfield_cond should be ubfizUbfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:147:6: don't use underscores in Go names; func ubfx_ubfm_32m_bitfield_cond should be ubfxUbfm32mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:151:6: don't use underscores in Go names; func ubfx_ubfm_64m_bitfield_cond should be ubfxUbfm64mBitfieldCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:155:6: don't use underscores in Go names; func fcvtzs_asisdshf_c_cond should be fcvtzsAsisdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:158:6: don't use underscores in Go names; func fcvtzs_asimdshf_c_cond should be fcvtzsAsimdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:161:6: don't use underscores in Go names; func fcvtzu_asisdshf_c_cond should be fcvtzuAsisdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:164:6: don't use underscores in Go names; func fcvtzu_asimdshf_c_cond should be fcvtzuAsimdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:167:6: don't use underscores in Go names; func mov_umov_asimdins_w_w_cond should be movUmovAsimdinsWWCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:171:6: don't use underscores in Go names; func mov_umov_asimdins_x_x_cond should be movUmovAsimdinsXXCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:175:6: don't use underscores in Go names; func mov_orr_asimdsame_only_cond should be movOrrAsimdsameOnlyCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:179:6: don't use underscores in Go names; func rshrn_asimdshf_n_cond should be rshrnAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:182:6: don't use underscores in Go names; func scvtf_asisdshf_c_cond should be scvtfAsisdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:185:6: don't use underscores in Go names; func scvtf_asimdshf_c_cond should be scvtfAsimdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:188:6: don't use underscores in Go names; func shl_asisdshf_r_cond should be shlAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:191:6: don't use underscores in Go names; func shl_asimdshf_r_cond should be shlAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:194:6: don't use underscores in Go names; func shrn_asimdshf_n_cond should be shrnAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:197:6: don't use underscores in Go names; func sli_asisdshf_r_cond should be sliAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:200:6: don't use underscores in Go names; func sli_asimdshf_r_cond should be sliAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:203:6: don't use underscores in Go names; func sqrshrn_asisdshf_n_cond should be sqrshrnAsisdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:206:6: don't use underscores in Go names; func sqrshrn_asimdshf_n_cond should be sqrshrnAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:209:6: don't use underscores in Go names; func sqrshrun_asisdshf_n_cond should be sqrshrunAsisdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:212:6: don't use underscores in Go names; func sqrshrun_asimdshf_n_cond should be sqrshrunAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:215:6: don't use underscores in Go names; func sqshl_asisdshf_r_cond should be sqshlAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:218:6: don't use underscores in Go names; func sqshl_asimdshf_r_cond should be sqshlAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:221:6: don't use underscores in Go names; func sqshlu_asisdshf_r_cond should be sqshluAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:224:6: don't use underscores in Go names; func sqshlu_asimdshf_r_cond should be sqshluAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:227:6: don't use underscores in Go names; func sqshrn_asisdshf_n_cond should be sqshrnAsisdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:230:6: don't use underscores in Go names; func sqshrn_asimdshf_n_cond should be sqshrnAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:233:6: don't use underscores in Go names; func sqshrun_asisdshf_n_cond should be sqshrunAsisdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:236:6: don't use underscores in Go names; func sqshrun_asimdshf_n_cond should be sqshrunAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:239:6: don't use underscores in Go names; func sri_asisdshf_r_cond should be sriAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:242:6: don't use underscores in Go names; func sri_asimdshf_r_cond should be sriAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:245:6: don't use underscores in Go names; func srshr_asisdshf_r_cond should be srshrAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:248:6: don't use underscores in Go names; func srshr_asimdshf_r_cond should be srshrAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:251:6: don't use underscores in Go names; func srsra_asisdshf_r_cond should be srsraAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:254:6: don't use underscores in Go names; func srsra_asimdshf_r_cond should be srsraAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:257:6: don't use underscores in Go names; func sshll_asimdshf_l_cond should be sshllAsimdshfLCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:260:6: don't use underscores in Go names; func sshr_asisdshf_r_cond should be sshrAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:263:6: don't use underscores in Go names; func sshr_asimdshf_r_cond should be sshrAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:266:6: don't use underscores in Go names; func ssra_asisdshf_r_cond should be ssraAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:269:6: don't use underscores in Go names; func ssra_asimdshf_r_cond should be ssraAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:272:6: don't use underscores in Go names; func sxtl_sshll_asimdshf_l_cond should be sxtlSshllAsimdshfLCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:276:6: don't use underscores in Go names; func ucvtf_asisdshf_c_cond should be ucvtfAsisdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:279:6: don't use underscores in Go names; func ucvtf_asimdshf_c_cond should be ucvtfAsimdshfCCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:282:6: don't use underscores in Go names; func uqrshrn_asisdshf_n_cond should be uqrshrnAsisdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:285:6: don't use underscores in Go names; func uqrshrn_asimdshf_n_cond should be uqrshrnAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:288:6: don't use underscores in Go names; func uqshl_asisdshf_r_cond should be uqshlAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:291:6: don't use underscores in Go names; func uqshl_asimdshf_r_cond should be uqshlAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:294:6: don't use underscores in Go names; func uqshrn_asisdshf_n_cond should be uqshrnAsisdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:297:6: don't use underscores in Go names; func uqshrn_asimdshf_n_cond should be uqshrnAsimdshfNCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:300:6: don't use underscores in Go names; func urshr_asisdshf_r_cond should be urshrAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:303:6: don't use underscores in Go names; func urshr_asimdshf_r_cond should be urshrAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:306:6: don't use underscores in Go names; func ursra_asisdshf_r_cond should be ursraAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:309:6: don't use underscores in Go names; func ursra_asimdshf_r_cond should be ursraAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:312:6: don't use underscores in Go names; func ushll_asimdshf_l_cond should be ushllAsimdshfLCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:315:6: don't use underscores in Go names; func ushr_asisdshf_r_cond should be ushrAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:318:6: don't use underscores in Go names; func ushr_asimdshf_r_cond should be ushrAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:321:6: don't use underscores in Go names; func usra_asisdshf_r_cond should be usraAsisdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:324:6: don't use underscores in Go names; func usra_asimdshf_r_cond should be usraAsimdshfRCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go:327:6: don't use underscores in Go names; func uxtl_ushll_asimdshf_l_cond should be uxtlUshllAsimdshfLCond src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:7:6: don't use underscores in Go names; func extract_bit should be extractBit src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:11:6: don't use underscores in Go names; func bfxpreferred_4 should be bfxpreferred4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:30:6: don't use underscores in Go names; func move_wide_preferred_4 should be moveWidePreferred4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:50:6: exported type Sys should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:53:2: don't use underscores in Go names; const Sys_AT should be SysAT src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:53:2: exported const Sys_AT should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:54:2: don't use underscores in Go names; const Sys_DC should be SysDC src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:55:2: don't use underscores in Go names; const Sys_IC should be SysIC src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:56:2: don't use underscores in Go names; const Sys_TLBI should be SysTLBI src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:57:2: don't use underscores in Go names; const Sys_SYS should be SysSYS src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:60:6: don't use underscores in Go names; func sys_op_4 should be sysOp4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:65:6: don't use underscores in Go names; func is_zero should be isZero src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:69:6: don't use underscores in Go names; func is_ones_n16 should be isOnesN16 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go:73:6: don't use underscores in Go names; func bit_count should be bitCount src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:304:3: don't use underscores in Go names; var crm_op2 should be crmOp2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:617:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:728:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:783:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:881:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:970:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:994:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1014:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1023:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1032:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1045:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1058:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1067:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1080:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1151:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1157:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1163:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1179:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1196:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1202:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1208:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1221:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1227:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1233:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1260:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1269:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1278:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1432:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1481:34: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1490:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1503:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1512:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1536:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1706:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1719:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1751:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1764:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1773:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1786:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1930:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1947:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1953:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1959:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1972:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1978:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:1984:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2011:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2190:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2199:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2237:34: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2287:36: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2337:36: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2408:36: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2479:36: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2618:6: don't use underscores in Go names; func handle_ExtendedRegister should be handleExtendedRegister src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2618:40: don't use underscores in Go names; func parameter has_width should be hasWidth src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2625:2: don't use underscores in Go names; var is_32bit should be is32bit src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2675:6: don't use underscores in Go names; func handle_ImmediateShiftedRegister should be handleImmediateShiftedRegister src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2675:59: don't use underscores in Go names; func parameter is_w should be isW src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2675:65: don't use underscores in Go names; func parameter has_ror should be hasRor src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2706:6: don't use underscores in Go names; func handle_MemExtend should be handleMemExtend src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go:2732:6: don't use underscores in Go names; func handle_bitmasks should be handleBitmasks src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ext_test.go:61:6: type InstJson should be InstJSON src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ext_test.go:287:7: don't use underscores in Go names; var cur_s should be curS src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ext_test.go:418:14: should omit type bool from declaration of var condmark; it will be inferred from the right-hand side src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:65:2: exported const W0 should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:380:6: exported type ImmShift should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:397:6: exported type ExtShift should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:456:6: exported type RegExtshiftAmount should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:460:2: don't use underscores in Go names; struct field show_zero should be showZero src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:495:2: exported const AddrPostIndex should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:551:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:554:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:561:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:564:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:582:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:587:6: exported type Imm64 should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:597:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:603:6: don't use underscores in Go names; type Imm_hint should be ImmHint src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:612:6: don't use underscores in Go names; type Imm_clrex should be ImmClrex src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:624:6: don't use underscores in Go names; type Imm_dcps should be ImmDcps src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:635:1: comment on exported type Cond should be of the form "Cond ..." (with optional leading article) src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:651:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:657:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:663:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:669:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:675:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:681:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:687:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:697:6: don't use underscores in Go names; type Imm_c should be ImmC src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:706:6: don't use underscores in Go names; type Imm_option should be ImmOption src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:741:6: don't use underscores in Go names; type Imm_prfop should be ImmPrfop src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:746:2: don't use underscores in Go names; var prf_type should be prfType src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:747:2: don't use underscores in Go names; var prf_target should be prfTarget src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:748:2: don't use underscores in Go names; var prf_policy should be prfPolicy src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:779:6: exported type Pstatefield should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:782:2: exported const SPSel should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:802:6: exported type Systemreg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:818:6: don't use underscores in Go names; type Imm_fp should be ImmFp src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:846:6: exported type Arrangement should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:850:2: exported const ArrangementB should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:897:1: comment on exported type RegisterWithArrangement should be of the form "RegisterWithArrangement ..." (with optional leading article) src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go:930:1: comment on exported type RegisterWithArrangementAndIndex should be of the form "RegisterWithArrangementAndIndex ..." (with optional leading article) src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go:12:2: exported const ABS should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go:72:6: exported type ArgType should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go:75:2: exported const TypeUnknown should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go:124:1: exported method ArgType.GoString should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/field.go:56:1: exported method BitFields.Append should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/field.go:79:1: comment on exported method BitFields.ParseSigned should be of the form "ParseSigned ..." src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:12:6: exported type Inst should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:63:2: exported const R0 should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:225:1: exported method Reg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:246:2: comment on exported const Cond0LT should be of the form "Cond0LT ..." src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:248:2: exported const Cond0GT should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:279:2: comment on exported const CR0 should be of the form "CR0 ..." src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:290:1: exported method CondReg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:306:2: exported const SpRegZero should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:309:1: exported method SpReg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:317:1: exported method PCRel.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:325:1: exported method Label.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:333:1: exported method Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go:341:1: exported method Offset.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:8:2: exported const CNTLZW should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:9:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:94:2: don't use underscores in Go names; const ADD_ should be ADD src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:137:2: don't use underscores in Go names; const NEG_ should be NEG src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:209:2: don't use underscores in Go names; const AND_ should be AND src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:211:2: don't use underscores in Go names; const XOR_ should be XOR src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:215:2: don't use underscores in Go names; const OR_ should be OR src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:217:2: don't use underscores in Go names; const NOR_ should be NOR src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:223:2: don't use underscores in Go names; const EQV_ should be EQV src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:225:2: don't use underscores in Go names; const ORC_ should be ORC src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:258:2: don't use underscores in Go names; const SLW_ should be SLW src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:260:2: don't use underscores in Go names; const SRW_ should be SRW src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:266:2: don't use underscores in Go names; const SLD_ should be SLD src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:268:2: don't use underscores in Go names; const SRD_ should be SRD src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:315:2: don't use underscores in Go names; const FMR_ should be FMR src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:347:2: don't use underscores in Go names; const FRE_ should be FRE src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1222:2: don't use underscores in Go names; const TSR_ should be TSR src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:1322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2662:2: don't use underscores in Go names; var ap_Reg_11_15 should be apReg11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2663:2: don't use underscores in Go names; var ap_Reg_6_10 should be apReg6_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2664:2: don't use underscores in Go names; var ap_PCRel_6_29_shift2 should be apPCRel6_29Shift2 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2665:2: don't use underscores in Go names; var ap_Label_6_29_shift2 should be apLabel6_29Shift2 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2666:2: don't use underscores in Go names; var ap_ImmUnsigned_6_10 should be apImmUnsigned6_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2667:2: don't use underscores in Go names; var ap_CondRegBit_11_15 should be apCondRegBit11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2668:2: don't use underscores in Go names; var ap_PCRel_16_29_shift2 should be apPCRel16_29Shift2 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2669:2: don't use underscores in Go names; var ap_Label_16_29_shift2 should be apLabel16_29Shift2 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2670:2: don't use underscores in Go names; var ap_ImmUnsigned_19_20 should be apImmUnsigned19_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2671:2: don't use underscores in Go names; var ap_CondRegBit_6_10 should be apCondRegBit6_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2672:2: don't use underscores in Go names; var ap_CondRegBit_16_20 should be apCondRegBit16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2673:2: don't use underscores in Go names; var ap_CondRegField_6_8 should be apCondRegField6_8 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2674:2: don't use underscores in Go names; var ap_CondRegField_11_13 should be apCondRegField11_13 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2675:2: don't use underscores in Go names; var ap_ImmUnsigned_20_26 should be apImmUnsigned20_26 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2676:2: don't use underscores in Go names; var ap_SpReg_11_20 should be apSpReg11_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2677:2: don't use underscores in Go names; var ap_Offset_16_31 should be apOffset16_31 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2678:2: don't use underscores in Go names; var ap_Reg_16_20 should be apReg16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2679:2: don't use underscores in Go names; var ap_Offset_16_29_shift2 should be apOffset16_29Shift2 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2680:2: don't use underscores in Go names; var ap_Offset_16_27_shift4 should be apOffset16_27Shift4 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2681:2: don't use underscores in Go names; var ap_ImmUnsigned_16_20 should be apImmUnsigned16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2682:2: don't use underscores in Go names; var ap_ImmSigned_16_31 should be apImmSigned16_31 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2683:2: don't use underscores in Go names; var ap_ImmUnsigned_16_31 should be apImmUnsigned16_31 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2684:2: don't use underscores in Go names; var ap_CondRegBit_21_25 should be apCondRegBit21_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2685:2: don't use underscores in Go names; var ap_ImmUnsigned_21_25 should be apImmUnsigned21_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2686:2: don't use underscores in Go names; var ap_ImmUnsigned_26_30 should be apImmUnsigned26_30 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2687:2: don't use underscores in Go names; var ap_ImmUnsigned_30_30_16_20 should be apImmUnsigned30_30_16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2688:2: don't use underscores in Go names; var ap_ImmUnsigned_26_26_21_25 should be apImmUnsigned26_26_21_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2689:2: don't use underscores in Go names; var ap_SpReg_16_20_11_15 should be apSpReg16_20_11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2690:2: don't use underscores in Go names; var ap_ImmUnsigned_12_19 should be apImmUnsigned12_19 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2691:2: don't use underscores in Go names; var ap_ImmUnsigned_10_10 should be apImmUnsigned10_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2692:2: don't use underscores in Go names; var ap_VecSReg_31_31_6_10 should be apVecSReg31_31_6_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2693:2: don't use underscores in Go names; var ap_FPReg_6_10 should be apFPReg6_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2694:2: don't use underscores in Go names; var ap_FPReg_16_20 should be apFPReg16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2695:2: don't use underscores in Go names; var ap_FPReg_11_15 should be apFPReg11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2696:2: don't use underscores in Go names; var ap_FPReg_21_25 should be apFPReg21_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2697:2: don't use underscores in Go names; var ap_ImmUnsigned_16_19 should be apImmUnsigned16_19 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2698:2: don't use underscores in Go names; var ap_ImmUnsigned_15_15 should be apImmUnsigned15_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2699:2: don't use underscores in Go names; var ap_ImmUnsigned_7_14 should be apImmUnsigned7_14 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2700:2: don't use underscores in Go names; var ap_ImmUnsigned_6_6 should be apImmUnsigned6_6 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2701:2: don't use underscores in Go names; var ap_VecReg_6_10 should be apVecReg6_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2702:2: don't use underscores in Go names; var ap_VecReg_11_15 should be apVecReg11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2703:2: don't use underscores in Go names; var ap_VecReg_16_20 should be apVecReg16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2704:2: don't use underscores in Go names; var ap_ImmUnsigned_12_15 should be apImmUnsigned12_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2705:2: don't use underscores in Go names; var ap_ImmUnsigned_13_15 should be apImmUnsigned13_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2706:2: don't use underscores in Go names; var ap_ImmUnsigned_14_15 should be apImmUnsigned14_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2707:2: don't use underscores in Go names; var ap_ImmSigned_11_15 should be apImmSigned11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2708:2: don't use underscores in Go names; var ap_VecReg_21_25 should be apVecReg21_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2709:2: don't use underscores in Go names; var ap_ImmUnsigned_22_25 should be apImmUnsigned22_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2710:2: don't use underscores in Go names; var ap_ImmUnsigned_11_15 should be apImmUnsigned11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2711:2: don't use underscores in Go names; var ap_ImmUnsigned_16_16 should be apImmUnsigned16_16 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2712:2: don't use underscores in Go names; var ap_ImmUnsigned_17_20 should be apImmUnsigned17_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2713:2: don't use underscores in Go names; var ap_ImmUnsigned_22_22 should be apImmUnsigned22_22 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2714:2: don't use underscores in Go names; var ap_ImmUnsigned_16_21 should be apImmUnsigned16_21 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2715:2: don't use underscores in Go names; var ap_ImmUnsigned_21_22 should be apImmUnsigned21_22 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2716:2: don't use underscores in Go names; var ap_ImmUnsigned_11_12 should be apImmUnsigned11_12 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2717:2: don't use underscores in Go names; var ap_ImmUnsigned_11_11 should be apImmUnsigned11_11 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2718:2: don't use underscores in Go names; var ap_VecSReg_30_30_16_20 should be apVecSReg30_30_16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2719:2: don't use underscores in Go names; var ap_VecSReg_29_29_11_15 should be apVecSReg29_29_11_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2720:2: don't use underscores in Go names; var ap_ImmUnsigned_22_23 should be apImmUnsigned22_23 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2721:2: don't use underscores in Go names; var ap_VecSReg_28_28_21_25 should be apVecSReg28_28_21_25 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2722:2: don't use underscores in Go names; var ap_CondRegField_29_31 should be apCondRegField29_31 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2723:2: don't use underscores in Go names; var ap_ImmUnsigned_7_10 should be apImmUnsigned7_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2724:2: don't use underscores in Go names; var ap_ImmUnsigned_9_10 should be apImmUnsigned9_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2725:2: don't use underscores in Go names; var ap_ImmUnsigned_31_31 should be apImmUnsigned31_31 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2726:2: don't use underscores in Go names; var ap_ImmSigned_16_20 should be apImmSigned16_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2727:2: don't use underscores in Go names; var ap_ImmUnsigned_20_20 should be apImmUnsigned20_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2728:2: don't use underscores in Go names; var ap_ImmUnsigned_8_10 should be apImmUnsigned8_10 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2729:2: don't use underscores in Go names; var ap_SpReg_12_15 should be apSpReg12_15 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2730:2: don't use underscores in Go names; var ap_ImmUnsigned_6_20 should be apImmUnsigned6_20 src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go:2731:2: don't use underscores in Go names; var ap_ImmUnsigned_11_20 should be apImmUnsigned11_20 src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go:56:2: const xReadId should be xReadID src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go:414:5: should replace pos += 1 with pos++ src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go:660:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go:664:11: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:40:2: comment on exported const PrefixImplicit should be of the form "PrefixImplicit ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:42:2: exported const PrefixIgnored should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:45:2: comment on exported const PrefixES should be of the form "PrefixES ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:53:2: comment on exported const PrefixPN should be of the form "PrefixPN ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:57:2: comment on exported const PrefixDataSize should be of the form "PrefixDataSize ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:65:2: comment on exported const PrefixLOCK should be of the form "PrefixLOCK ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:73:2: comment on exported const PrefixREX should be of the form "PrefixREX ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:89:1: exported method Prefix.IsVEX should have comment or be unexported src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:153:2: comment on exported const AL should be of the form "AL ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:155:2: exported const CL should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:175:2: comment on exported const AX should be of the form "AX ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:193:2: comment on exported const EAX should be of the form "EAX ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:211:2: comment on exported const RAX should be of the form "RAX ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:229:2: comment on exported const IP should be of the form "IP ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:234:2: comment on exported const F0 should be of the form "F0 ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:244:2: comment on exported const M0 should be of the form "M0 ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:254:2: comment on exported const X0 should be of the form "X0 ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:272:2: comment on exported const ES should be of the form "ES ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:280:2: comment on exported const GDTR should be of the form "GDTR ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:287:2: comment on exported const CR0 should be of the form "CR0 ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:305:2: comment on exported const DR0 should be of the form "DR0 ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go:323:2: comment on exported const TR0 should be of the form "TR0 ..." src/cmd/vendor/golang.org/x/arch/x86/x86asm/intel.go:463:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/x86/x86asm/intel.go:467:11: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go:12:6: exported type SymLookup should have comment or be unexported src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go:8677:2: exported const AAA should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go:8744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go:8995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vet/copylock.go:155:6: var isId should be isID src/cmd/vet/copylock.go:198:6: func lockPathRhs should be lockPathRHS src/cmd/vet/main.go:384:6: exported type Package should have comment or be unexported src/cmd/vet/method.go:23:6: exported type MethodSig should have comment or be unexported src/cmd/vet/internal/cfg/builder.go:250:6: don't use underscores in Go names; var default_ should be default src/cmd/vet/internal/cfg/cfg.go:5:1: package comment should be of the form "Package cfg ..." src/compress/flate/deflate.go:14:2: exported const NoCompression should have comment (or a comment on this block) or be unexported src/compress/flate/huffman_bit_writer.go:359:97: method parameter isEof should be isEOF src/compress/flate/huffman_bit_writer.go:379:16: should omit type int from declaration of var codeWord; it will be inferred from the right-hand side src/compress/flate/huffman_bit_writer.go:403:58: method parameter isEof should be isEOF src/compress/flate/huffman_bit_writer.go:417:45: method parameter isEof should be isEOF src/compress/flate/huffman_code.go:106:26: should omit type *huffmanEncoder from declaration of var fixedLiteralEncoding; it will be inferred from the right-hand side src/compress/flate/huffman_code.go:107:25: should omit type *huffmanEncoder from declaration of var fixedOffsetEncoding; it will be inferred from the right-hand side src/compress/flate/inflate.go:258:1: comment on exported type Reader should be of the form "Reader ..." (with optional leading article) src/compress/gzip/gunzip.go:47:1: comment on exported type Header should be of the form "Header ..." (with optional leading article) src/container/heap/heap.go:21:1: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) src/container/heap/heap.go:36:1: comment on exported function Init should be of the form "Init ..." src/context/context.go:155:5: error var Canceled should have name of the form ErrFoo src/crypto/crypto.go:24:2: exported const MD4 should have comment (or a comment on this block) or be unexported src/crypto/crypto.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/crypto.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/crypto.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/crypto.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/crypto.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/crypto.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/crypto.go:39:2: don't use underscores in Go names; const BLAKE2s_256 should be BLAKE2s256 src/crypto/crypto.go:40:2: don't use underscores in Go names; const BLAKE2b_256 should be BLAKE2b256 src/crypto/crypto.go:41:2: don't use underscores in Go names; const BLAKE2b_384 should be BLAKE2b384 src/crypto/crypto.go:42:2: don't use underscores in Go names; const BLAKE2b_512 should be BLAKE2b512 src/crypto/crypto.go:158:6: exported type DecrypterOpts should have comment or be unexported src/crypto/aes/cipher.go:12:1: comment on exported const BlockSize should be of the form "BlockSize ..." src/crypto/aes/cipher.go:21:6: exported type KeySizeError should have comment or be unexported src/crypto/cipher/xor.go:61:9: if block ends with a return statement, so drop this else and outdent its block src/crypto/des/cipher.go:13:1: comment on exported const BlockSize should be of the form "BlockSize ..." src/crypto/des/cipher.go:16:6: exported type KeySizeError should have comment or be unexported src/crypto/dsa/dsa.go:45:2: exported const L1024N160 should have comment (or a comment on this block) or be unexported src/crypto/dsa/dsa.go:226:3: don't use leading k in Go names; var kInv should be inv src/crypto/ecdsa/ecdsa.go:193:9: don't use leading k in Go names; var kInv should be inv src/crypto/elliptic/elliptic.go:51:1: exported method CurveParams.Params should have comment or be unexported src/crypto/elliptic/elliptic.go:55:1: exported method CurveParams.IsOnCurve should have comment or be unexported src/crypto/elliptic/elliptic.go:102:1: exported method CurveParams.Add should have comment or be unexported src/crypto/elliptic/elliptic.go:186:1: exported method CurveParams.Double should have comment or be unexported src/crypto/elliptic/elliptic.go:251:1: exported method CurveParams.ScalarMult should have comment or be unexported src/crypto/elliptic/elliptic.go:268:1: exported method CurveParams.ScalarBaseMult should have comment or be unexported src/crypto/elliptic/p256_amd64.go:422:8: should omit type uint from declaration of var s; it will be inferred from the right-hand side src/crypto/elliptic/p256_amd64.go:423:8: should omit type uint from declaration of var d; it will be inferred from the right-hand side src/crypto/elliptic/p256_amd64.go:430:8: should omit type uint from declaration of var s; it will be inferred from the right-hand side src/crypto/elliptic/p256_amd64.go:431:8: should omit type uint from declaration of var d; it will be inferred from the right-hand side src/crypto/md5/md5.go:23:1: comment on exported const Size should be of the form "Size ..." src/crypto/md5/md5.go:26:1: comment on exported const BlockSize should be of the form "BlockSize ..." src/crypto/md5/md5.go:163:1: receiver name d0 should be consistent with previous receiver name d for digest src/crypto/rc4/rc4.go:20:6: exported type KeySizeError should have comment or be unexported src/crypto/rc4/rc4.go:37:16: should drop = 0 from declaration of var j; it is the zero value src/crypto/rc4/rc4.go:62:3: should replace i += 1 with i++ src/crypto/rsa/pkcs1v15.go:17:1: comment on exported type PKCS1v15DecryptOptions should be of the form "PKCS1v15DecryptOptions ..." (with optional leading article) src/crypto/rsa/pss.go:238:1: receiver name opts should be consistent with previous receiver name pssOpts for PSSOptions src/crypto/rsa/rsa.go:132:10: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/crypto/rsa/rsa.go:141:6: exported type PrecomputedValues should have comment or be unexported src/crypto/rsa/rsa.go:576:1: comment on exported function DecryptOAEP should be of the form "DecryptOAEP ..." src/crypto/sha1/sha1.go:21:1: comment on exported const Size should be of the form "Size ..." src/crypto/sha1/sha1.go:24:1: comment on exported const BlockSize should be of the form "BlockSize ..." src/crypto/sha1/sha1.go:153:1: receiver name d0 should be consistent with previous receiver name d for digest src/crypto/sha1/sha1.go:192:1: receiver name d0 should be consistent with previous receiver name d for digest src/crypto/sha256/sha256.go:20:1: comment on exported const Size should be of the form "Size ..." src/crypto/sha256/sha256.go:23:1: comment on exported const Size224 should be of the form "Size224 ..." src/crypto/sha256/sha256.go:26:1: comment on exported const BlockSize should be of the form "BlockSize ..." src/crypto/sha256/sha256.go:226:1: receiver name d0 should be consistent with previous receiver name d for digest src/crypto/sha512/sha512.go:289:1: receiver name d0 should be consistent with previous receiver name d for digest src/crypto/tls/cipher_suites.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:374:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:376:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:378:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:382:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:383:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:384:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:386:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:387:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:388:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:389:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:390:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/cipher_suites.go:395:2: don't use ALL_CAPS in Go names; use CamelCase src/crypto/tls/common.go:25:2: exported const VersionSSL30 should have comment (or a comment on this block) or be unexported src/crypto/tls/common.go:98:2: exported const CurveP256 should have comment (or a comment on this block) or be unexported src/crypto/tls/common.go:179:2: exported const NoClientCert should have comment (or a comment on this block) or be unexported src/crypto/tls/common.go:216:2: exported const PKCS1WithSHA1 should have comment (or a comment on this block) or be unexported src/crypto/tls/common.go:229:2: comment on exported const ECDSAWithSHA1 should be of the form "ECDSAWithSHA1 ..." src/crypto/tls/conn_test.go:113:10: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/crypto/tls/handshake_client.go:41:10: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/crypto/tls/handshake_client.go:67:9: range var suiteId should be suiteID src/crypto/tls/handshake_client_test.go:1258:5: error var brokenConnErr should have name of the form errFoo src/crypto/tls/handshake_messages.go:16:2: struct field sessionId should be sessionID src/crypto/tls/handshake_messages.go:307:2: var sessionIdLen should be sessionIDLen src/crypto/tls/handshake_messages.go:510:2: struct field sessionId should be sessionID src/crypto/tls/handshake_messages.go:669:3: should replace l -= 1 with l-- src/crypto/tls/handshake_messages.go:704:2: var sessionIdLen should be sessionIDLen src/crypto/tls/handshake_messages_test.go:121:4: should replace cs += 1 with cs++ src/crypto/tls/prf_test.go:73:6: func cipherSuiteById should be cipherSuiteByID src/crypto/x509/cert_pool.go:15:2: struct field bySubjectKeyId should be bySubjectKeyID src/crypto/x509/cert_pool.go:99:3: var keyId should be keyID src/crypto/x509/pem_decrypt.go:23:6: exported type PEMCipher should have comment or be unexported src/crypto/x509/pem_decrypt.go:105:5: error var IncorrectPasswordError should have name of the form ErrFoo src/crypto/x509/root_cgo_darwin.go:224:25: should drop = 0 from declaration of var data; it is the zero value src/crypto/x509/root_cgo_darwin.go:225:34: should drop = 0 from declaration of var untrustedData; it is the zero value src/crypto/x509/verify.go:20:6: exported type InvalidReason should have comment or be unexported src/crypto/x509/x509.go:19:2: a blank import should be only in a main or test package, or have a comment justifying it src/crypto/x509/x509.go:143:2: struct field UniqueId should be UniqueID src/crypto/x509/x509.go:144:2: struct field SubjectUniqueId should be SubjectUniqueID src/crypto/x509/x509.go:169:6: type authKeyId should be authKeyID src/crypto/x509/x509.go:170:2: struct field Id should be ID src/crypto/x509/x509.go:173:6: exported type SignatureAlgorithm should have comment or be unexported src/crypto/x509/x509.go:176:2: exported const UnknownSignatureAlgorithm should have comment (or a comment on this block) or be unexported src/crypto/x509/x509.go:212:6: exported type PublicKeyAlgorithm should have comment or be unexported src/crypto/x509/x509.go:215:2: exported const UnknownPublicKeyAlgorithm should have comment (or a comment on this block) or be unexported src/crypto/x509/x509.go:532:2: exported const KeyUsageDigitalSignature should have comment (or a comment on this block) or be unexported src/crypto/x509/x509.go:577:2: exported const ExtKeyUsageAny should have comment (or a comment on this block) or be unexported src/crypto/x509/x509.go:702:2: struct field SubjectKeyId should be SubjectKeyID src/crypto/x509/x509.go:703:2: struct field AuthorityKeyId should be AuthorityKeyID src/crypto/x509/x509.go:736:1: comment on exported type InsecureAlgorithmError should be of the form "InsecureAlgorithmError ..." (with optional leading article) src/crypto/x509/x509.go:752:1: exported method Certificate.Equal should have comment or be unexported src/crypto/x509/x509.go:902:10: if block ends with a return statement, so drop this else and outdent its block src/crypto/x509/x509.go:949:6: exported type UnhandledCriticalExtension should have comment or be unexported src/crypto/x509/x509.go:1643:2: var oidExtensionSubjectKeyId should be oidExtensionSubjectKeyID src/crypto/x509/x509.go:1646:2: var oidExtensionAuthorityKeyId should be oidExtensionAuthorityKeyID src/crypto/x509/x509.go:1705:66: func parameter authorityKeyId should be authorityKeyID src/crypto/x509/x509.go:2096:2: var authorityKeyId should be authorityKeyID src/crypto/x509/x509.go:2347:3: struct field Id should be ID src/crypto/x509/x509_test.go:1314:3: struct field Id should be ID src/crypto/x509/pkix/pkix.go:24:6: exported type RDNSequence should have comment or be unexported src/crypto/x509/pkix/pkix.go:95:6: exported type RelativeDistinguishedNameSET should have comment or be unexported src/crypto/x509/pkix/pkix.go:114:2: struct field Id should be ID src/crypto/x509/pkix/pkix.go:133:1: exported method Name.FillFromRDNSequence should have comment or be unexported src/crypto/x509/pkix/pkix.go:203:1: exported method Name.ToRDNSequence should have comment or be unexported src/database/sql/convert.go:382:10: if block ends with a return statement, so drop this else and outdent its block src/database/sql/convert.go:437:9: if block ends with a return statement, so drop this else and outdent its block src/database/sql/convert_test.go:416:6: don't use underscores in Go names; type Valuer_V should be ValuerV src/database/sql/convert_test.go:422:6: don't use underscores in Go names; type Valuer_P should be ValuerP src/database/sql/sql.go:82:2: don't use underscores in Go names; struct field _Named_Fields_Required should be _NamedFieldsRequired src/database/sql/sql.go:316:2: don't use underscores in Go names; struct field _Named_Fields_Required should be _NamedFieldsRequired src/database/sql/sql_test.go:3734:5: error var pingError should have name of the form errFoo src/database/sql/driver/driver.go:63:1: comment on exported type DriverContext should be of the form "DriverContext ..." (with optional leading article) src/database/sql/driver/driver.go:69:6: type name will be used as driver.DriverContext by other packages, and that stutters; consider calling this Context src/database/sql/driver/driver.go:471:1: exported method RowsAffected.LastInsertId should have comment or be unexported src/database/sql/driver/driver.go:475:1: exported method RowsAffected.RowsAffected should have comment or be unexported src/database/sql/driver/types.go:154:1: exported method Null.ConvertValue should have comment or be unexported src/database/sql/driver/types.go:167:1: exported method NotNull.ConvertValue should have comment or be unexported src/database/sql/driver/types.go:255:10: if block ends with a return statement, so drop this else and outdent its block src/debug/dwarf/buf.go:184:6: exported type DecodeError should have comment or be unexported src/debug/dwarf/const.go:15:2: exported const AttrSibling should have comment (or a comment on this block) or be unexported src/debug/dwarf/const.go:89:1: exported method Attr.GoString should have comment or be unexported src/debug/dwarf/const.go:139:2: exported const TagArrayType should have comment (or a comment on this block) or be unexported src/debug/dwarf/const.go:186:2: comment on exported const TagDwarfProcedure should be of the form "TagDwarfProcedure ..." src/debug/dwarf/const.go:198:2: comment on exported const TagTypeUnit should be of the form "TagTypeUnit ..." src/debug/dwarf/const.go:204:1: exported method Tag.GoString should have comment or be unexported src/debug/dwarf/entry.go:209:1: comment on exported type Entry should be of the form "Entry ..." (with optional leading article) src/debug/dwarf/entry.go:298:2: comment on exported const ClassRangeListPtr should be of the form "ClassRangeListPtr ..." src/debug/dwarf/entry.go:331:1: exported method Class.GoString should have comment or be unexported src/debug/dwarf/type.go:29:1: exported method CommonType.Common should have comment or be unexported src/debug/dwarf/type.go:31:1: exported method CommonType.Size should have comment or be unexported src/debug/dwarf/type.go:42:1: exported method BasicType.Basic should have comment or be unexported src/debug/dwarf/type.go:44:1: receiver name t should be consistent with previous receiver name b for BasicType src/debug/dwarf/type.go:107:1: exported method QualType.Size should have comment or be unexported src/debug/dwarf/type.go:121:1: exported method ArrayType.Size should have comment or be unexported src/debug/dwarf/type.go:169:1: exported method StructType.Defn should have comment or be unexported src/debug/dwarf/type.go:262:1: exported method TypedefType.Size should have comment or be unexported src/debug/elf/elf.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:61:1: comment on exported const ELFMAG should be of the form "ELFMAG ..." src/debug/elf/elf.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:68:2: exported const EV_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:78:1: exported method Version.GoString should have comment or be unexported src/debug/elf/elf.go:84:2: exported const ELFCLASSNONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:96:1: exported method Class.GoString should have comment or be unexported src/debug/elf/elf.go:102:2: exported const ELFDATANONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:114:1: exported method Data.GoString should have comment or be unexported src/debug/elf/elf.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:120:2: exported const ELFOSABI_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:160:1: exported method OSABI.GoString should have comment or be unexported src/debug/elf/elf.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:166:2: exported const ET_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:190:1: exported method Type.GoString should have comment or be unexported src/debug/elf/elf.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:196:2: exported const EM_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:241:2: comment on exported const EM_486 should be of the form "EM_486 ..." src/debug/elf/elf.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:301:1: exported method Machine.GoString should have comment or be unexported src/debug/elf/elf.go:303:1: comment on exported type SectionIndex should be of the form "SectionIndex ..." (with optional leading article) src/debug/elf/elf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:307:2: exported const SHN_UNDEF should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:329:1: exported method SectionIndex.GoString should have comment or be unexported src/debug/elf/elf.go:331:1: comment on exported type SectionType should be of the form "SectionType ..." (with optional leading article) src/debug/elf/elf.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:335:2: exported const SHT_NULL should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:398:1: exported method SectionType.GoString should have comment or be unexported src/debug/elf/elf.go:400:1: comment on exported type SectionFlag should be of the form "SectionFlag ..." (with optional leading article) src/debug/elf/elf.go:404:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:404:2: exported const SHF_WRITE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:405:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:406:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:407:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:408:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:409:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:410:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:411:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:412:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:413:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:414:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:415:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:416:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:434:1: exported method SectionFlag.GoString should have comment or be unexported src/debug/elf/elf.go:436:1: comment on exported type CompressionType should be of the form "CompressionType ..." (with optional leading article) src/debug/elf/elf.go:440:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:440:2: exported const COMPRESS_ZLIB should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:441:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:442:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:443:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:444:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:456:1: exported method CompressionType.GoString should have comment or be unexported src/debug/elf/elf.go:458:1: comment on exported type ProgType should be of the form "ProgType ..." (with optional leading article) src/debug/elf/elf.go:462:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:462:2: exported const PT_NULL should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:463:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:464:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:465:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:466:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:467:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:468:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:469:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:470:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:471:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:472:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:473:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:492:1: exported method ProgType.GoString should have comment or be unexported src/debug/elf/elf.go:494:1: comment on exported type ProgFlag should be of the form "ProgFlag ..." (with optional leading article) src/debug/elf/elf.go:498:2: don't use underscores in Go names; const PF_X should be PFX src/debug/elf/elf.go:498:2: exported const PF_X should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:499:2: don't use underscores in Go names; const PF_W should be PFW src/debug/elf/elf.go:500:2: don't use underscores in Go names; const PF_R should be PFR src/debug/elf/elf.go:501:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:502:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:512:1: exported method ProgFlag.GoString should have comment or be unexported src/debug/elf/elf.go:514:1: comment on exported type DynTag should be of the form "DynTag ..." (with optional leading article) src/debug/elf/elf.go:518:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:518:2: exported const DT_NULL should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:519:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:520:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:521:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:522:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:523:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:524:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:525:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:526:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:527:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:528:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:529:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:530:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:531:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:532:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:533:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:534:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:535:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:536:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:537:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:538:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:539:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:540:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:541:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:542:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:543:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:544:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:545:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:546:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:547:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:548:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:549:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:554:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:555:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:556:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:557:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:558:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:559:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:560:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:561:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:562:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:610:1: exported method DynTag.GoString should have comment or be unexported src/debug/elf/elf.go:612:1: comment on exported type DynFlag should be of the form "DynFlag ..." (with optional leading article) src/debug/elf/elf.go:616:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:616:2: exported const DF_ORIGIN should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:619:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:620:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:621:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:625:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:639:1: exported method DynFlag.GoString should have comment or be unexported src/debug/elf/elf.go:645:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:645:2: exported const NT_PRSTATUS should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:646:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:647:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:657:1: exported method NType.GoString should have comment or be unexported src/debug/elf/elf.go:659:1: comment on exported type SymBind should be of the form "SymBind ..." (with optional leading article) src/debug/elf/elf.go:663:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:663:2: exported const STB_LOCAL should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:664:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:665:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:666:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:667:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:668:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:669:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:683:1: exported method SymBind.GoString should have comment or be unexported src/debug/elf/elf.go:685:1: comment on exported type SymType should be of the form "SymType ..." (with optional leading article) src/debug/elf/elf.go:689:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:689:2: exported const STT_NOTYPE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:690:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:691:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:692:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:693:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:694:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:695:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:696:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:697:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:698:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:699:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:717:1: exported method SymType.GoString should have comment or be unexported src/debug/elf/elf.go:719:1: comment on exported type SymVis should be of the form "SymVis ..." (with optional leading article) src/debug/elf/elf.go:723:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:723:2: exported const STV_DEFAULT should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:724:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:725:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:726:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:737:1: exported method SymVis.GoString should have comment or be unexported src/debug/elf/elf.go:743:1: comment on exported type R_X86_64 should be of the form "R_X86_64 ..." (with optional leading article) src/debug/elf/elf.go:744:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:747:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:747:2: exported const R_X86_64_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:748:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:749:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:750:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:751:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:752:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:753:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:754:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:755:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:756:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:757:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:758:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:759:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:760:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:761:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:762:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:763:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:764:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:765:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:766:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:767:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:768:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:769:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:770:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:771:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:772:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:773:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:774:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:775:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:776:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:777:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:778:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:780:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:781:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:782:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:783:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:784:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:785:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:786:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:787:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:788:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:789:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:839:1: exported method R_X86_64.GoString should have comment or be unexported src/debug/elf/elf.go:841:1: comment on exported type R_AARCH64 should be of the form "R_AARCH64 ..." (with optional leading article) src/debug/elf/elf.go:842:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:845:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:845:2: exported const R_AARCH64_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:846:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:847:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:848:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:849:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:850:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:851:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:852:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:853:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:854:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:855:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:856:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:857:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:858:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:859:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:860:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:861:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:862:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:863:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:864:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:865:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:866:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:867:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:868:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:869:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:870:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:871:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:872:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:873:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:874:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:875:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:876:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:877:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:878:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:879:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:880:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:881:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:882:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:883:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:884:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:885:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:886:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:887:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:888:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:889:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:890:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:891:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:892:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:893:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:894:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:895:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:896:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:897:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:898:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:899:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:900:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:901:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:902:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:903:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:904:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:905:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:906:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:907:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:908:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:909:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:910:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:911:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:912:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:913:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:914:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:915:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:916:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:917:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:918:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:919:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:920:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:921:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:922:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:923:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:924:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:925:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:926:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:927:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:928:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:929:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:930:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:931:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:932:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:933:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:934:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:935:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:936:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:937:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:938:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:939:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:940:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:941:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:942:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:943:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:944:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:945:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:946:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:947:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:948:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:949:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:950:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:951:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:952:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:953:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:954:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:955:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:956:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:957:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:958:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:959:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:960:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:961:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:962:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:963:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:964:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:965:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:966:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:967:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:968:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:969:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:970:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:971:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:972:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:973:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:974:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1111:1: exported method R_AARCH64.GoString should have comment or be unexported src/debug/elf/elf.go:1113:1: comment on exported type R_ALPHA should be of the form "R_ALPHA ..." (with optional leading article) src/debug/elf/elf.go:1114:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1117:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1117:2: exported const R_ALPHA_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:1118:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1119:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1120:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1121:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1122:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1123:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1124:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1125:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1126:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1127:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1128:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1129:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1130:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1131:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1132:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1133:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1134:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1135:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1136:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1137:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1138:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1139:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1140:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1141:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1142:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1143:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1144:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1179:1: exported method R_ALPHA.GoString should have comment or be unexported src/debug/elf/elf.go:1181:1: comment on exported type R_ARM should be of the form "R_ARM ..." (with optional leading article) src/debug/elf/elf.go:1182:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1185:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1185:2: exported const R_ARM_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:1186:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1187:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1188:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1189:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1190:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1191:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1192:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1193:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1194:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1195:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1196:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1197:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1198:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1199:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1200:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1201:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1202:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1203:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1204:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1205:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1206:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1207:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1208:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1209:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1210:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1211:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1212:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1213:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1214:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1215:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1216:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1217:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1218:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1219:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1220:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1221:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1222:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1223:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1224:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1225:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1226:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1227:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1228:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1229:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1230:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1231:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1232:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1233:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1234:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1235:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1236:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1237:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1238:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1239:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1240:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1241:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1242:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1243:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1244:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1245:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1246:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1247:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1248:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1249:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1250:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1251:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1252:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1253:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1254:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1255:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1256:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1257:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1258:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1259:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1260:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1261:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1262:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1263:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1264:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1265:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1266:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1267:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1268:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1269:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1270:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1271:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1272:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1273:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1274:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1275:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1276:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1277:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1278:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1279:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1280:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1281:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1282:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1283:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1284:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1285:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1286:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1287:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1288:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1289:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1290:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1291:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1292:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1293:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1294:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1295:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1296:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1297:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1298:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1299:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1300:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1301:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1302:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1303:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1304:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1305:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1306:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1307:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1308:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1309:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1310:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1311:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1312:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1313:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1314:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1315:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1316:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1317:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1318:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1319:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1320:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1321:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1322:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1323:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1324:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1325:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1326:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1327:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1328:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1479:1: exported method R_ARM.GoString should have comment or be unexported src/debug/elf/elf.go:1481:1: comment on exported type R_386 should be of the form "R_386 ..." (with optional leading article) src/debug/elf/elf.go:1482:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1485:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1485:2: exported const R_386_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:1486:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1487:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1488:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1489:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1490:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1491:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1492:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1493:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1494:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1495:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1496:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1497:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1498:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1499:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1500:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1501:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1502:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1503:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1504:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1505:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1506:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1507:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1508:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1509:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1510:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1511:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1512:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1513:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1514:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1515:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1516:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1517:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1518:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1519:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1520:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1521:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1522:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1523:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1524:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1525:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1526:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1575:1: exported method R_386.GoString should have comment or be unexported src/debug/elf/elf.go:1577:1: comment on exported type R_MIPS should be of the form "R_MIPS ..." (with optional leading article) src/debug/elf/elf.go:1578:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1581:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1581:2: exported const R_MIPS_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:1582:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1583:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1584:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1585:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1586:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1587:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1588:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1589:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1590:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1591:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1592:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1593:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1594:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1595:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1596:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1597:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1598:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1599:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1600:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1601:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1602:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1603:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1604:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1605:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1606:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1607:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1608:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1609:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1610:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1611:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1612:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1613:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1614:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1615:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1617:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1618:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1619:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1620:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1621:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1622:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1623:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1624:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1625:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1626:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1627:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1628:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1629:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1684:1: exported method R_MIPS.GoString should have comment or be unexported src/debug/elf/elf.go:1686:1: comment on exported type R_PPC should be of the form "R_PPC ..." (with optional leading article) src/debug/elf/elf.go:1692:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1695:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1695:2: exported const R_PPC_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:1696:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1697:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1698:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1699:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1700:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1701:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1702:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1703:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1704:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1705:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1706:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1707:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1708:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1709:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1710:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1711:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1712:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1713:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1714:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1715:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1716:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1717:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1718:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1719:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1720:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1721:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1722:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1723:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1724:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1725:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1726:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1727:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1728:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1729:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1730:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1731:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1732:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1733:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1734:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1735:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1736:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1737:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1738:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1739:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1740:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1741:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1742:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1743:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1744:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1745:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1746:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1747:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1748:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1749:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1750:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1751:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1752:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1753:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1754:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1755:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1756:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1757:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1758:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1759:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1760:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1761:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1762:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1763:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1764:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1765:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1766:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1767:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1768:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1769:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1770:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1771:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1855:1: exported method R_PPC.GoString should have comment or be unexported src/debug/elf/elf.go:1857:1: comment on exported type R_PPC64 should be of the form "R_PPC64 ..." (with optional leading article) src/debug/elf/elf.go:1863:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1866:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1866:2: exported const R_PPC64_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:1867:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1868:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1869:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1870:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1871:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1872:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1873:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1874:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1875:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1876:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1877:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1878:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1879:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1880:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1881:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1882:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1883:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1884:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1885:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1886:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1887:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1888:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1889:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1890:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1891:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1892:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1893:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1894:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1895:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1896:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1897:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1898:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1899:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1900:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1901:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1902:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1903:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1904:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1905:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1906:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1907:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1908:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1909:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1910:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1911:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1912:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1913:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1914:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1915:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1916:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1917:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1918:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1919:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1920:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1921:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1922:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1923:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1924:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1925:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1926:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1927:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1928:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1929:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1930:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1931:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1932:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1933:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1934:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1935:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1936:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1937:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1938:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1939:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1940:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1941:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1942:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1943:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1944:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1945:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1946:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1947:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1948:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1949:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1950:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1951:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1952:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1953:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1954:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1955:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1956:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1957:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1958:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1959:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1960:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1961:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1962:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1963:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1964:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1965:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1966:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1967:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1968:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1969:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:1970:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2082:1: exported method R_PPC64.GoString should have comment or be unexported src/debug/elf/elf.go:2084:1: comment on exported type R_390 should be of the form "R_390 ..." (with optional leading article) src/debug/elf/elf.go:2085:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2088:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2088:2: exported const R_390_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:2089:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2090:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2091:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2092:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2093:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2094:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2095:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2096:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2097:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2098:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2099:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2100:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2101:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2102:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2103:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2104:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2105:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2106:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2107:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2108:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2109:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2110:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2111:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2112:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2113:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2114:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2115:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2116:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2117:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2118:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2119:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2120:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2121:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2122:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2123:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2124:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2125:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2126:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2127:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2128:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2129:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2130:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2131:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2132:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2133:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2134:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2135:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2136:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2137:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2138:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2139:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2140:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2141:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2142:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2143:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2144:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2145:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2146:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2147:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2148:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2216:1: exported method R_390.GoString should have comment or be unexported src/debug/elf/elf.go:2218:1: comment on exported type R_SPARC should be of the form "R_SPARC ..." (with optional leading article) src/debug/elf/elf.go:2219:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2222:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2222:2: exported const R_SPARC_NONE should have comment (or a comment on this block) or be unexported src/debug/elf/elf.go:2223:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2224:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2225:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2226:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2227:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2228:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2229:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2230:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2231:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2232:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2233:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2234:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2235:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2236:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2237:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2238:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2239:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2240:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2241:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2242:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2243:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2244:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2245:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2246:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2247:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2248:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2249:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2250:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2251:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2252:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2253:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2254:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2255:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2256:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2257:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2258:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2259:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2260:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2261:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2262:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2263:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2264:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2265:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2266:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2267:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2268:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2269:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2270:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2271:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2272:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2273:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2274:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2275:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2276:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2277:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2340:1: exported method R_SPARC.GoString should have comment or be unexported src/debug/elf/elf.go:2342:1: comment on exported const ARM_MAGIC_TRAMP_NUMBER should be of the form "ARM_MAGIC_TRAMP_NUMBER ..." src/debug/elf/elf.go:2343:7: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2345:1: comment on exported type Header32 should be of the form "Header32 ..." (with optional leading article) src/debug/elf/elf.go:2363:1: comment on exported type Section32 should be of the form "Section32 ..." (with optional leading article) src/debug/elf/elf.go:2377:1: comment on exported type Prog32 should be of the form "Prog32 ..." (with optional leading article) src/debug/elf/elf.go:2389:1: comment on exported type Dyn32 should be of the form "Dyn32 ..." (with optional leading article) src/debug/elf/elf.go:2395:1: comment on exported type Chdr32 should be of the form "Chdr32 ..." (with optional leading article) src/debug/elf/elf.go:2406:1: comment on exported type Rel32 should be of the form "Rel32 ..." (with optional leading article) src/debug/elf/elf.go:2412:1: comment on exported type Rela32 should be of the form "Rela32 ..." (with optional leading article) src/debug/elf/elf.go:2419:1: exported function R_SYM32 should have comment or be unexported src/debug/elf/elf.go:2419:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2420:1: exported function R_TYPE32 should have comment or be unexported src/debug/elf/elf.go:2420:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2421:1: exported function R_INFO32 should have comment or be unexported src/debug/elf/elf.go:2421:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2423:1: comment on exported type Sym32 should be of the form "Sym32 ..." (with optional leading article) src/debug/elf/elf.go:2433:7: exported const Sym32Size should have comment or be unexported src/debug/elf/elf.go:2435:1: exported function ST_BIND should have comment or be unexported src/debug/elf/elf.go:2435:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2436:1: exported function ST_TYPE should have comment or be unexported src/debug/elf/elf.go:2436:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2437:1: exported function ST_INFO should have comment or be unexported src/debug/elf/elf.go:2437:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2440:1: exported function ST_VISIBILITY should have comment or be unexported src/debug/elf/elf.go:2440:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2446:1: comment on exported type Header64 should be of the form "Header64 ..." (with optional leading article) src/debug/elf/elf.go:2464:1: comment on exported type Section64 should be of the form "Section64 ..." (with optional leading article) src/debug/elf/elf.go:2478:1: comment on exported type Prog64 should be of the form "Prog64 ..." (with optional leading article) src/debug/elf/elf.go:2490:1: comment on exported type Dyn64 should be of the form "Dyn64 ..." (with optional leading article) src/debug/elf/elf.go:2496:1: comment on exported type Chdr64 should be of the form "Chdr64 ..." (with optional leading article) src/debug/elf/elf.go:2508:1: comment on exported type Rel64 should be of the form "Rel64 ..." (with optional leading article) src/debug/elf/elf.go:2514:1: comment on exported type Rela64 should be of the form "Rela64 ..." (with optional leading article) src/debug/elf/elf.go:2521:1: exported function R_SYM64 should have comment or be unexported src/debug/elf/elf.go:2521:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2522:1: exported function R_TYPE64 should have comment or be unexported src/debug/elf/elf.go:2522:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2523:1: exported function R_INFO should have comment or be unexported src/debug/elf/elf.go:2523:6: don't use ALL_CAPS in Go names; use CamelCase src/debug/elf/elf.go:2525:1: comment on exported type Sym64 should be of the form "Sym64 ..." (with optional leading article) src/debug/elf/elf.go:2535:7: exported const Sym64Size should have comment or be unexported src/debug/elf/file.go:180:6: exported type FormatError should have comment or be unexported src/debug/elf/file.go:1063:1: exported method File.DWARF should have comment or be unexported src/debug/elf/file.go:1176:6: exported type ImportedSymbol should have comment or be unexported src/debug/macho/fat.go:23:2: struct field Cpu should be CPU src/debug/macho/fat.go:24:2: struct field SubCpu should be SubCPU src/debug/macho/fat.go:62:10: if block ends with a return statement, so drop this else and outdent its block src/debug/macho/fat.go:139:1: exported method FatFile.Close should have comment or be unexported src/debug/macho/file.go:40:1: exported method LoadBytes.Raw should have comment or be unexported src/debug/macho/file.go:85:6: exported type SectionHeader should have comment or be unexported src/debug/macho/file.go:111:6: exported type Section should have comment or be unexported src/debug/macho/macho.go:15:2: struct field Cpu should be CPU src/debug/macho/macho.go:16:2: struct field SubCpu should be SubCPU src/debug/macho/macho.go:29:2: exported const Magic32 should have comment (or a comment on this block) or be unexported src/debug/macho/macho.go:38:2: exported const TypeObj should have comment (or a comment on this block) or be unexported src/debug/macho/macho.go:52:1: exported method Type.GoString should have comment or be unexported src/debug/macho/macho.go:55:6: type Cpu should be CPU src/debug/macho/macho.go:60:2: const Cpu386 should be CPU386 src/debug/macho/macho.go:60:2: exported const Cpu386 should have comment (or a comment on this block) or be unexported src/debug/macho/macho.go:61:2: const CpuAmd64 should be CPUAmd64 src/debug/macho/macho.go:62:2: const CpuArm should be CPUArm src/debug/macho/macho.go:63:2: const CpuPpc should be CPUPpc src/debug/macho/macho.go:64:2: const CpuPpc64 should be CPUPpc64 src/debug/macho/macho.go:76:1: exported method Cpu.GoString should have comment or be unexported src/debug/macho/macho.go:82:2: exported const LoadCmdSegment should have comment (or a comment on this block) or be unexported src/debug/macho/macho.go:103:1: exported method LoadCmd.GoString should have comment or be unexported src/debug/macho/macho.go:197:2: exported const FlagNoUndefs should have comment (or a comment on this block) or be unexported src/debug/macho/reloctype.go:9:6: exported type RelocTypeGeneric should have comment or be unexported src/debug/macho/reloctype.go:12:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:12:2: exported const GENERIC_RELOC_VANILLA should have comment (or a comment on this block) or be unexported src/debug/macho/reloctype.go:13:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:14:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:15:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:16:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:17:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:20:1: exported method RelocTypeGeneric.GoString should have comment or be unexported src/debug/macho/reloctype.go:22:6: exported type RelocTypeX86_64 should have comment or be unexported src/debug/macho/reloctype.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:25:2: exported const X86_64_RELOC_UNSIGNED should have comment (or a comment on this block) or be unexported src/debug/macho/reloctype.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:37:1: exported method RelocTypeX86_64.GoString should have comment or be unexported src/debug/macho/reloctype.go:39:6: exported type RelocTypeARM should have comment or be unexported src/debug/macho/reloctype.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:42:2: exported const ARM_RELOC_VANILLA should have comment (or a comment on this block) or be unexported src/debug/macho/reloctype.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:54:1: exported method RelocTypeARM.GoString should have comment or be unexported src/debug/macho/reloctype.go:56:6: exported type RelocTypeARM64 should have comment or be unexported src/debug/macho/reloctype.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:59:2: exported const ARM64_RELOC_UNSIGNED should have comment (or a comment on this block) or be unexported src/debug/macho/reloctype.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/macho/reloctype.go:72:1: exported method RelocTypeARM64.GoString should have comment or be unexported src/debug/pe/file.go:80:27: error strings should not be capitalized or end with punctuation or a newline src/debug/pe/file.go:93:26: error strings should not be capitalized or end with punctuation or a newline src/debug/pe/file.go:219:1: exported method File.DWARF should have comment or be unexported src/debug/pe/file.go:247:6: exported type ImportDirectory should have comment or be unexported src/debug/pe/file_test.go:520:8: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:7:6: exported type FileHeader should have comment or be unexported src/debug/pe/pe.go:17:6: exported type DataDirectory should have comment or be unexported src/debug/pe/pe.go:22:6: exported type OptionalHeader32 should have comment or be unexported src/debug/pe/pe.go:56:6: exported type OptionalHeader64 should have comment or be unexported src/debug/pe/pe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:90:2: exported const IMAGE_FILE_MACHINE_UNKNOWN should have comment (or a comment on this block) or be unexported src/debug/pe/pe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/pe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/debug/pe/symbol.go:13:7: exported const COFFSymbolSize should have comment or be unexported src/debug/plan9obj/file.go:69:1: comment on exported type Sym should be of the form "Sym ..." (with optional leading article) src/debug/plan9obj/plan9obj.go:31:2: exported const Magic64 should have comment (or a comment on this block) or be unexported src/encoding/ascii85/ascii85.go:169:6: exported type CorruptInputError should have comment or be unexported src/encoding/asn1/asn1_test.go:421:34: should omit type []parseFieldParametersTest from declaration of var parseFieldParametersTestData; it will be inferred from the right-hand side src/encoding/base32/base32.go:30:2: exported const StdPadding should have comment (or a comment on this block) or be unexported src/encoding/base32/base32.go:275:6: exported type CorruptInputError should have comment or be unexported src/encoding/base32/base32.go:362:4: should replace n += 1 with n++ src/encoding/base64/base64.go:31:2: exported const StdPadding should have comment (or a comment on this block) or be unexported src/encoding/base64/base64.go:267:6: exported type CorruptInputError should have comment or be unexported src/encoding/binary/varint.go:103:5: error var overflow should have name of the form errFoo src/encoding/gob/codec_test.go:145:12: should omit type bool from declaration of var data; it will be inferred from the right-hand side src/encoding/gob/codec_test.go:157:12: should omit type int from declaration of var data; it will be inferred from the right-hand side src/encoding/gob/codec_test.go:313:12: should omit type string from declaration of var data; it will be inferred from the right-hand side src/encoding/gob/codec_test.go:575:12: should omit type complex128 from declaration of var comp1; it will be inferred from the right-hand side src/encoding/gob/codec_test.go:576:12: should omit type complex128 from declaration of var comp2; it will be inferred from the right-hand side src/encoding/gob/codec_test.go:957:2: don't use underscores in Go names; struct field Ignore_d should be IgnoreD src/encoding/gob/codec_test.go:958:2: don't use underscores in Go names; struct field Ignore_e should be IgnoreE src/encoding/gob/codec_test.go:959:2: don't use underscores in Go names; struct field Ignore_f should be IgnoreF src/encoding/gob/codec_test.go:960:2: don't use underscores in Go names; struct field Ignore_g should be IgnoreG src/encoding/gob/codec_test.go:961:2: don't use underscores in Go names; struct field Ignore_h should be IgnoreH src/encoding/gob/codec_test.go:962:2: don't use underscores in Go names; struct field Ignore_i should be IgnoreI src/encoding/gob/codec_test.go:963:2: don't use underscores in Go names; struct field Ignore_m should be IgnoreM src/encoding/gob/codec_test.go:1359:2: don't use underscores in Go names; struct field I_nil should be INil src/encoding/gob/decode.go:670:2: var concreteId should be concreteID src/encoding/gob/decode.go:790:30: method parameter wireId should be wireID src/encoding/gob/decode.go:814:4: var elemId should be elemID src/encoding/gob/decode.go:823:4: var keyId should be keyID src/encoding/gob/decode.go:824:4: var elemId should be elemID src/encoding/gob/decode.go:838:8: var elemId should be elemID src/encoding/gob/decode.go:875:36: method parameter wireId should be wireID src/encoding/gob/decode.go:898:4: var elemId should be elemID src/encoding/gob/decode.go:905:4: var keyId should be keyID src/encoding/gob/decode.go:906:4: var elemId should be elemID src/encoding/gob/decode.go:914:4: var elemId should be elemID src/encoding/gob/decode.go:1040:32: method parameter remoteId should be remoteID src/encoding/gob/decode.go:1052:35: method parameter remoteId should be remoteID src/encoding/gob/decode.go:1073:41: method parameter remoteId should be remoteID src/encoding/gob/decode.go:1085:32: method parameter remoteId should be remoteID src/encoding/gob/decode.go:1136:37: method parameter remoteId should be remoteID src/encoding/gob/decode.go:1161:40: method parameter wireId should be wireID src/encoding/gob/decode.go:1181:33: method parameter wireId should be wireID src/encoding/gob/decode.go:1212:40: method parameter wireId should be wireID src/encoding/gob/encoder.go:209:21: method sendTypeId should be sendTypeID src/encoding/gob/encoder_test.go:504:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" src/encoding/gob/encoder_test.go:667:2: struct field Id should be ID src/encoding/gob/error.go:28:6: don't use underscores in Go names; func error_ should be error src/encoding/gob/type.go:161:6: type typeId should be typeID src/encoding/gob/type.go:163:5: var nextId should be nextID src/encoding/gob/type.go:165:7: const firstUserId should be firstUserID src/encoding/gob/type.go:177:5: var builtinIdToType should be builtinIDToType src/encoding/gob/type.go:179:6: func setTypeId should be setTypeID src/encoding/gob/type.go:218:2: struct field Id should be ID src/encoding/gob/type.go:223:22: method setId should be setID src/encoding/gob/type.go:399:2: struct field Id should be ID src/encoding/gob/type.go:605:6: func checkId should be checkID src/encoding/gob/type.go:784:6: type name will be used as gob.GobEncoder by other packages, and that stutters; consider calling this Encoder src/encoding/gob/type.go:793:6: type name will be used as gob.GobDecoder by other packages, and that stutters; consider calling this Decoder src/encoding/json/encode.go:234:6: exported type UnsupportedValueError should have comment or be unexported src/encoding/json/encode.go:243:1: comment on exported type InvalidUTF8Error should be of the form "InvalidUTF8Error ..." (with optional leading article) src/encoding/json/encode.go:257:6: exported type MarshalerError should have comment or be unexported src/encoding/json/stream_test.go:198:3: struct field Id should be ID src/encoding/json/stream_test.go:223:3: struct field Id should be ID src/encoding/json/stream_test.go:289:22: should omit type []tokenStreamCase from declaration of var tokenStreamCases; it will be inferred from the right-hand side src/encoding/xml/typeinfo.go:36:2: const fInnerXml should be fInnerXML src/expvar/expvar.go:52:1: exported method Int.Value should have comment or be unexported src/expvar/expvar.go:60:1: exported method Int.Add should have comment or be unexported src/expvar/expvar.go:64:1: exported method Int.Set should have comment or be unexported src/expvar/expvar.go:73:1: exported method Float.Value should have comment or be unexported src/expvar/expvar.go:148:1: exported method Map.Get should have comment or be unexported src/expvar/expvar.go:154:1: exported method Map.Set should have comment or be unexported src/expvar/expvar.go:219:1: exported method String.Value should have comment or be unexported src/expvar/expvar.go:232:1: exported method String.Set should have comment or be unexported src/expvar/expvar.go:240:1: exported method Func.Value should have comment or be unexported src/expvar/expvar.go:279:1: exported function NewInt should have comment or be unexported src/expvar/expvar.go:285:1: exported function NewFloat should have comment or be unexported src/expvar/expvar.go:291:1: exported function NewMap should have comment or be unexported src/expvar/expvar.go:297:1: exported function NewString should have comment or be unexported src/flag/flag.go:5:1: package comment should not have leading space src/flag/flag.go:271:6: type name will be used as flag.FlagSet by other packages, and that stutters; consider calling this Set src/fmt/doc.go:5:1: package comment should not have leading space src/fmt/format.go:126:15: don't use underscores in Go names; method fmt_boolean should be fmtBoolean src/fmt/format.go:135:15: don't use underscores in Go names; method fmt_unicode should be fmtUnicode src/fmt/format.go:194:15: don't use underscores in Go names; method fmt_integer should be fmtInteger src/fmt/format.go:326:15: don't use underscores in Go names; method fmt_s should be fmtS src/fmt/format.go:332:15: don't use underscores in Go names; method fmt_sbx should be fmtSbx src/fmt/format.go:398:15: don't use underscores in Go names; method fmt_sx should be fmtSx src/fmt/format.go:403:15: don't use underscores in Go names; method fmt_bx should be fmtBx src/fmt/format.go:410:15: don't use underscores in Go names; method fmt_q should be fmtQ src/fmt/format.go:426:15: don't use underscores in Go names; method fmt_c should be fmtC src/fmt/format.go:438:15: don't use underscores in Go names; method fmt_qc should be fmtQc src/fmt/format.go:453:15: don't use underscores in Go names; method fmt_float should be fmtFloat src/fmt/print.go:89:1: receiver name bp should be consistent with previous receiver name b for buffer src/fmt/scan.go:465:5: error var complexError should have name of the form errFoo src/fmt/scan.go:466:5: error var boolError should have name of the form errFoo src/go/ast/ast.go:34:1: comment on exported type Node should be of the form "Node ..." (with optional leading article) src/go/ast/ast.go:40:1: comment on exported type Expr should be of the form "Expr ..." (with optional leading article) src/go/ast/ast.go:46:1: comment on exported type Stmt should be of the form "Stmt ..." (with optional leading article) src/go/ast/ast.go:52:1: comment on exported type Decl should be of the form "Decl ..." (with optional leading article) src/go/ast/ast.go:67:1: exported method Comment.Pos should have comment or be unexported src/go/ast/ast.go:68:1: exported method Comment.End should have comment or be unexported src/go/ast/ast.go:77:1: exported method CommentGroup.Pos should have comment or be unexported src/go/ast/ast.go:78:1: exported method CommentGroup.End should have comment or be unexported src/go/ast/ast.go:165:1: exported method Field.Pos should have comment or be unexported src/go/ast/ast.go:172:1: exported method Field.End should have comment or be unexported src/go/ast/ast.go:186:1: exported method FieldList.Pos should have comment or be unexported src/go/ast/ast.go:198:1: exported method FieldList.End should have comment or be unexported src/go/ast/ast.go:359:1: comment on exported type ChanDir should be of the form "ChanDir ..." (with optional leading article) src/go/ast/ast.go:365:2: exported const SEND should have comment (or a comment on this block) or be unexported src/go/ast/ast.go:422:1: exported method BadExpr.Pos should have comment or be unexported src/go/ast/ast.go:423:1: exported method Ident.Pos should have comment or be unexported src/go/ast/ast.go:424:1: exported method Ellipsis.Pos should have comment or be unexported src/go/ast/ast.go:425:1: exported method BasicLit.Pos should have comment or be unexported src/go/ast/ast.go:426:1: exported method FuncLit.Pos should have comment or be unexported src/go/ast/ast.go:427:1: exported method CompositeLit.Pos should have comment or be unexported src/go/ast/ast.go:433:1: exported method ParenExpr.Pos should have comment or be unexported src/go/ast/ast.go:434:1: exported method SelectorExpr.Pos should have comment or be unexported src/go/ast/ast.go:435:1: exported method IndexExpr.Pos should have comment or be unexported src/go/ast/ast.go:436:1: exported method SliceExpr.Pos should have comment or be unexported src/go/ast/ast.go:437:1: exported method TypeAssertExpr.Pos should have comment or be unexported src/go/ast/ast.go:438:1: exported method CallExpr.Pos should have comment or be unexported src/go/ast/ast.go:439:1: exported method StarExpr.Pos should have comment or be unexported src/go/ast/ast.go:440:1: exported method UnaryExpr.Pos should have comment or be unexported src/go/ast/ast.go:441:1: exported method BinaryExpr.Pos should have comment or be unexported src/go/ast/ast.go:442:1: exported method KeyValueExpr.Pos should have comment or be unexported src/go/ast/ast.go:443:1: exported method ArrayType.Pos should have comment or be unexported src/go/ast/ast.go:444:1: exported method StructType.Pos should have comment or be unexported src/go/ast/ast.go:445:1: exported method FuncType.Pos should have comment or be unexported src/go/ast/ast.go:451:1: exported method InterfaceType.Pos should have comment or be unexported src/go/ast/ast.go:452:1: exported method MapType.Pos should have comment or be unexported src/go/ast/ast.go:453:1: exported method ChanType.Pos should have comment or be unexported src/go/ast/ast.go:455:1: exported method BadExpr.End should have comment or be unexported src/go/ast/ast.go:456:1: exported method Ident.End should have comment or be unexported src/go/ast/ast.go:457:1: exported method Ellipsis.End should have comment or be unexported src/go/ast/ast.go:463:1: exported method BasicLit.End should have comment or be unexported src/go/ast/ast.go:464:1: exported method FuncLit.End should have comment or be unexported src/go/ast/ast.go:465:1: exported method CompositeLit.End should have comment or be unexported src/go/ast/ast.go:466:1: exported method ParenExpr.End should have comment or be unexported src/go/ast/ast.go:467:1: exported method SelectorExpr.End should have comment or be unexported src/go/ast/ast.go:468:1: exported method IndexExpr.End should have comment or be unexported src/go/ast/ast.go:469:1: exported method SliceExpr.End should have comment or be unexported src/go/ast/ast.go:470:1: exported method TypeAssertExpr.End should have comment or be unexported src/go/ast/ast.go:471:1: exported method CallExpr.End should have comment or be unexported src/go/ast/ast.go:472:1: exported method StarExpr.End should have comment or be unexported src/go/ast/ast.go:473:1: exported method UnaryExpr.End should have comment or be unexported src/go/ast/ast.go:474:1: exported method BinaryExpr.End should have comment or be unexported src/go/ast/ast.go:475:1: exported method KeyValueExpr.End should have comment or be unexported src/go/ast/ast.go:476:1: exported method ArrayType.End should have comment or be unexported src/go/ast/ast.go:477:1: exported method StructType.End should have comment or be unexported src/go/ast/ast.go:478:1: exported method FuncType.End should have comment or be unexported src/go/ast/ast.go:484:1: exported method InterfaceType.End should have comment or be unexported src/go/ast/ast.go:485:1: exported method MapType.End should have comment or be unexported src/go/ast/ast.go:486:1: exported method ChanType.End should have comment or be unexported src/go/ast/ast.go:534:1: receiver name id should be consistent with previous receiver name x for Ident src/go/ast/ast.go:536:1: receiver name id should be consistent with previous receiver name x for Ident src/go/ast/ast.go:604:3: struct field Lhs should be LHS src/go/ast/ast.go:607:3: struct field Rhs should be RHS src/go/ast/ast.go:713:1: exported method BadStmt.Pos should have comment or be unexported src/go/ast/ast.go:714:1: exported method DeclStmt.Pos should have comment or be unexported src/go/ast/ast.go:715:1: exported method EmptyStmt.Pos should have comment or be unexported src/go/ast/ast.go:716:1: exported method LabeledStmt.Pos should have comment or be unexported src/go/ast/ast.go:717:1: exported method ExprStmt.Pos should have comment or be unexported src/go/ast/ast.go:718:1: exported method SendStmt.Pos should have comment or be unexported src/go/ast/ast.go:719:1: exported method IncDecStmt.Pos should have comment or be unexported src/go/ast/ast.go:720:1: exported method AssignStmt.Pos should have comment or be unexported src/go/ast/ast.go:721:1: exported method GoStmt.Pos should have comment or be unexported src/go/ast/ast.go:722:1: exported method DeferStmt.Pos should have comment or be unexported src/go/ast/ast.go:723:1: exported method ReturnStmt.Pos should have comment or be unexported src/go/ast/ast.go:724:1: exported method BranchStmt.Pos should have comment or be unexported src/go/ast/ast.go:725:1: exported method BlockStmt.Pos should have comment or be unexported src/go/ast/ast.go:726:1: exported method IfStmt.Pos should have comment or be unexported src/go/ast/ast.go:727:1: exported method CaseClause.Pos should have comment or be unexported src/go/ast/ast.go:728:1: exported method SwitchStmt.Pos should have comment or be unexported src/go/ast/ast.go:729:1: exported method TypeSwitchStmt.Pos should have comment or be unexported src/go/ast/ast.go:730:1: exported method CommClause.Pos should have comment or be unexported src/go/ast/ast.go:731:1: exported method SelectStmt.Pos should have comment or be unexported src/go/ast/ast.go:732:1: exported method ForStmt.Pos should have comment or be unexported src/go/ast/ast.go:733:1: exported method RangeStmt.Pos should have comment or be unexported src/go/ast/ast.go:735:1: exported method BadStmt.End should have comment or be unexported src/go/ast/ast.go:736:1: exported method DeclStmt.End should have comment or be unexported src/go/ast/ast.go:737:1: exported method EmptyStmt.End should have comment or be unexported src/go/ast/ast.go:743:1: exported method LabeledStmt.End should have comment or be unexported src/go/ast/ast.go:744:1: exported method ExprStmt.End should have comment or be unexported src/go/ast/ast.go:745:1: exported method SendStmt.End should have comment or be unexported src/go/ast/ast.go:746:1: exported method IncDecStmt.End should have comment or be unexported src/go/ast/ast.go:749:1: exported method AssignStmt.End should have comment or be unexported src/go/ast/ast.go:750:1: exported method GoStmt.End should have comment or be unexported src/go/ast/ast.go:751:1: exported method DeferStmt.End should have comment or be unexported src/go/ast/ast.go:752:1: exported method ReturnStmt.End should have comment or be unexported src/go/ast/ast.go:758:1: exported method BranchStmt.End should have comment or be unexported src/go/ast/ast.go:764:1: exported method BlockStmt.End should have comment or be unexported src/go/ast/ast.go:765:1: exported method IfStmt.End should have comment or be unexported src/go/ast/ast.go:771:1: exported method CaseClause.End should have comment or be unexported src/go/ast/ast.go:777:1: exported method SwitchStmt.End should have comment or be unexported src/go/ast/ast.go:778:1: exported method TypeSwitchStmt.End should have comment or be unexported src/go/ast/ast.go:779:1: exported method CommClause.End should have comment or be unexported src/go/ast/ast.go:785:1: exported method SelectStmt.End should have comment or be unexported src/go/ast/ast.go:786:1: exported method ForStmt.End should have comment or be unexported src/go/ast/ast.go:787:1: exported method RangeStmt.End should have comment or be unexported src/go/ast/ast.go:859:1: exported method ImportSpec.Pos should have comment or be unexported src/go/ast/ast.go:865:1: exported method ValueSpec.Pos should have comment or be unexported src/go/ast/ast.go:866:1: exported method TypeSpec.Pos should have comment or be unexported src/go/ast/ast.go:868:1: exported method ImportSpec.End should have comment or be unexported src/go/ast/ast.go:875:1: exported method ValueSpec.End should have comment or be unexported src/go/ast/ast.go:884:1: exported method TypeSpec.End should have comment or be unexported src/go/ast/ast.go:936:1: exported method BadDecl.Pos should have comment or be unexported src/go/ast/ast.go:937:1: exported method GenDecl.Pos should have comment or be unexported src/go/ast/ast.go:938:1: exported method FuncDecl.Pos should have comment or be unexported src/go/ast/ast.go:940:1: exported method BadDecl.End should have comment or be unexported src/go/ast/ast.go:941:1: exported method GenDecl.End should have comment or be unexported src/go/ast/ast.go:947:1: exported method FuncDecl.End should have comment or be unexported src/go/ast/ast.go:994:1: exported method File.Pos should have comment or be unexported src/go/ast/ast.go:995:1: exported method File.End should have comment or be unexported src/go/ast/ast.go:1012:1: exported method Package.Pos should have comment or be unexported src/go/ast/ast.go:1013:1: exported method Package.End should have comment or be unexported src/go/ast/filter.go:46:6: exported type Filter should have comment or be unexported src/go/ast/filter.go:277:2: comment on exported const FilterFuncDuplicates should be of the form "FilterFuncDuplicates ..." src/go/ast/filter.go:279:2: comment on exported const FilterUnassociatedComments should be of the form "FilterUnassociatedComments ..." src/go/ast/filter.go:282:2: comment on exported const FilterImportDuplicates should be of the form "FilterImportDuplicates ..." src/go/ast/walk.go:9:1: comment on exported type Visitor should be of the form "Visitor ..." (with optional leading article) src/go/build/build.go:259:13: should omit type Context from declaration of var Default; it will be inferred from the right-hand side src/go/build/build.go:333:2: comment on exported const FindOnly should be of the form "FindOnly ..." src/go/build/build.go:338:2: comment on exported const AllowBinary should be of the form "AllowBinary ..." src/go/build/build.go:349:2: comment on exported const ImportComment should be of the form "ImportComment ..." src/go/build/build.go:355:2: comment on exported const IgnoreVendor should be of the form "IgnoreVendor ..." src/go/constant/value.go:30:2: comment on exported const Unknown should be of the form "Unknown ..." src/go/constant/value.go:33:2: comment on exported const Bool should be of the form "Bool ..." src/go/constant/value.go:35:2: exported const String should have comment (or a comment on this block) or be unexported src/go/constant/value.go:37:2: comment on exported const Int should be of the form "Int ..." src/go/constant/value.go:1011:15: func parameter x_ should be x src/go/constant/value.go:1011:41: func parameter y_ should be y src/go/constant/value.go:1247:14: func parameter x_ should be x src/go/constant/value.go:1247:40: func parameter y_ should be y src/go/doc/comment.go:69:2: don't use underscores in Go names; var html_a should be htmlA src/go/doc/comment.go:70:2: don't use underscores in Go names; var html_aq should be htmlAq src/go/doc/comment.go:71:2: don't use underscores in Go names; var html_enda should be htmlEnda src/go/doc/comment.go:72:2: don't use underscores in Go names; var html_i should be htmlI src/go/doc/comment.go:73:2: don't use underscores in Go names; var html_endi should be htmlEndi src/go/doc/comment.go:74:2: don't use underscores in Go names; var html_p should be htmlP src/go/doc/comment.go:75:2: don't use underscores in Go names; var html_endp should be htmlEndp src/go/doc/comment.go:76:2: don't use underscores in Go names; var html_pre should be htmlPre src/go/doc/comment.go:77:2: don't use underscores in Go names; var html_endpre should be htmlEndpre src/go/doc/comment.go:78:2: don't use underscores in Go names; var html_h should be htmlH src/go/doc/comment.go:79:2: don't use underscores in Go names; var html_hq should be htmlHq src/go/doc/comment.go:80:2: don't use underscores in Go names; var html_endh should be htmlEndh src/go/doc/doc.go:82:2: comment on exported const AllDecls should be of the form "AllDecls ..." src/go/doc/doc.go:86:2: comment on exported const AllMethods should be of the form "AllMethods ..." src/go/doc/filter.go:9:6: exported type Filter should have comment or be unexported src/go/doc/reader.go:489:10: don't use underscores in Go names; var import_ should be import src/go/doc/synopsis.go:78:5: exported var IllegalPrefixes should have comment or be unexported src/go/internal/gccgoimporter/gccgoinstallation.go:16:1: comment on exported type GccgoInstallation should be of the form "GccgoInstallation ..." (with optional leading article) src/go/internal/gccgoimporter/gccgoinstallation.go:28:1: comment on exported method GccgoInstallation.InitFromDriver should be of the form "InitFromDriver ..." src/go/internal/gccgoimporter/gccgoinstallation.go:67:1: comment on exported method GccgoInstallation.SearchPaths should be of the form "SearchPaths ..." src/go/internal/gccgoimporter/gccgoinstallation.go:90:1: comment on exported method GccgoInstallation.GetImporter should be of the form "GetImporter ..." src/go/internal/gccgoimporter/importer.go:27:1: comment on exported type InitData should be of the form "InitData ..." (with optional leading article) src/go/internal/gccgoimporter/importer.go:142:1: exported function GetImporter should have comment or be unexported src/go/internal/srcimporter/srcimporter.go:30:1: comment on exported function New should be of the form "New ..." src/go/internal/srcimporter/srcimporter.go:49:1: comment on exported method Importer.Import should be of the form "Import ..." src/go/parser/interface.go:52:2: exported const PackageClauseOnly should have comment (or a comment on this block) or be unexported src/go/parser/parser.go:59:2: struct field inRhs should be inRHS src/go/parser/parser.go:578:18: method parseLhsList should be parseLHSList src/go/parser/parser.go:606:18: method parseRhsList should be parseRHSList src/go/parser/parser.go:1628:18: method parseRhs should be parseRHS src/go/parser/parser.go:1636:18: method parseRhsOrType should be parseRHSOrType src/go/parser/parser.go:1896:6: don't use underscores in Go names; var else_ should be else src/go/printer/printer.go:1270:2: exported const RawFormat should have comment (or a comment on this block) or be unexported src/go/scanner/errors.go:14:1: comment on exported type Error should be of the form "Error ..." (with optional leading article) src/go/scanner/scanner.go:88:1: comment on exported type Mode should be of the form "Mode ..." (with optional leading article) src/go/scanner/scanner.go:94:2: exported const ScanComments should have comment (or a comment on this block) or be unexported src/go/scanner/scanner_test.go:224:2: don't use underscores in Go names; var whitespace_linecount should be whitespaceLinecount src/go/token/position.go:73:1: comment on exported const NoPos should be of the form "NoPos ..." src/go/token/token.go:22:2: don't use underscores in Go names; const literal_beg should be literalBeg src/go/token/token.go:31:2: don't use underscores in Go names; const literal_end should be literalEnd src/go/token/token.go:33:2: don't use underscores in Go names; const operator_beg should be operatorBeg src/go/token/token.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/go/token/token.go:90:2: don't use underscores in Go names; const operator_end should be operatorEnd src/go/token/token.go:92:2: don't use underscores in Go names; const keyword_beg should be keywordBeg src/go/token/token.go:123:2: don't use underscores in Go names; const keyword_end should be keywordEnd src/go/token/token.go:259:1: receiver name op should be consistent with previous receiver name tok for Token src/go/token/token.go:287:10: don't use underscores in Go names; var is_keyword should be isKeyword src/go/types/api.go:321:2: struct field Lhs should be LHS src/go/types/api.go:322:2: struct field Rhs should be RHS src/go/types/assignments.go:154:6: don't use underscores in Go names; var v_used should be vUsed src/go/types/call.go:116:7: don't use underscores in Go names; var v_used should be vUsed src/go/types/check.go:36:2: struct field isLhs should be isLHS src/go/types/initorder.go:112:3: var infoLhs should be infoLHS src/go/types/object.go:55:6: func Id should be ID src/go/types/object.go:80:2: don't use underscores in Go names; struct field order_ should be order src/go/types/object.go:81:2: don't use underscores in Go names; struct field scopePos_ should be scopePos src/go/types/object.go:90:20: method Id should be ID src/go/types/object.go:99:20: method sameId should be sameID src/go/types/object.go:152:1: exported method Const.Val should have comment or be unexported src/go/types/object.go:195:1: comment on exported type Var should be of the form "Var ..." (with optional leading article) src/go/types/operand.go:24:2: don't use underscores in Go names; const constant_ should be constant src/go/types/package.go:43:1: comment on exported method Package.Complete should be of the form "Complete ..." src/go/types/scope.go:48:1: comment on exported method Scope.Len should be of the form "Len ..." src/go/types/scope.go:63:1: comment on exported method Scope.NumChildren should be of the form "NumChildren ..." src/go/types/scope.go:119:1: exported method Scope.End should have comment or be unexported src/go/types/selection.go:19:2: exported const FieldVal should have comment (or a comment on this block) or be unexported src/go/types/sizes.go:48:1: exported method StdSizes.Alignof should have comment or be unexported src/go/types/sizes.go:92:1: exported method StdSizes.Offsetsof should have comment or be unexported src/go/types/sizes.go:120:1: exported method StdSizes.Sizeof should have comment or be unexported src/go/types/type.go:23:2: exported const Invalid should have comment (or a comment on this block) or be unexported src/go/types/type.go:25:2: comment on exported const Bool should be of the form "Bool ..." src/go/types/type.go:45:2: comment on exported const UntypedBool should be of the form "UntypedBool ..." src/go/types/type.go:54:2: comment on exported const Byte should be of the form "Byte ..." src/go/types/type.go:443:1: exported method Basic.Underlying should have comment or be unexported src/go/types/type.go:444:1: exported method Array.Underlying should have comment or be unexported src/go/types/type.go:445:1: exported method Slice.Underlying should have comment or be unexported src/go/types/type.go:446:1: exported method Struct.Underlying should have comment or be unexported src/go/types/type.go:447:1: exported method Pointer.Underlying should have comment or be unexported src/go/types/type.go:448:1: exported method Tuple.Underlying should have comment or be unexported src/go/types/type.go:449:1: exported method Signature.Underlying should have comment or be unexported src/go/types/type.go:450:1: exported method Interface.Underlying should have comment or be unexported src/go/types/type.go:451:1: exported method Map.Underlying should have comment or be unexported src/go/types/type.go:452:1: exported method Chan.Underlying should have comment or be unexported src/go/types/type.go:453:1: exported method Named.Underlying should have comment or be unexported src/go/types/typestring.go:27:1: comment on exported function RelativeTo should be of the form "RelativeTo ..." src/go/types/typexpr.go:276:10: if block ends with a return statement, so drop this else and outdent its block src/go/types/universe.go:16:2: exported var Universe should have comment or be unexported src/go/types/universe.go:103:6: type builtinId should be builtinID src/hash/adler32/adler32.go:29:1: comment on exported const Size should be of the form "Size ..." src/hash/crc32/crc32.go:21:1: comment on exported const Size should be of the form "Size ..." src/hash/crc64/crc64.go:15:1: comment on exported const Size should be of the form "Size ..." src/html/template/template.go:32:5: error var escapeOK should have name of the form errFoo src/html/template/url.go:48:6: func isSafeUrl should be isSafeURL src/html/template/url.go:90:6: func processUrlOnto should be processURLOnto src/html/template/url.go:176:7: const htmlSpaceAndAsciiAlnumBytes should be htmlSpaceAndASCIIAlnumBytes src/html/template/url.go:180:6: func isHtmlSpace should be isHTMLSpace src/html/template/url.go:184:6: func isHtmlSpaceOrAsciiAlnum should be isHTMLSpaceOrASCIIAlnum src/html/template/url.go:191:3: should replace start += 1 with start++ src/image/image.go:70:1: exported method RGBA.ColorModel should have comment or be unexported src/image/image.go:72:1: exported method RGBA.Bounds should have comment or be unexported src/image/image.go:74:1: exported method RGBA.At should have comment or be unexported src/image/image.go:78:1: exported method RGBA.RGBAAt should have comment or be unexported src/image/image.go:92:1: exported method RGBA.Set should have comment or be unexported src/image/image.go:104:1: exported method RGBA.SetRGBA should have comment or be unexported src/image/image.go:169:1: exported method RGBA64.ColorModel should have comment or be unexported src/image/image.go:171:1: exported method RGBA64.Bounds should have comment or be unexported src/image/image.go:173:1: exported method RGBA64.At should have comment or be unexported src/image/image.go:177:1: exported method RGBA64.RGBA64At should have comment or be unexported src/image/image.go:196:1: exported method RGBA64.Set should have comment or be unexported src/image/image.go:212:1: exported method RGBA64.SetRGBA64 should have comment or be unexported src/image/image.go:281:1: exported method NRGBA.ColorModel should have comment or be unexported src/image/image.go:283:1: exported method NRGBA.Bounds should have comment or be unexported src/image/image.go:285:1: exported method NRGBA.At should have comment or be unexported src/image/image.go:289:1: exported method NRGBA.NRGBAAt should have comment or be unexported src/image/image.go:303:1: exported method NRGBA.Set should have comment or be unexported src/image/image.go:315:1: exported method NRGBA.SetNRGBA should have comment or be unexported src/image/image.go:380:1: exported method NRGBA64.ColorModel should have comment or be unexported src/image/image.go:382:1: exported method NRGBA64.Bounds should have comment or be unexported src/image/image.go:384:1: exported method NRGBA64.At should have comment or be unexported src/image/image.go:388:1: exported method NRGBA64.NRGBA64At should have comment or be unexported src/image/image.go:407:1: exported method NRGBA64.Set should have comment or be unexported src/image/image.go:423:1: exported method NRGBA64.SetNRGBA64 should have comment or be unexported src/image/image.go:492:1: exported method Alpha.ColorModel should have comment or be unexported src/image/image.go:494:1: exported method Alpha.Bounds should have comment or be unexported src/image/image.go:496:1: exported method Alpha.At should have comment or be unexported src/image/image.go:500:1: exported method Alpha.AlphaAt should have comment or be unexported src/image/image.go:514:1: exported method Alpha.Set should have comment or be unexported src/image/image.go:522:1: exported method Alpha.SetAlpha should have comment or be unexported src/image/image.go:584:1: exported method Alpha16.ColorModel should have comment or be unexported src/image/image.go:586:1: exported method Alpha16.Bounds should have comment or be unexported src/image/image.go:588:1: exported method Alpha16.At should have comment or be unexported src/image/image.go:592:1: exported method Alpha16.Alpha16At should have comment or be unexported src/image/image.go:606:1: exported method Alpha16.Set should have comment or be unexported src/image/image.go:616:1: exported method Alpha16.SetAlpha16 should have comment or be unexported src/image/image.go:679:1: exported method Gray.ColorModel should have comment or be unexported src/image/image.go:681:1: exported method Gray.Bounds should have comment or be unexported src/image/image.go:683:1: exported method Gray.At should have comment or be unexported src/image/image.go:687:1: exported method Gray.GrayAt should have comment or be unexported src/image/image.go:701:1: exported method Gray.Set should have comment or be unexported src/image/image.go:709:1: exported method Gray.SetGray should have comment or be unexported src/image/image.go:758:1: exported method Gray16.ColorModel should have comment or be unexported src/image/image.go:760:1: exported method Gray16.Bounds should have comment or be unexported src/image/image.go:762:1: exported method Gray16.At should have comment or be unexported src/image/image.go:766:1: exported method Gray16.Gray16At should have comment or be unexported src/image/image.go:780:1: exported method Gray16.Set should have comment or be unexported src/image/image.go:790:1: exported method Gray16.SetGray16 should have comment or be unexported src/image/image.go:840:1: exported method CMYK.ColorModel should have comment or be unexported src/image/image.go:842:1: exported method CMYK.Bounds should have comment or be unexported src/image/image.go:844:1: exported method CMYK.At should have comment or be unexported src/image/image.go:848:1: exported method CMYK.CMYKAt should have comment or be unexported src/image/image.go:862:1: exported method CMYK.Set should have comment or be unexported src/image/image.go:874:1: exported method CMYK.SetCMYK should have comment or be unexported src/image/image.go:928:1: exported method Paletted.ColorModel should have comment or be unexported src/image/image.go:930:1: exported method Paletted.Bounds should have comment or be unexported src/image/image.go:932:1: exported method Paletted.At should have comment or be unexported src/image/image.go:949:1: exported method Paletted.Set should have comment or be unexported src/image/image.go:957:1: exported method Paletted.ColorIndexAt should have comment or be unexported src/image/image.go:965:1: exported method Paletted.SetColorIndex should have comment or be unexported src/image/names.go:28:1: exported method Uniform.RGBA should have comment or be unexported src/image/names.go:32:1: exported method Uniform.ColorModel should have comment or be unexported src/image/names.go:36:1: exported method Uniform.Convert should have comment or be unexported src/image/names.go:40:1: exported method Uniform.Bounds should have comment or be unexported src/image/names.go:42:1: exported method Uniform.At should have comment or be unexported src/image/names.go:50:1: exported function NewUniform should have comment or be unexported src/image/ycbcr.go:15:2: exported const YCbCrSubsampleRatio444 should have comment (or a comment on this block) or be unexported src/image/ycbcr.go:62:1: exported method YCbCr.ColorModel should have comment or be unexported src/image/ycbcr.go:66:1: exported method YCbCr.Bounds should have comment or be unexported src/image/ycbcr.go:70:1: exported method YCbCr.At should have comment or be unexported src/image/ycbcr.go:74:1: exported method YCbCr.YCbCrAt should have comment or be unexported src/image/ycbcr.go:137:1: exported method YCbCr.Opaque should have comment or be unexported src/image/ycbcr.go:195:1: exported method NYCbCrA.ColorModel should have comment or be unexported src/image/ycbcr.go:199:1: exported method NYCbCrA.At should have comment or be unexported src/image/ycbcr.go:203:1: exported method NYCbCrA.NYCbCrAAt should have comment or be unexported src/image/color/color.go:30:1: exported method RGBA.RGBA should have comment or be unexported src/image/color/color.go:51:1: exported method RGBA64.RGBA should have comment or be unexported src/image/color/color.go:60:1: exported method NRGBA.RGBA should have comment or be unexported src/image/color/color.go:84:1: exported method NRGBA64.RGBA should have comment or be unexported src/image/color/color.go:103:1: exported method Alpha.RGBA should have comment or be unexported src/image/color/color.go:114:1: exported method Alpha16.RGBA should have comment or be unexported src/image/color/color.go:124:1: exported method Gray.RGBA should have comment or be unexported src/image/color/color.go:135:1: exported method Gray16.RGBA should have comment or be unexported src/image/color/color.go:166:15: should omit type Model from declaration of var RGBAModel; it will be inferred from the right-hand side src/image/color/color.go:167:15: should omit type Model from declaration of var RGBA64Model; it will be inferred from the right-hand side src/image/color/color.go:168:15: should omit type Model from declaration of var NRGBAModel; it will be inferred from the right-hand side src/image/color/color.go:169:15: should omit type Model from declaration of var NRGBA64Model; it will be inferred from the right-hand side src/image/color/color.go:170:15: should omit type Model from declaration of var AlphaModel; it will be inferred from the right-hand side src/image/color/color.go:171:15: should omit type Model from declaration of var Alpha16Model; it will be inferred from the right-hand side src/image/color/color.go:172:15: should omit type Model from declaration of var GrayModel; it will be inferred from the right-hand side src/image/color/color.go:173:15: should omit type Model from declaration of var Gray16Model; it will be inferred from the right-hand side src/image/color/ycbcr.go:171:1: exported method YCbCr.RGBA should have comment or be unexported src/image/color/ycbcr.go:229:16: should omit type Model from declaration of var YCbCrModel; it will be inferred from the right-hand side src/image/color/ycbcr.go:247:1: exported method NYCbCrA.RGBA should have comment or be unexported src/image/color/ycbcr.go:292:18: should omit type Model from declaration of var NYCbCrAModel; it will be inferred from the right-hand side src/image/color/ycbcr.go:352:1: exported method CMYK.RGBA should have comment or be unexported src/image/color/ycbcr.go:364:15: should omit type Model from declaration of var CMYKModel; it will be inferred from the right-hand side src/image/draw/draw.go:106:6: func name will be used as draw.DrawMask by other packages, and that stutters; consider calling this Mask src/image/jpeg/fdct.go:64:2: don't use underscores in Go names; const fix_0_298631336 should be fix0_298631336 src/image/jpeg/fdct.go:65:2: don't use underscores in Go names; const fix_0_390180644 should be fix0_390180644 src/image/jpeg/fdct.go:66:2: don't use underscores in Go names; const fix_0_541196100 should be fix0_541196100 src/image/jpeg/fdct.go:67:2: don't use underscores in Go names; const fix_0_765366865 should be fix0_765366865 src/image/jpeg/fdct.go:68:2: don't use underscores in Go names; const fix_0_899976223 should be fix0_899976223 src/image/jpeg/fdct.go:69:2: don't use underscores in Go names; const fix_1_175875602 should be fix1_175875602 src/image/jpeg/fdct.go:70:2: don't use underscores in Go names; const fix_1_501321110 should be fix1_501321110 src/image/jpeg/fdct.go:71:2: don't use underscores in Go names; const fix_1_847759065 should be fix1_847759065 src/image/jpeg/fdct.go:72:2: don't use underscores in Go names; const fix_1_961570560 should be fix1_961570560 src/image/jpeg/fdct.go:73:2: don't use underscores in Go names; const fix_2_053119869 should be fix2_053119869 src/image/jpeg/fdct.go:74:2: don't use underscores in Go names; const fix_2_562915447 should be fix2_562915447 src/image/jpeg/fdct.go:75:2: don't use underscores in Go names; const fix_3_072711026 should be fix3_072711026 src/image/jpeg/reader.go:92:1: comment on exported type Reader should be of the form "Reader ..." (with optional leading article) src/image/png/writer.go:53:6: exported type CompressionLevel should have comment or be unexported src/image/png/writer.go:56:2: exported const DefaultCompression should have comment (or a comment on this block) or be unexported src/image/png/writer.go:412:6: should replace i += 1 with i++ src/index/suffixarray/suffixarray_test.go:213:1: receiver name a should be consistent with previous receiver name x for index src/internal/cpu/cpu.go:9:5: exported var X86 should have comment or be unexported src/internal/cpu/cpu.go:36:5: exported var PPC64 should have comment or be unexported src/internal/cpu/cpu.go:61:5: exported var ARM64 should have comment or be unexported src/internal/cpu/cpu_x86.go:9:7: exported const CacheLineSize should have comment or be unexported src/internal/poll/fd.go:44:1: exported method TimeoutError.Timeout should have comment or be unexported src/internal/poll/fd.go:45:1: exported method TimeoutError.Temporary should have comment or be unexported src/internal/poll/fd_mutex.go:194:6: don't use underscores in Go names; func runtime_Semacquire should be runtimeSemacquire src/internal/poll/fd_mutex.go:195:6: don't use underscores in Go names; func runtime_Semrelease should be runtimeSemrelease src/internal/poll/fd_poll_runtime.go:19:6: don't use underscores in Go names; func runtime_pollServerInit should be runtimePollServerInit src/internal/poll/fd_poll_runtime.go:20:6: don't use underscores in Go names; func runtime_pollServerDescriptor should be runtimePollServerDescriptor src/internal/poll/fd_poll_runtime.go:21:6: don't use underscores in Go names; func runtime_pollOpen should be runtimePollOpen src/internal/poll/fd_poll_runtime.go:22:6: don't use underscores in Go names; func runtime_pollClose should be runtimePollClose src/internal/poll/fd_poll_runtime.go:23:6: don't use underscores in Go names; func runtime_pollWait should be runtimePollWait src/internal/poll/fd_poll_runtime.go:24:6: don't use underscores in Go names; func runtime_pollWaitCanceled should be runtimePollWaitCanceled src/internal/poll/fd_poll_runtime.go:25:6: don't use underscores in Go names; func runtime_pollReset should be runtimePollReset src/internal/poll/fd_poll_runtime.go:26:6: don't use underscores in Go names; func runtime_pollSetDeadline should be runtimePollSetDeadline src/internal/poll/fd_poll_runtime.go:27:6: don't use underscores in Go names; func runtime_pollUnblock should be runtimePollUnblock src/internal/poll/fd_poll_runtime.go:160:6: func name will be used as poll.PollDescriptor by other packages, and that stutters; consider calling this Descriptor src/internal/poll/hook_unix.go:12:15: should omit type func(int) error from declaration of var CloseFunc; it will be inferred from the right-hand side src/internal/poll/hook_unix.go:15:16: should omit type func(int) (int, syscall.Sockaddr, error) from declaration of var AcceptFunc; it will be inferred from the right-hand side src/internal/race/norace.go:13:7: exported const Enabled should have comment or be unexported src/internal/race/norace.go:15:1: exported function Acquire should have comment or be unexported src/internal/race/norace.go:18:1: exported function Release should have comment or be unexported src/internal/race/norace.go:21:1: exported function ReleaseMerge should have comment or be unexported src/internal/race/norace.go:24:1: exported function Disable should have comment or be unexported src/internal/race/norace.go:27:1: exported function Enable should have comment or be unexported src/internal/race/norace.go:30:1: exported function Read should have comment or be unexported src/internal/race/norace.go:33:1: exported function Write should have comment or be unexported src/internal/race/norace.go:36:1: exported function ReadRange should have comment or be unexported src/internal/race/norace.go:39:1: exported function WriteRange should have comment or be unexported src/internal/race/norace.go:42:1: exported function Errors should have comment or be unexported src/internal/singleflight/singleflight.go:47:1: error should be the last type when returning multiple items src/internal/testenv/testenv.go:211:1: exported function SkipFlaky should have comment or be unexported src/internal/testenv/testenv.go:218:1: exported function SkipFlakyNet should have comment or be unexported src/internal/trace/parser.go:19:2: a blank import should be only in a main or test package, or have a comment justifying it src/internal/trace/parser.go:73:2: comment on exported const FakeP should be of the form "FakeP ..." src/internal/trace/parser.go:75:2: exported const TimerP should have comment (or a comment on this block) or be unexported src/internal/trace/parser.go:1068:5: exported var EventDescriptions should have comment or be unexported src/internal/trace/writer.go:10:1: exported function NewWriter should have comment or be unexported src/io/io.go:38:5: error var EOF should have name of the form ErrFoo src/io/io.go:481:1: exported method SectionReader.Seek should have comment or be unexported src/io/io.go:499:1: exported method SectionReader.ReadAt should have comment or be unexported src/log/syslog/syslog.go:32:2: comment on exported const LOG_EMERG should be of the form "LOG_EMERG ..." src/log/syslog/syslog.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:35:2: exported const LOG_ALERT should have comment (or a comment on this block) or be unexported src/log/syslog/syslog.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:47:2: comment on exported const LOG_KERN should be of the form "LOG_KERN ..." src/log/syslog/syslog.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:50:2: exported const LOG_USER should have comment (or a comment on this block) or be unexported src/log/syslog/syslog.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/log/syslog/syslog.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/math/big/accuracy_string.go:7:7: don't use underscores in Go names; const _Accuracy_name should be _AccuracyName src/math/big/accuracy_string.go:9:5: don't use underscores in Go names; var _Accuracy_index should be _AccuracyIndex src/math/big/arith.go:34:6: don't use underscores in Go names; func addWW_g should be addWWG src/math/big/arith.go:44:6: don't use underscores in Go names; func subWW_g should be subWWG src/math/big/arith.go:55:6: don't use underscores in Go names; func mulWW_g should be mulWWG src/math/big/arith.go:71:6: don't use underscores in Go names; func mulAddWWW_g should be mulAddWWWG src/math/big/arith.go:87:6: don't use underscores in Go names; func divWW_g should be divWWG src/math/big/arith.go:129:7: don't use underscores in Go names; const use_addWW_g should be useAddWWG src/math/big/arith.go:132:6: don't use underscores in Go names; func addVV_g should be addVVG src/math/big/arith.go:151:6: don't use underscores in Go names; func subVV_g should be subVVG src/math/big/arith.go:170:6: don't use underscores in Go names; func addVW_g should be addVWG src/math/big/arith.go:188:6: don't use underscores in Go names; func subVW_g should be subVWG src/math/big/arith.go:206:6: don't use underscores in Go names; func shlVU_g should be shlVUG src/math/big/arith.go:221:6: don't use underscores in Go names; func shrVU_g should be shrVUG src/math/big/arith.go:236:6: don't use underscores in Go names; func mulAddVWW_g should be mulAddVWWG src/math/big/arith.go:245:6: don't use underscores in Go names; func addMulVVW_g should be addMulVVWG src/math/big/arith.go:254:6: don't use underscores in Go names; func divWVW_g should be divWVWG src/math/big/arith_amd64.go:11:5: don't use underscores in Go names; var support_adx should be supportAdx src/math/big/arith_test.go:224:2: don't use underscores in Go names; var shlVW_g should be shlVWG src/math/big/arith_test.go:232:2: don't use underscores in Go names; var shrVW_g should be shrVWG src/math/big/bits_test.go:161:1: receiver name bits should be consistent with previous receiver name x for Bits src/math/big/decimal.go:55:1: receiver name x should be consistent with previous receiver name d for decimal src/math/big/decimal.go:160:1: receiver name x should be consistent with previous receiver name d for decimal src/math/big/decimal.go:211:1: receiver name x should be consistent with previous receiver name d for decimal src/math/big/decimal.go:223:1: receiver name x should be consistent with previous receiver name d for decimal src/math/big/decimal.go:248:1: receiver name x should be consistent with previous receiver name d for decimal src/math/big/float.go:22:1: comment on exported type Float should be of the form "Float ..." (with optional leading article) src/math/big/float.go:202:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:209:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:217:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:222:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:232:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:260:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:325:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:330:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:336:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:353:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:724:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:769:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:824:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:944:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:1065:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:1121:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:1370:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:1661:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/float.go:1696:1: receiver name x should be consistent with previous receiver name z for Float src/math/big/floatconv_test.go:16:5: don't use underscores in Go names; var zero_ should be zero src/math/big/floatmarsh.go:64:1: receiver name z should be consistent with previous receiver name x for Float src/math/big/floatmarsh.go:113:1: receiver name z should be consistent with previous receiver name x for Float src/math/big/int.go:42:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:54:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:66:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:88:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:95:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:102:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:109:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:130:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:151:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:169:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:190:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:204:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:213:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:231:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:240:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:241:2: don't use underscores in Go names; var y_neg should be yNeg src/math/big/int.go:257:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:289:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:407:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:413:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:426:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:449:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:477:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:535:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:651:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:663:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:741:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:750:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:801:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:823:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:830:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:870:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:887:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:917:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:950:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:980:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:1010:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/int.go:1026:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/intconv.go:172:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/intconv.go:228:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/intmarsh.go:33:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/intmarsh.go:57:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/intmarsh.go:74:1: receiver name z should be consistent with previous receiver name x for Int src/math/big/nat.go:142:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/nat.go:700:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/nat.go:709:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/nat.go:782:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/nat.go:793:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/nat.go:890:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/natconv.go:250:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/natconv.go:255:1: receiver name x should be consistent with previous receiver name z for nat src/math/big/natconv.go:361:1: receiver name q should be consistent with previous receiver name z for nat src/math/big/natconv.go:432:14: should omit type int from declaration of var leafSize; it will be inferred from the right-hand side src/math/big/rat.go:264:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/rat.go:280:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/rat.go:382:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/rat.go:387:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/rat.go:395:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/rat.go:402:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/rat.go:469:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/ratconv.go:204:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/ratconv.go:209:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/ratconv.go:223:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/ratconv.go:233:1: receiver name x should be consistent with previous receiver name z for Rat src/math/big/ratmarsh.go:42:1: receiver name z should be consistent with previous receiver name x for Rat src/math/big/ratmarsh.go:69:1: receiver name z should be consistent with previous receiver name x for Rat src/math/big/roundingmode_string.go:7:7: don't use underscores in Go names; const _RoundingMode_name should be _RoundingModeName src/math/big/roundingmode_string.go:9:5: don't use underscores in Go names; var _RoundingMode_index should be _RoundingModeIndex src/math/rand/rand_test.go:50:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" src/math/rand/rand_test.go:216:6: should omit type float64 from declaration of var dn; it will be inferred from the right-hand side src/math/rand/rand_test.go:218:6: should omit type float64 from declaration of var vn; it will be inferred from the right-hand side src/math/rand/rand_test.go:245:6: should omit type float64 from declaration of var de; it will be inferred from the right-hand side src/math/rand/rand_test.go:247:6: should omit type float64 from declaration of var ve; it will be inferred from the right-hand side src/math/rand/rng.go:18:2: don't use ALL_CAPS in Go names; use CamelCase src/math/rand/rng.go:27:2: don't use underscores in Go names; var rng_cooked should be rngCooked src/math/rand/rng.go:27:13: should omit type [_LEN]int64 from declaration of var rng_cooked; it will be inferred from the right-hand side src/mime/multipart/multipart.go:145:1: receiver name bp should be consistent with previous receiver name p for Part src/mime/multipart/multipart.go:280:1: exported method Part.Close should have comment or be unexported src/mime/multipart/multipart.go:363:1: receiver name mr should be consistent with previous receiver name r for Reader src/mime/multipart/multipart.go:372:1: receiver name mr should be consistent with previous receiver name r for Reader src/net/cgo_unix.go:51:1: error should be the last type when returning multiple items src/net/cgo_unix.go:59:1: error should be the last type when returning multiple items src/net/cgo_unix.go:205:1: error should be the last type when returning multiple items src/net/cgo_unix.go:220:1: error should be the last type when returning multiple items src/net/cgo_unix.go:248:1: error should be the last type when returning multiple items src/net/conf.go:268:10: if block ends with a return statement, so drop this else and outdent its block src/net/dial.go:134:9: if block ends with a return statement, so drop this else and outdent its block src/net/dnsclient.go:213:1: receiver name addrs should be consistent with previous receiver name s for byPriorityWeight src/net/dnsclient.go:236:1: receiver name addrs should be consistent with previous receiver name s for byPriorityWeight src/net/dnsmsg.go:87:2: struct field Id should be ID src/net/dnsmsg.go:126:6: don't use underscores in Go names; type dnsRR_Header should be dnsRRHeader src/net/dnsmsg.go:130:2: struct field Ttl should be TTL src/net/dnsmsg.go:153:6: don't use underscores in Go names; type dnsRR_CNAME should be dnsRRCNAME src/net/dnsmsg.go:166:6: don't use underscores in Go names; type dnsRR_MX should be dnsRRMX src/net/dnsmsg.go:180:6: don't use underscores in Go names; type dnsRR_NS should be dnsRRNS src/net/dnsmsg.go:193:6: don't use underscores in Go names; type dnsRR_PTR should be dnsRRPTR src/net/dnsmsg.go:206:6: don't use underscores in Go names; type dnsRR_SOA should be dnsRRSOA src/net/dnsmsg.go:232:6: don't use underscores in Go names; type dnsRR_TXT should be dnsRRTXT src/net/dnsmsg.go:245:17: should drop = 0 from declaration of var n; it is the zero value src/net/dnsmsg.go:261:6: don't use underscores in Go names; type dnsRR_SRV should be dnsRRSRV src/net/dnsmsg.go:281:6: don't use underscores in Go names; type dnsRR_A should be dnsRRA src/net/dnsmsg.go:294:6: don't use underscores in Go names; type dnsRR_AAAA should be dnsRRAAAA src/net/dnsmsg.go:316:5: don't use underscores in Go names; var rr_mk should be rrMk src/net/dnsmsg.go:684:2: don't use underscores in Go names; struct field recursion_desired should be recursionDesired src/net/dnsmsg.go:685:2: don't use underscores in Go names; struct field recursion_available should be recursionAvailable src/net/dnsmsg.go:867:1: receiver name m should be consistent with previous receiver name dns for dnsMsg src/net/hook_unix.go:16:20: should omit type func(int, int, int) (int, error) from declaration of var socketFunc; it will be inferred from the right-hand side src/net/hook_unix.go:17:20: should omit type func(int, syscall.Sockaddr) error from declaration of var connectFunc; it will be inferred from the right-hand side src/net/hook_unix.go:18:20: should omit type func(int, int) error from declaration of var listenFunc; it will be inferred from the right-hand side src/net/hook_unix.go:19:20: should omit type func(int, int, int) (int, error) from declaration of var getsockoptIntFunc; it will be inferred from the right-hand side src/net/interface.go:38:6: exported type Flags should have comment or be unexported src/net/interface.go:41:2: exported const FlagUp should have comment (or a comment on this block) or be unexported src/net/ip.go:34:1: comment on exported type IPMask should be of the form "IPMask ..." (with optional leading article) src/net/net.go:481:1: exported method OpError.Timeout should have comment or be unexported src/net/net.go:494:1: exported method OpError.Temporary should have comment or be unexported src/net/net.go:515:6: exported type AddrError should have comment or be unexported src/net/net.go:531:1: exported method AddrError.Timeout should have comment or be unexported src/net/net.go:532:1: exported method AddrError.Temporary should have comment or be unexported src/net/net.go:534:6: exported type UnknownNetworkError should have comment or be unexported src/net/net.go:537:1: exported method UnknownNetworkError.Timeout should have comment or be unexported src/net/net.go:538:1: exported method UnknownNetworkError.Temporary should have comment or be unexported src/net/net.go:540:6: exported type InvalidAddrError should have comment or be unexported src/net/net.go:543:1: exported method InvalidAddrError.Timeout should have comment or be unexported src/net/net.go:544:1: exported method InvalidAddrError.Temporary should have comment or be unexported src/net/net.go:553:1: exported method DNSConfigError.Timeout should have comment or be unexported src/net/net.go:554:1: exported method DNSConfigError.Temporary should have comment or be unexported src/net/net.go:639:1: exported method Buffers.WriteTo should have comment or be unexported src/net/sendfile_stub.go:11:1: error should be the last type when returning multiple items src/net/tcpsockopt_darwin.go:13:7: don't use underscores in Go names; const sysTCP_KEEPINTVL should be sysTCPKEEPINTVL src/net/unixsock.go:227:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock.go:236:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock.go:249:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock.go:262:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock.go:275:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock.go:279:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock.go:296:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/unixsock_posix.go:205:1: receiver name l should be consistent with previous receiver name ln for UnixListener src/net/writev_test.go:102:6: don't use underscores in Go names; func testBuffer_writeTo should be testBufferWriteTo src/net/http/client.go:219:39: error strings should not be capitalized or end with punctuation or a newline src/net/http/cookie.go:34:2: struct field HttpOnly should be HTTPOnly src/net/http/export_test.go:31:2: var ExportHttp2ConfigureServer should be ExportHTTP2ConfigureServer src/net/http/export_test.go:32:2: don't use underscores in Go names; var Export_shouldCopyHeaderOnRedirect should be ExportShouldCopyHeaderOnRedirect src/net/http/export_test.go:33:2: don't use underscores in Go names; var Export_writeStatusLine should be ExportWriteStatusLine src/net/http/export_test.go:120:21: don't use underscores in Go names; method IdleConnStrsForTesting_h2 should be IdleConnStrsForTestingH2 src/net/http/export_test.go:190:6: func ExportHttp2ConfigureTransport should be ExportHTTP2ConfigureTransport src/net/http/fs.go:66:1: exported method Dir.Open should have comment or be unexported src/net/http/fs.go:457:10: if block ends with a return statement, so drop this else and outdent its block src/net/http/fs.go:521:10: if block ends with a return statement, so drop this else and outdent its block src/net/http/readrequest_test.go:29:24: should drop = nil from declaration of var noTrailer; it is the zero value src/net/http/request.go:68:2: comment on exported var ErrHeaderTooLong should be of the form "ErrHeaderTooLong ..." src/net/http/request.go:70:2: comment on exported var ErrShortBody should be of the form "ErrShortBody ..." src/net/http/request.go:72:2: comment on exported var ErrMissingContentLength should be of the form "ErrMissingContentLength ..." src/net/http/request.go:1291:19: method wantsHttp10KeepAlive should be wantsHTTP10KeepAlive src/net/http/response.go:164:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/net/http/server.go:1531:9: if block ends with a return statement, so drop this else and outdent its block src/net/http/server.go:2480:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2486:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2493:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2591:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2607:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2832:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2850:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2863:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2870:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2877:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2881:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:2909:1: receiver name s should be consistent with previous receiver name srv for Server src/net/http/server.go:3028:20: don't use underscores in Go names; method setupHTTP2_ServeTLS should be setupHTTP2ServeTLS src/net/http/server.go:3041:20: don't use underscores in Go names; method setupHTTP2_Serve should be setupHTTP2Serve src/net/http/server.go:3046:20: don't use underscores in Go names; method onceSetNextProtoDefaults_Serve should be onceSetNextProtoDefaultsServe src/net/http/transfer.go:470:10: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/net/http/transport.go:1049:1: receiver name pconn should be consistent with previous receiver name pc for persistConn src/net/http/cookiejar/jar.go:97:2: struct field HttpOnly should be HTTPOnly src/net/http/fcgi/child.go:28:2: struct field reqId should be reqID src/net/http/fcgi/child.go:39:17: func parameter reqId should be reqID src/net/http/fcgi/fcgi.go:67:2: struct field Id should be ID src/net/http/fcgi/fcgi.go:92:40: method parameter reqId should be reqID src/net/http/fcgi/fcgi.go:139:1: receiver name r should be consistent with previous receiver name rec for record src/net/http/fcgi/fcgi.go:144:45: method parameter reqId should be reqID src/net/http/fcgi/fcgi.go:162:32: method parameter reqId should be reqID src/net/http/fcgi/fcgi.go:169:44: method parameter reqId should be reqID src/net/http/fcgi/fcgi.go:237:42: func parameter reqId should be reqID src/net/http/fcgi/fcgi.go:248:2: struct field reqId should be reqID src/net/http/fcgi/fcgi_test.go:47:2: struct field reqId should be reqID src/net/http/fcgi/fcgi_test.go:167:2: func parameter requestId should be requestID src/net/http/fcgi/fcgi_test.go:170:2: var requestIdB1 should be requestIDB1 src/net/http/fcgi/fcgi_test.go:171:2: var requestIdB0 should be requestIDB0 src/net/http/httputil/persist.go:18:2: comment on exported var ErrPersistEOF should be of the form "ErrPersistEOF ..." src/net/http/httputil/persist.go:21:2: comment on exported var ErrClosed should be of the form "ErrClosed ..." src/net/http/httputil/persist.go:24:2: comment on exported var ErrPipeline should be of the form "ErrPipeline ..." src/net/http/httputil/persist.go:150:10: if block ends with a return statement, so drop this else and outdent its block src/net/http/internal/chunked.go:21:5: exported var ErrLineTooLong should have comment or be unexported src/net/internal/socktest/switch.go:121:2: exported const FilterSocket should have comment (or a comment on this block) or be unexported src/net/mail/message.go:119:5: exported var ErrHeaderNotPresent should have comment or be unexported src/net/mail/message.go:147:1: comment on exported function ParseAddress should be of the form "ParseAddress ..." src/net/rpc/client.go:26:5: exported var ErrShutdown should have comment or be unexported src/net/rpc/server.go:5:1: package comment should not have leading space src/net/rpc/server.go:145:2: comment on exported const DefaultRPCPath should be of the form "DefaultRPCPath ..." src/net/rpc/server.go:147:2: exported const DefaultDebugPath should have comment (or a comment on this block) or be unexported src/net/rpc/server_test.go:31:2: const newHttpPath should be newHTTPPath src/net/rpc/server_test.go:151:6: func startHttpServer should be startHTTPServer src/net/rpc/jsonrpc/all_test.go:32:2: struct field Id should be ID src/net/rpc/jsonrpc/all_test.go:300:46: error strings should not be capitalized or end with punctuation or a newline src/net/rpc/jsonrpc/client.go:49:2: struct field Id should be ID src/net/rpc/jsonrpc/client.go:63:2: struct field Id should be ID src/net/rpc/jsonrpc/server.go:49:2: struct field Id should be ID src/net/rpc/jsonrpc/server.go:59:2: struct field Id should be ID src/net/url/url.go:35:1: exported method Error.Timeout should have comment or be unexported src/net/url/url.go:44:1: exported method Error.Temporary should have comment or be unexported src/net/url/url.go:85:6: exported type EscapeError should have comment or be unexported src/net/url/url.go:91:6: exported type InvalidHostError should have comment or be unexported src/net/url/url.go:1063:1: exported method URL.MarshalBinary should have comment or be unexported src/net/url/url.go:1067:1: exported method URL.UnmarshalBinary should have comment or be unexported src/os/file.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/os/file.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/os/path_unix.go:10:2: exported const PathSeparator should have comment (or a comment on this block) or be unexported src/os/proc.go:25:6: don't use underscores in Go names; func runtime_args should be runtimeArgs src/os/proc.go:68:6: don't use underscores in Go names; func runtime_beforeExit should be runtimeBeforeExit src/os/signal/signal_unix.go:15:6: don't use underscores in Go names; func signal_disable should be signalDisable src/os/signal/signal_unix.go:16:6: don't use underscores in Go names; func signal_enable should be signalEnable src/os/signal/signal_unix.go:17:6: don't use underscores in Go names; func signal_ignore should be signalIgnore src/os/signal/signal_unix.go:18:6: don't use underscores in Go names; func signal_recv should be signalRecv src/os/signal/internal/pty/pty.go:27:6: exported type PtyError should have comment or be unexported src/os/signal/internal/pty/pty.go:27:6: type name will be used as pty.PtyError by other packages, and that stutters; consider calling this Error src/os/user/cgo_lookup_unix.go:81:6: func lookupUserId should be lookupUserID src/os/user/cgo_lookup_unix.go:89:6: func lookupUnixUid should be lookupUnixUID src/os/user/cgo_lookup_unix.go:162:6: func lookupGroupId should be lookupGroupID src/os/user/lookup.go:37:6: func LookupId should be LookupID src/os/user/lookup.go:52:6: func LookupGroupId should be LookupGroupID src/os/user/user.go:23:2: struct field Uid should be UID src/os/user/user.go:51:6: type UnknownUserIdError should be UnknownUserIDError src/os/user/user.go:67:6: type UnknownGroupIdError should be UnknownGroupIDError src/path/filepath/path.go:61:2: exported const Separator should have comment (or a comment on this block) or be unexported src/path/filepath/path.go:334:5: error var SkipDir should have name of the form ErrFoo src/reflect/type.go:229:2: exported const Invalid should have comment (or a comment on this block) or be unexported src/reflect/type.go:345:2: exported const RecvDir should have comment (or a comment on this block) or be unexported src/reflect/value.go:1960:2: exported const SelectSend should have comment (or a comment on this block) or be unexported src/reflect/value.go:2085:6: don't use underscores in Go names; func unsafe_New should be unsafeNew src/reflect/value.go:2086:6: don't use underscores in Go names; func unsafe_NewArray should be unsafeNewArray src/regexp/backtrack.go:43:30: should drop = nil from declaration of var notBacktrack; it is the zero value src/regexp/onepass.go:242:4: don't use underscores in Go names; var p_A_Other should be pAOther src/regexp/onepass.go:243:4: don't use underscores in Go names; var p_A_Alt should be pAAlt src/regexp/onepass.go:261:4: don't use underscores in Go names; var p_B_Alt should be pBAlt src/regexp/onepass.go:262:4: don't use underscores in Go names; var p_B_Other should be pBOther src/regexp/onepass.go:461:31: should drop = nil from declaration of var notOnePass; it is the zero value src/regexp/syntax/compile.go:42:1: receiver name l1 should be consistent with previous receiver name l for patchList src/regexp/syntax/parse.go:29:2: comment on exported const ErrInternalError should be of the form "ErrInternalError ..." src/regexp/syntax/parse.go:32:2: comment on exported const ErrInvalidCharClass should be of the form "ErrInvalidCharClass ..." src/regexp/syntax/parse.go:34:2: exported const ErrInvalidCharRange should have comment (or a comment on this block) or be unexported src/regexp/syntax/parse.go:56:2: exported const FoldCase should have comment (or a comment on this block) or be unexported src/regexp/syntax/prog.go:27:2: exported const InstAlt should have comment (or a comment on this block) or be unexported src/regexp/syntax/prog.go:65:2: exported const EmptyBeginLine should have comment (or a comment on this block) or be unexported src/regexp/syntax/prog.go:80:9: should omit type EmptyOp from declaration of var op; it will be inferred from the right-hand side src/regexp/syntax/regexp.go:40:2: exported const OpNoMatch should have comment (or a comment on this block) or be unexported src/regexp/syntax/regexp.go:247:1: receiver name re should be consistent with previous receiver name x for Regexp src/regexp/syntax/regexp.go:294:1: receiver name re should be consistent with previous receiver name x for Regexp src/regexp/syntax/regexp.go:308:1: receiver name re should be consistent with previous receiver name x for Regexp src/regexp/syntax/regexp.go:314:1: receiver name re should be consistent with previous receiver name x for Regexp src/runtime/alg.go:19:2: don't use underscores in Go names; const alg_NOEQ should be algNOEQ src/runtime/alg.go:20:2: don't use underscores in Go names; const alg_MEM0 should be algMEM0 src/runtime/alg.go:21:2: don't use underscores in Go names; const alg_MEM8 should be algMEM8 src/runtime/alg.go:22:2: don't use underscores in Go names; const alg_MEM16 should be algMEM16 src/runtime/alg.go:23:2: don't use underscores in Go names; const alg_MEM32 should be algMEM32 src/runtime/alg.go:24:2: don't use underscores in Go names; const alg_MEM64 should be algMEM64 src/runtime/alg.go:25:2: don't use underscores in Go names; const alg_MEM128 should be algMEM128 src/runtime/alg.go:26:2: don't use underscores in Go names; const alg_STRING should be algSTRING src/runtime/alg.go:27:2: don't use underscores in Go names; const alg_INTER should be algINTER src/runtime/alg.go:28:2: don't use underscores in Go names; const alg_NILINTER should be algNILINTER src/runtime/alg.go:29:2: don't use underscores in Go names; const alg_FLOAT32 should be algFLOAT32 src/runtime/alg.go:30:2: don't use underscores in Go names; const alg_FLOAT64 should be algFLOAT64 src/runtime/alg.go:31:2: don't use underscores in Go names; const alg_CPLX64 should be algCPLX64 src/runtime/alg.go:32:2: don't use underscores in Go names; const alg_CPLX128 should be algCPLX128 src/runtime/alg.go:33:2: don't use underscores in Go names; const alg_max should be algMax src/runtime/alg.go:64:6: don't use underscores in Go names; func memhash_varlen should be memhashVarlen src/runtime/alg.go:152:9: if block ends with a return statement, so drop this else and outdent its block src/runtime/alg.go:169:9: if block ends with a return statement, so drop this else and outdent its block src/runtime/atomic_pointer.go:56:6: don't use underscores in Go names; func sync_atomic_StoreUintptr should be syncAtomicStoreUintptr src/runtime/atomic_pointer.go:60:6: don't use underscores in Go names; func sync_atomic_StorePointer should be syncAtomicStorePointer src/runtime/atomic_pointer.go:68:6: don't use underscores in Go names; func sync_atomic_SwapUintptr should be syncAtomicSwapUintptr src/runtime/atomic_pointer.go:72:6: don't use underscores in Go names; func sync_atomic_SwapPointer should be syncAtomicSwapPointer src/runtime/atomic_pointer.go:81:6: don't use underscores in Go names; func sync_atomic_CompareAndSwapUintptr should be syncAtomicCompareAndSwapUintptr src/runtime/atomic_pointer.go:85:6: don't use underscores in Go names; func sync_atomic_CompareAndSwapPointer should be syncAtomicCompareAndSwapPointer src/runtime/cgo.go:22:2: don't use underscores in Go names; var _cgo_init should be _cgoInit src/runtime/cgo.go:23:2: don't use underscores in Go names; var _cgo_thread_start should be _cgoThreadStart src/runtime/cgo.go:24:2: don't use underscores in Go names; var _cgo_sys_thread_create should be _cgoSysThreadCreate src/runtime/cgo.go:25:2: don't use underscores in Go names; var _cgo_notify_runtime_init_done should be _cgoNotifyRuntimeInitDone src/runtime/cgo.go:26:2: don't use underscores in Go names; var _cgo_callers should be _cgoCallers src/runtime/cgo.go:27:2: don't use underscores in Go names; var _cgo_set_context_function should be _cgoSetContextFunction src/runtime/cgo.go:28:2: don't use underscores in Go names; var _cgo_yield should be _cgoYield src/runtime/cgo.go:54:5: don't use underscores in Go names; var cgo_yield should be cgoYield src/runtime/cgocallback.go:11:6: don't use underscores in Go names; func _cgo_panic_internal should be _cgoPanicInternal src/runtime/chan.go:58:6: don't use underscores in Go names; func reflect_makechan should be reflectMakechan src/runtime/chan.go:660:6: don't use underscores in Go names; func reflect_chansend should be reflectChansend src/runtime/chan.go:665:6: don't use underscores in Go names; func reflect_chanrecv should be reflectChanrecv src/runtime/chan.go:670:6: don't use underscores in Go names; func reflect_chanlen should be reflectChanlen src/runtime/chan.go:678:6: don't use underscores in Go names; func reflect_chancap should be reflectChancap src/runtime/chan.go:686:6: don't use underscores in Go names; func reflect_chanclose should be reflectChanclose src/runtime/cpuprof.go:190:6: don't use underscores in Go names; func runtime_pprof_runtime_cyclesPerSecond should be runtimePprofRuntimeCyclesPerSecond src/runtime/cpuprof.go:201:6: don't use underscores in Go names; func runtime_pprof_readProfile should be runtimePprofReadProfile src/runtime/defs_darwin_amd64.go:9:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:10:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:12:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:13:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:14:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:15:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:17:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:18:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:19:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:21:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:22:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/defs_darwin_amd64.go:127:2: don't use underscores in Go names; struct field msgh_descriptor_count should be msghDescriptorCount src/runtime/defs_darwin_amd64.go:131:2: don't use underscores in Go names; struct field msgh_bits should be msghBits src/runtime/defs_darwin_amd64.go:132:2: don't use underscores in Go names; struct field msgh_size should be msghSize src/runtime/defs_darwin_amd64.go:133:2: don't use underscores in Go names; struct field msgh_remote_port should be msghRemotePort src/runtime/defs_darwin_amd64.go:134:2: don't use underscores in Go names; struct field msgh_local_port should be msghLocalPort src/runtime/defs_darwin_amd64.go:135:2: don't use underscores in Go names; struct field msgh_reserved should be msghReserved src/runtime/defs_darwin_amd64.go:136:2: don't use underscores in Go names; struct field msgh_id should be msghID src/runtime/defs_darwin_amd64.go:140:2: don't use underscores in Go names; struct field mig_vers should be migVers src/runtime/defs_darwin_amd64.go:141:2: don't use underscores in Go names; struct field if_vers should be ifVers src/runtime/defs_darwin_amd64.go:143:2: don't use underscores in Go names; struct field mig_encoding should be migEncoding src/runtime/defs_darwin_amd64.go:144:2: don't use underscores in Go names; struct field int_rep should be intRep src/runtime/defs_darwin_amd64.go:145:2: don't use underscores in Go names; struct field char_rep should be charRep src/runtime/defs_darwin_amd64.go:146:2: don't use underscores in Go names; struct field float_rep should be floatRep src/runtime/defs_darwin_amd64.go:159:2: don't use underscores in Go names; struct field ss_sp should be ssSp src/runtime/defs_darwin_amd64.go:160:2: don't use underscores in Go names; struct field ss_size should be ssSize src/runtime/defs_darwin_amd64.go:161:2: don't use underscores in Go names; struct field ss_flags should be ssFlags src/runtime/defs_darwin_amd64.go:162:2: don't use underscores in Go names; struct field pad_cgo_0 should be padCgo0 src/runtime/defs_darwin_amd64.go:166:2: don't use underscores in Go names; struct field __sigaction_u should be _SigactionU src/runtime/defs_darwin_amd64.go:167:2: don't use underscores in Go names; struct field sa_tramp should be saTramp src/runtime/defs_darwin_amd64.go:168:2: don't use underscores in Go names; struct field sa_mask should be saMask src/runtime/defs_darwin_amd64.go:169:2: don't use underscores in Go names; struct field sa_flags should be saFlags src/runtime/defs_darwin_amd64.go:173:2: don't use underscores in Go names; struct field __sigaction_u should be _SigactionU src/runtime/defs_darwin_amd64.go:174:2: don't use underscores in Go names; struct field sa_mask should be saMask src/runtime/defs_darwin_amd64.go:175:2: don't use underscores in Go names; struct field sa_flags should be saFlags src/runtime/defs_darwin_amd64.go:179:2: don't use underscores in Go names; struct field si_signo should be siSigno src/runtime/defs_darwin_amd64.go:180:2: don't use underscores in Go names; struct field si_errno should be siErrno src/runtime/defs_darwin_amd64.go:181:2: don't use underscores in Go names; struct field si_code should be siCode src/runtime/defs_darwin_amd64.go:182:2: don't use underscores in Go names; struct field si_pid should be siPid src/runtime/defs_darwin_amd64.go:183:2: don't use underscores in Go names; struct field si_uid should be siUID src/runtime/defs_darwin_amd64.go:184:2: don't use underscores in Go names; struct field si_status should be siStatus src/runtime/defs_darwin_amd64.go:185:2: don't use underscores in Go names; struct field si_addr should be siAddr src/runtime/defs_darwin_amd64.go:186:2: don't use underscores in Go names; struct field si_value should be siValue src/runtime/defs_darwin_amd64.go:187:2: don't use underscores in Go names; struct field si_band should be siBand src/runtime/defs_darwin_amd64.go:188:2: don't use underscores in Go names; struct field __pad should be _Pad src/runtime/defs_darwin_amd64.go:192:2: don't use underscores in Go names; struct field tv_sec should be tvSec src/runtime/defs_darwin_amd64.go:193:2: don't use underscores in Go names; struct field tv_usec should be tvUsec src/runtime/defs_darwin_amd64.go:194:2: don't use underscores in Go names; struct field pad_cgo_0 should be padCgo0 src/runtime/defs_darwin_amd64.go:197:20: don't use underscores in Go names; method set_usec should be setUsec src/runtime/defs_darwin_amd64.go:202:2: don't use underscores in Go names; struct field it_interval should be itInterval src/runtime/defs_darwin_amd64.go:203:2: don't use underscores in Go names; struct field it_value should be itValue src/runtime/defs_darwin_amd64.go:207:2: don't use underscores in Go names; struct field tv_sec should be tvSec src/runtime/defs_darwin_amd64.go:208:2: don't use underscores in Go names; struct field tv_nsec should be tvNsec src/runtime/defs_darwin_amd64.go:212:2: don't use underscores in Go names; struct field pad_cgo_0 should be padCgo0 src/runtime/defs_darwin_amd64.go:216:2: don't use underscores in Go names; struct field pad_cgo_0 should be padCgo0 src/runtime/defs_darwin_amd64.go:220:2: don't use underscores in Go names; struct field mmst_reg should be mmstReg src/runtime/defs_darwin_amd64.go:221:2: don't use underscores in Go names; struct field mmst_rsrv should be mmstRsrv src/runtime/defs_darwin_amd64.go:225:2: don't use underscores in Go names; struct field xmm_reg should be xmmReg src/runtime/defs_darwin_amd64.go:253:2: don't use underscores in Go names; struct field fpu_reserved should be fpuReserved src/runtime/defs_darwin_amd64.go:254:2: don't use underscores in Go names; struct field fpu_fcw should be fpuFcw src/runtime/defs_darwin_amd64.go:255:2: don't use underscores in Go names; struct field fpu_fsw should be fpuFsw src/runtime/defs_darwin_amd64.go:256:2: don't use underscores in Go names; struct field fpu_ftw should be fpuFtw src/runtime/defs_darwin_amd64.go:257:2: don't use underscores in Go names; struct field fpu_rsrv1 should be fpuRsrv1 src/runtime/defs_darwin_amd64.go:258:2: don't use underscores in Go names; struct field fpu_fop should be fpuFop src/runtime/defs_darwin_amd64.go:259:2: don't use underscores in Go names; struct field fpu_ip should be fpuIP src/runtime/defs_darwin_amd64.go:260:2: don't use underscores in Go names; struct field fpu_cs should be fpuCs src/runtime/defs_darwin_amd64.go:261:2: don't use underscores in Go names; struct field fpu_rsrv2 should be fpuRsrv2 src/runtime/defs_darwin_amd64.go:262:2: don't use underscores in Go names; struct field fpu_dp should be fpuDp src/runtime/defs_darwin_amd64.go:263:2: don't use underscores in Go names; struct field fpu_ds should be fpuDs src/runtime/defs_darwin_amd64.go:264:2: don't use underscores in Go names; struct field fpu_rsrv3 should be fpuRsrv3 src/runtime/defs_darwin_amd64.go:265:2: don't use underscores in Go names; struct field fpu_mxcsr should be fpuMxcsr src/runtime/defs_darwin_amd64.go:266:2: don't use underscores in Go names; struct field fpu_mxcsrmask should be fpuMxcsrmask src/runtime/defs_darwin_amd64.go:267:2: don't use underscores in Go names; struct field fpu_stmm0 should be fpuStmm0 src/runtime/defs_darwin_amd64.go:268:2: don't use underscores in Go names; struct field fpu_stmm1 should be fpuStmm1 src/runtime/defs_darwin_amd64.go:269:2: don't use underscores in Go names; struct field fpu_stmm2 should be fpuStmm2 src/runtime/defs_darwin_amd64.go:270:2: don't use underscores in Go names; struct field fpu_stmm3 should be fpuStmm3 src/runtime/defs_darwin_amd64.go:271:2: don't use underscores in Go names; struct field fpu_stmm4 should be fpuStmm4 src/runtime/defs_darwin_amd64.go:272:2: don't use underscores in Go names; struct field fpu_stmm5 should be fpuStmm5 src/runtime/defs_darwin_amd64.go:273:2: don't use underscores in Go names; struct field fpu_stmm6 should be fpuStmm6 src/runtime/defs_darwin_amd64.go:274:2: don't use underscores in Go names; struct field fpu_stmm7 should be fpuStmm7 src/runtime/defs_darwin_amd64.go:275:2: don't use underscores in Go names; struct field fpu_xmm0 should be fpuXmm0 src/runtime/defs_darwin_amd64.go:276:2: don't use underscores in Go names; struct field fpu_xmm1 should be fpuXmm1 src/runtime/defs_darwin_amd64.go:277:2: don't use underscores in Go names; struct field fpu_xmm2 should be fpuXmm2 src/runtime/defs_darwin_amd64.go:278:2: don't use underscores in Go names; struct field fpu_xmm3 should be fpuXmm3 src/runtime/defs_darwin_amd64.go:279:2: don't use underscores in Go names; struct field fpu_xmm4 should be fpuXmm4 src/runtime/defs_darwin_amd64.go:280:2: don't use underscores in Go names; struct field fpu_xmm5 should be fpuXmm5 src/runtime/defs_darwin_amd64.go:281:2: don't use underscores in Go names; struct field fpu_xmm6 should be fpuXmm6 src/runtime/defs_darwin_amd64.go:282:2: don't use underscores in Go names; struct field fpu_xmm7 should be fpuXmm7 src/runtime/defs_darwin_amd64.go:283:2: don't use underscores in Go names; struct field fpu_xmm8 should be fpuXmm8 src/runtime/defs_darwin_amd64.go:284:2: don't use underscores in Go names; struct field fpu_xmm9 should be fpuXmm9 src/runtime/defs_darwin_amd64.go:285:2: don't use underscores in Go names; struct field fpu_xmm10 should be fpuXmm10 src/runtime/defs_darwin_amd64.go:286:2: don't use underscores in Go names; struct field fpu_xmm11 should be fpuXmm11 src/runtime/defs_darwin_amd64.go:287:2: don't use underscores in Go names; struct field fpu_xmm12 should be fpuXmm12 src/runtime/defs_darwin_amd64.go:288:2: don't use underscores in Go names; struct field fpu_xmm13 should be fpuXmm13 src/runtime/defs_darwin_amd64.go:289:2: don't use underscores in Go names; struct field fpu_xmm14 should be fpuXmm14 src/runtime/defs_darwin_amd64.go:290:2: don't use underscores in Go names; struct field fpu_xmm15 should be fpuXmm15 src/runtime/defs_darwin_amd64.go:291:2: don't use underscores in Go names; struct field fpu_rsrv4 should be fpuRsrv4 src/runtime/defs_darwin_amd64.go:292:2: don't use underscores in Go names; struct field fpu_reserved1 should be fpuReserved1 src/runtime/defs_darwin_amd64.go:306:2: don't use underscores in Go names; struct field pad_cgo_0 should be padCgo0 src/runtime/defs_darwin_amd64.go:329:2: don't use underscores in Go names; struct field fpu_reserved should be fpuReserved src/runtime/defs_darwin_amd64.go:330:2: don't use underscores in Go names; struct field fpu_fcw should be fpuFcw src/runtime/defs_darwin_amd64.go:331:2: don't use underscores in Go names; struct field fpu_fsw should be fpuFsw src/runtime/defs_darwin_amd64.go:332:2: don't use underscores in Go names; struct field fpu_ftw should be fpuFtw src/runtime/defs_darwin_amd64.go:333:2: don't use underscores in Go names; struct field fpu_rsrv1 should be fpuRsrv1 src/runtime/defs_darwin_amd64.go:334:2: don't use underscores in Go names; struct field fpu_fop should be fpuFop src/runtime/defs_darwin_amd64.go:335:2: don't use underscores in Go names; struct field fpu_ip should be fpuIP src/runtime/defs_darwin_amd64.go:336:2: don't use underscores in Go names; struct field fpu_cs should be fpuCs src/runtime/defs_darwin_amd64.go:337:2: don't use underscores in Go names; struct field fpu_rsrv2 should be fpuRsrv2 src/runtime/defs_darwin_amd64.go:338:2: don't use underscores in Go names; struct field fpu_dp should be fpuDp src/runtime/defs_darwin_amd64.go:339:2: don't use underscores in Go names; struct field fpu_ds should be fpuDs src/runtime/defs_darwin_amd64.go:340:2: don't use underscores in Go names; struct field fpu_rsrv3 should be fpuRsrv3 src/runtime/defs_darwin_amd64.go:341:2: don't use underscores in Go names; struct field fpu_mxcsr should be fpuMxcsr src/runtime/defs_darwin_amd64.go:342:2: don't use underscores in Go names; struct field fpu_mxcsrmask should be fpuMxcsrmask src/runtime/defs_darwin_amd64.go:343:2: don't use underscores in Go names; struct field fpu_stmm0 should be fpuStmm0 src/runtime/defs_darwin_amd64.go:344:2: don't use underscores in Go names; struct field fpu_stmm1 should be fpuStmm1 src/runtime/defs_darwin_amd64.go:345:2: don't use underscores in Go names; struct field fpu_stmm2 should be fpuStmm2 src/runtime/defs_darwin_amd64.go:346:2: don't use underscores in Go names; struct field fpu_stmm3 should be fpuStmm3 src/runtime/defs_darwin_amd64.go:347:2: don't use underscores in Go names; struct field fpu_stmm4 should be fpuStmm4 src/runtime/defs_darwin_amd64.go:348:2: don't use underscores in Go names; struct field fpu_stmm5 should be fpuStmm5 src/runtime/defs_darwin_amd64.go:349:2: don't use underscores in Go names; struct field fpu_stmm6 should be fpuStmm6 src/runtime/defs_darwin_amd64.go:350:2: don't use underscores in Go names; struct field fpu_stmm7 should be fpuStmm7 src/runtime/defs_darwin_amd64.go:351:2: don't use underscores in Go names; struct field fpu_xmm0 should be fpuXmm0 src/runtime/defs_darwin_amd64.go:352:2: don't use underscores in Go names; struct field fpu_xmm1 should be fpuXmm1 src/runtime/defs_darwin_amd64.go:353:2: don't use underscores in Go names; struct field fpu_xmm2 should be fpuXmm2 src/runtime/defs_darwin_amd64.go:354:2: don't use underscores in Go names; struct field fpu_xmm3 should be fpuXmm3 src/runtime/defs_darwin_amd64.go:355:2: don't use underscores in Go names; struct field fpu_xmm4 should be fpuXmm4 src/runtime/defs_darwin_amd64.go:356:2: don't use underscores in Go names; struct field fpu_xmm5 should be fpuXmm5 src/runtime/defs_darwin_amd64.go:357:2: don't use underscores in Go names; struct field fpu_xmm6 should be fpuXmm6 src/runtime/defs_darwin_amd64.go:358:2: don't use underscores in Go names; struct field fpu_xmm7 should be fpuXmm7 src/runtime/defs_darwin_amd64.go:359:2: don't use underscores in Go names; struct field fpu_rsrv4 should be fpuRsrv4 src/runtime/defs_darwin_amd64.go:360:2: don't use underscores in Go names; struct field fpu_reserved1 should be fpuReserved1 src/runtime/defs_darwin_amd64.go:377:2: don't use underscores in Go names; struct field uc_onstack should be ucOnstack src/runtime/defs_darwin_amd64.go:378:2: don't use underscores in Go names; struct field uc_sigmask should be ucSigmask src/runtime/defs_darwin_amd64.go:379:2: don't use underscores in Go names; struct field uc_stack should be ucStack src/runtime/defs_darwin_amd64.go:380:2: don't use underscores in Go names; struct field uc_link should be ucLink src/runtime/defs_darwin_amd64.go:381:2: don't use underscores in Go names; struct field uc_mcsize should be ucMcsize src/runtime/defs_darwin_amd64.go:382:2: don't use underscores in Go names; struct field uc_mcontext should be ucMcontext src/runtime/env_posix.go:24:5: don't use underscores in Go names; var _cgo_setenv should be _cgoSetenv src/runtime/env_posix.go:25:5: don't use underscores in Go names; var _cgo_unsetenv should be _cgoUnsetenv src/runtime/env_posix.go:30:6: don't use underscores in Go names; func syscall_setenv_c should be syscallSetenvC src/runtime/env_posix.go:41:6: don't use underscores in Go names; func syscall_unsetenv_c should be syscallUnsetenvC src/runtime/error.go:28:1: exported method TypeAssertionError.RuntimeError should have comment or be unexported src/runtime/export_mmap_test.go:15:7: don't use ALL_CAPS in Go names; use CamelCase src/runtime/export_mmap_test.go:16:7: don't use ALL_CAPS in Go names; use CamelCase src/runtime/export_mmap_test.go:17:7: don't use ALL_CAPS in Go names; use CamelCase src/runtime/export_test.go:59:2: don't use underscores in Go names; var _p_ should be _p src/runtime/hash64.go:109:6: don't use underscores in Go names; func rotl_31 should be rotl31 src/runtime/heapdump.go:20:6: don't use underscores in Go names; func runtime_debug_WriteHeapDump should be runtimeDebugWriteHeapDump src/runtime/heapdump.go:408:6: don't use underscores in Go names; func finq_callback should be finqCallback src/runtime/heapdump.go:516:6: don't use underscores in Go names; func itab_callback should be itabCallback src/runtime/heapdump.go:569:6: don't use underscores in Go names; func dumpmemprof_callback should be dumpmemprofCallback src/runtime/heapdump.go:658:6: don't use underscores in Go names; func writeheapdump_m should be writeheapdumpM src/runtime/heapdump.go:659:2: don't use underscores in Go names; var _g_ should be _g src/runtime/iface.go:611:6: don't use underscores in Go names; func reflect_ifaceE2I should be reflectIfaceE2I src/runtime/iface.go:615:6: don't use underscores in Go names; func iterate_itabs should be iterateItabs src/runtime/lock_sema.go:30:2: don't use underscores in Go names; const active_spin should be activeSpin src/runtime/lock_sema.go:31:2: don't use underscores in Go names; const active_spin_cnt should be activeSpinCnt src/runtime/lock_sema.go:32:2: don't use underscores in Go names; const passive_spin should be passiveSpin src/runtime/lock_sema.go:180:6: don't use underscores in Go names; func notetsleep_internal should be notetsleepInternal src/runtime/malloc.go:386:2: don't use underscores in Go names; var _g_ should be _g src/runtime/malloc.go:1018:6: don't use underscores in Go names; func reflect_unsafe_New should be reflectUnsafeNew src/runtime/malloc.go:1034:6: don't use underscores in Go names; func reflect_unsafe_NewArray should be reflectUnsafeNewArray src/runtime/map.go:287:6: don't use underscores in Go names; func makemap_small should be makemapSmall src/runtime/map.go:488:6: don't use underscores in Go names; func mapaccess1_fat should be mapaccess1Fat src/runtime/map.go:496:6: don't use underscores in Go names; func mapaccess2_fat should be mapaccess2Fat src/runtime/map.go:1151:6: don't use underscores in Go names; func reflect_makemap should be reflectMakemap src/runtime/map.go:1194:6: don't use underscores in Go names; func reflect_mapaccess should be reflectMapaccess src/runtime/map.go:1204:6: don't use underscores in Go names; func reflect_mapassign should be reflectMapassign src/runtime/map.go:1210:6: don't use underscores in Go names; func reflect_mapdelete should be reflectMapdelete src/runtime/map.go:1215:6: don't use underscores in Go names; func reflect_mapiterinit should be reflectMapiterinit src/runtime/map.go:1222:6: don't use underscores in Go names; func reflect_mapiternext should be reflectMapiternext src/runtime/map.go:1227:6: don't use underscores in Go names; func reflect_mapiterkey should be reflectMapiterkey src/runtime/map.go:1232:6: don't use underscores in Go names; func reflect_maplen should be reflectMaplen src/runtime/map.go:1244:6: don't use underscores in Go names; func reflect_ismapkey should be reflectIsmapkey src/runtime/map_fast32.go:12:6: don't use underscores in Go names; func mapaccess1_fast32 should be mapaccess1Fast32 src/runtime/map_fast32.go:52:6: don't use underscores in Go names; func mapaccess2_fast32 should be mapaccess2Fast32 src/runtime/map_fast32.go:92:6: don't use underscores in Go names; func mapassign_fast32 should be mapassignFast32 src/runtime/map_fast32.go:178:6: don't use underscores in Go names; func mapassign_fast32ptr should be mapassignFast32ptr src/runtime/map_fast32.go:264:6: don't use underscores in Go names; func mapdelete_fast32 should be mapdeleteFast32 src/runtime/map_fast32.go:313:6: don't use underscores in Go names; func growWork_fast32 should be growWorkFast32 src/runtime/map_fast32.go:324:6: don't use underscores in Go names; func evacuate_fast32 should be evacuateFast32 src/runtime/map_fast64.go:12:6: don't use underscores in Go names; func mapaccess1_fast64 should be mapaccess1Fast64 src/runtime/map_fast64.go:52:6: don't use underscores in Go names; func mapaccess2_fast64 should be mapaccess2Fast64 src/runtime/map_fast64.go:92:6: don't use underscores in Go names; func mapassign_fast64 should be mapassignFast64 src/runtime/map_fast64.go:178:6: don't use underscores in Go names; func mapassign_fast64ptr should be mapassignFast64ptr src/runtime/map_fast64.go:264:6: don't use underscores in Go names; func mapdelete_fast64 should be mapdeleteFast64 src/runtime/map_fast64.go:313:6: don't use underscores in Go names; func growWork_fast64 should be growWorkFast64 src/runtime/map_fast64.go:324:6: don't use underscores in Go names; func evacuate_fast64 should be evacuateFast64 src/runtime/map_faststr.go:12:6: don't use underscores in Go names; func mapaccess1_faststr should be mapaccess1Faststr src/runtime/map_faststr.go:101:6: don't use underscores in Go names; func mapaccess2_faststr should be mapaccess2Faststr src/runtime/map_faststr.go:190:6: don't use underscores in Go names; func mapassign_faststr should be mapassignFaststr src/runtime/map_faststr.go:281:6: don't use underscores in Go names; func mapdelete_faststr should be mapdeleteFaststr src/runtime/map_faststr.go:334:6: don't use underscores in Go names; func growWork_faststr should be growWorkFaststr src/runtime/map_faststr.go:345:6: don't use underscores in Go names; func evacuate_faststr should be evacuateFaststr src/runtime/mbarrier.go:177:6: don't use underscores in Go names; func reflect_typedmemmove should be reflectTypedmemmove src/runtime/mbarrier.go:192:6: don't use underscores in Go names; func reflect_typedmemmovepartial should be reflectTypedmemmovepartial src/runtime/mbarrier.go:279:6: don't use underscores in Go names; func reflect_typedslicecopy should be reflectTypedslicecopy src/runtime/mbitmap.go:1935:6: don't use underscores in Go names; func reflect_gcbits should be reflectGcbits src/runtime/mbitmap.go:1996:5: don't use underscores in Go names; var _g_ should be _g src/runtime/mbitmap.go:1999:3: don't use underscores in Go names; var _g_ should be _g src/runtime/mcache.go:19:2: don't use underscores in Go names; struct field next_sample should be nextSample src/runtime/mcache.go:20:2: don't use underscores in Go names; struct field local_scan should be localScan src/runtime/mcache.go:33:2: don't use underscores in Go names; struct field local_tinyallocs should be localTinyallocs src/runtime/mcache.go:42:2: don't use underscores in Go names; struct field local_largefree should be localLargefree src/runtime/mcache.go:43:2: don't use underscores in Go names; struct field local_nlargefree should be localNlargefree src/runtime/mcache.go:44:2: don't use underscores in Go names; struct field local_nsmallfree should be localNsmallfree src/runtime/mcache.go:107:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mem_darwin.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/mfinal.go:127:6: don't use underscores in Go names; func iterate_finq should be iterateFinq src/runtime/mgc.go:636:3: don't use underscores in Go names; var H_m_prev should be HMPrev src/runtime/mgc.go:637:3: don't use underscores in Go names; var h_t should be hT src/runtime/mgc.go:638:3: don't use underscores in Go names; var H_T should be HT src/runtime/mgc.go:639:3: don't use underscores in Go names; var h_a should be hA src/runtime/mgc.go:640:3: don't use underscores in Go names; var H_a should be HA src/runtime/mgc.go:641:3: don't use underscores in Go names; var h_g should be hG src/runtime/mgc.go:642:3: don't use underscores in Go names; var H_g should be HG src/runtime/mgc.go:643:3: don't use underscores in Go names; var u_a should be uA src/runtime/mgc.go:644:3: don't use underscores in Go names; var u_g should be uG src/runtime/mgc.go:645:3: don't use underscores in Go names; var W_a should be WA src/runtime/mgc.go:706:50: don't use underscores in Go names; method parameter _p_ should be _p src/runtime/mgc.go:1529:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mgc.go:1615:2: var sweepTermCpu should be sweepTermCPU src/runtime/mgc.go:1618:2: var markCpu should be markCPU src/runtime/mgc.go:1619:2: var markTermCpu should be markTermCPU src/runtime/mgc.go:1620:2: var cycleCpu should be cycleCPU src/runtime/mgc.go:1624:2: var totalCpu should be totalCPU src/runtime/mgc.go:1746:21: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/mgc.go:1946:13: don't use underscores in Go names; func parameter start_time should be startTime src/runtime/mgc.go:2119:6: don't use underscores in Go names; func sync_runtime_registerPoolCleanup should be syncRuntimeRegisterPoolCleanup src/runtime/mgc.go:2167:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mgc.go:2190:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mgcmark.go:592:2: don't use underscores in Go names; var _p_ should be _p src/runtime/mgcsweep.go:33:6: don't use underscores in Go names; func finishsweep_m should be finishsweepM src/runtime/mgcsweep.go:79:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mgcsweep.go:153:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mgcsweep.go:182:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mheap.go:159:5: don't use underscores in Go names; var mheap_ should be mheap src/runtime/mheap.go:446:9: if block ends with a return statement, so drop this else and outdent its block src/runtime/mheap.go:454:9: if block ends with a return statement, so drop this else and outdent its block src/runtime/mheap.go:660:17: don't use underscores in Go names; method alloc_m should be allocM src/runtime/mheap.go:661:2: don't use underscores in Go names; var _g_ should be _g src/runtime/mheap.go:1172:6: don't use underscores in Go names; func runtime_debug_freeOSMemory should be runtimeDebugFreeOSMemory src/runtime/mheap.go:1178:1: receiver name span should be consistent with previous receiver name s for mspan src/runtime/mheap.go:1200:1: receiver name span should be consistent with previous receiver name s for mspan src/runtime/mprof.go:122:2: don't use underscores in Go names; struct field alloc_bytes should be allocBytes src/runtime/mprof.go:122:15: don't use underscores in Go names; struct field free_bytes should be freeBytes src/runtime/mprof.go:279:6: don't use underscores in Go names; func mProf_NextCycle should be mProfNextCycle src/runtime/mprof.go:296:6: don't use underscores in Go names; func mProf_Flush should be mProfFlush src/runtime/mprof.go:305:6: don't use underscores in Go names; func mProf_FlushLocked should be mProfFlushLocked src/runtime/mprof.go:322:6: don't use underscores in Go names; func mProf_PostSweep should be mProfPostSweep src/runtime/mprof.go:340:6: don't use underscores in Go names; func mProf_Malloc should be mProfMalloc src/runtime/mprof.go:362:6: don't use underscores in Go names; func mProf_Free should be mProfFree src/runtime/mprof.go:493:20: should omit type int from declaration of var MemProfileRate; it will be inferred from the right-hand side src/runtime/mprof.go:610:6: don't use underscores in Go names; func iterate_memprof should be iterateMemprof src/runtime/msize.go:17:10: if block ends with a return statement, so drop this else and outdent its block src/runtime/mstats.go:27:2: don't use underscores in Go names; struct field total_alloc should be totalAlloc src/runtime/mstats.go:38:2: don't use underscores in Go names; struct field heap_alloc should be heapAlloc src/runtime/mstats.go:39:2: don't use underscores in Go names; struct field heap_sys should be heapSys src/runtime/mstats.go:40:2: don't use underscores in Go names; struct field heap_idle should be heapIdle src/runtime/mstats.go:41:2: don't use underscores in Go names; struct field heap_inuse should be heapInuse src/runtime/mstats.go:42:2: don't use underscores in Go names; struct field heap_released should be heapReleased src/runtime/mstats.go:43:2: don't use underscores in Go names; struct field heap_objects should be heapObjects src/runtime/mstats.go:61:2: don't use underscores in Go names; struct field stacks_inuse should be stacksInuse src/runtime/mstats.go:62:2: don't use underscores in Go names; struct field stacks_sys should be stacksSys src/runtime/mstats.go:63:2: don't use underscores in Go names; struct field mspan_inuse should be mspanInuse src/runtime/mstats.go:64:2: don't use underscores in Go names; struct field mspan_sys should be mspanSys src/runtime/mstats.go:65:2: don't use underscores in Go names; struct field mcache_inuse should be mcacheInuse src/runtime/mstats.go:66:2: don't use underscores in Go names; struct field mcache_sys should be mcacheSys src/runtime/mstats.go:67:2: don't use underscores in Go names; struct field buckhash_sys should be buckhashSys src/runtime/mstats.go:68:2: don't use underscores in Go names; struct field gc_sys should be gcSys src/runtime/mstats.go:69:2: don't use underscores in Go names; struct field other_sys should be otherSys src/runtime/mstats.go:73:2: don't use underscores in Go names; struct field next_gc should be nextGc src/runtime/mstats.go:74:2: don't use underscores in Go names; struct field last_gc_unix should be lastGcUnix src/runtime/mstats.go:75:2: don't use underscores in Go names; struct field pause_total_ns should be pauseTotalNs src/runtime/mstats.go:76:2: don't use underscores in Go names; struct field pause_ns should be pauseNs src/runtime/mstats.go:77:2: don't use underscores in Go names; struct field pause_end should be pauseEnd src/runtime/mstats.go:80:2: don't use underscores in Go names; struct field gc_cpu_fraction should be gcCPUFraction src/runtime/mstats.go:86:2: don't use underscores in Go names; struct field by_size should be bySize src/runtime/mstats.go:94:2: don't use underscores in Go names; struct field last_gc_nanotime should be lastGcNanotime src/runtime/mstats.go:114:2: don't use underscores in Go names; struct field gc_trigger should be gcTrigger src/runtime/mstats.go:140:2: don't use underscores in Go names; struct field heap_live should be heapLive src/runtime/mstats.go:147:2: don't use underscores in Go names; struct field heap_scan should be heapScan src/runtime/mstats.go:153:2: don't use underscores in Go names; struct field heap_marked should be heapMarked src/runtime/mstats.go:436:5: don't use underscores in Go names; var sizeof_C_MStats should be sizeofCMStats src/runtime/mstats.go:467:6: don't use underscores in Go names; func readmemstats_m should be readmemstatsM src/runtime/mstats.go:487:6: don't use underscores in Go names; func readGCStats_m should be readGCStatsM src/runtime/mwbbuf.go:202:18: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/netpoll.go:86:6: don't use underscores in Go names; func poll_runtime_pollServerInit should be pollRuntimePollServerInit src/runtime/netpoll.go:99:6: don't use underscores in Go names; func poll_runtime_pollServerDescriptor should be pollRuntimePollServerDescriptor src/runtime/netpoll.go:104:6: don't use underscores in Go names; func poll_runtime_pollOpen should be pollRuntimePollOpen src/runtime/netpoll.go:128:6: don't use underscores in Go names; func poll_runtime_pollClose should be pollRuntimePollClose src/runtime/netpoll.go:150:6: don't use underscores in Go names; func poll_runtime_pollReset should be pollRuntimePollReset src/runtime/netpoll.go:164:6: don't use underscores in Go names; func poll_runtime_pollWait should be pollRuntimePollWait src/runtime/netpoll.go:186:6: don't use underscores in Go names; func poll_runtime_pollWaitCanceled should be pollRuntimePollWaitCanceled src/runtime/netpoll.go:194:6: don't use underscores in Go names; func poll_runtime_pollSetDeadline should be pollRuntimePollSetDeadline src/runtime/netpoll.go:264:6: don't use underscores in Go names; func poll_runtime_pollUnblock should be pollRuntimePollUnblock src/runtime/os_darwin.go:16:6: don't use underscores in Go names; func bsdthread_create should be bsdthreadCreate src/runtime/os_darwin.go:17:6: don't use underscores in Go names; func bsdthread_register should be bsdthreadRegister src/runtime/os_darwin.go:20:6: don't use underscores in Go names; func mach_msg_trap should be machMsgTrap src/runtime/os_darwin.go:20:48: don't use underscores in Go names; func parameter send_size should be sendSize src/runtime/os_darwin.go:20:59: don't use underscores in Go names; func parameter rcv_size should be rcvSize src/runtime/os_darwin.go:20:69: don't use underscores in Go names; func parameter rcv_name should be rcvName src/runtime/os_darwin.go:22:6: don't use underscores in Go names; func mach_reply_port should be machReplyPort src/runtime/os_darwin.go:23:6: don't use underscores in Go names; func mach_task_self should be machTaskSelf src/runtime/os_darwin.go:24:6: don't use underscores in Go names; func mach_thread_self should be machThreadSelf src/runtime/os_darwin.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:108:5: don't use underscores in Go names; var urandom_dev should be urandomDev src/runtime/os_darwin.go:231:6: don't use underscores in Go names; func mach_msgh_bits should be machMsghBits src/runtime/os_darwin.go:235:6: don't use underscores in Go names; func mach_msg should be machMsg src/runtime/os_darwin.go:235:40: don't use underscores in Go names; func parameter send_size should be sendSize src/runtime/os_darwin.go:235:51: don't use underscores in Go names; func parameter rcv_size should be rcvSize src/runtime/os_darwin.go:235:61: don't use underscores in Go names; func parameter rcv_name should be rcvName src/runtime/os_darwin.go:253:2: don't use underscores in Go names; var _g_ should be _g src/runtime/os_darwin.go:330:2: don't use underscores in Go names; const tmach_semcreate should be tmachSemcreate src/runtime/os_darwin.go:331:2: don't use underscores in Go names; const rmach_semcreate should be rmachSemcreate src/runtime/os_darwin.go:333:2: don't use underscores in Go names; const tmach_semdestroy should be tmachSemdestroy src/runtime/os_darwin.go:334:2: don't use underscores in Go names; const rmach_semdestroy should be rmachSemdestroy src/runtime/os_darwin.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:340:6: don't use underscores in Go names; type tmach_semcreatemsg should be tmachSemcreatemsg src/runtime/os_darwin.go:347:6: don't use underscores in Go names; type rmach_semcreatemsg should be rmachSemcreatemsg src/runtime/os_darwin.go:353:6: don't use underscores in Go names; type tmach_semdestroymsg should be tmachSemdestroymsg src/runtime/os_darwin.go:359:6: don't use underscores in Go names; func mach_semcreate should be machSemcreate src/runtime/os_darwin.go:389:6: don't use underscores in Go names; func mach_semdestroy should be machSemdestroy src/runtime/os_darwin.go:416:6: don't use underscores in Go names; func mach_semaphore_wait should be machSemaphoreWait src/runtime/os_darwin.go:417:6: don't use underscores in Go names; func mach_semaphore_timedwait should be machSemaphoreTimedwait src/runtime/os_darwin.go:418:6: don't use underscores in Go names; func mach_semaphore_signal should be machSemaphoreSignal src/runtime/os_darwin.go:419:6: don't use underscores in Go names; func mach_semaphore_signal_all should be machSemaphoreSignalAll src/runtime/os_darwin.go:422:2: don't use underscores in Go names; var _g_ should be _g src/runtime/os_darwin.go:463:6: don't use underscores in Go names; func mach_semrelease should be machSemrelease src/runtime/os_darwin.go:487:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:488:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:489:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:490:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:491:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:492:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/os_darwin.go:518:5: don't use underscores in Go names; var sigset_all should be sigsetAll src/runtime/panic.go:604:6: don't use underscores in Go names; func sync_throw should be syncThrow src/runtime/panic.go:663:6: don't use underscores in Go names; func startpanic_m should be startpanicM src/runtime/panic.go:664:2: don't use underscores in Go names; var _g_ should be _g src/runtime/panic.go:709:6: don't use underscores in Go names; func dopanic_m should be dopanicM src/runtime/panic.go:721:2: don't use underscores in Go names; var _g_ should be _g src/runtime/panic.go:765:2: don't use underscores in Go names; var _g_ should be _g src/runtime/panic.go:766:2: don't use underscores in Go names; var _m_ should be _m src/runtime/plugin.go:10:6: don't use underscores in Go names; func plugin_lastmoduleinit should be pluginLastmoduleinit src/runtime/proc.go:85:6: don't use underscores in Go names; func runtime_init should be runtimeInit src/runtime/proc.go:88:6: don't use underscores in Go names; func main_init should be mainInit src/runtime/proc.go:94:5: don't use underscores in Go names; var main_init_done should be mainInitDone src/runtime/proc.go:97:6: don't use underscores in Go names; func main_main should be mainMain src/runtime/proc.go:229:6: don't use underscores in Go names; func os_beforeExit should be osBeforeExit src/runtime/proc.go:475:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:528:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:542:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:592:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:644:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:726:6: don't use underscores in Go names; func casfrom_Gscanstatus should be casfromGscanstatus src/runtime/proc.go:1007:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1083:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1088:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1171:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1201:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1356:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:1482:13: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:1483:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1607:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1824:22: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:1931:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:1973:13: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:2018:15: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:2084:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2091:3: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:2112:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2123:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:2132:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2145:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:2166:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2199:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2206:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:2347:9: don't use underscores in Go names; range var _p_ should be _p src/runtime/proc.go:2436:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2481:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2564:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2570:6: don't use underscores in Go names; func parkunlock_c should be parkunlockC src/runtime/proc.go:2576:6: don't use underscores in Go names; func park_m should be parkM src/runtime/proc.go:2577:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2618:6: don't use underscores in Go names; func gosched_m should be goschedM src/runtime/proc.go:2626:6: don't use underscores in Go names; func goschedguarded_m should be goschedguardedM src/runtime/proc.go:2638:6: don't use underscores in Go names; func gopreempt_m should be gopreemptM src/runtime/proc.go:2658:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2720:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2773:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2836:6: don't use underscores in Go names; func entersyscall_sysmon should be entersyscallSysmon src/runtime/proc.go:2845:6: don't use underscores in Go names; func entersyscall_gcwait should be entersyscallGcwait src/runtime/proc.go:2846:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2847:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:2866:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:2906:6: don't use underscores in Go names; func entersyscallblock_handoff should be entersyscallblockHandoff src/runtime/proc.go:2924:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3007:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3058:6: don't use underscores in Go names; func exitsyscallfast_reacquired should be exitsyscallfastReacquired src/runtime/proc.go:3059:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3078:6: don't use underscores in Go names; func exitsyscallfast_pidle should be exitsyscallfastPidle src/runtime/proc.go:3080:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:3098:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3103:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:3144:6: don't use underscores in Go names; func syscall_runtime_BeforeFork should be syscallRuntimeBeforeFork src/runtime/proc.go:3162:6: don't use underscores in Go names; func syscall_runtime_AfterFork should be syscallRuntimeAfterFork src/runtime/proc.go:3181:6: don't use underscores in Go names; func syscall_runtime_AfterForkInChild should be syscallRuntimeAfterForkInChild src/runtime/proc.go:3199:6: don't use underscores in Go names; func syscall_runtime_BeforeExec should be syscallRuntimeBeforeExec src/runtime/proc.go:3206:6: don't use underscores in Go names; func syscall_runtime_AfterExec should be syscallRuntimeAfterExec src/runtime/proc.go:3243:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3261:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:3349:12: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:3388:12: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:3434:14: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:3462:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3486:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3506:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3529:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3539:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3553:9: don't use underscores in Go names; range var _p_ should be _p src/runtime/proc.go:3814:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:3981:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:4016:13: should omit type *int32 from declaration of var int32p; it will be inferred from the right-hand side src/runtime/proc.go:4027:15: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4032:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:4045:16: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4046:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:4066:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:4071:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:4152:3: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:4318:3: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:4383:9: don't use underscores in Go names; range var _p_ should be _p src/runtime/proc.go:4404:17: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4440:9: don't use underscores in Go names; range var _p_ should be _p src/runtime/proc.go:4470:3: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:4574:18: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4610:15: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4624:2: don't use underscores in Go names; var _p_ should be _p src/runtime/proc.go:4634:16: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4665:14: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4700:18: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4740:14: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4769:15: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4824:16: don't use underscores in Go names; func parameter _p_ should be _p src/runtime/proc.go:4882:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:4891:2: don't use underscores in Go names; var _g_ should be _g src/runtime/proc.go:4897:6: don't use underscores in Go names; func sync_runtime_procPin should be syncRuntimeProcPin src/runtime/proc.go:4903:6: don't use underscores in Go names; func sync_runtime_procUnpin should be syncRuntimeProcUnpin src/runtime/proc.go:4909:6: don't use underscores in Go names; func sync_atomic_runtime_procPin should be syncAtomicRuntimeProcPin src/runtime/proc.go:4915:6: don't use underscores in Go names; func sync_atomic_runtime_procUnpin should be syncAtomicRuntimeProcUnpin src/runtime/proc.go:4922:6: don't use underscores in Go names; func sync_runtime_canSpin should be syncRuntimeCanSpin src/runtime/proc.go:4939:6: don't use underscores in Go names; func sync_runtime_doSpin should be syncRuntimeDoSpin src/runtime/proflabel.go:12:6: don't use underscores in Go names; func runtime_setProfLabel should be runtimeSetProfLabel src/runtime/proflabel.go:38:6: don't use underscores in Go names; func runtime_getProfLabel should be runtimeGetProfLabel src/runtime/rdebug.go:18:2: don't use underscores in Go names; var _g_ should be _g src/runtime/runtime.go:53:6: don't use underscores in Go names; func syscall_runtime_envs should be syscallRuntimeEnvs src/runtime/runtime.go:56:6: don't use underscores in Go names; func syscall_Getpagesize should be syscallGetpagesize src/runtime/runtime.go:59:6: don't use underscores in Go names; func os_runtime_args should be osRuntimeArgs src/runtime/runtime.go:63:6: don't use underscores in Go names; func syscall_Exit should be syscallExit src/runtime/runtime1.go:24:5: don't use underscores in Go names; var traceback_cache should be tracebackCache src/runtime/runtime1.go:25:5: don't use underscores in Go names; var traceback_env should be tracebackEnv src/runtime/runtime1.go:37:2: don't use underscores in Go names; var _g_ should be _g src/runtime/runtime1.go:56:6: don't use underscores in Go names; func argv_index should be argvIndex src/runtime/runtime1.go:76:6: don't use underscores in Go names; func goenvs_unix should be goenvsUnix src/runtime/runtime1.go:97:5: don't use underscores in Go names; var test_z64 should be testZ64 src/runtime/runtime1.go:97:15: don't use underscores in Go names; var test_x64 should be testX64 src/runtime/runtime1.go:451:2: don't use underscores in Go names; var _g_ should be _g src/runtime/runtime1.go:458:2: don't use underscores in Go names; var _g_ should be _g src/runtime/runtime1.go:472:6: don't use underscores in Go names; func reflect_typelinks should be reflectTypelinks src/runtime/runtime1.go:485:6: don't use underscores in Go names; func reflect_resolveNameOff should be reflectResolveNameOff src/runtime/runtime1.go:491:6: don't use underscores in Go names; func reflect_resolveTypeOff should be reflectResolveTypeOff src/runtime/runtime1.go:497:6: don't use underscores in Go names; func reflect_resolveTextOff should be reflectResolveTextOff src/runtime/runtime1.go:504:6: don't use underscores in Go names; func reflect_addReflectOff should be reflectAddReflectOff src/runtime/runtime2.go:55:2: don't use underscores in Go names; const _Gmoribund_unused should be _GmoribundUnused src/runtime/runtime2.go:66:2: don't use underscores in Go names; const _Genqueue_unused should be _GenqueueUnused src/runtime/runtime2.go:760:2: don't use underscores in Go names; var support_aes should be supportAes src/runtime/runtime2.go:761:2: don't use underscores in Go names; var support_avx should be supportAvx src/runtime/runtime2.go:762:2: don't use underscores in Go names; var support_avx2 should be supportAvx2 src/runtime/runtime2.go:763:2: don't use underscores in Go names; var support_bmi1 should be supportBmi1 src/runtime/runtime2.go:764:2: don't use underscores in Go names; var support_bmi2 should be supportBmi2 src/runtime/runtime2.go:765:2: don't use underscores in Go names; var support_erms should be supportErms src/runtime/runtime2.go:766:2: don't use underscores in Go names; var support_osxsave should be supportOsxsave src/runtime/runtime2.go:767:2: don't use underscores in Go names; var support_popcnt should be supportPopcnt src/runtime/runtime2.go:768:2: don't use underscores in Go names; var support_sse2 should be supportSse2 src/runtime/runtime2.go:769:2: don't use underscores in Go names; var support_sse41 should be supportSse41 src/runtime/runtime2.go:770:2: don't use underscores in Go names; var support_sse42 should be supportSse42 src/runtime/runtime2.go:771:2: don't use underscores in Go names; var support_ssse3 should be supportSsse3 src/runtime/runtime2.go:774:2: don't use underscores in Go names; var framepointer_enabled should be framepointerEnabled src/runtime/rwmutex.go:45:5: should replace rw.readerPass -= 1 with rw.readerPass-- src/runtime/rwmutex.go:117:3: should replace r -= 1 with r-- src/runtime/select.go:606:6: don't use underscores in Go names; func reflect_rselect should be reflectRselect src/runtime/sema.go:55:6: don't use underscores in Go names; func sync_runtime_Semacquire should be syncRuntimeSemacquire src/runtime/sema.go:60:6: don't use underscores in Go names; func poll_runtime_Semacquire should be pollRuntimeSemacquire src/runtime/sema.go:65:6: don't use underscores in Go names; func sync_runtime_Semrelease should be syncRuntimeSemrelease src/runtime/sema.go:70:6: don't use underscores in Go names; func sync_runtime_SemacquireMutex should be syncRuntimeSemacquireMutex src/runtime/sema.go:75:6: don't use underscores in Go names; func poll_runtime_Semrelease should be pollRuntimeSemrelease src/runtime/sema.go:612:6: don't use underscores in Go names; func sync_nanotime should be syncNanotime src/runtime/signal_darwin_amd64.go:46:19: don't use underscores in Go names; method set_rip should be setRip src/runtime/signal_darwin_amd64.go:47:19: don't use underscores in Go names; method set_rsp should be setRsp src/runtime/signal_darwin_amd64.go:48:19: don't use underscores in Go names; method set_sigcode should be setSigcode src/runtime/signal_darwin_amd64.go:49:19: don't use underscores in Go names; method set_sigaddr should be setSigaddr src/runtime/signal_sighandler.go:29:2: don't use underscores in Go names; var _g_ should be _g src/runtime/signal_unix.go:25:6: don't use underscores in Go names; func os_sigpipe should be osSigpipe src/runtime/signal_unix.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/signal_unix.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/runtime/signal_unix.go:264:2: don't use underscores in Go names; var _g_ should be _g src/runtime/signal_unix.go:730:2: don't use underscores in Go names; var _g_ should be _g src/runtime/sigqueue.go:121:6: don't use underscores in Go names; func signal_recv should be signalRecv src/runtime/sigqueue.go:185:6: don't use underscores in Go names; func signal_enable should be signalEnable src/runtime/sigqueue.go:212:6: don't use underscores in Go names; func signal_disable should be signalDisable src/runtime/sigqueue.go:225:6: don't use underscores in Go names; func signal_ignore should be signalIgnore src/runtime/sigqueue.go:241:6: don't use underscores in Go names; func signal_ignored should be signalIgnored src/runtime/stack.go:290:6: don't use underscores in Go names; func stackcache_clear should be stackcacheClear src/runtime/stubs.go:76:6: don't use underscores in Go names; func reflect_memclrNoHeapPointers should be reflectMemclrNoHeapPointers src/runtime/stubs.go:86:6: don't use underscores in Go names; func reflect_memmove should be reflectMemmove src/runtime/stubs.go:116:6: don't use underscores in Go names; func sync_fastrand should be syncFastrand src/runtime/stubs.go:176:6: don't use underscores in Go names; func cgocallback_gofunc should be cgocallbackGofunc src/runtime/stubs.go:254:6: don't use underscores in Go names; func morestack_noctxt should be morestackNoctxt src/runtime/stubs.go:255:6: don't use underscores in Go names; func rt0_go should be rt0Go src/runtime/stubs.go:293:6: don't use underscores in Go names; func systemstack_switch should be systemstackSwitch src/runtime/stubs.go:303:6: don't use underscores in Go names; func memequal_varlen should be memequalVarlen src/runtime/symtab.go:344:2: don't use underscores in Go names; const _PCDATA_StackMapIndex should be _PCDATAStackMapIndex src/runtime/symtab.go:345:2: don't use underscores in Go names; const _PCDATA_InlTreeIndex should be _PCDATAInlTreeIndex src/runtime/symtab.go:346:2: don't use underscores in Go names; const _FUNCDATA_ArgsPointerMaps should be _FUNCDATAArgsPointerMaps src/runtime/symtab.go:347:2: don't use underscores in Go names; const _FUNCDATA_LocalsPointerMaps should be _FUNCDATALocalsPointerMaps src/runtime/symtab.go:348:2: don't use underscores in Go names; const _FUNCDATA_InlTree should be _FUNCDATAInlTree src/runtime/symtab.go:903:2: don't use underscores in Go names; struct field func_ should be func src/runtime/time.go:390:6: don't use underscores in Go names; func poll_runtimeNano should be pollRuntimeNano src/runtime/time.go:395:6: don't use underscores in Go names; func time_runtimeNano should be timeRuntimeNano src/runtime/time.go:405:15: should omit type int64 from declaration of var startNano; it will be inferred from the right-hand side src/runtime/timeasm.go:13:8: a blank import should be only in a main or test package, or have a comment justifying it src/runtime/timeasm.go:16:6: don't use underscores in Go names; func time_now should be timeNow src/runtime/trace.go:207:2: don't use underscores in Go names; var _g_ should be _g src/runtime/trace.go:583:2: don't use underscores in Go names; var _g_ should be _g src/runtime/trace.go:1005:2: don't use underscores in Go names; var _p_ should be _p src/runtime/trace.go:1017:2: don't use underscores in Go names; var _p_ should be _p src/runtime/trace.go:1027:2: don't use underscores in Go names; var _p_ should be _p src/runtime/trace.go:1054:2: don't use underscores in Go names; var _g_ should be _g src/runtime/trace.go:1055:2: don't use underscores in Go names; var _p_ should be _p src/runtime/trace.go:1072:2: don't use underscores in Go names; var _g_ should be _g src/runtime/trace.go:1078:2: don't use underscores in Go names; var _g_ should be _g src/runtime/trace.go:1091:2: don't use underscores in Go names; var _p_ should be _p src/runtime/trace.go:1118:2: don't use underscores in Go names; var _g_ should be _g src/runtime/trace.go:1152:6: don't use underscores in Go names; func trace_userTaskCreate should be traceUserTaskCreate src/runtime/trace.go:1170:6: don't use underscores in Go names; func trace_userTaskEnd should be traceUserTaskEnd src/runtime/trace.go:1175:6: don't use underscores in Go names; func trace_userSpan should be traceUserSpan src/runtime/trace.go:1192:6: don't use underscores in Go names; func trace_userLog should be traceUserLog src/runtime/traceback.go:45:2: don't use underscores in Go names; var rt0_goPC should be rt0GoPC src/runtime/traceback.go:53:2: don't use underscores in Go names; var systemstack_switchPC should be systemstackSwitchPC src/runtime/traceback.go:55:2: don't use underscores in Go names; var cgocallback_gofuncPC should be cgocallbackGofuncPC src/runtime/cgo/callbacks.go:14:6: don't use underscores in Go names; func _runtime_cgocallback should be _runtimeCgocallback src/runtime/cgo/callbacks.go:38:5: don't use underscores in Go names; var _runtime_cgo_panic_internal should be _runtimeCgoPanicInternal src/runtime/cgo/callbacks.go:45:6: don't use underscores in Go names; func _cgo_panic should be _cgoPanic src/runtime/cgo/callbacks.go:52:5: don't use underscores in Go names; var x_cgo_init should be xCgoInit src/runtime/cgo/callbacks.go:53:5: don't use underscores in Go names; var _cgo_init should be _cgoInit src/runtime/cgo/callbacks.go:58:5: don't use underscores in Go names; var x_cgo_thread_start should be xCgoThreadStart src/runtime/cgo/callbacks.go:59:5: don't use underscores in Go names; var _cgo_thread_start should be _cgoThreadStart src/runtime/cgo/callbacks.go:70:5: don't use underscores in Go names; var x_cgo_sys_thread_create should be xCgoSysThreadCreate src/runtime/cgo/callbacks.go:71:5: don't use underscores in Go names; var _cgo_sys_thread_create should be _cgoSysThreadCreate src/runtime/cgo/callbacks.go:84:5: don't use underscores in Go names; var x_cgo_notify_runtime_init_done should be xCgoNotifyRuntimeInitDone src/runtime/cgo/callbacks.go:85:5: don't use underscores in Go names; var _cgo_notify_runtime_init_done should be _cgoNotifyRuntimeInitDone src/runtime/cgo/callbacks.go:92:5: don't use underscores in Go names; var x_cgo_set_context_function should be xCgoSetContextFunction src/runtime/cgo/callbacks.go:93:5: don't use underscores in Go names; var _cgo_set_context_function should be _cgoSetContextFunction src/runtime/cgo/callbacks.go:103:5: don't use underscores in Go names; var _cgo_yield should be _cgoYield src/runtime/cgo/iscgo.go:17:12: should omit type bool from declaration of var _iscgo; it will be inferred from the right-hand side src/runtime/cgo/setenv.go:14:5: don't use underscores in Go names; var x_cgo_setenv should be xCgoSetenv src/runtime/cgo/setenv.go:15:5: don't use underscores in Go names; var _cgo_setenv should be _cgoSetenv src/runtime/cgo/setenv.go:20:5: don't use underscores in Go names; var x_cgo_unsetenv should be xCgoUnsetenv src/runtime/cgo/setenv.go:21:5: don't use underscores in Go names; var _cgo_unsetenv should be _cgoUnsetenv src/runtime/internal/atomic/atomic_amd64x.go:11:1: comment on exported function Load should be of the form "Load ..." src/runtime/internal/atomic/atomic_amd64x.go:17:1: comment on exported function Loadp should be of the form "Loadp ..." src/runtime/internal/atomic/atomic_amd64x.go:23:1: comment on exported function Load64 should be of the form "Load64 ..." src/runtime/internal/atomic/atomic_amd64x.go:29:1: comment on exported function Xadd should be of the form "Xadd ..." src/runtime/internal/atomic/atomic_amd64x.go:32:1: comment on exported function Xadd64 should be of the form "Xadd64 ..." src/runtime/internal/atomic/atomic_amd64x.go:35:1: comment on exported function Xadduintptr should be of the form "Xadduintptr ..." src/runtime/internal/atomic/atomic_amd64x.go:38:1: comment on exported function Xchg should be of the form "Xchg ..." src/runtime/internal/atomic/atomic_amd64x.go:41:1: comment on exported function Xchg64 should be of the form "Xchg64 ..." src/runtime/internal/atomic/atomic_amd64x.go:44:1: comment on exported function Xchguintptr should be of the form "Xchguintptr ..." src/runtime/internal/atomic/atomic_amd64x.go:47:1: comment on exported function And8 should be of the form "And8 ..." src/runtime/internal/atomic/atomic_amd64x.go:50:1: comment on exported function Or8 should be of the form "Or8 ..." src/runtime/internal/atomic/atomic_amd64x.go:55:1: comment on exported function Cas64 should be of the form "Cas64 ..." src/runtime/internal/atomic/atomic_amd64x.go:58:1: comment on exported function Store should be of the form "Store ..." src/runtime/internal/atomic/atomic_amd64x.go:61:1: comment on exported function Store64 should be of the form "Store64 ..." src/runtime/internal/atomic/stubs.go:9:1: comment on exported function Cas should be of the form "Cas ..." src/runtime/internal/atomic/stubs.go:12:1: comment on exported function Casp1 should be of the form "Casp1 ..." src/runtime/internal/atomic/stubs.go:15:1: comment on exported function Casuintptr should be of the form "Casuintptr ..." src/runtime/internal/atomic/stubs.go:18:1: comment on exported function Storeuintptr should be of the form "Storeuintptr ..." src/runtime/internal/atomic/stubs.go:21:1: comment on exported function Loaduintptr should be of the form "Loaduintptr ..." src/runtime/internal/atomic/stubs.go:24:1: comment on exported function Loaduint should be of the form "Loaduint ..." src/runtime/internal/atomic/stubs.go:29:1: comment on exported function Loadint64 should be of the form "Loadint64 ..." src/runtime/internal/atomic/stubs.go:32:1: comment on exported function Xaddint64 should be of the form "Xaddint64 ..." src/runtime/internal/sys/arch.go:7:6: exported type ArchFamilyType should have comment or be unexported src/runtime/internal/sys/arch.go:10:2: exported const AMD64 should have comment (or a comment on this block) or be unexported src/runtime/internal/sys/arch_amd64.go:8:2: exported const ArchFamily should have comment (or a comment on this block) or be unexported src/runtime/internal/sys/arch_amd64.go:18:6: exported type Uintreg should have comment or be unexported src/runtime/internal/sys/stubs.go:9:7: exported const PtrSize should have comment or be unexported src/runtime/internal/sys/stubs.go:10:7: exported const RegSize should have comment or be unexported src/runtime/internal/sys/stubs.go:11:7: exported const SpAlign should have comment or be unexported src/runtime/internal/sys/stubs.go:13:5: exported var DefaultGoroot should have comment or be unexported src/runtime/internal/sys/sys.go:5:1: package comment should be of the form "Package sys ..." src/runtime/pprof/pprof.go:896:6: don't use underscores in Go names; func runtime_cyclesPerSecond should be runtimeCyclesPerSecond src/runtime/pprof/proto.go:57:2: don't use underscores in Go names; const tagProfile_SampleType should be tagProfileSampleType src/runtime/pprof/proto.go:58:2: don't use underscores in Go names; const tagProfile_Sample should be tagProfileSample src/runtime/pprof/proto.go:59:2: don't use underscores in Go names; const tagProfile_Mapping should be tagProfileMapping src/runtime/pprof/proto.go:60:2: don't use underscores in Go names; const tagProfile_Location should be tagProfileLocation src/runtime/pprof/proto.go:61:2: don't use underscores in Go names; const tagProfile_Function should be tagProfileFunction src/runtime/pprof/proto.go:62:2: don't use underscores in Go names; const tagProfile_StringTable should be tagProfileStringTable src/runtime/pprof/proto.go:63:2: don't use underscores in Go names; const tagProfile_DropFrames should be tagProfileDropFrames src/runtime/pprof/proto.go:64:2: don't use underscores in Go names; const tagProfile_KeepFrames should be tagProfileKeepFrames src/runtime/pprof/proto.go:65:2: don't use underscores in Go names; const tagProfile_TimeNanos should be tagProfileTimeNanos src/runtime/pprof/proto.go:66:2: don't use underscores in Go names; const tagProfile_DurationNanos should be tagProfileDurationNanos src/runtime/pprof/proto.go:67:2: don't use underscores in Go names; const tagProfile_PeriodType should be tagProfilePeriodType src/runtime/pprof/proto.go:68:2: don't use underscores in Go names; const tagProfile_Period should be tagProfilePeriod src/runtime/pprof/proto.go:71:2: don't use underscores in Go names; const tagValueType_Type should be tagValueTypeType src/runtime/pprof/proto.go:72:2: don't use underscores in Go names; const tagValueType_Unit should be tagValueTypeUnit src/runtime/pprof/proto.go:75:2: don't use underscores in Go names; const tagSample_Location should be tagSampleLocation src/runtime/pprof/proto.go:76:2: don't use underscores in Go names; const tagSample_Value should be tagSampleValue src/runtime/pprof/proto.go:77:2: don't use underscores in Go names; const tagSample_Label should be tagSampleLabel src/runtime/pprof/proto.go:80:2: don't use underscores in Go names; const tagLabel_Key should be tagLabelKey src/runtime/pprof/proto.go:81:2: don't use underscores in Go names; const tagLabel_Str should be tagLabelStr src/runtime/pprof/proto.go:82:2: don't use underscores in Go names; const tagLabel_Num should be tagLabelNum src/runtime/pprof/proto.go:85:2: don't use underscores in Go names; const tagMapping_ID should be tagMappingID src/runtime/pprof/proto.go:86:2: don't use underscores in Go names; const tagMapping_Start should be tagMappingStart src/runtime/pprof/proto.go:87:2: don't use underscores in Go names; const tagMapping_Limit should be tagMappingLimit src/runtime/pprof/proto.go:88:2: don't use underscores in Go names; const tagMapping_Offset should be tagMappingOffset src/runtime/pprof/proto.go:89:2: don't use underscores in Go names; const tagMapping_Filename should be tagMappingFilename src/runtime/pprof/proto.go:90:2: don't use underscores in Go names; const tagMapping_BuildID should be tagMappingBuildID src/runtime/pprof/proto.go:91:2: don't use underscores in Go names; const tagMapping_HasFunctions should be tagMappingHasFunctions src/runtime/pprof/proto.go:92:2: don't use underscores in Go names; const tagMapping_HasFilenames should be tagMappingHasFilenames src/runtime/pprof/proto.go:93:2: don't use underscores in Go names; const tagMapping_HasLineNumbers should be tagMappingHasLineNumbers src/runtime/pprof/proto.go:94:2: don't use underscores in Go names; const tagMapping_HasInlineFrames should be tagMappingHasInlineFrames src/runtime/pprof/proto.go:97:2: don't use underscores in Go names; const tagLocation_ID should be tagLocationID src/runtime/pprof/proto.go:98:2: don't use underscores in Go names; const tagLocation_MappingID should be tagLocationMappingID src/runtime/pprof/proto.go:99:2: don't use underscores in Go names; const tagLocation_Address should be tagLocationAddress src/runtime/pprof/proto.go:100:2: don't use underscores in Go names; const tagLocation_Line should be tagLocationLine src/runtime/pprof/proto.go:103:2: don't use underscores in Go names; const tagLine_FunctionID should be tagLineFunctionID src/runtime/pprof/proto.go:104:2: don't use underscores in Go names; const tagLine_Line should be tagLineLine src/runtime/pprof/proto.go:107:2: don't use underscores in Go names; const tagFunction_ID should be tagFunctionID src/runtime/pprof/proto.go:108:2: don't use underscores in Go names; const tagFunction_Name should be tagFunctionName src/runtime/pprof/proto.go:109:2: don't use underscores in Go names; const tagFunction_SystemName should be tagFunctionSystemName src/runtime/pprof/proto.go:110:2: don't use underscores in Go names; const tagFunction_Filename should be tagFunctionFilename src/runtime/pprof/proto.go:111:2: don't use underscores in Go names; const tagFunction_StartLine should be tagFunctionStartLine src/runtime/pprof/runtime.go:13:6: don't use underscores in Go names; func runtime_setProfLabel should be runtimeSetProfLabel src/runtime/pprof/runtime.go:16:6: don't use underscores in Go names; func runtime_getProfLabel should be runtimeGetProfLabel src/runtime/trace/annotation.go:7:2: a blank import should be only in a main or test package, or have a comment justifying it src/runtime/trace/annotation.go:75:25: should drop = 0 from declaration of var lastTaskID; it is the zero value src/sort/sort.go:11:1: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) src/sort/zfuncversion.go:10:6: don't use underscores in Go names; func insertionSort_func should be insertionSortFunc src/sort/zfuncversion.go:19:6: don't use underscores in Go names; func siftDown_func should be siftDownFunc src/sort/zfuncversion.go:38:6: don't use underscores in Go names; func heapSort_func should be heapSortFunc src/sort/zfuncversion.go:52:6: don't use underscores in Go names; func medianOfThree_func should be medianOfThreeFunc src/sort/zfuncversion.go:65:6: don't use underscores in Go names; func swapRange_func should be swapRangeFunc src/sort/zfuncversion.go:72:6: don't use underscores in Go names; func doPivot_func should be doPivotFunc src/sort/zfuncversion.go:136:6: don't use underscores in Go names; func quickSort_func should be quickSortFunc src/sort/zfuncversion.go:163:6: don't use underscores in Go names; func stable_func should be stableFunc src/sort/zfuncversion.go:187:6: don't use underscores in Go names; func symMerge_func should be symMergeFunc src/sort/zfuncversion.go:252:6: don't use underscores in Go names; func rotate_func should be rotateFunc src/strconv/atof.go:258:1: receiver name d should be consistent with previous receiver name b for decimal src/strconv/extfloat.go:144:3: should replace mant += 1 with mant++ src/strconv/extfloat.go:226:3: should replace exp -= 1 with exp-- src/strconv/extfloat.go:296:3: should replace errors += 1 with errors++ src/strconv/extfloat.go:320:2: don't use underscores in Go names; var mant_extra should be mantExtra src/strconv/internal_test.go:9:27: exported func NewDecimal returns unexported type *strconv.decimal, which can be annoying to use src/strconv/itoa.go:96:54: don't use underscores in Go names; func parameter append_ should be append src/strings/reader.go:47:1: exported method Reader.ReadAt should have comment or be unexported src/strings/reader.go:62:1: exported method Reader.ReadByte should have comment or be unexported src/strings/reader.go:72:1: exported method Reader.UnreadByte should have comment or be unexported src/strings/reader.go:81:1: exported method Reader.ReadRune should have comment or be unexported src/strings/reader.go:96:1: exported method Reader.UnreadRune should have comment or be unexported src/sync/export_test.go:8:5: don't use underscores in Go names; var Runtime_Semacquire should be RuntimeSemacquire src/sync/export_test.go:9:5: don't use underscores in Go names; var Runtime_Semrelease should be RuntimeSemrelease src/sync/export_test.go:10:5: don't use underscores in Go names; var Runtime_procPin should be RuntimeProcPin src/sync/export_test.go:11:5: don't use underscores in Go names; var Runtime_procUnpin should be RuntimeProcUnpin src/sync/pool.go:256:6: don't use underscores in Go names; func runtime_registerPoolCleanup should be runtimeRegisterPoolCleanup src/sync/pool.go:257:6: don't use underscores in Go names; func runtime_procPin should be runtimeProcPin src/sync/pool.go:258:6: don't use underscores in Go names; func runtime_procUnpin should be runtimeProcUnpin src/sync/runtime.go:14:6: don't use underscores in Go names; func runtime_Semacquire should be runtimeSemacquire src/sync/runtime.go:18:6: don't use underscores in Go names; func runtime_SemacquireMutex should be runtimeSemacquireMutex src/sync/runtime.go:25:6: don't use underscores in Go names; func runtime_Semrelease should be runtimeSemrelease src/sync/runtime.go:38:6: don't use underscores in Go names; func runtime_notifyListAdd should be runtimeNotifyListAdd src/sync/runtime.go:41:6: don't use underscores in Go names; func runtime_notifyListWait should be runtimeNotifyListWait src/sync/runtime.go:44:6: don't use underscores in Go names; func runtime_notifyListNotifyAll should be runtimeNotifyListNotifyAll src/sync/runtime.go:47:6: don't use underscores in Go names; func runtime_notifyListNotifyOne should be runtimeNotifyListNotifyOne src/sync/runtime.go:50:6: don't use underscores in Go names; func runtime_notifyListCheck should be runtimeNotifyListCheck src/sync/runtime.go:58:6: don't use underscores in Go names; func runtime_canSpin should be runtimeCanSpin src/sync/runtime.go:61:6: don't use underscores in Go names; func runtime_doSpin should be runtimeDoSpin src/sync/runtime.go:63:6: don't use underscores in Go names; func runtime_nanotime should be runtimeNanotime src/sync/waitgroup.go:34:9: if block ends with a return statement, so drop this else and outdent its block src/sync/atomic/value.go:85:6: don't use underscores in Go names; func runtime_procPin should be runtimeProcPin src/sync/atomic/value.go:86:6: don't use underscores in Go names; func runtime_procUnpin should be runtimeProcUnpin src/syscall/bpf_bsd.go:15:1: comment on exported function BpfStmt should be of the form "BpfStmt ..." src/syscall/bpf_bsd.go:20:1: comment on exported function BpfJump should be of the form "BpfJump ..." src/syscall/bpf_bsd.go:25:1: comment on exported function BpfBuflen should be of the form "BpfBuflen ..." src/syscall/bpf_bsd.go:35:1: comment on exported function SetBpfBuflen should be of the form "SetBpfBuflen ..." src/syscall/bpf_bsd.go:44:1: comment on exported function BpfDatalink should be of the form "BpfDatalink ..." src/syscall/bpf_bsd.go:54:1: comment on exported function SetBpfDatalink should be of the form "SetBpfDatalink ..." src/syscall/bpf_bsd.go:63:1: comment on exported function SetBpfPromisc should be of the form "SetBpfPromisc ..." src/syscall/bpf_bsd.go:72:1: comment on exported function FlushBpf should be of the form "FlushBpf ..." src/syscall/bpf_bsd.go:86:1: comment on exported function BpfInterface should be of the form "BpfInterface ..." src/syscall/bpf_bsd.go:96:1: comment on exported function SetBpfInterface should be of the form "SetBpfInterface ..." src/syscall/bpf_bsd.go:107:1: comment on exported function BpfTimeout should be of the form "BpfTimeout ..." src/syscall/bpf_bsd.go:117:1: comment on exported function SetBpfTimeout should be of the form "SetBpfTimeout ..." src/syscall/bpf_bsd.go:126:1: comment on exported function BpfStats should be of the form "BpfStats ..." src/syscall/bpf_bsd.go:136:1: comment on exported function SetBpfImmediate should be of the form "SetBpfImmediate ..." src/syscall/bpf_bsd.go:145:1: comment on exported function SetBpf should be of the form "SetBpf ..." src/syscall/bpf_bsd.go:157:1: comment on exported function CheckBpfVersion should be of the form "CheckBpfVersion ..." src/syscall/bpf_bsd.go:170:1: comment on exported function BpfHeadercmpl should be of the form "BpfHeadercmpl ..." src/syscall/bpf_bsd.go:180:1: comment on exported function SetBpfHeadercmpl should be of the form "SetBpfHeadercmpl ..." src/syscall/env_unix.go:26:7: should omit type []string from declaration of var envs; it will be inferred from the right-hand side src/syscall/env_unix.go:29:6: don't use underscores in Go names; func runtime_envs should be runtimeEnvs src/syscall/env_unix.go:33:6: don't use underscores in Go names; func setenv_c should be setenvC src/syscall/env_unix.go:34:6: don't use underscores in Go names; func unsetenv_c should be unsetenvC src/syscall/env_unix.go:57:1: exported function Unsetenv should have comment or be unexported src/syscall/env_unix.go:71:1: exported function Getenv should have comment or be unexported src/syscall/env_unix.go:93:1: exported function Setenv should have comment or be unexported src/syscall/env_unix.go:125:1: exported function Clearenv should have comment or be unexported src/syscall/env_unix.go:138:1: exported function Environ should have comment or be unexported src/syscall/exec_bsd.go:14:6: exported type SysProcAttr should have comment or be unexported src/syscall/exec_bsd.go:28:6: don't use underscores in Go names; func runtime_BeforeFork should be runtimeBeforeFork src/syscall/exec_bsd.go:29:6: don't use underscores in Go names; func runtime_AfterFork should be runtimeAfterFork src/syscall/exec_bsd.go:30:6: don't use underscores in Go names; func runtime_AfterForkInChild should be runtimeAfterForkInChild src/syscall/exec_unix.go:64:5: exported var ForkLock should have comment or be unexported src/syscall/exec_unix.go:96:1: exported function CloseOnExec should have comment or be unexported src/syscall/exec_unix.go:98:1: exported function SetNonblock should have comment or be unexported src/syscall/exec_unix.go:115:2: struct field Uid should be UID src/syscall/exec_unix.go:234:1: comment on exported function ForkExec should be of the form "ForkExec ..." src/syscall/exec_unix.go:246:6: don't use underscores in Go names; func runtime_BeforeExec should be runtimeBeforeExec src/syscall/exec_unix.go:247:6: don't use underscores in Go names; func runtime_AfterExec should be runtimeAfterExec src/syscall/syscall.go:107:1: exported function Getpagesize should have comment or be unexported src/syscall/syscall.go:108:1: exported function Exit should have comment or be unexported src/syscall/syscall_bsd.go:27:1: exported function Getgroups should have comment or be unexported src/syscall/syscall_bsd.go:53:1: exported function Setgroups should have comment or be unexported src/syscall/syscall_bsd.go:65:1: exported function ReadDirent should have comment or be unexported src/syscall/syscall_bsd.go:80:6: exported type WaitStatus should have comment or be unexported src/syscall/syscall_bsd.go:91:1: exported method WaitStatus.Exited should have comment or be unexported src/syscall/syscall_bsd.go:93:1: exported method WaitStatus.ExitStatus should have comment or be unexported src/syscall/syscall_bsd.go:100:1: exported method WaitStatus.Signaled should have comment or be unexported src/syscall/syscall_bsd.go:102:1: exported method WaitStatus.Signal should have comment or be unexported src/syscall/syscall_bsd.go:110:1: exported method WaitStatus.CoreDump should have comment or be unexported src/syscall/syscall_bsd.go:112:1: exported method WaitStatus.Stopped should have comment or be unexported src/syscall/syscall_bsd.go:114:1: exported method WaitStatus.Continued should have comment or be unexported src/syscall/syscall_bsd.go:116:1: exported method WaitStatus.StopSignal should have comment or be unexported src/syscall/syscall_bsd.go:123:1: exported method WaitStatus.TrapCause should have comment or be unexported src/syscall/syscall_bsd.go:127:1: exported function Wait4 should have comment or be unexported src/syscall/syscall_bsd.go:273:1: exported function Accept should have comment or be unexported src/syscall/syscall_bsd.go:296:1: exported function Getsockname should have comment or be unexported src/syscall/syscall_bsd.go:313:1: exported function GetsockoptByte should have comment or be unexported src/syscall/syscall_bsd.go:320:1: exported function GetsockoptInet4Addr should have comment or be unexported src/syscall/syscall_bsd.go:326:1: exported function GetsockoptIPMreq should have comment or be unexported src/syscall/syscall_bsd.go:333:1: exported function GetsockoptIPv6Mreq should have comment or be unexported src/syscall/syscall_bsd.go:340:1: exported function GetsockoptIPv6MTUInfo should have comment or be unexported src/syscall/syscall_bsd.go:347:1: exported function GetsockoptICMPv6Filter should have comment or be unexported src/syscall/syscall_bsd.go:358:1: exported function Recvmsg should have comment or be unexported src/syscall/syscall_bsd.go:394:1: exported function Sendmsg should have comment or be unexported src/syscall/syscall_bsd.go:399:1: exported function SendmsgN should have comment or be unexported src/syscall/syscall_bsd.go:439:1: exported function Kevent should have comment or be unexported src/syscall/syscall_bsd.go:452:1: exported function Sysctl should have comment or be unexported src/syscall/syscall_bsd.go:481:1: exported function SysctlUint32 should have comment or be unexported src/syscall/syscall_bsd.go:502:1: exported function Utimes should have comment or be unexported src/syscall/syscall_bsd.go:509:1: exported function UtimesNano should have comment or be unexported src/syscall/syscall_bsd.go:533:1: exported function Futimes should have comment or be unexported src/syscall/syscall_bsd.go:548:1: exported function Mmap should have comment or be unexported src/syscall/syscall_bsd.go:552:1: exported function Munmap should have comment or be unexported src/syscall/syscall_darwin.go:20:7: exported const ImplementsGetwd should have comment or be unexported src/syscall/syscall_darwin.go:22:1: exported function Getwd should have comment or be unexported src/syscall/syscall_darwin.go:38:6: exported type SockaddrDatalink should have comment or be unexported src/syscall/syscall_darwin.go:90:1: comment on exported function PtraceAttach should be of the form "PtraceAttach ..." src/syscall/syscall_darwin.go:92:1: exported function PtraceDetach should have comment or be unexported src/syscall/syscall_darwin.go:168:1: exported function Pipe should have comment or be unexported src/syscall/syscall_darwin.go:176:1: exported function Getfsstat should have comment or be unexported src/syscall/syscall_darwin.go:230:1: exported function Kill should have comment or be unexported src/syscall/syscall_darwin_amd64.go:17:1: comment on exported function Gettimeofday should be of the form "Gettimeofday ..." src/syscall/syscall_darwin_amd64.go:35:1: exported function SetKevent should have comment or be unexported src/syscall/syscall_darwin_amd64.go:41:1: exported method Iovec.SetLen should have comment or be unexported src/syscall/syscall_darwin_amd64.go:45:1: exported method Msghdr.SetControllen should have comment or be unexported src/syscall/syscall_darwin_amd64.go:49:1: exported method Cmsghdr.SetLen should have comment or be unexported src/syscall/syscall_darwin_amd64.go:66:1: exported function Syscall9 should have comment or be unexported src/syscall/syscall_unix.go:17:2: exported var Stdin should have comment or be unexported src/syscall/syscall_unix.go:29:1: exported function Syscall should have comment or be unexported src/syscall/syscall_unix.go:30:1: exported function Syscall6 should have comment or be unexported src/syscall/syscall_unix.go:31:1: exported function RawSyscall should have comment or be unexported src/syscall/syscall_unix.go:32:1: exported function RawSyscall6 should have comment or be unexported src/syscall/syscall_unix.go:123:1: exported method Errno.Temporary should have comment or be unexported src/syscall/syscall_unix.go:127:1: exported method Errno.Timeout should have comment or be unexported src/syscall/syscall_unix.go:159:1: exported method Signal.Signal should have comment or be unexported src/syscall/syscall_unix.go:171:1: exported function Read should have comment or be unexported src/syscall/syscall_unix.go:187:1: exported function Write should have comment or be unexported src/syscall/syscall_unix.go:201:1: comment on exported var SocketDisableIPv6 should be of the form "SocketDisableIPv6 ..." src/syscall/syscall_unix.go:205:6: exported type Sockaddr should have comment or be unexported src/syscall/syscall_unix.go:209:6: exported type SockaddrInet4 should have comment or be unexported src/syscall/syscall_unix.go:215:6: exported type SockaddrInet6 should have comment or be unexported src/syscall/syscall_unix.go:217:2: struct field ZoneId should be ZoneID src/syscall/syscall_unix.go:222:6: exported type SockaddrUnix should have comment or be unexported src/syscall/syscall_unix.go:227:1: exported function Bind should have comment or be unexported src/syscall/syscall_unix.go:235:1: exported function Connect should have comment or be unexported src/syscall/syscall_unix.go:243:1: exported function Getpeername should have comment or be unexported src/syscall/syscall_unix.go:252:1: exported function GetsockoptInt should have comment or be unexported src/syscall/syscall_unix.go:259:1: exported function Recvfrom should have comment or be unexported src/syscall/syscall_unix.go:271:1: exported function Sendto should have comment or be unexported src/syscall/syscall_unix.go:279:1: exported function SetsockoptByte should have comment or be unexported src/syscall/syscall_unix.go:283:1: exported function SetsockoptInt should have comment or be unexported src/syscall/syscall_unix.go:288:1: exported function SetsockoptInet4Addr should have comment or be unexported src/syscall/syscall_unix.go:292:1: exported function SetsockoptIPMreq should have comment or be unexported src/syscall/syscall_unix.go:296:1: exported function SetsockoptIPv6Mreq should have comment or be unexported src/syscall/syscall_unix.go:300:1: exported function SetsockoptICMPv6Filter should have comment or be unexported src/syscall/syscall_unix.go:304:1: exported function SetsockoptLinger should have comment or be unexported src/syscall/syscall_unix.go:308:1: exported function SetsockoptString should have comment or be unexported src/syscall/syscall_unix.go:312:1: exported function SetsockoptTimeval should have comment or be unexported src/syscall/syscall_unix.go:316:1: exported function Socket should have comment or be unexported src/syscall/syscall_unix.go:324:1: exported function Socketpair should have comment or be unexported src/syscall/syscall_unix.go:334:1: exported function Sendfile should have comment or be unexported src/syscall/zerrors_darwin_amd64.go:12:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:12:2: exported const AF_APPLETALK should have comment (or a comment on this block) or be unexported src/syscall/zerrors_darwin_amd64.go:13:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:14:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:15:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:16:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:17:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:18:2: don't use underscores in Go names; const AF_DECnet should be AFDECnet src/syscall/zerrors_darwin_amd64.go:19:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:20:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:21:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:22:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:23:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:254:2: don't use underscores in Go names; const F_OK should be FOK src/syscall/zerrors_darwin_amd64.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:258:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:260:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:261:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:263:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:265:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:266:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:267:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:268:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:269:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:271:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:273:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:274:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:275:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:281:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:365:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:374:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:376:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:378:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:382:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:383:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:384:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:386:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:387:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:388:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:389:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:390:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:391:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:392:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:393:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:394:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:395:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:396:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:397:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:398:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:399:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:400:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:401:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:402:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:403:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:404:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:405:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:406:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:407:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:408:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:409:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:410:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:411:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:412:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:413:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:414:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:415:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:416:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:417:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:418:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:419:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:420:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:421:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:422:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:423:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:424:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:425:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:426:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:427:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:428:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:429:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:430:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:431:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:432:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:433:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:434:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:435:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:436:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:437:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:438:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:439:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:440:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:441:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:442:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:443:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:444:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:445:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:446:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:447:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:448:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:449:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:450:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:451:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:452:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:453:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:454:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:455:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:456:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:457:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:458:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:459:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:460:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:461:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:462:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:463:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:464:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:465:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:466:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:467:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:468:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:469:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:470:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:471:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:472:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:473:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:474:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:475:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:476:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:477:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:478:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:479:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:480:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:481:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:482:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:483:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:484:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:485:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:486:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:487:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:488:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:489:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:490:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:491:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:492:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:493:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:494:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:495:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:496:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:497:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:498:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:499:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:500:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:501:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:502:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:503:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:504:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:505:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:506:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:507:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:508:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:509:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:510:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:511:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:512:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:513:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:514:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:515:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:516:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:517:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:518:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:519:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:520:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:521:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:522:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:523:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:524:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:525:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:526:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:527:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:528:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:529:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:530:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:531:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:532:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:533:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:534:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:535:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:536:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:537:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:538:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:539:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:540:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:541:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:542:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:543:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:544:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:545:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:546:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:547:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:548:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:549:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:550:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:551:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:552:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:553:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:554:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:555:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:556:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:557:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:558:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:559:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:560:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:561:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:562:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:563:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:564:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:565:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:566:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:567:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:568:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:569:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:570:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:571:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:572:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:573:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:574:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:575:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:576:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:577:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:578:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:579:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:580:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:581:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:582:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:583:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:584:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:585:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:586:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:587:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:588:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:589:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:590:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:591:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:592:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:593:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:594:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:595:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:596:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:597:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:598:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:599:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:600:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:601:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:602:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:603:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:604:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:605:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:606:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:607:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:608:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:609:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:610:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:611:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:612:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:613:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:620:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:621:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:622:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:623:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:624:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:625:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:626:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:627:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:628:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:629:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:630:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:631:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:632:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:633:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:634:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:635:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:636:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:637:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:638:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:639:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:640:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:641:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:642:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:643:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:644:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:645:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:646:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:647:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:648:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:649:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:650:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:651:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:652:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:653:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:654:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:655:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:656:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:657:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:658:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:659:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:660:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:661:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:662:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:663:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:664:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:665:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:666:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:667:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:668:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:669:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:670:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:671:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:672:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:673:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:674:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:675:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:676:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:677:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:678:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:680:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:681:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:682:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:683:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:684:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:685:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:686:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:687:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:688:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:689:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:690:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:691:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:692:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:693:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:694:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:695:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:696:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:697:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:698:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:699:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:700:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:701:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:702:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:703:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:704:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:705:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:706:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:707:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:708:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:709:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:710:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:711:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:712:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:713:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:714:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:715:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:724:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:725:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:726:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:727:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:728:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:729:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:730:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:731:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:732:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:733:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:734:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:735:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:736:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:737:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:738:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:739:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:740:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:741:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:742:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:743:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:744:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:745:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:746:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:747:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:752:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:753:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:754:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:755:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:756:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:757:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:758:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:759:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:760:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:761:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:762:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:763:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:764:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:765:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:766:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:767:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:768:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:769:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:770:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:771:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:772:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:773:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:774:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:775:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:776:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:777:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:778:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:780:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:781:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:782:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:783:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:784:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:785:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:786:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:787:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:788:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:789:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:790:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:791:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:792:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:793:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:794:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:795:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:796:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:797:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:798:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:799:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:800:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:801:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:802:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:803:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:804:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:805:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:806:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:807:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:808:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:809:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:810:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:811:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:812:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:813:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:814:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:815:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:816:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:817:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:818:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:819:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:820:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:821:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:822:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:823:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:824:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:825:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:826:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:827:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:828:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:829:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:830:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:831:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:832:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:833:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:834:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:835:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:836:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:837:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:838:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:839:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:840:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:841:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:842:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:843:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:844:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:845:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:846:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:847:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:848:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:849:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:850:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:851:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:852:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:853:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:854:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:855:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:856:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:857:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:858:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:859:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:860:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:861:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:862:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:863:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:864:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:937:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:938:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:939:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:940:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:941:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:942:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:943:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:945:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:946:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:947:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:948:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:949:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:950:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:951:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:952:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:953:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:954:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:955:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:956:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:957:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:958:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:959:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:960:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:961:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:962:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:963:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:964:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:965:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:966:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:967:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:968:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:969:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:970:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:971:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:972:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:973:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:974:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:975:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:976:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:977:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:978:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:979:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:980:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:981:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:982:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:983:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:984:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:985:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:986:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:987:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:988:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:989:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:990:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:991:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:992:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:993:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:994:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:995:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:996:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:997:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:998:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:999:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1000:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1001:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1002:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1003:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1004:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1005:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1006:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1007:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1008:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1009:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1010:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1011:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1012:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1016:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1017:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1018:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1019:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1020:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1021:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1022:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1023:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1024:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1025:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1026:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1027:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1028:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1029:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1030:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1031:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1057:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1058:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1059:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1060:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1061:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1062:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1063:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1064:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1065:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1066:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1067:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1072:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1073:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1074:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1075:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1076:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1077:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1078:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zerrors_darwin_amd64.go:1079:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsyscall_darwin_amd64.go:126:1: exported function Shutdown should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:296:1: exported function Access should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:311:1: exported function Adjtime should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:321:1: exported function Chdir should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:336:1: exported function Chflags should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:351:1: exported function Chmod should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:366:1: exported function Chown should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:381:1: exported function Chroot should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:396:1: exported function Close should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:406:1: exported function Dup should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:417:1: exported function Dup2 should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:427:1: exported function Exchangedata should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:447:1: exported function Fchdir should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:457:1: exported function Fchflags should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:467:1: exported function Fchmod should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:477:1: exported function Fchown should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:487:1: exported function Flock should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:497:1: exported function Fpathconf should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:508:1: exported function Fstat should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:518:1: exported function Fstatfs should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:528:1: exported function Fsync should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:538:1: exported function Ftruncate should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:548:1: exported function Getdirentries should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:565:1: exported function Getdtablesize should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:573:1: exported function Getegid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:581:1: exported function Geteuid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:589:1: exported function Getgid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:597:1: exported function Getpgid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:608:1: exported function Getpgrp should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:616:1: exported function Getpid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:624:1: exported function Getppid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:632:1: exported function Getpriority should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:643:1: exported function Getrlimit should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:653:1: exported function Getrusage should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:663:1: exported function Getsid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:674:1: exported function Getuid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:682:1: exported function Issetugid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:690:1: exported function Kqueue should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:701:1: exported function Lchown should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:716:1: exported function Link should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:736:1: exported function Listen should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:746:1: exported function Lstat should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:761:1: exported function Mkdir should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:776:1: exported function Mkfifo should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:791:1: exported function Mknod should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:806:1: exported function Mlock should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:822:1: exported function Mlockall should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:832:1: exported function Mprotect should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:848:1: exported function Munlock should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:864:1: exported function Munlockall should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:874:1: exported function Open should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:890:1: exported function Pathconf should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:906:1: exported function Pread should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:923:1: exported function Pwrite should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:957:1: exported function Readlink should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:979:1: exported function Rename should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:999:1: exported function Revoke should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1014:1: exported function Rmdir should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1029:1: exported function Seek should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1040:1: exported function Select should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1050:1: exported function Setegid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1060:1: exported function Seteuid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1070:1: exported function Setgid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1080:1: exported function Setlogin should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1095:1: exported function Setpgid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1105:1: exported function Setpriority should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1115:1: exported function Setprivexec should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1125:1: exported function Setregid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1135:1: exported function Setreuid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1145:1: exported function Setrlimit should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1155:1: exported function Setsid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1166:1: exported function Settimeofday should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1176:1: exported function Setuid should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1186:1: exported function Stat should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1201:1: exported function Statfs should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1216:1: exported function Symlink should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1236:1: exported function Sync should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1246:1: exported function Truncate should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1261:1: exported function Umask should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1269:1: exported function Undelete should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1284:1: exported function Unlink should have comment or be unexported src/syscall/zsyscall_darwin_amd64.go:1299:1: exported function Unmount should have comment or be unexported src/syscall/zsysnum_darwin_amd64.go:9:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:9:2: exported const SYS_SYSCALL should have comment (or a comment on this block) or be unexported src/syscall/zsysnum_darwin_amd64.go:10:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:11:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:12:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:13:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:14:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:15:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:16:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:17:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:18:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:19:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:20:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:21:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:22:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:23:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:258:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:260:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:261:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:263:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:265:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:266:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:267:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:268:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:269:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:271:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:273:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:274:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:275:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:276:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:277:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:279:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:280:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:281:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/zsysnum_darwin_amd64.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/ztypes_darwin_amd64.go:17:2: don't use underscores in Go names; type _C_short should be _CShort src/syscall/ztypes_darwin_amd64.go:18:2: don't use underscores in Go names; type _C_int should be _CInt src/syscall/ztypes_darwin_amd64.go:19:2: don't use underscores in Go names; type _C_long should be _CLong src/syscall/ztypes_darwin_amd64.go:20:2: don't use underscores in Go names; type _C_long_long should be _CLongLong src/syscall/ztypes_darwin_amd64.go:23:6: exported type Timespec should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:28:6: exported type Timeval should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:31:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:34:6: exported type Timeval32 should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:39:6: exported type Rusage should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:58:6: exported type Rlimit should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:63:6: don't use underscores in Go names; type _Gid_t should be _GidT src/syscall/ztypes_darwin_amd64.go:65:6: don't use underscores in Go names; type Stat_t should be StatT src/syscall/ztypes_darwin_amd64.go:65:6: exported type Stat_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:70:2: struct field Uid should be UID src/syscall/ztypes_darwin_amd64.go:73:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:87:6: don't use underscores in Go names; type Statfs_t should be StatfsT src/syscall/ztypes_darwin_amd64.go:87:6: exported type Statfs_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:106:6: don't use underscores in Go names; type Flock_t should be FlockT src/syscall/ztypes_darwin_amd64.go:106:6: exported type Flock_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:114:6: don't use underscores in Go names; type Fstore_t should be FstoreT src/syscall/ztypes_darwin_amd64.go:114:6: exported type Fstore_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:122:6: don't use underscores in Go names; type Radvisory_t should be RadvisoryT src/syscall/ztypes_darwin_amd64.go:122:6: exported type Radvisory_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:125:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:128:6: don't use underscores in Go names; type Fbootstraptransfer_t should be FbootstraptransferT src/syscall/ztypes_darwin_amd64.go:128:6: exported type Fbootstraptransfer_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:134:6: don't use underscores in Go names; type Log2phys_t should be Log2physT src/syscall/ztypes_darwin_amd64.go:134:6: exported type Log2phys_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:140:6: exported type Fsid should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:144:6: exported type Dirent should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:151:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:154:6: exported type RawSockaddrInet4 should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:162:6: exported type RawSockaddrInet6 should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:168:2: don't use underscores in Go names; struct field Scope_id should be ScopeID src/syscall/ztypes_darwin_amd64.go:171:6: exported type RawSockaddrUnix should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:177:6: exported type RawSockaddrDatalink should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:188:6: exported type RawSockaddr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:194:6: exported type RawSockaddrAny should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:201:6: exported type Linger should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:206:6: exported type Iovec should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:211:6: exported type IPMreq should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:216:6: exported type IPv6Mreq should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:221:6: exported type Msghdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:224:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:227:2: don't use underscores in Go names; struct field Pad_cgo_1 should be PadCgo1 src/syscall/ztypes_darwin_amd64.go:233:6: exported type Cmsghdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:239:6: exported type Inet4Pktinfo should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:241:2: don't use underscores in Go names; struct field Spec_dst should be SpecDst src/syscall/ztypes_darwin_amd64.go:245:6: exported type Inet6Pktinfo should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:250:6: exported type IPv6MTUInfo should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:255:6: exported type ICMPv6Filter should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:260:2: exported const SizeofSockaddrInet4 should have comment (or a comment on this block) or be unexported src/syscall/ztypes_darwin_amd64.go:277:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/ztypes_darwin_amd64.go:277:2: exported const PTRACE_TRACEME should have comment (or a comment on this block) or be unexported src/syscall/ztypes_darwin_amd64.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/ztypes_darwin_amd64.go:279:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/ztypes_darwin_amd64.go:282:6: don't use underscores in Go names; type Kevent_t should be KeventT src/syscall/ztypes_darwin_amd64.go:282:6: exported type Kevent_t should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:291:6: exported type FdSet should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:296:2: exported const SizeofIfMsghdr should have comment (or a comment on this block) or be unexported src/syscall/ztypes_darwin_amd64.go:305:6: exported type IfMsghdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:312:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:316:6: exported type IfData should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:348:6: exported type IfaMsghdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:355:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:359:6: exported type IfmaMsghdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:366:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:369:6: exported type IfmaMsghdr2 should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:376:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:380:6: exported type RtMsghdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:385:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:396:6: exported type RtMetrics should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:411:2: exported const SizeofBpfVersion should have comment (or a comment on this block) or be unexported src/syscall/ztypes_darwin_amd64.go:418:6: exported type BpfVersion should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:423:6: exported type BpfStat should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:428:6: exported type BpfProgram should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:430:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:434:6: exported type BpfInsn should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:441:6: exported type BpfHdr should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:446:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/syscall/ztypes_darwin_amd64.go:450:2: don't use ALL_CAPS in Go names; use CamelCase src/syscall/ztypes_darwin_amd64.go:453:6: exported type Termios should have comment or be unexported src/syscall/ztypes_darwin_amd64.go:459:2: don't use underscores in Go names; struct field Pad_cgo_0 should be PadCgo0 src/testing/benchmark.go:28:1: comment on exported type InternalBenchmark should be of the form "InternalBenchmark ..." (with optional leading article) src/testing/benchmark.go:295:1: comment on exported type BenchmarkResult should be of the form "BenchmarkResult ..." (with optional leading article) src/testing/benchmark.go:304:1: exported method BenchmarkResult.NsPerOp should have comment or be unexported src/testing/benchmark.go:375:1: comment on exported function RunBenchmarks should be of the form "RunBenchmarks ..." src/testing/example.go:17:6: exported type InternalExample should have comment or be unexported src/testing/example.go:24:1: comment on exported function RunExamples should be of the form "RunExamples ..." src/testing/testing.go:714:1: comment on exported type InternalTest should be of the form "InternalTest ..." (with optional leading article) src/testing/testing.go:1033:1: comment on exported function RunTests should be of the form "RunTests ..." src/testing/testing.go:1252:6: func parseCpuList should be parseCPUList src/testing/internal/testdeps/deps.go:30:1: exported method TestDeps.MatchString should have comment or be unexported src/testing/internal/testdeps/deps.go:41:1: exported method TestDeps.StartCPUProfile should have comment or be unexported src/testing/internal/testdeps/deps.go:45:1: exported method TestDeps.StopCPUProfile should have comment or be unexported src/testing/internal/testdeps/deps.go:49:1: exported method TestDeps.WriteHeapProfile should have comment or be unexported src/testing/internal/testdeps/deps.go:53:1: exported method TestDeps.WriteProfileTo should have comment or be unexported src/testing/internal/testdeps/deps.go:60:1: exported method TestDeps.ImportPath should have comment or be unexported src/testing/internal/testdeps/deps.go:107:1: exported method TestDeps.StartTestLog should have comment or be unexported src/testing/internal/testdeps/deps.go:122:1: exported method TestDeps.StopTestLog should have comment or be unexported src/testing/iotest/reader.go:71:5: exported var ErrTimeout should have comment or be unexported src/testing/quick/quick.go:20:21: should omit type *int from declaration of var defaultMaxCount; it will be inferred from the right-hand side src/text/scanner/scanner.go:26:1: comment on exported type Position should be of the form "Position ..." (with optional leading article) src/text/tabwriter/tabwriter.go:173:1: comment on exported method Writer.Init should be of the form "Init ..." src/text/tabwriter/tabwriter.go:400:1: comment on exported const Escape should be of the form "Escape ..." src/text/template/exec_test.go:218:5: error var myError should have name of the form errFoo src/text/template/exec_test.go:1197:5: error var alwaysError should have name of the form errFoo src/text/template/parse/lex.go:259:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/text/template/parse/node.go:41:1: exported method Pos.Position should have comment or be unexported src/text/template/parse/node.go:52:2: exported const NodeText should have comment (or a comment on this block) or be unexported src/text/template/parse/node.go:104:1: exported method ListNode.CopyList should have comment or be unexported src/text/template/parse/node.go:115:1: exported method ListNode.Copy should have comment or be unexported src/text/template/parse/node.go:139:1: exported method TextNode.Copy should have comment or be unexported src/text/template/parse/node.go:185:1: exported method PipeNode.CopyPipe should have comment or be unexported src/text/template/parse/node.go:200:1: exported method PipeNode.Copy should have comment or be unexported src/text/template/parse/node.go:228:1: exported method ActionNode.Copy should have comment or be unexported src/text/template/parse/node.go:268:1: exported method CommandNode.Copy should have comment or be unexported src/text/template/parse/node.go:316:1: exported method IdentifierNode.Copy should have comment or be unexported src/text/template/parse/node.go:348:1: exported method VariableNode.Copy should have comment or be unexported src/text/template/parse/node.go:363:1: exported method DotNode.Type should have comment or be unexported src/text/template/parse/node.go:378:1: exported method DotNode.Copy should have comment or be unexported src/text/template/parse/node.go:393:1: exported method NilNode.Type should have comment or be unexported src/text/template/parse/node.go:408:1: exported method NilNode.Copy should have comment or be unexported src/text/template/parse/node.go:438:1: exported method FieldNode.Copy should have comment or be unexported src/text/template/parse/node.go:484:1: exported method ChainNode.Copy should have comment or be unexported src/text/template/parse/node.go:511:1: exported method BoolNode.Copy should have comment or be unexported src/text/template/parse/node.go:644:1: exported method NumberNode.Copy should have comment or be unexported src/text/template/parse/node.go:671:1: exported method StringNode.Copy should have comment or be unexported src/text/template/parse/node.go:760:1: exported method BranchNode.Copy should have comment or be unexported src/text/template/parse/node.go:782:1: exported method IfNode.Copy should have comment or be unexported src/text/template/parse/node.go:795:1: exported method RangeNode.Copy should have comment or be unexported src/text/template/parse/node.go:808:1: exported method WithNode.Copy should have comment or be unexported src/text/template/parse/node.go:837:1: exported method TemplateNode.Copy should have comment or be unexported src/time/format.go:382:5: error var atoiError should have name of the form errFoo src/time/format.go:503:9: should omit type int from declaration of var year; it will be inferred from the right-hand side src/time/format.go:506:9: should omit type int from declaration of var hour; it will be inferred from the right-hand side src/time/format.go:795:14: should omit type int from declaration of var month; it will be inferred from the right-hand side src/time/format.go:796:14: should omit type int from declaration of var day; it will be inferred from the right-hand side src/time/format.go:802:14: should omit type int from declaration of var zoneOffset; it will be inferred from the right-hand side src/time/time.go:263:2: exported const January should have comment (or a comment on this block) or be unexported src/time/time.go:306:2: exported const Sunday should have comment (or a comment on this block) or be unexported src/time/zoneinfo.go:59:9: should omit type *Location from declaration of var UTC; it will be inferred from the right-hand side src/time/zoneinfo.go:67:11: should omit type *Location from declaration of var Local; it will be inferred from the right-hand side src/time/zoneinfo_read.go:80:5: error var badData should have name of the form errFoo src/unicode/casetables.go:12:5: exported var TurkishCase should have comment or be unexported src/unicode/casetables.go:12:17: should omit type SpecialCase from declaration of var TurkishCase; it will be inferred from the right-hand side src/unicode/casetables.go:20:5: exported var AzeriCase should have comment or be unexported src/unicode/casetables.go:20:15: should omit type SpecialCase from declaration of var AzeriCase; it will be inferred from the right-hand side src/unicode/letter.go:13:2: exported const MaxRune should have comment (or a comment on this block) or be unexported src/unicode/letter.go:95:4: don't use underscores in Go names; var range_ should be range src/unicode/letter.go:111:3: don't use underscores in Go names; var range_ should be range src/unicode/letter.go:128:4: don't use underscores in Go names; var range_ should be range src/unicode/letter.go:144:3: don't use underscores in Go names; var range_ should be range src/unsafe/unsafe.go:5:1: package comment should not have leading space src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go:35:6: func detectCpuFeatures should be detectCPUFeatures src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go:36:2: var maxId should be maxID src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go:5:1: package comment should be of the form "Package chacha20 ..." src/vendor/golang_org/x/crypto/cryptobyte/asn1.go:162:1: exported method Builder.AddASN1ObjectIdentifier should have comment or be unexported src/vendor/golang_org/x/crypto/cryptobyte/asn1.go:176:1: exported method Builder.AddASN1Boolean should have comment or be unexported src/vendor/golang_org/x/crypto/cryptobyte/asn1.go:186:1: exported method Builder.AddASN1NULL should have comment or be unexported src/vendor/golang_org/x/crypto/cryptobyte/asn1.go:227:1: exported method String.ReadASN1Boolean should have comment or be unexported src/vendor/golang_org/x/crypto/cryptobyte/asn1.go:473:1: comment on exported method String.ReadASN1BitStringAsBytes should be of the form "ReadASN1BitStringAsBytes ..." src/vendor/golang_org/x/crypto/cryptobyte/asn1/asn1.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/vendor/golang_org/x/crypto/cryptobyte/asn1/asn1.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/vendor/golang_org/x/crypto/cryptobyte/asn1/asn1.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/vendor/golang_org/x/net/http2/hpack/encode.go:16:6: exported type Encoder should have comment or be unexported src/vendor/golang_org/x/net/http2/hpack/hpack.go:146:1: exported method Decoder.SetMaxDynamicTableSize should have comment or be unexported src/vendor/golang_org/x/net/http2/hpack/hpack.go:211:1: comment on exported method Decoder.DecodeFull should be of the form "DecodeFull ..." src/vendor/golang_org/x/net/http2/hpack/hpack.go:229:1: exported method Decoder.Close should have comment or be unexported src/vendor/golang_org/x/net/lex/httplex/httplex.go:100:1: exported function IsTokenRune should have comment or be unexported src/vendor/golang_org/x/net/route/message.go:27:2: exported const SysMetrics should have comment (or a comment on this block) or be unexported src/vendor/golang_org/x/net/route/route.go:72:6: type name will be used as route.RouteMessage by other packages, and that stutters; consider calling this Message src/vendor/golang_org/x/net/route/route.go:95:2: exported const RIBTypeRoute should have comment (or a comment on this block) or be unexported src/vendor/golang_org/x/net/route/sys_darwin.go:17:6: type name will be used as route.RouteMetrics by other packages, and that stutters; consider calling this Metrics src/vendor/golang_org/x/net/route/zsys_darwin.go:7:2: don't use underscores in Go names; const sysAF_UNSPEC should be sysAFUNSPEC src/vendor/golang_org/x/net/route/zsys_darwin.go:8:2: don't use underscores in Go names; const sysAF_INET should be sysAFINET src/vendor/golang_org/x/net/route/zsys_darwin.go:9:2: don't use underscores in Go names; const sysAF_ROUTE should be sysAFROUTE src/vendor/golang_org/x/net/route/zsys_darwin.go:10:2: don't use underscores in Go names; const sysAF_LINK should be sysAFLINK src/vendor/golang_org/x/net/route/zsys_darwin.go:11:2: don't use underscores in Go names; const sysAF_INET6 should be sysAFINET6 src/vendor/golang_org/x/net/route/zsys_darwin.go:13:2: don't use underscores in Go names; const sysSOCK_RAW should be sysSOCKRAW src/vendor/golang_org/x/net/route/zsys_darwin.go:15:2: don't use underscores in Go names; const sysNET_RT_DUMP should be sysNETRTDUMP src/vendor/golang_org/x/net/route/zsys_darwin.go:16:2: don't use underscores in Go names; const sysNET_RT_FLAGS should be sysNETRTFLAGS src/vendor/golang_org/x/net/route/zsys_darwin.go:17:2: don't use underscores in Go names; const sysNET_RT_IFLIST should be sysNETRTIFLIST src/vendor/golang_org/x/net/route/zsys_darwin.go:18:2: don't use underscores in Go names; const sysNET_RT_STAT should be sysNETRTSTAT src/vendor/golang_org/x/net/route/zsys_darwin.go:19:2: don't use underscores in Go names; const sysNET_RT_TRASH should be sysNETRTTRASH src/vendor/golang_org/x/net/route/zsys_darwin.go:20:2: don't use underscores in Go names; const sysNET_RT_IFLIST2 should be sysNETRTIFLIST2 src/vendor/golang_org/x/net/route/zsys_darwin.go:21:2: don't use underscores in Go names; const sysNET_RT_DUMP2 should be sysNETRTDUMP2 src/vendor/golang_org/x/net/route/zsys_darwin.go:22:2: don't use underscores in Go names; const sysNET_RT_MAXID should be sysNETRTMAXID src/vendor/golang_org/x/net/route/zsys_darwin.go:26:2: don't use underscores in Go names; const sysCTL_MAXNAME should be sysCTLMAXNAME src/vendor/golang_org/x/net/route/zsys_darwin.go:28:2: don't use underscores in Go names; const sysCTL_UNSPEC should be sysCTLUNSPEC src/vendor/golang_org/x/net/route/zsys_darwin.go:29:2: don't use underscores in Go names; const sysCTL_KERN should be sysCTLKERN src/vendor/golang_org/x/net/route/zsys_darwin.go:30:2: don't use underscores in Go names; const sysCTL_VM should be sysCTLVM src/vendor/golang_org/x/net/route/zsys_darwin.go:31:2: don't use underscores in Go names; const sysCTL_VFS should be sysCTLVFS src/vendor/golang_org/x/net/route/zsys_darwin.go:32:2: don't use underscores in Go names; const sysCTL_NET should be sysCTLNET src/vendor/golang_org/x/net/route/zsys_darwin.go:33:2: don't use underscores in Go names; const sysCTL_DEBUG should be sysCTLDEBUG src/vendor/golang_org/x/net/route/zsys_darwin.go:34:2: don't use underscores in Go names; const sysCTL_HW should be sysCTLHW src/vendor/golang_org/x/net/route/zsys_darwin.go:35:2: don't use underscores in Go names; const sysCTL_MACHDEP should be sysCTLMACHDEP src/vendor/golang_org/x/net/route/zsys_darwin.go:36:2: don't use underscores in Go names; const sysCTL_USER should be sysCTLUSER src/vendor/golang_org/x/net/route/zsys_darwin.go:37:2: don't use underscores in Go names; const sysCTL_MAXID should be sysCTLMAXID src/vendor/golang_org/x/net/route/zsys_darwin.go:41:2: don't use underscores in Go names; const sysRTM_VERSION should be sysRTMVERSION src/vendor/golang_org/x/net/route/zsys_darwin.go:43:2: don't use underscores in Go names; const sysRTM_ADD should be sysRTMADD src/vendor/golang_org/x/net/route/zsys_darwin.go:44:2: don't use underscores in Go names; const sysRTM_DELETE should be sysRTMDELETE src/vendor/golang_org/x/net/route/zsys_darwin.go:45:2: don't use underscores in Go names; const sysRTM_CHANGE should be sysRTMCHANGE src/vendor/golang_org/x/net/route/zsys_darwin.go:46:2: don't use underscores in Go names; const sysRTM_GET should be sysRTMGET src/vendor/golang_org/x/net/route/zsys_darwin.go:47:2: don't use underscores in Go names; const sysRTM_LOSING should be sysRTMLOSING src/vendor/golang_org/x/net/route/zsys_darwin.go:48:2: don't use underscores in Go names; const sysRTM_REDIRECT should be sysRTMREDIRECT src/vendor/golang_org/x/net/route/zsys_darwin.go:49:2: don't use underscores in Go names; const sysRTM_MISS should be sysRTMMISS src/vendor/golang_org/x/net/route/zsys_darwin.go:50:2: don't use underscores in Go names; const sysRTM_LOCK should be sysRTMLOCK src/vendor/golang_org/x/net/route/zsys_darwin.go:51:2: don't use underscores in Go names; const sysRTM_OLDADD should be sysRTMOLDADD src/vendor/golang_org/x/net/route/zsys_darwin.go:52:2: don't use underscores in Go names; const sysRTM_OLDDEL should be sysRTMOLDDEL src/vendor/golang_org/x/net/route/zsys_darwin.go:53:2: don't use underscores in Go names; const sysRTM_RESOLVE should be sysRTMRESOLVE src/vendor/golang_org/x/net/route/zsys_darwin.go:54:2: don't use underscores in Go names; const sysRTM_NEWADDR should be sysRTMNEWADDR src/vendor/golang_org/x/net/route/zsys_darwin.go:55:2: don't use underscores in Go names; const sysRTM_DELADDR should be sysRTMDELADDR src/vendor/golang_org/x/net/route/zsys_darwin.go:56:2: don't use underscores in Go names; const sysRTM_IFINFO should be sysRTMIFINFO src/vendor/golang_org/x/net/route/zsys_darwin.go:57:2: don't use underscores in Go names; const sysRTM_NEWMADDR should be sysRTMNEWMADDR src/vendor/golang_org/x/net/route/zsys_darwin.go:58:2: don't use underscores in Go names; const sysRTM_DELMADDR should be sysRTMDELMADDR src/vendor/golang_org/x/net/route/zsys_darwin.go:59:2: don't use underscores in Go names; const sysRTM_IFINFO2 should be sysRTMIFINFO2 src/vendor/golang_org/x/net/route/zsys_darwin.go:60:2: don't use underscores in Go names; const sysRTM_NEWMADDR2 should be sysRTMNEWMADDR2 src/vendor/golang_org/x/net/route/zsys_darwin.go:61:2: don't use underscores in Go names; const sysRTM_GET2 should be sysRTMGET2 src/vendor/golang_org/x/net/route/zsys_darwin.go:63:2: don't use underscores in Go names; const sysRTA_DST should be sysRTADST src/vendor/golang_org/x/net/route/zsys_darwin.go:64:2: don't use underscores in Go names; const sysRTA_GATEWAY should be sysRTAGATEWAY src/vendor/golang_org/x/net/route/zsys_darwin.go:65:2: don't use underscores in Go names; const sysRTA_NETMASK should be sysRTANETMASK src/vendor/golang_org/x/net/route/zsys_darwin.go:66:2: don't use underscores in Go names; const sysRTA_GENMASK should be sysRTAGENMASK src/vendor/golang_org/x/net/route/zsys_darwin.go:67:2: don't use underscores in Go names; const sysRTA_IFP should be sysRTAIFP src/vendor/golang_org/x/net/route/zsys_darwin.go:68:2: don't use underscores in Go names; const sysRTA_IFA should be sysRTAIFA src/vendor/golang_org/x/net/route/zsys_darwin.go:69:2: don't use underscores in Go names; const sysRTA_AUTHOR should be sysRTAAUTHOR src/vendor/golang_org/x/net/route/zsys_darwin.go:70:2: don't use underscores in Go names; const sysRTA_BRD should be sysRTABRD src/vendor/golang_org/x/net/route/zsys_darwin.go:72:2: don't use underscores in Go names; const sysRTAX_DST should be sysRTAXDST src/vendor/golang_org/x/net/route/zsys_darwin.go:73:2: don't use underscores in Go names; const sysRTAX_GATEWAY should be sysRTAXGATEWAY src/vendor/golang_org/x/net/route/zsys_darwin.go:74:2: don't use underscores in Go names; const sysRTAX_NETMASK should be sysRTAXNETMASK src/vendor/golang_org/x/net/route/zsys_darwin.go:75:2: don't use underscores in Go names; const sysRTAX_GENMASK should be sysRTAXGENMASK src/vendor/golang_org/x/net/route/zsys_darwin.go:76:2: don't use underscores in Go names; const sysRTAX_IFP should be sysRTAXIFP src/vendor/golang_org/x/net/route/zsys_darwin.go:77:2: don't use underscores in Go names; const sysRTAX_IFA should be sysRTAXIFA src/vendor/golang_org/x/net/route/zsys_darwin.go:78:2: don't use underscores in Go names; const sysRTAX_AUTHOR should be sysRTAXAUTHOR src/vendor/golang_org/x/net/route/zsys_darwin.go:79:2: don't use underscores in Go names; const sysRTAX_BRD should be sysRTAXBRD src/vendor/golang_org/x/net/route/zsys_darwin.go:80:2: don't use underscores in Go names; const sysRTAX_MAX should be sysRTAXMAX test/bench/garbage/peano.go:15:6: exported type Number should have comment or be unexported test/bench/garbage/peano.go:24:6: don't use underscores in Go names; func is_zero should be isZero test/bench/garbage/stats.go:36:6: exported type T should have comment or be unexported test/bench/garbage/tree.go:47:6: exported type Node should have comment or be unexported test/bench/garbage/tree2.go:18:7: exported const BranchingFactor should have comment or be unexported test/bench/garbage/tree2.go:20:6: exported type Object should have comment or be unexported test/bench/garbage/tree2.go:29:23: should drop = 0 from declaration of var lastPauseNs; it is the zero value test/bench/garbage/tree2.go:30:23: should drop = 0 from declaration of var lastFree; it is the zero value test/bench/go1/json_test.go:24:6: func makeJsonBytes should be makeJSONBytes test/bench/go1/json_test.go:36:6: func makeJsonData should be makeJSONData test/bench/go1/jsondata_test.go:16:5: don't use underscores in Go names; var jsonbz2_base64 should be jsonbz2Base64 test/bench/go1/parserdata_test.go:15:5: don't use underscores in Go names; var parserbz2_base64 should be parserbz2Base64 test/chan/doubleselect.go:17:16: should omit type *int from declaration of var iterations; it will be inferred from the right-hand side test/chan/fifo.go:13:7: exported const N should have comment or be unexported test/chan/fifo.go:15:1: exported function AsynchFifo should have comment or be unexported test/chan/fifo.go:28:1: exported function Chain should have comment or be unexported test/chan/fifo.go:36:1: comment on exported function SynchFifo should be of the form "SynchFifo ..." test/chan/powser1.go:183:6: exported type PS should have comment or be unexported test/chan/powser1.go:184:6: exported type PS2 should have comment or be unexported test/chan/powser1.go:186:5: exported var Ones should have comment or be unexported test/chan/powser1.go:187:5: exported var Twos should have comment or be unexported test/chan/powser1.go:327:1: exported function Split should have comment or be unexported test/chan/powser1.go:327:18: exported func Split returns unexported type *main.dch2, which can be annoying to use test/chan/powser1.go:358:1: comment on exported function Cmul should be of the form "Cmul ..." test/chan/powser1.go:379:1: exported function Sub should have comment or be unexported test/chan/powser1.go:385:1: exported function Monmul should have comment or be unexported test/chan/powser1.go:398:1: exported function Xmul should have comment or be unexported test/chan/powser1.go:402:1: exported function Rep should have comment or be unexported test/chan/powser1.go:410:1: exported function Mon should have comment or be unexported test/chan/powser1.go:424:1: exported function Shift should have comment or be unexported test/chan/powser1.go:459:1: exported function Mul should have comment or be unexported test/chan/powser1.go:481:1: exported function Diff should have comment or be unexported test/chan/powser1.go:503:1: comment on exported function Integ should be of the form "Integ ..." test/chan/powser1.go:524:1: exported function Binom should have comment or be unexported test/chan/powser1.go:548:1: exported function Recip should have comment or be unexported test/chan/powser1.go:568:1: exported function Exp should have comment or be unexported test/chan/powser1.go:580:1: exported function Subst should have comment or be unexported test/chan/powser1.go:601:1: exported function MonSubst should have comment or be unexported test/chan/powser1.go:623:1: exported function Init should have comment or be unexported test/chan/powser1.go:648:7: exported const N should have comment or be unexported test/chan/powser2.go:193:6: exported type PS should have comment or be unexported test/chan/powser2.go:194:6: exported type PS2 should have comment or be unexported test/chan/powser2.go:196:5: exported var Ones should have comment or be unexported test/chan/powser2.go:197:5: exported var Twos should have comment or be unexported test/chan/powser2.go:289:1: comment on exported function Evaln should be of the form "Evaln ..." test/chan/powser2.go:305:1: comment on exported function Printn should be of the form "Printn ..." test/chan/powser2.go:319:1: exported function Print should have comment or be unexported test/chan/powser2.go:341:1: exported function Split should have comment or be unexported test/chan/powser2.go:341:18: exported func Split returns unexported type *main.dch2, which can be annoying to use test/chan/powser2.go:372:1: comment on exported function Cmul should be of the form "Cmul ..." test/chan/powser2.go:393:1: exported function Sub should have comment or be unexported test/chan/powser2.go:399:1: exported function Monmul should have comment or be unexported test/chan/powser2.go:412:1: exported function Xmul should have comment or be unexported test/chan/powser2.go:416:1: exported function Rep should have comment or be unexported test/chan/powser2.go:424:1: exported function Mon should have comment or be unexported test/chan/powser2.go:438:1: exported function Shift should have comment or be unexported test/chan/powser2.go:473:1: exported function Mul should have comment or be unexported test/chan/powser2.go:495:1: exported function Diff should have comment or be unexported test/chan/powser2.go:517:1: comment on exported function Integ should be of the form "Integ ..." test/chan/powser2.go:538:1: exported function Binom should have comment or be unexported test/chan/powser2.go:562:1: exported function Recip should have comment or be unexported test/chan/powser2.go:582:1: exported function Exp should have comment or be unexported test/chan/powser2.go:594:1: exported function Subst should have comment or be unexported test/chan/powser2.go:615:1: exported function MonSubst should have comment or be unexported test/chan/powser2.go:637:1: exported function Init should have comment or be unexported test/chan/powser2.go:662:7: exported const N should have comment or be unexported test/chan/select.go:14:1: exported function GetValue should have comment or be unexported test/chan/select.go:19:1: exported function Send should have comment or be unexported test/chan/select5.go:439:8: should omit type int from declaration of var cp; it will be inferred from the right-hand side test/chan/sieve1.go:15:1: comment on exported function Generate should be of the form "Generate ..." test/chan/sieve1.go:22:1: comment on exported function Filter should be of the form "Filter ..." test/chan/sieve1.go:32:1: comment on exported function Sieve should be of the form "Sieve ..." test/chan/sieve2.go:46:6: exported type PeekCh should have comment or be unexported test/chan/sieve2.go:51:1: comment on exported type PeekChHeap should be of the form "PeekChHeap ..." (with optional leading article) test/chan/sieve2.go:66:1: exported method PeekChHeap.Pop should have comment or be unexported test/chan/sieve2.go:71:1: exported method PeekChHeap.Push should have comment or be unexported test/chan/sieve2.go:111:1: comment on exported function Sieve should be of the form "Sieve ..." test/dwarf/dwarf.dir/x1.go:5:1: exported function F1 should have comment or be unexported test/dwarf/dwarf.dir/x10.go:5:1: exported function F10 should have comment or be unexported test/dwarf/dwarf.dir/x11.go:5:1: exported function F11 should have comment or be unexported test/dwarf/dwarf.dir/x12.go:5:1: exported function F12 should have comment or be unexported test/dwarf/dwarf.dir/x13.go:5:1: exported function F13 should have comment or be unexported test/dwarf/dwarf.dir/x14.go:5:1: exported function F14 should have comment or be unexported test/dwarf/dwarf.dir/x15.go:5:1: exported function F15 should have comment or be unexported test/dwarf/dwarf.dir/x16.go:5:1: exported function F16 should have comment or be unexported test/dwarf/dwarf.dir/x17.go:5:1: exported function F17 should have comment or be unexported test/dwarf/dwarf.dir/x18.go:5:1: exported function F18 should have comment or be unexported test/dwarf/dwarf.dir/x19.go:5:1: exported function F19 should have comment or be unexported test/dwarf/dwarf.dir/x2.go:5:1: exported function F2 should have comment or be unexported test/dwarf/dwarf.dir/x20.go:5:1: exported function F20 should have comment or be unexported test/dwarf/dwarf.dir/x3.go:5:1: exported function F3 should have comment or be unexported test/dwarf/dwarf.dir/x4.go:5:1: exported function F4 should have comment or be unexported test/dwarf/dwarf.dir/x5.go:5:1: exported function F5 should have comment or be unexported test/dwarf/dwarf.dir/x6.go:5:1: exported function F6 should have comment or be unexported test/dwarf/dwarf.dir/x7.go:5:1: exported function F7 should have comment or be unexported test/dwarf/dwarf.dir/x8.go:5:1: exported function F8 should have comment or be unexported test/dwarf/dwarf.dir/x9.go:5:1: exported function F9 should have comment or be unexported test/fixedbugs/bug313.dir/b.go:7:8: should not use dot imports test/fixedbugs/bug488.dir/b.go:7:8: should not use dot imports test/fixedbugs/issue15071.dir/exp/exp.go:7:1: exported function Exported should have comment or be unexported test/fixedbugs/issue22877.dir/p.go:7:6: exported type S should have comment or be unexported test/fixedbugs/issue22877.dir/p.go:8:6: exported type SS should have comment or be unexported test/intrinsic.dir/main.go:12:5: exported var A should have comment or be unexported test/intrinsic.dir/main.go:13:5: exported var B should have comment or be unexported test/ken/chan.go:25:6: exported type Chan should have comment or be unexported test/ken/chan.go:34:13: should omit type int from declaration of var end; it will be inferred from the right-hand side test/ken/chan1.go:13:7: exported const N should have comment or be unexported test/ken/chan1.go:14:7: exported const M should have comment or be unexported test/ken/chan1.go:15:7: exported const W should have comment or be unexported test/ken/complit.go:11:6: exported type M should have comment or be unexported test/ken/complit.go:12:6: exported type S should have comment or be unexported test/ken/complit.go:13:6: exported type SS should have comment or be unexported test/ken/complit.go:14:6: exported type SA should have comment or be unexported test/ken/complit.go:15:6: exported type SC should have comment or be unexported test/ken/complit.go:16:6: exported type SM should have comment or be unexported test/ken/cplx0.go:12:2: exported const R should have comment (or a comment on this block) or be unexported test/ken/cplx1.go:12:2: exported const R should have comment (or a comment on this block) or be unexported test/ken/cplx2.go:12:2: exported const R should have comment (or a comment on this block) or be unexported test/ken/cplx3.go:15:2: exported const R should have comment (or a comment on this block) or be unexported test/ken/cplx4.go:15:2: exported const R should have comment (or a comment on this block) or be unexported test/ken/divconst.go:13:7: exported const Count should have comment or be unexported test/ken/divmod.go:49:10: should omit type int from declaration of var in1; it will be inferred from the right-hand side test/ken/divmod.go:50:10: should omit type int from declaration of var in2; it will be inferred from the right-hand side test/ken/divmod.go:51:10: should omit type int from declaration of var id1; it will be inferred from the right-hand side test/ken/divmod.go:52:10: should omit type int from declaration of var id2; it will be inferred from the right-hand side test/ken/embed.go:12:6: exported type I should have comment or be unexported test/ken/embed.go:26:6: exported type SubpSubp should have comment or be unexported test/ken/embed.go:44:6: exported type SubpSub should have comment or be unexported test/ken/embed.go:63:6: exported type SubSubp should have comment or be unexported test/ken/embed.go:80:6: exported type SubSub should have comment or be unexported test/ken/embed.go:97:6: exported type Subp should have comment or be unexported test/ken/embed.go:116:6: exported type Sub should have comment or be unexported test/ken/embed.go:135:6: exported type S should have comment or be unexported test/ken/interbasic.go:13:6: exported type I0 should have comment or be unexported test/ken/interfun.go:11:6: exported type S should have comment or be unexported test/ken/interfun.go:15:6: exported type I1 should have comment or be unexported test/ken/interfun.go:19:6: exported type I2 should have comment or be unexported test/ken/interfun.go:24:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/interfun.go:28:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/intervar.go:11:6: exported type Iputs should have comment or be unexported test/ken/intervar.go:17:6: exported type Print should have comment or be unexported test/ken/intervar.go:29:6: exported type Bio should have comment or be unexported test/ken/intervar.go:41:6: exported type File should have comment or be unexported test/ken/modconst.go:13:7: exported const Count should have comment or be unexported test/ken/ptrfun.go:11:6: exported type C should have comment or be unexported test/ken/ptrfun.go:16:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob1.go:11:6: exported type Item should have comment or be unexported test/ken/rob1.go:15:6: exported type ListItem should have comment or be unexported test/ken/rob1.go:20:6: exported type List should have comment or be unexported test/ken/rob1.go:24:1: exported method List.Init should have comment or be unexported test/ken/rob1.go:28:1: exported method List.Insert should have comment or be unexported test/ken/rob1.go:35:1: exported method List.Print should have comment or be unexported test/ken/rob1.go:45:1: comment on exported type Integer should be of the form "Integer ..." (with optional leading article) test/ken/rob1.go:50:1: exported method Integer.Init should have comment or be unexported test/ken/rob1.go:50:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob1.go:55:1: exported method Integer.Print should have comment or be unexported test/ken/rob1.go:55:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob2.go:16:6: exported type Atom should have comment or be unexported test/ken/rob2.go:22:6: exported type List should have comment or be unexported test/ken/rob2.go:27:6: exported type Slist should have comment or be unexported test/ken/rob2.go:37:1: exported method Slist.Car should have comment or be unexported test/ken/rob2.go:37:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob2.go:41:1: exported method Slist.Cdr should have comment or be unexported test/ken/rob2.go:41:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob2.go:45:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob2.go:49:1: exported method Slist.Integer should have comment or be unexported test/ken/rob2.go:49:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" test/ken/rob2.go:53:1: exported method Slist.Free should have comment or be unexported test/ken/rob2.go:69:11: should omit type int from declaration of var peekc; it will be inferred from the right-hand side test/ken/rob2.go:73:22: should drop = 0 from declaration of var inputindex; it is the zero value test/ken/rob2.go:75:20: should drop = 0 from declaration of var tokenlen; it is the zero value test/ken/rob2.go:77:7: exported const EOF should have comment or be unexported test/ken/rob2.go:97:1: exported method Slist.PrintOne should have comment or be unexported test/ken/rob2.go:124:1: exported method Slist.Print should have comment or be unexported test/ken/rob2.go:128:1: exported function Get should have comment or be unexported test/ken/rob2.go:148:1: exported function WhiteSpace should have comment or be unexported test/ken/rob2.go:152:1: exported function NextToken should have comment or be unexported test/ken/rob2.go:192:1: exported function Expect should have comment or be unexported test/ken/rob2.go:200:1: comment on exported function ParseList should be of the form "ParseList ..." test/ken/rob2.go:238:14: should drop = 0 from declaration of var v; it is the zero value test/ken/rob2.go:245:1: exported function Parse should have comment or be unexported test/ken/rob2.go:256:9: if block ends with a return statement, so drop this else and outdent its block test/ken/rob2.go:275:1: exported function OpenFile should have comment or be unexported test/ken/robfunc.go:49:6: exported type T should have comment or be unexported test/ken/robfunc.go:91:8: should omit type *T from declaration of var t; it will be inferred from the right-hand side test/stress/maps.go:20:6: exported type MapType should have comment or be unexported test/stress/maps.go:24:6: exported type Map should have comment or be unexported test/stress/runstress.go:35:1: exported function Println should have comment or be unexported