Skip to content

Instantly share code, notes, and snippets.

@vearutop
Created October 19, 2018 15:42
Show Gist options
  • Save vearutop/5dc3ac614b6892342286d57fe11ddebb to your computer and use it in GitHub Desktop.
Save vearutop/5dc3ac614b6892342286d57fe11ddebb to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
17:38:41 /usr/local/Cellar/go/1.11/libexec/src golint ./...
archive/tar/common.go:30:2: exported var ErrHeader should have comment or be unexported
archive/tar/common.go:99:2: const paxUid should be paxUID
archive/tar/common.go:151:2: struct field Uid should be UID
archive/tar/common.go:607:2: don't use underscores in Go names; const c_ISUID should be cISUID
archive/tar/common.go:608:2: don't use underscores in Go names; const c_ISGID should be cISGID
archive/tar/common.go:609:2: don't use underscores in Go names; const c_ISVTX should be cISVTX
archive/tar/common.go:613:2: don't use underscores in Go names; const c_ISDIR should be cISDIR
archive/tar/common.go:614:2: don't use underscores in Go names; const c_ISFIFO should be cISFIFO
archive/tar/common.go:615:2: don't use underscores in Go names; const c_ISREG should be cISREG
archive/tar/common.go:616:2: don't use underscores in Go names; const c_ISLNK should be cISLNK
archive/tar/common.go:617:2: don't use underscores in Go names; const c_ISBLK should be cISBLK
archive/tar/common.go:618:2: don't use underscores in Go names; const c_ISCHR should be cISCHR
archive/tar/common.go:619:2: don't use underscores in Go names; const c_ISSOCK should be cISSOCK
archive/zip/reader.go:20:2: exported var ErrFormat should have comment or be unexported
archive/zip/reader.go:25:6: exported type Reader should have comment or be unexported
archive/zip/reader.go:32:6: exported type ReadCloser should have comment or be unexported
archive/zip/reader.go:37:6: exported type File should have comment or be unexported
archive/zip/struct.go:261:2: don't use underscores in Go names; const s_IFMT should be sIFMT
archive/zip/struct.go:262:2: don't use underscores in Go names; const s_IFSOCK should be sIFSOCK
archive/zip/struct.go:263:2: don't use underscores in Go names; const s_IFLNK should be sIFLNK
archive/zip/struct.go:264:2: don't use underscores in Go names; const s_IFREG should be sIFREG
archive/zip/struct.go:265:2: don't use underscores in Go names; const s_IFBLK should be sIFBLK
archive/zip/struct.go:266:2: don't use underscores in Go names; const s_IFDIR should be sIFDIR
archive/zip/struct.go:267:2: don't use underscores in Go names; const s_IFCHR should be sIFCHR
archive/zip/struct.go:268:2: don't use underscores in Go names; const s_IFIFO should be sIFIFO
archive/zip/struct.go:269:2: don't use underscores in Go names; const s_ISUID should be sISUID
archive/zip/struct.go:270:2: don't use underscores in Go names; const s_ISGID should be sISGID
archive/zip/struct.go:271:2: don't use underscores in Go names; const s_ISVTX should be sISVTX
archive/zip/struct.go:306:1: receiver name fh should be consistent with previous receiver name h for FileHeader
bufio/bufio.go:22:2: exported var ErrInvalidUnreadByte should have comment or be unexported
bufio/bufio.go:70:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:74:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:86:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:116:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:126:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:157:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:190:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:236:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:251:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:271:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:293:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:304:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:316:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:369:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:411:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:458:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:467:1: receiver name b should be consistent with previous receiver name r for Reader
bufio/bufio.go:509:1: receiver name b should be consistent with previous receiver name r for Reader
builtin/builtin.go:5:1: package comment should not have leading space
cmd/api/goapi.go:345:6: exported type Walker should have comment or be unexported
cmd/api/goapi.go:354:1: exported function NewWalker should have comment or be unexported
cmd/api/goapi.go:363:1: exported method Walker.Features should have comment or be unexported
cmd/api/goapi.go:429:1: exported method Walker.Import should have comment or be unexported
cmd/asm/internal/arch/ppc64.go:42:1: exported function IsPPC64ISEL should have comment or be unexported
cmd/asm/internal/asm/parse.go:27:6: exported type Parser should have comment or be unexported
cmd/asm/internal/asm/parse.go:48:6: exported type Patch should have comment or be unexported
cmd/asm/internal/asm/parse.go:53:1: exported function NewParser should have comment or be unexported
cmd/asm/internal/asm/parse.go:93:1: exported method Parser.Parse should have comment or be unexported
cmd/asm/internal/asm/parse.go:591:9: if block ends with a return statement, so drop this else and outdent its block
cmd/asm/internal/flags/flags.go:18:2: exported var Debug should have comment or be unexported
cmd/asm/internal/flags/flags.go:28:2: exported var D should have comment or be unexported
cmd/asm/internal/flags/flags.go:48:1: exported method MultiFlag.Set should have comment or be unexported
cmd/asm/internal/flags/flags.go:53:1: exported function Usage should have comment or be unexported
cmd/asm/internal/flags/flags.go:60:1: exported function Parse should have comment or be unexported
cmd/asm/internal/lex/input.go:95:1: exported method Input.Next should have comment or be unexported
cmd/asm/internal/lex/input.go:138:1: exported method Input.Text should have comment or be unexported
cmd/asm/internal/lex/input.go:387:18: don't use underscores in Go names; method else_ should be else
cmd/asm/internal/lex/input.go:475:1: exported method Input.Push should have comment or be unexported
cmd/asm/internal/lex/input.go:482:1: exported method Input.Close should have comment or be unexported
cmd/asm/internal/lex/lex.go:23:2: comment on exported const LSH should be of the form "LSH ..."
cmd/asm/internal/lex/lex.go:26:2: exported const RSH should have comment (or a comment on this block) or be unexported
cmd/asm/internal/lex/slice.go:21:1: exported function NewSlice should have comment or be unexported
cmd/asm/internal/lex/slice.go:30:1: exported method Slice.Next should have comment or be unexported
cmd/asm/internal/lex/slice.go:38:1: exported method Slice.Text should have comment or be unexported
cmd/asm/internal/lex/slice.go:42:1: exported method Slice.File should have comment or be unexported
cmd/asm/internal/lex/slice.go:46:1: exported method Slice.Base should have comment or be unexported
cmd/asm/internal/lex/slice.go:50:1: exported method Slice.SetBase should have comment or be unexported
cmd/asm/internal/lex/slice.go:56:1: exported method Slice.Line should have comment or be unexported
cmd/asm/internal/lex/slice.go:60:1: exported method Slice.Col should have comment or be unexported
cmd/asm/internal/lex/slice.go:73:1: exported method Slice.Close should have comment or be unexported
cmd/asm/internal/lex/stack.go:24:1: exported method Stack.Next should have comment or be unexported
cmd/asm/internal/lex/stack.go:36:1: exported method Stack.Text should have comment or be unexported
cmd/asm/internal/lex/stack.go:40:1: exported method Stack.File should have comment or be unexported
cmd/asm/internal/lex/stack.go:44:1: exported method Stack.Base should have comment or be unexported
cmd/asm/internal/lex/stack.go:48:1: exported method Stack.SetBase should have comment or be unexported
cmd/asm/internal/lex/stack.go:52:1: exported method Stack.Line should have comment or be unexported
cmd/asm/internal/lex/stack.go:56:1: exported method Stack.Col should have comment or be unexported
cmd/asm/internal/lex/stack.go:60:1: exported method Stack.Close should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:30:1: exported function NewTokenizer should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:69:1: exported method Tokenizer.Text should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:83:1: exported method Tokenizer.File should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:87:1: exported method Tokenizer.Base should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:91:1: exported method Tokenizer.SetBase should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:95:1: exported method Tokenizer.Line should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:99:1: exported method Tokenizer.Col should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:103:1: exported method Tokenizer.Next should have comment or be unexported
cmd/asm/internal/lex/tokenizer.go:146:1: exported method Tokenizer.Close should have comment or be unexported
cmd/cgo/main.go:93:1: exported method Ref.Pos should have comment or be unexported
cmd/cgo/util.go:98:6: don't use underscores in Go names; func error_ should be error
cmd/compile/internal/amd64/galign.go:15:1: exported function Init should have comment or be unexported
cmd/compile/internal/amd64/ssa.go:47:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/amd64/ssa.go:88:9: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/arm/galign.go:14:1: exported function Init should have comment or be unexported
cmd/compile/internal/arm/ssa.go:33:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/arm/ssa.go:39:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/arm/ssa.go:80:9: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/arm64/galign.go:13:1: exported function Init should have comment or be unexported
cmd/compile/internal/arm64/ssa.go:31:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/arm64/ssa.go:37:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/arm64/ssa.go:43:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/alg.go:17:2: comment on exported const ANOEQ should be of the form "ANOEQ ..."
cmd/compile/internal/gc/alg.go:19:2: exported const AMEM0 should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/alg.go:33:2: comment on exported const AMEM should be of the form "AMEM ..."
cmd/compile/internal/gc/alg.go:36:2: comment on exported const ASPECIAL should be of the form "ASPECIAL ..."
cmd/compile/internal/gc/alg.go:308:2: don't use underscores in Go names; var old_safemode should be oldSafemode
cmd/compile/internal/gc/alg.go:492:2: don't use underscores in Go names; var old_safemode should be oldSafemode
cmd/compile/internal/gc/align.go:20:1: exported function Rnd should have comment or be unexported
cmd/compile/internal/gc/bv.go:61:1: receiver name dst should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:65:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:73:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:81:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:91:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:122:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:135:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:144:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:151:1: receiver name dst should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:163:1: receiver name dst should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:175:1: receiver name dst should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:186:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/bv.go:199:1: receiver name bv should be consistent with previous receiver name bv1 for bvec
cmd/compile/internal/gc/const.go:17:2: exported const CTxxx should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/const.go:28:6: exported type Val should have comment or be unexported
cmd/compile/internal/gc/const.go:39:1: exported method Val.Ctype should have comment or be unexported
cmd/compile/internal/gc/const.go:113:6: exported type NilVal should have comment or be unexported
cmd/compile/internal/gc/const.go:593:1: exported function Isconst should have comment or be unexported
cmd/compile/internal/gc/const.go:688:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:689:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:690:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:691:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:692:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:693:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:694:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:695:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:696:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:697:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:698:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:699:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:700:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:701:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:702:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:703:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:704:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:705:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:706:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:707:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:708:3: don't use underscores in Go names; const OOR_ should be OOR
cmd/compile/internal/gc/const.go:709:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:710:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:711:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:712:3: don't use underscores in Go names; const OEQ_ should be OEQ
cmd/compile/internal/gc/const.go:713:3: don't use underscores in Go names; const ONE_ should be ONE
cmd/compile/internal/gc/const.go:714:3: don't use underscores in Go names; const OLT_ should be OLT
cmd/compile/internal/gc/const.go:715:3: don't use underscores in Go names; const OLE_ should be OLE
cmd/compile/internal/gc/const.go:716:3: don't use underscores in Go names; const OGE_ should be OGE
cmd/compile/internal/gc/const.go:717:3: don't use underscores in Go names; const OGT_ should be OGT
cmd/compile/internal/gc/const.go:718:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:719:3: don't use ALL_CAPS in Go names; use CamelCase
cmd/compile/internal/gc/const.go:1277:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/dcl.go:58:5: don't use underscores in Go names; var declare_typegen should be declareTypegen
cmd/compile/internal/gc/dwinl.go:145:5: should replace synthCount += 1 with synthCount++
cmd/compile/internal/gc/esc.go:187:2: exported const EscFuncUnknown should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/esc.go:222:1: comment on exported type Level should be of the form "Level ..." (with optional leading article)
cmd/compile/internal/gc/esc.go:228:1: comment on exported const MinLevel should be of the form "MinLevel ..."
cmd/compile/internal/gc/esc.go:297:1: receiver name l1 should be consistent with previous receiver name l for Level
cmd/compile/internal/gc/esc.go:322:6: exported type NodeEscState should have comment or be unexported
cmd/compile/internal/gc/esc.go:403:6: exported type EscState should have comment or be unexported
cmd/compile/internal/gc/esc.go:1800:7: exported const NOTALOOPDEPTH should have comment or be unexported
cmd/compile/internal/gc/export.go:17:2: don't use underscores in Go names; var Debug_export should be DebugExport
cmd/compile/internal/gc/export.go:17:2: exported var Debug_export should have comment or be unexported
cmd/compile/internal/gc/fmt.go:21:2: exported const FmtLeft should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/fmt.go:97:2: const FTypeId should be FTypeID
cmd/compile/internal/gc/fmt.go:98:2: const FTypeIdName should be FTypeIDName
cmd/compile/internal/gc/fmt.go:209:1: exported method Op.GoString should have comment or be unexported
cmd/compile/internal/gc/fmt.go:240:2: type fmtNodeTypeId should be fmtNodeTypeID
cmd/compile/internal/gc/fmt.go:241:2: type fmtNodeTypeIdName should be fmtNodeTypeIDName
cmd/compile/internal/gc/fmt.go:245:2: type fmtOpTypeId should be fmtOpTypeID
cmd/compile/internal/gc/fmt.go:246:2: type fmtOpTypeIdName should be fmtOpTypeIDName
cmd/compile/internal/gc/fmt.go:250:2: type fmtTypeTypeId should be fmtTypeTypeID
cmd/compile/internal/gc/fmt.go:251:2: type fmtTypeTypeIdName should be fmtTypeTypeIDName
cmd/compile/internal/gc/fmt.go:255:2: type fmtSymTypeId should be fmtSymTypeID
cmd/compile/internal/gc/fmt.go:256:2: type fmtSymTypeIdName should be fmtSymTypeIDName
cmd/compile/internal/gc/fmt.go:260:2: type fmtNodesTypeId should be fmtNodesTypeID
cmd/compile/internal/gc/fmt.go:261:2: type fmtNodesTypeIdName should be fmtNodesTypeIDName
cmd/compile/internal/gc/fmt.go:268:1: exported method Node.Format should have comment or be unexported
cmd/compile/internal/gc/fmt.go:274:1: exported method Op.Format should have comment or be unexported
cmd/compile/internal/gc/fmt.go:298:1: exported method Nodes.Format should have comment or be unexported
cmd/compile/internal/gc/fmt.go:501:1: exported method Val.Format should have comment or be unexported
cmd/compile/internal/gc/fmt.go:1243:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/fmt.go:1322:12: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/fmt.go:1798:1: receiver name l should be consistent with previous receiver name n for Nodes
cmd/compile/internal/gc/fmt.go:1813:1: receiver name l should be consistent with previous receiver name n for Nodes
cmd/compile/internal/gc/fmt.go:1839:1: exported function Dump should have comment or be unexported
cmd/compile/internal/gc/go.go:16:2: exported const BADWIDTH should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/go.go:63:5: don't use underscores in Go names; var array_array should be arrayArray
cmd/compile/internal/gc/go.go:65:5: don't use underscores in Go names; var array_nel should be arrayNel
cmd/compile/internal/gc/go.go:67:5: don't use underscores in Go names; var array_cap should be arrayCap
cmd/compile/internal/gc/go.go:69:5: don't use underscores in Go names; var sizeof_Array should be sizeofArray
cmd/compile/internal/gc/go.go:79:5: don't use underscores in Go names; var sizeof_String should be sizeofString
cmd/compile/internal/gc/go.go:103:5: exported var Debug should have comment or be unexported
cmd/compile/internal/gc/go.go:107:5: don't use underscores in Go names; var Debug_checknil should be DebugChecknil
cmd/compile/internal/gc/go.go:107:5: exported var Debug_checknil should have comment or be unexported
cmd/compile/internal/gc/go.go:108:5: don't use underscores in Go names; var Debug_typeassert should be DebugTypeassert
cmd/compile/internal/gc/go.go:108:5: exported var Debug_typeassert should have comment or be unexported
cmd/compile/internal/gc/go.go:118:5: exported var Runtimepkg should have comment or be unexported
cmd/compile/internal/gc/go.go:189:5: exported var Curfn should have comment or be unexported
cmd/compile/internal/gc/go.go:191:5: exported var Widthptr should have comment or be unexported
cmd/compile/internal/gc/go.go:193:5: exported var Widthreg should have comment or be unexported
cmd/compile/internal/gc/go.go:199:5: don't use underscores in Go names; var compiling_runtime should be compilingRuntime
cmd/compile/internal/gc/go.go:202:5: don't use underscores in Go names; var compiling_std should be compilingStd
cmd/compile/internal/gc/go.go:204:5: don't use underscores in Go names; var compiling_wrappers should be compilingWrappers
cmd/compile/internal/gc/go.go:206:5: don't use underscores in Go names; var use_writebarrier should be useWritebarrier
cmd/compile/internal/gc/go.go:208:5: don't use underscores in Go names; var pure_go should be pureGo
cmd/compile/internal/gc/go.go:210:5: don't use underscores in Go names; var flag_installsuffix should be flagInstallsuffix
cmd/compile/internal/gc/go.go:212:5: don't use underscores in Go names; var flag_race should be flagRace
cmd/compile/internal/gc/go.go:214:5: don't use underscores in Go names; var flag_msan should be flagMsan
cmd/compile/internal/gc/go.go:232:5: exported var Ctxt should have comment or be unexported
cmd/compile/internal/gc/go.go:236:5: exported var Nacl should have comment or be unexported
cmd/compile/internal/gc/go.go:240:5: don't use underscores in Go names; var disable_checknil should be disableChecknil
cmd/compile/internal/gc/go.go:246:6: exported type Arch should have comment or be unexported
cmd/compile/internal/gc/go.go:280:2: exported var Deferproc should have its own declaration
cmd/compile/internal/gc/go.go:313:2: exported var ControlWord32 should have its own declaration
cmd/compile/internal/gc/go.go:317:2: exported var WasmZero should have its own declaration
cmd/compile/internal/gc/gsubr.go:78:1: exported method Progs.NewProg should have comment or be unexported
cmd/compile/internal/gc/gsubr.go:156:1: exported method Progs.Appendpp should have comment or be unexported
cmd/compile/internal/gc/gsubr.go:283:1: exported function Addrconst should have comment or be unexported
cmd/compile/internal/gc/gsubr.go:289:1: exported function Patch should have comment or be unexported
cmd/compile/internal/gc/iimport.go:362:1: receiver name p should be consistent with previous receiver name r for importReader
cmd/compile/internal/gc/iimport.go:392:1: receiver name p should be consistent with previous receiver name r for importReader
cmd/compile/internal/gc/iimport.go:431:1: receiver name p should be consistent with previous receiver name r for importReader
cmd/compile/internal/gc/inl.go:92:2: don't use underscores in Go names; var save_safemode should be saveSafemode
cmd/compile/internal/gc/inl.go:821:2: don't use underscores in Go names; var save_safemode should be saveSafemode
cmd/compile/internal/gc/inl.go:1148:13: don't use underscores in Go names; func parameter var_ should be var
cmd/compile/internal/gc/lex.go:32:2: comment on exported const Nointerface should be of the form "Nointerface ..."
cmd/compile/internal/gc/lex.go:34:2: exported const Noescape should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/lex.go:41:2: comment on exported const Systemstack should be of the form "Systemstack ..."
cmd/compile/internal/gc/lex.go:48:2: comment on exported const NotInHeap should be of the form "NotInHeap ..."
cmd/compile/internal/gc/main.go:32:5: don't use underscores in Go names; var imported_unsafe should be importedUnsafe
cmd/compile/internal/gc/main.go:39:2: don't use underscores in Go names; var Debug_append should be DebugAppend
cmd/compile/internal/gc/main.go:39:2: exported var Debug_append should have comment or be unexported
cmd/compile/internal/gc/main.go:40:2: don't use underscores in Go names; var Debug_asm should be DebugAsm
cmd/compile/internal/gc/main.go:41:2: don't use underscores in Go names; var Debug_closure should be DebugClosure
cmd/compile/internal/gc/main.go:42:2: don't use underscores in Go names; var Debug_compilelater should be DebugCompilelater
cmd/compile/internal/gc/main.go:43:2: don't use underscores in Go names; var debug_dclstack should be debugDclstack
cmd/compile/internal/gc/main.go:44:2: don't use underscores in Go names; var Debug_panic should be DebugPanic
cmd/compile/internal/gc/main.go:45:2: don't use underscores in Go names; var Debug_slice should be DebugSlice
cmd/compile/internal/gc/main.go:46:2: don't use underscores in Go names; var Debug_vlog should be DebugVlog
cmd/compile/internal/gc/main.go:47:2: don't use underscores in Go names; var Debug_wb should be DebugWb
cmd/compile/internal/gc/main.go:48:2: don't use underscores in Go names; var Debug_pctab should be DebugPctab
cmd/compile/internal/gc/main.go:49:2: don't use underscores in Go names; var Debug_locationlist should be DebugLocationlist
cmd/compile/internal/gc/main.go:50:2: don't use underscores in Go names; var Debug_typecheckinl should be DebugTypecheckinl
cmd/compile/internal/gc/main.go:51:2: don't use underscores in Go names; var Debug_gendwarfinl should be DebugGendwarfinl
cmd/compile/internal/gc/main.go:52:2: don't use underscores in Go names; var Debug_softfloat should be DebugSoftfloat
cmd/compile/internal/gc/main.go:233:6: don't use underscores in Go names; var flag_shared should be flagShared
cmd/compile/internal/gc/main.go:234:6: don't use underscores in Go names; var flag_dynlink should be flagDynlink
cmd/compile/internal/gc/main.go:941:2: don't use underscores in Go names; var path_ should be path
cmd/compile/internal/gc/main.go:1227:1: exported function IsAlias should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:16:2: comment on exported const Mpprec should be of the form "Mpprec ..."
cmd/compile/internal/gc/mpfloat.go:19:2: comment on exported const Mpdebug should be of the form "Mpdebug ..."
cmd/compile/internal/gc/mpfloat.go:47:1: exported method Mpflt.SetInt should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:56:1: exported method Mpflt.Set should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:60:1: exported method Mpflt.Add should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:72:1: exported method Mpflt.AddFloat64 should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:79:1: exported method Mpflt.Sub should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:91:1: exported method Mpflt.Mul should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:103:1: exported method Mpflt.MulFloat64 should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:110:1: exported method Mpflt.Quo should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:122:1: exported method Mpflt.Cmp should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:126:1: exported method Mpflt.CmpFloat64 should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:133:1: exported method Mpflt.Float64 should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:144:1: exported method Mpflt.Float32 should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:156:1: exported method Mpflt.SetFloat64 should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:172:1: exported method Mpflt.Neg should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:179:1: exported method Mpflt.SetString should have comment or be unexported
cmd/compile/internal/gc/mpfloat.go:203:1: receiver name f should be consistent with previous receiver name a for Mpflt
cmd/compile/internal/gc/mpfloat.go:267:1: comment on exported method Mpcplx.Mul should be of the form "Mul ..."
cmd/compile/internal/gc/mpfloat.go:291:1: comment on exported method Mpcplx.Div should be of the form "Div ..."
cmd/compile/internal/gc/mpfloat.go:298:22: don't use underscores in Go names; var cc_plus_dd should be ccPlusDd
cmd/compile/internal/gc/mpint.go:21:1: exported method Mpint.SetOverflow should have comment or be unexported
cmd/compile/internal/gc/mpint.go:35:1: exported method Mpint.Set should have comment or be unexported
cmd/compile/internal/gc/mpint.go:39:1: exported method Mpint.SetFloat should have comment or be unexported
cmd/compile/internal/gc/mpint.go:73:1: exported method Mpint.Add should have comment or be unexported
cmd/compile/internal/gc/mpint.go:89:1: exported method Mpint.Sub should have comment or be unexported
cmd/compile/internal/gc/mpint.go:105:1: exported method Mpint.Mul should have comment or be unexported
cmd/compile/internal/gc/mpint.go:121:1: exported method Mpint.Quo should have comment or be unexported
cmd/compile/internal/gc/mpint.go:138:1: exported method Mpint.Rem should have comment or be unexported
cmd/compile/internal/gc/mpint.go:155:1: exported method Mpint.Or should have comment or be unexported
cmd/compile/internal/gc/mpint.go:167:1: exported method Mpint.And should have comment or be unexported
cmd/compile/internal/gc/mpint.go:179:1: exported method Mpint.AndNot should have comment or be unexported
cmd/compile/internal/gc/mpint.go:191:1: exported method Mpint.Xor should have comment or be unexported
cmd/compile/internal/gc/mpint.go:203:1: exported method Mpint.Lsh should have comment or be unexported
cmd/compile/internal/gc/mpint.go:230:1: exported method Mpint.Rsh should have comment or be unexported
cmd/compile/internal/gc/mpint.go:253:1: exported method Mpint.Cmp should have comment or be unexported
cmd/compile/internal/gc/mpint.go:257:1: exported method Mpint.CmpInt64 should have comment or be unexported
cmd/compile/internal/gc/mpint.go:264:1: exported method Mpint.Neg should have comment or be unexported
cmd/compile/internal/gc/mpint.go:268:1: exported method Mpint.Int64 should have comment or be unexported
cmd/compile/internal/gc/mpint.go:279:1: exported method Mpint.SetInt64 should have comment or be unexported
cmd/compile/internal/gc/mpint.go:283:1: exported method Mpint.SetString should have comment or be unexported
cmd/compile/internal/gc/mpint.go:302:1: receiver name x should be consistent with previous receiver name a for Mpint
cmd/compile/internal/gc/noder.go:1363:27: don't use underscores in Go names; method parameter src_ should be src
cmd/compile/internal/gc/obj.go:20:1: comment on exported const ArhdrSize should be of the form "ArhdrSize ..."
cmd/compile/internal/gc/obj.go:366:5: don't use underscores in Go names; var slicebytes_gen should be slicebytesGen
cmd/compile/internal/gc/phi.go:81:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/phi.go:114:7: don't use underscores in Go names; range var var_ should be var
cmd/compile/internal/gc/phi.go:186:41: don't use underscores in Go names; method parameter var_ should be var
cmd/compile/internal/gc/phi.go:328:7: don't use underscores in Go names; range var var_ should be var
cmd/compile/internal/gc/phi.go:452:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/phi.go:466:3: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/phi.go:514:73: don't use underscores in Go names; method parameter var_ should be var
cmd/compile/internal/gc/plive.go:107:1: comment on exported type Liveness should be of the form "Liveness ..." (with optional leading article)
cmd/compile/internal/gc/plive.go:161:1: exported method LivenessMap.Get should have comment or be unexported
cmd/compile/internal/gc/plive.go:184:1: exported method LivenessIndex.Valid should have comment or be unexported
cmd/compile/internal/gc/racewalk.go:31:5: don't use underscores in Go names; var omit_pkgs should be omitPkgs
cmd/compile/internal/gc/racewalk.go:35:5: don't use underscores in Go names; var norace_inst_pkgs should be noraceInstPkgs
cmd/compile/internal/gc/reflect.go:45:6: exported type Sig should have comment or be unexported
cmd/compile/internal/gc/reflect.go:49:2: don't use underscores in Go names; struct field type_ should be type
cmd/compile/internal/gc/reflect.go:1783:6: exported type GCProg should have comment or be unexported
cmd/compile/internal/gc/reflect.go:1783:6: type name will be used as gc.GCProg by other packages, and that stutters; consider calling this Prog
cmd/compile/internal/gc/reflect.go:1789:5: don't use underscores in Go names; var Debug_gcprog should be DebugGcprog
cmd/compile/internal/gc/reflect.go:1789:5: exported var Debug_gcprog should have comment or be unexported
cmd/compile/internal/gc/sinit.go:20:6: exported type InitEntry should have comment or be unexported
cmd/compile/internal/gc/sinit.go:25:6: exported type InitPlan should have comment or be unexported
cmd/compile/internal/gc/sinit.go:702:57: don't use underscores in Go names; func parameter var_ should be var
cmd/compile/internal/gc/sinit.go:768:42: don't use underscores in Go names; func parameter var_ should be var
cmd/compile/internal/gc/sinit.go:1051:22: don't use underscores in Go names; func parameter var_ should be var
cmd/compile/internal/gc/ssa.go:26:2: don't use underscores in Go names; var types_ should be types
cmd/compile/internal/gc/ssa.go:334:17: don't use underscores in Go names; method Debug_checknil should be DebugChecknil
cmd/compile/internal/gc/ssa.go:1402:9: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/ssa.go:2234:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/ssa.go:3707:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/ssa.go:4178:5: don't use underscores in Go names; var u64_f64 should be u64F64
cmd/compile/internal/gc/ssa.go:4188:5: don't use underscores in Go names; var u64_f32 should be u64F32
cmd/compile/internal/gc/ssa.go:4269:5: don't use underscores in Go names; var u32_f64 should be u32F64
cmd/compile/internal/gc/ssa.go:4274:5: don't use underscores in Go names; var u32_f32 should be u32F32
cmd/compile/internal/gc/ssa.go:4384:5: don't use underscores in Go names; var f32_u64 should be f32U64
cmd/compile/internal/gc/ssa.go:4394:5: don't use underscores in Go names; var f64_u64 should be f64U64
cmd/compile/internal/gc/ssa.go:4404:5: don't use underscores in Go names; var f32_u32 should be f32U32
cmd/compile/internal/gc/ssa.go:4414:5: don't use underscores in Go names; var f64_u32 should be f64U32
cmd/compile/internal/gc/ssa.go:4810:1: comment on exported method SSAGenState.DebugFriendlySetPosFrom should be of the form "DebugFriendlySetPosFrom ..."
cmd/compile/internal/gc/ssa.go:5119:6: exported type FloatingEQNEJump should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5132:1: exported method SSAGenState.FPJump should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5150:1: exported function AuxOffset should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5168:1: exported function AddAux2 should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5291:1: exported function AddrAuto should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5304:1: exported method SSAGenState.AddrScratch should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5610:37: don't use underscores in Go names; method parameter fmt_ should be fmt
cmd/compile/internal/gc/ssa.go:5614:17: don't use underscores in Go names; method Debug_checknil should be DebugChecknil
cmd/compile/internal/gc/ssa.go:5643:1: exported method Node.Typ should have comment or be unexported
cmd/compile/internal/gc/ssa.go:5646:1: exported method Node.StorageClass should have comment or be unexported
cmd/compile/internal/gc/subr.go:24:6: exported type Error should have comment or be unexported
cmd/compile/internal/gc/subr.go:153:1: exported function Warn should have comment or be unexported
cmd/compile/internal/gc/subr.go:153:11: don't use underscores in Go names; func parameter fmt_ should be fmt
cmd/compile/internal/gc/subr.go:159:1: exported function Warnl should have comment or be unexported
cmd/compile/internal/gc/subr.go:159:27: don't use underscores in Go names; func parameter fmt_ should be fmt
cmd/compile/internal/gc/subr.go:166:1: exported function Fatalf should have comment or be unexported
cmd/compile/internal/gc/subr.go:166:13: don't use underscores in Go names; func parameter fmt_ should be fmt
cmd/compile/internal/gc/subr.go:1143:2: don't use underscores in Go names; var fmt_ should be fmt
cmd/compile/internal/gc/subr.go:1145:3: don't use underscores in Go names; var fmt_ should be fmt
cmd/compile/internal/gc/subr.go:1148:3: don't use underscores in Go names; var fmt_ should be fmt
cmd/compile/internal/gc/subr.go:1154:4: don't use underscores in Go names; var fmt_ should be fmt
cmd/compile/internal/gc/subr.go:1156:4: don't use underscores in Go names; var fmt_ should be fmt
cmd/compile/internal/gc/subr.go:1459:6: exported type Symlink should have comment or be unexported
cmd/compile/internal/gc/syntax.go:62:1: exported method Node.ResetAux should have comment or be unexported
cmd/compile/internal/gc/syntax.go:66:1: exported method Node.SubOp should have comment or be unexported
cmd/compile/internal/gc/syntax.go:75:1: exported method Node.SetSubOp should have comment or be unexported
cmd/compile/internal/gc/syntax.go:84:1: exported method Node.IndexMapLValue should have comment or be unexported
cmd/compile/internal/gc/syntax.go:91:1: exported method Node.SetIndexMapLValue should have comment or be unexported
cmd/compile/internal/gc/syntax.go:102:1: exported method Node.TChanDir should have comment or be unexported
cmd/compile/internal/gc/syntax.go:109:1: exported method Node.SetTChanDir should have comment or be unexported
cmd/compile/internal/gc/syntax.go:116:1: exported method Node.IsSynthetic should have comment or be unexported
cmd/compile/internal/gc/syntax.go:163:1: exported method Node.Class should have comment or be unexported
cmd/compile/internal/gc/syntax.go:164:1: exported method Node.Walkdef should have comment or be unexported
cmd/compile/internal/gc/syntax.go:165:1: exported method Node.Typecheck should have comment or be unexported
cmd/compile/internal/gc/syntax.go:166:1: exported method Node.Initorder should have comment or be unexported
cmd/compile/internal/gc/syntax.go:168:1: exported method Node.HasBreak should have comment or be unexported
cmd/compile/internal/gc/syntax.go:169:1: exported method Node.IsClosureVar should have comment or be unexported
cmd/compile/internal/gc/syntax.go:170:1: exported method Node.NoInline should have comment or be unexported
cmd/compile/internal/gc/syntax.go:171:1: exported method Node.IsOutputParamHeapAddr should have comment or be unexported
cmd/compile/internal/gc/syntax.go:172:1: exported method Node.Assigned should have comment or be unexported
cmd/compile/internal/gc/syntax.go:173:1: exported method Node.Addrtaken should have comment or be unexported
cmd/compile/internal/gc/syntax.go:174:1: exported method Node.Implicit should have comment or be unexported
cmd/compile/internal/gc/syntax.go:175:1: exported method Node.Isddd should have comment or be unexported
cmd/compile/internal/gc/syntax.go:176:1: exported method Node.Diag should have comment or be unexported
cmd/compile/internal/gc/syntax.go:177:1: exported method Node.Colas should have comment or be unexported
cmd/compile/internal/gc/syntax.go:178:1: exported method Node.NonNil should have comment or be unexported
cmd/compile/internal/gc/syntax.go:179:1: exported method Node.Noescape should have comment or be unexported
cmd/compile/internal/gc/syntax.go:180:1: exported method Node.Bounded should have comment or be unexported
cmd/compile/internal/gc/syntax.go:181:1: exported method Node.Addable should have comment or be unexported
cmd/compile/internal/gc/syntax.go:182:1: exported method Node.HasCall should have comment or be unexported
cmd/compile/internal/gc/syntax.go:183:1: exported method Node.Likely should have comment or be unexported
cmd/compile/internal/gc/syntax.go:184:1: exported method Node.HasVal should have comment or be unexported
cmd/compile/internal/gc/syntax.go:185:1: exported method Node.HasOpt should have comment or be unexported
cmd/compile/internal/gc/syntax.go:186:1: exported method Node.Embedded should have comment or be unexported
cmd/compile/internal/gc/syntax.go:187:1: exported method Node.InlFormal should have comment or be unexported
cmd/compile/internal/gc/syntax.go:188:1: exported method Node.InlLocal should have comment or be unexported
cmd/compile/internal/gc/syntax.go:190:1: exported method Node.SetClass should have comment or be unexported
cmd/compile/internal/gc/syntax.go:191:1: exported method Node.SetWalkdef should have comment or be unexported
cmd/compile/internal/gc/syntax.go:192:1: exported method Node.SetTypecheck should have comment or be unexported
cmd/compile/internal/gc/syntax.go:193:1: exported method Node.SetInitorder should have comment or be unexported
cmd/compile/internal/gc/syntax.go:195:1: exported method Node.SetHasBreak should have comment or be unexported
cmd/compile/internal/gc/syntax.go:196:1: exported method Node.SetIsClosureVar should have comment or be unexported
cmd/compile/internal/gc/syntax.go:197:1: exported method Node.SetNoInline should have comment or be unexported
cmd/compile/internal/gc/syntax.go:198:1: exported method Node.SetIsOutputParamHeapAddr should have comment or be unexported
cmd/compile/internal/gc/syntax.go:199:1: exported method Node.SetAssigned should have comment or be unexported
cmd/compile/internal/gc/syntax.go:200:1: exported method Node.SetAddrtaken should have comment or be unexported
cmd/compile/internal/gc/syntax.go:201:1: exported method Node.SetImplicit should have comment or be unexported
cmd/compile/internal/gc/syntax.go:202:1: exported method Node.SetIsddd should have comment or be unexported
cmd/compile/internal/gc/syntax.go:203:1: exported method Node.SetDiag should have comment or be unexported
cmd/compile/internal/gc/syntax.go:204:1: exported method Node.SetColas should have comment or be unexported
cmd/compile/internal/gc/syntax.go:205:1: exported method Node.SetNonNil should have comment or be unexported
cmd/compile/internal/gc/syntax.go:206:1: exported method Node.SetNoescape should have comment or be unexported
cmd/compile/internal/gc/syntax.go:207:1: exported method Node.SetBounded should have comment or be unexported
cmd/compile/internal/gc/syntax.go:208:1: exported method Node.SetAddable should have comment or be unexported
cmd/compile/internal/gc/syntax.go:209:1: exported method Node.SetHasCall should have comment or be unexported
cmd/compile/internal/gc/syntax.go:210:1: exported method Node.SetLikely should have comment or be unexported
cmd/compile/internal/gc/syntax.go:211:1: exported method Node.SetHasVal should have comment or be unexported
cmd/compile/internal/gc/syntax.go:212:1: exported method Node.SetHasOpt should have comment or be unexported
cmd/compile/internal/gc/syntax.go:213:1: exported method Node.SetEmbedded should have comment or be unexported
cmd/compile/internal/gc/syntax.go:214:1: exported method Node.SetInlFormal should have comment or be unexported
cmd/compile/internal/gc/syntax.go:215:1: exported method Node.SetInlLocal should have comment or be unexported
cmd/compile/internal/gc/syntax.go:259:1: exported method Node.Iota should have comment or be unexported
cmd/compile/internal/gc/syntax.go:263:1: exported method Node.SetIota should have comment or be unexported
cmd/compile/internal/gc/syntax.go:312:1: exported method Name.Captured should have comment or be unexported
cmd/compile/internal/gc/syntax.go:313:1: exported method Name.Readonly should have comment or be unexported
cmd/compile/internal/gc/syntax.go:314:1: exported method Name.Byval should have comment or be unexported
cmd/compile/internal/gc/syntax.go:315:1: exported method Name.Needzero should have comment or be unexported
cmd/compile/internal/gc/syntax.go:316:1: exported method Name.Keepalive should have comment or be unexported
cmd/compile/internal/gc/syntax.go:317:1: exported method Name.AutoTemp should have comment or be unexported
cmd/compile/internal/gc/syntax.go:318:1: exported method Name.Used should have comment or be unexported
cmd/compile/internal/gc/syntax.go:320:1: exported method Name.SetCaptured should have comment or be unexported
cmd/compile/internal/gc/syntax.go:321:1: exported method Name.SetReadonly should have comment or be unexported
cmd/compile/internal/gc/syntax.go:322:1: exported method Name.SetByval should have comment or be unexported
cmd/compile/internal/gc/syntax.go:323:1: exported method Name.SetNeedzero should have comment or be unexported
cmd/compile/internal/gc/syntax.go:324:1: exported method Name.SetKeepalive should have comment or be unexported
cmd/compile/internal/gc/syntax.go:325:1: exported method Name.SetAutoTemp should have comment or be unexported
cmd/compile/internal/gc/syntax.go:326:1: exported method Name.SetUsed should have comment or be unexported
cmd/compile/internal/gc/syntax.go:328:6: exported type Param should have comment or be unexported
cmd/compile/internal/gc/syntax.go:537:1: exported method Func.Dupok should have comment or be unexported
cmd/compile/internal/gc/syntax.go:538:1: exported method Func.Wrapper should have comment or be unexported
cmd/compile/internal/gc/syntax.go:539:1: exported method Func.Needctxt should have comment or be unexported
cmd/compile/internal/gc/syntax.go:540:1: exported method Func.ReflectMethod should have comment or be unexported
cmd/compile/internal/gc/syntax.go:541:1: exported method Func.IsHiddenClosure should have comment or be unexported
cmd/compile/internal/gc/syntax.go:542:1: exported method Func.HasDefer should have comment or be unexported
cmd/compile/internal/gc/syntax.go:543:1: exported method Func.NilCheckDisabled should have comment or be unexported
cmd/compile/internal/gc/syntax.go:544:1: exported method Func.InlinabilityChecked should have comment or be unexported
cmd/compile/internal/gc/syntax.go:545:1: exported method Func.ExportInline should have comment or be unexported
cmd/compile/internal/gc/syntax.go:546:1: exported method Func.InstrumentBody should have comment or be unexported
cmd/compile/internal/gc/syntax.go:548:1: exported method Func.SetDupok should have comment or be unexported
cmd/compile/internal/gc/syntax.go:549:1: exported method Func.SetWrapper should have comment or be unexported
cmd/compile/internal/gc/syntax.go:550:1: exported method Func.SetNeedctxt should have comment or be unexported
cmd/compile/internal/gc/syntax.go:551:1: exported method Func.SetReflectMethod should have comment or be unexported
cmd/compile/internal/gc/syntax.go:552:1: exported method Func.SetIsHiddenClosure should have comment or be unexported
cmd/compile/internal/gc/syntax.go:553:1: exported method Func.SetHasDefer should have comment or be unexported
cmd/compile/internal/gc/syntax.go:554:1: exported method Func.SetNilCheckDisabled should have comment or be unexported
cmd/compile/internal/gc/syntax.go:555:1: exported method Func.SetInlinabilityChecked should have comment or be unexported
cmd/compile/internal/gc/syntax.go:556:1: exported method Func.SetExportInline should have comment or be unexported
cmd/compile/internal/gc/syntax.go:557:1: exported method Func.SetInstrumentBody should have comment or be unexported
cmd/compile/internal/gc/syntax.go:570:6: exported type Op should have comment or be unexported
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
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
cmd/compile/internal/gc/typecheck.go:16:2: exported const Etop should have comment (or a comment on this block) or be unexported
cmd/compile/internal/gc/typecheck.go:149:5: don't use underscores in Go names; var typecheck_tcstack should be typecheckTcstack
cmd/compile/internal/gc/typecheck.go:3916:1: receiver name l should be consistent with previous receiver name nl for Nodes
cmd/compile/internal/gc/typecheck.go:4043:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/typecheck.go:4053:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/gc/util.go:25:1: exported function Exit should have comment or be unexported
cmd/compile/internal/gc/walk.go:595:3: don't use underscores in Go names; var old_safemode should be oldSafemode
cmd/compile/internal/gc/walk.go:861:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/walk.go:875:3: don't use underscores in Go names; var map_ should be map
cmd/compile/internal/gc/walk.go:1193:3: don't use underscores in Go names; var map_ should be map
cmd/compile/internal/gc/walk.go:1562:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/walk.go:1604:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/walk.go:1729:3: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/walk.go:3478:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/walk.go:3483:4: don't use underscores in Go names; var var_ should be var
cmd/compile/internal/gc/walk.go:4011:5: don't use underscores in Go names; var wrapCall_prgen should be wrapCallPrgen
cmd/compile/internal/gc/walk.go:4055:31: don't use underscores in Go names; func parameter types_ should be types
cmd/compile/internal/mips/galign.go:14:1: exported function Init should have comment or be unexported
cmd/compile/internal/mips/ssa.go:32:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips/ssa.go:40:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips/ssa.go:46:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips/ssa.go:61:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips64/galign.go:14:1: exported function Init should have comment or be unexported
cmd/compile/internal/mips64/ssa.go:32:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips64/ssa.go:40:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips64/ssa.go:46:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips64/ssa.go:52:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/mips64/ssa.go:67:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ppc64/galign.go:13:1: exported function Init should have comment or be unexported
cmd/compile/internal/ppc64/opt.go:10:2: don't use underscores in Go names; const V_CC should be VCC
cmd/compile/internal/ppc64/opt.go:11:2: don't use underscores in Go names; const V_V should be VV
cmd/compile/internal/ppc64/ssa.go:76:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ppc64/ssa.go:82:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ppc64/ssa.go:88:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ppc64/ssa.go:989:3: don't use underscores in Go names; var dst_reg should be dstReg
cmd/compile/internal/ppc64/ssa.go:990:3: don't use underscores in Go names; var src_reg should be srcReg
cmd/compile/internal/s390x/galign.go:12:1: exported function Init should have comment or be unexported
cmd/compile/internal/s390x/ssa.go:54:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/s390x/ssa.go:60:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/s390x/ssa.go:66:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/s390x/ssa.go:105:9: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/s390x/ssa.go:110:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/s390x/ssa.go:116:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/s390x/ssa.go:122:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ssa/block.go:92:1: exported method Edge.Block should have comment or be unexported
cmd/compile/internal/ssa/block.go:95:1: exported method Edge.Index should have comment or be unexported
cmd/compile/internal/ssa/block.go:99:1: comment on exported type BlockKind should be of the form "BlockKind ..." (with optional leading article)
cmd/compile/internal/ssa/block.go:112:1: comment on exported method Block.LongString should be of the form "LongString ..."
cmd/compile/internal/ssa/block.go:136:1: exported method Block.SetControl should have comment or be unexported
cmd/compile/internal/ssa/block.go:224:1: exported method Block.Logf should have comment or be unexported
cmd/compile/internal/ssa/block.go:225:1: exported method Block.Log should have comment or be unexported
cmd/compile/internal/ssa/block.go:226:1: exported method Block.Fatalf should have comment or be unexported
cmd/compile/internal/ssa/block.go:228:6: exported type BranchPrediction should have comment or be unexported
cmd/compile/internal/ssa/block.go:231:2: exported const BranchUnlikely should have comment (or a comment on this block) or be unexported
cmd/compile/internal/ssa/cache.go:35:1: exported method Cache.Reset should have comment or be unexported
cmd/compile/internal/ssa/compile.go:165:1: comment on exported var IntrinsicsDebug should be of the form "IntrinsicsDebug ..."
cmd/compile/internal/ssa/compile.go:167:5: exported var IntrinsicsDisable should have comment or be unexported
cmd/compile/internal/ssa/compile.go:169:5: exported var BuildDebug should have comment or be unexported
cmd/compile/internal/ssa/compile.go:170:5: exported var BuildTest should have comment or be unexported
cmd/compile/internal/ssa/compile.go:171:5: exported var BuildStats should have comment or be unexported
cmd/compile/internal/ssa/compile.go:172:5: exported var BuildDump should have comment or be unexported
cmd/compile/internal/ssa/config.go:50:6: exported type Types should have comment or be unexported
cmd/compile/internal/ssa/config.go:110:6: exported type Logger should have comment or be unexported
cmd/compile/internal/ssa/config.go:122:22: don't use underscores in Go names; interface method parameter fmt_ should be fmt
cmd/compile/internal/ssa/config.go:128:6: exported type Frontend should have comment or be unexported
cmd/compile/internal/ssa/config.go:174:1: comment on exported type GCNode should be of the form "GCNode ..." (with optional leading article)
cmd/compile/internal/ssa/config.go:183:6: exported type StorageClass should have comment or be unexported
cmd/compile/internal/ssa/config.go:186:2: exported const ClassAuto should have comment (or a comment on this block) or be unexported
cmd/compile/internal/ssa/config.go:378:1: exported method Config.Set387 should have comment or be unexported
cmd/compile/internal/ssa/config.go:383:1: exported method Config.Ctxt should have comment or be unexported
cmd/compile/internal/ssa/debug.go:1:1: package comment should be of the form "Package ssa ..."
cmd/compile/internal/ssa/debug.go:16:6: exported type SlotID should have comment or be unexported
cmd/compile/internal/ssa/debug.go:17:6: exported type VarID should have comment or be unexported
cmd/compile/internal/ssa/debug.go:36:6: exported type BlockDebug should have comment or be unexported
cmd/compile/internal/ssa/debug.go:141:5: exported var BlockStart should have comment or be unexported
cmd/compile/internal/ssa/debug.go:147:5: exported var BlockEnd should have comment or be unexported
cmd/compile/internal/ssa/debug.go:195:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:280:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:284:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:288:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:444:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:519:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:628:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:824:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:880:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/debug.go:923:1: receiver name state should be consistent with previous receiver name s for debugState
cmd/compile/internal/ssa/export_test.go:143:24: don't use underscores in Go names; method Debug_checknil should be DebugChecknil
cmd/compile/internal/ssa/func.go:210:1: comment on exported method Func.LogStat should be of the form "LogStat ..."
cmd/compile/internal/ssa/func.go:261:1: comment on exported method Func.NewBlock should be of the form "NewBlock ..."
cmd/compile/internal/ssa/func.go:307:1: comment on exported method Block.NewValue0I should be of the form "NewValue0I ..."
cmd/compile/internal/ssa/func.go:315:1: comment on exported method Block.NewValue0A should be of the form "NewValue0A ..."
cmd/compile/internal/ssa/func.go:330:1: comment on exported method Block.NewValue0IA should be of the form "NewValue0IA ..."
cmd/compile/internal/ssa/func.go:521:1: comment on exported method Func.ConstBool should be of the form "ConstBool ..."
cmd/compile/internal/ssa/func.go:529:1: exported method Func.ConstInt8 should have comment or be unexported
cmd/compile/internal/ssa/func.go:532:1: exported method Func.ConstInt16 should have comment or be unexported
cmd/compile/internal/ssa/func.go:535:1: exported method Func.ConstInt32 should have comment or be unexported
cmd/compile/internal/ssa/func.go:538:1: exported method Func.ConstInt64 should have comment or be unexported
cmd/compile/internal/ssa/func.go:541:1: exported method Func.ConstFloat32 should have comment or be unexported
cmd/compile/internal/ssa/func.go:544:1: exported method Func.ConstFloat64 should have comment or be unexported
cmd/compile/internal/ssa/func.go:548:1: exported method Func.ConstSlice should have comment or be unexported
cmd/compile/internal/ssa/func.go:551:1: exported method Func.ConstInterface should have comment or be unexported
cmd/compile/internal/ssa/func.go:554:1: exported method Func.ConstNil should have comment or be unexported
cmd/compile/internal/ssa/func.go:557:1: exported method Func.ConstEmptyString should have comment or be unexported
cmd/compile/internal/ssa/func.go:562:1: exported method Func.ConstOffPtrSP should have comment or be unexported
cmd/compile/internal/ssa/func.go:571:1: exported method Func.Frontend should have comment or be unexported
cmd/compile/internal/ssa/func.go:572:1: exported method Func.Warnl should have comment or be unexported
cmd/compile/internal/ssa/func.go:573:1: exported method Func.Logf should have comment or be unexported
cmd/compile/internal/ssa/func.go:574:1: exported method Func.Log should have comment or be unexported
cmd/compile/internal/ssa/func.go:575:1: exported method Func.Fatalf should have comment or be unexported
cmd/compile/internal/ssa/func.go:585:1: exported method Func.Postorder should have comment or be unexported
cmd/compile/internal/ssa/func.go:697:1: exported function DebugNameMatch should have comment or be unexported
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
cmd/compile/internal/ssa/func_test.go:147:49: exported method Fun returns unexported type ssa.fun, which can be annoying to use
cmd/compile/internal/ssa/func_test.go:204:48: exported func Bloc returns unexported type ssa.bloc, which can be annoying to use
cmd/compile/internal/ssa/func_test.go:228:93: exported func Valu returns unexported type ssa.valu, which can be annoying to use
cmd/compile/internal/ssa/func_test.go:234:24: exported func Goto returns unexported type ssa.ctrl, which can be annoying to use
cmd/compile/internal/ssa/func_test.go:239:32: exported func If returns unexported type ssa.ctrl, which can be annoying to use
cmd/compile/internal/ssa/func_test.go:244:23: exported func Exit returns unexported type ssa.ctrl, which can be annoying to use
cmd/compile/internal/ssa/func_test.go:249:32: exported func Eq returns unexported type ssa.ctrl, which can be annoying to use
cmd/compile/internal/ssa/html.go:17:6: exported type HTMLWriter should have comment or be unexported
cmd/compile/internal/ssa/html.go:22:1: exported function NewHTMLWriter should have comment or be unexported
cmd/compile/internal/ssa/html.go:405:1: exported method HTMLWriter.Close should have comment or be unexported
cmd/compile/internal/ssa/html.go:445:1: exported method HTMLWriter.Printf should have comment or be unexported
cmd/compile/internal/ssa/html.go:451:1: exported method HTMLWriter.WriteString should have comment or be unexported
cmd/compile/internal/ssa/html.go:457:1: exported method Value.HTML should have comment or be unexported
cmd/compile/internal/ssa/html.go:465:1: exported method Value.LongHTML should have comment or be unexported
cmd/compile/internal/ssa/html.go:506:1: exported method Block.HTML should have comment or be unexported
cmd/compile/internal/ssa/html.go:514:1: exported method Block.LongHTML should have comment or be unexported
cmd/compile/internal/ssa/html.go:544:1: exported method Func.HTML should have comment or be unexported
cmd/compile/internal/ssa/id.go:7:6: exported type ID should have comment or be unexported
cmd/compile/internal/ssa/location.go:12:1: comment on exported type Location should be of the form "Location ..." (with optional leading article)
cmd/compile/internal/ssa/location.go:77:6: exported type LocPair should have comment or be unexported
cmd/compile/internal/ssa/op.go:86:2: exported const SymRead should have comment (or a comment on this block) or be unexported
cmd/compile/internal/ssa/op.go:103:1: exported method ValAndOff.Val should have comment or be unexported
cmd/compile/internal/ssa/op.go:106:1: exported method ValAndOff.Off should have comment or be unexported
cmd/compile/internal/ssa/op.go:109:1: exported method ValAndOff.Int64 should have comment or be unexported
cmd/compile/internal/ssa/poset.go:620: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)
cmd/compile/internal/ssa/poset_test.go:14:2: don't use underscores in Go names; const SetOrder_Fail should be SetOrderFail
cmd/compile/internal/ssa/poset_test.go:16:2: don't use underscores in Go names; const SetOrderOrEqual_Fail should be SetOrderOrEqualFail
cmd/compile/internal/ssa/poset_test.go:18:2: don't use underscores in Go names; const Ordered_Fail should be OrderedFail
cmd/compile/internal/ssa/poset_test.go:20:2: don't use underscores in Go names; const OrderedOrEqual_Fail should be OrderedOrEqualFail
cmd/compile/internal/ssa/poset_test.go:22:2: don't use underscores in Go names; const SetEqual_Fail should be SetEqualFail
cmd/compile/internal/ssa/poset_test.go:24:2: don't use underscores in Go names; const Equal_Fail should be EqualFail
cmd/compile/internal/ssa/poset_test.go:26:2: don't use underscores in Go names; const SetNonEqual_Fail should be SetNonEqualFail
cmd/compile/internal/ssa/poset_test.go:28:2: don't use underscores in Go names; const NonEqual_Fail should be NonEqualFail
cmd/compile/internal/ssa/redblack32.go:83:1: receiver name n should be consistent with previous receiver name t for node32
cmd/compile/internal/ssa/redblack32.go:90:1: receiver name n should be consistent with previous receiver name t for node32
cmd/compile/internal/ssa/redblack32.go:101:1: receiver name n should be consistent with previous receiver name t for node32
cmd/compile/internal/ssa/redblack32.go:246:33: don't use underscores in Go names; method parameter allow_eq should be allowEq
cmd/compile/internal/ssa/redblack32.go:264:33: don't use underscores in Go names; method parameter allow_eq should be allowEq
cmd/compile/internal/ssa/redblack32.go:297:7: don't use underscores in Go names; var new_l should be newL
cmd/compile/internal/ssa/redblack32.go:310:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ssa/redblack32.go:322:7: don't use underscores in Go names; var new_r should be newR
cmd/compile/internal/ssa/redblack32.go:335:11: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ssa/redblack32_test.go:178:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ssa/schedule.go:10:2: exported const ScorePhi should have comment (or a comment on this block) or be unexported
cmd/compile/internal/ssa/schedule.go:20:6: exported type ValHeap should have comment or be unexported
cmd/compile/internal/ssa/schedule.go:28:1: exported method ValHeap.Push should have comment or be unexported
cmd/compile/internal/ssa/schedule.go:34:1: exported method ValHeap.Pop should have comment or be unexported
cmd/compile/internal/ssa/sparsetree.go:12:6: exported type SparseTreeNode should have comment or be unexported
cmd/compile/internal/ssa/sparsetree.go:32:1: exported method SparseTreeNode.Entry should have comment or be unexported
cmd/compile/internal/ssa/sparsetree.go:36:1: exported method SparseTreeNode.Exit should have comment or be unexported
cmd/compile/internal/ssa/sparsetree.go:41:2: comment on exported const AdjustBefore should be of the form "AdjustBefore ..."
cmd/compile/internal/ssa/sparsetree.go:49:2: exported const AdjustWithin should have comment (or a comment on this block) or be unexported
cmd/compile/internal/ssa/sparsetreemap.go:66:1: exported method SparseTreeHelper.NewTree should have comment or be unexported
cmd/compile/internal/ssa/value.go:76:1: exported method Value.AuxInt8 should have comment or be unexported
cmd/compile/internal/ssa/value.go:83:1: exported method Value.AuxInt16 should have comment or be unexported
cmd/compile/internal/ssa/value.go:90:1: exported method Value.AuxInt32 should have comment or be unexported
cmd/compile/internal/ssa/value.go:116:1: exported method Value.AuxFloat should have comment or be unexported
cmd/compile/internal/ssa/value.go:122:1: exported method Value.AuxValAndOff should have comment or be unexported
cmd/compile/internal/ssa/value.go:129:1: comment on exported method Value.LongString should be of the form "LongString ..."
cmd/compile/internal/ssa/value.go:167:10: if block ends with a return statement, so drop this else and outdent its block
cmd/compile/internal/ssa/value.go:207:1: comment on exported method Value.AddArg should be of the form "AddArg ..."
cmd/compile/internal/ssa/value.go:217:1: exported method Value.AddArgs should have comment or be unexported
cmd/compile/internal/ssa/value.go:226:1: exported method Value.SetArg should have comment or be unexported
cmd/compile/internal/ssa/value.go:231:1: exported method Value.RemoveArg should have comment or be unexported
cmd/compile/internal/ssa/value.go:237:1: exported method Value.SetArgs1 should have comment or be unexported
cmd/compile/internal/ssa/value.go:241:1: exported method Value.SetArgs2 should have comment or be unexported
cmd/compile/internal/ssa/value.go:297:1: exported method Value.Logf should have comment or be unexported
cmd/compile/internal/ssa/value.go:298:1: exported method Value.Log should have comment or be unexported
cmd/compile/internal/ssa/value.go:299:1: exported method Value.Fatalf should have comment or be unexported
cmd/compile/internal/ssa/value.go:335:1: exported method Value.RegName should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:10:6: exported type Node should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:35:1: comment on exported type File should be of the form "File ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:47:2: exported type Decl should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:52:2: comment on exported type ImportDecl should be of the form "ImportDecl ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:61:2: comment on exported type ConstDecl should be of the form "ConstDecl ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:72:2: comment on exported type TypeDecl should be of the form "TypeDecl ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:82:2: comment on exported type VarDecl should be of the form "VarDecl ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:93:2: comment on exported type FuncDecl should be of the form "FuncDecl ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:112:1: comment on exported type Group should be of the form "Group ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:121:2: exported type Expr should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:126:2: comment on exported type BadExpr should be of the form "BadExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:132:2: comment on exported type Name should be of the form "Name ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:138:2: comment on exported type BasicLit should be of the form "BasicLit ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:145:2: comment on exported type CompositeLit should be of the form "CompositeLit ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:154:2: comment on exported type KeyValueExpr should be of the form "KeyValueExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:160:2: comment on exported type FuncLit should be of the form "FuncLit ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:167:2: comment on exported type ParenExpr should be of the form "ParenExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:173:2: comment on exported type SelectorExpr should be of the form "SelectorExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:180:2: comment on exported type IndexExpr should be of the form "IndexExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:187:2: comment on exported type SliceExpr should be of the form "SliceExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:199:2: comment on exported type AssertExpr should be of the form "AssertExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:206:2: comment on exported type TypeSwitchGuard should be of the form "TypeSwitchGuard ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:209:3: struct field Lhs should be LHS
cmd/compile/internal/syntax/nodes.go:214:2: exported type Operation should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:220:2: comment on exported type CallExpr should be of the form "CallExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:228:2: comment on exported type ListExpr should be of the form "ListExpr ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:234:2: comment on exported type ArrayType should be of the form "ArrayType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:242:2: comment on exported type SliceType should be of the form "SliceType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:248:2: comment on exported type DotsType should be of the form "DotsType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:254:2: comment on exported type StructType should be of the form "StructType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:261:2: comment on exported type Field should be of the form "Field ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:269:2: comment on exported type InterfaceType should be of the form "InterfaceType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:275:2: exported type FuncType should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:281:2: comment on exported type MapType should be of the form "MapType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:287:2: comment on exported type ChanType should be of the form "ChanType ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:301:6: exported type ChanDir should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:305:2: exported const SendOnly should have comment (or a comment on this block) or be unexported
cmd/compile/internal/syntax/nodes.go:313:2: exported type Stmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:318:2: exported type SimpleStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:323:2: exported type EmptyStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:327:2: exported type LabeledStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:333:2: exported type BlockStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:339:2: exported type ExprStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:344:2: exported type SendStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:349:2: exported type DeclStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:354:2: exported type AssignStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:356:3: struct field Lhs should be LHS
cmd/compile/internal/syntax/nodes.go:356:8: struct field Rhs should be RHS
cmd/compile/internal/syntax/nodes.go:360:2: exported type BranchStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:372:2: exported type CallStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:378:2: exported type ReturnStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:383:2: exported type IfStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:391:2: exported type ForStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:399:2: exported type SwitchStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:407:2: exported type SelectStmt should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:415:2: exported type RangeClause should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:416:3: struct field Lhs should be LHS
cmd/compile/internal/syntax/nodes.go:422:2: exported type CaseClause should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:429:2: exported type CommClause should have comment or be unexported
cmd/compile/internal/syntax/nodes.go:450:1: comment on exported type CommentKind should be of the form "CommentKind ..." (with optional leading article)
cmd/compile/internal/syntax/nodes.go:455:2: exported const Above should have comment (or a comment on this block) or be unexported
cmd/compile/internal/syntax/nodes.go:461:6: exported type Comment should have comment or be unexported
cmd/compile/internal/syntax/parser.go:786:26: don't use underscores in Go names; method parameter keep_parens should be keepParens
cmd/compile/internal/syntax/parser.go:884:24: don't use underscores in Go names; method parameter keep_parens should be keepParens
cmd/compile/internal/syntax/parser.go:987:4: don't use underscores in Go names; var complit_ok should be complitOk
cmd/compile/internal/syntax/parser.go:1018:18: don't use underscores in Go names; method bare_complitexpr should be bareComplitexpr
cmd/compile/internal/syntax/parser.go:1065:18: don't use underscores in Go names; method type_ should be type
cmd/compile/internal/syntax/parser.go:1583:1: comment on exported var ImplicitOne should be of the form "ImplicitOne ..."
cmd/compile/internal/syntax/parser_test.go:21:5: don't use underscores in Go names; var src_ should be 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
cmd/compile/internal/syntax/pos.go:29:1: exported method Pos.IsKnown should have comment or be unexported
cmd/compile/internal/syntax/pos.go:30:1: exported method Pos.Base should have comment or be unexported
cmd/compile/internal/syntax/pos.go:31:1: exported method Pos.Line should have comment or be unexported
cmd/compile/internal/syntax/pos.go:32:1: exported method Pos.Col should have comment or be unexported
cmd/compile/internal/syntax/pos.go:34:1: exported method Pos.RelFilename should have comment or be unexported
cmd/compile/internal/syntax/pos.go:36:1: exported method Pos.RelLine should have comment or be unexported
cmd/compile/internal/syntax/pos.go:45:1: exported method Pos.RelCol should have comment or be unexported
cmd/compile/internal/syntax/pos.go:72:6: don't use underscores in Go names; type position_ should be position
cmd/compile/internal/syntax/pos.go:116:1: exported method PosBase.IsFileBase should have comment or be unexported
cmd/compile/internal/syntax/pos.go:123:1: exported method PosBase.Pos should have comment or be unexported
cmd/compile/internal/syntax/pos.go:130:1: exported method PosBase.Filename should have comment or be unexported
cmd/compile/internal/syntax/pos.go:137:1: exported method PosBase.Line should have comment or be unexported
cmd/compile/internal/syntax/pos.go:144:1: exported method PosBase.Col should have comment or be unexported
cmd/compile/internal/syntax/printer.go:19:1: exported function Fprint should have comment or be unexported
cmd/compile/internal/syntax/printer.go:38:1: exported function String should have comment or be unexported
cmd/compile/internal/syntax/tokens.go:74:2: comment on exported const Break should be of the form "Break ..."
cmd/compile/internal/syntax/tokens.go:76:2: exported const Continue should have comment (or a comment on this block) or be unexported
cmd/compile/internal/syntax/tokens.go:80:2: comment on exported const Go should be of the form "Go ..."
cmd/compile/internal/syntax/tokens.go:93:6: exported type LitKind should have comment or be unexported
cmd/compile/internal/syntax/tokens.go:96:2: exported const IntLit should have comment (or a comment on this block) or be unexported
cmd/compile/internal/syntax/tokens.go:103:6: exported type Operator should have comment or be unexported
cmd/compile/internal/syntax/tokens.go:112:2: exported const Not should have comment (or a comment on this block) or be unexported
cmd/compile/internal/syntax/tokens.go:115:2: comment on exported const OrOr should be of the form "OrOr ..."
cmd/compile/internal/syntax/tokens.go:118:2: comment on exported const AndAnd should be of the form "AndAnd ..."
cmd/compile/internal/syntax/tokens.go:121:2: comment on exported const Eql should be of the form "Eql ..."
cmd/compile/internal/syntax/tokens.go:129:2: comment on exported const Add should be of the form "Add ..."
cmd/compile/internal/syntax/tokens.go:135:2: comment on exported const Mul should be of the form "Mul ..."
cmd/compile/internal/types/pkg.go:21:6: exported type Pkg should have comment or be unexported
cmd/compile/internal/types/pkg.go:82:1: exported method Pkg.Lookup should have comment or be unexported
cmd/compile/internal/types/pkg.go:87:5: exported var InitSyms should have comment or be unexported
cmd/compile/internal/types/pkg.go:110:1: exported method Pkg.LookupBytes should have comment or be unexported
cmd/compile/internal/types/pkg.go:127:1: exported function InternString should have comment or be unexported
cmd/compile/internal/types/scope.go:12:5: exported var Block should have comment or be unexported
cmd/compile/internal/types/scope.go:72:1: exported function IsDclstackValid should have comment or be unexported
cmd/compile/internal/types/sym.go:47:1: exported method Sym.OnExportList should have comment or be unexported
cmd/compile/internal/types/sym.go:48:1: exported method Sym.Uniq should have comment or be unexported
cmd/compile/internal/types/sym.go:49:1: exported method Sym.Siggen should have comment or be unexported
cmd/compile/internal/types/sym.go:50:1: exported method Sym.Asm should have comment or be unexported
cmd/compile/internal/types/sym.go:51:1: exported method Sym.AlgGen should have comment or be unexported
cmd/compile/internal/types/sym.go:53:1: exported method Sym.SetOnExportList should have comment or be unexported
cmd/compile/internal/types/sym.go:54:1: exported method Sym.SetUniq should have comment or be unexported
cmd/compile/internal/types/sym.go:55:1: exported method Sym.SetSiggen should have comment or be unexported
cmd/compile/internal/types/sym.go:56:1: exported method Sym.SetAsm should have comment or be unexported
cmd/compile/internal/types/sym.go:57:1: exported method Sym.SetAlgGen should have comment or be unexported
cmd/compile/internal/types/sym.go:59:1: exported method Sym.IsBlank should have comment or be unexported
cmd/compile/internal/types/sym.go:63:1: exported method Sym.LinksymName should have comment or be unexported
cmd/compile/internal/types/sym.go:73:1: exported method Sym.Linksym should have comment or be unexported
cmd/compile/internal/types/sym.go:91:1: receiver name a should be consistent with previous receiver name sym for Sym
cmd/compile/internal/types/type.go:13:1: comment on exported type Node should be of the form "Node ..." (with optional leading article)
cmd/compile/internal/types/type.go:24:2: exported const Txxx should have comment (or a comment on this block) or be unexported
cmd/compile/internal/types/type.go:61:2: comment on exported const TIDEAL should be of the form "TIDEAL ..."
cmd/compile/internal/types/type.go:66:2: comment on exported const TFUNCARGS should be of the form "TFUNCARGS ..."
cmd/compile/internal/types/type.go:70:2: comment on exported const TDDDFIELD should be of the form "TDDDFIELD ..."
cmd/compile/internal/types/type.go:73:2: comment on exported const TSSA should be of the form "TSSA ..."
cmd/compile/internal/types/type.go:83:1: exported method ChanDir.CanRecv should have comment or be unexported
cmd/compile/internal/types/type.go:84:1: exported method ChanDir.CanSend should have comment or be unexported
cmd/compile/internal/types/type.go:87:2: comment on exported const Crecv should be of the form "Crecv ..."
cmd/compile/internal/types/type.go:90:2: exported const Csend should have comment (or a comment on this block) or be unexported
cmd/compile/internal/types/type.go:105:2: comment on exported var Bytetype should be of the form "Bytetype ..."
cmd/compile/internal/types/type.go:107:2: exported var Runetype should have comment or be unexported
cmd/compile/internal/types/type.go:109:2: comment on exported var Errortype should be of the form "Errortype ..."
cmd/compile/internal/types/type.go:112:2: comment on exported var Idealstring should be of the form "Idealstring ..."
cmd/compile/internal/types/type.go:116:2: comment on exported var Idealint should be of the form "Idealint ..."
cmd/compile/internal/types/type.go:174:1: exported method Type.NotInHeap should have comment or be unexported
cmd/compile/internal/types/type.go:175:1: exported method Type.Broke should have comment or be unexported
cmd/compile/internal/types/type.go:176:1: exported method Type.Noalg should have comment or be unexported
cmd/compile/internal/types/type.go:177:1: exported method Type.Deferwidth should have comment or be unexported
cmd/compile/internal/types/type.go:178:1: exported method Type.Recur should have comment or be unexported
cmd/compile/internal/types/type.go:180:1: exported method Type.SetNotInHeap should have comment or be unexported
cmd/compile/internal/types/type.go:181:1: exported method Type.SetBroke should have comment or be unexported
cmd/compile/internal/types/type.go:182:1: exported method Type.SetNoalg should have comment or be unexported
cmd/compile/internal/types/type.go:183:1: exported method Type.SetDeferwidth should have comment or be unexported
cmd/compile/internal/types/type.go:184:1: exported method Type.SetRecur should have comment or be unexported
cmd/compile/internal/types/type.go:271:1: comment on exported type Struct should be of the form "Struct ..." (with optional leading article)
cmd/compile/internal/types/type.go:283:1: comment on exported type Funarg should be of the form "Funarg ..." (with optional leading article)
cmd/compile/internal/types/type.go:287:2: exported const FunargNone should have comment (or a comment on this block) or be unexported
cmd/compile/internal/types/type.go:320:1: comment on exported type FuncArgs should be of the form "FuncArgs ..." (with optional leading article)
cmd/compile/internal/types/type.go:337:6: exported type Tuple should have comment or be unexported
cmd/compile/internal/types/type.go:381:1: exported method Field.Isddd should have comment or be unexported
cmd/compile/internal/types/type.go:382:1: exported method Field.Broke should have comment or be unexported
cmd/compile/internal/types/type.go:383:1: exported method Field.Nointerface should have comment or be unexported
cmd/compile/internal/types/type.go:385:1: exported method Field.SetIsddd should have comment or be unexported
cmd/compile/internal/types/type.go:386:1: exported method Field.SetBroke should have comment or be unexported
cmd/compile/internal/types/type.go:387:1: exported method Field.SetNointerface should have comment or be unexported
cmd/compile/internal/types/type.go:523:1: exported function NewTuple should have comment or be unexported
cmd/compile/internal/types/type.go:598:1: exported function NewField should have comment or be unexported
cmd/compile/internal/types/type.go:732:1: exported method Field.Copy should have comment or be unexported
cmd/compile/internal/types/type.go:743:1: exported method Type.Recvs should have comment or be unexported
cmd/compile/internal/types/type.go:744:1: exported method Type.Params should have comment or be unexported
cmd/compile/internal/types/type.go:745:1: exported method Type.Results should have comment or be unexported
cmd/compile/internal/types/type.go:747:1: exported method Type.NumRecvs should have comment or be unexported
cmd/compile/internal/types/type.go:748:1: exported method Type.NumParams should have comment or be unexported
cmd/compile/internal/types/type.go:749:1: exported method Type.NumResults should have comment or be unexported
cmd/compile/internal/types/type.go:836:1: comment on exported method Type.SetNname should be of the form "SetNname ..."
cmd/compile/internal/types/type.go:851:1: exported method Type.Methods should have comment or be unexported
cmd/compile/internal/types/type.go:856:1: exported method Type.AllMethods should have comment or be unexported
cmd/compile/internal/types/type.go:861:1: exported method Type.Fields should have comment or be unexported
cmd/compile/internal/types/type.go:910:1: exported method Type.SetInterface should have comment or be unexported
cmd/compile/internal/types/type.go:915:1: exported method Type.IsDDDArray should have comment or be unexported
cmd/compile/internal/types/type.go:922:1: exported method Type.WidthCalculated should have comment or be unexported
cmd/compile/internal/types/type.go:933:1: exported method Type.Size should have comment or be unexported
cmd/compile/internal/types/type.go:944:1: exported method Type.Alignment should have comment or be unexported
cmd/compile/internal/types/type.go:949:1: exported method Type.SimpleString should have comment or be unexported
cmd/compile/internal/types/type.go:960:2: exported const CMPlt should have comment (or a comment on this block) or be unexported
cmd/compile/internal/types/type.go:1211:1: exported method Type.IsBoolean should have comment or be unexported
cmd/compile/internal/types/type.go:1237:1: exported method Type.IsInteger should have comment or be unexported
cmd/compile/internal/types/type.go:1245:1: exported method Type.IsSigned should have comment or be unexported
cmd/compile/internal/types/type.go:1253:1: exported method Type.IsFloat should have comment or be unexported
cmd/compile/internal/types/type.go:1257:1: exported method Type.IsComplex should have comment or be unexported
cmd/compile/internal/types/type.go:1282:1: exported method Type.IsString should have comment or be unexported
cmd/compile/internal/types/type.go:1286:1: exported method Type.IsMap should have comment or be unexported
cmd/compile/internal/types/type.go:1290:1: exported method Type.IsChan should have comment or be unexported
cmd/compile/internal/types/type.go:1294:1: exported method Type.IsSlice should have comment or be unexported
cmd/compile/internal/types/type.go:1298:1: exported method Type.IsArray should have comment or be unexported
cmd/compile/internal/types/type.go:1302:1: exported method Type.IsStruct should have comment or be unexported
cmd/compile/internal/types/type.go:1306:1: exported method Type.IsInterface should have comment or be unexported
cmd/compile/internal/types/type.go:1315:1: exported method Type.PtrTo should have comment or be unexported
cmd/compile/internal/types/type.go:1319:1: exported method Type.NumFields should have comment or be unexported
cmd/compile/internal/types/type.go:1322:1: exported method Type.FieldType should have comment or be unexported
cmd/compile/internal/types/type.go:1335:1: exported method Type.FieldOff should have comment or be unexported
cmd/compile/internal/types/type.go:1338:1: exported method Type.FieldName should have comment or be unexported
cmd/compile/internal/types/type.go:1342:1: exported method Type.NumElem should have comment or be unexported
cmd/compile/internal/types/type.go:1366:2: exported const IgnoreBlankFields should have comment (or a comment on this block) or be unexported
cmd/compile/internal/types/type.go:1403:1: exported method Type.IsMemory should have comment or be unexported
cmd/compile/internal/types/type.go:1406:1: exported method Type.IsFlags should have comment or be unexported
cmd/compile/internal/types/type.go:1407:1: exported method Type.IsVoid should have comment or be unexported
cmd/compile/internal/types/type.go:1408:1: exported method Type.IsTuple should have comment or be unexported
cmd/compile/internal/types/type.go:1428:1: exported function Haspointers should have comment or be unexported
cmd/compile/internal/types/type.go:1432:1: exported function Haspointers1 should have comment or be unexported
cmd/compile/internal/types/type.go:1470:1: exported method Type.Symbol should have comment or be unexported
cmd/compile/internal/types/type.go:1498:2: comment on exported var TypeInvalid should be of the form "TypeInvalid ..."
cmd/compile/internal/types/type.go:1500:2: exported var TypeMem should have comment or be unexported
cmd/compile/internal/types/utils.go:12:7: exported const BADWIDTH should have comment or be unexported
cmd/compile/internal/types/utils.go:14:1: comment on exported var Tptr should be of the form "Tptr ..."
cmd/compile/internal/types/utils.go:40:1: exported method Sym.Format should have comment or be unexported
cmd/compile/internal/types/utils.go:40:1: receiver name sym should be consistent with previous receiver name s for Sym
cmd/compile/internal/types/utils.go:66:1: exported method Type.Format should have comment or be unexported
cmd/compile/internal/wasm/ssa.go:15:1: exported function Init should have comment or be unexported
cmd/compile/internal/x86/galign.go:15:1: exported function Init should have comment or be unexported
cmd/compile/internal/x86/ssa.go:47:10: if block ends with a return statement, so drop this else and outdent its block
cmd/dist/build.go:36:2: don't use underscores in Go names; var goroot_final should be gorootFinal
cmd/dist/build.go:1460:2: don't use underscores in Go names; var real_src should be realSrc
cmd/dist/buildtool.go:113:2: don't use underscores in Go names; var goroot_bootstrap should be gorootBootstrap
cmd/dist/util.go:55:2: exported const CheckExit should have comment (or a comment on this block) or be unexported
cmd/doc/pkg.go:31:6: exported type Package should have comment or be unexported
cmd/doc/pkg.go:43:6: exported type PackageError should have comment or be unexported
cmd/doc/pkg.go:94:1: comment on exported method Package.Fatalf should be of the form "Fatalf ..."
cmd/doc/pkg.go:159:1: exported method Package.Printf should have comment or be unexported
cmd/fix/typecheck.go:78:6: exported type TypeConfig should have comment or be unexported
cmd/go/internal/base/base.go:55:5: exported var Go should have comment or be unexported
cmd/go/internal/base/base.go:82:1: exported method Command.Usage should have comment or be unexported
cmd/go/internal/base/base.go:96:1: exported function AtExit should have comment or be unexported
cmd/go/internal/base/base.go:100:1: exported function Exit should have comment or be unexported
cmd/go/internal/base/base.go:107:1: exported function Fatalf should have comment or be unexported
cmd/go/internal/base/base.go:112:1: exported function Errorf should have comment or be unexported
cmd/go/internal/base/base.go:117:1: exported function ExitIfErrors should have comment or be unexported
cmd/go/internal/base/base.go:126:1: exported function SetExitStatus should have comment or be unexported
cmd/go/internal/base/flag.go:18:1: exported method StringsFlag.Set should have comment or be unexported
cmd/go/internal/base/path.go:21:5: exported var Cwd should have comment or be unexported
cmd/go/internal/base/tool.go:25:7: exported const ToolWindowsExtension should have comment or be unexported
cmd/go/internal/bug/bug.go:26:5: exported var CmdBug should have comment or be unexported
cmd/go/internal/cache/cache.go:133:6: exported type Entry should have comment or be unexported
cmd/go/internal/cache/hash.go:126:1: comment on exported function FileHash should be of the form "FileHash ..."
cmd/go/internal/cfg/cfg.go:96:2: exported var GOROOT should have comment or be unexported
cmd/go/internal/cfg/cfg.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/go/internal/cfg/cfg.go:103:2: comment on exported var GOARM should be of the form "GOARM ..."
cmd/go/internal/cfg/cfg.go:169:6: don't use underscores in Go names; func findGOROOT_FINAL should be findGOROOTFINAL
cmd/go/internal/clean/clean.go:25:5: exported var CmdClean should have comment or be unexported
cmd/go/internal/dirhash/hash.go:21:5: exported var DefaultHash should have comment or be unexported
cmd/go/internal/dirhash/hash.go:23:6: exported type Hash should have comment or be unexported
cmd/go/internal/dirhash/hash.go:25:1: exported function Hash1 should have comment or be unexported
cmd/go/internal/dirhash/hash.go:48:1: exported function HashDir should have comment or be unexported
cmd/go/internal/dirhash/hash.go:59:1: exported function DirFiles should have comment or be unexported
cmd/go/internal/dirhash/hash.go:83:1: exported function HashZip should have comment or be unexported
cmd/go/internal/doc/doc.go:13:5: exported var CmdDoc should have comment or be unexported
cmd/go/internal/envcmd/env.go:24:5: exported var CmdEnv should have comment or be unexported
cmd/go/internal/envcmd/env.go:46:5: var envJson should be envJSON
cmd/go/internal/envcmd/env.go:48:1: exported function MkEnv should have comment or be unexported
cmd/go/internal/fix/fix.go:18:5: exported var CmdFix should have comment or be unexported
cmd/go/internal/fmtcmd/fmt.go:27:5: exported var CmdFmt should have comment or be unexported
cmd/go/internal/generate/generate.go:28:5: exported var CmdGenerate should have comment or be unexported
cmd/go/internal/generate/generate.go:383:5: error var stop should have name of the form errFoo
cmd/go/internal/get/get.go:25:5: exported var CmdGet should have comment or be unexported
cmd/go/internal/get/get.go:87:5: exported var HelpGopathGet should have comment or be unexported
cmd/go/internal/get/get.go:107:2: exported var Insecure should have comment or be unexported
cmd/go/internal/get/vcs.go:641:2: exported const IgnoreMod should have comment (or a comment on this block) or be unexported
cmd/go/internal/help/help.go:187:1: exported function PrintUsage should have comment or be unexported
cmd/go/internal/help/helpdoc.go:9:5: exported var HelpC should have comment or be unexported
cmd/go/internal/help/helpdoc.go:31:5: exported var HelpPackages should have comment or be unexported
cmd/go/internal/help/helpdoc.go:118:5: exported var HelpImportPath should have comment or be unexported
cmd/go/internal/help/helpdoc.go:309:5: exported var HelpGopath should have comment or be unexported
cmd/go/internal/help/helpdoc.go:467:5: exported var HelpEnvironment should have comment or be unexported
cmd/go/internal/help/helpdoc.go:594:5: exported var HelpFileType should have comment or be unexported
cmd/go/internal/help/helpdoc.go:642:5: exported var HelpBuildmode should have comment or be unexported
cmd/go/internal/help/helpdoc.go:691:5: exported var HelpCache should have comment or be unexported
cmd/go/internal/imports/build.go:198:5: exported var KnownOS should have comment or be unexported
cmd/go/internal/imports/build.go:199:5: exported var KnownArch should have comment or be unexported
cmd/go/internal/imports/scan.go:17:1: exported function ScanDir should have comment or be unexported
cmd/go/internal/imports/scan.go:32:1: exported function ScanFiles should have comment or be unexported
cmd/go/internal/imports/scan.go:87:5: exported var ErrNoGo should have comment or be unexported
cmd/go/internal/imports/tags.go:11:1: exported function Tags should have comment or be unexported
cmd/go/internal/list/context.go:11:6: exported type Context should have comment or be unexported
cmd/go/internal/list/list.go:27:5: exported var CmdList should have comment or be unexported
cmd/go/internal/list/list.go:299:2: var listJson should be listJSON
cmd/go/internal/list/list.go:625:1: exported method TrackingWriter.Flush should have comment or be unexported
cmd/go/internal/list/list.go:629:1: exported method TrackingWriter.NeedNL should have comment or be unexported
cmd/go/internal/load/flag.go:15:2: exported var BuildAsmflags should have comment or be unexported
cmd/go/internal/load/pkg.go:31:2: comment on exported var ModInit should be of the form "ModInit ..."
cmd/go/internal/load/pkg.go:34:2: comment on exported var ModBinDir should be of the form "ModBinDir ..."
cmd/go/internal/load/pkg.go:36:2: exported var ModLookup should have comment or be unexported
cmd/go/internal/load/pkg.go:45:5: exported var IgnoreImports should have comment or be unexported
cmd/go/internal/load/pkg.go:53:6: exported type PackagePublic should have comment or be unexported
cmd/go/internal/load/pkg.go:159:6: exported type PackageInternal should have comment or be unexported
cmd/go/internal/load/pkg.go:185:6: exported type NoGoError should have comment or be unexported
cmd/go/internal/load/pkg.go:330:1: exported method ImportStack.Push should have comment or be unexported
cmd/go/internal/load/pkg.go:334:1: exported method ImportStack.Pop should have comment or be unexported
cmd/go/internal/load/pkg.go:338:1: exported method ImportStack.Copy should have comment or be unexported
cmd/go/internal/load/pkg.go:345:1: receiver name sp should be consistent with previous receiver name s for ImportStack
cmd/go/internal/load/pkg.go:364:1: exported function ClearPackageCache should have comment or be unexported
cmd/go/internal/load/pkg.go:370:1: exported function ClearPackageCachePartial should have comment or be unexported
cmd/go/internal/load/pkg.go:442:6: func name will be used as load.LoadImport by other packages, and that stutters; consider calling this Import
cmd/go/internal/load/pkg.go:1154:6: exported type TargetDir should have comment or be unexported
cmd/go/internal/load/pkg.go:1157:2: exported const ToTool should have comment (or a comment on this block) or be unexported
cmd/go/internal/load/pkg.go:1639:1: comment on exported method Package.InternalAllGoFiles should be of the form "InternalAllGoFiles ..."
cmd/go/internal/load/pkg.go:1652:1: comment on exported method Package.UsesSwig should be of the form "UsesSwig ..."
cmd/go/internal/load/pkg.go:1657:1: comment on exported method Package.UsesCgo should be of the form "UsesCgo ..."
cmd/go/internal/load/pkg.go:1722:1: exported function ClearCmdCache should have comment or be unexported
cmd/go/internal/load/pkg.go:1729:6: func name will be used as load.LoadPackage by other packages, and that stutters; consider calling this Package
cmd/go/internal/load/pkg.go:1744:6: func name will be used as load.LoadPackageNoFlags by other packages, and that stutters; consider calling this PackageNoFlags
cmd/go/internal/load/pkg.go:1886:1: exported function ImportPaths should have comment or be unexported
cmd/go/internal/load/search.go:14:1: comment on exported function MatchPackage should be of the form "MatchPackage ..."
cmd/go/internal/load/test.go:26:5: exported var TestMainDeps should have comment or be unexported
cmd/go/internal/load/test.go:33:6: exported type TestCover should have comment or be unexported
cmd/go/internal/modcmd/mod.go:10:5: exported var CmdMod should have comment or be unexported
cmd/go/internal/modconv/dep.go:17:1: exported function ParseGopkgLock should have comment or be unexported
cmd/go/internal/modconv/glide.go:14:1: exported function ParseGlideLock should have comment or be unexported
cmd/go/internal/modconv/glock.go:14:1: exported function ParseGLOCKFILE should have comment or be unexported
cmd/go/internal/modconv/godeps.go:14:1: exported function ParseGodepsJSON should have comment or be unexported
cmd/go/internal/modconv/modconv.go:9:5: exported var Converters should have comment or be unexported
cmd/go/internal/modconv/tsv.go:14:1: exported function ParseDependenciesTSV should have comment or be unexported
cmd/go/internal/modconv/vconf.go:14:1: exported function ParseVendorConf should have comment or be unexported
cmd/go/internal/modconv/vjson.go:14:1: exported function ParseVendorJSON should have comment or be unexported
cmd/go/internal/modconv/vmanifest.go:14:1: exported function ParseVendorManifest should have comment or be unexported
cmd/go/internal/modconv/vyml.go:14:1: exported function ParseVendorYML should have comment or be unexported
cmd/go/internal/modfetch/cache.go:23:5: exported var QuietLookup should have comment or be unexported
cmd/go/internal/modfetch/cache.go:25:5: exported var PkgMod should have comment or be unexported
cmd/go/internal/modfetch/cache.go:38:1: exported function CachePath should have comment or be unexported
cmd/go/internal/modfetch/cache.go:56:1: exported function DownloadDir should have comment or be unexported
cmd/go/internal/modfetch/fetch.go:155:5: exported var GoSumFile should have comment or be unexported
cmd/go/internal/modfetch/proxy.go:23:5: exported var HelpGoproxy should have comment or be unexported
cmd/go/internal/modfetch/repo.go:55:1: comment on exported type RevInfo should be of the form "RevInfo ..." (with optional leading article)
cmd/go/internal/modfetch/repo.go:299:1: exported function SortVersions should have comment or be unexported
cmd/go/internal/modfetch/unzip.go:23:1: exported function Unzip should have comment or be unexported
cmd/go/internal/modfetch/codehost/codehost.go:91:1: comment on exported type RevInfo should be of the form "RevInfo ..." (with optional leading article)
cmd/go/internal/modfetch/codehost/codehost.go:178:6: exported type RunError should have comment or be unexported
cmd/go/internal/modfetch/codehost/codehost.go:208:1: exported function RunWithStdin should have comment or be unexported
cmd/go/internal/modfetch/codehost/vcs.go:36:1: exported function NewRepo should have comment or be unexported
cmd/go/internal/modfile/print.go:15:1: exported function Format should have comment or be unexported
cmd/go/internal/modfile/read.go:83:1: exported method FileSyntax.Span should have comment or be unexported
cmd/go/internal/modfile/read.go:224:1: exported method CommentBlock.Span should have comment or be unexported
cmd/go/internal/modfile/read.go:237:1: exported method Line.Span should have comment or be unexported
cmd/go/internal/modfile/read.go:257:1: exported method LineBlock.Span should have comment or be unexported
cmd/go/internal/modfile/read.go:268:1: exported method LParen.Span should have comment or be unexported
cmd/go/internal/modfile/read.go:279:1: exported method RParen.Span should have comment or be unexported
cmd/go/internal/modfile/read.go:824:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/go/internal/modfile/read.go:825:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/go/internal/modfile/read.go:826:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/go/internal/modfile/rule.go:65:1: exported method File.AddModuleStmt should have comment or be unexported
cmd/go/internal/modfile/rule.go:81:1: exported method File.AddComment should have comment or be unexported
cmd/go/internal/modfile/rule.go:96:6: exported type VersionFixer should have comment or be unexported
cmd/go/internal/modfile/rule.go:441:1: exported method File.Format should have comment or be unexported
cmd/go/internal/modfile/rule.go:480:1: exported method File.AddRequire should have comment or be unexported
cmd/go/internal/modfile/rule.go:501:1: exported method File.AddNewRequire should have comment or be unexported
cmd/go/internal/modfile/rule.go:507:1: exported method File.SetRequire should have comment or be unexported
cmd/go/internal/modfile/rule.go:563:1: exported method File.DropRequire should have comment or be unexported
cmd/go/internal/modfile/rule.go:573:1: exported method File.AddExclude should have comment or be unexported
cmd/go/internal/modfile/rule.go:588:1: exported method File.DropExclude should have comment or be unexported
cmd/go/internal/modfile/rule.go:598:1: exported method File.AddReplace should have comment or be unexported
cmd/go/internal/modfile/rule.go:635:1: exported method File.DropReplace should have comment or be unexported
cmd/go/internal/modfile/rule.go:645:1: exported method File.SortBlocks should have comment or be unexported
cmd/go/internal/modget/get.go:29:5: exported var CmdGet should have comment or be unexported
cmd/go/internal/modget/get.go:130:1: comment on exported var HelpModuleGet should be of the form "HelpModuleGet ..."
cmd/go/internal/modinfo/info.go:12:6: exported type ModulePublic should have comment or be unexported
cmd/go/internal/modinfo/info.go:27:6: exported type ModuleError should have comment or be unexported
cmd/go/internal/modload/build.go:45:1: exported function PackageModuleInfo should have comment or be unexported
cmd/go/internal/modload/build.go:52:1: exported function ModuleInfo should have comment or be unexported
cmd/go/internal/modload/build.go:177:1: exported function PackageBuildInfo should have comment or be unexported
cmd/go/internal/modload/build.go:234:1: exported function ModInfoProg should have comment or be unexported
cmd/go/internal/modload/help.go:11:5: exported var HelpModules should have comment or be unexported
cmd/go/internal/modload/help.go:382:5: exported var HelpGoMod should have comment or be unexported
cmd/go/internal/modload/import.go:23:6: exported type ImportMissingError should have comment or be unexported
cmd/go/internal/modload/init.go:33:2: exported var MustUseModules should have comment or be unexported
cmd/go/internal/modload/init.go:59:1: exported function BinDir should have comment or be unexported
cmd/go/internal/modload/init.go:76:1: exported function Init should have comment or be unexported
cmd/go/internal/modload/init.go:234:1: exported function InitMod should have comment or be unexported
cmd/go/internal/modload/init.go:374:1: comment on exported function FindModuleRoot should be of the form "FindModuleRoot ..."
cmd/go/internal/modload/init.go:418:1: comment on exported function FindModulePath should be of the form "FindModulePath ..."
cmd/go/internal/modload/list.go:19:1: exported function ListModules should have comment or be unexported
cmd/go/internal/modload/load.go:285:1: exported function ReloadBuildList should have comment or be unexported
cmd/go/internal/modload/load.go:682:49: don't use underscores in Go names; func result imports_ should be imports
cmd/go/internal/mvs/mvs.go:62:6: exported type MissingModuleError should have comment or be unexported
cmd/go/internal/run/run.go:20:5: exported var CmdRun should have comment or be unexported
cmd/go/internal/search/search.go:124:1: exported function SetModRoot should have comment or be unexported
cmd/go/internal/search/search.go:221:1: comment on exported function TreeCanMatchPattern should be of the form "TreeCanMatchPattern ..."
cmd/go/internal/search/search.go:236:1: comment on exported function MatchPattern should be of the form "MatchPattern ..."
cmd/go/internal/semver/semver.go:315:9: if block ends with a return statement, so drop this else and outdent its block
cmd/go/internal/semver/semver.go:356:12: if block ends with a return statement, so drop this else and outdent its block
cmd/go/internal/semver/semver.go:370:11: if block ends with a return statement, so drop this else and outdent its block
cmd/go/internal/semver/semver.go:377:9: if block ends with a return statement, so drop this else and outdent its block
cmd/go/internal/str/path.go:12:1: comment on exported function HasPathPrefix should be of the form "HasPathPrefix ..."
cmd/go/internal/test/test.go:43:5: exported var CmdTest should have comment or be unexported
cmd/go/internal/test/test.go:178:5: exported var HelpTestflag should have comment or be unexported
cmd/go/internal/test/test.go:417:5: exported var HelpTestfunc should have comment or be unexported
cmd/go/internal/tool/tool.go:19:5: exported var CmdTool should have comment or be unexported
cmd/go/internal/version/version.go:15:5: exported var CmdVersion should have comment or be unexported
cmd/go/internal/vet/vet.go:16:5: exported var CmdVet should have comment or be unexported
cmd/go/internal/web/http.go:45:6: exported type HTTPError should have comment or be unexported
cmd/go/internal/web/http.go:121:1: exported function QueryEscape should have comment or be unexported
cmd/go/internal/web/http.go:122:1: exported function OpenBrowser should have comment or be unexported
cmd/go/internal/web/security.go:14:2: exported const Secure should have comment (or a comment on this block) or be unexported
cmd/go/internal/web2/web.go:24:5: exported var TraceGET should have comment or be unexported
cmd/go/internal/web2/web.go:100:6: exported type Option should have comment or be unexported
cmd/go/internal/web2/web.go:104:1: exported function Non200OK should have comment or be unexported
cmd/go/internal/web2/web.go:117:1: exported function DecodeJSON should have comment or be unexported
cmd/go/internal/web2/web.go:126:1: exported function ReadAllBody should have comment or be unexported
cmd/go/internal/web2/web.go:137:1: exported function Body should have comment or be unexported
cmd/go/internal/web2/web.go:147:1: exported function Header should have comment or be unexported
cmd/go/internal/web2/web.go:156:1: exported function CopyHeader should have comment or be unexported
cmd/go/internal/web2/web.go:182:1: exported function SetHTTPDoForTesting should have comment or be unexported
cmd/go/internal/web2/web.go:189:1: exported function Get should have comment or be unexported
cmd/go/internal/webtest/test.go:29:1: exported function Hook should have comment or be unexported
cmd/go/internal/webtest/test.go:36:1: exported function Unhook should have comment or be unexported
cmd/go/internal/webtest/test.go:40:1: exported function Print should have comment or be unexported
cmd/go/internal/webtest/test.go:56:1: exported function Serve should have comment or be unexported
cmd/go/internal/webtest/test.go:74:1: exported function Do should have comment or be unexported
cmd/go/internal/webtest/test.go:108:1: exported function DoPrint should have comment or be unexported
cmd/go/internal/webtest/test.go:164:1: exported function LoadOnce should have comment or be unexported
cmd/go/internal/work/action.go:210:2: exported const ModeBuild should have comment (or a comment on this block) or be unexported
cmd/go/internal/work/action.go:215:1: exported method Builder.Init should have comment or be unexported
cmd/go/internal/work/build.go:24:5: exported var CmdBuild should have comment or be unexported
cmd/go/internal/work/build.go:175:5: exported var BuildToolchain should have comment or be unexported
cmd/go/internal/work/build.go:210:1: comment on exported function AddBuildFlags should be of the form "AddBuildFlags ..."
cmd/go/internal/work/build.go:344:5: exported var CmdInstall should have comment or be unexported
cmd/go/internal/work/build.go:437:1: exported function InstallPackages should have comment or be unexported
cmd/go/internal/work/buildid.go:320:9: if block ends with a return statement, so drop this else and outdent its block
cmd/go/internal/work/exec.go:55:1: comment on exported method Builder.Do should be of the form "Do ..."
cmd/go/internal/work/exec.go:654:2: don't use underscores in Go names; var _goos_goarch should be _goosGoarch
cmd/go/internal/work/exec.go:1718:1: comment on exported method Builder.Showcmd should be of the form "Showcmd ..."
cmd/go/internal/work/exec.go:1898:1: comment on exported method Builder.Mkdir should be of the form "Mkdir ..."
cmd/go/internal/work/exec.go:1927:1: comment on exported method Builder.Symlink should be of the form "Symlink ..."
cmd/go/internal/work/exec.go:2094:1: comment on exported method Builder.GccCmd should be of the form "GccCmd ..."
cmd/go/internal/work/exec.go:2100:1: comment on exported method Builder.GxxCmd should be of the form "GxxCmd ..."
cmd/go/internal/work/gccgo.go:25:5: exported var GccgoBin should have its own declaration
cmd/go/internal/work/init.go:20:1: exported function BuildInit should have comment or be unexported
cmd/internal/bio/buf.go:45:1: exported method Reader.Seek should have comment or be unexported
cmd/internal/bio/buf.go:57:1: exported method Writer.Seek should have comment or be unexported
cmd/internal/bio/buf.go:68:1: exported method Reader.Offset should have comment or be unexported
cmd/internal/bio/buf.go:77:1: exported method Writer.Offset should have comment or be unexported
cmd/internal/bio/buf.go:88:1: exported method Reader.Close should have comment or be unexported
cmd/internal/bio/buf.go:92:1: exported method Writer.Close should have comment or be unexported
cmd/internal/bio/buf.go:101:1: exported method Reader.File should have comment or be unexported
cmd/internal/bio/buf.go:105:1: exported method Writer.File should have comment or be unexported
cmd/internal/buildid/note.go:28:1: exported function ReadELFNote should have comment or be unexported
cmd/internal/buildid/rewrite.go:83:1: exported function Rewrite should have comment or be unexported
cmd/internal/dwarf/dwarf.go:21:1: comment on exported const LocPrefix should be of the form "LocPrefix ..."
cmd/internal/dwarf/dwarf.go:38:1: comment on exported const AbstractFuncSuffix should be of the form "AbstractFuncSuffix ..."
cmd/internal/dwarf/dwarf.go:88:1: comment on exported type FnState should be of the form "FnState ..." (with optional leading article)
cmd/internal/dwarf/dwarf.go:105:1: exported function EnableLogging should have comment or be unexported
cmd/internal/dwarf/dwarf.go:144:6: exported type InlCalls should have comment or be unexported
cmd/internal/dwarf/dwarf.go:148:6: exported type InlCall should have comment or be unexported
cmd/internal/dwarf/dwarf.go:290:2: don't use underscores in Go names; const DW_AT_go_kind should be DWATGoKind
cmd/internal/dwarf/dwarf.go:291:2: don't use underscores in Go names; const DW_AT_go_key should be DWATGoKey
cmd/internal/dwarf/dwarf.go:292:2: don't use underscores in Go names; const DW_AT_go_elem should be DWATGoElem
cmd/internal/dwarf/dwarf.go:295:2: don't use underscores in Go names; const DW_AT_go_embedded_field should be DWATGoEmbeddedField
cmd/internal/dwarf/dwarf.go:296:2: don't use underscores in Go names; const DW_AT_go_runtime_type should be DWATGoRuntimeType
cmd/internal/dwarf/dwarf.go:298:2: don't use underscores in Go names; const DW_AT_internal_location should be DWATInternalLocation
cmd/internal/dwarf/dwarf.go:305:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:306:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:317:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:318:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:319:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:320:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:321:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:322:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:323:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:324:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:325:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:326:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:327:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:328:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:329:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:330:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:331:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:332:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:333:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:334:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:335:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:336:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:337:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:338:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:339:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:340:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:341:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:342:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:343:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf.go:1026:37: should replace k += 1 with k++
cmd/internal/dwarf/dwarf.go:1058:14: should omit type Scope from declaration of var pruned; it will be inferred from the right-hand side
cmd/internal/dwarf/dwarf.go:1075:1: comment on exported function PutAbstractFunc should be of the form "PutAbstractFunc ..."
cmd/internal/dwarf/dwarf.go:1161:1: comment on exported function PutInlinedFunc should be of the form "PutInlinedFunc ..."
cmd/internal/dwarf/dwarf.go:1222:1: comment on exported function PutConcreteFunc should be of the form "PutConcreteFunc ..."
cmd/internal/dwarf/dwarf.go:1264:1: comment on exported function PutDefaultFunc should be of the form "PutDefaultFunc ..."
cmd/internal/dwarf/dwarf_defs.go:12:2: don't use underscores in Go names; const DW_TAG_array_type should be DWTAGArrayType
cmd/internal/dwarf/dwarf_defs.go:13:2: don't use underscores in Go names; const DW_TAG_class_type should be DWTAGClassType
cmd/internal/dwarf/dwarf_defs.go:14:2: don't use underscores in Go names; const DW_TAG_entry_point should be DWTAGEntryPoint
cmd/internal/dwarf/dwarf_defs.go:15:2: don't use underscores in Go names; const DW_TAG_enumeration_type should be DWTAGEnumerationType
cmd/internal/dwarf/dwarf_defs.go:16:2: don't use underscores in Go names; const DW_TAG_formal_parameter should be DWTAGFormalParameter
cmd/internal/dwarf/dwarf_defs.go:17:2: don't use underscores in Go names; const DW_TAG_imported_declaration should be DWTAGImportedDeclaration
cmd/internal/dwarf/dwarf_defs.go:18:2: don't use underscores in Go names; const DW_TAG_label should be DWTAGLabel
cmd/internal/dwarf/dwarf_defs.go:19:2: don't use underscores in Go names; const DW_TAG_lexical_block should be DWTAGLexicalBlock
cmd/internal/dwarf/dwarf_defs.go:20:2: don't use underscores in Go names; const DW_TAG_member should be DWTAGMember
cmd/internal/dwarf/dwarf_defs.go:21:2: don't use underscores in Go names; const DW_TAG_pointer_type should be DWTAGPointerType
cmd/internal/dwarf/dwarf_defs.go:22:2: don't use underscores in Go names; const DW_TAG_reference_type should be DWTAGReferenceType
cmd/internal/dwarf/dwarf_defs.go:23:2: don't use underscores in Go names; const DW_TAG_compile_unit should be DWTAGCompileUnit
cmd/internal/dwarf/dwarf_defs.go:24:2: don't use underscores in Go names; const DW_TAG_string_type should be DWTAGStringType
cmd/internal/dwarf/dwarf_defs.go:25:2: don't use underscores in Go names; const DW_TAG_structure_type should be DWTAGStructureType
cmd/internal/dwarf/dwarf_defs.go:26:2: don't use underscores in Go names; const DW_TAG_subroutine_type should be DWTAGSubroutineType
cmd/internal/dwarf/dwarf_defs.go:27:2: don't use underscores in Go names; const DW_TAG_typedef should be DWTAGTypedef
cmd/internal/dwarf/dwarf_defs.go:28:2: don't use underscores in Go names; const DW_TAG_union_type should be DWTAGUnionType
cmd/internal/dwarf/dwarf_defs.go:29:2: don't use underscores in Go names; const DW_TAG_unspecified_parameters should be DWTAGUnspecifiedParameters
cmd/internal/dwarf/dwarf_defs.go:30:2: don't use underscores in Go names; const DW_TAG_variant should be DWTAGVariant
cmd/internal/dwarf/dwarf_defs.go:31:2: don't use underscores in Go names; const DW_TAG_common_block should be DWTAGCommonBlock
cmd/internal/dwarf/dwarf_defs.go:32:2: don't use underscores in Go names; const DW_TAG_common_inclusion should be DWTAGCommonInclusion
cmd/internal/dwarf/dwarf_defs.go:33:2: don't use underscores in Go names; const DW_TAG_inheritance should be DWTAGInheritance
cmd/internal/dwarf/dwarf_defs.go:34:2: don't use underscores in Go names; const DW_TAG_inlined_subroutine should be DWTAGInlinedSubroutine
cmd/internal/dwarf/dwarf_defs.go:35:2: don't use underscores in Go names; const DW_TAG_module should be DWTAGModule
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
cmd/internal/dwarf/dwarf_defs.go:37:2: don't use underscores in Go names; const DW_TAG_set_type should be DWTAGSetType
cmd/internal/dwarf/dwarf_defs.go:38:2: don't use underscores in Go names; const DW_TAG_subrange_type should be DWTAGSubrangeType
cmd/internal/dwarf/dwarf_defs.go:39:2: don't use underscores in Go names; const DW_TAG_with_stmt should be DWTAGWithStmt
cmd/internal/dwarf/dwarf_defs.go:40:2: don't use underscores in Go names; const DW_TAG_access_declaration should be DWTAGAccessDeclaration
cmd/internal/dwarf/dwarf_defs.go:41:2: don't use underscores in Go names; const DW_TAG_base_type should be DWTAGBaseType
cmd/internal/dwarf/dwarf_defs.go:42:2: don't use underscores in Go names; const DW_TAG_catch_block should be DWTAGCatchBlock
cmd/internal/dwarf/dwarf_defs.go:43:2: don't use underscores in Go names; const DW_TAG_const_type should be DWTAGConstType
cmd/internal/dwarf/dwarf_defs.go:44:2: don't use underscores in Go names; const DW_TAG_constant should be DWTAGConstant
cmd/internal/dwarf/dwarf_defs.go:45:2: don't use underscores in Go names; const DW_TAG_enumerator should be DWTAGEnumerator
cmd/internal/dwarf/dwarf_defs.go:46:2: don't use underscores in Go names; const DW_TAG_file_type should be DWTAGFileType
cmd/internal/dwarf/dwarf_defs.go:47:2: don't use underscores in Go names; const DW_TAG_friend should be DWTAGFriend
cmd/internal/dwarf/dwarf_defs.go:48:2: don't use underscores in Go names; const DW_TAG_namelist should be DWTAGNamelist
cmd/internal/dwarf/dwarf_defs.go:49:2: don't use underscores in Go names; const DW_TAG_namelist_item should be DWTAGNamelistItem
cmd/internal/dwarf/dwarf_defs.go:50:2: don't use underscores in Go names; const DW_TAG_packed_type should be DWTAGPackedType
cmd/internal/dwarf/dwarf_defs.go:51:2: don't use underscores in Go names; const DW_TAG_subprogram should be DWTAGSubprogram
cmd/internal/dwarf/dwarf_defs.go:52:2: don't use underscores in Go names; const DW_TAG_template_type_parameter should be DWTAGTemplateTypeParameter
cmd/internal/dwarf/dwarf_defs.go:53:2: don't use underscores in Go names; const DW_TAG_template_value_parameter should be DWTAGTemplateValueParameter
cmd/internal/dwarf/dwarf_defs.go:54:2: don't use underscores in Go names; const DW_TAG_thrown_type should be DWTAGThrownType
cmd/internal/dwarf/dwarf_defs.go:55:2: don't use underscores in Go names; const DW_TAG_try_block should be DWTAGTryBlock
cmd/internal/dwarf/dwarf_defs.go:56:2: don't use underscores in Go names; const DW_TAG_variant_part should be DWTAGVariantPart
cmd/internal/dwarf/dwarf_defs.go:57:2: don't use underscores in Go names; const DW_TAG_variable should be DWTAGVariable
cmd/internal/dwarf/dwarf_defs.go:58:2: don't use underscores in Go names; const DW_TAG_volatile_type should be DWTAGVolatileType
cmd/internal/dwarf/dwarf_defs.go:60:2: don't use underscores in Go names; const DW_TAG_dwarf_procedure should be DWTAGDwarfProcedure
cmd/internal/dwarf/dwarf_defs.go:61:2: don't use underscores in Go names; const DW_TAG_restrict_type should be DWTAGRestrictType
cmd/internal/dwarf/dwarf_defs.go:62:2: don't use underscores in Go names; const DW_TAG_interface_type should be DWTAGInterfaceType
cmd/internal/dwarf/dwarf_defs.go:63:2: don't use underscores in Go names; const DW_TAG_namespace should be DWTAGNamespace
cmd/internal/dwarf/dwarf_defs.go:64:2: don't use underscores in Go names; const DW_TAG_imported_module should be DWTAGImportedModule
cmd/internal/dwarf/dwarf_defs.go:65:2: don't use underscores in Go names; const DW_TAG_unspecified_type should be DWTAGUnspecifiedType
cmd/internal/dwarf/dwarf_defs.go:66:2: don't use underscores in Go names; const DW_TAG_partial_unit should be DWTAGPartialUnit
cmd/internal/dwarf/dwarf_defs.go:67:2: don't use underscores in Go names; const DW_TAG_imported_unit should be DWTAGImportedUnit
cmd/internal/dwarf/dwarf_defs.go:68:2: don't use underscores in Go names; const DW_TAG_condition should be DWTAGCondition
cmd/internal/dwarf/dwarf_defs.go:69:2: don't use underscores in Go names; const DW_TAG_shared_type should be DWTAGSharedType
cmd/internal/dwarf/dwarf_defs.go:71:2: don't use underscores in Go names; const DW_TAG_type_unit should be DWTAGTypeUnit
cmd/internal/dwarf/dwarf_defs.go:72:2: don't use underscores in Go names; const DW_TAG_rvalue_reference_type should be DWTAGRvalueReferenceType
cmd/internal/dwarf/dwarf_defs.go:73:2: don't use underscores in Go names; const DW_TAG_template_alias should be DWTAGTemplateAlias
cmd/internal/dwarf/dwarf_defs.go:76:2: don't use underscores in Go names; const DW_TAG_lo_user should be DWTAGLoUser
cmd/internal/dwarf/dwarf_defs.go:77:2: don't use underscores in Go names; const DW_TAG_hi_user should be DWTAGHiUser
cmd/internal/dwarf/dwarf_defs.go:82:2: don't use underscores in Go names; const DW_CHILDREN_no should be DWCHILDRENNo
cmd/internal/dwarf/dwarf_defs.go:83:2: don't use underscores in Go names; const DW_CHILDREN_yes should be DWCHILDRENYes
cmd/internal/dwarf/dwarf_defs.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:103:2: don't use underscores in Go names; const DW_AT_sibling should be DWATSibling
cmd/internal/dwarf/dwarf_defs.go:104:2: don't use underscores in Go names; const DW_AT_location should be DWATLocation
cmd/internal/dwarf/dwarf_defs.go:105:2: don't use underscores in Go names; const DW_AT_name should be DWATName
cmd/internal/dwarf/dwarf_defs.go:106:2: don't use underscores in Go names; const DW_AT_ordering should be DWATOrdering
cmd/internal/dwarf/dwarf_defs.go:107:2: don't use underscores in Go names; const DW_AT_byte_size should be DWATByteSize
cmd/internal/dwarf/dwarf_defs.go:108:2: don't use underscores in Go names; const DW_AT_bit_offset should be DWATBitOffset
cmd/internal/dwarf/dwarf_defs.go:109:2: don't use underscores in Go names; const DW_AT_bit_size should be DWATBitSize
cmd/internal/dwarf/dwarf_defs.go:110:2: don't use underscores in Go names; const DW_AT_stmt_list should be DWATStmtList
cmd/internal/dwarf/dwarf_defs.go:111:2: don't use underscores in Go names; const DW_AT_low_pc should be DWATLowPc
cmd/internal/dwarf/dwarf_defs.go:112:2: don't use underscores in Go names; const DW_AT_high_pc should be DWATHighPc
cmd/internal/dwarf/dwarf_defs.go:113:2: don't use underscores in Go names; const DW_AT_language should be DWATLanguage
cmd/internal/dwarf/dwarf_defs.go:114:2: don't use underscores in Go names; const DW_AT_discr should be DWATDiscr
cmd/internal/dwarf/dwarf_defs.go:115:2: don't use underscores in Go names; const DW_AT_discr_value should be DWATDiscrValue
cmd/internal/dwarf/dwarf_defs.go:116:2: don't use underscores in Go names; const DW_AT_visibility should be DWATVisibility
cmd/internal/dwarf/dwarf_defs.go:117:2: don't use underscores in Go names; const DW_AT_import should be DWATImport
cmd/internal/dwarf/dwarf_defs.go:118:2: don't use underscores in Go names; const DW_AT_string_length should be DWATStringLength
cmd/internal/dwarf/dwarf_defs.go:119:2: don't use underscores in Go names; const DW_AT_common_reference should be DWATCommonReference
cmd/internal/dwarf/dwarf_defs.go:120:2: don't use underscores in Go names; const DW_AT_comp_dir should be DWATCompDir
cmd/internal/dwarf/dwarf_defs.go:121:2: don't use underscores in Go names; const DW_AT_const_value should be DWATConstValue
cmd/internal/dwarf/dwarf_defs.go:122:2: don't use underscores in Go names; const DW_AT_containing_type should be DWATContainingType
cmd/internal/dwarf/dwarf_defs.go:123:2: don't use underscores in Go names; const DW_AT_default_value should be DWATDefaultValue
cmd/internal/dwarf/dwarf_defs.go:124:2: don't use underscores in Go names; const DW_AT_inline should be DWATInline
cmd/internal/dwarf/dwarf_defs.go:125:2: don't use underscores in Go names; const DW_AT_is_optional should be DWATIsOptional
cmd/internal/dwarf/dwarf_defs.go:126:2: don't use underscores in Go names; const DW_AT_lower_bound should be DWATLowerBound
cmd/internal/dwarf/dwarf_defs.go:127:2: don't use underscores in Go names; const DW_AT_producer should be DWATProducer
cmd/internal/dwarf/dwarf_defs.go:128:2: don't use underscores in Go names; const DW_AT_prototyped should be DWATPrototyped
cmd/internal/dwarf/dwarf_defs.go:129:2: don't use underscores in Go names; const DW_AT_return_addr should be DWATReturnAddr
cmd/internal/dwarf/dwarf_defs.go:130:2: don't use underscores in Go names; const DW_AT_start_scope should be DWATStartScope
cmd/internal/dwarf/dwarf_defs.go:131:2: don't use underscores in Go names; const DW_AT_bit_stride should be DWATBitStride
cmd/internal/dwarf/dwarf_defs.go:132:2: don't use underscores in Go names; const DW_AT_upper_bound should be DWATUpperBound
cmd/internal/dwarf/dwarf_defs.go:133:2: don't use underscores in Go names; const DW_AT_abstract_origin should be DWATAbstractOrigin
cmd/internal/dwarf/dwarf_defs.go:134:2: don't use underscores in Go names; const DW_AT_accessibility should be DWATAccessibility
cmd/internal/dwarf/dwarf_defs.go:135:2: don't use underscores in Go names; const DW_AT_address_class should be DWATAddressClass
cmd/internal/dwarf/dwarf_defs.go:136:2: don't use underscores in Go names; const DW_AT_artificial should be DWATArtificial
cmd/internal/dwarf/dwarf_defs.go:137:2: don't use underscores in Go names; const DW_AT_base_types should be DWATBaseTypes
cmd/internal/dwarf/dwarf_defs.go:138:2: don't use underscores in Go names; const DW_AT_calling_convention should be DWATCallingConvention
cmd/internal/dwarf/dwarf_defs.go:139:2: don't use underscores in Go names; const DW_AT_count should be DWATCount
cmd/internal/dwarf/dwarf_defs.go:140:2: don't use underscores in Go names; const DW_AT_data_member_location should be DWATDataMemberLocation
cmd/internal/dwarf/dwarf_defs.go:141:2: don't use underscores in Go names; const DW_AT_decl_column should be DWATDeclColumn
cmd/internal/dwarf/dwarf_defs.go:142:2: don't use underscores in Go names; const DW_AT_decl_file should be DWATDeclFile
cmd/internal/dwarf/dwarf_defs.go:143:2: don't use underscores in Go names; const DW_AT_decl_line should be DWATDeclLine
cmd/internal/dwarf/dwarf_defs.go:144:2: don't use underscores in Go names; const DW_AT_declaration should be DWATDeclaration
cmd/internal/dwarf/dwarf_defs.go:145:2: don't use underscores in Go names; const DW_AT_discr_list should be DWATDiscrList
cmd/internal/dwarf/dwarf_defs.go:146:2: don't use underscores in Go names; const DW_AT_encoding should be DWATEncoding
cmd/internal/dwarf/dwarf_defs.go:147:2: don't use underscores in Go names; const DW_AT_external should be DWATExternal
cmd/internal/dwarf/dwarf_defs.go:148:2: don't use underscores in Go names; const DW_AT_frame_base should be DWATFrameBase
cmd/internal/dwarf/dwarf_defs.go:149:2: don't use underscores in Go names; const DW_AT_friend should be DWATFriend
cmd/internal/dwarf/dwarf_defs.go:150:2: don't use underscores in Go names; const DW_AT_identifier_case should be DWATIdentifierCase
cmd/internal/dwarf/dwarf_defs.go:151:2: don't use underscores in Go names; const DW_AT_macro_info should be DWATMacroInfo
cmd/internal/dwarf/dwarf_defs.go:152:2: don't use underscores in Go names; const DW_AT_namelist_item should be DWATNamelistItem
cmd/internal/dwarf/dwarf_defs.go:153:2: don't use underscores in Go names; const DW_AT_priority should be DWATPriority
cmd/internal/dwarf/dwarf_defs.go:154:2: don't use underscores in Go names; const DW_AT_segment should be DWATSegment
cmd/internal/dwarf/dwarf_defs.go:155:2: don't use underscores in Go names; const DW_AT_specification should be DWATSpecification
cmd/internal/dwarf/dwarf_defs.go:156:2: don't use underscores in Go names; const DW_AT_static_link should be DWATStaticLink
cmd/internal/dwarf/dwarf_defs.go:157:2: don't use underscores in Go names; const DW_AT_type should be DWATType
cmd/internal/dwarf/dwarf_defs.go:158:2: don't use underscores in Go names; const DW_AT_use_location should be DWATUseLocation
cmd/internal/dwarf/dwarf_defs.go:159:2: don't use underscores in Go names; const DW_AT_variable_parameter should be DWATVariableParameter
cmd/internal/dwarf/dwarf_defs.go:160:2: don't use underscores in Go names; const DW_AT_virtuality should be DWATVirtuality
cmd/internal/dwarf/dwarf_defs.go:161:2: don't use underscores in Go names; const DW_AT_vtable_elem_location should be DWATVtableElemLocation
cmd/internal/dwarf/dwarf_defs.go:163:2: don't use underscores in Go names; const DW_AT_allocated should be DWATAllocated
cmd/internal/dwarf/dwarf_defs.go:164:2: don't use underscores in Go names; const DW_AT_associated should be DWATAssociated
cmd/internal/dwarf/dwarf_defs.go:165:2: don't use underscores in Go names; const DW_AT_data_location should be DWATDataLocation
cmd/internal/dwarf/dwarf_defs.go:166:2: don't use underscores in Go names; const DW_AT_byte_stride should be DWATByteStride
cmd/internal/dwarf/dwarf_defs.go:167:2: don't use underscores in Go names; const DW_AT_entry_pc should be DWATEntryPc
cmd/internal/dwarf/dwarf_defs.go:168:2: don't use underscores in Go names; const DW_AT_use_UTF8 should be DWATUseUTF8
cmd/internal/dwarf/dwarf_defs.go:169:2: don't use underscores in Go names; const DW_AT_extension should be DWATExtension
cmd/internal/dwarf/dwarf_defs.go:170:2: don't use underscores in Go names; const DW_AT_ranges should be DWATRanges
cmd/internal/dwarf/dwarf_defs.go:171:2: don't use underscores in Go names; const DW_AT_trampoline should be DWATTrampoline
cmd/internal/dwarf/dwarf_defs.go:172:2: don't use underscores in Go names; const DW_AT_call_column should be DWATCallColumn
cmd/internal/dwarf/dwarf_defs.go:173:2: don't use underscores in Go names; const DW_AT_call_file should be DWATCallFile
cmd/internal/dwarf/dwarf_defs.go:174:2: don't use underscores in Go names; const DW_AT_call_line should be DWATCallLine
cmd/internal/dwarf/dwarf_defs.go:175:2: don't use underscores in Go names; const DW_AT_description should be DWATDescription
cmd/internal/dwarf/dwarf_defs.go:176:2: don't use underscores in Go names; const DW_AT_binary_scale should be DWATBinaryScale
cmd/internal/dwarf/dwarf_defs.go:177:2: don't use underscores in Go names; const DW_AT_decimal_scale should be DWATDecimalScale
cmd/internal/dwarf/dwarf_defs.go:178:2: don't use underscores in Go names; const DW_AT_small should be DWATSmall
cmd/internal/dwarf/dwarf_defs.go:179:2: don't use underscores in Go names; const DW_AT_decimal_sign should be DWATDecimalSign
cmd/internal/dwarf/dwarf_defs.go:180:2: don't use underscores in Go names; const DW_AT_digit_count should be DWATDigitCount
cmd/internal/dwarf/dwarf_defs.go:181:2: don't use underscores in Go names; const DW_AT_picture_string should be DWATPictureString
cmd/internal/dwarf/dwarf_defs.go:182:2: don't use underscores in Go names; const DW_AT_mutable should be DWATMutable
cmd/internal/dwarf/dwarf_defs.go:183:2: don't use underscores in Go names; const DW_AT_threads_scaled should be DWATThreadsScaled
cmd/internal/dwarf/dwarf_defs.go:184:2: don't use underscores in Go names; const DW_AT_explicit should be DWATExplicit
cmd/internal/dwarf/dwarf_defs.go:185:2: don't use underscores in Go names; const DW_AT_object_pointer should be DWATObjectPointer
cmd/internal/dwarf/dwarf_defs.go:186:2: don't use underscores in Go names; const DW_AT_endianity should be DWATEndianity
cmd/internal/dwarf/dwarf_defs.go:187:2: don't use underscores in Go names; const DW_AT_elemental should be DWATElemental
cmd/internal/dwarf/dwarf_defs.go:188:2: don't use underscores in Go names; const DW_AT_pure should be DWATPure
cmd/internal/dwarf/dwarf_defs.go:189:2: don't use underscores in Go names; const DW_AT_recursive should be DWATRecursive
cmd/internal/dwarf/dwarf_defs.go:191:2: don't use underscores in Go names; const DW_AT_lo_user should be DWATLoUser
cmd/internal/dwarf/dwarf_defs.go:192:2: don't use underscores in Go names; const DW_AT_hi_user should be DWATHiUser
cmd/internal/dwarf/dwarf_defs.go:197:2: don't use underscores in Go names; const DW_FORM_addr should be DWFORMAddr
cmd/internal/dwarf/dwarf_defs.go:198:2: don't use underscores in Go names; const DW_FORM_block2 should be DWFORMBlock2
cmd/internal/dwarf/dwarf_defs.go:199:2: don't use underscores in Go names; const DW_FORM_block4 should be DWFORMBlock4
cmd/internal/dwarf/dwarf_defs.go:200:2: don't use underscores in Go names; const DW_FORM_data2 should be DWFORMData2
cmd/internal/dwarf/dwarf_defs.go:201:2: don't use underscores in Go names; const DW_FORM_data4 should be DWFORMData4
cmd/internal/dwarf/dwarf_defs.go:202:2: don't use underscores in Go names; const DW_FORM_data8 should be DWFORMData8
cmd/internal/dwarf/dwarf_defs.go:203:2: don't use underscores in Go names; const DW_FORM_string should be DWFORMString
cmd/internal/dwarf/dwarf_defs.go:204:2: don't use underscores in Go names; const DW_FORM_block should be DWFORMBlock
cmd/internal/dwarf/dwarf_defs.go:205:2: don't use underscores in Go names; const DW_FORM_block1 should be DWFORMBlock1
cmd/internal/dwarf/dwarf_defs.go:206:2: don't use underscores in Go names; const DW_FORM_data1 should be DWFORMData1
cmd/internal/dwarf/dwarf_defs.go:207:2: don't use underscores in Go names; const DW_FORM_flag should be DWFORMFlag
cmd/internal/dwarf/dwarf_defs.go:208:2: don't use underscores in Go names; const DW_FORM_sdata should be DWFORMSdata
cmd/internal/dwarf/dwarf_defs.go:209:2: don't use underscores in Go names; const DW_FORM_strp should be DWFORMStrp
cmd/internal/dwarf/dwarf_defs.go:210:2: don't use underscores in Go names; const DW_FORM_udata should be DWFORMUdata
cmd/internal/dwarf/dwarf_defs.go:211:2: don't use underscores in Go names; const DW_FORM_ref_addr should be DWFORMRefAddr
cmd/internal/dwarf/dwarf_defs.go:212:2: don't use underscores in Go names; const DW_FORM_ref1 should be DWFORMRef1
cmd/internal/dwarf/dwarf_defs.go:213:2: don't use underscores in Go names; const DW_FORM_ref2 should be DWFORMRef2
cmd/internal/dwarf/dwarf_defs.go:214:2: don't use underscores in Go names; const DW_FORM_ref4 should be DWFORMRef4
cmd/internal/dwarf/dwarf_defs.go:215:2: don't use underscores in Go names; const DW_FORM_ref8 should be DWFORMRef8
cmd/internal/dwarf/dwarf_defs.go:216:2: don't use underscores in Go names; const DW_FORM_ref_udata should be DWFORMRefUdata
cmd/internal/dwarf/dwarf_defs.go:217:2: don't use underscores in Go names; const DW_FORM_indirect should be DWFORMIndirect
cmd/internal/dwarf/dwarf_defs.go:219:2: don't use underscores in Go names; const DW_FORM_sec_offset should be DWFORMSecOffset
cmd/internal/dwarf/dwarf_defs.go:220:2: don't use underscores in Go names; const DW_FORM_exprloc should be DWFORMExprloc
cmd/internal/dwarf/dwarf_defs.go:221:2: don't use underscores in Go names; const DW_FORM_flag_present should be DWFORMFlagPresent
cmd/internal/dwarf/dwarf_defs.go:222:2: don't use underscores in Go names; const DW_FORM_ref_sig8 should be DWFORMRefSig8
cmd/internal/dwarf/dwarf_defs.go:227:2: don't use underscores in Go names; const DW_OP_addr should be DWOPAddr
cmd/internal/dwarf/dwarf_defs.go:228:2: don't use underscores in Go names; const DW_OP_deref should be DWOPDeref
cmd/internal/dwarf/dwarf_defs.go:229:2: don't use underscores in Go names; const DW_OP_const1u should be DWOPConst1u
cmd/internal/dwarf/dwarf_defs.go:230:2: don't use underscores in Go names; const DW_OP_const1s should be DWOPConst1s
cmd/internal/dwarf/dwarf_defs.go:231:2: don't use underscores in Go names; const DW_OP_const2u should be DWOPConst2u
cmd/internal/dwarf/dwarf_defs.go:232:2: don't use underscores in Go names; const DW_OP_const2s should be DWOPConst2s
cmd/internal/dwarf/dwarf_defs.go:233:2: don't use underscores in Go names; const DW_OP_const4u should be DWOPConst4u
cmd/internal/dwarf/dwarf_defs.go:234:2: don't use underscores in Go names; const DW_OP_const4s should be DWOPConst4s
cmd/internal/dwarf/dwarf_defs.go:235:2: don't use underscores in Go names; const DW_OP_const8u should be DWOPConst8u
cmd/internal/dwarf/dwarf_defs.go:236:2: don't use underscores in Go names; const DW_OP_const8s should be DWOPConst8s
cmd/internal/dwarf/dwarf_defs.go:237:2: don't use underscores in Go names; const DW_OP_constu should be DWOPConstu
cmd/internal/dwarf/dwarf_defs.go:238:2: don't use underscores in Go names; const DW_OP_consts should be DWOPConsts
cmd/internal/dwarf/dwarf_defs.go:239:2: don't use underscores in Go names; const DW_OP_dup should be DWOPDup
cmd/internal/dwarf/dwarf_defs.go:240:2: don't use underscores in Go names; const DW_OP_drop should be DWOPDrop
cmd/internal/dwarf/dwarf_defs.go:241:2: don't use underscores in Go names; const DW_OP_over should be DWOPOver
cmd/internal/dwarf/dwarf_defs.go:242:2: don't use underscores in Go names; const DW_OP_pick should be DWOPPick
cmd/internal/dwarf/dwarf_defs.go:243:2: don't use underscores in Go names; const DW_OP_swap should be DWOPSwap
cmd/internal/dwarf/dwarf_defs.go:244:2: don't use underscores in Go names; const DW_OP_rot should be DWOPRot
cmd/internal/dwarf/dwarf_defs.go:245:2: don't use underscores in Go names; const DW_OP_xderef should be DWOPXderef
cmd/internal/dwarf/dwarf_defs.go:246:2: don't use underscores in Go names; const DW_OP_abs should be DWOPAbs
cmd/internal/dwarf/dwarf_defs.go:247:2: don't use underscores in Go names; const DW_OP_and should be DWOPAnd
cmd/internal/dwarf/dwarf_defs.go:248:2: don't use underscores in Go names; const DW_OP_div should be DWOPDiv
cmd/internal/dwarf/dwarf_defs.go:249:2: don't use underscores in Go names; const DW_OP_minus should be DWOPMinus
cmd/internal/dwarf/dwarf_defs.go:250:2: don't use underscores in Go names; const DW_OP_mod should be DWOPMod
cmd/internal/dwarf/dwarf_defs.go:251:2: don't use underscores in Go names; const DW_OP_mul should be DWOPMul
cmd/internal/dwarf/dwarf_defs.go:252:2: don't use underscores in Go names; const DW_OP_neg should be DWOPNeg
cmd/internal/dwarf/dwarf_defs.go:253:2: don't use underscores in Go names; const DW_OP_not should be DWOPNot
cmd/internal/dwarf/dwarf_defs.go:254:2: don't use underscores in Go names; const DW_OP_or should be DWOPOr
cmd/internal/dwarf/dwarf_defs.go:255:2: don't use underscores in Go names; const DW_OP_plus should be DWOPPlus
cmd/internal/dwarf/dwarf_defs.go:256:2: don't use underscores in Go names; const DW_OP_plus_uconst should be DWOPPlusUconst
cmd/internal/dwarf/dwarf_defs.go:257:2: don't use underscores in Go names; const DW_OP_shl should be DWOPShl
cmd/internal/dwarf/dwarf_defs.go:258:2: don't use underscores in Go names; const DW_OP_shr should be DWOPShr
cmd/internal/dwarf/dwarf_defs.go:259:2: don't use underscores in Go names; const DW_OP_shra should be DWOPShra
cmd/internal/dwarf/dwarf_defs.go:260:2: don't use underscores in Go names; const DW_OP_xor should be DWOPXor
cmd/internal/dwarf/dwarf_defs.go:261:2: don't use underscores in Go names; const DW_OP_skip should be DWOPSkip
cmd/internal/dwarf/dwarf_defs.go:262:2: don't use underscores in Go names; const DW_OP_bra should be DWOPBra
cmd/internal/dwarf/dwarf_defs.go:263:2: don't use underscores in Go names; const DW_OP_eq should be DWOPEq
cmd/internal/dwarf/dwarf_defs.go:264:2: don't use underscores in Go names; const DW_OP_ge should be DWOPGe
cmd/internal/dwarf/dwarf_defs.go:265:2: don't use underscores in Go names; const DW_OP_gt should be DWOPGt
cmd/internal/dwarf/dwarf_defs.go:266:2: don't use underscores in Go names; const DW_OP_le should be DWOPLe
cmd/internal/dwarf/dwarf_defs.go:267:2: don't use underscores in Go names; const DW_OP_lt should be DWOPLt
cmd/internal/dwarf/dwarf_defs.go:268:2: don't use underscores in Go names; const DW_OP_ne should be DWOPNe
cmd/internal/dwarf/dwarf_defs.go:269:2: don't use underscores in Go names; const DW_OP_lit0 should be DWOPLit0
cmd/internal/dwarf/dwarf_defs.go:270:2: don't use underscores in Go names; const DW_OP_lit31 should be DWOPLit31
cmd/internal/dwarf/dwarf_defs.go:271:2: don't use underscores in Go names; const DW_OP_reg0 should be DWOPReg0
cmd/internal/dwarf/dwarf_defs.go:272:2: don't use underscores in Go names; const DW_OP_reg31 should be DWOPReg31
cmd/internal/dwarf/dwarf_defs.go:273:2: don't use underscores in Go names; const DW_OP_breg0 should be DWOPBreg0
cmd/internal/dwarf/dwarf_defs.go:274:2: don't use underscores in Go names; const DW_OP_breg31 should be DWOPBreg31
cmd/internal/dwarf/dwarf_defs.go:275:2: don't use underscores in Go names; const DW_OP_regx should be DWOPRegx
cmd/internal/dwarf/dwarf_defs.go:276:2: don't use underscores in Go names; const DW_OP_fbreg should be DWOPFbreg
cmd/internal/dwarf/dwarf_defs.go:277:2: don't use underscores in Go names; const DW_OP_bregx should be DWOPBregx
cmd/internal/dwarf/dwarf_defs.go:278:2: don't use underscores in Go names; const DW_OP_piece should be DWOPPiece
cmd/internal/dwarf/dwarf_defs.go:279:2: don't use underscores in Go names; const DW_OP_deref_size should be DWOPDerefSize
cmd/internal/dwarf/dwarf_defs.go:280:2: don't use underscores in Go names; const DW_OP_xderef_size should be DWOPXderefSize
cmd/internal/dwarf/dwarf_defs.go:281:2: don't use underscores in Go names; const DW_OP_nop should be DWOPNop
cmd/internal/dwarf/dwarf_defs.go:282:2: don't use underscores in Go names; const DW_OP_push_object_address should be DWOPPushObjectAddress
cmd/internal/dwarf/dwarf_defs.go:283:2: don't use underscores in Go names; const DW_OP_call2 should be DWOPCall2
cmd/internal/dwarf/dwarf_defs.go:284:2: don't use underscores in Go names; const DW_OP_call4 should be DWOPCall4
cmd/internal/dwarf/dwarf_defs.go:285:2: don't use underscores in Go names; const DW_OP_call_ref should be DWOPCallRef
cmd/internal/dwarf/dwarf_defs.go:286:2: don't use underscores in Go names; const DW_OP_form_tls_address should be DWOPFormTLSAddress
cmd/internal/dwarf/dwarf_defs.go:287:2: don't use underscores in Go names; const DW_OP_call_frame_cfa should be DWOPCallFrameCfa
cmd/internal/dwarf/dwarf_defs.go:288:2: don't use underscores in Go names; const DW_OP_bit_piece should be DWOPBitPiece
cmd/internal/dwarf/dwarf_defs.go:289:2: don't use underscores in Go names; const DW_OP_lo_user should be DWOPLoUser
cmd/internal/dwarf/dwarf_defs.go:290:2: don't use underscores in Go names; const DW_OP_hi_user should be DWOPHiUser
cmd/internal/dwarf/dwarf_defs.go:295:2: don't use underscores in Go names; const DW_ATE_address should be DWATEAddress
cmd/internal/dwarf/dwarf_defs.go:296:2: don't use underscores in Go names; const DW_ATE_boolean should be DWATEBoolean
cmd/internal/dwarf/dwarf_defs.go:297:2: don't use underscores in Go names; const DW_ATE_complex_float should be DWATEComplexFloat
cmd/internal/dwarf/dwarf_defs.go:298:2: don't use underscores in Go names; const DW_ATE_float should be DWATEFloat
cmd/internal/dwarf/dwarf_defs.go:299:2: don't use underscores in Go names; const DW_ATE_signed should be DWATESigned
cmd/internal/dwarf/dwarf_defs.go:300:2: don't use underscores in Go names; const DW_ATE_signed_char should be DWATESignedChar
cmd/internal/dwarf/dwarf_defs.go:301:2: don't use underscores in Go names; const DW_ATE_unsigned should be DWATEUnsigned
cmd/internal/dwarf/dwarf_defs.go:302:2: don't use underscores in Go names; const DW_ATE_unsigned_char should be DWATEUnsignedChar
cmd/internal/dwarf/dwarf_defs.go:303:2: don't use underscores in Go names; const DW_ATE_imaginary_float should be DWATEImaginaryFloat
cmd/internal/dwarf/dwarf_defs.go:304:2: don't use underscores in Go names; const DW_ATE_packed_decimal should be DWATEPackedDecimal
cmd/internal/dwarf/dwarf_defs.go:305:2: don't use underscores in Go names; const DW_ATE_numeric_string should be DWATENumericString
cmd/internal/dwarf/dwarf_defs.go:306:2: don't use underscores in Go names; const DW_ATE_edited should be DWATEEdited
cmd/internal/dwarf/dwarf_defs.go:307:2: don't use underscores in Go names; const DW_ATE_signed_fixed should be DWATESignedFixed
cmd/internal/dwarf/dwarf_defs.go:308:2: don't use underscores in Go names; const DW_ATE_unsigned_fixed should be DWATEUnsignedFixed
cmd/internal/dwarf/dwarf_defs.go:309:2: don't use underscores in Go names; const DW_ATE_decimal_float should be DWATEDecimalFloat
cmd/internal/dwarf/dwarf_defs.go:310:2: don't use underscores in Go names; const DW_ATE_lo_user should be DWATELoUser
cmd/internal/dwarf/dwarf_defs.go:311:2: don't use underscores in Go names; const DW_ATE_hi_user should be DWATEHiUser
cmd/internal/dwarf/dwarf_defs.go:316:2: don't use underscores in Go names; const DW_DS_unsigned should be DWDSUnsigned
cmd/internal/dwarf/dwarf_defs.go:317:2: don't use underscores in Go names; const DW_DS_leading_overpunch should be DWDSLeadingOverpunch
cmd/internal/dwarf/dwarf_defs.go:318:2: don't use underscores in Go names; const DW_DS_trailing_overpunch should be DWDSTrailingOverpunch
cmd/internal/dwarf/dwarf_defs.go:319:2: don't use underscores in Go names; const DW_DS_leading_separate should be DWDSLeadingSeparate
cmd/internal/dwarf/dwarf_defs.go:320:2: don't use underscores in Go names; const DW_DS_trailing_separate should be DWDSTrailingSeparate
cmd/internal/dwarf/dwarf_defs.go:325:2: don't use underscores in Go names; const DW_END_default should be DWENDDefault
cmd/internal/dwarf/dwarf_defs.go:326:2: don't use underscores in Go names; const DW_END_big should be DWENDBig
cmd/internal/dwarf/dwarf_defs.go:327:2: don't use underscores in Go names; const DW_END_little should be DWENDLittle
cmd/internal/dwarf/dwarf_defs.go:328:2: don't use underscores in Go names; const DW_END_lo_user should be DWENDLoUser
cmd/internal/dwarf/dwarf_defs.go:329:2: don't use underscores in Go names; const DW_END_hi_user should be DWENDHiUser
cmd/internal/dwarf/dwarf_defs.go:334:2: don't use underscores in Go names; const DW_ACCESS_public should be DWACCESSPublic
cmd/internal/dwarf/dwarf_defs.go:335:2: don't use underscores in Go names; const DW_ACCESS_protected should be DWACCESSProtected
cmd/internal/dwarf/dwarf_defs.go:336:2: don't use underscores in Go names; const DW_ACCESS_private should be DWACCESSPrivate
cmd/internal/dwarf/dwarf_defs.go:341:2: don't use underscores in Go names; const DW_VIS_local should be DWVISLocal
cmd/internal/dwarf/dwarf_defs.go:342:2: don't use underscores in Go names; const DW_VIS_exported should be DWVISExported
cmd/internal/dwarf/dwarf_defs.go:343:2: don't use underscores in Go names; const DW_VIS_qualified should be DWVISQualified
cmd/internal/dwarf/dwarf_defs.go:348:2: don't use underscores in Go names; const DW_VIRTUALITY_none should be DWVIRTUALITYNone
cmd/internal/dwarf/dwarf_defs.go:349:2: don't use underscores in Go names; const DW_VIRTUALITY_virtual should be DWVIRTUALITYVirtual
cmd/internal/dwarf/dwarf_defs.go:350:2: don't use underscores in Go names; const DW_VIRTUALITY_pure_virtual should be DWVIRTUALITYPureVirtual
cmd/internal/dwarf/dwarf_defs.go:355:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:356:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:357:2: don't use underscores in Go names; const DW_LANG_Ada83 should be DWLANGAda83
cmd/internal/dwarf/dwarf_defs.go:358:2: don't use underscores in Go names; const DW_LANG_C_plus_plus should be DWLANGCPlusPlus
cmd/internal/dwarf/dwarf_defs.go:359:2: don't use underscores in Go names; const DW_LANG_Cobol74 should be DWLANGCobol74
cmd/internal/dwarf/dwarf_defs.go:360:2: don't use underscores in Go names; const DW_LANG_Cobol85 should be DWLANGCobol85
cmd/internal/dwarf/dwarf_defs.go:361:2: don't use underscores in Go names; const DW_LANG_Fortran77 should be DWLANGFortran77
cmd/internal/dwarf/dwarf_defs.go:362:2: don't use underscores in Go names; const DW_LANG_Fortran90 should be DWLANGFortran90
cmd/internal/dwarf/dwarf_defs.go:363:2: don't use underscores in Go names; const DW_LANG_Pascal83 should be DWLANGPascal83
cmd/internal/dwarf/dwarf_defs.go:364:2: don't use underscores in Go names; const DW_LANG_Modula2 should be DWLANGModula2
cmd/internal/dwarf/dwarf_defs.go:366:2: don't use underscores in Go names; const DW_LANG_Java should be DWLANGJava
cmd/internal/dwarf/dwarf_defs.go:367:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:368:2: don't use underscores in Go names; const DW_LANG_Ada95 should be DWLANGAda95
cmd/internal/dwarf/dwarf_defs.go:369:2: don't use underscores in Go names; const DW_LANG_Fortran95 should be DWLANGFortran95
cmd/internal/dwarf/dwarf_defs.go:370:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:371:2: don't use underscores in Go names; const DW_LANG_ObjC should be DWLANGObjC
cmd/internal/dwarf/dwarf_defs.go:372:2: don't use underscores in Go names; const DW_LANG_ObjC_plus_plus should be DWLANGObjCPlusPlus
cmd/internal/dwarf/dwarf_defs.go:373:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:374:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/dwarf/dwarf_defs.go:376:2: don't use underscores in Go names; const DW_LANG_Python should be DWLANGPython
cmd/internal/dwarf/dwarf_defs.go:378:2: don't use underscores in Go names; const DW_LANG_Go should be DWLANGGo
cmd/internal/dwarf/dwarf_defs.go:380:2: don't use underscores in Go names; const DW_LANG_lo_user should be DWLANGLoUser
cmd/internal/dwarf/dwarf_defs.go:381:2: don't use underscores in Go names; const DW_LANG_hi_user should be DWLANGHiUser
cmd/internal/dwarf/dwarf_defs.go:386:2: don't use underscores in Go names; const DW_ID_case_sensitive should be DWIDCaseSensitive
cmd/internal/dwarf/dwarf_defs.go:387:2: don't use underscores in Go names; const DW_ID_up_case should be DWIDUpCase
cmd/internal/dwarf/dwarf_defs.go:388:2: don't use underscores in Go names; const DW_ID_down_case should be DWIDDownCase
cmd/internal/dwarf/dwarf_defs.go:389:2: don't use underscores in Go names; const DW_ID_case_insensitive should be DWIDCaseInsensitive
cmd/internal/dwarf/dwarf_defs.go:394:2: don't use underscores in Go names; const DW_CC_normal should be DWCCNormal
cmd/internal/dwarf/dwarf_defs.go:395:2: don't use underscores in Go names; const DW_CC_program should be DWCCProgram
cmd/internal/dwarf/dwarf_defs.go:396:2: don't use underscores in Go names; const DW_CC_nocall should be DWCCNocall
cmd/internal/dwarf/dwarf_defs.go:397:2: don't use underscores in Go names; const DW_CC_lo_user should be DWCCLoUser
cmd/internal/dwarf/dwarf_defs.go:398:2: don't use underscores in Go names; const DW_CC_hi_user should be DWCCHiUser
cmd/internal/dwarf/dwarf_defs.go:403:2: don't use underscores in Go names; const DW_INL_not_inlined should be DWINLNotInlined
cmd/internal/dwarf/dwarf_defs.go:404:2: don't use underscores in Go names; const DW_INL_inlined should be DWINLInlined
cmd/internal/dwarf/dwarf_defs.go:405:2: don't use underscores in Go names; const DW_INL_declared_not_inlined should be DWINLDeclaredNotInlined
cmd/internal/dwarf/dwarf_defs.go:406:2: don't use underscores in Go names; const DW_INL_declared_inlined should be DWINLDeclaredInlined
cmd/internal/dwarf/dwarf_defs.go:411:2: don't use underscores in Go names; const DW_ORD_row_major should be DWORDRowMajor
cmd/internal/dwarf/dwarf_defs.go:412:2: don't use underscores in Go names; const DW_ORD_col_major should be DWORDColMajor
cmd/internal/dwarf/dwarf_defs.go:417:2: don't use underscores in Go names; const DW_DSC_label should be DWDSCLabel
cmd/internal/dwarf/dwarf_defs.go:418:2: don't use underscores in Go names; const DW_DSC_range should be DWDSCRange
cmd/internal/dwarf/dwarf_defs.go:423:2: don't use underscores in Go names; const DW_LNS_copy should be DWLNSCopy
cmd/internal/dwarf/dwarf_defs.go:424:2: don't use underscores in Go names; const DW_LNS_advance_pc should be DWLNSAdvancePc
cmd/internal/dwarf/dwarf_defs.go:425:2: don't use underscores in Go names; const DW_LNS_advance_line should be DWLNSAdvanceLine
cmd/internal/dwarf/dwarf_defs.go:426:2: don't use underscores in Go names; const DW_LNS_set_file should be DWLNSSetFile
cmd/internal/dwarf/dwarf_defs.go:427:2: don't use underscores in Go names; const DW_LNS_set_column should be DWLNSSetColumn
cmd/internal/dwarf/dwarf_defs.go:428:2: don't use underscores in Go names; const DW_LNS_negate_stmt should be DWLNSNegateStmt
cmd/internal/dwarf/dwarf_defs.go:429:2: don't use underscores in Go names; const DW_LNS_set_basic_block should be DWLNSSetBasicBlock
cmd/internal/dwarf/dwarf_defs.go:430:2: don't use underscores in Go names; const DW_LNS_const_add_pc should be DWLNSConstAddPc
cmd/internal/dwarf/dwarf_defs.go:431:2: don't use underscores in Go names; const DW_LNS_fixed_advance_pc should be DWLNSFixedAdvancePc
cmd/internal/dwarf/dwarf_defs.go:433:2: don't use underscores in Go names; const DW_LNS_set_prologue_end should be DWLNSSetPrologueEnd
cmd/internal/dwarf/dwarf_defs.go:434:2: don't use underscores in Go names; const DW_LNS_set_epilogue_begin should be DWLNSSetEpilogueBegin
cmd/internal/dwarf/dwarf_defs.go:435:2: don't use underscores in Go names; const DW_LNS_set_isa should be DWLNSSetIsa
cmd/internal/dwarf/dwarf_defs.go:440:2: don't use underscores in Go names; const DW_LNE_end_sequence should be DWLNEEndSequence
cmd/internal/dwarf/dwarf_defs.go:441:2: don't use underscores in Go names; const DW_LNE_set_address should be DWLNESetAddress
cmd/internal/dwarf/dwarf_defs.go:442:2: don't use underscores in Go names; const DW_LNE_define_file should be DWLNEDefineFile
cmd/internal/dwarf/dwarf_defs.go:443:2: don't use underscores in Go names; const DW_LNE_lo_user should be DWLNELoUser
cmd/internal/dwarf/dwarf_defs.go:444:2: don't use underscores in Go names; const DW_LNE_hi_user should be DWLNEHiUser
cmd/internal/dwarf/dwarf_defs.go:449:2: don't use underscores in Go names; const DW_MACINFO_define should be DWMACINFODefine
cmd/internal/dwarf/dwarf_defs.go:450:2: don't use underscores in Go names; const DW_MACINFO_undef should be DWMACINFOUndef
cmd/internal/dwarf/dwarf_defs.go:451:2: don't use underscores in Go names; const DW_MACINFO_start_file should be DWMACINFOStartFile
cmd/internal/dwarf/dwarf_defs.go:452:2: don't use underscores in Go names; const DW_MACINFO_end_file should be DWMACINFOEndFile
cmd/internal/dwarf/dwarf_defs.go:453:2: don't use underscores in Go names; const DW_MACINFO_vendor_ext should be DWMACINFOVendorExt
cmd/internal/dwarf/dwarf_defs.go:459:2: don't use underscores in Go names; const DW_CFA_nop should be DWCFANop
cmd/internal/dwarf/dwarf_defs.go:460:2: don't use underscores in Go names; const DW_CFA_set_loc should be DWCFASetLoc
cmd/internal/dwarf/dwarf_defs.go:461:2: don't use underscores in Go names; const DW_CFA_advance_loc1 should be DWCFAAdvanceLoc1
cmd/internal/dwarf/dwarf_defs.go:462:2: don't use underscores in Go names; const DW_CFA_advance_loc2 should be DWCFAAdvanceLoc2
cmd/internal/dwarf/dwarf_defs.go:463:2: don't use underscores in Go names; const DW_CFA_advance_loc4 should be DWCFAAdvanceLoc4
cmd/internal/dwarf/dwarf_defs.go:464:2: don't use underscores in Go names; const DW_CFA_offset_extended should be DWCFAOffsetExtended
cmd/internal/dwarf/dwarf_defs.go:465:2: don't use underscores in Go names; const DW_CFA_restore_extended should be DWCFARestoreExtended
cmd/internal/dwarf/dwarf_defs.go:466:2: don't use underscores in Go names; const DW_CFA_undefined should be DWCFAUndefined
cmd/internal/dwarf/dwarf_defs.go:467:2: don't use underscores in Go names; const DW_CFA_same_value should be DWCFASameValue
cmd/internal/dwarf/dwarf_defs.go:468:2: don't use underscores in Go names; const DW_CFA_register should be DWCFARegister
cmd/internal/dwarf/dwarf_defs.go:469:2: don't use underscores in Go names; const DW_CFA_remember_state should be DWCFARememberState
cmd/internal/dwarf/dwarf_defs.go:470:2: don't use underscores in Go names; const DW_CFA_restore_state should be DWCFARestoreState
cmd/internal/dwarf/dwarf_defs.go:472:2: don't use underscores in Go names; const DW_CFA_def_cfa should be DWCFADefCfa
cmd/internal/dwarf/dwarf_defs.go:473:2: don't use underscores in Go names; const DW_CFA_def_cfa_register should be DWCFADefCfaRegister
cmd/internal/dwarf/dwarf_defs.go:474:2: don't use underscores in Go names; const DW_CFA_def_cfa_offset should be DWCFADefCfaOffset
cmd/internal/dwarf/dwarf_defs.go:475:2: don't use underscores in Go names; const DW_CFA_def_cfa_expression should be DWCFADefCfaExpression
cmd/internal/dwarf/dwarf_defs.go:476:2: don't use underscores in Go names; const DW_CFA_expression should be DWCFAExpression
cmd/internal/dwarf/dwarf_defs.go:477:2: don't use underscores in Go names; const DW_CFA_offset_extended_sf should be DWCFAOffsetExtendedSf
cmd/internal/dwarf/dwarf_defs.go:478:2: don't use underscores in Go names; const DW_CFA_def_cfa_sf should be DWCFADefCfaSf
cmd/internal/dwarf/dwarf_defs.go:479:2: don't use underscores in Go names; const DW_CFA_def_cfa_offset_sf should be DWCFADefCfaOffsetSf
cmd/internal/dwarf/dwarf_defs.go:480:2: don't use underscores in Go names; const DW_CFA_val_offset should be DWCFAValOffset
cmd/internal/dwarf/dwarf_defs.go:481:2: don't use underscores in Go names; const DW_CFA_val_offset_sf should be DWCFAValOffsetSf
cmd/internal/dwarf/dwarf_defs.go:482:2: don't use underscores in Go names; const DW_CFA_val_expression should be DWCFAValExpression
cmd/internal/dwarf/dwarf_defs.go:484:2: don't use underscores in Go names; const DW_CFA_lo_user should be DWCFALoUser
cmd/internal/dwarf/dwarf_defs.go:485:2: don't use underscores in Go names; const DW_CFA_hi_user should be DWCFAHiUser
cmd/internal/dwarf/dwarf_defs.go:488:2: don't use underscores in Go names; const DW_CFA_advance_loc should be DWCFAAdvanceLoc
cmd/internal/dwarf/dwarf_defs.go:489:2: don't use underscores in Go names; const DW_CFA_offset should be DWCFAOffset
cmd/internal/dwarf/dwarf_defs.go:490:2: don't use underscores in Go names; const DW_CFA_restore should be DWCFARestore
cmd/internal/edit/edit.go:45:1: exported method Buffer.Insert should have comment or be unexported
cmd/internal/edit/edit.go:52:1: exported method Buffer.Delete should have comment or be unexported
cmd/internal/edit/edit.go:59:1: exported method Buffer.Replace should have comment or be unexported
cmd/internal/goobj/read.go:139:6: exported type NativeReader should have comment or be unexported
cmd/internal/obj/data.go:182:1: exported function Addrel should have comment or be unexported
cmd/internal/obj/go.go:9:1: exported function Nopout should have comment or be unexported
cmd/internal/obj/inl.go:56:52: don't use underscores in Go names; method parameter func_ should be func
cmd/internal/obj/inl.go:67:1: exported method InlTree.Parent should have comment or be unexported
cmd/internal/obj/inl.go:71:1: exported method InlTree.InlinedFunction should have comment or be unexported
cmd/internal/obj/inl.go:75:1: exported method InlTree.CallPos should have comment or be unexported
cmd/internal/obj/ld.go:43:2: exported const LOG should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ld.go:79:1: exported function Appendp should have comment or be unexported
cmd/internal/obj/link.go:185:6: exported type Addr should have comment or be unexported
cmd/internal/obj/link.go:203:6: exported type AddrName should have comment or be unexported
cmd/internal/obj/link.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:206:2: exported const NAME_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/link.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:211:2: comment on exported const NAME_GOTREF should be of the form "NAME_GOTREF ..."
cmd/internal/obj/link.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:214:2: comment on exported const NAME_DELETED_AUTO should be of the form "NAME_DELETED_AUTO ..."
cmd/internal/obj/link.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:221:6: exported type AddrType should have comment or be unexported
cmd/internal/obj/link.go:224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:224:2: exported const TYPE_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/link.go:225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:234:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:352:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/link.go:414:2: exported const AttrDuplicateOK should have comment (or a comment on this block) or be unexported
cmd/internal/obj/link.go:425:2: comment on exported const AttrMakeTypelink should be of the form "AttrMakeTypelink ..."
cmd/internal/obj/link.go:428:2: comment on exported const AttrReflectMethod should be of the form "AttrReflectMethod ..."
cmd/internal/obj/link.go:436:2: comment on exported const AttrLocal should be of the form "AttrLocal ..."
cmd/internal/obj/link.go:444:2: comment on exported const AttrWasInlined should be of the form "AttrWasInlined ..."
cmd/internal/obj/link.go:449:1: exported method Attribute.DuplicateOK should have comment or be unexported
cmd/internal/obj/link.go:450:1: exported method Attribute.MakeTypelink should have comment or be unexported
cmd/internal/obj/link.go:451:1: exported method Attribute.CFunc should have comment or be unexported
cmd/internal/obj/link.go:452:1: exported method Attribute.NoSplit should have comment or be unexported
cmd/internal/obj/link.go:453:1: exported method Attribute.Leaf should have comment or be unexported
cmd/internal/obj/link.go:454:1: exported method Attribute.SeenGlobl should have comment or be unexported
cmd/internal/obj/link.go:455:1: exported method Attribute.OnList should have comment or be unexported
cmd/internal/obj/link.go:456:1: exported method Attribute.ReflectMethod should have comment or be unexported
cmd/internal/obj/link.go:457:1: exported method Attribute.Local should have comment or be unexported
cmd/internal/obj/link.go:458:1: exported method Attribute.Wrapper should have comment or be unexported
cmd/internal/obj/link.go:459:1: exported method Attribute.NeedCtxt should have comment or be unexported
cmd/internal/obj/link.go:460:1: exported method Attribute.NoFrame should have comment or be unexported
cmd/internal/obj/link.go:461:1: exported method Attribute.Static should have comment or be unexported
cmd/internal/obj/link.go:462:1: exported method Attribute.WasInlined should have comment or be unexported
cmd/internal/obj/link.go:464:1: exported method Attribute.Set should have comment or be unexported
cmd/internal/obj/link.go:519:6: exported type Pcln should have comment or be unexported
cmd/internal/obj/link.go:533:6: exported type Reloc should have comment or be unexported
cmd/internal/obj/link.go:541:6: exported type Auto should have comment or be unexported
cmd/internal/obj/link.go:548:6: exported type Pcdata should have comment or be unexported
cmd/internal/obj/link.go:560:2: don't use underscores in Go names; struct field Flag_shared should be FlagShared
cmd/internal/obj/link.go:561:2: don't use underscores in Go names; struct field Flag_dynlink should be FlagDynlink
cmd/internal/obj/link.go:562:2: don't use underscores in Go names; struct field Flag_optimize should be FlagOptimize
cmd/internal/obj/link.go:563:2: don't use underscores in Go names; struct field Flag_locationlists should be FlagLocationlists
cmd/internal/obj/link.go:580:2: don't use underscores in Go names; struct field Framepointer_enabled should be FramepointerEnabled
cmd/internal/obj/link.go:587:1: exported method Link.Diag should have comment or be unexported
cmd/internal/obj/link.go:592:1: exported method Link.Logf should have comment or be unexported
cmd/internal/obj/link.go:597:1: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..."
cmd/internal/obj/objfile.go:89:1: exported function WriteObjFile should have comment or be unexported
cmd/internal/obj/objfile.go:522:1: exported method LSym.Len should have comment or be unexported
cmd/internal/obj/objfile.go:597:1: exported method Link.DwarfAbstractFunc should have comment or be unexported
cmd/internal/obj/objfile.go:622:1: comment on exported type DwarfFixupTable should be of the form "DwarfFixupTable ..." (with optional leading article)
cmd/internal/obj/objfile.go:691:1: exported function NewDwarfFixupTable should have comment or be unexported
cmd/internal/obj/objfile.go:699:1: exported method DwarfFixupTable.GetPrecursorFunc should have comment or be unexported
cmd/internal/obj/objfile.go:706:1: exported method DwarfFixupTable.SetPrecursorFunc should have comment or be unexported
cmd/internal/obj/objfile.go:722:1: comment on exported method DwarfFixupTable.ReferenceChildDIE should be of the form "ReferenceChildDIE ..."
cmd/internal/obj/objfile.go:758:1: comment on exported method DwarfFixupTable.RegisterChildDIEOffsets should be of the form "RegisterChildDIEOffsets ..."
cmd/internal/obj/objfile.go:810:1: comment on exported method DwarfFixupTable.AbsFuncDwarfSym should be of the form "AbsFuncDwarfSym ..."
cmd/internal/obj/objfile.go:824:1: comment on exported method DwarfFixupTable.Finalize should be of the form "Finalize ..."
cmd/internal/obj/pcln.go:13:2: exported const PrologueEnd should have comment (or a comment on this block) or be unexported
cmd/internal/obj/pcln.go:34:41: don't use underscores in Go names; func parameter func_ should be func
cmd/internal/obj/pcln.go:253:6: don't use underscores in Go names; var is_stmt should be isStmt
cmd/internal/obj/pcln.go:264:3: don't use underscores in Go names; var is_stmt should be isStmt
cmd/internal/obj/plist.go:13:6: exported type Plist should have comment or be unexported
cmd/internal/obj/plist.go:22:1: exported function Flushplist should have comment or be unexported
cmd/internal/obj/plist.go:113:1: exported method Link.InitTextSym should have comment or be unexported
cmd/internal/obj/plist.go:167:1: exported method Link.Globl should have comment or be unexported
cmd/internal/obj/sort.go:11:1: exported function SortSlice should have comment or be unexported
cmd/internal/obj/sym.go:41:1: exported function Linknew should have comment or be unexported
cmd/internal/obj/sym.go:100:1: exported method Link.Float32Sym should have comment or be unexported
cmd/internal/obj/sym.go:109:1: exported method Link.Float64Sym should have comment or be unexported
cmd/internal/obj/sym.go:118:1: exported method Link.Int64Sym should have comment or be unexported
cmd/internal/obj/textflag.go:12:2: comment on exported const NOPROF should be of the form "NOPROF ..."
cmd/internal/obj/textflag.go:17:2: comment on exported const DUPOK should be of the form "DUPOK ..."
cmd/internal/obj/textflag.go:21:2: comment on exported const NOSPLIT should be of the form "NOSPLIT ..."
cmd/internal/obj/textflag.go:24:2: comment on exported const RODATA should be of the form "RODATA ..."
cmd/internal/obj/textflag.go:27:2: comment on exported const NOPTR should be of the form "NOPTR ..."
cmd/internal/obj/textflag.go:30:2: comment on exported const WRAPPER should be of the form "WRAPPER ..."
cmd/internal/obj/textflag.go:33:2: comment on exported const NEEDCTXT should be of the form "NEEDCTXT ..."
cmd/internal/obj/textflag.go:36:2: comment on exported const LOCAL should be of the form "LOCAL ..."
cmd/internal/obj/textflag.go:39:2: comment on exported const TLSBSS should be of the form "TLSBSS ..."
cmd/internal/obj/textflag.go:43:2: comment on exported const NOFRAME should be of the form "NOFRAME ..."
cmd/internal/obj/textflag.go:48:2: comment on exported const REFLECTMETHOD should be of the form "REFLECTMETHOD ..."
cmd/internal/obj/util.go:14:7: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:14:7: exported const REG_NONE should have comment or be unexported
cmd/internal/obj/util.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/util.go:173:1: exported method Link.NewProg should have comment or be unexported
cmd/internal/obj/util.go:179:1: exported method Link.CanReuseProgs should have comment or be unexported
cmd/internal/obj/util.go:183:1: exported function Dconv should have comment or be unexported
cmd/internal/obj/util.go:303:1: exported function Mconv should have comment or be unexported
cmd/internal/obj/util.go:427:2: comment on exported const RBase386 should be of the form "RBase386 ..."
cmd/internal/obj/util.go:430:2: exported const RBaseAMD64 should have comment (or a comment on this block) or be unexported
cmd/internal/obj/util.go:446:1: exported function Rconv should have comment or be unexported
cmd/internal/obj/util.go:489:1: exported function RLconv should have comment or be unexported
cmd/internal/obj/util.go:529:5: exported var Anames should have comment or be unexported
cmd/internal/obj/util.go:545:1: exported function Bool2int should have comment or be unexported
cmd/internal/obj/arm/a.out.go:38:2: exported const NSNAME should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/internal/obj/arm/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:90:2: comment on exported const REGEXT should be of the form "REGEXT ..."
cmd/internal/obj/arm/a.out.go:94:2: comment on exported const REGG should be of the form "REGG ..."
cmd/internal/obj/arm/a.out.go:105:2: comment on exported const FREGRET should be of the form "FREGRET ..."
cmd/internal/obj/arm/a.out.go:112:1: comment on exported var ARMDWARFRegisters should be of the form "ARMDWARFRegisters ..."
cmd/internal/obj/arm/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:143:2: exported const C_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:186:2: don't use underscores in Go names; const C_PC should be CPC
cmd/internal/obj/arm/a.out.go:187:2: don't use underscores in Go names; const C_SP should be CSP
cmd/internal/obj/arm/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:192:2: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..."
cmd/internal/obj/arm/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:196:2: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..."
cmd/internal/obj/arm/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:209:2: exported const AAND should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm/a.out.go:226:2: comment on exported const ABEQ should be of the form "ABEQ ..."
cmd/internal/obj/arm/a.out.go:372:2: comment on exported const AB should be of the form "AB ..."
cmd/internal/obj/arm/a.out.go:379:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:380:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:381:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:382:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:383:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:384:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:389:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:391:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:392:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:393:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:394:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:395:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:396:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:397:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:398:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:399:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:400:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:401:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:402:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:403:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:404:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:405:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:406:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:409:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:410:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:411:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/a.out.go:412:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm/asm5.go:62:6: exported type Optab should have comment or be unexported
cmd/internal/obj/arm/asm5.go:67:2: don't use underscores in Go names; struct field type_ should be type
cmd/internal/obj/arm/asm5.go:75:6: exported type Opcross should have comment or be unexported
cmd/internal/obj/arm/asm5.go:78:2: exported const LFROM should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm/asm5.go:1157:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm/asm5.go:1176:12: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm/list5.go:94:1: exported function DRconv should have comment or be unexported
cmd/internal/obj/arm/obj5.go:39:5: don't use underscores in Go names; var progedit_tlsfallback should be progeditTlsfallback
cmd/internal/obj/arm/obj5.go:811:5: exported var Linkarm should have comment or be unexported
cmd/internal/obj/arm64/a.out.go:36:2: exported const NSNAME should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:177:1: comment on exported const REG_LSL should be of the form "REG_LSL ..."
cmd/internal/obj/arm64/a.out.go:182:7: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:183:7: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:183:7: exported const REG_EXT should have comment or be unexported
cmd/internal/obj/arm64/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:186:2: exported const REG_UXTB should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:208:2: don't use underscores in Go names; const REG_CurrentEL should be REGCurrentEL
cmd/internal/obj/arm64/a.out.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:210:2: don't use underscores in Go names; const REG_SPSel should be REGSPSel
cmd/internal/obj/arm64/a.out.go:211:2: don't use underscores in Go names; const REG_DAIFSet should be REGDAIFSet
cmd/internal/obj/arm64/a.out.go:212:2: don't use underscores in Go names; const REG_DAIFClr should be REGDAIFClr
cmd/internal/obj/arm64/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:267:1: comment on exported var ARM64DWARFRegisters should be of the form "ARM64DWARFRegisters ..."
cmd/internal/obj/arm64/a.out.go:371:2: exported const BIG should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:375:2: comment on exported const LABEL should be of the form "LABEL ..."
cmd/internal/obj/arm64/a.out.go:377:2: exported const LEAF should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:389:2: comment on exported const C_NONE should be of the form "C_NONE ..."
cmd/internal/obj/arm64/a.out.go:392:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:393:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:393:2: exported const C_REG should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:394:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:395:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:396:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:397:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:398:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:399:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:400:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:401:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:402:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:403:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:404:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:406:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:407:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:408:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:409:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:410:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:411:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:412:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:413:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:414:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:415:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:416:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:417:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:419:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:420:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:421:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:423:2: comment on exported const C_SBRA should be of the form "C_SBRA ..."
cmd/internal/obj/arm64/a.out.go:424:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:425:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:427:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:428:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:429:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:430:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:431:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:432:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:433:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:434:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:435:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:436:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:437:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:438:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:439:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:440:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:441:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:442:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:443:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:444:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:445:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:446:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:447:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:449:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:450:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:451:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:452:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:453:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:454:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:456:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:457:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:458:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:459:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:460:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:461:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:462:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:463:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:464:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:465:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:466:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:467:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:468:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:469:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:470:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:471:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:472:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:473:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:474:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:475:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:476:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:478:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:480:2: comment on exported const C_GOTADDR should be of the form "C_GOTADDR ..."
cmd/internal/obj/arm64/a.out.go:481:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:483:2: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..."
cmd/internal/obj/arm64/a.out.go:485:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:487:2: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..."
cmd/internal/obj/arm64/a.out.go:490:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:492:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:494:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:495:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:496:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:500:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:500:2: exported const C_XPRE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:501:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:507:2: exported const AADC should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:927:2: comment on exported const SHIFT_LL should be of the form "SHIFT_LL ..."
cmd/internal/obj/arm64/a.out.go:928:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:929:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:929:2: exported const SHIFT_LR should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/a.out.go:930:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:936:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:937:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:938:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:939:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:940:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:941:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:942:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:943:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:944:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:945:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:946:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:947:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/a.out.go:948:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/asm7.go:65:2: exported const REGFROM should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/asm7.go:68:6: exported type Optab should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:74:2: don't use underscores in Go names; struct field type_ should be type
cmd/internal/obj/arm64/asm7.go:86:2: exported const S32 should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/asm7.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/asm7.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/arm64/asm7.go:93:1: exported function OPDP2 should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:97:1: exported function OPDP3 should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:101:1: exported function OPBcc should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:105:1: exported function OPBLR should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:110:1: exported function SYSOP should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:114:1: exported function SYSHINT should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:118:1: exported function LDSTR12U should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:122:1: exported function LDSTR9S should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:126:1: exported function LD2STR should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:130:1: exported function LDSTX should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:134:1: exported function FPCMP should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:134:32: don't use underscores in Go names; func parameter type_ should be type
cmd/internal/obj/arm64/asm7.go:138:1: exported function FPCCMP should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:138:33: don't use underscores in Go names; func parameter type_ should be type
cmd/internal/obj/arm64/asm7.go:142:1: exported function FPOP1S should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:142:33: don't use underscores in Go names; func parameter type_ should be type
cmd/internal/obj/arm64/asm7.go:146:1: exported function FPOP2S should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:146:33: don't use underscores in Go names; func parameter type_ should be type
cmd/internal/obj/arm64/asm7.go:150:1: exported function FPOP3S should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:150:33: don't use underscores in Go names; func parameter type_ should be type
cmd/internal/obj/arm64/asm7.go:154:1: exported function FPCVTI should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:154:34: don't use underscores in Go names; func parameter type_ should be type
cmd/internal/obj/arm64/asm7.go:158:1: exported function ADR should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:162:1: exported function OPBIT should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:167:2: exported const LFROM should have comment (or a comment on this block) or be unexported
cmd/internal/obj/arm64/asm7.go:1238:3: should replace n += 1 with n++
cmd/internal/obj/arm64/asm7.go:1418:13: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/asm7.go:2474:1: comment on exported function SYSARG5 should be of the form "SYSARG5 ..."
cmd/internal/obj/arm64/asm7.go:2479:1: exported function SYSARG4 should have comment or be unexported
cmd/internal/obj/arm64/asm7.go:6250:11: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/asm7.go:6266:11: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/asm7.go:6276:11: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:182:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:188:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:194:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:200:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:206:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:212:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:218:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:224:10: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/arm64/list7.go:238:1: exported function DRconv should have comment or be unexported
cmd/internal/obj/arm64/obj7.go:849:5: exported var Linkarm64 should have comment or be unexported
cmd/internal/obj/mips/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/internal/obj/mips/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:118:2: comment on exported const REG_M0 should be of the form "REG_M0 ..."
cmd/internal/obj/mips/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:152:2: comment on exported const REG_FCR0 should be of the form "REG_FCR0 ..."
cmd/internal/obj/mips/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:204:1: comment on exported var MIPSDWARFRegisters should be of the form "MIPSDWARFRegisters ..."
cmd/internal/obj/mips/a.out.go:223:2: exported const BIG should have comment (or a comment on this block) or be unexported
cmd/internal/obj/mips/a.out.go:227:2: comment on exported const FOLL should be of the form "FOLL ..."
cmd/internal/obj/mips/a.out.go:229:2: exported const LABEL should have comment (or a comment on this block) or be unexported
cmd/internal/obj/mips/a.out.go:241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:241:2: exported const C_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/mips/a.out.go:242:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:243:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:244:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:246:2: don't use underscores in Go names; const C_HI should be CHI
cmd/internal/obj/mips/a.out.go:247:2: don't use underscores in Go names; const C_LO should be CLO
cmd/internal/obj/mips/a.out.go:248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:250:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:258:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:266:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:274:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/a.out.go:281:2: exported const AABSD should have comment (or a comment on this block) or be unexported
cmd/internal/obj/mips/a.out.go:377:2: comment on exported const AMOVV should be of the form "AMOVV ..."
cmd/internal/obj/mips/a.out.go:395:2: comment on exported const ATRUNCFV should be of the form "ATRUNCFV ..."
cmd/internal/obj/mips/a.out.go:408:2: comment on exported const AJMP should be of the form "AJMP ..."
cmd/internal/obj/mips/asm0.go:63:6: exported type Optab should have comment or be unexported
cmd/internal/obj/mips/asm0.go:68:2: don't use underscores in Go names; struct field type_ should be type
cmd/internal/obj/mips/asm0.go:1049:1: exported function OP should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1053:1: exported function SP should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1057:1: exported function BCOND should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1061:1: exported function MMU should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1065:1: exported function FPF should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1069:1: exported function FPD should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1073:1: exported function FPW should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1077:1: exported function FPV should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1081:1: exported function OP_RRR should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1081:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/asm0.go:1085:1: exported function OP_IRR should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1085:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/asm0.go:1089:1: exported function OP_SRR should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1089:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/asm0.go:1093:1: exported function OP_FRRR should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1093:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/asm0.go:1097:1: exported function OP_JMP should have comment or be unexported
cmd/internal/obj/mips/asm0.go:1097:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/list0.go:72:1: exported function DRconv should have comment or be unexported
cmd/internal/obj/mips/obj0.go:835:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/obj0.go:835:2: exported const E_HILO should have comment (or a comment on this block) or be unexported
cmd/internal/obj/mips/obj0.go:836:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/obj0.go:837:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/obj0.go:838:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/obj0.go:839:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/obj0.go:840:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/mips/obj0.go:846:6: exported type Dep should have comment or be unexported
cmd/internal/obj/mips/obj0.go:852:6: exported type Sch should have comment or be unexported
cmd/internal/obj/mips/obj0.go:1429:5: exported var Linkmips64 should have comment or be unexported
cmd/internal/obj/mips/obj0.go:1438:5: exported var Linkmips64le should have comment or be unexported
cmd/internal/obj/mips/obj0.go:1447:5: exported var Linkmips should have comment or be unexported
cmd/internal/obj/mips/obj0.go:1456:5: exported var Linkmipsle should have comment or be unexported
cmd/internal/obj/ppc64/a.out.go:47:2: comment on exported const REG_R0 should be of the form "REG_R0 ..."
cmd/internal/obj/ppc64/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/internal/obj/ppc64/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:82:2: comment on exported const REG_F0 should be of the form "REG_F0 ..."
cmd/internal/obj/ppc64/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:116:2: comment on exported const REG_V0 should be of the form "REG_V0 ..."
cmd/internal/obj/ppc64/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:150:2: comment on exported const REG_VS0 should be of the form "REG_VS0 ..."
cmd/internal/obj/ppc64/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:234:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:258:1: comment on exported var PPC64DWARFRegisters should be of the form "PPC64DWARFRegisters ..."
cmd/internal/obj/ppc64/a.out.go:296:2: comment on exported const LABEL should be of the form "LABEL ..."
cmd/internal/obj/ppc64/a.out.go:298:2: exported const LEAF should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/a.out.go:318:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:318:2: exported const BI_CR0 should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/a.out.go:319:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:320:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:321:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:322:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:323:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:324:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:325:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:326:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:327:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:328:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:329:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:338:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:338:2: exported const BO_BCTR should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/a.out.go:339:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:340:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:341:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:342:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:343:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:349:2: exported const C_COND_LT should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:356:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:356:2: exported const C_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:358:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:362:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:364:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:365:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:367:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:368:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:369:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:371:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:372:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:373:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:374:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:375:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:376:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:377:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:378:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:379:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:380:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:381:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:382:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:383:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:384:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:385:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:386:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:387:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:388:2: don't use underscores in Go names; const C_LR should be CLR
cmd/internal/obj/ppc64/a.out.go:389:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:390:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:391:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:392:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:393:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:394:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:395:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:396:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:398:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/a.out.go:402:2: exported const AADD should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/a.out.go:637:2: comment on exported const AFRES should be of the form "AFRES ..."
cmd/internal/obj/ppc64/a.out.go:680:2: comment on exported const AFCFID should be of the form "AFCFID ..."
cmd/internal/obj/ppc64/a.out.go:735:2: comment on exported const ADWORD should be of the form "ADWORD ..."
cmd/internal/obj/ppc64/a.out.go:746:2: comment on exported const AHRFID should be of the form "AHRFID ..."
cmd/internal/obj/ppc64/a.out.go:759:2: comment on exported const ALV should be of the form "ALV ..."
cmd/internal/obj/ppc64/a.out.go:927:2: comment on exported const ALXV should be of the form "ALXV ..."
cmd/internal/obj/ppc64/a.out.go:1017:2: comment on exported const ABR should be of the form "ABR ..."
cmd/internal/obj/ppc64/asm9.go:63:6: exported type Optab should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:69:2: don't use underscores in Go names; struct field type_ should be type
cmd/internal/obj/ppc64/asm9.go:791:13: if block ends with a return statement, so drop this else and outdent its block
cmd/internal/obj/ppc64/asm9.go:1893:1: exported function OPVXX1 should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1897:1: exported function OPVXX2 should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1901:1: exported function OPVXX3 should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1905:1: exported function OPVXX4 should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1909:1: exported function OPVX should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1913:1: exported function OPVC should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1917:1: exported function OPVCC should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1921:1: exported function OPCC should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1925:1: exported function OP should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1929:1: comment on exported function AOP_RRR should be of the form "AOP_RRR ..."
cmd/internal/obj/ppc64/asm9.go:1930:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1934:1: comment on exported function AOP_RR should be of the form "AOP_RR ..."
cmd/internal/obj/ppc64/asm9.go:1935:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1939:1: comment on exported function AOP_RRRR should be of the form "AOP_RRRR ..."
cmd/internal/obj/ppc64/asm9.go:1940:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1944:1: exported function AOP_IRR should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:1944:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1948:1: comment on exported function AOP_VIRR should be of the form "AOP_VIRR ..."
cmd/internal/obj/ppc64/asm9.go:1949:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1953:1: comment on exported function AOP_IIRR should be of the form "AOP_IIRR ..."
cmd/internal/obj/ppc64/asm9.go:1954:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1958:1: comment on exported function AOP_IRRR should be of the form "AOP_IRRR ..."
cmd/internal/obj/ppc64/asm9.go:1959:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1963:1: comment on exported function AOP_IR should be of the form "AOP_IR ..."
cmd/internal/obj/ppc64/asm9.go:1964:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1968:1: comment on exported function AOP_XX1 should be of the form "AOP_XX1 ..."
cmd/internal/obj/ppc64/asm9.go:1969:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1976:1: comment on exported function AOP_XX2 should be of the form "AOP_XX2 ..."
cmd/internal/obj/ppc64/asm9.go:1977:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1983:1: comment on exported function AOP_XX3 should be of the form "AOP_XX3 ..."
cmd/internal/obj/ppc64/asm9.go:1984:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1991:1: comment on exported function AOP_XX3I should be of the form "AOP_XX3I ..."
cmd/internal/obj/ppc64/asm9.go:1992:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:1999:1: comment on exported function AOP_XX4 should be of the form "AOP_XX4 ..."
cmd/internal/obj/ppc64/asm9.go:2000:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2008:1: comment on exported function AOP_Z23I should be of the form "AOP_Z23I ..."
cmd/internal/obj/ppc64/asm9.go:2009:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2013:1: comment on exported function AOP_RRRI should be of the form "AOP_RRRI ..."
cmd/internal/obj/ppc64/asm9.go:2014:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2018:1: exported function LOP_RRR should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2018:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2022:1: exported function LOP_IRR should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2022:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2026:1: exported function OP_BR should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2026:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2030:1: exported function OP_BC should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2030:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2034:1: exported function OP_BCR should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2034:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2038:1: exported function OP_RLW should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2038:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2042:1: exported function AOP_RLDIC should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2042:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2046:1: exported function AOP_ISEL should have comment or be unexported
cmd/internal/obj/ppc64/asm9.go:2046:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2051:2: comment on exported const OP_ADD should be of the form "OP_ADD ..."
cmd/internal/obj/ppc64/asm9.go:2052:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2053:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2053:2: exported const OP_ADDI should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/asm9.go:2054:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2055:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2056:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2057:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2058:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2059:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2060:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2061:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2062:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2063:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2064:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2065:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2066:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2067:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2068:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2069:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2070:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2071:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2072:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2073:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2074:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2075:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2076:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2077:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2078:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2079:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2080:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2081:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2082:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2083:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2084:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2085:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2086:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2087:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2088:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2096:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/asm9.go:2096:2: exported const D_FORM should have comment (or a comment on this block) or be unexported
cmd/internal/obj/ppc64/asm9.go:2097:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/ppc64/list9.go:96:1: exported function DRconv should have comment or be unexported
cmd/internal/obj/ppc64/obj9.go:1076:5: exported var Linkppc64 should have comment or be unexported
cmd/internal/obj/ppc64/obj9.go:1085:5: exported var Linkppc64le should have comment or be unexported
cmd/internal/obj/s390x/a.out.go:37:2: exported const NSNAME should have comment (or a comment on this block) or be unexported
cmd/internal/obj/s390x/a.out.go:44:2: comment on exported const REG_R0 should be of the form "REG_R0 ..."
cmd/internal/obj/s390x/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/internal/obj/s390x/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:62:2: comment on exported const REG_F0 should be of the form "REG_F0 ..."
cmd/internal/obj/s390x/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:80:2: comment on exported const REG_V0 should be of the form "REG_V0 ..."
cmd/internal/obj/s390x/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:119:2: comment on exported const REG_AR0 should be of the form "REG_AR0 ..."
cmd/internal/obj/s390x/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:152:1: comment on exported var S390XDWARFRegisters should be of the form "S390XDWARFRegisters ..."
cmd/internal/obj/s390x/a.out.go:179:2: exported const BIG should have comment (or a comment on this block) or be unexported
cmd/internal/obj/s390x/a.out.go:186:2: comment on exported const LEAF should be of the form "LEAF ..."
cmd/internal/obj/s390x/a.out.go:188:2: exported const BRANCH should have comment (or a comment on this block) or be unexported
cmd/internal/obj/s390x/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:192:2: exported const C_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/s390x/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/s390x/a.out.go:226:2: comment on exported const AADD should be of the form "AADD ..."
cmd/internal/obj/s390x/a.out.go:228:2: exported const AADDC should have comment (or a comment on this block) or be unexported
cmd/internal/obj/s390x/a.out.go:251:2: comment on exported const AMOVWBR should be of the form "AMOVWBR ..."
cmd/internal/obj/s390x/a.out.go:263:2: comment on exported const AMOVDEQ should be of the form "AMOVDEQ ..."
cmd/internal/obj/s390x/a.out.go:271:2: comment on exported const AFLOGR should be of the form "AFLOGR ..."
cmd/internal/obj/s390x/a.out.go:274:2: comment on exported const AAND should be of the form "AAND ..."
cmd/internal/obj/s390x/a.out.go:290:2: comment on exported const AFABS should be of the form "AFABS ..."
cmd/internal/obj/s390x/a.out.go:326:2: comment on exported const ALDGR should be of the form "ALDGR ..."
cmd/internal/obj/s390x/a.out.go:330:2: comment on exported const ACEFBRA should be of the form "ACEFBRA ..."
cmd/internal/obj/s390x/a.out.go:336:2: comment on exported const ACFEBRA should be of the form "ACFEBRA ..."
cmd/internal/obj/s390x/a.out.go:342:2: comment on exported const ACELFBR should be of the form "ACELFBR ..."
cmd/internal/obj/s390x/a.out.go:348:2: comment on exported const ACLFEBR should be of the form "ACLFEBR ..."
cmd/internal/obj/s390x/a.out.go:354:2: comment on exported const ACMP should be of the form "ACMP ..."
cmd/internal/obj/s390x/a.out.go:360:2: comment on exported const ATMHH should be of the form "ATMHH ..."
cmd/internal/obj/s390x/a.out.go:366:2: comment on exported const ACS should be of the form "ACS ..."
cmd/internal/obj/s390x/a.out.go:370:2: comment on exported const ASYNC should be of the form "ASYNC ..."
cmd/internal/obj/s390x/a.out.go:373:2: comment on exported const ABC should be of the form "ABC ..."
cmd/internal/obj/s390x/a.out.go:388:2: comment on exported const ACMPBEQ should be of the form "ACMPBEQ ..."
cmd/internal/obj/s390x/a.out.go:402:2: comment on exported const AMVC should be of the form "AMVC ..."
cmd/internal/obj/s390x/a.out.go:409:2: comment on exported const AEXRL should be of the form "AEXRL ..."
cmd/internal/obj/s390x/a.out.go:415:2: comment on exported const ALAA should be of the form "ALAA ..."
cmd/internal/obj/s390x/a.out.go:427:2: comment on exported const ALMY should be of the form "ALMY ..."
cmd/internal/obj/s390x/a.out.go:433:2: comment on exported const ASTCK should be of the form "ASTCK ..."
cmd/internal/obj/s390x/a.out.go:439:2: comment on exported const ACLEAR should be of the form "ACLEAR ..."
cmd/internal/obj/s390x/a.out.go:442:2: comment on exported const AVA should be of the form "AVA ..."
cmd/internal/obj/s390x/a.out.go:946:2: comment on exported const ABYTE should be of the form "ABYTE ..."
cmd/internal/obj/s390x/a.out.go:951:2: comment on exported const ALAST should be of the form "ALAST ..."
cmd/internal/obj/s390x/a.out.go:954:2: comment on exported const ABR should be of the form "ABR ..."
cmd/internal/obj/s390x/asmz.go:57:6: exported type Optab should have comment or be unexported
cmd/internal/obj/s390x/asmz.go:63:2: don't use underscores in Go names; struct field type_ should be type
cmd/internal/obj/s390x/asmz.go:1390:2: don't use underscores in Go names; const op_A should be opA
cmd/internal/obj/s390x/asmz.go:1391:2: don't use underscores in Go names; const op_AD should be opAD
cmd/internal/obj/s390x/asmz.go:1392:2: don't use underscores in Go names; const op_ADB should be opADB
cmd/internal/obj/s390x/asmz.go:1393:2: don't use underscores in Go names; const op_ADBR should be opADBR
cmd/internal/obj/s390x/asmz.go:1394:2: don't use underscores in Go names; const op_ADR should be opADR
cmd/internal/obj/s390x/asmz.go:1395:2: don't use underscores in Go names; const op_ADTR should be opADTR
cmd/internal/obj/s390x/asmz.go:1396:2: don't use underscores in Go names; const op_ADTRA should be opADTRA
cmd/internal/obj/s390x/asmz.go:1397:2: don't use underscores in Go names; const op_AE should be opAE
cmd/internal/obj/s390x/asmz.go:1398:2: don't use underscores in Go names; const op_AEB should be opAEB
cmd/internal/obj/s390x/asmz.go:1399:2: don't use underscores in Go names; const op_AEBR should be opAEBR
cmd/internal/obj/s390x/asmz.go:1400:2: don't use underscores in Go names; const op_AER should be opAER
cmd/internal/obj/s390x/asmz.go:1401:2: don't use underscores in Go names; const op_AFI should be opAFI
cmd/internal/obj/s390x/asmz.go:1402:2: don't use underscores in Go names; const op_AG should be opAG
cmd/internal/obj/s390x/asmz.go:1403:2: don't use underscores in Go names; const op_AGF should be opAGF
cmd/internal/obj/s390x/asmz.go:1404:2: don't use underscores in Go names; const op_AGFI should be opAGFI
cmd/internal/obj/s390x/asmz.go:1405:2: don't use underscores in Go names; const op_AGFR should be opAGFR
cmd/internal/obj/s390x/asmz.go:1406:2: don't use underscores in Go names; const op_AGHI should be opAGHI
cmd/internal/obj/s390x/asmz.go:1407:2: don't use underscores in Go names; const op_AGHIK should be opAGHIK
cmd/internal/obj/s390x/asmz.go:1408:2: don't use underscores in Go names; const op_AGR should be opAGR
cmd/internal/obj/s390x/asmz.go:1409:2: don't use underscores in Go names; const op_AGRK should be opAGRK
cmd/internal/obj/s390x/asmz.go:1410:2: don't use underscores in Go names; const op_AGSI should be opAGSI
cmd/internal/obj/s390x/asmz.go:1411:2: don't use underscores in Go names; const op_AH should be opAH
cmd/internal/obj/s390x/asmz.go:1412:2: don't use underscores in Go names; const op_AHHHR should be opAHHHR
cmd/internal/obj/s390x/asmz.go:1413:2: don't use underscores in Go names; const op_AHHLR should be opAHHLR
cmd/internal/obj/s390x/asmz.go:1414:2: don't use underscores in Go names; const op_AHI should be opAHI
cmd/internal/obj/s390x/asmz.go:1415:2: don't use underscores in Go names; const op_AHIK should be opAHIK
cmd/internal/obj/s390x/asmz.go:1416:2: don't use underscores in Go names; const op_AHY should be opAHY
cmd/internal/obj/s390x/asmz.go:1417:2: don't use underscores in Go names; const op_AIH should be opAIH
cmd/internal/obj/s390x/asmz.go:1418:2: don't use underscores in Go names; const op_AL should be opAL
cmd/internal/obj/s390x/asmz.go:1419:2: don't use underscores in Go names; const op_ALC should be opALC
cmd/internal/obj/s390x/asmz.go:1420:2: don't use underscores in Go names; const op_ALCG should be opALCG
cmd/internal/obj/s390x/asmz.go:1421:2: don't use underscores in Go names; const op_ALCGR should be opALCGR
cmd/internal/obj/s390x/asmz.go:1422:2: don't use underscores in Go names; const op_ALCR should be opALCR
cmd/internal/obj/s390x/asmz.go:1423:2: don't use underscores in Go names; const op_ALFI should be opALFI
cmd/internal/obj/s390x/asmz.go:1424:2: don't use underscores in Go names; const op_ALG should be opALG
cmd/internal/obj/s390x/asmz.go:1425:2: don't use underscores in Go names; const op_ALGF should be opALGF
cmd/internal/obj/s390x/asmz.go:1426:2: don't use underscores in Go names; const op_ALGFI should be opALGFI
cmd/internal/obj/s390x/asmz.go:1427:2: don't use underscores in Go names; const op_ALGFR should be opALGFR
cmd/internal/obj/s390x/asmz.go:1428:2: don't use underscores in Go names; const op_ALGHSIK should be opALGHSIK
cmd/internal/obj/s390x/asmz.go:1429:2: don't use underscores in Go names; const op_ALGR should be opALGR
cmd/internal/obj/s390x/asmz.go:1430:2: don't use underscores in Go names; const op_ALGRK should be opALGRK
cmd/internal/obj/s390x/asmz.go:1431:2: don't use underscores in Go names; const op_ALGSI should be opALGSI
cmd/internal/obj/s390x/asmz.go:1432:2: don't use underscores in Go names; const op_ALHHHR should be opALHHHR
cmd/internal/obj/s390x/asmz.go:1433:2: don't use underscores in Go names; const op_ALHHLR should be opALHHLR
cmd/internal/obj/s390x/asmz.go:1434:2: don't use underscores in Go names; const op_ALHSIK should be opALHSIK
cmd/internal/obj/s390x/asmz.go:1435:2: don't use underscores in Go names; const op_ALR should be opALR
cmd/internal/obj/s390x/asmz.go:1436:2: don't use underscores in Go names; const op_ALRK should be opALRK
cmd/internal/obj/s390x/asmz.go:1437:2: don't use underscores in Go names; const op_ALSI should be opALSI
cmd/internal/obj/s390x/asmz.go:1438:2: don't use underscores in Go names; const op_ALSIH should be opALSIH
cmd/internal/obj/s390x/asmz.go:1439:2: don't use underscores in Go names; const op_ALSIHN should be opALSIHN
cmd/internal/obj/s390x/asmz.go:1440:2: don't use underscores in Go names; const op_ALY should be opALY
cmd/internal/obj/s390x/asmz.go:1441:2: don't use underscores in Go names; const op_AP should be opAP
cmd/internal/obj/s390x/asmz.go:1442:2: don't use underscores in Go names; const op_AR should be opAR
cmd/internal/obj/s390x/asmz.go:1443:2: don't use underscores in Go names; const op_ARK should be opARK
cmd/internal/obj/s390x/asmz.go:1444:2: don't use underscores in Go names; const op_ASI should be opASI
cmd/internal/obj/s390x/asmz.go:1445:2: don't use underscores in Go names; const op_AU should be opAU
cmd/internal/obj/s390x/asmz.go:1446:2: don't use underscores in Go names; const op_AUR should be opAUR
cmd/internal/obj/s390x/asmz.go:1447:2: don't use underscores in Go names; const op_AW should be opAW
cmd/internal/obj/s390x/asmz.go:1448:2: don't use underscores in Go names; const op_AWR should be opAWR
cmd/internal/obj/s390x/asmz.go:1449:2: don't use underscores in Go names; const op_AXBR should be opAXBR
cmd/internal/obj/s390x/asmz.go:1450:2: don't use underscores in Go names; const op_AXR should be opAXR
cmd/internal/obj/s390x/asmz.go:1451:2: don't use underscores in Go names; const op_AXTR should be opAXTR
cmd/internal/obj/s390x/asmz.go:1452:2: don't use underscores in Go names; const op_AXTRA should be opAXTRA
cmd/internal/obj/s390x/asmz.go:1453:2: don't use underscores in Go names; const op_AY should be opAY
cmd/internal/obj/s390x/asmz.go:1454:2: don't use underscores in Go names; const op_BAKR should be opBAKR
cmd/internal/obj/s390x/asmz.go:1455:2: don't use underscores in Go names; const op_BAL should be opBAL
cmd/internal/obj/s390x/asmz.go:1456:2: don't use underscores in Go names; const op_BALR should be opBALR
cmd/internal/obj/s390x/asmz.go:1457:2: don't use underscores in Go names; const op_BAS should be opBAS
cmd/internal/obj/s390x/asmz.go:1458:2: don't use underscores in Go names; const op_BASR should be opBASR
cmd/internal/obj/s390x/asmz.go:1459:2: don't use underscores in Go names; const op_BASSM should be opBASSM
cmd/internal/obj/s390x/asmz.go:1460:2: don't use underscores in Go names; const op_BC should be opBC
cmd/internal/obj/s390x/asmz.go:1461:2: don't use underscores in Go names; const op_BCR should be opBCR
cmd/internal/obj/s390x/asmz.go:1462:2: don't use underscores in Go names; const op_BCT should be opBCT
cmd/internal/obj/s390x/asmz.go:1463:2: don't use underscores in Go names; const op_BCTG should be opBCTG
cmd/internal/obj/s390x/asmz.go:1464:2: don't use underscores in Go names; const op_BCTGR should be opBCTGR
cmd/internal/obj/s390x/asmz.go:1465:2: don't use underscores in Go names; const op_BCTR should be opBCTR
cmd/internal/obj/s390x/asmz.go:1466:2: don't use underscores in Go names; const op_BPP should be opBPP
cmd/internal/obj/s390x/asmz.go:1467:2: don't use underscores in Go names; const op_BPRP should be opBPRP
cmd/internal/obj/s390x/asmz.go:1468:2: don't use underscores in Go names; const op_BRAS should be opBRAS
cmd/internal/obj/s390x/asmz.go:1469:2: don't use underscores in Go names; const op_BRASL should be opBRASL
cmd/internal/obj/s390x/asmz.go:1470:2: don't use underscores in Go names; const op_BRC should be opBRC
cmd/internal/obj/s390x/asmz.go:1471:2: don't use underscores in Go names; const op_BRCL should be opBRCL
cmd/internal/obj/s390x/asmz.go:1472:2: don't use underscores in Go names; const op_BRCT should be opBRCT
cmd/internal/obj/s390x/asmz.go:1473:2: don't use underscores in Go names; const op_BRCTG should be opBRCTG
cmd/internal/obj/s390x/asmz.go:1474:2: don't use underscores in Go names; const op_BRCTH should be opBRCTH
cmd/internal/obj/s390x/asmz.go:1475:2: don't use underscores in Go names; const op_BRXH should be opBRXH
cmd/internal/obj/s390x/asmz.go:1476:2: don't use underscores in Go names; const op_BRXHG should be opBRXHG
cmd/internal/obj/s390x/asmz.go:1477:2: don't use underscores in Go names; const op_BRXLE should be opBRXLE
cmd/internal/obj/s390x/asmz.go:1478:2: don't use underscores in Go names; const op_BRXLG should be opBRXLG
cmd/internal/obj/s390x/asmz.go:1479:2: don't use underscores in Go names; const op_BSA should be opBSA
cmd/internal/obj/s390x/asmz.go:1480:2: don't use underscores in Go names; const op_BSG should be opBSG
cmd/internal/obj/s390x/asmz.go:1481:2: don't use underscores in Go names; const op_BSM should be opBSM
cmd/internal/obj/s390x/asmz.go:1482:2: don't use underscores in Go names; const op_BXH should be opBXH
cmd/internal/obj/s390x/asmz.go:1483:2: don't use underscores in Go names; const op_BXHG should be opBXHG
cmd/internal/obj/s390x/asmz.go:1484:2: don't use underscores in Go names; const op_BXLE should be opBXLE
cmd/internal/obj/s390x/asmz.go:1485:2: don't use underscores in Go names; const op_BXLEG should be opBXLEG
cmd/internal/obj/s390x/asmz.go:1486:2: don't use underscores in Go names; const op_C should be opC
cmd/internal/obj/s390x/asmz.go:1487:2: don't use underscores in Go names; const op_CD should be opCD
cmd/internal/obj/s390x/asmz.go:1488:2: don't use underscores in Go names; const op_CDB should be opCDB
cmd/internal/obj/s390x/asmz.go:1489:2: don't use underscores in Go names; const op_CDBR should be opCDBR
cmd/internal/obj/s390x/asmz.go:1490:2: don't use underscores in Go names; const op_CDFBR should be opCDFBR
cmd/internal/obj/s390x/asmz.go:1491:2: don't use underscores in Go names; const op_CDFBRA should be opCDFBRA
cmd/internal/obj/s390x/asmz.go:1492:2: don't use underscores in Go names; const op_CDFR should be opCDFR
cmd/internal/obj/s390x/asmz.go:1493:2: don't use underscores in Go names; const op_CDFTR should be opCDFTR
cmd/internal/obj/s390x/asmz.go:1494:2: don't use underscores in Go names; const op_CDGBR should be opCDGBR
cmd/internal/obj/s390x/asmz.go:1495:2: don't use underscores in Go names; const op_CDGBRA should be opCDGBRA
cmd/internal/obj/s390x/asmz.go:1496:2: don't use underscores in Go names; const op_CDGR should be opCDGR
cmd/internal/obj/s390x/asmz.go:1497:2: don't use underscores in Go names; const op_CDGTR should be opCDGTR
cmd/internal/obj/s390x/asmz.go:1498:2: don't use underscores in Go names; const op_CDGTRA should be opCDGTRA
cmd/internal/obj/s390x/asmz.go:1499:2: don't use underscores in Go names; const op_CDLFBR should be opCDLFBR
cmd/internal/obj/s390x/asmz.go:1500:2: don't use underscores in Go names; const op_CDLFTR should be opCDLFTR
cmd/internal/obj/s390x/asmz.go:1501:2: don't use underscores in Go names; const op_CDLGBR should be opCDLGBR
cmd/internal/obj/s390x/asmz.go:1502:2: don't use underscores in Go names; const op_CDLGTR should be opCDLGTR
cmd/internal/obj/s390x/asmz.go:1503:2: don't use underscores in Go names; const op_CDR should be opCDR
cmd/internal/obj/s390x/asmz.go:1504:2: don't use underscores in Go names; const op_CDS should be opCDS
cmd/internal/obj/s390x/asmz.go:1505:2: don't use underscores in Go names; const op_CDSG should be opCDSG
cmd/internal/obj/s390x/asmz.go:1506:2: don't use underscores in Go names; const op_CDSTR should be opCDSTR
cmd/internal/obj/s390x/asmz.go:1507:2: don't use underscores in Go names; const op_CDSY should be opCDSY
cmd/internal/obj/s390x/asmz.go:1508:2: don't use underscores in Go names; const op_CDTR should be opCDTR
cmd/internal/obj/s390x/asmz.go:1509:2: don't use underscores in Go names; const op_CDUTR should be opCDUTR
cmd/internal/obj/s390x/asmz.go:1510:2: don't use underscores in Go names; const op_CDZT should be opCDZT
cmd/internal/obj/s390x/asmz.go:1511:2: don't use underscores in Go names; const op_CE should be opCE
cmd/internal/obj/s390x/asmz.go:1512:2: don't use underscores in Go names; const op_CEB should be opCEB
cmd/internal/obj/s390x/asmz.go:1513:2: don't use underscores in Go names; const op_CEBR should be opCEBR
cmd/internal/obj/s390x/asmz.go:1514:2: don't use underscores in Go names; const op_CEDTR should be opCEDTR
cmd/internal/obj/s390x/asmz.go:1515:2: don't use underscores in Go names; const op_CEFBR should be opCEFBR
cmd/internal/obj/s390x/asmz.go:1516:2: don't use underscores in Go names; const op_CEFBRA should be opCEFBRA
cmd/internal/obj/s390x/asmz.go:1517:2: don't use underscores in Go names; const op_CEFR should be opCEFR
cmd/internal/obj/s390x/asmz.go:1518:2: don't use underscores in Go names; const op_CEGBR should be opCEGBR
cmd/internal/obj/s390x/asmz.go:1519:2: don't use underscores in Go names; const op_CEGBRA should be opCEGBRA
cmd/internal/obj/s390x/asmz.go:1520:2: don't use underscores in Go names; const op_CEGR should be opCEGR
cmd/internal/obj/s390x/asmz.go:1521:2: don't use underscores in Go names; const op_CELFBR should be opCELFBR
cmd/internal/obj/s390x/asmz.go:1522:2: don't use underscores in Go names; const op_CELGBR should be opCELGBR
cmd/internal/obj/s390x/asmz.go:1523:2: don't use underscores in Go names; const op_CER should be opCER
cmd/internal/obj/s390x/asmz.go:1524:2: don't use underscores in Go names; const op_CEXTR should be opCEXTR
cmd/internal/obj/s390x/asmz.go:1525:2: don't use underscores in Go names; const op_CFC should be opCFC
cmd/internal/obj/s390x/asmz.go:1526:2: don't use underscores in Go names; const op_CFDBR should be opCFDBR
cmd/internal/obj/s390x/asmz.go:1527:2: don't use underscores in Go names; const op_CFDBRA should be opCFDBRA
cmd/internal/obj/s390x/asmz.go:1528:2: don't use underscores in Go names; const op_CFDR should be opCFDR
cmd/internal/obj/s390x/asmz.go:1529:2: don't use underscores in Go names; const op_CFDTR should be opCFDTR
cmd/internal/obj/s390x/asmz.go:1530:2: don't use underscores in Go names; const op_CFEBR should be opCFEBR
cmd/internal/obj/s390x/asmz.go:1531:2: don't use underscores in Go names; const op_CFEBRA should be opCFEBRA
cmd/internal/obj/s390x/asmz.go:1532:2: don't use underscores in Go names; const op_CFER should be opCFER
cmd/internal/obj/s390x/asmz.go:1533:2: don't use underscores in Go names; const op_CFI should be opCFI
cmd/internal/obj/s390x/asmz.go:1534:2: don't use underscores in Go names; const op_CFXBR should be opCFXBR
cmd/internal/obj/s390x/asmz.go:1535:2: don't use underscores in Go names; const op_CFXBRA should be opCFXBRA
cmd/internal/obj/s390x/asmz.go:1536:2: don't use underscores in Go names; const op_CFXR should be opCFXR
cmd/internal/obj/s390x/asmz.go:1537:2: don't use underscores in Go names; const op_CFXTR should be opCFXTR
cmd/internal/obj/s390x/asmz.go:1538:2: don't use underscores in Go names; const op_CG should be opCG
cmd/internal/obj/s390x/asmz.go:1539:2: don't use underscores in Go names; const op_CGDBR should be opCGDBR
cmd/internal/obj/s390x/asmz.go:1540:2: don't use underscores in Go names; const op_CGDBRA should be opCGDBRA
cmd/internal/obj/s390x/asmz.go:1541:2: don't use underscores in Go names; const op_CGDR should be opCGDR
cmd/internal/obj/s390x/asmz.go:1542:2: don't use underscores in Go names; const op_CGDTR should be opCGDTR
cmd/internal/obj/s390x/asmz.go:1543:2: don't use underscores in Go names; const op_CGDTRA should be opCGDTRA
cmd/internal/obj/s390x/asmz.go:1544:2: don't use underscores in Go names; const op_CGEBR should be opCGEBR
cmd/internal/obj/s390x/asmz.go:1545:2: don't use underscores in Go names; const op_CGEBRA should be opCGEBRA
cmd/internal/obj/s390x/asmz.go:1546:2: don't use underscores in Go names; const op_CGER should be opCGER
cmd/internal/obj/s390x/asmz.go:1547:2: don't use underscores in Go names; const op_CGF should be opCGF
cmd/internal/obj/s390x/asmz.go:1548:2: don't use underscores in Go names; const op_CGFI should be opCGFI
cmd/internal/obj/s390x/asmz.go:1549:2: don't use underscores in Go names; const op_CGFR should be opCGFR
cmd/internal/obj/s390x/asmz.go:1550:2: don't use underscores in Go names; const op_CGFRL should be opCGFRL
cmd/internal/obj/s390x/asmz.go:1551:2: don't use underscores in Go names; const op_CGH should be opCGH
cmd/internal/obj/s390x/asmz.go:1552:2: don't use underscores in Go names; const op_CGHI should be opCGHI
cmd/internal/obj/s390x/asmz.go:1553:2: don't use underscores in Go names; const op_CGHRL should be opCGHRL
cmd/internal/obj/s390x/asmz.go:1554:2: don't use underscores in Go names; const op_CGHSI should be opCGHSI
cmd/internal/obj/s390x/asmz.go:1555:2: don't use underscores in Go names; const op_CGIB should be opCGIB
cmd/internal/obj/s390x/asmz.go:1556:2: don't use underscores in Go names; const op_CGIJ should be opCGIJ
cmd/internal/obj/s390x/asmz.go:1557:2: don't use underscores in Go names; const op_CGIT should be opCGIT
cmd/internal/obj/s390x/asmz.go:1558:2: don't use underscores in Go names; const op_CGR should be opCGR
cmd/internal/obj/s390x/asmz.go:1559:2: don't use underscores in Go names; const op_CGRB should be opCGRB
cmd/internal/obj/s390x/asmz.go:1560:2: don't use underscores in Go names; const op_CGRJ should be opCGRJ
cmd/internal/obj/s390x/asmz.go:1561:2: don't use underscores in Go names; const op_CGRL should be opCGRL
cmd/internal/obj/s390x/asmz.go:1562:2: don't use underscores in Go names; const op_CGRT should be opCGRT
cmd/internal/obj/s390x/asmz.go:1563:2: don't use underscores in Go names; const op_CGXBR should be opCGXBR
cmd/internal/obj/s390x/asmz.go:1564:2: don't use underscores in Go names; const op_CGXBRA should be opCGXBRA
cmd/internal/obj/s390x/asmz.go:1565:2: don't use underscores in Go names; const op_CGXR should be opCGXR
cmd/internal/obj/s390x/asmz.go:1566:2: don't use underscores in Go names; const op_CGXTR should be opCGXTR
cmd/internal/obj/s390x/asmz.go:1567:2: don't use underscores in Go names; const op_CGXTRA should be opCGXTRA
cmd/internal/obj/s390x/asmz.go:1568:2: don't use underscores in Go names; const op_CH should be opCH
cmd/internal/obj/s390x/asmz.go:1569:2: don't use underscores in Go names; const op_CHF should be opCHF
cmd/internal/obj/s390x/asmz.go:1570:2: don't use underscores in Go names; const op_CHHR should be opCHHR
cmd/internal/obj/s390x/asmz.go:1571:2: don't use underscores in Go names; const op_CHHSI should be opCHHSI
cmd/internal/obj/s390x/asmz.go:1572:2: don't use underscores in Go names; const op_CHI should be opCHI
cmd/internal/obj/s390x/asmz.go:1573:2: don't use underscores in Go names; const op_CHLR should be opCHLR
cmd/internal/obj/s390x/asmz.go:1574:2: don't use underscores in Go names; const op_CHRL should be opCHRL
cmd/internal/obj/s390x/asmz.go:1575:2: don't use underscores in Go names; const op_CHSI should be opCHSI
cmd/internal/obj/s390x/asmz.go:1576:2: don't use underscores in Go names; const op_CHY should be opCHY
cmd/internal/obj/s390x/asmz.go:1577:2: don't use underscores in Go names; const op_CIB should be opCIB
cmd/internal/obj/s390x/asmz.go:1578:2: don't use underscores in Go names; const op_CIH should be opCIH
cmd/internal/obj/s390x/asmz.go:1579:2: don't use underscores in Go names; const op_CIJ should be opCIJ
cmd/internal/obj/s390x/asmz.go:1580:2: don't use underscores in Go names; const op_CIT should be opCIT
cmd/internal/obj/s390x/asmz.go:1581:2: don't use underscores in Go names; const op_CKSM should be opCKSM
cmd/internal/obj/s390x/asmz.go:1582:2: don't use underscores in Go names; const op_CL should be opCL
cmd/internal/obj/s390x/asmz.go:1583:2: don't use underscores in Go names; const op_CLC should be opCLC
cmd/internal/obj/s390x/asmz.go:1584:2: don't use underscores in Go names; const op_CLCL should be opCLCL
cmd/internal/obj/s390x/asmz.go:1585:2: don't use underscores in Go names; const op_CLCLE should be opCLCLE
cmd/internal/obj/s390x/asmz.go:1586:2: don't use underscores in Go names; const op_CLCLU should be opCLCLU
cmd/internal/obj/s390x/asmz.go:1587:2: don't use underscores in Go names; const op_CLFDBR should be opCLFDBR
cmd/internal/obj/s390x/asmz.go:1588:2: don't use underscores in Go names; const op_CLFDTR should be opCLFDTR
cmd/internal/obj/s390x/asmz.go:1589:2: don't use underscores in Go names; const op_CLFEBR should be opCLFEBR
cmd/internal/obj/s390x/asmz.go:1590:2: don't use underscores in Go names; const op_CLFHSI should be opCLFHSI
cmd/internal/obj/s390x/asmz.go:1591:2: don't use underscores in Go names; const op_CLFI should be opCLFI
cmd/internal/obj/s390x/asmz.go:1592:2: don't use underscores in Go names; const op_CLFIT should be opCLFIT
cmd/internal/obj/s390x/asmz.go:1593:2: don't use underscores in Go names; const op_CLFXBR should be opCLFXBR
cmd/internal/obj/s390x/asmz.go:1594:2: don't use underscores in Go names; const op_CLFXTR should be opCLFXTR
cmd/internal/obj/s390x/asmz.go:1595:2: don't use underscores in Go names; const op_CLG should be opCLG
cmd/internal/obj/s390x/asmz.go:1596:2: don't use underscores in Go names; const op_CLGDBR should be opCLGDBR
cmd/internal/obj/s390x/asmz.go:1597:2: don't use underscores in Go names; const op_CLGDTR should be opCLGDTR
cmd/internal/obj/s390x/asmz.go:1598:2: don't use underscores in Go names; const op_CLGEBR should be opCLGEBR
cmd/internal/obj/s390x/asmz.go:1599:2: don't use underscores in Go names; const op_CLGF should be opCLGF
cmd/internal/obj/s390x/asmz.go:1600:2: don't use underscores in Go names; const op_CLGFI should be opCLGFI
cmd/internal/obj/s390x/asmz.go:1601:2: don't use underscores in Go names; const op_CLGFR should be opCLGFR
cmd/internal/obj/s390x/asmz.go:1602:2: don't use underscores in Go names; const op_CLGFRL should be opCLGFRL
cmd/internal/obj/s390x/asmz.go:1603:2: don't use underscores in Go names; const op_CLGHRL should be opCLGHRL
cmd/internal/obj/s390x/asmz.go:1604:2: don't use underscores in Go names; const op_CLGHSI should be opCLGHSI
cmd/internal/obj/s390x/asmz.go:1605:2: don't use underscores in Go names; const op_CLGIB should be opCLGIB
cmd/internal/obj/s390x/asmz.go:1606:2: don't use underscores in Go names; const op_CLGIJ should be opCLGIJ
cmd/internal/obj/s390x/asmz.go:1607:2: don't use underscores in Go names; const op_CLGIT should be opCLGIT
cmd/internal/obj/s390x/asmz.go:1608:2: don't use underscores in Go names; const op_CLGR should be opCLGR
cmd/internal/obj/s390x/asmz.go:1609:2: don't use underscores in Go names; const op_CLGRB should be opCLGRB
cmd/internal/obj/s390x/asmz.go:1610:2: don't use underscores in Go names; const op_CLGRJ should be opCLGRJ
cmd/internal/obj/s390x/asmz.go:1611:2: don't use underscores in Go names; const op_CLGRL should be opCLGRL
cmd/internal/obj/s390x/asmz.go:1612:2: don't use underscores in Go names; const op_CLGRT should be opCLGRT
cmd/internal/obj/s390x/asmz.go:1613:2: don't use underscores in Go names; const op_CLGT should be opCLGT
cmd/internal/obj/s390x/asmz.go:1614:2: don't use underscores in Go names; const op_CLGXBR should be opCLGXBR
cmd/internal/obj/s390x/asmz.go:1615:2: don't use underscores in Go names; const op_CLGXTR should be opCLGXTR
cmd/internal/obj/s390x/asmz.go:1616:2: don't use underscores in Go names; const op_CLHF should be opCLHF
cmd/internal/obj/s390x/asmz.go:1617:2: don't use underscores in Go names; const op_CLHHR should be opCLHHR
cmd/internal/obj/s390x/asmz.go:1618:2: don't use underscores in Go names; const op_CLHHSI should be opCLHHSI
cmd/internal/obj/s390x/asmz.go:1619:2: don't use underscores in Go names; const op_CLHLR should be opCLHLR
cmd/internal/obj/s390x/asmz.go:1620:2: don't use underscores in Go names; const op_CLHRL should be opCLHRL
cmd/internal/obj/s390x/asmz.go:1621:2: don't use underscores in Go names; const op_CLI should be opCLI
cmd/internal/obj/s390x/asmz.go:1622:2: don't use underscores in Go names; const op_CLIB should be opCLIB
cmd/internal/obj/s390x/asmz.go:1623:2: don't use underscores in Go names; const op_CLIH should be opCLIH
cmd/internal/obj/s390x/asmz.go:1624:2: don't use underscores in Go names; const op_CLIJ should be opCLIJ
cmd/internal/obj/s390x/asmz.go:1625:2: don't use underscores in Go names; const op_CLIY should be opCLIY
cmd/internal/obj/s390x/asmz.go:1626:2: don't use underscores in Go names; const op_CLM should be opCLM
cmd/internal/obj/s390x/asmz.go:1627:2: don't use underscores in Go names; const op_CLMH should be opCLMH
cmd/internal/obj/s390x/asmz.go:1628:2: don't use underscores in Go names; const op_CLMY should be opCLMY
cmd/internal/obj/s390x/asmz.go:1629:2: don't use underscores in Go names; const op_CLR should be opCLR
cmd/internal/obj/s390x/asmz.go:1630:2: don't use underscores in Go names; const op_CLRB should be opCLRB
cmd/internal/obj/s390x/asmz.go:1631:2: don't use underscores in Go names; const op_CLRJ should be opCLRJ
cmd/internal/obj/s390x/asmz.go:1632:2: don't use underscores in Go names; const op_CLRL should be opCLRL
cmd/internal/obj/s390x/asmz.go:1633:2: don't use underscores in Go names; const op_CLRT should be opCLRT
cmd/internal/obj/s390x/asmz.go:1634:2: don't use underscores in Go names; const op_CLST should be opCLST
cmd/internal/obj/s390x/asmz.go:1635:2: don't use underscores in Go names; const op_CLT should be opCLT
cmd/internal/obj/s390x/asmz.go:1636:2: don't use underscores in Go names; const op_CLY should be opCLY
cmd/internal/obj/s390x/asmz.go:1637:2: don't use underscores in Go names; const op_CMPSC should be opCMPSC
cmd/internal/obj/s390x/asmz.go:1638:2: don't use underscores in Go names; const op_CP should be opCP
cmd/internal/obj/s390x/asmz.go:1639:2: don't use underscores in Go names; const op_CPSDR should be opCPSDR
cmd/internal/obj/s390x/asmz.go:1640:2: don't use underscores in Go names; const op_CPYA should be opCPYA
cmd/internal/obj/s390x/asmz.go:1641:2: don't use underscores in Go names; const op_CR should be opCR
cmd/internal/obj/s390x/asmz.go:1642:2: don't use underscores in Go names; const op_CRB should be opCRB
cmd/internal/obj/s390x/asmz.go:1643:2: don't use underscores in Go names; const op_CRDTE should be opCRDTE
cmd/internal/obj/s390x/asmz.go:1644:2: don't use underscores in Go names; const op_CRJ should be opCRJ
cmd/internal/obj/s390x/asmz.go:1645:2: don't use underscores in Go names; const op_CRL should be opCRL
cmd/internal/obj/s390x/asmz.go:1646:2: don't use underscores in Go names; const op_CRT should be opCRT
cmd/internal/obj/s390x/asmz.go:1647:2: don't use underscores in Go names; const op_CS should be opCS
cmd/internal/obj/s390x/asmz.go:1648:2: don't use underscores in Go names; const op_CSCH should be opCSCH
cmd/internal/obj/s390x/asmz.go:1649:2: don't use underscores in Go names; const op_CSDTR should be opCSDTR
cmd/internal/obj/s390x/asmz.go:1650:2: don't use underscores in Go names; const op_CSG should be opCSG
cmd/internal/obj/s390x/asmz.go:1651:2: don't use underscores in Go names; const op_CSP should be opCSP
cmd/internal/obj/s390x/asmz.go:1652:2: don't use underscores in Go names; const op_CSPG should be opCSPG
cmd/internal/obj/s390x/asmz.go:1653:2: don't use underscores in Go names; const op_CSST should be opCSST
cmd/internal/obj/s390x/asmz.go:1654:2: don't use underscores in Go names; const op_CSXTR should be opCSXTR
cmd/internal/obj/s390x/asmz.go:1655:2: don't use underscores in Go names; const op_CSY should be opCSY
cmd/internal/obj/s390x/asmz.go:1656:2: don't use underscores in Go names; const op_CU12 should be opCU12
cmd/internal/obj/s390x/asmz.go:1657:2: don't use underscores in Go names; const op_CU14 should be opCU14
cmd/internal/obj/s390x/asmz.go:1658:2: don't use underscores in Go names; const op_CU21 should be opCU21
cmd/internal/obj/s390x/asmz.go:1659:2: don't use underscores in Go names; const op_CU24 should be opCU24
cmd/internal/obj/s390x/asmz.go:1660:2: don't use underscores in Go names; const op_CU41 should be opCU41
cmd/internal/obj/s390x/asmz.go:1661:2: don't use underscores in Go names; const op_CU42 should be opCU42
cmd/internal/obj/s390x/asmz.go:1662:2: don't use underscores in Go names; const op_CUDTR should be opCUDTR
cmd/internal/obj/s390x/asmz.go:1663:2: don't use underscores in Go names; const op_CUSE should be opCUSE
cmd/internal/obj/s390x/asmz.go:1664:2: don't use underscores in Go names; const op_CUTFU should be opCUTFU
cmd/internal/obj/s390x/asmz.go:1665:2: don't use underscores in Go names; const op_CUUTF should be opCUUTF
cmd/internal/obj/s390x/asmz.go:1666:2: don't use underscores in Go names; const op_CUXTR should be opCUXTR
cmd/internal/obj/s390x/asmz.go:1667:2: don't use underscores in Go names; const op_CVB should be opCVB
cmd/internal/obj/s390x/asmz.go:1668:2: don't use underscores in Go names; const op_CVBG should be opCVBG
cmd/internal/obj/s390x/asmz.go:1669:2: don't use underscores in Go names; const op_CVBY should be opCVBY
cmd/internal/obj/s390x/asmz.go:1670:2: don't use underscores in Go names; const op_CVD should be opCVD
cmd/internal/obj/s390x/asmz.go:1671:2: don't use underscores in Go names; const op_CVDG should be opCVDG
cmd/internal/obj/s390x/asmz.go:1672:2: don't use underscores in Go names; const op_CVDY should be opCVDY
cmd/internal/obj/s390x/asmz.go:1673:2: don't use underscores in Go names; const op_CXBR should be opCXBR
cmd/internal/obj/s390x/asmz.go:1674:2: don't use underscores in Go names; const op_CXFBR should be opCXFBR
cmd/internal/obj/s390x/asmz.go:1675:2: don't use underscores in Go names; const op_CXFBRA should be opCXFBRA
cmd/internal/obj/s390x/asmz.go:1676:2: don't use underscores in Go names; const op_CXFR should be opCXFR
cmd/internal/obj/s390x/asmz.go:1677:2: don't use underscores in Go names; const op_CXFTR should be opCXFTR
cmd/internal/obj/s390x/asmz.go:1678:2: don't use underscores in Go names; const op_CXGBR should be opCXGBR
cmd/internal/obj/s390x/asmz.go:1679:2: don't use underscores in Go names; const op_CXGBRA should be opCXGBRA
cmd/internal/obj/s390x/asmz.go:1680:2: don't use underscores in Go names; const op_CXGR should be opCXGR
cmd/internal/obj/s390x/asmz.go:1681:2: don't use underscores in Go names; const op_CXGTR should be opCXGTR
cmd/internal/obj/s390x/asmz.go:1682:2: don't use underscores in Go names; const op_CXGTRA should be opCXGTRA
cmd/internal/obj/s390x/asmz.go:1683:2: don't use underscores in Go names; const op_CXLFBR should be opCXLFBR
cmd/internal/obj/s390x/asmz.go:1684:2: don't use underscores in Go names; const op_CXLFTR should be opCXLFTR
cmd/internal/obj/s390x/asmz.go:1685:2: don't use underscores in Go names; const op_CXLGBR should be opCXLGBR
cmd/internal/obj/s390x/asmz.go:1686:2: don't use underscores in Go names; const op_CXLGTR should be opCXLGTR
cmd/internal/obj/s390x/asmz.go:1687:2: don't use underscores in Go names; const op_CXR should be opCXR
cmd/internal/obj/s390x/asmz.go:1688:2: don't use underscores in Go names; const op_CXSTR should be opCXSTR
cmd/internal/obj/s390x/asmz.go:1689:2: don't use underscores in Go names; const op_CXTR should be opCXTR
cmd/internal/obj/s390x/asmz.go:1690:2: don't use underscores in Go names; const op_CXUTR should be opCXUTR
cmd/internal/obj/s390x/asmz.go:1691:2: don't use underscores in Go names; const op_CXZT should be opCXZT
cmd/internal/obj/s390x/asmz.go:1692:2: don't use underscores in Go names; const op_CY should be opCY
cmd/internal/obj/s390x/asmz.go:1693:2: don't use underscores in Go names; const op_CZDT should be opCZDT
cmd/internal/obj/s390x/asmz.go:1694:2: don't use underscores in Go names; const op_CZXT should be opCZXT
cmd/internal/obj/s390x/asmz.go:1695:2: don't use underscores in Go names; const op_D should be opD
cmd/internal/obj/s390x/asmz.go:1696:2: don't use underscores in Go names; const op_DD should be opDD
cmd/internal/obj/s390x/asmz.go:1697:2: don't use underscores in Go names; const op_DDB should be opDDB
cmd/internal/obj/s390x/asmz.go:1698:2: don't use underscores in Go names; const op_DDBR should be opDDBR
cmd/internal/obj/s390x/asmz.go:1699:2: don't use underscores in Go names; const op_DDR should be opDDR
cmd/internal/obj/s390x/asmz.go:1700:2: don't use underscores in Go names; const op_DDTR should be opDDTR
cmd/internal/obj/s390x/asmz.go:1701:2: don't use underscores in Go names; const op_DDTRA should be opDDTRA
cmd/internal/obj/s390x/asmz.go:1702:2: don't use underscores in Go names; const op_DE should be opDE
cmd/internal/obj/s390x/asmz.go:1703:2: don't use underscores in Go names; const op_DEB should be opDEB
cmd/internal/obj/s390x/asmz.go:1704:2: don't use underscores in Go names; const op_DEBR should be opDEBR
cmd/internal/obj/s390x/asmz.go:1705:2: don't use underscores in Go names; const op_DER should be opDER
cmd/internal/obj/s390x/asmz.go:1706:2: don't use underscores in Go names; const op_DIDBR should be opDIDBR
cmd/internal/obj/s390x/asmz.go:1707:2: don't use underscores in Go names; const op_DIEBR should be opDIEBR
cmd/internal/obj/s390x/asmz.go:1708:2: don't use underscores in Go names; const op_DL should be opDL
cmd/internal/obj/s390x/asmz.go:1709:2: don't use underscores in Go names; const op_DLG should be opDLG
cmd/internal/obj/s390x/asmz.go:1710:2: don't use underscores in Go names; const op_DLGR should be opDLGR
cmd/internal/obj/s390x/asmz.go:1711:2: don't use underscores in Go names; const op_DLR should be opDLR
cmd/internal/obj/s390x/asmz.go:1712:2: don't use underscores in Go names; const op_DP should be opDP
cmd/internal/obj/s390x/asmz.go:1713:2: don't use underscores in Go names; const op_DR should be opDR
cmd/internal/obj/s390x/asmz.go:1714:2: don't use underscores in Go names; const op_DSG should be opDSG
cmd/internal/obj/s390x/asmz.go:1715:2: don't use underscores in Go names; const op_DSGF should be opDSGF
cmd/internal/obj/s390x/asmz.go:1716:2: don't use underscores in Go names; const op_DSGFR should be opDSGFR
cmd/internal/obj/s390x/asmz.go:1717:2: don't use underscores in Go names; const op_DSGR should be opDSGR
cmd/internal/obj/s390x/asmz.go:1718:2: don't use underscores in Go names; const op_DXBR should be opDXBR
cmd/internal/obj/s390x/asmz.go:1719:2: don't use underscores in Go names; const op_DXR should be opDXR
cmd/internal/obj/s390x/asmz.go:1720:2: don't use underscores in Go names; const op_DXTR should be opDXTR
cmd/internal/obj/s390x/asmz.go:1721:2: don't use underscores in Go names; const op_DXTRA should be opDXTRA
cmd/internal/obj/s390x/asmz.go:1722:2: don't use underscores in Go names; const op_EAR should be opEAR
cmd/internal/obj/s390x/asmz.go:1723:2: don't use underscores in Go names; const op_ECAG should be opECAG
cmd/internal/obj/s390x/asmz.go:1724:2: don't use underscores in Go names; const op_ECTG should be opECTG
cmd/internal/obj/s390x/asmz.go:1725:2: don't use underscores in Go names; const op_ED should be opED
cmd/internal/obj/s390x/asmz.go:1726:2: don't use underscores in Go names; const op_EDMK should be opEDMK
cmd/internal/obj/s390x/asmz.go:1727:2: don't use underscores in Go names; const op_EEDTR should be opEEDTR
cmd/internal/obj/s390x/asmz.go:1728:2: don't use underscores in Go names; const op_EEXTR should be opEEXTR
cmd/internal/obj/s390x/asmz.go:1729:2: don't use underscores in Go names; const op_EFPC should be opEFPC
cmd/internal/obj/s390x/asmz.go:1730:2: don't use underscores in Go names; const op_EPAIR should be opEPAIR
cmd/internal/obj/s390x/asmz.go:1731:2: don't use underscores in Go names; const op_EPAR should be opEPAR
cmd/internal/obj/s390x/asmz.go:1732:2: don't use underscores in Go names; const op_EPSW should be opEPSW
cmd/internal/obj/s390x/asmz.go:1733:2: don't use underscores in Go names; const op_EREG should be opEREG
cmd/internal/obj/s390x/asmz.go:1734:2: don't use underscores in Go names; const op_EREGG should be opEREGG
cmd/internal/obj/s390x/asmz.go:1735:2: don't use underscores in Go names; const op_ESAIR should be opESAIR
cmd/internal/obj/s390x/asmz.go:1736:2: don't use underscores in Go names; const op_ESAR should be opESAR
cmd/internal/obj/s390x/asmz.go:1737:2: don't use underscores in Go names; const op_ESDTR should be opESDTR
cmd/internal/obj/s390x/asmz.go:1738:2: don't use underscores in Go names; const op_ESEA should be opESEA
cmd/internal/obj/s390x/asmz.go:1739:2: don't use underscores in Go names; const op_ESTA should be opESTA
cmd/internal/obj/s390x/asmz.go:1740:2: don't use underscores in Go names; const op_ESXTR should be opESXTR
cmd/internal/obj/s390x/asmz.go:1741:2: don't use underscores in Go names; const op_ETND should be opETND
cmd/internal/obj/s390x/asmz.go:1742:2: don't use underscores in Go names; const op_EX should be opEX
cmd/internal/obj/s390x/asmz.go:1743:2: don't use underscores in Go names; const op_EXRL should be opEXRL
cmd/internal/obj/s390x/asmz.go:1744:2: don't use underscores in Go names; const op_FIDBR should be opFIDBR
cmd/internal/obj/s390x/asmz.go:1745:2: don't use underscores in Go names; const op_FIDBRA should be opFIDBRA
cmd/internal/obj/s390x/asmz.go:1746:2: don't use underscores in Go names; const op_FIDR should be opFIDR
cmd/internal/obj/s390x/asmz.go:1747:2: don't use underscores in Go names; const op_FIDTR should be opFIDTR
cmd/internal/obj/s390x/asmz.go:1748:2: don't use underscores in Go names; const op_FIEBR should be opFIEBR
cmd/internal/obj/s390x/asmz.go:1749:2: don't use underscores in Go names; const op_FIEBRA should be opFIEBRA
cmd/internal/obj/s390x/asmz.go:1750:2: don't use underscores in Go names; const op_FIER should be opFIER
cmd/internal/obj/s390x/asmz.go:1751:2: don't use underscores in Go names; const op_FIXBR should be opFIXBR
cmd/internal/obj/s390x/asmz.go:1752:2: don't use underscores in Go names; const op_FIXBRA should be opFIXBRA
cmd/internal/obj/s390x/asmz.go:1753:2: don't use underscores in Go names; const op_FIXR should be opFIXR
cmd/internal/obj/s390x/asmz.go:1754:2: don't use underscores in Go names; const op_FIXTR should be opFIXTR
cmd/internal/obj/s390x/asmz.go:1755:2: don't use underscores in Go names; const op_FLOGR should be opFLOGR
cmd/internal/obj/s390x/asmz.go:1756:2: don't use underscores in Go names; const op_HDR should be opHDR
cmd/internal/obj/s390x/asmz.go:1757:2: don't use underscores in Go names; const op_HER should be opHER
cmd/internal/obj/s390x/asmz.go:1758:2: don't use underscores in Go names; const op_HSCH should be opHSCH
cmd/internal/obj/s390x/asmz.go:1759:2: don't use underscores in Go names; const op_IAC should be opIAC
cmd/internal/obj/s390x/asmz.go:1760:2: don't use underscores in Go names; const op_IC should be opIC
cmd/internal/obj/s390x/asmz.go:1761:2: don't use underscores in Go names; const op_ICM should be opICM
cmd/internal/obj/s390x/asmz.go:1762:2: don't use underscores in Go names; const op_ICMH should be opICMH
cmd/internal/obj/s390x/asmz.go:1763:2: don't use underscores in Go names; const op_ICMY should be opICMY
cmd/internal/obj/s390x/asmz.go:1764:2: don't use underscores in Go names; const op_ICY should be opICY
cmd/internal/obj/s390x/asmz.go:1765:2: don't use underscores in Go names; const op_IDTE should be opIDTE
cmd/internal/obj/s390x/asmz.go:1766:2: don't use underscores in Go names; const op_IEDTR should be opIEDTR
cmd/internal/obj/s390x/asmz.go:1767:2: don't use underscores in Go names; const op_IEXTR should be opIEXTR
cmd/internal/obj/s390x/asmz.go:1768:2: don't use underscores in Go names; const op_IIHF should be opIIHF
cmd/internal/obj/s390x/asmz.go:1769:2: don't use underscores in Go names; const op_IIHH should be opIIHH
cmd/internal/obj/s390x/asmz.go:1770:2: don't use underscores in Go names; const op_IIHL should be opIIHL
cmd/internal/obj/s390x/asmz.go:1771:2: don't use underscores in Go names; const op_IILF should be opIILF
cmd/internal/obj/s390x/asmz.go:1772:2: don't use underscores in Go names; const op_IILH should be opIILH
cmd/internal/obj/s390x/asmz.go:1773:2: don't use underscores in Go names; const op_IILL should be opIILL
cmd/internal/obj/s390x/asmz.go:1774:2: don't use underscores in Go names; const op_IPK should be opIPK
cmd/internal/obj/s390x/asmz.go:1775:2: don't use underscores in Go names; const op_IPM should be opIPM
cmd/internal/obj/s390x/asmz.go:1776:2: don't use underscores in Go names; const op_IPTE should be opIPTE
cmd/internal/obj/s390x/asmz.go:1777:2: don't use underscores in Go names; const op_ISKE should be opISKE
cmd/internal/obj/s390x/asmz.go:1778:2: don't use underscores in Go names; const op_IVSK should be opIVSK
cmd/internal/obj/s390x/asmz.go:1779:2: don't use underscores in Go names; const op_KDB should be opKDB
cmd/internal/obj/s390x/asmz.go:1780:2: don't use underscores in Go names; const op_KDBR should be opKDBR
cmd/internal/obj/s390x/asmz.go:1781:2: don't use underscores in Go names; const op_KDTR should be opKDTR
cmd/internal/obj/s390x/asmz.go:1782:2: don't use underscores in Go names; const op_KEB should be opKEB
cmd/internal/obj/s390x/asmz.go:1783:2: don't use underscores in Go names; const op_KEBR should be opKEBR
cmd/internal/obj/s390x/asmz.go:1784:2: don't use underscores in Go names; const op_KIMD should be opKIMD
cmd/internal/obj/s390x/asmz.go:1785:2: don't use underscores in Go names; const op_KLMD should be opKLMD
cmd/internal/obj/s390x/asmz.go:1786:2: don't use underscores in Go names; const op_KM should be opKM
cmd/internal/obj/s390x/asmz.go:1787:2: don't use underscores in Go names; const op_KMAC should be opKMAC
cmd/internal/obj/s390x/asmz.go:1788:2: don't use underscores in Go names; const op_KMC should be opKMC
cmd/internal/obj/s390x/asmz.go:1789:2: don't use underscores in Go names; const op_KMCTR should be opKMCTR
cmd/internal/obj/s390x/asmz.go:1790:2: don't use underscores in Go names; const op_KMF should be opKMF
cmd/internal/obj/s390x/asmz.go:1791:2: don't use underscores in Go names; const op_KMO should be opKMO
cmd/internal/obj/s390x/asmz.go:1792:2: don't use underscores in Go names; const op_KXBR should be opKXBR
cmd/internal/obj/s390x/asmz.go:1793:2: don't use underscores in Go names; const op_KXTR should be opKXTR
cmd/internal/obj/s390x/asmz.go:1794:2: don't use underscores in Go names; const op_L should be opL
cmd/internal/obj/s390x/asmz.go:1795:2: don't use underscores in Go names; const op_LA should be opLA
cmd/internal/obj/s390x/asmz.go:1796:2: don't use underscores in Go names; const op_LAA should be opLAA
cmd/internal/obj/s390x/asmz.go:1797:2: don't use underscores in Go names; const op_LAAG should be opLAAG
cmd/internal/obj/s390x/asmz.go:1798:2: don't use underscores in Go names; const op_LAAL should be opLAAL
cmd/internal/obj/s390x/asmz.go:1799:2: don't use underscores in Go names; const op_LAALG should be opLAALG
cmd/internal/obj/s390x/asmz.go:1800:2: don't use underscores in Go names; const op_LAE should be opLAE
cmd/internal/obj/s390x/asmz.go:1801:2: don't use underscores in Go names; const op_LAEY should be opLAEY
cmd/internal/obj/s390x/asmz.go:1802:2: don't use underscores in Go names; const op_LAM should be opLAM
cmd/internal/obj/s390x/asmz.go:1803:2: don't use underscores in Go names; const op_LAMY should be opLAMY
cmd/internal/obj/s390x/asmz.go:1804:2: don't use underscores in Go names; const op_LAN should be opLAN
cmd/internal/obj/s390x/asmz.go:1805:2: don't use underscores in Go names; const op_LANG should be opLANG
cmd/internal/obj/s390x/asmz.go:1806:2: don't use underscores in Go names; const op_LAO should be opLAO
cmd/internal/obj/s390x/asmz.go:1807:2: don't use underscores in Go names; const op_LAOG should be opLAOG
cmd/internal/obj/s390x/asmz.go:1808:2: don't use underscores in Go names; const op_LARL should be opLARL
cmd/internal/obj/s390x/asmz.go:1809:2: don't use underscores in Go names; const op_LASP should be opLASP
cmd/internal/obj/s390x/asmz.go:1810:2: don't use underscores in Go names; const op_LAT should be opLAT
cmd/internal/obj/s390x/asmz.go:1811:2: don't use underscores in Go names; const op_LAX should be opLAX
cmd/internal/obj/s390x/asmz.go:1812:2: don't use underscores in Go names; const op_LAXG should be opLAXG
cmd/internal/obj/s390x/asmz.go:1813:2: don't use underscores in Go names; const op_LAY should be opLAY
cmd/internal/obj/s390x/asmz.go:1814:2: don't use underscores in Go names; const op_LB should be opLB
cmd/internal/obj/s390x/asmz.go:1815:2: don't use underscores in Go names; const op_LBH should be opLBH
cmd/internal/obj/s390x/asmz.go:1816:2: don't use underscores in Go names; const op_LBR should be opLBR
cmd/internal/obj/s390x/asmz.go:1817:2: don't use underscores in Go names; const op_LCDBR should be opLCDBR
cmd/internal/obj/s390x/asmz.go:1818:2: don't use underscores in Go names; const op_LCDFR should be opLCDFR
cmd/internal/obj/s390x/asmz.go:1819:2: don't use underscores in Go names; const op_LCDR should be opLCDR
cmd/internal/obj/s390x/asmz.go:1820:2: don't use underscores in Go names; const op_LCEBR should be opLCEBR
cmd/internal/obj/s390x/asmz.go:1821:2: don't use underscores in Go names; const op_LCER should be opLCER
cmd/internal/obj/s390x/asmz.go:1822:2: don't use underscores in Go names; const op_LCGFR should be opLCGFR
cmd/internal/obj/s390x/asmz.go:1823:2: don't use underscores in Go names; const op_LCGR should be opLCGR
cmd/internal/obj/s390x/asmz.go:1824:2: don't use underscores in Go names; const op_LCR should be opLCR
cmd/internal/obj/s390x/asmz.go:1825:2: don't use underscores in Go names; const op_LCTL should be opLCTL
cmd/internal/obj/s390x/asmz.go:1826:2: don't use underscores in Go names; const op_LCTLG should be opLCTLG
cmd/internal/obj/s390x/asmz.go:1827:2: don't use underscores in Go names; const op_LCXBR should be opLCXBR
cmd/internal/obj/s390x/asmz.go:1828:2: don't use underscores in Go names; const op_LCXR should be opLCXR
cmd/internal/obj/s390x/asmz.go:1829:2: don't use underscores in Go names; const op_LD should be opLD
cmd/internal/obj/s390x/asmz.go:1830:2: don't use underscores in Go names; const op_LDE should be opLDE
cmd/internal/obj/s390x/asmz.go:1831:2: don't use underscores in Go names; const op_LDEB should be opLDEB
cmd/internal/obj/s390x/asmz.go:1832:2: don't use underscores in Go names; const op_LDEBR should be opLDEBR
cmd/internal/obj/s390x/asmz.go:1833:2: don't use underscores in Go names; const op_LDER should be opLDER
cmd/internal/obj/s390x/asmz.go:1834:2: don't use underscores in Go names; const op_LDETR should be opLDETR
cmd/internal/obj/s390x/asmz.go:1835:2: don't use underscores in Go names; const op_LDGR should be opLDGR
cmd/internal/obj/s390x/asmz.go:1836:2: don't use underscores in Go names; const op_LDR should be opLDR
cmd/internal/obj/s390x/asmz.go:1837:2: don't use underscores in Go names; const op_LDXBR should be opLDXBR
cmd/internal/obj/s390x/asmz.go:1838:2: don't use underscores in Go names; const op_LDXBRA should be opLDXBRA
cmd/internal/obj/s390x/asmz.go:1839:2: don't use underscores in Go names; const op_LDXR should be opLDXR
cmd/internal/obj/s390x/asmz.go:1840:2: don't use underscores in Go names; const op_LDXTR should be opLDXTR
cmd/internal/obj/s390x/asmz.go:1841:2: don't use underscores in Go names; const op_LDY should be opLDY
cmd/internal/obj/s390x/asmz.go:1842:2: don't use underscores in Go names; const op_LE should be opLE
cmd/internal/obj/s390x/asmz.go:1843:2: don't use underscores in Go names; const op_LEDBR should be opLEDBR
cmd/internal/obj/s390x/asmz.go:1844:2: don't use underscores in Go names; const op_LEDBRA should be opLEDBRA
cmd/internal/obj/s390x/asmz.go:1845:2: don't use underscores in Go names; const op_LEDR should be opLEDR
cmd/internal/obj/s390x/asmz.go:1846:2: don't use underscores in Go names; const op_LEDTR should be opLEDTR
cmd/internal/obj/s390x/asmz.go:1847:2: don't use underscores in Go names; const op_LER should be opLER
cmd/internal/obj/s390x/asmz.go:1848:2: don't use underscores in Go names; const op_LEXBR should be opLEXBR
cmd/internal/obj/s390x/asmz.go:1849:2: don't use underscores in Go names; const op_LEXBRA should be opLEXBRA
cmd/internal/obj/s390x/asmz.go:1850:2: don't use underscores in Go names; const op_LEXR should be opLEXR
cmd/internal/obj/s390x/asmz.go:1851:2: don't use underscores in Go names; const op_LEY should be opLEY
cmd/internal/obj/s390x/asmz.go:1852:2: don't use underscores in Go names; const op_LFAS should be opLFAS
cmd/internal/obj/s390x/asmz.go:1853:2: don't use underscores in Go names; const op_LFH should be opLFH
cmd/internal/obj/s390x/asmz.go:1854:2: don't use underscores in Go names; const op_LFHAT should be opLFHAT
cmd/internal/obj/s390x/asmz.go:1855:2: don't use underscores in Go names; const op_LFPC should be opLFPC
cmd/internal/obj/s390x/asmz.go:1856:2: don't use underscores in Go names; const op_LG should be opLG
cmd/internal/obj/s390x/asmz.go:1857:2: don't use underscores in Go names; const op_LGAT should be opLGAT
cmd/internal/obj/s390x/asmz.go:1858:2: don't use underscores in Go names; const op_LGB should be opLGB
cmd/internal/obj/s390x/asmz.go:1859:2: don't use underscores in Go names; const op_LGBR should be opLGBR
cmd/internal/obj/s390x/asmz.go:1860:2: don't use underscores in Go names; const op_LGDR should be opLGDR
cmd/internal/obj/s390x/asmz.go:1861:2: don't use underscores in Go names; const op_LGF should be opLGF
cmd/internal/obj/s390x/asmz.go:1862:2: don't use underscores in Go names; const op_LGFI should be opLGFI
cmd/internal/obj/s390x/asmz.go:1863:2: don't use underscores in Go names; const op_LGFR should be opLGFR
cmd/internal/obj/s390x/asmz.go:1864:2: don't use underscores in Go names; const op_LGFRL should be opLGFRL
cmd/internal/obj/s390x/asmz.go:1865:2: don't use underscores in Go names; const op_LGH should be opLGH
cmd/internal/obj/s390x/asmz.go:1866:2: don't use underscores in Go names; const op_LGHI should be opLGHI
cmd/internal/obj/s390x/asmz.go:1867:2: don't use underscores in Go names; const op_LGHR should be opLGHR
cmd/internal/obj/s390x/asmz.go:1868:2: don't use underscores in Go names; const op_LGHRL should be opLGHRL
cmd/internal/obj/s390x/asmz.go:1869:2: don't use underscores in Go names; const op_LGR should be opLGR
cmd/internal/obj/s390x/asmz.go:1870:2: don't use underscores in Go names; const op_LGRL should be opLGRL
cmd/internal/obj/s390x/asmz.go:1871:2: don't use underscores in Go names; const op_LH should be opLH
cmd/internal/obj/s390x/asmz.go:1872:2: don't use underscores in Go names; const op_LHH should be opLHH
cmd/internal/obj/s390x/asmz.go:1873:2: don't use underscores in Go names; const op_LHI should be opLHI
cmd/internal/obj/s390x/asmz.go:1874:2: don't use underscores in Go names; const op_LHR should be opLHR
cmd/internal/obj/s390x/asmz.go:1875:2: don't use underscores in Go names; const op_LHRL should be opLHRL
cmd/internal/obj/s390x/asmz.go:1876:2: don't use underscores in Go names; const op_LHY should be opLHY
cmd/internal/obj/s390x/asmz.go:1877:2: don't use underscores in Go names; const op_LLC should be opLLC
cmd/internal/obj/s390x/asmz.go:1878:2: don't use underscores in Go names; const op_LLCH should be opLLCH
cmd/internal/obj/s390x/asmz.go:1879:2: don't use underscores in Go names; const op_LLCR should be opLLCR
cmd/internal/obj/s390x/asmz.go:1880:2: don't use underscores in Go names; const op_LLGC should be opLLGC
cmd/internal/obj/s390x/asmz.go:1881:2: don't use underscores in Go names; const op_LLGCR should be opLLGCR
cmd/internal/obj/s390x/asmz.go:1882:2: don't use underscores in Go names; const op_LLGF should be opLLGF
cmd/internal/obj/s390x/asmz.go:1883:2: don't use underscores in Go names; const op_LLGFAT should be opLLGFAT
cmd/internal/obj/s390x/asmz.go:1884:2: don't use underscores in Go names; const op_LLGFR should be opLLGFR
cmd/internal/obj/s390x/asmz.go:1885:2: don't use underscores in Go names; const op_LLGFRL should be opLLGFRL
cmd/internal/obj/s390x/asmz.go:1886:2: don't use underscores in Go names; const op_LLGH should be opLLGH
cmd/internal/obj/s390x/asmz.go:1887:2: don't use underscores in Go names; const op_LLGHR should be opLLGHR
cmd/internal/obj/s390x/asmz.go:1888:2: don't use underscores in Go names; const op_LLGHRL should be opLLGHRL
cmd/internal/obj/s390x/asmz.go:1889:2: don't use underscores in Go names; const op_LLGT should be opLLGT
cmd/internal/obj/s390x/asmz.go:1890:2: don't use underscores in Go names; const op_LLGTAT should be opLLGTAT
cmd/internal/obj/s390x/asmz.go:1891:2: don't use underscores in Go names; const op_LLGTR should be opLLGTR
cmd/internal/obj/s390x/asmz.go:1892:2: don't use underscores in Go names; const op_LLH should be opLLH
cmd/internal/obj/s390x/asmz.go:1893:2: don't use underscores in Go names; const op_LLHH should be opLLHH
cmd/internal/obj/s390x/asmz.go:1894:2: don't use underscores in Go names; const op_LLHR should be opLLHR
cmd/internal/obj/s390x/asmz.go:1895:2: don't use underscores in Go names; const op_LLHRL should be opLLHRL
cmd/internal/obj/s390x/asmz.go:1896:2: don't use underscores in Go names; const op_LLIHF should be opLLIHF
cmd/internal/obj/s390x/asmz.go:1897:2: don't use underscores in Go names; const op_LLIHH should be opLLIHH
cmd/internal/obj/s390x/asmz.go:1898:2: don't use underscores in Go names; const op_LLIHL should be opLLIHL
cmd/internal/obj/s390x/asmz.go:1899:2: don't use underscores in Go names; const op_LLILF should be opLLILF
cmd/internal/obj/s390x/asmz.go:1900:2: don't use underscores in Go names; const op_LLILH should be opLLILH
cmd/internal/obj/s390x/asmz.go:1901:2: don't use underscores in Go names; const op_LLILL should be opLLILL
cmd/internal/obj/s390x/asmz.go:1902:2: don't use underscores in Go names; const op_LM should be opLM
cmd/internal/obj/s390x/asmz.go:1903:2: don't use underscores in Go names; const op_LMD should be opLMD
cmd/internal/obj/s390x/asmz.go:1904:2: don't use underscores in Go names; const op_LMG should be opLMG
cmd/internal/obj/s390x/asmz.go:1905:2: don't use underscores in Go names; const op_LMH should be opLMH
cmd/internal/obj/s390x/asmz.go:1906:2: don't use underscores in Go names; const op_LMY should be opLMY
cmd/internal/obj/s390x/asmz.go:1907:2: don't use underscores in Go names; const op_LNDBR should be opLNDBR
cmd/internal/obj/s390x/asmz.go:1908:2: don't use underscores in Go names; const op_LNDFR should be opLNDFR
cmd/internal/obj/s390x/asmz.go:1909:2: don't use underscores in Go names; const op_LNDR should be opLNDR
cmd/internal/obj/s390x/asmz.go:1910:2: don't use underscores in Go names; const op_LNEBR should be opLNEBR
cmd/internal/obj/s390x/asmz.go:1911:2: don't use underscores in Go names; const op_LNER should be opLNER
cmd/internal/obj/s390x/asmz.go:1912:2: don't use underscores in Go names; const op_LNGFR should be opLNGFR
cmd/internal/obj/s390x/asmz.go:1913:2: don't use underscores in Go names; const op_LNGR should be opLNGR
cmd/internal/obj/s390x/asmz.go:1914:2: don't use underscores in Go names; const op_LNR should be opLNR
cmd/internal/obj/s390x/asmz.go:1915:2: don't use underscores in Go names; const op_LNXBR should be opLNXBR
cmd/internal/obj/s390x/asmz.go:1916:2: don't use underscores in Go names; const op_LNXR should be opLNXR
cmd/internal/obj/s390x/asmz.go:1917:2: don't use underscores in Go names; const op_LOC should be opLOC
cmd/internal/obj/s390x/asmz.go:1918:2: don't use underscores in Go names; const op_LOCG should be opLOCG
cmd/internal/obj/s390x/asmz.go:1919:2: don't use underscores in Go names; const op_LOCGR should be opLOCGR
cmd/internal/obj/s390x/asmz.go:1920:2: don't use underscores in Go names; const op_LOCR should be opLOCR
cmd/internal/obj/s390x/asmz.go:1921:2: don't use underscores in Go names; const op_LPD should be opLPD
cmd/internal/obj/s390x/asmz.go:1922:2: don't use underscores in Go names; const op_LPDBR should be opLPDBR
cmd/internal/obj/s390x/asmz.go:1923:2: don't use underscores in Go names; const op_LPDFR should be opLPDFR
cmd/internal/obj/s390x/asmz.go:1924:2: don't use underscores in Go names; const op_LPDG should be opLPDG
cmd/internal/obj/s390x/asmz.go:1925:2: don't use underscores in Go names; const op_LPDR should be opLPDR
cmd/internal/obj/s390x/asmz.go:1926:2: don't use underscores in Go names; const op_LPEBR should be opLPEBR
cmd/internal/obj/s390x/asmz.go:1927:2: don't use underscores in Go names; const op_LPER should be opLPER
cmd/internal/obj/s390x/asmz.go:1928:2: don't use underscores in Go names; const op_LPGFR should be opLPGFR
cmd/internal/obj/s390x/asmz.go:1929:2: don't use underscores in Go names; const op_LPGR should be opLPGR
cmd/internal/obj/s390x/asmz.go:1930:2: don't use underscores in Go names; const op_LPQ should be opLPQ
cmd/internal/obj/s390x/asmz.go:1931:2: don't use underscores in Go names; const op_LPR should be opLPR
cmd/internal/obj/s390x/asmz.go:1932:2: don't use underscores in Go names; const op_LPSW should be opLPSW
cmd/internal/obj/s390x/asmz.go:1933:2: don't use underscores in Go names; const op_LPSWE should be opLPSWE
cmd/internal/obj/s390x/asmz.go:1934:2: don't use underscores in Go names; const op_LPTEA should be opLPTEA
cmd/internal/obj/s390x/asmz.go:1935:2: don't use underscores in Go names; const op_LPXBR should be opLPXBR
cmd/internal/obj/s390x/asmz.go:1936:2: don't use underscores in Go names; const op_LPXR should be opLPXR
cmd/internal/obj/s390x/asmz.go:1937:2: don't use underscores in Go names; const op_LR should be opLR
cmd/internal/obj/s390x/asmz.go:1938:2: don't use underscores in Go names; const op_LRA should be opLRA
cmd/internal/obj/s390x/asmz.go:1939:2: don't use underscores in Go names; const op_LRAG should be opLRAG
cmd/internal/obj/s390x/asmz.go:1940:2: don't use underscores in Go names; const op_LRAY should be opLRAY
cmd/internal/obj/s390x/asmz.go:1941:2: don't use underscores in Go names; const op_LRDR should be opLRDR
cmd/internal/obj/s390x/asmz.go:1942:2: don't use underscores in Go names; const op_LRER should be opLRER
cmd/internal/obj/s390x/asmz.go:1943:2: don't use underscores in Go names; const op_LRL should be opLRL
cmd/internal/obj/s390x/asmz.go:1944:2: don't use underscores in Go names; const op_LRV should be opLRV
cmd/internal/obj/s390x/asmz.go:1945:2: don't use underscores in Go names; const op_LRVG should be opLRVG
cmd/internal/obj/s390x/asmz.go:1946:2: don't use underscores in Go names; const op_LRVGR should be opLRVGR
cmd/internal/obj/s390x/asmz.go:1947:2: don't use underscores in Go names; const op_LRVH should be opLRVH
cmd/internal/obj/s390x/asmz.go:1948:2: don't use underscores in Go names; const op_LRVR should be opLRVR
cmd/internal/obj/s390x/asmz.go:1949:2: don't use underscores in Go names; const op_LT should be opLT
cmd/internal/obj/s390x/asmz.go:1950:2: don't use underscores in Go names; const op_LTDBR should be opLTDBR
cmd/internal/obj/s390x/asmz.go:1951:2: don't use underscores in Go names; const op_LTDR should be opLTDR
cmd/internal/obj/s390x/asmz.go:1952:2: don't use underscores in Go names; const op_LTDTR should be opLTDTR
cmd/internal/obj/s390x/asmz.go:1953:2: don't use underscores in Go names; const op_LTEBR should be opLTEBR
cmd/internal/obj/s390x/asmz.go:1954:2: don't use underscores in Go names; const op_LTER should be opLTER
cmd/internal/obj/s390x/asmz.go:1955:2: don't use underscores in Go names; const op_LTG should be opLTG
cmd/internal/obj/s390x/asmz.go:1956:2: don't use underscores in Go names; const op_LTGF should be opLTGF
cmd/internal/obj/s390x/asmz.go:1957:2: don't use underscores in Go names; const op_LTGFR should be opLTGFR
cmd/internal/obj/s390x/asmz.go:1958:2: don't use underscores in Go names; const op_LTGR should be opLTGR
cmd/internal/obj/s390x/asmz.go:1959:2: don't use underscores in Go names; const op_LTR should be opLTR
cmd/internal/obj/s390x/asmz.go:1960:2: don't use underscores in Go names; const op_LTXBR should be opLTXBR
cmd/internal/obj/s390x/asmz.go:1961:2: don't use underscores in Go names; const op_LTXR should be opLTXR
cmd/internal/obj/s390x/asmz.go:1962:2: don't use underscores in Go names; const op_LTXTR should be opLTXTR
cmd/internal/obj/s390x/asmz.go:1963:2: don't use underscores in Go names; const op_LURA should be opLURA
cmd/internal/obj/s390x/asmz.go:1964:2: don't use underscores in Go names; const op_LURAG should be opLURAG
cmd/internal/obj/s390x/asmz.go:1965:2: don't use underscores in Go names; const op_LXD should be opLXD
cmd/internal/obj/s390x/asmz.go:1966:2: don't use underscores in Go names; const op_LXDB should be opLXDB
cmd/internal/obj/s390x/asmz.go:1967:2: don't use underscores in Go names; const op_LXDBR should be opLXDBR
cmd/internal/obj/s390x/asmz.go:1968:2: don't use underscores in Go names; const op_LXDR should be opLXDR
cmd/internal/obj/s390x/asmz.go:1969:2: don't use underscores in Go names; const op_LXDTR should be opLXDTR
cmd/internal/obj/s390x/asmz.go:1970:2: don't use underscores in Go names; const op_LXE should be opLXE
cmd/internal/obj/s390x/asmz.go:1971:2: don't use underscores in Go names; const op_LXEB should be opLXEB
cmd/internal/obj/s390x/asmz.go:1972:2: don't use underscores in Go names; const op_LXEBR should be opLXEBR
cmd/internal/obj/s390x/asmz.go:1973:2: don't use underscores in Go names; const op_LXER should be opLXER
cmd/internal/obj/s390x/asmz.go:1974:2: don't use underscores in Go names; const op_LXR should be opLXR
cmd/internal/obj/s390x/asmz.go:1975:2: don't use underscores in Go names; const op_LY should be opLY
cmd/internal/obj/s390x/asmz.go:1976:2: don't use underscores in Go names; const op_LZDR should be opLZDR
cmd/internal/obj/s390x/asmz.go:1977:2: don't use underscores in Go names; const op_LZER should be opLZER
cmd/internal/obj/s390x/asmz.go:1978:2: don't use underscores in Go names; const op_LZXR should be opLZXR
cmd/internal/obj/s390x/asmz.go:1979:2: don't use underscores in Go names; const op_M should be opM
cmd/internal/obj/s390x/asmz.go:1980:2: don't use underscores in Go names; const op_MAD should be opMAD
cmd/internal/obj/s390x/asmz.go:1981:2: don't use underscores in Go names; const op_MADB should be opMADB
cmd/internal/obj/s390x/asmz.go:1982:2: don't use underscores in Go names; const op_MADBR should be opMADBR
cmd/internal/obj/s390x/asmz.go:1983:2: don't use underscores in Go names; const op_MADR should be opMADR
cmd/internal/obj/s390x/asmz.go:1984:2: don't use underscores in Go names; const op_MAE should be opMAE
cmd/internal/obj/s390x/asmz.go:1985:2: don't use underscores in Go names; const op_MAEB should be opMAEB
cmd/internal/obj/s390x/asmz.go:1986:2: don't use underscores in Go names; const op_MAEBR should be opMAEBR
cmd/internal/obj/s390x/asmz.go:1987:2: don't use underscores in Go names; const op_MAER should be opMAER
cmd/internal/obj/s390x/asmz.go:1988:2: don't use underscores in Go names; const op_MAY should be opMAY
cmd/internal/obj/s390x/asmz.go:1989:2: don't use underscores in Go names; const op_MAYH should be opMAYH
cmd/internal/obj/s390x/asmz.go:1990:2: don't use underscores in Go names; const op_MAYHR should be opMAYHR
cmd/internal/obj/s390x/asmz.go:1991:2: don't use underscores in Go names; const op_MAYL should be opMAYL
cmd/internal/obj/s390x/asmz.go:1992:2: don't use underscores in Go names; const op_MAYLR should be opMAYLR
cmd/internal/obj/s390x/asmz.go:1993:2: don't use underscores in Go names; const op_MAYR should be opMAYR
cmd/internal/obj/s390x/asmz.go:1994:2: don't use underscores in Go names; const op_MC should be opMC
cmd/internal/obj/s390x/asmz.go:1995:2: don't use underscores in Go names; const op_MD should be opMD
cmd/internal/obj/s390x/asmz.go:1996:2: don't use underscores in Go names; const op_MDB should be opMDB
cmd/internal/obj/s390x/asmz.go:1997:2: don't use underscores in Go names; const op_MDBR should be opMDBR
cmd/internal/obj/s390x/asmz.go:1998:2: don't use underscores in Go names; const op_MDE should be opMDE
cmd/internal/obj/s390x/asmz.go:1999:2: don't use underscores in Go names; const op_MDEB should be opMDEB
cmd/internal/obj/s390x/asmz.go:2000:2: don't use underscores in Go names; const op_MDEBR should be opMDEBR
cmd/internal/obj/s390x/asmz.go:2001:2: don't use underscores in Go names; const op_MDER should be opMDER
cmd/internal/obj/s390x/asmz.go:2002:2: don't use underscores in Go names; const op_MDR should be opMDR
cmd/internal/obj/s390x/asmz.go:2003:2: don't use underscores in Go names; const op_MDTR should be opMDTR
cmd/internal/obj/s390x/asmz.go:2004:2: don't use underscores in Go names; const op_MDTRA should be opMDTRA
cmd/internal/obj/s390x/asmz.go:2005:2: don't use underscores in Go names; const op_ME should be opME
cmd/internal/obj/s390x/asmz.go:2006:2: don't use underscores in Go names; const op_MEE should be opMEE
cmd/internal/obj/s390x/asmz.go:2007:2: don't use underscores in Go names; const op_MEEB should be opMEEB
cmd/internal/obj/s390x/asmz.go:2008:2: don't use underscores in Go names; const op_MEEBR should be opMEEBR
cmd/internal/obj/s390x/asmz.go:2009:2: don't use underscores in Go names; const op_MEER should be opMEER
cmd/internal/obj/s390x/asmz.go:2010:2: don't use underscores in Go names; const op_MER should be opMER
cmd/internal/obj/s390x/asmz.go:2011:2: don't use underscores in Go names; const op_MFY should be opMFY
cmd/internal/obj/s390x/asmz.go:2012:2: don't use underscores in Go names; const op_MGHI should be opMGHI
cmd/internal/obj/s390x/asmz.go:2013:2: don't use underscores in Go names; const op_MH should be opMH
cmd/internal/obj/s390x/asmz.go:2014:2: don't use underscores in Go names; const op_MHI should be opMHI
cmd/internal/obj/s390x/asmz.go:2015:2: don't use underscores in Go names; const op_MHY should be opMHY
cmd/internal/obj/s390x/asmz.go:2016:2: don't use underscores in Go names; const op_ML should be opML
cmd/internal/obj/s390x/asmz.go:2017:2: don't use underscores in Go names; const op_MLG should be opMLG
cmd/internal/obj/s390x/asmz.go:2018:2: don't use underscores in Go names; const op_MLGR should be opMLGR
cmd/internal/obj/s390x/asmz.go:2019:2: don't use underscores in Go names; const op_MLR should be opMLR
cmd/internal/obj/s390x/asmz.go:2020:2: don't use underscores in Go names; const op_MP should be opMP
cmd/internal/obj/s390x/asmz.go:2021:2: don't use underscores in Go names; const op_MR should be opMR
cmd/internal/obj/s390x/asmz.go:2022:2: don't use underscores in Go names; const op_MS should be opMS
cmd/internal/obj/s390x/asmz.go:2023:2: don't use underscores in Go names; const op_MSCH should be opMSCH
cmd/internal/obj/s390x/asmz.go:2024:2: don't use underscores in Go names; const op_MSD should be opMSD
cmd/internal/obj/s390x/asmz.go:2025:2: don't use underscores in Go names; const op_MSDB should be opMSDB
cmd/internal/obj/s390x/asmz.go:2026:2: don't use underscores in Go names; const op_MSDBR should be opMSDBR
cmd/internal/obj/s390x/asmz.go:2027:2: don't use underscores in Go names; const op_MSDR should be opMSDR
cmd/internal/obj/s390x/asmz.go:2028:2: don't use underscores in Go names; const op_MSE should be opMSE
cmd/internal/obj/s390x/asmz.go:2029:2: don't use underscores in Go names; const op_MSEB should be opMSEB
cmd/internal/obj/s390x/asmz.go:2030:2: don't use underscores in Go names; const op_MSEBR should be opMSEBR
cmd/internal/obj/s390x/asmz.go:2031:2: don't use underscores in Go names; const op_MSER should be opMSER
cmd/internal/obj/s390x/asmz.go:2032:2: don't use underscores in Go names; const op_MSFI should be opMSFI
cmd/internal/obj/s390x/asmz.go:2033:2: don't use underscores in Go names; const op_MSG should be opMSG
cmd/internal/obj/s390x/asmz.go:2034:2: don't use underscores in Go names; const op_MSGF should be opMSGF
cmd/internal/obj/s390x/asmz.go:2035:2: don't use underscores in Go names; const op_MSGFI should be opMSGFI
cmd/internal/obj/s390x/asmz.go:2036:2: don't use underscores in Go names; const op_MSGFR should be opMSGFR
cmd/internal/obj/s390x/asmz.go:2037:2: don't use underscores in Go names; const op_MSGR should be opMSGR
cmd/internal/obj/s390x/asmz.go:2038:2: don't use underscores in Go names; const op_MSR should be opMSR
cmd/internal/obj/s390x/asmz.go:2039:2: don't use underscores in Go names; const op_MSTA should be opMSTA
cmd/internal/obj/s390x/asmz.go:2040:2: don't use underscores in Go names; const op_MSY should be opMSY
cmd/internal/obj/s390x/asmz.go:2041:2: don't use underscores in Go names; const op_MVC should be opMVC
cmd/internal/obj/s390x/asmz.go:2042:2: don't use underscores in Go names; const op_MVCDK should be opMVCDK
cmd/internal/obj/s390x/asmz.go:2043:2: don't use underscores in Go names; const op_MVCIN should be opMVCIN
cmd/internal/obj/s390x/asmz.go:2044:2: don't use underscores in Go names; const op_MVCK should be opMVCK
cmd/internal/obj/s390x/asmz.go:2045:2: don't use underscores in Go names; const op_MVCL should be opMVCL
cmd/internal/obj/s390x/asmz.go:2046:2: don't use underscores in Go names; const op_MVCLE should be opMVCLE
cmd/internal/obj/s390x/asmz.go:2047:2: don't use underscores in Go names; const op_MVCLU should be opMVCLU
cmd/internal/obj/s390x/asmz.go:2048:2: don't use underscores in Go names; const op_MVCOS should be opMVCOS
cmd/internal/obj/s390x/asmz.go:2049:2: don't use underscores in Go names; const op_MVCP should be opMVCP
cmd/internal/obj/s390x/asmz.go:2050:2: don't use underscores in Go names; const op_MVCS should be opMVCS
cmd/internal/obj/s390x/asmz.go:2051:2: don't use underscores in Go names; const op_MVCSK should be opMVCSK
cmd/internal/obj/s390x/asmz.go:2052:2: don't use underscores in Go names; const op_MVGHI should be opMVGHI
cmd/internal/obj/s390x/asmz.go:2053:2: don't use underscores in Go names; const op_MVHHI should be opMVHHI
cmd/internal/obj/s390x/asmz.go:2054:2: don't use underscores in Go names; const op_MVHI should be opMVHI
cmd/internal/obj/s390x/asmz.go:2055:2: don't use underscores in Go names; const op_MVI should be opMVI
cmd/internal/obj/s390x/asmz.go:2056:2: don't use underscores in Go names; const op_MVIY should be opMVIY
cmd/internal/obj/s390x/asmz.go:2057:2: don't use underscores in Go names; const op_MVN should be opMVN
cmd/internal/obj/s390x/asmz.go:2058:2: don't use underscores in Go names; const op_MVO should be opMVO
cmd/internal/obj/s390x/asmz.go:2059:2: don't use underscores in Go names; const op_MVPG should be opMVPG
cmd/internal/obj/s390x/asmz.go:2060:2: don't use underscores in Go names; const op_MVST should be opMVST
cmd/internal/obj/s390x/asmz.go:2061:2: don't use underscores in Go names; const op_MVZ should be opMVZ
cmd/internal/obj/s390x/asmz.go:2062:2: don't use underscores in Go names; const op_MXBR should be opMXBR
cmd/internal/obj/s390x/asmz.go:2063:2: don't use underscores in Go names; const op_MXD should be opMXD
cmd/internal/obj/s390x/asmz.go:2064:2: don't use underscores in Go names; const op_MXDB should be opMXDB
cmd/internal/obj/s390x/asmz.go:2065:2: don't use underscores in Go names; const op_MXDBR should be opMXDBR
cmd/internal/obj/s390x/asmz.go:2066:2: don't use underscores in Go names; const op_MXDR should be opMXDR
cmd/internal/obj/s390x/asmz.go:2067:2: don't use underscores in Go names; const op_MXR should be opMXR
cmd/internal/obj/s390x/asmz.go:2068:2: don't use underscores in Go names; const op_MXTR should be opMXTR
cmd/internal/obj/s390x/asmz.go:2069:2: don't use underscores in Go names; const op_MXTRA should be opMXTRA
cmd/internal/obj/s390x/asmz.go:2070:2: don't use underscores in Go names; const op_MY should be opMY
cmd/internal/obj/s390x/asmz.go:2071:2: don't use underscores in Go names; const op_MYH should be opMYH
cmd/internal/obj/s390x/asmz.go:2072:2: don't use underscores in Go names; const op_MYHR should be opMYHR
cmd/internal/obj/s390x/asmz.go:2073:2: don't use underscores in Go names; const op_MYL should be opMYL
cmd/internal/obj/s390x/asmz.go:2074:2: don't use underscores in Go names; const op_MYLR should be opMYLR
cmd/internal/obj/s390x/asmz.go:2075:2: don't use underscores in Go names; const op_MYR should be opMYR
cmd/internal/obj/s390x/asmz.go:2076:2: don't use underscores in Go names; const op_N should be opN
cmd/internal/obj/s390x/asmz.go:2077:2: don't use underscores in Go names; const op_NC should be opNC
cmd/internal/obj/s390x/asmz.go:2078:2: don't use underscores in Go names; const op_NG should be opNG
cmd/internal/obj/s390x/asmz.go:2079:2: don't use underscores in Go names; const op_NGR should be opNGR
cmd/internal/obj/s390x/asmz.go:2080:2: don't use underscores in Go names; const op_NGRK should be opNGRK
cmd/internal/obj/s390x/asmz.go:2081:2: don't use underscores in Go names; const op_NI should be opNI
cmd/internal/obj/s390x/asmz.go:2082:2: don't use underscores in Go names; const op_NIAI should be opNIAI
cmd/internal/obj/s390x/asmz.go:2083:2: don't use underscores in Go names; const op_NIHF should be opNIHF
cmd/internal/obj/s390x/asmz.go:2084:2: don't use underscores in Go names; const op_NIHH should be opNIHH
cmd/internal/obj/s390x/asmz.go:2085:2: don't use underscores in Go names; const op_NIHL should be opNIHL
cmd/internal/obj/s390x/asmz.go:2086:2: don't use underscores in Go names; const op_NILF should be opNILF
cmd/internal/obj/s390x/asmz.go:2087:2: don't use underscores in Go names; const op_NILH should be opNILH
cmd/internal/obj/s390x/asmz.go:2088:2: don't use underscores in Go names; const op_NILL should be opNILL
cmd/internal/obj/s390x/asmz.go:2089:2: don't use underscores in Go names; const op_NIY should be opNIY
cmd/internal/obj/s390x/asmz.go:2090:2: don't use underscores in Go names; const op_NR should be opNR
cmd/internal/obj/s390x/asmz.go:2091:2: don't use underscores in Go names; const op_NRK should be opNRK
cmd/internal/obj/s390x/asmz.go:2092:2: don't use underscores in Go names; const op_NTSTG should be opNTSTG
cmd/internal/obj/s390x/asmz.go:2093:2: don't use underscores in Go names; const op_NY should be opNY
cmd/internal/obj/s390x/asmz.go:2094:2: don't use underscores in Go names; const op_O should be opO
cmd/internal/obj/s390x/asmz.go:2095:2: don't use underscores in Go names; const op_OC should be opOC
cmd/internal/obj/s390x/asmz.go:2096:2: don't use underscores in Go names; const op_OG should be opOG
cmd/internal/obj/s390x/asmz.go:2097:2: don't use underscores in Go names; const op_OGR should be opOGR
cmd/internal/obj/s390x/asmz.go:2098:2: don't use underscores in Go names; const op_OGRK should be opOGRK
cmd/internal/obj/s390x/asmz.go:2099:2: don't use underscores in Go names; const op_OI should be opOI
cmd/internal/obj/s390x/asmz.go:2100:2: don't use underscores in Go names; const op_OIHF should be opOIHF
cmd/internal/obj/s390x/asmz.go:2101:2: don't use underscores in Go names; const op_OIHH should be opOIHH
cmd/internal/obj/s390x/asmz.go:2102:2: don't use underscores in Go names; const op_OIHL should be opOIHL
cmd/internal/obj/s390x/asmz.go:2103:2: don't use underscores in Go names; const op_OILF should be opOILF
cmd/internal/obj/s390x/asmz.go:2104:2: don't use underscores in Go names; const op_OILH should be opOILH
cmd/internal/obj/s390x/asmz.go:2105:2: don't use underscores in Go names; const op_OILL should be opOILL
cmd/internal/obj/s390x/asmz.go:2106:2: don't use underscores in Go names; const op_OIY should be opOIY
cmd/internal/obj/s390x/asmz.go:2107:2: don't use underscores in Go names; const op_OR should be opOR
cmd/internal/obj/s390x/asmz.go:2108:2: don't use underscores in Go names; const op_ORK should be opORK
cmd/internal/obj/s390x/asmz.go:2109:2: don't use underscores in Go names; const op_OY should be opOY
cmd/internal/obj/s390x/asmz.go:2110:2: don't use underscores in Go names; const op_PACK should be opPACK
cmd/internal/obj/s390x/asmz.go:2111:2: don't use underscores in Go names; const op_PALB should be opPALB
cmd/internal/obj/s390x/asmz.go:2112:2: don't use underscores in Go names; const op_PC should be opPC
cmd/internal/obj/s390x/asmz.go:2113:2: don't use underscores in Go names; const op_PCC should be opPCC
cmd/internal/obj/s390x/asmz.go:2114:2: don't use underscores in Go names; const op_PCKMO should be opPCKMO
cmd/internal/obj/s390x/asmz.go:2115:2: don't use underscores in Go names; const op_PFD should be opPFD
cmd/internal/obj/s390x/asmz.go:2116:2: don't use underscores in Go names; const op_PFDRL should be opPFDRL
cmd/internal/obj/s390x/asmz.go:2117:2: don't use underscores in Go names; const op_PFMF should be opPFMF
cmd/internal/obj/s390x/asmz.go:2118:2: don't use underscores in Go names; const op_PFPO should be opPFPO
cmd/internal/obj/s390x/asmz.go:2119:2: don't use underscores in Go names; const op_PGIN should be opPGIN
cmd/internal/obj/s390x/asmz.go:2120:2: don't use underscores in Go names; const op_PGOUT should be opPGOUT
cmd/internal/obj/s390x/asmz.go:2121:2: don't use underscores in Go names; const op_PKA should be opPKA
cmd/internal/obj/s390x/asmz.go:2122:2: don't use underscores in Go names; const op_PKU should be opPKU
cmd/internal/obj/s390x/asmz.go:2123:2: don't use underscores in Go names; const op_PLO should be opPLO
cmd/internal/obj/s390x/asmz.go:2124:2: don't use underscores in Go names; const op_POPCNT should be opPOPCNT
cmd/internal/obj/s390x/asmz.go:2125:2: don't use underscores in Go names; const op_PPA should be opPPA
cmd/internal/obj/s390x/asmz.go:2126:2: don't use underscores in Go names; const op_PR should be opPR
cmd/internal/obj/s390x/asmz.go:2127:2: don't use underscores in Go names; const op_PT should be opPT
cmd/internal/obj/s390x/asmz.go:2128:2: don't use underscores in Go names; const op_PTF should be opPTF
cmd/internal/obj/s390x/asmz.go:2129:2: don't use underscores in Go names; const op_PTFF should be opPTFF
cmd/internal/obj/s390x/asmz.go:2130:2: don't use underscores in Go names; const op_PTI should be opPTI
cmd/internal/obj/s390x/asmz.go:2131:2: don't use underscores in Go names; const op_PTLB should be opPTLB
cmd/internal/obj/s390x/asmz.go:2132:2: don't use underscores in Go names; const op_QADTR should be opQADTR
cmd/internal/obj/s390x/asmz.go:2133:2: don't use underscores in Go names; const op_QAXTR should be opQAXTR
cmd/internal/obj/s390x/asmz.go:2134:2: don't use underscores in Go names; const op_RCHP should be opRCHP
cmd/internal/obj/s390x/asmz.go:2135:2: don't use underscores in Go names; const op_RISBG should be opRISBG
cmd/internal/obj/s390x/asmz.go:2136:2: don't use underscores in Go names; const op_RISBGN should be opRISBGN
cmd/internal/obj/s390x/asmz.go:2137:2: don't use underscores in Go names; const op_RISBHG should be opRISBHG
cmd/internal/obj/s390x/asmz.go:2138:2: don't use underscores in Go names; const op_RISBLG should be opRISBLG
cmd/internal/obj/s390x/asmz.go:2139:2: don't use underscores in Go names; const op_RLL should be opRLL
cmd/internal/obj/s390x/asmz.go:2140:2: don't use underscores in Go names; const op_RLLG should be opRLLG
cmd/internal/obj/s390x/asmz.go:2141:2: don't use underscores in Go names; const op_RNSBG should be opRNSBG
cmd/internal/obj/s390x/asmz.go:2142:2: don't use underscores in Go names; const op_ROSBG should be opROSBG
cmd/internal/obj/s390x/asmz.go:2143:2: don't use underscores in Go names; const op_RP should be opRP
cmd/internal/obj/s390x/asmz.go:2144:2: don't use underscores in Go names; const op_RRBE should be opRRBE
cmd/internal/obj/s390x/asmz.go:2145:2: don't use underscores in Go names; const op_RRBM should be opRRBM
cmd/internal/obj/s390x/asmz.go:2146:2: don't use underscores in Go names; const op_RRDTR should be opRRDTR
cmd/internal/obj/s390x/asmz.go:2147:2: don't use underscores in Go names; const op_RRXTR should be opRRXTR
cmd/internal/obj/s390x/asmz.go:2148:2: don't use underscores in Go names; const op_RSCH should be opRSCH
cmd/internal/obj/s390x/asmz.go:2149:2: don't use underscores in Go names; const op_RXSBG should be opRXSBG
cmd/internal/obj/s390x/asmz.go:2150:2: don't use underscores in Go names; const op_S should be opS
cmd/internal/obj/s390x/asmz.go:2151:2: don't use underscores in Go names; const op_SAC should be opSAC
cmd/internal/obj/s390x/asmz.go:2152:2: don't use underscores in Go names; const op_SACF should be opSACF
cmd/internal/obj/s390x/asmz.go:2153:2: don't use underscores in Go names; const op_SAL should be opSAL
cmd/internal/obj/s390x/asmz.go:2154:2: don't use underscores in Go names; const op_SAM24 should be opSAM24
cmd/internal/obj/s390x/asmz.go:2155:2: don't use underscores in Go names; const op_SAM31 should be opSAM31
cmd/internal/obj/s390x/asmz.go:2156:2: don't use underscores in Go names; const op_SAM64 should be opSAM64
cmd/internal/obj/s390x/asmz.go:2157:2: don't use underscores in Go names; const op_SAR should be opSAR
cmd/internal/obj/s390x/asmz.go:2158:2: don't use underscores in Go names; const op_SCHM should be opSCHM
cmd/internal/obj/s390x/asmz.go:2159:2: don't use underscores in Go names; const op_SCK should be opSCK
cmd/internal/obj/s390x/asmz.go:2160:2: don't use underscores in Go names; const op_SCKC should be opSCKC
cmd/internal/obj/s390x/asmz.go:2161:2: don't use underscores in Go names; const op_SCKPF should be opSCKPF
cmd/internal/obj/s390x/asmz.go:2162:2: don't use underscores in Go names; const op_SD should be opSD
cmd/internal/obj/s390x/asmz.go:2163:2: don't use underscores in Go names; const op_SDB should be opSDB
cmd/internal/obj/s390x/asmz.go:2164:2: don't use underscores in Go names; const op_SDBR should be opSDBR
cmd/internal/obj/s390x/asmz.go:2165:2: don't use underscores in Go names; const op_SDR should be opSDR
cmd/internal/obj/s390x/asmz.go:2166:2: don't use underscores in Go names; const op_SDTR should be opSDTR
cmd/internal/obj/s390x/asmz.go:2167:2: don't use underscores in Go names; const op_SDTRA should be opSDTRA
cmd/internal/obj/s390x/asmz.go:2168:2: don't use underscores in Go names; const op_SE should be opSE
cmd/internal/obj/s390x/asmz.go:2169:2: don't use underscores in Go names; const op_SEB should be opSEB
cmd/internal/obj/s390x/asmz.go:2170:2: don't use underscores in Go names; const op_SEBR should be opSEBR
cmd/internal/obj/s390x/asmz.go:2171:2: don't use underscores in Go names; const op_SER should be opSER
cmd/internal/obj/s390x/asmz.go:2172:2: don't use underscores in Go names; const op_SFASR should be opSFASR
cmd/internal/obj/s390x/asmz.go:2173:2: don't use underscores in Go names; const op_SFPC should be opSFPC
cmd/internal/obj/s390x/asmz.go:2174:2: don't use underscores in Go names; const op_SG should be opSG
cmd/internal/obj/s390x/asmz.go:2175:2: don't use underscores in Go names; const op_SGF should be opSGF
cmd/internal/obj/s390x/asmz.go:2176:2: don't use underscores in Go names; const op_SGFR should be opSGFR
cmd/internal/obj/s390x/asmz.go:2177:2: don't use underscores in Go names; const op_SGR should be opSGR
cmd/internal/obj/s390x/asmz.go:2178:2: don't use underscores in Go names; const op_SGRK should be opSGRK
cmd/internal/obj/s390x/asmz.go:2179:2: don't use underscores in Go names; const op_SH should be opSH
cmd/internal/obj/s390x/asmz.go:2180:2: don't use underscores in Go names; const op_SHHHR should be opSHHHR
cmd/internal/obj/s390x/asmz.go:2181:2: don't use underscores in Go names; const op_SHHLR should be opSHHLR
cmd/internal/obj/s390x/asmz.go:2182:2: don't use underscores in Go names; const op_SHY should be opSHY
cmd/internal/obj/s390x/asmz.go:2183:2: don't use underscores in Go names; const op_SIGP should be opSIGP
cmd/internal/obj/s390x/asmz.go:2184:2: don't use underscores in Go names; const op_SL should be opSL
cmd/internal/obj/s390x/asmz.go:2185:2: don't use underscores in Go names; const op_SLA should be opSLA
cmd/internal/obj/s390x/asmz.go:2186:2: don't use underscores in Go names; const op_SLAG should be opSLAG
cmd/internal/obj/s390x/asmz.go:2187:2: don't use underscores in Go names; const op_SLAK should be opSLAK
cmd/internal/obj/s390x/asmz.go:2188:2: don't use underscores in Go names; const op_SLB should be opSLB
cmd/internal/obj/s390x/asmz.go:2189:2: don't use underscores in Go names; const op_SLBG should be opSLBG
cmd/internal/obj/s390x/asmz.go:2190:2: don't use underscores in Go names; const op_SLBGR should be opSLBGR
cmd/internal/obj/s390x/asmz.go:2191:2: don't use underscores in Go names; const op_SLBR should be opSLBR
cmd/internal/obj/s390x/asmz.go:2192:2: don't use underscores in Go names; const op_SLDA should be opSLDA
cmd/internal/obj/s390x/asmz.go:2193:2: don't use underscores in Go names; const op_SLDL should be opSLDL
cmd/internal/obj/s390x/asmz.go:2194:2: don't use underscores in Go names; const op_SLDT should be opSLDT
cmd/internal/obj/s390x/asmz.go:2195:2: don't use underscores in Go names; const op_SLFI should be opSLFI
cmd/internal/obj/s390x/asmz.go:2196:2: don't use underscores in Go names; const op_SLG should be opSLG
cmd/internal/obj/s390x/asmz.go:2197:2: don't use underscores in Go names; const op_SLGF should be opSLGF
cmd/internal/obj/s390x/asmz.go:2198:2: don't use underscores in Go names; const op_SLGFI should be opSLGFI
cmd/internal/obj/s390x/asmz.go:2199:2: don't use underscores in Go names; const op_SLGFR should be opSLGFR
cmd/internal/obj/s390x/asmz.go:2200:2: don't use underscores in Go names; const op_SLGR should be opSLGR
cmd/internal/obj/s390x/asmz.go:2201:2: don't use underscores in Go names; const op_SLGRK should be opSLGRK
cmd/internal/obj/s390x/asmz.go:2202:2: don't use underscores in Go names; const op_SLHHHR should be opSLHHHR
cmd/internal/obj/s390x/asmz.go:2203:2: don't use underscores in Go names; const op_SLHHLR should be opSLHHLR
cmd/internal/obj/s390x/asmz.go:2204:2: don't use underscores in Go names; const op_SLL should be opSLL
cmd/internal/obj/s390x/asmz.go:2205:2: don't use underscores in Go names; const op_SLLG should be opSLLG
cmd/internal/obj/s390x/asmz.go:2206:2: don't use underscores in Go names; const op_SLLK should be opSLLK
cmd/internal/obj/s390x/asmz.go:2207:2: don't use underscores in Go names; const op_SLR should be opSLR
cmd/internal/obj/s390x/asmz.go:2208:2: don't use underscores in Go names; const op_SLRK should be opSLRK
cmd/internal/obj/s390x/asmz.go:2209:2: don't use underscores in Go names; const op_SLXT should be opSLXT
cmd/internal/obj/s390x/asmz.go:2210:2: don't use underscores in Go names; const op_SLY should be opSLY
cmd/internal/obj/s390x/asmz.go:2211:2: don't use underscores in Go names; const op_SP should be opSP
cmd/internal/obj/s390x/asmz.go:2212:2: don't use underscores in Go names; const op_SPKA should be opSPKA
cmd/internal/obj/s390x/asmz.go:2213:2: don't use underscores in Go names; const op_SPM should be opSPM
cmd/internal/obj/s390x/asmz.go:2214:2: don't use underscores in Go names; const op_SPT should be opSPT
cmd/internal/obj/s390x/asmz.go:2215:2: don't use underscores in Go names; const op_SPX should be opSPX
cmd/internal/obj/s390x/asmz.go:2216:2: don't use underscores in Go names; const op_SQD should be opSQD
cmd/internal/obj/s390x/asmz.go:2217:2: don't use underscores in Go names; const op_SQDB should be opSQDB
cmd/internal/obj/s390x/asmz.go:2218:2: don't use underscores in Go names; const op_SQDBR should be opSQDBR
cmd/internal/obj/s390x/asmz.go:2219:2: don't use underscores in Go names; const op_SQDR should be opSQDR
cmd/internal/obj/s390x/asmz.go:2220:2: don't use underscores in Go names; const op_SQE should be opSQE
cmd/internal/obj/s390x/asmz.go:2221:2: don't use underscores in Go names; const op_SQEB should be opSQEB
cmd/internal/obj/s390x/asmz.go:2222:2: don't use underscores in Go names; const op_SQEBR should be opSQEBR
cmd/internal/obj/s390x/asmz.go:2223:2: don't use underscores in Go names; const op_SQER should be opSQER
cmd/internal/obj/s390x/asmz.go:2224:2: don't use underscores in Go names; const op_SQXBR should be opSQXBR
cmd/internal/obj/s390x/asmz.go:2225:2: don't use underscores in Go names; const op_SQXR should be opSQXR
cmd/internal/obj/s390x/asmz.go:2226:2: don't use underscores in Go names; const op_SR should be opSR
cmd/internal/obj/s390x/asmz.go:2227:2: don't use underscores in Go names; const op_SRA should be opSRA
cmd/internal/obj/s390x/asmz.go:2228:2: don't use underscores in Go names; const op_SRAG should be opSRAG
cmd/internal/obj/s390x/asmz.go:2229:2: don't use underscores in Go names; const op_SRAK should be opSRAK
cmd/internal/obj/s390x/asmz.go:2230:2: don't use underscores in Go names; const op_SRDA should be opSRDA
cmd/internal/obj/s390x/asmz.go:2231:2: don't use underscores in Go names; const op_SRDL should be opSRDL
cmd/internal/obj/s390x/asmz.go:2232:2: don't use underscores in Go names; const op_SRDT should be opSRDT
cmd/internal/obj/s390x/asmz.go:2233:2: don't use underscores in Go names; const op_SRK should be opSRK
cmd/internal/obj/s390x/asmz.go:2234:2: don't use underscores in Go names; const op_SRL should be opSRL
cmd/internal/obj/s390x/asmz.go:2235:2: don't use underscores in Go names; const op_SRLG should be opSRLG
cmd/internal/obj/s390x/asmz.go:2236:2: don't use underscores in Go names; const op_SRLK should be opSRLK
cmd/internal/obj/s390x/asmz.go:2237:2: don't use underscores in Go names; const op_SRNM should be opSRNM
cmd/internal/obj/s390x/asmz.go:2238:2: don't use underscores in Go names; const op_SRNMB should be opSRNMB
cmd/internal/obj/s390x/asmz.go:2239:2: don't use underscores in Go names; const op_SRNMT should be opSRNMT
cmd/internal/obj/s390x/asmz.go:2240:2: don't use underscores in Go names; const op_SRP should be opSRP
cmd/internal/obj/s390x/asmz.go:2241:2: don't use underscores in Go names; const op_SRST should be opSRST
cmd/internal/obj/s390x/asmz.go:2242:2: don't use underscores in Go names; const op_SRSTU should be opSRSTU
cmd/internal/obj/s390x/asmz.go:2243:2: don't use underscores in Go names; const op_SRXT should be opSRXT
cmd/internal/obj/s390x/asmz.go:2244:2: don't use underscores in Go names; const op_SSAIR should be opSSAIR
cmd/internal/obj/s390x/asmz.go:2245:2: don't use underscores in Go names; const op_SSAR should be opSSAR
cmd/internal/obj/s390x/asmz.go:2246:2: don't use underscores in Go names; const op_SSCH should be opSSCH
cmd/internal/obj/s390x/asmz.go:2247:2: don't use underscores in Go names; const op_SSKE should be opSSKE
cmd/internal/obj/s390x/asmz.go:2248:2: don't use underscores in Go names; const op_SSM should be opSSM
cmd/internal/obj/s390x/asmz.go:2249:2: don't use underscores in Go names; const op_ST should be opST
cmd/internal/obj/s390x/asmz.go:2250:2: don't use underscores in Go names; const op_STAM should be opSTAM
cmd/internal/obj/s390x/asmz.go:2251:2: don't use underscores in Go names; const op_STAMY should be opSTAMY
cmd/internal/obj/s390x/asmz.go:2252:2: don't use underscores in Go names; const op_STAP should be opSTAP
cmd/internal/obj/s390x/asmz.go:2253:2: don't use underscores in Go names; const op_STC should be opSTC
cmd/internal/obj/s390x/asmz.go:2254:2: don't use underscores in Go names; const op_STCH should be opSTCH
cmd/internal/obj/s390x/asmz.go:2255:2: don't use underscores in Go names; const op_STCK should be opSTCK
cmd/internal/obj/s390x/asmz.go:2256:2: don't use underscores in Go names; const op_STCKC should be opSTCKC
cmd/internal/obj/s390x/asmz.go:2257:2: don't use underscores in Go names; const op_STCKE should be opSTCKE
cmd/internal/obj/s390x/asmz.go:2258:2: don't use underscores in Go names; const op_STCKF should be opSTCKF
cmd/internal/obj/s390x/asmz.go:2259:2: don't use underscores in Go names; const op_STCM should be opSTCM
cmd/internal/obj/s390x/asmz.go:2260:2: don't use underscores in Go names; const op_STCMH should be opSTCMH
cmd/internal/obj/s390x/asmz.go:2261:2: don't use underscores in Go names; const op_STCMY should be opSTCMY
cmd/internal/obj/s390x/asmz.go:2262:2: don't use underscores in Go names; const op_STCPS should be opSTCPS
cmd/internal/obj/s390x/asmz.go:2263:2: don't use underscores in Go names; const op_STCRW should be opSTCRW
cmd/internal/obj/s390x/asmz.go:2264:2: don't use underscores in Go names; const op_STCTG should be opSTCTG
cmd/internal/obj/s390x/asmz.go:2265:2: don't use underscores in Go names; const op_STCTL should be opSTCTL
cmd/internal/obj/s390x/asmz.go:2266:2: don't use underscores in Go names; const op_STCY should be opSTCY
cmd/internal/obj/s390x/asmz.go:2267:2: don't use underscores in Go names; const op_STD should be opSTD
cmd/internal/obj/s390x/asmz.go:2268:2: don't use underscores in Go names; const op_STDY should be opSTDY
cmd/internal/obj/s390x/asmz.go:2269:2: don't use underscores in Go names; const op_STE should be opSTE
cmd/internal/obj/s390x/asmz.go:2270:2: don't use underscores in Go names; const op_STEY should be opSTEY
cmd/internal/obj/s390x/asmz.go:2271:2: don't use underscores in Go names; const op_STFH should be opSTFH
cmd/internal/obj/s390x/asmz.go:2272:2: don't use underscores in Go names; const op_STFL should be opSTFL
cmd/internal/obj/s390x/asmz.go:2273:2: don't use underscores in Go names; const op_STFLE should be opSTFLE
cmd/internal/obj/s390x/asmz.go:2274:2: don't use underscores in Go names; const op_STFPC should be opSTFPC
cmd/internal/obj/s390x/asmz.go:2275:2: don't use underscores in Go names; const op_STG should be opSTG
cmd/internal/obj/s390x/asmz.go:2276:2: don't use underscores in Go names; const op_STGRL should be opSTGRL
cmd/internal/obj/s390x/asmz.go:2277:2: don't use underscores in Go names; const op_STH should be opSTH
cmd/internal/obj/s390x/asmz.go:2278:2: don't use underscores in Go names; const op_STHH should be opSTHH
cmd/internal/obj/s390x/asmz.go:2279:2: don't use underscores in Go names; const op_STHRL should be opSTHRL
cmd/internal/obj/s390x/asmz.go:2280:2: don't use underscores in Go names; const op_STHY should be opSTHY
cmd/internal/obj/s390x/asmz.go:2281:2: don't use underscores in Go names; const op_STIDP should be opSTIDP
cmd/internal/obj/s390x/asmz.go:2282:2: don't use underscores in Go names; const op_STM should be opSTM
cmd/internal/obj/s390x/asmz.go:2283:2: don't use underscores in Go names; const op_STMG should be opSTMG
cmd/internal/obj/s390x/asmz.go:2284:2: don't use underscores in Go names; const op_STMH should be opSTMH
cmd/internal/obj/s390x/asmz.go:2285:2: don't use underscores in Go names; const op_STMY should be opSTMY
cmd/internal/obj/s390x/asmz.go:2286:2: don't use underscores in Go names; const op_STNSM should be opSTNSM
cmd/internal/obj/s390x/asmz.go:2287:2: don't use underscores in Go names; const op_STOC should be opSTOC
cmd/internal/obj/s390x/asmz.go:2288:2: don't use underscores in Go names; const op_STOCG should be opSTOCG
cmd/internal/obj/s390x/asmz.go:2289:2: don't use underscores in Go names; const op_STOSM should be opSTOSM
cmd/internal/obj/s390x/asmz.go:2290:2: don't use underscores in Go names; const op_STPQ should be opSTPQ
cmd/internal/obj/s390x/asmz.go:2291:2: don't use underscores in Go names; const op_STPT should be opSTPT
cmd/internal/obj/s390x/asmz.go:2292:2: don't use underscores in Go names; const op_STPX should be opSTPX
cmd/internal/obj/s390x/asmz.go:2293:2: don't use underscores in Go names; const op_STRAG should be opSTRAG
cmd/internal/obj/s390x/asmz.go:2294:2: don't use underscores in Go names; const op_STRL should be opSTRL
cmd/internal/obj/s390x/asmz.go:2295:2: don't use underscores in Go names; const op_STRV should be opSTRV
cmd/internal/obj/s390x/asmz.go:2296:2: don't use underscores in Go names; const op_STRVG should be opSTRVG
cmd/internal/obj/s390x/asmz.go:2297:2: don't use underscores in Go names; const op_STRVH should be opSTRVH
cmd/internal/obj/s390x/asmz.go:2298:2: don't use underscores in Go names; const op_STSCH should be opSTSCH
cmd/internal/obj/s390x/asmz.go:2299:2: don't use underscores in Go names; const op_STSI should be opSTSI
cmd/internal/obj/s390x/asmz.go:2300:2: don't use underscores in Go names; const op_STURA should be opSTURA
cmd/internal/obj/s390x/asmz.go:2301:2: don't use underscores in Go names; const op_STURG should be opSTURG
cmd/internal/obj/s390x/asmz.go:2302:2: don't use underscores in Go names; const op_STY should be opSTY
cmd/internal/obj/s390x/asmz.go:2303:2: don't use underscores in Go names; const op_SU should be opSU
cmd/internal/obj/s390x/asmz.go:2304:2: don't use underscores in Go names; const op_SUR should be opSUR
cmd/internal/obj/s390x/asmz.go:2305:2: don't use underscores in Go names; const op_SVC should be opSVC
cmd/internal/obj/s390x/asmz.go:2306:2: don't use underscores in Go names; const op_SW should be opSW
cmd/internal/obj/s390x/asmz.go:2307:2: don't use underscores in Go names; const op_SWR should be opSWR
cmd/internal/obj/s390x/asmz.go:2308:2: don't use underscores in Go names; const op_SXBR should be opSXBR
cmd/internal/obj/s390x/asmz.go:2309:2: don't use underscores in Go names; const op_SXR should be opSXR
cmd/internal/obj/s390x/asmz.go:2310:2: don't use underscores in Go names; const op_SXTR should be opSXTR
cmd/internal/obj/s390x/asmz.go:2311:2: don't use underscores in Go names; const op_SXTRA should be opSXTRA
cmd/internal/obj/s390x/asmz.go:2312:2: don't use underscores in Go names; const op_SY should be opSY
cmd/internal/obj/s390x/asmz.go:2313:2: don't use underscores in Go names; const op_TABORT should be opTABORT
cmd/internal/obj/s390x/asmz.go:2314:2: don't use underscores in Go names; const op_TAM should be opTAM
cmd/internal/obj/s390x/asmz.go:2315:2: don't use underscores in Go names; const op_TAR should be opTAR
cmd/internal/obj/s390x/asmz.go:2316:2: don't use underscores in Go names; const op_TB should be opTB
cmd/internal/obj/s390x/asmz.go:2317:2: don't use underscores in Go names; const op_TBDR should be opTBDR
cmd/internal/obj/s390x/asmz.go:2318:2: don't use underscores in Go names; const op_TBEDR should be opTBEDR
cmd/internal/obj/s390x/asmz.go:2319:2: don't use underscores in Go names; const op_TBEGIN should be opTBEGIN
cmd/internal/obj/s390x/asmz.go:2320:2: don't use underscores in Go names; const op_TBEGINC should be opTBEGINC
cmd/internal/obj/s390x/asmz.go:2321:2: don't use underscores in Go names; const op_TCDB should be opTCDB
cmd/internal/obj/s390x/asmz.go:2322:2: don't use underscores in Go names; const op_TCEB should be opTCEB
cmd/internal/obj/s390x/asmz.go:2323:2: don't use underscores in Go names; const op_TCXB should be opTCXB
cmd/internal/obj/s390x/asmz.go:2324:2: don't use underscores in Go names; const op_TDCDT should be opTDCDT
cmd/internal/obj/s390x/asmz.go:2325:2: don't use underscores in Go names; const op_TDCET should be opTDCET
cmd/internal/obj/s390x/asmz.go:2326:2: don't use underscores in Go names; const op_TDCXT should be opTDCXT
cmd/internal/obj/s390x/asmz.go:2327:2: don't use underscores in Go names; const op_TDGDT should be opTDGDT
cmd/internal/obj/s390x/asmz.go:2328:2: don't use underscores in Go names; const op_TDGET should be opTDGET
cmd/internal/obj/s390x/asmz.go:2329:2: don't use underscores in Go names; const op_TDGXT should be opTDGXT
cmd/internal/obj/s390x/asmz.go:2330:2: don't use underscores in Go names; const op_TEND should be opTEND
cmd/internal/obj/s390x/asmz.go:2331:2: don't use underscores in Go names; const op_THDER should be opTHDER
cmd/internal/obj/s390x/asmz.go:2332:2: don't use underscores in Go names; const op_THDR should be opTHDR
cmd/internal/obj/s390x/asmz.go:2333:2: don't use underscores in Go names; const op_TM should be opTM
cmd/internal/obj/s390x/asmz.go:2334:2: don't use underscores in Go names; const op_TMH should be opTMH
cmd/internal/obj/s390x/asmz.go:2335:2: don't use underscores in Go names; const op_TMHH should be opTMHH
cmd/internal/obj/s390x/asmz.go:2336:2: don't use underscores in Go names; const op_TMHL should be opTMHL
cmd/internal/obj/s390x/asmz.go:2337:2: don't use underscores in Go names; const op_TML should be opTML
cmd/internal/obj/s390x/asmz.go:2338:2: don't use underscores in Go names; const op_TMLH should be opTMLH
cmd/internal/obj/s390x/asmz.go:2339:2: don't use underscores in Go names; const op_TMLL should be opTMLL
cmd/internal/obj/s390x/asmz.go:2340:2: don't use underscores in Go names; const op_TMY should be opTMY
cmd/internal/obj/s390x/asmz.go:2341:2: don't use underscores in Go names; const op_TP should be opTP
cmd/internal/obj/s390x/asmz.go:2342:2: don't use underscores in Go names; const op_TPI should be opTPI
cmd/internal/obj/s390x/asmz.go:2343:2: don't use underscores in Go names; const op_TPROT should be opTPROT
cmd/internal/obj/s390x/asmz.go:2344:2: don't use underscores in Go names; const op_TR should be opTR
cmd/internal/obj/s390x/asmz.go:2345:2: don't use underscores in Go names; const op_TRACE should be opTRACE
cmd/internal/obj/s390x/asmz.go:2346:2: don't use underscores in Go names; const op_TRACG should be opTRACG
cmd/internal/obj/s390x/asmz.go:2347:2: don't use underscores in Go names; const op_TRAP2 should be opTRAP2
cmd/internal/obj/s390x/asmz.go:2348:2: don't use underscores in Go names; const op_TRAP4 should be opTRAP4
cmd/internal/obj/s390x/asmz.go:2349:2: don't use underscores in Go names; const op_TRE should be opTRE
cmd/internal/obj/s390x/asmz.go:2350:2: don't use underscores in Go names; const op_TROO should be opTROO
cmd/internal/obj/s390x/asmz.go:2351:2: don't use underscores in Go names; const op_TROT should be opTROT
cmd/internal/obj/s390x/asmz.go:2352:2: don't use underscores in Go names; const op_TRT should be opTRT
cmd/internal/obj/s390x/asmz.go:2353:2: don't use underscores in Go names; const op_TRTE should be opTRTE
cmd/internal/obj/s390x/asmz.go:2354:2: don't use underscores in Go names; const op_TRTO should be opTRTO
cmd/internal/obj/s390x/asmz.go:2355:2: don't use underscores in Go names; const op_TRTR should be opTRTR
cmd/internal/obj/s390x/asmz.go:2356:2: don't use underscores in Go names; const op_TRTRE should be opTRTRE
cmd/internal/obj/s390x/asmz.go:2357:2: don't use underscores in Go names; const op_TRTT should be opTRTT
cmd/internal/obj/s390x/asmz.go:2358:2: don't use underscores in Go names; const op_TS should be opTS
cmd/internal/obj/s390x/asmz.go:2359:2: don't use underscores in Go names; const op_TSCH should be opTSCH
cmd/internal/obj/s390x/asmz.go:2360:2: don't use underscores in Go names; const op_UNPK should be opUNPK
cmd/internal/obj/s390x/asmz.go:2361:2: don't use underscores in Go names; const op_UNPKA should be opUNPKA
cmd/internal/obj/s390x/asmz.go:2362:2: don't use underscores in Go names; const op_UNPKU should be opUNPKU
cmd/internal/obj/s390x/asmz.go:2363:2: don't use underscores in Go names; const op_UPT should be opUPT
cmd/internal/obj/s390x/asmz.go:2364:2: don't use underscores in Go names; const op_X should be opX
cmd/internal/obj/s390x/asmz.go:2365:2: don't use underscores in Go names; const op_XC should be opXC
cmd/internal/obj/s390x/asmz.go:2366:2: don't use underscores in Go names; const op_XG should be opXG
cmd/internal/obj/s390x/asmz.go:2367:2: don't use underscores in Go names; const op_XGR should be opXGR
cmd/internal/obj/s390x/asmz.go:2368:2: don't use underscores in Go names; const op_XGRK should be opXGRK
cmd/internal/obj/s390x/asmz.go:2369:2: don't use underscores in Go names; const op_XI should be opXI
cmd/internal/obj/s390x/asmz.go:2370:2: don't use underscores in Go names; const op_XIHF should be opXIHF
cmd/internal/obj/s390x/asmz.go:2371:2: don't use underscores in Go names; const op_XILF should be opXILF
cmd/internal/obj/s390x/asmz.go:2372:2: don't use underscores in Go names; const op_XIY should be opXIY
cmd/internal/obj/s390x/asmz.go:2373:2: don't use underscores in Go names; const op_XR should be opXR
cmd/internal/obj/s390x/asmz.go:2374:2: don't use underscores in Go names; const op_XRK should be opXRK
cmd/internal/obj/s390x/asmz.go:2375:2: don't use underscores in Go names; const op_XSCH should be opXSCH
cmd/internal/obj/s390x/asmz.go:2376:2: don't use underscores in Go names; const op_XY should be opXY
cmd/internal/obj/s390x/asmz.go:2377:2: don't use underscores in Go names; const op_ZAP should be opZAP
cmd/internal/obj/s390x/asmz.go:2380:2: don't use underscores in Go names; const op_CXPT should be opCXPT
cmd/internal/obj/s390x/asmz.go:2381:2: don't use underscores in Go names; const op_CDPT should be opCDPT
cmd/internal/obj/s390x/asmz.go:2382:2: don't use underscores in Go names; const op_CPXT should be opCPXT
cmd/internal/obj/s390x/asmz.go:2383:2: don't use underscores in Go names; const op_CPDT should be opCPDT
cmd/internal/obj/s390x/asmz.go:2384:2: don't use underscores in Go names; const op_LZRF should be opLZRF
cmd/internal/obj/s390x/asmz.go:2385:2: don't use underscores in Go names; const op_LZRG should be opLZRG
cmd/internal/obj/s390x/asmz.go:2386:2: don't use underscores in Go names; const op_LCCB should be opLCCB
cmd/internal/obj/s390x/asmz.go:2387:2: don't use underscores in Go names; const op_LOCHHI should be opLOCHHI
cmd/internal/obj/s390x/asmz.go:2388:2: don't use underscores in Go names; const op_LOCHI should be opLOCHI
cmd/internal/obj/s390x/asmz.go:2389:2: don't use underscores in Go names; const op_LOCGHI should be opLOCGHI
cmd/internal/obj/s390x/asmz.go:2390:2: don't use underscores in Go names; const op_LOCFH should be opLOCFH
cmd/internal/obj/s390x/asmz.go:2391:2: don't use underscores in Go names; const op_LOCFHR should be opLOCFHR
cmd/internal/obj/s390x/asmz.go:2392:2: don't use underscores in Go names; const op_LLZRGF should be opLLZRGF
cmd/internal/obj/s390x/asmz.go:2393:2: don't use underscores in Go names; const op_STOCFH should be opSTOCFH
cmd/internal/obj/s390x/asmz.go:2394:2: don't use underscores in Go names; const op_VA should be opVA
cmd/internal/obj/s390x/asmz.go:2395:2: don't use underscores in Go names; const op_VACC should be opVACC
cmd/internal/obj/s390x/asmz.go:2396:2: don't use underscores in Go names; const op_VAC should be opVAC
cmd/internal/obj/s390x/asmz.go:2397:2: don't use underscores in Go names; const op_VACCC should be opVACCC
cmd/internal/obj/s390x/asmz.go:2398:2: don't use underscores in Go names; const op_VN should be opVN
cmd/internal/obj/s390x/asmz.go:2399:2: don't use underscores in Go names; const op_VNC should be opVNC
cmd/internal/obj/s390x/asmz.go:2400:2: don't use underscores in Go names; const op_VAVG should be opVAVG
cmd/internal/obj/s390x/asmz.go:2401:2: don't use underscores in Go names; const op_VAVGL should be opVAVGL
cmd/internal/obj/s390x/asmz.go:2402:2: don't use underscores in Go names; const op_VCKSM should be opVCKSM
cmd/internal/obj/s390x/asmz.go:2403:2: don't use underscores in Go names; const op_VCEQ should be opVCEQ
cmd/internal/obj/s390x/asmz.go:2404:2: don't use underscores in Go names; const op_VCH should be opVCH
cmd/internal/obj/s390x/asmz.go:2405:2: don't use underscores in Go names; const op_VCHL should be opVCHL
cmd/internal/obj/s390x/asmz.go:2406:2: don't use underscores in Go names; const op_VCLZ should be opVCLZ
cmd/internal/obj/s390x/asmz.go:2407:2: don't use underscores in Go names; const op_VCTZ should be opVCTZ
cmd/internal/obj/s390x/asmz.go:2408:2: don't use underscores in Go names; const op_VEC should be opVEC
cmd/internal/obj/s390x/asmz.go:2409:2: don't use underscores in Go names; const op_VECL should be opVECL
cmd/internal/obj/s390x/asmz.go:2410:2: don't use underscores in Go names; const op_VERIM should be opVERIM
cmd/internal/obj/s390x/asmz.go:2411:2: don't use underscores in Go names; const op_VERLL should be opVERLL
cmd/internal/obj/s390x/asmz.go:2412:2: don't use underscores in Go names; const op_VERLLV should be opVERLLV
cmd/internal/obj/s390x/asmz.go:2413:2: don't use underscores in Go names; const op_VESLV should be opVESLV
cmd/internal/obj/s390x/asmz.go:2414:2: don't use underscores in Go names; const op_VESL should be opVESL
cmd/internal/obj/s390x/asmz.go:2415:2: don't use underscores in Go names; const op_VESRA should be opVESRA
cmd/internal/obj/s390x/asmz.go:2416:2: don't use underscores in Go names; const op_VESRAV should be opVESRAV
cmd/internal/obj/s390x/asmz.go:2417:2: don't use underscores in Go names; const op_VESRL should be opVESRL
cmd/internal/obj/s390x/asmz.go:2418:2: don't use underscores in Go names; const op_VESRLV should be opVESRLV
cmd/internal/obj/s390x/asmz.go:2419:2: don't use underscores in Go names; const op_VX should be opVX
cmd/internal/obj/s390x/asmz.go:2420:2: don't use underscores in Go names; const op_VFAE should be opVFAE
cmd/internal/obj/s390x/asmz.go:2421:2: don't use underscores in Go names; const op_VFEE should be opVFEE
cmd/internal/obj/s390x/asmz.go:2422:2: don't use underscores in Go names; const op_VFENE should be opVFENE
cmd/internal/obj/s390x/asmz.go:2423:2: don't use underscores in Go names; const op_VFA should be opVFA
cmd/internal/obj/s390x/asmz.go:2424:2: don't use underscores in Go names; const op_WFK should be opWFK
cmd/internal/obj/s390x/asmz.go:2425:2: don't use underscores in Go names; const op_VFCE should be opVFCE
cmd/internal/obj/s390x/asmz.go:2426:2: don't use underscores in Go names; const op_VFCH should be opVFCH
cmd/internal/obj/s390x/asmz.go:2427:2: don't use underscores in Go names; const op_VFCHE should be opVFCHE
cmd/internal/obj/s390x/asmz.go:2428:2: don't use underscores in Go names; const op_WFC should be opWFC
cmd/internal/obj/s390x/asmz.go:2429:2: don't use underscores in Go names; const op_VCDG should be opVCDG
cmd/internal/obj/s390x/asmz.go:2430:2: don't use underscores in Go names; const op_VCDLG should be opVCDLG
cmd/internal/obj/s390x/asmz.go:2431:2: don't use underscores in Go names; const op_VCGD should be opVCGD
cmd/internal/obj/s390x/asmz.go:2432:2: don't use underscores in Go names; const op_VCLGD should be opVCLGD
cmd/internal/obj/s390x/asmz.go:2433:2: don't use underscores in Go names; const op_VFD should be opVFD
cmd/internal/obj/s390x/asmz.go:2434:2: don't use underscores in Go names; const op_VLDE should be opVLDE
cmd/internal/obj/s390x/asmz.go:2435:2: don't use underscores in Go names; const op_VLED should be opVLED
cmd/internal/obj/s390x/asmz.go:2436:2: don't use underscores in Go names; const op_VFM should be opVFM
cmd/internal/obj/s390x/asmz.go:2437:2: don't use underscores in Go names; const op_VFMA should be opVFMA
cmd/internal/obj/s390x/asmz.go:2438:2: don't use underscores in Go names; const op_VFMS should be opVFMS
cmd/internal/obj/s390x/asmz.go:2439:2: don't use underscores in Go names; const op_VFPSO should be opVFPSO
cmd/internal/obj/s390x/asmz.go:2440:2: don't use underscores in Go names; const op_VFSQ should be opVFSQ
cmd/internal/obj/s390x/asmz.go:2441:2: don't use underscores in Go names; const op_VFS should be opVFS
cmd/internal/obj/s390x/asmz.go:2442:2: don't use underscores in Go names; const op_VFTCI should be opVFTCI
cmd/internal/obj/s390x/asmz.go:2443:2: don't use underscores in Go names; const op_VGFM should be opVGFM
cmd/internal/obj/s390x/asmz.go:2444:2: don't use underscores in Go names; const op_VGFMA should be opVGFMA
cmd/internal/obj/s390x/asmz.go:2445:2: don't use underscores in Go names; const op_VGEF should be opVGEF
cmd/internal/obj/s390x/asmz.go:2446:2: don't use underscores in Go names; const op_VGEG should be opVGEG
cmd/internal/obj/s390x/asmz.go:2447:2: don't use underscores in Go names; const op_VGBM should be opVGBM
cmd/internal/obj/s390x/asmz.go:2448:2: don't use underscores in Go names; const op_VGM should be opVGM
cmd/internal/obj/s390x/asmz.go:2449:2: don't use underscores in Go names; const op_VISTR should be opVISTR
cmd/internal/obj/s390x/asmz.go:2450:2: don't use underscores in Go names; const op_VL should be opVL
cmd/internal/obj/s390x/asmz.go:2451:2: don't use underscores in Go names; const op_VLR should be opVLR
cmd/internal/obj/s390x/asmz.go:2452:2: don't use underscores in Go names; const op_VLREP should be opVLREP
cmd/internal/obj/s390x/asmz.go:2453:2: don't use underscores in Go names; const op_VLC should be opVLC
cmd/internal/obj/s390x/asmz.go:2454:2: don't use underscores in Go names; const op_VLEH should be opVLEH
cmd/internal/obj/s390x/asmz.go:2455:2: don't use underscores in Go names; const op_VLEF should be opVLEF
cmd/internal/obj/s390x/asmz.go:2456:2: don't use underscores in Go names; const op_VLEG should be opVLEG
cmd/internal/obj/s390x/asmz.go:2457:2: don't use underscores in Go names; const op_VLEB should be opVLEB
cmd/internal/obj/s390x/asmz.go:2458:2: don't use underscores in Go names; const op_VLEIH should be opVLEIH
cmd/internal/obj/s390x/asmz.go:2459:2: don't use underscores in Go names; const op_VLEIF should be opVLEIF
cmd/internal/obj/s390x/asmz.go:2460:2: don't use underscores in Go names; const op_VLEIG should be opVLEIG
cmd/internal/obj/s390x/asmz.go:2461:2: don't use underscores in Go names; const op_VLEIB should be opVLEIB
cmd/internal/obj/s390x/asmz.go:2462:2: don't use underscores in Go names; const op_VFI should be opVFI
cmd/internal/obj/s390x/asmz.go:2463:2: don't use underscores in Go names; const op_VLGV should be opVLGV
cmd/internal/obj/s390x/asmz.go:2464:2: don't use underscores in Go names; const op_VLLEZ should be opVLLEZ
cmd/internal/obj/s390x/asmz.go:2465:2: don't use underscores in Go names; const op_VLM should be opVLM
cmd/internal/obj/s390x/asmz.go:2466:2: don't use underscores in Go names; const op_VLP should be opVLP
cmd/internal/obj/s390x/asmz.go:2467:2: don't use underscores in Go names; const op_VLBB should be opVLBB
cmd/internal/obj/s390x/asmz.go:2468:2: don't use underscores in Go names; const op_VLVG should be opVLVG
cmd/internal/obj/s390x/asmz.go:2469:2: don't use underscores in Go names; const op_VLVGP should be opVLVGP
cmd/internal/obj/s390x/asmz.go:2470:2: don't use underscores in Go names; const op_VLL should be opVLL
cmd/internal/obj/s390x/asmz.go:2471:2: don't use underscores in Go names; const op_VMX should be opVMX
cmd/internal/obj/s390x/asmz.go:2472:2: don't use underscores in Go names; const op_VMXL should be opVMXL
cmd/internal/obj/s390x/asmz.go:2473:2: don't use underscores in Go names; const op_VMRH should be opVMRH
cmd/internal/obj/s390x/asmz.go:2474:2: don't use underscores in Go names; const op_VMRL should be opVMRL
cmd/internal/obj/s390x/asmz.go:2475:2: don't use underscores in Go names; const op_VMN should be opVMN
cmd/internal/obj/s390x/asmz.go:2476:2: don't use underscores in Go names; const op_VMNL should be opVMNL
cmd/internal/obj/s390x/asmz.go:2477:2: don't use underscores in Go names; const op_VMAE should be opVMAE
cmd/internal/obj/s390x/asmz.go:2478:2: don't use underscores in Go names; const op_VMAH should be opVMAH
cmd/internal/obj/s390x/asmz.go:2479:2: don't use underscores in Go names; const op_VMALE should be opVMALE
cmd/internal/obj/s390x/asmz.go:2480:2: don't use underscores in Go names; const op_VMALH should be opVMALH
cmd/internal/obj/s390x/asmz.go:2481:2: don't use underscores in Go names; const op_VMALO should be opVMALO
cmd/internal/obj/s390x/asmz.go:2482:2: don't use underscores in Go names; const op_VMAL should be opVMAL
cmd/internal/obj/s390x/asmz.go:2483:2: don't use underscores in Go names; const op_VMAO should be opVMAO
cmd/internal/obj/s390x/asmz.go:2484:2: don't use underscores in Go names; const op_VME should be opVME
cmd/internal/obj/s390x/asmz.go:2485:2: don't use underscores in Go names; const op_VMH should be opVMH
cmd/internal/obj/s390x/asmz.go:2486:2: don't use underscores in Go names; const op_VMLE should be opVMLE
cmd/internal/obj/s390x/asmz.go:2487:2: don't use underscores in Go names; const op_VMLH should be opVMLH
cmd/internal/obj/s390x/asmz.go:2488:2: don't use underscores in Go names; const op_VMLO should be opVMLO
cmd/internal/obj/s390x/asmz.go:2489:2: don't use underscores in Go names; const op_VML should be opVML
cmd/internal/obj/s390x/asmz.go:2490:2: don't use underscores in Go names; const op_VMO should be opVMO
cmd/internal/obj/s390x/asmz.go:2491:2: don't use underscores in Go names; const op_VNO should be opVNO
cmd/internal/obj/s390x/asmz.go:2492:2: don't use underscores in Go names; const op_VO should be opVO
cmd/internal/obj/s390x/asmz.go:2493:2: don't use underscores in Go names; const op_VPK should be opVPK
cmd/internal/obj/s390x/asmz.go:2494:2: don't use underscores in Go names; const op_VPKLS should be opVPKLS
cmd/internal/obj/s390x/asmz.go:2495:2: don't use underscores in Go names; const op_VPKS should be opVPKS
cmd/internal/obj/s390x/asmz.go:2496:2: don't use underscores in Go names; const op_VPERM should be opVPERM
cmd/internal/obj/s390x/asmz.go:2497:2: don't use underscores in Go names; const op_VPDI should be opVPDI
cmd/internal/obj/s390x/asmz.go:2498:2: don't use underscores in Go names; const op_VPOPCT should be opVPOPCT
cmd/internal/obj/s390x/asmz.go:2499:2: don't use underscores in Go names; const op_VREP should be opVREP
cmd/internal/obj/s390x/asmz.go:2500:2: don't use underscores in Go names; const op_VREPI should be opVREPI
cmd/internal/obj/s390x/asmz.go:2501:2: don't use underscores in Go names; const op_VSCEF should be opVSCEF
cmd/internal/obj/s390x/asmz.go:2502:2: don't use underscores in Go names; const op_VSCEG should be opVSCEG
cmd/internal/obj/s390x/asmz.go:2503:2: don't use underscores in Go names; const op_VSEL should be opVSEL
cmd/internal/obj/s390x/asmz.go:2504:2: don't use underscores in Go names; const op_VSL should be opVSL
cmd/internal/obj/s390x/asmz.go:2505:2: don't use underscores in Go names; const op_VSLB should be opVSLB
cmd/internal/obj/s390x/asmz.go:2506:2: don't use underscores in Go names; const op_VSLDB should be opVSLDB
cmd/internal/obj/s390x/asmz.go:2507:2: don't use underscores in Go names; const op_VSRA should be opVSRA
cmd/internal/obj/s390x/asmz.go:2508:2: don't use underscores in Go names; const op_VSRAB should be opVSRAB
cmd/internal/obj/s390x/asmz.go:2509:2: don't use underscores in Go names; const op_VSRL should be opVSRL
cmd/internal/obj/s390x/asmz.go:2510:2: don't use underscores in Go names; const op_VSRLB should be opVSRLB
cmd/internal/obj/s390x/asmz.go:2511:2: don't use underscores in Go names; const op_VSEG should be opVSEG
cmd/internal/obj/s390x/asmz.go:2512:2: don't use underscores in Go names; const op_VST should be opVST
cmd/internal/obj/s390x/asmz.go:2513:2: don't use underscores in Go names; const op_VSTEH should be opVSTEH
cmd/internal/obj/s390x/asmz.go:2514:2: don't use underscores in Go names; const op_VSTEF should be opVSTEF
cmd/internal/obj/s390x/asmz.go:2515:2: don't use underscores in Go names; const op_VSTEG should be opVSTEG
cmd/internal/obj/s390x/asmz.go:2516:2: don't use underscores in Go names; const op_VSTEB should be opVSTEB
cmd/internal/obj/s390x/asmz.go:2517:2: don't use underscores in Go names; const op_VSTM should be opVSTM
cmd/internal/obj/s390x/asmz.go:2518:2: don't use underscores in Go names; const op_VSTL should be opVSTL
cmd/internal/obj/s390x/asmz.go:2519:2: don't use underscores in Go names; const op_VSTRC should be opVSTRC
cmd/internal/obj/s390x/asmz.go:2520:2: don't use underscores in Go names; const op_VS should be opVS
cmd/internal/obj/s390x/asmz.go:2521:2: don't use underscores in Go names; const op_VSCBI should be opVSCBI
cmd/internal/obj/s390x/asmz.go:2522:2: don't use underscores in Go names; const op_VSBCBI should be opVSBCBI
cmd/internal/obj/s390x/asmz.go:2523:2: don't use underscores in Go names; const op_VSBI should be opVSBI
cmd/internal/obj/s390x/asmz.go:2524:2: don't use underscores in Go names; const op_VSUMG should be opVSUMG
cmd/internal/obj/s390x/asmz.go:2525:2: don't use underscores in Go names; const op_VSUMQ should be opVSUMQ
cmd/internal/obj/s390x/asmz.go:2526:2: don't use underscores in Go names; const op_VSUM should be opVSUM
cmd/internal/obj/s390x/asmz.go:2527:2: don't use underscores in Go names; const op_VTM should be opVTM
cmd/internal/obj/s390x/asmz.go:2528:2: don't use underscores in Go names; const op_VUPH should be opVUPH
cmd/internal/obj/s390x/asmz.go:2529:2: don't use underscores in Go names; const op_VUPLH should be opVUPLH
cmd/internal/obj/s390x/asmz.go:2530:2: don't use underscores in Go names; const op_VUPLL should be opVUPLL
cmd/internal/obj/s390x/asmz.go:2531:2: don't use underscores in Go names; const op_VUPL should be opVUPL
cmd/internal/obj/s390x/asmz.go:2532:2: don't use underscores in Go names; const op_VMSL should be opVMSL
cmd/internal/obj/s390x/asmz.go:3011:4: should replace d -= 1 with d--
cmd/internal/obj/s390x/asmz.go:3434:5: should replace i2 -= 1 with i2--
cmd/internal/obj/s390x/asmz.go:3454:5: should replace i2 -= 1 with i2--
cmd/internal/obj/s390x/asmz.go:3470:5: should replace i2 -= 1 with i2--
cmd/internal/obj/s390x/asmz.go:4352:14: don't use underscores in Go names; func parameter r1_m1 should be r1M1
cmd/internal/obj/s390x/asmz.go:4352:21: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2
cmd/internal/obj/s390x/asmz.go:4371:27: don't use underscores in Go names; func parameter r2_m3_r3 should be r2M3R3
cmd/internal/obj/s390x/asmz.go:4371:37: don't use underscores in Go names; func parameter i2_ri4_ri2 should be i2Ri4Ri2
cmd/internal/obj/s390x/asmz.go:4371:61: don't use underscores in Go names; func parameter i2_i5 should be i2I5
cmd/internal/obj/s390x/asmz.go:4391:23: don't use underscores in Go names; func parameter r1_m1 should be r1M1
cmd/internal/obj/s390x/asmz.go:4391:30: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2
cmd/internal/obj/s390x/asmz.go:4434:15: don't use underscores in Go names; func parameter r3_m3 should be r3M3
cmd/internal/obj/s390x/asmz.go:4452:18: don't use underscores in Go names; func parameter r3_m3 should be r3M3
cmd/internal/obj/s390x/asmz.go:4477:19: don't use underscores in Go names; func parameter r3_m3 should be r3M3
cmd/internal/obj/s390x/asmz.go:4488:14: don't use underscores in Go names; func parameter r1_m1 should be r1M1
cmd/internal/obj/s390x/asmz.go:4516:15: don't use underscores in Go names; func parameter r1_m1 should be r1M1
cmd/internal/obj/s390x/asmz.go:4584:22: don't use underscores in Go names; func parameter l1_r1 should be l1R1
cmd/internal/obj/s390x/asmz.go:4584:29: don't use underscores in Go names; func parameter l2_i3_r3 should be l2I3R3
cmd/internal/obj/s390x/asmz.go:4584:39: don't use underscores in Go names; func parameter b1_b2 should be b1B2
cmd/internal/obj/s390x/asmz.go:4584:46: don't use underscores in Go names; func parameter d1_d2 should be d1D2
cmd/internal/obj/s390x/asmz.go:4584:53: don't use underscores in Go names; func parameter b2_b4 should be b2B4
cmd/internal/obj/s390x/asmz.go:4584:60: don't use underscores in Go names; func parameter d2_d4 should be d2D4
cmd/internal/obj/s390x/asmz.go:4660:19: don't use underscores in Go names; func parameter v3_r3 should be v3R3
cmd/internal/obj/s390x/listz.go:65:1: exported function DRconv should have comment or be unexported
cmd/internal/obj/s390x/objz.go:729:5: exported var Links390x should have comment or be unexported
cmd/internal/obj/wasm/a.out.go:12:2: comment on exported const DONE should be of the form "DONE ..."
cmd/internal/obj/wasm/a.out.go:14:2: exported const PRESERVEFLAGS should have comment (or a comment on this block) or be unexported
cmd/internal/obj/wasm/a.out.go:234:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:234:2: exported const REG_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/wasm/a.out.go:238:2: comment on exported const REG_PC_F should be of the form "REG_PC_F ..."
cmd/internal/obj/wasm/a.out.go:239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:240:2: exported const REG_PC_B should have comment (or a comment on this block) or be unexported
cmd/internal/obj/wasm/a.out.go:241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:242:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:243:2: don't use underscores in Go names; const REG_g should be REGG
cmd/internal/obj/wasm/a.out.go:244:2: comment on exported const REG_RET0 should be of the form "REG_RET0 ..."
cmd/internal/obj/wasm/a.out.go:245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:246:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:251:2: comment on exported const REG_R0 should be of the form "REG_R0 ..."
cmd/internal/obj/wasm/a.out.go:252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:258:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:266:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:274:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:278:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:279:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:280:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:281:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:282:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/a.out.go:283:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/wasm/wasmobj.go:18:5: exported var Register should have comment or be unexported
cmd/internal/obj/wasm/wasmobj.go:102:5: exported var Linkwasm should have comment or be unexported
cmd/internal/obj/wasm/wasmobj.go:120:2: comment on exported const WasmImport should be of the form "WasmImport ..."
cmd/internal/obj/x86/a.out.go:36:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:36:2: exported const REG_NONE should have comment (or a comment on this block) or be unexported
cmd/internal/obj/x86/a.out.go:40:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:40:2: exported const REG_AL should have comment (or a comment on this block) or be unexported
cmd/internal/obj/x86/a.out.go:41:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:42:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:43:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:44:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:238:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:242:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:244:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:246:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:250:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:258:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:274:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:275:2: don't use underscores in Go names; const T_64 should be T64
cmd/internal/obj/x86/a.out.go:276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/obj/x86/a.out.go:279:1: comment on exported var AMD64DWARFRegisters should be of the form "AMD64DWARFRegisters ..."
cmd/internal/obj/x86/a.out.go:375:1: comment on exported var X86DWARFRegisters should be of the form "X86DWARFRegisters ..."
cmd/internal/obj/x86/asm6.go:88:6: exported type Optab should have comment or be unexported
cmd/internal/obj/x86/asm6.go:95:6: exported type Movtab should have comment or be unexported
cmd/internal/obj/x86/asm6.go:105:2: exported const Yxxx should have comment (or a comment on this block) or be unexported
cmd/internal/obj/x86/asm6.go:199:2: exported const Zxxx should have comment (or a comment on this block) or be unexported
cmd/internal/obj/x86/asm6.go:201:2: don't use underscores in Go names; const Zlitm_r should be ZlitmR
cmd/internal/obj/x86/asm6.go:202:2: don't use underscores in Go names; const Zlitr_m should be ZlitrM
cmd/internal/obj/x86/asm6.go:203:2: don't use underscores in Go names; const Zlit_m_r should be ZlitMR
cmd/internal/obj/x86/asm6.go:204:2: don't use underscores in Go names; const Z_rp should be ZRp
cmd/internal/obj/x86/asm6.go:211:2: don't use underscores in Go names; const Zib_ should be Zib
cmd/internal/obj/x86/asm6.go:212:2: don't use underscores in Go names; const Zib_rp should be ZibRp
cmd/internal/obj/x86/asm6.go:213:2: don't use underscores in Go names; const Zibo_m should be ZiboM
cmd/internal/obj/x86/asm6.go:214:2: don't use underscores in Go names; const Zibo_m_xm should be ZiboMXm
cmd/internal/obj/x86/asm6.go:215:2: don't use underscores in Go names; const Zil_ should be Zil
cmd/internal/obj/x86/asm6.go:216:2: don't use underscores in Go names; const Zil_rp should be ZilRp
cmd/internal/obj/x86/asm6.go:217:2: don't use underscores in Go names; const Ziq_rp should be ZiqRp
cmd/internal/obj/x86/asm6.go:218:2: don't use underscores in Go names; const Zilo_m should be ZiloM
cmd/internal/obj/x86/asm6.go:222:2: don't use underscores in Go names; const Zo_iw should be ZoIw
cmd/internal/obj/x86/asm6.go:223:2: don't use underscores in Go names; const Zm_o should be ZmO
cmd/internal/obj/x86/asm6.go:224:2: don't use underscores in Go names; const Zm_r should be ZmR
cmd/internal/obj/x86/asm6.go:225:2: don't use underscores in Go names; const Z_m_r should be ZMR
cmd/internal/obj/x86/asm6.go:226:2: don't use underscores in Go names; const Zm2_r should be Zm2R
cmd/internal/obj/x86/asm6.go:227:2: don't use underscores in Go names; const Zm_r_xm should be ZmRXm
cmd/internal/obj/x86/asm6.go:228:2: don't use underscores in Go names; const Zm_r_i_xm should be ZmRIXm
cmd/internal/obj/x86/asm6.go:229:2: don't use underscores in Go names; const Zm_r_xm_nr should be ZmRXmNr
cmd/internal/obj/x86/asm6.go:230:2: don't use underscores in Go names; const Zr_m_xm_nr should be ZrMXmNr
cmd/internal/obj/x86/asm6.go:231:2: don't use underscores in Go names; const Zibm_r should be ZibmR
cmd/internal/obj/x86/asm6.go:232:2: don't use underscores in Go names; const Zibr_m should be ZibrM
cmd/internal/obj/x86/asm6.go:233:2: don't use underscores in Go names; const Zmb_r should be ZmbR
cmd/internal/obj/x86/asm6.go:234:2: don't use underscores in Go names; const Zaut_r should be ZautR
cmd/internal/obj/x86/asm6.go:235:2: don't use underscores in Go names; const Zo_m should be ZoM
cmd/internal/obj/x86/asm6.go:236:2: don't use underscores in Go names; const Zo_m64 should be ZoM64
cmd/internal/obj/x86/asm6.go:238:2: don't use underscores in Go names; const Zr_m should be ZrM
cmd/internal/obj/x86/asm6.go:239:2: don't use underscores in Go names; const Zr_m_xm should be ZrMXm
cmd/internal/obj/x86/asm6.go:240:2: don't use underscores in Go names; const Zrp_ should be Zrp
cmd/internal/obj/x86/asm6.go:241:2: don't use underscores in Go names; const Z_ib should be ZIb
cmd/internal/obj/x86/asm6.go:242:2: don't use underscores in Go names; const Z_il should be ZIl
cmd/internal/obj/x86/asm6.go:243:2: don't use underscores in Go names; const Zm_ibo should be ZmIbo
cmd/internal/obj/x86/asm6.go:244:2: don't use underscores in Go names; const Zm_ilo should be ZmIlo
cmd/internal/obj/x86/asm6.go:245:2: don't use underscores in Go names; const Zib_rr should be ZibRr
cmd/internal/obj/x86/asm6.go:246:2: don't use underscores in Go names; const Zil_rr should be ZilRr
cmd/internal/obj/x86/asm6.go:249:2: don't use underscores in Go names; const Zvex_rm_v_r should be ZvexRmVR
cmd/internal/obj/x86/asm6.go:250:2: don't use underscores in Go names; const Zvex_rm_v_ro should be ZvexRmVRo
cmd/internal/obj/x86/asm6.go:251:2: don't use underscores in Go names; const Zvex_r_v_rm should be ZvexRVRm
cmd/internal/obj/x86/asm6.go:252:2: don't use underscores in Go names; const Zvex_i_rm_vo should be ZvexIRmVo
cmd/internal/obj/x86/asm6.go:253:2: don't use underscores in Go names; const Zvex_v_rm_r should be ZvexVRmR
cmd/internal/obj/x86/asm6.go:254:2: don't use underscores in Go names; const Zvex_i_rm_r should be ZvexIRmR
cmd/internal/obj/x86/asm6.go:255:2: don't use underscores in Go names; const Zvex_i_r_v should be ZvexIRV
cmd/internal/obj/x86/asm6.go:256:2: don't use underscores in Go names; const Zvex_i_rm_v_r should be ZvexIRmVR
cmd/internal/obj/x86/asm6.go:258:2: don't use underscores in Go names; const Zvex_rm_r_vo should be ZvexRmRVo
cmd/internal/obj/x86/asm6.go:259:2: don't use underscores in Go names; const Zvex_i_r_rm should be ZvexIRRm
cmd/internal/obj/x86/asm6.go:260:2: don't use underscores in Go names; const Zvex_hr_rm_v_r should be ZvexHrRmVR
cmd/internal/obj/x86/asm6.go:262:2: don't use underscores in Go names; const Zevex_first should be ZevexFirst
cmd/internal/obj/x86/asm6.go:263:2: don't use underscores in Go names; const Zevex_i_r_k_rm should be ZevexIRKRm
cmd/internal/obj/x86/asm6.go:264:2: don't use underscores in Go names; const Zevex_i_r_rm should be ZevexIRRm
cmd/internal/obj/x86/asm6.go:265:2: don't use underscores in Go names; const Zevex_i_rm_k_r should be ZevexIRmKR
cmd/internal/obj/x86/asm6.go:266:2: don't use underscores in Go names; const Zevex_i_rm_k_vo should be ZevexIRmKVo
cmd/internal/obj/x86/asm6.go:267:2: don't use underscores in Go names; const Zevex_i_rm_r should be ZevexIRmR
cmd/internal/obj/x86/asm6.go:268:2: don't use underscores in Go names; const Zevex_i_rm_v_k_r should be ZevexIRmVKR
cmd/internal/obj/x86/asm6.go:269:2: don't use underscores in Go names; const Zevex_i_rm_v_r should be ZevexIRmVR
cmd/internal/obj/x86/asm6.go:270:2: don't use underscores in Go names; const Zevex_i_rm_vo should be ZevexIRmVo
cmd/internal/obj/x86/asm6.go:271:2: don't use underscores in Go names; const Zevex_k_rmo should be ZevexKRmo
cmd/internal/obj/x86/asm6.go:272:2: don't use underscores in Go names; const Zevex_r_k_rm should be ZevexRKRm
cmd/internal/obj/x86/asm6.go:273:2: don't use underscores in Go names; const Zevex_r_v_k_rm should be ZevexRVKRm
cmd/internal/obj/x86/asm6.go:274:2: don't use underscores in Go names; const Zevex_r_v_rm should be ZevexRVRm
cmd/internal/obj/x86/asm6.go:275:2: don't use underscores in Go names; const Zevex_rm_k_r should be ZevexRmKR
cmd/internal/obj/x86/asm6.go:276:2: don't use underscores in Go names; const Zevex_rm_v_k_r should be ZevexRmVKR
cmd/internal/obj/x86/asm6.go:277:2: don't use underscores in Go names; const Zevex_rm_v_r should be ZevexRmVR
cmd/internal/obj/x86/asm6.go:278:2: don't use underscores in Go names; const Zevex_last should be ZevexLast
cmd/internal/obj/x86/asm6.go:284:2: exported const Px should have comment (or a comment on this block) or be unexported
cmd/internal/obj/x86/asm6.go:503:5: don't use underscores in Go names; var ym_rl should be ymRl
cmd/internal/obj/x86/asm6.go:507:5: don't use underscores in Go names; var yrl_m should be yrlM
cmd/internal/obj/x86/asm6.go:511:5: don't use underscores in Go names; var ymb_rl should be ymbRl
cmd/internal/obj/x86/asm6.go:515:5: don't use underscores in Go names; var yml_rl should be ymlRl
cmd/internal/obj/x86/asm6.go:519:5: don't use underscores in Go names; var yrl_ml should be yrlMl
cmd/internal/obj/x86/asm6.go:523:5: don't use underscores in Go names; var yml_mb should be ymlMb
cmd/internal/obj/x86/asm6.go:528:5: don't use underscores in Go names; var yrb_mb should be yrbMb
cmd/internal/obj/x86/asm6.go:681:5: don't use underscores in Go names; var ysvrs_mo should be ysvrsMo
cmd/internal/obj/x86/asm6.go:686:5: don't use underscores in Go names; var ysvrs_om should be ysvrsOm
cmd/internal/obj/x86/asm6.go:699:5: don't use underscores in Go names; var yxm_q4 should be yxmQ4
cmd/internal/obj/x86/asm6.go:717:5: don't use underscores in Go names; var yxr_ml should be yxrMl
cmd/internal/obj/x86/asm6.go:725:5: don't use underscores in Go names; var ymr_ml should be ymrMl
cmd/internal/obj/x86/list6.go:38:5: exported var Register should have comment or be unexported
cmd/internal/obj/x86/obj6.go:42:1: exported function CanUse1InsnTLS should have comment or be unexported
cmd/internal/obj/x86/obj6.go:977:6: don't use underscores in Go names; func indir_cx should be indirCx
cmd/internal/obj/x86/obj6.go:995:6: don't use underscores in Go names; func load_g_cx should be loadGCx
cmd/internal/obj/x86/obj6.go:1276:5: exported var Linkamd64 should have comment or be unexported
cmd/internal/obj/x86/obj6.go:1286:5: exported var Linkamd64p32 should have comment or be unexported
cmd/internal/obj/x86/obj6.go:1296:5: exported var Link386 should have comment or be unexported
cmd/internal/objabi/autotype.go:35:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/autotype.go:36:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/autotype.go:37:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/doc.go:14:1: package comment should be of the form "Package objabi ..."
cmd/internal/objabi/flag.go:18:1: exported function Flagcount should have comment or be unexported
cmd/internal/objabi/flag.go:22:1: exported function Flagfn1 should have comment or be unexported
cmd/internal/objabi/flag.go:26:1: exported function Flagprint should have comment or be unexported
cmd/internal/objabi/flag.go:31:1: exported function Flagparse should have comment or be unexported
cmd/internal/objabi/flag.go:73:1: exported function AddVersionFlag should have comment or be unexported
cmd/internal/objabi/funcdata.go:14:2: don't use underscores in Go names; const PCDATA_StackMapIndex should be PCDATAStackMapIndex
cmd/internal/objabi/funcdata.go:14:2: exported const PCDATA_StackMapIndex should have comment (or a comment on this block) or be unexported
cmd/internal/objabi/funcdata.go:15:2: don't use underscores in Go names; const PCDATA_InlTreeIndex should be PCDATAInlTreeIndex
cmd/internal/objabi/funcdata.go:16:2: don't use underscores in Go names; const PCDATA_RegMapIndex should be PCDATARegMapIndex
cmd/internal/objabi/funcdata.go:17:2: don't use underscores in Go names; const FUNCDATA_ArgsPointerMaps should be FUNCDATAArgsPointerMaps
cmd/internal/objabi/funcdata.go:18:2: don't use underscores in Go names; const FUNCDATA_LocalsPointerMaps should be FUNCDATALocalsPointerMaps
cmd/internal/objabi/funcdata.go:19:2: don't use underscores in Go names; const FUNCDATA_InlTree should be FUNCDATAInlTree
cmd/internal/objabi/funcdata.go:20:2: don't use underscores in Go names; const FUNCDATA_RegPointerMaps should be FUNCDATARegPointerMaps
cmd/internal/objabi/funcid.go:15:2: don't use underscores in Go names; const FuncID_normal should be FuncIDNormal
cmd/internal/objabi/funcid.go:15:2: exported const FuncID_normal should have comment (or a comment on this block) or be unexported
cmd/internal/objabi/funcid.go:16:2: don't use underscores in Go names; const FuncID_runtime_main should be FuncIDRuntimeMain
cmd/internal/objabi/funcid.go:17:2: don't use underscores in Go names; const FuncID_goexit should be FuncIDGoexit
cmd/internal/objabi/funcid.go:18:2: don't use underscores in Go names; const FuncID_jmpdefer should be FuncIDJmpdefer
cmd/internal/objabi/funcid.go:19:2: don't use underscores in Go names; const FuncID_mcall should be FuncIDMcall
cmd/internal/objabi/funcid.go:20:2: don't use underscores in Go names; const FuncID_morestack should be FuncIDMorestack
cmd/internal/objabi/funcid.go:21:2: don't use underscores in Go names; const FuncID_mstart should be FuncIDMstart
cmd/internal/objabi/funcid.go:22:2: don't use underscores in Go names; const FuncID_rt0_go should be FuncIDRt0Go
cmd/internal/objabi/funcid.go:23:2: don't use underscores in Go names; const FuncID_asmcgocall should be FuncIDAsmcgocall
cmd/internal/objabi/funcid.go:24:2: don't use underscores in Go names; const FuncID_sigpanic should be FuncIDSigpanic
cmd/internal/objabi/funcid.go:25:2: don't use underscores in Go names; const FuncID_runfinq should be FuncIDRunfinq
cmd/internal/objabi/funcid.go:26:2: don't use underscores in Go names; const FuncID_gcBgMarkWorker should be FuncIDGcBgMarkWorker
cmd/internal/objabi/funcid.go:27:2: don't use underscores in Go names; const FuncID_systemstack_switch should be FuncIDSystemstackSwitch
cmd/internal/objabi/funcid.go:28:2: don't use underscores in Go names; const FuncID_systemstack should be FuncIDSystemstack
cmd/internal/objabi/funcid.go:29:2: don't use underscores in Go names; const FuncID_cgocallback_gofunc should be FuncIDCgocallbackGofunc
cmd/internal/objabi/funcid.go:30:2: don't use underscores in Go names; const FuncID_gogo should be FuncIDGogo
cmd/internal/objabi/funcid.go:31:2: don't use underscores in Go names; const FuncID_externalthreadhandler should be FuncIDExternalthreadhandler
cmd/internal/objabi/funcid.go:32:2: don't use underscores in Go names; const FuncID_debugCallV1 should be FuncIDDebugCallV1
cmd/internal/objabi/head.go:39:2: exported const Hunknown should have comment (or a comment on this block) or be unexported
cmd/internal/objabi/head.go:53:1: exported method HeadType.Set should have comment or be unexported
cmd/internal/objabi/reloctype.go:33:6: exported type RelocType should have comment or be unexported
cmd/internal/objabi/reloctype.go:37:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:43:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:46:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/reloctype.go:198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objabi/stack.go:10:2: exported const STACKSYSTEM should have comment (or a comment on this block) or be unexported
cmd/internal/objabi/stack.go:19:2: exported const StackPreempt should have comment (or a comment on this block) or be unexported
cmd/internal/objabi/typekind.go:11:2: exported const KindBool should have comment (or a comment on this block) or be unexported
cmd/internal/objabi/util.go:24:2: exported var GOROOT should have comment or be unexported
cmd/internal/objabi/util.go:66:1: exported function Getgoextlinkenabled should have comment or be unexported
cmd/internal/objabi/util.go:78:1: exported function Framepointer_enabled should have comment or be unexported
cmd/internal/objabi/util.go:78:6: don't use underscores in Go names; func Framepointer_enabled should be FramepointerEnabled
cmd/internal/objabi/util.go:104:2: don't use underscores in Go names; var framepointer_enabled should be framepointerEnabled
cmd/internal/objabi/util.go:104:27: should omit type int from declaration of var framepointer_enabled; it will be inferred from the right-hand side
cmd/internal/objabi/util.go:105:2: don't use underscores in Go names; var Fieldtrack_enabled should be FieldtrackEnabled
cmd/internal/objabi/util.go:105:2: exported var Fieldtrack_enabled should have comment or be unexported
cmd/internal/objabi/util.go:106:2: don't use underscores in Go names; var Preemptibleloops_enabled should be PreemptibleloopsEnabled
cmd/internal/objabi/util.go:107:2: don't use underscores in Go names; var Clobberdead_enabled should be ClobberdeadEnabled
cmd/internal/objabi/util.go:108:2: don't use underscores in Go names; var DebugCPU_enabled should be DebugCPUEnabled
cmd/internal/objabi/util.go:128:1: exported function DefaultExpstring should have comment or be unexported
cmd/internal/objabi/util.go:132:1: exported function Expstring should have comment or be unexported
cmd/internal/objfile/disasm.go:291:6: don't use underscores in Go names; func disasm_386 should be disasm386
cmd/internal/objfile/disasm.go:295:6: don't use underscores in Go names; func disasm_amd64 should be disasmAmd64
cmd/internal/objfile/disasm.go:299:6: don't use underscores in Go names; func disasm_x86 should be disasmX86
cmd/internal/objfile/disasm.go:332:6: don't use underscores in Go names; func disasm_arm should be disasmArm
cmd/internal/objfile/disasm.go:345:6: don't use underscores in Go names; func disasm_arm64 should be disasmArm64
cmd/internal/objfile/disasm.go:356:6: don't use underscores in Go names; func disasm_ppc64 should be disasmPpc64
cmd/internal/objfile/disasm.go:390:6: exported type Liner should have comment or be unexported
cmd/internal/objfile/objfile.go:32:6: exported type Entry should have comment or be unexported
cmd/internal/objfile/objfile.go:47:6: exported type Reloc should have comment or be unexported
cmd/internal/objfile/objfile.go:53:6: exported type RelocStringer should have comment or be unexported
cmd/internal/objfile/objfile.go:85:1: exported method File.Close should have comment or be unexported
cmd/internal/objfile/objfile.go:89:1: exported method File.Entries should have comment or be unexported
cmd/internal/objfile/objfile.go:93:1: exported method File.Symbols should have comment or be unexported
cmd/internal/objfile/objfile.go:97:1: exported method File.PCLineTable should have comment or be unexported
cmd/internal/objfile/objfile.go:101:1: exported method File.Text should have comment or be unexported
cmd/internal/objfile/objfile.go:105:1: exported method File.GOARCH should have comment or be unexported
cmd/internal/objfile/objfile.go:109:1: exported method File.LoadAddress should have comment or be unexported
cmd/internal/objfile/objfile.go:113:1: exported method File.DWARF should have comment or be unexported
cmd/internal/objfile/objfile.go:117:1: exported method File.Disasm should have comment or be unexported
cmd/internal/objfile/objfile.go:121:1: exported method Entry.Name should have comment or be unexported
cmd/internal/objfile/objfile.go:125:1: exported method Entry.Symbols should have comment or be unexported
cmd/internal/objfile/objfile.go:140:1: exported method Entry.PCLineTable should have comment or be unexported
cmd/internal/objfile/objfile.go:154:1: exported method Entry.Text should have comment or be unexported
cmd/internal/objfile/objfile.go:158:1: exported method Entry.GOARCH should have comment or be unexported
cmd/internal/objfile/pe.go:45:4: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objfile/pe.go:46:4: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/objfile/pe.go:47:4: don't use ALL_CAPS in Go names; use CamelCase
cmd/internal/src/pos.go:62:1: exported method Pos.LineNumber should have comment or be unexported
cmd/internal/src/pos.go:69:1: exported method Pos.LineNumberHTML should have comment or be unexported
cmd/internal/src/pos.go:115:1: comment on exported method Pos.AbsFilename should be of the form "AbsFilename ..."
cmd/internal/src/pos.go:118:1: comment on exported method Pos.SymFilename should be of the form "SymFilename ..."
cmd/internal/src/pos.go:250:7: exported const FileSymPrefix should have comment or be unexported
cmd/internal/src/pos.go:318:2: comment on exported const PosDefaultStmt should be of the form "PosDefaultStmt ..."
cmd/internal/src/pos.go:346:2: exported const PosIsStmt should have comment (or a comment on this block) or be unexported
cmd/internal/src/pos.go:350:6: exported type PosXlogue should have comment or be unexported
cmd/internal/src/pos.go:353:2: exported const PosDefaultLogue should have comment (or a comment on this block) or be unexported
cmd/internal/src/xpos.go:69:1: exported method XPos.LineNumber should have comment or be unexported
cmd/internal/src/xpos.go:76:1: exported method XPos.LineNumberHTML should have comment or be unexported
cmd/internal/sys/arch.go:15:2: exported const NoArch should have comment (or a comment on this block) or be unexported
cmd/internal/sys/arch.go:56:5: exported var Arch386 should have comment or be unexported
cmd/internal/sys/arch.go:65:5: exported var ArchAMD64 should have comment or be unexported
cmd/internal/sys/arch.go:74:5: exported var ArchAMD64P32 should have comment or be unexported
cmd/internal/sys/arch.go:83:5: exported var ArchARM should have comment or be unexported
cmd/internal/sys/arch.go:92:5: exported var ArchARM64 should have comment or be unexported
cmd/internal/sys/arch.go:101:5: exported var ArchMIPS should have comment or be unexported
cmd/internal/sys/arch.go:110:5: exported var ArchMIPSLE should have comment or be unexported
cmd/internal/sys/arch.go:119:5: exported var ArchMIPS64 should have comment or be unexported
cmd/internal/sys/arch.go:128:5: exported var ArchMIPS64LE should have comment or be unexported
cmd/internal/sys/arch.go:137:5: exported var ArchPPC64 should have comment or be unexported
cmd/internal/sys/arch.go:146:5: exported var ArchPPC64LE should have comment or be unexported
cmd/internal/sys/arch.go:155:5: exported var ArchS390X should have comment or be unexported
cmd/internal/sys/arch.go:164:5: exported var ArchWasm should have comment or be unexported
cmd/internal/sys/arch.go:173:5: exported var Archs should have comment or be unexported
cmd/internal/test2json/test2json.go:27:2: exported const Timestamp should have comment (or a comment on this block) or be unexported
cmd/link/dwarf_test.go:101:11: if block ends with a return statement, so drop this else and outdent its block
cmd/link/internal/amd64/asm.go:42:1: exported function PADDR should have comment or be unexported
cmd/link/internal/amd64/asm.go:46:1: exported function Addcall should have comment or be unexported
cmd/link/internal/amd64/asm.go:94:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry
cmd/link/internal/amd64/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/arm/asm.go:105:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry
cmd/link/internal/arm/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/arm64/asm.go:88:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry
cmd/link/internal/arm64/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/ld/ar.go:44:2: exported const SARMAG should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/ar.go:45:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/ar.go:49:2: exported const ARMAG should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/ar.go:52:6: exported type ArHdr should have comment or be unexported
cmd/link/internal/ld/config.go:21:2: exported const BuildModeUnset should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/config.go:30:1: exported method BuildMode.Set should have comment or be unexported
cmd/link/internal/ld/config.go:136:2: exported const LinkAuto should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/config.go:141:1: exported method LinkMode.Set should have comment or be unexported
cmd/link/internal/ld/data.go:611:1: exported function Codeblk should have comment or be unexported
cmd/link/internal/ld/data.go:614:1: exported function CodeblkPad should have comment or be unexported
cmd/link/internal/ld/data.go:726:1: exported function Datblk should have comment or be unexported
cmd/link/internal/ld/data.go:797:1: exported function Dwarfblk should have comment or be unexported
cmd/link/internal/ld/data.go:873:1: exported function Addstring should have comment or be unexported
cmd/link/internal/ld/data.go:952:6: exported type GCProg should have comment or be unexported
cmd/link/internal/ld/data.go:958:1: exported method GCProg.Init should have comment or be unexported
cmd/link/internal/ld/data.go:974:1: exported method GCProg.End should have comment or be unexported
cmd/link/internal/ld/data.go:982:1: exported method GCProg.AddSym should have comment or be unexported
cmd/link/internal/ld/data.go:2155:1: comment on exported method Link.AddTramp should be of the form "AddTramp ..."
cmd/link/internal/ld/dwarf.go:951:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/dwarf.go:952:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/dwarf.go:953:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/dwarf.go:954:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/dwarf.go:1123:2: don't use underscores in Go names; var is_stmt should be isStmt
cmd/link/internal/ld/dwarf.go:1273:5: don't use underscores in Go names; var new_stmt should be newStmt
cmd/link/internal/ld/dwarf.go:1281:5: don't use underscores in Go names; var new_stmt should be newStmt
cmd/link/internal/ld/dwarf_test.go:676:6: should replace formalCount += 1 with formalCount++
cmd/link/internal/ld/dwarf_test.go:754:3: should replace abscount += 1 with abscount++
cmd/link/internal/ld/elf.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:78:2: exported const EI_MAG0 should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/elf.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:234:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:238:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:242:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:243:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:244:2: don't use underscores in Go names; const PF_X should be PFX
cmd/link/internal/ld/elf.go:245:2: don't use underscores in Go names; const PF_W should be PFW
cmd/link/internal/ld/elf.go:246:2: don't use underscores in Go names; const PF_R should be PFR
cmd/link/internal/ld/elf.go:247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:250:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:258:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:266:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:274:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:278:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:279:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:280:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:281:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:282:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:283:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:284:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:285:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:286:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:287:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:288:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:289:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:290:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:291:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:292:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:293:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:294:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:295:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:296:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:297:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:298:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:299:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:300:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:301:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:302:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:303:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:304:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:305:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:306:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:317:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:318:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:319:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:320:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:321:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:322:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:333:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:346:1: comment on exported type ElfEhdr should be of the form "ElfEhdr ..." (with optional leading article)
cmd/link/internal/ld/elf.go:351:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/ld/elf.go:366:1: comment on exported type ElfShdr should be of the form "ElfShdr ..." (with optional leading article)
cmd/link/internal/ld/elf.go:371:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/ld/elf.go:383:1: comment on exported type ElfPhdr should be of the form "ElfPhdr ..." (with optional leading article)
cmd/link/internal/ld/elf.go:387:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/ld/elf.go:434:5: exported var Elfstrdat should have comment or be unexported
cmd/link/internal/ld/elf.go:456:2: exported var Nelfsym should have comment or be unexported
cmd/link/internal/ld/elf.go:470:6: exported type Elfstring should have comment or be unexported
cmd/link/internal/ld/elf.go:481:1: comment on exported function Elfinit should be of the form "Elfinit ..."
cmd/link/internal/ld/elf.go:744:1: exported function Elfwritedynent should have comment or be unexported
cmd/link/internal/ld/elf.go:758:1: exported function Elfwritedynentsymplus should have comment or be unexported
cmd/link/internal/ld/elf.go:822:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:823:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:824:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:825:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:828:5: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:828:5: exported var ELF_NOTE_NETBSD_NAME should have comment or be unexported
cmd/link/internal/ld/elf.go:853:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:854:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:855:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:856:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:859:5: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:859:5: exported var ELF_NOTE_OPENBSD_NAME should have comment or be unexported
cmd/link/internal/ld/elf.go:911:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:912:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:915:5: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:915:5: exported var ELF_NOTE_BUILDINFO_NAME should have comment or be unexported
cmd/link/internal/ld/elf.go:957:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:958:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:959:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:960:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:963:5: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:963:5: exported var ELF_NOTE_GO_NAME should have comment or be unexported
cmd/link/internal/ld/elf.go:967:6: exported type Elfaux should have comment or be unexported
cmd/link/internal/ld/elf.go:973:6: exported type Elflib should have comment or be unexported
cmd/link/internal/ld/elf.go:1376:1: exported function Elfemitreloc should have comment or be unexported
cmd/link/internal/ld/elf.go:1466:2: don't use underscores in Go names; var relro_prefix should be relroPrefix
cmd/link/internal/ld/elf.go:1714:1: exported function Asmbelfsetup should have comment or be unexported
cmd/link/internal/ld/elf.go:1743:1: exported function Asmbelf should have comment or be unexported
cmd/link/internal/ld/elf.go:2337:1: exported function ELF32_R_SYM should have comment or be unexported
cmd/link/internal/ld/elf.go:2337:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2341:1: exported function ELF32_R_TYPE should have comment or be unexported
cmd/link/internal/ld/elf.go:2341:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2345:1: exported function ELF32_R_INFO should have comment or be unexported
cmd/link/internal/ld/elf.go:2345:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2345:31: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/ld/elf.go:2349:1: exported function ELF32_ST_BIND should have comment or be unexported
cmd/link/internal/ld/elf.go:2349:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2353:1: exported function ELF32_ST_TYPE should have comment or be unexported
cmd/link/internal/ld/elf.go:2353:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2357:1: exported function ELF32_ST_INFO should have comment or be unexported
cmd/link/internal/ld/elf.go:2357:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2357:32: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/ld/elf.go:2361:1: exported function ELF32_ST_VISIBILITY should have comment or be unexported
cmd/link/internal/ld/elf.go:2361:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2365:1: exported function ELF64_R_SYM should have comment or be unexported
cmd/link/internal/ld/elf.go:2365:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2369:1: exported function ELF64_R_TYPE should have comment or be unexported
cmd/link/internal/ld/elf.go:2369:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2373:1: exported function ELF64_R_INFO should have comment or be unexported
cmd/link/internal/ld/elf.go:2373:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2373:31: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/ld/elf.go:2377:1: exported function ELF64_ST_BIND should have comment or be unexported
cmd/link/internal/ld/elf.go:2377:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2381:1: exported function ELF64_ST_TYPE should have comment or be unexported
cmd/link/internal/ld/elf.go:2381:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2385:1: exported function ELF64_ST_INFO should have comment or be unexported
cmd/link/internal/ld/elf.go:2385:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/elf.go:2385:32: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/ld/elf.go:2389:1: exported function ELF64_ST_VISIBILITY should have comment or be unexported
cmd/link/internal/ld/elf.go:2389:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/go.go:271:1: exported function Adddynsym should have comment or be unexported
cmd/link/internal/ld/go.go:332:6: exported type Pkg should have comment or be unexported
cmd/link/internal/ld/lib.go:93:6: exported type Arch should have comment or be unexported
cmd/link/internal/ld/lib.go:131:2: exported var Lcsize should have comment or be unexported
cmd/link/internal/ld/lib.go:138:2: exported const MINFUNC should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/lib.go:171:2: exported var Funcalign should have comment or be unexported
cmd/link/internal/ld/lib.go:176:2: don't use underscores in Go names; var debug_s should be debugS
cmd/link/internal/ld/lib.go:184:2: exported var Segtext should have comment or be unexported
cmd/link/internal/ld/lib.go:200:1: exported function Lflag should have comment or be unexported
cmd/link/internal/ld/lib.go:850:6: exported type Hostobj should have comment or be unexported
cmd/link/internal/ld/lib.go:1741:1: exported function Le16 should have comment or be unexported
cmd/link/internal/ld/lib.go:1745:1: exported function Le32 should have comment or be unexported
cmd/link/internal/ld/lib.go:1749:1: exported function Le64 should have comment or be unexported
cmd/link/internal/ld/lib.go:1753:1: exported function Be16 should have comment or be unexported
cmd/link/internal/ld/lib.go:1757:1: exported function Be32 should have comment or be unexported
cmd/link/internal/ld/lib.go:1980:6: exported type SymbolType should have comment or be unexported
cmd/link/internal/ld/lib.go:1983:2: comment on exported const TextSym should be of the form "TextSym ..."
cmd/link/internal/ld/lib.go:1985:2: exported const DataSym should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/lib.go:1993:2: comment on exported const DeletedAutoSym should be of the form "DeletedAutoSym ..."
cmd/link/internal/ld/lib.go:2158:1: exported function Symaddr should have comment or be unexported
cmd/link/internal/ld/lib.go:2185:1: exported function Entryvalue should have comment or be unexported
cmd/link/internal/ld/lib.go:2263:1: exported function Rnd should have comment or be unexported
cmd/link/internal/ld/link.go:42:6: exported type Shlib should have comment or be unexported
cmd/link/internal/ld/link.go:117:1: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..."
cmd/link/internal/ld/link.go:134:1: exported method Link.Logf should have comment or be unexported
cmd/link/internal/ld/link.go:150:6: exported type Pciter should have comment or be unexported
cmd/link/internal/ld/macho.go:15:6: exported type MachoHdr should have comment or be unexported
cmd/link/internal/ld/macho.go:20:6: exported type MachoSect should have comment or be unexported
cmd/link/internal/ld/macho.go:34:6: exported type MachoSeg should have comment or be unexported
cmd/link/internal/ld/macho.go:48:6: exported type MachoLoad should have comment or be unexported
cmd/link/internal/ld/macho.go:49:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/ld/macho.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/link/internal/ld/macho.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:96:2: exported const MH_MAGIC should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/macho.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:106:2: exported const LC_SEGMENT should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/macho.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:160:2: exported const S_REGULAR should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/macho.go:161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/macho.go:186:2: exported const SymKindLocal should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/macho.go:210:35: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/ld/macho.go:489:1: exported function Asmbmacho should have comment or be unexported
cmd/link/internal/ld/macho.go:686:53: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/ld/macho.go:872:1: exported function Domacholink should have comment or be unexported
cmd/link/internal/ld/macho.go:964:1: exported function Machoemitreloc should have comment or be unexported
cmd/link/internal/ld/macho_combine_dwarf.go:53:2: struct field CryptId should be CryptID
cmd/link/internal/ld/macho_combine_dwarf.go:261:21: error strings should not be capitalized or end with punctuation or a newline
cmd/link/internal/ld/main.go:252:6: exported type Rpath should have comment or be unexported
cmd/link/internal/ld/main.go:257:1: exported method Rpath.Set should have comment or be unexported
cmd/link/internal/ld/outbuf.go:31:1: exported method OutBuf.SeekSet should have comment or be unexported
cmd/link/internal/ld/outbuf.go:42:1: exported method OutBuf.Offset should have comment or be unexported
cmd/link/internal/ld/outbuf.go:57:1: exported method OutBuf.Write8 should have comment or be unexported
cmd/link/internal/ld/outbuf.go:69:1: exported method OutBuf.Write16 should have comment or be unexported
cmd/link/internal/ld/outbuf.go:74:1: exported method OutBuf.Write32 should have comment or be unexported
cmd/link/internal/ld/outbuf.go:79:1: exported method OutBuf.Write32b should have comment or be unexported
cmd/link/internal/ld/outbuf.go:84:1: exported method OutBuf.Write64 should have comment or be unexported
cmd/link/internal/ld/outbuf.go:89:1: exported method OutBuf.Write64b should have comment or be unexported
cmd/link/internal/ld/outbuf.go:94:1: exported method OutBuf.WriteString should have comment or be unexported
cmd/link/internal/ld/outbuf.go:122:1: exported method OutBuf.Flush should have comment or be unexported
cmd/link/internal/ld/pcln.go:474:2: exported const BUCKETSIZE should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/pe.go:19:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:19:6: exported type IMAGE_IMPORT_DESCRIPTOR should have comment or be unexported
cmd/link/internal/ld/pe.go:27:6: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:27:6: exported type IMAGE_EXPORT_DIRECTORY should have comment or be unexported
cmd/link/internal/ld/pe.go:42:2: exported const PEBASE should have comment (or a comment on this block) or be unexported
cmd/link/internal/ld/pe.go:46:2: comment on exported var PESECTALIGN should be of the form "PESECTALIGN ..."
cmd/link/internal/ld/pe.go:50:2: comment on exported var PEFILEALIGN should be of the form "PEFILEALIGN ..."
cmd/link/internal/ld/pe.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/link/internal/ld/pe.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/ld/pe.go:254:6: exported type Imp should have comment or be unexported
cmd/link/internal/ld/pe.go:261:6: exported type Dll should have comment or be unexported
cmd/link/internal/ld/pe.go:271:2: exported var PESECTHEADR should have comment or be unexported
cmd/link/internal/ld/pe.go:487:2: don't use underscores in Go names; var init_entry should be initEntry
cmd/link/internal/ld/pe.go:899:1: exported function Peinit should have comment or be unexported
cmd/link/internal/ld/pe.go:1325:1: exported function Asmbpe should have comment or be unexported
cmd/link/internal/ld/symtab.go:80:79: don't use underscores in Go names; func parameter go_ should be go
cmd/link/internal/ld/symtab.go:202:1: exported function Asmelfsym should have comment or be unexported
cmd/link/internal/ld/symtab.go:223:83: don't use underscores in Go names; func parameter go_ should be go
cmd/link/internal/ld/symtab.go:252:1: exported function Asmplan9sym should have comment or be unexported
cmd/link/internal/ld/util.go:17:1: comment on exported function Cputime should be of the form "Cputime ..."
cmd/link/internal/ld/util.go:27:1: exported function AtExit should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:56:2: exported const ElfDataNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:62:2: exported const ElfTypeNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:70:2: exported const ElfMachNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:101:2: exported const ElfAbiNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:118:2: exported const ElfSectNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:136:2: exported const ElfSymBindLocal should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:142:2: exported const ElfSymTypeNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:152:2: exported const ElfSymShnNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:158:2: exported const ElfProgNone should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:171:2: exported const ElfNotePrStatus should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadelf/ldelf.go:187:6: exported type ElfHdrBytes should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:204:6: exported type ElfSectBytes should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:217:6: exported type ElfProgBytes should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:220:6: exported type ElfSymBytes should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:229:6: exported type ElfHdrBytes64 should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:246:6: exported type ElfSectBytes64 should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:259:6: exported type ElfProgBytes64 should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:262:6: exported type ElfSymBytes64 should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:271:6: exported type ElfSect should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:274:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/loadelf/ldelf.go:287:6: exported type ElfObj should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:299:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/loadelf/ldelf.go:314:6: exported type ElfSym should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:319:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/loadelf/ldelf.go:325:5: exported var ElfMagic should have comment or be unexported
cmd/link/internal/loadelf/ldelf.go:328:2: exported const TagFile should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadelf/ldelf.go:411:31: error strings should not be capitalized or end with punctuation or a newline
cmd/link/internal/loadelf/ldelf.go:421:32: error strings should not be capitalized or end with punctuation or a newline
cmd/link/internal/loadelf/ldelf.go:447:33: error strings should not be capitalized or end with punctuation or a newline
cmd/link/internal/loadelf/ldelf.go:1001:21: error strings should not be capitalized or end with punctuation or a newline
cmd/link/internal/loadmacho/ldmacho.go:47:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadmacho/ldmacho.go:48:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadmacho/ldmacho.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadmacho/ldmacho.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadmacho/ldmacho.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadmacho/ldmacho.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadmacho/ldmacho.go:75:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/loadmacho/ldmacho.go:118:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/loadmacho/ldmacho.go:134:2: don't use underscores in Go names; struct field type_ should be type
cmd/link/internal/loadmacho/ldmacho.go:165:2: const LdMachoCpuVax should be LdMachoCPUVax
cmd/link/internal/loadmacho/ldmacho.go:165:2: exported const LdMachoCpuVax should have comment (or a comment on this block) or be unexported
cmd/link/internal/loadmacho/ldmacho.go:166:2: const LdMachoCpu68000 should be LdMachoCPU68000
cmd/link/internal/loadmacho/ldmacho.go:167:2: const LdMachoCpu386 should be LdMachoCPU386
cmd/link/internal/loadmacho/ldmacho.go:168:2: const LdMachoCpuAmd64 should be LdMachoCPUAmd64
cmd/link/internal/loadmacho/ldmacho.go:169:2: const LdMachoCpuMips should be LdMachoCPUMips
cmd/link/internal/loadmacho/ldmacho.go:170:2: const LdMachoCpu98000 should be LdMachoCPU98000
cmd/link/internal/loadmacho/ldmacho.go:171:2: const LdMachoCpuHppa should be LdMachoCPUHppa
cmd/link/internal/loadmacho/ldmacho.go:172:2: const LdMachoCpuArm should be LdMachoCPUArm
cmd/link/internal/loadmacho/ldmacho.go:173:2: const LdMachoCpu88000 should be LdMachoCPU88000
cmd/link/internal/loadmacho/ldmacho.go:174:2: const LdMachoCpuSparc should be LdMachoCPUSparc
cmd/link/internal/loadmacho/ldmacho.go:175:2: const LdMachoCpu860 should be LdMachoCPU860
cmd/link/internal/loadmacho/ldmacho.go:176:2: const LdMachoCpuAlpha should be LdMachoCPUAlpha
cmd/link/internal/loadmacho/ldmacho.go:177:2: const LdMachoCpuPower should be LdMachoCPUPower
cmd/link/internal/loadmacho/ldmacho.go:191:56: don't use underscores in Go names; func parameter type_ should be type
cmd/link/internal/loadpe/ldpe.go:23:2: comment on exported const IMAGE_SYM_UNDEFINED should be of the form "IMAGE_SYM_UNDEFINED ..."
cmd/link/internal/loadpe/ldpe.go:24:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:25:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/link/internal/loadpe/ldpe.go:26:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:27:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:28:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:29:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:30:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:31:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:32:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:33:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:34:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:35:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:36:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:37:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:38:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:39:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:40:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:41:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:42:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:43:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:44:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:45:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:46:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:47:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:48:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:66:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/loadpe/ldpe.go:336:32: error strings should not be capitalized or end with punctuation or a newline
cmd/link/internal/mips/l.go:65:2: exported const MaxAlign should have comment (or a comment on this block) or be unexported
cmd/link/internal/mips/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/mips64/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/ppc64/asm.go:200:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry
cmd/link/internal/ppc64/asm.go:613:4: should replace val += 1 with val++
cmd/link/internal/ppc64/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/s390x/asm.go:98:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry
cmd/link/internal/s390x/obj.go:40:1: exported function Init should have comment or be unexported
cmd/link/internal/sym/attribute.go:28:2: exported const AttrCgoExportStatic should have comment (or a comment on this block) or be unexported
cmd/link/internal/sym/attribute.go:81:1: exported method Attribute.DuplicateOK should have comment or be unexported
cmd/link/internal/sym/attribute.go:82:1: exported method Attribute.External should have comment or be unexported
cmd/link/internal/sym/attribute.go:83:1: exported method Attribute.NoSplit should have comment or be unexported
cmd/link/internal/sym/attribute.go:84:1: exported method Attribute.Reachable should have comment or be unexported
cmd/link/internal/sym/attribute.go:85:1: exported method Attribute.CgoExportDynamic should have comment or be unexported
cmd/link/internal/sym/attribute.go:86:1: exported method Attribute.CgoExportStatic should have comment or be unexported
cmd/link/internal/sym/attribute.go:87:1: exported method Attribute.Special should have comment or be unexported
cmd/link/internal/sym/attribute.go:88:1: exported method Attribute.StackCheck should have comment or be unexported
cmd/link/internal/sym/attribute.go:89:1: exported method Attribute.NotInSymbolTable should have comment or be unexported
cmd/link/internal/sym/attribute.go:90:1: exported method Attribute.OnList should have comment or be unexported
cmd/link/internal/sym/attribute.go:91:1: exported method Attribute.Local should have comment or be unexported
cmd/link/internal/sym/attribute.go:92:1: exported method Attribute.ReflectMethod should have comment or be unexported
cmd/link/internal/sym/attribute.go:93:1: exported method Attribute.MakeTypelink should have comment or be unexported
cmd/link/internal/sym/attribute.go:94:1: exported method Attribute.Shared should have comment or be unexported
cmd/link/internal/sym/attribute.go:95:1: exported method Attribute.VisibilityHidden should have comment or be unexported
cmd/link/internal/sym/attribute.go:96:1: exported method Attribute.SubSymbol should have comment or be unexported
cmd/link/internal/sym/attribute.go:97:1: exported method Attribute.Container should have comment or be unexported
cmd/link/internal/sym/attribute.go:99:1: exported method Attribute.CgoExport should have comment or be unexported
cmd/link/internal/sym/attribute.go:103:1: exported method Attribute.Set should have comment or be unexported
cmd/link/internal/sym/library.go:7:6: exported type Library should have comment or be unexported
cmd/link/internal/sym/reloc.go:40:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:40:2: exported const RV_NONE should have comment (or a comment on this block) or be unexported
cmd/link/internal/sym/reloc.go:41:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:42:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:43:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:44:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/link/internal/sym/reloc.go:55:1: exported function RelocName should have comment or be unexported
cmd/link/internal/sym/segment.go:38:6: exported type Segment should have comment or be unexported
cmd/link/internal/sym/segment.go:47:6: exported type Section should have comment or be unexported
cmd/link/internal/sym/symbol.go:60:1: exported method Symbol.ElfsymForReloc should have comment or be unexported
cmd/link/internal/sym/symbol.go:65:9: if block ends with a return statement, so drop this else and outdent its block
cmd/link/internal/sym/symbol.go:70:1: exported method Symbol.Len should have comment or be unexported
cmd/link/internal/sym/symbol.go:74:1: exported method Symbol.Grow should have comment or be unexported
cmd/link/internal/sym/symbol.go:88:1: exported method Symbol.AddBytes should have comment or be unexported
cmd/link/internal/sym/symbol.go:99:1: exported method Symbol.AddUint8 should have comment or be unexported
cmd/link/internal/sym/symbol.go:111:1: exported method Symbol.AddUint16 should have comment or be unexported
cmd/link/internal/sym/symbol.go:115:1: exported method Symbol.AddUint32 should have comment or be unexported
cmd/link/internal/sym/symbol.go:119:1: exported method Symbol.AddUint64 should have comment or be unexported
cmd/link/internal/sym/symbol.go:123:1: exported method Symbol.AddUint should have comment or be unexported
cmd/link/internal/sym/symbol.go:127:1: exported method Symbol.SetUint8 should have comment or be unexported
cmd/link/internal/sym/symbol.go:131:1: exported method Symbol.SetUint32 should have comment or be unexported
cmd/link/internal/sym/symbol.go:135:1: exported method Symbol.SetUint should have comment or be unexported
cmd/link/internal/sym/symbol.go:139:1: exported method Symbol.AddAddrPlus should have comment or be unexported
cmd/link/internal/sym/symbol.go:156:1: exported method Symbol.AddPCRelPlus should have comment or be unexported
cmd/link/internal/sym/symbol.go:176:1: exported method Symbol.AddAddr should have comment or be unexported
cmd/link/internal/sym/symbol.go:180:1: exported method Symbol.SetAddrPlus should have comment or be unexported
cmd/link/internal/sym/symbol.go:199:1: exported method Symbol.SetAddr should have comment or be unexported
cmd/link/internal/sym/symbol.go:203:1: exported method Symbol.AddSize should have comment or be unexported
cmd/link/internal/sym/symbol.go:219:1: exported method Symbol.AddAddrPlus4 should have comment or be unexported
cmd/link/internal/sym/symbol.go:236:1: exported method Symbol.AddRel should have comment or be unexported
cmd/link/internal/sym/symbol.go:241:1: exported method Symbol.AddUintXX should have comment or be unexported
cmd/link/internal/sym/symbol.go:271:1: exported method Symbol.Dynimplib should have comment or be unexported
cmd/link/internal/sym/symbol.go:278:1: exported method Symbol.Dynimpvers should have comment or be unexported
cmd/link/internal/sym/symbol.go:285:1: exported method Symbol.SetDynimplib should have comment or be unexported
cmd/link/internal/sym/symbol.go:293:1: exported method Symbol.SetDynimpvers should have comment or be unexported
cmd/link/internal/sym/symbol.go:301:1: exported method Symbol.ResetDyninfo should have comment or be unexported
cmd/link/internal/sym/symbol.go:379:6: exported type FuncInfo should have comment or be unexported
cmd/link/internal/sym/symbol.go:402:6: exported type Pcdata should have comment or be unexported
cmd/link/internal/sym/symbol.go:406:6: exported type Auto should have comment or be unexported
cmd/link/internal/sym/symbols.go:33:6: exported type Symbols should have comment or be unexported
cmd/link/internal/sym/symbols.go:42:1: exported function NewSymbols should have comment or be unexported
cmd/link/internal/sym/symbols.go:53:1: exported method Symbols.Newsym should have comment or be unexported
cmd/link/internal/sym/symbols.go:71:1: comment on exported method Symbols.Lookup should be of the form "Lookup ..."
cmd/link/internal/sym/symbols.go:85:1: comment on exported method Symbols.ROLookup should be of the form "ROLookup ..."
cmd/link/internal/sym/symbols.go:91:1: comment on exported method Symbols.IncVersion should be of the form "IncVersion ..."
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
cmd/link/internal/wasm/asm.go:18:2: exported const I32 should have comment (or a comment on this block) or be unexported
cmd/link/internal/wasm/obj.go:12:1: exported function Init should have comment or be unexported
cmd/link/internal/x86/asm.go:163:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry
cmd/link/internal/x86/obj.go:40:1: exported function Init should have comment or be unexported
cmd/trace/trace.go:169:6: func httpJsonTrace should be httpJSONTrace
cmd/trace/trace.go:273:6: exported type Range should have comment or be unexported
cmd/trace/trace.go:452:6: exported type ViewerData should have comment or be unexported
cmd/trace/trace.go:461:6: exported type ViewerEvent should have comment or be unexported
cmd/trace/trace.go:477:6: exported type ViewerFrame should have comment or be unexported
cmd/trace/trace.go:482:6: exported type NameArg should have comment or be unexported
cmd/trace/trace.go:486:6: exported type TaskArg should have comment or be unexported
cmd/trace/trace.go:492:6: exported type RegionArg should have comment or be unexported
cmd/trace/trace.go:496:6: exported type SortIndexArg should have comment or be unexported
cmd/trace/trace.go:844:9: if block ends with a return statement, so drop this else and outdent its block
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:116:1: exported method Name.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:120:1: exported method Name.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:127:1: exported method Name.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:161:1: exported method Typed.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:168:1: exported method Typed.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:190:1: exported method Typed.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:219:1: exported method Qualified.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:226:1: exported method Qualified.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:248:1: exported method Qualified.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:305:1: exported method Template.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:314:1: exported method Template.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:343:1: exported method Template.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:381:1: exported method TemplateParam.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:386:1: exported method TemplateParam.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:393:1: exported method TemplateParam.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:428:1: exported method TypeWithQualifiers.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:434:1: exported method TypeWithQualifiers.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:449:1: exported method TypeWithQualifiers.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:493:1: exported method MethodWithQualifiers.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:499:1: exported method MethodWithQualifiers.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:514:1: exported method MethodWithQualifiers.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:542:1: exported method BuiltinType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:546:1: exported method BuiltinType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:553:1: exported method BuiltinType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:585:1: exported method PointerType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:591:1: exported method PointerType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:606:1: exported method PointerType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:628:1: exported method ReferenceType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:634:1: exported method ReferenceType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:649:1: exported method ReferenceType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:671:1: exported method RvalueReferenceType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:677:1: exported method RvalueReferenceType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:692:1: exported method RvalueReferenceType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:714:1: exported method ComplexType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:720:1: exported method ComplexType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:735:1: exported method ComplexType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:757:1: exported method ImaginaryType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:763:1: exported method ImaginaryType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:778:1: exported method ImaginaryType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:806:1: exported method VendorQualifier.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:813:1: exported method VendorQualifier.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:835:1: exported method VendorQualifier.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:895:1: exported method ArrayType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:902:1: exported method ArrayType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:924:1: exported method ArrayType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1013:1: exported method FunctionType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1024:1: exported method FunctionType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1058:1: exported method FunctionType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1096:1: exported method FunctionParam.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1100:1: exported method FunctionParam.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1107:1: exported method FunctionParam.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1137:1: exported method PtrMem.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1144:1: exported method PtrMem.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1166:1: exported method PtrMem.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1200:1: exported method FixedType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1206:1: exported method FixedType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1221:1: exported method FixedType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1251:1: exported method VectorType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1258:1: exported method VectorType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1280:1: exported method VectorType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1301:1: exported method Decltype.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1307:1: exported method Decltype.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1322:1: exported method Decltype.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1346:1: exported method Operator.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1350:1: exported method Operator.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1357:1: exported method Operator.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1374:1: exported method Constructor.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1380:1: exported method Constructor.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1395:1: exported method Constructor.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1413:1: exported method Destructor.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1419:1: exported method Destructor.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1434:1: exported method Destructor.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1459:1: exported method GlobalCDtor.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1465:1: exported method GlobalCDtor.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1480:1: exported method GlobalCDtor.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1502:1: exported method TaggedName.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1509:1: exported method TaggedName.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1531:1: exported method TaggedName.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1558:1: exported method PackExpansion.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1565:1: exported method PackExpansion.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1580:1: exported method PackExpansion.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1603:1: exported method ArgumentPack.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1611:1: exported method ArgumentPack.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1636:1: exported method ArgumentPack.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1661:1: exported method SizeofPack.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1666:1: exported method SizeofPack.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1677:1: exported method SizeofPack.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1705:1: exported method SizeofArgs.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1713:1: exported method SizeofArgs.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1738:1: exported method SizeofArgs.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1766:1: exported method Cast.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1772:1: exported method Cast.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1787:1: exported method Cast.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1832:1: exported method Nullary.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1838:1: exported method Nullary.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1853:1: exported method Nullary.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1912:1: exported method Unary.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1919:1: exported method Unary.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1941:1: exported method Unary.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2019:1: exported method Binary.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2027:1: exported method Binary.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2053:1: exported method Binary.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2080:1: exported method Trinary.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2089:1: exported method Trinary.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2119:1: exported method Trinary.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2172:1: exported method Fold.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2182:1: exported method Fold.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2211:1: exported method Fold.GoString should have comment or be unexported
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
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2249:1: exported method New.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2262:1: exported method New.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2298:1: exported method New.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2386:1: exported method Literal.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2392:1: exported method Literal.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2407:1: exported method Literal.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2436:1: exported method ExprList.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2444:1: exported method ExprList.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2469:1: exported method ExprList.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2501:1: exported method InitializerList.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2510:1: exported method InitializerList.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2535:1: exported method InitializerList.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2561:1: exported method DefaultArg.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2567:1: exported method DefaultArg.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2582:1: exported method DefaultArg.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2608:1: exported method Closure.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2616:1: exported method Closure.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2641:1: exported method Closure.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2668:1: exported method UnnamedType.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2672:1: exported method UnnamedType.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2679:1: exported method UnnamedType.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2698:1: exported method Clone.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2704:1: exported method Clone.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2719:1: exported method Clone.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2740:1: exported method Special.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2746:1: exported method Special.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2761:1: exported method Special.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2785:1: exported method Special2.Traverse should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2792:1: exported method Special2.Copy should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2814:1: exported method Special2.GoString should have comment or be unexported
cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:24:2: comment on exported const NoParams should be of the form "NoParams ..."
cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:27:2: comment on exported const NoTemplateParams should be of the form "NoTemplateParams ..."
cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:30:2: comment on exported const NoClones should be of the form "NoClones ..."
cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:34:2: comment on exported const Verbose should be of the form "Verbose ..."
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:83:6: exported type Float32Imm should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:85:1: exported method Float32Imm.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:91:6: exported type Float64Imm should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:93:1: exported method Float64Imm.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:102:1: exported method Imm.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:114:1: exported method ImmAlt.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:116:1: exported method ImmAlt.Imm should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:129:1: exported method Label.IsArg should have comment or be unexported
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
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
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:232:1: exported method Reg.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:272:1: exported method RegX.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:282:1: exported method RegList.IsArg should have comment or be unexported
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
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:306:1: exported method Endian.IsArg should have comment or be unexported
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
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:344:1: exported method RegShift.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:357:1: exported method RegShiftReg.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:368:1: exported method PCRel.IsArg should have comment or be unexported
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
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
cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:400:1: exported method Mem.IsArg should have comment or be unexported
cmd/vendor/golang.org/x/arch/arm/armasm/plan9x.go:297:12: should omit type []goFPInfo from declaration of var fpInst; it will be inferred from the right-hand side
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:20:2: don't use ALL_CAPS in Go names; use CamelCase
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
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:21:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:22:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:23:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:24:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:25:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:26:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:27:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:28:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:29:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:30:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:31:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:32:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:33:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:35:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:36:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:37:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:38:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:39:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:40:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:41:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:42:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:43:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:44:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:45:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:46:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:47:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:48:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:49:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:50:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:51:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:52:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:53:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:54:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:55:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:56:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:57:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:58:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:59:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:60:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:61:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:62:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:63:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:64:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:65:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:67:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:68:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:69:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:70:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:71:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:72:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:73:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:74:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:75:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:76:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:77:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:78:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:79:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:80:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:81:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:82:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:83:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:84:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:85:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:86:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:87:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:88:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:89:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:90:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:91:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:92:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:93:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:94:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:95:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:96:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:97:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:99:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:147:2: don't use ALL_CAPS in Go names; use CamelCase
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:234:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:238:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:243:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:244:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:246:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:250:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:266:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:278:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:279:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:280:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:281:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:282:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:283:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:284:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:285:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:286:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:287:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:288:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:289:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:291:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:292:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:293:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:294:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:295:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:296:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:297:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:298:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:299:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:300:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:301:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:302:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:303:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:304:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:305:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:307:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:324:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:325:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:326:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:327:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:328:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:329:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:330:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:331:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:332:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:333:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:334:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:335:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:336:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:337:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:339:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:340:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:341:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:342:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:343:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:344:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:345:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:346:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:347:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:348:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:349:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:350:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:351:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:352:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:353:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:355:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:356:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:357:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:358:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:359:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:360:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:361:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:362:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:363:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:364:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:365:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:366:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:367:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:368:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:369:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:371:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:372:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:373:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:374:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:375:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:376:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:377:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:378:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:379:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:380:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:381:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:382:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:383:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:384:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:385:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:387:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:404:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:405:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:406:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:407:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:408:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:409:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:410:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:411:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:412:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:413:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:414:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:415:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:416:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:417:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:419:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:420:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:421:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:422:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:423:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:424:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:425:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:426:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:427:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:428:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:429:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:430:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:431:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:432:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:433:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:434:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:435:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:452:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:453:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:454:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:455:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:456:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:457:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:458:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:459:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:460:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:461:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:462:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:463:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:464:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:465:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:467:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:468:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:469:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:470:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:471:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:472:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:473:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:474:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:475:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:476:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:477:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:478:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:479:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:480:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:481:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:483:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:484:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:485:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:486:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:487:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:488:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:489:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:490:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:491:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:492:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:493:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:494:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:495:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:496:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:497:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:499:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:500:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:501:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:502:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:503:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:504:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:505:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:506:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:507:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:508:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:509:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:510:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:511:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:512:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:513:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:515:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:516:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:517:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:518:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:519:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:520:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:521:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:522:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:523:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:524:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:525:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:526:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:527:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:528:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:529:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:531:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:532:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:533:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:534:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:535:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:536:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:537:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:538:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:539:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:540:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:541:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:542:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:543:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:544:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:545:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:547:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:548:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:549:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:550:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:551:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:552:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:553:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:554:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:555:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:556:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:557:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:558:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:559:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:560:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:561:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:563:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:564:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:565:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:566:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:567:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:568:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:569:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:570:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:571:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:572:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:573:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:574:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:575:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:576:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:577:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:579:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:580:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:581:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:582:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:583:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:584:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:585:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:586:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:587:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:588:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:589:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:590:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:591:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:592:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:593:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:595:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:596:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:597:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:598:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:599:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:600:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:601:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:602:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:603:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:604:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:605:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:606:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:607:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:608:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:609:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:611:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:612:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:613:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:614:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:615:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:616:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:617:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:618:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:619:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:620:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:621:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:622:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:623:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:624:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:625:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:627:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:628:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:629:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:630:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:631:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:632:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:633:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:634:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:635:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:636:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:637:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:638:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:639:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:640:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:641:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:643:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:644:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:645:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:646:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:647:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:648:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:649:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:650:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:651:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:652:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:653:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:654:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:655:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:656:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:657:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:659:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:660:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:661:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:662:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:663:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:664:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:665:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:666:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:667:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:668:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:669:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:670:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:671:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:672:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:673:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:675:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:676:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:677:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:678:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:679:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:680:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:681:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:682:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:683:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:684:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:685:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:686:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:687:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:688:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:689:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:691:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:692:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:693:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:694:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:695:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:696:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:697:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:698:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:699:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:700:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:701:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:702:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:703:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:704:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:705:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:707:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:708:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:709:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:710:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:711:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:712:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:713:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:714:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:715:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:716:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:717:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:718:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:719:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:720:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:721:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:723:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:724:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:725:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:726:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:727:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:728:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:729:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:730:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:731:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:732:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:733:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:734:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:735:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:736:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:737:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:739:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:740:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:741:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:742:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:743:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:744:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:745:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:746:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:747:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:748:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:749:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:750:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:751:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:752:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:753:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:755:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:756:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:757:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:758:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:759:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:760:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:761:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:762:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:763:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:764:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:765:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:766:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:767:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:768:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:769:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:771:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:772:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:773:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:774:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:775:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:776:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:777:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:778:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:779:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:780:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:781:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:782:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:783:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:784:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:785:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:786:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:787:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:788:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:789:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:790:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:791:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:792:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:793:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:794:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:795:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:796:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:797:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:798:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:799:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:800:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:801:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:803:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:804:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:805:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:806:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:807:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:808:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:809:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:810:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:811:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:812:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:813:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:814:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:815:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:816:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:817:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:818:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:819:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:820:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:821:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:822:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:823:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:824:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:825:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:826:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:827:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:828:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:829:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:830:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:831:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:832:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:833:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:835:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:836:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:837:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:838:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:839:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:840:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:841:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:842:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:843:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:844:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:845:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:846:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:847:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:848:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:849:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:850:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:851:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:852:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:853:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:854:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:855:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:856:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:857:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:858:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:859:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:860:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:861:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:862:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:863:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:864:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:865:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:867:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:868:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:869:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:870:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:871:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:872:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:873:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:874:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:875:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:876:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:877:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:878:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:879:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:880:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:881:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:883:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:884:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:885:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:886:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:887:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:888:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:889:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:890:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:891:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:892:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:893:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:894:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:895:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:896:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:897:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:898:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:899:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:900:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:901:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:902:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:903:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:904:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:905:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:906:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:907:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:908:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:909:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:910:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:911:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:912:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:913:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:915:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:916:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:917:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:918:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:919:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:920:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:921:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:922:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:923:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:924:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:925:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:926:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:927:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:928:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:929:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:931:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:932:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:933:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:934:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:935:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:936:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:937:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:938:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:939:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:940:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:941:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:942:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:943:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:944:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:945:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:947:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:948:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:949:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:950:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:951:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:952:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:953:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:954:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:955:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:956:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:957:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:958:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:959:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:960:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:961:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:963:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:964:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:965:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:966:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:967:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:968:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:969:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:970:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:971:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:972:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:973:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:974:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:975:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:976:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:977:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:979:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:980:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:981:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:982:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:983:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:984:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:985:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:986:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:987:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:988:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:989:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:990:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:991:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:992:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:993:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:994:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:995:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:996:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:997:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:998:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:999:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1000:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1001:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1002:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1003:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1004:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1005:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1006:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1007:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1008:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1009:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1011:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1012:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1013:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1014:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1015:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1016:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1017:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1018:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1019:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1020:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1021:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1022:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1023:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1024:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1025:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1026:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1027:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1028:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1029:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1030:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1031:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1032:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1033:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1034:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1035:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1036:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1037:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1038:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1039:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1040:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1041:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1043:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1044:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1045:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1046:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1047:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1048:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1049:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1050:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1051:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1052:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1053:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1054:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1055:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1056:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1057:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1059:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1060:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1061:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1062:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1063:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1064:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1065:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1066:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1067:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1068:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1069:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1070:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1071:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1072:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1073:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1074:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1075:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1076:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1077:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1078:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1079:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1080:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1081:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1082:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1083:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1084:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1085:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1086:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1087:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1088:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1089:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1091:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1092:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1093:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1094:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1095:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1096:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1097:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1098:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1099:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1162:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1238:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1242:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1243:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1244:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1246:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1258:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1274:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1278:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1279:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1280:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1281:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1283:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1284:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1285:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1286:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1287:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1288:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1289:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1290:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1291:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1292:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1293:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1294:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1295:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1296:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1297:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1299:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1300:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1301:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1302:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1303:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1304:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1305:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1306:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1307:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1308:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1309:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1310:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1311:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1312:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1313:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1315:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1316:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1317:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1318:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1319:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1320:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1321:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1322:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1323:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1324:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1325:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1326:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1327:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1328:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1329:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1331:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1332:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1333:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1334:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1335:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1336:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1337:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1338:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1339:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1340:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1341:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1342:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1343:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1344:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1345:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1347:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1348:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1349:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1350:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1351:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1352:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1353:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1354:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1355:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1356:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1357:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1358:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1359:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1360:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1361:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1363:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1364:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1365:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1366:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1367:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1368:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1369:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1370:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1371:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1372:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1373:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1374:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1375:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1376:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1377:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1379:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1380:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1381:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1382:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1383:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1384:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1385:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1386:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1387:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1388:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1389:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1390:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1391:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1392:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1393:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1395:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1396:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1397:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1398:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1399:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1400:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1401:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1402:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1403:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1404:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1405:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1406:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1407:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1408:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1409:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1410:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1411:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1412:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1413:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1414:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1415:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1416:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1417:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1418:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1419:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1420:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1421:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1422:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1423:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1424:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1425:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1427:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1428:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1429:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1430:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1431:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1432:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1433:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1434:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1435:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1436:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1437:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1438:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1439:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1440:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1441:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1442:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1443:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1444:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1445:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1446:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1447:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1448:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1449:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1450:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1451:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1452:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1453:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1454:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1455:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1456:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1457:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1459:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1460:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1461:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1462:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1463:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1464:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1465:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1466:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1467:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1468:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1469:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1470:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1471:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1472:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1473:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1474:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1475:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1476:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1477:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1478:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1479:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1480:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1481:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1482:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1483:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1484:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1485:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1486:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1487:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1488:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1489:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1491:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1492:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1493:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1494:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1495:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1496:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1497:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1498:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1499:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1500:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1501:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1502:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1503:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1504:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1505:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1506:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1507:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1508:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1509:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1510:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1511:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1512:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1513:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1514:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1515:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1516:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1517:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1518:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1519:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1520:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1521:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1523:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1524:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1525:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1526:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1527:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1528:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1529:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1530:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1531:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1532:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1533:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1534:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1535:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1536:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1537:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1539:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1540:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1541:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1542:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1543:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1544:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1545:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1546:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1547:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1548:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1549:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1550:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1551:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1552:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1553:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1555:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1556:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1557:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1558:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1559:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1560:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1561:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1562:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1563:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1564:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1565:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1566:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1567:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1568:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1569:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1571:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1572:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1573:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1574:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1575:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1576:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1577:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1578:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1579:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1580:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1581:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1582:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1583:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1584:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1585:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1586:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1587:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1588:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1589:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1590:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1591:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1592:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1593:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1594:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1595:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1596:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1597:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1598:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1599:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1600:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1601:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1603:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1604:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1605:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1606:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1607:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1608:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1609:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1610:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1611:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1612:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1613:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1614:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1615:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1616:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1617:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1619:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1620:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1621:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1622:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1623:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1624:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1625:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1626:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1627:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1628:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1629:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1630:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1631:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1632:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1633:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1635:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1652:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1653:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1654:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1655:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1656:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1657:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1658:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1659:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1660:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1661:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1662:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1663:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1664:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1665:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1667:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1668:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1669:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1670:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1671:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1672:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1673:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1674:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1675:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1676:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1677:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1678:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1679:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1680:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1681:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1683:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1684:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1685:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1686:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1687:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1688:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1689:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1690:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1691:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1692:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1693:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1694:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1695:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1696:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1697:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1699:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1700:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1701:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1702:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1703:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1704:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1705:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1706:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1707:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1708:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1709:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1710:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1711:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1712:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1713:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1715:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1716:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1717:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1718:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1719:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1720:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1721:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1722:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1723:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1724:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1725:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1726:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1727:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1728:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1729:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1731:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1732:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1733:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1734:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1735:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1736:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1737:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1738:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1739:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1740:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1741:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1742:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1743:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1744:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1745:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1747:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1748:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1749:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1750:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1751:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1752:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1753:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1754:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1755:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1756:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1757:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1758:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1759:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1760:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1761:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1763:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1764:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1765:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1766:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1767:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1768:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1769:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1770:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1771:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1772:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1773:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1774:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1775:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1776:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1777:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1779:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1780:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1781:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1782:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1783:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1784:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1785:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1786:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1787:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1788:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1789:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1790:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1791:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1792:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1793:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1795:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1796:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1797:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1798:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1799:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1800:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1801:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1802:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1803:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1804:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1805:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1806:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1807:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1808:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1809:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1811:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1812:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1813:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1814:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1815:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1816:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1817:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1818:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1819:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1820:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1821:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1822:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1823:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1824:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1825:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1827:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1828:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1829:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1830:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1831:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1832:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1833:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1834:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1835:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1836:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1837:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1838:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1839:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1840:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1841:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1843:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1844:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1845:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1846:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1847:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1848:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1849:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1850:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1851:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1852:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1853:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1854:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1855:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1856:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1857:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1858:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1859:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1860:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1861:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1862:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1863:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1864:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1865:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1866:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1867:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1868:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1869:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1870:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1871:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1872:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1873:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1875:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1876:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1877:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1878:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1879:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1880:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1881:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1882:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1883:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1884:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1885:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1886:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1887:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1888:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1889:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1890:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1891:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1892:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1893:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1894:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1895:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1896:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1897:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1898:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1899:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1900:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1901:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1902:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1903:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1904:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1905:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1907:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1908:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1909:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1910:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1911:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1912:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1913:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1914:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1915:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1916:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1917:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1918:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1919:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1920:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1921:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1923:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1924:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1925:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1926:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1927:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1928:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1929:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1930:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1931:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1932:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1933:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1934:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1935:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1936:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1937:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1939:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1940:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1941:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1942:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1943:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1944:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1945:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1946:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1947:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1948:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1949:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1950:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1951:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1952:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1953:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1955:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1956:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1957:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1958:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1959:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1960:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1961:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1962:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1963:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1964:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1965:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1966:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1967:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1968:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1969:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1971:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1972:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1973:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1974:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1975:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1976:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1977:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1978:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1979:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1980:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1981:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1982:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1983:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1984:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1985:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1986:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1987:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1988:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1989:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1990:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1991:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1992:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1993:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1994:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1995:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1996:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1997:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1998:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1999:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2000:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2001:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2003:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2004:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2005:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2006:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2007:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2008:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2009:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2010:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2011:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2012:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2013:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2014:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2015:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2016:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2017:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2019:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2020:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2021:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2022:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2023:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2024:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2025:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2026:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2027:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2028:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2029:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2030:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2031:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2032:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2033:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2035:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2036:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2037:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2038:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2039:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2040:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2041:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2042:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2043:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2044:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2045:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2046:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2047:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2048:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2049:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2050:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2051:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2052:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2053:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2054:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2055:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2056:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2057:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2058:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2059:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2060:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2061:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2062:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2063:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2064:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2065:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2067:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2068:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2069:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2070:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2071:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2072:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2073:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2074:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2075:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2076:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2077:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2078:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2079:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2080:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2081:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2082:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2083:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2084:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2085:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2086:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2087:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2088:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2089:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2090:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2091:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2092:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2093:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2094:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2095:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2096:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2097:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2099:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2106:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2138:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2156:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2157:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2158:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2159:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2160:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2161:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2163:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2164:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2165:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2166:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2167:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2168:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2169:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2170:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2171:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2186:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2202:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2218:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2234:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2238:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2243:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2244:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2246:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2250:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2266:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2278:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2279:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2280:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2281:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2282:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2283:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2284:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2285:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2286:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2287:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2288:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2289:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2291:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2292:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2293:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2294:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2295:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2296:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2297:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2298:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2299:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2300:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2301:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2302:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2303:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2304:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2305:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2306:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2307:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2308:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2309:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2310:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2311:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2312:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2313:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2314:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2315:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2316:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2317:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2318:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2319:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2320:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2321:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2323:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2324:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2325:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2326:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2327:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2328:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2329:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2330:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2331:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2332:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2333:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2334:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2335:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2336:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2337:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2339:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2340:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2341:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2342:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2343:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2344:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2345:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2346:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2347:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2348:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2349:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2350:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2351:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2352:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2353:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2355:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2356:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2357:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2358:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2359:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2360:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2361:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2362:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2363:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2364:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2365:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2366:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2367:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2368:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2369:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2370:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2371:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2372:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2373:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2374:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2375:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2376:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2377:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2378:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2379:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2380:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2381:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2382:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2383:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2384:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2385:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2387:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2388:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2389:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2390:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2391:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2392:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2393:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2394:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2395:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2396:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2397:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2398:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2399:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2400:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2401:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2403:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2404:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2405:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2406:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2407:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2408:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2409:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2410:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2411:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2412:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2413:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2414:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2415:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2416:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2417:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2419:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2420:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2421:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2422:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2423:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2424:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2425:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2426:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2427:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2428:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2429:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2430:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2431:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2432:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2433:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2435:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2436:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2437:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2438:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2439:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2440:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2441:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2442:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2443:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2444:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2445:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2446:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2447:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2448:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2449:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2451:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2452:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2453:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2454:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2455:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2456:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2457:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2458:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2459:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2460:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2461:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2462:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2463:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2464:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2465:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2467:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2468:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2469:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2470:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2471:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2472:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2473:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2474:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2475:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2476:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2477:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2478:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2479:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2480:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2481:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2483:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2484:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2485:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2486:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2487:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2488:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2489:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2490:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2491:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2492:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2493:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2494:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2495:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2496:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2497:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2499:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2500:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2501:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2502:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2503:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2504:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2505:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2506:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2507:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2508:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2509:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2510:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2511:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2512:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2513:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2515:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2516:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2517:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2518:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2519:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2520:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2521:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2522:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2523:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2524:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2525:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2526:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2527:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2528:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2529:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2531:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2532:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2533:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2534:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2535:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2536:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2537:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2538:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2539:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2540:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2541:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2542:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2543:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2544:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2545:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2547:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2548:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2549:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2550:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2551:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2552:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2553:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2554:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2555:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2556:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2557:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2558:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2559:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2560:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2561:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2563:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2564:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2565:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2566:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2567:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2568:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2569:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2570:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2571:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2572:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2573:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2574:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2575:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2576:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2577:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2579:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2580:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2581:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2582:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2583:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2584:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2585:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2586:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2587:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2588:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2589:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2590:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2591:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2592:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2593:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2595:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2596:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2597:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2598:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2599:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2600:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2601:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2602:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2603:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2604:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2605:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2606:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2607:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2608:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2609:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2611:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2612:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2613:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2614:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2615:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2616:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2617:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2618:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2619:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2620:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2621:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2622:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2623:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2624:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2625:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2627:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2628:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2629:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2630:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2631:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2632:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2633:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2634:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2635:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2636:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2637:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2638:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2639:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2640:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2641:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2643:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2644:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2645:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2646:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2647:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2648:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2649:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2650:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2651:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2652:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2653:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2654:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2655:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2656:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2657:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2659:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2660:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2661:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2662:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2663:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2664:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2665:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2666:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2667:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2668:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2669:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2670:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2671:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2672:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2673:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2675:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2676:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2677:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2678:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2679:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2680:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2681:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2682:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2683:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2684:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2685:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2686:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2687:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2688:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2689:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2691:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2692:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2693:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2694:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2695:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2696:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2697:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2698:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2699:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2700:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2701:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2702:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2703:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2704:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2705:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2707:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2708:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2709:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2710:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2711:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2712:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2713:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2714:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2715:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2716:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2717:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2718:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2719:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2720:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2721:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2722:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2723:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2724:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2725:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2726:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2727:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2728:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2729:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2730:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2731:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2732:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2733:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2734:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2735:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2736:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2737:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2739:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2740:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2741:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2742:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2743:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2744:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2745:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2746:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2747:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2748:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2749:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2750:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2751:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2752:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2753:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2755:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2756:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2757:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2758:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2759:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2760:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2761:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2762:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2763:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2764:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2765:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2766:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2767:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2768:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2769:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2770:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2771:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2772:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2773:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2774:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2775:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2776:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2777:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2778:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2779:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2780:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2781:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2782:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2783:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2784:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2785:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2787:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2788:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2789:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2790:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2791:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2792:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2793:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2794:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2795:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2796:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2797:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2798:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2799:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2800:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2801:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2803:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2804:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2805:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2806:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2807:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2808:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2809:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2810:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2811:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2812:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2813:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2814:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2815:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2816:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2817:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2819:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2820:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2821:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2822:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2823:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2824:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2825:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2826:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2827:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2828:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2829:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2830:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2831:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2832:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2833:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2835:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2836:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2837:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2838:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2839:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2840:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2841:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2842:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2843:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2844:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2845:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2846:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2847:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2848:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2849:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2851:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2852:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2853:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2854:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2855:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2856:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2857:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2858:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2859:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2860:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2861:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2862:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2863:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2864:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2865:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2867:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2868:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2869:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2870:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2871:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2872:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2873:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2874:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2875:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2876:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2877:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2878:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2879:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2880:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2881:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2883:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2884:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2885:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2886:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2887:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2888:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2889:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2890:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2891:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2892:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2893:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2894:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2895:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2896:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2897:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2899:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2900:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2901:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2902:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2903:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2904:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2905:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2906:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2907:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2908:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2909:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2910:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2911:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2912:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2913:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2915:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2916:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2917:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2918:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2919:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2920:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2921:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2922:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2923:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2924:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2925:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2926:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2927:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2928:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2929:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2931:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2932:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2933:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2934:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2935:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2936:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2937:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2938:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2939:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2940:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2941:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2942:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2943:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2944:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2945:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2947:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2948:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2949:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2950:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2951:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2952:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2953:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2954:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2955:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2956:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2957:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2958:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2959:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2960:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2961:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2963:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2964:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2965:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2966:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2967:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2968:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2969:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2970:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2971:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2972:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2973:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2974:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2975:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2976:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2977:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2979:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2980:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2981:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2982:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2983:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2984:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2985:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2986:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2987:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2988:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2989:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2990:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2991:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2992:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2993:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2995:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2996:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2997:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2998:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2999:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3000:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3001:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3002:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3003:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3004:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3005:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3006:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3007:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3008:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3009:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3011:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3012:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3013:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3014:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3015:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3016:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3017:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3018:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3019:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3020:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3021:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3022:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3023:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3024:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3025:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3027:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3028:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3029:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3030:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3031:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3032:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3033:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3034:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3035:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3036:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3037:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3038:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3039:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3040:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3041:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3043:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3044:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3045:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3046:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3047:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3048:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3049:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3050:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3051:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3052:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3053:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3054:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3055:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3056:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3057:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3059:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3060:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3061:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3062:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3063:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3064:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3065:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3066:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3067:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3068:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3069:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3070:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3071:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3072:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3073:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3075:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3076:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3077:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3078:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3079:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3080:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3081:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3082:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3083:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3084:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3085:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3086:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3087:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3088:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3089:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3091:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3092:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3093:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3094:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3095:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3096:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3097:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3098:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3099:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3100:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3101:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3102:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3103:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3104:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3105:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3107:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3108:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3109:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3110:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3111:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3112:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3113:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3114:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3115:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3116:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3117:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3118:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3119:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3120:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3121:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3122:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3123:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3124:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3125:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3126:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3127:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3128:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3129:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3130:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3131:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3132:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3133:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3134:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3135:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3136:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3137:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3139:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3140:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3141:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3142:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3143:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3144:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3145:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3146:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3147:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3148:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3149:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3150:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3151:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3152:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3153:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3154:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3155:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3172:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3173:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3174:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3175:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3176:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3177:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3178:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3179:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3180:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3181:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3182:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3183:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3184:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3185:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3187:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3188:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3189:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3190:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3191:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3192:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3193:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3194:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3195:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3196:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3197:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3198:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3199:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3200:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3201:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3203:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3204:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3205:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3206:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3207:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3208:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3209:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3210:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3211:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3212:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3213:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3214:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3215:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3216:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3217:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3219:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3220:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3221:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3222:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3223:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3224:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3225:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3226:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3227:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3228:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3229:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3230:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3231:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3232:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3233:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3235:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3236:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3237:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3238:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3239:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3240:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3241:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3242:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3243:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3244:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3245:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3246:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3247:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3248:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3249:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3251:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3252:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3253:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3254:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3255:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3256:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3257:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3258:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3259:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3260:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3261:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3262:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3263:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3264:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3265:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3267:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3268:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3269:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3270:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3271:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3272:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3273:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3274:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3275:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3276:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3277:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3278:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3279:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3280:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3281:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3283:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3284:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3285:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3286:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3287:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3288:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3289:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3290:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3291:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3292:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3293:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3294:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3295:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3296:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3297:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3299:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3300:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3301:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3302:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3303:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3304:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3305:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3306:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3307:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3308:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3309:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3310:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3311:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3312:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3313:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3315:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3316:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3317:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3318:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3319:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3320:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3321:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3322:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3323:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3324:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3325:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3326:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3327:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3328:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3329:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3331:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3332:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3333:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3334:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3335:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3336:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3337:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3338:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3339:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3340:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3341:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3342:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3343:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3344:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3345:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3347:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3348:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3349:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3350:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3351:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3352:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3353:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3354:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3355:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3356:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3357:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3358:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3359:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3360:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3361:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3363:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3364:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3365:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3366:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3367:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3368:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3369:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3370:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3371:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3372:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3373:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3374:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3375:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3376:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3377:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3379:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3380:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3381:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3382:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3383:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3384:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3385:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3386:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3387:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3388:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3389:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3390:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3391:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3392:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3393:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3395:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3396:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3397:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3398:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3399:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3400:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3401:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3402:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3403:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3404:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3405:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3406:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3407:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3408:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3409:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3411:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3412:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3413:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3414:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3415:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3416:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3417:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3418:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3419:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3420:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3421:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3422:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3423:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3424:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3425:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3427:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3428:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3429:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3430:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3431:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3432:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3433:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3434:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3435:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3436:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3437:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3438:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3439:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3440:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3441:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3443:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3444:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3445:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3446:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3447:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3448:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3449:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3450:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3451:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3452:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3453:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3454:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3455:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3456:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3457:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3459:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3460:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3461:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3462:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3463:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3464:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3465:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3466:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3467:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3468:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3469:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3470:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3471:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3472:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3473:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3475:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3476:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3477:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3478:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3479:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3480:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3481:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3482:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3483:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3484:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3485:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3486:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3487:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3488:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3489:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3490:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3491:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3492:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3493:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3494:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3495:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3496:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3497:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3498:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3499:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3500:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3501:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3502:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3503:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3504:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3505:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3506:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3507:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3508:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3509:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3510:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3511:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3512:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3513:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3514:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3515:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3516:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3517:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3518:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3519:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3520:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3521:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3522:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3523:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3524:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3525:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3526:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3527:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3528:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3529:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3530:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3531:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3532:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3533:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3534:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3535:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3536:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3537:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3538:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3539:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3540:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3541:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3542:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3543:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3544:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3545:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3546:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3547:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3548:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3549:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3550:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3551:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3552:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3553:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3554:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3555:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3556:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3557:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3558:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3559:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3560:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3561:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3562:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3563:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3564:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3565:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3566:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3567:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3568:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3569:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3570:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3571:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3572:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3573:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3574:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3575:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3576:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3577:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3578:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3579:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3580:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3581:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3582:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3583:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3584:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3585:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3586:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3587:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3588:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3589:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3590:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3591:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3592:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3593:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3594:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3595:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3596:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3597:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3598:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3599:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3600:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3601:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3602:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3603:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3604:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3605:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3606:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3607:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3608:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3609:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3610:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3611:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3612:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3613:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3614:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3615:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3616:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3617:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3618:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3619:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3620:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3621:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3622:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3623:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3624:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3625:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3626:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3627:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3628:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3629:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3630:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3631:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3632:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3633:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3634:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3635:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3636:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3637:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3638:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3639:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3640:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3641:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3642:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3643:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3644:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3645:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3646:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3647:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3648:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3649:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3650:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3651:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3652:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3653:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3654:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3655:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3656:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3657:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3658:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3659:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3660:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3661:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3662:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3663:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3664:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3665:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3666:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3667:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3668:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3669:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3670:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3671:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3672:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3673:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3674:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3675:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3676:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3677:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3678:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3679:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3680:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3681:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3682:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3683:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3684:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3685:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3686:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3687:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3688:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3689:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3690:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3691:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3692:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3693:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3694:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3695:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3696:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3697:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3698:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3699:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3700:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3701:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3702:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3703:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3704:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3705:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3706:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3707:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3708:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3709:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3710:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3711:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3712:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3713:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3714:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3715:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3716:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3717:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3718:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3719:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3720:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3721:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3722:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3723:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3724:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3725:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3726:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3727:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3728:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3729:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3730:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3731:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3732:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3733:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3734:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3735:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3736:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3737:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3738:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3739:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3740:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3741:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3742:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3743:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3744:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3745:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3746:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3747:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3748:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3749:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3750:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3751:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3752:2: don't use ALL_CAPS in Go names; use CamelCase
cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3753:2: don't use ALL_CAPS in Go names;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment