github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/tags (about)

     1  !_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
     2  !_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
     3  !_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
     4  !_TAG_PROGRAM_NAME	Exuberant Ctags	//
     5  !_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
     6  !_TAG_PROGRAM_VERSION	5.8	//
     7  1	./runtime/cgo/gcc_386.S	/^1:$/;"	l
     8  1	./runtime/cgo/gcc_arm.S	/^1:$/;"	l
     9  1	./runtime/cgo/gcc_arm64.S	/^1:$/;"	l
    10  1	./runtime/cgo/gcc_ppc64x.S	/^1:$/;"	l
    11  A6	./math/big/arith_amd64.s	/^A6:$/;"	l
    12  ADDR	./cmd/internal/obj/x86/asm6.go	/^					ctxt.Diag("asmins: Zaut sb type ADDR")$/;"	t
    13  ADR	./cmd/internal/obj/arm64/asm7.go	/^func ADR(p uint32, o uint32, rt uint32) uint32 {$/;"	f
    14  AEAD	./crypto/cipher/gcm.go	/^type AEAD interface {$/;"	t
    15  ANDL	./crypto/sha1/sha1block_386.s	/^	ANDL	d, SI; \\$/;"	d
    16  ANDL	./crypto/sha1/sha1block_amd64.s	/^	ANDL	d, R8; \\$/;"	d
    17  ANDL	./crypto/sha1/sha1block_amd64p32.s	/^	ANDL	d, R8; \\$/;"	d
    18  AOP_IRR	./cmd/internal/obj/ppc64/asm9.go	/^func AOP_IRR(op uint32, d uint32, a uint32, simm uint32) uint32 {$/;"	f
    19  AOP_RRR	./cmd/internal/obj/ppc64/asm9.go	/^func AOP_RRR(op uint32, d uint32, a uint32, b uint32) uint32 {$/;"	f
    20  ARM64Suffix	./cmd/asm/internal/arch/arm64.go	/^func ARM64Suffix(prog *obj.Prog, cond string) bool {$/;"	f
    21  ARMConditionCodes	./cmd/asm/internal/arch/arm.go	/^func ARMConditionCodes(prog *obj.Prog, cond string) bool {$/;"	f
    22  ARMMRCOffset	./cmd/asm/internal/arch/arm.go	/^func ARMMRCOffset(op int, cond string, x0, x1, x2, x3, x4, x5 int64) (offset int64, op0 int16, ok bool) {$/;"	f
    23  ARM_BASE	./runtime/sys_linux_arm.s	/^#define ARM_BASE (SYS_BASE + 0x0f0000)$/;"	d
    24  ASSOC	./cmd/yacc/yacc.go	/^func ASSOC(i int) int { return i & 3 }$/;"	f
    25  AT_FDCWD	./runtime/sys_linux_arm64.s	/^#define AT_FDCWD -100$/;"	d
    26  Abs	./cmd/compile/internal/big/float.go	/^func (z *Float) Abs(x *Float) *Float {$/;"	f
    27  Abs	./cmd/compile/internal/big/int.go	/^func (z *Int) Abs(x *Int) *Int {$/;"	f
    28  Abs	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Abs(x *Rat) *Rat {$/;"	f
    29  Abs	./math/abs.go	/^func Abs(x float64) float64$/;"	f
    30  Abs	./math/big/float.go	/^func (z *Float) Abs(x *Float) *Float {$/;"	f
    31  Abs	./math/big/int.go	/^func (z *Int) Abs(x *Int) *Int {$/;"	f
    32  Abs	./math/big/rat.go	/^func (z *Rat) Abs(x *Rat) *Rat {$/;"	f
    33  Abs	./math/cmplx/abs.go	/^func Abs(x complex128) float64 { return math.Hypot(real(x), imag(x)) }$/;"	f
    34  Abs	./path/filepath/path.go	/^func Abs(path string) (string, error) {$/;"	f
    35  AbsFileLine	./cmd/internal/obj/obj.go	/^func (h *LineHist) AbsFileLine(lineno int) (file string, line int) {$/;"	f
    36  Acc	./cmd/compile/internal/big/float.go	/^func (x *Float) Acc() Accuracy {$/;"	f
    37  Acc	./math/big/float.go	/^func (x *Float) Acc() Accuracy {$/;"	f
    38  Accept	./crypto/tls/tls.go	/^func (l *listener) Accept() (c net.Conn, err error) {$/;"	f
    39  Accept	./net/http/httptest/server.go	/^func (hs *historyListener) Accept() (c net.Conn, err error) {$/;"	f
    40  Accept	./net/http/serve_test.go	/^func (l *errorListener) Accept() (c net.Conn, err error) {$/;"	f
    41  Accept	./net/http/serve_test.go	/^func (l *oneConnListener) Accept() (c net.Conn, err error) {$/;"	f
    42  Accept	./net/http/serve_test.go	/^func (l trackLastConnListener) Accept() (c net.Conn, err error) {$/;"	f
    43  Accept	./net/http/server.go	/^func (ln tcpKeepAliveListener) Accept() (c net.Conn, err error) {$/;"	f
    44  Accept	./net/internal/socktest/sys_unix.go	/^func (sw *Switch) Accept(s int) (ns int, sa syscall.Sockaddr, err error) {$/;"	f
    45  Accept	./net/rpc/server.go	/^func (server *Server) Accept(lis net.Listener) {$/;"	f
    46  Accept	./net/rpc/server.go	/^func Accept(lis net.Listener) { DefaultServer.Accept(lis) }$/;"	f
    47  Accept	./net/tcpsock_plan9.go	/^func (l *TCPListener) Accept() (Conn, error) {$/;"	f
    48  Accept	./net/tcpsock_posix.go	/^func (l *TCPListener) Accept() (Conn, error) {$/;"	f
    49  Accept	./net/unixsock_plan9.go	/^func (l *UnixListener) Accept() (Conn, error) {$/;"	f
    50  Accept	./net/unixsock_posix.go	/^func (l *UnixListener) Accept() (c Conn, err error) {$/;"	f
    51  Accept	./syscall/net_nacl.go	/^func Accept(fd int) (newfd int, sa Sockaddr, err error) {$/;"	f
    52  Accept	./syscall/syscall_bsd.go	/^func Accept(fd int) (nfd int, sa Sockaddr, err error) {$/;"	f
    53  Accept	./syscall/syscall_linux.go	/^func Accept(fd int) (nfd int, sa Sockaddr, err error) {$/;"	f
    54  Accept	./syscall/syscall_solaris.go	/^func Accept(fd int) (nfd int, sa Sockaddr, err error) {$/;"	f
    55  Accept	./syscall/syscall_windows.go	/^func Accept(fd Handle) (nfd Handle, sa Sockaddr, err error) { return 0, nil, EWINDOWS }$/;"	f
    56  Accept4	./net/internal/socktest/sys_cloexec.go	/^func (sw *Switch) Accept4(s, flags int) (ns int, sa syscall.Sockaddr, err error) {$/;"	f
    57  Accept4	./syscall/syscall_freebsd.go	/^func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) {$/;"	f
    58  Accept4	./syscall/syscall_linux.go	/^func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) {$/;"	f
    59  AcceptEx	./syscall/zsyscall_windows.go	/^func AcceptEx(ls Handle, as Handle, buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, recvd *uint32, overlapped *Overlapped) (err error) {$/;"	f
    60  AcceptTCP	./net/tcpsock_plan9.go	/^func (l *TCPListener) AcceptTCP() (*TCPConn, error) {$/;"	f
    61  AcceptTCP	./net/tcpsock_posix.go	/^func (l *TCPListener) AcceptTCP() (*TCPConn, error) {$/;"	f
    62  AcceptUnix	./net/unixsock_plan9.go	/^func (l *UnixListener) AcceptUnix() (*UnixConn, error) {$/;"	f
    63  AcceptUnix	./net/unixsock_posix.go	/^func (l *UnixListener) AcceptUnix() (*UnixConn, error) {$/;"	f
    64  Access	./cmd/internal/obj/util.go	/^func Access(name string, mode int) int {$/;"	f
    65  Access	./cmd/link/internal/ld/util.go	/^func Access(name string, mode int) int {$/;"	f
    66  Access	./syscall/syscall_linux.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    67  Access	./syscall/zsyscall_darwin_386.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    68  Access	./syscall/zsyscall_darwin_amd64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    69  Access	./syscall/zsyscall_darwin_arm.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    70  Access	./syscall/zsyscall_darwin_arm64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    71  Access	./syscall/zsyscall_dragonfly_amd64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    72  Access	./syscall/zsyscall_freebsd_386.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    73  Access	./syscall/zsyscall_freebsd_amd64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    74  Access	./syscall/zsyscall_freebsd_arm.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    75  Access	./syscall/zsyscall_netbsd_386.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    76  Access	./syscall/zsyscall_netbsd_amd64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    77  Access	./syscall/zsyscall_netbsd_arm.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    78  Access	./syscall/zsyscall_openbsd_386.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    79  Access	./syscall/zsyscall_openbsd_amd64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    80  Access	./syscall/zsyscall_openbsd_arm.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    81  Access	./syscall/zsyscall_solaris_amd64.go	/^func Access(path string, mode uint32) (err error) {$/;"	f
    82  Acct	./syscall/zsyscall_linux_386.go	/^func Acct(path string) (err error) {$/;"	f
    83  Acct	./syscall/zsyscall_linux_amd64.go	/^func Acct(path string) (err error) {$/;"	f
    84  Acct	./syscall/zsyscall_linux_arm.go	/^func Acct(path string) (err error) {$/;"	f
    85  Acct	./syscall/zsyscall_linux_arm64.go	/^func Acct(path string) (err error) {$/;"	f
    86  Acct	./syscall/zsyscall_linux_ppc64.go	/^func Acct(path string) (err error) {$/;"	f
    87  Acct	./syscall/zsyscall_linux_ppc64le.go	/^func Acct(path string) (err error) {$/;"	f
    88  Accuracy	./cmd/compile/internal/big/float.go	/^type Accuracy int8$/;"	t
    89  Accuracy	./math/big/float.go	/^type Accuracy int8$/;"	t
    90  Aconv	./cmd/internal/obj/util.go	/^func Aconv(a int) string {$/;"	f
    91  Acos	./math/asin.go	/^func Acos(x float64) float64$/;"	f
    92  Acos	./math/cmplx/asin.go	/^func Acos(x complex128) complex128 {$/;"	f
    93  Acosh	./math/acosh.go	/^func Acosh(x float64) float64 {$/;"	f
    94  Acosh	./math/cmplx/asin.go	/^func Acosh(x complex128) complex128 {$/;"	f
    95  ActionNode	./text/template/parse/node.go	/^type ActionNode struct {$/;"	t
    96  Add	./cmd/compile/internal/big/float.go	/^func (z *Float) Add(x, y *Float) *Float {$/;"	f
    97  Add	./cmd/compile/internal/big/int.go	/^func (z *Int) Add(x, y *Int) *Int {$/;"	f
    98  Add	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Add(x, y *Rat) *Rat {$/;"	f
    99  Add	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) {$/;"	f
   100  Add	./crypto/elliptic/p224.go	/^func (p224Curve) Add(bigX1, bigY1, bigX2, bigY2 *big.Int) (x, y *big.Int) {$/;"	f
   101  Add	./expvar/expvar.go	/^func (v *Float) Add(delta float64) {$/;"	f
   102  Add	./expvar/expvar.go	/^func (v *Int) Add(delta int64) {$/;"	f
   103  Add	./expvar/expvar.go	/^func (v *Map) Add(key string, delta int64) {$/;"	f
   104  Add	./go/scanner/errors.go	/^func (p *ErrorList) Add(pos token.Position, msg string) {$/;"	f
   105  Add	./image/geom.go	/^func (p Point) Add(q Point) Point {$/;"	f
   106  Add	./image/geom.go	/^func (r Rectangle) Add(p Point) Rectangle {$/;"	f
   107  Add	./math/big/float.go	/^func (z *Float) Add(x, y *Float) *Float {$/;"	f
   108  Add	./math/big/int.go	/^func (z *Int) Add(x, y *Int) *Int {$/;"	f
   109  Add	./math/big/rat.go	/^func (z *Rat) Add(x, y *Rat) *Rat {$/;"	f
   110  Add	./net/http/header.go	/^func (h Header) Add(key, value string) {$/;"	f
   111  Add	./net/rpc/jsonrpc/all_test.go	/^func (t *Arith) Add(args *Args, reply *Reply) error {$/;"	f
   112  Add	./net/rpc/server_test.go	/^func (t *Arith) Add(args Args, reply *Reply) error {$/;"	f
   113  Add	./net/textproto/header.go	/^func (h MIMEHeader) Add(key, value string) {$/;"	f
   114  Add	./net/url/url.go	/^func (v Values) Add(key, value string) {$/;"	f
   115  Add	./runtime/pprof/pprof.go	/^func (p *Profile) Add(value interface{}, skip int) {$/;"	f
   116  Add	./sync/waitgroup.go	/^func (wg *WaitGroup) Add(delta int) {$/;"	f
   117  Add	./text/template/parse/node.go	/^func (c *ChainNode) Add(field string) {$/;"	f
   118  Add	./time/time.go	/^func (t Time) Add(d Duration) Time {$/;"	f
   119  AddCert	./crypto/x509/cert_pool.go	/^func (s *CertPool) AddCert(cert *Certificate) {$/;"	f
   120  AddCookie	./net/http/request.go	/^func (r *Request) AddCookie(c *Cookie) {$/;"	f
   121  AddDate	./time/time.go	/^func (t Time) AddDate(years int, months int, days int) Time {$/;"	f
   122  AddExtensionType	./mime/type.go	/^func AddExtensionType(ext, typ string) error {$/;"	f
   123  AddFile	./go/token/position.go	/^func (s *FileSet) AddFile(filename string, base, size int) *File {$/;"	f
   124  AddFloat	./expvar/expvar.go	/^func (v *Map) AddFloat(key string, delta float64) {$/;"	f
   125  AddImport	./cmd/internal/obj/obj.go	/^func (ctxt *Link) AddImport(pkg string) {$/;"	f
   126  AddInt32	./sync/atomic/doc.go	/^func AddInt32(addr *int32, delta int32) (new int32)$/;"	f
   127  AddInt64	./sync/atomic/doc.go	/^func AddInt64(addr *int64, delta int64) (new int64)$/;"	f
   128  AddLine	./go/token/position.go	/^func (f *File) AddLine(offset int) {$/;"	f
   129  AddLineInfo	./go/token/position.go	/^func (f *File) AddLineInfo(offset int, filename string, line int) {$/;"	f
   130  AddMethod	./go/types/type.go	/^func (t *Named) AddMethod(m *Func) {$/;"	f
   131  AddParseTree	./html/template/template.go	/^func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) {$/;"	f
   132  AddParseTree	./text/template/template.go	/^func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) {$/;"	f
   133  AddSym	./cmd/link/internal/ld/data.go	/^func (p *GCProg) AddSym(s *LSym) {$/;"	f
   134  AddTypes	./debug/dwarf/open.go	/^func (d *Data) AddTypes(name string, types []byte) error {$/;"	f
   135  AddUint32	./sync/atomic/doc.go	/^func AddUint32(addr *uint32, delta uint32) (new uint32)$/;"	f
   136  AddUint64	./sync/atomic/doc.go	/^func AddUint64(addr *uint64, delta uint64) (new uint64)$/;"	f
   137  AddUintptr	./sync/atomic/doc.go	/^func AddUintptr(addr *uintptr, delta uintptr) (new uintptr)$/;"	f
   138  Addaddr	./cmd/link/internal/ld/data.go	/^func Addaddr(ctxt *Link, s *LSym, t *LSym) int64 {$/;"	f
   139  Addaddrplus	./cmd/link/internal/ld/data.go	/^func Addaddrplus(ctxt *Link, s *LSym, t *LSym, add int64) int64 {$/;"	f
   140  Addcall	./cmd/link/internal/amd64/asm.go	/^func Addcall(ctxt *ld.Link, s *ld.LSym, t *ld.LSym) int64 {$/;"	f
   141  Adddynsym	./cmd/link/internal/ld/go.go	/^func Adddynsym(ctxt *Link, s *LSym) {$/;"	f
   142  Addpcrelplus	./cmd/link/internal/ld/data.go	/^func Addpcrelplus(ctxt *Link, s *LSym, t *LSym, add int64) int64 {$/;"	f
   143  Addr	./cmd/internal/obj/link.go	/^type Addr struct {$/;"	t
   144  Addr	./net/http/serve_test.go	/^func (l *errorListener) Addr() net.Addr {$/;"	f
   145  Addr	./net/http/serve_test.go	/^func (l *oneConnListener) Addr() net.Addr {$/;"	f
   146  Addr	./net/net.go	/^type Addr interface {$/;"	t
   147  Addr	./net/tcpsock_plan9.go	/^func (l *TCPListener) Addr() Addr { return l.fd.laddr }$/;"	f
   148  Addr	./net/tcpsock_posix.go	/^func (l *TCPListener) Addr() Addr { return l.fd.laddr }$/;"	f
   149  Addr	./net/unixsock_plan9.go	/^func (l *UnixListener) Addr() Addr { return nil }$/;"	f
   150  Addr	./net/unixsock_posix.go	/^func (l *UnixListener) Addr() Addr { return l.fd.laddr }$/;"	f
   151  Addr	./reflect/value.go	/^func (v Value) Addr() Value {$/;"	f
   152  Addr	./syscall/dll_windows.go	/^func (p *LazyProc) Addr() uintptr {$/;"	f
   153  Addr	./syscall/dll_windows.go	/^func (p *Proc) Addr() uintptr {$/;"	f
   154  AddrError	./net/net.go	/^type AddrError struct {$/;"	t
   155  AddrMode	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type AddrMode uint8$/;"	t
   156  AddrOfTemp	./runtime/race/testdata/regression_test.go	/^func AddrOfTemp() {$/;"	f
   157  AddrT	./runtime/race/testdata/mop_test.go	/^type AddrT struct {$/;"	t
   158  AddrT2	./runtime/race/testdata/mop_test.go	/^type AddrT2 struct {$/;"	t
   159  AddrType	./debug/dwarf/type.go	/^type AddrType struct {$/;"	t
   160  Addrel	./cmd/internal/obj/data.go	/^func Addrel(s *LSym) *Reloc {$/;"	f
   161  Addrel	./cmd/link/internal/ld/data.go	/^func Addrel(s *LSym) *Reloc {$/;"	f
   162  Address	./encoding/xml/example_test.go	/^	type Address struct {$/;"	t
   163  Address	./net/mail/message.go	/^type Address struct {$/;"	t
   164  AddressList	./net/mail/message.go	/^func (h Header) AddressList(key string) ([]*Address, error) {$/;"	f
   165  AddressParser	./net/mail/message.go	/^type AddressParser struct {$/;"	t
   166  AddressSize	./debug/dwarf/entry.go	/^func (r *Reader) AddressSize() int {$/;"	f
   167  AddressSize	./debug/dwarf/typeunit.go	/^func (tur *typeUnitReader) AddressSize() int {$/;"	f
   168  Addressable	./go/types/api.go	/^func (tv TypeAndValue) Addressable() bool {$/;"	f
   169  AddrinfoW	./syscall/ztypes_windows.go	/^type AddrinfoW struct {$/;"	t
   170  Addrs	./net/interface.go	/^func (ifi *Interface) Addrs() ([]Addr, error) {$/;"	f
   171  Addstring	./cmd/link/internal/ld/data.go	/^func Addstring(s *LSym, str string) int64 {$/;"	f
   172  Adduint16	./cmd/link/internal/ld/data.go	/^func Adduint16(ctxt *Link, s *LSym, v uint16) int64 {$/;"	f
   173  Adduint32	./cmd/internal/obj/data.go	/^func Adduint32(ctxt *Link, s *LSym, v uint32) int64 {$/;"	f
   174  Adduint32	./cmd/link/internal/ld/data.go	/^func Adduint32(ctxt *Link, s *LSym, v uint32) int64 {$/;"	f
   175  Adduint64	./cmd/internal/obj/data.go	/^func Adduint64(ctxt *Link, s *LSym, v uint64) int64 {$/;"	f
   176  Adduint64	./cmd/link/internal/ld/data.go	/^func Adduint64(ctxt *Link, s *LSym, v uint64) int64 {$/;"	f
   177  Adduint8	./cmd/link/internal/ld/data.go	/^func Adduint8(ctxt *Link, s *LSym, v uint8) int64 {$/;"	f
   178  Adjtime	./syscall/zsyscall_darwin_386.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   179  Adjtime	./syscall/zsyscall_darwin_amd64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   180  Adjtime	./syscall/zsyscall_darwin_arm.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   181  Adjtime	./syscall/zsyscall_darwin_arm64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   182  Adjtime	./syscall/zsyscall_dragonfly_amd64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   183  Adjtime	./syscall/zsyscall_freebsd_386.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   184  Adjtime	./syscall/zsyscall_freebsd_amd64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   185  Adjtime	./syscall/zsyscall_freebsd_arm.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   186  Adjtime	./syscall/zsyscall_netbsd_386.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   187  Adjtime	./syscall/zsyscall_netbsd_amd64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   188  Adjtime	./syscall/zsyscall_netbsd_arm.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   189  Adjtime	./syscall/zsyscall_openbsd_386.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   190  Adjtime	./syscall/zsyscall_openbsd_amd64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   191  Adjtime	./syscall/zsyscall_openbsd_arm.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   192  Adjtime	./syscall/zsyscall_solaris_amd64.go	/^func Adjtime(delta *Timeval, olddelta *Timeval) (err error) {$/;"	f
   193  Adjtimex	./syscall/zsyscall_linux_386.go	/^func Adjtimex(buf *Timex) (state int, err error) {$/;"	f
   194  Adjtimex	./syscall/zsyscall_linux_amd64.go	/^func Adjtimex(buf *Timex) (state int, err error) {$/;"	f
   195  Adjtimex	./syscall/zsyscall_linux_arm.go	/^func Adjtimex(buf *Timex) (state int, err error) {$/;"	f
   196  Adjtimex	./syscall/zsyscall_linux_arm64.go	/^func Adjtimex(buf *Timex) (state int, err error) {$/;"	f
   197  Adjtimex	./syscall/zsyscall_linux_ppc64.go	/^func Adjtimex(buf *Timex) (state int, err error) {$/;"	f
   198  Adjtimex	./syscall/zsyscall_linux_ppc64le.go	/^func Adjtimex(buf *Timex) (state int, err error) {$/;"	f
   199  After	./time/sleep.go	/^func After(d Duration) <-chan Time {$/;"	f
   200  After	./time/time.go	/^func (t Time) After(u Time) bool {$/;"	f
   201  AfterFilter	./net/internal/socktest/switch.go	/^type AfterFilter func(*Status) error$/;"	t
   202  AfterFunc	./time/sleep.go	/^func AfterFunc(d Duration, f func()) *Timer {$/;"	f
   203  Afunclit	./cmd/compile/internal/gc/gsubr.go	/^func Afunclit(a *obj.Addr, n *Node) {$/;"	f
   204  Agen	./cmd/compile/internal/gc/cgen.go	/^func Agen(n *Node, res *Node) {$/;"	f
   205  Agenr	./cmd/compile/internal/gc/cgen.go	/^func Agenr(n *Node, a *Node, res *Node) {$/;"	f
   206  Aggregate	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Aggregate(inlineFrame, function, filename, linenumber, address bool) error {$/;"	f
   207  Alert	./log/syslog/syslog.go	/^func (w *Writer) Alert(m string) (err error) {$/;"	f
   208  AlgorithmIdentifier	./crypto/x509/pkix/pkix.go	/^type AlgorithmIdentifier struct {$/;"	t
   209  AlgorithmIdentifier	./encoding/asn1/asn1_test.go	/^type AlgorithmIdentifier struct {$/;"	t
   210  Align	./reflect/type.go	/^func (t *rtype) Align() int { return int(t.align) }$/;"	f
   211  Alignof	./cmd/compile/internal/gc/builtin/unsafe.go	/^func Alignof(any) uintptr$/;"	f
   212  Alignof	./go/types/sizes.go	/^func (s *StdSizes) Alignof(T Type) int64 {$/;"	f
   213  Alignof	./unsafe/unsafe.go	/^func Alignof(x ArbitraryType) uintptr$/;"	f
   214  All	./encoding/json/decode_test.go	/^type All struct {$/;"	t
   215  AllocedBytesPerOp	./testing/benchmark.go	/^func (r BenchmarkResult) AllocedBytesPerOp() int64 {$/;"	f
   216  AllocsPerOp	./testing/benchmark.go	/^func (r BenchmarkResult) AllocsPerOp() int64 {$/;"	f
   217  AllocsPerRun	./testing/allocs.go	/^func AllocsPerRun(runs int, f func()) (avg float64) {$/;"	f
   218  Alpha	./image/color/color.go	/^type Alpha struct {$/;"	t
   219  Alpha	./image/image.go	/^type Alpha struct {$/;"	t
   220  Alpha16	./image/color/color.go	/^type Alpha16 struct {$/;"	t
   221  Alpha16	./image/image.go	/^type Alpha16 struct {$/;"	t
   222  Alpha16At	./image/image.go	/^func (p *Alpha16) Alpha16At(x, y int) color.Alpha16 {$/;"	f
   223  AlphaAt	./image/image.go	/^func (p *Alpha) AlphaAt(x, y int) color.Alpha {$/;"	f
   224  AlsoOk	./cmd/vet/testdata/copylock_func.go	/^func (EmbeddedLocker) AlsoOk() {}$/;"	f
   225  AlsoOk	./cmd/vet/testdata/copylock_func.go	/^func (EmbeddedMutexPointer) AlsoOk()   {}$/;"	f
   226  Ambig	./encoding/json/decode_test.go	/^type Ambig struct {$/;"	t
   227  Anames	./cmd/internal/obj/arm/anames.go	/^var Anames = []string{$/;"	v
   228  Anames	./cmd/internal/obj/arm64/anames.go	/^var Anames = []string{$/;"	v
   229  Anames	./cmd/internal/obj/ppc64/anames.go	/^var Anames = []string{$/;"	v
   230  Anames	./cmd/internal/obj/stringer.go	/^var Anames = []string{$/;"	v
   231  Anames	./cmd/internal/obj/util.go	/^var Anames = []string{$/;"	v
   232  Anames	./cmd/internal/obj/x86/anames.go	/^var Anames = []string{$/;"	v
   233  And	./cmd/compile/internal/big/int.go	/^func (z *Int) And(x, y *Int) *Int {$/;"	f
   234  And	./math/big/int.go	/^func (z *Int) And(x, y *Int) *Int {$/;"	f
   235  AndNot	./cmd/compile/internal/big/int.go	/^func (z *Int) AndNot(x, y *Int) *Int {$/;"	f
   236  AndNot	./math/big/int.go	/^func (z *Int) AndNot(x, y *Int) *Int {$/;"	f
   237  Animal	./encoding/json/example_test.go	/^	type Animal struct {$/;"	t
   238  Anonymous	./go/types/object.go	/^func (obj *Var) Anonymous() bool { return obj.anonymous }$/;"	f
   239  AnotherMethod	./reflect/all_test.go	/^func (p Point) AnotherMethod(scale int) int {$/;"	f
   240  AnyHolder	./encoding/xml/marshal_test.go	/^type AnyHolder struct {$/;"	t
   241  AnyOmitTest	./encoding/xml/marshal_test.go	/^type AnyOmitTest struct {$/;"	t
   242  AnySliceTest	./encoding/xml/marshal_test.go	/^type AnySliceTest struct {$/;"	t
   243  AnyTest	./encoding/xml/marshal_test.go	/^type AnyTest struct {$/;"	t
   244  Anyregalloc	./cmd/compile/internal/gc/gsubr.go	/^func Anyregalloc() bool {$/;"	f
   245  Append	./cmd/compile/internal/big/ftoa.go	/^func (x *Float) Append(buf []byte, fmt byte, prec int) []byte {$/;"	f
   246  Append	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) Append(prog []byte, n int64) {$/;"	f
   247  Append	./math/big/ftoa.go	/^func (x *Float) Append(buf []byte, fmt byte, prec int) []byte {$/;"	f
   248  Append	./reflect/value.go	/^func Append(s Value, x ...Value) Value {$/;"	f
   249  AppendBool	./strconv/atob.go	/^func AppendBool(dst []byte, b bool) []byte {$/;"	f
   250  AppendCertsFromPEM	./crypto/x509/cert_pool.go	/^func (s *CertPool) AppendCertsFromPEM(pemCerts []byte) (ok bool) {$/;"	f
   251  AppendFloat	./strconv/ftoa.go	/^func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte {$/;"	f
   252  AppendFormat	./time/format.go	/^func (t Time) AppendFormat(b []byte, layout string) []byte {$/;"	f
   253  AppendInt	./strconv/itoa.go	/^func AppendInt(dst []byte, i int64, base int) []byte {$/;"	f
   254  AppendQuote	./strconv/quote.go	/^func AppendQuote(dst []byte, s string) []byte {$/;"	f
   255  AppendQuoteRune	./strconv/quote.go	/^func AppendQuoteRune(dst []byte, r rune) []byte {$/;"	f
   256  AppendQuoteRuneToASCII	./strconv/quote.go	/^func AppendQuoteRuneToASCII(dst []byte, r rune) []byte {$/;"	f
   257  AppendQuoteToASCII	./strconv/quote.go	/^func AppendQuoteToASCII(dst []byte, s string) []byte {$/;"	f
   258  AppendSlice	./reflect/value.go	/^func AppendSlice(s, t Value) Value {$/;"	f
   259  AppendUint	./strconv/itoa.go	/^func AppendUint(dst []byte, i uint64, base int) []byte {$/;"	f
   260  Appendp	./cmd/internal/obj/ld.go	/^func Appendp(ctxt *Link, q *Prog) *Prog {$/;"	f
   261  ArHdr	./cmd/link/internal/ld/ar.go	/^type ArHdr struct {$/;"	t
   262  ArbitraryType	./unsafe/unsafe.go	/^type ArbitraryType int$/;"	t
   263  Arch	./cmd/asm/internal/arch/arch.go	/^type Arch struct {$/;"	t
   264  Arch	./cmd/compile/internal/gc/go.go	/^type Arch struct {$/;"	t
   265  Arch	./cmd/link/internal/ld/lib.go	/^type Arch struct {$/;"	t
   266  Archive	./cmd/pack/pack.go	/^type Archive struct {$/;"	t
   267  Are	./cmd/internal/obj/stringer.go	/^var Are = regexp.MustCompile(`^\\tA([A-Z0-9]+)`)$/;"	v
   268  Arg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Arg interface {$/;"	t
   269  Arg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Arg interface {$/;"	t
   270  Arg	./cmd/trace/trace.go	/^		type Arg struct {$/;"	t
   271  Arg	./cmd/trace/trace.go	/^	type Arg struct {$/;"	t
   272  Arg	./flag/flag.go	/^func (f *FlagSet) Arg(i int) string {$/;"	f
   273  Arg	./flag/flag.go	/^func Arg(i int) string {$/;"	f
   274  ArgNotPublic	./net/rpc/server_test.go	/^func (t *ArgNotPublic) ArgNotPublic(args *local, reply *Reply) error {$/;"	f
   275  ArgNotPublic	./net/rpc/server_test.go	/^type ArgNotPublic int$/;"	t
   276  ArgServer	./net/http/triv.go	/^func ArgServer(w http.ResponseWriter, req *http.Request) {$/;"	f
   277  Args	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Args [4]Arg$/;"	t
   278  Args	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Args [4]Arg$/;"	t
   279  Args	./flag/flag.go	/^func (f *FlagSet) Args() []string { return f.args }$/;"	f
   280  Args	./flag/flag.go	/^func Args() []string { return CommandLine.args }$/;"	f
   281  Args	./net/rpc/jsonrpc/all_test.go	/^type Args struct {$/;"	t
   282  Args	./net/rpc/server.go	/^		type Args struct {$/;"	t
   283  Args	./net/rpc/server_test.go	/^type Args struct {$/;"	t
   284  Args	./os/proc.go	/^var Args []string$/;"	v
   285  ArgsSizeUnknown	./runtime/funcdata.h	/^#define ArgsSizeUnknown /;"	d
   286  Argsize	./cmd/compile/internal/gc/align.go	/^func Argsize(t *Type) int {$/;"	f
   287  Arith	./net/rpc/jsonrpc/all_test.go	/^type Arith int$/;"	t
   288  Arith	./net/rpc/server.go	/^		type Arith int$/;"	t
   289  Arith	./net/rpc/server.go	/^	Here is a simple example.  A server wishes to export an object of type Arith:$/;"	t
   290  Arith	./net/rpc/server_test.go	/^type Arith int$/;"	t
   291  ArithAddResp	./net/rpc/jsonrpc/all_test.go	/^type ArithAddResp struct {$/;"	t
   292  Array	./go/types/type.go	/^type Array struct {$/;"	t
   293  ArrayOf	./reflect/type.go	/^func ArrayOf(count int, elem Type) Type {$/;"	f
   294  ArrayStruct	./encoding/gob/gobencdec_test.go	/^type ArrayStruct struct {$/;"	t
   295  ArrayType	./debug/dwarf/type.go	/^type ArrayType struct {$/;"	t
   296  Array_array	./cmd/compile/internal/gc/go.go	/^var Array_array int \/\/ runtime offsetof(Array,array) - same for String$/;"	v
   297  Array_cap	./cmd/compile/internal/gc/go.go	/^var Array_cap int \/\/ runtime offsetof(Array,cap)$/;"	v
   298  Array_nel	./cmd/compile/internal/gc/go.go	/^var Array_nel int \/\/ runtime offsetof(Array,nel) - same for String$/;"	v
   299  Asin	./math/asin.go	/^func Asin(x float64) float64$/;"	f
   300  Asin	./math/cmplx/asin.go	/^func Asin(x complex128) complex128 {$/;"	f
   301  Asinh	./math/asinh.go	/^func Asinh(x float64) float64 {$/;"	f
   302  Asinh	./math/cmplx/asin.go	/^func Asinh(x complex128) complex128 {$/;"	f
   303  Asmbelf	./cmd/link/internal/ld/elf.go	/^func Asmbelf(symo int64) {$/;"	f
   304  Asmbelfsetup	./cmd/link/internal/ld/elf.go	/^func Asmbelfsetup() {$/;"	f
   305  Asmbmacho	./cmd/link/internal/ld/macho.go	/^func Asmbmacho() {$/;"	f
   306  Asmbpe	./cmd/link/internal/ld/pe.go	/^func Asmbpe() {$/;"	f
   307  Asmelfsym	./cmd/link/internal/ld/symtab.go	/^func Asmelfsym() {$/;"	f
   308  Asmplan9sym	./cmd/link/internal/ld/symtab.go	/^func Asmplan9sym() {$/;"	f
   309  AssertableTo	./go/types/api.go	/^func AssertableTo(V *Interface, T Type) bool {$/;"	f
   310  Assign	./strconv/decimal.go	/^func (a *decimal) Assign(v uint64) {$/;"	f
   311  AssignComputeBounds	./strconv/extfloat.go	/^func (f *extFloat) AssignComputeBounds(mant uint64, exp int, neg bool, flt *floatInfo) (lower, upper extFloat) {$/;"	f
   312  AssignDecimal	./strconv/extfloat.go	/^func (f *extFloat) AssignDecimal(mantissa uint64, exp10 int, neg bool, trunc bool, flt *floatInfo) (ok bool) {$/;"	f
   313  Assignable	./go/types/api.go	/^func (tv TypeAndValue) Assignable() bool {$/;"	f
   314  AssignableTo	./go/types/api.go	/^func AssignableTo(V, T Type) bool {$/;"	f
   315  AssignableTo	./reflect/type.go	/^func (t *rtype) AssignableTo(u Type) bool {$/;"	f
   316  At	./cmd/internal/obj/obj.go	/^func (h *LineHist) At(lineno int) *LineStack {$/;"	f
   317  At	./encoding/asn1/asn1.go	/^func (b BitString) At(i int) int {$/;"	f
   318  At	./go/types/methodset.go	/^func (s *MethodSet) At(i int) *Selection { return s.list[i] }$/;"	f
   319  At	./go/types/type.go	/^func (t *Tuple) At(i int) *Var { return t.vars[i] }$/;"	f
   320  At	./image/geom.go	/^func (r Rectangle) At(x, y int) color.Color {$/;"	f
   321  At	./image/image.go	/^func (p *Alpha) At(x, y int) color.Color {$/;"	f
   322  At	./image/image.go	/^func (p *Alpha16) At(x, y int) color.Color {$/;"	f
   323  At	./image/image.go	/^func (p *CMYK) At(x, y int) color.Color {$/;"	f
   324  At	./image/image.go	/^func (p *Gray) At(x, y int) color.Color {$/;"	f
   325  At	./image/image.go	/^func (p *Gray16) At(x, y int) color.Color {$/;"	f
   326  At	./image/image.go	/^func (p *NRGBA) At(x, y int) color.Color {$/;"	f
   327  At	./image/image.go	/^func (p *NRGBA64) At(x, y int) color.Color {$/;"	f
   328  At	./image/image.go	/^func (p *Paletted) At(x, y int) color.Color {$/;"	f
   329  At	./image/image.go	/^func (p *RGBA) At(x, y int) color.Color {$/;"	f
   330  At	./image/image.go	/^func (p *RGBA64) At(x, y int) color.Color {$/;"	f
   331  At	./image/names.go	/^func (c *Uniform) At(x, y int) color.Color { return c.C }$/;"	f
   332  At	./image/ycbcr.go	/^func (p *YCbCr) At(x, y int) color.Color {$/;"	f
   333  AtExit	./cmd/compile/internal/gc/util.go	/^func AtExit(f func()) {$/;"	f
   334  AtExit	./cmd/link/internal/ld/util.go	/^func AtExit(f func()) {$/;"	f
   335  Atan	./math/atan.go	/^func Atan(x float64) float64$/;"	f
   336  Atan	./math/cmplx/asin.go	/^func Atan(x complex128) complex128 {$/;"	f
   337  Atan2	./math/atan2.go	/^func Atan2(y, x float64) float64$/;"	f
   338  Atanh	./math/atanh.go	/^func Atanh(x float64) float64 {$/;"	f
   339  Atanh	./math/cmplx/asin.go	/^func Atanh(x complex128) complex128 {$/;"	f
   340  Atime	./os/export_test.go	/^var Atime = atime$/;"	v
   341  Atoi	./cmd/internal/obj/util.go	/^func Atoi(s string) int {$/;"	f
   342  Atoi	./strconv/atoi.go	/^func Atoi(s string) (i int, err error) {$/;"	f
   343  AtomicTests	./cmd/vet/testdata/atomic.go	/^func AtomicTests() {$/;"	f
   344  AttachLsf	./syscall/lsf_linux.go	/^func AttachLsf(fd int, i []SockFilter) error {$/;"	f
   345  Attr	./debug/dwarf/const.go	/^type Attr uint32$/;"	t
   346  Attr	./encoding/xml/xml.go	/^type Attr struct {$/;"	t
   347  AttrField	./debug/dwarf/entry.go	/^func (e *Entry) AttrField(a Attr) *Field {$/;"	f
   348  AttrParent	./encoding/xml/marshal_test.go	/^type AttrParent struct {$/;"	t
   349  AttrTest	./encoding/xml/marshal_test.go	/^type AttrTest struct {$/;"	t
   350  AttributeTypeAndValue	./crypto/x509/pkix/pkix.go	/^type AttributeTypeAndValue struct {$/;"	t
   351  AttributeTypeAndValue	./encoding/asn1/asn1_test.go	/^type AttributeTypeAndValue struct {$/;"	t
   352  AttributeTypeAndValueSET	./crypto/x509/pkix/pkix.go	/^type AttributeTypeAndValueSET struct {$/;"	t
   353  Auth	./net/smtp/auth.go	/^type Auth interface {$/;"	t
   354  Auth	./net/smtp/smtp.go	/^func (c *Client) Auth(a Auth) error {$/;"	f
   355  Auto	./cmd/internal/obj/link.go	/^type Auto struct {$/;"	t
   356  Auto	./cmd/link/internal/ld/link.go	/^type Auto struct {$/;"	t
   357  Available	./bufio/bufio.go	/^func (b *Writer) Available() int { return len(b.buf) - b.n }$/;"	f
   358  Available	./crypto/crypto.go	/^func (h Hash) Available() bool {$/;"	f
   359  Await	./syscall/syscall_plan9.go	/^func Await(w *Waitmsg) (err error) {$/;"	f
   360  AzeriCase	./unicode/casetables.go	/^var AzeriCase SpecialCase = _TurkishCase$/;"	v
   361  B1	./reflect/all_test.go	/^type B1 struct {$/;"	t
   362  BGE	./runtime/vlop_arm.s	/^	BGE 	d0$/;"	d
   363  BGE	./runtime/vlop_arm.s	/^	BGE 	d1$/;"	d
   364  BGE	./runtime/vlop_arm.s	/^	BGE 	d2$/;"	d
   365  BP	./crypto/sha1/sha1block_amd64p32.s	/^#define BP R13 \/* keep diff from sha1block_amd64.s small *\/$/;"	d
   366  BR0	./runtime/memmove_arm.s	/^#define BR0	R0					\/* shared with TS *\/$/;"	d
   367  BR1	./runtime/memmove_arm.s	/^#define BR1	R1$/;"	d
   368  BR2	./runtime/memmove_arm.s	/^#define BR2	R2$/;"	d
   369  BR3	./runtime/memmove_arm.s	/^#define BR3	R3$/;"	d
   370  BSWAPL	./runtime/asm_386.s	/^	BSWAPL	DI$/;"	d
   371  BSWAPL	./runtime/sys_nacl_amd64p32.s	/^	BSWAPL DX$/;"	d
   372  BSWAPQ	./runtime/asm_amd64.s	/^	BSWAPQ	DI$/;"	d
   373  BSWAPQ	./runtime/asm_amd64p32.s	/^	BSWAPQ	DI$/;"	d
   374  BW0	./runtime/memmove_arm.s	/^#define BW0	R1$/;"	d
   375  BW1	./runtime/memmove_arm.s	/^#define BW1	R2$/;"	d
   376  BW2	./runtime/memmove_arm.s	/^#define BW2	R3$/;"	d
   377  BW3	./runtime/memmove_arm.s	/^#define BW3	R4$/;"	d
   378  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   379  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   380  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   381  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   382  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   383  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   384  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   385  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   386  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   387  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   388  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0; BYTE $0;$/;"	l
   389  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $0;$/;"	l
   390  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1; BYTE $1; BYTE $0;$/;"	l
   391  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $1;$/;"	l
   392  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $255;$/;"	l
   393  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $2; BYTE $4; BYTE $0; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   394  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $2;$/;"	l
   395  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $32; BYTE $0;$/;"	l
   396  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $3; BYTE $3; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   397  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $4; BYTE $0;$/;"	l
   398  BYTE	./debug/gosym/pclinetest.asm	/^BYTE $4; BYTE $3; BYTE $0; BYTE $0; BYTE $0;$/;"	l
   399  Back	./container/list/list.go	/^func (l *List) Back() *Element {$/;"	f
   400  Bad	./cmd/vet/main.go	/^func (f *File) Bad(pos token.Pos, args ...interface{}) {$/;"	f
   401  Bad	./cmd/vet/testdata/copylock_func.go	/^func (L0) Bad() {} \/\/ ERROR "Bad passes Lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"$/;"	f
   402  Bad	./cmd/vet/testdata/copylock_func.go	/^func (LocalMutex) Bad() {} \/\/ WANTED: An error here :($/;"	f
   403  Bad	./cmd/vet/testdata/copylock_func.go	/^func (LocalOnce) Bad() {} \/\/ ERROR "Bad passes Lock by value: testdata.LocalOnce contains sync.Mutex"$/;"	f
   404  Bad	./cmd/vet/testdata/copylock_func.go	/^func Bad(CustomLock) {} \/\/ ERROR "Bad passes Lock by value: testdata.CustomLock"$/;"	f
   405  BadAttr	./encoding/xml/marshal_test.go	/^type BadAttr struct {$/;"	t
   406  BadFunc	./cmd/vet/testdata/copylock_func.go	/^func BadFunc(EmbeddedRWMutex)    {} \/\/ ERROR "BadFunc passes Lock by value: testdata.EmbeddedRWMutex"$/;"	f
   407  BadFunc	./cmd/vet/testdata/copylock_func.go	/^func BadFunc(FieldMutex, int) {} \/\/ ERROR "BadFunc passes Lock by value: testdata.FieldMutex contains sync.Mutex"$/;"	f
   408  BadFunc	./cmd/vet/testdata/copylock_func.go	/^func BadFunc(sync.Mutex) {} \/\/ ERROR "BadFunc passes Lock by value: sync.Mutex"$/;"	f
   409  BadHop	./cmd/api/testdata/src/pkg/p3/p3.go	/^func BadHop(i, j, k int) (l, m bool, n, o *ThirdBase, err error)$/;"	f
   410  BadMeth	./cmd/vet/testdata/copylock_func.go	/^func (EmbeddedRWMutex) BadMeth() {} \/\/ ERROR "BadMeth passes Lock by value: testdata.EmbeddedRWMutex"$/;"	f
   411  BadMeth	./cmd/vet/testdata/copylock_func.go	/^func (FieldMutex) BadMeth()   {} \/\/ ERROR "BadMeth passes Lock by value: testdata.FieldMutex contains sync.Mutex"$/;"	f
   412  BadPathEmbeddedA	./encoding/xml/read_test.go	/^type BadPathEmbeddedA struct {$/;"	t
   413  BadPathEmbeddedB	./encoding/xml/read_test.go	/^type BadPathEmbeddedB struct {$/;"	t
   414  BadPathTestA	./encoding/xml/read_test.go	/^type BadPathTestA struct {$/;"	t
   415  BadPathTestB	./encoding/xml/read_test.go	/^type BadPathTestB struct {$/;"	t
   416  BadPathTestC	./encoding/xml/read_test.go	/^type BadPathTestC struct {$/;"	t
   417  BadPathTestD	./encoding/xml/read_test.go	/^type BadPathTestD struct {$/;"	t
   418  BadRead	./cmd/vet/shadow.go	/^	func BadRead(f *os.File, buf []byte) error {$/;"	f
   419  BadRet	./cmd/vet/testdata/copylock_func.go	/^func BadRet() EmbeddedRWMutex    {} \/\/ ERROR "BadRet returns Lock by value: testdata.EmbeddedRWMutex"$/;"	f
   420  BadRet	./cmd/vet/testdata/copylock_func.go	/^func BadRet() sync.Mutex {} \/\/ ERROR "BadRet returns Lock by value: sync.Mutex"$/;"	f
   421  BadStructLiteralUsedInTests	./cmd/vet/testdata/composite.go	/^var BadStructLiteralUsedInTests = flag.Flag{ \/\/ ERROR "unkeyed fields"$/;"	v
   422  Badf	./cmd/vet/main.go	/^func (f *File) Badf(pos token.Pos, format string, args ...interface{}) {$/;"	f
   423  Bar	./cmd/api/testdata/src/pkg/p1/p1.go	/^func Bar(x int8, y int16, z int64)                  {}$/;"	f
   424  Bar	./cmd/compile/internal/gc/fmt.go	/^\/\/			'l' (only in Error mode) print "foo (type Bar)"$/;"	t
   425  Bar	./cmd/compile/internal/gc/fmt.go	/^\/\/	%lN		"foo (type Bar)" for error messages$/;"	t
   426  Bar	./encoding/gob/type_test.go	/^type Bar struct {$/;"	t
   427  Bar	./runtime/race/testdata/mop_test.go	/^func (b Base) Bar() int {$/;"	f
   428  Bar1	./cmd/api/testdata/src/pkg/p1/p1.go	/^func Bar1(x int8, y int16, z int64) uint64          {}$/;"	f
   429  Bar2	./cmd/api/testdata/src/pkg/p1/p1.go	/^func Bar2(x int8, y int16, z int64) (uint8, uint64) {}$/;"	f
   430  BarE	./cmd/api/testdata/src/pkg/p1/p1.go	/^func BarE() Error                                   {}$/;"	f
   431  Base	./cmd/pprof/pprof.go	/^func (f *file) Base() uint64 {$/;"	f
   432  Base	./go/token/position.go	/^func (f *File) Base() int {$/;"	f
   433  Base	./go/token/position.go	/^func (s *FileSet) Base() int {$/;"	f
   434  Base	./path/filepath/path.go	/^func Base(path string) string {$/;"	f
   435  Base	./path/path.go	/^func Base(path string) string {$/;"	f
   436  Base	./runtime/race/testdata/mop_test.go	/^type Base int$/;"	t
   437  BaseName	./debug/gosym/symtab.go	/^func (s *Sym) BaseName() string {$/;"	f
   438  Basic	./debug/dwarf/type.go	/^func (b *BasicType) Basic() *BasicType { return b }$/;"	f
   439  Basic	./go/types/type.go	/^type Basic struct {$/;"	t
   440  Basic	./reflect/all_test.go	/^type Basic struct {$/;"	t
   441  BasicAuth	./net/http/request.go	/^func (r *Request) BasicAuth() (username, password string, ok bool) {$/;"	f
   442  BasicBlock	./cmd/compile/internal/gc/plive.go	/^type BasicBlock struct {$/;"	t
   443  BasicInfo	./go/types/type.go	/^type BasicInfo int$/;"	t
   444  BasicInterfaceItem	./encoding/gob/codec_test.go	/^type BasicInterfaceItem struct {$/;"	t
   445  BasicKind	./go/types/type.go	/^type BasicKind int$/;"	t
   446  BasicType	./debug/dwarf/type.go	/^type BasicType struct {$/;"	t
   447  Bconv	./cmd/compile/internal/gc/mparith2.go	/^func Bconv(xval *Mpint, flag int) string {$/;"	f
   448  Be16	./cmd/link/internal/ld/lib.go	/^func Be16(b []byte) uint16 {$/;"	f
   449  Be32	./cmd/link/internal/ld/lib.go	/^func Be32(b []byte) uint32 {$/;"	f
   450  Be64	./cmd/link/internal/ld/lib.go	/^func Be64(b []byte) uint64 {$/;"	f
   451  Before	./time/time.go	/^func (t Time) Before(u Time) bool {$/;"	f
   452  Begin	./database/sql/fakedb_test.go	/^func (c *fakeConn) Begin() (driver.Tx, error) {$/;"	f
   453  Begin	./database/sql/sql.go	/^func (db *DB) Begin() (*Tx, error) {$/;"	f
   454  Bench	./encoding/gob/timing_test.go	/^		t.Fatalf("mallocs per decode of type Bench: %v; wanted 4\\n", allocs)$/;"	t
   455  Bench	./encoding/gob/timing_test.go	/^		t.Fatalf("mallocs per encode of type Bench: %v; wanted 0\\n", allocs)$/;"	t
   456  Bench	./encoding/gob/timing_test.go	/^type Bench struct {$/;"	t
   457  BenchSetType	./runtime/export_test.go	/^func BenchSetType(n int, x interface{}) {$/;"	f
   458  Benchmark	./go/doc/testdata/benchmark.go	/^func Benchmark(f func(b *B)) BenchmarkResult {$/;"	f
   459  Benchmark	./testing/benchmark.go	/^func Benchmark(f func(b *B)) BenchmarkResult {$/;"	f
   460  Benchmark3PrimeRSA2048Decrypt	./crypto/rsa/rsa_test.go	/^func Benchmark3PrimeRSA2048Decrypt(b *testing.B) {$/;"	f
   461  BenchmarkAESCBCDecrypt1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESCBCDecrypt1K(b *testing.B) {$/;"	f
   462  BenchmarkAESCBCEncrypt1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESCBCEncrypt1K(b *testing.B) {$/;"	f
   463  BenchmarkAESCFBDecrypt1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESCFBDecrypt1K(b *testing.B) {$/;"	f
   464  BenchmarkAESCFBEncrypt1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESCFBEncrypt1K(b *testing.B) {$/;"	f
   465  BenchmarkAESCTR1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESCTR1K(b *testing.B) {$/;"	f
   466  BenchmarkAESGCMOpen1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESGCMOpen1K(b *testing.B) {$/;"	f
   467  BenchmarkAESGCMSeal1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESGCMSeal1K(b *testing.B) {$/;"	f
   468  BenchmarkAESOFB1K	./crypto/cipher/benchmark_test.go	/^func BenchmarkAESOFB1K(b *testing.B) {$/;"	f
   469  BenchmarkAbs	./math/all_test.go	/^func BenchmarkAbs(b *testing.B) {$/;"	f
   470  BenchmarkAbs	./math/cmplx/cmath_test.go	/^func BenchmarkAbs(b *testing.B) {$/;"	f
   471  BenchmarkAcos	./math/all_test.go	/^func BenchmarkAcos(b *testing.B) {$/;"	f
   472  BenchmarkAcos	./math/cmplx/cmath_test.go	/^func BenchmarkAcos(b *testing.B) {$/;"	f
   473  BenchmarkAcosh	./math/all_test.go	/^func BenchmarkAcosh(b *testing.B) {$/;"	f
   474  BenchmarkAcosh	./math/cmplx/cmath_test.go	/^func BenchmarkAcosh(b *testing.B) {$/;"	f
   475  BenchmarkAddMulVVW_1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_1(b *testing.B)   { benchmarkAddMulVVW(b, 1) }$/;"	f
   476  BenchmarkAddMulVVW_1	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_1(b *testing.B)   { benchmarkAddMulVVW(b, 1) }$/;"	f
   477  BenchmarkAddMulVVW_1e1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_1e1(b *testing.B) { benchmarkAddMulVVW(b, 1e1) }$/;"	f
   478  BenchmarkAddMulVVW_1e1	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_1e1(b *testing.B) { benchmarkAddMulVVW(b, 1e1) }$/;"	f
   479  BenchmarkAddMulVVW_1e2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_1e2(b *testing.B) { benchmarkAddMulVVW(b, 1e2) }$/;"	f
   480  BenchmarkAddMulVVW_1e2	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_1e2(b *testing.B) { benchmarkAddMulVVW(b, 1e2) }$/;"	f
   481  BenchmarkAddMulVVW_1e3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_1e3(b *testing.B) { benchmarkAddMulVVW(b, 1e3) }$/;"	f
   482  BenchmarkAddMulVVW_1e3	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_1e3(b *testing.B) { benchmarkAddMulVVW(b, 1e3) }$/;"	f
   483  BenchmarkAddMulVVW_1e4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_1e4(b *testing.B) { benchmarkAddMulVVW(b, 1e4) }$/;"	f
   484  BenchmarkAddMulVVW_1e4	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_1e4(b *testing.B) { benchmarkAddMulVVW(b, 1e4) }$/;"	f
   485  BenchmarkAddMulVVW_1e5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_1e5(b *testing.B) { benchmarkAddMulVVW(b, 1e5) }$/;"	f
   486  BenchmarkAddMulVVW_1e5	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_1e5(b *testing.B) { benchmarkAddMulVVW(b, 1e5) }$/;"	f
   487  BenchmarkAddMulVVW_2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_2(b *testing.B)   { benchmarkAddMulVVW(b, 2) }$/;"	f
   488  BenchmarkAddMulVVW_2	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_2(b *testing.B)   { benchmarkAddMulVVW(b, 2) }$/;"	f
   489  BenchmarkAddMulVVW_3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_3(b *testing.B)   { benchmarkAddMulVVW(b, 3) }$/;"	f
   490  BenchmarkAddMulVVW_3	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_3(b *testing.B)   { benchmarkAddMulVVW(b, 3) }$/;"	f
   491  BenchmarkAddMulVVW_4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_4(b *testing.B)   { benchmarkAddMulVVW(b, 4) }$/;"	f
   492  BenchmarkAddMulVVW_4	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_4(b *testing.B)   { benchmarkAddMulVVW(b, 4) }$/;"	f
   493  BenchmarkAddMulVVW_5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddMulVVW_5(b *testing.B)   { benchmarkAddMulVVW(b, 5) }$/;"	f
   494  BenchmarkAddMulVVW_5	./math/big/arith_test.go	/^func BenchmarkAddMulVVW_5(b *testing.B)   { benchmarkAddMulVVW(b, 5) }$/;"	f
   495  BenchmarkAddVV_1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_1(b *testing.B)   { benchmarkFunVV(b, addVV, 1) }$/;"	f
   496  BenchmarkAddVV_1	./math/big/arith_test.go	/^func BenchmarkAddVV_1(b *testing.B)   { benchmarkFunVV(b, addVV, 1) }$/;"	f
   497  BenchmarkAddVV_1e1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_1e1(b *testing.B) { benchmarkFunVV(b, addVV, 1e1) }$/;"	f
   498  BenchmarkAddVV_1e1	./math/big/arith_test.go	/^func BenchmarkAddVV_1e1(b *testing.B) { benchmarkFunVV(b, addVV, 1e1) }$/;"	f
   499  BenchmarkAddVV_1e2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_1e2(b *testing.B) { benchmarkFunVV(b, addVV, 1e2) }$/;"	f
   500  BenchmarkAddVV_1e2	./math/big/arith_test.go	/^func BenchmarkAddVV_1e2(b *testing.B) { benchmarkFunVV(b, addVV, 1e2) }$/;"	f
   501  BenchmarkAddVV_1e3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_1e3(b *testing.B) { benchmarkFunVV(b, addVV, 1e3) }$/;"	f
   502  BenchmarkAddVV_1e3	./math/big/arith_test.go	/^func BenchmarkAddVV_1e3(b *testing.B) { benchmarkFunVV(b, addVV, 1e3) }$/;"	f
   503  BenchmarkAddVV_1e4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_1e4(b *testing.B) { benchmarkFunVV(b, addVV, 1e4) }$/;"	f
   504  BenchmarkAddVV_1e4	./math/big/arith_test.go	/^func BenchmarkAddVV_1e4(b *testing.B) { benchmarkFunVV(b, addVV, 1e4) }$/;"	f
   505  BenchmarkAddVV_1e5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_1e5(b *testing.B) { benchmarkFunVV(b, addVV, 1e5) }$/;"	f
   506  BenchmarkAddVV_1e5	./math/big/arith_test.go	/^func BenchmarkAddVV_1e5(b *testing.B) { benchmarkFunVV(b, addVV, 1e5) }$/;"	f
   507  BenchmarkAddVV_2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_2(b *testing.B)   { benchmarkFunVV(b, addVV, 2) }$/;"	f
   508  BenchmarkAddVV_2	./math/big/arith_test.go	/^func BenchmarkAddVV_2(b *testing.B)   { benchmarkFunVV(b, addVV, 2) }$/;"	f
   509  BenchmarkAddVV_3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_3(b *testing.B)   { benchmarkFunVV(b, addVV, 3) }$/;"	f
   510  BenchmarkAddVV_3	./math/big/arith_test.go	/^func BenchmarkAddVV_3(b *testing.B)   { benchmarkFunVV(b, addVV, 3) }$/;"	f
   511  BenchmarkAddVV_4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_4(b *testing.B)   { benchmarkFunVV(b, addVV, 4) }$/;"	f
   512  BenchmarkAddVV_4	./math/big/arith_test.go	/^func BenchmarkAddVV_4(b *testing.B)   { benchmarkFunVV(b, addVV, 4) }$/;"	f
   513  BenchmarkAddVV_5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVV_5(b *testing.B)   { benchmarkFunVV(b, addVV, 5) }$/;"	f
   514  BenchmarkAddVV_5	./math/big/arith_test.go	/^func BenchmarkAddVV_5(b *testing.B)   { benchmarkFunVV(b, addVV, 5) }$/;"	f
   515  BenchmarkAddVW_1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_1(b *testing.B)   { benchmarkFunVW(b, addVW, 1) }$/;"	f
   516  BenchmarkAddVW_1	./math/big/arith_test.go	/^func BenchmarkAddVW_1(b *testing.B)   { benchmarkFunVW(b, addVW, 1) }$/;"	f
   517  BenchmarkAddVW_1e1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_1e1(b *testing.B) { benchmarkFunVW(b, addVW, 1e1) }$/;"	f
   518  BenchmarkAddVW_1e1	./math/big/arith_test.go	/^func BenchmarkAddVW_1e1(b *testing.B) { benchmarkFunVW(b, addVW, 1e1) }$/;"	f
   519  BenchmarkAddVW_1e2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_1e2(b *testing.B) { benchmarkFunVW(b, addVW, 1e2) }$/;"	f
   520  BenchmarkAddVW_1e2	./math/big/arith_test.go	/^func BenchmarkAddVW_1e2(b *testing.B) { benchmarkFunVW(b, addVW, 1e2) }$/;"	f
   521  BenchmarkAddVW_1e3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_1e3(b *testing.B) { benchmarkFunVW(b, addVW, 1e3) }$/;"	f
   522  BenchmarkAddVW_1e3	./math/big/arith_test.go	/^func BenchmarkAddVW_1e3(b *testing.B) { benchmarkFunVW(b, addVW, 1e3) }$/;"	f
   523  BenchmarkAddVW_1e4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_1e4(b *testing.B) { benchmarkFunVW(b, addVW, 1e4) }$/;"	f
   524  BenchmarkAddVW_1e4	./math/big/arith_test.go	/^func BenchmarkAddVW_1e4(b *testing.B) { benchmarkFunVW(b, addVW, 1e4) }$/;"	f
   525  BenchmarkAddVW_1e5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_1e5(b *testing.B) { benchmarkFunVW(b, addVW, 1e5) }$/;"	f
   526  BenchmarkAddVW_1e5	./math/big/arith_test.go	/^func BenchmarkAddVW_1e5(b *testing.B) { benchmarkFunVW(b, addVW, 1e5) }$/;"	f
   527  BenchmarkAddVW_2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_2(b *testing.B)   { benchmarkFunVW(b, addVW, 2) }$/;"	f
   528  BenchmarkAddVW_2	./math/big/arith_test.go	/^func BenchmarkAddVW_2(b *testing.B)   { benchmarkFunVW(b, addVW, 2) }$/;"	f
   529  BenchmarkAddVW_3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_3(b *testing.B)   { benchmarkFunVW(b, addVW, 3) }$/;"	f
   530  BenchmarkAddVW_3	./math/big/arith_test.go	/^func BenchmarkAddVW_3(b *testing.B)   { benchmarkFunVW(b, addVW, 3) }$/;"	f
   531  BenchmarkAddVW_4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_4(b *testing.B)   { benchmarkFunVW(b, addVW, 4) }$/;"	f
   532  BenchmarkAddVW_4	./math/big/arith_test.go	/^func BenchmarkAddVW_4(b *testing.B)   { benchmarkFunVW(b, addVW, 4) }$/;"	f
   533  BenchmarkAddVW_5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkAddVW_5(b *testing.B)   { benchmarkFunVW(b, addVW, 5) }$/;"	f
   534  BenchmarkAddVW_5	./math/big/arith_test.go	/^func BenchmarkAddVW_5(b *testing.B)   { benchmarkFunVW(b, addVW, 5) }$/;"	f
   535  BenchmarkAdler32KB	./hash/adler32/adler32_test.go	/^func BenchmarkAdler32KB(b *testing.B) {$/;"	f
   536  BenchmarkAfter	./time/sleep_test.go	/^func BenchmarkAfter(b *testing.B) {$/;"	f
   537  BenchmarkAfterFunc	./time/sleep_test.go	/^func BenchmarkAfterFunc(b *testing.B) {$/;"	f
   538  BenchmarkAll	./cmd/api/goapi_test.go	/^func BenchmarkAll(b *testing.B) {$/;"	f
   539  BenchmarkAllocation	./runtime/gc_test.go	/^func BenchmarkAllocation(b *testing.B) {$/;"	f
   540  BenchmarkAnchoredLiteralLongNonMatch	./regexp/all_test.go	/^func BenchmarkAnchoredLiteralLongNonMatch(b *testing.B) {$/;"	f
   541  BenchmarkAnchoredLiteralShortNonMatch	./regexp/all_test.go	/^func BenchmarkAnchoredLiteralShortNonMatch(b *testing.B) {$/;"	f
   542  BenchmarkAnchoredLongMatch	./regexp/all_test.go	/^func BenchmarkAnchoredLongMatch(b *testing.B) {$/;"	f
   543  BenchmarkAnchoredShortMatch	./regexp/all_test.go	/^func BenchmarkAnchoredShortMatch(b *testing.B) {$/;"	f
   544  BenchmarkAppend	./runtime/append_test.go	/^func BenchmarkAppend(b *testing.B) {$/;"	f
   545  BenchmarkAppend15Bytes	./runtime/append_test.go	/^func BenchmarkAppend15Bytes(b *testing.B) {$/;"	f
   546  BenchmarkAppend16Bytes	./runtime/append_test.go	/^func BenchmarkAppend16Bytes(b *testing.B) {$/;"	f
   547  BenchmarkAppend1Byte	./runtime/append_test.go	/^func BenchmarkAppend1Byte(b *testing.B) {$/;"	f
   548  BenchmarkAppend32Bytes	./runtime/append_test.go	/^func BenchmarkAppend32Bytes(b *testing.B) {$/;"	f
   549  BenchmarkAppend4Bytes	./runtime/append_test.go	/^func BenchmarkAppend4Bytes(b *testing.B) {$/;"	f
   550  BenchmarkAppend7Bytes	./runtime/append_test.go	/^func BenchmarkAppend7Bytes(b *testing.B) {$/;"	f
   551  BenchmarkAppend8Bytes	./runtime/append_test.go	/^func BenchmarkAppend8Bytes(b *testing.B) {$/;"	f
   552  BenchmarkAppendFloat	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat(b *testing.B)        { benchmarkAppendFloat(b, 339.7784, 'g', -1, 64) }$/;"	f
   553  BenchmarkAppendFloat32ExactFraction	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat32ExactFraction(b *testing.B) { benchmarkAppendFloat(b, 3.375, 'g', -1, 32) }$/;"	f
   554  BenchmarkAppendFloat32Exp	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat32Exp(b *testing.B)           { benchmarkAppendFloat(b, -5.09e25, 'g', -1, 32) }$/;"	f
   555  BenchmarkAppendFloat32Integer	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat32Integer(b *testing.B)       { benchmarkAppendFloat(b, 33909, 'g', -1, 32) }$/;"	f
   556  BenchmarkAppendFloat32NegExp	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat32NegExp(b *testing.B)        { benchmarkAppendFloat(b, -5.11e-25, 'g', -1, 32) }$/;"	f
   557  BenchmarkAppendFloat32Point	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat32Point(b *testing.B)         { benchmarkAppendFloat(b, 339.7784, 'g', -1, 32) }$/;"	f
   558  BenchmarkAppendFloat64Fixed1	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat64Fixed1(b *testing.B) { benchmarkAppendFloat(b, 123456, 'e', 3, 64) }$/;"	f
   559  BenchmarkAppendFloat64Fixed2	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat64Fixed2(b *testing.B) { benchmarkAppendFloat(b, 123.456, 'e', 3, 64) }$/;"	f
   560  BenchmarkAppendFloat64Fixed3	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat64Fixed3(b *testing.B) { benchmarkAppendFloat(b, 1.23456e+78, 'e', 3, 64) }$/;"	f
   561  BenchmarkAppendFloat64Fixed4	./strconv/ftoa_test.go	/^func BenchmarkAppendFloat64Fixed4(b *testing.B) { benchmarkAppendFloat(b, 1.23456e-78, 'e', 3, 64) }$/;"	f
   562  BenchmarkAppendFloatBig	./strconv/ftoa_test.go	/^func BenchmarkAppendFloatBig(b *testing.B) {$/;"	f
   563  BenchmarkAppendFloatBinaryExp	./strconv/ftoa_test.go	/^func BenchmarkAppendFloatBinaryExp(b *testing.B) { benchmarkAppendFloat(b, -1, 'b', -1, 64) }$/;"	f
   564  BenchmarkAppendFloatDecimal	./strconv/ftoa_test.go	/^func BenchmarkAppendFloatDecimal(b *testing.B) { benchmarkAppendFloat(b, 33909, 'g', -1, 64) }$/;"	f
   565  BenchmarkAppendFloatExp	./strconv/ftoa_test.go	/^func BenchmarkAppendFloatExp(b *testing.B)     { benchmarkAppendFloat(b, -5.09e75, 'g', -1, 64) }$/;"	f
   566  BenchmarkAppendFloatNegExp	./strconv/ftoa_test.go	/^func BenchmarkAppendFloatNegExp(b *testing.B)  { benchmarkAppendFloat(b, -5.11e-95, 'g', -1, 64) }$/;"	f
   567  BenchmarkAppendGrowByte	./runtime/append_test.go	/^func BenchmarkAppendGrowByte(b *testing.B) {$/;"	f
   568  BenchmarkAppendGrowString	./runtime/append_test.go	/^func BenchmarkAppendGrowString(b *testing.B) {$/;"	f
   569  BenchmarkAppendInt	./strconv/itoa_test.go	/^func BenchmarkAppendInt(b *testing.B) {$/;"	f
   570  BenchmarkAppendSpecialCase	./runtime/append_test.go	/^func BenchmarkAppendSpecialCase(b *testing.B) {$/;"	f
   571  BenchmarkAppendStr16Bytes	./runtime/append_test.go	/^func BenchmarkAppendStr16Bytes(b *testing.B) {$/;"	f
   572  BenchmarkAppendStr1Byte	./runtime/append_test.go	/^func BenchmarkAppendStr1Byte(b *testing.B) {$/;"	f
   573  BenchmarkAppendStr32Bytes	./runtime/append_test.go	/^func BenchmarkAppendStr32Bytes(b *testing.B) {$/;"	f
   574  BenchmarkAppendStr4Bytes	./runtime/append_test.go	/^func BenchmarkAppendStr4Bytes(b *testing.B) {$/;"	f
   575  BenchmarkAppendStr8Bytes	./runtime/append_test.go	/^func BenchmarkAppendStr8Bytes(b *testing.B) {$/;"	f
   576  BenchmarkAppendUint	./strconv/itoa_test.go	/^func BenchmarkAppendUint(b *testing.B) {$/;"	f
   577  BenchmarkAsin	./math/all_test.go	/^func BenchmarkAsin(b *testing.B) {$/;"	f
   578  BenchmarkAsin	./math/cmplx/cmath_test.go	/^func BenchmarkAsin(b *testing.B) {$/;"	f
   579  BenchmarkAsinh	./math/all_test.go	/^func BenchmarkAsinh(b *testing.B) {$/;"	f
   580  BenchmarkAsinh	./math/cmplx/cmath_test.go	/^func BenchmarkAsinh(b *testing.B) {$/;"	f
   581  BenchmarkAssertE2E	./runtime/iface_test.go	/^func BenchmarkAssertE2E(b *testing.B) {$/;"	f
   582  BenchmarkAssertE2E2	./runtime/iface_test.go	/^func BenchmarkAssertE2E2(b *testing.B) {$/;"	f
   583  BenchmarkAssertE2E2Blank	./runtime/iface_test.go	/^func BenchmarkAssertE2E2Blank(b *testing.B) {$/;"	f
   584  BenchmarkAssertE2I	./runtime/iface_test.go	/^func BenchmarkAssertE2I(b *testing.B) {$/;"	f
   585  BenchmarkAssertE2T	./runtime/iface_test.go	/^func BenchmarkAssertE2T(b *testing.B) {$/;"	f
   586  BenchmarkAssertE2T2	./runtime/iface_test.go	/^func BenchmarkAssertE2T2(b *testing.B) {$/;"	f
   587  BenchmarkAssertE2T2Blank	./runtime/iface_test.go	/^func BenchmarkAssertE2T2Blank(b *testing.B) {$/;"	f
   588  BenchmarkAssertE2TLarge	./runtime/iface_test.go	/^func BenchmarkAssertE2TLarge(b *testing.B) {$/;"	f
   589  BenchmarkAssertI2E	./runtime/iface_test.go	/^func BenchmarkAssertI2E(b *testing.B) {$/;"	f
   590  BenchmarkAssertI2E2	./runtime/iface_test.go	/^func BenchmarkAssertI2E2(b *testing.B) {$/;"	f
   591  BenchmarkAssertI2E2Blank	./runtime/iface_test.go	/^func BenchmarkAssertI2E2Blank(b *testing.B) {$/;"	f
   592  BenchmarkAssertI2I	./runtime/iface_test.go	/^func BenchmarkAssertI2I(b *testing.B) {$/;"	f
   593  BenchmarkAssertI2T	./runtime/iface_test.go	/^func BenchmarkAssertI2T(b *testing.B) {$/;"	f
   594  BenchmarkAtan	./math/all_test.go	/^func BenchmarkAtan(b *testing.B) {$/;"	f
   595  BenchmarkAtan	./math/cmplx/cmath_test.go	/^func BenchmarkAtan(b *testing.B) {$/;"	f
   596  BenchmarkAtan2	./math/all_test.go	/^func BenchmarkAtan2(b *testing.B) {$/;"	f
   597  BenchmarkAtanh	./math/all_test.go	/^func BenchmarkAtanh(b *testing.B) {$/;"	f
   598  BenchmarkAtanh	./math/cmplx/cmath_test.go	/^func BenchmarkAtanh(b *testing.B) {$/;"	f
   599  BenchmarkAtof32Decimal	./strconv/atof_test.go	/^func BenchmarkAtof32Decimal(b *testing.B) {$/;"	f
   600  BenchmarkAtof32Float	./strconv/atof_test.go	/^func BenchmarkAtof32Float(b *testing.B) {$/;"	f
   601  BenchmarkAtof32FloatExp	./strconv/atof_test.go	/^func BenchmarkAtof32FloatExp(b *testing.B) {$/;"	f
   602  BenchmarkAtof32Random	./strconv/atof_test.go	/^func BenchmarkAtof32Random(b *testing.B) {$/;"	f
   603  BenchmarkAtof64Big	./strconv/atof_test.go	/^func BenchmarkAtof64Big(b *testing.B) {$/;"	f
   604  BenchmarkAtof64Decimal	./strconv/atof_test.go	/^func BenchmarkAtof64Decimal(b *testing.B) {$/;"	f
   605  BenchmarkAtof64Float	./strconv/atof_test.go	/^func BenchmarkAtof64Float(b *testing.B) {$/;"	f
   606  BenchmarkAtof64FloatExp	./strconv/atof_test.go	/^func BenchmarkAtof64FloatExp(b *testing.B) {$/;"	f
   607  BenchmarkAtof64RandomBits	./strconv/atof_test.go	/^func BenchmarkAtof64RandomBits(b *testing.B) {$/;"	f
   608  BenchmarkAtof64RandomFloats	./strconv/atof_test.go	/^func BenchmarkAtof64RandomFloats(b *testing.B) {$/;"	f
   609  BenchmarkAtoi	./strconv/atoi_test.go	/^func BenchmarkAtoi(b *testing.B) {$/;"	f
   610  BenchmarkAtoi64	./strconv/atoi_test.go	/^func BenchmarkAtoi64(b *testing.B) {$/;"	f
   611  BenchmarkAtoi64Neg	./strconv/atoi_test.go	/^func BenchmarkAtoi64Neg(b *testing.B) {$/;"	f
   612  BenchmarkAtoiNeg	./strconv/atoi_test.go	/^func BenchmarkAtoiNeg(b *testing.B) {$/;"	f
   613  BenchmarkBaseMult	./crypto/elliptic/elliptic_test.go	/^func BenchmarkBaseMult(b *testing.B) {$/;"	f
   614  BenchmarkBaseMultP256	./crypto/elliptic/elliptic_test.go	/^func BenchmarkBaseMultP256(b *testing.B) {$/;"	f
   615  BenchmarkBigKeyMap	./runtime/mapspeed_test.go	/^func BenchmarkBigKeyMap(b *testing.B) {$/;"	f
   616  BenchmarkBigLen	./go/doc/testdata/testing.go	/^\/\/     func BenchmarkBigLen(b *testing.B) {$/;"	f
   617  BenchmarkBigLen	./testing/testing.go	/^\/\/     func BenchmarkBigLen(b *testing.B) {$/;"	f
   618  BenchmarkBigValMap	./runtime/mapspeed_test.go	/^func BenchmarkBigValMap(b *testing.B) {$/;"	f
   619  BenchmarkBinomial	./cmd/compile/internal/big/int_test.go	/^func BenchmarkBinomial(b *testing.B) {$/;"	f
   620  BenchmarkBinomial	./math/big/int_test.go	/^func BenchmarkBinomial(b *testing.B) {$/;"	f
   621  BenchmarkBitLen0	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen0(b *testing.B)  { benchmarkBitLenN(b, 0) }$/;"	f
   622  BenchmarkBitLen0	./math/big/arith_test.go	/^func BenchmarkBitLen0(b *testing.B)  { benchmarkBitLenN(b, 0) }$/;"	f
   623  BenchmarkBitLen1	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen1(b *testing.B)  { benchmarkBitLenN(b, 1) }$/;"	f
   624  BenchmarkBitLen1	./math/big/arith_test.go	/^func BenchmarkBitLen1(b *testing.B)  { benchmarkBitLenN(b, 1) }$/;"	f
   625  BenchmarkBitLen16	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen16(b *testing.B) { benchmarkBitLenN(b, 16) }$/;"	f
   626  BenchmarkBitLen16	./math/big/arith_test.go	/^func BenchmarkBitLen16(b *testing.B) { benchmarkBitLenN(b, 16) }$/;"	f
   627  BenchmarkBitLen17	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen17(b *testing.B) { benchmarkBitLenN(b, 17) }$/;"	f
   628  BenchmarkBitLen17	./math/big/arith_test.go	/^func BenchmarkBitLen17(b *testing.B) { benchmarkBitLenN(b, 17) }$/;"	f
   629  BenchmarkBitLen2	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen2(b *testing.B)  { benchmarkBitLenN(b, 2) }$/;"	f
   630  BenchmarkBitLen2	./math/big/arith_test.go	/^func BenchmarkBitLen2(b *testing.B)  { benchmarkBitLenN(b, 2) }$/;"	f
   631  BenchmarkBitLen3	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen3(b *testing.B)  { benchmarkBitLenN(b, 3) }$/;"	f
   632  BenchmarkBitLen3	./math/big/arith_test.go	/^func BenchmarkBitLen3(b *testing.B)  { benchmarkBitLenN(b, 3) }$/;"	f
   633  BenchmarkBitLen31	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen31(b *testing.B) { benchmarkBitLenN(b, 31) }$/;"	f
   634  BenchmarkBitLen31	./math/big/arith_test.go	/^func BenchmarkBitLen31(b *testing.B) { benchmarkBitLenN(b, 31) }$/;"	f
   635  BenchmarkBitLen4	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen4(b *testing.B)  { benchmarkBitLenN(b, 4) }$/;"	f
   636  BenchmarkBitLen4	./math/big/arith_test.go	/^func BenchmarkBitLen4(b *testing.B)  { benchmarkBitLenN(b, 4) }$/;"	f
   637  BenchmarkBitLen5	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen5(b *testing.B)  { benchmarkBitLenN(b, 5) }$/;"	f
   638  BenchmarkBitLen5	./math/big/arith_test.go	/^func BenchmarkBitLen5(b *testing.B)  { benchmarkBitLenN(b, 5) }$/;"	f
   639  BenchmarkBitLen8	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen8(b *testing.B)  { benchmarkBitLenN(b, 8) }$/;"	f
   640  BenchmarkBitLen8	./math/big/arith_test.go	/^func BenchmarkBitLen8(b *testing.B)  { benchmarkBitLenN(b, 8) }$/;"	f
   641  BenchmarkBitLen9	./cmd/compile/internal/big/arith_test.go	/^func BenchmarkBitLen9(b *testing.B)  { benchmarkBitLenN(b, 9) }$/;"	f
   642  BenchmarkBitLen9	./math/big/arith_test.go	/^func BenchmarkBitLen9(b *testing.B)  { benchmarkBitLenN(b, 9) }$/;"	f
   643  BenchmarkBitset	./cmd/compile/internal/big/int_test.go	/^func BenchmarkBitset(b *testing.B) {$/;"	f
   644  BenchmarkBitset	./math/big/int_test.go	/^func BenchmarkBitset(b *testing.B) {$/;"	f
   645  BenchmarkBitsetNeg	./cmd/compile/internal/big/int_test.go	/^func BenchmarkBitsetNeg(b *testing.B) {$/;"	f
   646  BenchmarkBitsetNeg	./math/big/int_test.go	/^func BenchmarkBitsetNeg(b *testing.B) {$/;"	f
   647  BenchmarkBitsetNegOrig	./cmd/compile/internal/big/int_test.go	/^func BenchmarkBitsetNegOrig(b *testing.B) {$/;"	f
   648  BenchmarkBitsetNegOrig	./math/big/int_test.go	/^func BenchmarkBitsetNegOrig(b *testing.B) {$/;"	f
   649  BenchmarkBitsetOrig	./cmd/compile/internal/big/int_test.go	/^func BenchmarkBitsetOrig(b *testing.B) {$/;"	f
   650  BenchmarkBitsetOrig	./math/big/int_test.go	/^func BenchmarkBitsetOrig(b *testing.B) {$/;"	f
   651  BenchmarkBufferFullSmallReads	./bytes/buffer_test.go	/^func BenchmarkBufferFullSmallReads(b *testing.B) {$/;"	f
   652  BenchmarkBufferNotEmptyWriteRead	./bytes/buffer_test.go	/^func BenchmarkBufferNotEmptyWriteRead(b *testing.B) {$/;"	f
   653  BenchmarkByteByteMap	./strings/replace_test.go	/^func BenchmarkByteByteMap(b *testing.B) {$/;"	f
   654  BenchmarkByteByteMatch	./strings/replace_test.go	/^func BenchmarkByteByteMatch(b *testing.B) {$/;"	f
   655  BenchmarkByteByteNoMatch	./strings/replace_test.go	/^func BenchmarkByteByteNoMatch(b *testing.B) {$/;"	f
   656  BenchmarkByteByteReplaces	./strings/replace_test.go	/^func BenchmarkByteByteReplaces(b *testing.B) {$/;"	f
   657  BenchmarkByteReplacerWriteString	./strings/replace_test.go	/^func BenchmarkByteReplacerWriteString(b *testing.B) {$/;"	f
   658  BenchmarkByteStringMatch	./strings/replace_test.go	/^func BenchmarkByteStringMatch(b *testing.B) {$/;"	f
   659  BenchmarkByteStringReplacerWriteString	./strings/replace_test.go	/^func BenchmarkByteStringReplacerWriteString(b *testing.B) {$/;"	f
   660  BenchmarkCMYK	./image/draw/bench_test.go	/^func BenchmarkCMYK(b *testing.B) {$/;"	f
   661  BenchmarkCSSEscaper	./html/template/css_test.go	/^func BenchmarkCSSEscaper(b *testing.B) {$/;"	f
   662  BenchmarkCSSEscaperNoSpecials	./html/template/css_test.go	/^func BenchmarkCSSEscaperNoSpecials(b *testing.B) {$/;"	f
   663  BenchmarkCSSValueFilter	./html/template/css_test.go	/^func BenchmarkCSSValueFilter(b *testing.B) {$/;"	f
   664  BenchmarkCSSValueFilterOk	./html/template/css_test.go	/^func BenchmarkCSSValueFilterOk(b *testing.B) {$/;"	f
   665  BenchmarkCall	./reflect/all_test.go	/^func BenchmarkCall(b *testing.B) {$/;"	f
   666  BenchmarkCallClosure	./runtime/closure_test.go	/^func BenchmarkCallClosure(b *testing.B) {$/;"	f
   667  BenchmarkCallClosure1	./runtime/closure_test.go	/^func BenchmarkCallClosure1(b *testing.B) {$/;"	f
   668  BenchmarkCallClosure2	./runtime/closure_test.go	/^func BenchmarkCallClosure2(b *testing.B) {$/;"	f
   669  BenchmarkCallClosure3	./runtime/closure_test.go	/^func BenchmarkCallClosure3(b *testing.B) {$/;"	f
   670  BenchmarkCallClosure4	./runtime/closure_test.go	/^func BenchmarkCallClosure4(b *testing.B) {$/;"	f
   671  BenchmarkCastagnoliCrc1KB	./hash/crc32/crc32_test.go	/^func BenchmarkCastagnoliCrc1KB(b *testing.B) {$/;"	f
   672  BenchmarkCbrt	./math/all_test.go	/^func BenchmarkCbrt(b *testing.B) {$/;"	f
   673  BenchmarkCeil	./math/all_test.go	/^func BenchmarkCeil(b *testing.B) {$/;"	f
   674  BenchmarkChanContended	./runtime/chan_test.go	/^func BenchmarkChanContended(b *testing.B) {$/;"	f
   675  BenchmarkChanCreation	./runtime/chan_test.go	/^func BenchmarkChanCreation(b *testing.B) {$/;"	f
   676  BenchmarkChanNonblocking	./runtime/chan_test.go	/^func BenchmarkChanNonblocking(b *testing.B) {$/;"	f
   677  BenchmarkChanPopular	./runtime/chan_test.go	/^func BenchmarkChanPopular(b *testing.B) {$/;"	f
   678  BenchmarkChanProdCons0	./runtime/chan_test.go	/^func BenchmarkChanProdCons0(b *testing.B) {$/;"	f
   679  BenchmarkChanProdCons10	./runtime/chan_test.go	/^func BenchmarkChanProdCons10(b *testing.B) {$/;"	f
   680  BenchmarkChanProdCons100	./runtime/chan_test.go	/^func BenchmarkChanProdCons100(b *testing.B) {$/;"	f
   681  BenchmarkChanProdConsWork0	./runtime/chan_test.go	/^func BenchmarkChanProdConsWork0(b *testing.B) {$/;"	f
   682  BenchmarkChanProdConsWork10	./runtime/chan_test.go	/^func BenchmarkChanProdConsWork10(b *testing.B) {$/;"	f
   683  BenchmarkChanProdConsWork100	./runtime/chan_test.go	/^func BenchmarkChanProdConsWork100(b *testing.B) {$/;"	f
   684  BenchmarkChanSem	./runtime/chan_test.go	/^func BenchmarkChanSem(b *testing.B) {$/;"	f
   685  BenchmarkChanSync	./runtime/chan_test.go	/^func BenchmarkChanSync(b *testing.B) {$/;"	f
   686  BenchmarkChanUncontended	./runtime/chan_test.go	/^func BenchmarkChanUncontended(b *testing.B) {$/;"	f
   687  BenchmarkClearFat1024	./runtime/memmove_test.go	/^func BenchmarkClearFat1024(b *testing.B) {$/;"	f
   688  BenchmarkClearFat12	./runtime/memmove_test.go	/^func BenchmarkClearFat12(b *testing.B) {$/;"	f
   689  BenchmarkClearFat128	./runtime/memmove_test.go	/^func BenchmarkClearFat128(b *testing.B) {$/;"	f
   690  BenchmarkClearFat16	./runtime/memmove_test.go	/^func BenchmarkClearFat16(b *testing.B) {$/;"	f
   691  BenchmarkClearFat24	./runtime/memmove_test.go	/^func BenchmarkClearFat24(b *testing.B) {$/;"	f
   692  BenchmarkClearFat256	./runtime/memmove_test.go	/^func BenchmarkClearFat256(b *testing.B) {$/;"	f
   693  BenchmarkClearFat32	./runtime/memmove_test.go	/^func BenchmarkClearFat32(b *testing.B) {$/;"	f
   694  BenchmarkClearFat40	./runtime/memmove_test.go	/^func BenchmarkClearFat40(b *testing.B) {$/;"	f
   695  BenchmarkClearFat48	./runtime/memmove_test.go	/^func BenchmarkClearFat48(b *testing.B) {$/;"	f
   696  BenchmarkClearFat512	./runtime/memmove_test.go	/^func BenchmarkClearFat512(b *testing.B) {$/;"	f
   697  BenchmarkClearFat56	./runtime/memmove_test.go	/^func BenchmarkClearFat56(b *testing.B) {$/;"	f
   698  BenchmarkClearFat64	./runtime/memmove_test.go	/^func BenchmarkClearFat64(b *testing.B) {$/;"	f
   699  BenchmarkClearFat8	./runtime/memmove_test.go	/^func BenchmarkClearFat8(b *testing.B) {$/;"	f
   700  BenchmarkClient	./net/http/serve_test.go	/^func BenchmarkClient(b *testing.B) {$/;"	f
   701  BenchmarkClientServer	./net/http/serve_test.go	/^func BenchmarkClientServer(b *testing.B) {$/;"	f
   702  BenchmarkClientServerParallel4	./net/http/serve_test.go	/^func BenchmarkClientServerParallel4(b *testing.B) {$/;"	f
   703  BenchmarkClientServerParallel64	./net/http/serve_test.go	/^func BenchmarkClientServerParallel64(b *testing.B) {$/;"	f
   704  BenchmarkClientServerParallelTLS4	./net/http/serve_test.go	/^func BenchmarkClientServerParallelTLS4(b *testing.B) {$/;"	f
   705  BenchmarkClientServerParallelTLS64	./net/http/serve_test.go	/^func BenchmarkClientServerParallelTLS64(b *testing.B) {$/;"	f
   706  BenchmarkClosureCall	./runtime/proc_test.go	/^func BenchmarkClosureCall(b *testing.B) {$/;"	f
   707  BenchmarkCodeDecoder	./encoding/json/bench_test.go	/^func BenchmarkCodeDecoder(b *testing.B) {$/;"	f
   708  BenchmarkCodeEncoder	./encoding/json/bench_test.go	/^func BenchmarkCodeEncoder(b *testing.B) {$/;"	f
   709  BenchmarkCodeMarshal	./encoding/json/bench_test.go	/^func BenchmarkCodeMarshal(b *testing.B) {$/;"	f
   710  BenchmarkCodeUnmarshal	./encoding/json/bench_test.go	/^func BenchmarkCodeUnmarshal(b *testing.B) {$/;"	f
   711  BenchmarkCodeUnmarshalReuse	./encoding/json/bench_test.go	/^func BenchmarkCodeUnmarshalReuse(b *testing.B) {$/;"	f
   712  BenchmarkCompareBytesBig	./bytes/compare_test.go	/^func BenchmarkCompareBytesBig(b *testing.B) {$/;"	f
   713  BenchmarkCompareBytesBigIdentical	./bytes/compare_test.go	/^func BenchmarkCompareBytesBigIdentical(b *testing.B) {$/;"	f
   714  BenchmarkCompareBytesBigUnaligned	./bytes/compare_test.go	/^func BenchmarkCompareBytesBigUnaligned(b *testing.B) {$/;"	f
   715  BenchmarkCompareBytesDifferentLength	./bytes/compare_test.go	/^func BenchmarkCompareBytesDifferentLength(b *testing.B) {$/;"	f
   716  BenchmarkCompareBytesEmpty	./bytes/compare_test.go	/^func BenchmarkCompareBytesEmpty(b *testing.B) {$/;"	f
   717  BenchmarkCompareBytesEqual	./bytes/compare_test.go	/^func BenchmarkCompareBytesEqual(b *testing.B) {$/;"	f
   718  BenchmarkCompareBytesIdentical	./bytes/compare_test.go	/^func BenchmarkCompareBytesIdentical(b *testing.B) {$/;"	f
   719  BenchmarkCompareBytesSameLength	./bytes/compare_test.go	/^func BenchmarkCompareBytesSameLength(b *testing.B) {$/;"	f
   720  BenchmarkCompareBytesToNil	./bytes/compare_test.go	/^func BenchmarkCompareBytesToNil(b *testing.B) {$/;"	f
   721  BenchmarkCompareStringBig	./runtime/string_test.go	/^func BenchmarkCompareStringBig(b *testing.B) {$/;"	f
   722  BenchmarkCompareStringBigUnaligned	./runtime/string_test.go	/^func BenchmarkCompareStringBigUnaligned(b *testing.B) {$/;"	f
   723  BenchmarkCompareStringDifferentLength	./runtime/string_test.go	/^func BenchmarkCompareStringDifferentLength(b *testing.B) {$/;"	f
   724  BenchmarkCompareStringEqual	./runtime/string_test.go	/^func BenchmarkCompareStringEqual(b *testing.B) {$/;"	f
   725  BenchmarkCompareStringIdentical	./runtime/string_test.go	/^func BenchmarkCompareStringIdentical(b *testing.B) {$/;"	f
   726  BenchmarkCompareStringSameLength	./runtime/string_test.go	/^func BenchmarkCompareStringSameLength(b *testing.B) {$/;"	f
   727  BenchmarkComplex128DivDisInf	./runtime/complex_test.go	/^func BenchmarkComplex128DivDisInf(b *testing.B) {$/;"	f
   728  BenchmarkComplex128DivDisNaN	./runtime/complex_test.go	/^func BenchmarkComplex128DivDisNaN(b *testing.B) {$/;"	f
   729  BenchmarkComplex128DivNisInf	./runtime/complex_test.go	/^func BenchmarkComplex128DivNisInf(b *testing.B) {$/;"	f
   730  BenchmarkComplex128DivNisNaN	./runtime/complex_test.go	/^func BenchmarkComplex128DivNisNaN(b *testing.B) {$/;"	f
   731  BenchmarkComplex128DivNormal	./runtime/complex_test.go	/^func BenchmarkComplex128DivNormal(b *testing.B) {$/;"	f
   732  BenchmarkComplexAlgMap	./runtime/mapspeed_test.go	/^func BenchmarkComplexAlgMap(b *testing.B) {$/;"	f
   733  BenchmarkCompressedZipGarbage	./archive/zip/writer_test.go	/^func BenchmarkCompressedZipGarbage(b *testing.B) {$/;"	f
   734  BenchmarkConcurrentDBExec	./database/sql/sql_test.go	/^func BenchmarkConcurrentDBExec(b *testing.B) {$/;"	f
   735  BenchmarkConcurrentRandom	./database/sql/sql_test.go	/^func BenchmarkConcurrentRandom(b *testing.B) {$/;"	f
   736  BenchmarkConcurrentStmtExec	./database/sql/sql_test.go	/^func BenchmarkConcurrentStmtExec(b *testing.B) {$/;"	f
   737  BenchmarkConcurrentStmtQuery	./database/sql/sql_test.go	/^func BenchmarkConcurrentStmtQuery(b *testing.B) {$/;"	f
   738  BenchmarkConcurrentTxExec	./database/sql/sql_test.go	/^func BenchmarkConcurrentTxExec(b *testing.B) {$/;"	f
   739  BenchmarkConcurrentTxQuery	./database/sql/sql_test.go	/^func BenchmarkConcurrentTxQuery(b *testing.B) {$/;"	f
   740  BenchmarkConcurrentTxStmtExec	./database/sql/sql_test.go	/^func BenchmarkConcurrentTxStmtExec(b *testing.B) {$/;"	f
   741  BenchmarkConcurrentTxStmtQuery	./database/sql/sql_test.go	/^func BenchmarkConcurrentTxStmtQuery(b *testing.B) {$/;"	f
   742  BenchmarkCond1	./sync/cond_test.go	/^func BenchmarkCond1(b *testing.B) {$/;"	f
   743  BenchmarkCond16	./sync/cond_test.go	/^func BenchmarkCond16(b *testing.B) {$/;"	f
   744  BenchmarkCond2	./sync/cond_test.go	/^func BenchmarkCond2(b *testing.B) {$/;"	f
   745  BenchmarkCond32	./sync/cond_test.go	/^func BenchmarkCond32(b *testing.B) {$/;"	f
   746  BenchmarkCond4	./sync/cond_test.go	/^func BenchmarkCond4(b *testing.B) {$/;"	f
   747  BenchmarkCond8	./sync/cond_test.go	/^func BenchmarkCond8(b *testing.B) {$/;"	f
   748  BenchmarkConj	./math/cmplx/cmath_test.go	/^func BenchmarkConj(b *testing.B) {$/;"	f
   749  BenchmarkContendedSemaphore	./sync/mutex_test.go	/^func BenchmarkContendedSemaphore(b *testing.B) {$/;"	f
   750  BenchmarkConvI2E	./runtime/iface_test.go	/^func BenchmarkConvI2E(b *testing.B) {$/;"	f
   751  BenchmarkConvI2I	./runtime/iface_test.go	/^func BenchmarkConvI2I(b *testing.B) {$/;"	f
   752  BenchmarkConvT2ELarge	./runtime/iface_test.go	/^func BenchmarkConvT2ELarge(b *testing.B) {$/;"	f
   753  BenchmarkConvT2ESmall	./runtime/iface_test.go	/^func BenchmarkConvT2ESmall(b *testing.B) {$/;"	f
   754  BenchmarkConvT2EUintptr	./runtime/iface_test.go	/^func BenchmarkConvT2EUintptr(b *testing.B) {$/;"	f
   755  BenchmarkConvT2ILarge	./runtime/iface_test.go	/^func BenchmarkConvT2ILarge(b *testing.B) {$/;"	f
   756  BenchmarkConvT2ISmall	./runtime/iface_test.go	/^func BenchmarkConvT2ISmall(b *testing.B) {$/;"	f
   757  BenchmarkConvT2IUintptr	./runtime/iface_test.go	/^func BenchmarkConvT2IUintptr(b *testing.B) {$/;"	f
   758  BenchmarkCopy1024Byte	./runtime/append_test.go	/^func BenchmarkCopy1024Byte(b *testing.B) { benchmarkCopySlice(b, 1024) }$/;"	f
   759  BenchmarkCopy1024String	./runtime/append_test.go	/^func BenchmarkCopy1024String(b *testing.B) { benchmarkCopyStr(b, 1024) }$/;"	f
   760  BenchmarkCopy128Byte	./runtime/append_test.go	/^func BenchmarkCopy128Byte(b *testing.B)  { benchmarkCopySlice(b, 128) }$/;"	f
   761  BenchmarkCopy128String	./runtime/append_test.go	/^func BenchmarkCopy128String(b *testing.B)  { benchmarkCopyStr(b, 128) }$/;"	f
   762  BenchmarkCopy12Byte	./runtime/append_test.go	/^func BenchmarkCopy12Byte(b *testing.B)   { benchmarkCopySlice(b, 12) }$/;"	f
   763  BenchmarkCopy12String	./runtime/append_test.go	/^func BenchmarkCopy12String(b *testing.B)   { benchmarkCopyStr(b, 12) }$/;"	f
   764  BenchmarkCopy16Byte	./runtime/append_test.go	/^func BenchmarkCopy16Byte(b *testing.B)   { benchmarkCopySlice(b, 16) }$/;"	f
   765  BenchmarkCopy16String	./runtime/append_test.go	/^func BenchmarkCopy16String(b *testing.B)   { benchmarkCopyStr(b, 16) }$/;"	f
   766  BenchmarkCopy1Byte	./runtime/append_test.go	/^func BenchmarkCopy1Byte(b *testing.B)    { benchmarkCopySlice(b, 1) }$/;"	f
   767  BenchmarkCopy1String	./runtime/append_test.go	/^func BenchmarkCopy1String(b *testing.B)    { benchmarkCopyStr(b, 1) }$/;"	f
   768  BenchmarkCopy2Byte	./runtime/append_test.go	/^func BenchmarkCopy2Byte(b *testing.B)    { benchmarkCopySlice(b, 2) }$/;"	f
   769  BenchmarkCopy2String	./runtime/append_test.go	/^func BenchmarkCopy2String(b *testing.B)    { benchmarkCopyStr(b, 2) }$/;"	f
   770  BenchmarkCopy32Byte	./runtime/append_test.go	/^func BenchmarkCopy32Byte(b *testing.B)   { benchmarkCopySlice(b, 32) }$/;"	f
   771  BenchmarkCopy32String	./runtime/append_test.go	/^func BenchmarkCopy32String(b *testing.B)   { benchmarkCopyStr(b, 32) }$/;"	f
   772  BenchmarkCopy4Byte	./runtime/append_test.go	/^func BenchmarkCopy4Byte(b *testing.B)    { benchmarkCopySlice(b, 4) }$/;"	f
   773  BenchmarkCopy4String	./runtime/append_test.go	/^func BenchmarkCopy4String(b *testing.B)    { benchmarkCopyStr(b, 4) }$/;"	f
   774  BenchmarkCopy8Byte	./runtime/append_test.go	/^func BenchmarkCopy8Byte(b *testing.B)    { benchmarkCopySlice(b, 8) }$/;"	f
   775  BenchmarkCopy8String	./runtime/append_test.go	/^func BenchmarkCopy8String(b *testing.B)    { benchmarkCopyStr(b, 8) }$/;"	f
   776  BenchmarkCopyFat1024	./runtime/memmove_test.go	/^func BenchmarkCopyFat1024(b *testing.B) {$/;"	f
   777  BenchmarkCopyFat12	./runtime/memmove_test.go	/^func BenchmarkCopyFat12(b *testing.B) {$/;"	f
   778  BenchmarkCopyFat128	./runtime/memmove_test.go	/^func BenchmarkCopyFat128(b *testing.B) {$/;"	f
   779  BenchmarkCopyFat16	./runtime/memmove_test.go	/^func BenchmarkCopyFat16(b *testing.B) {$/;"	f
   780  BenchmarkCopyFat24	./runtime/memmove_test.go	/^func BenchmarkCopyFat24(b *testing.B) {$/;"	f
   781  BenchmarkCopyFat256	./runtime/memmove_test.go	/^func BenchmarkCopyFat256(b *testing.B) {$/;"	f
   782  BenchmarkCopyFat32	./runtime/memmove_test.go	/^func BenchmarkCopyFat32(b *testing.B) {$/;"	f
   783  BenchmarkCopyFat512	./runtime/memmove_test.go	/^func BenchmarkCopyFat512(b *testing.B) {$/;"	f
   784  BenchmarkCopyFat64	./runtime/memmove_test.go	/^func BenchmarkCopyFat64(b *testing.B) {$/;"	f
   785  BenchmarkCopyFat8	./runtime/memmove_test.go	/^func BenchmarkCopyFat8(b *testing.B) {$/;"	f
   786  BenchmarkCopyOver	./image/draw/bench_test.go	/^func BenchmarkCopyOver(b *testing.B) {$/;"	f
   787  BenchmarkCopySrc	./image/draw/bench_test.go	/^func BenchmarkCopySrc(b *testing.B) {$/;"	f
   788  BenchmarkCopysign	./math/all_test.go	/^func BenchmarkCopysign(b *testing.B) {$/;"	f
   789  BenchmarkCos	./math/all_test.go	/^func BenchmarkCos(b *testing.B) {$/;"	f
   790  BenchmarkCos	./math/cmplx/cmath_test.go	/^func BenchmarkCos(b *testing.B) {$/;"	f
   791  BenchmarkCosh	./math/all_test.go	/^func BenchmarkCosh(b *testing.B) {$/;"	f
   792  BenchmarkCosh	./math/cmplx/cmath_test.go	/^func BenchmarkCosh(b *testing.B) {$/;"	f
   793  BenchmarkCount32	./bytes/bytes_test.go	/^func BenchmarkCount32(b *testing.B)  { bmCount(b, Count, 32) }$/;"	f
   794  BenchmarkCount4K	./bytes/bytes_test.go	/^func BenchmarkCount4K(b *testing.B)  { bmCount(b, Count, 4<<10) }$/;"	f
   795  BenchmarkCount4M	./bytes/bytes_test.go	/^func BenchmarkCount4M(b *testing.B)  { bmCount(b, Count, 4<<20) }$/;"	f
   796  BenchmarkCount64M	./bytes/bytes_test.go	/^func BenchmarkCount64M(b *testing.B) { bmCount(b, Count, 64<<20) }$/;"	f
   797  BenchmarkCountEasy32	./bytes/bytes_test.go	/^func BenchmarkCountEasy32(b *testing.B)  { bmCountEasy(b, Count, 32) }$/;"	f
   798  BenchmarkCountEasy4K	./bytes/bytes_test.go	/^func BenchmarkCountEasy4K(b *testing.B)  { bmCountEasy(b, Count, 4<<10) }$/;"	f
   799  BenchmarkCountEasy4M	./bytes/bytes_test.go	/^func BenchmarkCountEasy4M(b *testing.B)  { bmCountEasy(b, Count, 4<<20) }$/;"	f
   800  BenchmarkCountEasy64M	./bytes/bytes_test.go	/^func BenchmarkCountEasy64M(b *testing.B) { bmCountEasy(b, Count, 64<<20) }$/;"	f
   801  BenchmarkCountHard1	./strings/strings_test.go	/^func BenchmarkCountHard1(b *testing.B) { benchmarkCountHard(b, "<>") }$/;"	f
   802  BenchmarkCountHard2	./strings/strings_test.go	/^func BenchmarkCountHard2(b *testing.B) { benchmarkCountHard(b, "<\/pre>") }$/;"	f
   803  BenchmarkCountHard3	./strings/strings_test.go	/^func BenchmarkCountHard3(b *testing.B) { benchmarkCountHard(b, "<b>hello world<\/b>") }$/;"	f
   804  BenchmarkCountTorture	./strings/strings_test.go	/^func BenchmarkCountTorture(b *testing.B) {$/;"	f
   805  BenchmarkCountTortureOverlapping	./strings/strings_test.go	/^func BenchmarkCountTortureOverlapping(b *testing.B) {$/;"	f
   806  BenchmarkCrc64KB	./hash/crc64/crc64_test.go	/^func BenchmarkCrc64KB(b *testing.B) {$/;"	f
   807  BenchmarkCreateGoroutines	./runtime/proc_test.go	/^func BenchmarkCreateGoroutines(b *testing.B) {$/;"	f
   808  BenchmarkCreateGoroutinesCapture	./runtime/proc_test.go	/^func BenchmarkCreateGoroutinesCapture(b *testing.B) {$/;"	f
   809  BenchmarkCreateGoroutinesParallel	./runtime/proc_test.go	/^func BenchmarkCreateGoroutinesParallel(b *testing.B) {$/;"	f
   810  BenchmarkDNSName	./net/dnsname_test.go	/^func BenchmarkDNSName(b *testing.B) {$/;"	f
   811  BenchmarkDay	./time/time_test.go	/^func BenchmarkDay(b *testing.B) {$/;"	f
   812  BenchmarkDecode	./encoding/pem/pem_test.go	/^func BenchmarkDecode(b *testing.B) {$/;"	f
   813  BenchmarkDecodeASCIIRune	./unicode/utf8/utf8_test.go	/^func BenchmarkDecodeASCIIRune(b *testing.B) {$/;"	f
   814  BenchmarkDecodeBaseline	./image/jpeg/reader_test.go	/^func BenchmarkDecodeBaseline(b *testing.B) {$/;"	f
   815  BenchmarkDecodeCSS	./html/template/css_test.go	/^func BenchmarkDecodeCSS(b *testing.B) {$/;"	f
   816  BenchmarkDecodeCSSNoSpecials	./html/template/css_test.go	/^func BenchmarkDecodeCSSNoSpecials(b *testing.B) {$/;"	f
   817  BenchmarkDecodeComplex128Slice	./encoding/gob/timing_test.go	/^func BenchmarkDecodeComplex128Slice(b *testing.B) {$/;"	f
   818  BenchmarkDecodeDigits	./compress/bzip2/bzip2_test.go	/^func BenchmarkDecodeDigits(b *testing.B) { benchmarkDecode(b, digits) }$/;"	f
   819  BenchmarkDecodeDigitsCompress1e4	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsCompress1e4(b *testing.B) { benchmarkDecode(b, digits, compress, 1e4) }$/;"	f
   820  BenchmarkDecodeDigitsCompress1e5	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsCompress1e5(b *testing.B) { benchmarkDecode(b, digits, compress, 1e5) }$/;"	f
   821  BenchmarkDecodeDigitsCompress1e6	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsCompress1e6(b *testing.B) { benchmarkDecode(b, digits, compress, 1e6) }$/;"	f
   822  BenchmarkDecodeDigitsDefault1e4	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsDefault1e4(b *testing.B)  { benchmarkDecode(b, digits, default_, 1e4) }$/;"	f
   823  BenchmarkDecodeDigitsDefault1e5	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsDefault1e5(b *testing.B)  { benchmarkDecode(b, digits, default_, 1e5) }$/;"	f
   824  BenchmarkDecodeDigitsDefault1e6	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsDefault1e6(b *testing.B)  { benchmarkDecode(b, digits, default_, 1e6) }$/;"	f
   825  BenchmarkDecodeDigitsSpeed1e4	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsSpeed1e4(b *testing.B)    { benchmarkDecode(b, digits, speed, 1e4) }$/;"	f
   826  BenchmarkDecodeDigitsSpeed1e5	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsSpeed1e5(b *testing.B)    { benchmarkDecode(b, digits, speed, 1e5) }$/;"	f
   827  BenchmarkDecodeDigitsSpeed1e6	./compress/flate/reader_test.go	/^func BenchmarkDecodeDigitsSpeed1e6(b *testing.B)    { benchmarkDecode(b, digits, speed, 1e6) }$/;"	f
   828  BenchmarkDecodeFloat64Slice	./encoding/gob/timing_test.go	/^func BenchmarkDecodeFloat64Slice(b *testing.B) {$/;"	f
   829  BenchmarkDecodeGray	./image/png/reader_test.go	/^func BenchmarkDecodeGray(b *testing.B) {$/;"	f
   830  BenchmarkDecodeInt32Slice	./encoding/gob/timing_test.go	/^func BenchmarkDecodeInt32Slice(b *testing.B) {$/;"	f
   831  BenchmarkDecodeInterlacing	./image/png/reader_test.go	/^func BenchmarkDecodeInterlacing(b *testing.B) {$/;"	f
   832  BenchmarkDecodeJapaneseRune	./unicode/utf8/utf8_test.go	/^func BenchmarkDecodeJapaneseRune(b *testing.B) {$/;"	f
   833  BenchmarkDecodeNRGBAGradient	./image/png/reader_test.go	/^func BenchmarkDecodeNRGBAGradient(b *testing.B) {$/;"	f
   834  BenchmarkDecodeNRGBAOpaque	./image/png/reader_test.go	/^func BenchmarkDecodeNRGBAOpaque(b *testing.B) {$/;"	f
   835  BenchmarkDecodePaletted	./image/png/reader_test.go	/^func BenchmarkDecodePaletted(b *testing.B) {$/;"	f
   836  BenchmarkDecodeProgressive	./image/jpeg/reader_test.go	/^func BenchmarkDecodeProgressive(b *testing.B) {$/;"	f
   837  BenchmarkDecodeRGB	./image/png/reader_test.go	/^func BenchmarkDecodeRGB(b *testing.B) {$/;"	f
   838  BenchmarkDecodeString	./encoding/base32/base32_test.go	/^func BenchmarkDecodeString(b *testing.B) {$/;"	f
   839  BenchmarkDecodeString	./encoding/base64/base64_test.go	/^func BenchmarkDecodeString(b *testing.B) {$/;"	f
   840  BenchmarkDecodeStringSlice	./encoding/gob/timing_test.go	/^func BenchmarkDecodeStringSlice(b *testing.B) {$/;"	f
   841  BenchmarkDecodeTwain	./compress/bzip2/bzip2_test.go	/^func BenchmarkDecodeTwain(b *testing.B)  { benchmarkDecode(b, twain) }$/;"	f
   842  BenchmarkDecodeTwainCompress1e4	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainCompress1e4(b *testing.B)  { benchmarkDecode(b, twain, compress, 1e4) }$/;"	f
   843  BenchmarkDecodeTwainCompress1e5	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainCompress1e5(b *testing.B)  { benchmarkDecode(b, twain, compress, 1e5) }$/;"	f
   844  BenchmarkDecodeTwainCompress1e6	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainCompress1e6(b *testing.B)  { benchmarkDecode(b, twain, compress, 1e6) }$/;"	f
   845  BenchmarkDecodeTwainDefault1e4	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainDefault1e4(b *testing.B)   { benchmarkDecode(b, twain, default_, 1e4) }$/;"	f
   846  BenchmarkDecodeTwainDefault1e5	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainDefault1e5(b *testing.B)   { benchmarkDecode(b, twain, default_, 1e5) }$/;"	f
   847  BenchmarkDecodeTwainDefault1e6	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainDefault1e6(b *testing.B)   { benchmarkDecode(b, twain, default_, 1e6) }$/;"	f
   848  BenchmarkDecodeTwainSpeed1e4	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainSpeed1e4(b *testing.B)     { benchmarkDecode(b, twain, speed, 1e4) }$/;"	f
   849  BenchmarkDecodeTwainSpeed1e5	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainSpeed1e5(b *testing.B)     { benchmarkDecode(b, twain, speed, 1e5) }$/;"	f
   850  BenchmarkDecodeTwainSpeed1e6	./compress/flate/reader_test.go	/^func BenchmarkDecodeTwainSpeed1e6(b *testing.B)     { benchmarkDecode(b, twain, speed, 1e6) }$/;"	f
   851  BenchmarkDecoder1e4	./compress/lzw/reader_test.go	/^func BenchmarkDecoder1e4(b *testing.B) {$/;"	f
   852  BenchmarkDecoder1e5	./compress/lzw/reader_test.go	/^func BenchmarkDecoder1e5(b *testing.B) {$/;"	f
   853  BenchmarkDecoder1e6	./compress/lzw/reader_test.go	/^func BenchmarkDecoder1e6(b *testing.B) {$/;"	f
   854  BenchmarkDecoderStream	./encoding/json/bench_test.go	/^func BenchmarkDecoderStream(b *testing.B) {$/;"	f
   855  BenchmarkDecrypt	./crypto/aes/aes_test.go	/^func BenchmarkDecrypt(b *testing.B) {$/;"	f
   856  BenchmarkDecrypt	./crypto/des/des_test.go	/^func BenchmarkDecrypt(b *testing.B) {$/;"	f
   857  BenchmarkDefer	./runtime/runtime_test.go	/^func BenchmarkDefer(b *testing.B) {$/;"	f
   858  BenchmarkDefer10	./runtime/runtime_test.go	/^func BenchmarkDefer10(b *testing.B) {$/;"	f
   859  BenchmarkDeferMany	./runtime/runtime_test.go	/^func BenchmarkDeferMany(b *testing.B) {$/;"	f
   860  BenchmarkDim	./math/all_test.go	/^func BenchmarkDim(b *testing.B) {$/;"	f
   861  BenchmarkDup	./container/heap/heap_test.go	/^func BenchmarkDup(b *testing.B) {$/;"	f
   862  BenchmarkEmptyOpContext	./regexp/syntax/prog_test.go	/^func BenchmarkEmptyOpContext(b *testing.B) {$/;"	f
   863  BenchmarkEncode	./encoding/pem/pem_test.go	/^func BenchmarkEncode(b *testing.B) {$/;"	f
   864  BenchmarkEncode	./image/gif/writer_test.go	/^func BenchmarkEncode(b *testing.B) {$/;"	f
   865  BenchmarkEncode	./image/jpeg/writer_test.go	/^func BenchmarkEncode(b *testing.B) {$/;"	f
   866  BenchmarkEncodeASCIIRune	./unicode/utf8/utf8_test.go	/^func BenchmarkEncodeASCIIRune(b *testing.B) {$/;"	f
   867  BenchmarkEncodeComplex128Slice	./encoding/gob/timing_test.go	/^func BenchmarkEncodeComplex128Slice(b *testing.B) {$/;"	f
   868  BenchmarkEncodeDigitsCompress1e4	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsCompress1e4(b *testing.B) { benchmarkEncoder(b, digits, compress, 1e4) }$/;"	f
   869  BenchmarkEncodeDigitsCompress1e5	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsCompress1e5(b *testing.B) { benchmarkEncoder(b, digits, compress, 1e5) }$/;"	f
   870  BenchmarkEncodeDigitsCompress1e6	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsCompress1e6(b *testing.B) { benchmarkEncoder(b, digits, compress, 1e6) }$/;"	f
   871  BenchmarkEncodeDigitsDefault1e4	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsDefault1e4(b *testing.B)  { benchmarkEncoder(b, digits, default_, 1e4) }$/;"	f
   872  BenchmarkEncodeDigitsDefault1e5	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsDefault1e5(b *testing.B)  { benchmarkEncoder(b, digits, default_, 1e5) }$/;"	f
   873  BenchmarkEncodeDigitsDefault1e6	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsDefault1e6(b *testing.B)  { benchmarkEncoder(b, digits, default_, 1e6) }$/;"	f
   874  BenchmarkEncodeDigitsSpeed1e4	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsSpeed1e4(b *testing.B)    { benchmarkEncoder(b, digits, speed, 1e4) }$/;"	f
   875  BenchmarkEncodeDigitsSpeed1e5	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsSpeed1e5(b *testing.B)    { benchmarkEncoder(b, digits, speed, 1e5) }$/;"	f
   876  BenchmarkEncodeDigitsSpeed1e6	./compress/flate/writer_test.go	/^func BenchmarkEncodeDigitsSpeed1e6(b *testing.B)    { benchmarkEncoder(b, digits, speed, 1e6) }$/;"	f
   877  BenchmarkEncodeFloat64Slice	./encoding/gob/timing_test.go	/^func BenchmarkEncodeFloat64Slice(b *testing.B) {$/;"	f
   878  BenchmarkEncodeGray	./image/png/writer_test.go	/^func BenchmarkEncodeGray(b *testing.B) {$/;"	f
   879  BenchmarkEncodeInt32Slice	./encoding/gob/timing_test.go	/^func BenchmarkEncodeInt32Slice(b *testing.B) {$/;"	f
   880  BenchmarkEncodeJapaneseRune	./unicode/utf8/utf8_test.go	/^func BenchmarkEncodeJapaneseRune(b *testing.B) {$/;"	f
   881  BenchmarkEncodeNRGBA	./image/png/writer_test.go	/^func BenchmarkEncodeNRGBA(b *testing.B) {$/;"	f
   882  BenchmarkEncodeNRGBOpaque	./image/png/writer_test.go	/^func BenchmarkEncodeNRGBOpaque(b *testing.B) {$/;"	f
   883  BenchmarkEncodePaletted	./image/png/writer_test.go	/^func BenchmarkEncodePaletted(b *testing.B) {$/;"	f
   884  BenchmarkEncodeRGBA	./image/png/writer_test.go	/^func BenchmarkEncodeRGBA(b *testing.B) {$/;"	f
   885  BenchmarkEncodeRGBOpaque	./image/png/writer_test.go	/^func BenchmarkEncodeRGBOpaque(b *testing.B) {$/;"	f
   886  BenchmarkEncodeStringSlice	./encoding/gob/timing_test.go	/^func BenchmarkEncodeStringSlice(b *testing.B) {$/;"	f
   887  BenchmarkEncodeToString	./encoding/base32/base32_test.go	/^func BenchmarkEncodeToString(b *testing.B) {$/;"	f
   888  BenchmarkEncodeToString	./encoding/base64/base64_test.go	/^func BenchmarkEncodeToString(b *testing.B) {$/;"	f
   889  BenchmarkEncodeTwainCompress1e4	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainCompress1e4(b *testing.B)  { benchmarkEncoder(b, twain, compress, 1e4) }$/;"	f
   890  BenchmarkEncodeTwainCompress1e5	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainCompress1e5(b *testing.B)  { benchmarkEncoder(b, twain, compress, 1e5) }$/;"	f
   891  BenchmarkEncodeTwainCompress1e6	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainCompress1e6(b *testing.B)  { benchmarkEncoder(b, twain, compress, 1e6) }$/;"	f
   892  BenchmarkEncodeTwainDefault1e4	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainDefault1e4(b *testing.B)   { benchmarkEncoder(b, twain, default_, 1e4) }$/;"	f
   893  BenchmarkEncodeTwainDefault1e5	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainDefault1e5(b *testing.B)   { benchmarkEncoder(b, twain, default_, 1e5) }$/;"	f
   894  BenchmarkEncodeTwainDefault1e6	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainDefault1e6(b *testing.B)   { benchmarkEncoder(b, twain, default_, 1e6) }$/;"	f
   895  BenchmarkEncodeTwainSpeed1e4	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainSpeed1e4(b *testing.B)     { benchmarkEncoder(b, twain, speed, 1e4) }$/;"	f
   896  BenchmarkEncodeTwainSpeed1e5	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainSpeed1e5(b *testing.B)     { benchmarkEncoder(b, twain, speed, 1e5) }$/;"	f
   897  BenchmarkEncodeTwainSpeed1e6	./compress/flate/writer_test.go	/^func BenchmarkEncodeTwainSpeed1e6(b *testing.B)     { benchmarkEncoder(b, twain, speed, 1e6) }$/;"	f
   898  BenchmarkEncoder1e4	./compress/lzw/writer_test.go	/^func BenchmarkEncoder1e4(b *testing.B) {$/;"	f
   899  BenchmarkEncoder1e5	./compress/lzw/writer_test.go	/^func BenchmarkEncoder1e5(b *testing.B) {$/;"	f
   900  BenchmarkEncoder1e6	./compress/lzw/writer_test.go	/^func BenchmarkEncoder1e6(b *testing.B) {$/;"	f
   901  BenchmarkEncoderEncode	./encoding/json/stream_test.go	/^func BenchmarkEncoderEncode(b *testing.B) {$/;"	f
   902  BenchmarkEncrypt	./crypto/aes/aes_test.go	/^func BenchmarkEncrypt(b *testing.B) {$/;"	f
   903  BenchmarkEncrypt	./crypto/des/des_test.go	/^func BenchmarkEncrypt(b *testing.B) {$/;"	f
   904  BenchmarkEndToEnd	./net/rpc/server_test.go	/^func BenchmarkEndToEnd(b *testing.B) {$/;"	f
   905  BenchmarkEndToEndAsync	./net/rpc/server_test.go	/^func BenchmarkEndToEndAsync(b *testing.B) {$/;"	f
   906  BenchmarkEndToEndAsyncHTTP	./net/rpc/server_test.go	/^func BenchmarkEndToEndAsyncHTTP(b *testing.B) {$/;"	f
   907  BenchmarkEndToEndByteBuffer	./encoding/gob/timing_test.go	/^func BenchmarkEndToEndByteBuffer(b *testing.B) {$/;"	f
   908  BenchmarkEndToEndHTTP	./net/rpc/server_test.go	/^func BenchmarkEndToEndHTTP(b *testing.B) {$/;"	f
   909  BenchmarkEndToEndPipe	./encoding/gob/timing_test.go	/^func BenchmarkEndToEndPipe(b *testing.B) {$/;"	f
   910  BenchmarkEndToEndSliceByteBuffer	./encoding/gob/timing_test.go	/^func BenchmarkEndToEndSliceByteBuffer(b *testing.B) {$/;"	f
   911  BenchmarkEqEfaceConcrete	./runtime/iface_test.go	/^func BenchmarkEqEfaceConcrete(b *testing.B) {$/;"	f
   912  BenchmarkEqIfaceConcrete	./runtime/iface_test.go	/^func BenchmarkEqIfaceConcrete(b *testing.B) {$/;"	f
   913  BenchmarkEqual0	./bytes/bytes_test.go	/^func BenchmarkEqual0(b *testing.B) {$/;"	f
   914  BenchmarkEqual1	./bytes/bytes_test.go	/^func BenchmarkEqual1(b *testing.B)           { bmEqual(b, Equal, 1) }$/;"	f
   915  BenchmarkEqual15	./bytes/bytes_test.go	/^func BenchmarkEqual15(b *testing.B)          { bmEqual(b, Equal, 15) }$/;"	f
   916  BenchmarkEqual16	./bytes/bytes_test.go	/^func BenchmarkEqual16(b *testing.B)          { bmEqual(b, Equal, 16) }$/;"	f
   917  BenchmarkEqual20	./bytes/bytes_test.go	/^func BenchmarkEqual20(b *testing.B)          { bmEqual(b, Equal, 20) }$/;"	f
   918  BenchmarkEqual32	./bytes/bytes_test.go	/^func BenchmarkEqual32(b *testing.B)          { bmEqual(b, Equal, 32) }$/;"	f
   919  BenchmarkEqual4K	./bytes/bytes_test.go	/^func BenchmarkEqual4K(b *testing.B)          { bmEqual(b, Equal, 4<<10) }$/;"	f
   920  BenchmarkEqual4M	./bytes/bytes_test.go	/^func BenchmarkEqual4M(b *testing.B)          { bmEqual(b, Equal, 4<<20) }$/;"	f
   921  BenchmarkEqual6	./bytes/bytes_test.go	/^func BenchmarkEqual6(b *testing.B)           { bmEqual(b, Equal, 6) }$/;"	f
   922  BenchmarkEqual64M	./bytes/bytes_test.go	/^func BenchmarkEqual64M(b *testing.B)         { bmEqual(b, Equal, 64<<20) }$/;"	f
   923  BenchmarkEqual9	./bytes/bytes_test.go	/^func BenchmarkEqual9(b *testing.B)           { bmEqual(b, Equal, 9) }$/;"	f
   924  BenchmarkEqualPort1	./bytes/bytes_test.go	/^func BenchmarkEqualPort1(b *testing.B)       { bmEqual(b, EqualPortable, 1) }$/;"	f
   925  BenchmarkEqualPort32	./bytes/bytes_test.go	/^func BenchmarkEqualPort32(b *testing.B)      { bmEqual(b, EqualPortable, 32) }$/;"	f
   926  BenchmarkEqualPort4K	./bytes/bytes_test.go	/^func BenchmarkEqualPort4K(b *testing.B)      { bmEqual(b, EqualPortable, 4<<10) }$/;"	f
   927  BenchmarkEqualPort6	./bytes/bytes_test.go	/^func BenchmarkEqualPort6(b *testing.B)       { bmEqual(b, EqualPortable, 6) }$/;"	f
   928  BenchmarkEqualPortable4M	./bytes/bytes_test.go	/^func BenchmarkEqualPortable4M(b *testing.B)  { bmEqual(b, EqualPortable, 4<<20) }$/;"	f
   929  BenchmarkEqualPortable64M	./bytes/bytes_test.go	/^func BenchmarkEqualPortable64M(b *testing.B) { bmEqual(b, EqualPortable, 64<<20) }$/;"	f
   930  BenchmarkErf	./math/all_test.go	/^func BenchmarkErf(b *testing.B) {$/;"	f
   931  BenchmarkErfc	./math/all_test.go	/^func BenchmarkErfc(b *testing.B) {$/;"	f
   932  BenchmarkEscape	./html/escape_test.go	/^func BenchmarkEscape(b *testing.B) {$/;"	f
   933  BenchmarkEscapeNone	./html/escape_test.go	/^func BenchmarkEscapeNone(b *testing.B) {$/;"	f
   934  BenchmarkEscapedExecute	./html/template/escape_test.go	/^func BenchmarkEscapedExecute(b *testing.B) {$/;"	f
   935  BenchmarkExp	./math/all_test.go	/^func BenchmarkExp(b *testing.B) {$/;"	f
   936  BenchmarkExp	./math/cmplx/cmath_test.go	/^func BenchmarkExp(b *testing.B) {$/;"	f
   937  BenchmarkExp2	./math/all_test.go	/^func BenchmarkExp2(b *testing.B) {$/;"	f
   938  BenchmarkExp2Go	./math/all_test.go	/^func BenchmarkExp2Go(b *testing.B) {$/;"	f
   939  BenchmarkExp3Power0x10	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x10(b *testing.B)     { ExpHelper(b, 3, 0x10) }$/;"	f
   940  BenchmarkExp3Power0x10	./math/big/nat_test.go	/^func BenchmarkExp3Power0x10(b *testing.B)     { ExpHelper(b, 3, 0x10) }$/;"	f
   941  BenchmarkExp3Power0x100	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x100(b *testing.B)    { ExpHelper(b, 3, 0x100) }$/;"	f
   942  BenchmarkExp3Power0x100	./math/big/nat_test.go	/^func BenchmarkExp3Power0x100(b *testing.B)    { ExpHelper(b, 3, 0x100) }$/;"	f
   943  BenchmarkExp3Power0x1000	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x1000(b *testing.B)   { ExpHelper(b, 3, 0x1000) }$/;"	f
   944  BenchmarkExp3Power0x1000	./math/big/nat_test.go	/^func BenchmarkExp3Power0x1000(b *testing.B)   { ExpHelper(b, 3, 0x1000) }$/;"	f
   945  BenchmarkExp3Power0x10000	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x10000(b *testing.B)  { ExpHelper(b, 3, 0x10000) }$/;"	f
   946  BenchmarkExp3Power0x10000	./math/big/nat_test.go	/^func BenchmarkExp3Power0x10000(b *testing.B)  { ExpHelper(b, 3, 0x10000) }$/;"	f
   947  BenchmarkExp3Power0x100000	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x100000(b *testing.B) { ExpHelper(b, 3, 0x100000) }$/;"	f
   948  BenchmarkExp3Power0x100000	./math/big/nat_test.go	/^func BenchmarkExp3Power0x100000(b *testing.B) { ExpHelper(b, 3, 0x100000) }$/;"	f
   949  BenchmarkExp3Power0x40	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x40(b *testing.B)     { ExpHelper(b, 3, 0x40) }$/;"	f
   950  BenchmarkExp3Power0x40	./math/big/nat_test.go	/^func BenchmarkExp3Power0x40(b *testing.B)     { ExpHelper(b, 3, 0x40) }$/;"	f
   951  BenchmarkExp3Power0x400	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x400(b *testing.B)    { ExpHelper(b, 3, 0x400) }$/;"	f
   952  BenchmarkExp3Power0x400	./math/big/nat_test.go	/^func BenchmarkExp3Power0x400(b *testing.B)    { ExpHelper(b, 3, 0x400) }$/;"	f
   953  BenchmarkExp3Power0x4000	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x4000(b *testing.B)   { ExpHelper(b, 3, 0x4000) }$/;"	f
   954  BenchmarkExp3Power0x4000	./math/big/nat_test.go	/^func BenchmarkExp3Power0x4000(b *testing.B)   { ExpHelper(b, 3, 0x4000) }$/;"	f
   955  BenchmarkExp3Power0x40000	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x40000(b *testing.B)  { ExpHelper(b, 3, 0x40000) }$/;"	f
   956  BenchmarkExp3Power0x40000	./math/big/nat_test.go	/^func BenchmarkExp3Power0x40000(b *testing.B)  { ExpHelper(b, 3, 0x40000) }$/;"	f
   957  BenchmarkExp3Power0x400000	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkExp3Power0x400000(b *testing.B) { ExpHelper(b, 3, 0x400000) }$/;"	f
   958  BenchmarkExp3Power0x400000	./math/big/nat_test.go	/^func BenchmarkExp3Power0x400000(b *testing.B) { ExpHelper(b, 3, 0x400000) }$/;"	f
   959  BenchmarkExpGo	./math/all_test.go	/^func BenchmarkExpGo(b *testing.B) {$/;"	f
   960  BenchmarkExpand	./crypto/aes/aes_test.go	/^func BenchmarkExpand(b *testing.B) {$/;"	f
   961  BenchmarkExpm1	./math/all_test.go	/^func BenchmarkExpm1(b *testing.B) {$/;"	f
   962  BenchmarkFDCT	./image/jpeg/dct_test.go	/^func BenchmarkFDCT(b *testing.B) {$/;"	f
   963  BenchmarkFibo	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkFibo(b *testing.B) {$/;"	f
   964  BenchmarkFibo	./math/big/nat_test.go	/^func BenchmarkFibo(b *testing.B) {$/;"	f
   965  BenchmarkFieldByName1	./reflect/all_test.go	/^func BenchmarkFieldByName1(b *testing.B) {$/;"	f
   966  BenchmarkFieldByName2	./reflect/all_test.go	/^func BenchmarkFieldByName2(b *testing.B) {$/;"	f
   967  BenchmarkFieldByName3	./reflect/all_test.go	/^func BenchmarkFieldByName3(b *testing.B) {$/;"	f
   968  BenchmarkFields	./bytes/bytes_test.go	/^func BenchmarkFields(b *testing.B) {$/;"	f
   969  BenchmarkFields	./strings/strings_test.go	/^func BenchmarkFields(b *testing.B) {$/;"	f
   970  BenchmarkFieldsFunc	./bytes/bytes_test.go	/^func BenchmarkFieldsFunc(b *testing.B) {$/;"	f
   971  BenchmarkFieldsFunc	./strings/strings_test.go	/^func BenchmarkFieldsFunc(b *testing.B) {$/;"	f
   972  BenchmarkFillOver	./image/draw/bench_test.go	/^func BenchmarkFillOver(b *testing.B) {$/;"	f
   973  BenchmarkFillSrc	./image/draw/bench_test.go	/^func BenchmarkFillSrc(b *testing.B) {$/;"	f
   974  BenchmarkFinalizer	./runtime/mfinal_test.go	/^func BenchmarkFinalizer(b *testing.B) {$/;"	f
   975  BenchmarkFinalizerRun	./runtime/mfinal_test.go	/^func BenchmarkFinalizerRun(b *testing.B) {$/;"	f
   976  BenchmarkFloat32	./math/rand/rand_test.go	/^func BenchmarkFloat32(b *testing.B) {$/;"	f
   977  BenchmarkFloat64	./math/rand/rand_test.go	/^func BenchmarkFloat64(b *testing.B) {$/;"	f
   978  BenchmarkFloatAdd	./expvar/expvar_test.go	/^func BenchmarkFloatAdd(b *testing.B) {$/;"	f
   979  BenchmarkFloatSet	./expvar/expvar_test.go	/^func BenchmarkFloatSet(b *testing.B) {$/;"	f
   980  BenchmarkFloor	./math/all_test.go	/^func BenchmarkFloor(b *testing.B) {$/;"	f
   981  BenchmarkFnv32KB	./hash/fnv/fnv_test.go	/^func BenchmarkFnv32KB(b *testing.B) {$/;"	f
   982  BenchmarkFnv32aKB	./hash/fnv/fnv_test.go	/^func BenchmarkFnv32aKB(b *testing.B) {$/;"	f
   983  BenchmarkFnv64KB	./hash/fnv/fnv_test.go	/^func BenchmarkFnv64KB(b *testing.B) {$/;"	f
   984  BenchmarkFnv64aKB	./hash/fnv/fnv_test.go	/^func BenchmarkFnv64aKB(b *testing.B) {$/;"	f
   985  BenchmarkFormat	./time/time_test.go	/^func BenchmarkFormat(b *testing.B) {$/;"	f
   986  BenchmarkFormatFloat	./strconv/ftoa_test.go	/^func BenchmarkFormatFloat(b *testing.B) {$/;"	f
   987  BenchmarkFormatFloatBig	./strconv/ftoa_test.go	/^func BenchmarkFormatFloatBig(b *testing.B) {$/;"	f
   988  BenchmarkFormatFloatDecimal	./strconv/ftoa_test.go	/^func BenchmarkFormatFloatDecimal(b *testing.B) {$/;"	f
   989  BenchmarkFormatFloatExp	./strconv/ftoa_test.go	/^func BenchmarkFormatFloatExp(b *testing.B) {$/;"	f
   990  BenchmarkFormatFloatNegExp	./strconv/ftoa_test.go	/^func BenchmarkFormatFloatNegExp(b *testing.B) {$/;"	f
   991  BenchmarkFormatInt	./strconv/itoa_test.go	/^func BenchmarkFormatInt(b *testing.B) {$/;"	f
   992  BenchmarkFormatNow	./time/time_test.go	/^func BenchmarkFormatNow(b *testing.B) {$/;"	f
   993  BenchmarkFormatUint	./strconv/itoa_test.go	/^func BenchmarkFormatUint(b *testing.B) {$/;"	f
   994  BenchmarkFprintInt	./fmt/fmt_test.go	/^func BenchmarkFprintInt(b *testing.B) {$/;"	f
   995  BenchmarkFprintIntNoAlloc	./fmt/fmt_test.go	/^func BenchmarkFprintIntNoAlloc(b *testing.B) {$/;"	f
   996  BenchmarkFprintfBytes	./fmt/fmt_test.go	/^func BenchmarkFprintfBytes(b *testing.B) {$/;"	f
   997  BenchmarkFrexp	./math/all_test.go	/^func BenchmarkFrexp(b *testing.B) {$/;"	f
   998  BenchmarkGCD100000x100000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD100000x100000(b *testing.B) { runGCD(b, 100000, 100000) }$/;"	f
   999  BenchmarkGCD100000x100000	./math/big/gcd_test.go	/^func BenchmarkGCD100000x100000(b *testing.B) { runGCD(b, 100000, 100000) }$/;"	f
  1000  BenchmarkGCD10000x10000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10000x10000(b *testing.B)   { runGCD(b, 10000, 10000) }$/;"	f
  1001  BenchmarkGCD10000x10000	./math/big/gcd_test.go	/^func BenchmarkGCD10000x10000(b *testing.B)   { runGCD(b, 10000, 10000) }$/;"	f
  1002  BenchmarkGCD10000x100000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10000x100000(b *testing.B)  { runGCD(b, 10000, 100000) }$/;"	f
  1003  BenchmarkGCD10000x100000	./math/big/gcd_test.go	/^func BenchmarkGCD10000x100000(b *testing.B)  { runGCD(b, 10000, 100000) }$/;"	f
  1004  BenchmarkGCD1000x1000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD1000x1000(b *testing.B)     { runGCD(b, 1000, 1000) }$/;"	f
  1005  BenchmarkGCD1000x1000	./math/big/gcd_test.go	/^func BenchmarkGCD1000x1000(b *testing.B)     { runGCD(b, 1000, 1000) }$/;"	f
  1006  BenchmarkGCD1000x10000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD1000x10000(b *testing.B)    { runGCD(b, 1000, 10000) }$/;"	f
  1007  BenchmarkGCD1000x10000	./math/big/gcd_test.go	/^func BenchmarkGCD1000x10000(b *testing.B)    { runGCD(b, 1000, 10000) }$/;"	f
  1008  BenchmarkGCD1000x100000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD1000x100000(b *testing.B)   { runGCD(b, 1000, 100000) }$/;"	f
  1009  BenchmarkGCD1000x100000	./math/big/gcd_test.go	/^func BenchmarkGCD1000x100000(b *testing.B)   { runGCD(b, 1000, 100000) }$/;"	f
  1010  BenchmarkGCD100x100	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD100x100(b *testing.B)       { runGCD(b, 100, 100) }$/;"	f
  1011  BenchmarkGCD100x100	./math/big/gcd_test.go	/^func BenchmarkGCD100x100(b *testing.B)       { runGCD(b, 100, 100) }$/;"	f
  1012  BenchmarkGCD100x1000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD100x1000(b *testing.B)      { runGCD(b, 100, 1000) }$/;"	f
  1013  BenchmarkGCD100x1000	./math/big/gcd_test.go	/^func BenchmarkGCD100x1000(b *testing.B)      { runGCD(b, 100, 1000) }$/;"	f
  1014  BenchmarkGCD100x10000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD100x10000(b *testing.B)     { runGCD(b, 100, 10000) }$/;"	f
  1015  BenchmarkGCD100x10000	./math/big/gcd_test.go	/^func BenchmarkGCD100x10000(b *testing.B)     { runGCD(b, 100, 10000) }$/;"	f
  1016  BenchmarkGCD100x100000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD100x100000(b *testing.B)    { runGCD(b, 100, 100000) }$/;"	f
  1017  BenchmarkGCD100x100000	./math/big/gcd_test.go	/^func BenchmarkGCD100x100000(b *testing.B)    { runGCD(b, 100, 100000) }$/;"	f
  1018  BenchmarkGCD10x10	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10x10(b *testing.B)         { runGCD(b, 10, 10) }$/;"	f
  1019  BenchmarkGCD10x10	./math/big/gcd_test.go	/^func BenchmarkGCD10x10(b *testing.B)         { runGCD(b, 10, 10) }$/;"	f
  1020  BenchmarkGCD10x100	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10x100(b *testing.B)        { runGCD(b, 10, 100) }$/;"	f
  1021  BenchmarkGCD10x100	./math/big/gcd_test.go	/^func BenchmarkGCD10x100(b *testing.B)        { runGCD(b, 10, 100) }$/;"	f
  1022  BenchmarkGCD10x1000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10x1000(b *testing.B)       { runGCD(b, 10, 1000) }$/;"	f
  1023  BenchmarkGCD10x1000	./math/big/gcd_test.go	/^func BenchmarkGCD10x1000(b *testing.B)       { runGCD(b, 10, 1000) }$/;"	f
  1024  BenchmarkGCD10x10000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10x10000(b *testing.B)      { runGCD(b, 10, 10000) }$/;"	f
  1025  BenchmarkGCD10x10000	./math/big/gcd_test.go	/^func BenchmarkGCD10x10000(b *testing.B)      { runGCD(b, 10, 10000) }$/;"	f
  1026  BenchmarkGCD10x100000	./cmd/compile/internal/big/gcd_test.go	/^func BenchmarkGCD10x100000(b *testing.B)     { runGCD(b, 10, 100000) }$/;"	f
  1027  BenchmarkGCD10x100000	./math/big/gcd_test.go	/^func BenchmarkGCD10x100000(b *testing.B)     { runGCD(b, 10, 100000) }$/;"	f
  1028  BenchmarkGamma	./math/all_test.go	/^func BenchmarkGamma(b *testing.B) {$/;"	f
  1029  BenchmarkGenericMaskOver	./image/draw/bench_test.go	/^func BenchmarkGenericMaskOver(b *testing.B) {$/;"	f
  1030  BenchmarkGenericMaskSrc	./image/draw/bench_test.go	/^func BenchmarkGenericMaskSrc(b *testing.B) {$/;"	f
  1031  BenchmarkGenericMatch1	./strings/replace_test.go	/^func BenchmarkGenericMatch1(b *testing.B) {$/;"	f
  1032  BenchmarkGenericMatch2	./strings/replace_test.go	/^func BenchmarkGenericMatch2(b *testing.B) {$/;"	f
  1033  BenchmarkGenericNoMatch	./strings/replace_test.go	/^func BenchmarkGenericNoMatch(b *testing.B) {$/;"	f
  1034  BenchmarkGenericOver	./image/draw/bench_test.go	/^func BenchmarkGenericOver(b *testing.B) {$/;"	f
  1035  BenchmarkGenericSrc	./image/draw/bench_test.go	/^func BenchmarkGenericSrc(b *testing.B) {$/;"	f
  1036  BenchmarkGlyphOver	./image/draw/bench_test.go	/^func BenchmarkGlyphOver(b *testing.B) {$/;"	f
  1037  BenchmarkGoLookupIP	./net/dnsclient_unix_test.go	/^func BenchmarkGoLookupIP(b *testing.B) {$/;"	f
  1038  BenchmarkGoLookupIPNoSuchHost	./net/dnsclient_unix_test.go	/^func BenchmarkGoLookupIPNoSuchHost(b *testing.B) {$/;"	f
  1039  BenchmarkGoLookupIPWithBrokenNameServer	./net/dnsclient_unix_test.go	/^func BenchmarkGoLookupIPWithBrokenNameServer(b *testing.B) {$/;"	f
  1040  BenchmarkGoMemclr16	./runtime/memmove_test.go	/^func BenchmarkGoMemclr16(b *testing.B)  { bmGoMemclr(b, 16) }$/;"	f
  1041  BenchmarkGoMemclr256	./runtime/memmove_test.go	/^func BenchmarkGoMemclr256(b *testing.B) { bmGoMemclr(b, 256) }$/;"	f
  1042  BenchmarkGoMemclr5	./runtime/memmove_test.go	/^func BenchmarkGoMemclr5(b *testing.B)   { bmGoMemclr(b, 5) }$/;"	f
  1043  BenchmarkGoMemclr64	./runtime/memmove_test.go	/^func BenchmarkGoMemclr64(b *testing.B)  { bmGoMemclr(b, 64) }$/;"	f
  1044  BenchmarkGoroutineBlocking	./runtime/malloc_test.go	/^func BenchmarkGoroutineBlocking(b *testing.B) {$/;"	f
  1045  BenchmarkGoroutineForRange	./runtime/malloc_test.go	/^func BenchmarkGoroutineForRange(b *testing.B) {$/;"	f
  1046  BenchmarkGoroutineIdle	./runtime/malloc_test.go	/^func BenchmarkGoroutineIdle(b *testing.B) {$/;"	f
  1047  BenchmarkGoroutineSelect	./runtime/malloc_test.go	/^func BenchmarkGoroutineSelect(b *testing.B) {$/;"	f
  1048  BenchmarkGray	./image/draw/bench_test.go	/^func BenchmarkGray(b *testing.B) {$/;"	f
  1049  BenchmarkHTMLEscapeNew	./strings/replace_test.go	/^func BenchmarkHTMLEscapeNew(b *testing.B) {$/;"	f
  1050  BenchmarkHTMLEscapeOld	./strings/replace_test.go	/^func BenchmarkHTMLEscapeOld(b *testing.B) {$/;"	f
  1051  BenchmarkHTMLNospaceEscaper	./html/template/html_test.go	/^func BenchmarkHTMLNospaceEscaper(b *testing.B) {$/;"	f
  1052  BenchmarkHTMLNospaceEscaperNoSpecials	./html/template/html_test.go	/^func BenchmarkHTMLNospaceEscaperNoSpecials(b *testing.B) {$/;"	f
  1053  BenchmarkHash1024	./runtime/hash_test.go	/^func BenchmarkHash1024(b *testing.B)  { benchmarkHash(b, 1024) }$/;"	f
  1054  BenchmarkHash16	./runtime/hash_test.go	/^func BenchmarkHash16(b *testing.B)    { benchmarkHash(b, 16) }$/;"	f
  1055  BenchmarkHash1K	./crypto/md5/md5_test.go	/^func BenchmarkHash1K(b *testing.B) {$/;"	f
  1056  BenchmarkHash1K	./crypto/sha1/sha1_test.go	/^func BenchmarkHash1K(b *testing.B) {$/;"	f
  1057  BenchmarkHash1K	./crypto/sha256/sha256_test.go	/^func BenchmarkHash1K(b *testing.B) {$/;"	f
  1058  BenchmarkHash1K	./crypto/sha512/sha512_test.go	/^func BenchmarkHash1K(b *testing.B) {$/;"	f
  1059  BenchmarkHash1KUnaligned	./crypto/md5/md5_test.go	/^func BenchmarkHash1KUnaligned(b *testing.B) {$/;"	f
  1060  BenchmarkHash5	./runtime/hash_test.go	/^func BenchmarkHash5(b *testing.B)     { benchmarkHash(b, 5) }$/;"	f
  1061  BenchmarkHash64	./runtime/hash_test.go	/^func BenchmarkHash64(b *testing.B)    { benchmarkHash(b, 64) }$/;"	f
  1062  BenchmarkHash65536	./runtime/hash_test.go	/^func BenchmarkHash65536(b *testing.B) { benchmarkHash(b, 65536) }$/;"	f
  1063  BenchmarkHash8Bytes	./crypto/md5/md5_test.go	/^func BenchmarkHash8Bytes(b *testing.B) {$/;"	f
  1064  BenchmarkHash8Bytes	./crypto/sha1/sha1_test.go	/^func BenchmarkHash8Bytes(b *testing.B) {$/;"	f
  1065  BenchmarkHash8Bytes	./crypto/sha256/sha256_test.go	/^func BenchmarkHash8Bytes(b *testing.B) {$/;"	f
  1066  BenchmarkHash8Bytes	./crypto/sha512/sha512_test.go	/^func BenchmarkHash8Bytes(b *testing.B) {$/;"	f
  1067  BenchmarkHash8BytesUnaligned	./crypto/md5/md5_test.go	/^func BenchmarkHash8BytesUnaligned(b *testing.B) {$/;"	f
  1068  BenchmarkHash8K	./crypto/md5/md5_test.go	/^func BenchmarkHash8K(b *testing.B) {$/;"	f
  1069  BenchmarkHash8K	./crypto/sha1/sha1_test.go	/^func BenchmarkHash8K(b *testing.B) {$/;"	f
  1070  BenchmarkHash8K	./crypto/sha256/sha256_test.go	/^func BenchmarkHash8K(b *testing.B) {$/;"	f
  1071  BenchmarkHash8K	./crypto/sha512/sha512_test.go	/^func BenchmarkHash8K(b *testing.B) {$/;"	f
  1072  BenchmarkHash8KUnaligned	./crypto/md5/md5_test.go	/^func BenchmarkHash8KUnaligned(b *testing.B) {$/;"	f
  1073  BenchmarkHashBytesSpeed	./runtime/mapspeed_test.go	/^func BenchmarkHashBytesSpeed(b *testing.B) {$/;"	f
  1074  BenchmarkHashInt32Speed	./runtime/mapspeed_test.go	/^func BenchmarkHashInt32Speed(b *testing.B) {$/;"	f
  1075  BenchmarkHashInt64Speed	./runtime/mapspeed_test.go	/^func BenchmarkHashInt64Speed(b *testing.B) {$/;"	f
  1076  BenchmarkHashStringArraySpeed	./runtime/mapspeed_test.go	/^func BenchmarkHashStringArraySpeed(b *testing.B) {$/;"	f
  1077  BenchmarkHashStringSpeed	./runtime/mapspeed_test.go	/^func BenchmarkHashStringSpeed(b *testing.B) {$/;"	f
  1078  BenchmarkHeaderWriteSubset	./net/http/header_test.go	/^func BenchmarkHeaderWriteSubset(b *testing.B) {$/;"	f
  1079  BenchmarkHello	./go/doc/testdata/testing.go	/^\/\/     func BenchmarkHello(b *testing.B) {$/;"	f
  1080  BenchmarkHello	./testing/testing.go	/^\/\/     func BenchmarkHello(b *testing.B) {$/;"	f
  1081  BenchmarkHilbert	./cmd/compile/internal/big/hilbert_test.go	/^func BenchmarkHilbert(b *testing.B) {$/;"	f
  1082  BenchmarkHilbert	./math/big/hilbert_test.go	/^func BenchmarkHilbert(b *testing.B) {$/;"	f
  1083  BenchmarkHour	./time/time_test.go	/^func BenchmarkHour(b *testing.B) {$/;"	f
  1084  BenchmarkHypot	./math/all_test.go	/^func BenchmarkHypot(b *testing.B) {$/;"	f
  1085  BenchmarkHypotGo	./math/all_test.go	/^func BenchmarkHypotGo(b *testing.B) {$/;"	f
  1086  BenchmarkIDCT	./image/jpeg/dct_test.go	/^func BenchmarkIDCT(b *testing.B) {$/;"	f
  1087  BenchmarkIEEECrc1KB	./hash/crc32/crc32_test.go	/^func BenchmarkIEEECrc1KB(b *testing.B) {$/;"	f
  1088  BenchmarkIEEECrc4KB	./hash/crc32/crc32_test.go	/^func BenchmarkIEEECrc4KB(b *testing.B) {$/;"	f
  1089  BenchmarkIPMaskString	./net/ip_test.go	/^func BenchmarkIPMaskString(b *testing.B) {$/;"	f
  1090  BenchmarkIPString	./net/ip_test.go	/^func BenchmarkIPString(b *testing.B) {$/;"	f
  1091  BenchmarkIfaceCmp100	./runtime/runtime_test.go	/^func BenchmarkIfaceCmp100(b *testing.B) {$/;"	f
  1092  BenchmarkIfaceCmpNil100	./runtime/runtime_test.go	/^func BenchmarkIfaceCmpNil100(b *testing.B) {$/;"	f
  1093  BenchmarkIlogb	./math/all_test.go	/^func BenchmarkIlogb(b *testing.B) {$/;"	f
  1094  BenchmarkIndex	./strings/strings_test.go	/^func BenchmarkIndex(b *testing.B) {$/;"	f
  1095  BenchmarkIndex32	./bytes/bytes_test.go	/^func BenchmarkIndex32(b *testing.B)  { bmIndex(b, Index, 32) }$/;"	f
  1096  BenchmarkIndex4K	./bytes/bytes_test.go	/^func BenchmarkIndex4K(b *testing.B)  { bmIndex(b, Index, 4<<10) }$/;"	f
  1097  BenchmarkIndex4M	./bytes/bytes_test.go	/^func BenchmarkIndex4M(b *testing.B)  { bmIndex(b, Index, 4<<20) }$/;"	f
  1098  BenchmarkIndex64M	./bytes/bytes_test.go	/^func BenchmarkIndex64M(b *testing.B) { bmIndex(b, Index, 64<<20) }$/;"	f
  1099  BenchmarkIndexByte	./strings/strings_test.go	/^func BenchmarkIndexByte(b *testing.B) {$/;"	f
  1100  BenchmarkIndexByte32	./bytes/bytes_test.go	/^func BenchmarkIndexByte32(b *testing.B)          { bmIndexByte(b, IndexByte, 32) }$/;"	f
  1101  BenchmarkIndexByte4K	./bytes/bytes_test.go	/^func BenchmarkIndexByte4K(b *testing.B)          { bmIndexByte(b, IndexByte, 4<<10) }$/;"	f
  1102  BenchmarkIndexByte4M	./bytes/bytes_test.go	/^func BenchmarkIndexByte4M(b *testing.B)          { bmIndexByte(b, IndexByte, 4<<20) }$/;"	f
  1103  BenchmarkIndexByte64M	./bytes/bytes_test.go	/^func BenchmarkIndexByte64M(b *testing.B)         { bmIndexByte(b, IndexByte, 64<<20) }$/;"	f
  1104  BenchmarkIndexBytePortable32	./bytes/bytes_test.go	/^func BenchmarkIndexBytePortable32(b *testing.B)  { bmIndexByte(b, IndexBytePortable, 32) }$/;"	f
  1105  BenchmarkIndexBytePortable4K	./bytes/bytes_test.go	/^func BenchmarkIndexBytePortable4K(b *testing.B)  { bmIndexByte(b, IndexBytePortable, 4<<10) }$/;"	f
  1106  BenchmarkIndexBytePortable4M	./bytes/bytes_test.go	/^func BenchmarkIndexBytePortable4M(b *testing.B)  { bmIndexByte(b, IndexBytePortable, 4<<20) }$/;"	f
  1107  BenchmarkIndexBytePortable64M	./bytes/bytes_test.go	/^func BenchmarkIndexBytePortable64M(b *testing.B) { bmIndexByte(b, IndexBytePortable, 64<<20) }$/;"	f
  1108  BenchmarkIndexEasy32	./bytes/bytes_test.go	/^func BenchmarkIndexEasy32(b *testing.B)  { bmIndexEasy(b, Index, 32) }$/;"	f
  1109  BenchmarkIndexEasy4K	./bytes/bytes_test.go	/^func BenchmarkIndexEasy4K(b *testing.B)  { bmIndexEasy(b, Index, 4<<10) }$/;"	f
  1110  BenchmarkIndexEasy4M	./bytes/bytes_test.go	/^func BenchmarkIndexEasy4M(b *testing.B)  { bmIndexEasy(b, Index, 4<<20) }$/;"	f
  1111  BenchmarkIndexEasy64M	./bytes/bytes_test.go	/^func BenchmarkIndexEasy64M(b *testing.B) { bmIndexEasy(b, Index, 64<<20) }$/;"	f
  1112  BenchmarkIndexHard1	./strings/strings_test.go	/^func BenchmarkIndexHard1(b *testing.B) { benchmarkIndexHard(b, "<>") }$/;"	f
  1113  BenchmarkIndexHard2	./strings/strings_test.go	/^func BenchmarkIndexHard2(b *testing.B) { benchmarkIndexHard(b, "<\/pre>") }$/;"	f
  1114  BenchmarkIndexHard3	./strings/strings_test.go	/^func BenchmarkIndexHard3(b *testing.B) { benchmarkIndexHard(b, "<b>hello world<\/b>") }$/;"	f
  1115  BenchmarkIndexRune	./strings/strings_test.go	/^func BenchmarkIndexRune(b *testing.B) {$/;"	f
  1116  BenchmarkIndexRuneFastPath	./strings/strings_test.go	/^func BenchmarkIndexRuneFastPath(b *testing.B) {$/;"	f
  1117  BenchmarkIndexTorture	./strings/strings_test.go	/^func BenchmarkIndexTorture(b *testing.B) {$/;"	f
  1118  BenchmarkInt31n1000	./math/rand/rand_test.go	/^func BenchmarkInt31n1000(b *testing.B) {$/;"	f
  1119  BenchmarkInt63Threadsafe	./math/rand/rand_test.go	/^func BenchmarkInt63Threadsafe(b *testing.B) {$/;"	f
  1120  BenchmarkInt63Unthreadsafe	./math/rand/rand_test.go	/^func BenchmarkInt63Unthreadsafe(b *testing.B) {$/;"	f
  1121  BenchmarkInt63n1000	./math/rand/rand_test.go	/^func BenchmarkInt63n1000(b *testing.B) {$/;"	f
  1122  BenchmarkIntAdd	./expvar/expvar_test.go	/^func BenchmarkIntAdd(b *testing.B) {$/;"	f
  1123  BenchmarkIntMap	./runtime/mapspeed_test.go	/^func BenchmarkIntMap(b *testing.B) {$/;"	f
  1124  BenchmarkIntSet	./expvar/expvar_test.go	/^func BenchmarkIntSet(b *testing.B) {$/;"	f
  1125  BenchmarkInterfaceAddrs	./net/interface_test.go	/^func BenchmarkInterfaceAddrs(b *testing.B) {$/;"	f
  1126  BenchmarkInterfaceBig	./reflect/all_test.go	/^func BenchmarkInterfaceBig(b *testing.B) {$/;"	f
  1127  BenchmarkInterfaceByIndex	./net/interface_test.go	/^func BenchmarkInterfaceByIndex(b *testing.B) {$/;"	f
  1128  BenchmarkInterfaceByName	./net/interface_test.go	/^func BenchmarkInterfaceByName(b *testing.B) {$/;"	f
  1129  BenchmarkInterfaceSmall	./reflect/all_test.go	/^func BenchmarkInterfaceSmall(b *testing.B) {$/;"	f
  1130  BenchmarkInterfaces	./net/interface_test.go	/^func BenchmarkInterfaces(b *testing.B) {$/;"	f
  1131  BenchmarkInterfacesAndAddrs	./net/interface_test.go	/^func BenchmarkInterfacesAndAddrs(b *testing.B) {$/;"	f
  1132  BenchmarkInterfacesAndMulticastAddrs	./net/interface_test.go	/^func BenchmarkInterfacesAndMulticastAddrs(b *testing.B) {$/;"	f
  1133  BenchmarkIntn1000	./math/rand/rand_test.go	/^func BenchmarkIntn1000(b *testing.B) {$/;"	f
  1134  BenchmarkIssue10335	./encoding/json/bench_test.go	/^func BenchmarkIssue10335(b *testing.B) {$/;"	f
  1135  BenchmarkItoa	./log/log_test.go	/^func BenchmarkItoa(b *testing.B) {$/;"	f
  1136  BenchmarkJ0	./math/all_test.go	/^func BenchmarkJ0(b *testing.B) {$/;"	f
  1137  BenchmarkJ1	./math/all_test.go	/^func BenchmarkJ1(b *testing.B) {$/;"	f
  1138  BenchmarkJSRegexpEscaper	./html/template/js_test.go	/^func BenchmarkJSRegexpEscaper(b *testing.B) {$/;"	f
  1139  BenchmarkJSRegexpEscaperNoSpecials	./html/template/js_test.go	/^func BenchmarkJSRegexpEscaperNoSpecials(b *testing.B) {$/;"	f
  1140  BenchmarkJSStrEscaper	./html/template/js_test.go	/^func BenchmarkJSStrEscaper(b *testing.B) {$/;"	f
  1141  BenchmarkJSStrEscaperNoSpecials	./html/template/js_test.go	/^func BenchmarkJSStrEscaperNoSpecials(b *testing.B) {$/;"	f
  1142  BenchmarkJSValEscaperWithNum	./html/template/js_test.go	/^func BenchmarkJSValEscaperWithNum(b *testing.B) {$/;"	f
  1143  BenchmarkJSValEscaperWithObj	./html/template/js_test.go	/^func BenchmarkJSValEscaperWithObj(b *testing.B) {$/;"	f
  1144  BenchmarkJSValEscaperWithObjNoSpecials	./html/template/js_test.go	/^func BenchmarkJSValEscaperWithObjNoSpecials(b *testing.B) {$/;"	f
  1145  BenchmarkJSValEscaperWithStr	./html/template/js_test.go	/^func BenchmarkJSValEscaperWithStr(b *testing.B) {$/;"	f
  1146  BenchmarkJSValEscaperWithStrNoSpecials	./html/template/js_test.go	/^func BenchmarkJSValEscaperWithStrNoSpecials(b *testing.B) {$/;"	f
  1147  BenchmarkJn	./math/all_test.go	/^func BenchmarkJn(b *testing.B) {$/;"	f
  1148  BenchmarkLastIndex	./strings/strings_test.go	/^func BenchmarkLastIndex(b *testing.B) {$/;"	f
  1149  BenchmarkLastIndexHard1	./strings/strings_test.go	/^func BenchmarkLastIndexHard1(b *testing.B) { benchmarkLastIndexHard(b, "<>") }$/;"	f
  1150  BenchmarkLastIndexHard2	./strings/strings_test.go	/^func BenchmarkLastIndexHard2(b *testing.B) { benchmarkLastIndexHard(b, "<\/pre>") }$/;"	f
  1151  BenchmarkLastIndexHard3	./strings/strings_test.go	/^func BenchmarkLastIndexHard3(b *testing.B) { benchmarkLastIndexHard(b, "<b>hello world<\/b>") }$/;"	f
  1152  BenchmarkLdexp	./math/all_test.go	/^func BenchmarkLdexp(b *testing.B) {$/;"	f
  1153  BenchmarkLeafSize0	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize0(b *testing.B)  { LeafSizeHelper(b, 10, 0) } \/\/ test without splitting$/;"	f
  1154  BenchmarkLeafSize0	./math/big/natconv_test.go	/^func BenchmarkLeafSize0(b *testing.B)  { LeafSizeHelper(b, 10, 0) } \/\/ test without splitting$/;"	f
  1155  BenchmarkLeafSize1	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize1(b *testing.B)  { LeafSizeHelper(b, 10, 1) }$/;"	f
  1156  BenchmarkLeafSize1	./math/big/natconv_test.go	/^func BenchmarkLeafSize1(b *testing.B)  { LeafSizeHelper(b, 10, 1) }$/;"	f
  1157  BenchmarkLeafSize10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize10(b *testing.B) { LeafSizeHelper(b, 10, 10) }$/;"	f
  1158  BenchmarkLeafSize10	./math/big/natconv_test.go	/^func BenchmarkLeafSize10(b *testing.B) { LeafSizeHelper(b, 10, 10) }$/;"	f
  1159  BenchmarkLeafSize11	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize11(b *testing.B) { LeafSizeHelper(b, 10, 11) }$/;"	f
  1160  BenchmarkLeafSize11	./math/big/natconv_test.go	/^func BenchmarkLeafSize11(b *testing.B) { LeafSizeHelper(b, 10, 11) }$/;"	f
  1161  BenchmarkLeafSize12	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize12(b *testing.B) { LeafSizeHelper(b, 10, 12) }$/;"	f
  1162  BenchmarkLeafSize12	./math/big/natconv_test.go	/^func BenchmarkLeafSize12(b *testing.B) { LeafSizeHelper(b, 10, 12) }$/;"	f
  1163  BenchmarkLeafSize13	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize13(b *testing.B) { LeafSizeHelper(b, 10, 13) }$/;"	f
  1164  BenchmarkLeafSize13	./math/big/natconv_test.go	/^func BenchmarkLeafSize13(b *testing.B) { LeafSizeHelper(b, 10, 13) }$/;"	f
  1165  BenchmarkLeafSize14	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize14(b *testing.B) { LeafSizeHelper(b, 10, 14) }$/;"	f
  1166  BenchmarkLeafSize14	./math/big/natconv_test.go	/^func BenchmarkLeafSize14(b *testing.B) { LeafSizeHelper(b, 10, 14) }$/;"	f
  1167  BenchmarkLeafSize15	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize15(b *testing.B) { LeafSizeHelper(b, 10, 15) }$/;"	f
  1168  BenchmarkLeafSize15	./math/big/natconv_test.go	/^func BenchmarkLeafSize15(b *testing.B) { LeafSizeHelper(b, 10, 15) }$/;"	f
  1169  BenchmarkLeafSize16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize16(b *testing.B) { LeafSizeHelper(b, 10, 16) }$/;"	f
  1170  BenchmarkLeafSize16	./math/big/natconv_test.go	/^func BenchmarkLeafSize16(b *testing.B) { LeafSizeHelper(b, 10, 16) }$/;"	f
  1171  BenchmarkLeafSize2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize2(b *testing.B)  { LeafSizeHelper(b, 10, 2) }$/;"	f
  1172  BenchmarkLeafSize2	./math/big/natconv_test.go	/^func BenchmarkLeafSize2(b *testing.B)  { LeafSizeHelper(b, 10, 2) }$/;"	f
  1173  BenchmarkLeafSize3	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize3(b *testing.B)  { LeafSizeHelper(b, 10, 3) }$/;"	f
  1174  BenchmarkLeafSize3	./math/big/natconv_test.go	/^func BenchmarkLeafSize3(b *testing.B)  { LeafSizeHelper(b, 10, 3) }$/;"	f
  1175  BenchmarkLeafSize32	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize32(b *testing.B) { LeafSizeHelper(b, 10, 32) } \/\/ try some large lengths$/;"	f
  1176  BenchmarkLeafSize32	./math/big/natconv_test.go	/^func BenchmarkLeafSize32(b *testing.B) { LeafSizeHelper(b, 10, 32) } \/\/ try some large lengths$/;"	f
  1177  BenchmarkLeafSize4	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize4(b *testing.B)  { LeafSizeHelper(b, 10, 4) }$/;"	f
  1178  BenchmarkLeafSize4	./math/big/natconv_test.go	/^func BenchmarkLeafSize4(b *testing.B)  { LeafSizeHelper(b, 10, 4) }$/;"	f
  1179  BenchmarkLeafSize5	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize5(b *testing.B)  { LeafSizeHelper(b, 10, 5) }$/;"	f
  1180  BenchmarkLeafSize5	./math/big/natconv_test.go	/^func BenchmarkLeafSize5(b *testing.B)  { LeafSizeHelper(b, 10, 5) }$/;"	f
  1181  BenchmarkLeafSize6	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize6(b *testing.B)  { LeafSizeHelper(b, 10, 6) }$/;"	f
  1182  BenchmarkLeafSize6	./math/big/natconv_test.go	/^func BenchmarkLeafSize6(b *testing.B)  { LeafSizeHelper(b, 10, 6) }$/;"	f
  1183  BenchmarkLeafSize64	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize64(b *testing.B) { LeafSizeHelper(b, 10, 64) }$/;"	f
  1184  BenchmarkLeafSize64	./math/big/natconv_test.go	/^func BenchmarkLeafSize64(b *testing.B) { LeafSizeHelper(b, 10, 64) }$/;"	f
  1185  BenchmarkLeafSize7	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize7(b *testing.B)  { LeafSizeHelper(b, 10, 7) }$/;"	f
  1186  BenchmarkLeafSize7	./math/big/natconv_test.go	/^func BenchmarkLeafSize7(b *testing.B)  { LeafSizeHelper(b, 10, 7) }$/;"	f
  1187  BenchmarkLeafSize8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize8(b *testing.B)  { LeafSizeHelper(b, 10, 8) }$/;"	f
  1188  BenchmarkLeafSize8	./math/big/natconv_test.go	/^func BenchmarkLeafSize8(b *testing.B)  { LeafSizeHelper(b, 10, 8) }$/;"	f
  1189  BenchmarkLeafSize9	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkLeafSize9(b *testing.B)  { LeafSizeHelper(b, 10, 9) }$/;"	f
  1190  BenchmarkLeafSize9	./math/big/natconv_test.go	/^func BenchmarkLeafSize9(b *testing.B)  { LeafSizeHelper(b, 10, 9) }$/;"	f
  1191  BenchmarkLgamma	./math/all_test.go	/^func BenchmarkLgamma(b *testing.B) {$/;"	f
  1192  BenchmarkLiteral	./regexp/all_test.go	/^func BenchmarkLiteral(b *testing.B) {$/;"	f
  1193  BenchmarkLog	./math/all_test.go	/^func BenchmarkLog(b *testing.B) {$/;"	f
  1194  BenchmarkLog	./math/cmplx/cmath_test.go	/^func BenchmarkLog(b *testing.B) {$/;"	f
  1195  BenchmarkLog10	./math/all_test.go	/^func BenchmarkLog10(b *testing.B) {$/;"	f
  1196  BenchmarkLog10	./math/cmplx/cmath_test.go	/^func BenchmarkLog10(b *testing.B) {$/;"	f
  1197  BenchmarkLog1p	./math/all_test.go	/^func BenchmarkLog1p(b *testing.B) {$/;"	f
  1198  BenchmarkLog2	./math/all_test.go	/^func BenchmarkLog2(b *testing.B) {$/;"	f
  1199  BenchmarkLogb	./math/all_test.go	/^func BenchmarkLogb(b *testing.B) {$/;"	f
  1200  BenchmarkMalloc16	./runtime/malloc_test.go	/^func BenchmarkMalloc16(b *testing.B) {$/;"	f
  1201  BenchmarkMalloc8	./runtime/malloc_test.go	/^func BenchmarkMalloc8(b *testing.B) {$/;"	f
  1202  BenchmarkMallocLargeStruct	./runtime/malloc_test.go	/^func BenchmarkMallocLargeStruct(b *testing.B) {$/;"	f
  1203  BenchmarkMallocTypeInfo16	./runtime/malloc_test.go	/^func BenchmarkMallocTypeInfo16(b *testing.B) {$/;"	f
  1204  BenchmarkMallocTypeInfo8	./runtime/malloc_test.go	/^func BenchmarkMallocTypeInfo8(b *testing.B) {$/;"	f
  1205  BenchmarkManyArgs	./fmt/fmt_test.go	/^func BenchmarkManyArgs(b *testing.B) {$/;"	f
  1206  BenchmarkManyConcurrentQueries	./database/sql/sql_test.go	/^func BenchmarkManyConcurrentQueries(b *testing.B) {$/;"	f
  1207  BenchmarkMapAddDifferent	./expvar/expvar_test.go	/^func BenchmarkMapAddDifferent(b *testing.B) {$/;"	f
  1208  BenchmarkMapAddSame	./expvar/expvar_test.go	/^func BenchmarkMapAddSame(b *testing.B) {$/;"	f
  1209  BenchmarkMapIter	./runtime/mapspeed_test.go	/^func BenchmarkMapIter(b *testing.B) {$/;"	f
  1210  BenchmarkMapIterEmpty	./runtime/mapspeed_test.go	/^func BenchmarkMapIterEmpty(b *testing.B) {$/;"	f
  1211  BenchmarkMapNoChanges	./strings/strings_test.go	/^func BenchmarkMapNoChanges(b *testing.B) {$/;"	f
  1212  BenchmarkMapPop100	./runtime/map_test.go	/^func BenchmarkMapPop100(b *testing.B)   { benchmarkMapPop(b, 100) }$/;"	f
  1213  BenchmarkMapPop1000	./runtime/map_test.go	/^func BenchmarkMapPop1000(b *testing.B)  { benchmarkMapPop(b, 1000) }$/;"	f
  1214  BenchmarkMapPop10000	./runtime/map_test.go	/^func BenchmarkMapPop10000(b *testing.B) { benchmarkMapPop(b, 10000) }$/;"	f
  1215  BenchmarkMapSet	./expvar/expvar_test.go	/^func BenchmarkMapSet(b *testing.B) {$/;"	f
  1216  BenchmarkMapStringKeysEight_16	./runtime/mapspeed_test.go	/^func BenchmarkMapStringKeysEight_16(b *testing.B) { benchmarkMapStringKeysEight(b, 16) }$/;"	f
  1217  BenchmarkMapStringKeysEight_1M	./runtime/mapspeed_test.go	/^func BenchmarkMapStringKeysEight_1M(b *testing.B) { benchmarkMapStringKeysEight(b, 1<<20) }$/;"	f
  1218  BenchmarkMapStringKeysEight_32	./runtime/mapspeed_test.go	/^func BenchmarkMapStringKeysEight_32(b *testing.B) { benchmarkMapStringKeysEight(b, 32) }$/;"	f
  1219  BenchmarkMapStringKeysEight_64	./runtime/mapspeed_test.go	/^func BenchmarkMapStringKeysEight_64(b *testing.B) { benchmarkMapStringKeysEight(b, 64) }$/;"	f
  1220  BenchmarkMarshal	./encoding/xml/marshal_test.go	/^func BenchmarkMarshal(b *testing.B) {$/;"	f
  1221  BenchmarkMatchClass	./regexp/all_test.go	/^func BenchmarkMatchClass(b *testing.B) {$/;"	f
  1222  BenchmarkMatchClass_InRange	./regexp/all_test.go	/^func BenchmarkMatchClass_InRange(b *testing.B) {$/;"	f
  1223  BenchmarkMatchEasy0_1K	./regexp/exec_test.go	/^func BenchmarkMatchEasy0_1K(b *testing.B)   { benchmark(b, easy0, 1<<10) }$/;"	f
  1224  BenchmarkMatchEasy0_1M	./regexp/exec_test.go	/^func BenchmarkMatchEasy0_1M(b *testing.B)   { benchmark(b, easy0, 1<<20) }$/;"	f
  1225  BenchmarkMatchEasy0_32	./regexp/exec_test.go	/^func BenchmarkMatchEasy0_32(b *testing.B)   { benchmark(b, easy0, 32<<0) }$/;"	f
  1226  BenchmarkMatchEasy0_32K	./regexp/exec_test.go	/^func BenchmarkMatchEasy0_32K(b *testing.B)  { benchmark(b, easy0, 32<<10) }$/;"	f
  1227  BenchmarkMatchEasy0_32M	./regexp/exec_test.go	/^func BenchmarkMatchEasy0_32M(b *testing.B)  { benchmark(b, easy0, 32<<20) }$/;"	f
  1228  BenchmarkMatchEasy1_1K	./regexp/exec_test.go	/^func BenchmarkMatchEasy1_1K(b *testing.B)   { benchmark(b, easy1, 1<<10) }$/;"	f
  1229  BenchmarkMatchEasy1_1M	./regexp/exec_test.go	/^func BenchmarkMatchEasy1_1M(b *testing.B)   { benchmark(b, easy1, 1<<20) }$/;"	f
  1230  BenchmarkMatchEasy1_32	./regexp/exec_test.go	/^func BenchmarkMatchEasy1_32(b *testing.B)   { benchmark(b, easy1, 32<<0) }$/;"	f
  1231  BenchmarkMatchEasy1_32K	./regexp/exec_test.go	/^func BenchmarkMatchEasy1_32K(b *testing.B)  { benchmark(b, easy1, 32<<10) }$/;"	f
  1232  BenchmarkMatchEasy1_32M	./regexp/exec_test.go	/^func BenchmarkMatchEasy1_32M(b *testing.B)  { benchmark(b, easy1, 32<<20) }$/;"	f
  1233  BenchmarkMatchHard_1K	./regexp/exec_test.go	/^func BenchmarkMatchHard_1K(b *testing.B)    { benchmark(b, hard, 1<<10) }$/;"	f
  1234  BenchmarkMatchHard_1M	./regexp/exec_test.go	/^func BenchmarkMatchHard_1M(b *testing.B)    { benchmark(b, hard, 1<<20) }$/;"	f
  1235  BenchmarkMatchHard_32	./regexp/exec_test.go	/^func BenchmarkMatchHard_32(b *testing.B)    { benchmark(b, hard, 32<<0) }$/;"	f
  1236  BenchmarkMatchHard_32K	./regexp/exec_test.go	/^func BenchmarkMatchHard_32K(b *testing.B)   { benchmark(b, hard, 32<<10) }$/;"	f
  1237  BenchmarkMatchHard_32M	./regexp/exec_test.go	/^func BenchmarkMatchHard_32M(b *testing.B)   { benchmark(b, hard, 32<<20) }$/;"	f
  1238  BenchmarkMatchMedium_1K	./regexp/exec_test.go	/^func BenchmarkMatchMedium_1K(b *testing.B)  { benchmark(b, medium, 1<<10) }$/;"	f
  1239  BenchmarkMatchMedium_1M	./regexp/exec_test.go	/^func BenchmarkMatchMedium_1M(b *testing.B)  { benchmark(b, medium, 1<<20) }$/;"	f
  1240  BenchmarkMatchMedium_32	./regexp/exec_test.go	/^func BenchmarkMatchMedium_32(b *testing.B)  { benchmark(b, medium, 32<<0) }$/;"	f
  1241  BenchmarkMatchMedium_32K	./regexp/exec_test.go	/^func BenchmarkMatchMedium_32K(b *testing.B) { benchmark(b, medium, 32<<10) }$/;"	f
  1242  BenchmarkMatchMedium_32M	./regexp/exec_test.go	/^func BenchmarkMatchMedium_32M(b *testing.B) { benchmark(b, medium, 32<<20) }$/;"	f
  1243  BenchmarkMatmult	./runtime/proc_test.go	/^func BenchmarkMatmult(b *testing.B) {$/;"	f
  1244  BenchmarkMax	./math/all_test.go	/^func BenchmarkMax(b *testing.B) {$/;"	f
  1245  BenchmarkMegEmptyMap	./runtime/mapspeed_test.go	/^func BenchmarkMegEmptyMap(b *testing.B) {$/;"	f
  1246  BenchmarkMegEqMap	./runtime/mapspeed_test.go	/^func BenchmarkMegEqMap(b *testing.B) {$/;"	f
  1247  BenchmarkMegMap	./runtime/mapspeed_test.go	/^func BenchmarkMegMap(b *testing.B) {$/;"	f
  1248  BenchmarkMegOneMap	./runtime/mapspeed_test.go	/^func BenchmarkMegOneMap(b *testing.B) {$/;"	f
  1249  BenchmarkMemclr16	./runtime/memmove_test.go	/^func BenchmarkMemclr16(b *testing.B)    { bmMemclr(b, 16) }$/;"	f
  1250  BenchmarkMemclr256	./runtime/memmove_test.go	/^func BenchmarkMemclr256(b *testing.B)   { bmMemclr(b, 256) }$/;"	f
  1251  BenchmarkMemclr4096	./runtime/memmove_test.go	/^func BenchmarkMemclr4096(b *testing.B)  { bmMemclr(b, 4096) }$/;"	f
  1252  BenchmarkMemclr5	./runtime/memmove_test.go	/^func BenchmarkMemclr5(b *testing.B)     { bmMemclr(b, 5) }$/;"	f
  1253  BenchmarkMemclr64	./runtime/memmove_test.go	/^func BenchmarkMemclr64(b *testing.B)    { bmMemclr(b, 64) }$/;"	f
  1254  BenchmarkMemclr65536	./runtime/memmove_test.go	/^func BenchmarkMemclr65536(b *testing.B) { bmMemclr(b, 65536) }$/;"	f
  1255  BenchmarkMemmove0	./runtime/memmove_test.go	/^func BenchmarkMemmove0(b *testing.B)    { bmMemmove(b, 0) }$/;"	f
  1256  BenchmarkMemmove1	./runtime/memmove_test.go	/^func BenchmarkMemmove1(b *testing.B)    { bmMemmove(b, 1) }$/;"	f
  1257  BenchmarkMemmove10	./runtime/memmove_test.go	/^func BenchmarkMemmove10(b *testing.B)   { bmMemmove(b, 10) }$/;"	f
  1258  BenchmarkMemmove1024	./runtime/memmove_test.go	/^func BenchmarkMemmove1024(b *testing.B) { bmMemmove(b, 1024) }$/;"	f
  1259  BenchmarkMemmove11	./runtime/memmove_test.go	/^func BenchmarkMemmove11(b *testing.B)   { bmMemmove(b, 11) }$/;"	f
  1260  BenchmarkMemmove12	./runtime/memmove_test.go	/^func BenchmarkMemmove12(b *testing.B)   { bmMemmove(b, 12) }$/;"	f
  1261  BenchmarkMemmove128	./runtime/memmove_test.go	/^func BenchmarkMemmove128(b *testing.B)  { bmMemmove(b, 128) }$/;"	f
  1262  BenchmarkMemmove13	./runtime/memmove_test.go	/^func BenchmarkMemmove13(b *testing.B)   { bmMemmove(b, 13) }$/;"	f
  1263  BenchmarkMemmove14	./runtime/memmove_test.go	/^func BenchmarkMemmove14(b *testing.B)   { bmMemmove(b, 14) }$/;"	f
  1264  BenchmarkMemmove15	./runtime/memmove_test.go	/^func BenchmarkMemmove15(b *testing.B)   { bmMemmove(b, 15) }$/;"	f
  1265  BenchmarkMemmove16	./runtime/memmove_test.go	/^func BenchmarkMemmove16(b *testing.B)   { bmMemmove(b, 16) }$/;"	f
  1266  BenchmarkMemmove2	./runtime/memmove_test.go	/^func BenchmarkMemmove2(b *testing.B)    { bmMemmove(b, 2) }$/;"	f
  1267  BenchmarkMemmove2048	./runtime/memmove_test.go	/^func BenchmarkMemmove2048(b *testing.B) { bmMemmove(b, 2048) }$/;"	f
  1268  BenchmarkMemmove256	./runtime/memmove_test.go	/^func BenchmarkMemmove256(b *testing.B)  { bmMemmove(b, 256) }$/;"	f
  1269  BenchmarkMemmove3	./runtime/memmove_test.go	/^func BenchmarkMemmove3(b *testing.B)    { bmMemmove(b, 3) }$/;"	f
  1270  BenchmarkMemmove32	./runtime/memmove_test.go	/^func BenchmarkMemmove32(b *testing.B)   { bmMemmove(b, 32) }$/;"	f
  1271  BenchmarkMemmove4	./runtime/memmove_test.go	/^func BenchmarkMemmove4(b *testing.B)    { bmMemmove(b, 4) }$/;"	f
  1272  BenchmarkMemmove4096	./runtime/memmove_test.go	/^func BenchmarkMemmove4096(b *testing.B) { bmMemmove(b, 4096) }$/;"	f
  1273  BenchmarkMemmove5	./runtime/memmove_test.go	/^func BenchmarkMemmove5(b *testing.B)    { bmMemmove(b, 5) }$/;"	f
  1274  BenchmarkMemmove512	./runtime/memmove_test.go	/^func BenchmarkMemmove512(b *testing.B)  { bmMemmove(b, 512) }$/;"	f
  1275  BenchmarkMemmove6	./runtime/memmove_test.go	/^func BenchmarkMemmove6(b *testing.B)    { bmMemmove(b, 6) }$/;"	f
  1276  BenchmarkMemmove64	./runtime/memmove_test.go	/^func BenchmarkMemmove64(b *testing.B)   { bmMemmove(b, 64) }$/;"	f
  1277  BenchmarkMemmove7	./runtime/memmove_test.go	/^func BenchmarkMemmove7(b *testing.B)    { bmMemmove(b, 7) }$/;"	f
  1278  BenchmarkMemmove8	./runtime/memmove_test.go	/^func BenchmarkMemmove8(b *testing.B)    { bmMemmove(b, 8) }$/;"	f
  1279  BenchmarkMemmove9	./runtime/memmove_test.go	/^func BenchmarkMemmove9(b *testing.B)    { bmMemmove(b, 9) }$/;"	f
  1280  BenchmarkMin	./math/all_test.go	/^func BenchmarkMin(b *testing.B) {$/;"	f
  1281  BenchmarkMod	./math/all_test.go	/^func BenchmarkMod(b *testing.B) {$/;"	f
  1282  BenchmarkModf	./math/all_test.go	/^func BenchmarkModf(b *testing.B) {$/;"	f
  1283  BenchmarkMul	./cmd/compile/internal/big/nat_test.go	/^func BenchmarkMul(b *testing.B) {$/;"	f
  1284  BenchmarkMul	./math/big/nat_test.go	/^func BenchmarkMul(b *testing.B) {$/;"	f
  1285  BenchmarkMutex	./sync/mutex_test.go	/^func BenchmarkMutex(b *testing.B) {$/;"	f
  1286  BenchmarkMutexNoSpin	./sync/mutex_test.go	/^func BenchmarkMutexNoSpin(b *testing.B) {$/;"	f
  1287  BenchmarkMutexSlack	./sync/mutex_test.go	/^func BenchmarkMutexSlack(b *testing.B) {$/;"	f
  1288  BenchmarkMutexSpin	./sync/mutex_test.go	/^func BenchmarkMutexSpin(b *testing.B) {$/;"	f
  1289  BenchmarkMutexUncontended	./sync/mutex_test.go	/^func BenchmarkMutexUncontended(b *testing.B) {$/;"	f
  1290  BenchmarkMutexWork	./sync/mutex_test.go	/^func BenchmarkMutexWork(b *testing.B) {$/;"	f
  1291  BenchmarkMutexWorkSlack	./sync/mutex_test.go	/^func BenchmarkMutexWorkSlack(b *testing.B) {$/;"	f
  1292  BenchmarkNRGBAOver	./image/draw/bench_test.go	/^func BenchmarkNRGBAOver(b *testing.B) {$/;"	f
  1293  BenchmarkNRGBASrc	./image/draw/bench_test.go	/^func BenchmarkNRGBASrc(b *testing.B) {$/;"	f
  1294  BenchmarkNeEfaceConcrete	./runtime/iface_test.go	/^func BenchmarkNeEfaceConcrete(b *testing.B) {$/;"	f
  1295  BenchmarkNeIfaceConcrete	./runtime/iface_test.go	/^func BenchmarkNeIfaceConcrete(b *testing.B) {$/;"	f
  1296  BenchmarkNewEmptyMap	./runtime/mapspeed_test.go	/^func BenchmarkNewEmptyMap(b *testing.B) {$/;"	f
  1297  BenchmarkNewIndexRandom	./index/suffixarray/suffixarray_test.go	/^func BenchmarkNewIndexRandom(b *testing.B) {$/;"	f
  1298  BenchmarkNewIndexRepeat	./index/suffixarray/suffixarray_test.go	/^func BenchmarkNewIndexRepeat(b *testing.B) {$/;"	f
  1299  BenchmarkNewSmallMap	./runtime/mapspeed_test.go	/^func BenchmarkNewSmallMap(b *testing.B) {$/;"	f
  1300  BenchmarkNextafter32	./math/all_test.go	/^func BenchmarkNextafter32(b *testing.B) {$/;"	f
  1301  BenchmarkNextafter64	./math/all_test.go	/^func BenchmarkNextafter64(b *testing.B) {$/;"	f
  1302  BenchmarkNotLiteral	./regexp/all_test.go	/^func BenchmarkNotLiteral(b *testing.B) {$/;"	f
  1303  BenchmarkNotOnePassShortA	./regexp/all_test.go	/^func BenchmarkNotOnePassShortA(b *testing.B) {$/;"	f
  1304  BenchmarkNotOnePassShortB	./regexp/all_test.go	/^func BenchmarkNotOnePassShortB(b *testing.B) {$/;"	f
  1305  BenchmarkNow	./time/time_test.go	/^func BenchmarkNow(b *testing.B) {$/;"	f
  1306  BenchmarkNowUnixNano	./time/time_test.go	/^func BenchmarkNowUnixNano(b *testing.B) {$/;"	f
  1307  BenchmarkOnce	./sync/once_test.go	/^func BenchmarkOnce(b *testing.B) {$/;"	f
  1308  BenchmarkOnePassLongNotPrefix	./regexp/all_test.go	/^func BenchmarkOnePassLongNotPrefix(b *testing.B) {$/;"	f
  1309  BenchmarkOnePassLongPrefix	./regexp/all_test.go	/^func BenchmarkOnePassLongPrefix(b *testing.B) {$/;"	f
  1310  BenchmarkOnePassShortA	./regexp/all_test.go	/^func BenchmarkOnePassShortA(b *testing.B) {$/;"	f
  1311  BenchmarkOnePassShortB	./regexp/all_test.go	/^func BenchmarkOnePassShortB(b *testing.B) {$/;"	f
  1312  BenchmarkPaeth	./image/png/paeth_test.go	/^func BenchmarkPaeth(b *testing.B) {$/;"	f
  1313  BenchmarkPaletted	./image/draw/bench_test.go	/^func BenchmarkPaletted(b *testing.B) {$/;"	f
  1314  BenchmarkParse	./go/parser/performance_test.go	/^func BenchmarkParse(b *testing.B) {$/;"	f
  1315  BenchmarkParse	./time/time_test.go	/^func BenchmarkParse(b *testing.B) {$/;"	f
  1316  BenchmarkParseDuration	./time/time_test.go	/^func BenchmarkParseDuration(b *testing.B) {$/;"	f
  1317  BenchmarkParseIP	./net/ip_test.go	/^func BenchmarkParseIP(b *testing.B) {$/;"	f
  1318  BenchmarkPerm3	./math/rand/rand_test.go	/^func BenchmarkPerm3(b *testing.B) {$/;"	f
  1319  BenchmarkPerm30	./math/rand/rand_test.go	/^func BenchmarkPerm30(b *testing.B) {$/;"	f
  1320  BenchmarkPhase	./math/cmplx/cmath_test.go	/^func BenchmarkPhase(b *testing.B) {$/;"	f
  1321  BenchmarkPingPongHog	./runtime/proc_test.go	/^func BenchmarkPingPongHog(b *testing.B) {$/;"	f
  1322  BenchmarkPolar	./math/cmplx/cmath_test.go	/^func BenchmarkPolar(b *testing.B) {$/;"	f
  1323  BenchmarkPool	./sync/pool_test.go	/^func BenchmarkPool(b *testing.B) {$/;"	f
  1324  BenchmarkPoolOverflow	./sync/pool_test.go	/^func BenchmarkPoolOverflow(b *testing.B) {$/;"	f
  1325  BenchmarkPow	./math/cmplx/cmath_test.go	/^func BenchmarkPow(b *testing.B) {$/;"	f
  1326  BenchmarkPow10Neg	./math/all_test.go	/^func BenchmarkPow10Neg(b *testing.B) {$/;"	f
  1327  BenchmarkPow10Pos	./math/all_test.go	/^func BenchmarkPow10Pos(b *testing.B) {$/;"	f
  1328  BenchmarkPowFrac	./math/all_test.go	/^func BenchmarkPowFrac(b *testing.B) {$/;"	f
  1329  BenchmarkPowInt	./math/all_test.go	/^func BenchmarkPowInt(b *testing.B) {$/;"	f
  1330  BenchmarkPrint	./go/printer/performance_test.go	/^func BenchmarkPrint(b *testing.B) {$/;"	f
  1331  BenchmarkPrintln	./log/log_test.go	/^func BenchmarkPrintln(b *testing.B) {$/;"	f
  1332  BenchmarkPutUvarint32	./encoding/binary/varint_test.go	/^func BenchmarkPutUvarint32(b *testing.B) {$/;"	f
  1333  BenchmarkPutUvarint64	./encoding/binary/varint_test.go	/^func BenchmarkPutUvarint64(b *testing.B) {$/;"	f
  1334  BenchmarkQDecodeHeader	./mime/encodedword_test.go	/^func BenchmarkQDecodeHeader(b *testing.B) {$/;"	f
  1335  BenchmarkQDecodeWord	./mime/encodedword_test.go	/^func BenchmarkQDecodeWord(b *testing.B) {$/;"	f
  1336  BenchmarkQEncodeWord	./mime/encodedword_test.go	/^func BenchmarkQEncodeWord(b *testing.B) {$/;"	f
  1337  BenchmarkQuantizedEncode	./image/gif/writer_test.go	/^func BenchmarkQuantizedEncode(b *testing.B) {$/;"	f
  1338  BenchmarkRC4_128	./crypto/rc4/rc4_test.go	/^func BenchmarkRC4_128(b *testing.B) {$/;"	f
  1339  BenchmarkRC4_1K	./crypto/rc4/rc4_test.go	/^func BenchmarkRC4_1K(b *testing.B) {$/;"	f
  1340  BenchmarkRC4_8K	./crypto/rc4/rc4_test.go	/^func BenchmarkRC4_8K(b *testing.B) {$/;"	f
  1341  BenchmarkRGBA	./image/draw/bench_test.go	/^func BenchmarkRGBA(b *testing.B) {$/;"	f
  1342  BenchmarkRSA2048Decrypt	./crypto/rsa/rsa_test.go	/^func BenchmarkRSA2048Decrypt(b *testing.B) {$/;"	f
  1343  BenchmarkRWMutexUncontended	./sync/rwmutex_test.go	/^func BenchmarkRWMutexUncontended(b *testing.B) {$/;"	f
  1344  BenchmarkRWMutexWorkWrite10	./sync/rwmutex_test.go	/^func BenchmarkRWMutexWorkWrite10(b *testing.B) {$/;"	f
  1345  BenchmarkRWMutexWorkWrite100	./sync/rwmutex_test.go	/^func BenchmarkRWMutexWorkWrite100(b *testing.B) {$/;"	f
  1346  BenchmarkRWMutexWrite10	./sync/rwmutex_test.go	/^func BenchmarkRWMutexWrite10(b *testing.B) {$/;"	f
  1347  BenchmarkRWMutexWrite100	./sync/rwmutex_test.go	/^func BenchmarkRWMutexWrite100(b *testing.B) {$/;"	f
  1348  BenchmarkRead	./encoding/csv/reader_test.go	/^func BenchmarkRead(b *testing.B) {$/;"	f
  1349  BenchmarkReadInts	./encoding/binary/binary_test.go	/^func BenchmarkReadInts(b *testing.B) {$/;"	f
  1350  BenchmarkReadMIMEHeader	./net/textproto/reader_test.go	/^func BenchmarkReadMIMEHeader(b *testing.B) {$/;"	f
  1351  BenchmarkReadRequestApachebench	./net/http/request_test.go	/^func BenchmarkReadRequestApachebench(b *testing.B) {$/;"	f
  1352  BenchmarkReadRequestChrome	./net/http/request_test.go	/^func BenchmarkReadRequestChrome(b *testing.B) {$/;"	f
  1353  BenchmarkReadRequestCurl	./net/http/request_test.go	/^func BenchmarkReadRequestCurl(b *testing.B) {$/;"	f
  1354  BenchmarkReadRequestSiege	./net/http/request_test.go	/^func BenchmarkReadRequestSiege(b *testing.B) {$/;"	f
  1355  BenchmarkReadRequestWrk	./net/http/request_test.go	/^func BenchmarkReadRequestWrk(b *testing.B) {$/;"	f
  1356  BenchmarkReadSlice1000Int32s	./encoding/binary/binary_test.go	/^func BenchmarkReadSlice1000Int32s(b *testing.B) {$/;"	f
  1357  BenchmarkReadString	./bytes/buffer_test.go	/^func BenchmarkReadString(b *testing.B) {$/;"	f
  1358  BenchmarkReadStruct	./encoding/binary/binary_test.go	/^func BenchmarkReadStruct(b *testing.B) {$/;"	f
  1359  BenchmarkReaderCopyNoWriteTo	./bufio/bufio_test.go	/^func BenchmarkReaderCopyNoWriteTo(b *testing.B) {$/;"	f
  1360  BenchmarkReaderCopyOptimal	./bufio/bufio_test.go	/^func BenchmarkReaderCopyOptimal(b *testing.B) {$/;"	f
  1361  BenchmarkReaderCopyUnoptimal	./bufio/bufio_test.go	/^func BenchmarkReaderCopyUnoptimal(b *testing.B) {$/;"	f
  1362  BenchmarkReaderEmpty	./bufio/bufio_test.go	/^func BenchmarkReaderEmpty(b *testing.B) {$/;"	f
  1363  BenchmarkReaderWriteToOptimal	./bufio/bufio_test.go	/^func BenchmarkReaderWriteToOptimal(b *testing.B) {$/;"	f
  1364  BenchmarkRealworldExpvarUsage	./expvar/expvar_test.go	/^func BenchmarkRealworldExpvarUsage(b *testing.B) {$/;"	f
  1365  BenchmarkRect	./math/cmplx/cmath_test.go	/^func BenchmarkRect(b *testing.B) {$/;"	f
  1366  BenchmarkRemainder	./math/all_test.go	/^func BenchmarkRemainder(b *testing.B) {$/;"	f
  1367  BenchmarkRepeat	./bytes/bytes_test.go	/^func BenchmarkRepeat(b *testing.B) {$/;"	f
  1368  BenchmarkRepeat	./strings/strings_test.go	/^func BenchmarkRepeat(b *testing.B) {$/;"	f
  1369  BenchmarkRepeatedLookupStrMapKey1M	./runtime/mapspeed_test.go	/^func BenchmarkRepeatedLookupStrMapKey1M(b *testing.B) { benchmarkRepeatedLookup(b, 1<<20) }$/;"	f
  1370  BenchmarkRepeatedLookupStrMapKey32	./runtime/mapspeed_test.go	/^func BenchmarkRepeatedLookupStrMapKey32(b *testing.B) { benchmarkRepeatedLookup(b, 32) }$/;"	f
  1371  BenchmarkReplaceAll	./regexp/all_test.go	/^func BenchmarkReplaceAll(b *testing.B) {$/;"	f
  1372  BenchmarkResult	./go/doc/testdata/benchmark.go	/^type BenchmarkResult struct {$/;"	t
  1373  BenchmarkResult	./testing/benchmark.go	/^type BenchmarkResult struct {$/;"	t
  1374  BenchmarkRuneCountTenASCIIChars	./unicode/utf8/utf8_test.go	/^func BenchmarkRuneCountTenASCIIChars(b *testing.B) {$/;"	f
  1375  BenchmarkRuneCountTenJapaneseChars	./unicode/utf8/utf8_test.go	/^func BenchmarkRuneCountTenJapaneseChars(b *testing.B) {$/;"	f
  1376  BenchmarkRuneIterate	./runtime/string_test.go	/^func BenchmarkRuneIterate(b *testing.B) {$/;"	f
  1377  BenchmarkRuneIterate2	./runtime/string_test.go	/^func BenchmarkRuneIterate2(b *testing.B) {$/;"	f
  1378  BenchmarkSameLengthMap	./runtime/mapspeed_test.go	/^func BenchmarkSameLengthMap(b *testing.B) {$/;"	f
  1379  BenchmarkSaveRestore	./index/suffixarray/suffixarray_test.go	/^func BenchmarkSaveRestore(b *testing.B) {$/;"	f
  1380  BenchmarkScan	./go/scanner/scanner_test.go	/^func BenchmarkScan(b *testing.B) {$/;"	f
  1381  BenchmarkScan100000Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100000Base10(b *testing.B) { ScanHelper(b, 10, 10, 100000) }$/;"	f
  1382  BenchmarkScan100000Base10	./math/big/natconv_test.go	/^func BenchmarkScan100000Base10(b *testing.B) { ScanHelper(b, 10, 10, 100000) }$/;"	f
  1383  BenchmarkScan100000Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100000Base16(b *testing.B) { ScanHelper(b, 16, 10, 100000) }$/;"	f
  1384  BenchmarkScan100000Base16	./math/big/natconv_test.go	/^func BenchmarkScan100000Base16(b *testing.B) { ScanHelper(b, 16, 10, 100000) }$/;"	f
  1385  BenchmarkScan100000Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100000Base2(b *testing.B) { ScanHelper(b, 2, 10, 100000) }$/;"	f
  1386  BenchmarkScan100000Base2	./math/big/natconv_test.go	/^func BenchmarkScan100000Base2(b *testing.B) { ScanHelper(b, 2, 10, 100000) }$/;"	f
  1387  BenchmarkScan100000Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100000Base8(b *testing.B) { ScanHelper(b, 8, 10, 100000) }$/;"	f
  1388  BenchmarkScan100000Base8	./math/big/natconv_test.go	/^func BenchmarkScan100000Base8(b *testing.B) { ScanHelper(b, 8, 10, 100000) }$/;"	f
  1389  BenchmarkScan10000Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10000Base10(b *testing.B)  { ScanHelper(b, 10, 10, 10000) }$/;"	f
  1390  BenchmarkScan10000Base10	./math/big/natconv_test.go	/^func BenchmarkScan10000Base10(b *testing.B)  { ScanHelper(b, 10, 10, 10000) }$/;"	f
  1391  BenchmarkScan10000Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10000Base16(b *testing.B)  { ScanHelper(b, 16, 10, 10000) }$/;"	f
  1392  BenchmarkScan10000Base16	./math/big/natconv_test.go	/^func BenchmarkScan10000Base16(b *testing.B)  { ScanHelper(b, 16, 10, 10000) }$/;"	f
  1393  BenchmarkScan10000Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10000Base2(b *testing.B)  { ScanHelper(b, 2, 10, 10000) }$/;"	f
  1394  BenchmarkScan10000Base2	./math/big/natconv_test.go	/^func BenchmarkScan10000Base2(b *testing.B)  { ScanHelper(b, 2, 10, 10000) }$/;"	f
  1395  BenchmarkScan10000Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10000Base8(b *testing.B)  { ScanHelper(b, 8, 10, 10000) }$/;"	f
  1396  BenchmarkScan10000Base8	./math/big/natconv_test.go	/^func BenchmarkScan10000Base8(b *testing.B)  { ScanHelper(b, 8, 10, 10000) }$/;"	f
  1397  BenchmarkScan1000Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan1000Base10(b *testing.B)   { ScanHelper(b, 10, 10, 1000) }$/;"	f
  1398  BenchmarkScan1000Base10	./math/big/natconv_test.go	/^func BenchmarkScan1000Base10(b *testing.B)   { ScanHelper(b, 10, 10, 1000) }$/;"	f
  1399  BenchmarkScan1000Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan1000Base16(b *testing.B)   { ScanHelper(b, 16, 10, 1000) }$/;"	f
  1400  BenchmarkScan1000Base16	./math/big/natconv_test.go	/^func BenchmarkScan1000Base16(b *testing.B)   { ScanHelper(b, 16, 10, 1000) }$/;"	f
  1401  BenchmarkScan1000Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan1000Base2(b *testing.B)   { ScanHelper(b, 2, 10, 1000) }$/;"	f
  1402  BenchmarkScan1000Base2	./math/big/natconv_test.go	/^func BenchmarkScan1000Base2(b *testing.B)   { ScanHelper(b, 2, 10, 1000) }$/;"	f
  1403  BenchmarkScan1000Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan1000Base8(b *testing.B)   { ScanHelper(b, 8, 10, 1000) }$/;"	f
  1404  BenchmarkScan1000Base8	./math/big/natconv_test.go	/^func BenchmarkScan1000Base8(b *testing.B)   { ScanHelper(b, 8, 10, 1000) }$/;"	f
  1405  BenchmarkScan100Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100Base10(b *testing.B)    { ScanHelper(b, 10, 10, 100) }$/;"	f
  1406  BenchmarkScan100Base10	./math/big/natconv_test.go	/^func BenchmarkScan100Base10(b *testing.B)    { ScanHelper(b, 10, 10, 100) }$/;"	f
  1407  BenchmarkScan100Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100Base16(b *testing.B)    { ScanHelper(b, 16, 10, 100) }$/;"	f
  1408  BenchmarkScan100Base16	./math/big/natconv_test.go	/^func BenchmarkScan100Base16(b *testing.B)    { ScanHelper(b, 16, 10, 100) }$/;"	f
  1409  BenchmarkScan100Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100Base2(b *testing.B)    { ScanHelper(b, 2, 10, 100) }$/;"	f
  1410  BenchmarkScan100Base2	./math/big/natconv_test.go	/^func BenchmarkScan100Base2(b *testing.B)    { ScanHelper(b, 2, 10, 100) }$/;"	f
  1411  BenchmarkScan100Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan100Base8(b *testing.B)    { ScanHelper(b, 8, 10, 100) }$/;"	f
  1412  BenchmarkScan100Base8	./math/big/natconv_test.go	/^func BenchmarkScan100Base8(b *testing.B)    { ScanHelper(b, 8, 10, 100) }$/;"	f
  1413  BenchmarkScan10Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10Base10(b *testing.B)     { ScanHelper(b, 10, 10, 10) }$/;"	f
  1414  BenchmarkScan10Base10	./math/big/natconv_test.go	/^func BenchmarkScan10Base10(b *testing.B)     { ScanHelper(b, 10, 10, 10) }$/;"	f
  1415  BenchmarkScan10Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10Base16(b *testing.B)     { ScanHelper(b, 16, 10, 10) }$/;"	f
  1416  BenchmarkScan10Base16	./math/big/natconv_test.go	/^func BenchmarkScan10Base16(b *testing.B)     { ScanHelper(b, 16, 10, 10) }$/;"	f
  1417  BenchmarkScan10Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10Base2(b *testing.B)     { ScanHelper(b, 2, 10, 10) }$/;"	f
  1418  BenchmarkScan10Base2	./math/big/natconv_test.go	/^func BenchmarkScan10Base2(b *testing.B)     { ScanHelper(b, 2, 10, 10) }$/;"	f
  1419  BenchmarkScan10Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScan10Base8(b *testing.B)     { ScanHelper(b, 8, 10, 10) }$/;"	f
  1420  BenchmarkScan10Base8	./math/big/natconv_test.go	/^func BenchmarkScan10Base8(b *testing.B)     { ScanHelper(b, 8, 10, 10) }$/;"	f
  1421  BenchmarkScanFile	./go/scanner/scanner_test.go	/^func BenchmarkScanFile(b *testing.B) {$/;"	f
  1422  BenchmarkScanInts	./fmt/scan_test.go	/^func BenchmarkScanInts(b *testing.B) {$/;"	f
  1423  BenchmarkScanPi	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkScanPi(b *testing.B) {$/;"	f
  1424  BenchmarkScanPi	./math/big/natconv_test.go	/^func BenchmarkScanPi(b *testing.B) {$/;"	f
  1425  BenchmarkScanRecursiveInt	./fmt/scan_test.go	/^func BenchmarkScanRecursiveInt(b *testing.B) {$/;"	f
  1426  BenchmarkSearchWrappers	./sort/search_test.go	/^func BenchmarkSearchWrappers(b *testing.B) {$/;"	f
  1427  BenchmarkSecond	./time/time_test.go	/^func BenchmarkSecond(b *testing.B) {$/;"	f
  1428  BenchmarkSelectAsyncContended	./runtime/chan_test.go	/^func BenchmarkSelectAsyncContended(b *testing.B) {$/;"	f
  1429  BenchmarkSelectNonblock	./runtime/chan_test.go	/^func BenchmarkSelectNonblock(b *testing.B) {$/;"	f
  1430  BenchmarkSelectProdCons	./runtime/chan_test.go	/^func BenchmarkSelectProdCons(b *testing.B) {$/;"	f
  1431  BenchmarkSelectSyncContended	./runtime/chan_test.go	/^func BenchmarkSelectSyncContended(b *testing.B) {$/;"	f
  1432  BenchmarkSelectUncontended	./runtime/chan_test.go	/^func BenchmarkSelectUncontended(b *testing.B) {$/;"	f
  1433  BenchmarkSemaSyntBlock	./sync/runtime_sema_test.go	/^func BenchmarkSemaSyntBlock(b *testing.B) {$/;"	f
  1434  BenchmarkSemaSyntNonblock	./sync/runtime_sema_test.go	/^func BenchmarkSemaSyntNonblock(b *testing.B) {$/;"	f
  1435  BenchmarkSemaUncontended	./sync/runtime_sema_test.go	/^func BenchmarkSemaUncontended(b *testing.B) {$/;"	f
  1436  BenchmarkSemaWorkBlock	./sync/runtime_sema_test.go	/^func BenchmarkSemaWorkBlock(b *testing.B) {$/;"	f
  1437  BenchmarkSemaWorkNonblock	./sync/runtime_sema_test.go	/^func BenchmarkSemaWorkNonblock(b *testing.B) {$/;"	f
  1438  BenchmarkServer	./net/http/serve_test.go	/^func BenchmarkServer(b *testing.B) {$/;"	f
  1439  BenchmarkServerFakeConnNoKeepAlive	./net/http/serve_test.go	/^func BenchmarkServerFakeConnNoKeepAlive(b *testing.B) {$/;"	f
  1440  BenchmarkServerFakeConnWithKeepAlive	./net/http/serve_test.go	/^func BenchmarkServerFakeConnWithKeepAlive(b *testing.B) {$/;"	f
  1441  BenchmarkServerFakeConnWithKeepAliveLite	./net/http/serve_test.go	/^func BenchmarkServerFakeConnWithKeepAliveLite(b *testing.B) {$/;"	f
  1442  BenchmarkServerHandlerNoHeader	./net/http/serve_test.go	/^func BenchmarkServerHandlerNoHeader(b *testing.B) {$/;"	f
  1443  BenchmarkServerHandlerNoLen	./net/http/serve_test.go	/^func BenchmarkServerHandlerNoLen(b *testing.B) {$/;"	f
  1444  BenchmarkServerHandlerNoType	./net/http/serve_test.go	/^func BenchmarkServerHandlerNoType(b *testing.B) {$/;"	f
  1445  BenchmarkServerHandlerTypeLen	./net/http/serve_test.go	/^func BenchmarkServerHandlerTypeLen(b *testing.B) {$/;"	f
  1446  BenchmarkServerHijack	./net/http/serve_test.go	/^func BenchmarkServerHijack(b *testing.B) {$/;"	f
  1447  BenchmarkSetTypeNode1	./runtime/gc_test.go	/^func BenchmarkSetTypeNode1(b *testing.B) {$/;"	f
  1448  BenchmarkSetTypeNode1024	./runtime/gc_test.go	/^func BenchmarkSetTypeNode1024(b *testing.B) {$/;"	f
  1449  BenchmarkSetTypeNode1024Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode1024Slice(b *testing.B) {$/;"	f
  1450  BenchmarkSetTypeNode124	./runtime/gc_test.go	/^func BenchmarkSetTypeNode124(b *testing.B) {$/;"	f
  1451  BenchmarkSetTypeNode124Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode124Slice(b *testing.B) {$/;"	f
  1452  BenchmarkSetTypeNode126	./runtime/gc_test.go	/^func BenchmarkSetTypeNode126(b *testing.B) {$/;"	f
  1453  BenchmarkSetTypeNode126Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode126Slice(b *testing.B) {$/;"	f
  1454  BenchmarkSetTypeNode128	./runtime/gc_test.go	/^func BenchmarkSetTypeNode128(b *testing.B) {$/;"	f
  1455  BenchmarkSetTypeNode128Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode128Slice(b *testing.B) {$/;"	f
  1456  BenchmarkSetTypeNode130	./runtime/gc_test.go	/^func BenchmarkSetTypeNode130(b *testing.B) {$/;"	f
  1457  BenchmarkSetTypeNode130Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode130Slice(b *testing.B) {$/;"	f
  1458  BenchmarkSetTypeNode1Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode1Slice(b *testing.B) {$/;"	f
  1459  BenchmarkSetTypeNode64	./runtime/gc_test.go	/^func BenchmarkSetTypeNode64(b *testing.B) {$/;"	f
  1460  BenchmarkSetTypeNode64Dead	./runtime/gc_test.go	/^func BenchmarkSetTypeNode64Dead(b *testing.B) {$/;"	f
  1461  BenchmarkSetTypeNode64DeadSlice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode64DeadSlice(b *testing.B) {$/;"	f
  1462  BenchmarkSetTypeNode64Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode64Slice(b *testing.B) {$/;"	f
  1463  BenchmarkSetTypeNode8	./runtime/gc_test.go	/^func BenchmarkSetTypeNode8(b *testing.B) {$/;"	f
  1464  BenchmarkSetTypeNode8Slice	./runtime/gc_test.go	/^func BenchmarkSetTypeNode8Slice(b *testing.B) {$/;"	f
  1465  BenchmarkSetTypePtr	./runtime/gc_test.go	/^func BenchmarkSetTypePtr(b *testing.B) {$/;"	f
  1466  BenchmarkSetTypePtr126	./runtime/gc_test.go	/^func BenchmarkSetTypePtr126(b *testing.B) {$/;"	f
  1467  BenchmarkSetTypePtr128	./runtime/gc_test.go	/^func BenchmarkSetTypePtr128(b *testing.B) {$/;"	f
  1468  BenchmarkSetTypePtr16	./runtime/gc_test.go	/^func BenchmarkSetTypePtr16(b *testing.B) {$/;"	f
  1469  BenchmarkSetTypePtr32	./runtime/gc_test.go	/^func BenchmarkSetTypePtr32(b *testing.B) {$/;"	f
  1470  BenchmarkSetTypePtr64	./runtime/gc_test.go	/^func BenchmarkSetTypePtr64(b *testing.B) {$/;"	f
  1471  BenchmarkSetTypePtr8	./runtime/gc_test.go	/^func BenchmarkSetTypePtr8(b *testing.B) {$/;"	f
  1472  BenchmarkSetTypePtrSlice	./runtime/gc_test.go	/^func BenchmarkSetTypePtrSlice(b *testing.B) {$/;"	f
  1473  BenchmarkSignbit	./math/all_test.go	/^func BenchmarkSignbit(b *testing.B) {$/;"	f
  1474  BenchmarkSimultaneousAfterFunc	./time/sleep_test.go	/^func BenchmarkSimultaneousAfterFunc(b *testing.B) {$/;"	f
  1475  BenchmarkSin	./math/all_test.go	/^func BenchmarkSin(b *testing.B) {$/;"	f
  1476  BenchmarkSin	./math/cmplx/cmath_test.go	/^func BenchmarkSin(b *testing.B) {$/;"	f
  1477  BenchmarkSincos	./math/all_test.go	/^func BenchmarkSincos(b *testing.B) {$/;"	f
  1478  BenchmarkSingleLongSuffixFail	./strings/replace_test.go	/^func BenchmarkSingleLongSuffixFail(b *testing.B) {$/;"	f
  1479  BenchmarkSingleMatch	./strings/replace_test.go	/^func BenchmarkSingleMatch(b *testing.B) {$/;"	f
  1480  BenchmarkSingleMaxSkipping	./strings/replace_test.go	/^func BenchmarkSingleMaxSkipping(b *testing.B) {$/;"	f
  1481  BenchmarkSinh	./math/all_test.go	/^func BenchmarkSinh(b *testing.B) {$/;"	f
  1482  BenchmarkSinh	./math/cmplx/cmath_test.go	/^func BenchmarkSinh(b *testing.B) {$/;"	f
  1483  BenchmarkSkipValue	./encoding/json/scanner_test.go	/^func BenchmarkSkipValue(b *testing.B) {$/;"	f
  1484  BenchmarkSmallKeyMap	./runtime/mapspeed_test.go	/^func BenchmarkSmallKeyMap(b *testing.B) {$/;"	f
  1485  BenchmarkSmallStrMap	./runtime/mapspeed_test.go	/^func BenchmarkSmallStrMap(b *testing.B) {$/;"	f
  1486  BenchmarkSort1e2	./sort/sort_test.go	/^func BenchmarkSort1e2(b *testing.B)   { bench(b, 1e2, Sort, "Sort") }$/;"	f
  1487  BenchmarkSort1e4	./sort/sort_test.go	/^func BenchmarkSort1e4(b *testing.B)   { bench(b, 1e4, Sort, "Sort") }$/;"	f
  1488  BenchmarkSort1e6	./sort/sort_test.go	/^func BenchmarkSort1e6(b *testing.B)   { bench(b, 1e6, Sort, "Sort") }$/;"	f
  1489  BenchmarkSortInt1K	./sort/sort_test.go	/^func BenchmarkSortInt1K(b *testing.B) {$/;"	f
  1490  BenchmarkSortInt64K	./sort/sort_test.go	/^func BenchmarkSortInt64K(b *testing.B) {$/;"	f
  1491  BenchmarkSortString1K	./sort/sort_test.go	/^func BenchmarkSortString1K(b *testing.B) {$/;"	f
  1492  BenchmarkSplit1	./strings/strings_test.go	/^func BenchmarkSplit1(b *testing.B) {$/;"	f
  1493  BenchmarkSplit2	./strings/strings_test.go	/^func BenchmarkSplit2(b *testing.B) {$/;"	f
  1494  BenchmarkSplit3	./strings/strings_test.go	/^func BenchmarkSplit3(b *testing.B) {$/;"	f
  1495  BenchmarkSprintfEmpty	./fmt/fmt_test.go	/^func BenchmarkSprintfEmpty(b *testing.B) {$/;"	f
  1496  BenchmarkSprintfFloat	./fmt/fmt_test.go	/^func BenchmarkSprintfFloat(b *testing.B) {$/;"	f
  1497  BenchmarkSprintfInt	./fmt/fmt_test.go	/^func BenchmarkSprintfInt(b *testing.B) {$/;"	f
  1498  BenchmarkSprintfIntInt	./fmt/fmt_test.go	/^func BenchmarkSprintfIntInt(b *testing.B) {$/;"	f
  1499  BenchmarkSprintfPrefixedInt	./fmt/fmt_test.go	/^func BenchmarkSprintfPrefixedInt(b *testing.B) {$/;"	f
  1500  BenchmarkSprintfString	./fmt/fmt_test.go	/^func BenchmarkSprintfString(b *testing.B) {$/;"	f
  1501  BenchmarkSqrt	./math/all_test.go	/^func BenchmarkSqrt(b *testing.B) {$/;"	f
  1502  BenchmarkSqrt	./math/cmplx/cmath_test.go	/^func BenchmarkSqrt(b *testing.B) {$/;"	f
  1503  BenchmarkSqrtGo	./math/all_test.go	/^func BenchmarkSqrtGo(b *testing.B) {$/;"	f
  1504  BenchmarkSqrtIndirect	./math/all_test.go	/^func BenchmarkSqrtIndirect(b *testing.B) {$/;"	f
  1505  BenchmarkSqrtPrime	./math/all_test.go	/^func BenchmarkSqrtPrime(b *testing.B) {$/;"	f
  1506  BenchmarkStable1e2	./sort/sort_test.go	/^func BenchmarkStable1e2(b *testing.B) { bench(b, 1e2, Stable, "Stable") }$/;"	f
  1507  BenchmarkStable1e4	./sort/sort_test.go	/^func BenchmarkStable1e4(b *testing.B) { bench(b, 1e4, Stable, "Stable") }$/;"	f
  1508  BenchmarkStable1e6	./sort/sort_test.go	/^func BenchmarkStable1e6(b *testing.B) { bench(b, 1e6, Stable, "Stable") }$/;"	f
  1509  BenchmarkStableInt1K	./sort/sort_test.go	/^func BenchmarkStableInt1K(b *testing.B) {$/;"	f
  1510  BenchmarkStableInt64K	./sort/sort_test.go	/^func BenchmarkStableInt64K(b *testing.B) {$/;"	f
  1511  BenchmarkStableString1K	./sort/sort_test.go	/^func BenchmarkStableString1K(b *testing.B) {$/;"	f
  1512  BenchmarkStackCopy	./runtime/stack_test.go	/^func BenchmarkStackCopy(b *testing.B) {$/;"	f
  1513  BenchmarkStackGrowth	./runtime/proc_test.go	/^func BenchmarkStackGrowth(b *testing.B) {$/;"	f
  1514  BenchmarkStackGrowthDeep	./runtime/proc_test.go	/^func BenchmarkStackGrowthDeep(b *testing.B) {$/;"	f
  1515  BenchmarkStartStop	./time/sleep_test.go	/^func BenchmarkStartStop(b *testing.B) {$/;"	f
  1516  BenchmarkStop	./time/sleep_test.go	/^func BenchmarkStop(b *testing.B) {$/;"	f
  1517  BenchmarkString	./net/url/url_test.go	/^func BenchmarkString(b *testing.B) {$/;"	f
  1518  BenchmarkString100000Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100000Base10(b *testing.B) { StringHelper(b, 10, 10, 100000) }$/;"	f
  1519  BenchmarkString100000Base10	./math/big/natconv_test.go	/^func BenchmarkString100000Base10(b *testing.B) { StringHelper(b, 10, 10, 100000) }$/;"	f
  1520  BenchmarkString100000Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100000Base16(b *testing.B) { StringHelper(b, 16, 10, 100000) }$/;"	f
  1521  BenchmarkString100000Base16	./math/big/natconv_test.go	/^func BenchmarkString100000Base16(b *testing.B) { StringHelper(b, 16, 10, 100000) }$/;"	f
  1522  BenchmarkString100000Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100000Base2(b *testing.B) { StringHelper(b, 2, 10, 100000) }$/;"	f
  1523  BenchmarkString100000Base2	./math/big/natconv_test.go	/^func BenchmarkString100000Base2(b *testing.B) { StringHelper(b, 2, 10, 100000) }$/;"	f
  1524  BenchmarkString100000Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100000Base8(b *testing.B) { StringHelper(b, 8, 10, 100000) }$/;"	f
  1525  BenchmarkString100000Base8	./math/big/natconv_test.go	/^func BenchmarkString100000Base8(b *testing.B) { StringHelper(b, 8, 10, 100000) }$/;"	f
  1526  BenchmarkString10000Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10000Base10(b *testing.B)  { StringHelper(b, 10, 10, 10000) }$/;"	f
  1527  BenchmarkString10000Base10	./math/big/natconv_test.go	/^func BenchmarkString10000Base10(b *testing.B)  { StringHelper(b, 10, 10, 10000) }$/;"	f
  1528  BenchmarkString10000Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10000Base16(b *testing.B)  { StringHelper(b, 16, 10, 10000) }$/;"	f
  1529  BenchmarkString10000Base16	./math/big/natconv_test.go	/^func BenchmarkString10000Base16(b *testing.B)  { StringHelper(b, 16, 10, 10000) }$/;"	f
  1530  BenchmarkString10000Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10000Base2(b *testing.B)  { StringHelper(b, 2, 10, 10000) }$/;"	f
  1531  BenchmarkString10000Base2	./math/big/natconv_test.go	/^func BenchmarkString10000Base2(b *testing.B)  { StringHelper(b, 2, 10, 10000) }$/;"	f
  1532  BenchmarkString10000Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10000Base8(b *testing.B)  { StringHelper(b, 8, 10, 10000) }$/;"	f
  1533  BenchmarkString10000Base8	./math/big/natconv_test.go	/^func BenchmarkString10000Base8(b *testing.B)  { StringHelper(b, 8, 10, 10000) }$/;"	f
  1534  BenchmarkString1000Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString1000Base10(b *testing.B)   { StringHelper(b, 10, 10, 1000) }$/;"	f
  1535  BenchmarkString1000Base10	./math/big/natconv_test.go	/^func BenchmarkString1000Base10(b *testing.B)   { StringHelper(b, 10, 10, 1000) }$/;"	f
  1536  BenchmarkString1000Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString1000Base16(b *testing.B)   { StringHelper(b, 16, 10, 1000) }$/;"	f
  1537  BenchmarkString1000Base16	./math/big/natconv_test.go	/^func BenchmarkString1000Base16(b *testing.B)   { StringHelper(b, 16, 10, 1000) }$/;"	f
  1538  BenchmarkString1000Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString1000Base2(b *testing.B)   { StringHelper(b, 2, 10, 1000) }$/;"	f
  1539  BenchmarkString1000Base2	./math/big/natconv_test.go	/^func BenchmarkString1000Base2(b *testing.B)   { StringHelper(b, 2, 10, 1000) }$/;"	f
  1540  BenchmarkString1000Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString1000Base8(b *testing.B)   { StringHelper(b, 8, 10, 1000) }$/;"	f
  1541  BenchmarkString1000Base8	./math/big/natconv_test.go	/^func BenchmarkString1000Base8(b *testing.B)   { StringHelper(b, 8, 10, 1000) }$/;"	f
  1542  BenchmarkString100Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100Base10(b *testing.B)    { StringHelper(b, 10, 10, 100) }$/;"	f
  1543  BenchmarkString100Base10	./math/big/natconv_test.go	/^func BenchmarkString100Base10(b *testing.B)    { StringHelper(b, 10, 10, 100) }$/;"	f
  1544  BenchmarkString100Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100Base16(b *testing.B)    { StringHelper(b, 16, 10, 100) }$/;"	f
  1545  BenchmarkString100Base16	./math/big/natconv_test.go	/^func BenchmarkString100Base16(b *testing.B)    { StringHelper(b, 16, 10, 100) }$/;"	f
  1546  BenchmarkString100Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100Base2(b *testing.B)    { StringHelper(b, 2, 10, 100) }$/;"	f
  1547  BenchmarkString100Base2	./math/big/natconv_test.go	/^func BenchmarkString100Base2(b *testing.B)    { StringHelper(b, 2, 10, 100) }$/;"	f
  1548  BenchmarkString100Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString100Base8(b *testing.B)    { StringHelper(b, 8, 10, 100) }$/;"	f
  1549  BenchmarkString100Base8	./math/big/natconv_test.go	/^func BenchmarkString100Base8(b *testing.B)    { StringHelper(b, 8, 10, 100) }$/;"	f
  1550  BenchmarkString10Base10	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10Base10(b *testing.B)     { StringHelper(b, 10, 10, 10) }$/;"	f
  1551  BenchmarkString10Base10	./math/big/natconv_test.go	/^func BenchmarkString10Base10(b *testing.B)     { StringHelper(b, 10, 10, 10) }$/;"	f
  1552  BenchmarkString10Base16	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10Base16(b *testing.B)     { StringHelper(b, 16, 10, 10) }$/;"	f
  1553  BenchmarkString10Base16	./math/big/natconv_test.go	/^func BenchmarkString10Base16(b *testing.B)     { StringHelper(b, 16, 10, 10) }$/;"	f
  1554  BenchmarkString10Base2	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10Base2(b *testing.B)     { StringHelper(b, 2, 10, 10) }$/;"	f
  1555  BenchmarkString10Base2	./math/big/natconv_test.go	/^func BenchmarkString10Base2(b *testing.B)     { StringHelper(b, 2, 10, 10) }$/;"	f
  1556  BenchmarkString10Base8	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkString10Base8(b *testing.B)     { StringHelper(b, 8, 10, 10) }$/;"	f
  1557  BenchmarkString10Base8	./math/big/natconv_test.go	/^func BenchmarkString10Base8(b *testing.B)     { StringHelper(b, 8, 10, 10) }$/;"	f
  1558  BenchmarkStringPiParallel	./cmd/compile/internal/big/natconv_test.go	/^func BenchmarkStringPiParallel(b *testing.B) {$/;"	f
  1559  BenchmarkStringPiParallel	./math/big/natconv_test.go	/^func BenchmarkStringPiParallel(b *testing.B) {$/;"	f
  1560  BenchmarkStringSet	./expvar/expvar_test.go	/^func BenchmarkStringSet(b *testing.B) {$/;"	f
  1561  BenchmarkStripTags	./html/template/html_test.go	/^func BenchmarkStripTags(b *testing.B) {$/;"	f
  1562  BenchmarkStripTagsNoSpecials	./html/template/html_test.go	/^func BenchmarkStripTagsNoSpecials(b *testing.B) {$/;"	f
  1563  BenchmarkSyscall	./runtime/norace_test.go	/^func BenchmarkSyscall(b *testing.B) {$/;"	f
  1564  BenchmarkSyscallExcess	./runtime/norace_test.go	/^func BenchmarkSyscallExcess(b *testing.B) {$/;"	f
  1565  BenchmarkSyscallExcessWork	./runtime/norace_test.go	/^func BenchmarkSyscallExcessWork(b *testing.B) {$/;"	f
  1566  BenchmarkSyscallWork	./runtime/norace_test.go	/^func BenchmarkSyscallWork(b *testing.B) {$/;"	f
  1567  BenchmarkTCP4ConcurrentReadWrite	./net/tcp_test.go	/^func BenchmarkTCP4ConcurrentReadWrite(b *testing.B) {$/;"	f
  1568  BenchmarkTCP4OneShot	./net/tcp_test.go	/^func BenchmarkTCP4OneShot(b *testing.B) {$/;"	f
  1569  BenchmarkTCP4OneShotTimeout	./net/tcp_test.go	/^func BenchmarkTCP4OneShotTimeout(b *testing.B) {$/;"	f
  1570  BenchmarkTCP4Persistent	./net/tcp_test.go	/^func BenchmarkTCP4Persistent(b *testing.B) {$/;"	f
  1571  BenchmarkTCP4PersistentTimeout	./net/tcp_test.go	/^func BenchmarkTCP4PersistentTimeout(b *testing.B) {$/;"	f
  1572  BenchmarkTCP6ConcurrentReadWrite	./net/tcp_test.go	/^func BenchmarkTCP6ConcurrentReadWrite(b *testing.B) {$/;"	f
  1573  BenchmarkTCP6OneShot	./net/tcp_test.go	/^func BenchmarkTCP6OneShot(b *testing.B) {$/;"	f
  1574  BenchmarkTCP6OneShotTimeout	./net/tcp_test.go	/^func BenchmarkTCP6OneShotTimeout(b *testing.B) {$/;"	f
  1575  BenchmarkTCP6Persistent	./net/tcp_test.go	/^func BenchmarkTCP6Persistent(b *testing.B) {$/;"	f
  1576  BenchmarkTCP6PersistentTimeout	./net/tcp_test.go	/^func BenchmarkTCP6PersistentTimeout(b *testing.B) {$/;"	f
  1577  BenchmarkTan	./math/all_test.go	/^func BenchmarkTan(b *testing.B) {$/;"	f
  1578  BenchmarkTan	./math/cmplx/cmath_test.go	/^func BenchmarkTan(b *testing.B) {$/;"	f
  1579  BenchmarkTanh	./math/all_test.go	/^func BenchmarkTanh(b *testing.B) {$/;"	f
  1580  BenchmarkTanh	./math/cmplx/cmath_test.go	/^func BenchmarkTanh(b *testing.B) {$/;"	f
  1581  BenchmarkTemplateParallel	./testing/testing.go	/^\/\/     func BenchmarkTemplateParallel(b *testing.B) {$/;"	f
  1582  BenchmarkTemplateSpecialTags	./html/template/transition_test.go	/^func BenchmarkTemplateSpecialTags(b *testing.B) {$/;"	f
  1583  BenchmarkTicker	./time/tick_test.go	/^func BenchmarkTicker(b *testing.B) {$/;"	f
  1584  BenchmarkTrim	./strings/strings_test.go	/^func BenchmarkTrim(b *testing.B) {$/;"	f
  1585  BenchmarkTrimSpace	./bytes/bytes_test.go	/^func BenchmarkTrimSpace(b *testing.B) {$/;"	f
  1586  BenchmarkTrunc	./math/all_test.go	/^func BenchmarkTrunc(b *testing.B) {$/;"	f
  1587  BenchmarkURLEscaper	./html/template/url_test.go	/^func BenchmarkURLEscaper(b *testing.B) {$/;"	f
  1588  BenchmarkURLEscaperNoSpecials	./html/template/url_test.go	/^func BenchmarkURLEscaperNoSpecials(b *testing.B) {$/;"	f
  1589  BenchmarkURLNormalizer	./html/template/url_test.go	/^func BenchmarkURLNormalizer(b *testing.B) {$/;"	f
  1590  BenchmarkURLNormalizerNoSpecials	./html/template/url_test.go	/^func BenchmarkURLNormalizerNoSpecials(b *testing.B) {$/;"	f
  1591  BenchmarkUint32Div106956295	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div106956295(b *testing.B) { bmUint32Div(106956295, b) }$/;"	f
  1592  BenchmarkUint32Div123	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div123(b *testing.B)       { bmUint32Div(123, b) }$/;"	f
  1593  BenchmarkUint32Div1247	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div1247(b *testing.B)      { bmUint32Div(1247, b) }$/;"	f
  1594  BenchmarkUint32Div13307	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div13307(b *testing.B)     { bmUint32Div(13307, b) }$/;"	f
  1595  BenchmarkUint32Div37	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div37(b *testing.B)        { bmUint32Div(37, b) }$/;"	f
  1596  BenchmarkUint32Div52513	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div52513(b *testing.B)     { bmUint32Div(52513, b) }$/;"	f
  1597  BenchmarkUint32Div60978747	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div60978747(b *testing.B)  { bmUint32Div(60978747, b) }$/;"	f
  1598  BenchmarkUint32Div7	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div7(b *testing.B)         { bmUint32Div(7, b) }$/;"	f
  1599  BenchmarkUint32Div763	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div763(b *testing.B)       { bmUint32Div(763, b) }$/;"	f
  1600  BenchmarkUint32Div9305	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Div9305(b *testing.B)      { bmUint32Div(9305, b) }$/;"	f
  1601  BenchmarkUint32Mod106956295	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod106956295(b *testing.B) { bmUint32Mod(106956295, b) }$/;"	f
  1602  BenchmarkUint32Mod123	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod123(b *testing.B)       { bmUint32Mod(123, b) }$/;"	f
  1603  BenchmarkUint32Mod1247	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod1247(b *testing.B)      { bmUint32Mod(1247, b) }$/;"	f
  1604  BenchmarkUint32Mod13307	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod13307(b *testing.B)     { bmUint32Mod(13307, b) }$/;"	f
  1605  BenchmarkUint32Mod37	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod37(b *testing.B)        { bmUint32Mod(37, b) }$/;"	f
  1606  BenchmarkUint32Mod52513	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod52513(b *testing.B)     { bmUint32Mod(52513, b) }$/;"	f
  1607  BenchmarkUint32Mod60978747	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod60978747(b *testing.B)  { bmUint32Mod(60978747, b) }$/;"	f
  1608  BenchmarkUint32Mod7	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod7(b *testing.B)         { bmUint32Mod(7, b) }$/;"	f
  1609  BenchmarkUint32Mod763	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod763(b *testing.B)       { bmUint32Mod(763, b) }$/;"	f
  1610  BenchmarkUint32Mod9305	./runtime/vlop_arm_test.go	/^func BenchmarkUint32Mod9305(b *testing.B)      { bmUint32Mod(9305, b) }$/;"	f
  1611  BenchmarkUncommon	./net/textproto/reader_test.go	/^func BenchmarkUncommon(b *testing.B) {$/;"	f
  1612  BenchmarkUncontendedSemaphore	./sync/mutex_test.go	/^func BenchmarkUncontendedSemaphore(b *testing.B) {$/;"	f
  1613  BenchmarkUnescape	./html/escape_test.go	/^func BenchmarkUnescape(b *testing.B) {$/;"	f
  1614  BenchmarkUnescapeNone	./html/escape_test.go	/^func BenchmarkUnescapeNone(b *testing.B) {$/;"	f
  1615  BenchmarkUnmarshal	./encoding/xml/marshal_test.go	/^func BenchmarkUnmarshal(b *testing.B) {$/;"	f
  1616  BenchmarkUnmarshalFloat64	./encoding/json/bench_test.go	/^func BenchmarkUnmarshalFloat64(b *testing.B) {$/;"	f
  1617  BenchmarkUnmarshalInt64	./encoding/json/bench_test.go	/^func BenchmarkUnmarshalInt64(b *testing.B) {$/;"	f
  1618  BenchmarkUnmarshalString	./encoding/json/bench_test.go	/^func BenchmarkUnmarshalString(b *testing.B) {$/;"	f
  1619  BenchmarkUnquoteEasy	./strconv/quote_test.go	/^func BenchmarkUnquoteEasy(b *testing.B) {$/;"	f
  1620  BenchmarkUnquoteHard	./strconv/quote_test.go	/^func BenchmarkUnquoteHard(b *testing.B) {$/;"	f
  1621  BenchmarkValueRead	./sync/atomic/value_test.go	/^func BenchmarkValueRead(b *testing.B) {$/;"	f
  1622  BenchmarkWaitGroupActuallyWait	./sync/waitgroup_test.go	/^func BenchmarkWaitGroupActuallyWait(b *testing.B) {$/;"	f
  1623  BenchmarkWaitGroupAddDone	./sync/waitgroup_test.go	/^func BenchmarkWaitGroupAddDone(b *testing.B) {$/;"	f
  1624  BenchmarkWaitGroupAddDoneWork	./sync/waitgroup_test.go	/^func BenchmarkWaitGroupAddDoneWork(b *testing.B) {$/;"	f
  1625  BenchmarkWaitGroupUncontended	./sync/waitgroup_test.go	/^func BenchmarkWaitGroupUncontended(b *testing.B) {$/;"	f
  1626  BenchmarkWaitGroupWait	./sync/waitgroup_test.go	/^func BenchmarkWaitGroupWait(b *testing.B) {$/;"	f
  1627  BenchmarkWaitGroupWaitWork	./sync/waitgroup_test.go	/^func BenchmarkWaitGroupWaitWork(b *testing.B) {$/;"	f
  1628  BenchmarkWriteInts	./encoding/binary/binary_test.go	/^func BenchmarkWriteInts(b *testing.B) {$/;"	f
  1629  BenchmarkWriteSlice1000Int32s	./encoding/binary/binary_test.go	/^func BenchmarkWriteSlice1000Int32s(b *testing.B) {$/;"	f
  1630  BenchmarkWriter	./mime/quotedprintable/writer_test.go	/^func BenchmarkWriter(b *testing.B) {$/;"	f
  1631  BenchmarkWriterCopyNoReadFrom	./bufio/bufio_test.go	/^func BenchmarkWriterCopyNoReadFrom(b *testing.B) {$/;"	f
  1632  BenchmarkWriterCopyOptimal	./bufio/bufio_test.go	/^func BenchmarkWriterCopyOptimal(b *testing.B) {$/;"	f
  1633  BenchmarkWriterCopyUnoptimal	./bufio/bufio_test.go	/^func BenchmarkWriterCopyUnoptimal(b *testing.B) {$/;"	f
  1634  BenchmarkWriterEmpty	./bufio/bufio_test.go	/^func BenchmarkWriterEmpty(b *testing.B) {$/;"	f
  1635  BenchmarkWriterFlush	./bufio/bufio_test.go	/^func BenchmarkWriterFlush(b *testing.B) {$/;"	f
  1636  BenchmarkXXX	./cmd/go/alldocs.go	/^	func BenchmarkXXX(b *testing.B) { ... }$/;"	f
  1637  BenchmarkXXX	./cmd/go/test.go	/^	func BenchmarkXXX(b *testing.B) { ... }$/;"	f
  1638  BenchmarkXxx	./go/doc/testdata/testing.go	/^\/\/     func BenchmarkXxx(*testing.B)$/;"	f
  1639  BenchmarkXxx	./testing/testing.go	/^\/\/     func BenchmarkXxx(*testing.B)$/;"	f
  1640  BenchmarkY0	./math/all_test.go	/^func BenchmarkY0(b *testing.B) {$/;"	f
  1641  BenchmarkY1	./math/all_test.go	/^func BenchmarkY1(b *testing.B) {$/;"	f
  1642  BenchmarkYCbCr	./image/draw/bench_test.go	/^func BenchmarkYCbCr(b *testing.B) {$/;"	f
  1643  BenchmarkYear	./time/time_test.go	/^func BenchmarkYear(b *testing.B) {$/;"	f
  1644  BenchmarkYn	./math/all_test.go	/^func BenchmarkYn(b *testing.B) {$/;"	f
  1645  BenchmarkZip64Test	./archive/zip/zip_test.go	/^func BenchmarkZip64Test(b *testing.B) {$/;"	f
  1646  Bgen	./cmd/compile/internal/gc/cgen.go	/^func Bgen(n *Node, wantTrue bool, likely int, to *obj.Prog) {$/;"	f
  1647  Bgetc	./cmd/internal/obj/util.go	/^func Bgetc(b *Biobuf) int {$/;"	f
  1648  Bgetrune	./cmd/internal/obj/util.go	/^func Bgetrune(b *Biobuf) int {$/;"	f
  1649  Big	./math/floor_amd64.s	/^#define Big		0x4330000000000000 \/\/ 2**52$/;"	d
  1650  Big	./runtime/race/testdata/map_test.go	/^type Big struct {$/;"	t
  1651  BigEndian	./encoding/binary/binary.go	/^var BigEndian bigEndian$/;"	v
  1652  BigEndian	./runtime/export_test.go	/^var BigEndian = _BigEndian$/;"	v
  1653  BigKey	./runtime/mapspeed_test.go	/^type BigKey [3]int64$/;"	t
  1654  BigKey	./runtime/race/testdata/map_test.go	/^type BigKey [1000]*int$/;"	t
  1655  BigStruct	./runtime/gcinfo_test.go	/^type BigStruct struct {$/;"	t
  1656  BigVal	./runtime/mapspeed_test.go	/^type BigVal [3]int64$/;"	t
  1657  BigVal	./runtime/race/testdata/map_test.go	/^type BigVal struct {$/;"	t
  1658  Bigptrscalar	./reflect/all_test.go	/^		type Bigptrscalar struct {$/;"	t
  1659  BinOpTest	./bytes/bytes_test.go	/^type BinOpTest struct {$/;"	t
  1660  Binary	./cmd/compile/internal/big/nat.go	/^\/\/   func (z *T) Binary(x, y *T) *T    \/\/ z = x op y$/;"	f
  1661  Binary	./math/big/nat.go	/^\/\/   func (z *T) Binary(x, y *T) *T    \/\/ z = x op y$/;"	f
  1662  BinaryGobber	./encoding/gob/gobencdec_test.go	/^type BinaryGobber int$/;"	t
  1663  BinaryMarshaler	./encoding/encoding.go	/^type BinaryMarshaler interface {$/;"	t
  1664  BinaryOp	./go/constant/value.go	/^func BinaryOp(x Value, op token.Token, y Value) Value {$/;"	f
  1665  BinaryUnmarshaler	./encoding/encoding.go	/^type BinaryUnmarshaler interface {$/;"	t
  1666  BinaryValueGobber	./encoding/gob/gobencdec_test.go	/^type BinaryValueGobber string$/;"	t
  1667  Bind	./syscall/net_nacl.go	/^func Bind(fd int, sa Sockaddr) error {$/;"	f
  1668  Bind	./syscall/syscall_plan9.go	/^func Bind(name string, old string, flag int) (err error) {$/;"	f
  1669  Bind	./syscall/syscall_unix.go	/^func Bind(fd int, sa Sockaddr) (err error) {$/;"	f
  1670  Bind	./syscall/syscall_windows.go	/^func Bind(fd Handle, sa Sockaddr) (err error) {$/;"	f
  1671  BindToDevice	./syscall/syscall_linux.go	/^func BindToDevice(fd int, device string) (err error) {$/;"	f
  1672  Binitw	./cmd/internal/obj/util.go	/^func Binitw(w io.Writer) *Biobuf {$/;"	f
  1673  Binomial	./cmd/compile/internal/big/int.go	/^func (z *Int) Binomial(n, k int64) *Int {$/;"	f
  1674  Binomial	./math/big/int.go	/^func (z *Int) Binomial(n, k int64) *Int {$/;"	f
  1675  Biobuf	./cmd/internal/obj/util.go	/^type Biobuf struct {$/;"	t
  1676  Bit	./cmd/compile/internal/big/int.go	/^func (x *Int) Bit(i int) uint {$/;"	f
  1677  Bit	./math/big/int.go	/^func (x *Int) Bit(i int) uint {$/;"	f
  1678  BitIndex	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) BitIndex() int64 {$/;"	f
  1679  BitLen	./cmd/compile/internal/big/int.go	/^func (x *Int) BitLen() int {$/;"	f
  1680  BitLen	./go/constant/value.go	/^func BitLen(x Value) int {$/;"	f
  1681  BitLen	./math/big/int.go	/^func (x *Int) BitLen() int {$/;"	f
  1682  BitString	./encoding/asn1/asn1.go	/^type BitString struct {$/;"	t
  1683  Bitno	./cmd/compile/internal/gc/reg.go	/^func Bitno(b uint64) int {$/;"	f
  1684  Bits	./cmd/compile/internal/big/bits_test.go	/^type Bits []int$/;"	t
  1685  Bits	./cmd/compile/internal/big/int.go	/^func (x *Int) Bits() []Word {$/;"	f
  1686  Bits	./cmd/compile/internal/gc/reg.go	/^	ivar    Bits \/\/ function parameters (inputs)$/;"	v
  1687  Bits	./cmd/compile/internal/gc/reg.go	/^	ovar    Bits \/\/ function results (outputs)$/;"	v
  1688  Bits	./cmd/compile/internal/gc/reg.go	/^type Bits struct {$/;"	t
  1689  Bits	./math/big/bits_test.go	/^type Bits []int$/;"	t
  1690  Bits	./math/big/int.go	/^func (x *Int) Bits() []Word {$/;"	f
  1691  Bits	./reflect/type.go	/^func (t *rtype) Bits() int {$/;"	f
  1692  BlankFields	./encoding/binary/binary_test.go	/^type BlankFields struct {$/;"	t
  1693  BlankFieldsProbe	./encoding/binary/binary_test.go	/^type BlankFieldsProbe struct {$/;"	t
  1694  Blinelen	./cmd/internal/obj/util.go	/^func Blinelen(b *Biobuf) int {$/;"	f
  1695  Block	./cmd/cover/cover.go	/^type Block struct {$/;"	t
  1696  Block	./crypto/cipher/cipher.go	/^type Block interface {$/;"	t
  1697  Block	./encoding/pem/pem.go	/^type Block struct {$/;"	t
  1698  BlockMode	./crypto/cipher/cipher.go	/^type BlockMode interface {$/;"	t
  1699  BlockProfile	./runtime/mprof.go	/^func BlockProfile(p []BlockProfileRecord) (n int, ok bool) {$/;"	f
  1700  BlockProfileRecord	./runtime/mprof.go	/^type BlockProfileRecord struct {$/;"	t
  1701  BlockSize	./crypto/aes/cipher.go	/^func (c *aesCipher) BlockSize() int { return BlockSize }$/;"	f
  1702  BlockSize	./crypto/cipher/cbc.go	/^func (x *cbcDecrypter) BlockSize() int { return x.blockSize }$/;"	f
  1703  BlockSize	./crypto/cipher/cbc.go	/^func (x *cbcEncrypter) BlockSize() int { return x.blockSize }$/;"	f
  1704  BlockSize	./crypto/des/cipher.go	/^func (c *desCipher) BlockSize() int { return BlockSize }$/;"	f
  1705  BlockSize	./crypto/des/cipher.go	/^func (c *tripleDESCipher) BlockSize() int { return BlockSize }$/;"	f
  1706  BlockSize	./crypto/hmac/hmac.go	/^func (h *hmac) BlockSize() int { return h.blocksize }$/;"	f
  1707  BlockSize	./crypto/md5/md5.go	/^func (d *digest) BlockSize() int { return BlockSize }$/;"	f
  1708  BlockSize	./crypto/sha1/sha1.go	/^func (d *digest) BlockSize() int { return BlockSize }$/;"	f
  1709  BlockSize	./crypto/sha256/sha256.go	/^func (d *digest) BlockSize() int { return BlockSize }$/;"	f
  1710  BlockSize	./crypto/sha512/sha512.go	/^func (d *digest) BlockSize() int { return BlockSize }$/;"	f
  1711  BlockSize	./hash/adler32/adler32.go	/^func (d *digest) BlockSize() int { return 1 }$/;"	f
  1712  BlockSize	./hash/crc32/crc32.go	/^func (d *digest) BlockSize() int { return 1 }$/;"	f
  1713  BlockSize	./hash/crc64/crc64.go	/^func (d *digest) BlockSize() int { return 1 }$/;"	f
  1714  BlockSize	./hash/fnv/fnv.go	/^func (s *sum32) BlockSize() int  { return 1 }$/;"	f
  1715  BlockSize	./hash/fnv/fnv.go	/^func (s *sum32a) BlockSize() int { return 1 }$/;"	f
  1716  BlockSize	./hash/fnv/fnv.go	/^func (s *sum64) BlockSize() int  { return 1 }$/;"	f
  1717  BlockSize	./hash/fnv/fnv.go	/^func (s *sum64a) BlockSize() int { return 1 }$/;"	f
  1718  Boffset	./cmd/internal/obj/util.go	/^func Boffset(b *Biobuf) int64 {$/;"	f
  1719  Book	./encoding/xml/marshal_test.go	/^type Book struct {$/;"	t
  1720  Bool	./cmd/compile/internal/gc/const.go	/^func (n *Node) Bool() bool {$/;"	f
  1721  Bool	./cmd/pprof/pprof.go	/^func (flags) Bool(o string, d bool, c string) *bool {$/;"	f
  1722  Bool	./database/sql/driver/types.go	/^var Bool boolType$/;"	v
  1723  Bool	./flag/flag.go	/^func (f *FlagSet) Bool(name string, value bool, usage string) *bool {$/;"	f
  1724  Bool	./flag/flag.go	/^func Bool(name string, value bool, usage string) *bool {$/;"	f
  1725  Bool	./reflect/value.go	/^func (v Value) Bool() bool {$/;"	f
  1726  Bool2int	./cmd/internal/obj/util.go	/^func Bool2int(b bool) int {$/;"	f
  1727  BoolNode	./text/template/parse/node.go	/^type BoolNode struct {$/;"	t
  1728  BoolTmpVarCode	./syscall/mksyscall_windows.go	/^func (p *Param) BoolTmpVarCode() string {$/;"	f
  1729  BoolType	./debug/dwarf/type.go	/^type BoolType struct {$/;"	t
  1730  BoolVal	./go/constant/value.go	/^func BoolVal(x Value) bool {$/;"	f
  1731  BoolVar	./flag/flag.go	/^func (f *FlagSet) BoolVar(p *bool, name string, value bool, usage string) {$/;"	f
  1732  BoolVar	./flag/flag.go	/^func BoolVar(p *bool, name string, value bool, usage string) {$/;"	f
  1733  Bopenr	./cmd/internal/obj/util.go	/^func Bopenr(name string) (*Biobuf, error) {$/;"	f
  1734  Bopenw	./cmd/internal/obj/util.go	/^func Bopenw(name string) (*Biobuf, error) {$/;"	f
  1735  Boundaries	./cmd/cover/profile.go	/^func (p *Profile) Boundaries(src []byte) (boundaries []Boundary) {$/;"	f
  1736  Boundary	./cmd/cover/profile.go	/^type Boundary struct {$/;"	t
  1737  Boundary	./mime/multipart/writer.go	/^func (w *Writer) Boundary() string {$/;"	f
  1738  Bounds	./image/geom.go	/^func (r Rectangle) Bounds() Rectangle {$/;"	f
  1739  Bounds	./image/image.go	/^func (p *Alpha) Bounds() Rectangle { return p.Rect }$/;"	f
  1740  Bounds	./image/image.go	/^func (p *Alpha16) Bounds() Rectangle { return p.Rect }$/;"	f
  1741  Bounds	./image/image.go	/^func (p *CMYK) Bounds() Rectangle { return p.Rect }$/;"	f
  1742  Bounds	./image/image.go	/^func (p *Gray) Bounds() Rectangle { return p.Rect }$/;"	f
  1743  Bounds	./image/image.go	/^func (p *Gray16) Bounds() Rectangle { return p.Rect }$/;"	f
  1744  Bounds	./image/image.go	/^func (p *NRGBA) Bounds() Rectangle { return p.Rect }$/;"	f
  1745  Bounds	./image/image.go	/^func (p *NRGBA64) Bounds() Rectangle { return p.Rect }$/;"	f
  1746  Bounds	./image/image.go	/^func (p *Paletted) Bounds() Rectangle { return p.Rect }$/;"	f
  1747  Bounds	./image/image.go	/^func (p *RGBA) Bounds() Rectangle { return p.Rect }$/;"	f
  1748  Bounds	./image/image.go	/^func (p *RGBA64) Bounds() Rectangle { return p.Rect }$/;"	f
  1749  Bounds	./image/names.go	/^func (c *Uniform) Bounds() Rectangle { return Rectangle{Point{-1e9, -1e9}, Point{1e9, 1e9}} }$/;"	f
  1750  Bounds	./image/ycbcr.go	/^func (p *YCbCr) Bounds() Rectangle {$/;"	f
  1751  BpfBuflen	./syscall/bpf_bsd.go	/^func BpfBuflen(fd int) (int, error) {$/;"	f
  1752  BpfDatalink	./syscall/bpf_bsd.go	/^func BpfDatalink(fd int) (int, error) {$/;"	f
  1753  BpfHdr	./syscall/types_darwin.go	/^type BpfHdr C.struct_bpf_hdr$/;"	t
  1754  BpfHdr	./syscall/types_dragonfly.go	/^type BpfHdr C.struct_bpf_hdr$/;"	t
  1755  BpfHdr	./syscall/types_freebsd.go	/^type BpfHdr C.struct_bpf_hdr$/;"	t
  1756  BpfHdr	./syscall/types_netbsd.go	/^type BpfHdr C.struct_bpf_hdr$/;"	t
  1757  BpfHdr	./syscall/types_openbsd.go	/^type BpfHdr C.struct_bpf_hdr$/;"	t
  1758  BpfHdr	./syscall/types_solaris.go	/^type BpfHdr C.struct_bpf_hdr$/;"	t
  1759  BpfHdr	./syscall/ztypes_darwin_386.go	/^type BpfHdr struct {$/;"	t
  1760  BpfHdr	./syscall/ztypes_darwin_amd64.go	/^type BpfHdr struct {$/;"	t
  1761  BpfHdr	./syscall/ztypes_darwin_arm.go	/^type BpfHdr struct {$/;"	t
  1762  BpfHdr	./syscall/ztypes_darwin_arm64.go	/^type BpfHdr struct {$/;"	t
  1763  BpfHdr	./syscall/ztypes_dragonfly_amd64.go	/^type BpfHdr struct {$/;"	t
  1764  BpfHdr	./syscall/ztypes_freebsd_386.go	/^type BpfHdr struct {$/;"	t
  1765  BpfHdr	./syscall/ztypes_freebsd_amd64.go	/^type BpfHdr struct {$/;"	t
  1766  BpfHdr	./syscall/ztypes_freebsd_arm.go	/^type BpfHdr struct {$/;"	t
  1767  BpfHdr	./syscall/ztypes_netbsd_386.go	/^type BpfHdr struct {$/;"	t
  1768  BpfHdr	./syscall/ztypes_netbsd_amd64.go	/^type BpfHdr struct {$/;"	t
  1769  BpfHdr	./syscall/ztypes_netbsd_arm.go	/^type BpfHdr struct {$/;"	t
  1770  BpfHdr	./syscall/ztypes_openbsd_386.go	/^type BpfHdr struct {$/;"	t
  1771  BpfHdr	./syscall/ztypes_openbsd_amd64.go	/^type BpfHdr struct {$/;"	t
  1772  BpfHdr	./syscall/ztypes_openbsd_arm.go	/^type BpfHdr struct {$/;"	t
  1773  BpfHdr	./syscall/ztypes_solaris_amd64.go	/^type BpfHdr struct {$/;"	t
  1774  BpfHeadercmpl	./syscall/bpf_bsd.go	/^func BpfHeadercmpl(fd int) (int, error) {$/;"	f
  1775  BpfInsn	./syscall/types_darwin.go	/^type BpfInsn C.struct_bpf_insn$/;"	t
  1776  BpfInsn	./syscall/types_dragonfly.go	/^type BpfInsn C.struct_bpf_insn$/;"	t
  1777  BpfInsn	./syscall/types_freebsd.go	/^type BpfInsn C.struct_bpf_insn$/;"	t
  1778  BpfInsn	./syscall/types_netbsd.go	/^type BpfInsn C.struct_bpf_insn$/;"	t
  1779  BpfInsn	./syscall/types_openbsd.go	/^type BpfInsn C.struct_bpf_insn$/;"	t
  1780  BpfInsn	./syscall/types_solaris.go	/^type BpfInsn C.struct_bpf_insn$/;"	t
  1781  BpfInsn	./syscall/ztypes_darwin_386.go	/^type BpfInsn struct {$/;"	t
  1782  BpfInsn	./syscall/ztypes_darwin_amd64.go	/^type BpfInsn struct {$/;"	t
  1783  BpfInsn	./syscall/ztypes_darwin_arm.go	/^type BpfInsn struct {$/;"	t
  1784  BpfInsn	./syscall/ztypes_darwin_arm64.go	/^type BpfInsn struct {$/;"	t
  1785  BpfInsn	./syscall/ztypes_dragonfly_amd64.go	/^type BpfInsn struct {$/;"	t
  1786  BpfInsn	./syscall/ztypes_freebsd_386.go	/^type BpfInsn struct {$/;"	t
  1787  BpfInsn	./syscall/ztypes_freebsd_amd64.go	/^type BpfInsn struct {$/;"	t
  1788  BpfInsn	./syscall/ztypes_freebsd_arm.go	/^type BpfInsn struct {$/;"	t
  1789  BpfInsn	./syscall/ztypes_netbsd_386.go	/^type BpfInsn struct {$/;"	t
  1790  BpfInsn	./syscall/ztypes_netbsd_amd64.go	/^type BpfInsn struct {$/;"	t
  1791  BpfInsn	./syscall/ztypes_netbsd_arm.go	/^type BpfInsn struct {$/;"	t
  1792  BpfInsn	./syscall/ztypes_openbsd_386.go	/^type BpfInsn struct {$/;"	t
  1793  BpfInsn	./syscall/ztypes_openbsd_amd64.go	/^type BpfInsn struct {$/;"	t
  1794  BpfInsn	./syscall/ztypes_openbsd_arm.go	/^type BpfInsn struct {$/;"	t
  1795  BpfInsn	./syscall/ztypes_solaris_amd64.go	/^type BpfInsn struct {$/;"	t
  1796  BpfInterface	./syscall/bpf_bsd.go	/^func BpfInterface(fd int, name string) (string, error) {$/;"	f
  1797  BpfJump	./syscall/bpf_bsd.go	/^func BpfJump(code, k, jt, jf int) *BpfInsn {$/;"	f
  1798  BpfProgram	./syscall/types_darwin.go	/^type BpfProgram C.struct_bpf_program$/;"	t
  1799  BpfProgram	./syscall/types_dragonfly.go	/^type BpfProgram C.struct_bpf_program$/;"	t
  1800  BpfProgram	./syscall/types_freebsd.go	/^type BpfProgram C.struct_bpf_program$/;"	t
  1801  BpfProgram	./syscall/types_netbsd.go	/^type BpfProgram C.struct_bpf_program$/;"	t
  1802  BpfProgram	./syscall/types_openbsd.go	/^type BpfProgram C.struct_bpf_program$/;"	t
  1803  BpfProgram	./syscall/types_solaris.go	/^type BpfProgram C.struct_bpf_program$/;"	t
  1804  BpfProgram	./syscall/ztypes_darwin_386.go	/^type BpfProgram struct {$/;"	t
  1805  BpfProgram	./syscall/ztypes_darwin_amd64.go	/^type BpfProgram struct {$/;"	t
  1806  BpfProgram	./syscall/ztypes_darwin_arm.go	/^type BpfProgram struct {$/;"	t
  1807  BpfProgram	./syscall/ztypes_darwin_arm64.go	/^type BpfProgram struct {$/;"	t
  1808  BpfProgram	./syscall/ztypes_dragonfly_amd64.go	/^type BpfProgram struct {$/;"	t
  1809  BpfProgram	./syscall/ztypes_freebsd_386.go	/^type BpfProgram struct {$/;"	t
  1810  BpfProgram	./syscall/ztypes_freebsd_amd64.go	/^type BpfProgram struct {$/;"	t
  1811  BpfProgram	./syscall/ztypes_freebsd_arm.go	/^type BpfProgram struct {$/;"	t
  1812  BpfProgram	./syscall/ztypes_netbsd_386.go	/^type BpfProgram struct {$/;"	t
  1813  BpfProgram	./syscall/ztypes_netbsd_amd64.go	/^type BpfProgram struct {$/;"	t
  1814  BpfProgram	./syscall/ztypes_netbsd_arm.go	/^type BpfProgram struct {$/;"	t
  1815  BpfProgram	./syscall/ztypes_openbsd_386.go	/^type BpfProgram struct {$/;"	t
  1816  BpfProgram	./syscall/ztypes_openbsd_amd64.go	/^type BpfProgram struct {$/;"	t
  1817  BpfProgram	./syscall/ztypes_openbsd_arm.go	/^type BpfProgram struct {$/;"	t
  1818  BpfProgram	./syscall/ztypes_solaris_amd64.go	/^type BpfProgram struct {$/;"	t
  1819  BpfStat	./syscall/types_darwin.go	/^type BpfStat C.struct_bpf_stat$/;"	t
  1820  BpfStat	./syscall/types_dragonfly.go	/^type BpfStat C.struct_bpf_stat$/;"	t
  1821  BpfStat	./syscall/types_freebsd.go	/^type BpfStat C.struct_bpf_stat$/;"	t
  1822  BpfStat	./syscall/types_netbsd.go	/^type BpfStat C.struct_bpf_stat$/;"	t
  1823  BpfStat	./syscall/types_openbsd.go	/^type BpfStat C.struct_bpf_stat$/;"	t
  1824  BpfStat	./syscall/types_solaris.go	/^type BpfStat C.struct_bpf_stat$/;"	t
  1825  BpfStat	./syscall/ztypes_darwin_386.go	/^type BpfStat struct {$/;"	t
  1826  BpfStat	./syscall/ztypes_darwin_amd64.go	/^type BpfStat struct {$/;"	t
  1827  BpfStat	./syscall/ztypes_darwin_arm.go	/^type BpfStat struct {$/;"	t
  1828  BpfStat	./syscall/ztypes_darwin_arm64.go	/^type BpfStat struct {$/;"	t
  1829  BpfStat	./syscall/ztypes_dragonfly_amd64.go	/^type BpfStat struct {$/;"	t
  1830  BpfStat	./syscall/ztypes_freebsd_386.go	/^type BpfStat struct {$/;"	t
  1831  BpfStat	./syscall/ztypes_freebsd_amd64.go	/^type BpfStat struct {$/;"	t
  1832  BpfStat	./syscall/ztypes_freebsd_arm.go	/^type BpfStat struct {$/;"	t
  1833  BpfStat	./syscall/ztypes_netbsd_386.go	/^type BpfStat struct {$/;"	t
  1834  BpfStat	./syscall/ztypes_netbsd_amd64.go	/^type BpfStat struct {$/;"	t
  1835  BpfStat	./syscall/ztypes_netbsd_arm.go	/^type BpfStat struct {$/;"	t
  1836  BpfStat	./syscall/ztypes_openbsd_386.go	/^type BpfStat struct {$/;"	t
  1837  BpfStat	./syscall/ztypes_openbsd_amd64.go	/^type BpfStat struct {$/;"	t
  1838  BpfStat	./syscall/ztypes_openbsd_arm.go	/^type BpfStat struct {$/;"	t
  1839  BpfStat	./syscall/ztypes_solaris_amd64.go	/^type BpfStat struct {$/;"	t
  1840  BpfStats	./syscall/bpf_bsd.go	/^func BpfStats(fd int) (*BpfStat, error) {$/;"	f
  1841  BpfStmt	./syscall/bpf_bsd.go	/^func BpfStmt(code, k int) *BpfInsn {$/;"	f
  1842  BpfTimeout	./syscall/bpf_bsd.go	/^func BpfTimeout(fd int) (*Timeval, error) {$/;"	f
  1843  BpfTimeval	./syscall/types_netbsd.go	/^type BpfTimeval C.struct_bpf_timeval$/;"	t
  1844  BpfTimeval	./syscall/types_openbsd.go	/^type BpfTimeval C.struct_bpf_timeval$/;"	t
  1845  BpfTimeval	./syscall/types_solaris.go	/^type BpfTimeval C.struct_bpf_timeval$/;"	t
  1846  BpfTimeval	./syscall/ztypes_netbsd_386.go	/^type BpfTimeval struct {$/;"	t
  1847  BpfTimeval	./syscall/ztypes_netbsd_amd64.go	/^type BpfTimeval struct {$/;"	t
  1848  BpfTimeval	./syscall/ztypes_netbsd_arm.go	/^type BpfTimeval struct {$/;"	t
  1849  BpfTimeval	./syscall/ztypes_openbsd_386.go	/^type BpfTimeval struct {$/;"	t
  1850  BpfTimeval	./syscall/ztypes_openbsd_amd64.go	/^type BpfTimeval struct {$/;"	t
  1851  BpfTimeval	./syscall/ztypes_openbsd_arm.go	/^type BpfTimeval struct {$/;"	t
  1852  BpfTimeval	./syscall/ztypes_solaris_amd64.go	/^type BpfTimeval struct {$/;"	t
  1853  BpfVersion	./syscall/types_darwin.go	/^type BpfVersion C.struct_bpf_version$/;"	t
  1854  BpfVersion	./syscall/types_dragonfly.go	/^type BpfVersion C.struct_bpf_version$/;"	t
  1855  BpfVersion	./syscall/types_freebsd.go	/^type BpfVersion C.struct_bpf_version$/;"	t
  1856  BpfVersion	./syscall/types_netbsd.go	/^type BpfVersion C.struct_bpf_version$/;"	t
  1857  BpfVersion	./syscall/types_openbsd.go	/^type BpfVersion C.struct_bpf_version$/;"	t
  1858  BpfVersion	./syscall/types_solaris.go	/^type BpfVersion C.struct_bpf_version$/;"	t
  1859  BpfVersion	./syscall/ztypes_darwin_386.go	/^type BpfVersion struct {$/;"	t
  1860  BpfVersion	./syscall/ztypes_darwin_amd64.go	/^type BpfVersion struct {$/;"	t
  1861  BpfVersion	./syscall/ztypes_darwin_arm.go	/^type BpfVersion struct {$/;"	t
  1862  BpfVersion	./syscall/ztypes_darwin_arm64.go	/^type BpfVersion struct {$/;"	t
  1863  BpfVersion	./syscall/ztypes_dragonfly_amd64.go	/^type BpfVersion struct {$/;"	t
  1864  BpfVersion	./syscall/ztypes_freebsd_386.go	/^type BpfVersion struct {$/;"	t
  1865  BpfVersion	./syscall/ztypes_freebsd_amd64.go	/^type BpfVersion struct {$/;"	t
  1866  BpfVersion	./syscall/ztypes_freebsd_arm.go	/^type BpfVersion struct {$/;"	t
  1867  BpfVersion	./syscall/ztypes_netbsd_386.go	/^type BpfVersion struct {$/;"	t
  1868  BpfVersion	./syscall/ztypes_netbsd_amd64.go	/^type BpfVersion struct {$/;"	t
  1869  BpfVersion	./syscall/ztypes_netbsd_arm.go	/^type BpfVersion struct {$/;"	t
  1870  BpfVersion	./syscall/ztypes_openbsd_386.go	/^type BpfVersion struct {$/;"	t
  1871  BpfVersion	./syscall/ztypes_openbsd_amd64.go	/^type BpfVersion struct {$/;"	t
  1872  BpfVersion	./syscall/ztypes_openbsd_arm.go	/^type BpfVersion struct {$/;"	t
  1873  BpfVersion	./syscall/ztypes_solaris_amd64.go	/^type BpfVersion struct {$/;"	t
  1874  BpfZbuf	./syscall/types_freebsd.go	/^type BpfZbuf C.struct_bpf_zbuf$/;"	t
  1875  BpfZbuf	./syscall/ztypes_freebsd_386.go	/^type BpfZbuf struct {$/;"	t
  1876  BpfZbuf	./syscall/ztypes_freebsd_amd64.go	/^type BpfZbuf struct {$/;"	t
  1877  BpfZbuf	./syscall/ztypes_freebsd_arm.go	/^type BpfZbuf struct {$/;"	t
  1878  BpfZbufHeader	./syscall/types_freebsd.go	/^type BpfZbufHeader C.struct_bpf_zbuf_header$/;"	t
  1879  BpfZbufHeader	./syscall/ztypes_freebsd_386.go	/^type BpfZbufHeader struct {$/;"	t
  1880  BpfZbufHeader	./syscall/ztypes_freebsd_amd64.go	/^type BpfZbufHeader struct {$/;"	t
  1881  BpfZbufHeader	./syscall/ztypes_freebsd_arm.go	/^type BpfZbufHeader struct {$/;"	t
  1882  Bputc	./cmd/internal/obj/util.go	/^func Bputc(b *Biobuf, c byte) {$/;"	f
  1883  Bputname	./cmd/compile/internal/gc/obj.go	/^func Bputname(b *obj.Biobuf, s *obj.LSym) {$/;"	f
  1884  BranchNode	./text/template/parse/node.go	/^type BranchNode struct {$/;"	t
  1885  Brchain	./cmd/internal/obj/pass.go	/^func Brchain(ctxt *Link, p *Prog) *Prog {$/;"	f
  1886  Brcom	./cmd/compile/internal/gc/subr.go	/^func Brcom(a int) int {$/;"	f
  1887  Brdline	./cmd/internal/obj/util.go	/^func Brdline(b *Biobuf, delim int) string {$/;"	f
  1888  Brdstr	./cmd/internal/obj/util.go	/^func Brdstr(b *Biobuf, delim int, cut int) string {$/;"	f
  1889  Bread	./cmd/internal/obj/util.go	/^func Bread(b *Biobuf, p []byte) int {$/;"	f
  1890  Breakpoint	./runtime/proc1.go	/^func Breakpoint() {$/;"	f
  1891  Broadcast	./sync/cond.go	/^func (c *Cond) Broadcast() {$/;"	f
  1892  Brrev	./cmd/compile/internal/gc/subr.go	/^func Brrev(a int) int {$/;"	f
  1893  Bseek	./cmd/internal/obj/util.go	/^func Bseek(b *Biobuf, offset int64, whence int) int64 {$/;"	f
  1894  Bterm	./cmd/internal/obj/util.go	/^func Bterm(b *Biobuf) error {$/;"	f
  1895  BtoF	./cmd/compile/internal/amd64/reg.go	/^func BtoF(b uint64) int {$/;"	f
  1896  BtoF	./cmd/compile/internal/arm/reg.go	/^func BtoF(b uint64) int {$/;"	f
  1897  BtoF	./cmd/compile/internal/arm64/reg.go	/^func BtoF(b uint64) int {$/;"	f
  1898  BtoF	./cmd/compile/internal/ppc64/reg.go	/^func BtoF(b uint64) int {$/;"	f
  1899  BtoF	./cmd/compile/internal/x86/reg.go	/^func BtoF(b uint64) int {$/;"	f
  1900  BtoR	./cmd/compile/internal/amd64/reg.go	/^func BtoR(b uint64) int {$/;"	f
  1901  BtoR	./cmd/compile/internal/arm/reg.go	/^func BtoR(b uint64) int {$/;"	f
  1902  BtoR	./cmd/compile/internal/arm64/reg.go	/^func BtoR(b uint64) int {$/;"	f
  1903  BtoR	./cmd/compile/internal/ppc64/reg.go	/^func BtoR(b uint64) int {$/;"	f
  1904  BtoR	./cmd/compile/internal/x86/reg.go	/^func BtoR(b uint64) int {$/;"	f
  1905  Buffer	./bytes/buffer.go	/^type Buffer struct {$/;"	t
  1906  Buffer	./io/io_test.go	/^type Buffer struct {$/;"	t
  1907  Buffered	./bufio/bufio.go	/^func (b *Reader) Buffered() int { return b.w - b.r }$/;"	f
  1908  Buffered	./bufio/bufio.go	/^func (b *Writer) Buffered() int { return b.n }$/;"	f
  1909  Buffered	./encoding/json/stream.go	/^func (dec *Decoder) Buffered() io.Reader {$/;"	f
  1910  Bug0Inner	./encoding/gob/encoder_test.go	/^type Bug0Inner struct {$/;"	t
  1911  Bug0Outer	./encoding/gob/encoder_test.go	/^type Bug0Outer struct {$/;"	t
  1912  Bug1Elem	./encoding/gob/encoder_test.go	/^type Bug1Elem struct {$/;"	t
  1913  Bug1StructMap	./encoding/gob/encoder_test.go	/^type Bug1StructMap map[string]Bug1Elem$/;"	t
  1914  Bug2	./encoding/gob/encoder_test.go	/^type Bug2 struct {$/;"	t
  1915  Bug3	./encoding/gob/encoder_test.go	/^type Bug3 struct {$/;"	t
  1916  Bug4Public	./encoding/gob/encoder_test.go	/^type Bug4Public struct {$/;"	t
  1917  Bug4Secret	./encoding/gob/encoder_test.go	/^type Bug4Secret struct {$/;"	t
  1918  BugA	./encoding/json/encode_test.go	/^type BugA struct {$/;"	t
  1919  BugB	./encoding/json/encode_test.go	/^type BugB struct {$/;"	t
  1920  BugC	./encoding/json/encode_test.go	/^type BugC struct {$/;"	t
  1921  BugD	./encoding/json/encode_test.go	/^type BugD struct { \/\/ Same as BugA after tagging.$/;"	t
  1922  BugX	./encoding/json/encode_test.go	/^type BugX struct {$/;"	t
  1923  BugY	./encoding/json/encode_test.go	/^type BugY struct {$/;"	t
  1924  BugZ	./encoding/json/encode_test.go	/^type BugZ struct {$/;"	t
  1925  BuildID	./cmd/pprof/pprof.go	/^func (f *file) BuildID() string {$/;"	f
  1926  BuildMode	./cmd/link/internal/ld/lib.go	/^type BuildMode uint8$/;"	t
  1927  BuildNameToCertificate	./crypto/tls/common.go	/^func (c *Config) BuildNameToCertificate() {$/;"	f
  1928  Builder	./internal/testenv/testenv.go	/^func Builder() string {$/;"	f
  1929  Builtin	./go/types/object.go	/^type Builtin struct {$/;"	t
  1930  Bungetrune	./cmd/internal/obj/util.go	/^func Bungetrune(b *Biobuf) {$/;"	f
  1931  Bvec	./cmd/compile/internal/gc/bv.go	/^type Bvec struct {$/;"	t
  1932  Bvec	./cmd/compile/internal/gc/plive.go	/^	uevar    Bvec$/;"	v
  1933  Bvec	./cmd/compile/internal/gc/plive.go	/^func printeffects(p *obj.Prog, uevar Bvec, varkill Bvec, avarinit Bvec) {$/;"	v
  1934  Bvec	./cmd/compile/internal/gc/plive.go	/^func progeffects(prog *obj.Prog, vars []*Node, uevar Bvec, varkill Bvec, avarinit Bvec) {$/;"	v
  1935  Bvgen	./cmd/compile/internal/gc/cgen.go	/^func Bvgen(n, res *Node, wantTrue bool) {$/;"	f
  1936  Bwritestring	./cmd/internal/obj/util.go	/^func Bwritestring(b *Biobuf, p string) (int, error) {$/;"	f
  1937  By	./sort/example_keys_test.go	/^type By func(p1, p2 *Planet) bool$/;"	t
  1938  ByAge	./sort/example_interface_test.go	/^type ByAge []Person$/;"	t
  1939  ByHandleFileInformation	./syscall/ztypes_windows.go	/^type ByHandleFileInformation struct {$/;"	t
  1940  ByName	./sort/example_wrapper_test.go	/^type ByName struct{ Organs }$/;"	t
  1941  ByWeight	./sort/example_wrapper_test.go	/^type ByWeight struct{ Organs }$/;"	t
  1942  Byte	./cmd/api/testdata/src/pkg/p1/p1.go	/^var Byte byte$/;"	v
  1943  ByteFunc	./cmd/api/testdata/src/pkg/p1/p1.go	/^var ByteFunc func(byte) rune$/;"	v
  1944  ByteOrder	./encoding/binary/binary.go	/^type ByteOrder interface {$/;"	t
  1945  BytePtrFromString	./syscall/syscall.go	/^func BytePtrFromString(s string) (*byte, error) {$/;"	f
  1946  ByteReader	./io/io.go	/^type ByteReader interface {$/;"	t
  1947  ByteScanner	./io/io.go	/^type ByteScanner interface {$/;"	t
  1948  ByteSliceFromString	./syscall/syscall.go	/^func ByteSliceFromString(s string) ([]byte, error) {$/;"	f
  1949  ByteStruct	./cmd/api/testdata/src/pkg/p1/p1.go	/^type ByteStruct struct {$/;"	t
  1950  ByteStruct	./encoding/gob/gobencdec_test.go	/^type ByteStruct struct {$/;"	t
  1951  ByteWriter	./io/io.go	/^type ByteWriter interface {$/;"	t
  1952  Bytes	./bufio/scan.go	/^func (s *Scanner) Bytes() []byte {$/;"	f
  1953  Bytes	./bytes/buffer.go	/^func (b *Buffer) Bytes() []byte { return b.buf[b.off:] }$/;"	f
  1954  Bytes	./cmd/compile/internal/big/int.go	/^func (x *Int) Bytes() []byte {$/;"	f
  1955  Bytes	./encoding/gob/decode.go	/^func (d *decBuffer) Bytes() []byte {$/;"	f
  1956  Bytes	./encoding/gob/encode.go	/^func (e *encBuffer) Bytes() []byte {$/;"	f
  1957  Bytes	./go/constant/value.go	/^func Bytes(x Value) []byte {$/;"	f
  1958  Bytes	./index/suffixarray/suffixarray.go	/^func (x *Index) Bytes() []byte {$/;"	f
  1959  Bytes	./math/big/int.go	/^func (x *Int) Bytes() []byte {$/;"	f
  1960  Bytes	./net/udpsock_plan9.go	/^func (h *udpHeader) Bytes() []byte {$/;"	f
  1961  Bytes	./reflect/value.go	/^func (v Value) Bytes() []byte {$/;"	f
  1962  BytesHash	./runtime/export_test.go	/^var BytesHash = bytesHash$/;"	v
  1963  BytesKey	./runtime/hash_test.go	/^type BytesKey struct {$/;"	t
  1964  C	./cmd/cgo/doc.go	/^	func C.CString(string) *C.char$/;"	f
  1965  C	./cmd/cgo/doc.go	/^	func C.GoBytes(unsafe.Pointer, C.int) []byte$/;"	f
  1966  C	./cmd/cgo/doc.go	/^	func C.GoString(*C.char) string$/;"	f
  1967  C	./cmd/cgo/doc.go	/^	func C.GoStringN(*C.char, C.int) string$/;"	f
  1968  C128	./go/types/builtins_test.go	/^	{"imag", `type C128 complex128; var c C128; _ = imag(c)`, `func(p.C128) float64`},$/;"	t
  1969  C128	./go/types/builtins_test.go	/^	{"real", `type C128 complex128; var c C128; _ = real(c)`, `func(p.C128) float64`},$/;"	t
  1970  C64	./go/types/builtins_test.go	/^	{"imag", `type C64 complex64; var c C64; _ = imag(c)`, `func(p.C64) float32`},$/;"	t
  1971  C64	./go/types/builtins_test.go	/^	{"real", `type C64 complex64; var c C64; _ = real(c)`, `func(p.C64) float32`},$/;"	t
  1972  CALL	./runtime/asm_386.s	/^	CALL	DI$/;"	d
  1973  CALL	./runtime/asm_amd64.s	/^	CALL	DI$/;"	d
  1974  CALL	./runtime/asm_amd64p32.s	/^	CALL	DI$/;"	d
  1975  CALL	./runtime/cgo/asm_amd64.s	/^	CALL	DI	\/* fn *\/$/;"	d
  1976  CALL	./runtime/sys_darwin_amd64.s	/^	CALL	DX	\/\/ fn$/;"	d
  1977  CALL	./runtime/sys_solaris_amd64.s	/^	CALL	DI	\/\/ SysV ABI so returns in AX$/;"	d
  1978  CALLFN	./runtime/asm_386.s	/^#define CALLFN(NAME,MAXSIZE)			\\$/;"	d
  1979  CALLFN	./runtime/asm_amd64.s	/^#define CALLFN(NAME,MAXSIZE)			\\$/;"	d
  1980  CALLFN	./runtime/asm_amd64p32.s	/^#define CALLFN(NAME,MAXSIZE)			\\$/;"	d
  1981  CALLFN	./runtime/asm_arm.s	/^#define CALLFN(NAME,MAXSIZE)			\\$/;"	d
  1982  CALLFN	./runtime/asm_arm64.s	/^#define CALLFN(NAME,MAXSIZE)			\\$/;"	d
  1983  CALLFN	./runtime/asm_ppc64x.s	/^#define CALLFN(NAME,MAXSIZE)			\\$/;"	d
  1984  CC	./make.bat	/^set CC=%CC_FOR_TARGET%$/;"	v
  1985  CConv	./cmd/internal/obj/util.go	/^func CConv(s uint8) string {$/;"	f
  1986  CIDRMask	./net/ip.go	/^func CIDRMask(ones, bits int) IPMask {$/;"	f
  1987  CLOCK_MONOTONIC	./runtime/sys_openbsd_386.s	/^#define	CLOCK_MONOTONIC	$3$/;"	d
  1988  CLOCK_MONOTONIC	./runtime/sys_openbsd_amd64.s	/^#define CLOCK_MONOTONIC	$3$/;"	d
  1989  CLOCK_MONOTONIC	./runtime/sys_openbsd_arm.s	/^#define	CLOCK_MONOTONIC	$3$/;"	d
  1990  CLOCK_REALTIME	./runtime/sys_openbsd_arm.s	/^#define CLOCK_REALTIME	$0$/;"	d
  1991  CMYK	./image/color/ycbcr.go	/^type CMYK struct {$/;"	t
  1992  CMYK	./image/image.go	/^type CMYK struct {$/;"	t
  1993  CMYKAt	./image/image.go	/^func (p *CMYK) CMYKAt(x, y int) color.CMYK {$/;"	f
  1994  CMYKModel	./image/color/ycbcr.go	/^var CMYKModel Model = ModelFunc(cmykModel)$/;"	v
  1995  CMYKToRGB	./image/color/ycbcr.go	/^func CMYKToRGB(c, m, y, k uint8) (uint8, uint8, uint8) {$/;"	f
  1996  COFFSym	./cmd/link/internal/ld/pe.go	/^type COFFSym struct {$/;"	t
  1997  COFFSymbol	./debug/pe/pe.go	/^type COFFSymbol struct {$/;"	t
  1998  CONTENTS_CODE	./runtime/sys_linux_386.s	/^#define CONTENTS_CODE 0x04$/;"	d
  1999  CONTENTS_DATA	./runtime/sys_linux_386.s	/^#define CONTENTS_DATA 0x00$/;"	d
  2000  CONTENTS_STACK	./runtime/sys_linux_386.s	/^#define CONTENTS_STACK 0x02$/;"	d
  2001  COffset	./image/ycbcr.go	/^func (p *YCbCr) COffset(x, y int) int {$/;"	f
  2002  CPUProfile	./runtime/cpuprof.go	/^func CPUProfile() []byte {$/;"	f
  2003  CRAMMD5Auth	./net/smtp/auth.go	/^func CRAMMD5Auth(username, secret string) Auth {$/;"	f
  2004  CRTValue	./crypto/rsa/rsa.go	/^type CRTValue struct {$/;"	t
  2005  CText	./encoding/json/encode_test.go	/^type CText int$/;"	t
  2006  CachedBucketOf	./reflect/export_test.go	/^func CachedBucketOf(m Type) Type {$/;"	f
  2007  Call	./net/rpc/client.go	/^func (client *Client) Call(serviceMethod string, args interface{}, reply interface{}) error {$/;"	f
  2008  Call	./net/rpc/client.go	/^type Call struct {$/;"	t
  2009  Call	./net/rpc/server_test.go	/^func (codec *CodecEmulator) Call(serviceMethod string, args *Args, reply *Reply) error {$/;"	f
  2010  Call	./reflect/value.go	/^func (v Value) Call(in []Value) []Value {$/;"	f
  2011  Call	./syscall/dll_windows.go	/^func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) {$/;"	f
  2012  Call	./syscall/dll_windows.go	/^func (p *Proc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) {$/;"	f
  2013  Call	./syscall/srpc_nacl.go	/^func (c *srpcClient) Call(name string, arg ...interface{}) (ret []interface{}, err error) {$/;"	f
  2014  CallGC	./reflect/export_test.go	/^var CallGC = &callGC$/;"	v
  2015  CallSlice	./reflect/value.go	/^func (v Value) CallSlice(in []Value) []Value {$/;"	f
  2016  Caller	./runtime/extern.go	/^func Caller(skip int) (pc uintptr, file string, line int, ok bool) {$/;"	f
  2017  Callers	./runtime/extern.go	/^func Callers(skip int, pc []uintptr) int {$/;"	f
  2018  CanAddr	./reflect/value.go	/^func (v Value) CanAddr() bool {$/;"	f
  2019  CanBackquote	./strconv/quote.go	/^func CanBackquote(s string) bool {$/;"	f
  2020  CanInterface	./reflect/value.go	/^func (v Value) CanInterface() bool {$/;"	f
  2021  CanSet	./reflect/value.go	/^func (v Value) CanSet() bool {$/;"	f
  2022  CancelIo	./syscall/zsyscall_windows.go	/^func CancelIo(s Handle) (err error) {$/;"	f
  2023  CancelIoEx	./syscall/zsyscall_windows.go	/^func CancelIoEx(s Handle, o *Overlapped) (err error) {$/;"	f
  2024  CancelRequest	./net/http/transport.go	/^func (t *Transport) CancelRequest(req *Request) {$/;"	f
  2025  Canon	./image/geom.go	/^func (r Rectangle) Canon() Rectangle {$/;"	f
  2026  CanonicalHeaderKey	./net/http/header.go	/^func CanonicalHeaderKey(s string) string { return textproto.CanonicalMIMEHeaderKey(s) }$/;"	f
  2027  CanonicalMIMEHeaderKey	./net/textproto/reader.go	/^func CanonicalMIMEHeaderKey(s string) string {$/;"	f
  2028  Cap	./bytes/buffer.go	/^func (b *Buffer) Cap() int { return cap(b.buf) }$/;"	f
  2029  Cap	./reflect/value.go	/^func (v Value) Cap() int {$/;"	f
  2030  CapNames	./regexp/syntax/regexp.go	/^func (re *Regexp) CapNames() []string {$/;"	f
  2031  CapitalMethodUnexportedType	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (myInt) CapitalMethodUnexportedType() {}$/;"	f
  2032  CaseRange	./unicode/letter.go	/^type CaseRange struct {$/;"	t
  2033  CaseRanges	./unicode/maketables.go	/^			"var CaseRanges = _CaseRanges\\n"+$/;"	v
  2034  CaseRanges	./unicode/tables.go	/^var CaseRanges = _CaseRanges$/;"	v
  2035  Categories	./unicode/maketables.go	/^		println("var Categories = map[string] *RangeTable {")$/;"	v
  2036  Categories	./unicode/tables.go	/^var Categories = map[string]*RangeTable{$/;"	v
  2037  Cbrt	./math/cbrt.go	/^func Cbrt(x float64) float64 {$/;"	f
  2038  Ceil	./math/floor.go	/^func Ceil(x float64) float64$/;"	f
  2039  Celsius	./go/types/example_test.go	/^type Celsius float64$/;"	t
  2040  Celsius	./text/template/doc.go	/^types, such as "type Celsius float32"). They implement the Go rules$/;"	t
  2041  CertAddCertificateContextToStore	./syscall/zsyscall_windows.go	/^func CertAddCertificateContextToStore(store Handle, certContext *CertContext, addDisposition uint32, storeContext **CertContext) (err error) {$/;"	f
  2042  CertChainContext	./syscall/ztypes_windows.go	/^type CertChainContext struct {$/;"	t
  2043  CertChainElement	./syscall/ztypes_windows.go	/^type CertChainElement struct {$/;"	t
  2044  CertChainPara	./syscall/ztypes_windows.go	/^type CertChainPara struct {$/;"	t
  2045  CertChainPolicyPara	./syscall/ztypes_windows.go	/^type CertChainPolicyPara struct {$/;"	t
  2046  CertChainPolicyStatus	./syscall/ztypes_windows.go	/^type CertChainPolicyStatus struct {$/;"	t
  2047  CertCloseStore	./syscall/zsyscall_windows.go	/^func CertCloseStore(store Handle, flags uint32) (err error) {$/;"	f
  2048  CertContext	./syscall/ztypes_windows.go	/^type CertContext struct {$/;"	t
  2049  CertCreateCertificateContext	./syscall/zsyscall_windows.go	/^func CertCreateCertificateContext(certEncodingType uint32, certEncoded *byte, encodedLen uint32) (context *CertContext, err error) {$/;"	f
  2050  CertEnhKeyUsage	./syscall/ztypes_windows.go	/^type CertEnhKeyUsage struct {$/;"	t
  2051  CertEnumCertificatesInStore	./syscall/zsyscall_windows.go	/^func CertEnumCertificatesInStore(store Handle, prevContext *CertContext) (context *CertContext, err error) {$/;"	f
  2052  CertFreeCertificateChain	./syscall/zsyscall_windows.go	/^func CertFreeCertificateChain(ctx *CertChainContext) {$/;"	f
  2053  CertFreeCertificateContext	./syscall/zsyscall_windows.go	/^func CertFreeCertificateContext(ctx *CertContext) (err error) {$/;"	f
  2054  CertGetCertificateChain	./syscall/zsyscall_windows.go	/^func CertGetCertificateChain(engine Handle, leaf *CertContext, time *Filetime, additionalStore Handle, para *CertChainPara, flags uint32, reserved uintptr, chainCtx **CertChainContext) (err error) {$/;"	f
  2055  CertOpenStore	./syscall/zsyscall_windows.go	/^func CertOpenStore(storeProvider uintptr, msgAndCertEncodingType uint32, cryptProv uintptr, flags uint32, para uintptr) (handle Handle, err error) {$/;"	f
  2056  CertOpenSystemStore	./syscall/zsyscall_windows.go	/^func CertOpenSystemStore(hprov Handle, name *uint16) (store Handle, err error) {$/;"	f
  2057  CertPool	./crypto/x509/cert_pool.go	/^type CertPool struct {$/;"	t
  2058  CertRevocationInfo	./syscall/ztypes_windows.go	/^type CertRevocationInfo struct {$/;"	t
  2059  CertSimpleChain	./syscall/ztypes_windows.go	/^type CertSimpleChain struct {$/;"	t
  2060  CertTrustStatus	./syscall/ztypes_windows.go	/^type CertTrustStatus struct {$/;"	t
  2061  CertUsageMatch	./syscall/ztypes_windows.go	/^type CertUsageMatch struct {$/;"	t
  2062  CertVerifyCertificateChainPolicy	./syscall/zsyscall_windows.go	/^func CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) {$/;"	f
  2063  Certificate	./crypto/tls/common.go	/^type Certificate struct {$/;"	t
  2064  Certificate	./crypto/x509/x509.go	/^type Certificate struct {$/;"	t
  2065  Certificate	./encoding/asn1/asn1_test.go	/^type Certificate struct {$/;"	t
  2066  CertificateInvalidError	./crypto/x509/verify.go	/^type CertificateInvalidError struct {$/;"	t
  2067  CertificateList	./crypto/x509/pkix/pkix.go	/^type CertificateList struct {$/;"	t
  2068  CertificateRequest	./crypto/x509/x509.go	/^type CertificateRequest struct {$/;"	t
  2069  Cflush	./cmd/link/internal/ld/lib.go	/^func Cflush() {$/;"	f
  2070  Cgen	./cmd/compile/internal/gc/cgen.go	/^func Cgen(n, res *Node) {$/;"	f
  2071  CgenTemp	./cmd/compile/internal/gc/gen.go	/^func CgenTemp(n *Node) *Node {$/;"	f
  2072  Cgen_As2dottype	./cmd/compile/internal/gc/gen.go	/^func Cgen_As2dottype(n, res, resok *Node) {$/;"	f
  2073  Cgen_as	./cmd/compile/internal/gc/gen.go	/^func Cgen_as(nl, nr *Node) {$/;"	f
  2074  Cgen_as_wb	./cmd/compile/internal/gc/gen.go	/^func Cgen_as_wb(nl, nr *Node, wb bool) {$/;"	f
  2075  Cgen_checknil	./cmd/compile/internal/gc/pgen.go	/^func Cgen_checknil(n *Node) {$/;"	f
  2076  Cgen_eface	./cmd/compile/internal/gc/gen.go	/^func Cgen_eface(n *Node, res *Node) {$/;"	f
  2077  Cgenr	./cmd/compile/internal/gc/cgen.go	/^func Cgenr(n *Node, a *Node, res *Node) {$/;"	f
  2078  Chain	./cmd/link/internal/ld/lib.go	/^type Chain struct {$/;"	t
  2079  ChainNode	./text/template/parse/node.go	/^type ChainNode struct {$/;"	t
  2080  Chan	./go/types/type.go	/^type Chan struct {$/;"	t
  2081  Chan	./net/http/triv.go	/^type Chan chan int$/;"	t
  2082  ChanCreate	./net/http/triv.go	/^func ChanCreate() Chan {$/;"	f
  2083  ChanDir	./go/ast/ast.go	/^type ChanDir int$/;"	t
  2084  ChanDir	./go/types/type.go	/^type ChanDir int$/;"	t
  2085  ChanDir	./reflect/type.go	/^func (t *rtype) ChanDir() ChanDir {$/;"	f
  2086  ChanDir	./reflect/type.go	/^type ChanDir int$/;"	t
  2087  ChanOf	./reflect/type.go	/^func ChanOf(dir ChanDir, t Type) Type {$/;"	f
  2088  ChanTypePrinter	./runtime/runtime-gdb.py	/^class ChanTypePrinter:$/;"	c
  2089  Change	./sort/example_multi_test.go	/^type Change struct {$/;"	t
  2090  Char	./unicode/maketables.go	/^type Char struct {$/;"	t
  2091  CharData	./encoding/xml/xml.go	/^type CharData []byte$/;"	t
  2092  CharType	./debug/dwarf/type.go	/^type CharType struct {$/;"	t
  2093  ChardataEmptyTest	./encoding/xml/marshal_test.go	/^type ChardataEmptyTest struct {$/;"	t
  2094  Chdir	./os/file.go	/^func (f *File) Chdir() error {$/;"	f
  2095  Chdir	./os/file.go	/^func Chdir(dir string) error {$/;"	f
  2096  Chdir	./syscall/fs_nacl.go	/^func Chdir(path string) error {$/;"	f
  2097  Chdir	./syscall/pwd_plan9.go	/^func Chdir(path string) error {$/;"	f
  2098  Chdir	./syscall/syscall_windows.go	/^func Chdir(path string) (err error) {$/;"	f
  2099  Chdir	./syscall/zsyscall_darwin_386.go	/^func Chdir(path string) (err error) {$/;"	f
  2100  Chdir	./syscall/zsyscall_darwin_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2101  Chdir	./syscall/zsyscall_darwin_arm.go	/^func Chdir(path string) (err error) {$/;"	f
  2102  Chdir	./syscall/zsyscall_darwin_arm64.go	/^func Chdir(path string) (err error) {$/;"	f
  2103  Chdir	./syscall/zsyscall_dragonfly_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2104  Chdir	./syscall/zsyscall_freebsd_386.go	/^func Chdir(path string) (err error) {$/;"	f
  2105  Chdir	./syscall/zsyscall_freebsd_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2106  Chdir	./syscall/zsyscall_freebsd_arm.go	/^func Chdir(path string) (err error) {$/;"	f
  2107  Chdir	./syscall/zsyscall_linux_386.go	/^func Chdir(path string) (err error) {$/;"	f
  2108  Chdir	./syscall/zsyscall_linux_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2109  Chdir	./syscall/zsyscall_linux_arm.go	/^func Chdir(path string) (err error) {$/;"	f
  2110  Chdir	./syscall/zsyscall_linux_arm64.go	/^func Chdir(path string) (err error) {$/;"	f
  2111  Chdir	./syscall/zsyscall_linux_ppc64.go	/^func Chdir(path string) (err error) {$/;"	f
  2112  Chdir	./syscall/zsyscall_linux_ppc64le.go	/^func Chdir(path string) (err error) {$/;"	f
  2113  Chdir	./syscall/zsyscall_netbsd_386.go	/^func Chdir(path string) (err error) {$/;"	f
  2114  Chdir	./syscall/zsyscall_netbsd_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2115  Chdir	./syscall/zsyscall_netbsd_arm.go	/^func Chdir(path string) (err error) {$/;"	f
  2116  Chdir	./syscall/zsyscall_openbsd_386.go	/^func Chdir(path string) (err error) {$/;"	f
  2117  Chdir	./syscall/zsyscall_openbsd_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2118  Chdir	./syscall/zsyscall_openbsd_arm.go	/^func Chdir(path string) (err error) {$/;"	f
  2119  Chdir	./syscall/zsyscall_solaris_amd64.go	/^func Chdir(path string) (err error) {$/;"	f
  2120  Check	./go/types/api.go	/^func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) {$/;"	f
  2121  Check	./testing/quick/quick.go	/^func Check(f interface{}, config *Config) (err error) {$/;"	f
  2122  CheckBpfVersion	./syscall/bpf_bsd.go	/^func CheckBpfVersion(fd int) error {$/;"	f
  2123  CheckCRLSignature	./crypto/x509/x509.go	/^func (c *Certificate) CheckCRLSignature(crl *pkix.CertificateList) (err error) {$/;"	f
  2124  CheckEqual	./testing/quick/quick.go	/^func CheckEqual(f, g interface{}, config *Config) (err error) {$/;"	f
  2125  CheckEqualError	./testing/quick/quick.go	/^type CheckEqualError struct {$/;"	t
  2126  CheckError	./testing/quick/quick.go	/^type CheckError struct {$/;"	t
  2127  CheckMAC	./crypto/hmac/hmac.go	/^	func CheckMAC(message, messageMAC, key []byte) bool {$/;"	f
  2128  CheckRuntimeTimerOverflow	./time/internal_test.go	/^func CheckRuntimeTimerOverflow() {$/;"	f
  2129  CheckSignature	./crypto/x509/x509.go	/^func (c *Certificate) CheckSignature(algo SignatureAlgorithm, signed, signature []byte) (err error) {$/;"	f
  2130  CheckSignature	./crypto/x509/x509.go	/^func (c *CertificateRequest) CheckSignature() (err error) {$/;"	f
  2131  CheckSignatureFrom	./crypto/x509/x509.go	/^func (c *Certificate) CheckSignatureFrom(parent *Certificate) (err error) {$/;"	f
  2132  CheckValid	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) CheckValid() error {$/;"	f
  2133  Checker	./go/types/check.go	/^type Checker struct {$/;"	t
  2134  Checksum	./hash/adler32/adler32.go	/^func Checksum(data []byte) uint32 { return uint32(update(1, data)) }$/;"	f
  2135  Checksum	./hash/crc32/crc32.go	/^func Checksum(data []byte, tab *Table) uint32 { return Update(0, tab, data) }$/;"	f
  2136  Checksum	./hash/crc64/crc64.go	/^func Checksum(data []byte, tab *Table) uint64 { return update(0, tab, data) }$/;"	f
  2137  ChecksumError	./cmd/api/testdata/src/pkg/p1/p1.go	/^var ChecksumError = ptwo.NewError("gzip checksum error")$/;"	v
  2138  ChecksumIEEE	./hash/crc32/crc32.go	/^func ChecksumIEEE(data []byte) uint32 { return Update(0, IEEETable, data) }$/;"	f
  2139  Chflags	./syscall/zsyscall_darwin_386.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2140  Chflags	./syscall/zsyscall_darwin_amd64.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2141  Chflags	./syscall/zsyscall_darwin_arm.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2142  Chflags	./syscall/zsyscall_darwin_arm64.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2143  Chflags	./syscall/zsyscall_dragonfly_amd64.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2144  Chflags	./syscall/zsyscall_freebsd_386.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2145  Chflags	./syscall/zsyscall_freebsd_amd64.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2146  Chflags	./syscall/zsyscall_freebsd_arm.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2147  Chflags	./syscall/zsyscall_netbsd_386.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2148  Chflags	./syscall/zsyscall_netbsd_amd64.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2149  Chflags	./syscall/zsyscall_netbsd_arm.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2150  Chflags	./syscall/zsyscall_openbsd_386.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2151  Chflags	./syscall/zsyscall_openbsd_amd64.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2152  Chflags	./syscall/zsyscall_openbsd_arm.go	/^func Chflags(path string, flags int) (err error) {$/;"	f
  2153  Child	./go/types/scope.go	/^func (s *Scope) Child(i int) *Scope { return s.children[i] }$/;"	f
  2154  Chmod	./os/file_plan9.go	/^func (f *File) Chmod(mode FileMode) error {$/;"	f
  2155  Chmod	./os/file_plan9.go	/^func Chmod(name string, mode FileMode) error {$/;"	f
  2156  Chmod	./os/file_posix.go	/^func (f *File) Chmod(mode FileMode) error {$/;"	f
  2157  Chmod	./os/file_posix.go	/^func Chmod(name string, mode FileMode) error {$/;"	f
  2158  Chmod	./syscall/fs_nacl.go	/^func Chmod(path string, mode uint32) error {$/;"	f
  2159  Chmod	./syscall/syscall_linux.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2160  Chmod	./syscall/syscall_windows.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2161  Chmod	./syscall/zsyscall_darwin_386.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2162  Chmod	./syscall/zsyscall_darwin_amd64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2163  Chmod	./syscall/zsyscall_darwin_arm.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2164  Chmod	./syscall/zsyscall_darwin_arm64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2165  Chmod	./syscall/zsyscall_dragonfly_amd64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2166  Chmod	./syscall/zsyscall_freebsd_386.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2167  Chmod	./syscall/zsyscall_freebsd_amd64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2168  Chmod	./syscall/zsyscall_freebsd_arm.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2169  Chmod	./syscall/zsyscall_netbsd_386.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2170  Chmod	./syscall/zsyscall_netbsd_amd64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2171  Chmod	./syscall/zsyscall_netbsd_arm.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2172  Chmod	./syscall/zsyscall_openbsd_386.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2173  Chmod	./syscall/zsyscall_openbsd_amd64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2174  Chmod	./syscall/zsyscall_openbsd_arm.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2175  Chmod	./syscall/zsyscall_solaris_amd64.go	/^func Chmod(path string, mode uint32) (err error) {$/;"	f
  2176  Choose	./reflect/all_test.go	/^func (x *exhaustive) Choose(max int) int {$/;"	f
  2177  Chown	./os/file_plan9.go	/^func (f *File) Chown(uid, gid int) error {$/;"	f
  2178  Chown	./os/file_plan9.go	/^func Chown(name string, uid, gid int) error {$/;"	f
  2179  Chown	./os/file_posix.go	/^func (f *File) Chown(uid, gid int) error {$/;"	f
  2180  Chown	./os/file_posix.go	/^func Chown(name string, uid, gid int) error {$/;"	f
  2181  Chown	./syscall/fs_nacl.go	/^func Chown(path string, uid, gid int) error {$/;"	f
  2182  Chown	./syscall/syscall_linux.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2183  Chown	./syscall/syscall_windows.go	/^func Chown(path string, uid int, gid int) (err error)  { return EWINDOWS }$/;"	f
  2184  Chown	./syscall/zsyscall_darwin_386.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2185  Chown	./syscall/zsyscall_darwin_amd64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2186  Chown	./syscall/zsyscall_darwin_arm.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2187  Chown	./syscall/zsyscall_darwin_arm64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2188  Chown	./syscall/zsyscall_dragonfly_amd64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2189  Chown	./syscall/zsyscall_freebsd_386.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2190  Chown	./syscall/zsyscall_freebsd_amd64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2191  Chown	./syscall/zsyscall_freebsd_arm.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2192  Chown	./syscall/zsyscall_netbsd_386.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2193  Chown	./syscall/zsyscall_netbsd_amd64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2194  Chown	./syscall/zsyscall_netbsd_arm.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2195  Chown	./syscall/zsyscall_openbsd_386.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2196  Chown	./syscall/zsyscall_openbsd_amd64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2197  Chown	./syscall/zsyscall_openbsd_arm.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2198  Chown	./syscall/zsyscall_solaris_amd64.go	/^func Chown(path string, uid int, gid int) (err error) {$/;"	f
  2199  Chroot	./syscall/zsyscall_darwin_386.go	/^func Chroot(path string) (err error) {$/;"	f
  2200  Chroot	./syscall/zsyscall_darwin_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2201  Chroot	./syscall/zsyscall_darwin_arm.go	/^func Chroot(path string) (err error) {$/;"	f
  2202  Chroot	./syscall/zsyscall_darwin_arm64.go	/^func Chroot(path string) (err error) {$/;"	f
  2203  Chroot	./syscall/zsyscall_dragonfly_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2204  Chroot	./syscall/zsyscall_freebsd_386.go	/^func Chroot(path string) (err error) {$/;"	f
  2205  Chroot	./syscall/zsyscall_freebsd_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2206  Chroot	./syscall/zsyscall_freebsd_arm.go	/^func Chroot(path string) (err error) {$/;"	f
  2207  Chroot	./syscall/zsyscall_linux_386.go	/^func Chroot(path string) (err error) {$/;"	f
  2208  Chroot	./syscall/zsyscall_linux_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2209  Chroot	./syscall/zsyscall_linux_arm.go	/^func Chroot(path string) (err error) {$/;"	f
  2210  Chroot	./syscall/zsyscall_linux_arm64.go	/^func Chroot(path string) (err error) {$/;"	f
  2211  Chroot	./syscall/zsyscall_linux_ppc64.go	/^func Chroot(path string) (err error) {$/;"	f
  2212  Chroot	./syscall/zsyscall_linux_ppc64le.go	/^func Chroot(path string) (err error) {$/;"	f
  2213  Chroot	./syscall/zsyscall_netbsd_386.go	/^func Chroot(path string) (err error) {$/;"	f
  2214  Chroot	./syscall/zsyscall_netbsd_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2215  Chroot	./syscall/zsyscall_netbsd_arm.go	/^func Chroot(path string) (err error) {$/;"	f
  2216  Chroot	./syscall/zsyscall_openbsd_386.go	/^func Chroot(path string) (err error) {$/;"	f
  2217  Chroot	./syscall/zsyscall_openbsd_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2218  Chroot	./syscall/zsyscall_openbsd_arm.go	/^func Chroot(path string) (err error) {$/;"	f
  2219  Chroot	./syscall/zsyscall_solaris_amd64.go	/^func Chroot(path string) (err error) {$/;"	f
  2220  Chtimes	./os/file_plan9.go	/^func Chtimes(name string, atime time.Time, mtime time.Time) error {$/;"	f
  2221  Chtimes	./os/file_posix.go	/^func Chtimes(name string, atime time.Time, mtime time.Time) error {$/;"	f
  2222  Cipher	./crypto/rc4/rc4.go	/^type Cipher struct {$/;"	t
  2223  Class	./debug/dwarf/entry.go	/^\/\/    DWARF class       Go type        Class$/;"	t
  2224  Class	./debug/dwarf/entry.go	/^type Class int$/;"	t
  2225  Class	./debug/elf/elf.go	/^type Class byte$/;"	t
  2226  Classify	./net/addrselect.go	/^func (t policyTable) Classify(ip IP) policyTableEntry {$/;"	f
  2227  Clean	./path/filepath/path.go	/^func Clean(path string) string {$/;"	f
  2228  Clean	./path/path.go	/^func Clean(path string) string {$/;"	f
  2229  Cleanup	./cmd/pprof/internal/tempfile/tempfile.go	/^func Cleanup() {$/;"	f
  2230  Clearenv	./os/env.go	/^func Clearenv() {$/;"	f
  2231  Clearenv	./syscall/env_plan9.go	/^func Clearenv() {$/;"	f
  2232  Clearenv	./syscall/env_unix.go	/^func Clearenv() {$/;"	f
  2233  Clearenv	./syscall/env_windows.go	/^func Clearenv() {$/;"	f
  2234  Clearp	./cmd/compile/internal/gc/gsubr.go	/^func Clearp(p *obj.Prog) {$/;"	f
  2235  Clearslim	./cmd/compile/internal/gc/gen.go	/^func Clearslim(n *Node) {$/;"	f
  2236  Client	./crypto/tls/tls.go	/^func Client(conn net.Conn, config *Config) *Conn {$/;"	f
  2237  Client	./net/http/client.go	/^type Client struct {$/;"	t
  2238  Client	./net/rpc/client.go	/^type Client struct {$/;"	t
  2239  Client	./net/smtp/smtp.go	/^type Client struct {$/;"	t
  2240  ClientAuthType	./crypto/tls/common.go	/^type ClientAuthType int$/;"	t
  2241  ClientCodec	./net/rpc/client.go	/^type ClientCodec interface {$/;"	t
  2242  ClientConn	./net/http/httputil/persist.go	/^type ClientConn struct {$/;"	t
  2243  ClientHelloInfo	./crypto/tls/common.go	/^type ClientHelloInfo struct {$/;"	t
  2244  ClientSessionCache	./crypto/tls/common.go	/^type ClientSessionCache interface {$/;"	t
  2245  ClientSessionState	./crypto/tls/common.go	/^type ClientSessionState struct {$/;"	t
  2246  Clock	./time/time.go	/^func (t Time) Clock() (hour, min, sec int) {$/;"	f
  2247  Clone	./html/template/template.go	/^func (t *Template) Clone() (*Template, error) {$/;"	f
  2248  Clone	./text/template/template.go	/^func (t *Template) Clone() (*Template, error) {$/;"	f
  2249  Close	./archive/tar/writer.go	/^func (tw *Writer) Close() error {$/;"	f
  2250  Close	./archive/zip/reader.go	/^func (r *checksumReader) Close() error { return r.rc.Close() }$/;"	f
  2251  Close	./archive/zip/reader.go	/^func (rc *ReadCloser) Close() error {$/;"	f
  2252  Close	./archive/zip/register.go	/^func (w *pooledFlateWriter) Close() error {$/;"	f
  2253  Close	./archive/zip/writer.go	/^func (w *Writer) Close() error {$/;"	f
  2254  Close	./archive/zip/writer.go	/^func (w nopCloser) Close() error {$/;"	f
  2255  Close	./cmd/asm/internal/lex/input.go	/^func (in *Input) Close() {$/;"	f
  2256  Close	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) Close() {$/;"	f
  2257  Close	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) Close() { \/\/ Unused.$/;"	f
  2258  Close	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) Close() {$/;"	f
  2259  Close	./cmd/internal/objfile/objfile.go	/^func (f *File) Close() error {$/;"	f
  2260  Close	./cmd/pack/pack_test.go	/^func (f *FakeFile) Close() error {$/;"	f
  2261  Close	./cmd/pprof/pprof.go	/^func (f *file) Close() error {$/;"	f
  2262  Close	./compress/flate/deflate.go	/^func (w *Writer) Close() error {$/;"	f
  2263  Close	./compress/flate/deflate_test.go	/^func (b *syncBuffer) Close() error {$/;"	f
  2264  Close	./compress/flate/inflate.go	/^func (f *decompressor) Close() error {$/;"	f
  2265  Close	./compress/gzip/gunzip.go	/^func (z *Reader) Close() error { return z.decompressor.Close() }$/;"	f
  2266  Close	./compress/gzip/gzip.go	/^func (z *Writer) Close() error {$/;"	f
  2267  Close	./compress/lzw/reader.go	/^func (d *decoder) Close() error {$/;"	f
  2268  Close	./compress/lzw/writer.go	/^func (e *encoder) Close() error {$/;"	f
  2269  Close	./compress/lzw/writer.go	/^func (e *errWriteCloser) Close() error {$/;"	f
  2270  Close	./compress/zlib/reader.go	/^func (z *reader) Close() error {$/;"	f
  2271  Close	./compress/zlib/writer.go	/^func (z *Writer) Close() error {$/;"	f
  2272  Close	./crypto/cipher/io.go	/^func (w StreamWriter) Close() error {$/;"	f
  2273  Close	./crypto/tls/conn.go	/^func (c *Conn) Close() error {$/;"	f
  2274  Close	./database/sql/fakedb_test.go	/^func (c *fakeConn) Close() (err error) {$/;"	f
  2275  Close	./database/sql/fakedb_test.go	/^func (rc *rowsCursor) Close() error {$/;"	f
  2276  Close	./database/sql/fakedb_test.go	/^func (s *fakeStmt) Close() error {$/;"	f
  2277  Close	./database/sql/sql.go	/^func (db *DB) Close() error {$/;"	f
  2278  Close	./database/sql/sql.go	/^func (dc *driverConn) Close() error {$/;"	f
  2279  Close	./database/sql/sql.go	/^func (ds *driverStmt) Close() error {$/;"	f
  2280  Close	./database/sql/sql.go	/^func (rs *Rows) Close() error {$/;"	f
  2281  Close	./database/sql/sql.go	/^func (s *Stmt) Close() error {$/;"	f
  2282  Close	./debug/elf/file.go	/^func (f *File) Close() error {$/;"	f
  2283  Close	./debug/macho/fat.go	/^func (ff *FatFile) Close() error {$/;"	f
  2284  Close	./debug/macho/file.go	/^func (f *File) Close() error {$/;"	f
  2285  Close	./debug/pe/file.go	/^func (f *File) Close() error {$/;"	f
  2286  Close	./debug/plan9obj/file.go	/^func (f *File) Close() error {$/;"	f
  2287  Close	./encoding/ascii85/ascii85.go	/^func (e *encoder) Close() error {$/;"	f
  2288  Close	./encoding/base32/base32.go	/^func (e *encoder) Close() error {$/;"	f
  2289  Close	./encoding/base64/base64.go	/^func (e *encoder) Close() error {$/;"	f
  2290  Close	./encoding/hex/hex.go	/^func (h *dumper) Close() (err error) {$/;"	f
  2291  Close	./encoding/pem/pem.go	/^func (l *lineBreaker) Close() (err error) {$/;"	f
  2292  Close	./internal/syscall/windows/registry/key.go	/^func (k Key) Close() error {$/;"	f
  2293  Close	./io/ioutil/ioutil.go	/^func (nopCloser) Close() error { return nil }$/;"	f
  2294  Close	./io/pipe.go	/^func (r *PipeReader) Close() error {$/;"	f
  2295  Close	./io/pipe.go	/^func (w *PipeWriter) Close() error {$/;"	f
  2296  Close	./log/syslog/syslog.go	/^func (w *Writer) Close() error {$/;"	f
  2297  Close	./mime/multipart/formdata.go	/^func (rc sectionReadCloser) Close() error {$/;"	f
  2298  Close	./mime/multipart/multipart.go	/^func (p *Part) Close() error {$/;"	f
  2299  Close	./mime/multipart/writer.go	/^func (w *Writer) Close() error {$/;"	f
  2300  Close	./mime/quotedprintable/writer.go	/^func (w *Writer) Close() error {$/;"	f
  2301  Close	./net/fd_plan9.go	/^func (fd *netFD) Close() error {$/;"	f
  2302  Close	./net/fd_poll_nacl.go	/^func (pd *pollDesc) Close() {}$/;"	f
  2303  Close	./net/fd_poll_runtime.go	/^func (pd *pollDesc) Close() {$/;"	f
  2304  Close	./net/fd_unix.go	/^func (fd *netFD) Close() error {$/;"	f
  2305  Close	./net/fd_windows.go	/^func (fd *netFD) Close() error {$/;"	f
  2306  Close	./net/http/client.go	/^func (b *cancelTimerBody) Close() error {$/;"	f
  2307  Close	./net/http/fcgi/child.go	/^func (r *response) Close() error {$/;"	f
  2308  Close	./net/http/fcgi/fcgi.go	/^func (c *conn) Close() error {$/;"	f
  2309  Close	./net/http/fcgi/fcgi.go	/^func (w *bufWriter) Close() error {$/;"	f
  2310  Close	./net/http/fcgi/fcgi.go	/^func (w *streamWriter) Close() error {$/;"	f
  2311  Close	./net/http/fcgi/fcgi_test.go	/^func (c *nilCloser) Close() error { return nil }$/;"	f
  2312  Close	./net/http/fcgi/fcgi_test.go	/^func (c *writeOnlyConn) Close() error {$/;"	f
  2313  Close	./net/http/fcgi/fcgi_test.go	/^func (nopWriteCloser) Close() error {$/;"	f
  2314  Close	./net/http/fs_test.go	/^func (f *fakeFile) Close() error               { return nil }$/;"	f
  2315  Close	./net/http/httptest/server.go	/^func (s *Server) Close() {$/;"	f
  2316  Close	./net/http/httputil/dump.go	/^func (c *dumpConn) Close() error                       { return nil }$/;"	f
  2317  Close	./net/http/httputil/dump.go	/^func (failureToReadBody) Close() error             { return nil }$/;"	f
  2318  Close	./net/http/httputil/persist.go	/^func (cc *ClientConn) Close() error {$/;"	f
  2319  Close	./net/http/httputil/persist.go	/^func (sc *ServerConn) Close() error {$/;"	f
  2320  Close	./net/http/internal/chunked.go	/^func (cw *chunkedWriter) Close() error {$/;"	f
  2321  Close	./net/http/request.go	/^func (l *maxBytesReader) Close() error {$/;"	f
  2322  Close	./net/http/requestwrite_test.go	/^func (rc *closeChecker) Close() error {$/;"	f
  2323  Close	./net/http/serve_test.go	/^func (c *rwTestConn) Close() error {$/;"	f
  2324  Close	./net/http/serve_test.go	/^func (c *slowTestConn) Close() error {$/;"	f
  2325  Close	./net/http/serve_test.go	/^func (c *testConn) Close() error {$/;"	f
  2326  Close	./net/http/serve_test.go	/^func (l *errorListener) Close() error {$/;"	f
  2327  Close	./net/http/serve_test.go	/^func (l *oneConnListener) Close() error {$/;"	f
  2328  Close	./net/http/server.go	/^func (c *loggingConn) Close() (err error) {$/;"	f
  2329  Close	./net/http/server.go	/^func (ecr *expectContinueReader) Close() error {$/;"	f
  2330  Close	./net/http/transfer.go	/^func (b *body) Close() error {$/;"	f
  2331  Close	./net/http/transport.go	/^func (es *bodyEOFSignal) Close() error {$/;"	f
  2332  Close	./net/http/transport.go	/^func (gz *gzipReader) Close() error {$/;"	f
  2333  Close	./net/http/transport_test.go	/^func (c *logWritesConn) Close() error { return nil }$/;"	f
  2334  Close	./net/http/transport_test.go	/^func (c *testCloseConn) Close() error {$/;"	f
  2335  Close	./net/http/transport_test.go	/^func (cr countCloseReader) Close() error {$/;"	f
  2336  Close	./net/http/transport_test.go	/^func (f closerFunc) Close() error { return f() }$/;"	f
  2337  Close	./net/internal/socktest/sys_unix.go	/^func (sw *Switch) Close(s int) (err error) {$/;"	f
  2338  Close	./net/net.go	/^func (c *conn) Close() error {$/;"	f
  2339  Close	./net/pipe.go	/^func (p *pipe) Close() error {$/;"	f
  2340  Close	./net/rpc/client.go	/^func (c *gobClientCodec) Close() error {$/;"	f
  2341  Close	./net/rpc/client.go	/^func (client *Client) Close() error {$/;"	f
  2342  Close	./net/rpc/client_test.go	/^func (c *shutdownCodec) Close() error {$/;"	f
  2343  Close	./net/rpc/jsonrpc/all_test.go	/^func (p *pipe) Close() error {$/;"	f
  2344  Close	./net/rpc/jsonrpc/client.go	/^func (c *clientCodec) Close() error {$/;"	f
  2345  Close	./net/rpc/jsonrpc/server.go	/^func (c *serverCodec) Close() error {$/;"	f
  2346  Close	./net/rpc/server.go	/^func (c *gobServerCodec) Close() error {$/;"	f
  2347  Close	./net/rpc/server_test.go	/^func (WriteFailCodec) Close() error {$/;"	f
  2348  Close	./net/rpc/server_test.go	/^func (codec *CodecEmulator) Close() error {$/;"	f
  2349  Close	./net/rpc/server_test.go	/^func (writeCrasher) Close() error {$/;"	f
  2350  Close	./net/smtp/smtp.go	/^func (c *Client) Close() error {$/;"	f
  2351  Close	./net/smtp/smtp.go	/^func (d *dataCloser) Close() error {$/;"	f
  2352  Close	./net/smtp/smtp_test.go	/^func (f faker) Close() error                     { return nil }$/;"	f
  2353  Close	./net/tcpsock_plan9.go	/^func (l *TCPListener) Close() error {$/;"	f
  2354  Close	./net/tcpsock_posix.go	/^func (l *TCPListener) Close() error {$/;"	f
  2355  Close	./net/textproto/textproto.go	/^func (c *Conn) Close() error {$/;"	f
  2356  Close	./net/textproto/writer.go	/^func (d *dotWriter) Close() error {$/;"	f
  2357  Close	./net/unixsock_plan9.go	/^func (l *UnixListener) Close() error {$/;"	f
  2358  Close	./net/unixsock_posix.go	/^func (l *UnixListener) Close() error {$/;"	f
  2359  Close	./os/exec/exec.go	/^func (c *closeOnce) Close() error {$/;"	f
  2360  Close	./os/file_plan9.go	/^func (f *File) Close() error {$/;"	f
  2361  Close	./os/file_unix.go	/^func (f *File) Close() error {$/;"	f
  2362  Close	./os/file_windows.go	/^func (file *File) Close() error {$/;"	f
  2363  Close	./reflect/value.go	/^func (v Value) Close() {$/;"	f
  2364  Close	./runtime/export_test.go	/^var Close = closefd$/;"	v
  2365  Close	./syscall/fd_nacl.go	/^func Close(fd int) error {$/;"	f
  2366  Close	./syscall/security_windows.go	/^func (t Token) Close() error {$/;"	f
  2367  Close	./syscall/syscall_windows.go	/^func Close(fd Handle) (err error) {$/;"	f
  2368  Close	./syscall/zsyscall_darwin_386.go	/^func Close(fd int) (err error) {$/;"	f
  2369  Close	./syscall/zsyscall_darwin_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2370  Close	./syscall/zsyscall_darwin_arm.go	/^func Close(fd int) (err error) {$/;"	f
  2371  Close	./syscall/zsyscall_darwin_arm64.go	/^func Close(fd int) (err error) {$/;"	f
  2372  Close	./syscall/zsyscall_dragonfly_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2373  Close	./syscall/zsyscall_freebsd_386.go	/^func Close(fd int) (err error) {$/;"	f
  2374  Close	./syscall/zsyscall_freebsd_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2375  Close	./syscall/zsyscall_freebsd_arm.go	/^func Close(fd int) (err error) {$/;"	f
  2376  Close	./syscall/zsyscall_linux_386.go	/^func Close(fd int) (err error) {$/;"	f
  2377  Close	./syscall/zsyscall_linux_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2378  Close	./syscall/zsyscall_linux_arm.go	/^func Close(fd int) (err error) {$/;"	f
  2379  Close	./syscall/zsyscall_linux_arm64.go	/^func Close(fd int) (err error) {$/;"	f
  2380  Close	./syscall/zsyscall_linux_ppc64.go	/^func Close(fd int) (err error) {$/;"	f
  2381  Close	./syscall/zsyscall_linux_ppc64le.go	/^func Close(fd int) (err error) {$/;"	f
  2382  Close	./syscall/zsyscall_netbsd_386.go	/^func Close(fd int) (err error) {$/;"	f
  2383  Close	./syscall/zsyscall_netbsd_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2384  Close	./syscall/zsyscall_netbsd_arm.go	/^func Close(fd int) (err error) {$/;"	f
  2385  Close	./syscall/zsyscall_openbsd_386.go	/^func Close(fd int) (err error) {$/;"	f
  2386  Close	./syscall/zsyscall_openbsd_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2387  Close	./syscall/zsyscall_openbsd_arm.go	/^func Close(fd int) (err error) {$/;"	f
  2388  Close	./syscall/zsyscall_plan9_386.go	/^func Close(fd int) (err error) {$/;"	f
  2389  Close	./syscall/zsyscall_plan9_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2390  Close	./syscall/zsyscall_solaris_amd64.go	/^func Close(fd int) (err error) {$/;"	f
  2391  CloseClientConnections	./net/http/httptest/server.go	/^func (s *Server) CloseClientConnections() {$/;"	f
  2392  CloseHandle	./syscall/zsyscall_windows.go	/^func CloseHandle(handle Handle) (err error) {$/;"	f
  2393  CloseIdleConnections	./net/http/transport.go	/^func (t *Transport) CloseIdleConnections() {$/;"	f
  2394  CloseNotifier	./net/http/server.go	/^type CloseNotifier interface {$/;"	t
  2395  CloseNotify	./net/http/server.go	/^func (w *response) CloseNotify() <-chan bool {$/;"	f
  2396  CloseOnExec	./syscall/exec_unix.go	/^func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) }$/;"	f
  2397  CloseOnExec	./syscall/exec_windows.go	/^func CloseOnExec(fd Handle) {$/;"	f
  2398  CloseOnExec	./syscall/fd_nacl.go	/^func CloseOnExec(fd int) {$/;"	f
  2399  CloseRead	./net/tcpsock_plan9.go	/^func (c *TCPConn) CloseRead() error {$/;"	f
  2400  CloseRead	./net/tcpsock_posix.go	/^func (c *TCPConn) CloseRead() error {$/;"	f
  2401  CloseRead	./net/unixsock_plan9.go	/^func (c *UnixConn) CloseRead() error {$/;"	f
  2402  CloseRead	./net/unixsock_posix.go	/^func (c *UnixConn) CloseRead() error {$/;"	f
  2403  CloseWithError	./io/pipe.go	/^func (r *PipeReader) CloseWithError(err error) error {$/;"	f
  2404  CloseWithError	./io/pipe.go	/^func (w *PipeWriter) CloseWithError(err error) error {$/;"	f
  2405  CloseWrite	./net/http/serve_test.go	/^func (c *closeWriteTestConn) CloseWrite() error {$/;"	f
  2406  CloseWrite	./net/tcpsock_plan9.go	/^func (c *TCPConn) CloseWrite() error {$/;"	f
  2407  CloseWrite	./net/tcpsock_posix.go	/^func (c *TCPConn) CloseWrite() error {$/;"	f
  2408  CloseWrite	./net/unixsock_plan9.go	/^func (c *UnixConn) CloseWrite() error {$/;"	f
  2409  CloseWrite	./net/unixsock_posix.go	/^func (c *UnixConn) CloseWrite() error {$/;"	f
  2410  Closer	./io/io.go	/^type Closer interface {$/;"	t
  2411  Closesocket	./net/internal/socktest/sys_windows.go	/^func (sw *Switch) Closesocket(s syscall.Handle) (err error) {$/;"	f
  2412  Closesocket	./syscall/zsyscall_windows.go	/^func Closesocket(s Handle) (err error) {$/;"	f
  2413  Cmd	./net/textproto/textproto.go	/^func (c *Conn) Cmd(format string, args ...interface{}) (id uint, err error) {$/;"	f
  2414  Cmd	./os/exec/exec.go	/^type Cmd struct {$/;"	t
  2415  Cmdline	./net/http/pprof/pprof.go	/^func Cmdline(w http.ResponseWriter, r *http.Request) {$/;"	f
  2416  Cmp	./cmd/compile/internal/big/float.go	/^func (x *Float) Cmp(y *Float) int {$/;"	f
  2417  Cmp	./cmd/compile/internal/big/int.go	/^func (x *Int) Cmp(y *Int) (r int) {$/;"	f
  2418  Cmp	./cmd/compile/internal/big/rat.go	/^func (x *Rat) Cmp(y *Rat) int {$/;"	f
  2419  Cmp	./math/big/float.go	/^func (x *Float) Cmp(y *Float) int {$/;"	f
  2420  Cmp	./math/big/int.go	/^func (x *Int) Cmp(y *Int) (r int) {$/;"	f
  2421  Cmp	./math/big/rat.go	/^func (x *Rat) Cmp(y *Rat) int {$/;"	f
  2422  CmsgLen	./syscall/sockcmsg_unix.go	/^func CmsgLen(datalen int) int {$/;"	f
  2423  CmsgSpace	./syscall/sockcmsg_unix.go	/^func CmsgSpace(datalen int) int {$/;"	f
  2424  Cmsghdr	./syscall/types_darwin.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2425  Cmsghdr	./syscall/types_dragonfly.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2426  Cmsghdr	./syscall/types_freebsd.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2427  Cmsghdr	./syscall/types_linux.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2428  Cmsghdr	./syscall/types_netbsd.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2429  Cmsghdr	./syscall/types_openbsd.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2430  Cmsghdr	./syscall/types_solaris.go	/^type Cmsghdr C.struct_cmsghdr$/;"	t
  2431  Cmsghdr	./syscall/ztypes_darwin_386.go	/^type Cmsghdr struct {$/;"	t
  2432  Cmsghdr	./syscall/ztypes_darwin_amd64.go	/^type Cmsghdr struct {$/;"	t
  2433  Cmsghdr	./syscall/ztypes_darwin_arm.go	/^type Cmsghdr struct {$/;"	t
  2434  Cmsghdr	./syscall/ztypes_darwin_arm64.go	/^type Cmsghdr struct {$/;"	t
  2435  Cmsghdr	./syscall/ztypes_dragonfly_amd64.go	/^type Cmsghdr struct {$/;"	t
  2436  Cmsghdr	./syscall/ztypes_freebsd_386.go	/^type Cmsghdr struct {$/;"	t
  2437  Cmsghdr	./syscall/ztypes_freebsd_amd64.go	/^type Cmsghdr struct {$/;"	t
  2438  Cmsghdr	./syscall/ztypes_freebsd_arm.go	/^type Cmsghdr struct {$/;"	t
  2439  Cmsghdr	./syscall/ztypes_linux_386.go	/^type Cmsghdr struct {$/;"	t
  2440  Cmsghdr	./syscall/ztypes_linux_amd64.go	/^type Cmsghdr struct {$/;"	t
  2441  Cmsghdr	./syscall/ztypes_linux_arm.go	/^type Cmsghdr struct {$/;"	t
  2442  Cmsghdr	./syscall/ztypes_linux_arm64.go	/^type Cmsghdr struct {$/;"	t
  2443  Cmsghdr	./syscall/ztypes_linux_ppc64.go	/^type Cmsghdr struct {$/;"	t
  2444  Cmsghdr	./syscall/ztypes_linux_ppc64le.go	/^type Cmsghdr struct {$/;"	t
  2445  Cmsghdr	./syscall/ztypes_netbsd_386.go	/^type Cmsghdr struct {$/;"	t
  2446  Cmsghdr	./syscall/ztypes_netbsd_amd64.go	/^type Cmsghdr struct {$/;"	t
  2447  Cmsghdr	./syscall/ztypes_netbsd_arm.go	/^type Cmsghdr struct {$/;"	t
  2448  Cmsghdr	./syscall/ztypes_openbsd_386.go	/^type Cmsghdr struct {$/;"	t
  2449  Cmsghdr	./syscall/ztypes_openbsd_amd64.go	/^type Cmsghdr struct {$/;"	t
  2450  Cmsghdr	./syscall/ztypes_openbsd_arm.go	/^type Cmsghdr struct {$/;"	t
  2451  Cmsghdr	./syscall/ztypes_solaris_amd64.go	/^type Cmsghdr struct {$/;"	t
  2452  Codeblk	./cmd/link/internal/ld/data.go	/^func Codeblk(addr int64, size int64) {$/;"	f
  2453  Codec	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Codec struct {$/;"	t
  2454  CodecEmulator	./net/rpc/server_test.go	/^type CodecEmulator struct {$/;"	t
  2455  Col	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) Col() int {$/;"	f
  2456  Col	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) Col() int {$/;"	f
  2457  Col	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) Col() int {$/;"	f
  2458  Color	./encoding/json/example_test.go	/^	type Color struct {$/;"	t
  2459  Color	./image/color/color.go	/^type Color interface {$/;"	t
  2460  ColorGroup	./encoding/json/example_test.go	/^	type ColorGroup struct {$/;"	t
  2461  ColorIndexAt	./image/image.go	/^func (p *Paletted) ColorIndexAt(x, y int) uint8 {$/;"	f
  2462  ColorModel	./image/geom.go	/^func (r Rectangle) ColorModel() color.Model {$/;"	f
  2463  ColorModel	./image/image.go	/^func (p *Alpha) ColorModel() color.Model { return color.AlphaModel }$/;"	f
  2464  ColorModel	./image/image.go	/^func (p *Alpha16) ColorModel() color.Model { return color.Alpha16Model }$/;"	f
  2465  ColorModel	./image/image.go	/^func (p *CMYK) ColorModel() color.Model { return color.CMYKModel }$/;"	f
  2466  ColorModel	./image/image.go	/^func (p *Gray) ColorModel() color.Model { return color.GrayModel }$/;"	f
  2467  ColorModel	./image/image.go	/^func (p *Gray16) ColorModel() color.Model { return color.Gray16Model }$/;"	f
  2468  ColorModel	./image/image.go	/^func (p *NRGBA) ColorModel() color.Model { return color.NRGBAModel }$/;"	f
  2469  ColorModel	./image/image.go	/^func (p *NRGBA64) ColorModel() color.Model { return color.NRGBA64Model }$/;"	f
  2470  ColorModel	./image/image.go	/^func (p *Paletted) ColorModel() color.Model { return p.Palette }$/;"	f
  2471  ColorModel	./image/image.go	/^func (p *RGBA) ColorModel() color.Model { return color.RGBAModel }$/;"	f
  2472  ColorModel	./image/image.go	/^func (p *RGBA64) ColorModel() color.Model { return color.RGBA64Model }$/;"	f
  2473  ColorModel	./image/names.go	/^func (c *Uniform) ColorModel() color.Model {$/;"	f
  2474  ColorModel	./image/ycbcr.go	/^func (p *YCbCr) ColorModel() color.Model {$/;"	f
  2475  ColumnConverter	./database/sql/driver/driver.go	/^type ColumnConverter interface {$/;"	t
  2476  ColumnConverter	./database/sql/fakedb_test.go	/^func (s *fakeStmt) ColumnConverter(idx int) driver.ValueConverter {$/;"	f
  2477  Columns	./database/sql/fakedb_test.go	/^func (rc *rowsCursor) Columns() []string {$/;"	f
  2478  Columns	./database/sql/sql.go	/^func (rs *Rows) Columns() ([]string, error) {$/;"	f
  2479  CombinedOutput	./os/exec/exec.go	/^func (c *Cmd) CombinedOutput() ([]byte, error) {$/;"	f
  2480  Command	./cmd/go/main.go	/^type Command struct {$/;"	t
  2481  Command	./cmd/pprof/internal/commands/commands.go	/^type Command struct {$/;"	t
  2482  Command	./os/exec/exec.go	/^func Command(name string, arg ...string) *Cmd {$/;"	f
  2483  CommandLine	./flag/flag.go	/^var CommandLine = NewFlagSet(os.Args[0], ExitOnError)$/;"	v
  2484  CommandLineToArgv	./syscall/zsyscall_windows.go	/^func CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uint16, err error) {$/;"	f
  2485  CommandNode	./text/template/parse/node.go	/^type CommandNode struct {$/;"	t
  2486  Commands	./cmd/pprof/internal/commands/commands.go	/^type Commands map[string]*Command$/;"	t
  2487  Comment	./encoding/xml/xml.go	/^type Comment []byte$/;"	t
  2488  Comment	./go/ast/ast.go	/^type Comment struct {$/;"	t
  2489  CommentGroup	./go/ast/ast.go	/^type CommentGroup struct {$/;"	t
  2490  CommentMap	./go/ast/commentmap.go	/^type CommentMap map[Node][]*CommentGroup$/;"	t
  2491  CommentedNode	./go/printer/printer.go	/^type CommentedNode struct {$/;"	t
  2492  Comments	./go/ast/commentmap.go	/^func (cmap CommentMap) Comments() []*CommentGroup {$/;"	f
  2493  Commit	./database/sql/fakedb_test.go	/^func (tx *fakeTx) Commit() error {$/;"	f
  2494  Commit	./database/sql/sql.go	/^func (tx *Tx) Commit() error {$/;"	f
  2495  Common	./debug/dwarf/type.go	/^func (c *CommonType) Common() *CommonType { return c }$/;"	f
  2496  CommonType	./debug/dwarf/type.go	/^type CommonType struct {$/;"	t
  2497  CommonType	./encoding/gob/doc.go	/^	type CommonType struct {$/;"	t
  2498  CommonType	./encoding/gob/type.go	/^type CommonType struct {$/;"	t
  2499  Compact	./encoding/json/indent.go	/^func Compact(dst *bytes.Buffer, src []byte) error {$/;"	f
  2500  Comparable	./go/types/predicates.go	/^func Comparable(T Type) bool {$/;"	f
  2501  Comparable	./reflect/type.go	/^func (t *rtype) Comparable() bool {$/;"	f
  2502  ComparableStruct	./reflect/all_test.go	/^type ComparableStruct struct {$/;"	t
  2503  Compare	./bytes/bytes_decl.go	/^func Compare(a, b []byte) int \/\/ ..\/runtime\/noasm.go or ..\/runtime\/asm_{386,amd64}.s$/;"	f
  2504  Compare	./go/constant/value.go	/^func Compare(x Value, op token.Token, y Value) bool {$/;"	f
  2505  Compare	./strings/compare.go	/^func Compare(a, b string) int {$/;"	f
  2506  CompareAndSwapInt32	./sync/atomic/doc.go	/^func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool)$/;"	f
  2507  CompareAndSwapInt64	./sync/atomic/doc.go	/^func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool)$/;"	f
  2508  CompareAndSwapPointer	./sync/atomic/doc.go	/^func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool)$/;"	f
  2509  CompareAndSwapUint32	./sync/atomic/doc.go	/^func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool)$/;"	f
  2510  CompareAndSwapUint64	./sync/atomic/doc.go	/^func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)$/;"	f
  2511  CompareAndSwapUintptr	./sync/atomic/doc.go	/^func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool)$/;"	f
  2512  Comparison	./cmd/vet/testdata/nilfunc.go	/^func Comparison() {$/;"	f
  2513  Compatible	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Compatible(pb *Profile) error {$/;"	f
  2514  Compile	./regexp/regexp.go	/^func Compile(expr string) (*Regexp, error) {$/;"	f
  2515  Compile	./regexp/syntax/compile.go	/^func Compile(re *Regexp) (*Prog, error) {$/;"	f
  2516  CompilePOSIX	./regexp/regexp.go	/^func CompilePOSIX(expr string) (*Regexp, error) {$/;"	f
  2517  Complete	./go/types/package.go	/^func (pkg *Package) Complete() bool { return pkg.complete }$/;"	f
  2518  Complete	./go/types/type.go	/^func (t *Interface) Complete() *Interface {$/;"	f
  2519  Completer	./cmd/pprof/internal/commands/commands.go	/^type Completer func(prefix string) string$/;"	t
  2520  Complex	./reflect/value.go	/^func (v Value) Complex() complex128 {$/;"	f
  2521  ComplexAlgKey	./runtime/mapspeed_test.go	/^type ComplexAlgKey struct {$/;"	t
  2522  ComplexType	./builtin/builtin.go	/^type ComplexType complex64$/;"	t
  2523  ComplexType	./debug/dwarf/type.go	/^type ComplexType struct {$/;"	t
  2524  Complexgen	./cmd/compile/internal/gc/cplx.go	/^func Complexgen(n *Node, res *Node) {$/;"	f
  2525  Complexmove	./cmd/compile/internal/gc/cplx.go	/^func Complexmove(f *Node, t *Node) {$/;"	f
  2526  Complexop	./cmd/compile/internal/gc/cplx.go	/^func Complexop(n *Node, res *Node) bool {$/;"	f
  2527  Componentgen	./cmd/compile/internal/gc/gen.go	/^func Componentgen(nr, nl *Node) bool {$/;"	f
  2528  CompressionLevel	./image/png/writer.go	/^type CompressionLevel int$/;"	t
  2529  Compressor	./archive/zip/register.go	/^type Compressor func(io.Writer) (io.WriteCloser, error)$/;"	t
  2530  ComputeClass	./regexp/syntax/make_perl_groups.pl	/^sub ComputeClass($) {$/;"	s
  2531  ComputerName	./syscall/syscall_windows.go	/^func ComputerName() (name string, err error) {$/;"	f
  2532  Cond	./sync/cond.go	/^type Cond struct {$/;"	t
  2533  Config	./crypto/tls/common.go	/^type Config struct {$/;"	t
  2534  Config	./go/printer/printer.go	/^type Config struct {$/;"	t
  2535  Config	./go/types/api.go	/^type Config struct {$/;"	t
  2536  Config	./image/image.go	/^type Config struct {$/;"	t
  2537  Config	./testing/quick/quick.go	/^type Config struct {$/;"	t
  2538  Conj	./math/cmplx/conj.go	/^func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) }$/;"	f
  2539  Conn	./crypto/tls/conn.go	/^type Conn struct {$/;"	t
  2540  Conn	./database/sql/driver/driver.go	/^type Conn interface {$/;"	t
  2541  Conn	./net/net.go	/^type Conn interface {$/;"	t
  2542  Conn	./net/textproto/textproto.go	/^type Conn struct {$/;"	t
  2543  ConnState	./net/http/server.go	/^type ConnState int$/;"	t
  2544  Connect	./net/internal/socktest/sys_unix.go	/^func (sw *Switch) Connect(s int, sa syscall.Sockaddr) (err error) {$/;"	f
  2545  Connect	./net/internal/socktest/sys_windows.go	/^func (sw *Switch) Connect(s syscall.Handle, sa syscall.Sockaddr) (err error) {$/;"	f
  2546  Connect	./syscall/net_nacl.go	/^func Connect(fd int, sa Sockaddr) error {$/;"	f
  2547  Connect	./syscall/syscall_unix.go	/^func Connect(fd int, sa Sockaddr) (err error) {$/;"	f
  2548  Connect	./syscall/syscall_windows.go	/^func Connect(fd Handle, sa Sockaddr) (err error) {$/;"	f
  2549  ConnectEx	./net/internal/socktest/sys_windows.go	/^func (sw *Switch) ConnectEx(s syscall.Handle, sa syscall.Sockaddr, b *byte, n uint32, nwr *uint32, o *syscall.Overlapped) (err error) {$/;"	f
  2550  ConnectEx	./syscall/syscall_windows.go	/^func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) error {$/;"	f
  2551  ConnectionState	./crypto/tls/common.go	/^type ConnectionState struct {$/;"	t
  2552  ConnectionState	./crypto/tls/conn.go	/^func (c *Conn) ConnectionState() ConnectionState {$/;"	f
  2553  Const	./go/types/object.go	/^type Const struct {$/;"	t
  2554  ConstantTimeByteEq	./crypto/subtle/constant_time.go	/^func ConstantTimeByteEq(x, y uint8) int {$/;"	f
  2555  ConstantTimeCompare	./crypto/subtle/constant_time.go	/^func ConstantTimeCompare(x, y []byte) int {$/;"	f
  2556  ConstantTimeCopy	./crypto/subtle/constant_time.go	/^func ConstantTimeCopy(v int, x, y []byte) {$/;"	f
  2557  ConstantTimeEq	./crypto/subtle/constant_time.go	/^func ConstantTimeEq(x, y int32) int {$/;"	f
  2558  ConstantTimeLessOrEq	./crypto/subtle/constant_time.go	/^func ConstantTimeLessOrEq(x, y int) int {$/;"	f
  2559  ConstantTimeSelect	./crypto/subtle/constant_time.go	/^func ConstantTimeSelect(v, x, y int) int { return ^(v-1)&x | (v-1)&y }$/;"	f
  2560  ConstraintViolationError	./crypto/x509/x509.go	/^type ConstraintViolationError struct{}$/;"	t
  2561  Contains	./bytes/bytes.go	/^func Contains(b, subslice []byte) bool {$/;"	f
  2562  Contains	./encoding/json/tags.go	/^func (o tagOptions) Contains(optionName string) bool {$/;"	f
  2563  Contains	./go/types/scope.go	/^func (s *Scope) Contains(pos token.Pos) bool {$/;"	f
  2564  Contains	./net/ip.go	/^func (n *IPNet) Contains(ip IP) bool {$/;"	f
  2565  Contains	./strings/strings.go	/^func Contains(s, substr string) bool {$/;"	f
  2566  ContainsAny	./strings/strings.go	/^func ContainsAny(s, chars string) bool {$/;"	f
  2567  ContainsAnyTests	./strings/strings_test.go	/^var ContainsAnyTests = []struct {$/;"	v
  2568  ContainsRune	./strings/strings.go	/^func ContainsRune(s string, r rune) bool {$/;"	f
  2569  ContainsRuneTests	./strings/strings_test.go	/^var ContainsRuneTests = []struct {$/;"	v
  2570  ContainsTests	./strings/strings_test.go	/^var ContainsTests = []struct {$/;"	v
  2571  Context	./cmd/go/alldocs.go	/^	type Context struct {$/;"	t
  2572  Context	./cmd/go/context.go	/^type Context struct {$/;"	t
  2573  Context	./cmd/go/list.go	/^	type Context struct {$/;"	t
  2574  Context	./runtime/defs_windows.go	/^type Context C.CONTEXT$/;"	t
  2575  Continued	./syscall/syscall_bsd.go	/^func (w WaitStatus) Continued() bool { return w&mask == stopped && Signal(w>>shift) == SIGSTOP }$/;"	f
  2576  Continued	./syscall/syscall_linux.go	/^func (w WaitStatus) Continued() bool { return w == 0xFFFF }$/;"	f
  2577  Continued	./syscall/syscall_nacl.go	/^func (w WaitStatus) Continued() bool    { return false }$/;"	f
  2578  Continued	./syscall/syscall_solaris.go	/^func (w WaitStatus) Continued() bool { return w&mask == stopped && Signal(w>>shift) == SIGSTOP }$/;"	f
  2579  Continued	./syscall/syscall_windows.go	/^func (w WaitStatus) Continued() bool { return false }$/;"	f
  2580  Convconst	./cmd/compile/internal/gc/const.go	/^func (n *Node) Convconst(con *Node, t *Type) {$/;"	f
  2581  Convert	./image/color/color.go	/^func (m *modelFunc) Convert(c Color) Color {$/;"	f
  2582  Convert	./image/color/color.go	/^func (p Palette) Convert(c Color) Color {$/;"	f
  2583  Convert	./image/names.go	/^func (c *Uniform) Convert(color.Color) color.Color {$/;"	f
  2584  Convert	./reflect/value.go	/^func (v Value) Convert(t Type) Value {$/;"	f
  2585  ConvertSidToStringSid	./syscall/zsyscall_windows.go	/^func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) {$/;"	f
  2586  ConvertStringSidToSid	./syscall/zsyscall_windows.go	/^func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) {$/;"	f
  2587  ConvertValue	./database/sql/driver/types.go	/^func (boolType) ConvertValue(src interface{}) (Value, error) {$/;"	f
  2588  ConvertValue	./database/sql/driver/types.go	/^func (defaultConverter) ConvertValue(v interface{}) (Value, error) {$/;"	f
  2589  ConvertValue	./database/sql/driver/types.go	/^func (int32Type) ConvertValue(v interface{}) (Value, error) {$/;"	f
  2590  ConvertValue	./database/sql/driver/types.go	/^func (n NotNull) ConvertValue(v interface{}) (Value, error) {$/;"	f
  2591  ConvertValue	./database/sql/driver/types.go	/^func (n Null) ConvertValue(v interface{}) (Value, error) {$/;"	f
  2592  ConvertValue	./database/sql/driver/types.go	/^func (stringType) ConvertValue(v interface{}) (Value, error) {$/;"	f
  2593  ConvertValue	./database/sql/fakedb_test.go	/^func (fakeDriverString) ConvertValue(v interface{}) (driver.Value, error) {$/;"	f
  2594  ConvertibleTo	./go/types/api.go	/^func ConvertibleTo(V, T Type) bool {$/;"	f
  2595  ConvertibleTo	./reflect/type.go	/^func (t *rtype) ConvertibleTo(u Type) bool {$/;"	f
  2596  Convlit	./cmd/compile/internal/gc/const.go	/^func Convlit(np **Node, t *Type) {$/;"	f
  2597  Cookie	./net/http/cookie.go	/^type Cookie struct {$/;"	t
  2598  Cookie	./net/http/request.go	/^func (r *Request) Cookie(name string) (*Cookie, error) {$/;"	f
  2599  Cookie	./net/internal/socktest/switch.go	/^type Cookie uint64$/;"	t
  2600  CookieJar	./net/http/jar.go	/^type CookieJar interface {$/;"	t
  2601  Cookies	./net/http/client_test.go	/^func (j *RecordingJar) Cookies(u *url.URL) []*Cookie {$/;"	f
  2602  Cookies	./net/http/client_test.go	/^func (j *TestJar) Cookies(u *url.URL) []*Cookie {$/;"	f
  2603  Cookies	./net/http/cookiejar/jar.go	/^func (j *Jar) Cookies(u *url.URL) (cookies []*http.Cookie) {$/;"	f
  2604  Cookies	./net/http/request.go	/^func (r *Request) Cookies() []*Cookie {$/;"	f
  2605  Cookies	./net/http/response.go	/^func (r *Response) Cookies() []*Cookie {$/;"	f
  2606  Copy	./cmd/compile/internal/big/float.go	/^func (z *Float) Copy(x *Float) *Float {$/;"	f
  2607  Copy	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Copy() *Profile {$/;"	f
  2608  Copy	./encoding/xml/xml.go	/^func (c CharData) Copy() CharData { return CharData(makeCopy(c)) }$/;"	f
  2609  Copy	./encoding/xml/xml.go	/^func (c Comment) Copy() Comment { return Comment(makeCopy(c)) }$/;"	f
  2610  Copy	./encoding/xml/xml.go	/^func (d Directive) Copy() Directive { return Directive(makeCopy(d)) }$/;"	f
  2611  Copy	./encoding/xml/xml.go	/^func (e StartElement) Copy() StartElement {$/;"	f
  2612  Copy	./encoding/xml/xml.go	/^func (p ProcInst) Copy() ProcInst {$/;"	f
  2613  Copy	./io/io.go	/^func Copy(dst Writer, src Reader) (written int64, err error) {$/;"	f
  2614  Copy	./math/big/float.go	/^func (z *Float) Copy(x *Float) *Float {$/;"	f
  2615  Copy	./reflect/value.go	/^func Copy(dst, src Value) int {$/;"	f
  2616  Copy	./syscall/security_windows.go	/^func (sid *SID) Copy() (*SID, error) {$/;"	f
  2617  Copy	./text/template/exec_test.go	/^func (t *T) Copy() *T {$/;"	f
  2618  Copy	./text/template/parse/node.go	/^func (a *ActionNode) Copy() Node {$/;"	f
  2619  Copy	./text/template/parse/node.go	/^func (b *BoolNode) Copy() Node {$/;"	f
  2620  Copy	./text/template/parse/node.go	/^func (b *BranchNode) Copy() Node {$/;"	f
  2621  Copy	./text/template/parse/node.go	/^func (c *ChainNode) Copy() Node {$/;"	f
  2622  Copy	./text/template/parse/node.go	/^func (c *CommandNode) Copy() Node {$/;"	f
  2623  Copy	./text/template/parse/node.go	/^func (d *DotNode) Copy() Node {$/;"	f
  2624  Copy	./text/template/parse/node.go	/^func (e *elseNode) Copy() Node {$/;"	f
  2625  Copy	./text/template/parse/node.go	/^func (e *endNode) Copy() Node {$/;"	f
  2626  Copy	./text/template/parse/node.go	/^func (f *FieldNode) Copy() Node {$/;"	f
  2627  Copy	./text/template/parse/node.go	/^func (i *IdentifierNode) Copy() Node {$/;"	f
  2628  Copy	./text/template/parse/node.go	/^func (i *IfNode) Copy() Node {$/;"	f
  2629  Copy	./text/template/parse/node.go	/^func (l *ListNode) Copy() Node {$/;"	f
  2630  Copy	./text/template/parse/node.go	/^func (n *NilNode) Copy() Node {$/;"	f
  2631  Copy	./text/template/parse/node.go	/^func (n *NumberNode) Copy() Node {$/;"	f
  2632  Copy	./text/template/parse/node.go	/^func (p *PipeNode) Copy() Node {$/;"	f
  2633  Copy	./text/template/parse/node.go	/^func (r *RangeNode) Copy() Node {$/;"	f
  2634  Copy	./text/template/parse/node.go	/^func (s *StringNode) Copy() Node {$/;"	f
  2635  Copy	./text/template/parse/node.go	/^func (t *TemplateNode) Copy() Node {$/;"	f
  2636  Copy	./text/template/parse/node.go	/^func (t *TextNode) Copy() Node {$/;"	f
  2637  Copy	./text/template/parse/node.go	/^func (v *VariableNode) Copy() Node {$/;"	f
  2638  Copy	./text/template/parse/node.go	/^func (w *WithNode) Copy() Node {$/;"	f
  2639  Copy	./text/template/parse/parse.go	/^func (t *Tree) Copy() *Tree {$/;"	f
  2640  CopyBuffer	./io/io.go	/^func CopyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {$/;"	f
  2641  CopyList	./text/template/parse/node.go	/^func (l *ListNode) CopyList() *ListNode {$/;"	f
  2642  CopyN	./io/io.go	/^func CopyN(dst Writer, src Reader, n int64) (written int64, err error) {$/;"	f
  2643  CopyPipe	./text/template/parse/node.go	/^func (p *PipeNode) CopyPipe() *PipeNode {$/;"	f
  2644  CopySid	./syscall/zsyscall_windows.go	/^func CopySid(destSidLen uint32, destSid *SID, srcSid *SID) (err error) {$/;"	f
  2645  CopyToRGBA	./image/internal/imageutil/gen.go	/^	\/\/ func (src *YCbCr) CopyToRGBA(dst *RGBA, dr, sr Rectangle) (effectiveDr, effectiveSr Rectangle)$/;"	f
  2646  CopyToRGBA	./image/internal/imageutil/impl.go	/^	\/\/ func (src *YCbCr) CopyToRGBA(dst *RGBA, dr, sr Rectangle) (effectiveDr, effectiveSr Rectangle)$/;"	f
  2647  CopyToken	./encoding/xml/xml.go	/^func CopyToken(t Token) Token {$/;"	f
  2648  Copyp	./cmd/internal/obj/ld.go	/^func Copyp(ctxt *Link, q *Prog) *Prog {$/;"	f
  2649  Copysign	./math/copysign.go	/^func Copysign(x, y float64) float64 {$/;"	f
  2650  CoreDump	./syscall/syscall_bsd.go	/^func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }$/;"	f
  2651  CoreDump	./syscall/syscall_linux.go	/^func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }$/;"	f
  2652  CoreDump	./syscall/syscall_nacl.go	/^func (w WaitStatus) CoreDump() bool     { return false }$/;"	f
  2653  CoreDump	./syscall/syscall_solaris.go	/^func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }$/;"	f
  2654  CoreDump	./syscall/syscall_windows.go	/^func (w WaitStatus) CoreDump() bool { return false }$/;"	f
  2655  CorruptInputError	./compress/flate/inflate.go	/^type CorruptInputError int64$/;"	t
  2656  CorruptInputError	./encoding/ascii85/ascii85.go	/^type CorruptInputError int64$/;"	t
  2657  CorruptInputError	./encoding/base32/base32.go	/^type CorruptInputError int64$/;"	t
  2658  CorruptInputError	./encoding/base64/base64.go	/^type CorruptInputError int64$/;"	t
  2659  Cos	./math/cmplx/sin.go	/^func Cos(x complex128) complex128 {$/;"	f
  2660  Cos	./math/sin.go	/^func Cos(x float64) float64$/;"	f
  2661  Cosh	./math/cmplx/sin.go	/^func Cosh(x complex128) complex128 {$/;"	f
  2662  Cosh	./math/sinh.go	/^func Cosh(x float64) float64 {$/;"	f
  2663  Cot	./math/cmplx/tan.go	/^func Cot(x complex128) complex128 {$/;"	f
  2664  Count	./bytes/bytes.go	/^func Count(s, sep []byte) int {$/;"	f
  2665  Count	./runtime/pprof/pprof.go	/^func (p *Profile) Count() int {$/;"	f
  2666  Count	./strings/strings.go	/^func Count(s, sep string) int {$/;"	f
  2667  CountTests	./strings/strings_test.go	/^var CountTests = []struct {$/;"	v
  2668  Counter	./cmd/vet/testdata/atomic.go	/^type Counter uint64$/;"	t
  2669  Counter	./net/http/triv.go	/^type Counter struct {$/;"	t
  2670  Cover	./testing/cover.go	/^type Cover struct {$/;"	t
  2671  CoverBlock	./testing/cover.go	/^type CoverBlock struct {$/;"	t
  2672  CoverEnabled	./cmd/go/test.go	/^func (t *testFuncs) CoverEnabled() bool {$/;"	f
  2673  CoverMode	./cmd/go/test.go	/^func (t *testFuncs) CoverMode() string {$/;"	f
  2674  CoverVar	./cmd/go/pkg.go	/^type CoverVar struct {$/;"	t
  2675  Coverage	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^		func Coverage() float64 {$/;"	f
  2676  Coverage	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^		func Coverage() float64 {$/;"	f
  2677  Coverage	./testing/cover.go	/^func Coverage() float64 {$/;"	f
  2678  Covered	./cmd/go/test.go	/^func (t *testFuncs) Covered() string {$/;"	f
  2679  Cpos	./cmd/link/internal/ld/lib.go	/^func Cpos() int64 {$/;"	f
  2680  Cpu	./debug/macho/macho.go	/^type Cpu uint32$/;"	t
  2681  Cput	./cmd/link/internal/ld/lib.go	/^func Cput(c uint8) {$/;"	f
  2682  Cputime	./cmd/internal/obj/util.go	/^func Cputime() float64 {$/;"	f
  2683  Creat	./syscall/syscall_linux.go	/^func Creat(path string, mode uint32) (fd int, err error) {$/;"	f
  2684  Create	./archive/zip/writer.go	/^func (w *Writer) Create(name string) (io.Writer, error) {$/;"	f
  2685  Create	./os/file.go	/^func Create(name string) (*File, error) {$/;"	f
  2686  Create	./syscall/syscall_plan9.go	/^func Create(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  2687  CreateCRL	./crypto/x509/x509.go	/^func (c *Certificate) CreateCRL(rand io.Reader, priv interface{}, revokedCerts []pkix.RevokedCertificate, now, expiry time.Time) (crlBytes []byte, err error) {$/;"	f
  2688  CreateCertificate	./crypto/x509/x509.go	/^func CreateCertificate(rand io.Reader, template, parent *Certificate, pub, priv interface{}) (cert []byte, err error) {$/;"	f
  2689  CreateCertificateRequest	./crypto/x509/x509.go	/^func CreateCertificateRequest(rand io.Reader, template *CertificateRequest, priv interface{}) (csr []byte, err error) {$/;"	f
  2690  CreateDirectory	./syscall/zsyscall_windows.go	/^func CreateDirectory(path *uint16, sa *SecurityAttributes) (err error) {$/;"	f
  2691  CreateFile	./syscall/zsyscall_windows.go	/^func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {$/;"	f
  2692  CreateFileMapping	./syscall/zsyscall_windows.go	/^func CreateFileMapping(fhandle Handle, sa *SecurityAttributes, prot uint32, maxSizeHigh uint32, maxSizeLow uint32, name *uint16) (handle Handle, err error) {$/;"	f
  2693  CreateFormField	./mime/multipart/writer.go	/^func (w *Writer) CreateFormField(fieldname string) (io.Writer, error) {$/;"	f
  2694  CreateFormFile	./mime/multipart/writer.go	/^func (w *Writer) CreateFormFile(fieldname, filename string) (io.Writer, error) {$/;"	f
  2695  CreateHardLink	./syscall/zsyscall_windows.go	/^func CreateHardLink(filename *uint16, existingfilename *uint16, reserved uintptr) (err error) {$/;"	f
  2696  CreateHeader	./archive/zip/writer.go	/^func (w *Writer) CreateHeader(fh *FileHeader) (io.Writer, error) {$/;"	f
  2697  CreateIoCompletionPort	./syscall/zsyscall_windows.go	/^func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uint32, threadcnt uint32) (handle Handle, err error) {$/;"	f
  2698  CreateKey	./internal/syscall/windows/registry/key.go	/^func CreateKey(k Key, path string, access uint32) (newk Key, openedExisting bool, err error) {$/;"	f
  2699  CreatePart	./mime/multipart/writer.go	/^func (w *Writer) CreatePart(header textproto.MIMEHeader) (io.Writer, error) {$/;"	f
  2700  CreatePipe	./syscall/zsyscall_windows.go	/^func CreatePipe(readhandle *Handle, writehandle *Handle, sa *SecurityAttributes, size uint32) (err error) {$/;"	f
  2701  CreateProcess	./syscall/zsyscall_windows.go	/^func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAttributes, inheritHandles bool, creationFlags uint32, env *uint16, currentDir *uint16, startupInfo *StartupInfo, outProcInfo *ProcessInformation) (err error) {$/;"	f
  2702  CreateSymbolicLink	./syscall/zsyscall_windows.go	/^func CreateSymbolicLink(symlinkfilename *uint16, targetfilename *uint16, flags uint32) (err error) {$/;"	f
  2703  CreateToolhelp32Snapshot	./syscall/zsyscall_windows.go	/^func CreateToolhelp32Snapshot(flags uint32, processId uint32) (handle Handle, err error) {$/;"	f
  2704  Credential	./syscall/exec_unix.go	/^type Credential struct {$/;"	t
  2705  Crit	./log/syslog/syslog.go	/^func (w *Writer) Crit(m string) (err error) {$/;"	f
  2706  CryptAcquireContext	./syscall/zsyscall_windows.go	/^func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) {$/;"	f
  2707  CryptBlocks	./crypto/cipher/cbc.go	/^func (x *cbcDecrypter) CryptBlocks(dst, src []byte) {$/;"	f
  2708  CryptBlocks	./crypto/cipher/cbc.go	/^func (x *cbcEncrypter) CryptBlocks(dst, src []byte) {$/;"	f
  2709  CryptGenRandom	./syscall/zsyscall_windows.go	/^func CryptGenRandom(provhandle Handle, buflen uint32, buf *byte) (err error) {$/;"	f
  2710  CryptReleaseContext	./syscall/zsyscall_windows.go	/^func CryptReleaseContext(provhandle Handle, flags uint32) (err error) {$/;"	f
  2711  CryptTest	./crypto/aes/aes_test.go	/^type CryptTest struct {$/;"	t
  2712  CryptTest	./crypto/des/des_test.go	/^type CryptTest struct {$/;"	t
  2713  Cseek	./cmd/link/internal/ld/lib.go	/^func Cseek(p int64) {$/;"	f
  2714  Ctxt	./cmd/compile/internal/gc/go.go	/^var Ctxt *obj.Link$/;"	v
  2715  Ctype	./cmd/compile/internal/gc/go.go	/^func (v Val) Ctype() int {$/;"	f
  2716  Curfn	./cmd/compile/internal/gc/go.go	/^var Curfn *Node$/;"	v
  2717  Current	./os/user/lookup.go	/^func Current() (*User, error) {$/;"	f
  2718  Curve	./crypto/elliptic/elliptic.go	/^type Curve interface {$/;"	t
  2719  CurveID	./crypto/tls/common.go	/^type CurveID uint16$/;"	t
  2720  CurveParams	./crypto/elliptic/elliptic.go	/^type CurveParams struct {$/;"	t
  2721  CustomLock	./cmd/vet/testdata/copylock_func.go	/^type CustomLock struct{}$/;"	t
  2722  Cwrite	./cmd/link/internal/ld/lib.go	/^func Cwrite(p []byte) {$/;"	f
  2723  D1	./reflect/all_test.go	/^type D1 struct {$/;"	t
  2724  D2	./reflect/all_test.go	/^type D2 struct {$/;"	t
  2725  DATA	./runtime/asm.s	/^DATA runtime·no_pointers_stackmap+0x00(SB)\/4, $2$/;"	l
  2726  DATA	./runtime/asm.s	/^DATA runtime·no_pointers_stackmap+0x04(SB)\/4, $0$/;"	l
  2727  DATA	./runtime/asm_386.s	/^DATA	runtime·mainPC+0(SB)\/4,$runtime·main(SB)$/;"	l
  2728  DATA	./runtime/asm_386.s	/^DATA masks<>+0x00(SB)\/4, $0x00000000$/;"	l
  2729  DATA	./runtime/asm_386.s	/^DATA masks<>+0x04(SB)\/4, $0x00000000$/;"	l
  2730  DATA	./runtime/asm_386.s	/^DATA masks<>+0x08(SB)\/4, $0x00000000$/;"	l
  2731  DATA	./runtime/asm_386.s	/^DATA masks<>+0x0c(SB)\/4, $0x00000000$/;"	l
  2732  DATA	./runtime/asm_386.s	/^DATA masks<>+0x10(SB)\/4, $0x000000ff$/;"	l
  2733  DATA	./runtime/asm_386.s	/^DATA masks<>+0x14(SB)\/4, $0x00000000$/;"	l
  2734  DATA	./runtime/asm_386.s	/^DATA masks<>+0x18(SB)\/4, $0x00000000$/;"	l
  2735  DATA	./runtime/asm_386.s	/^DATA masks<>+0x1c(SB)\/4, $0x00000000$/;"	l
  2736  DATA	./runtime/asm_386.s	/^DATA masks<>+0x20(SB)\/4, $0x0000ffff$/;"	l
  2737  DATA	./runtime/asm_386.s	/^DATA masks<>+0x24(SB)\/4, $0x00000000$/;"	l
  2738  DATA	./runtime/asm_386.s	/^DATA masks<>+0x28(SB)\/4, $0x00000000$/;"	l
  2739  DATA	./runtime/asm_386.s	/^DATA masks<>+0x2c(SB)\/4, $0x00000000$/;"	l
  2740  DATA	./runtime/asm_386.s	/^DATA masks<>+0x30(SB)\/4, $0x00ffffff$/;"	l
  2741  DATA	./runtime/asm_386.s	/^DATA masks<>+0x34(SB)\/4, $0x00000000$/;"	l
  2742  DATA	./runtime/asm_386.s	/^DATA masks<>+0x38(SB)\/4, $0x00000000$/;"	l
  2743  DATA	./runtime/asm_386.s	/^DATA masks<>+0x3c(SB)\/4, $0x00000000$/;"	l
  2744  DATA	./runtime/asm_386.s	/^DATA masks<>+0x40(SB)\/4, $0xffffffff$/;"	l
  2745  DATA	./runtime/asm_386.s	/^DATA masks<>+0x44(SB)\/4, $0x00000000$/;"	l
  2746  DATA	./runtime/asm_386.s	/^DATA masks<>+0x48(SB)\/4, $0x00000000$/;"	l
  2747  DATA	./runtime/asm_386.s	/^DATA masks<>+0x4c(SB)\/4, $0x00000000$/;"	l
  2748  DATA	./runtime/asm_386.s	/^DATA masks<>+0x50(SB)\/4, $0xffffffff$/;"	l
  2749  DATA	./runtime/asm_386.s	/^DATA masks<>+0x54(SB)\/4, $0x000000ff$/;"	l
  2750  DATA	./runtime/asm_386.s	/^DATA masks<>+0x58(SB)\/4, $0x00000000$/;"	l
  2751  DATA	./runtime/asm_386.s	/^DATA masks<>+0x5c(SB)\/4, $0x00000000$/;"	l
  2752  DATA	./runtime/asm_386.s	/^DATA masks<>+0x60(SB)\/4, $0xffffffff$/;"	l
  2753  DATA	./runtime/asm_386.s	/^DATA masks<>+0x64(SB)\/4, $0x0000ffff$/;"	l
  2754  DATA	./runtime/asm_386.s	/^DATA masks<>+0x68(SB)\/4, $0x00000000$/;"	l
  2755  DATA	./runtime/asm_386.s	/^DATA masks<>+0x6c(SB)\/4, $0x00000000$/;"	l
  2756  DATA	./runtime/asm_386.s	/^DATA masks<>+0x70(SB)\/4, $0xffffffff$/;"	l
  2757  DATA	./runtime/asm_386.s	/^DATA masks<>+0x74(SB)\/4, $0x00ffffff$/;"	l
  2758  DATA	./runtime/asm_386.s	/^DATA masks<>+0x78(SB)\/4, $0x00000000$/;"	l
  2759  DATA	./runtime/asm_386.s	/^DATA masks<>+0x7c(SB)\/4, $0x00000000$/;"	l
  2760  DATA	./runtime/asm_386.s	/^DATA masks<>+0x80(SB)\/4, $0xffffffff$/;"	l
  2761  DATA	./runtime/asm_386.s	/^DATA masks<>+0x84(SB)\/4, $0xffffffff$/;"	l
  2762  DATA	./runtime/asm_386.s	/^DATA masks<>+0x88(SB)\/4, $0x00000000$/;"	l
  2763  DATA	./runtime/asm_386.s	/^DATA masks<>+0x8c(SB)\/4, $0x00000000$/;"	l
  2764  DATA	./runtime/asm_386.s	/^DATA masks<>+0x90(SB)\/4, $0xffffffff$/;"	l
  2765  DATA	./runtime/asm_386.s	/^DATA masks<>+0x94(SB)\/4, $0xffffffff$/;"	l
  2766  DATA	./runtime/asm_386.s	/^DATA masks<>+0x98(SB)\/4, $0x000000ff$/;"	l
  2767  DATA	./runtime/asm_386.s	/^DATA masks<>+0x9c(SB)\/4, $0x00000000$/;"	l
  2768  DATA	./runtime/asm_386.s	/^DATA masks<>+0xa0(SB)\/4, $0xffffffff$/;"	l
  2769  DATA	./runtime/asm_386.s	/^DATA masks<>+0xa4(SB)\/4, $0xffffffff$/;"	l
  2770  DATA	./runtime/asm_386.s	/^DATA masks<>+0xa8(SB)\/4, $0x0000ffff$/;"	l
  2771  DATA	./runtime/asm_386.s	/^DATA masks<>+0xac(SB)\/4, $0x00000000$/;"	l
  2772  DATA	./runtime/asm_386.s	/^DATA masks<>+0xb0(SB)\/4, $0xffffffff$/;"	l
  2773  DATA	./runtime/asm_386.s	/^DATA masks<>+0xb4(SB)\/4, $0xffffffff$/;"	l
  2774  DATA	./runtime/asm_386.s	/^DATA masks<>+0xb8(SB)\/4, $0x00ffffff$/;"	l
  2775  DATA	./runtime/asm_386.s	/^DATA masks<>+0xbc(SB)\/4, $0x00000000$/;"	l
  2776  DATA	./runtime/asm_386.s	/^DATA masks<>+0xc0(SB)\/4, $0xffffffff$/;"	l
  2777  DATA	./runtime/asm_386.s	/^DATA masks<>+0xc4(SB)\/4, $0xffffffff$/;"	l
  2778  DATA	./runtime/asm_386.s	/^DATA masks<>+0xc8(SB)\/4, $0xffffffff$/;"	l
  2779  DATA	./runtime/asm_386.s	/^DATA masks<>+0xcc(SB)\/4, $0x00000000$/;"	l
  2780  DATA	./runtime/asm_386.s	/^DATA masks<>+0xd0(SB)\/4, $0xffffffff$/;"	l
  2781  DATA	./runtime/asm_386.s	/^DATA masks<>+0xd4(SB)\/4, $0xffffffff$/;"	l
  2782  DATA	./runtime/asm_386.s	/^DATA masks<>+0xd8(SB)\/4, $0xffffffff$/;"	l
  2783  DATA	./runtime/asm_386.s	/^DATA masks<>+0xdc(SB)\/4, $0x000000ff$/;"	l
  2784  DATA	./runtime/asm_386.s	/^DATA masks<>+0xe0(SB)\/4, $0xffffffff$/;"	l
  2785  DATA	./runtime/asm_386.s	/^DATA masks<>+0xe4(SB)\/4, $0xffffffff$/;"	l
  2786  DATA	./runtime/asm_386.s	/^DATA masks<>+0xe8(SB)\/4, $0xffffffff$/;"	l
  2787  DATA	./runtime/asm_386.s	/^DATA masks<>+0xec(SB)\/4, $0x0000ffff$/;"	l
  2788  DATA	./runtime/asm_386.s	/^DATA masks<>+0xf0(SB)\/4, $0xffffffff$/;"	l
  2789  DATA	./runtime/asm_386.s	/^DATA masks<>+0xf4(SB)\/4, $0xffffffff$/;"	l
  2790  DATA	./runtime/asm_386.s	/^DATA masks<>+0xf8(SB)\/4, $0xffffffff$/;"	l
  2791  DATA	./runtime/asm_386.s	/^DATA masks<>+0xfc(SB)\/4, $0x00ffffff$/;"	l
  2792  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x00(SB)\/4, $0x00000000$/;"	l
  2793  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x04(SB)\/4, $0x00000000$/;"	l
  2794  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x08(SB)\/4, $0x00000000$/;"	l
  2795  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x0c(SB)\/4, $0x00000000$/;"	l
  2796  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x10(SB)\/4, $0xffffff0f$/;"	l
  2797  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x14(SB)\/4, $0xffffffff$/;"	l
  2798  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x18(SB)\/4, $0xffffffff$/;"	l
  2799  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x1c(SB)\/4, $0xffffffff$/;"	l
  2800  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x20(SB)\/4, $0xffff0f0e$/;"	l
  2801  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x24(SB)\/4, $0xffffffff$/;"	l
  2802  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x28(SB)\/4, $0xffffffff$/;"	l
  2803  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x2c(SB)\/4, $0xffffffff$/;"	l
  2804  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x30(SB)\/4, $0xff0f0e0d$/;"	l
  2805  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x34(SB)\/4, $0xffffffff$/;"	l
  2806  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x38(SB)\/4, $0xffffffff$/;"	l
  2807  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x3c(SB)\/4, $0xffffffff$/;"	l
  2808  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x40(SB)\/4, $0x0f0e0d0c$/;"	l
  2809  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x44(SB)\/4, $0xffffffff$/;"	l
  2810  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x48(SB)\/4, $0xffffffff$/;"	l
  2811  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x4c(SB)\/4, $0xffffffff$/;"	l
  2812  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x50(SB)\/4, $0x0e0d0c0b$/;"	l
  2813  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x54(SB)\/4, $0xffffff0f$/;"	l
  2814  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x58(SB)\/4, $0xffffffff$/;"	l
  2815  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x5c(SB)\/4, $0xffffffff$/;"	l
  2816  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x60(SB)\/4, $0x0d0c0b0a$/;"	l
  2817  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x64(SB)\/4, $0xffff0f0e$/;"	l
  2818  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x68(SB)\/4, $0xffffffff$/;"	l
  2819  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x6c(SB)\/4, $0xffffffff$/;"	l
  2820  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x70(SB)\/4, $0x0c0b0a09$/;"	l
  2821  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x74(SB)\/4, $0xff0f0e0d$/;"	l
  2822  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x78(SB)\/4, $0xffffffff$/;"	l
  2823  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x7c(SB)\/4, $0xffffffff$/;"	l
  2824  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x80(SB)\/4, $0x0b0a0908$/;"	l
  2825  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x84(SB)\/4, $0x0f0e0d0c$/;"	l
  2826  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x88(SB)\/4, $0xffffffff$/;"	l
  2827  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x8c(SB)\/4, $0xffffffff$/;"	l
  2828  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x90(SB)\/4, $0x0a090807$/;"	l
  2829  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x94(SB)\/4, $0x0e0d0c0b$/;"	l
  2830  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x98(SB)\/4, $0xffffff0f$/;"	l
  2831  DATA	./runtime/asm_386.s	/^DATA shifts<>+0x9c(SB)\/4, $0xffffffff$/;"	l
  2832  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xa0(SB)\/4, $0x09080706$/;"	l
  2833  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xa4(SB)\/4, $0x0d0c0b0a$/;"	l
  2834  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xa8(SB)\/4, $0xffff0f0e$/;"	l
  2835  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xac(SB)\/4, $0xffffffff$/;"	l
  2836  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xb0(SB)\/4, $0x08070605$/;"	l
  2837  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xb4(SB)\/4, $0x0c0b0a09$/;"	l
  2838  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xb8(SB)\/4, $0xff0f0e0d$/;"	l
  2839  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xbc(SB)\/4, $0xffffffff$/;"	l
  2840  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xc0(SB)\/4, $0x07060504$/;"	l
  2841  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xc4(SB)\/4, $0x0b0a0908$/;"	l
  2842  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xc8(SB)\/4, $0x0f0e0d0c$/;"	l
  2843  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xcc(SB)\/4, $0xffffffff$/;"	l
  2844  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xd0(SB)\/4, $0x06050403$/;"	l
  2845  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xd4(SB)\/4, $0x0a090807$/;"	l
  2846  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xd8(SB)\/4, $0x0e0d0c0b$/;"	l
  2847  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xdc(SB)\/4, $0xffffff0f$/;"	l
  2848  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xe0(SB)\/4, $0x05040302$/;"	l
  2849  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xe4(SB)\/4, $0x09080706$/;"	l
  2850  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xe8(SB)\/4, $0x0d0c0b0a$/;"	l
  2851  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xec(SB)\/4, $0xffff0f0e$/;"	l
  2852  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xf0(SB)\/4, $0x04030201$/;"	l
  2853  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xf4(SB)\/4, $0x08070605$/;"	l
  2854  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xf8(SB)\/4, $0x0c0b0a09$/;"	l
  2855  DATA	./runtime/asm_386.s	/^DATA shifts<>+0xfc(SB)\/4, $0xff0f0e0d$/;"	l
  2856  DATA	./runtime/asm_amd64.s	/^DATA	runtime·mainPC+0(SB)\/8,$runtime·main(SB)$/;"	l
  2857  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x00(SB)\/8, $0x0000000000000000$/;"	l
  2858  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x08(SB)\/8, $0x0000000000000000$/;"	l
  2859  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x10(SB)\/8, $0x00000000000000ff$/;"	l
  2860  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x18(SB)\/8, $0x0000000000000000$/;"	l
  2861  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x20(SB)\/8, $0x000000000000ffff$/;"	l
  2862  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x28(SB)\/8, $0x0000000000000000$/;"	l
  2863  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x30(SB)\/8, $0x0000000000ffffff$/;"	l
  2864  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x38(SB)\/8, $0x0000000000000000$/;"	l
  2865  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x40(SB)\/8, $0x00000000ffffffff$/;"	l
  2866  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x48(SB)\/8, $0x0000000000000000$/;"	l
  2867  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x50(SB)\/8, $0x000000ffffffffff$/;"	l
  2868  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x58(SB)\/8, $0x0000000000000000$/;"	l
  2869  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x60(SB)\/8, $0x0000ffffffffffff$/;"	l
  2870  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x68(SB)\/8, $0x0000000000000000$/;"	l
  2871  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x70(SB)\/8, $0x00ffffffffffffff$/;"	l
  2872  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x78(SB)\/8, $0x0000000000000000$/;"	l
  2873  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x80(SB)\/8, $0xffffffffffffffff$/;"	l
  2874  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x88(SB)\/8, $0x0000000000000000$/;"	l
  2875  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x90(SB)\/8, $0xffffffffffffffff$/;"	l
  2876  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0x98(SB)\/8, $0x00000000000000ff$/;"	l
  2877  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xa0(SB)\/8, $0xffffffffffffffff$/;"	l
  2878  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xa8(SB)\/8, $0x000000000000ffff$/;"	l
  2879  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xb0(SB)\/8, $0xffffffffffffffff$/;"	l
  2880  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xb8(SB)\/8, $0x0000000000ffffff$/;"	l
  2881  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xc0(SB)\/8, $0xffffffffffffffff$/;"	l
  2882  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xc8(SB)\/8, $0x00000000ffffffff$/;"	l
  2883  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xd0(SB)\/8, $0xffffffffffffffff$/;"	l
  2884  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xd8(SB)\/8, $0x000000ffffffffff$/;"	l
  2885  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xe0(SB)\/8, $0xffffffffffffffff$/;"	l
  2886  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xe8(SB)\/8, $0x0000ffffffffffff$/;"	l
  2887  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xf0(SB)\/8, $0xffffffffffffffff$/;"	l
  2888  DATA	./runtime/asm_amd64.s	/^DATA masks<>+0xf8(SB)\/8, $0x00ffffffffffffff$/;"	l
  2889  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x00(SB)\/8, $0x0000000000000000$/;"	l
  2890  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x08(SB)\/8, $0x0000000000000000$/;"	l
  2891  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x10(SB)\/8, $0xffffffffffffff0f$/;"	l
  2892  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x18(SB)\/8, $0xffffffffffffffff$/;"	l
  2893  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x20(SB)\/8, $0xffffffffffff0f0e$/;"	l
  2894  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x28(SB)\/8, $0xffffffffffffffff$/;"	l
  2895  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x30(SB)\/8, $0xffffffffff0f0e0d$/;"	l
  2896  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x38(SB)\/8, $0xffffffffffffffff$/;"	l
  2897  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x40(SB)\/8, $0xffffffff0f0e0d0c$/;"	l
  2898  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x48(SB)\/8, $0xffffffffffffffff$/;"	l
  2899  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x50(SB)\/8, $0xffffff0f0e0d0c0b$/;"	l
  2900  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x58(SB)\/8, $0xffffffffffffffff$/;"	l
  2901  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x60(SB)\/8, $0xffff0f0e0d0c0b0a$/;"	l
  2902  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x68(SB)\/8, $0xffffffffffffffff$/;"	l
  2903  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x70(SB)\/8, $0xff0f0e0d0c0b0a09$/;"	l
  2904  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x78(SB)\/8, $0xffffffffffffffff$/;"	l
  2905  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x80(SB)\/8, $0x0f0e0d0c0b0a0908$/;"	l
  2906  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x88(SB)\/8, $0xffffffffffffffff$/;"	l
  2907  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x90(SB)\/8, $0x0e0d0c0b0a090807$/;"	l
  2908  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0x98(SB)\/8, $0xffffffffffffff0f$/;"	l
  2909  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xa0(SB)\/8, $0x0d0c0b0a09080706$/;"	l
  2910  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xa8(SB)\/8, $0xffffffffffff0f0e$/;"	l
  2911  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xb0(SB)\/8, $0x0c0b0a0908070605$/;"	l
  2912  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xb8(SB)\/8, $0xffffffffff0f0e0d$/;"	l
  2913  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xc0(SB)\/8, $0x0b0a090807060504$/;"	l
  2914  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xc8(SB)\/8, $0xffffffff0f0e0d0c$/;"	l
  2915  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xd0(SB)\/8, $0x0a09080706050403$/;"	l
  2916  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xd8(SB)\/8, $0xffffff0f0e0d0c0b$/;"	l
  2917  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xe0(SB)\/8, $0x0908070605040302$/;"	l
  2918  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xe8(SB)\/8, $0xffff0f0e0d0c0b0a$/;"	l
  2919  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xf0(SB)\/8, $0x0807060504030201$/;"	l
  2920  DATA	./runtime/asm_amd64.s	/^DATA shifts<>+0xf8(SB)\/8, $0xff0f0e0d0c0b0a09$/;"	l
  2921  DATA	./runtime/asm_amd64p32.s	/^DATA	runtime·mainPC+0(SB)\/4,$runtime·main(SB)$/;"	l
  2922  DATA	./runtime/asm_arm.s	/^DATA	runtime·mainPC+0(SB)\/4,$runtime·main(SB)$/;"	l
  2923  DATA	./runtime/asm_arm64.s	/^DATA	runtime·mainPC+0(SB)\/8,$runtime·main(SB)$/;"	l
  2924  DATA	./runtime/asm_ppc64x.s	/^DATA	runtime·mainPC+0(SB)\/8,$runtime·main(SB)$/;"	l
  2925  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x00(SB)\/4,$_rt0_arm_android_argv0(SB)$/;"	l
  2926  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x04(SB)\/4,$0$/;"	l
  2927  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x08(SB)\/4,$0$/;"	l
  2928  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x0C(SB)\/4,$15      \/\/ AT_PLATFORM$/;"	l
  2929  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x10(SB)\/4,$_rt0_arm_android_auxv0(SB)$/;"	l
  2930  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x14(SB)\/4,$16      \/\/ AT_HWCAP$/;"	l
  2931  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x18(SB)\/4,$0x2040  \/\/ HWCAP_VFP | HWCAP_VFPv3$/;"	l
  2932  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv+0x1C(SB)\/4,$0$/;"	l
  2933  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_argv0(SB)\/8, $"gojni"$/;"	l
  2934  DATA	./runtime/rt0_android_arm.s	/^DATA _rt0_arm_android_auxv0(SB)\/4, $"v7l"$/;"	l
  2935  DATA	./runtime/rt0_darwin_amd64.s	/^DATA _rt0_amd64_darwin_lib_argc<>(SB)\/8, $0$/;"	l
  2936  DATA	./runtime/rt0_darwin_amd64.s	/^DATA _rt0_amd64_darwin_lib_argv<>(SB)\/8, $0$/;"	l
  2937  DATA	./runtime/rt0_darwin_arm.s	/^DATA  _rt0_arm_darwin_lib_argc<>(SB)\/4, $0$/;"	l
  2938  DATA	./runtime/rt0_darwin_arm.s	/^DATA  _rt0_arm_darwin_lib_argv<>(SB)\/4, $0$/;"	l
  2939  DATA	./runtime/rt0_darwin_arm64.s	/^DATA  _rt0_arm64_darwin_lib_argc<>(SB)\/8, $0$/;"	l
  2940  DATA	./runtime/rt0_darwin_arm64.s	/^DATA  _rt0_arm64_darwin_lib_argv<>(SB)\/8, $0$/;"	l
  2941  DATA	./runtime/rt0_linux_386.s	/^DATA	runtime·_vdso(SB)\/4, $_fallback_vdso(SB)$/;"	l
  2942  DATA	./runtime/rt0_linux_386.s	/^DATA _rt0_386_linux_lib_argc<>(SB)\/4, $0$/;"	l
  2943  DATA	./runtime/rt0_linux_386.s	/^DATA _rt0_386_linux_lib_argv<>(SB)\/4, $0$/;"	l
  2944  DATA	./runtime/rt0_linux_amd64.s	/^DATA _rt0_amd64_linux_lib_argc<>(SB)\/8, $0$/;"	l
  2945  DATA	./runtime/rt0_linux_amd64.s	/^DATA _rt0_amd64_linux_lib_argv<>(SB)\/8, $0$/;"	l
  2946  DATA	./runtime/rt0_linux_arm.s	/^DATA _rt0_arm_linux_lib_argc<>(SB)\/4,$0$/;"	l
  2947  DATA	./runtime/rt0_linux_arm.s	/^DATA _rt0_arm_linux_lib_argv<>(SB)\/4,$0$/;"	l
  2948  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x00(SB)\/8, $"This pro"$/;"	l
  2949  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x08(SB)\/8, $"gram can"$/;"	l
  2950  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x10(SB)\/8, $" only be"$/;"	l
  2951  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x18(SB)\/8, $" run on "$/;"	l
  2952  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x20(SB)\/8, $"EABI ker"$/;"	l
  2953  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x28(SB)\/4, $"nels"$/;"	l
  2954  DATA	./runtime/rt0_linux_arm.s	/^DATA bad_abi_msg+0x2c(SB)\/1, $0xa$/;"	l
  2955  DATA	./runtime/rt0_plan9_386.s	/^DATA  runtime·isplan9(SB)\/4, $1$/;"	l
  2956  DATA	./runtime/rt0_plan9_amd64.s	/^DATA runtime·isplan9(SB)\/4, $1$/;"	l
  2957  DATA	./runtime/rt0_solaris_amd64.s	/^DATA runtime·issolaris(SB)\/4, $1$/;"	l
  2958  DATA	./runtime/rt0_windows_386.s	/^DATA  runtime·iswindows(SB)\/4, $1$/;"	l
  2959  DATA	./runtime/rt0_windows_amd64.s	/^DATA  runtime·iswindows(SB)\/4, $1$/;"	l
  2960  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x00(SB)\/4, $0xf4f8fcff$/;"	l
  2961  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x04(SB)\/4, $0xe6eaedf0$/;"	l
  2962  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x08(SB)\/4, $0xdadde0e3$/;"	l
  2963  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x0c(SB)\/4, $0xcfd2d4d7$/;"	l
  2964  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x10(SB)\/4, $0xc5c7cacc$/;"	l
  2965  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x14(SB)\/4, $0xbcbec0c3$/;"	l
  2966  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x18(SB)\/4, $0xb4b6b8ba$/;"	l
  2967  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x1c(SB)\/4, $0xacaeb0b2$/;"	l
  2968  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x20(SB)\/4, $0xa5a7a8aa$/;"	l
  2969  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x24(SB)\/4, $0x9fa0a2a3$/;"	l
  2970  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x28(SB)\/4, $0x999a9c9d$/;"	l
  2971  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x2c(SB)\/4, $0x93949697$/;"	l
  2972  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x30(SB)\/4, $0x8e8f9092$/;"	l
  2973  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x34(SB)\/4, $0x898a8c8d$/;"	l
  2974  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x38(SB)\/4, $0x85868788$/;"	l
  2975  DATA	./runtime/vlop_arm.s	/^DATA fast_udiv_tab<>+0x3c(SB)\/4, $0x81828384$/;"	l
  2976  DB	./database/sql/sql.go	/^type DB struct {$/;"	t
  2977  DBStats	./database/sql/sql.go	/^type DBStats struct {$/;"	t
  2978  DISPATCH	./runtime/asm_386.s	/^#define DISPATCH(NAME,MAXSIZE)		\\$/;"	d
  2979  DISPATCH	./runtime/asm_amd64.s	/^#define DISPATCH(NAME,MAXSIZE)		\\$/;"	d
  2980  DISPATCH	./runtime/asm_amd64p32.s	/^#define DISPATCH(NAME,MAXSIZE)		\\$/;"	d
  2981  DISPATCH	./runtime/asm_arm.s	/^#define DISPATCH(NAME,MAXSIZE)		\\$/;"	d
  2982  DISPATCH	./runtime/asm_arm64.s	/^#define DISPATCH(NAME,MAXSIZE)		\\$/;"	d
  2983  DISPATCH	./runtime/asm_ppc64x.s	/^#define DISPATCH(NAME,MAXSIZE)		\\$/;"	d
  2984  DLL	./runtime/syscall_windows_test.go	/^type DLL struct {$/;"	t
  2985  DLL	./syscall/dll_windows.go	/^type DLL struct {$/;"	t
  2986  DLLError	./syscall/dll_windows.go	/^type DLLError struct {$/;"	t
  2987  DLLFuncName	./syscall/mksyscall_windows.go	/^func (f *Fn) DLLFuncName() string {$/;"	f
  2988  DLLName	./syscall/mksyscall_windows.go	/^func (f *Fn) DLLName() string {$/;"	f
  2989  DLLs	./syscall/mksyscall_windows.go	/^func (src *Source) DLLs() []string {$/;"	f
  2990  DMB_ISHST_7	./sync/atomic/asm_arm.s	/^#define DMB_ISHST_7 \\$/;"	d
  2991  DMB_ISH_7	./sync/atomic/asm_arm.s	/^#define DMB_ISH_7 \\$/;"	d
  2992  DNSConfigError	./net/net.go	/^type DNSConfigError struct {$/;"	t
  2993  DNSError	./net/net.go	/^type DNSError struct {$/;"	t
  2994  DNSMXData	./syscall/ztypes_windows.go	/^type DNSMXData struct {$/;"	t
  2995  DNSPTRData	./syscall/ztypes_windows.go	/^type DNSPTRData struct {$/;"	t
  2996  DNSRecord	./syscall/ztypes_windows.go	/^type DNSRecord struct {$/;"	t
  2997  DNSSRVData	./syscall/ztypes_windows.go	/^type DNSSRVData struct {$/;"	t
  2998  DNSTXTData	./syscall/ztypes_windows.go	/^type DNSTXTData struct {$/;"	t
  2999  DRconv	./cmd/internal/obj/arm/list5.go	/^func DRconv(a int) string {$/;"	f
  3000  DRconv	./cmd/internal/obj/arm64/list7.go	/^func DRconv(a int) string {$/;"	f
  3001  DRconv	./cmd/internal/obj/ppc64/list9.go	/^func DRconv(a int) string {$/;"	f
  3002  DT	./encoding/gob/codec_test.go	/^type DT struct {$/;"	t
  3003  DTypeFunc	./runtime/runtime-gdb.py	/^class DTypeFunc(gdb.Function):$/;"	c
  3004  DUPOK	./runtime/textflag.h	/^#define DUPOK	/;"	d
  3005  DWARF	./debug/elf/file.go	/^func (f *File) DWARF() (*dwarf.Data, error) {$/;"	f
  3006  DWARF	./debug/macho/file.go	/^func (f *File) DWARF() (*dwarf.Data, error) {$/;"	f
  3007  DWARF	./debug/pe/file.go	/^func (f *File) DWARF() (*dwarf.Data, error) {$/;"	f
  3008  DWAbbrev	./cmd/link/internal/ld/dwarf.go	/^type DWAbbrev struct {$/;"	t
  3009  DWAttr	./cmd/link/internal/ld/dwarf.go	/^type DWAttr struct {$/;"	t
  3010  DWAttrForm	./cmd/link/internal/ld/dwarf.go	/^type DWAttrForm struct {$/;"	t
  3011  DWDie	./cmd/link/internal/ld/dwarf.go	/^type DWDie struct {$/;"	t
  3012  D_OREG	./cmd/compile/internal/gc/go.go	/^	\/\/ Instruction updates whichever of from\/to is type D_OREG. (ppc64)$/;"	t
  3013  Data	./cmd/internal/goobj/read.go	/^type Data struct {$/;"	t
  3014  Data	./crypto/md5/gen.go	/^type Data struct {$/;"	t
  3015  Data	./debug/dwarf/open.go	/^type Data struct {$/;"	t
  3016  Data	./debug/elf/elf.go	/^type Data byte$/;"	t
  3017  Data	./debug/elf/file.go	/^func (s *Section) Data() ([]byte, error) {$/;"	f
  3018  Data	./debug/macho/file.go	/^func (s *Section) Data() ([]byte, error) {$/;"	f
  3019  Data	./debug/macho/file.go	/^func (s *Segment) Data() ([]byte, error) {$/;"	f
  3020  Data	./debug/pe/file.go	/^func (s *Section) Data() ([]byte, error) {$/;"	f
  3021  Data	./debug/plan9obj/file.go	/^func (s *Section) Data() ([]byte, error) {$/;"	f
  3022  Data	./encoding/xml/marshal_test.go	/^type Data struct {$/;"	t
  3023  Data	./go/ast/scope.go	/^\/\/	Kind    Data type         Data value$/;"	t
  3024  Data	./net/smtp/smtp.go	/^func (c *Client) Data() (io.WriteCloser, error) {$/;"	f
  3025  Data	./sync/atomic/atomic_test.go	/^	type Data struct {$/;"	t
  3026  DataDirectory	./debug/pe/pe.go	/^type DataDirectory struct {$/;"	t
  3027  DataErrReader	./testing/iotest/reader.go	/^func DataErrReader(r io.Reader) io.Reader { return &dataErrReader{r, nil, make([]byte, 1024)} }$/;"	f
  3028  DataOffset	./archive/zip/reader.go	/^func (f *File) DataOffset() (offset int64, err error) {$/;"	f
  3029  Datastring	./cmd/compile/internal/gc/obj.go	/^func Datastring(s string, a *obj.Addr) {$/;"	f
  3030  Datblk	./cmd/link/internal/ld/data.go	/^func Datblk(addr int64, size int64) {$/;"	f
  3031  Date	./net/mail/message.go	/^func (h Header) Date() (time.Time, error) {$/;"	f
  3032  Date	./time/time.go	/^func (t Time) Date() (year int, month Month, day int) {$/;"	f
  3033  Date	./time/time.go	/^func Date(year int, month Month, day, hour, min, sec, nsec int, loc *Location) Time {$/;"	f
  3034  DateServer	./net/http/triv.go	/^func DateServer(rw http.ResponseWriter, req *http.Request) {$/;"	f
  3035  Day	./time/time.go	/^func (t Time) Day() int {$/;"	f
  3036  DaysIn	./time/internal_test.go	/^var DaysIn = daysIn$/;"	v
  3037  DaysIn	./time/time_test.go	/^	\/\/ Test the daysIn function via the `var DaysIn = daysIn`$/;"	v
  3038  Dconv	./cmd/internal/obj/util.go	/^func (ctxt *Link) Dconv(a *Addr) string {$/;"	f
  3039  Dconv	./cmd/internal/obj/util.go	/^func Dconv(p *Prog, a *Addr) string {$/;"	f
  3040  Debug	./cmd/compile/internal/gc/go.go	/^var Debug [256]int$/;"	v
  3041  Debug	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) Debug(out io.Writer) {$/;"	f
  3042  Debug	./encoding/gob/debug.go	/^func Debug(r io.Reader) {$/;"	f
  3043  Debug	./log/syslog/syslog.go	/^func (w *Writer) Debug(m string) (err error) {$/;"	f
  3044  Debug_checknil	./cmd/compile/internal/gc/go.go	/^var Debug_checknil int$/;"	v
  3045  Debug_gcprog	./cmd/compile/internal/gc/reflect.go	/^var Debug_gcprog int \/\/ set by -d gcprog$/;"	v
  3046  Debug_typeassert	./cmd/compile/internal/gc/go.go	/^var Debug_typeassert int$/;"	v
  3047  Decl	./go/ast/ast.go	/^type Decl interface {$/;"	t
  3048  Decode	./cmd/internal/objfile/disasm.go	/^func (d *Disasm) Decode(start, end uint64, f func(pc, size uint64, file string, line int, text string)) {$/;"	f
  3049  Decode	./cmd/internal/rsc.io/arm/armasm/decode.go	/^func Decode(src []byte, mode Mode) (inst Inst, err error) {$/;"	f
  3050  Decode	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^func Decode(src []byte, mode int) (inst Inst, err error) {$/;"	f
  3051  Decode	./compress/bzip2/huffman.go	/^func (t *huffmanTree) Decode(br *bitReader) (v uint16) {$/;"	f
  3052  Decode	./compress/bzip2/move_to_front.go	/^func (m moveToFrontDecoder) Decode(n int) (b byte) {$/;"	f
  3053  Decode	./encoding/ascii85/ascii85.go	/^func Decode(dst, src []byte, flush bool) (ndst, nsrc int, err error) {$/;"	f
  3054  Decode	./encoding/base32/base32.go	/^func (enc *Encoding) Decode(dst, src []byte) (n int, err error) {$/;"	f
  3055  Decode	./encoding/base64/base64.go	/^func (enc *Encoding) Decode(dst, src []byte) (n int, err error) {$/;"	f
  3056  Decode	./encoding/gob/decoder.go	/^func (dec *Decoder) Decode(e interface{}) error {$/;"	f
  3057  Decode	./encoding/hex/hex.go	/^func Decode(dst, src []byte) (int, error) {$/;"	f
  3058  Decode	./encoding/json/stream.go	/^func (dec *Decoder) Decode(v interface{}) error {$/;"	f
  3059  Decode	./encoding/pem/pem.go	/^func Decode(data []byte) (p *Block, rest []byte) {$/;"	f
  3060  Decode	./encoding/xml/read.go	/^func (d *Decoder) Decode(v interface{}) error {$/;"	f
  3061  Decode	./image/format.go	/^func Decode(r io.Reader) (Image, string, error) {$/;"	f
  3062  Decode	./image/gif/reader.go	/^func Decode(r io.Reader) (image.Image, error) {$/;"	f
  3063  Decode	./image/jpeg/reader.go	/^func Decode(r io.Reader) (image.Image, error) {$/;"	f
  3064  Decode	./image/png/reader.go	/^func Decode(r io.Reader) (image.Image, error) {$/;"	f
  3065  Decode	./mime/encodedword.go	/^func (d *WordDecoder) Decode(word string) (string, error) {$/;"	f
  3066  Decode	./unicode/utf16/utf16.go	/^func Decode(s []uint16) []rune {$/;"	f
  3067  DecodeAll	./image/gif/reader.go	/^func DecodeAll(r io.Reader) (*GIF, error) {$/;"	f
  3068  DecodeConfig	./image/format.go	/^func DecodeConfig(r io.Reader) (Config, string, error) {$/;"	f
  3069  DecodeConfig	./image/gif/reader.go	/^func DecodeConfig(r io.Reader) (image.Config, error) {$/;"	f
  3070  DecodeConfig	./image/jpeg/reader.go	/^func DecodeConfig(r io.Reader) (image.Config, error) {$/;"	f
  3071  DecodeConfig	./image/png/reader.go	/^func DecodeConfig(r io.Reader) (image.Config, error) {$/;"	f
  3072  DecodeElement	./encoding/xml/read.go	/^func (d *Decoder) DecodeElement(v interface{}, start *StartElement) error {$/;"	f
  3073  DecodeError	./debug/dwarf/buf.go	/^type DecodeError struct {$/;"	t
  3074  DecodeHeader	./mime/encodedword.go	/^func (d *WordDecoder) DecodeHeader(header string) (string, error) {$/;"	f
  3075  DecodeLastRune	./unicode/utf8/utf8.go	/^func DecodeLastRune(p []byte) (r rune, size int) {$/;"	f
  3076  DecodeLastRuneInString	./unicode/utf8/utf8.go	/^func DecodeLastRuneInString(s string) (r rune, size int) {$/;"	f
  3077  DecodeRune	./unicode/utf16/utf16.go	/^func DecodeRune(r1, r2 rune) rune {$/;"	f
  3078  DecodeRune	./unicode/utf8/utf8.go	/^func DecodeRune(p []byte) (r rune, size int) {$/;"	f
  3079  DecodeRuneInString	./unicode/utf8/utf8.go	/^func DecodeRuneInString(s string) (r rune, size int) {$/;"	f
  3080  DecodeString	./encoding/base32/base32.go	/^func (enc *Encoding) DecodeString(s string) ([]byte, error) {$/;"	f
  3081  DecodeString	./encoding/base64/base64.go	/^func (enc *Encoding) DecodeString(s string) ([]byte, error) {$/;"	f
  3082  DecodeString	./encoding/hex/hex.go	/^func DecodeString(s string) ([]byte, error) {$/;"	f
  3083  DecodeValue	./encoding/gob/decoder.go	/^func (dec *Decoder) DecodeValue(v reflect.Value) error {$/;"	f
  3084  DecodedLen	./encoding/base32/base32.go	/^func (enc *Encoding) DecodedLen(n int) int { return n \/ 8 * 5 }$/;"	f
  3085  DecodedLen	./encoding/base64/base64.go	/^func (enc *Encoding) DecodedLen(n int) int {$/;"	f
  3086  DecodedLen	./encoding/hex/hex.go	/^func DecodedLen(x int) int { return x \/ 2 }$/;"	f
  3087  Decoder	./encoding/gob/decoder.go	/^type Decoder struct {$/;"	t
  3088  Decoder	./encoding/json/stream.go	/^type Decoder struct {$/;"	t
  3089  Decoder	./encoding/xml/xml.go	/^type Decoder struct {$/;"	t
  3090  DecodingError	./debug/gosym/symtab.go	/^type DecodingError struct {$/;"	t
  3091  Decompressor	./archive/zip/register.go	/^type Decompressor func(io.Reader) io.ReadCloser$/;"	t
  3092  Decref	./net/fd_mutex.go	/^func (mu *fdMutex) Decref() bool {$/;"	f
  3093  Decrypt	./crypto/aes/cipher.go	/^func (c *aesCipher) Decrypt(dst, src []byte) {$/;"	f
  3094  Decrypt	./crypto/des/cipher.go	/^func (c *desCipher) Decrypt(dst, src []byte) { decryptBlock(c.subkeys[:], dst, src) }$/;"	f
  3095  Decrypt	./crypto/des/cipher.go	/^func (c *tripleDESCipher) Decrypt(dst, src []byte) {$/;"	f
  3096  Decrypt	./crypto/rsa/rsa.go	/^func (priv *PrivateKey) Decrypt(rand io.Reader, ciphertext []byte, opts crypto.DecrypterOpts) (plaintext []byte, err error) {$/;"	f
  3097  DecryptOAEP	./crypto/rsa/rsa.go	/^func DecryptOAEP(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) (msg []byte, err error) {$/;"	f
  3098  DecryptPEMBlock	./crypto/x509/pem_decrypt.go	/^func DecryptPEMBlock(b *pem.Block, password []byte) ([]byte, error) {$/;"	f
  3099  DecryptPKCS1v15	./crypto/rsa/pkcs1v15.go	/^func DecryptPKCS1v15(rand io.Reader, priv *PrivateKey, ciphertext []byte) (out []byte, err error) {$/;"	f
  3100  DecryptPKCS1v15SessionKey	./crypto/rsa/pkcs1v15.go	/^func DecryptPKCS1v15SessionKey(rand io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) (err error) {$/;"	f
  3101  DecryptPKCS1v15Test	./crypto/rsa/pkcs1v15_test.go	/^type DecryptPKCS1v15Test struct {$/;"	t
  3102  Decrypter	./crypto/crypto.go	/^type Decrypter interface {$/;"	t
  3103  DecrypterOpts	./crypto/crypto.go	/^type DecrypterOpts interface{}$/;"	t
  3104  DeepEqual	./reflect/deepequal.go	/^func DeepEqual(a1, a2 interface{}) bool {$/;"	f
  3105  DeepEqualTest	./reflect/all_test.go	/^type DeepEqualTest struct {$/;"	t
  3106  DefPredeclaredTestFuncs	./go/types/universe.go	/^func DefPredeclaredTestFuncs() {$/;"	f
  3107  Default	./go/importer/importer.go	/^func Default() types.Importer {$/;"	f
  3108  DefaultClient	./net/http/client.go	/^var DefaultClient = &Client{}$/;"	v
  3109  DefaultMask	./net/ip.go	/^func (ip IP) DefaultMask() IPMask {$/;"	f
  3110  DefaultParameterConverter	./database/sql/driver/types.go	/^var DefaultParameterConverter defaultConverter$/;"	v
  3111  DefaultServeMux	./net/http/server.go	/^var DefaultServeMux = NewServeMux()$/;"	v
  3112  DefaultServer	./net/rpc/server.go	/^var DefaultServer = NewServer()$/;"	v
  3113  DefaultTransport	./net/http/transport.go	/^var DefaultTransport RoundTripper = &Transport{$/;"	v
  3114  DefaultUserAgent	./net/http/export_test.go	/^var DefaultUserAgent = defaultUserAgent$/;"	v
  3115  DeferDelete	./cmd/pprof/internal/tempfile/tempfile.go	/^func DeferDelete(path string) {$/;"	f
  3116  DeferT	./runtime/race/testdata/mop_test.go	/^type DeferT int$/;"	t
  3117  Deferproc	./cmd/compile/internal/gc/go.go	/^var Deferproc *Node$/;"	v
  3118  Deferreturn	./cmd/compile/internal/gc/go.go	/^var Deferreturn *Node$/;"	v
  3119  DefinedTemplates	./text/template/exec.go	/^func (t *Template) DefinedTemplates() string {$/;"	f
  3120  Defn	./debug/dwarf/type.go	/^func (t *StructType) Defn() string {$/;"	f
  3121  Del	./net/http/header.go	/^func (h Header) Del(key string) {$/;"	f
  3122  Del	./net/textproto/header.go	/^func (h MIMEHeader) Del(key string) {$/;"	f
  3123  Del	./net/url/url.go	/^func (v Values) Del(key string) {$/;"	f
  3124  DeleteFile	./syscall/zsyscall_windows.go	/^func DeleteFile(path *uint16) (err error) {$/;"	f
  3125  DeleteKey	./internal/syscall/windows/registry/key.go	/^func DeleteKey(k Key, path string) error {$/;"	f
  3126  DeleteValue	./internal/syscall/windows/registry/value.go	/^func (k Key) DeleteValue(name string) error {$/;"	f
  3127  Delim	./encoding/json/stream.go	/^\/\/ number, and null—along with delimiters [ ] { } of type Delim$/;"	t
  3128  Delim	./encoding/json/stream.go	/^type Delim rune$/;"	t
  3129  Delims	./html/template/template.go	/^func (t *Template) Delims(left, right string) *Template {$/;"	f
  3130  Delims	./text/template/template.go	/^func (t *Template) Delims(left, right string) *Template {$/;"	f
  3131  Demangle	./cmd/pprof/internal/plugin/plugin.go	/^func (noObjTool) Demangle(name []string) (map[string]string, error) {$/;"	f
  3132  Demangle	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Demangle(d Demangler) error {$/;"	f
  3133  Demangle	./cmd/pprof/pprof.go	/^func (*objTool) Demangle(names []string) (map[string]string, error) {$/;"	f
  3134  Demangler	./cmd/pprof/internal/profile/profile.go	/^type Demangler func(name []string) (map[string]string, error)$/;"	t
  3135  Denom	./cmd/compile/internal/big/rat.go	/^func (x *Rat) Denom() *Int {$/;"	f
  3136  Denom	./go/constant/value.go	/^func Denom(x Value) Value {$/;"	f
  3137  Denom	./math/big/rat.go	/^func (x *Rat) Denom() *Int {$/;"	f
  3138  Departure	./encoding/xml/marshal_test.go	/^type Departure struct {$/;"	t
  3139  Derived	./runtime/race/testdata/mop_test.go	/^	type Derived struct {$/;"	t
  3140  DetachLsf	./syscall/lsf_linux.go	/^func DetachLsf(fd int) error {$/;"	f
  3141  DetectContentType	./net/http/sniff.go	/^func DetectContentType(data []byte) string {$/;"	f
  3142  DeviceIoControl	./syscall/zsyscall_windows.go	/^func DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outBuffer *byte, outBufferSize uint32, bytesReturned *uint32, overlapped *Overlapped) (err error) {$/;"	f
  3143  Diag	./cmd/link/internal/ld/lib.go	/^func Diag(format string, args ...interface{}) {$/;"	f
  3144  Dial	./crypto/tls/tls.go	/^func Dial(network, addr string, config *Config) (*Conn, error) {$/;"	f
  3145  Dial	./log/syslog/syslog.go	/^func Dial(network, raddr string, priority Priority, tag string) (*Writer, error) {$/;"	f
  3146  Dial	./net/dial.go	/^\/\/ See func Dial for a description of the network and address$/;"	f
  3147  Dial	./net/dial.go	/^func (d *Dialer) Dial(network, address string) (Conn, error) {$/;"	f
  3148  Dial	./net/dial.go	/^func Dial(network, address string) (Conn, error) {$/;"	f
  3149  Dial	./net/rpc/client.go	/^func Dial(network, address string) (*Client, error) {$/;"	f
  3150  Dial	./net/rpc/jsonrpc/client.go	/^func Dial(network, address string) (*rpc.Client, error) {$/;"	f
  3151  Dial	./net/smtp/smtp.go	/^func Dial(addr string) (*Client, error) {$/;"	f
  3152  Dial	./net/textproto/textproto.go	/^func Dial(network, addr string) (*Conn, error) {$/;"	f
  3153  DialHTTP	./net/rpc/client.go	/^func DialHTTP(network, address string) (*Client, error) {$/;"	f
  3154  DialHTTPPath	./net/rpc/client.go	/^func DialHTTPPath(network, address, path string) (*Client, error) {$/;"	f
  3155  DialIP	./net/iprawsock_plan9.go	/^func DialIP(netProto string, laddr, raddr *IPAddr) (*IPConn, error) {$/;"	f
  3156  DialIP	./net/iprawsock_posix.go	/^func DialIP(netProto string, laddr, raddr *IPAddr) (*IPConn, error) {$/;"	f
  3157  DialTCP	./net/tcpsock_plan9.go	/^func DialTCP(net string, laddr, raddr *TCPAddr) (*TCPConn, error) {$/;"	f
  3158  DialTCP	./net/tcpsock_posix.go	/^func DialTCP(net string, laddr, raddr *TCPAddr) (*TCPConn, error) {$/;"	f
  3159  DialTimeout	./net/dial.go	/^func DialTimeout(network, address string, timeout time.Duration) (Conn, error) {$/;"	f
  3160  DialUDP	./net/udpsock_plan9.go	/^func DialUDP(net string, laddr, raddr *UDPAddr) (*UDPConn, error) {$/;"	f
  3161  DialUDP	./net/udpsock_posix.go	/^func DialUDP(net string, laddr, raddr *UDPAddr) (*UDPConn, error) {$/;"	f
  3162  DialUnix	./net/unixsock_plan9.go	/^func DialUnix(net string, laddr, raddr *UnixAddr) (*UnixConn, error) {$/;"	f
  3163  DialUnix	./net/unixsock_posix.go	/^func DialUnix(net string, laddr, raddr *UnixAddr) (*UnixConn, error) {$/;"	f
  3164  DialWithDialer	./crypto/tls/tls.go	/^func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) {$/;"	f
  3165  Dialer	./net/dial.go	/^type Dialer struct {$/;"	t
  3166  Dim	./math/dim.go	/^func Dim(x, y float64) float64$/;"	f
  3167  Dir	./go/types/type.go	/^func (c *Chan) Dir() ChanDir { return c.dir }$/;"	f
  3168  Dir	./net/http/fs.go	/^type Dir string$/;"	t
  3169  Dir	./path/filepath/path.go	/^func Dir(path string) string {$/;"	f
  3170  Dir	./path/path.go	/^func Dir(path string) string {$/;"	f
  3171  Dir	./syscall/dir_plan9.go	/^type Dir struct {$/;"	t
  3172  Direct	./encoding/gob/codec_test.go	/^type Direct struct {$/;"	t
  3173  Directive	./encoding/xml/xml.go	/^type Directive []byte$/;"	t
  3174  Dirent	./syscall/syscall_nacl.go	/^type Dirent struct {$/;"	t
  3175  Dirent	./syscall/types_darwin.go	/^type Dirent C.struct_dirent$/;"	t
  3176  Dirent	./syscall/types_dragonfly.go	/^type Dirent C.struct_dirent$/;"	t
  3177  Dirent	./syscall/types_freebsd.go	/^type Dirent C.struct_dirent$/;"	t
  3178  Dirent	./syscall/types_linux.go	/^type Dirent C.struct_dirent$/;"	t
  3179  Dirent	./syscall/types_netbsd.go	/^type Dirent C.struct_dirent$/;"	t
  3180  Dirent	./syscall/types_openbsd.go	/^type Dirent C.struct_dirent$/;"	t
  3181  Dirent	./syscall/types_solaris.go	/^type Dirent C.struct_dirent$/;"	t
  3182  Dirent	./syscall/ztypes_darwin_386.go	/^type Dirent struct {$/;"	t
  3183  Dirent	./syscall/ztypes_darwin_amd64.go	/^type Dirent struct {$/;"	t
  3184  Dirent	./syscall/ztypes_darwin_arm.go	/^type Dirent struct {$/;"	t
  3185  Dirent	./syscall/ztypes_darwin_arm64.go	/^type Dirent struct {$/;"	t
  3186  Dirent	./syscall/ztypes_dragonfly_amd64.go	/^type Dirent struct {$/;"	t
  3187  Dirent	./syscall/ztypes_freebsd_386.go	/^type Dirent struct {$/;"	t
  3188  Dirent	./syscall/ztypes_freebsd_amd64.go	/^type Dirent struct {$/;"	t
  3189  Dirent	./syscall/ztypes_freebsd_arm.go	/^type Dirent struct {$/;"	t
  3190  Dirent	./syscall/ztypes_linux_386.go	/^type Dirent struct {$/;"	t
  3191  Dirent	./syscall/ztypes_linux_amd64.go	/^type Dirent struct {$/;"	t
  3192  Dirent	./syscall/ztypes_linux_arm.go	/^type Dirent struct {$/;"	t
  3193  Dirent	./syscall/ztypes_linux_arm64.go	/^type Dirent struct {$/;"	t
  3194  Dirent	./syscall/ztypes_linux_ppc64.go	/^type Dirent struct {$/;"	t
  3195  Dirent	./syscall/ztypes_linux_ppc64le.go	/^type Dirent struct {$/;"	t
  3196  Dirent	./syscall/ztypes_netbsd_386.go	/^type Dirent struct {$/;"	t
  3197  Dirent	./syscall/ztypes_netbsd_amd64.go	/^type Dirent struct {$/;"	t
  3198  Dirent	./syscall/ztypes_netbsd_arm.go	/^type Dirent struct {$/;"	t
  3199  Dirent	./syscall/ztypes_openbsd_386.go	/^type Dirent struct {$/;"	t
  3200  Dirent	./syscall/ztypes_openbsd_amd64.go	/^type Dirent struct {$/;"	t
  3201  Dirent	./syscall/ztypes_openbsd_arm.go	/^type Dirent struct {$/;"	t
  3202  Dirent	./syscall/ztypes_solaris_amd64.go	/^type Dirent struct {$/;"	t
  3203  Disable_checknil	./cmd/compile/internal/gc/go.go	/^var Disable_checknil int$/;"	v
  3204  Disasm	./cmd/internal/objfile/disasm.go	/^func (f *File) Disasm() (*Disasm, error) {$/;"	f
  3205  Disasm	./cmd/internal/objfile/disasm.go	/^type Disasm struct {$/;"	t
  3206  Disasm	./cmd/pprof/internal/plugin/plugin.go	/^func (noObjTool) Disasm(file string, start, end uint64) ([]Inst, error) {$/;"	f
  3207  Disasm	./cmd/pprof/pprof.go	/^func (t *objTool) Disasm(file string, start, end uint64) ([]plugin.Inst, error) {$/;"	f
  3208  Disc_s	./regexp/testdata/testregex.c	/^typedef struct Disc_s$/;"	s	file:
  3209  Disc_t	./regexp/testdata/testregex.c	/^} Disc_t;$/;"	t	typeref:struct:Disc_s	file:
  3210  Discard	./bufio/bufio.go	/^func (b *Reader) Discard(n int) (discarded int, err error) {$/;"	f
  3211  Discard	./io/ioutil/ioutil.go	/^var Discard io.Writer = devNull(0)$/;"	v
  3212  DiscardCgoDirectives	./cmd/cgo/gcc.go	/^func (f *File) DiscardCgoDirectives() {$/;"	f
  3213  Dist	./reflect/all_test.go	/^func (p Point) Dist(scale int) int {$/;"	f
  3214  Div	./cmd/compile/internal/big/int.go	/^func (z *Int) Div(x, y *Int) *Int {$/;"	f
  3215  Div	./image/geom.go	/^func (p Point) Div(k int) Point {$/;"	f
  3216  Div	./math/big/int.go	/^func (z *Int) Div(x, y *Int) *Int {$/;"	f
  3217  Div	./net/rpc/jsonrpc/all_test.go	/^func (t *Arith) Div(args *Args, reply *Reply) error {$/;"	f
  3218  Div	./net/rpc/server_test.go	/^func (t *Arith) Div(args Args, reply *Reply) error {$/;"	f
  3219  DivMod	./cmd/compile/internal/big/int.go	/^func (z *Int) DivMod(x, y, m *Int) (*Int, *Int) {$/;"	f
  3220  DivMod	./math/big/int.go	/^func (z *Int) DivMod(x, y, m *Int) (*Int, *Int) {$/;"	f
  3221  Divide	./net/rpc/server.go	/^		func (t *Arith) Divide(args *Args, quo *Quotient) error {$/;"	f
  3222  Dlist	./cmd/compile/internal/gc/go.go	/^type Dlist struct {$/;"	t
  3223  Dll	./cmd/link/internal/ld/pe.go	/^type Dll struct {$/;"	t
  3224  DnsNameCompare	./syscall/zsyscall_windows.go	/^func DnsNameCompare(name1 *uint16, name2 *uint16) (same bool) {$/;"	f
  3225  DnsQuery	./syscall/zsyscall_windows.go	/^func DnsQuery(name string, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {$/;"	f
  3226  DnsRecordListFree	./syscall/zsyscall_windows.go	/^func DnsRecordListFree(rl *DNSRecord, freetype uint32) {$/;"	f
  3227  Do	./container/ring/ring.go	/^func (r *Ring) Do(f func(interface{})) {$/;"	f
  3228  Do	./expvar/expvar.go	/^func (v *Map) Do(f func(KeyValue)) {$/;"	f
  3229  Do	./expvar/expvar.go	/^func Do(f func(KeyValue)) {$/;"	f
  3230  Do	./internal/singleflight/singleflight.go	/^func (g *Group) Do(key string, fn func() (interface{}, error)) (v interface{}, err error, shared bool) {$/;"	f
  3231  Do	./net/http/client.go	/^func (c *Client) Do(req *Request) (resp *Response, err error) {$/;"	f
  3232  Do	./net/http/httputil/persist.go	/^func (cc *ClientConn) Do(req *http.Request) (resp *http.Response, err error) {$/;"	f
  3233  Do	./sync/once.go	/^func (o *Once) Do(f func()) {$/;"	f
  3234  DoChan	./internal/singleflight/singleflight.go	/^func (g *Group) DoChan(key string, fn func() (interface{}, error)) <-chan Result {$/;"	f
  3235  DoTest	./net/url/url_test.go	/^func DoTest(t *testing.T, parse func(string) (*URL, error), name string, tests []URLTest) {$/;"	f
  3236  DoTestString	./net/url/url_test.go	/^func DoTestString(t *testing.T, parse func(string) (*URL, error), name string, tests []URLTest) {$/;"	f
  3237  Domacholink	./cmd/link/internal/ld/macho.go	/^func Domacholink() int64 {$/;"	f
  3238  Domain	./encoding/xml/marshal_test.go	/^type Domain struct {$/;"	t
  3239  Done	./sync/waitgroup.go	/^func (wg *WaitGroup) Done() {$/;"	f
  3240  DotDotDotType	./debug/dwarf/type.go	/^type DotDotDotType struct {$/;"	t
  3241  DotNode	./text/template/parse/node.go	/^type DotNode struct {$/;"	t
  3242  DotReader	./net/textproto/reader.go	/^func (r *Reader) DotReader() io.Reader {$/;"	f
  3243  DotWriter	./net/textproto/writer.go	/^func (w *Writer) DotWriter() io.WriteCloser {$/;"	f
  3244  Dotoffset	./cmd/compile/internal/gc/gen.go	/^func Dotoffset(n *Node, oary []int64, nn **Node) int {$/;"	f
  3245  Double	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {$/;"	f
  3246  Double	./crypto/elliptic/p224.go	/^func (p224Curve) Double(bigX1, bigY1 *big.Int) (x, y *big.Int) {$/;"	f
  3247  Draw	./image/draw/draw.go	/^func (floydSteinberg) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) {$/;"	f
  3248  Draw	./image/draw/draw.go	/^func (op Op) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) {$/;"	f
  3249  Draw	./image/draw/draw.go	/^func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op) {$/;"	f
  3250  DrawMask	./image/draw/draw.go	/^func DrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op) {$/;"	f
  3251  DrawYCbCr	./image/internal/imageutil/gen.go	/^func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {$/;"	f
  3252  DrawYCbCr	./image/internal/imageutil/impl.go	/^func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {$/;"	f
  3253  Drawer	./image/draw/draw.go	/^type Drawer interface {$/;"	t
  3254  DriveType	./encoding/xml/marshal_test.go	/^type DriveType int$/;"	t
  3255  Driver	./database/sql/driver/driver.go	/^type Driver interface {$/;"	t
  3256  Driver	./database/sql/sql.go	/^func (db *DB) Driver() driver.Driver {$/;"	f
  3257  Drivers	./database/sql/sql.go	/^func Drivers() []string {$/;"	f
  3258  Drop	./encoding/gob/decode.go	/^func (d *decBuffer) Drop(n int) {$/;"	f
  3259  Dummy	./database/sql/fakedb_test.go	/^type Dummy struct {$/;"	t
  3260  DummyWriter	./runtime/race/testdata/mop_test.go	/^type DummyWriter struct {$/;"	t
  3261  Dump	./cmd/compile/internal/gc/fmt.go	/^func Dump(s string, n *Node) {$/;"	f
  3262  Dump	./encoding/hex/hex.go	/^func Dump(data []byte) string {$/;"	f
  3263  DumpRequest	./net/http/httputil/dump.go	/^func DumpRequest(req *http.Request, body bool) (dump []byte, err error) {$/;"	f
  3264  DumpRequestOut	./net/http/httputil/dump.go	/^func DumpRequestOut(req *http.Request, body bool) ([]byte, error) {$/;"	f
  3265  DumpResponse	./net/http/httputil/dump.go	/^func DumpResponse(resp *http.Response, body bool) (dump []byte, err error) {$/;"	f
  3266  DumpTables	./strings/export_test.go	/^func DumpTables(pattern string) ([]int, []int) {$/;"	f
  3267  Dumper	./encoding/hex/hex.go	/^func Dumper(w io.Writer) io.WriteCloser {$/;"	f
  3268  Dumpit	./cmd/compile/internal/gc/reg.go	/^func Dumpit(str string, r0 *Flow, isreg int) {$/;"	f
  3269  Dup	./syscall/fd_nacl.go	/^func Dup(fd int) (int, error) {$/;"	f
  3270  Dup	./syscall/zsyscall_darwin_386.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3271  Dup	./syscall/zsyscall_darwin_amd64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3272  Dup	./syscall/zsyscall_darwin_arm.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3273  Dup	./syscall/zsyscall_darwin_arm64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3274  Dup	./syscall/zsyscall_dragonfly_amd64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3275  Dup	./syscall/zsyscall_freebsd_386.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3276  Dup	./syscall/zsyscall_freebsd_amd64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3277  Dup	./syscall/zsyscall_freebsd_arm.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3278  Dup	./syscall/zsyscall_linux_386.go	/^func Dup(oldfd int) (fd int, err error) {$/;"	f
  3279  Dup	./syscall/zsyscall_linux_amd64.go	/^func Dup(oldfd int) (fd int, err error) {$/;"	f
  3280  Dup	./syscall/zsyscall_linux_arm.go	/^func Dup(oldfd int) (fd int, err error) {$/;"	f
  3281  Dup	./syscall/zsyscall_linux_arm64.go	/^func Dup(oldfd int) (fd int, err error) {$/;"	f
  3282  Dup	./syscall/zsyscall_linux_ppc64.go	/^func Dup(oldfd int) (fd int, err error) {$/;"	f
  3283  Dup	./syscall/zsyscall_linux_ppc64le.go	/^func Dup(oldfd int) (fd int, err error) {$/;"	f
  3284  Dup	./syscall/zsyscall_netbsd_386.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3285  Dup	./syscall/zsyscall_netbsd_amd64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3286  Dup	./syscall/zsyscall_netbsd_arm.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3287  Dup	./syscall/zsyscall_openbsd_386.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3288  Dup	./syscall/zsyscall_openbsd_amd64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3289  Dup	./syscall/zsyscall_openbsd_arm.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3290  Dup	./syscall/zsyscall_plan9_386.go	/^func Dup(oldfd int, newfd int) (fd int, err error) {$/;"	f
  3291  Dup	./syscall/zsyscall_plan9_amd64.go	/^func Dup(oldfd int, newfd int) (fd int, err error) {$/;"	f
  3292  Dup	./syscall/zsyscall_solaris_amd64.go	/^func Dup(fd int) (nfd int, err error) {$/;"	f
  3293  Dup2	./syscall/fd_nacl.go	/^func Dup2(fd, newfd int) error {$/;"	f
  3294  Dup2	./syscall/zsyscall_darwin_386.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3295  Dup2	./syscall/zsyscall_darwin_amd64.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3296  Dup2	./syscall/zsyscall_darwin_arm.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3297  Dup2	./syscall/zsyscall_darwin_arm64.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3298  Dup2	./syscall/zsyscall_dragonfly_amd64.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3299  Dup2	./syscall/zsyscall_freebsd_386.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3300  Dup2	./syscall/zsyscall_freebsd_amd64.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3301  Dup2	./syscall/zsyscall_freebsd_arm.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3302  Dup2	./syscall/zsyscall_linux_386.go	/^func Dup2(oldfd int, newfd int) (err error) {$/;"	f
  3303  Dup2	./syscall/zsyscall_linux_amd64.go	/^func Dup2(oldfd int, newfd int) (err error) {$/;"	f
  3304  Dup2	./syscall/zsyscall_linux_arm.go	/^func Dup2(oldfd int, newfd int) (err error) {$/;"	f
  3305  Dup2	./syscall/zsyscall_linux_ppc64.go	/^func Dup2(oldfd int, newfd int) (err error) {$/;"	f
  3306  Dup2	./syscall/zsyscall_linux_ppc64le.go	/^func Dup2(oldfd int, newfd int) (err error) {$/;"	f
  3307  Dup2	./syscall/zsyscall_netbsd_386.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3308  Dup2	./syscall/zsyscall_netbsd_amd64.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3309  Dup2	./syscall/zsyscall_netbsd_arm.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3310  Dup2	./syscall/zsyscall_openbsd_386.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3311  Dup2	./syscall/zsyscall_openbsd_amd64.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3312  Dup2	./syscall/zsyscall_openbsd_arm.go	/^func Dup2(from int, to int) (err error) {$/;"	f
  3313  Dup3	./syscall/zsyscall_linux_386.go	/^func Dup3(oldfd int, newfd int, flags int) (err error) {$/;"	f
  3314  Dup3	./syscall/zsyscall_linux_amd64.go	/^func Dup3(oldfd int, newfd int, flags int) (err error) {$/;"	f
  3315  Dup3	./syscall/zsyscall_linux_arm.go	/^func Dup3(oldfd int, newfd int, flags int) (err error) {$/;"	f
  3316  Dup3	./syscall/zsyscall_linux_arm64.go	/^func Dup3(oldfd int, newfd int, flags int) (err error) {$/;"	f
  3317  Dup3	./syscall/zsyscall_linux_ppc64.go	/^func Dup3(oldfd int, newfd int, flags int) (err error) {$/;"	f
  3318  Dup3	./syscall/zsyscall_linux_ppc64le.go	/^func Dup3(oldfd int, newfd int, flags int) (err error) {$/;"	f
  3319  DuplicateHandle	./syscall/zsyscall_windows.go	/^func DuplicateHandle(hSourceProcessHandle Handle, hSourceHandle Handle, hTargetProcessHandle Handle, lpTargetHandle *Handle, dwDesiredAccess uint32, bInheritHandle bool, dwOptions uint32) (err error) {$/;"	f
  3320  Duration	./flag/flag.go	/^func (f *FlagSet) Duration(name string, value time.Duration, usage string) *time.Duration {$/;"	f
  3321  Duration	./flag/flag.go	/^func Duration(name string, value time.Duration, usage string) *time.Duration {$/;"	f
  3322  Duration	./time/time.go	/^type Duration int64$/;"	t
  3323  DurationVar	./flag/flag.go	/^func (f *FlagSet) DurationVar(p *time.Duration, name string, value time.Duration, usage string) {$/;"	f
  3324  DurationVar	./flag/flag.go	/^func DurationVar(p *time.Duration, name string, value time.Duration, usage string) {$/;"	f
  3325  Dwarfemitdebugsections	./cmd/link/internal/ld/dwarf.go	/^func Dwarfemitdebugsections() {$/;"	f
  3326  Dx	./image/geom.go	/^func (r Rectangle) Dx() int {$/;"	f
  3327  Dy	./image/geom.go	/^func (r Rectangle) Dy() int {$/;"	f
  3328  Dylib	./debug/macho/file.go	/^type Dylib struct {$/;"	t
  3329  DylibCmd	./debug/macho/macho.go	/^type DylibCmd struct {$/;"	t
  3330  Dyn32	./debug/elf/elf.go	/^type Dyn32 struct {$/;"	t
  3331  Dyn64	./debug/elf/elf.go	/^type Dyn64 struct {$/;"	t
  3332  DynFlag	./debug/elf/elf.go	/^type DynFlag int$/;"	t
  3333  DynString	./debug/elf/file.go	/^func (f *File) DynString(tag DynTag) ([]string, error) {$/;"	f
  3334  DynTag	./debug/elf/elf.go	/^type DynTag int$/;"	t
  3335  DynamicSymbols	./debug/elf/file.go	/^func (f *File) DynamicSymbols() ([]Symbol, error) {$/;"	f
  3336  DynlinkingGo	./cmd/link/internal/ld/lib.go	/^func DynlinkingGo() bool {$/;"	f
  3337  Dysymtab	./debug/macho/file.go	/^type Dysymtab struct {$/;"	t
  3338  DysymtabCmd	./debug/macho/macho.go	/^type DysymtabCmd struct {$/;"	t
  3339  E1	./math/big/arith_386.s	/^E1:	CMPL BX, BP		\/\/ i < n$/;"	l
  3340  E1	./math/big/arith_amd64.s	/^E1:	NEGQ CX$/;"	l
  3341  E1	./math/big/arith_arm.s	/^E1:$/;"	l
  3342  E2	./math/big/arith_386.s	/^E2:	CMPL BX, BP		\/\/ i < n$/;"	l
  3343  E2	./math/big/arith_amd64.s	/^E2:	NEGQ CX$/;"	l
  3344  E2	./math/big/arith_arm.s	/^E2:$/;"	l
  3345  E3	./math/big/arith_386.s	/^E3:	CMPL BX, BP		\/\/ i < n$/;"	l
  3346  E3	./math/big/arith_amd64.s	/^E3:	MOVQ CX, c+56(FP)	\/\/ return c$/;"	l
  3347  E3	./math/big/arith_arm.s	/^E3:$/;"	l
  3348  E4	./math/big/arith_386.s	/^E4:	CMPL BX, BP		\/\/ i < n$/;"	l
  3349  E4	./math/big/arith_amd64.s	/^E4:	MOVQ CX, c+56(FP)	\/\/ return c$/;"	l
  3350  E4	./math/big/arith_arm.s	/^E4:$/;"	l
  3351  E5	./math/big/arith_386.s	/^E5:	CMPL BX, $0		\/\/ i < 0$/;"	l
  3352  E5	./math/big/arith_amd64.s	/^E5:	CMPQ BX, R11		\/\/ i < n$/;"	l
  3353  E6	./math/big/arith_386.s	/^E6:	CMPL BX, $0		\/\/ i < 0$/;"	l
  3354  E6	./math/big/arith_amd64.s	/^E6:	CMPQ BX, R11		\/\/ i < n$/;"	l
  3355  E6	./math/big/arith_arm.s	/^E6:$/;"	l
  3356  E7	./math/big/arith_386.s	/^E7:	SUBL $1, BX		\/\/ i--$/;"	l
  3357  E7	./math/big/arith_amd64.s	/^E7:	SUBQ $1, BX		\/\/ i--$/;"	l
  3358  E7	./math/big/arith_arm.s	/^E7:$/;"	l
  3359  E8	./math/big/arith_arm.s	/^E8:$/;"	l
  3360  E9	./math/big/arith_386.s	/^E9:	CMPL BX, BP$/;"	l
  3361  E9	./math/big/arith_amd64.s	/^E9:	CMPQ BX, R11$/;"	l
  3362  E9	./math/big/arith_arm.s	/^E9:$/;"	l
  3363  ELF32_R_INFO	./cmd/link/internal/ld/elf.go	/^func ELF32_R_INFO(sym uint32, type_ uint32) uint32 {$/;"	f
  3364  ELF32_R_SYM	./cmd/link/internal/ld/elf.go	/^func ELF32_R_SYM(info uint32) uint32 {$/;"	f
  3365  ELF32_R_TYPE	./cmd/link/internal/ld/elf.go	/^func ELF32_R_TYPE(info uint32) uint32 {$/;"	f
  3366  ELF32_ST_BIND	./cmd/link/internal/ld/elf.go	/^func ELF32_ST_BIND(info uint8) uint8 {$/;"	f
  3367  ELF32_ST_INFO	./cmd/link/internal/ld/elf.go	/^func ELF32_ST_INFO(bind uint8, type_ uint8) uint8 {$/;"	f
  3368  ELF32_ST_TYPE	./cmd/link/internal/ld/elf.go	/^func ELF32_ST_TYPE(info uint8) uint8 {$/;"	f
  3369  ELF32_ST_VISIBILITY	./cmd/link/internal/ld/elf.go	/^func ELF32_ST_VISIBILITY(oth uint8) uint8 {$/;"	f
  3370  ELF64_R_INFO	./cmd/link/internal/ld/elf.go	/^func ELF64_R_INFO(sym uint32, type_ uint32) uint64 {$/;"	f
  3371  ELF64_R_SYM	./cmd/link/internal/ld/elf.go	/^func ELF64_R_SYM(info uint64) uint32 {$/;"	f
  3372  ELF64_R_TYPE	./cmd/link/internal/ld/elf.go	/^func ELF64_R_TYPE(info uint64) uint32 {$/;"	f
  3373  ELF64_ST_BIND	./cmd/link/internal/ld/elf.go	/^func ELF64_ST_BIND(info uint8) uint8 {$/;"	f
  3374  ELF64_ST_INFO	./cmd/link/internal/ld/elf.go	/^func ELF64_ST_INFO(bind uint8, type_ uint8) uint8 {$/;"	f
  3375  ELF64_ST_TYPE	./cmd/link/internal/ld/elf.go	/^func ELF64_ST_TYPE(info uint8) uint8 {$/;"	f
  3376  ELF64_ST_VISIBILITY	./cmd/link/internal/ld/elf.go	/^func ELF64_ST_VISIBILITY(oth uint8) uint8 {$/;"	f
  3377  ELF_NOTE_BUILDINFO_NAME	./cmd/link/internal/ld/elf.go	/^var ELF_NOTE_BUILDINFO_NAME = []byte("GNU\\x00")$/;"	v
  3378  ELF_NOTE_GO_NAME	./cmd/link/internal/ld/elf.go	/^var ELF_NOTE_GO_NAME = []byte("Go\\x00\\x00")$/;"	v
  3379  ELF_NOTE_NETBSD_NAME	./cmd/link/internal/ld/elf.go	/^var ELF_NOTE_NETBSD_NAME = []byte("NetBSD\\x00")$/;"	v
  3380  ELF_NOTE_OPENBSD_NAME	./cmd/link/internal/ld/elf.go	/^var ELF_NOTE_OPENBSD_NAME = []byte("OpenBSD\\x00")$/;"	v
  3381  EOF	./cmd/asm/internal/asm/parse.go	/^var EOF = lex.Make(scanner.EOF, "EOF")$/;"	v
  3382  EOF	./io/io.go	/^var EOF = errors.New("EOF")$/;"	v
  3383  ERRMAX	./runtime/sys_plan9_386.s	/^#define ERRMAX 128	\/* from os_plan9.h *\/$/;"	d
  3384  ERRMAX	./runtime/sys_plan9_amd64.s	/^#define ERRMAX 128	\/* from os_plan9.h *\/$/;"	d
  3385  ET0	./encoding/gob/encoder_test.go	/^type ET0 struct {$/;"	t
  3386  ET1	./encoding/gob/encoder_test.go	/^type ET1 struct {$/;"	t
  3387  ET2	./encoding/gob/encoder_test.go	/^type ET2 struct {$/;"	t
  3388  ET3	./encoding/gob/encoder_test.go	/^type ET3 struct {$/;"	t
  3389  ET4	./encoding/gob/encoder_test.go	/^type ET4 struct {$/;"	t
  3390  EXT	./runtime/cgo/gcc_386.S	/^#define EXT(s) _##s$/;"	d
  3391  EXT	./runtime/cgo/gcc_386.S	/^#define EXT(s) s$/;"	d
  3392  EXT	./runtime/cgo/gcc_amd64.S	/^#define EXT(s) _##s$/;"	d
  3393  EXT	./runtime/cgo/gcc_amd64.S	/^#define EXT(s) s$/;"	d
  3394  EXT	./runtime/cgo/gcc_arm.S	/^#define EXT(s) _##s$/;"	d
  3395  EXT	./runtime/cgo/gcc_arm.S	/^#define EXT(s) s$/;"	d
  3396  EXT	./runtime/cgo/gcc_arm64.S	/^#define EXT(s) _##s$/;"	d
  3397  EXT	./runtime/cgo/gcc_arm64.S	/^#define EXT(s) s$/;"	d
  3398  EXT	./runtime/cgo/gcc_ppc64x.S	/^#define EXT(s) _##s$/;"	d
  3399  EXT	./runtime/cgo/gcc_ppc64x.S	/^#define EXT(s) s$/;"	d
  3400  EXTEND	./crypto/rc4/rc4_amd64.s	/^#define EXTEND(r) MOVBLZX r, r$/;"	d
  3401  EXTEND	./crypto/rc4/rc4_amd64p32.s	/^#define EXTEND(r) MOVBLZX r, r$/;"	d
  3402  Econv	./cmd/compile/internal/gc/fmt.go	/^func Econv(et int, flag int) string {$/;"	f
  3403  EfaceHash	./runtime/export_test.go	/^var EfaceHash = efaceHash$/;"	v
  3404  EfaceKey	./runtime/hash_test.go	/^type EfaceKey struct {$/;"	t
  3405  Elem	./go/types/type.go	/^func (a *Array) Elem() Type { return a.elem }$/;"	f
  3406  Elem	./go/types/type.go	/^func (c *Chan) Elem() Type { return c.elem }$/;"	f
  3407  Elem	./go/types/type.go	/^func (m *Map) Elem() Type { return m.elem }$/;"	f
  3408  Elem	./go/types/type.go	/^func (p *Pointer) Elem() Type { return p.base }$/;"	f
  3409  Elem	./go/types/type.go	/^func (s *Slice) Elem() Type { return s.elem }$/;"	f
  3410  Elem	./reflect/type.go	/^func (t *rtype) Elem() Type {$/;"	f
  3411  Elem	./reflect/value.go	/^func (v Value) Elem() Value {$/;"	f
  3412  Element	./container/list/list.go	/^type Element struct {$/;"	t
  3413  ElfEhdr	./cmd/link/internal/ld/elf.go	/^type ElfEhdr struct {$/;"	t
  3414  ElfHdrBytes	./cmd/link/internal/ld/ldelf.go	/^type ElfHdrBytes struct {$/;"	t
  3415  ElfHdrBytes64	./cmd/link/internal/ld/ldelf.go	/^type ElfHdrBytes64 struct {$/;"	t
  3416  ElfMagic	./cmd/link/internal/ld/ldelf.go	/^var ElfMagic = [4]uint8{0x7F, 'E', 'L', 'F'}$/;"	v
  3417  ElfObj	./cmd/link/internal/ld/ldelf.go	/^type ElfObj struct {$/;"	t
  3418  ElfPhdr	./cmd/link/internal/ld/elf.go	/^type ElfPhdr struct {$/;"	t
  3419  ElfProgBytes	./cmd/link/internal/ld/ldelf.go	/^type ElfProgBytes struct {$/;"	t
  3420  ElfProgBytes64	./cmd/link/internal/ld/ldelf.go	/^type ElfProgBytes64 struct {$/;"	t
  3421  ElfSect	./cmd/link/internal/ld/ldelf.go	/^type ElfSect struct {$/;"	t
  3422  ElfSectBytes	./cmd/link/internal/ld/ldelf.go	/^type ElfSectBytes struct {$/;"	t
  3423  ElfSectBytes64	./cmd/link/internal/ld/ldelf.go	/^type ElfSectBytes64 struct {$/;"	t
  3424  ElfShdr	./cmd/link/internal/ld/elf.go	/^type ElfShdr struct {$/;"	t
  3425  ElfSym	./cmd/link/internal/ld/ldelf.go	/^type ElfSym struct {$/;"	t
  3426  ElfSymBytes	./cmd/link/internal/ld/ldelf.go	/^type ElfSymBytes struct {$/;"	t
  3427  ElfSymBytes64	./cmd/link/internal/ld/ldelf.go	/^type ElfSymBytes64 struct {$/;"	t
  3428  Elf_Note	./cmd/link/internal/ld/elf.go	/^type Elf_Note struct {$/;"	t
  3429  Elfadddynsym	./cmd/link/internal/ld/elf.go	/^func Elfadddynsym(ctxt *Link, s *LSym) {$/;"	f
  3430  Elfaux	./cmd/link/internal/ld/elf.go	/^type Elfaux struct {$/;"	t
  3431  Elfemitreloc	./cmd/link/internal/ld/elf.go	/^func Elfemitreloc() {$/;"	f
  3432  Elfinit	./cmd/link/internal/ld/elf.go	/^func Elfinit() {$/;"	f
  3433  Elflib	./cmd/link/internal/ld/elf.go	/^type Elflib struct {$/;"	t
  3434  Elfstrdat	./cmd/link/internal/ld/elf.go	/^var Elfstrdat []byte$/;"	v
  3435  Elfstring	./cmd/link/internal/ld/elf.go	/^type Elfstring struct {$/;"	t
  3436  Elfwritedynent	./cmd/link/internal/ld/elf.go	/^func Elfwritedynent(s *LSym, tag int, val uint64) {$/;"	f
  3437  Elfwritedynentsymplus	./cmd/link/internal/ld/elf.go	/^func Elfwritedynentsymplus(s *LSym, tag int, t *LSym, add int64) {$/;"	f
  3438  Email	./encoding/xml/example_test.go	/^	type Email struct {$/;"	t
  3439  Embed0	./encoding/json/decode_test.go	/^type Embed0 struct {$/;"	t
  3440  Embed0a	./encoding/json/decode_test.go	/^type Embed0a struct {$/;"	t
  3441  Embed0b	./encoding/json/decode_test.go	/^type Embed0b Embed0$/;"	t
  3442  Embed0c	./encoding/json/decode_test.go	/^type Embed0c Embed0$/;"	t
  3443  Embed0p	./encoding/json/decode_test.go	/^type Embed0p struct {$/;"	t
  3444  Embed0q	./encoding/json/decode_test.go	/^type Embed0q struct {$/;"	t
  3445  EmbedA	./encoding/xml/marshal_test.go	/^type EmbedA struct {$/;"	t
  3446  EmbedB	./encoding/xml/marshal_test.go	/^type EmbedB struct {$/;"	t
  3447  EmbedC	./encoding/xml/marshal_test.go	/^type EmbedC struct {$/;"	t
  3448  EmbedInt	./encoding/xml/marshal_test.go	/^type EmbedInt struct {$/;"	t
  3449  EmbedSelector	./cmd/api/testdata/src/pkg/p1/p1.go	/^type EmbedSelector struct {$/;"	t
  3450  EmbedURLPtr	./cmd/api/testdata/src/pkg/p1/p1.go	/^type EmbedURLPtr struct {$/;"	t
  3451  Embedded	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Embedded struct{}$/;"	t
  3452  Embedded	./go/types/type.go	/^func (t *Interface) Embedded(i int) *Named { return t.embeddeds[i] }$/;"	f
  3453  EmbeddedLocker	./cmd/vet/testdata/copylock_func.go	/^type EmbeddedLocker struct {$/;"	t
  3454  EmbeddedMutexPointer	./cmd/vet/testdata/copylock_func.go	/^type EmbeddedMutexPointer struct {$/;"	t
  3455  EmbeddedRWMutex	./cmd/vet/testdata/copylock_func.go	/^type EmbeddedRWMutex struct {$/;"	t
  3456  Emerg	./log/syslog/syslog.go	/^func (w *Writer) Emerg(m string) (err error) {$/;"	f
  3457  Empty	./cmd/cgo/gcc.go	/^func (tr *TypeRepr) Empty() bool {$/;"	f
  3458  Empty	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Empty() bool {$/;"	f
  3459  Empty	./go/types/type.go	/^func (t *Interface) Empty() bool { return len(t.allMethods) == 0 }$/;"	f
  3460  Empty	./image/geom.go	/^func (r Rectangle) Empty() bool {$/;"	f
  3461  Empty	./reflect/all_test.go	/^type Empty struct{}$/;"	t
  3462  Empty	./runtime/chan_test.go	/^	type Empty struct{}$/;"	t
  3463  Empty	./runtime/race/testdata/mop_test.go	/^	type Empty struct{}$/;"	t
  3464  EmptyInterfaceV	./reflect/all_test.go	/^func EmptyInterfaceV(x interface{}) Value {$/;"	f
  3465  EmptyOp	./regexp/syntax/prog.go	/^type EmptyOp uint8$/;"	t
  3466  EmptyOpContext	./regexp/syntax/prog.go	/^func EmptyOpContext(r1, r2 rune) EmptyOp {$/;"	f
  3467  Encode	./encoding/ascii85/ascii85.go	/^func Encode(dst, src []byte) int {$/;"	f
  3468  Encode	./encoding/base32/base32.go	/^func (enc *Encoding) Encode(dst, src []byte) {$/;"	f
  3469  Encode	./encoding/base64/base64.go	/^func (enc *Encoding) Encode(dst, src []byte) {$/;"	f
  3470  Encode	./encoding/gob/encoder.go	/^func (enc *Encoder) Encode(e interface{}) error {$/;"	f
  3471  Encode	./encoding/hex/hex.go	/^func Encode(dst, src []byte) int {$/;"	f
  3472  Encode	./encoding/json/stream.go	/^func (enc *Encoder) Encode(v interface{}) error {$/;"	f
  3473  Encode	./encoding/pem/pem.go	/^func Encode(out io.Writer, b *Block) error {$/;"	f
  3474  Encode	./encoding/xml/marshal.go	/^func (enc *Encoder) Encode(v interface{}) error {$/;"	f
  3475  Encode	./image/gif/writer.go	/^func Encode(w io.Writer, m image.Image, o *Options) error {$/;"	f
  3476  Encode	./image/jpeg/writer.go	/^func Encode(w io.Writer, m image.Image, o *Options) error {$/;"	f
  3477  Encode	./image/png/writer.go	/^func (enc *Encoder) Encode(w io.Writer, m image.Image) error {$/;"	f
  3478  Encode	./image/png/writer.go	/^func Encode(w io.Writer, m image.Image) error {$/;"	f
  3479  Encode	./mime/encodedword.go	/^func (e WordEncoder) Encode(charset, s string) string {$/;"	f
  3480  Encode	./net/url/url.go	/^func (v Values) Encode() string {$/;"	f
  3481  Encode	./unicode/utf16/utf16.go	/^func Encode(s []rune) []uint16 {$/;"	f
  3482  EncodeAll	./image/gif/writer.go	/^func EncodeAll(w io.Writer, g *GIF) error {$/;"	f
  3483  EncodeElement	./encoding/xml/marshal.go	/^func (enc *Encoder) EncodeElement(v interface{}, start StartElement) error {$/;"	f
  3484  EncodeQueryTest	./net/url/url_test.go	/^type EncodeQueryTest struct {$/;"	t
  3485  EncodeRune	./unicode/utf16/utf16.go	/^func EncodeRune(r rune) (r1, r2 rune) {$/;"	f
  3486  EncodeRune	./unicode/utf8/utf8.go	/^func EncodeRune(p []byte, r rune) int {$/;"	f
  3487  EncodeT	./encoding/gob/codec_test.go	/^type EncodeT struct {$/;"	t
  3488  EncodeToMemory	./encoding/pem/pem.go	/^func EncodeToMemory(b *Block) []byte {$/;"	f
  3489  EncodeToString	./encoding/base32/base32.go	/^func (enc *Encoding) EncodeToString(src []byte) string {$/;"	f
  3490  EncodeToString	./encoding/base64/base64.go	/^func (enc *Encoding) EncodeToString(src []byte) string {$/;"	f
  3491  EncodeToString	./encoding/hex/hex.go	/^func EncodeToString(src []byte) string {$/;"	f
  3492  EncodeToken	./encoding/json/stream.go	/^func (e *Encoder) EncodeToken(t Token) error  {$/;"	f
  3493  EncodeToken	./encoding/xml/marshal.go	/^func (enc *Encoder) EncodeToken(t Token) error {$/;"	f
  3494  EncodeValue	./encoding/gob/encoder.go	/^func (enc *Encoder) EncodeValue(value reflect.Value) error {$/;"	f
  3495  EncodedLen	./encoding/base32/base32.go	/^func (enc *Encoding) EncodedLen(n int) int { return (n + 4) \/ 5 * 8 }$/;"	f
  3496  EncodedLen	./encoding/base64/base64.go	/^func (enc *Encoding) EncodedLen(n int) int {$/;"	f
  3497  EncodedLen	./encoding/hex/hex.go	/^func EncodedLen(n int) int { return n * 2 }$/;"	f
  3498  Encoder	./encoding/gob/encoder.go	/^type Encoder struct {$/;"	t
  3499  Encoder	./encoding/json/stream.go	/^type Encoder struct {$/;"	t
  3500  Encoder	./encoding/xml/marshal.go	/^type Encoder struct {$/;"	t
  3501  Encoder	./image/png/writer.go	/^type Encoder struct {$/;"	t
  3502  Encoding	./encoding/base32/base32.go	/^type Encoding struct {$/;"	t
  3503  Encoding	./encoding/base64/base64.go	/^type Encoding struct {$/;"	t
  3504  Encrypt	./crypto/aes/cipher.go	/^func (c *aesCipher) Encrypt(dst, src []byte) {$/;"	f
  3505  Encrypt	./crypto/des/cipher.go	/^func (c *desCipher) Encrypt(dst, src []byte) { encryptBlock(c.subkeys[:], dst, src) }$/;"	f
  3506  Encrypt	./crypto/des/cipher.go	/^func (c *tripleDESCipher) Encrypt(dst, src []byte) {$/;"	f
  3507  EncryptOAEP	./crypto/rsa/rsa.go	/^func EncryptOAEP(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) (out []byte, err error) {$/;"	f
  3508  EncryptPEMBlock	./crypto/x509/pem_decrypt.go	/^func EncryptPEMBlock(rand io.Reader, blockType string, data, password []byte, alg PEMCipher) (*pem.Block, error) {$/;"	f
  3509  EncryptPKCS1v15	./crypto/rsa/pkcs1v15.go	/^func EncryptPKCS1v15(rand io.Reader, pub *PublicKey, msg []byte) (out []byte, err error) {$/;"	f
  3510  End	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) End() {$/;"	f
  3511  End	./cmd/link/internal/ld/data.go	/^func (p *GCProg) End(size int64) {$/;"	f
  3512  End	./encoding/xml/xml.go	/^func (e StartElement) End() EndElement {$/;"	f
  3513  End	./go/ast/ast.go	/^func (c *Comment) End() token.Pos { return token.Pos(int(c.Slash) + len(c.Text)) }$/;"	f
  3514  End	./go/ast/ast.go	/^func (d *BadDecl) End() token.Pos { return d.To }$/;"	f
  3515  End	./go/ast/ast.go	/^func (d *FuncDecl) End() token.Pos {$/;"	f
  3516  End	./go/ast/ast.go	/^func (d *GenDecl) End() token.Pos {$/;"	f
  3517  End	./go/ast/ast.go	/^func (f *Field) End() token.Pos {$/;"	f
  3518  End	./go/ast/ast.go	/^func (f *FieldList) End() token.Pos {$/;"	f
  3519  End	./go/ast/ast.go	/^func (f *File) End() token.Pos {$/;"	f
  3520  End	./go/ast/ast.go	/^func (g *CommentGroup) End() token.Pos { return g.List[len(g.List)-1].End() }$/;"	f
  3521  End	./go/ast/ast.go	/^func (p *Package) End() token.Pos { return token.NoPos }$/;"	f
  3522  End	./go/ast/ast.go	/^func (s *AssignStmt) End() token.Pos { return s.Rhs[len(s.Rhs)-1].End() }$/;"	f
  3523  End	./go/ast/ast.go	/^func (s *BadStmt) End() token.Pos  { return s.To }$/;"	f
  3524  End	./go/ast/ast.go	/^func (s *BlockStmt) End() token.Pos { return s.Rbrace + 1 }$/;"	f
  3525  End	./go/ast/ast.go	/^func (s *BranchStmt) End() token.Pos {$/;"	f
  3526  End	./go/ast/ast.go	/^func (s *CaseClause) End() token.Pos {$/;"	f
  3527  End	./go/ast/ast.go	/^func (s *CommClause) End() token.Pos {$/;"	f
  3528  End	./go/ast/ast.go	/^func (s *DeclStmt) End() token.Pos { return s.Decl.End() }$/;"	f
  3529  End	./go/ast/ast.go	/^func (s *DeferStmt) End() token.Pos  { return s.Call.End() }$/;"	f
  3530  End	./go/ast/ast.go	/^func (s *EmptyStmt) End() token.Pos {$/;"	f
  3531  End	./go/ast/ast.go	/^func (s *ExprStmt) End() token.Pos    { return s.X.End() }$/;"	f
  3532  End	./go/ast/ast.go	/^func (s *ForStmt) End() token.Pos    { return s.Body.End() }$/;"	f
  3533  End	./go/ast/ast.go	/^func (s *GoStmt) End() token.Pos     { return s.Call.End() }$/;"	f
  3534  End	./go/ast/ast.go	/^func (s *IfStmt) End() token.Pos {$/;"	f
  3535  End	./go/ast/ast.go	/^func (s *ImportSpec) End() token.Pos {$/;"	f
  3536  End	./go/ast/ast.go	/^func (s *IncDecStmt) End() token.Pos {$/;"	f
  3537  End	./go/ast/ast.go	/^func (s *LabeledStmt) End() token.Pos { return s.Stmt.End() }$/;"	f
  3538  End	./go/ast/ast.go	/^func (s *RangeStmt) End() token.Pos  { return s.Body.End() }$/;"	f
  3539  End	./go/ast/ast.go	/^func (s *ReturnStmt) End() token.Pos {$/;"	f
  3540  End	./go/ast/ast.go	/^func (s *SelectStmt) End() token.Pos { return s.Body.End() }$/;"	f
  3541  End	./go/ast/ast.go	/^func (s *SendStmt) End() token.Pos    { return s.Value.End() }$/;"	f
  3542  End	./go/ast/ast.go	/^func (s *SwitchStmt) End() token.Pos     { return s.Body.End() }$/;"	f
  3543  End	./go/ast/ast.go	/^func (s *TypeSpec) End() token.Pos { return s.Type.End() }$/;"	f
  3544  End	./go/ast/ast.go	/^func (s *TypeSwitchStmt) End() token.Pos { return s.Body.End() }$/;"	f
  3545  End	./go/ast/ast.go	/^func (s *ValueSpec) End() token.Pos {$/;"	f
  3546  End	./go/ast/ast.go	/^func (x *ArrayType) End() token.Pos      { return x.Elt.End() }$/;"	f
  3547  End	./go/ast/ast.go	/^func (x *BadExpr) End() token.Pos { return x.To }$/;"	f
  3548  End	./go/ast/ast.go	/^func (x *BasicLit) End() token.Pos       { return token.Pos(int(x.ValuePos) + len(x.Value)) }$/;"	f
  3549  End	./go/ast/ast.go	/^func (x *BinaryExpr) End() token.Pos     { return x.Y.End() }$/;"	f
  3550  End	./go/ast/ast.go	/^func (x *CallExpr) End() token.Pos       { return x.Rparen + 1 }$/;"	f
  3551  End	./go/ast/ast.go	/^func (x *ChanType) End() token.Pos      { return x.Value.End() }$/;"	f
  3552  End	./go/ast/ast.go	/^func (x *CompositeLit) End() token.Pos   { return x.Rbrace + 1 }$/;"	f
  3553  End	./go/ast/ast.go	/^func (x *Ellipsis) End() token.Pos {$/;"	f
  3554  End	./go/ast/ast.go	/^func (x *FuncLit) End() token.Pos        { return x.Body.End() }$/;"	f
  3555  End	./go/ast/ast.go	/^func (x *FuncType) End() token.Pos {$/;"	f
  3556  End	./go/ast/ast.go	/^func (x *Ident) End() token.Pos   { return token.Pos(int(x.NamePos) + len(x.Name)) }$/;"	f
  3557  End	./go/ast/ast.go	/^func (x *IndexExpr) End() token.Pos      { return x.Rbrack + 1 }$/;"	f
  3558  End	./go/ast/ast.go	/^func (x *InterfaceType) End() token.Pos { return x.Methods.End() }$/;"	f
  3559  End	./go/ast/ast.go	/^func (x *KeyValueExpr) End() token.Pos   { return x.Value.End() }$/;"	f
  3560  End	./go/ast/ast.go	/^func (x *MapType) End() token.Pos       { return x.Value.End() }$/;"	f
  3561  End	./go/ast/ast.go	/^func (x *ParenExpr) End() token.Pos      { return x.Rparen + 1 }$/;"	f
  3562  End	./go/ast/ast.go	/^func (x *SelectorExpr) End() token.Pos   { return x.Sel.End() }$/;"	f
  3563  End	./go/ast/ast.go	/^func (x *SliceExpr) End() token.Pos      { return x.Rbrack + 1 }$/;"	f
  3564  End	./go/ast/ast.go	/^func (x *StarExpr) End() token.Pos       { return x.X.End() }$/;"	f
  3565  End	./go/ast/ast.go	/^func (x *StructType) End() token.Pos     { return x.Fields.End() }$/;"	f
  3566  End	./go/ast/ast.go	/^func (x *TypeAssertExpr) End() token.Pos { return x.Rparen + 1 }$/;"	f
  3567  End	./go/ast/ast.go	/^func (x *UnaryExpr) End() token.Pos      { return x.X.End() }$/;"	f
  3568  End	./go/types/scope.go	/^func (s *Scope) End() token.Pos { return s.end }$/;"	f
  3569  End	./net/textproto/pipeline.go	/^func (s *sequencer) End(id uint) {$/;"	f
  3570  EndElement	./encoding/xml/xml.go	/^type EndElement struct {$/;"	t
  3571  EndRequest	./net/textproto/pipeline.go	/^func (p *Pipeline) EndRequest(id uint) {$/;"	f
  3572  EndResponse	./net/textproto/pipeline.go	/^func (p *Pipeline) EndResponse(id uint) {$/;"	f
  3573  Endian	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Endian uint8$/;"	t
  3574  Entersyscall	./runtime/export_test.go	/^var Entersyscall = entersyscall$/;"	v
  3575  Entry	./cmd/pack/pack.go	/^type Entry struct {$/;"	t
  3576  Entry	./cmd/pack/pack_test.go	/^func (f *FakeFile) Entry() *Entry {$/;"	f
  3577  Entry	./debug/dwarf/entry.go	/^	\/\/ signature referencing a type Entry.$/;"	t
  3578  Entry	./debug/dwarf/entry.go	/^type Entry struct {$/;"	t
  3579  Entry	./encoding/xml/read_test.go	/^type Entry struct {$/;"	t
  3580  Entry	./runtime/symtab.go	/^func (f *Func) Entry() uintptr {$/;"	f
  3581  Entryvalue	./cmd/link/internal/ld/lib.go	/^func Entryvalue() int64 {$/;"	f
  3582  EnumType	./debug/dwarf/type.go	/^type EnumType struct {$/;"	t
  3583  EnumValue	./debug/dwarf/type.go	/^type EnumValue struct {$/;"	t
  3584  Enumerated	./encoding/asn1/asn1.go	/^type Enumerated int$/;"	t
  3585  Environ	./os/env.go	/^func Environ() []string {$/;"	f
  3586  Environ	./syscall/env_plan9.go	/^func Environ() []string {$/;"	f
  3587  Environ	./syscall/env_unix.go	/^func Environ() []string {$/;"	f
  3588  Environ	./syscall/env_windows.go	/^func Environ() []string {$/;"	f
  3589  Envs	./runtime/export_test.go	/^func Envs() []string     { return envs }$/;"	f
  3590  EpollCreate	./syscall/zsyscall_linux_386.go	/^func EpollCreate(size int) (fd int, err error) {$/;"	f
  3591  EpollCreate	./syscall/zsyscall_linux_amd64.go	/^func EpollCreate(size int) (fd int, err error) {$/;"	f
  3592  EpollCreate	./syscall/zsyscall_linux_arm.go	/^func EpollCreate(size int) (fd int, err error) {$/;"	f
  3593  EpollCreate	./syscall/zsyscall_linux_arm64.go	/^func EpollCreate(size int) (fd int, err error) {$/;"	f
  3594  EpollCreate	./syscall/zsyscall_linux_ppc64.go	/^func EpollCreate(size int) (fd int, err error) {$/;"	f
  3595  EpollCreate	./syscall/zsyscall_linux_ppc64le.go	/^func EpollCreate(size int) (fd int, err error) {$/;"	f
  3596  EpollCreate1	./syscall/zsyscall_linux_386.go	/^func EpollCreate1(flag int) (fd int, err error) {$/;"	f
  3597  EpollCreate1	./syscall/zsyscall_linux_amd64.go	/^func EpollCreate1(flag int) (fd int, err error) {$/;"	f
  3598  EpollCreate1	./syscall/zsyscall_linux_arm.go	/^func EpollCreate1(flag int) (fd int, err error) {$/;"	f
  3599  EpollCreate1	./syscall/zsyscall_linux_arm64.go	/^func EpollCreate1(flag int) (fd int, err error) {$/;"	f
  3600  EpollCreate1	./syscall/zsyscall_linux_ppc64.go	/^func EpollCreate1(flag int) (fd int, err error) {$/;"	f
  3601  EpollCreate1	./syscall/zsyscall_linux_ppc64le.go	/^func EpollCreate1(flag int) (fd int, err error) {$/;"	f
  3602  EpollCtl	./syscall/zsyscall_linux_386.go	/^func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {$/;"	f
  3603  EpollCtl	./syscall/zsyscall_linux_amd64.go	/^func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {$/;"	f
  3604  EpollCtl	./syscall/zsyscall_linux_arm.go	/^func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {$/;"	f
  3605  EpollCtl	./syscall/zsyscall_linux_arm64.go	/^func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {$/;"	f
  3606  EpollCtl	./syscall/zsyscall_linux_ppc64.go	/^func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {$/;"	f
  3607  EpollCtl	./syscall/zsyscall_linux_ppc64le.go	/^func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {$/;"	f
  3608  EpollEvent	./runtime/defs2_linux.go	/^type EpollEvent C.struct_epoll_event$/;"	t
  3609  EpollEvent	./runtime/defs_linux.go	/^type EpollEvent C.struct_epoll_event$/;"	t
  3610  EpollEvent	./syscall/types_linux.go	/^type EpollEvent C.struct_my_epoll_event$/;"	t
  3611  EpollEvent	./syscall/ztypes_linux_386.go	/^type EpollEvent struct {$/;"	t
  3612  EpollEvent	./syscall/ztypes_linux_amd64.go	/^type EpollEvent struct {$/;"	t
  3613  EpollEvent	./syscall/ztypes_linux_arm.go	/^type EpollEvent struct {$/;"	t
  3614  EpollEvent	./syscall/ztypes_linux_arm64.go	/^type EpollEvent struct {$/;"	t
  3615  EpollEvent	./syscall/ztypes_linux_ppc64.go	/^type EpollEvent struct {$/;"	t
  3616  EpollEvent	./syscall/ztypes_linux_ppc64le.go	/^type EpollEvent struct {$/;"	t
  3617  EpollWait	./syscall/zsyscall_linux_386.go	/^func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {$/;"	f
  3618  EpollWait	./syscall/zsyscall_linux_amd64.go	/^func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {$/;"	f
  3619  EpollWait	./syscall/zsyscall_linux_arm.go	/^func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {$/;"	f
  3620  EpollWait	./syscall/zsyscall_linux_arm64.go	/^func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {$/;"	f
  3621  EpollWait	./syscall/zsyscall_linux_ppc64.go	/^func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {$/;"	f
  3622  EpollWait	./syscall/zsyscall_linux_ppc64le.go	/^func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {$/;"	f
  3623  Eq	./image/geom.go	/^func (p Point) Eq(q Point) bool {$/;"	f
  3624  Eq	./image/geom.go	/^func (r Rectangle) Eq(s Rectangle) bool {$/;"	f
  3625  Eqtype	./cmd/compile/internal/gc/subr.go	/^func Eqtype(t1 *Type, t2 *Type) bool {$/;"	f
  3626  Equal	./bytes/bytes_decl.go	/^func Equal(a, b []byte) bool \/\/ ..\/runtime\/asm_$GOARCH.s$/;"	f
  3627  Equal	./crypto/hmac/hmac.go	/^func Equal(mac1, mac2 []byte) bool {$/;"	f
  3628  Equal	./crypto/x509/x509.go	/^func (c *Certificate) Equal(other *Certificate) bool {$/;"	f
  3629  Equal	./encoding/asn1/asn1.go	/^func (oi ObjectIdentifier) Equal(other ObjectIdentifier) bool {$/;"	f
  3630  Equal	./net/ip.go	/^func (ip IP) Equal(x IP) bool {$/;"	f
  3631  Equal	./regexp/syntax/regexp.go	/^func (x *Regexp) Equal(y *Regexp) bool {$/;"	f
  3632  Equal	./time/time.go	/^func (t Time) Equal(u Time) bool {$/;"	f
  3633  EqualFold	./bytes/bytes.go	/^func EqualFold(s, t []byte) bool {$/;"	f
  3634  EqualFold	./strings/strings.go	/^func EqualFold(s, t string) bool {$/;"	f
  3635  EqualFoldTests	./bytes/bytes_test.go	/^var EqualFoldTests = []struct {$/;"	v
  3636  EqualFoldTests	./strings/strings_test.go	/^var EqualFoldTests = []struct {$/;"	v
  3637  EqualPortable	./bytes/export_test.go	/^var EqualPortable = equalPortable$/;"	v
  3638  Erf	./math/erf.go	/^func Erf(x float64) float64 {$/;"	f
  3639  Erfc	./math/erf.go	/^func Erfc(x float64) float64 {$/;"	f
  3640  Err	./bufio/scan.go	/^func (s *Scanner) Err() error {$/;"	f
  3641  Err	./compress/bzip2/bit_reader.go	/^func (br *bitReader) Err() error {$/;"	f
  3642  Err	./database/sql/sql.go	/^func (rs *Rows) Err() error {$/;"	f
  3643  Err	./go/scanner/errors.go	/^func (p ErrorList) Err() error {$/;"	f
  3644  Err	./log/syslog/syslog.go	/^func (w *Writer) Err(m string) (err error) {$/;"	f
  3645  ErrBadConn	./database/sql/driver/driver.go	/^var ErrBadConn = errors.New("driver: bad connection")$/;"	v
  3646  ErrBadPattern	./path/filepath/match.go	/^var ErrBadPattern = errors.New("syntax error in pattern")$/;"	v
  3647  ErrBadPattern	./path/match.go	/^var ErrBadPattern = errors.New("syntax error in pattern")$/;"	v
  3648  ErrBodyReadAfterClose	./net/http/transfer.go	/^var ErrBodyReadAfterClose = errors.New("http: invalid Read on closed Body")$/;"	v
  3649  ErrClosedPipe	./io/pipe.go	/^var ErrClosedPipe = errors.New("io: read\/write on closed pipe")$/;"	v
  3650  ErrConnClosed	./net/http/fcgi/child.go	/^var ErrConnClosed = errors.New("fcgi: connection to web server closed")$/;"	v
  3651  ErrDecryption	./crypto/rsa/rsa.go	/^var ErrDecryption = errors.New("crypto\/rsa: decryption error")$/;"	v
  3652  ErrFormat	./image/format.go	/^var ErrFormat = errors.New("image: unknown format")$/;"	v
  3653  ErrHandlerTimeout	./net/http/server.go	/^var ErrHandlerTimeout = errors.New("http: Handler timeout")$/;"	v
  3654  ErrHeaderNotPresent	./net/mail/message.go	/^var ErrHeaderNotPresent = errors.New("mail: header not in message")$/;"	v
  3655  ErrHelp	./flag/flag.go	/^var ErrHelp = errors.New("flag: help requested")$/;"	v
  3656  ErrInvalidPublicKey	./crypto/dsa/dsa.go	/^var ErrInvalidPublicKey = errors.New("crypto\/dsa: invalid public key")$/;"	v
  3657  ErrLength	./encoding/hex/hex.go	/^var ErrLength = errors.New("encoding\/hex: odd length hex string")$/;"	v
  3658  ErrLineTooLong	./net/http/httputil/httputil.go	/^var ErrLineTooLong = internal.ErrLineTooLong$/;"	v
  3659  ErrLineTooLong	./net/http/internal/chunked.go	/^var ErrLineTooLong = errors.New("header line too long")$/;"	v
  3660  ErrLineTooLong	./net/http/transfer.go	/^var ErrLineTooLong = internal.ErrLineTooLong$/;"	v
  3661  ErrMessageTooLong	./crypto/rsa/rsa.go	/^var ErrMessageTooLong = errors.New("crypto\/rsa: message too long for RSA public key size")$/;"	v
  3662  ErrMissingFile	./net/http/request.go	/^var ErrMissingFile = errors.New("http: no such file")$/;"	v
  3663  ErrNaN	./cmd/compile/internal/big/float.go	/^type ErrNaN struct {$/;"	t
  3664  ErrNaN	./math/big/float.go	/^type ErrNaN struct {$/;"	t
  3665  ErrNoCookie	./net/http/request.go	/^var ErrNoCookie = errors.New("http: named cookie not present")$/;"	v
  3666  ErrNoLocation	./net/http/response.go	/^var ErrNoLocation = errors.New("http: no Location header in response")$/;"	v
  3667  ErrNoProgress	./io/io.go	/^var ErrNoProgress = errors.New("multiple Read calls return no data or error")$/;"	v
  3668  ErrNoRows	./database/sql/sql.go	/^var ErrNoRows = errors.New("sql: no rows in result set")$/;"	v
  3669  ErrNoSymbols	./debug/elf/file.go	/^var ErrNoSymbols = errors.New("no symbol section")$/;"	v
  3670  ErrNotFat	./debug/macho/fat.go	/^var ErrNotFat = &FormatError{0, "not a fat Mach-O file", nil}$/;"	v
  3671  ErrNotFound	./os/exec/lp_plan9.go	/^var ErrNotFound = errors.New("executable file not found in $path")$/;"	v
  3672  ErrNotFound	./os/exec/lp_unix.go	/^var ErrNotFound = errors.New("executable file not found in $PATH")$/;"	v
  3673  ErrNotFound	./os/exec/lp_windows.go	/^var ErrNotFound = errors.New("executable file not found in %PATH%")$/;"	v
  3674  ErrOrEOF	./bufio/export_test.go	/^func (s *Scanner) ErrOrEOF() error {$/;"	f
  3675  ErrRange	./strconv/atoi.go	/^var ErrRange = errors.New("value out of range")$/;"	v
  3676  ErrRequestAborted	./net/http/fcgi/child.go	/^var ErrRequestAborted = errors.New("fcgi: request aborted by web server")$/;"	v
  3677  ErrShortBuffer	./io/io.go	/^var ErrShortBuffer = errors.New("short buffer")$/;"	v
  3678  ErrShortWrite	./io/io.go	/^var ErrShortWrite = errors.New("short write")$/;"	v
  3679  ErrShutdown	./net/rpc/client.go	/^var ErrShutdown = errors.New("connection is shut down")$/;"	v
  3680  ErrSkip	./database/sql/driver/driver.go	/^var ErrSkip = errors.New("driver: skip fast-path; continue as if unimplemented")$/;"	v
  3681  ErrSyntax	./strconv/atoi.go	/^var ErrSyntax = errors.New("invalid syntax")$/;"	v
  3682  ErrTimeOrder	./internal/trace/parser.go	/^var ErrTimeOrder = fmt.Errorf("time stamps out of order")$/;"	v
  3683  ErrTimeout	./testing/iotest/reader.go	/^var ErrTimeout = errors.New("timeout")$/;"	v
  3684  ErrTooLarge	./bytes/buffer.go	/^var ErrTooLarge = errors.New("bytes.Buffer: too large")$/;"	v
  3685  ErrTxDone	./database/sql/sql.go	/^var ErrTxDone = errors.New("sql: Transaction has already been committed or rolled back")$/;"	v
  3686  ErrUnexpectedEOF	./io/io.go	/^var ErrUnexpectedEOF = errors.New("unexpected EOF")$/;"	v
  3687  ErrUnknownPC	./debug/dwarf/line.go	/^var ErrUnknownPC = errors.New("ErrUnknownPC")$/;"	v
  3688  ErrUnsupportedAlgorithm	./crypto/x509/x509.go	/^var ErrUnsupportedAlgorithm = errors.New("x509: cannot verify signature: algorithm unimplemented")$/;"	v
  3689  ErrVerification	./crypto/rsa/rsa.go	/^var ErrVerification = errors.New("crypto\/rsa: verification error")$/;"	v
  3690  Errno	./syscall/syscall_nacl.go	/^type Errno uintptr$/;"	t
  3691  Errno	./syscall/syscall_unix.go	/^type Errno uintptr$/;"	t
  3692  Errno	./syscall/syscall_windows.go	/^type Errno uintptr$/;"	t
  3693  Error	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Error interface {$/;"	t
  3694  Error	./cmd/asm/internal/lex/input.go	/^func (in *Input) Error(args ...interface{}) {$/;"	f
  3695  Error	./cmd/compile/internal/big/float.go	/^func (err ErrNaN) Error() string {$/;"	f
  3696  Error	./cmd/compile/internal/gc/lex.go	/^func (yy) Error(msg string) {$/;"	f
  3697  Error	./cmd/compile/internal/gc/subr.go	/^type Error struct {$/;"	t
  3698  Error	./cmd/doc/pkg.go	/^func (p PackageError) Error() string {$/;"	f
  3699  Error	./cmd/go/bootstrap.go	/^func (e *httpError) Error() string {$/;"	f
  3700  Error	./cmd/go/http.go	/^func (e *httpError) Error() string {$/;"	f
  3701  Error	./cmd/go/pkg.go	/^func (p *PackageError) Error() string {$/;"	f
  3702  Error	./cmd/vet/testdata/print.go	/^func (errorTest1) Error(...interface{}) string {$/;"	f
  3703  Error	./cmd/vet/testdata/print.go	/^func (errorTest2) Error(...interface{}) {$/;"	f
  3704  Error	./cmd/vet/testdata/print.go	/^func (errorTest3) Error() { \/\/ No return value.$/;"	f
  3705  Error	./cmd/vet/testdata/print.go	/^func (errorTest4) Error() int { \/\/ Different return type.$/;"	f
  3706  Error	./cmd/vet/types.go	/^\/\/	func Error() string$/;"	f
  3707  Error	./cmd/yacc/yacc.go	/^type Error struct {$/;"	t
  3708  Error	./compress/bzip2/bzip2.go	/^func (s StructuralError) Error() string {$/;"	f
  3709  Error	./compress/flate/inflate.go	/^func (e *ReadError) Error() string {$/;"	f
  3710  Error	./compress/flate/inflate.go	/^func (e *WriteError) Error() string {$/;"	f
  3711  Error	./compress/flate/inflate.go	/^func (e CorruptInputError) Error() string {$/;"	f
  3712  Error	./compress/flate/inflate.go	/^func (e InternalError) Error() string { return "flate: internal error: " + string(e) }$/;"	f
  3713  Error	./crypto/aes/cipher.go	/^func (k KeySizeError) Error() string {$/;"	f
  3714  Error	./crypto/des/cipher.go	/^func (k KeySizeError) Error() string {$/;"	f
  3715  Error	./crypto/rc4/rc4.go	/^func (k KeySizeError) Error() string {$/;"	f
  3716  Error	./crypto/tls/alert.go	/^func (e alert) Error() string {$/;"	f
  3717  Error	./crypto/tls/tls.go	/^func (timeoutError) Error() string   { return "tls: DialWithDialer timed out" }$/;"	f
  3718  Error	./crypto/x509/verify.go	/^func (SystemRootsError) Error() string {$/;"	f
  3719  Error	./crypto/x509/verify.go	/^func (e CertificateInvalidError) Error() string {$/;"	f
  3720  Error	./crypto/x509/verify.go	/^func (e UnknownAuthorityError) Error() string {$/;"	f
  3721  Error	./crypto/x509/verify.go	/^func (h HostnameError) Error() string {$/;"	f
  3722  Error	./crypto/x509/x509.go	/^func (ConstraintViolationError) Error() string {$/;"	f
  3723  Error	./crypto/x509/x509.go	/^func (h UnhandledCriticalExtension) Error() string {$/;"	f
  3724  Error	./debug/dwarf/buf.go	/^func (e DecodeError) Error() string {$/;"	f
  3725  Error	./debug/elf/file.go	/^func (e *FormatError) Error() string {$/;"	f
  3726  Error	./debug/gosym/symtab.go	/^func (e *DecodingError) Error() string {$/;"	f
  3727  Error	./debug/gosym/symtab.go	/^func (e *UnknownLineError) Error() string {$/;"	f
  3728  Error	./debug/gosym/symtab.go	/^func (e UnknownFileError) Error() string { return "unknown file: " + string(e) }$/;"	f
  3729  Error	./debug/macho/file.go	/^func (e *FormatError) Error() string {$/;"	f
  3730  Error	./debug/pe/file.go	/^func (e *FormatError) Error() string {$/;"	f
  3731  Error	./debug/plan9obj/file.go	/^func (e *formatError) Error() string {$/;"	f
  3732  Error	./encoding/ascii85/ascii85.go	/^func (e CorruptInputError) Error() string {$/;"	f
  3733  Error	./encoding/asn1/asn1.go	/^func (e StructuralError) Error() string { return "asn1: structure error: " + e.Msg }$/;"	f
  3734  Error	./encoding/asn1/asn1.go	/^func (e SyntaxError) Error() string { return "asn1: syntax error: " + e.Msg }$/;"	f
  3735  Error	./encoding/base32/base32.go	/^func (e CorruptInputError) Error() string {$/;"	f
  3736  Error	./encoding/base64/base64.go	/^func (e CorruptInputError) Error() string {$/;"	f
  3737  Error	./encoding/csv/reader.go	/^func (e *ParseError) Error() string {$/;"	f
  3738  Error	./encoding/csv/writer.go	/^func (w *Writer) Error() error {$/;"	f
  3739  Error	./encoding/hex/hex.go	/^func (e InvalidByteError) Error() string {$/;"	f
  3740  Error	./encoding/json/decode.go	/^func (e *InvalidUnmarshalError) Error() string {$/;"	f
  3741  Error	./encoding/json/decode.go	/^func (e *UnmarshalFieldError) Error() string {$/;"	f
  3742  Error	./encoding/json/decode.go	/^func (e *UnmarshalTypeError) Error() string {$/;"	f
  3743  Error	./encoding/json/encode.go	/^func (e *InvalidUTF8Error) Error() string {$/;"	f
  3744  Error	./encoding/json/encode.go	/^func (e *MarshalerError) Error() string {$/;"	f
  3745  Error	./encoding/json/encode.go	/^func (e *UnsupportedTypeError) Error() string {$/;"	f
  3746  Error	./encoding/json/encode.go	/^func (e *UnsupportedValueError) Error() string {$/;"	f
  3747  Error	./encoding/json/scanner.go	/^func (e *SyntaxError) Error() string { return e.msg }$/;"	f
  3748  Error	./encoding/xml/marshal.go	/^func (e *UnsupportedTypeError) Error() string {$/;"	f
  3749  Error	./encoding/xml/read.go	/^func (e UnmarshalError) Error() string { return string(e) }$/;"	f
  3750  Error	./encoding/xml/typeinfo.go	/^func (e *TagPathError) Error() string {$/;"	f
  3751  Error	./encoding/xml/xml.go	/^func (e *SyntaxError) Error() string {$/;"	f
  3752  Error	./errors/errors.go	/^func (e *errorString) Error() string {$/;"	f
  3753  Error	./errors/example_test.go	/^func (e MyError) Error() string {$/;"	f
  3754  Error	./go/doc/testdata/testing.go	/^func (c *common) Error(args ...interface{}) {$/;"	f
  3755  Error	./go/internal/gccgoimporter/parser.go	/^func (e importError) Error() string {$/;"	f
  3756  Error	./go/internal/gcimporter/gcimporter.go	/^func (e importError) Error() string {$/;"	f
  3757  Error	./go/scanner/errors.go	/^func (e Error) Error() string {$/;"	f
  3758  Error	./go/scanner/errors.go	/^func (p ErrorList) Error() string {$/;"	f
  3759  Error	./go/scanner/errors.go	/^type Error struct {$/;"	t
  3760  Error	./go/types/api.go	/^func (err Error) Error() string {$/;"	f
  3761  Error	./go/types/api.go	/^type Error struct {$/;"	t
  3762  Error	./html/template/content_test.go	/^func (s *errorer) Error() string {$/;"	f
  3763  Error	./html/template/error.go	/^func (e *Error) Error() string {$/;"	f
  3764  Error	./html/template/error.go	/^type Error struct {$/;"	t
  3765  Error	./image/jpeg/reader.go	/^func (e FormatError) Error() string { return "invalid JPEG format: " + string(e) }$/;"	f
  3766  Error	./image/jpeg/reader.go	/^func (e UnsupportedError) Error() string { return "unsupported JPEG feature: " + string(e) }$/;"	f
  3767  Error	./image/png/reader.go	/^func (e FormatError) Error() string { return "png: invalid format: " + string(e) }$/;"	f
  3768  Error	./image/png/reader.go	/^func (e UnsupportedError) Error() string { return "png: unsupported feature: " + string(e) }$/;"	f
  3769  Error	./math/big/float.go	/^func (err ErrNaN) Error() string {$/;"	f
  3770  Error	./net/cgo_stub.go	/^func (eai addrinfoErrno) Error() string   { return "<nil>" }$/;"	f
  3771  Error	./net/cgo_unix.go	/^func (eai addrinfoErrno) Error() string   { return C.GoString(C.gai_strerror(C.int(eai))) }$/;"	f
  3772  Error	./net/cgo_windows.go	/^func (eai addrinfoErrno) Error() string   { return "<nil>" }$/;"	f
  3773  Error	./net/http/request.go	/^func (e *badStringError) Error() string { return fmt.Sprintf("%s %q", e.what, e.str) }$/;"	f
  3774  Error	./net/http/request.go	/^func (err *ProtocolError) Error() string { return err.ErrorString }$/;"	f
  3775  Error	./net/http/server.go	/^func Error(w ResponseWriter, error string, code int) {$/;"	f
  3776  Error	./net/http/transport.go	/^func (e *httpError) Error() string   { return e.err }$/;"	f
  3777  Error	./net/http/transport.go	/^func (tlsHandshakeTimeoutError) Error() string   { return "net\/http: TLS handshake timeout" }$/;"	f
  3778  Error	./net/mail/message.go	/^func (e charsetError) Error() string {$/;"	f
  3779  Error	./net/net.go	/^	\/\/ (see type Error) instead of blocking.$/;"	t
  3780  Error	./net/net.go	/^	\/\/ fail with a timeout (see type Error) instead of$/;"	t
  3781  Error	./net/net.go	/^func (e *AddrError) Error() string {$/;"	f
  3782  Error	./net/net.go	/^func (e *DNSConfigError) Error() string   { return "error reading DNS config: " + e.Err.Error() }$/;"	f
  3783  Error	./net/net.go	/^func (e *DNSError) Error() string {$/;"	f
  3784  Error	./net/net.go	/^func (e *OpError) Error() string {$/;"	f
  3785  Error	./net/net.go	/^func (e *ParseError) Error() string { return "invalid " + e.Type + ": " + e.Text }$/;"	f
  3786  Error	./net/net.go	/^func (e *timeoutError) Error() string   { return "i\/o timeout" }$/;"	f
  3787  Error	./net/net.go	/^func (e InvalidAddrError) Error() string   { return string(e) }$/;"	f
  3788  Error	./net/net.go	/^func (e UnknownNetworkError) Error() string   { return "unknown network " + string(e) }$/;"	f
  3789  Error	./net/net.go	/^type Error interface {$/;"	t
  3790  Error	./net/rpc/client.go	/^func (e ServerError) Error() string {$/;"	f
  3791  Error	./net/rpc/jsonrpc/all_test.go	/^func (t *Arith) Error(args *Args, reply *Reply) error {$/;"	f
  3792  Error	./net/rpc/server_test.go	/^func (t *Arith) Error(args *Args, reply *Reply) error {$/;"	f
  3793  Error	./net/textproto/textproto.go	/^func (e *Error) Error() string {$/;"	f
  3794  Error	./net/textproto/textproto.go	/^func (p ProtocolError) Error() string {$/;"	f
  3795  Error	./net/textproto/textproto.go	/^type Error struct {$/;"	t
  3796  Error	./net/url/url.go	/^func (e *Error) Error() string { return e.Op + " " + e.URL + ": " + e.Err.Error() }$/;"	f
  3797  Error	./net/url/url.go	/^func (e EscapeError) Error() string {$/;"	f
  3798  Error	./net/url/url.go	/^type Error struct {$/;"	t
  3799  Error	./os/error.go	/^func (e *PathError) Error() string { return e.Op + " " + e.Path + ": " + e.Err.Error() }$/;"	f
  3800  Error	./os/error.go	/^func (e *SyscallError) Error() string { return e.Syscall + ": " + e.Err.Error() }$/;"	f
  3801  Error	./os/exec/exec.go	/^func (e *Error) Error() string {$/;"	f
  3802  Error	./os/exec/exec.go	/^func (e *ExitError) Error() string {$/;"	f
  3803  Error	./os/exec/exec.go	/^type Error struct {$/;"	t
  3804  Error	./os/file.go	/^func (e *LinkError) Error() string {$/;"	f
  3805  Error	./os/user/user.go	/^func (e UnknownUserError) Error() string {$/;"	f
  3806  Error	./os/user/user.go	/^func (e UnknownUserIdError) Error() string {$/;"	f
  3807  Error	./reflect/value.go	/^func (e *ValueError) Error() string {$/;"	f
  3808  Error	./regexp/syntax/parse.go	/^func (e *Error) Error() string {$/;"	f
  3809  Error	./regexp/syntax/parse.go	/^type Error struct {$/;"	t
  3810  Error	./runtime/chanbarrier_test.go	/^func (myError) Error() string { return "" }$/;"	f
  3811  Error	./runtime/error.go	/^func (e *TypeAssertionError) Error() string {$/;"	f
  3812  Error	./runtime/error.go	/^func (e errorString) Error() string {$/;"	f
  3813  Error	./runtime/error.go	/^type Error interface {$/;"	t
  3814  Error	./strconv/atoi.go	/^func (e *NumError) Error() string {$/;"	f
  3815  Error	./syscall/dll_windows.go	/^func (e *DLLError) Error() string { return e.Msg }$/;"	f
  3816  Error	./syscall/srpc_nacl.go	/^func (e srpcErrno) Error() string {$/;"	f
  3817  Error	./syscall/syscall_nacl.go	/^func (e Errno) Error() string {$/;"	f
  3818  Error	./syscall/syscall_plan9.go	/^func (e ErrorString) Error() string { return string(e) }$/;"	f
  3819  Error	./syscall/syscall_unix.go	/^func (e Errno) Error() string {$/;"	f
  3820  Error	./syscall/syscall_windows.go	/^func (e Errno) Error() string {$/;"	f
  3821  Error	./testing/quick/quick.go	/^func (s *CheckEqualError) Error() string {$/;"	f
  3822  Error	./testing/quick/quick.go	/^func (s *CheckError) Error() string {$/;"	f
  3823  Error	./testing/quick/quick.go	/^func (s SetupError) Error() string { return string(s) }$/;"	f
  3824  Error	./testing/testing.go	/^func (c *common) Error(args ...interface{}) {$/;"	f
  3825  Error	./text/template/exec_test.go	/^func (w *W) Error() string {$/;"	f
  3826  Error	./time/format.go	/^func (e *ParseError) Error() string {$/;"	f
  3827  ErrorCode	./html/template/error.go	/^type ErrorCode int$/;"	t
  3828  ErrorCode	./regexp/syntax/parse.go	/^type ErrorCode string$/;"	t
  3829  ErrorContext	./text/template/parse/parse.go	/^func (t *Tree) ErrorContext(n Node) (location, context string) {$/;"	f
  3830  ErrorHandler	./go/scanner/scanner.go	/^type ErrorHandler func(pos token.Position, msg string)$/;"	t
  3831  ErrorHandling	./flag/flag.go	/^type ErrorHandling int$/;"	t
  3832  ErrorList	./go/scanner/errors.go	/^type ErrorList []*Error$/;"	t
  3833  ErrorString	./syscall/syscall_plan9.go	/^type ErrorString string$/;"	t
  3834  ErrorVarName	./syscall/mksyscall_windows.go	/^func (r *Rets) ErrorVarName() string {$/;"	f
  3835  Errorf	./fmt/print.go	/^func Errorf(format string, a ...interface{}) error {$/;"	f
  3836  Errorf	./go/doc/testdata/testing.go	/^func (c *common) Errorf(format string, args ...interface{}) {$/;"	f
  3837  Errorf	./testing/testing.go	/^func (c *common) Errorf(format string, args ...interface{}) {$/;"	f
  3838  EscState	./cmd/compile/internal/gc/esc.go	/^type EscState struct {$/;"	t
  3839  Escape	./encoding/xml/xml.go	/^func Escape(w io.Writer, s []byte) {$/;"	f
  3840  EscapeArg	./syscall/exec_windows.go	/^func EscapeArg(s string) string {$/;"	f
  3841  EscapeError	./net/url/url.go	/^type EscapeError string$/;"	t
  3842  EscapeString	./encoding/xml/xml.go	/^func (p *printer) EscapeString(s string) {$/;"	f
  3843  EscapeString	./html/escape.go	/^func EscapeString(s string) string {$/;"	f
  3844  EscapeTest	./net/url/url_test.go	/^type EscapeTest struct {$/;"	t
  3845  EscapeText	./encoding/xml/xml.go	/^func EscapeText(w io.Writer, s []byte) error {$/;"	f
  3846  EscapedPath	./net/url/url.go	/^func (u *URL) EscapedPath() string {$/;"	f
  3847  Eval	./go/types/eval.go	/^func Eval(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (tv TypeAndValue, err error) {$/;"	f
  3848  EvalSymlinks	./path/filepath/path.go	/^func EvalSymlinks(path string) (string, error) {$/;"	f
  3849  EvalSymlinksAbsWindowsTests	./path/filepath/path_test.go	/^var EvalSymlinksAbsWindowsTests = []EvalSymlinksTest{$/;"	v
  3850  EvalSymlinksTest	./path/filepath/path_test.go	/^type EvalSymlinksTest struct {$/;"	t
  3851  EvalSymlinksTestDirs	./path/filepath/path_test.go	/^var EvalSymlinksTestDirs = []EvalSymlinksTest{$/;"	v
  3852  EvalSymlinksTests	./path/filepath/path_test.go	/^var EvalSymlinksTests = []EvalSymlinksTest{$/;"	v
  3853  Event	./encoding/xml/marshal_test.go	/^type Event struct {$/;"	t
  3854  Event	./internal/trace/parser.go	/^type Event struct {$/;"	t
  3855  EventDescriptions	./internal/trace/parser.go	/^var EventDescriptions = [EvCount]struct {$/;"	v
  3856  Evict	./net/fd_poll_nacl.go	/^func (pd *pollDesc) Evict() {$/;"	f
  3857  Evict	./net/fd_poll_runtime.go	/^func (pd *pollDesc) Evict() {$/;"	f
  3858  Example	./archive/tar/example_test.go	/^func Example() {$/;"	f
  3859  Example	./container/list/example_test.go	/^func Example() {$/;"	f
  3860  Example	./errors/example_test.go	/^func Example() {$/;"	f
  3861  Example	./flag/example_test.go	/^func Example() {$/;"	f
  3862  Example	./go/doc/example.go	/^type Example struct {$/;"	t
  3863  Example	./html/template/example_test.go	/^func Example() {$/;"	f
  3864  Example	./image/decode_example_test.go	/^func Example() {$/;"	f
  3865  Example	./math/rand/example_test.go	/^func Example() {$/;"	f
  3866  Example	./net/smtp/example_test.go	/^func Example() {$/;"	f
  3867  Example	./regexp/example_test.go	/^func Example() {$/;"	f
  3868  Example	./sort/example_interface_test.go	/^func Example() {$/;"	f
  3869  Example	./testing/testing.go	/^\/\/     func Example() { ... }$/;"	f
  3870  Example	./text/scanner/example_test.go	/^func Example() {$/;"	f
  3871  ExampleAfter	./time/example_test.go	/^func ExampleAfter() {$/;"	f
  3872  ExampleAppendBool	./strconv/example_test.go	/^func ExampleAppendBool() {$/;"	f
  3873  ExampleAppendFloat	./strconv/example_test.go	/^func ExampleAppendFloat() {$/;"	f
  3874  ExampleAppendInt	./strconv/example_test.go	/^func ExampleAppendInt() {$/;"	f
  3875  ExampleAppendQuote	./strconv/example_test.go	/^func ExampleAppendQuote() {$/;"	f
  3876  ExampleAppendQuoteRune	./strconv/example_test.go	/^func ExampleAppendQuoteRune() {$/;"	f
  3877  ExampleAppendQuoteRuneToASCII	./strconv/example_test.go	/^func ExampleAppendQuoteRuneToASCII() {$/;"	f
  3878  ExampleAppendQuoteToASCII	./strconv/example_test.go	/^func ExampleAppendQuoteToASCII() {$/;"	f
  3879  ExampleAppendUint	./strconv/example_test.go	/^func ExampleAppendUint() {$/;"	f
  3880  ExampleAtoi	./strconv/example_test.go	/^func ExampleAtoi() {$/;"	f
  3881  ExampleB_RunParallel	./testing/benchmark_test.go	/^func ExampleB_RunParallel() {$/;"	f
  3882  ExampleBase	./path/example_test.go	/^func ExampleBase() {$/;"	f
  3883  ExampleBuffer	./bytes/example_test.go	/^func ExampleBuffer() {$/;"	f
  3884  ExampleBuffer_reader	./bytes/example_test.go	/^func ExampleBuffer_reader() {$/;"	f
  3885  ExampleCanBackquote	./strconv/example_test.go	/^func ExampleCanBackquote() {$/;"	f
  3886  ExampleCertificate_Verify	./crypto/x509/example_test.go	/^func ExampleCertificate_Verify() {$/;"	f
  3887  ExampleClean	./path/example_test.go	/^func ExampleClean() {$/;"	f
  3888  ExampleCmd_Output	./os/exec/example_test.go	/^func ExampleCmd_Output() {$/;"	f
  3889  ExampleCmd_Start	./os/exec/example_test.go	/^func ExampleCmd_Start() {$/;"	f
  3890  ExampleCmd_StdoutPipe	./os/exec/example_test.go	/^func ExampleCmd_StdoutPipe() {$/;"	f
  3891  ExampleCommand	./os/exec/example_test.go	/^func ExampleCommand() {$/;"	f
  3892  ExampleCommentMap	./go/ast/example_test.go	/^func ExampleCommentMap() {$/;"	f
  3893  ExampleCompare	./bytes/example_test.go	/^func ExampleCompare() {$/;"	f
  3894  ExampleCompare_search	./bytes/example_test.go	/^func ExampleCompare_search() {$/;"	f
  3895  ExampleContains	./strings/example_test.go	/^func ExampleContains() {$/;"	f
  3896  ExampleContainsAny	./strings/example_test.go	/^func ExampleContainsAny() {$/;"	f
  3897  ExampleCount	./go/parser/parser_test.go	/^func ExampleCount() {$/;"	f
  3898  ExampleCount	./strings/example_test.go	/^func ExampleCount() {$/;"	f
  3899  ExampleDB_Query	./database/sql/example_test.go	/^func ExampleDB_Query() {$/;"	f
  3900  ExampleDB_QueryRow	./database/sql/example_test.go	/^func ExampleDB_QueryRow() {$/;"	f
  3901  ExampleDate	./time/example_test.go	/^func ExampleDate() {$/;"	f
  3902  ExampleDecodeLastRune	./unicode/utf8/example_test.go	/^func ExampleDecodeLastRune() {$/;"	f
  3903  ExampleDecodeLastRuneInString	./unicode/utf8/example_test.go	/^func ExampleDecodeLastRuneInString() {$/;"	f
  3904  ExampleDecodeRune	./unicode/utf8/example_test.go	/^func ExampleDecodeRune() {$/;"	f
  3905  ExampleDecodeRuneInString	./unicode/utf8/example_test.go	/^func ExampleDecodeRuneInString() {$/;"	f
  3906  ExampleDecoder	./encoding/json/example_test.go	/^func ExampleDecoder() {$/;"	f
  3907  ExampleDecoder_Decode_stream	./encoding/json/example_test.go	/^func ExampleDecoder_Decode_stream() {$/;"	f
  3908  ExampleDecoder_Token	./encoding/json/example_test.go	/^func ExampleDecoder_Token() {$/;"	f
  3909  ExampleDial	./crypto/tls/example_test.go	/^func ExampleDial() {$/;"	f
  3910  ExampleDir	./path/example_test.go	/^func ExampleDir() {$/;"	f
  3911  ExampleDuration	./time/example_test.go	/^func ExampleDuration() {$/;"	f
  3912  ExampleEncodeRune	./unicode/utf8/example_test.go	/^func ExampleEncodeRune() {$/;"	f
  3913  ExampleEncoder	./encoding/xml/example_test.go	/^func ExampleEncoder() {$/;"	f
  3914  ExampleEncoding_DecodeString	./encoding/base32/example_test.go	/^func ExampleEncoding_DecodeString() {$/;"	f
  3915  ExampleEncoding_DecodeString	./encoding/base64/example_test.go	/^func ExampleEncoding_DecodeString() {$/;"	f
  3916  ExampleEncoding_EncodeToString	./encoding/base32/example_test.go	/^func ExampleEncoding_EncodeToString() {$/;"	f
  3917  ExampleEncoding_EncodeToString	./encoding/base64/example_test.go	/^func ExampleEncoding_EncodeToString() {$/;"	f
  3918  ExampleEqualFold	./strings/example_test.go	/^func ExampleEqualFold() {$/;"	f
  3919  ExampleEscapeString	./html/example_test.go	/^func ExampleEscapeString() {$/;"	f
  3920  ExampleExt	./path/example_test.go	/^func ExampleExt() {$/;"	f
  3921  ExampleF	./testing/testing.go	/^\/\/     func ExampleF() { ... }$/;"	f
  3922  ExampleF_suffix	./testing/testing.go	/^\/\/     func ExampleF_suffix() { ... }$/;"	f
  3923  ExampleFields	./strings/example_test.go	/^func ExampleFields() {$/;"	f
  3924  ExampleFieldsFunc	./strings/example_test.go	/^func ExampleFieldsFunc() {$/;"	f
  3925  ExampleFileServer	./net/http/example_test.go	/^func ExampleFileServer() {$/;"	f
  3926  ExampleFileServer_stripPrefix	./net/http/example_test.go	/^func ExampleFileServer_stripPrefix() {$/;"	f
  3927  ExampleFloat_Add	./cmd/compile/internal/big/floatexample_test.go	/^func ExampleFloat_Add() {$/;"	f
  3928  ExampleFloat_Add	./math/big/floatexample_test.go	/^func ExampleFloat_Add() {$/;"	f
  3929  ExampleFloat_Cmp	./cmd/compile/internal/big/floatexample_test.go	/^func ExampleFloat_Cmp() {$/;"	f
  3930  ExampleFloat_Cmp	./math/big/floatexample_test.go	/^func ExampleFloat_Cmp() {$/;"	f
  3931  ExampleFormatBool	./strconv/example_test.go	/^func ExampleFormatBool() {$/;"	f
  3932  ExampleFormatFloat	./strconv/example_test.go	/^func ExampleFormatFloat() {$/;"	f
  3933  ExampleFormatInt	./strconv/example_test.go	/^func ExampleFormatInt() {$/;"	f
  3934  ExampleFormatUint	./strconv/example_test.go	/^func ExampleFormatUint() {$/;"	f
  3935  ExampleFprint	./go/printer/example_test.go	/^func ExampleFprint() {$/;"	f
  3936  ExampleFullRune	./unicode/utf8/example_test.go	/^func ExampleFullRune() {$/;"	f
  3937  ExampleFullRuneInString	./unicode/utf8/example_test.go	/^func ExampleFullRuneInString() {$/;"	f
  3938  ExampleGet	./net/http/example_test.go	/^func ExampleGet() {$/;"	f
  3939  ExampleHello	./go/doc/example_test.go	/^func ExampleHello() {$/;"	f
  3940  ExampleHello	./testing/testing.go	/^\/\/     func ExampleHello() {$/;"	f
  3941  ExampleHijacker	./net/http/example_test.go	/^func ExampleHijacker() {$/;"	f
  3942  ExampleImport	./go/doc/example_test.go	/^func ExampleImport() {$/;"	f
  3943  ExampleIndent	./encoding/json/example_test.go	/^func ExampleIndent() {$/;"	f
  3944  ExampleIndex	./strings/example_test.go	/^func ExampleIndex() {$/;"	f
  3945  ExampleIndexAny	./strings/example_test.go	/^func ExampleIndexAny() {$/;"	f
  3946  ExampleIndexFunc	./strings/example_test.go	/^func ExampleIndexFunc() {$/;"	f
  3947  ExampleIndexRune	./strings/example_test.go	/^func ExampleIndexRune() {$/;"	f
  3948  ExampleInfo	./go/types/example_test.go	/^func ExampleInfo() {$/;"	f
  3949  ExampleInspect	./go/ast/example_test.go	/^func ExampleInspect() {$/;"	f
  3950  ExampleInt_Scan	./cmd/compile/internal/big/example_test.go	/^func ExampleInt_Scan() {$/;"	f
  3951  ExampleInt_Scan	./math/big/example_test.go	/^func ExampleInt_Scan() {$/;"	f
  3952  ExampleInt_SetString	./cmd/compile/internal/big/example_test.go	/^func ExampleInt_SetString() {$/;"	f
  3953  ExampleInt_SetString	./math/big/example_test.go	/^func ExampleInt_SetString() {$/;"	f
  3954  ExampleInts	./sort/example_test.go	/^func ExampleInts() {$/;"	f
  3955  ExampleIsAbs	./path/example_test.go	/^func ExampleIsAbs() {$/;"	f
  3956  ExampleIsPrint	./strconv/example_test.go	/^func ExampleIsPrint() {$/;"	f
  3957  ExampleItoa	./strconv/example_test.go	/^func ExampleItoa() {$/;"	f
  3958  ExampleJoin	./path/example_test.go	/^func ExampleJoin() {$/;"	f
  3959  ExampleJoin	./strings/example_test.go	/^func ExampleJoin() {$/;"	f
  3960  ExampleKeyValue	./go/doc/example_test.go	/^func ExampleKeyValue() {$/;"	f
  3961  ExampleKeyValueImport	./go/doc/example_test.go	/^func ExampleKeyValueImport() {$/;"	f
  3962  ExampleKeyValueTopDecl	./go/doc/example_test.go	/^func ExampleKeyValueTopDecl() {$/;"	f
  3963  ExampleLastIndex	./strings/example_test.go	/^func ExampleLastIndex() {$/;"	f
  3964  ExampleListener	./net/example_test.go	/^func ExampleListener() {$/;"	f
  3965  ExampleLoadLibrary	./syscall/syscall_windows_test.go	/^func ExampleLoadLibrary() {$/;"	f
  3966  ExampleLogger	./log/example_test.go	/^func ExampleLogger() {$/;"	f
  3967  ExampleLookPath	./os/exec/example_test.go	/^func ExampleLookPath() {$/;"	f
  3968  ExampleMakeFunc	./reflect/example_test.go	/^func ExampleMakeFunc() {$/;"	f
  3969  ExampleMakeTable	./hash/crc32/example_test.go	/^func ExampleMakeTable() {$/;"	f
  3970  ExampleMap	./strings/example_test.go	/^func ExampleMap() {$/;"	f
  3971  ExampleMarshal	./encoding/json/example_test.go	/^func ExampleMarshal() {$/;"	f
  3972  ExampleMarshalIndent	./encoding/xml/example_test.go	/^func ExampleMarshalIndent() {$/;"	f
  3973  ExampleMatchString	./regexp/example_test.go	/^func ExampleMatchString() {$/;"	f
  3974  ExampleMethodSet	./go/types/example_test.go	/^func ExampleMethodSet() {$/;"	f
  3975  ExampleMonth	./time/example_test.go	/^func ExampleMonth() {$/;"	f
  3976  ExampleNew	./crypto/md5/example_test.go	/^func ExampleNew() {$/;"	f
  3977  ExampleNew	./crypto/sha1/example_test.go	/^func ExampleNew() {$/;"	f
  3978  ExampleNew	./errors/errors_test.go	/^func ExampleNew() {$/;"	f
  3979  ExampleNewCBCDecrypter	./crypto/cipher/example_test.go	/^func ExampleNewCBCDecrypter() {$/;"	f
  3980  ExampleNewCBCEncrypter	./crypto/cipher/example_test.go	/^func ExampleNewCBCEncrypter() {$/;"	f
  3981  ExampleNewCFBDecrypter	./crypto/cipher/example_test.go	/^func ExampleNewCFBDecrypter() {$/;"	f
  3982  ExampleNewCFBEncrypter	./crypto/cipher/example_test.go	/^func ExampleNewCFBEncrypter() {$/;"	f
  3983  ExampleNewCTR	./crypto/cipher/example_test.go	/^func ExampleNewCTR() {$/;"	f
  3984  ExampleNewEncoder	./encoding/base32/example_test.go	/^func ExampleNewEncoder() {$/;"	f
  3985  ExampleNewEncoder	./encoding/base64/example_test.go	/^func ExampleNewEncoder() {$/;"	f
  3986  ExampleNewOFB	./crypto/cipher/example_test.go	/^func ExampleNewOFB() {$/;"	f
  3987  ExampleNewReader	./compress/zlib/example_test.go	/^func ExampleNewReader() {$/;"	f
  3988  ExampleNewReader	./mime/multipart/example_test.go	/^func ExampleNewReader() {$/;"	f
  3989  ExampleNewReplacer	./strings/example_test.go	/^func ExampleNewReplacer() {$/;"	f
  3990  ExampleNewTripleDESCipher	./crypto/des/example_test.go	/^func ExampleNewTripleDESCipher() {$/;"	f
  3991  ExampleNewWriter	./compress/zlib/example_test.go	/^func ExampleNewWriter() {$/;"	f
  3992  ExampleNew_errorf	./errors/errors_test.go	/^func ExampleNew_errorf() {$/;"	f
  3993  ExampleNotify	./os/signal/example_test.go	/^func ExampleNotify() {$/;"	f
  3994  ExampleNumError	./strconv/example_test.go	/^func ExampleNumError() {$/;"	f
  3995  ExampleOnce	./sync/example_test.go	/^func ExampleOnce() {$/;"	f
  3996  ExampleParse	./time/example_test.go	/^func ExampleParse() {$/;"	f
  3997  ExampleParseAddress	./net/mail/example_test.go	/^func ExampleParseAddress() {$/;"	f
  3998  ExampleParseAddressList	./net/mail/example_test.go	/^func ExampleParseAddressList() {$/;"	f
  3999  ExampleParseBool	./strconv/example_test.go	/^func ExampleParseBool() {$/;"	f
  4000  ExampleParseFile	./go/parser/example_test.go	/^func ExampleParseFile() {$/;"	f
  4001  ExampleParseFloat	./strconv/example_test.go	/^func ExampleParseFloat() {$/;"	f
  4002  ExampleParseInLocation	./time/example_test.go	/^func ExampleParseInLocation() {$/;"	f
  4003  ExampleParseInt	./strconv/example_test.go	/^func ExampleParseInt() {$/;"	f
  4004  ExampleParseUint	./strconv/example_test.go	/^func ExampleParseUint() {$/;"	f
  4005  ExamplePlainAuth	./net/smtp/example_test.go	/^func ExamplePlainAuth() {$/;"	f
  4006  ExamplePrint	./go/ast/example_test.go	/^func ExamplePrint() {$/;"	f
  4007  ExamplePrintln	./cmd/go/alldocs.go	/^	func ExamplePrintln() {$/;"	f
  4008  ExamplePrintln	./cmd/go/test.go	/^	func ExamplePrintln() {$/;"	f
  4009  ExampleQuote	./strconv/example_test.go	/^func ExampleQuote() {$/;"	f
  4010  ExampleQuoteRune	./strconv/example_test.go	/^func ExampleQuoteRune() {$/;"	f
  4011  ExampleQuoteRuneToASCII	./strconv/example_test.go	/^func ExampleQuoteRuneToASCII() {$/;"	f
  4012  ExampleQuoteToASCII	./strconv/example_test.go	/^func ExampleQuoteToASCII() {$/;"	f
  4013  ExampleRat_Scan	./cmd/compile/internal/big/example_test.go	/^func ExampleRat_Scan() {$/;"	f
  4014  ExampleRat_Scan	./math/big/example_test.go	/^func ExampleRat_Scan() {$/;"	f
  4015  ExampleRat_SetString	./cmd/compile/internal/big/example_test.go	/^func ExampleRat_SetString() {$/;"	f
  4016  ExampleRat_SetString	./math/big/example_test.go	/^func ExampleRat_SetString() {$/;"	f
  4017  ExampleRawMessage	./encoding/json/example_test.go	/^func ExampleRawMessage() {$/;"	f
  4018  ExampleRead	./crypto/rand/example_test.go	/^func ExampleRead() {$/;"	f
  4019  ExampleRead	./encoding/binary/example_test.go	/^func ExampleRead() {$/;"	f
  4020  ExampleReadMessage	./net/mail/example_test.go	/^func ExampleReadMessage() {$/;"	f
  4021  ExampleReader	./archive/zip/example_test.go	/^func ExampleReader() {$/;"	f
  4022  ExampleReader	./encoding/csv/example_test.go	/^func ExampleReader() {$/;"	f
  4023  ExampleReader_ReadAll	./encoding/csv/example_test.go	/^func ExampleReader_ReadAll() {$/;"	f
  4024  ExampleReader_options	./encoding/csv/example_test.go	/^func ExampleReader_options() {$/;"	f
  4025  ExampleRegexp_FindAllString	./regexp/example_test.go	/^func ExampleRegexp_FindAllString() {$/;"	f
  4026  ExampleRegexp_FindAllStringSubmatch	./regexp/example_test.go	/^func ExampleRegexp_FindAllStringSubmatch() {$/;"	f
  4027  ExampleRegexp_FindAllStringSubmatchIndex	./regexp/example_test.go	/^func ExampleRegexp_FindAllStringSubmatchIndex() {$/;"	f
  4028  ExampleRegexp_FindString	./regexp/example_test.go	/^func ExampleRegexp_FindString() {$/;"	f
  4029  ExampleRegexp_FindStringIndex	./regexp/example_test.go	/^func ExampleRegexp_FindStringIndex() {$/;"	f
  4030  ExampleRegexp_FindStringSubmatch	./regexp/example_test.go	/^func ExampleRegexp_FindStringSubmatch() {$/;"	f
  4031  ExampleRegexp_ReplaceAllLiteralString	./regexp/example_test.go	/^func ExampleRegexp_ReplaceAllLiteralString() {$/;"	f
  4032  ExampleRegexp_ReplaceAllString	./regexp/example_test.go	/^func ExampleRegexp_ReplaceAllString() {$/;"	f
  4033  ExampleRegexp_SubexpNames	./regexp/example_test.go	/^func ExampleRegexp_SubexpNames() {$/;"	f
  4034  ExampleRel	./path/filepath/example_unix_test.go	/^func ExampleRel() {$/;"	f
  4035  ExampleRepeat	./strings/example_test.go	/^func ExampleRepeat() {$/;"	f
  4036  ExampleReplace	./strings/example_test.go	/^func ExampleReplace() {$/;"	f
  4037  ExampleResponseRecorder	./net/http/httptest/example_test.go	/^func ExampleResponseRecorder() {$/;"	f
  4038  ExampleResponseWriter_trailers	./net/http/example_test.go	/^func ExampleResponseWriter_trailers() {$/;"	f
  4039  ExampleReverse	./sort/example_test.go	/^func ExampleReverse() {$/;"	f
  4040  ExampleRuneCount	./unicode/utf8/example_test.go	/^func ExampleRuneCount() {$/;"	f
  4041  ExampleRuneCountInString	./unicode/utf8/example_test.go	/^func ExampleRuneCountInString() {$/;"	f
  4042  ExampleRuneLen	./unicode/utf8/example_test.go	/^func ExampleRuneLen() {$/;"	f
  4043  ExampleRuneStart	./unicode/utf8/example_test.go	/^func ExampleRuneStart() {$/;"	f
  4044  ExampleSalutations	./testing/testing.go	/^\/\/     func ExampleSalutations() {$/;"	f
  4045  ExampleScanner_Scan	./go/scanner/example_test.go	/^func ExampleScanner_Scan() {$/;"	f
  4046  ExampleScanner_custom	./bufio/example_test.go	/^func ExampleScanner_custom() {$/;"	f
  4047  ExampleScanner_lines	./bufio/example_test.go	/^func ExampleScanner_lines() {$/;"	f
  4048  ExampleScanner_words	./bufio/example_test.go	/^func ExampleScanner_words() {$/;"	f
  4049  ExampleScope	./go/types/example_test.go	/^func ExampleScope() {$/;"	f
  4050  ExampleSendMail	./net/smtp/example_test.go	/^func ExampleSendMail() {$/;"	f
  4051  ExampleServeMux_Handle	./net/http/example_test.go	/^func ExampleServeMux_Handle() {$/;"	f
  4052  ExampleServer	./net/http/httptest/example_test.go	/^func ExampleServer() {$/;"	f
  4053  ExampleSleep	./time/example_test.go	/^func ExampleSleep() {$/;"	f
  4054  ExampleSplit	./path/example_test.go	/^func ExampleSplit() {$/;"	f
  4055  ExampleSplit	./path/filepath/example_unix_test.go	/^func ExampleSplit() {$/;"	f
  4056  ExampleSplit	./strings/example_test.go	/^func ExampleSplit() {$/;"	f
  4057  ExampleSplitAfter	./strings/example_test.go	/^func ExampleSplitAfter() {$/;"	f
  4058  ExampleSplitAfterN	./strings/example_test.go	/^func ExampleSplitAfterN() {$/;"	f
  4059  ExampleSplitList	./path/filepath/example_unix_test.go	/^func ExampleSplitList() {$/;"	f
  4060  ExampleSplitN	./strings/example_test.go	/^func ExampleSplitN() {$/;"	f
  4061  ExampleStreamReader	./crypto/cipher/example_test.go	/^func ExampleStreamReader() {$/;"	f
  4062  ExampleStreamWriter	./crypto/cipher/example_test.go	/^func ExampleStreamWriter() {$/;"	f
  4063  ExampleStripPrefix	./net/http/example_test.go	/^func ExampleStripPrefix() {$/;"	f
  4064  ExampleStructTag	./reflect/example_test.go	/^func ExampleStructTag() {$/;"	f
  4065  ExampleSum	./crypto/md5/example_test.go	/^func ExampleSum() {$/;"	f
  4066  ExampleSum	./crypto/sha1/example_test.go	/^func ExampleSum() {$/;"	f
  4067  ExampleT	./testing/testing.go	/^\/\/     func ExampleT() { ... }$/;"	f
  4068  ExampleT_M	./testing/testing.go	/^\/\/     func ExampleT_M() { ... }$/;"	f
  4069  ExampleT_M_suffix	./testing/testing.go	/^\/\/     func ExampleT_M_suffix() { ... }$/;"	f
  4070  ExampleT_suffix	./testing/testing.go	/^\/\/     func ExampleT_suffix() { ... }$/;"	f
  4071  ExampleTemplate	./text/template/example_test.go	/^func ExampleTemplate() {$/;"	f
  4072  ExampleTemplate_func	./text/template/examplefunc_test.go	/^func ExampleTemplate_func() {$/;"	f
  4073  ExampleTemplate_glob	./text/template/examplefiles_test.go	/^func ExampleTemplate_glob() {$/;"	f
  4074  ExampleTemplate_helpers	./text/template/examplefiles_test.go	/^func ExampleTemplate_helpers() {$/;"	f
  4075  ExampleTemplate_share	./text/template/examplefiles_test.go	/^func ExampleTemplate_share() {$/;"	f
  4076  ExampleTick	./time/example_test.go	/^func ExampleTick() {$/;"	f
  4077  ExampleTime_Format	./time/example_test.go	/^func ExampleTime_Format() {$/;"	f
  4078  ExampleTime_Round	./time/example_test.go	/^func ExampleTime_Round() {$/;"	f
  4079  ExampleTime_Truncate	./time/example_test.go	/^func ExampleTime_Truncate() {$/;"	f
  4080  ExampleTitle	./strings/example_test.go	/^func ExampleTitle() {$/;"	f
  4081  ExampleToLower	./strings/example_test.go	/^func ExampleToLower() {$/;"	f
  4082  ExampleToTitle	./strings/example_test.go	/^func ExampleToTitle() {$/;"	f
  4083  ExampleToUpper	./strings/example_test.go	/^func ExampleToUpper() {$/;"	f
  4084  ExampleTrim	./strings/example_test.go	/^func ExampleTrim() {$/;"	f
  4085  ExampleTrimPrefix	./bytes/example_test.go	/^func ExampleTrimPrefix() {$/;"	f
  4086  ExampleTrimPrefix	./strings/example_test.go	/^func ExampleTrimPrefix() {$/;"	f
  4087  ExampleTrimSpace	./strings/example_test.go	/^func ExampleTrimSpace() {$/;"	f
  4088  ExampleTrimSuffix	./bytes/example_test.go	/^func ExampleTrimSuffix() {$/;"	f
  4089  ExampleTrimSuffix	./strings/example_test.go	/^func ExampleTrimSuffix() {$/;"	f
  4090  ExampleTypeOf	./reflect/example_test.go	/^func ExampleTypeOf() {$/;"	f
  4091  ExampleURL	./net/url/example_test.go	/^func ExampleURL() {$/;"	f
  4092  ExampleURL_ResolveReference	./net/url/example_test.go	/^func ExampleURL_ResolveReference() {$/;"	f
  4093  ExampleURL_opaque	./net/url/example_test.go	/^func ExampleURL_opaque() {$/;"	f
  4094  ExampleURL_roundtrip	./net/url/example_test.go	/^func ExampleURL_roundtrip() {$/;"	f
  4095  ExampleUnescapeString	./html/example_test.go	/^func ExampleUnescapeString() {$/;"	f
  4096  ExampleUnmarshal	./encoding/json/example_test.go	/^func ExampleUnmarshal() {$/;"	f
  4097  ExampleUnmarshal	./encoding/xml/example_test.go	/^func ExampleUnmarshal() {$/;"	f
  4098  ExampleUnquote	./strconv/example_test.go	/^func ExampleUnquote() {$/;"	f
  4099  ExampleUnquoteChar	./strconv/example_test.go	/^func ExampleUnquoteChar() {$/;"	f
  4100  ExampleValid	./unicode/utf8/example_test.go	/^func ExampleValid() {$/;"	f
  4101  ExampleValidRune	./unicode/utf8/example_test.go	/^func ExampleValidRune() {$/;"	f
  4102  ExampleValidString	./unicode/utf8/example_test.go	/^func ExampleValidString() {$/;"	f
  4103  ExampleValue_config	./sync/atomic/value_test.go	/^func ExampleValue_config() {$/;"	f
  4104  ExampleValue_readMostly	./sync/atomic/value_test.go	/^func ExampleValue_readMostly() {$/;"	f
  4105  ExampleValues	./net/url/example_test.go	/^func ExampleValues() {$/;"	f
  4106  ExampleWaitGroup	./sync/example_test.go	/^func ExampleWaitGroup() {$/;"	f
  4107  ExampleWordDecoder_Decode	./mime/encodedword_test.go	/^func ExampleWordDecoder_Decode() {$/;"	f
  4108  ExampleWordDecoder_DecodeHeader	./mime/encodedword_test.go	/^func ExampleWordDecoder_DecodeHeader() {$/;"	f
  4109  ExampleWordEncoder_Encode	./mime/encodedword_test.go	/^func ExampleWordEncoder_Encode() {$/;"	f
  4110  ExampleWrite	./encoding/binary/example_test.go	/^func ExampleWrite() {$/;"	f
  4111  ExampleWrite_multi	./encoding/binary/example_test.go	/^func ExampleWrite_multi() {$/;"	f
  4112  ExampleWriter	./archive/zip/example_test.go	/^func ExampleWriter() {$/;"	f
  4113  ExampleWriter	./bufio/example_test.go	/^func ExampleWriter() {$/;"	f
  4114  ExampleWriter	./encoding/csv/example_test.go	/^func ExampleWriter() {$/;"	f
  4115  ExampleWriter_Init	./text/tabwriter/example_test.go	/^func ExampleWriter_Init() {$/;"	f
  4116  ExampleWriter_WriteAll	./encoding/csv/example_test.go	/^func ExampleWriter_WriteAll() {$/;"	f
  4117  Example_A	./cmd/go/testdata/example1_test.go	/^func Example_A() {$/;"	f
  4118  Example_B	./cmd/go/testdata/example2_test.go	/^func Example_B() {$/;"	f
  4119  Example_Shift	./cmd/compile/internal/big/floatexample_test.go	/^func Example_Shift() {$/;"	f
  4120  Example_Shift	./math/big/floatexample_test.go	/^func Example_Shift() {$/;"	f
  4121  Example_Y	./cmd/go/testdata/example2_test.go	/^func Example_Y() {$/;"	f
  4122  Example_Z	./cmd/go/testdata/example1_test.go	/^func Example_Z() {$/;"	f
  4123  Example_autoescaping	./html/template/example_test.go	/^func Example_autoescaping() {$/;"	f
  4124  Example_basic	./encoding/gob/example_test.go	/^func Example_basic() {$/;"	f
  4125  Example_encodeDecode	./encoding/gob/example_encdec_test.go	/^func Example_encodeDecode() {$/;"	f
  4126  Example_escape	./html/template/example_test.go	/^func Example_escape() {$/;"	f
  4127  Example_fibonacci	./math/big/example_test.go	/^func Example_fibonacci() {$/;"	f
  4128  Example_intHeap	./container/heap/example_intheap_test.go	/^func Example_intHeap() {$/;"	f
  4129  Example_interface	./encoding/gob/example_interface_test.go	/^func Example_interface() {$/;"	f
  4130  Example_priorityQueue	./container/heap/example_pq_test.go	/^func Example_priorityQueue() {$/;"	f
  4131  Example_rand	./math/rand/example_test.go	/^func Example_rand() {$/;"	f
  4132  Example_sortKeys	./sort/example_keys_test.go	/^func Example_sortKeys() {$/;"	f
  4133  Example_sortMultiKeys	./sort/example_multi_test.go	/^func Example_sortMultiKeys() {$/;"	f
  4134  Example_sortWrapper	./sort/example_wrapper_test.go	/^func Example_sortWrapper() {$/;"	f
  4135  Example_sqrt2	./math/big/example_test.go	/^func Example_sqrt2() {$/;"	f
  4136  Example_suffix	./testing/testing.go	/^\/\/     func Example_suffix() { ... }$/;"	f
  4137  Example_test	./cmd/go/testdata/norunexample/example_test.go	/^func Example_test() {$/;"	f
  4138  Examples	./go/doc/example.go	/^func Examples(files ...*ast.File) []*Example {$/;"	f
  4139  ExceptionRecord	./runtime/defs_windows.go	/^type ExceptionRecord C.EXCEPTION_RECORD$/;"	t
  4140  ExceptionState32	./runtime/defs_darwin.go	/^type ExceptionState32 C.struct_i386_exception_state$/;"	t
  4141  ExceptionState64	./runtime/defs_darwin.go	/^type ExceptionState64 C.struct_x86_exception_state64$/;"	t
  4142  Exchangedata	./syscall/zsyscall_darwin_386.go	/^func Exchangedata(path1 string, path2 string, options int) (err error) {$/;"	f
  4143  Exchangedata	./syscall/zsyscall_darwin_amd64.go	/^func Exchangedata(path1 string, path2 string, options int) (err error) {$/;"	f
  4144  Exchangedata	./syscall/zsyscall_darwin_arm.go	/^func Exchangedata(path1 string, path2 string, options int) (err error) {$/;"	f
  4145  Exchangedata	./syscall/zsyscall_darwin_arm64.go	/^func Exchangedata(path1 string, path2 string, options int) (err error) {$/;"	f
  4146  Exec	./database/sql/fakedb_test.go	/^func (c *fakeConn) Exec(query string, args []driver.Value) (driver.Result, error) {$/;"	f
  4147  Exec	./database/sql/fakedb_test.go	/^func (s *fakeStmt) Exec(args []driver.Value) (driver.Result, error) {$/;"	f
  4148  Exec	./database/sql/sql.go	/^func (db *DB) Exec(query string, args ...interface{}) (Result, error) {$/;"	f
  4149  Exec	./database/sql/sql.go	/^func (s *Stmt) Exec(args ...interface{}) (Result, error) {$/;"	f
  4150  Exec	./database/sql/sql.go	/^func (tx *Tx) Exec(query string, args ...interface{}) (Result, error) {$/;"	f
  4151  Exec	./syscall/exec_plan9.go	/^func Exec(argv0 string, argv []string, envv []string) (err error) {$/;"	f
  4152  Exec	./syscall/exec_unix.go	/^func Exec(argv0 string, argv []string, envv []string) (err error) {$/;"	f
  4153  Exec	./syscall/exec_windows.go	/^func Exec(argv0 string, argv []string, envv []string) (err error) {$/;"	f
  4154  ExecIO	./net/fd_windows.go	/^func (s *ioSrv) ExecIO(o *operation, name string, submit func(o *operation) error) (int, error) {$/;"	f
  4155  Execer	./database/sql/driver/driver.go	/^type Execer interface {$/;"	t
  4156  Execute	./html/template/template.go	/^func (t *Template) Execute(wr io.Writer, data interface{}) error {$/;"	f
  4157  Execute	./text/template/exec.go	/^func (t *Template) Execute(wr io.Writer, data interface{}) (err error) {$/;"	f
  4158  ExecuteTemplate	./html/template/template.go	/^func (t *Template) ExecuteTemplate(wr io.Writer, name string, data interface{}) error {$/;"	f
  4159  ExecuteTemplate	./text/template/exec.go	/^func (t *Template) ExecuteTemplate(wr io.Writer, name string, data interface{}) error {$/;"	f
  4160  Exit	./cmd/compile/internal/gc/util.go	/^func Exit(code int) {$/;"	f
  4161  Exit	./cmd/link/internal/ld/util.go	/^func Exit(code int) {$/;"	f
  4162  Exit	./os/proc.go	/^func Exit(code int) {$/;"	f
  4163  Exit	./syscall/syscall_plan9.go	/^func Exit(code int) { exit(code) }$/;"	f
  4164  Exit	./syscall/syscall_windows.go	/^func Exit(code int) { ExitProcess(uint32(code)) }$/;"	f
  4165  Exit	./syscall/zsyscall_darwin_386.go	/^func Exit(code int) {$/;"	f
  4166  Exit	./syscall/zsyscall_darwin_amd64.go	/^func Exit(code int) {$/;"	f
  4167  Exit	./syscall/zsyscall_darwin_arm.go	/^func Exit(code int) {$/;"	f
  4168  Exit	./syscall/zsyscall_darwin_arm64.go	/^func Exit(code int) {$/;"	f
  4169  Exit	./syscall/zsyscall_dragonfly_amd64.go	/^func Exit(code int) {$/;"	f
  4170  Exit	./syscall/zsyscall_freebsd_386.go	/^func Exit(code int) {$/;"	f
  4171  Exit	./syscall/zsyscall_freebsd_amd64.go	/^func Exit(code int) {$/;"	f
  4172  Exit	./syscall/zsyscall_freebsd_arm.go	/^func Exit(code int) {$/;"	f
  4173  Exit	./syscall/zsyscall_linux_386.go	/^func Exit(code int) {$/;"	f
  4174  Exit	./syscall/zsyscall_linux_amd64.go	/^func Exit(code int) {$/;"	f
  4175  Exit	./syscall/zsyscall_linux_arm.go	/^func Exit(code int) {$/;"	f
  4176  Exit	./syscall/zsyscall_linux_arm64.go	/^func Exit(code int) {$/;"	f
  4177  Exit	./syscall/zsyscall_linux_ppc64.go	/^func Exit(code int) {$/;"	f
  4178  Exit	./syscall/zsyscall_linux_ppc64le.go	/^func Exit(code int) {$/;"	f
  4179  Exit	./syscall/zsyscall_nacl_386.go	/^func Exit(code int) (err error) {$/;"	f
  4180  Exit	./syscall/zsyscall_nacl_amd64p32.go	/^func Exit(code int) (err error) {$/;"	f
  4181  Exit	./syscall/zsyscall_nacl_arm.go	/^func Exit(code int) (err error) {$/;"	f
  4182  Exit	./syscall/zsyscall_netbsd_386.go	/^func Exit(code int) {$/;"	f
  4183  Exit	./syscall/zsyscall_netbsd_amd64.go	/^func Exit(code int) {$/;"	f
  4184  Exit	./syscall/zsyscall_netbsd_arm.go	/^func Exit(code int) {$/;"	f
  4185  Exit	./syscall/zsyscall_openbsd_386.go	/^func Exit(code int) {$/;"	f
  4186  Exit	./syscall/zsyscall_openbsd_amd64.go	/^func Exit(code int) {$/;"	f
  4187  Exit	./syscall/zsyscall_openbsd_arm.go	/^func Exit(code int) {$/;"	f
  4188  Exit	./syscall/zsyscall_solaris_amd64.go	/^func Exit(code int) {$/;"	f
  4189  ExitError	./os/exec/exec.go	/^type ExitError struct {$/;"	t
  4190  ExitProcess	./syscall/zsyscall_windows.go	/^func ExitProcess(exitcode uint32) {$/;"	f
  4191  ExitStatus	./syscall/syscall_bsd.go	/^func (w WaitStatus) ExitStatus() int {$/;"	f
  4192  ExitStatus	./syscall/syscall_linux.go	/^func (w WaitStatus) ExitStatus() int {$/;"	f
  4193  ExitStatus	./syscall/syscall_nacl.go	/^func (w WaitStatus) ExitStatus() int    { return 0 }$/;"	f
  4194  ExitStatus	./syscall/syscall_plan9.go	/^func (w Waitmsg) ExitStatus() int {$/;"	f
  4195  ExitStatus	./syscall/syscall_solaris.go	/^func (w WaitStatus) ExitStatus() int {$/;"	f
  4196  ExitStatus	./syscall/syscall_windows.go	/^func (w WaitStatus) ExitStatus() int { return int(w.ExitCode) }$/;"	f
  4197  Exited	./os/doc.go	/^func (p *ProcessState) Exited() bool {$/;"	f
  4198  Exited	./syscall/syscall_bsd.go	/^func (w WaitStatus) Exited() bool { return w&mask == exited }$/;"	f
  4199  Exited	./syscall/syscall_linux.go	/^func (w WaitStatus) Exited() bool { return w&mask == exited }$/;"	f
  4200  Exited	./syscall/syscall_nacl.go	/^func (w WaitStatus) Exited() bool       { return false }$/;"	f
  4201  Exited	./syscall/syscall_plan9.go	/^func (w Waitmsg) Exited() bool   { return true }$/;"	f
  4202  Exited	./syscall/syscall_solaris.go	/^func (w WaitStatus) Exited() bool { return w&mask == exited }$/;"	f
  4203  Exited	./syscall/syscall_windows.go	/^func (w WaitStatus) Exited() bool { return true }$/;"	f
  4204  Exitf	./cmd/link/internal/ld/lib.go	/^func Exitf(format string, a ...interface{}) {$/;"	f
  4205  Exitsyscall	./runtime/export_test.go	/^var Exitsyscall = exitsyscall$/;"	v
  4206  Exp	./cmd/compile/internal/big/int.go	/^func (z *Int) Exp(x, y, m *Int) *Int {$/;"	f
  4207  Exp	./math/big/int.go	/^func (z *Int) Exp(x, y, m *Int) *Int {$/;"	f
  4208  Exp	./math/cmplx/exp.go	/^func Exp(x complex128) complex128 {$/;"	f
  4209  Exp	./math/exp.go	/^func Exp(x float64) float64$/;"	f
  4210  Exp2	./math/exp.go	/^func Exp2(x float64) float64$/;"	f
  4211  Exp2Go	./math/export_test.go	/^var Exp2Go = exp2$/;"	v
  4212  ExpFloat64	./math/rand/exp.go	/^func (r *Rand) ExpFloat64() float64 {$/;"	f
  4213  ExpFloat64	./math/rand/rand.go	/^func ExpFloat64() float64 { return globalRand.ExpFloat64() }$/;"	f
  4214  ExpFunc	./cmd/cgo/main.go	/^type ExpFunc struct {$/;"	t
  4215  ExpGo	./math/export_test.go	/^var ExpGo = exp$/;"	v
  4216  ExpHelper	./cmd/compile/internal/big/nat_test.go	/^func ExpHelper(b *testing.B, x, y Word) {$/;"	f
  4217  ExpHelper	./math/big/nat_test.go	/^func ExpHelper(b *testing.B, x, y Word) {$/;"	f
  4218  Expand	./os/env.go	/^func Expand(s string, mapping func(string) string) string {$/;"	f
  4219  Expand	./regexp/regexp.go	/^func (re *Regexp) Expand(dst []byte, template []byte, src []byte, match []int) []byte {$/;"	f
  4220  ExpandEnv	./os/env.go	/^func ExpandEnv(s string) string {$/;"	f
  4221  ExpandString	./internal/syscall/windows/registry/value.go	/^func ExpandString(value string) (string, error) {$/;"	f
  4222  ExpandString	./regexp/regexp.go	/^func (re *Regexp) ExpandString(dst []byte, template string, src string, match []int) []byte {$/;"	f
  4223  ExplicitMethod	./go/types/type.go	/^func (t *Interface) ExplicitMethod(i int) *Func { return t.methods[i] }$/;"	f
  4224  ExplodeTest	./bytes/bytes_test.go	/^type ExplodeTest struct {$/;"	t
  4225  Expm1	./math/expm1.go	/^func Expm1(x float64) float64$/;"	f
  4226  ExportAppendTime	./net/http/export_test.go	/^var ExportAppendTime = appendTime$/;"	v
  4227  ExportCloseWriteAndWait	./net/http/export_test.go	/^var ExportCloseWriteAndWait = (*conn).closeWriteAndWait$/;"	v
  4228  ExportErrRequestCanceled	./net/http/export_test.go	/^var ExportErrRequestCanceled = errRequestCanceled$/;"	v
  4229  ExportRefererForURL	./net/http/export_test.go	/^func ExportRefererForURL(lastReq, newReq *url.URL) string {$/;"	f
  4230  ExportServerNewConn	./net/http/export_test.go	/^var ExportServerNewConn = (*Server).newConn$/;"	v
  4231  Exported	./go/doc/testdata/f.go	/^func Exported() private {}$/;"	f
  4232  Exported	./go/types/object.go	/^func (obj *object) Exported() bool      { return ast.IsExported(obj.name) }$/;"	f
  4233  ExportedFunc	./cmd/doc/doc_test.go	/^			`func ExportedFunc\\(a int\\) bool`,                       \/\/ Function.$/;"	f
  4234  ExportedFunc	./cmd/doc/doc_test.go	/^			`func ExportedFunc\\(a int\\) bool`,$/;"	f
  4235  ExportedFunc	./cmd/doc/testdata/pkg.go	/^func ExportedFunc(a int) bool$/;"	f
  4236  ExportedMethod	./cmd/doc/testdata/pkg.go	/^func (ExportedType) ExportedMethod(a int) bool {$/;"	f
  4237  ExportedMethod	./cmd/doc/testdata/pkg.go	/^func (unexportedType) ExportedMethod() bool {$/;"	f
  4238  ExportedType	./cmd/doc/doc_test.go	/^			`type ExportedType struct { ... }`,                      \/\/ Exported type.$/;"	t
  4239  ExportedType	./cmd/doc/doc_test.go	/^			`type ExportedType struct`,    \/\/ Type definition.$/;"	t
  4240  ExportedType	./cmd/doc/doc_test.go	/^		[]string{`type ExportedType struct`},$/;"	t
  4241  ExportedType	./cmd/doc/testdata/pkg.go	/^type ExportedType struct {$/;"	t
  4242  ExportedTypeConstructor	./cmd/doc/doc_test.go	/^			`func ExportedTypeConstructor\\(\\) \\*ExportedType`, \/\/ Must include constructor.$/;"	f
  4243  ExportedTypeConstructor	./cmd/doc/testdata/pkg.go	/^func ExportedTypeConstructor() *ExportedType {$/;"	f
  4244  ExportedVariable	./cmd/doc/doc_test.go	/^			`var ExportedVariable = 1`,                              \/\/ Simple variable.$/;"	v
  4245  ExportedVariable	./cmd/doc/doc_test.go	/^			`var ExportedVariable = 1`,$/;"	v
  4246  ExportedVariable	./cmd/doc/testdata/pkg.go	/^var ExportedVariable = 1$/;"	v
  4247  Expr	./go/ast/ast.go	/^type Expr interface {$/;"	t
  4248  ExprString	./go/types/exprstring.go	/^func ExprString(x ast.Expr) string {$/;"	f
  4249  Expstring	./cmd/internal/obj/go.go	/^func Expstring() string {$/;"	f
  4250  Ext	./path/filepath/path.go	/^func Ext(path string) string {$/;"	f
  4251  Ext	./path/path.go	/^func Ext(path string) string {$/;"	f
  4252  ExtDis	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^type ExtDis struct {$/;"	t
  4253  ExtDis	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^type ExtDis struct {$/;"	t
  4254  ExtInst	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^type ExtInst struct {$/;"	t
  4255  ExtInst	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^type ExtInst struct {$/;"	t
  4256  ExtKeyUsage	./crypto/x509/x509.go	/^type ExtKeyUsage int$/;"	t
  4257  ExtTest	./path/filepath/path_test.go	/^type ExtTest struct {$/;"	t
  4258  ExtTest	./path/path_test.go	/^type ExtTest struct {$/;"	t
  4259  Extension	./crypto/x509/pkix/pkix.go	/^type Extension struct {$/;"	t
  4260  Extension	./net/smtp/smtp.go	/^func (c *Client) Extension(ext string) (bool, string) {$/;"	f
  4261  ExtensionsByType	./mime/type.go	/^func ExtensionsByType(typ string) ([]string, error) {$/;"	f
  4262  ExtraUsage	./cmd/pprof/pprof.go	/^func (flags) ExtraUsage() string {$/;"	f
  4263  F	./cmd/api/testdata/src/pkg/p2/p2.go	/^func F() string               {}$/;"	f
  4264  F	./cmd/go/go_test.go	/^		func F() { foo.F() }`)$/;"	f
  4265  F	./cmd/go/go_test.go	/^		func F() { p2.F() }`)$/;"	f
  4266  F	./cmd/go/go_test.go	/^		func F() {}`)$/;"	f
  4267  F	./cmd/go/testdata/cgocover/p.go	/^func F() {$/;"	f
  4268  F	./cmd/go/testdata/src/main_test/m.go	/^func F()    {}$/;"	f
  4269  F	./cmd/go/testdata/src/xtestonly/f.go	/^func F() int { return 42 }$/;"	f
  4270  F	./cmd/go/testdata/testimport/p.go	/^func F() int { return 1 }$/;"	f
  4271  F	./cmd/go/testdata/testimport/p1/p1.go	/^func F() int { return 1 }$/;"	f
  4272  F	./cmd/go/testdata/testimport/p2/p2.go	/^func F() int { return 1 }$/;"	f
  4273  F	./cmd/vet/testdata/nilfunc.go	/^func F() {}$/;"	f
  4274  F	./encoding/gob/encoder_test.go	/^func (this *interfaceIndirectTestT) F() bool {$/;"	f
  4275  F	./go/doc/testdata/b.go	/^func F(x int) int {} \/\/ F$/;"	f
  4276  F	./go/types/api_test.go	/^func F() {}$/;"	f
  4277  F	./runtime/crash_test.go	/^func F() {$/;"	f
  4278  F	./runtime/hash_test.go	/^func (x fInter) F() {$/;"	f
  4279  F0	./go/doc/testdata/d2.go	/^func F0() {}$/;"	f
  4280  F1	./go/doc/testdata/b.go	/^func F1() notExported {}$/;"	f
  4281  F1	./go/doc/testdata/d2.go	/^func F1() {}$/;"	f
  4282  F1	./go/internal/gcimporter/testdata/exports.go	/^func F1()         {}$/;"	f
  4283  F2	./go/doc/testdata/d1.go	/^func F2() {}$/;"	f
  4284  F2	./go/internal/gcimporter/testdata/exports.go	/^func F2(x int)    {}$/;"	f
  4285  F3	./go/internal/gcimporter/testdata/exports.go	/^func F3() int     { return 0 }$/;"	f
  4286  F32	./go/types/builtins_test.go	/^	{"complex", `type F32 float32; var re, im F32; _ = complex(re, im)`, `func(p.F32, p.F32) complex64`},$/;"	t
  4287  F32to64	./runtime/export_test.go	/^var F32to64 = f32to64$/;"	v
  4288  F4	./go/internal/gcimporter/testdata/exports.go	/^func F4() float32 { return 0 }$/;"	f
  4289  F5	./go/internal/gcimporter/testdata/exports.go	/^func F5(a, b, c int, u, v, w struct{ x, y T1 }, more ...interface{}) (p, q, r chan<- T10)$/;"	f
  4290  F64	./go/types/builtins_test.go	/^	{"complex", `type F64 float64; var re, im F64; _ = complex(re, im)`, `func(p.F64, p.F64) complex128`},$/;"	t
  4291  F64to32	./runtime/export_test.go	/^var F64to32 = f64to32$/;"	v
  4292  F64toint	./runtime/export_test.go	/^var F64toint = f64toint$/;"	v
  4293  FPCCMP	./cmd/internal/obj/arm64/asm7.go	/^func FPCCMP(m uint32, s uint32, type_ uint32, op uint32) uint32 {$/;"	f
  4294  FPCMP	./cmd/internal/obj/arm64/asm7.go	/^func FPCMP(m uint32, s uint32, type_ uint32, op uint32, op2 uint32) uint32 {$/;"	f
  4295  FPCVTI	./cmd/internal/obj/arm64/asm7.go	/^func FPCVTI(sf uint32, s uint32, type_ uint32, rmode uint32, op uint32) uint32 {$/;"	f
  4296  FPControl	./runtime/defs_darwin.go	/^type FPControl C.struct_fp_control$/;"	t
  4297  FPOP1S	./cmd/internal/obj/arm64/asm7.go	/^func FPOP1S(m uint32, s uint32, type_ uint32, op uint32) uint32 {$/;"	f
  4298  FPOP2S	./cmd/internal/obj/arm64/asm7.go	/^func FPOP2S(m uint32, s uint32, type_ uint32, op uint32) uint32 {$/;"	f
  4299  FPStatus	./runtime/defs_darwin.go	/^type FPStatus C.struct_fp_status$/;"	t
  4300  FPregset	./runtime/defs3_linux.go	/^type FPregset C.elf_fpregset_t$/;"	t
  4301  FR0	./runtime/memmove_arm.s	/^#define FR0	R2$/;"	d
  4302  FR1	./runtime/memmove_arm.s	/^#define FR1	R3$/;"	d
  4303  FR2	./runtime/memmove_arm.s	/^#define FR2	R4$/;"	d
  4304  FR3	./runtime/memmove_arm.s	/^#define FR3	R8					\/* shared with TE *\/$/;"	d
  4305  FROM	./runtime/memmove_arm.s	/^#define FROM	R11$/;"	d
  4306  FT	./go/types/eval_test.go	/^			type FT \/* FT => , p.FT *\/ interface{}$/;"	t
  4307  FTest	./reflect/all_test.go	/^type FTest struct {$/;"	t
  4308  FToC	./go/types/example_test.go	/^func FToC(f float64) Celsius { return Celsius(f - 32 \/ 9 * 5) }$/;"	f
  4309  FUNC1	./crypto/sha1/sha1block_386.s	/^#define FUNC1(a, b, c, d, e) \\$/;"	d
  4310  FUNC1	./crypto/sha1/sha1block_amd64.s	/^#define FUNC1(a, b, c, d, e) \\$/;"	d
  4311  FUNC1	./crypto/sha1/sha1block_amd64p32.s	/^#define FUNC1(a, b, c, d, e) \\$/;"	d
  4312  FUNC1	./crypto/sha1/sha1block_arm.s	/^#define FUNC1(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  4313  FUNC2	./crypto/sha1/sha1block_386.s	/^#define FUNC2(a, b, c, d, e) \\$/;"	d
  4314  FUNC2	./crypto/sha1/sha1block_amd64.s	/^#define FUNC2(a, b, c, d, e) \\$/;"	d
  4315  FUNC2	./crypto/sha1/sha1block_amd64p32.s	/^#define FUNC2(a, b, c, d, e) \\$/;"	d
  4316  FUNC2	./crypto/sha1/sha1block_arm.s	/^#define FUNC2(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  4317  FUNC3	./crypto/sha1/sha1block_386.s	/^#define FUNC3(a, b, c, d, e) \\$/;"	d
  4318  FUNC3	./crypto/sha1/sha1block_amd64.s	/^#define FUNC3(a, b, c, d, e) \\$/;"	d
  4319  FUNC3	./crypto/sha1/sha1block_amd64p32.s	/^#define FUNC3(a, b, c, d, e) \\$/;"	d
  4320  FUNC3	./crypto/sha1/sha1block_arm.s	/^#define FUNC3(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  4321  FUNC4	./crypto/sha1/sha1block_386.s	/^#define FUNC4 FUNC2$/;"	d
  4322  FUNC4	./crypto/sha1/sha1block_amd64.s	/^#define FUNC4 FUNC2$/;"	d
  4323  FUNC4	./crypto/sha1/sha1block_amd64p32.s	/^#define FUNC4 FUNC2$/;"	d
  4324  FUNC4	./crypto/sha1/sha1block_arm.s	/^#define FUNC4 FUNC2$/;"	d
  4325  FUNCDATA_ArgsPointerMaps	./runtime/funcdata.h	/^#define FUNCDATA_ArgsPointerMaps /;"	d
  4326  FUNCDATA_DeadValueMaps	./runtime/funcdata.h	/^#define FUNCDATA_DeadValueMaps /;"	d
  4327  FUNCDATA_LocalsPointerMaps	./runtime/funcdata.h	/^#define FUNCDATA_LocalsPointerMaps /;"	d
  4328  FW0	./runtime/memmove_arm.s	/^#define FW0	R1$/;"	d
  4329  FW1	./runtime/memmove_arm.s	/^#define FW1	R2$/;"	d
  4330  FW2	./runtime/memmove_arm.s	/^#define FW2	R3$/;"	d
  4331  FW3	./runtime/memmove_arm.s	/^#define FW3	R4$/;"	d
  4332  Faccessat	./syscall/zsyscall_linux_386.go	/^func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4333  Faccessat	./syscall/zsyscall_linux_amd64.go	/^func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4334  Faccessat	./syscall/zsyscall_linux_arm.go	/^func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4335  Faccessat	./syscall/zsyscall_linux_arm64.go	/^func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4336  Faccessat	./syscall/zsyscall_linux_ppc64.go	/^func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4337  Faccessat	./syscall/zsyscall_linux_ppc64le.go	/^func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4338  Fadd64	./runtime/export_test.go	/^var Fadd64 = fadd64$/;"	v
  4339  Fail	./go/doc/testdata/testing.go	/^func (c *common) Fail() { c.failed = true }$/;"	f
  4340  Fail	./testing/testing.go	/^func (c *common) Fail() {$/;"	f
  4341  FailNow	./go/doc/testdata/testing.go	/^func (c *common) FailNow() {$/;"	f
  4342  FailNow	./testing/testing.go	/^func (c *common) FailNow() {$/;"	f
  4343  Failed	./go/doc/testdata/testing.go	/^func (c *common) Failed() bool { return c.failed }$/;"	f
  4344  Failed	./testing/testing.go	/^func (c *common) Failed() bool {$/;"	f
  4345  FakeFile	./cmd/pack/pack_test.go	/^type FakeFile struct {$/;"	t
  4346  Fallocate	./syscall/zsyscall_linux_386.go	/^func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {$/;"	f
  4347  Fallocate	./syscall/zsyscall_linux_amd64.go	/^func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {$/;"	f
  4348  Fallocate	./syscall/zsyscall_linux_arm.go	/^func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {$/;"	f
  4349  Fallocate	./syscall/zsyscall_linux_arm64.go	/^func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {$/;"	f
  4350  Fallocate	./syscall/zsyscall_linux_ppc64.go	/^func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {$/;"	f
  4351  Fallocate	./syscall/zsyscall_linux_ppc64le.go	/^func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {$/;"	f
  4352  Family	./net/internal/socktest/switch.go	/^func (c Cookie) Family() int { return int(c >> 48) }$/;"	f
  4353  FatArch	./debug/macho/fat.go	/^type FatArch struct {$/;"	t
  4354  FatArchHeader	./debug/macho/fat.go	/^type FatArchHeader struct {$/;"	t
  4355  FatFile	./debug/macho/fat.go	/^type FatFile struct {$/;"	t
  4356  Fatal	./cmd/compile/internal/gc/subr.go	/^func Fatal(fmt_ string, args ...interface{}) {$/;"	f
  4357  Fatal	./go/doc/testdata/testing.go	/^func (c *common) Fatal(args ...interface{}) {$/;"	f
  4358  Fatal	./log/log.go	/^func (l *Logger) Fatal(v ...interface{}) {$/;"	f
  4359  Fatal	./log/log.go	/^func Fatal(v ...interface{}) {$/;"	f
  4360  Fatal	./testing/testing.go	/^func (c *common) Fatal(args ...interface{}) {$/;"	f
  4361  Fatalf	./cmd/doc/pkg.go	/^func (pkg *Package) Fatalf(format string, args ...interface{}) {$/;"	f
  4362  Fatalf	./go/doc/testdata/testing.go	/^func (c *common) Fatalf(format string, args ...interface{}) {$/;"	f
  4363  Fatalf	./log/log.go	/^func (l *Logger) Fatalf(format string, v ...interface{}) {$/;"	f
  4364  Fatalf	./log/log.go	/^func Fatalf(format string, v ...interface{}) {$/;"	f
  4365  Fatalf	./testing/testing.go	/^func (c *common) Fatalf(format string, args ...interface{}) {$/;"	f
  4366  Fatalln	./log/log.go	/^func (l *Logger) Fatalln(v ...interface{}) {$/;"	f
  4367  Fatalln	./log/log.go	/^func Fatalln(v ...interface{}) {$/;"	f
  4368  Fbootstraptransfer_t	./syscall/types_darwin.go	/^type Fbootstraptransfer_t C.struct_fbootstraptransfer$/;"	t
  4369  Fbootstraptransfer_t	./syscall/ztypes_darwin_386.go	/^type Fbootstraptransfer_t struct {$/;"	t
  4370  Fbootstraptransfer_t	./syscall/ztypes_darwin_amd64.go	/^type Fbootstraptransfer_t struct {$/;"	t
  4371  Fbootstraptransfer_t	./syscall/ztypes_darwin_arm.go	/^type Fbootstraptransfer_t struct {$/;"	t
  4372  Fbootstraptransfer_t	./syscall/ztypes_darwin_arm64.go	/^type Fbootstraptransfer_t struct {$/;"	t
  4373  Fchdir	./syscall/fs_nacl.go	/^func Fchdir(fd int) error {$/;"	f
  4374  Fchdir	./syscall/syscall_plan9.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4375  Fchdir	./syscall/syscall_windows.go	/^func Fchdir(fd Handle) (err error)             { return EWINDOWS }$/;"	f
  4376  Fchdir	./syscall/zsyscall_darwin_386.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4377  Fchdir	./syscall/zsyscall_darwin_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4378  Fchdir	./syscall/zsyscall_darwin_arm.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4379  Fchdir	./syscall/zsyscall_darwin_arm64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4380  Fchdir	./syscall/zsyscall_dragonfly_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4381  Fchdir	./syscall/zsyscall_freebsd_386.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4382  Fchdir	./syscall/zsyscall_freebsd_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4383  Fchdir	./syscall/zsyscall_freebsd_arm.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4384  Fchdir	./syscall/zsyscall_linux_386.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4385  Fchdir	./syscall/zsyscall_linux_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4386  Fchdir	./syscall/zsyscall_linux_arm.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4387  Fchdir	./syscall/zsyscall_linux_arm64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4388  Fchdir	./syscall/zsyscall_linux_ppc64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4389  Fchdir	./syscall/zsyscall_linux_ppc64le.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4390  Fchdir	./syscall/zsyscall_netbsd_386.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4391  Fchdir	./syscall/zsyscall_netbsd_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4392  Fchdir	./syscall/zsyscall_netbsd_arm.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4393  Fchdir	./syscall/zsyscall_openbsd_386.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4394  Fchdir	./syscall/zsyscall_openbsd_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4395  Fchdir	./syscall/zsyscall_openbsd_arm.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4396  Fchdir	./syscall/zsyscall_solaris_amd64.go	/^func Fchdir(fd int) (err error) {$/;"	f
  4397  Fchflags	./syscall/zsyscall_darwin_386.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4398  Fchflags	./syscall/zsyscall_darwin_amd64.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4399  Fchflags	./syscall/zsyscall_darwin_arm.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4400  Fchflags	./syscall/zsyscall_darwin_arm64.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4401  Fchflags	./syscall/zsyscall_dragonfly_amd64.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4402  Fchflags	./syscall/zsyscall_freebsd_386.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4403  Fchflags	./syscall/zsyscall_freebsd_amd64.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4404  Fchflags	./syscall/zsyscall_freebsd_arm.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4405  Fchflags	./syscall/zsyscall_netbsd_386.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4406  Fchflags	./syscall/zsyscall_netbsd_amd64.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4407  Fchflags	./syscall/zsyscall_netbsd_arm.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4408  Fchflags	./syscall/zsyscall_openbsd_386.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4409  Fchflags	./syscall/zsyscall_openbsd_amd64.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4410  Fchflags	./syscall/zsyscall_openbsd_arm.go	/^func Fchflags(fd int, flags int) (err error) {$/;"	f
  4411  Fchmod	./syscall/fs_nacl.go	/^func Fchmod(fd int, mode uint32) error {$/;"	f
  4412  Fchmod	./syscall/syscall_windows.go	/^func Fchmod(fd Handle, mode uint32) (err error)        { return EWINDOWS }$/;"	f
  4413  Fchmod	./syscall/zsyscall_darwin_386.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4414  Fchmod	./syscall/zsyscall_darwin_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4415  Fchmod	./syscall/zsyscall_darwin_arm.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4416  Fchmod	./syscall/zsyscall_darwin_arm64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4417  Fchmod	./syscall/zsyscall_dragonfly_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4418  Fchmod	./syscall/zsyscall_freebsd_386.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4419  Fchmod	./syscall/zsyscall_freebsd_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4420  Fchmod	./syscall/zsyscall_freebsd_arm.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4421  Fchmod	./syscall/zsyscall_linux_386.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4422  Fchmod	./syscall/zsyscall_linux_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4423  Fchmod	./syscall/zsyscall_linux_arm.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4424  Fchmod	./syscall/zsyscall_linux_arm64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4425  Fchmod	./syscall/zsyscall_linux_ppc64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4426  Fchmod	./syscall/zsyscall_linux_ppc64le.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4427  Fchmod	./syscall/zsyscall_netbsd_386.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4428  Fchmod	./syscall/zsyscall_netbsd_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4429  Fchmod	./syscall/zsyscall_netbsd_arm.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4430  Fchmod	./syscall/zsyscall_openbsd_386.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4431  Fchmod	./syscall/zsyscall_openbsd_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4432  Fchmod	./syscall/zsyscall_openbsd_arm.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4433  Fchmod	./syscall/zsyscall_solaris_amd64.go	/^func Fchmod(fd int, mode uint32) (err error) {$/;"	f
  4434  Fchmodat	./syscall/zsyscall_linux_386.go	/^func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4435  Fchmodat	./syscall/zsyscall_linux_amd64.go	/^func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4436  Fchmodat	./syscall/zsyscall_linux_arm.go	/^func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4437  Fchmodat	./syscall/zsyscall_linux_arm64.go	/^func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4438  Fchmodat	./syscall/zsyscall_linux_ppc64.go	/^func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4439  Fchmodat	./syscall/zsyscall_linux_ppc64le.go	/^func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {$/;"	f
  4440  Fchown	./syscall/fs_nacl.go	/^func Fchown(fd int, uid, gid int) error {$/;"	f
  4441  Fchown	./syscall/syscall_windows.go	/^func Fchown(fd Handle, uid int, gid int) (err error)   { return EWINDOWS }$/;"	f
  4442  Fchown	./syscall/zsyscall_darwin_386.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4443  Fchown	./syscall/zsyscall_darwin_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4444  Fchown	./syscall/zsyscall_darwin_arm.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4445  Fchown	./syscall/zsyscall_darwin_arm64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4446  Fchown	./syscall/zsyscall_dragonfly_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4447  Fchown	./syscall/zsyscall_freebsd_386.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4448  Fchown	./syscall/zsyscall_freebsd_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4449  Fchown	./syscall/zsyscall_freebsd_arm.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4450  Fchown	./syscall/zsyscall_linux_386.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4451  Fchown	./syscall/zsyscall_linux_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4452  Fchown	./syscall/zsyscall_linux_arm.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4453  Fchown	./syscall/zsyscall_linux_arm64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4454  Fchown	./syscall/zsyscall_linux_ppc64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4455  Fchown	./syscall/zsyscall_linux_ppc64le.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4456  Fchown	./syscall/zsyscall_netbsd_386.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4457  Fchown	./syscall/zsyscall_netbsd_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4458  Fchown	./syscall/zsyscall_netbsd_arm.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4459  Fchown	./syscall/zsyscall_openbsd_386.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4460  Fchown	./syscall/zsyscall_openbsd_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4461  Fchown	./syscall/zsyscall_openbsd_arm.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4462  Fchown	./syscall/zsyscall_solaris_amd64.go	/^func Fchown(fd int, uid int, gid int) (err error) {$/;"	f
  4463  Fchownat	./syscall/zsyscall_linux_386.go	/^func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {$/;"	f
  4464  Fchownat	./syscall/zsyscall_linux_amd64.go	/^func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {$/;"	f
  4465  Fchownat	./syscall/zsyscall_linux_arm.go	/^func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {$/;"	f
  4466  Fchownat	./syscall/zsyscall_linux_arm64.go	/^func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {$/;"	f
  4467  Fchownat	./syscall/zsyscall_linux_ppc64.go	/^func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {$/;"	f
  4468  Fchownat	./syscall/zsyscall_linux_ppc64le.go	/^func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {$/;"	f
  4469  Fcmp64	./runtime/export_test.go	/^var Fcmp64 = fcmp64$/;"	v
  4470  FcntlFlock	./syscall/flock.go	/^func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error {$/;"	f
  4471  FcntlFlock	./syscall/syscall_solaris.go	/^func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error {$/;"	f
  4472  Fconv	./cmd/compile/internal/gc/mparith3.go	/^func Fconv(fvp *Mpflt, flag int) string {$/;"	f
  4473  Fd	./os/file_plan9.go	/^func (f *File) Fd() uintptr {$/;"	f
  4474  Fd	./os/file_unix.go	/^func (f *File) Fd() uintptr {$/;"	f
  4475  Fd	./os/file_windows.go	/^func (file *File) Fd() uintptr {$/;"	f
  4476  Fd2path	./syscall/syscall_plan9.go	/^func Fd2path(fd int) (path string, err error) {$/;"	f
  4477  FdSet	./syscall/types_darwin.go	/^type FdSet C.fd_set$/;"	t
  4478  FdSet	./syscall/types_dragonfly.go	/^type FdSet C.fd_set$/;"	t
  4479  FdSet	./syscall/types_freebsd.go	/^type FdSet C.fd_set$/;"	t
  4480  FdSet	./syscall/types_linux.go	/^type FdSet C.fd_set$/;"	t
  4481  FdSet	./syscall/types_netbsd.go	/^type FdSet C.fd_set$/;"	t
  4482  FdSet	./syscall/types_openbsd.go	/^type FdSet C.fd_set$/;"	t
  4483  FdSet	./syscall/types_solaris.go	/^type FdSet C.fd_set$/;"	t
  4484  FdSet	./syscall/ztypes_darwin_386.go	/^type FdSet struct {$/;"	t
  4485  FdSet	./syscall/ztypes_darwin_amd64.go	/^type FdSet struct {$/;"	t
  4486  FdSet	./syscall/ztypes_darwin_arm.go	/^type FdSet struct {$/;"	t
  4487  FdSet	./syscall/ztypes_darwin_arm64.go	/^type FdSet struct {$/;"	t
  4488  FdSet	./syscall/ztypes_dragonfly_amd64.go	/^type FdSet struct {$/;"	t
  4489  FdSet	./syscall/ztypes_freebsd_386.go	/^type FdSet struct {$/;"	t
  4490  FdSet	./syscall/ztypes_freebsd_amd64.go	/^type FdSet struct {$/;"	t
  4491  FdSet	./syscall/ztypes_freebsd_arm.go	/^type FdSet struct {$/;"	t
  4492  FdSet	./syscall/ztypes_linux_386.go	/^type FdSet struct {$/;"	t
  4493  FdSet	./syscall/ztypes_linux_amd64.go	/^type FdSet struct {$/;"	t
  4494  FdSet	./syscall/ztypes_linux_arm.go	/^type FdSet struct {$/;"	t
  4495  FdSet	./syscall/ztypes_linux_arm64.go	/^type FdSet struct {$/;"	t
  4496  FdSet	./syscall/ztypes_linux_ppc64.go	/^type FdSet struct {$/;"	t
  4497  FdSet	./syscall/ztypes_linux_ppc64le.go	/^type FdSet struct {$/;"	t
  4498  FdSet	./syscall/ztypes_netbsd_386.go	/^type FdSet struct {$/;"	t
  4499  FdSet	./syscall/ztypes_netbsd_amd64.go	/^type FdSet struct {$/;"	t
  4500  FdSet	./syscall/ztypes_netbsd_arm.go	/^type FdSet struct {$/;"	t
  4501  FdSet	./syscall/ztypes_openbsd_386.go	/^type FdSet struct {$/;"	t
  4502  FdSet	./syscall/ztypes_openbsd_amd64.go	/^type FdSet struct {$/;"	t
  4503  FdSet	./syscall/ztypes_openbsd_arm.go	/^type FdSet struct {$/;"	t
  4504  FdSet	./syscall/ztypes_solaris_amd64.go	/^type FdSet struct {$/;"	t
  4505  Fdatasync	./syscall/zsyscall_linux_386.go	/^func Fdatasync(fd int) (err error) {$/;"	f
  4506  Fdatasync	./syscall/zsyscall_linux_amd64.go	/^func Fdatasync(fd int) (err error) {$/;"	f
  4507  Fdatasync	./syscall/zsyscall_linux_arm.go	/^func Fdatasync(fd int) (err error) {$/;"	f
  4508  Fdatasync	./syscall/zsyscall_linux_arm64.go	/^func Fdatasync(fd int) (err error) {$/;"	f
  4509  Fdatasync	./syscall/zsyscall_linux_ppc64.go	/^func Fdatasync(fd int) (err error) {$/;"	f
  4510  Fdatasync	./syscall/zsyscall_linux_ppc64le.go	/^func Fdatasync(fd int) (err error) {$/;"	f
  4511  Fdiv64	./runtime/export_test.go	/^var Fdiv64 = fdiv64$/;"	v
  4512  Features	./cmd/api/goapi.go	/^func (w *Walker) Features() (fs []string) {$/;"	f
  4513  Feed	./encoding/xml/read_test.go	/^type Feed struct {$/;"	t
  4514  FetchProfile	./cmd/pprof/internal/fetch/fetch.go	/^func FetchProfile(source string, timeout time.Duration) (*profile.Profile, error) {$/;"	f
  4515  FetchURL	./cmd/pprof/internal/fetch/fetch.go	/^func FetchURL(source string, timeout time.Duration) (io.ReadCloser, error) {$/;"	f
  4516  Fetcher	./cmd/pprof/internal/fetch/fetch.go	/^func Fetcher(source string, timeout time.Duration, ui plugin.UI) (*profile.Profile, error) {$/;"	f
  4517  Fetcher	./cmd/pprof/internal/plugin/plugin.go	/^type Fetcher func(src string, timeout time.Duration, ui UI) (*profile.Profile, error)$/;"	t
  4518  Field	./debug/dwarf/entry.go	/^type Field struct {$/;"	t
  4519  Field	./go/ast/ast.go	/^type Field struct {$/;"	t
  4520  Field	./go/types/type.go	/^func (s *Struct) Field(i int) *Var { return s.fields[i] }$/;"	f
  4521  Field	./reflect/type.go	/^func (t *rtype) Field(i int) StructField {$/;"	f
  4522  Field	./reflect/type.go	/^func (t *structType) Field(i int) (f StructField) {$/;"	f
  4523  Field	./reflect/value.go	/^func (v Value) Field(i int) Value {$/;"	f
  4524  FieldAlign	./reflect/type.go	/^func (t *rtype) FieldAlign() int { return int(t.fieldAlign) }$/;"	f
  4525  FieldByIndex	./reflect/type.go	/^func (t *rtype) FieldByIndex(index []int) StructField {$/;"	f
  4526  FieldByIndex	./reflect/type.go	/^func (t *structType) FieldByIndex(index []int) (f StructField) {$/;"	f
  4527  FieldByIndex	./reflect/value.go	/^func (v Value) FieldByIndex(index []int) Value {$/;"	f
  4528  FieldByName	./reflect/type.go	/^func (t *rtype) FieldByName(name string) (StructField, bool) {$/;"	f
  4529  FieldByName	./reflect/type.go	/^func (t *structType) FieldByName(name string) (f StructField, present bool) {$/;"	f
  4530  FieldByName	./reflect/value.go	/^func (v Value) FieldByName(name string) Value {$/;"	f
  4531  FieldByNameFunc	./reflect/type.go	/^func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) {$/;"	f
  4532  FieldByNameFunc	./reflect/type.go	/^func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {$/;"	f
  4533  FieldByNameFunc	./reflect/value.go	/^func (v Value) FieldByNameFunc(match func(string) bool) Value {$/;"	f
  4534  FieldFilter	./go/ast/print.go	/^type FieldFilter func(name string, value reflect.Value) bool$/;"	t
  4535  FieldList	./go/ast/ast.go	/^type FieldList struct {$/;"	t
  4536  FieldMutex	./cmd/vet/testdata/copylock_func.go	/^type FieldMutex struct {$/;"	t
  4537  FieldNode	./text/template/parse/node.go	/^type FieldNode struct {$/;"	t
  4538  Fields	./bytes/bytes.go	/^func Fields(s []byte) [][]byte {$/;"	f
  4539  Fields	./strings/strings.go	/^func Fields(s string) []string {$/;"	f
  4540  FieldsFunc	./bytes/bytes.go	/^func FieldsFunc(s []byte, f func(rune) bool) [][]byte {$/;"	f
  4541  FieldsFunc	./strings/strings.go	/^func FieldsFunc(s string, f func(rune) bool) []string {$/;"	f
  4542  FieldsFuncTests	./strings/strings_test.go	/^var FieldsFuncTests = []FieldsTest{$/;"	v
  4543  FieldsTest	./bytes/bytes_test.go	/^type FieldsTest struct {$/;"	t
  4544  FieldsTest	./strings/strings_test.go	/^type FieldsTest struct {$/;"	t
  4545  File	./archive/zip/reader.go	/^type File struct {$/;"	t
  4546  File	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) File() string {$/;"	f
  4547  File	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) File() string {$/;"	f
  4548  File	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) File() string {$/;"	f
  4549  File	./cmd/cgo/main.go	/^type File struct {$/;"	t
  4550  File	./cmd/cover/cover.go	/^type File struct {$/;"	t
  4551  File	./cmd/internal/objfile/objfile.go	/^type File struct {$/;"	t
  4552  File	./cmd/vet/main.go	/^type File struct {$/;"	t
  4553  File	./debug/elf/file.go	/^type File struct {$/;"	t
  4554  File	./debug/macho/file.go	/^type File struct {$/;"	t
  4555  File	./debug/pe/file.go	/^type File struct {$/;"	t
  4556  File	./debug/plan9obj/file.go	/^type File struct {$/;"	t
  4557  File	./go/ast/ast.go	/^type File struct {$/;"	t
  4558  File	./go/token/position.go	/^func (s *FileSet) File(p Pos) (f *File) {$/;"	f
  4559  File	./go/token/position.go	/^type File struct {$/;"	t
  4560  File	./mime/multipart/formdata.go	/^type File interface {$/;"	t
  4561  File	./net/http/fs.go	/^type File interface {$/;"	t
  4562  File	./net/net.go	/^func (c *conn) File() (f *os.File, err error) {$/;"	f
  4563  File	./net/tcpsock_plan9.go	/^func (l *TCPListener) File() (f *os.File, err error) {$/;"	f
  4564  File	./net/tcpsock_posix.go	/^func (l *TCPListener) File() (f *os.File, err error) {$/;"	f
  4565  File	./net/unixsock_plan9.go	/^func (l *UnixListener) File() (*os.File, error) {$/;"	f
  4566  File	./net/unixsock_posix.go	/^func (l *UnixListener) File() (f *os.File, err error) {$/;"	f
  4567  File	./os/file_plan9.go	/^type File struct {$/;"	t
  4568  File	./os/file_unix.go	/^type File struct {$/;"	t
  4569  File	./os/file_windows.go	/^type File struct {$/;"	t
  4570  FileConn	./net/file.go	/^func FileConn(f *os.File) (c Conn, err error) {$/;"	f
  4571  FileExports	./go/ast/filter.go	/^func FileExports(src *File) bool {$/;"	f
  4572  FileHeader	./archive/zip/struct.go	/^type FileHeader struct {$/;"	t
  4573  FileHeader	./debug/elf/file.go	/^type FileHeader struct {$/;"	t
  4574  FileHeader	./debug/macho/macho.go	/^type FileHeader struct {$/;"	t
  4575  FileHeader	./debug/pe/pe.go	/^type FileHeader struct {$/;"	t
  4576  FileHeader	./debug/plan9obj/file.go	/^type FileHeader struct {$/;"	t
  4577  FileHeader	./mime/multipart/formdata.go	/^type FileHeader struct {$/;"	t
  4578  FileInfo	./archive/tar/common.go	/^func (h *Header) FileInfo() os.FileInfo {$/;"	f
  4579  FileInfo	./archive/zip/struct.go	/^func (h *FileHeader) FileInfo() os.FileInfo {$/;"	f
  4580  FileInfo	./os/types.go	/^type FileInfo interface {$/;"	t
  4581  FileInfoHeader	./archive/tar/common.go	/^func FileInfoHeader(fi os.FileInfo, link string) (*Header, error) {$/;"	f
  4582  FileInfoHeader	./archive/zip/struct.go	/^func FileInfoHeader(fi os.FileInfo) (*FileHeader, error) {$/;"	f
  4583  FileLike	./cmd/pack/pack.go	/^type FileLike interface {$/;"	t
  4584  FileLine	./cmd/internal/obj/obj.go	/^func (h *LineHist) FileLine(lineno int) (file string, line int) {$/;"	f
  4585  FileLine	./runtime/symtab.go	/^func (f *Func) FileLine(pc uintptr) (file string, line int) {$/;"	f
  4586  FileListener	./net/file.go	/^func FileListener(f *os.File) (ln Listener, err error) {$/;"	f
  4587  FileMode	./os/types.go	/^type FileMode uint32$/;"	t
  4588  FileName	./mime/multipart/multipart.go	/^func (p *Part) FileName() string {$/;"	f
  4589  FileNotifyInformation	./syscall/ztypes_windows.go	/^type FileNotifyInformation struct {$/;"	t
  4590  FilePacketConn	./net/file.go	/^func FilePacketConn(f *os.File) (c PacketConn, err error) {$/;"	f
  4591  FileServer	./net/http/fs.go	/^func FileServer(root FileSystem) Handler {$/;"	f
  4592  FileSet	./go/token/position.go	/^type FileSet struct {$/;"	t
  4593  FileSystem	./net/http/fs.go	/^type FileSystem interface {$/;"	t
  4594  Files	./go/types/check.go	/^func (check *Checker) Files(files []*ast.File) (err error) {$/;"	f
  4595  Filetime	./syscall/ztypes_windows.go	/^type Filetime struct {$/;"	t
  4596  FillFromRDNSequence	./crypto/x509/pkix/pkix.go	/^func (n *Name) FillFromRDNSequence(rdns *RDNSequence) {$/;"	f
  4597  Filter	./go/ast/commentmap.go	/^func (cmap CommentMap) Filter(node Node) CommentMap {$/;"	f
  4598  Filter	./go/ast/filter.go	/^type Filter func(string) bool$/;"	t
  4599  Filter	./go/doc/filter.go	/^func (p *Package) Filter(f Filter) {$/;"	f
  4600  Filter	./go/doc/filter.go	/^type Filter func(string) bool$/;"	t
  4601  Filter	./net/internal/socktest/switch.go	/^type Filter func(*Status) (AfterFilter, error)$/;"	t
  4602  FilterDecl	./go/ast/filter.go	/^func FilterDecl(decl Decl, f Filter) bool {$/;"	f
  4603  FilterFile	./go/ast/filter.go	/^func FilterFile(src *File, f Filter) bool {$/;"	f
  4604  FilterPackage	./go/ast/filter.go	/^func FilterPackage(pkg *Package, f Filter) bool {$/;"	f
  4605  FilterSamplesByName	./cmd/pprof/internal/profile/filter.go	/^func (p *Profile) FilterSamplesByName(focus, ignore, hide *regexp.Regexp) (fm, im, hm bool) {$/;"	f
  4606  FilterSamplesByTag	./cmd/pprof/internal/profile/filter.go	/^func (p *Profile) FilterSamplesByTag(focus, ignore TagMatch) (fm, im bool) {$/;"	f
  4607  FilterType	./net/internal/socktest/switch.go	/^type FilterType int$/;"	t
  4608  Find	./regexp/regexp.go	/^func (re *Regexp) Find(b []byte) []byte {$/;"	f
  4609  Find	./syscall/dll_windows.go	/^func (p *LazyProc) Find() error {$/;"	f
  4610  FindAll	./regexp/regexp.go	/^func (re *Regexp) FindAll(b []byte, n int) [][]byte {$/;"	f
  4611  FindAllIndex	./index/suffixarray/suffixarray.go	/^func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) {$/;"	f
  4612  FindAllIndex	./regexp/regexp.go	/^func (re *Regexp) FindAllIndex(b []byte, n int) [][]int {$/;"	f
  4613  FindAllString	./regexp/regexp.go	/^func (re *Regexp) FindAllString(s string, n int) []string {$/;"	f
  4614  FindAllStringIndex	./regexp/regexp.go	/^func (re *Regexp) FindAllStringIndex(s string, n int) [][]int {$/;"	f
  4615  FindAllStringSubmatch	./regexp/regexp.go	/^func (re *Regexp) FindAllStringSubmatch(s string, n int) [][]string {$/;"	f
  4616  FindAllStringSubmatchIndex	./regexp/regexp.go	/^func (re *Regexp) FindAllStringSubmatchIndex(s string, n int) [][]int {$/;"	f
  4617  FindAllSubmatch	./regexp/regexp.go	/^func (re *Regexp) FindAllSubmatch(b []byte, n int) [][][]byte {$/;"	f
  4618  FindAllSubmatchIndex	./regexp/regexp.go	/^func (re *Regexp) FindAllSubmatchIndex(b []byte, n int) [][]int {$/;"	f
  4619  FindClose	./syscall/zsyscall_windows.go	/^func FindClose(handle Handle) (err error) {$/;"	f
  4620  FindExportData	./go/internal/gcimporter/exportdata.go	/^func FindExportData(r *bufio.Reader) (err error) {$/;"	f
  4621  FindFirstFile	./syscall/syscall_windows.go	/^func FindFirstFile(name *uint16, data *Win32finddata) (handle Handle, err error) {$/;"	f
  4622  FindIndex	./regexp/regexp.go	/^func (re *Regexp) FindIndex(b []byte) (loc []int) {$/;"	f
  4623  FindNextFile	./syscall/syscall_windows.go	/^func FindNextFile(handle Handle, data *Win32finddata) (err error) {$/;"	f
  4624  FindPkg	./go/internal/gcimporter/gcimporter.go	/^func FindPkg(path, srcDir string) (filename, id string) {$/;"	f
  4625  FindProc	./syscall/dll_windows.go	/^func (d *DLL) FindProc(name string) (proc *Proc, err error) {$/;"	f
  4626  FindProcess	./os/doc.go	/^func FindProcess(pid int) (p *Process, err error) {$/;"	f
  4627  FindReaderIndex	./regexp/regexp.go	/^func (re *Regexp) FindReaderIndex(r io.RuneReader) (loc []int) {$/;"	f
  4628  FindReaderSubmatchIndex	./regexp/regexp.go	/^func (re *Regexp) FindReaderSubmatchIndex(r io.RuneReader) []int {$/;"	f
  4629  FindString	./regexp/regexp.go	/^func (re *Regexp) FindString(s string) string {$/;"	f
  4630  FindStringIndex	./regexp/regexp.go	/^func (re *Regexp) FindStringIndex(s string) (loc []int) {$/;"	f
  4631  FindStringSubmatch	./regexp/regexp.go	/^func (re *Regexp) FindStringSubmatch(s string) []string {$/;"	f
  4632  FindStringSubmatchIndex	./regexp/regexp.go	/^func (re *Regexp) FindStringSubmatchIndex(s string) []int {$/;"	f
  4633  FindSubmatch	./regexp/regexp.go	/^func (re *Regexp) FindSubmatch(b []byte) [][]byte {$/;"	f
  4634  FindSubmatchIndex	./regexp/regexp.go	/^func (re *Regexp) FindSubmatchIndex(b []byte) []int {$/;"	f
  4635  FindTest	./regexp/find_test.go	/^type FindTest struct {$/;"	t
  4636  FinishType	./cmd/cgo/gcc.go	/^func (c *typeConv) FinishType(pos token.Pos) {$/;"	f
  4637  Fintto64	./runtime/export_test.go	/^var Fintto64 = fintto64$/;"	v
  4638  First	./compress/bzip2/move_to_front.go	/^func (m moveToFrontDecoder) First() byte {$/;"	f
  4639  Fix	./container/heap/heap.go	/^func Fix(h Interface, i int) {$/;"	f
  4640  FixedDecimal	./strconv/extfloat.go	/^func (f *extFloat) FixedDecimal(d *decimalSlice, n int) bool {$/;"	f
  4641  FixedZone	./time/zoneinfo.go	/^func FixedZone(name string, offset int) *Location {$/;"	f
  4642  Fixlargeoffset	./cmd/compile/internal/gc/cgen.go	/^func Fixlargeoffset(n *Node) {$/;"	f
  4643  Fixwd	./syscall/pwd_plan9.go	/^func Fixwd() {$/;"	f
  4644  Flag	./encoding/asn1/asn1.go	/^type Flag bool$/;"	t
  4645  Flag	./flag/flag.go	/^type Flag struct {$/;"	t
  4646  Flag	./fmt/print.go	/^func (p *pp) Flag(b int) bool {$/;"	f
  4647  FlagServer	./net/http/triv.go	/^func FlagServer(w http.ResponseWriter, req *http.Request) {$/;"	f
  4648  FlagSet	./cmd/pprof/internal/plugin/plugin.go	/^type FlagSet interface {$/;"	t
  4649  FlagSet	./flag/flag.go	/^type FlagSet struct {$/;"	t
  4650  Flagcount	./cmd/internal/obj/flag.go	/^func Flagcount(name, usage string, val *int) {$/;"	f
  4651  Flagfn0	./cmd/internal/obj/flag.go	/^func Flagfn0(name, usage string, f func()) {$/;"	f
  4652  Flagfn1	./cmd/internal/obj/flag.go	/^func Flagfn1(name, usage string, f func(string)) {$/;"	f
  4653  Flagfn2	./cmd/internal/obj/flag.go	/^func Flagfn2(string, string, func(string, string)) { panic("flag") }$/;"	f
  4654  Flagint32	./cmd/internal/obj/flag.go	/^func Flagint32(name, usage string, val *int32) {$/;"	f
  4655  Flagint64	./cmd/internal/obj/flag.go	/^func Flagint64(name, usage string, val *int64) {$/;"	f
  4656  Flagparse	./cmd/internal/obj/flag.go	/^func Flagparse(usage func()) {$/;"	f
  4657  Flagprint	./cmd/internal/obj/flag.go	/^func Flagprint(fd int) {$/;"	f
  4658  Flags	./log/log.go	/^func (l *Logger) Flags() int {$/;"	f
  4659  Flags	./log/log.go	/^func Flags() int {$/;"	f
  4660  Flags	./net/interface.go	/^type Flags uint$/;"	t
  4661  Flags	./regexp/syntax/parse.go	/^type Flags uint16$/;"	t
  4662  Flagstr	./cmd/internal/obj/flag.go	/^func Flagstr(name, usage string, val *string) {$/;"	f
  4663  Float	./cmd/compile/internal/big/bits_test.go	/^func (bits Bits) Float() *Float {$/;"	f
  4664  Float	./cmd/compile/internal/big/float.go	/^type Float struct {$/;"	t
  4665  Float	./encoding/gob/codec_test.go	/^type Float float64$/;"	t
  4666  Float	./expvar/expvar.go	/^type Float struct {$/;"	t
  4667  Float	./math/big/bits_test.go	/^func (bits Bits) Float() *Float {$/;"	f
  4668  Float	./math/big/float.go	/^type Float struct {$/;"	t
  4669  Float	./reflect/value.go	/^func (v Value) Float() float64 {$/;"	f
  4670  Float32	./cmd/compile/internal/big/float.go	/^func (x *Float) Float32() (float32, Accuracy) {$/;"	f
  4671  Float32	./cmd/compile/internal/big/rat.go	/^func (x *Rat) Float32() (f float32, exact bool) {$/;"	f
  4672  Float32	./math/big/float.go	/^func (x *Float) Float32() (float32, Accuracy) {$/;"	f
  4673  Float32	./math/big/rat.go	/^func (x *Rat) Float32() (f float32, exact bool) {$/;"	f
  4674  Float32	./math/rand/rand.go	/^func (r *Rand) Float32() float32 {$/;"	f
  4675  Float32	./math/rand/rand.go	/^func Float32() float32 { return globalRand.Float32() }$/;"	f
  4676  Float32Imm	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Float32Imm float32$/;"	t
  4677  Float32Val	./go/constant/value.go	/^func Float32Val(x Value) (float32, bool) {$/;"	f
  4678  Float32bits	./math/unsafe.go	/^func Float32bits(f float32) uint32 { return *(*uint32)(unsafe.Pointer(&f)) }$/;"	f
  4679  Float32frombits	./math/unsafe.go	/^func Float32frombits(b uint32) float32 { return *(*float32)(unsafe.Pointer(&b)) }$/;"	f
  4680  Float64	./cmd/compile/internal/big/float.go	/^func (x *Float) Float64() (float64, Accuracy) {$/;"	f
  4681  Float64	./cmd/compile/internal/big/rat.go	/^func (x *Rat) Float64() (f float64, exact bool) {$/;"	f
  4682  Float64	./cmd/pprof/pprof.go	/^func (flags) Float64(o string, d float64, c string) *float64 {$/;"	f
  4683  Float64	./encoding/json/decode.go	/^func (n Number) Float64() (float64, error) {$/;"	f
  4684  Float64	./flag/flag.go	/^func (f *FlagSet) Float64(name string, value float64, usage string) *float64 {$/;"	f
  4685  Float64	./flag/flag.go	/^func Float64(name string, value float64, usage string) *float64 {$/;"	f
  4686  Float64	./math/big/float.go	/^func (x *Float) Float64() (float64, Accuracy) {$/;"	f
  4687  Float64	./math/big/rat.go	/^func (x *Rat) Float64() (f float64, exact bool) {$/;"	f
  4688  Float64	./math/rand/rand.go	/^func (r *Rand) Float64() float64 {$/;"	f
  4689  Float64	./math/rand/rand.go	/^func Float64() float64 { return globalRand.Float64() }$/;"	f
  4690  Float64Imm	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Float64Imm float32$/;"	t
  4691  Float64Slice	./sort/sort.go	/^type Float64Slice []float64$/;"	t
  4692  Float64Val	./go/constant/value.go	/^func Float64Val(x Value) (float64, bool) {$/;"	f
  4693  Float64Var	./flag/flag.go	/^func (f *FlagSet) Float64Var(p *float64, name string, value float64, usage string) {$/;"	f
  4694  Float64Var	./flag/flag.go	/^func Float64Var(p *float64, name string, value float64, usage string) {$/;"	f
  4695  Float64bits	./math/unsafe.go	/^func Float64bits(f float64) uint64 { return *(*uint64)(unsafe.Pointer(&f)) }$/;"	f
  4696  Float64frombits	./math/unsafe.go	/^func Float64frombits(b uint64) float64 { return *(*float64)(unsafe.Pointer(&b)) }$/;"	f
  4697  Float64s	./sort/sort.go	/^func Float64s(a []float64) { Sort(Float64Slice(a)) }$/;"	f
  4698  Float64sAreSorted	./sort/sort.go	/^func Float64sAreSorted(a []float64) bool { return IsSorted(Float64Slice(a)) }$/;"	f
  4699  FloatInt	./runtime/map_test.go	/^type FloatInt struct {$/;"	t
  4700  FloatState32	./runtime/defs_darwin.go	/^type FloatState32 C.struct_i386_float_state$/;"	t
  4701  FloatState64	./runtime/defs_darwin.go	/^type FloatState64 C.struct_x86_float_state64$/;"	t
  4702  FloatString	./cmd/compile/internal/big/ratconv.go	/^func (x *Rat) FloatString(prec int) string {$/;"	f
  4703  FloatString	./math/big/ratconv.go	/^func (x *Rat) FloatString(prec int) string {$/;"	f
  4704  FloatTest	./fmt/scan_test.go	/^type FloatTest struct {$/;"	t
  4705  FloatType	./builtin/builtin.go	/^type FloatType float32$/;"	t
  4706  FloatType	./debug/dwarf/type.go	/^type FloatType struct {$/;"	t
  4707  FloatingSaveArea	./runtime/defs_windows.go	/^type FloatingSaveArea C.FLOATING_SAVE_AREA$/;"	t
  4708  Flock	./syscall/zsyscall_darwin_386.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4709  Flock	./syscall/zsyscall_darwin_amd64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4710  Flock	./syscall/zsyscall_darwin_arm.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4711  Flock	./syscall/zsyscall_darwin_arm64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4712  Flock	./syscall/zsyscall_dragonfly_amd64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4713  Flock	./syscall/zsyscall_freebsd_386.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4714  Flock	./syscall/zsyscall_freebsd_amd64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4715  Flock	./syscall/zsyscall_freebsd_arm.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4716  Flock	./syscall/zsyscall_linux_386.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4717  Flock	./syscall/zsyscall_linux_amd64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4718  Flock	./syscall/zsyscall_linux_arm.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4719  Flock	./syscall/zsyscall_linux_arm64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4720  Flock	./syscall/zsyscall_linux_ppc64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4721  Flock	./syscall/zsyscall_linux_ppc64le.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4722  Flock	./syscall/zsyscall_netbsd_386.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4723  Flock	./syscall/zsyscall_netbsd_amd64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4724  Flock	./syscall/zsyscall_netbsd_arm.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4725  Flock	./syscall/zsyscall_openbsd_386.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4726  Flock	./syscall/zsyscall_openbsd_amd64.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4727  Flock	./syscall/zsyscall_openbsd_arm.go	/^func Flock(fd int, how int) (err error) {$/;"	f
  4728  Flock_t	./syscall/types_darwin.go	/^type Flock_t C.struct_flock$/;"	t
  4729  Flock_t	./syscall/types_dragonfly.go	/^type Flock_t C.struct_flock$/;"	t
  4730  Flock_t	./syscall/types_freebsd.go	/^type Flock_t C.struct_flock$/;"	t
  4731  Flock_t	./syscall/types_linux.go	/^type Flock_t C.struct_flock$/;"	t
  4732  Flock_t	./syscall/types_netbsd.go	/^type Flock_t C.struct_flock$/;"	t
  4733  Flock_t	./syscall/types_openbsd.go	/^type Flock_t C.struct_flock$/;"	t
  4734  Flock_t	./syscall/types_solaris.go	/^type Flock_t C.struct_flock$/;"	t
  4735  Flock_t	./syscall/ztypes_darwin_386.go	/^type Flock_t struct {$/;"	t
  4736  Flock_t	./syscall/ztypes_darwin_amd64.go	/^type Flock_t struct {$/;"	t
  4737  Flock_t	./syscall/ztypes_darwin_arm.go	/^type Flock_t struct {$/;"	t
  4738  Flock_t	./syscall/ztypes_darwin_arm64.go	/^type Flock_t struct {$/;"	t
  4739  Flock_t	./syscall/ztypes_dragonfly_amd64.go	/^type Flock_t struct {$/;"	t
  4740  Flock_t	./syscall/ztypes_freebsd_386.go	/^type Flock_t struct {$/;"	t
  4741  Flock_t	./syscall/ztypes_freebsd_amd64.go	/^type Flock_t struct {$/;"	t
  4742  Flock_t	./syscall/ztypes_freebsd_arm.go	/^type Flock_t struct {$/;"	t
  4743  Flock_t	./syscall/ztypes_linux_386.go	/^type Flock_t struct {$/;"	t
  4744  Flock_t	./syscall/ztypes_linux_amd64.go	/^type Flock_t struct {$/;"	t
  4745  Flock_t	./syscall/ztypes_linux_arm.go	/^type Flock_t struct {$/;"	t
  4746  Flock_t	./syscall/ztypes_linux_arm64.go	/^type Flock_t struct {$/;"	t
  4747  Flock_t	./syscall/ztypes_linux_ppc64.go	/^type Flock_t struct {$/;"	t
  4748  Flock_t	./syscall/ztypes_linux_ppc64le.go	/^type Flock_t struct {$/;"	t
  4749  Flock_t	./syscall/ztypes_netbsd_386.go	/^type Flock_t struct {$/;"	t
  4750  Flock_t	./syscall/ztypes_netbsd_amd64.go	/^type Flock_t struct {$/;"	t
  4751  Flock_t	./syscall/ztypes_netbsd_arm.go	/^type Flock_t struct {$/;"	t
  4752  Flock_t	./syscall/ztypes_openbsd_386.go	/^type Flock_t struct {$/;"	t
  4753  Flock_t	./syscall/ztypes_openbsd_amd64.go	/^type Flock_t struct {$/;"	t
  4754  Flock_t	./syscall/ztypes_openbsd_arm.go	/^type Flock_t struct {$/;"	t
  4755  Flock_t	./syscall/ztypes_solaris_amd64.go	/^type Flock_t struct {$/;"	t
  4756  Floor	./math/floor.go	/^func Floor(x float64) float64$/;"	f
  4757  Flow	./cmd/compile/internal/gc/go.go	/^type Flow struct {$/;"	t
  4758  Flowend	./cmd/compile/internal/gc/popt.go	/^func Flowend(graph *Graph) {$/;"	f
  4759  Flowstart	./cmd/compile/internal/gc/popt.go	/^func Flowstart(firstp *obj.Prog, newData func() interface{}) *Graph {$/;"	f
  4760  FloydSteinberg	./image/draw/draw.go	/^var FloydSteinberg Drawer = floydSteinberg{}$/;"	v
  4761  Flush	./archive/tar/writer.go	/^func (tw *Writer) Flush() error {$/;"	f
  4762  Flush	./archive/zip/writer.go	/^func (w *Writer) Flush() error {$/;"	f
  4763  Flush	./bufio/bufio.go	/^func (b *Writer) Flush() error {$/;"	f
  4764  Flush	./cmd/go/list.go	/^func (t *TrackingWriter) Flush() {$/;"	f
  4765  Flush	./cmd/internal/obj/util.go	/^func (b *Biobuf) Flush() error {$/;"	f
  4766  Flush	./compress/flate/deflate.go	/^func (w *Writer) Flush() error {$/;"	f
  4767  Flush	./compress/gzip/gzip.go	/^func (z *Writer) Flush() error {$/;"	f
  4768  Flush	./compress/zlib/writer.go	/^func (z *Writer) Flush() error {$/;"	f
  4769  Flush	./encoding/csv/writer.go	/^func (w *Writer) Flush() {$/;"	f
  4770  Flush	./encoding/xml/marshal.go	/^func (enc *Encoder) Flush() error {$/;"	f
  4771  Flush	./net/http/cgi/child.go	/^func (r *response) Flush() {$/;"	f
  4772  Flush	./net/http/fcgi/child.go	/^func (r *response) Flush() {$/;"	f
  4773  Flush	./net/http/httptest/recorder.go	/^func (rw *ResponseRecorder) Flush() {$/;"	f
  4774  Flush	./net/http/server.go	/^func (w *response) Flush() {$/;"	f
  4775  Flush	./text/tabwriter/tabwriter.go	/^func (b *Writer) Flush() (err error) {$/;"	f
  4776  FlushAfterChunkWriter	./net/http/internal/chunked.go	/^type FlushAfterChunkWriter struct {$/;"	t
  4777  FlushBpf	./syscall/bpf_bsd.go	/^func FlushBpf(fd int) error {$/;"	f
  4778  FlushFileBuffers	./syscall/zsyscall_windows.go	/^func FlushFileBuffers(handle Handle) (err error) {$/;"	f
  4779  FlushViewOfFile	./syscall/zsyscall_windows.go	/^func FlushViewOfFile(addr uintptr, length uintptr) (err error) {$/;"	f
  4780  Flusher	./net/http/server.go	/^type Flusher interface {$/;"	t
  4781  Flusherrors	./cmd/compile/internal/gc/subr.go	/^func Flusherrors() {$/;"	f
  4782  Fmul64	./runtime/export_test.go	/^var Fmul64 = fmul64$/;"	v
  4783  Fn	./syscall/mksyscall_windows.go	/^type Fn struct {$/;"	t
  4784  FoldCategory	./unicode/tables.go	/^var FoldCategory = map[string]*RangeTable{$/;"	v
  4785  FoldScript	./unicode/tables.go	/^var FoldScript = map[string]*RangeTable{}$/;"	v
  4786  Foo	./cmd/compile/internal/gc/esc.go	/^	\/\/	func (b *Buffer) Foo() {$/;"	f
  4787  Foo	./encoding/gob/type_test.go	/^type Foo struct {$/;"	t
  4788  Foo	./encoding/json/encode_test.go	/^	type Foo struct {$/;"	t
  4789  Foo	./reflect/example_test.go	/^	\/\/ type Foo is to use a *Foo value.$/;"	t
  4790  Foo	./reflect/type.go	/^\/\/ For example, if t represents type Foo, PtrTo(t) represents *Foo.$/;"	t
  4791  Foo	./runtime/mfinal.go	/^		\/\/	var Foo = &Object{}$/;"	v
  4792  Foo	./runtime/race/testdata/mop_test.go	/^func (b *Base) Foo() int {$/;"	f
  4793  Foo	./runtime/race/testdata/mop_test.go	/^func (d DeferT) Foo() {$/;"	f
  4794  Foo	./runtime/race/testdata/mop_test.go	/^func (p *InterImpl2) Foo(x int) {$/;"	f
  4795  Foo	./runtime/race/testdata/mop_test.go	/^func (p InterImpl) Foo(x int) {$/;"	f
  4796  Foo	./runtime/race/testdata/regression_test.go	/^func (i Int) Foo() *struct{ b bool } {$/;"	f
  4797  For	./go/importer/importer.go	/^func For(compiler string, lookup Lookup) types.Importer {$/;"	f
  4798  ForceAusForTesting	./time/export_windows_test.go	/^func ForceAusForTesting() {$/;"	f
  4799  ForceUSPacificForTesting	./time/export_test.go	/^func ForceUSPacificForTesting() {$/;"	f
  4800  Forget	./internal/singleflight/singleflight.go	/^func (g *Group) Forget(key string) {$/;"	f
  4801  ForkExec	./syscall/exec_plan9.go	/^func ForkExec(argv0 string, argv []string, attr *ProcAttr) (pid int, err error) {$/;"	f
  4802  ForkExec	./syscall/exec_unix.go	/^func ForkExec(argv0 string, argv []string, attr *ProcAttr) (pid int, err error) {$/;"	f
  4803  ForkLock	./syscall/exec_plan9.go	/^var ForkLock sync.RWMutex$/;"	v
  4804  ForkLock	./syscall/exec_unix.go	/^var ForkLock sync.RWMutex$/;"	v
  4805  ForkLock	./syscall/exec_windows.go	/^var ForkLock sync.RWMutex$/;"	v
  4806  ForkLock	./syscall/syscall_nacl.go	/^var ForkLock sync.RWMutex$/;"	v
  4807  Form	./mime/multipart/formdata.go	/^type Form struct {$/;"	t
  4808  FormDataContentType	./mime/multipart/writer.go	/^func (w *Writer) FormDataContentType() string {$/;"	f
  4809  FormFile	./net/http/request.go	/^func (r *Request) FormFile(key string) (multipart.File, *multipart.FileHeader, error) {$/;"	f
  4810  FormName	./mime/multipart/multipart.go	/^func (p *Part) FormName() string {$/;"	f
  4811  FormValue	./net/http/request.go	/^func (r *Request) FormValue(key string) string {$/;"	f
  4812  Format	./cmd/compile/internal/big/ftoa.go	/^func (x *Float) Format(s fmt.State, format rune) {$/;"	f
  4813  Format	./cmd/compile/internal/big/intconv.go	/^func (x *Int) Format(s fmt.State, ch rune) {$/;"	f
  4814  Format	./cmd/vet/testdata/print.go	/^func (*Formatter) Format(fmt.State, rune) {$/;"	f
  4815  Format	./fmt/fmt_test.go	/^func (byteFormatter) Format(f State, _ rune) {$/;"	f
  4816  Format	./fmt/fmt_test.go	/^func (f F) Format(s State, c rune) {$/;"	f
  4817  Format	./fmt/fmt_test.go	/^func (flagPrinter) Format(f State, c rune) {$/;"	f
  4818  Format	./fmt/fmt_test.go	/^func (p PanicF) Format(f State, c rune) {$/;"	f
  4819  Format	./internal/format/format.go	/^func Format($/;"	f
  4820  Format	./math/big/ftoa.go	/^func (x *Float) Format(s fmt.State, format rune) {$/;"	f
  4821  Format	./math/big/intconv.go	/^func (x *Int) Format(s fmt.State, ch rune) {$/;"	f
  4822  Format	./time/format.go	/^func (t Time) Format(layout string) string {$/;"	f
  4823  FormatBool	./strconv/atob.go	/^func FormatBool(b bool) string {$/;"	f
  4824  FormatError	./debug/elf/file.go	/^type FormatError struct {$/;"	t
  4825  FormatError	./debug/macho/file.go	/^type FormatError struct {$/;"	t
  4826  FormatError	./debug/pe/file.go	/^type FormatError struct {$/;"	t
  4827  FormatError	./image/jpeg/reader.go	/^type FormatError string$/;"	t
  4828  FormatError	./image/png/reader.go	/^type FormatError string$/;"	t
  4829  FormatFloat	./strconv/ftoa.go	/^func FormatFloat(f float64, fmt byte, prec, bitSize int) string {$/;"	f
  4830  FormatInt	./strconv/itoa.go	/^func FormatInt(i int64, base int) string {$/;"	f
  4831  FormatMediaType	./mime/mediatype.go	/^func FormatMediaType(t string, param map[string]string) string {$/;"	f
  4832  FormatMessage	./syscall/syscall_windows.go	/^func FormatMessage(flags uint32, msgsrc uint32, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {$/;"	f
  4833  FormatTest	./time/format_test.go	/^type FormatTest struct {$/;"	t
  4834  FormatUint	./strconv/itoa.go	/^func FormatUint(i uint64, base int) string {$/;"	f
  4835  Formatter	./cmd/vet/testdata/print.go	/^type Formatter bool$/;"	t
  4836  Formatter	./fmt/print.go	/^type Formatter interface {$/;"	t
  4837  Fpathconf	./syscall/zsyscall_darwin_386.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4838  Fpathconf	./syscall/zsyscall_darwin_amd64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4839  Fpathconf	./syscall/zsyscall_darwin_arm.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4840  Fpathconf	./syscall/zsyscall_darwin_arm64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4841  Fpathconf	./syscall/zsyscall_dragonfly_amd64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4842  Fpathconf	./syscall/zsyscall_freebsd_386.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4843  Fpathconf	./syscall/zsyscall_freebsd_amd64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4844  Fpathconf	./syscall/zsyscall_freebsd_arm.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4845  Fpathconf	./syscall/zsyscall_netbsd_386.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4846  Fpathconf	./syscall/zsyscall_netbsd_amd64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4847  Fpathconf	./syscall/zsyscall_netbsd_arm.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4848  Fpathconf	./syscall/zsyscall_openbsd_386.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4849  Fpathconf	./syscall/zsyscall_openbsd_amd64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4850  Fpathconf	./syscall/zsyscall_openbsd_arm.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4851  Fpathconf	./syscall/zsyscall_solaris_amd64.go	/^func Fpathconf(fd int, name int) (val int, err error) {$/;"	f
  4852  Fpreg	./runtime/defs2_linux.go	/^type Fpreg C.struct__fpreg$/;"	t
  4853  Fpreg1	./runtime/defs1_linux.go	/^type Fpreg1 C.struct__fpreg$/;"	t
  4854  Fpregset	./runtime/defs_solaris.go	/^type Fpregset C.fpregset_t$/;"	t
  4855  Fprint	./fmt/print.go	/^func Fprint(w io.Writer, a ...interface{}) (n int, err error) {$/;"	f
  4856  Fprint	./go/ast/print.go	/^func Fprint(w io.Writer, fset *token.FileSet, x interface{}, f FieldFilter) (err error) {$/;"	f
  4857  Fprint	./go/printer/printer.go	/^func (cfg *Config) Fprint(output io.Writer, fset *token.FileSet, node interface{}) error {$/;"	f
  4858  Fprint	./go/printer/printer.go	/^func Fprint(output io.Writer, fset *token.FileSet, node interface{}) error {$/;"	f
  4859  Fprintf	./fmt/print.go	/^func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error) {$/;"	f
  4860  Fprintln	./fmt/print.go	/^func Fprintln(w io.Writer, a ...interface{}) (n int, err error) {$/;"	f
  4861  Fpstate	./runtime/defs1_linux.go	/^type Fpstate C.struct__libc_fpstate$/;"	t
  4862  Fpstate	./runtime/defs2_linux.go	/^type Fpstate C.struct__fpstate$/;"	t
  4863  Fpstate1	./runtime/defs1_linux.go	/^type Fpstate1 C.struct__fpstate$/;"	t
  4864  Fpxreg	./runtime/defs1_linux.go	/^type Fpxreg C.struct__libc_fpxreg$/;"	t
  4865  Fpxreg	./runtime/defs2_linux.go	/^type Fpxreg C.struct__fpxreg$/;"	t
  4866  Fpxreg1	./runtime/defs1_linux.go	/^type Fpxreg1 C.struct__fpxreg$/;"	t
  4867  Frame	./cmd/pprof/internal/plugin/plugin.go	/^type Frame struct {$/;"	t
  4868  Frame	./internal/trace/parser.go	/^type Frame struct {$/;"	t
  4869  FreeAddrInfoW	./syscall/zsyscall_windows.go	/^func FreeAddrInfoW(addrinfo *AddrinfoW) {$/;"	f
  4870  FreeEnvironmentStrings	./syscall/zsyscall_windows.go	/^func FreeEnvironmentStrings(envs *uint16) (err error) {$/;"	f
  4871  FreeLibrary	./syscall/zsyscall_windows.go	/^func FreeLibrary(handle Handle) (err error) {$/;"	f
  4872  FreeOSMemory	./runtime/debug/garbage.go	/^func FreeOSMemory() {$/;"	f
  4873  Frexp	./math/frexp.go	/^func Frexp(f float64) (frac float64, exp int)$/;"	f
  4874  From3Offset	./cmd/internal/obj/link.go	/^func (p *Prog) From3Offset() int64 {$/;"	f
  4875  From3Type	./cmd/internal/obj/link.go	/^func (p *Prog) From3Type() int16 {$/;"	f
  4876  FromSlash	./path/filepath/path.go	/^func FromSlash(path string) string {$/;"	f
  4877  Front	./container/list/list.go	/^func (l *List) Front() *Element {$/;"	f
  4878  Fscan	./fmt/scan.go	/^func Fscan(r io.Reader, a ...interface{}) (n int, err error) {$/;"	f
  4879  Fscanf	./fmt/scan.go	/^func Fscanf(r io.Reader, format string, a ...interface{}) (n int, err error) {$/;"	f
  4880  Fscanln	./fmt/scan.go	/^func Fscanln(r io.Reader, a ...interface{}) (n int, err error) {$/;"	f
  4881  Fsid	./syscall/types_darwin.go	/^type Fsid C.struct_fsid$/;"	t
  4882  Fsid	./syscall/types_dragonfly.go	/^type Fsid C.struct_fsid$/;"	t
  4883  Fsid	./syscall/types_freebsd.go	/^type Fsid C.struct_fsid$/;"	t
  4884  Fsid	./syscall/types_linux.go	/^type Fsid C.fsid_t$/;"	t
  4885  Fsid	./syscall/types_netbsd.go	/^type Fsid C.fsid_t$/;"	t
  4886  Fsid	./syscall/types_openbsd.go	/^type Fsid C.fsid_t$/;"	t
  4887  Fsid	./syscall/ztypes_darwin_386.go	/^type Fsid struct {$/;"	t
  4888  Fsid	./syscall/ztypes_darwin_amd64.go	/^type Fsid struct {$/;"	t
  4889  Fsid	./syscall/ztypes_darwin_arm.go	/^type Fsid struct {$/;"	t
  4890  Fsid	./syscall/ztypes_darwin_arm64.go	/^type Fsid struct {$/;"	t
  4891  Fsid	./syscall/ztypes_dragonfly_amd64.go	/^type Fsid struct {$/;"	t
  4892  Fsid	./syscall/ztypes_freebsd_386.go	/^type Fsid struct {$/;"	t
  4893  Fsid	./syscall/ztypes_freebsd_amd64.go	/^type Fsid struct {$/;"	t
  4894  Fsid	./syscall/ztypes_freebsd_arm.go	/^type Fsid struct {$/;"	t
  4895  Fsid	./syscall/ztypes_linux_386.go	/^type Fsid struct {$/;"	t
  4896  Fsid	./syscall/ztypes_linux_amd64.go	/^type Fsid struct {$/;"	t
  4897  Fsid	./syscall/ztypes_linux_arm.go	/^type Fsid struct {$/;"	t
  4898  Fsid	./syscall/ztypes_linux_arm64.go	/^type Fsid struct {$/;"	t
  4899  Fsid	./syscall/ztypes_linux_ppc64.go	/^type Fsid struct {$/;"	t
  4900  Fsid	./syscall/ztypes_linux_ppc64le.go	/^type Fsid struct {$/;"	t
  4901  Fsid	./syscall/ztypes_netbsd_386.go	/^type Fsid struct {$/;"	t
  4902  Fsid	./syscall/ztypes_netbsd_amd64.go	/^type Fsid struct {$/;"	t
  4903  Fsid	./syscall/ztypes_netbsd_arm.go	/^type Fsid struct {$/;"	t
  4904  Fsid	./syscall/ztypes_openbsd_386.go	/^type Fsid struct {$/;"	t
  4905  Fsid	./syscall/ztypes_openbsd_amd64.go	/^type Fsid struct {$/;"	t
  4906  Fsid	./syscall/ztypes_openbsd_arm.go	/^type Fsid struct {$/;"	t
  4907  Fstat	./syscall/fd_nacl.go	/^func Fstat(fd int, st *Stat_t) error {$/;"	f
  4908  Fstat	./syscall/zsyscall_darwin_386.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4909  Fstat	./syscall/zsyscall_darwin_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4910  Fstat	./syscall/zsyscall_darwin_arm.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4911  Fstat	./syscall/zsyscall_darwin_arm64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4912  Fstat	./syscall/zsyscall_dragonfly_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4913  Fstat	./syscall/zsyscall_freebsd_386.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4914  Fstat	./syscall/zsyscall_freebsd_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4915  Fstat	./syscall/zsyscall_freebsd_arm.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4916  Fstat	./syscall/zsyscall_linux_386.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4917  Fstat	./syscall/zsyscall_linux_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4918  Fstat	./syscall/zsyscall_linux_arm.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4919  Fstat	./syscall/zsyscall_linux_arm64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4920  Fstat	./syscall/zsyscall_linux_ppc64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4921  Fstat	./syscall/zsyscall_linux_ppc64le.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4922  Fstat	./syscall/zsyscall_netbsd_386.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4923  Fstat	./syscall/zsyscall_netbsd_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4924  Fstat	./syscall/zsyscall_netbsd_arm.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4925  Fstat	./syscall/zsyscall_openbsd_386.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4926  Fstat	./syscall/zsyscall_openbsd_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4927  Fstat	./syscall/zsyscall_openbsd_arm.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4928  Fstat	./syscall/zsyscall_plan9_386.go	/^func Fstat(fd int, edir []byte) (n int, err error) {$/;"	f
  4929  Fstat	./syscall/zsyscall_plan9_amd64.go	/^func Fstat(fd int, edir []byte) (n int, err error) {$/;"	f
  4930  Fstat	./syscall/zsyscall_solaris_amd64.go	/^func Fstat(fd int, stat *Stat_t) (err error) {$/;"	f
  4931  Fstatat	./syscall/zsyscall_linux_arm64.go	/^func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) {$/;"	f
  4932  Fstatfs	./syscall/syscall_linux_386.go	/^func Fstatfs(fd int, buf *Statfs_t) (err error) {$/;"	f
  4933  Fstatfs	./syscall/syscall_linux_arm.go	/^func Fstatfs(fd int, buf *Statfs_t) (err error) {$/;"	f
  4934  Fstatfs	./syscall/zsyscall_darwin_386.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4935  Fstatfs	./syscall/zsyscall_darwin_amd64.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4936  Fstatfs	./syscall/zsyscall_darwin_arm.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4937  Fstatfs	./syscall/zsyscall_darwin_arm64.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4938  Fstatfs	./syscall/zsyscall_dragonfly_amd64.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4939  Fstatfs	./syscall/zsyscall_freebsd_386.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4940  Fstatfs	./syscall/zsyscall_freebsd_amd64.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4941  Fstatfs	./syscall/zsyscall_freebsd_arm.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4942  Fstatfs	./syscall/zsyscall_linux_amd64.go	/^func Fstatfs(fd int, buf *Statfs_t) (err error) {$/;"	f
  4943  Fstatfs	./syscall/zsyscall_linux_arm64.go	/^func Fstatfs(fd int, buf *Statfs_t) (err error) {$/;"	f
  4944  Fstatfs	./syscall/zsyscall_linux_ppc64.go	/^func Fstatfs(fd int, buf *Statfs_t) (err error) {$/;"	f
  4945  Fstatfs	./syscall/zsyscall_linux_ppc64le.go	/^func Fstatfs(fd int, buf *Statfs_t) (err error) {$/;"	f
  4946  Fstatfs	./syscall/zsyscall_openbsd_386.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4947  Fstatfs	./syscall/zsyscall_openbsd_amd64.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4948  Fstatfs	./syscall/zsyscall_openbsd_arm.go	/^func Fstatfs(fd int, stat *Statfs_t) (err error) {$/;"	f
  4949  Fstore_t	./syscall/types_darwin.go	/^type Fstore_t C.struct_fstore$/;"	t
  4950  Fstore_t	./syscall/ztypes_darwin_386.go	/^type Fstore_t struct {$/;"	t
  4951  Fstore_t	./syscall/ztypes_darwin_amd64.go	/^type Fstore_t struct {$/;"	t
  4952  Fstore_t	./syscall/ztypes_darwin_arm.go	/^type Fstore_t struct {$/;"	t
  4953  Fstore_t	./syscall/ztypes_darwin_arm64.go	/^type Fstore_t struct {$/;"	t
  4954  Fsub64	./runtime/export_test.go	/^var Fsub64 = fsub64$/;"	v
  4955  Fsync	./syscall/fs_nacl.go	/^func Fsync(fd int) error {$/;"	f
  4956  Fsync	./syscall/syscall_windows.go	/^func Fsync(fd Handle) (err error) {$/;"	f
  4957  Fsync	./syscall/zsyscall_darwin_386.go	/^func Fsync(fd int) (err error) {$/;"	f
  4958  Fsync	./syscall/zsyscall_darwin_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4959  Fsync	./syscall/zsyscall_darwin_arm.go	/^func Fsync(fd int) (err error) {$/;"	f
  4960  Fsync	./syscall/zsyscall_darwin_arm64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4961  Fsync	./syscall/zsyscall_dragonfly_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4962  Fsync	./syscall/zsyscall_freebsd_386.go	/^func Fsync(fd int) (err error) {$/;"	f
  4963  Fsync	./syscall/zsyscall_freebsd_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4964  Fsync	./syscall/zsyscall_freebsd_arm.go	/^func Fsync(fd int) (err error) {$/;"	f
  4965  Fsync	./syscall/zsyscall_linux_386.go	/^func Fsync(fd int) (err error) {$/;"	f
  4966  Fsync	./syscall/zsyscall_linux_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4967  Fsync	./syscall/zsyscall_linux_arm.go	/^func Fsync(fd int) (err error) {$/;"	f
  4968  Fsync	./syscall/zsyscall_linux_arm64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4969  Fsync	./syscall/zsyscall_linux_ppc64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4970  Fsync	./syscall/zsyscall_linux_ppc64le.go	/^func Fsync(fd int) (err error) {$/;"	f
  4971  Fsync	./syscall/zsyscall_netbsd_386.go	/^func Fsync(fd int) (err error) {$/;"	f
  4972  Fsync	./syscall/zsyscall_netbsd_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4973  Fsync	./syscall/zsyscall_netbsd_arm.go	/^func Fsync(fd int) (err error) {$/;"	f
  4974  Fsync	./syscall/zsyscall_openbsd_386.go	/^func Fsync(fd int) (err error) {$/;"	f
  4975  Fsync	./syscall/zsyscall_openbsd_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4976  Fsync	./syscall/zsyscall_openbsd_arm.go	/^func Fsync(fd int) (err error) {$/;"	f
  4977  Fsync	./syscall/zsyscall_solaris_amd64.go	/^func Fsync(fd int) (err error) {$/;"	f
  4978  FtoB	./cmd/compile/internal/amd64/reg.go	/^func FtoB(f int) uint64 {$/;"	f
  4979  FtoB	./cmd/compile/internal/x86/reg.go	/^func FtoB(f int) uint64 {$/;"	f
  4980  Ftruncate	./syscall/fs_nacl.go	/^func Ftruncate(fd int, length int64) error {$/;"	f
  4981  Ftruncate	./syscall/syscall_windows.go	/^func Ftruncate(fd Handle, length int64) (err error) {$/;"	f
  4982  Ftruncate	./syscall/zsyscall_darwin_386.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4983  Ftruncate	./syscall/zsyscall_darwin_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4984  Ftruncate	./syscall/zsyscall_darwin_arm.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4985  Ftruncate	./syscall/zsyscall_darwin_arm64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4986  Ftruncate	./syscall/zsyscall_dragonfly_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4987  Ftruncate	./syscall/zsyscall_freebsd_386.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4988  Ftruncate	./syscall/zsyscall_freebsd_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4989  Ftruncate	./syscall/zsyscall_freebsd_arm.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4990  Ftruncate	./syscall/zsyscall_linux_386.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4991  Ftruncate	./syscall/zsyscall_linux_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4992  Ftruncate	./syscall/zsyscall_linux_arm.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4993  Ftruncate	./syscall/zsyscall_linux_arm64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4994  Ftruncate	./syscall/zsyscall_linux_ppc64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4995  Ftruncate	./syscall/zsyscall_linux_ppc64le.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4996  Ftruncate	./syscall/zsyscall_netbsd_386.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4997  Ftruncate	./syscall/zsyscall_netbsd_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4998  Ftruncate	./syscall/zsyscall_netbsd_arm.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  4999  Ftruncate	./syscall/zsyscall_openbsd_386.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  5000  Ftruncate	./syscall/zsyscall_openbsd_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  5001  Ftruncate	./syscall/zsyscall_openbsd_arm.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  5002  Ftruncate	./syscall/zsyscall_solaris_amd64.go	/^func Ftruncate(fd int, length int64) (err error) {$/;"	f
  5003  FullName	./go/types/object.go	/^func (obj *Func) FullName() string {$/;"	f
  5004  FullPath	./syscall/exec_windows.go	/^func FullPath(name string) (path string, err error) {$/;"	f
  5005  FullRune	./unicode/utf8/utf8.go	/^func FullRune(p []byte) bool {$/;"	f
  5006  FullRuneInString	./unicode/utf8/utf8.go	/^func FullRuneInString(s string) bool {$/;"	f
  5007  Func	./cmd/compile/internal/gc/syntax.go	/^type Func struct {$/;"	t
  5008  Func	./cmd/internal/goobj/read.go	/^type Func struct {$/;"	t
  5009  Func	./debug/gosym/symtab.go	/^type Func struct {$/;"	t
  5010  Func	./expvar/expvar.go	/^type Func func() interface{}$/;"	t
  5011  Func	./go/doc/doc.go	/^type Func struct {$/;"	t
  5012  Func	./go/types/object.go	/^type Func struct {$/;"	t
  5013  Func	./runtime/symtab.go	/^type Func struct {$/;"	t
  5014  FuncArg	./cmd/cgo/gcc.go	/^func (c *typeConv) FuncArg(dtype dwarf.Type, pos token.Pos) *Type {$/;"	f
  5015  FuncData	./cmd/internal/goobj/read.go	/^type FuncData struct {$/;"	t
  5016  FuncExtent	./cmd/cover/func.go	/^type FuncExtent struct {$/;"	t
  5017  FuncForPC	./runtime/symtab.go	/^func FuncForPC(pc uintptr) *Func {$/;"	f
  5018  FuncLayout	./reflect/export_test.go	/^func FuncLayout(t Type, rcvr Type) (frametype Type, argSize, retOffset uintptr, stack []byte, gc []byte, ptrs bool) {$/;"	f
  5019  FuncMap	./html/template/template.go	/^type FuncMap map[string]interface{}$/;"	t
  5020  FuncMap	./text/template/funcs.go	/^type FuncMap map[string]interface{}$/;"	t
  5021  FuncOf	./reflect/type.go	/^func FuncOf(in, out []Type, variadic bool) Type {$/;"	f
  5022  FuncPC	./runtime/export_test.go	/^var FuncPC = funcPC$/;"	v
  5023  FuncType	./cmd/api/testdata/src/pkg/p1/p1.go	/^type FuncType func(x, y int, s string) (b *B, err error)$/;"	t
  5024  FuncType	./cmd/cgo/gcc.go	/^func (c *typeConv) FuncType(dtype *dwarf.FuncType, pos token.Pos) *FuncType {$/;"	f
  5025  FuncType	./cmd/cgo/main.go	/^type FuncType struct {$/;"	t
  5026  FuncType	./debug/dwarf/type.go	/^type FuncType struct {$/;"	t
  5027  FuncVisitor	./cmd/cover/func.go	/^type FuncVisitor struct {$/;"	t
  5028  Funcdepth	./cmd/compile/internal/gc/go.go	/^var Funcdepth int32$/;"	v
  5029  Funcs	./html/template/template.go	/^func (t *Template) Funcs(funcMap FuncMap) *Template {$/;"	f
  5030  Funcs	./text/template/template.go	/^func (t *Template) Funcs(funcMap FuncMap) *Template {$/;"	f
  5031  Function	./cmd/pprof/internal/profile/profile.go	/^type Function struct {$/;"	t
  5032  Futexsleep	./runtime/export_futex_test.go	/^var Futexsleep = futexsleep$/;"	v
  5033  Futexwakeup	./runtime/export_futex_test.go	/^var Futexwakeup = futexwakeup$/;"	v
  5034  Futimes	./syscall/syscall_bsd.go	/^func Futimes(fd int, tv []Timeval) (err error) {$/;"	f
  5035  Futimes	./syscall/syscall_linux.go	/^func Futimes(fd int, tv []Timeval) (err error) {$/;"	f
  5036  Futimesat	./syscall/syscall_linux.go	/^func Futimesat(dirfd int, path string, tv []Timeval) (err error) {$/;"	f
  5037  Fv	./cmd/vet/testdata/nilfunc.go	/^var Fv = F$/;"	v
  5038  Fwstat	./syscall/zsyscall_plan9_386.go	/^func Fwstat(fd int, edir []byte) (err error) {$/;"	f
  5039  Fwstat	./syscall/zsyscall_plan9_amd64.go	/^func Fwstat(fd int, edir []byte) (err error) {$/;"	f
  5040  G	./cmd/api/testdata/src/pkg/p2/p2.go	/^func G() Twoer                {}$/;"	f
  5041  G	./cmd/go/go_test.go	/^	} else if _, err = f.WriteString(`func G() {}`); err != nil {$/;"	f
  5042  G	./runtime/cgo/libcgo.h	/^struct G$/;"	s
  5043  G	./runtime/cgo/libcgo.h	/^typedef struct G G;$/;"	t	typeref:struct:G
  5044  GC	./runtime/mgc.go	/^func GC() {$/;"	f
  5045  GCBits	./reflect/export_test.go	/^var GCBits = gcbits$/;"	v
  5046  GCD	./cmd/compile/internal/big/int.go	/^func (z *Int) GCD(x, y, a, b *Int) *Int {$/;"	f
  5047  GCD	./math/big/int.go	/^func (z *Int) GCD(x, y, a, b *Int) *Int {$/;"	f
  5048  GCFunc	./reflect/all_test.go	/^func GCFunc(args []Value) []Value {$/;"	f
  5049  GCMask	./runtime/export_test.go	/^func GCMask(x interface{}) (ret []byte) {$/;"	f
  5050  GCMethod	./reflect/all_test.go	/^func (p Point) GCMethod(k int) int {$/;"	f
  5051  GCProg	./cmd/compile/internal/gc/reflect.go	/^type GCProg struct {$/;"	t
  5052  GCProg	./cmd/link/internal/ld/data.go	/^type GCProg struct {$/;"	t
  5053  GCStats	./runtime/debug/garbage.go	/^type GCStats struct {$/;"	t
  5054  GDesc	./internal/trace/goroutines.go	/^type GDesc struct {$/;"	t
  5055  GIF	./image/gif/reader.go	/^type GIF struct {$/;"	t
  5056  GLOBL	./runtime/asm.s	/^GLOBL runtime·memstats(SB), NOPTR, $0$/;"	l
  5057  GLOBL	./runtime/asm.s	/^GLOBL runtime·mheap_(SB), NOPTR, $0$/;"	l
  5058  GLOBL	./runtime/asm.s	/^GLOBL runtime·no_pointers_stackmap(SB),RODATA, $8$/;"	l
  5059  GLOBL	./runtime/asm_386.s	/^GLOBL	runtime·mainPC(SB),RODATA,$4$/;"	l
  5060  GLOBL	./runtime/asm_386.s	/^GLOBL masks<>(SB),RODATA,$256$/;"	l
  5061  GLOBL	./runtime/asm_386.s	/^GLOBL shifts<>(SB),RODATA,$256$/;"	l
  5062  GLOBL	./runtime/asm_amd64.s	/^GLOBL	runtime·mainPC(SB),RODATA,$8$/;"	l
  5063  GLOBL	./runtime/asm_amd64.s	/^GLOBL masks<>(SB),RODATA,$256$/;"	l
  5064  GLOBL	./runtime/asm_amd64.s	/^GLOBL shifts<>(SB),RODATA,$256$/;"	l
  5065  GLOBL	./runtime/asm_amd64p32.s	/^GLOBL	runtime·mainPC(SB),RODATA,$4$/;"	l
  5066  GLOBL	./runtime/asm_arm.s	/^GLOBL	runtime·mainPC(SB),RODATA,$4$/;"	l
  5067  GLOBL	./runtime/asm_arm64.s	/^GLOBL	runtime·mainPC(SB),RODATA,$8$/;"	l
  5068  GLOBL	./runtime/asm_ppc64x.s	/^GLOBL	runtime·mainPC(SB),RODATA,$8$/;"	l
  5069  GLOBL	./runtime/rt0_android_arm.s	/^GLOBL _rt0_arm_android_argv(SB),NOPTR,$0x20$/;"	l
  5070  GLOBL	./runtime/rt0_android_arm.s	/^GLOBL _rt0_arm_android_argv0(SB),RODATA,$8$/;"	l
  5071  GLOBL	./runtime/rt0_android_arm.s	/^GLOBL _rt0_arm_android_auxv0(SB),RODATA,$4$/;"	l
  5072  GLOBL	./runtime/rt0_darwin_amd64.s	/^GLOBL _rt0_amd64_darwin_lib_argc<>(SB),NOPTR, $8$/;"	l
  5073  GLOBL	./runtime/rt0_darwin_amd64.s	/^GLOBL _rt0_amd64_darwin_lib_argv<>(SB),NOPTR, $8$/;"	l
  5074  GLOBL	./runtime/rt0_darwin_arm.s	/^GLOBL _rt0_arm_darwin_lib_argc<>(SB),NOPTR, $4$/;"	l
  5075  GLOBL	./runtime/rt0_darwin_arm.s	/^GLOBL _rt0_arm_darwin_lib_argv<>(SB),NOPTR, $4$/;"	l
  5076  GLOBL	./runtime/rt0_darwin_arm64.s	/^GLOBL _rt0_arm64_darwin_lib_argc<>(SB),NOPTR, $8$/;"	l
  5077  GLOBL	./runtime/rt0_darwin_arm64.s	/^GLOBL _rt0_arm64_darwin_lib_argv<>(SB),NOPTR, $8$/;"	l
  5078  GLOBL	./runtime/rt0_linux_386.s	/^GLOBL	runtime·_vdso(SB), NOPTR, $4$/;"	l
  5079  GLOBL	./runtime/rt0_linux_386.s	/^GLOBL _rt0_386_linux_lib_argc<>(SB),NOPTR, $4$/;"	l
  5080  GLOBL	./runtime/rt0_linux_386.s	/^GLOBL _rt0_386_linux_lib_argv<>(SB),NOPTR, $4$/;"	l
  5081  GLOBL	./runtime/rt0_linux_amd64.s	/^GLOBL _rt0_amd64_linux_lib_argc<>(SB),NOPTR, $8$/;"	l
  5082  GLOBL	./runtime/rt0_linux_amd64.s	/^GLOBL _rt0_amd64_linux_lib_argv<>(SB),NOPTR, $8$/;"	l
  5083  GLOBL	./runtime/rt0_linux_arm.s	/^GLOBL _rt0_arm_linux_lib_argc<>(SB),NOPTR,$4$/;"	l
  5084  GLOBL	./runtime/rt0_linux_arm.s	/^GLOBL _rt0_arm_linux_lib_argv<>(SB),NOPTR,$4$/;"	l
  5085  GLOBL	./runtime/rt0_linux_arm.s	/^GLOBL bad_abi_msg(SB), RODATA, $45$/;"	l
  5086  GLOBL	./runtime/rt0_plan9_386.s	/^GLOBL _nprivates(SB), NOPTR, $4$/;"	l
  5087  GLOBL	./runtime/rt0_plan9_386.s	/^GLOBL _privates(SB), NOPTR, $4$/;"	l
  5088  GLOBL	./runtime/rt0_plan9_386.s	/^GLOBL _tos(SB), NOPTR, $4$/;"	l
  5089  GLOBL	./runtime/rt0_plan9_386.s	/^GLOBL runtime·isplan9(SB), NOPTR, $4$/;"	l
  5090  GLOBL	./runtime/rt0_plan9_amd64.s	/^GLOBL _nprivates(SB), NOPTR, $4$/;"	l
  5091  GLOBL	./runtime/rt0_plan9_amd64.s	/^GLOBL _privates(SB), NOPTR, $8$/;"	l
  5092  GLOBL	./runtime/rt0_plan9_amd64.s	/^GLOBL _tos(SB), NOPTR, $8$/;"	l
  5093  GLOBL	./runtime/rt0_plan9_amd64.s	/^GLOBL runtime·isplan9(SB), NOPTR, $4$/;"	l
  5094  GLOBL	./runtime/rt0_solaris_amd64.s	/^GLOBL runtime·issolaris(SB), NOPTR, $4$/;"	l
  5095  GLOBL	./runtime/rt0_windows_386.s	/^GLOBL runtime·iswindows(SB), NOPTR, $4$/;"	l
  5096  GLOBL	./runtime/rt0_windows_amd64.s	/^GLOBL runtime·iswindows(SB), NOPTR, $4$/;"	l
  5097  GLOBL	./runtime/sys_freebsd_386.s	/^GLOBL runtime·tlsoffset(SB),NOPTR,$4$/;"	l
  5098  GLOBL	./runtime/sys_netbsd_386.s	/^GLOBL runtime·tlsoffset(SB),NOPTR,$4$/;"	l
  5099  GLOBL	./runtime/sys_openbsd_386.s	/^GLOBL runtime·tlsoffset(SB),NOPTR,$4$/;"	l
  5100  GLOBL	./runtime/sys_windows_386.s	/^GLOBL runtime·cbctxts(SB), NOPTR, $4$/;"	l
  5101  GLOBL	./runtime/sys_windows_amd64.s	/^GLOBL runtime·cbctxts(SB), NOPTR, $8$/;"	l
  5102  GLOBL	./runtime/tls_arm.s	/^GLOBL runtime·tlsg+0(SB), NOPTR, $4$/;"	l
  5103  GLOBL	./runtime/tls_arm64.s	/^GLOBL runtime·tls_g+0(SB), NOPTR, $8$/;"	l
  5104  GLOBL	./runtime/vlop_arm.s	/^GLOBL fast_udiv_tab<>(SB), RODATA, $64$/;"	l
  5105  GLOBL	./sync/atomic/asm_arm.s	/^GLOBL ok64<>(SB), NOPTR, $4$/;"	l
  5106  GLOBL	./sync/atomic/asm_linux_arm.s	/^GLOBL armCAS64(SB), NOPTR, $4$/;"	l
  5107  GNUSyntax	./cmd/internal/rsc.io/arm/armasm/gnu.go	/^func GNUSyntax(inst Inst) string {$/;"	f
  5108  GNUSyntax	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func GNUSyntax(inst Inst) string {$/;"	f
  5109  GOARCH	./cmd/internal/objfile/objfile.go	/^func (f *File) GOARCH() string {$/;"	f
  5110  GOARCH	./make.bat	/^set GOARCH=$/;"	v
  5111  GOARCH	./make.bat	/^set GOARCH=%GOHOSTARCH%$/;"	v
  5112  GOBUILDFAIL	./clean.bat	/^set GOBUILDFAIL=0$/;"	v
  5113  GOBUILDFAIL	./clean.bat	/^set GOBUILDFAIL=1$/;"	v
  5114  GOBUILDFAIL	./make.bat	/^set GOBUILDFAIL=0$/;"	v
  5115  GOBUILDFAIL	./make.bat	/^set GOBUILDFAIL=1$/;"	v
  5116  GOBUILDFAIL	./race.bat	/^set GOBUILDFAIL=1$/;"	v
  5117  GOBUILDFAIL	./run.bat	/^set GOBUILDFAIL=0$/;"	v
  5118  GOBUILDFAIL	./run.bat	/^set GOBUILDFAIL=1$/;"	v
  5119  GOEXPERIMENT	./cmd/internal/obj/libc.go	/^var GOEXPERIMENT string$/;"	v
  5120  GOMAXPROCS	./runtime/debug.go	/^func GOMAXPROCS(n int) int {$/;"	f
  5121  GOOS	./make.bat	/^set GOOS=$/;"	v
  5122  GOOS	./make.bat	/^set GOOS=%GOHOSTOS%$/;"	v
  5123  GOPATH	./run.bat	/^set GOPATH=$/;"	v
  5124  GOROOT	./make.bat	/^set GOROOT=%CD%$/;"	v
  5125  GOROOT	./make.bat	/^set GOROOT=%GOROOT_BOOTSTRAP%$/;"	v
  5126  GOROOT	./race.bat	/^set GOROOT=%CD%\\..$/;"	v
  5127  GOROOT	./runtime/extern.go	/^func GOROOT() string {$/;"	f
  5128  GOROOT_BOOTSTRAP	./make.bat	/^if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\\Go1.4$/;"	v
  5129  GOROOT_FINAL	./run.bat	/^set GOROOT_FINAL=$/;"	v
  5130  GO_ARGS	./runtime/funcdata.h	/^#define GO_ARGS	/;"	d
  5131  GO_RESULTS_INITIALIZED	./runtime/funcdata.h	/^#define GO_RESULTS_INITIALIZED	/;"	d
  5132  GUID	./syscall/ztypes_windows.go	/^type GUID struct {$/;"	t
  5133  Gamma	./math/gamma.go	/^func Gamma(x float64) float64 {$/;"	f
  5134  Gbranch	./cmd/compile/internal/gc/gsubr.go	/^func Gbranch(as int, t *Type, likely int) *obj.Prog {$/;"	f
  5135  GccgoInstallation	./go/internal/gccgoimporter/gccgoinstallation.go	/^type GccgoInstallation struct {$/;"	t
  5136  GenDecl	./cmd/vet/shadow.go	/^			f.Badf(spec.Pos(), "invalid AST: var GenDecl not ValueSpec")$/;"	v
  5137  GeneralCAS64	./sync/atomic/export_linux_arm_test.go	/^var GeneralCAS64 = generalCAS64$/;"	v
  5138  Generate	./cmd/pprof/internal/report/report.go	/^func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {$/;"	f
  5139  Generate	./crypto/tls/handshake_messages_test.go	/^func (*certificateMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5140  Generate	./crypto/tls/handshake_messages_test.go	/^func (*certificateRequestMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5141  Generate	./crypto/tls/handshake_messages_test.go	/^func (*certificateStatusMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5142  Generate	./crypto/tls/handshake_messages_test.go	/^func (*certificateVerifyMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5143  Generate	./crypto/tls/handshake_messages_test.go	/^func (*clientHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5144  Generate	./crypto/tls/handshake_messages_test.go	/^func (*clientKeyExchangeMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5145  Generate	./crypto/tls/handshake_messages_test.go	/^func (*finishedMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5146  Generate	./crypto/tls/handshake_messages_test.go	/^func (*newSessionTicketMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5147  Generate	./crypto/tls/handshake_messages_test.go	/^func (*nextProtoMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5148  Generate	./crypto/tls/handshake_messages_test.go	/^func (*serverHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5149  Generate	./crypto/tls/handshake_messages_test.go	/^func (*sessionState) Generate(rand *rand.Rand, size int) reflect.Value {$/;"	f
  5150  Generate	./syscall/mksyscall_windows.go	/^func (src *Source) Generate(w io.Writer) error {$/;"	f
  5151  Generate	./testing/quick/quick_test.go	/^func (m myStruct) Generate(r *rand.Rand, _ int) reflect.Value {$/;"	f
  5152  GenerateKey	./crypto/dsa/dsa.go	/^func GenerateKey(priv *PrivateKey, rand io.Reader) error {$/;"	f
  5153  GenerateKey	./crypto/ecdsa/ecdsa.go	/^func GenerateKey(c elliptic.Curve, rand io.Reader) (priv *PrivateKey, err error) {$/;"	f
  5154  GenerateKey	./crypto/elliptic/elliptic.go	/^func GenerateKey(curve Curve, rand io.Reader) (priv []byte, x, y *big.Int, err error) {$/;"	f
  5155  GenerateKey	./crypto/rsa/rsa.go	/^func GenerateKey(random io.Reader, bits int) (priv *PrivateKey, err error) {$/;"	f
  5156  GenerateMultiPrimeKey	./crypto/rsa/rsa.go	/^func GenerateMultiPrimeKey(random io.Reader, nprimes int, bits int) (priv *PrivateKey, err error) {$/;"	f
  5157  GenerateParameters	./crypto/dsa/dsa.go	/^func GenerateParameters(params *Parameters, rand io.Reader, sizes ParameterSizes) (err error) {$/;"	f
  5158  Generator	./cmd/go/generate.go	/^type Generator struct {$/;"	t
  5159  Generator	./testing/quick/quick.go	/^type Generator interface {$/;"	t
  5160  Genlist	./cmd/compile/internal/gc/gen.go	/^func Genlist(l *NodeList) {$/;"	f
  5161  Get	./cmd/internal/obj/flag.go	/^func (f fn0) Get() interface{} { return nil }$/;"	f
  5162  Get	./cmd/internal/obj/flag.go	/^func (i *int32Value) Get() interface{} { return int32(*i) }$/;"	f
  5163  Get	./cmd/vet/main.go	/^func (ts *triState) Get() interface{} {$/;"	f
  5164  Get	./crypto/tls/common.go	/^func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {$/;"	f
  5165  Get	./expvar/expvar.go	/^func (v *Map) Get(key string) Var {$/;"	f
  5166  Get	./expvar/expvar.go	/^func Get(name string) Var {$/;"	f
  5167  Get	./flag/flag.go	/^func (b *boolValue) Get() interface{} { return bool(*b) }$/;"	f
  5168  Get	./flag/flag.go	/^func (d *durationValue) Get() interface{} { return time.Duration(*d) }$/;"	f
  5169  Get	./flag/flag.go	/^func (f *float64Value) Get() interface{} { return float64(*f) }$/;"	f
  5170  Get	./flag/flag.go	/^func (i *int64Value) Get() interface{} { return int64(*i) }$/;"	f
  5171  Get	./flag/flag.go	/^func (i *intValue) Get() interface{} { return int(*i) }$/;"	f
  5172  Get	./flag/flag.go	/^func (i *uint64Value) Get() interface{} { return uint64(*i) }$/;"	f
  5173  Get	./flag/flag.go	/^func (i *uintValue) Get() interface{} { return uint(*i) }$/;"	f
  5174  Get	./flag/flag.go	/^func (s *stringValue) Get() interface{} { return string(*s) }$/;"	f
  5175  Get	./net/http/client.go	/^func (c *Client) Get(url string) (resp *Response, err error) {$/;"	f
  5176  Get	./net/http/client.go	/^func Get(url string) (resp *Response, err error) {$/;"	f
  5177  Get	./net/http/header.go	/^func (h Header) Get(key string) string {$/;"	f
  5178  Get	./net/http/transport.go	/^func (e *envOnce) Get() string {$/;"	f
  5179  Get	./net/mail/message.go	/^func (h Header) Get(key string) string {$/;"	f
  5180  Get	./net/textproto/header.go	/^func (h MIMEHeader) Get(key string) string {$/;"	f
  5181  Get	./net/url/url.go	/^func (v Values) Get(key string) string {$/;"	f
  5182  Get	./reflect/type.go	/^func (tag StructTag) Get(key string) string {$/;"	f
  5183  Get	./sync/example_test.go	/^func (httpPkg) Get(url string) {}$/;"	f
  5184  Get	./sync/pool.go	/^func (p *Pool) Get() interface{} {$/;"	f
  5185  GetAcceptExSockaddrs	./syscall/zsyscall_windows.go	/^func GetAcceptExSockaddrs(buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, lrsa **RawSockaddrAny, lrsalen *int32, rrsa **RawSockaddrAny, rrsalen *int32) {$/;"	f
  5186  GetAdaptersAddresses	./internal/syscall/windows/zsyscall_windows.go	/^func GetAdaptersAddresses(family uint32, flags uint32, reserved uintptr, adapterAddresses *IpAdapterAddresses, sizeOfPointer *uint32) (errcode error) {$/;"	f
  5187  GetAdaptersInfo	./syscall/zsyscall_windows.go	/^func GetAdaptersInfo(ai *IpAdapterInfo, ol *uint32) (errcode error) {$/;"	f
  5188  GetAddrInfoW	./syscall/zsyscall_windows.go	/^func GetAddrInfoW(nodename *uint16, servicename *uint16, hints *AddrinfoW, result **AddrinfoW) (sockerr error) {$/;"	f
  5189  GetBinaryValue	./internal/syscall/windows/registry/value.go	/^func (k Key) GetBinaryValue(name string) (val []byte, valtype uint32, err error) {$/;"	f
  5190  GetCommandLine	./syscall/zsyscall_windows.go	/^func GetCommandLine() (cmd *uint16) {$/;"	f
  5191  GetComputerName	./syscall/zsyscall_windows.go	/^func GetComputerName(buf *uint16, n *uint32) (err error) {$/;"	f
  5192  GetComputerNameEx	./internal/syscall/windows/zsyscall_windows.go	/^func GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) {$/;"	f
  5193  GetConsoleMode	./syscall/zsyscall_windows.go	/^func GetConsoleMode(console Handle, mode *uint32) (err error) {$/;"	f
  5194  GetCurrentDirectory	./syscall/zsyscall_windows.go	/^func GetCurrentDirectory(buflen uint32, buf *uint16) (n uint32, err error) {$/;"	f
  5195  GetCurrentProcess	./syscall/zsyscall_windows.go	/^func GetCurrentProcess() (pseudoHandle Handle, err error) {$/;"	f
  5196  GetDLL	./runtime/syscall_windows_test.go	/^func GetDLL(t *testing.T, name string) *DLL {$/;"	f
  5197  GetEnvironmentStrings	./syscall/zsyscall_windows.go	/^func GetEnvironmentStrings() (envs *uint16, err error) {$/;"	f
  5198  GetEnvironmentVariable	./syscall/zsyscall_windows.go	/^func GetEnvironmentVariable(name *uint16, buffer *uint16, size uint32) (n uint32, err error) {$/;"	f
  5199  GetExitCodeProcess	./syscall/zsyscall_windows.go	/^func GetExitCodeProcess(handle Handle, exitcode *uint32) (err error) {$/;"	f
  5200  GetFileAttributes	./syscall/zsyscall_windows.go	/^func GetFileAttributes(name *uint16) (attrs uint32, err error) {$/;"	f
  5201  GetFileAttributesEx	./syscall/zsyscall_windows.go	/^func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) {$/;"	f
  5202  GetFileInformationByHandle	./syscall/zsyscall_windows.go	/^func GetFileInformationByHandle(handle Handle, data *ByHandleFileInformation) (err error) {$/;"	f
  5203  GetFileType	./syscall/zsyscall_windows.go	/^func GetFileType(filehandle Handle) (n uint32, err error) {$/;"	f
  5204  GetFullPathName	./syscall/zsyscall_windows.go	/^func GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error) {$/;"	f
  5205  GetHostByName	./syscall/zsyscall_windows.go	/^func GetHostByName(name string) (h *Hostent, err error) {$/;"	f
  5206  GetIfEntry	./syscall/zsyscall_windows.go	/^func GetIfEntry(pIfRow *MibIfRow) (errcode error) {$/;"	f
  5207  GetImporter	./go/internal/gccgoimporter/gccgoinstallation.go	/^func (inst *GccgoInstallation) GetImporter(incpaths []string, initmap map[*types.Package]InitData) Importer {$/;"	f
  5208  GetImporter	./go/internal/gccgoimporter/importer.go	/^func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {$/;"	f
  5209  GetIntegerValue	./internal/syscall/windows/registry/value.go	/^func (k Key) GetIntegerValue(name string) (val uint64, valtype uint32, err error) {$/;"	f
  5210  GetLastError	./syscall/zsyscall_windows.go	/^func GetLastError() (lasterr error) {$/;"	f
  5211  GetLengthSid	./syscall/zsyscall_windows.go	/^func GetLengthSid(sid *SID) (len uint32) {$/;"	f
  5212  GetLineTest	./encoding/pem/pem_test.go	/^type GetLineTest struct {$/;"	t
  5213  GetLongPathName	./syscall/zsyscall_windows.go	/^func GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) {$/;"	f
  5214  GetProcAddress	./syscall/zsyscall_windows.go	/^func GetProcAddress(module Handle, procname string) (proc uintptr, err error) {$/;"	f
  5215  GetProcessTimes	./syscall/zsyscall_windows.go	/^func GetProcessTimes(handle Handle, creationTime *Filetime, exitTime *Filetime, kernelTime *Filetime, userTime *Filetime) (err error) {$/;"	f
  5216  GetProtoByName	./syscall/zsyscall_windows.go	/^func GetProtoByName(name string) (p *Protoent, err error) {$/;"	f
  5217  GetQueuedCompletionStatus	./syscall/zsyscall_windows.go	/^func GetQueuedCompletionStatus(cphandle Handle, qty *uint32, key *uint32, overlapped **Overlapped, timeout uint32) (err error) {$/;"	f
  5218  GetRandom	./internal/syscall/unix/getrandom_linux.go	/^func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) {$/;"	f
  5219  GetRandomFlag	./internal/syscall/unix/getrandom_linux.go	/^type GetRandomFlag uintptr$/;"	t
  5220  GetReg	./cmd/compile/internal/gc/gsubr.go	/^func GetReg(r int) int {$/;"	f
  5221  GetServByName	./syscall/zsyscall_windows.go	/^func GetServByName(name string, proto string) (s *Servent, err error) {$/;"	f
  5222  GetShortPathName	./syscall/zsyscall_windows.go	/^func GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) {$/;"	f
  5223  GetStartupInfo	./syscall/zsyscall_windows.go	/^func GetStartupInfo(startupInfo *StartupInfo) (err error) {$/;"	f
  5224  GetStdHandle	./syscall/zsyscall_windows.go	/^func GetStdHandle(stdhandle int) (handle Handle, err error) {$/;"	f
  5225  GetStringValue	./internal/syscall/windows/registry/value.go	/^func (k Key) GetStringValue(name string) (val string, valtype uint32, err error) {$/;"	f
  5226  GetStringsValue	./internal/syscall/windows/registry/value.go	/^func (k Key) GetStringsValue(name string) (val []string, valtype uint32, err error) {$/;"	f
  5227  GetSystemTimeAsFileTime	./syscall/zsyscall_windows.go	/^func GetSystemTimeAsFileTime(time *Filetime) {$/;"	f
  5228  GetTempPath	./syscall/zsyscall_windows.go	/^func GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) {$/;"	f
  5229  GetThread	./runtime/crash_cgo_test.go	/^func GetThread() uint32 {$/;"	f
  5230  GetTimeZoneInformation	./syscall/zsyscall_windows.go	/^func GetTimeZoneInformation(tzi *Timezoneinformation) (rc uint32, err error) {$/;"	f
  5231  GetTokenInformation	./syscall/zsyscall_windows.go	/^func GetTokenInformation(t Token, infoClass uint32, info *byte, infoLen uint32, returnedLen *uint32) (err error) {$/;"	f
  5232  GetTokenPrimaryGroup	./syscall/security_windows.go	/^func (t Token) GetTokenPrimaryGroup() (*Tokenprimarygroup, error) {$/;"	f
  5233  GetTokenUser	./syscall/security_windows.go	/^func (t Token) GetTokenUser() (*Tokenuser, error) {$/;"	f
  5234  GetU	./text/template/exec_test.go	/^func (t *T) GetU() *U {$/;"	f
  5235  GetUserNameEx	./syscall/zsyscall_windows.go	/^func GetUserNameEx(nameFormat uint32, nameBuffre *uint16, nSize *uint32) (err error) {$/;"	f
  5236  GetUserProfileDirectory	./syscall/security_windows.go	/^func (t Token) GetUserProfileDirectory() (string, error) {$/;"	f
  5237  GetUserProfileDirectory	./syscall/zsyscall_windows.go	/^func GetUserProfileDirectory(t Token, dir *uint16, dirLen *uint32) (err error) {$/;"	f
  5238  GetValue	./internal/syscall/windows/registry/value.go	/^func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {$/;"	f
  5239  GetVersion	./syscall/zsyscall_windows.go	/^func GetVersion() (ver uint32, err error) {$/;"	f
  5240  Getcallerpc	./cmd/internal/obj/util.go	/^func Getcallerpc(interface{}) uintptr {$/;"	f
  5241  Getcwd	./syscall/fs_nacl.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5242  Getcwd	./syscall/zsyscall_linux_386.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5243  Getcwd	./syscall/zsyscall_linux_amd64.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5244  Getcwd	./syscall/zsyscall_linux_arm.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5245  Getcwd	./syscall/zsyscall_linux_arm64.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5246  Getcwd	./syscall/zsyscall_linux_ppc64.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5247  Getcwd	./syscall/zsyscall_linux_ppc64le.go	/^func Getcwd(buf []byte) (n int, err error) {$/;"	f
  5248  Getdents	./syscall/zsyscall_linux_386.go	/^func Getdents(fd int, buf []byte) (n int, err error) {$/;"	f
  5249  Getdents	./syscall/zsyscall_linux_amd64.go	/^func Getdents(fd int, buf []byte) (n int, err error) {$/;"	f
  5250  Getdents	./syscall/zsyscall_linux_arm.go	/^func Getdents(fd int, buf []byte) (n int, err error) {$/;"	f
  5251  Getdents	./syscall/zsyscall_linux_arm64.go	/^func Getdents(fd int, buf []byte) (n int, err error) {$/;"	f
  5252  Getdents	./syscall/zsyscall_linux_ppc64.go	/^func Getdents(fd int, buf []byte) (n int, err error) {$/;"	f
  5253  Getdents	./syscall/zsyscall_linux_ppc64le.go	/^func Getdents(fd int, buf []byte) (n int, err error) {$/;"	f
  5254  Getdents	./syscall/zsyscall_solaris_amd64.go	/^func Getdents(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5255  Getdirentries	./syscall/syscall_netbsd.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5256  Getdirentries	./syscall/syscall_openbsd.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5257  Getdirentries	./syscall/zsyscall_darwin_386.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5258  Getdirentries	./syscall/zsyscall_darwin_amd64.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5259  Getdirentries	./syscall/zsyscall_darwin_arm.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5260  Getdirentries	./syscall/zsyscall_darwin_arm64.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5261  Getdirentries	./syscall/zsyscall_dragonfly_amd64.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5262  Getdirentries	./syscall/zsyscall_freebsd_386.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5263  Getdirentries	./syscall/zsyscall_freebsd_amd64.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5264  Getdirentries	./syscall/zsyscall_freebsd_arm.go	/^func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {$/;"	f
  5265  Getdtablesize	./syscall/zsyscall_darwin_386.go	/^func Getdtablesize() (size int) {$/;"	f
  5266  Getdtablesize	./syscall/zsyscall_darwin_amd64.go	/^func Getdtablesize() (size int) {$/;"	f
  5267  Getdtablesize	./syscall/zsyscall_darwin_arm.go	/^func Getdtablesize() (size int) {$/;"	f
  5268  Getdtablesize	./syscall/zsyscall_darwin_arm64.go	/^func Getdtablesize() (size int) {$/;"	f
  5269  Getdtablesize	./syscall/zsyscall_dragonfly_amd64.go	/^func Getdtablesize() (size int) {$/;"	f
  5270  Getdtablesize	./syscall/zsyscall_freebsd_386.go	/^func Getdtablesize() (size int) {$/;"	f
  5271  Getdtablesize	./syscall/zsyscall_freebsd_amd64.go	/^func Getdtablesize() (size int) {$/;"	f
  5272  Getdtablesize	./syscall/zsyscall_freebsd_arm.go	/^func Getdtablesize() (size int) {$/;"	f
  5273  Getegid	./os/proc.go	/^func Getegid() int { return syscall.Getegid() }$/;"	f
  5274  Getegid	./syscall/syscall_nacl.go	/^func Getegid() int                      { return 1 }$/;"	f
  5275  Getegid	./syscall/syscall_plan9.go	/^func Getegid() (egid int) { return -1 }$/;"	f
  5276  Getegid	./syscall/syscall_windows.go	/^func Getegid() (egid int)                { return -1 }$/;"	f
  5277  Getegid	./syscall/zsyscall_darwin_386.go	/^func Getegid() (egid int) {$/;"	f
  5278  Getegid	./syscall/zsyscall_darwin_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5279  Getegid	./syscall/zsyscall_darwin_arm.go	/^func Getegid() (egid int) {$/;"	f
  5280  Getegid	./syscall/zsyscall_darwin_arm64.go	/^func Getegid() (egid int) {$/;"	f
  5281  Getegid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5282  Getegid	./syscall/zsyscall_freebsd_386.go	/^func Getegid() (egid int) {$/;"	f
  5283  Getegid	./syscall/zsyscall_freebsd_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5284  Getegid	./syscall/zsyscall_freebsd_arm.go	/^func Getegid() (egid int) {$/;"	f
  5285  Getegid	./syscall/zsyscall_linux_386.go	/^func Getegid() (egid int) {$/;"	f
  5286  Getegid	./syscall/zsyscall_linux_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5287  Getegid	./syscall/zsyscall_linux_arm.go	/^func Getegid() (egid int) {$/;"	f
  5288  Getegid	./syscall/zsyscall_linux_arm64.go	/^func Getegid() (egid int) {$/;"	f
  5289  Getegid	./syscall/zsyscall_linux_ppc64.go	/^func Getegid() (egid int) {$/;"	f
  5290  Getegid	./syscall/zsyscall_linux_ppc64le.go	/^func Getegid() (egid int) {$/;"	f
  5291  Getegid	./syscall/zsyscall_netbsd_386.go	/^func Getegid() (egid int) {$/;"	f
  5292  Getegid	./syscall/zsyscall_netbsd_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5293  Getegid	./syscall/zsyscall_netbsd_arm.go	/^func Getegid() (egid int) {$/;"	f
  5294  Getegid	./syscall/zsyscall_openbsd_386.go	/^func Getegid() (egid int) {$/;"	f
  5295  Getegid	./syscall/zsyscall_openbsd_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5296  Getegid	./syscall/zsyscall_openbsd_arm.go	/^func Getegid() (egid int) {$/;"	f
  5297  Getegid	./syscall/zsyscall_solaris_amd64.go	/^func Getegid() (egid int) {$/;"	f
  5298  Getenv	./os/env.go	/^func Getenv(key string) string {$/;"	f
  5299  Getenv	./syscall/env_plan9.go	/^func Getenv(key string) (value string, found bool) {$/;"	f
  5300  Getenv	./syscall/env_unix.go	/^func Getenv(key string) (value string, found bool) {$/;"	f
  5301  Getenv	./syscall/env_windows.go	/^func Getenv(key string) (value string, found bool) {$/;"	f
  5302  Geteuid	./os/proc.go	/^func Geteuid() int { return syscall.Geteuid() }$/;"	f
  5303  Geteuid	./syscall/syscall_nacl.go	/^func Geteuid() int                      { return 1 }$/;"	f
  5304  Geteuid	./syscall/syscall_plan9.go	/^func Geteuid() (euid int) { return -1 }$/;"	f
  5305  Geteuid	./syscall/syscall_windows.go	/^func Geteuid() (euid int)                { return -1 }$/;"	f
  5306  Geteuid	./syscall/zsyscall_darwin_386.go	/^func Geteuid() (uid int) {$/;"	f
  5307  Geteuid	./syscall/zsyscall_darwin_amd64.go	/^func Geteuid() (uid int) {$/;"	f
  5308  Geteuid	./syscall/zsyscall_darwin_arm.go	/^func Geteuid() (uid int) {$/;"	f
  5309  Geteuid	./syscall/zsyscall_darwin_arm64.go	/^func Geteuid() (uid int) {$/;"	f
  5310  Geteuid	./syscall/zsyscall_dragonfly_amd64.go	/^func Geteuid() (uid int) {$/;"	f
  5311  Geteuid	./syscall/zsyscall_freebsd_386.go	/^func Geteuid() (uid int) {$/;"	f
  5312  Geteuid	./syscall/zsyscall_freebsd_amd64.go	/^func Geteuid() (uid int) {$/;"	f
  5313  Geteuid	./syscall/zsyscall_freebsd_arm.go	/^func Geteuid() (uid int) {$/;"	f
  5314  Geteuid	./syscall/zsyscall_linux_386.go	/^func Geteuid() (euid int) {$/;"	f
  5315  Geteuid	./syscall/zsyscall_linux_amd64.go	/^func Geteuid() (euid int) {$/;"	f
  5316  Geteuid	./syscall/zsyscall_linux_arm.go	/^func Geteuid() (euid int) {$/;"	f
  5317  Geteuid	./syscall/zsyscall_linux_arm64.go	/^func Geteuid() (euid int) {$/;"	f
  5318  Geteuid	./syscall/zsyscall_linux_ppc64.go	/^func Geteuid() (euid int) {$/;"	f
  5319  Geteuid	./syscall/zsyscall_linux_ppc64le.go	/^func Geteuid() (euid int) {$/;"	f
  5320  Geteuid	./syscall/zsyscall_netbsd_386.go	/^func Geteuid() (uid int) {$/;"	f
  5321  Geteuid	./syscall/zsyscall_netbsd_amd64.go	/^func Geteuid() (uid int) {$/;"	f
  5322  Geteuid	./syscall/zsyscall_netbsd_arm.go	/^func Geteuid() (uid int) {$/;"	f
  5323  Geteuid	./syscall/zsyscall_openbsd_386.go	/^func Geteuid() (uid int) {$/;"	f
  5324  Geteuid	./syscall/zsyscall_openbsd_amd64.go	/^func Geteuid() (uid int) {$/;"	f
  5325  Geteuid	./syscall/zsyscall_openbsd_arm.go	/^func Geteuid() (uid int) {$/;"	f
  5326  Geteuid	./syscall/zsyscall_solaris_amd64.go	/^func Geteuid() (euid int) {$/;"	f
  5327  Getfsstat	./syscall/syscall_darwin.go	/^func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {$/;"	f
  5328  Getfsstat	./syscall/syscall_dragonfly.go	/^func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {$/;"	f
  5329  Getfsstat	./syscall/syscall_freebsd.go	/^func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {$/;"	f
  5330  Getfsstat	./syscall/syscall_openbsd.go	/^func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {$/;"	f
  5331  Getgid	./os/proc.go	/^func Getgid() int { return syscall.Getgid() }$/;"	f
  5332  Getgid	./syscall/syscall_nacl.go	/^func Getgid() int                       { return 1 }$/;"	f
  5333  Getgid	./syscall/syscall_plan9.go	/^func Getgid() (gid int)   { return -1 }$/;"	f
  5334  Getgid	./syscall/syscall_windows.go	/^func Getgid() (gid int)                  { return -1 }$/;"	f
  5335  Getgid	./syscall/zsyscall_darwin_386.go	/^func Getgid() (gid int) {$/;"	f
  5336  Getgid	./syscall/zsyscall_darwin_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5337  Getgid	./syscall/zsyscall_darwin_arm.go	/^func Getgid() (gid int) {$/;"	f
  5338  Getgid	./syscall/zsyscall_darwin_arm64.go	/^func Getgid() (gid int) {$/;"	f
  5339  Getgid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5340  Getgid	./syscall/zsyscall_freebsd_386.go	/^func Getgid() (gid int) {$/;"	f
  5341  Getgid	./syscall/zsyscall_freebsd_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5342  Getgid	./syscall/zsyscall_freebsd_arm.go	/^func Getgid() (gid int) {$/;"	f
  5343  Getgid	./syscall/zsyscall_linux_386.go	/^func Getgid() (gid int) {$/;"	f
  5344  Getgid	./syscall/zsyscall_linux_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5345  Getgid	./syscall/zsyscall_linux_arm.go	/^func Getgid() (gid int) {$/;"	f
  5346  Getgid	./syscall/zsyscall_linux_arm64.go	/^func Getgid() (gid int) {$/;"	f
  5347  Getgid	./syscall/zsyscall_linux_ppc64.go	/^func Getgid() (gid int) {$/;"	f
  5348  Getgid	./syscall/zsyscall_linux_ppc64le.go	/^func Getgid() (gid int) {$/;"	f
  5349  Getgid	./syscall/zsyscall_netbsd_386.go	/^func Getgid() (gid int) {$/;"	f
  5350  Getgid	./syscall/zsyscall_netbsd_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5351  Getgid	./syscall/zsyscall_netbsd_arm.go	/^func Getgid() (gid int) {$/;"	f
  5352  Getgid	./syscall/zsyscall_openbsd_386.go	/^func Getgid() (gid int) {$/;"	f
  5353  Getgid	./syscall/zsyscall_openbsd_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5354  Getgid	./syscall/zsyscall_openbsd_arm.go	/^func Getgid() (gid int) {$/;"	f
  5355  Getgid	./syscall/zsyscall_solaris_amd64.go	/^func Getgid() (gid int) {$/;"	f
  5356  Getgo386	./cmd/internal/obj/util.go	/^func Getgo386() string {$/;"	f
  5357  Getgoarch	./cmd/internal/obj/util.go	/^func Getgoarch() string {$/;"	f
  5358  Getgoarm	./cmd/internal/obj/util.go	/^func Getgoarm() string {$/;"	f
  5359  Getgoextlinkenabled	./cmd/internal/obj/util.go	/^func Getgoextlinkenabled() string {$/;"	f
  5360  Getgoos	./cmd/internal/obj/util.go	/^func Getgoos() string {$/;"	f
  5361  Getgoroot	./cmd/internal/obj/util.go	/^func Getgoroot() string {$/;"	f
  5362  Getgoversion	./cmd/internal/obj/util.go	/^func Getgoversion() string {$/;"	f
  5363  Getgroups	./os/proc.go	/^func Getgroups() ([]int, error) {$/;"	f
  5364  Getgroups	./syscall/syscall_bsd.go	/^func Getgroups() (gids []int, err error) {$/;"	f
  5365  Getgroups	./syscall/syscall_linux.go	/^func Getgroups() (gids []int, err error) {$/;"	f
  5366  Getgroups	./syscall/syscall_nacl.go	/^func Getgroups() ([]int, error)         { return []int{1}, nil }$/;"	f
  5367  Getgroups	./syscall/syscall_plan9.go	/^func Getgroups() (gids []int, err error) {$/;"	f
  5368  Getgroups	./syscall/syscall_solaris.go	/^func Getgroups() (gids []int, err error) {$/;"	f
  5369  Getgroups	./syscall/syscall_windows.go	/^func Getgroups() (gids []int, err error) { return nil, EWINDOWS }$/;"	f
  5370  Gethostname	./syscall/syscall_solaris.go	/^func Gethostname() (name string, err error) {$/;"	f
  5371  Getoutarg	./cmd/compile/internal/gc/subr.go	/^func Getoutarg(t *Type) **Type {$/;"	f
  5372  Getpagesize	./os/types.go	/^func Getpagesize() int { return syscall.Getpagesize() }$/;"	f
  5373  Getpagesize	./syscall/syscall_darwin_386.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5374  Getpagesize	./syscall/syscall_darwin_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5375  Getpagesize	./syscall/syscall_darwin_arm.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5376  Getpagesize	./syscall/syscall_darwin_arm64.go	/^func Getpagesize() int { return 16384 }$/;"	f
  5377  Getpagesize	./syscall/syscall_dragonfly_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5378  Getpagesize	./syscall/syscall_freebsd_386.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5379  Getpagesize	./syscall/syscall_freebsd_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5380  Getpagesize	./syscall/syscall_freebsd_arm.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5381  Getpagesize	./syscall/syscall_linux_386.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5382  Getpagesize	./syscall/syscall_linux_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5383  Getpagesize	./syscall/syscall_linux_arm.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5384  Getpagesize	./syscall/syscall_linux_arm64.go	/^func Getpagesize() int { return 65536 }$/;"	f
  5385  Getpagesize	./syscall/syscall_linux_ppc64x.go	/^func Getpagesize() int { return 65536 }$/;"	f
  5386  Getpagesize	./syscall/syscall_nacl.go	/^func Getpagesize() int                  { return 65536 }$/;"	f
  5387  Getpagesize	./syscall/syscall_netbsd_386.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5388  Getpagesize	./syscall/syscall_netbsd_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5389  Getpagesize	./syscall/syscall_netbsd_arm.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5390  Getpagesize	./syscall/syscall_openbsd_386.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5391  Getpagesize	./syscall/syscall_openbsd_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5392  Getpagesize	./syscall/syscall_openbsd_arm.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5393  Getpagesize	./syscall/syscall_plan9.go	/^func Getpagesize() int { return 0x1000 }$/;"	f
  5394  Getpagesize	./syscall/syscall_solaris_amd64.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5395  Getpagesize	./syscall/syscall_windows.go	/^func Getpagesize() int { return 4096 }$/;"	f
  5396  Getpeername	./syscall/net_nacl.go	/^func Getpeername(fd int) (sa Sockaddr, err error) {$/;"	f
  5397  Getpeername	./syscall/syscall_unix.go	/^func Getpeername(fd int) (sa Sockaddr, err error) {$/;"	f
  5398  Getpeername	./syscall/syscall_windows.go	/^func Getpeername(fd Handle) (sa Sockaddr, err error) {$/;"	f
  5399  Getpgid	./syscall/exec_solaris_test.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5400  Getpgid	./syscall/zsyscall_darwin_386.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5401  Getpgid	./syscall/zsyscall_darwin_amd64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5402  Getpgid	./syscall/zsyscall_darwin_arm.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5403  Getpgid	./syscall/zsyscall_darwin_arm64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5404  Getpgid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5405  Getpgid	./syscall/zsyscall_freebsd_386.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5406  Getpgid	./syscall/zsyscall_freebsd_amd64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5407  Getpgid	./syscall/zsyscall_freebsd_arm.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5408  Getpgid	./syscall/zsyscall_linux_386.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5409  Getpgid	./syscall/zsyscall_linux_amd64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5410  Getpgid	./syscall/zsyscall_linux_arm.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5411  Getpgid	./syscall/zsyscall_linux_arm64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5412  Getpgid	./syscall/zsyscall_linux_ppc64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5413  Getpgid	./syscall/zsyscall_linux_ppc64le.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5414  Getpgid	./syscall/zsyscall_netbsd_386.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5415  Getpgid	./syscall/zsyscall_netbsd_amd64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5416  Getpgid	./syscall/zsyscall_netbsd_arm.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5417  Getpgid	./syscall/zsyscall_openbsd_386.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5418  Getpgid	./syscall/zsyscall_openbsd_amd64.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5419  Getpgid	./syscall/zsyscall_openbsd_arm.go	/^func Getpgid(pid int) (pgid int, err error) {$/;"	f
  5420  Getpgrp	./syscall/exec_solaris_test.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5421  Getpgrp	./syscall/syscall_linux.go	/^func Getpgrp() (pid int) {$/;"	f
  5422  Getpgrp	./syscall/zsyscall_darwin_386.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5423  Getpgrp	./syscall/zsyscall_darwin_amd64.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5424  Getpgrp	./syscall/zsyscall_darwin_arm.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5425  Getpgrp	./syscall/zsyscall_darwin_arm64.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5426  Getpgrp	./syscall/zsyscall_dragonfly_amd64.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5427  Getpgrp	./syscall/zsyscall_freebsd_386.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5428  Getpgrp	./syscall/zsyscall_freebsd_amd64.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5429  Getpgrp	./syscall/zsyscall_freebsd_arm.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5430  Getpgrp	./syscall/zsyscall_netbsd_386.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5431  Getpgrp	./syscall/zsyscall_netbsd_amd64.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5432  Getpgrp	./syscall/zsyscall_netbsd_arm.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5433  Getpgrp	./syscall/zsyscall_openbsd_386.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5434  Getpgrp	./syscall/zsyscall_openbsd_amd64.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5435  Getpgrp	./syscall/zsyscall_openbsd_arm.go	/^func Getpgrp() (pgrp int) {$/;"	f
  5436  Getpid	./os/exec.go	/^func Getpid() int { return syscall.Getpid() }$/;"	f
  5437  Getpid	./syscall/syscall_nacl.go	/^func Getpid() int                       { return 3 }$/;"	f
  5438  Getpid	./syscall/syscall_plan9.go	/^func Getpid() (pid int) {$/;"	f
  5439  Getpid	./syscall/syscall_windows.go	/^func Getpid() (pid int) { return int(getCurrentProcessId()) }$/;"	f
  5440  Getpid	./syscall/zsyscall_darwin_386.go	/^func Getpid() (pid int) {$/;"	f
  5441  Getpid	./syscall/zsyscall_darwin_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5442  Getpid	./syscall/zsyscall_darwin_arm.go	/^func Getpid() (pid int) {$/;"	f
  5443  Getpid	./syscall/zsyscall_darwin_arm64.go	/^func Getpid() (pid int) {$/;"	f
  5444  Getpid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5445  Getpid	./syscall/zsyscall_freebsd_386.go	/^func Getpid() (pid int) {$/;"	f
  5446  Getpid	./syscall/zsyscall_freebsd_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5447  Getpid	./syscall/zsyscall_freebsd_arm.go	/^func Getpid() (pid int) {$/;"	f
  5448  Getpid	./syscall/zsyscall_linux_386.go	/^func Getpid() (pid int) {$/;"	f
  5449  Getpid	./syscall/zsyscall_linux_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5450  Getpid	./syscall/zsyscall_linux_arm.go	/^func Getpid() (pid int) {$/;"	f
  5451  Getpid	./syscall/zsyscall_linux_arm64.go	/^func Getpid() (pid int) {$/;"	f
  5452  Getpid	./syscall/zsyscall_linux_ppc64.go	/^func Getpid() (pid int) {$/;"	f
  5453  Getpid	./syscall/zsyscall_linux_ppc64le.go	/^func Getpid() (pid int) {$/;"	f
  5454  Getpid	./syscall/zsyscall_netbsd_386.go	/^func Getpid() (pid int) {$/;"	f
  5455  Getpid	./syscall/zsyscall_netbsd_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5456  Getpid	./syscall/zsyscall_netbsd_arm.go	/^func Getpid() (pid int) {$/;"	f
  5457  Getpid	./syscall/zsyscall_openbsd_386.go	/^func Getpid() (pid int) {$/;"	f
  5458  Getpid	./syscall/zsyscall_openbsd_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5459  Getpid	./syscall/zsyscall_openbsd_arm.go	/^func Getpid() (pid int) {$/;"	f
  5460  Getpid	./syscall/zsyscall_solaris_amd64.go	/^func Getpid() (pid int) {$/;"	f
  5461  Getppid	./os/exec.go	/^func Getppid() int { return syscall.Getppid() }$/;"	f
  5462  Getppid	./syscall/syscall_nacl.go	/^func Getppid() int                      { return 2 }$/;"	f
  5463  Getppid	./syscall/syscall_plan9.go	/^func Getppid() (ppid int) {$/;"	f
  5464  Getppid	./syscall/syscall_windows.go	/^func Getppid() (ppid int) {$/;"	f
  5465  Getppid	./syscall/zsyscall_darwin_386.go	/^func Getppid() (ppid int) {$/;"	f
  5466  Getppid	./syscall/zsyscall_darwin_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5467  Getppid	./syscall/zsyscall_darwin_arm.go	/^func Getppid() (ppid int) {$/;"	f
  5468  Getppid	./syscall/zsyscall_darwin_arm64.go	/^func Getppid() (ppid int) {$/;"	f
  5469  Getppid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5470  Getppid	./syscall/zsyscall_freebsd_386.go	/^func Getppid() (ppid int) {$/;"	f
  5471  Getppid	./syscall/zsyscall_freebsd_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5472  Getppid	./syscall/zsyscall_freebsd_arm.go	/^func Getppid() (ppid int) {$/;"	f
  5473  Getppid	./syscall/zsyscall_linux_386.go	/^func Getppid() (ppid int) {$/;"	f
  5474  Getppid	./syscall/zsyscall_linux_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5475  Getppid	./syscall/zsyscall_linux_arm.go	/^func Getppid() (ppid int) {$/;"	f
  5476  Getppid	./syscall/zsyscall_linux_arm64.go	/^func Getppid() (ppid int) {$/;"	f
  5477  Getppid	./syscall/zsyscall_linux_ppc64.go	/^func Getppid() (ppid int) {$/;"	f
  5478  Getppid	./syscall/zsyscall_linux_ppc64le.go	/^func Getppid() (ppid int) {$/;"	f
  5479  Getppid	./syscall/zsyscall_netbsd_386.go	/^func Getppid() (ppid int) {$/;"	f
  5480  Getppid	./syscall/zsyscall_netbsd_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5481  Getppid	./syscall/zsyscall_netbsd_arm.go	/^func Getppid() (ppid int) {$/;"	f
  5482  Getppid	./syscall/zsyscall_openbsd_386.go	/^func Getppid() (ppid int) {$/;"	f
  5483  Getppid	./syscall/zsyscall_openbsd_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5484  Getppid	./syscall/zsyscall_openbsd_arm.go	/^func Getppid() (ppid int) {$/;"	f
  5485  Getppid	./syscall/zsyscall_solaris_amd64.go	/^func Getppid() (ppid int) {$/;"	f
  5486  Getpriority	./syscall/zsyscall_darwin_386.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5487  Getpriority	./syscall/zsyscall_darwin_amd64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5488  Getpriority	./syscall/zsyscall_darwin_arm.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5489  Getpriority	./syscall/zsyscall_darwin_arm64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5490  Getpriority	./syscall/zsyscall_dragonfly_amd64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5491  Getpriority	./syscall/zsyscall_freebsd_386.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5492  Getpriority	./syscall/zsyscall_freebsd_amd64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5493  Getpriority	./syscall/zsyscall_freebsd_arm.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5494  Getpriority	./syscall/zsyscall_linux_386.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5495  Getpriority	./syscall/zsyscall_linux_amd64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5496  Getpriority	./syscall/zsyscall_linux_arm.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5497  Getpriority	./syscall/zsyscall_linux_arm64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5498  Getpriority	./syscall/zsyscall_linux_ppc64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5499  Getpriority	./syscall/zsyscall_linux_ppc64le.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5500  Getpriority	./syscall/zsyscall_netbsd_386.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5501  Getpriority	./syscall/zsyscall_netbsd_amd64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5502  Getpriority	./syscall/zsyscall_netbsd_arm.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5503  Getpriority	./syscall/zsyscall_openbsd_386.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5504  Getpriority	./syscall/zsyscall_openbsd_amd64.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5505  Getpriority	./syscall/zsyscall_openbsd_arm.go	/^func Getpriority(which int, who int) (prio int, err error) {$/;"	f
  5506  Getpriority	./syscall/zsyscall_solaris_amd64.go	/^func Getpriority(which int, who int) (n int, err error) {$/;"	f
  5507  Getrlimit	./syscall/syscall_linux_386.go	/^func Getrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
  5508  Getrlimit	./syscall/syscall_linux_arm.go	/^func Getrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
  5509  Getrlimit	./syscall/zsyscall_darwin_386.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5510  Getrlimit	./syscall/zsyscall_darwin_amd64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5511  Getrlimit	./syscall/zsyscall_darwin_arm.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5512  Getrlimit	./syscall/zsyscall_darwin_arm64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5513  Getrlimit	./syscall/zsyscall_dragonfly_amd64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5514  Getrlimit	./syscall/zsyscall_freebsd_386.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5515  Getrlimit	./syscall/zsyscall_freebsd_amd64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5516  Getrlimit	./syscall/zsyscall_freebsd_arm.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5517  Getrlimit	./syscall/zsyscall_linux_amd64.go	/^func Getrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
  5518  Getrlimit	./syscall/zsyscall_linux_arm64.go	/^func Getrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
  5519  Getrlimit	./syscall/zsyscall_linux_ppc64.go	/^func Getrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
  5520  Getrlimit	./syscall/zsyscall_linux_ppc64le.go	/^func Getrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
  5521  Getrlimit	./syscall/zsyscall_netbsd_386.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5522  Getrlimit	./syscall/zsyscall_netbsd_amd64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5523  Getrlimit	./syscall/zsyscall_netbsd_arm.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5524  Getrlimit	./syscall/zsyscall_openbsd_386.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5525  Getrlimit	./syscall/zsyscall_openbsd_amd64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5526  Getrlimit	./syscall/zsyscall_openbsd_arm.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5527  Getrlimit	./syscall/zsyscall_solaris_amd64.go	/^func Getrlimit(which int, lim *Rlimit) (err error) {$/;"	f
  5528  Getrusage	./syscall/zsyscall_darwin_386.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5529  Getrusage	./syscall/zsyscall_darwin_amd64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5530  Getrusage	./syscall/zsyscall_darwin_arm.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5531  Getrusage	./syscall/zsyscall_darwin_arm64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5532  Getrusage	./syscall/zsyscall_dragonfly_amd64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5533  Getrusage	./syscall/zsyscall_freebsd_386.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5534  Getrusage	./syscall/zsyscall_freebsd_amd64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5535  Getrusage	./syscall/zsyscall_freebsd_arm.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5536  Getrusage	./syscall/zsyscall_linux_386.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5537  Getrusage	./syscall/zsyscall_linux_amd64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5538  Getrusage	./syscall/zsyscall_linux_arm.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5539  Getrusage	./syscall/zsyscall_linux_arm64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5540  Getrusage	./syscall/zsyscall_linux_ppc64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5541  Getrusage	./syscall/zsyscall_linux_ppc64le.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5542  Getrusage	./syscall/zsyscall_netbsd_386.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5543  Getrusage	./syscall/zsyscall_netbsd_amd64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5544  Getrusage	./syscall/zsyscall_netbsd_arm.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5545  Getrusage	./syscall/zsyscall_openbsd_386.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5546  Getrusage	./syscall/zsyscall_openbsd_amd64.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5547  Getrusage	./syscall/zsyscall_openbsd_arm.go	/^func Getrusage(who int, rusage *Rusage) (err error) {$/;"	f
  5548  Getsid	./syscall/zsyscall_darwin_386.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5549  Getsid	./syscall/zsyscall_darwin_amd64.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5550  Getsid	./syscall/zsyscall_darwin_arm.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5551  Getsid	./syscall/zsyscall_darwin_arm64.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5552  Getsid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5553  Getsid	./syscall/zsyscall_freebsd_386.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5554  Getsid	./syscall/zsyscall_freebsd_amd64.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5555  Getsid	./syscall/zsyscall_freebsd_arm.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5556  Getsid	./syscall/zsyscall_netbsd_386.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5557  Getsid	./syscall/zsyscall_netbsd_amd64.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5558  Getsid	./syscall/zsyscall_netbsd_arm.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5559  Getsid	./syscall/zsyscall_openbsd_386.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5560  Getsid	./syscall/zsyscall_openbsd_amd64.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5561  Getsid	./syscall/zsyscall_openbsd_arm.go	/^func Getsid(pid int) (sid int, err error) {$/;"	f
  5562  Getsockname	./syscall/net_nacl.go	/^func Getsockname(fd int) (sa Sockaddr, err error) {$/;"	f
  5563  Getsockname	./syscall/syscall_bsd.go	/^func Getsockname(fd int) (sa Sockaddr, err error) {$/;"	f
  5564  Getsockname	./syscall/syscall_linux.go	/^func Getsockname(fd int) (sa Sockaddr, err error) {$/;"	f
  5565  Getsockname	./syscall/syscall_solaris.go	/^func Getsockname(fd int) (sa Sockaddr, err error) {$/;"	f
  5566  Getsockname	./syscall/syscall_windows.go	/^func Getsockname(fd Handle) (sa Sockaddr, err error) {$/;"	f
  5567  Getsockopt	./syscall/zsyscall_windows.go	/^func Getsockopt(s Handle, level int32, optname int32, optval *byte, optlen *int32) (err error) {$/;"	f
  5568  GetsockoptByte	./syscall/syscall_bsd.go	/^func GetsockoptByte(fd, level, opt int) (value byte, err error) {$/;"	f
  5569  GetsockoptICMPv6Filter	./syscall/syscall_bsd.go	/^func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) {$/;"	f
  5570  GetsockoptICMPv6Filter	./syscall/syscall_linux.go	/^func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) {$/;"	f
  5571  GetsockoptIPMreq	./syscall/syscall_bsd.go	/^func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) {$/;"	f
  5572  GetsockoptIPMreq	./syscall/syscall_linux.go	/^func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) {$/;"	f
  5573  GetsockoptIPMreqn	./syscall/syscall_freebsd.go	/^func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) {$/;"	f
  5574  GetsockoptIPMreqn	./syscall/syscall_linux.go	/^func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) {$/;"	f
  5575  GetsockoptIPv6MTUInfo	./syscall/syscall_bsd.go	/^func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) {$/;"	f
  5576  GetsockoptIPv6MTUInfo	./syscall/syscall_linux.go	/^func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) {$/;"	f
  5577  GetsockoptIPv6Mreq	./syscall/syscall_bsd.go	/^func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) {$/;"	f
  5578  GetsockoptIPv6Mreq	./syscall/syscall_linux.go	/^func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) {$/;"	f
  5579  GetsockoptInet4Addr	./syscall/syscall_bsd.go	/^func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) {$/;"	f
  5580  GetsockoptInet4Addr	./syscall/syscall_linux.go	/^func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) {$/;"	f
  5581  GetsockoptInt	./net/internal/socktest/sys_unix.go	/^func (sw *Switch) GetsockoptInt(s, level, opt int) (soerr int, err error) {$/;"	f
  5582  GetsockoptInt	./syscall/net_nacl.go	/^func GetsockoptInt(fd, level, opt int) (value int, err error) {$/;"	f
  5583  GetsockoptInt	./syscall/syscall_unix.go	/^func GetsockoptInt(fd, level, opt int) (value int, err error) {$/;"	f
  5584  GetsockoptInt	./syscall/syscall_windows.go	/^func GetsockoptInt(fd Handle, level, opt int) (int, error) { return -1, EWINDOWS }$/;"	f
  5585  GetsockoptUcred	./syscall/syscall_linux.go	/^func GetsockoptUcred(fd, level, opt int) (*Ucred, error) {$/;"	f
  5586  Getter	./flag/flag.go	/^type Getter interface {$/;"	t
  5587  Gettid	./syscall/zsyscall_linux_386.go	/^func Gettid() (tid int) {$/;"	f
  5588  Gettid	./syscall/zsyscall_linux_amd64.go	/^func Gettid() (tid int) {$/;"	f
  5589  Gettid	./syscall/zsyscall_linux_arm.go	/^func Gettid() (tid int) {$/;"	f
  5590  Gettid	./syscall/zsyscall_linux_arm64.go	/^func Gettid() (tid int) {$/;"	f
  5591  Gettid	./syscall/zsyscall_linux_ppc64.go	/^func Gettid() (tid int) {$/;"	f
  5592  Gettid	./syscall/zsyscall_linux_ppc64le.go	/^func Gettid() (tid int) {$/;"	f
  5593  Gettimeofday	./syscall/syscall_darwin_386.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5594  Gettimeofday	./syscall/syscall_darwin_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5595  Gettimeofday	./syscall/syscall_darwin_arm.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5596  Gettimeofday	./syscall/syscall_darwin_arm64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5597  Gettimeofday	./syscall/syscall_linux_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5598  Gettimeofday	./syscall/syscall_plan9.go	/^func Gettimeofday(tv *Timeval) error {$/;"	f
  5599  Gettimeofday	./syscall/syscall_windows.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5600  Gettimeofday	./syscall/zsyscall_dragonfly_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5601  Gettimeofday	./syscall/zsyscall_freebsd_386.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5602  Gettimeofday	./syscall/zsyscall_freebsd_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5603  Gettimeofday	./syscall/zsyscall_freebsd_arm.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5604  Gettimeofday	./syscall/zsyscall_linux_386.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5605  Gettimeofday	./syscall/zsyscall_linux_arm.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5606  Gettimeofday	./syscall/zsyscall_linux_arm64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5607  Gettimeofday	./syscall/zsyscall_linux_ppc64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5608  Gettimeofday	./syscall/zsyscall_linux_ppc64le.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5609  Gettimeofday	./syscall/zsyscall_netbsd_386.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5610  Gettimeofday	./syscall/zsyscall_netbsd_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5611  Gettimeofday	./syscall/zsyscall_netbsd_arm.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5612  Gettimeofday	./syscall/zsyscall_openbsd_386.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5613  Gettimeofday	./syscall/zsyscall_openbsd_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5614  Gettimeofday	./syscall/zsyscall_openbsd_arm.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5615  Gettimeofday	./syscall/zsyscall_solaris_amd64.go	/^func Gettimeofday(tv *Timeval) (err error) {$/;"	f
  5616  Getuid	./os/proc.go	/^func Getuid() int { return syscall.Getuid() }$/;"	f
  5617  Getuid	./syscall/syscall_nacl.go	/^func Getuid() int                       { return 1 }$/;"	f
  5618  Getuid	./syscall/syscall_plan9.go	/^func Getuid() (uid int)   { return -1 }$/;"	f
  5619  Getuid	./syscall/syscall_windows.go	/^func Getuid() (uid int)                  { return -1 }$/;"	f
  5620  Getuid	./syscall/zsyscall_darwin_386.go	/^func Getuid() (uid int) {$/;"	f
  5621  Getuid	./syscall/zsyscall_darwin_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5622  Getuid	./syscall/zsyscall_darwin_arm.go	/^func Getuid() (uid int) {$/;"	f
  5623  Getuid	./syscall/zsyscall_darwin_arm64.go	/^func Getuid() (uid int) {$/;"	f
  5624  Getuid	./syscall/zsyscall_dragonfly_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5625  Getuid	./syscall/zsyscall_freebsd_386.go	/^func Getuid() (uid int) {$/;"	f
  5626  Getuid	./syscall/zsyscall_freebsd_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5627  Getuid	./syscall/zsyscall_freebsd_arm.go	/^func Getuid() (uid int) {$/;"	f
  5628  Getuid	./syscall/zsyscall_linux_386.go	/^func Getuid() (uid int) {$/;"	f
  5629  Getuid	./syscall/zsyscall_linux_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5630  Getuid	./syscall/zsyscall_linux_arm.go	/^func Getuid() (uid int) {$/;"	f
  5631  Getuid	./syscall/zsyscall_linux_arm64.go	/^func Getuid() (uid int) {$/;"	f
  5632  Getuid	./syscall/zsyscall_linux_ppc64.go	/^func Getuid() (uid int) {$/;"	f
  5633  Getuid	./syscall/zsyscall_linux_ppc64le.go	/^func Getuid() (uid int) {$/;"	f
  5634  Getuid	./syscall/zsyscall_netbsd_386.go	/^func Getuid() (uid int) {$/;"	f
  5635  Getuid	./syscall/zsyscall_netbsd_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5636  Getuid	./syscall/zsyscall_netbsd_arm.go	/^func Getuid() (uid int) {$/;"	f
  5637  Getuid	./syscall/zsyscall_openbsd_386.go	/^func Getuid() (uid int) {$/;"	f
  5638  Getuid	./syscall/zsyscall_openbsd_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5639  Getuid	./syscall/zsyscall_openbsd_arm.go	/^func Getuid() (uid int) {$/;"	f
  5640  Getuid	./syscall/zsyscall_solaris_amd64.go	/^func Getuid() (uid int) {$/;"	f
  5641  Getwd	./os/getwd.go	/^func Getwd() (dir string, err error) {$/;"	f
  5642  Getwd	./syscall/pwd_plan9.go	/^func Getwd() (wd string, err error) {$/;"	f
  5643  Getwd	./syscall/syscall_darwin.go	/^func Getwd() (string, error) {$/;"	f
  5644  Getwd	./syscall/syscall_linux.go	/^func Getwd() (wd string, err error) {$/;"	f
  5645  Getwd	./syscall/syscall_nacl.go	/^func Getwd() (wd string, err error)     { return "", ENOSYS }$/;"	f
  5646  Getwd	./syscall/syscall_no_getwd.go	/^func Getwd() (string, error) { return "", ENOTSUP }$/;"	f
  5647  Getwd	./syscall/syscall_solaris.go	/^func Getwd() (string, error) { return "", ENOTSUP }$/;"	f
  5648  Getwd	./syscall/syscall_windows.go	/^func Getwd() (wd string, err error) {$/;"	f
  5649  Getxattr	./syscall/zsyscall_linux_386.go	/^func Getxattr(path string, attr string, dest []byte) (sz int, err error) {$/;"	f
  5650  Getxattr	./syscall/zsyscall_linux_amd64.go	/^func Getxattr(path string, attr string, dest []byte) (sz int, err error) {$/;"	f
  5651  Getxattr	./syscall/zsyscall_linux_arm.go	/^func Getxattr(path string, attr string, dest []byte) (sz int, err error) {$/;"	f
  5652  Getxattr	./syscall/zsyscall_linux_arm64.go	/^func Getxattr(path string, attr string, dest []byte) (sz int, err error) {$/;"	f
  5653  Getxattr	./syscall/zsyscall_linux_ppc64.go	/^func Getxattr(path string, attr string, dest []byte) (sz int, err error) {$/;"	f
  5654  Getxattr	./syscall/zsyscall_linux_ppc64le.go	/^func Getxattr(path string, attr string, dest []byte) (sz int, err error) {$/;"	f
  5655  Ginscall	./cmd/compile/internal/gc/cgen.go	/^func Ginscall(f *Node, proc int) {$/;"	f
  5656  Glob	./path/filepath/match.go	/^func Glob(pattern string) (matches []string, err error) {$/;"	f
  5657  Global	./math/all_test.go	/^var Global float64$/;"	v
  5658  GlobalCh	./runtime/race/testdata/mop_test.go	/^var GlobalCh chan int = make(chan int, 2)$/;"	v
  5659  GlobalFunc1	./runtime/race/testdata/mop_test.go	/^func GlobalFunc1() {$/;"	f
  5660  GlobalFunc2	./runtime/race/testdata/mop_test.go	/^func GlobalFunc2() {$/;"	f
  5661  GlobalX	./runtime/race/testdata/mop_test.go	/^var GlobalX, GlobalY int = 0, 0$/;"	v
  5662  Go	./net/rpc/client.go	/^func (client *Client) Go(serviceMethod string, args interface{}, reply interface{}, done chan *Call) *Call {$/;"	f
  5663  GoCapFunc	./runtime/runtime-gdb.py	/^class GoCapFunc(gdb.Function):$/;"	c
  5664  GoIfaceCmd	./runtime/runtime-gdb.py	/^class GoIfaceCmd(gdb.Command):$/;"	c
  5665  GoLenFunc	./runtime/runtime-gdb.py	/^class GoLenFunc(gdb.Function):$/;"	c
  5666  GoString	./debug/dwarf/const.go	/^func (a Attr) GoString() string {$/;"	f
  5667  GoString	./debug/dwarf/const.go	/^func (t Tag) GoString() string {$/;"	f
  5668  GoString	./debug/dwarf/entry.go	/^func (i Class) GoString() string {$/;"	f
  5669  GoString	./debug/elf/elf.go	/^func (i Class) GoString() string { return stringName(uint32(i), classStrings, true) }$/;"	f
  5670  GoString	./debug/elf/elf.go	/^func (i Data) GoString() string { return stringName(uint32(i), dataStrings, true) }$/;"	f
  5671  GoString	./debug/elf/elf.go	/^func (i DynFlag) GoString() string { return flagName(uint32(i), dflagStrings, true) }$/;"	f
  5672  GoString	./debug/elf/elf.go	/^func (i DynTag) GoString() string { return stringName(uint32(i), dtStrings, true) }$/;"	f
  5673  GoString	./debug/elf/elf.go	/^func (i Machine) GoString() string { return stringName(uint32(i), machineStrings, true) }$/;"	f
  5674  GoString	./debug/elf/elf.go	/^func (i NType) GoString() string { return stringName(uint32(i), ntypeStrings, true) }$/;"	f
  5675  GoString	./debug/elf/elf.go	/^func (i OSABI) GoString() string { return stringName(uint32(i), osabiStrings, true) }$/;"	f
  5676  GoString	./debug/elf/elf.go	/^func (i ProgFlag) GoString() string { return flagName(uint32(i), pfStrings, true) }$/;"	f
  5677  GoString	./debug/elf/elf.go	/^func (i ProgType) GoString() string { return stringName(uint32(i), ptStrings, true) }$/;"	f
  5678  GoString	./debug/elf/elf.go	/^func (i R_386) GoString() string { return stringName(uint32(i), r386Strings, true) }$/;"	f
  5679  GoString	./debug/elf/elf.go	/^func (i R_AARCH64) GoString() string { return stringName(uint32(i), raarch64Strings, true) }$/;"	f
  5680  GoString	./debug/elf/elf.go	/^func (i R_ALPHA) GoString() string { return stringName(uint32(i), ralphaStrings, true) }$/;"	f
  5681  GoString	./debug/elf/elf.go	/^func (i R_ARM) GoString() string { return stringName(uint32(i), rarmStrings, true) }$/;"	f
  5682  GoString	./debug/elf/elf.go	/^func (i R_PPC) GoString() string { return stringName(uint32(i), rppcStrings, true) }$/;"	f
  5683  GoString	./debug/elf/elf.go	/^func (i R_PPC64) GoString() string { return stringName(uint32(i), rppc64Strings, true) }$/;"	f
  5684  GoString	./debug/elf/elf.go	/^func (i R_SPARC) GoString() string { return stringName(uint32(i), rsparcStrings, true) }$/;"	f
  5685  GoString	./debug/elf/elf.go	/^func (i R_X86_64) GoString() string { return stringName(uint32(i), rx86_64Strings, true) }$/;"	f
  5686  GoString	./debug/elf/elf.go	/^func (i SectionFlag) GoString() string { return flagName(uint32(i), shfStrings, true) }$/;"	f
  5687  GoString	./debug/elf/elf.go	/^func (i SectionIndex) GoString() string { return stringName(uint32(i), shnStrings, true) }$/;"	f
  5688  GoString	./debug/elf/elf.go	/^func (i SectionType) GoString() string { return stringName(uint32(i), shtStrings, true) }$/;"	f
  5689  GoString	./debug/elf/elf.go	/^func (i SymBind) GoString() string { return stringName(uint32(i), stbStrings, true) }$/;"	f
  5690  GoString	./debug/elf/elf.go	/^func (i SymType) GoString() string { return stringName(uint32(i), sttStrings, true) }$/;"	f
  5691  GoString	./debug/elf/elf.go	/^func (i SymVis) GoString() string { return stringName(uint32(i), stvStrings, true) }$/;"	f
  5692  GoString	./debug/elf/elf.go	/^func (i Type) GoString() string { return stringName(uint32(i), typeStrings, true) }$/;"	f
  5693  GoString	./debug/elf/elf.go	/^func (i Version) GoString() string { return stringName(uint32(i), versionStrings, true) }$/;"	f
  5694  GoString	./debug/macho/macho.go	/^func (i Cpu) GoString() string { return stringName(uint32(i), cpuStrings, true) }$/;"	f
  5695  GoString	./debug/macho/macho.go	/^func (i LoadCmd) GoString() string { return stringName(uint32(i), cmdStrings, true) }$/;"	f
  5696  GoString	./encoding/binary/binary.go	/^func (bigEndian) GoString() string { return "binary.BigEndian" }$/;"	f
  5697  GoString	./encoding/binary/binary.go	/^func (littleEndian) GoString() string { return "binary.LittleEndian" }$/;"	f
  5698  GoString	./fmt/fmt_test.go	/^func (g G) GoString() string {$/;"	f
  5699  GoString	./fmt/fmt_test.go	/^func (p Panic) GoString() string {$/;"	f
  5700  GoStringer	./fmt/print.go	/^type GoStringer interface {$/;"	t
  5701  GobDecode	./cmd/compile/internal/big/int.go	/^func (z *Int) GobDecode(buf []byte) error {$/;"	f
  5702  GobDecode	./cmd/compile/internal/big/rat.go	/^func (z *Rat) GobDecode(buf []byte) error {$/;"	f
  5703  GobDecode	./encoding/gob/gobencdec_test.go	/^func (a *ArrayStruct) GobDecode(data []byte) error {$/;"	f
  5704  GobDecode	./encoding/gob/gobencdec_test.go	/^func (a *isZeroBugArray) GobDecode(data []byte) error {$/;"	f
  5705  GobDecode	./encoding/gob/gobencdec_test.go	/^func (br *gobDecoderBug0) GobDecode(b []byte) error {$/;"	f
  5706  GobDecode	./encoding/gob/gobencdec_test.go	/^func (g *ByteStruct) GobDecode(data []byte) error {$/;"	f
  5707  GobDecode	./encoding/gob/gobencdec_test.go	/^func (g *Gobber) GobDecode(data []byte) error {$/;"	f
  5708  GobDecode	./encoding/gob/gobencdec_test.go	/^func (g *StringStruct) GobDecode(data []byte) error {$/;"	f
  5709  GobDecode	./encoding/gob/gobencdec_test.go	/^func (i *isZeroBugInterface) GobDecode(data []byte) error {$/;"	f
  5710  GobDecode	./encoding/gob/gobencdec_test.go	/^func (v *ValueGobber) GobDecode(data []byte) error {$/;"	f
  5711  GobDecode	./math/big/int.go	/^func (z *Int) GobDecode(buf []byte) error {$/;"	f
  5712  GobDecode	./math/big/rat.go	/^func (z *Rat) GobDecode(buf []byte) error {$/;"	f
  5713  GobDecode	./time/time.go	/^func (t *Time) GobDecode(data []byte) error {$/;"	f
  5714  GobDecoder	./encoding/gob/type.go	/^type GobDecoder interface {$/;"	t
  5715  GobEncode	./cmd/compile/internal/big/int.go	/^func (x *Int) GobEncode() ([]byte, error) {$/;"	f
  5716  GobEncode	./cmd/compile/internal/big/rat.go	/^func (x *Rat) GobEncode() ([]byte, error) {$/;"	f
  5717  GobEncode	./encoding/gob/gobencdec_test.go	/^func (a *ArrayStruct) GobEncode() ([]byte, error) {$/;"	f
  5718  GobEncode	./encoding/gob/gobencdec_test.go	/^func (a isZeroBugArray) GobEncode() (b []byte, e error) {$/;"	f
  5719  GobEncode	./encoding/gob/gobencdec_test.go	/^func (br *gobDecoderBug0) GobEncode() ([]byte, error) {$/;"	f
  5720  GobEncode	./encoding/gob/gobencdec_test.go	/^func (g *ByteStruct) GobEncode() ([]byte, error) {$/;"	f
  5721  GobEncode	./encoding/gob/gobencdec_test.go	/^func (g *Gobber) GobEncode() ([]byte, error) {$/;"	f
  5722  GobEncode	./encoding/gob/gobencdec_test.go	/^func (g *StringStruct) GobEncode() ([]byte, error) {$/;"	f
  5723  GobEncode	./encoding/gob/gobencdec_test.go	/^func (i isZeroBugInterface) GobEncode() (b []byte, e error) {$/;"	f
  5724  GobEncode	./encoding/gob/gobencdec_test.go	/^func (v ValueGobber) GobEncode() ([]byte, error) {$/;"	f
  5725  GobEncode	./math/big/int.go	/^func (x *Int) GobEncode() ([]byte, error) {$/;"	f
  5726  GobEncode	./math/big/rat.go	/^func (x *Rat) GobEncode() ([]byte, error) {$/;"	f
  5727  GobEncode	./time/time.go	/^func (t Time) GobEncode() ([]byte, error) {$/;"	f
  5728  GobEncoder	./encoding/gob/type.go	/^type GobEncoder interface {$/;"	t
  5729  GobTest0	./encoding/gob/gobencdec_test.go	/^type GobTest0 struct {$/;"	t
  5730  GobTest1	./encoding/gob/gobencdec_test.go	/^type GobTest1 struct {$/;"	t
  5731  GobTest2	./encoding/gob/gobencdec_test.go	/^type GobTest2 struct {$/;"	t
  5732  GobTest3	./encoding/gob/gobencdec_test.go	/^type GobTest3 struct {$/;"	t
  5733  GobTest4	./encoding/gob/gobencdec_test.go	/^type GobTest4 struct {$/;"	t
  5734  GobTest5	./encoding/gob/gobencdec_test.go	/^type GobTest5 struct {$/;"	t
  5735  GobTest6	./encoding/gob/gobencdec_test.go	/^type GobTest6 struct {$/;"	t
  5736  GobTest7	./encoding/gob/gobencdec_test.go	/^type GobTest7 struct {$/;"	t
  5737  GobTestArrayEncDec	./encoding/gob/gobencdec_test.go	/^type GobTestArrayEncDec struct {$/;"	t
  5738  GobTestIgnoreEncoder	./encoding/gob/gobencdec_test.go	/^type GobTestIgnoreEncoder struct {$/;"	t
  5739  GobTestIndirectArrayEncDec	./encoding/gob/gobencdec_test.go	/^type GobTestIndirectArrayEncDec struct {$/;"	t
  5740  GobTestIndirectEncDec	./encoding/gob/gobencdec_test.go	/^type GobTestIndirectEncDec struct {$/;"	t
  5741  GobTestValueEncDec	./encoding/gob/gobencdec_test.go	/^type GobTestValueEncDec struct {$/;"	t
  5742  Gobber	./encoding/gob/gobencdec_test.go	/^type Gobber int$/;"	t
  5743  Goexit	./runtime/panic.go	/^func Goexit() {$/;"	f
  5744  GoodPlayer	./cmd/api/testdata/src/pkg/p3/p3.go	/^func (tb *ThirdBase) GoodPlayer() (i, j, k int)$/;"	f
  5745  GoroutineCmd	./runtime/runtime-gdb.py	/^class GoroutineCmd(gdb.Command):$/;"	c
  5746  GoroutineProfile	./runtime/mprof.go	/^func GoroutineProfile(p []StackRecord) (n int, ok bool) {$/;"	f
  5747  GoroutineStats	./internal/trace/goroutines.go	/^func GoroutineStats(events []*Event) map[uint64]*GDesc {$/;"	f
  5748  GoroutinesCmd	./runtime/runtime-gdb.py	/^class GoroutinesCmd(gdb.Command):$/;"	c
  5749  Gosched	./runtime/proc.go	/^func Gosched() {$/;"	f
  5750  GostringW	./runtime/export_test.go	/^func GostringW(w []uint16) (s string) {$/;"	f
  5751  Gostringnocopy	./runtime/export_test.go	/^var Gostringnocopy = gostringnocopy$/;"	v
  5752  Grams	./sort/example_wrapper_test.go	/^type Grams int$/;"	t
  5753  Graph	./cmd/compile/internal/gc/go.go	/^type Graph struct {$/;"	t
  5754  GraphicRanges	./unicode/graphic.go	/^var GraphicRanges = []*RangeTable{$/;"	v
  5755  Gray	./image/color/color.go	/^type Gray struct {$/;"	t
  5756  Gray	./image/image.go	/^type Gray struct {$/;"	t
  5757  Gray16	./image/color/color.go	/^type Gray16 struct {$/;"	t
  5758  Gray16	./image/image.go	/^type Gray16 struct {$/;"	t
  5759  Gray16At	./image/image.go	/^func (p *Gray16) Gray16At(x, y int) color.Gray16 {$/;"	f
  5760  GrayAt	./image/image.go	/^func (p *Gray) GrayAt(x, y int) color.Gray {$/;"	f
  5761  Gregset	./runtime/defs3_linux.go	/^type Gregset C.elf_gregset_t$/;"	t
  5762  Group	./internal/singleflight/singleflight.go	/^type Group struct {$/;"	t
  5763  Grow	./bytes/buffer.go	/^func (b *Buffer) Grow(n int) {$/;"	f
  5764  GuessingGame	./sort/search.go	/^\/\/	func GuessingGame() {$/;"	f
  5765  Gvardef	./cmd/compile/internal/gc/pgen.go	/^func Gvardef(n *Node) {$/;"	f
  5766  H	./regexp/testdata/testregex.c	/^#define H(/;"	d	file:
  5767  HSqrt2	./math/log_amd64.s	/^#define HSqrt2 7.07106781186547524401e-01 \/\/ sqrt(2)\/2$/;"	d
  5768  HTMLAutoClose	./encoding/xml/xml.go	/^var HTMLAutoClose = htmlAutoClose$/;"	v
  5769  HTMLEntity	./encoding/xml/xml.go	/^var HTMLEntity = htmlEntity$/;"	v
  5770  HTMLEscape	./encoding/json/encode.go	/^func HTMLEscape(dst *bytes.Buffer, src []byte) {$/;"	f
  5771  HTMLEscape	./html/template/escape.go	/^func HTMLEscape(w io.Writer, b []byte) {$/;"	f
  5772  HTMLEscape	./text/template/funcs.go	/^func HTMLEscape(w io.Writer, b []byte) {$/;"	f
  5773  HTMLEscapeString	./html/template/escape.go	/^func HTMLEscapeString(s string) string {$/;"	f
  5774  HTMLEscapeString	./text/template/funcs.go	/^func HTMLEscapeString(s string) string {$/;"	f
  5775  HTMLEscaper	./html/template/escape.go	/^func HTMLEscaper(args ...interface{}) string {$/;"	f
  5776  HTMLEscaper	./text/template/funcs.go	/^func HTMLEscaper(args ...interface{}) string {$/;"	f
  5777  HUNG	./regexp/testdata/testregex.c	/^#define HUNG	/;"	d	file:
  5778  HalfReader	./testing/iotest/reader.go	/^func HalfReader(r io.Reader) io.Reader { return &halfReader{r} }$/;"	f
  5779  HammerMutex	./sync/mutex_test.go	/^func HammerMutex(m *Mutex, loops int, cdone chan bool) {$/;"	f
  5780  HammerRWMutex	./sync/rwmutex_test.go	/^func HammerRWMutex(gomaxprocs, numReaders, num_iterations int) {$/;"	f
  5781  HammerSemaphore	./sync/mutex_test.go	/^func HammerSemaphore(s *uint32, loops int, cdone chan bool) {$/;"	f
  5782  Handle	./net/http/server.go	/^func (mux *ServeMux) Handle(pattern string, handler Handler) {$/;"	f
  5783  Handle	./net/http/server.go	/^func Handle(pattern string, handler Handler) { DefaultServeMux.Handle(pattern, handler) }$/;"	f
  5784  Handle	./syscall/dll_windows.go	/^func (d *LazyDLL) Handle() uintptr {$/;"	f
  5785  Handle	./syscall/syscall_windows.go	/^type Handle uintptr$/;"	t
  5786  HandleFunc	./net/http/server.go	/^func (mux *ServeMux) HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {$/;"	f
  5787  HandleFunc	./net/http/server.go	/^func HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {$/;"	f
  5788  HandleHTTP	./net/rpc/server.go	/^func (server *Server) HandleHTTP(rpcPath, debugPath string) {$/;"	f
  5789  HandleHTTP	./net/rpc/server.go	/^func HandleHTTP() {$/;"	f
  5790  Handler	./net/http/cgi/host.go	/^type Handler struct {$/;"	t
  5791  Handler	./net/http/pprof/pprof.go	/^func Handler(name string) http.Handler {$/;"	f
  5792  Handler	./net/http/server.go	/^func (mux *ServeMux) Handler(r *Request) (h Handler, pattern string) {$/;"	f
  5793  Handler	./net/http/server.go	/^type Handler interface {$/;"	t
  5794  HandlerFunc	./net/http/server.go	/^type HandlerFunc func(ResponseWriter, *Request)$/;"	t
  5795  Handshake	./crypto/tls/conn.go	/^func (c *Conn) Handshake() error {$/;"	f
  5796  HardwareAddr	./net/mac.go	/^type HardwareAddr []byte$/;"	t
  5797  HasExec	./internal/testenv/testenv.go	/^func HasExec() bool {$/;"	f
  5798  HasExpired	./crypto/x509/pkix/pkix.go	/^func (certList *CertificateList) HasExpired(now time.Time) bool {$/;"	f
  5799  HasExternalNetwork	./internal/testenv/testenv.go	/^func HasExternalNetwork() bool {$/;"	f
  5800  HasFileLines	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) HasFileLines() bool {$/;"	f
  5801  HasFunctions	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) HasFunctions() bool {$/;"	f
  5802  HasGoBuild	./internal/testenv/testenv.go	/^func HasGoBuild() bool {$/;"	f
  5803  HasGoRun	./internal/testenv/testenv.go	/^func HasGoRun() bool {$/;"	f
  5804  HasLinkRegister	./cmd/compile/internal/gc/cgen.go	/^func HasLinkRegister() bool {$/;"	f
  5805  HasOk	./go/types/api.go	/^func (tv TypeAndValue) HasOk() bool {$/;"	f
  5806  HasPrefix	./bytes/bytes.go	/^func HasPrefix(s, prefix []byte) bool {$/;"	f
  5807  HasPrefix	./path/filepath/path_plan9.go	/^func HasPrefix(p, prefix string) bool {$/;"	f
  5808  HasPrefix	./path/filepath/path_unix.go	/^func HasPrefix(p, prefix string) bool {$/;"	f
  5809  HasPrefix	./path/filepath/path_windows.go	/^func HasPrefix(p, prefix string) bool {$/;"	f
  5810  HasPrefix	./strings/strings.go	/^func HasPrefix(s, prefix string) bool {$/;"	f
  5811  HasStringParam	./syscall/mksyscall_windows.go	/^func (f *Fn) HasStringParam() bool {$/;"	f
  5812  HasSuffix	./bytes/bytes.go	/^func HasSuffix(s, suffix []byte) bool {$/;"	f
  5813  HasSuffix	./strings/strings.go	/^func HasSuffix(s, suffix string) bool {$/;"	f
  5814  Hasdefer	./cmd/compile/internal/gc/go.go	/^var Hasdefer int \/\/ flag that curfn has defer statetment$/;"	v
  5815  Hash	./crypto/crypto.go	/^type Hash uint$/;"	t
  5816  Hash	./hash/hash.go	/^type Hash interface {$/;"	t
  5817  Hash32	./hash/hash.go	/^type Hash32 interface {$/;"	t
  5818  Hash64	./hash/hash.go	/^type Hash64 interface {$/;"	t
  5819  HashFunc	./crypto/crypto.go	/^func (h Hash) HashFunc() Hash {$/;"	f
  5820  HashFunc	./crypto/rsa/pss.go	/^func (pssOpts *PSSOptions) HashFunc() crypto.Hash {$/;"	f
  5821  HashLoad	./runtime/export_test.go	/^var HashLoad = &hashLoad$/;"	v
  5822  HashSet	./runtime/hash_test.go	/^type HashSet struct {$/;"	t
  5823  Hconv	./cmd/compile/internal/gc/fmt.go	/^func Hconv(l *NodeList, flag int) string {$/;"	f
  5824  Head	./net/http/client.go	/^func (c *Client) Head(url string) (resp *Response, err error) {$/;"	f
  5825  Head	./net/http/client.go	/^func Head(url string) (resp *Response, err error) {$/;"	f
  5826  Header	./archive/tar/common.go	/^type Header struct {$/;"	t
  5827  Header	./compress/gzip/gunzip.go	/^type Header struct {$/;"	t
  5828  Header	./net/dnsmsg.go	/^func (h *dnsRR_Header) Header() *dnsRR_Header {$/;"	f
  5829  Header	./net/dnsmsg.go	/^func (rr *dnsRR_A) Header() *dnsRR_Header {$/;"	f
  5830  Header	./net/dnsmsg.go	/^func (rr *dnsRR_AAAA) Header() *dnsRR_Header {$/;"	f
  5831  Header	./net/dnsmsg.go	/^func (rr *dnsRR_CNAME) Header() *dnsRR_Header {$/;"	f
  5832  Header	./net/dnsmsg.go	/^func (rr *dnsRR_HINFO) Header() *dnsRR_Header {$/;"	f
  5833  Header	./net/dnsmsg.go	/^func (rr *dnsRR_MB) Header() *dnsRR_Header {$/;"	f
  5834  Header	./net/dnsmsg.go	/^func (rr *dnsRR_MG) Header() *dnsRR_Header {$/;"	f
  5835  Header	./net/dnsmsg.go	/^func (rr *dnsRR_MINFO) Header() *dnsRR_Header {$/;"	f
  5836  Header	./net/dnsmsg.go	/^func (rr *dnsRR_MR) Header() *dnsRR_Header {$/;"	f
  5837  Header	./net/dnsmsg.go	/^func (rr *dnsRR_MX) Header() *dnsRR_Header {$/;"	f
  5838  Header	./net/dnsmsg.go	/^func (rr *dnsRR_NS) Header() *dnsRR_Header {$/;"	f
  5839  Header	./net/dnsmsg.go	/^func (rr *dnsRR_PTR) Header() *dnsRR_Header {$/;"	f
  5840  Header	./net/dnsmsg.go	/^func (rr *dnsRR_SOA) Header() *dnsRR_Header {$/;"	f
  5841  Header	./net/dnsmsg.go	/^func (rr *dnsRR_SRV) Header() *dnsRR_Header {$/;"	f
  5842  Header	./net/dnsmsg.go	/^func (rr *dnsRR_TXT) Header() *dnsRR_Header {$/;"	f
  5843  Header	./net/http/cgi/child.go	/^func (r *response) Header() http.Header {$/;"	f
  5844  Header	./net/http/cookie_test.go	/^func (ho headerOnlyResponseWriter) Header() Header {$/;"	f
  5845  Header	./net/http/fcgi/child.go	/^func (r *response) Header() http.Header {$/;"	f
  5846  Header	./net/http/filetransport.go	/^func (pr *populateResponse) Header() Header {$/;"	f
  5847  Header	./net/http/header.go	/^type Header map[string][]string$/;"	t
  5848  Header	./net/http/httptest/recorder.go	/^func (rw *ResponseRecorder) Header() http.Header {$/;"	f
  5849  Header	./net/http/npn_test.go	/^func (w http09Writer) Header() Header  { return w.h }$/;"	f
  5850  Header	./net/http/request_test.go	/^func (responseWriterJustWriter) Header() Header  { panic("should not be called") }$/;"	f
  5851  Header	./net/http/server.go	/^func (tw *timeoutWriter) Header() Header {$/;"	f
  5852  Header	./net/http/server.go	/^func (w *response) Header() Header {$/;"	f
  5853  Header	./net/mail/message.go	/^type Header map[string][]string$/;"	t
  5854  Header32	./debug/elf/elf.go	/^type Header32 struct {$/;"	t
  5855  Header64	./debug/elf/elf.go	/^type Header64 struct {$/;"	t
  5856  Headstr	./cmd/internal/obj/sym.go	/^func Headstr(v int) string {$/;"	f
  5857  Headstr	./cmd/link/internal/ld/sym.go	/^func Headstr(v int) string {$/;"	f
  5858  Heapsort	./sort/export_test.go	/^func Heapsort(data Interface) {$/;"	f
  5859  Hello	./cmd/go/testdata/local/easysub/easysub.go	/^func Hello() {$/;"	f
  5860  Hello	./cmd/go/testdata/local/sub/sub.go	/^func Hello() {$/;"	f
  5861  Hello	./cmd/go/testdata/local/sub/sub/subsub.go	/^func Hello() {$/;"	f
  5862  Hello	./go/internal/gccgoimporter/testdata/imports.go	/^var Hello = fmt.Sprintf("Hello, world")$/;"	v
  5863  Hello	./net/smtp/smtp.go	/^func (c *Client) Hello(localName string) error {$/;"	f
  5864  HelloServer	./net/http/server.go	/^\/\/	func HelloServer(w http.ResponseWriter, req *http.Request) {$/;"	f
  5865  HelloServer	./net/http/triv.go	/^func HelloServer(w http.ResponseWriter, req *http.Request) {$/;"	f
  5866  HelperCallParamList	./syscall/mksyscall_windows.go	/^func (f *Fn) HelperCallParamList() string {$/;"	f
  5867  HelperName	./syscall/mksyscall_windows.go	/^func (f *Fn) HelperName() string {$/;"	f
  5868  HelperParamList	./syscall/mksyscall_windows.go	/^func (f *Fn) HelperParamList() string {$/;"	f
  5869  HelperType	./syscall/mksyscall_windows.go	/^func (p *Param) HelperType() string {$/;"	f
  5870  HexEncoding	./encoding/base32/base32.go	/^var HexEncoding = NewEncoding(encodeHex)$/;"	v
  5871  Hijack	./net/http/httputil/persist.go	/^func (cc *ClientConn) Hijack() (c net.Conn, r *bufio.Reader) {$/;"	f
  5872  Hijack	./net/http/httputil/persist.go	/^func (sc *ServerConn) Hijack() (c net.Conn, r *bufio.Reader) {$/;"	f
  5873  Hijack	./net/http/server.go	/^func (w *response) Hijack() (rwc net.Conn, buf *bufio.ReadWriter, err error) {$/;"	f
  5874  Hijacker	./net/http/server.go	/^type Hijacker interface {$/;"	t
  5875  HistLine	./cmd/asm/internal/lex/lex.go	/^func HistLine() int32 {$/;"	f
  5876  Hostent	./syscall/ztypes_windows.go	/^type Hostent struct {$/;"	t
  5877  Hostname	./os/doc.go	/^func Hostname() (name string, err error) {$/;"	f
  5878  HostnameError	./crypto/x509/verify.go	/^type HostnameError struct {$/;"	t
  5879  Hostobj	./cmd/link/internal/ld/lib.go	/^type Hostobj struct {$/;"	t
  5880  Hour	./time/time.go	/^func (t Time) Hour() int {$/;"	f
  5881  Hours	./time/time.go	/^func (d Duration) Hours() float64 {$/;"	f
  5882  Hypot	./math/hypot.go	/^func Hypot(p, q float64) float64$/;"	f
  5883  HypotGo	./math/export_test.go	/^var HypotGo = hypot$/;"	v
  5884  Hypotenuse	./encoding/gob/example_interface_test.go	/^func (p Point) Hypotenuse() float64 {$/;"	f
  5885  I0	./go/doc/testdata/error1.go	/^type I0 interface {$/;"	t
  5886  I0	./go/doc/testdata/error2.go	/^type I0 interface {$/;"	t
  5887  I1	./runtime/iface_test.go	/^type I1 interface {$/;"	t
  5888  I2	./runtime/iface_test.go	/^type I2 interface {$/;"	t
  5889  ICMPv6Filter	./syscall/net_nacl.go	/^type ICMPv6Filter struct {$/;"	t
  5890  ICMPv6Filter	./syscall/types_darwin.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5891  ICMPv6Filter	./syscall/types_dragonfly.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5892  ICMPv6Filter	./syscall/types_freebsd.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5893  ICMPv6Filter	./syscall/types_linux.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5894  ICMPv6Filter	./syscall/types_netbsd.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5895  ICMPv6Filter	./syscall/types_openbsd.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5896  ICMPv6Filter	./syscall/types_solaris.go	/^type ICMPv6Filter C.struct_icmp6_filter$/;"	t
  5897  ICMPv6Filter	./syscall/ztypes_darwin_386.go	/^type ICMPv6Filter struct {$/;"	t
  5898  ICMPv6Filter	./syscall/ztypes_darwin_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5899  ICMPv6Filter	./syscall/ztypes_darwin_arm.go	/^type ICMPv6Filter struct {$/;"	t
  5900  ICMPv6Filter	./syscall/ztypes_darwin_arm64.go	/^type ICMPv6Filter struct {$/;"	t
  5901  ICMPv6Filter	./syscall/ztypes_dragonfly_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5902  ICMPv6Filter	./syscall/ztypes_freebsd_386.go	/^type ICMPv6Filter struct {$/;"	t
  5903  ICMPv6Filter	./syscall/ztypes_freebsd_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5904  ICMPv6Filter	./syscall/ztypes_freebsd_arm.go	/^type ICMPv6Filter struct {$/;"	t
  5905  ICMPv6Filter	./syscall/ztypes_linux_386.go	/^type ICMPv6Filter struct {$/;"	t
  5906  ICMPv6Filter	./syscall/ztypes_linux_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5907  ICMPv6Filter	./syscall/ztypes_linux_arm.go	/^type ICMPv6Filter struct {$/;"	t
  5908  ICMPv6Filter	./syscall/ztypes_linux_arm64.go	/^type ICMPv6Filter struct {$/;"	t
  5909  ICMPv6Filter	./syscall/ztypes_linux_ppc64.go	/^type ICMPv6Filter struct {$/;"	t
  5910  ICMPv6Filter	./syscall/ztypes_linux_ppc64le.go	/^type ICMPv6Filter struct {$/;"	t
  5911  ICMPv6Filter	./syscall/ztypes_netbsd_386.go	/^type ICMPv6Filter struct {$/;"	t
  5912  ICMPv6Filter	./syscall/ztypes_netbsd_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5913  ICMPv6Filter	./syscall/ztypes_netbsd_arm.go	/^type ICMPv6Filter struct {$/;"	t
  5914  ICMPv6Filter	./syscall/ztypes_openbsd_386.go	/^type ICMPv6Filter struct {$/;"	t
  5915  ICMPv6Filter	./syscall/ztypes_openbsd_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5916  ICMPv6Filter	./syscall/ztypes_openbsd_arm.go	/^type ICMPv6Filter struct {$/;"	t
  5917  ICMPv6Filter	./syscall/ztypes_solaris_amd64.go	/^type ICMPv6Filter struct {$/;"	t
  5918  IEEETable	./hash/crc32/crc32.go	/^var IEEETable = makeTable(IEEE)$/;"	v
  5919  IMAGE_DATA_DIRECTORY	./cmd/link/internal/ld/pe.go	/^type IMAGE_DATA_DIRECTORY struct {$/;"	t
  5920  IMAGE_EXPORT_DIRECTORY	./cmd/link/internal/ld/pe.go	/^type IMAGE_EXPORT_DIRECTORY struct {$/;"	t
  5921  IMAGE_FILE_HEADER	./cmd/link/internal/ld/pe.go	/^type IMAGE_FILE_HEADER struct {$/;"	t
  5922  IMAGE_IMPORT_DESCRIPTOR	./cmd/link/internal/ld/pe.go	/^type IMAGE_IMPORT_DESCRIPTOR struct {$/;"	t
  5923  IMAGE_OPTIONAL_HEADER	./cmd/link/internal/ld/pe.go	/^type IMAGE_OPTIONAL_HEADER struct {$/;"	t
  5924  IMAGE_SECTION_HEADER	./cmd/link/internal/ld/pe.go	/^type IMAGE_SECTION_HEADER struct {$/;"	t
  5925  INCL	./crypto/rc4/rc4_386.s	/^	INCL DI$/;"	d
  5926  INCQ	./crypto/rc4/rc4_amd64.s	/^	INCQ	DI				\/\/ out++$/;"	d
  5927  INCQ	./crypto/rc4/rc4_amd64p32.s	/^	INCQ	DI				\/\/ out++$/;"	d
  5928  IP	./net/ip.go	/^type IP []byte$/;"	t
  5929  IPAddr	./net/iprawsock.go	/^type IPAddr struct {$/;"	t
  5930  IPConn	./net/iprawsock_plan9.go	/^type IPConn struct {$/;"	t
  5931  IPConn	./net/iprawsock_posix.go	/^type IPConn struct {$/;"	t
  5932  IPMask	./net/ip.go	/^type IPMask []byte$/;"	t
  5933  IPMreq	./syscall/net_nacl.go	/^type IPMreq struct {$/;"	t
  5934  IPMreq	./syscall/syscall_windows.go	/^type IPMreq struct {$/;"	t
  5935  IPMreq	./syscall/types_darwin.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5936  IPMreq	./syscall/types_dragonfly.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5937  IPMreq	./syscall/types_freebsd.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5938  IPMreq	./syscall/types_linux.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5939  IPMreq	./syscall/types_netbsd.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5940  IPMreq	./syscall/types_openbsd.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5941  IPMreq	./syscall/types_solaris.go	/^type IPMreq C.struct_ip_mreq$/;"	t
  5942  IPMreq	./syscall/ztypes_darwin_386.go	/^type IPMreq struct {$/;"	t
  5943  IPMreq	./syscall/ztypes_darwin_amd64.go	/^type IPMreq struct {$/;"	t
  5944  IPMreq	./syscall/ztypes_darwin_arm.go	/^type IPMreq struct {$/;"	t
  5945  IPMreq	./syscall/ztypes_darwin_arm64.go	/^type IPMreq struct {$/;"	t
  5946  IPMreq	./syscall/ztypes_dragonfly_amd64.go	/^type IPMreq struct {$/;"	t
  5947  IPMreq	./syscall/ztypes_freebsd_386.go	/^type IPMreq struct {$/;"	t
  5948  IPMreq	./syscall/ztypes_freebsd_amd64.go	/^type IPMreq struct {$/;"	t
  5949  IPMreq	./syscall/ztypes_freebsd_arm.go	/^type IPMreq struct {$/;"	t
  5950  IPMreq	./syscall/ztypes_linux_386.go	/^type IPMreq struct {$/;"	t
  5951  IPMreq	./syscall/ztypes_linux_amd64.go	/^type IPMreq struct {$/;"	t
  5952  IPMreq	./syscall/ztypes_linux_arm.go	/^type IPMreq struct {$/;"	t
  5953  IPMreq	./syscall/ztypes_linux_arm64.go	/^type IPMreq struct {$/;"	t
  5954  IPMreq	./syscall/ztypes_linux_ppc64.go	/^type IPMreq struct {$/;"	t
  5955  IPMreq	./syscall/ztypes_linux_ppc64le.go	/^type IPMreq struct {$/;"	t
  5956  IPMreq	./syscall/ztypes_netbsd_386.go	/^type IPMreq struct {$/;"	t
  5957  IPMreq	./syscall/ztypes_netbsd_amd64.go	/^type IPMreq struct {$/;"	t
  5958  IPMreq	./syscall/ztypes_netbsd_arm.go	/^type IPMreq struct {$/;"	t
  5959  IPMreq	./syscall/ztypes_openbsd_386.go	/^type IPMreq struct {$/;"	t
  5960  IPMreq	./syscall/ztypes_openbsd_amd64.go	/^type IPMreq struct {$/;"	t
  5961  IPMreq	./syscall/ztypes_openbsd_arm.go	/^type IPMreq struct {$/;"	t
  5962  IPMreq	./syscall/ztypes_solaris_amd64.go	/^type IPMreq struct {$/;"	t
  5963  IPMreqn	./syscall/types_freebsd.go	/^type IPMreqn C.struct_ip_mreqn$/;"	t
  5964  IPMreqn	./syscall/types_linux.go	/^type IPMreqn C.struct_ip_mreqn$/;"	t
  5965  IPMreqn	./syscall/ztypes_freebsd_386.go	/^type IPMreqn struct {$/;"	t
  5966  IPMreqn	./syscall/ztypes_freebsd_amd64.go	/^type IPMreqn struct {$/;"	t
  5967  IPMreqn	./syscall/ztypes_freebsd_arm.go	/^type IPMreqn struct {$/;"	t
  5968  IPMreqn	./syscall/ztypes_linux_386.go	/^type IPMreqn struct {$/;"	t
  5969  IPMreqn	./syscall/ztypes_linux_amd64.go	/^type IPMreqn struct {$/;"	t
  5970  IPMreqn	./syscall/ztypes_linux_arm.go	/^type IPMreqn struct {$/;"	t
  5971  IPMreqn	./syscall/ztypes_linux_arm64.go	/^type IPMreqn struct {$/;"	t
  5972  IPMreqn	./syscall/ztypes_linux_ppc64.go	/^type IPMreqn struct {$/;"	t
  5973  IPMreqn	./syscall/ztypes_linux_ppc64le.go	/^type IPMreqn struct {$/;"	t
  5974  IPNet	./net/ip.go	/^type IPNet struct {$/;"	t
  5975  IPv4	./net/ip.go	/^func IPv4(a, b, c, d byte) IP {$/;"	f
  5976  IPv4Mask	./net/ip.go	/^func IPv4Mask(a, b, c, d byte) IPMask {$/;"	f
  5977  IPv6MTUInfo	./syscall/types_darwin.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5978  IPv6MTUInfo	./syscall/types_dragonfly.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5979  IPv6MTUInfo	./syscall/types_freebsd.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5980  IPv6MTUInfo	./syscall/types_linux.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5981  IPv6MTUInfo	./syscall/types_netbsd.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5982  IPv6MTUInfo	./syscall/types_openbsd.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5983  IPv6MTUInfo	./syscall/types_solaris.go	/^type IPv6MTUInfo C.struct_ip6_mtuinfo$/;"	t
  5984  IPv6MTUInfo	./syscall/ztypes_darwin_386.go	/^type IPv6MTUInfo struct {$/;"	t
  5985  IPv6MTUInfo	./syscall/ztypes_darwin_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  5986  IPv6MTUInfo	./syscall/ztypes_darwin_arm.go	/^type IPv6MTUInfo struct {$/;"	t
  5987  IPv6MTUInfo	./syscall/ztypes_darwin_arm64.go	/^type IPv6MTUInfo struct {$/;"	t
  5988  IPv6MTUInfo	./syscall/ztypes_dragonfly_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  5989  IPv6MTUInfo	./syscall/ztypes_freebsd_386.go	/^type IPv6MTUInfo struct {$/;"	t
  5990  IPv6MTUInfo	./syscall/ztypes_freebsd_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  5991  IPv6MTUInfo	./syscall/ztypes_freebsd_arm.go	/^type IPv6MTUInfo struct {$/;"	t
  5992  IPv6MTUInfo	./syscall/ztypes_linux_386.go	/^type IPv6MTUInfo struct {$/;"	t
  5993  IPv6MTUInfo	./syscall/ztypes_linux_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  5994  IPv6MTUInfo	./syscall/ztypes_linux_arm.go	/^type IPv6MTUInfo struct {$/;"	t
  5995  IPv6MTUInfo	./syscall/ztypes_linux_arm64.go	/^type IPv6MTUInfo struct {$/;"	t
  5996  IPv6MTUInfo	./syscall/ztypes_linux_ppc64.go	/^type IPv6MTUInfo struct {$/;"	t
  5997  IPv6MTUInfo	./syscall/ztypes_linux_ppc64le.go	/^type IPv6MTUInfo struct {$/;"	t
  5998  IPv6MTUInfo	./syscall/ztypes_netbsd_386.go	/^type IPv6MTUInfo struct {$/;"	t
  5999  IPv6MTUInfo	./syscall/ztypes_netbsd_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  6000  IPv6MTUInfo	./syscall/ztypes_netbsd_arm.go	/^type IPv6MTUInfo struct {$/;"	t
  6001  IPv6MTUInfo	./syscall/ztypes_openbsd_386.go	/^type IPv6MTUInfo struct {$/;"	t
  6002  IPv6MTUInfo	./syscall/ztypes_openbsd_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  6003  IPv6MTUInfo	./syscall/ztypes_openbsd_arm.go	/^type IPv6MTUInfo struct {$/;"	t
  6004  IPv6MTUInfo	./syscall/ztypes_solaris_amd64.go	/^type IPv6MTUInfo struct {$/;"	t
  6005  IPv6Mreq	./syscall/net_nacl.go	/^type IPv6Mreq struct {$/;"	t
  6006  IPv6Mreq	./syscall/syscall_windows.go	/^type IPv6Mreq struct {$/;"	t
  6007  IPv6Mreq	./syscall/types_darwin.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6008  IPv6Mreq	./syscall/types_dragonfly.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6009  IPv6Mreq	./syscall/types_freebsd.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6010  IPv6Mreq	./syscall/types_linux.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6011  IPv6Mreq	./syscall/types_netbsd.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6012  IPv6Mreq	./syscall/types_openbsd.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6013  IPv6Mreq	./syscall/types_solaris.go	/^type IPv6Mreq C.struct_ipv6_mreq$/;"	t
  6014  IPv6Mreq	./syscall/ztypes_darwin_386.go	/^type IPv6Mreq struct {$/;"	t
  6015  IPv6Mreq	./syscall/ztypes_darwin_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6016  IPv6Mreq	./syscall/ztypes_darwin_arm.go	/^type IPv6Mreq struct {$/;"	t
  6017  IPv6Mreq	./syscall/ztypes_darwin_arm64.go	/^type IPv6Mreq struct {$/;"	t
  6018  IPv6Mreq	./syscall/ztypes_dragonfly_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6019  IPv6Mreq	./syscall/ztypes_freebsd_386.go	/^type IPv6Mreq struct {$/;"	t
  6020  IPv6Mreq	./syscall/ztypes_freebsd_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6021  IPv6Mreq	./syscall/ztypes_freebsd_arm.go	/^type IPv6Mreq struct {$/;"	t
  6022  IPv6Mreq	./syscall/ztypes_linux_386.go	/^type IPv6Mreq struct {$/;"	t
  6023  IPv6Mreq	./syscall/ztypes_linux_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6024  IPv6Mreq	./syscall/ztypes_linux_arm.go	/^type IPv6Mreq struct {$/;"	t
  6025  IPv6Mreq	./syscall/ztypes_linux_arm64.go	/^type IPv6Mreq struct {$/;"	t
  6026  IPv6Mreq	./syscall/ztypes_linux_ppc64.go	/^type IPv6Mreq struct {$/;"	t
  6027  IPv6Mreq	./syscall/ztypes_linux_ppc64le.go	/^type IPv6Mreq struct {$/;"	t
  6028  IPv6Mreq	./syscall/ztypes_netbsd_386.go	/^type IPv6Mreq struct {$/;"	t
  6029  IPv6Mreq	./syscall/ztypes_netbsd_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6030  IPv6Mreq	./syscall/ztypes_netbsd_arm.go	/^type IPv6Mreq struct {$/;"	t
  6031  IPv6Mreq	./syscall/ztypes_openbsd_386.go	/^type IPv6Mreq struct {$/;"	t
  6032  IPv6Mreq	./syscall/ztypes_openbsd_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6033  IPv6Mreq	./syscall/ztypes_openbsd_arm.go	/^type IPv6Mreq struct {$/;"	t
  6034  IPv6Mreq	./syscall/ztypes_solaris_amd64.go	/^type IPv6Mreq struct {$/;"	t
  6035  ISOWeek	./time/time.go	/^func (t Time) ISOWeek() (year, week int) {$/;"	f
  6036  ISOWeekTest	./time/time_test.go	/^type ISOWeekTest struct {$/;"	t
  6037  IT0	./encoding/gob/codec_test.go	/^type IT0 struct {$/;"	t
  6038  Id	./encoding/gob/debug.go	/^		\/\/ Field number 1 is type Id of elem$/;"	t
  6039  Id	./encoding/gob/debug.go	/^		\/\/ Field number 1 is type Id of key$/;"	t
  6040  Id	./encoding/gob/debug.go	/^		\/\/ Field number 2 is type Id of elem$/;"	t
  6041  Id	./go/types/object.go	/^func (obj *object) Id() string          { return Id(obj.pkg, obj.name) }$/;"	f
  6042  Id	./go/types/object.go	/^func Id(pkg *Package, name string) string {$/;"	f
  6043  Ident	./cmd/cgo/gcc.go	/^func (c *typeConv) Ident(s string) *ast.Ident {$/;"	f
  6044  Identical	./go/types/predicates.go	/^func Identical(x, y Type) bool {$/;"	f
  6045  IdentifierNode	./text/template/parse/node.go	/^type IdentifierNode struct {$/;"	t
  6046  Idir	./cmd/compile/internal/gc/go.go	/^type Idir struct {$/;"	t
  6047  IdleConnChMapSizeForTesting	./net/http/export_test.go	/^func (t *Transport) IdleConnChMapSizeForTesting() int {$/;"	f
  6048  IdleConnCountForTesting	./net/http/export_test.go	/^func (t *Transport) IdleConnCountForTesting(cacheKey string) int {$/;"	f
  6049  IdleConnKeysForTesting	./net/http/export_test.go	/^func (t *Transport) IdleConnKeysForTesting() (keys []string) {$/;"	f
  6050  IfAddrmsg	./syscall/types_linux.go	/^type IfAddrmsg C.struct_ifaddrmsg$/;"	t
  6051  IfAddrmsg	./syscall/ztypes_linux_386.go	/^type IfAddrmsg struct {$/;"	t
  6052  IfAddrmsg	./syscall/ztypes_linux_amd64.go	/^type IfAddrmsg struct {$/;"	t
  6053  IfAddrmsg	./syscall/ztypes_linux_arm.go	/^type IfAddrmsg struct {$/;"	t
  6054  IfAddrmsg	./syscall/ztypes_linux_arm64.go	/^type IfAddrmsg struct {$/;"	t
  6055  IfAddrmsg	./syscall/ztypes_linux_ppc64.go	/^type IfAddrmsg struct {$/;"	t
  6056  IfAddrmsg	./syscall/ztypes_linux_ppc64le.go	/^type IfAddrmsg struct {$/;"	t
  6057  IfAnnounceMsghdr	./syscall/types_dragonfly.go	/^type IfAnnounceMsghdr C.struct_if_announcemsghdr$/;"	t
  6058  IfAnnounceMsghdr	./syscall/types_freebsd.go	/^type IfAnnounceMsghdr C.struct_if_announcemsghdr$/;"	t
  6059  IfAnnounceMsghdr	./syscall/types_netbsd.go	/^type IfAnnounceMsghdr C.struct_if_announcemsghdr$/;"	t
  6060  IfAnnounceMsghdr	./syscall/types_openbsd.go	/^type IfAnnounceMsghdr C.struct_if_announcemsghdr$/;"	t
  6061  IfAnnounceMsghdr	./syscall/ztypes_dragonfly_amd64.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6062  IfAnnounceMsghdr	./syscall/ztypes_freebsd_386.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6063  IfAnnounceMsghdr	./syscall/ztypes_freebsd_amd64.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6064  IfAnnounceMsghdr	./syscall/ztypes_freebsd_arm.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6065  IfAnnounceMsghdr	./syscall/ztypes_netbsd_386.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6066  IfAnnounceMsghdr	./syscall/ztypes_netbsd_amd64.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6067  IfAnnounceMsghdr	./syscall/ztypes_netbsd_arm.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6068  IfAnnounceMsghdr	./syscall/ztypes_openbsd_386.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6069  IfAnnounceMsghdr	./syscall/ztypes_openbsd_amd64.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6070  IfAnnounceMsghdr	./syscall/ztypes_openbsd_arm.go	/^type IfAnnounceMsghdr struct {$/;"	t
  6071  IfData	./syscall/types_darwin.go	/^type IfData C.struct_if_data$/;"	t
  6072  IfData	./syscall/types_dragonfly.go	/^type IfData C.struct_if_data$/;"	t
  6073  IfData	./syscall/types_freebsd.go	/^type IfData C.struct_if_data8$/;"	t
  6074  IfData	./syscall/types_netbsd.go	/^type IfData C.struct_if_data$/;"	t
  6075  IfData	./syscall/types_openbsd.go	/^type IfData C.struct_if_data$/;"	t
  6076  IfData	./syscall/types_solaris.go	/^type IfData C.struct_if_data$/;"	t
  6077  IfData	./syscall/ztypes_darwin_386.go	/^type IfData struct {$/;"	t
  6078  IfData	./syscall/ztypes_darwin_amd64.go	/^type IfData struct {$/;"	t
  6079  IfData	./syscall/ztypes_darwin_arm.go	/^type IfData struct {$/;"	t
  6080  IfData	./syscall/ztypes_darwin_arm64.go	/^type IfData struct {$/;"	t
  6081  IfData	./syscall/ztypes_dragonfly_amd64.go	/^type IfData struct {$/;"	t
  6082  IfData	./syscall/ztypes_freebsd_386.go	/^type IfData struct {$/;"	t
  6083  IfData	./syscall/ztypes_freebsd_amd64.go	/^type IfData struct {$/;"	t
  6084  IfData	./syscall/ztypes_freebsd_arm.go	/^type IfData struct {$/;"	t
  6085  IfData	./syscall/ztypes_netbsd_386.go	/^type IfData struct {$/;"	t
  6086  IfData	./syscall/ztypes_netbsd_amd64.go	/^type IfData struct {$/;"	t
  6087  IfData	./syscall/ztypes_netbsd_arm.go	/^type IfData struct {$/;"	t
  6088  IfData	./syscall/ztypes_openbsd_386.go	/^type IfData struct {$/;"	t
  6089  IfData	./syscall/ztypes_openbsd_amd64.go	/^type IfData struct {$/;"	t
  6090  IfData	./syscall/ztypes_openbsd_arm.go	/^type IfData struct {$/;"	t
  6091  IfData	./syscall/ztypes_solaris_amd64.go	/^type IfData struct {$/;"	t
  6092  IfInfomsg	./syscall/types_linux.go	/^type IfInfomsg C.struct_ifinfomsg$/;"	t
  6093  IfInfomsg	./syscall/ztypes_linux_386.go	/^type IfInfomsg struct {$/;"	t
  6094  IfInfomsg	./syscall/ztypes_linux_amd64.go	/^type IfInfomsg struct {$/;"	t
  6095  IfInfomsg	./syscall/ztypes_linux_arm.go	/^type IfInfomsg struct {$/;"	t
  6096  IfInfomsg	./syscall/ztypes_linux_arm64.go	/^type IfInfomsg struct {$/;"	t
  6097  IfInfomsg	./syscall/ztypes_linux_ppc64.go	/^type IfInfomsg struct {$/;"	t
  6098  IfInfomsg	./syscall/ztypes_linux_ppc64le.go	/^type IfInfomsg struct {$/;"	t
  6099  IfMsghdr	./syscall/types_darwin.go	/^type IfMsghdr C.struct_if_msghdr$/;"	t
  6100  IfMsghdr	./syscall/types_dragonfly.go	/^type IfMsghdr C.struct_if_msghdr$/;"	t
  6101  IfMsghdr	./syscall/types_freebsd.go	/^type IfMsghdr C.struct_if_msghdr8$/;"	t
  6102  IfMsghdr	./syscall/types_netbsd.go	/^type IfMsghdr C.struct_if_msghdr$/;"	t
  6103  IfMsghdr	./syscall/types_openbsd.go	/^type IfMsghdr C.struct_if_msghdr$/;"	t
  6104  IfMsghdr	./syscall/types_solaris.go	/^type IfMsghdr C.struct_if_msghdr$/;"	t
  6105  IfMsghdr	./syscall/ztypes_darwin_386.go	/^type IfMsghdr struct {$/;"	t
  6106  IfMsghdr	./syscall/ztypes_darwin_amd64.go	/^type IfMsghdr struct {$/;"	t
  6107  IfMsghdr	./syscall/ztypes_darwin_arm.go	/^type IfMsghdr struct {$/;"	t
  6108  IfMsghdr	./syscall/ztypes_darwin_arm64.go	/^type IfMsghdr struct {$/;"	t
  6109  IfMsghdr	./syscall/ztypes_dragonfly_amd64.go	/^type IfMsghdr struct {$/;"	t
  6110  IfMsghdr	./syscall/ztypes_freebsd_386.go	/^type IfMsghdr struct {$/;"	t
  6111  IfMsghdr	./syscall/ztypes_freebsd_amd64.go	/^type IfMsghdr struct {$/;"	t
  6112  IfMsghdr	./syscall/ztypes_freebsd_arm.go	/^type IfMsghdr struct {$/;"	t
  6113  IfMsghdr	./syscall/ztypes_netbsd_386.go	/^type IfMsghdr struct {$/;"	t
  6114  IfMsghdr	./syscall/ztypes_netbsd_amd64.go	/^type IfMsghdr struct {$/;"	t
  6115  IfMsghdr	./syscall/ztypes_netbsd_arm.go	/^type IfMsghdr struct {$/;"	t
  6116  IfMsghdr	./syscall/ztypes_openbsd_386.go	/^type IfMsghdr struct {$/;"	t
  6117  IfMsghdr	./syscall/ztypes_openbsd_amd64.go	/^type IfMsghdr struct {$/;"	t
  6118  IfMsghdr	./syscall/ztypes_openbsd_arm.go	/^type IfMsghdr struct {$/;"	t
  6119  IfMsghdr	./syscall/ztypes_solaris_amd64.go	/^type IfMsghdr struct {$/;"	t
  6120  IfNode	./text/template/parse/node.go	/^type IfNode struct {$/;"	t
  6121  IfaMsghdr	./syscall/types_darwin.go	/^type IfaMsghdr C.struct_ifa_msghdr$/;"	t
  6122  IfaMsghdr	./syscall/types_dragonfly.go	/^type IfaMsghdr C.struct_ifa_msghdr$/;"	t
  6123  IfaMsghdr	./syscall/types_freebsd.go	/^type IfaMsghdr C.struct_ifa_msghdr$/;"	t
  6124  IfaMsghdr	./syscall/types_netbsd.go	/^type IfaMsghdr C.struct_ifa_msghdr$/;"	t
  6125  IfaMsghdr	./syscall/types_openbsd.go	/^type IfaMsghdr C.struct_ifa_msghdr$/;"	t
  6126  IfaMsghdr	./syscall/types_solaris.go	/^type IfaMsghdr C.struct_ifa_msghdr$/;"	t
  6127  IfaMsghdr	./syscall/ztypes_darwin_386.go	/^type IfaMsghdr struct {$/;"	t
  6128  IfaMsghdr	./syscall/ztypes_darwin_amd64.go	/^type IfaMsghdr struct {$/;"	t
  6129  IfaMsghdr	./syscall/ztypes_darwin_arm.go	/^type IfaMsghdr struct {$/;"	t
  6130  IfaMsghdr	./syscall/ztypes_darwin_arm64.go	/^type IfaMsghdr struct {$/;"	t
  6131  IfaMsghdr	./syscall/ztypes_dragonfly_amd64.go	/^type IfaMsghdr struct {$/;"	t
  6132  IfaMsghdr	./syscall/ztypes_freebsd_386.go	/^type IfaMsghdr struct {$/;"	t
  6133  IfaMsghdr	./syscall/ztypes_freebsd_amd64.go	/^type IfaMsghdr struct {$/;"	t
  6134  IfaMsghdr	./syscall/ztypes_freebsd_arm.go	/^type IfaMsghdr struct {$/;"	t
  6135  IfaMsghdr	./syscall/ztypes_netbsd_386.go	/^type IfaMsghdr struct {$/;"	t
  6136  IfaMsghdr	./syscall/ztypes_netbsd_amd64.go	/^type IfaMsghdr struct {$/;"	t
  6137  IfaMsghdr	./syscall/ztypes_netbsd_arm.go	/^type IfaMsghdr struct {$/;"	t
  6138  IfaMsghdr	./syscall/ztypes_openbsd_386.go	/^type IfaMsghdr struct {$/;"	t
  6139  IfaMsghdr	./syscall/ztypes_openbsd_amd64.go	/^type IfaMsghdr struct {$/;"	t
  6140  IfaMsghdr	./syscall/ztypes_openbsd_arm.go	/^type IfaMsghdr struct {$/;"	t
  6141  IfaMsghdr	./syscall/ztypes_solaris_amd64.go	/^type IfaMsghdr struct {$/;"	t
  6142  Iface	./runtime/gcinfo_test.go	/^type Iface interface {$/;"	t
  6143  IfaceHash	./runtime/export_test.go	/^var IfaceHash = ifaceHash$/;"	v
  6144  IfaceImpl	./runtime/gcinfo_test.go	/^type IfaceImpl int$/;"	t
  6145  IfaceKey	./runtime/hash_test.go	/^type IfaceKey struct {$/;"	t
  6146  IfacePrinter	./runtime/runtime-gdb.py	/^class IfacePrinter:$/;"	c
  6147  IfmaMsghdr	./syscall/types_darwin.go	/^type IfmaMsghdr C.struct_ifma_msghdr$/;"	t
  6148  IfmaMsghdr	./syscall/types_dragonfly.go	/^type IfmaMsghdr C.struct_ifma_msghdr$/;"	t
  6149  IfmaMsghdr	./syscall/types_freebsd.go	/^type IfmaMsghdr C.struct_ifma_msghdr$/;"	t
  6150  IfmaMsghdr	./syscall/ztypes_darwin_386.go	/^type IfmaMsghdr struct {$/;"	t
  6151  IfmaMsghdr	./syscall/ztypes_darwin_amd64.go	/^type IfmaMsghdr struct {$/;"	t
  6152  IfmaMsghdr	./syscall/ztypes_darwin_arm.go	/^type IfmaMsghdr struct {$/;"	t
  6153  IfmaMsghdr	./syscall/ztypes_darwin_arm64.go	/^type IfmaMsghdr struct {$/;"	t
  6154  IfmaMsghdr	./syscall/ztypes_dragonfly_amd64.go	/^type IfmaMsghdr struct {$/;"	t
  6155  IfmaMsghdr	./syscall/ztypes_freebsd_386.go	/^type IfmaMsghdr struct {$/;"	t
  6156  IfmaMsghdr	./syscall/ztypes_freebsd_amd64.go	/^type IfmaMsghdr struct {$/;"	t
  6157  IfmaMsghdr	./syscall/ztypes_freebsd_arm.go	/^type IfmaMsghdr struct {$/;"	t
  6158  IfmaMsghdr2	./syscall/types_darwin.go	/^type IfmaMsghdr2 C.struct_ifma_msghdr2$/;"	t
  6159  IfmaMsghdr2	./syscall/ztypes_darwin_386.go	/^type IfmaMsghdr2 struct {$/;"	t
  6160  IfmaMsghdr2	./syscall/ztypes_darwin_amd64.go	/^type IfmaMsghdr2 struct {$/;"	t
  6161  IfmaMsghdr2	./syscall/ztypes_darwin_arm.go	/^type IfmaMsghdr2 struct {$/;"	t
  6162  IfmaMsghdr2	./syscall/ztypes_darwin_arm64.go	/^type IfmaMsghdr2 struct {$/;"	t
  6163  Igen	./cmd/compile/internal/gc/cgen.go	/^func Igen(n *Node, a *Node, res *Node) {$/;"	f
  6164  Ignore	./os/signal/signal.go	/^func Ignore(sig ...os.Signal) {$/;"	f
  6165  IgnoreTest	./encoding/xml/marshal_test.go	/^type IgnoreTest struct {$/;"	t
  6166  IllegalPrefixes	./go/doc/synopsis.go	/^var IllegalPrefixes = []string{$/;"	v
  6167  Ilogb	./math/logb.go	/^func Ilogb(x float64) int {$/;"	f
  6168  Imag	./go/constant/value.go	/^func Imag(x Value) Value {$/;"	f
  6169  Image	./image/draw/draw.go	/^type Image interface {$/;"	t
  6170  Image	./image/image.go	/^type Image interface {$/;"	t
  6171  Image	./runtime/race/testdata/regression_test.go	/^type Image struct {$/;"	t
  6172  Imm	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (i ImmAlt) Imm() Imm {$/;"	f
  6173  Imm	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Imm uint32$/;"	t
  6174  Imm	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Imm int64$/;"	t
  6175  ImmAlt	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type ImmAlt struct {$/;"	t
  6176  Imp	./cmd/link/internal/ld/pe.go	/^type Imp struct {$/;"	t
  6177  Impl	./reflect/all_test.go	/^type Impl struct{}$/;"	t
  6178  Implements	./go/types/api.go	/^func Implements(V Type, T *Interface) bool {$/;"	f
  6179  Implements	./reflect/type.go	/^func (t *rtype) Implements(u Type) bool {$/;"	f
  6180  Import	./cmd/api/goapi.go	/^func (w *Walker) Import(name string) (*types.Package, error) {$/;"	f
  6181  Import	./cmd/link/internal/ld/go.go	/^type Import struct {$/;"	t
  6182  Import	./go/importer/importer.go	/^func (m *gccgoimports) Import(path string) (*types.Package, error) {$/;"	f
  6183  Import	./go/importer/importer.go	/^func (m gcimports) Import(path string) (*types.Package, error) {$/;"	f
  6184  Import	./go/internal/gcimporter/gcimporter.go	/^func Import(packages map[string]*types.Package, path string) (pkg *types.Package, err error) {$/;"	f
  6185  Import	./go/types/api_test.go	/^func (m testImporter) Import(path string) (*Package, error) {$/;"	f
  6186  Import	./go/types/resolver_test.go	/^func (imp *resolveTestImporter) Import(path string) (*Package, error) {$/;"	f
  6187  ImportData	./go/internal/gcimporter/gcimporter.go	/^func ImportData(packages map[string]*types.Package, filename, id string, data io.Reader) (pkg *types.Package, err error) {$/;"	f
  6188  ImportDirectory	./debug/pe/file.go	/^type ImportDirectory struct {$/;"	t
  6189  Imported	./go/types/object.go	/^func (obj *PkgName) Imported() *Package { return obj.imported }$/;"	f
  6190  ImportedLibraries	./debug/elf/file.go	/^func (f *File) ImportedLibraries() ([]string, error) {$/;"	f
  6191  ImportedLibraries	./debug/macho/file.go	/^func (f *File) ImportedLibraries() ([]string, error) {$/;"	f
  6192  ImportedLibraries	./debug/pe/file.go	/^func (f *File) ImportedLibraries() ([]string, error) {$/;"	f
  6193  ImportedSymbol	./debug/elf/file.go	/^type ImportedSymbol struct {$/;"	t
  6194  ImportedSymbols	./debug/elf/file.go	/^func (f *File) ImportedSymbols() ([]ImportedSymbol, error) {$/;"	f
  6195  ImportedSymbols	./debug/macho/file.go	/^func (f *File) ImportedSymbols() ([]string, error) {$/;"	f
  6196  ImportedSymbols	./debug/pe/file.go	/^func (f *File) ImportedSymbols() ([]string, error) {$/;"	f
  6197  Importer	./go/ast/resolve.go	/^type Importer func(imports map[string]*Object, path string) (pkg *Object, err error)$/;"	t
  6198  Importer	./go/internal/gccgoimporter/importer.go	/^type Importer func(imports map[string]*types.Package, path string) (*types.Package, error)$/;"	t
  6199  Importer	./go/types/api.go	/^type Importer interface {$/;"	t
  6200  Imports	./go/types/package.go	/^func (pkg *Package) Imports() []*Package { return pkg.imports }$/;"	f
  6201  In	./image/geom.go	/^func (p Point) In(r Rectangle) bool {$/;"	f
  6202  In	./image/geom.go	/^func (r Rectangle) In(s Rectangle) bool {$/;"	f
  6203  In	./reflect/type.go	/^func (t *rtype) In(i int) Type {$/;"	f
  6204  In	./time/time.go	/^func (t Time) In(loc *Location) Time {$/;"	f
  6205  In	./unicode/graphic.go	/^func In(r rune, ranges ...*RangeTable) bool {$/;"	f
  6206  InUseBytes	./runtime/mprof.go	/^func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }$/;"	f
  6207  InUseObjects	./runtime/mprof.go	/^func (r *MemProfileRecord) InUseObjects() int64 {$/;"	f
  6208  IncorrectPasswordError	./crypto/x509/pem_decrypt.go	/^var IncorrectPasswordError = errors.New("x509: decryption password incorrect")$/;"	v
  6209  Incref	./net/fd_mutex.go	/^func (mu *fdMutex) Incref() bool {$/;"	f
  6210  IncrefAndClose	./net/fd_mutex.go	/^func (mu *fdMutex) IncrefAndClose() bool {$/;"	f
  6211  Increment	./sync/once_test.go	/^func (o *one) Increment() {$/;"	f
  6212  Indent	./encoding/json/indent.go	/^func Indent(dst *bytes.Buffer, src []byte, prefix, indent string) error {$/;"	f
  6213  Indent	./encoding/xml/marshal.go	/^func (enc *Encoder) Indent(prefix, indent string) {$/;"	f
  6214  Index	./bytes/bytes.go	/^func Index(s, sep []byte) int {$/;"	f
  6215  Index	./go/types/selection.go	/^func (s *Selection) Index() []int { return s.index }$/;"	f
  6216  Index	./image/color/color.go	/^func (p Palette) Index(c Color) int {$/;"	f
  6217  Index	./index/suffixarray/suffixarray.go	/^type Index struct {$/;"	t
  6218  Index	./net/http/pprof/pprof.go	/^func Index(w http.ResponseWriter, r *http.Request) {$/;"	f
  6219  Index	./reflect/value.go	/^func (v Value) Index(i int) Value {$/;"	f
  6220  Index	./strings/strings.go	/^func Index(s, sep string) int {$/;"	f
  6221  IndexAny	./bytes/bytes.go	/^func IndexAny(s []byte, chars string) int {$/;"	f
  6222  IndexAny	./strings/strings.go	/^func IndexAny(s, chars string) int {$/;"	f
  6223  IndexByte	./bytes/bytes_decl.go	/^func IndexByte(s []byte, c byte) int \/\/ ..\/runtime\/asm_$GOARCH.s$/;"	f
  6224  IndexByte	./strings/strings_decl.go	/^func IndexByte(s string, c byte) int \/\/ ..\/runtime\/asm_$GOARCH.s$/;"	f
  6225  IndexBytePortable	./bytes/export_test.go	/^var IndexBytePortable = indexBytePortable$/;"	v
  6226  IndexFunc	./bytes/bytes.go	/^func IndexFunc(s []byte, f func(r rune) bool) int {$/;"	f
  6227  IndexFunc	./strings/strings.go	/^func IndexFunc(s string, f func(rune) bool) int {$/;"	f
  6228  IndexFuncTest	./bytes/bytes_test.go	/^type IndexFuncTest struct {$/;"	t
  6229  IndexRune	./bytes/bytes.go	/^func IndexRune(s []byte, r rune) int {$/;"	f
  6230  IndexRune	./strings/strings.go	/^func IndexRune(s string, r rune) int {$/;"	f
  6231  IndexTest	./strings/strings_test.go	/^type IndexTest struct {$/;"	t
  6232  Indirect	./encoding/gob/codec_test.go	/^type Indirect struct {$/;"	t
  6233  Indirect	./go/types/selection.go	/^func (s *Selection) Indirect() bool { return s.indirect }$/;"	f
  6234  Indirect	./reflect/value.go	/^func Indirect(v Value) Value {$/;"	f
  6235  Inet4Pktinfo	./syscall/types_darwin.go	/^type Inet4Pktinfo C.struct_in_pktinfo$/;"	t
  6236  Inet4Pktinfo	./syscall/types_linux.go	/^type Inet4Pktinfo C.struct_in_pktinfo$/;"	t
  6237  Inet4Pktinfo	./syscall/ztypes_darwin_386.go	/^type Inet4Pktinfo struct {$/;"	t
  6238  Inet4Pktinfo	./syscall/ztypes_darwin_amd64.go	/^type Inet4Pktinfo struct {$/;"	t
  6239  Inet4Pktinfo	./syscall/ztypes_darwin_arm.go	/^type Inet4Pktinfo struct {$/;"	t
  6240  Inet4Pktinfo	./syscall/ztypes_darwin_arm64.go	/^type Inet4Pktinfo struct {$/;"	t
  6241  Inet4Pktinfo	./syscall/ztypes_linux_386.go	/^type Inet4Pktinfo struct {$/;"	t
  6242  Inet4Pktinfo	./syscall/ztypes_linux_amd64.go	/^type Inet4Pktinfo struct {$/;"	t
  6243  Inet4Pktinfo	./syscall/ztypes_linux_arm.go	/^type Inet4Pktinfo struct {$/;"	t
  6244  Inet4Pktinfo	./syscall/ztypes_linux_arm64.go	/^type Inet4Pktinfo struct {$/;"	t
  6245  Inet4Pktinfo	./syscall/ztypes_linux_ppc64.go	/^type Inet4Pktinfo struct {$/;"	t
  6246  Inet4Pktinfo	./syscall/ztypes_linux_ppc64le.go	/^type Inet4Pktinfo struct {$/;"	t
  6247  Inet6Pktinfo	./syscall/types_darwin.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6248  Inet6Pktinfo	./syscall/types_dragonfly.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6249  Inet6Pktinfo	./syscall/types_freebsd.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6250  Inet6Pktinfo	./syscall/types_linux.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6251  Inet6Pktinfo	./syscall/types_netbsd.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6252  Inet6Pktinfo	./syscall/types_openbsd.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6253  Inet6Pktinfo	./syscall/types_solaris.go	/^type Inet6Pktinfo C.struct_in6_pktinfo$/;"	t
  6254  Inet6Pktinfo	./syscall/ztypes_darwin_386.go	/^type Inet6Pktinfo struct {$/;"	t
  6255  Inet6Pktinfo	./syscall/ztypes_darwin_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6256  Inet6Pktinfo	./syscall/ztypes_darwin_arm.go	/^type Inet6Pktinfo struct {$/;"	t
  6257  Inet6Pktinfo	./syscall/ztypes_darwin_arm64.go	/^type Inet6Pktinfo struct {$/;"	t
  6258  Inet6Pktinfo	./syscall/ztypes_dragonfly_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6259  Inet6Pktinfo	./syscall/ztypes_freebsd_386.go	/^type Inet6Pktinfo struct {$/;"	t
  6260  Inet6Pktinfo	./syscall/ztypes_freebsd_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6261  Inet6Pktinfo	./syscall/ztypes_freebsd_arm.go	/^type Inet6Pktinfo struct {$/;"	t
  6262  Inet6Pktinfo	./syscall/ztypes_linux_386.go	/^type Inet6Pktinfo struct {$/;"	t
  6263  Inet6Pktinfo	./syscall/ztypes_linux_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6264  Inet6Pktinfo	./syscall/ztypes_linux_arm.go	/^type Inet6Pktinfo struct {$/;"	t
  6265  Inet6Pktinfo	./syscall/ztypes_linux_arm64.go	/^type Inet6Pktinfo struct {$/;"	t
  6266  Inet6Pktinfo	./syscall/ztypes_linux_ppc64.go	/^type Inet6Pktinfo struct {$/;"	t
  6267  Inet6Pktinfo	./syscall/ztypes_linux_ppc64le.go	/^type Inet6Pktinfo struct {$/;"	t
  6268  Inet6Pktinfo	./syscall/ztypes_netbsd_386.go	/^type Inet6Pktinfo struct {$/;"	t
  6269  Inet6Pktinfo	./syscall/ztypes_netbsd_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6270  Inet6Pktinfo	./syscall/ztypes_netbsd_arm.go	/^type Inet6Pktinfo struct {$/;"	t
  6271  Inet6Pktinfo	./syscall/ztypes_openbsd_386.go	/^type Inet6Pktinfo struct {$/;"	t
  6272  Inet6Pktinfo	./syscall/ztypes_openbsd_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6273  Inet6Pktinfo	./syscall/ztypes_openbsd_arm.go	/^type Inet6Pktinfo struct {$/;"	t
  6274  Inet6Pktinfo	./syscall/ztypes_solaris_amd64.go	/^type Inet6Pktinfo struct {$/;"	t
  6275  Inf	./math/bits.go	/^func Inf(sign int) float64 {$/;"	f
  6276  Inf	./math/cmplx/isinf.go	/^func Inf() complex128 {$/;"	f
  6277  Info	./go/types/api.go	/^type Info struct {$/;"	t
  6278  Info	./go/types/type.go	/^func (b *Basic) Info() BasicInfo { return b.info }$/;"	f
  6279  Info	./log/syslog/syslog.go	/^func (w *Writer) Info(m string) (err error) {$/;"	f
  6280  Info	./syscall/exec_unix_test.go	/^func (c *command) Info() (pid, pgrp int) {$/;"	f
  6281  Init	./cmd/cgo/gcc.go	/^func (c *typeConv) Init(ptrSize, intSize int64) {$/;"	f
  6282  Init	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) Init(writeByte func(byte)) {$/;"	f
  6283  Init	./cmd/link/internal/ld/data.go	/^func (p *GCProg) Init(name string) {$/;"	f
  6284  Init	./container/heap/heap.go	/^func Init(h Interface) {$/;"	f
  6285  Init	./container/list/list.go	/^func (l *List) Init() *List {$/;"	f
  6286  Init	./expvar/expvar.go	/^func (v *Map) Init() *Map {$/;"	f
  6287  Init	./flag/flag.go	/^func (f *FlagSet) Init(name string, errorHandling ErrorHandling) {$/;"	f
  6288  Init	./go/scanner/scanner.go	/^func (s *Scanner) Init(file *token.File, src []byte, err ErrorHandler, mode Mode) {$/;"	f
  6289  Init	./net/fd_poll_nacl.go	/^func (pd *pollDesc) Init(fd *netFD) error { pd.fd = fd; return nil }$/;"	f
  6290  Init	./net/fd_poll_runtime.go	/^func (pd *pollDesc) Init(fd *netFD) error {$/;"	f
  6291  Init	./text/scanner/scanner.go	/^func (s *Scanner) Init(src io.Reader) *Scanner {$/;"	f
  6292  Init	./text/tabwriter/tabwriter.go	/^func (b *Writer) Init(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer {$/;"	f
  6293  InitBuf	./net/fd_windows.go	/^func (o *operation) InitBuf(buf []byte) {$/;"	f
  6294  InitData	./go/internal/gccgoimporter/importer.go	/^type InitData struct {$/;"	t
  6295  InitEntry	./cmd/compile/internal/gc/go.go	/^type InitEntry struct {$/;"	t
  6296  InitFromDriver	./go/internal/gccgoimporter/gccgoinstallation.go	/^func (inst *GccgoInstallation) InitFromDriver(gccgoPath string) (err error) {$/;"	f
  6297  InitHist	./cmd/asm/internal/lex/lex.go	/^func InitHist() {$/;"	f
  6298  InitPlan	./cmd/compile/internal/gc/go.go	/^type InitPlan struct {$/;"	t
  6299  Initializer	./go/types/api.go	/^type Initializer struct {$/;"	t
  6300  Inner	./reflect/all_test.go	/^type Inner struct {$/;"	t
  6301  InnerInt	./reflect/all_test.go	/^type InnerInt struct {$/;"	t
  6302  InnerStruct	./encoding/xml/marshal_test.go	/^type InnerStruct struct {$/;"	t
  6303  Innermost	./go/types/scope.go	/^func (s *Scope) Innermost(pos token.Pos) *Scope {$/;"	f
  6304  InotifyAddWatch	./syscall/zsyscall_linux_386.go	/^func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {$/;"	f
  6305  InotifyAddWatch	./syscall/zsyscall_linux_amd64.go	/^func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {$/;"	f
  6306  InotifyAddWatch	./syscall/zsyscall_linux_arm.go	/^func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {$/;"	f
  6307  InotifyAddWatch	./syscall/zsyscall_linux_arm64.go	/^func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {$/;"	f
  6308  InotifyAddWatch	./syscall/zsyscall_linux_ppc64.go	/^func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {$/;"	f
  6309  InotifyAddWatch	./syscall/zsyscall_linux_ppc64le.go	/^func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {$/;"	f
  6310  InotifyEvent	./syscall/types_linux.go	/^type InotifyEvent C.struct_inotify_event$/;"	t
  6311  InotifyEvent	./syscall/ztypes_linux_386.go	/^type InotifyEvent struct {$/;"	t
  6312  InotifyEvent	./syscall/ztypes_linux_amd64.go	/^type InotifyEvent struct {$/;"	t
  6313  InotifyEvent	./syscall/ztypes_linux_arm.go	/^type InotifyEvent struct {$/;"	t
  6314  InotifyEvent	./syscall/ztypes_linux_arm64.go	/^type InotifyEvent struct {$/;"	t
  6315  InotifyEvent	./syscall/ztypes_linux_ppc64.go	/^type InotifyEvent struct {$/;"	t
  6316  InotifyEvent	./syscall/ztypes_linux_ppc64le.go	/^type InotifyEvent struct {$/;"	t
  6317  InotifyInit	./syscall/syscall_linux_arm64.go	/^func InotifyInit() (fd int, err error) {$/;"	f
  6318  InotifyInit	./syscall/zsyscall_linux_386.go	/^func InotifyInit() (fd int, err error) {$/;"	f
  6319  InotifyInit	./syscall/zsyscall_linux_amd64.go	/^func InotifyInit() (fd int, err error) {$/;"	f
  6320  InotifyInit	./syscall/zsyscall_linux_arm.go	/^func InotifyInit() (fd int, err error) {$/;"	f
  6321  InotifyInit	./syscall/zsyscall_linux_ppc64.go	/^func InotifyInit() (fd int, err error) {$/;"	f
  6322  InotifyInit	./syscall/zsyscall_linux_ppc64le.go	/^func InotifyInit() (fd int, err error) {$/;"	f
  6323  InotifyInit1	./syscall/zsyscall_linux_386.go	/^func InotifyInit1(flags int) (fd int, err error) {$/;"	f
  6324  InotifyInit1	./syscall/zsyscall_linux_amd64.go	/^func InotifyInit1(flags int) (fd int, err error) {$/;"	f
  6325  InotifyInit1	./syscall/zsyscall_linux_arm.go	/^func InotifyInit1(flags int) (fd int, err error) {$/;"	f
  6326  InotifyInit1	./syscall/zsyscall_linux_arm64.go	/^func InotifyInit1(flags int) (fd int, err error) {$/;"	f
  6327  InotifyInit1	./syscall/zsyscall_linux_ppc64.go	/^func InotifyInit1(flags int) (fd int, err error) {$/;"	f
  6328  InotifyInit1	./syscall/zsyscall_linux_ppc64le.go	/^func InotifyInit1(flags int) (fd int, err error) {$/;"	f
  6329  InotifyRmWatch	./syscall/zsyscall_linux_386.go	/^func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {$/;"	f
  6330  InotifyRmWatch	./syscall/zsyscall_linux_amd64.go	/^func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {$/;"	f
  6331  InotifyRmWatch	./syscall/zsyscall_linux_arm.go	/^func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {$/;"	f
  6332  InotifyRmWatch	./syscall/zsyscall_linux_arm64.go	/^func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {$/;"	f
  6333  InotifyRmWatch	./syscall/zsyscall_linux_ppc64.go	/^func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {$/;"	f
  6334  InotifyRmWatch	./syscall/zsyscall_linux_ppc64le.go	/^func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {$/;"	f
  6335  Input	./cmd/asm/internal/lex/input.go	/^type Input struct {$/;"	t
  6336  InputOffset	./encoding/xml/xml.go	/^func (d *Decoder) InputOffset() int64 {$/;"	f
  6337  Insert	./go/ast/scope.go	/^func (s *Scope) Insert(obj *Object) (alt *Object) {$/;"	f
  6338  Insert	./go/types/scope.go	/^func (s *Scope) Insert(obj Object) Object {$/;"	f
  6339  InsertAfter	./container/list/list.go	/^func (l *List) InsertAfter(v interface{}, mark *Element) *Element {$/;"	f
  6340  InsertBefore	./container/list/list.go	/^func (l *List) InsertBefore(v interface{}, mark *Element) *Element {$/;"	f
  6341  Inset	./image/geom.go	/^func (r Rectangle) Inset(n int) Rectangle {$/;"	f
  6342  Inspect	./go/ast/walk.go	/^func Inspect(node Node, f func(Node) bool) {$/;"	f
  6343  Inst	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Inst struct {$/;"	t
  6344  Inst	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Inst struct {$/;"	t
  6345  Inst	./cmd/pprof/internal/plugin/plugin.go	/^type Inst struct {$/;"	t
  6346  Inst	./regexp/syntax/prog.go	/^type Inst struct {$/;"	t
  6347  InstOp	./regexp/syntax/prog.go	/^type InstOp uint8$/;"	t
  6348  InstrumentMapLen	./runtime/race/testdata/regression_test.go	/^func InstrumentMapLen() {$/;"	f
  6349  InstrumentMapLen2	./runtime/race/testdata/regression_test.go	/^func InstrumentMapLen2() {$/;"	f
  6350  InstrumentMapLen3	./runtime/race/testdata/regression_test.go	/^func InstrumentMapLen3() {$/;"	f
  6351  Int	./cmd/compile/internal/big/float.go	/^func (x *Float) Int(z *Int) (*Int, Accuracy) {$/;"	f
  6352  Int	./cmd/compile/internal/big/int.go	/^type Int struct {$/;"	t
  6353  Int	./cmd/compile/internal/gc/const.go	/^func (n *Node) Int() int64 {$/;"	f
  6354  Int	./cmd/compile/internal/gc/syntax.go	/^	ODCLTYPE  \/\/ type Int int$/;"	t
  6355  Int	./cmd/pprof/pprof.go	/^func (flags) Int(o string, d int, c string) *int {$/;"	f
  6356  Int	./crypto/rand/util.go	/^func Int(rand io.Reader, max *big.Int) (n *big.Int, err error) {$/;"	f
  6357  Int	./encoding/gob/codec_test.go	/^type Int int$/;"	t
  6358  Int	./expvar/expvar.go	/^type Int struct {$/;"	t
  6359  Int	./flag/flag.go	/^func (f *FlagSet) Int(name string, value int, usage string) *int {$/;"	f
  6360  Int	./flag/flag.go	/^func Int(name string, value int, usage string) *int {$/;"	f
  6361  Int	./math/big/float.go	/^func (x *Float) Int(z *Int) (*Int, Accuracy) {$/;"	f
  6362  Int	./math/big/int.go	/^type Int struct {$/;"	t
  6363  Int	./math/rand/rand.go	/^func (r *Rand) Int() int {$/;"	f
  6364  Int	./math/rand/rand.go	/^func Int() int { return globalRand.Int() }$/;"	f
  6365  Int	./reflect/value.go	/^func (v Value) Int() int64 {$/;"	f
  6366  Int	./runtime/race/testdata/regression_test.go	/^type Int int$/;"	t
  6367  Int31	./math/rand/rand.go	/^func (r *Rand) Int31() int32 { return int32(r.Int63() >> 32) }$/;"	f
  6368  Int31	./math/rand/rand.go	/^func Int31() int32 { return globalRand.Int31() }$/;"	f
  6369  Int31n	./math/rand/rand.go	/^func (r *Rand) Int31n(n int32) int32 {$/;"	f
  6370  Int31n	./math/rand/rand.go	/^func Int31n(n int32) int32 { return globalRand.Int31n(n) }$/;"	f
  6371  Int32	./database/sql/driver/types.go	/^var Int32 int32Type$/;"	v
  6372  Int32Hash	./runtime/export_test.go	/^var Int32Hash = int32Hash$/;"	v
  6373  Int32Key	./runtime/hash_test.go	/^type Int32Key struct {$/;"	t
  6374  Int63	./math/rand/rand.go	/^func (r *Rand) Int63() int64 { return r.src.Int63() }$/;"	f
  6375  Int63	./math/rand/rand.go	/^func (r *lockedSource) Int63() (n int64) {$/;"	f
  6376  Int63	./math/rand/rand.go	/^func Int63() int64 { return globalRand.Int63() }$/;"	f
  6377  Int63	./math/rand/rng.go	/^func (rng *rngSource) Int63() int64 {$/;"	f
  6378  Int63n	./math/rand/rand.go	/^func (r *Rand) Int63n(n int64) int64 {$/;"	f
  6379  Int63n	./math/rand/rand.go	/^func Int63n(n int64) int64 { return globalRand.Int63n(n) }$/;"	f
  6380  Int64	./cmd/compile/internal/big/float.go	/^func (x *Float) Int64() (int64, Accuracy) {$/;"	f
  6381  Int64	./cmd/compile/internal/big/int.go	/^func (x *Int) Int64() int64 {$/;"	f
  6382  Int64	./encoding/json/decode.go	/^func (n Number) Int64() (int64, error) {$/;"	f
  6383  Int64	./flag/flag.go	/^func (f *FlagSet) Int64(name string, value int64, usage string) *int64 {$/;"	f
  6384  Int64	./flag/flag.go	/^func Int64(name string, value int64, usage string) *int64 {$/;"	f
  6385  Int64	./math/big/float.go	/^func (x *Float) Int64() (int64, Accuracy) {$/;"	f
  6386  Int64	./math/big/int.go	/^func (x *Int) Int64() int64 {$/;"	f
  6387  Int64	./reflect/all_test.go	/^		type Int64 int64$/;"	t
  6388  Int64Hash	./runtime/export_test.go	/^var Int64Hash = int64Hash$/;"	v
  6389  Int64Key	./runtime/hash_test.go	/^type Int64Key struct {$/;"	t
  6390  Int64Val	./go/constant/value.go	/^func Int64Val(x Value) (int64, bool) {$/;"	f
  6391  Int64Var	./flag/flag.go	/^func (f *FlagSet) Int64Var(p *int64, name string, value int64, usage string) {$/;"	f
  6392  Int64Var	./flag/flag.go	/^func Int64Var(p *int64, name string, value int64, usage string) {$/;"	f
  6393  Int8Ptr	./go/internal/gccgoimporter/importer_test.go	/^	{pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},$/;"	t
  6394  Int8Ptr	./go/internal/gccgoimporter/testdata/pointer.go	/^type Int8Ptr *int8$/;"	t
  6395  IntHeap	./container/heap/example_intheap_test.go	/^type IntHeap []int$/;"	t
  6396  IntPtr	./reflect/set_test.go	/^type IntPtr *int$/;"	t
  6397  IntPtr1	./reflect/set_test.go	/^type IntPtr1 *int$/;"	t
  6398  IntSlice	./sort/sort.go	/^type IntSlice []int$/;"	t
  6399  IntString	./fmt/scan_test.go	/^type IntString struct {$/;"	t
  6400  IntType	./debug/dwarf/type.go	/^type IntType struct {$/;"	t
  6401  IntType	./encoding/json/encode_test.go	/^type IntType int$/;"	t
  6402  IntVar	./flag/flag.go	/^func (f *FlagSet) IntVar(p *int, name string, value int, usage string) {$/;"	f
  6403  IntVar	./flag/flag.go	/^func IntVar(p *int, name string, value int, usage string) {$/;"	f
  6404  IntegerType	./builtin/builtin.go	/^type IntegerType int$/;"	t
  6405  IntelSyntax	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^func IntelSyntax(inst Inst) string {$/;"	f
  6406  Inter	./runtime/race/testdata/mop_test.go	/^type Inter interface {$/;"	t
  6407  InterImpl	./runtime/race/testdata/mop_test.go	/^type InterImpl struct {$/;"	t
  6408  InterImpl2	./runtime/race/testdata/mop_test.go	/^type InterImpl2 InterImpl$/;"	t
  6409  Interface	./container/heap/heap.go	/^type Interface interface {$/;"	t
  6410  Interface	./go/types/type.go	/^type Interface struct {$/;"	t
  6411  Interface	./net/interface.go	/^type Interface struct {$/;"	t
  6412  Interface	./reflect/value.go	/^func (v Value) Interface() (i interface{}) {$/;"	f
  6413  Interface	./sort/sort.go	/^type Interface interface {$/;"	t
  6414  InterfaceAddrMessage	./syscall/route_bsd.go	/^type InterfaceAddrMessage struct {$/;"	t
  6415  InterfaceAddrs	./net/interface.go	/^func InterfaceAddrs() ([]Addr, error) {$/;"	f
  6416  InterfaceAnnounceMessage	./syscall/route_dragonfly.go	/^type InterfaceAnnounceMessage struct {$/;"	t
  6417  InterfaceAnnounceMessage	./syscall/route_freebsd.go	/^type InterfaceAnnounceMessage struct {$/;"	t
  6418  InterfaceAnnounceMessage	./syscall/route_netbsd.go	/^type InterfaceAnnounceMessage struct {$/;"	t
  6419  InterfaceAnnounceMessage	./syscall/route_openbsd.go	/^type InterfaceAnnounceMessage struct {$/;"	t
  6420  InterfaceByIndex	./net/interface.go	/^func InterfaceByIndex(index int) (*Interface, error) {$/;"	f
  6421  InterfaceByName	./net/interface.go	/^func InterfaceByName(name string) (*Interface, error) {$/;"	f
  6422  InterfaceData	./reflect/value.go	/^func (v Value) InterfaceData() [2]uintptr {$/;"	f
  6423  InterfaceInfo	./syscall/ztypes_windows.go	/^type InterfaceInfo struct {$/;"	t
  6424  InterfaceItem	./encoding/gob/codec_test.go	/^type InterfaceItem struct {$/;"	t
  6425  InterfaceMessage	./syscall/route_bsd.go	/^type InterfaceMessage struct {$/;"	t
  6426  InterfaceMulticastAddrMessage	./syscall/route_darwin.go	/^type InterfaceMulticastAddrMessage struct {$/;"	t
  6427  InterfaceMulticastAddrMessage	./syscall/route_dragonfly.go	/^type InterfaceMulticastAddrMessage struct {$/;"	t
  6428  InterfaceMulticastAddrMessage	./syscall/route_freebsd.go	/^type InterfaceMulticastAddrMessage struct {$/;"	t
  6429  Interfaces	./net/interface.go	/^func Interfaces() ([]Interface, error) {$/;"	f
  6430  InternalBenchmark	./go/doc/testdata/benchmark.go	/^type InternalBenchmark struct {$/;"	t
  6431  InternalBenchmark	./testing/benchmark.go	/^type InternalBenchmark struct {$/;"	t
  6432  InternalError	./compress/flate/inflate.go	/^type InternalError string$/;"	t
  6433  InternalExample	./go/doc/testdata/example.go	/^type InternalExample struct {$/;"	t
  6434  InternalExample	./testing/example.go	/^type InternalExample struct {$/;"	t
  6435  InternalTest	./go/doc/testdata/testing.go	/^type InternalTest struct {$/;"	t
  6436  InternalTest	./testing/testing.go	/^type InternalTest struct {$/;"	t
  6437  Interrupt	./time/internal_test.go	/^var Interrupt = interrupt$/;"	v
  6438  Intersect	./image/geom.go	/^func (r Rectangle) Intersect(s Rectangle) Rectangle {$/;"	f
  6439  Intn	./math/rand/rand.go	/^func (r *Rand) Intn(n int) int {$/;"	f
  6440  Intn	./math/rand/rand.go	/^func Intn(n int) int { return globalRand.Intn(n) }$/;"	f
  6441  Ints	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^		{pkgpath: "sort", name: "Ints", want: "func Ints(a []int)"},$/;"	f
  6442  Ints	./sort/sort.go	/^func Ints(a []int) { Sort(IntSlice(a)) }$/;"	f
  6443  IntsAreSorted	./sort/sort.go	/^func IntsAreSorted(a []int) bool { return IsSorted(IntSlice(a)) }$/;"	f
  6444  Inv	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Inv(x *Rat) *Rat {$/;"	f
  6445  Inv	./math/big/rat.go	/^func (z *Rat) Inv(x *Rat) *Rat {$/;"	f
  6446  InvalidAddrError	./net/net.go	/^type InvalidAddrError string$/;"	t
  6447  InvalidByteError	./encoding/hex/hex.go	/^type InvalidByteError byte$/;"	t
  6448  InvalidReason	./crypto/x509/verify.go	/^type InvalidReason int$/;"	t
  6449  InvalidUTF8Error	./encoding/json/encode.go	/^type InvalidUTF8Error struct {$/;"	t
  6450  InvalidUnmarshalError	./encoding/json/decode.go	/^type InvalidUnmarshalError struct {$/;"	t
  6451  Inventory	./text/template/doc.go	/^	type Inventory struct {$/;"	t
  6452  Io	./cmd/compile/internal/gc/go.go	/^type Io struct {$/;"	t
  6453  IoReader	./runtime/race/testdata/mop_test.go	/^type IoReader interface {$/;"	t
  6454  Ioctl	./syscall/exec_solaris_test.go	/^var Ioctl = ioctl$/;"	v
  6455  Ioctl	./syscall/export_unix_test.go	/^func Ioctl(fd, req, arg uintptr) (err Errno) {$/;"	f
  6456  Ioperm	./syscall/zsyscall_linux_386.go	/^func Ioperm(from int, num int, on int) (err error) {$/;"	f
  6457  Ioperm	./syscall/zsyscall_linux_amd64.go	/^func Ioperm(from int, num int, on int) (err error) {$/;"	f
  6458  Ioperm	./syscall/zsyscall_linux_ppc64.go	/^func Ioperm(from int, num int, on int) (err error) {$/;"	f
  6459  Ioperm	./syscall/zsyscall_linux_ppc64le.go	/^func Ioperm(from int, num int, on int) (err error) {$/;"	f
  6460  Iopl	./syscall/zsyscall_linux_386.go	/^func Iopl(level int) (err error) {$/;"	f
  6461  Iopl	./syscall/zsyscall_linux_amd64.go	/^func Iopl(level int) (err error) {$/;"	f
  6462  Iopl	./syscall/zsyscall_linux_ppc64.go	/^func Iopl(level int) (err error) {$/;"	f
  6463  Iopl	./syscall/zsyscall_linux_ppc64le.go	/^func Iopl(level int) (err error) {$/;"	f
  6464  Iovec	./syscall/types_darwin.go	/^type Iovec C.struct_iovec$/;"	t
  6465  Iovec	./syscall/types_dragonfly.go	/^type Iovec C.struct_iovec$/;"	t
  6466  Iovec	./syscall/types_freebsd.go	/^type Iovec C.struct_iovec$/;"	t
  6467  Iovec	./syscall/types_linux.go	/^type Iovec C.struct_iovec$/;"	t
  6468  Iovec	./syscall/types_netbsd.go	/^type Iovec C.struct_iovec$/;"	t
  6469  Iovec	./syscall/types_openbsd.go	/^type Iovec C.struct_iovec$/;"	t
  6470  Iovec	./syscall/types_solaris.go	/^type Iovec C.struct_iovec$/;"	t
  6471  Iovec	./syscall/ztypes_darwin_386.go	/^type Iovec struct {$/;"	t
  6472  Iovec	./syscall/ztypes_darwin_amd64.go	/^type Iovec struct {$/;"	t
  6473  Iovec	./syscall/ztypes_darwin_arm.go	/^type Iovec struct {$/;"	t
  6474  Iovec	./syscall/ztypes_darwin_arm64.go	/^type Iovec struct {$/;"	t
  6475  Iovec	./syscall/ztypes_dragonfly_amd64.go	/^type Iovec struct {$/;"	t
  6476  Iovec	./syscall/ztypes_freebsd_386.go	/^type Iovec struct {$/;"	t
  6477  Iovec	./syscall/ztypes_freebsd_amd64.go	/^type Iovec struct {$/;"	t
  6478  Iovec	./syscall/ztypes_freebsd_arm.go	/^type Iovec struct {$/;"	t
  6479  Iovec	./syscall/ztypes_linux_386.go	/^type Iovec struct {$/;"	t
  6480  Iovec	./syscall/ztypes_linux_amd64.go	/^type Iovec struct {$/;"	t
  6481  Iovec	./syscall/ztypes_linux_arm.go	/^type Iovec struct {$/;"	t
  6482  Iovec	./syscall/ztypes_linux_arm64.go	/^type Iovec struct {$/;"	t
  6483  Iovec	./syscall/ztypes_linux_ppc64.go	/^type Iovec struct {$/;"	t
  6484  Iovec	./syscall/ztypes_linux_ppc64le.go	/^type Iovec struct {$/;"	t
  6485  Iovec	./syscall/ztypes_netbsd_386.go	/^type Iovec struct {$/;"	t
  6486  Iovec	./syscall/ztypes_netbsd_amd64.go	/^type Iovec struct {$/;"	t
  6487  Iovec	./syscall/ztypes_netbsd_arm.go	/^type Iovec struct {$/;"	t
  6488  Iovec	./syscall/ztypes_openbsd_386.go	/^type Iovec struct {$/;"	t
  6489  Iovec	./syscall/ztypes_openbsd_amd64.go	/^type Iovec struct {$/;"	t
  6490  Iovec	./syscall/ztypes_openbsd_arm.go	/^type Iovec struct {$/;"	t
  6491  Iovec	./syscall/ztypes_solaris_amd64.go	/^type Iovec struct {$/;"	t
  6492  IpAdapterAddresses	./internal/syscall/windows/syscall_windows.go	/^type IpAdapterAddresses struct {$/;"	t
  6493  IpAdapterAnycastAddress	./internal/syscall/windows/syscall_windows.go	/^type IpAdapterAnycastAddress struct {$/;"	t
  6494  IpAdapterDnsServerAdapter	./internal/syscall/windows/syscall_windows.go	/^type IpAdapterDnsServerAdapter struct {$/;"	t
  6495  IpAdapterInfo	./syscall/ztypes_windows.go	/^type IpAdapterInfo struct {$/;"	t
  6496  IpAdapterMulticastAddress	./internal/syscall/windows/syscall_windows.go	/^type IpAdapterMulticastAddress struct {$/;"	t
  6497  IpAdapterPrefix	./internal/syscall/windows/syscall_windows.go	/^type IpAdapterPrefix struct {$/;"	t
  6498  IpAdapterUnicastAddress	./internal/syscall/windows/syscall_windows.go	/^type IpAdapterUnicastAddress struct {$/;"	t
  6499  IpAddrString	./syscall/ztypes_windows.go	/^type IpAddrString struct {$/;"	t
  6500  IpAddressString	./syscall/ztypes_windows.go	/^type IpAddressString struct {$/;"	t
  6501  IpMaskString	./syscall/ztypes_windows.go	/^type IpMaskString IpAddressString$/;"	t
  6502  Is	./unicode/letter.go	/^func Is(rangeTab *RangeTable, r rune) bool {$/;"	f
  6503  Is64	./cmd/compile/internal/gc/subr.go	/^func Is64(t *Type) bool {$/;"	f
  6504  IsARM64CMP	./cmd/asm/internal/arch/arm64.go	/^func IsARM64CMP(op int) bool {$/;"	f
  6505  IsARM64STLXR	./cmd/asm/internal/arch/arm64.go	/^func IsARM64STLXR(op int) bool {$/;"	f
  6506  IsARMCMP	./cmd/asm/internal/arch/arm.go	/^func IsARMCMP(op int) bool {$/;"	f
  6507  IsARMFloatCmp	./cmd/asm/internal/arch/arm.go	/^func IsARMFloatCmp(op int) bool {$/;"	f
  6508  IsARMMRC	./cmd/asm/internal/arch/arm.go	/^func IsARMMRC(op int) bool {$/;"	f
  6509  IsARMMULA	./cmd/asm/internal/arch/arm.go	/^func IsARMMULA(op int) bool {$/;"	f
  6510  IsARMSTREX	./cmd/asm/internal/arch/arm.go	/^func IsARMSTREX(op int) bool {$/;"	f
  6511  IsAbs	./net/url/url.go	/^func (u *URL) IsAbs() bool {$/;"	f
  6512  IsAbs	./path/filepath/path_plan9.go	/^func IsAbs(path string) bool {$/;"	f
  6513  IsAbs	./path/filepath/path_unix.go	/^func IsAbs(path string) bool {$/;"	f
  6514  IsAbs	./path/filepath/path_windows.go	/^func IsAbs(path string) (b bool) {$/;"	f
  6515  IsAbs	./path/path.go	/^func IsAbs(path string) bool {$/;"	f
  6516  IsAbsTest	./path/filepath/path_test.go	/^type IsAbsTest struct {$/;"	t
  6517  IsAbsTest	./path/path_test.go	/^type IsAbsTest struct {$/;"	t
  6518  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Endian) IsArg() {}$/;"	f
  6519  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Float32Imm) IsArg() {}$/;"	f
  6520  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Float64Imm) IsArg() {}$/;"	f
  6521  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Imm) IsArg() {}$/;"	f
  6522  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (ImmAlt) IsArg() {}$/;"	f
  6523  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Label) IsArg() {}$/;"	f
  6524  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Mem) IsArg() {}$/;"	f
  6525  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (PCRel) IsArg() {}$/;"	f
  6526  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (Reg) IsArg() {}$/;"	f
  6527  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (RegList) IsArg() {}$/;"	f
  6528  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (RegShift) IsArg() {}$/;"	f
  6529  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (RegShiftReg) IsArg() {}$/;"	f
  6530  IsArg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (RegX) IsArg() {}$/;"	f
  6531  IsBoolFlag	./cmd/dist/main.go	/^func (c *count) IsBoolFlag() bool {$/;"	f
  6532  IsBoolFlag	./cmd/internal/obj/flag.go	/^func (c *count) IsBoolFlag() bool {$/;"	f
  6533  IsBoolFlag	./cmd/internal/obj/flag.go	/^func (f fn0) IsBoolFlag() bool {$/;"	f
  6534  IsBoolFlag	./cmd/nm/nm.go	/^func (nflag) IsBoolFlag() bool {$/;"	f
  6535  IsBoolFlag	./cmd/vet/main.go	/^func (ts triState) IsBoolFlag() bool {$/;"	f
  6536  IsBoolFlag	./flag/flag.go	/^func (b *boolValue) IsBoolFlag() bool { return true }$/;"	f
  6537  IsBoolFlag	./flag/flag_test.go	/^func (b *boolFlagVar) IsBoolFlag() bool {$/;"	f
  6538  IsBuiltin	./go/types/api.go	/^func (tv TypeAndValue) IsBuiltin() bool {$/;"	f
  6539  IsControl	./unicode/graphic.go	/^func IsControl(r rune) bool {$/;"	f
  6540  IsDigit	./unicode/digit.go	/^func IsDigit(r rune) bool {$/;"	f
  6541  IsDir	./archive/tar/common.go	/^func (fi headerFileInfo) IsDir() bool        { return fi.Mode().IsDir() }$/;"	f
  6542  IsDir	./archive/tar/tar_test.go	/^func (symlink) IsDir() bool        { return false }$/;"	f
  6543  IsDir	./archive/zip/struct.go	/^func (fi headerFileInfo) IsDir() bool        { return fi.Mode().IsDir() }$/;"	f
  6544  IsDir	./cmd/pack/pack_test.go	/^func (f *FakeFile) IsDir() bool {$/;"	f
  6545  IsDir	./net/http/fs_test.go	/^func (f *fakeFileInfo) IsDir() bool        { return f.dir }$/;"	f
  6546  IsDir	./os/types.go	/^func (fs *fileStat) IsDir() bool  { return fs.Mode().IsDir() }$/;"	f
  6547  IsDir	./os/types.go	/^func (m FileMode) IsDir() bool {$/;"	f
  6548  IsEmptyTree	./text/template/parse/parse.go	/^func IsEmptyTree(n Node) bool {$/;"	f
  6549  IsEncryptedPEMBlock	./crypto/x509/pem_decrypt.go	/^func IsEncryptedPEMBlock(b *pem.Block) bool {$/;"	f
  6550  IsError	./syscall/mksyscall_windows.go	/^func (p *Param) IsError() bool {$/;"	f
  6551  IsExist	./os/error.go	/^func IsExist(err error) bool {$/;"	f
  6552  IsExported	./go/ast/ast.go	/^func (id *Ident) IsExported() bool { return IsExported(id.Name) }$/;"	f
  6553  IsExported	./go/ast/ast.go	/^func IsExported(name string) bool {$/;"	f
  6554  IsField	./go/types/object.go	/^func (obj *Var) IsField() bool { return obj.isField }$/;"	f
  6555  IsGlobalUnicast	./net/ip.go	/^func (ip IP) IsGlobalUnicast() bool {$/;"	f
  6556  IsGraphic	./unicode/graphic.go	/^func IsGraphic(r rune) bool {$/;"	f
  6557  IsIdleForTesting	./net/http/export_test.go	/^func (t *Transport) IsIdleForTesting() bool {$/;"	f
  6558  IsInf	./cmd/compile/internal/big/float.go	/^func (x *Float) IsInf() bool {$/;"	f
  6559  IsInf	./math/big/float.go	/^func (x *Float) IsInf() bool {$/;"	f
  6560  IsInf	./math/bits.go	/^func IsInf(f float64, sign int) bool {$/;"	f
  6561  IsInf	./math/cmplx/isinf.go	/^func IsInf(x complex128) bool {$/;"	f
  6562  IsInt	./cmd/compile/internal/big/float.go	/^func (x *Float) IsInt() bool {$/;"	f
  6563  IsInt	./cmd/compile/internal/big/rat.go	/^func (x *Rat) IsInt() bool {$/;"	f
  6564  IsInt	./math/big/float.go	/^func (x *Float) IsInt() bool {$/;"	f
  6565  IsInt	./math/big/rat.go	/^func (x *Rat) IsInt() bool {$/;"	f
  6566  IsInterface	./go/types/predicates.go	/^func IsInterface(typ Type) bool {$/;"	f
  6567  IsInterfaceLocalMulticast	./net/ip.go	/^func (ip IP) IsInterfaceLocalMulticast() bool {$/;"	f
  6568  IsKeyword	./go/token/token.go	/^func (tok Token) IsKeyword() bool { return keyword_beg < tok && tok < keyword_end }$/;"	f
  6569  IsLetter	./unicode/graphic.go	/^func IsLetter(r rune) bool {$/;"	f
  6570  IsLinkLocalMulticast	./net/ip.go	/^func (ip IP) IsLinkLocalMulticast() bool {$/;"	f
  6571  IsLinkLocalUnicast	./net/ip.go	/^func (ip IP) IsLinkLocalUnicast() bool {$/;"	f
  6572  IsLiteral	./go/token/token.go	/^func (tok Token) IsLiteral() bool { return literal_beg < tok && tok < literal_end }$/;"	f
  6573  IsLoopback	./net/ip.go	/^func (ip IP) IsLoopback() bool {$/;"	f
  6574  IsLower	./unicode/letter.go	/^func IsLower(r rune) bool {$/;"	f
  6575  IsMark	./unicode/graphic.go	/^func IsMark(r rune) bool {$/;"	f
  6576  IsMulticast	./net/ip.go	/^func (ip IP) IsMulticast() bool {$/;"	f
  6577  IsNaN	./math/bits.go	/^func IsNaN(f float64) (is bool) {$/;"	f
  6578  IsNaN	./math/cmplx/isnan.go	/^func IsNaN(x complex128) bool {$/;"	f
  6579  IsNil	./go/types/api.go	/^func (tv TypeAndValue) IsNil() bool {$/;"	f
  6580  IsNil	./reflect/value.go	/^func (v Value) IsNil() bool {$/;"	f
  6581  IsNotExist	./os/error.go	/^func IsNotExist(err error) bool {$/;"	f
  6582  IsNumber	./unicode/graphic.go	/^func IsNumber(r rune) bool {$/;"	f
  6583  IsOnCurve	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool {$/;"	f
  6584  IsOnCurve	./crypto/elliptic/p224.go	/^func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool {$/;"	f
  6585  IsOneOf	./unicode/graphic.go	/^func IsOneOf(ranges []*RangeTable, r rune) bool {$/;"	f
  6586  IsOperator	./go/token/token.go	/^func (tok Token) IsOperator() bool { return operator_beg < tok && tok < operator_end }$/;"	f
  6587  IsPPC64CMP	./cmd/asm/internal/arch/ppc64.go	/^func IsPPC64CMP(op int) bool {$/;"	f
  6588  IsPPC64NEG	./cmd/asm/internal/arch/ppc64.go	/^func IsPPC64NEG(op int) bool {$/;"	f
  6589  IsPPC64RLD	./cmd/asm/internal/arch/ppc64.go	/^func IsPPC64RLD(op int) bool {$/;"	f
  6590  IsPathSeparator	./os/path_plan9.go	/^func IsPathSeparator(c uint8) bool {$/;"	f
  6591  IsPathSeparator	./os/path_unix.go	/^func IsPathSeparator(c uint8) bool {$/;"	f
  6592  IsPathSeparator	./os/path_windows.go	/^func IsPathSeparator(c uint8) bool {$/;"	f
  6593  IsPermission	./os/error.go	/^func IsPermission(err error) bool {$/;"	f
  6594  IsPrint	./strconv/quote.go	/^func IsPrint(r rune) bool {$/;"	f
  6595  IsPrint	./unicode/graphic.go	/^func IsPrint(r rune) bool {$/;"	f
  6596  IsPunct	./unicode/graphic.go	/^func IsPunct(r rune) bool {$/;"	f
  6597  IsREX	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (p Prefix) IsREX() bool {$/;"	f
  6598  IsRO	./reflect/export_test.go	/^func IsRO(v Value) bool {$/;"	f
  6599  IsRegisterShift	./cmd/asm/internal/lex/lex.go	/^func IsRegisterShift(r ScanToken) bool {$/;"	f
  6600  IsRegular	./os/types.go	/^func (m FileMode) IsRegular() bool {$/;"	f
  6601  IsScanValue	./database/sql/driver/types.go	/^func IsScanValue(v interface{}) bool {$/;"	f
  6602  IsSorted	./sort/sort.go	/^func IsSorted(data Interface) bool {$/;"	f
  6603  IsSpace	./bufio/export_test.go	/^var IsSpace = isSpace$/;"	v
  6604  IsSpace	./fmt/export_test.go	/^var IsSpace = isSpace$/;"	v
  6605  IsSpace	./internal/format/format.go	/^func IsSpace(b byte) bool {$/;"	f
  6606  IsSpace	./unicode/graphic.go	/^func IsSpace(r rune) bool {$/;"	f
  6607  IsSurrogate	./unicode/utf16/utf16.go	/^func IsSurrogate(r rune) bool {$/;"	f
  6608  IsSymbol	./unicode/graphic.go	/^func IsSymbol(r rune) bool {$/;"	f
  6609  IsTerminal	./cmd/pprof/internal/plugin/plugin.go	/^func (ui *stdUI) IsTerminal() bool {$/;"	f
  6610  IsTitle	./unicode/letter.go	/^func IsTitle(r rune) bool {$/;"	f
  6611  IsType	./go/types/api.go	/^func (tv TypeAndValue) IsType() bool {$/;"	f
  6612  IsUTF16	./syscall/mksyscall_windows.go	/^func (f *Fn) IsUTF16() bool {$/;"	f
  6613  IsUnspecified	./net/ip.go	/^func (ip IP) IsUnspecified() bool {$/;"	f
  6614  IsUpper	./unicode/letter.go	/^func IsUpper(r rune) bool {$/;"	f
  6615  IsValid	./go/token/position.go	/^func (p Pos) IsValid() bool {$/;"	f
  6616  IsValid	./go/token/position.go	/^func (pos *Position) IsValid() bool { return pos.Line > 0 }$/;"	f
  6617  IsValid	./reflect/value.go	/^func (v Value) IsValid() bool {$/;"	f
  6618  IsValid	./text/scanner/scanner.go	/^func (pos *Position) IsValid() bool { return pos.Line > 0 }$/;"	f
  6619  IsValue	./database/sql/driver/types.go	/^func IsValue(v interface{}) bool {$/;"	f
  6620  IsValue	./go/types/api.go	/^func (tv TypeAndValue) IsValue() bool {$/;"	f
  6621  IsVar	./cmd/cgo/main.go	/^func (n *Name) IsVar() bool {$/;"	f
  6622  IsVariadic	./reflect/type.go	/^func (t *rtype) IsVariadic() bool {$/;"	f
  6623  IsVoid	./go/types/api.go	/^func (tv TypeAndValue) IsVoid() bool {$/;"	f
  6624  IsWordChar	./regexp/syntax/prog.go	/^func IsWordChar(r rune) bool {$/;"	f
  6625  IsZero	./time/time.go	/^func (t Time) IsZero() bool {$/;"	f
  6626  Isconst	./cmd/compile/internal/gc/const.go	/^func Isconst(n *Node, ct int) bool {$/;"	f
  6627  Iself	./cmd/link/internal/ld/elf.go	/^var Iself bool$/;"	v
  6628  Isfat	./cmd/compile/internal/gc/gsubr.go	/^func Isfat(t *Type) bool {$/;"	f
  6629  Isfixedarray	./cmd/compile/internal/gc/subr.go	/^func Isfixedarray(t *Type) bool {$/;"	f
  6630  Isinter	./cmd/compile/internal/gc/subr.go	/^func Isinter(t *Type) bool {$/;"	f
  6631  Ismem	./cmd/compile/internal/gc/gsubr.go	/^func Ismem(n *Node) bool {$/;"	f
  6632  Issetugid	./syscall/zsyscall_darwin_386.go	/^func Issetugid() (tainted bool) {$/;"	f
  6633  Issetugid	./syscall/zsyscall_darwin_amd64.go	/^func Issetugid() (tainted bool) {$/;"	f
  6634  Issetugid	./syscall/zsyscall_darwin_arm.go	/^func Issetugid() (tainted bool) {$/;"	f
  6635  Issetugid	./syscall/zsyscall_darwin_arm64.go	/^func Issetugid() (tainted bool) {$/;"	f
  6636  Issetugid	./syscall/zsyscall_dragonfly_amd64.go	/^func Issetugid() (tainted bool) {$/;"	f
  6637  Issetugid	./syscall/zsyscall_freebsd_386.go	/^func Issetugid() (tainted bool) {$/;"	f
  6638  Issetugid	./syscall/zsyscall_freebsd_amd64.go	/^func Issetugid() (tainted bool) {$/;"	f
  6639  Issetugid	./syscall/zsyscall_freebsd_arm.go	/^func Issetugid() (tainted bool) {$/;"	f
  6640  Issetugid	./syscall/zsyscall_netbsd_386.go	/^func Issetugid() (tainted bool) {$/;"	f
  6641  Issetugid	./syscall/zsyscall_netbsd_amd64.go	/^func Issetugid() (tainted bool) {$/;"	f
  6642  Issetugid	./syscall/zsyscall_netbsd_arm.go	/^func Issetugid() (tainted bool) {$/;"	f
  6643  Issetugid	./syscall/zsyscall_openbsd_386.go	/^func Issetugid() (tainted bool) {$/;"	f
  6644  Issetugid	./syscall/zsyscall_openbsd_amd64.go	/^func Issetugid() (tainted bool) {$/;"	f
  6645  Issetugid	./syscall/zsyscall_openbsd_arm.go	/^func Issetugid() (tainted bool) {$/;"	f
  6646  Isslice	./cmd/compile/internal/gc/subr.go	/^func Isslice(t *Type) bool {$/;"	f
  6647  Issue7379	./html/template/escape_test.go	/^type Issue7379 int$/;"	t
  6648  Istype	./cmd/compile/internal/gc/subr.go	/^func Istype(t *Type, et int) bool {$/;"	f
  6649  Item	./cmd/yacc/yacc.go	/^type Item struct {$/;"	t
  6650  Item	./container/heap/example_pq_test.go	/^type Item struct {$/;"	t
  6651  Item	./runtime/race/testdata/mop_test.go	/^	type Item struct {$/;"	t
  6652  Iter	./cmd/compile/internal/gc/go.go	/^type Iter struct {$/;"	t
  6653  Iterate	./go/token/position.go	/^func (s *FileSet) Iterate(f func(*File) bool) {$/;"	f
  6654  Itimerval	./runtime/defs2_linux.go	/^type Itimerval C.struct_itimerval$/;"	t
  6655  Itimerval	./runtime/defs_arm_linux.go	/^type Itimerval C.struct_itimerval$/;"	t
  6656  Itimerval	./runtime/defs_darwin.go	/^type Itimerval C.struct_itimerval$/;"	t
  6657  Itimerval	./runtime/defs_dragonfly.go	/^type Itimerval C.struct_itimerval$/;"	t
  6658  Itimerval	./runtime/defs_freebsd.go	/^type Itimerval C.struct_itimerval$/;"	t
  6659  Itimerval	./runtime/defs_linux.go	/^type Itimerval C.struct_itimerval$/;"	t
  6660  Itimerval	./runtime/defs_netbsd.go	/^type Itimerval C.struct_itimerval$/;"	t
  6661  Itimerval	./runtime/defs_openbsd.go	/^type Itimerval C.struct_itimerval$/;"	t
  6662  Itimerval	./runtime/defs_solaris.go	/^type Itimerval C.struct_itimerval$/;"	t
  6663  Itoa	./strconv/itoa.go	/^func Itoa(i int) string {$/;"	f
  6664  Itoa	./syscall/export_test.go	/^var Itoa = itoa$/;"	v
  6665  J0	./math/j0.go	/^func J0(x float64) float64 {$/;"	f
  6666  J1	./math/j1.go	/^func J1(x float64) float64 {$/;"	f
  6667  JB	./cmd/asm/internal/asm/testdata/amd64.s	/^	JB	label$/;"	l
  6668  JC	./cmd/asm/internal/asm/testdata/386.s	/^	JC	label$/;"	l
  6669  JMP	./cmd/asm/internal/asm/testdata/386.s	/^	JMP	label$/;"	l
  6670  JMP	./cmd/asm/internal/asm/testdata/amd64.s	/^	JMP	label$/;"	l
  6671  JMP	./os/signal/sig.s	/^#define JMP B$/;"	d
  6672  JMP	./os/signal/sig.s	/^#define JMP BR$/;"	d
  6673  JMP	./runtime/debug/stubs.s	/^#define JMP B$/;"	d
  6674  JMP	./runtime/debug/stubs.s	/^#define JMP BR$/;"	d
  6675  JSEscape	./html/template/escape.go	/^func JSEscape(w io.Writer, b []byte) {$/;"	f
  6676  JSEscape	./text/template/funcs.go	/^func JSEscape(w io.Writer, b []byte) {$/;"	f
  6677  JSEscapeString	./html/template/escape.go	/^func JSEscapeString(s string) string {$/;"	f
  6678  JSEscapeString	./text/template/funcs.go	/^func JSEscapeString(s string) string {$/;"	f
  6679  JSEscaper	./html/template/escape.go	/^func JSEscaper(args ...interface{}) string {$/;"	f
  6680  JSEscaper	./text/template/funcs.go	/^func JSEscaper(args ...interface{}) string {$/;"	f
  6681  JSONEmbeddedField	./cmd/vet/testdata/structtag.go	/^type JSONEmbeddedField struct {$/;"	t
  6682  Jacobi	./cmd/compile/internal/big/int.go	/^func Jacobi(x, y *Int) int {$/;"	f
  6683  Jacobi	./math/big/int.go	/^func Jacobi(x, y *Int) int {$/;"	f
  6684  Jar	./net/http/cookiejar/jar.go	/^type Jar struct {$/;"	t
  6685  Jconv	./cmd/compile/internal/gc/fmt.go	/^func Jconv(n *Node, flag int) string {$/;"	f
  6686  Jn	./math/jn.go	/^func Jn(n int, x float64) float64 {$/;"	f
  6687  Join	./bytes/bytes.go	/^func Join(s [][]byte, sep []byte) []byte {$/;"	f
  6688  Join	./path/filepath/path.go	/^func Join(elem ...string) string {$/;"	f
  6689  Join	./path/path.go	/^func Join(elem ...string) string {$/;"	f
  6690  Join	./strings/strings.go	/^func Join(a []string, sep string) string {$/;"	f
  6691  JoinHostPort	./net/ipsock.go	/^func JoinHostPort(host, port string) string {$/;"	f
  6692  JoinTest	./path/filepath/path_test.go	/^type JoinTest struct {$/;"	t
  6693  JoinTest	./path/path_test.go	/^type JoinTest struct {$/;"	t
  6694  Joininfo	./cmd/compile/internal/arm/peep.go	/^type Joininfo struct {$/;"	t
  6695  JustOnB	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (*B) JustOnB()             {}$/;"	f
  6696  JustOnT	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (*T) JustOnT()             {}$/;"	f
  6697  KEYROUND	./crypto/rc4/rc4_amd64.s	/^#define KEYROUND(xmm, load, off, r1, r2, index) \\$/;"	d
  6698  KEYROUND	./crypto/rc4/rc4_amd64p32.s	/^#define KEYROUND(xmm, load, off, r1, r2, index) \\$/;"	d
  6699  Kevent	./runtime/defs_darwin.go	/^type Kevent C.struct_kevent$/;"	t
  6700  Kevent	./runtime/defs_dragonfly.go	/^type Kevent C.struct_kevent$/;"	t
  6701  Kevent	./runtime/defs_freebsd.go	/^type Kevent C.struct_kevent$/;"	t
  6702  Kevent	./runtime/defs_netbsd.go	/^type Kevent C.struct_kevent$/;"	t
  6703  Kevent	./syscall/syscall_bsd.go	/^func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n int, err error) {$/;"	f
  6704  KeventT	./runtime/defs_openbsd.go	/^type KeventT C.struct_kevent$/;"	t
  6705  Kevent_t	./syscall/types_darwin.go	/^type Kevent_t C.struct_kevent$/;"	t
  6706  Kevent_t	./syscall/types_dragonfly.go	/^type Kevent_t C.struct_kevent$/;"	t
  6707  Kevent_t	./syscall/types_freebsd.go	/^type Kevent_t C.struct_kevent$/;"	t
  6708  Kevent_t	./syscall/types_netbsd.go	/^type Kevent_t C.struct_kevent$/;"	t
  6709  Kevent_t	./syscall/types_openbsd.go	/^type Kevent_t C.struct_kevent$/;"	t
  6710  Kevent_t	./syscall/ztypes_darwin_386.go	/^type Kevent_t struct {$/;"	t
  6711  Kevent_t	./syscall/ztypes_darwin_amd64.go	/^type Kevent_t struct {$/;"	t
  6712  Kevent_t	./syscall/ztypes_darwin_arm.go	/^type Kevent_t struct {$/;"	t
  6713  Kevent_t	./syscall/ztypes_darwin_arm64.go	/^type Kevent_t struct {$/;"	t
  6714  Kevent_t	./syscall/ztypes_dragonfly_amd64.go	/^type Kevent_t struct {$/;"	t
  6715  Kevent_t	./syscall/ztypes_freebsd_386.go	/^type Kevent_t struct {$/;"	t
  6716  Kevent_t	./syscall/ztypes_freebsd_amd64.go	/^type Kevent_t struct {$/;"	t
  6717  Kevent_t	./syscall/ztypes_freebsd_arm.go	/^type Kevent_t struct {$/;"	t
  6718  Kevent_t	./syscall/ztypes_netbsd_386.go	/^type Kevent_t struct {$/;"	t
  6719  Kevent_t	./syscall/ztypes_netbsd_amd64.go	/^type Kevent_t struct {$/;"	t
  6720  Kevent_t	./syscall/ztypes_netbsd_arm.go	/^type Kevent_t struct {$/;"	t
  6721  Kevent_t	./syscall/ztypes_openbsd_386.go	/^type Kevent_t struct {$/;"	t
  6722  Kevent_t	./syscall/ztypes_openbsd_amd64.go	/^type Kevent_t struct {$/;"	t
  6723  Kevent_t	./syscall/ztypes_openbsd_arm.go	/^type Kevent_t struct {$/;"	t
  6724  Key	./go/types/type.go	/^func (m *Map) Key() Type { return m.key }$/;"	f
  6725  Key	./internal/syscall/windows/registry/key.go	/^type Key syscall.Handle$/;"	t
  6726  Key	./reflect/type.go	/^func (t *rtype) Key() Type {$/;"	f
  6727  Key	./runtime/hash_test.go	/^type Key interface {$/;"	t
  6728  KeyInfo	./internal/syscall/windows/registry/key.go	/^type KeyInfo struct {$/;"	t
  6729  KeySizeError	./crypto/aes/cipher.go	/^type KeySizeError int$/;"	t
  6730  KeySizeError	./crypto/des/cipher.go	/^type KeySizeError int$/;"	t
  6731  KeySizeError	./crypto/rc4/rc4.go	/^type KeySizeError int$/;"	t
  6732  KeyTest	./crypto/aes/aes_test.go	/^type KeyTest struct {$/;"	t
  6733  KeyUsage	./crypto/x509/x509.go	/^type KeyUsage int$/;"	t
  6734  KeyValue	./expvar/expvar.go	/^type KeyValue struct {$/;"	t
  6735  Kill	./os/doc.go	/^func (p *Process) Kill() error {$/;"	f
  6736  Kill	./syscall/syscall_darwin.go	/^func Kill(pid int, signum Signal) (err error) { return kill(pid, int(signum), 1) }$/;"	f
  6737  Kill	./syscall/syscall_nacl.go	/^func Kill(pid int, signum Signal) error { return ENOSYS }$/;"	f
  6738  Kill	./syscall/zsyscall_dragonfly_amd64.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6739  Kill	./syscall/zsyscall_freebsd_386.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6740  Kill	./syscall/zsyscall_freebsd_amd64.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6741  Kill	./syscall/zsyscall_freebsd_arm.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6742  Kill	./syscall/zsyscall_linux_386.go	/^func Kill(pid int, sig Signal) (err error) {$/;"	f
  6743  Kill	./syscall/zsyscall_linux_amd64.go	/^func Kill(pid int, sig Signal) (err error) {$/;"	f
  6744  Kill	./syscall/zsyscall_linux_arm.go	/^func Kill(pid int, sig Signal) (err error) {$/;"	f
  6745  Kill	./syscall/zsyscall_linux_arm64.go	/^func Kill(pid int, sig Signal) (err error) {$/;"	f
  6746  Kill	./syscall/zsyscall_linux_ppc64.go	/^func Kill(pid int, sig Signal) (err error) {$/;"	f
  6747  Kill	./syscall/zsyscall_linux_ppc64le.go	/^func Kill(pid int, sig Signal) (err error) {$/;"	f
  6748  Kill	./syscall/zsyscall_netbsd_386.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6749  Kill	./syscall/zsyscall_netbsd_amd64.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6750  Kill	./syscall/zsyscall_netbsd_arm.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6751  Kill	./syscall/zsyscall_openbsd_386.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6752  Kill	./syscall/zsyscall_openbsd_amd64.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6753  Kill	./syscall/zsyscall_openbsd_arm.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6754  Kill	./syscall/zsyscall_solaris_amd64.go	/^func Kill(pid int, signum Signal) (err error) {$/;"	f
  6755  Kind	./go/constant/value.go	/^func (boolVal) Kind() Kind    { return Bool }$/;"	f
  6756  Kind	./go/constant/value.go	/^func (complexVal) Kind() Kind { return Complex }$/;"	f
  6757  Kind	./go/constant/value.go	/^func (floatVal) Kind() Kind   { return Float }$/;"	f
  6758  Kind	./go/constant/value.go	/^func (int64Val) Kind() Kind   { return Int }$/;"	f
  6759  Kind	./go/constant/value.go	/^func (intVal) Kind() Kind     { return Int }$/;"	f
  6760  Kind	./go/constant/value.go	/^func (stringVal) Kind() Kind  { return String }$/;"	f
  6761  Kind	./go/constant/value.go	/^func (unknownVal) Kind() Kind { return Unknown }$/;"	f
  6762  Kind	./go/constant/value.go	/^type Kind int$/;"	t
  6763  Kind	./go/types/selection.go	/^func (s *Selection) Kind() SelectionKind { return s.kind }$/;"	f
  6764  Kind	./go/types/type.go	/^func (b *Basic) Kind() BasicKind { return b.kind }$/;"	f
  6765  Kind	./reflect/type.go	/^func (t *rtype) Kind() Kind { return Kind(t.kind & kindMask) }$/;"	f
  6766  Kind	./reflect/type.go	/^type Kind uint$/;"	t
  6767  Kind	./reflect/value.go	/^func (v Value) Kind() Kind {$/;"	f
  6768  Klogctl	./syscall/zsyscall_linux_386.go	/^func Klogctl(typ int, buf []byte) (n int, err error) {$/;"	f
  6769  Klogctl	./syscall/zsyscall_linux_amd64.go	/^func Klogctl(typ int, buf []byte) (n int, err error) {$/;"	f
  6770  Klogctl	./syscall/zsyscall_linux_arm.go	/^func Klogctl(typ int, buf []byte) (n int, err error) {$/;"	f
  6771  Klogctl	./syscall/zsyscall_linux_arm64.go	/^func Klogctl(typ int, buf []byte) (n int, err error) {$/;"	f
  6772  Klogctl	./syscall/zsyscall_linux_ppc64.go	/^func Klogctl(typ int, buf []byte) (n int, err error) {$/;"	f
  6773  Klogctl	./syscall/zsyscall_linux_ppc64le.go	/^func Klogctl(typ int, buf []byte) (n int, err error) {$/;"	f
  6774  Kqueue	./syscall/zsyscall_darwin_386.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6775  Kqueue	./syscall/zsyscall_darwin_amd64.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6776  Kqueue	./syscall/zsyscall_darwin_arm.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6777  Kqueue	./syscall/zsyscall_darwin_arm64.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6778  Kqueue	./syscall/zsyscall_dragonfly_amd64.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6779  Kqueue	./syscall/zsyscall_freebsd_386.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6780  Kqueue	./syscall/zsyscall_freebsd_amd64.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6781  Kqueue	./syscall/zsyscall_freebsd_arm.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6782  Kqueue	./syscall/zsyscall_netbsd_386.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6783  Kqueue	./syscall/zsyscall_netbsd_amd64.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6784  Kqueue	./syscall/zsyscall_netbsd_arm.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6785  Kqueue	./syscall/zsyscall_openbsd_386.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6786  Kqueue	./syscall/zsyscall_openbsd_amd64.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6787  Kqueue	./syscall/zsyscall_openbsd_arm.go	/^func Kqueue() (fd int, err error) {$/;"	f
  6788  L0	./cmd/vet/testdata/copylock_func.go	/^type L0 struct {$/;"	t
  6789  L1	./cmd/vet/testdata/copylock_func.go	/^type L1 struct {$/;"	t
  6790  L1	./math/big/arith_386.s	/^L1:	MOVL (SI)(BX*4), AX$/;"	l
  6791  L1	./math/big/arith_amd64.s	/^L1:	\/\/ n > 0$/;"	l
  6792  L1	./math/big/arith_arm.s	/^L1:$/;"	l
  6793  L1	./math/log_amd64.s	/^#define L1     6.666666666666735130e-01   \/\/ 0x3FE5555555555593$/;"	d
  6794  L2	./cmd/vet/testdata/copylock_func.go	/^type L2 struct {$/;"	t
  6795  L2	./math/big/arith_386.s	/^L2:	MOVL (SI)(BX*4), AX$/;"	l
  6796  L2	./math/big/arith_amd64.s	/^L2:	\/\/ n > 0$/;"	l
  6797  L2	./math/big/arith_arm.s	/^L2:$/;"	l
  6798  L2	./math/log_amd64.s	/^#define L2     3.999999999940941908e-01   \/\/ 0x3FD999999997FA04$/;"	d
  6799  L3	./math/big/arith_386.s	/^L3:	ADDL (SI)(BX*4), AX$/;"	l
  6800  L3	./math/big/arith_amd64.s	/^L3:	\/\/ n > 0$/;"	l
  6801  L3	./math/big/arith_arm.s	/^L3:$/;"	l
  6802  L3	./math/log_amd64.s	/^#define L3     2.857142874366239149e-01   \/\/ 0x3FD2492494229359$/;"	d
  6803  L3a	./math/big/arith_arm.s	/^L3a:$/;"	l
  6804  L4	./math/big/arith_386.s	/^L4:	MOVL (SI)(BX*4), DX$/;"	l
  6805  L4	./math/big/arith_amd64.s	/^L4:	\/\/ n > 0$/;"	l
  6806  L4	./math/big/arith_arm.s	/^L4:$/;"	l
  6807  L4	./math/log_amd64.s	/^#define L4     2.222219843214978396e-01   \/\/ 0x3FCC71C51D8E78AF$/;"	d
  6808  L4a	./math/big/arith_arm.s	/^L4a:$/;"	l
  6809  L5	./math/big/arith_386.s	/^L5:	MOVL (SI)(BX*4), AX$/;"	l
  6810  L5	./math/big/arith_amd64.s	/^L5:	MOVQ (R8)(BX*8), AX$/;"	l
  6811  L5	./math/log_amd64.s	/^#define L5     1.818357216161805012e-01   \/\/ 0x3FC7466496CB03DE$/;"	d
  6812  L6	./math/big/arith_386.s	/^L6:	MOVL (SI)(BX*4), AX$/;"	l
  6813  L6	./math/big/arith_amd64.s	/^L6:	MOVQ (R8)(BX*8), AX$/;"	l
  6814  L6	./math/big/arith_arm.s	/^L6:$/;"	l
  6815  L6	./math/log_amd64.s	/^#define L6     1.531383769920937332e-01   \/\/ 0x3FC39A09D078C69F$/;"	d
  6816  L7	./math/big/arith_386.s	/^L7:	MOVL (SI)(BX*4), AX$/;"	l
  6817  L7	./math/big/arith_amd64.s	/^L7:	MOVQ (R8)(BX*8), AX$/;"	l
  6818  L7	./math/big/arith_arm.s	/^L7:$/;"	l
  6819  L7	./math/log_amd64.s	/^#define L7     1.479819860511658591e-01   \/\/ 0x3FC2F112DF3E5244$/;"	d
  6820  L8	./math/big/arith_386.s	/^L8:	MOVL AX, DX		\/\/ w = w1$/;"	l
  6821  L8	./math/big/arith_amd64.s	/^L8:	MOVQ AX, DX		\/\/ w = w1$/;"	l
  6822  L8	./math/big/arith_arm.s	/^L8:$/;"	l
  6823  L9	./math/big/arith_386.s	/^L9:	MOVL AX, DX		\/\/ w = w1$/;"	l
  6824  L9	./math/big/arith_amd64.s	/^L9:	MOVQ AX, DX		\/\/ w = w1$/;"	l
  6825  L9	./math/big/arith_arm.s	/^L9:$/;"	l
  6826  LD2STR	./cmd/internal/obj/arm64/asm7.go	/^func LD2STR(o uint32) uint32 {$/;"	f
  6827  LDSTR12U	./cmd/internal/obj/arm64/asm7.go	/^func LDSTR12U(sz uint32, v uint32, opc uint32) uint32 {$/;"	f
  6828  LDSTR9S	./cmd/internal/obj/arm64/asm7.go	/^func LDSTR9S(sz uint32, v uint32, opc uint32) uint32 {$/;"	f
  6829  LDSTX	./cmd/internal/obj/arm64/asm7.go	/^func LDSTX(sz uint32, o2 uint32, l uint32, o1 uint32, o0 uint32) uint32 {$/;"	f
  6830  LFNode	./runtime/export_test.go	/^type LFNode struct {$/;"	t
  6831  LFStackPop	./runtime/export_test.go	/^func LFStackPop(head *uint64) *LFNode {$/;"	f
  6832  LFStackPush	./runtime/export_test.go	/^func LFStackPush(head *uint64, node *LFNode) {$/;"	f
  6833  LIMIT_IN_PAGES	./runtime/sys_linux_386.s	/^#define LIMIT_IN_PAGES 0x10$/;"	d
  6834  LN2	./math/exp_amd64.s	/^#define LN2 0.6931471805599453094172321214581766 \/\/ log_e(2)$/;"	d
  6835  LN2L	./math/exp_amd64.s	/^#define LN2L 0.28235290563031577122588448175013436025525412068e-12 \/\/ lower half LN2$/;"	d
  6836  LN2U	./math/exp_amd64.s	/^#define LN2U 0.69314718055966295651160180568695068359375 \/\/ upper half LN2$/;"	d
  6837  LOAD	./cmd/compile/internal/gc/reg.go	/^func LOAD(r *Reg, z int) uint64 {$/;"	f
  6838  LOAD	./crypto/rc4/rc4_amd64.s	/^#define LOAD(off, reg) \\$/;"	d
  6839  LOAD	./crypto/rc4/rc4_amd64p32.s	/^#define LOAD(off, reg) \\$/;"	d
  6840  LOAD	./crypto/sha1/sha1block_386.s	/^#define LOAD(index, e) \\$/;"	d
  6841  LOAD	./crypto/sha1/sha1block_amd64.s	/^#define LOAD(index) \\$/;"	d
  6842  LOAD	./crypto/sha1/sha1block_amd64p32.s	/^#define LOAD(index) \\$/;"	d
  6843  LOAD	./crypto/sha1/sha1block_arm.s	/^#define LOAD(Re) \\$/;"	d
  6844  LOG2E	./math/exp_amd64.s	/^#define LOG2E 1.4426950408889634073599246810018920 \/\/ 1\/LN2$/;"	d
  6845  LOP_IRR	./cmd/internal/obj/ppc64/asm9.go	/^func LOP_IRR(op uint32, a uint32, s uint32, uimm uint32) uint32 {$/;"	f
  6846  LOP_RRR	./cmd/internal/obj/ppc64/asm9.go	/^func LOP_RRR(op uint32, a uint32, s uint32, b uint32) uint32 {$/;"	f
  6847  LR	./runtime/go_tls.h	/^#define LR /;"	d
  6848  LSHIFT	./runtime/memmove_arm.s	/^#define LSHIFT	R6$/;"	d
  6849  LSym	./cmd/internal/obj/link.go	/^type LSym struct {$/;"	t
  6850  LSym	./cmd/link/internal/ld/link.go	/^type LSym struct {$/;"	t
  6851  Label	./cmd/compile/internal/gc/go.go	/^type Label struct {$/;"	t
  6852  Label	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Label uint32$/;"	t
  6853  Label	./cmd/pprof/internal/profile/profile.go	/^type Label struct {$/;"	t
  6854  Label	./go/types/object.go	/^type Label struct {$/;"	t
  6855  LargeStruct	./runtime/malloc_test.go	/^type LargeStruct struct {$/;"	t
  6856  LastIndex	./bytes/bytes.go	/^func LastIndex(s, sep []byte) int {$/;"	f
  6857  LastIndex	./strings/strings.go	/^func LastIndex(s, sep string) int {$/;"	f
  6858  LastIndexAny	./bytes/bytes.go	/^func LastIndexAny(s []byte, chars string) int {$/;"	f
  6859  LastIndexAny	./strings/strings.go	/^func LastIndexAny(s, chars string) int {$/;"	f
  6860  LastIndexByte	./bytes/bytes.go	/^func LastIndexByte(s []byte, c byte) int {$/;"	f
  6861  LastIndexByte	./strings/strings.go	/^func LastIndexByte(s string, c byte) int {$/;"	f
  6862  LastIndexFunc	./bytes/bytes.go	/^func LastIndexFunc(s []byte, f func(r rune) bool) int {$/;"	f
  6863  LastIndexFunc	./strings/strings.go	/^func LastIndexFunc(s string, f func(rune) bool) int {$/;"	f
  6864  LastInsertId	./database/sql/driver/driver.go	/^func (RowsAffected) LastInsertId() (int64, error) {$/;"	f
  6865  LastInsertId	./database/sql/driver/driver.go	/^func (noRows) LastInsertId() (int64, error) {$/;"	f
  6866  LastInsertId	./database/sql/sql.go	/^func (dr driverResult) LastInsertId() (int64, error) {$/;"	f
  6867  LazyDLL	./syscall/dll_windows.go	/^type LazyDLL struct {$/;"	t
  6868  LazyProc	./syscall/dll_windows.go	/^type LazyProc struct {$/;"	t
  6869  Lchown	./os/file_plan9.go	/^func Lchown(name string, uid, gid int) error {$/;"	f
  6870  Lchown	./os/file_posix.go	/^func Lchown(name string, uid, gid int) error {$/;"	f
  6871  Lchown	./syscall/fs_nacl.go	/^func Lchown(path string, uid, gid int) error {$/;"	f
  6872  Lchown	./syscall/syscall_linux_arm64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6873  Lchown	./syscall/syscall_windows.go	/^func Lchown(path string, uid int, gid int) (err error) { return EWINDOWS }$/;"	f
  6874  Lchown	./syscall/zsyscall_darwin_386.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6875  Lchown	./syscall/zsyscall_darwin_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6876  Lchown	./syscall/zsyscall_darwin_arm.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6877  Lchown	./syscall/zsyscall_darwin_arm64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6878  Lchown	./syscall/zsyscall_dragonfly_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6879  Lchown	./syscall/zsyscall_freebsd_386.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6880  Lchown	./syscall/zsyscall_freebsd_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6881  Lchown	./syscall/zsyscall_freebsd_arm.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6882  Lchown	./syscall/zsyscall_linux_386.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6883  Lchown	./syscall/zsyscall_linux_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6884  Lchown	./syscall/zsyscall_linux_arm.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6885  Lchown	./syscall/zsyscall_linux_ppc64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6886  Lchown	./syscall/zsyscall_linux_ppc64le.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6887  Lchown	./syscall/zsyscall_netbsd_386.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6888  Lchown	./syscall/zsyscall_netbsd_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6889  Lchown	./syscall/zsyscall_netbsd_arm.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6890  Lchown	./syscall/zsyscall_openbsd_386.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6891  Lchown	./syscall/zsyscall_openbsd_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6892  Lchown	./syscall/zsyscall_openbsd_arm.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6893  Lchown	./syscall/zsyscall_solaris_amd64.go	/^func Lchown(path string, uid int, gid int) (err error) {$/;"	f
  6894  LdMachoCmd	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoCmd struct {$/;"	t
  6895  LdMachoDysymtab	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoDysymtab struct {$/;"	t
  6896  LdMachoObj	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoObj struct {$/;"	t
  6897  LdMachoRel	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoRel struct {$/;"	t
  6898  LdMachoSect	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoSect struct {$/;"	t
  6899  LdMachoSeg	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoSeg struct {$/;"	t
  6900  LdMachoSym	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoSym struct {$/;"	t
  6901  LdMachoSymtab	./cmd/link/internal/ld/ldmacho.go	/^type LdMachoSymtab struct {$/;"	t
  6902  Ldec128	./crypto/aes/asm_amd64.s	/^Ldec128:$/;"	l
  6903  Ldec196	./crypto/aes/asm_amd64.s	/^Ldec196:$/;"	l
  6904  Ldec256	./crypto/aes/asm_amd64.s	/^Ldec256:$/;"	l
  6905  Ldexp	./math/ldexp.go	/^func Ldexp(frac float64, exp int) float64$/;"	f
  6906  Ldmain	./cmd/link/internal/ld/pobj.go	/^func Ldmain() {$/;"	f
  6907  Le16	./cmd/link/internal/ld/lib.go	/^func Le16(b []byte) uint16 {$/;"	f
  6908  Le32	./cmd/link/internal/ld/lib.go	/^func Le32(b []byte) uint32 {$/;"	f
  6909  Le64	./cmd/link/internal/ld/lib.go	/^func Le64(b []byte) uint64 {$/;"	f
  6910  LeafSizeHelper	./cmd/compile/internal/big/natconv_test.go	/^func LeafSizeHelper(b *testing.B, base Word, size int) {$/;"	f
  6911  LeafSizeHelper	./math/big/natconv_test.go	/^func LeafSizeHelper(b *testing.B, base Word, size int) {$/;"	f
  6912  Left	./cmd/compile/internal/gc/syntax.go	/^	ODCL             \/\/ var Left (declares Left of type Left.Type)$/;"	t
  6913  Left	./cmd/compile/internal/gc/syntax.go	/^	ODCL             \/\/ var Left (declares Left of type Left.Type)$/;"	v
  6914  Len	./bytes/buffer.go	/^func (b *Buffer) Len() int { return len(b.buf) - b.off }$/;"	f
  6915  Len	./bytes/reader.go	/^func (r *Reader) Len() int {$/;"	f
  6916  Len	./cmd/compile/internal/gc/export.go	/^func (x methodbyname) Len() int {$/;"	f
  6917  Len	./cmd/compile/internal/gc/plive.go	/^func (x blockrpocmp) Len() int           { return len(x) }$/;"	f
  6918  Len	./cmd/compile/internal/gc/popt.go	/^func (x startcmp) Len() int {$/;"	f
  6919  Len	./cmd/compile/internal/gc/reg.go	/^func (x rcmp) Len() int {$/;"	f
  6920  Len	./cmd/compile/internal/gc/subr.go	/^func (x errcmp) Len() int {$/;"	f
  6921  Len	./cmd/compile/internal/gc/subr.go	/^func (x methcmp) Len() int {$/;"	f
  6922  Len	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByExpr) Len() int      { return len(x) }$/;"	f
  6923  Len	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByOrd) Len() int      { return len(x) }$/;"	f
  6924  Len	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByType) Len() int      { return len(x) }$/;"	f
  6925  Len	./cmd/cover/cover.go	/^func (b blockSlice) Len() int           { return len(b) }$/;"	f
  6926  Len	./cmd/cover/profile.go	/^func (b blocksByStart) Len() int      { return len(b) }$/;"	f
  6927  Len	./cmd/cover/profile.go	/^func (b boundariesByPos) Len() int      { return len(b) }$/;"	f
  6928  Len	./cmd/cover/profile.go	/^func (p byFileName) Len() int           { return len(p) }$/;"	f
  6929  Len	./cmd/fix/fix.go	/^func (f byDate) Len() int           { return len(f) }$/;"	f
  6930  Len	./cmd/fix/fix.go	/^func (f byName) Len() int           { return len(f) }$/;"	f
  6931  Len	./cmd/go/test.go	/^func (x byOrder) Len() int           { return len(x) }$/;"	f
  6932  Len	./cmd/internal/obj/arm/asm5.go	/^func (x ocmp) Len() int {$/;"	f
  6933  Len	./cmd/internal/obj/arm64/asm7.go	/^func (x ocmp) Len() int {$/;"	f
  6934  Len	./cmd/internal/obj/ppc64/asm9.go	/^func (x ocmp) Len() int {$/;"	f
  6935  Len	./cmd/internal/objfile/macho.go	/^func (x uint64s) Len() int           { return len(x) }$/;"	f
  6936  Len	./cmd/internal/objfile/objfile.go	/^func (x byAddr) Len() int           { return len(x) }$/;"	f
  6937  Len	./cmd/link/internal/ld/ldelf.go	/^func (x rbyoff) Len() int {$/;"	f
  6938  Len	./cmd/link/internal/ld/macho.go	/^func (x machoscmp) Len() int {$/;"	f
  6939  Len	./cmd/link/internal/ld/pe.go	/^func (x pescmp) Len() int {$/;"	f
  6940  Len	./cmd/link/internal/ld/symtab.go	/^func (libs byPkg) Len() int {$/;"	f
  6941  Len	./cmd/nm/nm.go	/^func (x byAddr) Len() int           { return len(x) }$/;"	f
  6942  Len	./cmd/nm/nm.go	/^func (x byName) Len() int           { return len(x) }$/;"	f
  6943  Len	./cmd/nm/nm.go	/^func (x bySize) Len() int           { return len(x) }$/;"	f
  6944  Len	./cmd/pprof/internal/report/report.go	/^func (el edgeList) Len() int {$/;"	f
  6945  Len	./cmd/pprof/internal/report/report.go	/^func (o objSymbols) Len() int {$/;"	f
  6946  Len	./cmd/pprof/internal/report/report.go	/^func (s nodeSorter) Len() int           { return len(s.rs) }$/;"	f
  6947  Len	./cmd/pprof/internal/report/report.go	/^func (t tags) Len() int      { return len(t) }$/;"	f
  6948  Len	./cmd/trace/goroutines.go	/^func (l gdescList) Len() int {$/;"	f
  6949  Len	./cmd/trace/goroutines.go	/^func (l gtypeList) Len() int {$/;"	f
  6950  Len	./compress/bzip2/huffman.go	/^func (h huffmanSymbolLengthPairs) Len() int {$/;"	f
  6951  Len	./compress/bzip2/huffman.go	/^func (n huffmanCodes) Len() int {$/;"	f
  6952  Len	./compress/flate/huffman_code.go	/^func (s literalNodeSorter) Len() int { return len(s.a) }$/;"	f
  6953  Len	./container/heap/example_intheap_test.go	/^func (h IntHeap) Len() int           { return len(h) }$/;"	f
  6954  Len	./container/heap/example_pq_test.go	/^func (pq PriorityQueue) Len() int { return len(pq) }$/;"	f
  6955  Len	./container/heap/heap_test.go	/^func (h *myHeap) Len() int {$/;"	f
  6956  Len	./container/list/list.go	/^func (l *List) Len() int { return l.len }$/;"	f
  6957  Len	./container/ring/ring.go	/^func (r *Ring) Len() int {$/;"	f
  6958  Len	./encoding/asn1/marshal.go	/^func (f *forkableWriter) Len() (l int) {$/;"	f
  6959  Len	./encoding/gob/decode.go	/^func (d *decBuffer) Len() int {$/;"	f
  6960  Len	./encoding/gob/encode.go	/^func (e *encBuffer) Len() int {$/;"	f
  6961  Len	./encoding/json/encode.go	/^func (sv stringValues) Len() int           { return len(sv) }$/;"	f
  6962  Len	./encoding/json/encode.go	/^func (x byIndex) Len() int { return len(x) }$/;"	f
  6963  Len	./encoding/json/encode.go	/^func (x byName) Len() int { return len(x) }$/;"	f
  6964  Len	./go/ast/commentmap.go	/^func (a byInterval) Len() int { return len(a) }$/;"	f
  6965  Len	./go/ast/commentmap.go	/^func (a byPos) Len() int           { return len(a) }$/;"	f
  6966  Len	./go/ast/import.go	/^func (x byCommentPos) Len() int           { return len(x) }$/;"	f
  6967  Len	./go/ast/import.go	/^func (x byImportSpec) Len() int      { return len(x) }$/;"	f
  6968  Len	./go/doc/example.go	/^func (s exampleByName) Len() int           { return len(s) }$/;"	f
  6969  Len	./go/doc/reader.go	/^func (d *data) Len() int           { return d.n }$/;"	f
  6970  Len	./go/internal/gcimporter/gcimporter.go	/^func (a byPath) Len() int           { return len(a) }$/;"	f
  6971  Len	./go/scanner/errors.go	/^func (p ErrorList) Len() int      { return len(p) }$/;"	f
  6972  Len	./go/types/initorder.go	/^func (a nodeQueue) Len() int { return len(a) }$/;"	f
  6973  Len	./go/types/methodset.go	/^func (a byUniqueName) Len() int           { return len(a) }$/;"	f
  6974  Len	./go/types/methodset.go	/^func (s *MethodSet) Len() int { return len(s.list) }$/;"	f
  6975  Len	./go/types/ordering.go	/^func (a inSourceOrder) Len() int           { return len(a) }$/;"	f
  6976  Len	./go/types/scope.go	/^func (s *Scope) Len() int { return len(s.elems) }$/;"	f
  6977  Len	./go/types/type.go	/^func (a *Array) Len() int64 { return a.len }$/;"	f
  6978  Len	./go/types/type.go	/^func (t *Tuple) Len() int {$/;"	f
  6979  Len	./go/types/typexpr.go	/^func (a byUniqueMethodName) Len() int           { return len(a) }$/;"	f
  6980  Len	./go/types/typexpr.go	/^func (a byUniqueTypeName) Len() int           { return len(a) }$/;"	f
  6981  Len	./index/suffixarray/qsufsort.go	/^func (x *suffixSortable) Len() int           { return len(x.sa) }$/;"	f
  6982  Len	./index/suffixarray/suffixarray_test.go	/^func (x *index) Len() int           { return len(x.sa) }$/;"	f
  6983  Len	./internal/trace/parser.go	/^func (l eventList) Len() int {$/;"	f
  6984  Len	./io/ioutil/ioutil.go	/^func (f byName) Len() int           { return len(f) }$/;"	f
  6985  Len	./net/addrselect.go	/^func (s *byRFC6724) Len() int { return len(s.addrs) }$/;"	f
  6986  Len	./net/addrselect.go	/^func (s byMaskLength) Len() int      { return len(s) }$/;"	f
  6987  Len	./net/dnsclient.go	/^func (s byPref) Len() int           { return len(s) }$/;"	f
  6988  Len	./net/dnsclient.go	/^func (s byPriorityWeight) Len() int { return len(s) }$/;"	f
  6989  Len	./net/http/cookiejar/jar.go	/^func (s byPathLength) Len() int { return len(s) }$/;"	f
  6990  Len	./net/http/header.go	/^func (s *headerSorter) Len() int           { return len(s.kvs) }$/;"	f
  6991  Len	./net/lookup_windows_test.go	/^func (s byHost) Len() int           { return len(s) }$/;"	f
  6992  Len	./net/lookup_windows_test.go	/^func (s byPrefAndHost) Len() int { return len(s) }$/;"	f
  6993  Len	./net/rpc/debug.go	/^func (m methodArray) Len() int           { return len(m) }$/;"	f
  6994  Len	./net/rpc/debug.go	/^func (s serviceArray) Len() int           { return len(s) }$/;"	f
  6995  Len	./reflect/type.go	/^func (t *rtype) Len() int {$/;"	f
  6996  Len	./reflect/value.go	/^func (v Value) Len() int {$/;"	f
  6997  Len	./regexp/onepass.go	/^func (p runeSlice) Len() int           { return len(p) }$/;"	f
  6998  Len	./regexp/syntax/parse.go	/^func (ra ranges) Len() int {$/;"	f
  6999  Len	./runtime/debug/garbage.go	/^func (x byDuration) Len() int           { return len(x) }$/;"	f
  7000  Len	./runtime/pprof/pprof.go	/^func (p runtimeProfile) Len() int              { return len(p) }$/;"	f
  7001  Len	./runtime/pprof/pprof.go	/^func (x byCycles) Len() int           { return len(x) }$/;"	f
  7002  Len	./runtime/pprof/pprof.go	/^func (x byInUseBytes) Len() int           { return len(x) }$/;"	f
  7003  Len	./runtime/pprof/pprof.go	/^func (x byName) Len() int           { return len(x) }$/;"	f
  7004  Len	./runtime/pprof/pprof.go	/^func (x stackProfile) Len() int              { return len(x) }$/;"	f
  7005  Len	./sort/example_interface_test.go	/^func (a ByAge) Len() int           { return len(a) }$/;"	f
  7006  Len	./sort/example_keys_test.go	/^func (s *planetSorter) Len() int {$/;"	f
  7007  Len	./sort/example_multi_test.go	/^func (ms *multiSorter) Len() int {$/;"	f
  7008  Len	./sort/example_wrapper_test.go	/^func (s Organs) Len() int      { return len(s) }$/;"	f
  7009  Len	./sort/sort.go	/^func (p Float64Slice) Len() int           { return len(p) }$/;"	f
  7010  Len	./sort/sort.go	/^func (p IntSlice) Len() int           { return len(p) }$/;"	f
  7011  Len	./sort/sort.go	/^func (p StringSlice) Len() int           { return len(p) }$/;"	f
  7012  Len	./sort/sort_test.go	/^func (d *adversaryTestingData) Len() int { return len(d.data) }$/;"	f
  7013  Len	./sort/sort_test.go	/^func (d *testingData) Len() int { return len(d.data) }$/;"	f
  7014  Len	./sort/sort_test.go	/^func (d intPairs) Len() int           { return len(d) }$/;"	f
  7015  Len	./strings/reader.go	/^func (r *Reader) Len() int {$/;"	f
  7016  Len	./syscall/security_windows.go	/^func (sid *SID) Len() int {$/;"	f
  7017  Len	./text/template/exec.go	/^func (x rvs) Len() int      { return len(x) }$/;"	f
  7018  Len	./time/genzabbrs.go	/^func (zs zones) Len() int           { return len(zs) }$/;"	f
  7019  Len	./unicode/maketables.go	/^func (p runeSlice) Len() int           { return len(p) }$/;"	f
  7020  Lenc128	./crypto/aes/asm_amd64.s	/^Lenc128:$/;"	l
  7021  Lenc196	./crypto/aes/asm_amd64.s	/^Lenc196:$/;"	l
  7022  Lenc256	./crypto/aes/asm_amd64.s	/^Lenc256:$/;"	l
  7023  Less	./cmd/compile/internal/gc/export.go	/^func (x methodbyname) Less(i, j int) bool {$/;"	f
  7024  Less	./cmd/compile/internal/gc/plive.go	/^func (x blockrpocmp) Less(i, j int) bool { return x[i].rpo < x[j].rpo }$/;"	f
  7025  Less	./cmd/compile/internal/gc/popt.go	/^func (x startcmp) Less(i, j int) bool {$/;"	f
  7026  Less	./cmd/compile/internal/gc/reg.go	/^func (x rcmp) Less(i, j int) bool {$/;"	f
  7027  Less	./cmd/compile/internal/gc/subr.go	/^func (x errcmp) Less(i, j int) bool {$/;"	f
  7028  Less	./cmd/compile/internal/gc/subr.go	/^func (x methcmp) Less(i, j int) bool {$/;"	f
  7029  Less	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByExpr) Less(i, j int) bool {$/;"	f
  7030  Less	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByOrd) Less(i, j int) bool {$/;"	f
  7031  Less	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByType) Less(i, j int) bool {$/;"	f
  7032  Less	./cmd/cover/cover.go	/^func (b blockSlice) Less(i, j int) bool { return b[i].startByte < b[j].startByte }$/;"	f
  7033  Less	./cmd/cover/profile.go	/^func (b blocksByStart) Less(i, j int) bool {$/;"	f
  7034  Less	./cmd/cover/profile.go	/^func (b boundariesByPos) Less(i, j int) bool {$/;"	f
  7035  Less	./cmd/cover/profile.go	/^func (p byFileName) Less(i, j int) bool { return p[i].FileName < p[j].FileName }$/;"	f
  7036  Less	./cmd/fix/fix.go	/^func (f byDate) Less(i, j int) bool { return f[i].date < f[j].date }$/;"	f
  7037  Less	./cmd/fix/fix.go	/^func (f byName) Less(i, j int) bool { return f[i].name < f[j].name }$/;"	f
  7038  Less	./cmd/go/test.go	/^func (x byOrder) Less(i, j int) bool { return x[i].Order < x[j].Order }$/;"	f
  7039  Less	./cmd/internal/obj/arm/asm5.go	/^func (x ocmp) Less(i, j int) bool {$/;"	f
  7040  Less	./cmd/internal/obj/arm64/asm7.go	/^func (x ocmp) Less(i, j int) bool {$/;"	f
  7041  Less	./cmd/internal/obj/ppc64/asm9.go	/^func (x ocmp) Less(i, j int) bool {$/;"	f
  7042  Less	./cmd/internal/objfile/macho.go	/^func (x uint64s) Less(i, j int) bool { return x[i] < x[j] }$/;"	f
  7043  Less	./cmd/internal/objfile/objfile.go	/^func (x byAddr) Less(i, j int) bool { return x[i].Addr < x[j].Addr }$/;"	f
  7044  Less	./cmd/link/internal/ld/ldelf.go	/^func (x rbyoff) Less(i, j int) bool {$/;"	f
  7045  Less	./cmd/link/internal/ld/macho.go	/^func (x machoscmp) Less(i, j int) bool {$/;"	f
  7046  Less	./cmd/link/internal/ld/pe.go	/^func (x pescmp) Less(i, j int) bool {$/;"	f
  7047  Less	./cmd/link/internal/ld/symtab.go	/^func (libs byPkg) Less(a, b int) bool {$/;"	f
  7048  Less	./cmd/nm/nm.go	/^func (x byAddr) Less(i, j int) bool { return x[i].Addr < x[j].Addr }$/;"	f
  7049  Less	./cmd/nm/nm.go	/^func (x byName) Less(i, j int) bool { return x[i].Name < x[j].Name }$/;"	f
  7050  Less	./cmd/nm/nm.go	/^func (x bySize) Less(i, j int) bool { return x[i].Size > x[j].Size }$/;"	f
  7051  Less	./cmd/pprof/internal/report/report.go	/^func (el edgeList) Less(i, j int) bool {$/;"	f
  7052  Less	./cmd/pprof/internal/report/report.go	/^func (o objSymbols) Less(i, j int) bool {$/;"	f
  7053  Less	./cmd/pprof/internal/report/report.go	/^func (s nodeSorter) Less(i, j int) bool { return s.less(i, j) }$/;"	f
  7054  Less	./cmd/pprof/internal/report/report.go	/^func (t tags) Less(i, j int) bool {$/;"	f
  7055  Less	./cmd/trace/goroutines.go	/^func (l gdescList) Less(i, j int) bool {$/;"	f
  7056  Less	./cmd/trace/goroutines.go	/^func (l gtypeList) Less(i, j int) bool {$/;"	f
  7057  Less	./compress/bzip2/huffman.go	/^func (h huffmanSymbolLengthPairs) Less(i, j int) bool {$/;"	f
  7058  Less	./compress/bzip2/huffman.go	/^func (n huffmanCodes) Less(i, j int) bool {$/;"	f
  7059  Less	./compress/flate/huffman_code.go	/^func (s literalNodeSorter) Less(i, j int) bool {$/;"	f
  7060  Less	./container/heap/example_intheap_test.go	/^func (h IntHeap) Less(i, j int) bool { return h[i] < h[j] }$/;"	f
  7061  Less	./container/heap/example_pq_test.go	/^func (pq PriorityQueue) Less(i, j int) bool {$/;"	f
  7062  Less	./container/heap/heap_test.go	/^func (h *myHeap) Less(i, j int) bool {$/;"	f
  7063  Less	./encoding/json/encode.go	/^func (sv stringValues) Less(i, j int) bool { return sv.get(i) < sv.get(j) }$/;"	f
  7064  Less	./encoding/json/encode.go	/^func (x byIndex) Less(i, j int) bool {$/;"	f
  7065  Less	./encoding/json/encode.go	/^func (x byName) Less(i, j int) bool {$/;"	f
  7066  Less	./go/ast/commentmap.go	/^func (a byInterval) Less(i, j int) bool {$/;"	f
  7067  Less	./go/ast/commentmap.go	/^func (a byPos) Less(i, j int) bool { return a[i].Pos() < a[j].Pos() }$/;"	f
  7068  Less	./go/ast/import.go	/^func (x byCommentPos) Less(i, j int) bool { return x[i].Pos() < x[j].Pos() }$/;"	f
  7069  Less	./go/ast/import.go	/^func (x byImportSpec) Less(i, j int) bool {$/;"	f
  7070  Less	./go/doc/example.go	/^func (s exampleByName) Less(i, j int) bool { return s[i].Name < s[j].Name }$/;"	f
  7071  Less	./go/doc/reader.go	/^func (d *data) Less(i, j int) bool { return d.less(i, j) }$/;"	f
  7072  Less	./go/internal/gcimporter/gcimporter.go	/^func (a byPath) Less(i, j int) bool { return a[i].Path() < a[j].Path() }$/;"	f
  7073  Less	./go/scanner/errors.go	/^func (p ErrorList) Less(i, j int) bool {$/;"	f
  7074  Less	./go/types/initorder.go	/^func (a nodeQueue) Less(i, j int) bool {$/;"	f
  7075  Less	./go/types/methodset.go	/^func (a byUniqueName) Less(i, j int) bool { return a[i].obj.Id() < a[j].obj.Id() }$/;"	f
  7076  Less	./go/types/ordering.go	/^func (a inSourceOrder) Less(i, j int) bool { return a[i].order() < a[j].order() }$/;"	f
  7077  Less	./go/types/typexpr.go	/^func (a byUniqueMethodName) Less(i, j int) bool { return a[i].Id() < a[j].Id() }$/;"	f
  7078  Less	./go/types/typexpr.go	/^func (a byUniqueTypeName) Less(i, j int) bool { return a[i].obj.Id() < a[j].obj.Id() }$/;"	f
  7079  Less	./index/suffixarray/qsufsort.go	/^func (x *suffixSortable) Less(i, j int) bool { return x.inv[x.sa[i]+x.h] < x.inv[x.sa[j]+x.h] }$/;"	f
  7080  Less	./index/suffixarray/suffixarray_test.go	/^func (x *index) Less(i, j int) bool { return bytes.Compare(x.at(i), x.at(j)) < 0 }$/;"	f
  7081  Less	./internal/trace/parser.go	/^func (l eventList) Less(i, j int) bool {$/;"	f
  7082  Less	./io/ioutil/ioutil.go	/^func (f byName) Less(i, j int) bool { return f[i].Name() < f[j].Name() }$/;"	f
  7083  Less	./net/addrselect.go	/^func (s *byRFC6724) Less(i, j int) bool {$/;"	f
  7084  Less	./net/addrselect.go	/^func (s byMaskLength) Less(i, j int) bool {$/;"	f
  7085  Less	./net/dnsclient.go	/^func (s byPref) Less(i, j int) bool { return s[i].Pref < s[j].Pref }$/;"	f
  7086  Less	./net/dnsclient.go	/^func (s byPriorityWeight) Less(i, j int) bool {$/;"	f
  7087  Less	./net/http/cookiejar/jar.go	/^func (s byPathLength) Less(i, j int) bool {$/;"	f
  7088  Less	./net/http/header.go	/^func (s *headerSorter) Less(i, j int) bool { return s.kvs[i].key < s.kvs[j].key }$/;"	f
  7089  Less	./net/lookup_windows_test.go	/^func (s byHost) Less(i, j int) bool { return s[i].Host < s[j].Host }$/;"	f
  7090  Less	./net/lookup_windows_test.go	/^func (s byPrefAndHost) Less(i, j int) bool {$/;"	f
  7091  Less	./net/rpc/debug.go	/^func (m methodArray) Less(i, j int) bool { return m[i].Name < m[j].Name }$/;"	f
  7092  Less	./net/rpc/debug.go	/^func (s serviceArray) Less(i, j int) bool { return s[i].Name < s[j].Name }$/;"	f
  7093  Less	./regexp/onepass.go	/^func (p runeSlice) Less(i, j int) bool { return p[i] < p[j] }$/;"	f
  7094  Less	./regexp/syntax/parse.go	/^func (ra ranges) Less(i, j int) bool {$/;"	f
  7095  Less	./runtime/debug/garbage.go	/^func (x byDuration) Less(i, j int) bool { return x[i] < x[j] }$/;"	f
  7096  Less	./runtime/pprof/pprof.go	/^func (x byCycles) Less(i, j int) bool { return x[i].Cycles > x[j].Cycles }$/;"	f
  7097  Less	./runtime/pprof/pprof.go	/^func (x byInUseBytes) Less(i, j int) bool { return x[i].InUseBytes() > x[j].InUseBytes() }$/;"	f
  7098  Less	./runtime/pprof/pprof.go	/^func (x byName) Less(i, j int) bool { return x[i].name < x[j].name }$/;"	f
  7099  Less	./runtime/pprof/pprof.go	/^func (x stackProfile) Less(i, j int) bool {$/;"	f
  7100  Less	./sort/example_interface_test.go	/^func (a ByAge) Less(i, j int) bool { return a[i].Age < a[j].Age }$/;"	f
  7101  Less	./sort/example_keys_test.go	/^func (s *planetSorter) Less(i, j int) bool {$/;"	f
  7102  Less	./sort/example_multi_test.go	/^func (ms *multiSorter) Less(i, j int) bool {$/;"	f
  7103  Less	./sort/example_wrapper_test.go	/^func (s ByName) Less(i, j int) bool { return s.Organs[i].Name < s.Organs[j].Name }$/;"	f
  7104  Less	./sort/example_wrapper_test.go	/^func (s ByWeight) Less(i, j int) bool { return s.Organs[i].Weight < s.Organs[j].Weight }$/;"	f
  7105  Less	./sort/sort.go	/^func (p Float64Slice) Less(i, j int) bool { return p[i] < p[j] || isNaN(p[i]) && !isNaN(p[j]) }$/;"	f
  7106  Less	./sort/sort.go	/^func (p IntSlice) Less(i, j int) bool { return p[i] < p[j] }$/;"	f
  7107  Less	./sort/sort.go	/^func (p StringSlice) Less(i, j int) bool { return p[i] < p[j] }$/;"	f
  7108  Less	./sort/sort.go	/^func (r reverse) Less(i, j int) bool {$/;"	f
  7109  Less	./sort/sort_test.go	/^func (d *adversaryTestingData) Less(i, j int) bool {$/;"	f
  7110  Less	./sort/sort_test.go	/^func (d *testingData) Less(i, j int) bool {$/;"	f
  7111  Less	./sort/sort_test.go	/^func (d intPairs) Less(i, j int) bool { return d[i].a < d[j].a }$/;"	f
  7112  Less	./text/template/exec.go	/^func (x rvFloats) Less(i, j int) bool { return x.rvs[i].Float() < x.rvs[j].Float() }$/;"	f
  7113  Less	./text/template/exec.go	/^func (x rvInts) Less(i, j int) bool { return x.rvs[i].Int() < x.rvs[j].Int() }$/;"	f
  7114  Less	./text/template/exec.go	/^func (x rvStrings) Less(i, j int) bool { return x.rvs[i].String() < x.rvs[j].String() }$/;"	f
  7115  Less	./text/template/exec.go	/^func (x rvUints) Less(i, j int) bool { return x.rvs[i].Uint() < x.rvs[j].Uint() }$/;"	f
  7116  Less	./time/genzabbrs.go	/^func (zs zones) Less(i, j int) bool { return zs[i].UnixName < zs[j].UnixName }$/;"	f
  7117  Less	./unicode/maketables.go	/^func (p runeSlice) Less(i, j int) bool { return p[i] < p[j] }$/;"	f
  7118  Level	./cmd/compile/internal/gc/esc.go	/^type Level struct {$/;"	t
  7119  Lex	./cmd/compile/internal/gc/lex.go	/^func (yy) Lex(v *yySymType) int {$/;"	f
  7120  Lexp_dec	./crypto/aes/asm_amd64.s	/^Lexp_dec:$/;"	l
  7121  Lexp_dec_loop	./crypto/aes/asm_amd64.s	/^Lexp_dec_loop:$/;"	l
  7122  Lexp_enc128	./crypto/aes/asm_amd64.s	/^Lexp_enc128:$/;"	l
  7123  Lexp_enc196	./crypto/aes/asm_amd64.s	/^Lexp_enc196:$/;"	l
  7124  Lexp_enc256	./crypto/aes/asm_amd64.s	/^Lexp_enc256:$/;"	l
  7125  Lflag	./cmd/link/internal/ld/lib.go	/^func Lflag(arg string) {$/;"	f
  7126  Lgamma	./math/lgamma.go	/^func Lgamma(x float64) (lgamma float64, sign int) {$/;"	f
  7127  Lhs	./go/types/api.go	/^	Lhs []*Var \/\/ var Lhs = Rhs$/;"	v
  7128  Library	./cmd/link/internal/ld/link.go	/^type Library struct {$/;"	t
  7129  LimitReader	./io/io.go	/^func LimitReader(r Reader, n int64) Reader { return &LimitedReader{r, n} }$/;"	f
  7130  LimitedReader	./io/io.go	/^type LimitedReader struct {$/;"	t
  7131  Line	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) Line() int {$/;"	f
  7132  Line	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) Line() int {$/;"	f
  7133  Line	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) Line() int {$/;"	f
  7134  Line	./cmd/compile/internal/gc/util.go	/^func (n *Node) Line() string {$/;"	f
  7135  Line	./cmd/internal/obj/util.go	/^func (ctxt *Link) Line(n int) string {$/;"	f
  7136  Line	./cmd/internal/obj/util.go	/^func (p *Prog) Line() string {$/;"	f
  7137  Line	./cmd/pprof/internal/profile/profile.go	/^type Line struct {$/;"	t
  7138  Line	./go/token/position.go	/^func (f *File) Line(p Pos) int {$/;"	f
  7139  LineCount	./go/token/position.go	/^func (f *File) LineCount() int {$/;"	f
  7140  LineEntry	./debug/dwarf/line.go	/^type LineEntry struct {$/;"	t
  7141  LineFile	./debug/dwarf/line.go	/^type LineFile struct {$/;"	t
  7142  LineHist	./cmd/internal/obj/obj.go	/^type LineHist struct {$/;"	t
  7143  LineRange	./cmd/internal/obj/obj.go	/^type LineRange struct {$/;"	t
  7144  LineReader	./debug/dwarf/line.go	/^func (d *Data) LineReader(cu *Entry) (*LineReader, error) {$/;"	f
  7145  LineReader	./debug/dwarf/line.go	/^type LineReader struct {$/;"	t
  7146  LineReaderPos	./debug/dwarf/line.go	/^type LineReaderPos struct {$/;"	t
  7147  LineStack	./cmd/internal/obj/obj.go	/^type LineStack struct {$/;"	t
  7148  LineString	./cmd/internal/obj/obj.go	/^func (h *LineHist) LineString(lineno int) string {$/;"	f
  7149  LineTable	./debug/gosym/pclntab.go	/^type LineTable struct {$/;"	t
  7150  LineToPC	./debug/gosym/pclntab.go	/^func (t *LineTable) LineToPC(line int, maxpc uint64) uint64 {$/;"	f
  7151  LineToPC	./debug/gosym/symtab.go	/^func (t *Table) LineToPC(file string, line int) (pc uint64, fn *Func, err error) {$/;"	f
  7152  Linger	./syscall/net_nacl.go	/^type Linger struct {$/;"	t
  7153  Linger	./syscall/syscall_windows.go	/^type Linger struct {$/;"	t
  7154  Linger	./syscall/types_darwin.go	/^type Linger C.struct_linger$/;"	t
  7155  Linger	./syscall/types_dragonfly.go	/^type Linger C.struct_linger$/;"	t
  7156  Linger	./syscall/types_freebsd.go	/^type Linger C.struct_linger$/;"	t
  7157  Linger	./syscall/types_linux.go	/^type Linger C.struct_linger$/;"	t
  7158  Linger	./syscall/types_netbsd.go	/^type Linger C.struct_linger$/;"	t
  7159  Linger	./syscall/types_openbsd.go	/^type Linger C.struct_linger$/;"	t
  7160  Linger	./syscall/types_solaris.go	/^type Linger C.struct_linger$/;"	t
  7161  Linger	./syscall/ztypes_darwin_386.go	/^type Linger struct {$/;"	t
  7162  Linger	./syscall/ztypes_darwin_amd64.go	/^type Linger struct {$/;"	t
  7163  Linger	./syscall/ztypes_darwin_arm.go	/^type Linger struct {$/;"	t
  7164  Linger	./syscall/ztypes_darwin_arm64.go	/^type Linger struct {$/;"	t
  7165  Linger	./syscall/ztypes_dragonfly_amd64.go	/^type Linger struct {$/;"	t
  7166  Linger	./syscall/ztypes_freebsd_386.go	/^type Linger struct {$/;"	t
  7167  Linger	./syscall/ztypes_freebsd_amd64.go	/^type Linger struct {$/;"	t
  7168  Linger	./syscall/ztypes_freebsd_arm.go	/^type Linger struct {$/;"	t
  7169  Linger	./syscall/ztypes_linux_386.go	/^type Linger struct {$/;"	t
  7170  Linger	./syscall/ztypes_linux_amd64.go	/^type Linger struct {$/;"	t
  7171  Linger	./syscall/ztypes_linux_arm.go	/^type Linger struct {$/;"	t
  7172  Linger	./syscall/ztypes_linux_arm64.go	/^type Linger struct {$/;"	t
  7173  Linger	./syscall/ztypes_linux_ppc64.go	/^type Linger struct {$/;"	t
  7174  Linger	./syscall/ztypes_linux_ppc64le.go	/^type Linger struct {$/;"	t
  7175  Linger	./syscall/ztypes_netbsd_386.go	/^type Linger struct {$/;"	t
  7176  Linger	./syscall/ztypes_netbsd_amd64.go	/^type Linger struct {$/;"	t
  7177  Linger	./syscall/ztypes_netbsd_arm.go	/^type Linger struct {$/;"	t
  7178  Linger	./syscall/ztypes_openbsd_386.go	/^type Linger struct {$/;"	t
  7179  Linger	./syscall/ztypes_openbsd_amd64.go	/^type Linger struct {$/;"	t
  7180  Linger	./syscall/ztypes_openbsd_arm.go	/^type Linger struct {$/;"	t
  7181  Linger	./syscall/ztypes_solaris_amd64.go	/^type Linger struct {$/;"	t
  7182  Link	./cmd/internal/obj/link.go	/^type Link struct {$/;"	t
  7183  Link	./cmd/link/internal/ld/link.go	/^type Link struct {$/;"	t
  7184  Link	./container/ring/ring.go	/^func (r *Ring) Link(s *Ring) *Ring {$/;"	f
  7185  Link	./encoding/xml/read_test.go	/^type Link struct {$/;"	t
  7186  Link	./os/file_plan9.go	/^func Link(oldname, newname string) error {$/;"	f
  7187  Link	./os/file_unix.go	/^func Link(oldname, newname string) error {$/;"	f
  7188  Link	./os/file_windows.go	/^func Link(oldname, newname string) error {$/;"	f
  7189  Link	./syscall/fs_nacl.go	/^func Link(path, link string) error {$/;"	f
  7190  Link	./syscall/syscall_linux.go	/^func Link(oldpath string, newpath string) (err error) {$/;"	f
  7191  Link	./syscall/syscall_windows.go	/^func Link(oldpath, newpath string) (err error) { return EWINDOWS }$/;"	f
  7192  Link	./syscall/zsyscall_darwin_386.go	/^func Link(path string, link string) (err error) {$/;"	f
  7193  Link	./syscall/zsyscall_darwin_amd64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7194  Link	./syscall/zsyscall_darwin_arm.go	/^func Link(path string, link string) (err error) {$/;"	f
  7195  Link	./syscall/zsyscall_darwin_arm64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7196  Link	./syscall/zsyscall_dragonfly_amd64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7197  Link	./syscall/zsyscall_freebsd_386.go	/^func Link(path string, link string) (err error) {$/;"	f
  7198  Link	./syscall/zsyscall_freebsd_amd64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7199  Link	./syscall/zsyscall_freebsd_arm.go	/^func Link(path string, link string) (err error) {$/;"	f
  7200  Link	./syscall/zsyscall_netbsd_386.go	/^func Link(path string, link string) (err error) {$/;"	f
  7201  Link	./syscall/zsyscall_netbsd_amd64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7202  Link	./syscall/zsyscall_netbsd_arm.go	/^func Link(path string, link string) (err error) {$/;"	f
  7203  Link	./syscall/zsyscall_openbsd_386.go	/^func Link(path string, link string) (err error) {$/;"	f
  7204  Link	./syscall/zsyscall_openbsd_amd64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7205  Link	./syscall/zsyscall_openbsd_arm.go	/^func Link(path string, link string) (err error) {$/;"	f
  7206  Link	./syscall/zsyscall_solaris_amd64.go	/^func Link(path string, link string) (err error) {$/;"	f
  7207  Link386	./cmd/internal/obj/x86/obj6.go	/^var Link386 = obj.LinkArch{$/;"	v
  7208  Link386	./cmd/link/internal/ld/arch.go	/^var Link386 = LinkArch{$/;"	v
  7209  LinkArch	./cmd/internal/obj/link.go	/^type LinkArch struct {$/;"	t
  7210  LinkArch	./cmd/link/internal/ld/link.go	/^type LinkArch struct {$/;"	t
  7211  LinkError	./os/file.go	/^type LinkError struct {$/;"	t
  7212  Linkamd64	./cmd/internal/obj/x86/obj6.go	/^var Linkamd64 = obj.LinkArch{$/;"	v
  7213  Linkamd64	./cmd/link/internal/ld/arch.go	/^var Linkamd64 = LinkArch{$/;"	v
  7214  Linkamd64p32	./cmd/internal/obj/x86/obj6.go	/^var Linkamd64p32 = obj.LinkArch{$/;"	v
  7215  Linkamd64p32	./cmd/link/internal/ld/arch.go	/^var Linkamd64p32 = LinkArch{$/;"	v
  7216  Linkarm	./cmd/internal/obj/arm/obj5.go	/^var Linkarm = obj.LinkArch{$/;"	v
  7217  Linkarm	./cmd/link/internal/ld/arch.go	/^var Linkarm = LinkArch{$/;"	v
  7218  Linkarm64	./cmd/internal/obj/arm64/obj7.go	/^var Linkarm64 = obj.LinkArch{$/;"	v
  7219  Linkarm64	./cmd/link/internal/ld/arch.go	/^var Linkarm64 = LinkArch{$/;"	v
  7220  Linklookup	./cmd/internal/obj/sym.go	/^func Linklookup(ctxt *Link, name string, v int) *LSym {$/;"	f
  7221  Linklookup	./cmd/link/internal/ld/sym.go	/^func Linklookup(ctxt *Link, name string, v int) *LSym {$/;"	f
  7222  Linknew	./cmd/internal/obj/sym.go	/^func Linknew(arch *LinkArch) *Link {$/;"	f
  7223  Linknewplist	./cmd/internal/obj/link.go	/^func Linknewplist(ctxt *Link) *Plist {$/;"	f
  7224  Linkppc64	./cmd/internal/obj/ppc64/obj9.go	/^var Linkppc64 = obj.LinkArch{$/;"	v
  7225  Linkppc64	./cmd/link/internal/ld/arch.go	/^var Linkppc64 = LinkArch{$/;"	v
  7226  Linkppc64le	./cmd/internal/obj/ppc64/obj9.go	/^var Linkppc64le = obj.LinkArch{$/;"	v
  7227  Linkppc64le	./cmd/link/internal/ld/arch.go	/^var Linkppc64le = LinkArch{$/;"	v
  7228  Linkprfile	./cmd/internal/obj/obj.go	/^func Linkprfile(ctxt *Link, line int) {$/;"	f
  7229  Linkrlookup	./cmd/link/internal/ld/sym.go	/^func Linkrlookup(ctxt *Link, name string, v int) *LSym {$/;"	f
  7230  Linksym	./cmd/compile/internal/gc/obj.go	/^func Linksym(s *Sym) *obj.LSym {$/;"	f
  7231  Linksymfmt	./cmd/internal/obj/sym.go	/^func Linksymfmt(s *LSym) string {$/;"	f
  7232  List	./container/list/list.go	/^type List struct {$/;"	t
  7233  List	./syscall/mksyscall_windows.go	/^func (r *Rets) List() string {$/;"	f
  7234  ListNode	./text/template/parse/node.go	/^type ListNode struct {$/;"	t
  7235  Listen	./crypto/tls/tls.go	/^func Listen(network, laddr string, config *Config) (net.Listener, error) {$/;"	f
  7236  Listen	./net/dial.go	/^func Listen(net, laddr string) (Listener, error) {$/;"	f
  7237  Listen	./net/internal/socktest/sys_unix.go	/^func (sw *Switch) Listen(s, backlog int) (err error) {$/;"	f
  7238  Listen	./net/internal/socktest/sys_windows.go	/^func (sw *Switch) Listen(s syscall.Handle, backlog int) (err error) {$/;"	f
  7239  Listen	./syscall/net_nacl.go	/^func Listen(fd int, backlog int) error {$/;"	f
  7240  Listen	./syscall/syscall_linux_386.go	/^func Listen(s int, n int) (err error) {$/;"	f
  7241  Listen	./syscall/syscall_windows.go	/^func Listen(s Handle, n int) (err error) {$/;"	f
  7242  Listen	./syscall/zsyscall_darwin_386.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7243  Listen	./syscall/zsyscall_darwin_amd64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7244  Listen	./syscall/zsyscall_darwin_arm.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7245  Listen	./syscall/zsyscall_darwin_arm64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7246  Listen	./syscall/zsyscall_dragonfly_amd64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7247  Listen	./syscall/zsyscall_freebsd_386.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7248  Listen	./syscall/zsyscall_freebsd_amd64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7249  Listen	./syscall/zsyscall_freebsd_arm.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7250  Listen	./syscall/zsyscall_linux_amd64.go	/^func Listen(s int, n int) (err error) {$/;"	f
  7251  Listen	./syscall/zsyscall_linux_arm.go	/^func Listen(s int, n int) (err error) {$/;"	f
  7252  Listen	./syscall/zsyscall_linux_arm64.go	/^func Listen(s int, n int) (err error) {$/;"	f
  7253  Listen	./syscall/zsyscall_linux_ppc64.go	/^func Listen(s int, n int) (err error) {$/;"	f
  7254  Listen	./syscall/zsyscall_linux_ppc64le.go	/^func Listen(s int, n int) (err error) {$/;"	f
  7255  Listen	./syscall/zsyscall_netbsd_386.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7256  Listen	./syscall/zsyscall_netbsd_amd64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7257  Listen	./syscall/zsyscall_netbsd_arm.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7258  Listen	./syscall/zsyscall_openbsd_386.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7259  Listen	./syscall/zsyscall_openbsd_amd64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7260  Listen	./syscall/zsyscall_openbsd_arm.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7261  Listen	./syscall/zsyscall_solaris_amd64.go	/^func Listen(s int, backlog int) (err error) {$/;"	f
  7262  ListenAndServe	./net/http/server.go	/^func (srv *Server) ListenAndServe() error {$/;"	f
  7263  ListenAndServe	./net/http/server.go	/^func ListenAndServe(addr string, handler Handler) error {$/;"	f
  7264  ListenAndServeTLS	./net/http/server.go	/^func (srv *Server) ListenAndServeTLS(certFile, keyFile string) error {$/;"	f
  7265  ListenAndServeTLS	./net/http/server.go	/^func ListenAndServeTLS(addr string, certFile string, keyFile string, handler Handler) error {$/;"	f
  7266  ListenIP	./net/iprawsock_plan9.go	/^func ListenIP(netProto string, laddr *IPAddr) (*IPConn, error) {$/;"	f
  7267  ListenIP	./net/iprawsock_posix.go	/^func ListenIP(netProto string, laddr *IPAddr) (*IPConn, error) {$/;"	f
  7268  ListenMulticastUDP	./net/udpsock_plan9.go	/^func ListenMulticastUDP(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {$/;"	f
  7269  ListenMulticastUDP	./net/udpsock_posix.go	/^func ListenMulticastUDP(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {$/;"	f
  7270  ListenPacket	./net/dial.go	/^func ListenPacket(net, laddr string) (PacketConn, error) {$/;"	f
  7271  ListenTCP	./net/tcpsock_plan9.go	/^func ListenTCP(net string, laddr *TCPAddr) (*TCPListener, error) {$/;"	f
  7272  ListenTCP	./net/tcpsock_posix.go	/^func ListenTCP(net string, laddr *TCPAddr) (*TCPListener, error) {$/;"	f
  7273  ListenUDP	./net/udpsock_plan9.go	/^func ListenUDP(net string, laddr *UDPAddr) (*UDPConn, error) {$/;"	f
  7274  ListenUDP	./net/udpsock_posix.go	/^func ListenUDP(net string, laddr *UDPAddr) (*UDPConn, error) {$/;"	f
  7275  ListenUnix	./net/unixsock_plan9.go	/^func ListenUnix(net string, laddr *UnixAddr) (*UnixListener, error) {$/;"	f
  7276  ListenUnix	./net/unixsock_posix.go	/^func ListenUnix(net string, laddr *UnixAddr) (*UnixListener, error) {$/;"	f
  7277  ListenUnixgram	./net/unixsock_plan9.go	/^func ListenUnixgram(net string, laddr *UnixAddr) (*UnixConn, error) {$/;"	f
  7278  ListenUnixgram	./net/unixsock_posix.go	/^func ListenUnixgram(net string, laddr *UnixAddr) (*UnixConn, error) {$/;"	f
  7279  Listener	./net/net.go	/^type Listener interface {$/;"	t
  7280  Listener	./net/tcpsock_plan9.go	/^\/\/ use variables of type Listener instead of assuming TCP.$/;"	t
  7281  Listener	./net/tcpsock_posix.go	/^\/\/ use variables of type Listener instead of assuming TCP.$/;"	t
  7282  Listener	./net/unixsock_plan9.go	/^\/\/ typically use variables of type Listener instead of assuming Unix$/;"	t
  7283  Listener	./net/unixsock_posix.go	/^\/\/ typically use variables of type Listener instead of assuming Unix$/;"	t
  7284  Listxattr	./syscall/zsyscall_linux_386.go	/^func Listxattr(path string, dest []byte) (sz int, err error) {$/;"	f
  7285  Listxattr	./syscall/zsyscall_linux_amd64.go	/^func Listxattr(path string, dest []byte) (sz int, err error) {$/;"	f
  7286  Listxattr	./syscall/zsyscall_linux_arm.go	/^func Listxattr(path string, dest []byte) (sz int, err error) {$/;"	f
  7287  Listxattr	./syscall/zsyscall_linux_arm64.go	/^func Listxattr(path string, dest []byte) (sz int, err error) {$/;"	f
  7288  Listxattr	./syscall/zsyscall_linux_ppc64.go	/^func Listxattr(path string, dest []byte) (sz int, err error) {$/;"	f
  7289  Listxattr	./syscall/zsyscall_linux_ppc64le.go	/^func Listxattr(path string, dest []byte) (sz int, err error) {$/;"	f
  7290  LiteralPrefix	./regexp/regexp.go	/^func (re *Regexp) LiteralPrefix() (prefix string, complete bool) {$/;"	f
  7291  LittleEndian	./encoding/binary/binary.go	/^var LittleEndian littleEndian$/;"	v
  7292  Liveness	./cmd/compile/internal/gc/plive.go	/^type Liveness struct {$/;"	t
  7293  Lkset	./cmd/yacc/yacc.go	/^type Lkset []int$/;"	t
  7294  Ln2Hi	./math/log_amd64.s	/^#define Ln2Hi  6.93147180369123816490e-01 \/\/ 0x3fe62e42fee00000$/;"	d
  7295  Ln2Lo	./math/log_amd64.s	/^#define Ln2Lo  1.90821492927058770002e-10 \/\/ 0x3dea39ef35793c76$/;"	d
  7296  Load	./debug/macho/file.go	/^type Load interface {$/;"	t
  7297  Load	./sync/atomic/value.go	/^func (v *Value) Load() (x interface{}) {$/;"	f
  7298  Load	./syscall/dll_windows.go	/^func (d *LazyDLL) Load() error {$/;"	f
  7299  LoadBytes	./debug/macho/file.go	/^type LoadBytes []byte$/;"	t
  7300  LoadCancelIoEx	./syscall/syscall_windows.go	/^func LoadCancelIoEx() error {$/;"	f
  7301  LoadCmd	./debug/macho/macho.go	/^type LoadCmd uint32$/;"	t
  7302  LoadConnectEx	./syscall/syscall_windows.go	/^func LoadConnectEx() error {$/;"	f
  7303  LoadCreateSymbolicLink	./syscall/syscall_windows.go	/^func LoadCreateSymbolicLink() error {$/;"	f
  7304  LoadDLL	./syscall/dll_windows.go	/^func LoadDLL(name string) (dll *DLL, err error) {$/;"	f
  7305  LoadGetAddrInfo	./syscall/syscall_windows.go	/^func LoadGetAddrInfo() error {$/;"	f
  7306  LoadInt32	./sync/atomic/doc.go	/^func LoadInt32(addr *int32) (val int32)$/;"	f
  7307  LoadInt64	./sync/atomic/doc.go	/^func LoadInt64(addr *int64) (val int64)$/;"	f
  7308  LoadLibrary	./syscall/zsyscall_windows.go	/^func LoadLibrary(libname string) (handle Handle, err error) {$/;"	f
  7309  LoadLocation	./time/zoneinfo.go	/^func LoadLocation(name string) (*Location, error) {$/;"	f
  7310  LoadPointer	./sync/atomic/doc.go	/^func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer)$/;"	f
  7311  LoadSetFileCompletionNotificationModes	./syscall/syscall_windows.go	/^func LoadSetFileCompletionNotificationModes() error {$/;"	f
  7312  LoadUint32	./sync/atomic/doc.go	/^func LoadUint32(addr *uint32) (val uint32)$/;"	f
  7313  LoadUint64	./sync/atomic/doc.go	/^func LoadUint64(addr *uint64) (val uint64)$/;"	f
  7314  LoadUintptr	./sync/atomic/doc.go	/^func LoadUintptr(addr *uintptr) (val uintptr)$/;"	f
  7315  LoadX509KeyPair	./crypto/tls/tls.go	/^func LoadX509KeyPair(certFile, keyFile string) (Certificate, error) {$/;"	f
  7316  Local	./time/time.go	/^func (t Time) Local() Time {$/;"	f
  7317  Local	./time/zoneinfo.go	/^var Local *Location = &localLoc$/;"	v
  7318  LocalAddr	./crypto/tls/conn.go	/^func (c *Conn) LocalAddr() net.Addr {$/;"	f
  7319  LocalAddr	./net/http/httputil/dump.go	/^func (c *dumpConn) LocalAddr() net.Addr                { return nil }$/;"	f
  7320  LocalAddr	./net/http/serve_test.go	/^func (noopConn) LocalAddr() net.Addr                { return dummyAddr("local-addr") }$/;"	f
  7321  LocalAddr	./net/net.go	/^func (c *conn) LocalAddr() Addr {$/;"	f
  7322  LocalAddr	./net/pipe.go	/^func (p *pipe) LocalAddr() Addr {$/;"	f
  7323  LocalAddr	./net/rpc/jsonrpc/all_test.go	/^func (p *pipe) LocalAddr() net.Addr {$/;"	f
  7324  LocalAddr	./net/smtp/smtp_test.go	/^func (f faker) LocalAddr() net.Addr              { return nil }$/;"	f
  7325  LocalFree	./syscall/zsyscall_windows.go	/^func LocalFree(hmem Handle) (handle Handle, err error) {$/;"	f
  7326  LocalMutex	./cmd/vet/testdata/copylock_func.go	/^type LocalMutex sync.Mutex$/;"	t
  7327  LocalOnce	./cmd/vet/testdata/copylock_func.go	/^type LocalOnce sync.Once$/;"	t
  7328  Location	./cmd/pprof/internal/profile/profile.go	/^type Location struct {$/;"	t
  7329  Location	./net/http/response.go	/^func (r *Response) Location() (*url.URL, error) {$/;"	f
  7330  Location	./time/time.go	/^func (t Time) Location() *Location {$/;"	f
  7331  Location	./time/zoneinfo.go	/^type Location struct {$/;"	t
  7332  Lock	./cmd/vet/testdata/copylock_func.go	/^func (*CustomLock) Lock()   {}$/;"	f
  7333  Lock	./net/http/transport.go	/^func (fakeLocker) Lock()   {}$/;"	f
  7334  Lock	./sync/mutex.go	/^func (m *Mutex) Lock() {$/;"	f
  7335  Lock	./sync/rwmutex.go	/^func (r *rlocker) Lock()   { (*RWMutex)(r).RLock() }$/;"	f
  7336  Lock	./sync/rwmutex.go	/^func (rw *RWMutex) Lock() {$/;"	f
  7337  LockOSThread	./runtime/proc1.go	/^func LockOSThread() {$/;"	f
  7338  LockedOSThread	./runtime/export_test.go	/^var LockedOSThread = lockedOSThread$/;"	v
  7339  Locker	./sync/mutex.go	/^type Locker interface {$/;"	t
  7340  Log	./go/doc/testdata/testing.go	/^func (c *common) Log(args ...interface{}) { c.log(fmt.Sprintln(args...)) }$/;"	f
  7341  Log	./math/cmplx/log.go	/^func Log(x complex128) complex128 {$/;"	f
  7342  Log	./math/log.go	/^func Log(x float64) float64$/;"	f
  7343  Log	./testing/testing.go	/^func (c *common) Log(args ...interface{}) { c.log(fmt.Sprintln(args...)) }$/;"	f
  7344  Log10	./math/cmplx/log.go	/^func Log10(x complex128) complex128 {$/;"	f
  7345  Log10	./math/log10.go	/^func Log10(x float64) float64$/;"	f
  7346  Log1p	./math/log1p.go	/^func Log1p(x float64) float64$/;"	f
  7347  Log2	./math/log10.go	/^func Log2(x float64) float64$/;"	f
  7348  Log2phys_t	./syscall/types_darwin.go	/^type Log2phys_t C.struct_log2phys$/;"	t
  7349  Log2phys_t	./syscall/ztypes_darwin_386.go	/^type Log2phys_t struct {$/;"	t
  7350  Log2phys_t	./syscall/ztypes_darwin_amd64.go	/^type Log2phys_t struct {$/;"	t
  7351  Log2phys_t	./syscall/ztypes_darwin_arm.go	/^type Log2phys_t struct {$/;"	t
  7352  Log2phys_t	./syscall/ztypes_darwin_arm64.go	/^type Log2phys_t struct {$/;"	t
  7353  LogImpl	./runtime/race/testdata/regression_test.go	/^type LogImpl struct {$/;"	t
  7354  Logb	./math/logb.go	/^func Logb(x float64) float64 {$/;"	f
  7355  Logf	./go/doc/testdata/testing.go	/^func (c *common) Logf(format string, args ...interface{}) { c.log(fmt.Sprintf(format, args...)) }$/;"	f
  7356  Logf	./testing/testing.go	/^func (c *common) Logf(format string, args ...interface{}) { c.log(fmt.Sprintf(format, args...)) }$/;"	f
  7357  Logger	./log/log.go	/^type Logger struct {$/;"	t
  7358  Logger	./net/http/triv.go	/^func Logger(w http.ResponseWriter, req *http.Request) {$/;"	f
  7359  Longest	./regexp/regexp.go	/^func (re *Regexp) Longest() {$/;"	f
  7360  LookPath	./os/exec/lp_plan9.go	/^func LookPath(file string) (string, error) {$/;"	f
  7361  LookPath	./os/exec/lp_unix.go	/^func LookPath(file string) (string, error) {$/;"	f
  7362  LookPath	./os/exec/lp_windows.go	/^func LookPath(file string) (f string, err error) {$/;"	f
  7363  Lookahead	./cmd/compile/internal/gc/y.go	/^func (p *yyParserImpl) Lookahead() int {$/;"	f
  7364  Lookahead	./cmd/yacc/yacc.go	/^func (p *$$ParserImpl) Lookahead() int {$/;"	f
  7365  LookinGood	./cmd/vet/testdata/copylock_func.go	/^func LookinGood() EmbeddedMutexPointer {}$/;"	f
  7366  Lookup	./cmd/compile/internal/gc/subr.go	/^func (pkg *Pkg) Lookup(name string) *Sym {$/;"	f
  7367  Lookup	./cmd/compile/internal/gc/subr.go	/^func Lookup(name string) *Sym {$/;"	f
  7368  Lookup	./flag/flag.go	/^func (f *FlagSet) Lookup(name string) *Flag {$/;"	f
  7369  Lookup	./flag/flag.go	/^func Lookup(name string) *Flag {$/;"	f
  7370  Lookup	./go/ast/scope.go	/^func (s *Scope) Lookup(name string) *Object {$/;"	f
  7371  Lookup	./go/importer/importer.go	/^type Lookup func(path string) (io.ReadCloser, error)$/;"	t
  7372  Lookup	./go/token/token.go	/^func Lookup(ident string) Token {$/;"	f
  7373  Lookup	./go/types/methodset.go	/^func (s *MethodSet) Lookup(pkg *Package, name string) *Selection {$/;"	f
  7374  Lookup	./go/types/scope.go	/^func (s *Scope) Lookup(name string) Object {$/;"	f
  7375  Lookup	./html/template/template.go	/^func (t *Template) Lookup(name string) *Template {$/;"	f
  7376  Lookup	./index/suffixarray/suffixarray.go	/^func (x *Index) Lookup(s []byte, n int) (result []int) {$/;"	f
  7377  Lookup	./os/user/lookup.go	/^func Lookup(username string) (*User, error) {$/;"	f
  7378  Lookup	./runtime/pprof/pprof.go	/^func Lookup(name string) *Profile {$/;"	f
  7379  Lookup	./text/template/template.go	/^func (t *Template) Lookup(name string) *Template {$/;"	f
  7380  LookupAccount	./syscall/security_windows.go	/^func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {$/;"	f
  7381  LookupAccountName	./syscall/zsyscall_windows.go	/^func LookupAccountName(systemName *uint16, accountName *uint16, sid *SID, sidLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) {$/;"	f
  7382  LookupAccountSid	./syscall/zsyscall_windows.go	/^func LookupAccountSid(systemName *uint16, sid *SID, name *uint16, nameLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) {$/;"	f
  7383  LookupAddr	./net/lookup.go	/^func LookupAddr(addr string) (names []string, err error) {$/;"	f
  7384  LookupBytes	./cmd/compile/internal/gc/subr.go	/^func (pkg *Pkg) LookupBytes(name []byte) *Sym {$/;"	f
  7385  LookupBytes	./cmd/compile/internal/gc/subr.go	/^func LookupBytes(name []byte) *Sym {$/;"	f
  7386  LookupCNAME	./net/lookup.go	/^func LookupCNAME(name string) (cname string, err error) {$/;"	f
  7387  LookupEnv	./os/env.go	/^func LookupEnv(key string) (string, bool) {$/;"	f
  7388  LookupFieldOrMethod	./go/types/lookup.go	/^func LookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool) {$/;"	f
  7389  LookupFunc	./debug/gosym/symtab.go	/^func (t *Table) LookupFunc(name string) *Func {$/;"	f
  7390  LookupHost	./net/lookup.go	/^func LookupHost(host string) (addrs []string, err error) {$/;"	f
  7391  LookupIP	./net/lookup.go	/^func LookupIP(host string) (ips []IP, err error) {$/;"	f
  7392  LookupId	./os/user/lookup.go	/^func LookupId(uid string) (*User, error) {$/;"	f
  7393  LookupMX	./net/lookup.go	/^func LookupMX(name string) (mxs []*MX, err error) {$/;"	f
  7394  LookupNS	./net/lookup.go	/^func LookupNS(name string) (nss []*NS, err error) {$/;"	f
  7395  LookupParent	./go/types/scope.go	/^func (s *Scope) LookupParent(name string, pos token.Pos) (*Scope, Object) {$/;"	f
  7396  LookupPort	./net/lookup.go	/^func LookupPort(network, service string) (port int, err error) {$/;"	f
  7397  LookupSID	./syscall/security_windows.go	/^func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {$/;"	f
  7398  LookupSRV	./net/lookup.go	/^func LookupSRV(service, proto, name string) (cname string, addrs []*SRV, err error) {$/;"	f
  7399  LookupSym	./debug/gosym/symtab.go	/^func (t *Table) LookupSym(name string) *Sym {$/;"	f
  7400  LookupTXT	./net/lookup.go	/^func LookupTXT(name string) (txts []string, err error) {$/;"	f
  7401  Lookupf	./cmd/compile/internal/gc/subr.go	/^func Lookupf(format string, a ...interface{}) *Sym {$/;"	f
  7402  Loop	./encoding/json/decode_test.go	/^type Loop struct {$/;"	t
  7403  Loophack	./cmd/compile/internal/gc/lex.go	/^type Loophack struct {$/;"	t
  7404  Lputb	./cmd/link/internal/ld/symtab.go	/^func Lputb(l uint32) {$/;"	f
  7405  Lputl	./cmd/link/internal/ld/symtab.go	/^func Lputl(l uint32) {$/;"	f
  7406  LsfJump	./syscall/lsf_linux.go	/^func LsfJump(code, k, jt, jf int) *SockFilter {$/;"	f
  7407  LsfSocket	./syscall/lsf_linux.go	/^func LsfSocket(ifindex, proto int) (int, error) {$/;"	f
  7408  LsfStmt	./syscall/lsf_linux.go	/^func LsfStmt(code, k int) *SockFilter {$/;"	f
  7409  Lsh	./cmd/compile/internal/big/int.go	/^func (z *Int) Lsh(x *Int, n uint) *Int {$/;"	f
  7410  Lsh	./math/big/int.go	/^func (z *Int) Lsh(x *Int, n uint) *Int {$/;"	f
  7411  Lstat	./os/file_unix.go	/^func Lstat(name string) (FileInfo, error) {$/;"	f
  7412  Lstat	./os/stat_plan9.go	/^func Lstat(name string) (FileInfo, error) {$/;"	f
  7413  Lstat	./os/stat_windows.go	/^func Lstat(name string) (FileInfo, error) {$/;"	f
  7414  Lstat	./syscall/fs_nacl.go	/^func Lstat(path string, st *Stat_t) error {$/;"	f
  7415  Lstat	./syscall/syscall_linux_arm64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7416  Lstat	./syscall/zsyscall_darwin_386.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7417  Lstat	./syscall/zsyscall_darwin_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7418  Lstat	./syscall/zsyscall_darwin_arm.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7419  Lstat	./syscall/zsyscall_darwin_arm64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7420  Lstat	./syscall/zsyscall_dragonfly_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7421  Lstat	./syscall/zsyscall_freebsd_386.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7422  Lstat	./syscall/zsyscall_freebsd_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7423  Lstat	./syscall/zsyscall_freebsd_arm.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7424  Lstat	./syscall/zsyscall_linux_386.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7425  Lstat	./syscall/zsyscall_linux_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7426  Lstat	./syscall/zsyscall_linux_arm.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7427  Lstat	./syscall/zsyscall_linux_ppc64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7428  Lstat	./syscall/zsyscall_linux_ppc64le.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7429  Lstat	./syscall/zsyscall_netbsd_386.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7430  Lstat	./syscall/zsyscall_netbsd_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7431  Lstat	./syscall/zsyscall_netbsd_arm.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7432  Lstat	./syscall/zsyscall_openbsd_386.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7433  Lstat	./syscall/zsyscall_openbsd_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7434  Lstat	./syscall/zsyscall_openbsd_arm.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7435  Lstat	./syscall/zsyscall_solaris_amd64.go	/^func Lstat(path string, stat *Stat_t) (err error) {$/;"	f
  7436  LstatP	./os/export_test.go	/^var LstatP = &lstat$/;"	v
  7437  LstatP	./path/filepath/export_test.go	/^var LstatP = &lstat$/;"	v
  7438  Lwpparams	./runtime/defs_dragonfly.go	/^type Lwpparams C.struct_lwp_params$/;"	t
  7439  M	./cmd/compile/internal/big/nat.go	/^\/\/   func (x *T) M() T1                \/\/ v = x.M()$/;"	f
  7440  M	./cmd/compile/internal/gc/subr.go	/^ *	func (t T) M() {$/;"	f
  7441  M	./cmd/compile/internal/gc/subr.go	/^ *	func (u U) M() {$/;"	f
  7442  M	./cmd/vet/testdata/nilfunc.go	/^func (T) M() {}$/;"	f
  7443  M	./go/doc/testdata/b.go	/^func (x *T) M()   {} \/\/ M$/;"	f
  7444  M	./go/doc/testdata/c.go	/^func (t1 *T1) M() {}$/;"	f
  7445  M	./go/doc/testdata/e.go	/^func (*T4) M() {}$/;"	f
  7446  M	./go/doc/testdata/e.go	/^func (*U1) M() {}$/;"	f
  7447  M	./go/doc/testdata/e.go	/^func (*U2) M() {}$/;"	f
  7448  M	./go/doc/testdata/e.go	/^func (*U4) M() {}$/;"	f
  7449  M	./go/doc/testdata/e.go	/^func (*V4) M() {}$/;"	f
  7450  M	./go/doc/testdata/e.go	/^func (*V6) M() {}$/;"	f
  7451  M	./go/doc/testdata/e.go	/^func (T2) M() {}$/;"	f
  7452  M	./go/doc/testdata/e.go	/^func (T3) M() {}$/;"	f
  7453  M	./go/doc/testdata/e.go	/^func (t1) M() {}$/;"	f
  7454  M	./go/doc/testdata/e.go	/^func (t2) M() {}$/;"	f
  7455  M	./go/internal/gccgoimporter/parser_test.go	/^	{id: "foo", typ: "<type 1 \\"bar.Foo\\" \\"bar\\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},$/;"	f
  7456  M	./go/types/api_test.go	/^func (T) M() {}$/;"	f
  7457  M	./math/big/nat.go	/^\/\/   func (x *T) M() T1                \/\/ v = x.M()$/;"	f
  7458  M	./reflect/all_test.go	/^\/\/	func (p *Outer) M() {$/;"	f
  7459  M	./reflect/all_test.go	/^func (i *InnerInt) M() int {$/;"	f
  7460  M	./reflect/all_test.go	/^func (p *Public) M() {$/;"	f
  7461  M	./reflect/all_test.go	/^func (p *Tbigp) M(x int, b byte) (byte, int) { return b, x + int(p[0]) + int(p[1]) }$/;"	f
  7462  M	./reflect/all_test.go	/^func (p *Tsmallp) M(x int, b byte) (byte, int) { return b, x + int(*p) }$/;"	f
  7463  M	./reflect/all_test.go	/^func (p *Twordp) M(x int, b byte) (byte, int) { return b, x + int(*p) }$/;"	f
  7464  M	./reflect/all_test.go	/^func (pi *Inner) M() {$/;"	f
  7465  M	./reflect/all_test.go	/^func (t4 Tm4) M(x int, b byte) (byte, int) { return b, x + 40 }$/;"	f
  7466  M	./reflect/all_test.go	/^func (v Tbigv) M(x int, b byte) (byte, int) { return b, x + int(v[0]) + int(v[1]) }$/;"	f
  7467  M	./reflect/all_test.go	/^func (v Tsmallv) M(x int, b byte) (byte, int) { return b, x + int(v) }$/;"	f
  7468  M	./reflect/all_test.go	/^func (v Twordv) M(x int, b byte) (byte, int) { return b, x + int(v) }$/;"	f
  7469  M1	./go/internal/gcimporter/testdata/exports.go	/^func (p *T1) M1()$/;"	f
  7470  M128a	./runtime/defs_windows.go	/^type M128a C.M128A$/;"	t
  7471  M4PI	./math/sincos_amd64.s	/^#define M4PI 1.273239544735162542821171882678754627704620361328125 \/\/ 4\/pi$/;"	d
  7472  MAC	./crypto/tls/cipher_suites.go	/^func (s ssl30MAC) MAC(digestBuf, seq, header, data []byte) []byte {$/;"	f
  7473  MAC	./crypto/tls/cipher_suites.go	/^func (s tls10MAC) MAC(digestBuf, seq, header, data []byte) []byte {$/;"	f
  7474  MAXWIDTH	./cmd/compile/internal/amd64/galign.go	/^var MAXWIDTH int64 = 1 << 50$/;"	v
  7475  MAXWIDTH	./cmd/compile/internal/arm/galign.go	/^var MAXWIDTH int64 = (1 << 32) - 1$/;"	v
  7476  MAXWIDTH	./cmd/compile/internal/arm64/galign.go	/^var MAXWIDTH int64 = 1 << 50$/;"	v
  7477  MAXWIDTH	./cmd/compile/internal/ppc64/galign.go	/^var MAXWIDTH int64 = 1 << 50$/;"	v
  7478  MAXWIDTH	./cmd/compile/internal/x86/galign.go	/^var MAXWIDTH int64 = (1 << 32) - 1$/;"	v
  7479  MAdd	./text/template/exec_test.go	/^func (t *T) MAdd(a int, b []int) []int {$/;"	f
  7480  MIMEHeader	./net/textproto/header.go	/^type MIMEHeader map[string][]string$/;"	t
  7481  MIX	./crypto/sha1/sha1block_386.s	/^#define MIX(a, b, c, d, e, const) \\$/;"	d
  7482  MIX	./crypto/sha1/sha1block_amd64.s	/^#define MIX(a, b, c, d, e, const) \\$/;"	d
  7483  MIX	./crypto/sha1/sha1block_amd64p32.s	/^#define MIX(a, b, c, d, e, const) \\$/;"	d
  7484  MIX	./crypto/sha1/sha1block_arm.s	/^#define MIX(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  7485  MOVL	./crypto/md5/md5block_386.s	/^	MOVL	d,		BP; \\$/;"	d
  7486  MOVL	./crypto/md5/md5block_386.s	/^	MOVL	d,		DI; \\$/;"	d
  7487  MOVL	./crypto/sha1/sha1block_386.s	/^	MOVL	d, DI; \\$/;"	d
  7488  MOVL	./crypto/sha1/sha1block_amd64.s	/^	MOVL	d, R9; \\$/;"	d
  7489  MOVL	./crypto/sha1/sha1block_amd64p32.s	/^	MOVL	d, R9; \\$/;"	d
  7490  MOVL	./runtime/sys_nacl_amd64p32.s	/^MOVL $1, DI; NACL_SYSCALL(SYS_exit)$/;"	l
  7491  MRS_TPIDR_R0	./runtime/tls_arm64.h	/^#define MRS_TPIDR_R0 /;"	d
  7492  MSGSCHEDULE0	./crypto/sha256/sha256block_386.s	/^#define MSGSCHEDULE0(index) \\$/;"	d
  7493  MSGSCHEDULE0	./crypto/sha256/sha256block_amd64.s	/^#define MSGSCHEDULE0(index) \\$/;"	d
  7494  MSGSCHEDULE0	./crypto/sha512/sha512block_amd64.s	/^#define MSGSCHEDULE0(index) \\$/;"	d
  7495  MSGSCHEDULE1	./crypto/sha256/sha256block_386.s	/^#define MSGSCHEDULE1(index) \\$/;"	d
  7496  MSGSCHEDULE1	./crypto/sha256/sha256block_amd64.s	/^#define MSGSCHEDULE1(index) \\$/;"	d
  7497  MSGSCHEDULE1	./crypto/sha512/sha512block_amd64.s	/^#define MSGSCHEDULE1(index) \\$/;"	d
  7498  MULL	./runtime/sys_dragonfly_amd64.s	/^	MULL	DX$/;"	d
  7499  MULL	./runtime/sys_freebsd_386.s	/^	MULL	DX$/;"	d
  7500  MULL	./runtime/sys_freebsd_amd64.s	/^	MULL	DX$/;"	d
  7501  MULL	./runtime/sys_netbsd_386.s	/^	MULL	DX$/;"	d
  7502  MULL	./runtime/sys_netbsd_amd64.s	/^	MULL	DX$/;"	d
  7503  MULL	./runtime/sys_openbsd_386.s	/^	MULL	DX$/;"	d
  7504  MULL	./runtime/sys_openbsd_amd64.s	/^	MULL	DX$/;"	d
  7505  MX	./net/dnsclient.go	/^type MX struct {$/;"	t
  7506  MachBody	./runtime/defs_darwin.go	/^type MachBody C.mach_msg_body_t$/;"	t
  7507  MachHeader	./runtime/defs_darwin.go	/^type MachHeader C.mach_msg_header_t$/;"	t
  7508  MachNDR	./runtime/defs_darwin.go	/^type MachNDR C.NDR_record_t$/;"	t
  7509  MachPort	./runtime/defs_darwin.go	/^type MachPort C.mach_msg_port_descriptor_t$/;"	t
  7510  Machine	./debug/elf/elf.go	/^type Machine uint16$/;"	t
  7511  MachoHdr	./cmd/link/internal/ld/macho.go	/^type MachoHdr struct {$/;"	t
  7512  MachoLoad	./cmd/link/internal/ld/macho.go	/^type MachoLoad struct {$/;"	t
  7513  MachoSect	./cmd/link/internal/ld/macho.go	/^type MachoSect struct {$/;"	t
  7514  MachoSeg	./cmd/link/internal/ld/macho.go	/^type MachoSeg struct {$/;"	t
  7515  Machoadddynlib	./cmd/link/internal/ld/macho.go	/^func Machoadddynlib(lib string) {$/;"	f
  7516  Machoemitreloc	./cmd/link/internal/ld/macho.go	/^func Machoemitreloc() {$/;"	f
  7517  Machoinit	./cmd/link/internal/ld/macho.go	/^func Machoinit() {$/;"	f
  7518  Macro	./cmd/asm/internal/lex/lex.go	/^type Macro struct {$/;"	t
  7519  Madvise	./syscall/zsyscall_linux_386.go	/^func Madvise(b []byte, advice int) (err error) {$/;"	f
  7520  Madvise	./syscall/zsyscall_linux_amd64.go	/^func Madvise(b []byte, advice int) (err error) {$/;"	f
  7521  Madvise	./syscall/zsyscall_linux_arm.go	/^func Madvise(b []byte, advice int) (err error) {$/;"	f
  7522  Madvise	./syscall/zsyscall_linux_arm64.go	/^func Madvise(b []byte, advice int) (err error) {$/;"	f
  7523  Madvise	./syscall/zsyscall_linux_ppc64.go	/^func Madvise(b []byte, advice int) (err error) {$/;"	f
  7524  Madvise	./syscall/zsyscall_linux_ppc64le.go	/^func Madvise(b []byte, advice int) (err error) {$/;"	f
  7525  Magic	./cmd/compile/internal/gc/go.go	/^type Magic struct {$/;"	t
  7526  Mail	./net/smtp/smtp.go	/^func (c *Client) Mail(from string) error {$/;"	f
  7527  Main	./cmd/compile/internal/amd64/galign.go	/^func Main() {$/;"	f
  7528  Main	./cmd/compile/internal/arm/galign.go	/^func Main() {$/;"	f
  7529  Main	./cmd/compile/internal/arm64/galign.go	/^func Main() {$/;"	f
  7530  Main	./cmd/compile/internal/gc/lex.go	/^func Main() {$/;"	f
  7531  Main	./cmd/compile/internal/ppc64/galign.go	/^func Main() {$/;"	f
  7532  Main	./cmd/compile/internal/x86/galign.go	/^func Main() {$/;"	f
  7533  Main	./cmd/link/internal/amd64/obj.go	/^func Main() {$/;"	f
  7534  Main	./cmd/link/internal/arm/obj.go	/^func Main() {$/;"	f
  7535  Main	./cmd/link/internal/arm64/obj.go	/^func Main() {$/;"	f
  7536  Main	./cmd/link/internal/ppc64/obj.go	/^func Main() {$/;"	f
  7537  Main	./cmd/link/internal/x86/obj.go	/^func Main() {$/;"	f
  7538  Main	./go/doc/testdata/testing.go	/^func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {$/;"	f
  7539  Main	./testing/testing.go	/^func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {$/;"	f
  7540  MainStart	./testing/testing.go	/^func MainStart(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {$/;"	f
  7541  Make	./cmd/asm/internal/lex/lex.go	/^func Make(token ScanToken, text string) Token {$/;"	f
  7542  MakeBool	./go/constant/value.go	/^func MakeBool(b bool) Value { return boolVal(b) }$/;"	f
  7543  MakeChan	./reflect/value.go	/^func MakeChan(typ Type, buffer int) Value {$/;"	f
  7544  MakeFloat64	./go/constant/value.go	/^func MakeFloat64(x float64) Value {$/;"	f
  7545  MakeFromBytes	./go/constant/value.go	/^func MakeFromBytes(bytes []byte) Value {$/;"	f
  7546  MakeFromLiteral	./go/constant/value.go	/^func MakeFromLiteral(lit string, tok token.Token, prec uint) Value {$/;"	f
  7547  MakeFunc	./reflect/makefunc.go	/^func MakeFunc(typ Type, fn func(args []Value) (results []Value)) Value {$/;"	f
  7548  MakeImag	./go/constant/value.go	/^func MakeImag(x Value) Value {$/;"	f
  7549  MakeInt64	./go/constant/value.go	/^func MakeInt64(x int64) Value { return int64Val(x) }$/;"	f
  7550  MakeMap	./reflect/value.go	/^func MakeMap(typ Type) Value {$/;"	f
  7551  MakeMap	./runtime/race/testdata/regression_test.go	/^func MakeMap() map[int]int {$/;"	f
  7552  MakeRO	./reflect/export_test.go	/^func MakeRO(v Value) Value {$/;"	f
  7553  MakeSlice	./reflect/value.go	/^func MakeSlice(typ Type, len, cap int) Value {$/;"	f
  7554  MakeString	./go/constant/value.go	/^func MakeString(s string) Value { return stringVal(s) }$/;"	f
  7555  MakeTable	./hash/crc32/crc32.go	/^func MakeTable(poly uint32) *Table {$/;"	f
  7556  MakeTable	./hash/crc64/crc64.go	/^func MakeTable(poly uint64) *Table {$/;"	f
  7557  MakeUint64	./go/constant/value.go	/^func MakeUint64(x uint64) Value { return normInt(new(big.Int).SetUint64(x)) }$/;"	f
  7558  MakeUnknown	./go/constant/value.go	/^func MakeUnknown() Value { return unknownVal{} }$/;"	f
  7559  MantExp	./cmd/compile/internal/big/float.go	/^func (x *Float) MantExp(mant *Float) (exp int) {$/;"	f
  7560  MantExp	./math/big/float.go	/^func (x *Float) MantExp(mant *Float) (exp int) {$/;"	f
  7561  Map	./bytes/bytes.go	/^func Map(mapping func(r rune) rune, s []byte) []byte {$/;"	f
  7562  Map	./expvar/expvar.go	/^type Map struct {$/;"	t
  7563  Map	./go/types/type.go	/^type Map struct {$/;"	t
  7564  Map	./strings/strings.go	/^func Map(mapping func(rune) rune, s string) string {$/;"	f
  7565  Map	./sync/atomic/value_test.go	/^	type Map map[string]string$/;"	t
  7566  MapBucketOf	./reflect/export_test.go	/^func MapBucketOf(x, y Type) Type {$/;"	f
  7567  MapIndex	./reflect/value.go	/^func (v Value) MapIndex(key Value) Value {$/;"	f
  7568  MapKeys	./reflect/value.go	/^func (v Value) MapKeys() []Value {$/;"	f
  7569  MapOf	./reflect/type.go	/^func MapOf(key, elem Type) Type {$/;"	f
  7570  MapTypePrinter	./runtime/runtime-gdb.py	/^class MapTypePrinter:$/;"	c
  7571  MapViewOfFile	./syscall/zsyscall_windows.go	/^func MapViewOfFile(handle Handle, access uint32, offsetHigh uint32, offsetLow uint32, length uintptr) (addr uintptr, err error) {$/;"	f
  7572  MapZone	./time/genzabbrs.go	/^type MapZone struct {$/;"	t
  7573  Mapping	./cmd/pprof/internal/profile/profile.go	/^type Mapping struct {$/;"	t
  7574  MarkComplete	./go/types/package.go	/^func (pkg *Package) MarkComplete() { pkg.complete = true }$/;"	f
  7575  Marshal	./crypto/elliptic/elliptic.go	/^func Marshal(curve Curve, x, y *big.Int) []byte {$/;"	f
  7576  Marshal	./encoding/asn1/marshal.go	/^func Marshal(val interface{}) ([]byte, error) {$/;"	f
  7577  Marshal	./encoding/json/encode.go	/^func Marshal(v interface{}) ([]byte, error) {$/;"	f
  7578  Marshal	./encoding/xml/marshal.go	/^func Marshal(v interface{}) ([]byte, error) {$/;"	f
  7579  Marshal	./syscall/dir_plan9.go	/^func (d *Dir) Marshal(b []byte) (n int, err error) {$/;"	f
  7580  MarshalBinary	./encoding/gob/example_encdec_test.go	/^func (v Vector) MarshalBinary() ([]byte, error) {$/;"	f
  7581  MarshalBinary	./encoding/gob/gobencdec_test.go	/^func (g *BinaryGobber) MarshalBinary() ([]byte, error) {$/;"	f
  7582  MarshalBinary	./encoding/gob/gobencdec_test.go	/^func (v BinaryValueGobber) MarshalBinary() ([]byte, error) {$/;"	f
  7583  MarshalBinary	./time/time.go	/^func (t Time) MarshalBinary() ([]byte, error) {$/;"	f
  7584  MarshalECPrivateKey	./crypto/x509/sec1.go	/^func MarshalECPrivateKey(key *ecdsa.PrivateKey) ([]byte, error) {$/;"	f
  7585  MarshalIndent	./encoding/json/encode.go	/^func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error) {$/;"	f
  7586  MarshalIndent	./encoding/xml/marshal.go	/^func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error) {$/;"	f
  7587  MarshalJSON	./cmd/compile/internal/big/int.go	/^func (z *Int) MarshalJSON() ([]byte, error) {$/;"	f
  7588  MarshalJSON	./encoding/json/encode_test.go	/^func (*Ref) MarshalJSON() ([]byte, error) {$/;"	f
  7589  MarshalJSON	./encoding/json/encode_test.go	/^func (C) MarshalJSON() ([]byte, error) {$/;"	f
  7590  MarshalJSON	./encoding/json/encode_test.go	/^func (Val) MarshalJSON() ([]byte, error) {$/;"	f
  7591  MarshalJSON	./encoding/json/stream.go	/^func (m *RawMessage) MarshalJSON() ([]byte, error) {$/;"	f
  7592  MarshalJSON	./html/template/escape_test.go	/^func (x *badMarshaler) MarshalJSON() ([]byte, error) {$/;"	f
  7593  MarshalJSON	./html/template/escape_test.go	/^func (x *goodMarshaler) MarshalJSON() ([]byte, error) {$/;"	f
  7594  MarshalJSON	./math/big/int.go	/^func (z *Int) MarshalJSON() ([]byte, error) {$/;"	f
  7595  MarshalJSON	./time/time.go	/^func (t Time) MarshalJSON() ([]byte, error) {$/;"	f
  7596  MarshalPKCS1PrivateKey	./crypto/x509/pkcs1.go	/^func MarshalPKCS1PrivateKey(key *rsa.PrivateKey) []byte {$/;"	f
  7597  MarshalPKIXPublicKey	./crypto/x509/x509.go	/^func MarshalPKIXPublicKey(pub interface{}) ([]byte, error) {$/;"	f
  7598  MarshalText	./cmd/compile/internal/big/int.go	/^func (z *Int) MarshalText() (text []byte, err error) {$/;"	f
  7599  MarshalText	./cmd/compile/internal/big/rat.go	/^func (r *Rat) MarshalText() (text []byte, err error) {$/;"	f
  7600  MarshalText	./encoding/gob/gobencdec_test.go	/^func (g *TextGobber) MarshalText() ([]byte, error) {$/;"	f
  7601  MarshalText	./encoding/gob/gobencdec_test.go	/^func (v TextValueGobber) MarshalText() ([]byte, error) {$/;"	f
  7602  MarshalText	./encoding/json/decode_test.go	/^func (u *unmarshalerText) MarshalText() ([]byte, error) {$/;"	f
  7603  MarshalText	./encoding/json/encode_test.go	/^func (*RefText) MarshalText() ([]byte, error) {$/;"	f
  7604  MarshalText	./encoding/json/encode_test.go	/^func (CText) MarshalText() ([]byte, error) {$/;"	f
  7605  MarshalText	./encoding/json/encode_test.go	/^func (ValText) MarshalText() ([]byte, error) {$/;"	f
  7606  MarshalText	./math/big/int.go	/^func (z *Int) MarshalText() (text []byte, err error) {$/;"	f
  7607  MarshalText	./math/big/rat.go	/^func (r *Rat) MarshalText() (text []byte, err error) {$/;"	f
  7608  MarshalText	./net/ip.go	/^func (ip IP) MarshalText() ([]byte, error) {$/;"	f
  7609  MarshalText	./time/time.go	/^func (t Time) MarshalText() ([]byte, error) {$/;"	f
  7610  MarshalXML	./encoding/xml/marshal_test.go	/^func (m *MyMarshalerTest) MarshalXML(e *Encoder, start StartElement) error {$/;"	f
  7611  MarshalXMLAttr	./encoding/xml/marshal_test.go	/^func (m *MyMarshalerAttrTest) MarshalXMLAttr(name Name) (Attr, error) {$/;"	f
  7612  Marshaler	./encoding/json/encode.go	/^type Marshaler interface {$/;"	t
  7613  Marshaler	./encoding/xml/marshal.go	/^type Marshaler interface {$/;"	t
  7614  MarshalerAttr	./encoding/xml/marshal.go	/^type MarshalerAttr interface {$/;"	t
  7615  MarshalerError	./encoding/json/encode.go	/^type MarshalerError struct {$/;"	t
  7616  MarshalerStruct	./encoding/xml/marshal_test.go	/^type MarshalerStruct struct {$/;"	t
  7617  Mask	./net/ip.go	/^func (ip IP) Mask(mask IPMask) IP {$/;"	f
  7618  Massage	./cmd/pprof/internal/svg/svg.go	/^func Massage(in bytes.Buffer) string {$/;"	f
  7619  Match	./path/filepath/match.go	/^func Match(pattern, name string) (matched bool, err error) {$/;"	f
  7620  Match	./path/match.go	/^func Match(pattern, name string) (matched bool, err error) {$/;"	f
  7621  Match	./regexp/regexp.go	/^func (re *Regexp) Match(b []byte) bool {$/;"	f
  7622  Match	./regexp/regexp.go	/^func Match(pattern string, b []byte) (matched bool, err error) {$/;"	f
  7623  MatchEmptyWidth	./regexp/syntax/prog.go	/^func (i *Inst) MatchEmptyWidth(before rune, after rune) bool {$/;"	f
  7624  MatchReader	./regexp/regexp.go	/^func (re *Regexp) MatchReader(r io.RuneReader) bool {$/;"	f
  7625  MatchReader	./regexp/regexp.go	/^func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {$/;"	f
  7626  MatchRune	./regexp/syntax/prog.go	/^func (i *Inst) MatchRune(r rune) bool {$/;"	f
  7627  MatchRunePos	./regexp/syntax/prog.go	/^func (i *Inst) MatchRunePos(r rune) int {$/;"	f
  7628  MatchString	./regexp/regexp.go	/^func (re *Regexp) MatchString(s string) bool {$/;"	f
  7629  MatchString	./regexp/regexp.go	/^func MatchString(pattern string, s string) (matched bool, err error) {$/;"	f
  7630  MatchTest	./path/filepath/match_test.go	/^type MatchTest struct {$/;"	t
  7631  MatchTest	./path/match_test.go	/^type MatchTest struct {$/;"	t
  7632  Matrix	./runtime/proc_test.go	/^type Matrix [][]float64$/;"	t
  7633  Max	./math/dim.go	/^func Max(x, y float64) float64$/;"	f
  7634  MaxBytesReader	./net/http/request.go	/^func MaxBytesReader(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser {$/;"	f
  7635  MaxCap	./regexp/syntax/regexp.go	/^func (re *Regexp) MaxCap() int {$/;"	f
  7636  MaxEncodedLen	./encoding/ascii85/ascii85.go	/^func MaxEncodedLen(n int) int { return (n + 3) \/ 4 * 5 }$/;"	f
  7637  MaxInt	./go/doc/testdata/b.go	/^var MaxInt int    \/\/ MaxInt$/;"	v
  7638  MaxTokenSize	./bufio/export_test.go	/^func (s *Scanner) MaxTokenSize(n int) {$/;"	f
  7639  Maxarg	./cmd/compile/internal/gc/go.go	/^var Maxarg int64$/;"	v
  7640  Maxintval	./cmd/compile/internal/gc/go.go	/^var Maxintval [NTYPE]*Mpint$/;"	v
  7641  Maxstring	./runtime/export_test.go	/^var Maxstring = &maxstring$/;"	v
  7642  Maybe	./reflect/all_test.go	/^func (x *exhaustive) Maybe() bool {$/;"	f
  7643  Mclpool	./syscall/types_netbsd.go	/^type Mclpool C.struct_mclpool$/;"	t
  7644  Mclpool	./syscall/types_openbsd.go	/^type Mclpool C.struct_mclpool$/;"	t
  7645  Mclpool	./syscall/ztypes_netbsd_386.go	/^type Mclpool [0]byte$/;"	t
  7646  Mclpool	./syscall/ztypes_netbsd_amd64.go	/^type Mclpool [0]byte$/;"	t
  7647  Mclpool	./syscall/ztypes_netbsd_arm.go	/^type Mclpool [0]byte$/;"	t
  7648  Mclpool	./syscall/ztypes_openbsd_386.go	/^type Mclpool struct {$/;"	t
  7649  Mclpool	./syscall/ztypes_openbsd_amd64.go	/^type Mclpool struct {$/;"	t
  7650  Mclpool	./syscall/ztypes_openbsd_arm.go	/^type Mclpool struct{}$/;"	t
  7651  Mcontext	./runtime/defs1_linux.go	/^type Mcontext C.mcontext_t$/;"	t
  7652  Mcontext	./runtime/defs_dragonfly.go	/^type Mcontext C.mcontext_t$/;"	t
  7653  Mcontext	./runtime/defs_freebsd.go	/^type Mcontext C.mcontext_t$/;"	t
  7654  Mcontext	./runtime/defs_solaris.go	/^type Mcontext C.mcontext_t$/;"	t
  7655  Mcontext32	./runtime/defs_darwin.go	/^type Mcontext32 C.struct_mcontext32$/;"	t
  7656  Mcontext64	./runtime/defs_darwin.go	/^type Mcontext64 C.struct_mcontext64$/;"	t
  7657  McontextT	./runtime/defs_netbsd.go	/^type McontextT C.mcontext_t$/;"	t
  7658  Mconv	./cmd/internal/obj/util.go	/^func Mconv(a *Addr) string {$/;"	f
  7659  Mem	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Mem struct {$/;"	t
  7660  Mem	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Mem struct {$/;"	t
  7661  MemProfile	./runtime/mprof.go	/^func MemProfile(p []MemProfileRecord, inuseZero bool) (n int, ok bool) {$/;"	f
  7662  MemProfileRate	./runtime/mprof.go	/^var MemProfileRate int = 512 * 1024$/;"	v
  7663  MemProfileRecord	./runtime/mprof.go	/^type MemProfileRecord struct {$/;"	t
  7664  MemStats	./runtime/mstats.go	/^\/\/ If you edit this structure, also edit type MemStats below.$/;"	t
  7665  MemStats	./runtime/mstats.go	/^type MemStats struct {$/;"	t
  7666  MemString	./testing/benchmark.go	/^func (r BenchmarkResult) MemString() string {$/;"	f
  7667  MemclrBytes	./runtime/export_test.go	/^var MemclrBytes = memclrBytes$/;"	v
  7668  Merge	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Merge(pb *Profile, r float64) error {$/;"	f
  7669  MergeLine	./go/token/position.go	/^func (f *File) MergeLine(line int) {$/;"	f
  7670  MergeMode	./go/ast/filter.go	/^type MergeMode uint$/;"	t
  7671  MergePackageFiles	./go/ast/filter.go	/^func MergePackageFiles(pkg *Package, mode MergeMode) *File {$/;"	f
  7672  Message	./encoding/json/example_test.go	/^	type Message struct {$/;"	t
  7673  Message	./net/mail/message.go	/^type Message struct {$/;"	t
  7674  MetaTest	./regexp/all_test.go	/^type MetaTest struct {$/;"	t
  7675  Method	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (s) Method()$/;"	f
  7676  Method	./go/types/type.go	/^func (t *Interface) Method(i int) *Func { return t.allMethods[i] }$/;"	f
  7677  Method	./go/types/type.go	/^func (t *Named) Method(i int) *Func { return t.methods[i] }$/;"	f
  7678  Method	./reflect/type.go	/^func (t *interfaceType) Method(i int) (m Method) {$/;"	f
  7679  Method	./reflect/type.go	/^func (t *rtype) Method(i int) (m Method) {$/;"	f
  7680  Method	./reflect/type.go	/^func (t *uncommonType) Method(i int) (m Method) {$/;"	f
  7681  Method	./reflect/type.go	/^type Method struct {$/;"	t
  7682  Method	./reflect/value.go	/^func (v Value) Method(i int) Value {$/;"	f
  7683  Method0	./text/template/exec_test.go	/^func (t *T) Method0() string {$/;"	f
  7684  Method1	./runtime/iface_test.go	/^func (TL) Method1() {}$/;"	f
  7685  Method1	./runtime/iface_test.go	/^func (TM) Method1() {}$/;"	f
  7686  Method1	./runtime/iface_test.go	/^func (TS) Method1() {}$/;"	f
  7687  Method1	./text/template/exec_test.go	/^func (t *T) Method1(a int) int {$/;"	f
  7688  Method2	./runtime/iface_test.go	/^func (TL) Method2() {}$/;"	f
  7689  Method2	./runtime/iface_test.go	/^func (TM) Method2() {}$/;"	f
  7690  Method2	./runtime/iface_test.go	/^func (TS) Method2() {}$/;"	f
  7691  Method2	./text/template/exec_test.go	/^func (t *T) Method2(a uint16, b string) string {$/;"	f
  7692  Method3	./text/template/exec_test.go	/^func (t *T) Method3(v interface{}) string {$/;"	f
  7693  MethodByName	./reflect/type.go	/^func (t *interfaceType) MethodByName(name string) (m Method, ok bool) {$/;"	f
  7694  MethodByName	./reflect/type.go	/^func (t *rtype) MethodByName(name string) (m Method, ok bool) {$/;"	f
  7695  MethodByName	./reflect/type.go	/^func (t *uncommonType) MethodByName(name string) (m Method, ok bool) {$/;"	f
  7696  MethodByName	./reflect/value.go	/^func (v Value) MethodByName(name string) Value {$/;"	f
  7697  MethodName	./net/rpc/server.go	/^		func (t *T) MethodName(argType T1, replyType *T2) error$/;"	f
  7698  MethodSet	./go/types/methodset.go	/^type MethodSet struct {$/;"	t
  7699  MethodSig	./cmd/vet/method.go	/^type MethodSig struct {$/;"	t
  7700  MethodTest	./cmd/vet/testdata/method.go	/^type MethodTest int$/;"	t
  7701  MethodTestInterface	./cmd/vet/testdata/method.go	/^type MethodTestInterface interface {$/;"	t
  7702  Mfree	./cmd/compile/internal/gc/cgen.go	/^func Mfree(n *Node) {$/;"	f
  7703  Mgen	./cmd/compile/internal/gc/cgen.go	/^func Mgen(n *Node, n1 *Node, rg *Node) {$/;"	f
  7704  MibIfRow	./syscall/ztypes_windows.go	/^type MibIfRow struct {$/;"	t
  7705  Min	./math/dim.go	/^func Min(x, y float64) float64$/;"	f
  7706  MinPrec	./cmd/compile/internal/big/float.go	/^func (x *Float) MinPrec() uint {$/;"	f
  7707  MinPrec	./math/big/float.go	/^func (x *Float) MinPrec() uint {$/;"	f
  7708  MiniCGI	./net/http/cgi/testdata/test.cgi	/^package MiniCGI;$/;"	p
  7709  Minintval	./cmd/compile/internal/gc/go.go	/^var Minintval [NTYPE]*Mpint$/;"	v
  7710  Minute	./time/time.go	/^func (t Time) Minute() int {$/;"	f
  7711  Minutes	./time/time.go	/^func (d Duration) Minutes() float64 {$/;"	f
  7712  MissingMethod	./go/types/lookup.go	/^func MissingMethod(V Type, T *Interface, static bool) (method *Func, wrongType bool) {$/;"	f
  7713  MixedNested	./encoding/xml/marshal_test.go	/^type MixedNested struct {$/;"	t
  7714  Mkdir	./os/file.go	/^func Mkdir(name string, perm FileMode) error {$/;"	f
  7715  Mkdir	./syscall/fs_nacl.go	/^func Mkdir(path string, perm uint32) error {$/;"	f
  7716  Mkdir	./syscall/syscall_linux.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7717  Mkdir	./syscall/syscall_plan9.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7718  Mkdir	./syscall/syscall_windows.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7719  Mkdir	./syscall/zsyscall_darwin_386.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7720  Mkdir	./syscall/zsyscall_darwin_amd64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7721  Mkdir	./syscall/zsyscall_darwin_arm.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7722  Mkdir	./syscall/zsyscall_darwin_arm64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7723  Mkdir	./syscall/zsyscall_dragonfly_amd64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7724  Mkdir	./syscall/zsyscall_freebsd_386.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7725  Mkdir	./syscall/zsyscall_freebsd_amd64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7726  Mkdir	./syscall/zsyscall_freebsd_arm.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7727  Mkdir	./syscall/zsyscall_netbsd_386.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7728  Mkdir	./syscall/zsyscall_netbsd_amd64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7729  Mkdir	./syscall/zsyscall_netbsd_arm.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7730  Mkdir	./syscall/zsyscall_openbsd_386.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7731  Mkdir	./syscall/zsyscall_openbsd_amd64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7732  Mkdir	./syscall/zsyscall_openbsd_arm.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7733  Mkdir	./syscall/zsyscall_solaris_amd64.go	/^func Mkdir(path string, mode uint32) (err error) {$/;"	f
  7734  MkdirAll	./os/path.go	/^func MkdirAll(path string, perm FileMode) error {$/;"	f
  7735  Mkdirat	./syscall/zsyscall_linux_386.go	/^func Mkdirat(dirfd int, path string, mode uint32) (err error) {$/;"	f
  7736  Mkdirat	./syscall/zsyscall_linux_amd64.go	/^func Mkdirat(dirfd int, path string, mode uint32) (err error) {$/;"	f
  7737  Mkdirat	./syscall/zsyscall_linux_arm.go	/^func Mkdirat(dirfd int, path string, mode uint32) (err error) {$/;"	f
  7738  Mkdirat	./syscall/zsyscall_linux_arm64.go	/^func Mkdirat(dirfd int, path string, mode uint32) (err error) {$/;"	f
  7739  Mkdirat	./syscall/zsyscall_linux_ppc64.go	/^func Mkdirat(dirfd int, path string, mode uint32) (err error) {$/;"	f
  7740  Mkdirat	./syscall/zsyscall_linux_ppc64le.go	/^func Mkdirat(dirfd int, path string, mode uint32) (err error) {$/;"	f
  7741  Mkfifo	./syscall/syscall_linux.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7742  Mkfifo	./syscall/zsyscall_darwin_386.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7743  Mkfifo	./syscall/zsyscall_darwin_amd64.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7744  Mkfifo	./syscall/zsyscall_darwin_arm.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7745  Mkfifo	./syscall/zsyscall_darwin_arm64.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7746  Mkfifo	./syscall/zsyscall_dragonfly_amd64.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7747  Mkfifo	./syscall/zsyscall_freebsd_386.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7748  Mkfifo	./syscall/zsyscall_freebsd_amd64.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7749  Mkfifo	./syscall/zsyscall_freebsd_arm.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7750  Mkfifo	./syscall/zsyscall_netbsd_386.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7751  Mkfifo	./syscall/zsyscall_netbsd_amd64.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7752  Mkfifo	./syscall/zsyscall_netbsd_arm.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7753  Mkfifo	./syscall/zsyscall_openbsd_386.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7754  Mkfifo	./syscall/zsyscall_openbsd_amd64.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7755  Mkfifo	./syscall/zsyscall_openbsd_arm.go	/^func Mkfifo(path string, mode uint32) (err error) {$/;"	f
  7756  Mknod	./syscall/syscall_linux.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7757  Mknod	./syscall/zsyscall_darwin_386.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7758  Mknod	./syscall/zsyscall_darwin_amd64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7759  Mknod	./syscall/zsyscall_darwin_arm.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7760  Mknod	./syscall/zsyscall_darwin_arm64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7761  Mknod	./syscall/zsyscall_dragonfly_amd64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7762  Mknod	./syscall/zsyscall_freebsd_386.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7763  Mknod	./syscall/zsyscall_freebsd_amd64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7764  Mknod	./syscall/zsyscall_freebsd_arm.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7765  Mknod	./syscall/zsyscall_netbsd_386.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7766  Mknod	./syscall/zsyscall_netbsd_amd64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7767  Mknod	./syscall/zsyscall_netbsd_arm.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7768  Mknod	./syscall/zsyscall_openbsd_386.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7769  Mknod	./syscall/zsyscall_openbsd_amd64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7770  Mknod	./syscall/zsyscall_openbsd_arm.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7771  Mknod	./syscall/zsyscall_solaris_amd64.go	/^func Mknod(path string, mode uint32, dev int) (err error) {$/;"	f
  7772  Mknodat	./syscall/zsyscall_linux_386.go	/^func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {$/;"	f
  7773  Mknodat	./syscall/zsyscall_linux_amd64.go	/^func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {$/;"	f
  7774  Mknodat	./syscall/zsyscall_linux_arm.go	/^func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {$/;"	f
  7775  Mknodat	./syscall/zsyscall_linux_arm64.go	/^func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {$/;"	f
  7776  Mknodat	./syscall/zsyscall_linux_ppc64.go	/^func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {$/;"	f
  7777  Mknodat	./syscall/zsyscall_linux_ppc64le.go	/^func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {$/;"	f
  7778  Mlock	./syscall/zsyscall_darwin_386.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7779  Mlock	./syscall/zsyscall_darwin_amd64.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7780  Mlock	./syscall/zsyscall_darwin_arm.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7781  Mlock	./syscall/zsyscall_darwin_arm64.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7782  Mlock	./syscall/zsyscall_linux_386.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7783  Mlock	./syscall/zsyscall_linux_amd64.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7784  Mlock	./syscall/zsyscall_linux_arm.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7785  Mlock	./syscall/zsyscall_linux_arm64.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7786  Mlock	./syscall/zsyscall_linux_ppc64.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7787  Mlock	./syscall/zsyscall_linux_ppc64le.go	/^func Mlock(b []byte) (err error) {$/;"	f
  7788  Mlockall	./syscall/zsyscall_darwin_386.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7789  Mlockall	./syscall/zsyscall_darwin_amd64.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7790  Mlockall	./syscall/zsyscall_darwin_arm.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7791  Mlockall	./syscall/zsyscall_darwin_arm64.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7792  Mlockall	./syscall/zsyscall_linux_386.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7793  Mlockall	./syscall/zsyscall_linux_amd64.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7794  Mlockall	./syscall/zsyscall_linux_arm.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7795  Mlockall	./syscall/zsyscall_linux_arm64.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7796  Mlockall	./syscall/zsyscall_linux_ppc64.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7797  Mlockall	./syscall/zsyscall_linux_ppc64le.go	/^func Mlockall(flags int) (err error) {$/;"	f
  7798  Mmap	./syscall/syscall_bsd.go	/^func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) {$/;"	f
  7799  Mmap	./syscall/syscall_linux.go	/^func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) {$/;"	f
  7800  Mmap	./syscall/syscall_unix.go	/^func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) {$/;"	f
  7801  Mod	./cmd/compile/internal/big/int.go	/^func (z *Int) Mod(x, y *Int) *Int {$/;"	f
  7802  Mod	./image/geom.go	/^func (p Point) Mod(r Rectangle) Point {$/;"	f
  7803  Mod	./math/big/int.go	/^func (z *Int) Mod(x, y *Int) *Int {$/;"	f
  7804  Mod	./math/mod.go	/^func Mod(x, y float64) float64$/;"	f
  7805  ModInverse	./cmd/compile/internal/big/int.go	/^func (z *Int) ModInverse(g, n *Int) *Int {$/;"	f
  7806  ModInverse	./math/big/int.go	/^func (z *Int) ModInverse(g, n *Int) *Int {$/;"	f
  7807  ModSqrt	./cmd/compile/internal/big/int.go	/^func (z *Int) ModSqrt(x, p *Int) *Int {$/;"	f
  7808  ModSqrt	./math/big/int.go	/^func (z *Int) ModSqrt(x, p *Int) *Int {$/;"	f
  7809  ModTime	./archive/tar/common.go	/^func (fi headerFileInfo) ModTime() time.Time { return fi.h.ModTime }$/;"	f
  7810  ModTime	./archive/tar/tar_test.go	/^func (symlink) ModTime() time.Time { return time.Time{} }$/;"	f
  7811  ModTime	./archive/zip/struct.go	/^func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() }$/;"	f
  7812  ModTime	./archive/zip/struct.go	/^func (h *FileHeader) ModTime() time.Time {$/;"	f
  7813  ModTime	./cmd/pack/pack_test.go	/^func (f *FakeFile) ModTime() time.Time {$/;"	f
  7814  ModTime	./net/http/fs_test.go	/^func (f *fakeFileInfo) ModTime() time.Time { return f.modtime }$/;"	f
  7815  ModTime	./os/types_notwin.go	/^func (fs *fileStat) ModTime() time.Time { return fs.modTime }$/;"	f
  7816  ModTime	./os/types_windows.go	/^func (fs *fileStat) ModTime() time.Time {$/;"	f
  7817  Mode	./archive/tar/common.go	/^func (fi headerFileInfo) Mode() (mode os.FileMode) {$/;"	f
  7818  Mode	./archive/tar/tar_test.go	/^func (symlink) Mode() os.FileMode  { return os.ModeSymlink }$/;"	f
  7819  Mode	./archive/zip/struct.go	/^func (fi headerFileInfo) Mode() os.FileMode  { return fi.fh.Mode() }$/;"	f
  7820  Mode	./archive/zip/struct.go	/^func (h *FileHeader) Mode() (mode os.FileMode) {$/;"	f
  7821  Mode	./cmd/compile/internal/big/float.go	/^func (x *Float) Mode() RoundingMode {$/;"	f
  7822  Mode	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Mode int$/;"	t
  7823  Mode	./cmd/pack/pack_test.go	/^func (f *FakeFile) Mode() os.FileMode {$/;"	f
  7824  Mode	./go/doc/doc.go	/^type Mode int$/;"	t
  7825  Mode	./go/parser/interface.go	/^type Mode uint$/;"	t
  7826  Mode	./go/printer/printer.go	/^type Mode uint$/;"	t
  7827  Mode	./go/scanner/scanner.go	/^type Mode uint$/;"	t
  7828  Mode	./math/big/float.go	/^func (x *Float) Mode() RoundingMode {$/;"	f
  7829  Mode	./net/http/fs_test.go	/^func (f *fakeFileInfo) Mode() os.FileMode {$/;"	f
  7830  Mode	./os/types_notwin.go	/^func (fs *fileStat) Mode() FileMode     { return fs.mode }$/;"	f
  7831  Mode	./os/types_windows.go	/^func (fs *fileStat) Mode() (m FileMode) {$/;"	f
  7832  Model	./image/color/color.go	/^type Model interface {$/;"	t
  7833  ModelFunc	./image/color/color.go	/^func ModelFunc(f func(Color) Color) Model {$/;"	f
  7834  Modf	./math/modf.go	/^func Modf(f float64) (int float64, frac float64)$/;"	f
  7835  Month	./time/time.go	/^func (t Time) Month() Month {$/;"	f
  7836  Month	./time/time.go	/^type Month int$/;"	t
  7837  More	./encoding/json/stream.go	/^func (dec *Decoder) More() bool {$/;"	f
  7838  Mount	./syscall/syscall_linux.go	/^func Mount(source string, target string, fstype string, flags uintptr, data string) (err error) {$/;"	f
  7839  Mount	./syscall/syscall_plan9.go	/^func Mount(fd int, afd int, old string, flag int, aname string) (err error) {$/;"	f
  7840  Move	./container/ring/ring.go	/^func (r *Ring) Move(n int) *Ring {$/;"	f
  7841  MoveAfter	./container/list/list.go	/^func (l *List) MoveAfter(e, mark *Element) {$/;"	f
  7842  MoveBefore	./container/list/list.go	/^func (l *List) MoveBefore(e, mark *Element) {$/;"	f
  7843  MoveFile	./syscall/zsyscall_windows.go	/^func MoveFile(from *uint16, to *uint16) (err error) {$/;"	f
  7844  MoveFileEx	./internal/syscall/windows/zsyscall_windows.go	/^func MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) {$/;"	f
  7845  MoveToBack	./container/list/list.go	/^func (l *List) MoveToBack(e *Element) {$/;"	f
  7846  MoveToFront	./container/list/list.go	/^func (l *List) MoveToFront(e *Element) {$/;"	f
  7847  Movie	./encoding/xml/marshal_test.go	/^type Movie struct {$/;"	t
  7848  Movtab	./cmd/internal/obj/x86/asm6.go	/^type Movtab struct {$/;"	t
  7849  Mpcmpfixfix	./cmd/compile/internal/gc/mparith2.go	/^func Mpcmpfixfix(a, b *Mpint) int {$/;"	f
  7850  Mpcplx	./cmd/compile/internal/gc/go.go	/^type Mpcplx struct {$/;"	t
  7851  Mpflt	./cmd/compile/internal/gc/go.go	/^type Mpflt struct {$/;"	t
  7852  Mpgetfix	./cmd/compile/internal/gc/mparith2.go	/^func Mpgetfix(a *Mpint) int64 {$/;"	f
  7853  Mpint	./cmd/compile/internal/gc/go.go	/^type Mpint struct {$/;"	t
  7854  Mpmovecfix	./cmd/compile/internal/gc/mparith2.go	/^func Mpmovecfix(a *Mpint, c int64) {$/;"	f
  7855  Mpmovecflt	./cmd/compile/internal/gc/mparith3.go	/^func Mpmovecflt(a *Mpflt, c float64) {$/;"	f
  7856  Mpmovefixflt	./cmd/compile/internal/gc/mparith3.go	/^func Mpmovefixflt(a *Mpflt, b *Mpint) {$/;"	f
  7857  Mprotect	./syscall/zsyscall_darwin_386.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7858  Mprotect	./syscall/zsyscall_darwin_amd64.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7859  Mprotect	./syscall/zsyscall_darwin_arm.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7860  Mprotect	./syscall/zsyscall_darwin_arm64.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7861  Mprotect	./syscall/zsyscall_linux_386.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7862  Mprotect	./syscall/zsyscall_linux_amd64.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7863  Mprotect	./syscall/zsyscall_linux_arm.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7864  Mprotect	./syscall/zsyscall_linux_arm64.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7865  Mprotect	./syscall/zsyscall_linux_ppc64.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7866  Mprotect	./syscall/zsyscall_linux_ppc64le.go	/^func Mprotect(b []byte, prot int) (err error) {$/;"	f
  7867  Mpshiftfix	./cmd/compile/internal/gc/mparith2.go	/^func Mpshiftfix(a *Mpint, s int) {$/;"	f
  7868  Msghdr	./syscall/types_darwin.go	/^type Msghdr C.struct_msghdr$/;"	t
  7869  Msghdr	./syscall/types_dragonfly.go	/^type Msghdr C.struct_msghdr$/;"	t
  7870  Msghdr	./syscall/types_freebsd.go	/^type Msghdr C.struct_msghdr$/;"	t
  7871  Msghdr	./syscall/types_linux.go	/^type Msghdr C.struct_msghdr$/;"	t
  7872  Msghdr	./syscall/types_netbsd.go	/^type Msghdr C.struct_msghdr$/;"	t
  7873  Msghdr	./syscall/types_openbsd.go	/^type Msghdr C.struct_msghdr$/;"	t
  7874  Msghdr	./syscall/types_solaris.go	/^type Msghdr C.struct_msghdr$/;"	t
  7875  Msghdr	./syscall/ztypes_darwin_386.go	/^type Msghdr struct {$/;"	t
  7876  Msghdr	./syscall/ztypes_darwin_amd64.go	/^type Msghdr struct {$/;"	t
  7877  Msghdr	./syscall/ztypes_darwin_arm.go	/^type Msghdr struct {$/;"	t
  7878  Msghdr	./syscall/ztypes_darwin_arm64.go	/^type Msghdr struct {$/;"	t
  7879  Msghdr	./syscall/ztypes_dragonfly_amd64.go	/^type Msghdr struct {$/;"	t
  7880  Msghdr	./syscall/ztypes_freebsd_386.go	/^type Msghdr struct {$/;"	t
  7881  Msghdr	./syscall/ztypes_freebsd_amd64.go	/^type Msghdr struct {$/;"	t
  7882  Msghdr	./syscall/ztypes_freebsd_arm.go	/^type Msghdr struct {$/;"	t
  7883  Msghdr	./syscall/ztypes_linux_386.go	/^type Msghdr struct {$/;"	t
  7884  Msghdr	./syscall/ztypes_linux_amd64.go	/^type Msghdr struct {$/;"	t
  7885  Msghdr	./syscall/ztypes_linux_arm.go	/^type Msghdr struct {$/;"	t
  7886  Msghdr	./syscall/ztypes_linux_arm64.go	/^type Msghdr struct {$/;"	t
  7887  Msghdr	./syscall/ztypes_linux_ppc64.go	/^type Msghdr struct {$/;"	t
  7888  Msghdr	./syscall/ztypes_linux_ppc64le.go	/^type Msghdr struct {$/;"	t
  7889  Msghdr	./syscall/ztypes_netbsd_386.go	/^type Msghdr struct {$/;"	t
  7890  Msghdr	./syscall/ztypes_netbsd_amd64.go	/^type Msghdr struct {$/;"	t
  7891  Msghdr	./syscall/ztypes_netbsd_arm.go	/^type Msghdr struct {$/;"	t
  7892  Msghdr	./syscall/ztypes_openbsd_386.go	/^type Msghdr struct {$/;"	t
  7893  Msghdr	./syscall/ztypes_openbsd_amd64.go	/^type Msghdr struct {$/;"	t
  7894  Msghdr	./syscall/ztypes_openbsd_arm.go	/^type Msghdr struct {$/;"	t
  7895  Msghdr	./syscall/ztypes_solaris_amd64.go	/^type Msghdr struct {$/;"	t
  7896  Mul	./cmd/compile/internal/big/float.go	/^func (z *Float) Mul(x, y *Float) *Float {$/;"	f
  7897  Mul	./cmd/compile/internal/big/int.go	/^func (z *Int) Mul(x, y *Int) *Int {$/;"	f
  7898  Mul	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Mul(x, y *Rat) *Rat {$/;"	f
  7899  Mul	./image/geom.go	/^func (p Point) Mul(k int) Point {$/;"	f
  7900  Mul	./math/big/float.go	/^func (z *Float) Mul(x, y *Float) *Float {$/;"	f
  7901  Mul	./math/big/int.go	/^func (z *Int) Mul(x, y *Int) *Int {$/;"	f
  7902  Mul	./math/big/rat.go	/^func (z *Rat) Mul(x, y *Rat) *Rat {$/;"	f
  7903  Mul	./net/rpc/jsonrpc/all_test.go	/^func (t *Arith) Mul(args *Args, reply *Reply) error {$/;"	f
  7904  Mul	./net/rpc/server_test.go	/^func (t *Arith) Mul(args *Args, reply *Reply) error {$/;"	f
  7905  MulRange	./cmd/compile/internal/big/int.go	/^func (z *Int) MulRange(a, b int64) *Int {$/;"	f
  7906  MulRange	./math/big/int.go	/^func (z *Int) MulRange(a, b int64) *Int {$/;"	f
  7907  MultiFlag	./cmd/asm/internal/flags/flags.go	/^type MultiFlag []string$/;"	t
  7908  MultiReader	./io/multi.go	/^func MultiReader(readers ...Reader) Reader {$/;"	f
  7909  MultiWriter	./io/multi.go	/^func MultiWriter(writers ...Writer) Writer {$/;"	f
  7910  MulticastAddrs	./net/interface.go	/^func (ifi *Interface) MulticastAddrs() ([]Addr, error) {$/;"	f
  7911  MultipartReader	./net/http/request.go	/^func (r *Request) MultipartReader() (*multipart.Reader, error) {$/;"	f
  7912  Multiply	./net/rpc/server.go	/^		func (t *Arith) Multiply(args *Args, reply *int) error {$/;"	f
  7913  Multiply	./strconv/extfloat.go	/^func (f *extFloat) Multiply(g extFloat) {$/;"	f
  7914  Multistream	./compress/gzip/gunzip.go	/^func (z *Reader) Multistream(ok bool) {$/;"	f
  7915  Munlock	./syscall/zsyscall_darwin_386.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7916  Munlock	./syscall/zsyscall_darwin_amd64.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7917  Munlock	./syscall/zsyscall_darwin_arm.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7918  Munlock	./syscall/zsyscall_darwin_arm64.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7919  Munlock	./syscall/zsyscall_linux_386.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7920  Munlock	./syscall/zsyscall_linux_amd64.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7921  Munlock	./syscall/zsyscall_linux_arm.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7922  Munlock	./syscall/zsyscall_linux_arm64.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7923  Munlock	./syscall/zsyscall_linux_ppc64.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7924  Munlock	./syscall/zsyscall_linux_ppc64le.go	/^func Munlock(b []byte) (err error) {$/;"	f
  7925  Munlockall	./syscall/zsyscall_darwin_386.go	/^func Munlockall() (err error) {$/;"	f
  7926  Munlockall	./syscall/zsyscall_darwin_amd64.go	/^func Munlockall() (err error) {$/;"	f
  7927  Munlockall	./syscall/zsyscall_darwin_arm.go	/^func Munlockall() (err error) {$/;"	f
  7928  Munlockall	./syscall/zsyscall_darwin_arm64.go	/^func Munlockall() (err error) {$/;"	f
  7929  Munlockall	./syscall/zsyscall_linux_386.go	/^func Munlockall() (err error) {$/;"	f
  7930  Munlockall	./syscall/zsyscall_linux_amd64.go	/^func Munlockall() (err error) {$/;"	f
  7931  Munlockall	./syscall/zsyscall_linux_arm.go	/^func Munlockall() (err error) {$/;"	f
  7932  Munlockall	./syscall/zsyscall_linux_arm64.go	/^func Munlockall() (err error) {$/;"	f
  7933  Munlockall	./syscall/zsyscall_linux_ppc64.go	/^func Munlockall() (err error) {$/;"	f
  7934  Munlockall	./syscall/zsyscall_linux_ppc64le.go	/^func Munlockall() (err error) {$/;"	f
  7935  Munmap	./syscall/syscall_bsd.go	/^func Munmap(b []byte) (err error) {$/;"	f
  7936  Munmap	./syscall/syscall_linux.go	/^func Munmap(b []byte) (err error) {$/;"	f
  7937  Munmap	./syscall/syscall_unix.go	/^func (m *mmapper) Munmap(data []byte) (err error) {$/;"	f
  7938  Must	./html/template/template.go	/^func Must(t *Template, err error) *Template {$/;"	f
  7939  Must	./text/template/helper.go	/^func Must(t *Template, err error) *Template {$/;"	f
  7940  MustCompile	./regexp/regexp.go	/^func MustCompile(str string) *Regexp {$/;"	f
  7941  MustCompilePOSIX	./regexp/regexp.go	/^func MustCompilePOSIX(str string) *Regexp {$/;"	f
  7942  MustFindProc	./syscall/dll_windows.go	/^func (d *DLL) MustFindProc(name string) *Proc {$/;"	f
  7943  MustHaveExec	./internal/testenv/testenv.go	/^func MustHaveExec(t *testing.T) {$/;"	f
  7944  MustHaveExternalNetwork	./internal/testenv/testenv.go	/^func MustHaveExternalNetwork(t *testing.T) {$/;"	f
  7945  MustHaveGoBuild	./internal/testenv/testenv.go	/^func MustHaveGoBuild(t *testing.T) {$/;"	f
  7946  MustHaveGoRun	./internal/testenv/testenv.go	/^func MustHaveGoRun(t *testing.T) {$/;"	f
  7947  MustLoadDLL	./syscall/dll_windows.go	/^func MustLoadDLL(name string) *DLL {$/;"	f
  7948  Mutex	./sync/mutex.go	/^type Mutex struct {$/;"	t
  7949  MyAttr	./encoding/xml/read_test.go	/^type MyAttr struct {$/;"	t
  7950  MyBuffer	./reflect/set_test.go	/^type MyBuffer bytes.Buffer$/;"	t
  7951  MyByte	./reflect/all_test.go	/^type MyByte byte$/;"	t
  7952  MyBytes	./encoding/xml/marshal_test.go	/^type MyBytes []byte$/;"	t
  7953  MyBytes	./reflect/all_test.go	/^type MyBytes []byte$/;"	t
  7954  MyCharData	./encoding/xml/read_test.go	/^type MyCharData struct {$/;"	t
  7955  MyError	./errors/example_test.go	/^type MyError struct {$/;"	t
  7956  MyError	./text/template/exec_test.go	/^func (t *T) MyError(error bool) (bool, error) {$/;"	f
  7957  MyFunc	./reflect/all_test.go	/^type MyFunc func()$/;"	t
  7958  MyFunction	./cmd/cgo/doc.go	/^	func MyFunction(arg1, arg2 int, arg3 string) int64 {...}$/;"	f
  7959  MyFunction2	./cmd/cgo/doc.go	/^	func MyFunction2(arg1, arg2 int, arg3 string) (int64, *C.char) {...}$/;"	f
  7960  MyInt	./cmd/api/testdata/src/pkg/p1/p1.go	/^type MyInt int$/;"	t
  7961  MyInt	./encoding/xml/marshal_test.go	/^type MyInt int$/;"	t
  7962  MyMarshalerAttrTest	./encoding/xml/marshal_test.go	/^type MyMarshalerAttrTest struct {$/;"	t
  7963  MyMarshalerTest	./encoding/xml/marshal_test.go	/^type MyMarshalerTest struct {$/;"	t
  7964  MyNode	./runtime/lfstack_test.go	/^type MyNode struct {$/;"	t
  7965  MyRunes	./reflect/all_test.go	/^type MyRunes []int32$/;"	t
  7966  MyString	./reflect/all_test.go	/^type MyString string$/;"	t
  7967  MyStruct	./cmd/vet/testdata/composite.go	/^type MyStruct struct {$/;"	t
  7968  MyStruct	./encoding/json/encode_test.go	/^type MyStruct struct {$/;"	t
  7969  MyStruct	./encoding/xml/read_test.go	/^type MyStruct struct {$/;"	t
  7970  MyStruct	./testing/quick/quick_test.go	/^\/\/ values of type MyStruct have x = 42.$/;"	t
  7971  N	./go/doc/testdata/e.go	/^func (*U3) N() {}$/;"	f
  7972  N	./runtime/memclr_arm.s	/^#define N	R12$/;"	d
  7973  N	./runtime/memmove_arm.s	/^#define N	R12$/;"	d
  7974  N1	./encoding/gob/type_test.go	/^type N1 struct{}$/;"	t
  7975  N2	./encoding/gob/type_test.go	/^type N2 struct{}$/;"	t
  7976  NACL_SYSCALL	./runtime/sys_nacl_386.s	/^#define NACL_SYSCALL(code) \\$/;"	d
  7977  NACL_SYSCALL	./runtime/sys_nacl_amd64p32.s	/^#define NACL_SYSCALL(code) \\$/;"	d
  7978  NACL_SYSCALL	./runtime/sys_nacl_arm.s	/^#define NACL_SYSCALL(code) \\$/;"	d
  7979  NACL_SYSCALL	./syscall/asm_nacl_386.s	/^#define NACL_SYSCALL(code) \\$/;"	d
  7980  NACL_SYSCALL	./syscall/asm_nacl_amd64p32.s	/^#define NACL_SYSCALL(code) \\$/;"	d
  7981  NACL_SYSCALL	./syscall/asm_nacl_arm.s	/^#define NACL_SYSCALL(code) \\$/;"	d
  7982  NACL_SYSJMP	./syscall/asm_nacl_386.s	/^#define NACL_SYSJMP(code) \\$/;"	d
  7983  NACL_SYSJMP	./syscall/asm_nacl_amd64p32.s	/^#define NACL_SYSJMP(code) \\$/;"	d
  7984  NACL_SYSJMP	./syscall/asm_nacl_arm.s	/^#define NACL_SYSJMP(code) \\$/;"	d
  7985  NArg	./flag/flag.go	/^func (f *FlagSet) NArg() int { return len(f.args) }$/;"	f
  7986  NArg	./flag/flag.go	/^func NArg() int { return len(CommandLine.args) }$/;"	f
  7987  NEEDCTXT	./runtime/textflag.h	/^#define NEEDCTXT /;"	d
  7988  NEGL	./math/big/arith_386.s	/^	NEGL DX$/;"	d
  7989  NFlag	./flag/flag.go	/^func (f *FlagSet) NFlag() int { return len(f.actual) }$/;"	f
  7990  NFlag	./flag/flag.go	/^func NFlag() int { return len(CommandLine.actual) }$/;"	f
  7991  NOMATCH	./regexp/testdata/testregex.c	/^	regmatch_t	NOMATCH;$/;"	m	struct:__anon2	file:
  7992  NOPROF	./runtime/textflag.h	/^#define NOPROF	/;"	d
  7993  NOPTR	./runtime/textflag.h	/^#define NOPTR	/;"	d
  7994  NOSPLIT	./runtime/textflag.h	/^#define NOSPLIT	/;"	d
  7995  NOTEST	./regexp/testdata/testregex.c	/^#define NOTEST	/;"	d	file:
  7996  NO_LOCAL_POINTERS	./runtime/funcdata.h	/^#define NO_LOCAL_POINTERS	/;"	d
  7997  NRGBA	./image/color/color.go	/^type NRGBA struct {$/;"	t
  7998  NRGBA	./image/image.go	/^type NRGBA struct {$/;"	t
  7999  NRGBA64	./image/color/color.go	/^type NRGBA64 struct {$/;"	t
  8000  NRGBA64	./image/image.go	/^type NRGBA64 struct {$/;"	t
  8001  NRGBA64At	./image/image.go	/^func (p *NRGBA64) NRGBA64At(x, y int) color.NRGBA64 {$/;"	f
  8002  NRGBAAt	./image/image.go	/^func (p *NRGBA) NRGBAAt(x, y int) color.NRGBA {$/;"	f
  8003  NS	./net/dnsclient.go	/^type NS struct {$/;"	t
  8004  NType	./debug/elf/elf.go	/^type NType int$/;"	t
  8005  N_EXT	./cmd/link/internal/ld/macho.go	/^			Adduint8(Ctxt, symtab, 0x01)                \/\/ type N_EXT, external symbol$/;"	t
  8006  NaN	./math/bits.go	/^func NaN() float64 { return Float64frombits(uvnan) }$/;"	f
  8007  NaN	./math/cmplx/isnan.go	/^func NaN() complex128 {$/;"	f
  8008  NaN	./math/dim_amd64.s	/^#define NaN    0x7FF8000000000001$/;"	d
  8009  NaN	./math/hypot_amd64.s	/^#define NaN 0x7FF8000000000001$/;"	d
  8010  NaN	./math/log_amd64.s	/^#define NaN    0x7FF8000000000001$/;"	d
  8011  NaN	./math/sincos_amd64.s	/^#define NaN    0x7FF8000000000001$/;"	d
  8012  Nacl	./cmd/compile/internal/gc/go.go	/^var Nacl bool$/;"	v
  8013  Naddr	./cmd/compile/internal/gc/gsubr.go	/^func Naddr(a *obj.Addr, n *Node) {$/;"	f
  8014  Name	./archive/tar/common.go	/^func (fi headerFileInfo) Name() string {$/;"	f
  8015  Name	./archive/tar/tar_test.go	/^func (symlink) Name() string       { return "some-symlink" }$/;"	f
  8016  Name	./archive/zip/struct.go	/^func (fi headerFileInfo) Name() string { return path.Base(fi.fh.Name) }$/;"	f
  8017  Name	./cmd/cgo/main.go	/^type Name struct {$/;"	t
  8018  Name	./cmd/compile/internal/gc/syntax.go	/^type Name struct {$/;"	t
  8019  Name	./cmd/go/main.go	/^func (c *Command) Name() string {$/;"	f
  8020  Name	./cmd/pack/pack_test.go	/^func (f *FakeFile) Name() string {$/;"	f
  8021  Name	./cmd/pprof/pprof.go	/^func (f *file) Name() string {$/;"	f
  8022  Name	./cmd/vet/print.go	/^	var Name string$/;"	v
  8023  Name	./crypto/x509/pkix/pkix.go	/^type Name struct {$/;"	t
  8024  Name	./encoding/xml/xml.go	/^type Name struct {$/;"	t
  8025  Name	./go/token/position.go	/^func (f *File) Name() string {$/;"	f
  8026  Name	./go/types/object.go	/^func (obj *object) Name() string        { return obj.name }$/;"	f
  8027  Name	./go/types/package.go	/^func (pkg *Package) Name() string { return pkg.name }$/;"	f
  8028  Name	./go/types/type.go	/^func (b *Basic) Name() string { return b.name }$/;"	f
  8029  Name	./html/template/template.go	/^func (t *Template) Name() string {$/;"	f
  8030  Name	./net/http/fs_test.go	/^func (f *fakeFileInfo) Name() string       { return f.basename }$/;"	f
  8031  Name	./os/file.go	/^func (f *File) Name() string { return f.name }$/;"	f
  8032  Name	./os/types.go	/^func (fs *fileStat) Name() string { return fs.name }$/;"	f
  8033  Name	./reflect/type.go	/^func (t *rtype) Name() string {$/;"	f
  8034  Name	./reflect/type.go	/^func (t *uncommonType) Name() string {$/;"	f
  8035  Name	./runtime/pprof/pprof.go	/^func (p *Profile) Name() string {$/;"	f
  8036  Name	./runtime/symtab.go	/^func (f *Func) Name() string {$/;"	f
  8037  Name	./text/template/template.go	/^func (t *Template) Name() string {$/;"	f
  8038  NameArg	./cmd/trace/trace.go	/^type NameArg struct {$/;"	t
  8039  NameCasing	./encoding/xml/marshal_test.go	/^type NameCasing struct {$/;"	t
  8040  NameInField	./encoding/xml/marshal_test.go	/^type NameInField struct {$/;"	t
  8041  NamePrecedence	./encoding/xml/marshal_test.go	/^type NamePrecedence struct {$/;"	t
  8042  Named	./go/types/type.go	/^type Named struct {$/;"	t
  8043  NamedPoint	./runtime/race/testdata/mop_test.go	/^type NamedPoint struct {$/;"	t
  8044  NamedType	./encoding/xml/marshal_test.go	/^type NamedType string$/;"	t
  8045  Namer	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Namer interface {$/;"	t
  8046  Names	./go/types/scope.go	/^func (s *Scope) Names() []string {$/;"	f
  8047  Nano	./syscall/syscall.go	/^func (ts *Timespec) Nano() int64 {$/;"	f
  8048  Nano	./syscall/syscall.go	/^func (tv *Timeval) Nano() int64 {$/;"	f
  8049  Nanosecond	./time/time.go	/^func (t Time) Nanosecond() int {$/;"	f
  8050  Nanoseconds	./syscall/ztypes_windows.go	/^func (ft *Filetime) Nanoseconds() int64 {$/;"	f
  8051  Nanoseconds	./syscall/ztypes_windows.go	/^func (tv *Timeval) Nanoseconds() int64 {$/;"	f
  8052  Nanoseconds	./time/time.go	/^func (d Duration) Nanoseconds() int64 { return int64(d) }$/;"	f
  8053  Nanosleep	./syscall/zsyscall_dragonfly_amd64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8054  Nanosleep	./syscall/zsyscall_freebsd_386.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8055  Nanosleep	./syscall/zsyscall_freebsd_amd64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8056  Nanosleep	./syscall/zsyscall_freebsd_arm.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8057  Nanosleep	./syscall/zsyscall_linux_386.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8058  Nanosleep	./syscall/zsyscall_linux_amd64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8059  Nanosleep	./syscall/zsyscall_linux_arm.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8060  Nanosleep	./syscall/zsyscall_linux_arm64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8061  Nanosleep	./syscall/zsyscall_linux_ppc64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8062  Nanosleep	./syscall/zsyscall_linux_ppc64le.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8063  Nanosleep	./syscall/zsyscall_netbsd_386.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8064  Nanosleep	./syscall/zsyscall_netbsd_amd64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8065  Nanosleep	./syscall/zsyscall_netbsd_arm.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8066  Nanosleep	./syscall/zsyscall_openbsd_386.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8067  Nanosleep	./syscall/zsyscall_openbsd_amd64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8068  Nanosleep	./syscall/zsyscall_openbsd_arm.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8069  Nanosleep	./syscall/zsyscall_solaris_amd64.go	/^func Nanosleep(time *Timespec, leftover *Timespec) (err error) {$/;"	f
  8070  Nconv	./cmd/compile/internal/gc/fmt.go	/^func Nconv(n *Node, flag int) string {$/;"	f
  8071  NeedNL	./cmd/go/list.go	/^func (t *TrackingWriter) NeedNL() bool {$/;"	f
  8072  NeedsPtrType	./net/rpc/server_test.go	/^func (t *NeedsPtrType) NeedsPtrType(args *Args, reply *Reply) error {$/;"	f
  8073  NeedsPtrType	./net/rpc/server_test.go	/^type NeedsPtrType int$/;"	t
  8074  Neg	./cmd/compile/internal/big/float.go	/^func (z *Float) Neg(x *Float) *Float {$/;"	f
  8075  Neg	./cmd/compile/internal/big/int.go	/^func (z *Int) Neg(x *Int) *Int {$/;"	f
  8076  Neg	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Neg(x *Rat) *Rat {$/;"	f
  8077  Neg	./math/big/float.go	/^func (z *Float) Neg(x *Float) *Float {$/;"	f
  8078  Neg	./math/big/int.go	/^func (z *Int) Neg(x *Int) *Int {$/;"	f
  8079  Neg	./math/big/rat.go	/^func (z *Rat) Neg(x *Rat) *Rat {$/;"	f
  8080  NegInf	./math/dim_amd64.s	/^#define NegInf 0xFFF0000000000000$/;"	d
  8081  NegInf	./math/exp_amd64.s	/^#define NegInf 0xFFF0000000000000$/;"	d
  8082  NegInf	./math/log_amd64.s	/^#define NegInf 0xFFF0000000000000$/;"	d
  8083  Nelfsym	./cmd/link/internal/ld/elf.go	/^var Nelfsym int = 1$/;"	v
  8084  NestedAndChardata	./encoding/xml/marshal_test.go	/^type NestedAndChardata struct {$/;"	t
  8085  NestedAndComment	./encoding/xml/marshal_test.go	/^type NestedAndComment struct {$/;"	t
  8086  NestedItems	./encoding/xml/marshal_test.go	/^type NestedItems struct {$/;"	t
  8087  NestedOrder	./encoding/xml/marshal_test.go	/^type NestedOrder struct {$/;"	t
  8088  NetApiBufferFree	./syscall/zsyscall_windows.go	/^func NetApiBufferFree(buf *byte) (neterr error) {$/;"	f
  8089  NetGetJoinInformation	./syscall/zsyscall_windows.go	/^func NetGetJoinInformation(server *uint16, name **uint16, bufType *uint32) (neterr error) {$/;"	f
  8090  NetUserGetInfo	./syscall/zsyscall_windows.go	/^func NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) {$/;"	f
  8091  NetlinkMessage	./syscall/netlink_linux.go	/^type NetlinkMessage struct {$/;"	t
  8092  NetlinkRIB	./syscall/netlink_linux.go	/^func NetlinkRIB(proto, family int) ([]byte, error) {$/;"	f
  8093  NetlinkRouteAttr	./syscall/netlink_linux.go	/^type NetlinkRouteAttr struct {$/;"	t
  8094  NetlinkRouteRequest	./syscall/netlink_linux.go	/^type NetlinkRouteRequest struct {$/;"	t
  8095  Network	./net/file.go	/^func (fileAddr) Network() string  { return "file+net" }$/;"	f
  8096  Network	./net/http/serve_test.go	/^func (a dummyAddr) Network() string {$/;"	f
  8097  Network	./net/ip.go	/^func (n *IPNet) Network() string { return "ip+net" }$/;"	f
  8098  Network	./net/iprawsock.go	/^func (a *IPAddr) Network() string { return "ip" }$/;"	f
  8099  Network	./net/pipe.go	/^func (pipeAddr) Network() string {$/;"	f
  8100  Network	./net/rpc/jsonrpc/all_test.go	/^func (pipeAddr) Network() string {$/;"	f
  8101  Network	./net/tcpsock.go	/^func (a *TCPAddr) Network() string { return "tcp" }$/;"	f
  8102  Network	./net/udpsock.go	/^func (a *UDPAddr) Network() string { return "udp" }$/;"	f
  8103  Network	./net/unixsock.go	/^func (a *UnixAddr) Network() string {$/;"	f
  8104  New	./cmd/pprof/internal/report/report.go	/^func New(prof *profile.Profile, options Options, value func(s *profile.Sample) int64, unit string) *Report {$/;"	f
  8105  New	./cmd/pprof/internal/tempfile/tempfile.go	/^func New(dir, prefix, suffix string) (*os.File, error) {$/;"	f
  8106  New	./container/list/list.go	/^func New() *List { return new(List).Init() }$/;"	f
  8107  New	./container/ring/ring.go	/^func New(n int) *Ring {$/;"	f
  8108  New	./crypto/crypto.go	/^func (h Hash) New() hash.Hash {$/;"	f
  8109  New	./crypto/hmac/hmac.go	/^func New(h func() hash.Hash, key []byte) hash.Hash {$/;"	f
  8110  New	./crypto/md5/md5.go	/^func New() hash.Hash {$/;"	f
  8111  New	./crypto/sha1/sha1.go	/^func New() hash.Hash {$/;"	f
  8112  New	./crypto/sha256/sha256.go	/^func New() hash.Hash {$/;"	f
  8113  New	./crypto/sha512/sha512.go	/^func New() hash.Hash {$/;"	f
  8114  New	./debug/dwarf/open.go	/^func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {$/;"	f
  8115  New	./errors/errors.go	/^func New(text string) error {$/;"	f
  8116  New	./go/doc/doc.go	/^func New(pkg *ast.Package, importPath string, mode Mode) *Package {$/;"	f
  8117  New	./hash/adler32/adler32.go	/^func New() hash.Hash32 {$/;"	f
  8118  New	./hash/crc32/crc32.go	/^func New(tab *Table) hash.Hash32 { return &digest{0, tab} }$/;"	f
  8119  New	./hash/crc64/crc64.go	/^func New(tab *Table) hash.Hash64 { return &digest{0, tab} }$/;"	f
  8120  New	./html/template/template.go	/^func (t *Template) New(name string) *Template {$/;"	f
  8121  New	./html/template/template.go	/^func New(name string) *Template {$/;"	f
  8122  New	./index/suffixarray/suffixarray.go	/^func New(data []byte) *Index {$/;"	f
  8123  New	./log/log.go	/^func New(out io.Writer, prefix string, flag int) *Logger {$/;"	f
  8124  New	./log/syslog/syslog.go	/^func New(priority Priority, tag string) (w *Writer, err error) {$/;"	f
  8125  New	./math/rand/rand.go	/^func New(src Source) *Rand { return &Rand{src} }$/;"	f
  8126  New	./net/http/cookiejar/jar.go	/^func New(o *Options) (*Jar, error) {$/;"	f
  8127  New	./reflect/value.go	/^func New(typ Type) Value {$/;"	f
  8128  New	./text/template/parse/parse.go	/^func New(name string, funcs ...map[string]interface{}) *Tree {$/;"	f
  8129  New	./text/template/template.go	/^func (t *Template) New(name string) *Template {$/;"	f
  8130  New	./text/template/template.go	/^func New(name string) *Template {$/;"	f
  8131  New224	./crypto/sha256/sha256.go	/^func New224() hash.Hash {$/;"	f
  8132  New32	./hash/fnv/fnv.go	/^func New32() hash.Hash32 {$/;"	f
  8133  New32a	./hash/fnv/fnv.go	/^func New32a() hash.Hash32 {$/;"	f
  8134  New384	./crypto/sha512/sha512.go	/^func New384() hash.Hash {$/;"	f
  8135  New512_224	./crypto/sha512/sha512.go	/^func New512_224() hash.Hash {$/;"	f
  8136  New512_256	./crypto/sha512/sha512.go	/^func New512_256() hash.Hash {$/;"	f
  8137  New64	./hash/fnv/fnv.go	/^func New64() hash.Hash64 {$/;"	f
  8138  New64a	./hash/fnv/fnv.go	/^func New64a() hash.Hash64 {$/;"	f
  8139  NewAlpha	./image/image.go	/^func NewAlpha(r Rectangle) *Alpha {$/;"	f
  8140  NewAlpha16	./image/image.go	/^func NewAlpha16(r Rectangle) *Alpha16 {$/;"	f
  8141  NewArray	./go/types/type.go	/^func NewArray(elem Type, len int64) *Array { return &Array{len, elem} }$/;"	f
  8142  NewAt	./reflect/value.go	/^func NewAt(typ Type, p unsafe.Pointer) Value {$/;"	f
  8143  NewBuffer	./bytes/buffer.go	/^func NewBuffer(buf []byte) *Buffer { return &Buffer{buf: buf} }$/;"	f
  8144  NewBufferString	./bytes/buffer.go	/^func NewBufferString(s string) *Buffer {$/;"	f
  8145  NewCBCDecrypter	./crypto/cipher/cbc.go	/^func NewCBCDecrypter(b Block, iv []byte) BlockMode {$/;"	f
  8146  NewCBCEncrypter	./crypto/cipher/cbc.go	/^func NewCBCEncrypter(b Block, iv []byte) BlockMode {$/;"	f
  8147  NewCFBDecrypter	./crypto/cipher/cfb.go	/^func NewCFBDecrypter(block Block, iv []byte) Stream {$/;"	f
  8148  NewCFBEncrypter	./crypto/cipher/cfb.go	/^func NewCFBEncrypter(block Block, iv []byte) Stream {$/;"	f
  8149  NewCMYK	./image/image.go	/^func NewCMYK(r Rectangle) *CMYK {$/;"	f
  8150  NewCTR	./crypto/cipher/ctr.go	/^func NewCTR(block Block, iv []byte) Stream {$/;"	f
  8151  NewCallback	./syscall/syscall_windows.go	/^func NewCallback(fn interface{}) uintptr {$/;"	f
  8152  NewCallbackCDecl	./syscall/syscall_windows.go	/^func NewCallbackCDecl(fn interface{}) uintptr {$/;"	f
  8153  NewCertPool	./crypto/x509/cert_pool.go	/^func NewCertPool() *CertPool {$/;"	f
  8154  NewChan	./go/types/type.go	/^func NewChan(dir ChanDir, elem Type) *Chan {$/;"	f
  8155  NewChecker	./go/types/check.go	/^func NewChecker(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker {$/;"	f
  8156  NewChunkedReader	./net/http/httputil/httputil.go	/^func NewChunkedReader(r io.Reader) io.Reader {$/;"	f
  8157  NewChunkedReader	./net/http/internal/chunked.go	/^func NewChunkedReader(r io.Reader) io.Reader {$/;"	f
  8158  NewChunkedWriter	./net/http/httputil/httputil.go	/^func NewChunkedWriter(w io.Writer) io.WriteCloser {$/;"	f
  8159  NewChunkedWriter	./net/http/internal/chunked.go	/^func NewChunkedWriter(w io.Writer) io.WriteCloser {$/;"	f
  8160  NewCipher	./crypto/aes/cipher.go	/^func NewCipher(key []byte) (cipher.Block, error) {$/;"	f
  8161  NewCipher	./crypto/des/cipher.go	/^func NewCipher(key []byte) (cipher.Block, error) {$/;"	f
  8162  NewCipher	./crypto/rc4/rc4.go	/^func NewCipher(key []byte) (*Cipher, error) {$/;"	f
  8163  NewClient	./net/rpc/client.go	/^func NewClient(conn io.ReadWriteCloser) *Client {$/;"	f
  8164  NewClient	./net/rpc/jsonrpc/client.go	/^func NewClient(conn io.ReadWriteCloser) *rpc.Client {$/;"	f
  8165  NewClient	./net/smtp/smtp.go	/^func NewClient(conn net.Conn, host string) (*Client, error) {$/;"	f
  8166  NewClientCodec	./net/rpc/jsonrpc/client.go	/^func NewClientCodec(conn io.ReadWriteCloser) rpc.ClientCodec {$/;"	f
  8167  NewClientConn	./net/http/httputil/persist.go	/^func NewClientConn(c net.Conn, r *bufio.Reader) *ClientConn {$/;"	f
  8168  NewClientWithCodec	./net/rpc/client.go	/^func NewClientWithCodec(codec ClientCodec) *Client {$/;"	f
  8169  NewCommentMap	./go/ast/commentmap.go	/^func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {$/;"	f
  8170  NewCompleter	./cmd/pprof/internal/commands/commands.go	/^func NewCompleter(cs Commands) Completer {$/;"	f
  8171  NewCond	./sync/cond.go	/^func NewCond(l Locker) *Cond {$/;"	f
  8172  NewConn	./net/textproto/textproto.go	/^func NewConn(conn io.ReadWriteCloser) *Conn {$/;"	f
  8173  NewConst	./go/types/object.go	/^func NewConst(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const {$/;"	f
  8174  NewDecimal	./strconv/internal_test.go	/^func NewDecimal(i uint64) *decimal {$/;"	f
  8175  NewDecoder	./encoding/ascii85/ascii85.go	/^func NewDecoder(r io.Reader) io.Reader { return &decoder{r: r} }$/;"	f
  8176  NewDecoder	./encoding/base32/base32.go	/^func NewDecoder(enc *Encoding, r io.Reader) io.Reader {$/;"	f
  8177  NewDecoder	./encoding/base64/base64.go	/^func NewDecoder(enc *Encoding, r io.Reader) io.Reader {$/;"	f
  8178  NewDecoder	./encoding/gob/decoder.go	/^func NewDecoder(r io.Reader) *Decoder {$/;"	f
  8179  NewDecoder	./encoding/json/stream.go	/^func NewDecoder(r io.Reader) *Decoder {$/;"	f
  8180  NewDecoder	./encoding/xml/xml.go	/^func NewDecoder(r io.Reader) *Decoder {$/;"	f
  8181  NewDefault	./cmd/pprof/internal/report/report.go	/^func NewDefault(prof *profile.Profile, options Options) *Report {$/;"	f
  8182  NewEncoder	./encoding/ascii85/ascii85.go	/^func NewEncoder(w io.Writer) io.WriteCloser { return &encoder{w: w} }$/;"	f
  8183  NewEncoder	./encoding/base32/base32.go	/^func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {$/;"	f
  8184  NewEncoder	./encoding/base64/base64.go	/^func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {$/;"	f
  8185  NewEncoder	./encoding/gob/encoder.go	/^func NewEncoder(w io.Writer) *Encoder {$/;"	f
  8186  NewEncoder	./encoding/json/stream.go	/^func NewEncoder(w io.Writer) *Encoder {$/;"	f
  8187  NewEncoder	./encoding/xml/marshal.go	/^func NewEncoder(w io.Writer) *Encoder {$/;"	f
  8188  NewEncoding	./encoding/base32/base32.go	/^func NewEncoding(encoder string) *Encoding {$/;"	f
  8189  NewEncoding	./encoding/base64/base64.go	/^func NewEncoding(encoder string) *Encoding {$/;"	f
  8190  NewError	./cmd/api/testdata/src/pkg/p2/p2.go	/^func NewError(s string) error {}$/;"	f
  8191  NewError	./syscall/syscall_plan9.go	/^func NewError(s string) error { return ErrorString(s) }$/;"	f
  8192  NewFatFile	./debug/macho/fat.go	/^func NewFatFile(r io.ReaderAt) (*FatFile, error) {$/;"	f
  8193  NewField	./go/types/object.go	/^func NewField(pos token.Pos, pkg *Package, name string, typ Type, anonymous bool) *Var {$/;"	f
  8194  NewFile	./debug/elf/file.go	/^func NewFile(r io.ReaderAt) (*File, error) {$/;"	f
  8195  NewFile	./debug/macho/file.go	/^func NewFile(r io.ReaderAt) (*File, error) {$/;"	f
  8196  NewFile	./debug/pe/file.go	/^func NewFile(r io.ReaderAt) (*File, error) {$/;"	f
  8197  NewFile	./debug/plan9obj/file.go	/^func NewFile(r io.ReaderAt) (*File, error) {$/;"	f
  8198  NewFile	./os/file_plan9.go	/^func NewFile(fd uintptr, name string) *File {$/;"	f
  8199  NewFile	./os/file_unix.go	/^func NewFile(fd uintptr, name string) *File {$/;"	f
  8200  NewFile	./os/file_windows.go	/^func NewFile(fd uintptr, name string) *File {$/;"	f
  8201  NewFileSet	./go/token/position.go	/^func NewFileSet() *FileSet {$/;"	f
  8202  NewFileTransport	./net/http/filetransport.go	/^func NewFileTransport(fs FileSystem) RoundTripper {$/;"	f
  8203  NewFlagSet	./flag/flag.go	/^func NewFlagSet(name string, errorHandling ErrorHandling) *FlagSet {$/;"	f
  8204  NewFloat	./cmd/compile/internal/big/float.go	/^func NewFloat(x float64) *Float {$/;"	f
  8205  NewFloat	./expvar/expvar.go	/^func NewFloat(name string) *Float {$/;"	f
  8206  NewFloat	./math/big/float.go	/^func NewFloat(x float64) *Float {$/;"	f
  8207  NewFunc	./go/types/object.go	/^func NewFunc(pos token.Pos, pkg *Package, name string, sig *Signature) *Func {$/;"	f
  8208  NewGCM	./crypto/cipher/gcm.go	/^func NewGCM(cipher Block) (AEAD, error) {$/;"	f
  8209  NewGCMWithNonceSize	./crypto/cipher/gcm.go	/^func NewGCMWithNonceSize(cipher Block, size int) (AEAD, error) {$/;"	f
  8210  NewGray	./image/image.go	/^func NewGray(r Rectangle) *Gray {$/;"	f
  8211  NewGray16	./image/image.go	/^func NewGray16(r Rectangle) *Gray16 {$/;"	f
  8212  NewIEEE	./hash/crc32/crc32.go	/^func NewIEEE() hash.Hash32 { return New(IEEETable) }$/;"	f
  8213  NewIdent	./go/ast/ast.go	/^func NewIdent(name string) *Ident { return &Ident{token.NoPos, name, nil} }$/;"	f
  8214  NewIdentifier	./text/template/parse/node.go	/^func NewIdentifier(ident string) *IdentifierNode {$/;"	f
  8215  NewImage	./runtime/race/testdata/regression_test.go	/^func NewImage() Image {$/;"	f
  8216  NewInput	./cmd/asm/internal/lex/input.go	/^func NewInput(name string) *Input {$/;"	f
  8217  NewInt	./cmd/compile/internal/big/int.go	/^func NewInt(x int64) *Int {$/;"	f
  8218  NewInt	./expvar/expvar.go	/^func NewInt(name string) *Int {$/;"	f
  8219  NewInt	./math/big/int.go	/^func NewInt(x int64) *Int {$/;"	f
  8220  NewInterface	./go/types/type.go	/^func NewInterface(methods []*Func, embeddeds []*Named) *Interface {$/;"	f
  8221  NewLRUClientSessionCache	./crypto/tls/common.go	/^func NewLRUClientSessionCache(capacity int) ClientSessionCache {$/;"	f
  8222  NewLabel	./go/types/object.go	/^func NewLabel(pos token.Pos, pkg *Package, name string) *Label {$/;"	f
  8223  NewLazyDLL	./syscall/dll_windows.go	/^func NewLazyDLL(name string) *LazyDLL {$/;"	f
  8224  NewLexer	./cmd/asm/internal/lex/lex.go	/^func NewLexer(name string, ctxt *obj.Link) TokenReader {$/;"	f
  8225  NewLineTable	./debug/gosym/pclntab.go	/^func NewLineTable(data []byte, text uint64) *LineTable {$/;"	f
  8226  NewListener	./crypto/tls/tls.go	/^func NewListener(inner net.Listener, config *Config) net.Listener {$/;"	f
  8227  NewLog	./runtime/race/testdata/regression_test.go	/^func NewLog() (l LogImpl) {$/;"	f
  8228  NewLogger	./log/syslog/syslog.go	/^func NewLogger(p Priority, logFlag int) (*log.Logger, error) {$/;"	f
  8229  NewLoggingConn	./net/http/export_test.go	/^func NewLoggingConn(baseName string, c net.Conn) net.Conn {$/;"	f
  8230  NewMap	./expvar/expvar.go	/^func NewMap(name string) *Map {$/;"	f
  8231  NewMap	./go/types/type.go	/^func NewMap(key, elem Type) *Map {$/;"	f
  8232  NewMethodSet	./go/types/methodset.go	/^func NewMethodSet(T Type) *MethodSet {$/;"	f
  8233  NewNRGBA	./image/image.go	/^func NewNRGBA(r Rectangle) *NRGBA {$/;"	f
  8234  NewNRGBA64	./image/image.go	/^func NewNRGBA64(r Rectangle) *NRGBA64 {$/;"	f
  8235  NewNamed	./go/types/type.go	/^func NewNamed(obj *TypeName, underlying Type, methods []*Func) *Named {$/;"	f
  8236  NewOFB	./crypto/cipher/ofb.go	/^func NewOFB(b Block, iv []byte) Stream {$/;"	f
  8237  NewOSProc0	./runtime/export_linux_test.go	/^var NewOSProc0 = newosproc0$/;"	v
  8238  NewObj	./go/ast/scope.go	/^func NewObj(kind ObjKind, name string) *Object {$/;"	f
  8239  NewPackage	./go/ast/resolve.go	/^func NewPackage(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error) {$/;"	f
  8240  NewPackage	./go/types/package.go	/^func NewPackage(path, name string) *Package {$/;"	f
  8241  NewPaletted	./image/image.go	/^func NewPaletted(r Rectangle, p color.Palette) *Paletted {$/;"	f
  8242  NewParFor	./runtime/export_test.go	/^func NewParFor(nthrmax uint32) *ParFor {$/;"	f
  8243  NewParam	./go/types/object.go	/^func NewParam(pos token.Pos, pkg *Package, name string, typ Type) *Var {$/;"	f
  8244  NewParser	./cmd/asm/internal/asm/parse.go	/^func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser {$/;"	f
  8245  NewPkgName	./go/types/object.go	/^func NewPkgName(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName {$/;"	f
  8246  NewPointer	./go/types/type.go	/^func NewPointer(elem Type) *Pointer { return &Pointer{base: elem} }$/;"	f
  8247  NewProc	./syscall/dll_windows.go	/^func (d *LazyDLL) NewProc(name string) *LazyProc {$/;"	f
  8248  NewProfile	./runtime/pprof/pprof.go	/^func NewProfile(name string) *Profile {$/;"	f
  8249  NewProg	./cmd/internal/obj/util.go	/^func (ctxt *Link) NewProg() *Prog {$/;"	f
  8250  NewProxyClientConn	./net/http/httputil/persist.go	/^func NewProxyClientConn(c net.Conn, r *bufio.Reader) *ClientConn {$/;"	f
  8251  NewRGBA	./image/image.go	/^func NewRGBA(r Rectangle) *RGBA {$/;"	f
  8252  NewRGBA64	./image/image.go	/^func NewRGBA64(r Rectangle) *RGBA64 {$/;"	f
  8253  NewRPC	./syscall/srpc_nacl.go	/^func (c *srpcClient) NewRPC(done chan *srpc) *srpc {$/;"	f
  8254  NewRat	./cmd/compile/internal/big/rat.go	/^func NewRat(a, b int64) *Rat {$/;"	f
  8255  NewRat	./math/big/rat.go	/^func NewRat(a, b int64) *Rat {$/;"	f
  8256  NewReadLogger	./testing/iotest/logger.go	/^func NewReadLogger(prefix string, r io.Reader) io.Reader {$/;"	f
  8257  NewReadWriter	./bufio/bufio.go	/^func NewReadWriter(r *Reader, w *Writer) *ReadWriter {$/;"	f
  8258  NewReader	./archive/tar/reader.go	/^func NewReader(r io.Reader) *Reader { return &Reader{r: r} }$/;"	f
  8259  NewReader	./archive/zip/reader.go	/^func NewReader(r io.ReaderAt, size int64) (*Reader, error) {$/;"	f
  8260  NewReader	./bufio/bufio.go	/^func NewReader(rd io.Reader) *Reader {$/;"	f
  8261  NewReader	./bytes/reader.go	/^func NewReader(b []byte) *Reader { return &Reader{b, 0, -1} }$/;"	f
  8262  NewReader	./compress/bzip2/bzip2.go	/^func NewReader(r io.Reader) io.Reader {$/;"	f
  8263  NewReader	./compress/flate/inflate.go	/^func NewReader(r io.Reader) io.ReadCloser {$/;"	f
  8264  NewReader	./compress/gzip/gunzip.go	/^func NewReader(r io.Reader) (*Reader, error) {$/;"	f
  8265  NewReader	./compress/lzw/reader.go	/^func NewReader(r io.Reader, order Order, litWidth int) io.ReadCloser {$/;"	f
  8266  NewReader	./compress/zlib/reader.go	/^func NewReader(r io.Reader) (io.ReadCloser, error) {$/;"	f
  8267  NewReader	./encoding/csv/reader.go	/^func NewReader(r io.Reader) *Reader {$/;"	f
  8268  NewReader	./mime/multipart/multipart.go	/^func NewReader(r io.Reader, boundary string) *Reader {$/;"	f
  8269  NewReader	./mime/quotedprintable/reader.go	/^func NewReader(r io.Reader) *Reader {$/;"	f
  8270  NewReader	./net/textproto/reader.go	/^func NewReader(r *bufio.Reader) *Reader {$/;"	f
  8271  NewReader	./strings/reader.go	/^func NewReader(s string) *Reader { return &Reader{s, 0, -1} }$/;"	f
  8272  NewReaderDict	./compress/flate/inflate.go	/^func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser {$/;"	f
  8273  NewReaderDict	./compress/zlib/reader.go	/^func NewReaderDict(r io.Reader, dict []byte) (io.ReadCloser, error) {$/;"	f
  8274  NewReaderSize	./bufio/bufio.go	/^func NewReaderSize(rd io.Reader, size int) *Reader {$/;"	f
  8275  NewRecorder	./net/http/httptest/recorder.go	/^func NewRecorder() *ResponseRecorder {$/;"	f
  8276  NewReplacer	./strings/replace.go	/^func NewReplacer(oldnew ...string) *Replacer {$/;"	f
  8277  NewRequest	./net/http/request.go	/^func NewRequest(method, urlStr string, body io.Reader) (*Request, error) {$/;"	f
  8278  NewScanner	./bufio/scan.go	/^func NewScanner(r io.Reader) *Scanner {$/;"	f
  8279  NewScope	./go/ast/scope.go	/^func NewScope(outer *Scope) *Scope {$/;"	f
  8280  NewScope	./go/types/scope.go	/^func NewScope(parent *Scope, pos, end token.Pos, comment string) *Scope {$/;"	f
  8281  NewSectionReader	./io/io.go	/^func NewSectionReader(r ReaderAt, off int64, n int64) *SectionReader {$/;"	f
  8282  NewServeMux	./net/http/server.go	/^func NewServeMux() *ServeMux { return &ServeMux{m: make(map[string]muxEntry)} }$/;"	f
  8283  NewServer	./net/http/httptest/server.go	/^func NewServer(handler http.Handler) *Server {$/;"	f
  8284  NewServer	./net/rpc/server.go	/^func NewServer() *Server {$/;"	f
  8285  NewServerCodec	./net/rpc/jsonrpc/server.go	/^func NewServerCodec(conn io.ReadWriteCloser) rpc.ServerCodec {$/;"	f
  8286  NewServerConn	./net/http/httputil/persist.go	/^func NewServerConn(c net.Conn, r *bufio.Reader) *ServerConn {$/;"	f
  8287  NewSignature	./go/types/type.go	/^func NewSignature(recv *Var, params, results *Tuple, variadic bool) *Signature {$/;"	f
  8288  NewSingleHostReverseProxy	./net/http/httputil/reverseproxy.go	/^func NewSingleHostReverseProxy(target *url.URL) *ReverseProxy {$/;"	f
  8289  NewSlice	./cmd/asm/internal/lex/slice.go	/^func NewSlice(fileName string, line int, tokens []Token) *Slice {$/;"	f
  8290  NewSlice	./go/types/type.go	/^func NewSlice(elem Type) *Slice { return &Slice{elem} }$/;"	f
  8291  NewSource	./math/rand/rand.go	/^func NewSource(seed int64) Source {$/;"	f
  8292  NewString	./expvar/expvar.go	/^func NewString(name string) *String {$/;"	f
  8293  NewStruct	./go/types/type.go	/^func NewStruct(fields []*Var, tags []string) *Struct {$/;"	f
  8294  NewSyscallError	./os/error.go	/^func NewSyscallError(syscall string, err error) error {$/;"	f
  8295  NewTLSServer	./net/http/httptest/server.go	/^func NewTLSServer(handler http.Handler) *Server {$/;"	f
  8296  NewTable	./debug/gosym/symtab.go	/^func NewTable(symtab []byte, pcln *LineTable) (*Table, error) {$/;"	f
  8297  NewTestTimeoutHandler	./net/http/export_test.go	/^func NewTestTimeoutHandler(handler Handler, ch <-chan time.Time) Handler {$/;"	f
  8298  NewText	./encoding/xml/atom_test.go	/^func NewText(text string) Text {$/;"	f
  8299  NewTicker	./time/tick.go	/^func NewTicker(d Duration) *Ticker {$/;"	f
  8300  NewTimer	./time/sleep.go	/^func NewTimer(d Duration) *Timer {$/;"	f
  8301  NewTokenizer	./cmd/asm/internal/lex/tokenizer.go	/^func NewTokenizer(name string, r io.Reader, file *os.File) *Tokenizer {$/;"	f
  8302  NewTripleDESCipher	./crypto/des/cipher.go	/^func NewTripleDESCipher(key []byte) (cipher.Block, error) {$/;"	f
  8303  NewTuple	./go/types/type.go	/^func NewTuple(x ...*Var) *Tuple {$/;"	f
  8304  NewType0	./encoding/gob/encoder_test.go	/^type NewType0 struct {$/;"	t
  8305  NewTypeName	./go/types/object.go	/^func NewTypeName(pos token.Pos, pkg *Package, name string, typ Type) *TypeName {$/;"	f
  8306  NewUniform	./image/names.go	/^func NewUniform(c color.Color) *Uniform {$/;"	f
  8307  NewUnstartedServer	./net/http/httptest/server.go	/^func NewUnstartedServer(handler http.Handler) *Server {$/;"	f
  8308  NewVar	./go/types/object.go	/^func NewVar(pos token.Pos, pkg *Package, name string, typ Type) *Var {$/;"	f
  8309  NewWalker	./cmd/api/goapi.go	/^func NewWalker(context *build.Context, root string) *Walker {$/;"	f
  8310  NewWriteLogger	./testing/iotest/logger.go	/^func NewWriteLogger(prefix string, w io.Writer) io.Writer {$/;"	f
  8311  NewWriter	./archive/tar/writer.go	/^func NewWriter(w io.Writer) *Writer { return &Writer{w: w} }$/;"	f
  8312  NewWriter	./archive/zip/writer.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8313  NewWriter	./bufio/bufio.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8314  NewWriter	./compress/flate/deflate.go	/^func NewWriter(w io.Writer, level int) (*Writer, error) {$/;"	f
  8315  NewWriter	./compress/gzip/gzip.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8316  NewWriter	./compress/lzw/writer.go	/^func NewWriter(w io.Writer, order Order, litWidth int) io.WriteCloser {$/;"	f
  8317  NewWriter	./compress/zlib/writer.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8318  NewWriter	./encoding/csv/writer.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8319  NewWriter	./mime/multipart/writer.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8320  NewWriter	./mime/quotedprintable/writer.go	/^func NewWriter(w io.Writer) *Writer {$/;"	f
  8321  NewWriter	./net/textproto/writer.go	/^func NewWriter(w *bufio.Writer) *Writer {$/;"	f
  8322  NewWriter	./text/tabwriter/tabwriter.go	/^func NewWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer {$/;"	f
  8323  NewWriterDict	./compress/flate/deflate.go	/^func NewWriterDict(w io.Writer, level int, dict []byte) (*Writer, error) {$/;"	f
  8324  NewWriterLevel	./compress/gzip/gzip.go	/^func NewWriterLevel(w io.Writer, level int) (*Writer, error) {$/;"	f
  8325  NewWriterLevel	./compress/zlib/writer.go	/^func NewWriterLevel(w io.Writer, level int) (*Writer, error) {$/;"	f
  8326  NewWriterLevelDict	./compress/zlib/writer.go	/^func NewWriterLevelDict(w io.Writer, level int, dict []byte) (*Writer, error) {$/;"	f
  8327  NewWriterSize	./bufio/bufio.go	/^func NewWriterSize(w io.Writer, size int) *Writer {$/;"	f
  8328  NewYCbCr	./image/ycbcr.go	/^func NewYCbCr(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr {$/;"	f
  8329  NewZipf	./math/rand/zipf.go	/^func NewZipf(r *Rand, s float64, v float64, imax uint64) *Zipf {$/;"	f
  8330  Newproc	./cmd/compile/internal/gc/go.go	/^var Newproc *Node$/;"	v
  8331  Next	./archive/tar/reader.go	/^func (tr *Reader) Next() (*Header, error) {$/;"	f
  8332  Next	./bytes/buffer.go	/^func (b *Buffer) Next(n int) []byte {$/;"	f
  8333  Next	./cmd/asm/internal/lex/input.go	/^func (in *Input) Next() ScanToken {$/;"	f
  8334  Next	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) Next() ScanToken {$/;"	f
  8335  Next	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) Next() ScanToken {$/;"	f
  8336  Next	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) Next() ScanToken {$/;"	f
  8337  Next	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func (r *loadCmdReader) Next() (cmd loadCmd, err error) {$/;"	f
  8338  Next	./container/list/list.go	/^func (e *Element) Next() *Element {$/;"	f
  8339  Next	./container/ring/ring.go	/^func (r *Ring) Next() *Ring {$/;"	f
  8340  Next	./database/sql/fakedb_test.go	/^func (rc *rowsCursor) Next(dest []driver.Value) error {$/;"	f
  8341  Next	./database/sql/sql.go	/^func (rs *Rows) Next() bool {$/;"	f
  8342  Next	./debug/dwarf/entry.go	/^func (r *Reader) Next() (*Entry, error) {$/;"	f
  8343  Next	./debug/dwarf/line.go	/^func (r *LineReader) Next(entry *LineEntry) error {$/;"	f
  8344  Next	./debug/dwarf/typeunit.go	/^func (tur *typeUnitReader) Next() (*Entry, error) {$/;"	f
  8345  Next	./net/smtp/auth.go	/^func (a *cramMD5Auth) Next(fromServer []byte, more bool) ([]byte, error) {$/;"	f
  8346  Next	./net/smtp/auth.go	/^func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) {$/;"	f
  8347  Next	./net/textproto/pipeline.go	/^func (p *Pipeline) Next() uint {$/;"	f
  8348  Next	./reflect/all_test.go	/^func (x *exhaustive) Next() bool {$/;"	f
  8349  Next	./testing/benchmark.go	/^func (pb *PB) Next() bool {$/;"	f
  8350  Next	./text/scanner/scanner.go	/^func (s *Scanner) Next() rune {$/;"	f
  8351  NextPart	./mime/multipart/multipart.go	/^func (r *Reader) NextPart() (*Part, error) {$/;"	f
  8352  Nextafter	./math/nextafter.go	/^func Nextafter(x, y float64) (r float64) {$/;"	f
  8353  Nextafter32	./math/nextafter.go	/^func Nextafter32(x, y float32) (r float32) {$/;"	f
  8354  NiL	./regexp/testdata/testregex.c	/^#define NiL	/;"	d	file:
  8355  Nil	./go/types/object.go	/^type Nil struct {$/;"	t
  8356  Nil	./reflect/all_test.go	/^func Nil(a interface{}, t *testing.T) {$/;"	f
  8357  NilNode	./text/template/parse/node.go	/^type NilNode struct {$/;"	t
  8358  NilTest	./encoding/xml/marshal_test.go	/^type NilTest struct {$/;"	t
  8359  NilVal	./cmd/compile/internal/gc/go.go	/^type NilVal struct{}$/;"	t
  8360  NlAttr	./syscall/types_linux.go	/^type NlAttr C.struct_nlattr$/;"	t
  8361  NlAttr	./syscall/ztypes_linux_386.go	/^type NlAttr struct {$/;"	t
  8362  NlAttr	./syscall/ztypes_linux_amd64.go	/^type NlAttr struct {$/;"	t
  8363  NlAttr	./syscall/ztypes_linux_arm.go	/^type NlAttr struct {$/;"	t
  8364  NlAttr	./syscall/ztypes_linux_arm64.go	/^type NlAttr struct {$/;"	t
  8365  NlAttr	./syscall/ztypes_linux_ppc64.go	/^type NlAttr struct {$/;"	t
  8366  NlAttr	./syscall/ztypes_linux_ppc64le.go	/^type NlAttr struct {$/;"	t
  8367  NlMsgerr	./syscall/types_linux.go	/^type NlMsgerr C.struct_nlmsgerr$/;"	t
  8368  NlMsgerr	./syscall/ztypes_linux_386.go	/^type NlMsgerr struct {$/;"	t
  8369  NlMsgerr	./syscall/ztypes_linux_amd64.go	/^type NlMsgerr struct {$/;"	t
  8370  NlMsgerr	./syscall/ztypes_linux_arm.go	/^type NlMsgerr struct {$/;"	t
  8371  NlMsgerr	./syscall/ztypes_linux_arm64.go	/^type NlMsgerr struct {$/;"	t
  8372  NlMsgerr	./syscall/ztypes_linux_ppc64.go	/^type NlMsgerr struct {$/;"	t
  8373  NlMsgerr	./syscall/ztypes_linux_ppc64le.go	/^type NlMsgerr struct {$/;"	t
  8374  NlMsghdr	./syscall/types_linux.go	/^type NlMsghdr C.struct_nlmsghdr$/;"	t
  8375  NlMsghdr	./syscall/ztypes_linux_386.go	/^type NlMsghdr struct {$/;"	t
  8376  NlMsghdr	./syscall/ztypes_linux_amd64.go	/^type NlMsghdr struct {$/;"	t
  8377  NlMsghdr	./syscall/ztypes_linux_arm.go	/^type NlMsghdr struct {$/;"	t
  8378  NlMsghdr	./syscall/ztypes_linux_arm64.go	/^type NlMsghdr struct {$/;"	t
  8379  NlMsghdr	./syscall/ztypes_linux_ppc64.go	/^type NlMsghdr struct {$/;"	t
  8380  NlMsghdr	./syscall/ztypes_linux_ppc64le.go	/^type NlMsghdr struct {$/;"	t
  8381  Nlist32	./debug/macho/macho.go	/^type Nlist32 struct {$/;"	t
  8382  Nlist64	./debug/macho/macho.go	/^type Nlist64 struct {$/;"	t
  8383  NoInterfaceItem	./encoding/gob/codec_test.go	/^type NoInterfaceItem struct {$/;"	t
  8384  NoObjTool	./cmd/pprof/internal/plugin/plugin.go	/^func NoObjTool() ObjTool {$/;"	f
  8385  Nocache	./cmd/internal/obj/go.go	/^func Nocache(p *Prog) {$/;"	f
  8386  Noconv	./cmd/compile/internal/gc/subr.go	/^func Noconv(t1 *Type, t2 *Type) bool {$/;"	f
  8387  Nod	./cmd/compile/internal/gc/subr.go	/^func Nod(op int, nleft *Node, nright *Node) *Node {$/;"	f
  8388  Nodbool	./cmd/compile/internal/gc/subr.go	/^func Nodbool(b bool) *Node {$/;"	f
  8389  Nodconst	./cmd/compile/internal/gc/subr.go	/^func Nodconst(n *Node, t *Type, v int64) {$/;"	f
  8390  Node	./cmd/compile/internal/gc/syntax.go	/^type Node struct {$/;"	t
  8391  Node	./go/ast/ast.go	/^type Node interface {$/;"	t
  8392  Node	./go/format/format.go	/^func Node(dst io.Writer, fset *token.FileSet, node interface{}) error {$/;"	f
  8393  Node	./path/filepath/path_test.go	/^type Node struct {$/;"	t
  8394  Node	./text/template/parse/node.go	/^type Node interface {$/;"	t
  8395  Node1	./runtime/gc_test.go	/^type Node1 struct {$/;"	t
  8396  Node1024	./runtime/gc_test.go	/^type Node1024 struct {$/;"	t
  8397  Node124	./runtime/gc_test.go	/^type Node124 struct {$/;"	t
  8398  Node126	./runtime/gc_test.go	/^type Node126 struct {$/;"	t
  8399  Node128	./runtime/gc_test.go	/^type Node128 struct {$/;"	t
  8400  Node130	./runtime/gc_test.go	/^type Node130 struct {$/;"	t
  8401  Node64	./runtime/gc_test.go	/^type Node64 struct {$/;"	t
  8402  Node64Dead	./runtime/gc_test.go	/^type Node64Dead struct {$/;"	t
  8403  Node8	./runtime/gc_test.go	/^type Node8 struct {$/;"	t
  8404  NodeEscState	./cmd/compile/internal/gc/esc.go	/^type NodeEscState struct {$/;"	t
  8405  NodeField	./text/template/parse/parse.go	/^		\/\/ Compatibility with original API: If the term is of type NodeField$/;"	t
  8406  NodeList	./cmd/compile/internal/gc/syntax.go	/^type NodeList struct {$/;"	t
  8407  NodeType	./text/template/parse/node.go	/^type NodeType int$/;"	t
  8408  Nodindreg	./cmd/compile/internal/gc/gsubr.go	/^func Nodindreg(n *Node, t *Type, r int) {$/;"	f
  8409  Nodintconst	./cmd/compile/internal/gc/subr.go	/^func Nodintconst(v int64) *Node {$/;"	f
  8410  Nodreg	./cmd/compile/internal/gc/gsubr.go	/^func Nodreg(n *Node, t *Type, r int) {$/;"	f
  8411  NonComparableStruct	./reflect/all_test.go	/^type NonComparableStruct struct {$/;"	t
  8412  NonStruct	./encoding/gob/encoder_test.go	/^	type NonStruct string$/;"	t
  8413  NonceSize	./crypto/cipher/gcm.go	/^func (g *gcm) NonceSize() int {$/;"	f
  8414  NonceSize	./crypto/tls/cipher_suites.go	/^func (f *fixedNonceAEAD) NonceSize() int { return 8 }$/;"	f
  8415  NopCloser	./io/ioutil/ioutil.go	/^func NopCloser(r io.Reader) io.ReadCloser {$/;"	f
  8416  Nopout	./cmd/internal/obj/go.go	/^func Nopout(p *Prog) {$/;"	f
  8417  Noreturn	./cmd/compile/internal/gc/popt.go	/^func Noreturn(p *obj.Prog) bool {$/;"	f
  8418  NormFloat64	./math/rand/normal.go	/^func (r *Rand) NormFloat64() float64 {$/;"	f
  8419  NormFloat64	./math/rand/rand.go	/^func NormFloat64() float64 { return globalRand.NormFloat64() }$/;"	f
  8420  Normalize	./strconv/extfloat.go	/^func (f *extFloat) Normalize() (shift uint) {$/;"	f
  8421  Not	./cmd/compile/internal/big/int.go	/^func (z *Int) Not(x *Int) *Int {$/;"	f
  8422  Not	./math/big/int.go	/^func (z *Int) Not(x *Int) *Int {$/;"	f
  8423  NotAFactory	./go/doc/testdata/b.go	/^func NotAFactory() int {}$/;"	f
  8424  NotBasic	./reflect/all_test.go	/^type NotBasic Basic$/;"	t
  8425  NotFound	./net/http/server.go	/^func NotFound(w ResponseWriter, r *Request) { Error(w, "404 page not found", StatusNotFound) }$/;"	f
  8426  NotFoundHandler	./net/http/server.go	/^func NotFoundHandler() Handler { return HandlerFunc(NotFound) }$/;"	f
  8427  NotNil	./reflect/all_test.go	/^func NotNil(a interface{}, t *testing.T) {$/;"	f
  8428  NotNilFilter	./go/ast/print.go	/^func NotNilFilter(_ string, v reflect.Value) bool {$/;"	f
  8429  NotNull	./database/sql/driver/types.go	/^type NotNull struct {$/;"	t
  8430  Note	./go/doc/doc.go	/^type Note struct {$/;"	t
  8431  Note	./syscall/syscall_plan9.go	/^type Note string$/;"	t
  8432  Notice	./log/syslog/syslog.go	/^func (w *Writer) Notice(m string) (err error) {$/;"	f
  8433  Notify	./os/signal/signal.go	/^func Notify(c chan<- os.Signal, sig ...os.Signal) {$/;"	f
  8434  Now	./cmd/api/testdata/src/pkg/p1/p1.go	/^func Now() Time {$/;"	f
  8435  Now	./time/time.go	/^func Now() Time {$/;"	f
  8436  NsPerOp	./go/doc/testdata/benchmark.go	/^func (r BenchmarkResult) NsPerOp() int64 {$/;"	f
  8437  NsPerOp	./testing/benchmark.go	/^func (r BenchmarkResult) NsPerOp() int64 {$/;"	f
  8438  NsecToFiletime	./syscall/ztypes_windows.go	/^func NsecToFiletime(nsec int64) (ft Filetime) {$/;"	f
  8439  NsecToTimespec	./syscall/syscall_darwin_386.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8440  NsecToTimespec	./syscall/syscall_darwin_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8441  NsecToTimespec	./syscall/syscall_darwin_arm.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8442  NsecToTimespec	./syscall/syscall_darwin_arm64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8443  NsecToTimespec	./syscall/syscall_dragonfly_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8444  NsecToTimespec	./syscall/syscall_freebsd_386.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8445  NsecToTimespec	./syscall/syscall_freebsd_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8446  NsecToTimespec	./syscall/syscall_freebsd_arm.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8447  NsecToTimespec	./syscall/syscall_linux_386.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8448  NsecToTimespec	./syscall/syscall_linux_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8449  NsecToTimespec	./syscall/syscall_linux_arm.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8450  NsecToTimespec	./syscall/syscall_linux_arm64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8451  NsecToTimespec	./syscall/syscall_linux_ppc64x.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8452  NsecToTimespec	./syscall/syscall_nacl_386.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8453  NsecToTimespec	./syscall/syscall_nacl_amd64p32.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8454  NsecToTimespec	./syscall/syscall_nacl_arm.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8455  NsecToTimespec	./syscall/syscall_netbsd_386.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8456  NsecToTimespec	./syscall/syscall_netbsd_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8457  NsecToTimespec	./syscall/syscall_netbsd_arm.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8458  NsecToTimespec	./syscall/syscall_openbsd_386.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8459  NsecToTimespec	./syscall/syscall_openbsd_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8460  NsecToTimespec	./syscall/syscall_openbsd_arm.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8461  NsecToTimespec	./syscall/syscall_solaris_amd64.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8462  NsecToTimespec	./syscall/syscall_windows.go	/^func NsecToTimespec(nsec int64) (ts Timespec) {$/;"	f
  8463  NsecToTimeval	./syscall/syscall_darwin_386.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8464  NsecToTimeval	./syscall/syscall_darwin_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8465  NsecToTimeval	./syscall/syscall_darwin_arm.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8466  NsecToTimeval	./syscall/syscall_darwin_arm64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8467  NsecToTimeval	./syscall/syscall_dragonfly_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8468  NsecToTimeval	./syscall/syscall_freebsd_386.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8469  NsecToTimeval	./syscall/syscall_freebsd_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8470  NsecToTimeval	./syscall/syscall_freebsd_arm.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8471  NsecToTimeval	./syscall/syscall_linux_386.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8472  NsecToTimeval	./syscall/syscall_linux_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8473  NsecToTimeval	./syscall/syscall_linux_arm.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8474  NsecToTimeval	./syscall/syscall_linux_arm64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8475  NsecToTimeval	./syscall/syscall_linux_ppc64x.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8476  NsecToTimeval	./syscall/syscall_nacl_386.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8477  NsecToTimeval	./syscall/syscall_nacl_amd64p32.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8478  NsecToTimeval	./syscall/syscall_nacl_arm.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8479  NsecToTimeval	./syscall/syscall_netbsd_386.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8480  NsecToTimeval	./syscall/syscall_netbsd_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8481  NsecToTimeval	./syscall/syscall_netbsd_arm.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8482  NsecToTimeval	./syscall/syscall_openbsd_386.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8483  NsecToTimeval	./syscall/syscall_openbsd_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8484  NsecToTimeval	./syscall/syscall_openbsd_arm.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8485  NsecToTimeval	./syscall/syscall_plan9.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8486  NsecToTimeval	./syscall/syscall_solaris_amd64.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8487  NsecToTimeval	./syscall/ztypes_windows.go	/^func NsecToTimeval(nsec int64) (tv Timeval) {$/;"	f
  8488  Ntohs	./syscall/zsyscall_windows.go	/^func Ntohs(netshort uint16) (u uint16) {$/;"	f
  8489  Null	./database/sql/driver/types.go	/^type Null struct {$/;"	t
  8490  Null	./syscall/dir_plan9.go	/^func (d *Dir) Null() { *d = nullDir }$/;"	f
  8491  NullBool	./database/sql/sql.go	/^type NullBool struct {$/;"	t
  8492  NullFloat64	./database/sql/sql.go	/^type NullFloat64 struct {$/;"	t
  8493  NullInt64	./database/sql/sql.go	/^type NullInt64 struct {$/;"	t
  8494  NullString	./database/sql/sql.go	/^type NullString struct {$/;"	t
  8495  Num	./cmd/compile/internal/big/rat.go	/^func (x *Rat) Num() *Int {$/;"	f
  8496  Num	./go/constant/value.go	/^func Num(x Value) Value {$/;"	f
  8497  Num	./math/big/rat.go	/^func (x *Rat) Num() *Int {$/;"	f
  8498  NumCPU	./runtime/debug.go	/^func NumCPU() int {$/;"	f
  8499  NumCalls	./net/rpc/server.go	/^func (m *methodType) NumCalls() (n uint) {$/;"	f
  8500  NumCgoCall	./runtime/debug.go	/^func NumCgoCall() int64 {$/;"	f
  8501  NumChildren	./go/types/scope.go	/^func (s *Scope) NumChildren() int { return len(s.children) }$/;"	f
  8502  NumEmbeddeds	./go/types/type.go	/^func (t *Interface) NumEmbeddeds() int { return len(t.embeddeds) }$/;"	f
  8503  NumError	./strconv/atoi.go	/^type NumError struct {$/;"	t
  8504  NumExplicitMethods	./go/types/type.go	/^func (t *Interface) NumExplicitMethods() int { return len(t.methods) }$/;"	f
  8505  NumField	./reflect/type.go	/^func (t *rtype) NumField() int {$/;"	f
  8506  NumField	./reflect/value.go	/^func (v Value) NumField() int {$/;"	f
  8507  NumFields	./go/ast/ast.go	/^func (f *FieldList) NumFields() int {$/;"	f
  8508  NumFields	./go/types/type.go	/^func (s *Struct) NumFields() int { return len(s.fields) }$/;"	f
  8509  NumGoroutine	./runtime/debug.go	/^func NumGoroutine() int {$/;"	f
  8510  NumIn	./reflect/type.go	/^func (t *rtype) NumIn() int {$/;"	f
  8511  NumInput	./database/sql/fakedb_test.go	/^func (s *fakeStmt) NumInput() int {$/;"	f
  8512  NumMethod	./reflect/type.go	/^func (t *interfaceType) NumMethod() int { return len(t.methods) }$/;"	f
  8513  NumMethod	./reflect/type.go	/^func (t *rtype) NumMethod() int {$/;"	f
  8514  NumMethod	./reflect/type.go	/^func (t *uncommonType) NumMethod() int {$/;"	f
  8515  NumMethod	./reflect/value.go	/^func (v Value) NumMethod() int {$/;"	f
  8516  NumMethods	./go/types/type.go	/^func (t *Interface) NumMethods() int { return len(t.allMethods) }$/;"	f
  8517  NumMethods	./go/types/type.go	/^func (t *Named) NumMethods() int { return len(t.methods) }$/;"	f
  8518  NumOut	./reflect/type.go	/^func (t *rtype) NumOut() int {$/;"	f
  8519  NumPendingRequestsForTesting	./net/http/export_test.go	/^func (t *Transport) NumPendingRequestsForTesting() int {$/;"	f
  8520  NumSubexp	./regexp/regexp.go	/^func (re *Regexp) NumSubexp() int {$/;"	f
  8521  Number	./encoding/json/decode.go	/^type Number string$/;"	t
  8522  NumberNode	./text/template/parse/node.go	/^type NumberNode struct {$/;"	t
  8523  OAEPOptions	./crypto/rsa/rsa.go	/^type OAEPOptions struct {$/;"	t
  8524  OCSPResponse	./crypto/tls/conn.go	/^func (c *Conn) OCSPResponse() []byte {$/;"	f
  8525  OFFSET	./runtime/memmove_arm.s	/^#define OFFSET	R7$/;"	d
  8526  OLDPATH	./all.bat	/^set OLDPATH=%PATH%$/;"	v
  8527  OP	./cmd/internal/obj/ppc64/asm9.go	/^func OP(o uint32, xo uint32) uint32 {$/;"	f
  8528  OPBIT	./cmd/internal/obj/arm64/asm7.go	/^func OPBIT(x uint32) uint32 {$/;"	f
  8529  OPBLR	./cmd/internal/obj/arm64/asm7.go	/^func OPBLR(x uint32) uint32 {$/;"	f
  8530  OPBcc	./cmd/internal/obj/arm64/asm7.go	/^func OPBcc(x uint32) uint32 {$/;"	f
  8531  OPCC	./cmd/internal/obj/ppc64/asm9.go	/^func OPCC(o uint32, xo uint32, rc uint32) uint32 {$/;"	f
  8532  OPDP2	./cmd/internal/obj/arm64/asm7.go	/^func OPDP2(x uint32) uint32 {$/;"	f
  8533  OPDP3	./cmd/internal/obj/arm64/asm7.go	/^func OPDP3(sf uint32, op54 uint32, op31 uint32, o0 uint32) uint32 {$/;"	f
  8534  OPVCC	./cmd/internal/obj/ppc64/asm9.go	/^func OPVCC(o uint32, xo uint32, oe uint32, rc uint32) uint32 {$/;"	f
  8535  OP_BC	./cmd/internal/obj/ppc64/asm9.go	/^func OP_BC(op uint32, bo uint32, bi uint32, bd uint32, aa uint32) uint32 {$/;"	f
  8536  OP_BCR	./cmd/internal/obj/ppc64/asm9.go	/^func OP_BCR(op uint32, bo uint32, bi uint32) uint32 {$/;"	f
  8537  OP_BR	./cmd/internal/obj/ppc64/asm9.go	/^func OP_BR(op uint32, li uint32, aa uint32) uint32 {$/;"	f
  8538  OP_RLW	./cmd/internal/obj/ppc64/asm9.go	/^func OP_RLW(op uint32, a uint32, s uint32, sh uint32, mb uint32, me uint32) uint32 {$/;"	f
  8539  OSABI	./debug/elf/elf.go	/^type OSABI byte$/;"	t
  8540  OSVersionInfoEx	./runtime/syscall_windows_test.go	/^	type OSVersionInfoEx struct {$/;"	t
  8541  Obj	./debug/gosym/symtab.go	/^type Obj struct {$/;"	t
  8542  Obj	./go/types/selection.go	/^func (s *Selection) Obj() Object { return s.obj }$/;"	f
  8543  Obj	./go/types/type.go	/^func (t *Named) Obj() *TypeName { return t.obj }$/;"	f
  8544  Obj	./runtime/debug/heapdump_test.go	/^type Obj struct {$/;"	t
  8545  Obj32	./runtime/pprof/mprof_test.go	/^type Obj32 struct {$/;"	t
  8546  ObjFile	./cmd/pprof/internal/plugin/plugin.go	/^type ObjFile interface {$/;"	t
  8547  ObjKind	./go/ast/scope.go	/^type ObjKind int$/;"	t
  8548  ObjTool	./cmd/pprof/internal/plugin/plugin.go	/^type ObjTool interface {$/;"	t
  8549  Object	./go/ast/scope.go	/^type Object struct {$/;"	t
  8550  Object	./go/types/object.go	/^type Object interface {$/;"	t
  8551  Object1	./runtime/mfinal_test.go	/^type Object1 struct {$/;"	t
  8552  Object2	./runtime/mfinal_test.go	/^type Object2 struct {$/;"	t
  8553  ObjectIdentifier	./encoding/asn1/asn1.go	/^type ObjectIdentifier []int$/;"	t
  8554  ObjectOf	./go/types/api.go	/^func (info *Info) ObjectOf(id *ast.Ident) Object {$/;"	f
  8555  ObjectString	./go/types/object.go	/^func ObjectString(obj Object, qf Qualifier) string {$/;"	f
  8556  Oconv	./cmd/compile/internal/gc/fmt.go	/^func Oconv(o int, flag int) string {$/;"	f
  8557  Offset	./debug/dwarf/entry.go	/^type Offset uint32$/;"	t
  8558  Offset	./go/token/position.go	/^func (f *File) Offset(p Pos) int {$/;"	f
  8559  Offsetof	./cmd/compile/internal/gc/builtin/unsafe.go	/^func Offsetof(any) uintptr$/;"	f
  8560  Offsetof	./unsafe/unsafe.go	/^func Offsetof(x ArbitraryType) uintptr$/;"	f
  8561  Offsetsof	./go/types/sizes.go	/^func (s *StdSizes) Offsetsof(fields []*Var) []int64 {$/;"	f
  8562  Ok	./cmd/vet/testdata/copylock_func.go	/^func (*EmbeddedLocker) Ok()    {}$/;"	f
  8563  Ok	./cmd/vet/testdata/copylock_func.go	/^func (*EmbeddedMutexPointer) Ok()      {}$/;"	f
  8564  Ok	./cmd/vet/testdata/copylock_func.go	/^func (*L0) Ok() {}$/;"	f
  8565  Ok	./cmd/vet/testdata/copylock_func.go	/^func Ok(*CustomLock) {}$/;"	f
  8566  OkFunc	./cmd/vet/testdata/copylock_func.go	/^func OkFunc(*FieldMutex)      {}$/;"	f
  8567  OkFunc	./cmd/vet/testdata/copylock_func.go	/^func OkFunc(*sync.Mutex) {}$/;"	f
  8568  OkFunc	./cmd/vet/testdata/copylock_func.go	/^func OkFunc(e *EmbeddedRWMutex)  {}$/;"	f
  8569  OkMeth	./cmd/vet/testdata/copylock_func.go	/^func (*EmbeddedRWMutex) OkMeth() {}$/;"	f
  8570  OkMeth	./cmd/vet/testdata/copylock_func.go	/^func (*FieldMutex) OkMeth()   {}$/;"	f
  8571  OkRet	./cmd/vet/testdata/copylock_func.go	/^func OkRet() *EmbeddedRWMutex    {}$/;"	f
  8572  OkRet	./cmd/vet/testdata/copylock_func.go	/^func OkRet() *sync.Mutex {}$/;"	f
  8573  Okay1	./cmd/vet/testdata/composite.go	/^var Okay1 = []string{$/;"	v
  8574  Okay2	./cmd/vet/testdata/composite.go	/^var Okay2 = map[string]bool{$/;"	v
  8575  Okay3	./cmd/vet/testdata/composite.go	/^var Okay3 = struct {$/;"	v
  8576  Okay4	./cmd/vet/testdata/composite.go	/^var Okay4 = MyStruct{$/;"	v
  8577  OmitAttrTest	./encoding/xml/marshal_test.go	/^type OmitAttrTest struct {$/;"	t
  8578  OmitFieldTest	./encoding/xml/marshal_test.go	/^type OmitFieldTest struct {$/;"	t
  8579  OnBothTandBPtr	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (*common) OnBothTandBPtr() {}$/;"	f
  8580  OnBothTandBVal	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (common) OnBothTandBVal()  {}$/;"	f
  8581  OnEmbedded	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (*Embedded) OnEmbedded() {}$/;"	f
  8582  OnTheFly	./encoding/gob/codec_test.go	/^type OnTheFly struct {$/;"	t
  8583  Once	./sync/once.go	/^type Once struct {$/;"	t
  8584  One	./runtime/runtime_test.go	/^var One = []int64{1}$/;"	v
  8585  OneByteReader	./testing/iotest/reader.go	/^func OneByteReader(r io.Reader) io.Reader { return &oneByteReader{r} }$/;"	f
  8586  Op	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Op uint16$/;"	t
  8587  Op	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Op uint32$/;"	t
  8588  Op	./image/draw/draw.go	/^type Op int$/;"	t
  8589  Op	./regexp/syntax/regexp.go	/^type Op uint8$/;"	t
  8590  Op	./unicode/maketables.go	/^type Op func(code rune) bool$/;"	t
  8591  OpError	./net/net.go	/^type OpError struct {$/;"	t
  8592  Opaque	./cmd/cgo/gcc.go	/^func (c *typeConv) Opaque(n int64) ast.Expr {$/;"	f
  8593  Opaque	./image/image.go	/^func (p *Alpha) Opaque() bool {$/;"	f
  8594  Opaque	./image/image.go	/^func (p *Alpha16) Opaque() bool {$/;"	f
  8595  Opaque	./image/image.go	/^func (p *CMYK) Opaque() bool {$/;"	f
  8596  Opaque	./image/image.go	/^func (p *Gray) Opaque() bool {$/;"	f
  8597  Opaque	./image/image.go	/^func (p *Gray16) Opaque() bool {$/;"	f
  8598  Opaque	./image/image.go	/^func (p *NRGBA) Opaque() bool {$/;"	f
  8599  Opaque	./image/image.go	/^func (p *NRGBA64) Opaque() bool {$/;"	f
  8600  Opaque	./image/image.go	/^func (p *Paletted) Opaque() bool {$/;"	f
  8601  Opaque	./image/image.go	/^func (p *RGBA) Opaque() bool {$/;"	f
  8602  Opaque	./image/image.go	/^func (p *RGBA64) Opaque() bool {$/;"	f
  8603  Opaque	./image/names.go	/^func (c *Uniform) Opaque() bool {$/;"	f
  8604  Opaque	./image/ycbcr.go	/^func (p *YCbCr) Opaque() bool {$/;"	f
  8605  Opcross	./cmd/internal/obj/arm/asm5.go	/^type Opcross [32][2][32]uint8$/;"	t
  8606  Open	./archive/zip/reader.go	/^func (f *File) Open() (rc io.ReadCloser, err error) {$/;"	f
  8607  Open	./cmd/internal/objfile/objfile.go	/^func Open(name string) (*File, error) {$/;"	f
  8608  Open	./cmd/pprof/internal/plugin/plugin.go	/^func (noObjTool) Open(file string, start uint64) (ObjFile, error) {$/;"	f
  8609  Open	./cmd/pprof/pprof.go	/^func (*objTool) Open(name string, start uint64) (plugin.ObjFile, error) {$/;"	f
  8610  Open	./crypto/cipher/gcm.go	/^func (g *gcm) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) {$/;"	f
  8611  Open	./crypto/tls/cipher_suites.go	/^func (f *fixedNonceAEAD) Open(out, nonce, plaintext, additionalData []byte) ([]byte, error) {$/;"	f
  8612  Open	./database/sql/fakedb_test.go	/^func (d *fakeDriver) Open(dsn string) (driver.Conn, error) {$/;"	f
  8613  Open	./database/sql/sql.go	/^func Open(driverName, dataSourceName string) (*DB, error) {$/;"	f
  8614  Open	./debug/elf/file.go	/^func (p *Prog) Open() io.ReadSeeker { return io.NewSectionReader(p.sr, 0, 1<<63-1) }$/;"	f
  8615  Open	./debug/elf/file.go	/^func (s *Section) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) }$/;"	f
  8616  Open	./debug/elf/file.go	/^func Open(name string) (*File, error) {$/;"	f
  8617  Open	./debug/macho/file.go	/^func (s *Section) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) }$/;"	f
  8618  Open	./debug/macho/file.go	/^func (s *Segment) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) }$/;"	f
  8619  Open	./debug/macho/file.go	/^func Open(name string) (*File, error) {$/;"	f
  8620  Open	./debug/pe/file.go	/^func (s *Section) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) }$/;"	f
  8621  Open	./debug/pe/file.go	/^func Open(name string) (*File, error) {$/;"	f
  8622  Open	./debug/plan9obj/file.go	/^func (s *Section) Open() io.ReadSeeker { return io.NewSectionReader(s.sr, 0, 1<<63-1) }$/;"	f
  8623  Open	./debug/plan9obj/file.go	/^func Open(name string) (*File, error) {$/;"	f
  8624  Open	./mime/multipart/formdata.go	/^func (fh *FileHeader) Open() (File, error) {$/;"	f
  8625  Open	./net/http/fs.go	/^func (d Dir) Open(name string) (File, error) {$/;"	f
  8626  Open	./net/http/fs_test.go	/^func (d fileServerCleanPathDir) Open(path string) (File, error) {$/;"	f
  8627  Open	./net/http/fs_test.go	/^func (fs *testFileSystem) Open(name string) (File, error) {$/;"	f
  8628  Open	./net/http/fs_test.go	/^func (fs fakeFS) Open(name string) (File, error) {$/;"	f
  8629  Open	./os/file.go	/^func Open(name string) (*File, error) {$/;"	f
  8630  Open	./runtime/export_test.go	/^var Open = open$/;"	v
  8631  Open	./syscall/fs_nacl.go	/^func Open(path string, openmode int, perm uint32) (fd int, err error) {$/;"	f
  8632  Open	./syscall/syscall_linux.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8633  Open	./syscall/syscall_plan9.go	/^func Open(path string, mode int) (fd int, err error) {$/;"	f
  8634  Open	./syscall/syscall_windows.go	/^func Open(path string, mode int, perm uint32) (fd Handle, err error) {$/;"	f
  8635  Open	./syscall/zsyscall_darwin_386.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8636  Open	./syscall/zsyscall_darwin_amd64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8637  Open	./syscall/zsyscall_darwin_arm.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8638  Open	./syscall/zsyscall_darwin_arm64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8639  Open	./syscall/zsyscall_dragonfly_amd64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8640  Open	./syscall/zsyscall_freebsd_386.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8641  Open	./syscall/zsyscall_freebsd_amd64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8642  Open	./syscall/zsyscall_freebsd_arm.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8643  Open	./syscall/zsyscall_netbsd_386.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8644  Open	./syscall/zsyscall_netbsd_amd64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8645  Open	./syscall/zsyscall_netbsd_arm.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8646  Open	./syscall/zsyscall_openbsd_386.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8647  Open	./syscall/zsyscall_openbsd_amd64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8648  Open	./syscall/zsyscall_openbsd_arm.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8649  Open	./syscall/zsyscall_solaris_amd64.go	/^func Open(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
  8650  OpenCurrentProcessToken	./syscall/security_windows.go	/^func OpenCurrentProcessToken() (Token, error) {$/;"	f
  8651  OpenFat	./debug/macho/fat.go	/^func OpenFat(name string) (ff *FatFile, err error) {$/;"	f
  8652  OpenFile	./os/file_plan9.go	/^func OpenFile(name string, flag int, perm FileMode) (*File, error) {$/;"	f
  8653  OpenFile	./os/file_unix.go	/^func OpenFile(name string, flag int, perm FileMode) (*File, error) {$/;"	f
  8654  OpenFile	./os/file_windows.go	/^func OpenFile(name string, flag int, perm FileMode) (*File, error) {$/;"	f
  8655  OpenKey	./internal/syscall/windows/registry/key.go	/^func OpenKey(k Key, path string, access uint32) (Key, error) {$/;"	f
  8656  OpenProcess	./syscall/zsyscall_windows.go	/^func OpenProcess(da uint32, inheritHandle bool, pid uint32) (handle Handle, err error) {$/;"	f
  8657  OpenProcessToken	./syscall/zsyscall_windows.go	/^func OpenProcessToken(h Handle, access uint32, token *Token) (err error) {$/;"	f
  8658  OpenReader	./archive/zip/reader.go	/^func OpenReader(name string) (*ReadCloser, error) {$/;"	f
  8659  Openat	./syscall/syscall_linux.go	/^func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
  8660  Oprang	./cmd/internal/obj/arm/asm5.go	/^type Oprang struct {$/;"	t
  8661  Oprang	./cmd/internal/obj/ppc64/asm9.go	/^type Oprang struct {$/;"	t
  8662  Oprange	./cmd/internal/obj/arm64/asm7.go	/^type Oprange struct {$/;"	t
  8663  Opt	./cmd/compile/internal/gc/syntax.go	/^func (n *Node) Opt() interface{} {$/;"	f
  8664  OptStats	./cmd/compile/internal/gc/popt.go	/^type OptStats struct {$/;"	t
  8665  Optab	./cmd/internal/obj/arm/asm5.go	/^type Optab struct {$/;"	t
  8666  Optab	./cmd/internal/obj/arm64/asm7.go	/^type Optab struct {$/;"	t
  8667  Optab	./cmd/internal/obj/ppc64/asm9.go	/^type Optab struct {$/;"	t
  8668  Optab	./cmd/internal/obj/x86/asm6.go	/^type Optab struct {$/;"	t
  8669  Option	./html/template/template.go	/^func (t *Template) Option(opt ...string) *Template {$/;"	f
  8670  Option	./text/template/option.go	/^func (t *Template) Option(opt ...string) *Template {$/;"	f
  8671  OptionalHeader32	./debug/pe/pe.go	/^type OptionalHeader32 struct {$/;"	t
  8672  OptionalHeader64	./debug/pe/pe.go	/^type OptionalHeader64 struct {$/;"	t
  8673  Optionals	./encoding/json/encode_test.go	/^type Optionals struct {$/;"	t
  8674  Options	./cmd/pprof/internal/report/report.go	/^type Options struct {$/;"	t
  8675  Options	./image/gif/writer.go	/^type Options struct {$/;"	t
  8676  Options	./image/jpeg/writer.go	/^type Options struct {$/;"	t
  8677  Options	./net/http/cookiejar/jar.go	/^type Options struct {$/;"	t
  8678  Or	./cmd/compile/internal/big/int.go	/^func (z *Int) Or(x, y *Int) *Int {$/;"	f
  8679  Or	./math/big/int.go	/^func (z *Int) Or(x, y *Int) *Int {$/;"	f
  8680  Order	./cmd/compile/internal/gc/order.go	/^type Order struct {$/;"	t
  8681  Order	./compress/lzw/reader.go	/^type Order int$/;"	t
  8682  OrderedBy	./sort/example_multi_test.go	/^func OrderedBy(less ...lessFunc) *multiSorter {$/;"	f
  8683  Organ	./sort/example_wrapper_test.go	/^type Organ struct {$/;"	t
  8684  Organs	./sort/example_wrapper_test.go	/^type Organs []*Organ$/;"	t
  8685  OsFile	./runtime/race/testdata/mop_test.go	/^type OsFile struct{}$/;"	t
  8686  Ostats	./cmd/compile/internal/gc/popt.go	/^var Ostats OptStats$/;"	v
  8687  Out	./reflect/type.go	/^func (t *rtype) Out(i int) Type {$/;"	f
  8688  Outer	./reflect/all_test.go	/^\/\/	type Outer struct {$/;"	t
  8689  Outer	./reflect/all_test.go	/^type Outer struct {$/;"	t
  8690  OuterInt	./reflect/all_test.go	/^type OuterInt struct {$/;"	t
  8691  OuterNamedOrderedStruct	./encoding/xml/marshal_test.go	/^type OuterNamedOrderedStruct struct {$/;"	t
  8692  OuterNamedStruct	./encoding/xml/marshal_test.go	/^type OuterNamedStruct struct {$/;"	t
  8693  OuterOuterStruct	./encoding/xml/marshal_test.go	/^type OuterOuterStruct struct {$/;"	t
  8694  OuterStruct	./encoding/xml/marshal_test.go	/^type OuterStruct struct {$/;"	t
  8695  Output	./log/log.go	/^func (l *Logger) Output(calldepth int, s string) error {$/;"	f
  8696  Output	./log/log.go	/^func Output(calldepth int, s string) error {$/;"	f
  8697  Output	./os/exec/exec.go	/^func (c *Cmd) Output() ([]byte, error) {$/;"	f
  8698  OverflowComplex	./reflect/value.go	/^func (v Value) OverflowComplex(x complex128) bool {$/;"	f
  8699  OverflowFloat	./reflect/value.go	/^func (v Value) OverflowFloat(x float64) bool {$/;"	f
  8700  OverflowInt	./reflect/value.go	/^func (v Value) OverflowInt(x int64) bool {$/;"	f
  8701  OverflowUint	./reflect/value.go	/^func (v Value) OverflowUint(x uint64) bool {$/;"	f
  8702  Overhead	./crypto/cipher/gcm.go	/^func (*gcm) Overhead() int {$/;"	f
  8703  Overhead	./crypto/tls/cipher_suites.go	/^func (f *fixedNonceAEAD) Overhead() int  { return f.aead.Overhead() }$/;"	f
  8704  Overlapped	./runtime/defs_windows.go	/^type Overlapped C.OVERLAPPED$/;"	t
  8705  Overlapped	./syscall/ztypes_windows.go	/^type Overlapped struct {$/;"	t
  8706  Overlaps	./image/geom.go	/^func (r Rectangle) Overlaps(s Rectangle) bool {$/;"	f
  8707  P2	./runtime/race/testdata/comp_test.go	/^type P2 P$/;"	t
  8708  P224	./crypto/elliptic/p224.go	/^func P224() Curve {$/;"	f
  8709  P256	./crypto/elliptic/elliptic.go	/^func P256() Curve {$/;"	f
  8710  P384	./crypto/elliptic/elliptic.go	/^func P384() Curve {$/;"	f
  8711  P521	./crypto/elliptic/elliptic.go	/^func P521() Curve {$/;"	f
  8712  PADDR	./cmd/link/internal/amd64/asm.go	/^func PADDR(x uint32) uint32 {$/;"	f
  8713  PASS	./cmd/cover/testdata/main.go	/^var PASS = true$/;"	v
  8714  PATH	./all.bat	/^set PATH=%OLDPATH%$/;"	v
  8715  PB	./testing/benchmark.go	/^type PB struct {$/;"	t
  8716  PC	./syscall/syscall_linux_386.go	/^func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) }$/;"	f
  8717  PC	./syscall/syscall_linux_amd64.go	/^func (r *PtraceRegs) PC() uint64 { return r.Rip }$/;"	f
  8718  PC	./syscall/syscall_linux_arm.go	/^func (r *PtraceRegs) PC() uint64 { return uint64(r.Uregs[15]) }$/;"	f
  8719  PC	./syscall/syscall_linux_arm64.go	/^func (r *PtraceRegs) PC() uint64 { return r.Pc }$/;"	f
  8720  PC	./syscall/syscall_linux_ppc64x.go	/^func (r *PtraceRegs) PC() uint64 { return r.Nip }$/;"	f
  8721  PCDATA_StackMapIndex	./runtime/funcdata.h	/^#define PCDATA_StackMapIndex /;"	d
  8722  PCLineTable	./cmd/internal/objfile/objfile.go	/^func (f *File) PCLineTable() (*gosym.Table, error) {$/;"	f
  8723  PCRel	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type PCRel int32$/;"	t
  8724  PCToFunc	./debug/gosym/symtab.go	/^func (t *Table) PCToFunc(pc uint64) *Func {$/;"	f
  8725  PCToLine	./debug/gosym/pclntab.go	/^func (t *LineTable) PCToLine(pc uint64) int {$/;"	f
  8726  PCToLine	./debug/gosym/symtab.go	/^func (t *Table) PCToLine(pc uint64) (file string, line int, fn *Func) {$/;"	f
  8727  PE64_IMAGE_OPTIONAL_HEADER	./cmd/link/internal/ld/pe.go	/^type PE64_IMAGE_OPTIONAL_HEADER struct {$/;"	t
  8728  PEFILEHEADR	./cmd/link/internal/ld/pe.go	/^var PEFILEHEADR int32$/;"	v
  8729  PEMCipher	./crypto/x509/pem_decrypt.go	/^type PEMCipher int$/;"	t
  8730  PESECTHEADR	./cmd/link/internal/ld/pe.go	/^var PESECTHEADR int32$/;"	v
  8731  PI4A	./math/sincos_amd64.s	/^#define PI4A 0.7853981554508209228515625 \/\/ pi\/4 split into three parts$/;"	d
  8732  PI4B	./math/sincos_amd64.s	/^#define PI4B 0.794662735614792836713604629039764404296875e-8$/;"	d
  8733  PI4C	./math/sincos_amd64.s	/^#define PI4C 0.306161699786838294306516483068750264552437361480769e-16$/;"	d
  8734  PKCS1v15DecryptOptions	./crypto/rsa/pkcs1v15.go	/^type PKCS1v15DecryptOptions struct {$/;"	t
  8735  PLEVEL	./cmd/yacc/yacc.go	/^func PLEVEL(i int) int { return (i >> 4) & 077 }$/;"	f
  8736  POPL	./runtime/cgo/asm_386.s	/^	POPL	DI$/;"	d
  8737  POPL	./runtime/rt0_linux_386.s	/^	POPL	DI$/;"	d
  8738  POPL	./runtime/sys_darwin_386.s	/^	POPL	DX$/;"	d
  8739  POPL	./runtime/sys_windows_386.s	/^	POPL	DI$/;"	d
  8740  POPL	./runtime/sys_windows_386.s	/^	POPL	DX$/;"	d
  8741  POPQ	./runtime/race_amd64.s	/^	POPQ	DI$/;"	d
  8742  POPQ	./runtime/sys_darwin_amd64.s	/^	POPQ	DX$/;"	d
  8743  POPQ	./runtime/sys_solaris_amd64.s	/^	POPQ	DI$/;"	d
  8744  POPQ	./runtime/sys_windows_amd64.s	/^	POPQ	DI$/;"	d
  8745  PProf	./cmd/pprof/internal/commands/commands.go	/^func PProf(c Completer, interactive **bool) Commands {$/;"	f
  8746  PProf	./cmd/pprof/internal/driver/driver.go	/^func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, overrides commands.Commands) error {$/;"	f
  8747  PSHUFD_X0_X0_	./crypto/aes/asm_amd64.s	/^#define PSHUFD_X0_X0_ BYTE $0x66; BYTE $0x0f; BYTE $0x70; BYTE $0xc0$/;"	d
  8748  PSHUFD_X0_X3_	./crypto/aes/asm_amd64.s	/^#define PSHUFD_X0_X3_ BYTE $0x66; BYTE $0x0f; BYTE $0x70; BYTE $0xd8$/;"	d
  8749  PSHUFD_X1_X1_	./crypto/aes/asm_amd64.s	/^#define PSHUFD_X1_X1_ BYTE $0x66; BYTE $0x0f; BYTE $0x70; BYTE $0xc9$/;"	d
  8750  PSLLDQ_X5_	./crypto/aes/asm_amd64.s	/^#define PSLLDQ_X5_ BYTE $0x66; BYTE $0x0f; BYTE $0x73; BYTE $0xfd$/;"	d
  8751  PSSOptions	./crypto/rsa/pss.go	/^type PSSOptions struct {$/;"	t
  8752  PST	./encoding/asn1/marshal_test.go	/^var PST = time.FixedZone("PST", -8*60*60)$/;"	v
  8753  PTHREAD_KEYS_MAX	./runtime/cgo/gcc_android_arm.c	/^#define PTHREAD_KEYS_MAX /;"	d	file:
  8754  PUSHL	./runtime/cgo/asm_386.s	/^	PUSHL	DI$/;"	d
  8755  PUSHL	./runtime/rt0_linux_386.s	/^	PUSHL	DI$/;"	d
  8756  PUSHL	./runtime/sys_darwin_386.s	/^	PUSHL	DI	\/\/ tls #$/;"	d
  8757  PUSHL	./runtime/sys_freebsd_386.s	/^	PUSHL	DI$/;"	d
  8758  PUSHL	./runtime/sys_linux_386.s	/^	PUSHL	DI	\/\/ tls #$/;"	d
  8759  PUSHL	./runtime/sys_windows_386.s	/^	PUSHL	DI$/;"	d
  8760  PUSHL	./runtime/sys_windows_386.s	/^	PUSHL	DX			\/\/ argsize (including return value)$/;"	d
  8761  PUSHL	./runtime/sys_windows_386.s	/^	PUSHL	DX$/;"	d
  8762  PUSHQ	./runtime/race_amd64.s	/^	PUSHQ	DI$/;"	d
  8763  PUSHQ	./runtime/sys_darwin_amd64.s	/^	PUSHQ	DX$/;"	d
  8764  PUSHQ	./runtime/sys_solaris_amd64.s	/^	PUSHQ	DI			\/\/ save for later$/;"	d
  8765  PUSHQ	./runtime/sys_windows_amd64.s	/^	PUSHQ	DI$/;"	d
  8766  Pack	./net/dnsmsg.go	/^func (dns *dnsMsg) Pack() (msg []byte, ok bool) {$/;"	f
  8767  Package	./cmd/cgo/main.go	/^type Package struct {$/;"	t
  8768  Package	./cmd/doc/pkg.go	/^type Package struct {$/;"	t
  8769  Package	./cmd/go/alldocs.go	/^    type Package struct {$/;"	t
  8770  Package	./cmd/go/list.go	/^    type Package struct {$/;"	t
  8771  Package	./cmd/go/pkg.go	/^type Package struct {$/;"	t
  8772  Package	./cmd/internal/goobj/read.go	/^type Package struct {$/;"	t
  8773  Package	./cmd/vet/main.go	/^type Package struct {$/;"	t
  8774  Package	./go/ast/ast.go	/^type Package struct {$/;"	t
  8775  Package	./go/doc/doc.go	/^type Package struct {$/;"	t
  8776  Package	./go/types/package.go	/^type Package struct {$/;"	t
  8777  PackageError	./cmd/doc/pkg.go	/^type PackageError string \/\/ type returned by pkg.Fatalf.$/;"	t
  8778  PackageError	./cmd/go/pkg.go	/^type PackageError struct {$/;"	t
  8779  PackageExports	./go/ast/filter.go	/^func PackageExports(pkg *Package) bool {$/;"	f
  8780  PackageInit	./go/internal/gccgoimporter/importer.go	/^type PackageInit struct {$/;"	t
  8781  PackageName	./debug/gosym/symtab.go	/^func (s *Sym) PackageName() string {$/;"	f
  8782  PacketConn	./net/net.go	/^type PacketConn interface {$/;"	t
  8783  PaddedMutex	./sync/mutex_test.go	/^	type PaddedMutex struct {$/;"	t
  8784  PaddedRWMutex	./sync/rwmutex_test.go	/^	type PaddedRWMutex struct {$/;"	t
  8785  PaddedSem	./sync/runtime_sema_test.go	/^	type PaddedSem struct {$/;"	t
  8786  PaddedWaitGroup	./sync/waitgroup_test.go	/^	type PaddedWaitGroup struct {$/;"	t
  8787  Palette	./image/color/color.go	/^type Palette []Color$/;"	t
  8788  Paletted	./image/image.go	/^type Paletted struct {$/;"	t
  8789  PalettedImage	./image/image.go	/^type PalettedImage interface {$/;"	t
  8790  Panic	./fmt/fmt_test.go	/^type Panic struct {$/;"	t
  8791  Panic	./log/log.go	/^func (l *Logger) Panic(v ...interface{}) {$/;"	f
  8792  Panic	./log/log.go	/^func Panic(v ...interface{}) {$/;"	f
  8793  PanicF	./fmt/fmt_test.go	/^type PanicF struct {$/;"	t
  8794  Panicf	./log/log.go	/^func (l *Logger) Panicf(format string, v ...interface{}) {$/;"	f
  8795  Panicf	./log/log.go	/^func Panicf(format string, v ...interface{}) {$/;"	f
  8796  Panicindex	./cmd/compile/internal/gc/go.go	/^var Panicindex *Node$/;"	v
  8797  Panicln	./log/log.go	/^func (l *Logger) Panicln(v ...interface{}) {$/;"	f
  8798  Panicln	./log/log.go	/^func Panicln(v ...interface{}) {$/;"	f
  8799  ParFor	./runtime/export_test.go	/^type ParFor struct {$/;"	t
  8800  ParForDo	./runtime/export_test.go	/^func ParForDo(desc *ParFor) {$/;"	f
  8801  ParForIters	./runtime/export_test.go	/^func ParForIters(desc *ParFor, tid uint32) (uint32, uint32) {$/;"	f
  8802  ParForSetup	./runtime/export_test.go	/^func ParForSetup(desc *ParFor, nthr, n uint32, wait bool, body func(*ParFor, uint32)) {$/;"	f
  8803  Parallel	./go/doc/testdata/testing.go	/^func (t *T) Parallel() {$/;"	f
  8804  Parallel	./testing/testing.go	/^func (t *T) Parallel() {$/;"	f
  8805  Param	./cmd/compile/internal/gc/syntax.go	/^type Param struct {$/;"	t
  8806  Param	./syscall/mksyscall_windows.go	/^type Param struct {$/;"	t
  8807  ParamCount	./syscall/mksyscall_windows.go	/^func (f *Fn) ParamCount() int {$/;"	f
  8808  ParamList	./syscall/mksyscall_windows.go	/^func (f *Fn) ParamList() string {$/;"	f
  8809  ParamPrintList	./syscall/mksyscall_windows.go	/^func (f *Fn) ParamPrintList() string {$/;"	f
  8810  ParamPtr	./encoding/xml/read_test.go	/^	type ParamPtr struct {$/;"	t
  8811  ParamStringPtr	./encoding/xml/read_test.go	/^	type ParamStringPtr struct {$/;"	t
  8812  ParamVal	./encoding/xml/read_test.go	/^	type ParamVal struct {$/;"	t
  8813  ParameterSizes	./crypto/dsa/dsa.go	/^type ParameterSizes int$/;"	t
  8814  Parameters	./crypto/dsa/dsa.go	/^type Parameters struct {$/;"	t
  8815  Params	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) Params() *CurveParams {$/;"	f
  8816  Params	./crypto/elliptic/p224.go	/^func (curve p224Curve) Params() *CurveParams {$/;"	f
  8817  Params	./crypto/elliptic/p256.go	/^func (curve p256Curve) Params() *CurveParams {$/;"	f
  8818  Params	./go/types/type.go	/^func (s *Signature) Params() *Tuple { return s.params }$/;"	f
  8819  Parent	./go/types/object.go	/^func (obj *object) Parent() *Scope      { return obj.parent }$/;"	f
  8820  Parent	./go/types/scope.go	/^func (s *Scope) Parent() *Scope { return s.parent }$/;"	f
  8821  Parse	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) Parse() (*obj.Prog, bool) {$/;"	f
  8822  Parse	./cmd/asm/internal/flags/flags.go	/^func Parse() {$/;"	f
  8823  Parse	./cmd/compile/internal/big/floatconv.go	/^func (z *Float) Parse(s string, base int) (f *Float, b int, err error) {$/;"	f
  8824  Parse	./cmd/compile/internal/gc/y.go	/^func (yyrcvr *yyParserImpl) Parse(yylex yyLexer) int {$/;"	f
  8825  Parse	./cmd/internal/goobj/read.go	/^func Parse(r io.ReadSeeker, pkgpath string) (*Package, error) {$/;"	f
  8826  Parse	./cmd/pprof/internal/profile/profile.go	/^func Parse(r io.Reader) (*Profile, error) {$/;"	f
  8827  Parse	./cmd/pprof/pprof.go	/^func (flags) Parse(usage func()) []string {$/;"	f
  8828  Parse	./cmd/yacc/yacc.go	/^func ($$rcvr *$$ParserImpl) Parse($$lex $$Lexer) int {$/;"	f
  8829  Parse	./flag/flag.go	/^func (f *FlagSet) Parse(arguments []string) error {$/;"	f
  8830  Parse	./flag/flag.go	/^func Parse() {$/;"	f
  8831  Parse	./html/template/template.go	/^func (t *Template) Parse(src string) (*Template, error) {$/;"	f
  8832  Parse	./internal/format/format.go	/^func Parse(fset *token.FileSet, filename string, src []byte, fragmentOk bool) ($/;"	f
  8833  Parse	./internal/trace/parser.go	/^func Parse(r io.Reader) ([]*Event, error) {$/;"	f
  8834  Parse	./math/big/floatconv.go	/^func (z *Float) Parse(s string, base int) (f *Float, b int, err error) {$/;"	f
  8835  Parse	./net/mail/message.go	/^func (p *AddressParser) Parse(address string) (*Address, error) {$/;"	f
  8836  Parse	./net/url/url.go	/^func (u *URL) Parse(ref string) (*URL, error) {$/;"	f
  8837  Parse	./net/url/url.go	/^func Parse(rawurl string) (url *URL, err error) {$/;"	f
  8838  Parse	./regexp/syntax/parse.go	/^func Parse(s string, flags Flags) (*Regexp, error) {$/;"	f
  8839  Parse	./text/template/parse/parse.go	/^func (t *Tree) Parse(text, leftDelim, rightDelim string, treeSet map[string]*Tree, funcs ...map[string]interface{}) (tree *Tree, err error) {$/;"	f
  8840  Parse	./text/template/parse/parse.go	/^func Parse(name, text, leftDelim, rightDelim string, funcs ...map[string]interface{}) (treeSet map[string]*Tree, err error) {$/;"	f
  8841  Parse	./text/template/template.go	/^func (t *Template) Parse(text string) (*Template, error) {$/;"	f
  8842  Parse	./time/format.go	/^func Parse(layout, value string) (Time, error) {$/;"	f
  8843  ParseARM64Suffix	./cmd/asm/internal/arch/arm64.go	/^func ParseARM64Suffix(cond string) (uint8, bool) {$/;"	f
  8844  ParseARMCondition	./cmd/asm/internal/arch/arm.go	/^func ParseARMCondition(cond string) (uint8, bool) {$/;"	f
  8845  ParseAddress	./net/mail/message.go	/^func ParseAddress(address string) (*Address, error) {$/;"	f
  8846  ParseAddressList	./net/mail/message.go	/^func ParseAddressList(list string) ([]*Address, error) {$/;"	f
  8847  ParseBool	./strconv/atob.go	/^func ParseBool(str string) (value bool, err error) {$/;"	f
  8848  ParseCIDR	./net/ip.go	/^func ParseCIDR(s string) (IP, *IPNet, error) {$/;"	f
  8849  ParseCRL	./crypto/x509/x509.go	/^func ParseCRL(crlBytes []byte) (certList *pkix.CertificateList, err error) {$/;"	f
  8850  ParseCertificate	./crypto/x509/x509.go	/^func ParseCertificate(asn1Data []byte) (*Certificate, error) {$/;"	f
  8851  ParseCertificateRequest	./crypto/x509/x509.go	/^func ParseCertificateRequest(asn1Data []byte) (*CertificateRequest, error) {$/;"	f
  8852  ParseCertificates	./crypto/x509/x509.go	/^func ParseCertificates(asn1Data []byte) ([]*Certificate, error) {$/;"	f
  8853  ParseDERCRL	./crypto/x509/x509.go	/^func ParseDERCRL(derBytes []byte) (certList *pkix.CertificateList, err error) {$/;"	f
  8854  ParseDir	./go/parser/interface.go	/^func ParseDir(fset *token.FileSet, path string, filter func(os.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error) {$/;"	f
  8855  ParseDirent	./syscall/syscall_darwin.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8856  ParseDirent	./syscall/syscall_dragonfly.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8857  ParseDirent	./syscall/syscall_freebsd.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8858  ParseDirent	./syscall/syscall_linux.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8859  ParseDirent	./syscall/syscall_nacl.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8860  ParseDirent	./syscall/syscall_netbsd.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8861  ParseDirent	./syscall/syscall_openbsd.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8862  ParseDirent	./syscall/syscall_solaris.go	/^func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {$/;"	f
  8863  ParseDuration	./time/format.go	/^func ParseDuration(s string) (Duration, error) {$/;"	f
  8864  ParseECPrivateKey	./crypto/x509/sec1.go	/^func ParseECPrivateKey(der []byte) (key *ecdsa.PrivateKey, err error) {$/;"	f
  8865  ParseError	./encoding/csv/reader.go	/^type ParseError struct {$/;"	t
  8866  ParseError	./net/net.go	/^type ParseError struct {$/;"	t
  8867  ParseError	./time/format.go	/^type ParseError struct {$/;"	t
  8868  ParseErrorTest	./time/format_test.go	/^type ParseErrorTest struct {$/;"	t
  8869  ParseExpr	./go/parser/interface.go	/^func ParseExpr(x string) (ast.Expr, error) {$/;"	f
  8870  ParseExprFrom	./go/parser/interface.go	/^func ParseExprFrom(fset *token.FileSet, filename string, src interface{}, mode Mode) (ast.Expr, error) {$/;"	f
  8871  ParseFile	./go/parser/interface.go	/^func ParseFile(fset *token.FileSet, filename string, src interface{}, mode Mode) (f *ast.File, err error) {$/;"	f
  8872  ParseFile	./syscall/mksyscall_windows.go	/^func (src *Source) ParseFile(path string) error {$/;"	f
  8873  ParseFiles	./html/template/template.go	/^func (t *Template) ParseFiles(filenames ...string) (*Template, error) {$/;"	f
  8874  ParseFiles	./html/template/template.go	/^func ParseFiles(filenames ...string) (*Template, error) {$/;"	f
  8875  ParseFiles	./syscall/mksyscall_windows.go	/^func ParseFiles(fs []string) (*Source, error) {$/;"	f
  8876  ParseFiles	./text/template/helper.go	/^func (t *Template) ParseFiles(filenames ...string) (*Template, error) {$/;"	f
  8877  ParseFiles	./text/template/helper.go	/^func ParseFiles(filenames ...string) (*Template, error) {$/;"	f
  8878  ParseFloat	./cmd/compile/internal/big/floatconv.go	/^func ParseFloat(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error) {$/;"	f
  8879  ParseFloat	./math/big/floatconv.go	/^func ParseFloat(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error) {$/;"	f
  8880  ParseFloat	./strconv/atof.go	/^func ParseFloat(s string, bitSize int) (f float64, err error) {$/;"	f
  8881  ParseForm	./net/http/request.go	/^func (r *Request) ParseForm() error {$/;"	f
  8882  ParseGlob	./html/template/template.go	/^func (t *Template) ParseGlob(pattern string) (*Template, error) {$/;"	f
  8883  ParseGlob	./html/template/template.go	/^func ParseGlob(pattern string) (*Template, error) {$/;"	f
  8884  ParseGlob	./text/template/helper.go	/^func (t *Template) ParseGlob(pattern string) (*Template, error) {$/;"	f
  8885  ParseGlob	./text/template/helper.go	/^func ParseGlob(pattern string) (*Template, error) {$/;"	f
  8886  ParseHTTPVersion	./net/http/request.go	/^func ParseHTTPVersion(vers string) (major, minor int, ok bool) {$/;"	f
  8887  ParseIP	./net/ip.go	/^func ParseIP(s string) IP {$/;"	f
  8888  ParseInLocation	./time/format.go	/^func ParseInLocation(layout, value string, loc *Location) (Time, error) {$/;"	f
  8889  ParseInt	./strconv/atoi.go	/^func ParseInt(s string, base int, bitSize int) (i int64, err error) {$/;"	f
  8890  ParseList	./net/mail/message.go	/^func (p *AddressParser) ParseList(list string) ([]*Address, error) {$/;"	f
  8891  ParseMAC	./net/mac.go	/^func ParseMAC(s string) (hw HardwareAddr, err error) {$/;"	f
  8892  ParseMediaType	./mime/mediatype.go	/^func ParseMediaType(v string) (mediatype string, params map[string]string, err error) {$/;"	f
  8893  ParseMemoryMap	./cmd/pprof/internal/profile/legacy_profile.go	/^func (p *Profile) ParseMemoryMap(rd io.Reader) error {$/;"	f
  8894  ParseMultipartForm	./net/http/request.go	/^func (r *Request) ParseMultipartForm(maxMemory int64) error {$/;"	f
  8895  ParseNetlinkMessage	./syscall/netlink_linux.go	/^func ParseNetlinkMessage(b []byte) ([]NetlinkMessage, error) {$/;"	f
  8896  ParseNetlinkRouteAttr	./syscall/netlink_linux.go	/^func ParseNetlinkRouteAttr(m *NetlinkMessage) ([]NetlinkRouteAttr, error) {$/;"	f
  8897  ParsePKCS1PrivateKey	./crypto/x509/pkcs1.go	/^func ParsePKCS1PrivateKey(der []byte) (key *rsa.PrivateKey, err error) {$/;"	f
  8898  ParsePKCS8PrivateKey	./crypto/x509/pkcs8.go	/^func ParsePKCS8PrivateKey(der []byte) (key interface{}, err error) {$/;"	f
  8899  ParsePKIXPublicKey	./crypto/x509/x509.go	/^func ParsePKIXPublicKey(derBytes []byte) (pub interface{}, err error) {$/;"	f
  8900  ParseProfiles	./cmd/cover/profile.go	/^func ParseProfiles(fileName string) ([]*Profile, error) {$/;"	f
  8901  ParseQuery	./net/url/url.go	/^func ParseQuery(query string) (m Values, err error) {$/;"	f
  8902  ParseRangeTests	./net/http/range_test.go	/^var ParseRangeTests = []struct {$/;"	v
  8903  ParseRequestURI	./net/url/url.go	/^func ParseRequestURI(rawurl string) (url *URL, err error) {$/;"	f
  8904  ParseRoutingMessage	./syscall/route_bsd.go	/^func ParseRoutingMessage(b []byte) (msgs []RoutingMessage, err error) {$/;"	f
  8905  ParseRoutingMessage	./syscall/syscall_nacl.go	/^func ParseRoutingMessage(b []byte) ([]RoutingMessage, error)      { return nil, ENOSYS }$/;"	f
  8906  ParseRoutingSockaddr	./syscall/route_bsd.go	/^func ParseRoutingSockaddr(msg RoutingMessage) ([]Sockaddr, error) {$/;"	f
  8907  ParseRoutingSockaddr	./syscall/syscall_nacl.go	/^func ParseRoutingSockaddr(msg RoutingMessage) ([]Sockaddr, error) { return nil, ENOSYS }$/;"	f
  8908  ParseSocketControlMessage	./syscall/sockcmsg_unix.go	/^func ParseSocketControlMessage(b []byte) ([]SocketControlMessage, error) {$/;"	f
  8909  ParseTest	./time/format_test.go	/^type ParseTest struct {$/;"	t
  8910  ParseTime	./encoding/xml/atom_test.go	/^func ParseTime(str string) time.Time {$/;"	f
  8911  ParseTime	./net/http/header.go	/^func ParseTime(text string) (t time.Time, err error) {$/;"	f
  8912  ParseTimeZoneTest	./time/format_test.go	/^type ParseTimeZoneTest struct {$/;"	t
  8913  ParseTracebacks	./cmd/pprof/internal/profile/legacy_profile.go	/^func ParseTracebacks(b []byte) (*Profile, error) {$/;"	f
  8914  ParseUint	./strconv/atoi.go	/^func ParseUint(s string, base int, bitSize int) (n uint64, err error) {$/;"	f
  8915  ParseUnixCredentials	./syscall/sockcmsg_linux.go	/^func ParseUnixCredentials(m *SocketControlMessage) (*Ucred, error) {$/;"	f
  8916  ParseUnixRights	./syscall/sockcmsg_unix.go	/^func ParseUnixRights(m *SocketControlMessage) ([]int, error) {$/;"	f
  8917  Parsed	./flag/flag.go	/^func (f *FlagSet) Parsed() bool {$/;"	f
  8918  Parsed	./flag/flag.go	/^func Parsed() bool {$/;"	f
  8919  ParsedTestData	./cmd/internal/obj/x86/obj6_test.go	/^type ParsedTestData struct {$/;"	t
  8920  Parser	./cmd/asm/internal/asm/parse.go	/^type Parser struct {$/;"	t
  8921  Part	./mime/multipart/multipart.go	/^type Part struct {$/;"	t
  8922  Particle	./encoding/xml/marshal_test.go	/^type Particle struct {$/;"	t
  8923  Passenger	./encoding/xml/marshal_test.go	/^type Passenger struct {$/;"	t
  8924  Password	./net/url/url.go	/^func (u *Userinfo) Password() (string, bool) {$/;"	f
  8925  Patch	./cmd/asm/internal/asm/parse.go	/^type Patch struct {$/;"	t
  8926  Patch	./cmd/compile/internal/gc/gsubr.go	/^func Patch(p *obj.Prog, to *obj.Prog) {$/;"	f
  8927  Path	./go/types/package.go	/^func (pkg *Package) Path() string { return pkg.path }$/;"	f
  8928  PathError	./os/error.go	/^type PathError struct {$/;"	t
  8929  PathTest	./path/filepath/path_test.go	/^type PathTest struct {$/;"	t
  8930  PathTest	./path/path_test.go	/^type PathTest struct {$/;"	t
  8931  PathTestA	./encoding/xml/read_test.go	/^type PathTestA struct {$/;"	t
  8932  PathTestB	./encoding/xml/read_test.go	/^type PathTestB struct {$/;"	t
  8933  PathTestC	./encoding/xml/read_test.go	/^type PathTestC struct {$/;"	t
  8934  PathTestD	./encoding/xml/read_test.go	/^type PathTestD struct {$/;"	t
  8935  PathTestE	./encoding/xml/read_test.go	/^type PathTestE struct {$/;"	t
  8936  PathTestItem	./encoding/xml/read_test.go	/^type PathTestItem struct {$/;"	t
  8937  PathTestSet	./encoding/xml/read_test.go	/^type PathTestSet struct {$/;"	t
  8938  Pathconf	./syscall/zsyscall_darwin_386.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8939  Pathconf	./syscall/zsyscall_darwin_amd64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8940  Pathconf	./syscall/zsyscall_darwin_arm.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8941  Pathconf	./syscall/zsyscall_darwin_arm64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8942  Pathconf	./syscall/zsyscall_dragonfly_amd64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8943  Pathconf	./syscall/zsyscall_freebsd_386.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8944  Pathconf	./syscall/zsyscall_freebsd_amd64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8945  Pathconf	./syscall/zsyscall_freebsd_arm.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8946  Pathconf	./syscall/zsyscall_netbsd_386.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8947  Pathconf	./syscall/zsyscall_netbsd_amd64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8948  Pathconf	./syscall/zsyscall_netbsd_arm.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8949  Pathconf	./syscall/zsyscall_openbsd_386.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8950  Pathconf	./syscall/zsyscall_openbsd_amd64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8951  Pathconf	./syscall/zsyscall_openbsd_arm.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8952  Pathconf	./syscall/zsyscall_solaris_amd64.go	/^func Pathconf(path string, name int) (val int, err error) {$/;"	f
  8953  Pause	./syscall/zsyscall_linux_386.go	/^func Pause() (err error) {$/;"	f
  8954  Pause	./syscall/zsyscall_linux_amd64.go	/^func Pause() (err error) {$/;"	f
  8955  Pause	./syscall/zsyscall_linux_arm.go	/^func Pause() (err error) {$/;"	f
  8956  Pause	./syscall/zsyscall_linux_arm64.go	/^func Pause() (err error) {$/;"	f
  8957  Pause	./syscall/zsyscall_linux_ppc64.go	/^func Pause() (err error) {$/;"	f
  8958  Pause	./syscall/zsyscall_linux_ppc64le.go	/^func Pause() (err error) {$/;"	f
  8959  Pc	./cmd/compile/internal/gc/go.go	/^var Pc *obj.Prog$/;"	v
  8960  Pcdata	./cmd/internal/obj/link.go	/^type Pcdata struct {$/;"	t
  8961  Pcdata	./cmd/link/internal/ld/link.go	/^type Pcdata struct {$/;"	t
  8962  Pciter	./cmd/internal/obj/link.go	/^type Pciter struct {$/;"	t
  8963  Pciter	./cmd/link/internal/ld/link.go	/^type Pciter struct {$/;"	t
  8964  Pcln	./cmd/internal/obj/link.go	/^type Pcln struct {$/;"	t
  8965  Pcln	./cmd/link/internal/ld/link.go	/^type Pcln struct {$/;"	t
  8966  PeObj	./cmd/link/internal/ld/ldpe.go	/^type PeObj struct {$/;"	t
  8967  PeSect	./cmd/link/internal/ld/ldpe.go	/^type PeSect struct {$/;"	t
  8968  PeSym	./cmd/link/internal/ld/ldpe.go	/^type PeSym struct {$/;"	t
  8969  Pea	./encoding/xml/read_test.go	/^type Pea struct {$/;"	t
  8970  Peek	./bufio/bufio.go	/^func (b *Reader) Peek(n int) ([]byte, error) {$/;"	f
  8971  Peek	./cmd/internal/obj/util.go	/^func (b *Biobuf) Peek(n int) ([]byte, error) {$/;"	f
  8972  Peek	./text/scanner/scanner.go	/^func (s *Scanner) Peek() rune {$/;"	f
  8973  Peinit	./cmd/link/internal/ld/pe.go	/^func Peinit() {$/;"	f
  8974  Pending	./net/http/httputil/persist.go	/^func (cc *ClientConn) Pending() int {$/;"	f
  8975  Pending	./net/http/httputil/persist.go	/^func (sc *ServerConn) Pending() int {$/;"	f
  8976  Perm	./math/rand/rand.go	/^func (r *Rand) Perm(n int) []int {$/;"	f
  8977  Perm	./math/rand/rand.go	/^func Perm(n int) []int { return globalRand.Perm(n) }$/;"	f
  8978  Perm	./os/types.go	/^func (m FileMode) Perm() FileMode {$/;"	f
  8979  Person	./encoding/xml/example_test.go	/^	type Person struct {$/;"	t
  8980  Person	./encoding/xml/read_test.go	/^type Person struct {$/;"	t
  8981  Person	./sort/example_interface_test.go	/^type Person struct {$/;"	t
  8982  Phase	./math/cmplx/phase.go	/^func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }$/;"	f
  8983  Pi	./encoding/xml/marshal_test.go	/^type Pi struct {$/;"	t
  8984  Pid	./os/exec_plan9.go	/^func (p *ProcessState) Pid() int {$/;"	f
  8985  Pid	./os/exec_posix.go	/^func (p *ProcessState) Pid() int {$/;"	f
  8986  Ping	./database/sql/sql.go	/^func (db *DB) Ping() error {$/;"	f
  8987  Pipe	./io/pipe.go	/^func Pipe() (*PipeReader, *PipeWriter) {$/;"	f
  8988  Pipe	./net/pipe.go	/^func Pipe() (Conn, Conn) {$/;"	f
  8989  Pipe	./os/file_plan9.go	/^func Pipe() (r *File, w *File, err error) {$/;"	f
  8990  Pipe	./os/file_windows.go	/^func Pipe() (r *File, w *File, err error) {$/;"	f
  8991  Pipe	./os/pipe_bsd.go	/^func Pipe() (r *File, w *File, err error) {$/;"	f
  8992  Pipe	./os/pipe_linux.go	/^func Pipe() (r *File, w *File, err error) {$/;"	f
  8993  Pipe	./syscall/fd_nacl.go	/^func Pipe(fd []int) error {$/;"	f
  8994  Pipe	./syscall/syscall_darwin.go	/^func Pipe(p []int) (err error) {$/;"	f
  8995  Pipe	./syscall/syscall_dragonfly.go	/^func Pipe(p []int) (err error) {$/;"	f
  8996  Pipe	./syscall/syscall_freebsd.go	/^func Pipe(p []int) (err error) {$/;"	f
  8997  Pipe	./syscall/syscall_linux_386.go	/^func Pipe(p []int) (err error) {$/;"	f
  8998  Pipe	./syscall/syscall_linux_amd64.go	/^func Pipe(p []int) (err error) {$/;"	f
  8999  Pipe	./syscall/syscall_linux_arm.go	/^func Pipe(p []int) (err error) {$/;"	f
  9000  Pipe	./syscall/syscall_linux_arm64.go	/^func Pipe(p []int) (err error) {$/;"	f
  9001  Pipe	./syscall/syscall_linux_ppc64x.go	/^func Pipe(p []int) (err error) {$/;"	f
  9002  Pipe	./syscall/syscall_netbsd.go	/^func Pipe(p []int) (err error) {$/;"	f
  9003  Pipe	./syscall/syscall_openbsd.go	/^func Pipe(p []int) (err error) {$/;"	f
  9004  Pipe	./syscall/syscall_plan9.go	/^func Pipe(p []int) (err error) {$/;"	f
  9005  Pipe	./syscall/syscall_solaris.go	/^func Pipe(p []int) (err error) {$/;"	f
  9006  Pipe	./syscall/syscall_windows.go	/^func Pipe(p []Handle) (err error) {$/;"	f
  9007  Pipe2	./syscall/syscall_linux_386.go	/^func Pipe2(p []int, flags int) (err error) {$/;"	f
  9008  Pipe2	./syscall/syscall_linux_amd64.go	/^func Pipe2(p []int, flags int) (err error) {$/;"	f
  9009  Pipe2	./syscall/syscall_linux_arm.go	/^func Pipe2(p []int, flags int) (err error) {$/;"	f
  9010  Pipe2	./syscall/syscall_linux_arm64.go	/^func Pipe2(p []int, flags int) (err error) {$/;"	f
  9011  Pipe2	./syscall/syscall_linux_ppc64x.go	/^func Pipe2(p []int, flags int) (err error) {$/;"	f
  9012  PipeNode	./text/template/parse/node.go	/^type PipeNode struct {$/;"	t
  9013  PipeReader	./io/pipe.go	/^type PipeReader struct {$/;"	t
  9014  PipeWriter	./io/pipe.go	/^type PipeWriter struct {$/;"	t
  9015  Pipeline	./net/textproto/pipeline.go	/^type Pipeline struct {$/;"	t
  9016  Pitem	./cmd/yacc/yacc.go	/^type Pitem struct {$/;"	t
  9017  PivotRoot	./syscall/zsyscall_linux_386.go	/^func PivotRoot(newroot string, putold string) (err error) {$/;"	f
  9018  PivotRoot	./syscall/zsyscall_linux_amd64.go	/^func PivotRoot(newroot string, putold string) (err error) {$/;"	f
  9019  PivotRoot	./syscall/zsyscall_linux_arm.go	/^func PivotRoot(newroot string, putold string) (err error) {$/;"	f
  9020  PivotRoot	./syscall/zsyscall_linux_arm64.go	/^func PivotRoot(newroot string, putold string) (err error) {$/;"	f
  9021  PivotRoot	./syscall/zsyscall_linux_ppc64.go	/^func PivotRoot(newroot string, putold string) (err error) {$/;"	f
  9022  PivotRoot	./syscall/zsyscall_linux_ppc64le.go	/^func PivotRoot(newroot string, putold string) (err error) {$/;"	f
  9023  PixOffset	./image/image.go	/^func (p *Alpha) PixOffset(x, y int) int {$/;"	f
  9024  PixOffset	./image/image.go	/^func (p *Alpha16) PixOffset(x, y int) int {$/;"	f
  9025  PixOffset	./image/image.go	/^func (p *CMYK) PixOffset(x, y int) int {$/;"	f
  9026  PixOffset	./image/image.go	/^func (p *Gray) PixOffset(x, y int) int {$/;"	f
  9027  PixOffset	./image/image.go	/^func (p *Gray16) PixOffset(x, y int) int {$/;"	f
  9028  PixOffset	./image/image.go	/^func (p *NRGBA) PixOffset(x, y int) int {$/;"	f
  9029  PixOffset	./image/image.go	/^func (p *NRGBA64) PixOffset(x, y int) int {$/;"	f
  9030  PixOffset	./image/image.go	/^func (p *Paletted) PixOffset(x, y int) int {$/;"	f
  9031  PixOffset	./image/image.go	/^func (p *RGBA) PixOffset(x, y int) int {$/;"	f
  9032  PixOffset	./image/image.go	/^func (p *RGBA64) PixOffset(x, y int) int {$/;"	f
  9033  Pkg	./cmd/compile/internal/gc/go.go	/^type Pkg struct {$/;"	t
  9034  Pkg	./cmd/link/internal/ld/go.go	/^type Pkg struct {$/;"	t
  9035  Pkg	./go/types/object.go	/^func (obj *object) Pkg() *Package       { return obj.pkg }$/;"	f
  9036  PkgName	./go/types/object.go	/^type PkgName struct {$/;"	t
  9037  PkgPath	./reflect/type.go	/^func (t *rtype) PkgPath() string {$/;"	f
  9038  PkgPath	./reflect/type.go	/^func (t *uncommonType) PkgPath() string {$/;"	f
  9039  Pkglookup	./cmd/compile/internal/gc/subr.go	/^func Pkglookup(name string, pkg *Pkg) *Sym {$/;"	f
  9040  Plain	./encoding/xml/marshal_test.go	/^type Plain struct {$/;"	t
  9041  PlainAuth	./net/smtp/auth.go	/^func PlainAuth(identity, username, password, host string) Auth {$/;"	f
  9042  PlainFunc	./cmd/api/testdata/src/pkg/p1/p1.go	/^func PlainFunc(x, y int, s string) (b *B, err error)$/;"	f
  9043  Plan9	./image/color/palette/gen.go	/^	fmt.Fprintln(w, "var Plan9 = []color.Color{")$/;"	v
  9044  Plan9	./image/color/palette/palette.go	/^var Plan9 = []color.Color{$/;"	v
  9045  Plan9Syntax	./cmd/internal/rsc.io/arm/armasm/plan9x.go	/^func Plan9Syntax(inst Inst, pc uint64, symname func(uint64) (string, uint64), text io.ReaderAt) string {$/;"	f
  9046  Plan9Syntax	./cmd/internal/rsc.io/x86/x86asm/plan9x.go	/^func Plan9Syntax(inst Inst, pc uint64, symname func(uint64) (string, uint64)) string {$/;"	f
  9047  Planet	./sort/example_keys_test.go	/^type Planet struct {$/;"	t
  9048  Plist	./cmd/internal/obj/link.go	/^type Plist struct {$/;"	t
  9049  Pod	./encoding/xml/read_test.go	/^type Pod struct {$/;"	t
  9050  Point	./encoding/gob/codec_test.go	/^type Point struct {$/;"	t
  9051  Point	./encoding/gob/doc.go	/^	type Point struct {X, Y int}$/;"	t
  9052  Point	./encoding/gob/doc.go	/^Since this is the first transmission of type Point, the type descriptor$/;"	t
  9053  Point	./encoding/gob/example_interface_test.go	/^type Point struct {$/;"	t
  9054  Point	./encoding/json/decode_test.go	/^type Point struct {$/;"	t
  9055  Point	./image/geom.go	/^type Point struct {$/;"	t
  9056  Point	./reflect/all_test.go	/^type Point struct {$/;"	t
  9057  Point	./runtime/race/testdata/mop_test.go	/^type Point struct {$/;"	t
  9058  Pointer	./cmd/compile/internal/gc/builtin/unsafe.go	/^type Pointer uintptr \/\/ not really; filled in by compiler$/;"	t
  9059  Pointer	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^		{pkgpath: "unsafe", name: "Pointer", want: "type Pointer unsafe.Pointer"},$/;"	t
  9060  Pointer	./go/types/type.go	/^type Pointer struct {$/;"	t
  9061  Pointer	./reflect/value.go	/^func (v Value) Pointer() uintptr {$/;"	f
  9062  Pointer	./unsafe/unsafe.go	/^\/\/ available for type Pointer that are not available for other types.$/;"	t
  9063  Pointer	./unsafe/unsafe.go	/^type Pointer *ArbitraryType$/;"	t
  9064  PointerFieldsTest	./encoding/xml/marshal_test.go	/^type PointerFieldsTest struct {$/;"	t
  9065  Polar	./math/cmplx/polar.go	/^func Polar(x complex128) (r, θ float64) {$/;"	f
  9066  Pool	./sync/pool.go	/^type Pool struct {$/;"	t
  9067  Pop	./cmd/internal/obj/obj.go	/^func (h *LineHist) Pop(lineno int) {$/;"	f
  9068  Pop	./container/heap/example_intheap_test.go	/^func (h *IntHeap) Pop() interface{} {$/;"	f
  9069  Pop	./container/heap/example_pq_test.go	/^func (pq *PriorityQueue) Pop() interface{} {$/;"	f
  9070  Pop	./container/heap/heap.go	/^func Pop(h Interface) interface{} {$/;"	f
  9071  Pop	./container/heap/heap_test.go	/^func (h *myHeap) Pop() (v interface{}) {$/;"	f
  9072  Pop	./go/types/initorder.go	/^func (a *nodeQueue) Pop() interface{} {$/;"	f
  9073  Port	./encoding/xml/marshal_test.go	/^type Port struct {$/;"	t
  9074  PortEvent	./runtime/defs_solaris.go	/^type PortEvent C.port_event_t$/;"	t
  9075  Pos	./cmd/cgo/main.go	/^func (r *Ref) Pos() token.Pos {$/;"	f
  9076  Pos	./go/ast/ast.go	/^func (c *Comment) Pos() token.Pos { return c.Slash }$/;"	f
  9077  Pos	./go/ast/ast.go	/^func (d *BadDecl) Pos() token.Pos  { return d.From }$/;"	f
  9078  Pos	./go/ast/ast.go	/^func (d *FuncDecl) Pos() token.Pos { return d.Type.Pos() }$/;"	f
  9079  Pos	./go/ast/ast.go	/^func (d *GenDecl) Pos() token.Pos  { return d.TokPos }$/;"	f
  9080  Pos	./go/ast/ast.go	/^func (f *Field) Pos() token.Pos {$/;"	f
  9081  Pos	./go/ast/ast.go	/^func (f *FieldList) Pos() token.Pos {$/;"	f
  9082  Pos	./go/ast/ast.go	/^func (f *File) Pos() token.Pos { return f.Package }$/;"	f
  9083  Pos	./go/ast/ast.go	/^func (g *CommentGroup) Pos() token.Pos { return g.List[0].Pos() }$/;"	f
  9084  Pos	./go/ast/ast.go	/^func (p *Package) Pos() token.Pos { return token.NoPos }$/;"	f
  9085  Pos	./go/ast/ast.go	/^func (s *AssignStmt) Pos() token.Pos     { return s.Lhs[0].Pos() }$/;"	f
  9086  Pos	./go/ast/ast.go	/^func (s *BadStmt) Pos() token.Pos        { return s.From }$/;"	f
  9087  Pos	./go/ast/ast.go	/^func (s *BlockStmt) Pos() token.Pos      { return s.Lbrace }$/;"	f
  9088  Pos	./go/ast/ast.go	/^func (s *BranchStmt) Pos() token.Pos     { return s.TokPos }$/;"	f
  9089  Pos	./go/ast/ast.go	/^func (s *CaseClause) Pos() token.Pos     { return s.Case }$/;"	f
  9090  Pos	./go/ast/ast.go	/^func (s *CommClause) Pos() token.Pos     { return s.Case }$/;"	f
  9091  Pos	./go/ast/ast.go	/^func (s *DeclStmt) Pos() token.Pos       { return s.Decl.Pos() }$/;"	f
  9092  Pos	./go/ast/ast.go	/^func (s *DeferStmt) Pos() token.Pos      { return s.Defer }$/;"	f
  9093  Pos	./go/ast/ast.go	/^func (s *EmptyStmt) Pos() token.Pos      { return s.Semicolon }$/;"	f
  9094  Pos	./go/ast/ast.go	/^func (s *ExprStmt) Pos() token.Pos       { return s.X.Pos() }$/;"	f
  9095  Pos	./go/ast/ast.go	/^func (s *ForStmt) Pos() token.Pos        { return s.For }$/;"	f
  9096  Pos	./go/ast/ast.go	/^func (s *GoStmt) Pos() token.Pos         { return s.Go }$/;"	f
  9097  Pos	./go/ast/ast.go	/^func (s *IfStmt) Pos() token.Pos         { return s.If }$/;"	f
  9098  Pos	./go/ast/ast.go	/^func (s *ImportSpec) Pos() token.Pos {$/;"	f
  9099  Pos	./go/ast/ast.go	/^func (s *IncDecStmt) Pos() token.Pos     { return s.X.Pos() }$/;"	f
  9100  Pos	./go/ast/ast.go	/^func (s *LabeledStmt) Pos() token.Pos    { return s.Label.Pos() }$/;"	f
  9101  Pos	./go/ast/ast.go	/^func (s *RangeStmt) Pos() token.Pos      { return s.For }$/;"	f
  9102  Pos	./go/ast/ast.go	/^func (s *ReturnStmt) Pos() token.Pos     { return s.Return }$/;"	f
  9103  Pos	./go/ast/ast.go	/^func (s *SelectStmt) Pos() token.Pos     { return s.Select }$/;"	f
  9104  Pos	./go/ast/ast.go	/^func (s *SendStmt) Pos() token.Pos       { return s.Chan.Pos() }$/;"	f
  9105  Pos	./go/ast/ast.go	/^func (s *SwitchStmt) Pos() token.Pos     { return s.Switch }$/;"	f
  9106  Pos	./go/ast/ast.go	/^func (s *TypeSpec) Pos() token.Pos  { return s.Name.Pos() }$/;"	f
  9107  Pos	./go/ast/ast.go	/^func (s *TypeSwitchStmt) Pos() token.Pos { return s.Switch }$/;"	f
  9108  Pos	./go/ast/ast.go	/^func (s *ValueSpec) Pos() token.Pos { return s.Names[0].Pos() }$/;"	f
  9109  Pos	./go/ast/ast.go	/^func (x *ArrayType) Pos() token.Pos      { return x.Lbrack }$/;"	f
  9110  Pos	./go/ast/ast.go	/^func (x *BadExpr) Pos() token.Pos  { return x.From }$/;"	f
  9111  Pos	./go/ast/ast.go	/^func (x *BasicLit) Pos() token.Pos { return x.ValuePos }$/;"	f
  9112  Pos	./go/ast/ast.go	/^func (x *BinaryExpr) Pos() token.Pos     { return x.X.Pos() }$/;"	f
  9113  Pos	./go/ast/ast.go	/^func (x *CallExpr) Pos() token.Pos       { return x.Fun.Pos() }$/;"	f
  9114  Pos	./go/ast/ast.go	/^func (x *ChanType) Pos() token.Pos      { return x.Begin }$/;"	f
  9115  Pos	./go/ast/ast.go	/^func (x *CompositeLit) Pos() token.Pos {$/;"	f
  9116  Pos	./go/ast/ast.go	/^func (x *Ellipsis) Pos() token.Pos { return x.Ellipsis }$/;"	f
  9117  Pos	./go/ast/ast.go	/^func (x *FuncLit) Pos() token.Pos  { return x.Type.Pos() }$/;"	f
  9118  Pos	./go/ast/ast.go	/^func (x *FuncType) Pos() token.Pos {$/;"	f
  9119  Pos	./go/ast/ast.go	/^func (x *Ident) Pos() token.Pos    { return x.NamePos }$/;"	f
  9120  Pos	./go/ast/ast.go	/^func (x *IndexExpr) Pos() token.Pos      { return x.X.Pos() }$/;"	f
  9121  Pos	./go/ast/ast.go	/^func (x *InterfaceType) Pos() token.Pos { return x.Interface }$/;"	f
  9122  Pos	./go/ast/ast.go	/^func (x *KeyValueExpr) Pos() token.Pos   { return x.Key.Pos() }$/;"	f
  9123  Pos	./go/ast/ast.go	/^func (x *MapType) Pos() token.Pos       { return x.Map }$/;"	f
  9124  Pos	./go/ast/ast.go	/^func (x *ParenExpr) Pos() token.Pos      { return x.Lparen }$/;"	f
  9125  Pos	./go/ast/ast.go	/^func (x *SelectorExpr) Pos() token.Pos   { return x.X.Pos() }$/;"	f
  9126  Pos	./go/ast/ast.go	/^func (x *SliceExpr) Pos() token.Pos      { return x.X.Pos() }$/;"	f
  9127  Pos	./go/ast/ast.go	/^func (x *StarExpr) Pos() token.Pos       { return x.Star }$/;"	f
  9128  Pos	./go/ast/ast.go	/^func (x *StructType) Pos() token.Pos     { return x.Struct }$/;"	f
  9129  Pos	./go/ast/ast.go	/^func (x *TypeAssertExpr) Pos() token.Pos { return x.X.Pos() }$/;"	f
  9130  Pos	./go/ast/ast.go	/^func (x *UnaryExpr) Pos() token.Pos      { return x.OpPos }$/;"	f
  9131  Pos	./go/ast/scope.go	/^func (obj *Object) Pos() token.Pos {$/;"	f
  9132  Pos	./go/token/position.go	/^func (f *File) Pos(offset int) Pos {$/;"	f
  9133  Pos	./go/token/position.go	/^type Pos int$/;"	t
  9134  Pos	./go/types/object.go	/^func (obj *object) Pos() token.Pos      { return obj.pos }$/;"	f
  9135  Pos	./go/types/scope.go	/^func (s *Scope) Pos() token.Pos { return s.pos }$/;"	f
  9136  Pos	./text/scanner/scanner.go	/^func (s *Scanner) Pos() (pos Position) {$/;"	f
  9137  Pos	./text/template/parse/node.go	/^type Pos int$/;"	t
  9138  PosInf	./math/dim_amd64.s	/^#define PosInf 0x7FF0000000000000$/;"	d
  9139  PosInf	./math/exp_amd64.s	/^#define PosInf 0x7FF0000000000000$/;"	d
  9140  PosInf	./math/hypot_amd64.s	/^#define PosInf 0x7FF0000000000000$/;"	d
  9141  PosInf	./math/log_amd64.s	/^#define PosInf 0x7FF0000000000000$/;"	d
  9142  PosInf	./math/sincos_amd64.s	/^#define PosInf 0x7FF0000000000000$/;"	d
  9143  PosOne	./math/sincos_amd64.s	/^#define PosOne 0x3FF0000000000000$/;"	d
  9144  Position	./go/token/position.go	/^func (f *File) Position(p Pos) (pos Position) {$/;"	f
  9145  Position	./go/token/position.go	/^func (s *FileSet) Position(p Pos) (pos Position) {$/;"	f
  9146  Position	./go/token/position.go	/^type Position struct {$/;"	t
  9147  Position	./text/scanner/scanner.go	/^type Position struct {$/;"	t
  9148  Position	./text/template/parse/node.go	/^func (p Pos) Position() Pos {$/;"	f
  9149  PositionFor	./go/token/position.go	/^func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) {$/;"	f
  9150  PositionFor	./go/token/position.go	/^func (s *FileSet) PositionFor(p Pos, adjusted bool) (pos Position) {$/;"	f
  9151  Post	./net/http/client.go	/^func (c *Client) Post(url string, bodyType string, body io.Reader) (resp *Response, err error) {$/;"	f
  9152  Post	./net/http/client.go	/^func Post(url string, bodyType string, body io.Reader) (resp *Response, err error) {$/;"	f
  9153  PostForm	./net/http/client.go	/^func (c *Client) PostForm(url string, data url.Values) (resp *Response, err error) {$/;"	f
  9154  PostForm	./net/http/client.go	/^func PostForm(url string, data url.Values) (resp *Response, err error) {$/;"	f
  9155  PostFormValue	./net/http/request.go	/^func (r *Request) PostFormValue(key string) string {$/;"	f
  9156  PostProcessor	./cmd/pprof/internal/commands/commands.go	/^type PostProcessor func(input *bytes.Buffer, output io.Writer, ui plugin.UI) error$/;"	t
  9157  PostQueuedCompletionStatus	./syscall/zsyscall_windows.go	/^func PostQueuedCompletionStatus(cphandle Handle, qty uint32, key uint32, overlapped *Overlapped) (err error) {$/;"	f
  9158  PostURL	./cmd/pprof/internal/fetch/fetch.go	/^func PostURL(source, post string) ([]byte, error) {$/;"	f
  9159  Pow	./math/cmplx/pow.go	/^func Pow(x, y complex128) complex128 {$/;"	f
  9160  Pow	./math/pow.go	/^func Pow(x, y float64) float64 {$/;"	f
  9161  Pow10	./math/pow10.go	/^func Pow10(e int) float64 {$/;"	f
  9162  Pread	./syscall/fd_nacl.go	/^func Pread(fd int, b []byte, offset int64) (int, error) {$/;"	f
  9163  Pread	./syscall/syscall_dragonfly.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9164  Pread	./syscall/zsyscall_darwin_386.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9165  Pread	./syscall/zsyscall_darwin_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9166  Pread	./syscall/zsyscall_darwin_arm.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9167  Pread	./syscall/zsyscall_darwin_arm64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9168  Pread	./syscall/zsyscall_freebsd_386.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9169  Pread	./syscall/zsyscall_freebsd_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9170  Pread	./syscall/zsyscall_freebsd_arm.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9171  Pread	./syscall/zsyscall_linux_386.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9172  Pread	./syscall/zsyscall_linux_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9173  Pread	./syscall/zsyscall_linux_arm.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9174  Pread	./syscall/zsyscall_linux_arm64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9175  Pread	./syscall/zsyscall_linux_ppc64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9176  Pread	./syscall/zsyscall_linux_ppc64le.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9177  Pread	./syscall/zsyscall_netbsd_386.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9178  Pread	./syscall/zsyscall_netbsd_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9179  Pread	./syscall/zsyscall_netbsd_arm.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9180  Pread	./syscall/zsyscall_openbsd_386.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9181  Pread	./syscall/zsyscall_openbsd_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9182  Pread	./syscall/zsyscall_openbsd_arm.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9183  Pread	./syscall/zsyscall_plan9_386.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9184  Pread	./syscall/zsyscall_plan9_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9185  Pread	./syscall/zsyscall_solaris_amd64.go	/^func Pread(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9186  Prec	./cmd/compile/internal/big/float.go	/^func (x *Float) Prec() uint {$/;"	f
  9187  Prec	./math/big/float.go	/^func (x *Float) Prec() uint {$/;"	f
  9188  Precedence	./go/token/token.go	/^func (op Token) Precedence() int {$/;"	f
  9189  Precision	./fmt/print.go	/^func (p *pp) Precision() (prec int, ok bool) { return p.fmt.prec, p.fmt.precPresent }$/;"	f
  9190  Precompute	./crypto/rsa/rsa.go	/^func (priv *PrivateKey) Precompute() {$/;"	f
  9191  PrecomputedValues	./crypto/rsa/rsa.go	/^type PrecomputedValues struct {$/;"	t
  9192  Prefix	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Prefix uint16$/;"	t
  9193  Prefix	./log/log.go	/^func (l *Logger) Prefix() string {$/;"	f
  9194  Prefix	./log/log.go	/^func Prefix() string {$/;"	f
  9195  Prefix	./regexp/syntax/prog.go	/^func (p *Prog) Prefix() (prefix string, complete bool) {$/;"	f
  9196  Prefixes	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Prefixes [14]Prefix$/;"	t
  9197  Prepare	./database/sql/fakedb_test.go	/^func (c *fakeConn) Prepare(query string) (driver.Stmt, error) {$/;"	f
  9198  Prepare	./database/sql/sql.go	/^func (db *DB) Prepare(query string) (*Stmt, error) {$/;"	f
  9199  Prepare	./database/sql/sql.go	/^func (tx *Tx) Prepare(query string) (*Stmt, error) {$/;"	f
  9200  Prepare	./net/fd_poll_nacl.go	/^func (pd *pollDesc) Prepare(mode int) error {$/;"	f
  9201  Prepare	./net/fd_poll_runtime.go	/^func (pd *pollDesc) Prepare(mode int) error {$/;"	f
  9202  PrepareRead	./net/fd_poll_nacl.go	/^func (pd *pollDesc) PrepareRead() error { return pd.Prepare('r') }$/;"	f
  9203  PrepareRead	./net/fd_poll_runtime.go	/^func (pd *pollDesc) PrepareRead() error {$/;"	f
  9204  PrepareWrite	./net/fd_poll_nacl.go	/^func (pd *pollDesc) PrepareWrite() error { return pd.Prepare('w') }$/;"	f
  9205  PrepareWrite	./net/fd_poll_runtime.go	/^func (pd *pollDesc) PrepareWrite() error {$/;"	f
  9206  PresenceTest	./encoding/xml/marshal_test.go	/^type PresenceTest struct {$/;"	t
  9207  Prev	./container/list/list.go	/^func (e *Element) Prev() *Element {$/;"	f
  9208  Prev	./container/ring/ring.go	/^func (r *Ring) Prev() *Ring {$/;"	f
  9209  Prime	./crypto/rand/util.go	/^func Prime(rand io.Reader, bits int) (p *big.Int, err error) {$/;"	f
  9210  Print	./cmd/internal/objfile/disasm.go	/^func (d *Disasm) Print(w io.Writer, filter *regexp.Regexp, start, end uint64) {$/;"	f
  9211  Print	./cmd/pprof/internal/plugin/plugin.go	/^func (ui *stdUI) Print(args ...interface{}) {$/;"	f
  9212  Print	./fmt/print.go	/^func Print(a ...interface{}) (n int, err error) {$/;"	f
  9213  Print	./go/ast/print.go	/^func Print(fset *token.FileSet, x interface{}) error {$/;"	f
  9214  Print	./internal/trace/parser.go	/^func Print(events []*Event) {$/;"	f
  9215  Print	./log/log.go	/^func (l *Logger) Print(v ...interface{}) { l.Output(2, fmt.Sprint(v...)) }$/;"	f
  9216  Print	./log/log.go	/^func Print(v ...interface{}) {$/;"	f
  9217  PrintClass	./regexp/syntax/make_perl_groups.pl	/^sub PrintClass($$@) {$/;"	s
  9218  PrintClasses	./regexp/syntax/make_perl_groups.pl	/^sub PrintClasses($@) {$/;"	s
  9219  PrintDefaults	./flag/flag.go	/^func (f *FlagSet) PrintDefaults() {$/;"	f
  9220  PrintDefaults	./flag/flag.go	/^func PrintDefaults() {$/;"	f
  9221  PrintErr	./cmd/pprof/internal/plugin/plugin.go	/^func (ui *stdUI) PrintErr(args ...interface{}) {$/;"	f
  9222  PrintError	./go/scanner/errors.go	/^func PrintError(w io.Writer, err error) {$/;"	f
  9223  PrintList	./syscall/mksyscall_windows.go	/^func (r *Rets) PrintList() string {$/;"	f
  9224  PrintRanges	./unicode/graphic.go	/^var PrintRanges = []*RangeTable{$/;"	v
  9225  PrintStack	./runtime/debug/stack.go	/^func PrintStack() {$/;"	f
  9226  PrintTrie	./strings/export_test.go	/^func (r *Replacer) PrintTrie() string {$/;"	f
  9227  Printf	./cmd/doc/pkg.go	/^func (pkg *Package) Printf(format string, args ...interface{}) {$/;"	f
  9228  Printf	./cmd/vet/main.go	/^func Printf(format string, args ...interface{}) {$/;"	f
  9229  Printf	./cmd/vet/testdata/print.go	/^func Printf(format string, args ...interface{}) {$/;"	f
  9230  Printf	./fmt/print.go	/^func Printf(format string, a ...interface{}) (n int, err error) {$/;"	f
  9231  Printf	./log/log.go	/^func (l *Logger) Printf(format string, v ...interface{}) {$/;"	f
  9232  Printf	./log/log.go	/^func Printf(format string, v ...interface{}) {$/;"	f
  9233  Printf	./net/mail/message.go	/^func (d debugT) Printf(format string, args ...interface{}) {$/;"	f
  9234  PrintfLine	./net/textproto/writer.go	/^func (w *Writer) PrintfLine(format string, args ...interface{}) error {$/;"	f
  9235  PrintfTests	./cmd/vet/testdata/print.go	/^func PrintfTests() {$/;"	f
  9236  Println	./cmd/vet/main.go	/^func Println(args ...interface{}) {$/;"	f
  9237  Println	./fmt/print.go	/^func Println(a ...interface{}) (n int, err error) {$/;"	f
  9238  Println	./go/types/resolver_test.go	/^		var Println = fmt.Println$/;"	v
  9239  Println	./log/log.go	/^func (l *Logger) Println(v ...interface{}) { l.Output(2, fmt.Sprintln(v...)) }$/;"	f
  9240  Println	./log/log.go	/^func Println(v ...interface{}) {$/;"	f
  9241  Priority	./log/syslog/syslog.go	/^type Priority int$/;"	t
  9242  PriorityQueue	./container/heap/example_pq_test.go	/^type PriorityQueue []*Item$/;"	t
  9243  Private	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Private interface {$/;"	t
  9244  Private	./reflect/all_test.go	/^type Private struct {$/;"	t
  9245  PrivateKey	./crypto/crypto.go	/^type PrivateKey interface{}$/;"	t
  9246  PrivateKey	./crypto/dsa/dsa.go	/^type PrivateKey struct {$/;"	t
  9247  PrivateKey	./crypto/ecdsa/ecdsa.go	/^type PrivateKey struct {$/;"	t
  9248  PrivateKey	./crypto/rsa/rsa.go	/^type PrivateKey struct {$/;"	t
  9249  ProbablyPrime	./cmd/compile/internal/big/int.go	/^func (x *Int) ProbablyPrime(n int) bool {$/;"	f
  9250  ProbablyPrime	./math/big/int.go	/^func (x *Int) ProbablyPrime(n int) bool {$/;"	f
  9251  Proc	./runtime/syscall_windows_test.go	/^func (d *DLL) Proc(name string) *syscall.Proc {$/;"	f
  9252  Proc	./syscall/dll_windows.go	/^type Proc struct {$/;"	t
  9253  ProcAttr	./os/exec.go	/^type ProcAttr struct {$/;"	t
  9254  ProcAttr	./syscall/exec_plan9.go	/^type ProcAttr struct {$/;"	t
  9255  ProcAttr	./syscall/exec_unix.go	/^type ProcAttr struct {$/;"	t
  9256  ProcAttr	./syscall/exec_windows.go	/^type ProcAttr struct {$/;"	t
  9257  ProcAttr	./syscall/syscall_nacl.go	/^type ProcAttr struct {$/;"	t
  9258  ProcInst	./encoding/xml/xml.go	/^type ProcInst struct {$/;"	t
  9259  Process	./os/exec.go	/^type Process struct {$/;"	t
  9260  Process32First	./syscall/zsyscall_windows.go	/^func Process32First(snapshot Handle, procEntry *ProcessEntry32) (err error) {$/;"	f
  9261  Process32Next	./syscall/zsyscall_windows.go	/^func Process32Next(snapshot Handle, procEntry *ProcessEntry32) (err error) {$/;"	f
  9262  ProcessEntry32	./syscall/ztypes_windows.go	/^type ProcessEntry32 struct {$/;"	t
  9263  ProcessInformation	./syscall/ztypes_windows.go	/^type ProcessInformation struct {$/;"	t
  9264  ProcessRemoteIO	./net/fd_windows.go	/^func (s *ioSrv) ProcessRemoteIO() {$/;"	f
  9265  ProcessState	./os/exec_plan9.go	/^type ProcessState struct {$/;"	t
  9266  ProcessState	./os/exec_posix.go	/^type ProcessState struct {$/;"	t
  9267  Profile	./cmd/cover/profile.go	/^type Profile struct {$/;"	t
  9268  Profile	./cmd/pprof/internal/profile/profile.go	/^type Profile struct {$/;"	t
  9269  Profile	./net/http/pprof/pprof.go	/^func Profile(w http.ResponseWriter, r *http.Request) {$/;"	f
  9270  Profile	./runtime/pprof/pprof.go	/^type Profile struct {$/;"	t
  9271  ProfileBlock	./cmd/cover/profile.go	/^type ProfileBlock struct {$/;"	t
  9272  Profiles	./runtime/pprof/pprof.go	/^func Profiles() []*Profile {$/;"	f
  9273  Prog	./cmd/compile/internal/gc/gsubr.go	/^func Prog(as int) *obj.Prog {$/;"	f
  9274  Prog	./cmd/internal/obj/link.go	/^type Prog struct {$/;"	t
  9275  Prog	./debug/elf/file.go	/^type Prog struct {$/;"	t
  9276  Prog	./regexp/syntax/prog.go	/^type Prog struct {$/;"	t
  9277  Prog32	./debug/elf/elf.go	/^type Prog32 struct {$/;"	t
  9278  Prog64	./debug/elf/elf.go	/^type Prog64 struct {$/;"	t
  9279  ProgFlag	./debug/elf/elf.go	/^type ProgFlag uint32$/;"	t
  9280  ProgHeader	./debug/elf/file.go	/^type ProgHeader struct {$/;"	t
  9281  ProgInfo	./cmd/internal/obj/link.go	/^type ProgInfo struct {$/;"	t
  9282  ProgType	./debug/elf/elf.go	/^type ProgType int$/;"	t
  9283  Properties	./unicode/maketables.go	/^			println("var Properties = map[string] *RangeTable{")$/;"	v
  9284  Properties	./unicode/tables.go	/^var Properties = map[string]*RangeTable{$/;"	v
  9285  ProtoAtLeast	./net/http/request.go	/^func (r *Request) ProtoAtLeast(major, minor int) bool {$/;"	f
  9286  ProtoAtLeast	./net/http/response.go	/^func (r *Response) ProtoAtLeast(major, minor int) bool {$/;"	f
  9287  Protocol	./net/internal/socktest/switch.go	/^func (c Cookie) Protocol() int { return int(c & 0xff) }$/;"	f
  9288  ProtocolError	./net/http/request.go	/^type ProtocolError struct {$/;"	t
  9289  ProtocolError	./net/textproto/textproto.go	/^type ProtocolError string$/;"	t
  9290  Protoent	./syscall/ztypes_windows.go	/^type Protoent struct {$/;"	t
  9291  ProxyFromEnvironment	./net/http/transport.go	/^func ProxyFromEnvironment(req *Request) (*url.URL, error) {$/;"	f
  9292  ProxyURL	./net/http/transport.go	/^func ProxyURL(fixedURL *url.URL) func(*Request) (*url.URL, error) {$/;"	f
  9293  Prune	./cmd/pprof/internal/profile/prune.go	/^func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) {$/;"	f
  9294  Pseudos	./cmd/asm/internal/arch/arch.go	/^var Pseudos = map[string]int{$/;"	v
  9295  Pt	./image/geom.go	/^func Pt(X, Y int) Point {$/;"	f
  9296  Pthread	./runtime/defs_solaris.go	/^type Pthread C.pthread_t$/;"	t
  9297  PthreadAttr	./runtime/defs_solaris.go	/^type PthreadAttr C.pthread_attr_t$/;"	t
  9298  Ptr	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) Ptr(index int64) {$/;"	f
  9299  Ptr	./reflect/all_test.go	/^		type Ptr struct{ x *byte }$/;"	t
  9300  Ptr	./runtime/gcinfo_test.go	/^type Ptr struct {$/;"	t
  9301  Ptr	./runtime/race/testdata/comp_test.go	/^type Ptr struct {$/;"	t
  9302  PtrInterfaceItem	./encoding/gob/codec_test.go	/^type PtrInterfaceItem struct {$/;"	t
  9303  PtrScalar	./runtime/gcinfo_test.go	/^type PtrScalar struct {$/;"	t
  9304  PtrTo	./reflect/type.go	/^func PtrTo(t Type) Type {$/;"	f
  9305  PtrType	./debug/dwarf/type.go	/^type PtrType struct {$/;"	t
  9306  PtraceAttach	./syscall/syscall_darwin.go	/^func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0, 0) }$/;"	f
  9307  PtraceAttach	./syscall/syscall_linux.go	/^func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pid, 0, 0) }$/;"	f
  9308  PtraceCont	./syscall/syscall_linux.go	/^func PtraceCont(pid int, signal int) (err error) {$/;"	f
  9309  PtraceDetach	./syscall/syscall_darwin.go	/^func PtraceDetach(pid int) (err error) { return ptrace(PT_DETACH, pid, 0, 0) }$/;"	f
  9310  PtraceDetach	./syscall/syscall_linux.go	/^func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pid, 0, 0) }$/;"	f
  9311  PtraceGetEventMsg	./syscall/syscall_linux.go	/^func PtraceGetEventMsg(pid int) (msg uint, err error) {$/;"	f
  9312  PtraceGetRegs	./syscall/syscall_linux.go	/^func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) {$/;"	f
  9313  PtracePeekData	./syscall/syscall_linux.go	/^func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err error) {$/;"	f
  9314  PtracePeekText	./syscall/syscall_linux.go	/^func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err error) {$/;"	f
  9315  PtracePokeData	./syscall/syscall_linux.go	/^func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err error) {$/;"	f
  9316  PtracePokeText	./syscall/syscall_linux.go	/^func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err error) {$/;"	f
  9317  PtraceRegs	./syscall/types_linux.go	/^type PtraceRegs C.PtraceRegs$/;"	t
  9318  PtraceRegs	./syscall/ztypes_linux_386.go	/^type PtraceRegs struct {$/;"	t
  9319  PtraceRegs	./syscall/ztypes_linux_amd64.go	/^type PtraceRegs struct {$/;"	t
  9320  PtraceRegs	./syscall/ztypes_linux_arm.go	/^type PtraceRegs struct {$/;"	t
  9321  PtraceRegs	./syscall/ztypes_linux_arm64.go	/^type PtraceRegs struct {$/;"	t
  9322  PtraceRegs	./syscall/ztypes_linux_ppc64.go	/^type PtraceRegs struct {$/;"	t
  9323  PtraceRegs	./syscall/ztypes_linux_ppc64le.go	/^type PtraceRegs struct {$/;"	t
  9324  PtraceSetOptions	./syscall/syscall_linux.go	/^func PtraceSetOptions(pid int, options int) (err error) {$/;"	f
  9325  PtraceSetRegs	./syscall/syscall_linux.go	/^func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) {$/;"	f
  9326  PtraceSingleStep	./syscall/syscall_linux.go	/^func PtraceSingleStep(pid int) (err error) { return ptrace(PTRACE_SINGLESTEP, pid, 0, 0) }$/;"	f
  9327  PtraceSyscall	./syscall/syscall_linux.go	/^func PtraceSyscall(pid int, signal int) (err error) {$/;"	f
  9328  Ptregs	./runtime/defs3_linux.go	/^type Ptregs C.struct_pt_regs$/;"	t
  9329  Ptrscalar	./reflect/all_test.go	/^		type Ptrscalar struct {$/;"	t
  9330  Ptrto	./cmd/compile/internal/gc/subr.go	/^func Ptrto(t *Type) *Type {$/;"	f
  9331  Public	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Public interface {$/;"	t
  9332  Public	./crypto/ecdsa/ecdsa.go	/^func (priv *PrivateKey) Public() crypto.PublicKey {$/;"	f
  9333  Public	./crypto/rsa/rsa.go	/^func (priv *PrivateKey) Public() crypto.PublicKey {$/;"	f
  9334  Public	./reflect/all_test.go	/^type Public struct {$/;"	t
  9335  PublicKey	./crypto/crypto.go	/^type PublicKey interface{}$/;"	t
  9336  PublicKey	./crypto/dsa/dsa.go	/^type PublicKey struct {$/;"	t
  9337  PublicKey	./crypto/ecdsa/ecdsa.go	/^type PublicKey struct {$/;"	t
  9338  PublicKey	./crypto/rsa/rsa.go	/^type PublicKey struct {$/;"	t
  9339  PublicKeyAlgorithm	./crypto/x509/x509.go	/^type PublicKeyAlgorithm int$/;"	t
  9340  PublicKeyInfo	./encoding/asn1/asn1_test.go	/^type PublicKeyInfo struct {$/;"	t
  9341  PublicSuffix	./net/http/cookiejar/jar_test.go	/^func (testPSL) PublicSuffix(d string) string {$/;"	f
  9342  PublicSuffixList	./net/http/cookiejar/jar.go	/^type PublicSuffixList interface {$/;"	t
  9343  Publish	./expvar/expvar.go	/^func Publish(name string, v Var) {$/;"	f
  9344  Push	./cmd/asm/internal/lex/input.go	/^func (in *Input) Push(r TokenReader) {$/;"	f
  9345  Push	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) Push(tr TokenReader) {$/;"	f
  9346  Push	./cmd/internal/obj/obj.go	/^func (h *LineHist) Push(lineno int, file string) {$/;"	f
  9347  Push	./container/heap/example_intheap_test.go	/^func (h *IntHeap) Push(x interface{}) {$/;"	f
  9348  Push	./container/heap/example_pq_test.go	/^func (pq *PriorityQueue) Push(x interface{}) {$/;"	f
  9349  Push	./container/heap/heap.go	/^func Push(h Interface, x interface{}) {$/;"	f
  9350  Push	./container/heap/heap_test.go	/^func (h *myHeap) Push(v interface{}) {$/;"	f
  9351  Push	./go/types/initorder.go	/^func (a *nodeQueue) Push(x interface{}) {$/;"	f
  9352  PushBack	./container/list/list.go	/^func (l *List) PushBack(v interface{}) *Element {$/;"	f
  9353  PushBackList	./container/list/list.go	/^func (l *List) PushBackList(other *List) {$/;"	f
  9354  PushFront	./container/list/list.go	/^func (l *List) PushFront(v interface{}) *Element {$/;"	f
  9355  PushFrontList	./container/list/list.go	/^func (l *List) PushFrontList(other *List) {$/;"	f
  9356  Put	./crypto/tls/common.go	/^func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {$/;"	f
  9357  Put	./sync/pool.go	/^func (p *Pool) Put(x interface{}) {$/;"	f
  9358  PutIdleTestConn	./net/http/export_test.go	/^func (t *Transport) PutIdleTestConn() bool {$/;"	f
  9359  PutUint16	./encoding/binary/binary.go	/^func (bigEndian) PutUint16(b []byte, v uint16) {$/;"	f
  9360  PutUint16	./encoding/binary/binary.go	/^func (littleEndian) PutUint16(b []byte, v uint16) {$/;"	f
  9361  PutUint32	./encoding/binary/binary.go	/^func (bigEndian) PutUint32(b []byte, v uint32) {$/;"	f
  9362  PutUint32	./encoding/binary/binary.go	/^func (littleEndian) PutUint32(b []byte, v uint32) {$/;"	f
  9363  PutUint64	./encoding/binary/binary.go	/^func (bigEndian) PutUint64(b []byte, v uint64) {$/;"	f
  9364  PutUint64	./encoding/binary/binary.go	/^func (littleEndian) PutUint64(b []byte, v uint64) {$/;"	f
  9365  PutUvarint	./encoding/binary/varint.go	/^func PutUvarint(buf []byte, x uint64) int {$/;"	f
  9366  PutVarint	./encoding/binary/varint.go	/^func PutVarint(buf []byte, x int64) int {$/;"	f
  9367  Pwrite	./syscall/fd_nacl.go	/^func Pwrite(fd int, b []byte, offset int64) (int, error) {$/;"	f
  9368  Pwrite	./syscall/syscall_dragonfly.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9369  Pwrite	./syscall/zsyscall_darwin_386.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9370  Pwrite	./syscall/zsyscall_darwin_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9371  Pwrite	./syscall/zsyscall_darwin_arm.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9372  Pwrite	./syscall/zsyscall_darwin_arm64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9373  Pwrite	./syscall/zsyscall_freebsd_386.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9374  Pwrite	./syscall/zsyscall_freebsd_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9375  Pwrite	./syscall/zsyscall_freebsd_arm.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9376  Pwrite	./syscall/zsyscall_linux_386.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9377  Pwrite	./syscall/zsyscall_linux_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9378  Pwrite	./syscall/zsyscall_linux_arm.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9379  Pwrite	./syscall/zsyscall_linux_arm64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9380  Pwrite	./syscall/zsyscall_linux_ppc64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9381  Pwrite	./syscall/zsyscall_linux_ppc64le.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9382  Pwrite	./syscall/zsyscall_netbsd_386.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9383  Pwrite	./syscall/zsyscall_netbsd_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9384  Pwrite	./syscall/zsyscall_netbsd_arm.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9385  Pwrite	./syscall/zsyscall_openbsd_386.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9386  Pwrite	./syscall/zsyscall_openbsd_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9387  Pwrite	./syscall/zsyscall_openbsd_arm.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9388  Pwrite	./syscall/zsyscall_plan9_386.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9389  Pwrite	./syscall/zsyscall_plan9_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9390  Pwrite	./syscall/zsyscall_solaris_amd64.go	/^func Pwrite(fd int, p []byte, offset int64) (n int, err error) {$/;"	f
  9391  Pythagoras	./encoding/gob/example_interface_test.go	/^type Pythagoras interface {$/;"	t
  9392  Qid	./syscall/dir_plan9.go	/^type Qid struct {$/;"	t
  9393  QualType	./debug/dwarf/type.go	/^type QualType struct {$/;"	t
  9394  Qualifier	./go/types/typestring.go	/^type Qualifier func(*Package) string$/;"	t
  9395  Quantizer	./image/draw/draw.go	/^type Quantizer interface {$/;"	t
  9396  Query	./database/sql/fakedb_test.go	/^func (c *fakeConn) Query(query string, args []driver.Value) (driver.Rows, error) {$/;"	f
  9397  Query	./database/sql/fakedb_test.go	/^func (s *fakeStmt) Query(args []driver.Value) (driver.Rows, error) {$/;"	f
  9398  Query	./database/sql/sql.go	/^func (db *DB) Query(query string, args ...interface{}) (*Rows, error) {$/;"	f
  9399  Query	./database/sql/sql.go	/^func (s *Stmt) Query(args ...interface{}) (*Rows, error) {$/;"	f
  9400  Query	./database/sql/sql.go	/^func (tx *Tx) Query(query string, args ...interface{}) (*Rows, error) {$/;"	f
  9401  Query	./net/url/url.go	/^func (u *URL) Query() Values {$/;"	f
  9402  QueryEscape	./net/url/url.go	/^func QueryEscape(s string) string {$/;"	f
  9403  QueryRow	./database/sql/sql.go	/^func (db *DB) QueryRow(query string, args ...interface{}) *Row {$/;"	f
  9404  QueryRow	./database/sql/sql.go	/^func (s *Stmt) QueryRow(args ...interface{}) *Row {$/;"	f
  9405  QueryRow	./database/sql/sql.go	/^func (tx *Tx) QueryRow(query string, args ...interface{}) *Row {$/;"	f
  9406  QueryUnescape	./net/url/url.go	/^func QueryUnescape(s string) (string, error) {$/;"	f
  9407  Queryer	./database/sql/driver/driver.go	/^type Queryer interface {$/;"	t
  9408  Quit	./net/smtp/smtp.go	/^func (c *Client) Quit() error {$/;"	f
  9409  Quo	./cmd/compile/internal/big/float.go	/^func (z *Float) Quo(x, y *Float) *Float {$/;"	f
  9410  Quo	./cmd/compile/internal/big/int.go	/^func (z *Int) Quo(x, y *Int) *Int {$/;"	f
  9411  Quo	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Quo(x, y *Rat) *Rat {$/;"	f
  9412  Quo	./math/big/float.go	/^func (z *Float) Quo(x, y *Float) *Float {$/;"	f
  9413  Quo	./math/big/int.go	/^func (z *Int) Quo(x, y *Int) *Int {$/;"	f
  9414  Quo	./math/big/rat.go	/^func (z *Rat) Quo(x, y *Rat) *Rat {$/;"	f
  9415  QuoRem	./cmd/compile/internal/big/int.go	/^func (z *Int) QuoRem(x, y, r *Int) (*Int, *Int) {$/;"	f
  9416  QuoRem	./math/big/int.go	/^func (z *Int) QuoRem(x, y, r *Int) (*Int, *Int) {$/;"	f
  9417  Quote	./strconv/quote.go	/^func Quote(s string) string {$/;"	f
  9418  QuoteMeta	./regexp/regexp.go	/^func QuoteMeta(s string) string {$/;"	f
  9419  QuoteRune	./strconv/quote.go	/^func QuoteRune(r rune) string {$/;"	f
  9420  QuoteRuneToASCII	./strconv/quote.go	/^func QuoteRuneToASCII(r rune) string {$/;"	f
  9421  QuoteToASCII	./strconv/quote.go	/^func QuoteToASCII(s string) string {$/;"	f
  9422  Quotient	./net/rpc/server.go	/^		type Quotient struct {$/;"	t
  9423  R0	./reflect/all_test.go	/^type R0 struct {$/;"	t
  9424  R1	./reflect/all_test.go	/^type R1 struct {$/;"	t
  9425  R10	./reflect/all_test.go	/^type R10 R9$/;"	t
  9426  R11	./reflect/all_test.go	/^type R11 R9$/;"	t
  9427  R12	./reflect/all_test.go	/^type R12 R9$/;"	t
  9428  R13	./reflect/all_test.go	/^type R13 struct {$/;"	t
  9429  R14	./reflect/all_test.go	/^type R14 R13$/;"	t
  9430  R15	./reflect/all_test.go	/^type R15 R13$/;"	t
  9431  R16	./reflect/all_test.go	/^type R16 R13$/;"	t
  9432  R17	./reflect/all_test.go	/^type R17 struct {$/;"	t
  9433  R18	./reflect/all_test.go	/^type R18 R17$/;"	t
  9434  R19	./reflect/all_test.go	/^type R19 R17$/;"	t
  9435  R2	./reflect/all_test.go	/^type R2 R1$/;"	t
  9436  R20	./reflect/all_test.go	/^type R20 R17$/;"	t
  9437  R21	./reflect/all_test.go	/^type R21 struct {$/;"	t
  9438  R22	./reflect/all_test.go	/^type R22 R21$/;"	t
  9439  R23	./reflect/all_test.go	/^type R23 R21$/;"	t
  9440  R24	./reflect/all_test.go	/^type R24 R21$/;"	t
  9441  R3	./reflect/all_test.go	/^type R3 R1$/;"	t
  9442  R4	./reflect/all_test.go	/^type R4 R1$/;"	t
  9443  R5	./reflect/all_test.go	/^type R5 struct {$/;"	t
  9444  R6	./reflect/all_test.go	/^type R6 R5$/;"	t
  9445  R7	./reflect/all_test.go	/^type R7 R5$/;"	t
  9446  R8	./reflect/all_test.go	/^type R8 R5$/;"	t
  9447  R9	./reflect/all_test.go	/^type R9 struct {$/;"	t
  9448  RARG0	./runtime/race_amd64.s	/^#define RARG0 CX$/;"	d
  9449  RARG0	./runtime/race_amd64.s	/^#define RARG0 DI$/;"	d
  9450  RARG1	./runtime/race_amd64.s	/^#define RARG1 DX$/;"	d
  9451  RARG1	./runtime/race_amd64.s	/^#define RARG1 SI$/;"	d
  9452  RARG2	./runtime/race_amd64.s	/^#define RARG2 DX$/;"	d
  9453  RARG2	./runtime/race_amd64.s	/^#define RARG2 R8$/;"	d
  9454  RARG3	./runtime/race_amd64.s	/^#define RARG3 CX$/;"	d
  9455  RARG3	./runtime/race_amd64.s	/^#define RARG3 R9$/;"	d
  9456  RDNSequence	./crypto/x509/pkix/pkix.go	/^type RDNSequence []RelativeDistinguishedNameSET$/;"	t
  9457  RDNSequence	./encoding/asn1/asn1_test.go	/^type RDNSequence []RelativeDistinguishedNameSET$/;"	t
  9458  READ_EXEC_ONLY	./runtime/sys_linux_386.s	/^#define READ_EXEC_ONLY 0x08$/;"	d
  9459  REG_BADESC	./regexp/testdata/testregex.c	/^#define REG_BADESC	/;"	d	file:
  9460  REG_CLASS_ESCAPE	./regexp/testdata/testregex.c	/^#define REG_CLASS_ESCAPE	/;"	d	file:
  9461  REG_COMMENT	./regexp/testdata/testregex.c	/^#define REG_COMMENT	/;"	d	file:
  9462  REG_DELIMITED	./regexp/testdata/testregex.c	/^#define REG_DELIMITED	/;"	d	file:
  9463  REG_DISCIPLINE	./regexp/testdata/testregex.c	/^#undef	REG_DISCIPLINE$/;"	d	file:
  9464  REG_EBUS	./regexp/testdata/testregex.c	/^#define REG_EBUS	/;"	d	file:
  9465  REG_ECOUNT	./regexp/testdata/testregex.c	/^#define REG_ECOUNT	/;"	d	file:
  9466  REG_EDELIM	./regexp/testdata/testregex.c	/^#define REG_EDELIM	/;"	d	file:
  9467  REG_EFAULT	./regexp/testdata/testregex.c	/^#define REG_EFAULT	/;"	d	file:
  9468  REG_EFLAGS	./regexp/testdata/testregex.c	/^#define REG_EFLAGS	/;"	d	file:
  9469  REG_EHUNG	./regexp/testdata/testregex.c	/^#define REG_EHUNG	/;"	d	file:
  9470  REG_EMEM	./regexp/testdata/testregex.c	/^#define REG_EMEM	/;"	d	file:
  9471  REG_ENEWLINE	./regexp/testdata/testregex.c	/^#define REG_ENEWLINE	/;"	d	file:
  9472  REG_ENULL	./regexp/testdata/testregex.c	/^#define REG_ENULL	/;"	d	file:
  9473  REG_ESCAPE	./regexp/testdata/testregex.c	/^#define REG_ESCAPE	/;"	d	file:
  9474  REG_EXEC_DEFAULT	./regexp/testdata/testregex.c	/^#define REG_EXEC_DEFAULT	/;"	d	file:
  9475  REG_ICASE	./regexp/testdata/testregex.c	/^#define REG_ICASE	/;"	d	file:
  9476  REG_LEFT	./regexp/testdata/testregex.c	/^#define REG_LEFT	/;"	d	file:
  9477  REG_LENIENT	./regexp/testdata/testregex.c	/^#define REG_LENIENT	/;"	d	file:
  9478  REG_MINIMAL	./regexp/testdata/testregex.c	/^#define REG_MINIMAL	/;"	d	file:
  9479  REG_MULTIPLE	./regexp/testdata/testregex.c	/^#define REG_MULTIPLE	/;"	d	file:
  9480  REG_MULTIREF	./regexp/testdata/testregex.c	/^#define REG_MULTIREF	/;"	d	file:
  9481  REG_MUSTDELIM	./regexp/testdata/testregex.c	/^#define REG_MUSTDELIM	/;"	d	file:
  9482  REG_NEWLINE	./regexp/testdata/testregex.c	/^#define REG_NEWLINE	/;"	d	file:
  9483  REG_NOTBOL	./regexp/testdata/testregex.c	/^#define REG_NOTBOL	/;"	d	file:
  9484  REG_NOTEOL	./regexp/testdata/testregex.c	/^#define REG_NOTEOL	/;"	d	file:
  9485  REG_NULL	./regexp/testdata/testregex.c	/^#define REG_NULL	/;"	d	file:
  9486  REG_RIGHT	./regexp/testdata/testregex.c	/^#define REG_RIGHT	/;"	d	file:
  9487  REG_SHELL_DOT	./regexp/testdata/testregex.c	/^#define REG_SHELL_DOT	/;"	d	file:
  9488  REG_SHELL_ESCAPED	./regexp/testdata/testregex.c	/^#define REG_SHELL_ESCAPED	/;"	d	file:
  9489  REG_SHELL_GROUP	./regexp/testdata/testregex.c	/^#define REG_SHELL_GROUP	/;"	d	file:
  9490  REG_SHELL_PATH	./regexp/testdata/testregex.c	/^#define REG_SHELL_PATH	/;"	d	file:
  9491  REG_SPAN	./regexp/testdata/testregex.c	/^#define REG_SPAN	/;"	d	file:
  9492  REG_TEST_DEFAULT	./regexp/testdata/testregex.c	/^#define REG_TEST_DEFAULT	/;"	d	file:
  9493  REG_UNKNOWN	./regexp/testdata/testregex.c	/^#define REG_UNKNOWN	/;"	d	file:
  9494  RE_DUP_MAX	./regexp/testdata/testregex.c	/^#define RE_DUP_MAX	/;"	d	file:
  9495  RGB	./encoding/json/example_test.go	/^	type RGB struct {$/;"	t
  9496  RGBA	./image/color/color.go	/^func (c Alpha) RGBA() (r, g, b, a uint32) {$/;"	f
  9497  RGBA	./image/color/color.go	/^func (c Alpha16) RGBA() (r, g, b, a uint32) {$/;"	f
  9498  RGBA	./image/color/color.go	/^func (c Gray) RGBA() (r, g, b, a uint32) {$/;"	f
  9499  RGBA	./image/color/color.go	/^func (c Gray16) RGBA() (r, g, b, a uint32) {$/;"	f
  9500  RGBA	./image/color/color.go	/^func (c NRGBA) RGBA() (r, g, b, a uint32) {$/;"	f
  9501  RGBA	./image/color/color.go	/^func (c NRGBA64) RGBA() (r, g, b, a uint32) {$/;"	f
  9502  RGBA	./image/color/color.go	/^func (c RGBA) RGBA() (r, g, b, a uint32) {$/;"	f
  9503  RGBA	./image/color/color.go	/^func (c RGBA64) RGBA() (r, g, b, a uint32) {$/;"	f
  9504  RGBA	./image/color/color.go	/^type RGBA struct {$/;"	t
  9505  RGBA	./image/color/ycbcr.go	/^func (c CMYK) RGBA() (uint32, uint32, uint32, uint32) {$/;"	f
  9506  RGBA	./image/color/ycbcr.go	/^func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {$/;"	f
  9507  RGBA	./image/image.go	/^type RGBA struct {$/;"	t
  9508  RGBA	./image/names.go	/^func (c *Uniform) RGBA() (r, g, b, a uint32) {$/;"	f
  9509  RGBA64	./image/color/color.go	/^type RGBA64 struct {$/;"	t
  9510  RGBA64	./image/image.go	/^type RGBA64 struct {$/;"	t
  9511  RGBA64At	./image/image.go	/^func (p *RGBA64) RGBA64At(x, y int) color.RGBA64 {$/;"	f
  9512  RGBAAt	./image/image.go	/^func (p *RGBA) RGBAAt(x, y int) color.RGBA {$/;"	f
  9513  RGBToCMYK	./image/color/ycbcr.go	/^func RGBToCMYK(r, g, b uint8) (uint8, uint8, uint8, uint8) {$/;"	f
  9514  RGBToYCbCr	./image/color/ycbcr.go	/^func RGBToYCbCr(r, g, b uint8) (uint8, uint8, uint8) {$/;"	f
  9515  RLock	./sync/rwmutex.go	/^func (rw *RWMutex) RLock() {$/;"	f
  9516  RLocker	./sync/rwmutex.go	/^func (rw *RWMutex) RLocker() Locker {$/;"	f
  9517  RM	./runtime/vlop_arm.s	/^#define RM	R3$/;"	d
  9518  RODATA	./runtime/textflag.h	/^#define RODATA	/;"	d
  9519  ROUND1	./crypto/md5/md5block_386.s	/^#define ROUND1(a, b, c, d, index, const, shift) \\$/;"	d
  9520  ROUND1	./crypto/md5/md5block_amd64.s	/^#define ROUND1(a, b, c, d, index, const, shift) \\$/;"	d
  9521  ROUND1	./crypto/md5/md5block_amd64p32.s	/^#define ROUND1(a, b, c, d, index, const, shift) \\$/;"	d
  9522  ROUND1	./crypto/md5/md5block_arm.s	/^#define ROUND1(Ra, Rb, Rc, Rd, index, shift, Rconst) \\$/;"	d
  9523  ROUND1	./crypto/sha1/sha1block_386.s	/^#define ROUND1(a, b, c, d, e, index) \\$/;"	d
  9524  ROUND1	./crypto/sha1/sha1block_amd64.s	/^#define ROUND1(a, b, c, d, e, index) \\$/;"	d
  9525  ROUND1	./crypto/sha1/sha1block_amd64p32.s	/^#define ROUND1(a, b, c, d, e, index) \\$/;"	d
  9526  ROUND1	./crypto/sha1/sha1block_arm.s	/^#define ROUND1(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  9527  ROUND1x	./crypto/sha1/sha1block_386.s	/^#define ROUND1x(a, b, c, d, e, index) \\$/;"	d
  9528  ROUND1x	./crypto/sha1/sha1block_amd64.s	/^#define ROUND1x(a, b, c, d, e, index) \\$/;"	d
  9529  ROUND1x	./crypto/sha1/sha1block_amd64p32.s	/^#define ROUND1x(a, b, c, d, e, index) \\$/;"	d
  9530  ROUND1x	./crypto/sha1/sha1block_arm.s	/^#define ROUND1x(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  9531  ROUND2	./crypto/md5/md5block_386.s	/^#define ROUND2(a, b, c, d, index, const, shift) \\$/;"	d
  9532  ROUND2	./crypto/md5/md5block_amd64.s	/^#define ROUND2(a, b, c, d, index, const, shift) \\$/;"	d
  9533  ROUND2	./crypto/md5/md5block_amd64p32.s	/^#define ROUND2(a, b, c, d, index, const, shift) \\$/;"	d
  9534  ROUND2	./crypto/md5/md5block_arm.s	/^#define ROUND2(Ra, Rb, Rc, Rd, index, shift, Rconst) \\$/;"	d
  9535  ROUND2	./crypto/sha1/sha1block_386.s	/^#define ROUND2(a, b, c, d, e, index) \\$/;"	d
  9536  ROUND2	./crypto/sha1/sha1block_amd64.s	/^#define ROUND2(a, b, c, d, e, index) \\$/;"	d
  9537  ROUND2	./crypto/sha1/sha1block_amd64p32.s	/^#define ROUND2(a, b, c, d, e, index) \\$/;"	d
  9538  ROUND2	./crypto/sha1/sha1block_arm.s	/^#define ROUND2(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  9539  ROUND3	./crypto/md5/md5block_386.s	/^#define ROUND3(a, b, c, d, index, const, shift) \\$/;"	d
  9540  ROUND3	./crypto/md5/md5block_amd64.s	/^#define ROUND3(a, b, c, d, index, const, shift) \\$/;"	d
  9541  ROUND3	./crypto/md5/md5block_amd64p32.s	/^#define ROUND3(a, b, c, d, index, const, shift) \\$/;"	d
  9542  ROUND3	./crypto/md5/md5block_arm.s	/^#define ROUND3(Ra, Rb, Rc, Rd, index, shift, Rconst) \\$/;"	d
  9543  ROUND3	./crypto/sha1/sha1block_386.s	/^#define ROUND3(a, b, c, d, e, index) \\$/;"	d
  9544  ROUND3	./crypto/sha1/sha1block_amd64.s	/^#define ROUND3(a, b, c, d, e, index) \\$/;"	d
  9545  ROUND3	./crypto/sha1/sha1block_amd64p32.s	/^#define ROUND3(a, b, c, d, e, index) \\$/;"	d
  9546  ROUND3	./crypto/sha1/sha1block_arm.s	/^#define ROUND3(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  9547  ROUND4	./crypto/md5/md5block_386.s	/^#define ROUND4(a, b, c, d, index, const, shift) \\$/;"	d
  9548  ROUND4	./crypto/md5/md5block_amd64.s	/^#define ROUND4(a, b, c, d, index, const, shift) \\$/;"	d
  9549  ROUND4	./crypto/md5/md5block_amd64p32.s	/^#define ROUND4(a, b, c, d, index, const, shift) \\$/;"	d
  9550  ROUND4	./crypto/md5/md5block_arm.s	/^#define ROUND4(Ra, Rb, Rc, Rd, index, shift, Rconst) \\$/;"	d
  9551  ROUND4	./crypto/sha1/sha1block_386.s	/^#define ROUND4(a, b, c, d, e, index) \\$/;"	d
  9552  ROUND4	./crypto/sha1/sha1block_amd64.s	/^#define ROUND4(a, b, c, d, e, index) \\$/;"	d
  9553  ROUND4	./crypto/sha1/sha1block_amd64p32.s	/^#define ROUND4(a, b, c, d, e, index) \\$/;"	d
  9554  ROUND4	./crypto/sha1/sha1block_arm.s	/^#define ROUND4(Ra, Rb, Rc, Rd, Re) \\$/;"	d
  9555  RSHIFT	./runtime/memmove_arm.s	/^#define RSHIFT	R5$/;"	d
  9556  RT	./encoding/gob/codec_test.go	/^	type RT struct {$/;"	t
  9557  RT0	./encoding/gob/codec_test.go	/^type RT0 struct {$/;"	t
  9558  RT1	./encoding/gob/codec_test.go	/^type RT1 struct {$/;"	t
  9559  RTMP	./runtime/vlop_arm.s	/^#define RTMP R11$/;"	d
  9560  RUnlock	./sync/rwmutex.go	/^func (rw *RWMutex) RUnlock() {$/;"	f
  9561  RWLock	./net/fd_mutex.go	/^func (mu *fdMutex) RWLock(read bool) bool {$/;"	f
  9562  RWMutex	./sync/rwmutex.go	/^type RWMutex struct {$/;"	t
  9563  RWUnlock	./net/fd_mutex.go	/^func (mu *fdMutex) RWUnlock(read bool) bool {$/;"	f
  9564  R_386	./debug/elf/elf.go	/^type R_386 int$/;"	t
  9565  R_AARCH64	./debug/elf/elf.go	/^type R_AARCH64 int$/;"	t
  9566  R_ALPHA	./debug/elf/elf.go	/^type R_ALPHA int$/;"	t
  9567  R_ARM	./debug/elf/elf.go	/^type R_ARM int$/;"	t
  9568  R_INFO	./debug/elf/elf.go	/^func R_INFO(sym, typ uint32) uint64 { return uint64(sym)<<32 | uint64(typ) }$/;"	f
  9569  R_INFO32	./debug/elf/elf.go	/^func R_INFO32(sym, typ uint32) uint32 { return sym<<8 | typ }$/;"	f
  9570  R_PPC	./debug/elf/elf.go	/^type R_PPC int$/;"	t
  9571  R_PPC64	./debug/elf/elf.go	/^type R_PPC64 int$/;"	t
  9572  R_SPARC	./debug/elf/elf.go	/^type R_SPARC int$/;"	t
  9573  R_SYM32	./debug/elf/elf.go	/^func R_SYM32(info uint32) uint32      { return uint32(info >> 8) }$/;"	f
  9574  R_SYM64	./debug/elf/elf.go	/^func R_SYM64(info uint64) uint32    { return uint32(info >> 32) }$/;"	f
  9575  R_TYPE32	./debug/elf/elf.go	/^func R_TYPE32(info uint32) uint32     { return uint32(info & 0xff) }$/;"	f
  9576  R_TYPE64	./debug/elf/elf.go	/^func R_TYPE64(info uint64) uint32   { return uint32(info) }$/;"	f
  9577  R_X86_64	./debug/elf/elf.go	/^type R_X86_64 int$/;"	t
  9578  Ra	./crypto/md5/md5block_arm.s	/^#define Ra	R2	\/\/ MD5 accumulator$/;"	d
  9579  Ra	./crypto/sha1/sha1block_arm.s	/^#define Ra	R2		\/\/ SHA1 accumulator$/;"	d
  9580  Ra	./runtime/vlop_arm.s	/^#define Ra	R11$/;"	d
  9581  RaceAcquire	./runtime/race1.go	/^func RaceAcquire(addr unsafe.Pointer) {$/;"	f
  9582  RaceDisable	./runtime/race1.go	/^func RaceDisable() {$/;"	f
  9583  RaceEnable	./runtime/race1.go	/^func RaceEnable() {$/;"	f
  9584  RaceRead	./runtime/race.go	/^func RaceRead(addr unsafe.Pointer)$/;"	f
  9585  RaceReadRange	./runtime/race.go	/^func RaceReadRange(addr unsafe.Pointer, len int)$/;"	f
  9586  RaceRelease	./runtime/race1.go	/^func RaceRelease(addr unsafe.Pointer) {$/;"	f
  9587  RaceReleaseMerge	./runtime/race1.go	/^func RaceReleaseMerge(addr unsafe.Pointer) {$/;"	f
  9588  RaceSemacquire	./runtime/race.go	/^func RaceSemacquire(s *uint32)$/;"	f
  9589  RaceSemrelease	./runtime/race.go	/^func RaceSemrelease(s *uint32)$/;"	f
  9590  RaceWrite	./runtime/race.go	/^func RaceWrite(addr unsafe.Pointer)$/;"	f
  9591  RaceWriteRange	./runtime/race.go	/^func RaceWriteRange(addr unsafe.Pointer, len int)$/;"	f
  9592  Radvisory_t	./syscall/types_darwin.go	/^type Radvisory_t C.struct_radvisory$/;"	t
  9593  Radvisory_t	./syscall/ztypes_darwin_386.go	/^type Radvisory_t struct {$/;"	t
  9594  Radvisory_t	./syscall/ztypes_darwin_amd64.go	/^type Radvisory_t struct {$/;"	t
  9595  Radvisory_t	./syscall/ztypes_darwin_arm.go	/^type Radvisory_t struct {$/;"	t
  9596  Radvisory_t	./syscall/ztypes_darwin_arm64.go	/^type Radvisory_t struct {$/;"	t
  9597  Rand	./cmd/compile/internal/big/int.go	/^func (z *Int) Rand(rnd *rand.Rand, n *Int) *Int {$/;"	f
  9598  Rand	./math/big/int.go	/^func (z *Int) Rand(rnd *rand.Rand, n *Int) *Int {$/;"	f
  9599  Rand	./math/rand/rand.go	/^type Rand struct {$/;"	t
  9600  Range16	./unicode/letter.go	/^type Range16 struct {$/;"	t
  9601  Range32	./unicode/letter.go	/^type Range32 struct {$/;"	t
  9602  RangeLoopTests	./cmd/vet/testdata/rangeloop.go	/^func RangeLoopTests() {$/;"	f
  9603  RangeNode	./text/template/parse/node.go	/^type RangeNode struct {$/;"	t
  9604  RangeTable	./unicode/letter.go	/^type RangeTable struct {$/;"	t
  9605  Rat	./cmd/compile/internal/big/float.go	/^func (x *Float) Rat(z *Rat) (*Rat, Accuracy) {$/;"	f
  9606  Rat	./cmd/compile/internal/big/rat.go	/^type Rat struct {$/;"	t
  9607  Rat	./math/big/float.go	/^func (x *Float) Rat(z *Rat) (*Rat, Accuracy) {$/;"	f
  9608  Rat	./math/big/rat.go	/^type Rat struct {$/;"	t
  9609  RatString	./cmd/compile/internal/big/ratconv.go	/^func (x *Rat) RatString() string {$/;"	f
  9610  RatString	./math/big/ratconv.go	/^func (x *Rat) RatString() string {$/;"	f
  9611  RatherStupidConditions	./cmd/vet/testdata/bool.go	/^func RatherStupidConditions() {$/;"	f
  9612  Raw	./debug/macho/file.go	/^func (b LoadBytes) Raw() []byte { return b }$/;"	f
  9613  RawBytes	./database/sql/sql.go	/^type RawBytes []byte$/;"	t
  9614  RawContent	./encoding/asn1/asn1.go	/^type RawContent []byte$/;"	t
  9615  RawMessage	./encoding/json/stream.go	/^type RawMessage []byte$/;"	t
  9616  RawSockaddr	./syscall/syscall_windows.go	/^type RawSockaddr struct {$/;"	t
  9617  RawSockaddr	./syscall/types_darwin.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9618  RawSockaddr	./syscall/types_dragonfly.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9619  RawSockaddr	./syscall/types_freebsd.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9620  RawSockaddr	./syscall/types_linux.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9621  RawSockaddr	./syscall/types_netbsd.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9622  RawSockaddr	./syscall/types_openbsd.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9623  RawSockaddr	./syscall/types_solaris.go	/^type RawSockaddr C.struct_sockaddr$/;"	t
  9624  RawSockaddr	./syscall/ztypes_darwin_386.go	/^type RawSockaddr struct {$/;"	t
  9625  RawSockaddr	./syscall/ztypes_darwin_amd64.go	/^type RawSockaddr struct {$/;"	t
  9626  RawSockaddr	./syscall/ztypes_darwin_arm.go	/^type RawSockaddr struct {$/;"	t
  9627  RawSockaddr	./syscall/ztypes_darwin_arm64.go	/^type RawSockaddr struct {$/;"	t
  9628  RawSockaddr	./syscall/ztypes_dragonfly_amd64.go	/^type RawSockaddr struct {$/;"	t
  9629  RawSockaddr	./syscall/ztypes_freebsd_386.go	/^type RawSockaddr struct {$/;"	t
  9630  RawSockaddr	./syscall/ztypes_freebsd_amd64.go	/^type RawSockaddr struct {$/;"	t
  9631  RawSockaddr	./syscall/ztypes_freebsd_arm.go	/^type RawSockaddr struct {$/;"	t
  9632  RawSockaddr	./syscall/ztypes_linux_386.go	/^type RawSockaddr struct {$/;"	t
  9633  RawSockaddr	./syscall/ztypes_linux_amd64.go	/^type RawSockaddr struct {$/;"	t
  9634  RawSockaddr	./syscall/ztypes_linux_arm.go	/^type RawSockaddr struct {$/;"	t
  9635  RawSockaddr	./syscall/ztypes_linux_arm64.go	/^type RawSockaddr struct {$/;"	t
  9636  RawSockaddr	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddr struct {$/;"	t
  9637  RawSockaddr	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddr struct {$/;"	t
  9638  RawSockaddr	./syscall/ztypes_netbsd_386.go	/^type RawSockaddr struct {$/;"	t
  9639  RawSockaddr	./syscall/ztypes_netbsd_amd64.go	/^type RawSockaddr struct {$/;"	t
  9640  RawSockaddr	./syscall/ztypes_netbsd_arm.go	/^type RawSockaddr struct {$/;"	t
  9641  RawSockaddr	./syscall/ztypes_openbsd_386.go	/^type RawSockaddr struct {$/;"	t
  9642  RawSockaddr	./syscall/ztypes_openbsd_amd64.go	/^type RawSockaddr struct {$/;"	t
  9643  RawSockaddr	./syscall/ztypes_openbsd_arm.go	/^type RawSockaddr struct {$/;"	t
  9644  RawSockaddr	./syscall/ztypes_solaris_amd64.go	/^type RawSockaddr struct {$/;"	t
  9645  RawSockaddrAny	./syscall/syscall_windows.go	/^type RawSockaddrAny struct {$/;"	t
  9646  RawSockaddrAny	./syscall/types_darwin.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9647  RawSockaddrAny	./syscall/types_dragonfly.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9648  RawSockaddrAny	./syscall/types_freebsd.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9649  RawSockaddrAny	./syscall/types_linux.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9650  RawSockaddrAny	./syscall/types_netbsd.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9651  RawSockaddrAny	./syscall/types_openbsd.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9652  RawSockaddrAny	./syscall/types_solaris.go	/^type RawSockaddrAny C.struct_sockaddr_any$/;"	t
  9653  RawSockaddrAny	./syscall/ztypes_darwin_386.go	/^type RawSockaddrAny struct {$/;"	t
  9654  RawSockaddrAny	./syscall/ztypes_darwin_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9655  RawSockaddrAny	./syscall/ztypes_darwin_arm.go	/^type RawSockaddrAny struct {$/;"	t
  9656  RawSockaddrAny	./syscall/ztypes_darwin_arm64.go	/^type RawSockaddrAny struct {$/;"	t
  9657  RawSockaddrAny	./syscall/ztypes_dragonfly_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9658  RawSockaddrAny	./syscall/ztypes_freebsd_386.go	/^type RawSockaddrAny struct {$/;"	t
  9659  RawSockaddrAny	./syscall/ztypes_freebsd_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9660  RawSockaddrAny	./syscall/ztypes_freebsd_arm.go	/^type RawSockaddrAny struct {$/;"	t
  9661  RawSockaddrAny	./syscall/ztypes_linux_386.go	/^type RawSockaddrAny struct {$/;"	t
  9662  RawSockaddrAny	./syscall/ztypes_linux_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9663  RawSockaddrAny	./syscall/ztypes_linux_arm.go	/^type RawSockaddrAny struct {$/;"	t
  9664  RawSockaddrAny	./syscall/ztypes_linux_arm64.go	/^type RawSockaddrAny struct {$/;"	t
  9665  RawSockaddrAny	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddrAny struct {$/;"	t
  9666  RawSockaddrAny	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddrAny struct {$/;"	t
  9667  RawSockaddrAny	./syscall/ztypes_netbsd_386.go	/^type RawSockaddrAny struct {$/;"	t
  9668  RawSockaddrAny	./syscall/ztypes_netbsd_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9669  RawSockaddrAny	./syscall/ztypes_netbsd_arm.go	/^type RawSockaddrAny struct {$/;"	t
  9670  RawSockaddrAny	./syscall/ztypes_openbsd_386.go	/^type RawSockaddrAny struct {$/;"	t
  9671  RawSockaddrAny	./syscall/ztypes_openbsd_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9672  RawSockaddrAny	./syscall/ztypes_openbsd_arm.go	/^type RawSockaddrAny struct {$/;"	t
  9673  RawSockaddrAny	./syscall/ztypes_solaris_amd64.go	/^type RawSockaddrAny struct {$/;"	t
  9674  RawSockaddrDatalink	./syscall/types_darwin.go	/^type RawSockaddrDatalink C.struct_sockaddr_dl$/;"	t
  9675  RawSockaddrDatalink	./syscall/types_dragonfly.go	/^type RawSockaddrDatalink C.struct_sockaddr_dl$/;"	t
  9676  RawSockaddrDatalink	./syscall/types_freebsd.go	/^type RawSockaddrDatalink C.struct_sockaddr_dl$/;"	t
  9677  RawSockaddrDatalink	./syscall/types_netbsd.go	/^type RawSockaddrDatalink C.struct_sockaddr_dl$/;"	t
  9678  RawSockaddrDatalink	./syscall/types_openbsd.go	/^type RawSockaddrDatalink C.struct_sockaddr_dl$/;"	t
  9679  RawSockaddrDatalink	./syscall/types_solaris.go	/^type RawSockaddrDatalink C.struct_sockaddr_dl$/;"	t
  9680  RawSockaddrDatalink	./syscall/ztypes_darwin_386.go	/^type RawSockaddrDatalink struct {$/;"	t
  9681  RawSockaddrDatalink	./syscall/ztypes_darwin_amd64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9682  RawSockaddrDatalink	./syscall/ztypes_darwin_arm.go	/^type RawSockaddrDatalink struct {$/;"	t
  9683  RawSockaddrDatalink	./syscall/ztypes_darwin_arm64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9684  RawSockaddrDatalink	./syscall/ztypes_dragonfly_amd64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9685  RawSockaddrDatalink	./syscall/ztypes_freebsd_386.go	/^type RawSockaddrDatalink struct {$/;"	t
  9686  RawSockaddrDatalink	./syscall/ztypes_freebsd_amd64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9687  RawSockaddrDatalink	./syscall/ztypes_freebsd_arm.go	/^type RawSockaddrDatalink struct {$/;"	t
  9688  RawSockaddrDatalink	./syscall/ztypes_netbsd_386.go	/^type RawSockaddrDatalink struct {$/;"	t
  9689  RawSockaddrDatalink	./syscall/ztypes_netbsd_amd64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9690  RawSockaddrDatalink	./syscall/ztypes_netbsd_arm.go	/^type RawSockaddrDatalink struct {$/;"	t
  9691  RawSockaddrDatalink	./syscall/ztypes_openbsd_386.go	/^type RawSockaddrDatalink struct {$/;"	t
  9692  RawSockaddrDatalink	./syscall/ztypes_openbsd_amd64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9693  RawSockaddrDatalink	./syscall/ztypes_openbsd_arm.go	/^type RawSockaddrDatalink struct {$/;"	t
  9694  RawSockaddrDatalink	./syscall/ztypes_solaris_amd64.go	/^type RawSockaddrDatalink struct {$/;"	t
  9695  RawSockaddrInet4	./syscall/syscall_windows.go	/^type RawSockaddrInet4 struct {$/;"	t
  9696  RawSockaddrInet4	./syscall/types_darwin.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9697  RawSockaddrInet4	./syscall/types_dragonfly.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9698  RawSockaddrInet4	./syscall/types_freebsd.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9699  RawSockaddrInet4	./syscall/types_linux.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9700  RawSockaddrInet4	./syscall/types_netbsd.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9701  RawSockaddrInet4	./syscall/types_openbsd.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9702  RawSockaddrInet4	./syscall/types_solaris.go	/^type RawSockaddrInet4 C.struct_sockaddr_in$/;"	t
  9703  RawSockaddrInet4	./syscall/ztypes_darwin_386.go	/^type RawSockaddrInet4 struct {$/;"	t
  9704  RawSockaddrInet4	./syscall/ztypes_darwin_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9705  RawSockaddrInet4	./syscall/ztypes_darwin_arm.go	/^type RawSockaddrInet4 struct {$/;"	t
  9706  RawSockaddrInet4	./syscall/ztypes_darwin_arm64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9707  RawSockaddrInet4	./syscall/ztypes_dragonfly_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9708  RawSockaddrInet4	./syscall/ztypes_freebsd_386.go	/^type RawSockaddrInet4 struct {$/;"	t
  9709  RawSockaddrInet4	./syscall/ztypes_freebsd_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9710  RawSockaddrInet4	./syscall/ztypes_freebsd_arm.go	/^type RawSockaddrInet4 struct {$/;"	t
  9711  RawSockaddrInet4	./syscall/ztypes_linux_386.go	/^type RawSockaddrInet4 struct {$/;"	t
  9712  RawSockaddrInet4	./syscall/ztypes_linux_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9713  RawSockaddrInet4	./syscall/ztypes_linux_arm.go	/^type RawSockaddrInet4 struct {$/;"	t
  9714  RawSockaddrInet4	./syscall/ztypes_linux_arm64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9715  RawSockaddrInet4	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9716  RawSockaddrInet4	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddrInet4 struct {$/;"	t
  9717  RawSockaddrInet4	./syscall/ztypes_netbsd_386.go	/^type RawSockaddrInet4 struct {$/;"	t
  9718  RawSockaddrInet4	./syscall/ztypes_netbsd_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9719  RawSockaddrInet4	./syscall/ztypes_netbsd_arm.go	/^type RawSockaddrInet4 struct {$/;"	t
  9720  RawSockaddrInet4	./syscall/ztypes_openbsd_386.go	/^type RawSockaddrInet4 struct {$/;"	t
  9721  RawSockaddrInet4	./syscall/ztypes_openbsd_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9722  RawSockaddrInet4	./syscall/ztypes_openbsd_arm.go	/^type RawSockaddrInet4 struct {$/;"	t
  9723  RawSockaddrInet4	./syscall/ztypes_solaris_amd64.go	/^type RawSockaddrInet4 struct {$/;"	t
  9724  RawSockaddrInet6	./cmd/api/goapi_test.go	/^				"pkg syscall (darwin-386), type RawSockaddrInet6 struct",$/;"	t
  9725  RawSockaddrInet6	./cmd/api/goapi_test.go	/^				"pkg syscall (darwin-amd64), type RawSockaddrInet6 struct",$/;"	t
  9726  RawSockaddrInet6	./cmd/api/goapi_test.go	/^				"pkg syscall, type RawSockaddrInet6 struct",$/;"	t
  9727  RawSockaddrInet6	./cmd/api/goapi_test.go	/^			out: "+pkg syscall, type RawSockaddrInet6 struct\\n",$/;"	t
  9728  RawSockaddrInet6	./syscall/syscall_windows.go	/^type RawSockaddrInet6 struct {$/;"	t
  9729  RawSockaddrInet6	./syscall/types_darwin.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9730  RawSockaddrInet6	./syscall/types_dragonfly.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9731  RawSockaddrInet6	./syscall/types_freebsd.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9732  RawSockaddrInet6	./syscall/types_linux.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9733  RawSockaddrInet6	./syscall/types_netbsd.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9734  RawSockaddrInet6	./syscall/types_openbsd.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9735  RawSockaddrInet6	./syscall/types_solaris.go	/^type RawSockaddrInet6 C.struct_sockaddr_in6$/;"	t
  9736  RawSockaddrInet6	./syscall/ztypes_darwin_386.go	/^type RawSockaddrInet6 struct {$/;"	t
  9737  RawSockaddrInet6	./syscall/ztypes_darwin_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9738  RawSockaddrInet6	./syscall/ztypes_darwin_arm.go	/^type RawSockaddrInet6 struct {$/;"	t
  9739  RawSockaddrInet6	./syscall/ztypes_darwin_arm64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9740  RawSockaddrInet6	./syscall/ztypes_dragonfly_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9741  RawSockaddrInet6	./syscall/ztypes_freebsd_386.go	/^type RawSockaddrInet6 struct {$/;"	t
  9742  RawSockaddrInet6	./syscall/ztypes_freebsd_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9743  RawSockaddrInet6	./syscall/ztypes_freebsd_arm.go	/^type RawSockaddrInet6 struct {$/;"	t
  9744  RawSockaddrInet6	./syscall/ztypes_linux_386.go	/^type RawSockaddrInet6 struct {$/;"	t
  9745  RawSockaddrInet6	./syscall/ztypes_linux_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9746  RawSockaddrInet6	./syscall/ztypes_linux_arm.go	/^type RawSockaddrInet6 struct {$/;"	t
  9747  RawSockaddrInet6	./syscall/ztypes_linux_arm64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9748  RawSockaddrInet6	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9749  RawSockaddrInet6	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddrInet6 struct {$/;"	t
  9750  RawSockaddrInet6	./syscall/ztypes_netbsd_386.go	/^type RawSockaddrInet6 struct {$/;"	t
  9751  RawSockaddrInet6	./syscall/ztypes_netbsd_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9752  RawSockaddrInet6	./syscall/ztypes_netbsd_arm.go	/^type RawSockaddrInet6 struct {$/;"	t
  9753  RawSockaddrInet6	./syscall/ztypes_openbsd_386.go	/^type RawSockaddrInet6 struct {$/;"	t
  9754  RawSockaddrInet6	./syscall/ztypes_openbsd_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9755  RawSockaddrInet6	./syscall/ztypes_openbsd_arm.go	/^type RawSockaddrInet6 struct {$/;"	t
  9756  RawSockaddrInet6	./syscall/ztypes_solaris_amd64.go	/^type RawSockaddrInet6 struct {$/;"	t
  9757  RawSockaddrLinklayer	./syscall/types_linux.go	/^type RawSockaddrLinklayer C.struct_sockaddr_ll$/;"	t
  9758  RawSockaddrLinklayer	./syscall/ztypes_linux_386.go	/^type RawSockaddrLinklayer struct {$/;"	t
  9759  RawSockaddrLinklayer	./syscall/ztypes_linux_amd64.go	/^type RawSockaddrLinklayer struct {$/;"	t
  9760  RawSockaddrLinklayer	./syscall/ztypes_linux_arm.go	/^type RawSockaddrLinklayer struct {$/;"	t
  9761  RawSockaddrLinklayer	./syscall/ztypes_linux_arm64.go	/^type RawSockaddrLinklayer struct {$/;"	t
  9762  RawSockaddrLinklayer	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddrLinklayer struct {$/;"	t
  9763  RawSockaddrLinklayer	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddrLinklayer struct {$/;"	t
  9764  RawSockaddrNetlink	./syscall/types_linux.go	/^type RawSockaddrNetlink C.struct_sockaddr_nl$/;"	t
  9765  RawSockaddrNetlink	./syscall/ztypes_linux_386.go	/^type RawSockaddrNetlink struct {$/;"	t
  9766  RawSockaddrNetlink	./syscall/ztypes_linux_amd64.go	/^type RawSockaddrNetlink struct {$/;"	t
  9767  RawSockaddrNetlink	./syscall/ztypes_linux_arm.go	/^type RawSockaddrNetlink struct {$/;"	t
  9768  RawSockaddrNetlink	./syscall/ztypes_linux_arm64.go	/^type RawSockaddrNetlink struct {$/;"	t
  9769  RawSockaddrNetlink	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddrNetlink struct {$/;"	t
  9770  RawSockaddrNetlink	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddrNetlink struct {$/;"	t
  9771  RawSockaddrUnix	./syscall/types_darwin.go	/^type RawSockaddrUnix C.struct_sockaddr_un$/;"	t
  9772  RawSockaddrUnix	./syscall/types_dragonfly.go	/^type RawSockaddrUnix C.struct_sockaddr_un$/;"	t
  9773  RawSockaddrUnix	./syscall/types_freebsd.go	/^type RawSockaddrUnix C.struct_sockaddr_un$/;"	t
  9774  RawSockaddrUnix	./syscall/types_linux.go	/^type RawSockaddrUnix C.struct_my_sockaddr_un$/;"	t
  9775  RawSockaddrUnix	./syscall/types_netbsd.go	/^type RawSockaddrUnix C.struct_sockaddr_un$/;"	t
  9776  RawSockaddrUnix	./syscall/types_openbsd.go	/^type RawSockaddrUnix C.struct_sockaddr_un$/;"	t
  9777  RawSockaddrUnix	./syscall/types_solaris.go	/^type RawSockaddrUnix C.struct_sockaddr_un$/;"	t
  9778  RawSockaddrUnix	./syscall/ztypes_darwin_386.go	/^type RawSockaddrUnix struct {$/;"	t
  9779  RawSockaddrUnix	./syscall/ztypes_darwin_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9780  RawSockaddrUnix	./syscall/ztypes_darwin_arm.go	/^type RawSockaddrUnix struct {$/;"	t
  9781  RawSockaddrUnix	./syscall/ztypes_darwin_arm64.go	/^type RawSockaddrUnix struct {$/;"	t
  9782  RawSockaddrUnix	./syscall/ztypes_dragonfly_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9783  RawSockaddrUnix	./syscall/ztypes_freebsd_386.go	/^type RawSockaddrUnix struct {$/;"	t
  9784  RawSockaddrUnix	./syscall/ztypes_freebsd_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9785  RawSockaddrUnix	./syscall/ztypes_freebsd_arm.go	/^type RawSockaddrUnix struct {$/;"	t
  9786  RawSockaddrUnix	./syscall/ztypes_linux_386.go	/^type RawSockaddrUnix struct {$/;"	t
  9787  RawSockaddrUnix	./syscall/ztypes_linux_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9788  RawSockaddrUnix	./syscall/ztypes_linux_arm.go	/^type RawSockaddrUnix struct {$/;"	t
  9789  RawSockaddrUnix	./syscall/ztypes_linux_arm64.go	/^type RawSockaddrUnix struct {$/;"	t
  9790  RawSockaddrUnix	./syscall/ztypes_linux_ppc64.go	/^type RawSockaddrUnix struct {$/;"	t
  9791  RawSockaddrUnix	./syscall/ztypes_linux_ppc64le.go	/^type RawSockaddrUnix struct {$/;"	t
  9792  RawSockaddrUnix	./syscall/ztypes_netbsd_386.go	/^type RawSockaddrUnix struct {$/;"	t
  9793  RawSockaddrUnix	./syscall/ztypes_netbsd_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9794  RawSockaddrUnix	./syscall/ztypes_netbsd_arm.go	/^type RawSockaddrUnix struct {$/;"	t
  9795  RawSockaddrUnix	./syscall/ztypes_openbsd_386.go	/^type RawSockaddrUnix struct {$/;"	t
  9796  RawSockaddrUnix	./syscall/ztypes_openbsd_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9797  RawSockaddrUnix	./syscall/ztypes_openbsd_arm.go	/^type RawSockaddrUnix struct {$/;"	t
  9798  RawSockaddrUnix	./syscall/ztypes_solaris_amd64.go	/^type RawSockaddrUnix struct {$/;"	t
  9799  RawStdEncoding	./encoding/base64/base64.go	/^var RawStdEncoding = StdEncoding.WithPadding(NoPadding)$/;"	v
  9800  RawSyscall	./syscall/syscall_nacl.go	/^func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)           { return 0, 0, ENOSYS }$/;"	f
  9801  RawSyscall	./syscall/syscall_plan9.go	/^func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr)$/;"	f
  9802  RawSyscall	./syscall/syscall_unix.go	/^func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
  9803  RawSyscall6	./syscall/syscall_nacl.go	/^func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno) {$/;"	f
  9804  RawSyscall6	./syscall/syscall_plan9.go	/^func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr)$/;"	f
  9805  RawSyscall6	./syscall/syscall_unix.go	/^func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
  9806  RawToken	./encoding/xml/xml.go	/^func (d *Decoder) RawToken() (Token, error) {$/;"	f
  9807  RawURLEncoding	./encoding/base64/base64.go	/^var RawURLEncoding = URLEncoding.WithPadding(NoPadding)$/;"	v
  9808  RawValue	./encoding/asn1/asn1.go	/^type RawValue struct {$/;"	t
  9809  Rb	./crypto/md5/md5block_arm.s	/^#define Rb	R3	\/\/ MD5 accumulator$/;"	d
  9810  Rb	./crypto/sha1/sha1block_arm.s	/^#define Rb	R3		\/\/ SHA1 accumulator$/;"	d
  9811  Rc	./crypto/md5/md5block_arm.s	/^#define Rc	R4	\/\/ MD5 accumulator$/;"	d
  9812  Rc	./crypto/sha1/sha1block_arm.s	/^#define Rc	R4		\/\/ SHA1 accumulator$/;"	d
  9813  Rc0	./crypto/md5/md5block_arm.s	/^#define Rc0	R6	\/\/ MD5 constant$/;"	d
  9814  Rc1	./crypto/md5/md5block_arm.s	/^#define Rc1	R7	\/\/ MD5 constant$/;"	d
  9815  Rc2	./crypto/md5/md5block_arm.s	/^#define Rc2	R8	\/\/ MD5 constant$/;"	d
  9816  Rc3	./crypto/md5/md5block_arm.s	/^#define Rc3	R11	\/\/ MD5 constant$/;"	d
  9817  Rconst	./crypto/sha1/sha1block_arm.s	/^#define Rconst	R1	\/\/ Current constant for SHA round$/;"	d
  9818  Rconv	./cmd/internal/obj/arm/list5.go	/^func Rconv(r int) string {$/;"	f
  9819  Rconv	./cmd/internal/obj/arm64/list7.go	/^func Rconv(r int) string {$/;"	f
  9820  Rconv	./cmd/internal/obj/ppc64/list9.go	/^func Rconv(r int) string {$/;"	f
  9821  Rconv	./cmd/internal/obj/util.go	/^func Rconv(reg int) string {$/;"	f
  9822  Rconv	./cmd/internal/obj/x86/list6.go	/^func Rconv(r int) string {$/;"	f
  9823  Rcpt	./net/smtp/smtp.go	/^func (c *Client) Rcpt(to string) error {$/;"	f
  9824  Rctr	./crypto/sha1/sha1block_arm.s	/^#define Rctr	R12	\/\/ loop counter$/;"	d
  9825  Rd	./crypto/md5/md5block_arm.s	/^#define Rd	R5	\/\/ MD5 accumulator$/;"	d
  9826  Rd	./crypto/sha1/sha1block_arm.s	/^#define Rd	R5		\/\/ SHA1 accumulator$/;"	d
  9827  Rdata	./crypto/md5/md5block_arm.s	/^#define Rdata	R1	\/\/ Pointer to data to hash$/;"	d
  9828  Rdata	./crypto/sha1/sha1block_arm.s	/^#define Rdata	R0	\/\/ Pointer to incoming data$/;"	d
  9829  Rdst	./crypto/rc4/rc4_arm.s	/^#define Rdst	R0$/;"	d
  9830  Re	./crypto/sha1/sha1block_arm.s	/^#define Re	R6		\/\/ SHA1 accumulator$/;"	d
  9831  Read	./archive/tar/reader.go	/^func (rfr *regFileReader) Read(b []byte) (n int, err error) {$/;"	f
  9832  Read	./archive/tar/reader.go	/^func (sfr *sparseFileReader) Read(b []byte) (n int, err error) {$/;"	f
  9833  Read	./archive/tar/reader.go	/^func (tr *Reader) Read(b []byte) (n int, err error) {$/;"	f
  9834  Read	./archive/zip/reader.go	/^func (r *checksumReader) Read(b []byte) (n int, err error) {$/;"	f
  9835  Read	./bufio/bufio.go	/^func (b *Reader) Read(p []byte) (n int, err error) {$/;"	f
  9836  Read	./bufio/bufio_test.go	/^func (r *StringReader) Read(p []byte) (n int, err error) {$/;"	f
  9837  Read	./bufio/bufio_test.go	/^func (r *emptyThenNonEmptyReader) Read(p []byte) (int, error) {$/;"	f
  9838  Read	./bufio/bufio_test.go	/^func (r *errorThenGoodReader) Read(p []byte) (int, error) {$/;"	f
  9839  Read	./bufio/bufio_test.go	/^func (r *negativeReader) Read([]byte) (int, error) { return -1, nil }$/;"	f
  9840  Read	./bufio/bufio_test.go	/^func (r dataAndEOFReader) Read(p []byte) (int, error) {$/;"	f
  9841  Read	./bufio/bufio_test.go	/^func (r errorReaderFromTest) Read(p []byte) (int, error) {$/;"	f
  9842  Read	./bufio/bufio_test.go	/^func (r errorWriterToTest) Read(p []byte) (int, error) {$/;"	f
  9843  Read	./bufio/bufio_test.go	/^func (r13 *rot13Reader) Read(p []byte) (int, error) {$/;"	f
  9844  Read	./bufio/bufio_test.go	/^func (sr *scriptedReader) Read(p []byte) (n int, err error) {$/;"	f
  9845  Read	./bufio/bufio_test.go	/^func (t *testReader) Read(buf []byte) (n int, err error) {$/;"	f
  9846  Read	./bufio/bufio_test.go	/^func (zeroReader) Read(p []byte) (int, error) {$/;"	f
  9847  Read	./bufio/scan_test.go	/^func (alwaysError) Read(p []byte) (int, error) {$/;"	f
  9848  Read	./bufio/scan_test.go	/^func (endlessZeros) Read(p []byte) (int, error) {$/;"	f
  9849  Read	./bufio/scan_test.go	/^func (sr *slowReader) Read(p []byte) (n int, err error) {$/;"	f
  9850  Read	./bytes/buffer.go	/^func (b *Buffer) Read(p []byte) (n int, err error) {$/;"	f
  9851  Read	./bytes/reader.go	/^func (r *Reader) Read(b []byte) (n int, err error) {$/;"	f
  9852  Read	./cmd/internal/obj/util.go	/^func (b *Biobuf) Read(p []byte) (int, error) {$/;"	f
  9853  Read	./cmd/pack/pack_test.go	/^func (f *FakeFile) Read(p []byte) (int, error) {$/;"	f
  9854  Read	./compress/bzip2/bzip2.go	/^func (bz2 *reader) Read(buf []byte) (n int, err error) {$/;"	f
  9855  Read	./compress/flate/deflate_test.go	/^func (b *syncBuffer) Read(p []byte) (n int, err error) {$/;"	f
  9856  Read	./compress/flate/deflate_test.go	/^func (r *sparseReader) Read(b []byte) (n int, err error) {$/;"	f
  9857  Read	./compress/flate/inflate.go	/^func (f *decompressor) Read(b []byte) (int, error) {$/;"	f
  9858  Read	./compress/gzip/gunzip.go	/^func (z *Reader) Read(p []byte) (n int, err error) {$/;"	f
  9859  Read	./compress/lzw/reader.go	/^func (d *decoder) Read(b []byte) (int, error) {$/;"	f
  9860  Read	./compress/zlib/reader.go	/^func (z *reader) Read(p []byte) (n int, err error) {$/;"	f
  9861  Read	./crypto/cipher/io.go	/^func (r StreamReader) Read(dst []byte) (n int, err error) {$/;"	f
  9862  Read	./crypto/ecdsa/ecdsa.go	/^func (z *zr) Read(dst []byte) (n int, err error) {$/;"	f
  9863  Read	./crypto/rand/rand.go	/^func Read(b []byte) (n int, err error) {$/;"	f
  9864  Read	./crypto/rand/rand_unix.go	/^func (hr hideAgainReader) Read(p []byte) (n int, err error) {$/;"	f
  9865  Read	./crypto/rand/rand_unix.go	/^func (r *devReader) Read(b []byte) (n int, err error) {$/;"	f
  9866  Read	./crypto/rand/rand_unix.go	/^func (r *reader) Read(b []byte) (n int, err error) {$/;"	f
  9867  Read	./crypto/rand/rand_windows.go	/^func (r *rngReader) Read(b []byte) (n int, err error) {$/;"	f
  9868  Read	./crypto/tls/conn.go	/^func (b *block) Read(p []byte) (n int, err error) {$/;"	f
  9869  Read	./crypto/tls/conn.go	/^func (c *Conn) Read(b []byte) (n int, err error) {$/;"	f
  9870  Read	./crypto/tls/handshake_client_test.go	/^func (b blockingSource) Read([]byte) (n int, err error) {$/;"	f
  9871  Read	./crypto/tls/handshake_server_test.go	/^func (zeroSource) Read(b []byte) (n int, err error) {$/;"	f
  9872  Read	./crypto/tls/handshake_test.go	/^func (r *recordingConn) Read(b []byte) (n int, err error) {$/;"	f
  9873  Read	./encoding/ascii85/ascii85.go	/^func (d *decoder) Read(p []byte) (n int, err error) {$/;"	f
  9874  Read	./encoding/base32/base32.go	/^func (d *decoder) Read(p []byte) (n int, err error) {$/;"	f
  9875  Read	./encoding/base32/base32.go	/^func (r *newlineFilteringReader) Read(p []byte) (int, error) {$/;"	f
  9876  Read	./encoding/base64/base64.go	/^func (d *decoder) Read(p []byte) (n int, err error) {$/;"	f
  9877  Read	./encoding/base64/base64.go	/^func (r *newlineFilteringReader) Read(p []byte) (int, error) {$/;"	f
  9878  Read	./encoding/base64/base64_test.go	/^func (r *faultInjectReader) Read(p []byte) (int, error) {$/;"	f
  9879  Read	./encoding/binary/binary.go	/^func Read(r io.Reader, order ByteOrder, data interface{}) error {$/;"	f
  9880  Read	./encoding/binary/binary_test.go	/^func (br *byteSliceReader) Read(p []byte) (int, error) {$/;"	f
  9881  Read	./encoding/csv/reader.go	/^func (r *Reader) Read() (record []string, err error) {$/;"	f
  9882  Read	./encoding/gob/debug.go	/^func (p *peekReader) Read(b []byte) (n int, err error) {$/;"	f
  9883  Read	./encoding/gob/decode.go	/^func (d *decBuffer) Read(p []byte) (int, error) {$/;"	f
  9884  Read	./encoding/gob/timing_test.go	/^func (b *benchmarkBuf) Read(p []byte) (n int, err error) {$/;"	f
  9885  Read	./encoding/xml/xml_test.go	/^func (d *downCaser) Read(p []byte) (int, error) {$/;"	f
  9886  Read	./fmt/scan.go	/^func (r *stringReader) Read(b []byte) (n int, err error) {$/;"	f
  9887  Read	./fmt/scan.go	/^func (s *ss) Read(buf []byte) (n int, err error) {$/;"	f
  9888  Read	./fmt/scan_test.go	/^func (ec *eofCounter) Read(b []byte) (n int, err error) {$/;"	f
  9889  Read	./fmt/scan_test.go	/^func (s *myStringReader) Read(p []byte) (n int, err error) {$/;"	f
  9890  Read	./fmt/scan_test.go	/^func (s *simpleReader) Read(b []byte) (n int, err error) {$/;"	f
  9891  Read	./go/token/serialize.go	/^func (s *FileSet) Read(decode func(interface{}) error) error {$/;"	f
  9892  Read	./image/gif/reader.go	/^func (b *blockReader) Read(p []byte) (int, error) {$/;"	f
  9893  Read	./image/jpeg/reader_test.go	/^func (r *eofReader) Read(b []byte) (n int, err error) {$/;"	f
  9894  Read	./image/png/reader.go	/^func (d *decoder) Read(p []byte) (int, error) {$/;"	f
  9895  Read	./index/suffixarray/suffixarray.go	/^func (x *Index) Read(r io.Reader) error {$/;"	f
  9896  Read	./io/io.go	/^func (l *LimitedReader) Read(p []byte) (n int, err error) {$/;"	f
  9897  Read	./io/io.go	/^func (s *SectionReader) Read(p []byte) (n int, err error) {$/;"	f
  9898  Read	./io/io.go	/^func (t *teeReader) Read(p []byte) (n int, err error) {$/;"	f
  9899  Read	./io/io_test.go	/^func (r *dataAndErrorBuffer) Read(p []byte) (n int, err error) {$/;"	f
  9900  Read	./io/io_test.go	/^func (r zeroErrReader) Read(p []byte) (int, error) {$/;"	f
  9901  Read	./io/io_test.go	/^func (wantedAndErrReader) Read(p []byte) (int, error) {$/;"	f
  9902  Read	./io/multi.go	/^func (mr *multiReader) Read(p []byte) (n int, err error) {$/;"	f
  9903  Read	./io/pipe.go	/^func (r *PipeReader) Read(data []byte) (n int, err error) {$/;"	f
  9904  Read	./mime/multipart/multipart.go	/^func (p *Part) Read(d []byte) (n int, err error) {$/;"	f
  9905  Read	./mime/multipart/multipart.go	/^func (pr partReader) Read(d []byte) (n int, err error) {$/;"	f
  9906  Read	./mime/multipart/multipart_test.go	/^func (mr *maliciousReader) Read(b []byte) (n int, err error) {$/;"	f
  9907  Read	./mime/multipart/multipart_test.go	/^func (s *slowReader) Read(p []byte) (int, error) {$/;"	f
  9908  Read	./mime/quotedprintable/reader.go	/^func (r *Reader) Read(p []byte) (n int, err error) {$/;"	f
  9909  Read	./net/fd_plan9.go	/^func (fd *netFD) Read(b []byte) (n int, err error) {$/;"	f
  9910  Read	./net/fd_unix.go	/^func (fd *netFD) Read(p []byte) (n int, err error) {$/;"	f
  9911  Read	./net/fd_windows.go	/^func (fd *netFD) Read(buf []byte) (int, error) {$/;"	f
  9912  Read	./net/http/cgi/matryoshka_test.go	/^func (b neverEnding) Read(p []byte) (n int, err error) {$/;"	f
  9913  Read	./net/http/client.go	/^func (b *cancelTimerBody) Read(p []byte) (n int, err error) {$/;"	f
  9914  Read	./net/http/client_test.go	/^func (f eofReaderFunc) Read(p []byte) (n int, err error) {$/;"	f
  9915  Read	./net/http/fcgi/fcgi_test.go	/^func (c *writeOnlyConn) Read(p []byte) (int, error) {$/;"	f
  9916  Read	./net/http/httputil/dump.go	/^func (b neverEnding) Read(p []byte) (n int, err error) {$/;"	f
  9917  Read	./net/http/httputil/dump.go	/^func (failureToReadBody) Read([]byte) (int, error) { return 0, errNoBody }$/;"	f
  9918  Read	./net/http/httputil/dump.go	/^func (r *delegateReader) Read(p []byte) (int, error) {$/;"	f
  9919  Read	./net/http/httputil/persist.go	/^func (cc *ClientConn) Read(req *http.Request) (resp *http.Response, err error) {$/;"	f
  9920  Read	./net/http/httputil/persist.go	/^func (sc *ServerConn) Read() (req *http.Request, err error) {$/;"	f
  9921  Read	./net/http/httputil/reverseproxy.go	/^func (c *runOnFirstRead) Read(bs []byte) (int, error) {$/;"	f
  9922  Read	./net/http/internal/chunked.go	/^func (cr *chunkedReader) Read(b []uint8) (n int, err error) {$/;"	f
  9923  Read	./net/http/request.go	/^func (l *maxBytesReader) Read(p []byte) (n int, err error) {$/;"	f
  9924  Read	./net/http/request_test.go	/^func (dr delayedEOFReader) Read(p []byte) (n int, err error) {$/;"	f
  9925  Read	./net/http/request_test.go	/^func (r *infiniteReader) Read(b []byte) (int, error) {$/;"	f
  9926  Read	./net/http/serve_test.go	/^func (b neverEnding) Read(p []byte) (n int, err error) {$/;"	f
  9927  Read	./net/http/serve_test.go	/^func (c *slowTestConn) Read(b []byte) (n int, err error) {$/;"	f
  9928  Read	./net/http/serve_test.go	/^func (c *testConn) Read(b []byte) (int, error) {$/;"	f
  9929  Read	./net/http/serve_test.go	/^func (cr countReader) Read(p []byte) (n int, err error) {$/;"	f
  9930  Read	./net/http/serve_test.go	/^func (r *repeatReader) Read(p []byte) (n int, err error) {$/;"	f
  9931  Read	./net/http/server.go	/^func (c *loggingConn) Read(p []byte) (n int, err error) {$/;"	f
  9932  Read	./net/http/server.go	/^func (ecr *expectContinueReader) Read(p []byte) (n int, err error) {$/;"	f
  9933  Read	./net/http/server.go	/^func (eofReaderWithWriteTo) Read([]byte) (int, error)         { return 0, io.EOF }$/;"	f
  9934  Read	./net/http/server.go	/^func (sr *liveSwitchReader) Read(p []byte) (n int, err error) {$/;"	f
  9935  Read	./net/http/transfer.go	/^func (b *body) Read(p []byte) (n int, err error) {$/;"	f
  9936  Read	./net/http/transfer.go	/^func (bl bodyLocked) Read(p []byte) (n int, err error) {$/;"	f
  9937  Read	./net/http/transfer.go	/^func (r errorReader) Read(p []byte) (n int, err error) {$/;"	f
  9938  Read	./net/http/transport.go	/^func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {$/;"	f
  9939  Read	./net/http/transport.go	/^func (gz *gzipReader) Read(p []byte) (n int, err error) {$/;"	f
  9940  Read	./net/http/transport.go	/^func (nr noteEOFReader) Read(p []byte) (n int, err error) {$/;"	f
  9941  Read	./net/http/transport_test.go	/^func (c *logWritesConn) Read(p []byte) (n int, err error) {$/;"	f
  9942  Read	./net/http/transport_test.go	/^func (c byteFromChanReader) Read(p []byte) (n int, err error) {$/;"	f
  9943  Read	./net/http/transport_test.go	/^func (e errorReader) Read(p []byte) (int, error) { return 0, e.err }$/;"	f
  9944  Read	./net/net.go	/^func (c *conn) Read(b []byte) (int, error) {$/;"	f
  9945  Read	./net/rpc/server_test.go	/^func (w *writeCrasher) Read(p []byte) (int, error) {$/;"	f
  9946  Read	./net/textproto/reader.go	/^func (d *dotReader) Read(b []byte) (n int, err error) {$/;"	f
  9947  Read	./net/timeout_test.go	/^func (b neverEnding) Read(p []byte) (int, error) {$/;"	f
  9948  Read	./os/file.go	/^func (f *File) Read(b []byte) (n int, err error) {$/;"	f
  9949  Read	./runtime/export_test.go	/^var Read = read$/;"	v
  9950  Read	./runtime/race/testdata/mop_test.go	/^func (*OsFile) Read() {$/;"	f
  9951  Read	./strings/reader.go	/^func (r *Reader) Read(b []byte) (n int, err error) {$/;"	f
  9952  Read	./syscall/fd_nacl.go	/^func Read(fd int, b []byte) (int, error) {$/;"	f
  9953  Read	./syscall/syscall_plan9.go	/^func Read(fd int, p []byte) (n int, err error) {$/;"	f
  9954  Read	./syscall/syscall_unix.go	/^func Read(fd int, p []byte) (n int, err error) {$/;"	f
  9955  Read	./syscall/syscall_windows.go	/^func Read(fd Handle, p []byte) (n int, err error) {$/;"	f
  9956  Read	./testing/iotest/logger.go	/^func (l *readLogger) Read(p []byte) (n int, err error) {$/;"	f
  9957  Read	./testing/iotest/reader.go	/^func (r *dataErrReader) Read(p []byte) (n int, err error) {$/;"	f
  9958  Read	./testing/iotest/reader.go	/^func (r *halfReader) Read(p []byte) (int, error) {$/;"	f
  9959  Read	./testing/iotest/reader.go	/^func (r *oneByteReader) Read(p []byte) (int, error) {$/;"	f
  9960  Read	./testing/iotest/reader.go	/^func (r *timeoutReader) Read(p []byte) (int, error) {$/;"	f
  9961  Read	./text/scanner/scanner_test.go	/^func (errReader) Read(b []byte) (int, error) {$/;"	f
  9962  Read	./text/scanner/scanner_test.go	/^func (r *StringReader) Read(p []byte) (n int, err error) {$/;"	f
  9963  Read	./text/scanner/scanner_test.go	/^func (r *countReader) Read([]byte) (int, error) {$/;"	f
  9964  ReadAll	./encoding/csv/reader.go	/^func (r *Reader) ReadAll() (records [][]string, err error) {$/;"	f
  9965  ReadAll	./io/ioutil/ioutil.go	/^func ReadAll(r io.Reader) ([]byte, error) {$/;"	f
  9966  ReadAt	./archive/zip/zip_test.go	/^func (r *rleBuffer) ReadAt(p []byte, off int64) (n int, err error) {$/;"	f
  9967  ReadAt	./bytes/reader.go	/^func (r *Reader) ReadAt(b []byte, off int64) (n int, err error) {$/;"	f
  9968  ReadAt	./cmd/internal/objfile/disasm.go	/^func (r textReader) ReadAt(data []byte, off int64) (n int, err error) {$/;"	f
  9969  ReadAt	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func (r loadCmdReader) ReadAt(offset int64, data interface{}) error {$/;"	f
  9970  ReadAt	./io/io.go	/^func (s *SectionReader) ReadAt(p []byte, off int64) (n int, err error) {$/;"	f
  9971  ReadAt	./os/file.go	/^func (f *File) ReadAt(b []byte, off int64) (n int, err error) {$/;"	f
  9972  ReadAt	./strings/reader.go	/^func (r *Reader) ReadAt(b []byte, off int64) (n int, err error) {$/;"	f
  9973  ReadAtLeast	./io/io.go	/^func ReadAtLeast(r Reader, buf []byte, min int) (n int, err error) {$/;"	f
  9974  ReadBit	./compress/bzip2/bit_reader.go	/^func (br *bitReader) ReadBit() bool {$/;"	f
  9975  ReadBits	./compress/bzip2/bit_reader.go	/^func (br *bitReader) ReadBits(bits uint) (n int) {$/;"	f
  9976  ReadBits64	./compress/bzip2/bit_reader.go	/^func (br *bitReader) ReadBits64(bits uint) (n uint64) {$/;"	f
  9977  ReadBuildIDFromBinary	./cmd/go/pkg.go	/^func ReadBuildIDFromBinary(filename string) (id string, err error) {$/;"	f
  9978  ReadByte	./bufio/bufio.go	/^func (b *Reader) ReadByte() (c byte, err error) {$/;"	f
  9979  ReadByte	./bytes/buffer.go	/^func (b *Buffer) ReadByte() (c byte, err error) {$/;"	f
  9980  ReadByte	./bytes/reader.go	/^func (r *Reader) ReadByte() (b byte, err error) {$/;"	f
  9981  ReadByte	./cmd/compile/internal/big/intconv.go	/^func (r byteReader) ReadByte() (byte, error) {$/;"	f
  9982  ReadByte	./encoding/gob/decode.go	/^func (d *decBuffer) ReadByte() (byte, error) {$/;"	f
  9983  ReadByte	./encoding/gob/timing_test.go	/^func (b *benchmarkBuf) ReadByte() (c byte, err error) {$/;"	f
  9984  ReadByte	./encoding/xml/xml_test.go	/^func (d *downCaser) ReadByte() (c byte, err error) {$/;"	f
  9985  ReadByte	./math/big/intconv.go	/^func (r byteReader) ReadByte() (byte, error) {$/;"	f
  9986  ReadByte	./strings/reader.go	/^func (r *Reader) ReadByte() (b byte, err error) {$/;"	f
  9987  ReadBytes	./bufio/bufio.go	/^func (b *Reader) ReadBytes(delim byte) (line []byte, err error) {$/;"	f
  9988  ReadBytes	./bytes/buffer.go	/^func (b *Buffer) ReadBytes(delim byte) (line []byte, err error) {$/;"	f
  9989  ReadCloser	./archive/zip/reader.go	/^type ReadCloser struct {$/;"	t
  9990  ReadCloser	./io/io.go	/^type ReadCloser interface {$/;"	t
  9991  ReadCodeLine	./net/textproto/reader.go	/^func (r *Reader) ReadCodeLine(expectCode int) (code int, message string, err error) {$/;"	f
  9992  ReadConsole	./syscall/zsyscall_windows.go	/^func ReadConsole(console Handle, buf *uint16, toread uint32, read *uint32, inputControl *byte) (err error) {$/;"	f
  9993  ReadContinuedLine	./net/textproto/reader.go	/^func (r *Reader) ReadContinuedLine() (string, error) {$/;"	f
  9994  ReadContinuedLineBytes	./net/textproto/reader.go	/^func (r *Reader) ReadContinuedLineBytes() ([]byte, error) {$/;"	f
  9995  ReadDir	./io/ioutil/ioutil.go	/^func ReadDir(dirname string) ([]os.FileInfo, error) {$/;"	f
  9996  ReadDirectoryChanges	./syscall/zsyscall_windows.go	/^func ReadDirectoryChanges(handle Handle, buf *byte, buflen uint32, watchSubTree bool, mask uint32, retlen *uint32, overlapped *Overlapped, completionRoutine uintptr) (err error) {$/;"	f
  9997  ReadDirent	./syscall/fs_nacl.go	/^func ReadDirent(fd int, buf []byte) (int, error) {$/;"	f
  9998  ReadDirent	./syscall/syscall_bsd.go	/^func ReadDirent(fd int, buf []byte) (n int, err error) {$/;"	f
  9999  ReadDirent	./syscall/syscall_linux.go	/^func ReadDirent(fd int, buf []byte) (n int, err error) {$/;"	f
 10000  ReadDirent	./syscall/syscall_solaris.go	/^func ReadDirent(fd int, buf []byte) (n int, err error) {$/;"	f
 10001  ReadDotBytes	./net/textproto/reader.go	/^func (r *Reader) ReadDotBytes() ([]byte, error) {$/;"	f
 10002  ReadDotLines	./net/textproto/reader.go	/^func (r *Reader) ReadDotLines() ([]string, error) {$/;"	f
 10003  ReadError	./compress/flate/inflate.go	/^type ReadError struct {$/;"	t
 10004  ReadFile	./io/ioutil/ioutil.go	/^func ReadFile(filename string) ([]byte, error) {$/;"	f
 10005  ReadFile	./syscall/zsyscall_windows.go	/^func ReadFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {$/;"	f
 10006  ReadForm	./mime/multipart/formdata.go	/^func (r *Reader) ReadForm(maxMemory int64) (f *Form, err error) {$/;"	f
 10007  ReadFrom	./bufio/bufio.go	/^func (b *Writer) ReadFrom(r io.Reader) (n int64, err error) {$/;"	f
 10008  ReadFrom	./bytes/buffer.go	/^func (b *Buffer) ReadFrom(r io.Reader) (n int64, err error) {$/;"	f
 10009  ReadFrom	./io/ioutil/ioutil.go	/^func (devNull) ReadFrom(r io.Reader) (n int64, err error) {$/;"	f
 10010  ReadFrom	./net/http/server.go	/^func (w *response) ReadFrom(src io.Reader) (n int64, err error) {$/;"	f
 10011  ReadFrom	./net/iprawsock_plan9.go	/^func (c *IPConn) ReadFrom(b []byte) (int, Addr, error) {$/;"	f
 10012  ReadFrom	./net/iprawsock_posix.go	/^func (c *IPConn) ReadFrom(b []byte) (int, Addr, error) {$/;"	f
 10013  ReadFrom	./net/tcpsock_plan9.go	/^func (c *TCPConn) ReadFrom(r io.Reader) (int64, error) {$/;"	f
 10014  ReadFrom	./net/tcpsock_posix.go	/^func (c *TCPConn) ReadFrom(r io.Reader) (int64, error) {$/;"	f
 10015  ReadFrom	./net/udpsock_plan9.go	/^func (c *UDPConn) ReadFrom(b []byte) (int, Addr, error) {$/;"	f
 10016  ReadFrom	./net/udpsock_posix.go	/^func (c *UDPConn) ReadFrom(b []byte) (int, Addr, error) {$/;"	f
 10017  ReadFrom	./net/unixsock_plan9.go	/^func (c *UnixConn) ReadFrom(b []byte) (int, Addr, error) {$/;"	f
 10018  ReadFrom	./net/unixsock_posix.go	/^func (c *UnixConn) ReadFrom(b []byte) (int, Addr, error) {$/;"	f
 10019  ReadFromIP	./net/iprawsock_plan9.go	/^func (c *IPConn) ReadFromIP(b []byte) (int, *IPAddr, error) {$/;"	f
 10020  ReadFromIP	./net/iprawsock_posix.go	/^func (c *IPConn) ReadFromIP(b []byte) (int, *IPAddr, error) {$/;"	f
 10021  ReadFromUDP	./net/udpsock_plan9.go	/^func (c *UDPConn) ReadFromUDP(b []byte) (n int, addr *UDPAddr, err error) {$/;"	f
 10022  ReadFromUDP	./net/udpsock_posix.go	/^func (c *UDPConn) ReadFromUDP(b []byte) (int, *UDPAddr, error) {$/;"	f
 10023  ReadFromUnix	./net/unixsock_plan9.go	/^func (c *UnixConn) ReadFromUnix(b []byte) (int, *UnixAddr, error) {$/;"	f
 10024  ReadFromUnix	./net/unixsock_posix.go	/^func (c *UnixConn) ReadFromUnix(b []byte) (int, *UnixAddr, error) {$/;"	f
 10025  ReadFull	./io/io.go	/^func ReadFull(r Reader, buf []byte) (n int, err error) {$/;"	f
 10026  ReadGCStats	./runtime/debug/garbage.go	/^func ReadGCStats(stats *GCStats) {$/;"	f
 10027  ReadGo	./cmd/cgo/ast.go	/^func (f *File) ReadGo(name string) {$/;"	f
 10028  ReadLine	./bufio/bufio.go	/^func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {$/;"	f
 10029  ReadLine	./cmd/pprof/internal/plugin/plugin.go	/^func (ui *stdUI) ReadLine() (string, error) {$/;"	f
 10030  ReadLine	./net/textproto/reader.go	/^func (r *Reader) ReadLine() (string, error) {$/;"	f
 10031  ReadLineBytes	./net/textproto/reader.go	/^func (r *Reader) ReadLineBytes() ([]byte, error) {$/;"	f
 10032  ReadMIMEHeader	./net/textproto/reader.go	/^func (r *Reader) ReadMIMEHeader() (MIMEHeader, error) {$/;"	f
 10033  ReadMemStats	./runtime/mstats.go	/^func ReadMemStats(m *MemStats) {$/;"	f
 10034  ReadMessage	./net/mail/message.go	/^func ReadMessage(r io.Reader) (msg *Message, err error) {$/;"	f
 10035  ReadMode	./compress/flate/deflate_test.go	/^func (b *syncBuffer) ReadMode() {$/;"	f
 10036  ReadMsgIP	./net/iprawsock_plan9.go	/^func (c *IPConn) ReadMsgIP(b, oob []byte) (n, oobn, flags int, addr *IPAddr, err error) {$/;"	f
 10037  ReadMsgIP	./net/iprawsock_posix.go	/^func (c *IPConn) ReadMsgIP(b, oob []byte) (n, oobn, flags int, addr *IPAddr, err error) {$/;"	f
 10038  ReadMsgUDP	./net/udpsock_plan9.go	/^func (c *UDPConn) ReadMsgUDP(b, oob []byte) (n, oobn, flags int, addr *UDPAddr, err error) {$/;"	f
 10039  ReadMsgUDP	./net/udpsock_posix.go	/^func (c *UDPConn) ReadMsgUDP(b, oob []byte) (n, oobn, flags int, addr *UDPAddr, err error) {$/;"	f
 10040  ReadMsgUnix	./net/unixsock_plan9.go	/^func (c *UnixConn) ReadMsgUnix(b, oob []byte) (n, oobn, flags int, addr *UnixAddr, err error) {$/;"	f
 10041  ReadMsgUnix	./net/unixsock_posix.go	/^func (c *UnixConn) ReadMsgUnix(b, oob []byte) (n, oobn, flags int, addr *UnixAddr, err error) {$/;"	f
 10042  ReadRequest	./net/http/request.go	/^func ReadRequest(b *bufio.Reader) (req *Request, err error) {$/;"	f
 10043  ReadRequestBody	./net/rpc/jsonrpc/server.go	/^func (c *serverCodec) ReadRequestBody(x interface{}) error {$/;"	f
 10044  ReadRequestBody	./net/rpc/server.go	/^func (c *gobServerCodec) ReadRequestBody(body interface{}) error {$/;"	f
 10045  ReadRequestBody	./net/rpc/server_test.go	/^func (codec *CodecEmulator) ReadRequestBody(argv interface{}) error {$/;"	f
 10046  ReadRequestHeader	./net/rpc/jsonrpc/server.go	/^func (c *serverCodec) ReadRequestHeader(r *rpc.Request) error {$/;"	f
 10047  ReadRequestHeader	./net/rpc/server.go	/^func (c *gobServerCodec) ReadRequestHeader(r *Request) error {$/;"	f
 10048  ReadRequestHeader	./net/rpc/server_test.go	/^func (codec *CodecEmulator) ReadRequestHeader(req *Request) error {$/;"	f
 10049  ReadResponse	./net/http/response.go	/^func ReadResponse(r *bufio.Reader, req *Request) (*Response, error) {$/;"	f
 10050  ReadResponse	./net/textproto/reader.go	/^func (r *Reader) ReadResponse(expectCode int) (code int, message string, err error) {$/;"	f
 10051  ReadResponseBody	./net/rpc/client.go	/^func (c *gobClientCodec) ReadResponseBody(body interface{}) error {$/;"	f
 10052  ReadResponseBody	./net/rpc/client_test.go	/^func (c *shutdownCodec) ReadResponseBody(interface{}) error       { return nil }$/;"	f
 10053  ReadResponseBody	./net/rpc/jsonrpc/client.go	/^func (c *clientCodec) ReadResponseBody(x interface{}) error {$/;"	f
 10054  ReadResponseBody	./net/rpc/server_test.go	/^func (WriteFailCodec) ReadResponseBody(interface{}) error {$/;"	f
 10055  ReadResponseHeader	./net/rpc/client.go	/^func (c *gobClientCodec) ReadResponseHeader(r *Response) error {$/;"	f
 10056  ReadResponseHeader	./net/rpc/client_test.go	/^func (c *shutdownCodec) ReadResponseHeader(*Response) error {$/;"	f
 10057  ReadResponseHeader	./net/rpc/jsonrpc/client.go	/^func (c *clientCodec) ReadResponseHeader(r *rpc.Response) error {$/;"	f
 10058  ReadResponseHeader	./net/rpc/server_test.go	/^func (WriteFailCodec) ReadResponseHeader(*Response) error {$/;"	f
 10059  ReadRune	./bufio/bufio.go	/^func (b *Reader) ReadRune() (r rune, size int, err error) {$/;"	f
 10060  ReadRune	./bytes/buffer.go	/^func (b *Buffer) ReadRune() (r rune, size int, err error) {$/;"	f
 10061  ReadRune	./bytes/reader.go	/^func (r *Reader) ReadRune() (ch rune, size int, err error) {$/;"	f
 10062  ReadRune	./fmt/scan.go	/^func (r *readRune) ReadRune() (rr rune, size int, err error) {$/;"	f
 10063  ReadRune	./fmt/scan.go	/^func (s *ss) ReadRune() (r rune, size int, err error) {$/;"	f
 10064  ReadRune	./strings/reader.go	/^func (r *Reader) ReadRune() (ch rune, size int, err error) {$/;"	f
 10065  ReadSeeker	./io/io.go	/^type ReadSeeker interface {$/;"	t
 10066  ReadSlice	./bufio/bufio.go	/^func (b *Reader) ReadSlice(delim byte) (line []byte, err error) {$/;"	f
 10067  ReadString	./bufio/bufio.go	/^func (b *Reader) ReadString(delim byte) (line string, err error) {$/;"	f
 10068  ReadString	./bytes/buffer.go	/^func (b *Buffer) ReadString(delim byte) (line string, err error) {$/;"	f
 10069  ReadSubKeyNames	./internal/syscall/windows/registry/key.go	/^func (k Key) ReadSubKeyNames(n int) ([]string, error) {$/;"	f
 10070  ReadTrace	./runtime/trace.go	/^func ReadTrace() []byte {$/;"	f
 10071  ReadUvarint	./encoding/binary/varint.go	/^func ReadUvarint(r io.ByteReader) (uint64, error) {$/;"	f
 10072  ReadValueNames	./internal/syscall/windows/registry/value.go	/^func (k Key) ReadValueNames(n int) ([]string, error) {$/;"	f
 10073  ReadVarint	./encoding/binary/varint.go	/^func ReadVarint(r io.ByteReader) (int64, error) {$/;"	f
 10074  ReadWriteCloser	./io/io.go	/^type ReadWriteCloser interface {$/;"	t
 10075  ReadWriteSeeker	./io/io.go	/^type ReadWriteSeeker interface {$/;"	t
 10076  ReadWriter	./bufio/bufio.go	/^type ReadWriter struct {$/;"	t
 10077  ReadWriter	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^		{pkgpath: "io", name: "ReadWriter", want: "type ReadWriter interface{Reader; Writer}"},$/;"	t
 10078  ReadWriter	./go/internal/gcimporter/gcimporter_test.go	/^	{"io.ReadWriter", "type ReadWriter interface{Read(p []byte) (n int, err error); Write(p []byte) (n int, err error)}"},$/;"	t
 10079  ReadWriter	./io/io.go	/^type ReadWriter interface {$/;"	t
 10080  ReadWriterV	./reflect/all_test.go	/^func ReadWriterV(x io.ReadWriter) Value {$/;"	f
 10081  Readdir	./net/http/fs_test.go	/^func (f *fakeFile) Readdir(count int) ([]os.FileInfo, error) {$/;"	f
 10082  Readdir	./os/doc.go	/^func (f *File) Readdir(n int) (fi []FileInfo, err error) {$/;"	f
 10083  Readdirnames	./os/doc.go	/^func (f *File) Readdirnames(n int) (names []string, err error) {$/;"	f
 10084  Reader	./archive/tar/reader.go	/^type Reader struct {$/;"	t
 10085  Reader	./archive/zip/reader.go	/^type Reader struct {$/;"	t
 10086  Reader	./bufio/bufio.go	/^type Reader struct {$/;"	t
 10087  Reader	./bytes/reader.go	/^type Reader struct {$/;"	t
 10088  Reader	./compress/flate/inflate.go	/^type Reader interface {$/;"	t
 10089  Reader	./compress/gzip/gunzip.go	/^type Reader struct {$/;"	t
 10090  Reader	./crypto/rand/rand.go	/^var Reader io.Reader$/;"	v
 10091  Reader	./debug/dwarf/entry.go	/^func (d *Data) Reader() *Reader {$/;"	f
 10092  Reader	./debug/dwarf/entry.go	/^type Reader struct {$/;"	t
 10093  Reader	./encoding/csv/reader.go	/^type Reader struct {$/;"	t
 10094  Reader	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^		{pkgpath: "io", name: "Reader", want: "type Reader interface{Read(p []uint8) (n int, err error)}"},$/;"	t
 10095  Reader	./go/internal/gcimporter/gcimporter_test.go	/^	{"io.Reader", "type Reader interface{Read(p []byte) (n int, err error)}"},$/;"	t
 10096  Reader	./image/jpeg/reader.go	/^type Reader interface {$/;"	t
 10097  Reader	./io/io.go	/^type Reader interface {$/;"	t
 10098  Reader	./mime/multipart/multipart.go	/^type Reader struct {$/;"	t
 10099  Reader	./mime/quotedprintable/reader.go	/^type Reader struct {$/;"	t
 10100  Reader	./net/textproto/reader.go	/^type Reader struct {$/;"	t
 10101  Reader	./strings/reader.go	/^type Reader struct {$/;"	t
 10102  ReaderAt	./io/io.go	/^type ReaderAt interface {$/;"	t
 10103  ReaderFrom	./io/io.go	/^type ReaderFrom interface {$/;"	t
 10104  ReaderV	./reflect/all_test.go	/^func ReaderV(x io.Reader) Value {$/;"	f
 10105  Readlink	./os/file_plan9.go	/^func Readlink(name string) (string, error) {$/;"	f
 10106  Readlink	./os/file_posix.go	/^func Readlink(name string) (string, error) {$/;"	f
 10107  Readlink	./syscall/fs_nacl.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10108  Readlink	./syscall/syscall_linux.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10109  Readlink	./syscall/syscall_windows.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10110  Readlink	./syscall/zsyscall_darwin_386.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10111  Readlink	./syscall/zsyscall_darwin_amd64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10112  Readlink	./syscall/zsyscall_darwin_arm.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10113  Readlink	./syscall/zsyscall_darwin_arm64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10114  Readlink	./syscall/zsyscall_dragonfly_amd64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10115  Readlink	./syscall/zsyscall_freebsd_386.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10116  Readlink	./syscall/zsyscall_freebsd_amd64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10117  Readlink	./syscall/zsyscall_freebsd_arm.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10118  Readlink	./syscall/zsyscall_netbsd_386.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10119  Readlink	./syscall/zsyscall_netbsd_amd64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10120  Readlink	./syscall/zsyscall_netbsd_arm.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10121  Readlink	./syscall/zsyscall_openbsd_386.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10122  Readlink	./syscall/zsyscall_openbsd_amd64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10123  Readlink	./syscall/zsyscall_openbsd_arm.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10124  Readlink	./syscall/zsyscall_solaris_amd64.go	/^func Readlink(path string, buf []byte) (n int, err error) {$/;"	f
 10125  Real	./go/constant/value.go	/^func Real(x Value) Value {$/;"	f
 10126  Reboot	./syscall/syscall_linux.go	/^func Reboot(cmd int) (err error) {$/;"	f
 10127  Rec	./encoding/gob/codec_test.go	/^	type Rec ***Rec$/;"	t
 10128  ReceiverName	./debug/gosym/symtab.go	/^func (s *Sym) ReceiverName() string {$/;"	f
 10129  Recipient	./text/template/example_test.go	/^	type Recipient struct {$/;"	t
 10130  Record	./cmd/cgo/main.go	/^func (p *Package) Record(f *File) {$/;"	f
 10131  Record	./cmd/trace/pprof.go	/^type Record struct {$/;"	t
 10132  RecordingJar	./net/http/client_test.go	/^type RecordingJar struct {$/;"	t
 10133  Rect	./image/geom.go	/^func Rect(x0, y0, x1, y1 int) Rectangle {$/;"	f
 10134  Rect	./math/cmplx/rect.go	/^func Rect(r, θ float64) complex128 {$/;"	f
 10135  Rect	./runtime/race/testdata/regression_test.go	/^type Rect struct {$/;"	t
 10136  Rect	./runtime/syscall_windows_test.go	/^	type Rect struct {$/;"	t
 10137  Rectangle	./image/geom.go	/^type Rectangle struct {$/;"	t
 10138  Recur	./fmt/fmt_test.go	/^type Recur struct {$/;"	t
 10139  RecurseA	./encoding/xml/marshal_test.go	/^type RecurseA struct {$/;"	t
 10140  RecurseB	./encoding/xml/marshal_test.go	/^type RecurseB struct {$/;"	t
 10141  Recursive	./reflect/all_test.go	/^type Recursive struct {$/;"	t
 10142  Recursive	./testing/quick/quick_test.go	/^	type Recursive struct {$/;"	t
 10143  RecursiveInt	./fmt/scan_test.go	/^type RecursiveInt struct {$/;"	t
 10144  RecursiveMap	./cmd/vet/testdata/print.go	/^type RecursiveMap map[int]RecursiveMap$/;"	t
 10145  RecursiveSlice	./cmd/vet/testdata/print.go	/^type RecursiveSlice []RecursiveSlice$/;"	t
 10146  RecursiveStruct	./cmd/vet/testdata/print.go	/^type RecursiveStruct struct {$/;"	t
 10147  RecursiveStruct1	./cmd/vet/testdata/print.go	/^type RecursiveStruct1 struct {$/;"	t
 10148  RecursiveStruct2	./cmd/vet/testdata/print.go	/^type RecursiveStruct2 struct {$/;"	t
 10149  Recv	./go/types/selection.go	/^func (s *Selection) Recv() Type { return s.recv }$/;"	f
 10150  Recv	./go/types/type.go	/^func (s *Signature) Recv() *Var { return s.recv }$/;"	f
 10151  Recv	./net/rpc/client_test.go	/^func (s *S) Recv(nul *struct{}, reply *R) error {$/;"	f
 10152  Recv	./reflect/value.go	/^func (v Value) Recv() (x Value, ok bool) {$/;"	f
 10153  Recvfrom	./syscall/net_nacl.go	/^func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err error) {$/;"	f
 10154  Recvfrom	./syscall/syscall_unix.go	/^func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err error) {$/;"	f
 10155  Recvfrom	./syscall/syscall_windows.go	/^func Recvfrom(fd Handle, p []byte, flags int) (n int, from Sockaddr, err error) {$/;"	f
 10156  Recvmsg	./syscall/net_nacl.go	/^func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn, recvflags int, from Sockaddr, err error) {$/;"	f
 10157  Recvmsg	./syscall/syscall_bsd.go	/^func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from Sockaddr, err error) {$/;"	f
 10158  Recvmsg	./syscall/syscall_linux.go	/^func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from Sockaddr, err error) {$/;"	f
 10159  Recvmsg	./syscall/syscall_solaris.go	/^func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from Sockaddr, err error) {$/;"	f
 10160  Redirect	./net/http/server.go	/^func Redirect(w ResponseWriter, r *Request, urlStr string, code int) {$/;"	f
 10161  RedirectHandler	./net/http/server.go	/^func RedirectHandler(url string, code int) Handler {$/;"	f
 10162  Ref	./cmd/cgo/main.go	/^type Ref struct {$/;"	t
 10163  Ref	./encoding/json/encode_test.go	/^type Ref int$/;"	t
 10164  RefText	./encoding/json/encode_test.go	/^type RefText int$/;"	t
 10165  Referer	./net/http/request.go	/^func (r *Request) Referer() string {$/;"	f
 10166  Reg	./cmd/compile/internal/gc/reg.go	/^type Reg struct {$/;"	t
 10167  Reg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Reg uint8$/;"	t
 10168  Reg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Reg uint8$/;"	t
 10169  RegCloseKey	./syscall/zsyscall_windows.go	/^func RegCloseKey(key Handle) (regerrno error) {$/;"	f
 10170  RegEnumKeyEx	./syscall/zsyscall_windows.go	/^func RegEnumKeyEx(key Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, class *uint16, classLen *uint32, lastWriteTime *Filetime) (regerrno error) {$/;"	f
 10171  RegList	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type RegList uint16$/;"	t
 10172  RegMMST	./runtime/defs_darwin.go	/^type RegMMST C.struct_mmst_reg$/;"	t
 10173  RegOpenKeyEx	./syscall/zsyscall_windows.go	/^func RegOpenKeyEx(key Handle, subkey *uint16, options uint32, desiredAccess uint32, result *Handle) (regerrno error) {$/;"	f
 10174  RegQueryInfoKey	./syscall/zsyscall_windows.go	/^func RegQueryInfoKey(key Handle, class *uint16, classLen *uint32, reserved *uint32, subkeysLen *uint32, maxSubkeyLen *uint32, maxClassLen *uint32, valuesLen *uint32, maxValueNameLen *uint32, maxValueLen *uint32, saLen *uint32, lastWriteTime *Filetime) (regerrno error) {$/;"	f
 10175  RegQueryValueEx	./syscall/zsyscall_windows.go	/^func RegQueryValueEx(key Handle, name *uint16, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {$/;"	f
 10176  RegShift	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type RegShift struct {$/;"	t
 10177  RegShiftReg	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type RegShiftReg struct {$/;"	t
 10178  RegX	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type RegX struct {$/;"	t
 10179  RegXMM	./runtime/defs_darwin.go	/^type RegXMM C.struct_xmm_reg$/;"	t
 10180  Regalloc	./cmd/compile/internal/gc/gsubr.go	/^func Regalloc(n *Node, t *Type, o *Node) {$/;"	f
 10181  Regdump	./cmd/compile/internal/gc/gsubr.go	/^func Regdump() {$/;"	f
 10182  Regexp	./regexp/regexp.go	/^type Regexp struct {$/;"	t
 10183  Regexp	./regexp/syntax/regexp.go	/^type Regexp struct {$/;"	t
 10184  Regfree	./cmd/compile/internal/gc/gsubr.go	/^func Regfree(n *Node) {$/;"	f
 10185  Reginuse	./cmd/compile/internal/gc/gsubr.go	/^func Reginuse(r int) bool {$/;"	f
 10186  Register	./cmd/internal/obj/x86/list6.go	/^var Register = []string{$/;"	v
 10187  Register	./database/sql/sql.go	/^func Register(name string, driver driver.Driver) {$/;"	f
 10188  Register	./encoding/gob/type.go	/^func Register(value interface{}) {$/;"	f
 10189  Register	./net/rpc/server.go	/^func (server *Server) Register(rcvr interface{}) error {$/;"	f
 10190  Register	./net/rpc/server.go	/^func Register(rcvr interface{}) error { return DefaultServer.Register(rcvr) }$/;"	f
 10191  RegisterCompressor	./archive/zip/register.go	/^func RegisterCompressor(method uint16, comp Compressor) {$/;"	f
 10192  RegisterCover	./testing/cover.go	/^func RegisterCover(c Cover) {$/;"	f
 10193  RegisterDecompressor	./archive/zip/register.go	/^func RegisterDecompressor(method uint16, d Decompressor) {$/;"	f
 10194  RegisterFormat	./image/format.go	/^func RegisterFormat(name, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error)) {$/;"	f
 10195  RegisterHash	./crypto/crypto.go	/^func RegisterHash(h Hash, f func() hash.Hash) {$/;"	f
 10196  RegisterName	./encoding/gob/type.go	/^func RegisterName(name string, value interface{}) {$/;"	f
 10197  RegisterName	./net/rpc/server.go	/^func (server *Server) RegisterName(name string, rcvr interface{}) error {$/;"	f
 10198  RegisterName	./net/rpc/server.go	/^func RegisterName(name string, rcvr interface{}) error {$/;"	f
 10199  RegisterOpcode	./cmd/internal/obj/util.go	/^func RegisterOpcode(lo int, Anames []string) {$/;"	f
 10200  RegisterProtocol	./net/http/transport.go	/^func (t *Transport) RegisterProtocol(scheme string, rt RoundTripper) {$/;"	f
 10201  RegisterRegister	./cmd/internal/obj/util.go	/^func RegisterRegister(lo, hi int, Rconv func(int) string) {$/;"	f
 10202  Regrealloc	./cmd/compile/internal/gc/gsubr.go	/^func Regrealloc(n *Node) {$/;"	f
 10203  Regs32	./runtime/defs_darwin.go	/^type Regs32 C.struct_i386_thread_state$/;"	t
 10204  Regs386	./debug/macho/macho.go	/^type Regs386 struct {$/;"	t
 10205  Regs64	./runtime/defs_darwin.go	/^type Regs64 C.struct_x86_thread_state64$/;"	t
 10206  RegsAMD64	./debug/macho/macho.go	/^type RegsAMD64 struct {$/;"	t
 10207  Rel	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^type Rel int32$/;"	t
 10208  Rel	./path/filepath/path.go	/^func Rel(basepath, targpath string) (string, error) {$/;"	f
 10209  Rel32	./debug/elf/elf.go	/^type Rel32 struct {$/;"	t
 10210  Rel64	./debug/elf/elf.go	/^type Rel64 struct {$/;"	t
 10211  RelTests	./path/filepath/path_test.go	/^type RelTests struct {$/;"	t
 10212  Rela32	./debug/elf/elf.go	/^type Rela32 struct {$/;"	t
 10213  Rela64	./debug/elf/elf.go	/^type Rela64 struct {$/;"	t
 10214  RelatedGoroutines	./internal/trace/goroutines.go	/^func RelatedGoroutines(events []*Event, goid uint64) map[uint64]bool {$/;"	f
 10215  RelativeDistinguishedNameSET	./crypto/x509/pkix/pkix.go	/^type RelativeDistinguishedNameSET []AttributeTypeAndValue$/;"	t
 10216  RelativeDistinguishedNameSET	./encoding/asn1/asn1_test.go	/^type RelativeDistinguishedNameSET []AttributeTypeAndValue$/;"	t
 10217  RelativeTo	./go/types/typestring.go	/^func RelativeTo(pkg *Package) Qualifier {$/;"	f
 10218  Release	./os/doc.go	/^func (p *Process) Release() error {$/;"	f
 10219  Release	./syscall/dll_windows.go	/^func (d *DLL) Release() (err error) {$/;"	f
 10220  Reloc	./cmd/internal/goobj/read.go	/^type Reloc struct {$/;"	t
 10221  Reloc	./cmd/internal/obj/link.go	/^type Reloc struct {$/;"	t
 10222  Reloc	./cmd/link/internal/ld/link.go	/^type Reloc struct {$/;"	t
 10223  Rem	./cmd/compile/internal/big/int.go	/^func (z *Int) Rem(x, y *Int) *Int {$/;"	f
 10224  Rem	./math/big/int.go	/^func (z *Int) Rem(x, y *Int) *Int {$/;"	f
 10225  Remainder	./math/remainder.go	/^func Remainder(x, y float64) float64$/;"	f
 10226  RemoteAddr	./crypto/tls/conn.go	/^func (c *Conn) RemoteAddr() net.Addr {$/;"	f
 10227  RemoteAddr	./net/http/httputil/dump.go	/^func (c *dumpConn) RemoteAddr() net.Addr               { return nil }$/;"	f
 10228  RemoteAddr	./net/http/serve_test.go	/^func (noopConn) RemoteAddr() net.Addr               { return dummyAddr("remote-addr") }$/;"	f
 10229  RemoteAddr	./net/net.go	/^func (c *conn) RemoteAddr() Addr {$/;"	f
 10230  RemoteAddr	./net/pipe.go	/^func (p *pipe) RemoteAddr() Addr {$/;"	f
 10231  RemoteAddr	./net/rpc/jsonrpc/all_test.go	/^func (p *pipe) RemoteAddr() net.Addr {$/;"	f
 10232  RemoteAddr	./net/smtp/smtp_test.go	/^func (f faker) RemoteAddr() net.Addr             { return nil }$/;"	f
 10233  Remove	./container/heap/heap.go	/^func Remove(h Interface, i int) interface{} {$/;"	f
 10234  Remove	./container/list/list.go	/^func (l *List) Remove(e *Element) interface{} {$/;"	f
 10235  Remove	./os/file_plan9.go	/^func Remove(name string) error {$/;"	f
 10236  Remove	./os/file_unix.go	/^func Remove(name string) error {$/;"	f
 10237  Remove	./os/file_windows.go	/^func Remove(name string) error {$/;"	f
 10238  Remove	./runtime/pprof/pprof.go	/^func (p *Profile) Remove(value interface{}) {$/;"	f
 10239  Remove	./syscall/syscall_plan9.go	/^func Remove(path string) error {$/;"	f
 10240  RemoveAll	./expvar/expvar_test.go	/^func RemoveAll() {$/;"	f
 10241  RemoveAll	./mime/multipart/formdata.go	/^func (f *Form) RemoveAll() error {$/;"	f
 10242  RemoveAll	./os/path.go	/^func RemoveAll(path string) error {$/;"	f
 10243  RemoveDirectory	./syscall/zsyscall_windows.go	/^func RemoveDirectory(path *uint16) (err error) {$/;"	f
 10244  RemoveMultiples	./go/scanner/errors.go	/^func (p *ErrorList) RemoveMultiples() {$/;"	f
 10245  RemoveUninteresting	./cmd/pprof/internal/profile/prune.go	/^func (p *Profile) RemoveUninteresting() error {$/;"	f
 10246  Removexattr	./syscall/zsyscall_linux_386.go	/^func Removexattr(path string, attr string) (err error) {$/;"	f
 10247  Removexattr	./syscall/zsyscall_linux_amd64.go	/^func Removexattr(path string, attr string) (err error) {$/;"	f
 10248  Removexattr	./syscall/zsyscall_linux_arm.go	/^func Removexattr(path string, attr string) (err error) {$/;"	f
 10249  Removexattr	./syscall/zsyscall_linux_arm64.go	/^func Removexattr(path string, attr string) (err error) {$/;"	f
 10250  Removexattr	./syscall/zsyscall_linux_ppc64.go	/^func Removexattr(path string, attr string) (err error) {$/;"	f
 10251  Removexattr	./syscall/zsyscall_linux_ppc64le.go	/^func Removexattr(path string, attr string) (err error) {$/;"	f
 10252  Rename	./internal/syscall/windows/syscall_windows.go	/^func Rename(oldpath, newpath string) error {$/;"	f
 10253  Rename	./os/file.go	/^func Rename(oldpath, newpath string) error {$/;"	f
 10254  Rename	./syscall/fs_nacl.go	/^func Rename(from, to string) error {$/;"	f
 10255  Rename	./syscall/syscall_linux.go	/^func Rename(oldpath string, newpath string) (err error) {$/;"	f
 10256  Rename	./syscall/syscall_windows.go	/^func Rename(oldpath, newpath string) (err error) {$/;"	f
 10257  Rename	./syscall/zsyscall_darwin_386.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10258  Rename	./syscall/zsyscall_darwin_amd64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10259  Rename	./syscall/zsyscall_darwin_arm.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10260  Rename	./syscall/zsyscall_darwin_arm64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10261  Rename	./syscall/zsyscall_dragonfly_amd64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10262  Rename	./syscall/zsyscall_freebsd_386.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10263  Rename	./syscall/zsyscall_freebsd_amd64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10264  Rename	./syscall/zsyscall_freebsd_arm.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10265  Rename	./syscall/zsyscall_netbsd_386.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10266  Rename	./syscall/zsyscall_netbsd_amd64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10267  Rename	./syscall/zsyscall_netbsd_arm.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10268  Rename	./syscall/zsyscall_openbsd_386.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10269  Rename	./syscall/zsyscall_openbsd_amd64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10270  Rename	./syscall/zsyscall_openbsd_arm.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10271  Rename	./syscall/zsyscall_solaris_amd64.go	/^func Rename(from string, to string) (err error) {$/;"	f
 10272  Renameat	./syscall/zsyscall_linux_386.go	/^func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 10273  Renameat	./syscall/zsyscall_linux_amd64.go	/^func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 10274  Renameat	./syscall/zsyscall_linux_arm.go	/^func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 10275  Renameat	./syscall/zsyscall_linux_arm64.go	/^func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 10276  Renameat	./syscall/zsyscall_linux_ppc64.go	/^func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 10277  Renameat	./syscall/zsyscall_linux_ppc64le.go	/^func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 10278  Repeat	./bytes/bytes.go	/^func Repeat(b []byte, count int) []byte {$/;"	f
 10279  Repeat	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) Repeat(n, c int64) {$/;"	f
 10280  Repeat	./strings/strings.go	/^func Repeat(s string, count int) string {$/;"	f
 10281  RepeatTest	./bytes/bytes_test.go	/^type RepeatTest struct {$/;"	t
 10282  RepeatTests	./bytes/bytes_test.go	/^var RepeatTests = []RepeatTest{$/;"	v
 10283  RepeatTests	./strings/strings_test.go	/^var RepeatTests = []struct {$/;"	v
 10284  Replace	./bytes/bytes.go	/^func Replace(s, old, new []byte, n int) []byte {$/;"	f
 10285  Replace	./strings/replace.go	/^func (r *Replacer) Replace(s string) string {$/;"	f
 10286  Replace	./strings/replace.go	/^func (r *byteReplacer) Replace(s string) string {$/;"	f
 10287  Replace	./strings/replace.go	/^func (r *byteStringReplacer) Replace(s string) string {$/;"	f
 10288  Replace	./strings/replace.go	/^func (r *genericReplacer) Replace(s string) string {$/;"	f
 10289  Replace	./strings/replace.go	/^func (r *singleStringReplacer) Replace(s string) string {$/;"	f
 10290  Replace	./strings/strings.go	/^func Replace(s, old, new string, n int) string {$/;"	f
 10291  ReplaceAll	./regexp/regexp.go	/^func (re *Regexp) ReplaceAll(src, repl []byte) []byte {$/;"	f
 10292  ReplaceAllFunc	./regexp/regexp.go	/^func (re *Regexp) ReplaceAllFunc(src []byte, repl func([]byte) []byte) []byte {$/;"	f
 10293  ReplaceAllLiteral	./regexp/regexp.go	/^func (re *Regexp) ReplaceAllLiteral(src, repl []byte) []byte {$/;"	f
 10294  ReplaceAllLiteralString	./regexp/regexp.go	/^func (re *Regexp) ReplaceAllLiteralString(src, repl string) string {$/;"	f
 10295  ReplaceAllString	./regexp/regexp.go	/^func (re *Regexp) ReplaceAllString(src, repl string) string {$/;"	f
 10296  ReplaceAllStringFunc	./regexp/regexp.go	/^func (re *Regexp) ReplaceAllStringFunc(src string, repl func(string) string) string {$/;"	f
 10297  ReplaceFuncTest	./regexp/all_test.go	/^type ReplaceFuncTest struct {$/;"	t
 10298  ReplaceTest	./bytes/bytes_test.go	/^type ReplaceTest struct {$/;"	t
 10299  ReplaceTest	./regexp/all_test.go	/^type ReplaceTest struct {$/;"	t
 10300  ReplaceTests	./bytes/bytes_test.go	/^var ReplaceTests = []ReplaceTest{$/;"	v
 10301  ReplaceTests	./strings/strings_test.go	/^var ReplaceTests = []struct {$/;"	v
 10302  Replacer	./strings/export_test.go	/^func (r *Replacer) Replacer() interface{} {$/;"	f
 10303  Replacer	./strings/replace.go	/^type Replacer struct {$/;"	t
 10304  Reply	./net/rpc/jsonrpc/all_test.go	/^type Reply struct {$/;"	t
 10305  Reply	./net/rpc/server_test.go	/^type Reply struct {$/;"	t
 10306  ReplyNotPointer	./net/rpc/server_test.go	/^func (t *ReplyNotPointer) ReplyNotPointer(args *Args, reply Reply) error {$/;"	f
 10307  ReplyNotPointer	./net/rpc/server_test.go	/^type ReplyNotPointer int$/;"	t
 10308  ReplyNotPublic	./net/rpc/server_test.go	/^func (t *ReplyNotPublic) ReplyNotPublic(args *Args, reply *local) error {$/;"	f
 10309  ReplyNotPublic	./net/rpc/server_test.go	/^type ReplyNotPublic int$/;"	t
 10310  Report	./cmd/pprof/internal/report/report.go	/^type Report struct {$/;"	t
 10311  ReportAllocs	./testing/benchmark.go	/^func (b *B) ReportAllocs() {$/;"	f
 10312  Request	./net/http/cgi/child.go	/^func Request() (*http.Request, error) {$/;"	f
 10313  Request	./net/http/request.go	/^type Request struct {$/;"	t
 10314  Request	./net/rpc/server.go	/^type Request struct {$/;"	t
 10315  RequestFromMap	./net/http/cgi/child.go	/^func RequestFromMap(params map[string]string) (*http.Request, error) {$/;"	f
 10316  RequestIdleConnChForTesting	./net/http/export_test.go	/^func (t *Transport) RequestIdleConnChForTesting() {$/;"	f
 10317  RequestURI	./net/url/url.go	/^func (u *URL) RequestURI() string {$/;"	f
 10318  RequestURITest	./net/url/url_test.go	/^type RequestURITest struct {$/;"	t
 10319  Reset	./bufio/bufio.go	/^func (b *Reader) Reset(r io.Reader) {$/;"	f
 10320  Reset	./bufio/bufio.go	/^func (b *Writer) Reset(w io.Writer) {$/;"	f
 10321  Reset	./bytes/buffer.go	/^func (b *Buffer) Reset() { b.Truncate(0) }$/;"	f
 10322  Reset	./cmd/pack/pack_test.go	/^func (f *FakeFile) Reset() *FakeFile {$/;"	f
 10323  Reset	./compress/flate/deflate.go	/^func (w *Writer) Reset(dst io.Writer) {$/;"	f
 10324  Reset	./compress/flate/inflate.go	/^func (f *decompressor) Reset(r io.Reader, dict []byte) error {$/;"	f
 10325  Reset	./compress/gzip/gunzip.go	/^func (z *Reader) Reset(r io.Reader) error {$/;"	f
 10326  Reset	./compress/gzip/gzip.go	/^func (z *Writer) Reset(w io.Writer) {$/;"	f
 10327  Reset	./compress/zlib/reader.go	/^func (z *reader) Reset(r io.Reader, dict []byte) error {$/;"	f
 10328  Reset	./compress/zlib/writer.go	/^func (z *Writer) Reset(w io.Writer) {$/;"	f
 10329  Reset	./crypto/hmac/hmac.go	/^func (h *hmac) Reset() {$/;"	f
 10330  Reset	./crypto/md5/md5.go	/^func (d *digest) Reset() {$/;"	f
 10331  Reset	./crypto/rc4/rc4.go	/^func (c *Cipher) Reset() {$/;"	f
 10332  Reset	./crypto/sha1/sha1.go	/^func (d *digest) Reset() {$/;"	f
 10333  Reset	./crypto/sha256/sha256.go	/^func (d *digest) Reset() {$/;"	f
 10334  Reset	./crypto/sha512/sha512.go	/^func (d *digest) Reset() {$/;"	f
 10335  Reset	./debug/dwarf/line.go	/^func (r *LineReader) Reset() {$/;"	f
 10336  Reset	./encoding/gob/decode.go	/^func (d *decBuffer) Reset() {$/;"	f
 10337  Reset	./encoding/gob/encode.go	/^func (e *encBuffer) Reset() {$/;"	f
 10338  Reset	./go/scanner/errors.go	/^func (p *ErrorList) Reset() { *p = (*p)[0:0] }$/;"	f
 10339  Reset	./hash/adler32/adler32.go	/^func (d *digest) Reset() { *d = 1 }$/;"	f
 10340  Reset	./hash/crc32/crc32.go	/^func (d *digest) Reset() { d.crc = 0 }$/;"	f
 10341  Reset	./hash/crc64/crc64.go	/^func (d *digest) Reset() { d.crc = 0 }$/;"	f
 10342  Reset	./hash/fnv/fnv.go	/^func (s *sum32) Reset()  { *s = offset32 }$/;"	f
 10343  Reset	./hash/fnv/fnv.go	/^func (s *sum32a) Reset() { *s = offset32 }$/;"	f
 10344  Reset	./hash/fnv/fnv.go	/^func (s *sum64) Reset()  { *s = offset64 }$/;"	f
 10345  Reset	./hash/fnv/fnv.go	/^func (s *sum64a) Reset() { *s = offset64 }$/;"	f
 10346  Reset	./net/smtp/smtp.go	/^func (c *Client) Reset() error {$/;"	f
 10347  Reset	./os/signal/signal.go	/^func Reset(sig ...os.Signal) {$/;"	f
 10348  Reset	./time/sleep.go	/^func (t *Timer) Reset(d Duration) bool {$/;"	f
 10349  ResetCachedEnvironment	./net/http/export_test.go	/^func ResetCachedEnvironment() {$/;"	f
 10350  ResetForTesting	./flag/export_test.go	/^func ResetForTesting(usage func()) {$/;"	f
 10351  ResetLocalOnceForTest	./time/export_test.go	/^func ResetLocalOnceForTest() {$/;"	f
 10352  ResetProxyEnv	./net/http/proxy_test.go	/^func ResetProxyEnv() {$/;"	f
 10353  ResetTimer	./go/doc/testdata/benchmark.go	/^func (b *B) ResetTimer() {$/;"	f
 10354  ResetTimer	./testing/benchmark.go	/^func (b *B) ResetTimer() {$/;"	f
 10355  Resetter	./compress/flate/inflate.go	/^type Resetter interface {$/;"	t
 10356  Resetter	./compress/zlib/reader.go	/^type Resetter interface {$/;"	t
 10357  ResolveIPAddr	./net/iprawsock.go	/^func ResolveIPAddr(net, addr string) (*IPAddr, error) {$/;"	f
 10358  ResolveReference	./net/url/url.go	/^func (u *URL) ResolveReference(ref *URL) *URL {$/;"	f
 10359  ResolveTCPAddr	./net/tcpsock.go	/^func ResolveTCPAddr(net, addr string) (*TCPAddr, error) {$/;"	f
 10360  ResolveUDPAddr	./net/udpsock.go	/^func ResolveUDPAddr(net, addr string) (*UDPAddr, error) {$/;"	f
 10361  ResolveUnixAddr	./net/unixsock.go	/^func ResolveUnixAddr(net, addr string) (*UnixAddr, error) {$/;"	f
 10362  Response	./net/http/response.go	/^type Response struct {$/;"	t
 10363  Response	./net/rpc/server.go	/^type Response struct {$/;"	t
 10364  ResponseRecorder	./net/http/httptest/recorder.go	/^type ResponseRecorder struct {$/;"	t
 10365  ResponseWriter	./net/http/server.go	/^type ResponseWriter interface {$/;"	t
 10366  Resrv	./cmd/yacc/yacc.go	/^type Resrv struct {$/;"	t
 10367  Result	./database/sql/driver/driver.go	/^type Result interface {$/;"	t
 10368  Result	./database/sql/sql.go	/^type Result interface {$/;"	t
 10369  Result	./encoding/xml/example_test.go	/^	type Result struct {$/;"	t
 10370  Result	./internal/singleflight/singleflight.go	/^type Result struct {$/;"	t
 10371  ResultNoRows	./database/sql/driver/driver.go	/^var ResultNoRows noRows$/;"	v
 10372  Results	./go/types/type.go	/^func (s *Signature) Results() *Tuple { return s.results }$/;"	f
 10373  Rets	./syscall/mksyscall_windows.go	/^type Rets struct {$/;"	t
 10374  Reverse	./sort/sort.go	/^func Reverse(data Interface) Interface {$/;"	f
 10375  ReverseProxy	./net/http/httputil/reverseproxy.go	/^type ReverseProxy struct {$/;"	t
 10376  Revoke	./syscall/zsyscall_darwin_386.go	/^func Revoke(path string) (err error) {$/;"	f
 10377  Revoke	./syscall/zsyscall_darwin_amd64.go	/^func Revoke(path string) (err error) {$/;"	f
 10378  Revoke	./syscall/zsyscall_darwin_arm.go	/^func Revoke(path string) (err error) {$/;"	f
 10379  Revoke	./syscall/zsyscall_darwin_arm64.go	/^func Revoke(path string) (err error) {$/;"	f
 10380  Revoke	./syscall/zsyscall_dragonfly_amd64.go	/^func Revoke(path string) (err error) {$/;"	f
 10381  Revoke	./syscall/zsyscall_freebsd_386.go	/^func Revoke(path string) (err error) {$/;"	f
 10382  Revoke	./syscall/zsyscall_freebsd_amd64.go	/^func Revoke(path string) (err error) {$/;"	f
 10383  Revoke	./syscall/zsyscall_freebsd_arm.go	/^func Revoke(path string) (err error) {$/;"	f
 10384  Revoke	./syscall/zsyscall_netbsd_386.go	/^func Revoke(path string) (err error) {$/;"	f
 10385  Revoke	./syscall/zsyscall_netbsd_amd64.go	/^func Revoke(path string) (err error) {$/;"	f
 10386  Revoke	./syscall/zsyscall_netbsd_arm.go	/^func Revoke(path string) (err error) {$/;"	f
 10387  Revoke	./syscall/zsyscall_openbsd_386.go	/^func Revoke(path string) (err error) {$/;"	f
 10388  Revoke	./syscall/zsyscall_openbsd_amd64.go	/^func Revoke(path string) (err error) {$/;"	f
 10389  Revoke	./syscall/zsyscall_openbsd_arm.go	/^func Revoke(path string) (err error) {$/;"	f
 10390  RevokedCertificate	./crypto/x509/pkix/pkix.go	/^type RevokedCertificate struct {$/;"	t
 10391  Rgn	./cmd/compile/internal/gc/reg.go	/^type Rgn struct {$/;"	t
 10392  Ri	./crypto/rc4/rc4_arm.s	/^#define Ri	R6$/;"	d
 10393  Right	./cmd/compile/internal/gc/syntax.go	/^	OCMPIFACE        \/\/ Left Etype Right (interface comparison, x == y or x != y)$/;"	t
 10394  Right	./cmd/compile/internal/gc/syntax.go	/^	OCMPSTR          \/\/ Left Etype Right (string comparison, x == y, x < y, etc)$/;"	t
 10395  RightAlign	./encoding/asn1/asn1.go	/^func (b BitString) RightAlign() []byte {$/;"	f
 10396  Ring	./container/ring/ring.go	/^type Ring struct {$/;"	t
 10397  Rj	./crypto/rc4/rc4_arm.s	/^#define Rj	R7$/;"	d
 10398  Rk	./crypto/rc4/rc4_arm.s	/^#define Rk	R8$/;"	d
 10399  Rlimit	./syscall/types_darwin.go	/^type Rlimit C.struct_rlimit$/;"	t
 10400  Rlimit	./syscall/types_dragonfly.go	/^type Rlimit C.struct_rlimit$/;"	t
 10401  Rlimit	./syscall/types_freebsd.go	/^type Rlimit C.struct_rlimit$/;"	t
 10402  Rlimit	./syscall/types_linux.go	/^type Rlimit C.struct_rlimit$/;"	t
 10403  Rlimit	./syscall/types_netbsd.go	/^type Rlimit C.struct_rlimit$/;"	t
 10404  Rlimit	./syscall/types_openbsd.go	/^type Rlimit C.struct_rlimit$/;"	t
 10405  Rlimit	./syscall/types_solaris.go	/^type Rlimit C.struct_rlimit$/;"	t
 10406  Rlimit	./syscall/ztypes_darwin_386.go	/^type Rlimit struct {$/;"	t
 10407  Rlimit	./syscall/ztypes_darwin_amd64.go	/^type Rlimit struct {$/;"	t
 10408  Rlimit	./syscall/ztypes_darwin_arm.go	/^type Rlimit struct {$/;"	t
 10409  Rlimit	./syscall/ztypes_darwin_arm64.go	/^type Rlimit struct {$/;"	t
 10410  Rlimit	./syscall/ztypes_dragonfly_amd64.go	/^type Rlimit struct {$/;"	t
 10411  Rlimit	./syscall/ztypes_freebsd_386.go	/^type Rlimit struct {$/;"	t
 10412  Rlimit	./syscall/ztypes_freebsd_amd64.go	/^type Rlimit struct {$/;"	t
 10413  Rlimit	./syscall/ztypes_freebsd_arm.go	/^type Rlimit struct {$/;"	t
 10414  Rlimit	./syscall/ztypes_linux_386.go	/^type Rlimit struct {$/;"	t
 10415  Rlimit	./syscall/ztypes_linux_amd64.go	/^type Rlimit struct {$/;"	t
 10416  Rlimit	./syscall/ztypes_linux_arm.go	/^type Rlimit struct {$/;"	t
 10417  Rlimit	./syscall/ztypes_linux_arm64.go	/^type Rlimit struct {$/;"	t
 10418  Rlimit	./syscall/ztypes_linux_ppc64.go	/^type Rlimit struct {$/;"	t
 10419  Rlimit	./syscall/ztypes_linux_ppc64le.go	/^type Rlimit struct {$/;"	t
 10420  Rlimit	./syscall/ztypes_netbsd_386.go	/^type Rlimit struct {$/;"	t
 10421  Rlimit	./syscall/ztypes_netbsd_amd64.go	/^type Rlimit struct {$/;"	t
 10422  Rlimit	./syscall/ztypes_netbsd_arm.go	/^type Rlimit struct {$/;"	t
 10423  Rlimit	./syscall/ztypes_openbsd_386.go	/^type Rlimit struct {$/;"	t
 10424  Rlimit	./syscall/ztypes_openbsd_amd64.go	/^type Rlimit struct {$/;"	t
 10425  Rlimit	./syscall/ztypes_openbsd_arm.go	/^type Rlimit struct {$/;"	t
 10426  Rlimit	./syscall/ztypes_solaris_amd64.go	/^type Rlimit struct {$/;"	t
 10427  Rmdir	./syscall/fs_nacl.go	/^func Rmdir(path string) error {$/;"	f
 10428  Rmdir	./syscall/syscall_linux.go	/^func Rmdir(path string) error {$/;"	f
 10429  Rmdir	./syscall/syscall_windows.go	/^func Rmdir(path string) (err error) {$/;"	f
 10430  Rmdir	./syscall/zsyscall_darwin_386.go	/^func Rmdir(path string) (err error) {$/;"	f
 10431  Rmdir	./syscall/zsyscall_darwin_amd64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10432  Rmdir	./syscall/zsyscall_darwin_arm.go	/^func Rmdir(path string) (err error) {$/;"	f
 10433  Rmdir	./syscall/zsyscall_darwin_arm64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10434  Rmdir	./syscall/zsyscall_dragonfly_amd64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10435  Rmdir	./syscall/zsyscall_freebsd_386.go	/^func Rmdir(path string) (err error) {$/;"	f
 10436  Rmdir	./syscall/zsyscall_freebsd_amd64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10437  Rmdir	./syscall/zsyscall_freebsd_arm.go	/^func Rmdir(path string) (err error) {$/;"	f
 10438  Rmdir	./syscall/zsyscall_netbsd_386.go	/^func Rmdir(path string) (err error) {$/;"	f
 10439  Rmdir	./syscall/zsyscall_netbsd_amd64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10440  Rmdir	./syscall/zsyscall_netbsd_arm.go	/^func Rmdir(path string) (err error) {$/;"	f
 10441  Rmdir	./syscall/zsyscall_openbsd_386.go	/^func Rmdir(path string) (err error) {$/;"	f
 10442  Rmdir	./syscall/zsyscall_openbsd_amd64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10443  Rmdir	./syscall/zsyscall_openbsd_arm.go	/^func Rmdir(path string) (err error) {$/;"	f
 10444  Rmdir	./syscall/zsyscall_solaris_amd64.go	/^func Rmdir(path string) (err error) {$/;"	f
 10445  Rn	./crypto/rc4/rc4_arm.s	/^#define Rn	R2$/;"	d
 10446  Rnd	./cmd/compile/internal/gc/align.go	/^func Rnd(o int64, r int64) int64 {$/;"	f
 10447  Rnd	./cmd/link/internal/ld/lib.go	/^func Rnd(v int64, r int64) int64 {$/;"	f
 10448  Road	./encoding/json/example_test.go	/^	type Road struct {$/;"	t
 10449  Rollback	./database/sql/fakedb_test.go	/^func (tx *fakeTx) Rollback() error {$/;"	f
 10450  Rollback	./database/sql/sql.go	/^func (tx *Tx) Rollback() error {$/;"	f
 10451  Round	./strconv/decimal.go	/^func (a *decimal) Round(nd int) {$/;"	f
 10452  Round	./time/time.go	/^func (t Time) Round(d Duration) Time {$/;"	f
 10453  RoundDown	./strconv/decimal.go	/^func (a *decimal) RoundDown(nd int) {$/;"	f
 10454  RoundTrip	./net/http/client_test.go	/^func (t *recordingTransport) RoundTrip(req *Request) (resp *Response, err error) {$/;"	f
 10455  RoundTrip	./net/http/filetransport.go	/^func (t fileTransport) RoundTrip(req *Request) (resp *Response, err error) {$/;"	f
 10456  RoundTrip	./net/http/transport.go	/^func (t *Transport) RoundTrip(req *Request) (resp *Response, err error) {$/;"	f
 10457  RoundTrip	./net/http/transport_test.go	/^func (fooProto) RoundTrip(req *Request) (*Response, error) {$/;"	f
 10458  RoundTripper	./net/http/client.go	/^type RoundTripper interface {$/;"	t
 10459  RoundUp	./strconv/decimal.go	/^func (a *decimal) RoundUp(nd int) {$/;"	f
 10460  RoundedInteger	./strconv/decimal.go	/^func (a *decimal) RoundedInteger() uint64 {$/;"	f
 10461  RoundingMode	./cmd/compile/internal/big/float.go	/^type RoundingMode byte$/;"	t
 10462  RoundingMode	./math/big/float.go	/^type RoundingMode byte$/;"	t
 10463  RouteMessage	./syscall/route_bsd.go	/^type RouteMessage struct {$/;"	t
 10464  RouteRIB	./syscall/route_bsd.go	/^func RouteRIB(facility, param int) ([]byte, error) {$/;"	f
 10465  RouteRIB	./syscall/syscall_nacl.go	/^func RouteRIB(facility, param int) ([]byte, error)                { return nil, ENOSYS }$/;"	f
 10466  RoutingMessage	./syscall/net_nacl.go	/^type RoutingMessage interface {$/;"	t
 10467  RoutingMessage	./syscall/route_bsd.go	/^type RoutingMessage interface {$/;"	t
 10468  Row	./cmd/yacc/yacc.go	/^type Row struct {$/;"	t
 10469  Row	./database/sql/sql.go	/^type Row struct {$/;"	t
 10470  Rows	./database/sql/driver/driver.go	/^type Rows interface {$/;"	t
 10471  Rows	./database/sql/sql.go	/^type Rows struct {$/;"	t
 10472  RowsAffected	./database/sql/driver/driver.go	/^func (noRows) RowsAffected() (int64, error) {$/;"	f
 10473  RowsAffected	./database/sql/driver/driver.go	/^func (v RowsAffected) RowsAffected() (int64, error) {$/;"	f
 10474  RowsAffected	./database/sql/driver/driver.go	/^type RowsAffected int64$/;"	t
 10475  RowsAffected	./database/sql/sql.go	/^func (dr driverResult) RowsAffected() (int64, error) {$/;"	f
 10476  RoyallySuspectConditions	./cmd/vet/testdata/bool.go	/^func RoyallySuspectConditions() {$/;"	f
 10477  Rpath	./cmd/link/internal/ld/lib.go	/^type Rpath struct {$/;"	t
 10478  RpcChan	./runtime/race/testdata/regression_test.go	/^type RpcChan struct {$/;"	t
 10479  Rpi	./crypto/rc4/rc4_arm.s	/^#define Rpi	R4$/;"	d
 10480  Rpj	./crypto/rc4/rc4_arm.s	/^#define Rpj	R5$/;"	d
 10481  Rq	./runtime/vlop_arm.s	/^#define Rq	R0 \/\/ input d, output q$/;"	d
 10482  Rr	./runtime/vlop_arm.s	/^#define Rr	R1 \/\/ input n, output r$/;"	d
 10483  Rs	./runtime/vlop_arm.s	/^#define Rs	R2 \/\/ three temporary variables$/;"	d
 10484  Rsh	./cmd/compile/internal/big/int.go	/^func (z *Int) Rsh(x *Int, n uint) *Int {$/;"	f
 10485  Rsh	./math/big/int.go	/^func (z *Int) Rsh(x *Int, n uint) *Int {$/;"	f
 10486  Rsrc	./crypto/rc4/rc4_arm.s	/^#define Rsrc	R1$/;"	d
 10487  Rstate	./crypto/rc4/rc4_arm.s	/^#define Rstate	R3$/;"	d
 10488  Rt	./crypto/rc4/rc4_arm.s	/^#define Rt	R11$/;"	d
 10489  Rt0	./crypto/md5/md5block_arm.s	/^#define Rt0	R12	\/\/ temporary$/;"	d
 10490  Rt0	./crypto/sha1/sha1block_arm.s	/^#define Rt0	R7		\/\/ Temporary$/;"	d
 10491  Rt1	./crypto/md5/md5block_arm.s	/^#define Rt1	R14	\/\/ temporary$/;"	d
 10492  Rt1	./crypto/sha1/sha1block_arm.s	/^#define Rt1	R8		\/\/ Temporary$/;"	d
 10493  Rt2	./crypto/rc4/rc4_arm.s	/^#define Rt2	R12$/;"	d
 10494  Rt2	./crypto/sha1/sha1block_arm.s	/^#define Rt2	R11		\/\/ Temporary$/;"	d
 10495  RtAttr	./syscall/types_linux.go	/^type RtAttr C.struct_rtattr$/;"	t
 10496  RtAttr	./syscall/ztypes_linux_386.go	/^type RtAttr struct {$/;"	t
 10497  RtAttr	./syscall/ztypes_linux_amd64.go	/^type RtAttr struct {$/;"	t
 10498  RtAttr	./syscall/ztypes_linux_arm.go	/^type RtAttr struct {$/;"	t
 10499  RtAttr	./syscall/ztypes_linux_arm64.go	/^type RtAttr struct {$/;"	t
 10500  RtAttr	./syscall/ztypes_linux_ppc64.go	/^type RtAttr struct {$/;"	t
 10501  RtAttr	./syscall/ztypes_linux_ppc64le.go	/^type RtAttr struct {$/;"	t
 10502  RtGenmsg	./syscall/types_linux.go	/^type RtGenmsg C.struct_rtgenmsg$/;"	t
 10503  RtGenmsg	./syscall/ztypes_linux_386.go	/^type RtGenmsg struct {$/;"	t
 10504  RtGenmsg	./syscall/ztypes_linux_amd64.go	/^type RtGenmsg struct {$/;"	t
 10505  RtGenmsg	./syscall/ztypes_linux_arm.go	/^type RtGenmsg struct {$/;"	t
 10506  RtGenmsg	./syscall/ztypes_linux_arm64.go	/^type RtGenmsg struct {$/;"	t
 10507  RtGenmsg	./syscall/ztypes_linux_ppc64.go	/^type RtGenmsg struct {$/;"	t
 10508  RtGenmsg	./syscall/ztypes_linux_ppc64le.go	/^type RtGenmsg struct {$/;"	t
 10509  RtMetrics	./syscall/types_darwin.go	/^type RtMetrics C.struct_rt_metrics$/;"	t
 10510  RtMetrics	./syscall/types_dragonfly.go	/^type RtMetrics C.struct_rt_metrics$/;"	t
 10511  RtMetrics	./syscall/types_freebsd.go	/^type RtMetrics C.struct_rt_metrics$/;"	t
 10512  RtMetrics	./syscall/types_netbsd.go	/^type RtMetrics C.struct_rt_metrics$/;"	t
 10513  RtMetrics	./syscall/types_openbsd.go	/^type RtMetrics C.struct_rt_metrics$/;"	t
 10514  RtMetrics	./syscall/types_solaris.go	/^type RtMetrics C.struct_rt_metrics$/;"	t
 10515  RtMetrics	./syscall/ztypes_darwin_386.go	/^type RtMetrics struct {$/;"	t
 10516  RtMetrics	./syscall/ztypes_darwin_amd64.go	/^type RtMetrics struct {$/;"	t
 10517  RtMetrics	./syscall/ztypes_darwin_arm.go	/^type RtMetrics struct {$/;"	t
 10518  RtMetrics	./syscall/ztypes_darwin_arm64.go	/^type RtMetrics struct {$/;"	t
 10519  RtMetrics	./syscall/ztypes_dragonfly_amd64.go	/^type RtMetrics struct {$/;"	t
 10520  RtMetrics	./syscall/ztypes_freebsd_386.go	/^type RtMetrics struct {$/;"	t
 10521  RtMetrics	./syscall/ztypes_freebsd_amd64.go	/^type RtMetrics struct {$/;"	t
 10522  RtMetrics	./syscall/ztypes_freebsd_arm.go	/^type RtMetrics struct {$/;"	t
 10523  RtMetrics	./syscall/ztypes_netbsd_386.go	/^type RtMetrics struct {$/;"	t
 10524  RtMetrics	./syscall/ztypes_netbsd_amd64.go	/^type RtMetrics struct {$/;"	t
 10525  RtMetrics	./syscall/ztypes_netbsd_arm.go	/^type RtMetrics struct {$/;"	t
 10526  RtMetrics	./syscall/ztypes_openbsd_386.go	/^type RtMetrics struct {$/;"	t
 10527  RtMetrics	./syscall/ztypes_openbsd_amd64.go	/^type RtMetrics struct {$/;"	t
 10528  RtMetrics	./syscall/ztypes_openbsd_arm.go	/^type RtMetrics struct {$/;"	t
 10529  RtMetrics	./syscall/ztypes_solaris_amd64.go	/^type RtMetrics struct {$/;"	t
 10530  RtMsg	./syscall/types_linux.go	/^type RtMsg C.struct_rtmsg$/;"	t
 10531  RtMsg	./syscall/ztypes_linux_386.go	/^type RtMsg struct {$/;"	t
 10532  RtMsg	./syscall/ztypes_linux_amd64.go	/^type RtMsg struct {$/;"	t
 10533  RtMsg	./syscall/ztypes_linux_arm.go	/^type RtMsg struct {$/;"	t
 10534  RtMsg	./syscall/ztypes_linux_arm64.go	/^type RtMsg struct {$/;"	t
 10535  RtMsg	./syscall/ztypes_linux_ppc64.go	/^type RtMsg struct {$/;"	t
 10536  RtMsg	./syscall/ztypes_linux_ppc64le.go	/^type RtMsg struct {$/;"	t
 10537  RtMsghdr	./syscall/types_darwin.go	/^type RtMsghdr C.struct_rt_msghdr$/;"	t
 10538  RtMsghdr	./syscall/types_dragonfly.go	/^type RtMsghdr C.struct_rt_msghdr$/;"	t
 10539  RtMsghdr	./syscall/types_freebsd.go	/^type RtMsghdr C.struct_rt_msghdr$/;"	t
 10540  RtMsghdr	./syscall/types_netbsd.go	/^type RtMsghdr C.struct_rt_msghdr$/;"	t
 10541  RtMsghdr	./syscall/types_openbsd.go	/^type RtMsghdr C.struct_rt_msghdr$/;"	t
 10542  RtMsghdr	./syscall/types_solaris.go	/^type RtMsghdr C.struct_rt_msghdr$/;"	t
 10543  RtMsghdr	./syscall/ztypes_darwin_386.go	/^type RtMsghdr struct {$/;"	t
 10544  RtMsghdr	./syscall/ztypes_darwin_amd64.go	/^type RtMsghdr struct {$/;"	t
 10545  RtMsghdr	./syscall/ztypes_darwin_arm.go	/^type RtMsghdr struct {$/;"	t
 10546  RtMsghdr	./syscall/ztypes_darwin_arm64.go	/^type RtMsghdr struct {$/;"	t
 10547  RtMsghdr	./syscall/ztypes_dragonfly_amd64.go	/^type RtMsghdr struct {$/;"	t
 10548  RtMsghdr	./syscall/ztypes_freebsd_386.go	/^type RtMsghdr struct {$/;"	t
 10549  RtMsghdr	./syscall/ztypes_freebsd_amd64.go	/^type RtMsghdr struct {$/;"	t
 10550  RtMsghdr	./syscall/ztypes_freebsd_arm.go	/^type RtMsghdr struct {$/;"	t
 10551  RtMsghdr	./syscall/ztypes_netbsd_386.go	/^type RtMsghdr struct {$/;"	t
 10552  RtMsghdr	./syscall/ztypes_netbsd_amd64.go	/^type RtMsghdr struct {$/;"	t
 10553  RtMsghdr	./syscall/ztypes_netbsd_arm.go	/^type RtMsghdr struct {$/;"	t
 10554  RtMsghdr	./syscall/ztypes_openbsd_386.go	/^type RtMsghdr struct {$/;"	t
 10555  RtMsghdr	./syscall/ztypes_openbsd_amd64.go	/^type RtMsghdr struct {$/;"	t
 10556  RtMsghdr	./syscall/ztypes_openbsd_arm.go	/^type RtMsghdr struct {$/;"	t
 10557  RtMsghdr	./syscall/ztypes_solaris_amd64.go	/^type RtMsghdr struct {$/;"	t
 10558  RtNexthop	./syscall/types_linux.go	/^type RtNexthop C.struct_rtnexthop$/;"	t
 10559  RtNexthop	./syscall/ztypes_linux_386.go	/^type RtNexthop struct {$/;"	t
 10560  RtNexthop	./syscall/ztypes_linux_amd64.go	/^type RtNexthop struct {$/;"	t
 10561  RtNexthop	./syscall/ztypes_linux_arm.go	/^type RtNexthop struct {$/;"	t
 10562  RtNexthop	./syscall/ztypes_linux_arm64.go	/^type RtNexthop struct {$/;"	t
 10563  RtNexthop	./syscall/ztypes_linux_ppc64.go	/^type RtNexthop struct {$/;"	t
 10564  RtNexthop	./syscall/ztypes_linux_ppc64le.go	/^type RtNexthop struct {$/;"	t
 10565  Rtable	./crypto/md5/md5block_arm.s	/^#define Rtable	R0	\/\/ Pointer to MD5 constants table$/;"	d
 10566  RtoB	./cmd/compile/internal/amd64/reg.go	/^func RtoB(r int) uint64 {$/;"	f
 10567  RtoB	./cmd/compile/internal/arm/reg.go	/^func RtoB(r int) uint64 {$/;"	f
 10568  RtoB	./cmd/compile/internal/arm64/reg.go	/^func RtoB(r int) uint64 {$/;"	f
 10569  RtoB	./cmd/compile/internal/ppc64/reg.go	/^func RtoB(r int) uint64 {$/;"	f
 10570  RtoB	./cmd/compile/internal/x86/reg.go	/^func RtoB(r int) uint64 {$/;"	f
 10571  Rtprio	./runtime/defs_dragonfly.go	/^type Rtprio C.struct_rtprio$/;"	t
 10572  Rtprio	./runtime/defs_freebsd.go	/^type Rtprio C.struct_rtprio$/;"	t
 10573  Run	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func (ext *ExtDis) Run(cmd ...string) (*bufio.Reader, error) {$/;"	f
 10574  Run	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func (ext *ExtDis) Run(cmd ...string) (*bufio.Reader, error) {$/;"	f
 10575  Run	./os/exec/exec.go	/^func (c *Cmd) Run() error {$/;"	f
 10576  Run	./testing/testing.go	/^func (m *M) Run() int {$/;"	f
 10577  RunBenchmarks	./go/doc/testdata/benchmark.go	/^func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {$/;"	f
 10578  RunBenchmarks	./testing/benchmark.go	/^func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {$/;"	f
 10579  RunExamples	./go/doc/testdata/example.go	/^func RunExamples(examples []InternalExample) (ok bool) {$/;"	f
 10580  RunExamples	./testing/example.go	/^func RunExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ok bool) {$/;"	f
 10581  RunParallel	./testing/benchmark.go	/^func (b *B) RunParallel(body func(*PB)) {$/;"	f
 10582  RunSchedLocalQueueStealTest	./runtime/export_test.go	/^func RunSchedLocalQueueStealTest() {$/;"	f
 10583  RunSchedLocalQueueTest	./runtime/export_test.go	/^func RunSchedLocalQueueTest() {$/;"	f
 10584  RunTests	./go/doc/testdata/testing.go	/^func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {$/;"	f
 10585  RunTests	./testing/testing.go	/^func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {$/;"	f
 10586  RuneCount	./unicode/utf8/utf8.go	/^func RuneCount(p []byte) int {$/;"	f
 10587  RuneCountInString	./unicode/utf8/utf8.go	/^func RuneCountInString(s string) (n int) {$/;"	f
 10588  RuneCountTest	./unicode/utf8/utf8_test.go	/^type RuneCountTest struct {$/;"	t
 10589  RuneLen	./unicode/utf8/utf8.go	/^func RuneLen(r rune) int {$/;"	f
 10590  RuneLenTest	./unicode/utf8/utf8_test.go	/^type RuneLenTest struct {$/;"	t
 10591  RuneReader	./io/io.go	/^type RuneReader interface {$/;"	t
 10592  RuneScanner	./io/io.go	/^type RuneScanner interface {$/;"	t
 10593  RuneStart	./unicode/utf8/utf8.go	/^func RuneStart(b byte) bool { return b&0xC0 != 0x80 }$/;"	f
 10594  Runes	./bytes/bytes.go	/^func Runes(s []byte) []rune {$/;"	f
 10595  RunesTest	./bytes/bytes_test.go	/^type RunesTest struct {$/;"	t
 10596  RunesTests	./bytes/bytes_test.go	/^var RunesTests = []RunesTest{$/;"	v
 10597  RunesTests	./strings/strings_test.go	/^var RunesTests = []struct {$/;"	v
 10598  Runnable	./cmd/go/main.go	/^func (c *Command) Runnable() bool {$/;"	f
 10599  RuntimeError	./runtime/error.go	/^func (*TypeAssertionError) RuntimeError() {}$/;"	f
 10600  RuntimeError	./runtime/error.go	/^func (e errorString) RuntimeError() {}$/;"	f
 10601  Runtime_Semacquire	./sync/export_test.go	/^var Runtime_Semacquire = runtime_Semacquire$/;"	v
 10602  Runtime_Semrelease	./sync/export_test.go	/^var Runtime_Semrelease = runtime_Semrelease$/;"	v
 10603  Runtimepkg	./cmd/compile/internal/gc/go.go	/^var Runtimepkg *Pkg \/\/ package runtime$/;"	v
 10604  Rusage	./syscall/syscall_nacl.go	/^type Rusage struct {$/;"	t
 10605  Rusage	./syscall/syscall_windows.go	/^type Rusage struct {$/;"	t
 10606  Rusage	./syscall/types_darwin.go	/^type Rusage C.struct_rusage$/;"	t
 10607  Rusage	./syscall/types_dragonfly.go	/^type Rusage C.struct_rusage$/;"	t
 10608  Rusage	./syscall/types_freebsd.go	/^type Rusage C.struct_rusage$/;"	t
 10609  Rusage	./syscall/types_linux.go	/^type Rusage C.struct_rusage$/;"	t
 10610  Rusage	./syscall/types_netbsd.go	/^type Rusage C.struct_rusage$/;"	t
 10611  Rusage	./syscall/types_openbsd.go	/^type Rusage C.struct_rusage$/;"	t
 10612  Rusage	./syscall/types_solaris.go	/^type Rusage C.struct_rusage$/;"	t
 10613  Rusage	./syscall/ztypes_darwin_386.go	/^type Rusage struct {$/;"	t
 10614  Rusage	./syscall/ztypes_darwin_amd64.go	/^type Rusage struct {$/;"	t
 10615  Rusage	./syscall/ztypes_darwin_arm.go	/^type Rusage struct {$/;"	t
 10616  Rusage	./syscall/ztypes_darwin_arm64.go	/^type Rusage struct {$/;"	t
 10617  Rusage	./syscall/ztypes_dragonfly_amd64.go	/^type Rusage struct {$/;"	t
 10618  Rusage	./syscall/ztypes_freebsd_386.go	/^type Rusage struct {$/;"	t
 10619  Rusage	./syscall/ztypes_freebsd_amd64.go	/^type Rusage struct {$/;"	t
 10620  Rusage	./syscall/ztypes_freebsd_arm.go	/^type Rusage struct {$/;"	t
 10621  Rusage	./syscall/ztypes_linux_386.go	/^type Rusage struct {$/;"	t
 10622  Rusage	./syscall/ztypes_linux_amd64.go	/^type Rusage struct {$/;"	t
 10623  Rusage	./syscall/ztypes_linux_arm.go	/^type Rusage struct {$/;"	t
 10624  Rusage	./syscall/ztypes_linux_arm64.go	/^type Rusage struct {$/;"	t
 10625  Rusage	./syscall/ztypes_linux_ppc64.go	/^type Rusage struct {$/;"	t
 10626  Rusage	./syscall/ztypes_linux_ppc64le.go	/^type Rusage struct {$/;"	t
 10627  Rusage	./syscall/ztypes_netbsd_386.go	/^type Rusage struct {$/;"	t
 10628  Rusage	./syscall/ztypes_netbsd_amd64.go	/^type Rusage struct {$/;"	t
 10629  Rusage	./syscall/ztypes_netbsd_arm.go	/^type Rusage struct {$/;"	t
 10630  Rusage	./syscall/ztypes_openbsd_386.go	/^type Rusage struct {$/;"	t
 10631  Rusage	./syscall/ztypes_openbsd_amd64.go	/^type Rusage struct {$/;"	t
 10632  Rusage	./syscall/ztypes_openbsd_arm.go	/^type Rusage struct {$/;"	t
 10633  Rusage	./syscall/ztypes_solaris_amd64.go	/^type Rusage struct {$/;"	t
 10634  Rw	./crypto/sha1/sha1block_arm.s	/^#define Rw	R14		\/\/ point to w buffer$/;"	d
 10635  S0	./go/doc/testdata/error1.go	/^type S0 struct {$/;"	t
 10636  S0	./go/doc/testdata/error2.go	/^type S0 struct {$/;"	t
 10637  S0	./reflect/all_test.go	/^type S0 struct {$/;"	t
 10638  S1	./reflect/all_test.go	/^type S1 struct {$/;"	t
 10639  S10	./encoding/json/decode_test.go	/^type S10 struct {$/;"	t
 10640  S10	./reflect/all_test.go	/^type S10 struct {$/;"	t
 10641  S11	./encoding/json/decode_test.go	/^type S11 struct {$/;"	t
 10642  S11	./reflect/all_test.go	/^type S11 struct {$/;"	t
 10643  S12	./encoding/json/decode_test.go	/^type S12 struct {$/;"	t
 10644  S12	./reflect/all_test.go	/^type S12 struct {$/;"	t
 10645  S13	./encoding/json/decode_test.go	/^type S13 struct {$/;"	t
 10646  S13	./reflect/all_test.go	/^type S13 struct {$/;"	t
 10647  S14	./reflect/all_test.go	/^type S14 struct {$/;"	t
 10648  S15	./reflect/all_test.go	/^type S15 struct {$/;"	t
 10649  S16	./reflect/all_test.go	/^type S16 struct {$/;"	t
 10650  S1x	./reflect/all_test.go	/^type S1x struct {$/;"	t
 10651  S1y	./reflect/all_test.go	/^type S1y struct {$/;"	t
 10652  S2	./cmd/api/testdata/src/pkg/p1/p1.go	/^type S2 struct {$/;"	t
 10653  S2	./reflect/all_test.go	/^type S2 struct {$/;"	t
 10654  S2	./runtime/race/testdata/comp_test.go	/^type S2 S$/;"	t
 10655  S3	./reflect/all_test.go	/^type S3 struct {$/;"	t
 10656  S4	./reflect/all_test.go	/^type S4 struct {$/;"	t
 10657  S5	./encoding/json/decode_test.go	/^type S5 struct {$/;"	t
 10658  S5	./reflect/all_test.go	/^type S5 struct {$/;"	t
 10659  S6	./encoding/json/decode_test.go	/^type S6 struct {$/;"	t
 10660  S6	./reflect/all_test.go	/^type S6 struct {$/;"	t
 10661  S7	./encoding/json/decode_test.go	/^type S7 S6$/;"	t
 10662  S7	./reflect/all_test.go	/^type S7 S6$/;"	t
 10663  S8	./encoding/json/decode_test.go	/^type S8 struct {$/;"	t
 10664  S8	./reflect/all_test.go	/^type S8 struct {$/;"	t
 10665  S9	./encoding/json/decode_test.go	/^type S9 struct {$/;"	t
 10666  S9	./reflect/all_test.go	/^type S9 struct {$/;"	t
 10667  SDATA	./cmd/link/internal/ld/pe.go	/^		\/\/ Note: although address of runtime.edata (type SDATA) is at the start of .bss section$/;"	t
 10668  SE	./fmt/fmt_test.go	/^type SE []interface{} \/\/ slice of empty; notational compactness.$/;"	t
 10669  SEG_32BIT	./runtime/sys_linux_386.s	/^#define SEG_32BIT 0x01$/;"	d
 10670  SEG_NOT_PRESENT	./runtime/sys_linux_386.s	/^#define SEG_NOT_PRESENT 0x20$/;"	d
 10671  SELFGOT	./cmd/link/internal/ld/data.go	/^	\/\/ from input files.  Both are type SELFGOT, so in that case$/;"	t
 10672  SETASC	./cmd/yacc/yacc.go	/^func SETASC(i, j int) int { return i | j }$/;"	f
 10673  SETHI	./runtime/asm_386.s	/^	SETHI	DX$/;"	d
 10674  SETPLEV	./cmd/yacc/yacc.go	/^func SETPLEV(i, j int) int { return i | (j << 4) }$/;"	f
 10675  SETTYPE	./cmd/yacc/yacc.go	/^func SETTYPE(i, j int) int { return i | (j << 10) }$/;"	f
 10676  SHA256ROUND	./crypto/sha256/sha256block_386.s	/^#define SHA256ROUND(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10677  SHA256ROUND	./crypto/sha256/sha256block_amd64.s	/^#define SHA256ROUND(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10678  SHA256ROUND0	./crypto/sha256/sha256block_386.s	/^#define SHA256ROUND0(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10679  SHA256ROUND0	./crypto/sha256/sha256block_amd64.s	/^#define SHA256ROUND0(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10680  SHA256ROUND1	./crypto/sha256/sha256block_386.s	/^#define SHA256ROUND1(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10681  SHA256ROUND1	./crypto/sha256/sha256block_amd64.s	/^#define SHA256ROUND1(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10682  SHA256T1	./crypto/sha256/sha256block_386.s	/^#define SHA256T1(const, e, f, g, h) \\$/;"	d
 10683  SHA256T1	./crypto/sha256/sha256block_amd64.s	/^#define SHA256T1(const, e, f, g, h) \\$/;"	d
 10684  SHA256T2	./crypto/sha256/sha256block_386.s	/^#define SHA256T2(a, b, c) \\$/;"	d
 10685  SHA256T2	./crypto/sha256/sha256block_amd64.s	/^#define SHA256T2(a, b, c) \\$/;"	d
 10686  SHA512ROUND	./crypto/sha512/sha512block_amd64.s	/^#define SHA512ROUND(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10687  SHA512ROUND0	./crypto/sha512/sha512block_amd64.s	/^#define SHA512ROUND0(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10688  SHA512ROUND1	./crypto/sha512/sha512block_amd64.s	/^#define SHA512ROUND1(index, const, a, b, c, d, e, f, g, h) \\$/;"	d
 10689  SHA512T1	./crypto/sha512/sha512block_amd64.s	/^#define SHA512T1(const, e, f, g, h) \\$/;"	d
 10690  SHA512T2	./crypto/sha512/sha512block_amd64.s	/^#define SHA512T2(a, b, c) \\$/;"	d
 10691  SHUFFLE	./crypto/sha1/sha1block_386.s	/^#define SHUFFLE(index, e) \\$/;"	d
 10692  SHUFFLE	./crypto/sha1/sha1block_amd64.s	/^#define SHUFFLE(index) \\$/;"	d
 10693  SHUFFLE	./crypto/sha1/sha1block_amd64p32.s	/^#define SHUFFLE(index) \\$/;"	d
 10694  SHUFFLE	./crypto/sha1/sha1block_arm.s	/^#define SHUFFLE(Re) \\$/;"	d
 10695  SI	./cmd/api/testdata/src/pkg/p1/p1.go	/^type SI struct {$/;"	t
 10696  SI	./fmt/fmt_test.go	/^type SI struct {$/;"	t
 10697  SID	./syscall/security_windows.go	/^type SID struct{}$/;"	t
 10698  SIDAndAttributes	./syscall/security_windows.go	/^type SIDAndAttributes struct {$/;"	t
 10699  SIPtr	./cmd/api/testdata/src/pkg/p1/p1.go	/^var SIPtr = &SI{}$/;"	v
 10700  SIPtr2	./cmd/api/testdata/src/pkg/p1/p1.go	/^var SIPtr2 *SI$/;"	v
 10701  SIVal	./cmd/api/testdata/src/pkg/p1/p1.go	/^var SIVal = SI{}$/;"	v
 10702  SKIP	./crypto/rc4/rc4_amd64.s	/^#define SKIP(off, reg)$/;"	d
 10703  SKIP	./crypto/rc4/rc4_amd64p32.s	/^#define SKIP(off, reg)$/;"	d
 10704  SMethod	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (s *S2) SMethod(x int8, y int16, z int64) {}$/;"	f
 10705  SRV	./net/dnsclient.go	/^type SRV struct {$/;"	t
 10706  SSLExtraCertChainPolicyPara	./syscall/ztypes_windows.go	/^type SSLExtraCertChainPolicyPara struct {$/;"	t
 10707  ST	./cmd/vet/testdata/assign.go	/^type ST struct {$/;"	t
 10708  STACKSIZE	./runtime/cgo/gcc_windows_386.c	/^#define STACKSIZE /;"	d	file:
 10709  STACKSIZE	./runtime/cgo/gcc_windows_amd64.c	/^#define STACKSIZE /;"	d	file:
 10710  STORE	./cmd/compile/internal/gc/reg.go	/^func STORE(r *Reg, z int) uint64 {$/;"	f
 10711  ST_BIND	./debug/elf/elf.go	/^func ST_BIND(info uint8) SymBind { return SymBind(info >> 4) }$/;"	f
 10712  ST_INFO	./debug/elf/elf.go	/^func ST_INFO(bind SymBind, typ SymType) uint8 {$/;"	f
 10713  ST_TYPE	./debug/elf/elf.go	/^func ST_TYPE(info uint8) SymType { return SymType(info & 0xF) }$/;"	f
 10714  ST_VISIBILITY	./debug/elf/elf.go	/^func ST_VISIBILITY(other uint8) SymVis { return SymVis(other & 3) }$/;"	f
 10715  SYSARG4	./cmd/internal/obj/arm64/asm7.go	/^func SYSARG4(op1 int, Cn int, Cm int, op2 int) int {$/;"	f
 10716  SYSARG5	./cmd/internal/obj/arm64/asm7.go	/^func SYSARG5(op0 int, op1 int, Cn int, Cm int, op2 int) int {$/;"	f
 10717  SYSHINT	./cmd/internal/obj/arm64/asm7.go	/^func SYSHINT(x uint32) uint32 {$/;"	f
 10718  SYSOP	./cmd/internal/obj/arm64/asm7.go	/^func SYSOP(l uint32, op0 uint32, op1 uint32, crn uint32, crm uint32, op2 uint32, rt uint32) uint32 {$/;"	f
 10719  SYS_BASE	./runtime/sys_freebsd_arm.s	/^#define SYS_BASE 0x0$/;"	d
 10720  SYS_BASE	./runtime/sys_linux_arm.s	/^#define SYS_BASE 0x0$/;"	d
 10721  SYS_SEEK	./syscall/asm_plan9_386.s	/^#define SYS_SEEK 39	\/* from zsysnum_plan9_386.go *\/$/;"	d
 10722  SYS_SEEK	./syscall/asm_plan9_amd64.s	/^#define SYS_SEEK 39	\/* from zsysnum_plan9_amd64.go *\/$/;"	d
 10723  SYS_SOCKETCALL	./syscall/asm_linux_386.s	/^#define SYS_SOCKETCALL 102	\/* from zsysnum_linux_386.go *\/$/;"	d
 10724  SYS__LLSEEK	./syscall/asm_linux_386.s	/^#define SYS__LLSEEK 140	\/* from zsysnum_linux_386.go *\/$/;"	d
 10725  SYS__LLSEEK	./syscall/asm_linux_arm.s	/^#define SYS__LLSEEK 140  \/* from zsysnum_linux_arm.go *\/$/;"	d
 10726  SYS___pthread_kill	./runtime/sys_darwin_arm.s	/^#define	SYS___pthread_kill 328$/;"	d
 10727  SYS___pthread_kill	./runtime/sys_darwin_arm64.s	/^#define	SYS___pthread_kill 328$/;"	d
 10728  SYS___sysctl	./runtime/sys_darwin_arm.s	/^#define	SYS___sysctl       202$/;"	d
 10729  SYS___sysctl	./runtime/sys_darwin_arm64.s	/^#define	SYS___sysctl       202$/;"	d
 10730  SYS___sysctl	./runtime/sys_freebsd_arm.s	/^#define SYS___sysctl (SYS_BASE + 202)$/;"	d
 10731  SYS__umtx_op	./runtime/sys_freebsd_arm.s	/^#define SYS__umtx_op (SYS_BASE + 454)$/;"	d
 10732  SYS_access	./runtime/sys_linux_arm.s	/^#define SYS_access (SYS_BASE + 33)$/;"	d
 10733  SYS_access	./runtime/syscall_nacl.h	/^#define SYS_access /;"	d
 10734  SYS_brk	./runtime/syscall_nacl.h	/^#define SYS_brk /;"	d
 10735  SYS_bsdthread_create	./runtime/sys_darwin_arm.s	/^#define	SYS_bsdthread_create 360$/;"	d
 10736  SYS_bsdthread_create	./runtime/sys_darwin_arm64.s	/^#define	SYS_bsdthread_create 360$/;"	d
 10737  SYS_bsdthread_register	./runtime/sys_darwin_arm.s	/^#define	SYS_bsdthread_register 366$/;"	d
 10738  SYS_bsdthread_register	./runtime/sys_darwin_arm64.s	/^#define	SYS_bsdthread_register 366$/;"	d
 10739  SYS_bsdthread_terminate	./runtime/sys_darwin_arm.s	/^#define	SYS_bsdthread_terminate 361$/;"	d
 10740  SYS_bsdthread_terminate	./runtime/sys_darwin_arm64.s	/^#define	SYS_bsdthread_terminate 361$/;"	d
 10741  SYS_chdir	./runtime/syscall_nacl.h	/^#define SYS_chdir /;"	d
 10742  SYS_chmod	./runtime/syscall_nacl.h	/^#define SYS_chmod /;"	d
 10743  SYS_clock	./runtime/syscall_nacl.h	/^#define SYS_clock /;"	d
 10744  SYS_clock_getres	./runtime/syscall_nacl.h	/^#define SYS_clock_getres /;"	d
 10745  SYS_clock_gettime	./runtime/sys_freebsd_arm.s	/^#define SYS_clock_gettime (SYS_BASE + 232)$/;"	d
 10746  SYS_clock_gettime	./runtime/sys_linux_arm.s	/^#define SYS_clock_gettime (SYS_BASE + 263)$/;"	d
 10747  SYS_clock_gettime	./runtime/sys_linux_arm64.s	/^#define SYS_clock_gettime	113$/;"	d
 10748  SYS_clock_gettime	./runtime/sys_linux_ppc64x.s	/^#define SYS_clock_gettime	246$/;"	d
 10749  SYS_clock_gettime	./runtime/syscall_nacl.h	/^#define SYS_clock_gettime /;"	d
 10750  SYS_clone	./runtime/sys_linux_arm.s	/^#define SYS_clone (SYS_BASE + 120)$/;"	d
 10751  SYS_clone	./runtime/sys_linux_arm64.s	/^#define SYS_clone		220$/;"	d
 10752  SYS_clone	./runtime/sys_linux_ppc64x.s	/^#define SYS_clone		120$/;"	d
 10753  SYS_close	./runtime/sys_darwin_arm.s	/^#define	SYS_close          6$/;"	d
 10754  SYS_close	./runtime/sys_darwin_arm64.s	/^#define	SYS_close          6$/;"	d
 10755  SYS_close	./runtime/sys_freebsd_arm.s	/^#define SYS_close (SYS_BASE + 6)$/;"	d
 10756  SYS_close	./runtime/sys_linux_arm.s	/^#define SYS_close (SYS_BASE + 6)$/;"	d
 10757  SYS_close	./runtime/sys_linux_arm64.s	/^#define SYS_close		57$/;"	d
 10758  SYS_close	./runtime/sys_linux_ppc64x.s	/^#define SYS_close		  6$/;"	d
 10759  SYS_close	./runtime/syscall_nacl.h	/^#define SYS_close /;"	d
 10760  SYS_cond_broadcast	./runtime/syscall_nacl.h	/^#define SYS_cond_broadcast /;"	d
 10761  SYS_cond_create	./runtime/syscall_nacl.h	/^#define SYS_cond_create /;"	d
 10762  SYS_cond_signal	./runtime/syscall_nacl.h	/^#define SYS_cond_signal /;"	d
 10763  SYS_cond_timed_wait_abs	./runtime/syscall_nacl.h	/^#define SYS_cond_timed_wait_abs /;"	d
 10764  SYS_cond_wait	./runtime/syscall_nacl.h	/^#define SYS_cond_wait /;"	d
 10765  SYS_connect	./runtime/sys_linux_arm.s	/^#define SYS_connect (SYS_BASE + 283)$/;"	d
 10766  SYS_dup	./runtime/syscall_nacl.h	/^#define SYS_dup /;"	d
 10767  SYS_dup2	./runtime/syscall_nacl.h	/^#define SYS_dup2 /;"	d
 10768  SYS_dyncode_create	./runtime/syscall_nacl.h	/^#define SYS_dyncode_create /;"	d
 10769  SYS_dyncode_delete	./runtime/syscall_nacl.h	/^#define SYS_dyncode_delete /;"	d
 10770  SYS_dyncode_modify	./runtime/syscall_nacl.h	/^#define SYS_dyncode_modify /;"	d
 10771  SYS_epoll_create	./runtime/sys_linux_arm.s	/^#define SYS_epoll_create (SYS_BASE + 250)$/;"	d
 10772  SYS_epoll_create	./runtime/sys_linux_ppc64x.s	/^#define SYS_epoll_create	236$/;"	d
 10773  SYS_epoll_create1	./runtime/sys_linux_arm.s	/^#define SYS_epoll_create1 (SYS_BASE + 357)$/;"	d
 10774  SYS_epoll_create1	./runtime/sys_linux_arm64.s	/^#define SYS_epoll_create1	20$/;"	d
 10775  SYS_epoll_create1	./runtime/sys_linux_ppc64x.s	/^#define SYS_epoll_create1	315$/;"	d
 10776  SYS_epoll_ctl	./runtime/sys_linux_arm.s	/^#define SYS_epoll_ctl (SYS_BASE + 251)$/;"	d
 10777  SYS_epoll_ctl	./runtime/sys_linux_arm64.s	/^#define SYS_epoll_ctl		21$/;"	d
 10778  SYS_epoll_ctl	./runtime/sys_linux_ppc64x.s	/^#define SYS_epoll_ctl		237$/;"	d
 10779  SYS_epoll_pwait	./runtime/sys_linux_arm64.s	/^#define SYS_epoll_pwait		22$/;"	d
 10780  SYS_epoll_wait	./runtime/sys_linux_arm.s	/^#define SYS_epoll_wait (SYS_BASE + 252)$/;"	d
 10781  SYS_epoll_wait	./runtime/sys_linux_ppc64x.s	/^#define SYS_epoll_wait		238$/;"	d
 10782  SYS_exception_clear_flag	./runtime/syscall_nacl.h	/^#define SYS_exception_clear_flag /;"	d
 10783  SYS_exception_handler	./runtime/syscall_nacl.h	/^#define SYS_exception_handler /;"	d
 10784  SYS_exception_stack	./runtime/syscall_nacl.h	/^#define SYS_exception_stack /;"	d
 10785  SYS_exit	./runtime/sys_darwin_arm.s	/^#define	SYS_exit           1$/;"	d
 10786  SYS_exit	./runtime/sys_darwin_arm64.s	/^#define	SYS_exit           1$/;"	d
 10787  SYS_exit	./runtime/sys_freebsd_arm.s	/^#define SYS_exit (SYS_BASE + 1)$/;"	d
 10788  SYS_exit	./runtime/sys_linux_arm.s	/^#define SYS_exit (SYS_BASE + 1)$/;"	d
 10789  SYS_exit	./runtime/sys_linux_arm64.s	/^#define SYS_exit		93$/;"	d
 10790  SYS_exit	./runtime/sys_linux_ppc64x.s	/^#define SYS_exit		  1$/;"	d
 10791  SYS_exit	./runtime/syscall_nacl.h	/^#define SYS_exit /;"	d
 10792  SYS_exit_group	./runtime/sys_linux_arm.s	/^#define SYS_exit_group (SYS_BASE + 248)$/;"	d
 10793  SYS_exit_group	./runtime/sys_linux_arm64.s	/^#define SYS_exit_group		94$/;"	d
 10794  SYS_exit_group	./runtime/sys_linux_ppc64x.s	/^#define SYS_exit_group		234$/;"	d
 10795  SYS_fcntl	./runtime/sys_darwin_arm.s	/^#define	SYS_fcntl          92$/;"	d
 10796  SYS_fcntl	./runtime/sys_darwin_arm64.s	/^#define	SYS_fcntl          92$/;"	d
 10797  SYS_fcntl	./runtime/sys_freebsd_arm.s	/^#define SYS_fcntl (SYS_BASE + 92)$/;"	d
 10798  SYS_fcntl	./runtime/sys_linux_arm.s	/^#define SYS_fcntl (SYS_BASE + 55)$/;"	d
 10799  SYS_fcntl	./runtime/sys_linux_arm64.s	/^#define SYS_fcntl		25$/;"	d
 10800  SYS_fcntl	./runtime/sys_linux_ppc64x.s	/^#define SYS_fcntl		 55$/;"	d
 10801  SYS_fstat	./runtime/syscall_nacl.h	/^#define SYS_fstat /;"	d
 10802  SYS_futex	./runtime/sys_linux_arm.s	/^#define SYS_futex (SYS_BASE + 240)$/;"	d
 10803  SYS_futex	./runtime/sys_linux_arm64.s	/^#define SYS_futex		98$/;"	d
 10804  SYS_futex	./runtime/sys_linux_ppc64x.s	/^#define SYS_futex		221$/;"	d
 10805  SYS_futex_wait_abs	./runtime/syscall_nacl.h	/^#define SYS_futex_wait_abs /;"	d
 10806  SYS_futex_wake	./runtime/syscall_nacl.h	/^#define SYS_futex_wake /;"	d
 10807  SYS_get_random_bytes	./runtime/syscall_nacl.h	/^#define SYS_get_random_bytes /;"	d
 10808  SYS_getcwd	./runtime/syscall_nacl.h	/^#define SYS_getcwd /;"	d
 10809  SYS_getdents	./runtime/syscall_nacl.h	/^#define SYS_getdents /;"	d
 10810  SYS_getpid	./runtime/sys_darwin_arm.s	/^#define	SYS_getpid         20$/;"	d
 10811  SYS_getpid	./runtime/sys_darwin_arm64.s	/^#define	SYS_getpid         20$/;"	d
 10812  SYS_getpid	./runtime/sys_freebsd_arm.s	/^#define SYS_getpid (SYS_BASE + 20)$/;"	d
 10813  SYS_getpid	./runtime/sys_linux_arm.s	/^#define SYS_getpid (SYS_BASE + 20)$/;"	d
 10814  SYS_getpid	./runtime/sys_linux_arm64.s	/^#define SYS_getpid		172$/;"	d
 10815  SYS_getpid	./runtime/sys_linux_ppc64x.s	/^#define SYS_getpid		 20$/;"	d
 10816  SYS_getpid	./runtime/syscall_nacl.h	/^#define SYS_getpid /;"	d
 10817  SYS_getrlimit	./runtime/sys_freebsd_arm.s	/^#define SYS_getrlimit (SYS_BASE + 194)$/;"	d
 10818  SYS_getrlimit	./runtime/sys_linux_arm64.s	/^#define SYS_getrlimit		163$/;"	d
 10819  SYS_gettid	./runtime/sys_linux_arm.s	/^#define SYS_gettid (SYS_BASE + 224)$/;"	d
 10820  SYS_gettid	./runtime/sys_linux_arm64.s	/^#define SYS_gettid		178$/;"	d
 10821  SYS_gettid	./runtime/sys_linux_ppc64x.s	/^#define SYS_gettid		207$/;"	d
 10822  SYS_gettimeofday	./runtime/sys_darwin_arm.s	/^#define	SYS_gettimeofday   116$/;"	d
 10823  SYS_gettimeofday	./runtime/sys_darwin_arm64.s	/^#define	SYS_gettimeofday   116$/;"	d
 10824  SYS_gettimeofday	./runtime/sys_linux_arm.s	/^#define SYS_gettimeofday (SYS_BASE + 78)$/;"	d
 10825  SYS_gettimeofday	./runtime/sys_linux_arm64.s	/^#define SYS_gettimeofday	169$/;"	d
 10826  SYS_gettimeofday	./runtime/sys_linux_ppc64x.s	/^#define SYS_gettimeofday	 78$/;"	d
 10827  SYS_gettimeofday	./runtime/syscall_nacl.h	/^#define SYS_gettimeofday /;"	d
 10828  SYS_imc_accept	./runtime/syscall_nacl.h	/^#define SYS_imc_accept /;"	d
 10829  SYS_imc_connect	./runtime/syscall_nacl.h	/^#define SYS_imc_connect /;"	d
 10830  SYS_imc_makeboundsock	./runtime/syscall_nacl.h	/^#define SYS_imc_makeboundsock /;"	d
 10831  SYS_imc_mem_obj_create	./runtime/syscall_nacl.h	/^#define SYS_imc_mem_obj_create /;"	d
 10832  SYS_imc_recvmsg	./runtime/syscall_nacl.h	/^#define SYS_imc_recvmsg /;"	d
 10833  SYS_imc_sendmsg	./runtime/syscall_nacl.h	/^#define SYS_imc_sendmsg /;"	d
 10834  SYS_imc_socketpair	./runtime/syscall_nacl.h	/^#define SYS_imc_socketpair /;"	d
 10835  SYS_isatty	./runtime/syscall_nacl.h	/^#define SYS_isatty /;"	d
 10836  SYS_kevent	./runtime/sys_darwin_arm.s	/^#define	SYS_kevent         363$/;"	d
 10837  SYS_kevent	./runtime/sys_darwin_arm64.s	/^#define	SYS_kevent         363$/;"	d
 10838  SYS_kevent	./runtime/sys_freebsd_arm.s	/^#define SYS_kevent (SYS_BASE + 363)$/;"	d
 10839  SYS_kill	./runtime/sys_darwin_arm.s	/^#define	SYS_kill           37$/;"	d
 10840  SYS_kill	./runtime/sys_darwin_arm64.s	/^#define	SYS_kill           37$/;"	d
 10841  SYS_kill	./runtime/sys_freebsd_arm.s	/^#define SYS_kill (SYS_BASE + 37)$/;"	d
 10842  SYS_kill	./runtime/sys_linux_arm.s	/^#define SYS_kill (SYS_BASE + 37)$/;"	d
 10843  SYS_kill	./runtime/sys_linux_arm64.s	/^#define SYS_kill		129$/;"	d
 10844  SYS_kill	./runtime/sys_linux_ppc64x.s	/^#define SYS_kill		 37$/;"	d
 10845  SYS_kqueue	./runtime/sys_darwin_arm.s	/^#define	SYS_kqueue         362$/;"	d
 10846  SYS_kqueue	./runtime/sys_darwin_arm64.s	/^#define	SYS_kqueue         362$/;"	d
 10847  SYS_kqueue	./runtime/sys_freebsd_arm.s	/^#define SYS_kqueue (SYS_BASE + 362)$/;"	d
 10848  SYS_link	./runtime/syscall_nacl.h	/^#define SYS_link /;"	d
 10849  SYS_list_mappings	./runtime/syscall_nacl.h	/^#define SYS_list_mappings /;"	d
 10850  SYS_lseek	./runtime/syscall_nacl.h	/^#define SYS_lseek /;"	d
 10851  SYS_lstat	./runtime/syscall_nacl.h	/^#define SYS_lstat /;"	d
 10852  SYS_madvise	./runtime/sys_darwin_arm.s	/^#define	SYS_madvise        75$/;"	d
 10853  SYS_madvise	./runtime/sys_darwin_arm64.s	/^#define	SYS_madvise        75$/;"	d
 10854  SYS_madvise	./runtime/sys_freebsd_arm.s	/^#define SYS_madvise (SYS_BASE + 75)$/;"	d
 10855  SYS_madvise	./runtime/sys_linux_arm.s	/^#define SYS_madvise (SYS_BASE + 220)$/;"	d
 10856  SYS_madvise	./runtime/sys_linux_arm64.s	/^#define SYS_madvise		233$/;"	d
 10857  SYS_madvise	./runtime/sys_linux_ppc64x.s	/^#define SYS_madvise		205$/;"	d
 10858  SYS_mincore	./runtime/sys_darwin_arm.s	/^#define	SYS_mincore        78$/;"	d
 10859  SYS_mincore	./runtime/sys_darwin_arm64.s	/^#define	SYS_mincore        78$/;"	d
 10860  SYS_mincore	./runtime/sys_linux_arm.s	/^#define SYS_mincore (SYS_BASE + 219)$/;"	d
 10861  SYS_mincore	./runtime/sys_linux_arm64.s	/^#define SYS_mincore		232$/;"	d
 10862  SYS_mincore	./runtime/sys_linux_ppc64x.s	/^#define SYS_mincore		206$/;"	d
 10863  SYS_mkdir	./runtime/syscall_nacl.h	/^#define SYS_mkdir /;"	d
 10864  SYS_mmap	./runtime/sys_darwin_arm.s	/^#define	SYS_mmap           197$/;"	d
 10865  SYS_mmap	./runtime/sys_darwin_arm64.s	/^#define	SYS_mmap           197$/;"	d
 10866  SYS_mmap	./runtime/sys_freebsd_arm.s	/^#define SYS_mmap (SYS_BASE + 477) $/;"	d
 10867  SYS_mmap	./runtime/sys_linux_arm64.s	/^#define SYS_mmap		222$/;"	d
 10868  SYS_mmap	./runtime/sys_linux_ppc64x.s	/^#define SYS_mmap		 90$/;"	d
 10869  SYS_mmap	./runtime/syscall_nacl.h	/^#define SYS_mmap /;"	d
 10870  SYS_mmap2	./runtime/sys_linux_arm.s	/^#define SYS_mmap2 (SYS_BASE + 192)$/;"	d
 10871  SYS_mprotect	./runtime/syscall_nacl.h	/^#define SYS_mprotect /;"	d
 10872  SYS_munmap	./runtime/sys_darwin_arm.s	/^#define	SYS_munmap         73$/;"	d
 10873  SYS_munmap	./runtime/sys_darwin_arm64.s	/^#define	SYS_munmap         73$/;"	d
 10874  SYS_munmap	./runtime/sys_freebsd_arm.s	/^#define SYS_munmap (SYS_BASE + 73)$/;"	d
 10875  SYS_munmap	./runtime/sys_linux_arm.s	/^#define SYS_munmap (SYS_BASE + 91)$/;"	d
 10876  SYS_munmap	./runtime/sys_linux_arm64.s	/^#define SYS_munmap		215$/;"	d
 10877  SYS_munmap	./runtime/sys_linux_ppc64x.s	/^#define SYS_munmap		 91$/;"	d
 10878  SYS_munmap	./runtime/syscall_nacl.h	/^#define SYS_munmap /;"	d
 10879  SYS_mutex_create	./runtime/syscall_nacl.h	/^#define SYS_mutex_create /;"	d
 10880  SYS_mutex_lock	./runtime/syscall_nacl.h	/^#define SYS_mutex_lock /;"	d
 10881  SYS_mutex_trylock	./runtime/syscall_nacl.h	/^#define SYS_mutex_trylock /;"	d
 10882  SYS_mutex_unlock	./runtime/syscall_nacl.h	/^#define SYS_mutex_unlock /;"	d
 10883  SYS_nameservice	./runtime/syscall_nacl.h	/^#define SYS_nameservice /;"	d
 10884  SYS_nanosleep	./runtime/sys_freebsd_arm.s	/^#define SYS_nanosleep (SYS_BASE + 240)$/;"	d
 10885  SYS_nanosleep	./runtime/syscall_nacl.h	/^#define SYS_nanosleep /;"	d
 10886  SYS_newselect	./runtime/sys_linux_ppc64x.s	/^#define SYS_newselect		142$/;"	d
 10887  SYS_null	./runtime/syscall_nacl.h	/^#define SYS_null /;"	d
 10888  SYS_open	./runtime/sys_darwin_arm.s	/^#define	SYS_open           5$/;"	d
 10889  SYS_open	./runtime/sys_darwin_arm64.s	/^#define	SYS_open           5$/;"	d
 10890  SYS_open	./runtime/sys_freebsd_arm.s	/^#define SYS_open (SYS_BASE + 5)$/;"	d
 10891  SYS_open	./runtime/sys_linux_arm.s	/^#define SYS_open (SYS_BASE + 5)$/;"	d
 10892  SYS_open	./runtime/sys_linux_ppc64x.s	/^#define SYS_open		  5$/;"	d
 10893  SYS_open	./runtime/syscall_nacl.h	/^#define SYS_open /;"	d
 10894  SYS_openat	./runtime/sys_linux_arm64.s	/^#define SYS_openat		56$/;"	d
 10895  SYS_pread	./runtime/syscall_nacl.h	/^#define SYS_pread /;"	d
 10896  SYS_pselect6	./runtime/sys_linux_arm64.s	/^#define SYS_pselect6		72$/;"	d
 10897  SYS_pwrite	./runtime/syscall_nacl.h	/^#define SYS_pwrite /;"	d
 10898  SYS_read	./runtime/sys_darwin_arm.s	/^#define	SYS_read           3$/;"	d
 10899  SYS_read	./runtime/sys_darwin_arm64.s	/^#define	SYS_read           3$/;"	d
 10900  SYS_read	./runtime/sys_freebsd_arm.s	/^#define SYS_read (SYS_BASE + 3)$/;"	d
 10901  SYS_read	./runtime/sys_linux_arm.s	/^#define SYS_read (SYS_BASE + 3)$/;"	d
 10902  SYS_read	./runtime/sys_linux_arm64.s	/^#define SYS_read		63$/;"	d
 10903  SYS_read	./runtime/sys_linux_ppc64x.s	/^#define SYS_read		  3$/;"	d
 10904  SYS_read	./runtime/syscall_nacl.h	/^#define SYS_read /;"	d
 10905  SYS_readlink	./runtime/syscall_nacl.h	/^#define SYS_readlink /;"	d
 10906  SYS_rename	./runtime/syscall_nacl.h	/^#define SYS_rename /;"	d
 10907  SYS_rmdir	./runtime/syscall_nacl.h	/^#define SYS_rmdir /;"	d
 10908  SYS_rt_sigaction	./runtime/sys_linux_arm.s	/^#define SYS_rt_sigaction (SYS_BASE + 174)$/;"	d
 10909  SYS_rt_sigaction	./runtime/sys_linux_arm64.s	/^#define SYS_rt_sigaction	134$/;"	d
 10910  SYS_rt_sigaction	./runtime/sys_linux_ppc64x.s	/^#define SYS_rt_sigaction	173$/;"	d
 10911  SYS_rt_sigprocmask	./runtime/sys_linux_arm.s	/^#define SYS_rt_sigprocmask (SYS_BASE + 175)$/;"	d
 10912  SYS_rt_sigprocmask	./runtime/sys_linux_arm64.s	/^#define SYS_rt_sigprocmask	135$/;"	d
 10913  SYS_rt_sigprocmask	./runtime/sys_linux_ppc64x.s	/^#define SYS_rt_sigprocmask	174$/;"	d
 10914  SYS_rt_sigreturn	./runtime/sys_linux_arm.s	/^#define SYS_rt_sigreturn (SYS_BASE + 173)$/;"	d
 10915  SYS_rt_sigreturn	./runtime/sys_linux_arm64.s	/^#define SYS_rt_sigreturn	139$/;"	d
 10916  SYS_rt_sigreturn	./runtime/sys_linux_ppc64x.s	/^#define SYS_rt_sigreturn	172$/;"	d
 10917  SYS_sched_getaffinity	./runtime/sys_linux_arm.s	/^#define SYS_sched_getaffinity (SYS_BASE + 242)$/;"	d
 10918  SYS_sched_getaffinity	./runtime/sys_linux_arm64.s	/^#define SYS_sched_getaffinity	123$/;"	d
 10919  SYS_sched_getaffinity	./runtime/sys_linux_ppc64x.s	/^#define SYS_sched_getaffinity	223$/;"	d
 10920  SYS_sched_yield	./runtime/sys_freebsd_arm.s	/^#define SYS_sched_yield (SYS_BASE + 331)$/;"	d
 10921  SYS_sched_yield	./runtime/sys_linux_arm.s	/^#define SYS_sched_yield (SYS_BASE + 158)$/;"	d
 10922  SYS_sched_yield	./runtime/sys_linux_arm64.s	/^#define SYS_sched_yield		124$/;"	d
 10923  SYS_sched_yield	./runtime/sys_linux_ppc64x.s	/^#define SYS_sched_yield		158$/;"	d
 10924  SYS_sched_yield	./runtime/syscall_nacl.h	/^#define SYS_sched_yield /;"	d
 10925  SYS_second_tls_get	./runtime/syscall_nacl.h	/^#define SYS_second_tls_get /;"	d
 10926  SYS_second_tls_set	./runtime/syscall_nacl.h	/^#define SYS_second_tls_set /;"	d
 10927  SYS_select	./runtime/sys_darwin_arm.s	/^#define	SYS_select         93$/;"	d
 10928  SYS_select	./runtime/sys_darwin_arm64.s	/^#define	SYS_select         93$/;"	d
 10929  SYS_select	./runtime/sys_linux_arm.s	/^#define SYS_select (SYS_BASE + 142) \/\/ newselect$/;"	d
 10930  SYS_select	./runtime/sys_linux_ppc64x.s	/^#define SYS_select		 82	\/\/ always return -ENOSYS$/;"	d
 10931  SYS_sem_create	./runtime/syscall_nacl.h	/^#define SYS_sem_create /;"	d
 10932  SYS_sem_get_value	./runtime/syscall_nacl.h	/^#define SYS_sem_get_value /;"	d
 10933  SYS_sem_post	./runtime/syscall_nacl.h	/^#define SYS_sem_post /;"	d
 10934  SYS_sem_wait	./runtime/syscall_nacl.h	/^#define SYS_sem_wait /;"	d
 10935  SYS_setitimer	./runtime/sys_darwin_arm.s	/^#define	SYS_setitimer      83$/;"	d
 10936  SYS_setitimer	./runtime/sys_darwin_arm64.s	/^#define	SYS_setitimer      83$/;"	d
 10937  SYS_setitimer	./runtime/sys_freebsd_arm.s	/^#define SYS_setitimer (SYS_BASE + 83)$/;"	d
 10938  SYS_setitimer	./runtime/sys_linux_arm.s	/^#define SYS_setitimer (SYS_BASE + 104)$/;"	d
 10939  SYS_setitimer	./runtime/sys_linux_arm64.s	/^#define SYS_setitimer		103$/;"	d
 10940  SYS_setitimer	./runtime/sys_linux_ppc64x.s	/^#define SYS_setitimer		104$/;"	d
 10941  SYS_sigaction	./runtime/sys_darwin_arm.s	/^#define	SYS_sigaction      46$/;"	d
 10942  SYS_sigaction	./runtime/sys_darwin_arm64.s	/^#define	SYS_sigaction      46$/;"	d
 10943  SYS_sigaction	./runtime/sys_freebsd_arm.s	/^#define SYS_sigaction (SYS_BASE + 416)$/;"	d
 10944  SYS_sigaltstack	./runtime/sys_freebsd_arm.s	/^#define SYS_sigaltstack (SYS_BASE + 53)$/;"	d
 10945  SYS_sigaltstack	./runtime/sys_linux_arm.s	/^#define SYS_sigaltstack (SYS_BASE + 186)$/;"	d
 10946  SYS_sigaltstack	./runtime/sys_linux_arm64.s	/^#define SYS_sigaltstack		132$/;"	d
 10947  SYS_sigaltstack	./runtime/sys_linux_ppc64x.s	/^#define SYS_sigaltstack		185$/;"	d
 10948  SYS_sigprocmask	./runtime/sys_darwin_arm.s	/^#define	SYS_sigprocmask    48$/;"	d
 10949  SYS_sigprocmask	./runtime/sys_darwin_arm64.s	/^#define	SYS_sigprocmask    48$/;"	d
 10950  SYS_sigprocmask	./runtime/sys_freebsd_arm.s	/^#define SYS_sigprocmask (SYS_BASE + 340)$/;"	d
 10951  SYS_sigreturn	./runtime/sys_darwin_arm.s	/^#define	SYS_sigreturn      184$/;"	d
 10952  SYS_sigreturn	./runtime/sys_darwin_arm64.s	/^#define	SYS_sigreturn      184$/;"	d
 10953  SYS_socket	./runtime/sys_linux_arm.s	/^#define SYS_socket (SYS_BASE + 281)$/;"	d
 10954  SYS_stat	./runtime/syscall_nacl.h	/^#define SYS_stat /;"	d
 10955  SYS_symlink	./runtime/syscall_nacl.h	/^#define SYS_symlink /;"	d
 10956  SYS_sysconf	./runtime/syscall_nacl.h	/^#define SYS_sysconf /;"	d
 10957  SYS_test_crash	./runtime/syscall_nacl.h	/^#define SYS_test_crash /;"	d
 10958  SYS_test_infoleak	./runtime/syscall_nacl.h	/^#define SYS_test_infoleak /;"	d
 10959  SYS_test_syscall_1	./runtime/syscall_nacl.h	/^#define SYS_test_syscall_1 /;"	d
 10960  SYS_test_syscall_2	./runtime/syscall_nacl.h	/^#define SYS_test_syscall_2 /;"	d
 10961  SYS_thr_exit	./runtime/sys_freebsd_arm.s	/^#define SYS_thr_exit (SYS_BASE + 431)$/;"	d
 10962  SYS_thr_kill	./runtime/sys_freebsd_arm.s	/^#define SYS_thr_kill (SYS_BASE + 433)$/;"	d
 10963  SYS_thr_new	./runtime/sys_freebsd_arm.s	/^#define SYS_thr_new (SYS_BASE + 455)$/;"	d
 10964  SYS_thr_self	./runtime/sys_freebsd_arm.s	/^#define SYS_thr_self (SYS_BASE + 432)$/;"	d
 10965  SYS_thread_create	./runtime/syscall_nacl.h	/^#define SYS_thread_create /;"	d
 10966  SYS_thread_exit	./runtime/syscall_nacl.h	/^#define SYS_thread_exit /;"	d
 10967  SYS_thread_nice	./runtime/syscall_nacl.h	/^#define SYS_thread_nice /;"	d
 10968  SYS_tkill	./runtime/sys_linux_arm.s	/^#define SYS_tkill (SYS_BASE + 238)$/;"	d
 10969  SYS_tkill	./runtime/sys_linux_arm64.s	/^#define SYS_tkill		130$/;"	d
 10970  SYS_tkill	./runtime/sys_linux_ppc64x.s	/^#define SYS_tkill		208$/;"	d
 10971  SYS_tls_get	./runtime/syscall_nacl.h	/^#define SYS_tls_get /;"	d
 10972  SYS_tls_init	./runtime/syscall_nacl.h	/^#define SYS_tls_init /;"	d
 10973  SYS_truncate	./runtime/syscall_nacl.h	/^#define SYS_truncate /;"	d
 10974  SYS_ugetrlimit	./runtime/sys_linux_arm.s	/^#define SYS_ugetrlimit (SYS_BASE + 191)$/;"	d
 10975  SYS_ugetrlimit	./runtime/sys_linux_ppc64x.s	/^#define SYS_ugetrlimit		190$/;"	d
 10976  SYS_unlink	./runtime/syscall_nacl.h	/^#define SYS_unlink /;"	d
 10977  SYS_utimes	./runtime/syscall_nacl.h	/^#define SYS_utimes /;"	d
 10978  SYS_write	./runtime/sys_darwin_arm.s	/^#define	SYS_write          4$/;"	d
 10979  SYS_write	./runtime/sys_darwin_arm64.s	/^#define	SYS_write          4$/;"	d
 10980  SYS_write	./runtime/sys_freebsd_arm.s	/^#define SYS_write (SYS_BASE + 4)$/;"	d
 10981  SYS_write	./runtime/sys_linux_arm.s	/^#define SYS_write (SYS_BASE + 4)$/;"	d
 10982  SYS_write	./runtime/sys_linux_arm64.s	/^#define SYS_write		64$/;"	d
 10983  SYS_write	./runtime/sys_linux_ppc64x.s	/^#define SYS_write		  4$/;"	d
 10984  SYS_write	./runtime/syscall_nacl.h	/^#define SYS_write /;"	d
 10985  SameFile	./os/types.go	/^func SameFile(fi1, fi2 FileInfo) bool {$/;"	f
 10986  Samereg	./cmd/compile/internal/gc/gsubr.go	/^func Samereg(a *Node, b *Node) bool {$/;"	f
 10987  Sample	./cmd/pprof/internal/profile/profile.go	/^type Sample struct {$/;"	t
 10988  Scalar	./reflect/all_test.go	/^		type Scalar struct{ x uintptr }$/;"	t
 10989  ScalarBaseMult	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) ScalarBaseMult(k []byte) (*big.Int, *big.Int) {$/;"	f
 10990  ScalarBaseMult	./crypto/elliptic/p224.go	/^func (curve p224Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) {$/;"	f
 10991  ScalarBaseMult	./crypto/elliptic/p256.go	/^func (p256Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) {$/;"	f
 10992  ScalarMult	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) {$/;"	f
 10993  ScalarMult	./crypto/elliptic/p224.go	/^func (p224Curve) ScalarMult(bigX1, bigY1 *big.Int, scalar []byte) (x, y *big.Int) {$/;"	f
 10994  ScalarMult	./crypto/elliptic/p256.go	/^func (p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {$/;"	f
 10995  ScalarPtr	./runtime/gcinfo_test.go	/^type ScalarPtr struct {$/;"	t
 10996  Scalarptr	./reflect/all_test.go	/^		type Scalarptr struct {$/;"	t
 10997  ScaleValue	./cmd/pprof/internal/report/report.go	/^func ScaleValue(value int64, fromUnit, toUnit string) (sv float64, su string) {$/;"	f
 10998  Scan	./bufio/scan.go	/^func (s *Scanner) Scan() bool {$/;"	f
 10999  Scan	./cmd/compile/internal/big/intconv.go	/^func (z *Int) Scan(s fmt.ScanState, ch rune) error {$/;"	f
 11000  Scan	./cmd/compile/internal/big/ratconv.go	/^func (z *Rat) Scan(s fmt.ScanState, ch rune) error {$/;"	f
 11001  Scan	./cmd/vet/testdata/method.go	/^func (t *MethodTest) Scan(x fmt.ScanState, c byte) { \/\/ ERROR "should have signature Scan"$/;"	f
 11002  Scan	./database/sql/sql.go	/^func (n *NullBool) Scan(value interface{}) error {$/;"	f
 11003  Scan	./database/sql/sql.go	/^func (n *NullFloat64) Scan(value interface{}) error {$/;"	f
 11004  Scan	./database/sql/sql.go	/^func (n *NullInt64) Scan(value interface{}) error {$/;"	f
 11005  Scan	./database/sql/sql.go	/^func (ns *NullString) Scan(value interface{}) error {$/;"	f
 11006  Scan	./database/sql/sql.go	/^func (r *Row) Scan(dest ...interface{}) error {$/;"	f
 11007  Scan	./database/sql/sql.go	/^func (rs *Rows) Scan(dest ...interface{}) error {$/;"	f
 11008  Scan	./fmt/scan.go	/^func Scan(a ...interface{}) (n int, err error) {$/;"	f
 11009  Scan	./fmt/scan_test.go	/^func (h *hexBytes) Scan(ss ScanState, verb rune) error {$/;"	f
 11010  Scan	./fmt/scan_test.go	/^func (r *RecursiveInt) Scan(state ScanState, verb rune) (err error) {$/;"	f
 11011  Scan	./fmt/scan_test.go	/^func (rs *runeScanner) Scan(state ScanState, verb rune) error {$/;"	f
 11012  Scan	./fmt/scan_test.go	/^func (s *IntString) Scan(state ScanState, verb rune) error {$/;"	f
 11013  Scan	./fmt/scan_test.go	/^func (t *TwoLines) Scan(state ScanState, verb rune) error {$/;"	f
 11014  Scan	./fmt/scan_test.go	/^func (x *Xs) Scan(state ScanState, verb rune) error {$/;"	f
 11015  Scan	./go/scanner/scanner.go	/^func (s *Scanner) Scan() (pos token.Pos, tok token.Token, lit string) {$/;"	f
 11016  Scan	./math/big/intconv.go	/^func (z *Int) Scan(s fmt.ScanState, ch rune) error {$/;"	f
 11017  Scan	./math/big/ratconv.go	/^func (z *Rat) Scan(s fmt.ScanState, ch rune) error {$/;"	f
 11018  Scan	./net/rpc/server_test.go	/^func (t *Arith) Scan(args string, reply *Reply) (err error) {$/;"	f
 11019  Scan	./text/scanner/scanner.go	/^func (s *Scanner) Scan() rune {$/;"	f
 11020  ScanBytes	./bufio/scan.go	/^func ScanBytes(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 11021  ScanHelper	./cmd/compile/internal/big/natconv_test.go	/^func ScanHelper(b *testing.B, base int, x, y Word) {$/;"	f
 11022  ScanHelper	./math/big/natconv_test.go	/^func ScanHelper(b *testing.B, base int, x, y Word) {$/;"	f
 11023  ScanLines	./bufio/scan.go	/^func ScanLines(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 11024  ScanRunes	./bufio/scan.go	/^func ScanRunes(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 11025  ScanState	./fmt/scan.go	/^type ScanState interface {$/;"	t
 11026  ScanTest	./fmt/scan_test.go	/^type ScanTest struct {$/;"	t
 11027  ScanToken	./cmd/asm/internal/lex/lex.go	/^type ScanToken rune$/;"	t
 11028  ScanWords	./bufio/scan.go	/^func ScanWords(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 11029  Scanf	./fmt/scan.go	/^func Scanf(format string, a ...interface{}) (n int, err error) {$/;"	f
 11030  ScanfMultiTest	./fmt/scan_test.go	/^type ScanfMultiTest struct {$/;"	t
 11031  ScanfTest	./fmt/scan_test.go	/^type ScanfTest struct {$/;"	t
 11032  Scanln	./fmt/scan.go	/^func Scanln(a ...interface{}) (n int, err error) {$/;"	f
 11033  Scanner	./bufio/scan.go	/^type Scanner struct {$/;"	t
 11034  Scanner	./database/sql/sql.go	/^type Scanner interface {$/;"	t
 11035  Scanner	./fmt/scan.go	/^type Scanner interface {$/;"	t
 11036  Scanner	./go/scanner/scanner.go	/^type Scanner struct {$/;"	t
 11037  Scanner	./text/scanner/scanner.go	/^type Scanner struct {$/;"	t
 11038  Sconv	./cmd/compile/internal/gc/fmt.go	/^func Sconv(s *Sym, flag int) string {$/;"	f
 11039  Scope	./go/ast/scope.go	/^type Scope struct {$/;"	t
 11040  Scope	./go/types/object.go	/^func (obj *Func) Scope() *Scope {$/;"	f
 11041  Scope	./go/types/package.go	/^func (pkg *Package) Scope() *Scope { return pkg.scope }$/;"	f
 11042  Scope	./go/types/scope.go	/^type Scope struct {$/;"	t
 11043  Script	./unicode/maketables.go	/^type Script struct {$/;"	t
 11044  Scripts	./unicode/maketables.go	/^			println("var Scripts = map[string] *RangeTable{")$/;"	v
 11045  Scripts	./unicode/tables.go	/^var Scripts = map[string]*RangeTable{$/;"	v
 11046  Seal	./crypto/cipher/gcm.go	/^func (g *gcm) Seal(dst, nonce, plaintext, data []byte) []byte {$/;"	f
 11047  Seal	./crypto/tls/cipher_suites.go	/^func (f *fixedNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {$/;"	f
 11048  Search	./sort/search.go	/^func (p Float64Slice) Search(x float64) int { return SearchFloat64s(p, x) }$/;"	f
 11049  Search	./sort/search.go	/^func (p IntSlice) Search(x int) int { return SearchInts(p, x) }$/;"	f
 11050  Search	./sort/search.go	/^func (p StringSlice) Search(x string) int { return SearchStrings(p, x) }$/;"	f
 11051  Search	./sort/search.go	/^func Search(n int, f func(int) bool) int {$/;"	f
 11052  SearchFloat64s	./sort/search.go	/^func SearchFloat64s(a []float64, x float64) int {$/;"	f
 11053  SearchInts	./sort/search.go	/^func SearchInts(a []int, x int) int {$/;"	f
 11054  SearchPaths	./go/internal/gccgoimporter/gccgoinstallation.go	/^func (inst *GccgoInstallation) SearchPaths() (paths []string) {$/;"	f
 11055  SearchStrings	./sort/search.go	/^func SearchStrings(a []string, x string) int {$/;"	f
 11056  Second	./time/time.go	/^func (t Time) Second() int {$/;"	f
 11057  Seconds	./time/time.go	/^func (d Duration) Seconds() float64 {$/;"	f
 11058  SecondsTimeZoneOffsetTest	./time/format_test.go	/^type SecondsTimeZoneOffsetTest struct {$/;"	t
 11059  SecretAgent	./encoding/xml/marshal_test.go	/^type SecretAgent struct {$/;"	t
 11060  Section	./cmd/link/internal/ld/lib.go	/^type Section struct {$/;"	t
 11061  Section	./debug/elf/file.go	/^func (f *File) Section(name string) *Section {$/;"	f
 11062  Section	./debug/elf/file.go	/^type Section struct {$/;"	t
 11063  Section	./debug/macho/file.go	/^func (f *File) Section(name string) *Section {$/;"	f
 11064  Section	./debug/macho/file.go	/^type Section struct {$/;"	t
 11065  Section	./debug/pe/file.go	/^func (f *File) Section(name string) *Section {$/;"	f
 11066  Section	./debug/pe/file.go	/^type Section struct {$/;"	t
 11067  Section	./debug/plan9obj/file.go	/^func (f *File) Section(name string) *Section {$/;"	f
 11068  Section	./debug/plan9obj/file.go	/^type Section struct {$/;"	t
 11069  Section32	./debug/elf/elf.go	/^type Section32 struct {$/;"	t
 11070  Section32	./debug/macho/macho.go	/^type Section32 struct {$/;"	t
 11071  Section64	./debug/elf/elf.go	/^type Section64 struct {$/;"	t
 11072  Section64	./debug/macho/macho.go	/^type Section64 struct {$/;"	t
 11073  SectionByType	./debug/elf/file.go	/^func (f *File) SectionByType(typ SectionType) *Section {$/;"	f
 11074  SectionFlag	./debug/elf/elf.go	/^type SectionFlag uint32$/;"	t
 11075  SectionHeader	./debug/elf/file.go	/^type SectionHeader struct {$/;"	t
 11076  SectionHeader	./debug/macho/file.go	/^type SectionHeader struct {$/;"	t
 11077  SectionHeader	./debug/pe/file.go	/^type SectionHeader struct {$/;"	t
 11078  SectionHeader	./debug/plan9obj/file.go	/^type SectionHeader struct {$/;"	t
 11079  SectionHeader32	./debug/pe/pe.go	/^type SectionHeader32 struct {$/;"	t
 11080  SectionIndex	./debug/elf/elf.go	/^type SectionIndex int$/;"	t
 11081  SectionReader	./io/io.go	/^type SectionReader struct {$/;"	t
 11082  SectionType	./debug/elf/elf.go	/^type SectionType uint32$/;"	t
 11083  SecurityAttributes	./syscall/ztypes_windows.go	/^type SecurityAttributes struct {$/;"	t
 11084  Seed	./math/rand/rand.go	/^func (r *Rand) Seed(seed int64) { r.src.Seed(seed) }$/;"	f
 11085  Seed	./math/rand/rand.go	/^func (r *lockedSource) Seed(seed int64) {$/;"	f
 11086  Seed	./math/rand/rand.go	/^func Seed(seed int64) { globalRand.Seed(seed) }$/;"	f
 11087  Seed	./math/rand/rng.go	/^func (rng *rngSource) Seed(seed int64) {$/;"	f
 11088  Seek	./bytes/reader.go	/^func (r *Reader) Seek(offset int64, whence int) (int64, error) {$/;"	f
 11089  Seek	./debug/dwarf/entry.go	/^func (r *Reader) Seek(off Offset) {$/;"	f
 11090  Seek	./debug/dwarf/line.go	/^func (r *LineReader) Seek(pos LineReaderPos) {$/;"	f
 11091  Seek	./debug/dwarf/typeunit.go	/^func (tur *typeUnitReader) Seek(off Offset) {$/;"	f
 11092  Seek	./io/io.go	/^func (s *SectionReader) Seek(offset int64, whence int) (int64, error) {$/;"	f
 11093  Seek	./os/file.go	/^func (f *File) Seek(offset int64, whence int) (ret int64, err error) {$/;"	f
 11094  Seek	./strings/reader.go	/^func (r *Reader) Seek(offset int64, whence int) (int64, error) {$/;"	f
 11095  Seek	./syscall/fd_nacl.go	/^func Seek(fd int, offset int64, whence int) (int64, error) {$/;"	f
 11096  Seek	./syscall/syscall_linux_386.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11097  Seek	./syscall/syscall_linux_arm.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11098  Seek	./syscall/syscall_plan9.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11099  Seek	./syscall/syscall_windows.go	/^func Seek(fd Handle, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11100  Seek	./syscall/zsyscall_darwin_386.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11101  Seek	./syscall/zsyscall_darwin_amd64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11102  Seek	./syscall/zsyscall_darwin_arm.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11103  Seek	./syscall/zsyscall_darwin_arm64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11104  Seek	./syscall/zsyscall_dragonfly_amd64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11105  Seek	./syscall/zsyscall_freebsd_386.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11106  Seek	./syscall/zsyscall_freebsd_amd64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11107  Seek	./syscall/zsyscall_freebsd_arm.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11108  Seek	./syscall/zsyscall_linux_amd64.go	/^func Seek(fd int, offset int64, whence int) (off int64, err error) {$/;"	f
 11109  Seek	./syscall/zsyscall_linux_arm64.go	/^func Seek(fd int, offset int64, whence int) (off int64, err error) {$/;"	f
 11110  Seek	./syscall/zsyscall_linux_ppc64.go	/^func Seek(fd int, offset int64, whence int) (off int64, err error) {$/;"	f
 11111  Seek	./syscall/zsyscall_linux_ppc64le.go	/^func Seek(fd int, offset int64, whence int) (off int64, err error) {$/;"	f
 11112  Seek	./syscall/zsyscall_netbsd_386.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11113  Seek	./syscall/zsyscall_netbsd_amd64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11114  Seek	./syscall/zsyscall_netbsd_arm.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11115  Seek	./syscall/zsyscall_openbsd_386.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11116  Seek	./syscall/zsyscall_openbsd_amd64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11117  Seek	./syscall/zsyscall_openbsd_arm.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11118  Seek	./syscall/zsyscall_solaris_amd64.go	/^func Seek(fd int, offset int64, whence int) (newoffset int64, err error) {$/;"	f
 11119  SeekPC	./debug/dwarf/line.go	/^func (r *LineReader) SeekPC(pc uint64, entry *LineEntry) error {$/;"	f
 11120  Seeker	./io/io.go	/^type Seeker interface {$/;"	t
 11121  Segment	./cmd/link/internal/ld/lib.go	/^type Segment struct {$/;"	t
 11122  Segment	./debug/macho/file.go	/^func (f *File) Segment(name string) *Segment {$/;"	f
 11123  Segment	./debug/macho/file.go	/^type Segment struct {$/;"	t
 11124  Segment32	./debug/macho/macho.go	/^type Segment32 struct {$/;"	t
 11125  Segment64	./debug/macho/macho.go	/^type Segment64 struct {$/;"	t
 11126  SegmentHeader	./debug/macho/file.go	/^type SegmentHeader struct {$/;"	t
 11127  Select	./reflect/value.go	/^func Select(cases []SelectCase) (chosen int, recv Value, recvOK bool) {$/;"	f
 11128  Select	./syscall/zsyscall_darwin_386.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11129  Select	./syscall/zsyscall_darwin_amd64.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11130  Select	./syscall/zsyscall_darwin_arm.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11131  Select	./syscall/zsyscall_darwin_arm64.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11132  Select	./syscall/zsyscall_dragonfly_amd64.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11133  Select	./syscall/zsyscall_freebsd_386.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11134  Select	./syscall/zsyscall_freebsd_amd64.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11135  Select	./syscall/zsyscall_freebsd_arm.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11136  Select	./syscall/zsyscall_linux_386.go	/^func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {$/;"	f
 11137  Select	./syscall/zsyscall_linux_amd64.go	/^func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {$/;"	f
 11138  Select	./syscall/zsyscall_linux_arm.go	/^func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {$/;"	f
 11139  Select	./syscall/zsyscall_linux_arm64.go	/^func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {$/;"	f
 11140  Select	./syscall/zsyscall_linux_ppc64.go	/^func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {$/;"	f
 11141  Select	./syscall/zsyscall_linux_ppc64le.go	/^func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {$/;"	f
 11142  Select	./syscall/zsyscall_netbsd_386.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11143  Select	./syscall/zsyscall_netbsd_amd64.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11144  Select	./syscall/zsyscall_netbsd_arm.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11145  Select	./syscall/zsyscall_openbsd_386.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11146  Select	./syscall/zsyscall_openbsd_amd64.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11147  Select	./syscall/zsyscall_openbsd_arm.go	/^func Select(n int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (err error) {$/;"	f
 11148  SelectCase	./reflect/value.go	/^type SelectCase struct {$/;"	t
 11149  SelectDir	./reflect/value.go	/^type SelectDir int$/;"	t
 11150  Selection	./go/types/selection.go	/^type Selection struct {$/;"	t
 11151  SelectionKind	./go/types/selection.go	/^type SelectionKind int$/;"	t
 11152  SelectionString	./go/types/selection.go	/^func SelectionString(s *Selection, qf Qualifier) string {$/;"	f
 11153  SemT	./runtime/defs_solaris.go	/^type SemT C.sem_t$/;"	t
 11154  Send	./reflect/value.go	/^func (v Value) Send(x Value) {$/;"	f
 11155  SendMail	./net/smtp/smtp.go	/^func SendMail(addr string, a Auth, from string, to []string, msg []byte) error {$/;"	f
 11156  Sendfile	./syscall/syscall_nacl.go	/^func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 11157  Sendfile	./syscall/syscall_unix.go	/^func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 11158  Sendmsg	./syscall/net_nacl.go	/^func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) error {$/;"	f
 11159  Sendmsg	./syscall/syscall_bsd.go	/^func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) {$/;"	f
 11160  Sendmsg	./syscall/syscall_linux.go	/^func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) {$/;"	f
 11161  Sendmsg	./syscall/syscall_solaris.go	/^func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) {$/;"	f
 11162  SendmsgN	./syscall/net_nacl.go	/^func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error) {$/;"	f
 11163  SendmsgN	./syscall/syscall_bsd.go	/^func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error) {$/;"	f
 11164  SendmsgN	./syscall/syscall_linux.go	/^func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error) {$/;"	f
 11165  SendmsgN	./syscall/syscall_solaris.go	/^func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error) {$/;"	f
 11166  Sendto	./syscall/net_nacl.go	/^func Sendto(fd int, p []byte, flags int, to Sockaddr) error {$/;"	f
 11167  Sendto	./syscall/syscall_unix.go	/^func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) {$/;"	f
 11168  Sendto	./syscall/syscall_windows.go	/^func Sendto(fd Handle, p []byte, flags int, to Sockaddr) (err error)       { return EWINDOWS }$/;"	f
 11169  Serve	./net/http/cgi/child.go	/^func Serve(handler http.Handler) error {$/;"	f
 11170  Serve	./net/http/fcgi/child.go	/^func Serve(l net.Listener, handler http.Handler) error {$/;"	f
 11171  Serve	./net/http/server.go	/^func (srv *Server) Serve(l net.Listener) error {$/;"	f
 11172  Serve	./net/http/server.go	/^func Serve(l net.Listener, handler Handler) error {$/;"	f
 11173  ServeCodec	./net/rpc/server.go	/^func (server *Server) ServeCodec(codec ServerCodec) {$/;"	f
 11174  ServeCodec	./net/rpc/server.go	/^func ServeCodec(codec ServerCodec) {$/;"	f
 11175  ServeConn	./net/rpc/jsonrpc/server.go	/^func ServeConn(conn io.ReadWriteCloser) {$/;"	f
 11176  ServeConn	./net/rpc/server.go	/^func (server *Server) ServeConn(conn io.ReadWriteCloser) {$/;"	f
 11177  ServeConn	./net/rpc/server.go	/^func ServeConn(conn io.ReadWriteCloser) {$/;"	f
 11178  ServeContent	./net/http/fs.go	/^func ServeContent(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker) {$/;"	f
 11179  ServeFile	./net/http/fs.go	/^func ServeFile(w ResponseWriter, r *Request, name string) {$/;"	f
 11180  ServeFileRangeTests	./net/http/fs_test.go	/^var ServeFileRangeTests = []struct {$/;"	v
 11181  ServeHTTP	./net/http/cgi/host.go	/^func (h *Handler) ServeHTTP(rw http.ResponseWriter, req *http.Request) {$/;"	f
 11182  ServeHTTP	./net/http/example_test.go	/^func (apiHandler) ServeHTTP(http.ResponseWriter, *http.Request) {}$/;"	f
 11183  ServeHTTP	./net/http/fs.go	/^func (f *fileHandler) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11184  ServeHTTP	./net/http/httptest/server.go	/^func (h *waitGroupHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {$/;"	f
 11185  ServeHTTP	./net/http/httputil/reverseproxy.go	/^func (p *ReverseProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {$/;"	f
 11186  ServeHTTP	./net/http/pprof/pprof.go	/^func (name handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {$/;"	f
 11187  ServeHTTP	./net/http/serve_test.go	/^func (s stringHandler) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11188  ServeHTTP	./net/http/server.go	/^func (f HandlerFunc) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11189  ServeHTTP	./net/http/server.go	/^func (globalOptionsHandler) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11190  ServeHTTP	./net/http/server.go	/^func (h *timeoutHandler) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11191  ServeHTTP	./net/http/server.go	/^func (h initNPNRequest) ServeHTTP(rw ResponseWriter, req *Request) {$/;"	f
 11192  ServeHTTP	./net/http/server.go	/^func (mux *ServeMux) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11193  ServeHTTP	./net/http/server.go	/^func (rh *redirectHandler) ServeHTTP(w ResponseWriter, r *Request) {$/;"	f
 11194  ServeHTTP	./net/http/server.go	/^func (sh serverHandler) ServeHTTP(rw ResponseWriter, req *Request) {$/;"	f
 11195  ServeHTTP	./net/http/triv.go	/^func (ch Chan) ServeHTTP(w http.ResponseWriter, req *http.Request) {$/;"	f
 11196  ServeHTTP	./net/http/triv.go	/^func (ctr *Counter) ServeHTTP(w http.ResponseWriter, req *http.Request) {$/;"	f
 11197  ServeHTTP	./net/rpc/debug.go	/^func (server debugHTTP) ServeHTTP(w http.ResponseWriter, req *http.Request) {$/;"	f
 11198  ServeHTTP	./net/rpc/server.go	/^func (server *Server) ServeHTTP(w http.ResponseWriter, req *http.Request) {$/;"	f
 11199  ServeMux	./net/http/server.go	/^type ServeMux struct {$/;"	t
 11200  ServeRequest	./net/rpc/server.go	/^func (server *Server) ServeRequest(codec ServerCodec) error {$/;"	f
 11201  ServeRequest	./net/rpc/server.go	/^func ServeRequest(codec ServerCodec) error {$/;"	f
 11202  Servent	./syscall/ztypes_windows_386.go	/^type Servent struct {$/;"	t
 11203  Servent	./syscall/ztypes_windows_amd64.go	/^type Servent struct {$/;"	t
 11204  Server	./crypto/tls/tls.go	/^func Server(conn net.Conn, config *Config) *Conn {$/;"	f
 11205  Server	./net/http/httptest/server.go	/^type Server struct {$/;"	t
 11206  Server	./net/http/server.go	/^type Server struct {$/;"	t
 11207  Server	./net/rpc/server.go	/^type Server struct {$/;"	t
 11208  ServerCodec	./net/rpc/server.go	/^type ServerCodec interface {$/;"	t
 11209  ServerConn	./net/http/httputil/persist.go	/^type ServerConn struct {$/;"	t
 11210  ServerError	./net/rpc/client.go	/^type ServerError string$/;"	t
 11211  ServerInfo	./net/smtp/auth.go	/^type ServerInfo struct {$/;"	t
 11212  Service	./encoding/xml/marshal_test.go	/^type Service struct {$/;"	t
 11213  Set	./cmd/asm/internal/arch/arch.go	/^func Set(GOARCH string) *Arch {$/;"	f
 11214  Set	./cmd/asm/internal/flags/flags.go	/^func (m *MultiFlag) Set(val string) error {$/;"	f
 11215  Set	./cmd/cgo/gcc.go	/^func (tr *TypeRepr) Set(repr string, fargs ...interface{}) {$/;"	f
 11216  Set	./cmd/compile/internal/big/float.go	/^func (z *Float) Set(x *Float) *Float {$/;"	f
 11217  Set	./cmd/compile/internal/big/int.go	/^func (z *Int) Set(x *Int) *Int {$/;"	f
 11218  Set	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Set(x *Rat) *Rat {$/;"	f
 11219  Set	./cmd/dist/main.go	/^func (c *count) Set(s string) error {$/;"	f
 11220  Set	./cmd/internal/obj/flag.go	/^func (c *count) Set(s string) error {$/;"	f
 11221  Set	./cmd/internal/obj/flag.go	/^func (f fn0) Set(s string) error {$/;"	f
 11222  Set	./cmd/internal/obj/flag.go	/^func (f fn1) Set(s string) error {$/;"	f
 11223  Set	./cmd/internal/obj/flag.go	/^func (i *int32Value) Set(s string) error {$/;"	f
 11224  Set	./cmd/link/internal/ld/lib.go	/^func (mode *BuildMode) Set(s string) error {$/;"	f
 11225  Set	./cmd/link/internal/ld/lib.go	/^func (r *Rpath) Set(val string) error {$/;"	f
 11226  Set	./cmd/nm/nm.go	/^func (nflag) Set(value string) error {$/;"	f
 11227  Set	./cmd/vet/main.go	/^func (ts *triState) Set(value string) error {$/;"	f
 11228  Set	./expvar/expvar.go	/^func (v *Float) Set(value float64) {$/;"	f
 11229  Set	./expvar/expvar.go	/^func (v *Int) Set(value int64) {$/;"	f
 11230  Set	./expvar/expvar.go	/^func (v *Map) Set(key string, av Var) {$/;"	f
 11231  Set	./expvar/expvar.go	/^func (v *String) Set(value string) {$/;"	f
 11232  Set	./flag/example_test.go	/^func (i *interval) Set(value string) error {$/;"	f
 11233  Set	./flag/flag.go	/^func (b *boolValue) Set(s string) error {$/;"	f
 11234  Set	./flag/flag.go	/^func (d *durationValue) Set(s string) error {$/;"	f
 11235  Set	./flag/flag.go	/^func (f *FlagSet) Set(name, value string) error {$/;"	f
 11236  Set	./flag/flag.go	/^func (f *float64Value) Set(s string) error {$/;"	f
 11237  Set	./flag/flag.go	/^func (i *int64Value) Set(s string) error {$/;"	f
 11238  Set	./flag/flag.go	/^func (i *intValue) Set(s string) error {$/;"	f
 11239  Set	./flag/flag.go	/^func (i *uint64Value) Set(s string) error {$/;"	f
 11240  Set	./flag/flag.go	/^func (i *uintValue) Set(s string) error {$/;"	f
 11241  Set	./flag/flag.go	/^func (s *stringValue) Set(val string) error {$/;"	f
 11242  Set	./flag/flag.go	/^func Set(name, value string) error {$/;"	f
 11243  Set	./flag/flag_test.go	/^func (b *boolFlagVar) Set(value string) error {$/;"	f
 11244  Set	./flag/flag_test.go	/^func (f *flagVar) Set(value string) error {$/;"	f
 11245  Set	./image/image.go	/^func (p *Alpha) Set(x, y int, c color.Color) {$/;"	f
 11246  Set	./image/image.go	/^func (p *Alpha16) Set(x, y int, c color.Color) {$/;"	f
 11247  Set	./image/image.go	/^func (p *CMYK) Set(x, y int, c color.Color) {$/;"	f
 11248  Set	./image/image.go	/^func (p *Gray) Set(x, y int, c color.Color) {$/;"	f
 11249  Set	./image/image.go	/^func (p *Gray16) Set(x, y int, c color.Color) {$/;"	f
 11250  Set	./image/image.go	/^func (p *NRGBA) Set(x, y int, c color.Color) {$/;"	f
 11251  Set	./image/image.go	/^func (p *NRGBA64) Set(x, y int, c color.Color) {$/;"	f
 11252  Set	./image/image.go	/^func (p *Paletted) Set(x, y int, c color.Color) {$/;"	f
 11253  Set	./image/image.go	/^func (p *RGBA) Set(x, y int, c color.Color) {$/;"	f
 11254  Set	./image/image.go	/^func (p *RGBA64) Set(x, y int, c color.Color) {$/;"	f
 11255  Set	./math/big/float.go	/^func (z *Float) Set(x *Float) *Float {$/;"	f
 11256  Set	./math/big/int.go	/^func (z *Int) Set(x *Int) *Int {$/;"	f
 11257  Set	./math/big/rat.go	/^func (z *Rat) Set(x *Rat) *Rat {$/;"	f
 11258  Set	./net/http/header.go	/^func (h Header) Set(key, value string) {$/;"	f
 11259  Set	./net/internal/socktest/switch.go	/^func (sw *Switch) Set(t FilterType, f Filter) {$/;"	f
 11260  Set	./net/textproto/header.go	/^func (h MIMEHeader) Set(key, value string) {$/;"	f
 11261  Set	./net/url/url.go	/^func (v Values) Set(key, value string) {$/;"	f
 11262  Set	./reflect/value.go	/^func (v Value) Set(x Value) {$/;"	f
 11263  SetAlpha	./image/image.go	/^func (p *Alpha) SetAlpha(x, y int, c color.Alpha) {$/;"	f
 11264  SetAlpha16	./image/image.go	/^func (p *Alpha16) SetAlpha16(x, y int, c color.Alpha16) {$/;"	f
 11265  SetAutoComplete	./cmd/pprof/internal/plugin/plugin.go	/^func (ui *stdUI) SetAutoComplete(func(string) string) {$/;"	f
 11266  SetBasicAuth	./net/http/request.go	/^func (r *Request) SetBasicAuth(username, password string) {$/;"	f
 11267  SetBigInt	./cmd/compile/internal/gc/const.go	/^func (n *Node) SetBigInt(x *big.Int) {$/;"	f
 11268  SetBinaryValue	./internal/syscall/windows/registry/value.go	/^func (k Key) SetBinaryValue(name string, value []byte) error {$/;"	f
 11269  SetBit	./cmd/compile/internal/big/int.go	/^func (z *Int) SetBit(x *Int, i int, b uint) *Int {$/;"	f
 11270  SetBit	./math/big/int.go	/^func (z *Int) SetBit(x *Int, i int, b uint) *Int {$/;"	f
 11271  SetBits	./cmd/compile/internal/big/int.go	/^func (z *Int) SetBits(abs []Word) *Int {$/;"	f
 11272  SetBits	./math/big/int.go	/^func (z *Int) SetBits(abs []Word) *Int {$/;"	f
 11273  SetBlockProfileRate	./runtime/mprof.go	/^func SetBlockProfileRate(rate int) {$/;"	f
 11274  SetBool	./reflect/value.go	/^func (v Value) SetBool(x bool) {$/;"	f
 11275  SetBoundary	./mime/multipart/writer.go	/^func (w *Writer) SetBoundary(boundary string) error {$/;"	f
 11276  SetBpf	./syscall/bpf_bsd.go	/^func SetBpf(fd int, i []BpfInsn) error {$/;"	f
 11277  SetBpfBuflen	./syscall/bpf_bsd.go	/^func SetBpfBuflen(fd, l int) (int, error) {$/;"	f
 11278  SetBpfDatalink	./syscall/bpf_bsd.go	/^func SetBpfDatalink(fd, t int) (int, error) {$/;"	f
 11279  SetBpfHeadercmpl	./syscall/bpf_bsd.go	/^func SetBpfHeadercmpl(fd, f int) error {$/;"	f
 11280  SetBpfImmediate	./syscall/bpf_bsd.go	/^func SetBpfImmediate(fd, m int) error {$/;"	f
 11281  SetBpfInterface	./syscall/bpf_bsd.go	/^func SetBpfInterface(fd int, name string) error {$/;"	f
 11282  SetBpfPromisc	./syscall/bpf_bsd.go	/^func SetBpfPromisc(fd, m int) error {$/;"	f
 11283  SetBpfTimeout	./syscall/bpf_bsd.go	/^func SetBpfTimeout(fd int, tv *Timeval) error {$/;"	f
 11284  SetBytes	./cmd/compile/internal/big/int.go	/^func (z *Int) SetBytes(buf []byte) *Int {$/;"	f
 11285  SetBytes	./go/doc/testdata/benchmark.go	/^func (b *B) SetBytes(n int64) { b.bytes = n }$/;"	f
 11286  SetBytes	./math/big/int.go	/^func (z *Int) SetBytes(buf []byte) *Int {$/;"	f
 11287  SetBytes	./reflect/value.go	/^func (v Value) SetBytes(x []byte) {$/;"	f
 11288  SetBytes	./testing/benchmark.go	/^func (b *B) SetBytes(n int64) { b.bytes = n }$/;"	f
 11289  SetCMYK	./image/image.go	/^func (p *CMYK) SetCMYK(x, y int, c color.CMYK) {$/;"	f
 11290  SetCPUProfileRate	./runtime/cpuprof.go	/^func SetCPUProfileRate(hz int) {$/;"	f
 11291  SetCap	./reflect/value.go	/^func (v Value) SetCap(n int) {$/;"	f
 11292  SetColorIndex	./image/image.go	/^func (p *Paletted) SetColorIndex(x, y int, index uint8) {$/;"	f
 11293  SetComplex	./reflect/value.go	/^func (v Value) SetComplex(x complex128) {$/;"	f
 11294  SetConfig	./cmd/pprof/internal/plugin/plugin.go	/^func (noObjTool) SetConfig(config string) {$/;"	f
 11295  SetConfig	./cmd/pprof/pprof.go	/^func (*objTool) SetConfig(config string) {$/;"	f
 11296  SetControllen	./syscall/syscall_darwin_386.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11297  SetControllen	./syscall/syscall_darwin_amd64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11298  SetControllen	./syscall/syscall_darwin_arm.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11299  SetControllen	./syscall/syscall_darwin_arm64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11300  SetControllen	./syscall/syscall_dragonfly_amd64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11301  SetControllen	./syscall/syscall_freebsd_386.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11302  SetControllen	./syscall/syscall_freebsd_amd64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11303  SetControllen	./syscall/syscall_freebsd_arm.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11304  SetControllen	./syscall/syscall_linux_386.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11305  SetControllen	./syscall/syscall_linux_amd64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11306  SetControllen	./syscall/syscall_linux_arm.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11307  SetControllen	./syscall/syscall_linux_arm64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11308  SetControllen	./syscall/syscall_linux_ppc64x.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11309  SetControllen	./syscall/syscall_netbsd_386.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11310  SetControllen	./syscall/syscall_netbsd_amd64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11311  SetControllen	./syscall/syscall_netbsd_arm.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11312  SetControllen	./syscall/syscall_openbsd_386.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11313  SetControllen	./syscall/syscall_openbsd_amd64.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11314  SetControllen	./syscall/syscall_openbsd_arm.go	/^func (msghdr *Msghdr) SetControllen(length int) {$/;"	f
 11315  SetCookie	./net/http/cookie.go	/^func SetCookie(w ResponseWriter, cookie *Cookie) {$/;"	f
 11316  SetCookies	./net/http/client_test.go	/^func (j *RecordingJar) SetCookies(u *url.URL, cookies []*Cookie) {$/;"	f
 11317  SetCookies	./net/http/client_test.go	/^func (j *TestJar) SetCookies(u *url.URL, cookies []*Cookie) {$/;"	f
 11318  SetCookies	./net/http/cookiejar/jar.go	/^func (j *Jar) SetCookies(u *url.URL, cookies []*http.Cookie) {$/;"	f
 11319  SetCurrentDirectory	./syscall/zsyscall_windows.go	/^func SetCurrentDirectory(path *uint16) (err error) {$/;"	f
 11320  SetDWordValue	./internal/syscall/windows/registry/value.go	/^func (k Key) SetDWordValue(name string, value uint32) error {$/;"	f
 11321  SetDeadline	./crypto/tls/conn.go	/^func (c *Conn) SetDeadline(t time.Time) error {$/;"	f
 11322  SetDeadline	./net/http/httputil/dump.go	/^func (c *dumpConn) SetDeadline(t time.Time) error      { return nil }$/;"	f
 11323  SetDeadline	./net/http/serve_test.go	/^func (c *slowTestConn) SetDeadline(t time.Time) error {$/;"	f
 11324  SetDeadline	./net/http/serve_test.go	/^func (noopConn) SetDeadline(t time.Time) error      { return nil }$/;"	f
 11325  SetDeadline	./net/net.go	/^func (c *conn) SetDeadline(t time.Time) error {$/;"	f
 11326  SetDeadline	./net/pipe.go	/^func (p *pipe) SetDeadline(t time.Time) error {$/;"	f
 11327  SetDeadline	./net/smtp/smtp_test.go	/^func (f faker) SetDeadline(time.Time) error      { return nil }$/;"	f
 11328  SetDeadline	./net/tcpsock_plan9.go	/^func (l *TCPListener) SetDeadline(t time.Time) error {$/;"	f
 11329  SetDeadline	./net/tcpsock_posix.go	/^func (l *TCPListener) SetDeadline(t time.Time) error {$/;"	f
 11330  SetDeadline	./net/unixsock_plan9.go	/^func (l *UnixListener) SetDeadline(t time.Time) error {$/;"	f
 11331  SetDeadline	./net/unixsock_posix.go	/^func (l *UnixListener) SetDeadline(t time.Time) error {$/;"	f
 11332  SetEndOfFile	./syscall/zsyscall_windows.go	/^func SetEndOfFile(handle Handle) (err error) {$/;"	f
 11333  SetEnterRoundTripHook	./net/http/export_test.go	/^func SetEnterRoundTripHook(f func()) {$/;"	f
 11334  SetEnvironmentVariable	./syscall/zsyscall_windows.go	/^func SetEnvironmentVariable(name *uint16, value *uint16) (err error) {$/;"	f
 11335  SetEnvs	./runtime/export_test.go	/^func SetEnvs(e []string) { envs = e }$/;"	f
 11336  SetErrorCode	./syscall/mksyscall_windows.go	/^func (r *Rets) SetErrorCode() string {$/;"	f
 11337  SetExpandStringValue	./internal/syscall/windows/registry/value.go	/^func (k Key) SetExpandStringValue(name, value string) error {$/;"	f
 11338  SetF	./go/types/example_test.go	/^func (c *Celsius) SetF(f float64) { *c = Celsius(f - 32 \/ 9 * 5) }$/;"	f
 11339  SetFileAttributes	./syscall/zsyscall_windows.go	/^func SetFileAttributes(name *uint16, attrs uint32) (err error) {$/;"	f
 11340  SetFileCompletionNotificationModes	./syscall/zsyscall_windows.go	/^func SetFileCompletionNotificationModes(handle Handle, flags uint8) (err error) {$/;"	f
 11341  SetFilePointer	./syscall/zsyscall_windows.go	/^func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) {$/;"	f
 11342  SetFileTime	./syscall/zsyscall_windows.go	/^func SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error) {$/;"	f
 11343  SetFinalizer	./runtime/mfinal.go	/^func SetFinalizer(obj interface{}, finalizer interface{}) {$/;"	f
 11344  SetFlags	./log/log.go	/^func (l *Logger) SetFlags(flag int) {$/;"	f
 11345  SetFlags	./log/log.go	/^func SetFlags(flag int) {$/;"	f
 11346  SetFloat	./reflect/value.go	/^func (v Value) SetFloat(x float64) {$/;"	f
 11347  SetFloat64	./cmd/compile/internal/big/float.go	/^func (z *Float) SetFloat64(x float64) *Float {$/;"	f
 11348  SetFloat64	./cmd/compile/internal/big/rat.go	/^func (z *Rat) SetFloat64(f float64) *Rat {$/;"	f
 11349  SetFloat64	./math/big/float.go	/^func (z *Float) SetFloat64(x float64) *Float {$/;"	f
 11350  SetFloat64	./math/big/rat.go	/^func (z *Rat) SetFloat64(f float64) *Rat {$/;"	f
 11351  SetFrac	./cmd/compile/internal/big/rat.go	/^func (z *Rat) SetFrac(a, b *Int) *Rat {$/;"	f
 11352  SetFrac	./math/big/rat.go	/^func (z *Rat) SetFrac(a, b *Int) *Rat {$/;"	f
 11353  SetFrac64	./cmd/compile/internal/big/rat.go	/^func (z *Rat) SetFrac64(a, b int64) *Rat {$/;"	f
 11354  SetFrac64	./math/big/rat.go	/^func (z *Rat) SetFrac64(a, b int64) *Rat {$/;"	f
 11355  SetGCPercent	./runtime/debug/garbage.go	/^func SetGCPercent(percent int) int {$/;"	f
 11356  SetGray	./image/image.go	/^func (p *Gray) SetGray(x, y int, c color.Gray) {$/;"	f
 11357  SetGray16	./image/image.go	/^func (p *Gray16) SetGray16(x, y int, c color.Gray16) {$/;"	f
 11358  SetHandleInformation	./syscall/zsyscall_windows.go	/^func SetHandleInformation(handle Handle, mask uint32, flags uint32) (err error) {$/;"	f
 11359  SetIV	./crypto/cipher/cbc.go	/^func (x *cbcDecrypter) SetIV(iv []byte) {$/;"	f
 11360  SetIV	./crypto/cipher/cbc.go	/^func (x *cbcEncrypter) SetIV(iv []byte) {$/;"	f
 11361  SetImports	./go/types/package.go	/^func (pkg *Package) SetImports(list []*Package) { pkg.imports = list }$/;"	f
 11362  SetInf	./cmd/compile/internal/big/float.go	/^func (z *Float) SetInf(signbit bool) *Float {$/;"	f
 11363  SetInf	./math/big/float.go	/^func (z *Float) SetInf(signbit bool) *Float {$/;"	f
 11364  SetInstallConnClosedHook	./net/http/export_test.go	/^func SetInstallConnClosedHook(f func()) {$/;"	f
 11365  SetInt	./cmd/compile/internal/big/float.go	/^func (z *Float) SetInt(x *Int) *Float {$/;"	f
 11366  SetInt	./cmd/compile/internal/big/rat.go	/^func (z *Rat) SetInt(x *Int) *Rat {$/;"	f
 11367  SetInt	./cmd/compile/internal/gc/const.go	/^func (n *Node) SetInt(i int64) {$/;"	f
 11368  SetInt	./math/big/float.go	/^func (z *Float) SetInt(x *Int) *Float {$/;"	f
 11369  SetInt	./math/big/rat.go	/^func (z *Rat) SetInt(x *Int) *Rat {$/;"	f
 11370  SetInt	./reflect/value.go	/^func (v Value) SetInt(x int64) {$/;"	f
 11371  SetInt64	./cmd/compile/internal/big/float.go	/^func (z *Float) SetInt64(x int64) *Float {$/;"	f
 11372  SetInt64	./cmd/compile/internal/big/int.go	/^func (z *Int) SetInt64(x int64) *Int {$/;"	f
 11373  SetInt64	./cmd/compile/internal/big/rat.go	/^func (z *Rat) SetInt64(x int64) *Rat {$/;"	f
 11374  SetInt64	./math/big/float.go	/^func (z *Float) SetInt64(x int64) *Float {$/;"	f
 11375  SetInt64	./math/big/int.go	/^func (z *Int) SetInt64(x int64) *Int {$/;"	f
 11376  SetInt64	./math/big/rat.go	/^func (z *Rat) SetInt64(x int64) *Rat {$/;"	f
 11377  SetKeepAlive	./net/tcpsock_plan9.go	/^func (c *TCPConn) SetKeepAlive(keepalive bool) error {$/;"	f
 11378  SetKeepAlive	./net/tcpsock_posix.go	/^func (c *TCPConn) SetKeepAlive(keepalive bool) error {$/;"	f
 11379  SetKeepAlivePeriod	./net/tcpsock_plan9.go	/^func (c *TCPConn) SetKeepAlivePeriod(d time.Duration) error {$/;"	f
 11380  SetKeepAlivePeriod	./net/tcpsock_posix.go	/^func (c *TCPConn) SetKeepAlivePeriod(d time.Duration) error {$/;"	f
 11381  SetKeepAlivesEnabled	./net/http/server.go	/^func (srv *Server) SetKeepAlivesEnabled(v bool) {$/;"	f
 11382  SetKevent	./syscall/syscall_darwin_386.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11383  SetKevent	./syscall/syscall_darwin_amd64.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11384  SetKevent	./syscall/syscall_darwin_arm.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11385  SetKevent	./syscall/syscall_darwin_arm64.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11386  SetKevent	./syscall/syscall_dragonfly_amd64.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11387  SetKevent	./syscall/syscall_freebsd_386.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11388  SetKevent	./syscall/syscall_freebsd_amd64.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11389  SetKevent	./syscall/syscall_freebsd_arm.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11390  SetKevent	./syscall/syscall_netbsd_386.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11391  SetKevent	./syscall/syscall_netbsd_amd64.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11392  SetKevent	./syscall/syscall_netbsd_arm.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11393  SetKevent	./syscall/syscall_openbsd_386.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11394  SetKevent	./syscall/syscall_openbsd_amd64.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11395  SetKevent	./syscall/syscall_openbsd_arm.go	/^func SetKevent(k *Kevent_t, fd, mode, flags int) {$/;"	f
 11396  SetLen	./reflect/value.go	/^func (v Value) SetLen(n int) {$/;"	f
 11397  SetLen	./syscall/syscall_darwin_386.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11398  SetLen	./syscall/syscall_darwin_386.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11399  SetLen	./syscall/syscall_darwin_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11400  SetLen	./syscall/syscall_darwin_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11401  SetLen	./syscall/syscall_darwin_arm.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11402  SetLen	./syscall/syscall_darwin_arm.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11403  SetLen	./syscall/syscall_darwin_arm64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11404  SetLen	./syscall/syscall_darwin_arm64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11405  SetLen	./syscall/syscall_dragonfly_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11406  SetLen	./syscall/syscall_dragonfly_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11407  SetLen	./syscall/syscall_freebsd_386.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11408  SetLen	./syscall/syscall_freebsd_386.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11409  SetLen	./syscall/syscall_freebsd_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11410  SetLen	./syscall/syscall_freebsd_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11411  SetLen	./syscall/syscall_freebsd_arm.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11412  SetLen	./syscall/syscall_freebsd_arm.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11413  SetLen	./syscall/syscall_linux_386.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11414  SetLen	./syscall/syscall_linux_386.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11415  SetLen	./syscall/syscall_linux_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11416  SetLen	./syscall/syscall_linux_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11417  SetLen	./syscall/syscall_linux_arm.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11418  SetLen	./syscall/syscall_linux_arm.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11419  SetLen	./syscall/syscall_linux_arm64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11420  SetLen	./syscall/syscall_linux_arm64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11421  SetLen	./syscall/syscall_linux_ppc64x.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11422  SetLen	./syscall/syscall_linux_ppc64x.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11423  SetLen	./syscall/syscall_netbsd_386.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11424  SetLen	./syscall/syscall_netbsd_386.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11425  SetLen	./syscall/syscall_netbsd_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11426  SetLen	./syscall/syscall_netbsd_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11427  SetLen	./syscall/syscall_netbsd_arm.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11428  SetLen	./syscall/syscall_netbsd_arm.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11429  SetLen	./syscall/syscall_openbsd_386.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11430  SetLen	./syscall/syscall_openbsd_386.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11431  SetLen	./syscall/syscall_openbsd_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11432  SetLen	./syscall/syscall_openbsd_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11433  SetLen	./syscall/syscall_openbsd_arm.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11434  SetLen	./syscall/syscall_openbsd_arm.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11435  SetLen	./syscall/syscall_solaris_amd64.go	/^func (cmsg *Cmsghdr) SetLen(length int) {$/;"	f
 11436  SetLen	./syscall/syscall_solaris_amd64.go	/^func (iov *Iovec) SetLen(length int) {$/;"	f
 11437  SetLines	./go/token/position.go	/^func (f *File) SetLines(lines []int) bool {$/;"	f
 11438  SetLinesForContent	./go/token/position.go	/^func (f *File) SetLinesForContent(content []byte) {$/;"	f
 11439  SetLinger	./net/tcpsock_plan9.go	/^func (c *TCPConn) SetLinger(sec int) error {$/;"	f
 11440  SetLinger	./net/tcpsock_posix.go	/^func (c *TCPConn) SetLinger(sec int) error {$/;"	f
 11441  SetLsfPromisc	./syscall/lsf_linux.go	/^func SetLsfPromisc(name string, m bool) error {$/;"	f
 11442  SetMantExp	./cmd/compile/internal/big/float.go	/^func (z *Float) SetMantExp(mant *Float, exp int) *Float {$/;"	f
 11443  SetMantExp	./math/big/float.go	/^func (z *Float) SetMantExp(mant *Float, exp int) *Float {$/;"	f
 11444  SetMapIndex	./reflect/value.go	/^func (v Value) SetMapIndex(key, val Value) {$/;"	f
 11445  SetMaxIdleConns	./database/sql/sql.go	/^func (db *DB) SetMaxIdleConns(n int) {$/;"	f
 11446  SetMaxOpenConns	./database/sql/sql.go	/^func (db *DB) SetMaxOpenConns(n int) {$/;"	f
 11447  SetMaxStack	./runtime/debug/garbage.go	/^func SetMaxStack(bytes int) int {$/;"	f
 11448  SetMaxThreads	./runtime/debug/garbage.go	/^func SetMaxThreads(threads int) int {$/;"	f
 11449  SetModTime	./archive/zip/struct.go	/^func (h *FileHeader) SetModTime(t time.Time) {$/;"	f
 11450  SetMode	./archive/zip/struct.go	/^func (h *FileHeader) SetMode(mode os.FileMode) {$/;"	f
 11451  SetMode	./cmd/compile/internal/big/float.go	/^func (z *Float) SetMode(mode RoundingMode) *Float {$/;"	f
 11452  SetMode	./math/big/float.go	/^func (z *Float) SetMode(mode RoundingMode) *Float {$/;"	f
 11453  SetNRGBA	./image/image.go	/^func (p *NRGBA) SetNRGBA(x, y int, c color.NRGBA) {$/;"	f
 11454  SetNRGBA64	./image/image.go	/^func (p *NRGBA64) SetNRGBA64(x, y int, c color.NRGBA64) {$/;"	f
 11455  SetNoDelay	./net/tcpsock_plan9.go	/^func (c *TCPConn) SetNoDelay(noDelay bool) error {$/;"	f
 11456  SetNoDelay	./net/tcpsock_posix.go	/^func (c *TCPConn) SetNoDelay(noDelay bool) error {$/;"	f
 11457  SetNonblock	./syscall/exec_unix.go	/^func SetNonblock(fd int, nonblocking bool) (err error) {$/;"	f
 11458  SetNonblock	./syscall/exec_windows.go	/^func SetNonblock(fd Handle, nonblocking bool) (err error) {$/;"	f
 11459  SetNonblock	./syscall/net_nacl.go	/^func SetNonblock(fd int, nonblocking bool) error { return nil }$/;"	f
 11460  SetOffset	./archive/zip/writer.go	/^func (w *Writer) SetOffset(n int64) {$/;"	f
 11461  SetOpt	./cmd/compile/internal/gc/syntax.go	/^func (n *Node) SetOpt(x interface{}) {$/;"	f
 11462  SetOptimize	./strconv/internal_test.go	/^func SetOptimize(b bool) bool {$/;"	f
 11463  SetOutput	./flag/flag.go	/^func (f *FlagSet) SetOutput(output io.Writer) {$/;"	f
 11464  SetOutput	./log/log.go	/^func (l *Logger) SetOutput(w io.Writer) {$/;"	f
 11465  SetOutput	./log/log.go	/^func SetOutput(w io.Writer) {$/;"	f
 11466  SetPC	./syscall/syscall_linux_386.go	/^func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) }$/;"	f
 11467  SetPC	./syscall/syscall_linux_amd64.go	/^func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }$/;"	f
 11468  SetPC	./syscall/syscall_linux_arm.go	/^func (r *PtraceRegs) SetPC(pc uint64) { r.Uregs[15] = uint32(pc) }$/;"	f
 11469  SetPC	./syscall/syscall_linux_arm64.go	/^func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc }$/;"	f
 11470  SetPC	./syscall/syscall_linux_ppc64x.go	/^func (r *PtraceRegs) SetPC(pc uint64) { r.Nip = pc }$/;"	f
 11471  SetPanicOnFault	./runtime/debug/garbage.go	/^func SetPanicOnFault(enabled bool) bool {$/;"	f
 11472  SetParallelism	./testing/benchmark.go	/^func (b *B) SetParallelism(p int) {$/;"	f
 11473  SetPendingDialHooks	./net/http/export_test.go	/^func SetPendingDialHooks(before, after func()) {$/;"	f
 11474  SetPointer	./reflect/value.go	/^func (v Value) SetPointer(x unsafe.Pointer) {$/;"	f
 11475  SetPos	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) SetPos(line int, file string) {$/;"	f
 11476  SetPos	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) SetPos(line int, file string) {$/;"	f
 11477  SetPos	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) SetPos(line int, file string) {$/;"	f
 11478  SetPos	./text/template/parse/node.go	/^func (i *IdentifierNode) SetPos(pos Pos) *IdentifierNode {$/;"	f
 11479  SetPrec	./cmd/compile/internal/big/float.go	/^func (z *Float) SetPrec(prec uint) *Float {$/;"	f
 11480  SetPrec	./math/big/float.go	/^func (z *Float) SetPrec(prec uint) *Float {$/;"	f
 11481  SetPrefix	./log/log.go	/^func (l *Logger) SetPrefix(prefix string) {$/;"	f
 11482  SetPrefix	./log/log.go	/^func SetPrefix(prefix string) {$/;"	f
 11483  SetQWordValue	./internal/syscall/windows/registry/value.go	/^func (k Key) SetQWordValue(name string, value uint64) error {$/;"	f
 11484  SetRGBA	./image/image.go	/^func (p *RGBA) SetRGBA(x, y int, c color.RGBA) {$/;"	f
 11485  SetRGBA64	./image/image.go	/^func (p *RGBA64) SetRGBA64(x, y int, c color.RGBA64) {$/;"	f
 11486  SetRat	./cmd/compile/internal/big/float.go	/^func (z *Float) SetRat(x *Rat) *Float {$/;"	f
 11487  SetRat	./math/big/float.go	/^func (z *Float) SetRat(x *Rat) *Float {$/;"	f
 11488  SetReadBuffer	./net/net.go	/^func (c *conn) SetReadBuffer(bytes int) error {$/;"	f
 11489  SetReadDeadline	./crypto/tls/conn.go	/^func (c *Conn) SetReadDeadline(t time.Time) error {$/;"	f
 11490  SetReadDeadline	./net/http/httputil/dump.go	/^func (c *dumpConn) SetReadDeadline(t time.Time) error  { return nil }$/;"	f
 11491  SetReadDeadline	./net/http/serve_test.go	/^func (c *slowTestConn) SetReadDeadline(t time.Time) error {$/;"	f
 11492  SetReadDeadline	./net/http/serve_test.go	/^func (noopConn) SetReadDeadline(t time.Time) error  { return nil }$/;"	f
 11493  SetReadDeadline	./net/net.go	/^func (c *conn) SetReadDeadline(t time.Time) error {$/;"	f
 11494  SetReadDeadline	./net/pipe.go	/^func (p *pipe) SetReadDeadline(t time.Time) error {$/;"	f
 11495  SetReadDeadline	./net/smtp/smtp_test.go	/^func (f faker) SetReadDeadline(time.Time) error  { return nil }$/;"	f
 11496  SetReadDeadline	./syscall/net_nacl.go	/^func SetReadDeadline(fd int, t int64) error {$/;"	f
 11497  SetReadLoopBeforeNextReadHook	./net/http/export_test.go	/^func SetReadLoopBeforeNextReadHook(f func()) {$/;"	f
 11498  SetReadTimeout	./net/rpc/jsonrpc/all_test.go	/^func (p *pipe) SetReadTimeout(nsec int64) error {$/;"	f
 11499  SetReg	./cmd/compile/internal/gc/gsubr.go	/^func SetReg(r, v int) {$/;"	f
 11500  SetReturnValuesCode	./syscall/mksyscall_windows.go	/^func (r *Rets) SetReturnValuesCode() string {$/;"	f
 11501  SetSessionTicketKeys	./crypto/tls/common.go	/^func (c *Config) SetSessionTicketKeys(keys [][32]byte) {$/;"	f
 11502  SetString	./cmd/compile/internal/big/floatconv.go	/^func (z *Float) SetString(s string) (*Float, bool) {$/;"	f
 11503  SetString	./cmd/compile/internal/big/int.go	/^func (z *Int) SetString(s string, base int) (*Int, bool) {$/;"	f
 11504  SetString	./cmd/compile/internal/big/ratconv.go	/^func (z *Rat) SetString(s string) (*Rat, bool) {$/;"	f
 11505  SetString	./math/big/floatconv.go	/^func (z *Float) SetString(s string) (*Float, bool) {$/;"	f
 11506  SetString	./math/big/int.go	/^func (z *Int) SetString(s string, base int) (*Int, bool) {$/;"	f
 11507  SetString	./math/big/ratconv.go	/^func (z *Rat) SetString(s string) (*Rat, bool) {$/;"	f
 11508  SetString	./reflect/value.go	/^func (v Value) SetString(x string) {$/;"	f
 11509  SetStringValue	./internal/syscall/windows/registry/value.go	/^func (k Key) SetStringValue(name, value string) error {$/;"	f
 11510  SetStringsValue	./internal/syscall/windows/registry/value.go	/^func (k Key) SetStringsValue(name string, value []string) error {$/;"	f
 11511  SetTimeout	./net/rpc/jsonrpc/all_test.go	/^func (p *pipe) SetTimeout(nsec int64) error {$/;"	f
 11512  SetTree	./text/template/parse/node.go	/^func (i *IdentifierNode) SetTree(t *Tree) *IdentifierNode {$/;"	f
 11513  SetUint	./reflect/value.go	/^func (v Value) SetUint(x uint64) {$/;"	f
 11514  SetUint64	./cmd/compile/internal/big/float.go	/^func (z *Float) SetUint64(x uint64) *Float {$/;"	f
 11515  SetUint64	./cmd/compile/internal/big/int.go	/^func (z *Int) SetUint64(x uint64) *Int {$/;"	f
 11516  SetUint64	./math/big/float.go	/^func (z *Float) SetUint64(x uint64) *Float {$/;"	f
 11517  SetUint64	./math/big/int.go	/^func (z *Int) SetUint64(x uint64) *Int {$/;"	f
 11518  SetUnderlying	./go/types/type.go	/^func (t *Named) SetUnderlying(underlying Type) {$/;"	f
 11519  SetVal	./cmd/compile/internal/gc/syntax.go	/^func (n *Node) SetVal(v Val) {$/;"	f
 11520  SetValue	./internal/syscall/windows/registry/export_test.go	/^func (k Key) SetValue(name string, valtype uint32, data []byte) error {$/;"	f
 11521  SetWriteBuffer	./net/net.go	/^func (c *conn) SetWriteBuffer(bytes int) error {$/;"	f
 11522  SetWriteDeadline	./crypto/tls/conn.go	/^func (c *Conn) SetWriteDeadline(t time.Time) error {$/;"	f
 11523  SetWriteDeadline	./net/http/httputil/dump.go	/^func (c *dumpConn) SetWriteDeadline(t time.Time) error { return nil }$/;"	f
 11524  SetWriteDeadline	./net/http/serve_test.go	/^func (c *slowTestConn) SetWriteDeadline(t time.Time) error {$/;"	f
 11525  SetWriteDeadline	./net/http/serve_test.go	/^func (noopConn) SetWriteDeadline(t time.Time) error { return nil }$/;"	f
 11526  SetWriteDeadline	./net/net.go	/^func (c *conn) SetWriteDeadline(t time.Time) error {$/;"	f
 11527  SetWriteDeadline	./net/pipe.go	/^func (p *pipe) SetWriteDeadline(t time.Time) error {$/;"	f
 11528  SetWriteDeadline	./net/smtp/smtp_test.go	/^func (f faker) SetWriteDeadline(time.Time) error { return nil }$/;"	f
 11529  SetWriteDeadline	./syscall/net_nacl.go	/^func SetWriteDeadline(fd int, t int64) error {$/;"	f
 11530  SetWriteTimeout	./net/rpc/jsonrpc/all_test.go	/^func (p *pipe) SetWriteTimeout(nsec int64) error {$/;"	f
 11531  SetX	./cmd/vet/testdata/assign.go	/^func (s *ST) SetX(x int) {$/;"	f
 11532  Setdomainname	./syscall/zsyscall_linux_386.go	/^func Setdomainname(p []byte) (err error) {$/;"	f
 11533  Setdomainname	./syscall/zsyscall_linux_amd64.go	/^func Setdomainname(p []byte) (err error) {$/;"	f
 11534  Setdomainname	./syscall/zsyscall_linux_arm.go	/^func Setdomainname(p []byte) (err error) {$/;"	f
 11535  Setdomainname	./syscall/zsyscall_linux_arm64.go	/^func Setdomainname(p []byte) (err error) {$/;"	f
 11536  Setdomainname	./syscall/zsyscall_linux_ppc64.go	/^func Setdomainname(p []byte) (err error) {$/;"	f
 11537  Setdomainname	./syscall/zsyscall_linux_ppc64le.go	/^func Setdomainname(p []byte) (err error) {$/;"	f
 11538  Setegid	./syscall/zsyscall_darwin_386.go	/^func Setegid(egid int) (err error) {$/;"	f
 11539  Setegid	./syscall/zsyscall_darwin_amd64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11540  Setegid	./syscall/zsyscall_darwin_arm.go	/^func Setegid(egid int) (err error) {$/;"	f
 11541  Setegid	./syscall/zsyscall_darwin_arm64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11542  Setegid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11543  Setegid	./syscall/zsyscall_freebsd_386.go	/^func Setegid(egid int) (err error) {$/;"	f
 11544  Setegid	./syscall/zsyscall_freebsd_amd64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11545  Setegid	./syscall/zsyscall_freebsd_arm.go	/^func Setegid(egid int) (err error) {$/;"	f
 11546  Setegid	./syscall/zsyscall_netbsd_386.go	/^func Setegid(egid int) (err error) {$/;"	f
 11547  Setegid	./syscall/zsyscall_netbsd_amd64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11548  Setegid	./syscall/zsyscall_netbsd_arm.go	/^func Setegid(egid int) (err error) {$/;"	f
 11549  Setegid	./syscall/zsyscall_openbsd_386.go	/^func Setegid(egid int) (err error) {$/;"	f
 11550  Setegid	./syscall/zsyscall_openbsd_amd64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11551  Setegid	./syscall/zsyscall_openbsd_arm.go	/^func Setegid(egid int) (err error) {$/;"	f
 11552  Setegid	./syscall/zsyscall_solaris_amd64.go	/^func Setegid(egid int) (err error) {$/;"	f
 11553  Setenv	./os/env.go	/^func Setenv(key, value string) error {$/;"	f
 11554  Setenv	./syscall/env_plan9.go	/^func Setenv(key, value string) error {$/;"	f
 11555  Setenv	./syscall/env_unix.go	/^func Setenv(key, value string) error {$/;"	f
 11556  Setenv	./syscall/env_windows.go	/^func Setenv(key, value string) error {$/;"	f
 11557  Seteuid	./syscall/zsyscall_darwin_386.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11558  Seteuid	./syscall/zsyscall_darwin_amd64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11559  Seteuid	./syscall/zsyscall_darwin_arm.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11560  Seteuid	./syscall/zsyscall_darwin_arm64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11561  Seteuid	./syscall/zsyscall_dragonfly_amd64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11562  Seteuid	./syscall/zsyscall_freebsd_386.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11563  Seteuid	./syscall/zsyscall_freebsd_amd64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11564  Seteuid	./syscall/zsyscall_freebsd_arm.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11565  Seteuid	./syscall/zsyscall_netbsd_386.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11566  Seteuid	./syscall/zsyscall_netbsd_amd64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11567  Seteuid	./syscall/zsyscall_netbsd_arm.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11568  Seteuid	./syscall/zsyscall_openbsd_386.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11569  Seteuid	./syscall/zsyscall_openbsd_amd64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11570  Seteuid	./syscall/zsyscall_openbsd_arm.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11571  Seteuid	./syscall/zsyscall_solaris_amd64.go	/^func Seteuid(euid int) (err error) {$/;"	f
 11572  Setfsgid	./syscall/zsyscall_linux_386.go	/^func Setfsgid(gid int) (err error) {$/;"	f
 11573  Setfsgid	./syscall/zsyscall_linux_amd64.go	/^func Setfsgid(gid int) (err error) {$/;"	f
 11574  Setfsgid	./syscall/zsyscall_linux_arm.go	/^func Setfsgid(gid int) (err error) {$/;"	f
 11575  Setfsgid	./syscall/zsyscall_linux_arm64.go	/^func Setfsgid(gid int) (err error) {$/;"	f
 11576  Setfsgid	./syscall/zsyscall_linux_ppc64.go	/^func Setfsgid(gid int) (err error) {$/;"	f
 11577  Setfsgid	./syscall/zsyscall_linux_ppc64le.go	/^func Setfsgid(gid int) (err error) {$/;"	f
 11578  Setfsuid	./syscall/zsyscall_linux_386.go	/^func Setfsuid(uid int) (err error) {$/;"	f
 11579  Setfsuid	./syscall/zsyscall_linux_amd64.go	/^func Setfsuid(uid int) (err error) {$/;"	f
 11580  Setfsuid	./syscall/zsyscall_linux_arm.go	/^func Setfsuid(uid int) (err error) {$/;"	f
 11581  Setfsuid	./syscall/zsyscall_linux_arm64.go	/^func Setfsuid(uid int) (err error) {$/;"	f
 11582  Setfsuid	./syscall/zsyscall_linux_ppc64.go	/^func Setfsuid(uid int) (err error) {$/;"	f
 11583  Setfsuid	./syscall/zsyscall_linux_ppc64le.go	/^func Setfsuid(uid int) (err error) {$/;"	f
 11584  Setgid	./syscall/syscall_linux.go	/^func Setgid(uid int) (err error) {$/;"	f
 11585  Setgid	./syscall/zsyscall_darwin_386.go	/^func Setgid(gid int) (err error) {$/;"	f
 11586  Setgid	./syscall/zsyscall_darwin_amd64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11587  Setgid	./syscall/zsyscall_darwin_arm.go	/^func Setgid(gid int) (err error) {$/;"	f
 11588  Setgid	./syscall/zsyscall_darwin_arm64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11589  Setgid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11590  Setgid	./syscall/zsyscall_freebsd_386.go	/^func Setgid(gid int) (err error) {$/;"	f
 11591  Setgid	./syscall/zsyscall_freebsd_amd64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11592  Setgid	./syscall/zsyscall_freebsd_arm.go	/^func Setgid(gid int) (err error) {$/;"	f
 11593  Setgid	./syscall/zsyscall_netbsd_386.go	/^func Setgid(gid int) (err error) {$/;"	f
 11594  Setgid	./syscall/zsyscall_netbsd_amd64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11595  Setgid	./syscall/zsyscall_netbsd_arm.go	/^func Setgid(gid int) (err error) {$/;"	f
 11596  Setgid	./syscall/zsyscall_openbsd_386.go	/^func Setgid(gid int) (err error) {$/;"	f
 11597  Setgid	./syscall/zsyscall_openbsd_amd64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11598  Setgid	./syscall/zsyscall_openbsd_arm.go	/^func Setgid(gid int) (err error) {$/;"	f
 11599  Setgid	./syscall/zsyscall_solaris_amd64.go	/^func Setgid(gid int) (err error) {$/;"	f
 11600  Setgroups	./syscall/syscall_bsd.go	/^func Setgroups(gids []int) (err error) {$/;"	f
 11601  Setgroups	./syscall/syscall_linux.go	/^func Setgroups(gids []int) (err error) {$/;"	f
 11602  Setgroups	./syscall/syscall_solaris.go	/^func Setgroups(gids []int) (err error) {$/;"	f
 11603  Sethostname	./syscall/zsyscall_linux_386.go	/^func Sethostname(p []byte) (err error) {$/;"	f
 11604  Sethostname	./syscall/zsyscall_linux_amd64.go	/^func Sethostname(p []byte) (err error) {$/;"	f
 11605  Sethostname	./syscall/zsyscall_linux_arm.go	/^func Sethostname(p []byte) (err error) {$/;"	f
 11606  Sethostname	./syscall/zsyscall_linux_arm64.go	/^func Sethostname(p []byte) (err error) {$/;"	f
 11607  Sethostname	./syscall/zsyscall_linux_ppc64.go	/^func Sethostname(p []byte) (err error) {$/;"	f
 11608  Sethostname	./syscall/zsyscall_linux_ppc64le.go	/^func Sethostname(p []byte) (err error) {$/;"	f
 11609  Setlogin	./syscall/zsyscall_darwin_386.go	/^func Setlogin(name string) (err error) {$/;"	f
 11610  Setlogin	./syscall/zsyscall_darwin_amd64.go	/^func Setlogin(name string) (err error) {$/;"	f
 11611  Setlogin	./syscall/zsyscall_darwin_arm.go	/^func Setlogin(name string) (err error) {$/;"	f
 11612  Setlogin	./syscall/zsyscall_darwin_arm64.go	/^func Setlogin(name string) (err error) {$/;"	f
 11613  Setlogin	./syscall/zsyscall_dragonfly_amd64.go	/^func Setlogin(name string) (err error) {$/;"	f
 11614  Setlogin	./syscall/zsyscall_freebsd_386.go	/^func Setlogin(name string) (err error) {$/;"	f
 11615  Setlogin	./syscall/zsyscall_freebsd_amd64.go	/^func Setlogin(name string) (err error) {$/;"	f
 11616  Setlogin	./syscall/zsyscall_freebsd_arm.go	/^func Setlogin(name string) (err error) {$/;"	f
 11617  Setlogin	./syscall/zsyscall_openbsd_386.go	/^func Setlogin(name string) (err error) {$/;"	f
 11618  Setlogin	./syscall/zsyscall_openbsd_amd64.go	/^func Setlogin(name string) (err error) {$/;"	f
 11619  Setlogin	./syscall/zsyscall_openbsd_arm.go	/^func Setlogin(name string) (err error) {$/;"	f
 11620  Setmaxarg	./cmd/compile/internal/gc/subr.go	/^func Setmaxarg(t *Type, extra int32) {$/;"	f
 11621  Setpgid	./syscall/zsyscall_darwin_386.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11622  Setpgid	./syscall/zsyscall_darwin_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11623  Setpgid	./syscall/zsyscall_darwin_arm.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11624  Setpgid	./syscall/zsyscall_darwin_arm64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11625  Setpgid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11626  Setpgid	./syscall/zsyscall_freebsd_386.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11627  Setpgid	./syscall/zsyscall_freebsd_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11628  Setpgid	./syscall/zsyscall_freebsd_arm.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11629  Setpgid	./syscall/zsyscall_linux_386.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11630  Setpgid	./syscall/zsyscall_linux_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11631  Setpgid	./syscall/zsyscall_linux_arm.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11632  Setpgid	./syscall/zsyscall_linux_arm64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11633  Setpgid	./syscall/zsyscall_linux_ppc64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11634  Setpgid	./syscall/zsyscall_linux_ppc64le.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11635  Setpgid	./syscall/zsyscall_netbsd_386.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11636  Setpgid	./syscall/zsyscall_netbsd_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11637  Setpgid	./syscall/zsyscall_netbsd_arm.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11638  Setpgid	./syscall/zsyscall_openbsd_386.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11639  Setpgid	./syscall/zsyscall_openbsd_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11640  Setpgid	./syscall/zsyscall_openbsd_arm.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11641  Setpgid	./syscall/zsyscall_solaris_amd64.go	/^func Setpgid(pid int, pgid int) (err error) {$/;"	f
 11642  Setpriority	./syscall/zsyscall_darwin_386.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11643  Setpriority	./syscall/zsyscall_darwin_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11644  Setpriority	./syscall/zsyscall_darwin_arm.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11645  Setpriority	./syscall/zsyscall_darwin_arm64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11646  Setpriority	./syscall/zsyscall_dragonfly_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11647  Setpriority	./syscall/zsyscall_freebsd_386.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11648  Setpriority	./syscall/zsyscall_freebsd_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11649  Setpriority	./syscall/zsyscall_freebsd_arm.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11650  Setpriority	./syscall/zsyscall_linux_386.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11651  Setpriority	./syscall/zsyscall_linux_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11652  Setpriority	./syscall/zsyscall_linux_arm.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11653  Setpriority	./syscall/zsyscall_linux_arm64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11654  Setpriority	./syscall/zsyscall_linux_ppc64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11655  Setpriority	./syscall/zsyscall_linux_ppc64le.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11656  Setpriority	./syscall/zsyscall_netbsd_386.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11657  Setpriority	./syscall/zsyscall_netbsd_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11658  Setpriority	./syscall/zsyscall_netbsd_arm.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11659  Setpriority	./syscall/zsyscall_openbsd_386.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11660  Setpriority	./syscall/zsyscall_openbsd_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11661  Setpriority	./syscall/zsyscall_openbsd_arm.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11662  Setpriority	./syscall/zsyscall_solaris_amd64.go	/^func Setpriority(which int, who int, prio int) (err error) {$/;"	f
 11663  Setprivexec	./syscall/zsyscall_darwin_386.go	/^func Setprivexec(flag int) (err error) {$/;"	f
 11664  Setprivexec	./syscall/zsyscall_darwin_amd64.go	/^func Setprivexec(flag int) (err error) {$/;"	f
 11665  Setprivexec	./syscall/zsyscall_darwin_arm.go	/^func Setprivexec(flag int) (err error) {$/;"	f
 11666  Setprivexec	./syscall/zsyscall_darwin_arm64.go	/^func Setprivexec(flag int) (err error) {$/;"	f
 11667  Setregid	./syscall/zsyscall_darwin_386.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11668  Setregid	./syscall/zsyscall_darwin_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11669  Setregid	./syscall/zsyscall_darwin_arm.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11670  Setregid	./syscall/zsyscall_darwin_arm64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11671  Setregid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11672  Setregid	./syscall/zsyscall_freebsd_386.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11673  Setregid	./syscall/zsyscall_freebsd_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11674  Setregid	./syscall/zsyscall_freebsd_arm.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11675  Setregid	./syscall/zsyscall_linux_386.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11676  Setregid	./syscall/zsyscall_linux_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11677  Setregid	./syscall/zsyscall_linux_arm.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11678  Setregid	./syscall/zsyscall_linux_arm64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11679  Setregid	./syscall/zsyscall_linux_ppc64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11680  Setregid	./syscall/zsyscall_linux_ppc64le.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11681  Setregid	./syscall/zsyscall_netbsd_386.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11682  Setregid	./syscall/zsyscall_netbsd_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11683  Setregid	./syscall/zsyscall_netbsd_arm.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11684  Setregid	./syscall/zsyscall_openbsd_386.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11685  Setregid	./syscall/zsyscall_openbsd_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11686  Setregid	./syscall/zsyscall_openbsd_arm.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11687  Setregid	./syscall/zsyscall_solaris_amd64.go	/^func Setregid(rgid int, egid int) (err error) {$/;"	f
 11688  Setresgid	./syscall/zsyscall_linux_386.go	/^func Setresgid(rgid int, egid int, sgid int) (err error) {$/;"	f
 11689  Setresgid	./syscall/zsyscall_linux_amd64.go	/^func Setresgid(rgid int, egid int, sgid int) (err error) {$/;"	f
 11690  Setresgid	./syscall/zsyscall_linux_arm.go	/^func Setresgid(rgid int, egid int, sgid int) (err error) {$/;"	f
 11691  Setresgid	./syscall/zsyscall_linux_arm64.go	/^func Setresgid(rgid int, egid int, sgid int) (err error) {$/;"	f
 11692  Setresgid	./syscall/zsyscall_linux_ppc64.go	/^func Setresgid(rgid int, egid int, sgid int) (err error) {$/;"	f
 11693  Setresgid	./syscall/zsyscall_linux_ppc64le.go	/^func Setresgid(rgid int, egid int, sgid int) (err error) {$/;"	f
 11694  Setresuid	./syscall/zsyscall_linux_386.go	/^func Setresuid(ruid int, euid int, suid int) (err error) {$/;"	f
 11695  Setresuid	./syscall/zsyscall_linux_amd64.go	/^func Setresuid(ruid int, euid int, suid int) (err error) {$/;"	f
 11696  Setresuid	./syscall/zsyscall_linux_arm.go	/^func Setresuid(ruid int, euid int, suid int) (err error) {$/;"	f
 11697  Setresuid	./syscall/zsyscall_linux_arm64.go	/^func Setresuid(ruid int, euid int, suid int) (err error) {$/;"	f
 11698  Setresuid	./syscall/zsyscall_linux_ppc64.go	/^func Setresuid(ruid int, euid int, suid int) (err error) {$/;"	f
 11699  Setresuid	./syscall/zsyscall_linux_ppc64le.go	/^func Setresuid(ruid int, euid int, suid int) (err error) {$/;"	f
 11700  Setreuid	./syscall/zsyscall_darwin_386.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11701  Setreuid	./syscall/zsyscall_darwin_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11702  Setreuid	./syscall/zsyscall_darwin_arm.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11703  Setreuid	./syscall/zsyscall_darwin_arm64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11704  Setreuid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11705  Setreuid	./syscall/zsyscall_freebsd_386.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11706  Setreuid	./syscall/zsyscall_freebsd_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11707  Setreuid	./syscall/zsyscall_freebsd_arm.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11708  Setreuid	./syscall/zsyscall_linux_386.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11709  Setreuid	./syscall/zsyscall_linux_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11710  Setreuid	./syscall/zsyscall_linux_arm.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11711  Setreuid	./syscall/zsyscall_linux_arm64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11712  Setreuid	./syscall/zsyscall_linux_ppc64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11713  Setreuid	./syscall/zsyscall_linux_ppc64le.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11714  Setreuid	./syscall/zsyscall_netbsd_386.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11715  Setreuid	./syscall/zsyscall_netbsd_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11716  Setreuid	./syscall/zsyscall_netbsd_arm.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11717  Setreuid	./syscall/zsyscall_openbsd_386.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11718  Setreuid	./syscall/zsyscall_openbsd_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11719  Setreuid	./syscall/zsyscall_openbsd_arm.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11720  Setreuid	./syscall/zsyscall_solaris_amd64.go	/^func Setreuid(ruid int, euid int) (err error) {$/;"	f
 11721  Setrlimit	./syscall/syscall_linux_386.go	/^func Setrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
 11722  Setrlimit	./syscall/syscall_linux_arm.go	/^func Setrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
 11723  Setrlimit	./syscall/zsyscall_darwin_386.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11724  Setrlimit	./syscall/zsyscall_darwin_amd64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11725  Setrlimit	./syscall/zsyscall_darwin_arm.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11726  Setrlimit	./syscall/zsyscall_darwin_arm64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11727  Setrlimit	./syscall/zsyscall_dragonfly_amd64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11728  Setrlimit	./syscall/zsyscall_freebsd_386.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11729  Setrlimit	./syscall/zsyscall_freebsd_amd64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11730  Setrlimit	./syscall/zsyscall_freebsd_arm.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11731  Setrlimit	./syscall/zsyscall_linux_amd64.go	/^func Setrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
 11732  Setrlimit	./syscall/zsyscall_linux_arm64.go	/^func Setrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
 11733  Setrlimit	./syscall/zsyscall_linux_ppc64.go	/^func Setrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
 11734  Setrlimit	./syscall/zsyscall_linux_ppc64le.go	/^func Setrlimit(resource int, rlim *Rlimit) (err error) {$/;"	f
 11735  Setrlimit	./syscall/zsyscall_netbsd_386.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11736  Setrlimit	./syscall/zsyscall_netbsd_amd64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11737  Setrlimit	./syscall/zsyscall_netbsd_arm.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11738  Setrlimit	./syscall/zsyscall_openbsd_386.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11739  Setrlimit	./syscall/zsyscall_openbsd_amd64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11740  Setrlimit	./syscall/zsyscall_openbsd_arm.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11741  Setrlimit	./syscall/zsyscall_solaris_amd64.go	/^func Setrlimit(which int, lim *Rlimit) (err error) {$/;"	f
 11742  Setsid	./syscall/zsyscall_darwin_386.go	/^func Setsid() (pid int, err error) {$/;"	f
 11743  Setsid	./syscall/zsyscall_darwin_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11744  Setsid	./syscall/zsyscall_darwin_arm.go	/^func Setsid() (pid int, err error) {$/;"	f
 11745  Setsid	./syscall/zsyscall_darwin_arm64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11746  Setsid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11747  Setsid	./syscall/zsyscall_freebsd_386.go	/^func Setsid() (pid int, err error) {$/;"	f
 11748  Setsid	./syscall/zsyscall_freebsd_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11749  Setsid	./syscall/zsyscall_freebsd_arm.go	/^func Setsid() (pid int, err error) {$/;"	f
 11750  Setsid	./syscall/zsyscall_linux_386.go	/^func Setsid() (pid int, err error) {$/;"	f
 11751  Setsid	./syscall/zsyscall_linux_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11752  Setsid	./syscall/zsyscall_linux_arm.go	/^func Setsid() (pid int, err error) {$/;"	f
 11753  Setsid	./syscall/zsyscall_linux_arm64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11754  Setsid	./syscall/zsyscall_linux_ppc64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11755  Setsid	./syscall/zsyscall_linux_ppc64le.go	/^func Setsid() (pid int, err error) {$/;"	f
 11756  Setsid	./syscall/zsyscall_netbsd_386.go	/^func Setsid() (pid int, err error) {$/;"	f
 11757  Setsid	./syscall/zsyscall_netbsd_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11758  Setsid	./syscall/zsyscall_netbsd_arm.go	/^func Setsid() (pid int, err error) {$/;"	f
 11759  Setsid	./syscall/zsyscall_openbsd_386.go	/^func Setsid() (pid int, err error) {$/;"	f
 11760  Setsid	./syscall/zsyscall_openbsd_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11761  Setsid	./syscall/zsyscall_openbsd_arm.go	/^func Setsid() (pid int, err error) {$/;"	f
 11762  Setsid	./syscall/zsyscall_solaris_amd64.go	/^func Setsid() (pid int, err error) {$/;"	f
 11763  Setsockopt	./syscall/zsyscall_windows.go	/^func Setsockopt(s Handle, level int32, optname int32, optval *byte, optlen int32) (err error) {$/;"	f
 11764  SetsockoptByte	./syscall/net_nacl.go	/^func SetsockoptByte(fd, level, opt int, value byte) error {$/;"	f
 11765  SetsockoptByte	./syscall/syscall_unix.go	/^func SetsockoptByte(fd, level, opt int, value byte) (err error) {$/;"	f
 11766  SetsockoptICMPv6Filter	./syscall/net_nacl.go	/^func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) error { panic("SetsockoptICMPv") }$/;"	f
 11767  SetsockoptICMPv6Filter	./syscall/syscall_unix.go	/^func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) error {$/;"	f
 11768  SetsockoptIPMreq	./syscall/net_nacl.go	/^func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) error               { panic("SetsockoptIPMreq") }$/;"	f
 11769  SetsockoptIPMreq	./syscall/syscall_unix.go	/^func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) {$/;"	f
 11770  SetsockoptIPMreq	./syscall/syscall_windows.go	/^func SetsockoptIPMreq(fd Handle, level, opt int, mreq *IPMreq) (err error) {$/;"	f
 11771  SetsockoptIPMreqn	./syscall/syscall_freebsd.go	/^func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) {$/;"	f
 11772  SetsockoptIPMreqn	./syscall/syscall_linux.go	/^func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) {$/;"	f
 11773  SetsockoptIPv6Mreq	./syscall/net_nacl.go	/^func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) error           { panic("SetsockoptIPv") }$/;"	f
 11774  SetsockoptIPv6Mreq	./syscall/syscall_unix.go	/^func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) {$/;"	f
 11775  SetsockoptIPv6Mreq	./syscall/syscall_windows.go	/^func SetsockoptIPv6Mreq(fd Handle, level, opt int, mreq *IPv6Mreq) (err error) { return EWINDOWS }$/;"	f
 11776  SetsockoptInet4Addr	./syscall/net_nacl.go	/^func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) error           { panic("SetsockoptInet") }$/;"	f
 11777  SetsockoptInet4Addr	./syscall/syscall_unix.go	/^func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) {$/;"	f
 11778  SetsockoptInet4Addr	./syscall/syscall_windows.go	/^func SetsockoptInet4Addr(fd Handle, level, opt int, value [4]byte) (err error) {$/;"	f
 11779  SetsockoptInt	./syscall/net_nacl.go	/^func SetsockoptInt(fd, level, opt int, value int) error {$/;"	f
 11780  SetsockoptInt	./syscall/syscall_unix.go	/^func SetsockoptInt(fd, level, opt int, value int) (err error) {$/;"	f
 11781  SetsockoptInt	./syscall/syscall_windows.go	/^func SetsockoptInt(fd Handle, level, opt int, value int) (err error) {$/;"	f
 11782  SetsockoptLinger	./syscall/net_nacl.go	/^func SetsockoptLinger(fd, level, opt int, l *Linger) error {$/;"	f
 11783  SetsockoptLinger	./syscall/syscall_unix.go	/^func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) {$/;"	f
 11784  SetsockoptLinger	./syscall/syscall_windows.go	/^func SetsockoptLinger(fd Handle, level, opt int, l *Linger) (err error) {$/;"	f
 11785  SetsockoptString	./syscall/net_nacl.go	/^func SetsockoptString(fd, level, opt int, s string) error                   { panic("SetsockoptString") }$/;"	f
 11786  SetsockoptString	./syscall/syscall_unix.go	/^func SetsockoptString(fd, level, opt int, s string) (err error) {$/;"	f
 11787  SetsockoptTimeval	./syscall/net_nacl.go	/^func SetsockoptTimeval(fd, level, opt int, tv *Timeval) error               { panic("SetsockoptTimeval") }$/;"	f
 11788  SetsockoptTimeval	./syscall/syscall_unix.go	/^func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) {$/;"	f
 11789  SetsockoptTimeval	./syscall/syscall_windows.go	/^func SetsockoptTimeval(fd Handle, level, opt int, tv *Timeval) (err error) { return EWINDOWS }$/;"	f
 11790  Settimeofday	./syscall/zsyscall_darwin_386.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11791  Settimeofday	./syscall/zsyscall_darwin_amd64.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11792  Settimeofday	./syscall/zsyscall_darwin_arm.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11793  Settimeofday	./syscall/zsyscall_darwin_arm64.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11794  Settimeofday	./syscall/zsyscall_dragonfly_amd64.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11795  Settimeofday	./syscall/zsyscall_freebsd_386.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11796  Settimeofday	./syscall/zsyscall_freebsd_amd64.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11797  Settimeofday	./syscall/zsyscall_freebsd_arm.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11798  Settimeofday	./syscall/zsyscall_linux_386.go	/^func Settimeofday(tv *Timeval) (err error) {$/;"	f
 11799  Settimeofday	./syscall/zsyscall_linux_amd64.go	/^func Settimeofday(tv *Timeval) (err error) {$/;"	f
 11800  Settimeofday	./syscall/zsyscall_linux_arm.go	/^func Settimeofday(tv *Timeval) (err error) {$/;"	f
 11801  Settimeofday	./syscall/zsyscall_linux_arm64.go	/^func Settimeofday(tv *Timeval) (err error) {$/;"	f
 11802  Settimeofday	./syscall/zsyscall_linux_ppc64.go	/^func Settimeofday(tv *Timeval) (err error) {$/;"	f
 11803  Settimeofday	./syscall/zsyscall_linux_ppc64le.go	/^func Settimeofday(tv *Timeval) (err error) {$/;"	f
 11804  Settimeofday	./syscall/zsyscall_netbsd_386.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11805  Settimeofday	./syscall/zsyscall_netbsd_amd64.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11806  Settimeofday	./syscall/zsyscall_netbsd_arm.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11807  Settimeofday	./syscall/zsyscall_openbsd_386.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11808  Settimeofday	./syscall/zsyscall_openbsd_amd64.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11809  Settimeofday	./syscall/zsyscall_openbsd_arm.go	/^func Settimeofday(tp *Timeval) (err error) {$/;"	f
 11810  Setuid	./syscall/syscall_linux.go	/^func Setuid(uid int) (err error) {$/;"	f
 11811  Setuid	./syscall/zsyscall_darwin_386.go	/^func Setuid(uid int) (err error) {$/;"	f
 11812  Setuid	./syscall/zsyscall_darwin_amd64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11813  Setuid	./syscall/zsyscall_darwin_arm.go	/^func Setuid(uid int) (err error) {$/;"	f
 11814  Setuid	./syscall/zsyscall_darwin_arm64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11815  Setuid	./syscall/zsyscall_dragonfly_amd64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11816  Setuid	./syscall/zsyscall_freebsd_386.go	/^func Setuid(uid int) (err error) {$/;"	f
 11817  Setuid	./syscall/zsyscall_freebsd_amd64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11818  Setuid	./syscall/zsyscall_freebsd_arm.go	/^func Setuid(uid int) (err error) {$/;"	f
 11819  Setuid	./syscall/zsyscall_netbsd_386.go	/^func Setuid(uid int) (err error) {$/;"	f
 11820  Setuid	./syscall/zsyscall_netbsd_amd64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11821  Setuid	./syscall/zsyscall_netbsd_arm.go	/^func Setuid(uid int) (err error) {$/;"	f
 11822  Setuid	./syscall/zsyscall_openbsd_386.go	/^func Setuid(uid int) (err error) {$/;"	f
 11823  Setuid	./syscall/zsyscall_openbsd_amd64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11824  Setuid	./syscall/zsyscall_openbsd_arm.go	/^func Setuid(uid int) (err error) {$/;"	f
 11825  Setuid	./syscall/zsyscall_solaris_amd64.go	/^func Setuid(uid int) (err error) {$/;"	f
 11826  Setuintxx	./cmd/internal/obj/data.go	/^func Setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {$/;"	f
 11827  SetupError	./testing/quick/quick.go	/^type SetupError string$/;"	t
 11828  Setxattr	./syscall/zsyscall_linux_386.go	/^func Setxattr(path string, attr string, data []byte, flags int) (err error) {$/;"	f
 11829  Setxattr	./syscall/zsyscall_linux_amd64.go	/^func Setxattr(path string, attr string, data []byte, flags int) (err error) {$/;"	f
 11830  Setxattr	./syscall/zsyscall_linux_arm.go	/^func Setxattr(path string, attr string, data []byte, flags int) (err error) {$/;"	f
 11831  Setxattr	./syscall/zsyscall_linux_arm64.go	/^func Setxattr(path string, attr string, data []byte, flags int) (err error) {$/;"	f
 11832  Setxattr	./syscall/zsyscall_linux_ppc64.go	/^func Setxattr(path string, attr string, data []byte, flags int) (err error) {$/;"	f
 11833  Setxattr	./syscall/zsyscall_linux_ppc64le.go	/^func Setxattr(path string, attr string, data []byte, flags int) (err error) {$/;"	f
 11834  ShadowRead	./cmd/vet/testdata/shadow.go	/^func ShadowRead(f *os.File, buf []byte) (err error) {$/;"	f
 11835  Shift	./cmd/internal/rsc.io/arm/armasm/inst.go	/^type Shift uint8$/;"	t
 11836  Shift	./go/constant/value.go	/^func Shift(x Value, op token.Token, s uint) Value {$/;"	f
 11837  Shift	./strconv/decimal.go	/^func (a *decimal) Shift(k int) {$/;"	f
 11838  ShiftTest	./cmd/vet/testdata/shift.go	/^func ShiftTest() {$/;"	f
 11839  Ship	./encoding/xml/marshal_test.go	/^type Ship struct {$/;"	t
 11840  Shlib	./cmd/link/internal/ld/link.go	/^type Shlib struct {$/;"	t
 11841  Short	./go/doc/testdata/testing.go	/^func Short() bool {$/;"	f
 11842  Short	./testing/testing.go	/^func Short() bool {$/;"	f
 11843  ShortestDecimal	./strconv/extfloat.go	/^func (f *extFloat) ShortestDecimal(d *decimalSlice, lower, upper *extFloat) bool {$/;"	f
 11844  ShouldRepeat	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) ShouldRepeat(n, c int64) bool {$/;"	f
 11845  Shutdown	./syscall/net_nacl.go	/^func Shutdown(fd int, how int) error {$/;"	f
 11846  Shutdown	./syscall/syscall_linux_386.go	/^func Shutdown(s, how int) (err error) {$/;"	f
 11847  Shutdown	./syscall/syscall_windows.go	/^func Shutdown(fd Handle, how int) (err error) {$/;"	f
 11848  Shutdown	./syscall/zsyscall_darwin_386.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11849  Shutdown	./syscall/zsyscall_darwin_amd64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11850  Shutdown	./syscall/zsyscall_darwin_arm.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11851  Shutdown	./syscall/zsyscall_darwin_arm64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11852  Shutdown	./syscall/zsyscall_dragonfly_amd64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11853  Shutdown	./syscall/zsyscall_freebsd_386.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11854  Shutdown	./syscall/zsyscall_freebsd_amd64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11855  Shutdown	./syscall/zsyscall_freebsd_arm.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11856  Shutdown	./syscall/zsyscall_linux_amd64.go	/^func Shutdown(fd int, how int) (err error) {$/;"	f
 11857  Shutdown	./syscall/zsyscall_linux_arm.go	/^func Shutdown(fd int, how int) (err error) {$/;"	f
 11858  Shutdown	./syscall/zsyscall_linux_arm64.go	/^func Shutdown(fd int, how int) (err error) {$/;"	f
 11859  Shutdown	./syscall/zsyscall_linux_ppc64.go	/^func Shutdown(fd int, how int) (err error) {$/;"	f
 11860  Shutdown	./syscall/zsyscall_linux_ppc64le.go	/^func Shutdown(fd int, how int) (err error) {$/;"	f
 11861  Shutdown	./syscall/zsyscall_netbsd_386.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11862  Shutdown	./syscall/zsyscall_netbsd_amd64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11863  Shutdown	./syscall/zsyscall_netbsd_arm.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11864  Shutdown	./syscall/zsyscall_openbsd_386.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11865  Shutdown	./syscall/zsyscall_openbsd_amd64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11866  Shutdown	./syscall/zsyscall_openbsd_arm.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11867  Shutdown	./syscall/zsyscall_solaris_amd64.go	/^func Shutdown(s int, how int) (err error) {$/;"	f
 11868  Sig	./cmd/compile/internal/gc/go.go	/^type Sig struct {$/;"	t
 11869  Sigaction	./runtime/defs2_linux.go	/^type Sigaction C.struct_kernel_sigaction$/;"	t
 11870  Sigaction	./runtime/defs_arm_linux.go	/^type Sigaction C.struct_xsigaction$/;"	t
 11871  Sigaction	./runtime/defs_darwin.go	/^\/\/ type Sigaction C.struct_sigaction	\/\/ used by the C library$/;"	t
 11872  Sigaction	./runtime/defs_darwin.go	/^type Sigaction C.struct___sigaction \/\/ used in syscalls$/;"	t
 11873  Sigaction	./runtime/defs_linux.go	/^type Sigaction C.struct_sigaction$/;"	t
 11874  Sigaction	./runtime/defs_solaris.go	/^type Sigaction C.struct_sigaction$/;"	t
 11875  SigaltstackT	./runtime/defs1_linux.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11876  SigaltstackT	./runtime/defs2_linux.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11877  SigaltstackT	./runtime/defs3_linux.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11878  SigaltstackT	./runtime/defs_arm_linux.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11879  SigaltstackT	./runtime/defs_dragonfly.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11880  SigaltstackT	./runtime/defs_freebsd.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11881  SigaltstackT	./runtime/defs_netbsd.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11882  SigaltstackT	./runtime/defs_openbsd.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11883  SigaltstackT	./runtime/defs_solaris.go	/^type SigaltstackT C.struct_sigaltstack$/;"	t
 11884  Sigcontext	./runtime/defs1_linux.go	/^type Sigcontext C.struct_sigcontext$/;"	t
 11885  Sigcontext	./runtime/defs2_linux.go	/^type Sigcontext C.struct_sigcontext$/;"	t
 11886  Sigcontext	./runtime/defs3_linux.go	/^type Sigcontext C.struct_sigcontext$/;"	t
 11887  Sigcontext	./runtime/defs_arm_linux.go	/^type Sigcontext C.struct_sigcontext$/;"	t
 11888  Sigcontext	./runtime/defs_openbsd.go	/^type Sigcontext C.struct_sigcontext$/;"	t
 11889  Sighandler	./runtime/defs_darwin.go	/^type Sighandler C.union___sigaction_u$/;"	t
 11890  Siginfo	./runtime/defs2_linux.go	/^type Siginfo C.siginfo_t$/;"	t
 11891  Siginfo	./runtime/defs_arm_linux.go	/^type Siginfo C.struct_xsiginfo$/;"	t
 11892  Siginfo	./runtime/defs_darwin.go	/^type Siginfo C.siginfo_t$/;"	t
 11893  Siginfo	./runtime/defs_dragonfly.go	/^type Siginfo C.siginfo_t$/;"	t
 11894  Siginfo	./runtime/defs_freebsd.go	/^type Siginfo C.siginfo_t$/;"	t
 11895  Siginfo	./runtime/defs_linux.go	/^type Siginfo C.siginfo_t$/;"	t
 11896  Siginfo	./runtime/defs_netbsd.go	/^type Siginfo C.struct__ksiginfo$/;"	t
 11897  Siginfo	./runtime/defs_openbsd.go	/^type Siginfo C.siginfo_t$/;"	t
 11898  Siginfo	./runtime/defs_solaris.go	/^type Siginfo C.siginfo_t$/;"	t
 11899  Sign	./cmd/compile/internal/big/float.go	/^func (x *Float) Sign() int {$/;"	f
 11900  Sign	./cmd/compile/internal/big/int.go	/^func (x *Int) Sign() int {$/;"	f
 11901  Sign	./cmd/compile/internal/big/rat.go	/^func (x *Rat) Sign() int {$/;"	f
 11902  Sign	./crypto/dsa/dsa.go	/^func Sign(rand io.Reader, priv *PrivateKey, hash []byte) (r, s *big.Int, err error) {$/;"	f
 11903  Sign	./crypto/ecdsa/ecdsa.go	/^func (priv *PrivateKey) Sign(rand io.Reader, msg []byte, opts crypto.SignerOpts) ([]byte, error) {$/;"	f
 11904  Sign	./crypto/ecdsa/ecdsa.go	/^func Sign(rand io.Reader, priv *PrivateKey, hash []byte) (r, s *big.Int, err error) {$/;"	f
 11905  Sign	./crypto/rsa/rsa.go	/^func (priv *PrivateKey) Sign(rand io.Reader, msg []byte, opts crypto.SignerOpts) ([]byte, error) {$/;"	f
 11906  Sign	./go/constant/value.go	/^func Sign(x Value) int {$/;"	f
 11907  Sign	./math/big/float.go	/^func (x *Float) Sign() int {$/;"	f
 11908  Sign	./math/big/int.go	/^func (x *Int) Sign() int {$/;"	f
 11909  Sign	./math/big/rat.go	/^func (x *Rat) Sign() int {$/;"	f
 11910  SignPKCS1v15	./crypto/rsa/pkcs1v15.go	/^func SignPKCS1v15(rand io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) (s []byte, err error) {$/;"	f
 11911  SignPSS	./crypto/rsa/pss.go	/^func SignPSS(rand io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte, opts *PSSOptions) (s []byte, err error) {$/;"	f
 11912  Signal	./os/doc.go	/^func (p *Process) Signal(sig Signal) error {$/;"	f
 11913  Signal	./os/exec.go	/^type Signal interface {$/;"	t
 11914  Signal	./sync/cond.go	/^func (c *Cond) Signal() {$/;"	f
 11915  Signal	./syscall/syscall_bsd.go	/^func (w WaitStatus) Signal() Signal {$/;"	f
 11916  Signal	./syscall/syscall_linux.go	/^func (w WaitStatus) Signal() Signal {$/;"	f
 11917  Signal	./syscall/syscall_nacl.go	/^func (s Signal) Signal() {}$/;"	f
 11918  Signal	./syscall/syscall_nacl.go	/^func (w WaitStatus) Signal() Signal     { return 0 }$/;"	f
 11919  Signal	./syscall/syscall_nacl.go	/^type Signal int$/;"	t
 11920  Signal	./syscall/syscall_plan9.go	/^func (n Note) Signal() {}$/;"	f
 11921  Signal	./syscall/syscall_solaris.go	/^func (w WaitStatus) Signal() Signal {$/;"	f
 11922  Signal	./syscall/syscall_unix.go	/^func (s Signal) Signal() {}$/;"	f
 11923  Signal	./syscall/syscall_unix.go	/^type Signal int$/;"	t
 11924  Signal	./syscall/syscall_windows.go	/^func (s Signal) Signal() {}$/;"	f
 11925  Signal	./syscall/syscall_windows.go	/^func (w WaitStatus) Signal() Signal { return -1 }$/;"	f
 11926  Signal	./syscall/syscall_windows.go	/^type Signal int$/;"	t
 11927  Signaled	./syscall/syscall_bsd.go	/^func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }$/;"	f
 11928  Signaled	./syscall/syscall_linux.go	/^func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }$/;"	f
 11929  Signaled	./syscall/syscall_nacl.go	/^func (w WaitStatus) Signaled() bool     { return false }$/;"	f
 11930  Signaled	./syscall/syscall_plan9.go	/^func (w Waitmsg) Signaled() bool { return false }$/;"	f
 11931  Signaled	./syscall/syscall_solaris.go	/^func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }$/;"	f
 11932  Signaled	./syscall/syscall_windows.go	/^func (w WaitStatus) Signaled() bool { return false }$/;"	f
 11933  Signature	./go/types/type.go	/^type Signature struct {$/;"	t
 11934  SignatureAlgorithm	./crypto/x509/x509.go	/^type SignatureAlgorithm int$/;"	t
 11935  Signbit	./cmd/compile/internal/big/float.go	/^func (x *Float) Signbit() bool {$/;"	f
 11936  Signbit	./math/big/float.go	/^func (x *Float) Signbit() bool {$/;"	f
 11937  Signbit	./math/signbit.go	/^func Signbit(x float64) bool {$/;"	f
 11938  Signer	./crypto/crypto.go	/^type Signer interface {$/;"	t
 11939  SignerOpts	./crypto/crypto.go	/^type SignerOpts interface {$/;"	t
 11940  Sigset	./runtime/defs_dragonfly.go	/^type Sigset C.struct___sigset$/;"	t
 11941  Sigset	./runtime/defs_freebsd.go	/^type Sigset C.struct___sigset$/;"	t
 11942  Sigset	./runtime/defs_linux.go	/^type Sigset C.sigset_t$/;"	t
 11943  Sigset	./runtime/defs_netbsd.go	/^type Sigset C.sigset_t$/;"	t
 11944  Sigset	./runtime/defs_openbsd.go	/^type Sigset C.sigset_t$/;"	t
 11945  Sigset	./runtime/defs_solaris.go	/^type Sigset C.sigset_t$/;"	t
 11946  Sigval	./runtime/defs_darwin.go	/^type Sigval C.union_sigval$/;"	t
 11947  Sigval	./runtime/defs_openbsd.go	/^type Sigval C.union_sigval$/;"	t
 11948  SimpleFold	./unicode/letter.go	/^func SimpleFold(r rune) rune {$/;"	f
 11949  Simplify	./regexp/syntax/simplify.go	/^func (re *Regexp) Simplify() *Regexp {$/;"	f
 11950  Simsimtype	./cmd/compile/internal/gc/subr.go	/^func Simsimtype(t *Type) int {$/;"	f
 11951  Simtype	./cmd/compile/internal/gc/go.go	/^var Simtype [NTYPE]uint8$/;"	v
 11952  Sin	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^		{pkgpath: "math", name: "Sin", want: "func Sin(x float64) float64"},$/;"	f
 11953  Sin	./go/internal/gcimporter/gcimporter_test.go	/^	{"math.Sin", "func Sin(x float64) float64"},$/;"	f
 11954  Sin	./math/cmplx/sin.go	/^func Sin(x complex128) complex128 {$/;"	f
 11955  Sin	./math/sin.go	/^func Sin(x float64) float64$/;"	f
 11956  Since	./time/time.go	/^func Since(t Time) Duration {$/;"	f
 11957  Sincos	./math/sincos.go	/^func Sincos(x float64) (sin, cos float64)$/;"	f
 11958  SingleTest	./encoding/gob/encoder_test.go	/^type SingleTest struct {$/;"	t
 11959  Sinh	./math/cmplx/sin.go	/^func Sinh(x complex128) complex128 {$/;"	f
 11960  Sinh	./math/sinh.go	/^func Sinh(x float64) float64 {$/;"	f
 11961  Size	./archive/tar/common.go	/^func (fi headerFileInfo) Size() int64        { return fi.h.Size }$/;"	f
 11962  Size	./archive/tar/tar_test.go	/^func (symlink) Size() int64        { return 0 }$/;"	f
 11963  Size	./archive/zip/struct.go	/^func (fi headerFileInfo) Size() int64 {$/;"	f
 11964  Size	./archive/zip/zip_test.go	/^func (r *rleBuffer) Size() int64 {$/;"	f
 11965  Size	./bytes/reader.go	/^func (r *Reader) Size() int64 { return int64(len(r.s)) }$/;"	f
 11966  Size	./cmd/pack/pack_test.go	/^func (f *FakeFile) Size() int64 {$/;"	f
 11967  Size	./crypto/crypto.go	/^func (h Hash) Size() int {$/;"	f
 11968  Size	./crypto/hmac/hmac.go	/^func (h *hmac) Size() int { return h.size }$/;"	f
 11969  Size	./crypto/md5/md5.go	/^func (d *digest) Size() int { return Size }$/;"	f
 11970  Size	./crypto/sha1/sha1.go	/^func (d *digest) Size() int { return Size }$/;"	f
 11971  Size	./crypto/sha256/sha256.go	/^func (d *digest) Size() int {$/;"	f
 11972  Size	./crypto/sha512/sha512.go	/^func (d *digest) Size() int {$/;"	f
 11973  Size	./crypto/tls/cipher_suites.go	/^func (s ssl30MAC) Size() int {$/;"	f
 11974  Size	./crypto/tls/cipher_suites.go	/^func (s tls10MAC) Size() int {$/;"	f
 11975  Size	./debug/dwarf/type.go	/^func (c *CommonType) Size() int64 { return c.ByteSize }$/;"	f
 11976  Size	./debug/dwarf/type.go	/^func (t *ArrayType) Size() int64 {$/;"	f
 11977  Size	./debug/dwarf/type.go	/^func (t *QualType) Size() int64 { return t.Type.Size() }$/;"	f
 11978  Size	./debug/dwarf/type.go	/^func (t *TypedefType) Size() int64 { return t.Type.Size() }$/;"	f
 11979  Size	./encoding/binary/binary.go	/^func Size(v interface{}) int {$/;"	f
 11980  Size	./encoding/gob/decode.go	/^func (d *decBuffer) Size(n int) {$/;"	f
 11981  Size	./go/token/position.go	/^func (f *File) Size() int {$/;"	f
 11982  Size	./hash/adler32/adler32.go	/^func (d *digest) Size() int { return Size }$/;"	f
 11983  Size	./hash/crc32/crc32.go	/^func (d *digest) Size() int { return Size }$/;"	f
 11984  Size	./hash/crc64/crc64.go	/^func (d *digest) Size() int { return Size }$/;"	f
 11985  Size	./hash/fnv/fnv.go	/^func (s *sum32) Size() int  { return 4 }$/;"	f
 11986  Size	./hash/fnv/fnv.go	/^func (s *sum32a) Size() int { return 4 }$/;"	f
 11987  Size	./hash/fnv/fnv.go	/^func (s *sum64) Size() int  { return 8 }$/;"	f
 11988  Size	./hash/fnv/fnv.go	/^func (s *sum64a) Size() int { return 8 }$/;"	f
 11989  Size	./image/geom.go	/^func (r Rectangle) Size() Point {$/;"	f
 11990  Size	./io/io.go	/^func (s *SectionReader) Size() int64 { return s.limit - s.base }$/;"	f
 11991  Size	./net/http/fs_test.go	/^func (f *fakeFileInfo) Size() int64        { return int64(len(f.contents)) }$/;"	f
 11992  Size	./net/ip.go	/^func (m IPMask) Size() (ones, bits int) {$/;"	f
 11993  Size	./os/types_notwin.go	/^func (fs *fileStat) Size() int64        { return fs.size }$/;"	f
 11994  Size	./os/types_windows.go	/^func (fs *fileStat) Size() int64 {$/;"	f
 11995  Size	./reflect/type.go	/^func (t *rtype) Size() uintptr { return t.size }$/;"	f
 11996  Size	./strings/reader.go	/^func (r *Reader) Size() int64 { return int64(len(r.s)) }$/;"	f
 11997  Sizeof	./cmd/compile/internal/gc/builtin/unsafe.go	/^func Sizeof(any) uintptr$/;"	f
 11998  Sizeof	./go/types/sizes.go	/^func (s *StdSizes) Sizeof(T Type) int64 {$/;"	f
 11999  Sizeof	./unsafe/unsafe.go	/^func Sizeof(x ArbitraryType) uintptr$/;"	f
 12000  Sizes	./go/types/sizes.go	/^type Sizes interface {$/;"	t
 12001  Skip	./encoding/xml/read.go	/^func (d *Decoder) Skip() error {$/;"	f
 12002  Skip	./testing/testing.go	/^func (c *common) Skip(args ...interface{}) {$/;"	f
 12003  SkipChildren	./debug/dwarf/entry.go	/^func (r *Reader) SkipChildren() {$/;"	f
 12004  SkipDir	./path/filepath/path.go	/^var SkipDir = errors.New("skip this directory")$/;"	v
 12005  SkipNow	./testing/testing.go	/^func (c *common) SkipNow() {$/;"	f
 12006  SkipSpace	./fmt/scan.go	/^func (s *ss) SkipSpace() {$/;"	f
 12007  Skipf	./testing/testing.go	/^func (c *common) Skipf(format string, args ...interface{}) {$/;"	f
 12008  Skipped	./testing/testing.go	/^func (c *common) Skipped() bool {$/;"	f
 12009  Sleep	./time/sleep.go	/^func Sleep(d Duration)$/;"	f
 12010  Slice	./cmd/asm/internal/lex/slice.go	/^type Slice struct {$/;"	t
 12011  Slice	./go/types/type.go	/^type Slice struct {$/;"	t
 12012  Slice	./reflect/value.go	/^func (v Value) Slice(i, j int) Value {$/;"	f
 12013  Slice3	./reflect/value.go	/^func (v Value) Slice3(i, j, k int) Value {$/;"	f
 12014  SliceHeader	./cmd/vet/testdata/unsafeptr.go	/^type SliceHeader struct {$/;"	t
 12015  SliceHeader	./reflect/value.go	/^type SliceHeader struct {$/;"	t
 12016  SliceOf	./reflect/type.go	/^func SliceOf(t Type) Type {$/;"	f
 12017  SlicePtrFromStrings	./syscall/exec_plan9.go	/^func SlicePtrFromStrings(ss []string) ([]*byte, error) {$/;"	f
 12018  SlicePtrFromStrings	./syscall/exec_unix.go	/^func SlicePtrFromStrings(ss []string) ([]*byte, error) {$/;"	f
 12019  SliceTmpVarCode	./syscall/mksyscall_windows.go	/^func (p *Param) SliceTmpVarCode() string {$/;"	f
 12020  SliceTypePrinter	./runtime/runtime-gdb.py	/^class SliceTypePrinter:$/;"	c
 12021  SliceValue	./runtime/runtime-gdb.py	/^class SliceValue:$/;"	c
 12022  Smagic	./cmd/compile/internal/gc/subr.go	/^func Smagic(m *Magic) {$/;"	f
 12023  Small	./encoding/json/decode_test.go	/^type Small struct {$/;"	t
 12024  Smallintconst	./cmd/compile/internal/gc/const.go	/^func Smallintconst(n *Node) bool {$/;"	f
 12025  SockFilter	./syscall/types_linux.go	/^type SockFilter C.struct_sock_filter$/;"	t
 12026  SockFilter	./syscall/ztypes_linux_386.go	/^type SockFilter struct {$/;"	t
 12027  SockFilter	./syscall/ztypes_linux_amd64.go	/^type SockFilter struct {$/;"	t
 12028  SockFilter	./syscall/ztypes_linux_arm.go	/^type SockFilter struct {$/;"	t
 12029  SockFilter	./syscall/ztypes_linux_arm64.go	/^type SockFilter struct {$/;"	t
 12030  SockFilter	./syscall/ztypes_linux_ppc64.go	/^type SockFilter struct {$/;"	t
 12031  SockFilter	./syscall/ztypes_linux_ppc64le.go	/^type SockFilter struct {$/;"	t
 12032  SockFprog	./syscall/types_linux.go	/^type SockFprog C.struct_sock_fprog$/;"	t
 12033  SockFprog	./syscall/ztypes_linux_386.go	/^type SockFprog struct {$/;"	t
 12034  SockFprog	./syscall/ztypes_linux_amd64.go	/^type SockFprog struct {$/;"	t
 12035  SockFprog	./syscall/ztypes_linux_arm.go	/^type SockFprog struct {$/;"	t
 12036  SockFprog	./syscall/ztypes_linux_arm64.go	/^type SockFprog struct {$/;"	t
 12037  SockFprog	./syscall/ztypes_linux_ppc64.go	/^type SockFprog struct {$/;"	t
 12038  SockFprog	./syscall/ztypes_linux_ppc64le.go	/^type SockFprog struct {$/;"	t
 12039  Sockaddr	./syscall/net_nacl.go	/^type Sockaddr interface {$/;"	t
 12040  Sockaddr	./syscall/syscall_unix.go	/^type Sockaddr interface {$/;"	t
 12041  Sockaddr	./syscall/syscall_windows.go	/^func (rsa *RawSockaddrAny) Sockaddr() (Sockaddr, error) {$/;"	f
 12042  Sockaddr	./syscall/syscall_windows.go	/^type Sockaddr interface {$/;"	t
 12043  SockaddrDatalink	./syscall/net_nacl.go	/^type SockaddrDatalink struct {$/;"	t
 12044  SockaddrDatalink	./syscall/syscall_darwin.go	/^type SockaddrDatalink struct {$/;"	t
 12045  SockaddrDatalink	./syscall/syscall_dragonfly.go	/^type SockaddrDatalink struct {$/;"	t
 12046  SockaddrDatalink	./syscall/syscall_freebsd.go	/^type SockaddrDatalink struct {$/;"	t
 12047  SockaddrDatalink	./syscall/syscall_netbsd.go	/^type SockaddrDatalink struct {$/;"	t
 12048  SockaddrDatalink	./syscall/syscall_openbsd.go	/^type SockaddrDatalink struct {$/;"	t
 12049  SockaddrDatalink	./syscall/syscall_solaris.go	/^type SockaddrDatalink struct {$/;"	t
 12050  SockaddrGen	./syscall/ztypes_windows.go	/^type SockaddrGen [24]byte$/;"	t
 12051  SockaddrInet4	./syscall/net_nacl.go	/^type SockaddrInet4 struct {$/;"	t
 12052  SockaddrInet4	./syscall/syscall_unix.go	/^type SockaddrInet4 struct {$/;"	t
 12053  SockaddrInet4	./syscall/syscall_windows.go	/^type SockaddrInet4 struct {$/;"	t
 12054  SockaddrInet6	./syscall/net_nacl.go	/^type SockaddrInet6 struct {$/;"	t
 12055  SockaddrInet6	./syscall/syscall_unix.go	/^type SockaddrInet6 struct {$/;"	t
 12056  SockaddrInet6	./syscall/syscall_windows.go	/^type SockaddrInet6 struct {$/;"	t
 12057  SockaddrLinklayer	./syscall/syscall_linux.go	/^type SockaddrLinklayer struct {$/;"	t
 12058  SockaddrNetlink	./syscall/syscall_linux.go	/^type SockaddrNetlink struct {$/;"	t
 12059  SockaddrUnix	./syscall/net_nacl.go	/^type SockaddrUnix struct {$/;"	t
 12060  SockaddrUnix	./syscall/syscall_unix.go	/^type SockaddrUnix struct {$/;"	t
 12061  SockaddrUnix	./syscall/syscall_windows.go	/^type SockaddrUnix struct {$/;"	t
 12062  Socket	./net/internal/socktest/sys_unix.go	/^func (sw *Switch) Socket(family, sotype, proto int) (s int, err error) {$/;"	f
 12063  Socket	./net/internal/socktest/sys_windows.go	/^func (sw *Switch) Socket(family, sotype, proto int) (s syscall.Handle, err error) {$/;"	f
 12064  Socket	./syscall/net_nacl.go	/^func Socket(proto, sotype, unused int) (fd int, err error) {$/;"	f
 12065  Socket	./syscall/syscall_unix.go	/^func Socket(domain, typ, proto int) (fd int, err error) {$/;"	f
 12066  Socket	./syscall/syscall_windows.go	/^func Socket(domain, typ, proto int) (fd Handle, err error) {$/;"	f
 12067  SocketAddress	./internal/syscall/windows/syscall_windows.go	/^type SocketAddress struct {$/;"	t
 12068  SocketControlMessage	./syscall/sockcmsg_unix.go	/^type SocketControlMessage struct {$/;"	t
 12069  SocketDisableIPv6	./syscall/net_nacl.go	/^var SocketDisableIPv6 bool$/;"	v
 12070  SocketDisableIPv6	./syscall/syscall_plan9.go	/^var SocketDisableIPv6 bool$/;"	v
 12071  SocketDisableIPv6	./syscall/syscall_unix.go	/^var SocketDisableIPv6 bool$/;"	v
 12072  SocketDisableIPv6	./syscall/syscall_windows.go	/^var SocketDisableIPv6 bool$/;"	v
 12073  Socketpair	./syscall/net_nacl.go	/^func Socketpair(domain, typ, proto int) (fd [2]int, err error)              { panic("Socketpair") }$/;"	f
 12074  Socketpair	./syscall/syscall_unix.go	/^func Socketpair(domain, typ, proto int) (fd [2]int, err error) {$/;"	f
 12075  Sockets	./net/internal/socktest/switch.go	/^func (sw *Switch) Sockets() Sockets {$/;"	f
 12076  Sockets	./net/internal/socktest/switch_stub.go	/^type Sockets map[int]Status$/;"	t
 12077  Sockets	./net/internal/socktest/switch_unix.go	/^type Sockets map[int]Status$/;"	t
 12078  Sockets	./net/internal/socktest/switch_windows.go	/^type Sockets map[syscall.Handle]Status$/;"	t
 12079  SomeMethod	./html/template/escape_test.go	/^func (Issue7379) SomeMethod(x int) string {$/;"	f
 12080  Sort	./go/scanner/errors.go	/^func (p ErrorList) Sort() {$/;"	f
 12081  Sort	./regexp/onepass.go	/^func (p runeSlice) Sort() {$/;"	f
 12082  Sort	./sort/example_keys_test.go	/^func (by By) Sort(planets []Planet) {$/;"	f
 12083  Sort	./sort/example_multi_test.go	/^func (ms *multiSorter) Sort(changes []Change) {$/;"	f
 12084  Sort	./sort/sort.go	/^func (p Float64Slice) Sort() { Sort(p) }$/;"	f
 12085  Sort	./sort/sort.go	/^func (p IntSlice) Sort() { Sort(p) }$/;"	f
 12086  Sort	./sort/sort.go	/^func (p StringSlice) Sort() { Sort(p) }$/;"	f
 12087  Sort	./sort/sort.go	/^func Sort(data Interface) {$/;"	f
 12088  SortImports	./go/ast/import.go	/^func SortImports(fset *token.FileSet, f *File) {$/;"	f
 12089  SortIndexArg	./cmd/trace/trace.go	/^type SortIndexArg struct {$/;"	t
 12090  Source	./go/format/format.go	/^func Source(src []byte) ([]byte, error) {$/;"	f
 12091  Source	./math/rand/rand.go	/^type Source interface {$/;"	t
 12092  Source	./syscall/mksyscall_windows.go	/^type Source struct {$/;"	t
 12093  SourceLine	./cmd/pprof/pprof.go	/^func (f *file) SourceLine(addr uint64) ([]plugin.Frame, error) {$/;"	f
 12094  Span	./cmd/vet/shadow.go	/^type Span struct {$/;"	t
 12095  SpecialCase	./unicode/letter.go	/^type SpecialCase []CaseRange$/;"	t
 12096  Splice	./syscall/zsyscall_linux_386.go	/^func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) {$/;"	f
 12097  Splice	./syscall/zsyscall_linux_amd64.go	/^func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {$/;"	f
 12098  Splice	./syscall/zsyscall_linux_arm.go	/^func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) {$/;"	f
 12099  Splice	./syscall/zsyscall_linux_arm64.go	/^func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {$/;"	f
 12100  Splice	./syscall/zsyscall_linux_ppc64.go	/^func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {$/;"	f
 12101  Splice	./syscall/zsyscall_linux_ppc64le.go	/^func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {$/;"	f
 12102  Split	./bufio/scan.go	/^func (s *Scanner) Split(split SplitFunc) {$/;"	f
 12103  Split	./bytes/bytes.go	/^func Split(s, sep []byte) [][]byte { return genSplit(s, sep, 0, -1) }$/;"	f
 12104  Split	./path/filepath/path.go	/^func Split(path string) (dir, file string) {$/;"	f
 12105  Split	./path/path.go	/^func Split(path string) (dir, file string) {$/;"	f
 12106  Split	./regexp/regexp.go	/^func (re *Regexp) Split(s string, n int) []string {$/;"	f
 12107  Split	./strings/strings.go	/^func Split(s, sep string) []string { return genSplit(s, sep, 0, -1) }$/;"	f
 12108  SplitAfter	./bytes/bytes.go	/^func SplitAfter(s, sep []byte) [][]byte {$/;"	f
 12109  SplitAfter	./strings/strings.go	/^func SplitAfter(s, sep string) []string {$/;"	f
 12110  SplitAfterN	./bytes/bytes.go	/^func SplitAfterN(s, sep []byte, n int) [][]byte {$/;"	f
 12111  SplitAfterN	./strings/strings.go	/^func SplitAfterN(s, sep string, n int) []string {$/;"	f
 12112  SplitFunc	./bufio/scan.go	/^\/\/ defined by a split function of type SplitFunc; the default split$/;"	t
 12113  SplitFunc	./bufio/scan.go	/^type SplitFunc func(data []byte, atEOF bool) (advance int, token []byte, err error)$/;"	t
 12114  SplitHostPort	./net/ipsock.go	/^func SplitHostPort(hostport string) (host, port string, err error) {$/;"	f
 12115  SplitList	./path/filepath/path.go	/^func SplitList(path string) []string {$/;"	f
 12116  SplitListTest	./path/filepath/path_test.go	/^type SplitListTest struct {$/;"	t
 12117  SplitN	./bytes/bytes.go	/^func SplitN(s, sep []byte, n int) [][]byte { return genSplit(s, sep, 0, n) }$/;"	f
 12118  SplitN	./strings/strings.go	/^func SplitN(s, sep string, n int) []string { return genSplit(s, sep, 0, n) }$/;"	f
 12119  SplitTest	./bytes/bytes_test.go	/^type SplitTest struct {$/;"	t
 12120  SplitTest	./path/filepath/path_test.go	/^type SplitTest struct {$/;"	t
 12121  SplitTest	./path/path_test.go	/^type SplitTest struct {$/;"	t
 12122  SplitTest	./strings/strings_test.go	/^type SplitTest struct {$/;"	t
 12123  Sprint	./fmt/print.go	/^func Sprint(a ...interface{}) string {$/;"	f
 12124  Sprintf	./fmt/print.go	/^func Sprintf(format string, a ...interface{}) string {$/;"	f
 12125  Sprintln	./fmt/print.go	/^func Sprintln(a ...interface{}) string {$/;"	f
 12126  Sqrt	./math/cmplx/sqrt.go	/^func Sqrt(x complex128) complex128 {$/;"	f
 12127  Sqrt	./math/sqrt.go	/^func Sqrt(x float64) float64$/;"	f
 12128  Sqrt	./runtime/export_test.go	/^var Sqrt = sqrt$/;"	v
 12129  SqrtGo	./math/export_test.go	/^var SqrtGo = sqrt$/;"	v
 12130  SqrtRT	./runtime/sqrt_test.go	/^func SqrtRT(x float64) float64 {$/;"	f
 12131  Square	./encoding/gob/codec_test.go	/^func (f Float) Square() int {$/;"	f
 12132  Square	./encoding/gob/codec_test.go	/^func (i Int) Square() int {$/;"	f
 12133  Square	./encoding/gob/codec_test.go	/^func (p Point) Square() int {$/;"	f
 12134  Square	./encoding/gob/codec_test.go	/^func (v Vector) Square() int {$/;"	f
 12135  Squarer	./encoding/gob/codec_test.go	/^type Squarer interface {$/;"	t
 12136  Sscan	./fmt/scan.go	/^func Sscan(str string, a ...interface{}) (n int, err error) {$/;"	f
 12137  Sscanf	./fmt/scan.go	/^func Sscanf(str string, format string, a ...interface{}) (n int, err error) {$/;"	f
 12138  Sscanln	./fmt/scan.go	/^func Sscanln(str string, a ...interface{}) (n int, err error) {$/;"	f
 12139  Stable	./sort/sort.go	/^func Stable(data Interface) {$/;"	f
 12140  Stack	./cmd/asm/internal/lex/stack.go	/^type Stack struct {$/;"	t
 12141  Stack	./runtime/debug/stack.go	/^func Stack() []byte {$/;"	f
 12142  Stack	./runtime/mprof.go	/^func (r *MemProfileRecord) Stack() []uintptr {$/;"	f
 12143  Stack	./runtime/mprof.go	/^func (r *StackRecord) Stack() []uintptr {$/;"	f
 12144  Stack	./runtime/mprof.go	/^func Stack(buf []byte, all bool) int {$/;"	f
 12145  Stack	./runtime/pprof/pprof.go	/^func (p runtimeProfile) Stack(i int) []uintptr { return p[i].Stack() }$/;"	f
 12146  Stack	./runtime/pprof/pprof.go	/^func (x stackProfile) Stack(i int) []uintptr { return x[i] }$/;"	f
 12147  StackRecord	./runtime/mprof.go	/^type StackRecord struct {$/;"	t
 12148  StackT	./runtime/defs_darwin.go	/^type StackT C.struct_sigaltstack$/;"	t
 12149  StackT	./runtime/defs_dragonfly.go	/^type StackT C.stack_t$/;"	t
 12150  StackT	./runtime/defs_freebsd.go	/^type StackT C.stack_t$/;"	t
 12151  StackT	./runtime/defs_netbsd.go	/^type StackT C.stack_t$/;"	t
 12152  StackT	./runtime/defs_openbsd.go	/^type StackT C.stack_t$/;"	t
 12153  StackT	./runtime/defs_solaris.go	/^type StackT C.stack_t$/;"	t
 12154  StandardUI	./cmd/pprof/internal/plugin/plugin.go	/^func StandardUI() UI {$/;"	f
 12155  Start	./net/http/httptest/server.go	/^func (s *Server) Start() {$/;"	f
 12156  Start	./net/smtp/auth.go	/^func (a *cramMD5Auth) Start(server *ServerInfo) (string, []byte, error) {$/;"	f
 12157  Start	./net/smtp/auth.go	/^func (a *plainAuth) Start(server *ServerInfo) (string, []byte, error) {$/;"	f
 12158  Start	./net/textproto/pipeline.go	/^func (s *sequencer) Start(id uint) {$/;"	f
 12159  Start	./os/exec/exec.go	/^func (c *Cmd) Start() error {$/;"	f
 12160  Start	./runtime/trace/trace.go	/^func Start(w io.Writer) error {$/;"	f
 12161  Start	./syscall/exec_unix_test.go	/^func (c *command) Start() {$/;"	f
 12162  Start	./syscall/srpc_nacl.go	/^func (r *srpc) Start(name string, arg []interface{}) {$/;"	f
 12163  StartCPUProfile	./runtime/pprof/pprof.go	/^func StartCPUProfile(w io.Writer) error {$/;"	f
 12164  StartCond	./regexp/syntax/prog.go	/^func (p *Prog) StartCond() EmptyOp {$/;"	f
 12165  StartElement	./encoding/xml/xml.go	/^type StartElement struct {$/;"	t
 12166  StartProcess	./os/doc.go	/^func StartProcess(name string, argv []string, attr *ProcAttr) (*Process, error) {$/;"	f
 12167  StartProcess	./syscall/exec_plan9.go	/^func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error) {$/;"	f
 12168  StartProcess	./syscall/exec_unix.go	/^func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error) {$/;"	f
 12169  StartProcess	./syscall/exec_windows.go	/^func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error) {$/;"	f
 12170  StartProcess	./syscall/syscall_nacl.go	/^func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error) {$/;"	f
 12171  StartRequest	./net/textproto/pipeline.go	/^func (p *Pipeline) StartRequest(id uint) {$/;"	f
 12172  StartResponse	./net/textproto/pipeline.go	/^func (p *Pipeline) StartResponse(id uint) {$/;"	f
 12173  StartTLS	./net/http/httptest/server.go	/^func (s *Server) StartTLS() {$/;"	f
 12174  StartTLS	./net/smtp/smtp.go	/^func (c *Client) StartTLS(config *tls.Config) error {$/;"	f
 12175  StartTimer	./go/doc/testdata/benchmark.go	/^func (b *B) StartTimer() {$/;"	f
 12176  StartTimer	./testing/benchmark.go	/^func (b *B) StartTimer() {$/;"	f
 12177  StartTrace	./runtime/trace.go	/^func StartTrace() error {$/;"	f
 12178  StartupInfo	./syscall/ztypes_windows.go	/^type StartupInfo struct {$/;"	t
 12179  Stat	./cmd/pack/pack_test.go	/^func (f *FakeFile) Stat() (os.FileInfo, error) {$/;"	f
 12180  Stat	./internal/syscall/windows/registry/key.go	/^func (k Key) Stat() (*KeyInfo, error) {$/;"	f
 12181  Stat	./net/http/fs_test.go	/^func (f *fakeFile) Stat() (os.FileInfo, error) { return f.fi, nil }$/;"	f
 12182  Stat	./net/internal/socktest/switch.go	/^type Stat struct {$/;"	t
 12183  Stat	./os/file_plan9.go	/^func (f *File) Stat() (FileInfo, error) {$/;"	f
 12184  Stat	./os/file_unix.go	/^func (f *File) Stat() (FileInfo, error) {$/;"	f
 12185  Stat	./os/file_unix.go	/^func Stat(name string) (FileInfo, error) {$/;"	f
 12186  Stat	./os/stat_plan9.go	/^func Stat(name string) (FileInfo, error) {$/;"	f
 12187  Stat	./os/stat_windows.go	/^func (file *File) Stat() (FileInfo, error) {$/;"	f
 12188  Stat	./os/stat_windows.go	/^func Stat(name string) (FileInfo, error) {$/;"	f
 12189  Stat	./runtime/defs_solaris.go	/^type Stat C.struct_stat$/;"	t
 12190  Stat	./syscall/fs_nacl.go	/^func Stat(path string, st *Stat_t) error {$/;"	f
 12191  Stat	./syscall/syscall_linux_arm64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12192  Stat	./syscall/syscall_plan9.go	/^func Stat(path string, edir []byte) (n int, err error) {$/;"	f
 12193  Stat	./syscall/zsyscall_darwin_386.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12194  Stat	./syscall/zsyscall_darwin_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12195  Stat	./syscall/zsyscall_darwin_arm.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12196  Stat	./syscall/zsyscall_darwin_arm64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12197  Stat	./syscall/zsyscall_dragonfly_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12198  Stat	./syscall/zsyscall_freebsd_386.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12199  Stat	./syscall/zsyscall_freebsd_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12200  Stat	./syscall/zsyscall_freebsd_arm.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12201  Stat	./syscall/zsyscall_linux_386.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12202  Stat	./syscall/zsyscall_linux_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12203  Stat	./syscall/zsyscall_linux_arm.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12204  Stat	./syscall/zsyscall_linux_ppc64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12205  Stat	./syscall/zsyscall_linux_ppc64le.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12206  Stat	./syscall/zsyscall_netbsd_386.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12207  Stat	./syscall/zsyscall_netbsd_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12208  Stat	./syscall/zsyscall_netbsd_arm.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12209  Stat	./syscall/zsyscall_openbsd_386.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12210  Stat	./syscall/zsyscall_openbsd_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12211  Stat	./syscall/zsyscall_openbsd_arm.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12212  Stat	./syscall/zsyscall_solaris_amd64.go	/^func Stat(path string, stat *Stat_t) (err error) {$/;"	f
 12213  Stat_t	./syscall/syscall_nacl.go	/^type Stat_t struct {$/;"	t
 12214  Stat_t	./syscall/types_darwin.go	/^type Stat_t C.struct_stat64$/;"	t
 12215  Stat_t	./syscall/types_dragonfly.go	/^type Stat_t C.struct_stat$/;"	t
 12216  Stat_t	./syscall/types_freebsd.go	/^type Stat_t C.struct_stat8$/;"	t
 12217  Stat_t	./syscall/types_linux.go	/^type Stat_t C.struct_stat$/;"	t
 12218  Stat_t	./syscall/types_netbsd.go	/^type Stat_t C.struct_stat$/;"	t
 12219  Stat_t	./syscall/types_openbsd.go	/^type Stat_t C.struct_stat$/;"	t
 12220  Stat_t	./syscall/types_solaris.go	/^type Stat_t C.struct_stat$/;"	t
 12221  Stat_t	./syscall/ztypes_darwin_386.go	/^type Stat_t struct {$/;"	t
 12222  Stat_t	./syscall/ztypes_darwin_amd64.go	/^type Stat_t struct {$/;"	t
 12223  Stat_t	./syscall/ztypes_darwin_arm.go	/^type Stat_t struct {$/;"	t
 12224  Stat_t	./syscall/ztypes_darwin_arm64.go	/^type Stat_t struct {$/;"	t
 12225  Stat_t	./syscall/ztypes_dragonfly_amd64.go	/^type Stat_t struct {$/;"	t
 12226  Stat_t	./syscall/ztypes_freebsd_386.go	/^type Stat_t struct {$/;"	t
 12227  Stat_t	./syscall/ztypes_freebsd_amd64.go	/^type Stat_t struct {$/;"	t
 12228  Stat_t	./syscall/ztypes_freebsd_arm.go	/^type Stat_t struct {$/;"	t
 12229  Stat_t	./syscall/ztypes_linux_386.go	/^type Stat_t struct {$/;"	t
 12230  Stat_t	./syscall/ztypes_linux_amd64.go	/^type Stat_t struct {$/;"	t
 12231  Stat_t	./syscall/ztypes_linux_arm.go	/^type Stat_t struct {$/;"	t
 12232  Stat_t	./syscall/ztypes_linux_arm64.go	/^type Stat_t struct {$/;"	t
 12233  Stat_t	./syscall/ztypes_linux_ppc64.go	/^type Stat_t struct {$/;"	t
 12234  Stat_t	./syscall/ztypes_linux_ppc64le.go	/^type Stat_t struct {$/;"	t
 12235  Stat_t	./syscall/ztypes_netbsd_386.go	/^type Stat_t struct {$/;"	t
 12236  Stat_t	./syscall/ztypes_netbsd_amd64.go	/^type Stat_t struct {$/;"	t
 12237  Stat_t	./syscall/ztypes_netbsd_arm.go	/^type Stat_t struct {$/;"	t
 12238  Stat_t	./syscall/ztypes_openbsd_386.go	/^type Stat_t struct {$/;"	t
 12239  Stat_t	./syscall/ztypes_openbsd_amd64.go	/^type Stat_t struct {$/;"	t
 12240  Stat_t	./syscall/ztypes_openbsd_arm.go	/^type Stat_t struct {$/;"	t
 12241  Stat_t	./syscall/ztypes_solaris_amd64.go	/^type Stat_t struct {$/;"	t
 12242  State	./fmt/print.go	/^type State interface {$/;"	t
 12243  State	./unicode/maketables.go	/^type State int$/;"	t
 12244  Statfs	./syscall/syscall_linux_386.go	/^func Statfs(path string, buf *Statfs_t) (err error) {$/;"	f
 12245  Statfs	./syscall/syscall_linux_arm.go	/^func Statfs(path string, buf *Statfs_t) (err error) {$/;"	f
 12246  Statfs	./syscall/zsyscall_darwin_386.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12247  Statfs	./syscall/zsyscall_darwin_amd64.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12248  Statfs	./syscall/zsyscall_darwin_arm.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12249  Statfs	./syscall/zsyscall_darwin_arm64.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12250  Statfs	./syscall/zsyscall_dragonfly_amd64.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12251  Statfs	./syscall/zsyscall_freebsd_386.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12252  Statfs	./syscall/zsyscall_freebsd_amd64.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12253  Statfs	./syscall/zsyscall_freebsd_arm.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12254  Statfs	./syscall/zsyscall_linux_amd64.go	/^func Statfs(path string, buf *Statfs_t) (err error) {$/;"	f
 12255  Statfs	./syscall/zsyscall_linux_arm64.go	/^func Statfs(path string, buf *Statfs_t) (err error) {$/;"	f
 12256  Statfs	./syscall/zsyscall_linux_ppc64.go	/^func Statfs(path string, buf *Statfs_t) (err error) {$/;"	f
 12257  Statfs	./syscall/zsyscall_linux_ppc64le.go	/^func Statfs(path string, buf *Statfs_t) (err error) {$/;"	f
 12258  Statfs	./syscall/zsyscall_openbsd_386.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12259  Statfs	./syscall/zsyscall_openbsd_amd64.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12260  Statfs	./syscall/zsyscall_openbsd_arm.go	/^func Statfs(path string, stat *Statfs_t) (err error) {$/;"	f
 12261  Statfs_t	./syscall/types_darwin.go	/^type Statfs_t C.struct_statfs64$/;"	t
 12262  Statfs_t	./syscall/types_dragonfly.go	/^type Statfs_t C.struct_statfs$/;"	t
 12263  Statfs_t	./syscall/types_freebsd.go	/^type Statfs_t C.struct_statfs$/;"	t
 12264  Statfs_t	./syscall/types_linux.go	/^type Statfs_t C.struct_statfs$/;"	t
 12265  Statfs_t	./syscall/types_netbsd.go	/^type Statfs_t C.struct_statfs$/;"	t
 12266  Statfs_t	./syscall/types_openbsd.go	/^type Statfs_t C.struct_statfs$/;"	t
 12267  Statfs_t	./syscall/ztypes_darwin_386.go	/^type Statfs_t struct {$/;"	t
 12268  Statfs_t	./syscall/ztypes_darwin_amd64.go	/^type Statfs_t struct {$/;"	t
 12269  Statfs_t	./syscall/ztypes_darwin_arm.go	/^type Statfs_t struct {$/;"	t
 12270  Statfs_t	./syscall/ztypes_darwin_arm64.go	/^type Statfs_t struct {$/;"	t
 12271  Statfs_t	./syscall/ztypes_dragonfly_amd64.go	/^type Statfs_t struct {$/;"	t
 12272  Statfs_t	./syscall/ztypes_freebsd_386.go	/^type Statfs_t struct {$/;"	t
 12273  Statfs_t	./syscall/ztypes_freebsd_amd64.go	/^type Statfs_t struct {$/;"	t
 12274  Statfs_t	./syscall/ztypes_freebsd_arm.go	/^type Statfs_t struct {$/;"	t
 12275  Statfs_t	./syscall/ztypes_linux_386.go	/^type Statfs_t struct {$/;"	t
 12276  Statfs_t	./syscall/ztypes_linux_amd64.go	/^type Statfs_t struct {$/;"	t
 12277  Statfs_t	./syscall/ztypes_linux_arm.go	/^type Statfs_t struct {$/;"	t
 12278  Statfs_t	./syscall/ztypes_linux_arm64.go	/^type Statfs_t struct {$/;"	t
 12279  Statfs_t	./syscall/ztypes_linux_ppc64.go	/^type Statfs_t struct {$/;"	t
 12280  Statfs_t	./syscall/ztypes_linux_ppc64le.go	/^type Statfs_t struct {$/;"	t
 12281  Statfs_t	./syscall/ztypes_netbsd_386.go	/^type Statfs_t [0]byte$/;"	t
 12282  Statfs_t	./syscall/ztypes_netbsd_amd64.go	/^type Statfs_t [0]byte$/;"	t
 12283  Statfs_t	./syscall/ztypes_netbsd_arm.go	/^type Statfs_t [0]byte$/;"	t
 12284  Statfs_t	./syscall/ztypes_openbsd_386.go	/^type Statfs_t struct {$/;"	t
 12285  Statfs_t	./syscall/ztypes_openbsd_amd64.go	/^type Statfs_t struct {$/;"	t
 12286  Statfs_t	./syscall/ztypes_openbsd_arm.go	/^type Statfs_t struct {$/;"	t
 12287  Static	./debug/gosym/symtab.go	/^func (s *Sym) Static() bool { return s.Type >= 'a' }$/;"	f
 12288  Stats	./database/sql/sql.go	/^func (db *DB) Stats() DBStats {$/;"	f
 12289  Stats	./net/internal/socktest/switch.go	/^func (sw *Switch) Stats() []Stat {$/;"	f
 12290  Status	./net/internal/socktest/switch.go	/^type Status struct {$/;"	t
 12291  StatusText	./net/http/status.go	/^func StatusText(code int) string {$/;"	f
 12292  StdEncoding	./encoding/base32/base32.go	/^var StdEncoding = NewEncoding(encodeStd)$/;"	v
 12293  StdEncoding	./encoding/base64/base64.go	/^var StdEncoding = NewEncoding(encodeStd)$/;"	v
 12294  StdSizes	./go/types/sizes.go	/^type StdSizes struct {$/;"	t
 12295  StderrPipe	./os/exec/exec.go	/^func (c *Cmd) StderrPipe() (io.ReadCloser, error) {$/;"	f
 12296  StdinPipe	./os/exec/exec.go	/^func (c *Cmd) StdinPipe() (io.WriteCloser, error) {$/;"	f
 12297  StdoutPipe	./os/exec/exec.go	/^func (c *Cmd) StdoutPipe() (io.ReadCloser, error) {$/;"	f
 12298  StillOk	./cmd/vet/testdata/copylock_func.go	/^func StillOk(EmbeddedMutexPointer)     {}$/;"	f
 12299  Stksize	./cmd/compile/internal/gc/go.go	/^var Stksize int64 \/\/ stack size for current frame$/;"	v
 12300  Stmt	./database/sql/driver/driver.go	/^type Stmt interface {$/;"	t
 12301  Stmt	./database/sql/sql.go	/^func (tx *Tx) Stmt(stmt *Stmt) *Stmt {$/;"	f
 12302  Stmt	./database/sql/sql.go	/^type Stmt struct {$/;"	t
 12303  Stmt	./go/ast/ast.go	/^type Stmt interface {$/;"	t
 12304  Stop	./os/signal/signal.go	/^func Stop(c chan<- os.Signal) {$/;"	f
 12305  Stop	./runtime/trace/trace.go	/^func Stop() {$/;"	f
 12306  Stop	./syscall/exec_unix_test.go	/^func (c *command) Stop() {$/;"	f
 12307  Stop	./time/sleep.go	/^func (t *Timer) Stop() bool {$/;"	f
 12308  Stop	./time/tick.go	/^func (t *Ticker) Stop() {$/;"	f
 12309  StopCPUProfile	./runtime/pprof/pprof.go	/^func StopCPUProfile() {$/;"	f
 12310  StopIO	./syscall/net_nacl.go	/^func StopIO(fd int) error {$/;"	f
 12311  StopSignal	./syscall/syscall_bsd.go	/^func (w WaitStatus) StopSignal() Signal {$/;"	f
 12312  StopSignal	./syscall/syscall_linux.go	/^func (w WaitStatus) StopSignal() Signal {$/;"	f
 12313  StopSignal	./syscall/syscall_nacl.go	/^func (w WaitStatus) StopSignal() Signal { return 0 }$/;"	f
 12314  StopSignal	./syscall/syscall_solaris.go	/^func (w WaitStatus) StopSignal() Signal {$/;"	f
 12315  StopSignal	./syscall/syscall_windows.go	/^func (w WaitStatus) StopSignal() Signal { return -1 }$/;"	f
 12316  StopTimer	./go/doc/testdata/benchmark.go	/^func (b *B) StopTimer() {$/;"	f
 12317  StopTimer	./testing/benchmark.go	/^func (b *B) StopTimer() {$/;"	f
 12318  StopTrace	./runtime/trace.go	/^func StopTrace() {$/;"	f
 12319  Stopped	./syscall/syscall_bsd.go	/^func (w WaitStatus) Stopped() bool { return w&mask == stopped && Signal(w>>shift) != SIGSTOP }$/;"	f
 12320  Stopped	./syscall/syscall_linux.go	/^func (w WaitStatus) Stopped() bool { return w&0xFF == stopped }$/;"	f
 12321  Stopped	./syscall/syscall_nacl.go	/^func (w WaitStatus) Stopped() bool      { return false }$/;"	f
 12322  Stopped	./syscall/syscall_solaris.go	/^func (w WaitStatus) Stopped() bool { return w&mask == stopped && Signal(w>>shift) != SIGSTOP }$/;"	f
 12323  Stopped	./syscall/syscall_windows.go	/^func (w WaitStatus) Stopped() bool { return false }$/;"	f
 12324  Store	./sync/atomic/value.go	/^func (v *Value) Store(x interface{}) {$/;"	f
 12325  StoreInt32	./sync/atomic/doc.go	/^func StoreInt32(addr *int32, val int32)$/;"	f
 12326  StoreInt64	./sync/atomic/doc.go	/^func StoreInt64(addr *int64, val int64)$/;"	f
 12327  StorePointer	./sync/atomic/doc.go	/^func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer)$/;"	f
 12328  StoreUint32	./sync/atomic/doc.go	/^func StoreUint32(addr *uint32, val uint32)$/;"	f
 12329  StoreUint64	./sync/atomic/doc.go	/^func StoreUint64(addr *uint64, val uint64)$/;"	f
 12330  StoreUintptr	./sync/atomic/doc.go	/^func StoreUintptr(addr *uintptr, val uintptr)$/;"	f
 12331  Str	./runtime/race/testdata/slice_test.go	/^	type Str struct {$/;"	t
 12332  StrconvFunc	./syscall/mksyscall_windows.go	/^func (f *Fn) StrconvFunc() string {$/;"	f
 12333  StrconvType	./syscall/mksyscall_windows.go	/^func (f *Fn) StrconvType() string {$/;"	f
 12334  Stream	./crypto/cipher/cipher.go	/^type Stream interface {$/;"	t
 12335  StreamReader	./crypto/cipher/io.go	/^type StreamReader struct {$/;"	t
 12336  StreamWriter	./crypto/cipher/io.go	/^type StreamWriter struct {$/;"	t
 12337  String	./bytes/buffer.go	/^func (b *Buffer) String() string {$/;"	f
 12338  String	./cmd/asm/internal/flags/flags.go	/^func (m *MultiFlag) String() string {$/;"	f
 12339  String	./cmd/asm/internal/lex/lex.go	/^func (l Token) String() string {$/;"	f
 12340  String	./cmd/asm/internal/lex/lex.go	/^func (t ScanToken) String() string {$/;"	f
 12341  String	./cmd/cgo/gcc.go	/^func (tr *TypeRepr) String() string {$/;"	f
 12342  String	./cmd/compile/internal/big/accuracy_string.go	/^func (i Accuracy) String() string {$/;"	f
 12343  String	./cmd/compile/internal/big/decimal.go	/^func (x *decimal) String() string {$/;"	f
 12344  String	./cmd/compile/internal/big/ftoa.go	/^func (x *Float) String() string {$/;"	f
 12345  String	./cmd/compile/internal/big/hilbert_test.go	/^func (a *matrix) String() string {$/;"	f
 12346  String	./cmd/compile/internal/big/intconv.go	/^func (x *Int) String() string {$/;"	f
 12347  String	./cmd/compile/internal/big/ratconv.go	/^func (x *Rat) String() string {$/;"	f
 12348  String	./cmd/compile/internal/big/roundingmode_string.go	/^func (i RoundingMode) String() string {$/;"	f
 12349  String	./cmd/compile/internal/gc/fmt.go	/^func (l *NodeList) String() string {$/;"	f
 12350  String	./cmd/compile/internal/gc/fmt.go	/^func (n *Node) String() string {$/;"	f
 12351  String	./cmd/compile/internal/gc/fmt.go	/^func (s *Sym) String() string {$/;"	f
 12352  String	./cmd/compile/internal/gc/fmt.go	/^func (t *Type) String() string {$/;"	f
 12353  String	./cmd/compile/internal/gc/mparith2.go	/^func (x *Mpint) String() string {$/;"	f
 12354  String	./cmd/compile/internal/gc/mparith3.go	/^func (f *Mpflt) String() string {$/;"	f
 12355  String	./cmd/compile/internal/gc/reg.go	/^func (bits Bits) String() string {$/;"	f
 12356  String	./cmd/dist/main.go	/^func (c *count) String() string {$/;"	f
 12357  String	./cmd/go/vcs.go	/^func (v *vcsCmd) String() string {$/;"	f
 12358  String	./cmd/internal/goobj/read.go	/^func (k SymKind) String() string {$/;"	f
 12359  String	./cmd/internal/goobj/read.go	/^func (s SymID) String() string {$/;"	f
 12360  String	./cmd/internal/obj/flag.go	/^func (c *count) String() string {$/;"	f
 12361  String	./cmd/internal/obj/flag.go	/^func (f fn0) String() string { return "" }$/;"	f
 12362  String	./cmd/internal/obj/flag.go	/^func (f fn1) String() string { return "" }$/;"	f
 12363  String	./cmd/internal/obj/flag.go	/^func (i *int32Value) String() string { return fmt.Sprint(*i) }$/;"	f
 12364  String	./cmd/internal/obj/util.go	/^func (p *Prog) String() string {$/;"	f
 12365  String	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func (r ExtInst) String() string {$/;"	f
 12366  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (e Endian) String() string {$/;"	f
 12367  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (f Float32Imm) String() string {$/;"	f
 12368  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (f Float64Imm) String() string {$/;"	f
 12369  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (i Imm) String() string {$/;"	f
 12370  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (i ImmAlt) String() string {$/;"	f
 12371  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (i Inst) String() string {$/;"	f
 12372  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (i Label) String() string {$/;"	f
 12373  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (m Mem) String() string {$/;"	f
 12374  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (m Mode) String() string {$/;"	f
 12375  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (op Op) String() string {$/;"	f
 12376  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (r PCRel) String() string {$/;"	f
 12377  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (r Reg) String() string {$/;"	f
 12378  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (r RegList) String() string {$/;"	f
 12379  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (r RegShift) String() string {$/;"	f
 12380  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (r RegShiftReg) String() string {$/;"	f
 12381  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (r RegX) String() string {$/;"	f
 12382  String	./cmd/internal/rsc.io/arm/armasm/inst.go	/^func (s Shift) String() string {$/;"	f
 12383  String	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func (r ExtInst) String() string {$/;"	f
 12384  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (i Imm) String() string {$/;"	f
 12385  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (i Inst) String() string {$/;"	f
 12386  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (m Mem) String() string {$/;"	f
 12387  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (op Op) String() string {$/;"	f
 12388  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (p Prefix) String() string {$/;"	f
 12389  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (r Reg) String() string {$/;"	f
 12390  String	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (r Rel) String() string {$/;"	f
 12391  String	./cmd/link/internal/ld/lib.go	/^func (mode *BuildMode) String() string {$/;"	f
 12392  String	./cmd/link/internal/ld/lib.go	/^func (r *Rpath) String() string {$/;"	f
 12393  String	./cmd/link/internal/ld/link.go	/^func (s *LSym) String() string {$/;"	f
 12394  String	./cmd/nm/nm.go	/^func (nflag) String() string {$/;"	f
 12395  String	./cmd/pack/pack.go	/^func (e *Entry) String() string {$/;"	f
 12396  String	./cmd/pprof/internal/driver/driver.go	/^func (f *flags) String(p *profile.Profile) string {$/;"	f
 12397  String	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) String() string {$/;"	f
 12398  String	./cmd/pprof/pprof.go	/^func (flags) String(o, d, c string) *string {$/;"	f
 12399  String	./cmd/vet/copylock.go	/^func (path typePath) String() string {$/;"	f
 12400  String	./cmd/vet/main.go	/^func (ts *triState) String() string {$/;"	f
 12401  String	./cmd/vet/testdata/print.go	/^func (*stringer) String() string {$/;"	f
 12402  String	./cmd/vet/testdata/print.go	/^func (int) String() {$/;"	f
 12403  String	./cmd/vet/testdata/print.go	/^func (p *recursivePtrStringer) String() string {$/;"	f
 12404  String	./cmd/vet/testdata/print.go	/^func (s recursiveStringer) String() string {$/;"	f
 12405  String	./cmd/vet/testdata/print.go	/^func (stringerarray) String() string {$/;"	f
 12406  String	./crypto/tls/alert.go	/^func (e alert) String() string {$/;"	f
 12407  String	./database/sql/driver/types.go	/^func (boolType) String() string { return "Bool" }$/;"	f
 12408  String	./database/sql/driver/types.go	/^var String stringType$/;"	v
 12409  String	./debug/dwarf/class_string.go	/^func (i Class) String() string {$/;"	f
 12410  String	./debug/dwarf/const.go	/^func (a Attr) String() string {$/;"	f
 12411  String	./debug/dwarf/const.go	/^func (t Tag) String() string {$/;"	f
 12412  String	./debug/dwarf/type.go	/^func (t *ArrayType) String() string {$/;"	f
 12413  String	./debug/dwarf/type.go	/^func (t *BasicType) String() string {$/;"	f
 12414  String	./debug/dwarf/type.go	/^func (t *DotDotDotType) String() string { return "..." }$/;"	f
 12415  String	./debug/dwarf/type.go	/^func (t *EnumType) String() string {$/;"	f
 12416  String	./debug/dwarf/type.go	/^func (t *FuncType) String() string {$/;"	f
 12417  String	./debug/dwarf/type.go	/^func (t *PtrType) String() string { return "*" + t.Type.String() }$/;"	f
 12418  String	./debug/dwarf/type.go	/^func (t *QualType) String() string { return t.Qual + " " + t.Type.String() }$/;"	f
 12419  String	./debug/dwarf/type.go	/^func (t *StructType) String() string {$/;"	f
 12420  String	./debug/dwarf/type.go	/^func (t *TypedefType) String() string { return t.Name }$/;"	f
 12421  String	./debug/dwarf/type.go	/^func (t *VoidType) String() string { return "void" }$/;"	f
 12422  String	./debug/elf/elf.go	/^func (i Class) String() string   { return stringName(uint32(i), classStrings, false) }$/;"	f
 12423  String	./debug/elf/elf.go	/^func (i Data) String() string   { return stringName(uint32(i), dataStrings, false) }$/;"	f
 12424  String	./debug/elf/elf.go	/^func (i DynFlag) String() string   { return flagName(uint32(i), dflagStrings, false) }$/;"	f
 12425  String	./debug/elf/elf.go	/^func (i DynTag) String() string   { return stringName(uint32(i), dtStrings, false) }$/;"	f
 12426  String	./debug/elf/elf.go	/^func (i Machine) String() string   { return stringName(uint32(i), machineStrings, false) }$/;"	f
 12427  String	./debug/elf/elf.go	/^func (i NType) String() string   { return stringName(uint32(i), ntypeStrings, false) }$/;"	f
 12428  String	./debug/elf/elf.go	/^func (i OSABI) String() string   { return stringName(uint32(i), osabiStrings, false) }$/;"	f
 12429  String	./debug/elf/elf.go	/^func (i ProgFlag) String() string   { return flagName(uint32(i), pfStrings, false) }$/;"	f
 12430  String	./debug/elf/elf.go	/^func (i ProgType) String() string   { return stringName(uint32(i), ptStrings, false) }$/;"	f
 12431  String	./debug/elf/elf.go	/^func (i R_386) String() string   { return stringName(uint32(i), r386Strings, false) }$/;"	f
 12432  String	./debug/elf/elf.go	/^func (i R_AARCH64) String() string   { return stringName(uint32(i), raarch64Strings, false) }$/;"	f
 12433  String	./debug/elf/elf.go	/^func (i R_ALPHA) String() string   { return stringName(uint32(i), ralphaStrings, false) }$/;"	f
 12434  String	./debug/elf/elf.go	/^func (i R_ARM) String() string   { return stringName(uint32(i), rarmStrings, false) }$/;"	f
 12435  String	./debug/elf/elf.go	/^func (i R_PPC) String() string   { return stringName(uint32(i), rppcStrings, false) }$/;"	f
 12436  String	./debug/elf/elf.go	/^func (i R_PPC64) String() string   { return stringName(uint32(i), rppc64Strings, false) }$/;"	f
 12437  String	./debug/elf/elf.go	/^func (i R_SPARC) String() string   { return stringName(uint32(i), rsparcStrings, false) }$/;"	f
 12438  String	./debug/elf/elf.go	/^func (i R_X86_64) String() string   { return stringName(uint32(i), rx86_64Strings, false) }$/;"	f
 12439  String	./debug/elf/elf.go	/^func (i SectionFlag) String() string   { return flagName(uint32(i), shfStrings, false) }$/;"	f
 12440  String	./debug/elf/elf.go	/^func (i SectionIndex) String() string   { return stringName(uint32(i), shnStrings, false) }$/;"	f
 12441  String	./debug/elf/elf.go	/^func (i SectionType) String() string   { return stringName(uint32(i), shtStrings, false) }$/;"	f
 12442  String	./debug/elf/elf.go	/^func (i SymBind) String() string   { return stringName(uint32(i), stbStrings, false) }$/;"	f
 12443  String	./debug/elf/elf.go	/^func (i SymType) String() string   { return stringName(uint32(i), sttStrings, false) }$/;"	f
 12444  String	./debug/elf/elf.go	/^func (i SymVis) String() string   { return stringName(uint32(i), stvStrings, false) }$/;"	f
 12445  String	./debug/elf/elf.go	/^func (i Type) String() string   { return stringName(uint32(i), typeStrings, false) }$/;"	f
 12446  String	./debug/elf/elf.go	/^func (i Version) String() string   { return stringName(uint32(i), versionStrings, false) }$/;"	f
 12447  String	./debug/macho/macho.go	/^func (i Cpu) String() string   { return stringName(uint32(i), cpuStrings, false) }$/;"	f
 12448  String	./debug/macho/macho.go	/^func (i LoadCmd) String() string   { return stringName(uint32(i), cmdStrings, false) }$/;"	f
 12449  String	./encoding/asn1/asn1.go	/^func (oi ObjectIdentifier) String() string {$/;"	f
 12450  String	./encoding/binary/binary.go	/^func (bigEndian) String() string { return "BigEndian" }$/;"	f
 12451  String	./encoding/binary/binary.go	/^func (littleEndian) String() string { return "LittleEndian" }$/;"	f
 12452  String	./encoding/gob/codec_test.go	/^		t.Errorf("derived type String failed: %q should be %q", v, str2)$/;"	t
 12453  String	./encoding/gob/codec_test.go	/^type String string$/;"	t
 12454  String	./encoding/gob/debug.go	/^func (t tab) String() string {$/;"	f
 12455  String	./encoding/gob/gobencdec_test.go	/^func (br *gobDecoderBug0) String() string {$/;"	f
 12456  String	./encoding/json/decode.go	/^func (n Number) String() string { return string(n) }$/;"	f
 12457  String	./encoding/json/stream.go	/^func (d Delim) String() string {$/;"	f
 12458  String	./expvar/expvar.go	/^func (f Func) String() string {$/;"	f
 12459  String	./expvar/expvar.go	/^func (v *Float) String() string {$/;"	f
 12460  String	./expvar/expvar.go	/^func (v *Int) String() string {$/;"	f
 12461  String	./expvar/expvar.go	/^func (v *Map) String() string {$/;"	f
 12462  String	./expvar/expvar.go	/^func (v *String) String() string {$/;"	f
 12463  String	./expvar/expvar.go	/^type String struct {$/;"	t
 12464  String	./flag/example_test.go	/^func (i *interval) String() string {$/;"	f
 12465  String	./flag/flag.go	/^func (b *boolValue) String() string { return fmt.Sprintf("%v", *b) }$/;"	f
 12466  String	./flag/flag.go	/^func (d *durationValue) String() string { return (*time.Duration)(d).String() }$/;"	f
 12467  String	./flag/flag.go	/^func (f *FlagSet) String(name string, value string, usage string) *string {$/;"	f
 12468  String	./flag/flag.go	/^func (f *float64Value) String() string { return fmt.Sprintf("%v", *f) }$/;"	f
 12469  String	./flag/flag.go	/^func (i *int64Value) String() string { return fmt.Sprintf("%v", *i) }$/;"	f
 12470  String	./flag/flag.go	/^func (i *intValue) String() string { return fmt.Sprintf("%v", *i) }$/;"	f
 12471  String	./flag/flag.go	/^func (i *uint64Value) String() string { return fmt.Sprintf("%v", *i) }$/;"	f
 12472  String	./flag/flag.go	/^func (i *uintValue) String() string { return fmt.Sprintf("%v", *i) }$/;"	f
 12473  String	./flag/flag.go	/^func (s *stringValue) String() string { return fmt.Sprintf("%s", *s) }$/;"	f
 12474  String	./flag/flag.go	/^func String(name string, value string, usage string) *string {$/;"	f
 12475  String	./flag/flag_test.go	/^func (b *boolFlagVar) String() string {$/;"	f
 12476  String	./flag/flag_test.go	/^func (f *flagVar) String() string {$/;"	f
 12477  String	./fmt/doc.go	/^		func (x X) String() string { return Sprintf("<%s>", string(x)) }$/;"	f
 12478  String	./fmt/doc.go	/^		func (x X) String() string { return Sprintf("<%s>", x) }$/;"	f
 12479  String	./fmt/fmt_test.go	/^func (byteStringer) String() string { return "X" }$/;"	f
 12480  String	./fmt/fmt_test.go	/^func (i I) String() string { return Sprintf("<%d>", int(i)) }$/;"	f
 12481  String	./fmt/fmt_test.go	/^func (p *P) String() string {$/;"	f
 12482  String	./fmt/fmt_test.go	/^func (p Panic) String() string {$/;"	f
 12483  String	./fmt/fmt_test.go	/^func (r *Recur) String() string {$/;"	f
 12484  String	./fmt/stringer_test.go	/^func (v TB) String() string   { return Sprintf("B: %t", bool(v)) }$/;"	f
 12485  String	./fmt/stringer_test.go	/^func (v TF) String() string   { return Sprintf("F: %f", float64(v)) }$/;"	f
 12486  String	./fmt/stringer_test.go	/^func (v TF32) String() string { return Sprintf("F32: %f", float32(v)) }$/;"	f
 12487  String	./fmt/stringer_test.go	/^func (v TF64) String() string { return Sprintf("F64: %f", float64(v)) }$/;"	f
 12488  String	./fmt/stringer_test.go	/^func (v TI) String() string   { return Sprintf("I: %d", int(v)) }$/;"	f
 12489  String	./fmt/stringer_test.go	/^func (v TI16) String() string { return Sprintf("I16: %d", int16(v)) }$/;"	f
 12490  String	./fmt/stringer_test.go	/^func (v TI32) String() string { return Sprintf("I32: %d", int32(v)) }$/;"	f
 12491  String	./fmt/stringer_test.go	/^func (v TI64) String() string { return Sprintf("I64: %d", int64(v)) }$/;"	f
 12492  String	./fmt/stringer_test.go	/^func (v TI8) String() string  { return Sprintf("I8: %d", int8(v)) }$/;"	f
 12493  String	./fmt/stringer_test.go	/^func (v TS) String() string   { return Sprintf("S: %q", string(v)) }$/;"	f
 12494  String	./fmt/stringer_test.go	/^func (v TU) String() string   { return Sprintf("U: %d", uint(v)) }$/;"	f
 12495  String	./fmt/stringer_test.go	/^func (v TU16) String() string { return Sprintf("U16: %d", uint16(v)) }$/;"	f
 12496  String	./fmt/stringer_test.go	/^func (v TU32) String() string { return Sprintf("U32: %d", uint32(v)) }$/;"	f
 12497  String	./fmt/stringer_test.go	/^func (v TU64) String() string { return Sprintf("U64: %d", uint64(v)) }$/;"	f
 12498  String	./fmt/stringer_test.go	/^func (v TU8) String() string  { return Sprintf("U8: %d", uint8(v)) }$/;"	f
 12499  String	./fmt/stringer_test.go	/^func (v TUI) String() string  { return Sprintf("UI: %d", uintptr(v)) }$/;"	f
 12500  String	./go/ast/ast.go	/^func (id *Ident) String() string {$/;"	f
 12501  String	./go/ast/commentmap.go	/^func (cmap CommentMap) String() string {$/;"	f
 12502  String	./go/ast/scope.go	/^func (kind ObjKind) String() string { return objKindStrings[kind] }$/;"	f
 12503  String	./go/ast/scope.go	/^func (s *Scope) String() string {$/;"	f
 12504  String	./go/constant/value.go	/^func (unknownVal) String() string   { return "unknown" }$/;"	f
 12505  String	./go/constant/value.go	/^func (x boolVal) String() string    { return fmt.Sprintf("%v", bool(x)) }$/;"	f
 12506  String	./go/constant/value.go	/^func (x complexVal) String() string { return fmt.Sprintf("(%s + %si)", x.re, x.im) }$/;"	f
 12507  String	./go/constant/value.go	/^func (x floatVal) String() string   { return x.val.String() }$/;"	f
 12508  String	./go/constant/value.go	/^func (x int64Val) String() string   { return strconv.FormatInt(int64(x), 10) }$/;"	f
 12509  String	./go/constant/value.go	/^func (x intVal) String() string     { return x.val.String() }$/;"	f
 12510  String	./go/constant/value.go	/^func (x stringVal) String() string  { return strconv.Quote(string(x)) }$/;"	f
 12511  String	./go/doc/testdata/benchmark.go	/^func (r BenchmarkResult) String() string {$/;"	f
 12512  String	./go/format/format_test.go	/^func String(s string) (string, error) {$/;"	f
 12513  String	./go/token/position.go	/^func (pos Position) String() string {$/;"	f
 12514  String	./go/token/token.go	/^func (tok Token) String() string {$/;"	f
 12515  String	./go/types/api.go	/^func (init *Initializer) String() string {$/;"	f
 12516  String	./go/types/example_test.go	/^func (c Celsius) String() string  { return fmt.Sprintf("%g°C", c) }$/;"	f
 12517  String	./go/types/example_test.go	/^func (c Celsius) String() string { return fmt.Sprintf("%g°C", c) }$/;"	f
 12518  String	./go/types/methodset.go	/^func (s *MethodSet) String() string {$/;"	f
 12519  String	./go/types/object.go	/^func (obj *Builtin) String() string  { return ObjectString(obj, nil) }$/;"	f
 12520  String	./go/types/object.go	/^func (obj *Const) String() string    { return ObjectString(obj, nil) }$/;"	f
 12521  String	./go/types/object.go	/^func (obj *Func) String() string     { return ObjectString(obj, nil) }$/;"	f
 12522  String	./go/types/object.go	/^func (obj *Label) String() string    { return ObjectString(obj, nil) }$/;"	f
 12523  String	./go/types/object.go	/^func (obj *Nil) String() string      { return ObjectString(obj, nil) }$/;"	f
 12524  String	./go/types/object.go	/^func (obj *PkgName) String() string  { return ObjectString(obj, nil) }$/;"	f
 12525  String	./go/types/object.go	/^func (obj *TypeName) String() string { return ObjectString(obj, nil) }$/;"	f
 12526  String	./go/types/object.go	/^func (obj *Var) String() string      { return ObjectString(obj, nil) }$/;"	f
 12527  String	./go/types/object.go	/^func (obj *object) String() string      { panic("abstract") }$/;"	f
 12528  String	./go/types/operand.go	/^func (x *operand) String() string {$/;"	f
 12529  String	./go/types/package.go	/^func (pkg *Package) String() string {$/;"	f
 12530  String	./go/types/scope.go	/^func (s *Scope) String() string {$/;"	f
 12531  String	./go/types/selection.go	/^func (s *Selection) String() string { return SelectionString(s, nil) }$/;"	f
 12532  String	./go/types/type.go	/^func (t *Array) String() string     { return TypeString(t, nil) }$/;"	f
 12533  String	./go/types/type.go	/^func (t *Basic) String() string     { return TypeString(t, nil) }$/;"	f
 12534  String	./go/types/type.go	/^func (t *Chan) String() string      { return TypeString(t, nil) }$/;"	f
 12535  String	./go/types/type.go	/^func (t *Interface) String() string { return TypeString(t, nil) }$/;"	f
 12536  String	./go/types/type.go	/^func (t *Map) String() string       { return TypeString(t, nil) }$/;"	f
 12537  String	./go/types/type.go	/^func (t *Named) String() string     { return TypeString(t, nil) }$/;"	f
 12538  String	./go/types/type.go	/^func (t *Pointer) String() string   { return TypeString(t, nil) }$/;"	f
 12539  String	./go/types/type.go	/^func (t *Signature) String() string { return TypeString(t, nil) }$/;"	f
 12540  String	./go/types/type.go	/^func (t *Slice) String() string     { return TypeString(t, nil) }$/;"	f
 12541  String	./go/types/type.go	/^func (t *Struct) String() string    { return TypeString(t, nil) }$/;"	f
 12542  String	./go/types/type.go	/^func (t *Tuple) String() string     { return TypeString(t, nil) }$/;"	f
 12543  String	./html/template/content_test.go	/^func (s *stringer) String() string {$/;"	f
 12544  String	./html/template/context.go	/^func (a attr) String() string {$/;"	f
 12545  String	./html/template/context.go	/^func (c context) String() string {$/;"	f
 12546  String	./html/template/context.go	/^func (c jsCtx) String() string {$/;"	f
 12547  String	./html/template/context.go	/^func (d delim) String() string {$/;"	f
 12548  String	./html/template/context.go	/^func (e element) String() string {$/;"	f
 12549  String	./html/template/context.go	/^func (s state) String() string {$/;"	f
 12550  String	./html/template/context.go	/^func (u urlPart) String() string {$/;"	f
 12551  String	./image/geom.go	/^func (p Point) String() string {$/;"	f
 12552  String	./image/geom.go	/^func (r Rectangle) String() string {$/;"	f
 12553  String	./image/jpeg/dct_test.go	/^func (b *block) String() string {$/;"	f
 12554  String	./image/ycbcr.go	/^func (s YCbCrSubsampleRatio) String() string {$/;"	f
 12555  String	./io/pipe_test.go	/^func (p pipeTest) String() string {$/;"	f
 12556  String	./math/big/accuracy_string.go	/^func (i Accuracy) String() string {$/;"	f
 12557  String	./math/big/decimal.go	/^func (x *decimal) String() string {$/;"	f
 12558  String	./math/big/ftoa.go	/^func (x *Float) String() string {$/;"	f
 12559  String	./math/big/hilbert_test.go	/^func (a *matrix) String() string {$/;"	f
 12560  String	./math/big/intconv.go	/^func (x *Int) String() string {$/;"	f
 12561  String	./math/big/ratconv.go	/^func (x *Rat) String() string {$/;"	f
 12562  String	./math/big/roundingmode_string.go	/^func (i RoundingMode) String() string {$/;"	f
 12563  String	./net/dnsclient_unix.go	/^func (o hostLookupOrder) String() string {$/;"	f
 12564  String	./net/dnsmsg.go	/^func (dns *dnsMsg) String() string {$/;"	f
 12565  String	./net/file.go	/^func (f fileAddr) String() string { return string(f) }$/;"	f
 12566  String	./net/http/cookie.go	/^func (c *Cookie) String() string {$/;"	f
 12567  String	./net/http/cookiejar/jar_test.go	/^func (testPSL) String() string {$/;"	f
 12568  String	./net/http/serve_test.go	/^func (a dummyAddr) String() string {$/;"	f
 12569  String	./net/http/server.go	/^func (c ConnState) String() string {$/;"	f
 12570  String	./net/http/transport.go	/^func (k connectMethodKey) String() string {$/;"	f
 12571  String	./net/http/transport_test.go	/^func (t proxyFromEnvTest) String() string {$/;"	f
 12572  String	./net/http/triv.go	/^func (ctr *Counter) String() string {$/;"	f
 12573  String	./net/interface.go	/^func (f Flags) String() string {$/;"	f
 12574  String	./net/internal/socktest/switch.go	/^func (so Status) String() string {$/;"	f
 12575  String	./net/internal/socktest/switch.go	/^func (st Stat) String() string {$/;"	f
 12576  String	./net/ip.go	/^func (ip IP) String() string {$/;"	f
 12577  String	./net/ip.go	/^func (m IPMask) String() string {$/;"	f
 12578  String	./net/ip.go	/^func (n *IPNet) String() string {$/;"	f
 12579  String	./net/iprawsock.go	/^func (a *IPAddr) String() string {$/;"	f
 12580  String	./net/mac.go	/^func (a HardwareAddr) String() string {$/;"	f
 12581  String	./net/mail/message.go	/^func (a *Address) String() string {$/;"	f
 12582  String	./net/pipe.go	/^func (pipeAddr) String() string {$/;"	f
 12583  String	./net/rpc/jsonrpc/all_test.go	/^func (pipeAddr) String() string {$/;"	f
 12584  String	./net/rpc/server_test.go	/^func (t *Arith) String(args *Args, reply *string) error {$/;"	f
 12585  String	./net/tcpsock.go	/^func (a *TCPAddr) String() string {$/;"	f
 12586  String	./net/udpsock.go	/^func (a *UDPAddr) String() string {$/;"	f
 12587  String	./net/unixsock.go	/^func (a *UnixAddr) String() string {$/;"	f
 12588  String	./net/url/url.go	/^func (u *URL) String() string {$/;"	f
 12589  String	./net/url/url.go	/^func (u *Userinfo) String() string {$/;"	f
 12590  String	./os/exec_plan9.go	/^func (p *ProcessState) String() string {$/;"	f
 12591  String	./os/exec_posix.go	/^func (p *ProcessState) String() string {$/;"	f
 12592  String	./os/types.go	/^func (m FileMode) String() string {$/;"	f
 12593  String	./reflect/all_test.go	/^func (*XM) String() string { return "" }$/;"	f
 12594  String	./reflect/type.go	/^func (d ChanDir) String() string {$/;"	f
 12595  String	./reflect/type.go	/^func (k Kind) String() string {$/;"	f
 12596  String	./reflect/type.go	/^func (t *rtype) String() string { return *t.string }$/;"	f
 12597  String	./reflect/value.go	/^func (v Value) String() string {$/;"	f
 12598  String	./regexp/find_test.go	/^func (t FindTest) String() string {$/;"	f
 12599  String	./regexp/regexp.go	/^func (re *Regexp) String() string {$/;"	f
 12600  String	./regexp/syntax/parse.go	/^func (e ErrorCode) String() string {$/;"	f
 12601  String	./regexp/syntax/prog.go	/^func (i *Inst) String() string {$/;"	f
 12602  String	./regexp/syntax/prog.go	/^func (i InstOp) String() string {$/;"	f
 12603  String	./regexp/syntax/prog.go	/^func (p *Prog) String() string {$/;"	f
 12604  String	./regexp/syntax/regexp.go	/^func (re *Regexp) String() string {$/;"	f
 12605  String	./sort/example_interface_test.go	/^func (p Person) String() string {$/;"	f
 12606  String	./sort/example_wrapper_test.go	/^func (g Grams) String() string { return fmt.Sprintf("%dg", int(g)) }$/;"	f
 12607  String	./strconv/decimal.go	/^func (a *decimal) String() string {$/;"	f
 12608  String	./syscall/route_bsd_test.go	/^func (f addrFamily) String() string {$/;"	f
 12609  String	./syscall/route_bsd_test.go	/^func (f addrFlags) String() string {$/;"	f
 12610  String	./syscall/route_bsd_test.go	/^func (sas sockaddrs) String() string {$/;"	f
 12611  String	./syscall/security_windows.go	/^func (sid *SID) String() (string, error) {$/;"	f
 12612  String	./syscall/syscall_nacl.go	/^func (s Signal) String() string {$/;"	f
 12613  String	./syscall/syscall_plan9.go	/^func (n Note) String() string {$/;"	f
 12614  String	./syscall/syscall_unix.go	/^func (s Signal) String() string {$/;"	f
 12615  String	./syscall/syscall_windows.go	/^func (s Signal) String() string {$/;"	f
 12616  String	./testing/benchmark.go	/^func (r BenchmarkResult) String() string {$/;"	f
 12617  String	./text/scanner/scanner.go	/^func (pos Position) String() string {$/;"	f
 12618  String	./text/tabwriter/tabwriter_test.go	/^func (b *buffer) String() string { return string(b.a) }$/;"	f
 12619  String	./text/template/exec_test.go	/^func (v *V) String() string {$/;"	f
 12620  String	./text/template/parse/lex.go	/^func (i item) String() string {$/;"	f
 12621  String	./text/template/parse/lex_test.go	/^func (i itemType) String() string {$/;"	f
 12622  String	./text/template/parse/node.go	/^func (a *ActionNode) String() string {$/;"	f
 12623  String	./text/template/parse/node.go	/^func (b *BoolNode) String() string {$/;"	f
 12624  String	./text/template/parse/node.go	/^func (b *BranchNode) String() string {$/;"	f
 12625  String	./text/template/parse/node.go	/^func (c *ChainNode) String() string {$/;"	f
 12626  String	./text/template/parse/node.go	/^func (c *CommandNode) String() string {$/;"	f
 12627  String	./text/template/parse/node.go	/^func (d *DotNode) String() string {$/;"	f
 12628  String	./text/template/parse/node.go	/^func (e *elseNode) String() string {$/;"	f
 12629  String	./text/template/parse/node.go	/^func (e *endNode) String() string {$/;"	f
 12630  String	./text/template/parse/node.go	/^func (f *FieldNode) String() string {$/;"	f
 12631  String	./text/template/parse/node.go	/^func (i *IdentifierNode) String() string {$/;"	f
 12632  String	./text/template/parse/node.go	/^func (l *ListNode) String() string {$/;"	f
 12633  String	./text/template/parse/node.go	/^func (n *NilNode) String() string {$/;"	f
 12634  String	./text/template/parse/node.go	/^func (n *NumberNode) String() string {$/;"	f
 12635  String	./text/template/parse/node.go	/^func (p *PipeNode) String() string {$/;"	f
 12636  String	./text/template/parse/node.go	/^func (s *StringNode) String() string {$/;"	f
 12637  String	./text/template/parse/node.go	/^func (t *TemplateNode) String() string {$/;"	f
 12638  String	./text/template/parse/node.go	/^func (t *TextNode) String() string {$/;"	f
 12639  String	./text/template/parse/node.go	/^func (v *VariableNode) String() string {$/;"	f
 12640  String	./time/format.go	/^func (t Time) String() string {$/;"	f
 12641  String	./time/time.go	/^func (d Duration) String() string {$/;"	f
 12642  String	./time/time.go	/^func (d Weekday) String() string { return days[d] }$/;"	f
 12643  String	./time/time.go	/^func (m Month) String() string { return months[m-1] }$/;"	f
 12644  String	./time/zoneinfo.go	/^func (l *Location) String() string {$/;"	f
 12645  StringBytePtr	./syscall/syscall.go	/^func StringBytePtr(s string) *byte { return &StringByteSlice(s)[0] }$/;"	f
 12646  StringByteSlice	./syscall/syscall.go	/^func StringByteSlice(s string) []byte {$/;"	f
 12647  StringFind	./strings/export_test.go	/^func StringFind(pattern, text string) int {$/;"	f
 12648  StringHash	./runtime/export_test.go	/^var StringHash = stringHash$/;"	v
 12649  StringHeader	./cmd/vet/testdata/unsafeptr.go	/^type StringHeader struct {$/;"	t
 12650  StringHeader	./reflect/value.go	/^type StringHeader struct {$/;"	t
 12651  StringHelper	./cmd/compile/internal/big/natconv_test.go	/^func StringHelper(b *testing.B, base int, x, y Word) {$/;"	f
 12652  StringHelper	./math/big/natconv_test.go	/^func StringHelper(b *testing.B, base int, x, y Word) {$/;"	f
 12653  StringNode	./text/template/parse/node.go	/^type StringNode struct {$/;"	t
 12654  StringReader	./bufio/bufio_test.go	/^type StringReader struct {$/;"	t
 12655  StringReader	./text/scanner/scanner_test.go	/^type StringReader struct {$/;"	t
 12656  StringSlice	./sort/sort.go	/^type StringSlice []string$/;"	t
 12657  StringSlicePtr	./syscall/exec_plan9.go	/^func StringSlicePtr(ss []string) []*byte {$/;"	f
 12658  StringSlicePtr	./syscall/exec_unix.go	/^func StringSlicePtr(ss []string) []*byte {$/;"	f
 12659  StringStruct	./encoding/gob/gobencdec_test.go	/^type StringStruct struct {$/;"	t
 12660  StringTag	./encoding/json/encode_test.go	/^type StringTag struct {$/;"	t
 12661  StringTest	./bytes/bytes_test.go	/^type StringTest struct {$/;"	t
 12662  StringTest	./cmd/compile/internal/big/ratconv_test.go	/^type StringTest struct {$/;"	t
 12663  StringTest	./math/big/ratconv_test.go	/^type StringTest struct {$/;"	t
 12664  StringTest	./strings/strings_test.go	/^type StringTest struct {$/;"	t
 12665  StringTmpVarCode	./syscall/mksyscall_windows.go	/^func (p *Param) StringTmpVarCode() string {$/;"	f
 12666  StringToSid	./syscall/security_windows.go	/^func StringToSid(s string) (*SID, error) {$/;"	f
 12667  StringToUTF16	./syscall/syscall_windows.go	/^func StringToUTF16(s string) []uint16 {$/;"	f
 12668  StringToUTF16Ptr	./syscall/syscall_windows.go	/^func StringToUTF16Ptr(s string) *uint16 { return &StringToUTF16(s)[0] }$/;"	f
 12669  StringTypePrinter	./runtime/runtime-gdb.py	/^class StringTypePrinter:$/;"	c
 12670  StringVal	./go/constant/value.go	/^func StringVal(x Value) string {$/;"	f
 12671  StringVar	./flag/flag.go	/^func (f *FlagSet) StringVar(p *string, name string, value string, usage string) {$/;"	f
 12672  StringVar	./flag/flag.go	/^func StringVar(p *string, name string, value string, usage string) {$/;"	f
 12673  Stringer	./fmt/print.go	/^type Stringer interface {$/;"	t
 12674  Strings	./encoding/xml/marshal_test.go	/^type Strings struct {$/;"	t
 12675  Strings	./sort/sort.go	/^func Strings(a []string) { Sort(StringSlice(a)) }$/;"	f
 12676  StringsAreSorted	./sort/sort.go	/^func StringsAreSorted(a []string) bool { return IsSorted(StringSlice(a)) }$/;"	f
 12677  StripPrefix	./net/http/server.go	/^func StripPrefix(prefix string, h Handler) Handler {$/;"	f
 12678  Struct	./cmd/cgo/gcc.go	/^func (c *typeConv) Struct(dt *dwarf.StructType, pos token.Pos) (expr *ast.StructType, csyntax string, align int64) {$/;"	f
 12679  Struct	./encoding/binary/binary_test.go	/^type Struct struct {$/;"	t
 12680  Struct	./encoding/gob/encoder_test.go	/^	type Struct struct {$/;"	t
 12681  Struct	./go/types/type.go	/^type Struct struct {$/;"	t
 12682  Struct0	./encoding/gob/encoder_test.go	/^type Struct0 struct {$/;"	t
 12683  StructField	./debug/dwarf/type.go	/^type StructField struct {$/;"	t
 12684  StructField	./reflect/type.go	/^type StructField struct {$/;"	t
 12685  StructTag	./reflect/type.go	/^type StructTag string$/;"	t
 12686  StructTagTest	./cmd/vet/testdata/structtag.go	/^type StructTagTest struct {$/;"	t
 12687  StructType	./debug/dwarf/type.go	/^type StructType struct {$/;"	t
 12688  StructValueMethod	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (S) StructValueMethod()$/;"	f
 12689  StructValueMethodNamedRecv	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (ignored S) StructValueMethodNamedRecv()$/;"	f
 12690  Structfirst	./cmd/compile/internal/gc/subr.go	/^func Structfirst(s *Iter, nn **Type) *Type {$/;"	f
 12691  StructuralError	./compress/bzip2/bzip2.go	/^type StructuralError string$/;"	t
 12692  StructuralError	./encoding/asn1/asn1.go	/^type StructuralError struct {$/;"	t
 12693  Sub	./cmd/compile/internal/big/float.go	/^func (z *Float) Sub(x, y *Float) *Float {$/;"	f
 12694  Sub	./cmd/compile/internal/big/int.go	/^func (z *Int) Sub(x, y *Int) *Int {$/;"	f
 12695  Sub	./cmd/compile/internal/big/rat.go	/^func (z *Rat) Sub(x, y *Rat) *Rat {$/;"	f
 12696  Sub	./image/geom.go	/^func (p Point) Sub(q Point) Point {$/;"	f
 12697  Sub	./image/geom.go	/^func (r Rectangle) Sub(p Point) Rectangle {$/;"	f
 12698  Sub	./math/big/float.go	/^func (z *Float) Sub(x, y *Float) *Float {$/;"	f
 12699  Sub	./math/big/int.go	/^func (z *Int) Sub(x, y *Int) *Int {$/;"	f
 12700  Sub	./math/big/rat.go	/^func (z *Rat) Sub(x, y *Rat) *Rat {$/;"	f
 12701  Sub	./time/time.go	/^func (t Time) Sub(u Time) Duration {$/;"	f
 12702  SubImage	./image/image.go	/^func (p *Alpha) SubImage(r Rectangle) Image {$/;"	f
 12703  SubImage	./image/image.go	/^func (p *Alpha16) SubImage(r Rectangle) Image {$/;"	f
 12704  SubImage	./image/image.go	/^func (p *CMYK) SubImage(r Rectangle) Image {$/;"	f
 12705  SubImage	./image/image.go	/^func (p *Gray) SubImage(r Rectangle) Image {$/;"	f
 12706  SubImage	./image/image.go	/^func (p *Gray16) SubImage(r Rectangle) Image {$/;"	f
 12707  SubImage	./image/image.go	/^func (p *NRGBA) SubImage(r Rectangle) Image {$/;"	f
 12708  SubImage	./image/image.go	/^func (p *NRGBA64) SubImage(r Rectangle) Image {$/;"	f
 12709  SubImage	./image/image.go	/^func (p *Paletted) SubImage(r Rectangle) Image {$/;"	f
 12710  SubImage	./image/image.go	/^func (p *RGBA) SubImage(r Rectangle) Image {$/;"	f
 12711  SubImage	./image/image.go	/^func (p *RGBA64) SubImage(r Rectangle) Image {$/;"	f
 12712  SubImage	./image/ycbcr.go	/^func (p *YCbCr) SubImage(r Rectangle) Image {$/;"	f
 12713  SubexpNames	./regexp/regexp.go	/^func (re *Regexp) SubexpNames() []string {$/;"	f
 12714  Subjects	./crypto/x509/cert_pool.go	/^func (s *CertPool) Subjects() (res [][]byte) {$/;"	f
 12715  Success	./os/doc.go	/^func (p *ProcessState) Success() bool {$/;"	f
 12716  Sum	./crypto/hmac/hmac.go	/^func (h *hmac) Sum(in []byte) []byte {$/;"	f
 12717  Sum	./crypto/md5/md5.go	/^func (d0 *digest) Sum(in []byte) []byte {$/;"	f
 12718  Sum	./crypto/md5/md5.go	/^func Sum(data []byte) [Size]byte {$/;"	f
 12719  Sum	./crypto/sha1/sha1.go	/^func (d0 *digest) Sum(in []byte) []byte {$/;"	f
 12720  Sum	./crypto/sha1/sha1.go	/^func Sum(data []byte) [Size]byte {$/;"	f
 12721  Sum	./crypto/sha256/sha256.go	/^func (d0 *digest) Sum(in []byte) []byte {$/;"	f
 12722  Sum	./crypto/sha512/sha512.go	/^func (d0 *digest) Sum(in []byte) []byte {$/;"	f
 12723  Sum	./crypto/tls/prf.go	/^func (h finishedHash) Sum() []byte {$/;"	f
 12724  Sum	./hash/adler32/adler32.go	/^func (d *digest) Sum(in []byte) []byte {$/;"	f
 12725  Sum	./hash/crc32/crc32.go	/^func (d *digest) Sum(in []byte) []byte {$/;"	f
 12726  Sum	./hash/crc64/crc64.go	/^func (d *digest) Sum(in []byte) []byte {$/;"	f
 12727  Sum	./hash/fnv/fnv.go	/^func (s *sum32) Sum(in []byte) []byte {$/;"	f
 12728  Sum	./hash/fnv/fnv.go	/^func (s *sum32a) Sum(in []byte) []byte {$/;"	f
 12729  Sum	./hash/fnv/fnv.go	/^func (s *sum64) Sum(in []byte) []byte {$/;"	f
 12730  Sum	./hash/fnv/fnv.go	/^func (s *sum64a) Sum(in []byte) []byte {$/;"	f
 12731  Sum224	./crypto/sha256/sha256.go	/^func Sum224(data []byte) (sum224 [Size224]byte) {$/;"	f
 12732  Sum256	./crypto/sha256/sha256.go	/^func Sum256(data []byte) [Size]byte {$/;"	f
 12733  Sum32	./archive/zip/zip_test.go	/^func (fakeHash32) Sum32() uint32               { return 0 }$/;"	f
 12734  Sum32	./hash/adler32/adler32.go	/^func (d *digest) Sum32() uint32 { return uint32(*d) }$/;"	f
 12735  Sum32	./hash/crc32/crc32.go	/^func (d *digest) Sum32() uint32 { return d.crc }$/;"	f
 12736  Sum32	./hash/fnv/fnv.go	/^func (s *sum32) Sum32() uint32  { return uint32(*s) }$/;"	f
 12737  Sum32	./hash/fnv/fnv.go	/^func (s *sum32a) Sum32() uint32 { return uint32(*s) }$/;"	f
 12738  Sum384	./crypto/sha512/sha512.go	/^func Sum384(data []byte) (sum384 [Size384]byte) {$/;"	f
 12739  Sum512	./crypto/sha512/sha512.go	/^func Sum512(data []byte) [Size]byte {$/;"	f
 12740  Sum512_224	./crypto/sha512/sha512.go	/^func Sum512_224(data []byte) (sum224 [Size224]byte) {$/;"	f
 12741  Sum512_256	./crypto/sha512/sha512.go	/^func Sum512_256(data []byte) (sum256 [Size256]byte) {$/;"	f
 12742  Sum64	./hash/crc64/crc64.go	/^func (d *digest) Sum64() uint64 { return d.crc }$/;"	f
 12743  Sum64	./hash/fnv/fnv.go	/^func (s *sum64) Sum64() uint64  { return uint64(*s) }$/;"	f
 12744  Sum64	./hash/fnv/fnv.go	/^func (s *sum64a) Sum64() uint64 { return uint64(*s) }$/;"	f
 12745  SupplementalData	./time/genzabbrs.go	/^type SupplementalData struct {$/;"	t
 12746  Swap	./cmd/compile/internal/gc/export.go	/^func (x methodbyname) Swap(i, j int) {$/;"	f
 12747  Swap	./cmd/compile/internal/gc/plive.go	/^func (x blockrpocmp) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12748  Swap	./cmd/compile/internal/gc/popt.go	/^func (x startcmp) Swap(i, j int) {$/;"	f
 12749  Swap	./cmd/compile/internal/gc/reg.go	/^func (x rcmp) Swap(i, j int) {$/;"	f
 12750  Swap	./cmd/compile/internal/gc/subr.go	/^func (x errcmp) Swap(i, j int) {$/;"	f
 12751  Swap	./cmd/compile/internal/gc/subr.go	/^func (x methcmp) Swap(i, j int) {$/;"	f
 12752  Swap	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByExpr) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12753  Swap	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByOrd) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12754  Swap	./cmd/compile/internal/gc/swt.go	/^func (x caseClauseByType) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12755  Swap	./cmd/cover/cover.go	/^func (b blockSlice) Swap(i, j int)      { b[i], b[j] = b[j], b[i] }$/;"	f
 12756  Swap	./cmd/cover/profile.go	/^func (b blocksByStart) Swap(i, j int) { b[i], b[j] = b[j], b[i] }$/;"	f
 12757  Swap	./cmd/cover/profile.go	/^func (b boundariesByPos) Swap(i, j int) { b[i], b[j] = b[j], b[i] }$/;"	f
 12758  Swap	./cmd/cover/profile.go	/^func (p byFileName) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }$/;"	f
 12759  Swap	./cmd/fix/fix.go	/^func (f byDate) Swap(i, j int)      { f[i], f[j] = f[j], f[i] }$/;"	f
 12760  Swap	./cmd/fix/fix.go	/^func (f byName) Swap(i, j int)      { f[i], f[j] = f[j], f[i] }$/;"	f
 12761  Swap	./cmd/go/test.go	/^func (x byOrder) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12762  Swap	./cmd/internal/obj/arm/asm5.go	/^func (x ocmp) Swap(i, j int) {$/;"	f
 12763  Swap	./cmd/internal/obj/arm64/asm7.go	/^func (x ocmp) Swap(i, j int) {$/;"	f
 12764  Swap	./cmd/internal/obj/ppc64/asm9.go	/^func (x ocmp) Swap(i, j int) {$/;"	f
 12765  Swap	./cmd/internal/objfile/macho.go	/^func (x uint64s) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12766  Swap	./cmd/internal/objfile/objfile.go	/^func (x byAddr) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12767  Swap	./cmd/link/internal/ld/ldelf.go	/^func (x rbyoff) Swap(i, j int) {$/;"	f
 12768  Swap	./cmd/link/internal/ld/macho.go	/^func (x machoscmp) Swap(i, j int) {$/;"	f
 12769  Swap	./cmd/link/internal/ld/pe.go	/^func (x pescmp) Swap(i, j int) {$/;"	f
 12770  Swap	./cmd/link/internal/ld/symtab.go	/^func (libs byPkg) Swap(a, b int) {$/;"	f
 12771  Swap	./cmd/nm/nm.go	/^func (x byAddr) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12772  Swap	./cmd/nm/nm.go	/^func (x byName) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12773  Swap	./cmd/nm/nm.go	/^func (x bySize) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12774  Swap	./cmd/pprof/internal/report/report.go	/^func (el edgeList) Swap(i, j int) {$/;"	f
 12775  Swap	./cmd/pprof/internal/report/report.go	/^func (o objSymbols) Swap(i, j int) {$/;"	f
 12776  Swap	./cmd/pprof/internal/report/report.go	/^func (s nodeSorter) Swap(i, j int)      { s.rs[i], s.rs[j] = s.rs[j], s.rs[i] }$/;"	f
 12777  Swap	./cmd/pprof/internal/report/report.go	/^func (t tags) Swap(i, j int) { t[i], t[j] = t[j], t[i] }$/;"	f
 12778  Swap	./cmd/trace/goroutines.go	/^func (l gdescList) Swap(i, j int) {$/;"	f
 12779  Swap	./cmd/trace/goroutines.go	/^func (l gtypeList) Swap(i, j int) {$/;"	f
 12780  Swap	./compress/bzip2/huffman.go	/^func (h huffmanSymbolLengthPairs) Swap(i, j int) {$/;"	f
 12781  Swap	./compress/bzip2/huffman.go	/^func (n huffmanCodes) Swap(i, j int) {$/;"	f
 12782  Swap	./compress/flate/huffman_code.go	/^func (s literalNodeSorter) Swap(i, j int) { s.a[i], s.a[j] = s.a[j], s.a[i] }$/;"	f
 12783  Swap	./container/heap/example_intheap_test.go	/^func (h IntHeap) Swap(i, j int)      { h[i], h[j] = h[j], h[i] }$/;"	f
 12784  Swap	./container/heap/example_pq_test.go	/^func (pq PriorityQueue) Swap(i, j int) {$/;"	f
 12785  Swap	./container/heap/heap_test.go	/^func (h *myHeap) Swap(i, j int) {$/;"	f
 12786  Swap	./encoding/json/encode.go	/^func (sv stringValues) Swap(i, j int)      { sv[i], sv[j] = sv[j], sv[i] }$/;"	f
 12787  Swap	./encoding/json/encode.go	/^func (x byIndex) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12788  Swap	./encoding/json/encode.go	/^func (x byName) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12789  Swap	./go/ast/commentmap.go	/^func (a byInterval) Swap(i, j int) { a[i], a[j] = a[j], a[i] }$/;"	f
 12790  Swap	./go/ast/commentmap.go	/^func (a byPos) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12791  Swap	./go/ast/import.go	/^func (x byCommentPos) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12792  Swap	./go/ast/import.go	/^func (x byImportSpec) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12793  Swap	./go/doc/example.go	/^func (s exampleByName) Swap(i, j int)      { s[i], s[j] = s[j], s[i] }$/;"	f
 12794  Swap	./go/doc/reader.go	/^func (d *data) Swap(i, j int)      { d.swap(i, j) }$/;"	f
 12795  Swap	./go/internal/gcimporter/gcimporter.go	/^func (a byPath) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12796  Swap	./go/scanner/errors.go	/^func (p ErrorList) Swap(i, j int) { p[i], p[j] = p[j], p[i] }$/;"	f
 12797  Swap	./go/types/initorder.go	/^func (a nodeQueue) Swap(i, j int) {$/;"	f
 12798  Swap	./go/types/methodset.go	/^func (a byUniqueName) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12799  Swap	./go/types/ordering.go	/^func (a inSourceOrder) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12800  Swap	./go/types/typexpr.go	/^func (a byUniqueMethodName) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12801  Swap	./go/types/typexpr.go	/^func (a byUniqueTypeName) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12802  Swap	./index/suffixarray/qsufsort.go	/^func (x *suffixSortable) Swap(i, j int)      { x.sa[i], x.sa[j] = x.sa[j], x.sa[i] }$/;"	f
 12803  Swap	./index/suffixarray/suffixarray_test.go	/^func (x *index) Swap(i, j int)      { x.sa[i], x.sa[j] = x.sa[j], x.sa[i] }$/;"	f
 12804  Swap	./internal/trace/parser.go	/^func (l eventList) Swap(i, j int) {$/;"	f
 12805  Swap	./io/ioutil/ioutil.go	/^func (f byName) Swap(i, j int)      { f[i], f[j] = f[j], f[i] }$/;"	f
 12806  Swap	./net/addrselect.go	/^func (s *byRFC6724) Swap(i, j int) {$/;"	f
 12807  Swap	./net/addrselect.go	/^func (s byMaskLength) Swap(i, j int) { s[i], s[j] = s[j], s[i] }$/;"	f
 12808  Swap	./net/dnsclient.go	/^func (s byPref) Swap(i, j int)      { s[i], s[j] = s[j], s[i] }$/;"	f
 12809  Swap	./net/dnsclient.go	/^func (s byPriorityWeight) Swap(i, j int) { s[i], s[j] = s[j], s[i] }$/;"	f
 12810  Swap	./net/http/cookiejar/jar.go	/^func (s byPathLength) Swap(i, j int) { s[i], s[j] = s[j], s[i] }$/;"	f
 12811  Swap	./net/http/header.go	/^func (s *headerSorter) Swap(i, j int)      { s.kvs[i], s.kvs[j] = s.kvs[j], s.kvs[i] }$/;"	f
 12812  Swap	./net/lookup_windows_test.go	/^func (s byHost) Swap(i, j int)      { s[i], s[j] = s[j], s[i] }$/;"	f
 12813  Swap	./net/lookup_windows_test.go	/^func (s byPrefAndHost) Swap(i, j int) { s[i], s[j] = s[j], s[i] }$/;"	f
 12814  Swap	./net/rpc/debug.go	/^func (m methodArray) Swap(i, j int)      { m[i], m[j] = m[j], m[i] }$/;"	f
 12815  Swap	./net/rpc/debug.go	/^func (s serviceArray) Swap(i, j int)      { s[i], s[j] = s[j], s[i] }$/;"	f
 12816  Swap	./regexp/onepass.go	/^func (p runeSlice) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }$/;"	f
 12817  Swap	./regexp/syntax/parse.go	/^func (ra ranges) Swap(i, j int) {$/;"	f
 12818  Swap	./runtime/debug/garbage.go	/^func (x byDuration) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12819  Swap	./runtime/pprof/pprof.go	/^func (x byCycles) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12820  Swap	./runtime/pprof/pprof.go	/^func (x byInUseBytes) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12821  Swap	./runtime/pprof/pprof.go	/^func (x byName) Swap(i, j int)      { x[i], x[j] = x[j], x[i] }$/;"	f
 12822  Swap	./runtime/pprof/pprof.go	/^func (x stackProfile) Swap(i, j int)         { x[i], x[j] = x[j], x[i] }$/;"	f
 12823  Swap	./sort/example_interface_test.go	/^func (a ByAge) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }$/;"	f
 12824  Swap	./sort/example_keys_test.go	/^func (s *planetSorter) Swap(i, j int) {$/;"	f
 12825  Swap	./sort/example_multi_test.go	/^func (ms *multiSorter) Swap(i, j int) {$/;"	f
 12826  Swap	./sort/example_wrapper_test.go	/^func (s Organs) Swap(i, j int) { s[i], s[j] = s[j], s[i] }$/;"	f
 12827  Swap	./sort/sort.go	/^func (p Float64Slice) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }$/;"	f
 12828  Swap	./sort/sort.go	/^func (p IntSlice) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }$/;"	f
 12829  Swap	./sort/sort.go	/^func (p StringSlice) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }$/;"	f
 12830  Swap	./sort/sort_test.go	/^func (d *adversaryTestingData) Swap(i, j int) {$/;"	f
 12831  Swap	./sort/sort_test.go	/^func (d *testingData) Swap(i, j int) {$/;"	f
 12832  Swap	./sort/sort_test.go	/^func (d intPairs) Swap(i, j int)      { d[i], d[j] = d[j], d[i] }$/;"	f
 12833  Swap	./text/template/exec.go	/^func (x rvs) Swap(i, j int) { x[i], x[j] = x[j], x[i] }$/;"	f
 12834  Swap	./time/genzabbrs.go	/^func (zs zones) Swap(i, j int)      { zs[i], zs[j] = zs[j], zs[i] }$/;"	f
 12835  Swap	./unicode/maketables.go	/^func (p runeSlice) Swap(i, j int)      { p[i], p[j] = p[j], p[i] }$/;"	f
 12836  SwapInt32	./sync/atomic/doc.go	/^func SwapInt32(addr *int32, new int32) (old int32)$/;"	f
 12837  SwapInt64	./sync/atomic/doc.go	/^func SwapInt64(addr *int64, new int64) (old int64)$/;"	f
 12838  SwapPointer	./sync/atomic/doc.go	/^func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)$/;"	f
 12839  SwapUint32	./sync/atomic/doc.go	/^func SwapUint32(addr *uint32, new uint32) (old uint32)$/;"	f
 12840  SwapUint64	./sync/atomic/doc.go	/^func SwapUint64(addr *uint64, new uint64) (old uint64)$/;"	f
 12841  SwapUintptr	./sync/atomic/doc.go	/^func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)$/;"	f
 12842  Switch	./net/internal/socktest/switch.go	/^type Switch struct {$/;"	t
 12843  Sym	./cmd/compile/internal/gc/go.go	/^type Sym struct {$/;"	t
 12844  Sym	./cmd/internal/goobj/read.go	/^type Sym struct {$/;"	t
 12845  Sym	./cmd/internal/objfile/objfile.go	/^type Sym struct {$/;"	t
 12846  Sym	./cmd/pprof/internal/plugin/plugin.go	/^type Sym struct {$/;"	t
 12847  Sym	./debug/gosym/symtab.go	/^type Sym struct {$/;"	t
 12848  Sym	./debug/plan9obj/file.go	/^type Sym struct {$/;"	t
 12849  Sym32	./debug/elf/elf.go	/^type Sym32 struct {$/;"	t
 12850  Sym64	./debug/elf/elf.go	/^type Sym64 struct {$/;"	t
 12851  SymBind	./debug/elf/elf.go	/^type SymBind int$/;"	t
 12852  SymByAddr	./debug/gosym/symtab.go	/^func (t *Table) SymByAddr(addr uint64) *Sym {$/;"	f
 12853  SymID	./cmd/internal/goobj/read.go	/^type SymID struct {$/;"	t
 12854  SymKind	./cmd/internal/goobj/read.go	/^type SymKind int$/;"	t
 12855  SymType	./debug/elf/elf.go	/^type SymType int$/;"	t
 12856  SymVer	./cmd/internal/obj/link.go	/^type SymVer struct {$/;"	t
 12857  SymVis	./debug/elf/elf.go	/^type SymVis int$/;"	t
 12858  Symaddr	./cmd/link/internal/ld/lib.go	/^func Symaddr(s *LSym) int64 {$/;"	f
 12859  Symb	./cmd/yacc/yacc.go	/^type Symb struct {$/;"	t
 12860  Symbol	./debug/elf/file.go	/^type Symbol struct {$/;"	t
 12861  Symbol	./debug/macho/macho.go	/^type Symbol struct {$/;"	t
 12862  Symbol	./debug/pe/file.go	/^type Symbol struct {$/;"	t
 12863  Symbol	./net/http/pprof/pprof.go	/^func Symbol(w http.ResponseWriter, r *http.Request) {$/;"	f
 12864  Symbolize	./cmd/pprof/internal/symbolizer/symbolizer.go	/^func Symbolize(mode string, prof *profile.Profile, obj plugin.ObjTool, ui plugin.UI) error {$/;"	f
 12865  Symbolize	./cmd/pprof/internal/symbolz/symbolz.go	/^func Symbolize(source string, syms func(string, string) ([]byte, error), p *profile.Profile) error {$/;"	f
 12866  Symbolize	./internal/trace/parser.go	/^func Symbolize(events []*Event, bin string) error {$/;"	f
 12867  Symbolizer	./cmd/pprof/internal/plugin/plugin.go	/^type Symbolizer func(mode, src string, prof *profile.Profile, obj ObjTool, ui UI) error$/;"	t
 12868  Symbols	./cmd/internal/objfile/objfile.go	/^func (f *File) Symbols() ([]Sym, error) {$/;"	f
 12869  Symbols	./cmd/pprof/pprof.go	/^func (f *file) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) {$/;"	f
 12870  Symbols	./debug/elf/file.go	/^func (f *File) Symbols() ([]Symbol, error) {$/;"	f
 12871  Symbols	./debug/plan9obj/file.go	/^func (f *File) Symbols() ([]Sym, error) {$/;"	f
 12872  Symgrow	./cmd/internal/obj/data.go	/^func Symgrow(ctxt *Link, s *LSym, lsiz int64) {$/;"	f
 12873  Symgrow	./cmd/link/internal/ld/data.go	/^func Symgrow(ctxt *Link, s *LSym, siz int64) {$/;"	f
 12874  Symlink	./cmd/compile/internal/gc/subr.go	/^type Symlink struct {$/;"	t
 12875  Symlink	./os/file_plan9.go	/^func Symlink(oldname, newname string) error {$/;"	f
 12876  Symlink	./os/file_unix.go	/^func Symlink(oldname, newname string) error {$/;"	f
 12877  Symlink	./os/file_windows.go	/^func Symlink(oldname, newname string) error {$/;"	f
 12878  Symlink	./syscall/fs_nacl.go	/^func Symlink(path, link string) error {$/;"	f
 12879  Symlink	./syscall/syscall_linux.go	/^func Symlink(oldpath string, newpath string) (err error) {$/;"	f
 12880  Symlink	./syscall/syscall_windows.go	/^func Symlink(path, link string) (err error)    { return EWINDOWS }$/;"	f
 12881  Symlink	./syscall/zsyscall_darwin_386.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12882  Symlink	./syscall/zsyscall_darwin_amd64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12883  Symlink	./syscall/zsyscall_darwin_arm.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12884  Symlink	./syscall/zsyscall_darwin_arm64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12885  Symlink	./syscall/zsyscall_dragonfly_amd64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12886  Symlink	./syscall/zsyscall_freebsd_386.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12887  Symlink	./syscall/zsyscall_freebsd_amd64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12888  Symlink	./syscall/zsyscall_freebsd_arm.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12889  Symlink	./syscall/zsyscall_netbsd_386.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12890  Symlink	./syscall/zsyscall_netbsd_amd64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12891  Symlink	./syscall/zsyscall_netbsd_arm.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12892  Symlink	./syscall/zsyscall_openbsd_386.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12893  Symlink	./syscall/zsyscall_openbsd_amd64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12894  Symlink	./syscall/zsyscall_openbsd_arm.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12895  Symlink	./syscall/zsyscall_solaris_amd64.go	/^func Symlink(path string, link string) (err error) {$/;"	f
 12896  Symtab	./debug/macho/file.go	/^type Symtab struct {$/;"	t
 12897  SymtabCmd	./debug/macho/macho.go	/^type SymtabCmd struct {$/;"	t
 12898  Sync	./os/file_plan9.go	/^func (f *File) Sync() error {$/;"	f
 12899  Sync	./os/file_posix.go	/^func (f *File) Sync() error {$/;"	f
 12900  Sync	./syscall/zsyscall_darwin_386.go	/^func Sync() (err error) {$/;"	f
 12901  Sync	./syscall/zsyscall_darwin_amd64.go	/^func Sync() (err error) {$/;"	f
 12902  Sync	./syscall/zsyscall_darwin_arm.go	/^func Sync() (err error) {$/;"	f
 12903  Sync	./syscall/zsyscall_darwin_arm64.go	/^func Sync() (err error) {$/;"	f
 12904  Sync	./syscall/zsyscall_dragonfly_amd64.go	/^func Sync() (err error) {$/;"	f
 12905  Sync	./syscall/zsyscall_freebsd_386.go	/^func Sync() (err error) {$/;"	f
 12906  Sync	./syscall/zsyscall_freebsd_amd64.go	/^func Sync() (err error) {$/;"	f
 12907  Sync	./syscall/zsyscall_freebsd_arm.go	/^func Sync() (err error) {$/;"	f
 12908  Sync	./syscall/zsyscall_linux_386.go	/^func Sync() {$/;"	f
 12909  Sync	./syscall/zsyscall_linux_amd64.go	/^func Sync() {$/;"	f
 12910  Sync	./syscall/zsyscall_linux_arm.go	/^func Sync() {$/;"	f
 12911  Sync	./syscall/zsyscall_linux_arm64.go	/^func Sync() {$/;"	f
 12912  Sync	./syscall/zsyscall_linux_ppc64.go	/^func Sync() {$/;"	f
 12913  Sync	./syscall/zsyscall_linux_ppc64le.go	/^func Sync() {$/;"	f
 12914  Sync	./syscall/zsyscall_netbsd_386.go	/^func Sync() (err error) {$/;"	f
 12915  Sync	./syscall/zsyscall_netbsd_amd64.go	/^func Sync() (err error) {$/;"	f
 12916  Sync	./syscall/zsyscall_netbsd_arm.go	/^func Sync() (err error) {$/;"	f
 12917  Sync	./syscall/zsyscall_openbsd_386.go	/^func Sync() (err error) {$/;"	f
 12918  Sync	./syscall/zsyscall_openbsd_amd64.go	/^func Sync() (err error) {$/;"	f
 12919  Sync	./syscall/zsyscall_openbsd_arm.go	/^func Sync() (err error) {$/;"	f
 12920  Sync	./syscall/zsyscall_solaris_amd64.go	/^func Sync() (err error) {$/;"	f
 12921  SyncFileRange	./syscall/zsyscall_linux_386.go	/^func SyncFileRange(fd int, off int64, n int64, flags int) (err error) {$/;"	f
 12922  SyncFileRange	./syscall/zsyscall_linux_amd64.go	/^func SyncFileRange(fd int, off int64, n int64, flags int) (err error) {$/;"	f
 12923  SyncFileRange	./syscall/zsyscall_linux_arm64.go	/^func SyncFileRange(fd int, off int64, n int64, flags int) (err error) {$/;"	f
 12924  SyncFileRange	./syscall/zsyscall_linux_ppc64.go	/^func SyncFileRange(fd int, off int64, n int64, flags int) (err error) {$/;"	f
 12925  SyncFileRange	./syscall/zsyscall_linux_ppc64le.go	/^func SyncFileRange(fd int, off int64, n int64, flags int) (err error) {$/;"	f
 12926  Synopsis	./go/doc/synopsis.go	/^func Synopsis(s string) string {$/;"	f
 12927  SyntaxError	./encoding/asn1/asn1.go	/^type SyntaxError struct {$/;"	t
 12928  SyntaxError	./encoding/json/scanner.go	/^type SyntaxError struct {$/;"	t
 12929  SyntaxError	./encoding/xml/xml.go	/^type SyntaxError struct {$/;"	t
 12930  Sys	./archive/tar/common.go	/^func (fi headerFileInfo) Sys() interface{}   { return fi.h }$/;"	f
 12931  Sys	./archive/tar/tar_test.go	/^func (symlink) Sys() interface{}   { return nil }$/;"	f
 12932  Sys	./archive/zip/struct.go	/^func (fi headerFileInfo) Sys() interface{}   { return fi.fh }$/;"	f
 12933  Sys	./cmd/pack/pack_test.go	/^func (f *FakeFile) Sys() interface{} {$/;"	f
 12934  Sys	./net/http/fs_test.go	/^func (f *fakeFileInfo) Sys() interface{}   { return nil }$/;"	f
 12935  Sys	./os/doc.go	/^func (p *ProcessState) Sys() interface{} {$/;"	f
 12936  Sys	./os/types_notwin.go	/^func (fs *fileStat) Sys() interface{}   { return fs.sys }$/;"	f
 12937  Sys	./os/types_windows.go	/^func (fs *fileStat) Sys() interface{} { return &fs.sys }$/;"	f
 12938  SysProcAttr	./syscall/exec_bsd.go	/^type SysProcAttr struct {$/;"	t
 12939  SysProcAttr	./syscall/exec_linux.go	/^type SysProcAttr struct {$/;"	t
 12940  SysProcAttr	./syscall/exec_plan9.go	/^type SysProcAttr struct {$/;"	t
 12941  SysProcAttr	./syscall/exec_solaris.go	/^type SysProcAttr struct {$/;"	t
 12942  SysProcAttr	./syscall/exec_windows.go	/^type SysProcAttr struct {$/;"	t
 12943  SysProcAttr	./syscall/syscall_nacl.go	/^type SysProcAttr struct {$/;"	t
 12944  SysProcIDMap	./syscall/exec_linux.go	/^type SysProcIDMap struct {$/;"	t
 12945  SysUsage	./os/doc.go	/^func (p *ProcessState) SysUsage() interface{} {$/;"	f
 12946  Syscall	./syscall/dll_windows.go	/^func Syscall(trap, nargs, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12947  Syscall	./syscall/mksyscall_windows.go	/^func (f *Fn) Syscall() string {$/;"	f
 12948  Syscall	./syscall/syscall_nacl.go	/^func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12949  Syscall	./syscall/syscall_plan9.go	/^func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err ErrorString)$/;"	f
 12950  Syscall	./syscall/syscall_unix.go	/^func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12951  Syscall12	./syscall/dll_windows.go	/^func Syscall12(trap, nargs, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12952  Syscall15	./syscall/dll_windows.go	/^func Syscall15(trap, nargs, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12953  Syscall6	./syscall/dll_windows.go	/^func Syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12954  Syscall6	./syscall/syscall_nacl.go	/^func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno) { return 0, 0, ENOSYS }$/;"	f
 12955  Syscall6	./syscall/syscall_plan9.go	/^func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err ErrorString)$/;"	f
 12956  Syscall6	./syscall/syscall_unix.go	/^func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12957  Syscall9	./syscall/dll_windows.go	/^func Syscall9(trap, nargs, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12958  Syscall9	./syscall/syscall_darwin_386.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) \/\/ sic$/;"	f
 12959  Syscall9	./syscall/syscall_darwin_amd64.go	/^func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12960  Syscall9	./syscall/syscall_darwin_arm.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) \/\/ sic$/;"	f
 12961  Syscall9	./syscall/syscall_darwin_arm64.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) \/\/ sic$/;"	f
 12962  Syscall9	./syscall/syscall_dragonfly_amd64.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12963  Syscall9	./syscall/syscall_freebsd_386.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) \/\/ sic$/;"	f
 12964  Syscall9	./syscall/syscall_freebsd_amd64.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12965  Syscall9	./syscall/syscall_freebsd_arm.go	/^func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) \/\/ sic$/;"	f
 12966  Syscall9	./syscall/syscall_netbsd.go	/^func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12967  Syscall9	./syscall/syscall_openbsd.go	/^func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 12968  SyscallArgList	./syscall/mksyscall_windows.go	/^func (p *Param) SyscallArgList() []string {$/;"	f
 12969  SyscallError	./os/error.go	/^type SyscallError struct {$/;"	t
 12970  SyscallParamCount	./syscall/mksyscall_windows.go	/^func (f *Fn) SyscallParamCount() int {$/;"	f
 12971  SyscallParamList	./syscall/mksyscall_windows.go	/^func (f *Fn) SyscallParamList() string {$/;"	f
 12972  Sysctl	./syscall/syscall_bsd.go	/^func Sysctl(name string) (value string, err error) {$/;"	f
 12973  Sysctl	./syscall/syscall_nacl.go	/^func Sysctl(key string) (string, error) {$/;"	f
 12974  SysctlUint32	./syscall/syscall_bsd.go	/^func SysctlUint32(name string) (value uint32, err error) {$/;"	f
 12975  SysctlUint32	./syscall/syscall_nacl.go	/^func SysctlUint32(name string) (value uint32, err error)          { return 0, ENOSYS }$/;"	f
 12976  Sysctlnode	./syscall/types_netbsd.go	/^type Sysctlnode C.struct_sysctlnode$/;"	t
 12977  Sysctlnode	./syscall/ztypes_netbsd_386.go	/^type Sysctlnode struct {$/;"	t
 12978  Sysctlnode	./syscall/ztypes_netbsd_amd64.go	/^type Sysctlnode struct {$/;"	t
 12979  Sysctlnode	./syscall/ztypes_netbsd_arm.go	/^type Sysctlnode struct {$/;"	t
 12980  Sysfunc	./cmd/compile/internal/gc/gen.go	/^func Sysfunc(name string) *Node {$/;"	f
 12981  Sysinfo	./syscall/zsyscall_linux_386.go	/^func Sysinfo(info *Sysinfo_t) (err error) {$/;"	f
 12982  Sysinfo	./syscall/zsyscall_linux_amd64.go	/^func Sysinfo(info *Sysinfo_t) (err error) {$/;"	f
 12983  Sysinfo	./syscall/zsyscall_linux_arm.go	/^func Sysinfo(info *Sysinfo_t) (err error) {$/;"	f
 12984  Sysinfo	./syscall/zsyscall_linux_arm64.go	/^func Sysinfo(info *Sysinfo_t) (err error) {$/;"	f
 12985  Sysinfo	./syscall/zsyscall_linux_ppc64.go	/^func Sysinfo(info *Sysinfo_t) (err error) {$/;"	f
 12986  Sysinfo	./syscall/zsyscall_linux_ppc64le.go	/^func Sysinfo(info *Sysinfo_t) (err error) {$/;"	f
 12987  Sysinfo_t	./syscall/types_linux.go	/^type Sysinfo_t C.struct_sysinfo$/;"	t
 12988  Sysinfo_t	./syscall/ztypes_linux_386.go	/^type Sysinfo_t struct {$/;"	t
 12989  Sysinfo_t	./syscall/ztypes_linux_amd64.go	/^type Sysinfo_t struct {$/;"	t
 12990  Sysinfo_t	./syscall/ztypes_linux_arm.go	/^type Sysinfo_t struct {$/;"	t
 12991  Sysinfo_t	./syscall/ztypes_linux_arm64.go	/^type Sysinfo_t struct {$/;"	t
 12992  Sysinfo_t	./syscall/ztypes_linux_ppc64.go	/^type Sysinfo_t struct {$/;"	t
 12993  Sysinfo_t	./syscall/ztypes_linux_ppc64le.go	/^type Sysinfo_t struct {$/;"	t
 12994  SystemInfo	./runtime/defs_windows.go	/^type SystemInfo C.SYSTEM_INFO$/;"	t
 12995  SystemRootsError	./crypto/x509/verify.go	/^\/\/ will be of type SystemRootsError.$/;"	t
 12996  SystemRootsError	./crypto/x509/verify.go	/^type SystemRootsError struct{}$/;"	t
 12997  SystemTime	./os/doc.go	/^func (p *ProcessState) SystemTime() time.Duration {$/;"	f
 12998  Systemtime	./syscall/ztypes_windows.go	/^type Systemtime struct {$/;"	t
 12999  T	./regexp/testdata/testregex.c	/^#define T(/;"	d	file:
 13000  T0	./encoding/gob/codec_test.go	/^type T0 struct {$/;"	t
 13001  T0	./go/doc/testdata/d2.go	/^type T0 struct{}$/;"	t
 13002  T0	./go/doc/testdata/error1.go	/^type T0 struct {$/;"	t
 13003  T0	./go/doc/testdata/error2.go	/^type T0 struct {$/;"	t
 13004  T0	./math/exp_amd64.s	/^#define T0 1.0$/;"	d
 13005  T0	./math/sincos_amd64.s	/^#define T0 1.0$/;"	d
 13006  T1	./encoding/gob/codec_test.go	/^	type T1 struct {$/;"	t
 13007  T1	./encoding/gob/codec_test.go	/^type T1 struct {$/;"	t
 13008  T1	./encoding/gob/type.go	/^			\/\/     type T1 struct { ... }$/;"	t
 13009  T1	./go/doc/testdata/c.go	/^type T1 struct{}$/;"	t
 13010  T1	./go/doc/testdata/d2.go	/^type T1 struct{}$/;"	t
 13011  T1	./go/doc/testdata/e.go	/^type T1 struct {$/;"	t
 13012  T1	./go/types/eval_test.go	/^		type T1 \/* T1 => , p.T1 *\/ struct {}$/;"	t
 13013  T1	./math/exp_amd64.s	/^#define T1 0.5$/;"	d
 13014  T1	./math/sincos_amd64.s	/^#define T1 -8.33333333333333333333333e-02 \/\/ (-1.0\/12)$/;"	d
 13015  T1	./reflect/all_test.go	/^	type T1 int$/;"	t
 13016  T1	./reflect/all_test.go	/^	type T1 struct {$/;"	t
 13017  T1	./reflect/all_test.go	/^type T1 struct {$/;"	t
 13018  T1	./runtime/runtime_test.go	/^	type T1 struct {$/;"	t
 13019  T1inner	./reflect/all_test.go	/^	type T1inner struct {$/;"	t
 13020  T2	./encoding/gob/codec_test.go	/^	type T2 struct {$/;"	t
 13021  T2	./encoding/gob/codec_test.go	/^type T2 struct {$/;"	t
 13022  T2	./encoding/gob/type_test.go	/^	type T2 struct{ A int }$/;"	t
 13023  T2	./encoding/json/decode_test.go	/^	type T2 struct {$/;"	t
 13024  T2	./go/doc/testdata/c.go	/^type T2 struct {$/;"	t
 13025  T2	./go/doc/testdata/d1.go	/^type T2 struct{}$/;"	t
 13026  T2	./go/doc/testdata/e.go	/^type T2 struct {$/;"	t
 13027  T2	./math/exp_amd64.s	/^#define T2 1.6666666666666666667e-1$/;"	d
 13028  T2	./math/sincos_amd64.s	/^#define T2 2.77777777777777777777778e-03 \/\/ (+1.0\/360)$/;"	d
 13029  T2	./reflect/all_test.go	/^	type T2 struct {$/;"	t
 13030  T2	./runtime/runtime_test.go	/^	type T2 struct {$/;"	t
 13031  T2inner	./reflect/all_test.go	/^	type T2inner struct {$/;"	t
 13032  T3	./go/doc/testdata/e.go	/^type T3 struct {$/;"	t
 13033  T3	./math/exp_amd64.s	/^#define T3 4.1666666666666666667e-2$/;"	d
 13034  T3	./math/sincos_amd64.s	/^#define T3 -4.96031746031746031746032e-05 \/\/ (-1.0\/20160)$/;"	d
 13035  T3	./runtime/runtime_test.go	/^	type T3 struct {$/;"	t
 13036  T4	./go/doc/testdata/e.go	/^type T4 struct {$/;"	t
 13037  T4	./go/doc/testdata/e.go	/^type T4 struct{}$/;"	t
 13038  T4	./math/exp_amd64.s	/^#define T4 8.3333333333333333333e-3$/;"	d
 13039  T4	./math/sincos_amd64.s	/^#define T4 5.51146384479717813051146e-07 \/\/ (+1.0\/1814400)$/;"	d
 13040  T4	./runtime/runtime_test.go	/^	type T4 struct {$/;"	t
 13041  T5	./go/doc/testdata/e.go	/^type T5 struct {$/;"	t
 13042  T5	./math/exp_amd64.s	/^#define T5 1.3888888888888888889e-3$/;"	d
 13043  T5	./runtime/runtime_test.go	/^	type T5 struct {$/;"	t
 13044  T6	./math/exp_amd64.s	/^#define T6 1.9841269841269841270e-4$/;"	d
 13045  T7	./math/exp_amd64.s	/^#define T7 2.4801587301587301587e-5$/;"	d
 13046  TABS	./regexp/testdata/testregex.c	/^#define TABS(/;"	d	file:
 13047  TAttr	./encoding/xml/read_test.go	/^type TAttr struct {$/;"	t
 13048  TB	./fmt/stringer_test.go	/^type TB bool$/;"	t
 13049  TB	./testing/testing.go	/^type TB interface {$/;"	t
 13050  TBRL	./runtime/asm_ppc64x.s	/^#define	TBRL	268$/;"	d
 13051  TBRU	./runtime/asm_ppc64x.s	/^#define	TBRU	269		\/* Time base Upper\/Lower *\/$/;"	d
 13052  TBSCertificate	./encoding/asn1/asn1_test.go	/^type TBSCertificate struct {$/;"	t
 13053  TBSCertificateList	./crypto/x509/pkix/pkix.go	/^type TBSCertificateList struct {$/;"	t
 13054  TCB_SIZE	./runtime/cgo/gcc_openbsd_386.c	/^#define TCB_SIZE /;"	d	file:
 13055  TCB_SIZE	./runtime/cgo/gcc_openbsd_amd64.c	/^#define TCB_SIZE /;"	d	file:
 13056  TCPAddr	./net/tcpsock.go	/^type TCPAddr struct {$/;"	t
 13057  TCPConn	./net/tcpsock_plan9.go	/^type TCPConn struct {$/;"	t
 13058  TCPConn	./net/tcpsock_posix.go	/^type TCPConn struct {$/;"	t
 13059  TCPInfo	./syscall/types_linux.go	/^type TCPInfo C.struct_tcp_info$/;"	t
 13060  TCPInfo	./syscall/ztypes_linux_386.go	/^type TCPInfo struct {$/;"	t
 13061  TCPInfo	./syscall/ztypes_linux_amd64.go	/^type TCPInfo struct {$/;"	t
 13062  TCPInfo	./syscall/ztypes_linux_arm.go	/^type TCPInfo struct {$/;"	t
 13063  TCPInfo	./syscall/ztypes_linux_arm64.go	/^type TCPInfo struct {$/;"	t
 13064  TCPInfo	./syscall/ztypes_linux_ppc64.go	/^type TCPInfo struct {$/;"	t
 13065  TCPInfo	./syscall/ztypes_linux_ppc64le.go	/^type TCPInfo struct {$/;"	t
 13066  TCPKeepalive	./syscall/ztypes_windows.go	/^type TCPKeepalive struct {$/;"	t
 13067  TCPListener	./net/tcpsock_plan9.go	/^type TCPListener struct {$/;"	t
 13068  TCPListener	./net/tcpsock_posix.go	/^type TCPListener struct {$/;"	t
 13069  TE	./runtime/memmove_arm.s	/^#define TE	R8$/;"	d
 13070  TEST_ACTUAL	./regexp/testdata/testregex.c	/^#define TEST_ACTUAL	/;"	d	file:
 13071  TEST_AND	./regexp/testdata/testregex.c	/^#define TEST_AND	/;"	d	file:
 13072  TEST_ARE	./regexp/testdata/testregex.c	/^#define TEST_ARE	/;"	d	file:
 13073  TEST_BASELINE	./regexp/testdata/testregex.c	/^#define TEST_BASELINE	/;"	d	file:
 13074  TEST_BRE	./regexp/testdata/testregex.c	/^#define TEST_BRE	/;"	d	file:
 13075  TEST_CATCH	./regexp/testdata/testregex.c	/^#define TEST_CATCH	/;"	d	file:
 13076  TEST_DECOMP	./regexp/testdata/testregex.c	/^#define TEST_DECOMP	/;"	d	file:
 13077  TEST_DELIMIT	./regexp/testdata/testregex.c	/^#define TEST_DELIMIT	/;"	d	file:
 13078  TEST_ERE	./regexp/testdata/testregex.c	/^#define TEST_ERE	/;"	d	file:
 13079  TEST_EXPAND	./regexp/testdata/testregex.c	/^#define TEST_EXPAND	/;"	d	file:
 13080  TEST_FAIL	./regexp/testdata/testregex.c	/^#define TEST_FAIL	/;"	d	file:
 13081  TEST_GLOBAL	./regexp/testdata/testregex.c	/^#define TEST_GLOBAL	/;"	d	file:
 13082  TEST_IGNORE_ERROR	./regexp/testdata/testregex.c	/^#define TEST_IGNORE_ERROR	/;"	d	file:
 13083  TEST_IGNORE_OVER	./regexp/testdata/testregex.c	/^#define TEST_IGNORE_OVER	/;"	d	file:
 13084  TEST_IGNORE_POSITION	./regexp/testdata/testregex.c	/^#define TEST_IGNORE_POSITION	/;"	d	file:
 13085  TEST_KRE	./regexp/testdata/testregex.c	/^#define TEST_KRE	/;"	d	file:
 13086  TEST_LENIENT	./regexp/testdata/testregex.c	/^#define TEST_LENIENT	/;"	d	file:
 13087  TEST_LRE	./regexp/testdata/testregex.c	/^#define TEST_LRE	/;"	d	file:
 13088  TEST_OK	./regexp/testdata/testregex.c	/^#define TEST_OK	/;"	d	file:
 13089  TEST_OR	./regexp/testdata/testregex.c	/^#define TEST_OR	/;"	d	file:
 13090  TEST_PASS	./regexp/testdata/testregex.c	/^#define TEST_PASS	/;"	d	file:
 13091  TEST_QUERY	./regexp/testdata/testregex.c	/^#define TEST_QUERY	/;"	d	file:
 13092  TEST_SAME	./regexp/testdata/testregex.c	/^#define TEST_SAME	/;"	d	file:
 13093  TEST_SRE	./regexp/testdata/testregex.c	/^#define TEST_SRE	/;"	d	file:
 13094  TEST_SUB	./regexp/testdata/testregex.c	/^#define TEST_SUB	/;"	d	file:
 13095  TEST_SUMMARY	./regexp/testdata/testregex.c	/^#define TEST_SUMMARY	/;"	d	file:
 13096  TEST_UNSPECIFIED	./regexp/testdata/testregex.c	/^#define TEST_UNSPECIFIED	/;"	d	file:
 13097  TEST_VERBOSE	./regexp/testdata/testregex.c	/^#define TEST_VERBOSE	/;"	d	file:
 13098  TEST_VERIFY	./regexp/testdata/testregex.c	/^#define TEST_VERIFY	/;"	d	file:
 13099  TEXT	./cmd/asm/internal/asm/testdata/386.s	/^TEXT foo(SB), 0, $0$/;"	l
 13100  TEXT	./cmd/asm/internal/asm/testdata/amd64.s	/^TEXT	foo(SB), 0, $0$/;"	l
 13101  TEXT	./cmd/asm/internal/asm/testdata/arm.s	/^TEXT	foo(SB), 0, $0$/;"	l
 13102  TEXT	./cmd/asm/internal/asm/testdata/arm64.s	/^TEXT	foo(SB), 7, $-8$/;"	l
 13103  TEXT	./cmd/asm/internal/asm/testdata/ppc64.s	/^TEXT foo(SB),0,$0$/;"	l
 13104  TEXT	./cmd/dist/cpuid_386.s	/^TEXT ·cpuid(SB),$0-8$/;"	l
 13105  TEXT	./cmd/dist/cpuid_amd64.s	/^TEXT ·cpuid(SB),$0-12$/;"	l
 13106  TEXT	./cmd/dist/cpuid_default.s	/^TEXT ·cpuid(SB),NOSPLIT,$0-0$/;"	l
 13107  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·arg1(SB),0,$0-2$/;"	l
 13108  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·arg2(SB),0,$0-4$/;"	l
 13109  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·arg4(SB),0,$0-2 \/\/ ERROR "arg4: wrong argument size 2; expected \\$\\.\\.\\.-8"$/;"	l
 13110  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·arg8(SB),7,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-16"$/;"	l
 13111  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·argiface(SB),0,$0-32$/;"	l
 13112  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·argint(SB),0,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-16"$/;"	l
 13113  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·argptr(SB),7,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-40"$/;"	l
 13114  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·argslice(SB),0,$48 \/\/ ERROR "wrong argument size 0; expected \\$\\.\\.\\.-48"$/;"	l
 13115  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·argstring(SB),0,$32 \/\/ ERROR "wrong argument size 0; expected \\$\\.\\.\\.-32"$/;"	l
 13116  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·returnbyte(SB),0,$0-9$/;"	l
 13117  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·returnint(SB),0,$0-8$/;"	l
 13118  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·returnintmissing(SB),0,$0-8$/;"	l
 13119  TEXT	./cmd/vet/testdata/asm1.s	/^TEXT ·returnnamed(SB),0,$0-41$/;"	l
 13120  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·arg1(SB),0,$0-2$/;"	l
 13121  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·arg2(SB),0,$0-4$/;"	l
 13122  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·arg4(SB),0,$0-2 \/\/ ERROR "arg4: wrong argument size 2; expected \\$\\.\\.\\.-8"$/;"	l
 13123  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·arg8(SB),7,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-16"$/;"	l
 13124  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·argiface(SB),0,$0-16$/;"	l
 13125  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·argint(SB),0,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-8"$/;"	l
 13126  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·argptr(SB),7,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-20"$/;"	l
 13127  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·argslice(SB),0,$24 \/\/ ERROR "wrong argument size 0; expected \\$\\.\\.\\.-24"$/;"	l
 13128  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·argstring(SB),0,$16 \/\/ ERROR "wrong argument size 0; expected \\$\\.\\.\\.-16"$/;"	l
 13129  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·returnbyte(SB),0,$0-5$/;"	l
 13130  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·returnint(SB),0,$0-4$/;"	l
 13131  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·returnintmissing(SB),0,$0-4$/;"	l
 13132  TEXT	./cmd/vet/testdata/asm2.s	/^TEXT ·returnnamed(SB),0,$0-21$/;"	l
 13133  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·arg1(SB),0,$0-2$/;"	l
 13134  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·arg2(SB),0,$0-4$/;"	l
 13135  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·arg4(SB),0,$0-2 \/\/ ERROR "arg4: wrong argument size 2; expected \\$\\.\\.\\.-8"$/;"	l
 13136  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·arg8(SB),7,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-16"$/;"	l
 13137  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·argiface(SB),0,$0-16$/;"	l
 13138  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·argint(SB),0,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-8"$/;"	l
 13139  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·argptr(SB),7,$0-2 \/\/ ERROR "wrong argument size 2; expected \\$\\.\\.\\.-20"$/;"	l
 13140  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·argslice(SB),0,$24 \/\/ ERROR "wrong argument size 0; expected \\$\\.\\.\\.-24"$/;"	l
 13141  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·argstring(SB),0,$16 \/\/ ERROR "wrong argument size 0; expected \\$\\.\\.\\.-16"$/;"	l
 13142  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·leaf(SB),0,$-4-12$/;"	l
 13143  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·returnbyte(SB),0,$0-5$/;"	l
 13144  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·returnint(SB),0,$0-4$/;"	l
 13145  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·returnintmissing(SB),0,$0-4$/;"	l
 13146  TEXT	./cmd/vet/testdata/asm3.s	/^TEXT ·returnnamed(SB),0,$0-21$/;"	l
 13147  TEXT	./cmd/vet/testdata/asm4.s	/^TEXT ·dupok(SB),DUPOK,$0-8$/;"	l
 13148  TEXT	./cmd/vet/testdata/asm4.s	/^TEXT ·noprof(SB),NOPROF,$0-8$/;"	l
 13149  TEXT	./cmd/vet/testdata/asm4.s	/^TEXT ·noptr(SB),NOPTR|NOSPLIT,$0$/;"	l
 13150  TEXT	./cmd/vet/testdata/asm4.s	/^TEXT ·nosplit(SB),NOSPLIT,$0$/;"	l
 13151  TEXT	./cmd/vet/testdata/asm4.s	/^TEXT ·rodata(SB),RODATA,$0-8$/;"	l
 13152  TEXT	./cmd/vet/testdata/asm4.s	/^TEXT ·wrapper(SB),WRAPPER,$0-8$/;"	l
 13153  TEXT	./crypto/aes/asm_amd64.s	/^TEXT _expand_key_128<>(SB),NOSPLIT,$0$/;"	l
 13154  TEXT	./crypto/aes/asm_amd64.s	/^TEXT _expand_key_192a<>(SB),NOSPLIT,$0$/;"	l
 13155  TEXT	./crypto/aes/asm_amd64.s	/^TEXT _expand_key_192b<>(SB),NOSPLIT,$0$/;"	l
 13156  TEXT	./crypto/aes/asm_amd64.s	/^TEXT _expand_key_256a<>(SB),NOSPLIT,$0$/;"	l
 13157  TEXT	./crypto/aes/asm_amd64.s	/^TEXT _expand_key_256b<>(SB),NOSPLIT,$0$/;"	l
 13158  TEXT	./crypto/aes/asm_amd64.s	/^TEXT ·decryptBlockAsm(SB),NOSPLIT,$0$/;"	l
 13159  TEXT	./crypto/aes/asm_amd64.s	/^TEXT ·encryptBlockAsm(SB),NOSPLIT,$0$/;"	l
 13160  TEXT	./crypto/aes/asm_amd64.s	/^TEXT ·expandKeyAsm(SB),NOSPLIT,$0$/;"	l
 13161  TEXT	./crypto/aes/asm_amd64.s	/^TEXT ·hasAsm(SB),NOSPLIT,$0$/;"	l
 13162  TEXT	./crypto/md5/md5block_386.s	/^TEXT	·block(SB),NOSPLIT,$24-16$/;"	l
 13163  TEXT	./crypto/md5/md5block_amd64.s	/^TEXT	·block(SB),NOSPLIT,$0-32$/;"	l
 13164  TEXT	./crypto/md5/md5block_amd64p32.s	/^TEXT	·block(SB),NOSPLIT,$0-32$/;"	l
 13165  TEXT	./crypto/md5/md5block_arm.s	/^TEXT	·block(SB), NOSPLIT, $84-16$/;"	l
 13166  TEXT	./crypto/rc4/rc4_386.s	/^TEXT ·xorKeyStream(SB),NOSPLIT,$0$/;"	l
 13167  TEXT	./crypto/rc4/rc4_amd64.s	/^TEXT ·xorKeyStream(SB),NOSPLIT,$0$/;"	l
 13168  TEXT	./crypto/rc4/rc4_amd64p32.s	/^TEXT ·xorKeyStream(SB),NOSPLIT,$0$/;"	l
 13169  TEXT	./crypto/rc4/rc4_arm.s	/^TEXT ·xorKeyStream(SB),NOSPLIT,$0$/;"	l
 13170  TEXT	./crypto/sha1/sha1block_386.s	/^TEXT ·block(SB),NOSPLIT,$92-16$/;"	l
 13171  TEXT	./crypto/sha1/sha1block_amd64.s	/^TEXT ·block(SB),NOSPLIT,$64-32$/;"	l
 13172  TEXT	./crypto/sha1/sha1block_amd64p32.s	/^TEXT ·block(SB),NOSPLIT,$64-32$/;"	l
 13173  TEXT	./crypto/sha1/sha1block_arm.s	/^TEXT	·block(SB), 0, $352-16$/;"	l
 13174  TEXT	./crypto/sha256/sha256block_386.s	/^TEXT ·block(SB),0,$296-12$/;"	l
 13175  TEXT	./crypto/sha256/sha256block_amd64.s	/^TEXT ·block(SB),0,$264-32$/;"	l
 13176  TEXT	./crypto/sha512/sha512block_amd64.s	/^TEXT ·block(SB),0,$648-32$/;"	l
 13177  TEXT	./debug/gosym/pclinetest.asm	/^TEXT linefrompc(SB),4,$0	\/\/ Each byte stores its line delta$/;"	l
 13178  TEXT	./debug/gosym/pclinetest.asm	/^TEXT main·init(SB),4,$0$/;"	l
 13179  TEXT	./debug/gosym/pclinetest.asm	/^TEXT main·main(SB),4,$0$/;"	l
 13180  TEXT	./debug/gosym/pclinetest.asm	/^TEXT pcfromline(SB),4,$0	\/\/ Each record stores its line delta, then n, then n more bytes$/;"	l
 13181  TEXT	./hash/crc32/crc32_amd64.s	/^TEXT ·castagnoliSSE42(SB),NOSPLIT,$0$/;"	l
 13182  TEXT	./hash/crc32/crc32_amd64.s	/^TEXT ·haveSSE42(SB),NOSPLIT,$0$/;"	l
 13183  TEXT	./hash/crc32/crc32_amd64p32.s	/^TEXT ·castagnoliSSE42(SB),NOSPLIT,$0$/;"	l
 13184  TEXT	./hash/crc32/crc32_amd64p32.s	/^TEXT ·haveSSE42(SB),NOSPLIT,$0$/;"	l
 13185  TEXT	./math/abs_386.s	/^TEXT ·Abs(SB),NOSPLIT,$0$/;"	l
 13186  TEXT	./math/abs_amd64.s	/^TEXT ·Abs(SB),NOSPLIT,$0$/;"	l
 13187  TEXT	./math/abs_arm.s	/^TEXT ·Abs(SB),NOSPLIT,$0$/;"	l
 13188  TEXT	./math/abs_arm64.s	/^TEXT ·Abs(SB),NOSPLIT,$0-16$/;"	l
 13189  TEXT	./math/abs_ppc64x.s	/^TEXT ·Abs(SB),NOSPLIT,$0-16$/;"	l
 13190  TEXT	./math/asin_386.s	/^TEXT ·Acos(SB),NOSPLIT,$0$/;"	l
 13191  TEXT	./math/asin_386.s	/^TEXT ·Asin(SB),NOSPLIT,$0$/;"	l
 13192  TEXT	./math/asin_amd64.s	/^TEXT ·Acos(SB),NOSPLIT,$0$/;"	l
 13193  TEXT	./math/asin_amd64.s	/^TEXT ·Asin(SB),NOSPLIT,$0$/;"	l
 13194  TEXT	./math/asin_arm.s	/^TEXT ·Acos(SB),NOSPLIT,$0$/;"	l
 13195  TEXT	./math/asin_arm.s	/^TEXT ·Asin(SB),NOSPLIT,$0$/;"	l
 13196  TEXT	./math/atan2_386.s	/^TEXT ·Atan2(SB),NOSPLIT,$0$/;"	l
 13197  TEXT	./math/atan2_amd64.s	/^TEXT ·Atan2(SB),NOSPLIT,$0$/;"	l
 13198  TEXT	./math/atan2_arm.s	/^TEXT ·Atan2(SB),NOSPLIT,$0$/;"	l
 13199  TEXT	./math/atan_386.s	/^TEXT ·Atan(SB),NOSPLIT,$0$/;"	l
 13200  TEXT	./math/atan_amd64.s	/^TEXT ·Atan(SB),NOSPLIT,$0$/;"	l
 13201  TEXT	./math/atan_arm.s	/^TEXT ·Atan(SB),NOSPLIT,$0$/;"	l
 13202  TEXT	./math/big/arith_386.s	/^TEXT ·addMulVVW(SB),NOSPLIT,$0$/;"	l
 13203  TEXT	./math/big/arith_386.s	/^TEXT ·addVV(SB),NOSPLIT,$0$/;"	l
 13204  TEXT	./math/big/arith_386.s	/^TEXT ·addVW(SB),NOSPLIT,$0$/;"	l
 13205  TEXT	./math/big/arith_386.s	/^TEXT ·bitLen(SB),NOSPLIT,$0$/;"	l
 13206  TEXT	./math/big/arith_386.s	/^TEXT ·divWVW(SB),NOSPLIT,$0$/;"	l
 13207  TEXT	./math/big/arith_386.s	/^TEXT ·divWW(SB),NOSPLIT,$0$/;"	l
 13208  TEXT	./math/big/arith_386.s	/^TEXT ·mulAddVWW(SB),NOSPLIT,$0$/;"	l
 13209  TEXT	./math/big/arith_386.s	/^TEXT ·mulWW(SB),NOSPLIT,$0$/;"	l
 13210  TEXT	./math/big/arith_386.s	/^TEXT ·shlVU(SB),NOSPLIT,$0$/;"	l
 13211  TEXT	./math/big/arith_386.s	/^TEXT ·shrVU(SB),NOSPLIT,$0$/;"	l
 13212  TEXT	./math/big/arith_386.s	/^TEXT ·subVV(SB),NOSPLIT,$0$/;"	l
 13213  TEXT	./math/big/arith_386.s	/^TEXT ·subVW(SB),NOSPLIT,$0$/;"	l
 13214  TEXT	./math/big/arith_amd64.s	/^TEXT ·addMulVVW(SB),NOSPLIT,$0$/;"	l
 13215  TEXT	./math/big/arith_amd64.s	/^TEXT ·addVV(SB),NOSPLIT,$0$/;"	l
 13216  TEXT	./math/big/arith_amd64.s	/^TEXT ·addVW(SB),NOSPLIT,$0$/;"	l
 13217  TEXT	./math/big/arith_amd64.s	/^TEXT ·bitLen(SB),NOSPLIT,$0$/;"	l
 13218  TEXT	./math/big/arith_amd64.s	/^TEXT ·divWVW(SB),NOSPLIT,$0$/;"	l
 13219  TEXT	./math/big/arith_amd64.s	/^TEXT ·divWW(SB),NOSPLIT,$0$/;"	l
 13220  TEXT	./math/big/arith_amd64.s	/^TEXT ·mulAddVWW(SB),NOSPLIT,$0$/;"	l
 13221  TEXT	./math/big/arith_amd64.s	/^TEXT ·mulWW(SB),NOSPLIT,$0$/;"	l
 13222  TEXT	./math/big/arith_amd64.s	/^TEXT ·shlVU(SB),NOSPLIT,$0$/;"	l
 13223  TEXT	./math/big/arith_amd64.s	/^TEXT ·shrVU(SB),NOSPLIT,$0$/;"	l
 13224  TEXT	./math/big/arith_amd64.s	/^TEXT ·subVV(SB),NOSPLIT,$0$/;"	l
 13225  TEXT	./math/big/arith_amd64.s	/^TEXT ·subVW(SB),NOSPLIT,$0$/;"	l
 13226  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·addMulVVW(SB),NOSPLIT,$0$/;"	l
 13227  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·addVV(SB),NOSPLIT,$0$/;"	l
 13228  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·addVW(SB),NOSPLIT,$0$/;"	l
 13229  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·bitLen(SB),NOSPLIT,$0$/;"	l
 13230  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·divWVW(SB),NOSPLIT,$0$/;"	l
 13231  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·divWW(SB),NOSPLIT,$0$/;"	l
 13232  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·mulAddVWW(SB),NOSPLIT,$0$/;"	l
 13233  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·mulWW(SB),NOSPLIT,$0$/;"	l
 13234  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·shlVU(SB),NOSPLIT,$0$/;"	l
 13235  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·shrVU(SB),NOSPLIT,$0$/;"	l
 13236  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·subVV(SB),NOSPLIT,$0$/;"	l
 13237  TEXT	./math/big/arith_amd64p32.s	/^TEXT ·subVW(SB),NOSPLIT,$0$/;"	l
 13238  TEXT	./math/big/arith_arm.s	/^TEXT ·addMulVVW(SB),NOSPLIT,$0$/;"	l
 13239  TEXT	./math/big/arith_arm.s	/^TEXT ·addVV(SB),NOSPLIT,$0$/;"	l
 13240  TEXT	./math/big/arith_arm.s	/^TEXT ·addVW(SB),NOSPLIT,$0$/;"	l
 13241  TEXT	./math/big/arith_arm.s	/^TEXT ·bitLen(SB),NOSPLIT,$0$/;"	l
 13242  TEXT	./math/big/arith_arm.s	/^TEXT ·divWVW(SB),NOSPLIT,$0$/;"	l
 13243  TEXT	./math/big/arith_arm.s	/^TEXT ·divWW(SB),NOSPLIT,$0$/;"	l
 13244  TEXT	./math/big/arith_arm.s	/^TEXT ·mulAddVWW(SB),NOSPLIT,$0$/;"	l
 13245  TEXT	./math/big/arith_arm.s	/^TEXT ·mulWW(SB),NOSPLIT,$0$/;"	l
 13246  TEXT	./math/big/arith_arm.s	/^TEXT ·shlVU(SB),NOSPLIT,$0$/;"	l
 13247  TEXT	./math/big/arith_arm.s	/^TEXT ·shrVU(SB),NOSPLIT,$0$/;"	l
 13248  TEXT	./math/big/arith_arm.s	/^TEXT ·subVV(SB),NOSPLIT,$0$/;"	l
 13249  TEXT	./math/big/arith_arm.s	/^TEXT ·subVW(SB),NOSPLIT,$0$/;"	l
 13250  TEXT	./math/big/arith_arm64.s	/^TEXT ·addMulVVW(SB),NOSPLIT,$0$/;"	l
 13251  TEXT	./math/big/arith_arm64.s	/^TEXT ·addVV(SB),NOSPLIT,$0$/;"	l
 13252  TEXT	./math/big/arith_arm64.s	/^TEXT ·addVW(SB),NOSPLIT,$0$/;"	l
 13253  TEXT	./math/big/arith_arm64.s	/^TEXT ·bitLen(SB),NOSPLIT,$0$/;"	l
 13254  TEXT	./math/big/arith_arm64.s	/^TEXT ·divWVW(SB),NOSPLIT,$0$/;"	l
 13255  TEXT	./math/big/arith_arm64.s	/^TEXT ·divWW(SB),NOSPLIT,$0$/;"	l
 13256  TEXT	./math/big/arith_arm64.s	/^TEXT ·mulAddVWW(SB),NOSPLIT,$0$/;"	l
 13257  TEXT	./math/big/arith_arm64.s	/^TEXT ·mulWW(SB),NOSPLIT,$0$/;"	l
 13258  TEXT	./math/big/arith_arm64.s	/^TEXT ·shlVU(SB),NOSPLIT,$0$/;"	l
 13259  TEXT	./math/big/arith_arm64.s	/^TEXT ·shrVU(SB),NOSPLIT,$0$/;"	l
 13260  TEXT	./math/big/arith_arm64.s	/^TEXT ·subVV(SB),NOSPLIT,$0$/;"	l
 13261  TEXT	./math/big/arith_arm64.s	/^TEXT ·subVW(SB),NOSPLIT,$0$/;"	l
 13262  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·addMulVVW(SB),NOSPLIT,$0$/;"	l
 13263  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·addVV(SB),NOSPLIT,$0$/;"	l
 13264  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·addVW(SB),NOSPLIT,$0$/;"	l
 13265  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·bitLen(SB),NOSPLIT,$0$/;"	l
 13266  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·divWVW(SB),NOSPLIT,$0$/;"	l
 13267  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·divWW(SB),NOSPLIT,$0$/;"	l
 13268  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·mulAddVWW(SB),NOSPLIT,$0$/;"	l
 13269  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·mulWW(SB),NOSPLIT,$0$/;"	l
 13270  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·shlVU(SB),NOSPLIT,$0$/;"	l
 13271  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·shrVU(SB),NOSPLIT,$0$/;"	l
 13272  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·subVV(SB),NOSPLIT,$0$/;"	l
 13273  TEXT	./math/big/arith_ppc64x.s	/^TEXT ·subVW(SB),NOSPLIT,$0$/;"	l
 13274  TEXT	./math/dim_386.s	/^TEXT ·Dim(SB),NOSPLIT,$0$/;"	l
 13275  TEXT	./math/dim_386.s	/^TEXT ·Max(SB),NOSPLIT,$0$/;"	l
 13276  TEXT	./math/dim_386.s	/^TEXT ·Min(SB),NOSPLIT,$0$/;"	l
 13277  TEXT	./math/dim_amd64.s	/^TEXT ·Dim(SB),NOSPLIT,$0$/;"	l
 13278  TEXT	./math/dim_amd64.s	/^TEXT ·Max(SB),NOSPLIT,$0$/;"	l
 13279  TEXT	./math/dim_amd64.s	/^TEXT ·Min(SB),NOSPLIT,$0$/;"	l
 13280  TEXT	./math/dim_arm.s	/^TEXT ·Dim(SB),NOSPLIT,$0$/;"	l
 13281  TEXT	./math/dim_arm.s	/^TEXT ·Max(SB),NOSPLIT,$0$/;"	l
 13282  TEXT	./math/dim_arm.s	/^TEXT ·Min(SB),NOSPLIT,$0$/;"	l
 13283  TEXT	./math/exp2_386.s	/^TEXT ·Exp2(SB),NOSPLIT,$0$/;"	l
 13284  TEXT	./math/exp2_amd64.s	/^TEXT ·Exp2(SB),NOSPLIT,$0$/;"	l
 13285  TEXT	./math/exp2_arm.s	/^TEXT ·Exp2(SB),NOSPLIT,$0$/;"	l
 13286  TEXT	./math/exp_386.s	/^TEXT ·Exp(SB),NOSPLIT,$0$/;"	l
 13287  TEXT	./math/exp_amd64.s	/^TEXT ·Exp(SB),NOSPLIT,$0$/;"	l
 13288  TEXT	./math/exp_arm.s	/^TEXT ·Exp(SB),NOSPLIT,$0$/;"	l
 13289  TEXT	./math/expm1_386.s	/^TEXT ·Expm1(SB),NOSPLIT,$0$/;"	l
 13290  TEXT	./math/expm1_amd64.s	/^TEXT ·Expm1(SB),NOSPLIT,$0$/;"	l
 13291  TEXT	./math/expm1_arm.s	/^TEXT ·Expm1(SB),NOSPLIT,$0$/;"	l
 13292  TEXT	./math/floor_386.s	/^TEXT ·Ceil(SB),NOSPLIT,$0$/;"	l
 13293  TEXT	./math/floor_386.s	/^TEXT ·Floor(SB),NOSPLIT,$0$/;"	l
 13294  TEXT	./math/floor_386.s	/^TEXT ·Trunc(SB),NOSPLIT,$0$/;"	l
 13295  TEXT	./math/floor_amd64.s	/^TEXT ·Ceil(SB),NOSPLIT,$0$/;"	l
 13296  TEXT	./math/floor_amd64.s	/^TEXT ·Floor(SB),NOSPLIT,$0$/;"	l
 13297  TEXT	./math/floor_amd64.s	/^TEXT ·Trunc(SB),NOSPLIT,$0$/;"	l
 13298  TEXT	./math/floor_arm.s	/^TEXT ·Ceil(SB),NOSPLIT,$0$/;"	l
 13299  TEXT	./math/floor_arm.s	/^TEXT ·Floor(SB),NOSPLIT,$0$/;"	l
 13300  TEXT	./math/floor_arm.s	/^TEXT ·Trunc(SB),NOSPLIT,$0$/;"	l
 13301  TEXT	./math/frexp_386.s	/^TEXT ·Frexp(SB),NOSPLIT,$0$/;"	l
 13302  TEXT	./math/frexp_amd64.s	/^TEXT ·Frexp(SB),NOSPLIT,$0$/;"	l
 13303  TEXT	./math/frexp_arm.s	/^TEXT ·Frexp(SB),NOSPLIT,$0$/;"	l
 13304  TEXT	./math/hypot_386.s	/^TEXT ·Hypot(SB),NOSPLIT,$0$/;"	l
 13305  TEXT	./math/hypot_amd64.s	/^TEXT ·Hypot(SB),NOSPLIT,$0$/;"	l
 13306  TEXT	./math/hypot_arm.s	/^TEXT ·Hypot(SB),NOSPLIT,$0$/;"	l
 13307  TEXT	./math/ldexp_386.s	/^TEXT ·Ldexp(SB),NOSPLIT,$0$/;"	l
 13308  TEXT	./math/ldexp_amd64.s	/^TEXT ·Ldexp(SB),NOSPLIT,$0$/;"	l
 13309  TEXT	./math/ldexp_arm.s	/^TEXT ·Ldexp(SB),NOSPLIT,$0$/;"	l
 13310  TEXT	./math/log10_386.s	/^TEXT ·Log10(SB),NOSPLIT,$0$/;"	l
 13311  TEXT	./math/log10_386.s	/^TEXT ·Log2(SB),NOSPLIT,$0$/;"	l
 13312  TEXT	./math/log10_amd64.s	/^TEXT ·Log10(SB),NOSPLIT,$0$/;"	l
 13313  TEXT	./math/log10_amd64.s	/^TEXT ·Log2(SB),NOSPLIT,$0$/;"	l
 13314  TEXT	./math/log10_arm.s	/^TEXT ·Log10(SB),NOSPLIT,$0$/;"	l
 13315  TEXT	./math/log10_arm.s	/^TEXT ·Log2(SB),NOSPLIT,$0$/;"	l
 13316  TEXT	./math/log1p_386.s	/^TEXT ·Log1p(SB),NOSPLIT,$0$/;"	l
 13317  TEXT	./math/log1p_amd64.s	/^TEXT ·Log1p(SB),NOSPLIT,$0$/;"	l
 13318  TEXT	./math/log1p_arm.s	/^TEXT ·Log1p(SB),NOSPLIT,$0$/;"	l
 13319  TEXT	./math/log_386.s	/^TEXT ·Log(SB),NOSPLIT,$0$/;"	l
 13320  TEXT	./math/log_amd64.s	/^TEXT ·Log(SB),NOSPLIT,$0$/;"	l
 13321  TEXT	./math/log_arm.s	/^TEXT ·Log(SB),NOSPLIT,$0$/;"	l
 13322  TEXT	./math/mod_386.s	/^TEXT ·Mod(SB),NOSPLIT,$0$/;"	l
 13323  TEXT	./math/mod_amd64.s	/^TEXT ·Mod(SB),NOSPLIT,$0$/;"	l
 13324  TEXT	./math/mod_arm.s	/^TEXT ·Mod(SB),NOSPLIT,$0$/;"	l
 13325  TEXT	./math/modf_386.s	/^TEXT ·Modf(SB),NOSPLIT,$0$/;"	l
 13326  TEXT	./math/modf_amd64.s	/^TEXT ·Modf(SB),NOSPLIT,$0$/;"	l
 13327  TEXT	./math/modf_arm.s	/^TEXT ·Modf(SB),NOSPLIT,$0$/;"	l
 13328  TEXT	./math/remainder_386.s	/^TEXT ·Remainder(SB),NOSPLIT,$0$/;"	l
 13329  TEXT	./math/remainder_amd64.s	/^TEXT ·Remainder(SB),NOSPLIT,$0$/;"	l
 13330  TEXT	./math/remainder_arm.s	/^TEXT ·Remainder(SB),NOSPLIT,$0$/;"	l
 13331  TEXT	./math/sin_386.s	/^TEXT ·Cos(SB),NOSPLIT,$0$/;"	l
 13332  TEXT	./math/sin_386.s	/^TEXT ·Sin(SB),NOSPLIT,$0$/;"	l
 13333  TEXT	./math/sin_amd64.s	/^TEXT ·Cos(SB),NOSPLIT,$0$/;"	l
 13334  TEXT	./math/sin_amd64.s	/^TEXT ·Sin(SB),NOSPLIT,$0$/;"	l
 13335  TEXT	./math/sin_arm.s	/^TEXT ·Cos(SB),NOSPLIT,$0$/;"	l
 13336  TEXT	./math/sin_arm.s	/^TEXT ·Sin(SB),NOSPLIT,$0$/;"	l
 13337  TEXT	./math/sincos_386.s	/^TEXT ·Sincos(SB),NOSPLIT,$0$/;"	l
 13338  TEXT	./math/sincos_amd64.s	/^TEXT ·Sincos(SB),NOSPLIT,$0$/;"	l
 13339  TEXT	./math/sincos_arm.s	/^TEXT ·Sincos(SB),NOSPLIT,$0$/;"	l
 13340  TEXT	./math/sqrt_386.s	/^TEXT ·Sqrt(SB),NOSPLIT,$0$/;"	l
 13341  TEXT	./math/sqrt_amd64.s	/^TEXT ·Sqrt(SB),NOSPLIT,$0$/;"	l
 13342  TEXT	./math/sqrt_arm.s	/^TEXT ·Sqrt(SB),NOSPLIT,$0$/;"	l
 13343  TEXT	./math/sqrt_arm64.s	/^TEXT ·Sqrt(SB),NOSPLIT,$0$/;"	l
 13344  TEXT	./math/stubs_arm64.s	/^TEXT ·Acos(SB),NOSPLIT,$0$/;"	l
 13345  TEXT	./math/stubs_arm64.s	/^TEXT ·Asin(SB),NOSPLIT,$0$/;"	l
 13346  TEXT	./math/stubs_arm64.s	/^TEXT ·Atan(SB),NOSPLIT,$0$/;"	l
 13347  TEXT	./math/stubs_arm64.s	/^TEXT ·Atan2(SB),NOSPLIT,$0$/;"	l
 13348  TEXT	./math/stubs_arm64.s	/^TEXT ·Ceil(SB),NOSPLIT,$0$/;"	l
 13349  TEXT	./math/stubs_arm64.s	/^TEXT ·Cos(SB),NOSPLIT,$0$/;"	l
 13350  TEXT	./math/stubs_arm64.s	/^TEXT ·Dim(SB),NOSPLIT,$0$/;"	l
 13351  TEXT	./math/stubs_arm64.s	/^TEXT ·Exp(SB),NOSPLIT,$0$/;"	l
 13352  TEXT	./math/stubs_arm64.s	/^TEXT ·Exp2(SB),NOSPLIT,$0$/;"	l
 13353  TEXT	./math/stubs_arm64.s	/^TEXT ·Expm1(SB),NOSPLIT,$0$/;"	l
 13354  TEXT	./math/stubs_arm64.s	/^TEXT ·Floor(SB),NOSPLIT,$0$/;"	l
 13355  TEXT	./math/stubs_arm64.s	/^TEXT ·Frexp(SB),NOSPLIT,$0$/;"	l
 13356  TEXT	./math/stubs_arm64.s	/^TEXT ·Hypot(SB),NOSPLIT,$0$/;"	l
 13357  TEXT	./math/stubs_arm64.s	/^TEXT ·Ldexp(SB),NOSPLIT,$0$/;"	l
 13358  TEXT	./math/stubs_arm64.s	/^TEXT ·Log(SB),NOSPLIT,$0$/;"	l
 13359  TEXT	./math/stubs_arm64.s	/^TEXT ·Log10(SB),NOSPLIT,$0$/;"	l
 13360  TEXT	./math/stubs_arm64.s	/^TEXT ·Log1p(SB),NOSPLIT,$0$/;"	l
 13361  TEXT	./math/stubs_arm64.s	/^TEXT ·Log2(SB),NOSPLIT,$0$/;"	l
 13362  TEXT	./math/stubs_arm64.s	/^TEXT ·Max(SB),NOSPLIT,$0$/;"	l
 13363  TEXT	./math/stubs_arm64.s	/^TEXT ·Min(SB),NOSPLIT,$0$/;"	l
 13364  TEXT	./math/stubs_arm64.s	/^TEXT ·Mod(SB),NOSPLIT,$0$/;"	l
 13365  TEXT	./math/stubs_arm64.s	/^TEXT ·Modf(SB),NOSPLIT,$0$/;"	l
 13366  TEXT	./math/stubs_arm64.s	/^TEXT ·Remainder(SB),NOSPLIT,$0$/;"	l
 13367  TEXT	./math/stubs_arm64.s	/^TEXT ·Sin(SB),NOSPLIT,$0$/;"	l
 13368  TEXT	./math/stubs_arm64.s	/^TEXT ·Sincos(SB),NOSPLIT,$0$/;"	l
 13369  TEXT	./math/stubs_arm64.s	/^TEXT ·Tan(SB),NOSPLIT,$0$/;"	l
 13370  TEXT	./math/stubs_arm64.s	/^TEXT ·Trunc(SB),NOSPLIT,$0$/;"	l
 13371  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Acos(SB),NOSPLIT,$0$/;"	l
 13372  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Asin(SB),NOSPLIT,$0$/;"	l
 13373  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Atan(SB),NOSPLIT,$0$/;"	l
 13374  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Atan2(SB),NOSPLIT,$0$/;"	l
 13375  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Ceil(SB),NOSPLIT,$0$/;"	l
 13376  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Cos(SB),NOSPLIT,$0$/;"	l
 13377  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Dim(SB),NOSPLIT,$0$/;"	l
 13378  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Exp(SB),NOSPLIT,$0$/;"	l
 13379  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Exp2(SB),NOSPLIT,$0$/;"	l
 13380  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Expm1(SB),NOSPLIT,$0$/;"	l
 13381  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Floor(SB),NOSPLIT,$0$/;"	l
 13382  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Frexp(SB),NOSPLIT,$0$/;"	l
 13383  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Hypot(SB),NOSPLIT,$0$/;"	l
 13384  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Ldexp(SB),NOSPLIT,$0$/;"	l
 13385  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Log(SB),NOSPLIT,$0$/;"	l
 13386  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Log10(SB),NOSPLIT,$0$/;"	l
 13387  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Log1p(SB),NOSPLIT,$0$/;"	l
 13388  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Log2(SB),NOSPLIT,$0$/;"	l
 13389  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Max(SB),NOSPLIT,$0$/;"	l
 13390  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Min(SB),NOSPLIT,$0$/;"	l
 13391  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Mod(SB),NOSPLIT,$0$/;"	l
 13392  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Modf(SB),NOSPLIT,$0$/;"	l
 13393  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Remainder(SB),NOSPLIT,$0$/;"	l
 13394  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Sin(SB),NOSPLIT,$0$/;"	l
 13395  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Sincos(SB),NOSPLIT,$0$/;"	l
 13396  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Sqrt(SB),NOSPLIT,$0$/;"	l
 13397  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Tan(SB),NOSPLIT,$0$/;"	l
 13398  TEXT	./math/stubs_ppc64x.s	/^TEXT ·Trunc(SB),NOSPLIT,$0$/;"	l
 13399  TEXT	./math/tan_386.s	/^TEXT ·Tan(SB),NOSPLIT,$0$/;"	l
 13400  TEXT	./math/tan_amd64.s	/^TEXT ·Tan(SB),NOSPLIT,$0$/;"	l
 13401  TEXT	./math/tan_arm.s	/^TEXT ·Tan(SB),NOSPLIT,$0$/;"	l
 13402  TEXT	./os/signal/sig.s	/^TEXT ·signal_disable(SB),NOSPLIT,$0$/;"	l
 13403  TEXT	./os/signal/sig.s	/^TEXT ·signal_enable(SB),NOSPLIT,$0$/;"	l
 13404  TEXT	./os/signal/sig.s	/^TEXT ·signal_ignore(SB),NOSPLIT,$0$/;"	l
 13405  TEXT	./os/signal/sig.s	/^TEXT ·signal_recv(SB),NOSPLIT,$0$/;"	l
 13406  TEXT	./reflect/asm_386.s	/^TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$8$/;"	l
 13407  TEXT	./reflect/asm_386.s	/^TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$8$/;"	l
 13408  TEXT	./reflect/asm_amd64.s	/^TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$16$/;"	l
 13409  TEXT	./reflect/asm_amd64.s	/^TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$16$/;"	l
 13410  TEXT	./reflect/asm_amd64p32.s	/^TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$8$/;"	l
 13411  TEXT	./reflect/asm_amd64p32.s	/^TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$8$/;"	l
 13412  TEXT	./reflect/asm_arm.s	/^TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$8$/;"	l
 13413  TEXT	./reflect/asm_arm.s	/^TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$8$/;"	l
 13414  TEXT	./reflect/asm_arm64.s	/^TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$24$/;"	l
 13415  TEXT	./reflect/asm_arm64.s	/^TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$24$/;"	l
 13416  TEXT	./reflect/asm_ppc64x.s	/^TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$16$/;"	l
 13417  TEXT	./reflect/asm_ppc64x.s	/^TEXT ·methodValueCall(SB),(NOSPLIT|WRAPPER),$16$/;"	l
 13418  TEXT	./runtime/asm.s	/^TEXT runtime·nop(SB),NOSPLIT,$0-0$/;"	l
 13419  TEXT	./runtime/asm_386.s	/^TEXT NAME(SB), WRAPPER, $MAXSIZE-20;		\\$/;"	l
 13420  TEXT	./runtime/asm_386.s	/^TEXT _cgo_topofstack(SB),NOSPLIT,$0$/;"	l
 13421  TEXT	./runtime/asm_386.s	/^TEXT bytes·Compare(SB),NOSPLIT,$0-28$/;"	l
 13422  TEXT	./runtime/asm_386.s	/^TEXT bytes·Equal(SB),NOSPLIT,$0-25$/;"	l
 13423  TEXT	./runtime/asm_386.s	/^TEXT bytes·IndexByte(SB),NOSPLIT,$0-20$/;"	l
 13424  TEXT	./runtime/asm_386.s	/^TEXT gosave<>(SB),NOSPLIT,$0$/;"	l
 13425  TEXT	./runtime/asm_386.s	/^TEXT reflect·call(SB), NOSPLIT, $0-0$/;"	l
 13426  TEXT	./runtime/asm_386.s	/^TEXT runtime·abort(SB),NOSPLIT,$0-0$/;"	l
 13427  TEXT	./runtime/asm_386.s	/^TEXT runtime·aeshash(SB),NOSPLIT,$0-16$/;"	l
 13428  TEXT	./runtime/asm_386.s	/^TEXT runtime·aeshash32(SB),NOSPLIT,$0-12$/;"	l
 13429  TEXT	./runtime/asm_386.s	/^TEXT runtime·aeshash64(SB),NOSPLIT,$0-12$/;"	l
 13430  TEXT	./runtime/asm_386.s	/^TEXT runtime·aeshashbody(SB),NOSPLIT,$0-0$/;"	l
 13431  TEXT	./runtime/asm_386.s	/^TEXT runtime·aeshashstr(SB),NOSPLIT,$0-12$/;"	l
 13432  TEXT	./runtime/asm_386.s	/^TEXT runtime·asminit(SB),NOSPLIT,$0-0$/;"	l
 13433  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicand8(SB), NOSPLIT, $0-5$/;"	l
 13434  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicload64(SB), NOSPLIT, $0-12$/;"	l
 13435  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicloaduint(SB), NOSPLIT, $0-8$/;"	l
 13436  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $0-8$/;"	l
 13437  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicor8(SB), NOSPLIT, $0-5$/;"	l
 13438  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicstore(SB), NOSPLIT, $0-8$/;"	l
 13439  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicstore64(SB), NOSPLIT, $0-12$/;"	l
 13440  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicstorep1(SB), NOSPLIT, $0-8$/;"	l
 13441  TEXT	./runtime/asm_386.s	/^TEXT runtime·atomicstoreuintptr(SB), NOSPLIT, $0-8$/;"	l
 13442  TEXT	./runtime/asm_386.s	/^TEXT runtime·breakpoint(SB),NOSPLIT,$0-0$/;"	l
 13443  TEXT	./runtime/asm_386.s	/^TEXT runtime·cas(SB), NOSPLIT, $0-13$/;"	l
 13444  TEXT	./runtime/asm_386.s	/^TEXT runtime·cas64(SB), NOSPLIT, $0-21$/;"	l
 13445  TEXT	./runtime/asm_386.s	/^TEXT runtime·casp1(SB), NOSPLIT, $0-13$/;"	l
 13446  TEXT	./runtime/asm_386.s	/^TEXT runtime·casuintptr(SB), NOSPLIT, $0-13$/;"	l
 13447  TEXT	./runtime/asm_386.s	/^TEXT runtime·cgocallback(SB),NOSPLIT,$12-12$/;"	l
 13448  TEXT	./runtime/asm_386.s	/^TEXT runtime·cmpbody(SB),NOSPLIT,$0-0$/;"	l
 13449  TEXT	./runtime/asm_386.s	/^TEXT runtime·cmpstring(SB),NOSPLIT,$0-20$/;"	l
 13450  TEXT	./runtime/asm_386.s	/^TEXT runtime·cputicks(SB),NOSPLIT,$0-8$/;"	l
 13451  TEXT	./runtime/asm_386.s	/^TEXT runtime·emptyfunc(SB),0,$0-0$/;"	l
 13452  TEXT	./runtime/asm_386.s	/^TEXT runtime·eqstring(SB),NOSPLIT,$0-17$/;"	l
 13453  TEXT	./runtime/asm_386.s	/^TEXT runtime·fastrand1(SB), NOSPLIT, $0-4$/;"	l
 13454  TEXT	./runtime/asm_386.s	/^TEXT runtime·getcallerpc(SB),NOSPLIT,$4-8$/;"	l
 13455  TEXT	./runtime/asm_386.s	/^TEXT runtime·getcallersp(SB), NOSPLIT, $0-8$/;"	l
 13456  TEXT	./runtime/asm_386.s	/^TEXT runtime·goexit(SB),NOSPLIT,$0-0$/;"	l
 13457  TEXT	./runtime/asm_386.s	/^TEXT runtime·gogo(SB), NOSPLIT, $0-4$/;"	l
 13458  TEXT	./runtime/asm_386.s	/^TEXT runtime·gosave(SB), NOSPLIT, $0-4$/;"	l
 13459  TEXT	./runtime/asm_386.s	/^TEXT runtime·jmpdefer(SB), NOSPLIT, $0-8$/;"	l
 13460  TEXT	./runtime/asm_386.s	/^TEXT runtime·ldt0setup(SB),NOSPLIT,$16-0$/;"	l
 13461  TEXT	./runtime/asm_386.s	/^TEXT runtime·mcall(SB), NOSPLIT, $0-4$/;"	l
 13462  TEXT	./runtime/asm_386.s	/^TEXT runtime·memeq(SB),NOSPLIT,$0-13$/;"	l
 13463  TEXT	./runtime/asm_386.s	/^TEXT runtime·memeqbody(SB),NOSPLIT,$0-0$/;"	l
 13464  TEXT	./runtime/asm_386.s	/^TEXT runtime·memequal_varlen(SB),NOSPLIT,$0-9$/;"	l
 13465  TEXT	./runtime/asm_386.s	/^TEXT runtime·memhash_varlen(SB),NOSPLIT,$16-12$/;"	l
 13466  TEXT	./runtime/asm_386.s	/^TEXT runtime·morestack(SB),NOSPLIT,$0-0$/;"	l
 13467  TEXT	./runtime/asm_386.s	/^TEXT runtime·morestack_noctxt(SB),NOSPLIT,$0-0$/;"	l
 13468  TEXT	./runtime/asm_386.s	/^TEXT runtime·prefetchnta(SB),NOSPLIT,$0-4$/;"	l
 13469  TEXT	./runtime/asm_386.s	/^TEXT runtime·prefetcht0(SB),NOSPLIT,$0-4$/;"	l
 13470  TEXT	./runtime/asm_386.s	/^TEXT runtime·prefetcht1(SB),NOSPLIT,$0-4$/;"	l
 13471  TEXT	./runtime/asm_386.s	/^TEXT runtime·prefetcht2(SB),NOSPLIT,$0-4$/;"	l
 13472  TEXT	./runtime/asm_386.s	/^TEXT runtime·procyield(SB),NOSPLIT,$0-0$/;"	l
 13473  TEXT	./runtime/asm_386.s	/^TEXT runtime·return0(SB), NOSPLIT, $0$/;"	l
 13474  TEXT	./runtime/asm_386.s	/^TEXT runtime·rt0_go(SB),NOSPLIT,$0$/;"	l
 13475  TEXT	./runtime/asm_386.s	/^TEXT runtime·setcallerpc(SB),NOSPLIT,$4-8$/;"	l
 13476  TEXT	./runtime/asm_386.s	/^TEXT runtime·setg(SB), NOSPLIT, $0-4$/;"	l
 13477  TEXT	./runtime/asm_386.s	/^TEXT runtime·stackBarrier(SB),NOSPLIT,$0$/;"	l
 13478  TEXT	./runtime/asm_386.s	/^TEXT runtime·stackcheck(SB), NOSPLIT, $0-0$/;"	l
 13479  TEXT	./runtime/asm_386.s	/^TEXT runtime·systemstack(SB), NOSPLIT, $0-4$/;"	l
 13480  TEXT	./runtime/asm_386.s	/^TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0$/;"	l
 13481  TEXT	./runtime/asm_386.s	/^TEXT runtime·xadd(SB), NOSPLIT, $0-12$/;"	l
 13482  TEXT	./runtime/asm_386.s	/^TEXT runtime·xchg(SB), NOSPLIT, $0-12$/;"	l
 13483  TEXT	./runtime/asm_386.s	/^TEXT runtime·xchgp1(SB), NOSPLIT, $0-12$/;"	l
 13484  TEXT	./runtime/asm_386.s	/^TEXT runtime·xchguintptr(SB), NOSPLIT, $0-12$/;"	l
 13485  TEXT	./runtime/asm_386.s	/^TEXT setg_gcc<>(SB), NOSPLIT, $0$/;"	l
 13486  TEXT	./runtime/asm_386.s	/^TEXT strings·IndexByte(SB),NOSPLIT,$0-16$/;"	l
 13487  TEXT	./runtime/asm_386.s	/^TEXT ·asmcgocall(SB),NOSPLIT,$0-12$/;"	l
 13488  TEXT	./runtime/asm_386.s	/^TEXT ·cgocallback_gofunc(SB),NOSPLIT,$12-12$/;"	l
 13489  TEXT	./runtime/asm_386.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$0-0$/;"	l
 13490  TEXT	./runtime/asm_386.s	/^TEXT ·reflectcall(SB), NOSPLIT, $0-20$/;"	l
 13491  TEXT	./runtime/asm_amd64.s	/^TEXT NAME(SB), WRAPPER, $MAXSIZE-32;		\\$/;"	l
 13492  TEXT	./runtime/asm_amd64.s	/^TEXT _cgo_topofstack(SB),NOSPLIT,$0$/;"	l
 13493  TEXT	./runtime/asm_amd64.s	/^TEXT bytes·Compare(SB),NOSPLIT,$0-56$/;"	l
 13494  TEXT	./runtime/asm_amd64.s	/^TEXT bytes·Equal(SB),NOSPLIT,$0-49$/;"	l
 13495  TEXT	./runtime/asm_amd64.s	/^TEXT bytes·IndexByte(SB),NOSPLIT,$0-40$/;"	l
 13496  TEXT	./runtime/asm_amd64.s	/^TEXT gosave<>(SB),NOSPLIT,$0$/;"	l
 13497  TEXT	./runtime/asm_amd64.s	/^TEXT reflect·call(SB), NOSPLIT, $0-0$/;"	l
 13498  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·addmoduledata(SB),NOSPLIT,$0-0$/;"	l
 13499  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·aeshash(SB),NOSPLIT,$0-32$/;"	l
 13500  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·aeshash32(SB),NOSPLIT,$0-24$/;"	l
 13501  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·aeshash64(SB),NOSPLIT,$0-24$/;"	l
 13502  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·aeshashbody(SB),NOSPLIT,$0-0$/;"	l
 13503  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·aeshashstr(SB),NOSPLIT,$0-24$/;"	l
 13504  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·asminit(SB),NOSPLIT,$0-0$/;"	l
 13505  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicand8(SB), NOSPLIT, $0-9$/;"	l
 13506  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicloaduint(SB), NOSPLIT, $0-16$/;"	l
 13507  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $0-16$/;"	l
 13508  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicor8(SB), NOSPLIT, $0-9$/;"	l
 13509  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicstore(SB), NOSPLIT, $0-12$/;"	l
 13510  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicstore64(SB), NOSPLIT, $0-16$/;"	l
 13511  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicstorep1(SB), NOSPLIT, $0-16$/;"	l
 13512  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·atomicstoreuintptr(SB), NOSPLIT, $0-16$/;"	l
 13513  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·breakpoint(SB),NOSPLIT,$0-0$/;"	l
 13514  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·cas(SB), NOSPLIT, $0-17$/;"	l
 13515  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·cas64(SB), NOSPLIT, $0-25$/;"	l
 13516  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·casp1(SB), NOSPLIT, $0-25$/;"	l
 13517  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·casuintptr(SB), NOSPLIT, $0-25$/;"	l
 13518  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·cgocallback(SB),NOSPLIT,$24-24$/;"	l
 13519  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·cmpbody(SB),NOSPLIT,$0-0$/;"	l
 13520  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·cmpstring(SB),NOSPLIT,$0-40$/;"	l
 13521  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·cputicks(SB),NOSPLIT,$0-0$/;"	l
 13522  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·eqstring(SB),NOSPLIT,$0-33$/;"	l
 13523  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·fastrand1(SB), NOSPLIT, $0-4$/;"	l
 13524  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·getcallerpc(SB),NOSPLIT,$8-16$/;"	l
 13525  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·getcallersp(SB),NOSPLIT,$0-16$/;"	l
 13526  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·goexit(SB),NOSPLIT,$0-0$/;"	l
 13527  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·gogo(SB), NOSPLIT, $0-8$/;"	l
 13528  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·gosave(SB), NOSPLIT, $0-8$/;"	l
 13529  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·indexbytebody(SB),NOSPLIT,$0$/;"	l
 13530  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·jmpdefer(SB), NOSPLIT, $0-16$/;"	l
 13531  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·mcall(SB), NOSPLIT, $0-8$/;"	l
 13532  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·memeq(SB),NOSPLIT,$0-25$/;"	l
 13533  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·memeqbody(SB),NOSPLIT,$0-0$/;"	l
 13534  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·memequal_varlen(SB),NOSPLIT,$0-17$/;"	l
 13535  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·memhash_varlen(SB),NOSPLIT,$32-24$/;"	l
 13536  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·morestack(SB),NOSPLIT,$0-0$/;"	l
 13537  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·morestack_noctxt(SB),NOSPLIT,$0$/;"	l
 13538  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·prefetchnta(SB),NOSPLIT,$0-8$/;"	l
 13539  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·prefetcht0(SB),NOSPLIT,$0-8$/;"	l
 13540  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·prefetcht1(SB),NOSPLIT,$0-8$/;"	l
 13541  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·prefetcht2(SB),NOSPLIT,$0-8$/;"	l
 13542  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·procyield(SB),NOSPLIT,$0-0$/;"	l
 13543  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·return0(SB), NOSPLIT, $0$/;"	l
 13544  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·rt0_go(SB),NOSPLIT,$0$/;"	l
 13545  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·setcallerpc(SB),NOSPLIT,$8-16$/;"	l
 13546  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·setg(SB), NOSPLIT, $0-8$/;"	l
 13547  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·stackBarrier(SB),NOSPLIT,$0$/;"	l
 13548  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·stackcheck(SB), NOSPLIT, $0-0$/;"	l
 13549  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·systemstack(SB), NOSPLIT, $0-8$/;"	l
 13550  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0$/;"	l
 13551  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xadd(SB), NOSPLIT, $0-20$/;"	l
 13552  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xadd64(SB), NOSPLIT, $0-24$/;"	l
 13553  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xadduintptr(SB), NOSPLIT, $0-24$/;"	l
 13554  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xchg(SB), NOSPLIT, $0-20$/;"	l
 13555  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xchg64(SB), NOSPLIT, $0-24$/;"	l
 13556  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xchgp1(SB), NOSPLIT, $0-24$/;"	l
 13557  TEXT	./runtime/asm_amd64.s	/^TEXT runtime·xchguintptr(SB), NOSPLIT, $0-24$/;"	l
 13558  TEXT	./runtime/asm_amd64.s	/^TEXT setg_gcc<>(SB),NOSPLIT,$0$/;"	l
 13559  TEXT	./runtime/asm_amd64.s	/^TEXT strings·IndexByte(SB),NOSPLIT,$0-32$/;"	l
 13560  TEXT	./runtime/asm_amd64.s	/^TEXT ·asmcgocall(SB),NOSPLIT,$0-20$/;"	l
 13561  TEXT	./runtime/asm_amd64.s	/^TEXT ·cgocallback_gofunc(SB),NOSPLIT,$8-24$/;"	l
 13562  TEXT	./runtime/asm_amd64.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$0-0$/;"	l
 13563  TEXT	./runtime/asm_amd64.s	/^TEXT ·reflectcall(SB), NOSPLIT, $0-32$/;"	l
 13564  TEXT	./runtime/asm_amd64p32.s	/^TEXT NAME(SB), WRAPPER, $MAXSIZE-20;		\\$/;"	l
 13565  TEXT	./runtime/asm_amd64p32.s	/^TEXT bytes·Compare(SB),NOSPLIT,$0-28$/;"	l
 13566  TEXT	./runtime/asm_amd64p32.s	/^TEXT bytes·Equal(SB),NOSPLIT,$0-25$/;"	l
 13567  TEXT	./runtime/asm_amd64p32.s	/^TEXT bytes·IndexByte(SB),NOSPLIT,$0-20$/;"	l
 13568  TEXT	./runtime/asm_amd64p32.s	/^TEXT reflect·call(SB), NOSPLIT, $0-0$/;"	l
 13569  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·aeshash(SB),NOSPLIT,$0-20$/;"	l
 13570  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·aeshash32(SB),NOSPLIT,$0-20$/;"	l
 13571  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·aeshash64(SB),NOSPLIT,$0-20$/;"	l
 13572  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·aeshashstr(SB),NOSPLIT,$0-20$/;"	l
 13573  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·asmcgocall(SB),NOSPLIT,$0-12$/;"	l
 13574  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·asminit(SB),NOSPLIT,$0-0$/;"	l
 13575  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicand8(SB), NOSPLIT, $0-5$/;"	l
 13576  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicloaduint(SB), NOSPLIT, $0-12$/;"	l
 13577  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $0-12$/;"	l
 13578  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicor8(SB), NOSPLIT, $0-5$/;"	l
 13579  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicstore(SB), NOSPLIT, $0-8$/;"	l
 13580  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicstore64(SB), NOSPLIT, $0-16$/;"	l
 13581  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicstorep1(SB), NOSPLIT, $0-8$/;"	l
 13582  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·atomicstoreuintptr(SB), NOSPLIT, $0-12$/;"	l
 13583  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·breakpoint(SB),NOSPLIT,$0-0$/;"	l
 13584  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·cas(SB), NOSPLIT, $0-17$/;"	l
 13585  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·cas64(SB), NOSPLIT, $0-25$/;"	l
 13586  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·casp1(SB), NOSPLIT, $0-17$/;"	l
 13587  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·casuintptr(SB), NOSPLIT, $0-17$/;"	l
 13588  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·cgocallback(SB),NOSPLIT,$0-12$/;"	l
 13589  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·cmpbody(SB),NOSPLIT,$0-0$/;"	l
 13590  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·cmpstring(SB),NOSPLIT,$0-20$/;"	l
 13591  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·cputicks(SB),NOSPLIT,$0-0$/;"	l
 13592  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·eqstring(SB),NOSPLIT,$0-17$/;"	l
 13593  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·fastrand1(SB), NOSPLIT, $0-4$/;"	l
 13594  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·getcallerpc(SB),NOSPLIT,$8-12$/;"	l
 13595  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·getcallersp(SB),NOSPLIT,$0-12$/;"	l
 13596  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·goexit(SB),NOSPLIT,$0-0$/;"	l
 13597  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·gogo(SB), NOSPLIT, $0-4$/;"	l
 13598  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·gosave(SB), NOSPLIT, $0-4$/;"	l
 13599  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·indexbytebody(SB),NOSPLIT,$0$/;"	l
 13600  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·jmpdefer(SB), NOSPLIT, $0-8$/;"	l
 13601  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·mcall(SB), NOSPLIT, $0-4$/;"	l
 13602  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·memclr(SB),NOSPLIT,$0-8$/;"	l
 13603  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·memeq(SB),NOSPLIT,$0-17$/;"	l
 13604  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·memeqbody(SB),NOSPLIT,$0-0$/;"	l
 13605  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·memequal_varlen(SB),NOSPLIT,$0-9$/;"	l
 13606  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·memhash_varlen(SB),NOSPLIT,$24-12$/;"	l
 13607  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·morestack(SB),NOSPLIT,$0-0$/;"	l
 13608  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·morestack_noctxt(SB),NOSPLIT,$0$/;"	l
 13609  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·prefetchnta(SB),NOSPLIT,$0-4$/;"	l
 13610  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·prefetcht0(SB),NOSPLIT,$0-4$/;"	l
 13611  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·prefetcht1(SB),NOSPLIT,$0-4$/;"	l
 13612  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·prefetcht2(SB),NOSPLIT,$0-4$/;"	l
 13613  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·procyield(SB),NOSPLIT,$0-0$/;"	l
 13614  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·return0(SB), NOSPLIT, $0$/;"	l
 13615  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·rt0_go(SB),NOSPLIT,$0$/;"	l
 13616  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·setcallerpc(SB),NOSPLIT,$8-8$/;"	l
 13617  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·setg(SB), NOSPLIT, $0-4$/;"	l
 13618  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·stackBarrier(SB),NOSPLIT,$0$/;"	l
 13619  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·stackcheck(SB), NOSPLIT, $0-0$/;"	l
 13620  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·systemstack(SB), NOSPLIT, $0-4$/;"	l
 13621  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0$/;"	l
 13622  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xadd(SB), NOSPLIT, $0-12$/;"	l
 13623  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xadd64(SB), NOSPLIT, $0-24$/;"	l
 13624  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xadduintptr(SB), NOSPLIT, $0-12$/;"	l
 13625  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xchg(SB), NOSPLIT, $0-12$/;"	l
 13626  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xchg64(SB), NOSPLIT, $0-24$/;"	l
 13627  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xchgp1(SB), NOSPLIT, $0-12$/;"	l
 13628  TEXT	./runtime/asm_amd64p32.s	/^TEXT runtime·xchguintptr(SB), NOSPLIT, $0-12$/;"	l
 13629  TEXT	./runtime/asm_amd64p32.s	/^TEXT strings·IndexByte(SB),NOSPLIT,$0-20$/;"	l
 13630  TEXT	./runtime/asm_amd64p32.s	/^TEXT ·cgocallback_gofunc(SB),NOSPLIT,$0-12$/;"	l
 13631  TEXT	./runtime/asm_amd64p32.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$0-0$/;"	l
 13632  TEXT	./runtime/asm_amd64p32.s	/^TEXT ·reflectcall(SB), NOSPLIT, $0-20$/;"	l
 13633  TEXT	./runtime/asm_arm.s	/^TEXT	·cgocallback_gofunc(SB),NOSPLIT,$8-12$/;"	l
 13634  TEXT	./runtime/asm_arm.s	/^TEXT NAME(SB), WRAPPER, $MAXSIZE-20;		\\$/;"	l
 13635  TEXT	./runtime/asm_arm.s	/^TEXT _cgo_topofstack(SB),NOSPLIT,$8$/;"	l
 13636  TEXT	./runtime/asm_arm.s	/^TEXT bytes·Compare(SB),NOSPLIT,$-4-28$/;"	l
 13637  TEXT	./runtime/asm_arm.s	/^TEXT bytes·Equal(SB),NOSPLIT,$0-25$/;"	l
 13638  TEXT	./runtime/asm_arm.s	/^TEXT bytes·IndexByte(SB),NOSPLIT,$0-20$/;"	l
 13639  TEXT	./runtime/asm_arm.s	/^TEXT gosave<>(SB),NOSPLIT,$0$/;"	l
 13640  TEXT	./runtime/asm_arm.s	/^TEXT reflect·call(SB), NOSPLIT, $0-0$/;"	l
 13641  TEXT	./runtime/asm_arm.s	/^TEXT runtime·abort(SB),NOSPLIT,$-4-0$/;"	l
 13642  TEXT	./runtime/asm_arm.s	/^TEXT runtime·aeshash(SB),NOSPLIT,$-4-0$/;"	l
 13643  TEXT	./runtime/asm_arm.s	/^TEXT runtime·aeshash32(SB),NOSPLIT,$-4-0$/;"	l
 13644  TEXT	./runtime/asm_arm.s	/^TEXT runtime·aeshash64(SB),NOSPLIT,$-4-0$/;"	l
 13645  TEXT	./runtime/asm_arm.s	/^TEXT runtime·aeshashstr(SB),NOSPLIT,$-4-0$/;"	l
 13646  TEXT	./runtime/asm_arm.s	/^TEXT runtime·armPublicationBarrier(SB),NOSPLIT,$-4-0$/;"	l
 13647  TEXT	./runtime/asm_arm.s	/^TEXT runtime·armcas(SB),NOSPLIT,$0-13$/;"	l
 13648  TEXT	./runtime/asm_arm.s	/^TEXT runtime·asminit(SB),NOSPLIT,$0-0$/;"	l
 13649  TEXT	./runtime/asm_arm.s	/^TEXT runtime·atomicloaduint(SB),NOSPLIT,$0-8$/;"	l
 13650  TEXT	./runtime/asm_arm.s	/^TEXT runtime·atomicloaduintptr(SB),NOSPLIT,$0-8$/;"	l
 13651  TEXT	./runtime/asm_arm.s	/^TEXT runtime·atomicstoreuintptr(SB),NOSPLIT,$0-8$/;"	l
 13652  TEXT	./runtime/asm_arm.s	/^TEXT runtime·breakpoint(SB),NOSPLIT,$0-0$/;"	l
 13653  TEXT	./runtime/asm_arm.s	/^TEXT runtime·casuintptr(SB),NOSPLIT,$0-13$/;"	l
 13654  TEXT	./runtime/asm_arm.s	/^TEXT runtime·cgocallback(SB),NOSPLIT,$12-12$/;"	l
 13655  TEXT	./runtime/asm_arm.s	/^TEXT runtime·cmpbody(SB),NOSPLIT,$-4-0$/;"	l
 13656  TEXT	./runtime/asm_arm.s	/^TEXT runtime·cmpstring(SB),NOSPLIT,$-4-20$/;"	l
 13657  TEXT	./runtime/asm_arm.s	/^TEXT runtime·emptyfunc(SB),0,$0-0$/;"	l
 13658  TEXT	./runtime/asm_arm.s	/^TEXT runtime·eqstring(SB),NOSPLIT,$-4-17$/;"	l
 13659  TEXT	./runtime/asm_arm.s	/^TEXT runtime·fastrand1(SB),NOSPLIT,$-4-4$/;"	l
 13660  TEXT	./runtime/asm_arm.s	/^TEXT runtime·getcallerpc(SB),NOSPLIT,$4-8$/;"	l
 13661  TEXT	./runtime/asm_arm.s	/^TEXT runtime·getcallersp(SB),NOSPLIT,$-4-8$/;"	l
 13662  TEXT	./runtime/asm_arm.s	/^TEXT runtime·goexit(SB),NOSPLIT,$-4-0$/;"	l
 13663  TEXT	./runtime/asm_arm.s	/^TEXT runtime·gogo(SB),NOSPLIT,$-4-4$/;"	l
 13664  TEXT	./runtime/asm_arm.s	/^TEXT runtime·gosave(SB),NOSPLIT,$-4-4$/;"	l
 13665  TEXT	./runtime/asm_arm.s	/^TEXT runtime·jmpdefer(SB),NOSPLIT,$0-8$/;"	l
 13666  TEXT	./runtime/asm_arm.s	/^TEXT runtime·mcall(SB),NOSPLIT,$-4-4$/;"	l
 13667  TEXT	./runtime/asm_arm.s	/^TEXT runtime·memeq(SB),NOSPLIT,$-4-13$/;"	l
 13668  TEXT	./runtime/asm_arm.s	/^TEXT runtime·memequal_varlen(SB),NOSPLIT,$16-9$/;"	l
 13669  TEXT	./runtime/asm_arm.s	/^TEXT runtime·memhash_varlen(SB),NOSPLIT,$16-12$/;"	l
 13670  TEXT	./runtime/asm_arm.s	/^TEXT runtime·morestack(SB),NOSPLIT,$-4-0$/;"	l
 13671  TEXT	./runtime/asm_arm.s	/^TEXT runtime·morestack_noctxt(SB),NOSPLIT,$-4-0$/;"	l
 13672  TEXT	./runtime/asm_arm.s	/^TEXT runtime·prefetchnta(SB),NOSPLIT,$0-4$/;"	l
 13673  TEXT	./runtime/asm_arm.s	/^TEXT runtime·prefetcht0(SB),NOSPLIT,$0-4$/;"	l
 13674  TEXT	./runtime/asm_arm.s	/^TEXT runtime·prefetcht1(SB),NOSPLIT,$0-4$/;"	l
 13675  TEXT	./runtime/asm_arm.s	/^TEXT runtime·prefetcht2(SB),NOSPLIT,$0-4$/;"	l
 13676  TEXT	./runtime/asm_arm.s	/^TEXT runtime·procyield(SB),NOSPLIT,$-4$/;"	l
 13677  TEXT	./runtime/asm_arm.s	/^TEXT runtime·return0(SB),NOSPLIT,$0$/;"	l
 13678  TEXT	./runtime/asm_arm.s	/^TEXT runtime·rt0_go(SB),NOSPLIT,$-4$/;"	l
 13679  TEXT	./runtime/asm_arm.s	/^TEXT runtime·setcallerpc(SB),NOSPLIT,$4-8$/;"	l
 13680  TEXT	./runtime/asm_arm.s	/^TEXT runtime·setg(SB),NOSPLIT,$-4-4$/;"	l
 13681  TEXT	./runtime/asm_arm.s	/^TEXT runtime·stackBarrier(SB),NOSPLIT,$0$/;"	l
 13682  TEXT	./runtime/asm_arm.s	/^TEXT runtime·systemstack(SB),NOSPLIT,$0-4$/;"	l
 13683  TEXT	./runtime/asm_arm.s	/^TEXT runtime·systemstack_switch(SB),NOSPLIT,$0-0$/;"	l
 13684  TEXT	./runtime/asm_arm.s	/^TEXT runtime·usplit(SB),NOSPLIT,$0-12$/;"	l
 13685  TEXT	./runtime/asm_arm.s	/^TEXT runtime·usplitR0(SB),NOSPLIT,$0$/;"	l
 13686  TEXT	./runtime/asm_arm.s	/^TEXT setg<>(SB),NOSPLIT,$-4-0$/;"	l
 13687  TEXT	./runtime/asm_arm.s	/^TEXT strings·IndexByte(SB),NOSPLIT,$0-16$/;"	l
 13688  TEXT	./runtime/asm_arm.s	/^TEXT ·asmcgocall(SB),NOSPLIT,$0-12$/;"	l
 13689  TEXT	./runtime/asm_arm.s	/^TEXT ·reflectcall(SB),NOSPLIT,$-4-20$/;"	l
 13690  TEXT	./runtime/asm_arm64.s	/^TEXT NAME(SB), WRAPPER, $MAXSIZE-24;		\\$/;"	l
 13691  TEXT	./runtime/asm_arm64.s	/^TEXT _cgo_topofstack(SB),NOSPLIT,$24$/;"	l
 13692  TEXT	./runtime/asm_arm64.s	/^TEXT bytes·Compare(SB),NOSPLIT,$-4-56$/;"	l
 13693  TEXT	./runtime/asm_arm64.s	/^TEXT bytes·Equal(SB),NOSPLIT,$0-49$/;"	l
 13694  TEXT	./runtime/asm_arm64.s	/^TEXT bytes·IndexByte(SB),NOSPLIT,$0-40$/;"	l
 13695  TEXT	./runtime/asm_arm64.s	/^TEXT gosave<>(SB),NOSPLIT,$-8$/;"	l
 13696  TEXT	./runtime/asm_arm64.s	/^TEXT reflect·call(SB), NOSPLIT, $0-0$/;"	l
 13697  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·abort(SB),NOSPLIT,$-8-0$/;"	l
 13698  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·aeshash(SB),NOSPLIT,$-8-0$/;"	l
 13699  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·aeshash32(SB),NOSPLIT,$-8-0$/;"	l
 13700  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·aeshash64(SB),NOSPLIT,$-8-0$/;"	l
 13701  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·aeshashstr(SB),NOSPLIT,$-8-0$/;"	l
 13702  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·asminit(SB),NOSPLIT,$-8-0$/;"	l
 13703  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·atomicloaduint(SB), NOSPLIT, $-8-16$/;"	l
 13704  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $-8-16$/;"	l
 13705  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·atomicstoreuintptr(SB), NOSPLIT, $0-16$/;"	l
 13706  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·breakpoint(SB),NOSPLIT,$-8-0$/;"	l
 13707  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·cas(SB), NOSPLIT, $0-17$/;"	l
 13708  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·casp1(SB), NOSPLIT, $0-25$/;"	l
 13709  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·casuintptr(SB), NOSPLIT, $0-25$/;"	l
 13710  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·cgocallback(SB),NOSPLIT,$24-24$/;"	l
 13711  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·cmpbody<>(SB),NOSPLIT,$-4-0$/;"	l
 13712  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·cmpstring(SB),NOSPLIT,$-4-40$/;"	l
 13713  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·eqstring(SB),NOSPLIT,$0-33$/;"	l
 13714  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·fastrand1(SB),NOSPLIT,$-8-4$/;"	l
 13715  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·getcallerpc(SB),NOSPLIT,$8-16$/;"	l
 13716  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·getcallersp(SB),NOSPLIT,$0-16$/;"	l
 13717  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·goexit(SB),NOSPLIT,$-8-0$/;"	l
 13718  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·gogo(SB), NOSPLIT, $-8-8$/;"	l
 13719  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·gosave(SB), NOSPLIT, $-8-8$/;"	l
 13720  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·jmpdefer(SB), NOSPLIT, $-8-16$/;"	l
 13721  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·mcall(SB), NOSPLIT, $-8-8$/;"	l
 13722  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·memeq(SB),NOSPLIT,$-8-25$/;"	l
 13723  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·memequal_varlen(SB),NOSPLIT,$40-17$/;"	l
 13724  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·memhash_varlen(SB),NOSPLIT,$40-24$/;"	l
 13725  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·morestack(SB),NOSPLIT,$-8-0$/;"	l
 13726  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·morestack_noctxt(SB),NOSPLIT,$-4-0$/;"	l
 13727  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·prefetchnta(SB),NOSPLIT,$0-8$/;"	l
 13728  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·prefetcht0(SB),NOSPLIT,$0-8$/;"	l
 13729  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·prefetcht1(SB),NOSPLIT,$0-8$/;"	l
 13730  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·prefetcht2(SB),NOSPLIT,$0-8$/;"	l
 13731  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·procyield(SB),NOSPLIT,$0-0$/;"	l
 13732  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·reginit(SB),NOSPLIT,$-8-0$/;"	l
 13733  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·return0(SB), NOSPLIT, $0$/;"	l
 13734  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·rt0_go(SB),NOSPLIT,$0$/;"	l
 13735  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·setcallerpc(SB),NOSPLIT,$8-16$/;"	l
 13736  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·setg(SB), NOSPLIT, $0-8$/;"	l
 13737  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·stackBarrier(SB),NOSPLIT,$0$/;"	l
 13738  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·systemstack(SB), NOSPLIT, $0-8$/;"	l
 13739  TEXT	./runtime/asm_arm64.s	/^TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0$/;"	l
 13740  TEXT	./runtime/asm_arm64.s	/^TEXT setg_gcc<>(SB),NOSPLIT,$8$/;"	l
 13741  TEXT	./runtime/asm_arm64.s	/^TEXT strings·IndexByte(SB),NOSPLIT,$0-32$/;"	l
 13742  TEXT	./runtime/asm_arm64.s	/^TEXT ·asmcgocall(SB),NOSPLIT,$0-20$/;"	l
 13743  TEXT	./runtime/asm_arm64.s	/^TEXT ·cgocallback_gofunc(SB),NOSPLIT,$24-24$/;"	l
 13744  TEXT	./runtime/asm_arm64.s	/^TEXT ·reflectcall(SB), NOSPLIT, $-8-32$/;"	l
 13745  TEXT	./runtime/asm_ppc64x.s	/^TEXT NAME(SB), WRAPPER, $MAXSIZE-24;		\\$/;"	l
 13746  TEXT	./runtime/asm_ppc64x.s	/^TEXT _cgo_reginit(SB),NOSPLIT,$-8-0$/;"	l
 13747  TEXT	./runtime/asm_ppc64x.s	/^TEXT _cgo_topofstack(SB),NOSPLIT,$-8$/;"	l
 13748  TEXT	./runtime/asm_ppc64x.s	/^TEXT bytes·Equal(SB),NOSPLIT,$0-49$/;"	l
 13749  TEXT	./runtime/asm_ppc64x.s	/^TEXT bytes·IndexByte(SB),NOSPLIT,$0-40$/;"	l
 13750  TEXT	./runtime/asm_ppc64x.s	/^TEXT gosave<>(SB),NOSPLIT,$-8$/;"	l
 13751  TEXT	./runtime/asm_ppc64x.s	/^TEXT reflect·call(SB), NOSPLIT, $0-0$/;"	l
 13752  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·abort(SB),NOSPLIT,$-8-0$/;"	l
 13753  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·aeshash(SB),NOSPLIT,$-8-0$/;"	l
 13754  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·aeshash32(SB),NOSPLIT,$-8-0$/;"	l
 13755  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·aeshash64(SB),NOSPLIT,$-8-0$/;"	l
 13756  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·aeshashstr(SB),NOSPLIT,$-8-0$/;"	l
 13757  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·asminit(SB),NOSPLIT,$-8-0$/;"	l
 13758  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicand8(SB), NOSPLIT, $0-9$/;"	l
 13759  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicloaduint(SB), NOSPLIT, $-8-16$/;"	l
 13760  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicloaduintptr(SB), NOSPLIT, $-8-16$/;"	l
 13761  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicor8(SB), NOSPLIT, $0-9$/;"	l
 13762  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicstore(SB), NOSPLIT, $0-12$/;"	l
 13763  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicstore64(SB), NOSPLIT, $0-16$/;"	l
 13764  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicstorep1(SB), NOSPLIT, $0-16$/;"	l
 13765  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·atomicstoreuintptr(SB), NOSPLIT, $0-16$/;"	l
 13766  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·breakpoint(SB),NOSPLIT,$-8-0$/;"	l
 13767  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·cas(SB), NOSPLIT, $0-17$/;"	l
 13768  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·cas64(SB), NOSPLIT, $0-25$/;"	l
 13769  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·casp1(SB), NOSPLIT, $0-25$/;"	l
 13770  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·casuintptr(SB), NOSPLIT, $0-25$/;"	l
 13771  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·cgocallback(SB),NOSPLIT,$24-24$/;"	l
 13772  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·cputicks(SB),NOSPLIT,$0-8$/;"	l
 13773  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·eqstring(SB),NOSPLIT,$0-33$/;"	l
 13774  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·fastrand1(SB), NOSPLIT, $0-4$/;"	l
 13775  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·getcallerpc(SB),NOSPLIT,$8-16$/;"	l
 13776  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·getcallersp(SB),NOSPLIT,$0-16$/;"	l
 13777  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·goexit(SB),NOSPLIT,$-8-0$/;"	l
 13778  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·gogo(SB), NOSPLIT, $-8-8$/;"	l
 13779  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·gosave(SB), NOSPLIT, $-8-8$/;"	l
 13780  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·jmpdefer(SB), NOSPLIT, $-8-16$/;"	l
 13781  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·mcall(SB), NOSPLIT, $-8-8$/;"	l
 13782  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·memeq(SB),NOSPLIT,$-8-25$/;"	l
 13783  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·memequal_varlen(SB),NOSPLIT,$40-17$/;"	l
 13784  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·memhash_varlen(SB),NOSPLIT,$40-24$/;"	l
 13785  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·morestack(SB),NOSPLIT,$-8-0$/;"	l
 13786  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·morestack_noctxt(SB),NOSPLIT,$-8-0$/;"	l
 13787  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·prefetchnta(SB),NOSPLIT,$0-8$/;"	l
 13788  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·prefetcht0(SB),NOSPLIT,$0-8$/;"	l
 13789  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·prefetcht1(SB),NOSPLIT,$0-8$/;"	l
 13790  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·prefetcht2(SB),NOSPLIT,$0-8$/;"	l
 13791  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·procyield(SB),NOSPLIT,$0-0$/;"	l
 13792  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·reginit(SB),NOSPLIT,$-8-0$/;"	l
 13793  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·return0(SB), NOSPLIT, $0$/;"	l
 13794  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·rt0_go(SB),NOSPLIT,$0$/;"	l
 13795  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·setcallerpc(SB),NOSPLIT,$8-16$/;"	l
 13796  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·setg(SB), NOSPLIT, $0-8$/;"	l
 13797  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·stackBarrier(SB),NOSPLIT,$0$/;"	l
 13798  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·systemstack(SB), NOSPLIT, $0-8$/;"	l
 13799  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0$/;"	l
 13800  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·xadd(SB), NOSPLIT, $0-20$/;"	l
 13801  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·xadd64(SB), NOSPLIT, $0-24$/;"	l
 13802  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·xchg(SB), NOSPLIT, $0-20$/;"	l
 13803  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·xchg64(SB), NOSPLIT, $0-24$/;"	l
 13804  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·xchgp1(SB), NOSPLIT, $0-24$/;"	l
 13805  TEXT	./runtime/asm_ppc64x.s	/^TEXT runtime·xchguintptr(SB), NOSPLIT, $0-24$/;"	l
 13806  TEXT	./runtime/asm_ppc64x.s	/^TEXT setg_gcc<>(SB),NOSPLIT,$-8-0$/;"	l
 13807  TEXT	./runtime/asm_ppc64x.s	/^TEXT strings·IndexByte(SB),NOSPLIT,$0-32$/;"	l
 13808  TEXT	./runtime/asm_ppc64x.s	/^TEXT ·asmcgocall(SB),NOSPLIT,$0-20$/;"	l
 13809  TEXT	./runtime/asm_ppc64x.s	/^TEXT ·cgocallback_gofunc(SB),NOSPLIT,$16-24$/;"	l
 13810  TEXT	./runtime/asm_ppc64x.s	/^TEXT ·reflectcall(SB), NOSPLIT, $-8-32$/;"	l
 13811  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·atomicstore(SB), NOSPLIT, $0-12$/;"	l
 13812  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·atomicstore64(SB), NOSPLIT, $0-16$/;"	l
 13813  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·atomicstorep1(SB), NOSPLIT, $0-16$/;"	l
 13814  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·cas64(SB), NOSPLIT, $0-25$/;"	l
 13815  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·xadd(SB), NOSPLIT, $0-20$/;"	l
 13816  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·xadd64(SB), NOSPLIT, $0-24$/;"	l
 13817  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·xchg(SB), NOSPLIT, $0-20$/;"	l
 13818  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·xchg64(SB), NOSPLIT, $0-24$/;"	l
 13819  TEXT	./runtime/atomic_arm64.s	/^TEXT runtime·xchguintptr(SB), NOSPLIT, $0-24$/;"	l
 13820  TEXT	./runtime/atomic_arm64.s	/^TEXT ·atomicload(SB),NOSPLIT,$-8-12$/;"	l
 13821  TEXT	./runtime/atomic_arm64.s	/^TEXT ·atomicload64(SB),NOSPLIT,$-8-16$/;"	l
 13822  TEXT	./runtime/atomic_arm64.s	/^TEXT ·atomicloadp(SB),NOSPLIT,$-8-16$/;"	l
 13823  TEXT	./runtime/atomic_arm64.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-8-0$/;"	l
 13824  TEXT	./runtime/atomic_ppc64x.s	/^TEXT ·atomicload(SB),NOSPLIT,$-8-12$/;"	l
 13825  TEXT	./runtime/atomic_ppc64x.s	/^TEXT ·atomicload64(SB),NOSPLIT,$-8-16$/;"	l
 13826  TEXT	./runtime/atomic_ppc64x.s	/^TEXT ·atomicloadp(SB),NOSPLIT,$-8-16$/;"	l
 13827  TEXT	./runtime/atomic_ppc64x.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-8-0$/;"	l
 13828  TEXT	./runtime/cgo/asm_386.s	/^TEXT crosscall2(SB),NOSPLIT,$0$/;"	l
 13829  TEXT	./runtime/cgo/asm_amd64.s	/^TEXT crosscall2(SB),NOSPLIT,$0$/;"	l
 13830  TEXT	./runtime/cgo/asm_arm.s	/^TEXT crosscall2(SB),NOSPLIT,$-4$/;"	l
 13831  TEXT	./runtime/cgo/asm_arm64.s	/^TEXT crosscall2(SB),NOSPLIT,$-8$/;"	l
 13832  TEXT	./runtime/cgo/asm_nacl_amd64p32.s	/^TEXT crosscall2(SB),NOSPLIT,$0$/;"	l
 13833  TEXT	./runtime/cgo/asm_ppc64x.s	/^TEXT crosscall2(SB),NOSPLIT,$-8$/;"	l
 13834  TEXT	./runtime/cgo/asm_ppc64x.s	/^TEXT restoreregs2<>(SB),NOSPLIT,$-8$/;"	l
 13835  TEXT	./runtime/cgo/asm_ppc64x.s	/^TEXT saveregs2<>(SB),NOSPLIT,$-8$/;"	l
 13836  TEXT	./runtime/cgo/signal_darwin_arm.s	/^TEXT ·panicmem(SB),NOSPLIT,$-4$/;"	l
 13837  TEXT	./runtime/cgo/signal_darwin_arm64.s	/^TEXT ·panicmem(SB),NOSPLIT,$-8$/;"	l
 13838  TEXT	./runtime/debug/stubs.s	/^TEXT ·setGCPercent(SB),NOSPLIT,$0-0$/;"	l
 13839  TEXT	./runtime/debug/stubs.s	/^TEXT ·setMaxStack(SB),NOSPLIT,$0-0$/;"	l
 13840  TEXT	./runtime/debug/stubs.s	/^TEXT ·setMaxThreads(SB),NOSPLIT,$0-0$/;"	l
 13841  TEXT	./runtime/debug/stubs.s	/^TEXT ·setPanicOnFault(SB),NOSPLIT,$0-0$/;"	l
 13842  TEXT	./runtime/duff_386.s	/^TEXT runtime·duffcopy(SB), NOSPLIT, $0-0$/;"	l
 13843  TEXT	./runtime/duff_386.s	/^TEXT runtime·duffzero(SB), NOSPLIT, $0-0$/;"	l
 13844  TEXT	./runtime/duff_amd64.s	/^TEXT runtime·duffcopy(SB), NOSPLIT, $0-0$/;"	l
 13845  TEXT	./runtime/duff_amd64.s	/^TEXT runtime·duffzero(SB), NOSPLIT, $0-0$/;"	l
 13846  TEXT	./runtime/duff_arm.s	/^TEXT runtime·duffcopy(SB), NOSPLIT, $0-0$/;"	l
 13847  TEXT	./runtime/duff_arm.s	/^TEXT runtime·duffzero(SB), NOSPLIT, $0-0$/;"	l
 13848  TEXT	./runtime/duff_arm64.s	/^TEXT runtime·duffzero(SB), NOSPLIT, $-8-0$/;"	l
 13849  TEXT	./runtime/duff_ppc64x.s	/^TEXT runtime·duffzero(SB), NOSPLIT, $-8-0$/;"	l
 13850  TEXT	./runtime/memclr_386.s	/^TEXT runtime·memclr(SB), NOSPLIT, $0-8$/;"	l
 13851  TEXT	./runtime/memclr_amd64.s	/^TEXT runtime·memclr(SB), NOSPLIT, $0-16$/;"	l
 13852  TEXT	./runtime/memclr_arm.s	/^TEXT runtime·memclr(SB),NOSPLIT,$0-8$/;"	l
 13853  TEXT	./runtime/memclr_arm64.s	/^TEXT runtime·memclr(SB),NOSPLIT,$0-16$/;"	l
 13854  TEXT	./runtime/memclr_plan9_386.s	/^TEXT runtime·memclr(SB), NOSPLIT, $0-8$/;"	l
 13855  TEXT	./runtime/memclr_plan9_amd64.s	/^TEXT runtime·memclr(SB),NOSPLIT,$0-16$/;"	l
 13856  TEXT	./runtime/memclr_ppc64x.s	/^TEXT runtime·memclr(SB),NOSPLIT,$0-16$/;"	l
 13857  TEXT	./runtime/memmove_386.s	/^TEXT runtime·memmove(SB), NOSPLIT, $0-12$/;"	l
 13858  TEXT	./runtime/memmove_amd64.s	/^TEXT runtime·memmove(SB), NOSPLIT, $0-24$/;"	l
 13859  TEXT	./runtime/memmove_arm.s	/^TEXT runtime·memmove(SB), NOSPLIT, $4-12$/;"	l
 13860  TEXT	./runtime/memmove_arm64.s	/^TEXT runtime·memmove(SB), NOSPLIT, $-8-24$/;"	l
 13861  TEXT	./runtime/memmove_nacl_amd64p32.s	/^TEXT runtime·memmove(SB), NOSPLIT, $0-12$/;"	l
 13862  TEXT	./runtime/memmove_plan9_386.s	/^TEXT runtime·memmove(SB), NOSPLIT, $0-12$/;"	l
 13863  TEXT	./runtime/memmove_plan9_amd64.s	/^TEXT runtime·memmove(SB), NOSPLIT, $0-24$/;"	l
 13864  TEXT	./runtime/memmove_ppc64x.s	/^TEXT runtime·memmove(SB), NOSPLIT, $-8-24$/;"	l
 13865  TEXT	./runtime/race_amd64.s	/^TEXT	racecall<>(SB), NOSPLIT, $0-0$/;"	l
 13866  TEXT	./runtime/race_amd64.s	/^TEXT	racecalladdr<>(SB), NOSPLIT, $0-0$/;"	l
 13867  TEXT	./runtime/race_amd64.s	/^TEXT	racecallatomic<>(SB), NOSPLIT, $0-0$/;"	l
 13868  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·RaceRead(SB), NOSPLIT, $0-8$/;"	l
 13869  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·RaceReadRange(SB), NOSPLIT, $0-16$/;"	l
 13870  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·RaceWrite(SB), NOSPLIT, $0-8$/;"	l
 13871  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·RaceWriteRange(SB), NOSPLIT, $0-16$/;"	l
 13872  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racecall(SB), NOSPLIT, $0-0$/;"	l
 13873  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racefuncenter(SB), NOSPLIT, $0-8$/;"	l
 13874  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racefuncexit(SB), NOSPLIT, $0-0$/;"	l
 13875  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·raceread(SB), NOSPLIT, $0-8$/;"	l
 13876  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racereadpc(SB), NOSPLIT, $0-24$/;"	l
 13877  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racereadrange(SB), NOSPLIT, $0-16$/;"	l
 13878  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racereadrangepc1(SB), NOSPLIT, $0-24$/;"	l
 13879  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racesymbolizethunk(SB), NOSPLIT, $56-8$/;"	l
 13880  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racewrite(SB), NOSPLIT, $0-8$/;"	l
 13881  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racewritepc(SB), NOSPLIT, $0-24$/;"	l
 13882  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racewriterange(SB), NOSPLIT, $0-16$/;"	l
 13883  TEXT	./runtime/race_amd64.s	/^TEXT	runtime·racewriterangepc1(SB), NOSPLIT, $0-24$/;"	l
 13884  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·AddInt32(SB), NOSPLIT, $0-0$/;"	l
 13885  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·AddInt64(SB), NOSPLIT, $0-0$/;"	l
 13886  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·AddUint32(SB), NOSPLIT, $0-0$/;"	l
 13887  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·AddUint64(SB), NOSPLIT, $0-0$/;"	l
 13888  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·AddUintptr(SB), NOSPLIT, $0-0$/;"	l
 13889  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·CompareAndSwapInt32(SB), NOSPLIT, $0-0$/;"	l
 13890  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·CompareAndSwapInt64(SB), NOSPLIT, $0-0$/;"	l
 13891  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·CompareAndSwapUint32(SB), NOSPLIT, $0-0$/;"	l
 13892  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·CompareAndSwapUint64(SB), NOSPLIT, $0-0$/;"	l
 13893  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·CompareAndSwapUintptr(SB), NOSPLIT, $0-0$/;"	l
 13894  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·LoadInt32(SB), NOSPLIT, $0-0$/;"	l
 13895  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·LoadInt64(SB), NOSPLIT, $0-0$/;"	l
 13896  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·LoadPointer(SB), NOSPLIT, $0-0$/;"	l
 13897  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·LoadUint32(SB), NOSPLIT, $0-0$/;"	l
 13898  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·LoadUint64(SB), NOSPLIT, $0-0$/;"	l
 13899  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·LoadUintptr(SB), NOSPLIT, $0-0$/;"	l
 13900  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·StoreInt32(SB), NOSPLIT, $0-0$/;"	l
 13901  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·StoreInt64(SB), NOSPLIT, $0-0$/;"	l
 13902  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·StoreUint32(SB), NOSPLIT, $0-0$/;"	l
 13903  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·StoreUint64(SB), NOSPLIT, $0-0$/;"	l
 13904  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·StoreUintptr(SB), NOSPLIT, $0-0$/;"	l
 13905  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·SwapInt32(SB), NOSPLIT, $0-0$/;"	l
 13906  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·SwapInt64(SB), NOSPLIT, $0-0$/;"	l
 13907  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·SwapUint32(SB), NOSPLIT, $0-0$/;"	l
 13908  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·SwapUint64(SB), NOSPLIT, $0-0$/;"	l
 13909  TEXT	./runtime/race_amd64.s	/^TEXT	sync∕atomic·SwapUintptr(SB), NOSPLIT, $0-0$/;"	l
 13910  TEXT	./runtime/rt0_android_arm.s	/^TEXT _rt0_arm_android(SB),NOSPLIT,$-4$/;"	l
 13911  TEXT	./runtime/rt0_android_arm.s	/^TEXT _rt0_arm_android_lib(SB),NOSPLIT,$0$/;"	l
 13912  TEXT	./runtime/rt0_darwin_386.s	/^TEXT _rt0_386_darwin(SB),NOSPLIT,$8$/;"	l
 13913  TEXT	./runtime/rt0_darwin_386.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13914  TEXT	./runtime/rt0_darwin_amd64.s	/^TEXT _rt0_amd64_darwin(SB),NOSPLIT,$-8$/;"	l
 13915  TEXT	./runtime/rt0_darwin_amd64.s	/^TEXT _rt0_amd64_darwin_lib(SB),NOSPLIT,$40$/;"	l
 13916  TEXT	./runtime/rt0_darwin_amd64.s	/^TEXT _rt0_amd64_darwin_lib_go(SB),NOSPLIT,$0$/;"	l
 13917  TEXT	./runtime/rt0_darwin_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13918  TEXT	./runtime/rt0_darwin_arm.s	/^TEXT _rt0_arm_darwin(SB),7,$-4$/;"	l
 13919  TEXT	./runtime/rt0_darwin_arm.s	/^TEXT _rt0_arm_darwin_lib(SB),NOSPLIT,$12$/;"	l
 13920  TEXT	./runtime/rt0_darwin_arm.s	/^TEXT _rt0_arm_darwin_lib_go(SB),NOSPLIT,$0$/;"	l
 13921  TEXT	./runtime/rt0_darwin_arm.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13922  TEXT	./runtime/rt0_darwin_arm64.s	/^TEXT _rt0_arm64_darwin(SB),NOSPLIT,$-8$/;"	l
 13923  TEXT	./runtime/rt0_darwin_arm64.s	/^TEXT _rt0_arm64_darwin_lib(SB),NOSPLIT,$0$/;"	l
 13924  TEXT	./runtime/rt0_darwin_arm64.s	/^TEXT _rt0_arm64_darwin_lib_go(SB),NOSPLIT,$0$/;"	l
 13925  TEXT	./runtime/rt0_darwin_arm64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13926  TEXT	./runtime/rt0_dragonfly_amd64.s	/^TEXT _rt0_amd64_dragonfly(SB),NOSPLIT,$-8$/;"	l
 13927  TEXT	./runtime/rt0_dragonfly_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13928  TEXT	./runtime/rt0_freebsd_386.s	/^TEXT _rt0_386_freebsd(SB),NOSPLIT,$8$/;"	l
 13929  TEXT	./runtime/rt0_freebsd_386.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13930  TEXT	./runtime/rt0_freebsd_amd64.s	/^TEXT _rt0_amd64_freebsd(SB),NOSPLIT,$-8$/;"	l
 13931  TEXT	./runtime/rt0_freebsd_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13932  TEXT	./runtime/rt0_freebsd_arm.s	/^TEXT _rt0_arm_freebsd(SB),NOSPLIT,$-4$/;"	l
 13933  TEXT	./runtime/rt0_freebsd_arm.s	/^TEXT main(SB),NOSPLIT,$-4$/;"	l
 13934  TEXT	./runtime/rt0_linux_386.s	/^TEXT _fallback_vdso(SB),NOSPLIT,$0$/;"	l
 13935  TEXT	./runtime/rt0_linux_386.s	/^TEXT _rt0_386_linux(SB),NOSPLIT,$8$/;"	l
 13936  TEXT	./runtime/rt0_linux_386.s	/^TEXT _rt0_386_linux_lib(SB),NOSPLIT,$0$/;"	l
 13937  TEXT	./runtime/rt0_linux_386.s	/^TEXT _rt0_386_linux_lib_go(SB),NOSPLIT,$12$/;"	l
 13938  TEXT	./runtime/rt0_linux_386.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13939  TEXT	./runtime/rt0_linux_amd64.s	/^TEXT _rt0_amd64_linux(SB),NOSPLIT,$-8$/;"	l
 13940  TEXT	./runtime/rt0_linux_amd64.s	/^TEXT _rt0_amd64_linux_lib(SB),NOSPLIT,$0x48$/;"	l
 13941  TEXT	./runtime/rt0_linux_amd64.s	/^TEXT _rt0_amd64_linux_lib_go(SB),NOSPLIT,$0$/;"	l
 13942  TEXT	./runtime/rt0_linux_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13943  TEXT	./runtime/rt0_linux_arm.s	/^TEXT _rt0_arm_linux(SB),NOSPLIT,$-4$/;"	l
 13944  TEXT	./runtime/rt0_linux_arm.s	/^TEXT _rt0_arm_linux1(SB),NOSPLIT,$-4$/;"	l
 13945  TEXT	./runtime/rt0_linux_arm.s	/^TEXT _rt0_arm_linux_lib(SB),NOSPLIT,$32$/;"	l
 13946  TEXT	./runtime/rt0_linux_arm.s	/^TEXT _rt0_arm_linux_lib_go<>(SB),NOSPLIT,$8$/;"	l
 13947  TEXT	./runtime/rt0_linux_arm.s	/^TEXT bad_abi<>(SB),NOSPLIT,$-4$/;"	l
 13948  TEXT	./runtime/rt0_linux_arm.s	/^TEXT main(SB),NOSPLIT,$-4$/;"	l
 13949  TEXT	./runtime/rt0_linux_arm.s	/^TEXT oabi_syscall<>(SB),NOSPLIT,$-4$/;"	l
 13950  TEXT	./runtime/rt0_linux_arm64.s	/^TEXT _rt0_arm64_linux(SB),NOSPLIT,$-8$/;"	l
 13951  TEXT	./runtime/rt0_linux_arm64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13952  TEXT	./runtime/rt0_linux_ppc64.s	/^TEXT _main<>(SB),NOSPLIT,$-8$/;"	l
 13953  TEXT	./runtime/rt0_linux_ppc64.s	/^TEXT _rt0_ppc64_linux(SB),NOSPLIT,$0$/;"	l
 13954  TEXT	./runtime/rt0_linux_ppc64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13955  TEXT	./runtime/rt0_linux_ppc64le.s	/^TEXT _main<>(SB),NOSPLIT,$-8$/;"	l
 13956  TEXT	./runtime/rt0_linux_ppc64le.s	/^TEXT _rt0_ppc64le_linux(SB),NOSPLIT,$0$/;"	l
 13957  TEXT	./runtime/rt0_linux_ppc64le.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13958  TEXT	./runtime/rt0_nacl_386.s	/^TEXT _rt0_386_nacl(SB),NOSPLIT,$8$/;"	l
 13959  TEXT	./runtime/rt0_nacl_386.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13960  TEXT	./runtime/rt0_nacl_amd64p32.s	/^TEXT _rt0_amd64p32_nacl(SB),NOSPLIT,$16$/;"	l
 13961  TEXT	./runtime/rt0_nacl_amd64p32.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13962  TEXT	./runtime/rt0_nacl_arm.s	/^TEXT _rt0_arm_nacl(SB),NOSPLIT,$-4$/;"	l
 13963  TEXT	./runtime/rt0_nacl_arm.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13964  TEXT	./runtime/rt0_netbsd_386.s	/^TEXT _rt0_386_netbsd(SB),NOSPLIT,$8$/;"	l
 13965  TEXT	./runtime/rt0_netbsd_386.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13966  TEXT	./runtime/rt0_netbsd_amd64.s	/^TEXT _rt0_amd64_netbsd(SB),NOSPLIT,$-8$/;"	l
 13967  TEXT	./runtime/rt0_netbsd_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13968  TEXT	./runtime/rt0_netbsd_arm.s	/^TEXT _rt0_arm_netbsd(SB),NOSPLIT,$-4$/;"	l
 13969  TEXT	./runtime/rt0_openbsd_386.s	/^TEXT _rt0_386_openbsd(SB),NOSPLIT,$8$/;"	l
 13970  TEXT	./runtime/rt0_openbsd_386.s	/^TEXT main(SB),NOSPLIT,$0$/;"	l
 13971  TEXT	./runtime/rt0_openbsd_amd64.s	/^TEXT _rt0_amd64_openbsd(SB),NOSPLIT,$-8$/;"	l
 13972  TEXT	./runtime/rt0_openbsd_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13973  TEXT	./runtime/rt0_openbsd_arm.s	/^TEXT _rt0_arm_openbsd(SB),NOSPLIT,$-4$/;"	l
 13974  TEXT	./runtime/rt0_plan9_386.s	/^TEXT _rt0_386_plan9(SB),NOSPLIT,$12$/;"	l
 13975  TEXT	./runtime/rt0_plan9_amd64.s	/^TEXT _rt0_amd64_plan9(SB),NOSPLIT,$24$/;"	l
 13976  TEXT	./runtime/rt0_solaris_amd64.s	/^TEXT _rt0_amd64_solaris(SB),NOSPLIT,$-8$/;"	l
 13977  TEXT	./runtime/rt0_solaris_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13978  TEXT	./runtime/rt0_windows_386.s	/^TEXT _main(SB),NOSPLIT,$0$/;"	l
 13979  TEXT	./runtime/rt0_windows_386.s	/^TEXT _rt0_386_windows(SB),NOSPLIT,$12$/;"	l
 13980  TEXT	./runtime/rt0_windows_amd64.s	/^TEXT _rt0_amd64_windows(SB),NOSPLIT,$-8$/;"	l
 13981  TEXT	./runtime/rt0_windows_amd64.s	/^TEXT main(SB),NOSPLIT,$-8$/;"	l
 13982  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·bsdthread_create(SB),NOSPLIT,$32$/;"	l
 13983  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·bsdthread_register(SB),NOSPLIT,$40$/;"	l
 13984  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·bsdthread_start(SB),NOSPLIT,$0$/;"	l
 13985  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 13986  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$32$/;"	l
 13987  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·exit(SB),NOSPLIT,$0$/;"	l
 13988  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 13989  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 13990  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 13991  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_msg_trap(SB),NOSPLIT,$0$/;"	l
 13992  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_reply_port(SB),NOSPLIT,$0$/;"	l
 13993  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_semaphore_signal(SB),NOSPLIT,$0$/;"	l
 13994  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_semaphore_signal_all(SB),NOSPLIT,$0$/;"	l
 13995  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_semaphore_timedwait(SB),NOSPLIT,$0$/;"	l
 13996  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_semaphore_wait(SB),NOSPLIT,$0$/;"	l
 13997  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mach_task_self(SB),NOSPLIT,$0$/;"	l
 13998  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 13999  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14000  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14001  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$0$/;"	l
 14002  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·now(SB),NOSPLIT,$40$/;"	l
 14003  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14004  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·raise(SB),NOSPLIT,$0$/;"	l
 14005  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$16$/;"	l
 14006  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14007  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0$/;"	l
 14008  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$32$/;"	l
 14009  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$0$/;"	l
 14010  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14011  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14012  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$40$/;"	l
 14013  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14014  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·sysenter(SB),NOSPLIT,$0$/;"	l
 14015  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·usleep(SB),NOSPLIT,$32$/;"	l
 14016  TEXT	./runtime/sys_darwin_386.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14017  TEXT	./runtime/sys_darwin_386.s	/^TEXT time·now(SB),NOSPLIT,$0$/;"	l
 14018  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT nanotime<>(SB), NOSPLIT, $32$/;"	l
 14019  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·bsdthread_create(SB),NOSPLIT,$0$/;"	l
 14020  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·bsdthread_register(SB),NOSPLIT,$0$/;"	l
 14021  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·bsdthread_start(SB),NOSPLIT,$0$/;"	l
 14022  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14023  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14024  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·exit(SB),NOSPLIT,$0$/;"	l
 14025  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 14026  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14027  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14028  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_msg_trap(SB),NOSPLIT,$0$/;"	l
 14029  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_reply_port(SB),NOSPLIT,$0$/;"	l
 14030  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_semaphore_signal(SB),NOSPLIT,$0$/;"	l
 14031  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_semaphore_signal_all(SB),NOSPLIT,$0$/;"	l
 14032  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_semaphore_timedwait(SB),NOSPLIT,$0$/;"	l
 14033  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_semaphore_wait(SB),NOSPLIT,$0$/;"	l
 14034  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_task_self(SB),NOSPLIT,$0$/;"	l
 14035  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mach_thread_self(SB),NOSPLIT,$0$/;"	l
 14036  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·madvise(SB), NOSPLIT, $0$/;"	l
 14037  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14038  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14039  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$0-8$/;"	l
 14040  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14041  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·raise(SB),NOSPLIT,$0$/;"	l
 14042  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$24$/;"	l
 14043  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14044  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·setitimer(SB), NOSPLIT, $0$/;"	l
 14045  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$32$/;"	l
 14046  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$0-24$/;"	l
 14047  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14048  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sigfwd(SB),NOSPLIT,$0-32$/;"	l
 14049  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14050  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sigreturn(SB),NOSPLIT,$0-12$/;"	l
 14051  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$32$/;"	l
 14052  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14053  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14054  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14055  TEXT	./runtime/sys_darwin_amd64.s	/^TEXT time·now(SB),NOSPLIT,$0-12$/;"	l
 14056  TEXT	./runtime/sys_darwin_arm.s	/^TEXT notok<>(SB),NOSPLIT,$0$/;"	l
 14057  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·bsdthread_create(SB),NOSPLIT,$0$/;"	l
 14058  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·bsdthread_register(SB),NOSPLIT,$0$/;"	l
 14059  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·bsdthread_start(SB),NOSPLIT,$0$/;"	l
 14060  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·cas(SB),NOSPLIT,$0$/;"	l
 14061  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·casp1(SB),NOSPLIT,$0$/;"	l
 14062  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14063  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14064  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14065  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 14066  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14067  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14068  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_msg_trap(SB),NOSPLIT,$0$/;"	l
 14069  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_reply_port(SB),NOSPLIT,$0$/;"	l
 14070  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_semaphore_signal(SB),NOSPLIT,$0$/;"	l
 14071  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_semaphore_signal_all(SB),NOSPLIT,$0$/;"	l
 14072  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_semaphore_timedwait(SB),NOSPLIT,$0$/;"	l
 14073  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_semaphore_wait(SB),NOSPLIT,$0$/;"	l
 14074  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_task_self(SB),NOSPLIT,$0$/;"	l
 14075  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mach_thread_self(SB),NOSPLIT,$0$/;"	l
 14076  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14077  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mincore(SB),NOSPLIT,$0$/;"	l
 14078  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14079  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14080  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$32$/;"	l
 14081  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14082  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·raise(SB),NOSPLIT,$0$/;"	l
 14083  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$24$/;"	l
 14084  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14085  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0$/;"	l
 14086  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$0$/;"	l
 14087  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14088  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14089  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0$/;"	l
 14090  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14091  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·usleep(SB),NOSPLIT,$12$/;"	l
 14092  TEXT	./runtime/sys_darwin_arm.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14093  TEXT	./runtime/sys_darwin_arm.s	/^TEXT time·now(SB), 7, $32$/;"	l
 14094  TEXT	./runtime/sys_darwin_arm.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-4-0$/;"	l
 14095  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT notok<>(SB),NOSPLIT,$0$/;"	l
 14096  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·bsdthread_create(SB),NOSPLIT,$0$/;"	l
 14097  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·bsdthread_register(SB),NOSPLIT,$0$/;"	l
 14098  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·bsdthread_start(SB),NOSPLIT,$0$/;"	l
 14099  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14100  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14101  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8$/;"	l
 14102  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 14103  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14104  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14105  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_msg_trap(SB),NOSPLIT,$0$/;"	l
 14106  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_reply_port(SB),NOSPLIT,$0$/;"	l
 14107  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_semaphore_signal(SB),NOSPLIT,$0$/;"	l
 14108  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_semaphore_signal_all(SB),NOSPLIT,$0$/;"	l
 14109  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_semaphore_timedwait(SB),NOSPLIT,$0$/;"	l
 14110  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_semaphore_wait(SB),NOSPLIT,$0$/;"	l
 14111  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_task_self(SB),NOSPLIT,$0$/;"	l
 14112  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mach_thread_self(SB),NOSPLIT,$0$/;"	l
 14113  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14114  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14115  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14116  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$40$/;"	l
 14117  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14118  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·raise(SB),NOSPLIT,$0$/;"	l
 14119  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$0$/;"	l
 14120  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14121  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0$/;"	l
 14122  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$0$/;"	l
 14123  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14124  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14125  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0$/;"	l
 14126  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14127  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$24$/;"	l
 14128  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14129  TEXT	./runtime/sys_darwin_arm64.s	/^TEXT time·now(SB),NOSPLIT,$40-12$/;"	l
 14130  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8$/;"	l
 14131  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14132  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8$/;"	l
 14133  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8$/;"	l
 14134  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$-8$/;"	l
 14135  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14136  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14137  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·lwp_create(SB),NOSPLIT,$0$/;"	l
 14138  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·lwp_start(SB),NOSPLIT,$0$/;"	l
 14139  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14140  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14141  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14142  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·nanotime(SB), NOSPLIT, $32$/;"	l
 14143  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$-8$/;"	l
 14144  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-4$/;"	l
 14145  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·raise(SB),NOSPLIT,$16$/;"	l
 14146  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$0$/;"	l
 14147  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·read(SB),NOSPLIT,$-8$/;"	l
 14148  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·setitimer(SB), NOSPLIT, $-8$/;"	l
 14149  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$16$/;"	l
 14150  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-8$/;"	l
 14151  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14152  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14153  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$64$/;"	l
 14154  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sys_umtx_sleep(SB),NOSPLIT,$0$/;"	l
 14155  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sys_umtx_wakeup(SB),NOSPLIT,$0$/;"	l
 14156  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14157  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14158  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT runtime·write(SB),NOSPLIT,$-8$/;"	l
 14159  TEXT	./runtime/sys_dragonfly_amd64.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14160  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-4$/;"	l
 14161  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$32$/;"	l
 14162  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14163  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-4$/;"	l
 14164  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$-4$/;"	l
 14165  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·i386_set_ldt(SB),NOSPLIT,$16$/;"	l
 14166  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14167  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14168  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·madvise(SB),NOSPLIT,$-4$/;"	l
 14169  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·mmap(SB),NOSPLIT,$32$/;"	l
 14170  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·munmap(SB),NOSPLIT,$-4$/;"	l
 14171  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·nanotime(SB), NOSPLIT, $32$/;"	l
 14172  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·open(SB),NOSPLIT,$-4$/;"	l
 14173  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-4$/;"	l
 14174  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·raise(SB),NOSPLIT,$16$/;"	l
 14175  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$16$/;"	l
 14176  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·read(SB),NOSPLIT,$-4$/;"	l
 14177  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·setitimer(SB), NOSPLIT, $-4$/;"	l
 14178  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$32$/;"	l
 14179  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-4$/;"	l
 14180  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14181  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$16$/;"	l
 14182  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$44$/;"	l
 14183  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·sys_umtx_op(SB),NOSPLIT,$-4$/;"	l
 14184  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$28$/;"	l
 14185  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·thr_new(SB),NOSPLIT,$-4$/;"	l
 14186  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·thr_start(SB),NOSPLIT,$0$/;"	l
 14187  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·usleep(SB),NOSPLIT,$20$/;"	l
 14188  TEXT	./runtime/sys_freebsd_386.s	/^TEXT runtime·write(SB),NOSPLIT,$-4$/;"	l
 14189  TEXT	./runtime/sys_freebsd_386.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14190  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8$/;"	l
 14191  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14192  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8$/;"	l
 14193  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8$/;"	l
 14194  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$-8$/;"	l
 14195  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14196  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14197  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14198  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14199  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14200  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·nanotime(SB), NOSPLIT, $32$/;"	l
 14201  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$-8$/;"	l
 14202  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-4$/;"	l
 14203  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·raise(SB),NOSPLIT,$16$/;"	l
 14204  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$0$/;"	l
 14205  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·read(SB),NOSPLIT,$-8$/;"	l
 14206  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·setitimer(SB), NOSPLIT, $-8$/;"	l
 14207  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$8$/;"	l
 14208  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-8$/;"	l
 14209  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14210  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14211  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$64$/;"	l
 14212  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·sys_umtx_op(SB),NOSPLIT,$0$/;"	l
 14213  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14214  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·thr_new(SB),NOSPLIT,$0$/;"	l
 14215  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·thr_start(SB),NOSPLIT,$0$/;"	l
 14216  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14217  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT runtime·write(SB),NOSPLIT,$-8$/;"	l
 14218  TEXT	./runtime/sys_freebsd_amd64.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14219  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·cas(SB),NOSPLIT,$0$/;"	l
 14220  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·casp1(SB),NOSPLIT,$0$/;"	l
 14221  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8$/;"	l
 14222  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14223  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8$/;"	l
 14224  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8$/;"	l
 14225  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$-8$/;"	l
 14226  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14227  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14228  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14229  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·mmap(SB),NOSPLIT,$16$/;"	l
 14230  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14231  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·nanotime(SB), NOSPLIT, $32$/;"	l
 14232  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·open(SB),NOSPLIT,$-8$/;"	l
 14233  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-4$/;"	l
 14234  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·raise(SB),NOSPLIT,$8$/;"	l
 14235  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$0$/;"	l
 14236  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·read(SB),NOSPLIT,$-8$/;"	l
 14237  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·read_tls_fallback(SB),NOSPLIT,$-4$/;"	l
 14238  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·setitimer(SB), NOSPLIT, $-8$/;"	l
 14239  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-8$/;"	l
 14240  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14241  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14242  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$24$/;"	l
 14243  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·sys_umtx_op(SB),NOSPLIT,$0$/;"	l
 14244  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14245  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·thr_new(SB),NOSPLIT,$0$/;"	l
 14246  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·thr_start(SB),NOSPLIT,$0$/;"	l
 14247  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14248  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT runtime·write(SB),NOSPLIT,$-8$/;"	l
 14249  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14250  TEXT	./runtime/sys_freebsd_arm.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-4-0$/;"	l
 14251  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·clone(SB),NOSPLIT,$0$/;"	l
 14252  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14253  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14254  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·epollcreate(SB),NOSPLIT,$0$/;"	l
 14255  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·epollcreate1(SB),NOSPLIT,$0$/;"	l
 14256  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·epollctl(SB),NOSPLIT,$0$/;"	l
 14257  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·epollwait(SB),NOSPLIT,$0$/;"	l
 14258  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·exit(SB),NOSPLIT,$0$/;"	l
 14259  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 14260  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·futex(SB),NOSPLIT,$0$/;"	l
 14261  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$0$/;"	l
 14262  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·gettid(SB),NOSPLIT,$0-4$/;"	l
 14263  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14264  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·mincore(SB),NOSPLIT,$0-16$/;"	l
 14265  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14266  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14267  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·nanotime(SB), NOSPLIT, $32$/;"	l
 14268  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14269  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14270  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·raise(SB),NOSPLIT,$12$/;"	l
 14271  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$12$/;"	l
 14272  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14273  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·rt_sigaction(SB),NOSPLIT,$0$/;"	l
 14274  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·rtsigprocmask(SB),NOSPLIT,$0$/;"	l
 14275  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·sched_getaffinity(SB),NOSPLIT,$0$/;"	l
 14276  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0-12$/;"	l
 14277  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$32$/;"	l
 14278  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14279  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·sigfwd(SB),NOSPLIT,$12-16$/;"	l
 14280  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·sigreturn(SB),NOSPLIT,$0$/;"	l
 14281  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$12$/;"	l
 14282  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·usleep(SB),NOSPLIT,$8$/;"	l
 14283  TEXT	./runtime/sys_linux_386.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14284  TEXT	./runtime/sys_linux_386.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14285  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·clone(SB),NOSPLIT,$0$/;"	l
 14286  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0-12$/;"	l
 14287  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14288  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·epollcreate(SB),NOSPLIT,$0$/;"	l
 14289  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·epollcreate1(SB),NOSPLIT,$0$/;"	l
 14290  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·epollctl(SB),NOSPLIT,$0$/;"	l
 14291  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·epollwait(SB),NOSPLIT,$0$/;"	l
 14292  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·exit(SB),NOSPLIT,$0-4$/;"	l
 14293  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0-4$/;"	l
 14294  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·futex(SB),NOSPLIT,$0$/;"	l
 14295  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$0-20$/;"	l
 14296  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·gettid(SB),NOSPLIT,$0-4$/;"	l
 14297  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14298  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·mincore(SB),NOSPLIT,$0-28$/;"	l
 14299  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14300  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14301  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$16$/;"	l
 14302  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$0-20$/;"	l
 14303  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14304  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·raise(SB),NOSPLIT,$0$/;"	l
 14305  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$0$/;"	l
 14306  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·read(SB),NOSPLIT,$0-28$/;"	l
 14307  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·rt_sigaction(SB),NOSPLIT,$0-36$/;"	l
 14308  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·rtsigprocmask(SB),NOSPLIT,$0-28$/;"	l
 14309  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·sched_getaffinity(SB),NOSPLIT,$0$/;"	l
 14310  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0-24$/;"	l
 14311  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$32$/;"	l
 14312  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14313  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·sigfwd(SB),NOSPLIT,$0-32$/;"	l
 14314  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·sigreturn(SB),NOSPLIT,$0$/;"	l
 14315  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$24$/;"	l
 14316  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14317  TEXT	./runtime/sys_linux_amd64.s	/^TEXT runtime·write(SB),NOSPLIT,$0-28$/;"	l
 14318  TEXT	./runtime/sys_linux_amd64.s	/^TEXT time·now(SB),NOSPLIT,$16$/;"	l
 14319  TEXT	./runtime/sys_linux_arm.s	/^TEXT	runtime·raise(SB),NOSPLIT,$-4$/;"	l
 14320  TEXT	./runtime/sys_linux_arm.s	/^TEXT	runtime·raiseproc(SB),NOSPLIT,$-4$/;"	l
 14321  TEXT	./runtime/sys_linux_arm.s	/^TEXT cas<>(SB),NOSPLIT,$0$/;"	l
 14322  TEXT	./runtime/sys_linux_arm.s	/^TEXT publicationBarrier<>(SB),NOSPLIT,$0$/;"	l
 14323  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·access(SB),NOSPLIT,$0$/;"	l
 14324  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·cas(SB),NOSPLIT,$0$/;"	l
 14325  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·casp1(SB),NOSPLIT,$0$/;"	l
 14326  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·clone(SB),NOSPLIT,$0$/;"	l
 14327  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14328  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14329  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·connect(SB),NOSPLIT,$0$/;"	l
 14330  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·epollcreate(SB),NOSPLIT,$0$/;"	l
 14331  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·epollcreate1(SB),NOSPLIT,$0$/;"	l
 14332  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·epollctl(SB),NOSPLIT,$0$/;"	l
 14333  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·epollwait(SB),NOSPLIT,$0$/;"	l
 14334  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14335  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-4$/;"	l
 14336  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·futex(SB),NOSPLIT,$0$/;"	l
 14337  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$0$/;"	l
 14338  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·gettid(SB),NOSPLIT,$0-4$/;"	l
 14339  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14340  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·mincore(SB),NOSPLIT,$0$/;"	l
 14341  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14342  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14343  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$32$/;"	l
 14344  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14345  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14346  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14347  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·read_tls_fallback(SB),NOSPLIT,$-4$/;"	l
 14348  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·rt_sigaction(SB),NOSPLIT,$0$/;"	l
 14349  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·rtsigprocmask(SB),NOSPLIT,$0$/;"	l
 14350  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·sched_getaffinity(SB),NOSPLIT,$0$/;"	l
 14351  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0$/;"	l
 14352  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14353  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·sigfwd(SB),NOSPLIT,$0-16$/;"	l
 14354  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$12$/;"	l
 14355  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·socket(SB),NOSPLIT,$0$/;"	l
 14356  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·usleep(SB),NOSPLIT,$12$/;"	l
 14357  TEXT	./runtime/sys_linux_arm.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14358  TEXT	./runtime/sys_linux_arm.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14359  TEXT	./runtime/sys_linux_arm.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$0$/;"	l
 14360  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·clone(SB),NOSPLIT,$-8$/;"	l
 14361  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8-12$/;"	l
 14362  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$-8$/;"	l
 14363  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·epollcreate(SB),NOSPLIT,$-8$/;"	l
 14364  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·epollcreate1(SB),NOSPLIT,$-8$/;"	l
 14365  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·epollctl(SB),NOSPLIT,$-8$/;"	l
 14366  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·epollwait(SB),NOSPLIT,$-8$/;"	l
 14367  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8-4$/;"	l
 14368  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8-4$/;"	l
 14369  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·futex(SB),NOSPLIT,$-8$/;"	l
 14370  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$-8-20$/;"	l
 14371  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·gettid(SB),NOSPLIT,$0-4$/;"	l
 14372  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$-8$/;"	l
 14373  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·mincore(SB),NOSPLIT,$-8-28$/;"	l
 14374  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$-8$/;"	l
 14375  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$-8$/;"	l
 14376  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$24-8$/;"	l
 14377  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·open(SB),NOSPLIT,$-8-20$/;"	l
 14378  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-8$/;"	l
 14379  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·raise(SB),NOSPLIT,$-8$/;"	l
 14380  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$-8$/;"	l
 14381  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·read(SB),NOSPLIT,$-8-28$/;"	l
 14382  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·rt_sigaction(SB),NOSPLIT,$-8-36$/;"	l
 14383  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·rtsigprocmask(SB),NOSPLIT,$-8-28$/;"	l
 14384  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·sched_getaffinity(SB),NOSPLIT,$-8$/;"	l
 14385  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-8-24$/;"	l
 14386  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14387  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·sigfwd(SB),NOSPLIT,$0-32$/;"	l
 14388  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$24$/;"	l
 14389  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$24-4$/;"	l
 14390  TEXT	./runtime/sys_linux_arm64.s	/^TEXT runtime·write(SB),NOSPLIT,$-8-28$/;"	l
 14391  TEXT	./runtime/sys_linux_arm64.s	/^TEXT time·now(SB),NOSPLIT,$24-12$/;"	l
 14392  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·_sigtramp(SB),NOSPLIT,$64$/;"	l
 14393  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·clone(SB),NOSPLIT,$-8$/;"	l
 14394  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8-12$/;"	l
 14395  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$-8$/;"	l
 14396  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·epollcreate(SB),NOSPLIT,$-8$/;"	l
 14397  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·epollcreate1(SB),NOSPLIT,$-8$/;"	l
 14398  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·epollctl(SB),NOSPLIT,$-8$/;"	l
 14399  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·epollwait(SB),NOSPLIT,$-8$/;"	l
 14400  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8-4$/;"	l
 14401  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8-4$/;"	l
 14402  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·futex(SB),NOSPLIT,$-8$/;"	l
 14403  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·getrlimit(SB),NOSPLIT,$-8-20$/;"	l
 14404  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·gettid(SB),NOSPLIT,$0-4$/;"	l
 14405  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·madvise(SB),NOSPLIT,$-8$/;"	l
 14406  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·mincore(SB),NOSPLIT,$-8-28$/;"	l
 14407  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·mmap(SB),NOSPLIT,$-8$/;"	l
 14408  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·munmap(SB),NOSPLIT,$-8$/;"	l
 14409  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$16$/;"	l
 14410  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·open(SB),NOSPLIT,$-8-20$/;"	l
 14411  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-8$/;"	l
 14412  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·raise(SB),NOSPLIT,$-8$/;"	l
 14413  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$-8$/;"	l
 14414  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·read(SB),NOSPLIT,$-8-28$/;"	l
 14415  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·rt_sigaction(SB),NOSPLIT,$-8-36$/;"	l
 14416  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·rtsigprocmask(SB),NOSPLIT,$-8-28$/;"	l
 14417  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·sched_getaffinity(SB),NOSPLIT,$-8$/;"	l
 14418  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-8-24$/;"	l
 14419  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14420  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·sigfwd(SB),NOSPLIT,$0-32$/;"	l
 14421  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$-8$/;"	l
 14422  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$64$/;"	l
 14423  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16-4$/;"	l
 14424  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT runtime·write(SB),NOSPLIT,$-8-28$/;"	l
 14425  TEXT	./runtime/sys_linux_ppc64x.s	/^TEXT time·now(SB),NOSPLIT,$16$/;"	l
 14426  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$4$/;"	l
 14427  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·exit(SB),NOSPLIT,$4$/;"	l
 14428  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·exit1(SB),NOSPLIT,$4$/;"	l
 14429  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·getRandomData(SB),NOSPLIT,$8-12$/;"	l
 14430  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·mmap(SB),NOSPLIT,$32$/;"	l
 14431  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·mstart_nacl(SB),NOSPLIT,$0$/;"	l
 14432  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_clock_gettime(SB),NOSPLIT,$8$/;"	l
 14433  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_cond_broadcast(SB),NOSPLIT,$4$/;"	l
 14434  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_cond_create(SB),NOSPLIT,$4$/;"	l
 14435  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_cond_signal(SB),NOSPLIT,$4$/;"	l
 14436  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_cond_timed_wait_abs(SB),NOSPLIT,$12$/;"	l
 14437  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_cond_wait(SB),NOSPLIT,$8$/;"	l
 14438  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_exception_handler(SB),NOSPLIT,$8$/;"	l
 14439  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_exception_stack(SB),NOSPLIT,$8$/;"	l
 14440  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_mutex_create(SB),NOSPLIT,$4$/;"	l
 14441  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_mutex_lock(SB),NOSPLIT,$4$/;"	l
 14442  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_mutex_trylock(SB),NOSPLIT,$4$/;"	l
 14443  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_mutex_unlock(SB),NOSPLIT,$4$/;"	l
 14444  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_nanosleep(SB),NOSPLIT,$8$/;"	l
 14445  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_sem_create(SB),NOSPLIT,$4$/;"	l
 14446  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_sem_post(SB),NOSPLIT,$4$/;"	l
 14447  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_sem_wait(SB),NOSPLIT,$4$/;"	l
 14448  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nacl_thread_create(SB),NOSPLIT,$16$/;"	l
 14449  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$20$/;"	l
 14450  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·open(SB),NOSPLIT,$12$/;"	l
 14451  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14452  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·read(SB),NOSPLIT,$12$/;"	l
 14453  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$8$/;"	l
 14454  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0$/;"	l
 14455  TEXT	./runtime/sys_nacl_386.s	/^TEXT runtime·write(SB),NOSPLIT,$12$/;"	l
 14456  TEXT	./runtime/sys_nacl_386.s	/^TEXT syscall·naclWrite(SB), NOSPLIT, $16-16$/;"	l
 14457  TEXT	./runtime/sys_nacl_386.s	/^TEXT syscall·now(SB),NOSPLIT,$0$/;"	l
 14458  TEXT	./runtime/sys_nacl_386.s	/^TEXT time·now(SB),NOSPLIT,$20$/;"	l
 14459  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14460  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·exit(SB),NOSPLIT,$0$/;"	l
 14461  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 14462  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·getRandomData(SB),NOSPLIT,$0-12$/;"	l
 14463  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·mmap(SB),NOSPLIT,$8$/;"	l
 14464  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·mstart_nacl(SB),NOSPLIT,$0$/;"	l
 14465  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_clock_gettime(SB),NOSPLIT,$0$/;"	l
 14466  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_cond_broadcast(SB),NOSPLIT,$0$/;"	l
 14467  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_cond_create(SB),NOSPLIT,$0$/;"	l
 14468  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_cond_signal(SB),NOSPLIT,$0$/;"	l
 14469  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_cond_timed_wait_abs(SB),NOSPLIT,$0$/;"	l
 14470  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_cond_wait(SB),NOSPLIT,$0$/;"	l
 14471  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_exception_handler(SB),NOSPLIT,$0$/;"	l
 14472  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_exception_stack(SB),NOSPLIT,$0$/;"	l
 14473  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_mutex_create(SB),NOSPLIT,$0$/;"	l
 14474  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_mutex_lock(SB),NOSPLIT,$0$/;"	l
 14475  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_mutex_trylock(SB),NOSPLIT,$0$/;"	l
 14476  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_mutex_unlock(SB),NOSPLIT,$0$/;"	l
 14477  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_nanosleep(SB),NOSPLIT,$0$/;"	l
 14478  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_sem_create(SB),NOSPLIT,$0$/;"	l
 14479  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_sem_post(SB),NOSPLIT,$0$/;"	l
 14480  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_sem_wait(SB),NOSPLIT,$0$/;"	l
 14481  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_sysinfo(SB),NOSPLIT,$16$/;"	l
 14482  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nacl_thread_create(SB),NOSPLIT,$0$/;"	l
 14483  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$16$/;"	l
 14484  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14485  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14486  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14487  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·settls(SB),NOSPLIT,$0$/;"	l
 14488  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$80$/;"	l
 14489  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT runtime·write(SB),NOSPLIT,$16-20$/;"	l
 14490  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT syscall·naclWrite(SB), NOSPLIT, $24-20$/;"	l
 14491  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT syscall·now(SB),NOSPLIT,$0$/;"	l
 14492  TEXT	./runtime/sys_nacl_amd64p32.s	/^TEXT time·now(SB),NOSPLIT,$16$/;"	l
 14493  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·cas(SB),NOSPLIT,$0$/;"	l
 14494  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·casp1(SB),NOSPLIT,$0$/;"	l
 14495  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14496  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·exit(SB),NOSPLIT,$0$/;"	l
 14497  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·exit1(SB),NOSPLIT,$0$/;"	l
 14498  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·getRandomData(SB),NOSPLIT,$0-12$/;"	l
 14499  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·mmap(SB),NOSPLIT,$8$/;"	l
 14500  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·mstart_nacl(SB),NOSPLIT,$0$/;"	l
 14501  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_clock_gettime(SB),NOSPLIT,$0$/;"	l
 14502  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_cond_broadcast(SB),NOSPLIT,$0$/;"	l
 14503  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_cond_create(SB),NOSPLIT,$0$/;"	l
 14504  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_cond_signal(SB),NOSPLIT,$0$/;"	l
 14505  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_cond_timed_wait_abs(SB),NOSPLIT,$0$/;"	l
 14506  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_cond_wait(SB),NOSPLIT,$0$/;"	l
 14507  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_exception_handler(SB),NOSPLIT,$0$/;"	l
 14508  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_exception_stack(SB),NOSPLIT,$0$/;"	l
 14509  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_mutex_create(SB),NOSPLIT,$0$/;"	l
 14510  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_mutex_lock(SB),NOSPLIT,$0$/;"	l
 14511  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_mutex_trylock(SB),NOSPLIT,$0$/;"	l
 14512  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_mutex_unlock(SB),NOSPLIT,$0$/;"	l
 14513  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_nanosleep(SB),NOSPLIT,$0$/;"	l
 14514  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_sem_create(SB),NOSPLIT,$0$/;"	l
 14515  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_sem_post(SB),NOSPLIT,$0$/;"	l
 14516  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_sem_wait(SB),NOSPLIT,$0$/;"	l
 14517  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_sysinfo(SB),NOSPLIT,$16$/;"	l
 14518  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nacl_thread_create(SB),NOSPLIT,$0$/;"	l
 14519  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$16$/;"	l
 14520  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14521  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14522  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·read(SB),NOSPLIT,$0$/;"	l
 14523  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·read_tls_fallback(SB),NOSPLIT,$-4$/;"	l
 14524  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$80$/;"	l
 14525  TEXT	./runtime/sys_nacl_arm.s	/^TEXT runtime·write(SB),NOSPLIT,$0$/;"	l
 14526  TEXT	./runtime/sys_nacl_arm.s	/^TEXT syscall·naclWrite(SB),NOSPLIT,$0$/;"	l
 14527  TEXT	./runtime/sys_nacl_arm.s	/^TEXT syscall·now(SB),NOSPLIT,$0$/;"	l
 14528  TEXT	./runtime/sys_nacl_arm.s	/^TEXT time·now(SB),NOSPLIT,$16$/;"	l
 14529  TEXT	./runtime/sys_nacl_arm.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-4-0$/;"	l
 14530  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-4$/;"	l
 14531  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$32$/;"	l
 14532  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14533  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-4$/;"	l
 14534  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·getcontext(SB),NOSPLIT,$-4$/;"	l
 14535  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14536  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14537  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·lwp_create(SB),NOSPLIT,$16$/;"	l
 14538  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·lwp_park(SB),NOSPLIT,$-4$/;"	l
 14539  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·lwp_self(SB),NOSPLIT,$-4$/;"	l
 14540  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·lwp_tramp(SB),NOSPLIT,$0$/;"	l
 14541  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·lwp_unpark(SB),NOSPLIT,$-4$/;"	l
 14542  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·madvise(SB),NOSPLIT,$-4$/;"	l
 14543  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·mmap(SB),NOSPLIT,$36$/;"	l
 14544  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·munmap(SB),NOSPLIT,$-4$/;"	l
 14545  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$32$/;"	l
 14546  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·open(SB),NOSPLIT,$-4$/;"	l
 14547  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-4$/;"	l
 14548  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·raise(SB),NOSPLIT,$12$/;"	l
 14549  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$12$/;"	l
 14550  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·read(SB),NOSPLIT,$-4$/;"	l
 14551  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-4$/;"	l
 14552  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$8$/;"	l
 14553  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·settls(SB),NOSPLIT,$16$/;"	l
 14554  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$24$/;"	l
 14555  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14556  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$-4$/;"	l
 14557  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·sigreturn_tramp(SB),NOSPLIT,$0$/;"	l
 14558  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$44$/;"	l
 14559  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$28$/;"	l
 14560  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·usleep(SB),NOSPLIT,$24$/;"	l
 14561  TEXT	./runtime/sys_netbsd_386.s	/^TEXT runtime·write(SB),NOSPLIT,$-4$/;"	l
 14562  TEXT	./runtime/sys_netbsd_386.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14563  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8$/;"	l
 14564  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14565  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8$/;"	l
 14566  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8$/;"	l
 14567  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·getcontext(SB),NOSPLIT,$-8$/;"	l
 14568  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14569  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14570  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·lwp_create(SB),NOSPLIT,$0$/;"	l
 14571  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·lwp_park(SB),NOSPLIT,$0$/;"	l
 14572  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·lwp_self(SB),NOSPLIT,$0$/;"	l
 14573  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·lwp_tramp(SB),NOSPLIT,$0$/;"	l
 14574  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·lwp_unpark(SB),NOSPLIT,$0$/;"	l
 14575  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14576  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14577  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14578  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$32$/;"	l
 14579  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$-8$/;"	l
 14580  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14581  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·raise(SB),NOSPLIT,$16$/;"	l
 14582  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$16$/;"	l
 14583  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·read(SB),NOSPLIT,$-8$/;"	l
 14584  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-8$/;"	l
 14585  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$8$/;"	l
 14586  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-8$/;"	l
 14587  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14588  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14589  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·sigreturn_tramp(SB),NOSPLIT,$-8$/;"	l
 14590  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$64$/;"	l
 14591  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14592  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14593  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT runtime·write(SB),NOSPLIT,$-8$/;"	l
 14594  TEXT	./runtime/sys_netbsd_amd64.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14595  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·cas(SB),NOSPLIT,$0$/;"	l
 14596  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·casp1(SB),NOSPLIT,$0$/;"	l
 14597  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8$/;"	l
 14598  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14599  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14600  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-4$/;"	l
 14601  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·getcontext(SB),NOSPLIT,$-4$/;"	l
 14602  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·kevent(SB),NOSPLIT,$8$/;"	l
 14603  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14604  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·lwp_create(SB),NOSPLIT,$0$/;"	l
 14605  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·lwp_park(SB),NOSPLIT,$0$/;"	l
 14606  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·lwp_self(SB),NOSPLIT,$0$/;"	l
 14607  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·lwp_tramp(SB),NOSPLIT,$0$/;"	l
 14608  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·lwp_unpark(SB),NOSPLIT,$0$/;"	l
 14609  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14610  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·mmap(SB),NOSPLIT,$12$/;"	l
 14611  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14612  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·nanotime(SB), NOSPLIT, $32$/;"	l
 14613  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·open(SB),NOSPLIT,$-8$/;"	l
 14614  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14615  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·raise(SB),NOSPLIT,$16$/;"	l
 14616  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$16$/;"	l
 14617  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·read(SB),NOSPLIT,$-8$/;"	l
 14618  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·read_tls_fallback(SB),NOSPLIT,$-4$/;"	l
 14619  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-4$/;"	l
 14620  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$4$/;"	l
 14621  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-4$/;"	l
 14622  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14623  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·sigreturn_tramp(SB),NOSPLIT,$-4$/;"	l
 14624  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$24$/;"	l
 14625  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$8$/;"	l
 14626  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14627  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT runtime·write(SB),NOSPLIT,$-4$/;"	l
 14628  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14629  TEXT	./runtime/sys_netbsd_arm.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-4-0$/;"	l
 14630  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-4$/;"	l
 14631  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$32$/;"	l
 14632  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14633  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·exit1(SB),NOSPLIT,$8$/;"	l
 14634  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14635  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14636  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·madvise(SB),NOSPLIT,$-4$/;"	l
 14637  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·mmap(SB),NOSPLIT,$36$/;"	l
 14638  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·munmap(SB),NOSPLIT,$-4$/;"	l
 14639  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$32$/;"	l
 14640  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·open(SB),NOSPLIT,$-4$/;"	l
 14641  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·osyield(SB),NOSPLIT,$-4$/;"	l
 14642  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·raise(SB),NOSPLIT,$12$/;"	l
 14643  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$12$/;"	l
 14644  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·read(SB),NOSPLIT,$-4$/;"	l
 14645  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-4$/;"	l
 14646  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$4$/;"	l
 14647  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·settls(SB),NOSPLIT,$8$/;"	l
 14648  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-4$/;"	l
 14649  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14650  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$-4$/;"	l
 14651  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$44$/;"	l
 14652  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$28$/;"	l
 14653  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·tfork(SB),NOSPLIT,$12$/;"	l
 14654  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·thrsleep(SB),NOSPLIT,$-4$/;"	l
 14655  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·thrwakeup(SB),NOSPLIT,$-4$/;"	l
 14656  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·usleep(SB),NOSPLIT,$24$/;"	l
 14657  TEXT	./runtime/sys_openbsd_386.s	/^TEXT runtime·write(SB),NOSPLIT,$-4$/;"	l
 14658  TEXT	./runtime/sys_openbsd_386.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14659  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-8$/;"	l
 14660  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14661  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·exit(SB),NOSPLIT,$-8$/;"	l
 14662  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-8$/;"	l
 14663  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·kevent(SB),NOSPLIT,$0$/;"	l
 14664  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14665  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14666  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·mmap(SB),NOSPLIT,$0$/;"	l
 14667  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14668  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$24$/;"	l
 14669  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$-8$/;"	l
 14670  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14671  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·raise(SB),NOSPLIT,$16$/;"	l
 14672  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$16$/;"	l
 14673  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·read(SB),NOSPLIT,$-8$/;"	l
 14674  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$-8$/;"	l
 14675  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$0$/;"	l
 14676  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$-8$/;"	l
 14677  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$-8$/;"	l
 14678  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14679  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$64$/;"	l
 14680  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$0$/;"	l
 14681  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·tfork(SB),NOSPLIT,$32$/;"	l
 14682  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·thrsleep(SB),NOSPLIT,$0$/;"	l
 14683  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·thrwakeup(SB),NOSPLIT,$0$/;"	l
 14684  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14685  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT runtime·write(SB),NOSPLIT,$-8$/;"	l
 14686  TEXT	./runtime/sys_openbsd_amd64.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14687  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·cas(SB),NOSPLIT,$0$/;"	l
 14688  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·casp1(SB),NOSPLIT,$0$/;"	l
 14689  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·closefd(SB),NOSPLIT,$-4$/;"	l
 14690  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·closeonexec(SB),NOSPLIT,$0$/;"	l
 14691  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·exit(SB),NOSPLIT,$-4$/;"	l
 14692  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·exit1(SB),NOSPLIT,$-4$/;"	l
 14693  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·kevent(SB),NOSPLIT,$8$/;"	l
 14694  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·kqueue(SB),NOSPLIT,$0$/;"	l
 14695  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·madvise(SB),NOSPLIT,$0$/;"	l
 14696  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·mmap(SB),NOSPLIT,$16$/;"	l
 14697  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·munmap(SB),NOSPLIT,$0$/;"	l
 14698  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·nanotime(SB),NOSPLIT,$32$/;"	l
 14699  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·open(SB),NOSPLIT,$-4$/;"	l
 14700  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·osyield(SB),NOSPLIT,$0$/;"	l
 14701  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·raise(SB),NOSPLIT,$12$/;"	l
 14702  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·raiseproc(SB),NOSPLIT,$12$/;"	l
 14703  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·read(SB),NOSPLIT,$-4$/;"	l
 14704  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·read_tls_fallback(SB),NOSPLIT,$-4$/;"	l
 14705  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·setitimer(SB),NOSPLIT,$0$/;"	l
 14706  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·sigaction(SB),NOSPLIT,$0$/;"	l
 14707  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·sigaltstack(SB),NOSPLIT,$0$/;"	l
 14708  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·sigprocmask(SB),NOSPLIT,$0$/;"	l
 14709  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$24$/;"	l
 14710  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·sysctl(SB),NOSPLIT,$8$/;"	l
 14711  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·tfork(SB),NOSPLIT,$0$/;"	l
 14712  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·thrsleep(SB),NOSPLIT,$4$/;"	l
 14713  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·thrwakeup(SB),NOSPLIT,$0$/;"	l
 14714  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·usleep(SB),NOSPLIT,$16$/;"	l
 14715  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT runtime·write(SB),NOSPLIT,$-4$/;"	l
 14716  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT time·now(SB), NOSPLIT, $32$/;"	l
 14717  TEXT	./runtime/sys_openbsd_arm.s	/^TEXT ·publicationBarrier(SB),NOSPLIT,$-4-0$/;"	l
 14718  TEXT	./runtime/sys_plan9_386.s	/^TEXT _seek<>(SB),NOSPLIT,$0$/;"	l
 14719  TEXT	./runtime/sys_plan9_386.s	/^TEXT errstr<>(SB),NOSPLIT,$0$/;"	l
 14720  TEXT	./runtime/sys_plan9_386.s	/^TEXT nsec<>(SB),NOSPLIT,$0$/;"	l
 14721  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·brk_(SB),NOSPLIT,$0$/;"	l
 14722  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14723  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·errstr(SB),NOSPLIT,$8-8$/;"	l
 14724  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·exits(SB),NOSPLIT,$0$/;"	l
 14725  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·noted(SB),NOSPLIT,$0$/;"	l
 14726  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·notify(SB),NOSPLIT,$0$/;"	l
 14727  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·nsec(SB),NOSPLIT,$8$/;"	l
 14728  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14729  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·plan9_semacquire(SB),NOSPLIT,$0$/;"	l
 14730  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·plan9_semrelease(SB),NOSPLIT,$0$/;"	l
 14731  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·plan9_tsemacquire(SB),NOSPLIT,$0$/;"	l
 14732  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·pread(SB),NOSPLIT,$0$/;"	l
 14733  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·pwrite(SB),NOSPLIT,$0$/;"	l
 14734  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·rfork(SB),NOSPLIT,$0$/;"	l
 14735  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·seek(SB),NOSPLIT,$24$/;"	l
 14736  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·setfpmasks(SB),NOSPLIT,$0$/;"	l
 14737  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$0$/;"	l
 14738  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0$/;"	l
 14739  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·sleep(SB),NOSPLIT,$0$/;"	l
 14740  TEXT	./runtime/sys_plan9_386.s	/^TEXT runtime·tstart_plan9(SB),NOSPLIT,$0$/;"	l
 14741  TEXT	./runtime/sys_plan9_386.s	/^TEXT time·now(SB),NOSPLIT,$8-12$/;"	l
 14742  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT _seek<>(SB),NOSPLIT,$0$/;"	l
 14743  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT errstr<>(SB),NOSPLIT,$0$/;"	l
 14744  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·brk_(SB),NOSPLIT,$0$/;"	l
 14745  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·closefd(SB),NOSPLIT,$0$/;"	l
 14746  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·errstr(SB),NOSPLIT,$16-16$/;"	l
 14747  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·exits(SB),NOSPLIT,$0$/;"	l
 14748  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·noted(SB),NOSPLIT,$0$/;"	l
 14749  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·notify(SB),NOSPLIT,$0$/;"	l
 14750  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·nsec(SB),NOSPLIT,$0$/;"	l
 14751  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·open(SB),NOSPLIT,$0$/;"	l
 14752  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·plan9_semacquire(SB),NOSPLIT,$0$/;"	l
 14753  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·plan9_semrelease(SB),NOSPLIT,$0$/;"	l
 14754  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·plan9_tsemacquire(SB),NOSPLIT,$0$/;"	l
 14755  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·pread(SB),NOSPLIT,$0$/;"	l
 14756  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·pwrite(SB),NOSPLIT,$0$/;"	l
 14757  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·rfork(SB),NOSPLIT,$0$/;"	l
 14758  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·seek(SB),NOSPLIT,$32$/;"	l
 14759  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·setfpmasks(SB),NOSPLIT,$8$/;"	l
 14760  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·setldt(SB),NOSPLIT,$0$/;"	l
 14761  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$0$/;"	l
 14762  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0$/;"	l
 14763  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·sleep(SB),NOSPLIT,$0$/;"	l
 14764  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT runtime·tstart_plan9(SB),NOSPLIT,$0$/;"	l
 14765  TEXT	./runtime/sys_plan9_amd64.s	/^TEXT time·now(SB),NOSPLIT,$8-12$/;"	l
 14766  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·asmsysvicall6(SB),NOSPLIT,$0$/;"	l
 14767  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·miniterrno(SB),NOSPLIT,$0$/;"	l
 14768  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·nanotime1(SB),NOSPLIT,$0$/;"	l
 14769  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·osyield1(SB),NOSPLIT,$0$/;"	l
 14770  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·pipe1(SB),NOSPLIT,$0$/;"	l
 14771  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$8$/;"	l
 14772  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0$/;"	l
 14773  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·tstart_sysvicall(SB),NOSPLIT,$0$/;"	l
 14774  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·usleep1(SB),NOSPLIT,$0$/;"	l
 14775  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT runtime·usleep2(SB),NOSPLIT,$0$/;"	l
 14776  TEXT	./runtime/sys_solaris_amd64.s	/^TEXT time·now(SB),NOSPLIT,$8-12$/;"	l
 14777  TEXT	./runtime/sys_windows_386.s	/^TEXT	runtime·badsignal2(SB),NOSPLIT,$24$/;"	l
 14778  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·asmstdcall(SB),NOSPLIT,$0$/;"	l
 14779  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·callbackasm1+0(SB),NOSPLIT,$0$/;"	l
 14780  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·ctrlhandler(SB),NOSPLIT,$0$/;"	l
 14781  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·exceptiontramp(SB),NOSPLIT,$0$/;"	l
 14782  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0$/;"	l
 14783  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·firstcontinuetramp(SB),NOSPLIT,$0-0$/;"	l
 14784  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·getlasterror(SB),NOSPLIT,$0$/;"	l
 14785  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·lastcontinuetramp(SB),NOSPLIT,$0-0$/;"	l
 14786  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·profileloop(SB),NOSPLIT,$0$/;"	l
 14787  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·setlasterror(SB),NOSPLIT,$0$/;"	l
 14788  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·setldt(SB),NOSPLIT,$0$/;"	l
 14789  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0-0$/;"	l
 14790  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·tstart(SB),NOSPLIT,$0$/;"	l
 14791  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·tstart_stdcall(SB),NOSPLIT,$0$/;"	l
 14792  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·usleep1(SB),NOSPLIT,$0$/;"	l
 14793  TEXT	./runtime/sys_windows_386.s	/^TEXT runtime·usleep2(SB),NOSPLIT,$20$/;"	l
 14794  TEXT	./runtime/sys_windows_386.s	/^TEXT time·now(SB),NOSPLIT,$8-12$/;"	l
 14795  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·asmstdcall(SB),NOSPLIT,$0$/;"	l
 14796  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·badsignal2(SB),NOSPLIT,$48$/;"	l
 14797  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·callbackasm1(SB),NOSPLIT,$0$/;"	l
 14798  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·ctrlhandler(SB),NOSPLIT,$8$/;"	l
 14799  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·exceptiontramp(SB),NOSPLIT,$0$/;"	l
 14800  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0$/;"	l
 14801  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·firstcontinuetramp(SB),NOSPLIT,$0-0$/;"	l
 14802  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·getlasterror(SB),NOSPLIT,$0$/;"	l
 14803  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·lastcontinuetramp(SB),NOSPLIT,$0-0$/;"	l
 14804  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·profileloop(SB),NOSPLIT,$8$/;"	l
 14805  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·setlasterror(SB),NOSPLIT,$0$/;"	l
 14806  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·settls(SB),NOSPLIT,$0$/;"	l
 14807  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·sigtramp(SB),NOSPLIT,$0-0$/;"	l
 14808  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·tstart_stdcall(SB),NOSPLIT,$0$/;"	l
 14809  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·usleep1(SB),NOSPLIT,$0$/;"	l
 14810  TEXT	./runtime/sys_windows_amd64.s	/^TEXT runtime·usleep2(SB),NOSPLIT,$16$/;"	l
 14811  TEXT	./runtime/sys_windows_amd64.s	/^TEXT time·now(SB),NOSPLIT,$8-12$/;"	l
 14812  TEXT	./runtime/tls_arm.s	/^TEXT runtime·_initcgo(SB),NOSPLIT,$4$/;"	l
 14813  TEXT	./runtime/tls_arm.s	/^TEXT runtime·load_g(SB),NOSPLIT,$0$/;"	l
 14814  TEXT	./runtime/tls_arm.s	/^TEXT runtime·save_g(SB),NOSPLIT,$-4$/;"	l
 14815  TEXT	./runtime/tls_arm.s	/^TEXT setg_gcc<>(SB),NOSPLIT,$0$/;"	l
 14816  TEXT	./runtime/tls_arm64.s	/^TEXT runtime·load_g(SB),NOSPLIT,$0$/;"	l
 14817  TEXT	./runtime/tls_arm64.s	/^TEXT runtime·save_g(SB),NOSPLIT,$0$/;"	l
 14818  TEXT	./runtime/tls_ppc64x.s	/^TEXT runtime·load_g(SB),NOSPLIT,$-8-0$/;"	l
 14819  TEXT	./runtime/tls_ppc64x.s	/^TEXT runtime·save_g(SB),NOSPLIT,$-8-0$/;"	l
 14820  TEXT	./runtime/vlop_386.s	/^TEXT runtime·_div64by32(SB), NOSPLIT, $0$/;"	l
 14821  TEXT	./runtime/vlop_386.s	/^TEXT runtime·_mul64by32(SB), NOSPLIT, $0$/;"	l
 14822  TEXT	./runtime/vlop_arm.s	/^TEXT _div(SB),NOSPLIT,$16-0$/;"	l
 14823  TEXT	./runtime/vlop_arm.s	/^TEXT _divu(SB), NOSPLIT, $16-0$/;"	l
 14824  TEXT	./runtime/vlop_arm.s	/^TEXT _mod(SB),NOSPLIT,$16-0$/;"	l
 14825  TEXT	./runtime/vlop_arm.s	/^TEXT _modu(SB), NOSPLIT, $16-0$/;"	l
 14826  TEXT	./runtime/vlop_arm.s	/^TEXT _mulv(SB), NOSPLIT, $0$/;"	l
 14827  TEXT	./runtime/vlop_arm.s	/^TEXT _sfloat(SB), NOSPLIT, $68-0 \/\/ 4 arg + 14*4 saved regs + cpsr + return value$/;"	l
 14828  TEXT	./runtime/vlop_arm.s	/^TEXT runtime·_div64by32(SB), NOSPLIT, $0$/;"	l
 14829  TEXT	./runtime/vlop_arm.s	/^TEXT runtime·_mul64by32(SB), NOSPLIT, $0$/;"	l
 14830  TEXT	./runtime/vlop_arm.s	/^TEXT runtime·_sfloatpanic(SB),NOSPLIT,$-4$/;"	l
 14831  TEXT	./runtime/vlop_arm.s	/^TEXT udiv<>(SB),NOSPLIT,$-4$/;"	l
 14832  TEXT	./runtime/zcallback_windows.s	/^TEXT runtime·callbackasm(SB),7,$0$/;"	l
 14833  TEXT	./sync/atomic/asm_386.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0-12$/;"	l
 14834  TEXT	./sync/atomic/asm_386.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0-20$/;"	l
 14835  TEXT	./sync/atomic/asm_386.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0-12$/;"	l
 14836  TEXT	./sync/atomic/asm_386.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0-20$/;"	l
 14837  TEXT	./sync/atomic/asm_386.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0-12$/;"	l
 14838  TEXT	./sync/atomic/asm_386.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0-13$/;"	l
 14839  TEXT	./sync/atomic/asm_386.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0-21$/;"	l
 14840  TEXT	./sync/atomic/asm_386.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0-13$/;"	l
 14841  TEXT	./sync/atomic/asm_386.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$0-21$/;"	l
 14842  TEXT	./sync/atomic/asm_386.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0-13$/;"	l
 14843  TEXT	./sync/atomic/asm_386.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0-8$/;"	l
 14844  TEXT	./sync/atomic/asm_386.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0-12$/;"	l
 14845  TEXT	./sync/atomic/asm_386.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0-8$/;"	l
 14846  TEXT	./sync/atomic/asm_386.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 14847  TEXT	./sync/atomic/asm_386.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0-12$/;"	l
 14848  TEXT	./sync/atomic/asm_386.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0-8$/;"	l
 14849  TEXT	./sync/atomic/asm_386.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0-8$/;"	l
 14850  TEXT	./sync/atomic/asm_386.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0-12$/;"	l
 14851  TEXT	./sync/atomic/asm_386.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 14852  TEXT	./sync/atomic/asm_386.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0-12$/;"	l
 14853  TEXT	./sync/atomic/asm_386.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0-8$/;"	l
 14854  TEXT	./sync/atomic/asm_386.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0-12$/;"	l
 14855  TEXT	./sync/atomic/asm_386.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0-20$/;"	l
 14856  TEXT	./sync/atomic/asm_386.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0-12$/;"	l
 14857  TEXT	./sync/atomic/asm_386.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0-20$/;"	l
 14858  TEXT	./sync/atomic/asm_386.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0-12$/;"	l
 14859  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0-20$/;"	l
 14860  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0-24$/;"	l
 14861  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0-20$/;"	l
 14862  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0-24$/;"	l
 14863  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0-24$/;"	l
 14864  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0-17$/;"	l
 14865  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0-25$/;"	l
 14866  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0-17$/;"	l
 14867  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$0-25$/;"	l
 14868  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0-25$/;"	l
 14869  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0-12$/;"	l
 14870  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0-16$/;"	l
 14871  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0-16$/;"	l
 14872  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-12$/;"	l
 14873  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0-16$/;"	l
 14874  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0-16$/;"	l
 14875  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0-12$/;"	l
 14876  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0-16$/;"	l
 14877  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-12$/;"	l
 14878  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0-16$/;"	l
 14879  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0-16$/;"	l
 14880  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0-20$/;"	l
 14881  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0-24$/;"	l
 14882  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0-20$/;"	l
 14883  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0-24$/;"	l
 14884  TEXT	./sync/atomic/asm_amd64.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0-24$/;"	l
 14885  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0-12$/;"	l
 14886  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0-24$/;"	l
 14887  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0-12$/;"	l
 14888  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0-24$/;"	l
 14889  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0-12$/;"	l
 14890  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0-17$/;"	l
 14891  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0-25$/;"	l
 14892  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0-17$/;"	l
 14893  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$0-25$/;"	l
 14894  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0-17$/;"	l
 14895  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0-12$/;"	l
 14896  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0-16$/;"	l
 14897  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0-12$/;"	l
 14898  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-12$/;"	l
 14899  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0-16$/;"	l
 14900  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0-12$/;"	l
 14901  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0-8$/;"	l
 14902  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0-16$/;"	l
 14903  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 14904  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0-16$/;"	l
 14905  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0-8$/;"	l
 14906  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0-12$/;"	l
 14907  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0-24$/;"	l
 14908  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0-12$/;"	l
 14909  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0-24$/;"	l
 14910  TEXT	./sync/atomic/asm_amd64p32.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0-12$/;"	l
 14911  TEXT	./sync/atomic/asm_arm.s	/^TEXT	check64<>(SB),NOSPLIT,$16-0$/;"	l
 14912  TEXT	./sync/atomic/asm_arm.s	/^TEXT	fastCheck64<>(SB),NOSPLIT,$-4$/;"	l
 14913  TEXT	./sync/atomic/asm_arm.s	/^TEXT slowCheck64<>(SB),NOSPLIT,$0-0$/;"	l
 14914  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armAddUint32(SB),NOSPLIT,$0-12$/;"	l
 14915  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armAddUint64(SB),NOSPLIT,$0-20$/;"	l
 14916  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armCompareAndSwapUint32(SB),NOSPLIT,$0-13$/;"	l
 14917  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armCompareAndSwapUint64(SB),NOSPLIT,$0-21$/;"	l
 14918  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armLoadUint64(SB),NOSPLIT,$0-12$/;"	l
 14919  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armStoreUint64(SB),NOSPLIT,$0-12$/;"	l
 14920  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armSwapUint32(SB),NOSPLIT,$0-12$/;"	l
 14921  TEXT	./sync/atomic/asm_arm.s	/^TEXT ·armSwapUint64(SB),NOSPLIT,$0-20$/;"	l
 14922  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0-20$/;"	l
 14923  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0-24$/;"	l
 14924  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0-20$/;"	l
 14925  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0-24$/;"	l
 14926  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0-24$/;"	l
 14927  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0-17$/;"	l
 14928  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0-25$/;"	l
 14929  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0-17$/;"	l
 14930  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$0-25$/;"	l
 14931  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0-25$/;"	l
 14932  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0-12$/;"	l
 14933  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0-16$/;"	l
 14934  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0-16$/;"	l
 14935  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-12$/;"	l
 14936  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0-16$/;"	l
 14937  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0-16$/;"	l
 14938  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0-12$/;"	l
 14939  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0-16$/;"	l
 14940  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-12$/;"	l
 14941  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0-16$/;"	l
 14942  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0-16$/;"	l
 14943  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0-20$/;"	l
 14944  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0-24$/;"	l
 14945  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0-20$/;"	l
 14946  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0-24$/;"	l
 14947  TEXT	./sync/atomic/asm_arm64.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0-24$/;"	l
 14948  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0$/;"	l
 14949  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0$/;"	l
 14950  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0$/;"	l
 14951  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0$/;"	l
 14952  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0$/;"	l
 14953  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0$/;"	l
 14954  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0$/;"	l
 14955  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0$/;"	l
 14956  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$-4$/;"	l
 14957  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0$/;"	l
 14958  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0$/;"	l
 14959  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0$/;"	l
 14960  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0$/;"	l
 14961  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 14962  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0$/;"	l
 14963  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0$/;"	l
 14964  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0$/;"	l
 14965  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0$/;"	l
 14966  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 14967  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0$/;"	l
 14968  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0$/;"	l
 14969  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0$/;"	l
 14970  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0$/;"	l
 14971  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0$/;"	l
 14972  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0$/;"	l
 14973  TEXT	./sync/atomic/asm_darwin_arm.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0$/;"	l
 14974  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0$/;"	l
 14975  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0$/;"	l
 14976  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0$/;"	l
 14977  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0$/;"	l
 14978  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0$/;"	l
 14979  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0$/;"	l
 14980  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0$/;"	l
 14981  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0$/;"	l
 14982  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$-4$/;"	l
 14983  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0$/;"	l
 14984  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0$/;"	l
 14985  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0$/;"	l
 14986  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0$/;"	l
 14987  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 14988  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0$/;"	l
 14989  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0$/;"	l
 14990  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0$/;"	l
 14991  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0$/;"	l
 14992  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 14993  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0$/;"	l
 14994  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0$/;"	l
 14995  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0$/;"	l
 14996  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0$/;"	l
 14997  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0$/;"	l
 14998  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0$/;"	l
 14999  TEXT	./sync/atomic/asm_freebsd_arm.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0$/;"	l
 15000  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT cas64<>(SB),NOSPLIT,$0$/;"	l
 15001  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT cas<>(SB),NOSPLIT,$0$/;"	l
 15002  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT kernelCAS64<>(SB),NOSPLIT,$0-21$/;"	l
 15003  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT setupAndCallCAS64<>(SB),NOSPLIT,$-4-21$/;"	l
 15004  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0$/;"	l
 15005  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0$/;"	l
 15006  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0-12$/;"	l
 15007  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0$/;"	l
 15008  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0$/;"	l
 15009  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0$/;"	l
 15010  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0$/;"	l
 15011  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0-13$/;"	l
 15012  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$-4-21$/;"	l
 15013  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0$/;"	l
 15014  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0$/;"	l
 15015  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0$/;"	l
 15016  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0$/;"	l
 15017  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 15018  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0$/;"	l
 15019  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0$/;"	l
 15020  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0$/;"	l
 15021  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0$/;"	l
 15022  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 15023  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0$/;"	l
 15024  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0$/;"	l
 15025  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0$/;"	l
 15026  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0$/;"	l
 15027  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0-12$/;"	l
 15028  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0$/;"	l
 15029  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0$/;"	l
 15030  TEXT	./sync/atomic/asm_linux_arm.s	/^TEXT ·generalCAS64(SB),NOSPLIT,$0-21$/;"	l
 15031  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0$/;"	l
 15032  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0$/;"	l
 15033  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0$/;"	l
 15034  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0$/;"	l
 15035  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0$/;"	l
 15036  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0$/;"	l
 15037  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0$/;"	l
 15038  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0$/;"	l
 15039  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$-4$/;"	l
 15040  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0$/;"	l
 15041  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0$/;"	l
 15042  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0$/;"	l
 15043  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0$/;"	l
 15044  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 15045  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0$/;"	l
 15046  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0$/;"	l
 15047  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0$/;"	l
 15048  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0$/;"	l
 15049  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 15050  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0$/;"	l
 15051  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0$/;"	l
 15052  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0$/;"	l
 15053  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0$/;"	l
 15054  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0$/;"	l
 15055  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0$/;"	l
 15056  TEXT	./sync/atomic/asm_nacl_arm.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0$/;"	l
 15057  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0$/;"	l
 15058  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0$/;"	l
 15059  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0$/;"	l
 15060  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0$/;"	l
 15061  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0$/;"	l
 15062  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0$/;"	l
 15063  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0$/;"	l
 15064  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0$/;"	l
 15065  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$-4$/;"	l
 15066  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0$/;"	l
 15067  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0$/;"	l
 15068  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0$/;"	l
 15069  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0$/;"	l
 15070  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 15071  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0$/;"	l
 15072  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0$/;"	l
 15073  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0$/;"	l
 15074  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0$/;"	l
 15075  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 15076  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0$/;"	l
 15077  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0$/;"	l
 15078  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0$/;"	l
 15079  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0$/;"	l
 15080  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0$/;"	l
 15081  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0$/;"	l
 15082  TEXT	./sync/atomic/asm_netbsd_arm.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0$/;"	l
 15083  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0$/;"	l
 15084  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0$/;"	l
 15085  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0$/;"	l
 15086  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0$/;"	l
 15087  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0$/;"	l
 15088  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0$/;"	l
 15089  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0$/;"	l
 15090  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0$/;"	l
 15091  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$-4$/;"	l
 15092  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0$/;"	l
 15093  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0$/;"	l
 15094  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0$/;"	l
 15095  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0$/;"	l
 15096  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-8$/;"	l
 15097  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0$/;"	l
 15098  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0$/;"	l
 15099  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0$/;"	l
 15100  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0$/;"	l
 15101  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-8$/;"	l
 15102  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0$/;"	l
 15103  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0$/;"	l
 15104  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0$/;"	l
 15105  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0$/;"	l
 15106  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0$/;"	l
 15107  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0$/;"	l
 15108  TEXT	./sync/atomic/asm_openbsd_arm.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0$/;"	l
 15109  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·AddInt32(SB),NOSPLIT,$0-20$/;"	l
 15110  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·AddInt64(SB),NOSPLIT,$0-24$/;"	l
 15111  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·AddUint32(SB),NOSPLIT,$0-20$/;"	l
 15112  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·AddUint64(SB),NOSPLIT,$0-24$/;"	l
 15113  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·AddUintptr(SB),NOSPLIT,$0-24$/;"	l
 15114  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0-17$/;"	l
 15115  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0-25$/;"	l
 15116  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0-17$/;"	l
 15117  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$0-25$/;"	l
 15118  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0-25$/;"	l
 15119  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·LoadInt32(SB),NOSPLIT,$0-12$/;"	l
 15120  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·LoadInt64(SB),NOSPLIT,$0-16$/;"	l
 15121  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·LoadPointer(SB),NOSPLIT,$0-16$/;"	l
 15122  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·LoadUint32(SB),NOSPLIT,$0-12$/;"	l
 15123  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·LoadUint64(SB),NOSPLIT,$0-16$/;"	l
 15124  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·LoadUintptr(SB),NOSPLIT,$0-16$/;"	l
 15125  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·StoreInt32(SB),NOSPLIT,$0-12$/;"	l
 15126  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·StoreInt64(SB),NOSPLIT,$0-16$/;"	l
 15127  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·StoreUint32(SB),NOSPLIT,$0-12$/;"	l
 15128  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·StoreUint64(SB),NOSPLIT,$0-16$/;"	l
 15129  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·StoreUintptr(SB),NOSPLIT,$0-16$/;"	l
 15130  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·SwapInt32(SB),NOSPLIT,$0-20$/;"	l
 15131  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·SwapInt64(SB),NOSPLIT,$0-24$/;"	l
 15132  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·SwapUint32(SB),NOSPLIT,$0-20$/;"	l
 15133  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·SwapUint64(SB),NOSPLIT,$0-24$/;"	l
 15134  TEXT	./sync/atomic/asm_ppc64x.s	/^TEXT ·SwapUintptr(SB),NOSPLIT,$0-24$/;"	l
 15135  TEXT	./syscall/asm.s	/^TEXT ·use(SB),NOSPLIT,$0$/;"	l
 15136  TEXT	./syscall/asm_darwin_386.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15137  TEXT	./syscall/asm_darwin_386.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15138  TEXT	./syscall/asm_darwin_386.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15139  TEXT	./syscall/asm_darwin_386.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15140  TEXT	./syscall/asm_darwin_386.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15141  TEXT	./syscall/asm_darwin_amd64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15142  TEXT	./syscall/asm_darwin_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15143  TEXT	./syscall/asm_darwin_amd64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15144  TEXT	./syscall/asm_darwin_amd64.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-104$/;"	l
 15145  TEXT	./syscall/asm_darwin_amd64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15146  TEXT	./syscall/asm_darwin_arm.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15147  TEXT	./syscall/asm_darwin_arm.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15148  TEXT	./syscall/asm_darwin_arm.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15149  TEXT	./syscall/asm_darwin_arm.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15150  TEXT	./syscall/asm_darwin_arm.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15151  TEXT	./syscall/asm_darwin_arm64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15152  TEXT	./syscall/asm_darwin_arm64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15153  TEXT	./syscall/asm_darwin_arm64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15154  TEXT	./syscall/asm_darwin_arm64.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-104$/;"	l
 15155  TEXT	./syscall/asm_darwin_arm64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15156  TEXT	./syscall/asm_dragonfly_amd64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-88$/;"	l
 15157  TEXT	./syscall/asm_dragonfly_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-64$/;"	l
 15158  TEXT	./syscall/asm_dragonfly_amd64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-88$/;"	l
 15159  TEXT	./syscall/asm_dragonfly_amd64.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-112$/;"	l
 15160  TEXT	./syscall/asm_dragonfly_amd64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-64$/;"	l
 15161  TEXT	./syscall/asm_freebsd_386.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15162  TEXT	./syscall/asm_freebsd_386.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15163  TEXT	./syscall/asm_freebsd_386.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15164  TEXT	./syscall/asm_freebsd_386.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15165  TEXT	./syscall/asm_freebsd_386.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15166  TEXT	./syscall/asm_freebsd_amd64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15167  TEXT	./syscall/asm_freebsd_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15168  TEXT	./syscall/asm_freebsd_amd64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15169  TEXT	./syscall/asm_freebsd_amd64.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-104$/;"	l
 15170  TEXT	./syscall/asm_freebsd_amd64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15171  TEXT	./syscall/asm_freebsd_arm.s	/^TEXT	·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15172  TEXT	./syscall/asm_freebsd_arm.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15173  TEXT	./syscall/asm_freebsd_arm.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15174  TEXT	./syscall/asm_freebsd_arm.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15175  TEXT	./syscall/asm_freebsd_arm.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15176  TEXT	./syscall/asm_linux_386.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15177  TEXT	./syscall/asm_linux_386.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15178  TEXT	./syscall/asm_linux_386.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15179  TEXT	./syscall/asm_linux_386.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15180  TEXT	./syscall/asm_linux_386.s	/^TEXT ·rawsocketcall(SB),NOSPLIT,$0-36$/;"	l
 15181  TEXT	./syscall/asm_linux_386.s	/^TEXT ·seek(SB),NOSPLIT,$0-28$/;"	l
 15182  TEXT	./syscall/asm_linux_386.s	/^TEXT ·socketcall(SB),NOSPLIT,$0-36$/;"	l
 15183  TEXT	./syscall/asm_linux_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15184  TEXT	./syscall/asm_linux_amd64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15185  TEXT	./syscall/asm_linux_amd64.s	/^TEXT ·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15186  TEXT	./syscall/asm_linux_amd64.s	/^TEXT ·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15187  TEXT	./syscall/asm_linux_amd64.s	/^TEXT ·gettimeofday(SB),NOSPLIT,$0-16$/;"	l
 15188  TEXT	./syscall/asm_linux_arm.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15189  TEXT	./syscall/asm_linux_arm.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15190  TEXT	./syscall/asm_linux_arm.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15191  TEXT	./syscall/asm_linux_arm.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15192  TEXT	./syscall/asm_linux_arm.s	/^TEXT ·seek(SB),NOSPLIT,$0-28$/;"	l
 15193  TEXT	./syscall/asm_linux_arm64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15194  TEXT	./syscall/asm_linux_arm64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15195  TEXT	./syscall/asm_linux_arm64.s	/^TEXT ·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15196  TEXT	./syscall/asm_linux_arm64.s	/^TEXT ·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15197  TEXT	./syscall/asm_linux_ppc64x.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15198  TEXT	./syscall/asm_linux_ppc64x.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15199  TEXT	./syscall/asm_linux_ppc64x.s	/^TEXT ·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15200  TEXT	./syscall/asm_linux_ppc64x.s	/^TEXT ·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15201  TEXT	./syscall/asm_nacl_386.s	/^TEXT ·Syscall(SB),NOSPLIT,$12-28$/;"	l
 15202  TEXT	./syscall/asm_nacl_amd64p32.s	/^TEXT ·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15203  TEXT	./syscall/asm_nacl_arm.s	/^TEXT ·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15204  TEXT	./syscall/asm_netbsd_386.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15205  TEXT	./syscall/asm_netbsd_386.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15206  TEXT	./syscall/asm_netbsd_386.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15207  TEXT	./syscall/asm_netbsd_386.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15208  TEXT	./syscall/asm_netbsd_386.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15209  TEXT	./syscall/asm_netbsd_amd64.s	/^TEXT	·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15210  TEXT	./syscall/asm_netbsd_amd64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15211  TEXT	./syscall/asm_netbsd_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15212  TEXT	./syscall/asm_netbsd_amd64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15213  TEXT	./syscall/asm_netbsd_amd64.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-104$/;"	l
 15214  TEXT	./syscall/asm_netbsd_arm.s	/^TEXT	·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15215  TEXT	./syscall/asm_netbsd_arm.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15216  TEXT	./syscall/asm_netbsd_arm.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15217  TEXT	./syscall/asm_netbsd_arm.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15218  TEXT	./syscall/asm_netbsd_arm.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15219  TEXT	./syscall/asm_openbsd_386.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15220  TEXT	./syscall/asm_openbsd_386.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15221  TEXT	./syscall/asm_openbsd_386.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15222  TEXT	./syscall/asm_openbsd_386.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15223  TEXT	./syscall/asm_openbsd_386.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15224  TEXT	./syscall/asm_openbsd_amd64.s	/^TEXT	·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15225  TEXT	./syscall/asm_openbsd_amd64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15226  TEXT	./syscall/asm_openbsd_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-56$/;"	l
 15227  TEXT	./syscall/asm_openbsd_amd64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-80$/;"	l
 15228  TEXT	./syscall/asm_openbsd_amd64.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-104$/;"	l
 15229  TEXT	./syscall/asm_openbsd_arm.s	/^TEXT	·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15230  TEXT	./syscall/asm_openbsd_arm.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15231  TEXT	./syscall/asm_openbsd_arm.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-28$/;"	l
 15232  TEXT	./syscall/asm_openbsd_arm.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-40$/;"	l
 15233  TEXT	./syscall/asm_openbsd_arm.s	/^TEXT	·Syscall9(SB),NOSPLIT,$0-52$/;"	l
 15234  TEXT	./syscall/asm_plan9_386.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-40$/;"	l
 15235  TEXT	./syscall/asm_plan9_386.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-32$/;"	l
 15236  TEXT	./syscall/asm_plan9_386.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-44$/;"	l
 15237  TEXT	./syscall/asm_plan9_386.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-28$/;"	l
 15238  TEXT	./syscall/asm_plan9_386.s	/^TEXT ·exit(SB),NOSPLIT,$4-4$/;"	l
 15239  TEXT	./syscall/asm_plan9_386.s	/^TEXT ·seek(SB),NOSPLIT,$0-36$/;"	l
 15240  TEXT	./syscall/asm_plan9_amd64.s	/^TEXT	·RawSyscall6(SB),NOSPLIT,$0-80$/;"	l
 15241  TEXT	./syscall/asm_plan9_amd64.s	/^TEXT	·Syscall(SB),NOSPLIT,$0-64$/;"	l
 15242  TEXT	./syscall/asm_plan9_amd64.s	/^TEXT	·Syscall6(SB),NOSPLIT,$0-88$/;"	l
 15243  TEXT	./syscall/asm_plan9_amd64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0-56$/;"	l
 15244  TEXT	./syscall/asm_plan9_amd64.s	/^TEXT ·exit(SB),NOSPLIT,$8-8$/;"	l
 15245  TEXT	./syscall/asm_plan9_amd64.s	/^TEXT ·seek(SB),NOSPLIT,$0-56$/;"	l
 15246  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·RawSyscall(SB),NOSPLIT,$0$/;"	l
 15247  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·Syscall(SB),NOSPLIT,$0$/;"	l
 15248  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·chdir(SB),NOSPLIT,$0$/;"	l
 15249  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·chroot1(SB),NOSPLIT,$0$/;"	l
 15250  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·close(SB),NOSPLIT,$0$/;"	l
 15251  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·dlclose(SB),NOSPLIT,$0$/;"	l
 15252  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·dlopen(SB),NOSPLIT,$0$/;"	l
 15253  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·dlsym(SB),NOSPLIT,$0$/;"	l
 15254  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·execve(SB),NOSPLIT,$0$/;"	l
 15255  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·exit(SB),NOSPLIT,$0$/;"	l
 15256  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·fcntl1(SB),NOSPLIT,$0$/;"	l
 15257  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·forkx(SB),NOSPLIT,$0$/;"	l
 15258  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·gethostname(SB),NOSPLIT,$0$/;"	l
 15259  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·getpid(SB),NOSPLIT,$0$/;"	l
 15260  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·ioctl(SB),NOSPLIT,$0$/;"	l
 15261  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·pipe(SB),NOSPLIT,$0$/;"	l
 15262  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·rawSysvicall6(SB),NOSPLIT,$0$/;"	l
 15263  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·setgid(SB),NOSPLIT,$0$/;"	l
 15264  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·setgroups1(SB),NOSPLIT,$0$/;"	l
 15265  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·setpgid(SB),NOSPLIT,$0$/;"	l
 15266  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·setsid(SB),NOSPLIT,$0$/;"	l
 15267  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·setuid(SB),NOSPLIT,$0$/;"	l
 15268  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·sysvicall6(SB),NOSPLIT,$0$/;"	l
 15269  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·wait4(SB),NOSPLIT,$0$/;"	l
 15270  TEXT	./syscall/asm_solaris_amd64.s	/^TEXT ·write1(SB),NOSPLIT,$0$/;"	l
 15271  TEXT	./syscall/time_nacl_386.s	/^TEXT ·startTimer(SB),NOSPLIT,$0$/;"	l
 15272  TEXT	./syscall/time_nacl_386.s	/^TEXT ·stopTimer(SB),NOSPLIT,$0$/;"	l
 15273  TEXT	./syscall/time_nacl_amd64p32.s	/^TEXT ·startTimer(SB),NOSPLIT,$0$/;"	l
 15274  TEXT	./syscall/time_nacl_amd64p32.s	/^TEXT ·stopTimer(SB),NOSPLIT,$0$/;"	l
 15275  TEXT	./syscall/time_nacl_arm.s	/^TEXT ·startTimer(SB),NOSPLIT,$0$/;"	l
 15276  TEXT	./syscall/time_nacl_arm.s	/^TEXT ·stopTimer(SB),NOSPLIT,$0$/;"	l
 15277  TF	./fmt/stringer_test.go	/^type TF float64$/;"	t
 15278  TF32	./fmt/stringer_test.go	/^type TF32 float32$/;"	t
 15279  TF64	./fmt/stringer_test.go	/^type TF64 float64$/;"	t
 15280  TI	./fmt/stringer_test.go	/^type TI int$/;"	t
 15281  TI16	./fmt/stringer_test.go	/^type TI16 int16$/;"	t
 15282  TI32	./fmt/stringer_test.go	/^type TI32 int32$/;"	t
 15283  TI64	./fmt/stringer_test.go	/^type TI64 int64$/;"	t
 15284  TI8	./fmt/stringer_test.go	/^type TI8 int8$/;"	t
 15285  TL	./runtime/iface_test.go	/^type TL [2]uintptr$/;"	t
 15286  TLSConnectionState	./net/smtp/smtp.go	/^func (c *Client) TLSConnectionState() (state tls.ConnectionState, ok bool) {$/;"	f
 15287  TLSG_IS_VARIABLE	./runtime/tls_arm.s	/^#define TLSG_IS_VARIABLE$/;"	d
 15288  TLSG_IS_VARIABLE	./runtime/tls_arm64.h	/^#define TLSG_IS_VARIABLE$/;"	d
 15289  TLS_SIZE	./runtime/cgo/gcc_openbsd_386.c	/^#define TLS_SIZE /;"	d	file:
 15290  TLS_SIZE	./runtime/cgo/gcc_openbsd_amd64.c	/^#define TLS_SIZE /;"	d	file:
 15291  TM	./runtime/iface_test.go	/^type TM uintptr$/;"	t
 15292  TMP	./runtime/memclr_arm.s	/^#define TMP	R12				\/* N and TMP don't overlap *\/$/;"	d
 15293  TMP	./runtime/memmove_arm.s	/^#define TMP	R12				\/* N and TMP don't overlap *\/$/;"	d
 15294  TMP1	./runtime/memmove_arm.s	/^#define TMP1	R5$/;"	d
 15295  TO	./runtime/memclr_arm.s	/^#define TO	R8$/;"	d
 15296  TOE	./runtime/memclr_arm.s	/^#define TOE	R11$/;"	d
 15297  TPIDR	./runtime/tls_arm64.h	/^#define TPIDR /;"	d
 15298  TPtrExported	./cmd/api/testdata/src/pkg/p1/p1.go	/^type TPtrExported struct {$/;"	t
 15299  TPtrUnexported	./cmd/api/testdata/src/pkg/p1/p1.go	/^type TPtrUnexported struct {$/;"	t
 15300  TS	./fmt/stringer_test.go	/^type TS string$/;"	t
 15301  TS	./runtime/iface_test.go	/^type TS uint16$/;"	t
 15302  TS	./runtime/memmove_arm.s	/^#define TS	R0$/;"	d
 15303  TU	./fmt/stringer_test.go	/^type TU uint$/;"	t
 15304  TU16	./fmt/stringer_test.go	/^type TU16 uint16$/;"	t
 15305  TU32	./fmt/stringer_test.go	/^type TU32 uint32$/;"	t
 15306  TU64	./fmt/stringer_test.go	/^type TU64 uint64$/;"	t
 15307  TU8	./fmt/stringer_test.go	/^type TU8 uint8$/;"	t
 15308  TUI	./fmt/stringer_test.go	/^type TUI uintptr$/;"	t
 15309  TYPE	./cmd/yacc/yacc.go	/^func TYPE(i int) int { return (i >> 10) & 077 }$/;"	f
 15310  Table	./debug/gosym/symtab.go	/^type Table struct {$/;"	t
 15311  Table	./hash/crc32/crc32.go	/^type Table [256]uint32$/;"	t
 15312  Table	./hash/crc64/crc64.go	/^type Table [256]uint64$/;"	t
 15313  TableAttrs	./encoding/xml/read_test.go	/^type TableAttrs struct {$/;"	t
 15314  Tables	./encoding/xml/read_test.go	/^type Tables struct {$/;"	t
 15315  Tag	./debug/dwarf/const.go	/^type Tag uint32$/;"	t
 15316  Tag	./go/types/type.go	/^func (s *Struct) Tag(i int) string {$/;"	f
 15317  TagMatch	./cmd/pprof/internal/profile/filter.go	/^type TagMatch func(key, val string, nval int64) bool$/;"	t
 15318  TagPathError	./encoding/xml/typeinfo.go	/^type TagPathError struct {$/;"	t
 15319  TakesFunc	./cmd/api/testdata/src/pkg/p1/p1.go	/^func TakesFunc(f func(dontWantName int) int)$/;"	f
 15320  Tan	./math/cmplx/tan.go	/^func Tan(x complex128) complex128 {$/;"	f
 15321  Tan	./math/tan.go	/^func Tan(x float64) float64$/;"	f
 15322  Tanh	./math/cmplx/tan.go	/^func Tanh(x complex128) complex128 {$/;"	f
 15323  Tanh	./math/tanh.go	/^func Tanh(x float64) float64 {$/;"	f
 15324  Task	./runtime/race/testdata/chan_test.go	/^	type Task struct {$/;"	t
 15325  Task	./runtime/race/testdata/select_test.go	/^	type Task struct {$/;"	t
 15326  Tbigp	./reflect/all_test.go	/^type Tbigp [2]uintptr$/;"	t
 15327  Tbigv	./reflect/all_test.go	/^type Tbigv [2]uintptr$/;"	t
 15328  Tconv	./cmd/compile/internal/gc/fmt.go	/^func Tconv(t *Type, flag int) string {$/;"	f
 15329  Tee	./syscall/zsyscall_linux_386.go	/^func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) {$/;"	f
 15330  Tee	./syscall/zsyscall_linux_amd64.go	/^func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) {$/;"	f
 15331  Tee	./syscall/zsyscall_linux_arm.go	/^func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) {$/;"	f
 15332  Tee	./syscall/zsyscall_linux_arm64.go	/^func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) {$/;"	f
 15333  Tee	./syscall/zsyscall_linux_ppc64.go	/^func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) {$/;"	f
 15334  Tee	./syscall/zsyscall_linux_ppc64le.go	/^func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) {$/;"	f
 15335  TeeReader	./io/io.go	/^func TeeReader(r Reader, w Writer) Reader {$/;"	f
 15336  Tell	./debug/dwarf/line.go	/^func (r *LineReader) Tell() LineReaderPos {$/;"	f
 15337  TempDir	./io/ioutil/tempfile.go	/^func TempDir(dir, prefix string) (name string, err error) {$/;"	f
 15338  TempDir	./os/file_plan9.go	/^func TempDir() string {$/;"	f
 15339  TempDir	./os/file_unix.go	/^func TempDir() string {$/;"	f
 15340  TempDir	./os/file_windows.go	/^func TempDir() string {$/;"	f
 15341  TempFile	./io/ioutil/tempfile.go	/^func TempFile(dir, prefix string) (f *os.File, err error) {$/;"	f
 15342  TempVar	./cmd/compile/internal/gc/popt.go	/^type TempVar struct {$/;"	t
 15343  Template	./html/template/template.go	/^type Template struct {$/;"	t
 15344  Template	./text/template/template.go	/^type Template struct {$/;"	t
 15345  TemplateNode	./text/template/parse/node.go	/^type TemplateNode struct {$/;"	t
 15346  Templates	./html/template/template.go	/^func (t *Template) Templates() []*Template {$/;"	f
 15347  Templates	./text/template/template.go	/^func (t *Template) Templates() []*Template {$/;"	f
 15348  Tempname	./cmd/compile/internal/gc/gen.go	/^func Tempname(nn *Node, t *Type) {$/;"	f
 15349  Temporary	./crypto/tls/tls.go	/^func (timeoutError) Temporary() bool { return true }$/;"	f
 15350  Temporary	./net/cgo_stub.go	/^func (eai addrinfoErrno) Temporary() bool { return false }$/;"	f
 15351  Temporary	./net/cgo_unix.go	/^func (eai addrinfoErrno) Temporary() bool { return eai == C.EAI_AGAIN }$/;"	f
 15352  Temporary	./net/cgo_windows.go	/^func (eai addrinfoErrno) Temporary() bool { return false }$/;"	f
 15353  Temporary	./net/http/transport.go	/^func (e *httpError) Temporary() bool { return true }$/;"	f
 15354  Temporary	./net/http/transport.go	/^func (tlsHandshakeTimeoutError) Temporary() bool { return true }$/;"	f
 15355  Temporary	./net/net.go	/^func (e *AddrError) Temporary() bool { return false }$/;"	f
 15356  Temporary	./net/net.go	/^func (e *DNSConfigError) Temporary() bool { return false }$/;"	f
 15357  Temporary	./net/net.go	/^func (e *DNSError) Temporary() bool { return e.IsTimeout }$/;"	f
 15358  Temporary	./net/net.go	/^func (e *OpError) Temporary() bool {$/;"	f
 15359  Temporary	./net/net.go	/^func (e *timeoutError) Temporary() bool { return true }$/;"	f
 15360  Temporary	./net/net.go	/^func (e InvalidAddrError) Temporary() bool { return false }$/;"	f
 15361  Temporary	./net/net.go	/^func (e UnknownNetworkError) Temporary() bool { return false }$/;"	f
 15362  Temporary	./syscall/syscall_nacl.go	/^func (e Errno) Temporary() bool {$/;"	f
 15363  Temporary	./syscall/syscall_plan9.go	/^func (e ErrorString) Temporary() bool {$/;"	f
 15364  Temporary	./syscall/syscall_unix.go	/^func (e Errno) Temporary() bool {$/;"	f
 15365  Temporary	./syscall/syscall_windows.go	/^func (e Errno) Temporary() bool {$/;"	f
 15366  TerminateProcess	./syscall/zsyscall_windows.go	/^func TerminateProcess(handle Handle, exitcode uint32) (err error) {$/;"	f
 15367  Termios	./syscall/types_darwin.go	/^type Termios C.struct_termios$/;"	t
 15368  Termios	./syscall/types_dragonfly.go	/^type Termios C.struct_termios$/;"	t
 15369  Termios	./syscall/types_freebsd.go	/^type Termios C.struct_termios$/;"	t
 15370  Termios	./syscall/types_linux.go	/^type Termios C.struct_termios$/;"	t
 15371  Termios	./syscall/types_netbsd.go	/^type Termios C.struct_termios$/;"	t
 15372  Termios	./syscall/types_openbsd.go	/^type Termios C.struct_termios$/;"	t
 15373  Termios	./syscall/types_solaris.go	/^type Termios C.struct_termios$/;"	t
 15374  Termios	./syscall/ztypes_darwin_386.go	/^type Termios struct {$/;"	t
 15375  Termios	./syscall/ztypes_darwin_amd64.go	/^type Termios struct {$/;"	t
 15376  Termios	./syscall/ztypes_darwin_arm.go	/^type Termios struct {$/;"	t
 15377  Termios	./syscall/ztypes_darwin_arm64.go	/^type Termios struct {$/;"	t
 15378  Termios	./syscall/ztypes_dragonfly_amd64.go	/^type Termios struct {$/;"	t
 15379  Termios	./syscall/ztypes_freebsd_386.go	/^type Termios struct {$/;"	t
 15380  Termios	./syscall/ztypes_freebsd_amd64.go	/^type Termios struct {$/;"	t
 15381  Termios	./syscall/ztypes_freebsd_arm.go	/^type Termios struct {$/;"	t
 15382  Termios	./syscall/ztypes_linux_386.go	/^type Termios struct {$/;"	t
 15383  Termios	./syscall/ztypes_linux_amd64.go	/^type Termios struct {$/;"	t
 15384  Termios	./syscall/ztypes_linux_arm.go	/^type Termios struct {$/;"	t
 15385  Termios	./syscall/ztypes_linux_arm64.go	/^type Termios struct {$/;"	t
 15386  Termios	./syscall/ztypes_linux_ppc64.go	/^type Termios struct {$/;"	t
 15387  Termios	./syscall/ztypes_linux_ppc64le.go	/^type Termios struct {$/;"	t
 15388  Termios	./syscall/ztypes_netbsd_386.go	/^type Termios struct {$/;"	t
 15389  Termios	./syscall/ztypes_netbsd_amd64.go	/^type Termios struct {$/;"	t
 15390  Termios	./syscall/ztypes_netbsd_arm.go	/^type Termios struct {$/;"	t
 15391  Termios	./syscall/ztypes_openbsd_386.go	/^type Termios struct {$/;"	t
 15392  Termios	./syscall/ztypes_openbsd_amd64.go	/^type Termios struct {$/;"	t
 15393  Termios	./syscall/ztypes_openbsd_arm.go	/^type Termios struct {$/;"	t
 15394  Termios	./syscall/ztypes_solaris_amd64.go	/^type Termios struct {$/;"	t
 15395  Test	./cmd/go/testdata/src/testcycle/p1/p1_test.go	/^func Test(t *testing.T) {$/;"	f
 15396  Test	./cmd/go/testdata/src/testcycle/p3/p3_test.go	/^func Test(t *testing.T) {$/;"	f
 15397  Test	./cmd/go/testdata/src/testcycle/q1/q1_test.go	/^func Test(t *testing.T) {}$/;"	f
 15398  Test	./cmd/go/testdata/standalone_test.go	/^func Test(t *testing.T) {$/;"	f
 15399  Test	./container/heap/heap_test.go	/^func Test(t *testing.T) {$/;"	f
 15400  Test	./go/doc/doc_test.go	/^func Test(t *testing.T) {$/;"	f
 15401  Test	./go/printer/example_test.go	/^func Test(*testing.T) {}$/;"	f
 15402  Test	./text/tabwriter/tabwriter_test.go	/^func Test(t *testing.T) {$/;"	f
 15403  Test1	./cmd/go/testdata/src/main_test/m_test.go	/^func Test1(t *testing.T) {$/;"	f
 15404  Test12AMIsMidnight	./time/format_test.go	/^func Test12AMIsMidnight(t *testing.T) {$/;"	f
 15405  Test12PMIsNoon	./time/format_test.go	/^func Test12PMIsNoon(t *testing.T) {$/;"	f
 15406  Test16BitsPerColorChannel	./image/image_test.go	/^func Test16BitsPerColorChannel(t *testing.T) {$/;"	f
 15407  Test1MBSawtooth	./compress/bzip2/bzip2_test.go	/^func Test1MBSawtooth(t *testing.T) {$/;"	f
 15408  Test1MBZeros	./compress/bzip2/bzip2_test.go	/^func Test1MBZeros(t *testing.T) {$/;"	f
 15409  Test29ElementSlice	./encoding/gob/encoder_test.go	/^func Test29ElementSlice(t *testing.T) {$/;"	f
 15410  Test304Responses	./net/http/serve_test.go	/^func Test304Responses(t *testing.T) {$/;"	f
 15411  Test32Zeros	./compress/bzip2/bzip2_test.go	/^func Test32Zeros(t *testing.T) {$/;"	f
 15412  Test386EndToEnd	./cmd/asm/internal/asm/endtoend_test.go	/^func Test386EndToEnd(t *testing.T) {$/;"	f
 15413  Test386OperandParser	./cmd/asm/internal/asm/operand_test.go	/^func Test386OperandParser(t *testing.T) {$/;"	f
 15414  Test3PrimeKeyGeneration	./crypto/rsa/rsa_test.go	/^func Test3PrimeKeyGeneration(t *testing.T) {$/;"	f
 15415  Test4PrimeKeyGeneration	./crypto/rsa/rsa_test.go	/^func Test4PrimeKeyGeneration(t *testing.T) {$/;"	f
 15416  Test500WithEmptyHeaders	./net/http/cgi/matryoshka_test.go	/^func Test500WithEmptyHeaders(t *testing.T)  { want500Test(t, "\/empty-headers") }$/;"	f
 15417  Test500WithNoContentType	./net/http/cgi/matryoshka_test.go	/^func Test500WithNoContentType(t *testing.T) { want500Test(t, "\/no-content-type") }$/;"	f
 15418  Test500WithNoHeaders	./net/http/cgi/matryoshka_test.go	/^func Test500WithNoHeaders(t *testing.T)     { want500Test(t, "\/immediate-disconnect") }$/;"	f
 15419  Test64BitReturnStdCall	./runtime/syscall_windows_test.go	/^func Test64BitReturnStdCall(t *testing.T) {$/;"	f
 15420  TestAESGCM	./crypto/cipher/gcm_test.go	/^func TestAESGCM(t *testing.T) {$/;"	f
 15421  TestAMD64EndToEnd	./cmd/asm/internal/asm/endtoend_test.go	/^func TestAMD64EndToEnd(t *testing.T) {$/;"	f
 15422  TestAMD64OperandParser	./cmd/asm/internal/asm/operand_test.go	/^func TestAMD64OperandParser(t *testing.T) {$/;"	f
 15423  TestARM64EndToEnd	./cmd/asm/internal/asm/endtoend_test.go	/^func TestARM64EndToEnd(t *testing.T) {$/;"	f
 15424  TestARM64OperandParser	./cmd/asm/internal/asm/operand_test.go	/^func TestARM64OperandParser(t *testing.T) {$/;"	f
 15425  TestARMEndToEnd	./cmd/asm/internal/asm/endtoend_test.go	/^func TestARMEndToEnd(t *testing.T) {$/;"	f
 15426  TestARMOperandParser	./cmd/asm/internal/asm/operand_test.go	/^func TestARMOperandParser(t *testing.T) {$/;"	f
 15427  TestASN1BitLength	./crypto/x509/x509_test.go	/^func TestASN1BitLength(t *testing.T) {$/;"	f
 15428  TestAbs	./math/all_test.go	/^func TestAbs(t *testing.T) {$/;"	f
 15429  TestAbs	./math/cmplx/cmath_test.go	/^func TestAbs(t *testing.T) {$/;"	f
 15430  TestAbs	./path/filepath/path_test.go	/^func TestAbs(t *testing.T) {$/;"	f
 15431  TestAbsZ	./cmd/compile/internal/big/int_test.go	/^func TestAbsZ(t *testing.T) {$/;"	f
 15432  TestAbsZ	./math/big/int_test.go	/^func TestAbsZ(t *testing.T) {$/;"	f
 15433  TestAbsolutePath	./cmd/go/go_windows_test.go	/^func TestAbsolutePath(t *testing.T) {$/;"	f
 15434  TestAcceptError	./net/error_test.go	/^func TestAcceptError(t *testing.T) {$/;"	f
 15435  TestAcceptIgnoreSomeErrors	./net/net_windows_test.go	/^func TestAcceptIgnoreSomeErrors(t *testing.T) {$/;"	f
 15436  TestAcceptMaxFds	./net/http/serve_test.go	/^func TestAcceptMaxFds(t *testing.T) {$/;"	f
 15437  TestAcceptTimeout	./net/timeout_test.go	/^func TestAcceptTimeout(t *testing.T) {$/;"	f
 15438  TestAcceptTimeoutMustNotReturn	./net/timeout_test.go	/^func TestAcceptTimeoutMustNotReturn(t *testing.T) {$/;"	f
 15439  TestAcceptTimeoutMustReturn	./net/timeout_test.go	/^func TestAcceptTimeoutMustReturn(t *testing.T) {$/;"	f
 15440  TestAcos	./math/all_test.go	/^func TestAcos(t *testing.T) {$/;"	f
 15441  TestAcos	./math/cmplx/cmath_test.go	/^func TestAcos(t *testing.T) {$/;"	f
 15442  TestAcosh	./math/all_test.go	/^func TestAcosh(t *testing.T) {$/;"	f
 15443  TestAcosh	./math/cmplx/cmath_test.go	/^func TestAcosh(t *testing.T) {$/;"	f
 15444  TestAddCookie	./net/http/cookie_test.go	/^func TestAddCookie(t *testing.T) {$/;"	f
 15445  TestAddDate	./time/time_test.go	/^func TestAddDate(t *testing.T) {$/;"	f
 15446  TestAddInt32	./sync/atomic/atomic_test.go	/^func TestAddInt32(t *testing.T) {$/;"	f
 15447  TestAddInt64	./sync/atomic/atomic_test.go	/^func TestAddInt64(t *testing.T) {$/;"	f
 15448  TestAddParseTree	./html/template/clone_test.go	/^func TestAddParseTree(t *testing.T) {$/;"	f
 15449  TestAddParseTree	./text/template/multi_test.go	/^func TestAddParseTree(t *testing.T) {$/;"	f
 15450  TestAddParseTreeToUnparsedTemplate	./text/template/multi_test.go	/^func TestAddParseTreeToUnparsedTemplate(t *testing.T) {$/;"	f
 15451  TestAddToExactSecond	./time/time_test.go	/^func TestAddToExactSecond(t *testing.T) {$/;"	f
 15452  TestAddUint32	./sync/atomic/atomic_test.go	/^func TestAddUint32(t *testing.T) {$/;"	f
 15453  TestAddUint64	./sync/atomic/atomic_test.go	/^func TestAddUint64(t *testing.T) {$/;"	f
 15454  TestAddUintptr	./sync/atomic/atomic_test.go	/^func TestAddUintptr(t *testing.T) {$/;"	f
 15455  TestAddr	./reflect/all_test.go	/^func TestAddr(t *testing.T) {$/;"	f
 15456  TestAddr2Line	./cmd/addr2line/addr2line_test.go	/^func TestAddr2Line(t *testing.T) {$/;"	f
 15457  TestAddrList	./net/ipsock_test.go	/^func TestAddrList(t *testing.T) {$/;"	f
 15458  TestAddrListPartition	./net/ipsock_test.go	/^func TestAddrListPartition(t *testing.T) {$/;"	f
 15459  TestAddressFormatting	./net/mail/message_test.go	/^func TestAddressFormatting(t *testing.T) {$/;"	f
 15460  TestAddressParser	./net/mail/message_test.go	/^func TestAddressParser(t *testing.T) {$/;"	f
 15461  TestAddressParsing	./net/mail/message_test.go	/^func TestAddressParsing(t *testing.T) {$/;"	f
 15462  TestAddressParsingAndFormatting	./net/mail/message_test.go	/^func TestAddressParsingAndFormatting(t *testing.T) {$/;"	f
 15463  TestAddressParsingError	./net/mail/message_test.go	/^func TestAddressParsingError(t *testing.T) {$/;"	f
 15464  TestAdversary	./sort/sort_test.go	/^func TestAdversary(t *testing.T) {$/;"	f
 15465  TestAfter	./time/sleep_test.go	/^func TestAfter(t *testing.T) {$/;"	f
 15466  TestAfterFunc	./time/sleep_test.go	/^func TestAfterFunc(t *testing.T) {$/;"	f
 15467  TestAfterQueuing	./time/sleep_test.go	/^func TestAfterQueuing(t *testing.T) {$/;"	f
 15468  TestAfterStop	./time/sleep_test.go	/^func TestAfterStop(t *testing.T) {$/;"	f
 15469  TestAfterStress	./time/sleep_test.go	/^func TestAfterStress(t *testing.T) {$/;"	f
 15470  TestAfterTick	./time/sleep_test.go	/^func TestAfterTick(t *testing.T) {$/;"	f
 15471  TestAlertForwarding	./crypto/tls/handshake_server_test.go	/^func TestAlertForwarding(t *testing.T) {$/;"	f
 15472  TestAlias	./reflect/all_test.go	/^func TestAlias(t *testing.T) {$/;"	f
 15473  TestAlias	./runtime/map_test.go	/^func TestAlias(t *testing.T) {$/;"	f
 15474  TestAlignment	./reflect/all_test.go	/^func TestAlignment(t *testing.T) {$/;"	f
 15475  TestAll	./cmd/gofmt/long_test.go	/^func TestAll(t *testing.T) {$/;"	f
 15476  TestAll	./log/log_test.go	/^func TestAll(t *testing.T) {$/;"	f
 15477  TestAll	./reflect/all_test.go	/^func TestAll(t *testing.T) {$/;"	f
 15478  TestAllScalars	./encoding/xml/xml_test.go	/^func TestAllScalars(t *testing.T) {$/;"	f
 15479  TestAllocations	./reflect/all_test.go	/^func TestAllocations(t *testing.T) {$/;"	f
 15480  TestAllocsInterfaceBig	./reflect/all_test.go	/^func TestAllocsInterfaceBig(t *testing.T) {$/;"	f
 15481  TestAllocsInterfaceSmall	./reflect/all_test.go	/^func TestAllocsInterfaceSmall(t *testing.T) {$/;"	f
 15482  TestAllocsPerRun	./testing/allocs_test.go	/^func TestAllocsPerRun(t *testing.T) {$/;"	f
 15483  TestAnonymousFields	./reflect/all_test.go	/^func TestAnonymousFields(t *testing.T) {$/;"	f
 15484  TestAnonymousNonstruct	./encoding/json/encode_test.go	/^func TestAnonymousNonstruct(t *testing.T) {$/;"	f
 15485  TestAppend	./os/os_test.go	/^func TestAppend(t *testing.T) {$/;"	f
 15486  TestAppend	./reflect/all_test.go	/^func TestAppend(t *testing.T) {$/;"	f
 15487  TestAppendBool	./strconv/atob_test.go	/^func TestAppendBool(t *testing.T) {$/;"	f
 15488  TestAppendGrowth	./runtime/runtime_test.go	/^func TestAppendGrowth(t *testing.T) {$/;"	f
 15489  TestAppendOverlap	./runtime/append_test.go	/^func TestAppendOverlap(t *testing.T) {$/;"	f
 15490  TestAppendRangeCollapse	./regexp/syntax/parse_test.go	/^func TestAppendRangeCollapse(t *testing.T) {$/;"	f
 15491  TestAppendSliceGrowth	./runtime/runtime_test.go	/^func TestAppendSliceGrowth(t *testing.T) {$/;"	f
 15492  TestAppendTime	./net/http/serve_test.go	/^func TestAppendTime(t *testing.T) {$/;"	f
 15493  TestArray	./encoding/gob/encoder_test.go	/^func TestArray(t *testing.T) {$/;"	f
 15494  TestArrayAlias	./testing/quick/quick_test.go	/^type TestArrayAlias [4]byte$/;"	t
 15495  TestArrayElemSet	./reflect/all_test.go	/^func TestArrayElemSet(t *testing.T) {$/;"	f
 15496  TestArrayOf	./reflect/all_test.go	/^func TestArrayOf(t *testing.T) {$/;"	f
 15497  TestArrayOfAlg	./reflect/all_test.go	/^func TestArrayOfAlg(t *testing.T) {$/;"	f
 15498  TestArrayOfDirectIface	./reflect/all_test.go	/^func TestArrayOfDirectIface(t *testing.T) {$/;"	f
 15499  TestArrayOfGC	./reflect/all_test.go	/^func TestArrayOfGC(t *testing.T) {$/;"	f
 15500  TestArrayOfGenericAlg	./reflect/all_test.go	/^func TestArrayOfGenericAlg(t *testing.T) {$/;"	f
 15501  TestArrayType	./encoding/gob/type_test.go	/^func TestArrayType(t *testing.T) {$/;"	f
 15502  TestAsin	./math/all_test.go	/^func TestAsin(t *testing.T) {$/;"	f
 15503  TestAsin	./math/cmplx/cmath_test.go	/^func TestAsin(t *testing.T) {$/;"	f
 15504  TestAsinh	./math/all_test.go	/^func TestAsinh(t *testing.T) {$/;"	f
 15505  TestAsinh	./math/cmplx/cmath_test.go	/^func TestAsinh(t *testing.T) {$/;"	f
 15506  TestAssertE2I2Liveness	./runtime/gc_test.go	/^func TestAssertE2I2Liveness(t *testing.T) {$/;"	f
 15507  TestAssertE2T2Liveness	./runtime/gc_test.go	/^func TestAssertE2T2Liveness(t *testing.T) {$/;"	f
 15508  TestAssignOp	./go/types/token_test.go	/^func TestAssignOp(t *testing.T) {$/;"	f
 15509  TestAssignableTo	./reflect/set_test.go	/^func TestAssignableTo(t *testing.T) {$/;"	f
 15510  TestAtan	./math/all_test.go	/^func TestAtan(t *testing.T) {$/;"	f
 15511  TestAtan	./math/cmplx/cmath_test.go	/^func TestAtan(t *testing.T) {$/;"	f
 15512  TestAtan2	./math/all_test.go	/^func TestAtan2(t *testing.T) {$/;"	f
 15513  TestAtanh	./math/all_test.go	/^func TestAtanh(t *testing.T) {$/;"	f
 15514  TestAtanh	./math/cmplx/cmath_test.go	/^func TestAtanh(t *testing.T) {$/;"	f
 15515  TestAtof	./strconv/atof_test.go	/^func TestAtof(t *testing.T) { testAtof(t, true) }$/;"	f
 15516  TestAtofRandom	./strconv/atof_test.go	/^func TestAtofRandom(t *testing.T) {$/;"	f
 15517  TestAtofSlow	./strconv/atof_test.go	/^func TestAtofSlow(t *testing.T) { testAtof(t, false) }$/;"	f
 15518  TestAusZoneAbbr	./time/zoneinfo_windows_test.go	/^func TestAusZoneAbbr(t *testing.T) {$/;"	f
 15519  TestAuth	./net/smtp/smtp_test.go	/^func TestAuth(t *testing.T) {$/;"	f
 15520  TestAuthFailed	./net/smtp/smtp_test.go	/^func TestAuthFailed(t *testing.T) {$/;"	f
 15521  TestAuthPlain	./net/smtp/smtp_test.go	/^func TestAuthPlain(t *testing.T) {$/;"	f
 15522  TestAutoIndirection	./encoding/gob/codec_test.go	/^func TestAutoIndirection(t *testing.T) {$/;"	f
 15523  TestBadComments	./go/printer/printer_test.go	/^func TestBadComments(t *testing.T) {$/;"	f
 15524  TestBadCompile	./regexp/all_test.go	/^func TestBadCompile(t *testing.T) {$/;"	f
 15525  TestBadCount	./encoding/gob/encoder_test.go	/^func TestBadCount(t *testing.T) {$/;"	f
 15526  TestBadData	./encoding/gob/encoder_test.go	/^func TestBadData(t *testing.T) {$/;"	f
 15527  TestBadExpr	./cmd/asm/internal/asm/expr_test.go	/^func TestBadExpr(t *testing.T) {$/;"	f
 15528  TestBadImportsEasy	./cmd/go/go_test.go	/^func TestBadImportsEasy(t *testing.T) {$/;"	f
 15529  TestBadImportsEasySub	./cmd/go/go_test.go	/^func TestBadImportsEasySub(t *testing.T) {$/;"	f
 15530  TestBadImportsGoInstallShouldFail	./cmd/go/go_test.go	/^func TestBadImportsGoInstallShouldFail(t *testing.T) {$/;"	f
 15531  TestBadImportsHard	./cmd/go/go_test.go	/^func TestBadImportsHard(t *testing.T) {$/;"	f
 15532  TestBadNodes	./go/printer/printer_test.go	/^func TestBadNodes(t *testing.T) {$/;"	f
 15533  TestBadOpen	./runtime/runtime_test.go	/^func TestBadOpen(t *testing.T) {$/;"	f
 15534  TestBadReader	./bufio/scan_test.go	/^func TestBadReader(t *testing.T) {$/;"	f
 15535  TestBadRecursiveType	./encoding/gob/codec_test.go	/^func TestBadRecursiveType(t *testing.T) {$/;"	f
 15536  TestBadVerbRecursion	./fmt/fmt_test.go	/^func TestBadVerbRecursion(t *testing.T) {$/;"	f
 15537  TestBase	./path/filepath/path_test.go	/^func TestBase(t *testing.T) {$/;"	f
 15538  TestBase	./path/path_test.go	/^func TestBase(t *testing.T) {$/;"	f
 15539  TestBaseIndent	./go/printer/printer_test.go	/^func TestBaseIndent(t *testing.T) {$/;"	f
 15540  TestBaseMult	./crypto/elliptic/elliptic_test.go	/^func TestBaseMult(t *testing.T) {$/;"	f
 15541  TestBasic	./encoding/gob/type_test.go	/^func TestBasic(t *testing.T) {$/;"	f
 15542  TestBasic	./net/smtp/smtp_test.go	/^func TestBasic(t *testing.T) {$/;"	f
 15543  TestBasicAuth	./net/http/client_test.go	/^func TestBasicAuth(t *testing.T) {$/;"	f
 15544  TestBasicAuthHeadersPreserved	./net/http/client_test.go	/^func TestBasicAuthHeadersPreserved(t *testing.T) {$/;"	f
 15545  TestBasicEncoderDecoder	./encoding/gob/encoder_test.go	/^func TestBasicEncoderDecoder(t *testing.T) {$/;"	f
 15546  TestBasicOperations	./bytes/buffer_test.go	/^func TestBasicOperations(t *testing.T) {$/;"	f
 15547  TestBasics	./net/http/cookiejar/jar_test.go	/^func TestBasics(t *testing.T) {$/;"	f
 15548  TestBeChildCGIProcess	./net/http/cgi/matryoshka_test.go	/^func TestBeChildCGIProcess(t *testing.T) {$/;"	f
 15549  TestBenchmark	./go/types/self_test.go	/^func TestBenchmark(t *testing.T) {$/;"	f
 15550  TestBig	./encoding/ascii85/ascii85_test.go	/^func TestBig(t *testing.T) {$/;"	f
 15551  TestBig	./encoding/base32/base32_test.go	/^func TestBig(t *testing.T) {$/;"	f
 15552  TestBig	./encoding/base64/base64_test.go	/^func TestBig(t *testing.T) {$/;"	f
 15553  TestBigEndianPtrWrite	./encoding/binary/binary_test.go	/^func TestBigEndianPtrWrite(t *testing.T) { testWrite(t, BigEndian, big, &s) }$/;"	f
 15554  TestBigEndianRead	./encoding/binary/binary_test.go	/^func TestBigEndianRead(t *testing.T)     { testRead(t, BigEndian, big, s) }$/;"	f
 15555  TestBigEndianWrite	./encoding/binary/binary_test.go	/^func TestBigEndianWrite(t *testing.T)    { testWrite(t, BigEndian, big, s) }$/;"	f
 15556  TestBigInt	./encoding/asn1/asn1_test.go	/^type TestBigInt struct {$/;"	t
 15557  TestBigItems	./runtime/map_test.go	/^func TestBigItems(t *testing.T) {$/;"	f
 15558  TestBigStruct	./reflect/all_test.go	/^func TestBigStruct(t *testing.T) {$/;"	f
 15559  TestBigUnnamedStruct	./reflect/all_test.go	/^func TestBigUnnamedStruct(t *testing.T) {$/;"	f
 15560  TestBigZero	./reflect/all_test.go	/^func TestBigZero(t *testing.T) {$/;"	f
 15561  TestBinomial	./cmd/compile/internal/big/int_test.go	/^func TestBinomial(t *testing.T) {$/;"	f
 15562  TestBinomial	./math/big/int_test.go	/^func TestBinomial(t *testing.T) {$/;"	f
 15563  TestBit	./cmd/compile/internal/big/nat_test.go	/^func TestBit(t *testing.T) {$/;"	f
 15564  TestBit	./math/big/nat_test.go	/^func TestBit(t *testing.T) {$/;"	f
 15565  TestBitLen	./cmd/compile/internal/big/int_test.go	/^func TestBitLen(t *testing.T) {$/;"	f
 15566  TestBitLen	./math/big/int_test.go	/^func TestBitLen(t *testing.T) {$/;"	f
 15567  TestBitReader	./compress/bzip2/bzip2_test.go	/^func TestBitReader(t *testing.T) {$/;"	f
 15568  TestBitReaderLarge	./compress/bzip2/bzip2_test.go	/^func TestBitReaderLarge(t *testing.T) {$/;"	f
 15569  TestBitSet	./cmd/compile/internal/big/int_test.go	/^func TestBitSet(t *testing.T) {$/;"	f
 15570  TestBitSet	./math/big/int_test.go	/^func TestBitSet(t *testing.T) {$/;"	f
 15571  TestBitString	./encoding/asn1/asn1_test.go	/^func TestBitString(t *testing.T) {$/;"	f
 15572  TestBitStringAt	./encoding/asn1/asn1_test.go	/^func TestBitStringAt(t *testing.T) {$/;"	f
 15573  TestBitStringRightAlign	./encoding/asn1/asn1_test.go	/^func TestBitStringRightAlign(t *testing.T) {$/;"	f
 15574  TestBits	./cmd/compile/internal/big/int_test.go	/^func TestBits(t *testing.T) {$/;"	f
 15575  TestBits	./math/big/int_test.go	/^func TestBits(t *testing.T) {$/;"	f
 15576  TestBitwise	./cmd/compile/internal/big/int_test.go	/^func TestBitwise(t *testing.T) {$/;"	f
 15577  TestBitwise	./math/big/int_test.go	/^func TestBitwise(t *testing.T) {$/;"	f
 15578  TestBlank	./fmt/fmt_test.go	/^func TestBlank(t *testing.T) {$/;"	f
 15579  TestBlankFields	./encoding/binary/binary_test.go	/^func TestBlankFields(t *testing.T) {$/;"	f
 15580  TestBlankLines	./bufio/scan_test.go	/^func TestBlankLines(t *testing.T) {$/;"	f
 15581  TestBlankln	./fmt/fmt_test.go	/^func TestBlankln(t *testing.T) {$/;"	f
 15582  TestBlock	./crypto/rc4/rc4_test.go	/^func TestBlock(t *testing.T) {$/;"	f
 15583  TestBlockGeneric	./crypto/md5/md5_test.go	/^func TestBlockGeneric(t *testing.T) {$/;"	f
 15584  TestBlockGeneric	./crypto/rc4/rc4_test.go	/^func TestBlockGeneric(t *testing.T) {$/;"	f
 15585  TestBlockGeneric	./crypto/sha1/sha1_test.go	/^func TestBlockGeneric(t *testing.T) {$/;"	f
 15586  TestBlockLocked	./runtime/proc_test.go	/^func TestBlockLocked(t *testing.T) {$/;"	f
 15587  TestBlockProfile	./runtime/pprof/pprof_test.go	/^func TestBlockProfile(t *testing.T) {$/;"	f
 15588  TestBlockSize	./crypto/sha1/sha1_test.go	/^func TestBlockSize(t *testing.T) {$/;"	f
 15589  TestBlockSize	./crypto/sha256/sha256_test.go	/^func TestBlockSize(t *testing.T) {$/;"	f
 15590  TestBlockSize	./crypto/sha512/sha512_test.go	/^func TestBlockSize(t *testing.T) {$/;"	f
 15591  TestBlocking	./encoding/json/stream_test.go	/^func TestBlocking(t *testing.T) {$/;"	f
 15592  TestBlockingCallback	./runtime/syscall_windows_test.go	/^func TestBlockingCallback(t *testing.T) {$/;"	f
 15593  TestBlocks	./go/doc/comment_test.go	/^func TestBlocks(t *testing.T) {$/;"	f
 15594  TestBodyReadBadTrailer	./net/http/transfer_test.go	/^func TestBodyReadBadTrailer(t *testing.T) {$/;"	f
 15595  TestBogusPreboundParameters	./database/sql/sql_test.go	/^func TestBogusPreboundParameters(t *testing.T) {$/;"	f
 15596  TestBool	./reflect/all_test.go	/^func TestBool(t *testing.T) {$/;"	f
 15597  TestBoolAlias	./testing/quick/quick_test.go	/^type TestBoolAlias bool$/;"	t
 15598  TestBoundaryLine	./mime/multipart/multipart_test.go	/^func TestBoundaryLine(t *testing.T) {$/;"	f
 15599  TestBounds	./image/gif/reader_test.go	/^func TestBounds(t *testing.T) {$/;"	f
 15600  TestBreakpoint	./runtime/crash_test.go	/^func TestBreakpoint(t *testing.T) {$/;"	f
 15601  TestBrokenTestsWithoutTestFunctionsAllFail	./cmd/go/go_test.go	/^func TestBrokenTestsWithoutTestFunctionsAllFail(t *testing.T) {$/;"	f
 15602  TestBufferFull	./bufio/bufio_test.go	/^func TestBufferFull(t *testing.T) {$/;"	f
 15603  TestBufferGrowNegative	./bytes/bytes_test.go	/^func TestBufferGrowNegative(t *testing.T) {$/;"	f
 15604  TestBufferGrowth	./bytes/buffer_test.go	/^func TestBufferGrowth(t *testing.T) {$/;"	f
 15605  TestBufferOverrun	./compress/bzip2/bzip2_test.go	/^func TestBufferOverrun(t *testing.T) {$/;"	f
 15606  TestBufferTooSmall	./encoding/binary/varint_test.go	/^func TestBufferTooSmall(t *testing.T) {$/;"	f
 15607  TestBufferTruncateNegative	./bytes/bytes_test.go	/^func TestBufferTruncateNegative(t *testing.T) {$/;"	f
 15608  TestBufferTruncateOutOfRange	./bytes/bytes_test.go	/^func TestBufferTruncateOutOfRange(t *testing.T) {$/;"	f
 15609  TestBug3486	./path/filepath/path_test.go	/^func TestBug3486(t *testing.T) { \/\/ https:\/\/golang.org\/issue\/3486$/;"	f
 15610  TestBuildDashIInstallsDependencies	./cmd/go/go_test.go	/^func TestBuildDashIInstallsDependencies(t *testing.T) {$/;"	f
 15611  TestBuilt	./cmd/go/testdata/norunexample/test_test.go	/^func TestBuilt(t *testing.T) {$/;"	f
 15612  TestBuiltinSignatures	./go/types/builtins_test.go	/^func TestBuiltinSignatures(t *testing.T) {$/;"	f
 15613  TestByteKind	./encoding/json/decode_test.go	/^func TestByteKind(t *testing.T) {$/;"	f
 15614  TestByteOwnership	./database/sql/sql_test.go	/^func TestByteOwnership(t *testing.T) {$/;"	f
 15615  TestBytes	./cmd/compile/internal/big/int_test.go	/^func TestBytes(t *testing.T) {$/;"	f
 15616  TestBytes	./go/constant/value_test.go	/^func TestBytes(t *testing.T) {$/;"	f
 15617  TestBytes	./math/big/int_test.go	/^func TestBytes(t *testing.T) {$/;"	f
 15618  TestBytes	./reflect/all_test.go	/^func TestBytes(t *testing.T) {$/;"	f
 15619  TestCBCDecrypterAES	./crypto/cipher/cbc_aes_test.go	/^func TestCBCDecrypterAES(t *testing.T) {$/;"	f
 15620  TestCBCEncrypterAES	./crypto/cipher/cbc_aes_test.go	/^func TestCBCEncrypterAES(t *testing.T) {$/;"	f
 15621  TestCDecl	./runtime/syscall_windows_test.go	/^func TestCDecl(t *testing.T) {$/;"	f
 15622  TestCFBInverse	./crypto/cipher/cfb_test.go	/^func TestCFBInverse(t *testing.T) {$/;"	f
 15623  TestCFBVectors	./crypto/cipher/cfb_test.go	/^func TestCFBVectors(t *testing.T) {$/;"	f
 15624  TestCGIBasicGet	./net/http/cgi/host_test.go	/^func TestCGIBasicGet(t *testing.T) {$/;"	f
 15625  TestCGIBasicGetAbsPath	./net/http/cgi/host_test.go	/^func TestCGIBasicGetAbsPath(t *testing.T) {$/;"	f
 15626  TestCGIBasicPost	./net/http/cgi/host_test.go	/^func TestCGIBasicPost(t *testing.T) {$/;"	f
 15627  TestCGIEnvIPv6	./net/http/cgi/host_test.go	/^func TestCGIEnvIPv6(t *testing.T) {$/;"	f
 15628  TestCGIPostChunked	./net/http/cgi/host_test.go	/^func TestCGIPostChunked(t *testing.T) {$/;"	f
 15629  TestCIDRMask	./net/ip_test.go	/^func TestCIDRMask(t *testing.T) {$/;"	f
 15630  TestCMYKGray	./image/color/ycbcr_test.go	/^func TestCMYKGray(t *testing.T) {$/;"	f
 15631  TestCMYKRoundtrip	./image/color/ycbcr_test.go	/^func TestCMYKRoundtrip(t *testing.T) {$/;"	f
 15632  TestCMYKToRGBConsistency	./image/color/ycbcr_test.go	/^func TestCMYKToRGBConsistency(t *testing.T) {$/;"	f
 15633  TestCPUProfile	./runtime/pprof/pprof_test.go	/^func TestCPUProfile(t *testing.T) {$/;"	f
 15634  TestCPUProfileMultithreaded	./runtime/pprof/pprof_test.go	/^func TestCPUProfileMultithreaded(t *testing.T) {$/;"	f
 15635  TestCPUProfileWithFork	./runtime/pprof/pprof_test.go	/^func TestCPUProfileWithFork(t *testing.T) {$/;"	f
 15636  TestCRLCreation	./crypto/x509/x509_test.go	/^func TestCRLCreation(t *testing.T) {$/;"	f
 15637  TestCRLF	./cmd/gofmt/gofmt_test.go	/^func TestCRLF(t *testing.T) {$/;"	f
 15638  TestCRLWithoutExpiry	./crypto/x509/x509_test.go	/^func TestCRLWithoutExpiry(t *testing.T) {$/;"	f
 15639  TestCSSEscaper	./html/template/css_test.go	/^func TestCSSEscaper(t *testing.T) {$/;"	f
 15640  TestCSSValueFilter	./html/template/css_test.go	/^func TestCSSValueFilter(t *testing.T) {$/;"	f
 15641  TestCTR_AES	./crypto/cipher/ctr_aes_test.go	/^func TestCTR_AES(t *testing.T) {$/;"	f
 15642  TestCacheKeys	./net/http/proxy_test.go	/^func TestCacheKeys(t *testing.T) {$/;"	f
 15643  TestCalibrate	./cmd/compile/internal/big/calibrate_test.go	/^func TestCalibrate(t *testing.T) {$/;"	f
 15644  TestCalibrate	./math/big/calibrate_test.go	/^func TestCalibrate(t *testing.T) {$/;"	f
 15645  TestCalibrate	./unicode/letter_test.go	/^func TestCalibrate(t *testing.T) {$/;"	f
 15646  TestCallGC	./reflect/all_test.go	/^func TestCallGC(t *testing.T) {$/;"	f
 15647  TestCallMethodJump	./reflect/all_test.go	/^func TestCallMethodJump(t *testing.T) {$/;"	f
 15648  TestCallWithStruct	./reflect/all_test.go	/^func TestCallWithStruct(t *testing.T) {$/;"	f
 15649  TestCallback	./runtime/syscall_windows_test.go	/^func TestCallback(t *testing.T) {$/;"	f
 15650  TestCallbackGC	./runtime/syscall_windows_test.go	/^func TestCallbackGC(t *testing.T) {$/;"	f
 15651  TestCallbackInAnotherThread	./runtime/syscall_windows_test.go	/^func TestCallbackInAnotherThread(t *testing.T) {$/;"	f
 15652  TestCallbackPanic	./runtime/syscall_windows_test.go	/^func TestCallbackPanic(t *testing.T) {$/;"	f
 15653  TestCallbackPanicLocked	./runtime/syscall_windows_test.go	/^func TestCallbackPanicLocked(t *testing.T) {$/;"	f
 15654  TestCallbackPanicLoop	./runtime/syscall_windows_test.go	/^func TestCallbackPanicLoop(t *testing.T) {$/;"	f
 15655  TestCaller	./runtime/symtab_test.go	/^func TestCaller(t *testing.T) {$/;"	f
 15656  TestCanBackquote	./strconv/quote_test.go	/^func TestCanBackquote(t *testing.T) {$/;"	f
 15657  TestCancelRequestWithChannel	./net/http/transport_test.go	/^func TestCancelRequestWithChannel(t *testing.T) {$/;"	f
 15658  TestCancelRequestWithChannelBeforeDo	./net/http/transport_test.go	/^func TestCancelRequestWithChannelBeforeDo(t *testing.T) {$/;"	f
 15659  TestCanonicalHost	./net/http/cookiejar/jar_test.go	/^func TestCanonicalHost(t *testing.T) {$/;"	f
 15660  TestCanonicalMIMEHeaderKey	./net/textproto/reader_test.go	/^func TestCanonicalMIMEHeaderKey(t *testing.T) {$/;"	f
 15661  TestCapWithPreallocatedSlice	./bytes/buffer_test.go	/^func TestCapWithPreallocatedSlice(t *testing.T) {$/;"	f
 15662  TestCapWithSliceAndWrittenData	./bytes/buffer_test.go	/^func TestCapWithSliceAndWrittenData(t *testing.T) {$/;"	f
 15663  TestCase	./runtime/pprof/pprof_test.go	/^	type TestCase struct {$/;"	t
 15664  TestCaseCollisions	./cmd/go/go_test.go	/^func TestCaseCollisions(t *testing.T) {$/;"	f
 15665  TestCaseConsistency	./strings/strings_test.go	/^func TestCaseConsistency(t *testing.T) {$/;"	f
 15666  TestCaseSensitiveMethod	./net/http/serve_test.go	/^func TestCaseSensitiveMethod(t *testing.T) {$/;"	f
 15667  TestCatGoodAndBadFile	./os/exec/exec_test.go	/^func TestCatGoodAndBadFile(t *testing.T) {$/;"	f
 15668  TestCatStdin	./os/exec/exec_test.go	/^func TestCatStdin(t *testing.T) {$/;"	f
 15669  TestCategories	./unicode/script_test.go	/^func TestCategories(t *testing.T) {$/;"	f
 15670  TestCbrt	./math/all_test.go	/^func TestCbrt(t *testing.T) {$/;"	f
 15671  TestCeil	./math/all_test.go	/^func TestCeil(t *testing.T) {$/;"	f
 15672  TestCertificate	./encoding/asn1/asn1_test.go	/^func TestCertificate(t *testing.T) {$/;"	f
 15673  TestCertificateParse	./crypto/x509/x509_test.go	/^func TestCertificateParse(t *testing.T) {$/;"	f
 15674  TestCertificateRequestOverrides	./crypto/x509/x509_test.go	/^func TestCertificateRequestOverrides(t *testing.T) {$/;"	f
 15675  TestCertificateSelection	./crypto/tls/conn_test.go	/^func TestCertificateSelection(t *testing.T) {$/;"	f
 15676  TestCertificateWithNUL	./encoding/asn1/asn1_test.go	/^func TestCertificateWithNUL(t *testing.T) {$/;"	f
 15677  TestCgoCallbackGC	./runtime/crash_cgo_test.go	/^func TestCgoCallbackGC(t *testing.T) {$/;"	f
 15678  TestCgoCrashHandler	./runtime/crash_cgo_test.go	/^func TestCgoCrashHandler(t *testing.T) {$/;"	f
 15679  TestCgoDLLImports	./runtime/crash_cgo_test.go	/^func TestCgoDLLImports(t *testing.T) {$/;"	f
 15680  TestCgoDependsOnSyscall	./cmd/go/go_test.go	/^func TestCgoDependsOnSyscall(t *testing.T) {$/;"	f
 15681  TestCgoExternalThreadPanic	./runtime/crash_cgo_test.go	/^func TestCgoExternalThreadPanic(t *testing.T) {$/;"	f
 15682  TestCgoExternalThreadSIGPROF	./runtime/crash_cgo_test.go	/^func TestCgoExternalThreadSIGPROF(t *testing.T) {$/;"	f
 15683  TestCgoExternalThreadSignal	./runtime/crash_cgo_test.go	/^func TestCgoExternalThreadSignal(t *testing.T) {$/;"	f
 15684  TestCgoHandlesWlORIGIN	./cmd/go/go_test.go	/^func TestCgoHandlesWlORIGIN(t *testing.T) {$/;"	f
 15685  TestCgoLookupIP	./net/cgo_unix_test.go	/^func TestCgoLookupIP(t *testing.T) {$/;"	f
 15686  TestCgoShowsFullPathNames	./cmd/go/go_test.go	/^func TestCgoShowsFullPathNames(t *testing.T) {$/;"	f
 15687  TestCgoSignalDeadlock	./runtime/crash_cgo_test.go	/^func TestCgoSignalDeadlock(t *testing.T) {$/;"	f
 15688  TestCgoTraceback	./runtime/crash_cgo_test.go	/^func TestCgoTraceback(t *testing.T) {$/;"	f
 15689  TestChan	./reflect/all_test.go	/^func TestChan(t *testing.T) {$/;"	f
 15690  TestChan	./runtime/chan_test.go	/^func TestChan(t *testing.T) {$/;"	f
 15691  TestChanFuncIgnored	./encoding/gob/encoder_test.go	/^func TestChanFuncIgnored(t *testing.T) {$/;"	f
 15692  TestChanOf	./reflect/all_test.go	/^func TestChanOf(t *testing.T) {$/;"	f
 15693  TestChanOfDir	./reflect/all_test.go	/^func TestChanOfDir(t *testing.T) {$/;"	f
 15694  TestChanOfGC	./reflect/all_test.go	/^func TestChanOfGC(t *testing.T) {$/;"	f
 15695  TestChanSendBarrier	./runtime/chanbarrier_test.go	/^func TestChanSendBarrier(t *testing.T) {$/;"	f
 15696  TestChanSendInterface	./runtime/chan_test.go	/^func TestChanSendInterface(t *testing.T) {$/;"	f
 15697  TestChanSendSelectBarrier	./runtime/chanbarrier_test.go	/^func TestChanSendSelectBarrier(t *testing.T) {$/;"	f
 15698  TestChangingArgs	./flag/flag_test.go	/^func TestChangingArgs(t *testing.T) {$/;"	f
 15699  TestCharsetDecoder	./mime/encodedword_test.go	/^func TestCharsetDecoder(t *testing.T) {$/;"	f
 15700  TestCharsetDecoderError	./mime/encodedword_test.go	/^func TestCharsetDecoderError(t *testing.T) {$/;"	f
 15701  TestChdirAndGetwd	./os/os_test.go	/^func TestChdirAndGetwd(t *testing.T) {$/;"	f
 15702  TestCheck	./go/types/check_test.go	/^func TestCheck(t *testing.T) {$/;"	f
 15703  TestCheckEqual	./testing/quick/quick_test.go	/^func TestCheckEqual(t *testing.T) {$/;"	f
 15704  TestCheckProperty	./testing/quick/quick_test.go	/^func TestCheckProperty(t *testing.T) {$/;"	f
 15705  TestChildOnlyHeaders	./net/http/cgi/matryoshka_test.go	/^func TestChildOnlyHeaders(t *testing.T) {$/;"	f
 15706  TestChildServeCleansUp	./net/http/fcgi/fcgi_test.go	/^func TestChildServeCleansUp(t *testing.T) {$/;"	f
 15707  TestChildrenCanMatchPattern	./cmd/go/match_test.go	/^func TestChildrenCanMatchPattern(t *testing.T) {$/;"	f
 15708  TestChmod	./os/os_test.go	/^func TestChmod(t *testing.T) {$/;"	f
 15709  TestChown	./os/os_unix_test.go	/^func TestChown(t *testing.T) {$/;"	f
 15710  TestChromiumBasics	./net/http/cookiejar/jar_test.go	/^func TestChromiumBasics(t *testing.T) {$/;"	f
 15711  TestChromiumDeletion	./net/http/cookiejar/jar_test.go	/^func TestChromiumDeletion(t *testing.T) {$/;"	f
 15712  TestChromiumDomain	./net/http/cookiejar/jar_test.go	/^func TestChromiumDomain(t *testing.T) {$/;"	f
 15713  TestChtimes	./os/os_test.go	/^func TestChtimes(t *testing.T) {$/;"	f
 15714  TestChtimesDir	./os/os_test.go	/^func TestChtimesDir(t *testing.T) {$/;"	f
 15715  TestChunk	./net/http/internal/chunked_test.go	/^func TestChunk(t *testing.T) {$/;"	f
 15716  TestChunkReadMultiple	./net/http/internal/chunked_test.go	/^func TestChunkReadMultiple(t *testing.T) {$/;"	f
 15717  TestChunkReaderAllocs	./net/http/internal/chunked_test.go	/^func TestChunkReaderAllocs(t *testing.T) {$/;"	f
 15718  TestChunkedNoContent	./net/http/transport_test.go	/^func TestChunkedNoContent(t *testing.T) {$/;"	f
 15719  TestChunkedResponseHeaders	./net/http/serve_test.go	/^func TestChunkedResponseHeaders(t *testing.T) {$/;"	f
 15720  TestCipherDecrypt	./crypto/aes/aes_test.go	/^func TestCipherDecrypt(t *testing.T) {$/;"	f
 15721  TestCipherEncrypt	./crypto/aes/aes_test.go	/^func TestCipherEncrypt(t *testing.T) {$/;"	f
 15722  TestCipherSuiteCertPreferenceECDSA	./crypto/tls/handshake_server_test.go	/^func TestCipherSuiteCertPreferenceECDSA(t *testing.T) {$/;"	f
 15723  TestCipherSuitePreference	./crypto/tls/handshake_server_test.go	/^func TestCipherSuitePreference(t *testing.T) {$/;"	f
 15724  TestClean	./path/filepath/path_test.go	/^func TestClean(t *testing.T) {$/;"	f
 15725  TestClean	./path/path_test.go	/^func TestClean(t *testing.T) {$/;"	f
 15726  TestCleanHost	./net/http/http_test.go	/^func TestCleanHost(t *testing.T) {$/;"	f
 15727  TestCleanMallocs	./path/path_test.go	/^func TestCleanMallocs(t *testing.T) {$/;"	f
 15728  TestClient	./net/http/client_test.go	/^func TestClient(t *testing.T) {$/;"	f
 15729  TestClient	./net/rpc/jsonrpc/all_test.go	/^func TestClient(t *testing.T) {$/;"	f
 15730  TestClientAuth	./crypto/tls/handshake_server_test.go	/^func TestClientAuth(t *testing.T) {$/;"	f
 15731  TestClientCanClose	./net/http/serve_test.go	/^func TestClientCanClose(t *testing.T) {$/;"	f
 15732  TestClientErrorWithRequestURI	./net/http/client_test.go	/^func TestClientErrorWithRequestURI(t *testing.T) {$/;"	f
 15733  TestClientHead	./net/http/client_test.go	/^func TestClientHead(t *testing.T) {$/;"	f
 15734  TestClientHeadContentLength	./net/http/client_test.go	/^func TestClientHeadContentLength(t *testing.T) {$/;"	f
 15735  TestClientInsecureTransport	./net/http/client_test.go	/^func TestClientInsecureTransport(t *testing.T) {$/;"	f
 15736  TestClientRedirectEatsBody	./net/http/client_test.go	/^func TestClientRedirectEatsBody(t *testing.T) {$/;"	f
 15737  TestClientRedirects	./net/http/client_test.go	/^func TestClientRedirects(t *testing.T) {$/;"	f
 15738  TestClientResumption	./crypto/tls/handshake_client_test.go	/^func TestClientResumption(t *testing.T) {$/;"	f
 15739  TestClientSendsCookieFromJar	./net/http/client_test.go	/^func TestClientSendsCookieFromJar(t *testing.T) {$/;"	f
 15740  TestClientTimeout	./net/http/client_test.go	/^func TestClientTimeout(t *testing.T) {$/;"	f
 15741  TestClientTimeout_Headers	./net/http/client_test.go	/^func TestClientTimeout_Headers(t *testing.T) {$/;"	f
 15742  TestClientTrailers	./net/http/client_test.go	/^func TestClientTrailers(t *testing.T) {$/;"	f
 15743  TestClientWithCorrectTLSServerName	./net/http/client_test.go	/^func TestClientWithCorrectTLSServerName(t *testing.T) {$/;"	f
 15744  TestClientWithIncorrectTLSServerName	./net/http/client_test.go	/^func TestClientWithIncorrectTLSServerName(t *testing.T) {$/;"	f
 15745  TestClientWriteError	./net/rpc/server_test.go	/^func TestClientWriteError(t *testing.T) {$/;"	f
 15746  TestClientWriteShutdown	./net/http/serve_test.go	/^func TestClientWriteShutdown(t *testing.T) {$/;"	f
 15747  TestClientWrites	./net/http/client_test.go	/^func TestClientWrites(t *testing.T) {$/;"	f
 15748  TestClip	./image/draw/clip_test.go	/^func TestClip(t *testing.T) {$/;"	f
 15749  TestClone	./html/template/clone_test.go	/^func TestClone(t *testing.T) {$/;"	f
 15750  TestClone	./text/template/multi_test.go	/^func TestClone(t *testing.T) {$/;"	f
 15751  TestCloneCrash	./html/template/clone_test.go	/^func TestCloneCrash(t *testing.T) {$/;"	f
 15752  TestCloneNEWUSERAndRemapNoRootDisableSetgroups	./syscall/exec_linux_test.go	/^func TestCloneNEWUSERAndRemapNoRootDisableSetgroups(t *testing.T) {$/;"	f
 15753  TestCloneNEWUSERAndRemapNoRootSetgroupsEnableSetgroups	./syscall/exec_linux_test.go	/^func TestCloneNEWUSERAndRemapNoRootSetgroupsEnableSetgroups(t *testing.T) {$/;"	f
 15754  TestCloneNEWUSERAndRemapRootDisableSetgroups	./syscall/exec_linux_test.go	/^func TestCloneNEWUSERAndRemapRootDisableSetgroups(t *testing.T) {$/;"	f
 15755  TestCloneNEWUSERAndRemapRootEnableSetgroups	./syscall/exec_linux_test.go	/^func TestCloneNEWUSERAndRemapRootEnableSetgroups(t *testing.T) {$/;"	f
 15756  TestCloneThenParse	./html/template/clone_test.go	/^func TestCloneThenParse(t *testing.T) {$/;"	f
 15757  TestClose	./crypto/tls/handshake_server_test.go	/^func TestClose(t *testing.T) {$/;"	f
 15758  TestCloseCodec	./net/rpc/client_test.go	/^func TestCloseCodec(t *testing.T) {$/;"	f
 15759  TestCloseConnBeforeStmts	./database/sql/sql_test.go	/^func TestCloseConnBeforeStmts(t *testing.T) {$/;"	f
 15760  TestCloseError	./net/error_test.go	/^func TestCloseError(t *testing.T) {$/;"	f
 15761  TestCloseNotifier	./net/http/serve_test.go	/^func TestCloseNotifier(t *testing.T) {$/;"	f
 15762  TestCloseNotifierChanLeak	./net/http/serve_test.go	/^func TestCloseNotifierChanLeak(t *testing.T) {$/;"	f
 15763  TestClosePipeOnCopyError	./os/exec/exec_test.go	/^func TestClosePipeOnCopyError(t *testing.T) {$/;"	f
 15764  TestCloseRead	./net/net_test.go	/^func TestCloseRead(t *testing.T) {$/;"	f
 15765  TestCloseStmtBeforeRows	./database/sql/sql_test.go	/^func TestCloseStmtBeforeRows(t *testing.T) {$/;"	f
 15766  TestCloseWrite	./net/http/serve_test.go	/^func TestCloseWrite(t *testing.T) {$/;"	f
 15767  TestCloseWrite	./net/net_test.go	/^func TestCloseWrite(t *testing.T) {$/;"	f
 15768  TestCmp	./cmd/compile/internal/big/nat_test.go	/^func TestCmp(t *testing.T) {$/;"	f
 15769  TestCmp	./math/big/nat_test.go	/^func TestCmp(t *testing.T) {$/;"	f
 15770  TestCmpIfaceConcreteAlloc	./runtime/iface_test.go	/^func TestCmpIfaceConcreteAlloc(t *testing.T) {$/;"	f
 15771  TestCodesPreventingContentTypeAndBody	./net/http/serve_test.go	/^func TestCodesPreventingContentTypeAndBody(t *testing.T) {$/;"	f
 15772  TestColonEqualsScope	./go/parser/parser_test.go	/^func TestColonEqualsScope(t *testing.T) {$/;"	f
 15773  TestCommand	./os/exec/lp_windows_test.go	/^func TestCommand(t *testing.T) {$/;"	f
 15774  TestCommandRelativeName	./os/exec/exec_test.go	/^func TestCommandRelativeName(t *testing.T) {$/;"	f
 15775  TestCommentGroups	./go/parser/parser_test.go	/^func TestCommentGroups(t *testing.T) {$/;"	f
 15776  TestCommentMap	./go/ast/commentmap_test.go	/^func TestCommentMap(t *testing.T) {$/;"	f
 15777  TestCommentText	./go/ast/ast_test.go	/^func TestCommentText(t *testing.T) {$/;"	f
 15778  TestCommonHeaders	./net/textproto/reader_test.go	/^func TestCommonHeaders(t *testing.T) {$/;"	f
 15779  TestCompact	./encoding/json/scanner_test.go	/^func TestCompact(t *testing.T) {$/;"	f
 15780  TestCompactBig	./encoding/json/scanner_test.go	/^func TestCompactBig(t *testing.T) {$/;"	f
 15781  TestCompactSeparators	./encoding/json/scanner_test.go	/^func TestCompactSeparators(t *testing.T) {$/;"	f
 15782  TestComparable	./reflect/all_test.go	/^func TestComparable(t *testing.T) {$/;"	f
 15783  TestCompare	./bytes/compare_test.go	/^func TestCompare(t *testing.T) {$/;"	f
 15784  TestCompare	./strings/compare_test.go	/^func TestCompare(t *testing.T) {$/;"	f
 15785  TestCompareAPI	./cmd/api/goapi_test.go	/^func TestCompareAPI(t *testing.T) {$/;"	f
 15786  TestCompareAndSwapInt32	./sync/atomic/atomic_test.go	/^func TestCompareAndSwapInt32(t *testing.T) {$/;"	f
 15787  TestCompareAndSwapInt64	./sync/atomic/atomic_test.go	/^func TestCompareAndSwapInt64(t *testing.T) {$/;"	f
 15788  TestCompareAndSwapPointer	./sync/atomic/atomic_test.go	/^func TestCompareAndSwapPointer(t *testing.T) {$/;"	f
 15789  TestCompareAndSwapUint32	./sync/atomic/atomic_test.go	/^func TestCompareAndSwapUint32(t *testing.T) {$/;"	f
 15790  TestCompareAndSwapUint64	./sync/atomic/atomic_test.go	/^func TestCompareAndSwapUint64(t *testing.T) {$/;"	f
 15791  TestCompareAndSwapUintptr	./sync/atomic/atomic_test.go	/^func TestCompareAndSwapUintptr(t *testing.T) {$/;"	f
 15792  TestCompareBytes	./bytes/compare_test.go	/^func TestCompareBytes(t *testing.T) {$/;"	f
 15793  TestCompareIdenticalSlice	./bytes/compare_test.go	/^func TestCompareIdenticalSlice(t *testing.T) {$/;"	f
 15794  TestCompareIdenticalString	./strings/compare_test.go	/^func TestCompareIdenticalString(t *testing.T) {$/;"	f
 15795  TestCompareStrings	./strings/compare_test.go	/^func TestCompareStrings(t *testing.T) {$/;"	f
 15796  TestCompareTempString	./runtime/string_test.go	/^func TestCompareTempString(t *testing.T) {$/;"	f
 15797  TestComparison	./text/template/exec_test.go	/^func TestComparison(t *testing.T) {$/;"	f
 15798  TestCompile	./regexp/syntax/prog_test.go	/^func TestCompile(t *testing.T) {$/;"	f
 15799  TestCompileOnePass	./regexp/onepass_test.go	/^func TestCompileOnePass(t *testing.T) {$/;"	f
 15800  TestComplex128Alias	./testing/quick/quick_test.go	/^type TestComplex128Alias complex128$/;"	t
 15801  TestComplex64Alias	./testing/quick/quick_test.go	/^type TestComplex64Alias complex64$/;"	t
 15802  TestComplexFormatting	./fmt/fmt_test.go	/^func TestComplexFormatting(t *testing.T) {$/;"	f
 15803  TestConcat	./compress/bzip2/bzip2_test.go	/^func TestConcat(t *testing.T) {$/;"	f
 15804  TestConcat	./compress/gzip/gzip_test.go	/^func TestConcat(t *testing.T) {$/;"	f
 15805  TestConcurrency	./database/sql/sql_test.go	/^func TestConcurrency(t *testing.T) {$/;"	f
 15806  TestConcurrentReadsAfterGrowth	./runtime/map_test.go	/^func TestConcurrentReadsAfterGrowth(t *testing.T) {$/;"	f
 15807  TestConcurrentReadsAfterGrowthReflect	./runtime/map_test.go	/^func TestConcurrentReadsAfterGrowthReflect(t *testing.T) {$/;"	f
 15808  TestConcurrentReconnect	./log/syslog/syslog_test.go	/^func TestConcurrentReconnect(t *testing.T) {$/;"	f
 15809  TestConcurrentWrite	./log/syslog/syslog_test.go	/^func TestConcurrentWrite(t *testing.T) {$/;"	f
 15810  TestCondBroadcast	./sync/cond_test.go	/^func TestCondBroadcast(t *testing.T) {$/;"	f
 15811  TestCondCopy	./sync/cond_test.go	/^func TestCondCopy(t *testing.T) {$/;"	f
 15812  TestCondSignal	./sync/cond_test.go	/^func TestCondSignal(t *testing.T) {$/;"	f
 15813  TestCondSignalGenerations	./sync/cond_test.go	/^func TestCondSignalGenerations(t *testing.T) {$/;"	f
 15814  TestConfHostLookupOrder	./net/conf_test.go	/^func TestConfHostLookupOrder(t *testing.T) {$/;"	f
 15815  TestConj	./math/cmplx/cmath_test.go	/^func TestConj(t *testing.T) {$/;"	f
 15816  TestConnAndListener	./net/conn_test.go	/^func TestConnAndListener(t *testing.T) {$/;"	f
 15817  TestConnAndPacketConn	./net/packetconn_test.go	/^func TestConnAndPacketConn(t *testing.T) {$/;"	f
 15818  TestConnClose	./net/net_test.go	/^func TestConnClose(t *testing.T) {$/;"	f
 15819  TestConnReadNonzeroAndEOF	./crypto/tls/tls_test.go	/^func TestConnReadNonzeroAndEOF(t *testing.T) {$/;"	f
 15820  TestConnectionLeak	./database/sql/sql_test.go	/^func TestConnectionLeak(t *testing.T) {$/;"	f
 15821  TestConsistentEnviron	./os/env_test.go	/^func TestConsistentEnviron(t *testing.T) {$/;"	f
 15822  TestConstantTimeByteEq	./crypto/subtle/constant_time_test.go	/^func TestConstantTimeByteEq(t *testing.T) {$/;"	f
 15823  TestConstantTimeByteEqStruct	./crypto/subtle/constant_time_test.go	/^type TestConstantTimeByteEqStruct struct {$/;"	t
 15824  TestConstantTimeCompare	./crypto/subtle/constant_time_test.go	/^func TestConstantTimeCompare(t *testing.T) {$/;"	f
 15825  TestConstantTimeCompareStruct	./crypto/subtle/constant_time_test.go	/^type TestConstantTimeCompareStruct struct {$/;"	t
 15826  TestConstantTimeCopy	./crypto/subtle/constant_time_test.go	/^func TestConstantTimeCopy(t *testing.T) {$/;"	f
 15827  TestConstantTimeEq	./crypto/subtle/constant_time_test.go	/^func TestConstantTimeEq(t *testing.T) {$/;"	f
 15828  TestConstantTimeLessOrEq	./crypto/subtle/constant_time_test.go	/^func TestConstantTimeLessOrEq(t *testing.T) {$/;"	f
 15829  TestConstants	./encoding/binary/varint_test.go	/^func TestConstants(t *testing.T) {$/;"	f
 15830  TestConstants	./unicode/utf16/utf16_test.go	/^func TestConstants(t *testing.T) {$/;"	f
 15831  TestConstants	./unicode/utf8/utf8_test.go	/^func TestConstants(t *testing.T) {$/;"	f
 15832  TestConsumeMediaParam	./mime/mediatype_test.go	/^func TestConsumeMediaParam(t *testing.T) {$/;"	f
 15833  TestConsumeToken	./mime/mediatype_test.go	/^func TestConsumeToken(t *testing.T) {$/;"	f
 15834  TestConsumeValue	./mime/mediatype_test.go	/^func TestConsumeValue(t *testing.T) {$/;"	f
 15835  TestConsumingBodyOnNextConn	./net/http/serve_test.go	/^func TestConsumingBodyOnNextConn(t *testing.T) {$/;"	f
 15836  TestContains	./bytes/bytes_test.go	/^func TestContains(t *testing.T) {$/;"	f
 15837  TestContains	./strings/strings_test.go	/^func TestContains(t *testing.T) {$/;"	f
 15838  TestContainsAny	./strings/strings_test.go	/^func TestContainsAny(t *testing.T) {$/;"	f
 15839  TestContainsRune	./strings/strings_test.go	/^func TestContainsRune(t *testing.T) {$/;"	f
 15840  TestContentLengthZero	./net/http/serve_test.go	/^func TestContentLengthZero(t *testing.T) {$/;"	f
 15841  TestContentTypeOkayOn204	./net/http/serve_test.go	/^func TestContentTypeOkayOn204(t *testing.T) {$/;"	f
 15842  TestContentTypeWithCopy	./net/http/sniff_test.go	/^func TestContentTypeWithCopy(t *testing.T) {$/;"	f
 15843  TestContextSpecificTags	./encoding/asn1/asn1_test.go	/^type TestContextSpecificTags struct {$/;"	t
 15844  TestContextSpecificTags2	./encoding/asn1/asn1_test.go	/^type TestContextSpecificTags2 struct {$/;"	t
 15845  TestContextSpecificTags3	./encoding/asn1/asn1_test.go	/^type TestContextSpecificTags3 struct {$/;"	t
 15846  TestConversions	./database/sql/convert_test.go	/^func TestConversions(t *testing.T) {$/;"	f
 15847  TestConvert	./reflect/all_test.go	/^func TestConvert(t *testing.T) {$/;"	f
 15848  TestCookieSanitizePath	./net/http/cookie_test.go	/^func TestCookieSanitizePath(t *testing.T) {$/;"	f
 15849  TestCookieSanitizeValue	./net/http/cookie_test.go	/^func TestCookieSanitizeValue(t *testing.T) {$/;"	f
 15850  TestCopy	./io/io_test.go	/^func TestCopy(t *testing.T) {$/;"	f
 15851  TestCopy	./reflect/all_test.go	/^func TestCopy(t *testing.T) {$/;"	f
 15852  TestCopyArray	./reflect/all_test.go	/^func TestCopyArray(t *testing.T) {$/;"	f
 15853  TestCopyBuffer	./io/io_test.go	/^func TestCopyBuffer(t *testing.T) {$/;"	f
 15854  TestCopyBufferNil	./io/io_test.go	/^func TestCopyBufferNil(t *testing.T) {$/;"	f
 15855  TestCopyError	./net/http/cgi/host_test.go	/^func TestCopyError(t *testing.T) {$/;"	f
 15856  TestCopyN	./io/io_test.go	/^func TestCopyN(t *testing.T) {$/;"	f
 15857  TestCopyNEOF	./io/io_test.go	/^func TestCopyNEOF(t *testing.T) {$/;"	f
 15858  TestCopyNReadFrom	./io/io_test.go	/^func TestCopyNReadFrom(t *testing.T) {$/;"	f
 15859  TestCopyNWriteTo	./io/io_test.go	/^func TestCopyNWriteTo(t *testing.T) {$/;"	f
 15860  TestCopyPriority	./io/io_test.go	/^func TestCopyPriority(t *testing.T) {$/;"	f
 15861  TestCopyReadErrWriteErr	./io/io_test.go	/^func TestCopyReadErrWriteErr(t *testing.T) {$/;"	f
 15862  TestCopyReadFrom	./io/io_test.go	/^func TestCopyReadFrom(t *testing.T) {$/;"	f
 15863  TestCopyTokenCharData	./encoding/xml/xml_test.go	/^func TestCopyTokenCharData(t *testing.T) {$/;"	f
 15864  TestCopyTokenStartElement	./encoding/xml/xml_test.go	/^func TestCopyTokenStartElement(t *testing.T) {$/;"	f
 15865  TestCopyWriteTo	./io/io_test.go	/^func TestCopyWriteTo(t *testing.T) {$/;"	f
 15866  TestCopysign	./math/all_test.go	/^func TestCopysign(t *testing.T) {$/;"	f
 15867  TestCornerCases	./container/ring/ring_test.go	/^func TestCornerCases(t *testing.T) {$/;"	f
 15868  TestCorrectMethodPackage	./go/internal/gcimporter/gcimporter_test.go	/^func TestCorrectMethodPackage(t *testing.T) {$/;"	f
 15869  TestCorruptedInputs	./internal/trace/parser_test.go	/^func TestCorruptedInputs(t *testing.T) {$/;"	f
 15870  TestCos	./math/all_test.go	/^func TestCos(t *testing.T) {$/;"	f
 15871  TestCos	./math/cmplx/cmath_test.go	/^func TestCos(t *testing.T) {$/;"	f
 15872  TestCosh	./math/all_test.go	/^func TestCosh(t *testing.T) {$/;"	f
 15873  TestCosh	./math/cmplx/cmath_test.go	/^func TestCosh(t *testing.T) {$/;"	f
 15874  TestCount	./strings/strings_test.go	/^func TestCount(t *testing.T) {$/;"	f
 15875  TestCountDecodeMallocs	./encoding/gob/timing_test.go	/^func TestCountDecodeMallocs(t *testing.T) {$/;"	f
 15876  TestCountEncodeMallocs	./encoding/gob/timing_test.go	/^func TestCountEncodeMallocs(t *testing.T) {$/;"	f
 15877  TestCountMallocs	./fmt/fmt_test.go	/^func TestCountMallocs(t *testing.T) {$/;"	f
 15878  TestCountMallocs	./net/rpc/server_test.go	/^func TestCountMallocs(t *testing.T) {$/;"	f
 15879  TestCountMallocs	./strconv/strconv_test.go	/^func TestCountMallocs(t *testing.T) {$/;"	f
 15880  TestCountMallocs	./time/time_test.go	/^func TestCountMallocs(t *testing.T) {$/;"	f
 15881  TestCountMallocsOverHTTP	./net/rpc/server_test.go	/^func TestCountMallocsOverHTTP(t *testing.T) {$/;"	f
 15882  TestCountSortOps	./sort/sort_test.go	/^func TestCountSortOps(t *testing.T)   { countOps(t, Sort, "Sort  ") }$/;"	f
 15883  TestCountStableOps	./sort/sort_test.go	/^func TestCountStableOps(t *testing.T) { countOps(t, Stable, "Stable") }$/;"	f
 15884  TestCover	./cmd/cover/cover_test.go	/^func TestCover(t *testing.T) {$/;"	f
 15885  TestCoverageRuns	./cmd/go/go_test.go	/^func TestCoverageRuns(t *testing.T) {$/;"	f
 15886  TestCoverageUsesActualSettingToOverrideEvenForRace	./cmd/go/go_test.go	/^func TestCoverageUsesActualSettingToOverrideEvenForRace(t *testing.T) {$/;"	f
 15887  TestCoverageUsesAtomicModeForRace	./cmd/go/go_test.go	/^func TestCoverageUsesAtomicModeForRace(t *testing.T) {$/;"	f
 15888  TestCoverageUsesSetMode	./cmd/go/go_test.go	/^func TestCoverageUsesSetMode(t *testing.T) {$/;"	f
 15889  TestCoverageWithCgo	./cmd/go/go_test.go	/^func TestCoverageWithCgo(t *testing.T) {$/;"	f
 15890  TestCrashDumpsAllThreads	./runtime/crash_unix_test.go	/^func TestCrashDumpsAllThreads(t *testing.T) {$/;"	f
 15891  TestCrashHandler	./runtime/crash_test.go	/^func TestCrashHandler(t *testing.T) {$/;"	f
 15892  TestCreate	./cmd/pack/pack_test.go	/^func TestCreate(t *testing.T) {$/;"	f
 15893  TestCreateCertificateRequest	./crypto/x509/x509_test.go	/^func TestCreateCertificateRequest(t *testing.T) {$/;"	f
 15894  TestCreateOpenDeleteKey	./internal/syscall/windows/registry/registry_test.go	/^func TestCreateOpenDeleteKey(t *testing.T) {$/;"	f
 15895  TestCreateSelfSignedCertificate	./crypto/x509/x509_test.go	/^func TestCreateSelfSignedCertificate(t *testing.T) {$/;"	f
 15896  TestCreateTwice	./cmd/pack/pack_test.go	/^func TestCreateTwice(t *testing.T) {$/;"	f
 15897  TestCryptBlocks	./crypto/cipher/cipher_test.go	/^func TestCryptBlocks(t *testing.T) {$/;"	f
 15898  TestCtrlBreak	./os/signal/signal_windows_test.go	/^func TestCtrlBreak(t *testing.T) {$/;"	f
 15899  TestCurrent	./os/user/user_test.go	/^func TestCurrent(t *testing.T) {$/;"	f
 15900  TestDCT	./image/jpeg/dct_test.go	/^func TestDCT(t *testing.T) {$/;"	f
 15901  TestDESDecryptBlock	./crypto/des/des_test.go	/^func TestDESDecryptBlock(t *testing.T) {$/;"	f
 15902  TestDESEncryptBlock	./crypto/des/des_test.go	/^func TestDESEncryptBlock(t *testing.T) {$/;"	f
 15903  TestDNSName	./net/dnsname_test.go	/^func TestDNSName(t *testing.T) {$/;"	f
 15904  TestDNSParseCorruptSRVReply	./net/dnsmsg_test.go	/^func TestDNSParseCorruptSRVReply(t *testing.T) {$/;"	f
 15905  TestDNSParseSRVReply	./net/dnsmsg_test.go	/^func TestDNSParseSRVReply(t *testing.T) {$/;"	f
 15906  TestDNSParseTXTCorruptDataLengthReply	./net/dnsmsg_test.go	/^func TestDNSParseTXTCorruptDataLengthReply(t *testing.T) {$/;"	f
 15907  TestDNSParseTXTCorruptTXTLengthReply	./net/dnsmsg_test.go	/^func TestDNSParseTXTCorruptTXTLengthReply(t *testing.T) {$/;"	f
 15908  TestDNSParseTXTReply	./net/dnsmsg_test.go	/^func TestDNSParseTXTReply(t *testing.T) {$/;"	f
 15909  TestDNSReadConfig	./net/dnsconfig_unix_test.go	/^func TestDNSReadConfig(t *testing.T) {$/;"	f
 15910  TestDNSReadMissingFile	./net/dnsconfig_unix_test.go	/^func TestDNSReadMissingFile(t *testing.T) {$/;"	f
 15911  TestDNSSRVUniformity	./net/dnsclient_test.go	/^func TestDNSSRVUniformity(t *testing.T) {$/;"	f
 15912  TestDNSTransportFallback	./net/dnsclient_unix_test.go	/^func TestDNSTransportFallback(t *testing.T) {$/;"	f
 15913  TestDWARF	./debug/pe/file_test.go	/^func TestDWARF(t *testing.T) {$/;"	f
 15914  TestDWARFRelocations	./debug/elf/file_test.go	/^func TestDWARFRelocations(t *testing.T) {$/;"	f
 15915  TestDate	./time/time_test.go	/^func TestDate(t *testing.T) {$/;"	f
 15916  TestDateParsing	./net/mail/message_test.go	/^func TestDateParsing(t *testing.T) {$/;"	f
 15917  TestDaysIn	./time/time_test.go	/^func TestDaysIn(t *testing.T) {$/;"	f
 15918  TestDebugSingleton	./encoding/gob/codec_test.go	/^func TestDebugSingleton(t *testing.T) {$/;"	f
 15919  TestDebugStruct	./encoding/gob/codec_test.go	/^func TestDebugStruct(t *testing.T) {$/;"	f
 15920  TestDecimalInit	./cmd/compile/internal/big/decimal_test.go	/^func TestDecimalInit(t *testing.T) {$/;"	f
 15921  TestDecimalInit	./math/big/decimal_test.go	/^func TestDecimalInit(t *testing.T) {$/;"	f
 15922  TestDecimalRound	./strconv/decimal_test.go	/^func TestDecimalRound(t *testing.T) {$/;"	f
 15923  TestDecimalRoundedInteger	./strconv/decimal_test.go	/^func TestDecimalRoundedInteger(t *testing.T) {$/;"	f
 15924  TestDecimalRounding	./cmd/compile/internal/big/decimal_test.go	/^func TestDecimalRounding(t *testing.T) {$/;"	f
 15925  TestDecimalRounding	./math/big/decimal_test.go	/^func TestDecimalRounding(t *testing.T) {$/;"	f
 15926  TestDecimalShift	./strconv/decimal_test.go	/^func TestDecimalShift(t *testing.T) {$/;"	f
 15927  TestDecimalString	./cmd/compile/internal/big/decimal_test.go	/^func TestDecimalString(t *testing.T) {$/;"	f
 15928  TestDecimalString	./math/big/decimal_test.go	/^func TestDecimalString(t *testing.T) {$/;"	f
 15929  TestDeclLists	./go/printer/printer_test.go	/^func TestDeclLists(t *testing.T) {$/;"	f
 15930  TestDecode	./cmd/internal/rsc.io/arm/armasm/decode_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15931  TestDecode	./cmd/internal/rsc.io/x86/x86asm/decode_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15932  TestDecode	./encoding/ascii85/ascii85_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15933  TestDecode	./encoding/base32/base32_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15934  TestDecode	./encoding/base64/base64_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15935  TestDecode	./encoding/hex/hex_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15936  TestDecode	./encoding/pem/pem_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15937  TestDecode	./image/decode_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15938  TestDecode	./image/gif/reader_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15939  TestDecode	./unicode/utf16/utf16_test.go	/^func TestDecode(t *testing.T) {$/;"	f
 15940  TestDecodeCSS	./html/template/css_test.go	/^func TestDecodeCSS(t *testing.T) {$/;"	f
 15941  TestDecodeCorrupt	./encoding/ascii85/ascii85_test.go	/^func TestDecodeCorrupt(t *testing.T) {$/;"	f
 15942  TestDecodeCorrupt	./encoding/base32/base32_test.go	/^func TestDecodeCorrupt(t *testing.T) {$/;"	f
 15943  TestDecodeCorrupt	./encoding/base64/base64_test.go	/^func TestDecodeCorrupt(t *testing.T) {$/;"	f
 15944  TestDecodeEOF	./image/jpeg/reader_test.go	/^func TestDecodeEOF(t *testing.T) {$/;"	f
 15945  TestDecodeEncode	./encoding/xml/marshal_test.go	/^func TestDecodeEncode(t *testing.T) {$/;"	f
 15946  TestDecodeHeader	./mime/encodedword_test.go	/^func TestDecodeHeader(t *testing.T) {$/;"	f
 15947  TestDecodeInStream	./encoding/json/stream_test.go	/^func TestDecodeInStream(t *testing.T) {$/;"	f
 15948  TestDecodeIntoNothing	./encoding/gob/encoder_test.go	/^func TestDecodeIntoNothing(t *testing.T) {$/;"	f
 15949  TestDecodeProgressive	./image/jpeg/reader_test.go	/^func TestDecodeProgressive(t *testing.T) {$/;"	f
 15950  TestDecodeRune	./unicode/utf16/utf16_test.go	/^func TestDecodeRune(t *testing.T) {$/;"	f
 15951  TestDecodeRune	./unicode/utf8/utf8_test.go	/^func TestDecodeRune(t *testing.T) {$/;"	f
 15952  TestDecodeString	./encoding/hex/hex_test.go	/^func TestDecodeString(t *testing.T) {$/;"	f
 15953  TestDecodeSurrogateRune	./unicode/utf8/utf8_test.go	/^func TestDecodeSurrogateRune(t *testing.T) {$/;"	f
 15954  TestDecodeWord	./mime/encodedword_test.go	/^func TestDecodeWord(t *testing.T) {$/;"	f
 15955  TestDecoder	./encoding/ascii85/ascii85_test.go	/^func TestDecoder(t *testing.T) {$/;"	f
 15956  TestDecoder	./encoding/base32/base32_test.go	/^func TestDecoder(t *testing.T) {$/;"	f
 15957  TestDecoder	./encoding/base64/base64_test.go	/^func TestDecoder(t *testing.T) {$/;"	f
 15958  TestDecoder	./encoding/json/stream_test.go	/^func TestDecoder(t *testing.T) {$/;"	f
 15959  TestDecoderBuffered	./encoding/json/stream_test.go	/^func TestDecoderBuffered(t *testing.T) {$/;"	f
 15960  TestDecoderBuffering	./encoding/ascii85/ascii85_test.go	/^func TestDecoderBuffering(t *testing.T) {$/;"	f
 15961  TestDecoderBuffering	./encoding/base32/base32_test.go	/^func TestDecoderBuffering(t *testing.T) {$/;"	f
 15962  TestDecoderBuffering	./encoding/base64/base64_test.go	/^func TestDecoderBuffering(t *testing.T) {$/;"	f
 15963  TestDecoderInternalWhitespace	./encoding/ascii85/ascii85_test.go	/^func TestDecoderInternalWhitespace(t *testing.T) {$/;"	f
 15964  TestDecoderIssue3577	./encoding/base64/base64_test.go	/^func TestDecoderIssue3577(t *testing.T) {$/;"	f
 15965  TestDecoderIssue4779	./encoding/base32/base32_test.go	/^func TestDecoderIssue4779(t *testing.T) {$/;"	f
 15966  TestDecoderIssue4779	./encoding/base64/base64_test.go	/^func TestDecoderIssue4779(t *testing.T) {$/;"	f
 15967  TestDecoderIssue7733	./encoding/base64/base64_test.go	/^func TestDecoderIssue7733(t *testing.T) {$/;"	f
 15968  TestDecompressor	./compress/gzip/gunzip_test.go	/^func TestDecompressor(t *testing.T) {$/;"	f
 15969  TestDecompressor	./compress/zlib/reader_test.go	/^func TestDecompressor(t *testing.T) {$/;"	f
 15970  TestDecrypt	./crypto/x509/pem_decrypt_test.go	/^func TestDecrypt(t *testing.T) {$/;"	f
 15971  TestDecryptBlock	./crypto/aes/aes_test.go	/^func TestDecryptBlock(t *testing.T) {$/;"	f
 15972  TestDecryptOAEP	./crypto/rsa/rsa_test.go	/^func TestDecryptOAEP(t *testing.T) {$/;"	f
 15973  TestDecryptPKCS1v15	./crypto/rsa/pkcs1v15_test.go	/^func TestDecryptPKCS1v15(t *testing.T) {$/;"	f
 15974  TestDecryptTripleDES	./crypto/des/des_test.go	/^func TestDecryptTripleDES(t *testing.T) {$/;"	f
 15975  TestDeepEqual	./reflect/all_test.go	/^func TestDeepEqual(t *testing.T) {$/;"	f
 15976  TestDeepEqualComplexStruct	./reflect/all_test.go	/^func TestDeepEqualComplexStruct(t *testing.T) {$/;"	f
 15977  TestDeepEqualComplexStructInequality	./reflect/all_test.go	/^func TestDeepEqualComplexStructInequality(t *testing.T) {$/;"	f
 15978  TestDeepEqualRecursiveStruct	./reflect/all_test.go	/^func TestDeepEqualRecursiveStruct(t *testing.T) {$/;"	f
 15979  TestDeepEqualUnexportedMap	./reflect/all_test.go	/^func TestDeepEqualUnexportedMap(t *testing.T) {$/;"	f
 15980  TestDefaultPath	./net/http/cookiejar/jar_test.go	/^func TestDefaultPath(t *testing.T) {$/;"	f
 15981  TestDefaultsInArray	./encoding/gob/encoder_test.go	/^func TestDefaultsInArray(t *testing.T) {$/;"	f
 15982  TestDeferPtrs	./runtime/stack_test.go	/^func TestDeferPtrs(t *testing.T) {$/;"	f
 15983  TestDeferPtrsGoexit	./runtime/stack_test.go	/^func TestDeferPtrsGoexit(t *testing.T) {$/;"	f
 15984  TestDeferPtrsPanic	./runtime/stack_test.go	/^func TestDeferPtrsPanic(t *testing.T) {$/;"	f
 15985  TestDeflate	./compress/flate/deflate_test.go	/^func TestDeflate(t *testing.T) {$/;"	f
 15986  TestDeflateInflate	./compress/flate/deflate_test.go	/^func TestDeflateInflate(t *testing.T) {$/;"	f
 15987  TestDeflateInflateString	./compress/flate/deflate_test.go	/^func TestDeflateInflateString(t *testing.T) {$/;"	f
 15988  TestDelims	./text/template/exec_test.go	/^func TestDelims(t *testing.T) {$/;"	f
 15989  TestDelims	./text/template/parse/lex_test.go	/^func TestDelims(t *testing.T) {$/;"	f
 15990  TestDetectContentType	./net/http/sniff_test.go	/^func TestDetectContentType(t *testing.T) {$/;"	f
 15991  TestDevNullFile	./os/os_test.go	/^func TestDevNullFile(t *testing.T) {$/;"	f
 15992  TestDial	./log/syslog/syslog_test.go	/^func TestDial(t *testing.T) {$/;"	f
 15993  TestDialError	./net/error_test.go	/^func TestDialError(t *testing.T) {$/;"	f
 15994  TestDialGoogle	./net/external_test.go	/^func TestDialGoogle(t *testing.T) {$/;"	f
 15995  TestDialParallel	./net/dial_test.go	/^func TestDialParallel(t *testing.T) {$/;"	f
 15996  TestDialSerialAsyncSpuriousConnection	./net/dial_test.go	/^func TestDialSerialAsyncSpuriousConnection(t *testing.T) {$/;"	f
 15997  TestDialTimeout	./crypto/tls/tls_test.go	/^func TestDialTimeout(t *testing.T) {$/;"	f
 15998  TestDialTimeout	./net/timeout_test.go	/^func TestDialTimeout(t *testing.T) {$/;"	f
 15999  TestDialTimeoutFDLeak	./net/dial_test.go	/^func TestDialTimeoutFDLeak(t *testing.T) {$/;"	f
 16000  TestDialerDualStack	./net/dial_test.go	/^func TestDialerDualStack(t *testing.T) {$/;"	f
 16001  TestDialerDualStackFDLeak	./net/dial_test.go	/^func TestDialerDualStackFDLeak(t *testing.T) {$/;"	f
 16002  TestDialerFallbackDelay	./net/dial_test.go	/^func TestDialerFallbackDelay(t *testing.T) {$/;"	f
 16003  TestDialerKeepAlive	./net/dial_test.go	/^func TestDialerKeepAlive(t *testing.T) {$/;"	f
 16004  TestDialerLocalAddr	./net/dial_test.go	/^func TestDialerLocalAddr(t *testing.T) {$/;"	f
 16005  TestDialerPartialDeadline	./net/dial_test.go	/^func TestDialerPartialDeadline(t *testing.T) {$/;"	f
 16006  TestDigit	./unicode/digit_test.go	/^func TestDigit(t *testing.T) {$/;"	f
 16007  TestDigitOptimization	./unicode/digit_test.go	/^func TestDigitOptimization(t *testing.T) {$/;"	f
 16008  TestDim	./math/all_test.go	/^func TestDim(t *testing.T) {$/;"	f
 16009  TestDir	./path/filepath/path_test.go	/^func TestDir(t *testing.T) {$/;"	f
 16010  TestDir	./path/path_test.go	/^func TestDir(t *testing.T) {$/;"	f
 16011  TestDirJoin	./net/http/fs_test.go	/^func TestDirJoin(t *testing.T) {$/;"	f
 16012  TestDirUnix	./net/http/cgi/host_test.go	/^func TestDirUnix(t *testing.T) {$/;"	f
 16013  TestDirWindows	./net/http/cgi/host_test.go	/^func TestDirWindows(t *testing.T) {$/;"	f
 16014  TestDirectivesWithComments	./encoding/xml/xml_test.go	/^func TestDirectivesWithComments(t *testing.T) {$/;"	f
 16015  TestDirectoryIfNotModified	./net/http/fs_test.go	/^func TestDirectoryIfNotModified(t *testing.T) {$/;"	f
 16016  TestDisallowedCSourceFiles	./cmd/go/go_test.go	/^func TestDisallowedCSourceFiles(t *testing.T) {$/;"	f
 16017  TestDisallowedCharacters	./encoding/xml/xml_test.go	/^func TestDisallowedCharacters(t *testing.T) {$/;"	f
 16018  TestDisasm	./cmd/objdump/objdump_test.go	/^func TestDisasm(t *testing.T) {$/;"	f
 16019  TestDisasmExtld	./cmd/objdump/objdump_test.go	/^func TestDisasmExtld(t *testing.T) {$/;"	f
 16020  TestDivisionSigns	./cmd/compile/internal/big/int_test.go	/^func TestDivisionSigns(t *testing.T) {$/;"	f
 16021  TestDivisionSigns	./math/big/int_test.go	/^func TestDivisionSigns(t *testing.T) {$/;"	f
 16022  TestDo	./internal/singleflight/singleflight_test.go	/^func TestDo(t *testing.T) {$/;"	f
 16023  TestDoDupSuppress	./internal/singleflight/singleflight_test.go	/^func TestDoDupSuppress(t *testing.T) {$/;"	f
 16024  TestDoErr	./internal/singleflight/singleflight_test.go	/^func TestDoErr(t *testing.T) {$/;"	f
 16025  TestDoc	./cmd/doc/doc_test.go	/^func TestDoc(t *testing.T) {$/;"	f
 16026  TestDomainAndType	./net/http/cookiejar/jar_test.go	/^func TestDomainAndType(t *testing.T) {$/;"	f
 16027  TestDomainHandling	./net/http/cookiejar/jar_test.go	/^func TestDomainHandling(t *testing.T) {$/;"	f
 16028  TestDontLoopForever	./bufio/scan_test.go	/^func TestDontLoopForever(t *testing.T) {$/;"	f
 16029  TestDontSelectECDSAWithRSAKey	./crypto/tls/handshake_server_test.go	/^func TestDontSelectECDSAWithRSAKey(t *testing.T) {$/;"	f
 16030  TestDontSelectRSAWithECDSAKey	./crypto/tls/handshake_server_test.go	/^func TestDontSelectRSAWithECDSAKey(t *testing.T) {$/;"	f
 16031  TestDotWriter	./net/textproto/writer_test.go	/^func TestDotWriter(t *testing.T) {$/;"	f
 16032  TestDoubleHijack	./net/http/serve_test.go	/^func TestDoubleHijack(t *testing.T) {$/;"	f
 16033  TestDraw	./image/draw/draw_test.go	/^func TestDraw(t *testing.T) {$/;"	f
 16034  TestDrawOverlap	./image/draw/draw_test.go	/^func TestDrawOverlap(t *testing.T) {$/;"	f
 16035  TestDriveLetterInEvalSymlinks	./path/filepath/path_test.go	/^func TestDriveLetterInEvalSymlinks(t *testing.T) {$/;"	f
 16036  TestDrivers	./database/sql/fakedb_test.go	/^func TestDrivers(t *testing.T) {$/;"	f
 16037  TestDualStackTCPListener	./net/listen_test.go	/^func TestDualStackTCPListener(t *testing.T) {$/;"	f
 16038  TestDualStackUDPListener	./net/listen_test.go	/^func TestDualStackUDPListener(t *testing.T) {$/;"	f
 16039  TestDump	./encoding/hex/hex_test.go	/^func TestDump(t *testing.T) {$/;"	f
 16040  TestDumpRequest	./net/http/httputil/dump_test.go	/^func TestDumpRequest(t *testing.T) {$/;"	f
 16041  TestDumpResponse	./net/http/httputil/dump_test.go	/^func TestDumpResponse(t *testing.T) {$/;"	f
 16042  TestDumper	./encoding/hex/hex_test.go	/^func TestDumper(t *testing.T) {$/;"	f
 16043  TestDupHeaders	./net/http/cgi/host_test.go	/^func TestDupHeaders(t *testing.T) {$/;"	f
 16044  TestDuplicatedFieldDisappears	./encoding/json/encode_test.go	/^func TestDuplicatedFieldDisappears(t *testing.T) {$/;"	f
 16045  TestDurationHours	./time/time_test.go	/^func TestDurationHours(t *testing.T) {$/;"	f
 16046  TestDurationMinutes	./time/time_test.go	/^func TestDurationMinutes(t *testing.T) {$/;"	f
 16047  TestDurationNanoseconds	./time/time_test.go	/^func TestDurationNanoseconds(t *testing.T) {$/;"	f
 16048  TestDurationString	./time/time_test.go	/^func TestDurationString(t *testing.T) {$/;"	f
 16049  TestDynlink	./cmd/internal/obj/x86/obj6_test.go	/^func TestDynlink(t *testing.T) {$/;"	f
 16050  TestECDSA	./crypto/x509/x509_test.go	/^func TestECDSA(t *testing.T) {$/;"	f
 16051  TestEMSAPSS	./crypto/rsa/pss_test.go	/^func TestEMSAPSS(t *testing.T) {$/;"	f
 16052  TestEOF	./fmt/scan_test.go	/^func TestEOF(t *testing.T) {$/;"	f
 16053  TestEOFAllTypes	./fmt/scan_test.go	/^func TestEOFAllTypes(t *testing.T) {$/;"	f
 16054  TestEOFAtEndOfInput	./fmt/scan_test.go	/^func TestEOFAtEndOfInput(t *testing.T) {$/;"	f
 16055  TestEOFError	./net/fd_posix_test.go	/^func TestEOFError(t *testing.T) {$/;"	f
 16056  TestEcho	./os/exec/exec_test.go	/^func TestEcho(t *testing.T) {$/;"	f
 16057  TestElementsAfterString	./encoding/asn1/asn1_test.go	/^type TestElementsAfterString struct {$/;"	t
 16058  TestEmbed	./reflect/all_test.go	/^func TestEmbed(t *testing.T) {$/;"	f
 16059  TestEmbeddedBug	./encoding/json/encode_test.go	/^func TestEmbeddedBug(t *testing.T) {$/;"	f
 16060  TestEmbeddedMethods	./reflect/all_test.go	/^func TestEmbeddedMethods(t *testing.T) {$/;"	f
 16061  TestEmphasize	./go/doc/comment_test.go	/^func TestEmphasize(t *testing.T) {$/;"	f
 16062  TestEmpty	./compress/gzip/gzip_test.go	/^func TestEmpty(t *testing.T) {$/;"	f
 16063  TestEmptyDirOpenCWD	./net/http/fs_test.go	/^func TestEmptyDirOpenCWD(t *testing.T) {$/;"	f
 16064  TestEmptyKeyAndValue	./runtime/map_test.go	/^func TestEmptyKeyAndValue(t *testing.T) {$/;"	f
 16065  TestEmptyLinesOK	./bufio/scan_test.go	/^func TestEmptyLinesOK(t *testing.T) {$/;"	f
 16066  TestEmptyMap	./fmt/fmt_test.go	/^func TestEmptyMap(t *testing.T) {$/;"	f
 16067  TestEmptyPasswordAuth	./net/http/client_test.go	/^func TestEmptyPasswordAuth(t *testing.T) {$/;"	f
 16068  TestEmptyPrintCreatesLine	./log/log_test.go	/^func TestEmptyPrintCreatesLine(t *testing.T) {$/;"	f
 16069  TestEmptyProfile	./cmd/pprof/internal/profile/profile_test.go	/^func TestEmptyProfile(t *testing.T) {$/;"	f
 16070  TestEmptyReaderConcurrent	./bytes/reader_test.go	/^func TestEmptyReaderConcurrent(t *testing.T) {$/;"	f
 16071  TestEmptyReaderConcurrent	./strings/reader_test.go	/^func TestEmptyReaderConcurrent(t *testing.T) {$/;"	f
 16072  TestEmptySlice	./runtime/mfinal_test.go	/^func TestEmptySlice(t *testing.T) {$/;"	f
 16073  TestEmptyString	./encoding/json/decode_test.go	/^func TestEmptyString(t *testing.T) {$/;"	f
 16074  TestEmptyString	./runtime/mfinal_test.go	/^func TestEmptyString(t *testing.T) {$/;"	f
 16075  TestEmptyTemplate	./html/template/escape_test.go	/^func TestEmptyTemplate(t *testing.T) {$/;"	f
 16076  TestEmptyTemplateCloneCrash	./text/template/multi_test.go	/^func TestEmptyTemplateCloneCrash(t *testing.T) {$/;"	f
 16077  TestEmptyTokens	./bufio/scan_test.go	/^func TestEmptyTokens(t *testing.T) {$/;"	f
 16078  TestEncode	./encoding/ascii85/ascii85_test.go	/^func TestEncode(t *testing.T) {$/;"	f
 16079  TestEncode	./encoding/base32/base32_test.go	/^func TestEncode(t *testing.T) {$/;"	f
 16080  TestEncode	./encoding/base64/base64_test.go	/^func TestEncode(t *testing.T) {$/;"	f
 16081  TestEncode	./encoding/hex/hex_test.go	/^func TestEncode(t *testing.T) {$/;"	f
 16082  TestEncode	./encoding/pem/pem_test.go	/^func TestEncode(t *testing.T) {$/;"	f
 16083  TestEncode	./unicode/utf16/utf16_test.go	/^func TestEncode(t *testing.T) {$/;"	f
 16084  TestEncodeAllFramesOutOfBounds	./image/gif/writer_test.go	/^func TestEncodeAllFramesOutOfBounds(t *testing.T) {$/;"	f
 16085  TestEncodeAllGo1Dot4	./image/gif/writer_test.go	/^func TestEncodeAllGo1Dot4(t *testing.T)                 { testEncodeAll(t, false, false) }$/;"	f
 16086  TestEncodeAllGo1Dot5	./image/gif/writer_test.go	/^func TestEncodeAllGo1Dot5(t *testing.T)                 { testEncodeAll(t, true, false) }$/;"	f
 16087  TestEncodeAllGo1Dot5GlobalColorModel	./image/gif/writer_test.go	/^func TestEncodeAllGo1Dot5GlobalColorModel(t *testing.T) { testEncodeAll(t, true, true) }$/;"	f
 16088  TestEncodeImplicitConfigSize	./image/gif/writer_test.go	/^func TestEncodeImplicitConfigSize(t *testing.T) {$/;"	f
 16089  TestEncodeMismatchDelay	./image/gif/writer_test.go	/^func TestEncodeMismatchDelay(t *testing.T) {$/;"	f
 16090  TestEncodeNonZeroMinPoint	./image/gif/writer_test.go	/^func TestEncodeNonZeroMinPoint(t *testing.T) {$/;"	f
 16091  TestEncodePalettes	./image/gif/writer_test.go	/^func TestEncodePalettes(t *testing.T) {$/;"	f
 16092  TestEncodePointerString	./encoding/json/encode_test.go	/^func TestEncodePointerString(t *testing.T) {$/;"	f
 16093  TestEncodeQuery	./net/url/url_test.go	/^func TestEncodeQuery(t *testing.T) {$/;"	f
 16094  TestEncodeRenamedByteSlice	./encoding/json/encode_test.go	/^func TestEncodeRenamedByteSlice(t *testing.T) {$/;"	f
 16095  TestEncodeRune	./unicode/utf16/utf16_test.go	/^func TestEncodeRune(t *testing.T) {$/;"	f
 16096  TestEncodeRune	./unicode/utf8/utf8_test.go	/^func TestEncodeRune(t *testing.T) {$/;"	f
 16097  TestEncodeString	./encoding/json/encode_test.go	/^func TestEncodeString(t *testing.T) {$/;"	f
 16098  TestEncodeToString	./encoding/hex/hex_test.go	/^func TestEncodeToString(t *testing.T) {$/;"	f
 16099  TestEncodeToken	./encoding/xml/marshal_test.go	/^func TestEncodeToken(t *testing.T) {$/;"	f
 16100  TestEncodeWord	./mime/encodedword_test.go	/^func TestEncodeWord(t *testing.T) {$/;"	f
 16101  TestEncodeZeroGIF	./image/gif/writer_test.go	/^func TestEncodeZeroGIF(t *testing.T) {$/;"	f
 16102  TestEncoder	./encoding/ascii85/ascii85_test.go	/^func TestEncoder(t *testing.T) {$/;"	f
 16103  TestEncoder	./encoding/base32/base32_test.go	/^func TestEncoder(t *testing.T) {$/;"	f
 16104  TestEncoder	./encoding/base64/base64_test.go	/^func TestEncoder(t *testing.T) {$/;"	f
 16105  TestEncoder	./encoding/json/stream_test.go	/^func TestEncoder(t *testing.T) {$/;"	f
 16106  TestEncoderBuffering	./encoding/ascii85/ascii85_test.go	/^func TestEncoderBuffering(t *testing.T) {$/;"	f
 16107  TestEncoderBuffering	./encoding/base32/base32_test.go	/^func TestEncoderBuffering(t *testing.T) {$/;"	f
 16108  TestEncoderBuffering	./encoding/base64/base64_test.go	/^func TestEncoderBuffering(t *testing.T) {$/;"	f
 16109  TestEncoderDecoder	./encoding/gob/encoder_test.go	/^func TestEncoderDecoder(t *testing.T) {$/;"	f
 16110  TestEncrypt	./crypto/x509/pem_decrypt_test.go	/^func TestEncrypt(t *testing.T) {$/;"	f
 16111  TestEncryptBlock	./crypto/aes/aes_test.go	/^func TestEncryptBlock(t *testing.T) {$/;"	f
 16112  TestEncryptOAEP	./crypto/rsa/rsa_test.go	/^func TestEncryptOAEP(t *testing.T) {$/;"	f
 16113  TestEncryptPKCS1v15	./crypto/rsa/pkcs1v15_test.go	/^func TestEncryptPKCS1v15(t *testing.T) {$/;"	f
 16114  TestEncryptPKCS1v15DecrypterSessionKey	./crypto/rsa/pkcs1v15_test.go	/^func TestEncryptPKCS1v15DecrypterSessionKey(t *testing.T) {$/;"	f
 16115  TestEncryptPKCS1v15SessionKey	./crypto/rsa/pkcs1v15_test.go	/^func TestEncryptPKCS1v15SessionKey(t *testing.T) {$/;"	f
 16116  TestEncryptTripleDES	./crypto/des/des_test.go	/^func TestEncryptTripleDES(t *testing.T) {$/;"	f
 16117  TestEndToEnd	./encoding/gob/codec_test.go	/^func TestEndToEnd(t *testing.T) {$/;"	f
 16118  TestEndsWithCSSKeyword	./html/template/css_test.go	/^func TestEndsWithCSSKeyword(t *testing.T) {$/;"	f
 16119  TestEnsurePipelineContains	./html/template/escape_test.go	/^func TestEnsurePipelineContains(t *testing.T) {$/;"	f
 16120  TestEntityInsideCDATA	./encoding/xml/xml_test.go	/^func TestEntityInsideCDATA(t *testing.T) {$/;"	f
 16121  TestEntityLength	./html/entity_test.go	/^func TestEntityLength(t *testing.T) {$/;"	f
 16122  TestEnumWindows	./runtime/syscall_windows_test.go	/^func TestEnumWindows(t *testing.T) {$/;"	f
 16123  TestEnv	./cmd/go/go_test.go	/^		func TestEnv(t *testing.T) {$/;"	f
 16124  TestEnv	./syscall/syscall_test.go	/^func TestEnv(t *testing.T) {$/;"	f
 16125  TestEnvOverride	./net/http/cgi/host_test.go	/^func TestEnvOverride(t *testing.T) {$/;"	f
 16126  TestEqString	./runtime/runtime_test.go	/^func TestEqString(t *testing.T) {$/;"	f
 16127  TestEqual	./bytes/bytes_test.go	/^func TestEqual(t *testing.T) {$/;"	f
 16128  TestEqual	./crypto/hmac/hmac_test.go	/^func TestEqual(t *testing.T) {$/;"	f
 16129  TestEqualExhaustive	./bytes/bytes_test.go	/^func TestEqualExhaustive(t *testing.T) {$/;"	f
 16130  TestEqualFold	./bytes/bytes_test.go	/^func TestEqualFold(t *testing.T) {$/;"	f
 16131  TestEqualFold	./strings/strings_test.go	/^func TestEqualFold(t *testing.T) {$/;"	f
 16132  TestEqualNearPageBoundary	./bytes/equal_test.go	/^func TestEqualNearPageBoundary(t *testing.T) {$/;"	f
 16133  TestErf	./math/all_test.go	/^func TestErf(t *testing.T) {$/;"	f
 16134  TestErfc	./math/all_test.go	/^func TestErfc(t *testing.T) {$/;"	f
 16135  TestErrAtEOF	./bufio/scan_test.go	/^func TestErrAtEOF(t *testing.T) {$/;"	f
 16136  TestErrBadConnReconnect	./database/sql/sql_test.go	/^func TestErrBadConnReconnect(t *testing.T) {$/;"	f
 16137  TestErrIsExist	./os/error_test.go	/^func TestErrIsExist(t *testing.T) {$/;"	f
 16138  TestErrIsNotExist	./os/error_test.go	/^func TestErrIsNotExist(t *testing.T) {$/;"	f
 16139  TestErrPathNUL	./os/error_test.go	/^func TestErrPathNUL(t *testing.T) {$/;"	f
 16140  TestError	./encoding/csv/writer_test.go	/^func TestError(t *testing.T) {$/;"	f
 16141  TestError	./text/scanner/scanner_test.go	/^func TestError(t *testing.T) {$/;"	f
 16142  TestErrorAfterClientClose	./net/rpc/server_test.go	/^func TestErrorAfterClientClose(t *testing.T) {$/;"	f
 16143  TestErrorContextWithTreeCopy	./text/template/parse/parse_test.go	/^func TestErrorContextWithTreeCopy(t *testing.T) {$/;"	f
 16144  TestErrorForHugeSlice	./encoding/gob/encoder_test.go	/^func TestErrorForHugeSlice(t *testing.T) {$/;"	f
 16145  TestErrorInvalidTypeId	./encoding/gob/codec_test.go	/^func TestErrorInvalidTypeId(t *testing.T) {$/;"	f
 16146  TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL	./cmd/go/go_test.go	/^func TestErrorMessageForSyntaxErrorInTestGoFileSaysFAIL(t *testing.T) {$/;"	f
 16147  TestErrorMessageFromMisusedString	./encoding/json/decode_test.go	/^func TestErrorMessageFromMisusedString(t *testing.T) {$/;"	f
 16148  TestErrorMethod	./errors/errors_test.go	/^func TestErrorMethod(t *testing.T) {$/;"	f
 16149  TestErrorOnUndefined	./html/template/escape_test.go	/^func TestErrorOnUndefined(t *testing.T) {$/;"	f
 16150  TestErrors	./go/parser/error_test.go	/^func TestErrors(t *testing.T) {$/;"	f
 16151  TestErrors	./html/template/escape_test.go	/^func TestErrors(t *testing.T) {$/;"	f
 16152  TestErrors	./text/template/parse/parse_test.go	/^func TestErrors(t *testing.T) {$/;"	f
 16153  TestEscape	./encoding/json/decode_test.go	/^func TestEscape(t *testing.T) {$/;"	f
 16154  TestEscape	./html/template/escape_test.go	/^func TestEscape(t *testing.T) {$/;"	f
 16155  TestEscape	./net/url/url_test.go	/^func TestEscape(t *testing.T) {$/;"	f
 16156  TestEscapeErrorsNotIgnorable	./html/template/escape_test.go	/^func TestEscapeErrorsNotIgnorable(t *testing.T) {$/;"	f
 16157  TestEscapeMalformedPipelines	./html/template/escape_test.go	/^func TestEscapeMalformedPipelines(t *testing.T) {$/;"	f
 16158  TestEscapeSet	./html/template/escape_test.go	/^func TestEscapeSet(t *testing.T) {$/;"	f
 16159  TestEscapeSetErrorsNotIgnorable	./html/template/escape_test.go	/^func TestEscapeSetErrorsNotIgnorable(t *testing.T) {$/;"	f
 16160  TestEscapeText	./html/template/escape_test.go	/^func TestEscapeText(t *testing.T) {$/;"	f
 16161  TestEscapeTextIOErrors	./encoding/xml/xml_test.go	/^func TestEscapeTextIOErrors(t *testing.T) {$/;"	f
 16162  TestEscapeTextInvalidChar	./encoding/xml/xml_test.go	/^func TestEscapeTextInvalidChar(t *testing.T) {$/;"	f
 16163  TestEscapersOnLower7AndSelectHighCodepoints	./html/template/js_test.go	/^func TestEscapersOnLower7AndSelectHighCodepoints(t *testing.T) {$/;"	f
 16164  TestEscapingNilNonemptyInterfaces	./html/template/content_test.go	/^func TestEscapingNilNonemptyInterfaces(t *testing.T) {$/;"	f
 16165  TestEvalArith	./go/types/eval_test.go	/^func TestEvalArith(t *testing.T) {$/;"	f
 16166  TestEvalBasic	./go/types/eval_test.go	/^func TestEvalBasic(t *testing.T) {$/;"	f
 16167  TestEvalComposite	./go/types/eval_test.go	/^func TestEvalComposite(t *testing.T) {$/;"	f
 16168  TestEvalPos	./go/types/eval_test.go	/^func TestEvalPos(t *testing.T) {$/;"	f
 16169  TestEvalSymlinks	./path/filepath/path_test.go	/^func TestEvalSymlinks(t *testing.T) {$/;"	f
 16170  TestEverything	./flag/flag_test.go	/^func TestEverything(t *testing.T) {$/;"	f
 16171  TestExactly16Bytes	./cmd/pack/pack_test.go	/^func TestExactly16Bytes(t *testing.T) {$/;"	f
 16172  TestExamples	./go/doc/example_test.go	/^func TestExamples(t *testing.T) {$/;"	f
 16173  TestExec	./database/sql/sql_test.go	/^func TestExec(t *testing.T) {$/;"	f
 16174  TestExecError	./text/template/exec_test.go	/^func TestExecError(t *testing.T) {$/;"	f
 16175  TestExecute	./text/template/exec_test.go	/^func TestExecute(t *testing.T) {$/;"	f
 16176  TestExecuteError	./text/template/exec_test.go	/^func TestExecuteError(t *testing.T) {$/;"	f
 16177  TestExecuteOnNewTemplate	./text/template/exec_test.go	/^func TestExecuteOnNewTemplate(t *testing.T) {$/;"	f
 16178  TestExhaustive	./mime/quotedprintable/reader_test.go	/^func TestExhaustive(t *testing.T) {$/;"	f
 16179  TestExitStatus	./os/exec/exec_test.go	/^func TestExitStatus(t *testing.T) {$/;"	f
 16180  TestExp	./cmd/compile/internal/big/int_test.go	/^func TestExp(t *testing.T) {$/;"	f
 16181  TestExp	./math/all_test.go	/^func TestExp(t *testing.T) {$/;"	f
 16182  TestExp	./math/big/int_test.go	/^func TestExp(t *testing.T) {$/;"	f
 16183  TestExp	./math/cmplx/cmath_test.go	/^func TestExp(t *testing.T) {$/;"	f
 16184  TestExp2	./math/all_test.go	/^func TestExp2(t *testing.T) {$/;"	f
 16185  TestExpNN	./cmd/compile/internal/big/nat_test.go	/^func TestExpNN(t *testing.T) {$/;"	f
 16186  TestExpNN	./math/big/nat_test.go	/^func TestExpNN(t *testing.T) {$/;"	f
 16187  TestExpTables	./math/rand/rand_test.go	/^func TestExpTables(t *testing.T) {$/;"	f
 16188  TestExpand	./os/env_test.go	/^func TestExpand(t *testing.T) {$/;"	f
 16189  TestExpandBlock	./crypto/des/des_test.go	/^func TestExpandBlock(t *testing.T) {$/;"	f
 16190  TestExpandKey	./crypto/aes/aes_test.go	/^func TestExpandKey(t *testing.T) {$/;"	f
 16191  TestExpandString	./internal/syscall/windows/registry/registry_test.go	/^func TestExpandString(t *testing.T) {$/;"	f
 16192  TestExpiration	./net/http/cookiejar/jar_test.go	/^func TestExpiration(t *testing.T) {$/;"	f
 16193  TestExplicitTaggedTime	./encoding/asn1/asn1_test.go	/^func TestExplicitTaggedTime(t *testing.T) {$/;"	f
 16194  TestExplode	./bytes/bytes_test.go	/^func TestExplode(t *testing.T) {$/;"	f
 16195  TestExplode	./strings/strings_test.go	/^func TestExplode(t *testing.T) {$/;"	f
 16196  TestExpm1	./math/all_test.go	/^func TestExpm1(t *testing.T) {$/;"	f
 16197  TestExpr	./cmd/asm/internal/asm/expr_test.go	/^func TestExpr(t *testing.T) {$/;"	f
 16198  TestExprString	./go/types/exprstring_test.go	/^func TestExprString(t *testing.T) {$/;"	f
 16199  TestExt	./path/filepath/path_test.go	/^func TestExt(t *testing.T) {$/;"	f
 16200  TestExt	./path/path_test.go	/^func TestExt(t *testing.T) {$/;"	f
 16201  TestExtending	./container/list/list_test.go	/^func TestExtending(t *testing.T) {$/;"	f
 16202  TestExtensionsByType	./mime/type_test.go	/^func TestExtensionsByType(t *testing.T) {$/;"	f
 16203  TestExtraFiles	./os/exec/exec_test.go	/^func TestExtraFiles(t *testing.T) {$/;"	f
 16204  TestExtraFilesFDShuffle	./os/exec/exec_test.go	/^func TestExtraFilesFDShuffle(t *testing.T) {$/;"	f
 16205  TestExtraFilesRace	./os/exec/exec_test.go	/^func TestExtraFilesRace(t *testing.T) {$/;"	f
 16206  TestExtract	./cmd/pack/pack_test.go	/^func TestExtract(t *testing.T) {$/;"	f
 16207  TestExtraneousData	./image/jpeg/reader_test.go	/^func TestExtraneousData(t *testing.T) {$/;"	f
 16208  TestF	./cmd/go/testdata/cgocover/p_test.go	/^func TestF(t *testing.T) {$/;"	f
 16209  TestF	./cmd/go/testdata/src/xtestonly/f_test.go	/^func TestF(t *testing.T) {$/;"	f
 16210  TestF	./cmd/go/testdata/testimport/p_test.go	/^func TestF(t *testing.T) {$/;"	f
 16211  TestF1	./cmd/go/testdata/testimport/x_test.go	/^func TestF1(t *testing.T) {$/;"	f
 16212  TestFSRedirect	./net/http/fs_test.go	/^func TestFSRedirect(t *testing.T) {$/;"	f
 16213  TestFTruncate	./os/os_test.go	/^func TestFTruncate(t *testing.T) {$/;"	f
 16214  TestFail	./runtime/race/output_test.go	/^func TestFail(t *testing.T) {$/;"	f
 16215  TestFailure	./testing/quick/quick_test.go	/^func TestFailure(t *testing.T) {$/;"	f
 16216  TestFallbackSCSV	./crypto/tls/handshake_server_test.go	/^func TestFallbackSCSV(t *testing.T) {$/;"	f
 16217  TestFcntlFlock	./syscall/syscall_unix_test.go	/^func TestFcntlFlock(t *testing.T) {$/;"	f
 16218  TestFibo	./cmd/compile/internal/big/nat_test.go	/^func TestFibo(t *testing.T) {$/;"	f
 16219  TestFibo	./math/big/nat_test.go	/^func TestFibo(t *testing.T) {$/;"	f
 16220  TestFieldByIndex	./reflect/all_test.go	/^func TestFieldByIndex(t *testing.T) {$/;"	f
 16221  TestFieldByIndexNil	./reflect/all_test.go	/^func TestFieldByIndexNil(t *testing.T) {$/;"	f
 16222  TestFieldByName	./reflect/all_test.go	/^func TestFieldByName(t *testing.T) {$/;"	f
 16223  TestFields	./bytes/bytes_test.go	/^func TestFields(t *testing.T) {$/;"	f
 16224  TestFields	./strings/strings_test.go	/^func TestFields(t *testing.T) {$/;"	f
 16225  TestFieldsFunc	./bytes/bytes_test.go	/^func TestFieldsFunc(t *testing.T) {$/;"	f
 16226  TestFieldsFunc	./strings/strings_test.go	/^func TestFieldsFunc(t *testing.T) {$/;"	f
 16227  TestFileChown	./os/os_unix_test.go	/^func TestFileChown(t *testing.T) {$/;"	f
 16228  TestFileError	./net/error_test.go	/^func TestFileError(t *testing.T) {$/;"	f
 16229  TestFileHeaderRoundTrip	./archive/zip/zip_test.go	/^func TestFileHeaderRoundTrip(t *testing.T) {$/;"	f
 16230  TestFileHeaderRoundTrip64	./archive/zip/zip_test.go	/^func TestFileHeaderRoundTrip64(t *testing.T) {$/;"	f
 16231  TestFileInfoHeader	./archive/tar/tar_test.go	/^func TestFileInfoHeader(t *testing.T) {$/;"	f
 16232  TestFileInfoHeaderDir	./archive/tar/tar_test.go	/^func TestFileInfoHeaderDir(t *testing.T) {$/;"	f
 16233  TestFileInfoHeaderSymlink	./archive/tar/tar_test.go	/^func TestFileInfoHeaderSymlink(t *testing.T) {$/;"	f
 16234  TestFileLineInErrorMessages	./cmd/go/go_test.go	/^func TestFileLineInErrorMessages(t *testing.T) {$/;"	f
 16235  TestFileListener	./net/file_test.go	/^func TestFileListener(t *testing.T) {$/;"	f
 16236  TestFilePacketConn	./net/file_test.go	/^func TestFilePacketConn(t *testing.T) {$/;"	f
 16237  TestFileServerCleanPath	./net/http/fs_test.go	/^func TestFileServerCleanPath(t *testing.T) {$/;"	f
 16238  TestFileServerCleans	./net/http/fs_test.go	/^func TestFileServerCleans(t *testing.T) {$/;"	f
 16239  TestFileServerEscapesNames	./net/http/fs_test.go	/^func TestFileServerEscapesNames(t *testing.T) {$/;"	f
 16240  TestFileServerImplicitLeadingSlash	./net/http/fs_test.go	/^func TestFileServerImplicitLeadingSlash(t *testing.T) {$/;"	f
 16241  TestFileServerZeroByte	./net/http/fs_test.go	/^func TestFileServerZeroByte(t *testing.T) {$/;"	f
 16242  TestFileSetCacheUnlikely	./go/token/position_test.go	/^func TestFileSetCacheUnlikely(t *testing.T) {$/;"	f
 16243  TestFileSetPastEnd	./go/token/position_test.go	/^func TestFileSetPastEnd(t *testing.T) {$/;"	f
 16244  TestFileSetRace	./go/token/position_test.go	/^func TestFileSetRace(t *testing.T) {$/;"	f
 16245  TestFileTransport	./net/http/filetransport_test.go	/^func TestFileTransport(t *testing.T) {$/;"	f
 16246  TestFiles	./go/printer/printer_test.go	/^func TestFiles(t *testing.T) {$/;"	f
 16247  TestFiles	./go/token/position_test.go	/^func TestFiles(t *testing.T) {$/;"	f
 16248  TestFiles	./go/types/api_test.go	/^func TestFiles(t *testing.T) {$/;"	f
 16249  TestFill	./image/draw/draw_test.go	/^func TestFill(t *testing.T) {$/;"	f
 16250  TestFilterDuplicates	./go/ast/filter_test.go	/^func TestFilterDuplicates(t *testing.T) {$/;"	f
 16251  TestFinalChunkedBodyReadEOF	./net/http/transfer_test.go	/^func TestFinalChunkedBodyReadEOF(t *testing.T) {$/;"	f
 16252  TestFinalForPrintf	./text/template/exec_test.go	/^func TestFinalForPrintf(t *testing.T) {$/;"	f
 16253  TestFinalPermute	./crypto/des/des_test.go	/^func TestFinalPermute(t *testing.T) {$/;"	f
 16254  TestFinalizerInterfaceBig	./runtime/mfinal_test.go	/^func TestFinalizerInterfaceBig(t *testing.T) {$/;"	f
 16255  TestFinalizerOnGlobal	./runtime/mfinal_test.go	/^func TestFinalizerOnGlobal(t *testing.T) {$/;"	f
 16256  TestFinalizerType	./runtime/mfinal_test.go	/^func TestFinalizerType(t *testing.T) {$/;"	f
 16257  TestFinalizerZeroSizedStruct	./runtime/mfinal_test.go	/^func TestFinalizerZeroSizedStruct(t *testing.T) {$/;"	f
 16258  TestFind	./regexp/find_test.go	/^func TestFind(t *testing.T) {$/;"	f
 16259  TestFindAll	./regexp/find_test.go	/^func TestFindAll(t *testing.T) {$/;"	f
 16260  TestFindAllIndex	./regexp/find_test.go	/^func TestFindAllIndex(t *testing.T) {$/;"	f
 16261  TestFindAllString	./regexp/find_test.go	/^func TestFindAllString(t *testing.T) {$/;"	f
 16262  TestFindAllStringIndex	./regexp/find_test.go	/^func TestFindAllStringIndex(t *testing.T) {$/;"	f
 16263  TestFindAllStringSubmatch	./regexp/find_test.go	/^func TestFindAllStringSubmatch(t *testing.T) {$/;"	f
 16264  TestFindAllStringSubmatchIndex	./regexp/find_test.go	/^func TestFindAllStringSubmatchIndex(t *testing.T) {$/;"	f
 16265  TestFindAllSubmatch	./regexp/find_test.go	/^func TestFindAllSubmatch(t *testing.T) {$/;"	f
 16266  TestFindAllSubmatchIndex	./regexp/find_test.go	/^func TestFindAllSubmatchIndex(t *testing.T) {$/;"	f
 16267  TestFindEndTag	./html/template/transition_test.go	/^func TestFindEndTag(t *testing.T) {$/;"	f
 16268  TestFindIndex	./regexp/find_test.go	/^func TestFindIndex(t *testing.T) {$/;"	f
 16269  TestFindReaderIndex	./regexp/find_test.go	/^func TestFindReaderIndex(t *testing.T) {$/;"	f
 16270  TestFindReaderSubmatchIndex	./regexp/find_test.go	/^func TestFindReaderSubmatchIndex(t *testing.T) {$/;"	f
 16271  TestFindString	./regexp/find_test.go	/^func TestFindString(t *testing.T) {$/;"	f
 16272  TestFindStringIndex	./regexp/find_test.go	/^func TestFindStringIndex(t *testing.T) {$/;"	f
 16273  TestFindStringSubmatch	./regexp/find_test.go	/^func TestFindStringSubmatch(t *testing.T) {$/;"	f
 16274  TestFindStringSubmatchIndex	./regexp/find_test.go	/^func TestFindStringSubmatchIndex(t *testing.T) {$/;"	f
 16275  TestFindSubmatch	./regexp/find_test.go	/^func TestFindSubmatch(t *testing.T) {$/;"	f
 16276  TestFindSubmatchIndex	./regexp/find_test.go	/^func TestFindSubmatchIndex(t *testing.T) {$/;"	f
 16277  TestFinderCreation	./strings/search_test.go	/^func TestFinderCreation(t *testing.T) {$/;"	f
 16278  TestFinderNext	./strings/search_test.go	/^func TestFinderNext(t *testing.T) {$/;"	f
 16279  TestFirstZone	./time/zoneinfo_test.go	/^func TestFirstZone(t *testing.T) {$/;"	f
 16280  TestFix	./container/heap/heap_test.go	/^func TestFix(t *testing.T) {$/;"	f
 16281  TestFixedGOROOT	./runtime/env_test.go	/^func TestFixedGOROOT(t *testing.T) {$/;"	f
 16282  TestFlagAndPrefixSetting	./log/log_test.go	/^func TestFlagAndPrefixSetting(t *testing.T) {$/;"	f
 16283  TestFlagParser	./fmt/fmt_test.go	/^func TestFlagParser(t *testing.T) {$/;"	f
 16284  TestFlagSetParse	./flag/flag_test.go	/^func TestFlagSetParse(t *testing.T) {$/;"	f
 16285  TestFlakyDefault	./runtime/race/testdata/select_test.go	/^func TestFlakyDefault(t *testing.T) {$/;"	f
 16286  TestFlap	./log/syslog/syslog_test.go	/^func TestFlap(t *testing.T) {$/;"	f
 16287  TestFloat	./expvar/expvar_test.go	/^func TestFloat(t *testing.T) {$/;"	f
 16288  TestFloat32	./math/rand/rand_test.go	/^func TestFloat32(t *testing.T) {$/;"	f
 16289  TestFloat32Alias	./testing/quick/quick_test.go	/^type TestFloat32Alias float32$/;"	t
 16290  TestFloat32Distribution	./cmd/compile/internal/big/rat_test.go	/^func TestFloat32Distribution(t *testing.T) {$/;"	f
 16291  TestFloat32Distribution	./math/big/rat_test.go	/^func TestFloat32Distribution(t *testing.T) {$/;"	f
 16292  TestFloat32SpecialCases	./cmd/compile/internal/big/ratconv_test.go	/^func TestFloat32SpecialCases(t *testing.T) {$/;"	f
 16293  TestFloat32SpecialCases	./math/big/ratconv_test.go	/^func TestFloat32SpecialCases(t *testing.T) {$/;"	f
 16294  TestFloat64	./runtime/softfloat64_test.go	/^func TestFloat64(t *testing.T) {$/;"	f
 16295  TestFloat64Alias	./testing/quick/quick_test.go	/^type TestFloat64Alias float64$/;"	t
 16296  TestFloat64Distribution	./cmd/compile/internal/big/rat_test.go	/^func TestFloat64Distribution(t *testing.T) {$/;"	f
 16297  TestFloat64Distribution	./math/big/rat_test.go	/^func TestFloat64Distribution(t *testing.T) {$/;"	f
 16298  TestFloat64SpecialCases	./cmd/compile/internal/big/ratconv_test.go	/^func TestFloat64SpecialCases(t *testing.T) {$/;"	f
 16299  TestFloat64SpecialCases	./math/big/ratconv_test.go	/^func TestFloat64SpecialCases(t *testing.T) {$/;"	f
 16300  TestFloat64Text	./cmd/compile/internal/big/floatconv_test.go	/^func TestFloat64Text(t *testing.T) {$/;"	f
 16301  TestFloat64Text	./math/big/floatconv_test.go	/^func TestFloat64Text(t *testing.T) {$/;"	f
 16302  TestFloat64s	./sort/sort_test.go	/^func TestFloat64s(t *testing.T) {$/;"	f
 16303  TestFloatAbs	./cmd/compile/internal/big/float_test.go	/^func TestFloatAbs(t *testing.T) {$/;"	f
 16304  TestFloatAbs	./math/big/float_test.go	/^func TestFloatAbs(t *testing.T) {$/;"	f
 16305  TestFloatAdd	./cmd/compile/internal/big/float_test.go	/^func TestFloatAdd(t *testing.T) {$/;"	f
 16306  TestFloatAdd	./math/big/float_test.go	/^func TestFloatAdd(t *testing.T) {$/;"	f
 16307  TestFloatAdd32	./cmd/compile/internal/big/float_test.go	/^func TestFloatAdd32(t *testing.T) {$/;"	f
 16308  TestFloatAdd32	./math/big/float_test.go	/^func TestFloatAdd32(t *testing.T) {$/;"	f
 16309  TestFloatAdd64	./cmd/compile/internal/big/float_test.go	/^func TestFloatAdd64(t *testing.T) {$/;"	f
 16310  TestFloatAdd64	./math/big/float_test.go	/^func TestFloatAdd64(t *testing.T) {$/;"	f
 16311  TestFloatArithmeticOverflow	./cmd/compile/internal/big/float_test.go	/^func TestFloatArithmeticOverflow(t *testing.T) {$/;"	f
 16312  TestFloatArithmeticOverflow	./math/big/float_test.go	/^func TestFloatArithmeticOverflow(t *testing.T) {$/;"	f
 16313  TestFloatArithmeticRounding	./cmd/compile/internal/big/float_test.go	/^func TestFloatArithmeticRounding(t *testing.T) {$/;"	f
 16314  TestFloatArithmeticRounding	./math/big/float_test.go	/^func TestFloatArithmeticRounding(t *testing.T) {$/;"	f
 16315  TestFloatArithmeticSpecialValues	./cmd/compile/internal/big/float_test.go	/^func TestFloatArithmeticSpecialValues(t *testing.T) {$/;"	f
 16316  TestFloatArithmeticSpecialValues	./math/big/float_test.go	/^func TestFloatArithmeticSpecialValues(t *testing.T) {$/;"	f
 16317  TestFloatCmpSpecialValues	./cmd/compile/internal/big/float_test.go	/^func TestFloatCmpSpecialValues(t *testing.T) {$/;"	f
 16318  TestFloatCmpSpecialValues	./math/big/float_test.go	/^func TestFloatCmpSpecialValues(t *testing.T) {$/;"	f
 16319  TestFloatFloat32	./cmd/compile/internal/big/float_test.go	/^func TestFloatFloat32(t *testing.T) {$/;"	f
 16320  TestFloatFloat32	./math/big/float_test.go	/^func TestFloatFloat32(t *testing.T) {$/;"	f
 16321  TestFloatFloat64	./cmd/compile/internal/big/float_test.go	/^func TestFloatFloat64(t *testing.T) {$/;"	f
 16322  TestFloatFloat64	./math/big/float_test.go	/^func TestFloatFloat64(t *testing.T) {$/;"	f
 16323  TestFloatFormat	./cmd/compile/internal/big/floatconv_test.go	/^func TestFloatFormat(t *testing.T) {$/;"	f
 16324  TestFloatFormat	./math/big/floatconv_test.go	/^func TestFloatFormat(t *testing.T) {$/;"	f
 16325  TestFloatInc	./cmd/compile/internal/big/float_test.go	/^func TestFloatInc(t *testing.T) {$/;"	f
 16326  TestFloatInc	./math/big/float_test.go	/^func TestFloatInc(t *testing.T) {$/;"	f
 16327  TestFloatInt	./cmd/compile/internal/big/float_test.go	/^func TestFloatInt(t *testing.T) {$/;"	f
 16328  TestFloatInt	./math/big/float_test.go	/^func TestFloatInt(t *testing.T) {$/;"	f
 16329  TestFloatInt64	./cmd/compile/internal/big/float_test.go	/^func TestFloatInt64(t *testing.T) {$/;"	f
 16330  TestFloatInt64	./math/big/float_test.go	/^func TestFloatInt64(t *testing.T) {$/;"	f
 16331  TestFloatIsInt	./cmd/compile/internal/big/float_test.go	/^func TestFloatIsInt(t *testing.T) {$/;"	f
 16332  TestFloatIsInt	./math/big/float_test.go	/^func TestFloatIsInt(t *testing.T) {$/;"	f
 16333  TestFloatMantExp	./cmd/compile/internal/big/float_test.go	/^func TestFloatMantExp(t *testing.T) {$/;"	f
 16334  TestFloatMantExp	./math/big/float_test.go	/^func TestFloatMantExp(t *testing.T) {$/;"	f
 16335  TestFloatMantExpAliasing	./cmd/compile/internal/big/float_test.go	/^func TestFloatMantExpAliasing(t *testing.T) {$/;"	f
 16336  TestFloatMantExpAliasing	./math/big/float_test.go	/^func TestFloatMantExpAliasing(t *testing.T) {$/;"	f
 16337  TestFloatMinMax	./math/all_test.go	/^func TestFloatMinMax(t *testing.T) {$/;"	f
 16338  TestFloatMinPrec	./cmd/compile/internal/big/float_test.go	/^func TestFloatMinPrec(t *testing.T) {$/;"	f
 16339  TestFloatMinPrec	./math/big/float_test.go	/^func TestFloatMinPrec(t *testing.T) {$/;"	f
 16340  TestFloatMul	./cmd/compile/internal/big/float_test.go	/^func TestFloatMul(t *testing.T) {$/;"	f
 16341  TestFloatMul	./math/big/float_test.go	/^func TestFloatMul(t *testing.T) {$/;"	f
 16342  TestFloatMul64	./cmd/compile/internal/big/float_test.go	/^func TestFloatMul64(t *testing.T) {$/;"	f
 16343  TestFloatMul64	./math/big/float_test.go	/^func TestFloatMul64(t *testing.T) {$/;"	f
 16344  TestFloatNeg	./cmd/compile/internal/big/float_test.go	/^func TestFloatNeg(t *testing.T) {$/;"	f
 16345  TestFloatNeg	./math/big/float_test.go	/^func TestFloatNeg(t *testing.T) {$/;"	f
 16346  TestFloatPredicates	./cmd/compile/internal/big/float_test.go	/^func TestFloatPredicates(t *testing.T) {$/;"	f
 16347  TestFloatPredicates	./math/big/float_test.go	/^func TestFloatPredicates(t *testing.T) {$/;"	f
 16348  TestFloatQuo	./cmd/compile/internal/big/float_test.go	/^func TestFloatQuo(t *testing.T) {$/;"	f
 16349  TestFloatQuo	./math/big/float_test.go	/^func TestFloatQuo(t *testing.T) {$/;"	f
 16350  TestFloatQuoSmoke	./cmd/compile/internal/big/float_test.go	/^func TestFloatQuoSmoke(t *testing.T) {$/;"	f
 16351  TestFloatQuoSmoke	./math/big/float_test.go	/^func TestFloatQuoSmoke(t *testing.T) {$/;"	f
 16352  TestFloatRat	./cmd/compile/internal/big/float_test.go	/^func TestFloatRat(t *testing.T) {$/;"	f
 16353  TestFloatRat	./math/big/float_test.go	/^func TestFloatRat(t *testing.T) {$/;"	f
 16354  TestFloatRound	./cmd/compile/internal/big/float_test.go	/^func TestFloatRound(t *testing.T) {$/;"	f
 16355  TestFloatRound	./math/big/float_test.go	/^func TestFloatRound(t *testing.T) {$/;"	f
 16356  TestFloatRound24	./cmd/compile/internal/big/float_test.go	/^func TestFloatRound24(t *testing.T) {$/;"	f
 16357  TestFloatRound24	./math/big/float_test.go	/^func TestFloatRound24(t *testing.T) {$/;"	f
 16358  TestFloatSetFloat64	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetFloat64(t *testing.T) {$/;"	f
 16359  TestFloatSetFloat64	./math/big/float_test.go	/^func TestFloatSetFloat64(t *testing.T) {$/;"	f
 16360  TestFloatSetFloat64String	./cmd/compile/internal/big/floatconv_test.go	/^func TestFloatSetFloat64String(t *testing.T) {$/;"	f
 16361  TestFloatSetFloat64String	./math/big/floatconv_test.go	/^func TestFloatSetFloat64String(t *testing.T) {$/;"	f
 16362  TestFloatSetInf	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetInf(t *testing.T) {$/;"	f
 16363  TestFloatSetInf	./math/big/float_test.go	/^func TestFloatSetInf(t *testing.T) {$/;"	f
 16364  TestFloatSetInt	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetInt(t *testing.T) {$/;"	f
 16365  TestFloatSetInt	./math/big/float_test.go	/^func TestFloatSetInt(t *testing.T) {$/;"	f
 16366  TestFloatSetInt64	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetInt64(t *testing.T) {$/;"	f
 16367  TestFloatSetInt64	./math/big/float_test.go	/^func TestFloatSetInt64(t *testing.T) {$/;"	f
 16368  TestFloatSetMantExp	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetMantExp(t *testing.T) {$/;"	f
 16369  TestFloatSetMantExp	./math/big/float_test.go	/^func TestFloatSetMantExp(t *testing.T) {$/;"	f
 16370  TestFloatSetPrec	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetPrec(t *testing.T) {$/;"	f
 16371  TestFloatSetPrec	./math/big/float_test.go	/^func TestFloatSetPrec(t *testing.T) {$/;"	f
 16372  TestFloatSetRat	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetRat(t *testing.T) {$/;"	f
 16373  TestFloatSetRat	./math/big/float_test.go	/^func TestFloatSetRat(t *testing.T) {$/;"	f
 16374  TestFloatSetUint64	./cmd/compile/internal/big/float_test.go	/^func TestFloatSetUint64(t *testing.T) {$/;"	f
 16375  TestFloatSetUint64	./math/big/float_test.go	/^func TestFloatSetUint64(t *testing.T) {$/;"	f
 16376  TestFloatSign	./cmd/compile/internal/big/float_test.go	/^func TestFloatSign(t *testing.T) {$/;"	f
 16377  TestFloatSign	./math/big/float_test.go	/^func TestFloatSign(t *testing.T) {$/;"	f
 16378  TestFloatString	./cmd/compile/internal/big/ratconv_test.go	/^func TestFloatString(t *testing.T) {$/;"	f
 16379  TestFloatString	./math/big/ratconv_test.go	/^func TestFloatString(t *testing.T) {$/;"	f
 16380  TestFloatText	./cmd/compile/internal/big/floatconv_test.go	/^func TestFloatText(t *testing.T) {$/;"	f
 16381  TestFloatText	./math/big/floatconv_test.go	/^func TestFloatText(t *testing.T) {$/;"	f
 16382  TestFloatUint64	./cmd/compile/internal/big/float_test.go	/^func TestFloatUint64(t *testing.T) {$/;"	f
 16383  TestFloatUint64	./math/big/float_test.go	/^func TestFloatUint64(t *testing.T) {$/;"	f
 16384  TestFloatZeroValue	./cmd/compile/internal/big/float_test.go	/^func TestFloatZeroValue(t *testing.T) {$/;"	f
 16385  TestFloatZeroValue	./math/big/float_test.go	/^func TestFloatZeroValue(t *testing.T) {$/;"	f
 16386  TestFloor	./math/all_test.go	/^func TestFloor(t *testing.T) {$/;"	f
 16387  TestFloydSteinbergCheckerboard	./image/draw/draw_test.go	/^func TestFloydSteinbergCheckerboard(t *testing.T) {$/;"	f
 16388  TestFmtInterface	./fmt/fmt_test.go	/^func TestFmtInterface(t *testing.T) {$/;"	f
 16389  TestFold	./encoding/json/fold_test.go	/^func TestFold(t *testing.T) {$/;"	f
 16390  TestFoldAgainstUnicode	./encoding/json/fold_test.go	/^func TestFoldAgainstUnicode(t *testing.T) {$/;"	f
 16391  TestFoldConstants	./regexp/syntax/parse_test.go	/^func TestFoldConstants(t *testing.T) {$/;"	f
 16392  TestFoldDup	./cmd/go/pkg_test.go	/^func TestFoldDup(t *testing.T) {$/;"	f
 16393  TestForeachHeaderElement	./net/http/http_test.go	/^func TestForeachHeaderElement(t *testing.T) {$/;"	f
 16394  TestForeground	./syscall/exec_unix_test.go	/^func TestForeground(t *testing.T) {$/;"	f
 16395  TestFormFileCallsParseMultipartForm	./net/http/request_test.go	/^func TestFormFileCallsParseMultipartForm(t *testing.T) {$/;"	f
 16396  TestFormFileOrder	./net/http/request_test.go	/^func TestFormFileOrder(t *testing.T) {$/;"	f
 16397  TestFormValueCallsParseMultipartForm	./net/http/request_test.go	/^func TestFormValueCallsParseMultipartForm(t *testing.T) {$/;"	f
 16398  TestFormat	./cmd/compile/internal/big/intconv_test.go	/^func TestFormat(t *testing.T) {$/;"	f
 16399  TestFormat	./math/big/intconv_test.go	/^func TestFormat(t *testing.T) {$/;"	f
 16400  TestFormat	./time/format_test.go	/^func TestFormat(t *testing.T) {$/;"	f
 16401  TestFormatAndParse	./time/format_test.go	/^func TestFormatAndParse(t *testing.T) {$/;"	f
 16402  TestFormatBool	./strconv/atob_test.go	/^func TestFormatBool(t *testing.T) {$/;"	f
 16403  TestFormatMediaType	./mime/mediatype_test.go	/^func TestFormatMediaType(t *testing.T) {$/;"	f
 16404  TestFormatSecondsInTimeZone	./time/format_test.go	/^func TestFormatSecondsInTimeZone(t *testing.T) {$/;"	f
 16405  TestFormatShortYear	./time/format_test.go	/^func TestFormatShortYear(t *testing.T) {$/;"	f
 16406  TestFormatterFlags	./fmt/fmt_test.go	/^func TestFormatterFlags(t *testing.T) {$/;"	f
 16407  TestFormatterPrintln	./fmt/fmt_test.go	/^func TestFormatterPrintln(t *testing.T) {$/;"	f
 16408  TestForwardCopy	./compress/flate/copy_test.go	/^func TestForwardCopy(t *testing.T) {$/;"	f
 16409  TestFowler	./regexp/exec_test.go	/^func TestFowler(t *testing.T) {$/;"	f
 16410  TestFp	./strconv/fp_test.go	/^func TestFp(t *testing.T) {$/;"	f
 16411  TestFractions	./go/constant/value_test.go	/^func TestFractions(t *testing.T) {$/;"	f
 16412  TestFreeOSMemory	./runtime/debug/garbage_test.go	/^func TestFreeOSMemory(t *testing.T) {$/;"	f
 16413  TestFrexp	./math/all_test.go	/^func TestFrexp(t *testing.T) {$/;"	f
 16414  TestFromAndToSlash	./path/filepath/path_test.go	/^func TestFromAndToSlash(t *testing.T) {$/;"	f
 16415  TestFromBits	./cmd/compile/internal/big/bits_test.go	/^func TestFromBits(t *testing.T) {$/;"	f
 16416  TestFromBits	./math/big/bits_test.go	/^func TestFromBits(t *testing.T) {$/;"	f
 16417  TestFstat	./os/os_test.go	/^func TestFstat(t *testing.T) {$/;"	f
 16418  TestFtoa	./strconv/ftoa_test.go	/^func TestFtoa(t *testing.T) {$/;"	f
 16419  TestFtoaRandom	./strconv/ftoa_test.go	/^func TestFtoaRandom(t *testing.T) {$/;"	f
 16420  TestFullRune	./unicode/utf8/utf8_test.go	/^func TestFullRune(t *testing.T) {$/;"	f
 16421  TestFunNN	./cmd/compile/internal/big/nat_test.go	/^func TestFunNN(t *testing.T) {$/;"	f
 16422  TestFunNN	./math/big/nat_test.go	/^func TestFunNN(t *testing.T) {$/;"	f
 16423  TestFunVV	./cmd/compile/internal/big/arith_test.go	/^func TestFunVV(t *testing.T) {$/;"	f
 16424  TestFunVV	./math/big/arith_test.go	/^func TestFunVV(t *testing.T) {$/;"	f
 16425  TestFunVW	./cmd/compile/internal/big/arith_test.go	/^func TestFunVW(t *testing.T) {$/;"	f
 16426  TestFunVW	./math/big/arith_test.go	/^func TestFunVW(t *testing.T) {$/;"	f
 16427  TestFunVWW	./cmd/compile/internal/big/arith_test.go	/^func TestFunVWW(t *testing.T) {$/;"	f
 16428  TestFunVWW	./math/big/arith_test.go	/^func TestFunVWW(t *testing.T) {$/;"	f
 16429  TestFunWW	./cmd/compile/internal/big/arith_test.go	/^func TestFunWW(t *testing.T) {$/;"	f
 16430  TestFunWW	./math/big/arith_test.go	/^func TestFunWW(t *testing.T) {$/;"	f
 16431  TestFunc	./expvar/expvar_test.go	/^func TestFunc(t *testing.T) {$/;"	f
 16432  TestFunc	./reflect/all_test.go	/^func TestFunc(t *testing.T) {$/;"	f
 16433  TestFuncArg	./reflect/all_test.go	/^func TestFuncArg(t *testing.T) {$/;"	f
 16434  TestFuncLayout	./reflect/all_test.go	/^func TestFuncLayout(t *testing.T) {$/;"	f
 16435  TestFuncMapWorksAfterClone	./html/template/clone_test.go	/^func TestFuncMapWorksAfterClone(t *testing.T) {$/;"	f
 16436  TestFuncOf	./reflect/all_test.go	/^func TestFuncOf(t *testing.T) {$/;"	f
 16437  TestFuncType	./go/printer/printer_test.go	/^func TestFuncType(t *testing.T) {$/;"	f
 16438  TestFunctionValue	./reflect/all_test.go	/^func TestFunctionValue(t *testing.T) {$/;"	f
 16439  TestFutexsleep	./runtime/futex_test.go	/^func TestFutexsleep(t *testing.T) {$/;"	f
 16440  TestFuzz	./crypto/tls/handshake_messages_test.go	/^func TestFuzz(t *testing.T) {$/;"	f
 16441  TestFuzz	./encoding/gob/codec_test.go	/^func TestFuzz(t *testing.T) {$/;"	f
 16442  TestFuzz	./encoding/pem/pem_test.go	/^func TestFuzz(t *testing.T) {$/;"	f
 16443  TestFuzzOneByte	./encoding/gob/codec_test.go	/^func TestFuzzOneByte(t *testing.T) {$/;"	f
 16444  TestFuzzRegressions	./encoding/gob/codec_test.go	/^func TestFuzzRegressions(t *testing.T) {$/;"	f
 16445  TestGCBits	./reflect/all_test.go	/^func TestGCBits(t *testing.T) {$/;"	f
 16446  TestGCFairness	./runtime/proc_test.go	/^func TestGCFairness(t *testing.T) {$/;"	f
 16447  TestGCInfo	./runtime/gcinfo_test.go	/^func TestGCInfo(t *testing.T) {$/;"	f
 16448  TestGOROOTSearchFailureReporting	./cmd/go/go_test.go	/^func TestGOROOTSearchFailureReporting(t *testing.T) {$/;"	f
 16449  TestGamma	./math/all_test.go	/^func TestGamma(t *testing.T) {$/;"	f
 16450  TestGcArraySlice	./runtime/gc_test.go	/^func TestGcArraySlice(t *testing.T) {$/;"	f
 16451  TestGcDeepNesting	./runtime/gc_test.go	/^func TestGcDeepNesting(t *testing.T) {$/;"	f
 16452  TestGcHashmapIndirection	./runtime/gc_test.go	/^func TestGcHashmapIndirection(t *testing.T) {$/;"	f
 16453  TestGcLastTime	./runtime/gc_test.go	/^func TestGcLastTime(t *testing.T) {$/;"	f
 16454  TestGcRescan	./runtime/gc_test.go	/^func TestGcRescan(t *testing.T) {$/;"	f
 16455  TestGcSys	./runtime/gc_test.go	/^func TestGcSys(t *testing.T) {$/;"	f
 16456  TestGcd	./cmd/compile/internal/big/int_test.go	/^func TestGcd(t *testing.T) {$/;"	f
 16457  TestGcd	./math/big/int_test.go	/^func TestGcd(t *testing.T) {$/;"	f
 16458  TestGdbPython	./runtime/runtime-gdb_test.go	/^func TestGdbPython(t *testing.T) {$/;"	f
 16459  TestGeneralCAS64	./sync/atomic/atomic_linux_arm_test.go	/^func TestGeneralCAS64(t *testing.T) {$/;"	f
 16460  TestGeneralizedTime	./encoding/asn1/asn1_test.go	/^func TestGeneralizedTime(t *testing.T) {$/;"	f
 16461  TestGenerateCommandParse	./cmd/go/generate_test.go	/^func TestGenerateCommandParse(t *testing.T) {$/;"	f
 16462  TestGenericBaseMult	./crypto/elliptic/elliptic_test.go	/^func TestGenericBaseMult(t *testing.T) {$/;"	f
 16463  TestGenericTrieBuilding	./strings/replace_test.go	/^func TestGenericTrieBuilding(t *testing.T) {$/;"	f
 16464  TestGet	./flag/flag_test.go	/^func TestGet(t *testing.T) {$/;"	f
 16465  TestGetBasicAuth	./net/http/request_test.go	/^func TestGetBasicAuth(t *testing.T) {$/;"	f
 16466  TestGetLine	./encoding/pem/pem_test.go	/^func TestGetLine(t *testing.T) {$/;"	f
 16467  TestGetRequestFormat	./net/http/client_test.go	/^func TestGetRequestFormat(t *testing.T) {$/;"	f
 16468  TestGetString	./cmd/compile/internal/big/intconv_test.go	/^func TestGetString(t *testing.T) {$/;"	f
 16469  TestGetString	./math/big/intconv_test.go	/^func TestGetString(t *testing.T) {$/;"	f
 16470  TestGetValues	./net/http/fcgi/fcgi_test.go	/^func TestGetValues(t *testing.T) {$/;"	f
 16471  TestGetfsstat	./syscall/syscall_bsd_test.go	/^func TestGetfsstat(t *testing.T) {$/;"	f
 16472  TestGetppid	./os/os_test.go	/^func TestGetppid(t *testing.T) {$/;"	f
 16473  TestGlob	./path/filepath/match_test.go	/^func TestGlob(t *testing.T) {$/;"	f
 16474  TestGlobError	./path/filepath/match_test.go	/^func TestGlobError(t *testing.T) {$/;"	f
 16475  TestGlobSymlink	./path/filepath/match_test.go	/^func TestGlobSymlink(t *testing.T) {$/;"	f
 16476  TestGnuTLSKey	./crypto/rsa/rsa_test.go	/^func TestGnuTLSKey(t *testing.T) {$/;"	f
 16477  TestGoBuilDashAInReleaseBranch	./cmd/go/go_test.go	/^func TestGoBuilDashAInReleaseBranch(t *testing.T) {$/;"	f
 16478  TestGoBuildARM	./cmd/go/go_test.go	/^func TestGoBuildARM(t *testing.T) {$/;"	f
 16479  TestGoBuildDashAInDevBranch	./cmd/go/go_test.go	/^func TestGoBuildDashAInDevBranch(t *testing.T) {$/;"	f
 16480  TestGoBuildInTestOnlyDirectoryFailsWithAGoodError	./cmd/go/go_test.go	/^func TestGoBuildInTestOnlyDirectoryFailsWithAGoodError(t *testing.T) {$/;"	f
 16481  TestGoBuildOutput	./cmd/go/go_test.go	/^func TestGoBuildOutput(t *testing.T) {$/;"	f
 16482  TestGoDebugString	./net/parse_test.go	/^func TestGoDebugString(t *testing.T) {$/;"	f
 16483  TestGoGenerateHandlesCommandAlias	./cmd/go/go_test.go	/^func TestGoGenerateHandlesCommandAlias(t *testing.T) {$/;"	f
 16484  TestGoGenerateHandlesSimpleCommand	./cmd/go/go_test.go	/^func TestGoGenerateHandlesSimpleCommand(t *testing.T) {$/;"	f
 16485  TestGoGenerateRunFlag	./cmd/go/go_test.go	/^func TestGoGenerateRunFlag(t *testing.T) {$/;"	f
 16486  TestGoGenerateVariableSubstitution	./cmd/go/go_test.go	/^func TestGoGenerateVariableSubstitution(t *testing.T) {$/;"	f
 16487  TestGoGetCustomDomainWildcard	./cmd/go/go_test.go	/^func TestGoGetCustomDomainWildcard(t *testing.T) {$/;"	f
 16488  TestGoGetDashTIssue8181	./cmd/go/go_test.go	/^func TestGoGetDashTIssue8181(t *testing.T) {$/;"	f
 16489  TestGoGetDomainRoot	./cmd/go/go_test.go	/^func TestGoGetDomainRoot(t *testing.T) {$/;"	f
 16490  TestGoGetInsecure	./cmd/go/go_test.go	/^func TestGoGetInsecure(t *testing.T) {$/;"	f
 16491  TestGoGetInsecureCustomDomain	./cmd/go/go_test.go	/^func TestGoGetInsecureCustomDomain(t *testing.T) {$/;"	f
 16492  TestGoGetInternalWildcard	./cmd/go/go_test.go	/^func TestGoGetInternalWildcard(t *testing.T) {$/;"	f
 16493  TestGoGetNonPkg	./cmd/go/go_test.go	/^func TestGoGetNonPkg(t *testing.T) {$/;"	f
 16494  TestGoGetRscIoToolstash	./cmd/go/go_test.go	/^func TestGoGetRscIoToolstash(t *testing.T) {$/;"	f
 16495  TestGoGetUpdate	./cmd/go/go_test.go	/^func TestGoGetUpdate(t *testing.T) {$/;"	f
 16496  TestGoGetUpdateInsecure	./cmd/go/go_test.go	/^func TestGoGetUpdateInsecure(t *testing.T) {$/;"	f
 16497  TestGoInstallCleansUpAfterGoBuild	./cmd/go/go_test.go	/^func TestGoInstallCleansUpAfterGoBuild(t *testing.T) {$/;"	f
 16498  TestGoInstallDetectsRemovedFiles	./cmd/go/go_test.go	/^func TestGoInstallDetectsRemovedFiles(t *testing.T) {$/;"	f
 16499  TestGoInstallDetectsRemovedFilesInPackageMain	./cmd/go/go_test.go	/^func TestGoInstallDetectsRemovedFilesInPackageMain(t *testing.T) {$/;"	f
 16500  TestGoInstallErrorOnCrossCompileToBin	./cmd/go/go_test.go	/^func TestGoInstallErrorOnCrossCompileToBin(t *testing.T) {$/;"	f
 16501  TestGoInstallPkgdir	./cmd/go/go_test.go	/^func TestGoInstallPkgdir(t *testing.T) {$/;"	f
 16502  TestGoInstallRebuildsStalePackagesInOtherGOPATH	./cmd/go/go_test.go	/^func TestGoInstallRebuildsStalePackagesInOtherGOPATH(t *testing.T) {$/;"	f
 16503  TestGoInstallShadowedGOPATH	./cmd/go/go_test.go	/^func TestGoInstallShadowedGOPATH(t *testing.T) {$/;"	f
 16504  TestGoListCmdOnlyShowsCommands	./cmd/go/go_test.go	/^func TestGoListCmdOnlyShowsCommands(t *testing.T) {$/;"	f
 16505  TestGoListHasAConsistentOrder	./cmd/go/go_test.go	/^func TestGoListHasAConsistentOrder(t *testing.T) {$/;"	f
 16506  TestGoListStdDoesNotIncludeCommands	./cmd/go/go_test.go	/^func TestGoListStdDoesNotIncludeCommands(t *testing.T) {$/;"	f
 16507  TestGoLookupIP	./net/netgo_unix_test.go	/^func TestGoLookupIP(t *testing.T) {$/;"	f
 16508  TestGoLookupIPWithResolverConfig	./net/dnsclient_unix_test.go	/^func TestGoLookupIPWithResolverConfig(t *testing.T) {$/;"	f
 16509  TestGoNil	./runtime/crash_test.go	/^func TestGoNil(t *testing.T) {$/;"	f
 16510  TestGoRunDirs	./cmd/go/go_test.go	/^func TestGoRunDirs(t *testing.T) {$/;"	f
 16511  TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples	./cmd/go/go_test.go	/^func TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples(t *testing.T) {$/;"	f
 16512  TestGoTestCpuprofileDashOControlsBinaryLocation	./cmd/go/go_test.go	/^func TestGoTestCpuprofileDashOControlsBinaryLocation(t *testing.T) {$/;"	f
 16513  TestGoTestCpuprofileLeavesBinaryBehind	./cmd/go/go_test.go	/^func TestGoTestCpuprofileLeavesBinaryBehind(t *testing.T) {$/;"	f
 16514  TestGoTestDashCDashOControlsBinaryLocation	./cmd/go/go_test.go	/^func TestGoTestDashCDashOControlsBinaryLocation(t *testing.T) {$/;"	f
 16515  TestGoTestDashOWritesBinary	./cmd/go/go_test.go	/^func TestGoTestDashOWritesBinary(t *testing.T) {$/;"	f
 16516  TestGoTestDetectsTestOnlyImportCycles	./cmd/go/go_test.go	/^func TestGoTestDetectsTestOnlyImportCycles(t *testing.T) {$/;"	f
 16517  TestGoTestFooTestWorks	./cmd/go/go_test.go	/^func TestGoTestFooTestWorks(t *testing.T) {$/;"	f
 16518  TestGoTestImportErrorStack	./cmd/go/go_test.go	/^func TestGoTestImportErrorStack(t *testing.T) {$/;"	f
 16519  TestGoTestRaceInstallCgo	./cmd/go/go_test.go	/^func TestGoTestRaceInstallCgo(t *testing.T) {$/;"	f
 16520  TestGoTestWithPackageListedMultipleTimes	./cmd/go/go_test.go	/^func TestGoTestWithPackageListedMultipleTimes(t *testing.T) {$/;"	f
 16521  TestGoTestXtestonlyWorks	./cmd/go/go_test.go	/^func TestGoTestXtestonlyWorks(t *testing.T) {$/;"	f
 16522  TestGoVerify	./crypto/x509/verify_test.go	/^func TestGoVerify(t *testing.T) {$/;"	f
 16523  TestGoVetWithExternalTests	./cmd/go/go_test.go	/^func TestGoVetWithExternalTests(t *testing.T) {$/;"	f
 16524  TestGoVetWithTags	./cmd/go/go_test.go	/^func TestGoVetWithTags(t *testing.T) {$/;"	f
 16525  TestGobEncodeIsZero	./encoding/gob/gobencdec_test.go	/^func TestGobEncodeIsZero(t *testing.T) {$/;"	f
 16526  TestGobEncodePtrError	./encoding/gob/gobencdec_test.go	/^func TestGobEncodePtrError(t *testing.T) {$/;"	f
 16527  TestGobEncoderArrayField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderArrayField(t *testing.T) {$/;"	f
 16528  TestGobEncoderExtraIndirect	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderExtraIndirect(t *testing.T) {$/;"	f
 16529  TestGobEncoderField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderField(t *testing.T) {$/;"	f
 16530  TestGobEncoderFieldTypeError	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderFieldTypeError(t *testing.T) {$/;"	f
 16531  TestGobEncoderFieldsOfDifferentType	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderFieldsOfDifferentType(t *testing.T) {$/;"	f
 16532  TestGobEncoderIgnoreNilEncoder	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderIgnoreNilEncoder(t *testing.T) {$/;"	f
 16533  TestGobEncoderIgnoreNonStructField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderIgnoreNonStructField(t *testing.T) {$/;"	f
 16534  TestGobEncoderIgnoreStructField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderIgnoreStructField(t *testing.T) {$/;"	f
 16535  TestGobEncoderIndirectArrayField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderIndirectArrayField(t *testing.T) {$/;"	f
 16536  TestGobEncoderIndirectField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderIndirectField(t *testing.T) {$/;"	f
 16537  TestGobEncoderNonStructSingleton	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderNonStructSingleton(t *testing.T) {$/;"	f
 16538  TestGobEncoderPointerThenValue	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderPointerThenValue(t *testing.T) {$/;"	f
 16539  TestGobEncoderStructSingleton	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderStructSingleton(t *testing.T) {$/;"	f
 16540  TestGobEncoderValueEncoder	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderValueEncoder(t *testing.T) {$/;"	f
 16541  TestGobEncoderValueField	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderValueField(t *testing.T) {$/;"	f
 16542  TestGobEncoderValueThenPointer	./encoding/gob/gobencdec_test.go	/^func TestGobEncoderValueThenPointer(t *testing.T) {$/;"	f
 16543  TestGobEncodingNilIntInSlice	./cmd/compile/internal/big/int_test.go	/^func TestGobEncodingNilIntInSlice(t *testing.T) {$/;"	f
 16544  TestGobEncodingNilIntInSlice	./math/big/int_test.go	/^func TestGobEncodingNilIntInSlice(t *testing.T) {$/;"	f
 16545  TestGobEncodingNilRatInSlice	./cmd/compile/internal/big/rat_test.go	/^func TestGobEncodingNilRatInSlice(t *testing.T) {$/;"	f
 16546  TestGobEncodingNilRatInSlice	./math/big/rat_test.go	/^func TestGobEncodingNilRatInSlice(t *testing.T) {$/;"	f
 16547  TestGobError	./net/rpc/client_test.go	/^func TestGobError(t *testing.T) {$/;"	f
 16548  TestGobMapInterfaceEncode	./encoding/gob/encoder_test.go	/^func TestGobMapInterfaceEncode(t *testing.T) {$/;"	f
 16549  TestGobPtrSlices	./encoding/gob/encoder_test.go	/^func TestGobPtrSlices(t *testing.T) {$/;"	f
 16550  TestGodocInstalls	./cmd/go/go_test.go	/^func TestGodocInstalls(t *testing.T) {$/;"	f
 16551  TestGoexitCrash	./runtime/crash_test.go	/^func TestGoexitCrash(t *testing.T) {$/;"	f
 16552  TestGoexitDeadlock	./runtime/crash_test.go	/^func TestGoexitDeadlock(t *testing.T) {$/;"	f
 16553  TestGoexitDefer	./runtime/crash_test.go	/^func TestGoexitDefer(t *testing.T) {$/;"	f
 16554  TestGoexitInPanic	./runtime/crash_test.go	/^func TestGoexitInPanic(t *testing.T) {$/;"	f
 16555  TestGolden	./cmd/api/goapi_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16556  TestGolden	./crypto/md5/md5_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16557  TestGolden	./crypto/rc4/rc4_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16558  TestGolden	./crypto/sha1/sha1_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16559  TestGolden	./crypto/sha256/sha256_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16560  TestGolden	./crypto/sha512/sha512_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16561  TestGolden	./hash/adler32/adler32_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16562  TestGolden	./hash/crc32/crc32_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16563  TestGolden	./hash/crc64/crc64_test.go	/^func TestGolden(t *testing.T) {$/;"	f
 16564  TestGolden32	./hash/fnv/fnv_test.go	/^func TestGolden32(t *testing.T) {$/;"	f
 16565  TestGolden32a	./hash/fnv/fnv_test.go	/^func TestGolden32a(t *testing.T) {$/;"	f
 16566  TestGolden64	./hash/fnv/fnv_test.go	/^func TestGolden64(t *testing.T) {$/;"	f
 16567  TestGolden64a	./hash/fnv/fnv_test.go	/^func TestGolden64a(t *testing.T) {$/;"	f
 16568  TestGoodCompile	./regexp/all_test.go	/^func TestGoodCompile(t *testing.T) {$/;"	f
 16569  TestGoroutineParallelism	./runtime/proc_test.go	/^func TestGoroutineParallelism(t *testing.T) {$/;"	f
 16570  TestGoroutineProfile	./runtime/runtime_unix_test.go	/^func TestGoroutineProfile(t *testing.T) {$/;"	f
 16571  TestGoroutineSwitch	./runtime/pprof/pprof_test.go	/^func TestGoroutineSwitch(t *testing.T) {$/;"	f
 16572  TestGostringnocopy	./runtime/string_test.go	/^func TestGostringnocopy(t *testing.T) {$/;"	f
 16573  TestGoxImporter	./go/internal/gccgoimporter/importer_test.go	/^func TestGoxImporter(t *testing.T) {$/;"	f
 16574  TestGrow	./bytes/buffer_test.go	/^func TestGrow(t *testing.T) {$/;"	f
 16575  TestGrowWithNaN	./runtime/map_test.go	/^func TestGrowWithNaN(t *testing.T) {$/;"	f
 16576  TestGrowWithNegativeZero	./runtime/map_test.go	/^func TestGrowWithNegativeZero(t *testing.T) {$/;"	f
 16577  TestHMAC	./crypto/hmac/hmac_test.go	/^func TestHMAC(t *testing.T) {$/;"	f
 16578  TestHTMLEscape	./encoding/json/encode_test.go	/^func TestHTMLEscape(t *testing.T) {$/;"	f
 16579  TestHTMLNospaceEscaper	./html/template/html_test.go	/^func TestHTMLNospaceEscaper(t *testing.T) {$/;"	f
 16580  TestHTTP	./net/rpc/server_test.go	/^func TestHTTP(t *testing.T) {$/;"	f
 16581  TestHTTP10ConnectionHeader	./net/http/serve_test.go	/^func TestHTTP10ConnectionHeader(t *testing.T) {$/;"	f
 16582  TestHTTPDecoding	./encoding/json/stream_test.go	/^func TestHTTPDecoding(t *testing.T) {$/;"	f
 16583  TestHammer32	./sync/atomic/atomic_test.go	/^func TestHammer32(t *testing.T) {$/;"	f
 16584  TestHammer64	./sync/atomic/atomic_test.go	/^func TestHammer64(t *testing.T) {$/;"	f
 16585  TestHammerStoreLoad	./sync/atomic/atomic_test.go	/^func TestHammerStoreLoad(t *testing.T) {$/;"	f
 16586  TestHandler	./expvar/expvar_test.go	/^func TestHandler(t *testing.T) {$/;"	f
 16587  TestHandlerBodyClose	./net/http/serve_test.go	/^func TestHandlerBodyClose(t *testing.T) {$/;"	f
 16588  TestHandlerFinishSkipBigContentLengthRead	./net/http/serve_test.go	/^func TestHandlerFinishSkipBigContentLengthRead(t *testing.T) {$/;"	f
 16589  TestHandlerPanic	./net/http/serve_test.go	/^func TestHandlerPanic(t *testing.T) {$/;"	f
 16590  TestHandlerPanicNil	./net/http/serve_test.go	/^func TestHandlerPanicNil(t *testing.T) {$/;"	f
 16591  TestHandlerPanicWithHijack	./net/http/serve_test.go	/^func TestHandlerPanicWithHijack(t *testing.T) {$/;"	f
 16592  TestHandlersCanSetConnectionClose10	./net/http/serve_test.go	/^func TestHandlersCanSetConnectionClose10(t *testing.T) {$/;"	f
 16593  TestHandlersCanSetConnectionClose11	./net/http/serve_test.go	/^func TestHandlersCanSetConnectionClose11(t *testing.T) {$/;"	f
 16594  TestHandshakClientSCTs	./crypto/tls/handshake_client_test.go	/^func TestHandshakClientSCTs(t *testing.T) {$/;"	f
 16595  TestHandshakeClientAES256GCMSHA384	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientAES256GCMSHA384(t *testing.T) {$/;"	f
 16596  TestHandshakeClientALPNMatch	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientALPNMatch(t *testing.T) {$/;"	f
 16597  TestHandshakeClientALPNNoMatch	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientALPNNoMatch(t *testing.T) {$/;"	f
 16598  TestHandshakeClientCertECDSA	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientCertECDSA(t *testing.T) {$/;"	f
 16599  TestHandshakeClientCertRSA	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientCertRSA(t *testing.T) {$/;"	f
 16600  TestHandshakeClientECDHEECDSAAES	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientECDHEECDSAAES(t *testing.T) {$/;"	f
 16601  TestHandshakeClientECDHEECDSAAESGCM	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientECDHEECDSAAESGCM(t *testing.T) {$/;"	f
 16602  TestHandshakeClientECDHERSAAES	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientECDHERSAAES(t *testing.T) {$/;"	f
 16603  TestHandshakeClientRSARC4	./crypto/tls/handshake_client_test.go	/^func TestHandshakeClientRSARC4(t *testing.T) {$/;"	f
 16604  TestHandshakeServerAES256GCMSHA384	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerAES256GCMSHA384(t *testing.T) {$/;"	f
 16605  TestHandshakeServerAESGCM	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerAESGCM(t *testing.T) {$/;"	f
 16606  TestHandshakeServerALPN	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerALPN(t *testing.T) {$/;"	f
 16607  TestHandshakeServerALPNNoMatch	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerALPNNoMatch(t *testing.T) {$/;"	f
 16608  TestHandshakeServerECDHEECDSAAES	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerECDHEECDSAAES(t *testing.T) {$/;"	f
 16609  TestHandshakeServerEmptyCertificates	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerEmptyCertificates(t *testing.T) {$/;"	f
 16610  TestHandshakeServerRSA3DES	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerRSA3DES(t *testing.T) {$/;"	f
 16611  TestHandshakeServerRSAAES	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerRSAAES(t *testing.T) {$/;"	f
 16612  TestHandshakeServerRSARC4	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerRSARC4(t *testing.T) {$/;"	f
 16613  TestHandshakeServerSNI	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerSNI(t *testing.T) {$/;"	f
 16614  TestHandshakeServerSNIGetCertificate	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerSNIGetCertificate(t *testing.T) {$/;"	f
 16615  TestHandshakeServerSNIGetCertificateError	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerSNIGetCertificateError(t *testing.T) {$/;"	f
 16616  TestHandshakeServerSNIGetCertificateNotFound	./crypto/tls/handshake_server_test.go	/^func TestHandshakeServerSNIGetCertificateNotFound(t *testing.T) {$/;"	f
 16617  TestHardLink	./os/os_test.go	/^func TestHardLink(t *testing.T) {$/;"	f
 16618  TestHasDotSuffix	./net/http/cookiejar/jar_test.go	/^func TestHasDotSuffix(t *testing.T) {$/;"	f
 16619  TestHasPathPrefix	./cmd/go/match_test.go	/^func TestHasPathPrefix(t *testing.T) {$/;"	f
 16620  TestHasPort	./net/http/cookiejar/jar_test.go	/^func TestHasPort(t *testing.T) {$/;"	f
 16621  TestHasToken	./net/http/header_test.go	/^func TestHasToken(t *testing.T) {$/;"	f
 16622  TestHeadResponses	./net/http/serve_test.go	/^func TestHeadResponses(t *testing.T) {$/;"	f
 16623  TestHeaderInvalidTagAndSize	./archive/zip/zip_test.go	/^func TestHeaderInvalidTagAndSize(t *testing.T) {$/;"	f
 16624  TestHeaderRoundTrip	./archive/tar/tar_test.go	/^func TestHeaderRoundTrip(t *testing.T) {$/;"	f
 16625  TestHeaderToWire	./net/http/serve_test.go	/^func TestHeaderToWire(t *testing.T) {$/;"	f
 16626  TestHeaderTooShort	./archive/zip/zip_test.go	/^func TestHeaderTooShort(t *testing.T) {$/;"	f
 16627  TestHeaderValuesContainsToken	./net/http/lex_test.go	/^func TestHeaderValuesContainsToken(t *testing.T) {$/;"	f
 16628  TestHeaderWrite	./net/http/header_test.go	/^func TestHeaderWrite(t *testing.T) {$/;"	f
 16629  TestHeaderWriteSubsetAllocs	./net/http/header_test.go	/^func TestHeaderWriteSubsetAllocs(t *testing.T) {$/;"	f
 16630  TestHeapsortBM	./sort/sort_test.go	/^func TestHeapsortBM(t *testing.T) {$/;"	f
 16631  TestHello	./cmd/pack/pack_test.go	/^func TestHello(t *testing.T) {$/;"	f
 16632  TestHello	./net/smtp/smtp_test.go	/^func TestHello(t *testing.T) {$/;"	f
 16633  TestHelloWorldBZ2	./compress/bzip2/bzip2_test.go	/^func TestHelloWorldBZ2(t *testing.T) {$/;"	f
 16634  TestHelp	./flag/flag_test.go	/^func TestHelp(t *testing.T) {$/;"	f
 16635  TestHelperProcess	./os/exec/exec_test.go	/^	if !strings.Contains(body, "func TestHelperProcess(t *testing.T)") {$/;"	f
 16636  TestHelperProcess	./os/exec/exec_test.go	/^func TestHelperProcess(*testing.T) {$/;"	f
 16637  TestHexByte	./fmt/scan_test.go	/^func TestHexByte(t *testing.T) {$/;"	f
 16638  TestHexBytes	./fmt/scan_test.go	/^func TestHexBytes(t *testing.T) {$/;"	f
 16639  TestHexDecode	./html/template/css_test.go	/^func TestHexDecode(t *testing.T) {$/;"	f
 16640  TestHilbert	./cmd/compile/internal/big/hilbert_test.go	/^func TestHilbert(t *testing.T) {$/;"	f
 16641  TestHilbert	./go/types/hilbert_test.go	/^func TestHilbert(t *testing.T) {$/;"	f
 16642  TestHilbert	./math/big/hilbert_test.go	/^func TestHilbert(t *testing.T) {$/;"	f
 16643  TestHostHandlers	./net/http/serve_test.go	/^func TestHostHandlers(t *testing.T) {$/;"	f
 16644  TestHostingOurselves	./net/http/cgi/matryoshka_test.go	/^func TestHostingOurselves(t *testing.T) {$/;"	f
 16645  TestHostname	./os/os_test.go	/^func TestHostname(t *testing.T) {$/;"	f
 16646  TestHugeGCInfo	./runtime/gc_test.go	/^func TestHugeGCInfo(t *testing.T) {$/;"	f
 16647  TestHugeWriteFails	./encoding/gob/encoder_test.go	/^func TestHugeWriteFails(t *testing.T) {$/;"	f
 16648  TestHypot	./math/all_test.go	/^func TestHypot(t *testing.T) {$/;"	f
 16649  TestHypotGo	./math/all_test.go	/^func TestHypotGo(t *testing.T) {$/;"	f
 16650  TestINDCCA	./crypto/ecdsa/ecdsa_test.go	/^func TestINDCCA(t *testing.T) {$/;"	f
 16651  TestIOError	./text/scanner/scanner_test.go	/^func TestIOError(t *testing.T) {$/;"	f
 16652  TestIPAddrFamily	./net/ip_test.go	/^func TestIPAddrFamily(t *testing.T) {$/;"	f
 16653  TestIPAddrScope	./net/ip_test.go	/^func TestIPAddrScope(t *testing.T) {$/;"	f
 16654  TestIPConnLocalName	./net/ipraw_test.go	/^func TestIPConnLocalName(t *testing.T) {$/;"	f
 16655  TestIPConnRemoteName	./net/ipraw_test.go	/^func TestIPConnRemoteName(t *testing.T) {$/;"	f
 16656  TestIPConnSpecificMethods	./net/protoconn_test.go	/^func TestIPConnSpecificMethods(t *testing.T) {$/;"	f
 16657  TestIPMask	./net/ip_test.go	/^func TestIPMask(t *testing.T) {$/;"	f
 16658  TestIPMaskString	./net/ip_test.go	/^func TestIPMaskString(t *testing.T) {$/;"	f
 16659  TestIPNetContains	./net/ip_test.go	/^func TestIPNetContains(t *testing.T) {$/;"	f
 16660  TestIPNetString	./net/ip_test.go	/^func TestIPNetString(t *testing.T) {$/;"	f
 16661  TestIPString	./net/ip_test.go	/^func TestIPString(t *testing.T) {$/;"	f
 16662  TestIPv4MulticastListener	./net/listen_test.go	/^func TestIPv4MulticastListener(t *testing.T) {$/;"	f
 16663  TestIPv6LinkLocalUnicastTCP	./net/tcp_test.go	/^func TestIPv6LinkLocalUnicastTCP(t *testing.T) {$/;"	f
 16664  TestIPv6LinkLocalUnicastUDP	./net/udp_test.go	/^func TestIPv6LinkLocalUnicastUDP(t *testing.T) {$/;"	f
 16665  TestIPv6MulticastListener	./net/listen_test.go	/^func TestIPv6MulticastListener(t *testing.T) {$/;"	f
 16666  TestISOWeek	./time/time_test.go	/^func TestISOWeek(t *testing.T) {$/;"	f
 16667  TestIdentityResponse	./net/http/serve_test.go	/^func TestIdentityResponse(t *testing.T) {$/;"	f
 16668  TestIdentityResponseHeaders	./net/http/serve_test.go	/^func TestIdentityResponseHeaders(t *testing.T) {$/;"	f
 16669  TestIdleConnChannelLeak	./net/http/transport_test.go	/^func TestIdleConnChannelLeak(t *testing.T) {$/;"	f
 16670  TestIgnore	./os/signal/signal_test.go	/^func TestIgnore(t *testing.T) {$/;"	f
 16671  TestIgnoreInterface	./encoding/gob/codec_test.go	/^func TestIgnoreInterface(t *testing.T) {$/;"	f
 16672  TestIgnorePipeErrorOnSuccess	./os/exec/exec_test.go	/^func TestIgnorePipeErrorOnSuccess(t *testing.T) {$/;"	f
 16673  TestIgnoreRecursiveType	./encoding/gob/encoder_test.go	/^func TestIgnoreRecursiveType(t *testing.T) {$/;"	f
 16674  TestIgnoredFields	./encoding/gob/codec_test.go	/^func TestIgnoredFields(t *testing.T) {$/;"	f
 16675  TestIlogb	./math/all_test.go	/^func TestIlogb(t *testing.T) {$/;"	f
 16676  TestImage	./image/image_test.go	/^func TestImage(t *testing.T) {$/;"	f
 16677  TestImplements	./reflect/set_test.go	/^func TestImplements(t *testing.T) {$/;"	f
 16678  TestImplicitAppendConversion	./reflect/set_test.go	/^func TestImplicitAppendConversion(t *testing.T) {$/;"	f
 16679  TestImplicitCallConversion	./reflect/set_test.go	/^func TestImplicitCallConversion(t *testing.T) {$/;"	f
 16680  TestImplicitMapConversion	./reflect/set_test.go	/^func TestImplicitMapConversion(t *testing.T) {$/;"	f
 16681  TestImplicitSendConversion	./reflect/set_test.go	/^func TestImplicitSendConversion(t *testing.T) {$/;"	f
 16682  TestImplicitSetConversion	./reflect/set_test.go	/^func TestImplicitSetConversion(t *testing.T) {$/;"	f
 16683  TestImplicitTaggedTime	./encoding/asn1/asn1_test.go	/^func TestImplicitTaggedTime(t *testing.T) {$/;"	f
 16684  TestImport	./go/internal/gcimporter/gcimporter_test.go	/^func TestImport(t *testing.T) {$/;"	f
 16685  TestImportCommandMatch	./cmd/go/go_test.go	/^func TestImportCommandMatch(t *testing.T) {$/;"	f
 16686  TestImportCommentConflict	./cmd/go/go_test.go	/^func TestImportCommentConflict(t *testing.T) {$/;"	f
 16687  TestImportCommentMismatch	./cmd/go/go_test.go	/^func TestImportCommentMismatch(t *testing.T) {$/;"	f
 16688  TestImportCommentSyntaxError	./cmd/go/go_test.go	/^func TestImportCommentSyntaxError(t *testing.T) {$/;"	f
 16689  TestImportPath	./reflect/all_test.go	/^func TestImportPath(t *testing.T) {$/;"	f
 16690  TestImportPathToPrefix	./cmd/internal/goobj/read_test.go	/^func TestImportPathToPrefix(t *testing.T) {$/;"	f
 16691  TestImportedTypes	./go/internal/gcimporter/gcimporter_test.go	/^func TestImportedTypes(t *testing.T) {$/;"	f
 16692  TestImports	./crypto/x509/x509_test.go	/^func TestImports(t *testing.T) {$/;"	f
 16693  TestImports	./go/parser/parser_test.go	/^func TestImports(t *testing.T) {$/;"	f
 16694  TestIncompleteBlock	./crypto/x509/pem_decrypt_test.go	/^func TestIncompleteBlock(t *testing.T) {$/;"	f
 16695  TestIncompleteIDATOnRowBoundary	./image/png/reader_test.go	/^func TestIncompleteIDATOnRowBoundary(t *testing.T) {$/;"	f
 16696  TestIncompleteSelection	./go/parser/parser_test.go	/^func TestIncompleteSelection(t *testing.T) {$/;"	f
 16697  TestIncrementalRead	./archive/tar/reader_test.go	/^func TestIncrementalRead(t *testing.T) {$/;"	f
 16698  TestIndent	./encoding/json/scanner_test.go	/^func TestIndent(t *testing.T) {$/;"	f
 16699  TestIndentBig	./encoding/json/scanner_test.go	/^func TestIndentBig(t *testing.T) {$/;"	f
 16700  TestIndentErrors	./encoding/json/scanner_test.go	/^func TestIndentErrors(t *testing.T) {$/;"	f
 16701  TestIndex	./bytes/bytes_test.go	/^func TestIndex(t *testing.T)     { runIndexTests(t, Index, "Index", indexTests) }$/;"	f
 16702  TestIndex	./index/suffixarray/suffixarray_test.go	/^func TestIndex(t *testing.T) {$/;"	f
 16703  TestIndex	./reflect/all_test.go	/^func TestIndex(t *testing.T) {$/;"	f
 16704  TestIndex	./strings/strings_test.go	/^func TestIndex(t *testing.T)        { runIndexTests(t, Index, "Index", indexTests) }$/;"	f
 16705  TestIndexAny	./bytes/bytes_test.go	/^func TestIndexAny(t *testing.T)  { runIndexAnyTests(t, IndexAny, "IndexAny", indexAnyTests) }$/;"	f
 16706  TestIndexAny	./strings/strings_test.go	/^func TestIndexAny(t *testing.T)     { runIndexTests(t, IndexAny, "IndexAny", indexAnyTests) }$/;"	f
 16707  TestIndexByte	./bytes/bytes_test.go	/^func TestIndexByte(t *testing.T) {$/;"	f
 16708  TestIndexByteBig	./bytes/bytes_test.go	/^func TestIndexByteBig(t *testing.T) {$/;"	f
 16709  TestIndexFunc	./bytes/bytes_test.go	/^func TestIndexFunc(t *testing.T) {$/;"	f
 16710  TestIndexFunc	./strings/strings_test.go	/^func TestIndexFunc(t *testing.T) {$/;"	f
 16711  TestIndexRune	./bytes/bytes_test.go	/^func TestIndexRune(t *testing.T) {$/;"	f
 16712  TestIndexRune	./strings/strings_test.go	/^func TestIndexRune(t *testing.T) {$/;"	f
 16713  TestIndirectPrint	./html/template/escape_test.go	/^func TestIndirectPrint(t *testing.T) {$/;"	f
 16714  TestIndirectSliceMapArray	./encoding/gob/codec_test.go	/^func TestIndirectSliceMapArray(t *testing.T) {$/;"	f
 16715  TestInf	./fmt/scan_test.go	/^func TestInf(t *testing.T) {$/;"	f
 16716  TestInfinity	./crypto/elliptic/elliptic_test.go	/^func TestInfinity(t *testing.T) {$/;"	f
 16717  TestInit	./go/scanner/scanner_test.go	/^func TestInit(t *testing.T) {$/;"	f
 16718  TestInit0	./container/heap/heap_test.go	/^func TestInit0(t *testing.T) {$/;"	f
 16719  TestInit1	./container/heap/heap_test.go	/^func TestInit1(t *testing.T) {$/;"	f
 16720  TestInitDeadlock	./runtime/crash_test.go	/^func TestInitDeadlock(t *testing.T) {$/;"	f
 16721  TestInitOrderInfo	./go/types/api_test.go	/^func TestInitOrderInfo(t *testing.T) {$/;"	f
 16722  TestInitialPermutationKnownAnswer	./crypto/des/des_test.go	/^func TestInitialPermutationKnownAnswer(t *testing.T) {$/;"	f
 16723  TestInitialPermute	./crypto/des/des_test.go	/^func TestInitialPermute(t *testing.T) {$/;"	f
 16724  TestInitialReset	./compress/gzip/gunzip_test.go	/^func TestInitialReset(t *testing.T) {$/;"	f
 16725  TestInsertAfterUnknownMark	./container/list/list_test.go	/^func TestInsertAfterUnknownMark(t *testing.T) {$/;"	f
 16726  TestInsertBeforeUnknownMark	./container/list/list_test.go	/^func TestInsertBeforeUnknownMark(t *testing.T) {$/;"	f
 16727  TestInstallFailsWithNoBuildableFiles	./cmd/go/go_test.go	/^func TestInstallFailsWithNoBuildableFiles(t *testing.T) {$/;"	f
 16728  TestInstallIntoGOBIN	./cmd/go/go_test.go	/^func TestInstallIntoGOBIN(t *testing.T) {$/;"	f
 16729  TestInstallIntoGOPATH	./cmd/go/go_test.go	/^func TestInstallIntoGOPATH(t *testing.T) {$/;"	f
 16730  TestInstallToCurrentDirectoryCreatesExecutable	./cmd/go/go_test.go	/^func TestInstallToCurrentDirectoryCreatesExecutable(t *testing.T) {$/;"	f
 16731  TestInstallToGOBINCommandLinePackage	./cmd/go/go_test.go	/^func TestInstallToGOBINCommandLinePackage(t *testing.T) {$/;"	f
 16732  TestInstallWithTags	./cmd/go/go_test.go	/^func TestInstallWithTags(t *testing.T) {$/;"	f
 16733  TestInstallWithoutDestinationFails	./cmd/go/go_test.go	/^func TestInstallWithoutDestinationFails(t *testing.T) {$/;"	f
 16734  TestInstallationImporter	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^func TestInstallationImporter(t *testing.T) {$/;"	f
 16735  TestInstalls	./cmd/go/go_test.go	/^func TestInstalls(t *testing.T) {$/;"	f
 16736  TestInt	./crypto/rand/util_test.go	/^func TestInt(t *testing.T) {$/;"	f
 16737  TestInt	./expvar/expvar_test.go	/^func TestInt(t *testing.T) {$/;"	f
 16738  TestInt16Alias	./testing/quick/quick_test.go	/^type TestInt16Alias int16$/;"	t
 16739  TestInt32Alias	./testing/quick/quick_test.go	/^type TestInt32Alias int32$/;"	t
 16740  TestInt64	./cmd/compile/internal/big/int_test.go	/^func TestInt64(t *testing.T) {$/;"	f
 16741  TestInt64	./math/big/int_test.go	/^func TestInt64(t *testing.T) {$/;"	f
 16742  TestInt64Alias	./testing/quick/quick_test.go	/^type TestInt64Alias int64$/;"	t
 16743  TestInt8Alias	./testing/quick/quick_test.go	/^type TestInt8Alias int8$/;"	t
 16744  TestIntAlias	./testing/quick/quick_test.go	/^type TestIntAlias int$/;"	t
 16745  TestIntCodec	./encoding/gob/codec_test.go	/^func TestIntCodec(t *testing.T) {$/;"	f
 16746  TestIntConversion	./unicode/utf8/utf8_test.go	/^func TestIntConversion(t *testing.T) {$/;"	f
 16747  TestIntEmptyMaxPanics	./crypto/rand/util_test.go	/^func TestIntEmptyMaxPanics(t *testing.T) {$/;"	f
 16748  TestIntGobEncoding	./cmd/compile/internal/big/int_test.go	/^func TestIntGobEncoding(t *testing.T) {$/;"	f
 16749  TestIntGobEncoding	./math/big/int_test.go	/^func TestIntGobEncoding(t *testing.T) {$/;"	f
 16750  TestIntJSONEncoding	./cmd/compile/internal/big/int_test.go	/^func TestIntJSONEncoding(t *testing.T) {$/;"	f
 16751  TestIntJSONEncoding	./math/big/int_test.go	/^func TestIntJSONEncoding(t *testing.T) {$/;"	f
 16752  TestIntJSONEncodingTextMarshaller	./cmd/compile/internal/big/int_test.go	/^func TestIntJSONEncodingTextMarshaller(t *testing.T) {$/;"	f
 16753  TestIntJSONEncodingTextMarshaller	./math/big/int_test.go	/^func TestIntJSONEncodingTextMarshaller(t *testing.T) {$/;"	f
 16754  TestIntNegativeMaxPanics	./crypto/rand/util_test.go	/^func TestIntNegativeMaxPanics(t *testing.T) {$/;"	f
 16755  TestIntString	./runtime/string_test.go	/^func TestIntString(t *testing.T) {$/;"	f
 16756  TestIntStringAllocs	./runtime/string_test.go	/^func TestIntStringAllocs(t *testing.T) {$/;"	f
 16757  TestIntXMLEncodingTextMarshaller	./cmd/compile/internal/big/int_test.go	/^func TestIntXMLEncodingTextMarshaller(t *testing.T) {$/;"	f
 16758  TestIntXMLEncodingTextMarshaller	./math/big/int_test.go	/^func TestIntXMLEncodingTextMarshaller(t *testing.T) {$/;"	f
 16759  TestIntegrity32	./hash/fnv/fnv_test.go	/^func TestIntegrity32(t *testing.T) {$/;"	f
 16760  TestIntegrity32a	./hash/fnv/fnv_test.go	/^func TestIntegrity32a(t *testing.T) {$/;"	f
 16761  TestIntegrity64	./hash/fnv/fnv_test.go	/^func TestIntegrity64(t *testing.T) {$/;"	f
 16762  TestIntegrity64a	./hash/fnv/fnv_test.go	/^func TestIntegrity64a(t *testing.T) {$/;"	f
 16763  TestInterface	./encoding/gob/codec_test.go	/^func TestInterface(t *testing.T) {$/;"	f
 16764  TestInterfaceAddrs	./net/interface_test.go	/^func TestInterfaceAddrs(t *testing.T) {$/;"	f
 16765  TestInterfaceArrivalAndDeparture	./net/interface_unix_test.go	/^func TestInterfaceArrivalAndDeparture(t *testing.T) {$/;"	f
 16766  TestInterfaceBasic	./encoding/gob/codec_test.go	/^func TestInterfaceBasic(t *testing.T) {$/;"	f
 16767  TestInterfaceExtraction	./reflect/all_test.go	/^func TestInterfaceExtraction(t *testing.T) {$/;"	f
 16768  TestInterfaceGet	./reflect/all_test.go	/^func TestInterfaceGet(t *testing.T) {$/;"	f
 16769  TestInterfaceIndirect	./encoding/gob/encoder_test.go	/^func TestInterfaceIndirect(t *testing.T) {$/;"	f
 16770  TestInterfacePointer	./encoding/gob/codec_test.go	/^func TestInterfacePointer(t *testing.T) {$/;"	f
 16771  TestInterfaceSet	./encoding/json/decode_test.go	/^func TestInterfaceSet(t *testing.T) {$/;"	f
 16772  TestInterfaceSet	./reflect/all_test.go	/^func TestInterfaceSet(t *testing.T) {$/;"	f
 16773  TestInterfaceValue	./reflect/all_test.go	/^func TestInterfaceValue(t *testing.T) {$/;"	f
 16774  TestInterfaces	./net/interface_test.go	/^func TestInterfaces(t *testing.T) {$/;"	f
 16775  TestInterlaced	./image/png/reader_test.go	/^func TestInterlaced(t *testing.T) {$/;"	f
 16776  TestInternalCache	./cmd/go/go_test.go	/^func TestInternalCache(t *testing.T) {$/;"	f
 16777  TestInternalPackageErrorsAreHandled	./cmd/go/go_test.go	/^func TestInternalPackageErrorsAreHandled(t *testing.T) {$/;"	f
 16778  TestInternalPackagesInGOROOTAreRespected	./cmd/go/go_test.go	/^func TestInternalPackagesInGOROOTAreRespected(t *testing.T) {$/;"	f
 16779  TestInternalPackagesOutsideGOROOTAreRespected	./cmd/go/go_test.go	/^func TestInternalPackagesOutsideGOROOTAreRespected(t *testing.T) {$/;"	f
 16780  TestInternalRedirect	./net/http/cgi/host_test.go	/^func TestInternalRedirect(t *testing.T) {$/;"	f
 16781  TestInts	./sort/sort_test.go	/^func TestInts(t *testing.T) {$/;"	f
 16782  TestInvalid	./go/parser/short_test.go	/^func TestInvalid(t *testing.T) {$/;"	f
 16783  TestInvalid	./reflect/all_test.go	/^func TestInvalid(t *testing.T) {$/;"	f
 16784  TestInvalidBits	./compress/flate/flate_test.go	/^func TestInvalidBits(t *testing.T) {$/;"	f
 16785  TestInvalidEncoding	./compress/flate/flate_test.go	/^func TestInvalidEncoding(t *testing.T) {$/;"	f
 16786  TestInvalidErr	./encoding/hex/hex_test.go	/^func TestInvalidErr(t *testing.T) {$/;"	f
 16787  TestInvalidFiles	./archive/zip/reader_test.go	/^func TestInvalidFiles(t *testing.T) {$/;"	f
 16788  TestInvalidStringErr	./encoding/hex/hex_test.go	/^func TestInvalidStringErr(t *testing.T) {$/;"	f
 16789  TestInvalidStringOption	./encoding/json/decode_test.go	/^func TestInvalidStringOption(t *testing.T) {$/;"	f
 16790  TestInvalidTimeGob	./time/time_test.go	/^func TestInvalidTimeGob(t *testing.T) {$/;"	f
 16791  TestInvalidTimeJSON	./time/time_test.go	/^func TestInvalidTimeJSON(t *testing.T) {$/;"	f
 16792  TestInvalidTrailerClosesConnection	./net/http/serve_test.go	/^func TestInvalidTrailerClosesConnection(t *testing.T) {$/;"	f
 16793  TestInvalidUTF8	./encoding/asn1/marshal_test.go	/^func TestInvalidUTF8(t *testing.T) {$/;"	f
 16794  TestInvalidUnmarshal	./encoding/json/decode_test.go	/^func TestInvalidUnmarshal(t *testing.T) {$/;"	f
 16795  TestInvalidUnmarshalText	./encoding/json/decode_test.go	/^func TestInvalidUnmarshalText(t *testing.T) {$/;"	f
 16796  TestInvalidValues	./internal/syscall/windows/registry/registry_test.go	/^func TestInvalidValues(t *testing.T) {$/;"	f
 16797  TestInversePermutationKnownAnswer	./crypto/des/des_test.go	/^func TestInversePermutationKnownAnswer(t *testing.T) {$/;"	f
 16798  TestIsAbs	./path/filepath/path_test.go	/^func TestIsAbs(t *testing.T) {$/;"	f
 16799  TestIsAbs	./path/path_test.go	/^func TestIsAbs(t *testing.T) {$/;"	f
 16800  TestIsCSSNmchar	./html/template/css_test.go	/^func TestIsCSSNmchar(t *testing.T) {$/;"	f
 16801  TestIsControlLatin1	./unicode/graphic_test.go	/^func TestIsControlLatin1(t *testing.T) {$/;"	f
 16802  TestIsEmpty	./text/template/parse/parse_test.go	/^func TestIsEmpty(t *testing.T) {$/;"	f
 16803  TestIsExist	./os/error_test.go	/^func TestIsExist(t *testing.T) {$/;"	f
 16804  TestIsFinite	./cmd/compile/internal/big/rat_test.go	/^func TestIsFinite(t *testing.T) {$/;"	f
 16805  TestIsFinite	./math/big/rat_test.go	/^func TestIsFinite(t *testing.T) {$/;"	f
 16806  TestIsGraphicLatin1	./unicode/graphic_test.go	/^func TestIsGraphicLatin1(t *testing.T) {$/;"	f
 16807  TestIsHeading	./go/doc/comment_test.go	/^func TestIsHeading(t *testing.T) {$/;"	f
 16808  TestIsIP	./net/http/cookiejar/jar_test.go	/^func TestIsIP(t *testing.T) {$/;"	f
 16809  TestIsInt	./cmd/compile/internal/big/rat_test.go	/^func TestIsInt(t *testing.T) {$/;"	f
 16810  TestIsInt	./math/big/rat_test.go	/^func TestIsInt(t *testing.T) {$/;"	f
 16811  TestIsLetter	./unicode/letter_test.go	/^func TestIsLetter(t *testing.T) {$/;"	f
 16812  TestIsLetterLatin1	./unicode/graphic_test.go	/^func TestIsLetterLatin1(t *testing.T) {$/;"	f
 16813  TestIsLowerLatin1	./unicode/graphic_test.go	/^func TestIsLowerLatin1(t *testing.T) {$/;"	f
 16814  TestIsNaN	./math/cmplx/cmath_test.go	/^func TestIsNaN(t *testing.T) {$/;"	f
 16815  TestIsNil	./reflect/all_test.go	/^func TestIsNil(t *testing.T) {$/;"	f
 16816  TestIsPrint	./strconv/quote_test.go	/^func TestIsPrint(t *testing.T) {$/;"	f
 16817  TestIsPrintLatin1	./unicode/graphic_test.go	/^func TestIsPrintLatin1(t *testing.T) {$/;"	f
 16818  TestIsPunctLatin1	./unicode/graphic_test.go	/^func TestIsPunctLatin1(t *testing.T) {$/;"	f
 16819  TestIsSecure	./cmd/go/vcs_test.go	/^func TestIsSecure(t *testing.T) {$/;"	f
 16820  TestIsSpace	./fmt/fmt_test.go	/^func TestIsSpace(t *testing.T) {$/;"	f
 16821  TestIsSpace	./unicode/letter_test.go	/^func TestIsSpace(t *testing.T) {$/;"	f
 16822  TestIsSpaceLatin1	./unicode/graphic_test.go	/^func TestIsSpaceLatin1(t *testing.T) {$/;"	f
 16823  TestIsSurrogate	./unicode/utf16/utf16_test.go	/^func TestIsSurrogate(t *testing.T) {$/;"	f
 16824  TestIsSymbolLatin1	./unicode/graphic_test.go	/^func TestIsSymbolLatin1(t *testing.T) {$/;"	f
 16825  TestIsToken	./net/http/lex_test.go	/^func TestIsToken(t *testing.T) {$/;"	f
 16826  TestIsUpper	./unicode/letter_test.go	/^func TestIsUpper(t *testing.T) {$/;"	f
 16827  TestIsUpperLatin1	./unicode/graphic_test.go	/^func TestIsUpperLatin1(t *testing.T) {$/;"	f
 16828  TestIsValidDirective	./encoding/xml/marshal_test.go	/^func TestIsValidDirective(t *testing.T) {$/;"	f
 16829  TestIssue10193	./cmd/go/go_test.go	/^func TestIssue10193(t *testing.T) {$/;"	f
 16830  TestIssue10213	./go/scanner/scanner_test.go	/^func TestIssue10213(t *testing.T) {$/;"	f
 16831  TestIssue10884_MaxBytesEOF	./net/http/request_test.go	/^func TestIssue10884_MaxBytesEOF(t *testing.T) {$/;"	f
 16832  TestIssue10952	./cmd/go/go_test.go	/^func TestIssue10952(t *testing.T) {$/;"	f
 16833  TestIssue10956	./archive/zip/reader_test.go	/^func TestIssue10956(t *testing.T) {$/;"	f
 16834  TestIssue10957	./archive/zip/reader_test.go	/^func TestIssue10957(t *testing.T) {$/;"	f
 16835  TestIssue10968	./archive/tar/reader_test.go	/^func TestIssue10968(t *testing.T) {$/;"	f
 16836  TestIssue11146	./archive/zip/reader_test.go	/^func TestIssue11146(t *testing.T) {$/;"	f
 16837  TestIssue11169	./archive/tar/reader_test.go	/^func TestIssue11169(t *testing.T) {$/;"	f
 16838  TestIssue11307	./cmd/go/go_test.go	/^func TestIssue11307(t *testing.T) {$/;"	f
 16839  TestIssue11549_Expect100	./net/http/serve_test.go	/^func TestIssue11549_Expect100(t *testing.T) {$/;"	f
 16840  TestIssue11709	./cmd/go/go_test.go	/^func TestIssue11709(t *testing.T) {$/;"	f
 16841  TestIssue12096	./cmd/go/go_test.go	/^func TestIssue12096(t *testing.T) {$/;"	f
 16842  TestIssue2379	./cmd/compile/internal/big/rat_test.go	/^func TestIssue2379(t *testing.T) {$/;"	f
 16843  TestIssue2379	./math/big/rat_test.go	/^func TestIssue2379(t *testing.T) {$/;"	f
 16844  TestIssue2542Deadlock	./database/sql/sql_test.go	/^func TestIssue2542Deadlock(t *testing.T) {$/;"	f
 16845  TestIssue2607	./cmd/compile/internal/big/int_test.go	/^func TestIssue2607(t *testing.T) {$/;"	f
 16846  TestIssue2607	./math/big/int_test.go	/^func TestIssue2607(t *testing.T) {$/;"	f
 16847  TestIssue3521	./cmd/compile/internal/big/rat_test.go	/^func TestIssue3521(t *testing.T) {$/;"	f
 16848  TestIssue3521	./math/big/rat_test.go	/^func TestIssue3521(t *testing.T) {$/;"	f
 16849  TestIssue3595	./net/http/transport_test.go	/^func TestIssue3595(t *testing.T) {$/;"	f
 16850  TestIssue3644	./net/http/transport_test.go	/^func TestIssue3644(t *testing.T) {$/;"	f
 16851  TestIssue4103	./container/list/list_test.go	/^func TestIssue4103(t *testing.T) {$/;"	f
 16852  TestIssue4191_InfiniteGetTimeout	./net/http/transport_test.go	/^func TestIssue4191_InfiniteGetTimeout(t *testing.T) {$/;"	f
 16853  TestIssue4191_InfiniteGetToPutTimeout	./net/http/transport_test.go	/^func TestIssue4191_InfiniteGetToPutTimeout(t *testing.T) {$/;"	f
 16854  TestIssue4210	./cmd/go/go_test.go	/^func TestIssue4210(t *testing.T) {$/;"	f
 16855  TestIssue4902	./database/sql/sql_test.go	/^func TestIssue4902(t *testing.T) {$/;"	f
 16856  TestIssue569	./encoding/xml/xml_test.go	/^func TestIssue569(t *testing.T) {$/;"	f
 16857  TestIssue5745	./time/sleep_test.go	/^func TestIssue5745(t *testing.T) {$/;"	f
 16858  TestIssue5770	./go/types/issues_test.go	/^func TestIssue5770(t *testing.T) {$/;"	f
 16859  TestIssue5815	./go/internal/gcimporter/gcimporter_test.go	/^func TestIssue5815(t *testing.T) {$/;"	f
 16860  TestIssue5849	./go/types/issues_test.go	/^func TestIssue5849(t *testing.T) {$/;"	f
 16861  TestIssue5880	./encoding/xml/xml_test.go	/^func TestIssue5880(t *testing.T) {$/;"	f
 16862  TestIssue5915	./compress/flate/flate_test.go	/^func TestIssue5915(t *testing.T) {$/;"	f
 16863  TestIssue5962	./compress/flate/flate_test.go	/^func TestIssue5962(t *testing.T) {$/;"	f
 16864  TestIssue6081	./database/sql/sql_test.go	/^func TestIssue6081(t *testing.T) {$/;"	f
 16865  TestIssue6255	./compress/flate/flate_test.go	/^func TestIssue6255(t *testing.T) {$/;"	f
 16866  TestIssue6349	./container/list/list_test.go	/^func TestIssue6349(t *testing.T) {$/;"	f
 16867  TestIssue6413	./go/types/issues_test.go	/^func TestIssue6413(t *testing.T) {$/;"	f
 16868  TestIssue6458	./encoding/json/encode_test.go	/^func TestIssue6458(t *testing.T) {$/;"	f
 16869  TestIssue6480	./cmd/go/go_test.go	/^func TestIssue6480(t *testing.T) {$/;"	f
 16870  TestIssue6550	./compress/gzip/gunzip_test.go	/^func TestIssue6550(t *testing.T) {$/;"	f
 16871  TestIssue6651	./database/sql/sql_test.go	/^func TestIssue6651(t *testing.T) {$/;"	f
 16872  TestIssue6844	./cmd/go/go_test.go	/^func TestIssue6844(t *testing.T) {$/;"	f
 16873  TestIssue6866	./cmd/compile/internal/big/float_test.go	/^func TestIssue6866(t *testing.T) {$/;"	f
 16874  TestIssue6866	./math/big/float_test.go	/^func TestIssue6866(t *testing.T) {$/;"	f
 16875  TestIssue7108	./cmd/go/go_test.go	/^func TestIssue7108(t *testing.T) {$/;"	f
 16876  TestIssue7245	./go/types/issues_test.go	/^func TestIssue7245(t *testing.T) {$/;"	f
 16877  TestIssue7573	./cmd/go/go_test.go	/^func TestIssue7573(t *testing.T) {$/;"	f
 16878  TestIssue7827	./go/types/issues_test.go	/^func TestIssue7827(t *testing.T) {$/;"	f
 16879  TestIssue8102	./runtime/race/race_test.go	/^func TestIssue8102(t *testing.T) {$/;"	f
 16880  TestIssue8186	./archive/zip/reader_test.go	/^func TestIssue8186(t *testing.T) {$/;"	f
 16881  TestIssue820	./cmd/compile/internal/big/rat_test.go	/^func TestIssue820(t *testing.T) {$/;"	f
 16882  TestIssue820	./math/big/rat_test.go	/^func TestIssue820(t *testing.T) {$/;"	f
 16883  TestIssue8518	./go/types/api_test.go	/^func TestIssue8518(t *testing.T) {$/;"	f
 16884  TestIssue9137	./runtime/race/race_test.go	/^func TestIssue9137(t *testing.T) {$/;"	f
 16885  TestIssue9979	./go/parser/parser_test.go	/^func TestIssue9979(t *testing.T) {$/;"	f
 16886  TestIterGrowAndDelete	./runtime/map_test.go	/^func TestIterGrowAndDelete(t *testing.T) {$/;"	f
 16887  TestIterGrowWithGC	./runtime/map_test.go	/^func TestIterGrowWithGC(t *testing.T) {$/;"	f
 16888  TestItoa	./strconv/itoa_test.go	/^func TestItoa(t *testing.T) {$/;"	f
 16889  TestItoa	./syscall/syscall_test.go	/^func TestItoa(t *testing.T) {$/;"	f
 16890  TestJ0	./math/all_test.go	/^func TestJ0(t *testing.T) {$/;"	f
 16891  TestJ1	./math/all_test.go	/^func TestJ1(t *testing.T) {$/;"	f
 16892  TestJSEscaping	./text/template/exec_test.go	/^func TestJSEscaping(t *testing.T) {$/;"	f
 16893  TestJSRegexpEscaper	./html/template/js_test.go	/^func TestJSRegexpEscaper(t *testing.T) {$/;"	f
 16894  TestJSStrEscaper	./html/template/js_test.go	/^func TestJSStrEscaper(t *testing.T) {$/;"	f
 16895  TestJSValEscaper	./html/template/js_test.go	/^func TestJSValEscaper(t *testing.T) {$/;"	f
 16896  TestJacobi	./cmd/compile/internal/big/int_test.go	/^func TestJacobi(t *testing.T) {$/;"	f
 16897  TestJacobi	./math/big/int_test.go	/^func TestJacobi(t *testing.T) {$/;"	f
 16898  TestJacobiPanic	./cmd/compile/internal/big/int_test.go	/^func TestJacobiPanic(t *testing.T) {$/;"	f
 16899  TestJacobiPanic	./math/big/int_test.go	/^func TestJacobiPanic(t *testing.T) {$/;"	f
 16900  TestJar	./net/http/client_test.go	/^type TestJar struct {$/;"	t
 16901  TestJarCalls	./net/http/client_test.go	/^func TestJarCalls(t *testing.T) {$/;"	f
 16902  TestJarKey	./net/http/cookiejar/jar_test.go	/^func TestJarKey(t *testing.T) {$/;"	f
 16903  TestJarKeyNilPSL	./net/http/cookiejar/jar_test.go	/^func TestJarKeyNilPSL(t *testing.T) {$/;"	f
 16904  TestJn	./math/all_test.go	/^func TestJn(t *testing.T) {$/;"	f
 16905  TestJoin	./path/filepath/path_test.go	/^func TestJoin(t *testing.T) {$/;"	f
 16906  TestJoin	./path/path_test.go	/^func TestJoin(t *testing.T) {$/;"	f
 16907  TestJoinHostPort	./net/ip_test.go	/^func TestJoinHostPort(t *testing.T) {$/;"	f
 16908  TestKeyGeneration	./crypto/ecdsa/ecdsa_test.go	/^func TestKeyGeneration(t *testing.T) {$/;"	f
 16909  TestKeyGeneration	./crypto/rsa/rsa_test.go	/^func TestKeyGeneration(t *testing.T) {$/;"	f
 16910  TestKeysFromPreMasterSecret	./crypto/tls/prf_test.go	/^func TestKeysFromPreMasterSecret(t *testing.T) {$/;"	f
 16911  TestKillChildAfterCopyError	./net/http/cgi/matryoshka_test.go	/^func TestKillChildAfterCopyError(t *testing.T) {$/;"	f
 16912  TestKillFindProcess	./os/os_test.go	/^func TestKillFindProcess(t *testing.T) {$/;"	f
 16913  TestKillStartProcess	./os/os_test.go	/^func TestKillStartProcess(t *testing.T) {$/;"	f
 16914  TestLFStack	./runtime/lfstack_test.go	/^func TestLFStack(t *testing.T) {$/;"	f
 16915  TestLFStackStress	./runtime/lfstack_test.go	/^func TestLFStackStress(t *testing.T) {$/;"	f
 16916  TestLRUClientSessionCache	./crypto/tls/handshake_client_test.go	/^func TestLRUClientSessionCache(t *testing.T) {$/;"	f
 16917  TestLarge	./crypto/md5/md5_test.go	/^func TestLarge(t *testing.T) {$/;"	f
 16918  TestLargeByteReads	./bytes/buffer_test.go	/^func TestLargeByteReads(t *testing.T) {$/;"	f
 16919  TestLargeByteSlice	./encoding/json/decode_test.go	/^func TestLargeByteSlice(t *testing.T) {$/;"	f
 16920  TestLargeByteWrites	./bytes/buffer_test.go	/^func TestLargeByteWrites(t *testing.T) {$/;"	f
 16921  TestLargeCos	./math/all_test.go	/^func TestLargeCos(t *testing.T) {$/;"	f
 16922  TestLargeDefs	./cmd/pack/pack_test.go	/^func TestLargeDefs(t *testing.T) {$/;"	f
 16923  TestLargeGCProg	./reflect/all_test.go	/^func TestLargeGCProg(t *testing.T) {$/;"	f
 16924  TestLargeImageWithShortData	./image/jpeg/reader_test.go	/^func TestLargeImageWithShortData(t *testing.T) {$/;"	f
 16925  TestLargeReadMIMEHeader	./net/textproto/reader_test.go	/^func TestLargeReadMIMEHeader(t *testing.T) {$/;"	f
 16926  TestLargeSin	./math/all_test.go	/^func TestLargeSin(t *testing.T) {$/;"	f
 16927  TestLargeSincos	./math/all_test.go	/^func TestLargeSincos(t *testing.T) {$/;"	f
 16928  TestLargeStringConcat	./runtime/string_test.go	/^func TestLargeStringConcat(t *testing.T) {$/;"	f
 16929  TestLargeStringReads	./bytes/buffer_test.go	/^func TestLargeStringReads(t *testing.T) {$/;"	f
 16930  TestLargeStringWrites	./bytes/buffer_test.go	/^func TestLargeStringWrites(t *testing.T) {$/;"	f
 16931  TestLargeTan	./math/all_test.go	/^func TestLargeTan(t *testing.T) {$/;"	f
 16932  TestLargeWriteToConsole	./os/os_test.go	/^func TestLargeWriteToConsole(t *testing.T) {$/;"	f
 16933  TestLastIndex	./bytes/bytes_test.go	/^func TestLastIndex(t *testing.T) { runIndexTests(t, LastIndex, "LastIndex", lastIndexTests) }$/;"	f
 16934  TestLastIndex	./strings/strings_test.go	/^func TestLastIndex(t *testing.T)    { runIndexTests(t, LastIndex, "LastIndex", lastIndexTests) }$/;"	f
 16935  TestLastIndexAny	./bytes/bytes_test.go	/^func TestLastIndexAny(t *testing.T) {$/;"	f
 16936  TestLastIndexAny	./strings/strings_test.go	/^func TestLastIndexAny(t *testing.T) { runIndexTests(t, LastIndexAny, "LastIndexAny", lastIndexAnyTests) }$/;"	f
 16937  TestLastIndexByte	./bytes/bytes_test.go	/^func TestLastIndexByte(t *testing.T) {$/;"	f
 16938  TestLastIndexByte	./strings/strings_test.go	/^func TestLastIndexByte(t *testing.T) {$/;"	f
 16939  TestLatin1	./compress/gzip/gzip_test.go	/^func TestLatin1(t *testing.T) {$/;"	f
 16940  TestLatin1RoundTrip	./compress/gzip/gzip_test.go	/^func TestLatin1RoundTrip(t *testing.T) {$/;"	f
 16941  TestLatinOffset	./unicode/letter_test.go	/^func TestLatinOffset(t *testing.T) {$/;"	f
 16942  TestLchown	./os/os_unix_test.go	/^func TestLchown(t *testing.T) {$/;"	f
 16943  TestLdexp	./math/all_test.go	/^func TestLdexp(t *testing.T) {$/;"	f
 16944  TestLdflagsArgumentsWithSpacesIssue3941	./cmd/go/go_test.go	/^func TestLdflagsArgumentsWithSpacesIssue3941(t *testing.T) {$/;"	f
 16945  TestLeadAndLineComments	./go/parser/parser_test.go	/^func TestLeadAndLineComments(t *testing.T) {$/;"	f
 16946  TestLetterOptimizations	./unicode/letter_test.go	/^func TestLetterOptimizations(t *testing.T) {$/;"	f
 16947  TestLex	./cmd/asm/internal/lex/lex_test.go	/^func TestLex(t *testing.T) {$/;"	f
 16948  TestLex	./text/template/parse/lex_test.go	/^func TestLex(t *testing.T) {$/;"	f
 16949  TestLgamma	./math/all_test.go	/^func TestLgamma(t *testing.T) {$/;"	f
 16950  TestLineAline	./debug/gosym/pclntab_test.go	/^func TestLineAline(t *testing.T) {$/;"	f
 16951  TestLineBreaker	./encoding/pem/pem_test.go	/^func TestLineBreaker(t *testing.T) {$/;"	f
 16952  TestLineByLineFscanf	./fmt/scan_test.go	/^func TestLineByLineFscanf(t *testing.T) {$/;"	f
 16953  TestLineComments	./go/printer/printer_test.go	/^func TestLineComments(t *testing.T) {$/;"	f
 16954  TestLineComments	./go/scanner/scanner_test.go	/^func TestLineComments(t *testing.T) {$/;"	f
 16955  TestLineContinuation	./mime/multipart/multipart_test.go	/^func TestLineContinuation(t *testing.T) {$/;"	f
 16956  TestLineELFClang	./debug/dwarf/line_test.go	/^func TestLineELFClang(t *testing.T) {$/;"	f
 16957  TestLineELFGCC	./debug/dwarf/line_test.go	/^func TestLineELFGCC(t *testing.T) {$/;"	f
 16958  TestLineFromAline	./debug/gosym/pclntab_test.go	/^func TestLineFromAline(t *testing.T) {$/;"	f
 16959  TestLineHist	./cmd/internal/obj/line_test.go	/^func TestLineHist(t *testing.T) {$/;"	f
 16960  TestLineInfo	./go/token/position_test.go	/^func TestLineInfo(t *testing.T) {$/;"	f
 16961  TestLineLimit	./mime/multipart/multipart_test.go	/^func TestLineLimit(t *testing.T) {$/;"	f
 16962  TestLineNumber	./runtime/symtab_test.go	/^func TestLineNumber(t *testing.T) {$/;"	f
 16963  TestLineSeek	./debug/dwarf/line_test.go	/^func TestLineSeek(t *testing.T) {$/;"	f
 16964  TestLineTooLong	./bufio/bufio_test.go	/^func TestLineTooLong(t *testing.T) {$/;"	f
 16965  TestLinesAfterRead	./bufio/bufio_test.go	/^func TestLinesAfterRead(t *testing.T) {$/;"	f
 16966  TestLink1	./container/ring/ring_test.go	/^func TestLink1(t *testing.T) {$/;"	f
 16967  TestLink2	./container/ring/ring_test.go	/^func TestLink2(t *testing.T) {$/;"	f
 16968  TestLink3	./container/ring/ring_test.go	/^func TestLink3(t *testing.T) {$/;"	f
 16969  TestLinkUnlink	./container/ring/ring_test.go	/^func TestLinkUnlink(t *testing.T) {$/;"	f
 16970  TestLinuxDeathSignal	./syscall/syscall_linux_test.go	/^func TestLinuxDeathSignal(t *testing.T) {$/;"	f
 16971  TestLinuxSendfile	./net/http/fs_test.go	/^func TestLinuxSendfile(t *testing.T) {$/;"	f
 16972  TestLinuxSendfileChild	./net/http/fs_test.go	/^func TestLinuxSendfileChild(*testing.T) {$/;"	f
 16973  TestList	./container/list/list_test.go	/^func TestList(t *testing.T) {$/;"	f
 16974  TestListTemplateCanUseContextFunction	./cmd/go/go_test.go	/^func TestListTemplateCanUseContextFunction(t *testing.T) {$/;"	f
 16975  TestListenError	./net/error_test.go	/^func TestListenError(t *testing.T) {$/;"	f
 16976  TestListenPacketError	./net/error_test.go	/^func TestListenPacketError(t *testing.T) {$/;"	f
 16977  TestListenerClose	./net/net_test.go	/^func TestListenerClose(t *testing.T) {$/;"	f
 16978  TestLiteralPrefix	./regexp/all_test.go	/^func TestLiteralPrefix(t *testing.T) {$/;"	f
 16979  TestLittleEndianPtrWrite	./encoding/binary/binary_test.go	/^func TestLittleEndianPtrWrite(t *testing.T) { testWrite(t, LittleEndian, little, &s) }$/;"	f
 16980  TestLittleEndianRead	./encoding/binary/binary_test.go	/^func TestLittleEndianRead(t *testing.T)     { testRead(t, LittleEndian, little, s) }$/;"	f
 16981  TestLittleEndianWrite	./encoding/binary/binary_test.go	/^func TestLittleEndianWrite(t *testing.T)    { testWrite(t, LittleEndian, little, s) }$/;"	f
 16982  TestLoadFixed	./time/time_test.go	/^func TestLoadFixed(t *testing.T) {$/;"	f
 16983  TestLoadInt32	./sync/atomic/atomic_test.go	/^func TestLoadInt32(t *testing.T) {$/;"	f
 16984  TestLoadInt64	./sync/atomic/atomic_test.go	/^func TestLoadInt64(t *testing.T) {$/;"	f
 16985  TestLoadLocationZipFile	./time/format_test.go	/^func TestLoadLocationZipFile(t *testing.T) {$/;"	f
 16986  TestLoadPointer	./sync/atomic/atomic_test.go	/^func TestLoadPointer(t *testing.T) {$/;"	f
 16987  TestLoadUint32	./sync/atomic/atomic_test.go	/^func TestLoadUint32(t *testing.T) {$/;"	f
 16988  TestLoadUint64	./sync/atomic/atomic_test.go	/^func TestLoadUint64(t *testing.T) {$/;"	f
 16989  TestLoadUintptr	./sync/atomic/atomic_test.go	/^func TestLoadUintptr(t *testing.T) {$/;"	f
 16990  TestLocalImportsEasy	./cmd/go/go_test.go	/^func TestLocalImportsEasy(t *testing.T) {$/;"	f
 16991  TestLocalImportsEasySub	./cmd/go/go_test.go	/^func TestLocalImportsEasySub(t *testing.T) {$/;"	f
 16992  TestLocalImportsGoInstallShouldFail	./cmd/go/go_test.go	/^func TestLocalImportsGoInstallShouldFail(t *testing.T) {$/;"	f
 16993  TestLocalImportsHard	./cmd/go/go_test.go	/^func TestLocalImportsHard(t *testing.T) {$/;"	f
 16994  TestLocalZoneAbbr	./time/zoneinfo_windows_test.go	/^func TestLocalZoneAbbr(t *testing.T) {$/;"	f
 16995  TestLocationRace	./time/time_test.go	/^func TestLocationRace(t *testing.T) {$/;"	f
 16996  TestLocationResponse	./net/http/response_test.go	/^func TestLocationResponse(t *testing.T) {$/;"	f
 16997  TestLockOSThread	./runtime/runtime_linux_test.go	/^func TestLockOSThread(t *testing.T) {$/;"	f
 16998  TestLockedDeadlock	./runtime/crash_test.go	/^func TestLockedDeadlock(t *testing.T) {$/;"	f
 16999  TestLockedDeadlock2	./runtime/crash_test.go	/^func TestLockedDeadlock2(t *testing.T) {$/;"	f
 17000  TestLog	./math/all_test.go	/^func TestLog(t *testing.T) {$/;"	f
 17001  TestLog	./math/cmplx/cmath_test.go	/^func TestLog(t *testing.T) {$/;"	f
 17002  TestLog10	./math/all_test.go	/^func TestLog10(t *testing.T) {$/;"	f
 17003  TestLog10	./math/cmplx/cmath_test.go	/^func TestLog10(t *testing.T) {$/;"	f
 17004  TestLog1p	./math/all_test.go	/^func TestLog1p(t *testing.T) {$/;"	f
 17005  TestLog2	./math/all_test.go	/^func TestLog2(t *testing.T) {$/;"	f
 17006  TestLogb	./math/all_test.go	/^func TestLogb(t *testing.T) {$/;"	f
 17007  TestLongSymlink	./os/os_test.go	/^func TestLongSymlink(t *testing.T) {$/;"	f
 17008  TestLongest	./regexp/exec_test.go	/^func TestLongest(t *testing.T) {$/;"	f
 17009  TestLookPath	./os/exec/lp_windows_test.go	/^func TestLookPath(t *testing.T) {$/;"	f
 17010  TestLookPathNotFound	./os/exec/lp_test.go	/^func TestLookPathNotFound(t *testing.T) {$/;"	f
 17011  TestLookPathUnixEmptyPath	./os/exec/lp_unix_test.go	/^func TestLookPathUnixEmptyPath(t *testing.T) {$/;"	f
 17012  TestLookup	./os/user/user_test.go	/^func TestLookup(t *testing.T) {$/;"	f
 17013  TestLookupCNAME	./net/lookup_windows_test.go	/^func TestLookupCNAME(t *testing.T) {$/;"	f
 17014  TestLookupDots	./net/lookup_test.go	/^func TestLookupDots(t *testing.T) {$/;"	f
 17015  TestLookupEnv	./os/env_test.go	/^func TestLookupEnv(t *testing.T) {$/;"	f
 17016  TestLookupFieldOrMethod	./go/types/api_test.go	/^func TestLookupFieldOrMethod(t *testing.T) {$/;"	f
 17017  TestLookupGmailMX	./net/lookup_test.go	/^func TestLookupGmailMX(t *testing.T) {$/;"	f
 17018  TestLookupGmailNS	./net/lookup_test.go	/^func TestLookupGmailNS(t *testing.T) {$/;"	f
 17019  TestLookupGmailTXT	./net/lookup_test.go	/^func TestLookupGmailTXT(t *testing.T) {$/;"	f
 17020  TestLookupGoogleHost	./net/lookup_test.go	/^func TestLookupGoogleHost(t *testing.T) {$/;"	f
 17021  TestLookupGoogleIP	./net/lookup_test.go	/^func TestLookupGoogleIP(t *testing.T) {$/;"	f
 17022  TestLookupGooglePublicDNSAddr	./net/lookup_test.go	/^func TestLookupGooglePublicDNSAddr(t *testing.T) {$/;"	f
 17023  TestLookupGoogleSRV	./net/lookup_test.go	/^func TestLookupGoogleSRV(t *testing.T) {$/;"	f
 17024  TestLookupIANACNAME	./net/lookup_test.go	/^func TestLookupIANACNAME(t *testing.T) {$/;"	f
 17025  TestLookupIPDeadline	./net/lookup_test.go	/^func TestLookupIPDeadline(t *testing.T) {$/;"	f
 17026  TestLookupId	./os/user/user_test.go	/^func TestLookupId(t *testing.T) {$/;"	f
 17027  TestLookupMX	./net/lookup_windows_test.go	/^func TestLookupMX(t *testing.T) {$/;"	f
 17028  TestLookupMallocs	./mime/type_test.go	/^func TestLookupMallocs(t *testing.T) {$/;"	f
 17029  TestLookupNS	./net/lookup_windows_test.go	/^func TestLookupNS(t *testing.T) {$/;"	f
 17030  TestLookupPort	./net/port_test.go	/^func TestLookupPort(t *testing.T) {$/;"	f
 17031  TestLookupStaticAddr	./net/hosts_test.go	/^func TestLookupStaticAddr(t *testing.T) {$/;"	f
 17032  TestLookupStaticHost	./net/hosts_test.go	/^func TestLookupStaticHost(t *testing.T) {$/;"	f
 17033  TestLookupTXT	./net/lookup_windows_test.go	/^func TestLookupTXT(t *testing.T) {$/;"	f
 17034  TestLookupWithIP	./net/ip_test.go	/^func TestLookupWithIP(t *testing.T) {$/;"	f
 17035  TestLoopCount	./image/gif/reader_test.go	/^func TestLoopCount(t *testing.T) {$/;"	f
 17036  TestLsh	./cmd/compile/internal/big/int_test.go	/^func TestLsh(t *testing.T) {$/;"	f
 17037  TestLsh	./math/big/int_test.go	/^func TestLsh(t *testing.T) {$/;"	f
 17038  TestLshRsh	./cmd/compile/internal/big/int_test.go	/^func TestLshRsh(t *testing.T) {$/;"	f
 17039  TestLshRsh	./math/big/int_test.go	/^func TestLshRsh(t *testing.T) {$/;"	f
 17040  TestLshSelf	./cmd/compile/internal/big/int_test.go	/^func TestLshSelf(t *testing.T) {$/;"	f
 17041  TestLshSelf	./math/big/int_test.go	/^func TestLshSelf(t *testing.T) {$/;"	f
 17042  TestLstat	./os/os_test.go	/^func TestLstat(t *testing.T) {$/;"	f
 17043  TestMTF	./compress/bzip2/bzip2_test.go	/^func TestMTF(t *testing.T) {$/;"	f
 17044  TestMain	./cmd/go/go_test.go	/^func TestMain(m *testing.M) {$/;"	f
 17045  TestMain	./net/http/main_test.go	/^func TestMain(m *testing.M) {$/;"	f
 17046  TestMain	./net/internal/socktest/main_test.go	/^func TestMain(m *testing.M) {$/;"	f
 17047  TestMain	./net/main_test.go	/^func TestMain(m *testing.M) {$/;"	f
 17048  TestMain	./syscall/syscall_linux_test.go	/^func TestMain(m *testing.M) {$/;"	f
 17049  TestMain	./testing/testing.go	/^\/\/	func TestMain(m *testing.M) {$/;"	f
 17050  TestMain	./testing/testing.go	/^\/\/	func TestMain(m *testing.M)$/;"	f
 17051  TestMain	./testing/testing_test.go	/^func TestMain(m *testing.M) {$/;"	f
 17052  TestMainGoroutineId	./runtime/crash_test.go	/^func TestMainGoroutineId(t *testing.T) {$/;"	f
 17053  TestMakeFunc	./reflect/all_test.go	/^func TestMakeFunc(t *testing.T) {$/;"	f
 17054  TestMakeFuncInterface	./reflect/all_test.go	/^func TestMakeFuncInterface(t *testing.T) {$/;"	f
 17055  TestMakeFuncStackCopy	./reflect/all_test.go	/^func TestMakeFuncStackCopy(t *testing.T) {$/;"	f
 17056  TestMakeFuncVariadic	./reflect/all_test.go	/^func TestMakeFuncVariadic(t *testing.T) {$/;"	f
 17057  TestMalformedInput	./net/rpc/jsonrpc/all_test.go	/^func TestMalformedInput(t *testing.T) {$/;"	f
 17058  TestMalformedOutput	./net/rpc/jsonrpc/all_test.go	/^func TestMalformedOutput(t *testing.T) {$/;"	f
 17059  TestManyErrBadConn	./database/sql/sql_test.go	/^func TestManyErrBadConn(t *testing.T) {$/;"	f
 17060  TestMap	./bytes/bytes_test.go	/^func TestMap(t *testing.T) {$/;"	f
 17061  TestMap	./reflect/all_test.go	/^func TestMap(t *testing.T) {$/;"	f
 17062  TestMap	./strings/strings_test.go	/^func TestMap(t *testing.T) {$/;"	f
 17063  TestMapAlias	./testing/quick/quick_test.go	/^type TestMapAlias map[int]int$/;"	t
 17064  TestMapBug1	./encoding/gob/encoder_test.go	/^func TestMapBug1(t *testing.T) {$/;"	f
 17065  TestMapCounter	./expvar/expvar_test.go	/^func TestMapCounter(t *testing.T) {$/;"	f
 17066  TestMapIterOrder	./runtime/map_test.go	/^func TestMapIterOrder(t *testing.T) {$/;"	f
 17067  TestMapLargeKeyNoPointer	./runtime/map_test.go	/^func TestMapLargeKeyNoPointer(t *testing.T) {$/;"	f
 17068  TestMapLargeValNoPointer	./runtime/map_test.go	/^func TestMapLargeValNoPointer(t *testing.T) {$/;"	f
 17069  TestMapNanGrowIterator	./runtime/map_test.go	/^func TestMapNanGrowIterator(t *testing.T) {$/;"	f
 17070  TestMapOf	./reflect/all_test.go	/^func TestMapOf(t *testing.T) {$/;"	f
 17071  TestMapOfGCKeys	./reflect/all_test.go	/^func TestMapOfGCKeys(t *testing.T) {$/;"	f
 17072  TestMapOfGCValues	./reflect/all_test.go	/^func TestMapOfGCValues(t *testing.T) {$/;"	f
 17073  TestMapPrinter	./fmt/fmt_test.go	/^func TestMapPrinter(t *testing.T) {$/;"	f
 17074  TestMapSetNil	./reflect/all_test.go	/^func TestMapSetNil(t *testing.T) {$/;"	f
 17075  TestMapSparseIterOrder	./runtime/map_test.go	/^func TestMapSparseIterOrder(t *testing.T) {$/;"	f
 17076  TestMapStringBytesLookup	./runtime/map_test.go	/^func TestMapStringBytesLookup(t *testing.T) {$/;"	f
 17077  TestMapType	./encoding/gob/type_test.go	/^func TestMapType(t *testing.T) {$/;"	f
 17078  TestMarshal	./crypto/elliptic/elliptic_test.go	/^func TestMarshal(t *testing.T) {$/;"	f
 17079  TestMarshal	./encoding/asn1/marshal_test.go	/^func TestMarshal(t *testing.T) {$/;"	f
 17080  TestMarshal	./encoding/json/decode_test.go	/^func TestMarshal(t *testing.T) {$/;"	f
 17081  TestMarshal	./encoding/xml/marshal_test.go	/^func TestMarshal(t *testing.T) {$/;"	f
 17082  TestMarshalBadUTF8	./encoding/json/decode_test.go	/^func TestMarshalBadUTF8(t *testing.T) {$/;"	f
 17083  TestMarshalEmbeds	./encoding/json/decode_test.go	/^func TestMarshalEmbeds(t *testing.T) {$/;"	f
 17084  TestMarshalEmptyIP	./net/ip_test.go	/^func TestMarshalEmptyIP(t *testing.T) {$/;"	f
 17085  TestMarshalErrors	./encoding/xml/marshal_test.go	/^func TestMarshalErrors(t *testing.T) {$/;"	f
 17086  TestMarshalFlush	./encoding/xml/marshal_test.go	/^func TestMarshalFlush(t *testing.T) {$/;"	f
 17087  TestMarshalIndent	./encoding/xml/marshal_test.go	/^func TestMarshalIndent(t *testing.T) {$/;"	f
 17088  TestMarshalNS	./encoding/xml/read_test.go	/^func TestMarshalNS(t *testing.T) {$/;"	f
 17089  TestMarshalNSAttr	./encoding/xml/read_test.go	/^func TestMarshalNSAttr(t *testing.T) {$/;"	f
 17090  TestMarshalNumberZeroVal	./encoding/json/decode_test.go	/^func TestMarshalNumberZeroVal(t *testing.T) {$/;"	f
 17091  TestMarshalRSAPrivateKey	./crypto/x509/x509_test.go	/^func TestMarshalRSAPrivateKey(t *testing.T) {$/;"	f
 17092  TestMarshalUnmarshal	./crypto/tls/handshake_messages_test.go	/^func TestMarshalUnmarshal(t *testing.T) {$/;"	f
 17093  TestMarshalWriteErrors	./encoding/xml/marshal_test.go	/^func TestMarshalWriteErrors(t *testing.T) {$/;"	f
 17094  TestMarshalWriteIOErrors	./encoding/xml/marshal_test.go	/^func TestMarshalWriteIOErrors(t *testing.T) {$/;"	f
 17095  TestMarshalerEscaping	./encoding/json/encode_test.go	/^func TestMarshalerEscaping(t *testing.T) {$/;"	f
 17096  TestMatch	./path/filepath/match_test.go	/^func TestMatch(t *testing.T) {$/;"	f
 17097  TestMatch	./path/match_test.go	/^func TestMatch(t *testing.T) {$/;"	f
 17098  TestMatch	./regexp/all_test.go	/^func TestMatch(t *testing.T) {$/;"	f
 17099  TestMatchFunction	./regexp/all_test.go	/^func TestMatchFunction(t *testing.T) {$/;"	f
 17100  TestMatchHostnames	./crypto/x509/x509_test.go	/^func TestMatchHostnames(t *testing.T) {$/;"	f
 17101  TestMatchIP	./crypto/x509/x509_test.go	/^func TestMatchIP(t *testing.T) {$/;"	f
 17102  TestMatchPattern	./cmd/go/match_test.go	/^func TestMatchPattern(t *testing.T) {$/;"	f
 17103  TestMathBigDivide	./runtime/pprof/pprof_test.go	/^func TestMathBigDivide(t *testing.T) {$/;"	f
 17104  TestMax	./math/all_test.go	/^func TestMax(t *testing.T) {$/;"	f
 17105  TestMaxIdleConns	./database/sql/sql_test.go	/^func TestMaxIdleConns(t *testing.T) {$/;"	f
 17106  TestMaxOpenConns	./database/sql/sql_test.go	/^func TestMaxOpenConns(t *testing.T) {$/;"	f
 17107  TestMaxOpenConnsOnBusy	./database/sql/sql_test.go	/^func TestMaxOpenConnsOnBusy(t *testing.T) {$/;"	f
 17108  TestMaxPathLen	./crypto/x509/x509_test.go	/^func TestMaxPathLen(t *testing.T) {$/;"	f
 17109  TestMemStats	./runtime/malloc_test.go	/^func TestMemStats(t *testing.T) {$/;"	f
 17110  TestMemclr	./runtime/memmove_test.go	/^func TestMemclr(t *testing.T) {$/;"	f
 17111  TestMemmove	./runtime/memmove_test.go	/^func TestMemmove(t *testing.T) {$/;"	f
 17112  TestMemmoveAlias	./runtime/memmove_test.go	/^func TestMemmoveAlias(t *testing.T) {$/;"	f
 17113  TestMemmoveOverflow	./runtime/memmove_linux_amd64_test.go	/^func TestMemmoveOverflow(t *testing.T) {$/;"	f
 17114  TestMemoryProfiler	./runtime/pprof/mprof_test.go	/^func TestMemoryProfiler(t *testing.T) {$/;"	f
 17115  TestMentionGOPATHInFirstGOPATHEntry	./cmd/go/go_test.go	/^func TestMentionGOPATHInFirstGOPATHEntry(t *testing.T) {$/;"	f
 17116  TestMentionGOPATHNotOnSecondEntry	./cmd/go/go_test.go	/^func TestMentionGOPATHNotOnSecondEntry(t *testing.T) {$/;"	f
 17117  TestMergePAX	./archive/tar/reader_test.go	/^func TestMergePAX(t *testing.T) {$/;"	f
 17118  TestMergeRuneSet	./regexp/onepass_test.go	/^func TestMergeRuneSet(t *testing.T) {$/;"	f
 17119  TestMessageForExecuteEmpty	./text/template/exec_test.go	/^func TestMessageForExecuteEmpty(t *testing.T) {$/;"	f
 17120  TestMethod	./reflect/all_test.go	/^func TestMethod(t *testing.T) {$/;"	f
 17121  TestMethod5	./reflect/all_test.go	/^func TestMethod5(t *testing.T) {$/;"	f
 17122  TestMethodValue	./reflect/all_test.go	/^func TestMethodValue(t *testing.T) {$/;"	f
 17123  TestMidnightIs12AM	./time/format_test.go	/^func TestMidnightIs12AM(t *testing.T) {$/;"	f
 17124  TestMin	./math/all_test.go	/^func TestMin(t *testing.T) {$/;"	f
 17125  TestMinutesInTimeZone	./time/format_test.go	/^func TestMinutesInTimeZone(t *testing.T) {$/;"	f
 17126  TestMissingFileMultipartRequest	./net/http/request_test.go	/^func TestMissingFileMultipartRequest(t *testing.T) {$/;"	f
 17127  TestMissingGOPATHIsReported	./cmd/go/go_test.go	/^func TestMissingGOPATHIsReported(t *testing.T) {$/;"	f
 17128  TestMissingMapKey	./text/template/exec_test.go	/^func TestMissingMapKey(t *testing.T) {$/;"	f
 17129  TestMissingZone	./time/format_test.go	/^func TestMissingZone(t *testing.T) {$/;"	f
 17130  TestMixedReadsAndWrites	./bytes/buffer_test.go	/^func TestMixedReadsAndWrites(t *testing.T) {$/;"	f
 17131  TestMkdirAll	./os/path_test.go	/^func TestMkdirAll(t *testing.T) {$/;"	f
 17132  TestMkdirAllAtSlash	./os/path_test.go	/^func TestMkdirAllAtSlash(t *testing.T) {$/;"	f
 17133  TestMkdirAllWithSymlink	./os/path_test.go	/^func TestMkdirAllWithSymlink(t *testing.T) {$/;"	f
 17134  TestMmap	./syscall/mmap_unix_test.go	/^func TestMmap(t *testing.T) {$/;"	f
 17135  TestMod	./math/all_test.go	/^func TestMod(t *testing.T) {$/;"	f
 17136  TestModInverse	./cmd/compile/internal/big/int_test.go	/^func TestModInverse(t *testing.T) {$/;"	f
 17137  TestModInverse	./math/big/int_test.go	/^func TestModInverse(t *testing.T) {$/;"	f
 17138  TestModSqrt	./cmd/compile/internal/big/int_test.go	/^func TestModSqrt(t *testing.T) {$/;"	f
 17139  TestModSqrt	./math/big/int_test.go	/^func TestModSqrt(t *testing.T) {$/;"	f
 17140  TestModTime	./archive/zip/zip_test.go	/^func TestModTime(t *testing.T) {$/;"	f
 17141  TestModW	./cmd/compile/internal/big/nat_test.go	/^func TestModW(t *testing.T) {$/;"	f
 17142  TestModW	./math/big/nat_test.go	/^func TestModW(t *testing.T) {$/;"	f
 17143  TestModf	./math/all_test.go	/^func TestModf(t *testing.T) {$/;"	f
 17144  TestMontgomery	./cmd/compile/internal/big/nat_test.go	/^func TestMontgomery(t *testing.T) {$/;"	f
 17145  TestMontgomery	./math/big/nat_test.go	/^func TestMontgomery(t *testing.T) {$/;"	f
 17146  TestMove	./container/list/list_test.go	/^func TestMove(t *testing.T) {$/;"	f
 17147  TestMoveEmptyRing	./container/ring/ring_test.go	/^func TestMoveEmptyRing(t *testing.T) {$/;"	f
 17148  TestMoveGit	./cmd/go/go_test.go	/^func TestMoveGit(t *testing.T) {$/;"	f
 17149  TestMoveHG	./cmd/go/go_test.go	/^\/\/ func TestMoveHG(t *testing.T) {$/;"	f
 17150  TestMoveUnkownMark	./container/list/list_test.go	/^func TestMoveUnkownMark(t *testing.T) {$/;"	f
 17151  TestMsgExternal	./cmd/go/testdata/src/vend/hello/hellox_test.go	/^func TestMsgExternal(t *testing.T) {$/;"	f
 17152  TestMsgInternal	./cmd/go/testdata/src/vend/hello/hello_test.go	/^func TestMsgInternal(t *testing.T) {$/;"	f
 17153  TestMul	./cmd/compile/internal/big/int_test.go	/^func TestMul(t *testing.T) {$/;"	f
 17154  TestMul	./crypto/aes/aes_test.go	/^func TestMul(t *testing.T) {$/;"	f
 17155  TestMul	./math/big/int_test.go	/^func TestMul(t *testing.T) {$/;"	f
 17156  TestMulAddWWW	./cmd/compile/internal/big/arith_test.go	/^func TestMulAddWWW(t *testing.T) {$/;"	f
 17157  TestMulAddWWW	./math/big/arith_test.go	/^func TestMulAddWWW(t *testing.T) {$/;"	f
 17158  TestMulBits	./cmd/compile/internal/big/bits_test.go	/^func TestMulBits(t *testing.T) {$/;"	f
 17159  TestMulBits	./math/big/bits_test.go	/^func TestMulBits(t *testing.T) {$/;"	f
 17160  TestMulRangeN	./cmd/compile/internal/big/nat_test.go	/^func TestMulRangeN(t *testing.T) {$/;"	f
 17161  TestMulRangeN	./math/big/nat_test.go	/^func TestMulRangeN(t *testing.T) {$/;"	f
 17162  TestMulRangeZ	./cmd/compile/internal/big/int_test.go	/^func TestMulRangeZ(t *testing.T) {$/;"	f
 17163  TestMulRangeZ	./math/big/int_test.go	/^func TestMulRangeZ(t *testing.T) {$/;"	f
 17164  TestMulUnbalanced	./cmd/compile/internal/big/nat_test.go	/^func TestMulUnbalanced(t *testing.T) {$/;"	f
 17165  TestMulUnbalanced	./math/big/nat_test.go	/^func TestMulUnbalanced(t *testing.T) {$/;"	f
 17166  TestMulWW	./cmd/compile/internal/big/arith_test.go	/^func TestMulWW(t *testing.T) {$/;"	f
 17167  TestMulWW	./math/big/arith_test.go	/^func TestMulWW(t *testing.T) {$/;"	f
 17168  TestMultiConsumer	./runtime/chan_test.go	/^func TestMultiConsumer(t *testing.T) {$/;"	f
 17169  TestMultiExecute	./text/template/multi_test.go	/^func TestMultiExecute(t *testing.T) {$/;"	f
 17170  TestMultiFileInitOrder	./go/types/api_test.go	/^func TestMultiFileInitOrder(t *testing.T) {$/;"	f
 17171  TestMultiLine	./fmt/scan_test.go	/^func TestMultiLine(t *testing.T) {$/;"	f
 17172  TestMultiParse	./text/template/multi_test.go	/^func TestMultiParse(t *testing.T) {$/;"	f
 17173  TestMultiReader	./io/multi_test.go	/^func TestMultiReader(t *testing.T) {$/;"	f
 17174  TestMultiReaderCopy	./io/multi_test.go	/^func TestMultiReaderCopy(t *testing.T) {$/;"	f
 17175  TestMultiWriter	./io/multi_test.go	/^func TestMultiWriter(t *testing.T) {$/;"	f
 17176  TestMultiWriterCopy	./io/multi_test.go	/^func TestMultiWriterCopy(t *testing.T) {$/;"	f
 17177  TestMultipart	./mime/multipart/multipart_test.go	/^func TestMultipart(t *testing.T) {$/;"	f
 17178  TestMultipartOnlyNewlines	./mime/multipart/multipart_test.go	/^func TestMultipartOnlyNewlines(t *testing.T) {$/;"	f
 17179  TestMultipartReader	./net/http/request_test.go	/^func TestMultipartReader(t *testing.T) {$/;"	f
 17180  TestMultipartReaderOrder	./net/http/request_test.go	/^func TestMultipartReaderOrder(t *testing.T) {$/;"	f
 17181  TestMultipartRequest	./net/http/request_test.go	/^func TestMultipartRequest(t *testing.T) {$/;"	f
 17182  TestMultipartRequestAuto	./net/http/request_test.go	/^func TestMultipartRequestAuto(t *testing.T) {$/;"	f
 17183  TestMultipartSlowInput	./mime/multipart/multipart_test.go	/^func TestMultipartSlowInput(t *testing.T) {$/;"	f
 17184  TestMultipartTruncated	./mime/multipart/multipart_test.go	/^func TestMultipartTruncated(t *testing.T) {$/;"	f
 17185  TestMultipleGOPATHEntriesReportedSeparately	./cmd/go/go_test.go	/^func TestMultipleGOPATHEntriesReportedSeparately(t *testing.T) {$/;"	f
 17186  TestMultipletRNSChunks	./image/png/reader_test.go	/^func TestMultipletRNSChunks(t *testing.T) {$/;"	f
 17187  TestMultistreamFalse	./compress/gzip/gunzip_test.go	/^func TestMultistreamFalse(t *testing.T) {$/;"	f
 17188  TestMutex	./sync/mutex_test.go	/^func TestMutex(t *testing.T) {$/;"	f
 17189  TestMutexClose	./net/fd_mutex_test.go	/^func TestMutexClose(t *testing.T) {$/;"	f
 17190  TestMutexCloseUnblock	./net/fd_mutex_test.go	/^func TestMutexCloseUnblock(t *testing.T) {$/;"	f
 17191  TestMutexLock	./net/fd_mutex_test.go	/^func TestMutexLock(t *testing.T) {$/;"	f
 17192  TestMutexPanic	./net/fd_mutex_test.go	/^func TestMutexPanic(t *testing.T) {$/;"	f
 17193  TestMutexPanic	./sync/mutex_test.go	/^func TestMutexPanic(t *testing.T) {$/;"	f
 17194  TestMutexStress	./net/fd_mutex_test.go	/^func TestMutexStress(t *testing.T) {$/;"	f
 17195  TestMutipleEncodingsOfBadType	./encoding/gob/encoder_test.go	/^func TestMutipleEncodingsOfBadType(t *testing.T) {$/;"	f
 17196  TestMuxRedirectLeadingSlashes	./net/http/serve_test.go	/^func TestMuxRedirectLeadingSlashes(t *testing.T) {$/;"	f
 17197  TestMyReaderScan	./fmt/scan_test.go	/^func TestMyReaderScan(t *testing.T) {$/;"	f
 17198  TestMyReaderScanfMulti	./fmt/scan_test.go	/^func TestMyReaderScanfMulti(t *testing.T) {$/;"	f
 17199  TestMyReaderScanln	./fmt/scan_test.go	/^func TestMyReaderScanln(t *testing.T) {$/;"	f
 17200  TestNLZ	./cmd/compile/internal/big/nat_test.go	/^func TestNLZ(t *testing.T) {$/;"	f
 17201  TestNLZ	./math/big/nat_test.go	/^func TestNLZ(t *testing.T) {$/;"	f
 17202  TestNM	./cmd/nm/nm_test.go	/^func TestNM(t *testing.T) {$/;"	f
 17203  TestNPrimeKeyGeneration	./crypto/rsa/rsa_test.go	/^func TestNPrimeKeyGeneration(t *testing.T) {$/;"	f
 17204  TestNaN	./fmt/scan_test.go	/^func TestNaN(t *testing.T) {$/;"	f
 17205  TestNaN	./math/all_test.go	/^func TestNaN(t *testing.T) {$/;"	f
 17206  TestNameAccessors	./mime/multipart/multipart_test.go	/^func TestNameAccessors(t *testing.T) {$/;"	f
 17207  TestNames	./debug/elf/elf_test.go	/^func TestNames(t *testing.T) {$/;"	f
 17208  TestNan	./runtime/map_test.go	/^func TestNan(t *testing.T) {$/;"	f
 17209  TestNanosecondsToLocalTime	./time/time_test.go	/^func TestNanosecondsToLocalTime(t *testing.T) {$/;"	f
 17210  TestNanosecondsToUTC	./time/time_test.go	/^func TestNanosecondsToUTC(t *testing.T) {$/;"	f
 17211  TestNanosecondsToUTCAndBack	./time/time_test.go	/^func TestNanosecondsToUTCAndBack(t *testing.T) {$/;"	f
 17212  TestNeedsSniff	./net/http/response_test.go	/^func TestNeedsSniff(t *testing.T) {$/;"	f
 17213  TestNegativeHdrSize	./archive/tar/reader_test.go	/^func TestNegativeHdrSize(t *testing.T) {$/;"	f
 17214  TestNegativeRead	./bufio/bufio_test.go	/^func TestNegativeRead(t *testing.T) {$/;"	f
 17215  TestNegativeRune	./unicode/utf8/utf8_test.go	/^func TestNegativeRune(t *testing.T) {$/;"	f
 17216  TestNegativeZero	./runtime/map_test.go	/^func TestNegativeZero(t *testing.T) {$/;"	f
 17217  TestNested	./mime/multipart/multipart_test.go	/^func TestNested(t *testing.T) {$/;"	f
 17218  TestNestedDirectives	./encoding/xml/xml_test.go	/^func TestNestedDirectives(t *testing.T) {$/;"	f
 17219  TestNestedInterfaces	./encoding/gob/encoder_test.go	/^func TestNestedInterfaces(t *testing.T) {$/;"	f
 17220  TestNestedMethods	./reflect/all_test.go	/^func TestNestedMethods(t *testing.T) {$/;"	f
 17221  TestNesting	./encoding/gob/codec_test.go	/^func TestNesting(t *testing.T) {$/;"	f
 17222  TestNetIP	./encoding/gob/gobencdec_test.go	/^func TestNetIP(t *testing.T) {$/;"	f
 17223  TestNetpollDeadlock	./runtime/crash_test.go	/^func TestNetpollDeadlock(t *testing.T) {$/;"	f
 17224  TestNetworkNumberAndMask	./net/ip_test.go	/^func TestNetworkNumberAndMask(t *testing.T) {$/;"	f
 17225  TestNew	./container/ring/ring_test.go	/^func TestNew(t *testing.T) {$/;"	f
 17226  TestNew	./log/syslog/syslog_test.go	/^func TestNew(t *testing.T) {$/;"	f
 17227  TestNew	./text/template/multi_test.go	/^func TestNew(t *testing.T) {$/;"	f
 17228  TestNewBuffer	./bytes/buffer_test.go	/^func TestNewBuffer(t *testing.T) {$/;"	f
 17229  TestNewBufferString	./bytes/buffer_test.go	/^func TestNewBufferString(t *testing.T) {$/;"	f
 17230  TestNewClient	./net/smtp/smtp_test.go	/^func TestNewClient(t *testing.T) {$/;"	f
 17231  TestNewClient2	./net/smtp/smtp_test.go	/^func TestNewClient2(t *testing.T) {$/;"	f
 17232  TestNewEqual	./errors/errors_test.go	/^func TestNewEqual(t *testing.T) {$/;"	f
 17233  TestNewLineCharacters	./encoding/base32/base32_test.go	/^func TestNewLineCharacters(t *testing.T) {$/;"	f
 17234  TestNewLineCharacters	./encoding/base64/base64_test.go	/^func TestNewLineCharacters(t *testing.T) {$/;"	f
 17235  TestNewLogger	./log/syslog/syslog_test.go	/^func TestNewLogger(t *testing.T) {$/;"	f
 17236  TestNewOSProc0	./runtime/norace_linux_test.go	/^func TestNewOSProc0(t *testing.T) {$/;"	f
 17237  TestNewReaderSizeIdempotent	./bufio/bufio_test.go	/^func TestNewReaderSizeIdempotent(t *testing.T) {$/;"	f
 17238  TestNewRequestContentLength	./net/http/request_test.go	/^func TestNewRequestContentLength(t *testing.T) {$/;"	f
 17239  TestNewRequestHost	./net/http/request_test.go	/^func TestNewRequestHost(t *testing.T) {$/;"	f
 17240  TestNewTickerLtZeroDuration	./time/tick_test.go	/^func TestNewTickerLtZeroDuration(t *testing.T) {$/;"	f
 17241  TestNewWriterSizeIdempotent	./bufio/bufio_test.go	/^func TestNewWriterSizeIdempotent(t *testing.T) {$/;"	f
 17242  TestNext	./bytes/buffer_test.go	/^func TestNext(t *testing.T) {$/;"	f
 17243  TestNext	./text/scanner/scanner_test.go	/^func TestNext(t *testing.T) {$/;"	f
 17244  TestNextEOFHandling	./text/scanner/scanner_test.go	/^func TestNextEOFHandling(t *testing.T) {$/;"	f
 17245  TestNextJsCtx	./html/template/js_test.go	/^func TestNextJsCtx(t *testing.T) {$/;"	f
 17246  TestNextProtoUpgrade	./net/http/npn_test.go	/^func TestNextProtoUpgrade(t *testing.T) {$/;"	f
 17247  TestNextValueBig	./encoding/json/scanner_test.go	/^func TestNextValueBig(t *testing.T) {$/;"	f
 17248  TestNextafter32	./math/all_test.go	/^func TestNextafter32(t *testing.T) {$/;"	f
 17249  TestNextafter64	./math/all_test.go	/^func TestNextafter64(t *testing.T) {$/;"	f
 17250  TestNil	./bytes/buffer_test.go	/^func TestNil(t *testing.T) {$/;"	f
 17251  TestNilBody	./net/http/httputil/reverseproxy_test.go	/^func TestNilBody(t *testing.T) {$/;"	f
 17252  TestNilDeref	./sync/atomic/atomic_test.go	/^func TestNilDeref(t *testing.T) {$/;"	f
 17253  TestNilDoesNotBecomeTyped	./fmt/fmt_test.go	/^func TestNilDoesNotBecomeTyped(t *testing.T) {$/;"	f
 17254  TestNilFileMethods	./os/os_test.go	/^func TestNilFileMethods(t *testing.T) {$/;"	f
 17255  TestNilMap	./reflect/all_test.go	/^func TestNilMap(t *testing.T) {$/;"	f
 17256  TestNilPointerInsideInterface	./encoding/gob/encoder_test.go	/^func TestNilPointerInsideInterface(t *testing.T) {$/;"	f
 17257  TestNilPointers	./testing/quick/quick_test.go	/^func TestNilPointers(t *testing.T) {$/;"	f
 17258  TestNilProcessStateString	./os/os_test.go	/^func TestNilProcessStateString(t *testing.T) {$/;"	f
 17259  TestNilPtrValueSub	./reflect/all_test.go	/^func TestNilPtrValueSub(t *testing.T) {$/;"	f
 17260  TestNlitOutOfRange	./compress/flate/reader_test.go	/^func TestNlitOutOfRange(t *testing.T) {$/;"	f
 17261  TestNoCompressionOverlap	./crypto/tls/handshake_server_test.go	/^func TestNoCompressionOverlap(t *testing.T) {$/;"	f
 17262  TestNoContentLengthIfTransferEncoding	./net/http/serve_test.go	/^func TestNoContentLengthIfTransferEncoding(t *testing.T) {$/;"	f
 17263  TestNoExistBinary	./os/exec/exec_test.go	/^func TestNoExistBinary(t *testing.T) {$/;"	f
 17264  TestNoHelperGoroutines	./runtime/crash_test.go	/^func TestNoHelperGoroutines(t *testing.T) {$/;"	f
 17265  TestNoPalette	./image/gif/reader_test.go	/^func TestNoPalette(t *testing.T) {$/;"	f
 17266  TestNoPos	./go/token/position_test.go	/^func TestNoPos(t *testing.T) {$/;"	f
 17267  TestNoRC4ByDefault	./crypto/tls/handshake_server_test.go	/^func TestNoRC4ByDefault(t *testing.T) {$/;"	f
 17268  TestNoRaceAddrExpr	./runtime/race/testdata/mop_test.go	/^func TestNoRaceAddrExpr(t *testing.T) {$/;"	f
 17269  TestNoRaceAfterFunc1	./runtime/race/testdata/sync_test.go	/^func TestNoRaceAfterFunc1(t *testing.T) {$/;"	f
 17270  TestNoRaceAfterFunc2	./runtime/race/testdata/sync_test.go	/^func TestNoRaceAfterFunc2(t *testing.T) {$/;"	f
 17271  TestNoRaceAfterFunc3	./runtime/race/testdata/sync_test.go	/^func TestNoRaceAfterFunc3(t *testing.T) {$/;"	f
 17272  TestNoRaceAnd	./runtime/race/testdata/mop_test.go	/^func TestNoRaceAnd(t *testing.T) {$/;"	f
 17273  TestNoRaceArrayWW	./runtime/race/testdata/slice_test.go	/^func TestNoRaceArrayWW(t *testing.T) {$/;"	f
 17274  TestNoRaceAsFunc4	./runtime/race/testdata/mop_test.go	/^func TestNoRaceAsFunc4(t *testing.T) {$/;"	f
 17275  TestNoRaceAtomicAddInt32	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicAddInt32(t *testing.T) {$/;"	f
 17276  TestNoRaceAtomicAddInt64	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicAddInt64(t *testing.T) {$/;"	f
 17277  TestNoRaceAtomicCASCASInt32	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicCASCASInt32(t *testing.T) {$/;"	f
 17278  TestNoRaceAtomicCASCASInt32_2	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicCASCASInt32_2(t *testing.T) {$/;"	f
 17279  TestNoRaceAtomicCASCASUInt64	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicCASCASUInt64(t *testing.T) {$/;"	f
 17280  TestNoRaceAtomicCASLoadInt32	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicCASLoadInt32(t *testing.T) {$/;"	f
 17281  TestNoRaceAtomicCrash	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicCrash(t *testing.T) {$/;"	f
 17282  TestNoRaceAtomicLoadAddInt32	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicLoadAddInt32(t *testing.T) {$/;"	f
 17283  TestNoRaceAtomicLoadInt64	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicLoadInt64(t *testing.T) {$/;"	f
 17284  TestNoRaceAtomicLoadStoreInt32	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicLoadStoreInt32(t *testing.T) {$/;"	f
 17285  TestNoRaceAtomicLoadStorePointer	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicLoadStorePointer(t *testing.T) {$/;"	f
 17286  TestNoRaceAtomicStoreCASInt32	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicStoreCASInt32(t *testing.T) {$/;"	f
 17287  TestNoRaceAtomicStoreCASUint64	./runtime/race/testdata/atomic_test.go	/^func TestNoRaceAtomicStoreCASUint64(t *testing.T) {$/;"	f
 17288  TestNoRaceBlank	./runtime/race/testdata/mop_test.go	/^func TestNoRaceBlank(t *testing.T) {$/;"	f
 17289  TestNoRaceCase	./runtime/race/testdata/mop_test.go	/^func TestNoRaceCase(t *testing.T) {$/;"	f
 17290  TestNoRaceCaseFallthrough	./runtime/race/testdata/mop_test.go	/^func TestNoRaceCaseFallthrough(t *testing.T) {$/;"	f
 17291  TestNoRaceCgoSync	./runtime/race/testdata/cgo_test.go	/^func TestNoRaceCgoSync(t *testing.T) {$/;"	f
 17292  TestNoRaceChanAsync	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanAsync(t *testing.T) {$/;"	f
 17293  TestNoRaceChanAsyncCloseRecv	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanAsyncCloseRecv(t *testing.T) {$/;"	f
 17294  TestNoRaceChanAsyncCloseRecv2	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanAsyncCloseRecv2(t *testing.T) {$/;"	f
 17295  TestNoRaceChanAsyncCloseRecv3	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanAsyncCloseRecv3(t *testing.T) {$/;"	f
 17296  TestNoRaceChanMutex	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanMutex(t *testing.T) {$/;"	f
 17297  TestNoRaceChanPtr	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanPtr(t *testing.T) {$/;"	f
 17298  TestNoRaceChanReadWriteAsync	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanReadWriteAsync(t *testing.T) {$/;"	f
 17299  TestNoRaceChanSync	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanSync(t *testing.T) {$/;"	f
 17300  TestNoRaceChanSyncCloseRecv	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanSyncCloseRecv(t *testing.T) {$/;"	f
 17301  TestNoRaceChanSyncCloseRecv2	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanSyncCloseRecv2(t *testing.T) {$/;"	f
 17302  TestNoRaceChanSyncCloseRecv3	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanSyncCloseRecv3(t *testing.T) {$/;"	f
 17303  TestNoRaceChanSyncRev	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanSyncRev(t *testing.T) {$/;"	f
 17304  TestNoRaceChanWaitGroup	./runtime/race/testdata/chan_test.go	/^func TestNoRaceChanWaitGroup(t *testing.T) {$/;"	f
 17305  TestNoRaceComp	./runtime/race/testdata/comp_test.go	/^func TestNoRaceComp(t *testing.T) {$/;"	f
 17306  TestNoRaceComp2	./runtime/race/testdata/comp_test.go	/^func TestNoRaceComp2(t *testing.T) {$/;"	f
 17307  TestNoRaceCompPtr	./runtime/race/testdata/comp_test.go	/^func TestNoRaceCompPtr(t *testing.T) {$/;"	f
 17308  TestNoRaceCompPtr2	./runtime/race/testdata/comp_test.go	/^func TestNoRaceCompPtr2(t *testing.T) {$/;"	f
 17309  TestNoRaceCond	./runtime/race/testdata/sync_test.go	/^func TestNoRaceCond(t *testing.T) {$/;"	f
 17310  TestNoRaceEmptyStruct	./runtime/race/testdata/mop_test.go	/^func TestNoRaceEmptyStruct(t *testing.T) {$/;"	f
 17311  TestNoRaceEnoughRegisters	./runtime/race/testdata/mop_test.go	/^func TestNoRaceEnoughRegisters(t *testing.T) {$/;"	f
 17312  TestNoRaceFin	./runtime/race/testdata/finalizer_test.go	/^func TestNoRaceFin(t *testing.T) {$/;"	f
 17313  TestNoRaceFinGlobal	./runtime/race/testdata/finalizer_test.go	/^func TestNoRaceFinGlobal(t *testing.T) {$/;"	f
 17314  TestNoRaceForIncr	./runtime/race/testdata/mop_test.go	/^func TestNoRaceForIncr(t *testing.T) {$/;"	f
 17315  TestNoRaceForInfiniteLoop	./runtime/race/testdata/regression_test.go	/^func TestNoRaceForInfiniteLoop(t *testing.T) {$/;"	f
 17316  TestNoRaceForInit	./runtime/race/testdata/mop_test.go	/^func TestNoRaceForInit(t *testing.T) {$/;"	f
 17317  TestNoRaceFuncArgsRW	./runtime/race/testdata/mop_test.go	/^func TestNoRaceFuncArgsRW(t *testing.T) {$/;"	f
 17318  TestNoRaceFuncUnlock	./runtime/race/testdata/mop_test.go	/^func TestNoRaceFuncUnlock(t *testing.T) {$/;"	f
 17319  TestNoRaceHeapReallocation	./runtime/race/testdata/mop_test.go	/^func TestNoRaceHeapReallocation(t *testing.T) {$/;"	f
 17320  TestNoRaceIOFile	./runtime/race/testdata/io_test.go	/^func TestNoRaceIOFile(t *testing.T) {$/;"	f
 17321  TestNoRaceIOHttp	./runtime/race/testdata/io_test.go	/^func TestNoRaceIOHttp(t *testing.T) {$/;"	f
 17322  TestNoRaceIntRWClosures	./runtime/race/testdata/mop_test.go	/^func TestNoRaceIntRWClosures(t *testing.T) {$/;"	f
 17323  TestNoRaceMapRR	./runtime/race/testdata/map_test.go	/^func TestNoRaceMapRR(t *testing.T) {$/;"	f
 17324  TestNoRaceMapRangeRange	./runtime/race/testdata/map_test.go	/^func TestNoRaceMapRangeRange(t *testing.T) {$/;"	f
 17325  TestNoRaceMethodThunk	./runtime/race/testdata/mop_test.go	/^func TestNoRaceMethodThunk(t *testing.T) {$/;"	f
 17326  TestNoRaceMethodValue	./runtime/race/testdata/mop_test.go	/^func TestNoRaceMethodValue(t *testing.T) {$/;"	f
 17327  TestNoRaceMutex	./runtime/race/testdata/mutex_test.go	/^func TestNoRaceMutex(t *testing.T) {$/;"	f
 17328  TestNoRaceMutexExampleFromHtml	./runtime/race/testdata/mutex_test.go	/^func TestNoRaceMutexExampleFromHtml(t *testing.T) {$/;"	f
 17329  TestNoRaceMutexPureHappensBefore	./runtime/race/testdata/mutex_test.go	/^func TestNoRaceMutexPureHappensBefore(t *testing.T) {$/;"	f
 17330  TestNoRaceMutexSemaphore	./runtime/race/testdata/mutex_test.go	/^func TestNoRaceMutexSemaphore(t *testing.T) {$/;"	f
 17331  TestNoRaceNilMutexCrash	./runtime/race/testdata/sync_test.go	/^func TestNoRaceNilMutexCrash(t *testing.T) {$/;"	f
 17332  TestNoRaceOr	./runtime/race/testdata/mop_test.go	/^func TestNoRaceOr(t *testing.T) {$/;"	f
 17333  TestNoRacePlus	./runtime/race/testdata/mop_test.go	/^func TestNoRacePlus(t *testing.T) {$/;"	f
 17334  TestNoRacePointerSliceCopyRead	./runtime/race/testdata/slice_test.go	/^func TestNoRacePointerSliceCopyRead(t *testing.T) {$/;"	f
 17335  TestNoRacePointerSliceWriteCopy	./runtime/race/testdata/slice_test.go	/^func TestNoRacePointerSliceWriteCopy(t *testing.T) {$/;"	f
 17336  TestNoRaceProducerConsumerUnbuffered	./runtime/race/testdata/chan_test.go	/^func TestNoRaceProducerConsumerUnbuffered(t *testing.T) {$/;"	f
 17337  TestNoRaceRWMutex	./runtime/race/testdata/rwmutex_test.go	/^func TestNoRaceRWMutex(t *testing.T) {$/;"	f
 17338  TestNoRaceRWMutexMultipleReaders	./runtime/race/testdata/rwmutex_test.go	/^func TestNoRaceRWMutexMultipleReaders(t *testing.T) {$/;"	f
 17339  TestNoRaceRWMutexTransitive	./runtime/race/testdata/rwmutex_test.go	/^func TestNoRaceRWMutexTransitive(t *testing.T) {$/;"	f
 17340  TestNoRaceRange	./runtime/race/testdata/mop_test.go	/^func TestNoRaceRange(t *testing.T) {$/;"	f
 17341  TestNoRaceRangeIssue5446	./runtime/race/testdata/mop_test.go	/^func TestNoRaceRangeIssue5446(t *testing.T) {$/;"	f
 17342  TestNoRaceReturn	./runtime/race/testdata/regression_test.go	/^func TestNoRaceReturn(t *testing.T) {$/;"	f
 17343  TestNoRaceRpcChan	./runtime/race/testdata/regression_test.go	/^func TestNoRaceRpcChan(t *testing.T) {$/;"	f
 17344  TestNoRaceSelect1	./runtime/race/testdata/select_test.go	/^func TestNoRaceSelect1(t *testing.T) {$/;"	f
 17345  TestNoRaceSelect2	./runtime/race/testdata/select_test.go	/^func TestNoRaceSelect2(t *testing.T) {$/;"	f
 17346  TestNoRaceSelect3	./runtime/race/testdata/select_test.go	/^func TestNoRaceSelect3(t *testing.T) {$/;"	f
 17347  TestNoRaceSelect4	./runtime/race/testdata/select_test.go	/^func TestNoRaceSelect4(t *testing.T) {$/;"	f
 17348  TestNoRaceSelect5	./runtime/race/testdata/select_test.go	/^func TestNoRaceSelect5(t *testing.T) {$/;"	f
 17349  TestNoRaceSelectMutex	./runtime/race/testdata/chan_test.go	/^func TestNoRaceSelectMutex(t *testing.T) {$/;"	f
 17350  TestNoRaceSelectReadWriteAsync	./runtime/race/testdata/chan_test.go	/^func TestNoRaceSelectReadWriteAsync(t *testing.T) {$/;"	f
 17351  TestNoRaceShortCalc	./runtime/race/testdata/mop_test.go	/^func TestNoRaceShortCalc(t *testing.T) {$/;"	f
 17352  TestNoRaceShortCalc2	./runtime/race/testdata/mop_test.go	/^func TestNoRaceShortCalc2(t *testing.T) {$/;"	f
 17353  TestNoRaceSliceCopyRead	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceCopyRead(t *testing.T) {$/;"	f
 17354  TestNoRaceSliceIndexAccess	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceIndexAccess(t *testing.T) {$/;"	f
 17355  TestNoRaceSliceIndexAccess2	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceIndexAccess2(t *testing.T) {$/;"	f
 17356  TestNoRaceSliceLenCap	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceLenCap(t *testing.T) {$/;"	f
 17357  TestNoRaceSliceRW	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceRW(t *testing.T) {$/;"	f
 17358  TestNoRaceSliceRangeAppend	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceRangeAppend(t *testing.T) {$/;"	f
 17359  TestNoRaceSliceRangeWrite	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceRangeWrite(t *testing.T) {$/;"	f
 17360  TestNoRaceSliceWriteCap	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceWriteCap(t *testing.T) {$/;"	f
 17361  TestNoRaceSliceWriteCopy	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceWriteCopy(t *testing.T) {$/;"	f
 17362  TestNoRaceSliceWriteLen	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceWriteLen(t *testing.T) {$/;"	f
 17363  TestNoRaceSliceWriteSlice	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceWriteSlice(t *testing.T) {$/;"	f
 17364  TestNoRaceSliceWriteSlice2	./runtime/race/testdata/slice_test.go	/^func TestNoRaceSliceWriteSlice2(t *testing.T) {$/;"	f
 17365  TestNoRaceStackPushPop	./runtime/race/testdata/regression_test.go	/^func TestNoRaceStackPushPop(t *testing.T) {$/;"	f
 17366  TestNoRaceStructFieldRW1	./runtime/race/testdata/mop_test.go	/^func TestNoRaceStructFieldRW1(t *testing.T) {$/;"	f
 17367  TestNoRaceStructFieldRW2	./runtime/race/testdata/mop_test.go	/^func TestNoRaceStructFieldRW2(t *testing.T) {$/;"	f
 17368  TestNoRaceStructSlicesRangeWrite	./runtime/race/testdata/slice_test.go	/^func TestNoRaceStructSlicesRangeWrite(t *testing.T) {$/;"	f
 17369  TestNoRaceTinyAlloc	./runtime/race/testdata/mop_test.go	/^func TestNoRaceTinyAlloc(t *testing.T) {$/;"	f
 17370  TestNoRaceWaitGroup	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroup(t *testing.T) {$/;"	f
 17371  TestNoRaceWaitGroup2	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroup2(t *testing.T) {$/;"	f
 17372  TestNoRaceWaitGroupConcurrentAdd	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupConcurrentAdd(t *testing.T) {$/;"	f
 17373  TestNoRaceWaitGroupMultipleWait	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupMultipleWait(t *testing.T) {$/;"	f
 17374  TestNoRaceWaitGroupMultipleWait2	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupMultipleWait2(t *testing.T) {$/;"	f
 17375  TestNoRaceWaitGroupMultipleWait3	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupMultipleWait3(t *testing.T) {$/;"	f
 17376  TestNoRaceWaitGroupPanicRecover	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupPanicRecover(t *testing.T) {$/;"	f
 17377  TestNoRaceWaitGroupPanicRecover2	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupPanicRecover2(t *testing.T) {$/;"	f
 17378  TestNoRaceWaitGroupReuse	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupReuse(t *testing.T) {$/;"	f
 17379  TestNoRaceWaitGroupReuse2	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupReuse2(t *testing.T) {$/;"	f
 17380  TestNoRaceWaitGroupTransitive	./runtime/race/testdata/waitgroup_test.go	/^func TestNoRaceWaitGroupTransitive(t *testing.T) {$/;"	f
 17381  TestNoSectionOverlaps	./debug/elf/file_test.go	/^func TestNoSectionOverlaps(t *testing.T) {$/;"	f
 17382  TestNoSuiteOverlap	./crypto/tls/handshake_server_test.go	/^func TestNoSuiteOverlap(t *testing.T) {$/;"	f
 17383  TestNode	./go/format/format_test.go	/^func TestNode(t *testing.T) {$/;"	f
 17384  TestNohup	./os/signal/signal_test.go	/^func TestNohup(t *testing.T) {$/;"	f
 17385  TestNonCanonicalZero	./encoding/binary/varint_test.go	/^func TestNonCanonicalZero(t *testing.T) {$/;"	f
 17386  TestNonEOFWithEmptyRead	./bufio/scan_test.go	/^func TestNonEOFWithEmptyRead(t *testing.T) {$/;"	f
 17387  TestNonEscapingConvT2E	./runtime/iface_test.go	/^func TestNonEscapingConvT2E(t *testing.T) {$/;"	f
 17388  TestNonEscapingConvT2I	./runtime/iface_test.go	/^func TestNonEscapingConvT2I(t *testing.T) {$/;"	f
 17389  TestNonEscapingMap	./runtime/map_test.go	/^func TestNonEscapingMap(t *testing.T) {$/;"	f
 17390  TestNonGoMemory	./runtime/race/race_unix_test.go	/^func TestNonGoMemory(t *testing.T) {$/;"	f
 17391  TestNonSeekable	./archive/tar/reader_test.go	/^func TestNonSeekable(t *testing.T) {$/;"	f
 17392  TestNonStandardExponentialValues	./math/rand/rand_test.go	/^func TestNonStandardExponentialValues(t *testing.T) {$/;"	f
 17393  TestNonStandardNormalValues	./math/rand/rand_test.go	/^func TestNonStandardNormalValues(t *testing.T) {$/;"	f
 17394  TestNonStrictRawToken	./encoding/xml/xml_test.go	/^func TestNonStrictRawToken(t *testing.T) {$/;"	f
 17395  TestNonZeroRandomBytes	./crypto/rsa/pkcs1v15_test.go	/^func TestNonZeroRandomBytes(t *testing.T) {$/;"	f
 17396  TestNonZeroSrcPt	./image/draw/draw_test.go	/^func TestNonZeroSrcPt(t *testing.T) {$/;"	f
 17397  TestNonblockRecvRace	./runtime/chan_test.go	/^func TestNonblockRecvRace(t *testing.T) {$/;"	f
 17398  TestNonblockSelectRace	./runtime/chan_test.go	/^func TestNonblockSelectRace(t *testing.T) {$/;"	f
 17399  TestNonblockSelectRace2	./runtime/chan_test.go	/^func TestNonblockSelectRace2(t *testing.T) {$/;"	f
 17400  TestNonceSafety	./crypto/ecdsa/ecdsa_test.go	/^func TestNonceSafety(t *testing.T) {$/;"	f
 17401  TestNoonIs12PM	./time/format_test.go	/^func TestNoonIs12PM(t *testing.T) {$/;"	f
 17402  TestNormBits	./cmd/compile/internal/big/bits_test.go	/^func TestNormBits(t *testing.T) {$/;"	f
 17403  TestNormBits	./math/big/bits_test.go	/^func TestNormBits(t *testing.T) {$/;"	f
 17404  TestNormTables	./math/rand/rand_test.go	/^func TestNormTables(t *testing.T) {$/;"	f
 17405  TestNot	./cmd/compile/internal/big/int_test.go	/^func TestNot(t *testing.T) {$/;"	f
 17406  TestNot	./math/big/int_test.go	/^func TestNot(t *testing.T) {$/;"	f
 17407  TestNotEqual	./bytes/bytes_test.go	/^func TestNotEqual(t *testing.T) {$/;"	f
 17408  TestNotGobEncodableTime	./time/time_test.go	/^func TestNotGobEncodableTime(t *testing.T) {$/;"	f
 17409  TestNotJSONEncodableTime	./time/time_test.go	/^func TestNotJSONEncodableTime(t *testing.T) {$/;"	f
 17410  TestNoteReading	./cmd/go/note_test.go	/^func TestNoteReading(t *testing.T) {$/;"	f
 17411  TestNothing	./cmd/go/vendor_test.go	/^		func TestNothing(t *testing.T) {$/;"	f
 17412  TestNullBoolParam	./database/sql/sql_test.go	/^func TestNullBoolParam(t *testing.T) {$/;"	f
 17413  TestNullByteSlice	./database/sql/sql_test.go	/^func TestNullByteSlice(t *testing.T) {$/;"	f
 17414  TestNullFloat64Param	./database/sql/sql_test.go	/^func TestNullFloat64Param(t *testing.T) {$/;"	f
 17415  TestNullInt64Param	./database/sql/sql_test.go	/^func TestNullInt64Param(t *testing.T) {$/;"	f
 17416  TestNullRawMessage	./encoding/json/stream_test.go	/^func TestNullRawMessage(t *testing.T) {$/;"	f
 17417  TestNullString	./database/sql/convert_test.go	/^func TestNullString(t *testing.T) {$/;"	f
 17418  TestNullString	./encoding/json/decode_test.go	/^func TestNullString(t *testing.T) {$/;"	f
 17419  TestNullStringParam	./database/sql/sql_test.go	/^func TestNullStringParam(t *testing.T) {$/;"	f
 17420  TestNumError	./strconv/atoi_test.go	/^func TestNumError(t *testing.T) {$/;"	f
 17421  TestNumberAccessors	./encoding/json/decode_test.go	/^func TestNumberAccessors(t *testing.T) {$/;"	f
 17422  TestNumberLatin1	./unicode/graphic_test.go	/^func TestNumberLatin1(t *testing.T) {$/;"	f
 17423  TestNumberParse	./text/template/parse/parse_test.go	/^func TestNumberParse(t *testing.T) {$/;"	f
 17424  TestOFB	./crypto/cipher/ofb_test.go	/^func TestOFB(t *testing.T) {$/;"	f
 17425  TestObjImporter	./go/internal/gccgoimporter/importer_test.go	/^func TestObjImporter(t *testing.T) {$/;"	f
 17426  TestObjdump320F	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump320F(t *testing.T)       { testBasic(t, testObjdump32, 0x0F) }$/;"	f
 17427  TestObjdump320F38	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump320F38(t *testing.T)     { testBasic(t, testObjdump32, 0x0F, 0x38) }$/;"	f
 17428  TestObjdump320F3A	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump320F3A(t *testing.T)     { testBasic(t, testObjdump32, 0x0F, 0x3A) }$/;"	f
 17429  TestObjdump32Manual	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump32Manual(t *testing.T)   { testObjdump32(t, hexCases(t, objdumpManualTests)) }$/;"	f
 17430  TestObjdump32ModRM	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump32ModRM(t *testing.T)    { testObjdump32(t, concat(basicPrefixes, enumModRM)) }$/;"	f
 17431  TestObjdump32OneByte	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump32OneByte(t *testing.T)  { testBasic(t, testObjdump32) }$/;"	f
 17432  TestObjdump32Prefix	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump32Prefix(t *testing.T)   { testPrefix(t, testObjdump32) }$/;"	f
 17433  TestObjdump32Testdata	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump32Testdata(t *testing.T) { testObjdump32(t, concat(basicPrefixes, testdataCases(t))) }$/;"	f
 17434  TestObjdump640F	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump640F(t *testing.T)       { testBasic(t, testObjdump64, 0x0F) }$/;"	f
 17435  TestObjdump640F38	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump640F38(t *testing.T)     { testBasic(t, testObjdump64, 0x0F, 0x38) }$/;"	f
 17436  TestObjdump640F3A	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump640F3A(t *testing.T)     { testBasic(t, testObjdump64, 0x0F, 0x3A) }$/;"	f
 17437  TestObjdump64Manual	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64Manual(t *testing.T)   { testObjdump64(t, hexCases(t, objdumpManualTests)) }$/;"	f
 17438  TestObjdump64ModRM	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64ModRM(t *testing.T)    { testObjdump64(t, concat(basicPrefixes, enumModRM)) }$/;"	f
 17439  TestObjdump64OneByte	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64OneByte(t *testing.T)  { testBasic(t, testObjdump64) }$/;"	f
 17440  TestObjdump64Prefix	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64Prefix(t *testing.T)   { testPrefix(t, testObjdump64) }$/;"	f
 17441  TestObjdump64REX0F	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REX0F(t *testing.T)      { testBasicREX(t, testObjdump64, 0x0F) }$/;"	f
 17442  TestObjdump64REX0F38	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REX0F38(t *testing.T)    { testBasicREX(t, testObjdump64, 0x0F, 0x38) }$/;"	f
 17443  TestObjdump64REX0F3A	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REX0F3A(t *testing.T)    { testBasicREX(t, testObjdump64, 0x0F, 0x3A) }$/;"	f
 17444  TestObjdump64REXModRM	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REXModRM(t *testing.T) {$/;"	f
 17445  TestObjdump64REXOneByte	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REXOneByte(t *testing.T) { testBasicREX(t, testObjdump64) }$/;"	f
 17446  TestObjdump64REXPrefix	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REXPrefix(t *testing.T)  { testPrefixREX(t, testObjdump64) }$/;"	f
 17447  TestObjdump64REXTestdata	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64REXTestdata(t *testing.T) {$/;"	f
 17448  TestObjdump64Testdata	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func TestObjdump64Testdata(t *testing.T) { testObjdump64(t, concat(basicPrefixes, testdataCases(t))) }$/;"	f
 17449  TestObjdumpARMCond	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^func TestObjdumpARMCond(t *testing.T)     { testObjdumpARM(t, condCases(t)) }$/;"	f
 17450  TestObjdumpARMManual	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^func TestObjdumpARMManual(t *testing.T)   { testObjdumpARM(t, hexCases(t, objdumpManualTests)) }$/;"	f
 17451  TestObjdumpARMTestdata	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^func TestObjdumpARMTestdata(t *testing.T) { testObjdumpARM(t, testdataCases(t)) }$/;"	f
 17452  TestObjdumpARMUncond	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^func TestObjdumpARMUncond(t *testing.T)   { testObjdumpARM(t, uncondCases(t)) }$/;"	f
 17453  TestObjdumpARMVFP	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^func TestObjdumpARMVFP(t *testing.T)      { testObjdumpARM(t, vfpCases(t)) }$/;"	f
 17454  TestObjectIdentifier	./encoding/asn1/asn1_test.go	/^func TestObjectIdentifier(t *testing.T) {$/;"	f
 17455  TestObjectIdentifierEqual	./encoding/asn1/asn1_test.go	/^func TestObjectIdentifierEqual(t *testing.T) {$/;"	f
 17456  TestObjectIdentifierStruct	./encoding/asn1/asn1_test.go	/^type TestObjectIdentifierStruct struct {$/;"	t
 17457  TestObjects	./go/parser/parser_test.go	/^func TestObjects(t *testing.T) {$/;"	f
 17458  TestOddMultipleOfThree	./testing/quick/quick.go	/^\/\/ 	func TestOddMultipleOfThree(t *testing.T) {$/;"	f
 17459  TestOffCurve	./crypto/elliptic/elliptic_test.go	/^func TestOffCurve(t *testing.T) {$/;"	f
 17460  TestOmitEmpty	./encoding/json/encode_test.go	/^func TestOmitEmpty(t *testing.T) {$/;"	f
 17461  TestOnCurve	./crypto/elliptic/elliptic_test.go	/^func TestOnCurve(t *testing.T) {$/;"	f
 17462  TestOnce	./sync/once_test.go	/^func TestOnce(t *testing.T) {$/;"	f
 17463  TestOncePanic	./sync/once_test.go	/^func TestOncePanic(t *testing.T) {$/;"	f
 17464  TestOnePassCutoff	./regexp/all_test.go	/^func TestOnePassCutoff(t *testing.T) {$/;"	f
 17465  TestOnlyWriteTimeout	./net/http/serve_test.go	/^func TestOnlyWriteTimeout(t *testing.T) {$/;"	f
 17466  TestOpen	./debug/elf/file_test.go	/^func TestOpen(t *testing.T) {$/;"	f
 17467  TestOpen	./debug/macho/file_test.go	/^func TestOpen(t *testing.T) {$/;"	f
 17468  TestOpen	./debug/pe/file_test.go	/^func TestOpen(t *testing.T) {$/;"	f
 17469  TestOpen	./debug/plan9obj/file_test.go	/^func TestOpen(t *testing.T) {$/;"	f
 17470  TestOpenError	./os/os_test.go	/^func TestOpenError(t *testing.T) {$/;"	f
 17471  TestOpenFailure	./debug/macho/file_test.go	/^func TestOpenFailure(t *testing.T) {$/;"	f
 17472  TestOpenFailure	./debug/pe/file_test.go	/^func TestOpenFailure(t *testing.T) {$/;"	f
 17473  TestOpenFailure	./debug/plan9obj/file_test.go	/^func TestOpenFailure(t *testing.T) {$/;"	f
 17474  TestOpenFat	./debug/macho/file_test.go	/^func TestOpenFat(t *testing.T) {$/;"	f
 17475  TestOpenFatFailure	./debug/macho/file_test.go	/^func TestOpenFatFailure(t *testing.T) {$/;"	f
 17476  TestOpenNoName	./os/os_test.go	/^func TestOpenNoName(t *testing.T) {$/;"	f
 17477  TestOps	./go/constant/value_test.go	/^func TestOps(t *testing.T) {$/;"	f
 17478  TestOptions	./net/http/serve_test.go	/^func TestOptions(t *testing.T) {$/;"	f
 17479  TestOutOfRangeSelector	./compress/bzip2/bzip2_test.go	/^func TestOutOfRangeSelector(t *testing.T) {$/;"	f
 17480  TestOutput	./log/log_test.go	/^func TestOutput(t *testing.T) {$/;"	f
 17481  TestOutput	./runtime/race/output_test.go	/^func TestOutput(t *testing.T) {$/;"	f
 17482  TestOutputDebugString	./runtime/syscall_windows_test.go	/^func TestOutputDebugString(t *testing.T) {$/;"	f
 17483  TestOver65kFiles	./archive/zip/zip_test.go	/^func TestOver65kFiles(t *testing.T) {$/;"	f
 17484  TestOverflow	./encoding/binary/varint_test.go	/^func TestOverflow(t *testing.T) {$/;"	f
 17485  TestOverflow	./encoding/gob/codec_test.go	/^func TestOverflow(t *testing.T) {$/;"	f
 17486  TestOverflow	./reflect/all_test.go	/^func TestOverflow(t *testing.T) {$/;"	f
 17487  TestOverflowRuntimeTimer	./time/sleep_test.go	/^func TestOverflowRuntimeTimer(t *testing.T) {$/;"	f
 17488  TestOverflowSleep	./time/sleep_test.go	/^func TestOverflowSleep(t *testing.T) {$/;"	f
 17489  TestOverlongMessagePKCS1v15	./crypto/rsa/pkcs1v15_test.go	/^func TestOverlongMessagePKCS1v15(t *testing.T) {$/;"	f
 17490  TestP224Overflow	./crypto/elliptic/elliptic_test.go	/^func TestP224Overflow(t *testing.T) {$/;"	f
 17491  TestP256BaseMult	./crypto/elliptic/elliptic_test.go	/^func TestP256BaseMult(t *testing.T) {$/;"	f
 17492  TestP256Mult	./crypto/elliptic/elliptic_test.go	/^func TestP256Mult(t *testing.T) {$/;"	f
 17493  TestPAXHeader	./archive/tar/writer_test.go	/^func TestPAXHeader(t *testing.T) {$/;"	f
 17494  TestPCLine	./debug/gosym/pclntab_test.go	/^func TestPCLine(t *testing.T) {$/;"	f
 17495  TestPKCS8	./crypto/x509/pkcs8_test.go	/^func TestPKCS8(t *testing.T) {$/;"	f
 17496  TestPPC64EndToEnd	./cmd/asm/internal/asm/endtoend_test.go	/^func TestPPC64EndToEnd(t *testing.T) {$/;"	f
 17497  TestPPC64OperandParser	./cmd/asm/internal/asm/operand_test.go	/^func TestPPC64OperandParser(t *testing.T) {$/;"	f
 17498  TestPSSGolden	./crypto/rsa/pss_test.go	/^func TestPSSGolden(t *testing.T) {$/;"	f
 17499  TestPSSNilOpts	./crypto/rsa/pss_test.go	/^func TestPSSNilOpts(t *testing.T) {$/;"	f
 17500  TestPSSOpenSSL	./crypto/rsa/pss_test.go	/^func TestPSSOpenSSL(t *testing.T) {$/;"	f
 17501  TestPSSSigning	./crypto/rsa/pss_test.go	/^func TestPSSSigning(t *testing.T) {$/;"	f
 17502  TestPackageMainTestImportsArchiveNotBinary	./cmd/go/go_test.go	/^func TestPackageMainTestImportsArchiveNotBinary(t *testing.T) {$/;"	f
 17503  TestPacketConn	./net/packetconn_test.go	/^func TestPacketConn(t *testing.T) {$/;"	f
 17504  TestPacketConnClose	./net/net_test.go	/^func TestPacketConnClose(t *testing.T) {$/;"	f
 17505  TestPaeth	./image/png/paeth_test.go	/^func TestPaeth(t *testing.T) {$/;"	f
 17506  TestPaethDecode	./image/png/paeth_test.go	/^func TestPaethDecode(t *testing.T) {$/;"	f
 17507  TestPairedParensPrefixLen	./go/doc/comment_test.go	/^func TestPairedParensPrefixLen(t *testing.T) {$/;"	f
 17508  TestPalette	./image/color/ycbcr_test.go	/^func TestPalette(t *testing.T) {$/;"	f
 17509  TestPaletted	./image/draw/draw_test.go	/^func TestPaletted(t *testing.T) {$/;"	f
 17510  TestPalettedDecodeConfig	./image/png/reader_test.go	/^func TestPalettedDecodeConfig(t *testing.T) {$/;"	f
 17511  TestPanicAfterGoexit	./runtime/crash_test.go	/^func TestPanicAfterGoexit(t *testing.T) {$/;"	f
 17512  TestPanicDuringFlush	./text/tabwriter/tabwriter_test.go	/^func TestPanicDuringFlush(t *testing.T) {$/;"	f
 17513  TestPanicDuringWrite	./text/tabwriter/tabwriter_test.go	/^func TestPanicDuringWrite(t *testing.T) {$/;"	f
 17514  TestPanicFar	./runtime/stack_test.go	/^func TestPanicFar(t *testing.T) {$/;"	f
 17515  TestPanicUseStack	./runtime/stack_test.go	/^func TestPanicUseStack(t *testing.T) {$/;"	f
 17516  TestPanics	./fmt/fmt_test.go	/^func TestPanics(t *testing.T) {$/;"	f
 17517  TestParFor	./runtime/parfor_test.go	/^func TestParFor(t *testing.T) {$/;"	f
 17518  TestParFor2	./runtime/parfor_test.go	/^func TestParFor2(t *testing.T) {$/;"	f
 17519  TestParForParallel	./runtime/parfor_test.go	/^func TestParForParallel(t *testing.T) {$/;"	f
 17520  TestParForSetup	./runtime/parfor_test.go	/^func TestParForSetup(t *testing.T) {$/;"	f
 17521  TestParallelReaders	./sync/rwmutex_test.go	/^func TestParallelReaders(t *testing.T) {$/;"	f
 17522  TestParameterGeneration	./crypto/dsa/dsa_test.go	/^func TestParameterGeneration(t *testing.T) {$/;"	f
 17523  TestParse	./flag/flag_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17524  TestParse	./go/parser/parser_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17525  TestParse	./mime/multipart/multipart_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17526  TestParse	./net/url/url_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17527  TestParse	./text/template/multi_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17528  TestParse	./text/template/parse/parse_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17529  TestParse	./time/format_test.go	/^func TestParse(t *testing.T) {$/;"	f
 17530  TestParseAuthority	./net/url/url_test.go	/^func TestParseAuthority(t *testing.T) {$/;"	f
 17531  TestParseBasicAuth	./net/http/request_test.go	/^func TestParseBasicAuth(t *testing.T) {$/;"	f
 17532  TestParseBigInt	./encoding/asn1/asn1_test.go	/^func TestParseBigInt(t *testing.T) {$/;"	f
 17533  TestParseBool	./encoding/asn1/asn1_test.go	/^func TestParseBool(t *testing.T) {$/;"	f
 17534  TestParseBool	./strconv/atob_test.go	/^func TestParseBool(t *testing.T) {$/;"	f
 17535  TestParseCIDR	./net/ip_test.go	/^func TestParseCIDR(t *testing.T) {$/;"	f
 17536  TestParseCertificateRequest	./crypto/x509/x509_test.go	/^func TestParseCertificateRequest(t *testing.T) {$/;"	f
 17537  TestParseCertificateWithDSASignatureAlgorithm	./crypto/x509/x509_test.go	/^func TestParseCertificateWithDSASignatureAlgorithm(t *testing.T) {$/;"	f
 17538  TestParseCertificateWithDsaPublicKey	./crypto/x509/x509_test.go	/^func TestParseCertificateWithDsaPublicKey(t *testing.T) {$/;"	f
 17539  TestParseCopy	./text/template/parse/parse_test.go	/^func TestParseCopy(t *testing.T) {$/;"	f
 17540  TestParseDERCRL	./crypto/x509/x509_test.go	/^func TestParseDERCRL(t *testing.T) {$/;"	f
 17541  TestParseDir	./go/parser/parser_test.go	/^func TestParseDir(t *testing.T) {$/;"	f
 17542  TestParseDuration	./time/time_test.go	/^func TestParseDuration(t *testing.T) {$/;"	f
 17543  TestParseDurationRoundTrip	./time/time_test.go	/^func TestParseDurationRoundTrip(t *testing.T) {$/;"	f
 17544  TestParseECPrivateKey	./crypto/x509/sec1_test.go	/^func TestParseECPrivateKey(t *testing.T) {$/;"	f
 17545  TestParseErrors	./time/format_test.go	/^func TestParseErrors(t *testing.T) {$/;"	f
 17546  TestParseExpr	./go/parser/parser_test.go	/^func TestParseExpr(t *testing.T) {$/;"	f
 17547  TestParseFailure	./net/url/url_test.go	/^func TestParseFailure(t *testing.T) {$/;"	f
 17548  TestParseFieldParameters	./encoding/asn1/asn1_test.go	/^func TestParseFieldParameters(t *testing.T) {$/;"	f
 17549  TestParseFiles	./text/template/multi_test.go	/^func TestParseFiles(t *testing.T) {$/;"	f
 17550  TestParseFilesWithData	./text/template/multi_test.go	/^func TestParseFilesWithData(t *testing.T) {$/;"	f
 17551  TestParseFoldCase	./regexp/syntax/parse_test.go	/^func TestParseFoldCase(t *testing.T) {$/;"	f
 17552  TestParseFormInitializeOnError	./net/http/request_test.go	/^func TestParseFormInitializeOnError(t *testing.T) {$/;"	f
 17553  TestParseFormUnknownContentType	./net/http/request_test.go	/^func TestParseFormUnknownContentType(t *testing.T) {$/;"	f
 17554  TestParseGlob	./text/template/multi_test.go	/^func TestParseGlob(t *testing.T) {$/;"	f
 17555  TestParseGlobWithData	./text/template/multi_test.go	/^func TestParseGlobWithData(t *testing.T) {$/;"	f
 17556  TestParseHTTPVersion	./net/http/request_test.go	/^func TestParseHTTPVersion(t *testing.T) {$/;"	f
 17557  TestParseHexUint	./net/http/internal/chunked_test.go	/^func TestParseHexUint(t *testing.T) {$/;"	f
 17558  TestParseIP	./net/ip_test.go	/^func TestParseIP(t *testing.T) {$/;"	f
 17559  TestParseInLocation	./time/format_test.go	/^func TestParseInLocation(t *testing.T) {$/;"	f
 17560  TestParseInt	./strconv/atoi_test.go	/^func TestParseInt(t *testing.T) {$/;"	f
 17561  TestParseInt32	./encoding/asn1/asn1_test.go	/^func TestParseInt32(t *testing.T) {$/;"	f
 17562  TestParseInt64	./encoding/asn1/asn1_test.go	/^func TestParseInt64(t *testing.T) {$/;"	f
 17563  TestParseInt64	./strconv/atoi_test.go	/^func TestParseInt64(t *testing.T) {$/;"	f
 17564  TestParseInt64Base	./strconv/atoi_test.go	/^func TestParseInt64Base(t *testing.T) {$/;"	f
 17565  TestParseInvalidRegexps	./regexp/syntax/parse_test.go	/^func TestParseInvalidRegexps(t *testing.T) {$/;"	f
 17566  TestParseLiteral	./regexp/syntax/parse_test.go	/^func TestParseLiteral(t *testing.T) {$/;"	f
 17567  TestParseMAC	./net/mac_test.go	/^func TestParseMAC(t *testing.T) {$/;"	f
 17568  TestParseMatchNL	./regexp/syntax/parse_test.go	/^func TestParseMatchNL(t *testing.T) {$/;"	f
 17569  TestParseMediaType	./mime/mediatype_test.go	/^func TestParseMediaType(t *testing.T) {$/;"	f
 17570  TestParseMediaTypeBogus	./mime/mediatype_test.go	/^func TestParseMediaTypeBogus(t *testing.T) {$/;"	f
 17571  TestParseMetaGoImports	./cmd/go/pkg_test.go	/^func TestParseMetaGoImports(t *testing.T) {$/;"	f
 17572  TestParseMultipartForm	./net/http/request_test.go	/^func TestParseMultipartForm(t *testing.T) {$/;"	f
 17573  TestParseMultipartFormOrder	./net/http/request_test.go	/^func TestParseMultipartFormOrder(t *testing.T) {$/;"	f
 17574  TestParseNSSConf	./net/nss_test.go	/^func TestParseNSSConf(t *testing.T) {$/;"	f
 17575  TestParseNoMatchNL	./regexp/syntax/parse_test.go	/^func TestParseNoMatchNL(t *testing.T) {$/;"	f
 17576  TestParsePAXHeader	./archive/tar/reader_test.go	/^func TestParsePAXHeader(t *testing.T) {$/;"	f
 17577  TestParsePAXTime	./archive/tar/reader_test.go	/^func TestParsePAXTime(t *testing.T) {$/;"	f
 17578  TestParsePEMCRL	./crypto/x509/x509_test.go	/^func TestParsePEMCRL(t *testing.T) {$/;"	f
 17579  TestParsePKCS1PrivateKey	./crypto/x509/x509_test.go	/^func TestParsePKCS1PrivateKey(t *testing.T) {$/;"	f
 17580  TestParsePKIXPublicKey	./crypto/x509/x509_test.go	/^func TestParsePKIXPublicKey(t *testing.T) {$/;"	f
 17581  TestParseProcNet	./net/interface_linux_test.go	/^func TestParseProcNet(t *testing.T) {$/;"	f
 17582  TestParseQuery	./net/url/url_test.go	/^func TestParseQuery(t *testing.T) {$/;"	f
 17583  TestParseRange	./net/http/range_test.go	/^func TestParseRange(t *testing.T) {$/;"	f
 17584  TestParseRequestURI	./net/url/url_test.go	/^func TestParseRequestURI(t *testing.T) {$/;"	f
 17585  TestParseSecondsInTimeZone	./time/format_test.go	/^func TestParseSecondsInTimeZone(t *testing.T) {$/;"	f
 17586  TestParseSimple	./regexp/syntax/parse_test.go	/^func TestParseSimple(t *testing.T) {$/;"	f
 17587  TestParseTagAndLength	./encoding/asn1/asn1_test.go	/^func TestParseTagAndLength(t *testing.T) {$/;"	f
 17588  TestParseTime	./net/http/header_test.go	/^func TestParseTime(t *testing.T) {$/;"	f
 17589  TestParseTimeZone	./time/format_test.go	/^func TestParseTimeZone(t *testing.T) {$/;"	f
 17590  TestParseUint	./strconv/atoi_test.go	/^func TestParseUint(t *testing.T) {$/;"	f
 17591  TestParseUint64	./strconv/atoi_test.go	/^func TestParseUint64(t *testing.T) {$/;"	f
 17592  TestParseUint64Base	./strconv/atoi_test.go	/^func TestParseUint64Base(t *testing.T) {$/;"	f
 17593  TestParsing	./net/mail/message_test.go	/^func TestParsing(t *testing.T) {$/;"	f
 17594  TestPartial	./go/format/format_test.go	/^func TestPartial(t *testing.T) {$/;"	f
 17595  TestPartialRead	./archive/tar/reader_test.go	/^func TestPartialRead(t *testing.T) {$/;"	f
 17596  TestPassFD	./syscall/syscall_unix_test.go	/^func TestPassFD(t *testing.T) {$/;"	f
 17597  TestPatchQuery	./net/http/request_test.go	/^func TestPatchQuery(t *testing.T) {$/;"	f
 17598  TestPathInfo	./net/http/cgi/host_test.go	/^func TestPathInfo(t *testing.T) {$/;"	f
 17599  TestPathInfoDirRoot	./net/http/cgi/host_test.go	/^func TestPathInfoDirRoot(t *testing.T) {$/;"	f
 17600  TestPathInfoNoRoot	./net/http/cgi/host_test.go	/^func TestPathInfoNoRoot(t *testing.T) {$/;"	f
 17601  TestPax	./archive/tar/writer_test.go	/^func TestPax(t *testing.T) {$/;"	f
 17602  TestPaxNonAscii	./archive/tar/writer_test.go	/^func TestPaxNonAscii(t *testing.T) {$/;"	f
 17603  TestPaxSymlink	./archive/tar/writer_test.go	/^func TestPaxSymlink(t *testing.T) {$/;"	f
 17604  TestPaxXattrs	./archive/tar/writer_test.go	/^func TestPaxXattrs(t *testing.T) {$/;"	f
 17605  TestPeek	./bufio/bufio_test.go	/^func TestPeek(t *testing.T) {$/;"	f
 17606  TestPeekThenUnreadRune	./bufio/bufio_test.go	/^func TestPeekThenUnreadRune(t *testing.T) {$/;"	f
 17607  TestPermutationOperationKnownAnswerDecrypt	./crypto/des/des_test.go	/^func TestPermutationOperationKnownAnswerDecrypt(t *testing.T) {$/;"	f
 17608  TestPermutationOperationKnownAnswerEncrypt	./crypto/des/des_test.go	/^func TestPermutationOperationKnownAnswerEncrypt(t *testing.T) {$/;"	f
 17609  TestPgid	./syscall/exec_unix_test.go	/^func TestPgid(t *testing.T) {$/;"	f
 17610  TestPickAlgorithm	./strings/replace_test.go	/^func TestPickAlgorithm(t *testing.T) {$/;"	f
 17611  TestPingPongHog	./runtime/proc_test.go	/^func TestPingPongHog(t *testing.T) {$/;"	f
 17612  TestPipe	./net/pipe_test.go	/^func TestPipe(t *testing.T) {$/;"	f
 17613  TestPipe1	./io/pipe_test.go	/^func TestPipe1(t *testing.T) {$/;"	f
 17614  TestPipe2	./io/pipe_test.go	/^func TestPipe2(t *testing.T) {$/;"	f
 17615  TestPipe3	./io/pipe_test.go	/^func TestPipe3(t *testing.T) {$/;"	f
 17616  TestPipeLookPathLeak	./os/exec/exec_test.go	/^func TestPipeLookPathLeak(t *testing.T) {$/;"	f
 17617  TestPipeReadClose	./io/pipe_test.go	/^func TestPipeReadClose(t *testing.T) {$/;"	f
 17618  TestPipeReadClose2	./io/pipe_test.go	/^func TestPipeReadClose2(t *testing.T) {$/;"	f
 17619  TestPipeToMethodIsEscaped	./html/template/escape_test.go	/^func TestPipeToMethodIsEscaped(t *testing.T) {$/;"	f
 17620  TestPipeWriteClose	./io/pipe_test.go	/^func TestPipeWriteClose(t *testing.T) {$/;"	f
 17621  TestPipes	./os/exec/exec_test.go	/^func TestPipes(t *testing.T) {$/;"	f
 17622  TestPixelOutsidePaletteRange	./image/gif/reader_test.go	/^func TestPixelOutsidePaletteRange(t *testing.T) {$/;"	f
 17623  TestPlan9320F	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan9320F(t *testing.T)       { testBasic(t, testPlan932, 0x0F) }$/;"	f
 17624  TestPlan9320F38	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan9320F38(t *testing.T)     { testBasic(t, testPlan932, 0x0F, 0x38) }$/;"	f
 17625  TestPlan9320F3A	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan9320F3A(t *testing.T)     { testBasic(t, testPlan932, 0x0F, 0x3A) }$/;"	f
 17626  TestPlan932Manual	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan932Manual(t *testing.T)   { testPlan932(t, hexCases(t, plan9ManualTests)) }$/;"	f
 17627  TestPlan932ModRM	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan932ModRM(t *testing.T)    { testPlan932(t, concat(basicPrefixes, enumModRM)) }$/;"	f
 17628  TestPlan932OneByte	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan932OneByte(t *testing.T)  { testBasic(t, testPlan932) }$/;"	f
 17629  TestPlan932Prefix	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan932Prefix(t *testing.T)   { testPrefix(t, testPlan932) }$/;"	f
 17630  TestPlan932Testdata	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan932Testdata(t *testing.T) { testPlan932(t, concat(basicPrefixes, testdataCases(t))) }$/;"	f
 17631  TestPlan9640F	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan9640F(t *testing.T)       { testBasic(t, testPlan964, 0x0F) }$/;"	f
 17632  TestPlan9640F38	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan9640F38(t *testing.T)     { testBasic(t, testPlan964, 0x0F, 0x38) }$/;"	f
 17633  TestPlan9640F3A	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan9640F3A(t *testing.T)     { testBasic(t, testPlan964, 0x0F, 0x3A) }$/;"	f
 17634  TestPlan964Manual	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964Manual(t *testing.T)   { testPlan964(t, hexCases(t, plan9ManualTests)) }$/;"	f
 17635  TestPlan964ModRM	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964ModRM(t *testing.T)    { testPlan964(t, concat(basicPrefixes, enumModRM)) }$/;"	f
 17636  TestPlan964OneByte	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964OneByte(t *testing.T)  { testBasic(t, testPlan964) }$/;"	f
 17637  TestPlan964Prefix	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964Prefix(t *testing.T)   { testPrefix(t, testPlan964) }$/;"	f
 17638  TestPlan964REX0F	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REX0F(t *testing.T)      { testBasicREX(t, testPlan964, 0x0F) }$/;"	f
 17639  TestPlan964REX0F38	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REX0F38(t *testing.T)    { testBasicREX(t, testPlan964, 0x0F, 0x38) }$/;"	f
 17640  TestPlan964REX0F3A	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REX0F3A(t *testing.T)    { testBasicREX(t, testPlan964, 0x0F, 0x3A) }$/;"	f
 17641  TestPlan964REXModRM	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REXModRM(t *testing.T)   { testPlan964(t, concat3(basicPrefixes, rexPrefixes, enumModRM)) }$/;"	f
 17642  TestPlan964REXOneByte	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REXOneByte(t *testing.T) { testBasicREX(t, testPlan964) }$/;"	f
 17643  TestPlan964REXPrefix	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REXPrefix(t *testing.T)  { testPrefixREX(t, testPlan964) }$/;"	f
 17644  TestPlan964REXTestdata	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964REXTestdata(t *testing.T) {$/;"	f
 17645  TestPlan964Testdata	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func TestPlan964Testdata(t *testing.T) { testPlan964(t, concat(basicPrefixes, testdataCases(t))) }$/;"	f
 17646  TestPointToPointInterface	./net/interface_unix_test.go	/^func TestPointToPointInterface(t *testing.T) {$/;"	f
 17647  TestPointerParamsAndScans	./database/sql/sql_test.go	/^func TestPointerParamsAndScans(t *testing.T) {$/;"	f
 17648  TestPolar	./math/cmplx/cmath_test.go	/^func TestPolar(t *testing.T) {$/;"	f
 17649  TestPool	./sync/pool_test.go	/^func TestPool(t *testing.T) {$/;"	f
 17650  TestPoolGC	./sync/pool_test.go	/^func TestPoolGC(t *testing.T) {$/;"	f
 17651  TestPoolNew	./sync/pool_test.go	/^func TestPoolNew(t *testing.T) {$/;"	f
 17652  TestPoolRelease	./sync/pool_test.go	/^func TestPoolRelease(t *testing.T) {$/;"	f
 17653  TestPoolStress	./sync/pool_test.go	/^func TestPoolStress(t *testing.T) {$/;"	f
 17654  TestPos	./text/scanner/scanner_test.go	/^func TestPos(t *testing.T) {$/;"	f
 17655  TestPos	./text/template/parse/lex_test.go	/^func TestPos(t *testing.T) {$/;"	f
 17656  TestPosition	./text/scanner/scanner_test.go	/^func TestPosition(t *testing.T) {$/;"	f
 17657  TestPositionFor	./go/token/position_test.go	/^func TestPositionFor(t *testing.T) {$/;"	f
 17658  TestPositions	./go/token/position_test.go	/^func TestPositions(t *testing.T) {$/;"	f
 17659  TestPostFormRequestFormat	./net/http/client_test.go	/^func TestPostFormRequestFormat(t *testing.T) {$/;"	f
 17660  TestPostQuery	./net/http/request_test.go	/^func TestPostQuery(t *testing.T) {$/;"	f
 17661  TestPostRedirects	./net/http/client_test.go	/^func TestPostRedirects(t *testing.T) {$/;"	f
 17662  TestPostRequestFormat	./net/http/client_test.go	/^func TestPostRequestFormat(t *testing.T) {$/;"	f
 17663  TestPow	./math/all_test.go	/^func TestPow(t *testing.T) {$/;"	f
 17664  TestPow	./math/cmplx/cmath_test.go	/^func TestPow(t *testing.T) {$/;"	f
 17665  TestPow10	./math/all_test.go	/^func TestPow10(t *testing.T) {$/;"	f
 17666  TestPowx	./crypto/aes/aes_test.go	/^func TestPowx(t *testing.T) {$/;"	f
 17667  TestPredicatesInfo	./go/types/api_test.go	/^func TestPredicatesInfo(t *testing.T) {$/;"	f
 17668  TestPreemptSplitBig	./runtime/proc_test.go	/^func TestPreemptSplitBig(t *testing.T) {$/;"	f
 17669  TestPreemption	./runtime/proc_test.go	/^func TestPreemption(t *testing.T) {$/;"	f
 17670  TestPreemptionGC	./runtime/proc_test.go	/^func TestPreemptionGC(t *testing.T) {$/;"	f
 17671  TestPrefilled	./encoding/json/decode_test.go	/^func TestPrefilled(t *testing.T) {$/;"	f
 17672  TestPrimeBitsLt2	./crypto/rand/util_test.go	/^func TestPrimeBitsLt2(t *testing.T) {$/;"	f
 17673  TestPrimeSmall	./crypto/rand/util_test.go	/^func TestPrimeSmall(t *testing.T) {$/;"	f
 17674  TestPrint	./go/ast/print_test.go	/^func TestPrint(t *testing.T) {$/;"	f
 17675  TestPrintDefaults	./flag/flag_test.go	/^func TestPrintDefaults(t *testing.T) {$/;"	f
 17676  TestPrintGC	./runtime/gc_test.go	/^func TestPrintGC(t *testing.T) {$/;"	f
 17677  TestPrintfLine	./net/textproto/writer_test.go	/^func TestPrintfLine(t *testing.T) {$/;"	f
 17678  TestProbablyPrime	./cmd/compile/internal/big/int_test.go	/^func TestProbablyPrime(t *testing.T) {$/;"	f
 17679  TestProbablyPrime	./math/big/int_test.go	/^func TestProbablyPrime(t *testing.T) {$/;"	f
 17680  TestProcInstEncodeToken	./encoding/xml/marshal_test.go	/^func TestProcInstEncodeToken(t *testing.T) {$/;"	f
 17681  TestProcInstEncoding	./encoding/xml/xml_test.go	/^func TestProcInstEncoding(t *testing.T) {$/;"	f
 17682  TestProdZZ	./cmd/compile/internal/big/int_test.go	/^func TestProdZZ(t *testing.T) {$/;"	f
 17683  TestProdZZ	./math/big/int_test.go	/^func TestProdZZ(t *testing.T) {$/;"	f
 17684  TestProgWideChdir	./os/os_test.go	/^func TestProgWideChdir(t *testing.T) {$/;"	f
 17685  TestProgramNameInCrashMessages	./cmd/go/go_test.go	/^func TestProgramNameInCrashMessages(t *testing.T) {$/;"	f
 17686  TestProgramTooLongForBacktrack	./regexp/exec_test.go	/^func TestProgramTooLongForBacktrack(t *testing.T) {$/;"	f
 17687  TestProhibitionaryDialArg	./net/dial_test.go	/^func TestProhibitionaryDialArg(t *testing.T) {$/;"	f
 17688  TestProperties	./unicode/script_test.go	/^func TestProperties(t *testing.T) {$/;"	f
 17689  TestProtocolDialError	./net/error_test.go	/^func TestProtocolDialError(t *testing.T) {$/;"	f
 17690  TestProtocolListenError	./net/error_test.go	/^func TestProtocolListenError(t *testing.T) {$/;"	f
 17691  TestProxyFromEnvironment	./net/http/transport_test.go	/^func TestProxyFromEnvironment(t *testing.T) {$/;"	f
 17692  TestPseudoRandomSend	./runtime/chan_test.go	/^func TestPseudoRandomSend(t *testing.T) {$/;"	f
 17693  TestPtrAlias	./testing/quick/quick_test.go	/^type TestPtrAlias *int$/;"	t
 17694  TestPtrPointTo	./reflect/all_test.go	/^func TestPtrPointTo(t *testing.T) {$/;"	f
 17695  TestPtrSetNil	./reflect/all_test.go	/^func TestPtrSetNil(t *testing.T) {$/;"	f
 17696  TestPtrTo	./reflect/all_test.go	/^func TestPtrTo(t *testing.T) {$/;"	f
 17697  TestPtrToGC	./reflect/all_test.go	/^func TestPtrToGC(t *testing.T) {$/;"	f
 17698  TestPtrToMapOfMap	./encoding/gob/encoder_test.go	/^func TestPtrToMapOfMap(t *testing.T) {$/;"	f
 17699  TestPtrToMethods	./reflect/all_test.go	/^func TestPtrToMethods(t *testing.T) {$/;"	f
 17700  TestPtrTypeToType	./encoding/gob/encoder_test.go	/^func TestPtrTypeToType(t *testing.T) {$/;"	f
 17701  TestPunycode	./net/http/cookiejar/punycode_test.go	/^func TestPunycode(t *testing.T) {$/;"	f
 17702  TestQualifiedTypeString	./go/types/typestring_test.go	/^func TestQualifiedTypeString(t *testing.T) {$/;"	f
 17703  TestQuery	./database/sql/sql_test.go	/^func TestQuery(t *testing.T) {$/;"	f
 17704  TestQuery	./net/http/request_test.go	/^func TestQuery(t *testing.T) {$/;"	f
 17705  TestQueryRow	./database/sql/sql_test.go	/^func TestQueryRow(t *testing.T) {$/;"	f
 17706  TestQueryRowClosingStmt	./database/sql/sql_test.go	/^func TestQueryRowClosingStmt(t *testing.T) {$/;"	f
 17707  TestQueryRowNilScanDest	./database/sql/sql_test.go	/^func TestQueryRowNilScanDest(t *testing.T) {$/;"	f
 17708  TestQueryValues	./net/url/url_test.go	/^func TestQueryValues(t *testing.T) {$/;"	f
 17709  TestQuo	./cmd/compile/internal/big/int_test.go	/^func TestQuo(t *testing.T) {$/;"	f
 17710  TestQuo	./math/big/int_test.go	/^func TestQuo(t *testing.T) {$/;"	f
 17711  TestQuoStepD6	./cmd/compile/internal/big/int_test.go	/^func TestQuoStepD6(t *testing.T) {$/;"	f
 17712  TestQuoStepD6	./math/big/int_test.go	/^func TestQuoStepD6(t *testing.T) {$/;"	f
 17713  TestQuote	./strconv/quote_test.go	/^func TestQuote(t *testing.T) {$/;"	f
 17714  TestQuoteMeta	./regexp/all_test.go	/^func TestQuoteMeta(t *testing.T) {$/;"	f
 17715  TestQuoteRune	./strconv/quote_test.go	/^func TestQuoteRune(t *testing.T) {$/;"	f
 17716  TestQuoteRuneToASCII	./strconv/quote_test.go	/^func TestQuoteRuneToASCII(t *testing.T) {$/;"	f
 17717  TestQuoteToASCII	./strconv/quote_test.go	/^func TestQuoteToASCII(t *testing.T) {$/;"	f
 17718  TestQuotedPrintableEncoding	./mime/multipart/multipart_test.go	/^func TestQuotedPrintableEncoding(t *testing.T) {$/;"	f
 17719  TestRE2Exhaustive	./regexp/exec2_test.go	/^func TestRE2Exhaustive(t *testing.T) {$/;"	f
 17720  TestRE2Search	./regexp/exec_test.go	/^func TestRE2Search(t *testing.T) {$/;"	f
 17721  TestRFC3339Conversion	./time/format_test.go	/^func TestRFC3339Conversion(t *testing.T) {$/;"	f
 17722  TestRFC6724ClassifyScope	./net/addrselect_test.go	/^func TestRFC6724ClassifyScope(t *testing.T) {$/;"	f
 17723  TestRFC6724CommonPrefixLength	./net/addrselect_test.go	/^func TestRFC6724CommonPrefixLength(t *testing.T) {$/;"	f
 17724  TestRFC6724PolicyTableClassify	./net/addrselect_test.go	/^func TestRFC6724PolicyTableClassify(t *testing.T) {$/;"	f
 17725  TestRFC959Lines	./net/textproto/reader_test.go	/^func TestRFC959Lines(t *testing.T) {$/;"	f
 17726  TestRLEBuffer	./archive/zip/zip_test.go	/^func TestRLEBuffer(t *testing.T) {$/;"	f
 17727  TestRLocker	./sync/rwmutex_test.go	/^func TestRLocker(t *testing.T) {$/;"	f
 17728  TestRPC	./net/rpc/server_test.go	/^func TestRPC(t *testing.T) {$/;"	f
 17729  TestRUnlockPanic	./sync/rwmutex_test.go	/^func TestRUnlockPanic(t *testing.T) {$/;"	f
 17730  TestRUnlockPanic2	./sync/rwmutex_test.go	/^func TestRUnlockPanic2(t *testing.T) {$/;"	f
 17731  TestRWMutex	./sync/rwmutex_test.go	/^func TestRWMutex(t *testing.T) {$/;"	f
 17732  TestRace	./runtime/race/race_test.go	/^func TestRace(t *testing.T) {$/;"	f
 17733  TestRace	./sync/cond_test.go	/^func TestRace(t *testing.T) {$/;"	f
 17734  TestRace9796	./encoding/xml/marshal_test.go	/^func TestRace9796(t *testing.T) {$/;"	f
 17735  TestRaceAddrExpr	./runtime/race/testdata/mop_test.go	/^func TestRaceAddrExpr(t *testing.T) {$/;"	f
 17736  TestRaceAfterFunc3	./runtime/race/testdata/sync_test.go	/^func TestRaceAfterFunc3(t *testing.T) {$/;"	f
 17737  TestRaceAnd	./runtime/race/testdata/mop_test.go	/^func TestRaceAnd(t *testing.T) {$/;"	f
 17738  TestRaceAnd2	./runtime/race/testdata/mop_test.go	/^func TestRaceAnd2(t *testing.T) {$/;"	f
 17739  TestRaceAnnounceThreads	./runtime/race/testdata/sync_test.go	/^func TestRaceAnnounceThreads(t *testing.T) {$/;"	f
 17740  TestRaceAppendCapRW	./runtime/race/testdata/mop_test.go	/^func TestRaceAppendCapRW(t *testing.T) {$/;"	f
 17741  TestRaceAppendLenRW	./runtime/race/testdata/mop_test.go	/^func TestRaceAppendLenRW(t *testing.T) {$/;"	f
 17742  TestRaceAppendRW	./runtime/race/testdata/mop_test.go	/^func TestRaceAppendRW(t *testing.T) {$/;"	f
 17743  TestRaceAppendSliceStruct	./runtime/race/testdata/mop_test.go	/^func TestRaceAppendSliceStruct(t *testing.T) {$/;"	f
 17744  TestRaceArrayCopy	./runtime/race/testdata/mop_test.go	/^func TestRaceArrayCopy(t *testing.T) {$/;"	f
 17745  TestRaceArrayInit	./runtime/race/testdata/mop_test.go	/^func TestRaceArrayInit(t *testing.T) {$/;"	f
 17746  TestRaceArrayWW	./runtime/race/testdata/slice_test.go	/^func TestRaceArrayWW(t *testing.T) {$/;"	f
 17747  TestRaceAsFunc1	./runtime/race/testdata/mop_test.go	/^func TestRaceAsFunc1(t *testing.T) {$/;"	f
 17748  TestRaceAsFunc2	./runtime/race/testdata/mop_test.go	/^func TestRaceAsFunc2(t *testing.T) {$/;"	f
 17749  TestRaceAsFunc3	./runtime/race/testdata/mop_test.go	/^func TestRaceAsFunc3(t *testing.T) {$/;"	f
 17750  TestRaceAtomicAddInt64	./runtime/race/testdata/atomic_test.go	/^func TestRaceAtomicAddInt64(t *testing.T) {$/;"	f
 17751  TestRaceAtomicAddLoad	./runtime/race/testdata/atomic_test.go	/^func TestRaceAtomicAddLoad(t *testing.T) {$/;"	f
 17752  TestRaceAtomicAddStore	./runtime/race/testdata/atomic_test.go	/^func TestRaceAtomicAddStore(t *testing.T) {$/;"	f
 17753  TestRaceAtomicLoadStore	./runtime/race/testdata/atomic_test.go	/^func TestRaceAtomicLoadStore(t *testing.T) {$/;"	f
 17754  TestRaceAtomicStoreLoad	./runtime/race/testdata/atomic_test.go	/^func TestRaceAtomicStoreLoad(t *testing.T) {$/;"	f
 17755  TestRaceBlockAs	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockAs(t *testing.T) {$/;"	f
 17756  TestRaceBlockCall1	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockCall1(t *testing.T) {$/;"	f
 17757  TestRaceBlockCall2	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockCall2(t *testing.T) {$/;"	f
 17758  TestRaceBlockCall3	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockCall3(t *testing.T) {$/;"	f
 17759  TestRaceBlockCall4	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockCall4(t *testing.T) {$/;"	f
 17760  TestRaceBlockCall5	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockCall5(t *testing.T) {$/;"	f
 17761  TestRaceBlockCall6	./runtime/race/testdata/mop_test.go	/^func TestRaceBlockCall6(t *testing.T) {$/;"	f
 17762  TestRaceCaseBody	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseBody(t *testing.T) {$/;"	f
 17763  TestRaceCaseCondition	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseCondition(t *testing.T) {$/;"	f
 17764  TestRaceCaseCondition2	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseCondition2(t *testing.T) {$/;"	f
 17765  TestRaceCaseFallthrough	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseFallthrough(t *testing.T) {$/;"	f
 17766  TestRaceCaseIssue6418	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseIssue6418(t *testing.T) {$/;"	f
 17767  TestRaceCaseType	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseType(t *testing.T) {$/;"	f
 17768  TestRaceCaseTypeBody	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseTypeBody(t *testing.T) {$/;"	f
 17769  TestRaceCaseTypeIssue5890	./runtime/race/testdata/mop_test.go	/^func TestRaceCaseTypeIssue5890(t *testing.T) {$/;"	f
 17770  TestRaceChanAsyncCloseSend	./runtime/race/testdata/chan_test.go	/^func TestRaceChanAsyncCloseSend(t *testing.T) {$/;"	f
 17771  TestRaceChanAsyncRev	./runtime/race/testdata/chan_test.go	/^func TestRaceChanAsyncRev(t *testing.T) {$/;"	f
 17772  TestRaceChanCloseClose	./runtime/race/testdata/chan_test.go	/^func TestRaceChanCloseClose(t *testing.T) {$/;"	f
 17773  TestRaceChanCloseLen	./runtime/race/testdata/chan_test.go	/^func TestRaceChanCloseLen(t *testing.T) {$/;"	f
 17774  TestRaceChanCloseSend	./runtime/race/testdata/chan_test.go	/^func TestRaceChanCloseSend(t *testing.T) {$/;"	f
 17775  TestRaceChanItselfCap	./runtime/race/testdata/chan_test.go	/^func TestRaceChanItselfCap(t *testing.T) {$/;"	f
 17776  TestRaceChanItselfClose	./runtime/race/testdata/chan_test.go	/^func TestRaceChanItselfClose(t *testing.T) {$/;"	f
 17777  TestRaceChanItselfLen	./runtime/race/testdata/chan_test.go	/^func TestRaceChanItselfLen(t *testing.T) {$/;"	f
 17778  TestRaceChanItselfNil	./runtime/race/testdata/chan_test.go	/^func TestRaceChanItselfNil(t *testing.T) {$/;"	f
 17779  TestRaceChanItselfRecv	./runtime/race/testdata/chan_test.go	/^func TestRaceChanItselfRecv(t *testing.T) {$/;"	f
 17780  TestRaceChanItselfSend	./runtime/race/testdata/chan_test.go	/^func TestRaceChanItselfSend(t *testing.T) {$/;"	f
 17781  TestRaceChanReadWriteAsync	./runtime/race/testdata/chan_test.go	/^func TestRaceChanReadWriteAsync(t *testing.T) {$/;"	f
 17782  TestRaceChanReadWriteSync	./runtime/race/testdata/chan_test.go	/^func TestRaceChanReadWriteSync(t *testing.T) {$/;"	f
 17783  TestRaceChanRecvLen	./runtime/race/testdata/chan_test.go	/^func TestRaceChanRecvLen(t *testing.T) {$/;"	f
 17784  TestRaceChanSem	./runtime/race/testdata/chan_test.go	/^func TestRaceChanSem(t *testing.T) {$/;"	f
 17785  TestRaceChanSendClose	./runtime/race/testdata/chan_test.go	/^func TestRaceChanSendClose(t *testing.T) {$/;"	f
 17786  TestRaceChanSendLen	./runtime/race/testdata/chan_test.go	/^func TestRaceChanSendLen(t *testing.T) {$/;"	f
 17787  TestRaceChanSendSelectClose	./runtime/race/testdata/chan_test.go	/^func TestRaceChanSendSelectClose(t *testing.T) {$/;"	f
 17788  TestRaceChanSendSend	./runtime/race/testdata/chan_test.go	/^func TestRaceChanSendSend(t *testing.T) {$/;"	f
 17789  TestRaceChanSyncCloseSend	./runtime/race/testdata/chan_test.go	/^func TestRaceChanSyncCloseSend(t *testing.T) {$/;"	f
 17790  TestRaceChanWrongClose	./runtime/race/testdata/chan_test.go	/^func TestRaceChanWrongClose(t *testing.T) {$/;"	f
 17791  TestRaceChanWrongSend	./runtime/race/testdata/chan_test.go	/^func TestRaceChanWrongSend(t *testing.T) {$/;"	f
 17792  TestRaceComp	./runtime/race/testdata/comp_test.go	/^func TestRaceComp(t *testing.T) {$/;"	f
 17793  TestRaceComp2	./runtime/race/testdata/comp_test.go	/^func TestRaceComp2(t *testing.T) {$/;"	f
 17794  TestRaceComp3	./runtime/race/testdata/comp_test.go	/^func TestRaceComp3(t *testing.T) {$/;"	f
 17795  TestRaceCompArray	./runtime/race/testdata/comp_test.go	/^func TestRaceCompArray(t *testing.T) {$/;"	f
 17796  TestRaceCompPtr	./runtime/race/testdata/comp_test.go	/^func TestRaceCompPtr(t *testing.T) {$/;"	f
 17797  TestRaceCompPtr2	./runtime/race/testdata/comp_test.go	/^func TestRaceCompPtr2(t *testing.T) {$/;"	f
 17798  TestRaceCompareString	./runtime/race/testdata/slice_test.go	/^func TestRaceCompareString(t *testing.T) {$/;"	f
 17799  TestRaceComplement	./runtime/race/testdata/mop_test.go	/^func TestRaceComplement(t *testing.T) {$/;"	f
 17800  TestRaceComplex128WW	./runtime/race/testdata/mop_test.go	/^func TestRaceComplex128WW(t *testing.T) {$/;"	f
 17801  TestRaceConcatString	./runtime/race/testdata/slice_test.go	/^func TestRaceConcatString(t *testing.T) {$/;"	f
 17802  TestRaceCond	./runtime/race/testdata/sync_test.go	/^func TestRaceCond(t *testing.T) {$/;"	f
 17803  TestRaceConv1	./runtime/race/testdata/comp_test.go	/^func TestRaceConv1(t *testing.T) {$/;"	f
 17804  TestRaceConv2	./runtime/race/testdata/comp_test.go	/^func TestRaceConv2(t *testing.T) {$/;"	f
 17805  TestRaceConv3	./runtime/race/testdata/comp_test.go	/^func TestRaceConv3(t *testing.T) {$/;"	f
 17806  TestRaceConv4	./runtime/race/testdata/comp_test.go	/^func TestRaceConv4(t *testing.T) {$/;"	f
 17807  TestRaceCrawl	./runtime/race/testdata/mop_test.go	/^func TestRaceCrawl(t *testing.T) {$/;"	f
 17808  TestRaceDeferArg	./runtime/race/testdata/mop_test.go	/^func TestRaceDeferArg(t *testing.T) {$/;"	f
 17809  TestRaceDeferArg2	./runtime/race/testdata/mop_test.go	/^func TestRaceDeferArg2(t *testing.T) {$/;"	f
 17810  TestRaceDiv	./runtime/race/testdata/mop_test.go	/^func TestRaceDiv(t *testing.T) {$/;"	f
 17811  TestRaceDivConst	./runtime/race/testdata/mop_test.go	/^func TestRaceDivConst(t *testing.T) {$/;"	f
 17812  TestRaceEfaceConv	./runtime/race/testdata/mop_test.go	/^func TestRaceEfaceConv(t *testing.T) {$/;"	f
 17813  TestRaceEfaceWW	./runtime/race/testdata/mop_test.go	/^func TestRaceEfaceWW(t *testing.T) {$/;"	f
 17814  TestRaceEmptyInterface1	./runtime/race/testdata/mop_test.go	/^func TestRaceEmptyInterface1(t *testing.T) {$/;"	f
 17815  TestRaceEmptyInterface2	./runtime/race/testdata/mop_test.go	/^func TestRaceEmptyInterface2(t *testing.T) {$/;"	f
 17816  TestRaceError	./runtime/race/testdata/mop_test.go	/^func TestRaceError(t *testing.T) {$/;"	f
 17817  TestRaceFin	./runtime/race/testdata/finalizer_test.go	/^func TestRaceFin(t *testing.T) {$/;"	f
 17818  TestRaceFloat64WW	./runtime/race/testdata/mop_test.go	/^func TestRaceFloat64WW(t *testing.T) {$/;"	f
 17819  TestRaceForIncr	./runtime/race/testdata/mop_test.go	/^func TestRaceForIncr(t *testing.T) {$/;"	f
 17820  TestRaceForInit	./runtime/race/testdata/mop_test.go	/^func TestRaceForInit(t *testing.T) {$/;"	f
 17821  TestRaceForTest	./runtime/race/testdata/mop_test.go	/^func TestRaceForTest(t *testing.T) {$/;"	f
 17822  TestRaceFuncArgsRW	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncArgsRW(t *testing.T) {$/;"	f
 17823  TestRaceFuncArgument	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncArgument(t *testing.T) {$/;"	f
 17824  TestRaceFuncArgument2	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncArgument2(t *testing.T) {$/;"	f
 17825  TestRaceFuncCall	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncCall(t *testing.T) {$/;"	f
 17826  TestRaceFuncItself	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncItself(t *testing.T) {$/;"	f
 17827  TestRaceFuncVariableRW	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncVariableRW(t *testing.T) {$/;"	f
 17828  TestRaceFuncVariableWW	./runtime/race/testdata/mop_test.go	/^func TestRaceFuncVariableWW(t *testing.T) {$/;"	f
 17829  TestRaceGoroutineCreationStack	./runtime/race/testdata/sync_test.go	/^func TestRaceGoroutineCreationStack(t *testing.T) {$/;"	f
 17830  TestRaceHeapParam	./runtime/race/testdata/mop_test.go	/^func TestRaceHeapParam(t *testing.T) {$/;"	f
 17831  TestRaceIfaceCmp	./runtime/race/testdata/mop_test.go	/^func TestRaceIfaceCmp(t *testing.T) {$/;"	f
 17832  TestRaceIfaceCmpNil	./runtime/race/testdata/mop_test.go	/^func TestRaceIfaceCmpNil(t *testing.T) {$/;"	f
 17833  TestRaceIfaceConv	./runtime/race/testdata/mop_test.go	/^func TestRaceIfaceConv(t *testing.T) {$/;"	f
 17834  TestRaceIfaceWW	./runtime/race/testdata/mop_test.go	/^func TestRaceIfaceWW(t *testing.T) {$/;"	f
 17835  TestRaceIndirection	./runtime/race/testdata/mop_test.go	/^func TestRaceIndirection(t *testing.T) {$/;"	f
 17836  TestRaceInt32RWClosures	./runtime/race/testdata/mop_test.go	/^func TestRaceInt32RWClosures(t *testing.T) {$/;"	f
 17837  TestRaceIntRWClosures	./runtime/race/testdata/mop_test.go	/^func TestRaceIntRWClosures(t *testing.T) {$/;"	f
 17838  TestRaceIntRWGlobalFuncs	./runtime/race/testdata/mop_test.go	/^func TestRaceIntRWGlobalFuncs(t *testing.T) {$/;"	f
 17839  TestRaceInterCall	./runtime/race/testdata/mop_test.go	/^func TestRaceInterCall(t *testing.T) {$/;"	f
 17840  TestRaceInterCall2	./runtime/race/testdata/mop_test.go	/^func TestRaceInterCall2(t *testing.T) {$/;"	f
 17841  TestRaceIntptrRW	./runtime/race/testdata/mop_test.go	/^func TestRaceIntptrRW(t *testing.T) {$/;"	f
 17842  TestRaceIssue5567	./runtime/race/testdata/mop_test.go	/^func TestRaceIssue5567(t *testing.T) {$/;"	f
 17843  TestRaceIssue5654	./runtime/race/testdata/mop_test.go	/^func TestRaceIssue5654(t *testing.T) {$/;"	f
 17844  TestRaceMapAssignMultipleReturn	./runtime/race/testdata/map_test.go	/^func TestRaceMapAssignMultipleReturn(t *testing.T) {$/;"	f
 17845  TestRaceMapBigKeyAccess1	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigKeyAccess1(t *testing.T) {$/;"	f
 17846  TestRaceMapBigKeyAccess2	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigKeyAccess2(t *testing.T) {$/;"	f
 17847  TestRaceMapBigKeyDelete	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigKeyDelete(t *testing.T) {$/;"	f
 17848  TestRaceMapBigKeyInsert	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigKeyInsert(t *testing.T) {$/;"	f
 17849  TestRaceMapBigValAccess1	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigValAccess1(t *testing.T) {$/;"	f
 17850  TestRaceMapBigValAccess2	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigValAccess2(t *testing.T) {$/;"	f
 17851  TestRaceMapBigValInsert	./runtime/race/testdata/map_test.go	/^func TestRaceMapBigValInsert(t *testing.T) {$/;"	f
 17852  TestRaceMapDelete	./runtime/race/testdata/map_test.go	/^func TestRaceMapDelete(t *testing.T) {$/;"	f
 17853  TestRaceMapDeletePartKey	./runtime/race/testdata/map_test.go	/^func TestRaceMapDeletePartKey(t *testing.T) {$/;"	f
 17854  TestRaceMapInit	./runtime/race/testdata/mop_test.go	/^func TestRaceMapInit(t *testing.T) {$/;"	f
 17855  TestRaceMapInit2	./runtime/race/testdata/mop_test.go	/^func TestRaceMapInit2(t *testing.T) {$/;"	f
 17856  TestRaceMapInsertPartKey	./runtime/race/testdata/map_test.go	/^func TestRaceMapInsertPartKey(t *testing.T) {$/;"	f
 17857  TestRaceMapInsertPartVal	./runtime/race/testdata/map_test.go	/^func TestRaceMapInsertPartVal(t *testing.T) {$/;"	f
 17858  TestRaceMapLen	./runtime/race/testdata/map_test.go	/^func TestRaceMapLen(t *testing.T) {$/;"	f
 17859  TestRaceMapLenDelete	./runtime/race/testdata/map_test.go	/^func TestRaceMapLenDelete(t *testing.T) {$/;"	f
 17860  TestRaceMapLookupPartKey	./runtime/race/testdata/map_test.go	/^func TestRaceMapLookupPartKey(t *testing.T) {$/;"	f
 17861  TestRaceMapLookupPartKey2	./runtime/race/testdata/map_test.go	/^func TestRaceMapLookupPartKey2(t *testing.T) {$/;"	f
 17862  TestRaceMapRW	./runtime/race/testdata/map_test.go	/^func TestRaceMapRW(t *testing.T) {$/;"	f
 17863  TestRaceMapRW2	./runtime/race/testdata/map_test.go	/^func TestRaceMapRW2(t *testing.T) {$/;"	f
 17864  TestRaceMapRWArray	./runtime/race/testdata/map_test.go	/^func TestRaceMapRWArray(t *testing.T) {$/;"	f
 17865  TestRaceMapRange	./runtime/race/testdata/map_test.go	/^func TestRaceMapRange(t *testing.T) {$/;"	f
 17866  TestRaceMapRange2	./runtime/race/testdata/map_test.go	/^func TestRaceMapRange2(t *testing.T) {$/;"	f
 17867  TestRaceMapVariable	./runtime/race/testdata/map_test.go	/^func TestRaceMapVariable(t *testing.T) {$/;"	f
 17868  TestRaceMapVariable2	./runtime/race/testdata/map_test.go	/^func TestRaceMapVariable2(t *testing.T) {$/;"	f
 17869  TestRaceMapVariable3	./runtime/race/testdata/map_test.go	/^func TestRaceMapVariable3(t *testing.T) {$/;"	f
 17870  TestRaceMethodCall	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodCall(t *testing.T) {$/;"	f
 17871  TestRaceMethodCall2	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodCall2(t *testing.T) {$/;"	f
 17872  TestRaceMethodThunk	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodThunk(t *testing.T) {$/;"	f
 17873  TestRaceMethodThunk2	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodThunk2(t *testing.T) {$/;"	f
 17874  TestRaceMethodThunk3	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodThunk3(t *testing.T) {$/;"	f
 17875  TestRaceMethodThunk4	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodThunk4(t *testing.T) {$/;"	f
 17876  TestRaceMethodValue	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodValue(t *testing.T) {$/;"	f
 17877  TestRaceMethodValue2	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodValue2(t *testing.T) {$/;"	f
 17878  TestRaceMethodValue3	./runtime/race/testdata/mop_test.go	/^func TestRaceMethodValue3(t *testing.T) {$/;"	f
 17879  TestRaceMod	./runtime/race/testdata/mop_test.go	/^func TestRaceMod(t *testing.T) {$/;"	f
 17880  TestRaceModConst	./runtime/race/testdata/mop_test.go	/^func TestRaceModConst(t *testing.T) {$/;"	f
 17881  TestRaceMutex	./runtime/race/testdata/mutex_test.go	/^func TestRaceMutex(t *testing.T) {$/;"	f
 17882  TestRaceMutex2	./runtime/race/testdata/mutex_test.go	/^func TestRaceMutex2(t *testing.T) {$/;"	f
 17883  TestRaceMutexOverwrite	./runtime/race/testdata/mutex_test.go	/^func TestRaceMutexOverwrite(t *testing.T) {$/;"	f
 17884  TestRaceMutexRWMutex	./runtime/race/testdata/rwmutex_test.go	/^func TestRaceMutexRWMutex(t *testing.T) {$/;"	f
 17885  TestRaceNestedArrayCopy	./runtime/race/testdata/mop_test.go	/^func TestRaceNestedArrayCopy(t *testing.T) {$/;"	f
 17886  TestRaceNestedStruct	./runtime/race/testdata/mop_test.go	/^func TestRaceNestedStruct(t *testing.T) {$/;"	f
 17887  TestRaceOr	./runtime/race/testdata/mop_test.go	/^func TestRaceOr(t *testing.T) {$/;"	f
 17888  TestRaceOr2	./runtime/race/testdata/mop_test.go	/^func TestRaceOr2(t *testing.T) {$/;"	f
 17889  TestRacePanic	./runtime/race/testdata/mop_test.go	/^func TestRacePanic(t *testing.T) {$/;"	f
 17890  TestRacePanicArg	./runtime/race/testdata/mop_test.go	/^func TestRacePanicArg(t *testing.T) {$/;"	f
 17891  TestRacePlus	./runtime/race/testdata/mop_test.go	/^func TestRacePlus(t *testing.T) {$/;"	f
 17892  TestRacePlus2	./runtime/race/testdata/mop_test.go	/^func TestRacePlus2(t *testing.T) {$/;"	f
 17893  TestRacePointerSliceAppend	./runtime/race/testdata/slice_test.go	/^func TestRacePointerSliceAppend(t *testing.T) {$/;"	f
 17894  TestRacePointerSliceAppendSlice	./runtime/race/testdata/slice_test.go	/^func TestRacePointerSliceAppendSlice(t *testing.T) {$/;"	f
 17895  TestRacePointerSliceAppendSlice2	./runtime/race/testdata/slice_test.go	/^func TestRacePointerSliceAppendSlice2(t *testing.T) {$/;"	f
 17896  TestRacePointerSliceAppendWrite	./runtime/race/testdata/slice_test.go	/^func TestRacePointerSliceAppendWrite(t *testing.T) {$/;"	f
 17897  TestRacePointerSliceCopyRead	./runtime/race/testdata/slice_test.go	/^func TestRacePointerSliceCopyRead(t *testing.T) {$/;"	f
 17898  TestRacePointerSliceCopyWrite2	./runtime/race/testdata/slice_test.go	/^func TestRacePointerSliceCopyWrite2(t *testing.T) {$/;"	f
 17899  TestRaceRWMutexMultipleReaders	./runtime/race/testdata/rwmutex_test.go	/^func TestRaceRWMutexMultipleReaders(t *testing.T) {$/;"	f
 17900  TestRaceRange	./runtime/race/testdata/mop_test.go	/^func TestRaceRange(t *testing.T) {$/;"	f
 17901  TestRaceRotate	./runtime/race/testdata/mop_test.go	/^func TestRaceRotate(t *testing.T) {$/;"	f
 17902  TestRaceRune	./runtime/race/testdata/mop_test.go	/^func TestRaceRune(t *testing.T) {$/;"	f
 17903  TestRaceSelect1	./runtime/race/testdata/select_test.go	/^func TestRaceSelect1(t *testing.T) {$/;"	f
 17904  TestRaceSelect2	./runtime/race/testdata/select_test.go	/^func TestRaceSelect2(t *testing.T) {$/;"	f
 17905  TestRaceSelect3	./runtime/race/testdata/select_test.go	/^func TestRaceSelect3(t *testing.T) {$/;"	f
 17906  TestRaceSelect4	./runtime/race/testdata/select_test.go	/^func TestRaceSelect4(t *testing.T) {$/;"	f
 17907  TestRaceSelect5	./runtime/race/testdata/select_test.go	/^func TestRaceSelect5(t *testing.T) {$/;"	f
 17908  TestRaceSelectReadWriteAsync	./runtime/race/testdata/chan_test.go	/^func TestRaceSelectReadWriteAsync(t *testing.T) {$/;"	f
 17909  TestRaceSelectReadWriteSync	./runtime/race/testdata/chan_test.go	/^func TestRaceSelectReadWriteSync(t *testing.T) {$/;"	f
 17910  TestRaceSlice3	./runtime/race/testdata/slice_test.go	/^func TestRaceSlice3(t *testing.T) {$/;"	f
 17911  TestRaceSliceAppend	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceAppend(t *testing.T) {$/;"	f
 17912  TestRaceSliceAppendSlice	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceAppendSlice(t *testing.T) {$/;"	f
 17913  TestRaceSliceAppendSlice2	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceAppendSlice2(t *testing.T) {$/;"	f
 17914  TestRaceSliceAppendString	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceAppendString(t *testing.T) {$/;"	f
 17915  TestRaceSliceAppendWrite	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceAppendWrite(t *testing.T) {$/;"	f
 17916  TestRaceSliceByteToString	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceByteToString(t *testing.T) {$/;"	f
 17917  TestRaceSliceCopyRead	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceCopyRead(t *testing.T) {$/;"	f
 17918  TestRaceSliceCopyWrite2	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceCopyWrite2(t *testing.T) {$/;"	f
 17919  TestRaceSliceCopyWrite3	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceCopyWrite3(t *testing.T) {$/;"	f
 17920  TestRaceSliceDifferent	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceDifferent(t *testing.T) {$/;"	f
 17921  TestRaceSliceIndexAccess	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceIndexAccess(t *testing.T) {$/;"	f
 17922  TestRaceSliceIndexAccess2	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceIndexAccess2(t *testing.T) {$/;"	f
 17923  TestRaceSliceRW	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceRW(t *testing.T) {$/;"	f
 17924  TestRaceSliceRangeAppend	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceRangeAppend(t *testing.T) {$/;"	f
 17925  TestRaceSliceRangeWrite	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceRangeWrite(t *testing.T) {$/;"	f
 17926  TestRaceSliceRuneToString	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceRuneToString(t *testing.T) {$/;"	f
 17927  TestRaceSliceSlice	./runtime/race/testdata/mop_test.go	/^func TestRaceSliceSlice(t *testing.T) {$/;"	f
 17928  TestRaceSliceSlice2	./runtime/race/testdata/mop_test.go	/^func TestRaceSliceSlice2(t *testing.T) {$/;"	f
 17929  TestRaceSliceString	./runtime/race/testdata/mop_test.go	/^func TestRaceSliceString(t *testing.T) {$/;"	f
 17930  TestRaceSliceStruct	./runtime/race/testdata/mop_test.go	/^func TestRaceSliceStruct(t *testing.T) {$/;"	f
 17931  TestRaceSliceVarAppend	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceVarAppend(t *testing.T) {$/;"	f
 17932  TestRaceSliceVarCopy	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceVarCopy(t *testing.T) {$/;"	f
 17933  TestRaceSliceVarCopy2	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceVarCopy2(t *testing.T) {$/;"	f
 17934  TestRaceSliceVarRange	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceVarRange(t *testing.T) {$/;"	f
 17935  TestRaceSliceVarRead	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceVarRead(t *testing.T) {$/;"	f
 17936  TestRaceSliceVarWrite	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceVarWrite(t *testing.T) {$/;"	f
 17937  TestRaceSliceWW	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceWW(t *testing.T) {$/;"	f
 17938  TestRaceSliceWriteSlice	./runtime/race/testdata/slice_test.go	/^func TestRaceSliceWriteSlice(t *testing.T) {$/;"	f
 17939  TestRaceSprint	./runtime/race/testdata/mop_test.go	/^func TestRaceSprint(t *testing.T) {$/;"	f
 17940  TestRaceStringPtrRW	./runtime/race/testdata/mop_test.go	/^func TestRaceStringPtrRW(t *testing.T) {$/;"	f
 17941  TestRaceStringRW	./runtime/race/testdata/mop_test.go	/^func TestRaceStringRW(t *testing.T) {$/;"	f
 17942  TestRaceStructFieldRW1	./runtime/race/testdata/mop_test.go	/^func TestRaceStructFieldRW1(t *testing.T) {$/;"	f
 17943  TestRaceStructFieldRW2	./runtime/race/testdata/mop_test.go	/^func TestRaceStructFieldRW2(t *testing.T) {$/;"	f
 17944  TestRaceStructFieldRW3	./runtime/race/testdata/mop_test.go	/^func TestRaceStructFieldRW3(t *testing.T) {$/;"	f
 17945  TestRaceStructInd	./runtime/race/testdata/mop_test.go	/^func TestRaceStructInd(t *testing.T) {$/;"	f
 17946  TestRaceStructInit	./runtime/race/testdata/mop_test.go	/^func TestRaceStructInit(t *testing.T) {$/;"	f
 17947  TestRaceStructRW	./runtime/race/testdata/mop_test.go	/^func TestRaceStructRW(t *testing.T) {$/;"	f
 17948  TestRaceTLS	./runtime/race/testdata/mop_test.go	/^func TestRaceTLS(t *testing.T) {$/;"	f
 17949  TestRaceTypeAssert	./runtime/race/testdata/mop_test.go	/^func TestRaceTypeAssert(t *testing.T) {$/;"	f
 17950  TestRaceUnaddressableMapLen	./runtime/race/testdata/regression_test.go	/^func TestRaceUnaddressableMapLen(t *testing.T) {$/;"	f
 17951  TestRaceUnsafePtrRW	./runtime/race/testdata/mop_test.go	/^func TestRaceUnsafePtrRW(t *testing.T) {$/;"	f
 17952  TestRaceWaitGroup	./runtime/race/testdata/waitgroup_test.go	/^func TestRaceWaitGroup(t *testing.T) {$/;"	f
 17953  TestRaceWaitGroup2	./runtime/race/testdata/waitgroup_test.go	/^func TestRaceWaitGroup2(t *testing.T) {$/;"	f
 17954  TestRaceWaitGroupAsMutex	./runtime/race/testdata/waitgroup_test.go	/^func TestRaceWaitGroupAsMutex(t *testing.T) {$/;"	f
 17955  TestRaceWaitGroupReuse	./runtime/race/testdata/waitgroup_test.go	/^func TestRaceWaitGroupReuse(t *testing.T) {$/;"	f
 17956  TestRaceWaitGroupWrongAdd	./runtime/race/testdata/waitgroup_test.go	/^func TestRaceWaitGroupWrongAdd(t *testing.T) {$/;"	f
 17957  TestRaceWaitGroupWrongWait	./runtime/race/testdata/waitgroup_test.go	/^func TestRaceWaitGroupWrongWait(t *testing.T) {$/;"	f
 17958  TestRaiseException	./runtime/syscall_windows_test.go	/^func TestRaiseException(t *testing.T) {$/;"	f
 17959  TestRandomData1	./compress/bzip2/bzip2_test.go	/^func TestRandomData1(t *testing.T) {$/;"	f
 17960  TestRandomData2	./compress/bzip2/bzip2_test.go	/^func TestRandomData2(t *testing.T) {$/;"	f
 17961  TestRandomData3	./compress/bzip2/bzip2_test.go	/^func TestRandomData3(t *testing.T) {$/;"	f
 17962  TestRandomScheduling	./runtime/race/sched_test.go	/^func TestRandomScheduling(t *testing.T) {$/;"	f
 17963  TestRangeStringCast	./runtime/string_test.go	/^func TestRangeStringCast(t *testing.T) {$/;"	f
 17964  TestRatAbs	./cmd/compile/internal/big/rat_test.go	/^func TestRatAbs(t *testing.T) {$/;"	f
 17965  TestRatAbs	./math/big/rat_test.go	/^func TestRatAbs(t *testing.T) {$/;"	f
 17966  TestRatBin	./cmd/compile/internal/big/rat_test.go	/^func TestRatBin(t *testing.T) {$/;"	f
 17967  TestRatBin	./math/big/rat_test.go	/^func TestRatBin(t *testing.T) {$/;"	f
 17968  TestRatCmp	./cmd/compile/internal/big/rat_test.go	/^func TestRatCmp(t *testing.T) {$/;"	f
 17969  TestRatCmp	./math/big/rat_test.go	/^func TestRatCmp(t *testing.T) {$/;"	f
 17970  TestRatGobEncoding	./cmd/compile/internal/big/rat_test.go	/^func TestRatGobEncoding(t *testing.T) {$/;"	f
 17971  TestRatGobEncoding	./math/big/rat_test.go	/^func TestRatGobEncoding(t *testing.T) {$/;"	f
 17972  TestRatInv	./cmd/compile/internal/big/rat_test.go	/^func TestRatInv(t *testing.T) {$/;"	f
 17973  TestRatInv	./math/big/rat_test.go	/^func TestRatInv(t *testing.T) {$/;"	f
 17974  TestRatJSONEncoding	./cmd/compile/internal/big/rat_test.go	/^func TestRatJSONEncoding(t *testing.T) {$/;"	f
 17975  TestRatJSONEncoding	./math/big/rat_test.go	/^func TestRatJSONEncoding(t *testing.T) {$/;"	f
 17976  TestRatNeg	./cmd/compile/internal/big/rat_test.go	/^func TestRatNeg(t *testing.T) {$/;"	f
 17977  TestRatNeg	./math/big/rat_test.go	/^func TestRatNeg(t *testing.T) {$/;"	f
 17978  TestRatScan	./cmd/compile/internal/big/ratconv_test.go	/^func TestRatScan(t *testing.T) {$/;"	f
 17979  TestRatScan	./math/big/ratconv_test.go	/^func TestRatScan(t *testing.T) {$/;"	f
 17980  TestRatSetFrac64Rat	./cmd/compile/internal/big/rat_test.go	/^func TestRatSetFrac64Rat(t *testing.T) {$/;"	f
 17981  TestRatSetFrac64Rat	./math/big/rat_test.go	/^func TestRatSetFrac64Rat(t *testing.T) {$/;"	f
 17982  TestRatSetString	./cmd/compile/internal/big/ratconv_test.go	/^func TestRatSetString(t *testing.T) {$/;"	f
 17983  TestRatSetString	./math/big/ratconv_test.go	/^func TestRatSetString(t *testing.T) {$/;"	f
 17984  TestRatSign	./cmd/compile/internal/big/rat_test.go	/^func TestRatSign(t *testing.T) {$/;"	f
 17985  TestRatSign	./math/big/rat_test.go	/^func TestRatSign(t *testing.T) {$/;"	f
 17986  TestRatXMLEncoding	./cmd/compile/internal/big/rat_test.go	/^func TestRatXMLEncoding(t *testing.T) {$/;"	f
 17987  TestRatXMLEncoding	./math/big/rat_test.go	/^func TestRatXMLEncoding(t *testing.T) {$/;"	f
 17988  TestRawBytesAllocs	./database/sql/convert_test.go	/^func TestRawBytesAllocs(t *testing.T) {$/;"	f
 17989  TestRawMessage	./encoding/json/stream_test.go	/^func TestRawMessage(t *testing.T) {$/;"	f
 17990  TestRawStructs	./encoding/asn1/asn1_test.go	/^func TestRawStructs(t *testing.T) {$/;"	f
 17991  TestRawToken	./encoding/xml/xml_test.go	/^func TestRawToken(t *testing.T) {$/;"	f
 17992  TestRawTokenAltEncoding	./encoding/xml/xml_test.go	/^func TestRawTokenAltEncoding(t *testing.T) {$/;"	f
 17993  TestRawTokenAltEncodingNoConverter	./encoding/xml/xml_test.go	/^func TestRawTokenAltEncodingNoConverter(t *testing.T) {$/;"	f
 17994  TestRead	./crypto/rand/rand_test.go	/^func TestRead(t *testing.T) {$/;"	f
 17995  TestRead	./encoding/csv/reader_test.go	/^func TestRead(t *testing.T) {$/;"	f
 17996  TestRead0	./os/os_test.go	/^func TestRead0(t *testing.T) {$/;"	f
 17997  TestReadAfterBigSeek	./bytes/reader_test.go	/^func TestReadAfterBigSeek(t *testing.T) {$/;"	f
 17998  TestReadAfterBigSeek	./strings/reader_test.go	/^func TestReadAfterBigSeek(t *testing.T) {$/;"	f
 17999  TestReadAfterLines	./bufio/bufio_test.go	/^func TestReadAfterLines(t *testing.T) {$/;"	f
 18000  TestReadAt	./os/os_test.go	/^func TestReadAt(t *testing.T) {$/;"	f
 18001  TestReadAtEOF	./os/os_test.go	/^func TestReadAtEOF(t *testing.T) {$/;"	f
 18002  TestReadAtLeast	./io/io_test.go	/^func TestReadAtLeast(t *testing.T) {$/;"	f
 18003  TestReadAtLeastWithDataAndEOF	./io/io_test.go	/^func TestReadAtLeastWithDataAndEOF(t *testing.T) {$/;"	f
 18004  TestReadAtLeastWithDataAndError	./io/io_test.go	/^func TestReadAtLeastWithDataAndError(t *testing.T) {$/;"	f
 18005  TestReadByte	./strings/strings_test.go	/^func TestReadByte(t *testing.T) {$/;"	f
 18006  TestReadBytes	./bytes/buffer_test.go	/^func TestReadBytes(t *testing.T) {$/;"	f
 18007  TestReadCodeLine	./net/textproto/reader_test.go	/^func TestReadCodeLine(t *testing.T) {$/;"	f
 18008  TestReadContinuedLine	./net/textproto/reader_test.go	/^func TestReadContinuedLine(t *testing.T) {$/;"	f
 18009  TestReadCookies	./net/http/cookie_test.go	/^func TestReadCookies(t *testing.T) {$/;"	f
 18010  TestReadDir	./io/ioutil/ioutil_test.go	/^func TestReadDir(t *testing.T) {$/;"	f
 18011  TestReadDotBytes	./net/textproto/reader_test.go	/^func TestReadDotBytes(t *testing.T) {$/;"	f
 18012  TestReadDotLines	./net/textproto/reader_test.go	/^func TestReadDotLines(t *testing.T) {$/;"	f
 18013  TestReadEmpty	./crypto/rand/rand_test.go	/^func TestReadEmpty(t *testing.T) {$/;"	f
 18014  TestReadEmptyAtEOF	./bytes/buffer_test.go	/^func TestReadEmptyAtEOF(t *testing.T) {$/;"	f
 18015  TestReadEmptyBuffer	./bufio/bufio_test.go	/^func TestReadEmptyBuffer(t *testing.T) {$/;"	f
 18016  TestReadErrorMsg	./encoding/binary/binary_test.go	/^func TestReadErrorMsg(t *testing.T) {$/;"	f
 18017  TestReadFile	./io/ioutil/ioutil_test.go	/^func TestReadFile(t *testing.T) {$/;"	f
 18018  TestReadForm	./mime/multipart/formdata_test.go	/^func TestReadForm(t *testing.T) {$/;"	f
 18019  TestReadFrom	./bytes/buffer_test.go	/^func TestReadFrom(t *testing.T) {$/;"	f
 18020  TestReadFromTimeout	./net/timeout_test.go	/^func TestReadFromTimeout(t *testing.T) {$/;"	f
 18021  TestReadFromTimeoutFluctuation	./net/timeout_test.go	/^func TestReadFromTimeoutFluctuation(t *testing.T) {$/;"	f
 18022  TestReadGCStats	./runtime/debug/garbage_test.go	/^func TestReadGCStats(t *testing.T) {$/;"	f
 18023  TestReadGNUSparseMap0x1	./archive/tar/reader_test.go	/^func TestReadGNUSparseMap0x1(t *testing.T) {$/;"	f
 18024  TestReadGNUSparseMap1x0	./archive/tar/reader_test.go	/^func TestReadGNUSparseMap1x0(t *testing.T) {$/;"	f
 18025  TestReadLine	./bufio/bufio_test.go	/^func TestReadLine(t *testing.T) {$/;"	f
 18026  TestReadLine	./net/parse_test.go	/^func TestReadLine(t *testing.T) {$/;"	f
 18027  TestReadLine	./net/textproto/reader_test.go	/^func TestReadLine(t *testing.T) {$/;"	f
 18028  TestReadLineNewlines	./bufio/bufio_test.go	/^func TestReadLineNewlines(t *testing.T) {$/;"	f
 18029  TestReadLineNonNilLineOrError	./bufio/bufio_test.go	/^func TestReadLineNonNilLineOrError(t *testing.T) {$/;"	f
 18030  TestReadMIMEHeader	./net/textproto/reader_test.go	/^func TestReadMIMEHeader(t *testing.T) {$/;"	f
 18031  TestReadMIMEHeaderNoKey	./net/textproto/reader_test.go	/^func TestReadMIMEHeaderNoKey(t *testing.T) {$/;"	f
 18032  TestReadMIMEHeaderNonCompliant	./net/textproto/reader_test.go	/^func TestReadMIMEHeaderNonCompliant(t *testing.T) {$/;"	f
 18033  TestReadMIMEHeaderSingle	./net/textproto/reader_test.go	/^func TestReadMIMEHeaderSingle(t *testing.T) {$/;"	f
 18034  TestReadRequest	./net/http/readrequest_test.go	/^func TestReadRequest(t *testing.T) {$/;"	f
 18035  TestReadRequestErrors	./net/http/request_test.go	/^func TestReadRequestErrors(t *testing.T) {$/;"	f
 18036  TestReadRequest_Bad	./net/http/readrequest_test.go	/^func TestReadRequest_Bad(t *testing.T) {$/;"	f
 18037  TestReadResponse	./net/http/response_test.go	/^func TestReadResponse(t *testing.T) {$/;"	f
 18038  TestReadResponseCloseInMiddle	./net/http/response_test.go	/^func TestReadResponseCloseInMiddle(t *testing.T) {$/;"	f
 18039  TestReadResponseUnexpectedEOF	./net/http/response_test.go	/^func TestReadResponseUnexpectedEOF(t *testing.T) {$/;"	f
 18040  TestReadRune	./bufio/bufio_test.go	/^func TestReadRune(t *testing.T) {$/;"	f
 18041  TestReadRune	./strings/strings_test.go	/^func TestReadRune(t *testing.T) {$/;"	f
 18042  TestReadSetCookies	./net/http/cookie_test.go	/^func TestReadSetCookies(t *testing.T) {$/;"	f
 18043  TestReadSlice	./encoding/binary/binary_test.go	/^func TestReadSlice(t *testing.T) {$/;"	f
 18044  TestReadString	./bytes/buffer_test.go	/^func TestReadString(t *testing.T) {$/;"	f
 18045  TestReadSubKeyNames	./internal/syscall/windows/registry/registry_test.go	/^func TestReadSubKeyNames(t *testing.T) {$/;"	f
 18046  TestReadTimeout	./net/timeout_test.go	/^func TestReadTimeout(t *testing.T) {$/;"	f
 18047  TestReadTimeoutFluctuation	./net/timeout_test.go	/^func TestReadTimeoutFluctuation(t *testing.T) {$/;"	f
 18048  TestReadTimeoutMustNotReturn	./net/timeout_test.go	/^func TestReadTimeoutMustNotReturn(t *testing.T) {$/;"	f
 18049  TestReadUnixgramWithUnnamedSocket	./net/unix_test.go	/^func TestReadUnixgramWithUnnamedSocket(t *testing.T) {$/;"	f
 18050  TestReadWriteDeadlineRace	./net/timeout_test.go	/^func TestReadWriteDeadlineRace(t *testing.T) {$/;"	f
 18051  TestReadWriteProlongedTimeout	./net/timeout_test.go	/^func TestReadWriteProlongedTimeout(t *testing.T) {$/;"	f
 18052  TestReadWriteRune	./bufio/bufio_test.go	/^func TestReadWriteRune(t *testing.T) {$/;"	f
 18053  TestReaddir	./os/os_test.go	/^func TestReaddir(t *testing.T) {$/;"	f
 18054  TestReaddirNValues	./os/os_test.go	/^func TestReaddirNValues(t *testing.T) {$/;"	f
 18055  TestReaddirOfFile	./os/os_test.go	/^func TestReaddirOfFile(t *testing.T) {$/;"	f
 18056  TestReaddirStatFailures	./os/os_test.go	/^func TestReaddirStatFailures(t *testing.T) {$/;"	f
 18057  TestReaddirnames	./os/os_test.go	/^func TestReaddirnames(t *testing.T) {$/;"	f
 18058  TestReaddirnamesOneAtATime	./os/os_test.go	/^func TestReaddirnamesOneAtATime(t *testing.T) {$/;"	f
 18059  TestReader	./archive/tar/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18060  TestReader	./archive/zip/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18061  TestReader	./bufio/bufio_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18062  TestReader	./bytes/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18063  TestReader	./compress/lzw/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18064  TestReader	./image/png/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18065  TestReader	./mime/quotedprintable/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18066  TestReader	./strings/reader_test.go	/^func TestReader(t *testing.T) {$/;"	f
 18067  TestReaderAt	./bytes/reader_test.go	/^func TestReaderAt(t *testing.T) {$/;"	f
 18068  TestReaderAt	./strings/reader_test.go	/^func TestReaderAt(t *testing.T) {$/;"	f
 18069  TestReaderAtConcurrent	./bytes/reader_test.go	/^func TestReaderAtConcurrent(t *testing.T) {$/;"	f
 18070  TestReaderAtConcurrent	./strings/reader_test.go	/^func TestReaderAtConcurrent(t *testing.T) {$/;"	f
 18071  TestReaderClearError	./bufio/bufio_test.go	/^func TestReaderClearError(t *testing.T) {$/;"	f
 18072  TestReaderCopyNothing	./bytes/reader_test.go	/^func TestReaderCopyNothing(t *testing.T) {$/;"	f
 18073  TestReaderDict	./compress/flate/deflate_test.go	/^func TestReaderDict(t *testing.T) {$/;"	f
 18074  TestReaderDiscard	./bufio/bufio_test.go	/^func TestReaderDiscard(t *testing.T) {$/;"	f
 18075  TestReaderDoubleUnreadRune	./bytes/reader_test.go	/^func TestReaderDoubleUnreadRune(t *testing.T) {$/;"	f
 18076  TestReaderError	./image/png/reader_test.go	/^func TestReaderError(t *testing.T) {$/;"	f
 18077  TestReaderLen	./bytes/reader_test.go	/^func TestReaderLen(t *testing.T) {$/;"	f
 18078  TestReaderLenSize	./bytes/reader_test.go	/^func TestReaderLenSize(t *testing.T) {$/;"	f
 18079  TestReaderLenSize	./strings/reader_test.go	/^func TestReaderLenSize(t *testing.T) {$/;"	f
 18080  TestReaderReset	./bufio/bufio_test.go	/^func TestReaderReset(t *testing.T) {$/;"	f
 18081  TestReaderSimple	./bufio/bufio_test.go	/^func TestReaderSimple(t *testing.T) {$/;"	f
 18082  TestReaderWriteTo	./bufio/bufio_test.go	/^func TestReaderWriteTo(t *testing.T) {$/;"	f
 18083  TestReaderWriteTo	./bytes/reader_test.go	/^func TestReaderWriteTo(t *testing.T) {$/;"	f
 18084  TestReaderWriteToErrors	./bufio/bufio_test.go	/^func TestReaderWriteToErrors(t *testing.T) {$/;"	f
 18085  TestRecorder	./net/http/httptest/recorder_test.go	/^func TestRecorder(t *testing.T) {$/;"	f
 18086  TestRecoverBeforePanicAfterGoexit	./runtime/crash_test.go	/^func TestRecoverBeforePanicAfterGoexit(t *testing.T) {$/;"	f
 18087  TestRecoveredPanicAfterGoexit	./runtime/crash_test.go	/^func TestRecoveredPanicAfterGoexit(t *testing.T) {$/;"	f
 18088  TestRect	./math/cmplx/cmath_test.go	/^func TestRect(t *testing.T) {$/;"	f
 18089  TestRectangle	./image/geom_test.go	/^func TestRectangle(t *testing.T) {$/;"	f
 18090  TestRecursiveMapType	./encoding/gob/encoder_test.go	/^func TestRecursiveMapType(t *testing.T) {$/;"	f
 18091  TestRecursivePanic	./runtime/crash_test.go	/^func TestRecursivePanic(t *testing.T) {$/;"	f
 18092  TestRecursiveSliceType	./encoding/gob/encoder_test.go	/^func TestRecursiveSliceType(t *testing.T) {$/;"	f
 18093  TestRedefinition	./text/template/multi_test.go	/^func TestRedefinition(t *testing.T) {$/;"	f
 18094  TestRedirect	./net/http/cgi/host_test.go	/^func TestRedirect(t *testing.T) {$/;"	f
 18095  TestRedirect	./net/http/request_test.go	/^func TestRedirect(t *testing.T) {$/;"	f
 18096  TestRedirectBadPath	./net/http/serve_test.go	/^func TestRedirectBadPath(t *testing.T) {$/;"	f
 18097  TestRedirectCookiesJar	./net/http/client_test.go	/^func TestRedirectCookiesJar(t *testing.T) {$/;"	f
 18098  TestRedirectMunging	./net/http/serve_test.go	/^func TestRedirectMunging(t *testing.T) {$/;"	f
 18099  TestRedundantFuncs	./html/template/escape_test.go	/^func TestRedundantFuncs(t *testing.T) {$/;"	f
 18100  TestRefUnmarshal	./encoding/json/decode_test.go	/^func TestRefUnmarshal(t *testing.T) {$/;"	f
 18101  TestRefValMarshal	./encoding/json/encode_test.go	/^func TestRefValMarshal(t *testing.T) {$/;"	f
 18102  TestReferer	./net/http/client_test.go	/^func TestReferer(t *testing.T) {$/;"	f
 18103  TestReflectFuncTraceback	./reflect/all_test.go	/^func TestReflectFuncTraceback(t *testing.T) {$/;"	f
 18104  TestReflectMethodTraceback	./reflect/all_test.go	/^func TestReflectMethodTraceback(t *testing.T) {$/;"	f
 18105  TestRegString	./cmd/internal/rsc.io/x86/x86asm/inst_test.go	/^func TestRegString(t *testing.T) {$/;"	f
 18106  TestRegisterClass	./runtime/syscall_windows_test.go	/^func TestRegisterClass(t *testing.T) {$/;"	f
 18107  TestRegistration	./encoding/gob/type_test.go	/^func TestRegistration(t *testing.T) {$/;"	f
 18108  TestRegistrationError	./net/rpc/server_test.go	/^func TestRegistrationError(t *testing.T) {$/;"	f
 18109  TestRegistrationNaming	./encoding/gob/type_test.go	/^func TestRegistrationNaming(t *testing.T) {$/;"	f
 18110  TestRegress	./math/rand/regress_test.go	/^func TestRegress(t *testing.T) {$/;"	f
 18111  TestRegression2508	./compress/flate/deflate_test.go	/^func TestRegression2508(t *testing.T) {$/;"	f
 18112  TestRejectBadProtocolVersion	./crypto/tls/handshake_server_test.go	/^func TestRejectBadProtocolVersion(t *testing.T) {$/;"	f
 18113  TestRejectRelativeDotPathInGOPATHCommandLinePackage	./cmd/go/go_test.go	/^func TestRejectRelativeDotPathInGOPATHCommandLinePackage(t *testing.T) {$/;"	f
 18114  TestRejectRelativePathsInGOPATH	./cmd/go/go_test.go	/^func TestRejectRelativePathsInGOPATH(t *testing.T) {$/;"	f
 18115  TestRejectRelativePathsInGOPATHCommandLinePackage	./cmd/go/go_test.go	/^func TestRejectRelativePathsInGOPATHCommandLinePackage(t *testing.T) {$/;"	f
 18116  TestRel	./path/filepath/path_test.go	/^func TestRel(t *testing.T) {$/;"	f
 18117  TestRelativeImportsGoTest	./cmd/go/go_test.go	/^func TestRelativeImportsGoTest(t *testing.T) {$/;"	f
 18118  TestRelativeImportsGoTestDashI	./cmd/go/go_test.go	/^func TestRelativeImportsGoTestDashI(t *testing.T) {$/;"	f
 18119  TestRelativeImportsInCommandLinePackage	./cmd/go/go_test.go	/^func TestRelativeImportsInCommandLinePackage(t *testing.T) {$/;"	f
 18120  TestRemainder	./math/all_test.go	/^func TestRemainder(t *testing.T) {$/;"	f
 18121  TestRemove	./container/list/list_test.go	/^func TestRemove(t *testing.T) {$/;"	f
 18122  TestRemove0	./container/heap/heap_test.go	/^func TestRemove0(t *testing.T) {$/;"	f
 18123  TestRemove1	./container/heap/heap_test.go	/^func TestRemove1(t *testing.T) {$/;"	f
 18124  TestRemove2	./container/heap/heap_test.go	/^func TestRemove2(t *testing.T) {$/;"	f
 18125  TestRemoveAll	./os/path_test.go	/^func TestRemoveAll(t *testing.T) {$/;"	f
 18126  TestRemoveAllRace	./os/os_test.go	/^func TestRemoveAllRace(t *testing.T) {$/;"	f
 18127  TestRemovePadding	./crypto/tls/conn_test.go	/^func TestRemovePadding(t *testing.T) {$/;"	f
 18128  TestRename	./os/os_test.go	/^func TestRename(t *testing.T) {$/;"	f
 18129  TestRenameFailed	./os/os_test.go	/^func TestRenameFailed(t *testing.T) {$/;"	f
 18130  TestRenameOverwriteDest	./os/os_test.go	/^func TestRenameOverwriteDest(t *testing.T) {$/;"	f
 18131  TestRenegotiationExtension	./crypto/tls/handshake_server_test.go	/^func TestRenegotiationExtension(t *testing.T) {$/;"	f
 18132  TestReorder	./fmt/fmt_test.go	/^func TestReorder(t *testing.T) {$/;"	f
 18133  TestReorderedFields	./encoding/gob/codec_test.go	/^func TestReorderedFields(t *testing.T) {$/;"	f
 18134  TestRepeat	./bytes/bytes_test.go	/^func TestRepeat(t *testing.T) {$/;"	f
 18135  TestRepeat	./strings/strings_test.go	/^func TestRepeat(t *testing.T) {$/;"	f
 18136  TestReplace	./bytes/bytes_test.go	/^func TestReplace(t *testing.T) {$/;"	f
 18137  TestReplace	./strings/strings_test.go	/^func TestReplace(t *testing.T) {$/;"	f
 18138  TestReplaceAll	./regexp/all_test.go	/^func TestReplaceAll(t *testing.T) {$/;"	f
 18139  TestReplaceAllFunc	./regexp/all_test.go	/^func TestReplaceAllFunc(t *testing.T) {$/;"	f
 18140  TestReplaceAllLiteral	./regexp/all_test.go	/^func TestReplaceAllLiteral(t *testing.T) {$/;"	f
 18141  TestReplacer	./strings/replace_test.go	/^func TestReplacer(t *testing.T) {$/;"	f
 18142  TestRepoRootForImportPath	./cmd/go/vcs_test.go	/^func TestRepoRootForImportPath(t *testing.T) {$/;"	f
 18143  TestRequest	./net/http/cgi/child_test.go	/^func TestRequest(t *testing.T) {$/;"	f
 18144  TestRequestBadHost	./net/http/request_test.go	/^func TestRequestBadHost(t *testing.T) {$/;"	f
 18145  TestRequestBodyCloseDoesntBlock	./net/http/serve_test.go	/^func TestRequestBodyCloseDoesntBlock(t *testing.T) {$/;"	f
 18146  TestRequestBodyLimit	./net/http/serve_test.go	/^func TestRequestBodyLimit(t *testing.T) {$/;"	f
 18147  TestRequestBodyReadErrorClosesConnection	./net/http/serve_test.go	/^func TestRequestBodyReadErrorClosesConnection(t *testing.T) {$/;"	f
 18148  TestRequestBodyTimeoutClosesConnection	./net/http/serve_test.go	/^func TestRequestBodyTimeoutClosesConnection(t *testing.T) {$/;"	f
 18149  TestRequestLimit	./net/http/serve_test.go	/^func TestRequestLimit(t *testing.T) {$/;"	f
 18150  TestRequestURI	./net/url/url_test.go	/^func TestRequestURI(t *testing.T) {$/;"	f
 18151  TestRequestWithTLS	./net/http/cgi/child_test.go	/^func TestRequestWithTLS(t *testing.T) {$/;"	f
 18152  TestRequestWithoutHost	./net/http/cgi/child_test.go	/^func TestRequestWithoutHost(t *testing.T) {$/;"	f
 18153  TestRequestWithoutRemotePort	./net/http/cgi/child_test.go	/^func TestRequestWithoutRemotePort(t *testing.T) {$/;"	f
 18154  TestRequestWithoutRequestURI	./net/http/cgi/child_test.go	/^func TestRequestWithoutRequestURI(t *testing.T) {$/;"	f
 18155  TestRequestWrite	./net/http/requestwrite_test.go	/^func TestRequestWrite(t *testing.T) {$/;"	f
 18156  TestRequestWriteBufferedWriter	./net/http/request_test.go	/^func TestRequestWriteBufferedWriter(t *testing.T) {$/;"	f
 18157  TestRequestWriteClosesBody	./net/http/requestwrite_test.go	/^func TestRequestWriteClosesBody(t *testing.T) {$/;"	f
 18158  TestRequestWriteError	./net/http/requestwrite_test.go	/^func TestRequestWriteError(t *testing.T) {$/;"	f
 18159  TestReregistration	./encoding/gob/type_test.go	/^func TestReregistration(t *testing.T) {$/;"	f
 18160  TestReset	./compress/flate/inflate_test.go	/^func TestReset(t *testing.T) {$/;"	f
 18161  TestReset	./os/signal/signal_test.go	/^func TestReset(t *testing.T) {$/;"	f
 18162  TestReset	./time/sleep_test.go	/^func TestReset(t *testing.T) {$/;"	f
 18163  TestResolveGoogle	./net/external_test.go	/^func TestResolveGoogle(t *testing.T) {$/;"	f
 18164  TestResolveIPAddr	./net/ipraw_test.go	/^func TestResolveIPAddr(t *testing.T) {$/;"	f
 18165  TestResolveIdents	./go/types/resolver_test.go	/^func TestResolveIdents(t *testing.T) {$/;"	f
 18166  TestResolvePath	./net/url/url_test.go	/^func TestResolvePath(t *testing.T) {$/;"	f
 18167  TestResolveReference	./net/url/url_test.go	/^func TestResolveReference(t *testing.T) {$/;"	f
 18168  TestResolveTCPAddr	./net/tcp_test.go	/^func TestResolveTCPAddr(t *testing.T) {$/;"	f
 18169  TestResolveUDPAddr	./net/udp_test.go	/^func TestResolveUDPAddr(t *testing.T) {$/;"	f
 18170  TestResponseContentLengthShortBody	./net/http/response_test.go	/^func TestResponseContentLengthShortBody(t *testing.T) {$/;"	f
 18171  TestResponseSetsTLSConnectionState	./net/http/client_test.go	/^func TestResponseSetsTLSConnectionState(t *testing.T) {$/;"	f
 18172  TestResponseStatusStutter	./net/http/response_test.go	/^func TestResponseStatusStutter(t *testing.T) {$/;"	f
 18173  TestResponseWrite	./net/http/responsewrite_test.go	/^func TestResponseWrite(t *testing.T) {$/;"	f
 18174  TestResponseWriterWriteString	./net/http/serve_test.go	/^func TestResponseWriterWriteString(t *testing.T) {$/;"	f
 18175  TestResumption	./crypto/tls/handshake_server_test.go	/^func TestResumption(t *testing.T) {$/;"	f
 18176  TestResumptionDisabled	./crypto/tls/handshake_server_test.go	/^func TestResumptionDisabled(t *testing.T) {$/;"	f
 18177  TestReturnAfterStackGrowInCallback	./runtime/syscall_windows_test.go	/^func TestReturnAfterStackGrowInCallback(t *testing.T) {$/;"	f
 18178  TestReverseAddress	./net/lookup_test.go	/^func TestReverseAddress(t *testing.T) {$/;"	f
 18179  TestReverseBits	./compress/flate/deflate_test.go	/^func TestReverseBits(t *testing.T) {$/;"	f
 18180  TestReverseProxy	./net/http/httputil/reverseproxy_test.go	/^func TestReverseProxy(t *testing.T) {$/;"	f
 18181  TestReverseProxyCancellation	./net/http/httputil/reverseproxy_test.go	/^func TestReverseProxyCancellation(t *testing.T) {$/;"	f
 18182  TestReverseProxyFlushInterval	./net/http/httputil/reverseproxy_test.go	/^func TestReverseProxyFlushInterval(t *testing.T) {$/;"	f
 18183  TestReverseProxyQuery	./net/http/httputil/reverseproxy_test.go	/^func TestReverseProxyQuery(t *testing.T) {$/;"	f
 18184  TestReverseSortIntSlice	./sort/sort_test.go	/^func TestReverseSortIntSlice(t *testing.T) {$/;"	f
 18185  TestRewrite	./cmd/fix/main_test.go	/^func TestRewrite(t *testing.T) {$/;"	f
 18186  TestRewrite	./cmd/gofmt/gofmt_test.go	/^func TestRewrite(t *testing.T) {$/;"	f
 18187  TestRlimit	./syscall/syscall_unix_test.go	/^func TestRlimit(t *testing.T) {$/;"	f
 18188  TestRoundDown10	./testing/benchmark_test.go	/^func TestRoundDown10(t *testing.T) {$/;"	f
 18189  TestRoundTrip	./archive/tar/tar_test.go	/^func TestRoundTrip(t *testing.T) {$/;"	f
 18190  TestRoundTrip	./compress/gzip/gzip_test.go	/^func TestRoundTrip(t *testing.T) {$/;"	f
 18191  TestRoundTrip	./mime/quotedprintable/writer_test.go	/^func TestRoundTrip(t *testing.T) {$/;"	f
 18192  TestRoundTrip	./strconv/atof_test.go	/^func TestRoundTrip(t *testing.T) {$/;"	f
 18193  TestRoundTrip32	./strconv/atof_test.go	/^func TestRoundTrip32(t *testing.T) {$/;"	f
 18194  TestRoundTripGzip	./net/http/transport_test.go	/^func TestRoundTripGzip(t *testing.T) {$/;"	f
 18195  TestRoundTripReturnsProxyError	./net/http/transport_test.go	/^func TestRoundTripReturnsProxyError(t *testing.T) {$/;"	f
 18196  TestRoundUp	./crypto/tls/conn_test.go	/^func TestRoundUp(t *testing.T) {$/;"	f
 18197  TestRoundUp	./testing/benchmark_test.go	/^func TestRoundUp(t *testing.T) {$/;"	f
 18198  TestRouteMonitor	./syscall/route_bsd_test.go	/^func TestRouteMonitor(t *testing.T) {$/;"	f
 18199  TestRouteRIB	./syscall/route_bsd_test.go	/^func TestRouteRIB(t *testing.T) {$/;"	f
 18200  TestRowsCloseOrder	./database/sql/sql_test.go	/^func TestRowsCloseOrder(t *testing.T) {$/;"	f
 18201  TestRowsColumns	./database/sql/sql_test.go	/^func TestRowsColumns(t *testing.T) {$/;"	f
 18202  TestRowsImplicitClose	./database/sql/sql_test.go	/^func TestRowsImplicitClose(t *testing.T) {$/;"	f
 18203  TestRsh	./cmd/compile/internal/big/int_test.go	/^func TestRsh(t *testing.T) {$/;"	f
 18204  TestRsh	./math/big/int_test.go	/^func TestRsh(t *testing.T) {$/;"	f
 18205  TestRshSelf	./cmd/compile/internal/big/int_test.go	/^func TestRshSelf(t *testing.T) {$/;"	f
 18206  TestRshSelf	./math/big/int_test.go	/^func TestRshSelf(t *testing.T) {$/;"	f
 18207  TestRubyParse	./time/format_test.go	/^func TestRubyParse(t *testing.T) {$/;"	f
 18208  TestRunParallel	./testing/benchmark_test.go	/^func TestRunParallel(t *testing.T) {$/;"	f
 18209  TestRunParallelFail	./testing/benchmark_test.go	/^func TestRunParallelFail(t *testing.T) {$/;"	f
 18210  TestRuneCount	./unicode/utf8/utf8_test.go	/^func TestRuneCount(t *testing.T) {$/;"	f
 18211  TestRuneIO	./bytes/buffer_test.go	/^func TestRuneIO(t *testing.T) {$/;"	f
 18212  TestRuneLen	./unicode/utf8/utf8_test.go	/^func TestRuneLen(t *testing.T) {$/;"	f
 18213  TestRunes	./bytes/bytes_test.go	/^func TestRunes(t *testing.T) {$/;"	f
 18214  TestRunes	./strings/strings_test.go	/^func TestRunes(t *testing.T) {$/;"	f
 18215  TestSCMCredentials	./syscall/creds_test.go	/^func TestSCMCredentials(t *testing.T) {$/;"	f
 18216  TestSCTHandshake	./crypto/tls/handshake_server_test.go	/^func TestSCTHandshake(t *testing.T) {$/;"	f
 18217  TestSameFile	./os/os_test.go	/^func TestSameFile(t *testing.T) {$/;"	f
 18218  TestSameWindowsFile	./os/os_windows_test.go	/^func TestSameWindowsFile(t *testing.T) {$/;"	f
 18219  TestSboxes	./crypto/aes/aes_test.go	/^func TestSboxes(t *testing.T) {$/;"	f
 18220  TestScalarDecInstructions	./encoding/gob/codec_test.go	/^func TestScalarDecInstructions(t *testing.T) {$/;"	f
 18221  TestScalarEncInstructions	./encoding/gob/codec_test.go	/^func TestScalarEncInstructions(t *testing.T) {$/;"	f
 18222  TestScan	./cmd/compile/internal/big/intconv_test.go	/^func TestScan(t *testing.T) {$/;"	f
 18223  TestScan	./fmt/scan_test.go	/^func TestScan(t *testing.T) {$/;"	f
 18224  TestScan	./go/scanner/scanner_test.go	/^func TestScan(t *testing.T) {$/;"	f
 18225  TestScan	./math/big/intconv_test.go	/^func TestScan(t *testing.T) {$/;"	f
 18226  TestScan	./text/scanner/scanner_test.go	/^func TestScan(t *testing.T) {$/;"	f
 18227  TestScanBase	./cmd/compile/internal/big/natconv_test.go	/^func TestScanBase(t *testing.T) {$/;"	f
 18228  TestScanBase	./math/big/natconv_test.go	/^func TestScanBase(t *testing.T) {$/;"	f
 18229  TestScanByte	./bufio/scan_test.go	/^func TestScanByte(t *testing.T) {$/;"	f
 18230  TestScanCustomIdent	./text/scanner/scanner_test.go	/^func TestScanCustomIdent(t *testing.T) {$/;"	f
 18231  TestScanEOFHandling	./text/scanner/scanner_test.go	/^func TestScanEOFHandling(t *testing.T) {$/;"	f
 18232  TestScanEmpty	./fmt/scan_test.go	/^func TestScanEmpty(t *testing.T) {$/;"	f
 18233  TestScanErrors	./go/scanner/scanner_test.go	/^func TestScanErrors(t *testing.T) {$/;"	f
 18234  TestScanInts	./fmt/scan_test.go	/^func TestScanInts(t *testing.T) {$/;"	f
 18235  TestScanLineEmptyFinalLine	./bufio/scan_test.go	/^func TestScanLineEmptyFinalLine(t *testing.T) {$/;"	f
 18236  TestScanLineEmptyFinalLineWithCR	./bufio/scan_test.go	/^func TestScanLineEmptyFinalLineWithCR(t *testing.T) {$/;"	f
 18237  TestScanLineNoNewline	./bufio/scan_test.go	/^func TestScanLineNoNewline(t *testing.T) {$/;"	f
 18238  TestScanLineReturnButNoNewline	./bufio/scan_test.go	/^func TestScanLineReturnButNoNewline(t *testing.T) {$/;"	f
 18239  TestScanLineTooLong	./bufio/scan_test.go	/^func TestScanLineTooLong(t *testing.T) {$/;"	f
 18240  TestScanLongLines	./bufio/scan_test.go	/^func TestScanLongLines(t *testing.T) {$/;"	f
 18241  TestScanMultiple	./fmt/scan_test.go	/^func TestScanMultiple(t *testing.T) {$/;"	f
 18242  TestScanNewlinesAreSpaces	./fmt/scan_test.go	/^func TestScanNewlinesAreSpaces(t *testing.T) {$/;"	f
 18243  TestScanNext	./text/scanner/scanner_test.go	/^func TestScanNext(t *testing.T) {$/;"	f
 18244  TestScanNotPointer	./fmt/scan_test.go	/^func TestScanNotPointer(t *testing.T) {$/;"	f
 18245  TestScanOverflow	./fmt/scan_test.go	/^func TestScanOverflow(t *testing.T) {$/;"	f
 18246  TestScanPi	./cmd/compile/internal/big/natconv_test.go	/^func TestScanPi(t *testing.T) {$/;"	f
 18247  TestScanPi	./math/big/natconv_test.go	/^func TestScanPi(t *testing.T) {$/;"	f
 18248  TestScanPiParallel	./cmd/compile/internal/big/natconv_test.go	/^func TestScanPiParallel(t *testing.T) {$/;"	f
 18249  TestScanPiParallel	./math/big/natconv_test.go	/^func TestScanPiParallel(t *testing.T) {$/;"	f
 18250  TestScanRune	./bufio/scan_test.go	/^func TestScanRune(t *testing.T) {$/;"	f
 18251  TestScanSelectedMask	./text/scanner/scanner_test.go	/^func TestScanSelectedMask(t *testing.T) {$/;"	f
 18252  TestScanStateCount	./fmt/scan_test.go	/^func TestScanStateCount(t *testing.T) {$/;"	f
 18253  TestScanWhitespace	./text/scanner/scanner_test.go	/^func TestScanWhitespace(t *testing.T) {$/;"	f
 18254  TestScanWords	./bufio/scan_test.go	/^func TestScanWords(t *testing.T) {$/;"	f
 18255  TestScanWordsExcessiveWhiteSpace	./bufio/scan_test.go	/^func TestScanWordsExcessiveWhiteSpace(t *testing.T) {$/;"	f
 18256  TestScanZeroMode	./text/scanner/scanner_test.go	/^func TestScanZeroMode(t *testing.T) {$/;"	f
 18257  TestScanf	./fmt/scan_test.go	/^func TestScanf(t *testing.T) {$/;"	f
 18258  TestScanfMulti	./fmt/scan_test.go	/^func TestScanfMulti(t *testing.T) {$/;"	f
 18259  TestScanfNewlineMatchFormat	./fmt/scan_test.go	/^func TestScanfNewlineMatchFormat(t *testing.T) {$/;"	f
 18260  TestScanln	./fmt/scan_test.go	/^func TestScanln(t *testing.T) {$/;"	f
 18261  TestScanlnNewlinesTerminate	./fmt/scan_test.go	/^func TestScanlnNewlinesTerminate(t *testing.T) {$/;"	f
 18262  TestScanlnNoNewline	./fmt/scan_test.go	/^func TestScanlnNoNewline(t *testing.T) {$/;"	f
 18263  TestScanlnWithMiddleNewline	./fmt/scan_test.go	/^func TestScanlnWithMiddleNewline(t *testing.T) {$/;"	f
 18264  TestSchedLocalQueue	./runtime/proc_test.go	/^func TestSchedLocalQueue(t *testing.T) {$/;"	f
 18265  TestSchedLocalQueueSteal	./runtime/proc_test.go	/^func TestSchedLocalQueueSteal(t *testing.T) {$/;"	f
 18266  TestScopeLookupParent	./go/types/api_test.go	/^func TestScopeLookupParent(t *testing.T) {$/;"	f
 18267  TestScopesInfo	./go/types/api_test.go	/^func TestScopesInfo(t *testing.T) {$/;"	f
 18268  TestScripts	./unicode/script_test.go	/^func TestScripts(t *testing.T) {$/;"	f
 18269  TestSearch	./sort/search_test.go	/^func TestSearch(t *testing.T) {$/;"	f
 18270  TestSearchEfficiency	./sort/search_test.go	/^func TestSearchEfficiency(t *testing.T) {$/;"	f
 18271  TestSearchExhaustive	./sort/search_test.go	/^func TestSearchExhaustive(t *testing.T) {$/;"	f
 18272  TestSearchWrappers	./sort/search_test.go	/^func TestSearchWrappers(t *testing.T) {$/;"	f
 18273  TestSearchWrappersDontAlloc	./sort/search_test.go	/^func TestSearchWrappersDontAlloc(t *testing.T) {$/;"	f
 18274  TestSecondsToLocalTime	./time/time_test.go	/^func TestSecondsToLocalTime(t *testing.T) {$/;"	f
 18275  TestSecondsToUTC	./time/time_test.go	/^func TestSecondsToUTC(t *testing.T) {$/;"	f
 18276  TestSecondsToUTCAndBack	./time/time_test.go	/^func TestSecondsToUTCAndBack(t *testing.T) {$/;"	f
 18277  TestSectionReader_ReadAt	./io/io_test.go	/^func TestSectionReader_ReadAt(t *testing.T) {$/;"	f
 18278  TestSectionReader_Seek	./io/io_test.go	/^func TestSectionReader_Seek(t *testing.T) {$/;"	f
 18279  TestSectionReader_Size	./io/io_test.go	/^func TestSectionReader_Size(t *testing.T) {$/;"	f
 18280  TestSeek	./os/os_test.go	/^func TestSeek(t *testing.T) {$/;"	f
 18281  TestSeekFailure	./syscall/syscall_unix_test.go	/^func TestSeekFailure(t *testing.T) {$/;"	f
 18282  TestSelect	./reflect/all_test.go	/^func TestSelect(t *testing.T) {$/;"	f
 18283  TestSelectDuplicateChannel	./runtime/chan_test.go	/^func TestSelectDuplicateChannel(t *testing.T) {$/;"	f
 18284  TestSelectStress	./runtime/chan_test.go	/^func TestSelectStress(t *testing.T) {$/;"	f
 18285  TestSelectTag	./cmd/go/tag_test.go	/^func TestSelectTag(t *testing.T) {$/;"	f
 18286  TestSelection	./go/types/api_test.go	/^func TestSelection(t *testing.T) {$/;"	f
 18287  TestSelf	./go/types/self_test.go	/^func TestSelf(t *testing.T) {$/;"	f
 18288  TestSelfConnect	./net/dial_test.go	/^func TestSelfConnect(t *testing.T) {$/;"	f
 18289  TestSelfSelect	./runtime/chan_test.go	/^func TestSelfSelect(t *testing.T) {$/;"	f
 18290  TestSemaphore	./sync/mutex_test.go	/^func TestSemaphore(t *testing.T) {$/;"	f
 18291  TestSemiWeakKeyPairs	./crypto/des/des_test.go	/^func TestSemiWeakKeyPairs(t *testing.T) {$/;"	f
 18292  TestSemis	./go/scanner/scanner_test.go	/^func TestSemis(t *testing.T) {$/;"	f
 18293  TestSendDeadlock	./net/rpc/server_test.go	/^func TestSendDeadlock(t *testing.T) {$/;"	f
 18294  TestSendMail	./net/smtp/smtp_test.go	/^func TestSendMail(t *testing.T) {$/;"	f
 18295  TestSequencing	./unicode/utf8/utf8_test.go	/^func TestSequencing(t *testing.T) {$/;"	f
 18296  TestSequentialDecoder	./encoding/gob/encoder_test.go	/^func TestSequentialDecoder(t *testing.T) {$/;"	f
 18297  TestSerialization	./go/token/serialize_test.go	/^func TestSerialization(t *testing.T) {$/;"	f
 18298  TestServeContent	./net/http/fs_test.go	/^func TestServeContent(t *testing.T) {$/;"	f
 18299  TestServeContentErrorMessages	./net/http/fs_test.go	/^func TestServeContentErrorMessages(t *testing.T) {$/;"	f
 18300  TestServeFile	./net/http/fs_test.go	/^func TestServeFile(t *testing.T) {$/;"	f
 18301  TestServeFileContentType	./net/http/fs_test.go	/^func TestServeFileContentType(t *testing.T) {$/;"	f
 18302  TestServeFileFromCWD	./net/http/fs_test.go	/^func TestServeFileFromCWD(t *testing.T) {$/;"	f
 18303  TestServeFileMimeType	./net/http/fs_test.go	/^func TestServeFileMimeType(t *testing.T) {$/;"	f
 18304  TestServeFileWithContentEncoding	./net/http/fs_test.go	/^func TestServeFileWithContentEncoding(t *testing.T) {$/;"	f
 18305  TestServeHTTP10Close	./net/http/serve_test.go	/^func TestServeHTTP10Close(t *testing.T) {$/;"	f
 18306  TestServeIndexHtml	./net/http/fs_test.go	/^func TestServeIndexHtml(t *testing.T) {$/;"	f
 18307  TestServeMuxHandler	./net/http/serve_test.go	/^func TestServeMuxHandler(t *testing.T) {$/;"	f
 18308  TestServeMuxHandlerRedirects	./net/http/serve_test.go	/^func TestServeMuxHandlerRedirects(t *testing.T) {$/;"	f
 18309  TestServeRequest	./net/rpc/server_test.go	/^func TestServeRequest(t *testing.T) {$/;"	f
 18310  TestServer	./net/http/httptest/server_test.go	/^func TestServer(t *testing.T) {$/;"	f
 18311  TestServer	./net/rpc/jsonrpc/all_test.go	/^func TestServer(t *testing.T) {$/;"	f
 18312  TestServerBufferedChunking	./net/http/serve_test.go	/^func TestServerBufferedChunking(t *testing.T) {$/;"	f
 18313  TestServerConnState	./net/http/serve_test.go	/^func TestServerConnState(t *testing.T) {$/;"	f
 18314  TestServerConnStateNew	./net/http/serve_test.go	/^func TestServerConnStateNew(t *testing.T) {$/;"	f
 18315  TestServerContentType	./net/http/sniff_test.go	/^func TestServerContentType(t *testing.T) {$/;"	f
 18316  TestServerEmptyBodyRace	./net/http/serve_test.go	/^func TestServerEmptyBodyRace(t *testing.T) {$/;"	f
 18317  TestServerEmptyMessage	./net/rpc/jsonrpc/all_test.go	/^func TestServerEmptyMessage(t *testing.T) {$/;"	f
 18318  TestServerErrorHasNullResult	./net/rpc/jsonrpc/all_test.go	/^func TestServerErrorHasNullResult(t *testing.T) {$/;"	f
 18319  TestServerExpect	./net/http/serve_test.go	/^func TestServerExpect(t *testing.T) {$/;"	f
 18320  TestServerFlushAndHijack	./net/http/serve_test.go	/^func TestServerFlushAndHijack(t *testing.T) {$/;"	f
 18321  TestServerGracefulClose	./net/http/serve_test.go	/^func TestServerGracefulClose(t *testing.T) {$/;"	f
 18322  TestServerIssue5953	./net/http/sniff_test.go	/^func TestServerIssue5953(t *testing.T) {$/;"	f
 18323  TestServerKeepAliveAfterWriteError	./net/http/serve_test.go	/^func TestServerKeepAliveAfterWriteError(t *testing.T) {$/;"	f
 18324  TestServerKeepAlivesEnabled	./net/http/serve_test.go	/^func TestServerKeepAlivesEnabled(t *testing.T) {$/;"	f
 18325  TestServerNoContentType	./net/http/serve_test.go	/^func TestServerNoContentType(t *testing.T) { testServerNoHeader(t, "Content-Type") }$/;"	f
 18326  TestServerNoDate	./net/http/serve_test.go	/^func TestServerNoDate(t *testing.T)        { testServerNoHeader(t, "Date") }$/;"	f
 18327  TestServerNoParams	./net/rpc/jsonrpc/all_test.go	/^func TestServerNoParams(t *testing.T) {$/;"	f
 18328  TestServerReaderFromOrder	./net/http/serve_test.go	/^func TestServerReaderFromOrder(t *testing.T) {$/;"	f
 18329  TestServerTimeouts	./net/http/serve_test.go	/^func TestServerTimeouts(t *testing.T) {$/;"	f
 18330  TestServerUnreadRequestBodyLarge	./net/http/serve_test.go	/^func TestServerUnreadRequestBodyLarge(t *testing.T) {$/;"	f
 18331  TestServerUnreadRequestBodyLittle	./net/http/serve_test.go	/^func TestServerUnreadRequestBodyLittle(t *testing.T) {$/;"	f
 18332  TestSet	./cmd/compile/internal/big/nat_test.go	/^func TestSet(t *testing.T) {$/;"	f
 18333  TestSet	./encoding/asn1/asn1_test.go	/^type TestSet struct {$/;"	t
 18334  TestSet	./math/big/nat_test.go	/^func TestSet(t *testing.T) {$/;"	f
 18335  TestSet	./reflect/all_test.go	/^func TestSet(t *testing.T) {$/;"	f
 18336  TestSetBasicAuth	./net/http/request_test.go	/^func TestSetBasicAuth(t *testing.T) {$/;"	f
 18337  TestSetBytes	./cmd/compile/internal/big/int_test.go	/^func TestSetBytes(t *testing.T) {$/;"	f
 18338  TestSetBytes	./math/big/int_test.go	/^func TestSetBytes(t *testing.T) {$/;"	f
 18339  TestSetBytes	./reflect/all_test.go	/^func TestSetBytes(t *testing.T) {$/;"	f
 18340  TestSetCookie	./net/http/cookie_test.go	/^func TestSetCookie(t *testing.T) {$/;"	f
 18341  TestSetCookieDoubleQuotes	./net/http/cookie_test.go	/^func TestSetCookieDoubleQuotes(t *testing.T) {$/;"	f
 18342  TestSetFloat64NonFinite	./cmd/compile/internal/big/rat_test.go	/^func TestSetFloat64NonFinite(t *testing.T) {$/;"	f
 18343  TestSetFloat64NonFinite	./math/big/rat_test.go	/^func TestSetFloat64NonFinite(t *testing.T) {$/;"	f
 18344  TestSetGCPercent	./runtime/debug/garbage_test.go	/^func TestSetGCPercent(t *testing.T) {$/;"	f
 18345  TestSetLenCap	./reflect/all_test.go	/^func TestSetLenCap(t *testing.T) {$/;"	f
 18346  TestSetOutput	./flag/flag_test.go	/^func TestSetOutput(t *testing.T) {$/;"	f
 18347  TestSetPanicOnFault	./runtime/runtime_test.go	/^func TestSetPanicOnFault(t *testing.T) {$/;"	f
 18348  TestSetString	./cmd/compile/internal/big/intconv_test.go	/^func TestSetString(t *testing.T) {$/;"	f
 18349  TestSetString	./math/big/intconv_test.go	/^func TestSetString(t *testing.T) {$/;"	f
 18350  TestSetValue	./reflect/all_test.go	/^func TestSetValue(t *testing.T) {$/;"	f
 18351  TestSetZ	./cmd/compile/internal/big/int_test.go	/^func TestSetZ(t *testing.T) {$/;"	f
 18352  TestSetZ	./math/big/int_test.go	/^func TestSetZ(t *testing.T) {$/;"	f
 18353  TestSetenvUnixEinval	./os/env_unix_test.go	/^func TestSetenvUnixEinval(t *testing.T) {$/;"	f
 18354  TestSetpgid	./syscall/exec_unix_test.go	/^func TestSetpgid(t *testing.T) {$/;"	f
 18355  TestSetsRemoteAddr	./net/http/serve_test.go	/^func TestSetsRemoteAddr(t *testing.T) {$/;"	f
 18356  TestShadowingLogic	./cmd/go/go_test.go	/^func TestShadowingLogic(t *testing.T) {$/;"	f
 18357  TestShiftLeft	./cmd/compile/internal/big/nat_test.go	/^func TestShiftLeft(t *testing.T) {$/;"	f
 18358  TestShiftLeft	./math/big/nat_test.go	/^func TestShiftLeft(t *testing.T) {$/;"	f
 18359  TestShiftRight	./cmd/compile/internal/big/nat_test.go	/^func TestShiftRight(t *testing.T) {$/;"	f
 18360  TestShiftRight	./math/big/nat_test.go	/^func TestShiftRight(t *testing.T) {$/;"	f
 18361  TestShortBlocks	./crypto/aes/aes_test.go	/^func TestShortBlocks(t *testing.T) {$/;"	f
 18362  TestShortSessionKey	./crypto/rsa/pkcs1v15_test.go	/^func TestShortSessionKey(t *testing.T) {$/;"	f
 18363  TestShouldEscape	./net/url/url_test.go	/^func TestShouldEscape(t *testing.T) {$/;"	f
 18364  TestShrinkStackDuringBlockedSend	./runtime/chan_test.go	/^func TestShrinkStackDuringBlockedSend(t *testing.T) {$/;"	f
 18365  TestShutdown	./text/template/parse/lex_test.go	/^func TestShutdown(t *testing.T) {$/;"	f
 18366  TestSideEffectOrder	./runtime/append_test.go	/^func TestSideEffectOrder(t *testing.T) {$/;"	f
 18367  TestSignAndVerify	./crypto/dsa/dsa_test.go	/^func TestSignAndVerify(t *testing.T) {$/;"	f
 18368  TestSignAndVerify	./crypto/ecdsa/ecdsa_test.go	/^func TestSignAndVerify(t *testing.T) {$/;"	f
 18369  TestSignPKCS1v15	./crypto/rsa/pkcs1v15_test.go	/^func TestSignPKCS1v15(t *testing.T) {$/;"	f
 18370  TestSignZ	./cmd/compile/internal/big/int_test.go	/^func TestSignZ(t *testing.T) {$/;"	f
 18371  TestSignZ	./math/big/int_test.go	/^func TestSignZ(t *testing.T) {$/;"	f
 18372  TestSignal	./os/signal/signal_plan9_test.go	/^func TestSignal(t *testing.T) {$/;"	f
 18373  TestSignal	./os/signal/signal_test.go	/^func TestSignal(t *testing.T) {$/;"	f
 18374  TestSignbit	./math/all_test.go	/^func TestSignbit(t *testing.T) {$/;"	f
 18375  TestSimpleDeadlock	./runtime/crash_test.go	/^func TestSimpleDeadlock(t *testing.T) {$/;"	f
 18376  TestSimpleError	./crypto/tls/handshake_server_test.go	/^func TestSimpleError(t *testing.T) {$/;"	f
 18377  TestSimpleFold	./unicode/letter_test.go	/^func TestSimpleFold(t *testing.T) {$/;"	f
 18378  TestSimpleUseOfEncodeToken	./encoding/xml/marshal_test.go	/^func TestSimpleUseOfEncodeToken(t *testing.T) {$/;"	f
 18379  TestSimplify	./regexp/syntax/simplify_test.go	/^func TestSimplify(t *testing.T) {$/;"	f
 18380  TestSimultaneousQueries	./database/sql/sql_test.go	/^func TestSimultaneousQueries(t *testing.T) {$/;"	f
 18381  TestSin	./math/all_test.go	/^func TestSin(t *testing.T) {$/;"	f
 18382  TestSin	./math/cmplx/cmath_test.go	/^func TestSin(t *testing.T) {$/;"	f
 18383  TestSincos	./math/all_test.go	/^func TestSincos(t *testing.T) {$/;"	f
 18384  TestSingleBucketMapStringKeys_DupLen	./runtime/map_test.go	/^func TestSingleBucketMapStringKeys_DupLen(t *testing.T) {$/;"	f
 18385  TestSingleBucketMapStringKeys_NoDupLen	./runtime/map_test.go	/^func TestSingleBucketMapStringKeys_NoDupLen(t *testing.T) {$/;"	f
 18386  TestSingleOpenConn	./database/sql/sql_test.go	/^func TestSingleOpenConn(t *testing.T) {$/;"	f
 18387  TestSingletons	./encoding/gob/encoder_test.go	/^func TestSingletons(t *testing.T) {$/;"	f
 18388  TestSinh	./math/all_test.go	/^func TestSinh(t *testing.T) {$/;"	f
 18389  TestSinh	./math/cmplx/cmath_test.go	/^func TestSinh(t *testing.T) {$/;"	f
 18390  TestSize	./crypto/sha1/sha1_test.go	/^func TestSize(t *testing.T) {$/;"	f
 18391  TestSize	./crypto/sha256/sha256_test.go	/^func TestSize(t *testing.T) {$/;"	f
 18392  TestSize	./crypto/sha512/sha512_test.go	/^func TestSize(t *testing.T) {$/;"	f
 18393  TestSize	./net/http/fcgi/fcgi_test.go	/^func TestSize(t *testing.T) {$/;"	f
 18394  TestSkipArrayObjects	./encoding/json/decode_test.go	/^func TestSkipArrayObjects(t *testing.T) {$/;"	f
 18395  TestSkipCSSSpace	./html/template/css_test.go	/^func TestSkipCSSSpace(t *testing.T) {$/;"	f
 18396  TestSkipInternal	./cmd/api/goapi_test.go	/^func TestSkipInternal(t *testing.T) {$/;"	f
 18397  TestSleep	./os/os_test.go	/^func TestSleep(t *testing.T) {$/;"	f
 18398  TestSleep	./time/sleep_test.go	/^func TestSleep(t *testing.T) {$/;"	f
 18399  TestSleepZeroDeadlock	./time/sleep_test.go	/^func TestSleepZeroDeadlock(t *testing.T) {$/;"	f
 18400  TestSlice	./encoding/gob/encoder_test.go	/^func TestSlice(t *testing.T) {$/;"	f
 18401  TestSlice	./reflect/all_test.go	/^func TestSlice(t *testing.T) {$/;"	f
 18402  TestSlice3	./reflect/all_test.go	/^func TestSlice3(t *testing.T) {$/;"	f
 18403  TestSliceAlias	./testing/quick/quick_test.go	/^type TestSliceAlias []byte$/;"	t
 18404  TestSliceIncompatibility	./encoding/gob/encoder_test.go	/^func TestSliceIncompatibility(t *testing.T) {$/;"	f
 18405  TestSliceOf	./reflect/all_test.go	/^func TestSliceOf(t *testing.T) {$/;"	f
 18406  TestSliceOfGC	./reflect/all_test.go	/^func TestSliceOfGC(t *testing.T) {$/;"	f
 18407  TestSliceOverflow	./reflect/all_test.go	/^func TestSliceOverflow(t *testing.T) {$/;"	f
 18408  TestSlicePrinter	./fmt/fmt_test.go	/^func TestSlicePrinter(t *testing.T) {$/;"	f
 18409  TestSliceReusesMemory	./encoding/gob/encoder_test.go	/^func TestSliceReusesMemory(t *testing.T) {$/;"	f
 18410  TestSliceRoundTrip	./encoding/binary/binary_test.go	/^func TestSliceRoundTrip(t *testing.T) {$/;"	f
 18411  TestSliceType	./encoding/gob/type_test.go	/^func TestSliceType(t *testing.T) {$/;"	f
 18412  TestSmallLitWidth	./compress/lzw/writer_test.go	/^func TestSmallLitWidth(t *testing.T) {$/;"	f
 18413  TestSmallNegativeInt	./reflect/all_test.go	/^func TestSmallNegativeInt(t *testing.T) {$/;"	f
 18414  TestSmhasherAppendedZeros	./runtime/hash_test.go	/^func TestSmhasherAppendedZeros(t *testing.T) {$/;"	f
 18415  TestSmhasherAvalanche	./runtime/hash_test.go	/^func TestSmhasherAvalanche(t *testing.T) {$/;"	f
 18416  TestSmhasherCyclic	./runtime/hash_test.go	/^func TestSmhasherCyclic(t *testing.T) {$/;"	f
 18417  TestSmhasherPermutation	./runtime/hash_test.go	/^func TestSmhasherPermutation(t *testing.T) {$/;"	f
 18418  TestSmhasherSanity	./runtime/hash_test.go	/^func TestSmhasherSanity(t *testing.T) {$/;"	f
 18419  TestSmhasherSeed	./runtime/hash_test.go	/^func TestSmhasherSeed(t *testing.T) {$/;"	f
 18420  TestSmhasherSmallKeys	./runtime/hash_test.go	/^func TestSmhasherSmallKeys(t *testing.T) {$/;"	f
 18421  TestSmhasherSparse	./runtime/hash_test.go	/^func TestSmhasherSparse(t *testing.T) {$/;"	f
 18422  TestSmhasherText	./runtime/hash_test.go	/^func TestSmhasherText(t *testing.T) {$/;"	f
 18423  TestSmhasherTwoNonzero	./runtime/hash_test.go	/^func TestSmhasherTwoNonzero(t *testing.T) {$/;"	f
 18424  TestSmhasherWindowed	./runtime/hash_test.go	/^func TestSmhasherWindowed(t *testing.T) {$/;"	f
 18425  TestSmhasherZeros	./runtime/hash_test.go	/^func TestSmhasherZeros(t *testing.T) {$/;"	f
 18426  TestSniffWriteSize	./net/http/sniff_test.go	/^func TestSniffWriteSize(t *testing.T) {$/;"	f
 18427  TestSocket	./net/internal/socktest/main_test.go	/^func TestSocket(t *testing.T) {$/;"	f
 18428  TestSortBM	./sort/sort_test.go	/^func TestSortBM(t *testing.T) {$/;"	f
 18429  TestSortByRFC6724	./net/addrselect_test.go	/^func TestSortByRFC6724(t *testing.T) {$/;"	f
 18430  TestSortFloat64Slice	./sort/sort_test.go	/^func TestSortFloat64Slice(t *testing.T) {$/;"	f
 18431  TestSortIntSlice	./sort/sort_test.go	/^func TestSortIntSlice(t *testing.T) {$/;"	f
 18432  TestSortLarge_Random	./sort/sort_test.go	/^func TestSortLarge_Random(t *testing.T) {$/;"	f
 18433  TestSortStringSlice	./sort/sort_test.go	/^func TestSortStringSlice(t *testing.T) {$/;"	f
 18434  TestSource	./go/format/format_test.go	/^func TestSource(t *testing.T) {$/;"	f
 18435  TestSourceFileNameOrderPreserved	./cmd/go/go_test.go	/^func TestSourceFileNameOrderPreserved(t *testing.T) {$/;"	f
 18436  TestSourcePos	./go/printer/printer_test.go	/^func TestSourcePos(t *testing.T) {$/;"	f
 18437  TestSpace	./bufio/scan_test.go	/^func TestSpace(t *testing.T) {$/;"	f
 18438  TestSparseEndToEnd	./archive/tar/reader_test.go	/^func TestSparseEndToEnd(t *testing.T) {$/;"	f
 18439  TestSparseFileReader	./archive/tar/reader_test.go	/^func TestSparseFileReader(t *testing.T) {$/;"	f
 18440  TestSparseIncrementalRead	./archive/tar/reader_test.go	/^func TestSparseIncrementalRead(t *testing.T) {$/;"	f
 18441  TestSpecialCase	./strings/strings_test.go	/^func TestSpecialCase(t *testing.T) {$/;"	f
 18442  TestSpecialDomainName	./net/dnsclient_unix_test.go	/^func TestSpecialDomainName(t *testing.T) {$/;"	f
 18443  TestSplit	./bytes/bytes_test.go	/^func TestSplit(t *testing.T) {$/;"	f
 18444  TestSplit	./path/filepath/path_test.go	/^func TestSplit(t *testing.T) {$/;"	f
 18445  TestSplit	./path/path_test.go	/^func TestSplit(t *testing.T) {$/;"	f
 18446  TestSplit	./regexp/all_test.go	/^func TestSplit(t *testing.T) {$/;"	f
 18447  TestSplit	./strings/strings_test.go	/^func TestSplit(t *testing.T) {$/;"	f
 18448  TestSplitAfter	./bytes/bytes_test.go	/^func TestSplitAfter(t *testing.T) {$/;"	f
 18449  TestSplitAfter	./strings/strings_test.go	/^func TestSplitAfter(t *testing.T) {$/;"	f
 18450  TestSplitError	./bufio/scan_test.go	/^func TestSplitError(t *testing.T) {$/;"	f
 18451  TestSplitHostPort	./net/ip_test.go	/^func TestSplitHostPort(t *testing.T) {$/;"	f
 18452  TestSplitList	./path/filepath/path_test.go	/^func TestSplitList(t *testing.T) {$/;"	f
 18453  TestSplitPreMasterSecret	./crypto/tls/prf_test.go	/^func TestSplitPreMasterSecret(t *testing.T) {$/;"	f
 18454  TestSprintf	./fmt/fmt_test.go	/^func TestSprintf(t *testing.T) {$/;"	f
 18455  TestSpuriousENOTAVAIL	./net/error_posix_test.go	/^func TestSpuriousENOTAVAIL(t *testing.T) {$/;"	f
 18456  TestSqrt	./math/all_test.go	/^func TestSqrt(t *testing.T) {$/;"	f
 18457  TestSqrt	./math/cmplx/cmath_test.go	/^func TestSqrt(t *testing.T) {$/;"	f
 18458  TestSqrt	./runtime/sqrt_test.go	/^func TestSqrt(t *testing.T) {$/;"	f
 18459  TestStability	./sort/sort_test.go	/^func TestStability(t *testing.T) {$/;"	f
 18460  TestStableBM	./sort/sort_test.go	/^func TestStableBM(t *testing.T) {$/;"	f
 18461  TestStableInts	./sort/sort_test.go	/^func TestStableInts(t *testing.T) {$/;"	f
 18462  TestStack	./runtime/debug/stack_test.go	/^func TestStack(t *testing.T) {$/;"	f
 18463  TestStackAllOutput	./runtime/stack_test.go	/^func TestStackAllOutput(t *testing.T) {$/;"	f
 18464  TestStackCache	./runtime/stack_test.go	/^func TestStackCache(t *testing.T) {$/;"	f
 18465  TestStackGrowth	./runtime/stack_test.go	/^func TestStackGrowth(t *testing.T) {$/;"	f
 18466  TestStackGrowthCallback	./runtime/stack_test.go	/^func TestStackGrowthCallback(t *testing.T) {$/;"	f
 18467  TestStackMem	./runtime/stack_test.go	/^func TestStackMem(t *testing.T) {$/;"	f
 18468  TestStackOutput	./runtime/stack_test.go	/^func TestStackOutput(t *testing.T) {$/;"	f
 18469  TestStackOverflow	./runtime/crash_test.go	/^func TestStackOverflow(t *testing.T) {$/;"	f
 18470  TestStackPanic	./runtime/stack_test.go	/^func TestStackPanic(t *testing.T) {$/;"	f
 18471  TestStandardExponentialValues	./math/rand/rand_test.go	/^func TestStandardExponentialValues(t *testing.T) {$/;"	f
 18472  TestStandardNormalValues	./math/rand/rand_test.go	/^func TestStandardNormalValues(t *testing.T) {$/;"	f
 18473  TestStarRequest	./net/http/request_test.go	/^func TestStarRequest(t *testing.T) {$/;"	f
 18474  TestStarRequest	./net/url/url_test.go	/^func TestStarRequest(t *testing.T) {$/;"	f
 18475  TestStartProcess	./os/os_test.go	/^func TestStartProcess(t *testing.T) {$/;"	f
 18476  TestStartProcessAttr	./os/os_windows_test.go	/^func TestStartProcessAttr(t *testing.T) {$/;"	f
 18477  TestStat	./os/os_test.go	/^func TestStat(t *testing.T) {$/;"	f
 18478  TestStatDirModeExec	./os/os_test.go	/^func TestStatDirModeExec(t *testing.T) {$/;"	f
 18479  TestStatDirWithTrailingSlash	./os/os_test.go	/^func TestStatDirWithTrailingSlash(t *testing.T) {$/;"	f
 18480  TestStatJunctionLink	./os/os_windows_test.go	/^func TestStatJunctionLink(t *testing.T) {$/;"	f
 18481  TestStatementErrorAfterClose	./database/sql/sql_test.go	/^func TestStatementErrorAfterClose(t *testing.T) {$/;"	f
 18482  TestStatementQueryRow	./database/sql/sql_test.go	/^func TestStatementQueryRow(t *testing.T) {$/;"	f
 18483  TestStatementQueryRowConcurrent	./database/sql/sql_test.go	/^func TestStatementQueryRowConcurrent(t *testing.T) {$/;"	f
 18484  TestStats	./database/sql/sql_test.go	/^func TestStats(t *testing.T) {$/;"	f
 18485  TestStdCall	./runtime/syscall_windows_test.go	/^func TestStdCall(t *testing.T) {$/;"	f
 18486  TestStdErrorHander	./go/scanner/scanner_test.go	/^func TestStdErrorHander(t *testing.T) {$/;"	f
 18487  TestStdFixed	./go/types/stdlib_test.go	/^func TestStdFixed(t *testing.T) {$/;"	f
 18488  TestStdKen	./go/types/stdlib_test.go	/^func TestStdKen(t *testing.T) {$/;"	f
 18489  TestStdTest	./go/types/stdlib_test.go	/^func TestStdTest(t *testing.T) {$/;"	f
 18490  TestStdcallAndCDeclCallbacks	./runtime/syscall_windows_test.go	/^func TestStdcallAndCDeclCallbacks(t *testing.T) {$/;"	f
 18491  TestStdinClose	./os/exec/exec_test.go	/^func TestStdinClose(t *testing.T) {$/;"	f
 18492  TestStdlib	./go/types/stdlib_test.go	/^func TestStdlib(t *testing.T) {$/;"	f
 18493  TestSticky	./cmd/compile/internal/big/nat_test.go	/^func TestSticky(t *testing.T) {$/;"	f
 18494  TestSticky	./math/big/nat_test.go	/^func TestSticky(t *testing.T) {$/;"	f
 18495  TestStmtCloseDeps	./database/sql/sql_test.go	/^func TestStmtCloseDeps(t *testing.T) {$/;"	f
 18496  TestStmtCloseOrder	./database/sql/sql_test.go	/^func TestStmtCloseOrder(t *testing.T) {$/;"	f
 18497  TestStmtLists	./go/printer/printer_test.go	/^func TestStmtLists(t *testing.T) {$/;"	f
 18498  TestStop	./os/signal/signal_plan9_test.go	/^func TestStop(t *testing.T) {$/;"	f
 18499  TestStop	./os/signal/signal_test.go	/^func TestStop(t *testing.T) {$/;"	f
 18500  TestStopCPUProfilingWithProfilerOff	./runtime/runtime_test.go	/^func TestStopCPUProfilingWithProfilerOff(t *testing.T) {$/;"	f
 18501  TestStopTheWorldDeadlock	./runtime/proc_test.go	/^func TestStopTheWorldDeadlock(t *testing.T) {$/;"	f
 18502  TestStoreInt32	./sync/atomic/atomic_test.go	/^func TestStoreInt32(t *testing.T) {$/;"	f
 18503  TestStoreInt64	./sync/atomic/atomic_test.go	/^func TestStoreInt64(t *testing.T) {$/;"	f
 18504  TestStoreLoadRelAcq32	./sync/atomic/atomic_test.go	/^func TestStoreLoadRelAcq32(t *testing.T) {$/;"	f
 18505  TestStoreLoadRelAcq64	./sync/atomic/atomic_test.go	/^func TestStoreLoadRelAcq64(t *testing.T) {$/;"	f
 18506  TestStoreLoadSeqCst32	./sync/atomic/atomic_test.go	/^func TestStoreLoadSeqCst32(t *testing.T) {$/;"	f
 18507  TestStoreLoadSeqCst64	./sync/atomic/atomic_test.go	/^func TestStoreLoadSeqCst64(t *testing.T) {$/;"	f
 18508  TestStorePointer	./sync/atomic/atomic_test.go	/^func TestStorePointer(t *testing.T) {$/;"	f
 18509  TestStoreUint32	./sync/atomic/atomic_test.go	/^func TestStoreUint32(t *testing.T) {$/;"	f
 18510  TestStoreUint64	./sync/atomic/atomic_test.go	/^func TestStoreUint64(t *testing.T) {$/;"	f
 18511  TestStoreUintptr	./sync/atomic/atomic_test.go	/^func TestStoreUintptr(t *testing.T) {$/;"	f
 18512  TestStreamingGet	./net/http/client_test.go	/^func TestStreamingGet(t *testing.T) {$/;"	f
 18513  TestStreams	./compress/flate/flate_test.go	/^func TestStreams(t *testing.T) {$/;"	f
 18514  TestStreams	./net/http/fcgi/fcgi_test.go	/^func TestStreams(t *testing.T) {$/;"	f
 18515  TestStress	./os/signal/signal_plan9_test.go	/^func TestStress(t *testing.T) {$/;"	f
 18516  TestStress	./os/signal/signal_test.go	/^func TestStress(t *testing.T) {$/;"	f
 18517  TestStressParallel	./encoding/gob/type_test.go	/^func TestStressParallel(t *testing.T) {$/;"	f
 18518  TestStressSurpriseServerCloses	./net/http/transport_test.go	/^func TestStressSurpriseServerCloses(t *testing.T) {$/;"	f
 18519  TestString	./cmd/compile/internal/big/natconv_test.go	/^func TestString(t *testing.T) {$/;"	f
 18520  TestString	./expvar/expvar_test.go	/^func TestString(t *testing.T) {$/;"	f
 18521  TestString	./math/big/natconv_test.go	/^func TestString(t *testing.T) {$/;"	f
 18522  TestStringAlias	./testing/quick/quick_test.go	/^type TestStringAlias string$/;"	t
 18523  TestStringBytes	./encoding/json/encode_test.go	/^func TestStringBytes(t *testing.T) {$/;"	f
 18524  TestStringConcatenationAllocs	./runtime/malloc_test.go	/^func TestStringConcatenationAllocs(t *testing.T) {$/;"	f
 18525  TestStringKind	./encoding/json/decode_test.go	/^func TestStringKind(t *testing.T) {$/;"	f
 18526  TestStringOnStack	./runtime/string_test.go	/^func TestStringOnStack(t *testing.T) {$/;"	f
 18527  TestStringPowers	./cmd/compile/internal/big/natconv_test.go	/^func TestStringPowers(t *testing.T) {$/;"	f
 18528  TestStringPowers	./math/big/natconv_test.go	/^func TestStringPowers(t *testing.T) {$/;"	f
 18529  TestStringSlice	./encoding/asn1/asn1_test.go	/^func TestStringSlice(t *testing.T) {$/;"	f
 18530  TestStringTag	./encoding/json/encode_test.go	/^func TestStringTag(t *testing.T) {$/;"	f
 18531  TestStringW	./runtime/string_test.go	/^func TestStringW(t *testing.T) {$/;"	f
 18532  TestStringer	./fmt/stringer_test.go	/^func TestStringer(t *testing.T) {$/;"	f
 18533  TestStringer	./html/template/content_test.go	/^func TestStringer(t *testing.T) {$/;"	f
 18534  TestStrings	./sort/sort_test.go	/^func TestStrings(t *testing.T) {$/;"	f
 18535  TestStripPrefix	./net/http/serve_test.go	/^func TestStripPrefix(t *testing.T) {$/;"	f
 18536  TestStripTags	./html/template/html_test.go	/^func TestStripTags(t *testing.T) {$/;"	f
 18537  TestStruct	./testing/quick/quick_test.go	/^type TestStruct struct {$/;"	t
 18538  TestStructAlias	./testing/quick/quick_test.go	/^type TestStructAlias TestStruct$/;"	t
 18539  TestStructArg	./reflect/all_test.go	/^func TestStructArg(t *testing.T) {$/;"	f
 18540  TestStructNonStruct	./encoding/gob/encoder_test.go	/^func TestStructNonStruct(t *testing.T) {$/;"	f
 18541  TestStructPointerMarshal	./encoding/xml/marshal_test.go	/^func TestStructPointerMarshal(t *testing.T) {$/;"	f
 18542  TestStructPrinter	./fmt/fmt_test.go	/^func TestStructPrinter(t *testing.T) {$/;"	f
 18543  TestStructTagObjectKey	./encoding/json/tagkey_test.go	/^func TestStructTagObjectKey(t *testing.T) {$/;"	f
 18544  TestStructType	./encoding/gob/type_test.go	/^func TestStructType(t *testing.T) {$/;"	f
 18545  TestSub	./time/time_test.go	/^func TestSub(t *testing.T) {$/;"	f
 18546  TestSubImage	./image/gif/writer_test.go	/^func TestSubImage(t *testing.T) {$/;"	f
 18547  TestSubImage	./image/png/writer_test.go	/^func TestSubImage(t *testing.T) {$/;"	f
 18548  TestSubexp	./regexp/all_test.go	/^func TestSubexp(t *testing.T) {$/;"	f
 18549  TestSubstitutionTableKnownAnswerDecrypt	./crypto/des/des_test.go	/^func TestSubstitutionTableKnownAnswerDecrypt(t *testing.T) {$/;"	f
 18550  TestSubstitutionTableKnownAnswerEncrypt	./crypto/des/des_test.go	/^func TestSubstitutionTableKnownAnswerEncrypt(t *testing.T) {$/;"	f
 18551  TestSumZZ	./cmd/compile/internal/big/int_test.go	/^func TestSumZZ(t *testing.T) {$/;"	f
 18552  TestSumZZ	./math/big/int_test.go	/^func TestSumZZ(t *testing.T) {$/;"	f
 18553  TestSwapInt32	./sync/atomic/atomic_test.go	/^func TestSwapInt32(t *testing.T) {$/;"	f
 18554  TestSwapInt64	./sync/atomic/atomic_test.go	/^func TestSwapInt64(t *testing.T) {$/;"	f
 18555  TestSwapPointer	./sync/atomic/atomic_test.go	/^func TestSwapPointer(t *testing.T) {$/;"	f
 18556  TestSwapUint32	./sync/atomic/atomic_test.go	/^func TestSwapUint32(t *testing.T) {$/;"	f
 18557  TestSwapUint64	./sync/atomic/atomic_test.go	/^func TestSwapUint64(t *testing.T) {$/;"	f
 18558  TestSwapUintptr	./sync/atomic/atomic_test.go	/^func TestSwapUintptr(t *testing.T) {$/;"	f
 18559  TestSwitch	./net/internal/socktest/main_test.go	/^func TestSwitch(t *testing.T) {$/;"	f
 18560  TestSwitchBacktrack	./regexp/all_test.go	/^func TestSwitchBacktrack(t *testing.T) {$/;"	f
 18561  TestSymbols	./debug/elf/symbols_test.go	/^func TestSymbols(t *testing.T) {$/;"	f
 18562  TestSymlink	./os/os_test.go	/^func TestSymlink(t *testing.T) {$/;"	f
 18563  TestSymlinksDoNotConfuseGoList	./cmd/go/go_test.go	/^func TestSymlinksDoNotConfuseGoList(t *testing.T) {$/;"	f
 18564  TestSynopsis	./go/doc/synopsis_test.go	/^func TestSynopsis(t *testing.T) {$/;"	f
 18565  TestSyntax	./encoding/xml/xml_test.go	/^func TestSyntax(t *testing.T) {$/;"	f
 18566  TestSyntaxErrorLineNum	./encoding/xml/xml_test.go	/^func TestSyntaxErrorLineNum(t *testing.T) {$/;"	f
 18567  TestSystemConf	./net/conf_test.go	/^func TestSystemConf(t *testing.T) {$/;"	f
 18568  TestSystemRoots	./crypto/x509/root_darwin_test.go	/^func TestSystemRoots(t *testing.T) {$/;"	f
 18569  TestSystemVerify	./crypto/x509/verify_test.go	/^func TestSystemVerify(t *testing.T) {$/;"	f
 18570  TestTCPClose	./net/rpc/server_test.go	/^func TestTCPClose(t *testing.T) {$/;"	f
 18571  TestTCPConcurrentAccept	./net/tcp_test.go	/^func TestTCPConcurrentAccept(t *testing.T) {$/;"	f
 18572  TestTCPConnSpecificMethods	./net/protoconn_test.go	/^func TestTCPConnSpecificMethods(t *testing.T) {$/;"	f
 18573  TestTCPListener	./net/listen_test.go	/^func TestTCPListener(t *testing.T) {$/;"	f
 18574  TestTCPListenerName	./net/tcp_test.go	/^func TestTCPListenerName(t *testing.T) {$/;"	f
 18575  TestTCPListenerSpecificMethods	./net/protoconn_test.go	/^func TestTCPListenerSpecificMethods(t *testing.T) {$/;"	f
 18576  TestTCPReadWriteAllocs	./net/tcp_test.go	/^func TestTCPReadWriteAllocs(t *testing.T) {$/;"	f
 18577  TestTCPServer	./net/server_test.go	/^func TestTCPServer(t *testing.T) {$/;"	f
 18578  TestTCPStress	./net/tcp_test.go	/^func TestTCPStress(t *testing.T) {$/;"	f
 18579  TestTLS12OnlyCipherSuites	./crypto/tls/handshake_server_test.go	/^func TestTLS12OnlyCipherSuites(t *testing.T) {$/;"	f
 18580  TestTLSClient	./net/smtp/smtp_test.go	/^func TestTLSClient(t *testing.T) {$/;"	f
 18581  TestTLSConnState	./net/smtp/smtp_test.go	/^func TestTLSConnState(t *testing.T) {$/;"	f
 18582  TestTLSHandshakeTimeout	./net/http/serve_test.go	/^func TestTLSHandshakeTimeout(t *testing.T) {$/;"	f
 18583  TestTLSServer	./net/http/serve_test.go	/^func TestTLSServer(t *testing.T) {$/;"	f
 18584  TestTLSServerClosesConnection	./net/http/transport_test.go	/^func TestTLSServerClosesConnection(t *testing.T) {$/;"	f
 18585  TestTLSUniqueMatches	./crypto/tls/tls_test.go	/^func TestTLSUniqueMatches(t *testing.T) {$/;"	f
 18586  TestTableOfContents	./cmd/pack/pack_test.go	/^func TestTableOfContents(t *testing.T) {$/;"	f
 18587  TestTagGet	./reflect/all_test.go	/^func TestTagGet(t *testing.T) {$/;"	f
 18588  TestTagParsing	./encoding/json/tags_test.go	/^func TestTagParsing(t *testing.T) {$/;"	f
 18589  TestTaggedFieldDominates	./encoding/json/encode_test.go	/^func TestTaggedFieldDominates(t *testing.T) {$/;"	f
 18590  TestTags	./cmd/vet/vet_test.go	/^func TestTags(t *testing.T) {$/;"	f
 18591  TestTan	./math/all_test.go	/^func TestTan(t *testing.T) {$/;"	f
 18592  TestTan	./math/cmplx/cmath_test.go	/^func TestTan(t *testing.T) {$/;"	f
 18593  TestTanh	./math/all_test.go	/^func TestTanh(t *testing.T) {$/;"	f
 18594  TestTanh	./math/cmplx/cmath_test.go	/^func TestTanh(t *testing.T) {$/;"	f
 18595  TestTd	./crypto/aes/aes_test.go	/^func TestTd(t *testing.T) {$/;"	f
 18596  TestTe	./crypto/aes/aes_test.go	/^func TestTe(t *testing.T) {$/;"	f
 18597  TestTeardown	./time/tick_test.go	/^func TestTeardown(t *testing.T) {$/;"	f
 18598  TestTeeReader	./io/io_test.go	/^func TestTeeReader(t *testing.T) {$/;"	f
 18599  TestTempDir	./io/ioutil/tempfile_test.go	/^func TestTempDir(t *testing.T) {$/;"	f
 18600  TestTempFile	./io/ioutil/tempfile_test.go	/^func TestTempFile(t *testing.T) {$/;"	f
 18601  TestTemplateLookUp	./text/template/multi_test.go	/^func TestTemplateLookUp(t *testing.T) {$/;"	f
 18602  TestTemplates	./html/template/clone_test.go	/^func TestTemplates(t *testing.T) {$/;"	f
 18603  TestThreadExhaustion	./runtime/crash_test.go	/^func TestThreadExhaustion(t *testing.T) {$/;"	f
 18604  TestThree	./encoding/xml/read_test.go	/^type TestThree struct {$/;"	t
 18605  TestTick	./time/tick_test.go	/^func TestTick(t *testing.T) {$/;"	f
 18606  TestTicker	./time/tick_test.go	/^func TestTicker(t *testing.T) {$/;"	f
 18607  TestTimeConsuming	./testing/testing.go	/^\/\/     func TestTimeConsuming(t *testing.T) {$/;"	f
 18608  TestTimeGob	./time/time_test.go	/^func TestTimeGob(t *testing.T) {$/;"	f
 18609  TestTimeJSON	./time/time_test.go	/^func TestTimeJSON(t *testing.T) {$/;"	f
 18610  TestTimeoutHandler	./net/http/serve_test.go	/^func TestTimeoutHandler(t *testing.T) {$/;"	f
 18611  TestTimeoutHandlerRace	./net/http/serve_test.go	/^func TestTimeoutHandlerRace(t *testing.T) {$/;"	f
 18612  TestTimeoutHandlerRaceHeader	./net/http/serve_test.go	/^func TestTimeoutHandlerRaceHeader(t *testing.T) {$/;"	f
 18613  TestTimerFairness	./runtime/proc_test.go	/^func TestTimerFairness(t *testing.T) {$/;"	f
 18614  TestTimerFairness2	./runtime/proc_test.go	/^func TestTimerFairness2(t *testing.T) {$/;"	f
 18615  TestTimerStopStress	./time/sleep_test.go	/^func TestTimerStopStress(t *testing.T) {$/;"	f
 18616  TestTitle	./bytes/bytes_test.go	/^func TestTitle(t *testing.T) {$/;"	f
 18617  TestTitle	./strings/strings_test.go	/^func TestTitle(t *testing.T) {$/;"	f
 18618  TestTo	./unicode/letter_test.go	/^func TestTo(t *testing.T) {$/;"	f
 18619  TestToEnglishName	./time/zoneinfo_windows_test.go	/^func TestToEnglishName(t *testing.T) {$/;"	f
 18620  TestToFromBig	./crypto/elliptic/p224_test.go	/^func TestToFromBig(t *testing.T) {$/;"	f
 18621  TestToLower	./bytes/bytes_test.go	/^func TestToLower(t *testing.T) { runStringTests(t, ToLower, "ToLower", lowerTests) }$/;"	f
 18622  TestToLower	./strings/strings_test.go	/^func TestToLower(t *testing.T) { runStringTests(t, ToLower, "ToLower", lowerTests) }$/;"	f
 18623  TestToLowerCase	./unicode/letter_test.go	/^func TestToLowerCase(t *testing.T) {$/;"	f
 18624  TestToStringEquivalentParse	./regexp/syntax/parse_test.go	/^func TestToStringEquivalentParse(t *testing.T) {$/;"	f
 18625  TestToText	./go/doc/comment_test.go	/^func TestToText(t *testing.T) {$/;"	f
 18626  TestToTitle	./bytes/bytes_test.go	/^func TestToTitle(t *testing.T) {$/;"	f
 18627  TestToTitleCase	./unicode/letter_test.go	/^func TestToTitleCase(t *testing.T) {$/;"	f
 18628  TestToUpper	./bytes/bytes_test.go	/^func TestToUpper(t *testing.T) { runStringTests(t, ToUpper, "ToUpper", upperTests) }$/;"	f
 18629  TestToUpper	./strings/strings_test.go	/^func TestToUpper(t *testing.T) { runStringTests(t, ToUpper, "ToUpper", upperTests) }$/;"	f
 18630  TestToUpperCase	./unicode/letter_test.go	/^func TestToUpperCase(t *testing.T) {$/;"	f
 18631  TestToken	./encoding/xml/xml_test.go	/^func TestToken(t *testing.T) {$/;"	f
 18632  TestTolerateCRLFBeforeRequestLine	./net/http/serve_test.go	/^func TestTolerateCRLFBeforeRequestLine(t *testing.T) {$/;"	f
 18633  TestTopLevelNilPointer	./encoding/gob/encoder_test.go	/^func TestTopLevelNilPointer(t *testing.T) {$/;"	f
 18634  TestTrace	./runtime/trace/trace_test.go	/^func TestTrace(t *testing.T) {$/;"	f
 18635  TestTraceDoubleStart	./runtime/trace/trace_test.go	/^func TestTraceDoubleStart(t *testing.T) {$/;"	f
 18636  TestTraceFutileWakeup	./runtime/trace/trace_test.go	/^func TestTraceFutileWakeup(t *testing.T) {$/;"	f
 18637  TestTraceStartStop	./runtime/trace/trace_test.go	/^func TestTraceStartStop(t *testing.T) {$/;"	f
 18638  TestTraceStress	./runtime/trace/trace_test.go	/^func TestTraceStress(t *testing.T) {$/;"	f
 18639  TestTraceStressStartStop	./runtime/trace/trace_test.go	/^func TestTraceStressStartStop(t *testing.T) {$/;"	f
 18640  TestTraceSymbolize	./runtime/trace/trace_stack_test.go	/^func TestTraceSymbolize(t *testing.T) {$/;"	f
 18641  TestTrailingRawToken	./encoding/xml/xml_test.go	/^func TestTrailingRawToken(t *testing.T) {$/;"	f
 18642  TestTrailingToken	./encoding/xml/xml_test.go	/^func TestTrailingToken(t *testing.T) {$/;"	f
 18643  TestTrailingZero	./runtime/runtime_test.go	/^func TestTrailingZero(t *testing.T) {$/;"	f
 18644  TestTrailingZeroBits	./cmd/compile/internal/big/nat_test.go	/^func TestTrailingZeroBits(t *testing.T) {$/;"	f
 18645  TestTrailingZeroBits	./math/big/nat_test.go	/^func TestTrailingZeroBits(t *testing.T) {$/;"	f
 18646  TestTransparentIndex	./image/gif/reader_test.go	/^func TestTransparentIndex(t *testing.T) {$/;"	f
 18647  TestTransportAltProto	./net/http/transport_test.go	/^func TestTransportAltProto(t *testing.T) {$/;"	f
 18648  TestTransportAndServerSharedBodyRace	./net/http/serve_test.go	/^func TestTransportAndServerSharedBodyRace(t *testing.T) {$/;"	f
 18649  TestTransportCancelBeforeResponseHeaders	./net/http/transport_test.go	/^func TestTransportCancelBeforeResponseHeaders(t *testing.T) {$/;"	f
 18650  TestTransportCancelRequest	./net/http/transport_test.go	/^func TestTransportCancelRequest(t *testing.T) {$/;"	f
 18651  TestTransportCancelRequestInDial	./net/http/transport_test.go	/^func TestTransportCancelRequestInDial(t *testing.T) {$/;"	f
 18652  TestTransportCloseIdleConnsThenReturn	./net/http/transport_test.go	/^func TestTransportCloseIdleConnsThenReturn(t *testing.T) {$/;"	f
 18653  TestTransportCloseResponseBody	./net/http/transport_test.go	/^func TestTransportCloseResponseBody(t *testing.T) {$/;"	f
 18654  TestTransportClosesBodyOnError	./net/http/transport_test.go	/^func TestTransportClosesBodyOnError(t *testing.T) {$/;"	f
 18655  TestTransportClosesRequestBody	./net/http/transport_test.go	/^func TestTransportClosesRequestBody(t *testing.T) {$/;"	f
 18656  TestTransportConcurrency	./net/http/transport_test.go	/^func TestTransportConcurrency(t *testing.T) {$/;"	f
 18657  TestTransportConnectionCloseOnRequest	./net/http/transport_test.go	/^func TestTransportConnectionCloseOnRequest(t *testing.T) {$/;"	f
 18658  TestTransportConnectionCloseOnRequestDisableKeepAlive	./net/http/transport_test.go	/^func TestTransportConnectionCloseOnRequestDisableKeepAlive(t *testing.T) {$/;"	f
 18659  TestTransportConnectionCloseOnResponse	./net/http/transport_test.go	/^func TestTransportConnectionCloseOnResponse(t *testing.T) {$/;"	f
 18660  TestTransportDialCancelRace	./net/http/transport_test.go	/^func TestTransportDialCancelRace(t *testing.T) {$/;"	f
 18661  TestTransportDialTLS	./net/http/transport_test.go	/^func TestTransportDialTLS(t *testing.T) {$/;"	f
 18662  TestTransportFlushesBodyChunks	./net/http/transport_test.go	/^func TestTransportFlushesBodyChunks(t *testing.T) {$/;"	f
 18663  TestTransportGzip	./net/http/transport_test.go	/^func TestTransportGzip(t *testing.T) {$/;"	f
 18664  TestTransportGzipRecursive	./net/http/transport_test.go	/^func TestTransportGzipRecursive(t *testing.T) {$/;"	f
 18665  TestTransportGzipShort	./net/http/transport_test.go	/^func TestTransportGzipShort(t *testing.T) {$/;"	f
 18666  TestTransportHeadChunkedResponse	./net/http/transport_test.go	/^func TestTransportHeadChunkedResponse(t *testing.T) {$/;"	f
 18667  TestTransportHeadResponses	./net/http/transport_test.go	/^func TestTransportHeadResponses(t *testing.T) {$/;"	f
 18668  TestTransportIdleCacheKeys	./net/http/transport_test.go	/^func TestTransportIdleCacheKeys(t *testing.T) {$/;"	f
 18669  TestTransportIdleConnCrash	./net/http/transport_test.go	/^func TestTransportIdleConnCrash(t *testing.T) {$/;"	f
 18670  TestTransportIssue10457	./net/http/transport_test.go	/^func TestTransportIssue10457(t *testing.T) {$/;"	f
 18671  TestTransportKeepAlives	./net/http/transport_test.go	/^func TestTransportKeepAlives(t *testing.T) {$/;"	f
 18672  TestTransportMaxPerHostIdleConns	./net/http/transport_test.go	/^func TestTransportMaxPerHostIdleConns(t *testing.T) {$/;"	f
 18673  TestTransportNoHost	./net/http/transport_test.go	/^func TestTransportNoHost(t *testing.T) {$/;"	f
 18674  TestTransportNoReuseAfterEarlyResponse	./net/http/transport_test.go	/^func TestTransportNoReuseAfterEarlyResponse(t *testing.T) {$/;"	f
 18675  TestTransportPersistConnLeak	./net/http/transport_test.go	/^func TestTransportPersistConnLeak(t *testing.T) {$/;"	f
 18676  TestTransportPersistConnLeakShortBody	./net/http/transport_test.go	/^func TestTransportPersistConnLeakShortBody(t *testing.T) {$/;"	f
 18677  TestTransportPrefersResponseOverWriteError	./net/http/transport_test.go	/^func TestTransportPrefersResponseOverWriteError(t *testing.T) {$/;"	f
 18678  TestTransportProxy	./net/http/transport_test.go	/^func TestTransportProxy(t *testing.T) {$/;"	f
 18679  TestTransportRangeAndGzip	./net/http/transport_test.go	/^func TestTransportRangeAndGzip(t *testing.T) {$/;"	f
 18680  TestTransportReadToEndReusesConn	./net/http/transport_test.go	/^func TestTransportReadToEndReusesConn(t *testing.T) {$/;"	f
 18681  TestTransportReading100Continue	./net/http/transport_test.go	/^func TestTransportReading100Continue(t *testing.T) {$/;"	f
 18682  TestTransportResponseCancelRace	./net/http/transport_test.go	/^func TestTransportResponseCancelRace(t *testing.T) {$/;"	f
 18683  TestTransportResponseCloseRace	./net/http/transport_test.go	/^func TestTransportResponseCloseRace(t *testing.T) {$/;"	f
 18684  TestTransportResponseHeaderTimeout	./net/http/transport_test.go	/^func TestTransportResponseHeaderTimeout(t *testing.T) {$/;"	f
 18685  TestTransportServerClosingUnexpectedly	./net/http/transport_test.go	/^func TestTransportServerClosingUnexpectedly(t *testing.T) {$/;"	f
 18686  TestTransportSocketLateBinding	./net/http/transport_test.go	/^func TestTransportSocketLateBinding(t *testing.T) {$/;"	f
 18687  TestTransportTLSHandshakeTimeout	./net/http/transport_test.go	/^func TestTransportTLSHandshakeTimeout(t *testing.T) {$/;"	f
 18688  TestTransportUsesTLSConfigServerName	./net/http/client_test.go	/^func TestTransportUsesTLSConfigServerName(t *testing.T) {$/;"	f
 18689  TestTree	./text/template/exec_test.go	/^func TestTree(t *testing.T) {$/;"	f
 18690  TestTrim	./bytes/bytes_test.go	/^func TestTrim(t *testing.T) {$/;"	f
 18691  TestTrim	./strings/strings_test.go	/^func TestTrim(t *testing.T) {$/;"	f
 18692  TestTrimFunc	./bytes/bytes_test.go	/^func TestTrimFunc(t *testing.T) {$/;"	f
 18693  TestTrimFunc	./strings/strings_test.go	/^func TestTrimFunc(t *testing.T) {$/;"	f
 18694  TestTrimSpace	./bytes/bytes_test.go	/^func TestTrimSpace(t *testing.T) { runStringTests(t, TrimSpace, "TrimSpace", trimSpaceTests) }$/;"	f
 18695  TestTrimSpace	./strings/strings_test.go	/^func TestTrimSpace(t *testing.T) { runStringTests(t, TrimSpace, "TrimSpace", trimSpaceTests) }$/;"	f
 18696  TestTrunc	./math/all_test.go	/^func TestTrunc(t *testing.T) {$/;"	f
 18697  TestTruncate	./os/os_test.go	/^func TestTruncate(t *testing.T) {$/;"	f
 18698  TestTruncateRound	./time/time_test.go	/^func TestTruncateRound(t *testing.T) {$/;"	f
 18699  TestTruncatedExplicitTag	./encoding/asn1/asn1_test.go	/^func TestTruncatedExplicitTag(t *testing.T) {$/;"	f
 18700  TestTruncatedSOSDataDoesntPanic	./image/jpeg/reader_test.go	/^func TestTruncatedSOSDataDoesntPanic(t *testing.T) {$/;"	f
 18701  TestTurkishCase	./unicode/letter_test.go	/^func TestTurkishCase(t *testing.T) {$/;"	f
 18702  TestTxErrBadConn	./database/sql/sql_test.go	/^func TestTxErrBadConn(t *testing.T) {$/;"	f
 18703  TestTxPrepare	./database/sql/sql_test.go	/^func TestTxPrepare(t *testing.T) {$/;"	f
 18704  TestTxQuery	./database/sql/sql_test.go	/^func TestTxQuery(t *testing.T) {$/;"	f
 18705  TestTxQueryInvalid	./database/sql/sql_test.go	/^func TestTxQueryInvalid(t *testing.T) {$/;"	f
 18706  TestTxStmt	./database/sql/sql_test.go	/^func TestTxStmt(t *testing.T) {$/;"	f
 18707  TestTypeByExtension	./mime/type_test.go	/^func TestTypeByExtension(t *testing.T) {$/;"	f
 18708  TestTypeByExtensionCase	./mime/type_test.go	/^func TestTypeByExtensionCase(t *testing.T) {$/;"	f
 18709  TestTypeByExtension_LocalData	./mime/type_test.go	/^func TestTypeByExtension_LocalData(t *testing.T) {$/;"	f
 18710  TestTypeOf	./reflect/all_test.go	/^func TestTypeOf(t *testing.T) {$/;"	f
 18711  TestTypeOfTypeOf	./reflect/all_test.go	/^func TestTypeOfTypeOf(t *testing.T) {$/;"	f
 18712  TestTypeParser	./go/internal/gccgoimporter/parser_test.go	/^func TestTypeParser(t *testing.T) {$/;"	f
 18713  TestTypeString	./go/types/typestring_test.go	/^func TestTypeString(t *testing.T) {$/;"	f
 18714  TestTypeToPtrPtrPtrPtrType	./encoding/gob/encoder_test.go	/^func TestTypeToPtrPtrPtrPtrType(t *testing.T) {$/;"	f
 18715  TestTypeToPtrType	./encoding/gob/encoder_test.go	/^func TestTypeToPtrType(t *testing.T) {$/;"	f
 18716  TestTypedContent	./html/template/content_test.go	/^func TestTypedContent(t *testing.T) {$/;"	f
 18717  TestTypedefsELF	./debug/dwarf/type_test.go	/^func TestTypedefsELF(t *testing.T) { testTypedefs(t, elfData(t, "testdata\/typedef.elf"), "elf") }$/;"	f
 18718  TestTypedefsELFDwarf4	./debug/dwarf/type_test.go	/^func TestTypedefsELFDwarf4(t *testing.T) { testTypedefs(t, elfData(t, "testdata\/typedef.elf4"), "elf") }$/;"	f
 18719  TestTypedefsMachO	./debug/dwarf/type_test.go	/^func TestTypedefsMachO(t *testing.T) {$/;"	f
 18720  TestTypelinksSorted	./reflect/all_test.go	/^func TestTypelinksSorted(t *testing.T) {$/;"	f
 18721  TestTypes	./reflect/all_test.go	/^func TestTypes(t *testing.T) {$/;"	f
 18722  TestTypesInfo	./go/types/api_test.go	/^func TestTypesInfo(t *testing.T) {$/;"	f
 18723  TestUDPConnLocalAndRemoteNames	./net/udp_test.go	/^func TestUDPConnLocalAndRemoteNames(t *testing.T) {$/;"	f
 18724  TestUDPConnLocalName	./net/udp_test.go	/^func TestUDPConnLocalName(t *testing.T) {$/;"	f
 18725  TestUDPConnSpecificMethods	./net/protoconn_test.go	/^func TestUDPConnSpecificMethods(t *testing.T) {$/;"	f
 18726  TestUDPListener	./net/listen_test.go	/^func TestUDPListener(t *testing.T) {$/;"	f
 18727  TestUDPServer	./net/server_test.go	/^func TestUDPServer(t *testing.T) {$/;"	f
 18728  TestUDPZeroByteBuffer	./net/udp_test.go	/^func TestUDPZeroByteBuffer(t *testing.T) {$/;"	f
 18729  TestUDPZeroBytePayload	./net/udp_test.go	/^func TestUDPZeroBytePayload(t *testing.T) {$/;"	f
 18730  TestURLFilters	./html/template/url_test.go	/^func TestURLFilters(t *testing.T) {$/;"	f
 18731  TestURLNormalizer	./html/template/url_test.go	/^func TestURLNormalizer(t *testing.T) {$/;"	f
 18732  TestURLString	./net/url/url_test.go	/^func TestURLString(t *testing.T) {$/;"	f
 18733  TestUSTARLongName	./archive/tar/writer_test.go	/^func TestUSTARLongName(t *testing.T) {$/;"	f
 18734  TestUTCFlag	./log/log_test.go	/^func TestUTCFlag(t *testing.T) {$/;"	f
 18735  TestUTCTime	./encoding/asn1/asn1_test.go	/^func TestUTCTime(t *testing.T) {$/;"	f
 18736  TestUint16Alias	./testing/quick/quick_test.go	/^type TestUint16Alias uint16$/;"	t
 18737  TestUint32Alias	./testing/quick/quick_test.go	/^type TestUint32Alias uint32$/;"	t
 18738  TestUint64	./cmd/compile/internal/big/int_test.go	/^func TestUint64(t *testing.T) {$/;"	f
 18739  TestUint64	./math/big/int_test.go	/^func TestUint64(t *testing.T) {$/;"	f
 18740  TestUint64Alias	./testing/quick/quick_test.go	/^type TestUint64Alias uint64$/;"	t
 18741  TestUint8Alias	./testing/quick/quick_test.go	/^type TestUint8Alias uint8$/;"	t
 18742  TestUintAlias	./testing/quick/quick_test.go	/^type TestUintAlias uint$/;"	t
 18743  TestUintCodec	./encoding/gob/codec_test.go	/^func TestUintCodec(t *testing.T) {$/;"	f
 18744  TestUintptrAlias	./testing/quick/quick_test.go	/^type TestUintptrAlias uintptr$/;"	t
 18745  TestUitoa	./strconv/itoa_test.go	/^func TestUitoa(t *testing.T) {$/;"	f
 18746  TestUnaligned64	./sync/atomic/atomic_test.go	/^func TestUnaligned64(t *testing.T) {$/;"	f
 18747  TestUnescape	./html/escape_test.go	/^func TestUnescape(t *testing.T) {$/;"	f
 18748  TestUnescape	./net/url/url_test.go	/^func TestUnescape(t *testing.T) {$/;"	f
 18749  TestUnescapeEscape	./html/escape_test.go	/^func TestUnescapeEscape(t *testing.T) {$/;"	f
 18750  TestUnexpectedError	./net/rpc/jsonrpc/all_test.go	/^func TestUnexpectedError(t *testing.T) {$/;"	f
 18751  TestUnexported	./reflect/all_test.go	/^func TestUnexported(t *testing.T) {$/;"	f
 18752  TestUnexportedFields	./encoding/gob/codec_test.go	/^func TestUnexportedFields(t *testing.T) {$/;"	f
 18753  TestUnexportedRead	./encoding/binary/binary_test.go	/^func TestUnexportedRead(t *testing.T) {$/;"	f
 18754  TestUninitializedRead	./archive/tar/reader_test.go	/^func TestUninitializedRead(t *testing.T) {$/;"	f
 18755  TestUnixAndUnixpacketServer	./net/server_test.go	/^func TestUnixAndUnixpacketServer(t *testing.T) {$/;"	f
 18756  TestUnixAutobindClose	./net/unix_test.go	/^func TestUnixAutobindClose(t *testing.T) {$/;"	f
 18757  TestUnixConnLocalAndRemoteNames	./net/unix_test.go	/^func TestUnixConnLocalAndRemoteNames(t *testing.T) {$/;"	f
 18758  TestUnixConnSpecificMethods	./net/protoconn_test.go	/^func TestUnixConnSpecificMethods(t *testing.T) {$/;"	f
 18759  TestUnixListenerSpecificMethods	./net/protoconn_test.go	/^func TestUnixListenerSpecificMethods(t *testing.T) {$/;"	f
 18760  TestUnixRightsRoundtrip	./syscall/syscall_unix_test.go	/^func TestUnixRightsRoundtrip(t *testing.T) {$/;"	f
 18761  TestUnixgramAutobind	./net/unix_test.go	/^func TestUnixgramAutobind(t *testing.T) {$/;"	f
 18762  TestUnixgramConnLocalAndRemoteNames	./net/unix_test.go	/^func TestUnixgramConnLocalAndRemoteNames(t *testing.T) {$/;"	f
 18763  TestUnixgramServer	./net/server_test.go	/^func TestUnixgramServer(t *testing.T) {$/;"	f
 18764  TestUnixgramWrite	./net/unix_test.go	/^func TestUnixgramWrite(t *testing.T) {$/;"	f
 18765  TestUnixgramZeroByteBuffer	./net/unix_test.go	/^func TestUnixgramZeroByteBuffer(t *testing.T) {$/;"	f
 18766  TestUnixgramZeroBytePayload	./net/unix_test.go	/^func TestUnixgramZeroBytePayload(t *testing.T) {$/;"	f
 18767  TestUnknown	./go/constant/value_test.go	/^func TestUnknown(t *testing.T) {$/;"	f
 18768  TestUnknownCriticalExtension	./crypto/x509/x509_test.go	/^func TestUnknownCriticalExtension(t *testing.T) {$/;"	f
 18769  TestUnlink	./container/ring/ring_test.go	/^func TestUnlink(t *testing.T) {$/;"	f
 18770  TestUnlockPanic	./sync/rwmutex_test.go	/^func TestUnlockPanic(t *testing.T) {$/;"	f
 18771  TestUnlockPanic2	./sync/rwmutex_test.go	/^func TestUnlockPanic2(t *testing.T) {$/;"	f
 18772  TestUnmarshal	./encoding/asn1/asn1_test.go	/^func TestUnmarshal(t *testing.T) {$/;"	f
 18773  TestUnmarshal	./encoding/json/decode_test.go	/^func TestUnmarshal(t *testing.T) {$/;"	f
 18774  TestUnmarshal	./encoding/xml/marshal_test.go	/^func TestUnmarshal(t *testing.T) {$/;"	f
 18775  TestUnmarshalAttr	./encoding/xml/read_test.go	/^func TestUnmarshalAttr(t *testing.T) {$/;"	f
 18776  TestUnmarshalBadPaths	./encoding/xml/read_test.go	/^func TestUnmarshalBadPaths(t *testing.T) {$/;"	f
 18777  TestUnmarshalFeed	./encoding/xml/read_test.go	/^func TestUnmarshalFeed(t *testing.T) {$/;"	f
 18778  TestUnmarshalInterface	./encoding/json/decode_test.go	/^func TestUnmarshalInterface(t *testing.T) {$/;"	f
 18779  TestUnmarshalIntoInterface	./encoding/xml/read_test.go	/^func TestUnmarshalIntoInterface(t *testing.T) {$/;"	f
 18780  TestUnmarshalInvalidUTF8	./encoding/asn1/asn1_test.go	/^func TestUnmarshalInvalidUTF8(t *testing.T) {$/;"	f
 18781  TestUnmarshalJSONLiteralError	./encoding/json/decode_test.go	/^func TestUnmarshalJSONLiteralError(t *testing.T) {$/;"	f
 18782  TestUnmarshalMarshal	./encoding/json/decode_test.go	/^func TestUnmarshalMarshal(t *testing.T) {$/;"	f
 18783  TestUnmarshalNS	./encoding/xml/read_test.go	/^func TestUnmarshalNS(t *testing.T) {$/;"	f
 18784  TestUnmarshalNSAttr	./encoding/xml/read_test.go	/^func TestUnmarshalNSAttr(t *testing.T) {$/;"	f
 18785  TestUnmarshalNulls	./encoding/json/decode_test.go	/^func TestUnmarshalNulls(t *testing.T) {$/;"	f
 18786  TestUnmarshalPaths	./encoding/xml/read_test.go	/^func TestUnmarshalPaths(t *testing.T) {$/;"	f
 18787  TestUnmarshalPtrPtr	./encoding/json/decode_test.go	/^func TestUnmarshalPtrPtr(t *testing.T) {$/;"	f
 18788  TestUnmarshalSyntax	./encoding/json/decode_test.go	/^func TestUnmarshalSyntax(t *testing.T) {$/;"	f
 18789  TestUnmarshalTypeError	./encoding/json/decode_test.go	/^func TestUnmarshalTypeError(t *testing.T) {$/;"	f
 18790  TestUnmarshalUnexported	./encoding/json/decode_test.go	/^func TestUnmarshalUnexported(t *testing.T) {$/;"	f
 18791  TestUnmarshalWithoutNameType	./encoding/xml/read_test.go	/^func TestUnmarshalWithoutNameType(t *testing.T) {$/;"	f
 18792  TestUnmarshaler	./encoding/xml/read_test.go	/^func TestUnmarshaler(t *testing.T) {$/;"	f
 18793  TestUnpaddedSignature	./crypto/rsa/pkcs1v15_test.go	/^func TestUnpaddedSignature(t *testing.T) {$/;"	f
 18794  TestUnquote	./strconv/quote_test.go	/^func TestUnquote(t *testing.T) {$/;"	f
 18795  TestUnquotedAttrs	./encoding/xml/xml_test.go	/^func TestUnquotedAttrs(t *testing.T) {$/;"	f
 18796  TestUnreadByte	./bufio/bufio_test.go	/^func TestUnreadByte(t *testing.T) {$/;"	f
 18797  TestUnreadByte	./bytes/buffer_test.go	/^func TestUnreadByte(t *testing.T) {$/;"	f
 18798  TestUnreadByteMultiple	./bufio/bufio_test.go	/^func TestUnreadByteMultiple(t *testing.T) {$/;"	f
 18799  TestUnreadByteOthers	./bufio/bufio_test.go	/^func TestUnreadByteOthers(t *testing.T) {$/;"	f
 18800  TestUnreadRune	./bufio/bufio_test.go	/^func TestUnreadRune(t *testing.T) {$/;"	f
 18801  TestUnreadRuneAtEOF	./bufio/bufio_test.go	/^func TestUnreadRuneAtEOF(t *testing.T) {$/;"	f
 18802  TestUnreadRuneError	./bufio/bufio_test.go	/^func TestUnreadRuneError(t *testing.T) {$/;"	f
 18803  TestUnreadRuneError	./bytes/reader_test.go	/^func TestUnreadRuneError(t *testing.T) {$/;"	f
 18804  TestUnreadRuneError	./strings/strings_test.go	/^func TestUnreadRuneError(t *testing.T) {$/;"	f
 18805  TestUnreadRuneWithBufio	./fmt/scan_test.go	/^func TestUnreadRuneWithBufio(t *testing.T) {$/;"	f
 18806  TestUnresolved	./go/parser/parser_test.go	/^func TestUnresolved(t *testing.T) {$/;"	f
 18807  TestUnscaledQuant	./image/jpeg/writer_test.go	/^func TestUnscaledQuant(t *testing.T) {$/;"	f
 18808  TestUnsetenv	./os/env_test.go	/^func TestUnsetenv(t *testing.T) {$/;"	f
 18809  TestUnsuccessfulGoInstallShouldMentionMissingPackage	./cmd/go/go_test.go	/^func TestUnsuccessfulGoInstallShouldMentionMissingPackage(t *testing.T) {$/;"	f
 18810  TestUnsupported	./encoding/gob/encoder_test.go	/^func TestUnsupported(t *testing.T) {$/;"	f
 18811  TestUnsupportedValues	./encoding/json/encode_test.go	/^func TestUnsupportedValues(t *testing.T) {$/;"	f
 18812  TestUnterminatedStringError	./text/template/exec_test.go	/^func TestUnterminatedStringError(t *testing.T) {$/;"	f
 18813  TestUpdateAndDelete	./net/http/cookiejar/jar_test.go	/^func TestUpdateAndDelete(t *testing.T) {$/;"	f
 18814  TestUpdateResolvConf	./net/dnsclient_unix_test.go	/^func TestUpdateResolvConf(t *testing.T) {$/;"	f
 18815  TestUsage	./flag/flag_test.go	/^func TestUsage(t *testing.T) {$/;"	f
 18816  TestUseProxy	./net/http/proxy_test.go	/^func TestUseProxy(t *testing.T) {$/;"	f
 18817  TestUserDefined	./flag/flag_test.go	/^func TestUserDefined(t *testing.T) {$/;"	f
 18818  TestUserDefinedBool	./flag/flag_test.go	/^func TestUserDefinedBool(t *testing.T) {$/;"	f
 18819  TestUserDefinedForCommandLine	./flag/flag_test.go	/^func TestUserDefinedForCommandLine(t *testing.T) {$/;"	f
 18820  TestUsplit	./runtime/vlop_arm_test.go	/^func TestUsplit(t *testing.T) {$/;"	f
 18821  TestUvarint	./encoding/binary/varint_test.go	/^func TestUvarint(t *testing.T) {$/;"	f
 18822  TestValid	./go/parser/short_test.go	/^func TestValid(t *testing.T) {$/;"	f
 18823  TestValid	./unicode/utf8/utf8_test.go	/^func TestValid(t *testing.T) {$/;"	f
 18824  TestValidRune	./unicode/utf8/utf8_test.go	/^func TestValidRune(t *testing.T) {$/;"	f
 18825  TestValidTypeflagWithPAXHeader	./archive/tar/writer_test.go	/^func TestValidTypeflagWithPAXHeader(t *testing.T) {$/;"	f
 18826  TestValue	./sync/atomic/value_test.go	/^func TestValue(t *testing.T) {$/;"	f
 18827  TestValueConcurrent	./sync/atomic/value_test.go	/^func TestValueConcurrent(t *testing.T) {$/;"	f
 18828  TestValueConverters	./database/sql/convert_test.go	/^func TestValueConverters(t *testing.T) {$/;"	f
 18829  TestValueConverters	./database/sql/driver/types_test.go	/^func TestValueConverters(t *testing.T) {$/;"	f
 18830  TestValueError	./encoding/gob/encoder_test.go	/^func TestValueError(t *testing.T) {$/;"	f
 18831  TestValueLarge	./sync/atomic/value_test.go	/^func TestValueLarge(t *testing.T) {$/;"	f
 18832  TestValuePanic	./sync/atomic/value_test.go	/^func TestValuePanic(t *testing.T) {$/;"	f
 18833  TestValueString	./reflect/all_test.go	/^func TestValueString(t *testing.T) {$/;"	f
 18834  TestValueToString	./reflect/all_test.go	/^func TestValueToString(t *testing.T) {$/;"	f
 18835  TestValuelessAttrs	./encoding/xml/xml_test.go	/^func TestValuelessAttrs(t *testing.T) {$/;"	f
 18836  TestValues	./internal/syscall/windows/registry/registry_test.go	/^func TestValues(t *testing.T) {$/;"	f
 18837  TestValuesInfo	./go/types/api_test.go	/^func TestValuesInfo(t *testing.T) {$/;"	f
 18838  TestVarScope	./go/parser/parser_test.go	/^func TestVarScope(t *testing.T) {$/;"	f
 18839  TestVariableCiphertextKnownAnswer	./crypto/des/des_test.go	/^func TestVariableCiphertextKnownAnswer(t *testing.T) {$/;"	f
 18840  TestVariableKeyKnownAnswerDecrypt	./crypto/des/des_test.go	/^func TestVariableKeyKnownAnswerDecrypt(t *testing.T) {$/;"	f
 18841  TestVariableKeyKnownAnswerEncrypt	./crypto/des/des_test.go	/^func TestVariableKeyKnownAnswerEncrypt(t *testing.T) {$/;"	f
 18842  TestVariablePlaintextKnownAnswer	./crypto/des/des_test.go	/^func TestVariablePlaintextKnownAnswer(t *testing.T) {$/;"	f
 18843  TestVariadic	./reflect/all_test.go	/^func TestVariadic(t *testing.T) {$/;"	f
 18844  TestVariadicMethodValue	./reflect/all_test.go	/^func TestVariadicMethodValue(t *testing.T) {$/;"	f
 18845  TestVariadicType	./reflect/all_test.go	/^func TestVariadicType(t *testing.T) {$/;"	f
 18846  TestVarint	./encoding/binary/varint_test.go	/^func TestVarint(t *testing.T) {$/;"	f
 18847  TestVariousDeadlines1Proc	./net/timeout_test.go	/^func TestVariousDeadlines1Proc(t *testing.T) {$/;"	f
 18848  TestVariousDeadlines4Proc	./net/timeout_test.go	/^func TestVariousDeadlines4Proc(t *testing.T) {$/;"	f
 18849  TestVariousTextLineEndings	./mime/multipart/multipart_test.go	/^func TestVariousTextLineEndings(t *testing.T) {$/;"	f
 18850  TestVectors	./crypto/ecdsa/ecdsa_test.go	/^func TestVectors(t *testing.T) {$/;"	f
 18851  TestVendor12156	./cmd/go/vendor_test.go	/^func TestVendor12156(t *testing.T) {$/;"	f
 18852  TestVendorCache	./cmd/go/vendor_test.go	/^func TestVendorCache(t *testing.T) {$/;"	f
 18853  TestVendorGOPATH	./cmd/go/vendor_test.go	/^func TestVendorGOPATH(t *testing.T) {$/;"	f
 18854  TestVendorGet	./cmd/go/vendor_test.go	/^func TestVendorGet(t *testing.T) {$/;"	f
 18855  TestVendorGetUpdate	./cmd/go/vendor_test.go	/^func TestVendorGetUpdate(t *testing.T) {$/;"	f
 18856  TestVendorImportError	./cmd/go/vendor_test.go	/^func TestVendorImportError(t *testing.T) {$/;"	f
 18857  TestVendorImports	./cmd/go/vendor_test.go	/^func TestVendorImports(t *testing.T) {$/;"	f
 18858  TestVendorInvalid	./cmd/go/vendor_test.go	/^func TestVendorInvalid(t *testing.T) {$/;"	f
 18859  TestVendorList	./cmd/go/vendor_test.go	/^func TestVendorList(t *testing.T) {$/;"	f
 18860  TestVendorRun	./cmd/go/vendor_test.go	/^func TestVendorRun(t *testing.T) {$/;"	f
 18861  TestVendorTest	./cmd/go/vendor_test.go	/^func TestVendorTest(t *testing.T) {$/;"	f
 18862  TestVendorTest2	./cmd/go/vendor_test.go	/^func TestVendorTest2(t *testing.T) {$/;"	f
 18863  TestVerifyCertificateWithDSASignature	./crypto/x509/x509_test.go	/^func TestVerifyCertificateWithDSASignature(t *testing.T) {$/;"	f
 18864  TestVerifyHostname	./crypto/tls/tls_test.go	/^func TestVerifyHostname(t *testing.T) {$/;"	f
 18865  TestVerifyHostnameResumed	./crypto/tls/tls_test.go	/^func TestVerifyHostnameResumed(t *testing.T) {$/;"	f
 18866  TestVerifyPKCS1v15	./crypto/rsa/pkcs1v15_test.go	/^func TestVerifyPKCS1v15(t *testing.T) {$/;"	f
 18867  TestVersion	./crypto/tls/handshake_server_test.go	/^func TestVersion(t *testing.T) {$/;"	f
 18868  TestVersion3	./time/zoneinfo_test.go	/^func TestVersion3(t *testing.T) {$/;"	f
 18869  TestVersionControlErrorMessageIncludesCorrectDirectory	./cmd/go/go_test.go	/^func TestVersionControlErrorMessageIncludesCorrectDirectory(t *testing.T) {$/;"	f
 18870  TestVeryLongSparseChunk	./compress/flate/deflate_test.go	/^func TestVeryLongSparseChunk(t *testing.T) {$/;"	f
 18871  TestVet	./cmd/vet/vet_test.go	/^func TestVet(t *testing.T) {$/;"	f
 18872  TestVolumeName	./path/filepath/path_test.go	/^func TestVolumeName(t *testing.T) {$/;"	f
 18873  TestWERDialogue	./runtime/syscall_windows_test.go	/^func TestWERDialogue(t *testing.T) {$/;"	f
 18874  TestWaitGroup	./sync/waitgroup_test.go	/^func TestWaitGroup(t *testing.T) {$/;"	f
 18875  TestWaitGroupAlign	./sync/waitgroup_test.go	/^func TestWaitGroupAlign(t *testing.T) {$/;"	f
 18876  TestWaitGroupMisuse	./sync/waitgroup_test.go	/^func TestWaitGroupMisuse(t *testing.T) {$/;"	f
 18877  TestWaitGroupMisuse2	./sync/waitgroup_test.go	/^func TestWaitGroupMisuse2(t *testing.T) {$/;"	f
 18878  TestWaitGroupMisuse3	./sync/waitgroup_test.go	/^func TestWaitGroupMisuse3(t *testing.T) {$/;"	f
 18879  TestWaitGroupRace	./sync/waitgroup_test.go	/^func TestWaitGroupRace(t *testing.T) {$/;"	f
 18880  TestWalk	./path/filepath/path_test.go	/^func TestWalk(t *testing.T) {$/;"	f
 18881  TestWalkFileError	./path/filepath/path_test.go	/^func TestWalkFileError(t *testing.T) {$/;"	f
 18882  TestWalkFullRegistry	./internal/syscall/windows/registry/registry_test.go	/^func TestWalkFullRegistry(t *testing.T) {$/;"	f
 18883  TestWalkSkipDirOnFile	./path/filepath/path_test.go	/^func TestWalkSkipDirOnFile(t *testing.T) {$/;"	f
 18884  TestWeakKeys	./crypto/des/des_test.go	/^func TestWeakKeys(t *testing.T) {$/;"	f
 18885  TestWeighting	./net/dnsclient_test.go	/^func TestWeighting(t *testing.T) {$/;"	f
 18886  TestWidthAndPrecision	./fmt/fmt_test.go	/^func TestWidthAndPrecision(t *testing.T) {$/;"	f
 18887  TestWildWildcardListener	./net/listen_test.go	/^func TestWildWildcardListener(t *testing.T) {$/;"	f
 18888  TestWildcardsDoNotLookInUselessDirectories	./cmd/go/go_test.go	/^func TestWildcardsDoNotLookInUselessDirectories(t *testing.T) {$/;"	f
 18889  TestWin32finddata	./syscall/syscall_windows_test.go	/^func TestWin32finddata(t *testing.T) {$/;"	f
 18890  TestWinSplitListTestsAreValid	./path/filepath/path_windows_test.go	/^func TestWinSplitListTestsAreValid(t *testing.T) {$/;"	f
 18891  TestWithGOPATHEqualsGOROOTGoGetFails	./cmd/go/go_test.go	/^func TestWithGOPATHEqualsGOROOTGoGetFails(t *testing.T) {$/;"	f
 18892  TestWithSimulated	./log/syslog/syslog_test.go	/^func TestWithSimulated(t *testing.T) {$/;"	f
 18893  TestWithoutGOPATHGoGetFails	./cmd/go/go_test.go	/^func TestWithoutGOPATHGoGetFails(t *testing.T) {$/;"	f
 18894  TestWordBitLen	./cmd/compile/internal/big/arith_test.go	/^func TestWordBitLen(t *testing.T) {$/;"	f
 18895  TestWordBitLen	./math/big/arith_test.go	/^func TestWordBitLen(t *testing.T) {$/;"	f
 18896  TestWrite	./encoding/csv/writer_test.go	/^func TestWrite(t *testing.T) {$/;"	f
 18897  TestWrite	./log/syslog/syslog_test.go	/^func TestWrite(t *testing.T) {$/;"	f
 18898  TestWriteAfterClose	./archive/tar/writer_test.go	/^func TestWriteAfterClose(t *testing.T) {$/;"	f
 18899  TestWriteAfterHijack	./net/http/serve_test.go	/^func TestWriteAfterHijack(t *testing.T) {$/;"	f
 18900  TestWriteAfterWriterClose	./io/pipe_test.go	/^func TestWriteAfterWriterClose(t *testing.T) {$/;"	f
 18901  TestWriteAt	./os/os_test.go	/^func TestWriteAt(t *testing.T) {$/;"	f
 18902  TestWriteEmpty	./io/pipe_test.go	/^func TestWriteEmpty(t *testing.T) {$/;"	f
 18903  TestWriteErrors	./bufio/bufio_test.go	/^func TestWriteErrors(t *testing.T) {$/;"	f
 18904  TestWriteFile	./io/ioutil/ioutil_test.go	/^func TestWriteFile(t *testing.T) {$/;"	f
 18905  TestWriteGrayscale	./image/jpeg/writer_test.go	/^func TestWriteGrayscale(t *testing.T) {$/;"	f
 18906  TestWriteHeapDumpFinalizers	./runtime/debug/heapdump_test.go	/^func TestWriteHeapDumpFinalizers(t *testing.T) {$/;"	f
 18907  TestWriteHeapDumpNonempty	./runtime/debug/heapdump_test.go	/^func TestWriteHeapDumpNonempty(t *testing.T) {$/;"	f
 18908  TestWriteNil	./io/pipe_test.go	/^func TestWriteNil(t *testing.T) {$/;"	f
 18909  TestWriteResponse	./net/http/response_test.go	/^func TestWriteResponse(t *testing.T) {$/;"	f
 18910  TestWriteSetCookies	./net/http/cookie_test.go	/^func TestWriteSetCookies(t *testing.T) {$/;"	f
 18911  TestWriteSlice	./encoding/binary/binary_test.go	/^func TestWriteSlice(t *testing.T) {$/;"	f
 18912  TestWriteString	./bufio/bufio_test.go	/^func TestWriteString(t *testing.T) {$/;"	f
 18913  TestWriteStringError	./strings/replace_test.go	/^func TestWriteStringError(t *testing.T) {$/;"	f
 18914  TestWriteT	./encoding/binary/binary_test.go	/^func TestWriteT(t *testing.T) {$/;"	f
 18915  TestWriteTimeout	./net/timeout_test.go	/^func TestWriteTimeout(t *testing.T) {$/;"	f
 18916  TestWriteTimeoutFluctuation	./net/timeout_test.go	/^func TestWriteTimeoutFluctuation(t *testing.T) {$/;"	f
 18917  TestWriteTimeoutMustNotReturn	./net/timeout_test.go	/^func TestWriteTimeoutMustNotReturn(t *testing.T) {$/;"	f
 18918  TestWriteTo	./bytes/buffer_test.go	/^func TestWriteTo(t *testing.T) {$/;"	f
 18919  TestWriteTo	./strings/reader_test.go	/^func TestWriteTo(t *testing.T) {$/;"	f
 18920  TestWriteToTimeout	./net/timeout_test.go	/^func TestWriteToTimeout(t *testing.T) {$/;"	f
 18921  TestWriteToUDP	./net/udp_test.go	/^func TestWriteToUDP(t *testing.T) {$/;"	f
 18922  TestWriter	./archive/tar/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18923  TestWriter	./archive/zip/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18924  TestWriter	./bufio/bufio_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18925  TestWriter	./compress/lzw/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18926  TestWriter	./compress/zlib/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18927  TestWriter	./image/gif/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18928  TestWriter	./image/jpeg/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18929  TestWriter	./image/png/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18930  TestWriter	./mime/multipart/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18931  TestWriter	./mime/quotedprintable/writer_test.go	/^func TestWriter(t *testing.T) {$/;"	f
 18932  TestWriterBig	./compress/zlib/writer_test.go	/^func TestWriterBig(t *testing.T) {$/;"	f
 18933  TestWriterBinary	./mime/quotedprintable/writer_test.go	/^func TestWriterBinary(t *testing.T) {$/;"	f
 18934  TestWriterBoundaryGoroutines	./mime/multipart/writer_test.go	/^func TestWriterBoundaryGoroutines(t *testing.T) {$/;"	f
 18935  TestWriterDict	./compress/flate/deflate_test.go	/^func TestWriterDict(t *testing.T) {$/;"	f
 18936  TestWriterDict	./compress/zlib/writer_test.go	/^func TestWriterDict(t *testing.T) {$/;"	f
 18937  TestWriterDictIsUsed	./compress/zlib/writer_test.go	/^func TestWriterDictIsUsed(t *testing.T) {$/;"	f
 18938  TestWriterFlush	./archive/zip/writer_test.go	/^func TestWriterFlush(t *testing.T) {$/;"	f
 18939  TestWriterFlush	./compress/gzip/gzip_test.go	/^func TestWriterFlush(t *testing.T) {$/;"	f
 18940  TestWriterLevels	./image/png/writer_test.go	/^func TestWriterLevels(t *testing.T) {$/;"	f
 18941  TestWriterOffset	./archive/zip/writer_test.go	/^func TestWriterOffset(t *testing.T) {$/;"	f
 18942  TestWriterReadFrom	./bufio/bufio_test.go	/^func TestWriterReadFrom(t *testing.T) {$/;"	f
 18943  TestWriterReadFromCounts	./bufio/bufio_test.go	/^func TestWriterReadFromCounts(t *testing.T) {$/;"	f
 18944  TestWriterReadFromErrNoProgress	./bufio/bufio_test.go	/^func TestWriterReadFromErrNoProgress(t *testing.T) {$/;"	f
 18945  TestWriterReadFromErrors	./bufio/bufio_test.go	/^func TestWriterReadFromErrors(t *testing.T) {$/;"	f
 18946  TestWriterReadFromUntilEOF	./bufio/bufio_test.go	/^func TestWriterReadFromUntilEOF(t *testing.T) {$/;"	f
 18947  TestWriterReadFromWhileFull	./bufio/bufio_test.go	/^func TestWriterReadFromWhileFull(t *testing.T) {$/;"	f
 18948  TestWriterReset	./bufio/bufio_test.go	/^func TestWriterReset(t *testing.T) {$/;"	f
 18949  TestWriterReset	./compress/flate/deflate_test.go	/^func TestWriterReset(t *testing.T) {$/;"	f
 18950  TestWriterReset	./compress/gzip/gzip_test.go	/^func TestWriterReset(t *testing.T) {$/;"	f
 18951  TestWriterReset	./compress/zlib/writer_test.go	/^func TestWriterReset(t *testing.T) {$/;"	f
 18952  TestWriterReturnValues	./compress/lzw/writer_test.go	/^func TestWriterReturnValues(t *testing.T) {$/;"	f
 18953  TestWriterSetBoundary	./mime/multipart/writer_test.go	/^func TestWriterSetBoundary(t *testing.T) {$/;"	f
 18954  TestWrongTypeDecoder	./encoding/gob/encoder_test.go	/^func TestWrongTypeDecoder(t *testing.T) {$/;"	f
 18955  TestX	./go/printer/printer_test.go	/^func TestX(t *testing.T) {$/;"	f
 18956  TestX509KeyPair	./crypto/tls/tls_test.go	/^func TestX509KeyPair(t *testing.T) {$/;"	f
 18957  TestX509MixedKeyPair	./crypto/tls/tls_test.go	/^func TestX509MixedKeyPair(t *testing.T) {$/;"	f
 18958  TestXForwardedFor	./net/http/httputil/reverseproxy_test.go	/^func TestXForwardedFor(t *testing.T) {$/;"	f
 18959  TestXOR	./crypto/cipher/xor_test.go	/^func TestXOR(t *testing.T) {$/;"	f
 18960  TestXXX	./cmd/go/alldocs.go	/^	func TestXXX(t *testing.T) { ... }$/;"	f
 18961  TestXXX	./cmd/go/test.go	/^	func TestXXX(t *testing.T) { ... }$/;"	f
 18962  TestXadduintptr	./runtime/atomic_test.go	/^func TestXadduintptr(t *testing.T) {$/;"	f
 18963  TestXadduintptrOnUint64	./runtime/atomic_test.go	/^func TestXadduintptrOnUint64(t *testing.T) {$/;"	f
 18964  TestXed320F	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed320F(t *testing.T)       { testBasic(t, testXed32, 0x0F) }$/;"	f
 18965  TestXed320F38	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed320F38(t *testing.T)     { testBasic(t, testXed32, 0x0F, 0x38) }$/;"	f
 18966  TestXed320F3A	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed320F3A(t *testing.T)     { testBasic(t, testXed32, 0x0F, 0x3A) }$/;"	f
 18967  TestXed32Manual	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed32Manual(t *testing.T)   { testXed32(t, hexCases(t, xedManualTests)) }$/;"	f
 18968  TestXed32ModRM	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed32ModRM(t *testing.T)    { testXed32(t, concat(basicPrefixes, enumModRM)) }$/;"	f
 18969  TestXed32OneByte	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed32OneByte(t *testing.T)  { testBasic(t, testXed32) }$/;"	f
 18970  TestXed32Prefix	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed32Prefix(t *testing.T)   { testPrefix(t, testXed32) }$/;"	f
 18971  TestXed32Testdata	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed32Testdata(t *testing.T) { testXed32(t, concat(basicPrefixes, testdataCases(t))) }$/;"	f
 18972  TestXed640F	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed640F(t *testing.T)       { testBasic(t, testXed64, 0x0F) }$/;"	f
 18973  TestXed640F38	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed640F38(t *testing.T)     { testBasic(t, testXed64, 0x0F, 0x38) }$/;"	f
 18974  TestXed640F3A	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed640F3A(t *testing.T)     { testBasic(t, testXed64, 0x0F, 0x3A) }$/;"	f
 18975  TestXed64Manual	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64Manual(t *testing.T)   { testXed64(t, hexCases(t, xedManualTests)) }$/;"	f
 18976  TestXed64ModRM	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64ModRM(t *testing.T)    { testXed64(t, concat(basicPrefixes, enumModRM)) }$/;"	f
 18977  TestXed64OneByte	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64OneByte(t *testing.T)  { testBasic(t, testXed64) }$/;"	f
 18978  TestXed64Prefix	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64Prefix(t *testing.T)   { testPrefix(t, testXed64) }$/;"	f
 18979  TestXed64REX0F	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REX0F(t *testing.T)      { testBasicREX(t, testXed64, 0x0F) }$/;"	f
 18980  TestXed64REX0F38	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REX0F38(t *testing.T)    { testBasicREX(t, testXed64, 0x0F, 0x38) }$/;"	f
 18981  TestXed64REX0F3A	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REX0F3A(t *testing.T)    { testBasicREX(t, testXed64, 0x0F, 0x3A) }$/;"	f
 18982  TestXed64REXModRM	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REXModRM(t *testing.T)   { testXed64(t, concat3(basicPrefixes, rexPrefixes, enumModRM)) }$/;"	f
 18983  TestXed64REXOneByte	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REXOneByte(t *testing.T) { testBasicREX(t, testXed64) }$/;"	f
 18984  TestXed64REXPrefix	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REXPrefix(t *testing.T)  { testPrefixREX(t, testXed64) }$/;"	f
 18985  TestXed64REXTestdata	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64REXTestdata(t *testing.T) {$/;"	f
 18986  TestXed64Testdata	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func TestXed64Testdata(t *testing.T) { testXed64(t, concat(basicPrefixes, testdataCases(t))) }$/;"	f
 18987  TestXxx	./go/doc/testdata/testing.go	/^\/\/     func TestXxx(*testing.T)$/;"	f
 18988  TestXxx	./testing/testing.go	/^\/\/     func TestXxx(*testing.T)$/;"	f
 18989  TestY0	./math/all_test.go	/^func TestY0(t *testing.T) {$/;"	f
 18990  TestY1	./math/all_test.go	/^func TestY1(t *testing.T) {$/;"	f
 18991  TestYCbCr	./image/ycbcr_test.go	/^func TestYCbCr(t *testing.T) {$/;"	f
 18992  TestYCbCrGray	./image/color/ycbcr_test.go	/^func TestYCbCrGray(t *testing.T) {$/;"	f
 18993  TestYCbCrRoundtrip	./image/color/ycbcr_test.go	/^func TestYCbCrRoundtrip(t *testing.T) {$/;"	f
 18994  TestYCbCrSlicesDontOverlap	./image/ycbcr_test.go	/^func TestYCbCrSlicesDontOverlap(t *testing.T) {$/;"	f
 18995  TestYCbCrToRGBConsistency	./image/color/ycbcr_test.go	/^func TestYCbCrToRGBConsistency(t *testing.T) {$/;"	f
 18996  TestYearDay	./time/time_test.go	/^func TestYearDay(t *testing.T) {$/;"	f
 18997  TestYieldLocked	./runtime/proc_test.go	/^func TestYieldLocked(t *testing.T) {$/;"	f
 18998  TestYieldLockedProgress	./runtime/proc_test.go	/^func TestYieldLockedProgress(t *testing.T) {$/;"	f
 18999  TestYieldProgress	./runtime/proc_test.go	/^func TestYieldProgress(t *testing.T) {$/;"	f
 19000  TestYn	./math/all_test.go	/^func TestYn(t *testing.T) {$/;"	f
 19001  TestZeroDivisionException	./runtime/syscall_windows_test.go	/^func TestZeroDivisionException(t *testing.T) {$/;"	f
 19002  TestZeroLengthHeader	./archive/zip/zip_test.go	/^func TestZeroLengthHeader(t *testing.T) {$/;"	f
 19003  TestZeroLengthPostAndResponse	./net/http/serve_test.go	/^func TestZeroLengthPostAndResponse(t *testing.T) {$/;"	f
 19004  TestZeroList	./container/list/list_test.go	/^func TestZeroList(t *testing.T) {$/;"	f
 19005  TestZeroRat	./cmd/compile/internal/big/rat_test.go	/^func TestZeroRat(t *testing.T) {$/;"	f
 19006  TestZeroRat	./math/big/rat_test.go	/^func TestZeroRat(t *testing.T) {$/;"	f
 19007  TestZeroReader	./bufio/bufio_test.go	/^func TestZeroReader(t *testing.T) {$/;"	f
 19008  TestZeroSysProcAttr	./syscall/exec_unix_test.go	/^func TestZeroSysProcAttr(t *testing.T) {$/;"	f
 19009  TestZeroTimerResetPanics	./time/sleep_test.go	/^func TestZeroTimerResetPanics(t *testing.T) {$/;"	f
 19010  TestZeroTimerStopPanics	./time/sleep_test.go	/^func TestZeroTimerStopPanics(t *testing.T) {$/;"	f
 19011  TestZeroTok	./go/types/token_test.go	/^func TestZeroTok(t *testing.T) {$/;"	f
 19012  TestZigUnzig	./image/jpeg/writer_test.go	/^func TestZigUnzig(t *testing.T) {$/;"	f
 19013  TestZip64	./archive/zip/zip_test.go	/^func TestZip64(t *testing.T) {$/;"	f
 19014  TestZoneData	./time/time_test.go	/^func TestZoneData(t *testing.T) {$/;"	f
 19015  Tested	./cmd/go/test.go	/^func (t *testFuncs) Tested() string {$/;"	f
 19016  TestingAssertE2I2GC	./runtime/export_test.go	/^var TestingAssertE2I2GC = &testingAssertE2I2GC$/;"	v
 19017  TestingAssertE2T2GC	./runtime/export_test.go	/^var TestingAssertE2T2GC = &testingAssertE2T2GC$/;"	v
 19018  TestingWER	./runtime/export_windows_test.go	/^var TestingWER = &testingWER$/;"	v
 19019  Text	./bufio/scan.go	/^func (s *Scanner) Text() string {$/;"	f
 19020  Text	./cmd/asm/internal/lex/input.go	/^func (in *Input) Text() string {$/;"	f
 19021  Text	./cmd/asm/internal/lex/slice.go	/^func (s *Slice) Text() string {$/;"	f
 19022  Text	./cmd/asm/internal/lex/stack.go	/^func (s *Stack) Text() string {$/;"	f
 19023  Text	./cmd/asm/internal/lex/tokenizer.go	/^func (t *Tokenizer) Text() string {$/;"	f
 19024  Text	./cmd/compile/internal/big/ftoa.go	/^func (x *Float) Text(format byte, prec int) string {$/;"	f
 19025  Text	./cmd/internal/objfile/objfile.go	/^func (f *File) Text() (uint64, []byte, error) {$/;"	f
 19026  Text	./encoding/xml/read_test.go	/^type Text struct {$/;"	t
 19027  Text	./go/ast/ast.go	/^func (g *CommentGroup) Text() string {$/;"	f
 19028  Text	./math/big/ftoa.go	/^func (x *Float) Text(format byte, prec int) string {$/;"	f
 19029  TextGobber	./encoding/gob/gobencdec_test.go	/^type TextGobber int$/;"	t
 19030  TextMarshaler	./encoding/encoding.go	/^type TextMarshaler interface {$/;"	t
 19031  TextNode	./text/template/parse/node.go	/^type TextNode struct {$/;"	t
 19032  TextUnmarshaler	./encoding/encoding.go	/^type TextUnmarshaler interface {$/;"	t
 19033  TextValueGobber	./encoding/gob/gobencdec_test.go	/^type TextValueGobber string$/;"	t
 19034  Tfloat	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tfloat float64; return Tfloat(i) },$/;"	t
 19035  TforkT	./runtime/defs_openbsd.go	/^type TforkT C.struct___tfork$/;"	t
 19036  Tgkill	./syscall/zsyscall_linux_386.go	/^func Tgkill(tgid int, tid int, sig Signal) (err error) {$/;"	f
 19037  Tgkill	./syscall/zsyscall_linux_amd64.go	/^func Tgkill(tgid int, tid int, sig Signal) (err error) {$/;"	f
 19038  Tgkill	./syscall/zsyscall_linux_arm.go	/^func Tgkill(tgid int, tid int, sig Signal) (err error) {$/;"	f
 19039  Tgkill	./syscall/zsyscall_linux_arm64.go	/^func Tgkill(tgid int, tid int, sig Signal) (err error) {$/;"	f
 19040  Tgkill	./syscall/zsyscall_linux_ppc64.go	/^func Tgkill(tgid int, tid int, sig Signal) (err error) {$/;"	f
 19041  Tgkill	./syscall/zsyscall_linux_ppc64le.go	/^func Tgkill(tgid int, tid int, sig Signal) (err error) {$/;"	f
 19042  Thearch	./cmd/compile/internal/gc/go.go	/^var Thearch Arch$/;"	v
 19043  ThirdBase	./cmd/api/testdata/src/pkg/p3/p3.go	/^type ThirdBase struct{}$/;"	t
 19044  This	./cmd/compile/internal/gc/dcl.go	/^		\/\/ a lone type This doesn't matter for the exported$/;"	t
 19045  ThrParam	./runtime/defs_freebsd.go	/^type ThrParam C.struct_thr_param$/;"	t
 19046  Thread	./debug/macho/macho.go	/^type Thread struct {$/;"	t
 19047  ThreadCreateProfile	./runtime/mprof.go	/^func ThreadCreateProfile(p []StackRecord) (n int, ok bool) {$/;"	f
 19048  ThreadStart	./runtime/cgo/libcgo.h	/^struct ThreadStart$/;"	s
 19049  ThreadStart	./runtime/cgo/libcgo.h	/^typedef struct ThreadStart ThreadStart;$/;"	t	typeref:struct:ThreadStart
 19050  Tick	./time/tick.go	/^func Tick(d Duration) <-chan Time {$/;"	f
 19051  Ticker	./time/tick.go	/^type Ticker struct {$/;"	t
 19052  Time	./cmd/api/testdata/src/pkg/p1/p1.go	/^type Time struct{}$/;"	t
 19053  Time	./syscall/syscall_linux_amd64.go	/^func Time(t *Time_t) (tt Time_t, err error) {$/;"	f
 19054  Time	./syscall/zsyscall_linux_386.go	/^func Time(t *Time_t) (tt Time_t, err error) {$/;"	f
 19055  Time	./syscall/zsyscall_linux_arm.go	/^func Time(t *Time_t) (tt Time_t, err error) {$/;"	f
 19056  Time	./syscall/zsyscall_linux_arm64.go	/^func Time(t *Time_t) (tt Time_t, err error) {$/;"	f
 19057  Time	./syscall/zsyscall_linux_ppc64.go	/^func Time(t *Time_t) (tt Time_t, err error) {$/;"	f
 19058  Time	./syscall/zsyscall_linux_ppc64le.go	/^func Time(t *Time_t) (tt Time_t, err error) {$/;"	f
 19059  Time	./time/time.go	/^\/\/ The zero value of type Time is January 1, year 1, 00:00:00.000000000 UTC.$/;"	t
 19060  Time	./time/time.go	/^type Time struct {$/;"	t
 19061  Time3339	./encoding/json/decode_test.go	/^type Time3339 time.Time$/;"	t
 19062  TimeFormatTest	./time/format_test.go	/^type TimeFormatTest struct {$/;"	t
 19063  TimeTest	./time/time_test.go	/^type TimeTest struct {$/;"	t
 19064  Time_t	./syscall/types_linux.go	/^type Time_t C.time_t$/;"	t
 19065  Time_t	./syscall/ztypes_linux_386.go	/^type Time_t int32$/;"	t
 19066  Time_t	./syscall/ztypes_linux_amd64.go	/^type Time_t int64$/;"	t
 19067  Time_t	./syscall/ztypes_linux_arm.go	/^type Time_t int32$/;"	t
 19068  Time_t	./syscall/ztypes_linux_arm64.go	/^type Time_t int64$/;"	t
 19069  Time_t	./syscall/ztypes_linux_ppc64.go	/^type Time_t int64$/;"	t
 19070  Time_t	./syscall/ztypes_linux_ppc64le.go	/^type Time_t int64$/;"	t
 19071  Timeout	./crypto/tls/tls.go	/^func (timeoutError) Timeout() bool   { return true }$/;"	f
 19072  Timeout	./net/cgo_stub.go	/^func (eai addrinfoErrno) Timeout() bool   { return false }$/;"	f
 19073  Timeout	./net/cgo_unix.go	/^func (eai addrinfoErrno) Timeout() bool   { return false }$/;"	f
 19074  Timeout	./net/cgo_windows.go	/^func (eai addrinfoErrno) Timeout() bool   { return false }$/;"	f
 19075  Timeout	./net/http/transport.go	/^func (e *httpError) Timeout() bool   { return e.timeout }$/;"	f
 19076  Timeout	./net/http/transport.go	/^func (tlsHandshakeTimeoutError) Timeout() bool   { return true }$/;"	f
 19077  Timeout	./net/net.go	/^func (e *AddrError) Timeout() bool   { return false }$/;"	f
 19078  Timeout	./net/net.go	/^func (e *DNSConfigError) Timeout() bool   { return false }$/;"	f
 19079  Timeout	./net/net.go	/^func (e *DNSError) Timeout() bool { return e.IsTimeout }$/;"	f
 19080  Timeout	./net/net.go	/^func (e *OpError) Timeout() bool {$/;"	f
 19081  Timeout	./net/net.go	/^func (e *timeoutError) Timeout() bool   { return true }$/;"	f
 19082  Timeout	./net/net.go	/^func (e InvalidAddrError) Timeout() bool   { return false }$/;"	f
 19083  Timeout	./net/net.go	/^func (e UnknownNetworkError) Timeout() bool   { return false }$/;"	f
 19084  Timeout	./syscall/syscall_nacl.go	/^func (e Errno) Timeout() bool {$/;"	f
 19085  Timeout	./syscall/syscall_plan9.go	/^func (e ErrorString) Timeout() bool {$/;"	f
 19086  Timeout	./syscall/syscall_unix.go	/^func (e Errno) Timeout() bool {$/;"	f
 19087  Timeout	./syscall/syscall_windows.go	/^func (e Errno) Timeout() bool {$/;"	f
 19088  TimeoutHandler	./net/http/server.go	/^func TimeoutHandler(h Handler, dt time.Duration, msg string) Handler {$/;"	f
 19089  TimeoutReader	./testing/iotest/reader.go	/^func TimeoutReader(r io.Reader) io.Reader { return &timeoutReader{r, 0} }$/;"	f
 19090  Timer	./time/sleep.go	/^type Timer struct {$/;"	t
 19091  Times	./syscall/zsyscall_linux_386.go	/^func Times(tms *Tms) (ticks uintptr, err error) {$/;"	f
 19092  Times	./syscall/zsyscall_linux_amd64.go	/^func Times(tms *Tms) (ticks uintptr, err error) {$/;"	f
 19093  Times	./syscall/zsyscall_linux_arm.go	/^func Times(tms *Tms) (ticks uintptr, err error) {$/;"	f
 19094  Times	./syscall/zsyscall_linux_arm64.go	/^func Times(tms *Tms) (ticks uintptr, err error) {$/;"	f
 19095  Times	./syscall/zsyscall_linux_ppc64.go	/^func Times(tms *Tms) (ticks uintptr, err error) {$/;"	f
 19096  Times	./syscall/zsyscall_linux_ppc64le.go	/^func Times(tms *Tms) (ticks uintptr, err error) {$/;"	f
 19097  Timespec	./runtime/defs2_linux.go	/^type Timespec C.struct_timespec$/;"	t
 19098  Timespec	./runtime/defs_arm_linux.go	/^type Timespec C.struct_timespec$/;"	t
 19099  Timespec	./runtime/defs_darwin.go	/^type Timespec C.struct_timespec$/;"	t
 19100  Timespec	./runtime/defs_dragonfly.go	/^type Timespec C.struct_timespec$/;"	t
 19101  Timespec	./runtime/defs_freebsd.go	/^type Timespec C.struct_timespec$/;"	t
 19102  Timespec	./runtime/defs_linux.go	/^type Timespec C.struct_timespec$/;"	t
 19103  Timespec	./runtime/defs_netbsd.go	/^type Timespec C.struct_timespec$/;"	t
 19104  Timespec	./runtime/defs_openbsd.go	/^type Timespec C.struct_timespec$/;"	t
 19105  Timespec	./runtime/defs_solaris.go	/^type Timespec C.struct_timespec$/;"	t
 19106  Timespec	./syscall/syscall_nacl_386.go	/^type Timespec struct {$/;"	t
 19107  Timespec	./syscall/syscall_nacl_amd64p32.go	/^type Timespec struct {$/;"	t
 19108  Timespec	./syscall/syscall_nacl_arm.go	/^type Timespec struct {$/;"	t
 19109  Timespec	./syscall/syscall_plan9.go	/^type Timespec struct {$/;"	t
 19110  Timespec	./syscall/syscall_windows.go	/^type Timespec struct {$/;"	t
 19111  Timespec	./syscall/types_darwin.go	/^type Timespec C.struct_timespec$/;"	t
 19112  Timespec	./syscall/types_dragonfly.go	/^type Timespec C.struct_timespec$/;"	t
 19113  Timespec	./syscall/types_freebsd.go	/^type Timespec C.struct_timespec$/;"	t
 19114  Timespec	./syscall/types_linux.go	/^type Timespec C.struct_timespec$/;"	t
 19115  Timespec	./syscall/types_netbsd.go	/^type Timespec C.struct_timespec$/;"	t
 19116  Timespec	./syscall/types_openbsd.go	/^type Timespec C.struct_timespec$/;"	t
 19117  Timespec	./syscall/types_solaris.go	/^type Timespec C.struct_timespec$/;"	t
 19118  Timespec	./syscall/ztypes_darwin_386.go	/^type Timespec struct {$/;"	t
 19119  Timespec	./syscall/ztypes_darwin_amd64.go	/^type Timespec struct {$/;"	t
 19120  Timespec	./syscall/ztypes_darwin_arm.go	/^type Timespec struct {$/;"	t
 19121  Timespec	./syscall/ztypes_darwin_arm64.go	/^type Timespec struct {$/;"	t
 19122  Timespec	./syscall/ztypes_dragonfly_amd64.go	/^type Timespec struct {$/;"	t
 19123  Timespec	./syscall/ztypes_freebsd_386.go	/^type Timespec struct {$/;"	t
 19124  Timespec	./syscall/ztypes_freebsd_amd64.go	/^type Timespec struct {$/;"	t
 19125  Timespec	./syscall/ztypes_freebsd_arm.go	/^type Timespec struct {$/;"	t
 19126  Timespec	./syscall/ztypes_linux_386.go	/^type Timespec struct {$/;"	t
 19127  Timespec	./syscall/ztypes_linux_amd64.go	/^type Timespec struct {$/;"	t
 19128  Timespec	./syscall/ztypes_linux_arm.go	/^type Timespec struct {$/;"	t
 19129  Timespec	./syscall/ztypes_linux_arm64.go	/^type Timespec struct {$/;"	t
 19130  Timespec	./syscall/ztypes_linux_ppc64.go	/^type Timespec struct {$/;"	t
 19131  Timespec	./syscall/ztypes_linux_ppc64le.go	/^type Timespec struct {$/;"	t
 19132  Timespec	./syscall/ztypes_netbsd_386.go	/^type Timespec struct {$/;"	t
 19133  Timespec	./syscall/ztypes_netbsd_amd64.go	/^type Timespec struct {$/;"	t
 19134  Timespec	./syscall/ztypes_netbsd_arm.go	/^type Timespec struct {$/;"	t
 19135  Timespec	./syscall/ztypes_openbsd_386.go	/^type Timespec struct {$/;"	t
 19136  Timespec	./syscall/ztypes_openbsd_amd64.go	/^type Timespec struct {$/;"	t
 19137  Timespec	./syscall/ztypes_openbsd_arm.go	/^type Timespec struct {$/;"	t
 19138  Timespec	./syscall/ztypes_solaris_amd64.go	/^type Timespec struct {$/;"	t
 19139  TimespecToNsec	./syscall/syscall_darwin_386.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19140  TimespecToNsec	./syscall/syscall_darwin_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19141  TimespecToNsec	./syscall/syscall_darwin_arm.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19142  TimespecToNsec	./syscall/syscall_darwin_arm64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19143  TimespecToNsec	./syscall/syscall_dragonfly_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19144  TimespecToNsec	./syscall/syscall_freebsd_386.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19145  TimespecToNsec	./syscall/syscall_freebsd_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19146  TimespecToNsec	./syscall/syscall_freebsd_arm.go	/^func TimespecToNsec(ts Timespec) int64 { return ts.Sec*1e9 + int64(ts.Nsec) }$/;"	f
 19147  TimespecToNsec	./syscall/syscall_linux_386.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19148  TimespecToNsec	./syscall/syscall_linux_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19149  TimespecToNsec	./syscall/syscall_linux_arm.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19150  TimespecToNsec	./syscall/syscall_linux_arm64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19151  TimespecToNsec	./syscall/syscall_linux_ppc64x.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19152  TimespecToNsec	./syscall/syscall_nacl_386.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19153  TimespecToNsec	./syscall/syscall_nacl_amd64p32.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19154  TimespecToNsec	./syscall/syscall_nacl_arm.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19155  TimespecToNsec	./syscall/syscall_netbsd_386.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19156  TimespecToNsec	./syscall/syscall_netbsd_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19157  TimespecToNsec	./syscall/syscall_netbsd_arm.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19158  TimespecToNsec	./syscall/syscall_openbsd_386.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19159  TimespecToNsec	./syscall/syscall_openbsd_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19160  TimespecToNsec	./syscall/syscall_openbsd_arm.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19161  TimespecToNsec	./syscall/syscall_solaris_amd64.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19162  TimespecToNsec	./syscall/syscall_windows.go	/^func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }$/;"	f
 19163  Timeval	./runtime/defs2_linux.go	/^type Timeval C.struct_timeval$/;"	t
 19164  Timeval	./runtime/defs_arm_linux.go	/^type Timeval C.struct_timeval$/;"	t
 19165  Timeval	./runtime/defs_darwin.go	/^type Timeval C.struct_timeval$/;"	t
 19166  Timeval	./runtime/defs_dragonfly.go	/^type Timeval C.struct_timeval$/;"	t
 19167  Timeval	./runtime/defs_freebsd.go	/^type Timeval C.struct_timeval$/;"	t
 19168  Timeval	./runtime/defs_linux.go	/^type Timeval C.struct_timeval$/;"	t
 19169  Timeval	./runtime/defs_netbsd.go	/^type Timeval C.struct_timeval$/;"	t
 19170  Timeval	./runtime/defs_openbsd.go	/^type Timeval C.struct_timeval$/;"	t
 19171  Timeval	./runtime/defs_solaris.go	/^type Timeval C.struct_timeval$/;"	t
 19172  Timeval	./syscall/syscall_nacl_386.go	/^type Timeval struct {$/;"	t
 19173  Timeval	./syscall/syscall_nacl_amd64p32.go	/^type Timeval struct {$/;"	t
 19174  Timeval	./syscall/syscall_nacl_arm.go	/^type Timeval struct {$/;"	t
 19175  Timeval	./syscall/syscall_plan9.go	/^type Timeval struct {$/;"	t
 19176  Timeval	./syscall/types_darwin.go	/^type Timeval C.struct_timeval$/;"	t
 19177  Timeval	./syscall/types_dragonfly.go	/^type Timeval C.struct_timeval$/;"	t
 19178  Timeval	./syscall/types_freebsd.go	/^type Timeval C.struct_timeval$/;"	t
 19179  Timeval	./syscall/types_linux.go	/^type Timeval C.struct_timeval$/;"	t
 19180  Timeval	./syscall/types_netbsd.go	/^type Timeval C.struct_timeval$/;"	t
 19181  Timeval	./syscall/types_openbsd.go	/^type Timeval C.struct_timeval$/;"	t
 19182  Timeval	./syscall/types_solaris.go	/^type Timeval C.struct_timeval$/;"	t
 19183  Timeval	./syscall/ztypes_darwin_386.go	/^type Timeval struct {$/;"	t
 19184  Timeval	./syscall/ztypes_darwin_amd64.go	/^type Timeval struct {$/;"	t
 19185  Timeval	./syscall/ztypes_darwin_arm.go	/^type Timeval struct {$/;"	t
 19186  Timeval	./syscall/ztypes_darwin_arm64.go	/^type Timeval struct {$/;"	t
 19187  Timeval	./syscall/ztypes_dragonfly_amd64.go	/^type Timeval struct {$/;"	t
 19188  Timeval	./syscall/ztypes_freebsd_386.go	/^type Timeval struct {$/;"	t
 19189  Timeval	./syscall/ztypes_freebsd_amd64.go	/^type Timeval struct {$/;"	t
 19190  Timeval	./syscall/ztypes_freebsd_arm.go	/^type Timeval struct {$/;"	t
 19191  Timeval	./syscall/ztypes_linux_386.go	/^type Timeval struct {$/;"	t
 19192  Timeval	./syscall/ztypes_linux_amd64.go	/^type Timeval struct {$/;"	t
 19193  Timeval	./syscall/ztypes_linux_arm.go	/^type Timeval struct {$/;"	t
 19194  Timeval	./syscall/ztypes_linux_arm64.go	/^type Timeval struct {$/;"	t
 19195  Timeval	./syscall/ztypes_linux_ppc64.go	/^type Timeval struct {$/;"	t
 19196  Timeval	./syscall/ztypes_linux_ppc64le.go	/^type Timeval struct {$/;"	t
 19197  Timeval	./syscall/ztypes_netbsd_386.go	/^type Timeval struct {$/;"	t
 19198  Timeval	./syscall/ztypes_netbsd_amd64.go	/^type Timeval struct {$/;"	t
 19199  Timeval	./syscall/ztypes_netbsd_arm.go	/^type Timeval struct {$/;"	t
 19200  Timeval	./syscall/ztypes_openbsd_386.go	/^type Timeval struct {$/;"	t
 19201  Timeval	./syscall/ztypes_openbsd_amd64.go	/^type Timeval struct {$/;"	t
 19202  Timeval	./syscall/ztypes_openbsd_arm.go	/^type Timeval struct {$/;"	t
 19203  Timeval	./syscall/ztypes_solaris_amd64.go	/^type Timeval struct {$/;"	t
 19204  Timeval	./syscall/ztypes_windows.go	/^type Timeval struct {$/;"	t
 19205  Timeval32	./syscall/types_darwin.go	/^type Timeval32 C.struct_timeval32$/;"	t
 19206  Timeval32	./syscall/types_solaris.go	/^type Timeval32 C.struct_timeval32$/;"	t
 19207  Timeval32	./syscall/ztypes_darwin_386.go	/^type Timeval32 [0]byte$/;"	t
 19208  Timeval32	./syscall/ztypes_darwin_amd64.go	/^type Timeval32 struct {$/;"	t
 19209  Timeval32	./syscall/ztypes_darwin_arm.go	/^type Timeval32 [0]byte$/;"	t
 19210  Timeval32	./syscall/ztypes_darwin_arm64.go	/^type Timeval32 struct {$/;"	t
 19211  Timeval32	./syscall/ztypes_solaris_amd64.go	/^type Timeval32 struct {$/;"	t
 19212  TimevalToNsec	./syscall/syscall_darwin_386.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19213  TimevalToNsec	./syscall/syscall_darwin_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19214  TimevalToNsec	./syscall/syscall_darwin_arm.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19215  TimevalToNsec	./syscall/syscall_darwin_arm64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19216  TimevalToNsec	./syscall/syscall_dragonfly_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19217  TimevalToNsec	./syscall/syscall_freebsd_386.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19218  TimevalToNsec	./syscall/syscall_freebsd_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19219  TimevalToNsec	./syscall/syscall_freebsd_arm.go	/^func TimevalToNsec(tv Timeval) int64 { return tv.Sec*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19220  TimevalToNsec	./syscall/syscall_linux_386.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19221  TimevalToNsec	./syscall/syscall_linux_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19222  TimevalToNsec	./syscall/syscall_linux_arm64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19223  TimevalToNsec	./syscall/syscall_linux_ppc64x.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19224  TimevalToNsec	./syscall/syscall_nacl_386.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19225  TimevalToNsec	./syscall/syscall_nacl_amd64p32.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19226  TimevalToNsec	./syscall/syscall_nacl_arm.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19227  TimevalToNsec	./syscall/syscall_netbsd_386.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19228  TimevalToNsec	./syscall/syscall_netbsd_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19229  TimevalToNsec	./syscall/syscall_netbsd_arm.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19230  TimevalToNsec	./syscall/syscall_openbsd_386.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19231  TimevalToNsec	./syscall/syscall_openbsd_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19232  TimevalToNsec	./syscall/syscall_openbsd_arm.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19233  TimevalToNsec	./syscall/syscall_solaris_amd64.go	/^func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }$/;"	f
 19234  Timex	./syscall/types_linux.go	/^type Timex C.struct_timex$/;"	t
 19235  Timex	./syscall/ztypes_linux_386.go	/^type Timex struct {$/;"	t
 19236  Timex	./syscall/ztypes_linux_amd64.go	/^type Timex struct {$/;"	t
 19237  Timex	./syscall/ztypes_linux_arm.go	/^type Timex struct {$/;"	t
 19238  Timex	./syscall/ztypes_linux_arm64.go	/^type Timex struct {$/;"	t
 19239  Timex	./syscall/ztypes_linux_ppc64.go	/^type Timex struct {$/;"	t
 19240  Timex	./syscall/ztypes_linux_ppc64le.go	/^type Timex struct {$/;"	t
 19241  Timezoneinformation	./syscall/ztypes_windows.go	/^type Timezoneinformation struct {$/;"	t
 19242  Tint	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tint int; return Tint(i) },$/;"	t
 19243  Tint	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tint int; return [1]Tint{Tint(i)} },$/;"	t
 19244  Tint	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tint int; return []Tint{Tint(i)} },$/;"	t
 19245  Tint	./runtime/mfinal_test.go	/^type Tint int     \/\/ *Tint implements Tinter, interface{}$/;"	t
 19246  Tinter	./reflect/all_test.go	/^type Tinter interface {$/;"	t
 19247  Tinter	./runtime/mfinal_test.go	/^type Tinter interface {$/;"	t
 19248  TinterType	./reflect/all_test.go	/^	var TinterType = TypeOf(new(Tinter)).Elem()$/;"	v
 19249  Tintptr	./runtime/mfinal_test.go	/^type Tintptr *int \/\/ assignable to *int$/;"	t
 19250  Title	./bytes/bytes.go	/^func Title(s []byte) []byte {$/;"	f
 19251  Title	./strings/strings.go	/^func Title(s string) string {$/;"	f
 19252  TitleTest	./bytes/bytes_test.go	/^type TitleTest struct {$/;"	t
 19253  TitleTests	./bytes/bytes_test.go	/^var TitleTests = []TitleTest{$/;"	v
 19254  TitleTests	./strings/strings_test.go	/^var TitleTests = []struct {$/;"	v
 19255  Tm1	./reflect/all_test.go	/^type Tm1 struct {$/;"	t
 19256  Tm2	./reflect/all_test.go	/^type Tm2 struct {$/;"	t
 19257  Tm3	./reflect/all_test.go	/^type Tm3 struct {$/;"	t
 19258  Tm4	./reflect/all_test.go	/^type Tm4 struct {$/;"	t
 19259  TmpVarCode	./syscall/mksyscall_windows.go	/^func (p *Param) TmpVarCode() string {$/;"	f
 19260  TmpVarHelperCode	./syscall/mksyscall_windows.go	/^func (p *Param) TmpVarHelperCode() string {$/;"	f
 19261  Tms	./syscall/types_linux.go	/^type Tms C.struct_tms$/;"	t
 19262  Tms	./syscall/ztypes_linux_386.go	/^type Tms struct {$/;"	t
 19263  Tms	./syscall/ztypes_linux_amd64.go	/^type Tms struct {$/;"	t
 19264  Tms	./syscall/ztypes_linux_arm.go	/^type Tms struct {$/;"	t
 19265  Tms	./syscall/ztypes_linux_arm64.go	/^type Tms struct {$/;"	t
 19266  Tms	./syscall/ztypes_linux_ppc64.go	/^type Tms struct {$/;"	t
 19267  Tms	./syscall/ztypes_linux_ppc64le.go	/^type Tms struct {$/;"	t
 19268  To	./unicode/letter.go	/^func To(_case int, r rune) rune {$/;"	f
 19269  To16	./net/ip.go	/^func (ip IP) To16() IP {$/;"	f
 19270  To4	./net/ip.go	/^func (ip IP) To4() IP {$/;"	f
 19271  ToEnglishName	./time/export_windows_test.go	/^func ToEnglishName(stdname, dstname string) (string, error) {$/;"	f
 19272  ToHTML	./go/doc/comment.go	/^func ToHTML(w io.Writer, text string, words map[string]string) {$/;"	f
 19273  ToLower	./bytes/bytes.go	/^func ToLower(s []byte) []byte { return Map(unicode.ToLower, s) }$/;"	f
 19274  ToLower	./strings/strings.go	/^func ToLower(s string) string { return Map(unicode.ToLower, s) }$/;"	f
 19275  ToLower	./unicode/letter.go	/^func (special SpecialCase) ToLower(r rune) rune {$/;"	f
 19276  ToLower	./unicode/letter.go	/^func ToLower(r rune) rune {$/;"	f
 19277  ToLowerSpecial	./bytes/bytes.go	/^func ToLowerSpecial(_case unicode.SpecialCase, s []byte) []byte {$/;"	f
 19278  ToLowerSpecial	./strings/strings.go	/^func ToLowerSpecial(_case unicode.SpecialCase, s string) string {$/;"	f
 19279  ToParams	./syscall/mksyscall_windows.go	/^func (r *Rets) ToParams() []*Param {$/;"	f
 19280  ToRDNSequence	./crypto/x509/pkix/pkix.go	/^func (n Name) ToRDNSequence() (ret RDNSequence) {$/;"	f
 19281  ToSlash	./path/filepath/path.go	/^func ToSlash(path string) string {$/;"	f
 19282  ToText	./go/doc/comment.go	/^func ToText(w io.Writer, text string, indent, preIndent string, width int) {$/;"	f
 19283  ToTitle	./bytes/bytes.go	/^func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }$/;"	f
 19284  ToTitle	./strings/strings.go	/^func ToTitle(s string) string { return Map(unicode.ToTitle, s) }$/;"	f
 19285  ToTitle	./unicode/letter.go	/^func (special SpecialCase) ToTitle(r rune) rune {$/;"	f
 19286  ToTitle	./unicode/letter.go	/^func ToTitle(r rune) rune {$/;"	f
 19287  ToTitleSpecial	./bytes/bytes.go	/^func ToTitleSpecial(_case unicode.SpecialCase, s []byte) []byte {$/;"	f
 19288  ToTitleSpecial	./strings/strings.go	/^func ToTitleSpecial(_case unicode.SpecialCase, s string) string {$/;"	f
 19289  ToTitleTests	./bytes/bytes_test.go	/^var ToTitleTests = []TitleTest{$/;"	v
 19290  ToUpper	./bytes/bytes.go	/^func ToUpper(s []byte) []byte { return Map(unicode.ToUpper, s) }$/;"	f
 19291  ToUpper	./strings/strings.go	/^func ToUpper(s string) string { return Map(unicode.ToUpper, s) }$/;"	f
 19292  ToUpper	./unicode/letter.go	/^func (special SpecialCase) ToUpper(r rune) rune {$/;"	f
 19293  ToUpper	./unicode/letter.go	/^func ToUpper(r rune) rune {$/;"	f
 19294  ToUpperSpecial	./bytes/bytes.go	/^func ToUpperSpecial(_case unicode.SpecialCase, s []byte) []byte {$/;"	f
 19295  ToUpperSpecial	./strings/strings.go	/^func ToUpperSpecial(_case unicode.SpecialCase, s string) string {$/;"	f
 19296  Token	./cmd/asm/internal/lex/lex.go	/^\/\/ A TokenReader is like a reader, but returns lex tokens of type Token. It also can tell you what$/;"	t
 19297  Token	./cmd/asm/internal/lex/lex.go	/^type Token struct {$/;"	t
 19298  Token	./encoding/json/stream.go	/^func (dec *Decoder) Token() (Token, error) {$/;"	f
 19299  Token	./encoding/json/stream.go	/^type Token interface{}$/;"	t
 19300  Token	./encoding/xml/xml.go	/^func (d *Decoder) Token() (t Token, err error) {$/;"	f
 19301  Token	./encoding/xml/xml.go	/^type Token interface{}$/;"	t
 19302  Token	./fmt/scan.go	/^func (s *ss) Token(skipSpace bool, f func(rune) bool) (tok []byte, err error) {$/;"	f
 19303  Token	./go/token/token.go	/^type Token int$/;"	t
 19304  Token	./syscall/security_windows.go	/^type Token Handle$/;"	t
 19305  TokenReader	./cmd/asm/internal/lex/lex.go	/^type TokenReader interface {$/;"	t
 19306  TokenString	./text/scanner/scanner.go	/^func TokenString(tok rune) string {$/;"	f
 19307  TokenText	./text/scanner/scanner.go	/^func (s *Scanner) TokenText() string {$/;"	f
 19308  Tokenize	./cmd/asm/internal/lex/lex.go	/^func Tokenize(str string) []Token {$/;"	f
 19309  Tokenizer	./cmd/asm/internal/lex/tokenizer.go	/^type Tokenizer struct {$/;"	t
 19310  Tokenprimarygroup	./syscall/security_windows.go	/^type Tokenprimarygroup struct {$/;"	t
 19311  Tokenuser	./syscall/security_windows.go	/^type Tokenuser struct {$/;"	t
 19312  Top	./encoding/json/decode_test.go	/^type Top struct {$/;"	t
 19313  TotalDist	./reflect/all_test.go	/^func (p Point) TotalDist(points ...Point) int {$/;"	f
 19314  Tptr	./cmd/compile/internal/gc/go.go	/^var Tptr int \/\/ either TPTR32 or TPTR64$/;"	v
 19315  Trace	./net/http/pprof/pprof.go	/^func Trace(w http.ResponseWriter, r *http.Request) {$/;"	f
 19316  TrackingWriter	./cmd/go/list.go	/^type TrackingWriter struct {$/;"	t
 19317  Translate	./cmd/cgo/gcc.go	/^func (p *Package) Translate(f *File) {$/;"	f
 19318  TranslateAccountName	./syscall/security_windows.go	/^func TranslateAccountName(username string, from, to uint32, initSize int) (string, error) {$/;"	f
 19319  TranslateName	./syscall/zsyscall_windows.go	/^func TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) {$/;"	f
 19320  TransmitFile	./syscall/zsyscall_windows.go	/^func TransmitFile(s Handle, handle Handle, bytesToWrite uint32, bytsPerSend uint32, overlapped *Overlapped, transmitFileBuf *TransmitFileBuffers, flags uint32) (err error) {$/;"	f
 19321  TransmitFileBuffers	./syscall/ztypes_windows.go	/^type TransmitFileBuffers struct {$/;"	t
 19322  Transport	./net/http/transport.go	/^type Transport struct {$/;"	t
 19323  TrapCause	./syscall/syscall_bsd.go	/^func (w WaitStatus) TrapCause() int { return -1 }$/;"	f
 19324  TrapCause	./syscall/syscall_linux.go	/^func (w WaitStatus) TrapCause() int {$/;"	f
 19325  TrapCause	./syscall/syscall_nacl.go	/^func (w WaitStatus) TrapCause() int     { return 0 }$/;"	f
 19326  TrapCause	./syscall/syscall_solaris.go	/^func (w WaitStatus) TrapCause() int { return -1 }$/;"	f
 19327  TrapCause	./syscall/syscall_windows.go	/^func (w WaitStatus) TrapCause() int { return -1 }$/;"	f
 19328  Tree	./text/template/exec_test.go	/^type Tree struct {$/;"	t
 19329  Tree	./text/template/parse/parse.go	/^type Tree struct {$/;"	t
 19330  Trim	./bytes/bytes.go	/^func Trim(s []byte, cutset string) []byte {$/;"	f
 19331  Trim	./strings/strings.go	/^func Trim(s string, cutset string) string {$/;"	f
 19332  TrimBytes	./net/textproto/textproto.go	/^func TrimBytes(b []byte) []byte {$/;"	f
 19333  TrimFunc	./bytes/bytes.go	/^func TrimFunc(s []byte, f func(r rune) bool) []byte {$/;"	f
 19334  TrimFunc	./strings/strings.go	/^func TrimFunc(s string, f func(rune) bool) string {$/;"	f
 19335  TrimFuncTest	./bytes/bytes_test.go	/^type TrimFuncTest struct {$/;"	t
 19336  TrimLeft	./bytes/bytes.go	/^func TrimLeft(s []byte, cutset string) []byte {$/;"	f
 19337  TrimLeft	./strings/strings.go	/^func TrimLeft(s string, cutset string) string {$/;"	f
 19338  TrimLeftFunc	./bytes/bytes.go	/^func TrimLeftFunc(s []byte, f func(r rune) bool) []byte {$/;"	f
 19339  TrimLeftFunc	./strings/strings.go	/^func TrimLeftFunc(s string, f func(rune) bool) string {$/;"	f
 19340  TrimPrefix	./bytes/bytes.go	/^func TrimPrefix(s, prefix []byte) []byte {$/;"	f
 19341  TrimPrefix	./strings/strings.go	/^func TrimPrefix(s, prefix string) string {$/;"	f
 19342  TrimRight	./bytes/bytes.go	/^func TrimRight(s []byte, cutset string) []byte {$/;"	f
 19343  TrimRight	./strings/strings.go	/^func TrimRight(s string, cutset string) string {$/;"	f
 19344  TrimRightFunc	./bytes/bytes.go	/^func TrimRightFunc(s []byte, f func(r rune) bool) []byte {$/;"	f
 19345  TrimRightFunc	./strings/strings.go	/^func TrimRightFunc(s string, f func(rune) bool) string {$/;"	f
 19346  TrimSpace	./bytes/bytes.go	/^func TrimSpace(s []byte) []byte {$/;"	f
 19347  TrimSpace	./strings/strings.go	/^func TrimSpace(s string) string {$/;"	f
 19348  TrimString	./net/textproto/textproto.go	/^func TrimString(s string) string {$/;"	f
 19349  TrimSuffix	./bytes/bytes.go	/^func TrimSuffix(s, suffix []byte) []byte {$/;"	f
 19350  TrimSuffix	./strings/strings.go	/^func TrimSuffix(s, suffix string) string {$/;"	f
 19351  TrimTest	./bytes/bytes_test.go	/^type TrimTest struct {$/;"	t
 19352  TrueFalse	./text/template/exec_test.go	/^func (u *U) TrueFalse(b bool) string {$/;"	f
 19353  Trunc	./math/floor.go	/^func Trunc(x float64) float64$/;"	f
 19354  Truncate	./bytes/buffer.go	/^func (b *Buffer) Truncate(n int) {$/;"	f
 19355  Truncate	./os/file_plan9.go	/^func (f *File) Truncate(size int64) error {$/;"	f
 19356  Truncate	./os/file_plan9.go	/^func Truncate(name string, size int64) error {$/;"	f
 19357  Truncate	./os/file_posix.go	/^func (f *File) Truncate(size int64) error {$/;"	f
 19358  Truncate	./os/file_unix.go	/^func Truncate(name string, size int64) error {$/;"	f
 19359  Truncate	./os/file_windows.go	/^func Truncate(name string, size int64) error {$/;"	f
 19360  Truncate	./syscall/fs_nacl.go	/^func Truncate(path string, length int64) error {$/;"	f
 19361  Truncate	./syscall/zsyscall_darwin_386.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19362  Truncate	./syscall/zsyscall_darwin_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19363  Truncate	./syscall/zsyscall_darwin_arm.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19364  Truncate	./syscall/zsyscall_darwin_arm64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19365  Truncate	./syscall/zsyscall_dragonfly_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19366  Truncate	./syscall/zsyscall_freebsd_386.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19367  Truncate	./syscall/zsyscall_freebsd_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19368  Truncate	./syscall/zsyscall_freebsd_arm.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19369  Truncate	./syscall/zsyscall_linux_386.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19370  Truncate	./syscall/zsyscall_linux_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19371  Truncate	./syscall/zsyscall_linux_arm.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19372  Truncate	./syscall/zsyscall_linux_arm64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19373  Truncate	./syscall/zsyscall_linux_ppc64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19374  Truncate	./syscall/zsyscall_linux_ppc64le.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19375  Truncate	./syscall/zsyscall_netbsd_386.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19376  Truncate	./syscall/zsyscall_netbsd_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19377  Truncate	./syscall/zsyscall_netbsd_arm.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19378  Truncate	./syscall/zsyscall_openbsd_386.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19379  Truncate	./syscall/zsyscall_openbsd_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19380  Truncate	./syscall/zsyscall_openbsd_arm.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19381  Truncate	./syscall/zsyscall_solaris_amd64.go	/^func Truncate(path string, length int64) (err error) {$/;"	f
 19382  Truncate	./time/time.go	/^func (t Time) Truncate(d Duration) Time {$/;"	f
 19383  TruncateWriter	./testing/iotest/writer.go	/^func TruncateWriter(w io.Writer, n int64) io.Writer {$/;"	f
 19384  TryReadBit	./compress/bzip2/bit_reader.go	/^func (br *bitReader) TryReadBit() (bit byte, ok bool) {$/;"	f
 19385  TryRecv	./reflect/value.go	/^func (v Value) TryRecv() (x Value, ok bool) {$/;"	f
 19386  TrySend	./reflect/value.go	/^func (v Value) TrySend(x Value) bool {$/;"	f
 19387  Tscalar	./reflect/all_test.go	/^	var Tscalar, Tint64, Tptr, Tscalarptr, Tptrscalar, Tbigptrscalar Type$/;"	v
 19388  Tsmallp	./reflect/all_test.go	/^type Tsmallp byte$/;"	t
 19389  Tsmallv	./reflect/all_test.go	/^type Tsmallv byte$/;"	t
 19390  Tstring	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tstring string; return Tstring(strconv.Itoa(i)) },$/;"	t
 19391  Tstruct	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tstruct struct{ V [1]int }; return Tstruct{[1]int{i}} },$/;"	t
 19392  Tstruct	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tstruct struct{ V []int }; return Tstruct{[]int{i}} },$/;"	t
 19393  Tstruct	./reflect/all_test.go	/^			value:      func(i int) interface{} { type Tstruct struct{ V int }; return Tstruct{i} },$/;"	t
 19394  TstructUV	./reflect/all_test.go	/^				type TstructUV struct {$/;"	t
 19395  TstructUV	./reflect/all_test.go	/^			value:      func(i int) interface{} { type TstructUV struct{ U, V int }; return TstructUV{i, i} },$/;"	t
 19396  Tuple	./go/types/type.go	/^type Tuple struct {$/;"	t
 19397  TurkishCase	./unicode/casetables.go	/^var TurkishCase SpecialCase = _TurkishCase$/;"	v
 19398  TwoLines	./fmt/scan_test.go	/^type TwoLines string$/;"	t
 19399  Twoer	./cmd/api/testdata/src/pkg/p2/p2.go	/^type Twoer interface {$/;"	t
 19400  Twordp	./reflect/all_test.go	/^type Twordp uintptr$/;"	t
 19401  Twordv	./reflect/all_test.go	/^type Twordv uintptr$/;"	t
 19402  Tx	./database/sql/driver/driver.go	/^type Tx interface {$/;"	t
 19403  Tx	./database/sql/sql.go	/^type Tx struct {$/;"	t
 19404  Typ	./go/types/universe.go	/^var Typ = []*Basic{$/;"	v
 19405  Type	./builtin/builtin.go	/^type Type int$/;"	t
 19406  Type	./cmd/cgo/gcc.go	/^func (c *typeConv) Type(dtype dwarf.Type, pos token.Pos) *Type {$/;"	f
 19407  Type	./cmd/cgo/main.go	/^type Type struct {$/;"	t
 19408  Type	./cmd/compile/internal/gc/go.go	/^type Type struct {$/;"	t
 19409  Type	./cmd/compile/internal/gc/syntax.go	/^	OCLOSURE         \/\/ func Type { Body } (func literal)$/;"	f
 19410  Type	./cmd/fix/typecheck.go	/^type Type struct {$/;"	t
 19411  Type	./debug/dwarf/type.go	/^func (d *Data) Type(off Offset) (Type, error) {$/;"	f
 19412  Type	./debug/dwarf/type.go	/^type Type interface {$/;"	t
 19413  Type	./debug/elf/elf.go	/^type Type uint16$/;"	t
 19414  Type	./debug/macho/macho.go	/^type Type uint32$/;"	t
 19415  Type	./encoding/gob/decgen.go	/^type Type struct {$/;"	t
 19416  Type	./encoding/gob/encgen.go	/^type Type struct {$/;"	t
 19417  Type	./go/doc/doc.go	/^type Type struct {$/;"	t
 19418  Type	./go/types/object.go	/^func (obj *object) Type() Type          { return obj.typ }$/;"	f
 19419  Type	./go/types/selection.go	/^func (s *Selection) Type() Type {$/;"	f
 19420  Type	./go/types/type.go	/^type Type interface {$/;"	t
 19421  Type	./net/internal/socktest/switch.go	/^func (c Cookie) Type() int { return int(c << 16 >> 32) }$/;"	f
 19422  Type	./reflect/export_test.go	/^func FuncLayout(t Type, rcvr Type) (frametype Type, argSize, retOffset uintptr, stack []byte, gc []byte, ptrs bool) {$/;"	t
 19423  Type	./reflect/type.go	/^type Type interface {$/;"	t
 19424  Type	./reflect/value.go	/^func (v Value) Type() Type {$/;"	f
 19425  Type	./text/template/parse/node.go	/^func (d *DotNode) Type() NodeType {$/;"	f
 19426  Type	./text/template/parse/node.go	/^func (e *elseNode) Type() NodeType {$/;"	f
 19427  Type	./text/template/parse/node.go	/^func (n *NilNode) Type() NodeType {$/;"	f
 19428  Type	./text/template/parse/node.go	/^func (t NodeType) Type() NodeType {$/;"	f
 19429  Type0	./encoding/gob/encoder_test.go	/^	type Type0 struct {$/;"	t
 19430  Type1	./builtin/builtin.go	/^type Type1 int$/;"	t
 19431  Type1	./encoding/gob/encoder_test.go	/^	type Type1 struct {$/;"	t
 19432  Type2	./encoding/gob/encoder_test.go	/^	type Type2 struct {$/;"	t
 19433  Type3	./encoding/gob/encoder_test.go	/^	type Type3 struct {$/;"	t
 19434  Type4	./encoding/gob/encoder_test.go	/^	type Type4 struct {$/;"	t
 19435  Type5	./encoding/gob/encoder_test.go	/^	type Type5 struct {$/;"	t
 19436  Type6	./encoding/gob/encoder_test.go	/^	type Type6 struct {$/;"	t
 19437  Type7	./encoding/gob/encoder_test.go	/^	type Type7 struct {$/;"	t
 19438  TypeAndValue	./go/types/api.go	/^type TypeAndValue struct {$/;"	t
 19439  TypeAssertionError	./runtime/error.go	/^type TypeAssertionError struct {$/;"	t
 19440  TypeByExtension	./mime/type.go	/^func TypeByExtension(ext string) string {$/;"	f
 19441  TypeConfig	./cmd/fix/typecheck.go	/^type TypeConfig struct {$/;"	t
 19442  TypeID	./runtime/race/testdata/regression_test.go	/^type TypeID int$/;"	t
 19443  TypeLinks	./reflect/export_test.go	/^func TypeLinks() []string {$/;"	f
 19444  TypeList	./cmd/compile/internal/gc/align.go	/^type TypeList struct {$/;"	t
 19445  TypeName	./go/types/object.go	/^type TypeName struct {$/;"	t
 19446  TypeOf	./go/types/api.go	/^func (info *Info) TypeOf(e ast.Expr) Type {$/;"	f
 19447  TypeOf	./reflect/type.go	/^func TypeOf(i interface{}) Type {$/;"	f
 19448  TypePairList	./cmd/compile/internal/gc/subr.go	/^type TypePairList struct {$/;"	t
 19449  TypeRepr	./cmd/cgo/main.go	/^type TypeRepr struct {$/;"	t
 19450  TypeString	./go/types/typestring.go	/^func TypeString(typ Type, qf Qualifier) string {$/;"	f
 19451  Typedef	./cmd/compile/internal/gc/go.go	/^type Typedef struct {$/;"	t
 19452  TypedefType	./debug/dwarf/type.go	/^type TypedefType struct {$/;"	t
 19453  Types	./cmd/compile/internal/gc/go.go	/^var Types [NTYPE]*Type$/;"	v
 19454  U1	./go/doc/testdata/e.go	/^type U1 struct {$/;"	t
 19455  U1	./math/big/arith_amd64.s	/^U1:	\/\/ n >= 0$/;"	l
 19456  U2	./go/doc/testdata/e.go	/^type U2 struct {$/;"	t
 19457  U2	./math/big/arith_amd64.s	/^U2:	\/\/ n >= 0$/;"	l
 19458  U3	./go/doc/testdata/e.go	/^type U3 struct {$/;"	t
 19459  U3	./math/big/arith_amd64.s	/^U3:	\/\/ n >= 0$/;"	l
 19460  U4	./go/doc/testdata/e.go	/^type U4 struct {$/;"	t
 19461  U4	./math/big/arith_amd64.s	/^U4:	\/\/ n >= 0$/;"	l
 19462  UDPAddr	./net/udpsock.go	/^type UDPAddr struct {$/;"	t
 19463  UDPConn	./net/udpsock_plan9.go	/^type UDPConn struct {$/;"	t
 19464  UDPConn	./net/udpsock_posix.go	/^type UDPConn struct {$/;"	t
 19465  UI	./cmd/pprof/internal/plugin/plugin.go	/^type UI interface {$/;"	t
 19466  URL	./cmd/api/testdata/src/pkg/p1/p1.go	/^type URL struct{}$/;"	t
 19467  URL	./net/url/url.go	/^type URL struct {$/;"	t
 19468  URLEncoding	./encoding/base64/base64.go	/^var URLEncoding = NewEncoding(encodeURL)$/;"	v
 19469  URLQueryEscaper	./html/template/escape.go	/^func URLQueryEscaper(args ...interface{}) string {$/;"	f
 19470  URLQueryEscaper	./text/template/funcs.go	/^func URLQueryEscaper(args ...interface{}) string {$/;"	f
 19471  URLTest	./net/url/url_test.go	/^type URLTest struct {$/;"	t
 19472  USEABLE	./runtime/sys_linux_386.s	/^#define USEABLE 0x40$/;"	d
 19473  UTC	./time/time.go	/^func (t Time) UTC() Time {$/;"	f
 19474  UTC	./time/zoneinfo.go	/^var UTC *Location = &utcLoc$/;"	v
 19475  UTF16FromString	./syscall/syscall_windows.go	/^func UTF16FromString(s string) ([]uint16, error) {$/;"	f
 19476  UTF16PtrFromString	./syscall/syscall_windows.go	/^func UTF16PtrFromString(s string) (*uint16, error) {$/;"	f
 19477  UTF16ToString	./syscall/syscall_windows.go	/^func UTF16ToString(s []uint16) string {$/;"	f
 19478  UcharType	./debug/dwarf/type.go	/^type UcharType struct {$/;"	t
 19479  Ucontext	./runtime/defs1_linux.go	/^type Ucontext C.ucontext_t$/;"	t
 19480  Ucontext	./runtime/defs2_linux.go	/^type Ucontext C.struct_ucontext$/;"	t
 19481  Ucontext	./runtime/defs3_linux.go	/^type Ucontext C.struct_ucontext$/;"	t
 19482  Ucontext	./runtime/defs_arm_linux.go	/^type Ucontext C.struct_ucontext$/;"	t
 19483  Ucontext	./runtime/defs_darwin.go	/^type Ucontext C.struct_ucontext$/;"	t
 19484  Ucontext	./runtime/defs_dragonfly.go	/^type Ucontext C.ucontext_t$/;"	t
 19485  Ucontext	./runtime/defs_freebsd.go	/^type Ucontext C.ucontext_t$/;"	t
 19486  Ucontext	./runtime/defs_solaris.go	/^type Ucontext C.ucontext_t$/;"	t
 19487  UcontextT	./runtime/defs_netbsd.go	/^type UcontextT C.ucontext_t$/;"	t
 19488  Ucred	./syscall/types_linux.go	/^type Ucred C.struct_ucred$/;"	t
 19489  Ucred	./syscall/ztypes_linux_386.go	/^type Ucred struct {$/;"	t
 19490  Ucred	./syscall/ztypes_linux_amd64.go	/^type Ucred struct {$/;"	t
 19491  Ucred	./syscall/ztypes_linux_arm.go	/^type Ucred struct {$/;"	t
 19492  Ucred	./syscall/ztypes_linux_arm64.go	/^type Ucred struct {$/;"	t
 19493  Ucred	./syscall/ztypes_linux_ppc64.go	/^type Ucred struct {$/;"	t
 19494  Ucred	./syscall/ztypes_linux_ppc64le.go	/^type Ucred struct {$/;"	t
 19495  Uint	./flag/flag.go	/^func (f *FlagSet) Uint(name string, value uint, usage string) *uint {$/;"	f
 19496  Uint	./flag/flag.go	/^func Uint(name string, value uint, usage string) *uint {$/;"	f
 19497  Uint	./reflect/value.go	/^func (v Value) Uint() uint64 {$/;"	f
 19498  Uint16	./encoding/binary/binary.go	/^func (bigEndian) Uint16(b []byte) uint16 { return uint16(b[1]) | uint16(b[0])<<8 }$/;"	f
 19499  Uint16	./encoding/binary/binary.go	/^func (littleEndian) Uint16(b []byte) uint16 { return uint16(b[0]) | uint16(b[1])<<8 }$/;"	f
 19500  Uint32	./encoding/binary/binary.go	/^func (bigEndian) Uint32(b []byte) uint32 {$/;"	f
 19501  Uint32	./encoding/binary/binary.go	/^func (littleEndian) Uint32(b []byte) uint32 {$/;"	f
 19502  Uint32	./math/rand/rand.go	/^func (r *Rand) Uint32() uint32 { return uint32(r.Int63() >> 31) }$/;"	f
 19503  Uint32	./math/rand/rand.go	/^func Uint32() uint32 { return globalRand.Uint32() }$/;"	f
 19504  Uint64	./cmd/compile/internal/big/float.go	/^func (x *Float) Uint64() (uint64, Accuracy) {$/;"	f
 19505  Uint64	./cmd/compile/internal/big/int.go	/^func (x *Int) Uint64() uint64 {$/;"	f
 19506  Uint64	./encoding/binary/binary.go	/^func (bigEndian) Uint64(b []byte) uint64 {$/;"	f
 19507  Uint64	./encoding/binary/binary.go	/^func (littleEndian) Uint64(b []byte) uint64 {$/;"	f
 19508  Uint64	./flag/flag.go	/^func (f *FlagSet) Uint64(name string, value uint64, usage string) *uint64 {$/;"	f
 19509  Uint64	./flag/flag.go	/^func Uint64(name string, value uint64, usage string) *uint64 {$/;"	f
 19510  Uint64	./math/big/float.go	/^func (x *Float) Uint64() (uint64, Accuracy) {$/;"	f
 19511  Uint64	./math/big/int.go	/^func (x *Int) Uint64() uint64 {$/;"	f
 19512  Uint64	./math/rand/zipf.go	/^func (z *Zipf) Uint64() uint64 {$/;"	f
 19513  Uint64Val	./go/constant/value.go	/^func Uint64Val(x Value) (uint64, bool) {$/;"	f
 19514  Uint64Var	./flag/flag.go	/^func (f *FlagSet) Uint64Var(p *uint64, name string, value uint64, usage string) {$/;"	f
 19515  Uint64Var	./flag/flag.go	/^func Uint64Var(p *uint64, name string, value uint64, usage string) {$/;"	f
 19516  UintFactory	./go/doc/testdata/b.go	/^func UintFactory() uint {}$/;"	f
 19517  UintType	./debug/dwarf/type.go	/^type UintType struct {$/;"	t
 19518  UintVar	./flag/flag.go	/^func (f *FlagSet) UintVar(p *uint, name string, value uint, usage string) {$/;"	f
 19519  UintVar	./flag/flag.go	/^func UintVar(p *uint, name string, value uint, usage string) {$/;"	f
 19520  Uintreg	./runtime/export_test.go	/^type Uintreg uintreg$/;"	t
 19521  Umagic	./cmd/compile/internal/gc/subr.go	/^func Umagic(m *Magic) {$/;"	f
 19522  Umask	./syscall/zsyscall_darwin_386.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19523  Umask	./syscall/zsyscall_darwin_amd64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19524  Umask	./syscall/zsyscall_darwin_arm.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19525  Umask	./syscall/zsyscall_darwin_arm64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19526  Umask	./syscall/zsyscall_dragonfly_amd64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19527  Umask	./syscall/zsyscall_freebsd_386.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19528  Umask	./syscall/zsyscall_freebsd_amd64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19529  Umask	./syscall/zsyscall_freebsd_arm.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19530  Umask	./syscall/zsyscall_linux_386.go	/^func Umask(mask int) (oldmask int) {$/;"	f
 19531  Umask	./syscall/zsyscall_linux_amd64.go	/^func Umask(mask int) (oldmask int) {$/;"	f
 19532  Umask	./syscall/zsyscall_linux_arm.go	/^func Umask(mask int) (oldmask int) {$/;"	f
 19533  Umask	./syscall/zsyscall_linux_arm64.go	/^func Umask(mask int) (oldmask int) {$/;"	f
 19534  Umask	./syscall/zsyscall_linux_ppc64.go	/^func Umask(mask int) (oldmask int) {$/;"	f
 19535  Umask	./syscall/zsyscall_linux_ppc64le.go	/^func Umask(mask int) (oldmask int) {$/;"	f
 19536  Umask	./syscall/zsyscall_netbsd_386.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19537  Umask	./syscall/zsyscall_netbsd_amd64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19538  Umask	./syscall/zsyscall_netbsd_arm.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19539  Umask	./syscall/zsyscall_openbsd_386.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19540  Umask	./syscall/zsyscall_openbsd_amd64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19541  Umask	./syscall/zsyscall_openbsd_arm.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19542  Umask	./syscall/zsyscall_solaris_amd64.go	/^func Umask(newmask int) (oldmask int) {$/;"	f
 19543  Uname	./syscall/zsyscall_linux_386.go	/^func Uname(buf *Utsname) (err error) {$/;"	f
 19544  Uname	./syscall/zsyscall_linux_amd64.go	/^func Uname(buf *Utsname) (err error) {$/;"	f
 19545  Uname	./syscall/zsyscall_linux_arm.go	/^func Uname(buf *Utsname) (err error) {$/;"	f
 19546  Uname	./syscall/zsyscall_linux_arm64.go	/^func Uname(buf *Utsname) (err error) {$/;"	f
 19547  Uname	./syscall/zsyscall_linux_ppc64.go	/^func Uname(buf *Utsname) (err error) {$/;"	f
 19548  Uname	./syscall/zsyscall_linux_ppc64le.go	/^func Uname(buf *Utsname) (err error) {$/;"	f
 19549  Unary	./cmd/compile/internal/big/nat.go	/^\/\/   func (z *T) Unary(x *T) *T        \/\/ z = op x$/;"	f
 19550  Unary	./math/big/nat.go	/^\/\/   func (z *T) Unary(x *T) *T        \/\/ z = op x$/;"	f
 19551  UnaryOp	./go/constant/value.go	/^func UnaryOp(op token.Token, y Value, prec uint) Value {$/;"	f
 19552  Undelete	./syscall/zsyscall_darwin_386.go	/^func Undelete(path string) (err error) {$/;"	f
 19553  Undelete	./syscall/zsyscall_darwin_amd64.go	/^func Undelete(path string) (err error) {$/;"	f
 19554  Undelete	./syscall/zsyscall_darwin_arm.go	/^func Undelete(path string) (err error) {$/;"	f
 19555  Undelete	./syscall/zsyscall_darwin_arm64.go	/^func Undelete(path string) (err error) {$/;"	f
 19556  Undelete	./syscall/zsyscall_dragonfly_amd64.go	/^func Undelete(path string) (err error) {$/;"	f
 19557  Undelete	./syscall/zsyscall_freebsd_386.go	/^func Undelete(path string) (err error) {$/;"	f
 19558  Undelete	./syscall/zsyscall_freebsd_amd64.go	/^func Undelete(path string) (err error) {$/;"	f
 19559  Undelete	./syscall/zsyscall_freebsd_arm.go	/^func Undelete(path string) (err error) {$/;"	f
 19560  Underlying	./go/types/type.go	/^func (t *Array) Underlying() Type     { return t }$/;"	f
 19561  Underlying	./go/types/type.go	/^func (t *Basic) Underlying() Type     { return t }$/;"	f
 19562  Underlying	./go/types/type.go	/^func (t *Chan) Underlying() Type      { return t }$/;"	f
 19563  Underlying	./go/types/type.go	/^func (t *Interface) Underlying() Type { return t }$/;"	f
 19564  Underlying	./go/types/type.go	/^func (t *Map) Underlying() Type       { return t }$/;"	f
 19565  Underlying	./go/types/type.go	/^func (t *Named) Underlying() Type     { return t.underlying }$/;"	f
 19566  Underlying	./go/types/type.go	/^func (t *Pointer) Underlying() Type   { return t }$/;"	f
 19567  Underlying	./go/types/type.go	/^func (t *Signature) Underlying() Type { return t }$/;"	f
 19568  Underlying	./go/types/type.go	/^func (t *Slice) Underlying() Type     { return t }$/;"	f
 19569  Underlying	./go/types/type.go	/^func (t *Struct) Underlying() Type    { return t }$/;"	f
 19570  Underlying	./go/types/type.go	/^func (t *Tuple) Underlying() Type     { return t }$/;"	f
 19571  UnescapeString	./html/escape.go	/^func UnescapeString(s string) string {$/;"	f
 19572  UnexpT	./reflect/all_test.go	/^type UnexpT struct {$/;"	t
 19573  Unexported	./encoding/binary/binary_test.go	/^type Unexported struct {$/;"	t
 19574  UnexportedEncodingTagTest	./cmd/vet/testdata/structtag.go	/^type UnexportedEncodingTagTest struct {$/;"	t
 19575  UnhandledCriticalExtension	./crypto/x509/x509.go	/^type UnhandledCriticalExtension struct{}$/;"	t
 19576  UnhandledCriticalExtension	./crypto/x509/x509_test.go	/^			t.Fatalf("Error was %#v, but wanted one of type UnhandledCriticalExtension", err)$/;"	t
 19577  Uniform	./image/names.go	/^type Uniform struct {$/;"	t
 19578  Union	./image/geom.go	/^func (r Rectangle) Union(s Rectangle) Rectangle {$/;"	f
 19579  Uniqp	./cmd/compile/internal/gc/popt.go	/^func Uniqp(r *Flow) *Flow {$/;"	f
 19580  Uniqs	./cmd/compile/internal/gc/popt.go	/^func Uniqs(r *Flow) *Flow {$/;"	f
 19581  Universe	./encoding/xml/marshal_test.go	/^type Universe struct {$/;"	t
 19582  Unix	./syscall/syscall.go	/^func (ts *Timespec) Unix() (sec int64, nsec int64) {$/;"	f
 19583  Unix	./syscall/syscall.go	/^func (tv *Timeval) Unix() (sec int64, nsec int64) {$/;"	f
 19584  Unix	./time/time.go	/^func (t Time) Unix() int64 {$/;"	f
 19585  Unix	./time/time.go	/^func Unix(sec int64, nsec int64) Time {$/;"	f
 19586  UnixAddr	./net/unixsock.go	/^type UnixAddr struct {$/;"	t
 19587  UnixConn	./net/unixsock_plan9.go	/^type UnixConn struct {$/;"	t
 19588  UnixConn	./net/unixsock_posix.go	/^type UnixConn struct {$/;"	t
 19589  UnixCredentials	./syscall/sockcmsg_linux.go	/^func UnixCredentials(ucred *Ucred) []byte {$/;"	f
 19590  UnixListener	./net/unixsock_plan9.go	/^type UnixListener struct {$/;"	t
 19591  UnixListener	./net/unixsock_posix.go	/^type UnixListener struct {$/;"	t
 19592  UnixNano	./time/time.go	/^func (t Time) UnixNano() int64 {$/;"	f
 19593  UnixRights	./syscall/sockcmsg_unix.go	/^func UnixRights(fds ...int) []byte {$/;"	f
 19594  UnkeyedLiteral	./cmd/vet/whitelist/whitelist.go	/^var UnkeyedLiteral = map[string]bool{$/;"	v
 19595  UnknownAuthorityError	./crypto/x509/verify.go	/^type UnknownAuthorityError struct {$/;"	t
 19596  UnknownFileError	./debug/gosym/symtab.go	/^type UnknownFileError string$/;"	t
 19597  UnknownLineError	./debug/gosym/symtab.go	/^type UnknownLineError struct {$/;"	t
 19598  UnknownNetworkError	./net/net.go	/^type UnknownNetworkError string$/;"	t
 19599  UnknownUserError	./os/user/lookup.go	/^\/\/ returned error is of type UnknownUserError.$/;"	t
 19600  UnknownUserError	./os/user/user.go	/^type UnknownUserError string$/;"	t
 19601  UnknownUserIdError	./os/user/lookup.go	/^\/\/ returned error is of type UnknownUserIdError.$/;"	t
 19602  UnknownUserIdError	./os/user/user.go	/^type UnknownUserIdError int$/;"	t
 19603  Unlink	./container/ring/ring.go	/^func (r *Ring) Unlink(n int) *Ring {$/;"	f
 19604  Unlink	./syscall/fs_nacl.go	/^func Unlink(path string) error {$/;"	f
 19605  Unlink	./syscall/syscall_linux.go	/^func Unlink(path string) error {$/;"	f
 19606  Unlink	./syscall/syscall_windows.go	/^func Unlink(path string) (err error) {$/;"	f
 19607  Unlink	./syscall/zsyscall_darwin_386.go	/^func Unlink(path string) (err error) {$/;"	f
 19608  Unlink	./syscall/zsyscall_darwin_amd64.go	/^func Unlink(path string) (err error) {$/;"	f
 19609  Unlink	./syscall/zsyscall_darwin_arm.go	/^func Unlink(path string) (err error) {$/;"	f
 19610  Unlink	./syscall/zsyscall_darwin_arm64.go	/^func Unlink(path string) (err error) {$/;"	f
 19611  Unlink	./syscall/zsyscall_dragonfly_amd64.go	/^func Unlink(path string) (err error) {$/;"	f
 19612  Unlink	./syscall/zsyscall_freebsd_386.go	/^func Unlink(path string) (err error) {$/;"	f
 19613  Unlink	./syscall/zsyscall_freebsd_amd64.go	/^func Unlink(path string) (err error) {$/;"	f
 19614  Unlink	./syscall/zsyscall_freebsd_arm.go	/^func Unlink(path string) (err error) {$/;"	f
 19615  Unlink	./syscall/zsyscall_netbsd_386.go	/^func Unlink(path string) (err error) {$/;"	f
 19616  Unlink	./syscall/zsyscall_netbsd_amd64.go	/^func Unlink(path string) (err error) {$/;"	f
 19617  Unlink	./syscall/zsyscall_netbsd_arm.go	/^func Unlink(path string) (err error) {$/;"	f
 19618  Unlink	./syscall/zsyscall_openbsd_386.go	/^func Unlink(path string) (err error) {$/;"	f
 19619  Unlink	./syscall/zsyscall_openbsd_amd64.go	/^func Unlink(path string) (err error) {$/;"	f
 19620  Unlink	./syscall/zsyscall_openbsd_arm.go	/^func Unlink(path string) (err error) {$/;"	f
 19621  Unlink	./syscall/zsyscall_solaris_amd64.go	/^func Unlink(path string) (err error) {$/;"	f
 19622  Unlinkat	./syscall/syscall_linux.go	/^func Unlinkat(dirfd int, path string) error {$/;"	f
 19623  Unlock	./cmd/vet/testdata/copylock_func.go	/^func (*CustomLock) Unlock() {}$/;"	f
 19624  Unlock	./net/http/transport.go	/^func (fakeLocker) Unlock() {}$/;"	f
 19625  Unlock	./sync/mutex.go	/^func (m *Mutex) Unlock() {$/;"	f
 19626  Unlock	./sync/rwmutex.go	/^func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() }$/;"	f
 19627  Unlock	./sync/rwmutex.go	/^func (rw *RWMutex) Unlock() {$/;"	f
 19628  UnlockOSThread	./runtime/proc1.go	/^func UnlockOSThread() {$/;"	f
 19629  UnmapViewOfFile	./syscall/zsyscall_windows.go	/^func UnmapViewOfFile(addr uintptr) (err error) {$/;"	f
 19630  Unmarshal	./crypto/elliptic/elliptic.go	/^func Unmarshal(curve Curve, data []byte) (x, y *big.Int) {$/;"	f
 19631  Unmarshal	./encoding/asn1/asn1.go	/^func Unmarshal(b []byte, val interface{}) (rest []byte, err error) {$/;"	f
 19632  Unmarshal	./encoding/json/decode.go	/^func Unmarshal(data []byte, v interface{}) error {$/;"	f
 19633  Unmarshal	./encoding/xml/read.go	/^func Unmarshal(data []byte, v interface{}) error {$/;"	f
 19634  UnmarshalBinary	./encoding/gob/example_encdec_test.go	/^func (v *Vector) UnmarshalBinary(data []byte) error {$/;"	f
 19635  UnmarshalBinary	./encoding/gob/gobencdec_test.go	/^func (g *BinaryGobber) UnmarshalBinary(data []byte) error {$/;"	f
 19636  UnmarshalBinary	./encoding/gob/gobencdec_test.go	/^func (v *BinaryValueGobber) UnmarshalBinary(data []byte) error {$/;"	f
 19637  UnmarshalBinary	./time/time.go	/^func (t *Time) UnmarshalBinary(data []byte) error {$/;"	f
 19638  UnmarshalDir	./syscall/dir_plan9.go	/^func UnmarshalDir(b []byte) (*Dir, error) {$/;"	f
 19639  UnmarshalError	./encoding/xml/read.go	/^type UnmarshalError string$/;"	t
 19640  UnmarshalFieldError	./encoding/json/decode.go	/^type UnmarshalFieldError struct {$/;"	t
 19641  UnmarshalJSON	./cmd/compile/internal/big/int.go	/^func (z *Int) UnmarshalJSON(text []byte) error {$/;"	f
 19642  UnmarshalJSON	./encoding/json/decode_test.go	/^func (t *Time3339) UnmarshalJSON(b []byte) error {$/;"	f
 19643  UnmarshalJSON	./encoding/json/decode_test.go	/^func (u *unmarshaler) UnmarshalJSON(b []byte) error {$/;"	f
 19644  UnmarshalJSON	./encoding/json/encode_test.go	/^func (r *Ref) UnmarshalJSON([]byte) error {$/;"	f
 19645  UnmarshalJSON	./encoding/json/stream.go	/^func (m *RawMessage) UnmarshalJSON(data []byte) error {$/;"	f
 19646  UnmarshalJSON	./math/big/int.go	/^func (z *Int) UnmarshalJSON(text []byte) error {$/;"	f
 19647  UnmarshalJSON	./time/time.go	/^func (t *Time) UnmarshalJSON(data []byte) (err error) {$/;"	f
 19648  UnmarshalText	./cmd/compile/internal/big/int.go	/^func (z *Int) UnmarshalText(text []byte) error {$/;"	f
 19649  UnmarshalText	./cmd/compile/internal/big/rat.go	/^func (r *Rat) UnmarshalText(text []byte) error {$/;"	f
 19650  UnmarshalText	./encoding/gob/gobencdec_test.go	/^func (g *TextGobber) UnmarshalText(data []byte) error {$/;"	f
 19651  UnmarshalText	./encoding/gob/gobencdec_test.go	/^func (v *TextValueGobber) UnmarshalText(data []byte) error {$/;"	f
 19652  UnmarshalText	./encoding/json/decode_test.go	/^func (u *unmarshalerText) UnmarshalText(b []byte) error {$/;"	f
 19653  UnmarshalText	./encoding/json/encode_test.go	/^func (r *RefText) UnmarshalText([]byte) error {$/;"	f
 19654  UnmarshalText	./math/big/int.go	/^func (z *Int) UnmarshalText(text []byte) error {$/;"	f
 19655  UnmarshalText	./math/big/rat.go	/^func (r *Rat) UnmarshalText(text []byte) error {$/;"	f
 19656  UnmarshalText	./net/ip.go	/^func (ip *IP) UnmarshalText(text []byte) error {$/;"	f
 19657  UnmarshalText	./time/time.go	/^func (t *Time) UnmarshalText(data []byte) (err error) {$/;"	f
 19658  UnmarshalTypeError	./encoding/json/decode.go	/^type UnmarshalTypeError struct {$/;"	t
 19659  UnmarshalWithParams	./encoding/asn1/asn1.go	/^func UnmarshalWithParams(b []byte, val interface{}, params string) (rest []byte, err error) {$/;"	f
 19660  UnmarshalXML	./encoding/xml/read_test.go	/^func (m *MyCharData) UnmarshalXML(d *Decoder, start StartElement) error {$/;"	f
 19661  UnmarshalXMLAttr	./encoding/xml/read_test.go	/^func (m *MyAttr) UnmarshalXMLAttr(attr Attr) error {$/;"	f
 19662  UnmarshalXMLAttr	./encoding/xml/read_test.go	/^func (m *MyCharData) UnmarshalXMLAttr(attr Attr) error {$/;"	f
 19663  Unmarshaler	./encoding/json/decode.go	/^type Unmarshaler interface {$/;"	t
 19664  Unmarshaler	./encoding/xml/read.go	/^type Unmarshaler interface {$/;"	t
 19665  UnmarshalerAttr	./encoding/xml/read.go	/^type UnmarshalerAttr interface {$/;"	t
 19666  Unmount	./syscall/syscall_plan9.go	/^func Unmount(name, old string) (err error) {$/;"	f
 19667  Unmount	./syscall/zsyscall_darwin_386.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19668  Unmount	./syscall/zsyscall_darwin_amd64.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19669  Unmount	./syscall/zsyscall_darwin_arm.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19670  Unmount	./syscall/zsyscall_darwin_arm64.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19671  Unmount	./syscall/zsyscall_dragonfly_amd64.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19672  Unmount	./syscall/zsyscall_freebsd_386.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19673  Unmount	./syscall/zsyscall_freebsd_amd64.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19674  Unmount	./syscall/zsyscall_freebsd_arm.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19675  Unmount	./syscall/zsyscall_linux_386.go	/^func Unmount(target string, flags int) (err error) {$/;"	f
 19676  Unmount	./syscall/zsyscall_linux_amd64.go	/^func Unmount(target string, flags int) (err error) {$/;"	f
 19677  Unmount	./syscall/zsyscall_linux_arm.go	/^func Unmount(target string, flags int) (err error) {$/;"	f
 19678  Unmount	./syscall/zsyscall_linux_arm64.go	/^func Unmount(target string, flags int) (err error) {$/;"	f
 19679  Unmount	./syscall/zsyscall_linux_ppc64.go	/^func Unmount(target string, flags int) (err error) {$/;"	f
 19680  Unmount	./syscall/zsyscall_linux_ppc64le.go	/^func Unmount(target string, flags int) (err error) {$/;"	f
 19681  Unmount	./syscall/zsyscall_netbsd_386.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19682  Unmount	./syscall/zsyscall_netbsd_amd64.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19683  Unmount	./syscall/zsyscall_netbsd_arm.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19684  Unmount	./syscall/zsyscall_openbsd_386.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19685  Unmount	./syscall/zsyscall_openbsd_amd64.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19686  Unmount	./syscall/zsyscall_openbsd_arm.go	/^func Unmount(path string, flags int) (err error) {$/;"	f
 19687  Unpack	./net/dnsmsg.go	/^func (dns *dnsMsg) Unpack(msg []byte) bool {$/;"	f
 19688  Unquote	./strconv/quote.go	/^func Unquote(s string) (t string, err error) {$/;"	f
 19689  UnquoteChar	./strconv/quote.go	/^func UnquoteChar(s string, quote byte) (value rune, multibyte bool, tail string, err error) {$/;"	f
 19690  UnquoteUsage	./flag/flag.go	/^func UnquoteUsage(flag *Flag) (name string, usage string) {$/;"	f
 19691  UnreadByte	./bufio/bufio.go	/^func (b *Reader) UnreadByte() error {$/;"	f
 19692  UnreadByte	./bytes/buffer.go	/^func (b *Buffer) UnreadByte() error {$/;"	f
 19693  UnreadByte	./bytes/reader.go	/^func (r *Reader) UnreadByte() error {$/;"	f
 19694  UnreadByte	./cmd/compile/internal/big/intconv.go	/^func (r byteReader) UnreadByte() error {$/;"	f
 19695  UnreadByte	./math/big/intconv.go	/^func (r byteReader) UnreadByte() error {$/;"	f
 19696  UnreadByte	./strings/reader.go	/^func (r *Reader) UnreadByte() error {$/;"	f
 19697  UnreadRune	./bufio/bufio.go	/^func (b *Reader) UnreadRune() error {$/;"	f
 19698  UnreadRune	./bytes/buffer.go	/^func (b *Buffer) UnreadRune() error {$/;"	f
 19699  UnreadRune	./bytes/reader.go	/^func (r *Reader) UnreadRune() error {$/;"	f
 19700  UnreadRune	./fmt/scan.go	/^func (s *ss) UnreadRune() error {$/;"	f
 19701  UnreadRune	./strings/reader.go	/^func (r *Reader) UnreadRune() error {$/;"	f
 19702  UnreadRuneErrorTests	./bytes/reader_test.go	/^var UnreadRuneErrorTests = []struct {$/;"	v
 19703  UnreadRuneErrorTests	./strings/strings_test.go	/^var UnreadRuneErrorTests = []struct {$/;"	v
 19704  UnsafeAddr	./reflect/value.go	/^func (v Value) UnsafeAddr() uintptr {$/;"	f
 19705  UnsafePointerPrintfTest	./cmd/vet/testdata/print.go	/^func UnsafePointerPrintfTest() {$/;"	f
 19706  Unsetenv	./os/env.go	/^func Unsetenv(key string) error {$/;"	f
 19707  Unsetenv	./syscall/env_plan9.go	/^func Unsetenv(key string) error {$/;"	f
 19708  Unsetenv	./syscall/env_unix.go	/^func Unsetenv(key string) error {$/;"	f
 19709  Unsetenv	./syscall/env_windows.go	/^func Unsetenv(key string) error {$/;"	f
 19710  Unshare	./syscall/zsyscall_linux_386.go	/^func Unshare(flags int) (err error) {$/;"	f
 19711  Unshare	./syscall/zsyscall_linux_amd64.go	/^func Unshare(flags int) (err error) {$/;"	f
 19712  Unshare	./syscall/zsyscall_linux_arm.go	/^func Unshare(flags int) (err error) {$/;"	f
 19713  Unshare	./syscall/zsyscall_linux_arm64.go	/^func Unshare(flags int) (err error) {$/;"	f
 19714  Unshare	./syscall/zsyscall_linux_ppc64.go	/^func Unshare(flags int) (err error) {$/;"	f
 19715  Unshare	./syscall/zsyscall_linux_ppc64le.go	/^func Unshare(flags int) (err error) {$/;"	f
 19716  UnspecifiedType	./debug/dwarf/type.go	/^type UnspecifiedType struct {$/;"	t
 19717  UnsupportedError	./image/jpeg/reader.go	/^type UnsupportedError string$/;"	t
 19718  UnsupportedError	./image/png/reader.go	/^type UnsupportedError string$/;"	t
 19719  UnsupportedTypeError	./encoding/json/encode.go	/^type UnsupportedTypeError struct {$/;"	t
 19720  UnsupportedTypeError	./encoding/xml/marshal.go	/^type UnsupportedTypeError struct {$/;"	t
 19721  UnsupportedValueError	./encoding/json/encode.go	/^type UnsupportedValueError struct {$/;"	t
 19722  Update	./cmd/internal/obj/obj.go	/^func (h *LineHist) Update(lineno int, file string, line int) {$/;"	f
 19723  Update	./go/ast/commentmap.go	/^func (cmap CommentMap) Update(old, new Node) Node {$/;"	f
 19724  Update	./hash/crc32/crc32.go	/^func Update(crc uint32, tab *Table, p []byte) uint32 {$/;"	f
 19725  Update	./hash/crc64/crc64.go	/^func Update(crc uint64, tab *Table, p []byte) uint64 {$/;"	f
 19726  Usage	./cmd/asm/internal/flags/flags.go	/^func Usage() {$/;"	f
 19727  Usage	./cmd/go/main.go	/^func (c *Command) Usage() {$/;"	f
 19728  Usage	./cmd/vet/main.go	/^func Usage() {$/;"	f
 19729  Usage	./flag/flag.go	/^var Usage = func() {$/;"	v
 19730  UseNumber	./encoding/json/stream.go	/^func (dec *Decoder) UseNumber() { dec.d.useNumber = true }$/;"	f
 19731  UseProxyTests	./net/http/proxy_test.go	/^var UseProxyTests = []struct {$/;"	v
 19732  User	./net/url/url.go	/^func User(username string) *Userinfo {$/;"	f
 19733  User	./os/user/user.go	/^type User struct {$/;"	t
 19734  UserAgent	./net/http/request.go	/^func (r *Request) UserAgent() string {$/;"	f
 19735  UserInfo10	./syscall/security_windows.go	/^type UserInfo10 struct {$/;"	t
 19736  UserPassword	./net/url/url.go	/^func UserPassword(username, password string) *Userinfo {$/;"	f
 19737  UserTime	./os/doc.go	/^func (p *ProcessState) UserTime() time.Duration {$/;"	f
 19738  Userinfo	./net/url/url.go	/^type Userinfo struct {$/;"	t
 19739  Username	./net/url/url.go	/^func (u *Userinfo) Username() string {$/;"	f
 19740  Usigset	./runtime/defs1_linux.go	/^type Usigset C.__sigset_t$/;"	t
 19741  Usigset	./runtime/defs3_linux.go	/^type Usigset C.__sigset_t$/;"	t
 19742  Usplit	./runtime/export_arm_test.go	/^var Usplit = usplit$/;"	v
 19743  Ustat	./syscall/zsyscall_linux_386.go	/^func Ustat(dev int, ubuf *Ustat_t) (err error) {$/;"	f
 19744  Ustat	./syscall/zsyscall_linux_amd64.go	/^func Ustat(dev int, ubuf *Ustat_t) (err error) {$/;"	f
 19745  Ustat	./syscall/zsyscall_linux_arm.go	/^func Ustat(dev int, ubuf *Ustat_t) (err error) {$/;"	f
 19746  Ustat	./syscall/zsyscall_linux_arm64.go	/^func Ustat(dev int, ubuf *Ustat_t) (err error) {$/;"	f
 19747  Ustat	./syscall/zsyscall_linux_ppc64.go	/^func Ustat(dev int, ubuf *Ustat_t) (err error) {$/;"	f
 19748  Ustat	./syscall/zsyscall_linux_ppc64le.go	/^func Ustat(dev int, ubuf *Ustat_t) (err error) {$/;"	f
 19749  Ustat_t	./syscall/types_linux.go	/^type Ustat_t C.struct_ustat$/;"	t
 19750  Ustat_t	./syscall/ztypes_linux_386.go	/^type Ustat_t struct {$/;"	t
 19751  Ustat_t	./syscall/ztypes_linux_amd64.go	/^type Ustat_t struct {$/;"	t
 19752  Ustat_t	./syscall/ztypes_linux_arm.go	/^type Ustat_t struct {$/;"	t
 19753  Ustat_t	./syscall/ztypes_linux_arm64.go	/^type Ustat_t struct {$/;"	t
 19754  Ustat_t	./syscall/ztypes_linux_ppc64.go	/^type Ustat_t struct {$/;"	t
 19755  Ustat_t	./syscall/ztypes_linux_ppc64le.go	/^type Ustat_t struct {$/;"	t
 19756  Utf8Map	./unicode/utf8/utf8_test.go	/^type Utf8Map struct {$/;"	t
 19757  Utimbuf	./syscall/types_linux.go	/^type Utimbuf C.struct_utimbuf$/;"	t
 19758  Utimbuf	./syscall/ztypes_linux_386.go	/^type Utimbuf struct {$/;"	t
 19759  Utimbuf	./syscall/ztypes_linux_amd64.go	/^type Utimbuf struct {$/;"	t
 19760  Utimbuf	./syscall/ztypes_linux_arm.go	/^type Utimbuf struct {$/;"	t
 19761  Utimbuf	./syscall/ztypes_linux_arm64.go	/^type Utimbuf struct {$/;"	t
 19762  Utimbuf	./syscall/ztypes_linux_ppc64.go	/^type Utimbuf struct {$/;"	t
 19763  Utimbuf	./syscall/ztypes_linux_ppc64le.go	/^type Utimbuf struct {$/;"	t
 19764  Utime	./syscall/zsyscall_linux_386.go	/^func Utime(path string, buf *Utimbuf) (err error) {$/;"	f
 19765  Utime	./syscall/zsyscall_linux_amd64.go	/^func Utime(path string, buf *Utimbuf) (err error) {$/;"	f
 19766  Utime	./syscall/zsyscall_linux_arm.go	/^func Utime(path string, buf *Utimbuf) (err error) {$/;"	f
 19767  Utime	./syscall/zsyscall_linux_arm64.go	/^func Utime(path string, buf *Utimbuf) (err error) {$/;"	f
 19768  Utime	./syscall/zsyscall_linux_ppc64.go	/^func Utime(path string, buf *Utimbuf) (err error) {$/;"	f
 19769  Utime	./syscall/zsyscall_linux_ppc64le.go	/^func Utime(path string, buf *Utimbuf) (err error) {$/;"	f
 19770  Utimes	./syscall/syscall_bsd.go	/^func Utimes(path string, tv []Timeval) (err error) {$/;"	f
 19771  Utimes	./syscall/syscall_linux.go	/^func Utimes(path string, tv []Timeval) (err error) {$/;"	f
 19772  Utimes	./syscall/syscall_windows.go	/^func Utimes(path string, tv []Timeval) (err error) {$/;"	f
 19773  Utimes	./syscall/zsyscall_solaris_amd64.go	/^func Utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 19774  UtimesNano	./syscall/fs_nacl.go	/^func UtimesNano(path string, ts []Timespec) error {$/;"	f
 19775  UtimesNano	./syscall/syscall_bsd.go	/^func UtimesNano(path string, ts []Timespec) error {$/;"	f
 19776  UtimesNano	./syscall/syscall_linux.go	/^func UtimesNano(path string, ts []Timespec) (err error) {$/;"	f
 19777  UtimesNano	./syscall/syscall_solaris.go	/^func UtimesNano(path string, ts []Timespec) (err error) {$/;"	f
 19778  UtimesNano	./syscall/syscall_windows.go	/^func UtimesNano(path string, ts []Timespec) (err error) {$/;"	f
 19779  Utsname	./syscall/types_linux.go	/^type Utsname C.struct_utsname$/;"	t
 19780  Utsname	./syscall/ztypes_linux_386.go	/^type Utsname struct {$/;"	t
 19781  Utsname	./syscall/ztypes_linux_amd64.go	/^type Utsname struct {$/;"	t
 19782  Utsname	./syscall/ztypes_linux_arm.go	/^type Utsname struct {$/;"	t
 19783  Utsname	./syscall/ztypes_linux_arm64.go	/^type Utsname struct {$/;"	t
 19784  Utsname	./syscall/ztypes_linux_ppc64.go	/^type Utsname struct {$/;"	t
 19785  Utsname	./syscall/ztypes_linux_ppc64le.go	/^type Utsname struct {$/;"	t
 19786  Uvarint	./encoding/binary/varint.go	/^func Uvarint(buf []byte) (uint64, int) {$/;"	f
 19787  V0	./go/doc/testdata/d2.go	/^var V0 uintptr$/;"	v
 19788  V1	./go/doc/testdata/b.go	/^var V1, V2, v3, V4, V5 notExported$/;"	v
 19789  V1	./go/doc/testdata/d2.go	/^var V1 uint$/;"	v
 19790  V1	./go/doc/testdata/e.go	/^type V1 struct {$/;"	t
 19791  V1	./math/big/arith_amd64.s	/^V1:	ADDQ $4, DI		\/\/ n += 4$/;"	l
 19792  V2	./go/doc/testdata/d1.go	/^var V2 int$/;"	v
 19793  V2	./go/doc/testdata/e.go	/^type V2 struct {$/;"	t
 19794  V2	./math/big/arith_amd64.s	/^V2:	ADDQ $4, DI		\/\/ n += 4$/;"	l
 19795  V3	./go/doc/testdata/e.go	/^type V3 struct {$/;"	t
 19796  V3	./math/big/arith_amd64.s	/^V3:	ADDQ $4, DI		\/\/ n += 4$/;"	l
 19797  V4	./go/doc/testdata/e.go	/^type V4 struct {$/;"	t
 19798  V4	./math/big/arith_amd64.s	/^V4:	ADDQ $4, DI		\/\/ n += 4$/;"	l
 19799  V5	./go/doc/testdata/e.go	/^type V5 struct {$/;"	t
 19800  V6	./go/doc/testdata/e.go	/^type V6 struct{}$/;"	t
 19801  Val	./cmd/compile/internal/gc/go.go	/^type Val struct {$/;"	t
 19802  Val	./cmd/compile/internal/gc/syntax.go	/^func (n *Node) Val() Val {$/;"	f
 19803  Val	./debug/dwarf/entry.go	/^func (e *Entry) Val(a Attr) interface{} {$/;"	f
 19804  Val	./encoding/json/encode_test.go	/^type Val int$/;"	t
 19805  Val	./go/types/object.go	/^func (obj *Const) Val() constant.Value { return obj.val }$/;"	f
 19806  ValText	./encoding/json/encode_test.go	/^type ValText int$/;"	t
 19807  Valid	./unicode/utf8/utf8.go	/^func Valid(p []byte) bool {$/;"	f
 19808  ValidRune	./unicode/utf8/utf8.go	/^func ValidRune(r rune) bool {$/;"	f
 19809  ValidRuneTest	./unicode/utf8/utf8_test.go	/^type ValidRuneTest struct {$/;"	t
 19810  ValidString	./unicode/utf8/utf8.go	/^func ValidString(s string) bool {$/;"	f
 19811  ValidTest	./unicode/utf8/utf8_test.go	/^type ValidTest struct {$/;"	t
 19812  Validate	./crypto/rsa/rsa.go	/^func (priv *PrivateKey) Validate() error {$/;"	f
 19813  Validity	./encoding/asn1/asn1_test.go	/^type Validity struct {$/;"	t
 19814  Value	./database/sql/driver/driver.go	/^type Value interface{}$/;"	t
 19815  Value	./database/sql/sql.go	/^func (n NullBool) Value() (driver.Value, error) {$/;"	f
 19816  Value	./database/sql/sql.go	/^func (n NullFloat64) Value() (driver.Value, error) {$/;"	f
 19817  Value	./database/sql/sql.go	/^func (n NullInt64) Value() (driver.Value, error) {$/;"	f
 19818  Value	./database/sql/sql.go	/^func (ns NullString) Value() (driver.Value, error) {$/;"	f
 19819  Value	./flag/flag.go	/^\/\/ value of the flag are represented by the first argument, of type Value, which$/;"	t
 19820  Value	./flag/flag.go	/^type Value interface {$/;"	t
 19821  Value	./go/constant/value.go	/^type Value interface {$/;"	t
 19822  Value	./go/doc/doc.go	/^type Value struct {$/;"	t
 19823  Value	./reflect/value.go	/^\/\/ result is zero if and only if v is a nil func Value.$/;"	f
 19824  Value	./reflect/value.go	/^type Value struct {$/;"	t
 19825  Value	./sync/atomic/value.go	/^type Value struct {$/;"	t
 19826  Value	./testing/quick/quick.go	/^func Value(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool) {$/;"	f
 19827  ValueConverter	./database/sql/driver/types.go	/^type ValueConverter interface {$/;"	t
 19828  ValueError	./reflect/value.go	/^type ValueError struct {$/;"	t
 19829  ValueGobber	./encoding/gob/gobencdec_test.go	/^type ValueGobber string \/\/ encodes with a value, decodes with a pointer.$/;"	t
 19830  ValueOf	./reflect/value.go	/^func ValueOf(i interface{}) Value {$/;"	f
 19831  ValueTest	./internal/syscall/windows/registry/registry_test.go	/^type ValueTest struct {$/;"	t
 19832  ValueTests	./internal/syscall/windows/registry/registry_test.go	/^var ValueTests = []ValueTest{$/;"	v
 19833  ValueType	./cmd/pprof/internal/profile/profile.go	/^type ValueType struct {$/;"	t
 19834  Valuer	./database/sql/driver/types.go	/^type Valuer interface {$/;"	t
 19835  Values	./net/url/url.go	/^type Values map[string][]string$/;"	t
 19836  Var	./cmd/compile/internal/gc/reg.go	/^type Var struct {$/;"	t
 19837  Var	./cmd/internal/goobj/read.go	/^type Var struct {$/;"	t
 19838  Var	./expvar/expvar.go	/^type Var interface {$/;"	t
 19839  Var	./flag/flag.go	/^func (f *FlagSet) Var(value Value, name string, usage string) {$/;"	f
 19840  Var	./flag/flag.go	/^func Var(value Value, name string, usage string) {$/;"	f
 19841  Var	./go/types/object.go	/^type Var struct {$/;"	t
 19842  VarOne	./cmd/doc/doc_test.go	/^			`var VarOne = 1`,                                        \/\/ First entry in variable block.$/;"	v
 19843  VariableNode	./text/template/parse/node.go	/^type VariableNode struct {$/;"	t
 19844  Variadic	./go/types/type.go	/^func (s *Signature) Variadic() bool { return s.variadic }$/;"	f
 19845  Varint	./encoding/binary/varint.go	/^func Varint(buf []byte) (int64, int) {$/;"	f
 19846  Vars	./net/http/cgi/testdata/test.cgi	/^sub Vars {$/;"	s
 19847  Vconv	./cmd/compile/internal/gc/fmt.go	/^func Vconv(v Val, flag int) string {$/;"	f
 19848  Vector	./encoding/gob/codec_test.go	/^type Vector []int$/;"	t
 19849  Vector	./encoding/gob/example_encdec_test.go	/^type Vector struct {$/;"	t
 19850  Verbose	./testing/testing.go	/^func Verbose() bool {$/;"	f
 19851  Verify	./crypto/dsa/dsa.go	/^func Verify(pub *PublicKey, hash []byte, r, s *big.Int) bool {$/;"	f
 19852  Verify	./crypto/ecdsa/ecdsa.go	/^func Verify(pub *PublicKey, hash []byte, r, s *big.Int) bool {$/;"	f
 19853  Verify	./crypto/x509/verify.go	/^func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {$/;"	f
 19854  Verify	./net/smtp/smtp.go	/^func (c *Client) Verify(addr string) error {$/;"	f
 19855  VerifyHostname	./crypto/tls/conn.go	/^func (c *Conn) VerifyHostname(host string) error {$/;"	f
 19856  VerifyHostname	./crypto/x509/verify.go	/^func (c *Certificate) VerifyHostname(h string) error {$/;"	f
 19857  VerifyOptions	./crypto/x509/verify.go	/^type VerifyOptions struct {$/;"	t
 19858  VerifyPKCS1v15	./crypto/rsa/pkcs1v15.go	/^func VerifyPKCS1v15(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) (err error) {$/;"	f
 19859  VerifyPSS	./crypto/rsa/pss.go	/^func VerifyPSS(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte, opts *PSSOptions) error {$/;"	f
 19860  Version	./debug/elf/elf.go	/^type Version byte$/;"	t
 19861  Version	./runtime/extern.go	/^func Version() string {$/;"	f
 19862  ViewerData	./cmd/trace/trace.go	/^type ViewerData struct {$/;"	t
 19863  ViewerEvent	./cmd/trace/trace.go	/^type ViewerEvent struct {$/;"	t
 19864  ViewerFrame	./cmd/trace/trace.go	/^type ViewerFrame struct {$/;"	t
 19865  VirtualLock	./syscall/zsyscall_windows.go	/^func VirtualLock(addr uintptr, length uintptr) (err error) {$/;"	f
 19866  VirtualUnlock	./syscall/zsyscall_windows.go	/^func VirtualUnlock(addr uintptr, length uintptr) (err error) {$/;"	f
 19867  Visit	./cmd/cover/cover.go	/^func (f *File) Visit(node ast.Node) ast.Visitor {$/;"	f
 19868  Visit	./cmd/cover/cover.go	/^func (f *funcLitFinder) Visit(node ast.Node) (w ast.Visitor) {$/;"	f
 19869  Visit	./cmd/cover/func.go	/^func (v *FuncVisitor) Visit(node ast.Node) ast.Visitor {$/;"	f
 19870  Visit	./cmd/gofmt/simplify.go	/^func (s *simplifier) Visit(node ast.Node) ast.Visitor {$/;"	f
 19871  Visit	./cmd/vet/main.go	/^func (f *File) Visit(node ast.Node) ast.Visitor {$/;"	f
 19872  Visit	./flag/flag.go	/^func (f *FlagSet) Visit(fn func(*Flag)) {$/;"	f
 19873  Visit	./flag/flag.go	/^func Visit(fn func(*Flag)) {$/;"	f
 19874  Visit	./go/ast/walk.go	/^func (f inspector) Visit(node Node) Visitor {$/;"	f
 19875  Visit	./go/printer/printer_test.go	/^func (v visitor) Visit(n ast.Node) (w ast.Visitor) {$/;"	f
 19876  VisitAll	./flag/flag.go	/^func (f *FlagSet) VisitAll(fn func(*Flag)) {$/;"	f
 19877  VisitAll	./flag/flag.go	/^func VisitAll(fn func(*Flag)) {$/;"	f
 19878  Visitor	./go/ast/walk.go	/^type Visitor interface {$/;"	t
 19879  VoidType	./debug/dwarf/type.go	/^type VoidType struct {$/;"	t
 19880  VolumeName	./path/filepath/path.go	/^func VolumeName(path string) string {$/;"	f
 19881  VolumeNameTest	./path/filepath/path_test.go	/^type VolumeNameTest struct {$/;"	t
 19882  Vputb	./cmd/link/internal/ld/symtab.go	/^func Vputb(v uint64) {$/;"	f
 19883  Vputl	./cmd/link/internal/ld/symtab.go	/^func Vputl(v uint64) {$/;"	f
 19884  Vreg	./runtime/defs3_linux.go	/^type Vreg C.elf_vrreg_t$/;"	t
 19885  WIN32_LEAN_AND_MEAN	./runtime/cgo/gcc_windows_386.c	/^#define WIN32_LEAN_AND_MEAN$/;"	d	file:
 19886  WIN64_LEAN_AND_MEAN	./runtime/cgo/gcc_windows_amd64.c	/^#define WIN64_LEAN_AND_MEAN$/;"	d	file:
 19887  WRAPPER	./runtime/textflag.h	/^#define WRAPPER /;"	d
 19888  WSABuf	./syscall/ztypes_windows.go	/^type WSABuf struct {$/;"	t
 19889  WSACleanup	./syscall/zsyscall_windows.go	/^func WSACleanup() (err error) {$/;"	f
 19890  WSAData	./syscall/ztypes_windows_386.go	/^type WSAData struct {$/;"	t
 19891  WSAData	./syscall/ztypes_windows_amd64.go	/^type WSAData struct {$/;"	t
 19892  WSAEnumProtocols	./syscall/zsyscall_windows.go	/^func WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) {$/;"	f
 19893  WSAID_CONNECTEX	./syscall/ztypes_windows.go	/^var WSAID_CONNECTEX = GUID{$/;"	v
 19894  WSAIoctl	./syscall/zsyscall_windows.go	/^func WSAIoctl(s Handle, iocc uint32, inbuf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completionRoutine uintptr) (err error) {$/;"	f
 19895  WSAProtocolChain	./syscall/ztypes_windows.go	/^type WSAProtocolChain struct {$/;"	t
 19896  WSAProtocolInfo	./syscall/ztypes_windows.go	/^type WSAProtocolInfo struct {$/;"	t
 19897  WSARecv	./syscall/zsyscall_windows.go	/^func WSARecv(s Handle, bufs *WSABuf, bufcnt uint32, recvd *uint32, flags *uint32, overlapped *Overlapped, croutine *byte) (err error) {$/;"	f
 19898  WSARecvFrom	./syscall/zsyscall_windows.go	/^func WSARecvFrom(s Handle, bufs *WSABuf, bufcnt uint32, recvd *uint32, flags *uint32, from *RawSockaddrAny, fromlen *int32, overlapped *Overlapped, croutine *byte) (err error) {$/;"	f
 19899  WSASend	./syscall/zsyscall_windows.go	/^func WSASend(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, overlapped *Overlapped, croutine *byte) (err error) {$/;"	f
 19900  WSASendTo	./syscall/zsyscall_windows.go	/^func WSASendTo(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, to *RawSockaddrAny, tolen int32, overlapped *Overlapped, croutine *byte) (err error) {$/;"	f
 19901  WSASendto	./syscall/syscall_windows.go	/^func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, to Sockaddr, overlapped *Overlapped, croutine *byte) (err error) {$/;"	f
 19902  WSAStartup	./syscall/zsyscall_windows.go	/^func WSAStartup(verreq uint32, data *WSAData) (sockerr error) {$/;"	f
 19903  Wait	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func (ext *ExtDis) Wait() error {$/;"	f
 19904  Wait	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func (ext *ExtDis) Wait() error {$/;"	f
 19905  Wait	./net/fd_poll_nacl.go	/^func (pd *pollDesc) Wait(mode int) error {$/;"	f
 19906  Wait	./net/fd_poll_runtime.go	/^func (pd *pollDesc) Wait(mode int) error {$/;"	f
 19907  Wait	./os/doc.go	/^func (p *Process) Wait() (*ProcessState, error) {$/;"	f
 19908  Wait	./os/exec/exec.go	/^func (c *Cmd) Wait() error {$/;"	f
 19909  Wait	./sync/cond.go	/^func (c *Cond) Wait() {$/;"	f
 19910  Wait	./sync/waitgroup.go	/^func (wg *WaitGroup) Wait() {$/;"	f
 19911  Wait	./syscall/srpc_nacl.go	/^func (r *srpc) Wait() {$/;"	f
 19912  Wait4	./syscall/syscall_bsd.go	/^func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 19913  Wait4	./syscall/syscall_linux.go	/^func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 19914  Wait4	./syscall/syscall_nacl.go	/^func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 19915  Wait4	./syscall/syscall_solaris.go	/^func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 19916  WaitCanceled	./net/fd_poll_nacl.go	/^func (pd *pollDesc) WaitCanceled(mode int) {}$/;"	f
 19917  WaitCanceled	./net/fd_poll_runtime.go	/^func (pd *pollDesc) WaitCanceled(mode int) {$/;"	f
 19918  WaitCanceledRead	./net/fd_poll_nacl.go	/^func (pd *pollDesc) WaitCanceledRead() {}$/;"	f
 19919  WaitCanceledRead	./net/fd_poll_runtime.go	/^func (pd *pollDesc) WaitCanceledRead() {$/;"	f
 19920  WaitCanceledWrite	./net/fd_poll_nacl.go	/^func (pd *pollDesc) WaitCanceledWrite() {}$/;"	f
 19921  WaitCanceledWrite	./net/fd_poll_runtime.go	/^func (pd *pollDesc) WaitCanceledWrite() {$/;"	f
 19922  WaitForSingleObject	./syscall/zsyscall_windows.go	/^func WaitForSingleObject(handle Handle, waitMilliseconds uint32) (event uint32, err error) {$/;"	f
 19923  WaitGroup	./sync/waitgroup.go	/^type WaitGroup struct {$/;"	t
 19924  WaitProcess	./syscall/exec_plan9.go	/^func WaitProcess(pid int, w *Waitmsg) (err error) {$/;"	f
 19925  WaitRead	./net/fd_poll_nacl.go	/^func (pd *pollDesc) WaitRead() error { return pd.Wait('r') }$/;"	f
 19926  WaitRead	./net/fd_poll_runtime.go	/^func (pd *pollDesc) WaitRead() error {$/;"	f
 19927  WaitStatus	./syscall/syscall_bsd.go	/^type WaitStatus uint32$/;"	t
 19928  WaitStatus	./syscall/syscall_linux.go	/^type WaitStatus uint32$/;"	t
 19929  WaitStatus	./syscall/syscall_nacl.go	/^type WaitStatus uint32$/;"	t
 19930  WaitStatus	./syscall/syscall_solaris.go	/^type WaitStatus uint32$/;"	t
 19931  WaitStatus	./syscall/syscall_windows.go	/^type WaitStatus struct {$/;"	t
 19932  WaitWrite	./net/fd_poll_nacl.go	/^func (pd *pollDesc) WaitWrite() error { return pd.Wait('w') }$/;"	f
 19933  WaitWrite	./net/fd_poll_runtime.go	/^func (pd *pollDesc) WaitWrite() error {$/;"	f
 19934  Waitmsg	./syscall/syscall_plan9.go	/^type Waitmsg struct {$/;"	t
 19935  Walk	./go/ast/walk.go	/^func Walk(v Visitor, node Node) {$/;"	f
 19936  Walk	./net/dnsmsg.go	/^func (h *dnsHeader) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19937  Walk	./net/dnsmsg.go	/^func (h *dnsMsgHdr) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19938  Walk	./net/dnsmsg.go	/^func (h *dnsRR_Header) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19939  Walk	./net/dnsmsg.go	/^func (q *dnsQuestion) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19940  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_A) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19941  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_AAAA) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19942  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_CNAME) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19943  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_HINFO) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19944  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_MB) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19945  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_MG) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19946  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_MINFO) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19947  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_MR) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19948  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_MX) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19949  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_NS) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19950  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_PTR) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19951  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_SOA) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19952  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_SRV) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19953  Walk	./net/dnsmsg.go	/^func (rr *dnsRR_TXT) Walk(f func(v interface{}, name, tag string) bool) bool {$/;"	f
 19954  Walk	./path/filepath/path.go	/^func Walk(root string, walkFn WalkFunc) error {$/;"	f
 19955  WalkFunc	./path/filepath/path.go	/^type WalkFunc func(path string, info os.FileInfo, err error) error$/;"	t
 19956  Walker	./cmd/api/goapi.go	/^type Walker struct {$/;"	t
 19957  Warn	./cmd/compile/internal/gc/subr.go	/^func Warn(fmt_ string, args ...interface{}) {$/;"	f
 19958  Warn	./cmd/vet/main.go	/^func (f *File) Warn(pos token.Pos, args ...interface{}) {$/;"	f
 19959  Warn	./cmd/vet/testdata/print.go	/^func (*stringer) Warn(int, ...interface{}) string {$/;"	f
 19960  Warnf	./cmd/vet/main.go	/^func (f *File) Warnf(pos token.Pos, format string, args ...interface{}) {$/;"	f
 19961  Warnf	./cmd/vet/testdata/print.go	/^func (*stringer) Warnf(int, string, ...interface{}) string {$/;"	f
 19962  Warning	./log/syslog/syslog.go	/^func (w *Writer) Warning(m string) (err error) {$/;"	f
 19963  Warnl	./cmd/compile/internal/gc/subr.go	/^func Warnl(line int, fmt_ string, args ...interface{}) {$/;"	f
 19964  WebSafe	./image/color/palette/gen.go	/^	fmt.Fprintln(w, "var WebSafe = []color.Color{")$/;"	v
 19965  WebSafe	./image/color/palette/palette.go	/^var WebSafe = []color.Color{$/;"	v
 19966  Weekday	./time/time.go	/^func (t Time) Weekday() Weekday {$/;"	f
 19967  Weekday	./time/time.go	/^type Weekday int$/;"	t
 19968  Width	./fmt/print.go	/^func (p *pp) Width() (wid int, ok bool) { return p.fmt.wid, p.fmt.widPresent }$/;"	f
 19969  Width	./fmt/scan.go	/^func (s *ss) Width() (wid int, ok bool) {$/;"	f
 19970  Widthint	./cmd/compile/internal/gc/go.go	/^var Widthint int$/;"	v
 19971  Widthptr	./cmd/compile/internal/gc/go.go	/^var Widthptr int$/;"	v
 19972  Widthreg	./cmd/compile/internal/gc/go.go	/^var Widthreg int$/;"	v
 19973  Win32FileAttributeData	./syscall/ztypes_windows.go	/^type Win32FileAttributeData struct {$/;"	t
 19974  Win32finddata	./syscall/ztypes_windows.go	/^type Win32finddata struct {$/;"	t
 19975  WithNode	./text/template/parse/node.go	/^type WithNode struct {$/;"	t
 19976  WithPadding	./encoding/base64/base64.go	/^func (enc Encoding) WithPadding(padding rune) *Encoding {$/;"	f
 19977  Wndclassex	./runtime/syscall_windows_test.go	/^	type Wndclassex struct {$/;"	t
 19978  Word	./cmd/compile/internal/big/arith.go	/^type Word uintptr$/;"	t
 19979  Word	./math/big/arith.go	/^type Word uintptr$/;"	t
 19980  WordDecoder	./mime/encodedword.go	/^type WordDecoder struct {$/;"	t
 19981  WordEncoder	./mime/encodedword.go	/^type WordEncoder byte$/;"	t
 19982  Wputb	./cmd/link/internal/ld/symtab.go	/^func Wputb(w uint16) {$/;"	f
 19983  Wputl	./cmd/link/internal/ld/symtab.go	/^func Wputl(w uint16) {$/;"	f
 19984  Write	./archive/tar/writer.go	/^func (tw *Writer) Write(b []byte) (n int, err error) {$/;"	f
 19985  Write	./archive/zip/register.go	/^func (w *pooledFlateWriter) Write(p []byte) (n int, err error) {$/;"	f
 19986  Write	./archive/zip/writer.go	/^func (w *countWriter) Write(p []byte) (int, error) {$/;"	f
 19987  Write	./archive/zip/writer.go	/^func (w *fileWriter) Write(p []byte) (int, error) {$/;"	f
 19988  Write	./archive/zip/zip_test.go	/^func (fakeHash32) Write(p []byte) (int, error) { return len(p), nil }$/;"	f
 19989  Write	./archive/zip/zip_test.go	/^func (r *rleBuffer) Write(p []byte) (n int, err error) {$/;"	f
 19990  Write	./bufio/bufio.go	/^func (b *Writer) Write(p []byte) (nn int, err error) {$/;"	f
 19991  Write	./bufio/bufio_test.go	/^func (w *writeCountingDiscard) Write(p []byte) (int, error) {$/;"	f
 19992  Write	./bufio/bufio_test.go	/^func (w errorReaderFromTest) Write(p []byte) (int, error) {$/;"	f
 19993  Write	./bufio/bufio_test.go	/^func (w errorWriterTest) Write(p []byte) (int, error) {$/;"	f
 19994  Write	./bufio/bufio_test.go	/^func (w errorWriterToTest) Write(p []byte) (int, error) {$/;"	f
 19995  Write	./bytes/buffer.go	/^func (b *Buffer) Write(p []byte) (n int, err error) {$/;"	f
 19996  Write	./cmd/go/list.go	/^func (t *TrackingWriter) Write(p []byte) (n int, err error) {$/;"	f
 19997  Write	./cmd/go/main.go	/^func (w *errWriter) Write(b []byte) (int, error) {$/;"	f
 19998  Write	./cmd/internal/obj/util.go	/^func (b *Biobuf) Write(p []byte) (int, error) {$/;"	f
 19999  Write	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) Write(w io.Writer) error {$/;"	f
 20000  Write	./compress/flate/deflate.go	/^func (w *Writer) Write(data []byte) (n int, err error) {$/;"	f
 20001  Write	./compress/flate/deflate.go	/^func (w *dictWriter) Write(b []byte) (n int, err error) {$/;"	f
 20002  Write	./compress/flate/deflate_test.go	/^func (b *syncBuffer) Write(p []byte) (n int, err error) {$/;"	f
 20003  Write	./compress/gzip/gzip.go	/^func (z *Writer) Write(p []byte) (int, error) {$/;"	f
 20004  Write	./compress/lzw/writer.go	/^func (e *encoder) Write(p []byte) (n int, err error) {$/;"	f
 20005  Write	./compress/lzw/writer.go	/^func (e *errWriteCloser) Write([]byte) (int, error) {$/;"	f
 20006  Write	./compress/zlib/writer.go	/^func (z *Writer) Write(p []byte) (n int, err error) {$/;"	f
 20007  Write	./crypto/cipher/io.go	/^func (w StreamWriter) Write(src []byte) (n int, err error) {$/;"	f
 20008  Write	./crypto/hmac/hmac.go	/^func (h *hmac) Write(p []byte) (n int, err error) {$/;"	f
 20009  Write	./crypto/md5/md5.go	/^func (d *digest) Write(p []byte) (nn int, err error) {$/;"	f
 20010  Write	./crypto/sha1/sha1.go	/^func (d *digest) Write(p []byte) (nn int, err error) {$/;"	f
 20011  Write	./crypto/sha256/sha256.go	/^func (d *digest) Write(p []byte) (nn int, err error) {$/;"	f
 20012  Write	./crypto/sha512/sha512.go	/^func (d *digest) Write(p []byte) (nn int, err error) {$/;"	f
 20013  Write	./crypto/tls/conn.go	/^func (c *Conn) Write(b []byte) (int, error) {$/;"	f
 20014  Write	./crypto/tls/handshake_test.go	/^func (r *recordingConn) Write(b []byte) (n int, err error) {$/;"	f
 20015  Write	./crypto/tls/prf.go	/^func (h *finishedHash) Write(msg []byte) (n int, err error) {$/;"	f
 20016  Write	./encoding/ascii85/ascii85.go	/^func (e *encoder) Write(p []byte) (n int, err error) {$/;"	f
 20017  Write	./encoding/base32/base32.go	/^func (e *encoder) Write(p []byte) (n int, err error) {$/;"	f
 20018  Write	./encoding/base64/base64.go	/^func (e *encoder) Write(p []byte) (n int, err error) {$/;"	f
 20019  Write	./encoding/binary/binary.go	/^func Write(w io.Writer, order ByteOrder, data interface{}) error {$/;"	f
 20020  Write	./encoding/csv/writer.go	/^func (w *Writer) Write(record []string) (err error) {$/;"	f
 20021  Write	./encoding/csv/writer_test.go	/^func (e errorWriter) Write(b []byte) (int, error) {$/;"	f
 20022  Write	./encoding/gob/encode.go	/^func (e *encBuffer) Write(p []byte) (int, error) {$/;"	f
 20023  Write	./encoding/hex/hex.go	/^func (h *dumper) Write(data []byte) (n int, err error) {$/;"	f
 20024  Write	./encoding/pem/pem.go	/^func (l *lineBreaker) Write(b []byte) (n int, err error) {$/;"	f
 20025  Write	./encoding/xml/marshal_test.go	/^func (lw *limitedBytesWriter) Write(p []byte) (n int, err error) {$/;"	f
 20026  Write	./encoding/xml/xml_test.go	/^func (errWriter) Write(p []byte) (n int, err error) { return 0, fmt.Errorf("unwritable") }$/;"	f
 20027  Write	./fmt/print.go	/^func (b *buffer) Write(p []byte) (n int, err error) {$/;"	f
 20028  Write	./fmt/print.go	/^func (p *pp) Write(b []byte) (ret int, err error) {$/;"	f
 20029  Write	./go/ast/print.go	/^func (p *printer) Write(data []byte) (n int, err error) {$/;"	f
 20030  Write	./go/printer/printer.go	/^func (p *trimmer) Write(data []byte) (n int, err error) {$/;"	f
 20031  Write	./go/token/serialize.go	/^func (s *FileSet) Write(encode func(interface{}) error) error {$/;"	f
 20032  Write	./hash/adler32/adler32.go	/^func (d *digest) Write(p []byte) (nn int, err error) {$/;"	f
 20033  Write	./hash/crc32/crc32.go	/^func (d *digest) Write(p []byte) (n int, err error) {$/;"	f
 20034  Write	./hash/crc64/crc64.go	/^func (d *digest) Write(p []byte) (n int, err error) {$/;"	f
 20035  Write	./hash/fnv/fnv.go	/^func (s *sum32) Write(data []byte) (int, error) {$/;"	f
 20036  Write	./hash/fnv/fnv.go	/^func (s *sum32a) Write(data []byte) (int, error) {$/;"	f
 20037  Write	./hash/fnv/fnv.go	/^func (s *sum64) Write(data []byte) (int, error) {$/;"	f
 20038  Write	./hash/fnv/fnv.go	/^func (s *sum64a) Write(data []byte) (int, error) {$/;"	f
 20039  Write	./image/gif/writer.go	/^func (b blockWriter) Write(data []byte) (int, error) {$/;"	f
 20040  Write	./image/png/writer.go	/^func (e *encoder) Write(b []byte) (int, error) {$/;"	f
 20041  Write	./index/suffixarray/suffixarray.go	/^func (x *Index) Write(w io.Writer) error {$/;"	f
 20042  Write	./io/io_test.go	/^func (w *noReadFrom) Write(p []byte) (n int, err error) {$/;"	f
 20043  Write	./io/io_test.go	/^func (w errWriter) Write([]byte) (int, error) {$/;"	f
 20044  Write	./io/ioutil/ioutil.go	/^func (devNull) Write(p []byte) (int, error) {$/;"	f
 20045  Write	./io/multi.go	/^func (t *multiWriter) Write(p []byte) (n int, err error) {$/;"	f
 20046  Write	./io/pipe.go	/^func (w *PipeWriter) Write(data []byte) (n int, err error) {$/;"	f
 20047  Write	./log/syslog/syslog.go	/^func (w *Writer) Write(b []byte) (int, error) {$/;"	f
 20048  Write	./mime/multipart/writer.go	/^func (p *part) Write(d []byte) (n int, err error) {$/;"	f
 20049  Write	./mime/quotedprintable/writer.go	/^func (w *Writer) Write(p []byte) (n int, err error) {$/;"	f
 20050  Write	./net/fd_plan9.go	/^func (fd *netFD) Write(b []byte) (n int, err error) {$/;"	f
 20051  Write	./net/fd_unix.go	/^func (fd *netFD) Write(p []byte) (nn int, err error) {$/;"	f
 20052  Write	./net/fd_windows.go	/^func (fd *netFD) Write(buf []byte) (int, error) {$/;"	f
 20053  Write	./net/http/cgi/child.go	/^func (r *response) Write(p []byte) (n int, err error) {$/;"	f
 20054  Write	./net/http/cgi/matryoshka_test.go	/^func (r *customWriterRecorder) Write(p []byte) (n int, err error) {$/;"	f
 20055  Write	./net/http/cgi/matryoshka_test.go	/^func (w *limitWriter) Write(p []byte) (n int, err error) {$/;"	f
 20056  Write	./net/http/client_test.go	/^func (c *writeCountingConn) Write(p []byte) (int, error) {$/;"	f
 20057  Write	./net/http/client_test.go	/^func (w chanWriter) Write(p []byte) (n int, err error) {$/;"	f
 20058  Write	./net/http/cookie_test.go	/^func (ho headerOnlyResponseWriter) Write([]byte) (int, error) {$/;"	f
 20059  Write	./net/http/fcgi/child.go	/^func (r *response) Write(data []byte) (int, error) {$/;"	f
 20060  Write	./net/http/fcgi/fcgi.go	/^func (w *streamWriter) Write(p []byte) (int, error) {$/;"	f
 20061  Write	./net/http/fcgi/fcgi_test.go	/^func (c *writeOnlyConn) Write(p []byte) (int, error) {$/;"	f
 20062  Write	./net/http/filetransport.go	/^func (pr *populateResponse) Write(p []byte) (n int, err error) {$/;"	f
 20063  Write	./net/http/fs.go	/^func (w *countingWriter) Write(p []byte) (n int, err error) {$/;"	f
 20064  Write	./net/http/header.go	/^func (h Header) Write(w io.Writer) error {$/;"	f
 20065  Write	./net/http/httptest/recorder.go	/^func (rw *ResponseRecorder) Write(buf []byte) (int, error) {$/;"	f
 20066  Write	./net/http/httputil/persist.go	/^func (cc *ClientConn) Write(req *http.Request) (err error) {$/;"	f
 20067  Write	./net/http/httputil/persist.go	/^func (sc *ServerConn) Write(req *http.Request, resp *http.Response) error {$/;"	f
 20068  Write	./net/http/httputil/reverseproxy.go	/^func (m *maxLatencyWriter) Write(p []byte) (int, error) {$/;"	f
 20069  Write	./net/http/internal/chunked.go	/^func (cw *chunkedWriter) Write(data []byte) (n int, err error) {$/;"	f
 20070  Write	./net/http/request.go	/^func (r *Request) Write(w io.Writer) error {$/;"	f
 20071  Write	./net/http/request_test.go	/^func (l logWrites) Write(p []byte) (n int, err error) {$/;"	f
 20072  Write	./net/http/requestwrite_test.go	/^func (f writerFunc) Write(p []byte) (int, error) { return f(p) }$/;"	f
 20073  Write	./net/http/response.go	/^func (r *Response) Write(w io.Writer) error {$/;"	f
 20074  Write	./net/http/serve_test.go	/^func (c *slowTestConn) Write(b []byte) (int, error) {$/;"	f
 20075  Write	./net/http/serve_test.go	/^func (c *testConn) Write(b []byte) (int, error) {$/;"	f
 20076  Write	./net/http/server.go	/^func (c *loggingConn) Write(p []byte) (n int, err error) {$/;"	f
 20077  Write	./net/http/server.go	/^func (cw *chunkWriter) Write(p []byte) (n int, err error) {$/;"	f
 20078  Write	./net/http/server.go	/^func (h extraHeader) Write(w *bufio.Writer) {$/;"	f
 20079  Write	./net/http/server.go	/^func (tw *timeoutWriter) Write(p []byte) (int, error) {$/;"	f
 20080  Write	./net/http/server.go	/^func (w *response) Write(data []byte) (n int, err error) {$/;"	f
 20081  Write	./net/http/server.go	/^func (w checkConnErrorWriter) Write(p []byte) (n int, err error) {$/;"	f
 20082  Write	./net/http/transport_test.go	/^func (c *logWritesConn) Write(p []byte) (n int, err error) {$/;"	f
 20083  Write	./net/net.go	/^func (c *conn) Write(b []byte) (int, error) {$/;"	f
 20084  Write	./net/rpc/server_test.go	/^func (writeCrasher) Write(p []byte) (int, error) {$/;"	f
 20085  Write	./net/textproto/writer.go	/^func (d *dotWriter) Write(b []byte) (n int, err error) {$/;"	f
 20086  Write	./os/exec/exec_test.go	/^func (w *badWriter) Write(data []byte) (int, error) {$/;"	f
 20087  Write	./os/file.go	/^func (f *File) Write(b []byte) (n int, err error) {$/;"	f
 20088  Write	./runtime/export_test.go	/^var Write = write$/;"	v
 20089  Write	./runtime/race/testdata/mop_test.go	/^func (d DummyWriter) Write(p []byte) (n int) {$/;"	f
 20090  Write	./strings/replace.go	/^func (w *appendSliceWriter) Write(p []byte) (int, error) {$/;"	f
 20091  Write	./strings/replace_test.go	/^func (errWriter) Write(p []byte) (n int, err error) {$/;"	f
 20092  Write	./syscall/fd_nacl.go	/^func Write(fd int, b []byte) (int, error) {$/;"	f
 20093  Write	./syscall/syscall_plan9.go	/^func Write(fd int, p []byte) (n int, err error) {$/;"	f
 20094  Write	./syscall/syscall_unix.go	/^func Write(fd int, p []byte) (n int, err error) {$/;"	f
 20095  Write	./syscall/syscall_windows.go	/^func Write(fd Handle, p []byte) (n int, err error) {$/;"	f
 20096  Write	./testing/iotest/logger.go	/^func (l *writeLogger) Write(p []byte) (n int, err error) {$/;"	f
 20097  Write	./testing/iotest/writer.go	/^func (t *truncateWriter) Write(p []byte) (n int, err error) {$/;"	f
 20098  Write	./text/tabwriter/tabwriter.go	/^func (b *Writer) Write(buf []byte) (n int, err error) {$/;"	f
 20099  Write	./text/tabwriter/tabwriter_test.go	/^func (b *buffer) Write(buf []byte) (written int, err error) {$/;"	f
 20100  Write	./text/tabwriter/tabwriter_test.go	/^func (panicWriter) Write([]byte) (int, error) {$/;"	f
 20101  WriteAll	./encoding/csv/writer.go	/^func (w *Writer) WriteAll(records [][]string) (err error) {$/;"	f
 20102  WriteAt	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func (r loadCmdReader) WriteAt(offset int64, data interface{}) error {$/;"	f
 20103  WriteAt	./os/file.go	/^func (f *File) WriteAt(b []byte, off int64) (n int, err error) {$/;"	f
 20104  WriteBody	./net/http/transfer.go	/^func (t *transferWriter) WriteBody(w io.Writer) error {$/;"	f
 20105  WriteByte	./bufio/bufio.go	/^func (b *Writer) WriteByte(c byte) error {$/;"	f
 20106  WriteByte	./bytes/buffer.go	/^func (b *Buffer) WriteByte(c byte) error {$/;"	f
 20107  WriteByte	./encoding/gob/encode.go	/^func (e *encBuffer) WriteByte(c byte) {$/;"	f
 20108  WriteByte	./fmt/print.go	/^func (b *buffer) WriteByte(c byte) error {$/;"	f
 20109  WriteByte	./net/http/request_test.go	/^func (l logWrites) WriteByte(c byte) error {$/;"	f
 20110  WriteCloser	./io/io.go	/^type WriteCloser interface {$/;"	t
 20111  WriteConsole	./syscall/zsyscall_windows.go	/^func WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) {$/;"	f
 20112  WriteError	./compress/flate/inflate.go	/^type WriteError struct {$/;"	t
 20113  WriteExpr	./go/types/exprstring.go	/^func WriteExpr(buf *bytes.Buffer, x ast.Expr) {$/;"	f
 20114  WriteFailCodec	./net/rpc/server_test.go	/^type WriteFailCodec int$/;"	t
 20115  WriteField	./mime/multipart/writer.go	/^func (w *Writer) WriteField(fieldname, value string) error {$/;"	f
 20116  WriteFile	./io/ioutil/ioutil.go	/^func WriteFile(filename string, data []byte, perm os.FileMode) error {$/;"	f
 20117  WriteFile	./syscall/zsyscall_windows.go	/^func WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {$/;"	f
 20118  WriteHeader	./archive/tar/writer.go	/^func (tw *Writer) WriteHeader(hdr *Header) error {$/;"	f
 20119  WriteHeader	./net/http/cgi/child.go	/^func (r *response) WriteHeader(code int) {$/;"	f
 20120  WriteHeader	./net/http/cookie_test.go	/^func (ho headerOnlyResponseWriter) WriteHeader(int) {$/;"	f
 20121  WriteHeader	./net/http/fcgi/child.go	/^func (r *response) WriteHeader(code int) {$/;"	f
 20122  WriteHeader	./net/http/filetransport.go	/^func (pr *populateResponse) WriteHeader(code int) {$/;"	f
 20123  WriteHeader	./net/http/httptest/recorder.go	/^func (rw *ResponseRecorder) WriteHeader(code int) {$/;"	f
 20124  WriteHeader	./net/http/npn_test.go	/^func (w http09Writer) WriteHeader(int) {} \/\/ no headers$/;"	f
 20125  WriteHeader	./net/http/request_test.go	/^func (responseWriterJustWriter) WriteHeader(int) { panic("should not be called") }$/;"	f
 20126  WriteHeader	./net/http/server.go	/^func (tw *timeoutWriter) WriteHeader(code int) {$/;"	f
 20127  WriteHeader	./net/http/server.go	/^func (w *response) WriteHeader(code int) {$/;"	f
 20128  WriteHeader	./net/http/transfer.go	/^func (t *transferWriter) WriteHeader(w io.Writer) error {$/;"	f
 20129  WriteHeapDump	./runtime/debug/garbage.go	/^func WriteHeapDump(fd uintptr)$/;"	f
 20130  WriteHeapProfile	./runtime/pprof/pprof.go	/^func WriteHeapProfile(w io.Writer) error {$/;"	f
 20131  WriteMode	./compress/flate/deflate_test.go	/^func (b *syncBuffer) WriteMode() {$/;"	f
 20132  WriteMsgIP	./net/iprawsock_plan9.go	/^func (c *IPConn) WriteMsgIP(b, oob []byte, addr *IPAddr) (n, oobn int, err error) {$/;"	f
 20133  WriteMsgIP	./net/iprawsock_posix.go	/^func (c *IPConn) WriteMsgIP(b, oob []byte, addr *IPAddr) (n, oobn int, err error) {$/;"	f
 20134  WriteMsgUDP	./net/udpsock_plan9.go	/^func (c *UDPConn) WriteMsgUDP(b, oob []byte, addr *UDPAddr) (n, oobn int, err error) {$/;"	f
 20135  WriteMsgUDP	./net/udpsock_posix.go	/^func (c *UDPConn) WriteMsgUDP(b, oob []byte, addr *UDPAddr) (n, oobn int, err error) {$/;"	f
 20136  WriteMsgUnix	./net/unixsock_plan9.go	/^func (c *UnixConn) WriteMsgUnix(b, oob []byte, addr *UnixAddr) (n, oobn int, err error) {$/;"	f
 20137  WriteMsgUnix	./net/unixsock_posix.go	/^func (c *UnixConn) WriteMsgUnix(b, oob []byte, addr *UnixAddr) (n, oobn int, err error) {$/;"	f
 20138  WriteProxy	./net/http/request.go	/^func (r *Request) WriteProxy(w io.Writer) error {$/;"	f
 20139  WriteRequest	./net/rpc/client.go	/^func (c *gobClientCodec) WriteRequest(r *Request, body interface{}) (err error) {$/;"	f
 20140  WriteRequest	./net/rpc/client_test.go	/^func (c *shutdownCodec) WriteRequest(*Request, interface{}) error { return nil }$/;"	f
 20141  WriteRequest	./net/rpc/jsonrpc/client.go	/^func (c *clientCodec) WriteRequest(r *rpc.Request, param interface{}) error {$/;"	f
 20142  WriteRequest	./net/rpc/server_test.go	/^func (WriteFailCodec) WriteRequest(*Request, interface{}) error {$/;"	f
 20143  WriteResponse	./net/rpc/jsonrpc/server.go	/^func (c *serverCodec) WriteResponse(r *rpc.Response, x interface{}) error {$/;"	f
 20144  WriteResponse	./net/rpc/server.go	/^func (c *gobServerCodec) WriteResponse(r *Response, body interface{}) (err error) {$/;"	f
 20145  WriteResponse	./net/rpc/server_test.go	/^func (codec *CodecEmulator) WriteResponse(resp *Response, reply interface{}) error {$/;"	f
 20146  WriteRune	./bufio/bufio.go	/^func (b *Writer) WriteRune(r rune) (size int, err error) {$/;"	f
 20147  WriteRune	./bytes/buffer.go	/^func (b *Buffer) WriteRune(r rune) (n int, err error) {$/;"	f
 20148  WriteRune	./fmt/print.go	/^func (bp *buffer) WriteRune(r rune) error {$/;"	f
 20149  WriteSeeker	./io/io.go	/^type WriteSeeker interface {$/;"	t
 20150  WriteSignature	./go/types/typestring.go	/^func WriteSignature(buf *bytes.Buffer, sig *Signature, qf Qualifier) {$/;"	f
 20151  WriteString	./bufio/bufio.go	/^func (b *Writer) WriteString(s string) (int, error) {$/;"	f
 20152  WriteString	./bytes/buffer.go	/^func (b *Buffer) WriteString(s string) (n int, err error) {$/;"	f
 20153  WriteString	./encoding/gob/encode.go	/^func (e *encBuffer) WriteString(s string) {$/;"	f
 20154  WriteString	./fmt/print.go	/^func (b *buffer) WriteString(s string) (n int, err error) {$/;"	f
 20155  WriteString	./io/io.go	/^func WriteString(w Writer, s string) (n int, err error) {$/;"	f
 20156  WriteString	./io/ioutil/ioutil.go	/^func (devNull) WriteString(s string) (int, error) {$/;"	f
 20157  WriteString	./net/http/header.go	/^func (w stringWriter) WriteString(s string) (n int, err error) {$/;"	f
 20158  WriteString	./net/http/server.go	/^func (w *response) WriteString(data string) (n int, err error) {$/;"	f
 20159  WriteString	./os/file.go	/^func (f *File) WriteString(s string) (n int, err error) {$/;"	f
 20160  WriteString	./strings/replace.go	/^func (r *Replacer) WriteString(w io.Writer, s string) (n int, err error) {$/;"	f
 20161  WriteString	./strings/replace.go	/^func (r *byteReplacer) WriteString(w io.Writer, s string) (n int, err error) {$/;"	f
 20162  WriteString	./strings/replace.go	/^func (r *byteStringReplacer) WriteString(w io.Writer, s string) (n int, err error) {$/;"	f
 20163  WriteString	./strings/replace.go	/^func (r *genericReplacer) WriteString(w io.Writer, s string) (n int, err error) {$/;"	f
 20164  WriteString	./strings/replace.go	/^func (r *singleStringReplacer) WriteString(w io.Writer, s string) (n int, err error) {$/;"	f
 20165  WriteString	./strings/replace.go	/^func (w *appendSliceWriter) WriteString(s string) (int, error) {$/;"	f
 20166  WriteString	./strings/replace.go	/^func (w stringWriter) WriteString(s string) (int, error) {$/;"	f
 20167  WriteSubset	./net/http/header.go	/^func (h Header) WriteSubset(w io.Writer, exclude map[string]bool) error {$/;"	f
 20168  WriteTest	./archive/zip/writer_test.go	/^type WriteTest struct {$/;"	t
 20169  WriteTo	./bufio/bufio.go	/^func (b *Reader) WriteTo(w io.Writer) (n int64, err error) {$/;"	f
 20170  WriteTo	./bytes/buffer.go	/^func (b *Buffer) WriteTo(w io.Writer) (n int64, err error) {$/;"	f
 20171  WriteTo	./bytes/reader.go	/^func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {$/;"	f
 20172  WriteTo	./crypto/tls/handshake_test.go	/^func (r *recordingConn) WriteTo(w io.Writer) {$/;"	f
 20173  WriteTo	./go/types/scope.go	/^func (s *Scope) WriteTo(w io.Writer, n int, recurse bool) {$/;"	f
 20174  WriteTo	./io/io_test.go	/^func (wt *writeToChecker) WriteTo(w Writer) (int64, error) {$/;"	f
 20175  WriteTo	./net/http/server.go	/^func (eofReaderWithWriteTo) WriteTo(io.Writer) (int64, error) { return 0, nil }$/;"	f
 20176  WriteTo	./net/iprawsock_plan9.go	/^func (c *IPConn) WriteTo(b []byte, addr Addr) (int, error) {$/;"	f
 20177  WriteTo	./net/iprawsock_posix.go	/^func (c *IPConn) WriteTo(b []byte, addr Addr) (int, error) {$/;"	f
 20178  WriteTo	./net/udpsock_plan9.go	/^func (c *UDPConn) WriteTo(b []byte, addr Addr) (int, error) {$/;"	f
 20179  WriteTo	./net/udpsock_posix.go	/^func (c *UDPConn) WriteTo(b []byte, addr Addr) (int, error) {$/;"	f
 20180  WriteTo	./net/unixsock_plan9.go	/^func (c *UnixConn) WriteTo(b []byte, addr Addr) (int, error) {$/;"	f
 20181  WriteTo	./net/unixsock_posix.go	/^func (c *UnixConn) WriteTo(b []byte, addr Addr) (n int, err error) {$/;"	f
 20182  WriteTo	./runtime/pprof/pprof.go	/^func (p *Profile) WriteTo(w io.Writer, debug int) error {$/;"	f
 20183  WriteTo	./strings/reader.go	/^func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {$/;"	f
 20184  WriteToIP	./net/iprawsock_plan9.go	/^func (c *IPConn) WriteToIP(b []byte, addr *IPAddr) (int, error) {$/;"	f
 20185  WriteToIP	./net/iprawsock_posix.go	/^func (c *IPConn) WriteToIP(b []byte, addr *IPAddr) (int, error) {$/;"	f
 20186  WriteToUDP	./net/udpsock_plan9.go	/^func (c *UDPConn) WriteToUDP(b []byte, addr *UDPAddr) (int, error) {$/;"	f
 20187  WriteToUDP	./net/udpsock_posix.go	/^func (c *UDPConn) WriteToUDP(b []byte, addr *UDPAddr) (int, error) {$/;"	f
 20188  WriteToUnix	./net/unixsock_plan9.go	/^func (c *UnixConn) WriteToUnix(b []byte, addr *UnixAddr) (int, error) {$/;"	f
 20189  WriteToUnix	./net/unixsock_posix.go	/^func (c *UnixConn) WriteToUnix(b []byte, addr *UnixAddr) (int, error) {$/;"	f
 20190  WriteType	./go/types/typestring.go	/^func WriteType(buf *bytes.Buffer, typ Type, qf Qualifier) {$/;"	f
 20191  Writeobjdirect	./cmd/internal/obj/objfile.go	/^func Writeobjdirect(ctxt *Link, b *Biobuf) {$/;"	f
 20192  Writer	./archive/tar/writer.go	/^type Writer struct {$/;"	t
 20193  Writer	./archive/zip/writer.go	/^type Writer struct {$/;"	t
 20194  Writer	./bufio/bufio.go	/^type Writer struct {$/;"	t
 20195  Writer	./cmd/internal/gcprog/gcprog.go	/^type Writer struct {$/;"	t
 20196  Writer	./compress/flate/deflate.go	/^type Writer struct {$/;"	t
 20197  Writer	./compress/gzip/gzip.go	/^type Writer struct {$/;"	t
 20198  Writer	./compress/zlib/writer.go	/^type Writer struct {$/;"	t
 20199  Writer	./encoding/csv/writer.go	/^type Writer struct {$/;"	t
 20200  Writer	./io/io.go	/^type Writer interface {$/;"	t
 20201  Writer	./log/syslog/syslog.go	/^type Writer struct {$/;"	t
 20202  Writer	./mime/multipart/writer.go	/^type Writer struct {$/;"	t
 20203  Writer	./mime/quotedprintable/writer.go	/^type Writer struct {$/;"	t
 20204  Writer	./net/textproto/writer.go	/^type Writer struct {$/;"	t
 20205  Writer	./runtime/race/testdata/mop_test.go	/^type Writer interface {$/;"	t
 20206  Writer	./text/tabwriter/tabwriter.go	/^type Writer struct {$/;"	t
 20207  WriterAt	./io/io.go	/^type WriterAt interface {$/;"	t
 20208  WriterTo	./io/io.go	/^type WriterTo interface {$/;"	t
 20209  WrongString	./encoding/json/decode_test.go	/^type WrongString struct {$/;"	t
 20210  Wset	./cmd/yacc/yacc.go	/^type Wset struct {$/;"	t
 20211  Wstat	./syscall/syscall_plan9.go	/^func Wstat(path string, edir []byte) (err error) {$/;"	f
 20212  X0	./cmd/api/testdata/src/pkg/p1/p1.go	/^var X0 int64$/;"	v
 20213  X2	./runtime/race/testdata/comp_test.go	/^type X2 X$/;"	t
 20214  X509KeyPair	./crypto/tls/tls.go	/^func X509KeyPair(certPEMBlock, keyPEMBlock []byte) (Certificate, error) {$/;"	f
 20215  X6	./math/big/arith_arm.s	/^X6:$/;"	l
 20216  X7	./math/big/arith_arm.s	/^X7:$/;"	l
 20217  X8a	./math/big/arith_386.s	/^X8a:	SHLL CX, AX		\/\/ w1<<s$/;"	l
 20218  X8a	./math/big/arith_amd64.s	/^X8a:	SHLQ CX, AX		\/\/ w1<<s$/;"	l
 20219  X8b	./math/big/arith_386.s	/^X8b:	MOVL $0, c+28(FP)$/;"	l
 20220  X8b	./math/big/arith_amd64.s	/^X8b:	MOVQ $0, c+56(FP)$/;"	l
 20221  X9a	./math/big/arith_386.s	/^X9a:	SHRL CX, AX		\/\/ w1>>s$/;"	l
 20222  X9a	./math/big/arith_amd64.s	/^X9a:	SHRQ CX, AX		\/\/ w1>>s$/;"	l
 20223  X9b	./math/big/arith_386.s	/^X9b:	MOVL $0, c+28(FP)$/;"	l
 20224  X9b	./math/big/arith_amd64.s	/^X9b:	MOVQ $0, c+56(FP)$/;"	l
 20225  XM	./reflect/all_test.go	/^type XM struct{}$/;"	t
 20226  XMLNameWithTag	./encoding/xml/marshal_test.go	/^type XMLNameWithTag struct {$/;"	t
 20227  XMLNameWithoutTag	./encoding/xml/marshal_test.go	/^type XMLNameWithoutTag struct {$/;"	t
 20228  XORKeyStream	./crypto/cipher/cfb.go	/^func (x *cfb) XORKeyStream(dst, src []byte) {$/;"	f
 20229  XORKeyStream	./crypto/cipher/ctr.go	/^func (x *ctr) XORKeyStream(dst, src []byte) {$/;"	f
 20230  XORKeyStream	./crypto/cipher/ofb.go	/^func (x *ofb) XORKeyStream(dst, src []byte) {$/;"	f
 20231  XORKeyStream	./crypto/rc4/rc4_asm.go	/^func (c *Cipher) XORKeyStream(dst, src []byte) {$/;"	f
 20232  XORKeyStream	./crypto/rc4/rc4_ref.go	/^func (c *Cipher) XORKeyStream(dst, src []byte) {$/;"	f
 20233  XORL	./crypto/md5/md5block_386.s	/^	XORL	d,		BP; \\$/;"	d
 20234  XORL	./crypto/md5/md5block_386.s	/^	XORL d, BP; \\$/;"	d
 20235  XORL	./crypto/md5/md5block_amd64.s	/^	XORL	d,		R9; \\$/;"	d
 20236  XORL	./crypto/md5/md5block_amd64.s	/^	XORL d, R9; \\$/;"	d
 20237  XORL	./crypto/md5/md5block_amd64p32.s	/^	XORL	d,		R9; \\$/;"	d
 20238  XORL	./crypto/md5/md5block_amd64p32.s	/^	XORL d, R9; \\$/;"	d
 20239  XORL	./crypto/sha1/sha1block_386.s	/^	XORL	d, DI$/;"	d
 20240  XORL	./crypto/sha1/sha1block_amd64.s	/^	XORL	d, R9$/;"	d
 20241  XORL	./crypto/sha1/sha1block_amd64p32.s	/^	XORL	d, R9$/;"	d
 20242  XYZ	./encoding/json/decode_test.go	/^type XYZ struct {$/;"	t
 20243  Xadduintptr	./runtime/export_test.go	/^var Xadduintptr = xadduintptr$/;"	v
 20244  Xbigptrscalar	./reflect/all_test.go	/^	type Xbigptrscalar struct {$/;"	t
 20245  Xint	./encoding/json/decode_test.go	/^type Xint struct {$/;"	t
 20246  Xmmreg	./runtime/defs1_linux.go	/^type Xmmreg C.struct__libc_xmmreg$/;"	t
 20247  Xmmreg	./runtime/defs2_linux.go	/^type Xmmreg C.struct__xmmreg$/;"	t
 20248  Xmmreg1	./runtime/defs1_linux.go	/^type Xmmreg1 C.struct__xmmreg$/;"	t
 20249  Xor	./cmd/compile/internal/big/int.go	/^func (z *Int) Xor(x, y *Int) *Int {$/;"	f
 20250  Xor	./math/big/int.go	/^func (z *Int) Xor(x, y *Int) *Int {$/;"	f
 20251  Xptr	./reflect/all_test.go	/^	type Xptr struct{ x *byte }$/;"	t
 20252  Xptrscalar	./reflect/all_test.go	/^	type Xptrscalar struct {$/;"	t
 20253  Xs	./fmt/scan_test.go	/^type Xs string$/;"	t
 20254  Xscalar	./reflect/all_test.go	/^	type Xscalar struct{ x uintptr }$/;"	t
 20255  Xscalarptr	./reflect/all_test.go	/^	type Xscalarptr struct {$/;"	t
 20256  Y0	./math/j0.go	/^func Y0(x float64) float64 {$/;"	f
 20257  Y1	./math/j1.go	/^func Y1(x float64) float64 {$/;"	f
 20258  Y6	./math/big/arith_arm.s	/^Y6:	\/\/ copy loop, because shift 0 == shift 32$/;"	l
 20259  Y7	./math/big/arith_arm.s	/^Y7:	\/\/ copy loop, because shift 0 == shift 32$/;"	l
 20260  YCbCr	./encoding/json/example_test.go	/^	type YCbCr struct {$/;"	t
 20261  YCbCr	./image/color/ycbcr.go	/^type YCbCr struct {$/;"	t
 20262  YCbCr	./image/ycbcr.go	/^type YCbCr struct {$/;"	t
 20263  YCbCrAt	./image/ycbcr.go	/^func (p *YCbCr) YCbCrAt(x, y int) color.YCbCr {$/;"	f
 20264  YCbCrModel	./image/color/ycbcr.go	/^var YCbCrModel Model = ModelFunc(yCbCrModel)$/;"	v
 20265  YCbCrSubsampleRatio	./image/ycbcr.go	/^type YCbCrSubsampleRatio int$/;"	t
 20266  YCbCrToRGB	./image/color/ycbcr.go	/^func YCbCrToRGB(y, cb, cr uint8) (uint8, uint8, uint8) {$/;"	f
 20267  YCbCrToRGB	./image/internal/imageutil/gen.go	/^				\/\/ This is an inline version of image\/color\/ycbcr.go's func YCbCrToRGB.$/;"	f
 20268  YCbCrToRGB	./image/internal/imageutil/impl.go	/^				\/\/ This is an inline version of image\/color\/ycbcr.go's func YCbCrToRGB.$/;"	f
 20269  YOffset	./image/ycbcr.go	/^func (p *YCbCr) YOffset(x, y int) int {$/;"	f
 20270  Yconv	./cmd/link/internal/ld/lib.go	/^func Yconv(s *LSym) string {$/;"	f
 20271  Year	./time/time.go	/^func (t Time) Year() int {$/;"	f
 20272  YearDay	./time/time.go	/^func (t Time) YearDay() int {$/;"	f
 20273  YearDayTest	./time/time_test.go	/^type YearDayTest struct {$/;"	t
 20274  Yn	./math/jn.go	/^func Yn(n int, x float64) float64 {$/;"	f
 20275  Yyerror	./cmd/compile/internal/gc/subr.go	/^func Yyerror(format string, args ...interface{}) {$/;"	f
 20276  Z1	./math/big/arith_386.s	/^Z1:	MOVL $0, n+4(FP)$/;"	l
 20277  Z1	./math/big/arith_amd64.s	/^Z1:	MOVQ $0, n+8(FP)$/;"	l
 20278  ZP	./image/geom.go	/^var ZP Point$/;"	v
 20279  ZR	./image/geom.go	/^var ZR Rectangle$/;"	v
 20280  Zero	./reflect/value.go	/^func Zero(typ Type) Value {$/;"	f
 20281  ZeroUntil	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) ZeroUntil(index int64) {$/;"	f
 20282  ZipTest	./archive/zip/reader_test.go	/^type ZipTest struct {$/;"	t
 20283  ZipTestFile	./archive/zip/reader_test.go	/^type ZipTestFile struct {$/;"	t
 20284  Zipf	./math/rand/zipf.go	/^type Zipf struct {$/;"	t
 20285  Zone	./time/time.go	/^func (t Time) Zone() (name string, offset int) {$/;"	f
 20286  _	./cmd/internal/obj/objfile.go	/^					\/\/ func _() { }$/;"	f
 20287  _	./cmd/internal/obj/objfile.go	/^				if curtext == nil { \/\/ func _() {}$/;"	f
 20288  _	./cmd/vet/testdata/deadcode.go	/^func _() int {$/;"	f
 20289  _	./cmd/vet/testdata/unused.go	/^func _() {$/;"	f
 20290  _	./go/doc/testdata/blank.go	/^func _() {}$/;"	f
 20291  _	./go/parser/short_test.go	/^	`package p; func _() { if [T{}.n]int{} {} }`,$/;"	f
 20292  _	./go/parser/short_test.go	/^	`package p; func _() { map[int]int{}[0]++; map[int]int{}[0] += 1 }`,$/;"	f
 20293  _	./go/parser/short_test.go	/^	`package p; func _(x []int) { for range x {} }`,$/;"	f
 20294  _	./go/parser/short_test.go	/^	`package p; func _(x chan int) { chan int(x) <- 0 }`,$/;"	f
 20295  _	./go/parser/short_test.go	/^	`package p; func _(x interface{f()}) { interface{f()}(x).f() }`,$/;"	f
 20296  _	./go/printer/printer_test.go	/^		file, err := parser.ParseFile(fset, "", "package p; func _() {"+src+"}", parser.ParseComments)$/;"	f
 20297  _	./go/printer/printer_test.go	/^func _() {}$/;"	f
 20298  _	./go/types/api_test.go	/^		\/\/ {`package p2; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["foo"] }`,$/;"	f
 20299  _	./go/types/api_test.go	/^		{`package a5; func _(x int) { _ = x }`, `x`, `value, addressable, assignable`},$/;"	f
 20300  _	./go/types/api_test.go	/^		{`package a6; func _()(x int) { _ = x; return }`, `x`, `value, addressable, assignable`},$/;"	f
 20301  _	./go/types/api_test.go	/^		{`package a7; type T int; func (x T) _() { _ = x }`, `x`, `value, addressable, assignable`},$/;"	f
 20302  _	./go/types/api_test.go	/^		{`package m0; import "os"; func _() { _ = os.Stdout }`, `os`, `<missing>`},$/;"	f
 20303  _	./go/types/api_test.go	/^		{`package m1; import p "os"; func _() { _ = p.Stdout }`, `p`, `<missing>`},$/;"	f
 20304  _	./go/types/api_test.go	/^		{`package m6; func _()(x int) { return }`, `x`, `<missing>`},$/;"	f
 20305  _	./go/types/api_test.go	/^		{`package m6; func _(x int) {}`, `x`, `<missing>`},$/;"	f
 20306  _	./go/types/api_test.go	/^		{`package m6; type T int; func (x T) _() {}`, `x`, `<missing>`},$/;"	f
 20307  _	./go/types/api_test.go	/^		{`package p10; func _() { switch x := 0; x { case 1: y := x; _ = y; default: }}`, []string{$/;"	f
 20308  _	./go/types/api_test.go	/^		{`package p11; func _(t interface{}) { switch t.(type) {} }`, []string{$/;"	f
 20309  _	./go/types/api_test.go	/^		{`package p12; func _(t interface{}) { switch t := t; t.(type) {} }`, []string{$/;"	f
 20310  _	./go/types/api_test.go	/^		{`package p13; func _(t interface{}) { switch x := t.(type) { case int: _ = x } }`, []string{$/;"	f
 20311  _	./go/types/api_test.go	/^		{`package p14; func _() { select{} }`, []string{$/;"	f
 20312  _	./go/types/api_test.go	/^		{`package p15; func _(c chan int) { select{ case <-c: } }`, []string{$/;"	f
 20313  _	./go/types/api_test.go	/^		{`package p16; func _(c chan int) { select{ case i := <-c: x := i; _ = x} }`, []string{$/;"	f
 20314  _	./go/types/api_test.go	/^		{`package p17; func _() { for{} }`, []string{$/;"	f
 20315  _	./go/types/api_test.go	/^		{`package p18; func _(n int) { for i := 0; i < n; i++ { _ = i } }`, []string{$/;"	f
 20316  _	./go/types/api_test.go	/^		{`package p19; func _(a []int) { for i := range a { _ = i} }`, []string{$/;"	f
 20317  _	./go/types/api_test.go	/^		{`package p1; var x interface{}; func _() { _, _ = x.(int) }`,$/;"	f
 20318  _	./go/types/api_test.go	/^		{`package p20; var s int; func _(a []int) { for i, x := range a { s += x; _ = i } }`, []string{$/;"	f
 20319  _	./go/types/api_test.go	/^		{`package p2; func _() {}`, []string{$/;"	f
 20320  _	./go/types/api_test.go	/^		{`package p2; var m map[string]complex128; var b bool; func _() { _, b = m["foo"] }`,$/;"	f
 20321  _	./go/types/api_test.go	/^		{`package p3; func _(x, y int) {}`, []string{$/;"	f
 20322  _	./go/types/api_test.go	/^		{`package p4; func _(x, y int) { x, z := 1, 2; _ = z }`, []string{$/;"	f
 20323  _	./go/types/api_test.go	/^		{`package p5; func _(x, y int) (u, _ int) { return }`, []string{$/;"	f
 20324  _	./go/types/api_test.go	/^		{`package p6; func _() { { var x int; _ = x } }`, []string{$/;"	f
 20325  _	./go/types/api_test.go	/^		{`package p7; func _() { if true {} }`, []string{$/;"	f
 20326  _	./go/types/api_test.go	/^		{`package p8; func _() { if x := 0; x < 0 { y := x; _ = y } }`, []string{$/;"	f
 20327  _	./go/types/api_test.go	/^		{`package p9; func _() { switch x := 0; x {} }`, []string{$/;"	f
 20328  _	./go/types/builtins_test.go	/^	src := fmt.Sprintf(`package p; import "unsafe"; type _ unsafe.Pointer \/* use unsafe *\/; func _() { %s }`, src0)$/;"	f
 20329  _	./go/types/issues_test.go	/^func _() {$/;"	f
 20330  _	./go/types/resolver_test.go	/^		func (T) _() {}$/;"	f
 20331  _	./go/types/resolver_test.go	/^		func _() {$/;"	f
 20332  _	./go/types/resolver_test.go	/^		func _(s []int) { for i, x := range s { _, _ = i, x } }$/;"	f
 20333  _	./go/types/resolver_test.go	/^		func _(x interface{}) {$/;"	f
 20334  _	./internal/format/format.go	/^			src = src[2*indent+len("package p\\n\\nfunc _() {"):]$/;"	f
 20335  _	./internal/format/format.go	/^	fsrc := append(append([]byte("package p; func _() {"), src...), '\\n', '\\n', '}')$/;"	f
 20336  _	./syscall/syscall_unix_test.go	/^func _() {$/;"	f
 20337  _0	./runtime/memclr_386.s	/^_0:$/;"	l
 20338  _0	./runtime/memclr_amd64.s	/^_0:$/;"	l
 20339  _0	./runtime/memclr_plan9_386.s	/^_0:$/;"	l
 20340  _0through16	./runtime/asm_amd64.s	/^_0through16:$/;"	l
 20341  _0through16	./runtime/asm_amd64p32.s	/^_0through16:$/;"	l
 20342  _0through4	./runtime/asm_386.s	/^_0through4:$/;"	l
 20343  _0through8	./runtime/asm_amd64.s	/^_0through8:$/;"	l
 20344  _0through8	./runtime/asm_amd64p32.s	/^_0through8:$/;"	l
 20345  _129through256	./runtime/memclr_386.s	/^_129through256:$/;"	l
 20346  _129through256	./runtime/memclr_amd64.s	/^_129through256:$/;"	l
 20347  _17through32	./runtime/memclr_386.s	/^_17through32:$/;"	l
 20348  _17through32	./runtime/memclr_amd64.s	/^_17through32:$/;"	l
 20349  _1or2	./runtime/memclr_386.s	/^_1or2:$/;"	l
 20350  _1or2	./runtime/memclr_amd64.s	/^_1or2:$/;"	l
 20351  _1or2	./runtime/memclr_plan9_386.s	/^_1or2:$/;"	l
 20352  _1tail	./runtime/memclr_arm.s	/^_1tail:$/;"	l
 20353  _33through64	./runtime/memclr_386.s	/^_33through64:$/;"	l
 20354  _33through64	./runtime/memclr_amd64.s	/^_33through64:$/;"	l
 20355  _3or4	./runtime/memclr_386.s	/^_3or4:$/;"	l
 20356  _3or4	./runtime/memclr_amd64.s	/^_3or4:$/;"	l
 20357  _3or4	./runtime/memclr_plan9_386.s	/^_3or4:$/;"	l
 20358  _4align	./runtime/memclr_arm.s	/^_4align:				\/* align on 4 *\/$/;"	l
 20359  _4aligned	./runtime/memclr_arm.s	/^_4aligned:$/;"	l
 20360  _4loop	./runtime/memclr_arm.s	/^_4loop:$/;"	l
 20361  _4tail	./runtime/memclr_arm.s	/^_4tail:$/;"	l
 20362  _5through8	./runtime/memclr_386.s	/^_5through8:$/;"	l
 20363  _5through8	./runtime/memclr_amd64.s	/^_5through8:$/;"	l
 20364  _5through8	./runtime/memclr_plan9_386.s	/^_5through8:$/;"	l
 20365  _65through128	./runtime/memclr_386.s	/^_65through128:$/;"	l
 20366  _65through128	./runtime/memclr_amd64.s	/^_65through128:$/;"	l
 20367  _9through16	./runtime/memclr_386.s	/^_9through16:$/;"	l
 20368  _9through16	./runtime/memclr_amd64.s	/^_9through16:$/;"	l
 20369  _9through16	./runtime/memclr_plan9_386.s	/^_9through16:$/;"	l
 20370  _ASCII_Hex_Digit	./unicode/tables.go	/^var _ASCII_Hex_Digit = &RangeTable{$/;"	v
 20371  _Accuracy_index	./cmd/compile/internal/big/accuracy_string.go	/^var _Accuracy_index = [...]uint8{0, 5, 10, 15}$/;"	v
 20372  _Accuracy_index	./math/big/accuracy_string.go	/^var _Accuracy_index = [...]uint8{0, 5, 10, 15}$/;"	v
 20373  _Ahom	./unicode/tables.go	/^var _Ahom = &RangeTable{$/;"	v
 20374  _Anatolian_Hieroglyphs	./unicode/tables.go	/^var _Anatolian_Hieroglyphs = &RangeTable{$/;"	v
 20375  _Arabic	./unicode/tables.go	/^var _Arabic = &RangeTable{$/;"	v
 20376  _Armenian	./unicode/tables.go	/^var _Armenian = &RangeTable{$/;"	v
 20377  _Avestan	./unicode/tables.go	/^var _Avestan = &RangeTable{$/;"	v
 20378  _Balinese	./unicode/tables.go	/^var _Balinese = &RangeTable{$/;"	v
 20379  _Bamum	./unicode/tables.go	/^var _Bamum = &RangeTable{$/;"	v
 20380  _Bassa_Vah	./unicode/tables.go	/^var _Bassa_Vah = &RangeTable{$/;"	v
 20381  _Batak	./unicode/tables.go	/^var _Batak = &RangeTable{$/;"	v
 20382  _Bengali	./unicode/tables.go	/^var _Bengali = &RangeTable{$/;"	v
 20383  _Bidi_Control	./unicode/tables.go	/^var _Bidi_Control = &RangeTable{$/;"	v
 20384  _Bopomofo	./unicode/tables.go	/^var _Bopomofo = &RangeTable{$/;"	v
 20385  _Brahmi	./unicode/tables.go	/^var _Brahmi = &RangeTable{$/;"	v
 20386  _Braille	./unicode/tables.go	/^var _Braille = &RangeTable{$/;"	v
 20387  _Buginese	./unicode/tables.go	/^var _Buginese = &RangeTable{$/;"	v
 20388  _Buhid	./unicode/tables.go	/^var _Buhid = &RangeTable{$/;"	v
 20389  _C	./unicode/tables.go	/^var _C = &RangeTable{$/;"	v
 20390  _Canadian_Aboriginal	./unicode/tables.go	/^var _Canadian_Aboriginal = &RangeTable{$/;"	v
 20391  _Carian	./unicode/tables.go	/^var _Carian = &RangeTable{$/;"	v
 20392  _CaseRanges	./unicode/maketables.go	/^			"var _CaseRanges = []CaseRange {\\n",$/;"	v
 20393  _CaseRanges	./unicode/tables.go	/^var _CaseRanges = []CaseRange{$/;"	v
 20394  _Caucasian_Albanian	./unicode/tables.go	/^var _Caucasian_Albanian = &RangeTable{$/;"	v
 20395  _Cc	./unicode/tables.go	/^var _Cc = &RangeTable{$/;"	v
 20396  _Cf	./unicode/tables.go	/^var _Cf = &RangeTable{$/;"	v
 20397  _Cfunc_CString	./cmd/cgo/out.go	/^func _Cfunc_CString(s string) *_Ctype_char {$/;"	f
 20398  _Cfunc_GoBytes	./cmd/cgo/out.go	/^func _Cfunc_GoBytes(p unsafe.Pointer, l _Ctype_int) []byte {$/;"	f
 20399  _Cfunc_GoString	./cmd/cgo/out.go	/^func _Cfunc_GoString(p *_Ctype_char) string {$/;"	f
 20400  _Cfunc_GoStringN	./cmd/cgo/out.go	/^func _Cfunc_GoStringN(p *_Ctype_char, l _Ctype_int) string {$/;"	f
 20401  _Cfunc__CMalloc	./cmd/cgo/out.go	/^func _Cfunc__CMalloc(n _Ctype_size_t) unsafe.Pointer {$/;"	f
 20402  _Cfunc_puts	./cmd/cgo/doc.go	/^	func _Cfunc_puts(p0 *_Ctype_char) (r1 _Ctype_int) {$/;"	f
 20403  _Cfunc_sin	./cmd/cgo/doc.go	/^	func _Cfunc_sin(p0 _Ctype_double) (r1 _Ctype_double) {$/;"	f
 20404  _Cgo_always_false	./cmd/cgo/out.go	/^		fmt.Fprintf(fgo2, "var _Cgo_always_false bool\\n")$/;"	v
 20405  _Cgo_ptr	./cmd/cgo/out.go	/^	fmt.Fprintf(fgo2, "func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }\\n\\n")$/;"	f
 20406  _Cgo_use	./cmd/cgo/out.go	/^		fmt.Fprintf(fgo2, "func _Cgo_use(interface{})\\n")$/;"	f
 20407  _Chakma	./unicode/tables.go	/^var _Chakma = &RangeTable{$/;"	v
 20408  _Cham	./unicode/tables.go	/^var _Cham = &RangeTable{$/;"	v
 20409  _Cherokee	./unicode/tables.go	/^var _Cherokee = &RangeTable{$/;"	v
 20410  _Class_index	./debug/dwarf/class_string.go	/^var _Class_index = [...]uint8{0, 12, 22, 35, 47, 56, 68, 83, 94, 111, 125, 142, 153, 170, 184}$/;"	v
 20411  _Co	./unicode/tables.go	/^var _Co = &RangeTable{$/;"	v
 20412  _Common	./unicode/tables.go	/^var _Common = &RangeTable{$/;"	v
 20413  _Complex	./reflect/all_test.go	/^type _Complex struct {$/;"	t
 20414  _Coptic	./unicode/tables.go	/^var _Coptic = &RangeTable{$/;"	v
 20415  _Cs	./unicode/tables.go	/^var _Cs = &RangeTable{$/;"	v
 20416  _Ctype_char	./cmd/cgo/doc.go	/^	type _Ctype_char int8$/;"	t
 20417  _Ctype_double	./cmd/cgo/doc.go	/^	type _Ctype_double float64$/;"	t
 20418  _Ctype_int	./cmd/cgo/doc.go	/^	type _Ctype_int int32$/;"	t
 20419  _Ctype_void	./cmd/cgo/doc.go	/^	type _Ctype_void [0]byte$/;"	t
 20420  _Ctype_void	./cmd/cgo/out.go	/^		fmt.Fprintf(fgo2, "type _Ctype_void [0]byte\\n")$/;"	t
 20421  _Ctype_void	./cmd/cgo/out.go	/^		fmt.Fprintf(fgo2, "type _Ctype_void byte\\n")$/;"	t
 20422  _Cuneiform	./unicode/tables.go	/^var _Cuneiform = &RangeTable{$/;"	v
 20423  _Cypriot	./unicode/tables.go	/^var _Cypriot = &RangeTable{$/;"	v
 20424  _Cyrillic	./unicode/tables.go	/^var _Cyrillic = &RangeTable{$/;"	v
 20425  _Dash	./unicode/tables.go	/^var _Dash = &RangeTable{$/;"	v
 20426  _Deprecated	./unicode/tables.go	/^var _Deprecated = &RangeTable{$/;"	v
 20427  _Deseret	./unicode/tables.go	/^var _Deseret = &RangeTable{$/;"	v
 20428  _Devanagari	./unicode/tables.go	/^var _Devanagari = &RangeTable{$/;"	v
 20429  _Diacritic	./unicode/tables.go	/^var _Diacritic = &RangeTable{$/;"	v
 20430  _DnsQuery	./syscall/zsyscall_windows.go	/^func _DnsQuery(name *uint16, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {$/;"	f
 20431  _Duployan	./unicode/tables.go	/^var _Duployan = &RangeTable{$/;"	v
 20432  _ELF64_ST_BIND	./runtime/vdso_linux_amd64.go	/^func _ELF64_ST_BIND(val byte) byte { return val >> 4 }$/;"	f
 20433  _ELF64_ST_TYPE	./runtime/vdso_linux_amd64.go	/^func _ELF64_ST_TYPE(val byte) byte { return val & 0xf }$/;"	f
 20434  _Egyptian_Hieroglyphs	./unicode/tables.go	/^var _Egyptian_Hieroglyphs = &RangeTable{$/;"	v
 20435  _Elbasan	./unicode/tables.go	/^var _Elbasan = &RangeTable{$/;"	v
 20436  _Ethiopic	./unicode/tables.go	/^var _Ethiopic = &RangeTable{$/;"	v
 20437  _Extender	./unicode/tables.go	/^var _Extender = &RangeTable{$/;"	v
 20438  _ExternalCode	./runtime/proc1.go	/^func _ExternalCode() { _ExternalCode() }$/;"	f
 20439  _GC	./runtime/proc1.go	/^func _GC()           { _GC() }$/;"	f
 20440  _Georgian	./unicode/tables.go	/^var _Georgian = &RangeTable{$/;"	v
 20441  _GetHostByName	./syscall/zsyscall_windows.go	/^func _GetHostByName(name *byte) (h *Hostent, err error) {$/;"	f
 20442  _GetProcAddress	./syscall/zsyscall_windows.go	/^func _GetProcAddress(module Handle, procname *byte) (proc uintptr, err error) {$/;"	f
 20443  _GetProtoByName	./syscall/zsyscall_windows.go	/^func _GetProtoByName(name *byte) (p *Protoent, err error) {$/;"	f
 20444  _GetServByName	./syscall/zsyscall_windows.go	/^func _GetServByName(name *byte, proto *byte) (s *Servent, err error) {$/;"	f
 20445  _Gid_t	./syscall/types_darwin.go	/^type _Gid_t C.gid_t$/;"	t
 20446  _Gid_t	./syscall/types_dragonfly.go	/^type _Gid_t C.gid_t$/;"	t
 20447  _Gid_t	./syscall/types_freebsd.go	/^type _Gid_t C.gid_t$/;"	t
 20448  _Gid_t	./syscall/types_linux.go	/^type _Gid_t C.gid_t$/;"	t
 20449  _Gid_t	./syscall/types_netbsd.go	/^type _Gid_t C.gid_t$/;"	t
 20450  _Gid_t	./syscall/types_openbsd.go	/^type _Gid_t C.gid_t$/;"	t
 20451  _Gid_t	./syscall/types_solaris.go	/^type _Gid_t C.gid_t$/;"	t
 20452  _Gid_t	./syscall/ztypes_darwin_386.go	/^type _Gid_t uint32$/;"	t
 20453  _Gid_t	./syscall/ztypes_darwin_amd64.go	/^type _Gid_t uint32$/;"	t
 20454  _Gid_t	./syscall/ztypes_darwin_arm.go	/^type _Gid_t uint32$/;"	t
 20455  _Gid_t	./syscall/ztypes_darwin_arm64.go	/^type _Gid_t uint32$/;"	t
 20456  _Gid_t	./syscall/ztypes_dragonfly_amd64.go	/^type _Gid_t uint32$/;"	t
 20457  _Gid_t	./syscall/ztypes_freebsd_386.go	/^type _Gid_t uint32$/;"	t
 20458  _Gid_t	./syscall/ztypes_freebsd_amd64.go	/^type _Gid_t uint32$/;"	t
 20459  _Gid_t	./syscall/ztypes_freebsd_arm.go	/^type _Gid_t uint32$/;"	t
 20460  _Gid_t	./syscall/ztypes_linux_386.go	/^type _Gid_t uint32$/;"	t
 20461  _Gid_t	./syscall/ztypes_linux_amd64.go	/^type _Gid_t uint32$/;"	t
 20462  _Gid_t	./syscall/ztypes_linux_arm.go	/^type _Gid_t uint32$/;"	t
 20463  _Gid_t	./syscall/ztypes_linux_arm64.go	/^type _Gid_t uint32$/;"	t
 20464  _Gid_t	./syscall/ztypes_linux_ppc64.go	/^type _Gid_t uint32$/;"	t
 20465  _Gid_t	./syscall/ztypes_linux_ppc64le.go	/^type _Gid_t uint32$/;"	t
 20466  _Gid_t	./syscall/ztypes_netbsd_386.go	/^type _Gid_t uint32$/;"	t
 20467  _Gid_t	./syscall/ztypes_netbsd_amd64.go	/^type _Gid_t uint32$/;"	t
 20468  _Gid_t	./syscall/ztypes_netbsd_arm.go	/^type _Gid_t uint32$/;"	t
 20469  _Gid_t	./syscall/ztypes_openbsd_386.go	/^type _Gid_t uint32$/;"	t
 20470  _Gid_t	./syscall/ztypes_openbsd_amd64.go	/^type _Gid_t uint32$/;"	t
 20471  _Gid_t	./syscall/ztypes_openbsd_arm.go	/^type _Gid_t uint32$/;"	t
 20472  _Gid_t	./syscall/ztypes_solaris_amd64.go	/^type _Gid_t uint32$/;"	t
 20473  _Glagolitic	./unicode/tables.go	/^var _Glagolitic = &RangeTable{$/;"	v
 20474  _Gothic	./unicode/tables.go	/^var _Gothic = &RangeTable{$/;"	v
 20475  _Grantha	./unicode/tables.go	/^var _Grantha = &RangeTable{$/;"	v
 20476  _Greek	./unicode/tables.go	/^var _Greek = &RangeTable{$/;"	v
 20477  _Gujarati	./unicode/tables.go	/^var _Gujarati = &RangeTable{$/;"	v
 20478  _Gurmukhi	./unicode/tables.go	/^var _Gurmukhi = &RangeTable{$/;"	v
 20479  _Han	./unicode/tables.go	/^var _Han = &RangeTable{$/;"	v
 20480  _Hangul	./unicode/tables.go	/^var _Hangul = &RangeTable{$/;"	v
 20481  _Hanunoo	./unicode/tables.go	/^var _Hanunoo = &RangeTable{$/;"	v
 20482  _Hatran	./unicode/tables.go	/^var _Hatran = &RangeTable{$/;"	v
 20483  _Hebrew	./unicode/tables.go	/^var _Hebrew = &RangeTable{$/;"	v
 20484  _Hex_Digit	./unicode/tables.go	/^var _Hex_Digit = &RangeTable{$/;"	v
 20485  _Hiragana	./unicode/tables.go	/^var _Hiragana = &RangeTable{$/;"	v
 20486  _Hyphen	./unicode/tables.go	/^var _Hyphen = &RangeTable{$/;"	v
 20487  _IDS_Binary_Operator	./unicode/tables.go	/^var _IDS_Binary_Operator = &RangeTable{$/;"	v
 20488  _IDS_Trinary_Operator	./unicode/tables.go	/^var _IDS_Trinary_Operator = &RangeTable{$/;"	v
 20489  _Ideographic	./unicode/tables.go	/^var _Ideographic = &RangeTable{$/;"	v
 20490  _Imperial_Aramaic	./unicode/tables.go	/^var _Imperial_Aramaic = &RangeTable{$/;"	v
 20491  _Inherited	./unicode/tables.go	/^var _Inherited = &RangeTable{$/;"	v
 20492  _Inscriptional_Pahlavi	./unicode/tables.go	/^var _Inscriptional_Pahlavi = &RangeTable{$/;"	v
 20493  _Inscriptional_Parthian	./unicode/tables.go	/^var _Inscriptional_Parthian = &RangeTable{$/;"	v
 20494  _Javanese	./unicode/tables.go	/^var _Javanese = &RangeTable{$/;"	v
 20495  _Join_Control	./unicode/tables.go	/^var _Join_Control = &RangeTable{$/;"	v
 20496  _K	./crypto/sha256/sha256block.go	/^var _K = []uint32{$/;"	v
 20497  _K	./crypto/sha512/sha512block.go	/^var _K = []uint64{$/;"	v
 20498  _KSYSTEM_TIME	./runtime/os1_windows.go	/^type _KSYSTEM_TIME struct {$/;"	t
 20499  _Kaithi	./unicode/tables.go	/^var _Kaithi = &RangeTable{$/;"	v
 20500  _Kannada	./unicode/tables.go	/^var _Kannada = &RangeTable{$/;"	v
 20501  _Katakana	./unicode/tables.go	/^var _Katakana = &RangeTable{$/;"	v
 20502  _Kayah_Li	./unicode/tables.go	/^var _Kayah_Li = &RangeTable{$/;"	v
 20503  _Kharoshthi	./unicode/tables.go	/^var _Kharoshthi = &RangeTable{$/;"	v
 20504  _Khmer	./unicode/tables.go	/^var _Khmer = &RangeTable{$/;"	v
 20505  _Khojki	./unicode/tables.go	/^var _Khojki = &RangeTable{$/;"	v
 20506  _Khudawadi	./unicode/tables.go	/^var _Khudawadi = &RangeTable{$/;"	v
 20507  _L	./unicode/tables.go	/^var _L = &RangeTable{$/;"	v
 20508  _Lao	./unicode/tables.go	/^var _Lao = &RangeTable{$/;"	v
 20509  _Latin	./unicode/tables.go	/^var _Latin = &RangeTable{$/;"	v
 20510  _Lepcha	./unicode/tables.go	/^var _Lepcha = &RangeTable{$/;"	v
 20511  _Limbu	./unicode/tables.go	/^var _Limbu = &RangeTable{$/;"	v
 20512  _Linear_A	./unicode/tables.go	/^var _Linear_A = &RangeTable{$/;"	v
 20513  _Linear_B	./unicode/tables.go	/^var _Linear_B = &RangeTable{$/;"	v
 20514  _Lisu	./unicode/tables.go	/^var _Lisu = &RangeTable{$/;"	v
 20515  _Ll	./unicode/tables.go	/^var _Ll = &RangeTable{$/;"	v
 20516  _Lm	./unicode/tables.go	/^var _Lm = &RangeTable{$/;"	v
 20517  _Lo	./unicode/tables.go	/^var _Lo = &RangeTable{$/;"	v
 20518  _LoadLibrary	./syscall/zsyscall_windows.go	/^func _LoadLibrary(libname *uint16) (handle Handle, err error) {$/;"	f
 20519  _Logical_Order_Exception	./unicode/tables.go	/^var _Logical_Order_Exception = &RangeTable{$/;"	v
 20520  _Lt	./unicode/tables.go	/^var _Lt = &RangeTable{$/;"	v
 20521  _Lu	./unicode/tables.go	/^var _Lu = &RangeTable{$/;"	v
 20522  _Lycian	./unicode/tables.go	/^var _Lycian = &RangeTable{$/;"	v
 20523  _Lydian	./unicode/tables.go	/^var _Lydian = &RangeTable{$/;"	v
 20524  _M	./unicode/tables.go	/^var _M = &RangeTable{$/;"	v
 20525  _Mahajani	./unicode/tables.go	/^var _Mahajani = &RangeTable{$/;"	v
 20526  _Malayalam	./unicode/tables.go	/^var _Malayalam = &RangeTable{$/;"	v
 20527  _Mandaic	./unicode/tables.go	/^var _Mandaic = &RangeTable{$/;"	v
 20528  _Manichaean	./unicode/tables.go	/^var _Manichaean = &RangeTable{$/;"	v
 20529  _Mc	./unicode/tables.go	/^var _Mc = &RangeTable{$/;"	v
 20530  _Me	./unicode/tables.go	/^var _Me = &RangeTable{$/;"	v
 20531  _Meetei_Mayek	./unicode/tables.go	/^var _Meetei_Mayek = &RangeTable{$/;"	v
 20532  _Mende_Kikakui	./unicode/tables.go	/^var _Mende_Kikakui = &RangeTable{$/;"	v
 20533  _Meroitic_Cursive	./unicode/tables.go	/^var _Meroitic_Cursive = &RangeTable{$/;"	v
 20534  _Meroitic_Hieroglyphs	./unicode/tables.go	/^var _Meroitic_Hieroglyphs = &RangeTable{$/;"	v
 20535  _Miao	./unicode/tables.go	/^var _Miao = &RangeTable{$/;"	v
 20536  _Mn	./unicode/tables.go	/^var _Mn = &RangeTable{$/;"	v
 20537  _Modi	./unicode/tables.go	/^var _Modi = &RangeTable{$/;"	v
 20538  _Mongolian	./unicode/tables.go	/^var _Mongolian = &RangeTable{$/;"	v
 20539  _Mro	./unicode/tables.go	/^var _Mro = &RangeTable{$/;"	v
 20540  _Multani	./unicode/tables.go	/^var _Multani = &RangeTable{$/;"	v
 20541  _Myanmar	./unicode/tables.go	/^var _Myanmar = &RangeTable{$/;"	v
 20542  _N	./unicode/tables.go	/^var _N = &RangeTable{$/;"	v
 20543  _Nabataean	./unicode/tables.go	/^var _Nabataean = &RangeTable{$/;"	v
 20544  _Nd	./unicode/tables.go	/^var _Nd = &RangeTable{$/;"	v
 20545  _New_Tai_Lue	./unicode/tables.go	/^var _New_Tai_Lue = &RangeTable{$/;"	v
 20546  _Nko	./unicode/tables.go	/^var _Nko = &RangeTable{$/;"	v
 20547  _Nl	./unicode/tables.go	/^var _Nl = &RangeTable{$/;"	v
 20548  _No	./unicode/tables.go	/^var _No = &RangeTable{$/;"	v
 20549  _Noncharacter_Code_Point	./unicode/tables.go	/^var _Noncharacter_Code_Point = &RangeTable{$/;"	v
 20550  _Ogham	./unicode/tables.go	/^var _Ogham = &RangeTable{$/;"	v
 20551  _Ol_Chiki	./unicode/tables.go	/^var _Ol_Chiki = &RangeTable{$/;"	v
 20552  _Old_Hungarian	./unicode/tables.go	/^var _Old_Hungarian = &RangeTable{$/;"	v
 20553  _Old_Italic	./unicode/tables.go	/^var _Old_Italic = &RangeTable{$/;"	v
 20554  _Old_North_Arabian	./unicode/tables.go	/^var _Old_North_Arabian = &RangeTable{$/;"	v
 20555  _Old_Permic	./unicode/tables.go	/^var _Old_Permic = &RangeTable{$/;"	v
 20556  _Old_Persian	./unicode/tables.go	/^var _Old_Persian = &RangeTable{$/;"	v
 20557  _Old_South_Arabian	./unicode/tables.go	/^var _Old_South_Arabian = &RangeTable{$/;"	v
 20558  _Old_Turkic	./unicode/tables.go	/^var _Old_Turkic = &RangeTable{$/;"	v
 20559  _Oriya	./unicode/tables.go	/^var _Oriya = &RangeTable{$/;"	v
 20560  _Osmanya	./unicode/tables.go	/^var _Osmanya = &RangeTable{$/;"	v
 20561  _Other_Alphabetic	./unicode/tables.go	/^var _Other_Alphabetic = &RangeTable{$/;"	v
 20562  _Other_Default_Ignorable_Code_Point	./unicode/tables.go	/^var _Other_Default_Ignorable_Code_Point = &RangeTable{$/;"	v
 20563  _Other_Grapheme_Extend	./unicode/tables.go	/^var _Other_Grapheme_Extend = &RangeTable{$/;"	v
 20564  _Other_ID_Continue	./unicode/tables.go	/^var _Other_ID_Continue = &RangeTable{$/;"	v
 20565  _Other_ID_Start	./unicode/tables.go	/^var _Other_ID_Start = &RangeTable{$/;"	v
 20566  _Other_Lowercase	./unicode/tables.go	/^var _Other_Lowercase = &RangeTable{$/;"	v
 20567  _Other_Math	./unicode/tables.go	/^var _Other_Math = &RangeTable{$/;"	v
 20568  _Other_Uppercase	./unicode/tables.go	/^var _Other_Uppercase = &RangeTable{$/;"	v
 20569  _P	./unicode/tables.go	/^var _P = &RangeTable{$/;"	v
 20570  _Pahawh_Hmong	./unicode/tables.go	/^var _Pahawh_Hmong = &RangeTable{$/;"	v
 20571  _Palmyrene	./unicode/tables.go	/^var _Palmyrene = &RangeTable{$/;"	v
 20572  _Pattern_Syntax	./unicode/tables.go	/^var _Pattern_Syntax = &RangeTable{$/;"	v
 20573  _Pattern_White_Space	./unicode/tables.go	/^var _Pattern_White_Space = &RangeTable{$/;"	v
 20574  _Pau_Cin_Hau	./unicode/tables.go	/^var _Pau_Cin_Hau = &RangeTable{$/;"	v
 20575  _Pc	./unicode/tables.go	/^var _Pc = &RangeTable{$/;"	v
 20576  _Pd	./unicode/tables.go	/^var _Pd = &RangeTable{$/;"	v
 20577  _Pe	./unicode/tables.go	/^var _Pe = &RangeTable{$/;"	v
 20578  _Pf	./unicode/tables.go	/^var _Pf = &RangeTable{$/;"	v
 20579  _Phags_Pa	./unicode/tables.go	/^var _Phags_Pa = &RangeTable{$/;"	v
 20580  _Phoenician	./unicode/tables.go	/^var _Phoenician = &RangeTable{$/;"	v
 20581  _Pi	./unicode/tables.go	/^var _Pi = &RangeTable{$/;"	v
 20582  _Plink	./runtime/os_plan9.go	/^type _Plink uintptr$/;"	t
 20583  _Po	./unicode/tables.go	/^var _Po = &RangeTable{$/;"	v
 20584  _Ps	./unicode/tables.go	/^var _Ps = &RangeTable{$/;"	v
 20585  _Psalter_Pahlavi	./unicode/tables.go	/^var _Psalter_Pahlavi = &RangeTable{$/;"	v
 20586  _Quotation_Mark	./unicode/tables.go	/^var _Quotation_Mark = &RangeTable{$/;"	v
 20587  _REG_subcomp	./regexp/testdata/testregex.c	/^#undef	_REG_subcomp$/;"	d	file:
 20588  _Radical	./unicode/tables.go	/^var _Radical = &RangeTable{$/;"	v
 20589  _Rejang	./unicode/tables.go	/^var _Rejang = &RangeTable{$/;"	v
 20590  _RoundingMode_index	./cmd/compile/internal/big/roundingmode_string.go	/^var _RoundingMode_index = [...]uint8{0, 13, 26, 32, 44, 57, 70}$/;"	v
 20591  _RoundingMode_index	./math/big/roundingmode_string.go	/^var _RoundingMode_index = [...]uint8{0, 13, 26, 32, 44, 57, 70}$/;"	v
 20592  _Runic	./unicode/tables.go	/^var _Runic = &RangeTable{$/;"	v
 20593  _S	./unicode/tables.go	/^var _S = &RangeTable{$/;"	v
 20594  _STerm	./unicode/tables.go	/^var _STerm = &RangeTable{$/;"	v
 20595  _Samaritan	./unicode/tables.go	/^var _Samaritan = &RangeTable{$/;"	v
 20596  _Saurashtra	./unicode/tables.go	/^var _Saurashtra = &RangeTable{$/;"	v
 20597  _Sc	./unicode/tables.go	/^var _Sc = &RangeTable{$/;"	v
 20598  _Sharada	./unicode/tables.go	/^var _Sharada = &RangeTable{$/;"	v
 20599  _Shavian	./unicode/tables.go	/^var _Shavian = &RangeTable{$/;"	v
 20600  _Siddham	./unicode/tables.go	/^var _Siddham = &RangeTable{$/;"	v
 20601  _SignWriting	./unicode/tables.go	/^var _SignWriting = &RangeTable{$/;"	v
 20602  _Sinhala	./unicode/tables.go	/^var _Sinhala = &RangeTable{$/;"	v
 20603  _Sk	./unicode/tables.go	/^var _Sk = &RangeTable{$/;"	v
 20604  _Sm	./unicode/tables.go	/^var _Sm = &RangeTable{$/;"	v
 20605  _So	./unicode/tables.go	/^var _So = &RangeTable{$/;"	v
 20606  _Socklen	./syscall/types_darwin.go	/^type _Socklen C.socklen_t$/;"	t
 20607  _Socklen	./syscall/types_dragonfly.go	/^type _Socklen C.socklen_t$/;"	t
 20608  _Socklen	./syscall/types_freebsd.go	/^type _Socklen C.socklen_t$/;"	t
 20609  _Socklen	./syscall/types_linux.go	/^type _Socklen C.socklen_t$/;"	t
 20610  _Socklen	./syscall/types_netbsd.go	/^type _Socklen C.socklen_t$/;"	t
 20611  _Socklen	./syscall/types_openbsd.go	/^type _Socklen C.socklen_t$/;"	t
 20612  _Socklen	./syscall/types_solaris.go	/^type _Socklen C.socklen_t$/;"	t
 20613  _Socklen	./syscall/ztypes_darwin_386.go	/^type _Socklen uint32$/;"	t
 20614  _Socklen	./syscall/ztypes_darwin_amd64.go	/^type _Socklen uint32$/;"	t
 20615  _Socklen	./syscall/ztypes_darwin_arm.go	/^type _Socklen uint32$/;"	t
 20616  _Socklen	./syscall/ztypes_darwin_arm64.go	/^type _Socklen uint32$/;"	t
 20617  _Socklen	./syscall/ztypes_dragonfly_amd64.go	/^type _Socklen uint32$/;"	t
 20618  _Socklen	./syscall/ztypes_freebsd_386.go	/^type _Socklen uint32$/;"	t
 20619  _Socklen	./syscall/ztypes_freebsd_amd64.go	/^type _Socklen uint32$/;"	t
 20620  _Socklen	./syscall/ztypes_freebsd_arm.go	/^type _Socklen uint32$/;"	t
 20621  _Socklen	./syscall/ztypes_linux_386.go	/^type _Socklen uint32$/;"	t
 20622  _Socklen	./syscall/ztypes_linux_amd64.go	/^type _Socklen uint32$/;"	t
 20623  _Socklen	./syscall/ztypes_linux_arm.go	/^type _Socklen uint32$/;"	t
 20624  _Socklen	./syscall/ztypes_linux_arm64.go	/^type _Socklen uint32$/;"	t
 20625  _Socklen	./syscall/ztypes_linux_ppc64.go	/^type _Socklen uint32$/;"	t
 20626  _Socklen	./syscall/ztypes_linux_ppc64le.go	/^type _Socklen uint32$/;"	t
 20627  _Socklen	./syscall/ztypes_netbsd_386.go	/^type _Socklen uint32$/;"	t
 20628  _Socklen	./syscall/ztypes_netbsd_amd64.go	/^type _Socklen uint32$/;"	t
 20629  _Socklen	./syscall/ztypes_netbsd_arm.go	/^type _Socklen uint32$/;"	t
 20630  _Socklen	./syscall/ztypes_openbsd_386.go	/^type _Socklen uint32$/;"	t
 20631  _Socklen	./syscall/ztypes_openbsd_amd64.go	/^type _Socklen uint32$/;"	t
 20632  _Socklen	./syscall/ztypes_openbsd_arm.go	/^type _Socklen uint32$/;"	t
 20633  _Socklen	./syscall/ztypes_solaris_amd64.go	/^type _Socklen uint32$/;"	t
 20634  _Soft_Dotted	./unicode/tables.go	/^var _Soft_Dotted = &RangeTable{$/;"	v
 20635  _Sora_Sompeng	./unicode/tables.go	/^var _Sora_Sompeng = &RangeTable{$/;"	v
 20636  _Sundanese	./unicode/tables.go	/^var _Sundanese = &RangeTable{$/;"	v
 20637  _Syloti_Nagri	./unicode/tables.go	/^var _Syloti_Nagri = &RangeTable{$/;"	v
 20638  _Syriac	./unicode/tables.go	/^var _Syriac = &RangeTable{$/;"	v
 20639  _System	./runtime/proc1.go	/^func _System()       { _System() }$/;"	f
 20640  _Tagalog	./unicode/tables.go	/^var _Tagalog = &RangeTable{$/;"	v
 20641  _Tagbanwa	./unicode/tables.go	/^var _Tagbanwa = &RangeTable{$/;"	v
 20642  _Tai_Le	./unicode/tables.go	/^var _Tai_Le = &RangeTable{$/;"	v
 20643  _Tai_Tham	./unicode/tables.go	/^var _Tai_Tham = &RangeTable{$/;"	v
 20644  _Tai_Viet	./unicode/tables.go	/^var _Tai_Viet = &RangeTable{$/;"	v
 20645  _Takri	./unicode/tables.go	/^var _Takri = &RangeTable{$/;"	v
 20646  _Tamil	./unicode/tables.go	/^var _Tamil = &RangeTable{$/;"	v
 20647  _Telugu	./unicode/tables.go	/^var _Telugu = &RangeTable{$/;"	v
 20648  _Terminal_Punctuation	./unicode/tables.go	/^var _Terminal_Punctuation = &RangeTable{$/;"	v
 20649  _Thaana	./unicode/tables.go	/^var _Thaana = &RangeTable{$/;"	v
 20650  _Thai	./unicode/tables.go	/^var _Thai = &RangeTable{$/;"	v
 20651  _Tibetan	./unicode/tables.go	/^var _Tibetan = &RangeTable{$/;"	v
 20652  _Tifinagh	./unicode/tables.go	/^var _Tifinagh = &RangeTable{$/;"	v
 20653  _Tirhuta	./unicode/tables.go	/^var _Tirhuta = &RangeTable{$/;"	v
 20654  _TurkishCase	./unicode/casetables.go	/^var _TurkishCase = SpecialCase{$/;"	v
 20655  _Ugaritic	./unicode/tables.go	/^var _Ugaritic = &RangeTable{$/;"	v
 20656  _Unified_Ideograph	./unicode/tables.go	/^var _Unified_Ideograph = &RangeTable{$/;"	v
 20657  _Vai	./unicode/tables.go	/^var _Vai = &RangeTable{$/;"	v
 20658  _Variation_Selector	./unicode/tables.go	/^var _Variation_Selector = &RangeTable{$/;"	v
 20659  _Warang_Citi	./unicode/tables.go	/^var _Warang_Citi = &RangeTable{$/;"	v
 20660  _White_Space	./unicode/tables.go	/^var _White_Space = &RangeTable{$/;"	v
 20661  _Yi	./unicode/tables.go	/^var _Yi = &RangeTable{$/;"	v
 20662  _Z	./unicode/tables.go	/^var _Z = &RangeTable{$/;"	v
 20663  _Zl	./unicode/tables.go	/^var _Zl = &RangeTable{$/;"	v
 20664  _Zp	./unicode/tables.go	/^var _Zp = &RangeTable{$/;"	v
 20665  _Zs	./unicode/tables.go	/^var _Zs = &RangeTable{$/;"	v
 20666  __cgo_	./cmd/cgo/out.go	/^				fmt.Fprintf(fgo2, "var __cgo_%s byte\\n", n.C)$/;"	v
 20667  __cgo_gcc_Cfunc_sin	./cmd/cgo/doc.go	/^	var __cgo_gcc_Cfunc_sin byte$/;"	v
 20668  __cgofn_	./cmd/cgo/out.go	/^	fmt.Fprintf(fgo2, "var __cgofn_%s byte\\n", cname)$/;"	v
 20669  __cgofn__cgo_be59f0f25121_Cfunc_puts	./cmd/cgo/doc.go	/^	var __cgofn__cgo_be59f0f25121_Cfunc_puts byte$/;"	v
 20670  __getitem__	./runtime/runtime-gdb.py	/^	def __getitem__(self, i):$/;"	m	class:SliceValue	file:
 20671  __init__	./runtime/runtime-gdb.py	/^	def __init__(self):$/;"	m	class:DTypeFunc
 20672  __init__	./runtime/runtime-gdb.py	/^	def __init__(self):$/;"	m	class:GoCapFunc
 20673  __init__	./runtime/runtime-gdb.py	/^	def __init__(self):$/;"	m	class:GoIfaceCmd
 20674  __init__	./runtime/runtime-gdb.py	/^	def __init__(self):$/;"	m	class:GoLenFunc
 20675  __init__	./runtime/runtime-gdb.py	/^	def __init__(self):$/;"	m	class:GoroutineCmd
 20676  __init__	./runtime/runtime-gdb.py	/^	def __init__(self):$/;"	m	class:GoroutinesCmd
 20677  __init__	./runtime/runtime-gdb.py	/^	def __init__(self, val):$/;"	m	class:ChanTypePrinter
 20678  __init__	./runtime/runtime-gdb.py	/^	def __init__(self, val):$/;"	m	class:IfacePrinter
 20679  __init__	./runtime/runtime-gdb.py	/^	def __init__(self, val):$/;"	m	class:MapTypePrinter
 20680  __init__	./runtime/runtime-gdb.py	/^	def __init__(self, val):$/;"	m	class:SliceTypePrinter
 20681  __init__	./runtime/runtime-gdb.py	/^	def __init__(self, val):$/;"	m	class:SliceValue
 20682  __init__	./runtime/runtime-gdb.py	/^	def __init__(self, val):$/;"	m	class:StringTypePrinter
 20683  __tsan_acquire	./runtime/race1.go	/^var __tsan_acquire byte$/;"	v
 20684  __tsan_finalizer_goroutine	./runtime/race1.go	/^var __tsan_finalizer_goroutine byte$/;"	v
 20685  __tsan_fini	./runtime/race1.go	/^var __tsan_fini byte$/;"	v
 20686  __tsan_go_end	./runtime/race1.go	/^var __tsan_go_end byte$/;"	v
 20687  __tsan_go_ignore_sync_begin	./runtime/race1.go	/^var __tsan_go_ignore_sync_begin byte$/;"	v
 20688  __tsan_go_ignore_sync_end	./runtime/race1.go	/^var __tsan_go_ignore_sync_end byte$/;"	v
 20689  __tsan_go_start	./runtime/race1.go	/^var __tsan_go_start byte$/;"	v
 20690  __tsan_init	./runtime/race1.go	/^var __tsan_init byte$/;"	v
 20691  __tsan_malloc	./runtime/race1.go	/^var __tsan_malloc byte$/;"	v
 20692  __tsan_map_shadow	./runtime/race1.go	/^var __tsan_map_shadow byte$/;"	v
 20693  __tsan_release	./runtime/race1.go	/^var __tsan_release byte$/;"	v
 20694  __tsan_release_merge	./runtime/race1.go	/^var __tsan_release_merge byte$/;"	v
 20695  _atoi	./runtime/os1_plan9.go	/^func _atoi(b []byte) int {$/;"	f
 20696  _b1tail	./runtime/memmove_arm.s	/^_b1tail:				\/* remaining bytes *\/$/;"	l
 20697  _b32loop	./runtime/memmove_arm.s	/^_b32loop:$/;"	l
 20698  _b4align	./runtime/memmove_arm.s	/^_b4align:				\/* align destination on 4 *\/$/;"	l
 20699  _b4aligned	./runtime/memmove_arm.s	/^_b4aligned:				\/* is source now aligned? *\/$/;"	l
 20700  _b4loop	./runtime/memmove_arm.s	/^_b4loop:$/;"	l
 20701  _b4tail	./runtime/memmove_arm.s	/^_b4tail:				\/* do remaining words if possible *\/$/;"	l
 20702  _back	./runtime/memmove_arm.s	/^_back:$/;"	l
 20703  _badsignal	./runtime/os1_plan9.go	/^var _badsignal = []byte("runtime: signal received on thread not created by Go.\\n")$/;"	v
 20704  _bu16loop	./runtime/memmove_arm.s	/^_bu16loop:$/;"	l
 20705  _bu1tail	./runtime/memmove_arm.s	/^_bu1tail:$/;"	l
 20706  _bunaligned	./runtime/memmove_arm.s	/^_bunaligned:$/;"	l
 20707  _cgo_be59f0f25121_Cfunc_puts	./cmd/cgo/doc.go	/^	var _cgo_be59f0f25121_Cfunc_puts = unsafe.Pointer(&__cgofn__cgo_be59f0f25121_Cfunc_puts)$/;"	v
 20708  _cgo_free	./runtime/cgo/callbacks.go	/^var _cgo_free = &x_cgo_free$/;"	v
 20709  _cgo_gcc_Cfunc_sin	./cmd/cgo/doc.go	/^	var _cgo_gcc_Cfunc_sin = unsafe.Pointer(&__cgo_gcc_Cfunc_sin)$/;"	v
 20710  _cgo_init	./runtime/cgo/callbacks.go	/^var _cgo_init = &x_cgo_init$/;"	v
 20711  _cgo_malloc	./runtime/cgo/callbacks.go	/^var _cgo_malloc = &x_cgo_malloc$/;"	v
 20712  _cgo_notify_runtime_init_done	./runtime/cgo/callbacks.go	/^var _cgo_notify_runtime_init_done = &x_cgo_notify_runtime_init_done$/;"	v
 20713  _cgo_panic	./runtime/cgo/callbacks.go	/^func _cgo_panic(a unsafe.Pointer, n int32) {$/;"	f
 20714  _cgo_panic_internal	./runtime/cgocallback.go	/^func _cgo_panic_internal(p *byte) {$/;"	f
 20715  _cgo_runtime_cgocall	./cmd/cgo/out.go	/^func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32$/;"	f
 20716  _cgo_runtime_cgocallback	./cmd/cgo/out.go	/^func _cgo_runtime_cgocallback(unsafe.Pointer, unsafe.Pointer, uintptr)$/;"	f
 20717  _cgo_runtime_cmalloc	./cmd/cgo/out.go	/^func _cgo_runtime_cmalloc(uintptr) unsafe.Pointer$/;"	f
 20718  _cgo_runtime_gobytes	./cmd/cgo/out.go	/^func _cgo_runtime_gobytes(unsafe.Pointer, int) []byte$/;"	f
 20719  _cgo_runtime_gostring	./cmd/cgo/out.go	/^func _cgo_runtime_gostring(*_Ctype_char) string$/;"	f
 20720  _cgo_runtime_gostringn	./cmd/cgo/out.go	/^func _cgo_runtime_gostringn(*_Ctype_char, int) string$/;"	f
 20721  _cgo_setenv	./runtime/cgo/setenv.go	/^var _cgo_setenv = &x_cgo_setenv$/;"	v
 20722  _cgo_setenv	./runtime/env_plan9.go	/^var _cgo_setenv unsafe.Pointer   \/\/ pointer to C function$/;"	v
 20723  _cgo_setenv	./runtime/env_posix.go	/^var _cgo_setenv unsafe.Pointer   \/\/ pointer to C function$/;"	v
 20724  _cgo_sys_thread_create	./runtime/cgo/callbacks.go	/^var _cgo_sys_thread_create = &x_cgo_sys_thread_create$/;"	v
 20725  _cgo_sys_thread_start	./runtime/cgo/gcc_darwin_386.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20726  _cgo_sys_thread_start	./runtime/cgo/gcc_darwin_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20727  _cgo_sys_thread_start	./runtime/cgo/gcc_darwin_arm.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20728  _cgo_sys_thread_start	./runtime/cgo/gcc_darwin_arm64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20729  _cgo_sys_thread_start	./runtime/cgo/gcc_dragonfly_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20730  _cgo_sys_thread_start	./runtime/cgo/gcc_freebsd_386.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20731  _cgo_sys_thread_start	./runtime/cgo/gcc_freebsd_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20732  _cgo_sys_thread_start	./runtime/cgo/gcc_freebsd_arm.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20733  _cgo_sys_thread_start	./runtime/cgo/gcc_linux_386.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20734  _cgo_sys_thread_start	./runtime/cgo/gcc_linux_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20735  _cgo_sys_thread_start	./runtime/cgo/gcc_linux_arm.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20736  _cgo_sys_thread_start	./runtime/cgo/gcc_linux_arm64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20737  _cgo_sys_thread_start	./runtime/cgo/gcc_linux_ppc64x.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20738  _cgo_sys_thread_start	./runtime/cgo/gcc_netbsd_386.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20739  _cgo_sys_thread_start	./runtime/cgo/gcc_netbsd_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20740  _cgo_sys_thread_start	./runtime/cgo/gcc_netbsd_arm.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20741  _cgo_sys_thread_start	./runtime/cgo/gcc_openbsd_386.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20742  _cgo_sys_thread_start	./runtime/cgo/gcc_openbsd_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20743  _cgo_sys_thread_start	./runtime/cgo/gcc_solaris_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20744  _cgo_sys_thread_start	./runtime/cgo/gcc_windows_386.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20745  _cgo_sys_thread_start	./runtime/cgo/gcc_windows_amd64.c	/^_cgo_sys_thread_start(ThreadStart *ts)$/;"	f
 20746  _cgo_thread_start	./runtime/cgo/callbacks.go	/^var _cgo_thread_start = &x_cgo_thread_start$/;"	v
 20747  _cgo_unsetenv	./runtime/cgo/setenv.go	/^var _cgo_unsetenv = &x_cgo_unsetenv$/;"	v
 20748  _cgo_unsetenv	./runtime/env_plan9.go	/^var _cgo_unsetenv unsafe.Pointer \/\/ pointer to C function$/;"	v
 20749  _cgo_unsetenv	./runtime/env_posix.go	/^var _cgo_unsetenv unsafe.Pointer \/\/ pointer to C function$/;"	v
 20750  _cgo_wait_runtime_init_done	./runtime/cgo/gcc_libinit.c	/^_cgo_wait_runtime_init_done() {$/;"	f
 20751  _cgo_wait_runtime_init_done	./runtime/cgo/gcc_libinit_linux_ppc64x.c	/^_cgo_wait_runtime_init_done() {$/;"	f
 20752  _cgo_wait_runtime_init_done	./runtime/cgo/gcc_libinit_openbsd.c	/^_cgo_wait_runtime_init_done() {$/;"	f
 20753  _cgo_wait_runtime_init_done	./runtime/cgo/gcc_libinit_windows.c	/^_cgo_wait_runtime_init_done() {$/;"	f
 20754  _cgoexp	./cmd/cgo/out.go	/^		fmt.Fprintf(fgo2, "func _cgoexp%s_%s(a unsafe.Pointer, n int32) {", cPrefix, exp.ExpName)$/;"	f
 20755  _cos	./math/sin.go	/^var _cos = [...]float64{$/;"	v
 20756  _d2v	./runtime/vlrt.go	/^func _d2v(y *uint64, d float64) {$/;"	f
 20757  _defer	./runtime/runtime2.go	/^type _defer struct {$/;"	t
 20758  _div64by32	./runtime/vlrt.go	/^func _div64by32(a uint64, b uint32, r *uint32) (q uint32)$/;"	f
 20759  _environ	./runtime/cgo/dragonfly.go	/^var _environ uintptr$/;"	v
 20760  _environ	./runtime/cgo/freebsd.go	/^var _environ uintptr$/;"	v
 20761  _environ	./runtime/cgo/netbsd.go	/^var _environ uintptr$/;"	v
 20762  _environ	./runtime/cgo/openbsd.go	/^var _environ uintptr$/;"	v
 20763  _f1tail	./runtime/memmove_arm.s	/^_f1tail:$/;"	l
 20764  _f32loop	./runtime/memclr_arm.s	/^_f32loop:$/;"	l
 20765  _f32loop	./runtime/memmove_arm.s	/^_f32loop:$/;"	l
 20766  _f4align	./runtime/memmove_arm.s	/^_f4align:				\/* align destination on 4 *\/$/;"	l
 20767  _f4aligned	./runtime/memmove_arm.s	/^_f4aligned:				\/* is source now aligned? *\/$/;"	l
 20768  _f4loop	./runtime/memmove_arm.s	/^_f4loop:$/;"	l
 20769  _f4tail	./runtime/memmove_arm.s	/^_f4tail:$/;"	l
 20770  _forward	./runtime/memmove_arm.s	/^_forward:$/;"	l
 20771  _fu16loop	./runtime/memmove_arm.s	/^_fu16loop:$/;"	l
 20772  _fu1tail	./runtime/memmove_arm.s	/^_fu1tail:$/;"	l
 20773  _funaligned	./runtime/memmove_arm.s	/^_funaligned:$/;"	l
 20774  _func	./runtime/runtime2.go	/^type _func struct {$/;"	t
 20775  _gamP	./math/gamma.go	/^var _gamP = [...]float64{$/;"	v
 20776  _gamQ	./math/gamma.go	/^var _gamQ = [...]float64{$/;"	v
 20777  _gamS	./math/gamma.go	/^var _gamS = [...]float64{$/;"	v
 20778  _guard_local	./runtime/cgo/openbsd.go	/^var _guard_local uintptr$/;"	v
 20779  _i	./reflect/all_test.go	/^var _i = 7$/;"	v
 20780  _iscgo	./runtime/cgo/iscgo.go	/^var _iscgo bool = true$/;"	v
 20781  _lgamA	./math/lgamma.go	/^var _lgamA = [...]float64{$/;"	v
 20782  _lgamR	./math/lgamma.go	/^var _lgamR = [...]float64{$/;"	v
 20783  _lgamS	./math/lgamma.go	/^var _lgamS = [...]float64{$/;"	v
 20784  _lgamT	./math/lgamma.go	/^var _lgamT = [...]float64{$/;"	v
 20785  _lgamU	./math/lgamma.go	/^var _lgamU = [...]float64{$/;"	v
 20786  _lgamV	./math/lgamma.go	/^var _lgamV = [...]float64{$/;"	v
 20787  _lgamW	./math/lgamma.go	/^var _lgamW = [...]float64{$/;"	v
 20788  _lookup	./cmd/internal/obj/sym.go	/^func _lookup(ctxt *Link, symb string, v int, create bool) *LSym {$/;"	f
 20789  _lookup	./cmd/link/internal/ld/sym.go	/^func _lookup(ctxt *Link, symb string, v int, creat int) *LSym {$/;"	f
 20790  _loop	./runtime/asm_arm.s	/^_loop:$/;"	l
 20791  _memmove	./runtime/memmove_arm.s	/^_memmove:$/;"	l
 20792  _mul64by32	./runtime/vlrt.go	/^func _mul64by32(lo64 *uint64, a uint64, b uint32) (hi32 uint32)$/;"	f
 20793  _notfound	./runtime/asm_arm.s	/^_notfound:$/;"	l
 20794  _p0	./syscall/syscall_darwin.go	/^	var _p0 *byte$/;"	v
 20795  _p0	./syscall/syscall_darwin.go	/^	var _p0 unsafe.Pointer$/;"	v
 20796  _p0	./syscall/syscall_dragonfly.go	/^	var _p0 unsafe.Pointer$/;"	v
 20797  _p0	./syscall/syscall_freebsd.go	/^	var _p0 unsafe.Pointer$/;"	v
 20798  _p0	./syscall/syscall_openbsd.go	/^	var _p0 unsafe.Pointer$/;"	v
 20799  _p0	./syscall/zsyscall_darwin_386.go	/^	var _p0 *byte$/;"	v
 20800  _p0	./syscall/zsyscall_darwin_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20801  _p0	./syscall/zsyscall_darwin_amd64.go	/^	var _p0 *byte$/;"	v
 20802  _p0	./syscall/zsyscall_darwin_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20803  _p0	./syscall/zsyscall_darwin_arm.go	/^	var _p0 *byte$/;"	v
 20804  _p0	./syscall/zsyscall_darwin_arm.go	/^	var _p0 unsafe.Pointer$/;"	v
 20805  _p0	./syscall/zsyscall_darwin_arm64.go	/^	var _p0 *byte$/;"	v
 20806  _p0	./syscall/zsyscall_darwin_arm64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20807  _p0	./syscall/zsyscall_dragonfly_amd64.go	/^	var _p0 *byte$/;"	v
 20808  _p0	./syscall/zsyscall_dragonfly_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20809  _p0	./syscall/zsyscall_freebsd_386.go	/^	var _p0 *byte$/;"	v
 20810  _p0	./syscall/zsyscall_freebsd_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20811  _p0	./syscall/zsyscall_freebsd_amd64.go	/^	var _p0 *byte$/;"	v
 20812  _p0	./syscall/zsyscall_freebsd_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20813  _p0	./syscall/zsyscall_freebsd_arm.go	/^	var _p0 *byte$/;"	v
 20814  _p0	./syscall/zsyscall_freebsd_arm.go	/^	var _p0 unsafe.Pointer$/;"	v
 20815  _p0	./syscall/zsyscall_linux_386.go	/^	var _p0 *byte$/;"	v
 20816  _p0	./syscall/zsyscall_linux_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20817  _p0	./syscall/zsyscall_linux_amd64.go	/^	var _p0 *byte$/;"	v
 20818  _p0	./syscall/zsyscall_linux_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20819  _p0	./syscall/zsyscall_linux_arm.go	/^	var _p0 *byte$/;"	v
 20820  _p0	./syscall/zsyscall_linux_arm.go	/^	var _p0 unsafe.Pointer$/;"	v
 20821  _p0	./syscall/zsyscall_linux_arm64.go	/^	var _p0 *byte$/;"	v
 20822  _p0	./syscall/zsyscall_linux_arm64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20823  _p0	./syscall/zsyscall_linux_ppc64.go	/^	var _p0 *byte$/;"	v
 20824  _p0	./syscall/zsyscall_linux_ppc64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20825  _p0	./syscall/zsyscall_linux_ppc64le.go	/^	var _p0 *byte$/;"	v
 20826  _p0	./syscall/zsyscall_linux_ppc64le.go	/^	var _p0 unsafe.Pointer$/;"	v
 20827  _p0	./syscall/zsyscall_nacl_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20828  _p0	./syscall/zsyscall_nacl_amd64p32.go	/^	var _p0 unsafe.Pointer$/;"	v
 20829  _p0	./syscall/zsyscall_nacl_arm.go	/^	var _p0 unsafe.Pointer$/;"	v
 20830  _p0	./syscall/zsyscall_netbsd_386.go	/^	var _p0 *byte$/;"	v
 20831  _p0	./syscall/zsyscall_netbsd_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20832  _p0	./syscall/zsyscall_netbsd_amd64.go	/^	var _p0 *byte$/;"	v
 20833  _p0	./syscall/zsyscall_netbsd_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20834  _p0	./syscall/zsyscall_netbsd_arm.go	/^	var _p0 *byte$/;"	v
 20835  _p0	./syscall/zsyscall_netbsd_arm.go	/^	var _p0 unsafe.Pointer$/;"	v
 20836  _p0	./syscall/zsyscall_openbsd_386.go	/^	var _p0 *byte$/;"	v
 20837  _p0	./syscall/zsyscall_openbsd_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20838  _p0	./syscall/zsyscall_openbsd_amd64.go	/^	var _p0 *byte$/;"	v
 20839  _p0	./syscall/zsyscall_openbsd_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20840  _p0	./syscall/zsyscall_openbsd_arm.go	/^	var _p0 *byte$/;"	v
 20841  _p0	./syscall/zsyscall_openbsd_arm.go	/^	var _p0 unsafe.Pointer$/;"	v
 20842  _p0	./syscall/zsyscall_plan9_386.go	/^	var _p0 *byte$/;"	v
 20843  _p0	./syscall/zsyscall_plan9_386.go	/^	var _p0 unsafe.Pointer$/;"	v
 20844  _p0	./syscall/zsyscall_plan9_amd64.go	/^	var _p0 *byte$/;"	v
 20845  _p0	./syscall/zsyscall_plan9_amd64.go	/^	var _p0 unsafe.Pointer$/;"	v
 20846  _p0	./syscall/zsyscall_solaris_amd64.go	/^	var _p0 *byte$/;"	v
 20847  _p0	./syscall/zsyscall_windows.go	/^	var _p0 *byte$/;"	v
 20848  _p0	./syscall/zsyscall_windows.go	/^	var _p0 *uint16$/;"	v
 20849  _p0	./syscall/zsyscall_windows.go	/^	var _p0 uint32$/;"	v
 20850  _p1	./syscall/zsyscall_darwin_386.go	/^	var _p1 *byte$/;"	v
 20851  _p1	./syscall/zsyscall_darwin_386.go	/^	var _p1 unsafe.Pointer$/;"	v
 20852  _p1	./syscall/zsyscall_darwin_amd64.go	/^	var _p1 *byte$/;"	v
 20853  _p1	./syscall/zsyscall_darwin_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20854  _p1	./syscall/zsyscall_darwin_arm.go	/^	var _p1 *byte$/;"	v
 20855  _p1	./syscall/zsyscall_darwin_arm.go	/^	var _p1 unsafe.Pointer$/;"	v
 20856  _p1	./syscall/zsyscall_darwin_arm64.go	/^	var _p1 *byte$/;"	v
 20857  _p1	./syscall/zsyscall_darwin_arm64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20858  _p1	./syscall/zsyscall_dragonfly_amd64.go	/^	var _p1 *byte$/;"	v
 20859  _p1	./syscall/zsyscall_dragonfly_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20860  _p1	./syscall/zsyscall_freebsd_386.go	/^	var _p1 *byte$/;"	v
 20861  _p1	./syscall/zsyscall_freebsd_386.go	/^	var _p1 unsafe.Pointer$/;"	v
 20862  _p1	./syscall/zsyscall_freebsd_amd64.go	/^	var _p1 *byte$/;"	v
 20863  _p1	./syscall/zsyscall_freebsd_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20864  _p1	./syscall/zsyscall_freebsd_arm.go	/^	var _p1 *byte$/;"	v
 20865  _p1	./syscall/zsyscall_freebsd_arm.go	/^	var _p1 unsafe.Pointer$/;"	v
 20866  _p1	./syscall/zsyscall_linux_386.go	/^	var _p1 *byte$/;"	v
 20867  _p1	./syscall/zsyscall_linux_386.go	/^	var _p1 unsafe.Pointer$/;"	v
 20868  _p1	./syscall/zsyscall_linux_amd64.go	/^	var _p1 *byte$/;"	v
 20869  _p1	./syscall/zsyscall_linux_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20870  _p1	./syscall/zsyscall_linux_arm.go	/^	var _p1 *byte$/;"	v
 20871  _p1	./syscall/zsyscall_linux_arm.go	/^	var _p1 unsafe.Pointer$/;"	v
 20872  _p1	./syscall/zsyscall_linux_arm64.go	/^	var _p1 *byte$/;"	v
 20873  _p1	./syscall/zsyscall_linux_arm64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20874  _p1	./syscall/zsyscall_linux_ppc64.go	/^	var _p1 *byte$/;"	v
 20875  _p1	./syscall/zsyscall_linux_ppc64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20876  _p1	./syscall/zsyscall_linux_ppc64le.go	/^	var _p1 *byte$/;"	v
 20877  _p1	./syscall/zsyscall_linux_ppc64le.go	/^	var _p1 unsafe.Pointer$/;"	v
 20878  _p1	./syscall/zsyscall_netbsd_386.go	/^	var _p1 *byte$/;"	v
 20879  _p1	./syscall/zsyscall_netbsd_386.go	/^	var _p1 unsafe.Pointer$/;"	v
 20880  _p1	./syscall/zsyscall_netbsd_amd64.go	/^	var _p1 *byte$/;"	v
 20881  _p1	./syscall/zsyscall_netbsd_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20882  _p1	./syscall/zsyscall_netbsd_arm.go	/^	var _p1 *byte$/;"	v
 20883  _p1	./syscall/zsyscall_netbsd_arm.go	/^	var _p1 unsafe.Pointer$/;"	v
 20884  _p1	./syscall/zsyscall_openbsd_386.go	/^	var _p1 *byte$/;"	v
 20885  _p1	./syscall/zsyscall_openbsd_386.go	/^	var _p1 unsafe.Pointer$/;"	v
 20886  _p1	./syscall/zsyscall_openbsd_amd64.go	/^	var _p1 *byte$/;"	v
 20887  _p1	./syscall/zsyscall_openbsd_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20888  _p1	./syscall/zsyscall_openbsd_arm.go	/^	var _p1 *byte$/;"	v
 20889  _p1	./syscall/zsyscall_openbsd_arm.go	/^	var _p1 unsafe.Pointer$/;"	v
 20890  _p1	./syscall/zsyscall_plan9_386.go	/^	var _p1 *byte$/;"	v
 20891  _p1	./syscall/zsyscall_plan9_386.go	/^	var _p1 unsafe.Pointer$/;"	v
 20892  _p1	./syscall/zsyscall_plan9_amd64.go	/^	var _p1 *byte$/;"	v
 20893  _p1	./syscall/zsyscall_plan9_amd64.go	/^	var _p1 unsafe.Pointer$/;"	v
 20894  _p1	./syscall/zsyscall_solaris_amd64.go	/^	var _p1 *byte$/;"	v
 20895  _p1	./syscall/zsyscall_windows.go	/^	var _p1 *byte$/;"	v
 20896  _p2	./syscall/zsyscall_linux_386.go	/^	var _p2 *byte$/;"	v
 20897  _p2	./syscall/zsyscall_linux_386.go	/^	var _p2 unsafe.Pointer$/;"	v
 20898  _p2	./syscall/zsyscall_linux_amd64.go	/^	var _p2 *byte$/;"	v
 20899  _p2	./syscall/zsyscall_linux_amd64.go	/^	var _p2 unsafe.Pointer$/;"	v
 20900  _p2	./syscall/zsyscall_linux_arm.go	/^	var _p2 *byte$/;"	v
 20901  _p2	./syscall/zsyscall_linux_arm.go	/^	var _p2 unsafe.Pointer$/;"	v
 20902  _p2	./syscall/zsyscall_linux_arm64.go	/^	var _p2 *byte$/;"	v
 20903  _p2	./syscall/zsyscall_linux_arm64.go	/^	var _p2 unsafe.Pointer$/;"	v
 20904  _p2	./syscall/zsyscall_linux_ppc64.go	/^	var _p2 *byte$/;"	v
 20905  _p2	./syscall/zsyscall_linux_ppc64.go	/^	var _p2 unsafe.Pointer$/;"	v
 20906  _p2	./syscall/zsyscall_linux_ppc64le.go	/^	var _p2 *byte$/;"	v
 20907  _p2	./syscall/zsyscall_linux_ppc64le.go	/^	var _p2 unsafe.Pointer$/;"	v
 20908  _panic	./runtime/runtime2.go	/^type _panic struct {$/;"	t
 20909  _progname	./runtime/cgo/dragonfly.go	/^var _progname uintptr$/;"	v
 20910  _progname	./runtime/cgo/freebsd.go	/^var _progname uintptr$/;"	v
 20911  _progname	./runtime/cgo/netbsd.go	/^var _progname uintptr$/;"	v
 20912  _progname	./runtime/cgo/openbsd.go	/^var _progname uintptr$/;"	v
 20913  _return	./runtime/memclr_arm.s	/^_return:$/;"	l
 20914  _return	./runtime/memmove_arm.s	/^_return:$/;"	l
 20915  _runtime_cgo_panic_internal	./runtime/cgo/callbacks.go	/^var _runtime_cgo_panic_internal byte$/;"	v
 20916  _runtime_cgocallback	./runtime/cgo/callbacks.go	/^func _runtime_cgocallback(unsafe.Pointer, unsafe.Pointer, uintptr)$/;"	f
 20917  _sfloat2	./runtime/softfloat_arm.go	/^func _sfloat2(pc uint32, regs [15]uint32) (newpc uint32) {$/;"	f
 20918  _sfloatpanic	./runtime/softfloat_arm.go	/^func _sfloatpanic()$/;"	f
 20919  _sib_loop	./runtime/asm_arm.s	/^_sib_loop:$/;"	l
 20920  _sib_notfound	./runtime/asm_arm.s	/^_sib_notfound:$/;"	l
 20921  _sin	./math/sin.go	/^var _sin = [...]float64{$/;"	v
 20922  _string	./runtime/runtime2.go	/^type _string struct {$/;"	t
 20923  _t1	./encoding/gob/codec_test.go	/^	var _t1 T1$/;"	v
 20924  _tanP	./math/tan.go	/^var _tanP = [...]float64{$/;"	v
 20925  _tanQ	./math/tan.go	/^var _tanQ = [...]float64{$/;"	v
 20926  _type	./runtime/type.go	/^type _type struct {$/;"	t
 20927  _typekind	./cmd/compile/internal/gc/typecheck.go	/^var _typekind = []string{$/;"	v
 20928  _urldecode	./net/http/cgi/testdata/test.cgi	/^sub _urldecode {$/;"	s
 20929  _vdso	./runtime/os_linux_386.go	/^var _vdso uint32$/;"	v
 20930  _yylex	./cmd/compile/internal/gc/lex.go	/^func _yylex(yylval *yySymType) int32 {$/;"	f
 20931  _yylex_lstk	./cmd/compile/internal/gc/lex.go	/^var _yylex_lstk *Loophack$/;"	v
 20932  _zero	./syscall/syscall.go	/^var _zero uintptr$/;"	v
 20933  a10	./debug/dwarf/testdata/typedef.c	/^t_func_void_of_void *a10;$/;"	v
 20934  a11	./debug/dwarf/testdata/typedef.c	/^t_func_void_of_ptr_char_dots *a11;$/;"	v
 20935  a12	./debug/dwarf/testdata/typedef.c	/^t_my_struct *a12;$/;"	v
 20936  a12a	./debug/dwarf/testdata/typedef.c	/^t_my_struct1 *a12a;$/;"	v
 20937  a12b	./debug/dwarf/testdata/typedef.c	/^t_my_union *a12b;$/;"	v
 20938  a13	./debug/dwarf/testdata/typedef.c	/^t_my_enum *a13;$/;"	v
 20939  a14	./debug/dwarf/testdata/typedef.c	/^t_my_list *a14;$/;"	v
 20940  a15	./debug/dwarf/testdata/typedef.c	/^t_my_tree *a15;$/;"	v
 20941  a16	./debug/dwarf/testdata/typedef.c	/^t_ptr_func_int_of_float_complex *a16;$/;"	v
 20942  a17	./debug/dwarf/testdata/typedef.c	/^t_ptr_func_int_of_double_complex *a17;$/;"	v
 20943  a18	./debug/dwarf/testdata/typedef.c	/^t_ptr_func_int_of_long_double_complex *a18;$/;"	v
 20944  a2	./cmd/compile/internal/big/rat.go	/^	var a2, b2 nat$/;"	v
 20945  a2	./cmd/internal/obj/arm/asm5.go	/^				var a2 *obj.Addr$/;"	v
 20946  a2	./cmd/internal/obj/arm/asm5.go	/^			var a2 *obj.Addr$/;"	v
 20947  a2	./debug/dwarf/testdata/typedef.c	/^t_ptr_volatile_int *a2;$/;"	v
 20948  a2	./math/big/rat.go	/^	var a2, b2 nat$/;"	v
 20949  a3	./encoding/gob/type_test.go	/^	var a3 [3]int$/;"	v
 20950  a3a	./debug/dwarf/testdata/typedef.c	/^t_ptr_const_char **a3a;$/;"	v
 20951  a4	./debug/dwarf/testdata/typedef.c	/^t_long *a4;$/;"	v
 20952  a4	./encoding/gob/type_test.go	/^	var a4 [4]int$/;"	v
 20953  a5	./debug/dwarf/testdata/typedef.c	/^t_ushort *a5;$/;"	v
 20954  a6	./debug/dwarf/testdata/typedef.c	/^t_func_int_of_float_double *a6;$/;"	v
 20955  a7	./debug/dwarf/testdata/typedef.c	/^t_ptr_func_int_of_float_double *a7;$/;"	v
 20956  a8	./debug/dwarf/testdata/typedef.c	/^t_func_ptr_int_of_char_schar_uchar *a8;$/;"	v
 20957  a9	./debug/dwarf/testdata/typedef.c	/^t_func_void_of_char *a9;$/;"	v
 20958  aNewline	./go/printer/printer.go	/^var aNewline = []byte("\\n")$/;"	v
 20959  aSpace	./cmd/internal/obj/util.go	/^var aSpace []opSet$/;"	v
 20960  abbr	./time/genzabbrs.go	/^type abbr struct {$/;"	t
 20961  abbr	./time/zoneinfo_abbrs_windows.go	/^type abbr struct {$/;"	t
 20962  abbrev	./debug/dwarf/entry.go	/^type abbrev struct {$/;"	t
 20963  abbrev	./time/zoneinfo_windows.go	/^func abbrev(z *syscall.Timezoneinformation) (std, dst string) {$/;"	f
 20964  abbrevTable	./debug/dwarf/entry.go	/^type abbrevTable map[uint32]abbrev$/;"	t
 20965  abbrevo	./cmd/link/internal/ld/dwarf.go	/^var abbrevo int64$/;"	v
 20966  abbrevs	./cmd/link/internal/ld/dwarf.go	/^var abbrevs = [DW_NABRV]DWAbbrev{$/;"	v
 20967  abbrevsize	./cmd/link/internal/ld/dwarf.go	/^var abbrevsize int64$/;"	v
 20968  abbrevsym	./cmd/link/internal/ld/dwarf.go	/^var abbrevsym *LSym$/;"	v
 20969  abbrevsympos	./cmd/link/internal/ld/dwarf.go	/^var abbrevsympos int64$/;"	v
 20970  abbrs	./time/genzabbrs.go	/^var abbrs = map[string]abbr{$/;"	v
 20971  abbrs	./time/zoneinfo_abbrs_windows.go	/^var abbrs = map[string]abbr{$/;"	v
 20972  abcd	./bytes/bytes_test.go	/^var abcd = "abcd"$/;"	v
 20973  abcd	./strings/strings_test.go	/^var abcd = "abcd"$/;"	v
 20974  abort	./syscall/syscall_windows_test.go	/^func abort(funcname string, err error) {$/;"	f
 20975  above	./go/types/call.go	/^				\/\/ If we created a synthetic pointer type above, we will throw$/;"	t
 20976  abs	./bytes/reader.go	/^	var abs int64$/;"	v
 20977  abs	./image/png/paeth.go	/^func abs(x int) int {$/;"	f
 20978  abs	./math/abs.go	/^func abs(x float64) float64 {$/;"	f
 20979  abs	./math/cmplx/cmath_test.go	/^var abs = []float64{$/;"	v
 20980  abs	./path/filepath/path_plan9.go	/^func abs(path string) (string, error) {$/;"	f
 20981  abs	./path/filepath/path_unix.go	/^func abs(path string) (string, error) {$/;"	f
 20982  abs	./path/filepath/path_windows.go	/^func abs(path string) (string, error) {$/;"	f
 20983  abs	./strings/reader.go	/^	var abs int64$/;"	v
 20984  abs	./time/time.go	/^func (t Time) abs() uint64 {$/;"	f
 20985  abs	./time/time_test.go	/^func abs(t Time) (sec, nsec int64) {$/;"	f
 20986  abs8	./image/png/writer.go	/^func abs8(d uint8) int {$/;"	f
 20987  absClock	./time/time.go	/^func absClock(abs uint64) (hour, min, sec int) {$/;"	f
 20988  absDate	./time/time.go	/^func absDate(abs uint64, full bool) (year int, month Month, day int, yday int) {$/;"	f
 20989  absInt32	./math/rand/normal.go	/^func absInt32(i int32) uint32 {$/;"	f
 20990  absSC	./math/cmplx/cmath_test.go	/^var absSC = []float64{$/;"	v
 20991  absString	./time/time_test.go	/^func absString(t Time) string {$/;"	f
 20992  absTestDirs	./path/filepath/path_test.go	/^var absTestDirs = []string{$/;"	v
 20993  absTests	./path/filepath/path_test.go	/^var absTests = []string{$/;"	v
 20994  absWeekday	./time/time.go	/^func absWeekday(abs uint64) Weekday {$/;"	f
 20995  ac	./cmd/compile/internal/gc/const.go	/^	var ac Mpflt$/;"	v
 20996  ac	./go/constant/value.go	/^			var ac, bd, bc, ad big.Rat$/;"	v
 20997  ac	./go/constant/value.go	/^			var ac, bd, bc, ad, s, cc, dd big.Rat$/;"	v
 20998  acc0	./sync/mutex_test.go	/^	var acc0, acc1 uint64$/;"	v
 20999  accept	./fmt/scan.go	/^func (s *ss) accept(ok string) bool {$/;"	f
 21000  accept	./net/fd_unix.go	/^func (fd *netFD) accept() (netfd *netFD, err error) {$/;"	f
 21001  accept	./net/fd_windows.go	/^func (fd *netFD) accept() (*netFD, error) {$/;"	f
 21002  accept	./net/sock_cloexec.go	/^func accept(s int) (int, syscall.Sockaddr, error) {$/;"	f
 21003  accept	./net/sys_cloexec.go	/^func accept(s int) (int, syscall.Sockaddr, error) {$/;"	f
 21004  accept	./syscall/net_nacl.go	/^func (f *netFile) accept() (fd int, sa Sockaddr, err error) {$/;"	f
 21005  accept	./syscall/syscall_linux_386.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21006  accept	./syscall/zsyscall_darwin_386.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21007  accept	./syscall/zsyscall_darwin_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21008  accept	./syscall/zsyscall_darwin_arm.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21009  accept	./syscall/zsyscall_darwin_arm64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21010  accept	./syscall/zsyscall_dragonfly_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21011  accept	./syscall/zsyscall_freebsd_386.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21012  accept	./syscall/zsyscall_freebsd_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21013  accept	./syscall/zsyscall_freebsd_arm.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21014  accept	./syscall/zsyscall_linux_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21015  accept	./syscall/zsyscall_linux_arm.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21016  accept	./syscall/zsyscall_linux_arm64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21017  accept	./syscall/zsyscall_linux_ppc64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21018  accept	./syscall/zsyscall_linux_ppc64le.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21019  accept	./syscall/zsyscall_netbsd_386.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21020  accept	./syscall/zsyscall_netbsd_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21021  accept	./syscall/zsyscall_netbsd_arm.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21022  accept	./syscall/zsyscall_openbsd_386.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21023  accept	./syscall/zsyscall_openbsd_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21024  accept	./syscall/zsyscall_openbsd_arm.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21025  accept	./syscall/zsyscall_solaris_amd64.go	/^func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {$/;"	f
 21026  accept	./text/template/parse/lex.go	/^func (l *lexer) accept(valid string) bool {$/;"	f
 21027  accept4	./syscall/syscall_linux_386.go	/^func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {$/;"	f
 21028  accept4	./syscall/zsyscall_freebsd_386.go	/^func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error) {$/;"	f
 21029  accept4	./syscall/zsyscall_freebsd_amd64.go	/^func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error) {$/;"	f
 21030  accept4	./syscall/zsyscall_freebsd_arm.go	/^func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error) {$/;"	f
 21031  accept4	./syscall/zsyscall_linux_amd64.go	/^func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {$/;"	f
 21032  accept4	./syscall/zsyscall_linux_arm.go	/^func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {$/;"	f
 21033  accept4	./syscall/zsyscall_linux_arm64.go	/^func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {$/;"	f
 21034  accept4	./syscall/zsyscall_linux_ppc64.go	/^func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {$/;"	f
 21035  accept4	./syscall/zsyscall_linux_ppc64le.go	/^func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {$/;"	f
 21036  acceptOne	./net/fd_windows.go	/^func (fd *netFD) acceptOne(rawsa []syscall.RawSockaddrAny, o *operation) (*netFD, error) {$/;"	f
 21037  acceptPlan9	./net/ipsock_plan9.go	/^func (fd *netFD) acceptPlan9() (nfd *netFD, err error) {$/;"	f
 21038  acceptRun	./text/template/parse/lex.go	/^func (l *lexer) acceptRun(valid string) {$/;"	f
 21039  acceptTimeoutTests	./net/timeout_test.go	/^var acceptTimeoutTests = []struct {$/;"	v
 21040  access	./runtime/stubs_android.go	/^func access(name *byte, mode int32) int32$/;"	f
 21041  access	./syscall/syscall_windows.go	/^	var access uint32$/;"	v
 21042  accesses	./cmd/cgo/doc.go	/^struct with a field named "type", x._type accesses the field.$/;"	t
 21043  accidentally	./sync/atomic/value.go	/^			\/\/ GC does not see the fake type accidentally.$/;"	t
 21044  accurate	./runtime/mgc.go	/^\/\/ The GC runs concurrently with mutator threads, is type accurate (aka precise), allows multiple$/;"	t
 21045  aclass	./cmd/internal/obj/arm/asm5.go	/^func aclass(ctxt *obj.Link, a *obj.Addr) int {$/;"	f
 21046  aclass	./cmd/internal/obj/arm64/asm7.go	/^func aclass(ctxt *obj.Link, a *obj.Addr) int {$/;"	f
 21047  aclass	./cmd/internal/obj/ppc64/asm9.go	/^func aclass(ctxt *obj.Link, a *obj.Addr) int {$/;"	f
 21048  aconsize	./cmd/internal/obj/arm/asm5.go	/^func aconsize(ctxt *obj.Link) int {$/;"	f
 21049  acos	./math/all_test.go	/^var acos = []float64{$/;"	v
 21050  acos	./math/asin.go	/^func acos(x float64) float64 {$/;"	f
 21051  acos	./math/cmplx/cmath_test.go	/^var acos = []complex128{$/;"	v
 21052  acosSC	./math/all_test.go	/^var acosSC = []float64{$/;"	v
 21053  acosSC	./math/cmplx/cmath_test.go	/^var acosSC = []complex128{$/;"	v
 21054  acosh	./math/all_test.go	/^var acosh = []float64{$/;"	v
 21055  acosh	./math/cmplx/cmath_test.go	/^var acosh = []complex128{$/;"	v
 21056  acoshSC	./math/all_test.go	/^var acoshSC = []float64{$/;"	v
 21057  acoshSC	./math/cmplx/cmath_test.go	/^var acoshSC = []complex128{$/;"	v
 21058  acquireSudog	./runtime/proc.go	/^func acquireSudog() *sudog {$/;"	f
 21059  acquireThread	./net/net.go	/^func acquireThread() {$/;"	f
 21060  acquirem	./runtime/runtime1.go	/^func acquirem() *m {$/;"	f
 21061  acquirep	./runtime/proc1.go	/^func acquirep(_p_ *p) {$/;"	f
 21062  acquirep1	./runtime/proc1.go	/^func acquirep1(_p_ *p) {$/;"	f
 21063  action	./cmd/yacc/yacc.go	/^	var action int$/;"	v
 21064  action	./text/template/parse/parse.go	/^func (t *Tree) action() (n Node) {$/;"	f
 21065  active	./testing/cover.go	/^	var active, total int64$/;"	v
 21066  activity	./sync/rwmutex_test.go	/^	var activity int32$/;"	v
 21067  actual	./bytes/bytes_test.go	/^		var actual string$/;"	v
 21068  ad	./cmd/compile/internal/gc/const.go	/^	var ad Mpflt$/;"	v
 21069  adapt	./net/http/cookiejar/punycode.go	/^func adapt(delta, numPoints int32, firstTime bool) int32 {$/;"	f
 21070  adb	./cmd/yacc/yacc.go	/^var adb = 0     \/\/ debugging for callopt$/;"	v
 21071  add	./cmd/compile/internal/big/bits_test.go	/^func (x Bits) add(y Bits) Bits {$/;"	f
 21072  add	./cmd/compile/internal/big/nat.go	/^func (z nat) add(x, y nat) nat {$/;"	f
 21073  add	./cmd/compile/internal/big/rat_test.go	/^	var add = []int64{$/;"	v
 21074  add	./cmd/link/internal/ld/ldelf.go	/^	var add uint64$/;"	v
 21075  add	./fmt/print.go	/^func (p *pp) add(c rune) {$/;"	f
 21076  add	./go/doc/reader.go	/^func (mset methodSet) add(m *Func) {$/;"	f
 21077  add	./go/types/methodset.go	/^func (s fieldSet) add(f *Var, multiples bool) fieldSet {$/;"	f
 21078  add	./go/types/methodset.go	/^func (s methodSet) add(list []*Func, index []int, indirect bool, multiples bool) methodSet {$/;"	f
 21079  add	./math/big/bits_test.go	/^func (x Bits) add(y Bits) Bits {$/;"	f
 21080  add	./math/big/nat.go	/^func (z nat) add(x, y nat) nat {$/;"	f
 21081  add	./math/big/rat_test.go	/^	var add = []int64{$/;"	v
 21082  add	./regexp/exec.go	/^func (m *machine) add(q *queue, pc uint32, pos int, cap []int, cond syntax.EmptyOp, t *thread) *thread {$/;"	f
 21083  add	./runtime/cgo/signal_darwin_armx.go	/^func add(p unsafe.Pointer, x uintptr) unsafe.Pointer {$/;"	f
 21084  add	./runtime/cpuprof.go	/^func (p *cpuProfile) add(pc []uintptr) {$/;"	f
 21085  add	./runtime/hash_test.go	/^func (s *HashSet) add(h uintptr) {$/;"	f
 21086  add	./runtime/softfloat64_test.go	/^func add(x, y float64) float64 { return x + y }$/;"	f
 21087  add	./runtime/stubs.go	/^func add(p unsafe.Pointer, x uintptr) unsafe.Pointer {$/;"	f
 21088  add	./strings/replace.go	/^func (t *trieNode) add(key, val string, priority int, r *genericReplacer) {$/;"	f
 21089  add	./text/template/exec_test.go	/^func add(args ...int) int {$/;"	f
 21090  add	./text/template/parse/parse.go	/^func (t *Tree) add(treeSet map[string]*Tree) {$/;"	f
 21091  add1	./runtime/mbitmap.go	/^func add1(p *byte) *byte {$/;"	f
 21092  add64loop	./sync/atomic/asm_arm.s	/^add64loop:$/;"	l
 21093  addAt	./cmd/compile/internal/big/nat.go	/^func addAt(z, x nat, i int) {$/;"	f
 21094  addAt	./math/big/nat.go	/^func addAt(z, x nat, i int) {$/;"	f
 21095  addB	./runtime/hash_test.go	/^func (s *HashSet) addB(x []byte) {$/;"	f
 21096  addComment	./go/ast/commentmap.go	/^func (cmap CommentMap) addComment(n Node, c *CommentGroup) {$/;"	f
 21097  addCookieTests	./net/http/cookie_test.go	/^var addCookieTests = []struct {$/;"	v
 21098  addCounters	./cmd/cover/cover.go	/^func (f *File) addCounters(pos, blockEnd token.Pos, list []ast.Stmt, extendToClosingBrace bool) []ast.Stmt {$/;"	f
 21099  addDateTests	./time/time_test.go	/^var addDateTests = []struct {$/;"	v
 21100  addDeclDep	./go/types/check.go	/^func (check *Checker) addDeclDep(to Object) {$/;"	f
 21101  addDelImportFn	./cmd/fix/import_test.go	/^func addDelImportFn(p1 string, p2 string) func(*ast.File) bool {$/;"	f
 21102  addDep	./database/sql/sql.go	/^func (db *DB) addDep(x finalCloser, dep interface{}) {$/;"	f
 21103  addDep	./go/types/resolver.go	/^func (d *declInfo) addDep(obj Object) {$/;"	f
 21104  addDepLocked	./database/sql/sql.go	/^func (db *DB) addDepLocked(x finalCloser, dep interface{}) {$/;"	f
 21105  addDereference	./cmd/compile/internal/gc/esc.go	/^func (e *EscState) addDereference(n *Node) *Node {$/;"	f
 21106  addFieldInfo	./encoding/xml/typeinfo.go	/^func addFieldInfo(typ reflect.Type, tinfo *typeInfo, newf *fieldInfo) error {$/;"	f
 21107  addFile	./cmd/pack/pack.go	/^func (ar *Archive) addFile(fd FileLike) {$/;"	f
 21108  addFiles	./cmd/pack/pack.go	/^func (ar *Archive) addFiles() {$/;"	f
 21109  addFuncs	./text/template/funcs.go	/^func addFuncs(out, in FuncMap) {$/;"	f
 21110  addImport	./cmd/cover/cover.go	/^func (f *File) addImport(path string) string {$/;"	f
 21111  addImport	./cmd/fix/fix.go	/^func addImport(f *ast.File, ipath string) (added bool) {$/;"	f
 21112  addImportFn	./cmd/fix/import_test.go	/^func addImportFn(path ...string) func(*ast.File) bool {$/;"	f
 21113  addImportMap	./cmd/compile/internal/gc/lex.go	/^func addImportMap(s string) {$/;"	f
 21114  addJacobian	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) addJacobian(x1, y1, z1, x2, y2, z2 *big.Int) (*big.Int, *big.Int, *big.Int) {$/;"	f
 21115  addLegacyFrameInfo	./cmd/pprof/internal/profile/legacy_profile.go	/^func (p *Profile) addLegacyFrameInfo() {$/;"	f
 21116  addLine	./text/tabwriter/tabwriter.go	/^func (b *Writer) addLine() { b.lines = append(b.lines, []cell{}) }$/;"	f
 21117  addLocked	./net/internal/socktest/switch_unix.go	/^func (sw *Switch) addLocked(s, family, sotype, proto int) *Status {$/;"	f
 21118  addLocked	./net/internal/socktest/switch_windows.go	/^func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status {$/;"	f
 21119  addMethodDecls	./go/types/decl.go	/^func (check *Checker) addMethodDecls(obj *TypeName) {$/;"	f
 21120  addMulVVW	./cmd/compile/internal/big/arith_decl.go	/^func addMulVVW(z, x []Word, y Word) (c Word) {$/;"	f
 21121  addMulVVW	./math/big/arith_decl.go	/^func addMulVVW(z, x []Word, y Word) (c Word)$/;"	f
 21122  addMulVVW	./math/big/arith_decl_pure.go	/^func addMulVVW(z, x []Word, y Word) (c Word) {$/;"	f
 21123  addMulVVW_g	./cmd/compile/internal/big/arith.go	/^func addMulVVW_g(z, x []Word, y Word) (c Word) {$/;"	f
 21124  addMulVVW_g	./math/big/arith.go	/^func addMulVVW_g(z, x []Word, y Word) (c Word) {$/;"	f
 21125  addOffset	./cmd/compile/internal/gc/cgen.go	/^func addOffset(res *Node, offset int64) {$/;"	f
 21126  addPkgdef	./cmd/pack/pack.go	/^func (ar *Archive) addPkgdef() {$/;"	f
 21127  addS	./runtime/hash_test.go	/^func (s *HashSet) addS(x string) {$/;"	f
 21128  addS_seed	./runtime/hash_test.go	/^func (s *HashSet) addS_seed(x string, seed uintptr) {$/;"	f
 21129  addString	./cmd/pprof/internal/profile/encode.go	/^func addString(strings map[string]int, s string) int64 {$/;"	f
 21130  addTags	./cmd/pprof/internal/report/report.go	/^func (n *node) addTags(s *profile.Sample, weight int64) {$/;"	f
 21131  addTestCases	./cmd/fix/main_test.go	/^func addTestCases(t []testCase, fn func(*ast.File) bool) {$/;"	f
 21132  addToFlag	./cmd/cgo/gcc.go	/^func (p *Package) addToFlag(flag string, args []string) {$/;"	f
 21133  addTracebackSample	./cmd/pprof/internal/profile/legacy_profile.go	/^func addTracebackSample(l []*Location, s []string, p *Profile) {$/;"	f
 21134  addTypeBits	./reflect/type.go	/^func addTypeBits(bv *bitVector, offset uintptr, t *rtype) {$/;"	f
 21135  addUint64	./sync/atomic/64bit_arm.go	/^func addUint64(val *uint64, delta uint64) (new uint64) {$/;"	f
 21136  addUnusedDotImport	./go/types/check.go	/^func (check *Checker) addUnusedDotImport(scope *Scope, pkg *Package, pos token.Pos) {$/;"	f
 21137  addVV	./cmd/compile/internal/big/arith_decl.go	/^func addVV(z, x, y []Word) (c Word) {$/;"	f
 21138  addVV	./math/big/arith_decl.go	/^func addVV(z, x, y []Word) (c Word)$/;"	f
 21139  addVV	./math/big/arith_decl_pure.go	/^func addVV(z, x, y []Word) (c Word) {$/;"	f
 21140  addVV_g	./cmd/compile/internal/big/arith.go	/^func addVV_g(z, x, y []Word) (c Word) {$/;"	f
 21141  addVV_g	./math/big/arith.go	/^func addVV_g(z, x, y []Word) (c Word) {$/;"	f
 21142  addVW	./cmd/compile/internal/big/arith_decl.go	/^func addVW(z, x []Word, y Word) (c Word) {$/;"	f
 21143  addVW	./math/big/arith_decl.go	/^func addVW(z, x []Word, y Word) (c Word)$/;"	f
 21144  addVW	./math/big/arith_decl_pure.go	/^func addVW(z, x []Word, y Word) (c Word) {$/;"	f
 21145  addVW_g	./cmd/compile/internal/big/arith.go	/^func addVW_g(z, x []Word, y Word) (c Word) {$/;"	f
 21146  addVW_g	./math/big/arith.go	/^func addVW_g(z, x []Word, y Word) (c Word) {$/;"	f
 21147  addValueFuncs	./text/template/funcs.go	/^func addValueFuncs(out map[string]reflect.Value, in FuncMap) {$/;"	f
 21148  addVariables	./cmd/cover/cover.go	/^func (f *File) addVariables(w io.Writer) {$/;"	f
 21149  addWW_g	./cmd/compile/internal/big/arith.go	/^func addWW_g(x, y, c Word) (z1, z0 Word) {$/;"	f
 21150  addWW_g	./math/big/arith.go	/^func addWW_g(x, y, c Word) (z1, z0 Word) {$/;"	f
 21151  addaddr	./cmd/internal/obj/data.go	/^func addaddr(ctxt *Link, s *LSym, t *LSym) int64 {$/;"	f
 21152  addaddrplus	./cmd/internal/obj/data.go	/^func addaddrplus(ctxt *Link, s *LSym, t *LSym, add int64) int64 {$/;"	f
 21153  addaddrplus4	./cmd/internal/obj/data.go	/^func addaddrplus4(ctxt *Link, s *LSym, t *LSym, add int64) int64 {$/;"	f
 21154  addaddrplus4	./cmd/link/internal/ld/data.go	/^func addaddrplus4(ctxt *Link, s *LSym, t *LSym, add int64) int64 {$/;"	f
 21155  addaddrreloc	./cmd/internal/obj/ppc64/asm9.go	/^func addaddrreloc(ctxt *obj.Link, s *obj.LSym, o1 *uint32, o2 *uint32) {$/;"	f
 21156  addb	./runtime/mbitmap.go	/^func addb(p *byte, n uintptr) *byte {$/;"	f
 21157  addbuildinfo	./cmd/link/internal/ld/elf.go	/^func addbuildinfo(val string) {$/;"	f
 21158  adddot	./cmd/compile/internal/gc/subr.go	/^func adddot(n *Node) *Node {$/;"	f
 21159  adddot1	./cmd/compile/internal/gc/subr.go	/^func adddot1(s *Sym, t *Type, d int, save **Type, ignorecase int) int {$/;"	f
 21160  adddwarfrel	./cmd/link/internal/ld/dwarf.go	/^func adddwarfrel(sec *LSym, sym *LSym, offsetbase int64, siz int, addend int64) {$/;"	f
 21161  adddynlib	./cmd/link/internal/ld/go.go	/^func adddynlib(lib string) {$/;"	f
 21162  adddynrel	./cmd/link/internal/amd64/asm.go	/^func adddynrel(s *ld.LSym, r *ld.Reloc) {$/;"	f
 21163  adddynrel	./cmd/link/internal/arm/asm.go	/^func adddynrel(s *ld.LSym, r *ld.Reloc) {$/;"	f
 21164  adddynrel	./cmd/link/internal/arm64/asm.go	/^func adddynrel(s *ld.LSym, r *ld.Reloc) {$/;"	f
 21165  adddynrel	./cmd/link/internal/ppc64/asm.go	/^func adddynrel(s *ld.LSym, r *ld.Reloc) {$/;"	f
 21166  adddynrel	./cmd/link/internal/x86/asm.go	/^func adddynrel(s *ld.LSym, r *ld.Reloc) {$/;"	f
 21167  adddynrela	./cmd/link/internal/amd64/asm.go	/^func adddynrela(rela *ld.LSym, s *ld.LSym, r *ld.Reloc) {$/;"	f
 21168  adddynrela	./cmd/link/internal/arm/asm.go	/^func adddynrela(rel *ld.LSym, s *ld.LSym, r *ld.Reloc) {$/;"	f
 21169  adddynrela	./cmd/link/internal/arm64/asm.go	/^func adddynrela(rel *ld.LSym, s *ld.LSym, r *ld.Reloc) {$/;"	f
 21170  adddynrela	./cmd/link/internal/ppc64/asm.go	/^func adddynrela(rel *ld.LSym, s *ld.LSym, r *ld.Reloc) {$/;"	f
 21171  adddynrela	./cmd/link/internal/x86/asm.go	/^func adddynrela(rela *ld.LSym, s *ld.LSym, r *ld.Reloc) {$/;"	f
 21172  addedge	./cmd/compile/internal/gc/plive.go	/^func addedge(from *BasicBlock, to *BasicBlock) {$/;"	f
 21173  addelflib	./cmd/link/internal/ld/elf.go	/^func addelflib(list **Elflib, file string, vers string) *Elfaux {$/;"	f
 21174  adderr	./cmd/compile/internal/gc/subr.go	/^func adderr(line int, format string, args ...interface{}) {$/;"	f
 21175  adderrorname	./cmd/compile/internal/gc/subr.go	/^func adderrorname(n *Node) {$/;"	f
 21176  addexp	./cmd/internal/obj/go.go	/^func addexp(s string) {$/;"	f
 21177  addexport	./cmd/link/internal/ld/go.go	/^func addexport() {$/;"	f
 21178  addexports	./cmd/link/internal/ld/pe.go	/^func addexports() {$/;"	f
 21179  addfinalizer	./runtime/mheap.go	/^func addfinalizer(p unsafe.Pointer, f *funcval, nret uintptr, fint *_type, ot *ptrtype) bool {$/;"	f
 21180  addgonote	./cmd/link/internal/ld/elf.go	/^func addgonote(sectionName string, tag uint32, desc []byte) {$/;"	f
 21181  addgostring	./cmd/link/internal/ld/data.go	/^func addgostring(s *LSym, symname, str string) {$/;"	f
 21182  addgotsym	./cmd/link/internal/amd64/asm.go	/^func addgotsym(s *ld.LSym) {$/;"	f
 21183  addgotsym	./cmd/link/internal/arm/asm.go	/^func addgotsym(ctxt *ld.Link, s *ld.LSym) {$/;"	f
 21184  addgotsym	./cmd/link/internal/x86/asm.go	/^func addgotsym(ctxt *ld.Link, s *ld.LSym) {$/;"	f
 21185  addgotsyminternal	./cmd/link/internal/arm/asm.go	/^func addgotsyminternal(ctxt *ld.Link, s *ld.LSym) {$/;"	f
 21186  addidir	./cmd/compile/internal/gc/lex.go	/^func addidir(dir string) {$/;"	f
 21187  addimports	./cmd/link/internal/ld/pe.go	/^func addimports(datsect *IMAGE_SECTION_HEADER) {$/;"	f
 21188  addindex	./cmd/compile/internal/amd64/ggen.go	/^func addindex(index *gc.Node, width int64, addr *gc.Node) bool {$/;"	f
 21189  addindex	./cmd/compile/internal/arm/ggen.go	/^func addindex(index *gc.Node, width int64, addr *gc.Node) bool {$/;"	f
 21190  addindex	./cmd/compile/internal/x86/ggen.go	/^func addindex(index *gc.Node, width int64, addr *gc.Node) bool {$/;"	f
 21191  addinit	./cmd/compile/internal/gc/subr.go	/^func addinit(np **Node, init *NodeList) {$/;"	f
 21192  addinitarrdata	./cmd/link/internal/ld/data.go	/^func addinitarrdata(s *LSym) {$/;"	f
 21193  additionalData	./crypto/tls/conn.go	/^			var additionalData [13]byte$/;"	v
 21194  addlib	./cmd/link/internal/ld/ld.go	/^func addlib(ctxt *Link, src string, obj string, pathname string) {$/;"	f
 21195  addlibpath	./cmd/link/internal/ld/ld.go	/^func addlibpath(ctxt *Link, srcref string, objref string, file string, pkg string, shlibnamefile string) {$/;"	f
 21196  addloop	./sync/atomic/asm_386.s	/^addloop:$/;"	l
 21197  addloop	./sync/atomic/asm_arm.s	/^addloop:$/;"	l
 21198  addloop1	./sync/atomic/asm_linux_arm.s	/^addloop1:$/;"	l
 21199  addmachodwarfsect	./cmd/link/internal/ld/dwarf.go	/^func addmachodwarfsect(prev *Section, name string) *Section {$/;"	f
 21200  addmethod	./cmd/compile/internal/gc/dcl.go	/^func addmethod(sf *Sym, t *Type, local bool, nointerface bool) {$/;"	f
 21201  addmove	./cmd/compile/internal/gc/reg.go	/^func addmove(r *Flow, bn int, rn int, f int) {$/;"	f
 21202  addpcrelplus	./cmd/internal/obj/data.go	/^func addpcrelplus(ctxt *Link, s *LSym, t *LSym, add int64) int64 {$/;"	f
 21203  addpctab	./cmd/link/internal/ld/pcln.go	/^func addpctab(ftab *LSym, off int32, d *Pcdata) int32 {$/;"	f
 21204  addpersrc	./cmd/link/internal/ld/pe.go	/^func addpersrc() {$/;"	f
 21205  addpesection	./cmd/link/internal/ld/pe.go	/^func addpesection(name string, sectsize int, filesize int) *IMAGE_SECTION_HEADER {$/;"	f
 21206  addpesym	./cmd/link/internal/ld/pe.go	/^func addpesym(s *LSym, name string, type_ int, addr int64, size int64, ver int, gotype *LSym) {$/;"	f
 21207  addpesymtable	./cmd/link/internal/ld/pe.go	/^func addpesymtable() {$/;"	f
 21208  addpltreloc	./cmd/link/internal/arm/asm.go	/^func addpltreloc(ctxt *ld.Link, plt *ld.LSym, got *ld.LSym, sym *ld.LSym, typ int) *ld.Reloc {$/;"	f
 21209  addpltsym	./cmd/link/internal/amd64/asm.go	/^func addpltsym(s *ld.LSym) {$/;"	f
 21210  addpltsym	./cmd/link/internal/arm/asm.go	/^func addpltsym(ctxt *ld.Link, s *ld.LSym) {$/;"	f
 21211  addpltsym	./cmd/link/internal/ppc64/asm.go	/^func addpltsym(ctxt *ld.Link, s *ld.LSym) {$/;"	f
 21212  addpltsym	./cmd/link/internal/x86/asm.go	/^func addpltsym(ctxt *ld.Link, s *ld.LSym) {$/;"	f
 21213  addpool	./cmd/internal/obj/arm/asm5.go	/^func addpool(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) {$/;"	f
 21214  addpool	./cmd/internal/obj/arm64/asm7.go	/^func addpool(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) {$/;"	f
 21215  addr	./cmd/compile/internal/gc/cgen.go	/^				var addr obj.Addr$/;"	v
 21216  addr	./cmd/compile/internal/gc/cgen.go	/^		var addr obj.Addr$/;"	v
 21217  addr	./cmd/compile/internal/gc/closure.go	/^		var addr *Node$/;"	v
 21218  addr	./cmd/fix/import_test.go	/^var addr = flag.String("addr", ":1718", "http service address") \/\/ Q=17, R=18$/;"	v
 21219  addr	./cmd/pprof/internal/report/report.go	/^		var addr uint64$/;"	v
 21220  addr	./debug/dwarf/buf.go	/^func (b *buf) addr() uint64 {$/;"	f
 21221  addr	./net/http/transport.go	/^func (cm *connectMethod) addr() string {$/;"	f
 21222  addr	./net/iprawsock_posix.go	/^	var addr *IPAddr$/;"	v
 21223  addr	./net/platform_test.go	/^	var addr Addr$/;"	v
 21224  addr	./net/udpsock_posix.go	/^	var addr *UDPAddr$/;"	v
 21225  addr	./net/unixsock_posix.go	/^	var addr *UnixAddr$/;"	v
 21226  addr	./syscall/net_nacl.go	/^type addr string$/;"	t
 21227  addr1	./runtime/closure_test.go	/^func addr1(x int) *int {$/;"	f
 21228  addr16	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var addr16 = [8]Mem{$/;"	v
 21229  addr2	./runtime/closure_test.go	/^func addr2() (x int, p *int) {$/;"	f
 21230  addrFamily	./syscall/route_bsd_test.go	/^type addrFamily byte$/;"	t
 21231  addrFlagNames	./syscall/route_bsd_test.go	/^var addrFlagNames = [...]string{$/;"	v
 21232  addrFlags	./syscall/route_bsd_test.go	/^type addrFlags uint32$/;"	t
 21233  addrFunc	./net/sock_posix.go	/^func (fd *netFD) addrFunc() func(syscall.Sockaddr) Addr {$/;"	f
 21234  addrList	./net/ipsock.go	/^type addrList []Addr$/;"	t
 21235  addrListTests	./net/ipsock_test.go	/^var addrListTests = []struct {$/;"	v
 21236  addrLock	./runtime/atomic_arm.go	/^func addrLock(addr *uint64) *mutex {$/;"	f
 21237  addrMarshalerEncoder	./encoding/json/encode.go	/^func addrMarshalerEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 21238  addrParser	./net/mail/message.go	/^type addrParser struct {$/;"	t
 21239  addrRecordList	./net/dnsclient_unix.go	/^func addrRecordList(rrs []dnsRR) []IPAddr {$/;"	f
 21240  addrSeen	./net/http/transport_test.go	/^	var addrSeen map[string]int$/;"	v
 21241  addrTable	./net/interface_linux.go	/^func addrTable(ift []Interface, ifi *Interface, msgs []syscall.NetlinkMessage) ([]Addr, error) {$/;"	f
 21242  addrTextMarshalerEncoder	./encoding/json/encode.go	/^func addrTextMarshalerEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 21243  addreg	./cmd/compile/internal/gc/reg.go	/^func addreg(a *obj.Addr, rn int) {$/;"	f
 21244  addrescapes	./cmd/compile/internal/gc/gen.go	/^func addrescapes(n *Node) {$/;"	f
 21245  address	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) address(operand []lex.Token) obj.Addr {$/;"	f
 21246  address	./cmd/link/internal/ld/data.go	/^func address() {$/;"	f
 21247  address	./cmd/link/internal/ld/elf.go	/^		\/\/ part of the .note.go.abihash section in data.go:func address().$/;"	f
 21248  address	./cmd/pprof/internal/report/report.go	/^	var address *uint64$/;"	v
 21249  address	./cmd/pprof/internal/report/source.go	/^	var address *uint64$/;"	v
 21250  addrinfoErrno	./net/cgo_stub.go	/^type addrinfoErrno int$/;"	t
 21251  addrinfoErrno	./net/cgo_unix.go	/^type addrinfoErrno int$/;"	t
 21252  addrinfoErrno	./net/cgo_windows.go	/^type addrinfoErrno int$/;"	t
 21253  addrput	./cmd/link/internal/ld/dwarf.go	/^func addrput(addr int64) {$/;"	f
 21254  addrs	./cmd/internal/objfile/macho.go	/^	var addrs []uint64$/;"	v
 21255  addrs	./cmd/internal/objfile/pe.go	/^	var addrs []uint64$/;"	v
 21256  addrs	./cmd/internal/objfile/plan9obj.go	/^	var addrs []uint64$/;"	v
 21257  addrs	./cmd/pprof/internal/profile/legacy_profile.go	/^		var addrs []uint64$/;"	v
 21258  addrs	./net/interface_windows.go	/^	var addrs []windows.IpAdapterAddresses$/;"	v
 21259  addrs	./net/ipsock.go	/^	var addrs addrList$/;"	v
 21260  addrsize	./debug/dwarf/buf.go	/^func (u unknownFormat) addrsize() int {$/;"	f
 21261  addrsize	./debug/dwarf/unit.go	/^func (u *unit) addrsize() int {$/;"	f
 21262  addrspace_free	./runtime/mem_linux.go	/^func addrspace_free(v unsafe.Pointer, n uintptr) bool {$/;"	f
 21263  addrspace_vec	./runtime/mem_linux.go	/^var addrspace_vec [1]byte$/;"	v
 21264  addsection	./cmd/link/internal/ld/lib.go	/^func addsection(seg *Segment, name string, rwx int) *Section {$/;"	f
 21265  addselectgosucc	./cmd/compile/internal/gc/plive.go	/^func addselectgosucc(selectgo *BasicBlock) {$/;"	f
 21266  addsize	./cmd/internal/obj/data.go	/^func addsize(ctxt *Link, s *LSym, t *LSym) int64 {$/;"	f
 21267  addsize	./cmd/link/internal/ld/data.go	/^func addsize(ctxt *Link, s *LSym, t *LSym) int64 {$/;"	f
 21268  addspecial	./runtime/mheap.go	/^func addspecial(p unsafe.Pointer, s *special) bool {$/;"	f
 21269  addstr	./cmd/compile/internal/gc/walk.go	/^func addstr(n *Node, init **NodeList) *Node {$/;"	f
 21270  addstrdata	./cmd/link/internal/ld/data.go	/^func addstrdata(name string, value string) {$/;"	f
 21271  addstrdata1	./cmd/link/internal/ld/data.go	/^func addstrdata1(arg string) {$/;"	f
 21272  addsym	./cmd/link/internal/ld/macho.go	/^func addsym(s *LSym, name string, type_ int, addr int64, size int64, ver int, gotype *LSym) {$/;"	f
 21273  addtimer	./runtime/time.go	/^func addtimer(t *timer) {$/;"	f
 21274  addtimerLocked	./runtime/time.go	/^func addtimerLocked(t *timer) {$/;"	f
 21275  adduint	./cmd/link/internal/ld/data.go	/^func adduint(ctxt *Link, s *LSym, v uint64) int64 {$/;"	f
 21276  adduint16	./cmd/internal/obj/data.go	/^func adduint16(ctxt *Link, s *LSym, v uint16) int64 {$/;"	f
 21277  adduint8	./cmd/internal/obj/data.go	/^func adduint8(ctxt *Link, s *LSym, v uint8) int64 {$/;"	f
 21278  adduintxx	./cmd/internal/obj/data.go	/^func adduintxx(ctxt *Link, s *LSym, v uint64, wid int) int64 {$/;"	f
 21279  adduintxx	./cmd/link/internal/ld/data.go	/^func adduintxx(ctxt *Link, s *LSym, v uint64, wid int) int64 {$/;"	f
 21280  addvalue	./cmd/compile/internal/gc/sinit.go	/^func addvalue(p *InitPlan, xoffset int64, key *Node, n *Node) {$/;"	f
 21281  addvar	./cmd/compile/internal/gc/dcl.go	/^func addvar(n *Node, t *Type, ctxt uint8) {$/;"	f
 21282  addvariant	./cmd/compile/internal/ppc64/prog.go	/^	var addvariant = []int{V_CC, V_V, V_CC | V_V}$/;"	v
 21283  addvarint	./cmd/internal/obj/pcln.go	/^func addvarint(ctxt *Link, d *Pcdata, val uint32) {$/;"	f
 21284  addvarint	./cmd/link/internal/ld/pcln.go	/^func addvarint(d *Pcdata, val uint32) {$/;"	f
 21285  adjBlock	./go/printer/nodes.go	/^func (p *printer) adjBlock(headerSize int, sep whiteSpace, b *ast.BlockStmt) {$/;"	f
 21286  adjChunks	./runtime/mfinal_test.go	/^func adjChunks() (*objtype, *objtype) {$/;"	f
 21287  adjStringChunk	./runtime/mfinal_test.go	/^func adjStringChunk() (string, *objtype) {$/;"	f
 21288  adjacent	./unicode/maketables.go	/^func (c *caseState) adjacent(d *caseState) bool {$/;"	f
 21289  adjinfo	./runtime/stack1.go	/^	var adjinfo adjustinfo$/;"	v
 21290  adjustLastDigit	./strconv/extfloat.go	/^func adjustLastDigit(d *decimalSlice, currentDiff, targetDiff, maxDiff, ulpDecimal, ulpBinary uint64) bool {$/;"	f
 21291  adjustLastDigitFixed	./strconv/extfloat.go	/^func adjustLastDigitFixed(d *decimalSlice, num, den uint64, shift uint, ε uint64) bool {$/;"	f
 21292  adjustSourcePath	./cmd/pprof/internal/report/source.go	/^func adjustSourcePath(path string) (*os.File, string, error) {$/;"	f
 21293  adjustURL	./cmd/pprof/internal/driver/driver.go	/^func adjustURL(source string, sec int, ui plugin.UI) (adjusted, host string, duration time.Duration) {$/;"	f
 21294  adjustargs	./cmd/compile/internal/gc/walk.go	/^func adjustargs(n *Node, adjust int) {$/;"	f
 21295  adjustctxt	./runtime/stack1.go	/^func adjustctxt(gp *g, adjinfo *adjustinfo) {$/;"	f
 21296  adjustdefers	./runtime/stack1.go	/^func adjustdefers(gp *g, adjinfo *adjustinfo) {$/;"	f
 21297  adjustframe	./runtime/stack1.go	/^func adjustframe(frame *stkframe, arg unsafe.Pointer) bool {$/;"	f
 21298  adjustinfo	./runtime/stack1.go	/^type adjustinfo struct {$/;"	t
 21299  adjustpanics	./runtime/stack1.go	/^func adjustpanics(gp *g, adjinfo *adjustinfo) {$/;"	f
 21300  adjustpointer	./runtime/stack1.go	/^func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) {$/;"	f
 21301  adjustpointers	./runtime/stack1.go	/^func adjustpointers(scanp unsafe.Pointer, cbv *bitvector, adjinfo *adjustinfo, f *_func) {$/;"	f
 21302  adjuststkbar	./runtime/stack1.go	/^func adjuststkbar(gp *g, adjinfo *adjustinfo) {$/;"	f
 21303  adjustsudogs	./runtime/stack1.go	/^func adjustsudogs(gp *g, adjinfo *adjustinfo) {$/;"	f
 21304  adst	./cmd/compile/internal/gc/cgen.go	/^	var adst Node$/;"	v
 21305  advance	./bufio/scan.go	/^func (s *Scanner) advance(n int) bool {$/;"	f
 21306  advance	./fmt/scan.go	/^func (s *ss) advance(format string) (i int) {$/;"	f
 21307  advancePC	./debug/dwarf/line.go	/^func (r *LineReader) advancePC(opAdvance int) {$/;"	f
 21308  adversaryTestingData	./sort/sort_test.go	/^type adversaryTestingData struct {$/;"	t
 21309  aeadAESGCM	./crypto/tls/cipher_suites.go	/^func aeadAESGCM(key, fixedNonce []byte) cipher.AEAD {$/;"	f
 21310  aes0	./runtime/asm_386.s	/^aes0:$/;"	l
 21311  aes0	./runtime/asm_amd64.s	/^aes0:$/;"	l
 21312  aes0to15	./runtime/asm_386.s	/^aes0to15:$/;"	l
 21313  aes0to15	./runtime/asm_amd64.s	/^aes0to15:$/;"	l
 21314  aes129plus	./runtime/asm_amd64.s	/^aes129plus:$/;"	l
 21315  aes16	./runtime/asm_386.s	/^aes16:$/;"	l
 21316  aes16	./runtime/asm_amd64.s	/^aes16:$/;"	l
 21317  aes17to32	./runtime/asm_386.s	/^aes17to32:$/;"	l
 21318  aes17to32	./runtime/asm_amd64.s	/^aes17to32:$/;"	l
 21319  aes33to64	./runtime/asm_386.s	/^aes33to64:$/;"	l
 21320  aes33to64	./runtime/asm_amd64.s	/^aes33to64:$/;"	l
 21321  aes65plus	./runtime/asm_386.s	/^aes65plus:$/;"	l
 21322  aes65to128	./runtime/asm_amd64.s	/^aes65to128:$/;"	l
 21323  aesCipher	./crypto/aes/cipher.go	/^type aesCipher struct {$/;"	t
 21324  aesGCMTests	./crypto/cipher/gcm_test.go	/^var aesGCMTests = []struct {$/;"	v
 21325  aeshash	./runtime/alg.go	/^func aeshash(p unsafe.Pointer, h, s uintptr) uintptr$/;"	f
 21326  aeshash32	./runtime/alg.go	/^func aeshash32(p unsafe.Pointer, h uintptr) uintptr$/;"	f
 21327  aeshash64	./runtime/alg.go	/^func aeshash64(p unsafe.Pointer, h uintptr) uintptr$/;"	f
 21328  aeshashstr	./runtime/alg.go	/^func aeshashstr(p unsafe.Pointer, h uintptr) uintptr$/;"	f
 21329  aeskeysched	./runtime/alg.go	/^var aeskeysched [hashRandomBytes]byte$/;"	v
 21330  aesloop	./runtime/asm_386.s	/^aesloop:$/;"	l
 21331  aesloop	./runtime/asm_amd64.s	/^aesloop:$/;"	l
 21332  affineFromJacobian	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) affineFromJacobian(x, y, z *big.Int) (xOut, yOut *big.Int) {$/;"	f
 21333  afield	./debug/dwarf/entry.go	/^type afield struct {$/;"	t
 21334  after	./cmd/nm/doc.go	/^\/\/		print symbol type after name$/;"	t
 21335  after	./encoding/gob/type.go	/^	base        reflect.Type \/\/ the base type after all indirections$/;"	t
 21336  after	./go/doc/testdata/testing.go	/^func after() {$/;"	f
 21337  after	./go/types/expr.go	/^		\/\/ their type after each constant operation.$/;"	t
 21338  after	./go/types/issues_test.go	/^type T struct{} \/\/ receiver type after method declaration$/;"	t
 21339  after	./testing/testing.go	/^func after() {$/;"	f
 21340  afterResult	./time/sleep_test.go	/^type afterResult struct {$/;"	t
 21341  afterTest	./net/http/main_test.go	/^func afterTest(t testing.TB) {$/;"	f
 21342  afterTimeoutErrc	./net/http/serve_test.go	/^	var afterTimeoutErrc = make(chan error, 1)$/;"	v
 21343  afterfork	./runtime/proc1.go	/^func afterfork() {$/;"	f
 21344  afun	./cmd/compile/internal/gc/cgen.go	/^	var afun Node$/;"	v
 21345  again	./cmd/asm/internal/asm/testdata/arm64.s	/^again:$/;"	l
 21346  again	./runtime/asm_386.s	/^again:$/;"	l
 21347  again	./runtime/asm_amd64.s	/^again:$/;"	l
 21348  again	./runtime/asm_amd64p32.s	/^again:$/;"	l
 21349  again	./runtime/asm_arm64.s	/^again:$/;"	l
 21350  again	./runtime/asm_ppc64x.s	/^again:$/;"	l
 21351  again	./runtime/atomic_arm64.s	/^again:$/;"	l
 21352  again	./runtime/sys_linux_arm64.s	/^again:$/;"	l
 21353  again	./sync/atomic/asm_arm64.s	/^again:$/;"	l
 21354  against	./cmd/link/internal/ld/ldmacho.go	/^		\/\/ TODO: check sym->type against outer->type.$/;"	t
 21355  age	./database/sql/sql_test.go	/^			var age int$/;"	v
 21356  age	./database/sql/sql_test.go	/^	var age int$/;"	v
 21357  aggregate	./cmd/pprof/internal/driver/driver.go	/^func aggregate(prof *profile.Profile, f *flags) error {$/;"	f
 21358  ah	./cmd/compile/internal/arm/cgen64.go	/^		var ah gc.Node$/;"	v
 21359  ah	./cmd/compile/internal/arm/cgen64.go	/^	var ah gc.Node$/;"	v
 21360  aia	./crypto/x509/x509.go	/^			var aia []authorityInfoAccess$/;"	v
 21361  aiaValues	./crypto/x509/x509.go	/^		var aiaValues []authorityInfoAccess$/;"	v
 21362  aindex	./cmd/compile/internal/gc/subr.go	/^func aindex(b *Node, t *Type) *Type {$/;"	f
 21363  aki	./crypto/x509/x509.go	/^		var aki pkix.Extension$/;"	v
 21364  al	./cmd/compile/internal/arm/cgen64.go	/^		var al gc.Node$/;"	v
 21365  al	./cmd/compile/internal/arm/cgen64.go	/^	var al gc.Node$/;"	v
 21366  alarm	./go/doc/testdata/testing.go	/^func alarm() {$/;"	f
 21367  alert	./crypto/tls/alert.go	/^type alert uint8$/;"	t
 21368  alertErr	./crypto/tls/conn.go	/^	var alertErr error$/;"	v
 21369  alertText	./crypto/tls/alert.go	/^var alertText = map[alert]string{$/;"	v
 21370  algarray	./runtime/alg.go	/^var algarray = [alg_max]typeAlg{$/;"	v
 21371  algorithmTestCases	./strings/replace_test.go	/^var algorithmTestCases = []struct {$/;"	v
 21372  algorithms	./runtime/alg.go	/^\/\/ type algorithms - known to compiler$/;"	t
 21373  algsym	./cmd/compile/internal/gc/reflect.go	/^	var algsym *Sym$/;"	v
 21374  algtype	./cmd/compile/internal/gc/subr.go	/^func algtype(t *Type) int {$/;"	f
 21375  algtype1	./cmd/compile/internal/gc/subr.go	/^func algtype1(t *Type, bad **Type) int {$/;"	f
 21376  alias	./cmd/compile/internal/big/nat.go	/^func alias(x, y nat) bool {$/;"	f
 21377  alias	./math/big/nat.go	/^func alias(x, y nat) bool {$/;"	f
 21378  aliased	./cmd/compile/internal/gc/walk.go	/^func aliased(n *Node, all *NodeList, stop *NodeList) bool {$/;"	f
 21379  aliases	./cmd/compile/internal/amd64/galign.go	/^ * go declares several platform-specific type aliases:$/;"	t
 21380  aliases	./cmd/compile/internal/arm/galign.go	/^ * go declares several platform-specific type aliases:$/;"	t
 21381  aliases	./cmd/compile/internal/arm64/galign.go	/^ * go declares several platform-specific type aliases:$/;"	t
 21382  aliases	./cmd/compile/internal/ppc64/galign.go	/^ * go declares several platform-specific type aliases:$/;"	t
 21383  aliases	./cmd/compile/internal/x86/galign.go	/^ * go declares several platform-specific type aliases:$/;"	t
 21384  aliases	./go/types/universe.go	/^var aliases = [...]*Basic{$/;"	v
 21385  align	./cmd/link/internal/ld/data.go	/^	var align int32$/;"	v
 21386  align	./cmd/link/internal/ld/dwarf.go	/^func align(size int64) {$/;"	f
 21387  align	./cmd/vet/asmdecl.go	/^			var align, size int$/;"	v
 21388  align	./go/types/sizes.go	/^func align(x, a int64) int64 {$/;"	f
 21389  align	./reflect/value.go	/^func align(x, n uintptr) uintptr {$/;"	f
 21390  aligndatsize	./cmd/link/internal/ld/data.go	/^func aligndatsize(datsize int64, s *LSym) int64 {$/;"	f
 21391  aligned	./crypto/md5/md5block_arm.s	/^aligned:$/;"	l
 21392  aligned	./hash/crc32/crc32_amd64.s	/^aligned:$/;"	l
 21393  aligned	./hash/crc32/crc32_amd64p32.s	/^aligned:$/;"	l
 21394  aligned	./runtime/asm_amd64.s	/^aligned:$/;"	l
 21395  aligned	./runtime/asm_amd64p32.s	/^aligned:$/;"	l
 21396  alignof	./go/types/sizes.go	/^func (conf *Config) alignof(T Type) int64 {$/;"	f
 21397  alike	./cmd/compile/internal/big/float_test.go	/^func alike(x, y *Float) bool {$/;"	f
 21398  alike	./math/all_test.go	/^func alike(a, b float64) bool {$/;"	f
 21399  alike	./math/big/float_test.go	/^func alike(x, y *Float) bool {$/;"	f
 21400  alike	./math/cmplx/cmath_test.go	/^func alike(a, b float64) bool {$/;"	f
 21401  alike	./runtime/sqrt_test.go	/^func alike(a, b float64) bool {$/;"	f
 21402  alike32	./cmd/compile/internal/big/float_test.go	/^func alike32(x, y float32) bool {$/;"	f
 21403  alike32	./math/big/float_test.go	/^func alike32(x, y float32) bool {$/;"	f
 21404  alike64	./cmd/compile/internal/big/float_test.go	/^func alike64(x, y float64) bool {$/;"	f
 21405  alike64	./math/big/float_test.go	/^func alike64(x, y float64) bool {$/;"	f
 21406  alineFromLine	./debug/gosym/symtab.go	/^func (o *Obj) alineFromLine(path string, line int) (int, error) {$/;"	f
 21407  alist	./cmd/compile/internal/gc/walk.go	/^		var alist *NodeList$/;"	v
 21408  alive	./cmd/compile/internal/gc/popt.go	/^var alive interface{} = nil$/;"	v
 21409  all	./archive/zip/zip_test.go	/^	var all []byte$/;"	v
 21410  all	./cmd/compile/internal/gc/reflect.go	/^	var all *Sig$/;"	v
 21411  all	./cmd/go/pkg.go	/^	var all []string$/;"	v
 21412  all	./cmd/vet/main.go	/^var all = flag.Bool("all", true, "check everything; disabled if any explicit check is requested")$/;"	v
 21413  all	./debug/elf/file.go	/^	var all []ImportedSymbol$/;"	v
 21414  all	./debug/elf/file.go	/^	var all []string$/;"	v
 21415  all	./debug/macho/file.go	/^	var all []string$/;"	v
 21416  all	./debug/pe/file.go	/^	var all []string$/;"	v
 21417  all	./encoding/xml/xml_test.go	/^var all = allScalars{$/;"	v
 21418  all	./runtime/pprof/pprof.go	/^	var all []*Profile$/;"	v
 21419  all	./runtime/pprof/pprof.go	/^	var all [][]uintptr$/;"	v
 21420  all	./unicode/maketables.go	/^func all(scripts map[string][]Script) []string {$/;"	f
 21421  allCatFold	./unicode/maketables.go	/^func allCatFold(m map[string]map[rune]bool) []string {$/;"	f
 21422  allCategories	./unicode/maketables.go	/^func allCategories() []string {$/;"	f
 21423  allCipherSuites	./crypto/tls/handshake_server_test.go	/^func allCipherSuites() []uint16 {$/;"	f
 21424  allFF	./net/ip.go	/^func allFF(b []byte) bool {$/;"	f
 21425  allIdents	./html/template/escape.go	/^func allIdents(node parse.Node) []string {$/;"	f
 21426  allMatches	./regexp/regexp.go	/^func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {$/;"	f
 21427  allMethods	./go/types/type.go	/^	var allMethods []*Func$/;"	v
 21428  allPackages	./cmd/go/main.go	/^func allPackages(pattern string) []string {$/;"	f
 21429  allPackagesInFS	./cmd/go/main.go	/^func allPackagesInFS(pattern string) []string {$/;"	f
 21430  allRemove	./cmd/go/clean.go	/^	var allRemove []string$/;"	v
 21431  allScalars	./encoding/xml/xml_test.go	/^type allScalars struct {$/;"	t
 21432  allValue	./encoding/json/decode_test.go	/^var allValue = All{$/;"	v
 21433  allValueCompact	./encoding/json/decode_test.go	/^var allValueCompact = strings.Map(noSpace, allValueIndent)$/;"	v
 21434  allValueIndent	./encoding/json/decode_test.go	/^var allValueIndent = `{$/;"	v
 21435  allfin	./runtime/mfinal.go	/^var allfin *finblock \/\/ list of all blocks$/;"	v
 21436  allgadd	./runtime/proc.go	/^func allgadd(gp *g) {$/;"	f
 21437  allgood	./runtime/sys_solaris_amd64.s	/^allgood:$/;"	l
 21438  alloc	./regexp/exec.go	/^func (m *machine) alloc(i *syntax.Inst) *thread {$/;"	f
 21439  alloc	./runtime/netpoll.go	/^func (c *pollCache) alloc() *pollDesc {$/;"	f
 21440  alloc	./runtime/trace.go	/^func (a *traceAlloc) alloc(n uintptr) unsafe.Pointer {$/;"	f
 21441  allocBytes	./cmd/compile/internal/big/nat_test.go	/^func allocBytes(f func()) uint64 {$/;"	f
 21442  allocBytes	./math/big/nat_test.go	/^func allocBytes(f func()) uint64 {$/;"	f
 21443  allocRxStr	./cmd/pprof/internal/profile/legacy_profile.go	/^var allocRxStr = strings.Join([]string{$/;"	v
 21444  allocSkipRxStr	./cmd/pprof/internal/profile/legacy_profile.go	/^var allocSkipRxStr = strings.Join([]string{$/;"	v
 21445  allocValue	./encoding/gob/decode.go	/^func allocValue(t reflect.Type) reflect.Value {$/;"	f
 21446  allocatePersistent1K	./runtime/pprof/mprof_test.go	/^func allocatePersistent1K() {$/;"	f
 21447  allocateTransient1M	./runtime/pprof/mprof_test.go	/^func allocateTransient1M() {$/;"	f
 21448  allocateTransient2M	./runtime/pprof/mprof_test.go	/^func allocateTransient2M() {$/;"	f
 21449  allocauto	./cmd/compile/internal/gc/pgen.go	/^func allocauto(ptxt *obj.Prog) {$/;"	f
 21450  allocm	./runtime/proc1.go	/^func allocm(_p_ *p, fn func()) *m {$/;"	f
 21451  allocmcache	./runtime/mcache.go	/^func allocmcache() *mcache {$/;"	f
 21452  allocsPerRunTests	./testing/allocs_test.go	/^var allocsPerRunTests = []struct {$/;"	v
 21453  allowed	./cmd/compile/internal/gc/typecheck.go	/^				\/\/ No pushtype allowed here.  Must name fields for that.$/;"	t
 21454  allowed	./cmd/compile/internal/gc/typecheck.go	/^				\/\/ No pushtype allowed here.  Tried and rejected.$/;"	t
 21455  allowed	./cmd/fix/main.go	/^var allowed, force map[string]bool$/;"	v
 21456  allowedMismatchObjdump	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^func allowedMismatchObjdump(text string, size int, inst *Inst, dec ExtInst) bool {$/;"	f
 21457  allowedMismatchObjdump	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^func allowedMismatchObjdump(text string, size int, inst *Inst, dec ExtInst) bool {$/;"	f
 21458  allowedMismatchPlan9	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^func allowedMismatchPlan9(text string, size int, inst *Inst, dec ExtInst) bool {$/;"	f
 21459  allowedMismatchXed	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func allowedMismatchXed(text string, size int, inst *Inst, dec ExtInst) bool {$/;"	f
 21460  allowedRewrites	./cmd/fix/main.go	/^var allowedRewrites = flag.String("r", "",$/;"	v
 21461  allows	./flag/flag.go	/^	top-level functions.  The FlagSet type allows one to define$/;"	t
 21462  allreg	./cmd/compile/internal/gc/reg.go	/^func allreg(b uint64, r *Rgn) uint64 {$/;"	f
 21463  allsame	./runtime/asm_386.s	/^allsame:$/;"	l
 21464  allsame	./runtime/asm_amd64.s	/^allsame:$/;"	l
 21465  allsame	./runtime/asm_amd64p32.s	/^allsame:$/;"	l
 21466  allselect	./reflect/all_test.go	/^var allselect = flag.Bool("allselect", false, "exhaustive select test")$/;"	v
 21467  alpha	./image/jpeg/dct_test.go	/^func alpha(i int) float64 {$/;"	f
 21468  alpha16Model	./image/color/color.go	/^func alpha16Model(c Color) Color {$/;"	f
 21469  alphaModel	./image/color/color.go	/^func alphaModel(c Color) Color {$/;"	f
 21470  already	./encoding/gob/type.go	/^		panic("bootstrap type already present: " + name + ", " + rt.String())$/;"	t
 21471  already	./reflect/all_test.go	/^	\/\/ check that type already in binary is found$/;"	t
 21472  alt	./regexp/syntax/compile.go	/^func (c *compiler) alt(f1, f2 frag) frag {$/;"	f
 21473  altBit	./cmd/compile/internal/big/int_test.go	/^func altBit(x *Int, i int) uint {$/;"	f
 21474  altBit	./math/big/int_test.go	/^func altBit(x *Int, i int) uint {$/;"	f
 21475  altGetRandom	./crypto/rand/rand_unix.go	/^var altGetRandom func([]byte) (ok bool)$/;"	v
 21476  altSetBit	./cmd/compile/internal/big/int_test.go	/^func altSetBit(z *Int, x *Int, i int, b uint) *Int {$/;"	f
 21477  altSetBit	./math/big/int_test.go	/^func altSetBit(z *Int, x *Int, i int, b uint) *Int {$/;"	f
 21478  alternate	./regexp/syntax/parse.go	/^func (p *parser) alternate() *Regexp {$/;"	f
 21479  alwaysError	./bufio/scan_test.go	/^type alwaysError struct{}$/;"	t
 21480  alwaysFalse	./net/http/client.go	/^func alwaysFalse() bool { return false }$/;"	f
 21481  amd64OperandTests	./cmd/asm/internal/asm/operand_test.go	/^var amd64OperandTests = []operandTest{$/;"	v
 21482  amem	./cmd/yacc/yacc.go	/^var amem []int                   \/\/ action table storage$/;"	v
 21483  an	./go/types/expr.go	/^ensures that a client sees the actual (run-time) type an untyped value would$/;"	t
 21484  analogous	./cmd/cgo/gcc.go	/^\/\/ FuncType returns the Go type analogous to dtype.$/;"	t
 21485  analyzeGoroutines	./cmd/trace/goroutines.go	/^func analyzeGoroutines(events []*trace.Event) {$/;"	f
 21486  anchorID	./go/doc/comment.go	/^func anchorID(line string) string {$/;"	f
 21487  and	./cmd/asm/internal/asm/parse.go	/^		addr.Type = obj.TYPE_BRANCH \/\/ We set the type and leave NAME untouched. See asmJump.$/;"	t
 21488  and	./cmd/asm/internal/asm/parse.go	/^\/\/ get verifies that the next item has the expected type and returns it.$/;"	t
 21489  and	./cmd/compile/internal/big/nat.go	/^func (z nat) and(x, y nat) nat {$/;"	f
 21490  and	./cmd/compile/internal/gc/gen.go	/^\/\/ type and memory offset, assuming t starts at startOffset.$/;"	t
 21491  and	./cmd/compile/internal/gc/inl.go	/^\/\/ order will be preserved Used in return, oas2func and call$/;"	f
 21492  and	./cmd/compile/internal/gc/racewalk.go	/^	\/\/ of T(v).Field where T is a struct type and v is$/;"	t
 21493  and	./cmd/compile/internal/gc/subr.go	/^	\/\/ 3. dst is an interface type and src implements dst.$/;"	t
 21494  and	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ copy new type and clear fields$/;"	t
 21495  and	./cmd/internal/obj/funcdata.go	/^\/\/ that also has a Go prototype and therefore is usually not necessary$/;"	t
 21496  and	./cmd/internal/obj/link.go	/^\/\/		If looking for specific register kind, must check type and reg value range.$/;"	t
 21497  and	./cmd/internal/obj/x86/asm6.go	/^ * possible states used to lay them down (Ztype and z pointer, assuming z$/;"	t
 21498  and	./crypto/hmac/hmac.go	/^\/\/ New returns a new HMAC hash using the given hash.Hash type and key.$/;"	t
 21499  and	./crypto/tls/conn.go	/^\/\/ writeRecord writes a TLS record with the given type and payload$/;"	t
 21500  and	./database/sql/driver/types.go	/^\/\/    into a database table's specific column type and making sure it$/;"	t
 21501  and	./debug/elf/elf.go	/^	Info   uint32 \/* Relocation type and symbol index. *\/$/;"	t
 21502  and	./debug/elf/elf.go	/^	Info   uint64 \/* Relocation type and symbol index. *\/$/;"	t
 21503  and	./debug/elf/elf.go	/^	Info uint32 \/* Relocation type and symbol index. *\/$/;"	t
 21504  and	./debug/elf/elf.go	/^	Info uint64 \/* Relocation type and symbol index. *\/$/;"	t
 21505  and	./encoding/gob/decode.go	/^\/\/ decodeIgnoredValue decodes the data stream representing a value of the specified type and discards it.$/;"	t
 21506  and	./encoding/gob/decoder.go	/^\/\/ A Decoder manages the receipt of type and data information read from the$/;"	t
 21507  and	./encoding/gob/encoder.go	/^\/\/ An Encoder manages the transmission of type and data information to the$/;"	t
 21508  and	./encoding/json/decode.go	/^	\/\/ If v is a named type and is addressable,$/;"	t
 21509  and	./flag/flag.go	/^\/\/ Var defines a flag with the specified name and usage string. The type and$/;"	t
 21510  and	./go/types/api.go	/^\/\/ TypeAndValue reports the type and value (for constants)$/;"	t
 21511  and	./go/types/conversions.go	/^	\/\/ "x's type and T are both complex types"$/;"	t
 21512  and	./go/types/conversions.go	/^	\/\/ "x's type and T are both integer or floating point types"$/;"	t
 21513  and	./go/types/conversions.go	/^	\/\/ "x's type and T are unnamed pointer types and their pointer base types have identical underlying types"$/;"	t
 21514  and	./go/types/conversions.go	/^	\/\/ "x's type and T have identical underlying types"$/;"	t
 21515  and	./go/types/eval.go	/^\/\/ Eval returns the type and, if constant, the value for the$/;"	t
 21516  and	./go/types/expr.go	/^		\/\/ delay type and value recording until we know the type$/;"	t
 21517  and	./go/types/expr.go	/^	\/\/ Everything's fine, record final type and value for x.$/;"	t
 21518  and	./go/types/expr.go	/^The updateExprType method is used to record this final type and update$/;"	t
 21519  and	./go/types/exprstring_test.go	/^	\/\/ func and composite literals$/;"	f
 21520  and	./go/types/lookup.go	/^			\/\/ In this case, we don't have a named type and$/;"	t
 21521  and	./go/types/lookup.go	/^	\/\/ it must not be a pointer or interface type and it must be declared$/;"	t
 21522  and	./go/types/methodset.go	/^			\/\/ In this case, we don't have a named type and$/;"	t
 21523  and	./go/types/operand.go	/^	\/\/ T is an interface type and x implements T$/;"	t
 21524  and	./go/types/resolver.go	/^	deps map[Object]bool \/\/ type and init dependencies; lazily allocated$/;"	t
 21525  and	./go/types/type.go	/^\/\/ SetUnderlying sets the underlying type and marks t as complete.$/;"	t
 21526  and	./go/types/typexpr.go	/^				\/\/ be a pointer or interface type and it must be declared in the same package$/;"	t
 21527  and	./image/png/reader.go	/^\/\/ A cb is a combination of color type and bit depth.$/;"	t
 21528  and	./internal/syscall/windows/registry/value.go	/^\/\/ GetValue retrieves the type and data for the specified value associated$/;"	t
 21529  and	./internal/syscall/windows/registry/value.go	/^\/\/ type and ErrUnexpectedType.$/;"	t
 21530  and	./internal/trace/parser.go	/^		\/\/ Read event type and number of arguments (1 byte).$/;"	t
 21531  and	./math/big/nat.go	/^func (z nat) and(x, y nat) nat {$/;"	f
 21532  and	./mime/mediatype.go	/^\/\/ The type and parameter names are written in lower-case.$/;"	t
 21533  and	./net/dnsmsg.go	/^	\/\/ make an rr of that type and re-unpack.$/;"	t
 21534  and	./net/dnsmsg.go	/^	\/\/ unpack just the header, to find the rr type and length$/;"	t
 21535  and	./net/dnsmsg.go	/^	\/\/ valid dnsRR_Header.Rrtype and dnsQuestion.qtype$/;"	t
 21536  and	./net/http/server.go	/^	\/\/ ConnState type and associated constants for details.$/;"	t
 21537  and	./net/internal/socktest/switch.go	/^\/\/ type and protocol number.$/;"	t
 21538  and	./reflect/example_test.go	/^		\/\/ so that we can query its type and then set the value.$/;"	t
 21539  and	./reflect/type.go	/^	\/\/ method tables for an interface type and a concrete type$/;"	t
 21540  and	./reflect/value.go	/^\/\/ If the channel is closed, x is the zero value for the channel's element type and ok is false.$/;"	t
 21541  and	./reflect/value.go	/^\/\/ MakeChan creates a new channel with the specified type and buffer size.$/;"	t
 21542  and	./reflect/value.go	/^\/\/ takes any value v of signed int type and returns the value converted$/;"	t
 21543  and	./runtime/mbitmap.go	/^\/\/ Garbage collector: type and heap bitmaps.$/;"	t
 21544  and	./runtime/mprof.go	/^\/\/ newBucket allocates a bucket with the given type and number of stack entries.$/;"	t
 21545  and	./runtime/type.go	/^\/\/ ..\/cmd\/internal\/gc\/reflect.go:\/^func.dcommontype and$/;"	t
 21546  and	./sync/atomic/value.go	/^		\/\/ First store completed. Check type and overwrite data.$/;"	t
 21547  and	./text/template/funcs.go	/^func and(arg0 interface{}, args ...interface{}) interface{} {$/;"	f
 21548  and	./unsafe/unsafe.go	/^\/\/ Alignof takes an expression x of any type and returns the alignment$/;"	t
 21549  and	./unsafe/unsafe.go	/^\/\/ Sizeof takes an expression x of any type and returns the size in bytes$/;"	t
 21550  andNot	./cmd/compile/internal/big/nat.go	/^func (z nat) andNot(x, y nat) nat {$/;"	f
 21551  andNot	./math/big/nat.go	/^func (z nat) andNot(x, y nat) nat {$/;"	f
 21552  animals	./encoding/json/example_test.go	/^	var animals []Animal$/;"	v
 21553  annotate	./cmd/cover/cover.go	/^func annotate(name string) {$/;"	f
 21554  annotateAssembly	./cmd/pprof/internal/report/report.go	/^func annotateAssembly(insns []plugin.Inst, samples nodes, base uint64) nodes {$/;"	f
 21555  anonymousFieldIdent	./go/types/typexpr.go	/^func anonymousFieldIdent(e ast.Expr) *ast.Ident {$/;"	f
 21556  answer	./database/sql/convert_test.go	/^var answer int64 = 42$/;"	v
 21557  answer	./database/sql/driver/types_test.go	/^var answer int64 = 42$/;"	v
 21558  answer	./net/dnsclient.go	/^func answer(name, server string, dns *dnsMsg, qtype uint16) (cname string, addrs []dnsRR, err error) {$/;"	f
 21559  anyMessage	./syscall/route_bsd.go	/^type anyMessage struct {$/;"	t
 21560  anyRune	./regexp/onepass.go	/^var anyRune = []rune{0, unicode.MaxRune}$/;"	v
 21561  anyRune	./regexp/syntax/compile.go	/^var anyRune = []rune{0, unicode.MaxRune}$/;"	v
 21562  anyRuneNotNL	./regexp/onepass.go	/^var anyRuneNotNL = []rune{0, '\\n' - 1, '\\n' + 1, unicode.MaxRune}$/;"	v
 21563  anyRuneNotNL	./regexp/syntax/compile.go	/^var anyRuneNotNL = []rune{0, '\\n' - 1, '\\n' + 1, unicode.MaxRune}$/;"	v
 21564  anyTable	./regexp/syntax/parse.go	/^var anyTable = &unicode.RangeTable{$/;"	v
 21565  anyToSockaddr	./syscall/syscall_bsd.go	/^func anyToSockaddr(rsa *RawSockaddrAny) (Sockaddr, error) {$/;"	f
 21566  anyToSockaddr	./syscall/syscall_linux.go	/^func anyToSockaddr(rsa *RawSockaddrAny) (Sockaddr, error) {$/;"	f
 21567  anyToSockaddr	./syscall/syscall_solaris.go	/^func anyToSockaddr(rsa *RawSockaddrAny) (Sockaddr, error) {$/;"	f
 21568  anycode	./go/scanner/scanner_test.go	/^		func anycode() {$/;"	f
 21569  anyinit	./cmd/compile/internal/gc/init.go	/^func anyinit(n *NodeList) bool {$/;"	f
 21570  anylit	./cmd/compile/internal/gc/sinit.go	/^func anylit(ctxt int, n *Node, var_ *Node, init **NodeList) {$/;"	f
 21571  anymore	./go/types/expr.go	/^\/\/ operands. Otherwise (i.e., typ is not an untyped type anymore,$/;"	t
 21572  ao	./debug/dwarf/typeunit.go	/^		var ao uint32$/;"	v
 21573  aoffset	./cmd/internal/obj/ppc64/obj9.go	/^	var aoffset int$/;"	v
 21574  aoutput	./cmd/yacc/yacc.go	/^func aoutput() {$/;"	f
 21575  apack	./cmd/yacc/yacc.go	/^func apack(p []int, n int) int {$/;"	f
 21576  apiHandler	./net/http/example_test.go	/^type apiHandler struct{}$/;"	t
 21577  appears	./go/types/typexpr.go	/^		\/\/ (it's ok to iterate forward because each named type appears at most once in path)$/;"	t
 21578  append	./builtin/builtin.go	/^func append(slice []Type, elems ...Type) []Type$/;"	f
 21579  append	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) append(prog *obj.Prog, cond string, doLabel bool) {$/;"	f
 21580  append	./path/filepath/path.go	/^func (b *lazybuf) append(c byte) {$/;"	f
 21581  append	./path/path.go	/^func (b *lazybuf) append(c byte) {$/;"	f
 21582  append	./reflect/type.go	/^func (bv *bitVector) append(bit uint8) {$/;"	f
 21583  append	./regexp/syntax/compile.go	/^func (l1 patchList) append(p *Prog, l2 patchList) patchList {$/;"	f
 21584  append	./text/tabwriter/tabwriter.go	/^func (b *Writer) append(text []byte) {$/;"	f
 21585  append	./text/template/parse/node.go	/^func (c *CommandNode) append(arg Node) {$/;"	f
 21586  append	./text/template/parse/node.go	/^func (l *ListNode) append(n Node) {$/;"	f
 21587  append	./text/template/parse/node.go	/^func (p *PipeNode) append(command *CommandNode) {$/;"	f
 21588  appendBoolTest	./strconv/atob_test.go	/^type appendBoolTest struct {$/;"	t
 21589  appendBoolTests	./strconv/atob_test.go	/^var appendBoolTests = []appendBoolTest{$/;"	v
 21590  appendClass	./regexp/syntax/parse.go	/^func appendClass(r []rune, x []rune) []rune {$/;"	f
 21591  appendCmd	./html/template/escape.go	/^func appendCmd(cmds []*parse.CommandNode, cmd *parse.CommandNode) []*parse.CommandNode {$/;"	f
 21592  appendFoldedClass	./regexp/syntax/parse.go	/^func appendFoldedClass(r []rune, x []rune) []rune {$/;"	f
 21593  appendFoldedRange	./regexp/syntax/parse.go	/^func appendFoldedRange(r []rune, lo, hi rune) []rune {$/;"	f
 21594  appendGroup	./regexp/syntax/parse.go	/^func (p *parser) appendGroup(r []rune, g charGroup) []rune {$/;"	f
 21595  appendHeadings	./go/doc/headscan.go	/^func appendHeadings(list []string, comment string) []string {$/;"	f
 21596  appendHex	./net/parse.go	/^func appendHex(dst []byte, i uint32) []byte {$/;"	f
 21597  appendInPostOrder	./go/types/ordering.go	/^func (check *Checker) appendInPostOrder(order *[]Object, obj Object) {$/;"	f
 21598  appendInt	./time/format.go	/^func appendInt(b []byte, x int, width int) []byte {$/;"	f
 21599  appendLiteral	./regexp/syntax/parse.go	/^func appendLiteral(r []rune, x rune, flags Flags) []rune {$/;"	f
 21600  appendNegatedClass	./regexp/syntax/parse.go	/^func appendNegatedClass(r []rune, x []rune) []rune {$/;"	f
 21601  appendNegatedTable	./regexp/syntax/parse.go	/^func appendNegatedTable(r []rune, x *unicode.RangeTable) []rune {$/;"	f
 21602  appendRDNs	./crypto/x509/pkix/pkix.go	/^func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.ObjectIdentifier) RDNSequence {$/;"	f
 21603  appendRange	./regexp/syntax/parse.go	/^func appendRange(r []rune, lo, hi rune) []rune {$/;"	f
 21604  appendSliceWriter	./strings/replace.go	/^type appendSliceWriter []byte$/;"	t
 21605  appendTable	./regexp/syntax/parse.go	/^func appendTable(r []rune, x *unicode.RangeTable) []rune {$/;"	f
 21606  appendTests	./reflect/all_test.go	/^var appendTests = []struct {$/;"	v
 21607  appendTime	./net/http/server.go	/^func appendTime(b []byte, t time.Time) []byte {$/;"	f
 21608  appendToFreshChain	./crypto/x509/verify.go	/^func appendToFreshChain(chain []*Certificate, cert *Certificate) []*Certificate {$/;"	f
 21609  appendVarint	./reflect/type.go	/^func appendVarint(x []byte, v uintptr) []byte {$/;"	f
 21610  appendZeros	./cmd/compile/internal/big/decimal.go	/^func appendZeros(buf []byte, n int) []byte {$/;"	f
 21611  appendZeros	./math/big/decimal.go	/^func appendZeros(buf []byte, n int) []byte {$/;"	f
 21612  appendinit	./cmd/compile/internal/gc/racewalk.go	/^func appendinit(np **Node, init *NodeList) {$/;"	f
 21613  appendpp	./cmd/compile/internal/amd64/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	f
 21614  appendpp	./cmd/compile/internal/arm/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int32, ttype int, treg int, toffset int32) *obj.Prog {$/;"	f
 21615  appendpp	./cmd/compile/internal/arm64/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	f
 21616  appendpp	./cmd/compile/internal/ppc64/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	f
 21617  appendpp	./cmd/compile/internal/x86/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	f
 21618  appendslice	./cmd/compile/internal/gc/walk.go	/^func appendslice(n *Node, init **NodeList) *Node {$/;"	f
 21619  apply	./cmd/gofmt/rewrite.go	/^func apply(f func(reflect.Value) reflect.Value, val reflect.Value) reflect.Value {$/;"	f
 21620  apply	./net/internal/socktest/switch.go	/^func (f AfterFilter) apply(st *Status) error {$/;"	f
 21621  apply	./net/internal/socktest/switch.go	/^func (f Filter) apply(st *Status) (AfterFilter, error) {$/;"	f
 21622  applyBlack	./image/jpeg/reader.go	/^func (d *decoder) applyBlack() (image.Image, error) {$/;"	f
 21623  applyRelocations	./debug/elf/file.go	/^func (f *File) applyRelocations(dst []byte, rels []byte) error {$/;"	f
 21624  applyRelocations386	./debug/elf/file.go	/^func (f *File) applyRelocations386(dst []byte, rels []byte) error {$/;"	f
 21625  applyRelocationsAMD64	./debug/elf/file.go	/^func (f *File) applyRelocationsAMD64(dst []byte, rels []byte) error {$/;"	f
 21626  applyRelocationsARM	./debug/elf/file.go	/^func (f *File) applyRelocationsARM(dst []byte, rels []byte) error {$/;"	f
 21627  applyRelocationsARM64	./debug/elf/file.go	/^func (f *File) applyRelocationsARM64(dst []byte, rels []byte) error {$/;"	f
 21628  applyRelocationsPPC	./debug/elf/file.go	/^func (f *File) applyRelocationsPPC(dst []byte, rels []byte) error {$/;"	f
 21629  applyRelocationsPPC64	./debug/elf/file.go	/^func (f *File) applyRelocationsPPC64(dst []byte, rels []byte) error {$/;"	f
 21630  applypred	./cmd/compile/internal/arm/peep.go	/^func applypred(rstart *gc.Flow, j *Joininfo, cond int, branch int) {$/;"	f
 21631  applywritebarrier	./cmd/compile/internal/gc/walk.go	/^func applywritebarrier(n *Node, init **NodeList) *Node {$/;"	f
 21632  applywritebarrier_bv	./cmd/compile/internal/gc/walk.go	/^var applywritebarrier_bv Bvec$/;"	v
 21633  ar	./cmd/compile/internal/gc/walk.go	/^	var ar *Node$/;"	v
 21634  ar	./cmd/pack/pack.go	/^	var ar *Archive$/;"	v
 21635  ar_hdr	./cmd/internal/obj/ar.go	/^type ar_hdr struct {$/;"	t
 21636  arangeso	./cmd/link/internal/ld/dwarf.go	/^var arangeso int64$/;"	v
 21637  arangesreloco	./cmd/link/internal/ld/dwarf.go	/^var arangesreloco int64$/;"	v
 21638  arangesrelocsize	./cmd/link/internal/ld/dwarf.go	/^var arangesrelocsize int64$/;"	v
 21639  arangessec	./cmd/link/internal/ld/dwarf.go	/^var arangessec *LSym$/;"	v
 21640  arangessize	./cmd/link/internal/ld/dwarf.go	/^var arangessize int64$/;"	v
 21641  arbitraryValues	./testing/quick/quick.go	/^func arbitraryValues(args []reflect.Value, f reflect.Type, config *Config, rand *rand.Rand) (err error) {$/;"	f
 21642  arch	./cmd/vet/asmdecl.go	/^		var arch string$/;"	v
 21643  archArm	./cmd/asm/internal/arch/arch.go	/^func archArm() *Arch {$/;"	f
 21644  archArm64	./cmd/asm/internal/arch/arch.go	/^func archArm64() *Arch {$/;"	f
 21645  archDef	./cmd/vet/asmdecl.go	/^		var archDef *asmArch$/;"	v
 21646  archPPC64	./cmd/asm/internal/arch/arch.go	/^func archPPC64() *Arch {$/;"	f
 21647  archX86	./cmd/asm/internal/arch/arch.go	/^func archX86(linkArch *obj.LinkArch) *Arch {$/;"	f
 21648  archinit	./cmd/link/internal/amd64/obj.go	/^func archinit() {$/;"	f
 21649  archinit	./cmd/link/internal/arm/obj.go	/^func archinit() {$/;"	f
 21650  archinit	./cmd/link/internal/arm64/obj.go	/^func archinit() {$/;"	f
 21651  archinit	./cmd/link/internal/ppc64/obj.go	/^func archinit() {$/;"	f
 21652  archinit	./cmd/link/internal/x86/obj.go	/^func archinit() {$/;"	f
 21653  archive	./cmd/link/internal/ld/lib.go	/^func archive() {$/;"	f
 21654  archive	./cmd/pack/pack.go	/^func archive(name string, mode int, files []string) *Archive {$/;"	f
 21655  archreloc	./cmd/link/internal/amd64/asm.go	/^func archreloc(r *ld.Reloc, s *ld.LSym, val *int64) int {$/;"	f
 21656  archreloc	./cmd/link/internal/arm/asm.go	/^func archreloc(r *ld.Reloc, s *ld.LSym, val *int64) int {$/;"	f
 21657  archreloc	./cmd/link/internal/arm64/asm.go	/^func archreloc(r *ld.Reloc, s *ld.LSym, val *int64) int {$/;"	f
 21658  archreloc	./cmd/link/internal/ppc64/asm.go	/^func archreloc(r *ld.Reloc, s *ld.LSym, val *int64) int {$/;"	f
 21659  archreloc	./cmd/link/internal/x86/asm.go	/^func archreloc(r *ld.Reloc, s *ld.LSym, val *int64) int {$/;"	f
 21660  archrelocvariant	./cmd/link/internal/amd64/asm.go	/^func archrelocvariant(r *ld.Reloc, s *ld.LSym, t int64) int64 {$/;"	f
 21661  archrelocvariant	./cmd/link/internal/arm/asm.go	/^func archrelocvariant(r *ld.Reloc, s *ld.LSym, t int64) int64 {$/;"	f
 21662  archrelocvariant	./cmd/link/internal/arm64/asm.go	/^func archrelocvariant(r *ld.Reloc, s *ld.LSym, t int64) int64 {$/;"	f
 21663  archrelocvariant	./cmd/link/internal/ppc64/asm.go	/^func archrelocvariant(r *ld.Reloc, s *ld.LSym, t int64) int64 {$/;"	f
 21664  archrelocvariant	./cmd/link/internal/x86/asm.go	/^func archrelocvariant(r *ld.Reloc, s *ld.LSym, t int64) int64 {$/;"	f
 21665  are	./builtin/builtin.go	/^\/\/ not nil. Values of string type are immutable.$/;"	t
 21666  are	./cmd/compile/internal/gc/gen.go	/^\/\/ elements of basic type are also supported.$/;"	t
 21667  are	./database/sql/driver/types.go	/^\/\/ IsValue(value).  Otherwise integer type are converted to$/;"	t
 21668  are	./go/types/expr.go	/^		\/\/ times the same expression and type are recorded. It is also not a$/;"	t
 21669  are	./reflect/type.go	/^	\/\/ Comparable reports whether values of this type are comparable.$/;"	t
 21670  are	./reflect/type.go	/^\/\/ type are coalesced into a single Type.$/;"	t
 21671  are	./text/template/doc.go	/^for comparison of values, except that size and exact type are$/;"	t
 21672  arg	./cmd/compile/internal/gc/cgen.go	/^	var arg Node$/;"	v
 21673  arg	./cmd/compile/internal/gc/plive.go	/^	var arg Bvec$/;"	v
 21674  arg	./cmd/compile/internal/gc/walk.go	/^	var arg *Node$/;"	v
 21675  arg	./cmd/trace/trace.go	/^	var arg interface{}$/;"	v
 21676  arg	./go/types/builtins.go	/^	var arg getter$/;"	v
 21677  arg	./runtime/cgo/gcc_openbsd_386.c	/^	void *arg;$/;"	m	struct:thread_args	file:
 21678  arg	./runtime/cgo/gcc_openbsd_amd64.c	/^	void *arg;$/;"	m	struct:thread_args	file:
 21679  arg1	./cmd/vet/testdata/asm.go	/^func arg1(x int8, y uint8)$/;"	f
 21680  arg2	./cmd/vet/testdata/asm.go	/^func arg2(x int16, y uint16)$/;"	f
 21681  arg4	./cmd/vet/testdata/asm.go	/^func arg4(x int32, y uint32)$/;"	f
 21682  arg8	./cmd/vet/testdata/asm.go	/^func arg8(x int64, y uint64)$/;"	f
 21683  argAlign	./reflect/all_test.go	/^	var argAlign uintptr = PtrSize$/;"	v
 21684  argBytes	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func argBytes(inst *Inst, arg Arg) int {$/;"	f
 21685  argCanBeChecked	./cmd/vet/print.go	/^func (f *File) argCanBeChecked(call *ast.CallExpr, formatArg int, isStar bool, state *formatState) bool {$/;"	f
 21686  argNN	./cmd/compile/internal/big/nat_test.go	/^type argNN struct {$/;"	t
 21687  argNN	./math/big/nat_test.go	/^type argNN struct {$/;"	t
 21688  argNumber	./fmt/print.go	/^func (p *pp) argNumber(argNum int, format string, i int, numArgs int) (newArgNum, newi int, found bool) {$/;"	f
 21689  argType	./text/template/funcs.go	/^		var argType reflect.Type$/;"	v
 21690  argVV	./cmd/compile/internal/big/arith_test.go	/^type argVV struct {$/;"	t
 21691  argVV	./math/big/arith_test.go	/^type argVV struct {$/;"	t
 21692  argVW	./cmd/compile/internal/big/arith_test.go	/^type argVW struct {$/;"	t
 21693  argVW	./math/big/arith_test.go	/^type argVW struct {$/;"	t
 21694  argVWW	./cmd/compile/internal/big/arith_test.go	/^type argVWW struct {$/;"	t
 21695  argVWW	./math/big/arith_test.go	/^type argVWW struct {$/;"	t
 21696  argWVW	./cmd/compile/internal/big/arith_test.go	/^type argWVW struct {$/;"	t
 21697  argWVW	./math/big/arith_test.go	/^type argWVW struct {$/;"	t
 21698  argWW	./cmd/compile/internal/big/arith_test.go	/^type argWW struct {$/;"	t
 21699  argWW	./math/big/arith_test.go	/^type argWW struct {$/;"	t
 21700  argZZ	./cmd/compile/internal/big/int_test.go	/^type argZZ struct {$/;"	t
 21701  argZZ	./math/big/int_test.go	/^type argZZ struct {$/;"	t
 21702  arg_type	./cmd/compile/internal/gc/go.y	/^arg_type:$/;"	l
 21703  arg_type_list	./cmd/compile/internal/gc/go.y	/^arg_type_list:$/;"	l
 21704  argc	./os/exec_windows.go	/^	var argc int32$/;"	v
 21705  argiface	./cmd/vet/testdata/asm.go	/^func argiface(x interface{}, y interface {$/;"	f
 21706  argint	./cmd/vet/testdata/asm.go	/^func argint(x int, y uint)$/;"	f
 21707  argjoin	./cmd/vet/method.go	/^func argjoin(x []string) string {$/;"	f
 21708  argptr	./cmd/vet/testdata/asm.go	/^func argptr(x *byte, y *byte, c chan int, m map[int]int, f func())$/;"	f
 21709  args	./cmd/asm/internal/lex/input.go	/^	var args [][]Token$/;"	v
 21710  args	./cmd/asm/internal/lex/input.go	/^	var args []string$/;"	v
 21711  args	./cmd/cgo/gcc.go	/^	var args []string$/;"	v
 21712  args	./cmd/compile/internal/gc/plive.go	/^	var args Bvec$/;"	v
 21713  args	./cmd/compile/internal/gc/subr.go	/^	var args *NodeList$/;"	v
 21714  args	./cmd/compile/internal/gc/walk.go	/^	var args *NodeList$/;"	v
 21715  args	./cmd/cover/html.go	/^	var args []string$/;"	v
 21716  args	./cmd/internal/rsc.io/arm/armasm/decode.go	/^		var args Args$/;"	v
 21717  args	./cmd/internal/rsc.io/arm/armasm/plan9x.go	/^	var args []string$/;"	v
 21718  args	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^	var args []string$/;"	v
 21719  args	./cmd/internal/rsc.io/x86/x86asm/plan9x.go	/^	var args []string$/;"	v
 21720  args	./cmd/link/internal/ld/pobj.go	/^	var args []string$/;"	v
 21721  args	./cmd/trace/main.go	/^	var args []string$/;"	v
 21722  args	./fmt/fmt_test.go	/^func args(a ...interface{}) []interface{} { return a }$/;"	f
 21723  args	./math/rand/regress_test.go	/^			var args []reflect.Value$/;"	v
 21724  args	./net/mockserver_test.go	/^	var args = []struct {$/;"	v
 21725  args	./os/exec/exec_test.go	/^					var args []string$/;"	v
 21726  args	./os/os_test.go	/^	var args []string$/;"	v
 21727  args	./reflect/value.go	/^	var args unsafe.Pointer$/;"	v
 21728  args	./runtime/cgocall.go	/^	type args struct {$/;"	t
 21729  args	./runtime/cgocall.go	/^	var args struct {$/;"	v
 21730  args	./runtime/runtime1.go	/^func args(c int32, v **byte) {$/;"	f
 21731  args	./runtime/syscall_solaris.go	/^	var args = [2]uintptr{uintptr(unsafe.Pointer(&cname[0])), _MAXHOSTNAMELEN}$/;"	v
 21732  argsFor	./cmd/asm/internal/lex/input.go	/^func (in *Input) argsFor(macro *Macro) map[string][]Token {$/;"	f
 21733  argslice	./cmd/vet/testdata/asm.go	/^func argslice(x, y []string)$/;"	f
 21734  argslice	./runtime/runtime.go	/^var argslice []string$/;"	v
 21735  argstr	./math/rand/regress_test.go	/^			var argstr string$/;"	v
 21736  argstring	./cmd/vet/testdata/asm.go	/^func argstring(x, y string)$/;"	f
 21737  argswords	./cmd/compile/internal/gc/plive.go	/^func argswords() int32 {$/;"	f
 21738  argument	./go/types/call.go	/^func (check *Checker) argument(sig *Signature, i int, x *operand, ellipsis token.Pos) {$/;"	f
 21739  arguments	./cmd/compile/internal/gc/syntax.go	/^	Noescape    bool  \/\/ func arguments do not escape; TODO(rsc): move Noescape to Func struct (see CL 7360)$/;"	f
 21740  arguments	./go/types/call.go	/^func (check *Checker) arguments(x *operand, call *ast.CallExpr, sig *Signature, arg getter, n int) {$/;"	f
 21741  arguments	./internal/trace/parser.go	/^\/\/ It does analyze and verify per-event-type arguments.$/;"	t
 21742  argv	./cmd/link/internal/ld/lib.go	/^	var argv []string$/;"	v
 21743  argv	./os/exec/exec.go	/^func (c *Cmd) argv() []string {$/;"	f
 21744  argv_index	./runtime/runtime1.go	/^func argv_index(argv **byte, i int32) *byte {$/;"	f
 21745  argvar	./cmd/compile/internal/gc/inl.go	/^func argvar(t *Type, i int) *Node {$/;"	f
 21746  argvp	./syscall/exec_windows.go	/^	var argvp *uint16$/;"	v
 21747  arhdr	./cmd/compile/internal/gc/obj.go	/^	var arhdr [ArhdrSize]byte$/;"	v
 21748  arhdr	./cmd/link/internal/ld/lib.go	/^	var arhdr ArHdr$/;"	v
 21749  arityMatch	./go/types/resolver.go	/^func (check *Checker) arityMatch(s, init *ast.ValueSpec) {$/;"	f
 21750  arm64Jump	./cmd/asm/internal/arch/arm64.go	/^var arm64Jump = map[string]bool{$/;"	v
 21751  arm64LS	./cmd/asm/internal/arch/arm64.go	/^var arm64LS = map[string]uint8{$/;"	v
 21752  arm64OperandTests	./cmd/asm/internal/asm/operand_test.go	/^var arm64OperandTests = []operandTest{$/;"	v
 21753  arm64RegisterNumber	./cmd/asm/internal/arch/arm64.go	/^func arm64RegisterNumber(name string, n int16) (int16, bool) {$/;"	f
 21754  armAddUint32	./sync/atomic/64bit_arm.go	/^func armAddUint32(addr *uint32, delta uint32) (new uint32)$/;"	f
 21755  armAddUint64	./sync/atomic/64bit_arm.go	/^func armAddUint64(addr *uint64, delta uint64) (new uint64)$/;"	f
 21756  armArch	./runtime/os_linux_arm.go	/^var armArch uint8 = 6 \/\/ we default to ARMv6$/;"	v
 21757  armCompareAndSwapUint32	./sync/atomic/64bit_arm.go	/^func armCompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool)$/;"	f
 21758  armCompareAndSwapUint64	./sync/atomic/64bit_arm.go	/^func armCompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool)$/;"	f
 21759  armCondCode	./cmd/internal/obj/util.go	/^var armCondCode = []string{$/;"	v
 21760  armJump	./cmd/asm/internal/arch/arm.go	/^var armJump = map[string]bool{$/;"	v
 21761  armLS	./cmd/asm/internal/arch/arm.go	/^var armLS = map[string]uint8{$/;"	v
 21762  armLoadUint64	./sync/atomic/64bit_arm.go	/^func armLoadUint64(addr *uint64) (val uint64)$/;"	f
 21763  armNeed	./cmd/objdump/objdump_test.go	/^var armNeed = []string{$/;"	v
 21764  armOperandTests	./cmd/asm/internal/asm/operand_test.go	/^var armOperandTests = []operandTest{$/;"	v
 21765  armRegisterNumber	./cmd/asm/internal/arch/arm.go	/^func armRegisterNumber(name string, n int16) (int16, bool) {$/;"	f
 21766  armSCOND	./cmd/asm/internal/arch/arm.go	/^var armSCOND = map[string]uint8{$/;"	v
 21767  armStoreUint64	./sync/atomic/64bit_arm.go	/^func armStoreUint64(addr *uint64, val uint64)$/;"	f
 21768  armSwapUint32	./sync/atomic/64bit_arm.go	/^func armSwapUint32(addr *uint32, new uint32) (old uint32)$/;"	f
 21769  armSwapUint64	./sync/atomic/64bit_arm.go	/^func armSwapUint64(addr *uint64, new uint64) (old uint64)$/;"	f
 21770  arout	./cmd/yacc/yacc.go	/^func arout(s string, v []int, n int) {$/;"	f
 21771  arr	./cmd/compile/internal/gc/walk.go	/^			\/\/ var arr [r]T$/;"	v
 21772  array	./debug/dwarf/testdata/typedef.c	/^	long long array[40];$/;"	m	struct:my_struct	file:
 21773  array	./debug/dwarf/testdata/typedef.c	/^	long long array[40];$/;"	m	union:my_union	file:
 21774  array	./encoding/gob/gobencdec_test.go	/^	var array ArrayStruct$/;"	v
 21775  array	./encoding/json/decode.go	/^func (d *decodeState) array(v reflect.Value) {$/;"	f
 21776  array	./fmt/fmt_test.go	/^var array = [5]int{1, 2, 3, 4, 5}$/;"	v
 21777  arrayAt	./reflect/value.go	/^func arrayAt(p unsafe.Pointer, i int, eltSize uintptr) unsafe.Pointer {$/;"	f
 21778  arrayEncoder	./encoding/json/encode.go	/^type arrayEncoder struct {$/;"	t
 21779  arrayInterface	./encoding/json/decode.go	/^func (d *decodeState) arrayInterface() []interface{} {$/;"	f
 21780  arrayLength	./go/types/typexpr.go	/^func (check *Checker) arrayLength(e ast.Expr) int64 {$/;"	f
 21781  arrayLit	./runtime/symtab_test.go	/^var arrayLit = [...]int{lineNumber(), \/\/ 20$/;"	v
 21782  arrayType	./encoding/gob/doc.go	/^	type arrayType struct {$/;"	t
 21783  arrayType	./encoding/gob/type.go	/^type arrayType struct {$/;"	t
 21784  arrayType	./reflect/type.go	/^type arrayType struct {$/;"	t
 21785  arrayValue	./encoding/gob/debug.go	/^func (deb *debugger) arrayValue(indent tab, wire *wireType) {$/;"	f
 21786  arraylit	./cmd/compile/internal/gc/sinit.go	/^func arraylit(ctxt int, pass int, n *Node, var_ *Node, init **NodeList) {$/;"	f
 21787  arrow	./go/parser/parser.go	/^	var arrow token.Pos$/;"	v
 21788  arsize	./cmd/compile/internal/gc/lex.go	/^func arsize(b *obj.Biobuf, name string) int {$/;"	f
 21789  artrim	./cmd/link/internal/ld/util.go	/^func artrim(x []byte) string {$/;"	f
 21790  aryeq	./cmd/yacc/yacc.go	/^func aryeq(a []int, b []int) int {$/;"	f
 21791  aryfil	./cmd/yacc/yacc.go	/^func aryfil(v []int, n, c int) {$/;"	f
 21792  as	./cmd/compile/internal/gc/inl.go	/^	var as *Node$/;"	v
 21793  as	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ Double-check use of type as embedded type.$/;"	t
 21794  as	./cmd/compile/internal/gc/walk.go	/^		\/\/ same type as the variable on the lhs.$/;"	t
 21795  as	./cmd/compile/internal/gc/walk.go	/^	var as *Node$/;"	v
 21796  as	./cmd/vet/shadow.go	/^with the same name and type as a variable in an outer scope,$/;"	t
 21797  as	./debug/dwarf/type.go	/^				err = DecodeError{name, kid.Offset, "cannot handle enumeration type as array bound"}$/;"	t
 21798  as	./encoding/gob/type_test.go	/^		t.Errorf("registration of [3]bool creates same type as [3]int")$/;"	t
 21799  as	./encoding/gob/type_test.go	/^		t.Errorf("registration of [3]int creates same type as [4]int")$/;"	t
 21800  as	./encoding/gob/type_test.go	/^		t.Errorf("registration of []bool creates same type as []int")$/;"	t
 21801  as	./encoding/gob/type_test.go	/^		t.Errorf("registration of map[string]bool creates same type as map[string]int")$/;"	t
 21802  as	./encoding/json/encode.go	/^\/\/ that type as its name, rather than being anonymous.$/;"	t
 21803  as	./go/types/selection.go	/^		\/\/ and an additional first argument with the same type as x.$/;"	t
 21804  as	./reflect/value.go	/^\/\/ the caller must pass the argument frame type as argtype, so that$/;"	t
 21805  as	./runtime/hashmap.go	/^	\/\/ type as containing no pointers. This avoids scanning such maps.$/;"	t
 21806  as	./runtime/stubs.go	/^\/\/ the caller should pass the argument frame type as argtype, so that$/;"	t
 21807  as	./syscall/ztypes_windows.go	/^\/\/ will be fixed to change variable type as suitable.$/;"	t
 21808  as2	./cmd/compile/internal/ppc64/prog.go	/^	var as2 int$/;"	v
 21809  as2variant	./cmd/compile/internal/ppc64/prog.go	/^func as2variant(as int) int {$/;"	f
 21810  asBytes	./database/sql/convert.go	/^func asBytes(buf []byte, rv reflect.Value) (b []byte, ok bool) {$/;"	f
 21811  asReader	./image/format.go	/^func asReader(r io.Reader) reader {$/;"	f
 21812  asString	./database/sql/convert.go	/^func asString(src interface{}) string {$/;"	f
 21813  ascii	./net/http/cookiejar/punycode.go	/^func ascii(s string) bool {$/;"	f
 21814  asciiAlpha	./html/template/transition.go	/^func asciiAlpha(c byte) bool {$/;"	f
 21815  asciiAlphaNum	./html/template/transition.go	/^func asciiAlphaNum(c byte) bool {$/;"	f
 21816  asciiEqualFold	./encoding/json/fold.go	/^func asciiEqualFold(s, t []byte) bool {$/;"	f
 21817  ascompatee	./cmd/compile/internal/gc/walk.go	/^func ascompatee(op int, nl *NodeList, nr *NodeList, init **NodeList) *NodeList {$/;"	f
 21818  ascompatee1	./cmd/compile/internal/gc/walk.go	/^func ascompatee1(op int, l *Node, r *Node, init **NodeList) *Node {$/;"	f
 21819  ascompatet	./cmd/compile/internal/gc/walk.go	/^func ascompatet(op int, nl *NodeList, nr **Type, fp int, init **NodeList) *NodeList {$/;"	f
 21820  ascompatte	./cmd/compile/internal/gc/walk.go	/^func ascompatte(op int, call *Node, isddd bool, nl **Type, lr *NodeList, fp int, init **NodeList) *NodeList {$/;"	f
 21821  asin	./math/all_test.go	/^var asin = []float64{$/;"	v
 21822  asin	./math/asin.go	/^func asin(x float64) float64 {$/;"	f
 21823  asin	./math/cmplx/cmath_test.go	/^var asin = []complex128{$/;"	v
 21824  asinSC	./math/all_test.go	/^var asinSC = []float64{$/;"	v
 21825  asinSC	./math/cmplx/cmath_test.go	/^var asinSC = []complex128{$/;"	v
 21826  asinh	./math/all_test.go	/^var asinh = []float64{$/;"	v
 21827  asinh	./math/cmplx/cmath_test.go	/^var asinh = []complex128{$/;"	v
 21828  asinhSC	./math/all_test.go	/^var asinhSC = []float64{$/;"	v
 21829  asinhSC	./math/cmplx/cmath_test.go	/^var asinhSC = []complex128{$/;"	v
 21830  asm	./cmd/pprof/internal/report/report.go	/^	var asm nodes$/;"	v
 21831  asm	./cmd/pprof/internal/report/source_html.go	/^    var asm = target.nextSibling;$/;"	v
 21832  asm	./cmd/pprof/pprof.go	/^	var asm []plugin.Inst$/;"	v
 21833  asmArch	./cmd/vet/asmdecl.go	/^type asmArch struct {$/;"	t
 21834  asmCheck	./cmd/vet/asmdecl.go	/^func asmCheck(pkg *Package) {$/;"	f
 21835  asmCheckVar	./cmd/vet/asmdecl.go	/^func asmCheckVar(badf func(string, ...interface{}), fn *asmFunc, line, expr string, off int, v *asmVar) {$/;"	f
 21836  asmData	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmData(word string, operands [][]lex.Token) {$/;"	f
 21837  asmFunc	./cmd/vet/asmdecl.go	/^type asmFunc struct {$/;"	t
 21838  asmFuncData	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmFuncData(word string, operands [][]lex.Token) {$/;"	f
 21839  asmGlobl	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmGlobl(word string, operands [][]lex.Token) {$/;"	f
 21840  asmInstruction	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmInstruction(op int, cond string, a []obj.Addr) {$/;"	f
 21841  asmJump	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmJump(op int, cond string, a []obj.Addr) {$/;"	f
 21842  asmKind	./cmd/vet/asmdecl.go	/^type asmKind int$/;"	t
 21843  asmOutput	./cmd/internal/obj/x86/obj6_test.go	/^func asmOutput(t *testing.T, s string) []byte {$/;"	f
 21844  asmPCData	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmPCData(word string, operands [][]lex.Token) {$/;"	f
 21845  asmParseDecl	./cmd/vet/asmdecl.go	/^func (f *File) asmParseDecl(decl *ast.FuncDecl) map[string]*asmFunc {$/;"	f
 21846  asmText	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) asmText(word string, operands [][]lex.Token) {$/;"	f
 21847  asmVar	./cmd/vet/asmdecl.go	/^type asmVar struct {$/;"	t
 21848  asmand	./cmd/internal/obj/x86/asm6.go	/^func asmand(ctxt *obj.Link, p *obj.Prog, a *obj.Addr, ra *obj.Addr) {$/;"	f
 21849  asmando	./cmd/internal/obj/x86/asm6.go	/^func asmando(ctxt *obj.Link, p *obj.Prog, a *obj.Addr, o int) {$/;"	f
 21850  asmandsz	./cmd/internal/obj/x86/asm6.go	/^func asmandsz(ctxt *obj.Link, p *obj.Prog, a *obj.Addr, r int, rex int, m64 int) {$/;"	f
 21851  asmb	./cmd/link/internal/amd64/asm.go	/^func asmb() {$/;"	f
 21852  asmb	./cmd/link/internal/arm/asm.go	/^func asmb() {$/;"	f
 21853  asmb	./cmd/link/internal/arm64/asm.go	/^func asmb() {$/;"	f
 21854  asmb	./cmd/link/internal/ppc64/asm.go	/^func asmb() {$/;"	f
 21855  asmb	./cmd/link/internal/x86/asm.go	/^func asmb() {$/;"	f
 21856  asmcgocall	./runtime/stubs.go	/^func asmcgocall(fn, arg unsafe.Pointer) int32$/;"	f
 21857  asmhdr	./cmd/compile/internal/gc/go.go	/^var asmhdr string$/;"	v
 21858  asmidx	./cmd/internal/obj/x86/asm6.go	/^func asmidx(ctxt *obj.Link, scale int, index int, base int) {$/;"	f
 21859  asminit	./runtime/stubs.go	/^func asminit()$/;"	f
 21860  asmins	./cmd/internal/obj/x86/asm6.go	/^func asmins(ctxt *obj.Link, p *obj.Prog) {$/;"	f
 21861  asmlist	./cmd/compile/internal/gc/export.go	/^var asmlist *NodeList$/;"	v
 21862  asmout	./cmd/internal/obj/arm/asm5.go	/^func asmout(ctxt *obj.Link, p *obj.Prog, o *Optab, out []uint32) {$/;"	f
 21863  asmout	./cmd/internal/obj/arm64/asm7.go	/^func asmout(ctxt *obj.Link, p *obj.Prog, o *Optab, out []uint32) {$/;"	f
 21864  asmout	./cmd/internal/obj/ppc64/asm9.go	/^func asmout(ctxt *obj.Link, p *obj.Prog, o *Optab, out []uint32) {$/;"	f
 21865  asmoutnacl	./cmd/internal/obj/arm/asm5.go	/^func asmoutnacl(ctxt *obj.Link, origPC int32, p *obj.Prog, o *Optab, out []uint32) int {$/;"	f
 21866  asmstdcall	./runtime/os1_windows.go	/^func asmstdcall(fn unsafe.Pointer)$/;"	f
 21867  asmstdcallAddr	./runtime/os1_windows.go	/^var asmstdcallAddr unsafe.Pointer$/;"	v
 21868  asmsysvicall6	./runtime/os_solaris.go	/^var asmsysvicall6 libcFunc$/;"	v
 21869  asn1BitLength	./crypto/x509/x509.go	/^func asn1BitLength(bitString []byte) int {$/;"	f
 21870  assemblyPerSourceLine	./cmd/pprof/internal/report/source.go	/^func assemblyPerSourceLine(objSyms []*objSymbol, rs nodes, src string, obj plugin.ObjTool) map[int]nodes {$/;"	f
 21871  assert	./crypto/crypto.go	/^	\/\/ to type assert opts to other types in order to obtain algorithm$/;"	t
 21872  assert	./go/parser/parser.go	/^func assert(cond bool, msg string) {$/;"	f
 21873  assert	./go/printer/testdata/parser.go	/^func assert(cond bool, msg string) {$/;"	f
 21874  assert	./go/types/errors.go	/^func assert(p bool) {$/;"	f
 21875  assert	./reflect/all_test.go	/^func assert(t *testing.T, s, want string) {$/;"	f
 21876  assertE2E	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertE2E(typ *byte, iface any, ret *any)$/;"	f
 21877  assertE2E	./runtime/iface.go	/^func assertE2E(inter *interfacetype, e interface{}, r *interface{}) {$/;"	f
 21878  assertE2E2	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertE2E2(typ *byte, iface any, ret *any) bool$/;"	f
 21879  assertE2E2	./runtime/iface.go	/^func assertE2E2(inter *interfacetype, e interface{}, r *interface{}) bool {$/;"	f
 21880  assertE2I	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertE2I(typ *byte, iface any, ret *any)$/;"	f
 21881  assertE2I	./runtime/iface.go	/^func assertE2I(inter *interfacetype, e interface{}, r *fInterface) {$/;"	f
 21882  assertE2I2	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertE2I2(typ *byte, iface any, ret *any) bool$/;"	f
 21883  assertE2I2	./runtime/iface.go	/^func assertE2I2(inter *interfacetype, e interface{}, r *fInterface) bool {$/;"	f
 21884  assertE2T	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertE2T(typ *byte, iface any, ret *any)$/;"	f
 21885  assertE2T	./runtime/iface.go	/^func assertE2T(t *_type, e interface{}, r unsafe.Pointer) {$/;"	f
 21886  assertE2T2	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertE2T2(typ *byte, iface any, ret *any) bool$/;"	f
 21887  assertE2T2	./runtime/iface.go	/^func assertE2T2(t *_type, e interface{}, r unsafe.Pointer) bool {$/;"	f
 21888  assertI2E	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertI2E(typ *byte, iface any, ret *any)$/;"	f
 21889  assertI2E	./runtime/iface.go	/^func assertI2E(inter *interfacetype, i fInterface, r *interface{}) {$/;"	f
 21890  assertI2E2	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertI2E2(typ *byte, iface any, ret *any) bool$/;"	f
 21891  assertI2E2	./runtime/iface.go	/^func assertI2E2(inter *interfacetype, i fInterface, r *interface{}) bool {$/;"	f
 21892  assertI2I	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertI2I(typ *byte, iface any, ret *any)$/;"	f
 21893  assertI2I	./runtime/iface.go	/^func assertI2I(inter *interfacetype, i fInterface, r *fInterface) {$/;"	f
 21894  assertI2I2	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertI2I2(typ *byte, iface any, ret *any) bool$/;"	f
 21895  assertI2I2	./runtime/iface.go	/^func assertI2I2(inter *interfacetype, i fInterface, r *fInterface) bool {$/;"	f
 21896  assertI2T	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertI2T(typ *byte, iface any, ret *any)$/;"	f
 21897  assertI2T	./runtime/iface.go	/^func assertI2T(t *_type, i fInterface, r unsafe.Pointer) {$/;"	f
 21898  assertI2T2	./cmd/compile/internal/gc/builtin/runtime.go	/^func assertI2T2(typ *byte, iface any, ret *any) bool$/;"	f
 21899  assertI2T2	./runtime/iface.go	/^func assertI2T2(t *_type, i fInterface, r unsafe.Pointer) bool {$/;"	f
 21900  assertVar	./cmd/api/testdata/src/pkg/p1/p1.go	/^var assertVar = ifaceVar.(int)$/;"	v
 21901  assertableTo	./go/types/lookup.go	/^func assertableTo(V *Interface, T Type) (method *Func, wrongType bool) {$/;"	f
 21902  assertion	./cmd/compile/internal/gc/gen.go	/^		Warn("type assertion inlined")$/;"	t
 21903  assertion	./cmd/compile/internal/gc/lex.go	/^	{"typeassert", &Debug_typeassert}, \/\/ print information about type assertion inlining$/;"	t
 21904  assertion	./cmd/compile/internal/gc/subr.go	/^			*why = ": need type assertion"$/;"	t
 21905  assertion	./cmd/compile/internal/gc/typecheck.go	/^					Yyerror("impossible type assertion:\\n\\t%v does not implement %v (%v method has pointer receiver)", n.Type, t, missing.Sym)$/;"	t
 21906  assertion	./cmd/compile/internal/gc/typecheck.go	/^					Yyerror("impossible type assertion:\\n\\t%v does not implement %v (missing %v method)", n.Type, t, missing.Sym)$/;"	t
 21907  assertion	./cmd/compile/internal/gc/typecheck.go	/^					Yyerror("impossible type assertion:\\n\\t%v does not implement %v (missing %v method)\\n"+"\\t\\thave %v%v\\n\\t\\twant %v%v", n.Type, t, missing.Sym, have.Sym, Tconv(have.Type, obj.FmtShort|obj.FmtByte), missing.Sym, Tconv(missing.Type, obj.FmtShort|obj.FmtByte))$/;"	t
 21908  assertion	./cmd/compile/internal/gc/typecheck.go	/^					Yyerror("impossible type assertion:\\n\\t%v does not implement %v (wrong type for %v method)\\n"+"\\t\\thave %v%v\\n\\t\\twant %v%v", n.Type, t, missing.Sym, have.Sym, Tconv(have.Type, obj.FmtShort|obj.FmtByte), missing.Sym, Tconv(missing.Type, obj.FmtShort|obj.FmtByte))$/;"	t
 21909  assertion	./cmd/compile/internal/gc/typecheck.go	/^			Yyerror("invalid type assertion: %v (non-interface type %v on left)", n, t)$/;"	t
 21910  assertion	./cmd/compile/internal/gc/walk.go	/^					Warn("type assertion (ok only) inlined")$/;"	t
 21911  assertion	./cmd/compile/internal/gc/walk.go	/^				Warn("type assertion not inlined")$/;"	t
 21912  assertion	./cmd/compile/internal/gc/walk.go	/^			Warn("type assertion not inlined")$/;"	t
 21913  assertion	./go/ast/ast.go	/^	\/\/ type assertion.$/;"	t
 21914  assertion	./go/parser/parser.go	/^				p.errorExpected(pos, "selector or type assertion")$/;"	t
 21915  assertion	./go/parser/parser.go	/^		\/\/ If t.Type == nil we have a type assertion of the form$/;"	t
 21916  assertion	./go/parser/parser_test.go	/^		const wantErr = "expected selector or type assertion"$/;"	t
 21917  assertion	./go/printer/testdata/parser.go	/^				p.errorExpected(pos, "selector or type assertion")$/;"	t
 21918  assertion	./go/printer/testdata/parser.go	/^			return a.Type != nil \/\/ regular type assertion$/;"	t
 21919  assertion	./go/types/check.go	/^\/\/ - A type assertion x.(T) where T is an interface type$/;"	t
 21920  assertion	./go/types/lookup.go	/^\/\/ present in V have matching types (e.g., for a type assertion x.(T) where$/;"	t
 21921  assertion	./html/template/escape_test.go	/^\/\/ This is a test for issue 7379: type assertion error caused panic, and then$/;"	t
 21922  assertion	./runtime/error.go	/^\/\/ A TypeAssertionError explains a failed type assertion.$/;"	t
 21923  assertions	./cmd/compile/internal/gc/builtin/runtime.go	/^\/\/ interface type assertions  x.(T)$/;"	t
 21924  assertions	./cmd/compile/internal/gc/swt.go	/^	okname   *Node \/\/ boolean node used for comma-ok type assertions$/;"	t
 21925  assertions	./text/template/parse/node.go	/^	\/\/ To avoid type assertions, some XxxNodes also have specialized$/;"	t
 21926  assignEncodingAndSize	./compress/flate/huffman_code.go	/^func (h *huffmanEncoder) assignEncodingAndSize(bitCount []int32, list []literalNode) {$/;"	f
 21927  assignOp	./go/types/stmt.go	/^func assignOp(op token.Token) token.Token {$/;"	f
 21928  assignOps	./go/types/token_test.go	/^var assignOps = map[token.Token]token.Token{$/;"	v
 21929  assignTo	./reflect/value.go	/^func (v Value) assignTo(context string, dst *rtype, target unsafe.Pointer) Value {$/;"	f
 21930  assignVar	./go/types/assignments.go	/^func (check *Checker) assignVar(lhs ast.Expr, x *operand) Type {$/;"	f
 21931  assignVars	./go/types/assignments.go	/^func (check *Checker) assignVars(lhs, rhs []ast.Expr) {$/;"	f
 21932  assignableTests	./reflect/set_test.go	/^var assignableTests = []struct {$/;"	v
 21933  assignableTo	./go/types/operand.go	/^func (x *operand) assignableTo(conf *Config, T Type) bool {$/;"	f
 21934  assignconv	./cmd/compile/internal/gc/subr.go	/^func assignconv(n *Node, t *Type, context string) *Node {$/;"	f
 21935  assignconvfn	./cmd/compile/internal/gc/subr.go	/^func assignconvfn(n *Node, t *Type, context func() string) *Node {$/;"	f
 21936  assignment	./go/types/assignments.go	/^func (check *Checker) assignment(x *operand, T Type) bool {$/;"	f
 21937  assignop	./cmd/compile/internal/gc/subr.go	/^func assignop(src *Type, dst *Type, why *string) int {$/;"	f
 21938  assignsTo	./cmd/fix/fix.go	/^func assignsTo(x *ast.Ident, scope []ast.Stmt) bool {$/;"	f
 21939  assoc	./go/ast/commentmap.go	/^			var assoc Node$/;"	v
 21940  assocMethod	./go/types/check.go	/^func (check *Checker) assocMethod(tname string, meth *Func) {$/;"	f
 21941  associate	./text/template/template.go	/^func (t *Template) associate(new *Template, tree *parse.Tree) (bool, error) {$/;"	f
 21942  associated	./encoding/gob/type.go	/^\/\/ Name returns the name of the type associated with the typeId.$/;"	t
 21943  associated	./encoding/gob/type.go	/^\/\/ string returns the string representation of the type associated with the typeId.$/;"	t
 21944  associated	./go/internal/gcimporter/gcimporter.go	/^	\/\/ have a type associated with it. We still need to parse the type$/;"	t
 21945  associated	./mime/type.go	/^\/\/ AddExtensionType sets the MIME type associated with$/;"	t
 21946  associated	./mime/type.go	/^\/\/ TypeByExtension returns the MIME type associated with the file extension ext.$/;"	t
 21947  ast	./cmd/cgo/out.go	/^					func(i int, atype ast.Expr) {$/;"	t
 21948  ast	./cmd/cgo/out.go	/^				func(i int, atype ast.Expr) {$/;"	t
 21949  ast	./cmd/cgo/out.go	/^			func(i int, atype ast.Expr) { resultCount++ })$/;"	t
 21950  ast	./cmd/cgo/out.go	/^			func(i int, atype ast.Expr) {$/;"	t
 21951  astFiles	./cmd/vet/main.go	/^	var astFiles []*ast.File$/;"	v
 21952  async	./runtime/chanbarrier_test.go	/^	type async struct {$/;"	t
 21953  at	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) at(next ...lex.ScanToken) bool {$/;"	f
 21954  at	./cmd/compile/internal/big/hilbert_test.go	/^func (a *matrix) at(i, j int) *Rat {$/;"	f
 21955  at	./debug/dwarf/type.go	/^		return nil, DecodeError{name, off, "no type at offset"}$/;"	t
 21956  at	./debug/dwarf/type.go	/^\/\/ Type reads the type at off in the DWARF ``info'' section.$/;"	t
 21957  at	./encoding/gob/type.go	/^	\/\/ pp 539-540.  As we step through indirections, run another type at$/;"	t
 21958  at	./go/types/lookup.go	/^					\/\/ (note that multiples of this type at the current depth$/;"	t
 21959  at	./go/types/lookup.go	/^					\/\/ this same type at the current depth, so we can ignore$/;"	t
 21960  at	./go/types/lookup.go	/^					\/\/ were consolidated before). The type at that depth shadows$/;"	t
 21961  at	./go/types/methodset.go	/^					\/\/ (note that multiples of this type at the current depth$/;"	t
 21962  at	./go/types/methodset.go	/^					\/\/ this same type at the current depth, so we can ignore$/;"	t
 21963  at	./go/types/methodset.go	/^					\/\/ were consolidated before). The type at that depth shadows$/;"	t
 21964  at	./index/suffixarray/suffixarray.go	/^func (x *Index) at(i int) []byte {$/;"	f
 21965  at	./index/suffixarray/suffixarray_test.go	/^func (a *index) at(i int) []byte    { return a.data[a.sa[i]:] }$/;"	f
 21966  at	./math/big/hilbert_test.go	/^func (a *matrix) at(i, j int) *Rat {$/;"	f
 21967  at	./text/template/exec.go	/^func (s *state) at(node parse.Node) {$/;"	f
 21968  atComma	./go/parser/parser.go	/^func (p *parser) atComma(context string, follow token.Token) bool {$/;"	f
 21969  atExitFuncs	./cmd/compile/internal/gc/util.go	/^var atExitFuncs []func()$/;"	v
 21970  atExitFuncs	./cmd/link/internal/ld/util.go	/^var atExitFuncs []func()$/;"	v
 21971  atLineBegin	./go/printer/printer.go	/^func (p *printer) atLineBegin(pos token.Position) {$/;"	f
 21972  atRegisterShift	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) atRegisterShift() bool {$/;"	f
 21973  atStartOfRegister	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) atStartOfRegister(name string) bool {$/;"	f
 21974  atTerminator	./text/template/parse/lex.go	/^func (l *lexer) atTerminator() bool {$/;"	f
 21975  atan	./math/all_test.go	/^var atan = []float64{$/;"	v
 21976  atan	./math/atan.go	/^func atan(x float64) float64 {$/;"	f
 21977  atan	./math/cmplx/cmath_test.go	/^var atan = []complex128{$/;"	v
 21978  atan2	./math/all_test.go	/^var atan2 = []float64{$/;"	v
 21979  atan2	./math/atan2.go	/^func atan2(y, x float64) float64 {$/;"	f
 21980  atan2SC	./math/all_test.go	/^var atan2SC = []float64{$/;"	v
 21981  atanSC	./math/all_test.go	/^var atanSC = []float64{$/;"	v
 21982  atanSC	./math/cmplx/cmath_test.go	/^var atanSC = []complex128{$/;"	v
 21983  atanh	./math/all_test.go	/^var atanh = []float64{$/;"	v
 21984  atanh	./math/cmplx/cmath_test.go	/^var atanh = []complex128{$/;"	v
 21985  atanhSC	./math/all_test.go	/^var atanhSC = []float64{$/;"	v
 21986  atanhSC	./math/cmplx/cmath_test.go	/^var atanhSC = []complex128{$/;"	v
 21987  atexit	./cmd/go/main.go	/^func atexit(f func()) {$/;"	f
 21988  atexitFuncs	./cmd/go/main.go	/^var atexitFuncs []func()$/;"	v
 21989  atexits	./cmd/dist/util.go	/^var atexits []func()$/;"	v
 21990  atextChars	./net/mail/message.go	/^var atextChars = []byte("ABCDEFGHIJKLMNOPQRSTUVWXYZ" +$/;"	v
 21991  atime	./os/stat_darwin.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21992  atime	./os/stat_dragonfly.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21993  atime	./os/stat_freebsd.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21994  atime	./os/stat_linux.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21995  atime	./os/stat_nacl.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21996  atime	./os/stat_netbsd.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21997  atime	./os/stat_openbsd.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21998  atime	./os/stat_plan9.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 21999  atime	./os/stat_solaris.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 22000  atime	./os/types_windows.go	/^func atime(fi FileInfo) time.Time {$/;"	f
 22001  atime	./syscall/fs_nacl.go	/^func (fs *fsys) atime(ip *inode) {$/;"	f
 22002  atobTest	./strconv/atob_test.go	/^type atobTest struct {$/;"	t
 22003  atobtests	./strconv/atob_test.go	/^var atobtests = []atobTest{$/;"	v
 22004  atof	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) atof(str string) float64 {$/;"	f
 22005  atof32	./strconv/atof.go	/^func atof32(s string) (f float32, err error) {$/;"	f
 22006  atof32exact	./strconv/atof.go	/^func atof32exact(mantissa uint64, exp int, neg bool) (f float32, ok bool) {$/;"	f
 22007  atof32tests	./strconv/atof_test.go	/^var atof32tests = []atofTest{$/;"	v
 22008  atof64	./strconv/atof.go	/^func atof64(s string) (f float64, err error) {$/;"	f
 22009  atof64exact	./strconv/atof.go	/^func atof64exact(mantissa uint64, exp int, neg bool) (f float64, ok bool) {$/;"	f
 22010  atofSimpleTest	./strconv/atof_test.go	/^type atofSimpleTest struct {$/;"	t
 22011  atofTest	./strconv/atof_test.go	/^type atofTest struct {$/;"	t
 22012  atoftests	./strconv/atof_test.go	/^var atoftests = []atofTest{$/;"	v
 22013  atoi	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) atoi(str string) uint64 {$/;"	f
 22014  atoi	./cmd/compile/internal/gc/util.go	/^func atoi(s string) int {$/;"	f
 22015  atoi	./runtime/string.go	/^func atoi(s string) int {$/;"	f
 22016  atoi	./syscall/syscall_plan9.go	/^func atoi(b []byte) (n uint) {$/;"	f
 22017  atoi	./time/format.go	/^func atoi(s string) (x int, err error) {$/;"	f
 22018  atoi32Test	./strconv/atoi_test.go	/^type atoi32Test struct {$/;"	t
 22019  atoi32tests	./strconv/atoi_test.go	/^var atoi32tests = []atoi32Test{$/;"	v
 22020  atoi64Test	./strconv/atoi_test.go	/^type atoi64Test struct {$/;"	t
 22021  atoi64tests	./strconv/atoi_test.go	/^var atoi64tests = []atoi64Test{$/;"	v
 22022  atoiError	./time/format.go	/^var atoiError = errors.New("time: invalid number")$/;"	v
 22023  atolwhex	./cmd/link/internal/ld/ld.go	/^func atolwhex(s string) int64 {$/;"	f
 22024  atolwhex	./runtime/os_plan9.go	/^func atolwhex(p string) int64 {$/;"	f
 22025  atomFeed	./encoding/xml/read_test.go	/^var atomFeed = Feed{$/;"	v
 22026  atomValue	./encoding/xml/atom_test.go	/^var atomValue = &Feed{$/;"	v
 22027  atomXml	./encoding/xml/atom_test.go	/^var atomXml = `` +$/;"	v
 22028  atomicCounterStmt	./cmd/cover/cover.go	/^func atomicCounterStmt(f *File, counter ast.Expr) ast.Stmt {$/;"	f
 22029  atomicWasCanceled	./net/http/client.go	/^	var atomicWasCanceled int32 \/\/ atomic bool (1 or 0)$/;"	v
 22030  atomicand8	./runtime/atomic_386.go	/^func atomicand8(ptr *uint8, val uint8)$/;"	f
 22031  atomicand8	./runtime/atomic_amd64x.go	/^func atomicand8(ptr *uint8, val uint8)$/;"	f
 22032  atomicand8	./runtime/atomic_arm.go	/^func atomicand8(addr *uint8, v uint8) {$/;"	f
 22033  atomicand8	./runtime/atomic_arm64.go	/^func atomicand8(addr *uint8, v uint8) {$/;"	f
 22034  atomicand8	./runtime/atomic_ppc64x.go	/^func atomicand8(ptr *uint8, val uint8)$/;"	f
 22035  atomicload	./runtime/atomic_386.go	/^func atomicload(ptr *uint32) uint32 {$/;"	f
 22036  atomicload	./runtime/atomic_amd64x.go	/^func atomicload(ptr *uint32) uint32 {$/;"	f
 22037  atomicload	./runtime/atomic_arm.go	/^func atomicload(addr *uint32) uint32 {$/;"	f
 22038  atomicload	./runtime/atomic_arm64.go	/^func atomicload(ptr *uint32) uint32$/;"	f
 22039  atomicload	./runtime/atomic_ppc64x.go	/^func atomicload(ptr *uint32) uint32$/;"	f
 22040  atomicload64	./runtime/atomic_386.go	/^func atomicload64(ptr *uint64) uint64$/;"	f
 22041  atomicload64	./runtime/atomic_amd64x.go	/^func atomicload64(ptr *uint64) uint64 {$/;"	f
 22042  atomicload64	./runtime/atomic_arm.go	/^func atomicload64(addr *uint64) uint64 {$/;"	f
 22043  atomicload64	./runtime/atomic_arm64.go	/^func atomicload64(ptr *uint64) uint64$/;"	f
 22044  atomicload64	./runtime/atomic_ppc64x.go	/^func atomicload64(ptr *uint64) uint64$/;"	f
 22045  atomicloadint64	./runtime/stubs.go	/^func atomicloadint64(ptr *int64) int64 {$/;"	f
 22046  atomicloadp	./runtime/atomic_386.go	/^func atomicloadp(ptr unsafe.Pointer) unsafe.Pointer {$/;"	f
 22047  atomicloadp	./runtime/atomic_amd64x.go	/^func atomicloadp(ptr unsafe.Pointer) unsafe.Pointer {$/;"	f
 22048  atomicloadp	./runtime/atomic_arm.go	/^func atomicloadp(addr unsafe.Pointer) unsafe.Pointer {$/;"	f
 22049  atomicloadp	./runtime/atomic_arm64.go	/^func atomicloadp(ptr unsafe.Pointer) unsafe.Pointer$/;"	f
 22050  atomicloadp	./runtime/atomic_ppc64x.go	/^func atomicloadp(ptr unsafe.Pointer) unsafe.Pointer$/;"	f
 22051  atomicloaduint	./runtime/stubs.go	/^func atomicloaduint(ptr *uint) uint$/;"	f
 22052  atomicloaduintptr	./runtime/stubs.go	/^func atomicloaduintptr(ptr *uintptr) uintptr$/;"	f
 22053  atomicor8	./runtime/atomic_386.go	/^func atomicor8(ptr *uint8, val uint8)$/;"	f
 22054  atomicor8	./runtime/atomic_amd64x.go	/^func atomicor8(ptr *uint8, val uint8)$/;"	f
 22055  atomicor8	./runtime/atomic_arm.go	/^func atomicor8(addr *uint8, v uint8) {$/;"	f
 22056  atomicor8	./runtime/atomic_arm64.go	/^func atomicor8(addr *uint8, v uint8) {$/;"	f
 22057  atomicor8	./runtime/atomic_ppc64x.go	/^func atomicor8(ptr *uint8, val uint8)$/;"	f
 22058  atomicstore	./runtime/atomic_386.go	/^func atomicstore(ptr *uint32, val uint32)$/;"	f
 22059  atomicstore	./runtime/atomic_amd64x.go	/^func atomicstore(ptr *uint32, val uint32)$/;"	f
 22060  atomicstore	./runtime/atomic_arm.go	/^func atomicstore(addr *uint32, v uint32) {$/;"	f
 22061  atomicstore	./runtime/atomic_arm64.go	/^func atomicstore(ptr *uint32, val uint32)$/;"	f
 22062  atomicstore	./runtime/atomic_ppc64x.go	/^func atomicstore(ptr *uint32, val uint32)$/;"	f
 22063  atomicstore64	./runtime/atomic_386.go	/^func atomicstore64(ptr *uint64, val uint64)$/;"	f
 22064  atomicstore64	./runtime/atomic_amd64x.go	/^func atomicstore64(ptr *uint64, val uint64)$/;"	f
 22065  atomicstore64	./runtime/atomic_arm.go	/^func atomicstore64(addr *uint64, v uint64) {$/;"	f
 22066  atomicstore64	./runtime/atomic_arm64.go	/^func atomicstore64(ptr *uint64, val uint64)$/;"	f
 22067  atomicstore64	./runtime/atomic_ppc64x.go	/^func atomicstore64(ptr *uint64, val uint64)$/;"	f
 22068  atomicstoreint64	./runtime/stubs.go	/^func atomicstoreint64(ptr *int64, new int64) {$/;"	f
 22069  atomicstorep	./runtime/atomic_pointer.go	/^func atomicstorep(ptr unsafe.Pointer, new unsafe.Pointer) {$/;"	f
 22070  atomicstorep1	./runtime/atomic_386.go	/^func atomicstorep1(ptr unsafe.Pointer, val unsafe.Pointer)$/;"	f
 22071  atomicstorep1	./runtime/atomic_amd64x.go	/^func atomicstorep1(ptr unsafe.Pointer, val unsafe.Pointer)$/;"	f
 22072  atomicstorep1	./runtime/atomic_arm.go	/^func atomicstorep1(addr unsafe.Pointer, v unsafe.Pointer) {$/;"	f
 22073  atomicstorep1	./runtime/atomic_arm64.go	/^func atomicstorep1(ptr unsafe.Pointer, val unsafe.Pointer)$/;"	f
 22074  atomicstorep1	./runtime/atomic_ppc64x.go	/^func atomicstorep1(ptr unsafe.Pointer, val unsafe.Pointer)$/;"	f
 22075  atomicstoreuintptr	./runtime/stubs.go	/^func atomicstoreuintptr(ptr *uintptr, new uintptr)$/;"	f
 22076  atos	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) atos(str string) string {$/;"	f
 22077  atoui32Test	./strconv/atoi_test.go	/^type atoui32Test struct {$/;"	t
 22078  atoui32tests	./strconv/atoi_test.go	/^var atoui32tests = []atoui32Test{$/;"	v
 22079  atoui64Test	./strconv/atoi_test.go	/^type atoui64Test struct {$/;"	t
 22080  atoui64tests	./strconv/atoi_test.go	/^var atoui64tests = []atoui64Test{$/;"	v
 22081  attempts	./net/dial_test.go	/^	var attempts int$/;"	v
 22082  attr	./cmd/link/internal/ld/dwarf.go	/^	DW_ABRV_BARE_PTRTYPE \/\/ only for void*, no DW_AT_type attr to please gdb 6.$/;"	t
 22083  attr	./crypto/x509/x509.go	/^		var attr pkix.AttributeTypeAndValueSET$/;"	v
 22084  attr	./html/template/context.go	/^type attr uint8$/;"	t
 22085  attrEscaper	./html/template/html.go	/^func attrEscaper(args ...interface{}) string {$/;"	f
 22086  attrIsExprloc	./debug/dwarf/entry.go	/^var attrIsExprloc = map[Attr]bool{$/;"	v
 22087  attrList	./syscall/syscall_darwin.go	/^type attrList struct {$/;"	t
 22088  attrNames	./debug/dwarf/const.go	/^var attrNames = [...]string{$/;"	v
 22089  attrNames	./html/template/context.go	/^var attrNames = [...]string{$/;"	v
 22090  attrPtrClass	./debug/dwarf/entry.go	/^var attrPtrClass = map[Attr]Class{$/;"	v
 22091  attrStartStates	./html/template/transition.go	/^var attrStartStates = [...]state{$/;"	v
 22092  attrType	./html/template/attr.go	/^func attrType(name string) contentType {$/;"	f
 22093  attrTypeMap	./html/template/attr.go	/^var attrTypeMap = map[string]contentType{$/;"	v
 22094  attrValue	./cmd/go/discovery.go	/^func attrValue(attrs []xml.Attr, name string) string {$/;"	f
 22095  attributes	./cmd/link/internal/ld/dwarf.go	/^\/\/ Go-specific type attributes.$/;"	t
 22096  attributes	./crypto/x509/x509.go	/^	var attributes []pkix.AttributeTypeAndValueSET$/;"	v
 22097  attrs	./cmd/pprof/internal/profile/legacy_profile.go	/^	var attrs []string$/;"	v
 22098  attrs	./syscall/netlink_linux.go	/^	var attrs []NetlinkRouteAttr$/;"	v
 22099  attrval	./encoding/xml/xml.go	/^func (d *Decoder) attrval() []byte {$/;"	f
 22100  au	./sort/example_keys_test.go	/^type au float64$/;"	t
 22101  aus	./time/zoneinfo_windows.go	/^var aus = syscall.Timezoneinformation{$/;"	v
 22102  auth	./crypto/cipher/gcm.go	/^func (g *gcm) auth(out, ciphertext, additionalData []byte, tagMask *[gcmTagSize]byte) {$/;"	f
 22103  authFailedClient	./net/smtp/smtp_test.go	/^var authFailedClient = `EHLO localhost$/;"	v
 22104  authFailedServer	./net/smtp/smtp_test.go	/^var authFailedServer = `220 hello world$/;"	v
 22105  authKeyId	./crypto/x509/x509.go	/^type authKeyId struct {$/;"	t
 22106  authTest	./net/smtp/smtp_test.go	/^type authTest struct {$/;"	t
 22107  authTests	./net/smtp/smtp_test.go	/^var authTests = []authTest{$/;"	v
 22108  authority	./net/url/url.go	/^		var authority string$/;"	v
 22109  authorityInfoAccess	./crypto/x509/x509.go	/^type authorityInfoAccess struct {$/;"	t
 22110  autoClose	./encoding/xml/xml.go	/^func (d *Decoder) autoClose(t Token) (Token, bool) {$/;"	f
 22111  autoclass	./cmd/internal/obj/arm64/asm7.go	/^func autoclass(l int64) int {$/;"	f
 22112  autoexport	./cmd/compile/internal/gc/export.go	/^func autoexport(n *Node, ctxt uint8) {$/;"	f
 22113  auxfound	./runtime/sys_nacl_amd64p32.s	/^auxfound:$/;"	l
 22114  auxloop	./runtime/sys_nacl_amd64p32.s	/^auxloop:$/;"	l
 22115  avalancheTest1	./runtime/hash_test.go	/^func avalancheTest1(t *testing.T, k Key) {$/;"	f
 22116  averageDelta	./image/gif/writer_test.go	/^func averageDelta(m0, m1 image.Image) int64 {$/;"	f
 22117  averageDelta	./image/jpeg/writer_test.go	/^func averageDelta(m0, m1 image.Image) int64 {$/;"	f
 22118  avoids	./runtime/proc_test.go	/^\/\/ Declaring a var avoids inlining at the call site.$/;"	v
 22119  await	./syscall/zsyscall_plan9_386.go	/^func await(s []byte) (n int, err error) {$/;"	f
 22120  await	./syscall/zsyscall_plan9_amd64.go	/^func await(s []byte) (n int, err error) {$/;"	f
 22121  await	./time/sleep_test.go	/^func await(slot int, result chan<- afterResult, ac <-chan Time) {$/;"	f
 22122  awayFromTTY	./cmd/pprof/internal/commands/commands.go	/^func awayFromTTY(format string) PostProcessor {$/;"	f
 22123  ax	./cmd/compile/internal/amd64/ggen.go	/^	var ax gc.Node$/;"	v
 22124  ax	./cmd/compile/internal/x86/cgen64.go	/^	var ax gc.Node$/;"	v
 22125  ax	./cmd/compile/internal/x86/ggen.go	/^		var ax, n2, tmp gc.Node$/;"	v
 22126  ax	./cmd/compile/internal/x86/ggen.go	/^	var ax gc.Node$/;"	v
 22127  ax	./cmd/compile/internal/x86/gsubr.go	/^		var ax gc.Node$/;"	v
 22128  b0	./compress/zlib/writer_test.go	/^	var b0 []byte$/;"	v
 22129  b0	./encoding/base32/base32.go	/^		var b0, b1, b2, b3, b4, b5, b6, b7 byte$/;"	v
 22130  b0	./encoding/xml/xml.go	/^				var b0, b1 byte$/;"	v
 22131  b0	./encoding/xml/xml.go	/^			var b0, b1 byte$/;"	v
 22132  b0	./encoding/xml/xml.go	/^		var b0 byte$/;"	v
 22133  b0	./encoding/xml/xml.go	/^	var b0, b1 byte$/;"	v
 22134  b0	./path/filepath/path.go	/^	var b0, bi, t0, ti int$/;"	v
 22135  b1	./compress/flate/deflate_test.go	/^	var b1 bytes.Buffer$/;"	v
 22136  b1	./encoding/gob/encoder_test.go	/^	var b1 Bug2$/;"	v
 22137  b1	./image/png/writer_test.go	/^	var b1, b2 bytes.Buffer$/;"	v
 22138  b2	./bytes/compare_test.go	/^	var b2 []byte$/;"	v
 22139  b2	./encoding/binary/binary_test.go	/^	var b2 BlankFields$/;"	v
 22140  b3	./encoding/gob/type_test.go	/^	var b3 [3]bool$/;"	v
 22141  back	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) back() {$/;"	f
 22142  back	./encoding/json/encode_test.go	/^	var back stringPointer$/;"	v
 22143  back	./runtime/memmove_386.s	/^back:$/;"	l
 22144  back	./runtime/memmove_amd64.s	/^back:$/;"	l
 22145  back	./runtime/memmove_nacl_amd64p32.s	/^back:$/;"	l
 22146  back	./runtime/memmove_plan9_386.s	/^back:$/;"	l
 22147  back	./runtime/memmove_plan9_amd64.s	/^back:$/;"	l
 22148  backgroundgc	./runtime/mgc.go	/^func backgroundgc() {$/;"	f
 22149  backtrack	./regexp/backtrack.go	/^func (m *machine) backtrack(i input, pos int, end int, ncap int) bool {$/;"	f
 22150  backup	./text/template/parse/lex.go	/^func (l *lexer) backup() {$/;"	f
 22151  backup	./text/template/parse/parse.go	/^func (t *Tree) backup() {$/;"	f
 22152  backup2	./text/template/parse/parse.go	/^func (t *Tree) backup2(t1 item) {$/;"	f
 22153  backup3	./text/template/parse/parse.go	/^func (t *Tree) backup3(t2, t1 item) { \/\/ Reverse order: we're pushing back.$/;"	f
 22154  backward	./runtime/memmove_arm64.s	/^backward:$/;"	l
 22155  backward	./runtime/memmove_ppc64x.s	/^backward:$/;"	l
 22156  bad	./cmd/compile/internal/gc/subr.go	/^		var bad *Type$/;"	v
 22157  bad	./net/http/main_test.go	/^	var bad string$/;"	v
 22158  bad	./regexp/testdata/testregex.c	/^bad(char* comment, char* re, char* s, int len, unsigned long test)$/;"	f	file:
 22159  badCodeTag	./encoding/json/tagkey_test.go	/^type badCodeTag struct {$/;"	t
 22160  badData	./time/zoneinfo_read.go	/^var badData = errors.New("malformed time zone information")$/;"	v
 22161  badDataTest	./encoding/gob/encoder_test.go	/^type badDataTest struct {$/;"	t
 22162  badDataTests	./encoding/gob/encoder_test.go	/^var badDataTests = []badDataTest{$/;"	v
 22163  badExprTest	./cmd/asm/internal/asm/expr_test.go	/^type badExprTest struct {$/;"	t
 22164  badExprTests	./cmd/asm/internal/asm/expr_test.go	/^var badExprTests = []badExprTest{$/;"	v
 22165  badFormatTag	./encoding/json/tagkey_test.go	/^type badFormatTag struct {$/;"	t
 22166  badMarshaler	./html/template/escape_test.go	/^type badMarshaler struct{}$/;"	t
 22167  badMediaTypeTest	./mime/mediatype_test.go	/^type badMediaTypeTest struct {$/;"	t
 22168  badMediaTypeTests	./mime/mediatype_test.go	/^var badMediaTypeTests = []badMediaTypeTest{$/;"	v
 22169  badOS	./runtime/pprof/pprof_test.go	/^var badOS = map[string]bool{$/;"	v
 22170  badPathTests	./encoding/xml/read_test.go	/^var badPathTests = []struct {$/;"	v
 22171  badProtocolVersions	./crypto/tls/handshake_server_test.go	/^var badProtocolVersions = []uint16{0x0000, 0x0005, 0x0100, 0x0105, 0x0200, 0x0205}$/;"	v
 22172  badRequestTests	./net/http/readrequest_test.go	/^var badRequestTests = []struct {$/;"	v
 22173  badSoftRx	./mime/quotedprintable/reader_test.go	/^var badSoftRx = regexp.MustCompile(`=([^\\r\\n]+?\\n)|([^\\r\\n]+$)|(\\r$)|(\\r[^\\n]+\\n)|( \\r\\n)`)$/;"	v
 22174  badStringError	./net/http/request.go	/^type badStringError struct {$/;"	t
 22175  badTypeCheck	./encoding/gob/encoder_test.go	/^func badTypeCheck(e interface{}, shouldFail bool, msg string, t *testing.T) {$/;"	f
 22176  badUTF8	./encoding/json/decode_test.go	/^var badUTF8 = []struct {$/;"	v
 22177  badVerb	./fmt/print.go	/^func (p *pp) badVerb(verb rune) {$/;"	f
 22178  badWriter	./os/exec/exec_test.go	/^type badWriter struct{}$/;"	t
 22179  bad_re	./regexp/all_test.go	/^var bad_re = []stringError{$/;"	v
 22180  badcgocallback	./runtime/cgocall.go	/^func badcgocallback() {$/;"	f
 22181  badmcall	./runtime/proc.go	/^func badmcall(fn func(*g)) {$/;"	f
 22182  badmcall2	./runtime/proc.go	/^func badmcall2(fn func(*g)) {$/;"	f
 22183  badreflectcall	./runtime/proc.go	/^func badreflectcall() {$/;"	f
 22184  badsignal	./runtime/sigqueue.go	/^func badsignal(sig uintptr) {$/;"	f
 22185  badsignal1	./runtime/os1_nacl.go	/^var badsignal1 = []byte("runtime: signal received on thread not created by Go.\\n")$/;"	v
 22186  badsignal2	./runtime/os1_nacl.go	/^func badsignal2() {$/;"	f
 22187  badsignal2	./runtime/os1_plan9.go	/^func badsignal2() {$/;"	f
 22188  badsignal2	./runtime/signal_windows.go	/^func badsignal2()$/;"	f
 22189  badsignalgo	./runtime/sigqueue.go	/^func badsignalgo(sig uintptr) {$/;"	f
 22190  badsystemstack	./runtime/stubs.go	/^func badsystemstack() {$/;"	f
 22191  badtype	./cmd/compile/internal/gc/subr.go	/^func badtype(o int, tl *Type, tr *Type) {$/;"	f
 22192  badtype	./cmd/compile/internal/gc/swt.go	/^			var badtype *Type$/;"	v
 22193  badtype	./cmd/compile/internal/gc/typecheck.go	/^		var badtype *Type$/;"	v
 22194  badunlockosthread	./runtime/proc1.go	/^func badunlockosthread() {$/;"	f
 22195  bailout	./go/parser/parser.go	/^type bailout struct{}$/;"	t
 22196  bailout	./go/types/check.go	/^type bailout struct{}$/;"	t
 22197  balance	./runtime/mgcwork.go	/^func (w *gcWork) balance() {$/;"	f
 22198  bany	./cmd/compile/internal/gc/reg.go	/^func bany(a *Bits) bool {$/;"	f
 22199  bare_complitexpr	./cmd/compile/internal/gc/go.y	/^bare_complitexpr:$/;"	l
 22200  barray	./fmt/fmt_test.go	/^var barray = [5]renamedUint8{1, 2, 3, 4, 5}$/;"	v
 22201  base	./cmd/cgo/gcc.go	/^func base(dt dwarf.Type) dwarf.Type {$/;"	f
 22202  base	./cmd/internal/obj/x86/asm6.go	/^	var base int$/;"	v
 22203  base	./cmd/internal/objfile/disasm.go	/^func base(path string) string {$/;"	f
 22204  base	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^	var base, plus, scale, index, disp string$/;"	v
 22205  base	./cmd/link/internal/ld/pcln.go	/^	var base int32$/;"	v
 22206  base	./debug/pe/file.go	/^	var base int64$/;"	v
 22207  base	./go/scanner/scanner.go	/^	var base, max uint32$/;"	v
 22208  base	./go/types/methodset.go	/^	var base methodSet$/;"	v
 22209  base	./net/http/client.go	/^	var base *url.URL$/;"	v
 22210  base	./runtime/mbitmap.go	/^	var base uintptr$/;"	v
 22211  base	./runtime/mheap.go	/^func (s *mspan) base() uintptr {$/;"	f
 22212  base	./syscall/syscall_bsd.go	/^	var base = (*uintptr)(unsafe.Pointer(new(uint64)))$/;"	v
 22213  base	./syscall/syscall_linux_386.go	/^	var base uintptr$/;"	v
 22214  baseHelloClient	./net/smtp/smtp_test.go	/^var baseHelloClient = `EHLO customhost$/;"	v
 22215  baseHelloServer	./net/smtp/smtp_test.go	/^var baseHelloServer = `220 hello world$/;"	v
 22216  baseMultTest	./crypto/elliptic/elliptic_test.go	/^type baseMultTest struct {$/;"	t
 22217  baseReg	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var baseReg = [...]Reg{$/;"	v
 22218  baseRegForBits	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^func baseRegForBits(bits int) Reg {$/;"	f
 22219  baseTypeName	./go/doc/reader.go	/^func baseTypeName(x ast.Expr) (name string, imported bool) {$/;"	f
 22220  basefds	./os/exec/exec_test.go	/^func basefds() uintptr {$/;"	f
 22221  basename	./os/file_unix.go	/^func basename(name string) string {$/;"	f
 22222  basename	./os/stat_windows.go	/^func basename(name string) string {$/;"	f
 22223  basetests	./path/filepath/path_test.go	/^var basetests = []PathTest{$/;"	v
 22224  basetests	./path/path_test.go	/^var basetests = []PathTest{$/;"	v
 22225  basicAuth	./net/http/client.go	/^func basicAuth(username, password string) string {$/;"	f
 22226  basicAuthCredentialsTest	./net/http/request_test.go	/^type basicAuthCredentialsTest struct {$/;"	t
 22227  basicClient	./net/smtp/smtp_test.go	/^var basicClient = `HELO localhost$/;"	v
 22228  basicConstraints	./crypto/x509/x509.go	/^type basicConstraints struct {$/;"	t
 22229  basicKind	./text/template/funcs.go	/^func basicKind(v reflect.Value) (kind, error) {$/;"	f
 22230  basicLatin2xTag	./encoding/json/tagkey_test.go	/^type basicLatin2xTag struct {$/;"	t
 22231  basicLatin3xTag	./encoding/json/tagkey_test.go	/^type basicLatin3xTag struct {$/;"	t
 22232  basicLatin4xTag	./encoding/json/tagkey_test.go	/^type basicLatin4xTag struct {$/;"	t
 22233  basicLatin5xTag	./encoding/json/tagkey_test.go	/^type basicLatin5xTag struct {$/;"	t
 22234  basicLatin6xTag	./encoding/json/tagkey_test.go	/^type basicLatin6xTag struct {$/;"	t
 22235  basicLatin7xTag	./encoding/json/tagkey_test.go	/^type basicLatin7xTag struct {$/;"	t
 22236  basicMul	./cmd/compile/internal/big/nat.go	/^func basicMul(z, x, y nat) {$/;"	f
 22237  basicMul	./math/big/nat.go	/^func basicMul(z, x, y nat) {$/;"	f
 22238  basicPrefixes	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func basicPrefixes(try func([]byte)) {$/;"	f
 22239  basicServer	./net/smtp/smtp_test.go	/^var basicServer = `250 mx.google.com at your service$/;"	v
 22240  basicSizes	./go/types/sizes.go	/^var basicSizes = [...]byte{$/;"	v
 22241  basicTypes	./encoding/gob/type_test.go	/^var basicTypes = []typeT{$/;"	v
 22242  basicnames	./cmd/compile/internal/gc/fmt.go	/^var basicnames = []string{$/;"	v
 22243  basicsTests	./net/http/cookiejar/jar_test.go	/^var basicsTests = [...]jarTest{$/;"	v
 22244  batch	./runtime/proc1.go	/^	var batch [len(_p_.runq)\/2 + 1]*g$/;"	v
 22245  bc	./cmd/compile/internal/gc/const.go	/^	var bc Mpflt$/;"	v
 22246  bcode	./cmd/asm/internal/arch/arm.go	/^var bcode = []int{$/;"	v
 22247  bd	./cmd/compile/internal/gc/const.go	/^	var bd Mpflt$/;"	v
 22248  be	./cmd/compile/internal/gc/subr.go	/^ * Can this type be stored directly in an interface word?$/;"	t
 22249  becomes	./go/types/call.go	/^		\/\/ the receiver type becomes the type of the first function$/;"	t
 22250  before	./cmd/compile/internal/gc/walk.go	/^		\/\/ check itable\/type before full compare.$/;"	t
 22251  before	./encoding/gob/type.go	/^	\/\/ Install the top-level type before the subtypes (e.g. struct before$/;"	t
 22252  before	./encoding/json/encode.go	/^	\/\/ indirect func before we build it. This type waits on the$/;"	f
 22253  before	./go/doc/testdata/testing.go	/^func before() {$/;"	f
 22254  before	./go/types/lookup.go	/^					\/\/ We have seen this type before, at a more shallow depth$/;"	t
 22255  before	./go/types/methodset.go	/^					\/\/ We have seen this type before, at a more shallow depth$/;"	t
 22256  before	./reflect/type.go	/^				\/\/ We've looked through this type before, at a higher level.$/;"	t
 22257  before	./reflect/type.go	/^\/\/ Use the Kind method to find out the kind of type before$/;"	t
 22258  before	./runtime/heapdump.go	/^	\/\/ If we've definitely serialized the type before,$/;"	t
 22259  before	./testing/testing.go	/^func before() {$/;"	f
 22260  beforefork	./runtime/proc1.go	/^func beforefork() {$/;"	f
 22261  begin	./database/sql/sql.go	/^func (db *DB) begin(strategy connReuseStrategy) (tx *Tx, err error) {$/;"	f
 22262  begin	./runtime/parfor.go	/^			var begin, end uint32$/;"	v
 22263  begin	./time/time.go	/^	var begin int$/;"	v
 22264  beginChunk	./net/http/internal/chunked.go	/^func (cr *chunkedReader) beginChunk() {$/;"	f
 22265  beginRequest	./net/http/fcgi/fcgi.go	/^type beginRequest struct {$/;"	t
 22266  begins	./cmd/compile/internal/gc/fmt.go	/^			\/\/ Need parens when type begins with what might$/;"	t
 22267  being	./cmd/compile/internal/gc/dcl.go	/^ * new type being defined with name s.$/;"	t
 22268  being	./cmd/fix/typecheck.go	/^	i := 0 \/\/ current type being scanned is s[i:j].$/;"	t
 22269  being	./crypto/tls/key_agreement.go	/^\/\/ ServerKeyExchange given the signature type being used and the client's$/;"	t
 22270  being	./encoding/gob/doc.go	/^are transmitted as a string identifying the concrete type being sent (a name$/;"	t
 22271  bench	./crypto/md5/md5_test.go	/^var bench = New()$/;"	v
 22272  bench	./crypto/sha1/sha1_test.go	/^var bench = New()$/;"	v
 22273  bench	./crypto/sha256/sha256_test.go	/^var bench = New()$/;"	v
 22274  bench	./crypto/sha512/sha512_test.go	/^var bench = New()$/;"	v
 22275  bench	./image/draw/bench_test.go	/^func bench(b *testing.B, dcm, scm, mcm color.Model, op Op) {$/;"	f
 22276  bench	./sort/sort_test.go	/^func bench(b *testing.B, size int, algo func(Interface), name string) {$/;"	f
 22277  benchHelper	./runtime/malloc_test.go	/^func benchHelper(b *testing.B, n int, read func(chan struct{})) {$/;"	f
 22278  benchInputHard	./strings/strings_test.go	/^var benchInputHard = makeBenchInputHard()$/;"	v
 22279  benchInputTorture	./strings/strings_test.go	/^var benchInputTorture = Repeat("ABC", 1<<10) + "123" + Repeat("ABC", 1<<10)$/;"	v
 22280  benchNeedleTorture	./strings/strings_test.go	/^var benchNeedleTorture = Repeat("ABC", 1<<10+1)$/;"	v
 22281  benchScan	./encoding/json/scanner_test.go	/^var benchScan scanner$/;"	v
 22282  benchSetType	./runtime/gc_test.go	/^func benchSetType(b *testing.B, x interface{}) {$/;"	f
 22283  benchTime	./go/doc/testdata/benchmark.go	/^var benchTime = flag.Duration("test.benchtime", 1*time.Second, "approximate run time for each benchmark")$/;"	v
 22284  benchTime	./testing/benchmark.go	/^var benchTime = flag.Duration("test.benchtime", 1*time.Second, "approximate run time for each benchmark")$/;"	v
 22285  benchmark	./crypto/rc4/rc4_test.go	/^func benchmark(b *testing.B, size int64) {$/;"	f
 22286  benchmark	./go/types/self_test.go	/^var benchmark = flag.Bool("b", false, "run benchmarks")$/;"	v
 22287  benchmark	./regexp/exec_test.go	/^func benchmark(b *testing.B, re string, n int) {$/;"	f
 22288  benchmark	./time/sleep_test.go	/^func benchmark(b *testing.B, bench func(n int)) {$/;"	f
 22289  benchmarkAddMulVVW	./cmd/compile/internal/big/arith_test.go	/^func benchmarkAddMulVVW(b *testing.B, n int) {$/;"	f
 22290  benchmarkAddMulVVW	./math/big/arith_test.go	/^func benchmarkAddMulVVW(b *testing.B, n int) {$/;"	f
 22291  benchmarkAppendBytes	./runtime/append_test.go	/^func benchmarkAppendBytes(b *testing.B, length int) {$/;"	f
 22292  benchmarkAppendFloat	./strconv/ftoa_test.go	/^func benchmarkAppendFloat(b *testing.B, f float64, fmt byte, prec, bitSize int) {$/;"	f
 22293  benchmarkAppendStr	./runtime/append_test.go	/^func benchmarkAppendStr(b *testing.B, str string) {$/;"	f
 22294  benchmarkBitLenN	./cmd/compile/internal/big/arith_test.go	/^func benchmarkBitLenN(b *testing.B, nbits uint) {$/;"	f
 22295  benchmarkBitLenN	./math/big/arith_test.go	/^func benchmarkBitLenN(b *testing.B, nbits uint) {$/;"	f
 22296  benchmarkBuf	./encoding/gob/timing_test.go	/^type benchmarkBuf struct {$/;"	t
 22297  benchmarkChanProdCons	./runtime/chan_test.go	/^func benchmarkChanProdCons(b *testing.B, chanSize, localWork int) {$/;"	f
 22298  benchmarkClientServerParallel	./net/http/serve_test.go	/^func benchmarkClientServerParallel(b *testing.B, parallelism int, useTLS bool) {$/;"	f
 22299  benchmarkCond	./sync/cond_test.go	/^func benchmarkCond(b *testing.B, waiters int) {$/;"	f
 22300  benchmarkCopySlice	./runtime/append_test.go	/^func benchmarkCopySlice(b *testing.B, l int) {$/;"	f
 22301  benchmarkCopyStr	./runtime/append_test.go	/^func benchmarkCopyStr(b *testing.B, l int) {$/;"	f
 22302  benchmarkCountHard	./strings/strings_test.go	/^func benchmarkCountHard(b *testing.B, sep string) {$/;"	f
 22303  benchmarkCreateGoroutines	./runtime/proc_test.go	/^func benchmarkCreateGoroutines(b *testing.B, procs int) {$/;"	f
 22304  benchmarkDCT	./image/jpeg/dct_test.go	/^func benchmarkDCT(b *testing.B, f func(*block)) {$/;"	f
 22305  benchmarkDecode	./compress/bzip2/bzip2_test.go	/^func benchmarkDecode(b *testing.B, testfile int) {$/;"	f
 22306  benchmarkDecode	./compress/flate/reader_test.go	/^func benchmarkDecode(b *testing.B, testfile, level, n int) {$/;"	f
 22307  benchmarkDecode	./image/jpeg/reader_test.go	/^func benchmarkDecode(b *testing.B, filename string) {$/;"	f
 22308  benchmarkDecode	./image/png/reader_test.go	/^func benchmarkDecode(b *testing.B, filename string, bytesPerPixel int) {$/;"	f
 22309  benchmarkDecoder	./compress/lzw/reader_test.go	/^func benchmarkDecoder(b *testing.B, n int) {$/;"	f
 22310  benchmarkEncoder	./compress/flate/writer_test.go	/^func benchmarkEncoder(b *testing.B, testfile, level, n int) {$/;"	f
 22311  benchmarkEncoder	./compress/lzw/writer_test.go	/^func benchmarkEncoder(b *testing.B, n int) {$/;"	f
 22312  benchmarkEndToEnd	./encoding/gob/timing_test.go	/^func benchmarkEndToEnd(b *testing.B, ctor func() interface{}, pipe func() (r io.Reader, w io.Writer, err error)) {$/;"	f
 22313  benchmarkEndToEnd	./net/rpc/server_test.go	/^func benchmarkEndToEnd(dial func() (*Client, error), b *testing.B) {$/;"	f
 22314  benchmarkEndToEndAsync	./net/rpc/server_test.go	/^func benchmarkEndToEndAsync(dial func() (*Client, error), b *testing.B) {$/;"	f
 22315  benchmarkFunVV	./cmd/compile/internal/big/arith_test.go	/^func benchmarkFunVV(b *testing.B, f funVV, n int) {$/;"	f
 22316  benchmarkFunVV	./math/big/arith_test.go	/^func benchmarkFunVV(b *testing.B, f funVV, n int) {$/;"	f
 22317  benchmarkFunVW	./cmd/compile/internal/big/arith_test.go	/^func benchmarkFunVW(b *testing.B, f funVW, n int) {$/;"	f
 22318  benchmarkFunVW	./math/big/arith_test.go	/^func benchmarkFunVW(b *testing.B, f funVW, n int) {$/;"	f
 22319  benchmarkHandler	./net/http/serve_test.go	/^func benchmarkHandler(b *testing.B, h Handler) {$/;"	f
 22320  benchmarkHash	./runtime/hash_test.go	/^func benchmarkHash(b *testing.B, n int) {$/;"	f
 22321  benchmarkIndexHard	./strings/strings_test.go	/^func benchmarkIndexHard(b *testing.B, sep string) {$/;"	f
 22322  benchmarkKB	./hash/fnv/fnv_test.go	/^func benchmarkKB(b *testing.B, h hash.Hash) {$/;"	f
 22323  benchmarkLastIndexHard	./strings/strings_test.go	/^func benchmarkLastIndexHard(b *testing.B, sep string) {$/;"	f
 22324  benchmarkLock	./testing/benchmark.go	/^var benchmarkLock sync.Mutex$/;"	v
 22325  benchmarkMapPop	./runtime/map_test.go	/^func benchmarkMapPop(b *testing.B, n int) {$/;"	f
 22326  benchmarkMapStringKeysEight	./runtime/mapspeed_test.go	/^func benchmarkMapStringKeysEight(b *testing.B, keySize int) {$/;"	f
 22327  benchmarkMemory	./testing/benchmark.go	/^var benchmarkMemory = flag.Bool("test.benchmem", false, "print memory allocations for benchmarks")$/;"	v
 22328  benchmarkMutex	./sync/mutex_test.go	/^func benchmarkMutex(b *testing.B, slack, work bool) {$/;"	f
 22329  benchmarkName	./testing/benchmark.go	/^func benchmarkName(name string, n int) string {$/;"	f
 22330  benchmarkNew	./index/suffixarray/suffixarray_test.go	/^func benchmarkNew(b *testing.B, random bool) {$/;"	f
 22331  benchmarkRWMutex	./sync/rwmutex_test.go	/^func benchmarkRWMutex(b *testing.B, localWork, writeRatio int) {$/;"	f
 22332  benchmarkReadRequest	./net/http/request_test.go	/^func benchmarkReadRequest(b *testing.B, request string) {$/;"	f
 22333  benchmarkRepeatedLookup	./runtime/mapspeed_test.go	/^func benchmarkRepeatedLookup(b *testing.B, lookupKeySize int) {$/;"	f
 22334  benchmarkSema	./sync/runtime_sema_test.go	/^func benchmarkSema(b *testing.B, block, work bool) {$/;"	f
 22335  benchmarkSingleString	./strings/replace_test.go	/^func benchmarkSingleString(b *testing.B, pattern, text string) {$/;"	f
 22336  benchmarkSize	./crypto/md5/md5_test.go	/^func benchmarkSize(b *testing.B, size int, unaligned bool) {$/;"	f
 22337  benchmarkSize	./crypto/sha1/sha1_test.go	/^func benchmarkSize(b *testing.B, size int) {$/;"	f
 22338  benchmarkSize	./crypto/sha256/sha256_test.go	/^func benchmarkSize(b *testing.B, size int) {$/;"	f
 22339  benchmarkSize	./crypto/sha512/sha512_test.go	/^func benchmarkSize(b *testing.B, size int) {$/;"	f
 22340  benchmarkStackGrowth	./runtime/proc_test.go	/^func benchmarkStackGrowth(b *testing.B, rec int) {$/;"	f
 22341  benchmarkSyscall	./runtime/norace_test.go	/^func benchmarkSyscall(b *testing.B, work, excess int) {$/;"	f
 22342  benchmarkTCP	./net/tcp_test.go	/^func benchmarkTCP(b *testing.B, persistent, timeout bool, laddr string) {$/;"	f
 22343  benchmarkTCPConcurrentReadWrite	./net/tcp_test.go	/^func benchmarkTCPConcurrentReadWrite(b *testing.B, laddr string) {$/;"	f
 22344  benchmarkWaitGroupAddDone	./sync/waitgroup_test.go	/^func benchmarkWaitGroupAddDone(b *testing.B, localWork int) {$/;"	f
 22345  benchmarkWaitGroupWait	./sync/waitgroup_test.go	/^func benchmarkWaitGroupWait(b *testing.B, localWork int) {$/;"	f
 22346  benchmarks	./cmd/go/test.go	/^var benchmarks = []testing.InternalBenchmark{$/;"	v
 22347  bestFit	./runtime/mheap.go	/^func bestFit(list *mspan, npage uintptr, best *mspan) *mspan {$/;"	f
 22348  betypeinit	./cmd/compile/internal/amd64/galign.go	/^func betypeinit() {$/;"	f
 22349  betypeinit	./cmd/compile/internal/arm/galign.go	/^func betypeinit() {$/;"	f
 22350  betypeinit	./cmd/compile/internal/arm64/galign.go	/^func betypeinit() {$/;"	f
 22351  betypeinit	./cmd/compile/internal/ppc64/galign.go	/^func betypeinit() {$/;"	f
 22352  betypeinit	./cmd/compile/internal/x86/galign.go	/^func betypeinit() {$/;"	f
 22353  bflag	./cmd/internal/obj/arm/asm5.go	/^	var bflag int$/;"	v
 22354  bgMarkSignal	./runtime/mgc.go	/^type bgMarkSignal struct {$/;"	t
 22355  bgenNonZero	./cmd/compile/internal/gc/cgen.go	/^func bgenNonZero(n, res *Node, wantTrue bool, likely int, to *obj.Prog) {$/;"	f
 22356  bgen_float	./cmd/compile/internal/x86/ggen.go	/^func bgen_float(n *gc.Node, wantTrue bool, likely int, to *obj.Prog) {$/;"	f
 22357  bgenx	./cmd/compile/internal/gc/cgen.go	/^func bgenx(n, res *Node, wantTrue bool, likely int, to *obj.Prog) {$/;"	f
 22358  bggc	./runtime/mgc.go	/^var bggc struct {$/;"	v
 22359  bghelper	./cmd/dist/util.go	/^func bghelper() {$/;"	f
 22360  bginit	./cmd/dist/util.go	/^func bginit() {$/;"	f
 22361  bgrun	./cmd/dist/util.go	/^func bgrun(dir string, cmd ...string) {$/;"	f
 22362  bgsweep	./runtime/mgcsweep.go	/^func bgsweep(c chan int) {$/;"	f
 22363  bgwait	./cmd/dist/util.go	/^func bgwait() {$/;"	f
 22364  bh	./cmd/compile/internal/arm/cgen64.go	/^		var bh gc.Node$/;"	v
 22365  biclr	./cmd/compile/internal/gc/reg.go	/^func biclr(a *Bits, n uint) {$/;"	f
 22366  big	./encoding/binary/binary_test.go	/^var big = []byte{$/;"	v
 22367  big	./reflect/all_test.go	/^type big struct {$/;"	t
 22368  big	./runtime/debug/garbage_test.go	/^var big = make([]byte, 1<<20)$/;"	v
 22369  big	./runtime/proc_test.go	/^func big(stop chan int) int {$/;"	f
 22370  big4	./time/zoneinfo_read.go	/^func (d *data) big4() (n uint32, ok bool) {$/;"	f
 22371  bigBuf	./runtime/stack_test.go	/^type bigBuf [4 * 1024]byte$/;"	t
 22372  bigEndian	./encoding/binary/binary.go	/^type bigEndian struct{}$/;"	t
 22373  bigFromHex	./crypto/rsa/pss_test.go	/^func bigFromHex(hex string) *big.Int {$/;"	f
 22374  bigFromHexString	./crypto/x509/x509_test.go	/^func bigFromHexString(s string) *big.Int {$/;"	f
 22375  bigFromString	./crypto/tls/handshake_server_test.go	/^func bigFromString(s string) *big.Int {$/;"	f
 22376  bigFromString	./crypto/x509/x509_test.go	/^func bigFromString(s string) *big.Int {$/;"	f
 22377  bigFtoa	./strconv/ftoa.go	/^func bigFtoa(dst []byte, prec int, fmt byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {$/;"	f
 22378  bigIntStruct	./encoding/asn1/marshal_test.go	/^type bigIntStruct struct {$/;"	t
 22379  bigIntTests	./encoding/asn1/asn1_test.go	/^var bigIntTests = []struct {$/;"	v
 22380  bigOne	./crypto/rsa/rsa.go	/^var bigOne = big.NewInt(1)$/;"	v
 22381  bigOne	./encoding/asn1/asn1.go	/^var bigOne = big.NewInt(1)$/;"	v
 22382  bigValue	./runtime/mfinal_test.go	/^type bigValue struct {$/;"	t
 22383  bigZero	./crypto/rsa/rsa.go	/^var bigZero = big.NewInt(0)$/;"	v
 22384  bigframe	./runtime/proc_test.go	/^func bigframe(stop chan int) int {$/;"	f
 22385  bigi	./cmd/compile/internal/x86/gsubr.go	/^	var bigi gc.Node$/;"	v
 22386  bigloop	./runtime/asm_386.s	/^bigloop:$/;"	l
 22387  bigloop	./runtime/asm_amd64.s	/^bigloop:$/;"	l
 22388  bigloop	./runtime/asm_amd64p32.s	/^bigloop:$/;"	l
 22389  bignodes	./cmd/compile/internal/amd64/gsubr.go	/^func bignodes() {$/;"	f
 22390  bignodes	./cmd/compile/internal/ppc64/gsubr.go	/^func bignodes() {$/;"	f
 22391  bignodes	./cmd/compile/internal/x86/gsubr.go	/^func bignodes() {$/;"	f
 22392  bigtest	./encoding/ascii85/ascii85_test.go	/^var bigtest = pairs[len(pairs)-1]$/;"	v
 22393  bigtest	./encoding/base32/base32_test.go	/^var bigtest = testpair{$/;"	v
 22394  bigtest	./encoding/base64/base64_test.go	/^var bigtest = testpair{$/;"	v
 22395  binary	./go/types/expr.go	/^func (check *Checker) binary(x *operand, e *ast.BinaryExpr, lhs, rhs ast.Expr, op token.Token) {$/;"	f
 22396  binary	./unicode/letter_test.go	/^func binary(ranges []Range16, r uint16) bool {$/;"	f
 22397  binaryExpr	./go/printer/nodes.go	/^func (p *printer) binaryExpr(x *ast.BinaryExpr, prec1, cutoff, depth int) {$/;"	f
 22398  binaryGCD	./cmd/compile/internal/big/int.go	/^func (z *Int) binaryGCD(a, b *Int) *Int {$/;"	f
 22399  binaryGCD	./math/big/int.go	/^func (z *Int) binaryGCD(a, b *Int) *Int {$/;"	f
 22400  binaryOpPredicates	./go/types/expr.go	/^var binaryOpPredicates = opPredicates{$/;"	v
 22401  bind	./syscall/net_nacl.go	/^func (f *netFile) bind(sa Sockaddr) error {$/;"	f
 22402  bind	./syscall/syscall_linux_386.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22403  bind	./syscall/zsyscall_darwin_386.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22404  bind	./syscall/zsyscall_darwin_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22405  bind	./syscall/zsyscall_darwin_arm.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22406  bind	./syscall/zsyscall_darwin_arm64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22407  bind	./syscall/zsyscall_dragonfly_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22408  bind	./syscall/zsyscall_freebsd_386.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22409  bind	./syscall/zsyscall_freebsd_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22410  bind	./syscall/zsyscall_freebsd_arm.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22411  bind	./syscall/zsyscall_linux_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22412  bind	./syscall/zsyscall_linux_arm.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22413  bind	./syscall/zsyscall_linux_arm64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22414  bind	./syscall/zsyscall_linux_ppc64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22415  bind	./syscall/zsyscall_linux_ppc64le.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22416  bind	./syscall/zsyscall_netbsd_386.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22417  bind	./syscall/zsyscall_netbsd_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22418  bind	./syscall/zsyscall_netbsd_arm.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22419  bind	./syscall/zsyscall_openbsd_386.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22420  bind	./syscall/zsyscall_openbsd_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22421  bind	./syscall/zsyscall_openbsd_arm.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22422  bind	./syscall/zsyscall_plan9_386.go	/^func bind(name string, old string, flag int) (err error) {$/;"	f
 22423  bind	./syscall/zsyscall_plan9_amd64.go	/^func bind(name string, old string, flag int) (err error) {$/;"	f
 22424  bind	./syscall/zsyscall_solaris_amd64.go	/^func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 22425  bind	./syscall/zsyscall_windows.go	/^func bind(s Handle, name unsafe.Pointer, namelen int32) (err error) {$/;"	f
 22426  binomials	./go/types/hilbert_test.go	/^func (g *gen) binomials(n int) {$/;"	f
 22427  bins	./cmd/compile/internal/gc/cgen.go	/^func bins(typ *Type, res *Node, a, likely int, to *obj.Prog) {$/;"	f
 22428  birthday	./database/sql/sql_test.go	/^	var birthday time.Time$/;"	v
 22429  biset	./cmd/compile/internal/gc/reg.go	/^func biset(a *Bits, n uint) {$/;"	f
 22430  bit	./cmd/compile/internal/big/nat.go	/^func (x nat) bit(i uint) uint {$/;"	f
 22431  bit	./cmd/compile/internal/gc/reg.go	/^		var bit Bits$/;"	v
 22432  bit	./cmd/compile/internal/gc/reg.go	/^	var bit Bits$/;"	v
 22433  bit	./math/big/nat.go	/^func (x nat) bit(i uint) uint {$/;"	f
 22434  bit	./runtime/mbitmap.go	/^		\/\/ Checkmark bit is type bit, bottom bit of every 2-bit entry.$/;"	t
 22435  bit	./runtime/mbitmap.go	/^		\/\/ Must clear type bit (checkmark bit) of every word.$/;"	t
 22436  bit	./runtime/mbitmap.go	/^		\/\/ The type bit is the lower of every two-bit pair.$/;"	t
 22437  bit	./runtime/mbitmap.go	/^\/\/ It is still used in general, except in checkmark the type bit is repurposed$/;"	t
 22438  bit	./runtime/mbitmap.go	/^\/\/ as the checkmark bit and then reinitialized (to 1) as the type bit when$/;"	t
 22439  bit	./runtime/mbitmap.go	/^\/\/ must be a pointer, so the type bit in the first word is not actually needed.$/;"	t
 22440  bit	./runtime/mgcmark.go	/^		\/\/ in the type bit for the one word. The only one-word objects$/;"	t
 22441  bit0	./cmd/compile/internal/big/bits_test.go	/^	var bit0, rbit, sbit uint$/;"	v
 22442  bit0	./math/big/bits_test.go	/^	var bit0, rbit, sbit uint$/;"	v
 22443  bitCount	./image/jpeg/writer.go	/^var bitCount = [256]byte{$/;"	v
 22444  bitCounts	./compress/flate/huffman_code.go	/^func (h *huffmanEncoder) bitCounts(list []literalNode, maxBits int32) []int32 {$/;"	f
 22445  bitFun	./cmd/compile/internal/big/int_test.go	/^type bitFun func(z, x, y *Int) *Int$/;"	t
 22446  bitFun	./math/big/int_test.go	/^type bitFun func(z, x, y *Int) *Int$/;"	t
 22447  bitLen	./cmd/compile/internal/big/arith_decl.go	/^func bitLen(x Word) (n int) {$/;"	f
 22448  bitLen	./cmd/compile/internal/big/nat.go	/^func (x nat) bitLen() int {$/;"	f
 22449  bitLen	./math/big/arith_decl.go	/^func bitLen(x Word) (n int)$/;"	f
 22450  bitLen	./math/big/arith_decl_pure.go	/^func bitLen(x Word) (n int) {$/;"	f
 22451  bitLen	./math/big/nat.go	/^func (x nat) bitLen() int {$/;"	f
 22452  bitLenTests	./cmd/compile/internal/big/int_test.go	/^var bitLenTests = []struct {$/;"	v
 22453  bitLenTests	./math/big/int_test.go	/^var bitLenTests = []struct {$/;"	v
 22454  bitLen_g	./cmd/compile/internal/big/arith.go	/^func bitLen_g(x Word) (n int) {$/;"	f
 22455  bitLen_g	./math/big/arith.go	/^func bitLen_g(x Word) (n int) {$/;"	f
 22456  bitLength	./compress/flate/huffman_code.go	/^func (h *huffmanEncoder) bitLength(freq []int32) int64 {$/;"	f
 22457  bitReader	./compress/bzip2/bit_reader.go	/^type bitReader struct {$/;"	t
 22458  bitState	./regexp/backtrack.go	/^type bitState struct {$/;"	t
 22459  bitStringRightAlignTest	./encoding/asn1/asn1_test.go	/^type bitStringRightAlignTest struct {$/;"	t
 22460  bitStringRightAlignTests	./encoding/asn1/asn1_test.go	/^var bitStringRightAlignTests = []bitStringRightAlignTest{$/;"	v
 22461  bitStringTest	./encoding/asn1/asn1_test.go	/^type bitStringTest struct {$/;"	t
 22462  bitStringTestData	./encoding/asn1/asn1_test.go	/^var bitStringTestData = []bitStringTest{$/;"	v
 22463  bitTests	./cmd/compile/internal/big/nat_test.go	/^var bitTests = []struct {$/;"	v
 22464  bitTests	./math/big/nat_test.go	/^var bitTests = []struct {$/;"	v
 22465  bitVector	./reflect/type.go	/^type bitVector struct {$/;"	t
 22466  bitbucketVCS	./cmd/go/vcs.go	/^func bitbucketVCS(match map[string]string) error {$/;"	f
 22467  bitdepth	./image/png/reader_test.go	/^	var bitdepth int$/;"	v
 22468  bitmap	./runtime/mbitmap.go	/^\/\/ using the type bitmap to locate those pointer slots.$/;"	t
 22469  bits	./cmd/asm/internal/asm/parse.go	/^	var bits uint16$/;"	v
 22470  bits	./cmd/internal/gcprog/gcprog.go	/^	var bits uint8$/;"	v
 22471  bits	./compress/flate/gen.go	/^	var bits [288]int$/;"	v
 22472  bits	./compress/flate/huffman_code.go	/^		var bits uint16$/;"	v
 22473  bits	./image/jpeg/reader.go	/^type bits struct {$/;"	t
 22474  bits	./os/types.go	/^	\/\/ Mask for the type bits. For regular files, none will be set.$/;"	t
 22475  bits	./os/types.go	/^\/\/ That is, it tests that no mode type bits are set.$/;"	t
 22476  bits	./runtime/hash_test.go	/^func (k *BytesKey) bits() int {$/;"	f
 22477  bits	./runtime/hash_test.go	/^func (k *EfaceKey) bits() int {$/;"	f
 22478  bits	./runtime/hash_test.go	/^func (k *IfaceKey) bits() int {$/;"	f
 22479  bits	./runtime/hash_test.go	/^func (k *Int32Key) bits() int {$/;"	f
 22480  bits	./runtime/hash_test.go	/^func (k *Int64Key) bits() int {$/;"	f
 22481  bits	./runtime/mbitmap.go	/^		\/\/ are shared only with the type bits of another object,$/;"	t
 22482  bits	./runtime/mbitmap.go	/^	var bits uint32$/;"	v
 22483  bits	./runtime/mbitmap.go	/^	var bits uintptr$/;"	v
 22484  bits	./runtime/mbitmap.go	/^func (h heapBits) bits() uint32 {$/;"	f
 22485  bits	./strconv/ftoa.go	/^	var bits uint64$/;"	v
 22486  bitsList	./cmd/compile/internal/big/float_test.go	/^var bitsList = [...]Bits{$/;"	v
 22487  bitsList	./math/big/float_test.go	/^var bitsList = [...]Bits{$/;"	v
 22488  bitsPerPixel	./image/png/reader.go	/^	var bitsPerPixel int = 0$/;"	v
 22489  bitset	./cmd/yacc/yacc.go	/^func bitset(set Lkset, bit int) int { return set[bit>>5] & (1 << uint(bit&31)) }$/;"	f
 22490  bitsetTests	./cmd/compile/internal/big/int_test.go	/^var bitsetTests = []struct {$/;"	v
 22491  bitsetTests	./math/big/int_test.go	/^var bitsetTests = []struct {$/;"	v
 22492  bitvector	./runtime/stack1.go	/^type bitvector struct {$/;"	t
 22493  bitwiseTests	./cmd/compile/internal/big/int_test.go	/^var bitwiseTests = []struct {$/;"	v
 22494  bitwiseTests	./math/big/int_test.go	/^var bitwiseTests = []struct {$/;"	v
 22495  bl	./cmd/compile/internal/arm/cgen64.go	/^		var bl gc.Node$/;"	v
 22496  blackHolePool	./io/ioutil/ioutil.go	/^var blackHolePool = sync.Pool{$/;"	v
 22497  blankImports	./go/doc/example.go	/^	var blankImports []ast.Spec             \/\/ _ imports$/;"	v
 22498  blk	./cmd/link/internal/ld/data.go	/^func blk(start *LSym, addr int64, size int64) {$/;"	f
 22499  bloc	./runtime/mem_plan9.go	/^var bloc uintptr$/;"	v
 22500  block	./cmd/compile/internal/gc/builtin/runtime.go	/^func block()$/;"	f
 22501  block	./cmd/compile/internal/gc/gen.go	/^		var block *Sym$/;"	v
 22502  block	./cmd/compile/internal/gc/go.go	/^var block int32 \/\/ current block number$/;"	v
 22503  block	./cmd/cover/testdata/main.go	/^type block struct {$/;"	t
 22504  block	./cmd/link/internal/ld/dwarf.go	/^	var block [20]byte$/;"	v
 22505  block	./crypto/md5/md5block_decl.go	/^func block(dig *digest, p []byte)$/;"	f
 22506  block	./crypto/md5/md5block_generic.go	/^var block = blockGeneric$/;"	v
 22507  block	./crypto/sha1/sha1block_decl.go	/^func block(dig *digest, p []byte)$/;"	f
 22508  block	./crypto/sha1/sha1block_generic.go	/^var block = blockGeneric$/;"	v
 22509  block	./crypto/sha256/sha256block.go	/^func block(dig *digest, p []byte) {$/;"	f
 22510  block	./crypto/sha256/sha256block_decl.go	/^func block(dig *digest, p []byte)$/;"	f
 22511  block	./crypto/sha512/sha512block.go	/^func block(dig *digest, p []byte) {$/;"	f
 22512  block	./crypto/sha512/sha512block_decl.go	/^func block(dig *digest, p []byte)$/;"	f
 22513  block	./crypto/tls/conn.go	/^type block struct {$/;"	t
 22514  block	./crypto/x509/cert_pool.go	/^		var block *pem.Block$/;"	v
 22515  block	./crypto/x509/root_darwin_arm_gen.go	/^		var block *pem.Block$/;"	v
 22516  block	./go/doc/comment.go	/^type block struct {$/;"	t
 22517  block	./go/printer/nodes.go	/^func (p *printer) block(b *ast.BlockStmt, nindent int) {$/;"	f
 22518  block	./go/types/labels.go	/^type block struct {$/;"	t
 22519  block	./image/jpeg/idct.go	/^type block [blockSize]int32$/;"	t
 22520  block	./runtime/select.go	/^func block() {$/;"	f
 22521  block1	./cmd/cover/cover.go	/^type block1 struct {$/;"	t
 22522  blockBranches	./go/types/labels.go	/^func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.Stmt) []*ast.BranchStmt {$/;"	f
 22523  blockChanClose	./runtime/pprof/pprof_test.go	/^func blockChanClose() {$/;"	f
 22524  blockChanRecv	./runtime/pprof/pprof_test.go	/^func blockChanRecv() {$/;"	f
 22525  blockChanSend	./runtime/pprof/pprof_test.go	/^func blockChanSend() {$/;"	f
 22526  blockCommentEnd	./html/template/transition.go	/^var blockCommentEnd = []byte("*\/")$/;"	v
 22527  blockCond	./runtime/pprof/pprof_test.go	/^func blockCond() {$/;"	f
 22528  blockGeneric	./crypto/md5/gen.go	/^func blockGeneric(dig *digest, p []byte) {$/;"	f
 22529  blockGeneric	./crypto/md5/md5block.go	/^func blockGeneric(dig *digest, p []byte) {$/;"	f
 22530  blockGeneric	./crypto/sha1/sha1block.go	/^func blockGeneric(dig *digest, p []byte) {$/;"	f
 22531  blockLen	./image/gif/reader.go	/^		var blockLen uint8$/;"	v
 22532  blockMutex	./runtime/pprof/pprof_test.go	/^func blockMutex() {$/;"	f
 22533  blockProfile	./runtime/mprof.go	/^\/\/ A blockRecord is the bucket data for a bucket of type blockProfile,$/;"	t
 22534  blockProfile	./runtime/pprof/pprof.go	/^var blockProfile = &Profile{$/;"	v
 22535  blockReader	./image/gif/reader.go	/^type blockReader struct {$/;"	t
 22536  blockRecord	./runtime/mprof.go	/^type blockRecord struct {$/;"	t
 22537  blockSelectRecvAsync	./runtime/pprof/pprof_test.go	/^func blockSelectRecvAsync() {$/;"	f
 22538  blockSelectSendSync	./runtime/pprof/pprof_test.go	/^func blockSelectSendSync() {$/;"	f
 22539  blockSlice	./cmd/cover/cover.go	/^type blockSlice []block1$/;"	t
 22540  blockWriter	./image/gif/writer.go	/^type blockWriter struct {$/;"	t
 22541  blockany	./cmd/compile/internal/gc/plive.go	/^func blockany(bb *BasicBlock, f func(*obj.Prog) bool) bool {$/;"	f
 22542  blockcopy	./cmd/compile/internal/amd64/cgen.go	/^func blockcopy(n, ns *gc.Node, osrc, odst, w int64) {$/;"	f
 22543  blockcopy	./cmd/compile/internal/arm/cgen.go	/^func blockcopy(n, res *gc.Node, osrc, odst, w int64) {$/;"	f
 22544  blockcopy	./cmd/compile/internal/arm64/cgen.go	/^func blockcopy(n, res *gc.Node, osrc, odst, w int64) {$/;"	f
 22545  blockcopy	./cmd/compile/internal/ppc64/cgen.go	/^func blockcopy(n, res *gc.Node, osrc, odst, w int64) {$/;"	f
 22546  blockcopy	./cmd/compile/internal/x86/cgen.go	/^func blockcopy(n, res *gc.Node, osrc, odst, w int64) {$/;"	f
 22547  blockevent	./runtime/mprof.go	/^func blockevent(cycles int64, skip int) {$/;"	f
 22548  blockgen	./cmd/compile/internal/gc/go.go	/^var blockgen int32 \/\/ max block number$/;"	v
 22549  blockingSource	./crypto/tls/handshake_client_test.go	/^type blockingSource chan bool$/;"	t
 22550  blockingTests	./encoding/json/stream_test.go	/^var blockingTests = []string{$/;"	v
 22551  blockprofilerate	./runtime/mprof.go	/^var blockprofilerate uint64 \/\/ in CPU ticks$/;"	v
 22552  blockrpocmp	./cmd/compile/internal/gc/plive.go	/^type blockrpocmp []*BasicBlock$/;"	t
 22553  blocks	./go/doc/comment.go	/^func blocks(text string) []block {$/;"	f
 22554  blocksByStart	./cmd/cover/profile.go	/^type blocksByStart []ProfileBlock$/;"	t
 22555  blocksTests	./go/doc/comment_test.go	/^var blocksTests = []struct {$/;"	v
 22556  blsh	./cmd/compile/internal/gc/reg.go	/^func blsh(n uint) Bits {$/;"	f
 22557  bmCount	./bytes/bytes_test.go	/^func bmCount(b *testing.B, count func([]byte, []byte) int, n int) {$/;"	f
 22558  bmCountEasy	./bytes/bytes_test.go	/^func bmCountEasy(b *testing.B, count func([]byte, []byte) int, n int) {$/;"	f
 22559  bmEqual	./bytes/bytes_test.go	/^func bmEqual(b *testing.B, equal func([]byte, []byte) bool, n int) {$/;"	f
 22560  bmGoMemclr	./runtime/memmove_test.go	/^func bmGoMemclr(b *testing.B, n int) {$/;"	f
 22561  bmIndex	./bytes/bytes_test.go	/^func bmIndex(b *testing.B, index func([]byte, []byte) int, n int) {$/;"	f
 22562  bmIndexByte	./bytes/bytes_test.go	/^func bmIndexByte(b *testing.B, index func([]byte, byte) int, n int) {$/;"	f
 22563  bmIndexEasy	./bytes/bytes_test.go	/^func bmIndexEasy(b *testing.B, index func([]byte, []byte) int, n int) {$/;"	f
 22564  bmMemclr	./runtime/memmove_test.go	/^func bmMemclr(b *testing.B, n int) {$/;"	f
 22565  bmMemmove	./runtime/memmove_test.go	/^func bmMemmove(b *testing.B, n int) {$/;"	f
 22566  bmUint32Div	./runtime/vlop_arm_test.go	/^func bmUint32Div(divisor uint32, b *testing.B) {$/;"	f
 22567  bmUint32Mod	./runtime/vlop_arm_test.go	/^func bmUint32Mod(divisor uint32, b *testing.B) {$/;"	f
 22568  bmap	./runtime/hashmap.go	/^type bmap struct {$/;"	t
 22569  bmbuf	./bytes/bytes_test.go	/^var bmbuf []byte$/;"	v
 22570  bn	./cmd/compile/internal/gc/reg.go	/^	var bn int$/;"	v
 22571  bnum	./cmd/compile/internal/gc/reg.go	/^func bnum(a Bits) int {$/;"	f
 22572  body	./cmd/compile/internal/gc/closure.go	/^		var body *NodeList$/;"	v
 22573  body	./cmd/compile/internal/gc/closure.go	/^	var body *NodeList$/;"	v
 22574  body	./cmd/compile/internal/gc/range.go	/^	var body *NodeList$/;"	v
 22575  body	./cmd/vet/deadcode.go	/^	var body *ast.BlockStmt$/;"	v
 22576  body	./go/parser/parser.go	/^	var body *ast.BlockStmt$/;"	v
 22577  body	./go/printer/testdata/parser.go	/^	var body *ast.BlockStmt$/;"	v
 22578  body	./net/http/fcgi/child.go	/^			var body io.ReadCloser$/;"	v
 22579  body	./net/http/transfer.go	/^type body struct {$/;"	t
 22580  body	./net/http/transport_test.go	/^		var body []byte$/;"	v
 22581  bodyAllowed	./net/http/server.go	/^func (w *response) bodyAllowed() bool {$/;"	f
 22582  bodyAllowedForStatus	./net/http/transfer.go	/^func bodyAllowedForStatus(status int) bool {$/;"	f
 22583  bodyEOFSignal	./net/http/transport.go	/^type bodyEOFSignal struct {$/;"	t
 22584  bodyLocked	./net/http/transfer.go	/^type bodyLocked struct {$/;"	t
 22585  bodySize	./go/printer/nodes.go	/^func (p *printer) bodySize(b *ast.BlockStmt, maxSize int) int {$/;"	f
 22586  boff	./cmd/compile/internal/arm64/ggen.go	/^	var boff uint64$/;"	v
 22587  boff	./cmd/compile/internal/ppc64/ggen.go	/^	var boff uint64$/;"	v
 22588  bool	./builtin/builtin.go	/^type bool bool$/;"	t
 22589  bool	./database/sql/convert_test.go	/^	{s: "yup", d: &scanbool, wanterr: `sql\/driver: couldn't convert "yup" into type bool`},$/;"	t
 22590  bool	./database/sql/convert_test.go	/^	{s: 2, d: &scanbool, wanterr: `sql\/driver: couldn't convert 2 into type bool`},$/;"	t
 22591  bool	./database/sql/driver/types.go	/^			return nil, fmt.Errorf("sql\/driver: couldn't convert %q into type bool", s)$/;"	t
 22592  bool	./database/sql/driver/types.go	/^		return nil, fmt.Errorf("sql\/driver: couldn't convert %d into type bool", iv)$/;"	t
 22593  bool	./database/sql/driver/types.go	/^		return nil, fmt.Errorf("sql\/driver: couldn't convert %d into type bool", uv)$/;"	t
 22594  bool	./database/sql/driver/types.go	/^	return nil, fmt.Errorf("sql\/driver: couldn't convert %v (%T) into type bool", src, src)$/;"	t
 22595  bool	./database/sql/driver/types_test.go	/^	{c: Bool, in: "foo", err: "sql\/driver: couldn't convert \\"foo\\" into type bool"},$/;"	t
 22596  bool	./database/sql/driver/types_test.go	/^	{c: Bool, in: 2, err: "sql\/driver: couldn't convert 2 into type bool"},$/;"	t
 22597  bool	./debug/dwarf/entry.go	/^	\/\/ ClassFlag represents values of type bool.$/;"	t
 22598  bool	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind bool but not type bool. TODO: We can handle this unsafely.$/;"	t
 22599  bool	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind bool but not type bool. TODO: We can handle this unsafely.$/;"	t
 22600  boolEncoder	./encoding/json/encode.go	/^func boolEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 22601  boolError	./fmt/scan.go	/^var boolError = errors.New("syntax error scanning boolean")$/;"	v
 22602  boolFlag	./flag/flag.go	/^type boolFlag interface {$/;"	t
 22603  boolFlagString	./cmd/pprof/internal/driver/driver.go	/^func boolFlagString(label string) string {$/;"	f
 22604  boolFlagVar	./flag/flag_test.go	/^type boolFlagVar struct {$/;"	t
 22605  boolOp	./cmd/vet/bool.go	/^type boolOp struct {$/;"	t
 22606  boolResult	./encoding/gob/codec_test.go	/^var boolResult = []byte{0x07, 0x01}$/;"	v
 22607  boolString	./flag/flag_test.go	/^func boolString(s string) string {$/;"	f
 22608  boolString	./strconv/atob_test.go	/^var boolString = map[bool]string{$/;"	v
 22609  boolTest	./encoding/asn1/asn1_test.go	/^type boolTest struct {$/;"	t
 22610  boolTestData	./encoding/asn1/asn1_test.go	/^var boolTestData = []boolTest{$/;"	v
 22611  boolType	./database/sql/driver/types.go	/^type boolType struct{}$/;"	t
 22612  boolValue	./flag/flag.go	/^type boolValue bool$/;"	t
 22613  booleanflag	./net/http/triv.go	/^var booleanflag = flag.Bool("boolean", true, "another flag for testing")$/;"	v
 22614  boolint	./net/sockopt_posix.go	/^func boolint(b bool) int {$/;"	f
 22615  bootstrapType	./encoding/gob/type.go	/^func bootstrapType(name string, e interface{}, expect typeId) typeId {$/;"	f
 22616  bootstrapfail	./make.bat	/^:bootstrapfail$/;"	l
 22617  both	./go/types/resolver_test.go	/^	var both []string$/;"	v
 22618  bothInf	./math/dim_amd64.s	/^bothInf: \/\/ Dim(-Inf, -Inf) or Dim(+Inf, +Inf)$/;"	l
 22619  bottomUpVisitor	./cmd/compile/internal/gc/esc.go	/^type bottomUpVisitor struct {$/;"	t
 22620  bound	./cmd/compile/internal/gc/cgen.go	/^	var bound int64 = -1$/;"	v
 22621  boundariesByPos	./cmd/cover/profile.go	/^type boundariesByPos []Boundary$/;"	t
 22622  boundary	./regexp/syntax/prog.go	/^	var boundary byte$/;"	v
 22623  bounded	./cmd/compile/internal/gc/walk.go	/^func bounded(n *Node, max int64) bool {$/;"	f
 22624  bout	./cmd/cgo/util.go	/^	var bout, berr bytes.Buffer$/;"	v
 22625  bout	./cmd/compile/internal/gc/go.go	/^var bout *obj.Biobuf$/;"	v
 22626  bout	./net/http/readrequest_test.go	/^		var bout bytes.Buffer$/;"	v
 22627  bout	./net/http/response_test.go	/^		var bout bytes.Buffer$/;"	v
 22628  bp	./cmd/internal/obj/x86/asm6.go	/^	var bp []byte$/;"	v
 22629  bp	./runtime/mprof.go	/^func (b *bucket) bp() *blockRecord {$/;"	f
 22630  bpduff1	./cmd/internal/obj/x86/asm6.go	/^var bpduff1 = []byte{$/;"	v
 22631  bpduff2	./cmd/internal/obj/x86/asm6.go	/^var bpduff2 = []byte{$/;"	v
 22632  bpsize	./cmd/internal/obj/x86/obj6.go	/^	var bpsize int$/;"	v
 22633  br	./cmd/compile/internal/arm/cgen64.go	/^	var br *obj.Prog$/;"	v
 22634  br	./cmd/compile/internal/gc/walk.go	/^	var br *Node$/;"	v
 22635  br	./cmd/compile/internal/x86/cgen64.go	/^	var br *obj.Prog$/;"	v
 22636  br	./net/http/fcgi/child.go	/^		var br beginRequest$/;"	v
 22637  braced_keyval_list	./cmd/compile/internal/gc/go.y	/^braced_keyval_list:$/;"	l
 22638  braddoff	./cmd/link/internal/arm/asm.go	/^func braddoff(a int32, b int32) int32 {$/;"	f
 22639  branch	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) branch(jmp, target *obj.Prog) {$/;"	f
 22640  braw	./net/http/requestwrite_test.go	/^		var braw bytes.Buffer$/;"	v
 22641  braw	./net/http/responsewrite_test.go	/^		var braw bytes.Buffer$/;"	v
 22642  brdist	./cmd/internal/obj/arm64/asm7.go	/^func brdist(ctxt *obj.Link, p *obj.Prog, preshift int, flen int, shift int) int64 {$/;"	f
 22643  breaker	./encoding/pem/pem.go	/^	var breaker lineBreaker$/;"	v
 22644  breaker	./encoding/pem/pem_test.go	/^		var breaker lineBreaker$/;"	v
 22645  breakpc	./cmd/compile/internal/gc/go.go	/^var breakpc *obj.Prog$/;"	v
 22646  breakpoint	./runtime/stubs.go	/^func breakpoint()$/;"	f
 22647  brk_	./runtime/os_plan9.go	/^func brk_(addr unsafe.Pointer) int32$/;"	f
 22648  brloop	./cmd/internal/obj/pass.go	/^func brloop(ctxt *Link, p *Prog) *Prog {$/;"	f
 22649  browsers	./cmd/pprof/internal/commands/commands.go	/^func browsers() []string {$/;"	f
 22650  bs	./encoding/binary/binary.go	/^		var bs []byte$/;"	v
 22651  bs	./testing/benchmark.go	/^	var bs []InternalBenchmark$/;"	v
 22652  bsdthread_create	./runtime/os_darwin.go	/^func bsdthread_create(stk, arg unsafe.Pointer, fn uintptr) int32$/;"	f
 22653  bsdthread_register	./runtime/os_darwin.go	/^func bsdthread_register() int32$/;"	f
 22654  bsearch16	./strconv/makeisprint.go	/^func bsearch16(a []uint16, x uint16) int {$/;"	f
 22655  bsearch16	./strconv/quote.go	/^func bsearch16(a []uint16, x uint16) int {$/;"	f
 22656  bsearch32	./strconv/makeisprint.go	/^func bsearch32(a []uint32, x uint32) int {$/;"	f
 22657  bsearch32	./strconv/quote.go	/^func bsearch32(a []uint32, x uint32) int {$/;"	f
 22658  bslice	./fmt/fmt_test.go	/^var bslice = barray[:]$/;"	v
 22659  bss	./cmd/link/internal/ld/data.go	/^	var bss *Section$/;"	v
 22660  bsssect	./cmd/link/internal/ld/pe.go	/^var bsssect int$/;"	v
 22661  bstdout	./cmd/compile/internal/gc/go.go	/^var bstdout obj.Biobuf$/;"	v
 22662  btest	./cmd/compile/internal/gc/reg.go	/^func btest(a *Bits, n uint) bool {$/;"	f
 22663  btoi64Test	./strconv/atoi_test.go	/^type btoi64Test struct {$/;"	t
 22664  btoi64tests	./strconv/atoi_test.go	/^var btoi64tests = []btoi64Test{$/;"	v
 22665  btoui64tests	./strconv/atoi_test.go	/^var btoui64tests = []atoui64Test{$/;"	v
 22666  bucket	./cmd/link/internal/ld/pcln.go	/^				Diag("too many functions in a findfunc bucket! %d\/%d %d %d", i, nbuckets, j, idx-base)$/;"	f
 22667  bucket	./runtime/mprof.go	/^type bucket struct {$/;"	t
 22668  bucketOf	./reflect/type.go	/^func bucketOf(ktyp, etyp *rtype) *rtype {$/;"	f
 22669  bucketType	./runtime/mprof.go	/^type bucketType int$/;"	t
 22670  buf	./archive/tar/common.go	/^	var buf bytes.Buffer$/;"	v
 22671  buf	./archive/tar/writer.go	/^	var buf bytes.Buffer$/;"	v
 22672  buf	./archive/tar/writer_test.go	/^	var buf bytes.Buffer$/;"	v
 22673  buf	./archive/zip/reader.go	/^	var buf []byte$/;"	v
 22674  buf	./archive/zip/reader.go	/^	var buf [dataDescriptorLen]byte$/;"	v
 22675  buf	./archive/zip/reader.go	/^	var buf [directoryHeaderLen]byte$/;"	v
 22676  buf	./archive/zip/reader.go	/^	var buf [fileHeaderLen]byte$/;"	v
 22677  buf	./archive/zip/writer.go	/^			var buf [28]byte \/\/ 2x uint16 + 3x uint64$/;"	v
 22678  buf	./archive/zip/writer.go	/^		var buf [directory64EndLen + directory64LocLen]byte$/;"	v
 22679  buf	./archive/zip/writer.go	/^		var buf [directoryHeaderLen]byte$/;"	v
 22680  buf	./archive/zip/writer.go	/^	var buf []byte$/;"	v
 22681  buf	./archive/zip/writer.go	/^	var buf [directoryEndLen]byte$/;"	v
 22682  buf	./archive/zip/writer.go	/^	var buf [fileHeaderLen]byte$/;"	v
 22683  buf	./archive/zip/writer_test.go	/^	var buf bytes.Buffer$/;"	v
 22684  buf	./archive/zip/zip_test.go	/^	var buf bytes.Buffer$/;"	v
 22685  buf	./bufio/bufio_test.go	/^		var buf bytes.Buffer$/;"	v
 22686  buf	./bytes/buffer.go	/^		var buf []byte$/;"	v
 22687  buf	./bytes/buffer_test.go	/^	var buf Buffer$/;"	v
 22688  buf	./bytes/bytes_test.go	/^	var buf [4]byte$/;"	v
 22689  buf	./bytes/reader_test.go	/^			var buf [1]byte$/;"	v
 22690  buf	./cmd/api/goapi.go	/^	var buf bytes.Buffer$/;"	v
 22691  buf	./cmd/asm/internal/lex/lex_test.go	/^	var buf bytes.Buffer$/;"	v
 22692  buf	./cmd/cgo/gcc.go	/^	var buf bytes.Buffer$/;"	v
 22693  buf	./cmd/cgo/godefs.go	/^	var buf bytes.Buffer$/;"	v
 22694  buf	./cmd/cgo/out.go	/^	var buf bytes.Buffer$/;"	v
 22695  buf	./cmd/compile/internal/big/decimal.go	/^	var buf []byte$/;"	v
 22696  buf	./cmd/compile/internal/big/ftoa.go	/^	var buf []byte$/;"	v
 22697  buf	./cmd/compile/internal/big/intconv_test.go	/^	var buf bytes.Buffer$/;"	v
 22698  buf	./cmd/compile/internal/big/ratconv_test.go	/^	var buf bytes.Buffer$/;"	v
 22699  buf	./cmd/compile/internal/gc/fmt.go	/^		var buf bytes.Buffer$/;"	v
 22700  buf	./cmd/compile/internal/gc/fmt.go	/^	var buf bytes.Buffer$/;"	v
 22701  buf	./cmd/compile/internal/gc/lex.go	/^	var buf [ArhdrSize]byte$/;"	v
 22702  buf	./cmd/compile/internal/gc/lex.go	/^	var buf [utf8.UTFMax]byte$/;"	v
 22703  buf	./cmd/compile/internal/gc/reg.go	/^	var buf bytes.Buffer$/;"	v
 22704  buf	./cmd/compile/internal/gc/subr.go	/^			var buf bytes.Buffer$/;"	v
 22705  buf	./cmd/compile/internal/gc/subr.go	/^	var buf string$/;"	v
 22706  buf	./cmd/compile/internal/gc/walk.go	/^	var buf string$/;"	v
 22707  buf	./cmd/cover/html.go	/^		var buf bytes.Buffer$/;"	v
 22708  buf	./cmd/cover/html.go	/^	var buf bytes.Buffer$/;"	v
 22709  buf	./cmd/fix/main.go	/^	var buf bytes.Buffer$/;"	v
 22710  buf	./cmd/go/generate.go	/^		var buf []byte$/;"	v
 22711  buf	./cmd/go/main.go	/^	var buf bytes.Buffer$/;"	v
 22712  buf	./cmd/go/pkg.go	/^		var buf bytes.Buffer$/;"	v
 22713  buf	./cmd/go/test.go	/^	var buf bytes.Buffer$/;"	v
 22714  buf	./cmd/go/vcs.go	/^	var buf bytes.Buffer$/;"	v
 22715  buf	./cmd/gofmt/gofmt_test.go	/^	var buf bytes.Buffer$/;"	v
 22716  buf	./cmd/internal/obj/sym.go	/^	var buf string$/;"	v
 22717  buf	./cmd/internal/obj/util.go	/^	var buf bytes.Buffer$/;"	v
 22718  buf	./cmd/internal/rsc.io/arm/armasm/gnu.go	/^		var buf bytes.Buffer$/;"	v
 22719  buf	./cmd/internal/rsc.io/arm/armasm/gnu.go	/^	var buf bytes.Buffer$/;"	v
 22720  buf	./cmd/internal/rsc.io/arm/armasm/inst.go	/^	var buf bytes.Buffer$/;"	v
 22721  buf	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^	var buf bytes.Buffer$/;"	v
 22722  buf	./cmd/internal/rsc.io/arm/armasm/plan9x.go	/^		var buf bytes.Buffer$/;"	v
 22723  buf	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^	var buf bytes.Buffer$/;"	v
 22724  buf	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var buf bytes.Buffer$/;"	v
 22725  buf	./cmd/link/internal/ld/dwarf.go	/^	var buf string$/;"	v
 22726  buf	./cmd/link/internal/ld/go.go	/^	var buf bytes.Buffer$/;"	v
 22727  buf	./cmd/link/internal/ld/lib.go	/^			var buf bytes.Buffer$/;"	v
 22728  buf	./cmd/link/internal/ld/objfile.go	/^	var buf [8]uint8$/;"	v
 22729  buf	./cmd/link/internal/ld/sym.go	/^	var buf string$/;"	v
 22730  buf	./cmd/link/internal/ld/util.go	/^			var buf []byte$/;"	v
 22731  buf	./cmd/link/internal/ld/util.go	/^		var buf [4]byte$/;"	v
 22732  buf	./cmd/pack/pack_test.go	/^	var buf bytes.Buffer$/;"	v
 22733  buf	./cmd/pprof/internal/commands/commands.go	/^		var buf bytes.Buffer$/;"	v
 22734  buf	./cmd/pprof/internal/profile/profile_test.go	/^	var buf bytes.Buffer$/;"	v
 22735  buf	./cmd/vet/copylock.go	/^	var buf bytes.Buffer$/;"	v
 22736  buf	./cmd/vet/testdata/unused.go	/^	var buf bytes.Buffer$/;"	v
 22737  buf	./compress/flate/deflate_test.go	/^		var buf bytes.Buffer$/;"	v
 22738  buf	./compress/flate/gen.go	/^	var buf bytes.Buffer$/;"	v
 22739  buf	./compress/gzip/gunzip_test.go	/^	var buf bytes.Buffer$/;"	v
 22740  buf	./compress/gzip/gzip_test.go	/^	var buf bytes.Buffer$/;"	v
 22741  buf	./compress/zlib/writer_test.go	/^	var buf bytes.Buffer$/;"	v
 22742  buf	./crypto/elliptic/p224.go	/^	var buf [28]byte$/;"	v
 22743  buf	./crypto/md5/gen.go	/^	var buf bytes.Buffer$/;"	v
 22744  buf	./crypto/md5/md5_test.go	/^var buf = make([]byte, 8192+1)$/;"	v
 22745  buf	./crypto/md5/md5block_arm.s	/^#define buf	buffer-(8+4*16)(SP)	\/\/16 words temporary buffer$/;"	d
 22746  buf	./crypto/rand/rand_linux.go	/^	var buf [1]byte$/;"	v
 22747  buf	./crypto/sha1/sha1_test.go	/^var buf = make([]byte, 8192)$/;"	v
 22748  buf	./crypto/sha256/sha256_test.go	/^var buf = make([]byte, 8192)$/;"	v
 22749  buf	./crypto/sha512/sha512_test.go	/^var buf = make([]byte, 8192)$/;"	v
 22750  buf	./crypto/tls/handshake_server_test.go	/^	var buf []byte$/;"	v
 22751  buf	./database/sql/sql.go	/^	var buf [2 << 10]byte$/;"	v
 22752  buf	./debug/dwarf/buf.go	/^type buf struct {$/;"	t
 22753  buf	./debug/macho/fat.go	/^		var buf [4]byte$/;"	v
 22754  buf	./encoding/binary/binary_test.go	/^	var buf bytes.Buffer$/;"	v
 22755  buf	./encoding/gob/encoder_test.go	/^	var buf bytes.Buffer$/;"	v
 22756  buf	./encoding/gob/timing_test.go	/^		var buf bytes.Buffer$/;"	v
 22757  buf	./encoding/gob/timing_test.go	/^	var buf bytes.Buffer$/;"	v
 22758  buf	./encoding/hex/hex.go	/^	var buf bytes.Buffer$/;"	v
 22759  buf	./encoding/json/bench_test.go	/^	var buf bytes.Buffer$/;"	v
 22760  buf	./encoding/json/encode.go	/^	var buf bytes.Buffer$/;"	v
 22761  buf	./encoding/json/scanner_test.go	/^		var buf bytes.Buffer$/;"	v
 22762  buf	./encoding/json/scanner_test.go	/^	var buf bytes.Buffer$/;"	v
 22763  buf	./encoding/json/stream_test.go	/^		var buf bytes.Buffer$/;"	v
 22764  buf	./encoding/pem/pem.go	/^	var buf bytes.Buffer$/;"	v
 22765  buf	./encoding/pem/pem_test.go	/^		var buf bytes.Buffer$/;"	v
 22766  buf	./encoding/xml/marshal_test.go	/^		var buf bytes.Buffer$/;"	v
 22767  buf	./encoding/xml/marshal_test.go	/^	var buf bytes.Buffer$/;"	v
 22768  buf	./encoding/xml/read.go	/^	var buf []byte$/;"	v
 22769  buf	./expvar/expvar_test.go	/^			var buf [1]byte$/;"	v
 22770  buf	./flag/flag_test.go	/^	var buf bytes.Buffer$/;"	v
 22771  buf	./fmt/fmt_test.go	/^		var buf bytes.Buffer$/;"	v
 22772  buf	./fmt/fmt_test.go	/^	var buf bytes.Buffer$/;"	v
 22773  buf	./fmt/format.go	/^	var buf []byte = f.intbuf[0:]$/;"	v
 22774  buf	./fmt/format.go	/^	var buf []byte$/;"	v
 22775  buf	./fmt/scan_test.go	/^	var buf bytes.Buffer$/;"	v
 22776  buf	./go/ast/commentmap.go	/^	var buf bytes.Buffer$/;"	v
 22777  buf	./go/ast/commentmap_test.go	/^	var buf bytes.Buffer$/;"	v
 22778  buf	./go/ast/example_test.go	/^	var buf bytes.Buffer$/;"	v
 22779  buf	./go/ast/filter_test.go	/^	var buf bytes.Buffer$/;"	v
 22780  buf	./go/ast/print_test.go	/^	var buf bytes.Buffer$/;"	v
 22781  buf	./go/ast/scope.go	/^	var buf bytes.Buffer$/;"	v
 22782  buf	./go/doc/comment_test.go	/^		var buf bytes.Buffer$/;"	v
 22783  buf	./go/doc/comment_test.go	/^	var buf bytes.Buffer$/;"	v
 22784  buf	./go/doc/doc_test.go	/^		var buf bytes.Buffer$/;"	v
 22785  buf	./go/doc/doc_test.go	/^	var buf bytes.Buffer$/;"	v
 22786  buf	./go/doc/example_test.go	/^				var buf bytes.Buffer$/;"	v
 22787  buf	./go/doc/headscan.go	/^	var buf bytes.Buffer$/;"	v
 22788  buf	./go/format/format.go	/^		var buf bytes.Buffer$/;"	v
 22789  buf	./go/format/format_test.go	/^	var buf bytes.Buffer$/;"	v
 22790  buf	./go/internal/gccgoimporter/parser.go	/^	var buf bytes.Buffer$/;"	v
 22791  buf	./go/internal/gccgoimporter/parser_test.go	/^			var buf bytes.Buffer$/;"	v
 22792  buf	./go/parser/interface.go	/^			var buf bytes.Buffer$/;"	v
 22793  buf	./go/parser/parser_test.go	/^	var buf bytes.Buffer$/;"	v
 22794  buf	./go/printer/example_test.go	/^	\/\/ var buf bytes.Buffer$/;"	v
 22795  buf	./go/printer/example_test.go	/^	var buf bytes.Buffer$/;"	v
 22796  buf	./go/printer/nodes.go	/^	var buf bytes.Buffer$/;"	v
 22797  buf	./go/printer/performance_test.go	/^	var buf bytes.Buffer$/;"	v
 22798  buf	./go/printer/printer_test.go	/^		var buf bytes.Buffer$/;"	v
 22799  buf	./go/printer/printer_test.go	/^	var buf bytes.Buffer \/\/ holding long error message$/;"	v
 22800  buf	./go/printer/printer_test.go	/^	var buf bytes.Buffer$/;"	v
 22801  buf	./go/token/serialize_test.go	/^	var buf bytes.Buffer$/;"	v
 22802  buf	./go/types/api.go	/^	var buf bytes.Buffer$/;"	v
 22803  buf	./go/types/api_test.go	/^	var buf bytes.Buffer$/;"	v
 22804  buf	./go/types/example_test.go	/^		var buf bytes.Buffer$/;"	v
 22805  buf	./go/types/example_test.go	/^	var buf bytes.Buffer$/;"	v
 22806  buf	./go/types/exprstring.go	/^	var buf bytes.Buffer$/;"	v
 22807  buf	./go/types/methodset.go	/^	var buf bytes.Buffer$/;"	v
 22808  buf	./go/types/object.go	/^	var buf bytes.Buffer$/;"	v
 22809  buf	./go/types/operand.go	/^	var buf bytes.Buffer$/;"	v
 22810  buf	./go/types/scope.go	/^	var buf bytes.Buffer$/;"	v
 22811  buf	./go/types/selection.go	/^	var buf bytes.Buffer$/;"	v
 22812  buf	./go/types/typestring.go	/^	var buf bytes.Buffer$/;"	v
 22813  buf	./html/template/escape_test.go	/^	var buf bytes.Buffer$/;"	v
 22814  buf	./html/template/js.go	/^	var buf bytes.Buffer$/;"	v
 22815  buf	./html/template/js_test.go	/^		var buf bytes.Buffer$/;"	v
 22816  buf	./html/template/transition_test.go	/^	var buf bytes.Buffer$/;"	v
 22817  buf	./image/color/palette/gen.go	/^	var buf bytes.Buffer$/;"	v
 22818  buf	./image/gif/writer_test.go	/^		var buf bytes.Buffer$/;"	v
 22819  buf	./image/gif/writer_test.go	/^	var buf bytes.Buffer$/;"	v
 22820  buf	./image/jpeg/writer_test.go	/^		var buf bytes.Buffer$/;"	v
 22821  buf	./image/jpeg/writer_test.go	/^	var buf bytes.Buffer$/;"	v
 22822  buf	./index/suffixarray/suffixarray_test.go	/^	var buf bytes.Buffer$/;"	v
 22823  buf	./internal/format/format.go	/^		var buf bytes.Buffer$/;"	v
 22824  buf	./internal/format/format.go	/^	var buf bytes.Buffer$/;"	v
 22825  buf	./internal/trace/parser.go	/^		var buf [1]byte$/;"	v
 22826  buf	./internal/trace/parser.go	/^	var buf [16]byte$/;"	v
 22827  buf	./io/multi_test.go	/^	var buf []byte$/;"	v
 22828  buf	./io/multi_test.go	/^	var buf bytes.Buffer$/;"	v
 22829  buf	./io/pipe_test.go	/^		var buf = make([]byte, 64)$/;"	v
 22830  buf	./io/pipe_test.go	/^	var buf = make([]byte, 64)$/;"	v
 22831  buf	./log/example_test.go	/^	var buf bytes.Buffer$/;"	v
 22832  buf	./log/log_test.go	/^	var buf bytes.Buffer$/;"	v
 22833  buf	./log/syslog/syslog_test.go	/^	var buf [4096]byte$/;"	v
 22834  buf	./math/big/decimal.go	/^	var buf []byte$/;"	v
 22835  buf	./math/big/ftoa.go	/^	var buf []byte$/;"	v
 22836  buf	./math/big/intconv_test.go	/^	var buf bytes.Buffer$/;"	v
 22837  buf	./math/big/ratconv_test.go	/^	var buf bytes.Buffer$/;"	v
 22838  buf	./mime/mediatype.go	/^	var buf bytes.Buffer$/;"	v
 22839  buf	./mime/multipart/multipart_test.go	/^		var buf bytes.Buffer$/;"	v
 22840  buf	./mime/multipart/multipart_test.go	/^	var buf bytes.Buffer$/;"	v
 22841  buf	./mime/multipart/writer.go	/^	var buf [30]byte$/;"	v
 22842  buf	./mime/quotedprintable/reader_test.go	/^		var buf bytes.Buffer$/;"	v
 22843  buf	./mime/quotedprintable/reader_test.go	/^	var buf bytes.Buffer$/;"	v
 22844  buf	./mime/type.go	/^	var buf [10]byte$/;"	v
 22845  buf	./net/fd_windows.go	/^		var buf [32]syscall.WSAProtocolInfo$/;"	v
 22846  buf	./net/file_plan9.go	/^		var buf [16]byte$/;"	v
 22847  buf	./net/http/cgi/host_test.go	/^	var buf [5000]byte$/;"	v
 22848  buf	./net/http/client_test.go	/^	var buf [10]byte$/;"	v
 22849  buf	./net/http/fs.go	/^			var buf [sniffLen]byte$/;"	v
 22850  buf	./net/http/fs_test.go	/^	var buf bytes.Buffer$/;"	v
 22851  buf	./net/http/header_test.go	/^	var buf bytes.Buffer$/;"	v
 22852  buf	./net/http/header_test.go	/^var buf bytes.Buffer$/;"	v
 22853  buf	./net/http/httputil/dump.go	/^	var buf bytes.Buffer \/\/ records the output$/;"	v
 22854  buf	./net/http/httputil/dump.go	/^	var buf bytes.Buffer$/;"	v
 22855  buf	./net/http/internal/chunked_test.go	/^	var buf bytes.Buffer$/;"	v
 22856  buf	./net/http/npn_test.go	/^			var buf bytes.Buffer$/;"	v
 22857  buf	./net/http/pprof/pprof.go	/^	var buf bytes.Buffer$/;"	v
 22858  buf	./net/http/response.go	/^		var buf [1]byte$/;"	v
 22859  buf	./net/http/response_test.go	/^		var buf bytes.Buffer$/;"	v
 22860  buf	./net/http/response_test.go	/^	var buf bytes.Buffer$/;"	v
 22861  buf	./net/http/serve_test.go	/^		var buf [1]byte$/;"	v
 22862  buf	./net/http/serve_test.go	/^	var buf bytes.Buffer$/;"	v
 22863  buf	./net/http/transfer.go	/^				var buf [1]byte$/;"	v
 22864  buf	./net/http/transport_test.go	/^		var buf bytes.Buffer$/;"	v
 22865  buf	./net/http/transport_test.go	/^	var buf bytes.Buffer$/;"	v
 22866  buf	./net/ipsock_plan9.go	/^	var buf [128]byte$/;"	v
 22867  buf	./net/ipsock_plan9.go	/^	var buf [16]byte$/;"	v
 22868  buf	./net/lookup_test.go	/^	var buf bytes.Buffer$/;"	v
 22869  buf	./net/mail/message.go	/^	var buf bytes.Buffer$/;"	v
 22870  buf	./net/parse.go	/^	var buf [20]byte \/\/ big enough for 64bit value base 10$/;"	v
 22871  buf	./net/tcp_test.go	/^				var buf [msgLen]byte$/;"	v
 22872  buf	./net/tcp_test.go	/^			var buf [1]byte$/;"	v
 22873  buf	./net/tcp_test.go	/^			var buf [msgLen]byte$/;"	v
 22874  buf	./net/tcp_test.go	/^	var buf [128]byte$/;"	v
 22875  buf	./net/textproto/reader_test.go	/^	var buf bytes.Buffer$/;"	v
 22876  buf	./net/textproto/writer_test.go	/^	var buf bytes.Buffer$/;"	v
 22877  buf	./net/url/url.go	/^	var buf bytes.Buffer$/;"	v
 22878  buf	./os/file_plan9.go	/^	var buf [syscall.STATFIXLEN]byte$/;"	v
 22879  buf	./os/os_test.go	/^	var buf [100]byte$/;"	v
 22880  buf	./os/signal/signal_plan9_test.go	/^	var buf [32]byte \/\/ big enough for int64$/;"	v
 22881  buf	./os/str.go	/^	var buf [20]byte \/\/ big enough for 64bit value base 10$/;"	v
 22882  buf	./os/sys_linux.go	/^	var buf [512]byte \/\/ Enough for a DNS name.$/;"	v
 22883  buf	./os/sys_plan9.go	/^	var buf [128]byte$/;"	v
 22884  buf	./os/types.go	/^	var buf [32]byte \/\/ Mode is uint32.$/;"	v
 22885  buf	./reflect/all_test.go	/^	var buf bytes.Buffer$/;"	v
 22886  buf	./regexp/onepass.go	/^	var buf bytes.Buffer$/;"	v
 22887  buf	./regexp/regexp.go	/^	var buf []byte$/;"	v
 22888  buf	./regexp/syntax/prog.go	/^	var buf bytes.Buffer$/;"	v
 22889  buf	./runtime/crash_test.go	/^	var buf [64<<10]byte$/;"	v
 22890  buf	./runtime/gengoos.go	/^		var buf bytes.Buffer$/;"	v
 22891  buf	./runtime/heapdump.go	/^			var buf [64]byte$/;"	v
 22892  buf	./runtime/heapdump.go	/^	var buf [10]byte$/;"	v
 22893  buf	./runtime/heapdump.go	/^var buf [bufSize]byte$/;"	v
 22894  buf	./runtime/mkduff.go	/^	var buf bytes.Buffer$/;"	v
 22895  buf	./runtime/os1_linux.go	/^	var buf [maxCPUs \/ (ptrSize * 8)]uintptr$/;"	v
 22896  buf	./runtime/os1_plan9.go	/^	var buf [128]byte$/;"	v
 22897  buf	./runtime/os1_plan9.go	/^	var buf [2048]byte$/;"	v
 22898  buf	./runtime/os1_plan9.go	/^	var buf [_ERRMAX]byte$/;"	v
 22899  buf	./runtime/os1_windows.go	/^	var buf [50]byte \/\/ large enough for longest string$/;"	v
 22900  buf	./runtime/pprof/mprof_test.go	/^	var buf bytes.Buffer$/;"	v
 22901  buf	./runtime/pprof/pprof.go	/^	var buf bytes.Buffer$/;"	v
 22902  buf	./runtime/pprof/pprof_test.go	/^				var buf bytes.Buffer$/;"	v
 22903  buf	./runtime/print1.go	/^	var buf [100]byte$/;"	v
 22904  buf	./runtime/print1.go	/^	var buf [n + 7]byte$/;"	v
 22905  buf	./runtime/proc_test.go	/^			var buf [1]byte$/;"	v
 22906  buf	./runtime/race/sched_test.go	/^	var buf bytes.Buffer$/;"	v
 22907  buf	./runtime/runtime_test.go	/^	var buf [32]byte$/;"	v
 22908  buf	./runtime/string1.go	/^	var buf [8]byte$/;"	v
 22909  buf	./runtime/syscall_windows_test.go	/^		var buf [256]byte$/;"	v
 22910  buf	./runtime/syscall_windows_test.go	/^	var buf [50]byte$/;"	v
 22911  buf	./runtime/trace/trace_test.go	/^			var buf [1]byte$/;"	v
 22912  buf	./runtime/trace/trace_test.go	/^		var buf [1]byte$/;"	v
 22913  buf	./runtime/wincallback.go	/^	var buf bytes.Buffer$/;"	v
 22914  buf	./strconv/decimal.go	/^	var buf [24]byte$/;"	v
 22915  buf	./strconv/extfloat.go	/^		var buf [24]byte$/;"	v
 22916  buf	./strconv/extfloat.go	/^	var buf [32]byte$/;"	v
 22917  buf	./strconv/ftoa.go	/^			var buf [24]byte$/;"	v
 22918  buf	./strconv/ftoa.go	/^		var buf [32]byte$/;"	v
 22919  buf	./strconv/makeisprint.go	/^	var buf bytes.Buffer$/;"	v
 22920  buf	./strings/reader_test.go	/^			var buf [1]byte$/;"	v
 22921  buf	./strings/replace.go	/^	var buf []byte \/\/ lazily allocated$/;"	v
 22922  buf	./strings/replace.go	/^	var buf []byte$/;"	v
 22923  buf	./strings/replace_test.go	/^		var buf bytes.Buffer$/;"	v
 22924  buf	./syscall/exec_plan9.go	/^	var buf [STATMAX]byte$/;"	v
 22925  buf	./syscall/mksyscall_windows.go	/^	var buf bytes.Buffer$/;"	v
 22926  buf	./syscall/str.go	/^	var buf [32]byte \/\/ big enough for int64$/;"	v
 22927  buf	./syscall/syscall_darwin.go	/^	var buf [CTL_MAXNAME + 2]_C_int$/;"	v
 22928  buf	./syscall/syscall_dragonfly.go	/^	var buf [CTL_MAXNAME + 2]_C_int$/;"	v
 22929  buf	./syscall/syscall_freebsd.go	/^	var buf [CTL_MAXNAME + 2]_C_int$/;"	v
 22930  buf	./syscall/syscall_linux.go	/^		var buf [sizeofPtr]byte$/;"	v
 22931  buf	./syscall/syscall_linux.go	/^	var buf [PathMax]byte$/;"	v
 22932  buf	./syscall/syscall_linux.go	/^	var buf [sizeofPtr]byte$/;"	v
 22933  buf	./syscall/syscall_plan9.go	/^	var buf [512]byte$/;"	v
 22934  buf	./syscall/syscall_plan9.go	/^	var buf [ERRMAX]byte$/;"	v
 22935  buf	./testing/benchmark_test.go	/^			var buf bytes.Buffer$/;"	v
 22936  buf	./testing/example.go	/^		var buf bytes.Buffer$/;"	v
 22937  buf	./testing/testing.go	/^\/\/             var buf bytes.Buffer$/;"	v
 22938  buf	./text/scanner/scanner_test.go	/^	var buf bytes.Buffer$/;"	v
 22939  buf	./time/format.go	/^		var buf [bufSize]byte$/;"	v
 22940  buf	./time/format.go	/^	var buf [20]byte$/;"	v
 22941  buf	./time/format.go	/^	var buf [9]byte$/;"	v
 22942  buf	./time/genzabbrs.go	/^	var buf bytes.Buffer$/;"	v
 22943  buf	./time/time.go	/^	var buf [32]byte$/;"	v
 22944  buf	./unicode/utf8/utf8_test.go	/^		var buf [10]byte$/;"	v
 22945  buf1	./bufio/bufio_test.go	/^	var buf1, buf2 bytes.Buffer$/;"	v
 22946  buf1	./encoding/json/scanner_test.go	/^	var buf1 bytes.Buffer$/;"	v
 22947  bufPool	./mime/encodedword.go	/^var bufPool = sync.Pool{$/;"	v
 22948  bufReader	./bufio/bufio_test.go	/^type bufReader struct {$/;"	t
 22949  bufSize	./os/user/lookup_unix.go	/^	var bufSize C.long$/;"	v
 22950  bufWriter	./net/http/fcgi/fcgi.go	/^type bufWriter struct {$/;"	t
 22951  bufa	./net/http/client_test.go	/^	var bufa [64]byte$/;"	v
 22952  buffer	./archive/tar/writer_test.go	/^	var buffer bytes.Buffer$/;"	v
 22953  buffer	./cmd/pprof/internal/profile/proto.go	/^type buffer struct {$/;"	t
 22954  buffer	./compress/flate/deflate_test.go	/^	var buffer bytes.Buffer$/;"	v
 22955  buffer	./crypto/tls/prf.go	/^	var buffer []byte$/;"	v
 22956  buffer	./fmt/print.go	/^type buffer []byte$/;"	t
 22957  buffer	./text/tabwriter/tabwriter_test.go	/^type buffer struct {$/;"	t
 22958  bufferOverrunBase64	./compress/bzip2/bzip2_test.go	/^var bufferOverrunBase64 string = `$/;"	v
 22959  bufioWriterPool	./net/http/server.go	/^func bufioWriterPool(size int) *sync.Pool {$/;"	f
 22960  bufreaders	./bufio/bufio_test.go	/^var bufreaders = []bufReader{$/;"	v
 22961  bufsize	./syscall/syscall_darwin.go	/^	var bufsize uintptr$/;"	v
 22962  bufsize	./syscall/syscall_dragonfly.go	/^	var bufsize uintptr$/;"	v
 22963  bufsize	./syscall/syscall_freebsd.go	/^	var bufsize uintptr$/;"	v
 22964  bufsize	./syscall/syscall_openbsd.go	/^	var bufsize uintptr$/;"	v
 22965  bufsizes	./bufio/bufio_test.go	/^var bufsizes = []int{$/;"	v
 22966  bug1EncDec	./encoding/gob/encoder_test.go	/^func bug1EncDec(in Bug1StructMap, out *Bug1StructMap) error {$/;"	f
 22967  bugs	./cmd/doc/pkg.go	/^func (pkg *Package) bugs() {$/;"	f
 22968  build	./regexp/find_test.go	/^func build(n int, x ...int) [][]int {$/;"	f
 22969  build	./runtime/syscall_windows_test.go	/^func (d *cbDLL) build(t *testing.T, dir string) string {$/;"	f
 22970  build	./runtime/syscall_windows_test.go	/^func (f cbDLLFunc) build() string {$/;"	f
 22971  buildBranch	./cmd/trace/trace.go	/^func (ctx *traceContext) buildBranch(parent frameNode, stk []*trace.Frame) int {$/;"	f
 22972  buildChains	./crypto/x509/verify.go	/^func (c *Certificate) buildChains(cache map[int][][]*Certificate, currentChain []*Certificate, opts *VerifyOptions) (chains [][]*Certificate, err error) {$/;"	f
 22973  buildEncEngine	./encoding/gob/encode.go	/^func buildEncEngine(info *typeInfo, ut *userTypeInfo, building map[*typeInfo]bool) *encEngine {$/;"	f
 22974  buildExtensions	./crypto/x509/x509.go	/^func buildExtensions(template *Certificate) (ret []pkix.Extension, err error) {$/;"	f
 22975  buildHuffmanNode	./compress/bzip2/huffman.go	/^func buildHuffmanNode(t *huffmanTree, codes []huffmanCode, level uint32) (nodeIndex uint16, err error) {$/;"	f
 22976  buildObjdump	./cmd/objdump/objdump_test.go	/^func buildObjdump(t *testing.T) (tmp, exe string) {$/;"	f
 22977  buildOne	./runtime/syscall_windows_test.go	/^func (f cbDLLFunc) buildOne(stdcall bool) string {$/;"	f
 22978  buildPrintPathExe	./os/exec/lp_windows_test.go	/^func buildPrintPathExe(t *testing.T, dir string) string {$/;"	f
 22979  buildSrc	./runtime/syscall_windows_test.go	/^func (d *cbDLL) buildSrc(t *testing.T, path string) {$/;"	f
 22980  buildTypeInfo	./encoding/gob/type.go	/^func buildTypeInfo(ut *userTypeInfo, rt reflect.Type) (*typeInfo, error) {$/;"	f
 22981  buildVersion	./runtime/zversion.go	/^var buildVersion = theVersion$/;"	v
 22982  build_sysctl	./syscall/mksysctl_openbsd.pl	/^sub build_sysctl() {$/;"	s
 22983  buildall	./make.bat	/^if x%1==x--no-clean set buildall=$/;"	v
 22984  buildall	./make.bat	/^set buildall=-a$/;"	v
 22985  buildinfo	./cmd/link/internal/ld/elf.go	/^var buildinfo []byte$/;"	v
 22986  buildop	./cmd/internal/obj/arm/asm5.go	/^func buildop(ctxt *obj.Link) {$/;"	f
 22987  buildop	./cmd/internal/obj/arm64/asm7.go	/^func buildop(ctxt *obj.Link) {$/;"	f
 22988  buildop	./cmd/internal/obj/ppc64/asm9.go	/^func buildop(ctxt *obj.Link) {$/;"	f
 22989  builds	./cmd/go/test.go	/^	var builds, runs, prints []*action$/;"	v
 22990  buildup	./net/mockserver_test.go	/^func (dss *dualStackServer) buildup(handler func(*dualStackServer, Listener)) error {$/;"	f
 22991  buildup	./net/mockserver_test.go	/^func (ls *localPacketServer) buildup(handler func(*localPacketServer, PacketConn)) error {$/;"	f
 22992  buildup	./net/mockserver_test.go	/^func (ls *localServer) buildup(handler func(*localServer, Listener)) error {$/;"	f
 22993  builtin	./go/types/builtins.go	/^func (check *Checker) builtin(x *operand, call *ast.CallExpr, id builtinId) (_ bool) {$/;"	f
 22994  builtinCalls	./go/types/builtins_test.go	/^var builtinCalls = []struct {$/;"	v
 22995  builtinDefs	./cmd/cgo/out.go	/^var builtinDefs = map[string]string{$/;"	v
 22996  builtinFuncs	./text/template/funcs.go	/^var builtinFuncs = createValueFuncs(builtins)$/;"	v
 22997  builtinId	./go/types/universe.go	/^type builtinId int$/;"	t
 22998  builtinIdToType	./encoding/gob/type.go	/^var builtinIdToType map[typeId]gobType \/\/ set in init() after builtins are established$/;"	v
 22999  builtinTypesLower	./mime/type.go	/^var builtinTypesLower = map[string]string{$/;"	v
 23000  builtinpkg	./cmd/compile/internal/gc/go.go	/^var builtinpkg *Pkg \/\/ fake package for builtins$/;"	v
 23001  builtins	./text/template/funcs.go	/^var builtins = FuncMap{$/;"	v
 23002  builtins	./text/template/parse/parse_test.go	/^var builtins = map[string]interface{}{$/;"	v
 23003  bulkBvec	./cmd/compile/internal/gc/bv.go	/^type bulkBvec struct {$/;"	t
 23004  bumpWeight	./cmd/pprof/internal/report/report.go	/^func bumpWeight(from, to *node, w int64, residual bool) {$/;"	f
 23005  bundle	./go/doc/doc_test.go	/^type bundle struct {$/;"	t
 23006  but	./cmd/doc/pkg.go	/^	\/\/ time.Weekday, so it is defined in the type but not in the$/;"	t
 23007  but	./go/doc/testdata/benchmark.go	/^\/\/ An internal type but exported because it is cross-package; part of the implementation$/;"	t
 23008  but	./go/doc/testdata/testing.go	/^\/\/ An internal type but exported because it is cross-package; part of the implementation$/;"	t
 23009  but	./go/types/eval_test.go	/^		t.Errorf("Eval(%q) got nil type but no error", expr)$/;"	t
 23010  but	./go/types/lookup.go	/^	\/\/ pointer type but discard the result if it is a method since we would$/;"	t
 23011  but	./testing/benchmark.go	/^\/\/ An internal type but exported because it is cross-package; part of the implementation$/;"	t
 23012  but	./testing/testing.go	/^\/\/ An internal type but exported because it is cross-package; part of the implementation$/;"	t
 23013  bv	./cmd/pprof/internal/driver/interactive.go	/^	var bv bool$/;"	v
 23014  bv	./runtime/heapdump.go	/^	var bv bitvector$/;"	v
 23015  bv	./runtime/mgcmark.go	/^		var bv bitvector$/;"	v
 23016  bv	./runtime/stack1.go	/^		var bv bitvector$/;"	v
 23017  bvalloc	./cmd/compile/internal/gc/bv.go	/^func bvalloc(n int32) Bvec {$/;"	f
 23018  bvand	./cmd/compile/internal/gc/bv.go	/^func bvand(dst Bvec, src1 Bvec, src2 Bvec) {$/;"	f
 23019  bvandnot	./cmd/compile/internal/gc/bv.go	/^func bvandnot(dst Bvec, src1 Bvec, src2 Bvec) {$/;"	f
 23020  bvbits	./cmd/compile/internal/gc/bv.go	/^func bvbits(bv Bvec) int32 {$/;"	f
 23021  bvbulkalloc	./cmd/compile/internal/gc/bv.go	/^func bvbulkalloc(nbit int32, count int32) bulkBvec {$/;"	f
 23022  bvcmp	./cmd/compile/internal/gc/bv.go	/^func bvcmp(bv1 Bvec, bv2 Bvec) int {$/;"	f
 23023  bvconcat	./cmd/compile/internal/gc/bv.go	/^func bvconcat(src1 Bvec, src2 Bvec) Bvec {$/;"	f
 23024  bvcopy	./cmd/compile/internal/gc/bv.go	/^func bvcopy(dst Bvec, src Bvec) {$/;"	f
 23025  bvgenjump	./cmd/compile/internal/gc/cgen.go	/^func bvgenjump(n, res *Node, wantTrue, geninit bool) {$/;"	f
 23026  bvget	./cmd/compile/internal/gc/bv.go	/^func bvget(bv Bvec, i int32) int {$/;"	f
 23027  bvisempty	./cmd/compile/internal/gc/bv.go	/^func bvisempty(bv Bvec) bool {$/;"	f
 23028  bvnext	./cmd/compile/internal/gc/bv.go	/^func bvnext(bv Bvec, i int32) int {$/;"	f
 23029  bvnot	./cmd/compile/internal/gc/bv.go	/^func bvnot(bv Bvec) {$/;"	f
 23030  bvor	./cmd/compile/internal/gc/bv.go	/^func bvor(dst Bvec, src1 Bvec, src2 Bvec) {$/;"	f
 23031  bvprint	./cmd/compile/internal/gc/bv.go	/^func bvprint(bv Bvec) {$/;"	f
 23032  bvreset	./cmd/compile/internal/gc/bv.go	/^func bvreset(bv Bvec, i int32) {$/;"	f
 23033  bvresetall	./cmd/compile/internal/gc/bv.go	/^func bvresetall(bv Bvec) {$/;"	f
 23034  bvset	./cmd/compile/internal/gc/bv.go	/^func bvset(bv Bvec, i int32) {$/;"	f
 23035  bvsize	./cmd/compile/internal/gc/bv.go	/^func bvsize(n uint32) uint32 {$/;"	f
 23036  bvwords	./cmd/compile/internal/gc/bv.go	/^func bvwords(bv Bvec) int32 {$/;"	f
 23037  bw	./image/png/writer.go	/^	var bw *bufio.Writer$/;"	v
 23038  bw	./net/http/request.go	/^	var bw *bufio.Writer$/;"	v
 23039  bw	./regexp/syntax/prog.go	/^func bw(b *bytes.Buffer, args ...string) {$/;"	f
 23040  by	./go/types/decl.go	/^	\/\/ Determine the (final, unnamed) underlying type by resolving$/;"	t
 23041  byAddr	./cmd/internal/objfile/objfile.go	/^type byAddr []Sym$/;"	t
 23042  byAddr	./cmd/nm/nm.go	/^type byAddr []objfile.Sym$/;"	t
 23043  byCommentPos	./go/ast/import.go	/^type byCommentPos []*CommentGroup$/;"	t
 23044  byCycles	./runtime/pprof/pprof.go	/^type byCycles []runtime.BlockProfileRecord$/;"	t
 23045  byDate	./cmd/fix/fix.go	/^type byDate []fix$/;"	t
 23046  byDuration	./runtime/debug/garbage.go	/^type byDuration []time.Duration$/;"	t
 23047  byFileName	./cmd/cover/profile.go	/^type byFileName []*Profile$/;"	t
 23048  byHost	./net/lookup_windows_test.go	/^type byHost []*NS$/;"	t
 23049  byImportSpec	./go/ast/import.go	/^type byImportSpec []Spec \/\/ slice of *ImportSpec$/;"	t
 23050  byInUseBytes	./runtime/pprof/pprof.go	/^type byInUseBytes []runtime.MemProfileRecord$/;"	t
 23051  byIndex	./encoding/json/encode.go	/^type byIndex []field$/;"	t
 23052  byInterval	./go/ast/commentmap.go	/^type byInterval []Node$/;"	t
 23053  byMaskLength	./net/addrselect.go	/^type byMaskLength []policyTableEntry$/;"	t
 23054  byName	./cmd/fix/fix.go	/^type byName []fix$/;"	t
 23055  byName	./cmd/nm/nm.go	/^type byName []objfile.Sym$/;"	t
 23056  byName	./encoding/json/encode.go	/^type byName []field$/;"	t
 23057  byName	./io/ioutil/ioutil.go	/^type byName []os.FileInfo$/;"	t
 23058  byName	./runtime/pprof/pprof.go	/^type byName []*Profile$/;"	t
 23059  byOrder	./cmd/go/test.go	/^type byOrder []*doc.Example$/;"	t
 23060  byPath	./go/internal/gcimporter/gcimporter.go	/^type byPath []*types.Package$/;"	t
 23061  byPathLength	./net/http/cookiejar/jar.go	/^type byPathLength []entry$/;"	t
 23062  byPkg	./cmd/link/internal/ld/symtab.go	/^type byPkg []*Library$/;"	t
 23063  byPos	./go/ast/commentmap.go	/^type byPos []*CommentGroup$/;"	t
 23064  byPref	./net/dnsclient.go	/^type byPref []*MX$/;"	t
 23065  byPrefAndHost	./net/lookup_windows_test.go	/^type byPrefAndHost []*MX$/;"	t
 23066  byPriorityWeight	./net/dnsclient.go	/^type byPriorityWeight []*SRV$/;"	t
 23067  byRFC6724	./net/addrselect.go	/^type byRFC6724 struct {$/;"	t
 23068  bySize	./cmd/nm/nm.go	/^type bySize []objfile.Sym$/;"	t
 23069  byUniqueMethodName	./go/types/typexpr.go	/^type byUniqueMethodName []*Func$/;"	t
 23070  byUniqueName	./go/types/methodset.go	/^type byUniqueName []*Selection$/;"	t
 23071  byUniqueTypeName	./go/types/typexpr.go	/^type byUniqueTypeName []*Named$/;"	t
 23072  byte	./builtin/builtin.go	/^type byte byte$/;"	t
 23073  byte	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) byte(x byte) {$/;"	f
 23074  byte	./image/png/reader.go	/^		\/\/ shouldn't even read a per-row filter type byte, so return early.$/;"	t
 23075  byte	./time/zoneinfo_read.go	/^func (d *data) byte() (n byte, ok bool) {$/;"	f
 23076  byteEq	./crypto/subtle/constant_time_test.go	/^func byteEq(a, b uint8) int {$/;"	f
 23077  byteFormatter	./fmt/fmt_test.go	/^type byteFormatter byte$/;"	t
 23078  byteFormatterSlice	./fmt/fmt_test.go	/^var byteFormatterSlice = []byteFormatter{97, 98, 99, 100}$/;"	v
 23079  byteFromChanReader	./net/http/transport_test.go	/^type byteFromChanReader chan byte$/;"	t
 23080  byteIndex	./net/parse.go	/^func byteIndex(s string, c byte) int {$/;"	f
 23081  byteIndex	./syscall/srpc_nacl.go	/^func byteIndex(b []byte, c byte) int {$/;"	f
 23082  byteKind	./encoding/json/decode_test.go	/^	type byteKind []byte$/;"	t
 23083  byteOrders	./cmd/internal/objfile/disasm.go	/^var byteOrders = map[string]binary.ByteOrder{$/;"	v
 23084  byteReader	./cmd/compile/internal/big/intconv.go	/^type byteReader struct {$/;"	t
 23085  byteReader	./math/big/intconv.go	/^type byteReader struct {$/;"	t
 23086  byteReplacer	./strings/replace.go	/^type byteReplacer [256]byte$/;"	t
 23087  byteSizeSuffix	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func byteSizeSuffix(b int) string {$/;"	f
 23088  byteSliceReader	./encoding/binary/binary_test.go	/^type byteSliceReader struct {$/;"	t
 23089  byteString	./time/zoneinfo_read.go	/^func byteString(p []byte) string {$/;"	f
 23090  byteStringReplacer	./strings/replace.go	/^type byteStringReplacer [256][]byte$/;"	t
 23091  byteStringer	./fmt/fmt_test.go	/^type byteStringer byte$/;"	t
 23092  byteStringerSlice	./fmt/fmt_test.go	/^var byteStringerSlice = []byteStringer{97, 98, 99, 100}$/;"	v
 23093  byteType	./fmt/print.go	/^var byteType = reflect.TypeOf(byte(0))$/;"	v
 23094  bytediff	./archive/tar/writer_test.go	/^func bytediff(a []byte, b []byte) string {$/;"	f
 23095  byteq	./syscall/net_nacl.go	/^type byteq struct {$/;"	t
 23096  bytereg	./cmd/internal/obj/x86/asm6.go	/^func bytereg(a *obj.Addr, t *uint8) {$/;"	f
 23097  bytes	./bytes/buffer_test.go	/^			var bytes []byte$/;"	v
 23098  bytes	./cmd/compile/internal/big/nat.go	/^func (z nat) bytes(buf []byte) (i int) {$/;"	f
 23099  bytes	./debug/dwarf/buf.go	/^func (b *buf) bytes(n int) []byte {$/;"	f
 23100  bytes	./encoding/asn1/marshal.go	/^	var bytes [4]byte$/;"	v
 23101  bytes	./encoding/xml/marshal.go	/^		var bytes []byte$/;"	v
 23102  bytes	./fmt/print.go	/^			var bytes []byte$/;"	v
 23103  bytes	./math/big/nat.go	/^func (z nat) bytes(buf []byte) (i int) {$/;"	f
 23104  bytes	./runtime/print1.go	/^func bytes(s string) (ret []byte) {$/;"	f
 23105  bytes	./syscall/srpc_nacl.go	/^func (m *msg) bytes(n int) []byte {$/;"	f
 23106  bytesEqual	./net/ip.go	/^func bytesEqual(x, y []byte) bool {$/;"	f
 23107  bytesEqualIP	./net/interface_windows.go	/^func bytesEqualIP(a []byte, b []int8) bool {$/;"	f
 23108  bytesHash	./runtime/alg.go	/^func bytesHash(b []byte, seed uintptr) uintptr {$/;"	f
 23109  bytesIndexByte	./net/parse.go	/^func bytesIndexByte(s []byte, c byte) int {$/;"	f
 23110  bytesPerHeader	./net/http/serve_test.go	/^	var bytesPerHeader = len("header12345: val12345\\r\\n")$/;"	v
 23111  bytesResult	./encoding/gob/codec_test.go	/^var bytesResult = []byte{0x07, 0x05, 'h', 'e', 'l', 'l', 'o'}$/;"	v
 23112  bytesReturned	./syscall/syscall_windows.go	/^	var bytesReturned uint32$/;"	v
 23113  bytesTests	./go/constant/value_test.go	/^var bytesTests = []string{$/;"	v
 23114  bytes_Compare	./runtime/noasm.go	/^func bytes_Compare(s1, s2 []byte) int {$/;"	f
 23115  bytestr	./archive/tar/writer_test.go	/^func bytestr(offset int, b []byte) string {$/;"	f
 23116  byteswapreg	./cmd/internal/obj/x86/asm6.go	/^func byteswapreg(ctxt *obj.Link, a *obj.Addr) int {$/;"	f
 23117  bytetype	./cmd/compile/internal/gc/go.go	/^var bytetype *Type$/;"	v
 23118  bzeroes	./compress/flate/deflate.go	/^var bzeroes [256]byte$/;"	v
 23119  bzrRemoteRepo	./cmd/go/vcs.go	/^func bzrRemoteRepo(vcsBzr *vcsCmd, rootDir string) (remoteRepo string, err error) {$/;"	f
 23120  bzrResolveRepo	./cmd/go/vcs.go	/^func bzrResolveRepo(vcsBzr *vcsCmd, rootDir, remoteRepo string) (realRepo string, err error) {$/;"	f
 23121  c	./cmd/cgo/out.go	/^func c(repr string, args ...interface{}) *TypeRepr {$/;"	f
 23122  c1	./cmd/compile/internal/big/nat.go	/^	var c1, c2 Word$/;"	v
 23123  c1	./cmd/compile/internal/gc/lex.go	/^	var c1 int$/;"	v
 23124  c1	./cmd/internal/goobj/read.go	/^	var c1, c2, c3 byte$/;"	v
 23125  c1	./math/big/nat.go	/^	var c1, c2 Word$/;"	v
 23126  c1	./net/listen_test.go	/^			var c1 PacketConn$/;"	v
 23127  c128equal	./runtime/alg.go	/^func c128equal(p, q unsafe.Pointer) bool {$/;"	f
 23128  c128hash	./runtime/alg.go	/^func c128hash(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 23129  c64equal	./runtime/alg.go	/^func c64equal(p, q unsafe.Pointer) bool {$/;"	f
 23130  c64hash	./runtime/alg.go	/^func c64hash(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 23131  cAlike	./math/cmplx/cmath_test.go	/^func cAlike(a, b complex128) bool {$/;"	f
 23132  cPrefix	./cmd/cgo/main.go	/^var cPrefix string$/;"	v
 23133  cPrologGccgo	./cmd/cgo/out.go	/^func (p *Package) cPrologGccgo() string {$/;"	f
 23134  cSoclose	./math/cmplx/cmath_test.go	/^func cSoclose(a, b complex128, e float64) bool { return cTolerance(a, b, e) }$/;"	f
 23135  cString	./archive/tar/reader.go	/^func cString(b []byte) string {$/;"	f
 23136  cString	./archive/tar/writer.go	/^func (tw *Writer) cString(b []byte, s string, allowPax bool, paxKeyword string, paxHeaders map[string]string) {$/;"	f
 23137  cTolerance	./math/cmplx/cmath_test.go	/^func cTolerance(a, b complex128, e float64) bool {$/;"	f
 23138  cVeryclose	./math/cmplx/cmath_test.go	/^func cVeryclose(a, b complex128) bool          { return cTolerance(a, b, 4e-16) }$/;"	f
 23139  cache	./debug/dwarf/type.go	/^\/\/ type cache.$/;"	t
 23140  cacheBase10	./cmd/compile/internal/big/natconv.go	/^var cacheBase10 struct {$/;"	v
 23141  cacheBase10	./math/big/natconv.go	/^var cacheBase10 struct {$/;"	v
 23142  cacheGet	./reflect/type.go	/^func cacheGet(k cacheKey) Type {$/;"	f
 23143  cacheKey	./crypto/tls/handshake_client.go	/^	var cacheKey string$/;"	v
 23144  cacheKey	./reflect/type.go	/^type cacheKey struct {$/;"	t
 23145  cacheKeysTests	./net/http/proxy_test.go	/^var cacheKeysTests = []struct {$/;"	v
 23146  cachePut	./reflect/type.go	/^func cachePut(k cacheKey, t *rtype) Type {$/;"	f
 23147  cachedCtxt	./cmd/go/list.go	/^		var cachedCtxt *Context$/;"	v
 23148  cachedDisasm	./cmd/pprof/pprof.go	/^func (t *objTool) cachedDisasm(file string) (*objfile.Disasm, error) {$/;"	f
 23149  cachedTypeFields	./encoding/json/encode.go	/^func cachedTypeFields(t reflect.Type) []field {$/;"	f
 23150  cachedWriteError	./encoding/xml/marshal.go	/^func (p *printer) cachedWriteError() error {$/;"	f
 23151  cachestats	./runtime/mstats.go	/^func cachestats() {$/;"	f
 23152  cadable	./cmd/compile/internal/gc/gen.go	/^func cadable(n *Node) bool {$/;"	f
 23153  calibrate	./cmd/compile/internal/big/calibrate_test.go	/^var calibrate = flag.Bool("calibrate", false, "run calibration test")$/;"	v
 23154  calibrate	./math/big/calibrate_test.go	/^var calibrate = flag.Bool("calibrate", false, "run calibration test")$/;"	v
 23155  calibrate	./unicode/letter_test.go	/^var calibrate = flag.Bool("calibrate", false, "compute crossover for linear vs. binary search")$/;"	v
 23156  call	./cmd/compile/internal/gc/order.go	/^		\/\/ Special: avoid copy of func call n->rlist->n.$/;"	f
 23157  call	./cmd/compile/internal/gc/subr.go	/^		var call *Node$/;"	v
 23158  call	./go/types/call.go	/^func (check *Checker) call(x *operand, e *ast.CallExpr) exprKind {$/;"	f
 23159  call	./internal/singleflight/singleflight.go	/^type call struct {$/;"	t
 23160  call	./net/rpc/server.go	/^func (s *service) call(server *Server, sending *sync.Mutex, mtype *methodType, req *Request, argv, replyv reflect.Value, codec ServerCodec) {$/;"	f
 23161  call	./reflect/value.go	/^func (v Value) call(op string, in []Value) []Value {$/;"	f
 23162  call	./reflect/value.go	/^func call(argtype *rtype, fn, arg unsafe.Pointer, n uint32, retoffset uint32)$/;"	f
 23163  call	./runtime/race/testdata/regression_test.go	/^func call() bool {$/;"	f
 23164  call	./runtime/race_amd64.s	/^call:$/;"	l
 23165  call	./text/template/funcs.go	/^func call(fn interface{}, args ...interface{}) (interface{}, error) {$/;"	f
 23166  call1024	./runtime/stubs.go	/^func call1024(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23167  call1048576	./runtime/stubs.go	/^func call1048576(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23168  call1073741824	./runtime/stubs.go	/^func call1073741824(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23169  call128	./runtime/stubs.go	/^func call128(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23170  call131072	./runtime/stubs.go	/^func call131072(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23171  call134217728	./runtime/stubs.go	/^func call134217728(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23172  call16	./runtime/stubs32.go	/^func call16(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23173  call16384	./runtime/stubs.go	/^func call16384(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23174  call16777216	./runtime/stubs.go	/^func call16777216(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23175  call2048	./runtime/stubs.go	/^func call2048(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23176  call2097152	./runtime/stubs.go	/^func call2097152(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23177  call256	./runtime/stubs.go	/^func call256(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23178  call262144	./runtime/stubs.go	/^func call262144(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23179  call268435456	./runtime/stubs.go	/^func call268435456(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23180  call32	./runtime/stubs.go	/^func call32(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23181  call32768	./runtime/stubs.go	/^func call32768(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23182  call33554432	./runtime/stubs.go	/^func call33554432(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23183  call4096	./runtime/stubs.go	/^func call4096(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23184  call4194304	./runtime/stubs.go	/^func call4194304(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23185  call512	./runtime/stubs.go	/^func call512(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23186  call524288	./runtime/stubs.go	/^func call524288(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23187  call536870912	./runtime/stubs.go	/^func call536870912(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23188  call64	./runtime/stubs.go	/^func call64(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23189  call65536	./runtime/stubs.go	/^func call65536(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23190  call67108864	./runtime/stubs.go	/^func call67108864(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23191  call8192	./runtime/stubs.go	/^func call8192(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23192  call8388608	./runtime/stubs.go	/^func call8388608(fn, arg unsafe.Pointer, n, retoffset uint32)$/;"	f
 23193  callGC	./reflect/value.go	/^var callGC bool \/\/ for testing; see TestCallMethodJump$/;"	v
 23194  callMethod	./reflect/value.go	/^func callMethod(ctxt *methodValue, frame unsafe.Pointer) {$/;"	f
 23195  callReflect	./reflect/value.go	/^func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer) {$/;"	f
 23196  callargs	./cmd/compile/internal/gc/closure.go	/^	var callargs *NodeList$/;"	v
 23197  callback	./runtime/syscall_windows_test.go	/^func callback(hwnd syscall.Handle, lparam uintptr) uintptr {$/;"	f
 23198  callbackasmAddr	./runtime/syscall_windows.go	/^func callbackasmAddr(i int) uintptr {$/;"	f
 23199  callbacks	./runtime/syscall_windows.go	/^type callbacks struct {$/;"	t
 23200  caller	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func caller(skip int) string {$/;"	f
 23201  caller	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func caller(skip int) string {$/;"	f
 23202  callers	./runtime/traceback.go	/^func callers(skip int, pcbuf []uintptr) int {$/;"	f
 23203  callgraph	./cmd/link/internal/ld/lib.go	/^func callgraph() {$/;"	f
 23204  callgrindName	./cmd/pprof/internal/report/report.go	/^func callgrindName(names map[string]int, name string) string {$/;"	f
 23205  callinstr	./cmd/compile/internal/gc/racewalk.go	/^func callinstr(np **Node, init **NodeList, wr int, skip int) bool {$/;"	f
 23206  callnew	./cmd/compile/internal/gc/walk.go	/^func callnew(t *Type) *Node {$/;"	f
 23207  callopt	./cmd/yacc/yacc.go	/^func callopt() {$/;"	f
 23208  callrecv	./cmd/compile/internal/gc/typecheck.go	/^func callrecv(n *Node) bool {$/;"	f
 23209  callrecvlist	./cmd/compile/internal/gc/typecheck.go	/^func callrecvlist(l *NodeList) bool {$/;"	f
 23210  calls	./cmd/compile/internal/gc/walk.go	/^	var calls *NodeList$/;"	v
 23211  calls	./internal/singleflight/singleflight_test.go	/^	var calls int32$/;"	v
 23212  callsize	./cmd/link/internal/ld/lib.go	/^func callsize() int {$/;"	f
 23213  callwritebarrier	./runtime/mbarrier.go	/^func callwritebarrier(typ *_type, frame unsafe.Pointer, framesize, retoffset uintptr) {$/;"	f
 23214  can	./cmd/compile/internal/gc/closure.go	/^	\/\/ same struct type can share the descriptor.$/;"	t
 23215  can	./cmd/compile/internal/gc/subr.go	/^		\/\/ Array of 1 direct iface type can be direct.$/;"	t
 23216  can	./cmd/compile/internal/gc/subr.go	/^		\/\/ Struct with 1 field of direct iface type can be direct.$/;"	t
 23217  can	./cmd/compile/internal/gc/typecheck.go	/^			Yyerror("invalid operation: %v (func can only be compared to nil)", n)$/;"	f
 23218  can	./reflect/type.go	/^		\/\/ array of 1 direct iface type can be direct$/;"	t
 23219  can	./runtime/mfinal.go	/^\/\/ to which x's type can be assigned, and can have arbitrary ignored return$/;"	t
 23220  can	./unsafe/unsafe.go	/^\/\/	1) A pointer value of any type can be converted to a Pointer.$/;"	t
 23221  canAccessFile	./cmd/pprof/internal/report/report.go	/^func canAccessFile(path string) bool {$/;"	f
 23222  canBackquoteTest	./strconv/quote_test.go	/^type canBackquoteTest struct {$/;"	t
 23223  canBeNil	./text/template/exec.go	/^func canBeNil(typ reflect.Type) bool {$/;"	f
 23224  canCheckPrefix	./regexp/regexp.go	/^func (i *inputBytes) canCheckPrefix() bool {$/;"	f
 23225  canCheckPrefix	./regexp/regexp.go	/^func (i *inputReader) canCheckPrefix() bool {$/;"	f
 23226  canCheckPrefix	./regexp/regexp.go	/^func (i *inputString) canCheckPrefix() bool {$/;"	f
 23227  canHaveDefaultValue	./encoding/asn1/asn1.go	/^func canHaveDefaultValue(k reflect.Kind) bool {$/;"	f
 23228  canUseCgo	./net/conf.go	/^func (c *conf) canUseCgo() bool {$/;"	f
 23229  canUseConnectEx	./net/fd_windows.go	/^func canUseConnectEx(net string) bool {$/;"	f
 23230  canbackquotetests	./strconv/quote_test.go	/^var canbackquotetests = []canBackquoteTest{$/;"	v
 23231  cancel	./os/signal/signal.go	/^func cancel(sigs []os.Signal, action func(int)) {$/;"	f
 23232  cancelRequest	./net/http/transport.go	/^func (pc *persistConn) cancelRequest() {$/;"	f
 23233  cancelTimerBody	./net/http/client.go	/^type cancelTimerBody struct {$/;"	t
 23234  canceler	./net/http/client.go	/^		type canceler interface {$/;"	t
 23235  candidate	./crypto/tls/handshake_server.go	/^			var candidate *cipherSuite$/;"	v
 23236  candidates	./crypto/x509/cert_pool.go	/^	var candidates []int$/;"	v
 23237  candiscard	./cmd/compile/internal/gc/walk.go	/^func candiscard(n *Node) bool {$/;"	f
 23238  candiscardlist	./cmd/compile/internal/gc/walk.go	/^func candiscardlist(l *NodeList) bool {$/;"	f
 23239  caninl	./cmd/compile/internal/gc/inl.go	/^func caninl(fn *Node) {$/;"	f
 23240  canmerge	./cmd/compile/internal/gc/popt.go	/^func canmerge(n *Node) bool {$/;"	f
 23241  cannedimports	./cmd/compile/internal/gc/lex.go	/^func cannedimports(file string, cp string) {$/;"	f
 23242  cannot	./cmd/compile/internal/gc/dcl.go	/^			Yyerror("embedded type cannot be a pointer to interface")$/;"	t
 23243  cannot	./cmd/compile/internal/gc/dcl.go	/^		Yyerror("embedded type cannot be a pointer")$/;"	t
 23244  cannot	./cmd/compile/internal/gc/typecheck.go	/^			Yyerror("embedded type cannot be a pointer")$/;"	t
 23245  cannot	./cmd/compile/internal/gc/walk.go	/^		\/\/ if range of type cannot exceed static array bound,$/;"	t
 23246  cannot	./encoding/binary/binary.go	/^\/\/ It returns zero if the type cannot be implemented by the fast path in Read or Write.$/;"	t
 23247  cannot	./go/parser/parser.go	/^		assert(!isIdent, "type cannot be identifier")$/;"	t
 23248  cannot	./go/printer/testdata/parser.go	/^			assert(!isIdent, "type cannot be identifier")$/;"	t
 23249  cannot	./go/types/typexpr.go	/^						check.errorf(pos, "anonymous field type cannot be a pointer to an interface")$/;"	t
 23250  cannot	./go/types/typexpr.go	/^						check.errorf(pos, "anonymous field type cannot be unsafe.Pointer")$/;"	t
 23251  cannot	./go/types/typexpr.go	/^					check.errorf(pos, "anonymous field type cannot be a pointer")$/;"	t
 23252  cannot	./go/types/typexpr.go	/^					check.errorf(pos, "anonymous field type cannot be unsafe.Pointer")$/;"	t
 23253  canonicalAddr	./net/http/transport.go	/^func canonicalAddr(url *url.URL) string {$/;"	f
 23254  canonicalHeaderKeyTest	./net/textproto/reader_test.go	/^type canonicalHeaderKeyTest struct {$/;"	t
 23255  canonicalHeaderKeyTests	./net/textproto/reader_test.go	/^var canonicalHeaderKeyTests = []canonicalHeaderKeyTest{$/;"	v
 23256  canonicalHost	./net/http/cookiejar/jar.go	/^func canonicalHost(host string) (string, error) {$/;"	f
 23257  canonicalHostTests	./net/http/cookiejar/jar_test.go	/^var canonicalHostTests = map[string]string{$/;"	v
 23258  canonicalMIMEHeaderKey	./net/textproto/reader.go	/^func canonicalMIMEHeaderKey(a []byte) string {$/;"	f
 23259  canonicalMethod	./cmd/vet/method.go	/^func canonicalMethod(f *File, id *ast.Ident, t *ast.FuncType) {$/;"	f
 23260  canonicalMethods	./cmd/vet/method.go	/^var canonicalMethods = map[string]MethodSig{$/;"	v
 23261  canpanic	./runtime/panic1.go	/^func canpanic(gp *g) bool {$/;"	f
 23262  cansemacquire	./runtime/sema.go	/^func cansemacquire(addr *uint32) bool {$/;"	f
 23263  cansse2	./cmd/dist/util_gc.go	/^func cansse2() bool {$/;"	f
 23264  cansse2	./cmd/dist/util_gccgo.go	/^func cansse2() bool { return C.supports_sse2() != 0 }$/;"	f
 23265  canuse1insntls	./cmd/internal/obj/x86/obj6.go	/^func canuse1insntls(ctxt *obj.Link) bool {$/;"	f
 23266  cap	./builtin/builtin.go	/^func cap(v Type) int$/;"	f
 23267  cap	./regexp/syntax/compile.go	/^func (c *compiler) cap(arg uint32) frag {$/;"	f
 23268  cap	./runtime/runtime-gdb.py	/^	def cap(self):$/;"	m	class:SliceValue
 23269  cap0	./bytes/buffer_test.go	/^	var cap0 int$/;"	v
 23270  capNames	./regexp/syntax/regexp.go	/^func (re *Regexp) capNames(names []string) {$/;"	f
 23271  capitalLetters	./strings/replace_test.go	/^var capitalLetters = NewReplacer("a", "A", "b", "B")$/;"	v
 23272  capitalize	./cmd/go/main.go	/^func capitalize(s string) string {$/;"	f
 23273  capturevars	./cmd/compile/internal/gc/closure.go	/^func capturevars(xfunc *Node) {$/;"	f
 23274  carry	./crypto/elliptic/p256.go	/^	var carry uint32$/;"	v
 23275  carry	./crypto/elliptic/p256.go	/^	var carry, nextCarry uint32$/;"	v
 23276  carry	./crypto/elliptic/p256.go	/^	var carry, x, xMask uint32$/;"	v
 23277  cas	./cmd/compile/internal/gc/select.go	/^		var cas *Node$/;"	v
 23278  cas	./cmd/compile/internal/gc/select.go	/^	var cas *Node$/;"	v
 23279  cas	./cmd/compile/internal/gc/swt.go	/^		var cas *NodeList$/;"	v
 23280  cas	./cmd/compile/internal/gc/swt.go	/^	var cas *NodeList  \/\/ cases$/;"	v
 23281  cas	./cmd/compile/internal/gc/swt.go	/^	var cas *NodeList$/;"	v
 23282  cas	./runtime/runtime2.go	/^func (gp *guintptr) cas(old, new guintptr) bool {$/;"	f
 23283  cas	./runtime/select.go	/^	var cas *scase$/;"	v
 23284  cas	./runtime/stubs.go	/^func cas(ptr *uint32, old, new uint32) bool$/;"	f
 23285  cas64	./runtime/atomic_386.go	/^func cas64(ptr *uint64, old, new uint64) bool$/;"	f
 23286  cas64	./runtime/atomic_amd64x.go	/^func cas64(ptr *uint64, old, new uint64) bool$/;"	f
 23287  cas64	./runtime/atomic_arm.go	/^func cas64(addr *uint64, old, new uint64) bool {$/;"	f
 23288  cas64	./runtime/atomic_arm64.go	/^func cas64(ptr *uint64, old, new uint64) bool$/;"	f
 23289  cas64	./runtime/atomic_ppc64x.go	/^func cas64(ptr *uint64, old, new uint64) bool$/;"	f
 23290  cas64_again	./runtime/asm_ppc64x.s	/^cas64_again:$/;"	l
 23291  cas64_fail	./runtime/asm_ppc64x.s	/^cas64_fail:$/;"	l
 23292  cas64fail	./sync/atomic/asm_arm.s	/^cas64fail:$/;"	l
 23293  cas64loop	./sync/atomic/asm_arm.s	/^cas64loop:$/;"	l
 23294  cas_again	./runtime/asm_ppc64x.s	/^cas_again:$/;"	l
 23295  cas_fail	./runtime/asm_ppc64x.s	/^cas_fail:$/;"	l
 23296  casagain	./sync/atomic/asm_linux_arm.s	/^casagain:$/;"	l
 23297  cascheck	./sync/atomic/asm_linux_arm.s	/^cascheck:$/;"	l
 23298  case	./cmd/compile/internal/gc/go.y	/^case:$/;"	l
 23299  caseClause	./cmd/compile/internal/gc/swt.go	/^type caseClause struct {$/;"	t
 23300  caseClauseByExpr	./cmd/compile/internal/gc/swt.go	/^type caseClauseByExpr []*caseClause$/;"	t
 23301  caseClauseByOrd	./cmd/compile/internal/gc/swt.go	/^type caseClauseByOrd []*caseClause$/;"	t
 23302  caseClauseByType	./cmd/compile/internal/gc/swt.go	/^type caseClauseByType []*caseClause$/;"	t
 23303  caseClauses	./cmd/compile/internal/gc/swt.go	/^func caseClauses(sw *Node, kind int) []*caseClause {$/;"	f
 23304  caseInfo	./reflect/all_test.go	/^type caseInfo struct {$/;"	t
 23305  caseIt	./unicode/maketables.go	/^func caseIt(r, cased rune) rune {$/;"	f
 23306  caseOrbit	./unicode/maketables.go	/^	printf("var caseOrbit = []foldPair{\\n")$/;"	v
 23307  caseOrbit	./unicode/maketables.go	/^	var caseOrbit = make([][]rune, MaxChar+1)$/;"	v
 23308  caseOrbit	./unicode/tables.go	/^var caseOrbit = []foldPair{$/;"	v
 23309  caseState	./unicode/maketables.go	/^type caseState struct {$/;"	t
 23310  caseString	./unicode/letter_test.go	/^func caseString(c int) string {$/;"	f
 23311  caseT	./unicode/letter_test.go	/^type caseT struct {$/;"	t
 23312  caseTest	./unicode/letter_test.go	/^var caseTest = []caseT{$/;"	v
 23313  caseTypes	./go/types/stmt.go	/^func (check *Checker) caseTypes(x *operand, xtyp *Interface, types []ast.Expr, seen map[Type]token.Pos) (T Type) {$/;"	f
 23314  caseValues	./go/types/stmt.go	/^func (check *Checker) caseValues(x operand \/* copy argument (not *operand!) *\/, values []ast.Expr) {$/;"	f
 23315  caseblock	./cmd/compile/internal/gc/go.y	/^caseblock:$/;"	l
 23316  caseblock_list	./cmd/compile/internal/gc/go.y	/^caseblock_list:$/;"	l
 23317  casebody	./cmd/compile/internal/gc/swt.go	/^func casebody(sw *Node, typeswvar *Node) {$/;"	f
 23318  casefoldingURL	./unicode/maketables.go	/^var casefoldingURL = flag.String("casefolding", "", "full URL for CaseFolding.txt; defaults to --url\/CaseFolding.txt")$/;"	v
 23319  cases	./reflect/all_test.go	/^		var cases []SelectCase$/;"	v
 23320  cases	./unicode/maketables.go	/^var cases = flag.Bool("cases",$/;"	v
 23321  casesz	./cmd/internal/obj/arm/asm5.go	/^func casesz(ctxt *obj.Link, p *obj.Prog) int32 {$/;"	f
 23322  casfail	./runtime/asm_arm.s	/^casfail:$/;"	l
 23323  casfail	./sync/atomic/asm_arm.s	/^casfail:$/;"	l
 23324  casfrom_Gscanstatus	./runtime/proc1.go	/^func casfrom_Gscanstatus(gp *g, oldval, newval uint32) {$/;"	f
 23325  casgcopystack	./runtime/proc1.go	/^func casgcopystack(gp *g) uint32 {$/;"	f
 23326  casgstatus	./runtime/proc1.go	/^func casgstatus(gp *g, oldval, newval uint32) {$/;"	f
 23327  casl	./runtime/asm_arm.s	/^casl:$/;"	l
 23328  casloop	./sync/atomic/asm_arm.s	/^casloop:$/;"	l
 23329  casp	./runtime/atomic_pointer.go	/^func casp(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {$/;"	f
 23330  casp1	./runtime/stubs.go	/^func casp1(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool$/;"	f
 23331  casret	./sync/atomic/asm_linux_arm.s	/^casret:$/;"	l
 23332  cast	./cmd/compile/internal/gc/reflect.go	/^	\/\/ 2-arg type cast) declares the size of the zerovalue it needs.$/;"	t
 23333  castagnoliInit	./hash/crc32/crc32.go	/^func castagnoliInit() {$/;"	f
 23334  castagnoliOnce	./hash/crc32/crc32.go	/^var castagnoliOnce sync.Once$/;"	v
 23335  castagnoliSSE42	./hash/crc32/crc32_amd64x.go	/^func castagnoliSSE42(crc uint32, p []byte) uint32$/;"	f
 23336  castagnoliTable	./hash/crc32/crc32.go	/^var castagnoliTable *Table$/;"	v
 23337  castogscanstatus	./runtime/proc1.go	/^func castogscanstatus(gp *g, oldval, newval uint32) bool {$/;"	f
 23338  casuintptr	./runtime/stubs.go	/^func casuintptr(ptr *uintptr, old, new uintptr) bool$/;"	f
 23339  cat	./regexp/syntax/compile.go	/^func (c *compiler) cat(f1, f2 frag) frag {$/;"	f
 23340  catRegex	./cmd/pprof/internal/driver/interactive.go	/^func catRegex(a, b string) string {$/;"	f
 23341  catchError	./encoding/gob/error.go	/^func catchError(err *error) {$/;"	f
 23342  catchPanic	./fmt/print.go	/^func (p *pp) catchPanic(arg interface{}, verb rune) {$/;"	f
 23343  catch_exception_raise	./runtime/cgo/gcc_signal_darwin_armx.c	/^catch_exception_raise($/;"	f
 23344  catchfree	./regexp/testdata/testregex.c	/^catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test)$/;"	f	file:
 23345  category	./unicode/maketables.go	/^var category = map[string]bool{$/;"	v
 23346  categoryOp	./unicode/maketables.go	/^func categoryOp(code rune, class uint8) bool {$/;"	f
 23347  causes	./reflect/type.go	/^\/\/ inappropriate to the kind of type causes a run-time panic.$/;"	t
 23348  causes	./reflect/value.go	/^\/\/ inappropriate to the kind of type causes a run time panic.$/;"	t
 23349  cb	./runtime/cgocall.go	/^	var cb *args$/;"	v
 23350  cbDLL	./runtime/syscall_windows_test.go	/^type cbDLL struct {$/;"	t
 23351  cbDLLFunc	./runtime/syscall_windows_test.go	/^type cbDLLFunc int \/\/ int determines number of callback parameters$/;"	t
 23352  cbDLLs	./runtime/syscall_windows_test.go	/^var cbDLLs = []cbDLL{$/;"	v
 23353  cbFuncs	./runtime/syscall_windows_test.go	/^var cbFuncs = [...]interface{}{$/;"	v
 23354  cbPaletted	./image/png/reader.go	/^func cbPaletted(cb int) bool {$/;"	f
 23355  cbTest	./runtime/syscall_windows_test.go	/^type cbTest struct {$/;"	t
 23356  cbTests	./runtime/syscall_windows_test.go	/^var cbTests = []cbTest{$/;"	v
 23357  cbc	./crypto/cipher/cbc.go	/^type cbc struct {$/;"	t
 23358  cbc	./crypto/tls/conn.go	/^		var cbc cbcMode$/;"	v
 23359  cbcAESTests	./crypto/cipher/cbc_aes_test.go	/^var cbcAESTests = []struct {$/;"	v
 23360  cbcDecrypter	./crypto/cipher/cbc.go	/^type cbcDecrypter cbc$/;"	t
 23361  cbcEncrypter	./crypto/cipher/cbc.go	/^type cbcEncrypter cbc$/;"	t
 23362  cbcMode	./crypto/tls/conn.go	/^type cbcMode interface {$/;"	t
 23363  cbrt	./math/all_test.go	/^var cbrt = []float64{$/;"	v
 23364  cbrtSC	./math/all_test.go	/^var cbrtSC = []float64{$/;"	v
 23365  cc	./cmd/compile/internal/gc/swt.go	/^	var cc []*caseClause$/;"	v
 23366  cc_plus_dd	./cmd/compile/internal/gc/const.go	/^	var cc_plus_dd Mpflt$/;"	v
 23367  ccr	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) ccr() uint64   { return c.regs().ccr }$/;"	f
 23368  cd	./cmd/go/go_test.go	/^func (tg *testgoData) cd(dir string) {$/;"	f
 23369  cdeclName	./runtime/syscall_windows_test.go	/^func (f cbDLLFunc) cdeclName() string {$/;"	f
 23370  cdp	./crypto/x509/x509.go	/^				var cdp []distributionPoint$/;"	v
 23371  ceil	./math/all_test.go	/^var ceil = []float64{$/;"	v
 23372  ceil	./math/floor.go	/^func ceil(x float64) float64 {$/;"	f
 23373  ceilSC	./math/all_test.go	/^var ceilSC = []float64{$/;"	v
 23374  cell	./text/tabwriter/tabwriter.go	/^type cell struct {$/;"	t
 23375  cempty	./cmd/yacc/yacc.go	/^func cempty() {$/;"	f
 23376  cert	./crypto/tls/tls.go	/^	var cert Certificate$/;"	v
 23377  cert	./crypto/x509/x509.go	/^	var cert certificate$/;"	v
 23378  cert	./encoding/asn1/asn1_test.go	/^	var cert Certificate$/;"	v
 23379  certBytes	./crypto/x509/x509_test.go	/^var certBytes = "308203223082028ba00302010202106edf0d9499fd4533dd1297fc42a93be1300d06092a864886" +$/;"	v
 23380  certDERBlock	./crypto/tls/tls.go	/^	var certDERBlock *pem.Block$/;"	v
 23381  certDirectories	./crypto/x509/root_unix.go	/^var certDirectories = []string{$/;"	v
 23382  certDoubleWildcardExampleCom	./crypto/tls/conn_test.go	/^var certDoubleWildcardExampleCom = `308201443081f1a003020102020101300b06092a864886f70d010105301e311c301a060355040a131354657374696e67204365727469666963617465301e170d3131313030313139303134315a170d3132303933303139303134315a301e311c301a060355040a131354657374696e67204365727469666963617465305a300b06092a864886f70d010101034b003048024100bced6e32368599eeddf18796bfd03958a154f87e5b084f96e85136a56b886733592f493f0fc68b0d6b3551781cb95e13c5de458b28d6fb60d20a9129313261410203010001a31e301c301a0603551d1104133011820f2a2e2a2e6578616d706c652e636f6d300b06092a864886f70d0101050341001c3de267975f56ef57771c6218ef95ecc65102e57bd1defe6f7efea90d9b26cf40de5bd7ad75e46201c7f2a92aaa3e907451e9409f65e28ddb6db80d726290f6`$/;"	v
 23383  certExampleCom	./crypto/tls/conn_test.go	/^var certExampleCom = `308201403081eda003020102020101300b06092a864886f70d010105301e311c301a060355040a131354657374696e67204365727469666963617465301e170d3131313030313138353835325a170d3132303933303138353835325a301e311c301a060355040a131354657374696e67204365727469666963617465305a300b06092a864886f70d010101034b003048024100bced6e32368599eeddf18796bfd03958a154f87e5b084f96e85136a56b886733592f493f0fc68b0d6b3551781cb95e13c5de458b28d6fb60d20a9129313261410203010001a31a301830160603551d11040f300d820b6578616d706c652e636f6d300b06092a864886f70d0101050341001a0b419d2c74474c6450654e5f10b32bf426ffdf55cad1c52602e7a9151513a3424c70f5960dcd682db0c33769cc1daa3fcdd3db10809d2392ed4a1bf50ced18`$/;"	v
 23384  certFiles	./crypto/x509/root_bsd.go	/^var certFiles = []string{$/;"	v
 23385  certFiles	./crypto/x509/root_linux.go	/^var certFiles = []string{$/;"	v
 23386  certFiles	./crypto/x509/root_nacl.go	/^var certFiles = []string{}$/;"	v
 23387  certFiles	./crypto/x509/root_plan9.go	/^var certFiles = []string{$/;"	v
 23388  certFiles	./crypto/x509/root_solaris.go	/^var certFiles = []string{$/;"	v
 23389  certFooExampleCom	./crypto/tls/conn_test.go	/^var certFooExampleCom = `308201443081f1a003020102020101300b06092a864886f70d010105301e311c301a060355040a131354657374696e67204365727469666963617465301e170d3131313030313139303131345a170d3132303933303139303131345a301e311c301a060355040a131354657374696e67204365727469666963617465305a300b06092a864886f70d010101034b003048024100bced6e32368599eeddf18796bfd03958a154f87e5b084f96e85136a56b886733592f493f0fc68b0d6b3551781cb95e13c5de458b28d6fb60d20a9129313261410203010001a31e301c301a0603551d1104133011820f666f6f2e6578616d706c652e636f6d300b06092a864886f70d010105034100646a2a51f2aa2477add854b462cf5207ba16d3213ffb5d3d0eed473fbf09935019192d1d5b8ca6a2407b424cf04d97c4cd9197c83ecf81f0eab9464a1109d09f`$/;"	v
 23390  certID	./crypto/x509/root_darwin_arm_gen.go	/^type certID struct {$/;"	t
 23391  certPath	./crypto/tls/handshake_server_test.go	/^	var certPath, keyPath, ecdsaCertPath, ecdsaKeyPath string$/;"	v
 23392  certRequested	./crypto/tls/handshake_client.go	/^	var certRequested bool$/;"	v
 23393  certWildcardExampleCom	./crypto/tls/conn_test.go	/^var certWildcardExampleCom = `308201423081efa003020102020101300b06092a864886f70d010105301e311c301a060355040a131354657374696e67204365727469666963617465301e170d3131313030313139303034365a170d3132303933303139303034365a301e311c301a060355040a131354657374696e67204365727469666963617465305a300b06092a864886f70d010101034b003048024100bced6e32368599eeddf18796bfd03958a154f87e5b084f96e85136a56b886733592f493f0fc68b0d6b3551781cb95e13c5de458b28d6fb60d20a9129313261410203010001a31c301a30180603551d110411300f820d2a2e6578616d706c652e636f6d300b06092a864886f70d0101050341001676f0c9e7c33c1b656ed5a6476c4e2ee9ec8e62df7407accb1875272b2edd0a22096cb2c22598d11604104d604f810eb4b5987ca6bb319c7e6ce48725c54059`$/;"	v
 23394  certificate	./crypto/x509/x509.go	/^type certificate struct {$/;"	t
 23395  certificate	./encoding/pem/pem_test.go	/^var certificate = &Block{Type: "CERTIFICATE",$/;"	v
 23396  certificateFromPEM	./crypto/x509/verify_test.go	/^func certificateFromPEM(pemBytes string) (*Certificate, error) {$/;"	f
 23397  certificateMsg	./crypto/tls/handshake_messages.go	/^type certificateMsg struct {$/;"	t
 23398  certificateRequest	./crypto/x509/x509.go	/^type certificateRequest struct {$/;"	t
 23399  certificateRequestMsg	./crypto/tls/handshake_messages.go	/^type certificateRequestMsg struct {$/;"	t
 23400  certificateStatusMsg	./crypto/tls/handshake_messages.go	/^type certificateStatusMsg struct {$/;"	t
 23401  certificateVerifyMsg	./crypto/tls/handshake_messages.go	/^type certificateVerifyMsg struct {$/;"	t
 23402  certs	./crypto/x509/root_darwin_arm_gen.go	/^	var certs []*x509.Certificate$/;"	v
 23403  cexecPipe	./syscall/exec_plan9.go	/^func cexecPipe(p []int) error {$/;"	f
 23404  cfb	./crypto/cipher/cfb.go	/^type cfb struct {$/;"	t
 23405  cfbTests	./crypto/cipher/cfb_test.go	/^var cfbTests = []struct {$/;"	v
 23406  cfree	./runtime/cgocall.go	/^func cfree(p unsafe.Pointer) {$/;"	f
 23407  cfuncname	./runtime/symtab.go	/^func cfuncname(f *_func) *byte {$/;"	f
 23408  cgen64	./cmd/compile/internal/arm/cgen64.go	/^func cgen64(n *gc.Node, res *gc.Node) {$/;"	f
 23409  cgen64	./cmd/compile/internal/x86/cgen64.go	/^func cgen64(n *gc.Node, res *gc.Node) {$/;"	f
 23410  cgen_append	./cmd/compile/internal/gc/cgen.go	/^func cgen_append(n, res *Node) {$/;"	f
 23411  cgen_aret	./cmd/compile/internal/gc/cgen.go	/^func cgen_aret(n *Node, res *Node) {$/;"	f
 23412  cgen_bmul	./cmd/compile/internal/amd64/ggen.go	/^func cgen_bmul(op int, nl *gc.Node, nr *gc.Node, res *gc.Node) bool {$/;"	f
 23413  cgen_bmul	./cmd/compile/internal/x86/ggen.go	/^func cgen_bmul(op int, nl *gc.Node, nr *gc.Node, res *gc.Node) bool {$/;"	f
 23414  cgen_call	./cmd/compile/internal/gc/cgen.go	/^func cgen_call(n *Node, proc int) {$/;"	f
 23415  cgen_callinter	./cmd/compile/internal/gc/cgen.go	/^func cgen_callinter(n *Node, res *Node, proc int) {$/;"	f
 23416  cgen_callmeth	./cmd/compile/internal/gc/gen.go	/^func cgen_callmeth(n *Node, proc int) {$/;"	f
 23417  cgen_callret	./cmd/compile/internal/gc/cgen.go	/^func cgen_callret(n *Node, res *Node) {$/;"	f
 23418  cgen_dcl	./cmd/compile/internal/gc/gen.go	/^func cgen_dcl(n *Node) {$/;"	f
 23419  cgen_discard	./cmd/compile/internal/gc/gen.go	/^func cgen_discard(nr *Node) {$/;"	f
 23420  cgen_div	./cmd/compile/internal/gc/cgen.go	/^func cgen_div(op int, nl *Node, nr *Node, res *Node) {$/;"	f
 23421  cgen_div	./cmd/compile/internal/x86/ggen.go	/^func cgen_div(op int, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23422  cgen_dottype	./cmd/compile/internal/gc/gen.go	/^func cgen_dottype(n *Node, res, resok *Node, wb bool) {$/;"	f
 23423  cgen_float	./cmd/compile/internal/x86/ggen.go	/^func cgen_float(n *gc.Node, res *gc.Node) {$/;"	f
 23424  cgen_float387	./cmd/compile/internal/x86/ggen.go	/^func cgen_float387(n *gc.Node, res *gc.Node) {$/;"	f
 23425  cgen_floatsse	./cmd/compile/internal/x86/ggen.go	/^func cgen_floatsse(n *gc.Node, res *gc.Node) {$/;"	f
 23426  cgen_hmul	./cmd/compile/internal/amd64/ggen.go	/^func cgen_hmul(nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23427  cgen_hmul	./cmd/compile/internal/arm/ggen.go	/^func cgen_hmul(nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23428  cgen_hmul	./cmd/compile/internal/arm64/ggen.go	/^func cgen_hmul(nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23429  cgen_hmul	./cmd/compile/internal/ppc64/ggen.go	/^func cgen_hmul(nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23430  cgen_hmul	./cmd/compile/internal/x86/ggen.go	/^func cgen_hmul(nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23431  cgen_norm	./cmd/compile/internal/gc/cgen.go	/^func cgen_norm(n, n1, res *Node) {$/;"	f
 23432  cgen_proc	./cmd/compile/internal/gc/gen.go	/^func cgen_proc(n *Node, proc int) {$/;"	f
 23433  cgen_ret	./cmd/compile/internal/gc/cgen.go	/^func cgen_ret(n *Node) {$/;"	f
 23434  cgen_shift	./cmd/compile/internal/amd64/ggen.go	/^func cgen_shift(op int, bounded bool, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23435  cgen_shift	./cmd/compile/internal/arm/ggen.go	/^func cgen_shift(op int, bounded bool, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23436  cgen_shift	./cmd/compile/internal/arm64/ggen.go	/^func cgen_shift(op int, bounded bool, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23437  cgen_shift	./cmd/compile/internal/ppc64/ggen.go	/^func cgen_shift(op int, bounded bool, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23438  cgen_shift	./cmd/compile/internal/x86/ggen.go	/^func cgen_shift(op int, bounded bool, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 23439  cgen_slice	./cmd/compile/internal/gc/cgen.go	/^func cgen_slice(n, res *Node, wb bool) {$/;"	f
 23440  cgen_wb	./cmd/compile/internal/gc/cgen.go	/^func cgen_wb(n, res *Node, wb bool) {$/;"	f
 23441  cgen_wbfat	./cmd/compile/internal/gc/cgen.go	/^func cgen_wbfat(n, res *Node) {$/;"	f
 23442  cgen_wbptr	./cmd/compile/internal/gc/cgen.go	/^func cgen_wbptr(n, res *Node) {$/;"	f
 23443  cgenindex	./cmd/compile/internal/arm/cgen.go	/^func cgenindex(n *gc.Node, res *gc.Node, bounded bool) *obj.Prog {$/;"	f
 23444  cgiTested	./net/http/cgi/host_test.go	/^var cgiTested, cgiWorks bool$/;"	v
 23445  cgoAlwaysFalse	./runtime/cgo.go	/^var cgoAlwaysFalse bool$/;"	v
 23446  cgoExclude	./cmd/go/pkg.go	/^var cgoExclude = map[string]bool{$/;"	v
 23447  cgoHasExtraM	./runtime/cgo.go	/^var cgoHasExtraM bool$/;"	v
 23448  cgoLookupCNAME	./net/cgo_stub.go	/^func cgoLookupCNAME(name string) (cname string, err error, completed bool) {$/;"	f
 23449  cgoLookupCNAME	./net/cgo_unix.go	/^func cgoLookupCNAME(name string) (cname string, err error, completed bool) {$/;"	f
 23450  cgoLookupHost	./net/cgo_stub.go	/^func cgoLookupHost(name string) (addrs []string, err error, completed bool) {$/;"	f
 23451  cgoLookupHost	./net/cgo_unix.go	/^func cgoLookupHost(name string) (hosts []string, err error, completed bool) {$/;"	f
 23452  cgoLookupIP	./net/cgo_stub.go	/^func cgoLookupIP(name string) (addrs []IPAddr, err error, completed bool) {$/;"	f
 23453  cgoLookupIP	./net/cgo_unix.go	/^func cgoLookupIP(name string) (addrs []IPAddr, err error, completed bool) {$/;"	f
 23454  cgoLookupIPCNAME	./net/cgo_unix.go	/^func cgoLookupIPCNAME(name string) (addrs []IPAddr, cname string, err error, completed bool) {$/;"	f
 23455  cgoLookupPTR	./net/cgo_stub.go	/^func cgoLookupPTR(addr string) (ptrs []string, err error, completed bool) {$/;"	f
 23456  cgoLookupPTR	./net/cgo_unix.go	/^func cgoLookupPTR(addr string) ([]string, error, bool) {$/;"	f
 23457  cgoLookupPort	./net/cgo_stub.go	/^func cgoLookupPort(network, service string) (port int, err error, completed bool) {$/;"	f
 23458  cgoLookupPort	./net/cgo_unix.go	/^func cgoLookupPort(network, service string) (port int, err error, completed bool) {$/;"	f
 23459  cgoNameinfoPTR	./net/cgo_resnew.go	/^func cgoNameinfoPTR(b []byte, sa *C.struct_sockaddr, salen C.socklen_t) (int, error) {$/;"	f
 23460  cgoNameinfoPTR	./net/cgo_resold.go	/^func cgoNameinfoPTR(b []byte, sa *C.struct_sockaddr, salen C.socklen_t) (int, error) {$/;"	f
 23461  cgoSockaddr	./net/cgo_unix.go	/^func cgoSockaddr(ip IP) (*C.struct_sockaddr, C.socklen_t) {$/;"	f
 23462  cgoSockaddrInet4	./net/cgo_socknew.go	/^func cgoSockaddrInet4(ip IP) *C.struct_sockaddr {$/;"	f
 23463  cgoSockaddrInet4	./net/cgo_sockold.go	/^func cgoSockaddrInet4(ip IP) *C.struct_sockaddr {$/;"	f
 23464  cgoSockaddrInet6	./net/cgo_socknew.go	/^func cgoSockaddrInet6(ip IP) *C.struct_sockaddr {$/;"	f
 23465  cgoSockaddrInet6	./net/cgo_sockold.go	/^func cgoSockaddrInet6(ip IP) *C.struct_sockaddr {$/;"	f
 23466  cgoSyscallExclude	./cmd/go/pkg.go	/^var cgoSyscallExclude = map[string]bool{$/;"	v
 23467  cgoTest	./cmd/dist/test.go	/^func (t *tester) cgoTest() error {$/;"	f
 23468  cgoTestSO	./cmd/dist/test.go	/^func (t *tester) cgoTestSO(testpath string) error {$/;"	f
 23469  cgoTestSOSupported	./cmd/dist/test.go	/^func (t *tester) cgoTestSOSupported() bool {$/;"	f
 23470  cgoThreadStart	./runtime/proc1.go	/^var cgoThreadStart unsafe.Pointer$/;"	v
 23471  cgoType	./cmd/cgo/out.go	/^func (p *Package) cgoType(e ast.Expr) *Type {$/;"	f
 23472  cgoUse	./runtime/cgo.go	/^func cgoUse(interface{}) { throw("cgoUse should not be called") }$/;"	f
 23473  cgocall	./runtime/cgocall.go	/^func cgocall(fn, arg unsafe.Pointer) int32 {$/;"	f
 23474  cgocallback	./runtime/stubs.go	/^func cgocallback(fn, frame unsafe.Pointer, framesize uintptr)$/;"	f
 23475  cgocallback_gofunc	./runtime/stubs.go	/^func cgocallback_gofunc(fv uintptr, frame uintptr, framesize uintptr)$/;"	f
 23476  cgocallbackg	./runtime/cgocall.go	/^func cgocallbackg() {$/;"	f
 23477  cgocallbackg1	./runtime/cgocall.go	/^func cgocallbackg1() {$/;"	f
 23478  cgothreadstart	./runtime/proc1.go	/^type cgothreadstart struct {$/;"	t
 23479  cgounimpl	./runtime/cgocall.go	/^func cgounimpl() {$/;"	f
 23480  ch	./cmd/compile/internal/arm/cgen64.go	/^			var ch gc.Node$/;"	v
 23481  ch	./cmd/compile/internal/arm/cgen64.go	/^		var ch gc.Node$/;"	v
 23482  ch	./cmd/compile/internal/big/intconv.go	/^	var ch byte$/;"	v
 23483  ch	./cmd/compile/internal/big/ratconv.go	/^	var ch byte$/;"	v
 23484  ch	./cmd/compile/internal/gc/select.go	/^			var ch *Node$/;"	v
 23485  ch	./cmd/link/internal/ld/lib.go	/^	var ch Chain$/;"	v
 23486  ch	./compress/flate/huffman_code.go	/^	var ch uint16$/;"	v
 23487  ch	./go/types/stmt.go	/^		var ch, x operand$/;"	v
 23488  ch	./math/big/intconv.go	/^	var ch byte$/;"	v
 23489  ch	./math/big/ratconv.go	/^	var ch byte$/;"	v
 23490  ch	./runtime/race/testdata/sync_test.go	/^	var ch = make(chan bool, 1)$/;"	v
 23491  ch	./strings/strings.go	/^	var ch rune$/;"	v
 23492  ch1	./cmd/link/internal/ld/lib.go	/^	var ch1 Chain$/;"	v
 23493  chainCtx	./crypto/x509/root_windows.go	/^	var chainCtx *syscall.CertChainContext$/;"	v
 23494  chainStr	./crypto/x509/verify_test.go	/^	var chainStr string$/;"	v
 23495  chainToDebugString	./crypto/x509/verify_test.go	/^func chainToDebugString(chain []*Certificate) string {$/;"	f
 23496  chainToSend	./crypto/tls/handshake_client.go	/^	var chainToSend *Certificate$/;"	v
 23497  chanType	./reflect/type.go	/^type chanType struct {$/;"	t
 23498  chanVar	./cmd/api/testdata/src/pkg/p1/p1.go	/^var chanVar chan int$/;"	v
 23499  chanWriter	./net/http/client_test.go	/^type chanWriter chan string$/;"	t
 23500  chanbuf	./runtime/chan.go	/^func chanbuf(c *hchan, i uint) unsafe.Pointer {$/;"	f
 23501  chancap	./reflect/value.go	/^func chancap(ch unsafe.Pointer) int$/;"	f
 23502  chanclose	./reflect/value.go	/^func chanclose(ch unsafe.Pointer)$/;"	f
 23503  chanfn	./cmd/compile/internal/gc/walk.go	/^func chanfn(name string, n int, t *Type) *Node {$/;"	f
 23504  change	./cmd/compile/internal/gc/reg.go	/^var change int$/;"	v
 23505  change	./syscall/syscall_bsd.go	/^	var change, event unsafe.Pointer$/;"	v
 23506  changeCipherSpec	./crypto/tls/conn.go	/^func (hc *halfConn) changeCipherSpec() error {$/;"	f
 23507  changed	./cmd/link/internal/ld/lib.go	/^	var changed int$/;"	v
 23508  changes	./sort/example_multi_test.go	/^var changes = []Change{$/;"	v
 23509  chanlen	./reflect/value.go	/^func chanlen(ch unsafe.Pointer) int$/;"	f
 23510  chanrecv	./reflect/value.go	/^func chanrecv(t *rtype, ch unsafe.Pointer, nb bool, val unsafe.Pointer) (selected, received bool)$/;"	f
 23511  chanrecv	./runtime/chan.go	/^func chanrecv(t *chantype, c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) {$/;"	f
 23512  chanrecv1	./cmd/compile/internal/gc/builtin/runtime.go	/^func chanrecv1(chanType *byte, hchan <-chan any, elem *any)$/;"	f
 23513  chanrecv1	./runtime/chan.go	/^func chanrecv1(t *chantype, c *hchan, elem unsafe.Pointer) {$/;"	f
 23514  chanrecv2	./cmd/compile/internal/gc/builtin/runtime.go	/^func chanrecv2(chanType *byte, hchan <-chan any, elem *any) bool$/;"	f
 23515  chanrecv2	./runtime/chan.go	/^func chanrecv2(t *chantype, c *hchan, elem unsafe.Pointer) (received bool) {$/;"	f
 23516  chansend	./reflect/value.go	/^func chansend(t *rtype, ch unsafe.Pointer, val unsafe.Pointer, nb bool) bool$/;"	f
 23517  chansend	./runtime/chan.go	/^func chansend(t *chantype, c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool {$/;"	f
 23518  chansend1	./cmd/compile/internal/gc/builtin/runtime.go	/^func chansend1(chanType *byte, hchan chan<- any, elem *any)$/;"	f
 23519  chansend1	./runtime/chan.go	/^func chansend1(t *chantype, c *hchan, elem unsafe.Pointer) {$/;"	f
 23520  chantype	./runtime/type.go	/^type chantype struct {$/;"	t
 23521  char59	./net/dnsname_test.go	/^	var char59 = ""$/;"	v
 23522  char63	./net/dnsname_test.go	/^	var char63 = ""$/;"	v
 23523  char64	./net/dnsname_test.go	/^	var char64 = ""$/;"	v
 23524  charGroup	./regexp/syntax/parse.go	/^type charGroup struct {$/;"	t
 23525  characterTests	./encoding/xml/xml_test.go	/^var characterTests = []struct {$/;"	v
 23526  charntorune	./runtime/rune.go	/^func charntorune(s string) (rune, int) {$/;"	f
 23527  chars	./syscall/srpc_nacl.go	/^	\/\/ the right type chars.  We'll take most any size.$/;"	t
 23528  chars	./unicode/maketables.go	/^var chars = make([]Char, MaxChar+1)$/;"	v
 23529  charset	./cmd/compile/internal/big/intconv.go	/^func charset(ch rune) string {$/;"	f
 23530  charset	./math/big/intconv.go	/^func charset(ch rune) string {$/;"	f
 23531  charsetError	./net/mail/message.go	/^type charsetError string$/;"	t
 23532  charsetReader	./cmd/go/discovery.go	/^func charsetReader(charset string, input io.Reader) (io.Reader, error) {$/;"	f
 23533  chasejmp	./cmd/compile/internal/gc/popt.go	/^func chasejmp(p *obj.Prog, jmploop *int) *obj.Prog {$/;"	f
 23534  chcopy	./cmd/yacc/yacc.go	/^func chcopy(q string) string {$/;"	f
 23535  chdir	./syscall/exec_solaris.go	/^func chdir(path uintptr) (err Errno)$/;"	f
 23536  chdir	./syscall/fs_nacl.go	/^func chdir(path string) error {$/;"	f
 23537  chdir	./syscall/zsyscall_plan9_386.go	/^func chdir(path string) (err error) {$/;"	f
 23538  chdir	./syscall/zsyscall_plan9_amd64.go	/^func chdir(path string) (err error) {$/;"	f
 23539  chdirEnv	./syscall/fs_nacl.go	/^func chdirEnv() {$/;"	f
 23540  cheapexpr	./cmd/compile/internal/gc/subr.go	/^func cheapexpr(n *Node, init **NodeList) *Node {$/;"	f
 23541  check	./bytes/buffer_test.go	/^func check(t *testing.T, testname string, buf *Buffer, s string) {$/;"	f
 23542  check	./cmd/compile/internal/gc/closure.go	/^		\/\/ type check the & of closed variables outside the closure,$/;"	t
 23543  check	./cmd/compile/internal/gc/closure.go	/^	\/\/ ready to type check code yet; we'll check it later, because the$/;"	t
 23544  check	./cmd/compile/internal/gc/typecheck.go	/^		\/\/ type check failed; leave empty func$/;"	t
 23545  check	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ cannot type check until all the source has been parsed$/;"	t
 23546  check	./cmd/compile/internal/gc/typecheck.go	/^ * type check assignment.$/;"	t
 23547  check	./cmd/compile/internal/gc/typecheck.go	/^ * type check composite$/;"	t
 23548  check	./cmd/compile/internal/gc/typecheck.go	/^ * type check function definition$/;"	t
 23549  check	./cmd/compile/internal/gc/typecheck.go	/^ * type check node *np.$/;"	t
 23550  check	./cmd/compile/internal/gc/typecheck.go	/^ * type check the whole tree of an expression.$/;"	t
 23551  check	./cmd/compile/internal/gc/walk.go	/^	\/\/ is handled during type check (OCMPSTR etc).$/;"	t
 23552  check	./cmd/cover/testdata/main.go	/^func check(line, count uint32) {$/;"	f
 23553  check	./cmd/fix/typecheck.go	/^			\/\/ Repeat type check for each case with more precise$/;"	t
 23554  check	./cmd/fix/typecheck.go	/^	\/\/ The main type check is a recursive algorithm implemented$/;"	t
 23555  check	./cmd/fix/typecheck.go	/^\/\/ a full type check, but the type checker is expected to$/;"	t
 23556  check	./cmd/go/go_test.go	/^func (tg *testgoData) check(err error) {$/;"	f
 23557  check	./cmd/vet/types.go	/^			return true \/\/ Probably a type check problem.$/;"	t
 23558  check	./cmd/vet/types.go	/^			return true \/\/ probably a type check problem$/;"	t
 23559  check	./cmd/vet/types.go	/^func (pkg *Package) check(fs *token.FileSet, astFiles []*ast.File) error {$/;"	f
 23560  check	./fmt/stringer_test.go	/^func check(t *testing.T, got, want string) {$/;"	f
 23561  check	./go/printer/printer_test.go	/^func check(t *testing.T, source, golden string, mode checkMode) {$/;"	f
 23562  check	./go/types/expr.go	/^		\/\/ will be processed at the end of the type check.$/;"	t
 23563  check	./image/jpeg/reader_test.go	/^func check(bounds image.Rectangle, pix0, pix1 []byte, stride0, stride1 int) error {$/;"	f
 23564  check	./log/syslog/syslog_test.go	/^func check(t *testing.T, in, out string) {$/;"	f
 23565  check	./net/http/cgi/host_test.go	/^func check(t *testing.T) {$/;"	f
 23566  check	./net/http/transport_test.go	/^func (tcs *testConnSet) check(t *testing.T) {$/;"	f
 23567  check	./os/user/user_test.go	/^func check(t *testing.T) {$/;"	f
 23568  check	./runtime/debug/stack_test.go	/^func check(t *testing.T, line, has string) {$/;"	f
 23569  check	./runtime/hash_test.go	/^func (s *HashSet) check(t *testing.T) {$/;"	f
 23570  check	./runtime/memmove_arm64.s	/^check:$/;"	l
 23571  check	./runtime/memmove_ppc64x.s	/^check:$/;"	l
 23572  check	./runtime/runtime1.go	/^func check() {$/;"	f
 23573  check	./runtime/sys_linux_arm.s	/^check:$/;"	l
 23574  check	./sync/cond.go	/^func (c *copyChecker) check() {$/;"	f
 23575  check	./text/tabwriter/tabwriter_test.go	/^func check(t *testing.T, testname string, minwidth, tabwidth, padding int, padchar byte, flags uint, src, expected string) {$/;"	f
 23576  check2ndField	./reflect/all_test.go	/^func check2ndField(x interface{}, offs uintptr, t *testing.T) {$/;"	f
 23577  checkAssignStmt	./cmd/vet/assign.go	/^func checkAssignStmt(f *File, node ast.Node) {$/;"	f
 23578  checkAtomicAddAssignment	./cmd/vet/atomic.go	/^func (f *File) checkAtomicAddAssignment(left ast.Expr, call *ast.CallExpr) {$/;"	f
 23579  checkAtomicAssignment	./cmd/vet/atomic.go	/^func checkAtomicAssignment(f *File, node ast.Node) {$/;"	f
 23580  checkBool	./cmd/vet/bool.go	/^func checkBool(f *File, n ast.Node) {$/;"	f
 23581  checkBytes	./cmd/compile/internal/big/int_test.go	/^func checkBytes(b []byte) bool {$/;"	f
 23582  checkBytes	./math/big/int_test.go	/^func checkBytes(b []byte) bool {$/;"	f
 23583  checkCanonicalFieldTag	./cmd/vet/structtag.go	/^func checkCanonicalFieldTag(f *File, node ast.Node) {$/;"	f
 23584  checkCanonicalMethod	./cmd/vet/method.go	/^func checkCanonicalMethod(f *File, node ast.Node) {$/;"	f
 23585  checkChainForKeyUsage	./crypto/x509/verify.go	/^func checkChainForKeyUsage(chain []*Certificate, keyUsages []ExtKeyUsage) bool {$/;"	f
 23586  checkChainSSLServerPolicy	./crypto/x509/root_windows.go	/^func checkChainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error {$/;"	f
 23587  checkChainTrustStatus	./crypto/x509/root_windows.go	/^func checkChainTrustStatus(c *Certificate, chainCtx *syscall.CertChainContext) error {$/;"	f
 23588  checkConnErrorWriter	./net/http/server.go	/^type checkConnErrorWriter struct {$/;"	t
 23589  checkCopyLocks	./cmd/vet/copylock.go	/^func checkCopyLocks(f *File, node ast.Node) {$/;"	f
 23590  checkCopyLocksFunc	./cmd/vet/copylock.go	/^func checkCopyLocksFunc(f *File, name string, recv *ast.FieldList, typ *ast.FuncType) {$/;"	f
 23591  checkCopyLocksRange	./cmd/vet/copylock.go	/^func checkCopyLocksRange(f *File, r *ast.RangeStmt) {$/;"	f
 23592  checkCopyLocksRangeVar	./cmd/vet/copylock.go	/^func checkCopyLocksRangeVar(f *File, rtok token.Token, e ast.Expr) {$/;"	f
 23593  checkCoverage	./cmd/go/go_test.go	/^func checkCoverage(tg *testgoData, data string) {$/;"	f
 23594  checkDistribution	./net/dnsclient_test.go	/^func checkDistribution(t *testing.T, data []*SRV, margin float64) {$/;"	f
 23595  checkDualStackAddrFamily	./net/listen_test.go	/^func checkDualStackAddrFamily(fd *netFD) error {$/;"	f
 23596  checkDualStackSecondListener	./net/listen_test.go	/^func checkDualStackSecondListener(network, address string, err, xerr error) error {$/;"	f
 23597  checkETag	./net/http/fs.go	/^func checkETag(w ResponseWriter, r *Request, modtime time.Time) (rangeReq string, done bool) {$/;"	f
 23598  checkErr	./net/http/client_test.go	/^	var checkErr error$/;"	v
 23599  checkError	./go/scanner/scanner_test.go	/^func checkError(t *testing.T, src string, tok token.Token, pos int, lit, err string) {$/;"	f
 23600  checkErrorPredicate	./os/error_test.go	/^func checkErrorPredicate(predName string, pred func(error) bool, err error) string {$/;"	f
 23601  checkErrors	./go/parser/error_test.go	/^func checkErrors(t *testing.T, filename string, input interface{}) {$/;"	f
 23602  checkExpr	./go/parser/parser.go	/^func (p *parser) checkExpr(x ast.Expr) ast.Expr {$/;"	f
 23603  checkExpr	./go/printer/testdata/parser.go	/^func (p *parser) checkExpr(x ast.Expr) ast.Expr {$/;"	f
 23604  checkExprOrType	./go/parser/parser.go	/^func (p *parser) checkExprOrType(x ast.Expr) ast.Expr {$/;"	f
 23605  checkExprOrType	./go/printer/testdata/parser.go	/^func (p *parser) checkExprOrType(x ast.Expr) ast.Expr {$/;"	f
 23606  checkFieldComments	./go/parser/parser_test.go	/^func checkFieldComments(t *testing.T, file *ast.File, fieldname, lead, line string) {$/;"	f
 23607  checkFiles	./go/types/check_test.go	/^func checkFiles(t *testing.T, testfiles []string) {$/;"	f
 23608  checkFirstListener	./net/listen_test.go	/^func checkFirstListener(network string, ln interface{}) error {$/;"	f
 23609  checkFmtPrintfCall	./cmd/vet/print.go	/^func checkFmtPrintfCall(f *File, node ast.Node) {$/;"	f
 23610  checkForGNUSparsePAXHeaders	./archive/tar/reader.go	/^func (tr *Reader) checkForGNUSparsePAXHeaders(hdr *Header, headers map[string]string) ([]sparseEntry, error) {$/;"	f
 23611  checkForResumption	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) checkForResumption() bool {$/;"	f
 23612  checkFunc	./net/http/httptest/recorder_test.go	/^	type checkFunc func(*ResponseRecorder) error$/;"	t
 23613  checkGcd	./cmd/compile/internal/big/int_test.go	/^func checkGcd(aBytes, bBytes []byte) bool {$/;"	f
 23614  checkGcd	./math/big/int_test.go	/^func checkGcd(aBytes, bBytes []byte) bool {$/;"	f
 23615  checkGdbPython	./runtime/runtime-gdb_test.go	/^func checkGdbPython(t *testing.T) {$/;"	f
 23616  checkHeader	./cmd/pack/pack.go	/^func checkHeader(fd *os.File) {$/;"	f
 23617  checkHeader	./image/png/reader.go	/^func (d *decoder) checkHeader() error {$/;"	f
 23618  checkId	./encoding/gob/type.go	/^func checkId(want, got typeId) {$/;"	f
 23619  checkIsBestApprox32	./cmd/compile/internal/big/rat_test.go	/^func checkIsBestApprox32(t *testing.T, f float32, r *Rat) bool {$/;"	f
 23620  checkIsBestApprox32	./math/big/rat_test.go	/^func checkIsBestApprox32(t *testing.T, f float32, r *Rat) bool {$/;"	f
 23621  checkIsBestApprox64	./cmd/compile/internal/big/rat_test.go	/^func checkIsBestApprox64(t *testing.T, f float64, r *Rat) bool {$/;"	f
 23622  checkIsBestApprox64	./math/big/rat_test.go	/^func checkIsBestApprox64(t *testing.T, f float64, r *Rat) bool {$/;"	f
 23623  checkLastByte	./mime/quotedprintable/writer.go	/^func (w *Writer) checkLastByte() error {$/;"	f
 23624  checkLastModified	./net/http/fs.go	/^func checkLastModified(w ResponseWriter, r *Request, modtime time.Time) bool {$/;"	f
 23625  checkList	./container/list/list_test.go	/^func checkList(t *testing.T, l *List, es []interface{}) {$/;"	f
 23626  checkListLen	./container/list/list_test.go	/^func checkListLen(t *testing.T, l *List, len int) bool {$/;"	f
 23627  checkListPointers	./container/list/list_test.go	/^func checkListPointers(t *testing.T, l *List, es []*Element) {$/;"	f
 23628  checkLongShift	./cmd/vet/shift.go	/^func checkLongShift(f *File, node ast.Node, x, y ast.Expr) {$/;"	f
 23629  checkMarks	./path/filepath/path_test.go	/^func checkMarks(t *testing.T, report bool) {$/;"	f
 23630  checkMediaTypeDisposition	./mime/mediatype.go	/^func checkMediaTypeDisposition(s string) error {$/;"	f
 23631  checkMode	./go/printer/printer_test.go	/^type checkMode uint$/;"	t
 23632  checkMode	./os/os_test.go	/^func checkMode(t *testing.T, path string, mode FileMode) {$/;"	f
 23633  checkMul	./cmd/compile/internal/big/int_test.go	/^func checkMul(a, b []byte) bool {$/;"	f
 23634  checkMul	./math/big/int_test.go	/^func checkMul(a, b []byte) bool {$/;"	f
 23635  checkMulticastListener	./net/listen_test.go	/^func checkMulticastListener(c *UDPConn, ip IP) error {$/;"	f
 23636  checkNextPos	./text/scanner/scanner_test.go	/^func checkNextPos(t *testing.T, s *Scanner, offset, line, column int, char rune) {$/;"	f
 23637  checkNilFuncComparison	./cmd/vet/nilfunc.go	/^func checkNilFuncComparison(f *File, node ast.Node) {$/;"	f
 23638  checkNonLossyRoundtrip32	./cmd/compile/internal/big/rat_test.go	/^func checkNonLossyRoundtrip32(t *testing.T, f float32) {$/;"	f
 23639  checkNonLossyRoundtrip32	./math/big/rat_test.go	/^func checkNonLossyRoundtrip32(t *testing.T, f float32) {$/;"	f
 23640  checkNonLossyRoundtrip64	./cmd/compile/internal/big/rat_test.go	/^func checkNonLossyRoundtrip64(t *testing.T, f float64) {$/;"	f
 23641  checkNonLossyRoundtrip64	./math/big/rat_test.go	/^func checkNonLossyRoundtrip64(t *testing.T, f float64) {$/;"	f
 23642  checkPipeRead	./net/pipe_test.go	/^func checkPipeRead(t *testing.T, r io.Reader, data []byte, wantErr error) {$/;"	f
 23643  checkPipeWrite	./net/pipe_test.go	/^func checkPipeWrite(t *testing.T, w io.Writer, data []byte, c chan int) {$/;"	f
 23644  checkPipeline	./text/template/parse/parse.go	/^func (t *Tree) checkPipeline(pipe *PipeNode, context string) {$/;"	f
 23645  checkPos	./go/scanner/scanner_test.go	/^func checkPos(t *testing.T, lit string, p token.Pos, expected token.Position) {$/;"	f
 23646  checkPos	./go/token/position_test.go	/^func checkPos(t *testing.T, msg string, got, want Position) {$/;"	f
 23647  checkPos	./text/scanner/scanner_test.go	/^func checkPos(t *testing.T, got, want Position) {$/;"	f
 23648  checkPrint	./cmd/vet/print.go	/^func (f *File) checkPrint(call *ast.CallExpr, name string, firstArg int) {$/;"	f
 23649  checkPrintf	./cmd/vet/print.go	/^func (f *File) checkPrintf(call *ast.CallExpr, name string, formatIndex int) {$/;"	f
 23650  checkPub	./crypto/rsa/rsa.go	/^func checkPub(pub *PublicKey) error {$/;"	f
 23651  checkQueryStringHandler	./net/http/serve_test.go	/^func checkQueryStringHandler(w ResponseWriter, r *Request) {$/;"	f
 23652  checkQuo	./cmd/compile/internal/big/int_test.go	/^func checkQuo(x, y []byte) bool {$/;"	f
 23653  checkQuo	./math/big/int_test.go	/^func checkQuo(x, y []byte) bool {$/;"	f
 23654  checkRangeLoop	./cmd/vet/rangeloop.go	/^func checkRangeLoop(f *File, node ast.Node) {$/;"	f
 23655  checkRedundant	./cmd/vet/bool.go	/^func (op boolOp) checkRedundant(f *File, exprs []ast.Expr) {$/;"	f
 23656  checkResult	./encoding/binary/binary_test.go	/^func checkResult(t *testing.T, dir string, order ByteOrder, err error, have, want interface{}) {$/;"	f
 23657  checkSameType	./reflect/all_test.go	/^func checkSameType(t *testing.T, x, y interface{}) {$/;"	f
 23658  checkSampleDistribution	./math/rand/rand_test.go	/^func checkSampleDistribution(t *testing.T, samples []float64, expected *statsResults) {$/;"	f
 23659  checkSampleSliceDistributions	./math/rand/rand_test.go	/^func checkSampleSliceDistributions(t *testing.T, samples []float64, nslices int, expected *statsResults) {$/;"	f
 23660  checkScanPos	./text/scanner/scanner_test.go	/^func checkScanPos(t *testing.T, s *Scanner, offset, line, column int, char rune) {$/;"	f
 23661  checkSecondListener	./net/listen_test.go	/^func checkSecondListener(network, address string, err error) error {$/;"	f
 23662  checkSemi	./go/scanner/scanner_test.go	/^func checkSemi(t *testing.T, line string, mode Mode) {$/;"	f
 23663  checkSerialize	./go/token/serialize_test.go	/^func checkSerialize(t *testing.T, p *FileSet) {$/;"	f
 23664  checkSetBytes	./cmd/compile/internal/big/int_test.go	/^func checkSetBytes(b []byte) bool {$/;"	f
 23665  checkSetBytes	./math/big/int_test.go	/^func checkSetBytes(b []byte) bool {$/;"	f
 23666  checkShadow	./cmd/vet/shadow.go	/^func checkShadow(f *File, node ast.Node) {$/;"	f
 23667  checkShadowAssignment	./cmd/vet/shadow.go	/^func checkShadowAssignment(f *File, a *ast.AssignStmt) {$/;"	f
 23668  checkShadowDecl	./cmd/vet/shadow.go	/^func checkShadowDecl(f *File, d *ast.GenDecl) {$/;"	f
 23669  checkShadowing	./cmd/vet/shadow.go	/^func checkShadowing(f *File, ident *ast.Ident) {$/;"	f
 23670  checkShift	./cmd/vet/shift.go	/^func checkShift(f *File, node ast.Node) {$/;"	f
 23671  checkSignature	./crypto/x509/x509.go	/^func checkSignature(algo SignatureAlgorithm, signed, signature []byte, publicKey crypto.PublicKey) (err error) {$/;"	f
 23672  checkSimilarDistribution	./math/rand/rand_test.go	/^func (this *statsResults) checkSimilarDistribution(expected *statsResults) error {$/;"	f
 23673  checkSize	./io/ioutil/ioutil_test.go	/^func checkSize(t *testing.T, path string, size int64) {$/;"	f
 23674  checkSize	./os/os_test.go	/^func checkSize(t *testing.T, f *File, size int64) {$/;"	f
 23675  checkStaleRuntime	./runtime/crash_test.go	/^func checkStaleRuntime(t *testing.T) {$/;"	f
 23676  checkSubsetTypes	./database/sql/fakedb_test.go	/^func checkSubsetTypes(args []driver.Value) error {$/;"	f
 23677  checkSum	./crypto/md5/md5.go	/^func (d *digest) checkSum() [Size]byte {$/;"	f
 23678  checkSum	./crypto/sha1/sha1.go	/^func (d *digest) checkSum() [Size]byte {$/;"	f
 23679  checkSum	./crypto/sha256/sha256.go	/^func (d *digest) checkSum() [Size]byte {$/;"	f
 23680  checkSum	./crypto/sha512/sha512.go	/^func (d *digest) checkSum() [Size]byte {$/;"	f
 23681  checkSuspect	./cmd/vet/bool.go	/^func (op boolOp) checkSuspect(f *File, exprs []ast.Expr) {$/;"	f
 23682  checkSymbols	./cmd/nm/nm_test.go	/^func checkSymbols(t *testing.T, nmoutput []byte) {$/;"	f
 23683  checkSymbolsFound	./cmd/nm/nm_test.go	/^	var checkSymbolsFound, testDataFound bool$/;"	v
 23684  checkTime	./time/format_test.go	/^func checkTime(time Time, test *ParseTest, t *testing.T) {$/;"	f
 23685  checkTok	./text/scanner/scanner_test.go	/^func checkTok(t *testing.T, s *Scanner, line int, got, want rune, text string) {$/;"	f
 23686  checkType	./cmd/pprof/internal/profile/proto.go	/^func checkType(b *buffer, typ int) error {$/;"	f
 23687  checkUTF8	./regexp/syntax/parse.go	/^func checkUTF8(s string) error {$/;"	f
 23688  checkUidGid	./os/os_unix_test.go	/^func checkUidGid(t *testing.T, path string, uid, gid int) {$/;"	f
 23689  checkUnkeyedLiteral	./cmd/vet/composite.go	/^func checkUnkeyedLiteral(f *File, node ast.Node) {$/;"	f
 23690  checkUnreachable	./cmd/vet/deadcode.go	/^func checkUnreachable(f *File, node ast.Node) {$/;"	f
 23691  checkUnsafePointer	./cmd/vet/unsafeptr.go	/^func checkUnsafePointer(f *File, node ast.Node) {$/;"	f
 23692  checkUnusedResult	./cmd/vet/unused.go	/^func checkUnusedResult(f *File, n ast.Node) {$/;"	f
 23693  checkVal	./cmd/cover/testdata/main.go	/^func checkVal(line, count uint32, val int) int {$/;"	f
 23694  checkValid	./encoding/json/scanner.go	/^func checkValid(data []byte, scan *scanner) error {$/;"	f
 23695  checkWrite	./io/pipe_test.go	/^func checkWrite(t *testing.T, w Writer, data []byte, c chan int) {$/;"	f
 23696  checkZeroPanicString	./time/sleep_test.go	/^func checkZeroPanicString(t *testing.T) {$/;"	f
 23697  checkaddr	./cmd/internal/obj/pass.go	/^func checkaddr(ctxt *Link, p *Prog, a *Addr) {$/;"	f
 23698  checkarglist	./cmd/compile/internal/gc/dcl.go	/^func checkarglist(all *NodeList, input int) *NodeList {$/;"	f
 23699  checkassign	./cmd/compile/internal/gc/typecheck.go	/^func checkassign(stmt *Node, n *Node) {$/;"	f
 23700  checkassignlist	./cmd/compile/internal/gc/typecheck.go	/^func checkassignlist(stmt *Node, l *NodeList) {$/;"	f
 23701  checkassignto	./cmd/compile/internal/gc/typecheck.go	/^func checkassignto(src *Type, dst *Node) {$/;"	f
 23702  checkauto	./cmd/compile/internal/gc/plive.go	/^func checkauto(fn *Node, p *obj.Prog, n *Node) {$/;"	f
 23703  checkdead	./runtime/proc1.go	/^func checkdead() {$/;"	f
 23704  checkdefergo	./cmd/compile/internal/gc/typecheck.go	/^func checkdefergo(n *Node) {$/;"	f
 23705  checkdupfields	./cmd/compile/internal/gc/dcl.go	/^func checkdupfields(t *Type, what string) {$/;"	f
 23706  checked	./go/types/api.go	/^\/\/ Alternatively, create a new type checked with NewChecker$/;"	t
 23707  checkembeddedtype	./cmd/compile/internal/gc/dcl.go	/^func checkembeddedtype(t *Type) {$/;"	f
 23708  checkempty	./runtime/mgcwork.go	/^func (b *workbuf) checkempty() {$/;"	f
 23709  checker	./cmd/cgo/doc.go	/^a full C parser and type checker that was also aware of any extensions$/;"	t
 23710  checker	./cmd/fix/typecheck.go	/^		\/\/ struct fields.  The real type checker will be$/;"	t
 23711  checker	./cmd/fix/typecheck.go	/^	\/\/ After is the real type checker.$/;"	t
 23712  checker	./cmd/fix/typecheck.go	/^\/\/ Partial type checker.$/;"	t
 23713  checker	./go/internal/gcimporter/gcimporter.go	/^	\/\/ package "unsafe" is handled by the type checker$/;"	t
 23714  checker	./go/parser/parser.go	/^	\/\/ care because the type checker will do a separate field lookup.$/;"	t
 23715  checker	./go/types/api.go	/^\/\/ Config.Check to invoke the type checker for a package.$/;"	t
 23716  checker	./go/types/check.go	/^\/\/ A Checker maintains the state of the type checker.$/;"	t
 23717  checker	./go/types/example_test.go	/^\/\/ ExampleInfo prints various facts recorded by the type checker in a$/;"	t
 23718  checker	./go/types/expr.go	/^on the way down in updateExprType, or at the end of the type checker run,$/;"	t
 23719  checker	./go/types/type.go	/^	\/\/ literal we call the general type checker which returns a general Type.$/;"	t
 23720  checker	./net/http/filetransport_test.go	/^func checker(t *testing.T) func(string, error) {$/;"	f
 23721  checkgo	./cmd/link/internal/ld/lib.go	/^func checkgo() {$/;"	f
 23722  checkgoarm	./runtime/os_darwin_arm.go	/^func checkgoarm() {$/;"	f
 23723  checkgoarm	./runtime/os_freebsd_arm.go	/^func checkgoarm() {$/;"	f
 23724  checkgoarm	./runtime/os_linux_arm.go	/^func checkgoarm() {$/;"	f
 23725  checkgoarm	./runtime/os_nacl_arm.go	/^func checkgoarm() {$/;"	f
 23726  checkgoarm	./runtime/os_netbsd_arm.go	/^func checkgoarm() {$/;"	f
 23727  checkgoarm	./runtime/os_openbsd_arm.go	/^func checkgoarm() {$/;"	f
 23728  checkgoto	./cmd/compile/internal/gc/gen.go	/^func checkgoto(from *Node, to *Node) {$/;"	f
 23729  checking	./cmd/compile/internal/gc/dcl.go	/^	\/\/ no n->defn because type checking of func header$/;"	t
 23730  checking	./cmd/compile/internal/gc/lex.go	/^	obj.Flagcount("W", "debug parse tree after type checking", &Debug['W'])$/;"	t
 23731  checking	./cmd/compile/internal/gc/lex.go	/^	obj.Flagcount("w", "debug type checking", &Debug['w'])$/;"	t
 23732  checking	./cmd/compile/internal/gc/syntax.go	/^	OMAKE      \/\/ make(List) (before type checking converts to one of the following)$/;"	t
 23733  checking	./cmd/cover/cover.go	/^		\/\/ but without type checking we can't and the likelihood of it being$/;"	t
 23734  checking	./cmd/vet/types.go	/^	\/\/ There must be no arguments. Already verified by type checking, but be thorough.$/;"	t
 23735  checking	./go/ast/scope.go	/^\/\/	Typ     *Scope            (used as method scope during type checking - transient)$/;"	t
 23736  checking	./go/types/api.go	/^	\/\/ during type checking; err has dynamic type Error.$/;"	t
 23737  checking	./go/types/api.go	/^\/\/ A Config specifies the configuration for type checking.$/;"	t
 23738  checking	./go/types/expr.go	/^		\/\/ or until the end of type checking$/;"	t
 23739  checking	./go/types/expr.go	/^\/\/ exprInternal contains the core of type checking of expressions.$/;"	t
 23740  checking	./go/types/operand.go	/^\/\/ An operand represents an intermediate value during type checking.$/;"	t
 23741  checking	./go/types/typexpr.go	/^\/\/ typExprInternal drives type checking of types.$/;"	t
 23742  checklabels	./cmd/compile/internal/gc/gen.go	/^func checklabels() {$/;"	f
 23743  checklvalue	./cmd/compile/internal/gc/typecheck.go	/^func checklvalue(n *Node, verb string) {$/;"	f
 23744  checkmake	./cmd/compile/internal/gc/typecheck.go	/^func checkmake(t *Type, arg string, n *Node) int {$/;"	f
 23745  checkmcount	./runtime/proc1.go	/^func checkmcount() {$/;"	f
 23746  checknil	./cmd/compile/internal/gc/subr.go	/^func checknil(x *Node, init **NodeList) {$/;"	f
 23747  checknonempty	./runtime/mgcwork.go	/^func (b *workbuf) checknonempty() {$/;"	f
 23748  checkparam	./cmd/compile/internal/gc/plive.go	/^func checkparam(fn *Node, p *obj.Prog, n *Node) {$/;"	f
 23749  checkpool	./cmd/internal/obj/arm/asm5.go	/^func checkpool(ctxt *obj.Link, p *obj.Prog, sz int) bool {$/;"	f
 23750  checkpool	./cmd/internal/obj/arm64/asm7.go	/^func checkpool(ctxt *obj.Link, p *obj.Prog, skip int) {$/;"	f
 23751  checkprog	./cmd/compile/internal/gc/plive.go	/^func checkprog(fn *Node, p *obj.Prog) {$/;"	f
 23752  checkptxt	./cmd/compile/internal/gc/plive.go	/^func checkptxt(fn *Node, firstp *obj.Prog) {$/;"	f
 23753  checkreturn	./cmd/compile/internal/gc/typecheck.go	/^func checkreturn(fn *Node) {$/;"	f
 23754  checks	./cmd/fix/typecheck.go	/^\/\/ typecheck type checks the AST f assuming the information in cfg.$/;"	t
 23755  checksliceconst	./cmd/compile/internal/gc/typecheck.go	/^func checksliceconst(lo *Node, hi *Node) int {$/;"	f
 23756  checksliceindex	./cmd/compile/internal/gc/typecheck.go	/^func checksliceindex(l *Node, r *Node, tp *Type) int {$/;"	f
 23757  checkstrdata	./cmd/link/internal/ld/data.go	/^func checkstrdata() {$/;"	f
 23758  checksum	./archive/tar/common.go	/^func checksum(header []byte) (unsigned int64, signed int64) {$/;"	f
 23759  checksum	./hash/adler32/adler32_test.go	/^func checksum(p []byte) uint32 {$/;"	f
 23760  checksumReader	./archive/zip/reader.go	/^type checksumReader struct {$/;"	t
 23761  checkwidth	./cmd/compile/internal/gc/align.go	/^func checkwidth(t *Type) {$/;"	f
 23762  chfind	./cmd/yacc/yacc.go	/^func chfind(t int, s string) int {$/;"	f
 23763  child	./net/http/fcgi/child.go	/^type child struct {$/;"	t
 23764  child	./runtime/heapdump.go	/^	var child childInfo$/;"	v
 23765  child	./runtime/sys_linux_arm64.s	/^child:$/;"	l
 23766  childChains	./crypto/x509/verify.go	/^		var childChains [][]*Certificate$/;"	v
 23767  childInfo	./runtime/heapdump.go	/^type childInfo struct {$/;"	t
 23768  childProcess	./crypto/tls/handshake_client_test.go	/^	var childProcess *exec.Cmd$/;"	v
 23769  childProcess	./crypto/tls/handshake_server_test.go	/^	var childProcess *exec.Cmd$/;"	v
 23770  children	./runtime/runtime-gdb.py	/^	def children(self):$/;"	m	class:ChanTypePrinter
 23771  children	./runtime/runtime-gdb.py	/^	def children(self):$/;"	m	class:MapTypePrinter
 23772  children	./runtime/runtime-gdb.py	/^	def children(self):$/;"	m	class:SliceTypePrinter
 23773  chipfloat5	./cmd/internal/obj/arm/asm5.go	/^func chipfloat5(ctxt *obj.Link, e float64) int {$/;"	f
 23774  chipfloat7	./cmd/internal/obj/arm64/asm7.go	/^func chipfloat7(ctxt *obj.Link, e float64) int {$/;"	f
 23775  chipzero5	./cmd/internal/obj/arm/asm5.go	/^func chipzero5(ctxt *obj.Link, e float64) int {$/;"	f
 23776  chkStat	./os/exec/lp_windows.go	/^func chkStat(file string) error {$/;"	f
 23777  chksectoff	./cmd/link/internal/ld/pe.go	/^func chksectoff(h *IMAGE_SECTION_HEADER, off int64) {$/;"	f
 23778  chksectseg	./cmd/link/internal/ld/pe.go	/^func chksectseg(h *IMAGE_SECTION_HEADER, s *Segment) {$/;"	f
 23779  choice	./reflect/all_test.go	/^type choice struct {$/;"	t
 23780  chrisBirthday	./database/sql/sql_test.go	/^var chrisBirthday = time.Unix(123456789, 0)$/;"	v
 23781  chromiumBasicsTests	./net/http/cookiejar/jar_test.go	/^var chromiumBasicsTests = [...]jarTest{$/;"	v
 23782  chromiumDeletionTests	./net/http/cookiejar/jar_test.go	/^var chromiumDeletionTests = [...]jarTest{$/;"	v
 23783  chromiumDomainTests	./net/http/cookiejar/jar_test.go	/^var chromiumDomainTests = [...]jarTest{$/;"	v
 23784  chroot	./syscall/exec_unix.go	/^	var chroot *byte$/;"	v
 23785  chroot1	./syscall/exec_solaris.go	/^func chroot1(path uintptr) (err Errno)$/;"	f
 23786  chtmpdir	./os/os_test.go	/^func chtmpdir(t *testing.T) func() {$/;"	f
 23787  chtmpdir	./path/filepath/path_test.go	/^func chtmpdir(t *testing.T) (restore func()) {$/;"	f
 23788  chunk	./net/http/cgi/host_test.go	/^func chunk(s string) string {$/;"	f
 23789  chunk	./net/http/httputil/dump_test.go	/^func chunk(s string) string {$/;"	f
 23790  chunk	./net/http/requestwrite_test.go	/^func chunk(s string) string {$/;"	f
 23791  chunk	./path/filepath/match.go	/^		var chunk string$/;"	v
 23792  chunk	./path/match.go	/^		var chunk string$/;"	v
 23793  chunk	./runtime/mapspeed_test.go	/^type chunk [17]byte$/;"	t
 23794  chunk	./runtime/mem_linux.go	/^	var chunk uintptr$/;"	v
 23795  chunkHeaderAvailable	./net/http/internal/chunked.go	/^func (cr *chunkedReader) chunkHeaderAvailable() bool {$/;"	f
 23796  chunkOrderError	./image/png/reader.go	/^var chunkOrderError = FormatError("chunk out of order")$/;"	v
 23797  chunkWriter	./net/http/server.go	/^type chunkWriter struct {$/;"	t
 23798  chunked	./net/http/transfer.go	/^func chunked(te []string) bool { return len(te) > 0 && te[0] == "chunked" }$/;"	f
 23799  chunkedReader	./net/http/internal/chunked.go	/^type chunkedReader struct {$/;"	t
 23800  chunkedWriter	./net/http/internal/chunked.go	/^type chunkedWriter struct {$/;"	t
 23801  chunks	./runtime/mapspeed_test.go	/^	var chunks [size]chunk$/;"	v
 23802  ci	./reflect/all_test.go	/^	var ci struct {$/;"	v
 23803  cidrMaskTests	./net/ip_test.go	/^var cidrMaskTests = []struct {$/;"	v
 23804  cipher3DES	./crypto/tls/cipher_suites.go	/^func cipher3DES(key, iv []byte, isRead bool) interface{} {$/;"	f
 23805  cipherAES	./crypto/tls/cipher_suites.go	/^func cipherAES(key, iv []byte, isRead bool) interface{} {$/;"	f
 23806  cipherByKey	./crypto/x509/pem_decrypt.go	/^func cipherByKey(key PEMCipher) *rfc1423Algo {$/;"	f
 23807  cipherByName	./crypto/x509/pem_decrypt.go	/^func cipherByName(name string) *rfc1423Algo {$/;"	f
 23808  cipherRC4	./crypto/tls/cipher_suites.go	/^func cipherRC4(key, iv []byte, isRead bool) interface{} {$/;"	f
 23809  cipherSuite	./crypto/tls/cipher_suites.go	/^type cipherSuite struct {$/;"	t
 23810  cipherSuiteById	./crypto/tls/prf_test.go	/^func cipherSuiteById(id uint16) *cipherSuite {$/;"	f
 23811  cipherSuites	./crypto/tls/cipher_suites.go	/^var cipherSuites = []*cipherSuite{$/;"	v
 23812  cipherSuites	./crypto/tls/common.go	/^func (c *Config) cipherSuites() []uint16 {$/;"	f
 23813  cl	./cmd/compile/internal/arm/cgen64.go	/^			var cl gc.Node$/;"	v
 23814  cl	./cmd/compile/internal/arm/cgen64.go	/^		var cl gc.Node$/;"	v
 23815  cl	./cmd/compile/internal/gc/walk.go	/^			var cl uint8$/;"	v
 23816  cl	./net/http/transfer.go	/^	var cl string$/;"	v
 23817  clamp	./image/draw/draw.go	/^func clamp(i int32) int32 {$/;"	f
 23818  clash	./cmd/yacc/yacc.go	/^				lerrorf(ruleline, "default action causes potential type clash")$/;"	t
 23819  class	./cmd/compile/internal/gc/plive.go	/^	var class uint8$/;"	v
 23820  classStrings	./debug/elf/elf.go	/^var classStrings = []intName{$/;"	v
 23821  class_to_allocnpages	./runtime/msize.go	/^var class_to_allocnpages [_NumSizeClasses]int32$/;"	v
 23822  class_to_divmagic	./runtime/msize.go	/^var class_to_divmagic [_NumSizeClasses]divMagic$/;"	v
 23823  class_to_size	./runtime/msize.go	/^var class_to_size [_NumSizeClasses]int32$/;"	v
 23824  classifyScope	./net/addrselect.go	/^func classifyScope(ip IP) scope {$/;"	f
 23825  classnames	./cmd/compile/internal/gc/fmt.go	/^var classnames = []string{$/;"	v
 23826  cldebug	./cmd/yacc/yacc.go	/^var cldebug = 0 \/\/ debugging flag for closure$/;"	v
 23827  clean	./cmd/compile/internal/amd64/gsubr.go	/^var clean [20]gc.Node$/;"	v
 23828  clean	./cmd/compile/internal/arm/gsubr.go	/^var clean [20]gc.Node$/;"	v
 23829  clean	./cmd/go/clean.go	/^func clean(p *Package) {$/;"	f
 23830  clean	./go/doc/synopsis.go	/^func clean(s string, flags int) string {$/;"	f
 23831  cleanAlt	./regexp/syntax/parse.go	/^func cleanAlt(re *Regexp) {$/;"	f
 23832  cleanClass	./regexp/syntax/parse.go	/^func cleanClass(rp *[]rune) []rune {$/;"	f
 23833  cleanDir	./cmd/go/clean.go	/^var cleanDir = map[string]bool{$/;"	v
 23834  cleanExt	./cmd/go/clean.go	/^var cleanExt = map[string]bool{$/;"	v
 23835  cleanFile	./cmd/go/clean.go	/^var cleanFile = map[string]bool{$/;"	v
 23836  cleanHost	./net/http/request.go	/^func cleanHost(in string) string {$/;"	f
 23837  cleanI	./cmd/go/clean.go	/^var cleanI bool \/\/ clean -i flag$/;"	v
 23838  cleanPath	./net/http/server.go	/^func cleanPath(p string) string {$/;"	f
 23839  cleanR	./cmd/go/clean.go	/^var cleanR bool \/\/ clean -r flag$/;"	v
 23840  cleanTest	./cmd/go/test.go	/^func (b *builder) cleanTest(a *action) error {$/;"	f
 23841  cleanUp	./net/http/fcgi/child.go	/^func (c *child) cleanUp() {$/;"	f
 23842  cleanUpTests	./net/http/fcgi/fcgi_test.go	/^var cleanUpTests = []struct {$/;"	v
 23843  cleaned	./cmd/go/clean.go	/^var cleaned = map[*Package]bool{}$/;"	v
 23844  cleani	./cmd/compile/internal/amd64/gsubr.go	/^var cleani int = 0$/;"	v
 23845  cleani	./cmd/compile/internal/arm/gsubr.go	/^var cleani int = 0$/;"	v
 23846  cleantemp	./cmd/compile/internal/gc/order.go	/^func cleantemp(top *NodeList, order *Order) {$/;"	f
 23847  cleantempnopop	./cmd/compile/internal/gc/order.go	/^func cleantempnopop(mark *NodeList, order *Order, out **NodeList) {$/;"	f
 23848  cleantests	./path/filepath/path_test.go	/^var cleantests = []PathTest{$/;"	v
 23849  cleantests	./path/path_test.go	/^var cleantests = []PathTest{$/;"	v
 23850  cleanup	./androidtest.bash	/^function cleanup() {$/;"	f
 23851  cleanup	./cmd/go/go_test.go	/^func (tg *testgoData) cleanup() {$/;"	f
 23852  cleanup	./hash/crc32/crc32_amd64.s	/^cleanup:$/;"	l
 23853  cleanup	./hash/crc32/crc32_amd64p32.s	/^cleanup:$/;"	l
 23854  cleanupOnePass	./regexp/onepass.go	/^func cleanupOnePass(prog *onePassProg, original *syntax.Prog) {$/;"	f
 23855  cleanupTypes	./go/doc/reader.go	/^func (r *reader) cleanupTypes() {$/;"	f
 23856  clear	./cmd/compile/internal/big/nat.go	/^func (z nat) clear() {$/;"	f
 23857  clear	./math/big/nat.go	/^func (z nat) clear() {$/;"	f
 23858  clear	./os/signal/signal.go	/^func (h *handler) clear(sig int) {$/;"	f
 23859  clear	./regexp/exec.go	/^func (m *machine) clear(q *queue) {$/;"	f
 23860  clear	./regexp/onepass.go	/^func (q *queueOnePass) clear() {$/;"	f
 23861  clear	./runtime/hash_test.go	/^func (k *BytesKey) clear() {$/;"	f
 23862  clear	./runtime/hash_test.go	/^func (k *EfaceKey) clear() {$/;"	f
 23863  clear	./runtime/hash_test.go	/^func (k *IfaceKey) clear() {$/;"	f
 23864  clear	./runtime/hash_test.go	/^func (k *Int32Key) clear() {$/;"	f
 23865  clear	./runtime/hash_test.go	/^func (k *Int64Key) clear() {$/;"	f
 23866  clear	./runtime/mgc.go	/^func (s *bgMarkSignal) clear() {$/;"	f
 23867  clear	./text/tabwriter/tabwriter_test.go	/^func (b *buffer) clear() { b.a = b.a[0:0] }$/;"	f
 23868  clearCheckmarkSpan	./runtime/mbitmap.go	/^func (h heapBits) clearCheckmarkSpan(size, n, total uintptr) {$/;"	f
 23869  clearCheckmarks	./runtime/mgcmark.go	/^func clearCheckmarks() {$/;"	f
 23870  clearMimeTypes	./mime/type_test.go	/^func clearMimeTypes() {$/;"	f
 23871  clearOffset	./encoding/json/stream.go	/^func clearOffset(err error) {$/;"	f
 23872  clearSpecialFlags	./fmt/print.go	/^func (p *pp) clearSpecialFlags() (plusV, sharpV bool) {$/;"	f
 23873  clearfat	./cmd/compile/internal/amd64/ggen.go	/^func clearfat(nl *gc.Node) {$/;"	f
 23874  clearfat	./cmd/compile/internal/arm/ggen.go	/^func clearfat(nl *gc.Node) {$/;"	f
 23875  clearfat	./cmd/compile/internal/arm64/ggen.go	/^func clearfat(nl *gc.Node) {$/;"	f
 23876  clearfat	./cmd/compile/internal/ppc64/ggen.go	/^func clearfat(nl *gc.Node) {$/;"	f
 23877  clearfat	./cmd/compile/internal/x86/ggen.go	/^func clearfat(nl *gc.Node) {$/;"	f
 23878  clearflags	./fmt/format.go	/^func (f *fmt) clearflags() {$/;"	f
 23879  clearlabels	./cmd/compile/internal/gc/gen.go	/^func clearlabels() {$/;"	f
 23880  clearpools	./runtime/mgc.go	/^func clearpools() {$/;"	f
 23881  clen	./syscall/syscall_linux.go	/^func clen(n []byte) int {$/;"	f
 23882  clen	./syscall/syscall_nacl.go	/^func clen(n []byte) int {$/;"	f
 23883  clen	./syscall/syscall_solaris.go	/^func clen(n []byte) int {$/;"	f
 23884  client	./net/rpc/server_test.go	/^	var client *Client$/;"	v
 23885  clientCipher	./crypto/tls/handshake_client.go	/^	var clientCipher, serverCipher interface{}$/;"	v
 23886  clientCipher	./crypto/tls/handshake_server.go	/^	var clientCipher, serverCipher interface{}$/;"	v
 23887  clientCodec	./net/rpc/jsonrpc/client.go	/^type clientCodec struct {$/;"	t
 23888  clientConn	./crypto/tls/handshake_client_test.go	/^	var clientConn, serverConn net.Conn$/;"	v
 23889  clientConn	./crypto/tls/handshake_server_test.go	/^	var clientConn, serverConn net.Conn$/;"	v
 23890  clientErr	./crypto/tls/handshake_server_test.go	/^	var clientErr error$/;"	v
 23891  clientFinishedLabel	./crypto/tls/prf.go	/^var clientFinishedLabel = []byte("client finished")$/;"	v
 23892  clientHandshake	./crypto/tls/handshake_client.go	/^func (c *Conn) clientHandshake() error {$/;"	f
 23893  clientHandshakeState	./crypto/tls/handshake_client.go	/^type clientHandshakeState struct {$/;"	t
 23894  clientHash	./crypto/tls/handshake_client.go	/^	var clientHash, serverHash macFunction$/;"	v
 23895  clientHash	./crypto/tls/handshake_server.go	/^	var clientHash, serverHash macFunction$/;"	v
 23896  clientHeaders	./net/textproto/reader_test.go	/^var clientHeaders = strings.Replace(`Host: golang.org$/;"	v
 23897  clientHelloMsg	./crypto/tls/handshake_messages.go	/^type clientHelloMsg struct {$/;"	t
 23898  clientKeyExchangeMsg	./crypto/tls/handshake_messages.go	/^type clientKeyExchangeMsg struct {$/;"	t
 23899  clientRequest	./net/rpc/jsonrpc/client.go	/^type clientRequest struct {$/;"	t
 23900  clientResponse	./net/rpc/jsonrpc/client.go	/^type clientResponse struct {$/;"	t
 23901  clientSessionCacheKey	./crypto/tls/handshake_client.go	/^func clientSessionCacheKey(serverAddr net.Addr, config *Config) string {$/;"	f
 23902  clientSum	./crypto/tls/prf.go	/^func (h finishedHash) clientSum(masterSecret []byte) []byte {$/;"	f
 23903  clientTest	./crypto/tls/handshake_client_test.go	/^type clientTest struct {$/;"	t
 23904  clip	./image/draw/draw.go	/^func clip(dst Image, r *image.Rectangle, src image.Image, sp *image.Point, mask image.Image, mp *image.Point) {$/;"	f
 23905  clipTest	./image/draw/clip_test.go	/^type clipTest struct {$/;"	t
 23906  clipTests	./image/draw/clip_test.go	/^var clipTests = []clipTest{$/;"	v
 23907  clone	./database/sql/fakedb_test.go	/^func (r *row) clone() *row {$/;"	f
 23908  clone	./debug/dwarf/entry.go	/^func (r *Reader) clone() typeReader {$/;"	f
 23909  clone	./debug/dwarf/typeunit.go	/^func (tur *typeUnitReader) clone() typeReader {$/;"	f
 23910  clone	./mime/type.go	/^func clone(m map[string]string) map[string]string {$/;"	f
 23911  clone	./net/http/header.go	/^func (h Header) clone() Header {$/;"	f
 23912  clone	./runtime/os_linux.go	/^func clone(flags int32, stk, mm, gg, fn unsafe.Pointer) int32$/;"	f
 23913  cloneBytes	./database/sql/convert.go	/^func cloneBytes(b []byte) []byte {$/;"	f
 23914  cloneTLSClientConfig	./net/http/transport.go	/^func cloneTLSClientConfig(cfg *tls.Config) *tls.Config {$/;"	f
 23915  cloneTLSConfig	./net/http/transport.go	/^func cloneTLSConfig(cfg *tls.Config) *tls.Config {$/;"	f
 23916  close	./archive/zip/writer.go	/^func (w *fileWriter) close() error {$/;"	f
 23917  close	./builtin/builtin.go	/^func close(c chan<- Type)$/;"	f
 23918  close	./cmd/pprof/internal/symbolizer/symbolizer.go	/^func (mt *mappingTable) close() {$/;"	f
 23919  close	./compress/flate/deflate.go	/^func (d *compressor) close() error {$/;"	f
 23920  close	./database/sql/sql.go	/^func (tx *Tx) close() {$/;"	f
 23921  close	./log/syslog/syslog.go	/^func (n *netConn) close() error {$/;"	f
 23922  close	./math/all_test.go	/^func close(a, b float64) bool      { return tolerance(a, b, 1e-14) }$/;"	f
 23923  close	./mime/multipart/writer.go	/^func (p *part) close() error {$/;"	f
 23924  close	./net/http/server.go	/^func (c *conn) close() {$/;"	f
 23925  close	./net/http/server.go	/^func (cw *chunkWriter) close() {$/;"	f
 23926  close	./net/http/transport.go	/^func (pc *persistConn) close() {$/;"	f
 23927  close	./net/parse.go	/^func (f *file) close() { f.file.Close() }$/;"	f
 23928  close	./os/exec/exec.go	/^func (c *closeOnce) close() {$/;"	f
 23929  close	./os/file_plan9.go	/^func (file *file) close() error {$/;"	f
 23930  close	./os/file_unix.go	/^func (file *file) close() error {$/;"	f
 23931  close	./os/file_windows.go	/^func (file *file) close() error {$/;"	f
 23932  close	./syscall/exec_solaris.go	/^func close(fd uintptr) (err Errno)$/;"	f
 23933  close	./syscall/fd_nacl.go	/^func (*defaultFileImpl) close() error                      { return nil }$/;"	f
 23934  close	./syscall/fd_nacl.go	/^func (f *naclFile) close() error {$/;"	f
 23935  close	./syscall/fd_nacl.go	/^func (f *pipeFile) close() error {$/;"	f
 23936  close	./syscall/fs_nacl.go	/^func (f *nullFile) close() error                               { return nil }$/;"	f
 23937  close	./syscall/fs_nacl.go	/^func (f *zeroFile) close() error                               { return nil }$/;"	f
 23938  close	./syscall/fs_nacl.go	/^func (f randomFile) close() error {$/;"	f
 23939  close	./syscall/net_nacl.go	/^func (f *netFile) close() error {$/;"	f
 23940  close	./syscall/net_nacl.go	/^func (q *queue) close() {$/;"	f
 23941  close	./unicode/maketables.go	/^func (r *reader) close() {$/;"	f
 23942  closeBody	./net/http/request.go	/^func (r *Request) closeBody() {$/;"	f
 23943  closeChecker	./net/http/requestwrite_test.go	/^type closeChecker struct {$/;"	t
 23944  closeDB	./database/sql/sql_test.go	/^func closeDB(t testing.TB, db *DB) {$/;"	f
 23945  closeDBLocked	./database/sql/sql.go	/^func (dc *driverConn) closeDBLocked() func() error {$/;"	f
 23946  closeDescriptors	./os/exec/exec.go	/^func (c *Cmd) closeDescriptors(closers []io.Closer) {$/;"	f
 23947  closeDot	./net/textproto/reader.go	/^func (r *Reader) closeDot() {$/;"	f
 23948  closeDot	./net/textproto/writer.go	/^func (w *Writer) closeDot() {$/;"	f
 23949  closeLabelScope	./go/parser/parser.go	/^func (p *parser) closeLabelScope() {$/;"	f
 23950  closeLabelScope	./go/printer/testdata/parser.go	/^func (p *parser) closeLabelScope() {$/;"	f
 23951  closeLocked	./net/http/transport.go	/^func (pc *persistConn) closeLocked() {$/;"	f
 23952  closeNotify	./net/http/server.go	/^func (c *conn) closeNotify() <-chan bool {$/;"	f
 23953  closeOnce	./os/exec/exec.go	/^type closeOnce struct {$/;"	t
 23954  closePrepared	./database/sql/sql.go	/^func (tx *Tx) closePrepared() {$/;"	f
 23955  closeRead	./net/fd_plan9.go	/^func (fd *netFD) closeRead() error {$/;"	f
 23956  closeRead	./net/fd_unix.go	/^func (fd *netFD) closeRead() error {$/;"	f
 23957  closeRead	./net/fd_windows.go	/^func (fd *netFD) closeRead() error {$/;"	f
 23958  closeScope	./go/parser/parser.go	/^func (p *parser) closeScope() {$/;"	f
 23959  closeScope	./go/printer/testdata/parser.go	/^func (p *parser) closeScope() {$/;"	f
 23960  closeScope	./go/types/stmt.go	/^func (check *Checker) closeScope() {$/;"	f
 23961  closeUnexpectedFds	./os/exec/exec_test.go	/^func closeUnexpectedFds(t *testing.T, m string) {$/;"	f
 23962  closeWrite	./net/fd_plan9.go	/^func (fd *netFD) closeWrite() error {$/;"	f
 23963  closeWrite	./net/fd_unix.go	/^func (fd *netFD) closeWrite() error {$/;"	f
 23964  closeWrite	./net/fd_windows.go	/^func (fd *netFD) closeWrite() error {$/;"	f
 23965  closeWriteAndWait	./net/http/server.go	/^func (c *conn) closeWriteAndWait() {$/;"	f
 23966  closeWriteTestConn	./net/http/serve_test.go	/^type closeWriteTestConn struct {$/;"	t
 23967  closeWriter	./net/http/server.go	/^type closeWriter interface {$/;"	t
 23968  closechan	./cmd/compile/internal/gc/builtin/runtime.go	/^func closechan(hchan any)$/;"	f
 23969  closechan	./runtime/chan.go	/^func closechan(c *hchan) {$/;"	f
 23970  closedPortOrFallbackDelay	./net/dial_test.go	/^	var closedPortOrFallbackDelay time.Duration$/;"	v
 23971  closedRequestBodyEarly	./net/http/server.go	/^func (w *response) closedRequestBodyEarly() bool {$/;"	f
 23972  closefd	./runtime/os3_solaris.go	/^func closefd(fd int32) int32 {$/;"	f
 23973  closefd	./runtime/os_nacl.go	/^func closefd(fd int32) int32$/;"	f
 23974  closefd	./runtime/os_plan9.go	/^func closefd(fd int32) int32$/;"	f
 23975  closefd	./runtime/os_windows.go	/^func closefd(fd int32) int32 {$/;"	f
 23976  closefd	./runtime/stubs2.go	/^func closefd(fd int32) int32$/;"	f
 23977  closefd	./time/sys_plan9.go	/^func closefd(fd uintptr) {$/;"	f
 23978  closefd	./time/sys_unix.go	/^func closefd(fd uintptr) {$/;"	f
 23979  closefd	./time/sys_windows.go	/^func closefd(fd uintptr) {$/;"	f
 23980  closeonexec	./runtime/netpoll_epoll.go	/^func closeonexec(fd int32)$/;"	f
 23981  closeonexec	./runtime/netpoll_kqueue.go	/^func closeonexec(fd int32)$/;"	f
 23982  closeonexec	./runtime/os1_nacl.go	/^func closeonexec(int32)                                   {}$/;"	f
 23983  closer	./io/pipe_test.go	/^type closer interface {$/;"	t
 23984  closerFunc	./net/http/transport_test.go	/^type closerFunc func() error$/;"	t
 23985  closing	./database/sql/sql.go	/^	var closing []*driverConn$/;"	v
 23986  closure	./cmd/yacc/yacc.go	/^func closure(i int) {$/;"	f
 23987  closurebody	./cmd/compile/internal/gc/closure.go	/^func closurebody(body *NodeList) *Node {$/;"	f
 23988  closurehdr	./cmd/compile/internal/gc/closure.go	/^func closurehdr(ntype *Node) {$/;"	f
 23989  closurename	./cmd/compile/internal/gc/closure.go	/^func closurename(n *Node) *Sym {$/;"	f
 23990  closurename_closgen	./cmd/compile/internal/gc/closure.go	/^var closurename_closgen int$/;"	v
 23991  clset	./cmd/yacc/yacc.go	/^var clset Lkset \/\/ temporary storage for lookahead computations$/;"	v
 23992  cm	./image/png/reader.go	/^	var cm color.Model$/;"	v
 23993  cmalloc	./runtime/cgocall.go	/^func cmalloc(n uintptr) unsafe.Pointer {$/;"	f
 23994  cmd	./cmd/compile/internal/gc/lex.go	/^	var cmd, verb, name string$/;"	v
 23995  cmd	./cmd/go/testflag.go	/^	var cmd Command$/;"	v
 23996  cmd	./net/smtp/smtp.go	/^func (c *Client) cmd(expectCode int, format string, args ...interface{}) (int, string, error) {$/;"	f
 23997  cmdCache	./cmd/go/pkg.go	/^var cmdCache = map[string]*Package{}$/;"	v
 23998  cmdClean	./cmd/go/clean.go	/^var cmdClean = &Command{$/;"	v
 23999  cmdDoc	./cmd/go/doc.go	/^var cmdDoc = &Command{$/;"	v
 24000  cmdEnv	./cmd/go/env.go	/^var cmdEnv = &Command{$/;"	v
 24001  cmdFix	./cmd/go/fix.go	/^var cmdFix = &Command{$/;"	v
 24002  cmdFlags	./cmd/pprof/internal/driver/interactive.go	/^func cmdFlags(prof *profile.Profile, input []string, ui plugin.UI, f *flags) (*flags, error) {$/;"	f
 24003  cmdFmt	./cmd/go/fmt.go	/^var cmdFmt = &Command{$/;"	v
 24004  cmdGenerate	./cmd/go/generate.go	/^var cmdGenerate = &Command{$/;"	v
 24005  cmdGet	./cmd/go/get.go	/^var cmdGet = &Command{$/;"	v
 24006  cmdList	./cmd/go/list.go	/^var cmdList = &Command{$/;"	v
 24007  cmdRun	./cmd/go/run.go	/^var cmdRun = &Command{$/;"	v
 24008  cmdStrings	./debug/macho/macho.go	/^var cmdStrings = []intName{$/;"	v
 24009  cmdTest	./cmd/go/test.go	/^var cmdTest = &Command{$/;"	v
 24010  cmdTool	./cmd/go/tool.go	/^var cmdTool = &Command{$/;"	v
 24011  cmdVersion	./cmd/go/version.go	/^var cmdVersion = &Command{$/;"	v
 24012  cmdVet	./cmd/go/vet.go	/^var cmdVet = &Command{$/;"	v
 24013  cmdbuf	./net/smtp/smtp_test.go	/^		var cmdbuf bytes.Buffer$/;"	v
 24014  cmdbuf	./net/smtp/smtp_test.go	/^	var cmdbuf bytes.Buffer$/;"	v
 24015  cmddat	./debug/macho/file.go	/^		var cmddat []byte$/;"	v
 24016  cmdline	./expvar/expvar.go	/^func cmdline() interface{} {$/;"	f
 24017  cmdline	./syscall/exec_windows.go	/^	var cmdline string$/;"	v
 24018  cmdp	./cmd/link/internal/ld/ldmacho.go	/^	var cmdp []byte$/;"	v
 24019  cmds	./cmd/pprof/internal/commands/commands.go	/^	var cmds []string$/;"	v
 24020  cmdsz	./cmd/link/internal/ld/ldmacho.go	/^	var cmdsz uint32$/;"	v
 24021  cmdtab	./cmd/dist/main.go	/^var cmdtab = []struct {$/;"	v
 24022  cmdtest	./cmd/dist/test.go	/^func cmdtest() {$/;"	f
 24023  cmp	./cmd/compile/internal/big/nat.go	/^func (x nat) cmp(y nat) (r int) {$/;"	f
 24024  cmp	./cmd/compile/internal/gc/typecheck.go	/^	var cmp Node$/;"	v
 24025  cmp	./cmd/internal/obj/arm/asm5.go	/^func cmp(a int, b int) bool {$/;"	f
 24026  cmp	./cmd/internal/obj/arm64/asm7.go	/^func cmp(a int, b int) bool {$/;"	f
 24027  cmp	./cmd/internal/obj/ppc64/asm9.go	/^func cmp(a int, b int) bool {$/;"	f
 24028  cmp	./image/image_test.go	/^func cmp(t *testing.T, cm color.Model, c0, c1 color.Color) bool {$/;"	f
 24029  cmp	./math/big/nat.go	/^func (x nat) cmp(y nat) (r int) {$/;"	f
 24030  cmp64	./cmd/compile/internal/arm/cgen64.go	/^func cmp64(nl *gc.Node, nr *gc.Node, op int, likely int, to *obj.Prog) {$/;"	f
 24031  cmp64	./cmd/compile/internal/x86/cgen64.go	/^func cmp64(nl *gc.Node, nr *gc.Node, op int, likely int, to *obj.Prog) {$/;"	f
 24032  cmpGoVersion	./cmd/go/get.go	/^func cmpGoVersion(x, y string) int {$/;"	f
 24033  cmpStruct	./text/template/exec_test.go	/^	var cmpStruct = struct {$/;"	v
 24034  cmpTest	./text/template/exec_test.go	/^type cmpTest struct {$/;"	t
 24035  cmpTests	./cmd/compile/internal/big/nat_test.go	/^var cmpTests = []struct {$/;"	v
 24036  cmpTests	./math/big/nat_test.go	/^var cmpTests = []struct {$/;"	v
 24037  cmpTests	./text/template/exec_test.go	/^var cmpTests = []cmpTest{$/;"	v
 24038  cmpZero	./go/constant/value.go	/^func cmpZero(x int, op token.Token) bool {$/;"	f
 24039  cmplxdiv	./cmd/compile/internal/gc/const.go	/^func cmplxdiv(v *Mpcplx, rv *Mpcplx) {$/;"	f
 24040  cmplxmpy	./cmd/compile/internal/gc/const.go	/^func cmplxmpy(v *Mpcplx, rv *Mpcplx) {$/;"	f
 24041  cmppsOps	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^var cmppsOps = []string{$/;"	v
 24042  cmpslit	./cmd/compile/internal/gc/const.go	/^func cmpslit(l, r *Node) int {$/;"	f
 24043  cmpstackvar	./cmd/compile/internal/gc/pgen.go	/^func cmpstackvar(a *Node, b *Node) int {$/;"	f
 24044  cmpstring	./cmd/compile/internal/gc/builtin/runtime.go	/^func cmpstring(string, string) int$/;"	f
 24045  cmpstring	./runtime/noasm.go	/^func cmpstring(s1, s2 string) int {$/;"	f
 24046  cmsgAlignOf	./syscall/sockcmsg_unix.go	/^func cmsgAlignOf(salen int) int {$/;"	f
 24047  cmsgData	./syscall/sockcmsg_unix.go	/^func cmsgData(h *Cmsghdr) unsafe.Pointer {$/;"	f
 24048  cmykModel	./image/color/ycbcr.go	/^func cmykModel(c Color) Color {$/;"	f
 24049  cname	./cmd/cgo/gcc.go	/^func cname(s string) string {$/;"	f
 24050  cnames5	./cmd/internal/obj/arm/anames5.go	/^var cnames5 = []string{$/;"	v
 24051  cnames7	./cmd/internal/obj/arm64/anames7.go	/^var cnames7 = []string{$/;"	v
 24052  cnames9	./cmd/internal/obj/ppc64/anames9.go	/^var cnames9 = []string{$/;"	v
 24053  cnode	./go/format/format.go	/^	var cnode *printer.CommentedNode$/;"	v
 24054  cnt	./cmd/internal/obj/ld.go	/^	var cnt [LOG]int32$/;"	v
 24055  cnt	./runtime/crash_cgo_test.go	/^var cnt int$/;"	v
 24056  code	./regexp/testdata/testregex.c	/^static const struct { int code; char* name; } codes[] =$/;"	m	struct:__anon1	file:
 24057  code1	./regexp/syntax/perl_groups.go	/^var code1 = []rune{ \/* \\d *\/$/;"	v
 24058  code10	./regexp/syntax/perl_groups.go	/^var code10 = []rune{ \/* [:graph:] *\/$/;"	v
 24059  code11	./regexp/syntax/perl_groups.go	/^var code11 = []rune{ \/* [:lower:] *\/$/;"	v
 24060  code12	./regexp/syntax/perl_groups.go	/^var code12 = []rune{ \/* [:print:] *\/$/;"	v
 24061  code13	./regexp/syntax/perl_groups.go	/^var code13 = []rune{ \/* [:punct:] *\/$/;"	v
 24062  code14	./regexp/syntax/perl_groups.go	/^var code14 = []rune{ \/* [:space:] *\/$/;"	v
 24063  code15	./regexp/syntax/perl_groups.go	/^var code15 = []rune{ \/* [:upper:] *\/$/;"	v
 24064  code16	./regexp/syntax/perl_groups.go	/^var code16 = []rune{ \/* [:word:] *\/$/;"	v
 24065  code17	./regexp/syntax/perl_groups.go	/^var code17 = []rune{ \/* [:xdigit:] *\/$/;"	v
 24066  code2	./net/textproto/reader.go	/^		var code2 int$/;"	v
 24067  code2	./regexp/syntax/perl_groups.go	/^var code2 = []rune{ \/* \\s *\/$/;"	v
 24068  code3	./regexp/syntax/perl_groups.go	/^var code3 = []rune{ \/* \\w *\/$/;"	v
 24069  code4	./regexp/syntax/perl_groups.go	/^var code4 = []rune{ \/* [:alnum:] *\/$/;"	v
 24070  code5	./regexp/syntax/perl_groups.go	/^var code5 = []rune{ \/* [:alpha:] *\/$/;"	v
 24071  code6	./regexp/syntax/perl_groups.go	/^var code6 = []rune{ \/* [:ascii:] *\/$/;"	v
 24072  code7	./regexp/syntax/perl_groups.go	/^var code7 = []rune{ \/* [:blank:] *\/$/;"	v
 24073  code8	./regexp/syntax/perl_groups.go	/^var code8 = []rune{ \/* [:cntrl:] *\/$/;"	v
 24074  code9	./regexp/syntax/perl_groups.go	/^var code9 = []rune{ \/* [:digit:] *\/$/;"	v
 24075  codeInit	./encoding/json/bench_test.go	/^func codeInit() {$/;"	f
 24076  codeJSON	./encoding/json/bench_test.go	/^var codeJSON []byte$/;"	v
 24077  codeNode	./encoding/json/bench_test.go	/^type codeNode struct {$/;"	t
 24078  codeOrder	./compress/flate/inflate.go	/^var codeOrder = [...]int{16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}$/;"	v
 24079  codeOrder	./syscall/unzip_nacl.go	/^var codeOrder = [...]int{16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}$/;"	v
 24080  codeResponse	./encoding/json/bench_test.go	/^type codeResponse struct {$/;"	t
 24081  codeStruct	./encoding/json/bench_test.go	/^var codeStruct codeResponse$/;"	v
 24082  codeWord	./compress/flate/huffman_bit_writer.go	/^		var codeWord int = int(w.codegen[i])$/;"	v
 24083  codegenOrder	./compress/flate/huffman_bit_writer.go	/^var codegenOrder = []uint32{16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}$/;"	v
 24084  codemsg	./runtime/os1_darwin.go	/^type codemsg struct {$/;"	t
 24085  coder	./encoding/binary/binary.go	/^type coder struct {$/;"	t
 24086  codes	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^	var codes [][]byte$/;"	v
 24087  codes	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^	var codes [][]byte$/;"	v
 24088  codes	./regexp/testdata/testregex.c	/^static const struct { int code; char* name; } codes[] =$/;"	v	typeref:struct:__anon1	file:
 24089  coffsym	./cmd/link/internal/ld/pe.go	/^var coffsym []COFFSym$/;"	v
 24090  colas	./cmd/compile/internal/gc/dcl.go	/^func colas(left *NodeList, right *NodeList, lno int32) *Node {$/;"	f
 24091  colasdefn	./cmd/compile/internal/gc/dcl.go	/^func colasdefn(left *NodeList, defn *Node) {$/;"	f
 24092  colasname	./cmd/compile/internal/gc/dcl.go	/^func colasname(n *Node) bool {$/;"	f
 24093  collapse	./go/ast/import.go	/^func collapse(prev, next Spec) bool {$/;"	f
 24094  collapse	./regexp/syntax/parse.go	/^func (p *parser) collapse(subs []*Regexp, op Op) *Regexp {$/;"	f
 24095  collapseTags	./cmd/pprof/internal/report/report.go	/^func collapseTags(ts tags, count int) tags {$/;"	f
 24096  collect	./text/template/parse/lex_test.go	/^func collect(t *lexTest, left, right string) (items []item) {$/;"	f
 24097  collectArgument	./cmd/asm/internal/lex/input.go	/^func (in *Input) collectArgument(macro *Macro) ([]Token, ScanToken) {$/;"	f
 24098  collectEmbeddedMethods	./go/doc/reader.go	/^func (r *reader) collectEmbeddedMethods(mset methodSet, typ *namedType, recvTypeName string, embeddedIsPtr bool, level int, visited embeddedSet) {$/;"	f
 24099  collectObjects	./go/types/resolver.go	/^func (check *Checker) collectObjects() {$/;"	f
 24100  collectParams	./go/types/typexpr.go	/^func (check *Checker) collectParams(scope *Scope, list *ast.FieldList, variadicOk bool) (params []*Var, variadic bool) {$/;"	f
 24101  collector	./go/doc/testdata/testing.go	/^		var collector = make(chan interface{})$/;"	v
 24102  collector	./testing/testing.go	/^		var collector = make(chan interface{})$/;"	v
 24103  colons	./go/parser/parser.go	/^	var colons [N - 1]token.Pos$/;"	v
 24104  colors	./cmd/cover/html.go	/^func colors() template.CSS {$/;"	f
 24105  colors	./encoding/json/example_test.go	/^	var colors []Color$/;"	v
 24106  cols	./database/sql/fakedb_test.go	/^	var cols []interface{}$/;"	v
 24107  column	./go/printer/nodes.go	/^				\/\/ determine if the type column must be kept$/;"	t
 24108  column	./go/printer/nodes.go	/^\/\/ The keepTypeColumn function determines if the type column of a series of$/;"	t
 24109  column	./go/printer/nodes.go	/^\/\/ be moved into the type column if there is no type for any of the values$/;"	t
 24110  column	./go/printer/nodes.go	/^\/\/ in the result slice is true if the type column in spec[i] must be kept.$/;"	t
 24111  column	./go/printer/nodes.go	/^\/\/ values (V) can be placed in the type column (T) instead. The i'th entry$/;"	t
 24112  columnIndex	./database/sql/fakedb_test.go	/^func (t *table) columnIndex(name string) int {$/;"	f
 24113  columnType	./database/sql/fakedb_test.go	/^func (db *fakeDB) columnType(table, column string) (typ string, ok bool) {$/;"	f
 24114  comm	./go/parser/parser.go	/^	var comm ast.Stmt$/;"	v
 24115  comm	./go/printer/testdata/parser.go	/^	var comm ast.Stmt$/;"	v
 24116  commaSplit	./bufio/scan_test.go	/^func commaSplit(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 24117  command	./crypto/tls/handshake_client_test.go	/^	var command []string$/;"	v
 24118  command	./crypto/tls/handshake_server_test.go	/^	var command []string$/;"	v
 24119  command	./syscall/exec_unix_test.go	/^type command struct {$/;"	t
 24120  command	./text/template/parse/parse.go	/^func (t *Tree) command() *CommandNode {$/;"	f
 24121  commandHelp	./cmd/pprof/internal/driver/interactive.go	/^func commandHelp(_ []string, ui plugin.UI, f *flags) error {$/;"	f
 24122  commandMsg	./cmd/pprof/internal/driver/driver.go	/^	var commandMsg []string$/;"	v
 24123  commandTest	./os/exec/lp_windows_test.go	/^type commandTest struct {$/;"	t
 24124  commandTests	./os/exec/lp_windows_test.go	/^var commandTests = []commandTest{$/;"	v
 24125  commands	./cmd/go/main.go	/^var commands = []*Command{$/;"	v
 24126  commands	./cmd/pprof/internal/driver/interactive.go	/^	var commands []string$/;"	v
 24127  commas	./bytes/bytes_test.go	/^var commas = "1,2,3,4"$/;"	v
 24128  commas	./strings/strings_test.go	/^var commas = "1,2,3,4"$/;"	v
 24129  comment	./go/parser/parser.go	/^		var comment *ast.Comment$/;"	v
 24130  comment	./go/parser/parser.go	/^		var comment *ast.CommentGroup$/;"	v
 24131  comment	./go/printer/testdata/parser.go	/^		var comment *ast.Comment$/;"	v
 24132  comment	./go/printer/testdata/parser.go	/^		var comment *ast.CommentGroup$/;"	v
 24133  comment	./unicode/maketables.go	/^var comment = map[string]string{$/;"	v
 24134  commentBefore	./go/printer/printer.go	/^func (p *printer) commentBefore(next token.Position) bool {$/;"	f
 24135  commentEnd	./html/template/transition.go	/^var commentEnd = []byte("-->")$/;"	v
 24136  commentEscape	./go/doc/comment.go	/^func commentEscape(w io.Writer, text string, nice bool) {$/;"	f
 24137  commentEscaper	./html/template/html.go	/^func commentEscaper(args ...interface{}) string {$/;"	f
 24138  commentInfo	./go/printer/printer.go	/^type commentInfo struct {$/;"	t
 24139  commentListReader	./go/ast/commentmap.go	/^type commentListReader struct {$/;"	t
 24140  commentSizeBefore	./go/printer/printer.go	/^func (p *printer) commentSizeBefore(next token.Position) int {$/;"	f
 24141  commentStart	./html/template/transition.go	/^var commentStart = []byte("<!--")$/;"	v
 24142  commentText	./cmd/cgo/ast.go	/^func commentText(g *ast.CommentGroup) string {$/;"	f
 24143  commentText	./go/parser/parser_test.go	/^func commentText(c *ast.CommentGroup) string {$/;"	f
 24144  comments	./cmd/cover/cover.go	/^	var comments []*ast.CommentGroup$/;"	v
 24145  comments	./go/ast/ast_test.go	/^var comments = []struct {$/;"	v
 24146  comments	./go/ast/filter.go	/^	var comments []*CommentGroup$/;"	v
 24147  comments	./go/doc/example.go	/^	var comments []*ast.CommentGroup$/;"	v
 24148  comments	./go/printer/printer.go	/^	var comments []*ast.CommentGroup$/;"	v
 24149  commentsHaveNewline	./go/printer/printer.go	/^func (p *printer) commentsHaveNewline(list []*ast.Comment) bool {$/;"	f
 24150  commit	./html/template/escape.go	/^func (e *escaper) commit() {$/;"	f
 24151  common	./cmd/api/testdata/src/pkg/p1/p1.go	/^type common struct {$/;"	t
 24152  common	./encoding/gob/debug.go	/^func (deb *debugger) common() CommonType {$/;"	f
 24153  common	./go/doc/testdata/testing.go	/^type common struct {$/;"	t
 24154  common	./reflect/type.go	/^func (t *rtype) common() *rtype { return t }$/;"	f
 24155  common	./testing/testing.go	/^type common struct {$/;"	t
 24156  common	./text/template/template.go	/^type common struct {$/;"	t
 24157  commonCounter	./crypto/cipher/ctr_aes_test.go	/^var commonCounter = []byte{0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff}$/;"	v
 24158  commonHeader	./net/textproto/reader.go	/^var commonHeader = make(map[string]string)$/;"	v
 24159  commonIV	./crypto/cipher/common_test.go	/^var commonIV = []byte{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f}$/;"	v
 24160  commonInput	./crypto/cipher/common_test.go	/^var commonInput = []byte{$/;"	v
 24161  commonKey128	./crypto/cipher/common_test.go	/^var commonKey128 = []byte{0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, 0xab, 0xf7, 0x15, 0x88, 0x09, 0xcf, 0x4f, 0x3c}$/;"	v
 24162  commonKey192	./crypto/cipher/common_test.go	/^var commonKey192 = []byte{$/;"	v
 24163  commonKey256	./crypto/cipher/common_test.go	/^var commonKey256 = []byte{$/;"	v
 24164  commonPrefix	./go/doc/comment.go	/^func commonPrefix(a, b string) string {$/;"	f
 24165  commonPrefix	./go/printer/printer.go	/^func commonPrefix(a, b string) string {$/;"	f
 24166  commonPrefixLen	./net/addrselect.go	/^func commonPrefixLen(a, b IP) (cpl int) {$/;"	f
 24167  commonType	./cmd/compile/internal/gc/reflect.go	/^	\/\/	type commonType struct {$/;"	t
 24168  common_dcl	./cmd/compile/internal/gc/go.y	/^common_dcl:$/;"	l
 24169  commonsize	./cmd/link/internal/ld/decodesym.go	/^func commonsize() int {$/;"	f
 24170  commutativeSets	./cmd/vet/bool.go	/^func (op boolOp) commutativeSets(e *ast.BinaryExpr) [][]ast.Expr {$/;"	f
 24171  comodoIntermediate1	./crypto/x509/verify_test.go	/^var comodoIntermediate1 = `-----BEGIN CERTIFICATE-----$/;"	v
 24172  comodoIntermediateSHA384	./crypto/x509/verify_test.go	/^var comodoIntermediateSHA384 = `-----BEGIN CERTIFICATE-----$/;"	v
 24173  comodoRoot	./crypto/x509/verify_test.go	/^var comodoRoot = `-----BEGIN CERTIFICATE-----$/;"	v
 24174  compLit	./runtime/symtab_test.go	/^var compLit = []struct { \/\/ 5$/;"	v
 24175  compact	./encoding/json/indent.go	/^func compact(dst *bytes.Buffer, src []byte, escape bool) error {$/;"	f
 24176  comparableTests	./reflect/all_test.go	/^var comparableTests = []struct {$/;"	v
 24177  compare	./os/user/user_test.go	/^func compare(t *testing.T, want, got *User) {$/;"	f
 24178  compareAPI	./cmd/api/goapi.go	/^func compareAPI(w io.Writer, features, required, optional, exception []string, allowAdd bool) (ok bool) {$/;"	f
 24179  compareErrors	./go/parser/error_test.go	/^func compareErrors(t *testing.T, fset *token.FileSet, expected map[token.Pos]string, found scanner.ErrorList) {$/;"	f
 24180  compareFloat32Slices	./math/rand/rand_test.go	/^func compareFloat32Slices(s1, s2 []float32) int {$/;"	f
 24181  compareLines	./debug/dwarf/line_test.go	/^func compareLines(a, b []LineEntry) bool {$/;"	f
 24182  compareTests	./bytes/compare_test.go	/^var compareTests = []struct {$/;"	v
 24183  compareTests	./strings/compare_test.go	/^var compareTests = []struct {$/;"	v
 24184  compareUint32Slices	./math/rand/rand_test.go	/^func compareUint32Slices(s1, s2 []uint32) int {$/;"	f
 24185  comparison	./go/types/expr.go	/^func (check *Checker) comparison(x, y *operand, op token.Token) {$/;"	f
 24186  compatibleType	./encoding/gob/decode.go	/^func (dec *Decoder) compatibleType(fr reflect.Type, fw typeId, inProgress map[reflect.Type]typeId) bool {$/;"	f
 24187  compatibleValueTypes	./cmd/pprof/internal/profile/profile.go	/^func compatibleValueTypes(v1, v2 *ValueType) bool {$/;"	f
 24188  compf	./regexp/testdata/testregex.c	/^compf(const regex_t* re, const char* xstr, size_t xlen, regdisc_t* disc)$/;"	f	file:
 24189  compile	./cmd/compile/internal/gc/pgen.go	/^func compile(fn *Node) {$/;"	f
 24190  compile	./go/internal/gcimporter/gcimporter_test.go	/^func compile(t *testing.T, dirname, filename string) string {$/;"	f
 24191  compile	./regexp/regexp.go	/^func compile(expr string, mode syntax.Flags, longest bool) (*Regexp, error) {$/;"	f
 24192  compile	./regexp/syntax/compile.go	/^func (c *compiler) compile(re *Regexp) frag {$/;"	f
 24193  compileCallback	./runtime/syscall_windows.go	/^func compileCallback(fn eface, cleanstack bool) (code uintptr) {$/;"	f
 24194  compileCallback	./syscall/syscall_windows.go	/^func compileCallback(fn interface{}, cleanstack bool) uintptr$/;"	f
 24195  compileDec	./encoding/gob/decode.go	/^func (dec *Decoder) compileDec(remoteId typeId, ut *userTypeInfo) (engine *decEngine, err error) {$/;"	f
 24196  compileEnc	./encoding/gob/encode.go	/^func compileEnc(ut *userTypeInfo, building map[*typeInfo]bool) *encEngine {$/;"	f
 24197  compileFocusIgnore	./cmd/pprof/internal/driver/driver.go	/^func compileFocusIgnore(focus, ignore, hide string) (f, i, h *regexp.Regexp, err error) {$/;"	f
 24198  compileIgnoreSingle	./encoding/gob/decode.go	/^func (dec *Decoder) compileIgnoreSingle(remoteId typeId) (engine *decEngine, err error) {$/;"	f
 24199  compileOnePass	./regexp/onepass.go	/^func compileOnePass(prog *syntax.Prog) (p *onePassProg) {$/;"	f
 24200  compileSingle	./encoding/gob/decode.go	/^func (dec *Decoder) compileSingle(remoteId typeId, ut *userTypeInfo) (engine *decEngine, err error) {$/;"	f
 24201  compileTagFilter	./cmd/pprof/internal/driver/driver.go	/^func compileTagFilter(filter string, ui plugin.UI) (f func(string, string, int64) bool, err error) {$/;"	f
 24202  compileTest	./regexp/all_test.go	/^func compileTest(t *testing.T, expr string, error string) *Regexp {$/;"	f
 24203  compileTests	./regexp/syntax/prog_test.go	/^var compileTests = []struct {$/;"	v
 24204  compiler	./regexp/syntax/compile.go	/^type compiler struct {$/;"	t
 24205  compiling_runtime	./cmd/compile/internal/gc/go.go	/^var compiling_runtime int$/;"	v
 24206  compiling_wrappers	./cmd/compile/internal/gc/go.go	/^var compiling_wrappers int$/;"	v
 24207  complements	./cmd/internal/obj/arm64/obj7.go	/^var complements = []int16{$/;"	v
 24208  complete	./runtime/mgc.go	/^func (s *bgMarkSignal) complete() bool {$/;"	f
 24209  complex	./builtin/builtin.go	/^func complex(r, i FloatType) ComplexType$/;"	f
 24210  complex128	./builtin/builtin.go	/^type complex128 complex128$/;"	t
 24211  complex128	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind complex128 but not type complex128. TODO: We can handle this unsafely.$/;"	t
 24212  complex128	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind complex128 but not type complex128. TODO: We can handle this unsafely.$/;"	t
 24213  complex128div	./cmd/compile/internal/gc/builtin/runtime.go	/^func complex128div(num complex128, den complex128) (quo complex128)$/;"	f
 24214  complex128div	./runtime/complex.go	/^func complex128div(n complex128, d complex128) complex128 {$/;"	f
 24215  complex64	./builtin/builtin.go	/^type complex64 complex64$/;"	t
 24216  complex64	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind complex64 but not type complex64. TODO: We can handle this unsafely.$/;"	t
 24217  complex64	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind complex64 but not type complex64. TODO: We can handle this unsafely.$/;"	t
 24218  complexArg	./go/types/builtins.go	/^func (check *Checker) complexArg(x *operand) bool {$/;"	f
 24219  complexError	./fmt/scan.go	/^var complexError = errors.New("syntax error scanning complex number")$/;"	v
 24220  complexResult	./encoding/gob/codec_test.go	/^var complexResult = []byte{0x07, 0xFE, 0x31, 0x40, 0xFE, 0x33, 0x40}$/;"	v
 24221  complexTokens	./fmt/scan.go	/^func (s *ss) complexTokens() (real, imag string) {$/;"	f
 24222  complexadd	./cmd/compile/internal/gc/cplx.go	/^func complexadd(op int, nl *Node, nr *Node, res *Node) {$/;"	f
 24223  complexbool	./cmd/compile/internal/gc/cplx.go	/^func complexbool(op int, nl, nr, res *Node, wantTrue bool, likely int, to *obj.Prog) {$/;"	f
 24224  complexminus	./cmd/compile/internal/gc/cplx.go	/^func complexminus(nl *Node, res *Node) {$/;"	f
 24225  complexmul	./cmd/compile/internal/gc/cplx.go	/^func complexmul(nl *Node, nr *Node, res *Node) {$/;"	f
 24226  complitexpr	./cmd/compile/internal/gc/go.y	/^complitexpr:$/;"	l
 24227  component	./image/jpeg/reader.go	/^type component struct {$/;"	t
 24228  componentgen_wb	./cmd/compile/internal/gc/gen.go	/^func componentgen_wb(nr, nl *Node, wb bool) bool {$/;"	f
 24229  compositeWhiteList	./cmd/vet/composite.go	/^var compositeWhiteList = flag.Bool("compositewhitelist", true, "use composite white list; for testing only")$/;"	v
 24230  composites	./cmd/compile/internal/big/int_test.go	/^var composites = []string{$/;"	v
 24231  composites	./math/big/int_test.go	/^var composites = []string{$/;"	v
 24232  compound_stmt	./cmd/compile/internal/gc/go.y	/^compound_stmt:$/;"	l
 24233  compressionLevel	./compress/flate/deflate.go	/^type compressionLevel struct {$/;"	t
 24234  compressor	./archive/zip/register.go	/^func compressor(method uint16) Compressor {$/;"	f
 24235  compressor	./compress/flate/deflate.go	/^type compressor struct {$/;"	t
 24236  comptype	./cmd/compile/internal/gc/go.y	/^comptype:$/;"	l
 24237  computeBuildID	./cmd/go/pkg.go	/^func computeBuildID(p *Package) {$/;"	f
 24238  computeDivMagic	./runtime/msize.go	/^func computeDivMagic(d uint32) divMagic {$/;"	f
 24239  computeMethodSets	./go/doc/reader.go	/^func (r *reader) computeMethodSets() {$/;"	f
 24240  computeOutCtx	./html/template/escape.go	/^func (e *escaper) computeOutCtx(c context, t *template.Template) context {$/;"	f
 24241  computePadding	./fmt/format.go	/^func (f *fmt) computePadding(width int) (padding []byte, leftWidth, rightWidth int) {$/;"	f
 24242  computeStale	./cmd/go/pkg.go	/^func computeStale(pkgs ...*Package) {$/;"	f
 24243  computeThresholds	./cmd/compile/internal/big/calibrate_test.go	/^func computeThresholds() {$/;"	f
 24244  computeThresholds	./math/big/calibrate_test.go	/^func computeThresholds() {$/;"	f
 24245  computeTotal	./cmd/pprof/internal/report/report.go	/^func computeTotal(prof *profile.Profile, value func(s *profile.Sample) int64) int64 {$/;"	f
 24246  con	./cmd/compile/internal/amd64/gsubr.go	/^		var con gc.Node$/;"	v
 24247  con	./cmd/compile/internal/arm/gsubr.go	/^			var con gc.Node$/;"	v
 24248  con	./cmd/compile/internal/arm/gsubr.go	/^		var con gc.Node$/;"	v
 24249  con	./cmd/compile/internal/arm64/ggen.go	/^	var con gc.Node$/;"	v
 24250  con	./cmd/compile/internal/arm64/gsubr.go	/^			var con gc.Node$/;"	v
 24251  con	./cmd/compile/internal/arm64/gsubr.go	/^		var con gc.Node$/;"	v
 24252  con	./cmd/compile/internal/ppc64/gsubr.go	/^			var con gc.Node$/;"	v
 24253  con	./cmd/compile/internal/ppc64/gsubr.go	/^		var con gc.Node$/;"	v
 24254  con	./cmd/compile/internal/x86/gsubr.go	/^		var con gc.Node$/;"	v
 24255  concat	./cmd/compile/internal/gc/syntax.go	/^func concat(a *NodeList, b *NodeList) *NodeList {$/;"	f
 24256  concat	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func concat(gen1, gen2 func(func([]byte))) func(func([]byte)) {$/;"	f
 24257  concat	./go/types/lookup.go	/^func concat(list []int, i int) []int {$/;"	f
 24258  concat	./regexp/syntax/parse.go	/^func (p *parser) concat() *Regexp {$/;"	f
 24259  concat3	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func concat3(gen1, gen2, gen3 func(func([]byte))) func(func([]byte)) {$/;"	f
 24260  concat4	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func concat4(gen1, gen2, gen3, gen4 func(func([]byte))) func(func([]byte)) {$/;"	f
 24261  concatstring2	./cmd/compile/internal/gc/builtin/runtime.go	/^func concatstring2(*[32]byte, string, string) string$/;"	f
 24262  concatstring2	./runtime/string.go	/^func concatstring2(buf *tmpBuf, a [2]string) string {$/;"	f
 24263  concatstring3	./cmd/compile/internal/gc/builtin/runtime.go	/^func concatstring3(*[32]byte, string, string, string) string$/;"	f
 24264  concatstring3	./runtime/string.go	/^func concatstring3(buf *tmpBuf, a [3]string) string {$/;"	f
 24265  concatstring4	./cmd/compile/internal/gc/builtin/runtime.go	/^func concatstring4(*[32]byte, string, string, string, string) string$/;"	f
 24266  concatstring4	./runtime/string.go	/^func concatstring4(buf *tmpBuf, a [4]string) string {$/;"	f
 24267  concatstring5	./cmd/compile/internal/gc/builtin/runtime.go	/^func concatstring5(*[32]byte, string, string, string, string, string) string$/;"	f
 24268  concatstring5	./runtime/string.go	/^func concatstring5(buf *tmpBuf, a [5]string) string {$/;"	f
 24269  concatstrings	./cmd/compile/internal/gc/builtin/runtime.go	/^func concatstrings(*[32]byte, []string) string$/;"	f
 24270  concatstrings	./runtime/string.go	/^func concatstrings(buf *tmpBuf, a []string) string {$/;"	f
 24271  concrete	./reflect/all_test.go	/^	var concrete func(*int, int) int$/;"	v
 24272  concurrentDBExecTest	./database/sql/sql_test.go	/^type concurrentDBExecTest struct {$/;"	t
 24273  concurrentDBQueryTest	./database/sql/sql_test.go	/^type concurrentDBQueryTest struct {$/;"	t
 24274  concurrentRandomTest	./database/sql/sql_test.go	/^type concurrentRandomTest struct {$/;"	t
 24275  concurrentStmtExecTest	./database/sql/sql_test.go	/^type concurrentStmtExecTest struct {$/;"	t
 24276  concurrentStmtQueryTest	./database/sql/sql_test.go	/^type concurrentStmtQueryTest struct {$/;"	t
 24277  concurrentTest	./database/sql/sql_test.go	/^type concurrentTest interface {$/;"	t
 24278  concurrentTxExecTest	./database/sql/sql_test.go	/^type concurrentTxExecTest struct {$/;"	t
 24279  concurrentTxQueryTest	./database/sql/sql_test.go	/^type concurrentTxQueryTest struct {$/;"	t
 24280  concurrentTxStmtExecTest	./database/sql/sql_test.go	/^type concurrentTxStmtExecTest struct {$/;"	t
 24281  concurrentTxStmtQueryTest	./database/sql/sql_test.go	/^type concurrentTxStmtQueryTest struct {$/;"	t
 24282  cond	./cmd/asm/internal/asm/parse.go	/^	var cond string$/;"	v
 24283  cond	./runtime/os1_nacl.go	/^	var cond uintptr$/;"	v
 24284  condAddrEncoder	./encoding/json/encode.go	/^type condAddrEncoder struct {$/;"	t
 24285  condCases	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func condCases(t *testing.T) func(func([]byte)) {$/;"	f
 24286  condFatalf	./net/platform_test.go	/^var condFatalf = func() func(*testing.T, string, ...interface{}) {$/;"	v
 24287  condfn	./net/http/transport.go	/^func (es *bodyEOFSignal) condfn(err error) error {$/;"	f
 24288  condition	./runtime/asm_amd64.s	/^condition:$/;"	l
 24289  condition	./runtime/asm_amd64p32.s	/^condition:$/;"	l
 24290  conditions	./runtime/softfloat_arm.go	/^var conditions = [10 \/ 2]uint32{$/;"	v
 24291  conf	./cmd/cgo/out.go	/^var conf = printer.Config{Mode: printer.SourcePos, Tabwidth: 8}$/;"	v
 24292  conf	./go/types/api_test.go	/^	var conf Config$/;"	v
 24293  conf	./go/types/check_test.go	/^	var conf Config$/;"	v
 24294  conf	./go/types/example_test.go	/^	var conf types.Config$/;"	v
 24295  conf	./go/types/issues_test.go	/^	var conf Config$/;"	v
 24296  conf	./net/conf.go	/^type conf struct {$/;"	t
 24297  config	./go/format/format.go	/^var config = printer.Config{Mode: printer.UseSpaces | printer.TabIndent, Tabwidth: 8}$/;"	v
 24298  config	./sync/atomic/value_test.go	/^	var config Value \/\/ holds current server configuration$/;"	v
 24299  conflicts	./encoding/xml/typeinfo.go	/^	var conflicts []int$/;"	v
 24300  conforming	./mime/mediatype.go	/^\/\/ param as a media type conforming to RFC 2045 and RFC 2616.$/;"	t
 24301  conj	./math/cmplx/cmath_test.go	/^var conj = []complex128{$/;"	v
 24302  conjSC	./math/cmplx/cmath_test.go	/^var conjSC = []complex128{$/;"	v
 24303  conn	./database/sql/sql.go	/^func (db *DB) conn(strategy connReuseStrategy) (*driverConn, error) {$/;"	f
 24304  conn	./net/http/fcgi/fcgi.go	/^type conn struct {$/;"	t
 24305  conn	./net/http/serve_test.go	/^	var conn net.Conn$/;"	v
 24306  conn	./net/http/server.go	/^type conn struct {$/;"	t
 24307  conn	./net/net.go	/^type conn struct {$/;"	t
 24308  conn	./syscall/net_nacl.go	/^type conn struct {$/;"	t
 24309  connAddrs	./net/udp_test.go	/^		var connAddrs = [4]struct {$/;"	v
 24310  connAddrs	./net/unix_test.go	/^		var connAddrs = [3]struct{ got, want Addr }{$/;"	v
 24311  connAddrs	./net/unix_test.go	/^		var connAddrs = [4]struct{ got, want Addr }{$/;"	v
 24312  connFile	./net/file_test.go	/^type connFile interface {$/;"	t
 24313  connFromCommand	./crypto/tls/handshake_client_test.go	/^func (test *clientTest) connFromCommand() (conn *recordingConn, child *exec.Cmd, stdin blockingSource, err error) {$/;"	f
 24314  connFromCommand	./crypto/tls/handshake_server_test.go	/^func (test *serverTest) connFromCommand() (conn *recordingConn, child *exec.Cmd, err error) {$/;"	f
 24315  connID	./net/http/serve_test.go	/^	var connID = map[net.Conn]int{}$/;"	v
 24316  connRequest	./database/sql/sql.go	/^type connRequest struct {$/;"	t
 24317  connReuseStrategy	./database/sql/sql.go	/^type connReuseStrategy uint8$/;"	t
 24318  connStmt	./database/sql/sql.go	/^func (s *Stmt) connStmt() (ci *driverConn, releaseConn func(error), si driver.Stmt, err error) {$/;"	f
 24319  connStmt	./database/sql/sql.go	/^type connStmt struct {$/;"	t
 24320  connect	./log/syslog/syslog.go	/^func (w *Writer) connect() (err error) {$/;"	f
 24321  connect	./net/fd_unix.go	/^func (fd *netFD) connect(la, ra syscall.Sockaddr, deadline time.Time) error {$/;"	f
 24322  connect	./net/fd_windows.go	/^func (fd *netFD) connect(la, ra syscall.Sockaddr, deadline time.Time) error {$/;"	f
 24323  connect	./runtime/stubs_android.go	/^func connect(fd uintptr, addr unsafe.Pointer, len int32) int32$/;"	f
 24324  connect	./syscall/net_nacl.go	/^func (f *netFile) connect(sa Sockaddr) error {$/;"	f
 24325  connect	./syscall/syscall_linux_386.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24326  connect	./syscall/zsyscall_darwin_386.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24327  connect	./syscall/zsyscall_darwin_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24328  connect	./syscall/zsyscall_darwin_arm.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24329  connect	./syscall/zsyscall_darwin_arm64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24330  connect	./syscall/zsyscall_dragonfly_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24331  connect	./syscall/zsyscall_freebsd_386.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24332  connect	./syscall/zsyscall_freebsd_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24333  connect	./syscall/zsyscall_freebsd_arm.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24334  connect	./syscall/zsyscall_linux_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24335  connect	./syscall/zsyscall_linux_arm.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24336  connect	./syscall/zsyscall_linux_arm64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24337  connect	./syscall/zsyscall_linux_ppc64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24338  connect	./syscall/zsyscall_linux_ppc64le.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24339  connect	./syscall/zsyscall_netbsd_386.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24340  connect	./syscall/zsyscall_netbsd_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24341  connect	./syscall/zsyscall_netbsd_arm.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24342  connect	./syscall/zsyscall_openbsd_386.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24343  connect	./syscall/zsyscall_openbsd_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24344  connect	./syscall/zsyscall_openbsd_arm.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24345  connect	./syscall/zsyscall_solaris_amd64.go	/^func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 24346  connect	./syscall/zsyscall_windows.go	/^func connect(s Handle, name unsafe.Pointer, namelen int32) (err error) {$/;"	f
 24347  connectEx	./syscall/syscall_windows.go	/^func connectEx(s Handle, name unsafe.Pointer, namelen int32, sendBuf *byte, sendDataLen uint32, bytesSent *uint32, overlapped *Overlapped) (err error) {$/;"	f
 24348  connectExFunc	./syscall/syscall_windows.go	/^var connectExFunc struct {$/;"	v
 24349  connectMethod	./net/http/transport.go	/^type connectMethod struct {$/;"	t
 24350  connectMethodForRequest	./net/http/transport.go	/^func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {$/;"	f
 24351  connectMethodKey	./net/http/transport.go	/^type connectMethodKey struct {$/;"	t
 24352  connected	./net/rpc/server.go	/^var connected = "200 Connected to Go RPC"$/;"	v
 24353  connectionHeader	./net/http/serve_test.go	/^func (t handlerBodyCloseTest) connectionHeader() string {$/;"	f
 24354  connectionOpener	./database/sql/sql.go	/^func (db *DB) connectionOpener() {$/;"	f
 24355  connectionRequestQueueSize	./database/sql/sql.go	/^var connectionRequestQueueSize = 1000000$/;"	v
 24356  conprop	./cmd/compile/internal/amd64/peep.go	/^func conprop(r0 *gc.Flow) {$/;"	f
 24357  conprop	./cmd/compile/internal/x86/peep.go	/^func conprop(r0 *gc.Flow) {$/;"	f
 24358  considers	./cmd/link/internal/ld/dwarf.go	/^\/\/ ispubtype considers >= NULLTYPE public$/;"	t
 24359  consolidateMultiples	./go/types/lookup.go	/^func consolidateMultiples(list []embeddedType) []embeddedType {$/;"	f
 24360  consolidation	./go/types/lookup.go	/^\/\/ TODO(gri) The named type consolidation and seen maps below must be$/;"	t
 24361  constDecl	./go/types/decl.go	/^func (check *Checker) constDecl(obj *Const, typ, init ast.Expr) {$/;"	f
 24362  constant	./cmd/fix/gotypes_test.go	/^var constant = 23 \/\/ Use of new package name.$/;"	v
 24363  constantTimeCopyWrapper	./crypto/subtle/constant_time_test.go	/^func constantTimeCopyWrapper(v int, x, y []byte) []byte {$/;"	f
 24364  constdcl	./cmd/compile/internal/gc/go.y	/^constdcl:$/;"	l
 24365  constdcl1	./cmd/compile/internal/gc/go.y	/^constdcl1:$/;"	l
 24366  constdcl_list	./cmd/compile/internal/gc/go.y	/^constdcl_list:$/;"	l
 24367  constiter	./cmd/compile/internal/gc/dcl.go	/^func constiter(vl *NodeList, t *Node, cl *NodeList) *NodeList {$/;"	f
 24368  constprop	./cmd/compile/internal/arm/peep.go	/^func constprop(c1 *obj.Addr, v1 *obj.Addr, r *gc.Flow) {$/;"	f
 24369  constraints	./crypto/x509/x509.go	/^				var constraints basicConstraints$/;"	v
 24370  constraints	./crypto/x509/x509.go	/^				var constraints nameConstraints$/;"	v
 24371  constructors	./reflect/all_test.go	/^	\/\/ Check that all the type constructors return concrete *rtype implementations.$/;"	t
 24372  consttype	./cmd/compile/internal/gc/const.go	/^func consttype(n *Node) int {$/;"	f
 24373  consume	./fmt/scan.go	/^func (s *ss) consume(ok string, accept bool) bool {$/;"	f
 24374  consume	./net/mail/message.go	/^func (p *addrParser) consume(c byte) bool {$/;"	f
 24375  consumeAddrSpec	./net/mail/message.go	/^func (p *addrParser) consumeAddrSpec() (spec string, err error) {$/;"	f
 24376  consumeAtom	./net/mail/message.go	/^func (p *addrParser) consumeAtom(dot bool, permissive bool) (atom string, err error) {$/;"	f
 24377  consumeComment	./go/parser/parser.go	/^func (p *parser) consumeComment() (comment *ast.Comment, endline int) {$/;"	f
 24378  consumeComment	./go/printer/testdata/parser.go	/^func (p *parser) consumeComment() (comment *ast.Comment, endline int) {$/;"	f
 24379  consumeCommentGroup	./go/parser/parser.go	/^func (p *parser) consumeCommentGroup(n int) (comments *ast.CommentGroup, endline int) {$/;"	f
 24380  consumeCommentGroup	./go/printer/testdata/parser.go	/^func (p *parser) consumeCommentGroup() (comments *ast.CommentGroup, endline int) {$/;"	f
 24381  consumeMediaParam	./mime/mediatype.go	/^func consumeMediaParam(v string) (param, value, rest string) {$/;"	f
 24382  consumePhrase	./net/mail/message.go	/^func (p *addrParser) consumePhrase() (phrase string, err error) {$/;"	f
 24383  consumeQuotedString	./net/mail/message.go	/^func (p *addrParser) consumeQuotedString() (qs string, err error) {$/;"	f
 24384  consumeToken	./mime/mediatype.go	/^func consumeToken(v string) (token, rest string) {$/;"	f
 24385  consumeValue	./mime/mediatype.go	/^func consumeValue(v string) (value, rest string) {$/;"	f
 24386  consumed	./encoding/gob/debug.go	/^func (deb *debugger) consumed(n int) {$/;"	f
 24387  cont	./runtime/sys_darwin_arm.s	/^cont:$/;"	l
 24388  cont	./runtime/sys_darwin_arm64.s	/^cont:$/;"	l
 24389  container	./cmd/link/internal/ld/pcln.go	/^func container(s *LSym) int {$/;"	f
 24390  contains	./cmd/api/goapi.go	/^func contains(list []string, s string) bool {$/;"	f
 24391  contains	./cmd/go/test.go	/^func contains(x []string, s string) bool {$/;"	f
 24392  contains	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func contains(s string, substrings ...string) bool {$/;"	f
 24393  contains	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func contains(s string, substrings ...string) bool {$/;"	f
 24394  contains	./cmd/vet/shadow.go	/^func (s Span) contains(pos token.Pos) bool {$/;"	f
 24395  contains	./cmd/vet/types.go	/^\/\/ hasMethod reports whether the type contains a method with the given name.$/;"	t
 24396  contains	./database/sql/fakedb_test.go	/^func contains(list []string, y string) bool {$/;"	f
 24397  contains	./go/ast/filter.go	/^			\/\/ If the type contains filtered elements,$/;"	t
 24398  contains	./os/error_plan9.go	/^func contains(s, sep string) bool {$/;"	f
 24399  contains	./path/filepath/match_test.go	/^func contains(vector []string, s string) bool {$/;"	f
 24400  contains	./regexp/onepass.go	/^func (q *queueOnePass) contains(u uint32) bool {$/;"	f
 24401  contains	./runtime/string.go	/^func contains(s, t string) bool {$/;"	f
 24402  contains	./strconv/quote.go	/^func contains(s string, c byte) bool {$/;"	f
 24403  containsTests	./bytes/bytes_test.go	/^var containsTests = []struct {$/;"	v
 24404  content	./net/http/fcgi/fcgi.go	/^func (r *record) content() []byte {$/;"	f
 24405  content	./net/http/fcgi/fcgi_test.go	/^		var content []byte$/;"	v
 24406  content	./net/http/fs_test.go	/^		var content io.ReadSeeker$/;"	v
 24407  contentRange	./net/http/fs.go	/^func (r httpRange) contentRange(size int64) string {$/;"	f
 24408  contentType	./html/template/content.go	/^type contentType uint8$/;"	t
 24409  contentionzSampleTypes	./cmd/pprof/internal/profile/legacy_profile.go	/^var contentionzSampleTypes = []string{"contentions", "delay"}$/;"	v
 24410  context	./encoding/json/stream.go	/^	var context string$/;"	v
 24411  context	./go/types/check.go	/^type context struct {$/;"	t
 24412  context	./html/template/context.go	/^\/\/ The zero value of type context is the start context for a template that$/;"	t
 24413  context	./html/template/context.go	/^type context struct {$/;"	t
 24414  context	./regexp/regexp.go	/^func (i *inputBytes) context(pos int) syntax.EmptyOp {$/;"	f
 24415  context	./regexp/regexp.go	/^func (i *inputReader) context(pos int) syntax.EmptyOp {$/;"	f
 24416  context	./regexp/regexp.go	/^func (i *inputString) context(pos int) syntax.EmptyOp {$/;"	f
 24417  context	./runtime/defs_windows_386.go	/^type context struct {$/;"	t
 24418  context	./runtime/defs_windows_amd64.go	/^type context struct {$/;"	t
 24419  contextAfterText	./html/template/escape.go	/^func contextAfterText(c context, s []byte) (context, int) {$/;"	f
 24420  contextName	./cmd/api/goapi.go	/^func contextName(c *build.Context) string {$/;"	f
 24421  contexts	./cmd/api/goapi.go	/^var contexts = []*build.Context{$/;"	v
 24422  continpc	./cmd/compile/internal/gc/go.go	/^var continpc *obj.Prog$/;"	v
 24423  continuation	./mime/mediatype.go	/^	var continuation map[string]map[string]string$/;"	v
 24424  continue	./race.bat	/^:continue$/;"	l
 24425  controlClause	./go/printer/nodes.go	/^func (p *printer) controlClause(isForStmt bool, init ast.Stmt, expr ast.Expr, post ast.Stmt) {$/;"	f
 24426  conv	./cmd/cgo/gcc.go	/^	var conv typeConv$/;"	v
 24427  conv	./cmd/compile/internal/gc/walk.go	/^func conv(n *Node, t *Type) *Node {$/;"	f
 24428  convI2E	./cmd/compile/internal/gc/builtin/runtime.go	/^func convI2E(elem any) (ret any)$/;"	f
 24429  convI2E	./runtime/iface.go	/^func convI2E(i fInterface) (r interface{}) {$/;"	f
 24430  convI2I	./cmd/compile/internal/gc/builtin/runtime.go	/^func convI2I(typ *byte, elem any) (ret any)$/;"	f
 24431  convI2I	./runtime/iface.go	/^func convI2I(inter *interfacetype, i fInterface) (r fInterface) {$/;"	f
 24432  convT2E	./cmd/compile/internal/gc/builtin/runtime.go	/^func convT2E(typ *byte, elem, buf *any) (ret any)$/;"	f
 24433  convT2E	./runtime/iface.go	/^func convT2E(t *_type, elem unsafe.Pointer, x unsafe.Pointer) (e interface{}) {$/;"	f
 24434  convT2I	./cmd/compile/internal/gc/builtin/runtime.go	/^func convT2I(typ *byte, typ2 *byte, cache **byte, elem, buf *any) (ret any)$/;"	f
 24435  convT2I	./runtime/iface.go	/^func convT2I(t *_type, inter *interfacetype, cache **itab, elem unsafe.Pointer, x unsafe.Pointer) (i fInterface) {$/;"	f
 24436  convas	./cmd/compile/internal/gc/walk.go	/^func convas(n *Node, init **NodeList) *Node {$/;"	f
 24437  conversion	./cmd/cgo/gcc.go	/^			fatalf("%s: type conversion loop at %s", lineno(pos), dtype)$/;"	t
 24438  conversion	./cmd/compile/internal/gc/closure.go	/^	\/\/ Force type conversion from *struct to the func type.$/;"	t
 24439  conversion	./cmd/compile/internal/gc/syntax.go	/^	OCALL            \/\/ Left(List) (function call, method call or type conversion)$/;"	t
 24440  conversion	./cmd/compile/internal/gc/syntax.go	/^	OCONV            \/\/ Type(Left) (type conversion)$/;"	t
 24441  conversion	./cmd/compile/internal/gc/syntax.go	/^	OCONVIFACE       \/\/ Type(Left) (type conversion, to interface)$/;"	t
 24442  conversion	./cmd/compile/internal/gc/syntax.go	/^	OCONVNOP         \/\/ Type(Left) (type conversion, no effect)$/;"	t
 24443  conversion	./cmd/compile/internal/gc/typecheck.go	/^					Yyerror("invalid use of ... in type conversion to %v", l.Type)$/;"	t
 24444  conversion	./go/types/conversions.go	/^func (check *Checker) conversion(x *operand, T Type) {$/;"	f
 24445  conversionTest	./database/sql/convert_test.go	/^type conversionTest struct {$/;"	t
 24446  conversionTests	./database/sql/convert_test.go	/^var conversionTests = []conversionTest{$/;"	v
 24447  conversions	./cmd/cgo/gcc.go	/^		\/\/ implicit type conversions.  When the parameter$/;"	t
 24448  conversions	./compress/lzw/writer.go	/^	\/\/ type conversions when shifting bits.$/;"	t
 24449  convert	./mime/encodedword.go	/^func (d *WordDecoder) convert(buf *bytes.Buffer, charset string, content []byte) error {$/;"	f
 24450  convertAssign	./database/sql/convert.go	/^func convertAssign(dest, src interface{}) error {$/;"	f
 24451  convertErr	./net/fd_poll_runtime.go	/^func convertErr(res int) error {$/;"	f
 24452  convertFloat	./fmt/scan.go	/^func (s *ss) convertFloat(str string, n int) float64 {$/;"	f
 24453  convertNumber	./encoding/json/decode.go	/^func (d *decodeState) convertNumber(s string) (interface{}, error) {$/;"	f
 24454  convertOp	./reflect/value.go	/^func convertOp(dst, src *rtype) func(Value, Type) Value {$/;"	f
 24455  convertString	./fmt/scan.go	/^func (s *ss) convertString(verb rune) (str string) {$/;"	f
 24456  convertTests	./reflect/all_test.go	/^var convertTests = []struct {$/;"	v
 24457  convertToRGB	./image/jpeg/reader.go	/^func (d *decoder) convertToRGB() (image.Image, error) {$/;"	f
 24458  convertUntyped	./go/types/expr.go	/^func (check *Checker) convertUntyped(x *operand, target Type) {$/;"	f
 24459  convertWords	./cmd/compile/internal/big/natconv.go	/^func (q nat) convertWords(s []byte, charset string, b Word, ndigits int, bb Word, table []divisor) {$/;"	f
 24460  convertWords	./math/big/natconv.go	/^func (q nat) convertWords(s []byte, charset string, b Word, ndigits int, bb Word, table []divisor) {$/;"	f
 24461  converted	./mime/mediatype.go	/^\/\/ On success, ParseMediaType returns the media type converted$/;"	t
 24462  converterForType	./database/sql/fakedb_test.go	/^func converterForType(typ string) driver.ValueConverter {$/;"	f
 24463  convertibleTo	./go/types/conversions.go	/^func (x *operand) convertibleTo(conf *Config, T Type) bool {$/;"	f
 24464  convertop	./cmd/compile/internal/gc/subr.go	/^func convertop(src *Type, dst *Type, why *string) int {$/;"	f
 24465  convlit1	./cmd/compile/internal/gc/const.go	/^func convlit1(np **Node, t *Type, explicit bool) {$/;"	f
 24466  convtype	./cmd/compile/internal/gc/go.y	/^convtype:$/;"	l
 24467  cookedTokens	./encoding/xml/xml_test.go	/^var cookedTokens = []Token{$/;"	v
 24468  cookie	./net/internal/socktest/switch.go	/^func cookie(family, sotype, proto int) Cookie {$/;"	f
 24469  cookieNameSanitizer	./net/http/cookie.go	/^var cookieNameSanitizer = strings.NewReplacer("\\n", "-", "\\r", "-")$/;"	v
 24470  cookies	./net/http/cookiejar/jar.go	/^func (j *Jar) cookies(u *url.URL, now time.Time) (cookies []*http.Cookie) {$/;"	f
 24471  cool	./runtime/sys_linux_arm64.s	/^cool:$/;"	l
 24472  copy	./builtin/builtin.go	/^func copy(dst, src []Type) int$/;"	f
 24473  copy	./cmd/compile/internal/gc/esc.go	/^func (l Level) copy() Level {$/;"	f
 24474  copy	./cmd/go/pkg.go	/^func (s *importStack) copy() []string {$/;"	f
 24475  copy	./syscall/net_nacl.go	/^func (sa *SockaddrDatalink) copy() Sockaddr {$/;"	f
 24476  copy	./syscall/net_nacl.go	/^func (sa *SockaddrInet4) copy() Sockaddr {$/;"	f
 24477  copy	./syscall/net_nacl.go	/^func (sa *SockaddrInet6) copy() Sockaddr {$/;"	f
 24478  copy	./syscall/net_nacl.go	/^func (sa *SockaddrUnix) copy() Sockaddr {$/;"	f
 24479  copy	./text/template/template.go	/^func (t *Template) copy(c *common) *Template {$/;"	f
 24480  copy1	./cmd/compile/internal/amd64/peep.go	/^func copy1(v1 *obj.Addr, v2 *obj.Addr, r *gc.Flow, f int) bool {$/;"	f
 24481  copy1	./cmd/compile/internal/arm/peep.go	/^func copy1(v1 *obj.Addr, v2 *obj.Addr, r *gc.Flow, f int) bool {$/;"	f
 24482  copy1	./cmd/compile/internal/arm64/peep.go	/^func copy1(v1 *obj.Addr, v2 *obj.Addr, r *gc.Flow, f int) bool {$/;"	f
 24483  copy1	./cmd/compile/internal/ppc64/peep.go	/^func copy1(v1 *obj.Addr, v2 *obj.Addr, r *gc.Flow, f int) bool {$/;"	f
 24484  copy1	./cmd/compile/internal/x86/peep.go	/^func copy1(v1 *obj.Addr, v2 *obj.Addr, r *gc.Flow, f int) bool {$/;"	f
 24485  copy386	./runtime/mkduff.go	/^func copy386(w io.Writer) {$/;"	f
 24486  copyAMD64	./runtime/mkduff.go	/^func copyAMD64(w io.Writer) {$/;"	f
 24487  copyARM	./runtime/mkduff.go	/^func copyARM(w io.Writer) {$/;"	f
 24488  copyARM64	./runtime/mkduff.go	/^func copyARM64(w io.Writer) {$/;"	f
 24489  copyBad	./cmd/go/go_test.go	/^func copyBad(tg *testgoData) {$/;"	f
 24490  copyBuffer	./io/io.go	/^func copyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {$/;"	f
 24491  copyBuild	./cmd/go/pkg.go	/^func (p *Package) copyBuild(pp *build.Package) {$/;"	f
 24492  copyChecker	./sync/cond.go	/^type copyChecker uintptr$/;"	t
 24493  copyConstType	./go/doc/exports.go	/^func copyConstType(typ ast.Expr, pos token.Pos) ast.Expr {$/;"	f
 24494  copyData	./compress/flate/inflate.go	/^func (f *decompressor) copyData() {$/;"	f
 24495  copyError	./os/exec/exec.go	/^	var copyError error$/;"	v
 24496  copyFindData	./syscall/ztypes_windows.go	/^func copyFindData(dst *Win32finddata, src *win32finddata1) {$/;"	f
 24497  copyHeader	./net/http/httputil/reverseproxy.go	/^func copyHeader(dst, src http.Header) {$/;"	f
 24498  copyHist	./compress/flate/inflate.go	/^func (f *decompressor) copyHist() bool {$/;"	f
 24499  copyHuff	./compress/flate/inflate.go	/^func (f *decompressor) copyHuff() {$/;"	f
 24500  copyIP	./net/cgo_unix.go	/^func copyIP(x IP) IP {$/;"	f
 24501  copyPPC64x	./runtime/mkduff.go	/^func copyPPC64x(w io.Writer) {$/;"	f
 24502  copyResponse	./net/http/httputil/reverseproxy.go	/^func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {$/;"	f
 24503  copyValue	./encoding/xml/read.go	/^func copyValue(dst reflect.Value, src []byte) (err error) {$/;"	f
 24504  copyValues	./net/http/request.go	/^func copyValues(dst, src url.Values) {$/;"	f
 24505  copyWithLeftPad	./crypto/rsa/pkcs1v15.go	/^func copyWithLeftPad(dest, src []byte) {$/;"	f
 24506  copyany	./cmd/compile/internal/gc/walk.go	/^func copyany(n *Node, init **NodeList, runtimecall int) *Node {$/;"	f
 24507  copyas	./cmd/compile/internal/amd64/peep.go	/^func copyas(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24508  copyas	./cmd/compile/internal/arm/peep.go	/^func copyas(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24509  copyas	./cmd/compile/internal/arm64/peep.go	/^func copyas(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24510  copyas	./cmd/compile/internal/ppc64/peep.go	/^func copyas(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24511  copyas	./cmd/compile/internal/x86/peep.go	/^func copyas(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24512  copyau	./cmd/compile/internal/amd64/peep.go	/^func copyau(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24513  copyau	./cmd/compile/internal/arm/peep.go	/^func copyau(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24514  copyau	./cmd/compile/internal/arm64/peep.go	/^func copyau(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24515  copyau	./cmd/compile/internal/ppc64/peep.go	/^func copyau(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24516  copyau	./cmd/compile/internal/x86/peep.go	/^func copyau(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 24517  copyau1	./cmd/compile/internal/arm/peep.go	/^func copyau1(p *obj.Prog, v *obj.Addr) bool {$/;"	f
 24518  copyau1	./cmd/compile/internal/arm64/peep.go	/^func copyau1(p *obj.Prog, v *obj.Addr) bool {$/;"	f
 24519  copyau1	./cmd/compile/internal/ppc64/peep.go	/^func copyau1(p *obj.Prog, v *obj.Addr) bool {$/;"	f
 24520  copychildren	./cmd/link/internal/ld/dwarf.go	/^func copychildren(dst *DWDie, src *DWDie) {$/;"	f
 24521  copychildrenexcept	./cmd/link/internal/ld/dwarf.go	/^func copychildrenexcept(dst *DWDie, src *DWDie, except *DWDie) {$/;"	f
 24522  copydist	./make.bat	/^:copydist$/;"	l
 24523  copyenv	./syscall/env_unix.go	/^func copyenv() {$/;"	f
 24524  copyexpr	./cmd/compile/internal/gc/subr.go	/^func copyexpr(n *Node, t *Type, init **NodeList) *Node {$/;"	f
 24525  copyprop	./cmd/compile/internal/amd64/peep.go	/^func copyprop(g *gc.Graph, r0 *gc.Flow) bool {$/;"	f
 24526  copyprop	./cmd/compile/internal/arm/peep.go	/^func copyprop(g *gc.Graph, r0 *gc.Flow) bool {$/;"	f
 24527  copyprop	./cmd/compile/internal/arm64/peep.go	/^func copyprop(r0 *gc.Flow) bool {$/;"	f
 24528  copyprop	./cmd/compile/internal/ppc64/peep.go	/^func copyprop(r0 *gc.Flow) bool {$/;"	f
 24529  copyprop	./cmd/compile/internal/x86/peep.go	/^func copyprop(g *gc.Graph, r0 *gc.Flow) bool {$/;"	f
 24530  copyresult3	./syscall/asm_plan9_386.s	/^copyresult3:$/;"	l
 24531  copyresult3	./syscall/asm_plan9_amd64.s	/^copyresult3:$/;"	l
 24532  copyresult4	./syscall/asm_plan9_386.s	/^copyresult4:$/;"	l
 24533  copyresult4	./syscall/asm_plan9_amd64.s	/^copyresult4:$/;"	l
 24534  copyresult6	./syscall/asm_plan9_386.s	/^copyresult6:$/;"	l
 24535  copyresult6	./syscall/asm_plan9_amd64.s	/^copyresult6:$/;"	l
 24536  copyret	./cmd/compile/internal/gc/order.go	/^func copyret(n *Node, order *Order) *NodeList {$/;"	f
 24537  copysign	./math/all_test.go	/^var copysign = []float64{$/;"	v
 24538  copysignSC	./math/all_test.go	/^var copysignSC = []float64{$/;"	v
 24539  copystack	./runtime/stack1.go	/^func copystack(gp *g, newsize uintptr) {$/;"	f
 24540  copysub	./cmd/compile/internal/amd64/peep.go	/^func copysub(a *obj.Addr, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24541  copysub	./cmd/compile/internal/arm/peep.go	/^func copysub(a *obj.Addr, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24542  copysub	./cmd/compile/internal/arm64/peep.go	/^func copysub(a *obj.Addr, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24543  copysub	./cmd/compile/internal/ppc64/peep.go	/^func copysub(a *obj.Addr, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24544  copysub	./cmd/compile/internal/x86/peep.go	/^func copysub(a *obj.Addr, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24545  copysub1	./cmd/compile/internal/arm/peep.go	/^func copysub1(p1 *obj.Prog, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24546  copysub1	./cmd/compile/internal/arm64/peep.go	/^func copysub1(p1 *obj.Prog, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24547  copysub1	./cmd/compile/internal/ppc64/peep.go	/^func copysub1(p1 *obj.Prog, v *obj.Addr, s *obj.Addr, f int) int {$/;"	f
 24548  copytype	./cmd/compile/internal/gc/typecheck.go	/^func copytype(n *Node, t *Type) {$/;"	f
 24549  copyu	./cmd/compile/internal/amd64/peep.go	/^func copyu(p *obj.Prog, v *obj.Addr, s *obj.Addr) int {$/;"	f
 24550  copyu	./cmd/compile/internal/arm/peep.go	/^func copyu(p *obj.Prog, v *obj.Addr, s *obj.Addr) int {$/;"	f
 24551  copyu	./cmd/compile/internal/arm64/peep.go	/^func copyu(p *obj.Prog, v *obj.Addr, s *obj.Addr) int {$/;"	f
 24552  copyu	./cmd/compile/internal/ppc64/peep.go	/^func copyu(p *obj.Prog, v *obj.Addr, s *obj.Addr) int {$/;"	f
 24553  copyu	./cmd/compile/internal/x86/peep.go	/^func copyu(p *obj.Prog, v *obj.Addr, s *obj.Addr) int {$/;"	f
 24554  copyval	./cmd/compile/internal/gc/const.go	/^func copyval(v Val) Val {$/;"	f
 24555  corresponding	./builtin/builtin.go	/^\/\/ The return value will be floating point type corresponding to the type of c.$/;"	t
 24556  corresponding	./builtin/builtin.go	/^\/\/ number c. The return value will be floating point type corresponding to$/;"	t
 24557  corresponding	./debug/gosym/pclntab.go	/^\/\/ findFunc returns the func corresponding to the given program counter.$/;"	f
 24558  corrupt	./encoding/ascii85/ascii85_test.go	/^	type corrupt struct {$/;"	t
 24559  cos	./math/all_test.go	/^var cos = []float64{$/;"	v
 24560  cos	./math/cmplx/cmath_test.go	/^var cos = []complex128{$/;"	v
 24561  cos	./math/sin.go	/^func cos(x float64) float64 {$/;"	f
 24562  cosLarge	./math/all_test.go	/^var cosLarge = []float64{$/;"	v
 24563  cosSC	./math/all_test.go	/^var cosSC = []float64{$/;"	v
 24564  cosSC	./math/cmplx/cmath_test.go	/^var cosSC = []complex128{$/;"	v
 24565  cosh	./math/all_test.go	/^var cosh = []float64{$/;"	v
 24566  cosh	./math/cmplx/cmath_test.go	/^var cosh = []complex128{$/;"	v
 24567  coshSC	./math/all_test.go	/^var coshSC = []float64{$/;"	v
 24568  coshSC	./math/cmplx/cmath_test.go	/^var coshSC = []complex128{$/;"	v
 24569  cosines	./image/jpeg/dct_test.go	/^var cosines [32]float64 \/\/ cosines[k] = cos(π\/2 * k\/8)$/;"	v
 24570  could	./encoding/json/decode_test.go	/^\/\/ Custom types with []byte as underlying type could not be marshalled$/;"	t
 24571  count	./cmd/asm/internal/asm/parse.go	/^	var count int16$/;"	v
 24572  count	./cmd/compile/internal/gc/syntax.go	/^func count(l *NodeList) int {$/;"	f
 24573  count	./cmd/cover/testdata/main.go	/^func count(line uint32) (uint32, int) {$/;"	f
 24574  count	./cmd/dist/main.go	/^type count int$/;"	t
 24575  count	./cmd/internal/gcprog/gcprog.go	/^		var count int64$/;"	v
 24576  count	./cmd/internal/obj/flag.go	/^type count int$/;"	t
 24577  count	./cmd/pprof/internal/profile/legacy_profile.go	/^		var count, nstk uint64$/;"	v
 24578  count	./compress/flate/gen.go	/^	var count [maxCodeLen]int$/;"	v
 24579  count	./compress/flate/inflate.go	/^	var count [maxCodeLen]int$/;"	v
 24580  count	./index/suffixarray/qsufsort.go	/^	var count [256]int$/;"	v
 24581  count	./net/parse.go	/^func count(s string, b byte) int {$/;"	f
 24582  count	./runtime/stack_test.go	/^func count(n int) int {$/;"	f
 24583  count	./syscall/unzip_nacl.go	/^	var count [maxCodeLen + 1]int$/;"	v
 24584  count	./testing/cover.go	/^	var count uint32$/;"	v
 24585  count	./text/template/exec_test.go	/^func count(n int) chan string {$/;"	f
 24586  countAnyByte	./net/parse.go	/^func countAnyByte(s string, t string) int {$/;"	f
 24587  countBits	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func countBits(x uint32) int {$/;"	f
 24588  countBlock	./runtime/pprof/pprof.go	/^func countBlock() int {$/;"	f
 24589  countCloseReader	./net/http/transport_test.go	/^type countCloseReader struct {$/;"	t
 24590  countEdges	./cmd/pprof/internal/report/report.go	/^func countEdges(el edgeMap, cutoff int64) int {$/;"	f
 24591  countExactPrefix	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func countExactPrefix(inst *Inst, target Prefix) int {$/;"	f
 24592  countFlagMap	./cmd/pprof/internal/driver/driver.go	/^func countFlagMap(bms map[string]*bool, bmrxs map[string]*string) int {$/;"	f
 24593  countFlags	./cmd/pprof/internal/driver/driver.go	/^func countFlags(bs []*bool) int {$/;"	f
 24594  countGoroutine	./runtime/pprof/pprof.go	/^func countGoroutine() int {$/;"	f
 24595  countHeap	./runtime/pprof/pprof.go	/^func countHeap() int {$/;"	f
 24596  countMallocs	./net/rpc/server_test.go	/^func countMallocs(dial func() (*Client, error), t *testing.T) float64 {$/;"	f
 24597  countNewlines	./text/scanner/scanner_test.go	/^func countNewlines(s string) int {$/;"	f
 24598  countOps	./sort/sort_test.go	/^func countOps(t *testing.T, algo func(Interface), name string) {$/;"	f
 24599  countOpsSizes	./sort/sort_test.go	/^var countOpsSizes = []int{1e2, 3e2, 1e3, 3e3, 1e4, 3e4, 1e5, 3e5, 1e6}$/;"	v
 24600  countPrefix	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func countPrefix(inst *Inst, target Prefix) int {$/;"	f
 24601  countProfile	./runtime/pprof/pprof.go	/^type countProfile interface {$/;"	t
 24602  countReader	./net/http/serve_test.go	/^type countReader struct {$/;"	t
 24603  countReader	./text/scanner/scanner_test.go	/^type countReader int$/;"	t
 24604  countThreadCreate	./runtime/pprof/pprof.go	/^func countThreadCreate() int {$/;"	f
 24605  countUses	./cmd/fix/fix.go	/^func countUses(x *ast.Ident, scope []ast.Stmt) int {$/;"	f
 24606  countWriter	./archive/zip/writer.go	/^type countWriter struct {$/;"	t
 24607  countdown	./bufio/scan_test.go	/^type countdown int$/;"	t
 24608  counter	./crypto/cipher/gcm.go	/^	var counter, tagMask [gcmBlockSize]byte$/;"	v
 24609  counter	./crypto/rsa/rsa.go	/^	var counter [4]byte$/;"	v
 24610  counter	./go/types/api_test.go	/^		var counter int$/;"	v
 24611  counterCrypt	./crypto/cipher/gcm.go	/^func (g *gcm) counterCrypt(out, in []byte, counter *[gcmBlockSize]byte) {$/;"	f
 24612  counterStmt	./cmd/cover/cover.go	/^var counterStmt func(*File, ast.Expr) ast.Stmt$/;"	v
 24613  counters	./cmd/cover/testdata/main.go	/^var counters = make(map[block]bool)$/;"	v
 24614  countfield	./cmd/compile/internal/gc/walk.go	/^func countfield(t *Type) int {$/;"	f
 24615  countingWriter	./net/http/fs.go	/^type countingWriter int64$/;"	t
 24616  coutbuf	./cmd/link/internal/ld/lib.go	/^var coutbuf struct {$/;"	v
 24617  cover	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^	var cover float64$/;"	v
 24618  cover	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^	var cover float64$/;"	v
 24619  cover	./testing/cover.go	/^var cover Cover$/;"	v
 24620  coverFiles	./cmd/go/test.go	/^			var coverFiles []string$/;"	v
 24621  coverIndex	./cmd/go/test.go	/^var coverIndex = 0$/;"	v
 24622  coverInfo	./cmd/go/test.go	/^type coverInfo struct {$/;"	t
 24623  coverRegisterFile	./cmd/go/test.go	/^func coverRegisterFile(fileName string, counter []uint32, pos []uint32, numStmts []uint16) {$/;"	f
 24624  coverReport	./testing/cover.go	/^func coverReport() {$/;"	f
 24625  coverage	./cmd/cover/func.go	/^func (f *FuncExtent) coverage(profile *Profile) (num, den int64) {$/;"	f
 24626  coverage	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func coverage() float64 {$/;"	f
 24627  coverage	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func coverage() float64 {$/;"	f
 24628  coveragePercentage	./cmd/go/test.go	/^func coveragePercentage(out []byte) string {$/;"	f
 24629  covered	./cmd/cover/func.go	/^	var covered, total int64$/;"	v
 24630  cp	./cmd/compile/internal/gc/lex.go	/^	var cp *bytes.Buffer$/;"	v
 24631  cpfir	./cmd/yacc/yacc.go	/^func cpfir() {$/;"	f
 24632  cplxsubtype	./cmd/compile/internal/gc/subr.go	/^func cplxsubtype(et int) int {$/;"	f
 24633  cpres	./cmd/yacc/yacc.go	/^func cpres() {$/;"	f
 24634  cpsr	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) cpsr() uint32    { return c.regs().cpsr }$/;"	f
 24635  cpsr	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) cpsr() uint32    { return c.regs().__gregs[16] }$/;"	f
 24636  cpsr	./runtime/signal_linux_arm.go	/^func (c *sigctxt) cpsr() uint32      { return c.regs().cpsr }$/;"	f
 24637  cpsr	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) cpsr() uint32    { return c.regs().cpsr }$/;"	f
 24638  cpsr	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) cpsr() uint32     { return c.regs().__gregs[_REG_CPSR] }$/;"	f
 24639  cpsr	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) cpsr() uint32    { return c.regs().sc_spsr }$/;"	f
 24640  cpu	./runtime/pprof/pprof.go	/^var cpu struct {$/;"	v
 24641  cpuHog1	./runtime/pprof/pprof_test.go	/^func cpuHog1() {$/;"	f
 24642  cpuHog2	./runtime/pprof/pprof_test.go	/^func cpuHog2() {$/;"	f
 24643  cpuHogger	./runtime/pprof/pprof_test.go	/^func cpuHogger(f func()) {$/;"	f
 24644  cpuHz	./cmd/pprof/internal/profile/legacy_profile.go	/^	var cpuHz int64$/;"	v
 24645  cpuInts	./cmd/pprof/internal/profile/legacy_profile.go	/^var cpuInts = []func([]byte) (uint64, []byte){$/;"	v
 24646  cpuProfile	./cmd/pprof/internal/profile/legacy_profile.go	/^func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []byte)) (*Profile, error) {$/;"	f
 24647  cpuProfile	./runtime/cpuprof.go	/^type cpuProfile struct {$/;"	t
 24648  cpuProfilerRxStr	./cmd/pprof/internal/profile/legacy_profile.go	/^var cpuProfilerRxStr = strings.Join([]string{$/;"	v
 24649  cpuStrings	./debug/macho/macho.go	/^var cpuStrings = []intName{$/;"	v
 24650  cpu_capabilities	./runtime/sys_darwin_386.s	/^#define	cpu_capabilities	0x20$/;"	d
 24651  cpuid	./cmd/dist/util_gc.go	/^func cpuid(info *[4]uint32, ax uint32)$/;"	f
 24652  cpuprofEntry	./runtime/cpuprof.go	/^type cpuprofEntry struct {$/;"	t
 24653  cpuprofilerlock	./runtime/os1_windows.go	/^var cpuprofilerlock mutex$/;"	v
 24654  cputicks	./runtime/cputicks.go	/^func cputicks() int64$/;"	f
 24655  cputicks	./runtime/os_darwin_arm.go	/^func cputicks() int64 {$/;"	f
 24656  cputicks	./runtime/os_darwin_arm64.go	/^func cputicks() int64 {$/;"	f
 24657  cputicks	./runtime/os_freebsd_arm.go	/^func cputicks() int64 {$/;"	f
 24658  cputicks	./runtime/os_linux_arm.go	/^func cputicks() int64 {$/;"	f
 24659  cputicks	./runtime/os_linux_arm64.go	/^func cputicks() int64 {$/;"	f
 24660  cputicks	./runtime/os_nacl_arm.go	/^func cputicks() int64 {$/;"	f
 24661  cputicks	./runtime/os_netbsd_arm.go	/^func cputicks() int64 {$/;"	f
 24662  cputicks	./runtime/os_openbsd_arm.go	/^func cputicks() int64 {$/;"	f
 24663  cpyact	./cmd/yacc/yacc.go	/^func cpyact(curprod []int, max int) {$/;"	f
 24664  cpycode	./cmd/yacc/yacc.go	/^func cpycode() {$/;"	f
 24665  cpyunion	./cmd/yacc/yacc.go	/^func cpyunion() {$/;"	f
 24666  cr	./image/png/writer.go	/^	var cr [nFilter][]uint8$/;"	v
 24667  crack	./debug/gosym/pclntab_test.go	/^func crack(file string, t *testing.T) (*elf.File, *Table) {$/;"	f
 24668  cramMD5Auth	./net/smtp/auth.go	/^type cramMD5Auth struct {$/;"	t
 24669  crash	./runtime/os1_nacl.go	/^func crash() {$/;"	f
 24670  crash	./runtime/os1_plan9.go	/^func crash() {$/;"	f
 24671  crash	./runtime/signal1_unix.go	/^func crash() {$/;"	f
 24672  crash	./runtime/signal_windows.go	/^func crash() {$/;"	f
 24673  crashTest	./runtime/crash_test.go	/^	type crashTest struct {$/;"	t
 24674  crashing	./runtime/signal_386.go	/^var crashing int32$/;"	v
 24675  crashing	./runtime/signal_amd64x.go	/^var crashing int32$/;"	v
 24676  crashing	./runtime/signal_arm.go	/^var crashing int32$/;"	v
 24677  crashing	./runtime/signal_arm64.go	/^var crashing int32$/;"	v
 24678  crashing	./runtime/signal_ppc64x.go	/^var crashing int32$/;"	v
 24679  crashy	./log/syslog/syslog_test.go	/^var crashy = false$/;"	v
 24680  crawl	./runtime/race/testdata/mop_test.go	/^	var crawl func(string, int)$/;"	v
 24681  crctab	./compress/bzip2/bzip2.go	/^var crctab [256]uint32$/;"	v
 24682  creat	./cmd/cgo/util.go	/^func creat(name string) *os.File {$/;"	f
 24683  create	./cmd/go/vcs.go	/^func (v *vcsCmd) create(dir, repo string) error {$/;"	f
 24684  create	./cmd/pack/pack.go	/^func create(name string) {$/;"	f
 24685  create	./cmd/yacc/yacc.go	/^func create(s string) *bufio.Writer {$/;"	f
 24686  create	./syscall/exec_unix_test.go	/^func create(t *testing.T) *command {$/;"	f
 24687  create	./syscall/fs_nacl.go	/^func create(name string, mode uint32, sec int64, data []byte) error {$/;"	f
 24688  create	./syscall/zsyscall_plan9_386.go	/^func create(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
 24689  create	./syscall/zsyscall_plan9_amd64.go	/^func create(path string, mode int, perm uint32) (fd int, err error) {$/;"	f
 24690  createAttrPrefix	./encoding/xml/marshal.go	/^func (p *printer) createAttrPrefix(url string) string {$/;"	f
 24691  createEnv	./os/exec/lp_windows_test.go	/^func createEnv(dir, PATH, PATHEXT string) []string {$/;"	f
 24692  createEnvBlock	./syscall/exec_windows.go	/^func createEnvBlock(envv []string) *uint16 {$/;"	f
 24693  createFiles	./os/exec/lp_windows_test.go	/^func createFiles(t *testing.T, dir string, files []string, srcPath string) {$/;"	f
 24694  createOverflow	./runtime/hashmap.go	/^func (h *hmap) createOverflow() {$/;"	f
 24695  createStoreContext	./crypto/x509/root_windows.go	/^func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {$/;"	f
 24696  createTable	./database/sql/fakedb_test.go	/^func (db *fakeDB) createTable(name string, columnNames, columnTypes []string) error {$/;"	f
 24697  createTestDir	./text/template/examplefiles_test.go	/^func createTestDir(files []templateFile) string {$/;"	f
 24698  createTestInput	./bufio/bufio_test.go	/^func createTestInput(n int) []byte {$/;"	f
 24699  createValueFuncs	./text/template/funcs.go	/^func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {$/;"	f
 24700  create_ret	./runtime/sys_darwin_arm.s	/^create_ret:$/;"	l
 24701  createfing	./runtime/mfinal.go	/^func createfing() {$/;"	f
 24702  createmode	./syscall/syscall_windows.go	/^	var createmode uint32$/;"	v
 24703  creatingTemp	./cmd/go/go_test.go	/^func (tg *testgoData) creatingTemp(path string) {$/;"	f
 24704  creg	./cmd/compile/internal/arm/cgen64.go	/^		var creg gc.Node$/;"	v
 24705  criteria	./net/nss.go	/^			var criteria []nssCriterion$/;"	v
 24706  crlDp	./crypto/x509/x509.go	/^		var crlDp []distributionPoint$/;"	v
 24707  crnl	./net/textproto/writer.go	/^var crnl = []byte{'\\r', '\\n'}$/;"	v
 24708  crossPlatform	./archive/zip/reader_test.go	/^var crossPlatform = []ZipTestFile{$/;"	v
 24709  cryptBlock	./crypto/des/block.go	/^func cryptBlock(subkeys []uint64, dst, src []byte, decrypt bool) {$/;"	f
 24710  cs	./net/http/cookiejar/jar_test.go	/^	var cs []string$/;"	v
 24711  cs	./net/mockserver_test.go	/^		var cs []*UDPConn$/;"	v
 24712  cs	./runtime/signal_darwin_386.go	/^func (c *sigctxt) cs() uint32      { return c.regs().cs }$/;"	f
 24713  cs	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) cs() uint64      { return c.regs().cs }$/;"	f
 24714  cs	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) cs() uint64      { return uint64(c.regs().mc_cs) }$/;"	f
 24715  cs	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) cs() uint32      { return uint32(c.regs().mc_cs) }$/;"	f
 24716  cs	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) cs() uint64      { return uint64(c.regs().mc_cs) }$/;"	f
 24717  cs	./runtime/signal_linux_386.go	/^func (c *sigctxt) cs() uint32        { return uint32(c.regs().cs) }$/;"	f
 24718  cs	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) cs() uint64      { return uint64(c.regs().cs) }$/;"	f
 24719  cs	./runtime/signal_nacl_386.go	/^func (c *sigctxt) cs() uint32        { return ^uint32(0) }$/;"	f
 24720  cs	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) cs() uint64      { return ^uint64(0) }$/;"	f
 24721  cs	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) cs() uint32       { return uint32(c.regs().__gregs[_REG_CS]) }$/;"	f
 24722  cs	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) cs() uint64      { return c.regs().__gregs[_REG_CS] }$/;"	f
 24723  cs	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) cs() uint32      { return c.regs().sc_cs }$/;"	f
 24724  cs	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) cs() uint64      { return c.regs().sc_cs }$/;"	f
 24725  cs	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) cs() uint64      { return uint64(c.regs().gregs[_REG_CS]) }$/;"	f
 24726  csr	./crypto/x509/x509.go	/^	var csr certificateRequest$/;"	v
 24727  csrBase64Array	./crypto/x509/x509_test.go	/^var csrBase64Array = [...]string{$/;"	v
 24728  cssEscaper	./html/template/css.go	/^func cssEscaper(args ...interface{}) string {$/;"	f
 24729  cssReplacementTable	./html/template/css.go	/^var cssReplacementTable = []string{$/;"	v
 24730  cssValueFilter	./html/template/css.go	/^func cssValueFilter(args ...interface{}) string {$/;"	f
 24731  cstring	./cmd/link/internal/ld/util.go	/^func cstring(x []byte) string {$/;"	f
 24732  cstring	./debug/macho/file.go	/^func cstring(b []byte) string {$/;"	f
 24733  cstring	./debug/pe/file.go	/^func cstring(b []byte) string {$/;"	f
 24734  cstring	./runtime/env_posix.go	/^func cstring(s string) unsafe.Pointer {$/;"	f
 24735  cstring	./syscall/syscall_plan9.go	/^func cstring(s []byte) string {$/;"	f
 24736  ct	./encoding/json/encode_test.go	/^	var ct CText$/;"	v
 24737  ctext	./go/ast/commentmap_test.go	/^func ctext(list []*CommentGroup) string {$/;"	f
 24738  ctl	./net/file_plan9.go	/^	var ctl *os.File$/;"	v
 24739  ctr	./crypto/cipher/ctr.go	/^type ctr struct {$/;"	t
 24740  ctr	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) ctr() uint64   { return c.regs().ctr }$/;"	f
 24741  ctrAESTests	./crypto/cipher/ctr_aes_test.go	/^var ctrAESTests = []struct {$/;"	v
 24742  ctrlhandler	./runtime/os2_windows.go	/^func ctrlhandler(_type uint32) uint32$/;"	f
 24743  ctrlhandler1	./runtime/os1_windows.go	/^func ctrlhandler1(_type uint32) uint32 {$/;"	f
 24744  ctype	./net/http/fs.go	/^	var ctype string$/;"	v
 24745  curfn	./cmd/fix/typecheck.go	/^	var curfn []*ast.FuncType$/;"	v
 24746  curfnSym	./cmd/compile/internal/gc/esc.go	/^func (e *EscState) curfnSym(n *Node) *Sym {$/;"	f
 24747  curio	./cmd/compile/internal/gc/go.go	/^var curio Io$/;"	v
 24748  current	./os/user/lookup_plan9.go	/^func current() (*User, error) {$/;"	f
 24749  current	./os/user/lookup_stubs.go	/^func current() (*User, error) {$/;"	f
 24750  current	./os/user/lookup_unix.go	/^func current() (*User, error) {$/;"	f
 24751  current	./os/user/lookup_windows.go	/^func current() (*User, error) {$/;"	f
 24752  currentFlow	./crypto/tls/handshake_test.go	/^	var currentFlow []byte$/;"	v
 24753  curres	./cmd/yacc/yacc.go	/^	var curres [][]int$/;"	v
 24754  curtext	./cmd/internal/obj/objfile.go	/^	var curtext *LSym$/;"	v
 24755  curve	./crypto/x509/sec1.go	/^	var curve elliptic.Curve$/;"	v
 24756  curveForCurveID	./crypto/tls/key_agreement.go	/^func curveForCurveID(id CurveID) (elliptic.Curve, bool) {$/;"	f
 24757  curvePreferences	./crypto/tls/common.go	/^func (c *Config) curvePreferences() []CurveID {$/;"	f
 24758  curveid	./crypto/tls/key_agreement.go	/^	var curveid CurveID$/;"	v
 24759  customWriterRecorder	./net/http/cgi/matryoshka_test.go	/^type customWriterRecorder struct {$/;"	t
 24760  customizeRecv	./go/doc/reader.go	/^func customizeRecv(f *Func, recvTypeName string, embeddedIsPtr bool, level int) *Func {$/;"	f
 24761  cutStringAtNUL	./cmd/link/internal/ld/util.go	/^func cutStringAtNUL(s string) string {$/;"	f
 24762  cutoff	./go/printer/nodes.go	/^func cutoff(e *ast.BinaryExpr, depth int) int {$/;"	f
 24763  cutoff	./strconv/atoi.go	/^	var cutoff, maxVal uint64$/;"	v
 24764  cutspace	./time/format.go	/^func cutspace(s string) string {$/;"	f
 24765  cv	./cmd/compile/internal/gc/closure.go	/^		var cv *Node$/;"	v
 24766  cv	./reflect/all_test.go	/^		var cv Value$/;"	v
 24767  cvt	./cmd/compile/internal/x86/gsubr.go	/^	var cvt *gc.Type$/;"	v
 24768  cvtBytesString	./reflect/value.go	/^func cvtBytesString(v Value, t Type) Value {$/;"	f
 24769  cvtComplex	./reflect/value.go	/^func cvtComplex(v Value, t Type) Value {$/;"	f
 24770  cvtDirect	./reflect/value.go	/^func cvtDirect(v Value, typ Type) Value {$/;"	f
 24771  cvtFloat	./reflect/value.go	/^func cvtFloat(v Value, t Type) Value {$/;"	f
 24772  cvtFloatInt	./reflect/value.go	/^func cvtFloatInt(v Value, t Type) Value {$/;"	f
 24773  cvtFloatUint	./reflect/value.go	/^func cvtFloatUint(v Value, t Type) Value {$/;"	f
 24774  cvtI2I	./reflect/value.go	/^func cvtI2I(v Value, typ Type) Value {$/;"	f
 24775  cvtInt	./reflect/value.go	/^func cvtInt(v Value, t Type) Value {$/;"	f
 24776  cvtIntFloat	./reflect/value.go	/^func cvtIntFloat(v Value, t Type) Value {$/;"	f
 24777  cvtIntString	./reflect/value.go	/^func cvtIntString(v Value, t Type) Value {$/;"	f
 24778  cvtRunesString	./reflect/value.go	/^func cvtRunesString(v Value, t Type) Value {$/;"	f
 24779  cvtStringBytes	./reflect/value.go	/^func cvtStringBytes(v Value, t Type) Value {$/;"	f
 24780  cvtStringRunes	./reflect/value.go	/^func cvtStringRunes(v Value, t Type) Value {$/;"	f
 24781  cvtT2I	./reflect/value.go	/^func cvtT2I(v Value, typ Type) Value {$/;"	f
 24782  cvtUint	./reflect/value.go	/^func cvtUint(v Value, t Type) Value {$/;"	f
 24783  cvtUintFloat	./reflect/value.go	/^func cvtUintFloat(v Value, t Type) Value {$/;"	f
 24784  cvtUintString	./reflect/value.go	/^func cvtUintString(v Value, t Type) Value {$/;"	f
 24785  cwd	./cmd/go/pkg.go	/^var cwd, _ = os.Getwd()$/;"	v
 24786  cwd	./net/http/cgi/host.go	/^	var cwd, path string$/;"	v
 24787  cwp	./cmd/yacc/yacc.go	/^var cwp int$/;"	v
 24788  cx	./cmd/compile/internal/amd64/cgen.go	/^	var cx gc.Node$/;"	v
 24789  cx	./cmd/compile/internal/amd64/ggen.go	/^	var cx gc.Node$/;"	v
 24790  cx	./cmd/compile/internal/x86/cgen.go	/^			var cx gc.Node$/;"	v
 24791  cx	./cmd/compile/internal/x86/cgen64.go	/^	var cx gc.Node$/;"	v
 24792  cx	./cmd/compile/internal/x86/ggen.go	/^	var cx gc.Node$/;"	v
 24793  cx	./cmd/compile/internal/x86/gsubr.go	/^		var cx gc.Node$/;"	v
 24794  cycle	./cmd/link/internal/ld/go.go	/^func (p *Pkg) cycle() *Pkg {$/;"	f
 24795  cycles	./go/types/ordering.go	/^\/\/ in the process check _and_ report type cycles. This may simplify$/;"	t
 24796  d0	./runtime/vlop_arm.s	/^d0:$/;"	l
 24797  d1	./cmd/compile/internal/big/natconv.go	/^		var d1 Word$/;"	v
 24798  d1	./go/types/resolver.go	/^							var d1 *declInfo$/;"	v
 24799  d1	./math/big/natconv.go	/^		var d1 Word$/;"	v
 24800  d1	./runtime/vlop_arm.s	/^d1:$/;"	l
 24801  d2	./runtime/vlop_arm.s	/^d2:$/;"	l
 24802  da	./cmd/link/internal/ld/dwarf.go	/^	var da int$/;"	v
 24803  dalgsym	./cmd/compile/internal/gc/reflect.go	/^func dalgsym(t *Type) *Sym {$/;"	f
 24804  darwin	./cmd/compile/internal/arm64/ggen.go	/^var darwin = obj.Getgoos() == "darwin"$/;"	v
 24805  darwin_arm_init_mach_exception_handler	./runtime/cgo/gcc_signal_darwin_armx.c	/^darwin_arm_init_mach_exception_handler()$/;"	f
 24806  darwin_arm_init_mach_exception_handler	./runtime/cgo/gcc_signal_darwin_lldb.c	/^void darwin_arm_init_mach_exception_handler() {}$/;"	f
 24807  darwin_arm_init_thread_exception_port	./runtime/cgo/gcc_signal_darwin_armx.c	/^darwin_arm_init_thread_exception_port()$/;"	f
 24808  darwin_arm_init_thread_exception_port	./runtime/cgo/gcc_signal_darwin_lldb.c	/^void darwin_arm_init_thread_exception_port() {}$/;"	f
 24809  dash	./runtime/race.go	/^var dash = [...]byte{'-', 0}$/;"	v
 24810  dat	./cmd/link/internal/ld/ldmacho.go	/^	var dat []byte$/;"	v
 24811  dat	./debug/elf/file.go	/^	var dat = map[string][]byte{"abbrev": nil, "info": nil, "str": nil, "line": nil}$/;"	v
 24812  dat	./debug/macho/file.go	/^	var dat [len(names)][]byte$/;"	v
 24813  dat	./debug/pe/file.go	/^	var dat [len(names)][]byte$/;"	v
 24814  data	./bufio/bufio_test.go	/^	var data [8192]byte$/;"	v
 24815  data	./bytes/buffer_test.go	/^var data string      \/\/ test data for write tests$/;"	v
 24816  data	./cmd/cgo/gcc.go	/^		var data []byte$/;"	v
 24817  data	./cmd/compile/internal/gc/reflect.go	/^			\/\/ .PtrTo() on the reflect.Type for T returns this type data and$/;"	t
 24818  data	./cmd/compile/internal/gc/reflect.go	/^			\/\/ The ptrto field of the type data cannot be relied on when$/;"	t
 24819  data	./cmd/compile/internal/gc/reflect.go	/^			\/\/ The second module will end up defining type data for *T and a$/;"	t
 24820  data	./cmd/dist/util.go	/^	var data []byte$/;"	v
 24821  data	./cmd/go/go_test.go	/^			var data []byte$/;"	v
 24822  data	./cmd/internal/obj/objfile.go	/^	var data *LSym$/;"	v
 24823  data	./cmd/internal/obj/pcln.go	/^	\/\/ tabulate which pc and func data we have.$/;"	f
 24824  data	./cmd/link/internal/ld/data.go	/^	var data *Section$/;"	v
 24825  data	./cmd/link/internal/ld/lib.go	/^			\/\/ the type data.$/;"	t
 24826  data	./cmd/link/internal/ld/symtab.go	/^	\/\/ compiler-provided size, so read it from the type data.$/;"	t
 24827  data	./compress/zlib/writer_test.go	/^var data = []string{$/;"	v
 24828  data	./crypto/md5/gen.go	/^var data = Data{$/;"	v
 24829  data	./crypto/x509/root_cgo_darwin.go	/^	var data C.CFDataRef = nil$/;"	v
 24830  data	./encoding/binary/example_test.go	/^	var data = []interface{}{$/;"	v
 24831  data	./encoding/gob/codec_test.go	/^		var data []byte$/;"	v
 24832  data	./encoding/gob/codec_test.go	/^		var data bool = true$/;"	v
 24833  data	./encoding/gob/codec_test.go	/^		var data bool$/;"	v
 24834  data	./encoding/gob/codec_test.go	/^		var data complex128$/;"	v
 24835  data	./encoding/gob/codec_test.go	/^		var data complex64$/;"	v
 24836  data	./encoding/gob/codec_test.go	/^		var data float32 = 17$/;"	v
 24837  data	./encoding/gob/codec_test.go	/^		var data float32$/;"	v
 24838  data	./encoding/gob/codec_test.go	/^		var data float64 = 17$/;"	v
 24839  data	./encoding/gob/codec_test.go	/^		var data float64$/;"	v
 24840  data	./encoding/gob/codec_test.go	/^		var data int = 17$/;"	v
 24841  data	./encoding/gob/codec_test.go	/^		var data int$/;"	v
 24842  data	./encoding/gob/codec_test.go	/^		var data int16 = 17$/;"	v
 24843  data	./encoding/gob/codec_test.go	/^		var data int16$/;"	v
 24844  data	./encoding/gob/codec_test.go	/^		var data int32 = 17$/;"	v
 24845  data	./encoding/gob/codec_test.go	/^		var data int32$/;"	v
 24846  data	./encoding/gob/codec_test.go	/^		var data int64 = 17$/;"	v
 24847  data	./encoding/gob/codec_test.go	/^		var data int64$/;"	v
 24848  data	./encoding/gob/codec_test.go	/^		var data int8 = 17$/;"	v
 24849  data	./encoding/gob/codec_test.go	/^		var data int8$/;"	v
 24850  data	./encoding/gob/codec_test.go	/^		var data string = "hello"$/;"	v
 24851  data	./encoding/gob/codec_test.go	/^		var data string$/;"	v
 24852  data	./encoding/gob/codec_test.go	/^		var data uint = 17$/;"	v
 24853  data	./encoding/gob/codec_test.go	/^		var data uint$/;"	v
 24854  data	./encoding/gob/codec_test.go	/^		var data uint16 = 17$/;"	v
 24855  data	./encoding/gob/codec_test.go	/^		var data uint16$/;"	v
 24856  data	./encoding/gob/codec_test.go	/^		var data uint32 = 17$/;"	v
 24857  data	./encoding/gob/codec_test.go	/^		var data uint32$/;"	v
 24858  data	./encoding/gob/codec_test.go	/^		var data uint64 = 17$/;"	v
 24859  data	./encoding/gob/codec_test.go	/^		var data uint64$/;"	v
 24860  data	./encoding/gob/codec_test.go	/^		var data uint8 = 17$/;"	v
 24861  data	./encoding/gob/codec_test.go	/^		var data uint8$/;"	v
 24862  data	./encoding/gob/codec_test.go	/^		var data uintptr$/;"	v
 24863  data	./encoding/gob/encode.go	/^	var data []byte$/;"	v
 24864  data	./encoding/json/stream_test.go	/^	var data struct {$/;"	v
 24865  data	./go/doc/reader.go	/^type data struct {$/;"	t
 24866  data	./go/internal/gccgoimporter/importer.go	/^		\/\/ 	var data []byte$/;"	v
 24867  data	./go/printer/printer.go	/^		var data string$/;"	v
 24868  data	./go/printer/printer_test.go	/^var data = []entry{$/;"	v
 24869  data	./net/http/serve_test.go	/^	var data = []byte("Hello world.\\n")$/;"	v
 24870  data	./runtime/mfinal_test.go	/^		var data [Batch]*int$/;"	v
 24871  data	./runtime/race/testdata/waitgroup_test.go	/^		var data [P]int$/;"	v
 24872  data	./runtime/race/testdata/waitgroup_test.go	/^	var data [P]int$/;"	v
 24873  data	./runtime/race_amd64.s	/^data:$/;"	l
 24874  data	./runtime/trace.go	/^		var data []byte$/;"	v
 24875  data	./runtime/trace/trace_stack_test.go	/^		var data [1]byte$/;"	v
 24876  data	./runtime/trace/trace_stack_test.go	/^	var data [1]byte$/;"	v
 24877  data	./runtime/type.go	/^	\/\/ gcdata stores the GC type data for the garbage collector.$/;"	t
 24878  data	./sort/search_test.go	/^var data = []int{0: -10, 1: -5, 2: 0, 3: 1, 4: 2, 5: 3, 6: 5, 7: 7, 8: 11, 9: 100, 10: 100, 11: 100, 12: 1000, 13: 10000}$/;"	v
 24879  data	./sync/mutex_test.go	/^		var data [16 << 10]uint64$/;"	v
 24880  data	./sync/mutex_test.go	/^		var data [4 << 10]uint64$/;"	v
 24881  data	./syscall/exec_linux.go	/^	var data []byte$/;"	v
 24882  data	./syscall/syscall_linux.go	/^	var data _C_long$/;"	v
 24883  data	./time/zoneinfo_read.go	/^type data struct {$/;"	t
 24884  data1	./syscall/syscall_windows.go	/^	var data1 win32finddata1$/;"	v
 24885  dataAndEOFReader	./bufio/bufio_test.go	/^type dataAndEOFReader string$/;"	t
 24886  dataAndErrorBuffer	./io/io_test.go	/^type dataAndErrorBuffer struct {$/;"	t
 24887  dataBlock	./compress/flate/inflate.go	/^func (f *decompressor) dataBlock() {$/;"	f
 24888  dataBlock	./syscall/unzip_nacl.go	/^func (f *decompressor) dataBlock() {$/;"	f
 24889  dataCloser	./net/smtp/smtp.go	/^type dataCloser struct {$/;"	t
 24890  dataErrReader	./testing/iotest/reader.go	/^type dataErrReader struct {$/;"	t
 24891  dataFormat	./debug/dwarf/buf.go	/^type dataFormat interface {$/;"	t
 24892  dataItem	./html/template/escape_test.go	/^	type dataItem struct {$/;"	t
 24893  dataPath	./crypto/tls/handshake_client_test.go	/^func (test *clientTest) dataPath() string {$/;"	f
 24894  dataPath	./crypto/tls/handshake_server_test.go	/^func (test *serverTest) dataPath() string {$/;"	f
 24895  dataSize	./encoding/binary/binary.go	/^func dataSize(v reflect.Value) int {$/;"	f
 24896  dataStrings	./debug/elf/elf.go	/^var dataStrings = []intName{$/;"	v
 24897  dataURL	./unicode/maketables.go	/^var dataURL = flag.String("data", "", "full URL for UnicodeData.txt; defaults to --url\/UnicodeData.txt")$/;"	v
 24898  datagostring	./cmd/compile/internal/gc/obj.go	/^func datagostring(sval string, a *obj.Addr) {$/;"	f
 24899  datasect	./cmd/link/internal/ld/pe.go	/^var datasect int$/;"	v
 24900  datcmp	./cmd/link/internal/ld/data.go	/^func datcmp(s1 *LSym, s2 *LSym) int {$/;"	f
 24901  date	./time/time.go	/^func (t Time) date(full bool) (year int, month Month, day int, yday int) {$/;"	f
 24902  dateLayouts	./net/mail/message.go	/^var dateLayouts []string$/;"	v
 24903  dateTests	./time/time_test.go	/^var dateTests = []struct {$/;"	v
 24904  datoff	./cmd/link/internal/ld/lib.go	/^func datoff(addr int64) int64 {$/;"	f
 24905  days	./time/time.go	/^var days = [...]string{$/;"	v
 24906  daysBefore	./time/time.go	/^var daysBefore = [...]int32{$/;"	v
 24907  daysBeforeMonth	./syscall/unzip_nacl.go	/^var daysBeforeMonth = [...]int32{$/;"	v
 24908  daysIn	./time/time.go	/^func daysIn(m Month, year int) int {$/;"	f
 24909  daysInTests	./time/time_test.go	/^var daysInTests = []struct {$/;"	v
 24910  db	./database/sql/example_test.go	/^var db *sql.DB$/;"	v
 24911  dbConn	./database/sql/sql_test.go	/^	type dbConn struct {$/;"	t
 24912  dbgVar	./runtime/runtime1.go	/^type dbgVar struct {$/;"	t
 24913  dbgvars	./runtime/runtime1.go	/^var dbgvars = []dbgVar{$/;"	v
 24914  dbuf	./encoding/base32/base32.go	/^		var dbuf [8]byte$/;"	v
 24915  dbuf	./encoding/base64/base64.go	/^		var dbuf [4]byte$/;"	v
 24916  dcl	./cmd/compile/internal/gc/gen.go	/^		var dcl *Sym$/;"	v
 24917  dcl	./cmd/compile/internal/gc/inl.go	/^	var dcl *NodeList$/;"	v
 24918  dcl_name	./cmd/compile/internal/gc/go.y	/^dcl_name:$/;"	l
 24919  dcl_name_list	./cmd/compile/internal/gc/go.y	/^dcl_name_list:$/;"	l
 24920  dclcontext	./cmd/compile/internal/gc/go.go	/^var dclcontext uint8 \/\/ PEXTERN\/PAUTO$/;"	v
 24921  dclname	./cmd/compile/internal/gc/dcl.go	/^func dclname(s *Sym) *Node {$/;"	f
 24922  dclstack	./cmd/compile/internal/gc/go.go	/^var dclstack *Sym$/;"	v
 24923  dcommontype	./cmd/compile/internal/gc/reflect.go	/^func dcommontype(s *Sym, ot int, t *Type) int {$/;"	f
 24924  dcommontype_algarray	./cmd/compile/internal/gc/reflect.go	/^var dcommontype_algarray *Sym$/;"	v
 24925  dcopy	./cmd/compile/internal/gc/dcl.go	/^func dcopy(a *Sym, b *Sym) {$/;"	f
 24926  dd	./cmd/link/internal/ld/pe.go	/^var dd []IMAGE_DATA_DIRECTORY$/;"	v
 24927  ddBytes	./encoding/xml/marshal.go	/^var ddBytes = []byte("--")$/;"	v
 24928  dddArg	./text/template/exec_test.go	/^func dddArg(a int, b ...string) string {$/;"	f
 24929  dddType	./text/template/funcs.go	/^	var dddType reflect.Type$/;"	v
 24930  ddelta	./image/draw/draw.go	/^	var ddelta, sdelta int$/;"	v
 24931  ddumped	./cmd/compile/internal/gc/gsubr.go	/^var ddumped int$/;"	v
 24932  deBruijn32Lookup	./cmd/compile/internal/big/nat.go	/^var deBruijn32Lookup = []byte{$/;"	v
 24933  deBruijn32Lookup	./math/big/nat.go	/^var deBruijn32Lookup = []byte{$/;"	v
 24934  deBruijn64Lookup	./cmd/compile/internal/big/nat.go	/^var deBruijn64Lookup = []byte{$/;"	v
 24935  deBruijn64Lookup	./math/big/nat.go	/^var deBruijn64Lookup = []byte{$/;"	v
 24936  dead	./cmd/compile/internal/gc/popt.go	/^var dead interface{} = 1$/;"	v
 24937  deadState	./cmd/vet/deadcode.go	/^type deadState struct {$/;"	t
 24938  deadcode	./cmd/link/internal/ld/go.go	/^func deadcode() {$/;"	f
 24939  deadline	./net/dial.go	/^func (d *Dialer) deadline(now time.Time) time.Time {$/;"	f
 24940  deadlock	./runtime/panic1.go	/^var deadlock mutex$/;"	v
 24941  deathSignalChild	./syscall/syscall_linux_test.go	/^func deathSignalChild() {$/;"	f
 24942  deathSignalParent	./syscall/syscall_linux_test.go	/^func deathSignalParent() {$/;"	f
 24943  debug	./cmd/cover/cover_test.go	/^var debug = false \/\/ Keeps the rewritten files around if set.$/;"	v
 24944  debug	./encoding/gob/debug.go	/^func debug(r io.Reader) (err error) {$/;"	f
 24945  debug	./image/internal/imageutil/gen.go	/^var debug = flag.Bool("debug", false, "")$/;"	v
 24946  debug	./net/mail/message.go	/^var debug = debugT(false)$/;"	v
 24947  debug	./net/rpc/debug.go	/^var debug = template.Must(template.New("RPC debug").Parse(debugText))$/;"	v
 24948  debug	./regexp/regexp.go	/^var debug = false$/;"	v
 24949  debug	./runtime/runtime1.go	/^var debug struct {$/;"	v
 24950  debug	./syscall/mksysctl_openbsd.pl	/^sub debug() {$/;"	s
 24951  debug	./text/template/exec_test.go	/^var debug = flag.Bool("debug", false, "show the errors produced by the tests")$/;"	v
 24952  debug	./text/template/parse/parse_test.go	/^var debug = flag.Bool("debug", false, "show the errors produced by the main tests")$/;"	v
 24953  debugDefine	./cmd/cgo/gcc.go	/^var debugDefine = flag.Bool("debug-define", false, "print relevant #defines")$/;"	v
 24954  debugFunc	./encoding/gob/decoder.go	/^var debugFunc func(io.Reader)$/;"	v
 24955  debugGcc	./cmd/cgo/gcc.go	/^var debugGcc = flag.Bool("debug-gcc", false, "print gcc invocations")$/;"	v
 24956  debugHTTP	./net/rpc/debug.go	/^type debugHTTP struct {$/;"	t
 24957  debugLog	./net/rpc/debug.go	/^var debugLog = false$/;"	v
 24958  debugMethod	./net/rpc/debug.go	/^type debugMethod struct {$/;"	t
 24959  debugPtrmask	./runtime/mbitmap.go	/^var debugPtrmask struct {$/;"	v
 24960  debugService	./net/rpc/debug.go	/^type debugService struct {$/;"	t
 24961  debugT	./net/mail/message.go	/^type debugT bool$/;"	t
 24962  debugger	./encoding/gob/debug.go	/^type debugger struct {$/;"	t
 24963  debughandler	./runtime/sys_nacl_amd64p32.s	/^debughandler:$/;"	l
 24964  debuglive	./cmd/compile/internal/gc/go.go	/^var debuglive int$/;"	v
 24965  debuglock	./runtime/print1.go	/^var debuglock mutex$/;"	v
 24966  debugstr	./cmd/compile/internal/gc/go.go	/^var debugstr string$/;"	v
 24967  debugtab	./cmd/compile/internal/gc/lex.go	/^var debugtab = []struct {$/;"	v
 24968  dec	./cmd/compile/internal/gc/esc.go	/^func (l Level) dec() Level {$/;"	f
 24969  dec	./crypto/aes/aes_test.go	/^		var dec []uint32$/;"	v
 24970  dec	./encoding/gob/decgen.go	/^	fmt.Fprintf(b, "var dec%sHelper = map[reflect.Kind]decHelper{\\n", upperClass)$/;"	v
 24971  dec	./encoding/gob/decgen.go	/^func dec%[2]sArray(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24972  dec	./encoding/gob/decgen.go	/^func dec%[2]sSlice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24973  decAlloc	./encoding/gob/decode.go	/^func decAlloc(v reflect.Value) reflect.Value {$/;"	f
 24974  decArrayHelper	./encoding/gob/dec_helpers.go	/^var decArrayHelper = map[reflect.Kind]decHelper{$/;"	v
 24975  decBool	./encoding/gob/decode.go	/^func decBool(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 24976  decBoolArray	./encoding/gob/dec_helpers.go	/^func decBoolArray(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24977  decBoolSlice	./encoding/gob/dec_helpers.go	/^func decBoolSlice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24978  decBuffer	./encoding/gob/decode.go	/^type decBuffer struct {$/;"	t
 24979  decComplex128	./encoding/gob/decode.go	/^func decComplex128(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 24980  decComplex128Array	./encoding/gob/dec_helpers.go	/^func decComplex128Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24981  decComplex128Slice	./encoding/gob/dec_helpers.go	/^func decComplex128Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24982  decComplex64	./encoding/gob/decode.go	/^func decComplex64(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 24983  decComplex64Array	./encoding/gob/dec_helpers.go	/^func decComplex64Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24984  decComplex64Slice	./encoding/gob/dec_helpers.go	/^func decComplex64Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24985  decEngine	./encoding/gob/decode.go	/^type decEngine struct {$/;"	t
 24986  decFloat32	./encoding/gob/decode.go	/^func decFloat32(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 24987  decFloat32Array	./encoding/gob/dec_helpers.go	/^func decFloat32Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24988  decFloat32Slice	./encoding/gob/dec_helpers.go	/^func decFloat32Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24989  decFloat64	./encoding/gob/decode.go	/^func decFloat64(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 24990  decFloat64Array	./encoding/gob/dec_helpers.go	/^func decFloat64Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24991  decFloat64Slice	./encoding/gob/dec_helpers.go	/^func decFloat64Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24992  decHelper	./encoding/gob/decode.go	/^type decHelper func(state *decoderState, v reflect.Value, length int, ovfl error) bool$/;"	t
 24993  decIgnoreOpFor	./encoding/gob/decode.go	/^func (dec *Decoder) decIgnoreOpFor(wireId typeId, inProgress map[typeId]*decOp) *decOp {$/;"	f
 24994  decIgnoreOpMap	./encoding/gob/decode.go	/^var decIgnoreOpMap = map[typeId]decOp{$/;"	v
 24995  decInstr	./encoding/gob/decode.go	/^type decInstr struct {$/;"	t
 24996  decInt16	./encoding/gob/decode.go	/^func decInt16(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 24997  decInt16Array	./encoding/gob/dec_helpers.go	/^func decInt16Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24998  decInt16Slice	./encoding/gob/dec_helpers.go	/^func decInt16Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 24999  decInt32	./encoding/gob/decode.go	/^func decInt32(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25000  decInt32Array	./encoding/gob/dec_helpers.go	/^func decInt32Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25001  decInt32Slice	./encoding/gob/dec_helpers.go	/^func decInt32Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25002  decInt64	./encoding/gob/decode.go	/^func decInt64(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25003  decInt64Array	./encoding/gob/dec_helpers.go	/^func decInt64Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25004  decInt64Slice	./encoding/gob/dec_helpers.go	/^func decInt64Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25005  decInt8	./encoding/gob/decode.go	/^func decInt8(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25006  decInt8Array	./encoding/gob/dec_helpers.go	/^func decInt8Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25007  decInt8Slice	./encoding/gob/dec_helpers.go	/^func decInt8Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25008  decIntArray	./encoding/gob/dec_helpers.go	/^func decIntArray(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25009  decIntSlice	./encoding/gob/dec_helpers.go	/^func decIntSlice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25010  decOp	./encoding/gob/decode.go	/^type decOp func(i *decInstr, state *decoderState, v reflect.Value)$/;"	t
 25011  decOpFor	./encoding/gob/decode.go	/^func (dec *Decoder) decOpFor(wireId typeId, rt reflect.Type, name string, inProgress map[reflect.Type]*decOp) *decOp {$/;"	f
 25012  decOpTable	./encoding/gob/decode.go	/^var decOpTable = [...]decOp{$/;"	v
 25013  decSliceHelper	./encoding/gob/dec_helpers.go	/^var decSliceHelper = map[reflect.Kind]decHelper{$/;"	v
 25014  decString	./encoding/gob/decode.go	/^func decString(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25015  decStringArray	./encoding/gob/dec_helpers.go	/^func decStringArray(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25016  decStringSlice	./encoding/gob/dec_helpers.go	/^func decStringSlice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25017  decUint16	./encoding/gob/decode.go	/^func decUint16(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25018  decUint16Array	./encoding/gob/dec_helpers.go	/^func decUint16Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25019  decUint16Slice	./encoding/gob/dec_helpers.go	/^func decUint16Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25020  decUint32	./encoding/gob/decode.go	/^func decUint32(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25021  decUint32Array	./encoding/gob/dec_helpers.go	/^func decUint32Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25022  decUint32Slice	./encoding/gob/dec_helpers.go	/^func decUint32Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25023  decUint64	./encoding/gob/decode.go	/^func decUint64(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25024  decUint64Array	./encoding/gob/dec_helpers.go	/^func decUint64Array(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25025  decUint64Slice	./encoding/gob/dec_helpers.go	/^func decUint64Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25026  decUint8	./encoding/gob/decode.go	/^func decUint8(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25027  decUint8Slice	./encoding/gob/decode.go	/^func decUint8Slice(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 25028  decUintArray	./encoding/gob/dec_helpers.go	/^func decUintArray(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25029  decUintSlice	./encoding/gob/dec_helpers.go	/^func decUintSlice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25030  decUintptrArray	./encoding/gob/dec_helpers.go	/^func decUintptrArray(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25031  decUintptrSlice	./encoding/gob/dec_helpers.go	/^func decUintptrSlice(state *decoderState, v reflect.Value, length int, ovfl error) bool {$/;"	f
 25032  decimal	./cmd/compile/internal/big/decimal.go	/^type decimal struct {$/;"	t
 25033  decimal	./math/big/decimal.go	/^type decimal struct {$/;"	t
 25034  decimal	./strconv/decimal.go	/^type decimal struct {$/;"	t
 25035  decimalSlice	./strconv/ftoa.go	/^type decimalSlice struct {$/;"	t
 25036  decimalString	./cmd/compile/internal/big/natconv.go	/^func (x nat) decimalString() string {$/;"	f
 25037  decimalString	./math/big/natconv.go	/^func (x nat) decimalString() string {$/;"	f
 25038  decl	./go/printer/nodes.go	/^func (p *printer) decl(decl ast.Decl) {$/;"	f
 25039  decl	./go/types/decl.go	/^		check.decl = d \/\/ new package-level var decl$/;"	v
 25040  decl	./go/types/resolver.go	/^		\/\/ var decl w\/o init expr$/;"	v
 25041  decl	./go/types/resolver.go	/^\/\/ arityMatch checks that the lhs and rhs of a const or var decl$/;"	v
 25042  decl	./net/http/client_test.go	/^		var decl []string$/;"	v
 25043  decl	./text/template/parse/node.go	/^	var decl []*VariableNode$/;"	v
 25044  decl	./text/template/parse/parse.go	/^	var decl []*VariableNode$/;"	v
 25045  declImports	./cmd/fix/fix.go	/^func declImports(gen *ast.GenDecl, path string) bool {$/;"	f
 25046  declInfo	./go/types/resolver.go	/^type declInfo struct {$/;"	t
 25047  declList	./go/printer/nodes.go	/^func (p *printer) declList(list []ast.Decl) {$/;"	f
 25048  declNode	./go/ast/ast.go	/^func (*BadDecl) declNode()  {}$/;"	f
 25049  declNode	./go/ast/ast.go	/^func (*FuncDecl) declNode() {}$/;"	f
 25050  declNode	./go/ast/ast.go	/^func (*GenDecl) declNode()  {}$/;"	f
 25051  declStmt	./go/types/decl.go	/^func (check *Checker) declStmt(decl ast.Decl) {$/;"	f
 25052  declToken	./go/printer/nodes.go	/^func declToken(decl ast.Decl) (tok token.Token) {$/;"	f
 25053  declTypeName	./go/internal/gcimporter/gcimporter.go	/^func declTypeName(pkg *types.Package, name string) *types.TypeName {$/;"	f
 25054  declaration	./cmd/cgo/out.go	/^	\/\/ Go func declaration.$/;"	f
 25055  declaration	./cmd/compile/internal/gc/dcl.go	/^				Yyerror("missing expression in var declaration")$/;"	v
 25056  declaration	./cmd/compile/internal/gc/dcl.go	/^		Yyerror("extra expression in var declaration")$/;"	v
 25057  declaration	./cmd/compile/internal/gc/go.go	/^\/\/ Pending annotations for next func declaration.$/;"	f
 25058  declaration	./cmd/compile/internal/gc/y.go	/^	{111, 63, "unexpected semicolon or newline in type declaration"},$/;"	t
 25059  declaration	./cmd/compile/internal/gc/y.go	/^	{279, 33, "var declaration not allowed in for initializer"},$/;"	v
 25060  declaration	./cmd/doc/pkg.go	/^\/\/ oneLineTypeDecl prints a type declaration as a single line.$/;"	t
 25061  declaration	./cmd/fix/typecheck.go	/^			\/\/ var declaration.  Use type if present.$/;"	v
 25062  declaration	./cmd/internal/obj/arm/asm5.go	/^			\/\/ its type declaration if necessary.$/;"	t
 25063  declaration	./go/ast/ast.go	/^	\/\/ A TypeSpec node represents a type declaration (TypeSpec production).$/;"	t
 25064  declaration	./go/doc/doc.go	/^\/\/ Func is the documentation for a func declaration.$/;"	f
 25065  declaration	./go/doc/doc.go	/^\/\/ Type is the documentation for a type declaration.$/;"	t
 25066  declaration	./go/doc/reader.go	/^\/\/ readType processes a type declaration.$/;"	t
 25067  declaration	./go/doc/reader.go	/^\/\/ readValue processes a const or var declaration.$/;"	v
 25068  declaration	./go/internal/gcimporter/gcimporter.go	/^	\/\/ a given type declaration.$/;"	t
 25069  declaration	./go/types/api.go	/^	\/\/ involved in an invalid recursive type declaration) have$/;"	t
 25070  declaration	./go/types/decl.go	/^				check.invalidAST(s.Pos(), "const, type, or var declaration expected")$/;"	v
 25071  declaration	./go/types/expr.go	/^			\/\/ init expression\/func declaration which contains$/;"	f
 25072  declaration	./go/types/predicates.go	/^		\/\/ in the same type declaration.$/;"	t
 25073  declaration	./go/types/resolver.go	/^							\/\/ rhs initializer (n:1 var declaration).$/;"	v
 25074  declaration	./go/types/resolver.go	/^	\/\/ pre-allocate space for type declaration paths so that the underlying array is reused$/;"	t
 25075  declaration	./go/types/resolver.go	/^	fdecl *ast.FuncDecl \/\/ func declaration, or nil$/;"	f
 25076  declaration	./go/types/resolver.go	/^\/\/ A declInfo describes a package-level const, type, var, or func declaration.$/;"	f
 25077  declaration	./go/types/typexpr.go	/^\/\/ in a type declaration, and def.underlying will be set to the type of e before$/;"	t
 25078  declarations	./cmd/vet/asmdecl.go	/^\/\/ Identify mismatches between assembly files and Go func declarations.$/;"	f
 25079  declarations	./go/doc/reader.go	/^					\/\/ go\/doc type declarations always appear w\/o$/;"	t
 25080  declarations	./go/doc/reader.go	/^	\/\/ support for package-local error type declarations$/;"	t
 25081  declarations	./go/doc/testdata/d1.go	/^	\/\/ Single var declarations inside ()'s are considered ungrouped$/;"	v
 25082  declarations	./go/doc/testdata/e.go	/^\/\/ Recursive type declarations must not lead to endless recursion.$/;"	t
 25083  declarations	./go/printer/nodes.go	/^				\/\/ two or more grouped const\/var declarations:$/;"	v
 25084  declarations	./go/printer/nodes.go	/^\/\/ consecutive const or var declarations must be kept, or if initialization$/;"	v
 25085  declarations	./go/printer/testdata/parser.go	/^			\/\/ short var declarations cannot have redeclaration errors$/;"	v
 25086  declarations	./go/types/decl.go	/^	\/\/ Const and var declarations must not have initialization$/;"	v
 25087  declarations	./go/types/decl.go	/^	\/\/ func declarations cannot use iota$/;"	f
 25088  declarations	./go/types/decl.go	/^	\/\/ type declarations cannot use iota$/;"	t
 25089  declarations	./go/types/decl.go	/^	\/\/ var declarations cannot use iota$/;"	v
 25090  declarations	./go/types/decl.go	/^	obj.typ = named \/\/ make sure recursive type declarations terminate$/;"	t
 25091  declarations	./go/types/predicates.go	/^				\/\/ type declarations that recur via parameter types, an extremely$/;"	t
 25092  declarations	./go/types/typestring_test.go	/^\/\/ types that depend on other type declarations (src in TestTypes)$/;"	t
 25093  declarations	./go/types/typestring_test.go	/^\/\/ types that don't depend on any other type declarations$/;"	t
 25094  declarations	./syscall/mksyscall_windows.go	/^like func declarations if \/\/sys is replaced by func, but:$/;"	f
 25095  declare	./cmd/compile/internal/gc/dcl.go	/^func declare(n *Node, ctxt uint8) {$/;"	f
 25096  declare	./go/ast/resolve.go	/^func (p *pkgBuilder) declare(scope, altScope *Scope, obj *Object) {$/;"	f
 25097  declare	./go/parser/parser.go	/^func (p *parser) declare(decl, data interface{}, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident) {$/;"	f
 25098  declare	./go/printer/testdata/parser.go	/^func (p *parser) declare(decl interface{}, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident) {$/;"	f
 25099  declare	./go/types/decl.go	/^func (check *Checker) declare(scope *Scope, id *ast.Ident, obj Object, pos token.Pos) {$/;"	f
 25100  declareCoverVars	./cmd/go/test.go	/^func declareCoverVars(importPath string, files ...string) map[string]*CoverVar {$/;"	f
 25101  declareInSet	./go/types/typexpr.go	/^func (check *Checker) declareInSet(oset *objset, pos token.Pos, obj Object) bool {$/;"	f
 25102  declarePkgObj	./go/types/resolver.go	/^func (check *Checker) declarePkgObj(ident *ast.Ident, obj Object, d *declInfo) {$/;"	f
 25103  declareTrailer	./net/http/server.go	/^func (w *response) declareTrailer(k string) {$/;"	f
 25104  declare_typegen	./cmd/compile/internal/gc/dcl.go	/^var declare_typegen int$/;"	v
 25105  declaring	./go/types/selection.go	/^\/\/ The last index entry is the field or method index of the type declaring f;$/;"	t
 25106  decldepth	./cmd/compile/internal/gc/go.go	/^var decldepth int32$/;"	v
 25107  decls	./go/ast/filter.go	/^	var decls []Decl$/;"	v
 25108  decls	./go/doc/example.go	/^	var decls []ast.Decl$/;"	v
 25109  decls	./go/parser/parser.go	/^	var decls []ast.Decl$/;"	v
 25110  decls	./go/printer/printer_test.go	/^var decls = []string{$/;"	v
 25111  decls	./go/printer/testdata/parser.go	/^	var decls []ast.Decl$/;"	v
 25112  decls	./go/types/resolver.go	/^\/\/ var decls, init is nil (the init exprs are in s in this case).$/;"	v
 25113  decode	./compress/lzw/reader.go	/^func (d *decoder) decode() {$/;"	f
 25114  decode	./encoding/base32/base32.go	/^func (enc *Encoding) decode(dst, src []byte) (n int, end bool, err error) {$/;"	f
 25115  decode	./encoding/base64/base64.go	/^func (enc *Encoding) decode(dst, src []byte) (n int, end bool, err error) {$/;"	f
 25116  decode	./image/decode_test.go	/^func decode(filename string) (image.Image, string, error) {$/;"	f
 25117  decode	./image/gif/reader.go	/^func (d *decoder) decode(r io.Reader, configOnly bool) error {$/;"	f
 25118  decode	./image/jpeg/reader.go	/^func (d *decoder) decode(r io.Reader, configOnly bool) (image.Image, error) {$/;"	f
 25119  decode	./image/png/reader.go	/^func (d *decoder) decode() (image.Image, error) {$/;"	f
 25120  decode	./mime/encodedword.go	/^func decode(encoding byte, text string) ([]byte, error) {$/;"	f
 25121  decode1	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^func decode1(src []byte, mode int, gnuCompat bool) (Inst, error) {$/;"	f
 25122  decode2231Enc	./mime/mediatype.go	/^func decode2231Enc(v string) string {$/;"	f
 25123  decodeArg	./cmd/internal/rsc.io/arm/armasm/decode.go	/^func decodeArg(aop instArg, x uint32) Arg {$/;"	f
 25124  decodeArray	./encoding/gob/decode.go	/^func (dec *Decoder) decodeArray(atyp reflect.Type, state *decoderState, value reflect.Value, elemOp decOp, length int, ovfl error, helper decHelper) {$/;"	f
 25125  decodeArrayHelper	./encoding/gob/decode.go	/^func (dec *Decoder) decodeArrayHelper(state *decoderState, value reflect.Value, elemOp decOp, length int, ovfl error, helper decHelper) {$/;"	f
 25126  decodeBase64	./crypto/rsa/pkcs1v15_test.go	/^func decodeBase64(in string) []byte {$/;"	f
 25127  decodeBit	./image/jpeg/huffman.go	/^func (d *decoder) decodeBit() (bool, error) {$/;"	f
 25128  decodeBits	./image/jpeg/huffman.go	/^func (d *decoder) decodeBits(n int32) (uint32, error) {$/;"	f
 25129  decodeBool	./cmd/pprof/internal/profile/proto.go	/^func decodeBool(b *buffer, x *bool) error {$/;"	f
 25130  decodeCSS	./html/template/css.go	/^func decodeCSS(s []byte) []byte {$/;"	f
 25131  decodeConfig	./image/decode_test.go	/^func decodeConfig(filename string) (image.Config, string, error) {$/;"	f
 25132  decodeCoverage	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func decodeCoverage() float64 {$/;"	f
 25133  decodeCoverage	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func decodeCoverage() float64 {$/;"	f
 25134  decodeError	./encoding/pem/pem.go	/^func decodeError(data, rest []byte) (*Block, []byte) {$/;"	f
 25135  decodeField	./cmd/pprof/internal/profile/proto.go	/^func decodeField(b *buffer, data []byte) ([]byte, error) {$/;"	f
 25136  decodeFile	./image/jpeg/reader_test.go	/^func decodeFile(filename string) (image.Image, error) {$/;"	f
 25137  decodeGobDecoder	./encoding/gob/decode.go	/^func (dec *Decoder) decodeGobDecoder(ut *userTypeInfo, state *decoderState, value reflect.Value) {$/;"	f
 25138  decodeHuffman	./image/jpeg/huffman.go	/^func (d *decoder) decodeHuffman(h *huffman) (uint8, error) {$/;"	f
 25139  decodeIgnoredValue	./encoding/gob/decode.go	/^func (dec *Decoder) decodeIgnoredValue(wireId typeId) {$/;"	f
 25140  decodeInt	./encoding/gob/decode.go	/^func (state *decoderState) decodeInt() int64 {$/;"	f
 25141  decodeInt64	./cmd/pprof/internal/profile/proto.go	/^func decodeInt64(b *buffer, x *int64) error {$/;"	f
 25142  decodeInt64s	./cmd/pprof/internal/profile/proto.go	/^func decodeInt64s(b *buffer, x *[]int64) error {$/;"	f
 25143  decodeInterface	./encoding/gob/decode.go	/^func (dec *Decoder) decodeInterface(ityp reflect.Type, state *decoderState, value reflect.Value) {$/;"	f
 25144  decodeIntoValue	./encoding/gob/decode.go	/^func decodeIntoValue(state *decoderState, op decOp, isPtr bool, value reflect.Value, ovfl error) reflect.Value {$/;"	f
 25145  decodeMap	./encoding/gob/decode.go	/^func (dec *Decoder) decodeMap(mtyp reflect.Type, state *decoderState, value reflect.Value, keyOp, elemOp decOp, ovfl error) {$/;"	f
 25146  decodeMessage	./cmd/pprof/internal/profile/proto.go	/^func decodeMessage(b *buffer, m message) error {$/;"	f
 25147  decodeOp	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^type decodeOp uint16$/;"	t
 25148  decodeRFC2047Word	./net/mail/message.go	/^func (p *addrParser) decodeRFC2047Word(s string) (string, error) {$/;"	f
 25149  decodeRuneInStringInternal	./unicode/utf8/utf8.go	/^func decodeRuneInStringInternal(s string) (r rune, size int, short bool) {$/;"	f
 25150  decodeRuneInternal	./unicode/utf8/utf8.go	/^func decodeRuneInternal(p []byte) (r rune, size int, short bool) {$/;"	f
 25151  decodeRuneTests	./unicode/utf16/utf16_test.go	/^var decodeRuneTests = []struct {$/;"	v
 25152  decodeShift	./cmd/internal/rsc.io/arm/armasm/decode.go	/^func decodeShift(x uint32) (Shift, uint8) {$/;"	f
 25153  decodeSingle	./encoding/gob/decode.go	/^func (dec *Decoder) decodeSingle(engine *decEngine, ut *userTypeInfo, value reflect.Value) {$/;"	f
 25154  decodeSlice	./encoding/gob/decode.go	/^func (dec *Decoder) decodeSlice(state *decoderState, value reflect.Value, elemOp decOp, ovfl error, helper decHelper) {$/;"	f
 25155  decodeState	./encoding/json/decode.go	/^type decodeState struct {$/;"	t
 25156  decodeString	./cmd/pprof/internal/profile/proto.go	/^func decodeString(b *buffer, x *string) error {$/;"	f
 25157  decodeStrings	./cmd/pprof/internal/profile/proto.go	/^func decodeStrings(b *buffer, x *[]string) error {$/;"	f
 25158  decodeStruct	./encoding/gob/decode.go	/^func (dec *Decoder) decodeStruct(engine *decEngine, ut *userTypeInfo, value reflect.Value) {$/;"	f
 25159  decodeTest	./unicode/utf16/utf16_test.go	/^type decodeTest struct {$/;"	t
 25160  decodeTests	./unicode/utf16/utf16_test.go	/^var decodeTests = []decodeTest{$/;"	v
 25161  decodeThis	./encoding/json/stream_test.go	/^type decodeThis struct {$/;"	t
 25162  decodeTypeErrorTests	./encoding/json/decode_test.go	/^var decodeTypeErrorTests = []struct {$/;"	v
 25163  decodeTypeSequence	./encoding/gob/decoder.go	/^func (dec *Decoder) decodeTypeSequence(isInterface bool) typeId {$/;"	f
 25164  decodeUint	./encoding/gob/decode.go	/^func (state *decoderState) decodeUint() (x uint64) {$/;"	f
 25165  decodeUint64	./cmd/pprof/internal/profile/proto.go	/^func decodeUint64(b *buffer, x *uint64) error {$/;"	f
 25166  decodeUint64s	./cmd/pprof/internal/profile/proto.go	/^func decodeUint64s(b *buffer, x *[]uint64) error {$/;"	f
 25167  decodeUintReader	./encoding/gob/decode.go	/^func decodeUintReader(r io.Reader, buf []byte) (x uint64, width int, err error) {$/;"	f
 25168  decodeValue	./encoding/gob/decode.go	/^func (dec *Decoder) decodeValue(wireId typeId, value reflect.Value) {$/;"	f
 25169  decodeVarint	./cmd/pprof/internal/profile/proto.go	/^func decodeVarint(data []byte) (uint64, []byte, error) {$/;"	f
 25170  decode_inuxi	./cmd/link/internal/ld/decodesym.go	/^func decode_inuxi(p []byte, sz int) uint64 {$/;"	f
 25171  decode_reloc	./cmd/link/internal/ld/decodesym.go	/^func decode_reloc(s *LSym, off int32) *Reloc {$/;"	f
 25172  decode_reloc_sym	./cmd/link/internal/ld/decodesym.go	/^func decode_reloc_sym(s *LSym, off int32) *LSym {$/;"	f
 25173  decoder	./cmd/internal/rsc.io/x86/x86asm/tables.go	/^var decoder = [...]uint16{$/;"	v
 25174  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *Function) decoder() []decoder {$/;"	f
 25175  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *Line) decoder() []decoder {$/;"	f
 25176  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *Location) decoder() []decoder {$/;"	f
 25177  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *Mapping) decoder() []decoder {$/;"	f
 25178  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *Profile) decoder() []decoder {$/;"	f
 25179  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *Sample) decoder() []decoder {$/;"	f
 25180  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p *ValueType) decoder() []decoder {$/;"	f
 25181  decoder	./cmd/pprof/internal/profile/encode.go	/^func (p Label) decoder() []decoder {$/;"	f
 25182  decoder	./cmd/pprof/internal/profile/proto.go	/^type decoder func(*buffer, message) error$/;"	t
 25183  decoder	./compress/lzw/reader.go	/^type decoder struct {$/;"	t
 25184  decoder	./encoding/ascii85/ascii85.go	/^type decoder struct {$/;"	t
 25185  decoder	./encoding/base32/base32.go	/^type decoder struct {$/;"	t
 25186  decoder	./encoding/base64/base64.go	/^type decoder struct {$/;"	t
 25187  decoder	./encoding/binary/binary.go	/^type decoder coder$/;"	t
 25188  decoder	./image/gif/reader.go	/^type decoder struct {$/;"	t
 25189  decoder	./image/jpeg/reader.go	/^type decoder struct {$/;"	t
 25190  decoder	./image/png/reader.go	/^type decoder struct {$/;"	t
 25191  decoderCover	./cmd/internal/rsc.io/arm/armasm/decode.go	/^var decoderCover []bool$/;"	v
 25192  decoderCover	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var decoderCover []bool$/;"	v
 25193  decoderState	./encoding/gob/decode.go	/^type decoderState struct {$/;"	t
 25194  decodetype_arrayelem	./cmd/link/internal/ld/decodesym.go	/^func decodetype_arrayelem(s *LSym) *LSym {$/;"	f
 25195  decodetype_arraylen	./cmd/link/internal/ld/decodesym.go	/^func decodetype_arraylen(s *LSym) int64 {$/;"	f
 25196  decodetype_chanelem	./cmd/link/internal/ld/decodesym.go	/^func decodetype_chanelem(s *LSym) *LSym {$/;"	f
 25197  decodetype_funcdotdotdot	./cmd/link/internal/ld/decodesym.go	/^func decodetype_funcdotdotdot(s *LSym) int {$/;"	f
 25198  decodetype_funcincount	./cmd/link/internal/ld/decodesym.go	/^func decodetype_funcincount(s *LSym) int {$/;"	f
 25199  decodetype_funcintype	./cmd/link/internal/ld/decodesym.go	/^func decodetype_funcintype(s *LSym, i int) *LSym {$/;"	f
 25200  decodetype_funcoutcount	./cmd/link/internal/ld/decodesym.go	/^func decodetype_funcoutcount(s *LSym) int {$/;"	f
 25201  decodetype_funcouttype	./cmd/link/internal/ld/decodesym.go	/^func decodetype_funcouttype(s *LSym, i int) *LSym {$/;"	f
 25202  decodetype_gcmask	./cmd/link/internal/ld/decodesym.go	/^func decodetype_gcmask(s *LSym) []byte {$/;"	f
 25203  decodetype_gcprog	./cmd/link/internal/ld/decodesym.go	/^func decodetype_gcprog(s *LSym) []byte {$/;"	f
 25204  decodetype_gcprog_shlib	./cmd/link/internal/ld/decodesym.go	/^func decodetype_gcprog_shlib(s *LSym) uint64 {$/;"	f
 25205  decodetype_ifacemethodcount	./cmd/link/internal/ld/decodesym.go	/^func decodetype_ifacemethodcount(s *LSym) int64 {$/;"	f
 25206  decodetype_kind	./cmd/link/internal/ld/decodesym.go	/^func decodetype_kind(s *LSym) uint8 {$/;"	f
 25207  decodetype_mapkey	./cmd/link/internal/ld/decodesym.go	/^func decodetype_mapkey(s *LSym) *LSym {$/;"	f
 25208  decodetype_mapvalue	./cmd/link/internal/ld/decodesym.go	/^func decodetype_mapvalue(s *LSym) *LSym {$/;"	f
 25209  decodetype_noptr	./cmd/link/internal/ld/decodesym.go	/^func decodetype_noptr(s *LSym) uint8 {$/;"	f
 25210  decodetype_ptrdata	./cmd/link/internal/ld/decodesym.go	/^func decodetype_ptrdata(s *LSym) int64 {$/;"	f
 25211  decodetype_ptrelem	./cmd/link/internal/ld/decodesym.go	/^func decodetype_ptrelem(s *LSym) *LSym {$/;"	f
 25212  decodetype_size	./cmd/link/internal/ld/decodesym.go	/^func decodetype_size(s *LSym) int64 {$/;"	f
 25213  decodetype_structfieldcount	./cmd/link/internal/ld/decodesym.go	/^func decodetype_structfieldcount(s *LSym) int {$/;"	f
 25214  decodetype_structfieldname	./cmd/link/internal/ld/decodesym.go	/^func decodetype_structfieldname(s *LSym, i int) string {$/;"	f
 25215  decodetype_structfieldoffs	./cmd/link/internal/ld/decodesym.go	/^func decodetype_structfieldoffs(s *LSym, i int) int64 {$/;"	f
 25216  decodetype_structfieldtype	./cmd/link/internal/ld/decodesym.go	/^func decodetype_structfieldtype(s *LSym, i int) *LSym {$/;"	f
 25217  decodetype_usegcprog	./cmd/link/internal/ld/decodesym.go	/^func decodetype_usegcprog(s *LSym) uint8 {$/;"	f
 25218  decompress	./debug/elf/file_test.go	/^func decompress(gz string) (io.ReaderAt, error) {$/;"	f
 25219  decompressHex	./compress/bzip2/bzip2_test.go	/^func decompressHex(s string) (out []byte, err error) {$/;"	f
 25220  decompressor	./archive/zip/register.go	/^func decompressor(method uint16) Decompressor {$/;"	f
 25221  decompressor	./compress/flate/inflate.go	/^type decompressor struct {$/;"	t
 25222  decompressor	./syscall/unzip_nacl.go	/^type decompressor struct {$/;"	t
 25223  decorate	./go/doc/testdata/testing.go	/^func decorate(s string, addFileLine bool) string {$/;"	f
 25224  decorate	./testing/testing.go	/^func decorate(s string) string {$/;"	f
 25225  decref	./net/fd_plan9.go	/^func (fd *netFD) decref() {$/;"	f
 25226  decref	./net/fd_unix.go	/^func (fd *netFD) decref() {$/;"	f
 25227  decref	./net/fd_windows.go	/^func (fd *netFD) decref() {$/;"	f
 25228  decrypt	./crypto/rsa/rsa.go	/^func decrypt(random io.Reader, priv *PrivateKey, c *big.Int) (m *big.Int, err error) {$/;"	f
 25229  decrypt	./crypto/tls/conn.go	/^func (hc *halfConn) decrypt(b *block) (ok bool, prefixLen int, alertValue alert) {$/;"	f
 25230  decryptBlock	./crypto/aes/cipher_asm.go	/^func decryptBlock(xk []uint32, dst, src []byte) {$/;"	f
 25231  decryptBlock	./crypto/aes/cipher_generic.go	/^func decryptBlock(xk []uint32, dst, src []byte) {$/;"	f
 25232  decryptBlock	./crypto/des/block.go	/^func decryptBlock(subkeys []uint64, dst, src []byte) {$/;"	f
 25233  decryptBlockAsm	./crypto/aes/cipher_asm.go	/^func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)$/;"	f
 25234  decryptBlockGo	./crypto/aes/block.go	/^func decryptBlockGo(xk []uint32, dst, src []byte) {$/;"	f
 25235  decryptPKCS1v15	./crypto/rsa/pkcs1v15.go	/^func decryptPKCS1v15(rand io.Reader, priv *PrivateKey, ciphertext []byte) (valid int, em []byte, index int, err error) {$/;"	f
 25236  decryptPKCS1v15SessionKeyTests	./crypto/rsa/pkcs1v15_test.go	/^var decryptPKCS1v15SessionKeyTests = []DecryptPKCS1v15Test{$/;"	v
 25237  decryptPKCS1v15Tests	./crypto/rsa/pkcs1v15_test.go	/^var decryptPKCS1v15Tests = []DecryptPKCS1v15Test{$/;"	v
 25238  decryptTicket	./crypto/tls/ticket.go	/^func (c *Conn) decryptTicket(encrypted []byte) (*sessionState, bool) {$/;"	f
 25239  deductSweepCredit	./runtime/mgcsweep.go	/^func deductSweepCredit(spanBytes uintptr, callerSweepPages uintptr) {$/;"	f
 25240  deep	./cmd/compile/internal/gc/subr.go	/^func deep(t *Type) *Type {$/;"	f
 25241  deepEqualTests	./reflect/all_test.go	/^var deepEqualTests = []DeepEqualTest{$/;"	v
 25242  deepValueEqual	./reflect/deepequal.go	/^func deepValueEqual(v1, v2 Value, visited map[visit]bool, depth int) bool {$/;"	f
 25243  def	./cmd/compile/internal/gc/select.go	/^	var def *Node$/;"	v
 25244  def	./cmd/compile/internal/gc/swt.go	/^	var def *Node      \/\/ defaults$/;"	v
 25245  def	./cmd/compile/internal/gc/swt.go	/^	var def *Node$/;"	v
 25246  def	./cmd/link/internal/ld/go.go	/^	var def string$/;"	v
 25247  def	./go/types/universe.go	/^func def(obj Object) {$/;"	f
 25248  def	./net/nss.go	/^	var def string$/;"	v
 25249  defPredeclaredConsts	./go/types/universe.go	/^func defPredeclaredConsts() {$/;"	f
 25250  defPredeclaredFuncs	./go/types/universe.go	/^func defPredeclaredFuncs() {$/;"	f
 25251  defPredeclaredNil	./go/types/universe.go	/^func defPredeclaredNil() {$/;"	f
 25252  defPredeclaredTypes	./go/types/universe.go	/^func defPredeclaredTypes() {$/;"	f
 25253  defact	./cmd/yacc/yacc.go	/^var defact = make([]int, NSTATES)  \/\/ default actions of states$/;"	v
 25254  defaultCheckRedirect	./net/http/client.go	/^func defaultCheckRedirect(req *Request, via []*Request) error {$/;"	f
 25255  defaultCipherSuites	./crypto/tls/common.go	/^func defaultCipherSuites() []uint16 {$/;"	f
 25256  defaultClientCommand	./crypto/tls/handshake_server_test.go	/^var defaultClientCommand = []string{"openssl", "s_client", "-no_ticket"}$/;"	v
 25257  defaultConfig	./crypto/tls/common.go	/^func defaultConfig() *Config {$/;"	f
 25258  defaultConfig	./testing/quick/quick.go	/^var defaultConfig Config$/;"	v
 25259  defaultConverter	./database/sql/driver/types.go	/^type defaultConverter struct{}$/;"	t
 25260  defaultCurvePreferences	./crypto/tls/common.go	/^var defaultCurvePreferences = []CurveID{CurveP256, CurveP384, CurveP521}$/;"	v
 25261  defaultFileImpl	./syscall/fd_nacl.go	/^type defaultFileImpl struct{}$/;"	t
 25262  defaultMaxCount	./testing/quick/quick.go	/^var defaultMaxCount *int = flag.Int("quickchecks", 100, "The default number of iterations for each check")$/;"	v
 25263  defaultNS	./net/dnsconfig_unix.go	/^var defaultNS = []string{"127.0.0.1", "::1"}$/;"	v
 25264  defaultPath	./net/http/cookiejar/jar.go	/^func defaultPath(path string) string {$/;"	f
 25265  defaultPathTests	./net/http/cookiejar/jar_test.go	/^var defaultPathTests = map[string]string{$/;"	v
 25266  defaultResolvConf	./net/conf_test.go	/^var defaultResolvConf = &dnsConfig{$/;"	v
 25267  defaultServerCommand	./crypto/tls/handshake_client_test.go	/^var defaultServerCommand = []string{"openssl", "s_server"}$/;"	v
 25268  defaultStart	./encoding/xml/marshal.go	/^func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {$/;"	f
 25269  defaultTest	./encoding/asn1/marshal_test.go	/^type defaultTest struct {$/;"	t
 25270  defaultType	./go/types/predicates.go	/^func defaultType(typ Type) Type {$/;"	f
 25271  defaultUsage	./flag/flag.go	/^func defaultUsage(f *FlagSet) {$/;"	f
 25272  defaultlit	./cmd/compile/internal/gc/const.go	/^func defaultlit(np **Node, t *Type) {$/;"	f
 25273  defaultlit2	./cmd/compile/internal/gc/const.go	/^func defaultlit2(lp **Node, rp **Node, force int) {$/;"	f
 25274  defbuf	./cmd/link/internal/ld/go.go	/^	var defbuf *bytes.Buffer$/;"	v
 25275  defdwsymb	./cmd/link/internal/ld/dwarf.go	/^func defdwsymb(sym *LSym, s string, t int, v int64, size int64, ver int, gotype *LSym) {$/;"	f
 25276  defer1	./runtime/runtime_test.go	/^func defer1() {$/;"	f
 25277  defer2	./runtime/runtime_test.go	/^func defer2() {$/;"	f
 25278  deferArgs	./runtime/panic.go	/^func deferArgs(d *_defer) unsafe.Pointer {$/;"	f
 25279  deferType	./runtime/panic.go	/^var deferType *_type \/\/ type of _defer struct$/;"	v
 25280  defercalc	./cmd/compile/internal/gc/align.go	/^var defercalc int$/;"	v
 25281  defercheckwidth	./cmd/compile/internal/gc/align.go	/^func defercheckwidth() {$/;"	f
 25282  deferclass	./runtime/panic.go	/^func deferclass(siz uintptr) uintptr {$/;"	f
 25283  deferproc	./runtime/panic.go	/^func deferproc(siz int32, fn *funcval) { \/\/ arguments of fn follow fn$/;"	f
 25284  deferreturn	./cmd/internal/obj/arm/asm5.go	/^var deferreturn *obj.LSym$/;"	v
 25285  deferreturn	./cmd/internal/obj/x86/asm6.go	/^				var deferreturn *obj.LSym$/;"	v
 25286  deferreturn	./runtime/panic.go	/^func deferreturn(arg0 uintptr) {$/;"	f
 25287  defframe	./cmd/compile/internal/amd64/ggen.go	/^func defframe(ptxt *obj.Prog) {$/;"	f
 25288  defframe	./cmd/compile/internal/arm/ggen.go	/^func defframe(ptxt *obj.Prog) {$/;"	f
 25289  defframe	./cmd/compile/internal/arm64/ggen.go	/^func defframe(ptxt *obj.Prog) {$/;"	f
 25290  defframe	./cmd/compile/internal/ppc64/ggen.go	/^func defframe(ptxt *obj.Prog) {$/;"	f
 25291  defframe	./cmd/compile/internal/x86/ggen.go	/^func defframe(ptxt *obj.Prog) {$/;"	f
 25292  defgotype	./cmd/link/internal/ld/dwarf.go	/^func defgotype(gotype *LSym) *DWDie {$/;"	f
 25293  defin	./cmd/yacc/yacc.go	/^func defin(nt int, s string) int {$/;"	f
 25294  define	./cmd/asm/internal/lex/input.go	/^func (in *Input) define() {$/;"	f
 25295  defineMacro	./cmd/asm/internal/lex/input.go	/^func (in *Input) defineMacro(name string, args []string, tokens []Token) {$/;"	f
 25296  defined	./cmd/yacc/yacc.go	/^			\/\/ there is a type defined$/;"	t
 25297  definition	./cmd/compile/internal/gc/fmt.go	/^\/\/	%#lT		type definition instead of name$/;"	t
 25298  definition	./cmd/compile/internal/gc/go.go	/^	Broke       uint8 \/\/ broken type definition.$/;"	t
 25299  definition	./debug/dwarf/type.go	/^		\/\/	AttrType: type definition [required]$/;"	t
 25300  definition	./encoding/gob/debug.go	/^	deb.dump("type definition for id %d", id)$/;"	t
 25301  definition	./encoding/gob/debug.go	/^	fmt.Fprintf(os.Stderr, "%stype definition {\\n", indent)$/;"	t
 25302  definition	./encoding/gob/encoder_test.go	/^	\/\/ type definition {$/;"	t
 25303  definition	./encoding/gob/encoder_test.go	/^	src := make([]interface{}, 100) \/\/ Size needs to be bigger than size of type definition.$/;"	t
 25304  definition	./encoding/gob/encoder_test.go	/^\/\/ thing in the input might be a type definition, which would lead to$/;"	t
 25305  definition	./encoding/gob/type.go	/^\/\/ Each value we send is preceded by its type definition: an encoded int.$/;"	t
 25306  definition	./regexp/syntax/parse.go	/^\/\/ The choice of receiver type definition is strange$/;"	t
 25307  definitions	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ if there are no type definitions going on, it's safe to$/;"	t
 25308  definitions	./encoding/gob/encode.go	/^	\/\/ Encode the value into a new buffer.  Any nested type definitions$/;"	t
 25309  definitions	./encoding/gob/encoder_test.go	/^\/\/ encoder and decoder don't skew with respect to type definitions.$/;"	t
 25310  definitions	./encoding/gob/gobencdec_test.go	/^	\/\/ pointer would cause duplicate type definitions to be sent.$/;"	t
 25311  definitions	./sort/example_keys_test.go	/^\/\/ A couple of type definitions to make the units clear.$/;"	t
 25312  deflate	./compress/flate/deflate.go	/^func (d *compressor) deflate() {$/;"	f
 25313  deflateInflateStringTest	./compress/flate/deflate_test.go	/^type deflateInflateStringTest struct {$/;"	t
 25314  deflateInflateStringTests	./compress/flate/deflate_test.go	/^var deflateInflateStringTests = []deflateInflateStringTest{$/;"	v
 25315  deflateInflateTest	./compress/flate/deflate_test.go	/^type deflateInflateTest struct {$/;"	t
 25316  deflateInflateTests	./compress/flate/deflate_test.go	/^var deflateInflateTests = []*deflateInflateTest{$/;"	v
 25317  deflateTest	./compress/flate/deflate_test.go	/^type deflateTest struct {$/;"	t
 25318  deflateTests	./compress/flate/deflate_test.go	/^var deflateTests = []*deflateTest{$/;"	v
 25319  defptrto	./cmd/link/internal/ld/dwarf.go	/^func defptrto(dwtype *DWDie) *DWDie {$/;"	f
 25320  delay	./go/types/check.go	/^func (check *Checker) delay(f func()) {$/;"	f
 25321  delayClose	./io/pipe_test.go	/^func delayClose(t *testing.T, cl closer, ch chan int, tt pipeTest) {$/;"	f
 25322  delayedEOFReader	./net/http/request_test.go	/^type delayedEOFReader struct {$/;"	t
 25323  delegateReader	./net/http/httputil/dump.go	/^type delegateReader struct {$/;"	t
 25324  delete	./builtin/builtin.go	/^func delete(m map[Type]Type1, key Type)$/;"	f
 25325  deleteAttrPrefix	./encoding/xml/marshal.go	/^func (p *printer) deleteAttrPrefix(prefix string) {$/;"	f
 25326  deleteImport	./cmd/fix/fix.go	/^func deleteImport(f *ast.File, path string) (deleted bool) {$/;"	f
 25327  deleteImportFn	./cmd/fix/import_test.go	/^func deleteImportFn(path string) func(*ast.File) bool {$/;"	f
 25328  deleteValues	./internal/syscall/windows/registry/registry_test.go	/^func deleteValues(t *testing.T, k registry.Key) {$/;"	f
 25329  delim	./html/template/context.go	/^type delim uint8$/;"	t
 25330  delimEnds	./html/template/escape.go	/^var delimEnds = [...]string{$/;"	v
 25331  delimNames	./html/template/context.go	/^var delimNames = [...]string{$/;"	v
 25332  delimPairs	./text/template/exec_test.go	/^var delimPairs = []string{$/;"	v
 25333  delimitedMessage	./encoding/gob/debug.go	/^func (deb *debugger) delimitedMessage(indent tab) bool {$/;"	f
 25334  delta	./cmd/compile/internal/big/rat_test.go	/^func delta(r *Rat, f float64) *Rat {$/;"	f
 25335  delta	./cmd/compile/internal/gc/subr.go	/^	var delta uint64$/;"	v
 25336  delta	./cmd/internal/obj/pcln.go	/^	var delta uint32$/;"	v
 25337  delta	./cmd/pprof/internal/svg/svgpan.go	/^	var delta;$/;"	v
 25338  delta	./crypto/elliptic/p224.go	/^	var delta, gamma, beta, alpha, t p224FieldElement$/;"	v
 25339  delta	./crypto/elliptic/p256.go	/^	var delta, gamma, alpha, beta, tmp, tmp2 [p256Limbs]uint32$/;"	v
 25340  delta	./encoding/gob/debug.go	/^func (deb *debugger) delta(expect int) int {$/;"	f
 25341  delta	./image/color/ycbcr_test.go	/^func delta(x, y uint8) uint8 {$/;"	f
 25342  delta	./image/decode_test.go	/^func delta(u0, u1 uint32) int {$/;"	f
 25343  delta	./image/gif/writer_test.go	/^func delta(u0, u1 uint32) int64 {$/;"	f
 25344  delta	./image/jpeg/writer_test.go	/^func delta(u0, u1 uint32) int64 {$/;"	f
 25345  delta	./math/big/rat_test.go	/^func delta(r *Rat, f float64) *Rat {$/;"	f
 25346  deltaOld	./cmd/compile/internal/big/calibrate_test.go	/^	var deltaOld time.Duration$/;"	v
 25347  deltaOld	./math/big/calibrate_test.go	/^	var deltaOld time.Duration$/;"	v
 25348  deltimer	./runtime/time.go	/^func deltimer(t *timer) bool {$/;"	f
 25349  den	./runtime/vlop_arm_test.go	/^	var den uint32 = 1000000$/;"	v
 25350  denoted	./cmd/vet/types.go	/^\/\/ importType returns the type denoted by the qualified identifier$/;"	t
 25351  denoted	./go/types/lookup.go	/^	\/\/ (spec: "The type denoted by T is called the receiver base type;$/;"	t
 25352  denoted	./go/types/typexpr.go	/^				\/\/ spec: "The type denoted by T is called the receiver base type; it must not$/;"	t
 25353  depSet	./database/sql/sql.go	/^type depSet map[interface{}]bool \/\/ set of true bools$/;"	t
 25354  dependencyGraph	./go/types/initorder.go	/^func dependencyGraph(objMap map[Object]*declInfo) []*objNode {$/;"	f
 25355  dependentTestTypes	./go/types/typestring_test.go	/^var dependentTestTypes = []testEntry{$/;"	v
 25356  depends	./go/types/expr.go	/^			\/\/ The result type depends only on lhs operand.$/;"	t
 25357  deplist	./cmd/link/internal/ld/elf.go	/^		var deplist []string$/;"	v
 25358  depth	./go/printer/nodes.go	/^		var depth = 1$/;"	v
 25359  dequeue	./runtime/chan.go	/^func (q *waitq) dequeue() *sudog {$/;"	f
 25360  dequeue	./runtime/sema.go	/^func (root *semaRoot) dequeue(s *sudog) {$/;"	f
 25361  dequeueSudoG	./runtime/select.go	/^func (q *waitq) dequeueSudoG(sgp *sudog) {$/;"	f
 25362  derBytes	./crypto/tls/handshake_client_test.go	/^	var derBytes []byte$/;"	v
 25363  derEncodedPaypalNULCertBytes	./encoding/asn1/asn1_test.go	/^var derEncodedPaypalNULCertBytes = []byte{$/;"	v
 25364  derEncodedSelfSignedCert	./encoding/asn1/asn1_test.go	/^var derEncodedSelfSignedCert = Certificate{$/;"	v
 25365  derEncodedSelfSignedCertBytes	./encoding/asn1/asn1_test.go	/^var derEncodedSelfSignedCertBytes = []byte{$/;"	v
 25366  deref	./go/internal/gccgoimporter/parser.go	/^func deref(typ types.Type) types.Type {$/;"	f
 25367  deref	./go/internal/gcimporter/gcimporter.go	/^func deref(typ types.Type) types.Type {$/;"	f
 25368  deref	./go/parser/parser.go	/^func deref(x ast.Expr) ast.Expr {$/;"	f
 25369  deref	./go/printer/testdata/parser.go	/^func deref(x ast.Expr) ast.Expr {$/;"	f
 25370  deref	./go/types/lookup.go	/^func deref(typ Type) (Type, bool) {$/;"	f
 25371  derefStructPtr	./go/types/lookup.go	/^func derefStructPtr(typ Type) Type {$/;"	f
 25372  derefall	./cmd/compile/internal/gc/typecheck.go	/^func derefall(t *Type) *Type {$/;"	f
 25373  deriveCounter	./crypto/cipher/gcm.go	/^func (g *gcm) deriveCounter(counter *[gcmBlockSize]byte, nonce []byte) {$/;"	f
 25374  deriveKey	./crypto/x509/pem_decrypt.go	/^func (c rfc1423Algo) deriveKey(password, salt []byte) []byte {$/;"	f
 25375  desCipher	./crypto/des/cipher.go	/^type desCipher struct {$/;"	t
 25376  desc	./runtime/export_test.go	/^	var desc *ParFor$/;"	v
 25377  describeEscape	./cmd/compile/internal/gc/esc.go	/^func describeEscape(em uint16) string {$/;"	f
 25378  described	./cmd/cgo/gcc.go	/^\/\/ isStructUnionClass reports whether the type described by the Go syntax x$/;"	t
 25379  describes	./cmd/trace/goroutines.go	/^\/\/ gtype describes a group of goroutines grouped by start PC.$/;"	t
 25380  describing	./encoding/gob/type.go	/^\/\/ getBaseType returns the Gob type describing the given reflect.Type's base type.$/;"	t
 25381  describing	./encoding/gob/type.go	/^\/\/ getType returns the Gob type describing the given reflect.Type.$/;"	t
 25382  description	./cmd/go/alldocs.go	/^	testfunc    description of testing functions$/;"	f
 25383  description	./cmd/vet/asmdecl.go	/^	\/\/ Gather declarations. knownFunc[name][arch] is func description.$/;"	f
 25384  description	./cmd/yacc/yacc.go	/^			\/\/ type description$/;"	t
 25385  descriptor	./debug/dwarf/entry.go	/^\/\/ just a type descriptor: it's an array of attribute tag\/value format pairs.$/;"	t
 25386  descriptor	./encoding/gob/debug.go	/^\/\/ Helper methods to make it easy to scan a type descriptor.$/;"	t
 25387  descriptor	./encoding/gob/doc.go	/^	1f	\/\/ This item (a type descriptor) is 31 bytes long.$/;"	t
 25388  descriptor	./encoding/gob/doc.go	/^	\/\/ Now we send a type descriptor, which is itself a struct (wireType).$/;"	t
 25389  descriptors	./cmd/compile/internal/gc/closure.go	/^	\/\/ The information appears in the binary in the form of type descriptors;$/;"	t
 25390  descriptors	./encoding/gob/type.go	/^\/\/ only for the benefit of the package's encoding of type descriptors. It is$/;"	t
 25391  desr	./archive/zip/reader.go	/^	var desr io.Reader$/;"	v
 25392  dest	./encoding/json/decode_test.go	/^	var dest [0]interface{}$/;"	v
 25393  dest	./net/http/httputil/dump.go	/^		var dest io.Writer = &b$/;"	v
 25394  destroy	./net/fd_plan9.go	/^func (fd *netFD) destroy() {$/;"	f
 25395  destroy	./net/fd_unix.go	/^func (fd *netFD) destroy() {$/;"	f
 25396  destroy	./net/fd_windows.go	/^func (fd *netFD) destroy() {$/;"	f
 25397  detachexpr	./cmd/compile/internal/gc/racewalk.go	/^func detachexpr(n *Node, init **NodeList) *Node {$/;"	f
 25398  devFile	./syscall/fs_nacl.go	/^type devFile interface {$/;"	t
 25399  devNull	./io/ioutil/ioutil.go	/^type devNull int$/;"	t
 25400  devNullStat	./os/types_windows.go	/^var devNullStat = fileStat{$/;"	v
 25401  devReader	./crypto/rand/rand_unix.go	/^type devReader struct {$/;"	t
 25402  dexport	./cmd/link/internal/ld/pe.go	/^var dexport [1024]*LSym$/;"	v
 25403  dextratype	./cmd/compile/internal/gc/reflect.go	/^func dextratype(sym *Sym, off int, t *Type, ptroff int) int {$/;"	f
 25404  dfirst	./cmd/compile/internal/gc/gsubr.go	/^var dfirst *obj.Prog$/;"	v
 25405  dfl	./runtime/select.go	/^	var dfl *scase$/;"	v
 25406  dflag	./cmd/compile/internal/gc/dcl.go	/^func dflag() bool {$/;"	f
 25407  dflagStrings	./debug/elf/elf.go	/^var dflagStrings = []intName{$/;"	v
 25408  dflt	./cmd/compile/internal/gc/select.go	/^		var dflt *Node$/;"	v
 25409  dgcprog	./cmd/compile/internal/gc/reflect.go	/^func dgcprog(t *Type) (*Sym, int64) {$/;"	f
 25410  dgcptrmask	./cmd/compile/internal/gc/reflect.go	/^func dgcptrmask(t *Type) *Sym {$/;"	f
 25411  dgcsym	./cmd/compile/internal/gc/reflect.go	/^func dgcsym(t *Type) (sym *Sym, useGCProg bool, ptrdata int64) {$/;"	f
 25412  dgopkgpath	./cmd/compile/internal/gc/reflect.go	/^func dgopkgpath(s *Sym, ot int, pkg *Pkg) int {$/;"	f
 25413  dgostringptr	./cmd/compile/internal/gc/obj.go	/^func dgostringptr(s *Sym, off int, str string) int {$/;"	f
 25414  dgostrlitptr	./cmd/compile/internal/gc/obj.go	/^func dgostrlitptr(s *Sym, off int, lit *string) int {$/;"	f
 25415  dh	./net/dnsmsg.go	/^	var dh dnsHeader$/;"	v
 25416  di_finish	./runtime/asm_386.s	/^di_finish:$/;"	l
 25417  di_finish	./runtime/asm_amd64.s	/^di_finish:$/;"	l
 25418  di_finish	./runtime/asm_amd64p32.s	/^di_finish:$/;"	l
 25419  di_high	./runtime/asm_386.s	/^di_high:$/;"	l
 25420  di_high	./runtime/asm_amd64.s	/^di_high:$/;"	l
 25421  di_high	./runtime/asm_amd64p32.s	/^di_high:$/;"	l
 25422  dial	./net/fd_plan9.go	/^func dial(net string, ra Addr, dialer func(time.Time) (Conn, error), deadline time.Time) (Conn, error) {$/;"	f
 25423  dial	./net/fd_unix.go	/^func dial(network string, ra Addr, dialer func(time.Time) (Conn, error), deadline time.Time) (Conn, error) {$/;"	f
 25424  dial	./net/fd_windows.go	/^func dial(net string, ra Addr, dialer func(time.Time) (Conn, error), deadline time.Time) (Conn, error) {$/;"	f
 25425  dial	./net/http/transport.go	/^func (t *Transport) dial(network, addr string) (c net.Conn, err error) {$/;"	f
 25426  dial	./net/sock_posix.go	/^func (fd *netFD) dial(laddr, raddr sockaddr, deadline time.Time) error {$/;"	f
 25427  dialChannel	./net/dial_gen.go	/^func dialChannel(net string, ra Addr, dialer func(time.Time) (Conn, error), deadline time.Time) (Conn, error) {$/;"	f
 25428  dialClosedPort	./net/dial_test.go	/^func dialClosedPort() (actual, expected time.Duration) {$/;"	f
 25429  dialConn	./net/http/transport.go	/^func (t *Transport) dialConn(cm connectMethod) (*persistConn, error) {$/;"	f
 25430  dialContext	./net/dial.go	/^type dialContext struct {$/;"	t
 25431  dialDNS	./net/dnsclient_unix.go	/^func (d *Dialer) dialDNS(network, server string) (dnsConn, error) {$/;"	f
 25432  dialDirect	./net/rpc/server_test.go	/^func dialDirect() (*Client, error) {$/;"	f
 25433  dialErrorTests	./net/error_test.go	/^var dialErrorTests = []struct {$/;"	v
 25434  dialGoogleTests	./net/external_test.go	/^var dialGoogleTests = []struct {$/;"	v
 25435  dialHTTP	./net/rpc/server_test.go	/^func dialHTTP() (*Client, error) {$/;"	f
 25436  dialIP	./net/iprawsock_plan9.go	/^func dialIP(netProto string, laddr, raddr *IPAddr, deadline time.Time) (*IPConn, error) {$/;"	f
 25437  dialIP	./net/iprawsock_posix.go	/^func dialIP(netProto string, laddr, raddr *IPAddr, deadline time.Time) (*IPConn, error) {$/;"	f
 25438  dialParallel	./net/dial.go	/^func dialParallel(ctx *dialContext, primaries, fallbacks addrList) (Conn, error) {$/;"	f
 25439  dialPlan9	./net/ipsock_plan9.go	/^func dialPlan9(net string, laddr, raddr Addr) (fd *netFD, err error) {$/;"	f
 25440  dialRes	./net/http/transport.go	/^	type dialRes struct {$/;"	t
 25441  dialResult	./net/dial.go	/^type dialResult struct {$/;"	t
 25442  dialSerial	./net/dial.go	/^func dialSerial(ctx *dialContext, ras addrList, cancel <-chan struct{}) (Conn, error) {$/;"	f
 25443  dialSerialAsync	./net/dial.go	/^func dialSerialAsync(ctx *dialContext, ras addrList, timer *time.Timer, cancel <-chan struct{}, results chan<- dialResult) {$/;"	f
 25444  dialSingle	./net/dial.go	/^func dialSingle(ctx *dialContext, ra Addr, deadline time.Time) (c Conn, err error) {$/;"	f
 25445  dialTCP	./net/tcpsock_plan9.go	/^func dialTCP(net string, laddr, raddr *TCPAddr, deadline time.Time) (*TCPConn, error) {$/;"	f
 25446  dialTCP	./net/tcpsock_posix.go	/^func dialTCP(net string, laddr, raddr *TCPAddr, deadline time.Time) (*TCPConn, error) {$/;"	f
 25447  dialTimeoutTests	./net/timeout_test.go	/^var dialTimeoutTests = []struct {$/;"	v
 25448  dialUDP	./net/udpsock_plan9.go	/^func dialUDP(net string, laddr, raddr *UDPAddr, deadline time.Time) (*UDPConn, error) {$/;"	f
 25449  dialUDP	./net/udpsock_posix.go	/^func dialUDP(net string, laddr, raddr *UDPAddr, deadline time.Time) (*UDPConn, error) {$/;"	f
 25450  dialUnix	./net/unixsock_plan9.go	/^func dialUnix(net string, laddr, raddr *UnixAddr, deadline time.Time) (*UnixConn, error) {$/;"	f
 25451  dialUnix	./net/unixsock_posix.go	/^func dialUnix(net string, laddr, raddr *UnixAddr, deadline time.Time) (*UnixConn, error) {$/;"	f
 25452  dict	./compress/zlib/writer_test.go	/^	var dict []byte$/;"	v
 25453  dictWriter	./compress/flate/deflate.go	/^type dictWriter struct {$/;"	t
 25454  didEarlyClose	./net/http/transfer.go	/^func (b *body) didEarlyClose() bool {$/;"	f
 25455  didothers	./runtime/panic1.go	/^var didothers bool$/;"	v
 25456  die	./cmd/link/internal/ld/dwarf.go	/^	var die *DWDie$/;"	v
 25457  die2	./cmd/link/internal/ld/dwarf.go	/^	var die2 *DWDie$/;"	v
 25458  dief	./cmd/trace/main.go	/^func dief(msg string, args ...interface{}) {$/;"	f
 25459  diff	./cmd/fix/main.go	/^func diff(b1, b2 []byte) (data []byte, err error) {$/;"	f
 25460  diff	./cmd/go/vendor_test.go	/^	var diff bytes.Buffer$/;"	v
 25461  diff	./cmd/gofmt/gofmt.go	/^func diff(b1, b2 []byte) (data []byte, err error) {$/;"	f
 25462  diff	./encoding/json/scanner_test.go	/^func diff(t *testing.T, a, b []byte) {$/;"	f
 25463  diff	./go/format/format_test.go	/^func diff(t *testing.T, dst, src []byte) {$/;"	f
 25464  diff	./go/printer/printer_test.go	/^func diff(aname, bname string, a, b []byte) error {$/;"	f
 25465  diff	./image/png/writer_test.go	/^func diff(m0, m1 image.Image) error {$/;"	f
 25466  diff	./net/http/response_test.go	/^func diff(t *testing.T, prefix string, have, want interface{}) {$/;"	f
 25467  diff16	./runtime/asm_386.s	/^diff16:$/;"	l
 25468  diff16	./runtime/asm_amd64.s	/^diff16:$/;"	l
 25469  diff16	./runtime/asm_amd64p32.s	/^diff16:$/;"	l
 25470  diff4	./runtime/asm_386.s	/^diff4:$/;"	l
 25471  diff8	./runtime/asm_amd64.s	/^diff8:$/;"	l
 25472  diff8	./runtime/asm_amd64p32.s	/^diff8:$/;"	l
 25473  diffPrec	./go/printer/nodes.go	/^func diffPrec(expr ast.Expr, prec int) int {$/;"	f
 25474  diffSortedOutputs	./cmd/go/vendor_test.go	/^func diffSortedOutputs(haveText, wantText string) string {$/;"	f
 25475  differ	./image/jpeg/dct_test.go	/^func differ(b0, b1 *block) bool {$/;"	f
 25476  differences	./runtime/rune.go	/^ * This code is copied, with slight editing due to type differences,$/;"	t
 25477  differentWildcardAddr	./net/listen_test.go	/^func differentWildcardAddr(i, j string) bool {$/;"	f
 25478  digest	./crypto/md5/md5.go	/^	var digest [Size]byte$/;"	v
 25479  digest	./crypto/md5/md5.go	/^type digest struct {$/;"	t
 25480  digest	./crypto/rsa/rsa.go	/^	var digest []byte$/;"	v
 25481  digest	./crypto/sha1/sha1.go	/^	var digest [Size]byte$/;"	v
 25482  digest	./crypto/sha1/sha1.go	/^type digest struct {$/;"	t
 25483  digest	./crypto/sha256/sha256.go	/^	var digest [Size]byte$/;"	v
 25484  digest	./crypto/sha256/sha256.go	/^type digest struct {$/;"	t
 25485  digest	./crypto/sha512/sha512.go	/^	var digest [Size]byte$/;"	v
 25486  digest	./crypto/sha512/sha512.go	/^type digest struct {$/;"	t
 25487  digest	./crypto/tls/handshake_server.go	/^			var digest []byte$/;"	v
 25488  digest	./crypto/x509/pem_decrypt.go	/^	var digest []byte$/;"	v
 25489  digest	./hash/adler32/adler32.go	/^type digest uint32$/;"	t
 25490  digest	./hash/crc32/crc32.go	/^type digest struct {$/;"	t
 25491  digest	./hash/crc64/crc64.go	/^type digest struct {$/;"	t
 25492  digestSizes	./crypto/crypto.go	/^var digestSizes = []uint8{$/;"	v
 25493  digit	./strconv/extfloat.go	/^	var digit int$/;"	v
 25494  digitVal	./go/scanner/scanner.go	/^func digitVal(ch rune) int {$/;"	f
 25495  digitVal	./text/scanner/scanner.go	/^func digitVal(ch rune) int {$/;"	f
 25496  digitZero	./strconv/decimal.go	/^func digitZero(dst []byte) int {$/;"	f
 25497  digits	./cmd/compile/internal/big/ratconv.go	/^	var digits []byte$/;"	v
 25498  digits	./math/big/ratconv.go	/^	var digits []byte$/;"	v
 25499  digs	./strconv/ftoa.go	/^	var digs decimalSlice$/;"	v
 25500  dim	./math/dim.go	/^func dim(x, y float64) float64 {$/;"	f
 25501  dim2	./math/dim_amd64.s	/^dim2:	\/\/ (-Inf, -Inf) special case$/;"	l
 25502  dim3	./math/dim_amd64.s	/^dim3:	\/\/ (NaN, x) or (x, NaN)$/;"	l
 25503  dimportpath	./cmd/compile/internal/gc/reflect.go	/^func dimportpath(p *Pkg) {$/;"	f
 25504  dimportpath_gopkg	./cmd/compile/internal/gc/reflect.go	/^var dimportpath_gopkg *Pkg$/;"	v
 25505  dims	./debug/dwarf/type.go	/^		var dims []int64$/;"	v
 25506  dir	./cmd/cover/html.go	/^		var dir string$/;"	v
 25507  dir	./os/os_test.go	/^	var dir, cmd string$/;"	v
 25508  dir	./syscall/exec_plan9.go	/^	var dir *byte$/;"	v
 25509  dir	./syscall/exec_unix.go	/^	var dir *byte$/;"	v
 25510  dirCmd	./cmd/dist/test.go	/^func (t *tester) dirCmd(dir string, bin string, args ...string) *exec.Cmd {$/;"	f
 25511  dirFilter	./go/parser/parser_test.go	/^func dirFilter(f os.FileInfo) bool { return nameFilter(f.Name()) }$/;"	f
 25512  dirInfo	./os/file_plan9.go	/^type dirInfo struct {$/;"	t
 25513  dirInfo	./os/file_unix.go	/^type dirInfo struct {$/;"	t
 25514  dirInfo	./os/file_windows.go	/^type dirInfo struct {$/;"	t
 25515  dirList	./net/http/fs.go	/^func dirList(w ResponseWriter, f File) {$/;"	f
 25516  dirSize	./syscall/fs_nacl.go	/^func (dp *inode) dirSize() {$/;"	f
 25517  dirToImportPath	./cmd/go/pkg.go	/^func dirToImportPath(dir string) string {$/;"	f
 25518  directivesWithCommentsInput	./encoding/xml/xml_test.go	/^var directivesWithCommentsInput = `$/;"	v
 25519  directivesWithCommentsTokens	./encoding/xml/xml_test.go	/^var directivesWithCommentsTokens = []Token{$/;"	v
 25520  directly	./cmd/cgo/doc.go	/^To access a struct, union, or enum type directly, prefix it with$/;"	t
 25521  directly	./cmd/compile/internal/gc/const.go	/^ * (if n is a named constant, can't edit n->type directly).$/;"	t
 25522  directly	./cmd/compile/internal/gc/dcl.go	/^ * used functype directly to parse the function's type.$/;"	t
 25523  directly	./encoding/json/scanner.go	/^	\/\/ with a switch, but using the func directly was 10% faster$/;"	f
 25524  directlyAssignable	./reflect/type.go	/^func directlyAssignable(T, V *rtype) bool {$/;"	f
 25525  directoryEnd	./archive/zip/struct.go	/^type directoryEnd struct {$/;"	t
 25526  directoryEndOffset	./archive/zip/reader.go	/^	var directoryEndOffset int64$/;"	v
 25527  dirent	./syscall/fs_nacl.go	/^type dirent struct {$/;"	t
 25528  dirlink	./syscall/fs_nacl.go	/^func (fs *fsys) dirlink(dp *inode, name string, ip *inode) {$/;"	f
 25529  dirlookup	./syscall/fs_nacl.go	/^func (fs *fsys) dirlookup(dp *inode, name string) (de *dirent, index int, err error) {$/;"	f
 25530  dirname	./os/file_windows.go	/^func dirname(path string) string {$/;"	f
 25531  dirp	./syscall/exec_windows.go	/^	var dirp *uint16$/;"	v
 25532  dirstat	./os/stat_plan9.go	/^func dirstat(arg interface{}) (*syscall.Dir, error) {$/;"	f
 25533  dirtests	./path/filepath/path_test.go	/^var dirtests = []PathTest{$/;"	v
 25534  dirtests	./path/path_test.go	/^var dirtests = []PathTest{$/;"	v
 25535  disableSignal	./os/signal/signal_plan9.go	/^func disableSignal(sig int) {$/;"	f
 25536  disableSignal	./os/signal/signal_unix.go	/^func disableSignal(sig int) {$/;"	f
 25537  disableSocketConnect	./net/main_plan9_test.go	/^func disableSocketConnect(network string) {}$/;"	f
 25538  disableSocketConnect	./net/main_posix_test.go	/^func disableSocketConnect(network string) {$/;"	f
 25539  disableWER	./runtime/signal_windows.go	/^func disableWER() {$/;"	f
 25540  disallowInternal	./cmd/go/pkg.go	/^func disallowInternal(srcDir string, p *Package, stk *importStack) *Package {$/;"	f
 25541  disallowVendor	./cmd/go/pkg.go	/^func disallowVendor(srcDir, path string, p *Package, stk *importStack) *Package {$/;"	f
 25542  disallowVendorVisibility	./cmd/go/pkg.go	/^func disallowVendorVisibility(srcDir string, p *Package, stk *importStack) *Package {$/;"	f
 25543  disasm	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func disasm(syntax string, mode Mode, src []byte) (inst Inst, text string) {$/;"	f
 25544  disasm	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func disasm(syntax string, mode int, src []byte) (inst Inst, text string) {$/;"	f
 25545  disasmFunc	./cmd/internal/objfile/disasm.go	/^type disasmFunc func(code []byte, pc uint64, lookup lookupFunc) (text string, size int)$/;"	t
 25546  disasmFunc	./cmd/objdump/main.go	/^type disasmFunc func(code []byte, pc uint64, lookup lookupFunc) (text string, size int)$/;"	t
 25547  disasm_386	./cmd/internal/objfile/disasm.go	/^func disasm_386(code []byte, pc uint64, lookup lookupFunc) (string, int) {$/;"	f
 25548  disasm_amd64	./cmd/internal/objfile/disasm.go	/^func disasm_amd64(code []byte, pc uint64, lookup lookupFunc) (string, int) {$/;"	f
 25549  disasm_arm	./cmd/internal/objfile/disasm.go	/^func disasm_arm(code []byte, pc uint64, lookup lookupFunc) (string, int) {$/;"	f
 25550  disasm_x86	./cmd/internal/objfile/disasm.go	/^func disasm_x86(code []byte, pc uint64, lookup lookupFunc, arch int) (string, int) {$/;"	f
 25551  disasms	./cmd/internal/objfile/disasm.go	/^var disasms = map[string]disasmFunc{$/;"	v
 25552  disc	./regexp/testdata/testregex.c	/^	Disc_t		disc;$/;"	m	struct:__anon2	file:
 25553  disc	./regexp/testdata/testregex.c	/^	regdisc_t	disc;$/;"	m	struct:Disc_s	file:
 25554  discard	./net/http/server.go	/^		var discard, tooBig bool$/;"	v
 25555  discardDirectiveWhileParsingTypes	./go/internal/gccgoimporter/parser.go	/^func (p *parser) discardDirectiveWhileParsingTypes(pkg *types.Package) {$/;"	f
 25556  discardHandshakeBuffer	./crypto/tls/prf.go	/^func (h *finishedHash) discardHandshakeBuffer() {$/;"	f
 25557  displayName	./net/mail/message.go	/^	var displayName string$/;"	v
 25558  display_hint	./runtime/runtime-gdb.py	/^	def display_hint(self):$/;"	m	class:ChanTypePrinter
 25559  display_hint	./runtime/runtime-gdb.py	/^	def display_hint(self):$/;"	m	class:IfacePrinter
 25560  display_hint	./runtime/runtime-gdb.py	/^	def display_hint(self):$/;"	m	class:MapTypePrinter
 25561  display_hint	./runtime/runtime-gdb.py	/^	def display_hint(self):$/;"	m	class:SliceTypePrinter
 25562  display_hint	./runtime/runtime-gdb.py	/^	def display_hint(self):$/;"	m	class:StringTypePrinter
 25563  dispose	./runtime/mgcwork.go	/^func (w *gcWork) dispose() {$/;"	f
 25564  dist	./compress/flate/inflate.go	/^		var dist int$/;"	v
 25565  dist	./syscall/unzip_nacl.go	/^		var dist int$/;"	v
 25566  distTest	./cmd/dist/test.go	/^type distTest struct {$/;"	t
 25567  distanceFrom	./go/printer/nodes.go	/^func (p *printer) distanceFrom(from token.Pos) int {$/;"	f
 25568  distok	./clean.bat	/^:distok$/;"	l
 25569  distributionPoint	./crypto/x509/x509.go	/^type distributionPoint struct {$/;"	t
 25570  distributionPointName	./crypto/x509/x509.go	/^type distributionPointName struct {$/;"	t
 25571  div	./cmd/compile/internal/big/nat.go	/^func (z nat) div(z2, u, v nat) (q, r nat) {$/;"	f
 25572  div	./html/template/escape.go	/^	\/\/ var div = document.createElement("DIV");$/;"	v
 25573  div	./image/jpeg/writer.go	/^func div(a, b int32) int32 {$/;"	f
 25574  div	./math/big/nat.go	/^func (z nat) div(z2, u, v nat) (q, r nat) {$/;"	f
 25575  div	./runtime/softfloat64_test.go	/^func div(x, y float64) float64 { return x \/ y }$/;"	f
 25576  div	./time/time.go	/^func div(t Time, d Duration) (qmod2 int, r Duration) {$/;"	f
 25577  divInSlice	./runtime/race/testdata/regression_test.go	/^func divInSlice() {$/;"	f
 25578  divLarge	./cmd/compile/internal/big/nat.go	/^func (z nat) divLarge(u, uIn, v nat) (q, r nat) {$/;"	f
 25579  divLarge	./math/big/nat.go	/^func (z nat) divLarge(u, uIn, v nat) (q, r nat) {$/;"	f
 25580  divMagic	./runtime/msize.go	/^type divMagic struct {$/;"	t
 25581  divW	./cmd/compile/internal/big/nat.go	/^func (z nat) divW(x nat, y Word) (q nat, r Word) {$/;"	f
 25582  divW	./math/big/nat.go	/^func (z nat) divW(x nat, y Word) (q nat, r Word) {$/;"	f
 25583  divWVW	./cmd/compile/internal/big/arith_decl.go	/^func divWVW(z []Word, xn Word, x []Word, y Word) (r Word) {$/;"	f
 25584  divWVW	./math/big/arith_decl.go	/^func divWVW(z []Word, xn Word, x []Word, y Word) (r Word)$/;"	f
 25585  divWVW	./math/big/arith_decl_pure.go	/^func divWVW(z []Word, xn Word, x []Word, y Word) (r Word) {$/;"	f
 25586  divWVW_g	./cmd/compile/internal/big/arith.go	/^func divWVW_g(z []Word, xn Word, x []Word, y Word) (r Word) {$/;"	f
 25587  divWVW_g	./math/big/arith.go	/^func divWVW_g(z []Word, xn Word, x []Word, y Word) (r Word) {$/;"	f
 25588  divWW	./cmd/compile/internal/big/arith_decl.go	/^func divWW(x1, x0, y Word) (q, r Word) {$/;"	f
 25589  divWW	./math/big/arith_decl.go	/^func divWW(x1, x0, y Word) (q, r Word)$/;"	f
 25590  divWW	./math/big/arith_decl_pure.go	/^func divWW(x1, x0, y Word) (q, r Word) {$/;"	f
 25591  divWW_g	./cmd/compile/internal/big/arith.go	/^func divWW_g(u1, u0, v Word) (q, r Word) {$/;"	f
 25592  divWW_g	./math/big/arith.go	/^func divWW_g(u1, u0, v Word) (q, r Word) {$/;"	f
 25593  divideError	./runtime/panic.go	/^var divideError = error(errorString("integer divide by zero"))$/;"	v
 25594  divisionSignsTests	./cmd/compile/internal/big/int_test.go	/^var divisionSignsTests = []struct {$/;"	v
 25595  divisionSignsTests	./math/big/int_test.go	/^var divisionSignsTests = []struct {$/;"	v
 25596  divisor	./cmd/compile/internal/big/natconv.go	/^type divisor struct {$/;"	t
 25597  divisor	./math/big/natconv.go	/^type divisor struct {$/;"	t
 25598  divisors	./cmd/compile/internal/big/natconv.go	/^func divisors(m int, b Word, ndigits int, bb Word) []divisor {$/;"	f
 25599  divisors	./math/big/natconv.go	/^func divisors(m int, b Word, ndigits int, bb Word) []divisor {$/;"	f
 25600  divlu	./runtime/softfloat64.go	/^func divlu(u1, u0, v uint64) (q, r uint64) {$/;"	f
 25601  dlink	./runtime/rt0_linux_ppc64le.s	/^dlink:$/;"	l
 25602  dlls	./cmd/link/internal/ld/pe.go	/^	var dlls []string$/;"	v
 25603  dnsConfig	./net/dnsconfig_unix.go	/^type dnsConfig struct {$/;"	t
 25604  dnsConn	./net/dnsclient_unix.go	/^type dnsConn interface {$/;"	t
 25605  dnsHeader	./net/dnsmsg.go	/^type dnsHeader struct {$/;"	t
 25606  dnsMsg	./net/dnsmsg.go	/^type dnsMsg struct {$/;"	t
 25607  dnsMsgHdr	./net/dnsmsg.go	/^type dnsMsgHdr struct {$/;"	t
 25608  dnsNameTest	./net/dnsname_test.go	/^type dnsNameTest struct {$/;"	t
 25609  dnsNameTests	./net/dnsname_test.go	/^var dnsNameTests = []dnsNameTest{$/;"	v
 25610  dnsQuestion	./net/dnsmsg.go	/^type dnsQuestion struct {$/;"	t
 25611  dnsRR	./net/dnsmsg.go	/^type dnsRR interface {$/;"	t
 25612  dnsRR_A	./net/dnsmsg.go	/^type dnsRR_A struct {$/;"	t
 25613  dnsRR_AAAA	./net/dnsmsg.go	/^type dnsRR_AAAA struct {$/;"	t
 25614  dnsRR_CNAME	./net/dnsmsg.go	/^type dnsRR_CNAME struct {$/;"	t
 25615  dnsRR_HINFO	./net/dnsmsg.go	/^type dnsRR_HINFO struct {$/;"	t
 25616  dnsRR_Header	./net/dnsmsg.go	/^type dnsRR_Header struct {$/;"	t
 25617  dnsRR_MB	./net/dnsmsg.go	/^type dnsRR_MB struct {$/;"	t
 25618  dnsRR_MG	./net/dnsmsg.go	/^type dnsRR_MG struct {$/;"	t
 25619  dnsRR_MINFO	./net/dnsmsg.go	/^type dnsRR_MINFO struct {$/;"	t
 25620  dnsRR_MR	./net/dnsmsg.go	/^type dnsRR_MR struct {$/;"	t
 25621  dnsRR_MX	./net/dnsmsg.go	/^type dnsRR_MX struct {$/;"	t
 25622  dnsRR_NS	./net/dnsmsg.go	/^type dnsRR_NS struct {$/;"	t
 25623  dnsRR_PTR	./net/dnsmsg.go	/^type dnsRR_PTR struct {$/;"	t
 25624  dnsRR_SOA	./net/dnsmsg.go	/^type dnsRR_SOA struct {$/;"	t
 25625  dnsRR_SRV	./net/dnsmsg.go	/^type dnsRR_SRV struct {$/;"	t
 25626  dnsRR_TXT	./net/dnsmsg.go	/^type dnsRR_TXT struct {$/;"	t
 25627  dnsReadConfig	./net/dnsconfig_unix.go	/^func dnsReadConfig(filename string) *dnsConfig {$/;"	f
 25628  dnsReadConfigTests	./net/dnsconfig_unix_test.go	/^var dnsReadConfigTests = []struct {$/;"	v
 25629  dnsStruct	./net/dnsmsg.go	/^type dnsStruct interface {$/;"	t
 25630  dnsTransportFallbackTests	./net/dnsclient_unix_test.go	/^var dnsTransportFallbackTests = []struct {$/;"	v
 25631  do	./cmd/doc/main.go	/^func do(writer io.Writer, flagSet *flag.FlagSet, args []string) (err error) {$/;"	f
 25632  do	./cmd/go/list.go	/^	var do func(*Package)$/;"	v
 25633  doCall	./internal/singleflight/singleflight.go	/^func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) {$/;"	f
 25634  doConcurrentTest	./database/sql/sql_test.go	/^func doConcurrentTest(t testing.TB, ct concurrentTest) {$/;"	f
 25635  doDiff	./cmd/fix/main.go	/^var doDiff = flag.Bool("diff", false, "display diffs instead of rewriting files")$/;"	v
 25636  doExecute	./regexp/exec.go	/^func (re *Regexp) doExecute(r io.RuneReader, b []byte, s string, pos int, ncap int) []int {$/;"	f
 25637  doFollowingRedirects	./net/http/client.go	/^func (c *Client) doFollowingRedirects(ireq *Request, shouldRedirect func(int) bool) (resp *Response, err error) {$/;"	f
 25638  doFullHandshake	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) doFullHandshake() error {$/;"	f
 25639  doFullHandshake	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) doFullHandshake() error {$/;"	f
 25640  doFuzzTests	./encoding/gob/codec_test.go	/^var doFuzzTests = flag.Bool("gob.fuzz", false, "run the fuzz tests, which are large and very slow")$/;"	v
 25641  doGrep	./cmd/go/go_test.go	/^func (tg *testgoData) doGrep(match string, b *bytes.Buffer, name, msg string) {$/;"	f
 25642  doGrepCount	./cmd/go/go_test.go	/^func (tg *testgoData) doGrepCount(match string, b *bytes.Buffer) int {$/;"	f
 25643  doGrepMatch	./cmd/go/go_test.go	/^func (tg *testgoData) doGrepMatch(match string, b *bytes.Buffer) bool {$/;"	f
 25644  doGrepNot	./cmd/go/go_test.go	/^func (tg *testgoData) doGrepNot(match string, b *bytes.Buffer, name, msg string) {$/;"	f
 25645  doHilbert	./cmd/compile/internal/big/hilbert_test.go	/^func doHilbert(t *testing.T, n int) {$/;"	f
 25646  doHilbert	./math/big/hilbert_test.go	/^func doHilbert(t *testing.T, n int) {$/;"	f
 25647  doKeepAlives	./net/http/server.go	/^func (s *Server) doKeepAlives() bool {$/;"	f
 25648  doLocked	./expvar/expvar.go	/^func (v *Map) doLocked(f func(KeyValue)) {$/;"	f
 25649  doOp	./go/constant/value_test.go	/^func doOp(x Value, op token.Token, y Value) (z Value) {$/;"	f
 25650  doPackage	./cmd/vet/main.go	/^func doPackage(directory string, names []string) bool {$/;"	f
 25651  doPackageDir	./cmd/vet/main.go	/^func doPackageDir(directory string) {$/;"	f
 25652  doPivot	./sort/sort.go	/^func doPivot(data Interface, lo, hi int) (midlo, midhi int) {$/;"	f
 25653  doPrec	./fmt/format.go	/^func doPrec(f *fmt, def int) int {$/;"	f
 25654  doPrint	./fmt/print.go	/^func (p *pp) doPrint(a []interface{}, addspace, addnewline bool) {$/;"	f
 25655  doPrintf	./fmt/print.go	/^func (p *pp) doPrintf(format string, a []interface{}) {$/;"	f
 25656  doRequest	./runtime/chanbarrier_test.go	/^func doRequest(useSelect bool) (*response, error) {$/;"	f
 25657  doResumeHandshake	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) doResumeHandshake() error {$/;"	f
 25658  doRun	./cmd/go/go_test.go	/^func (tg *testgoData) doRun(args []string) error {$/;"	f
 25659  doRun	./cmd/pack/pack_test.go	/^func doRun(t *testing.T, dir string, args ...string) string {$/;"	f
 25660  doScan	./fmt/scan.go	/^func (s *ss) doScan(a []interface{}) (numProcessed int, err error) {$/;"	f
 25661  doScanf	./fmt/scan.go	/^func (s *ss) doScanf(format string, a []interface{}) (numProcessed int, err error) {$/;"	f
 25662  doTestParallelReaders	./sync/rwmutex_test.go	/^func doTestParallelReaders(numReaders, gomaxprocs int) {$/;"	f
 25663  doasm	./cmd/internal/obj/x86/asm6.go	/^func doasm(ctxt *obj.Link, p *obj.Prog) {$/;"	f
 25664  doc	./go/ast/filter.go	/^	var doc *CommentGroup$/;"	v
 25665  doc	./go/doc/example.go	/^			var doc string$/;"	v
 25666  docrash	./runtime/os3_plan9.go	/^	var docrash bool$/;"	v
 25667  docrash	./runtime/panic1.go	/^	var docrash bool$/;"	v
 25668  docrash	./runtime/signal_386.go	/^	var docrash bool$/;"	v
 25669  docrash	./runtime/signal_amd64x.go	/^	var docrash bool$/;"	v
 25670  docrash	./runtime/signal_arm.go	/^	var docrash bool$/;"	v
 25671  docrash	./runtime/signal_arm64.go	/^	var docrash bool$/;"	v
 25672  docrash	./runtime/signal_ppc64x.go	/^	var docrash bool$/;"	v
 25673  docrash	./runtime/signal_windows.go	/^	var docrash bool$/;"	v
 25674  docs	./go/doc/reader.go	/^		return nil \/\/ no type docs for anonymous types$/;"	t
 25675  doctypeBytes	./html/template/escape.go	/^var doctypeBytes = []byte("<!DOCTYPE")$/;"	v
 25676  documentationTemplate	./cmd/go/main.go	/^var documentationTemplate = `\/\/ Copyright 2011 The Go Authors.  All rights reserved.$/;"	v
 25677  dodata	./cmd/link/internal/ld/data.go	/^func dodata() {$/;"	f
 25678  dodiv	./cmd/compile/internal/amd64/ggen.go	/^func dodiv(op int, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 25679  dodiv	./cmd/compile/internal/arm64/ggen.go	/^func dodiv(op int, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 25680  dodiv	./cmd/compile/internal/ppc64/ggen.go	/^func dodiv(op int, nl *gc.Node, nr *gc.Node, res *gc.Node) {$/;"	f
 25681  dodiv	./cmd/compile/internal/x86/ggen.go	/^func dodiv(op int, nl *gc.Node, nr *gc.Node, res *gc.Node, ax *gc.Node, dx *gc.Node) {$/;"	f
 25682  dodiv	./runtime/vlrt.go	/^func dodiv(n, d uint64) (q, r uint64) {$/;"	f
 25683  doelf	./cmd/link/internal/ld/elf.go	/^func doelf() {$/;"	f
 25684  does	./cmd/vet/composite.go	/^		return \/\/ a literal struct type does not need to use keys$/;"	t
 25685  does	./crypto/tls/tls.go	/^			return fail(errors.New("crypto\/tls: private key type does not match public key type"))$/;"	t
 25686  doesn	./runtime/mgcmark.go	/^		\/\/ cgocallback_gofunc doesn't return to its LR;$/;"	f
 25687  doesoverflow	./cmd/compile/internal/gc/const.go	/^func doesoverflow(v Val, t *Type) bool {$/;"	f
 25688  dolockOSThread	./runtime/proc1.go	/^func dolockOSThread() {$/;"	f
 25689  domacho	./cmd/link/internal/ld/macho.go	/^func domacho() {$/;"	f
 25690  domain	./net/mail/message.go	/^	var domain string$/;"	v
 25691  domain	./os/user/lookup_windows.go	/^	var domain *uint16$/;"	v
 25692  domainAndType	./net/http/cookiejar/jar.go	/^func (j *Jar) domainAndType(host, domain string) (string, bool, error) {$/;"	f
 25693  domainAndTypeTests	./net/http/cookiejar/jar_test.go	/^var domainAndTypeTests = [...]struct {$/;"	v
 25694  domainHandlingTests	./net/http/cookiejar/jar_test.go	/^var domainHandlingTests = [...]jarTest{$/;"	v
 25695  domainMatch	./net/http/cookiejar/jar.go	/^func (e *entry) domainMatch(host string) bool {$/;"	f
 25696  domethod	./cmd/compile/internal/gc/typecheck.go	/^func domethod(n *Node) {$/;"	f
 25697  dominantField	./encoding/json/encode.go	/^func dominantField(fields []field) (field, bool) {$/;"	f
 25698  doms	./cmd/compile/internal/gc/popt.go	/^func doms(idom []int32, r int32, s int32) bool {$/;"	f
 25699  done	./crypto/rc4/rc4_386.s	/^done:$/;"	l
 25700  done	./crypto/rc4/rc4_arm.s	/^done:$/;"	l
 25701  done	./hash/crc32/crc32_amd64.s	/^done:$/;"	l
 25702  done	./hash/crc32/crc32_amd64p32.s	/^done:$/;"	l
 25703  done	./math/big/arith_arm64.s	/^done:$/;"	l
 25704  done	./net/rpc/client.go	/^func (call *Call) done() {$/;"	f
 25705  done	./net/smtp/smtp_test.go	/^	var done = make(chan struct{})$/;"	v
 25706  done	./os/exec.go	/^func (p *Process) done() bool {$/;"	f
 25707  done	./os/file_windows.go	/^	var done uint32$/;"	v
 25708  done	./runtime/asm_386.s	/^done:$/;"	l
 25709  done	./runtime/asm_amd64.s	/^done:$/;"	l
 25710  done	./runtime/asm_arm64.s	/^done:$/;"	l
 25711  done	./runtime/memclr_arm64.s	/^done:$/;"	l
 25712  done	./runtime/memclr_ppc64x.s	/^done:$/;"	l
 25713  done	./runtime/sys_linux_arm64.s	/^done:$/;"	l
 25714  done	./runtime/sys_windows_386.s	/^done:$/;"	l
 25715  done	./runtime/sys_windows_amd64.s	/^done:$/;"	l
 25716  done	./runtime/trace/trace_test.go	/^	var done sync.WaitGroup$/;"	v
 25717  done	./syscall/syscall_windows.go	/^	var done uint32$/;"	v
 25718  dopanic	./runtime/panic.go	/^func dopanic(unused int) {$/;"	f
 25719  dopanic_m	./runtime/panic1.go	/^func dopanic_m(gp *g, pc, sp uintptr) {$/;"	f
 25720  dope	./cmd/link/internal/ld/pe.go	/^func dope() {$/;"	f
 25721  doregbits	./cmd/compile/internal/amd64/reg.go	/^func doregbits(r int) uint64 {$/;"	f
 25722  doregbits	./cmd/compile/internal/arm/reg.go	/^func doregbits(r int) uint64 {$/;"	f
 25723  doregbits	./cmd/compile/internal/arm64/reg.go	/^func doregbits(r int) uint64 {$/;"	f
 25724  doregbits	./cmd/compile/internal/ppc64/reg.go	/^func doregbits(r int) uint64 {$/;"	f
 25725  doregbits	./cmd/compile/internal/x86/reg.go	/^func doregbits(r int) uint64 {$/;"	f
 25726  dosheader	./debug/pe/file.go	/^	var dosheader [96]byte$/;"	v
 25727  dosstub	./cmd/link/internal/ld/pe.go	/^var dosstub = []uint8{$/;"	v
 25728  dostkcheck	./cmd/link/internal/ld/lib.go	/^func dostkcheck() {$/;"	f
 25729  dosymtype	./cmd/link/internal/ld/data.go	/^func dosymtype() {$/;"	f
 25730  dot	./cmd/fix/typecheck.go	/^func (typ *Type) dot(cfg *TypeConfig, name string) string {$/;"	f
 25731  dot	./cmd/pprof/internal/driver/driver.go	/^	var dot bytes.Buffer$/;"	v
 25732  dot	./os/os_test.go	/^var dot = []string{$/;"	v
 25733  dotEdge	./cmd/pprof/internal/report/report.go	/^func dotEdge(rpt *Report, from, to int, e *edgeInfo) string {$/;"	f
 25734  dotField	./cmd/compile/internal/gc/typecheck.go	/^var dotField = map[typeSym]*Type{}$/;"	v
 25735  dotLegend	./cmd/pprof/internal/report/report.go	/^func dotLegend(rpt *Report, g graph, origCount, droppedNodes, droppedEdges int) string {$/;"	f
 25736  dotNode	./cmd/pprof/internal/report/report.go	/^func dotNode(rpt *Report, maxFlat float64, rIndex int, n *node) string {$/;"	f
 25737  dotNodelets	./cmd/pprof/internal/report/report.go	/^func dotNodelets(rpt *Report, rIndex int, n *node) (dot string) {$/;"	f
 25738  dotReader	./net/textproto/reader.go	/^type dotReader struct {$/;"	t
 25739  dotWriter	./net/textproto/writer.go	/^type dotWriter struct {$/;"	t
 25740  dotaddable	./cmd/compile/internal/arm/gsubr.go	/^func dotaddable(n *gc.Node, n1 *gc.Node) bool {$/;"	f
 25741  dotaddable	./cmd/compile/internal/x86/gsubr.go	/^func dotaddable(n *gc.Node, n1 *gc.Node) bool {$/;"	f
 25742  dotcrnl	./net/textproto/writer.go	/^var dotcrnl = []byte{'.', '\\r', '\\n'}$/;"	v
 25743  dotdotdot	./cmd/compile/internal/gc/go.y	/^dotdotdot:$/;"	l
 25744  dotest	./debug/gosym/pclntab_test.go	/^func dotest(self bool) bool {$/;"	f
 25745  dotlist	./cmd/compile/internal/gc/go.go	/^var dotlist [10]Dlist \/\/ size is max depth of embeddeds$/;"	v
 25746  dotname	./cmd/compile/internal/gc/go.y	/^dotname:$/;"	l
 25747  dots	./bytes/bytes_test.go	/^var dots = "1....2....3....4"$/;"	v
 25748  dots	./strings/strings_test.go	/^var dots = "1....2....3....4"$/;"	v
 25749  dotypedef	./cmd/link/internal/ld/dwarf.go	/^func dotypedef(parent *DWDie, name string, def *DWDie) {$/;"	f
 25750  doubleJacobian	./crypto/elliptic/elliptic.go	/^func (curve *CurveParams) doubleJacobian(x, y, z *big.Int) (*big.Int, *big.Int, *big.Int) {$/;"	f
 25751  doublePercent	./text/template/exec.go	/^func doublePercent(str string) string {$/;"	f
 25752  dounlockOSThread	./runtime/proc1.go	/^func dounlockOSThread() {$/;"	f
 25753  doversion	./cmd/compile/internal/gc/lex.go	/^func doversion() {$/;"	f
 25754  doversion	./cmd/link/internal/ld/lib.go	/^func doversion() {$/;"	f
 25755  doweak	./cmd/link/internal/ld/go.go	/^func doweak() {$/;"	f
 25756  dowidth	./cmd/compile/internal/gc/align.go	/^func dowidth(t *Type) {$/;"	f
 25757  down	./cmd/link/internal/ld/dwarf.go	/^			\/\/ push dwvar down dwfunc->child to preserve order$/;"	v
 25758  down	./container/heap/heap.go	/^func down(h Interface, i, n int) {$/;"	f
 25759  downCaser	./encoding/xml/xml_test.go	/^type downCaser struct {$/;"	t
 25760  downcount	./cmd/compile/internal/gc/typecheck.go	/^func downcount(t *Type) int {$/;"	f
 25761  download	./cmd/go/get.go	/^func download(arg string, parent *Package, stk *importStack, mode int) {$/;"	f
 25762  download	./cmd/go/vcs.go	/^func (v *vcsCmd) download(dir string) error {$/;"	f
 25763  downloadCache	./cmd/go/get.go	/^var downloadCache = map[string]bool{}$/;"	v
 25764  downloadPackage	./cmd/go/get.go	/^func downloadPackage(p *Package) error {$/;"	f
 25765  downloadPaths	./cmd/go/get.go	/^func downloadPaths(args []string) []string {$/;"	f
 25766  downloadRootCache	./cmd/go/get.go	/^var downloadRootCache = map[string]bool{}$/;"	v
 25767  dpc	./cmd/compile/internal/gc/gsubr.go	/^var dpc *obj.Prog$/;"	v
 25768  dr	./cmd/link/internal/ld/pe.go	/^var dr *Dll$/;"	v
 25769  dr	./image/draw/draw_test.go	/^			var dr, dg, db, da uint32$/;"	v
 25770  drain	./cmd/asm/internal/lex/lex_test.go	/^func drain(input *Input) string {$/;"	f
 25771  drain	./text/template/parse/lex.go	/^func (l *lexer) drain() {$/;"	f
 25772  drainBody	./net/http/httputil/dump.go	/^func drainBody(b io.ReadCloser) (r1, r2 io.ReadCloser, err error) {$/;"	f
 25773  drawCMYK	./image/draw/draw.go	/^func drawCMYK(dst *image.RGBA, r image.Rectangle, src *image.CMYK, sp image.Point) {$/;"	f
 25774  drawCopyOver	./image/draw/draw.go	/^func drawCopyOver(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point) {$/;"	f
 25775  drawCopySrc	./image/draw/draw.go	/^func drawCopySrc(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point) {$/;"	f
 25776  drawFillOver	./image/draw/draw.go	/^func drawFillOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform) {$/;"	f
 25777  drawFillSrc	./image/draw/draw.go	/^func drawFillSrc(dst *image.RGBA, r image.Rectangle, src *image.Uniform) {$/;"	f
 25778  drawGlyphOver	./image/draw/draw.go	/^func drawGlyphOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform, mask *image.Alpha, mp image.Point) {$/;"	f
 25779  drawGray	./image/draw/draw.go	/^func drawGray(dst *image.RGBA, r image.Rectangle, src *image.Gray, sp image.Point) {$/;"	f
 25780  drawNRGBAOver	./image/draw/draw.go	/^func drawNRGBAOver(dst *image.RGBA, r image.Rectangle, src *image.NRGBA, sp image.Point) {$/;"	f
 25781  drawNRGBASrc	./image/draw/draw.go	/^func drawNRGBASrc(dst *image.RGBA, r image.Rectangle, src *image.NRGBA, sp image.Point) {$/;"	f
 25782  drawPaletted	./image/draw/draw.go	/^func drawPaletted(dst Image, r image.Rectangle, src image.Image, sp image.Point, floydSteinberg bool) {$/;"	f
 25783  drawRGBA	./image/draw/draw.go	/^func drawRGBA(dst *image.RGBA, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op) {$/;"	f
 25784  drawTest	./image/draw/draw_test.go	/^type drawTest struct {$/;"	t
 25785  drawTests	./image/draw/draw_test.go	/^var drawTests = []drawTest{$/;"	v
 25786  driverArgs	./database/sql/convert.go	/^func driverArgs(ds *driverStmt, args []interface{}) ([]driver.Value, error) {$/;"	f
 25787  driverConn	./database/sql/sql.go	/^type driverConn struct {$/;"	t
 25788  driverResult	./database/sql/sql.go	/^type driverResult struct {$/;"	t
 25789  driverStmt	./database/sql/sql.go	/^type driverStmt struct {$/;"	t
 25790  drop	./runtime/trace.go	/^func (a *traceAlloc) drop() {$/;"	f
 25791  dropCR	./bufio/scan.go	/^func dropCR(data []byte) []byte {$/;"	f
 25792  dropg	./runtime/proc1.go	/^func dropg() {$/;"	f
 25793  dropm	./runtime/proc1.go	/^func dropm() {$/;"	f
 25794  droppedm	./runtime/asm_arm64.s	/^droppedm:$/;"	l
 25795  droppedm	./runtime/asm_ppc64x.s	/^droppedm:$/;"	l
 25796  drt	./encoding/gob/codec_test.go	/^	var drt RT$/;"	v
 25797  ds	./reflect/value.go	/^	var ds, ss sliceHeader$/;"	v
 25798  dsaAlgorithmParameters	./crypto/x509/x509.go	/^type dsaAlgorithmParameters struct {$/;"	t
 25799  dsaCertPem	./crypto/x509/x509_test.go	/^var dsaCertPem = `-----BEGIN CERTIFICATE-----$/;"	v
 25800  dsaSignature	./crypto/tls/common.go	/^type dsaSignature struct {$/;"	t
 25801  dsaSignature	./crypto/x509/x509.go	/^type dsaSignature struct {$/;"	t
 25802  dsname	./cmd/compile/internal/gc/obj.go	/^func dsname(s *Sym, off int, t string) int {$/;"	f
 25803  dst	./cmd/compile/internal/arm/cgen.go	/^		var dst gc.Node$/;"	v
 25804  dst	./cmd/compile/internal/arm/cgen.go	/^	var dst gc.Node$/;"	v
 25805  dst	./cmd/compile/internal/arm/ggen.go	/^	var dst gc.Node$/;"	v
 25806  dst	./cmd/compile/internal/arm64/cgen.go	/^	var dst gc.Node$/;"	v
 25807  dst	./cmd/compile/internal/arm64/ggen.go	/^	var dst gc.Node$/;"	v
 25808  dst	./cmd/compile/internal/gc/cgen.go	/^	var dst, r1 Node$/;"	v
 25809  dst	./cmd/compile/internal/gc/cgen.go	/^	var dst, src Node$/;"	v
 25810  dst	./cmd/compile/internal/ppc64/cgen.go	/^	var dst gc.Node$/;"	v
 25811  dst	./cmd/compile/internal/ppc64/ggen.go	/^	var dst gc.Node$/;"	v
 25812  dst	./cmd/compile/internal/x86/cgen.go	/^	var dst gc.Node$/;"	v
 25813  dst	./encoding/gob/encoder_test.go	/^	var dst []interface{}$/;"	v
 25814  dst	./encoding/json/example_test.go	/^		var dst interface{}$/;"	v
 25815  dst	./encoding/xml/read_test.go	/^		var dst TableAttrs$/;"	v
 25816  dst	./encoding/xml/read_test.go	/^		var dst Tables$/;"	v
 25817  dst	./encoding/xml/read_test.go	/^	var dst TableAttrs$/;"	v
 25818  dst	./go/types/builtins.go	/^		var dst Type$/;"	v
 25819  dst	./go/types/builtins_test.go	/^	{"copy", `var dst []byte; copy(dst, "hello")`, `func([]byte, string) int`},$/;"	v
 25820  dst	./image/draw/bench_test.go	/^	var dst Image$/;"	v
 25821  dst	./image/jpeg/dct_test.go	/^	var dst [blockSize]float64$/;"	v
 25822  dst	./net/packetconn_test.go	/^		var dst Addr$/;"	v
 25823  dst	./net/url/url.go	/^	var dst []string$/;"	v
 25824  dst	./reflect/value.go	/^\/\/ to a value of type dst. If the conversion is illegal, convertOp returns nil.$/;"	t
 25825  dstringptr	./cmd/compile/internal/gc/obj.go	/^func dstringptr(s *Sym, off int, str string) int {$/;"	f
 25826  dsymptr	./cmd/compile/internal/gc/obj.go	/^func dsymptr(s *Sym, off int, x *Sym, xoff int) int {$/;"	f
 25827  dsymtab	./cmd/link/internal/ld/ldmacho.go	/^	var dsymtab *LdMachoDysymtab$/;"	v
 25828  dt	./cmd/link/internal/ld/dwarf.go	/^	var dt *DWDie$/;"	v
 25829  dt	./cmd/link/internal/ld/dwarf.go	/^	var dt int$/;"	v
 25830  dt	./debug/pe/file.go	/^		var dt ImportDirectory$/;"	v
 25831  dt	./encoding/gob/codec_test.go	/^	var dt DT$/;"	v
 25832  dtStrings	./debug/elf/elf.go	/^var dtStrings = []intName{$/;"	v
 25833  dtoi	./net/parse.go	/^func dtoi(s string, i0 int) (n int, i int, ok bool) {$/;"	f
 25834  dtypesym	./cmd/compile/internal/gc/reflect.go	/^func dtypesym(t *Type) *Sym {$/;"	f
 25835  dualStackServer	./net/mockserver_test.go	/^type dualStackServer struct {$/;"	t
 25836  dualStackTCPListenerTests	./net/listen_test.go	/^var dualStackTCPListenerTests = []struct {$/;"	v
 25837  dualStackUDPListenerTests	./net/listen_test.go	/^var dualStackUDPListenerTests = []struct {$/;"	v
 25838  duint16	./cmd/compile/internal/gc/obj.go	/^func duint16(s *Sym, off int, v uint16) int {$/;"	f
 25839  duint32	./cmd/compile/internal/gc/obj.go	/^func duint32(s *Sym, off int, v uint32) int {$/;"	f
 25840  duint64	./cmd/compile/internal/gc/obj.go	/^func duint64(s *Sym, off int, v uint64) int {$/;"	f
 25841  duint8	./cmd/compile/internal/gc/obj.go	/^func duint8(s *Sym, off int, v uint8) int {$/;"	f
 25842  duintptr	./cmd/compile/internal/gc/obj.go	/^func duintptr(s *Sym, off int, v uint64) int {$/;"	f
 25843  duintxx	./cmd/compile/internal/gc/obj.go	/^func duintxx(s *Sym, off int, v uint64, wid int) int {$/;"	f
 25844  dum	./runtime/string.go	/^	var dum [4]byte$/;"	v
 25845  dummy	./reflect/all_test.go	/^func dummy(b byte, c int, d byte, e two, f byte, g float32, h byte) (i byte, j int, k byte, l two, m byte, n float32, o byte) {$/;"	f
 25846  dummy	./reflect/value.go	/^var dummy struct {$/;"	v
 25847  dummy	./syscall/lsf_linux.go	/^	var dummy int$/;"	v
 25848  dummy	./syscall/syscall_bsd.go	/^	var dummy byte$/;"	v
 25849  dummy	./syscall/syscall_linux.go	/^	var dummy byte$/;"	v
 25850  dummy	./syscall/syscall_solaris.go	/^	var dummy int8$/;"	v
 25851  dummyAddr	./net/http/serve_test.go	/^type dummyAddr string$/;"	t
 25852  dummyReq	./net/http/response_test.go	/^func dummyReq(method string) *Request {$/;"	f
 25853  dummyReq11	./net/http/response_test.go	/^func dummyReq11(method string) *Request {$/;"	f
 25854  dump	./cmd/gofmt/rewrite.go	/^func dump(msg string, val reflect.Value) {$/;"	f
 25855  dump	./container/ring/ring_test.go	/^func dump(r *Ring) {$/;"	f
 25856  dump	./encoding/gob/debug.go	/^func (deb *debugger) dump(format string, args ...interface{}) {$/;"	f
 25857  dump	./go/types/errors.go	/^func (check *Checker) dump(format string, args ...interface{}) {$/;"	f
 25858  dump	./regexp/syntax/parse_test.go	/^func dump(re *Regexp) string {$/;"	f
 25859  dump	./runtime/trace.go	/^func (tab *traceStackTable) dump() {$/;"	f
 25860  dump	./text/tabwriter/tabwriter.go	/^func (b *Writer) dump() {$/;"	f
 25861  dump	./unicode/maketables.go	/^func (char *Char) dump(s string) {$/;"	f
 25862  dumpAsReceived	./net/http/httputil/dump.go	/^func dumpAsReceived(req *http.Request, w io.Writer) error {$/;"	f
 25863  dumpBytes	./encoding/gob/debug.go	/^var dumpBytes = false \/\/ If true, print the remaining bytes in the input buffer at each item.$/;"	v
 25864  dumpConn	./net/http/httputil/dump.go	/^type dumpConn struct {$/;"	t
 25865  dumpDep	./database/sql/sql_test.go	/^func (db *DB) dumpDep(t *testing.T, depth int, dep finalCloser, seen map[finalCloser]bool) {$/;"	f
 25866  dumpDeps	./database/sql/sql_test.go	/^func (db *DB) dumpDeps(t *testing.T) {$/;"	f
 25867  dumpFreeList	./runtime/mgcsweep.go	/^func dumpFreeList(s *mspan) {$/;"	f
 25868  dumpGCProg	./runtime/mbitmap.go	/^func dumpGCProg(p *byte) {$/;"	f
 25869  dumpInst	./regexp/syntax/prog.go	/^func dumpInst(b *bytes.Buffer, i *Inst) {$/;"	f
 25870  dumpLines	./debug/dwarf/line_test.go	/^func dumpLines(t *testing.T, lines []LineEntry) {$/;"	f
 25871  dumpProg	./regexp/syntax/prog.go	/^func dumpProg(b *bytes.Buffer, p *Prog) {$/;"	f
 25872  dumpRange	./unicode/maketables.go	/^func dumpRange(header string, inCategory Op) {$/;"	f
 25873  dumpRegexp	./regexp/syntax/parse_test.go	/^func dumpRegexp(b *bytes.Buffer, re *Regexp) {$/;"	f
 25874  dumpResTests	./net/http/httputil/dump_test.go	/^var dumpResTests = []struct {$/;"	v
 25875  dumpTest	./net/http/httputil/dump_test.go	/^type dumpTest struct {$/;"	t
 25876  dumpTests	./net/http/httputil/dump_test.go	/^var dumpTests = []dumpTest{$/;"	v
 25877  dumpasmhdr	./cmd/compile/internal/gc/export.go	/^func dumpasmhdr() {$/;"	f
 25878  dumpbool	./runtime/heapdump.go	/^func dumpbool(b bool) {$/;"	f
 25879  dumpbv	./runtime/heapdump.go	/^func dumpbv(cbv *bitvector, offset uintptr) {$/;"	f
 25880  dumpbvtypes	./runtime/heapdump.go	/^func dumpbvtypes(bv *bitvector, base unsafe.Pointer) {$/;"	f
 25881  dumpcase	./cmd/compile/internal/gc/swt.go	/^func dumpcase(cc []*caseClause) {$/;"	f
 25882  dumpdata	./cmd/compile/internal/gc/gsubr.go	/^func dumpdata() {$/;"	f
 25883  dumpdcl	./cmd/compile/internal/gc/dcl.go	/^func dumpdcl(st string) {$/;"	f
 25884  dumpdepth	./cmd/compile/internal/gc/fmt.go	/^var dumpdepth int$/;"	v
 25885  dumpempty	./cmd/yacc/yacc.go	/^func dumpempty() {$/;"	f
 25886  dumper	./encoding/hex/hex.go	/^type dumper struct {$/;"	t
 25887  dumpexport	./cmd/compile/internal/gc/export.go	/^func dumpexport() {$/;"	f
 25888  dumpexportconst	./cmd/compile/internal/gc/export.go	/^func dumpexportconst(s *Sym) {$/;"	f
 25889  dumpexporttype	./cmd/compile/internal/gc/export.go	/^func dumpexporttype(t *Type) {$/;"	f
 25890  dumpexportvar	./cmd/compile/internal/gc/export.go	/^func dumpexportvar(s *Sym) {$/;"	f
 25891  dumpfd	./runtime/heapdump.go	/^var dumpfd uintptr \/\/ fd to write the dump to.$/;"	v
 25892  dumpfields	./runtime/heapdump.go	/^func dumpfields(bv bitvector) {$/;"	f
 25893  dumpfinalizer	./runtime/heapdump.go	/^func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) {$/;"	f
 25894  dumpframe	./runtime/heapdump.go	/^func dumpframe(s *stkframe, arg unsafe.Pointer) bool {$/;"	f
 25895  dumpglobls	./cmd/compile/internal/gc/obj.go	/^func dumpglobls() {$/;"	f
 25896  dumpgoroutine	./runtime/heapdump.go	/^func dumpgoroutine(gp *g) {$/;"	f
 25897  dumpgs	./runtime/heapdump.go	/^func dumpgs() {$/;"	f
 25898  dumpgstatus	./runtime/proc1.go	/^func dumpgstatus(gp *g) {$/;"	f
 25899  dumphdr	./runtime/heapdump.go	/^var dumphdr = []byte("go1.5 heap dump\\n")$/;"	v
 25900  dumpint	./runtime/heapdump.go	/^func dumpint(v uint64) {$/;"	f
 25901  dumpitabs	./runtime/heapdump.go	/^func dumpitabs() {$/;"	f
 25902  dumplist	./cmd/compile/internal/gc/fmt.go	/^func dumplist(s string, l *NodeList) {$/;"	f
 25903  dumpmemprof	./runtime/heapdump.go	/^func dumpmemprof() {$/;"	f
 25904  dumpmemprof_callback	./runtime/heapdump.go	/^func dumpmemprof_callback(b *bucket, nstk uintptr, pstk *uintptr, size, allocs, frees uintptr) {$/;"	f
 25905  dumpmemrange	./runtime/heapdump.go	/^func dumpmemrange(data unsafe.Pointer, len uintptr) {$/;"	f
 25906  dumpmemstats	./runtime/heapdump.go	/^func dumpmemstats() {$/;"	f
 25907  dumpms	./runtime/heapdump.go	/^func dumpms() {$/;"	f
 25908  dumpnodetypes	./cmd/compile/internal/gc/walk.go	/^func dumpnodetypes(l *NodeList, what string) string {$/;"	f
 25909  dumpobj	./cmd/compile/internal/gc/obj.go	/^func dumpobj() {$/;"	f
 25910  dumpobj	./runtime/heapdump.go	/^func dumpobj(obj unsafe.Pointer, size uintptr, bv bitvector) {$/;"	f
 25911  dumpobjs	./runtime/heapdump.go	/^func dumpobjs() {$/;"	f
 25912  dumpone	./cmd/compile/internal/gc/reg.go	/^func dumpone(f *Flow, isreg int) {$/;"	f
 25913  dumpotherroot	./runtime/heapdump.go	/^func dumpotherroot(description string, to unsafe.Pointer) {$/;"	f
 25914  dumpparams	./runtime/heapdump.go	/^func dumpparams() {$/;"	f
 25915  dumppkg	./cmd/compile/internal/gc/export.go	/^func dumppkg(p *Pkg) {$/;"	f
 25916  dumppres	./cmd/yacc/yacc.go	/^func dumppres() {$/;"	f
 25917  dumpprod	./cmd/yacc/yacc.go	/^func dumpprod(curprod []int, max int) {$/;"	f
 25918  dumpregs	./runtime/defs_plan9_386.go	/^func dumpregs(u *ureg) {$/;"	f
 25919  dumpregs	./runtime/defs_plan9_amd64.go	/^func dumpregs(u *ureg) {$/;"	f
 25920  dumpregs	./runtime/defs_windows_386.go	/^func dumpregs(r *context) {$/;"	f
 25921  dumpregs	./runtime/defs_windows_amd64.go	/^func dumpregs(r *context) {$/;"	f
 25922  dumpregs	./runtime/signal_386.go	/^func dumpregs(c *sigctxt) {$/;"	f
 25923  dumpregs	./runtime/signal_amd64x.go	/^func dumpregs(c *sigctxt) {$/;"	f
 25924  dumpregs	./runtime/signal_arm.go	/^func dumpregs(c *sigctxt) {$/;"	f
 25925  dumpregs	./runtime/signal_arm64.go	/^func dumpregs(c *sigctxt) {$/;"	f
 25926  dumpregs	./runtime/signal_ppc64x.go	/^func dumpregs(c *sigctxt) {$/;"	f
 25927  dumproots	./runtime/heapdump.go	/^func dumproots() {$/;"	f
 25928  dumpslice	./runtime/heapdump.go	/^func dumpslice(b []byte) {$/;"	f
 25929  dumpstr	./runtime/heapdump.go	/^func dumpstr(s string) {$/;"	f
 25930  dumpsym	./cmd/compile/internal/gc/export.go	/^func dumpsym(s *Sym) {$/;"	f
 25931  dumptype	./runtime/heapdump.go	/^func dumptype(t *_type) {$/;"	f
 25932  dumptypes	./cmd/compile/internal/gc/walk.go	/^func dumptypes(nl **Type, what string) string {$/;"	f
 25933  dumptypestructs	./cmd/compile/internal/gc/reflect.go	/^func dumptypestructs() {$/;"	f
 25934  dup	./cmd/link/internal/ld/objfile.go	/^	var dup *LSym$/;"	v
 25935  dup	./crypto/cipher/cipher.go	/^func dup(p []byte) []byte {$/;"	f
 25936  dup	./crypto/md5/gen.go	/^func dup(count int, x []int) []int {$/;"	f
 25937  dup	./go/types/typestring_test.go	/^func dup(s string) testEntry {$/;"	f
 25938  dup	./net/fd_plan9.go	/^func (fd *netFD) dup() (*os.File, error) {$/;"	f
 25939  dup	./net/fd_plan9.go	/^func (l *TCPListener) dup() (*os.File, error) {$/;"	f
 25940  dup	./net/fd_unix.go	/^func (fd *netFD) dup() (f *os.File, err error) {$/;"	f
 25941  dup	./net/fd_windows.go	/^func (fd *netFD) dup() (*os.File, error) {$/;"	f
 25942  dupCloseOnExec	./net/fd_unix.go	/^func dupCloseOnExec(fd int) (newfd int, err error) {$/;"	f
 25943  dupCloseOnExecOld	./net/fd_unix.go	/^func dupCloseOnExecOld(fd int) (newfd int, err error) {$/;"	f
 25944  dupSocket	./net/file_unix.go	/^func dupSocket(f *os.File) (int, error) {$/;"	f
 25945  dupok	./cmd/vet/testdata/asm.go	/^func dupok(x int)$/;"	f
 25946  durationTests	./time/time_test.go	/^var durationTests = []struct {$/;"	v
 25947  durationValue	./flag/flag.go	/^type durationValue time.Duration$/;"	t
 25948  during	./encoding/gob/decode.go	/^	\/\/ if we load a type during decode (when reading an interface value).$/;"	t
 25949  dv	./cmd/link/internal/ld/dwarf.go	/^	var dv *DWDie$/;"	v
 25950  dv	./cmd/link/internal/ld/pcln.go	/^	var dv int32$/;"	v
 25951  dw	./compress/flate/deflate.go	/^	var dw Writer$/;"	v
 25952  dwa	./cmd/link/internal/ld/dwarf.go	/^	var dwa *DWAttr$/;"	v
 25953  dwarf	./cmd/cgo/gcc.go	/^func (c *typeConv) FuncArg(dtype dwarf.Type, pos token.Pos) *Type {$/;"	t
 25954  dwarf	./cmd/cgo/gcc.go	/^func (c *typeConv) Type(dtype dwarf.Type, pos token.Pos) *Type {$/;"	t
 25955  dwarf64	./debug/dwarf/buf.go	/^func (u unknownFormat) dwarf64() (bool, bool) {$/;"	f
 25956  dwarf64	./debug/dwarf/unit.go	/^func (u *unit) dwarf64() (bool, bool) {$/;"	f
 25957  dwarfToName	./cmd/cgo/gcc.go	/^var dwarfToName = map[string]string{$/;"	v
 25958  dwarfaddelfheaders	./cmd/link/internal/ld/dwarf.go	/^func dwarfaddelfheaders() {$/;"	f
 25959  dwarfaddelfrelocheader	./cmd/link/internal/ld/dwarf.go	/^func dwarfaddelfrelocheader(elfstr int, shdata *ElfShdr, off int64, size int64) {$/;"	f
 25960  dwarfaddelfsectionsyms	./cmd/link/internal/ld/dwarf.go	/^func dwarfaddelfsectionsyms() {$/;"	f
 25961  dwarfaddmachoheaders	./cmd/link/internal/ld/dwarf.go	/^func dwarfaddmachoheaders(ms *MachoSeg) {$/;"	f
 25962  dwarfaddpeheaders	./cmd/link/internal/ld/dwarf.go	/^func dwarfaddpeheaders() {$/;"	f
 25963  dwarfaddshstrings	./cmd/link/internal/ld/dwarf.go	/^func dwarfaddshstrings(shstrtab *LSym) {$/;"	f
 25964  dwarfemitreloc	./cmd/link/internal/ld/dwarf.go	/^func dwarfemitreloc() {$/;"	f
 25965  dwarfhashstr	./cmd/link/internal/ld/dwarf.go	/^func dwarfhashstr(s string) uint32 {$/;"	f
 25966  dwarfstart	./cmd/link/internal/ld/macho_combine_dwarf.go	/^var dwarfstart, linkstart int64$/;"	v
 25967  dwfunc	./cmd/link/internal/ld/dwarf.go	/^	var dwfunc *DWDie$/;"	v
 25968  dwglobals	./cmd/link/internal/ld/dwarf.go	/^var dwglobals DWDie$/;"	v
 25969  dwh	./cmd/link/internal/ld/dwarf.go	/^	var dwh *DWDie$/;"	v
 25970  dwhb	./cmd/link/internal/ld/dwarf.go	/^	var dwhb *DWDie$/;"	v
 25971  dwhk	./cmd/link/internal/ld/dwarf.go	/^	var dwhk *DWDie$/;"	v
 25972  dwhv	./cmd/link/internal/ld/dwarf.go	/^	var dwhv *DWDie$/;"	v
 25973  dwinfo	./cmd/link/internal/ld/dwarf.go	/^	var dwinfo *DWDie$/;"	v
 25974  dwn	./cmd/internal/obj/ld.go	/^	var dwn [LOG]int32$/;"	v
 25975  dwrite	./runtime/heapdump.go	/^func dwrite(data unsafe.Pointer, len uintptr) {$/;"	f
 25976  dwritebyte	./runtime/heapdump.go	/^func dwritebyte(b byte) {$/;"	f
 25977  dwroot	./cmd/link/internal/ld/dwarf.go	/^var dwroot DWDie$/;"	v
 25978  dws	./cmd/link/internal/ld/dwarf.go	/^	var dws **DWDie$/;"	v
 25979  dws	./cmd/link/internal/ld/dwarf.go	/^	var dws *DWDie$/;"	v
 25980  dwtypes	./cmd/link/internal/ld/dwarf.go	/^var dwtypes DWDie$/;"	v
 25981  dwvar	./cmd/link/internal/ld/dwarf.go	/^	var dwvar *DWDie$/;"	v
 25982  dww	./cmd/link/internal/ld/dwarf.go	/^	var dww *DWDie$/;"	v
 25983  dx	./cmd/compile/internal/amd64/ggen.go	/^	var dx gc.Node$/;"	v
 25984  dx	./cmd/compile/internal/x86/cgen64.go	/^	var dx gc.Node$/;"	v
 25985  dx	./cmd/compile/internal/x86/ggen.go	/^	var dx gc.Node$/;"	v
 25986  dx	./cmd/compile/internal/x86/gsubr.go	/^		var dx gc.Node$/;"	v
 25987  dyldInfoCmd	./cmd/link/internal/ld/macho_combine_dwarf.go	/^type dyldInfoCmd struct {$/;"	t
 25988  dylib	./cmd/link/internal/ld/macho.go	/^var dylib []string$/;"	v
 25989  dyn	./runtime/vdso_linux_amd64.go	/^	var dyn *[1 << 20]elf64Dyn$/;"	v
 25990  dynamicSymbolsGolden	./debug/elf/symbols_test.go	/^var dynamicSymbolsGolden = map[string][]Symbol{$/;"	v
 25991  dynimport	./cmd/cgo/out.go	/^func dynimport(obj string) {$/;"	f
 25992  dynlinker	./cmd/cgo/main.go	/^var dynlinker = flag.Bool("dynlinker", false, "record dynamic linker information in -dynimport mode")$/;"	v
 25993  dynobj	./cmd/cgo/main.go	/^var dynobj = flag.String("dynimport", "", "if non-empty, print dynamic import data for that file")$/;"	v
 25994  dynout	./cmd/cgo/main.go	/^var dynout = flag.String("dynout", "", "write -dynimport output to this file")$/;"	v
 25995  dynpackage	./cmd/cgo/main.go	/^var dynpackage = flag.String("dynpackage", "main", "set Go package for -dynimport output")$/;"	v
 25996  dynreloc	./cmd/link/internal/ld/data.go	/^func dynreloc() {$/;"	f
 25997  dynrelocsym	./cmd/link/internal/ld/data.go	/^func dynrelocsym(s *LSym) {$/;"	f
 25998  dzDI	./cmd/compile/internal/amd64/ggen.go	/^func dzDI(q int64) int64 {$/;"	f
 25999  dzOff	./cmd/compile/internal/amd64/ggen.go	/^func dzOff(q int64) int64 {$/;"	f
 26000  e1	./debug/dwarf/testdata/typedef.c	/^	e1 = 1,$/;"	e	enum:my_enum	file:
 26001  e1	./os/file_plan9.go	/^			var e1 error$/;"	v
 26002  e2	./cmd/vet/nilfunc.go	/^	var e2 ast.Expr$/;"	v
 26003  e2	./crypto/elliptic/p256.go	/^	var e2, e4, e8, e16, e32, e64 [p256Limbs]uint32$/;"	v
 26004  e2	./debug/dwarf/testdata/typedef.c	/^	e2 = 2,$/;"	e	enum:my_enum	file:
 26005  e3	./debug/dwarf/testdata/typedef.c	/^	e3 = -5,$/;"	e	enum:my_enum	file:
 26006  e4	./debug/dwarf/testdata/typedef.c	/^	e4 = 1000000000000000LL,$/;"	e	enum:my_enum	file:
 26007  early	./cmd/compile/internal/gc/walk.go	/^	var early *NodeList$/;"	v
 26008  earlycgocallback	./runtime/proc1.go	/^var earlycgocallback = []byte("fatal error: cgo callback before cgo call\\n")$/;"	v
 26009  earthMass	./sort/example_keys_test.go	/^type earthMass float64$/;"	t
 26010  eatAttrName	./html/template/transition.go	/^func eatAttrName(s []byte, i int) (int, *Error) {$/;"	f
 26011  eatTagName	./html/template/transition.go	/^func eatTagName(s []byte, i int) (int, element) {$/;"	f
 26012  eatWhiteSpace	./html/template/transition.go	/^func eatWhiteSpace(s []byte, i int) int {$/;"	f
 26013  eax	./runtime/signal_darwin_386.go	/^func (c *sigctxt) eax() uint32     { return c.regs().eax }$/;"	f
 26014  eax	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) eax() uint32     { return c.regs().mc_eax }$/;"	f
 26015  eax	./runtime/signal_linux_386.go	/^func (c *sigctxt) eax() uint32       { return c.regs().eax }$/;"	f
 26016  eax	./runtime/signal_nacl_386.go	/^func (c *sigctxt) eax() uint32       { return c.regs().eax }$/;"	f
 26017  eax	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) eax() uint32      { return c.regs().__gregs[_REG_EAX] }$/;"	f
 26018  eax	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) eax() uint32     { return c.regs().sc_eax }$/;"	f
 26019  ebase	./cmd/compile/internal/big/floatconv.go	/^	var ebase int$/;"	v
 26020  ebase	./math/big/floatconv.go	/^	var ebase int$/;"	v
 26021  ebp	./runtime/signal_darwin_386.go	/^func (c *sigctxt) ebp() uint32     { return c.regs().ebp }$/;"	f
 26022  ebp	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) ebp() uint32     { return c.regs().mc_ebp }$/;"	f
 26023  ebp	./runtime/signal_linux_386.go	/^func (c *sigctxt) ebp() uint32       { return c.regs().ebp }$/;"	f
 26024  ebp	./runtime/signal_nacl_386.go	/^func (c *sigctxt) ebp() uint32       { return c.regs().ebp }$/;"	f
 26025  ebp	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) ebp() uint32      { return c.regs().__gregs[_REG_EBP] }$/;"	f
 26026  ebp	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) ebp() uint32     { return c.regs().sc_ebp }$/;"	f
 26027  ebx	./runtime/signal_darwin_386.go	/^func (c *sigctxt) ebx() uint32     { return c.regs().ebx }$/;"	f
 26028  ebx	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) ebx() uint32     { return c.regs().mc_ebx }$/;"	f
 26029  ebx	./runtime/signal_linux_386.go	/^func (c *sigctxt) ebx() uint32       { return c.regs().ebx }$/;"	f
 26030  ebx	./runtime/signal_nacl_386.go	/^func (c *sigctxt) ebx() uint32       { return c.regs().ebx }$/;"	f
 26031  ebx	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) ebx() uint32      { return c.regs().__gregs[_REG_EBX] }$/;"	f
 26032  ebx	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) ebx() uint32     { return c.regs().sc_ebx }$/;"	f
 26033  ec	./os/exec_windows.go	/^	var ec uint32$/;"	v
 26034  ecPrivateKey	./crypto/x509/sec1.go	/^type ecPrivateKey struct {$/;"	t
 26035  ecPrivateKeyHex	./crypto/x509/sec1_test.go	/^var ecPrivateKeyHex = `3081a40201010430bdb9839c08ee793d1157886a7a758a3c8b2a17a4df48f17ace57c72c56b4723cf21dcda21d4e1ad57ff034f19fcfd98ea00706052b81040022a16403620004feea808b5ee2429cfcce13c32160e1c960990bd050bb0fdf7222f3decd0a55008e32a6aa3c9062051c4cba92a7a3b178b24567412d43cdd2f882fa5addddd726fe3e208d2c26d733a773a597abb749714df7256ead5105fa6e7b3650de236b50`$/;"	v
 26036  ecdheECDSAKA	./crypto/tls/cipher_suites.go	/^func ecdheECDSAKA(version uint16) keyAgreement {$/;"	f
 26037  ecdheKeyAgreement	./crypto/tls/key_agreement.go	/^type ecdheKeyAgreement struct {$/;"	t
 26038  ecdheRSAKA	./crypto/tls/cipher_suites.go	/^func ecdheRSAKA(version uint16) keyAgreement {$/;"	f
 26039  ecdsaCertPEM	./crypto/tls/tls_test.go	/^var ecdsaCertPEM = `-----BEGIN CERTIFICATE-----$/;"	v
 26040  ecdsaKeyPEM	./crypto/tls/tls_test.go	/^var ecdsaKeyPEM = `-----BEGIN EC PARAMETERS-----$/;"	v
 26041  ecdsaSHA1CertPem	./crypto/x509/x509_test.go	/^var ecdsaSHA1CertPem = `$/;"	v
 26042  ecdsaSHA256p256CertPem	./crypto/x509/x509_test.go	/^var ecdsaSHA256p256CertPem = `$/;"	v
 26043  ecdsaSHA256p384CertPem	./crypto/x509/x509_test.go	/^var ecdsaSHA256p384CertPem = `$/;"	v
 26044  ecdsaSHA384p521CertPem	./crypto/x509/x509_test.go	/^var ecdsaSHA384p521CertPem = `$/;"	v
 26045  ecdsaSignature	./crypto/ecdsa/ecdsa.go	/^type ecdsaSignature struct {$/;"	t
 26046  ecdsaSignature	./crypto/tls/common.go	/^type ecdsaSignature dsaSignature$/;"	t
 26047  ecdsaSignature	./crypto/x509/x509.go	/^type ecdsaSignature dsaSignature$/;"	t
 26048  ecdsaTests	./crypto/x509/x509_test.go	/^var ecdsaTests = []struct {$/;"	v
 26049  echo	./text/template/exec_test.go	/^func echo(arg interface{}) interface{} {$/;"	f
 26050  echoCookiesRedirectHandler	./net/http/client_test.go	/^var echoCookiesRedirectHandler = HandlerFunc(func(w ResponseWriter, r *Request) {$/;"	v
 26051  ecorr	./cmd/compile/internal/big/ratconv.go	/^	var ecorr int$/;"	v
 26052  ecorr	./math/big/ratconv.go	/^	var ecorr int$/;"	v
 26053  ecx	./runtime/signal_darwin_386.go	/^func (c *sigctxt) ecx() uint32     { return c.regs().ecx }$/;"	f
 26054  ecx	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) ecx() uint32     { return c.regs().mc_ecx }$/;"	f
 26055  ecx	./runtime/signal_linux_386.go	/^func (c *sigctxt) ecx() uint32       { return c.regs().ecx }$/;"	f
 26056  ecx	./runtime/signal_nacl_386.go	/^func (c *sigctxt) ecx() uint32       { return c.regs().ecx }$/;"	f
 26057  ecx	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) ecx() uint32      { return c.regs().__gregs[_REG_ECX] }$/;"	f
 26058  ecx	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) ecx() uint32     { return c.regs().sc_ecx }$/;"	f
 26059  edata	./cmd/internal/obj/objfile.go	/^	var edata *LSym$/;"	v
 26060  edgeInfo	./cmd/pprof/internal/report/report.go	/^type edgeInfo struct {$/;"	t
 26061  edgeList	./cmd/pprof/internal/report/report.go	/^type edgeList []*edgeInfo$/;"	t
 26062  edgeMap	./cmd/pprof/internal/report/report.go	/^type edgeMap map[*node]*edgeInfo$/;"	t
 26063  edges	./cmd/pprof/internal/report/report.go	/^	var edges edgeList$/;"	v
 26064  edi	./runtime/signal_darwin_386.go	/^func (c *sigctxt) edi() uint32     { return c.regs().edi }$/;"	f
 26065  edi	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) edi() uint32     { return c.regs().mc_edi }$/;"	f
 26066  edi	./runtime/signal_linux_386.go	/^func (c *sigctxt) edi() uint32       { return c.regs().edi }$/;"	f
 26067  edi	./runtime/signal_nacl_386.go	/^func (c *sigctxt) edi() uint32       { return c.regs().edi }$/;"	f
 26068  edi	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) edi() uint32      { return c.regs().__gregs[_REG_EDI] }$/;"	f
 26069  edi	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) edi() uint32     { return c.regs().sc_edi }$/;"	f
 26070  editActionNode	./html/template/escape.go	/^func (e *escaper) editActionNode(n *parse.ActionNode, cmds []string) {$/;"	f
 26071  editTemplateNode	./html/template/escape.go	/^func (e *escaper) editTemplateNode(n *parse.TemplateNode, callee string) {$/;"	f
 26072  editTextNode	./html/template/escape.go	/^func (e *escaper) editTextNode(n *parse.TextNode, text []byte) {$/;"	f
 26073  edx	./runtime/signal_darwin_386.go	/^func (c *sigctxt) edx() uint32     { return c.regs().edx }$/;"	f
 26074  edx	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) edx() uint32     { return c.regs().mc_edx }$/;"	f
 26075  edx	./runtime/signal_linux_386.go	/^func (c *sigctxt) edx() uint32       { return c.regs().edx }$/;"	f
 26076  edx	./runtime/signal_nacl_386.go	/^func (c *sigctxt) edx() uint32       { return c.regs().edx }$/;"	f
 26077  edx	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) edx() uint32      { return c.regs().__gregs[_REG_EDX] }$/;"	f
 26078  edx	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) edx() uint32     { return c.regs().sc_edx }$/;"	f
 26079  eface	./reflect/value.go	/^		var eface interface{}$/;"	v
 26080  eface	./runtime/runtime2.go	/^type eface struct {$/;"	t
 26081  efaceHash	./runtime/alg.go	/^func efaceHash(i interface{}, seed uintptr) uintptr {$/;"	f
 26082  efaceeq	./cmd/compile/internal/gc/builtin/runtime.go	/^func efaceeq(i1 any, i2 any) (ret bool)$/;"	f
 26083  efaceeq	./runtime/alg.go	/^func efaceeq(p, q interface{}) bool {$/;"	f
 26084  efacethash	./cmd/compile/internal/gc/builtin/runtime.go	/^func efacethash(i1 any) (ret uint32)$/;"	f
 26085  efacethash	./runtime/iface.go	/^func efacethash(e interface{}) uint32 {$/;"	f
 26086  eflags	./runtime/signal_darwin_386.go	/^func (c *sigctxt) eflags() uint32  { return c.regs().eflags }$/;"	f
 26087  eflags	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) eflags() uint32  { return c.regs().mc_eflags }$/;"	f
 26088  eflags	./runtime/signal_linux_386.go	/^func (c *sigctxt) eflags() uint32    { return c.regs().eflags }$/;"	f
 26089  eflags	./runtime/signal_nacl_386.go	/^func (c *sigctxt) eflags() uint32    { return c.regs().eflags }$/;"	f
 26090  eflags	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) eflags() uint32   { return c.regs().__gregs[_REG_EFL] }$/;"	f
 26091  eflags	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) eflags() uint32  { return c.regs().sc_eflags }$/;"	f
 26092  eg	./go/doc/testdata/example.go	/^	var eg InternalExample$/;"	v
 26093  eg	./testing/example.go	/^	var eg InternalExample$/;"	v
 26094  ehdr	./cmd/link/internal/ld/elf.go	/^var ehdr ElfEhdr$/;"	v
 26095  ehlo	./net/smtp/smtp.go	/^func (c *Client) ehlo() error {$/;"	f
 26096  eip	./runtime/signal_darwin_386.go	/^func (c *sigctxt) eip() uint32     { return c.regs().eip }$/;"	f
 26097  eip	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) eip() uint32     { return c.regs().mc_eip }$/;"	f
 26098  eip	./runtime/signal_linux_386.go	/^func (c *sigctxt) eip() uint32       { return c.regs().eip }$/;"	f
 26099  eip	./runtime/signal_nacl_386.go	/^func (c *sigctxt) eip() uint32       { return c.regs().eip }$/;"	f
 26100  eip	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) eip() uint32      { return c.regs().__gregs[_REG_EIP] }$/;"	f
 26101  eip	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) eip() uint32     { return c.regs().sc_eip }$/;"	f
 26102  elapsed	./cmd/link/internal/ld/util.go	/^func elapsed() float64 {$/;"	f
 26103  elem	./cmd/go/test.go	/^	var elem string$/;"	v
 26104  elem	./cmd/link/internal/ld/dwarf.go	/^	var elem *DWDie$/;"	v
 26105  elemId	./encoding/gob/decode.go	/^			var elemId typeId$/;"	v
 26106  element	./cmd/compile/internal/big/int_test.go	/^	var element, modulus, gcd, inverse Int$/;"	v
 26107  element	./html/template/context.go	/^type element uint8$/;"	t
 26108  element	./math/big/int_test.go	/^	var element, modulus, gcd, inverse Int$/;"	v
 26109  elementContentType	./html/template/transition.go	/^var elementContentType = [...]state{$/;"	v
 26110  elementNameMap	./html/template/transition.go	/^var elementNameMap = map[string]element{$/;"	v
 26111  elementNames	./html/template/context.go	/^var elementNames = [...]string{$/;"	v
 26112  elementsof	./regexp/testdata/testregex.c	/^#define elementsof(/;"	d	file:
 26113  elemsize	./cmd/link/internal/ld/dwarf.go	/^	var elemsize int$/;"	v
 26114  elemtype	./cmd/link/internal/ld/dwarf.go	/^	var elemtype *DWDie$/;"	v
 26115  elf32phdr	./cmd/link/internal/ld/elf.go	/^func elf32phdr(e *ElfPhdr) {$/;"	f
 26116  elf32shdr	./cmd/link/internal/ld/elf.go	/^func elf32shdr(e *ElfShdr) {$/;"	f
 26117  elf32writehdr	./cmd/link/internal/ld/elf.go	/^func elf32writehdr() uint32 {$/;"	f
 26118  elf64	./cmd/link/internal/ld/elf.go	/^var elf64 bool$/;"	v
 26119  elf64Auxv	./runtime/vdso_linux_amd64.go	/^type elf64Auxv struct {$/;"	t
 26120  elf64Dyn	./runtime/vdso_linux_amd64.go	/^type elf64Dyn struct {$/;"	t
 26121  elf64Ehdr	./runtime/vdso_linux_amd64.go	/^type elf64Ehdr struct {$/;"	t
 26122  elf64Phdr	./runtime/vdso_linux_amd64.go	/^type elf64Phdr struct {$/;"	t
 26123  elf64Shdr	./runtime/vdso_linux_amd64.go	/^type elf64Shdr struct {$/;"	t
 26124  elf64Sym	./runtime/vdso_linux_amd64.go	/^type elf64Sym struct {$/;"	t
 26125  elf64Verdaux	./runtime/vdso_linux_amd64.go	/^type elf64Verdaux struct {$/;"	t
 26126  elf64Verdef	./runtime/vdso_linux_amd64.go	/^type elf64Verdef struct {$/;"	t
 26127  elf64phdr	./cmd/link/internal/ld/elf.go	/^func elf64phdr(e *ElfPhdr) {$/;"	f
 26128  elf64shdr	./cmd/link/internal/ld/elf.go	/^func elf64shdr(e *ElfShdr) {$/;"	f
 26129  elf64writehdr	./cmd/link/internal/ld/elf.go	/^func elf64writehdr() uint32 {$/;"	f
 26130  elfData	./debug/dwarf/type_test.go	/^func elfData(t *testing.T, name string) *Data {$/;"	f
 26131  elfFile	./cmd/internal/objfile/elf.go	/^type elfFile struct {$/;"	t
 26132  elfGoNote	./cmd/go/note.go	/^var elfGoNote = []byte("Go\\x00\\x00")$/;"	v
 26133  elfbind	./cmd/link/internal/ld/symtab.go	/^var elfbind int$/;"	v
 26134  elfbuildinfo	./cmd/link/internal/ld/elf.go	/^func elfbuildinfo(sh *ElfShdr, startva uint64, resoff uint64) int {$/;"	f
 26135  elfdynhash	./cmd/link/internal/ld/elf.go	/^func elfdynhash() {$/;"	f
 26136  elfgobuildid	./cmd/link/internal/ld/elf.go	/^func elfgobuildid(sh *ElfShdr, startva uint64, resoff uint64) int {$/;"	f
 26137  elfhash	./cmd/link/internal/ld/elf.go	/^func elfhash(name []byte) uint32 {$/;"	f
 26138  elfinterp	./cmd/link/internal/ld/elf.go	/^func elfinterp(sh *ElfShdr, startva uint64, resoff uint64, p string) int {$/;"	f
 26139  elfmap	./cmd/link/internal/ld/ldelf.go	/^func elfmap(elfobj *ElfObj, sect *ElfSect) (err error) {$/;"	f
 26140  elfnetbsdsig	./cmd/link/internal/ld/elf.go	/^func elfnetbsdsig(sh *ElfShdr, startva uint64, resoff uint64) int {$/;"	f
 26141  elfnote	./cmd/link/internal/ld/elf.go	/^func elfnote(sh *ElfShdr, startva uint64, resoff uint64, sz int, alloc bool) int {$/;"	f
 26142  elfobj	./cmd/link/internal/ld/ldelf.go	/^	var elfobj *ElfObj$/;"	v
 26143  elfopenbsdsig	./cmd/link/internal/ld/elf.go	/^func elfopenbsdsig(sh *ElfShdr, startva uint64, resoff uint64) int {$/;"	f
 26144  elfphload	./cmd/link/internal/ld/elf.go	/^func elfphload(seg *Segment) *ElfPhdr {$/;"	f
 26145  elfreader	./go/internal/gccgoimporter/importer.go	/^	var elfreader io.ReaderAt$/;"	v
 26146  elfreloc1	./cmd/link/internal/amd64/asm.go	/^func elfreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 26147  elfreloc1	./cmd/link/internal/arm/asm.go	/^func elfreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 26148  elfreloc1	./cmd/link/internal/arm64/asm.go	/^func elfreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 26149  elfreloc1	./cmd/link/internal/ppc64/asm.go	/^func elfreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 26150  elfreloc1	./cmd/link/internal/x86/asm.go	/^func elfreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 26151  elfrelocsect	./cmd/link/internal/ld/elf.go	/^func elfrelocsect(sect *Section, first *LSym) {$/;"	f
 26152  elfsetstring	./cmd/link/internal/ld/elf.go	/^func elfsetstring(s string, off int) {$/;"	f
 26153  elfsetupplt	./cmd/link/internal/amd64/asm.go	/^func elfsetupplt() {$/;"	f
 26154  elfsetupplt	./cmd/link/internal/arm/asm.go	/^func elfsetupplt() {$/;"	f
 26155  elfsetupplt	./cmd/link/internal/arm64/asm.go	/^func elfsetupplt() {$/;"	f
 26156  elfsetupplt	./cmd/link/internal/ppc64/asm.go	/^func elfsetupplt() {$/;"	f
 26157  elfsetupplt	./cmd/link/internal/x86/asm.go	/^func elfsetupplt() {$/;"	f
 26158  elfshalloc	./cmd/link/internal/ld/elf.go	/^func elfshalloc(sect *Section) *ElfShdr {$/;"	f
 26159  elfshbits	./cmd/link/internal/ld/elf.go	/^func elfshbits(sect *Section) *ElfShdr {$/;"	f
 26160  elfshname	./cmd/link/internal/ld/elf.go	/^func elfshname(name string) *ElfShdr {$/;"	f
 26161  elfshnum	./cmd/link/internal/ld/symtab.go	/^	var elfshnum int$/;"	v
 26162  elfshreloc	./cmd/link/internal/ld/elf.go	/^func elfshreloc(sect *Section) *ElfShdr {$/;"	f
 26163  elfstr	./cmd/link/internal/ld/elf.go	/^var elfstr [100]Elfstring$/;"	v
 26164  elfstrdbg	./cmd/link/internal/ld/dwarf.go	/^var elfstrdbg [NElfStrDbg]int64$/;"	v
 26165  elfverneed	./cmd/link/internal/ld/elf.go	/^var elfverneed int$/;"	v
 26166  elfwritebuildinfo	./cmd/link/internal/ld/elf.go	/^func elfwritebuildinfo() int {$/;"	f
 26167  elfwritedynentsym	./cmd/link/internal/ld/elf.go	/^func elfwritedynentsym(s *LSym, tag int, t *LSym) {$/;"	f
 26168  elfwritedynentsymsize	./cmd/link/internal/ld/elf.go	/^func elfwritedynentsymsize(s *LSym, tag int, t *LSym) {$/;"	f
 26169  elfwritegobuildid	./cmd/link/internal/ld/elf.go	/^func elfwritegobuildid() int {$/;"	f
 26170  elfwritehdr	./cmd/link/internal/ld/elf.go	/^func elfwritehdr() uint32 {$/;"	f
 26171  elfwriteinterp	./cmd/link/internal/ld/elf.go	/^func elfwriteinterp() int {$/;"	f
 26172  elfwritenetbsdsig	./cmd/link/internal/ld/elf.go	/^func elfwritenetbsdsig() int {$/;"	f
 26173  elfwritenotehdr	./cmd/link/internal/ld/elf.go	/^func elfwritenotehdr(str string, namesz uint32, descsz uint32, tag uint32) *ElfShdr {$/;"	f
 26174  elfwriteopenbsdsig	./cmd/link/internal/ld/elf.go	/^func elfwriteopenbsdsig() int {$/;"	f
 26175  elfwritephdrs	./cmd/link/internal/ld/elf.go	/^func elfwritephdrs() uint32 {$/;"	f
 26176  elfwriteshdrs	./cmd/link/internal/ld/elf.go	/^func elfwriteshdrs() uint32 {$/;"	f
 26177  eliminate	./go/types/check_test.go	/^func eliminate(t *testing.T, errmap map[string][]string, errlist []error) {$/;"	f
 26178  elimshortmov	./cmd/compile/internal/amd64/peep.go	/^func elimshortmov(g *gc.Graph) {$/;"	f
 26179  elimshortmov	./cmd/compile/internal/x86/peep.go	/^func elimshortmov(g *gc.Graph) {$/;"	f
 26180  ellipsis	./cmd/api/testdata/src/pkg/p1/p1.go	/^func ellipsis(...string) {}$/;"	f
 26181  ellipsis	./go/parser/parser.go	/^	var ellipsis token.Pos$/;"	v
 26182  ellipsis	./go/printer/testdata/parser.go	/^	var ellipsis token.Pos$/;"	v
 26183  ellipsis	./go/types/call.go	/^			var ellipsis token.Pos$/;"	v
 26184  else	./cmd/compile/internal/gc/go.y	/^else:$/;"	l
 26185  elseControl	./text/template/parse/parse.go	/^func (t *Tree) elseControl() Node {$/;"	f
 26186  elseNode	./text/template/parse/node.go	/^type elseNode struct {$/;"	t
 26187  else_	./cmd/asm/internal/lex/input.go	/^func (in *Input) else_() {$/;"	f
 26188  else_	./go/parser/parser.go	/^	var else_ ast.Stmt$/;"	v
 26189  else_	./go/printer/testdata/parser.go	/^	var else_ ast.Stmt$/;"	v
 26190  elseif	./cmd/compile/internal/gc/go.y	/^elseif:$/;"	l
 26191  elseif_list	./cmd/compile/internal/gc/go.y	/^elseif_list:$/;"	l
 26192  elsewhere	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ we will warn about the broken type elsewhere. no need to emit a potentially confusing error$/;"	t
 26193  elt	./cmd/compile/internal/big/int_test.go	/^	var elt, mod, modx4, sq, sqrt Int$/;"	v
 26194  elt	./go/scanner/scanner_test.go	/^type elt struct {$/;"	t
 26195  elt	./math/big/int_test.go	/^	var elt, mod, modx4, sq, sqrt Int$/;"	v
 26196  eltType	./cmd/gofmt/simplify.go	/^		var eltType ast.Expr$/;"	v
 26197  elts	./go/parser/parser.go	/^	var elts []ast.Expr$/;"	v
 26198  elts	./go/printer/testdata/parser.go	/^	var elts []ast.Expr$/;"	v
 26199  emarkq	./cmd/link/internal/ld/go.go	/^var emarkq *LSym$/;"	v
 26200  embed	./cmd/compile/internal/gc/go.y	/^embed:$/;"	l
 26201  embedded	./cmd/compile/internal/gc/dcl.go	/^func embedded(s *Sym, pkg *Pkg) *Node {$/;"	f
 26202  embeddedPaletted	./image/draw/draw_test.go	/^type embeddedPaletted struct {$/;"	t
 26203  embeddedSet	./go/doc/reader.go	/^type embeddedSet map[*namedType]bool$/;"	t
 26204  embeddedType	./go/types/lookup.go	/^type embeddedType struct {$/;"	t
 26205  embeds	./cmd/fix/typecheck.go	/^	Embed  []string          \/\/ list of types this type embeds (for extra methods)$/;"	t
 26206  emit	./cmd/compile/internal/gc/reflect.go	/^func (p *GCProg) emit(t *Type, offset int64) {$/;"	f
 26207  emit	./cmd/doc/pkg.go	/^func (pkg *Package) emit(comment string, node ast.Node) {$/;"	f
 26208  emit	./cmd/trace/trace.go	/^func (ctx *traceContext) emit(e *ViewerEvent) {$/;"	f
 26209  emit	./image/jpeg/writer.go	/^func (e *encoder) emit(bits, nBits uint32) {$/;"	f
 26210  emit	./text/template/parse/lex.go	/^func (l *lexer) emit(t itemType) {$/;"	f
 26211  emitArrow	./cmd/trace/trace.go	/^func (ctx *traceContext) emitArrow(ev *trace.Event, name string) {$/;"	f
 26212  emitDNSNameTest	./net/dnsname_test.go	/^func emitDNSNameTest(ch chan<- dnsNameTest) {$/;"	f
 26213  emitFunc	./cmd/api/goapi.go	/^func (w *Walker) emitFunc(f *types.Func) {$/;"	f
 26214  emitGoroutineCounters	./cmd/trace/trace.go	/^func (ctx *traceContext) emitGoroutineCounters(ev *trace.Event) {$/;"	f
 26215  emitHeapCounters	./cmd/trace/trace.go	/^func (ctx *traceContext) emitHeapCounters(ev *trace.Event) {$/;"	f
 26216  emitHuff	./image/jpeg/writer.go	/^func (e *encoder) emitHuff(h huffIndex, value int32) {$/;"	f
 26217  emitHuffRLE	./image/jpeg/writer.go	/^func (e *encoder) emitHuffRLE(h huffIndex, runLength, value int32) {$/;"	f
 26218  emitIfaceType	./cmd/api/goapi.go	/^func (w *Walker) emitIfaceType(name string, typ *types.Interface) {$/;"	f
 26219  emitInstant	./cmd/trace/trace.go	/^func (ctx *traceContext) emitInstant(ev *trace.Event, name string) {$/;"	f
 26220  emitMethod	./cmd/api/goapi.go	/^func (w *Walker) emitMethod(m *types.Selection) {$/;"	f
 26221  emitObj	./cmd/api/goapi.go	/^func (w *Walker) emitObj(obj types.Object) {$/;"	f
 26222  emitSlice	./cmd/trace/trace.go	/^func (ctx *traceContext) emitSlice(ev *trace.Event, name string) {$/;"	f
 26223  emitStructType	./cmd/api/goapi.go	/^func (w *Walker) emitStructType(name string, typ *types.Struct) {$/;"	f
 26224  emitThreadCounters	./cmd/trace/trace.go	/^func (ctx *traceContext) emitThreadCounters(ev *trace.Event) {$/;"	f
 26225  emitType	./cmd/api/goapi.go	/^func (w *Walker) emitType(obj *types.TypeName) {$/;"	f
 26226  emitcode	./cmd/yacc/yacc.go	/^func emitcode(code []rune, lineno int) {$/;"	f
 26227  emitf	./cmd/api/goapi.go	/^func (w *Walker) emitf(format string, args ...interface{}) {$/;"	f
 26228  emitptrargsmap	./cmd/compile/internal/gc/pgen.go	/^func emitptrargsmap() {$/;"	f
 26229  emphasize	./go/doc/comment.go	/^func emphasize(w io.Writer, line string, words map[string]string, nice bool) {$/;"	f
 26230  emphasizeTests	./go/doc/comment_test.go	/^var emphasizeTests = []struct {$/;"	v
 26231  empty	./bytes/buffer_test.go	/^func empty(t *testing.T, testname string, buf *Buffer, s string, fub []byte) {$/;"	f
 26232  empty	./net/mail/message.go	/^func (p *addrParser) empty() bool {$/;"	f
 26233  empty	./regexp/exec.go	/^var empty = make([]int, 0)$/;"	v
 26234  empty	./regexp/onepass.go	/^func (q *queueOnePass) empty() bool {$/;"	f
 26235  empty	./regexp/syntax/compile.go	/^func (c *compiler) empty(op EmptyOp) frag {$/;"	f
 26236  empty	./runtime/map_test.go	/^type empty struct {$/;"	t
 26237  empty	./runtime/mgcwork.go	/^func (w *gcWork) empty() bool {$/;"	f
 26238  empty	./time/internal_test.go	/^func empty(arg interface{}, seq uintptr) {}$/;"	f
 26239  emptyBody	./net/http/fcgi/child.go	/^var emptyBody = ioutil.NopCloser(strings.NewReader(""))$/;"	v
 26240  emptyBody	./net/http/httputil/dump.go	/^var emptyBody = ioutil.NopCloser(strings.NewReader(""))$/;"	v
 26241  emptyConfig	./crypto/tls/common.go	/^var emptyConfig Config$/;"	v
 26242  emptyFunc	./runtime/race/testdata/mop_test.go	/^func emptyFunc(x int) {$/;"	f
 26243  emptyInterface	./reflect/value.go	/^type emptyInterface struct {$/;"	t
 26244  emptyMethodSet	./go/types/methodset.go	/^var emptyMethodSet MethodSet$/;"	v
 26245  emptyParams	./mime/multipart/multipart.go	/^var emptyParams = make(map[string]string)$/;"	v
 26246  emptyProg	./cmd/asm/internal/asm/asm.go	/^var emptyProg obj.Prog$/;"	v
 26247  emptyStruct	./encoding/gob/decode.go	/^type emptyStruct struct{}$/;"	t
 26248  emptyStruct	./reflect/all_test.go	/^type emptyStruct struct{}$/;"	t
 26249  emptyStructType	./encoding/gob/decode.go	/^var emptyStructType = reflect.TypeOf(emptyStruct{})$/;"	v
 26250  emptyTag	./encoding/json/tagkey_test.go	/^type emptyTag struct {$/;"	t
 26251  emptyThenNonEmptyReader	./bufio/bufio_test.go	/^type emptyThenNonEmptyReader struct {$/;"	t
 26252  emptymspan	./runtime/mcache.go	/^var emptymspan mspan$/;"	v
 26253  emsaPSSEncode	./crypto/rsa/pss.go	/^func emsaPSSEncode(mHash []byte, emBits int, salt []byte, hash hash.Hash) ([]byte, error) {$/;"	f
 26254  emsaPSSVerify	./crypto/rsa/pss.go	/^func emsaPSSVerify(mHash, em []byte, emBits, sLen int, hash hash.Hash) error {$/;"	f
 26255  enableDrag	./cmd/pprof/internal/svg/svgpan.go	/^var enableDrag = 0; \/\/ 1 or 0: enable or disable dragging (default disabled)$/;"	v
 26256  enablePan	./cmd/pprof/internal/svg/svgpan.go	/^var enablePan = 1; \/\/ 1 or 0: enable or disable panning (default enabled)$/;"	v
 26257  enableSignal	./os/signal/signal_plan9.go	/^func enableSignal(sig int) {$/;"	f
 26258  enableSignal	./os/signal/signal_unix.go	/^func enableSignal(sig int) {$/;"	f
 26259  enableSocketConnect	./net/main_plan9_test.go	/^func enableSocketConnect() {}$/;"	f
 26260  enableSocketConnect	./net/main_posix_test.go	/^func enableSocketConnect() {$/;"	f
 26261  enableZoom	./cmd/pprof/internal/svg/svgpan.go	/^var enableZoom = 1; \/\/ 1 or 0: enable or disable zooming (default enabled)$/;"	v
 26262  enabled	./cmd/asm/internal/lex/input.go	/^func (in *Input) enabled() bool {$/;"	f
 26263  enc	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^	var enc []byte$/;"	v
 26264  enc	./encoding/gob/encgen.go	/^	fmt.Fprintf(b, "var enc%sHelper = map[reflect.Kind]encHelper{\\n", upperClass)$/;"	v
 26265  enc	./encoding/gob/encgen.go	/^func enc%[2]sArray(state *encoderState, v reflect.Value) bool {$/;"	f
 26266  enc	./encoding/gob/encgen.go	/^func enc%[2]sSlice(state *encoderState, v reflect.Value) bool {$/;"	f
 26267  encAndDec	./encoding/gob/encoder_test.go	/^func encAndDec(in, out interface{}) error {$/;"	f
 26268  encArrayHelper	./encoding/gob/enc_helpers.go	/^var encArrayHelper = map[reflect.Kind]encHelper{$/;"	v
 26269  encBool	./encoding/gob/encode.go	/^func encBool(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26270  encBoolArray	./encoding/gob/enc_helpers.go	/^func encBoolArray(state *encoderState, v reflect.Value) bool {$/;"	f
 26271  encBoolSlice	./encoding/gob/enc_helpers.go	/^func encBoolSlice(state *encoderState, v reflect.Value) bool {$/;"	f
 26272  encBuffer	./encoding/gob/encode.go	/^type encBuffer struct {$/;"	t
 26273  encComplex	./encoding/gob/encode.go	/^func encComplex(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26274  encComplex128Array	./encoding/gob/enc_helpers.go	/^func encComplex128Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26275  encComplex128Slice	./encoding/gob/enc_helpers.go	/^func encComplex128Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26276  encComplex64Array	./encoding/gob/enc_helpers.go	/^func encComplex64Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26277  encComplex64Slice	./encoding/gob/enc_helpers.go	/^func encComplex64Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26278  encDecTest	./encoding/hex/hex_test.go	/^type encDecTest struct {$/;"	t
 26279  encDecTests	./encoding/hex/hex_test.go	/^var encDecTests = []encDecTest{$/;"	v
 26280  encEngine	./encoding/gob/encode.go	/^type encEngine struct {$/;"	t
 26281  encFloat	./encoding/gob/encode.go	/^func encFloat(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26282  encFloat32Array	./encoding/gob/enc_helpers.go	/^func encFloat32Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26283  encFloat32Slice	./encoding/gob/enc_helpers.go	/^func encFloat32Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26284  encFloat64Array	./encoding/gob/enc_helpers.go	/^func encFloat64Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26285  encFloat64Slice	./encoding/gob/enc_helpers.go	/^func encFloat64Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26286  encFuzzDec	./encoding/gob/codec_test.go	/^func encFuzzDec(rng *rand.Rand, in interface{}) error {$/;"	f
 26287  encHelper	./encoding/gob/encode.go	/^type encHelper func(state *encoderState, v reflect.Value) bool$/;"	t
 26288  encIndirect	./encoding/gob/encode.go	/^func encIndirect(pv reflect.Value, indir int) reflect.Value {$/;"	f
 26289  encInstr	./encoding/gob/encode.go	/^type encInstr struct {$/;"	t
 26290  encInt	./encoding/gob/encode.go	/^func encInt(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26291  encInt16Array	./encoding/gob/enc_helpers.go	/^func encInt16Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26292  encInt16Slice	./encoding/gob/enc_helpers.go	/^func encInt16Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26293  encInt32Array	./encoding/gob/enc_helpers.go	/^func encInt32Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26294  encInt32Slice	./encoding/gob/enc_helpers.go	/^func encInt32Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26295  encInt64Array	./encoding/gob/enc_helpers.go	/^func encInt64Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26296  encInt64Slice	./encoding/gob/enc_helpers.go	/^func encInt64Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26297  encInt8Array	./encoding/gob/enc_helpers.go	/^func encInt8Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26298  encInt8Slice	./encoding/gob/enc_helpers.go	/^func encInt8Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26299  encIntArray	./encoding/gob/enc_helpers.go	/^func encIntArray(state *encoderState, v reflect.Value) bool {$/;"	f
 26300  encIntSlice	./encoding/gob/enc_helpers.go	/^func encIntSlice(state *encoderState, v reflect.Value) bool {$/;"	f
 26301  encOp	./encoding/gob/encode.go	/^type encOp func(i *encInstr, state *encoderState, v reflect.Value)$/;"	t
 26302  encOpFor	./encoding/gob/encode.go	/^func encOpFor(rt reflect.Type, inProgress map[reflect.Type]*encOp, building map[*typeInfo]bool) (*encOp, int) {$/;"	f
 26303  encOpTable	./encoding/gob/encode.go	/^var encOpTable = [...]encOp{$/;"	v
 26304  encSliceHelper	./encoding/gob/enc_helpers.go	/^var encSliceHelper = map[reflect.Kind]encHelper{$/;"	v
 26305  encString	./encoding/gob/encode.go	/^func encString(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26306  encStringArray	./encoding/gob/enc_helpers.go	/^func encStringArray(state *encoderState, v reflect.Value) bool {$/;"	f
 26307  encStringSlice	./encoding/gob/enc_helpers.go	/^func encStringSlice(state *encoderState, v reflect.Value) bool {$/;"	f
 26308  encStructTerminator	./encoding/gob/encode.go	/^func encStructTerminator(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26309  encUint	./encoding/gob/encode.go	/^func encUint(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26310  encUint16Array	./encoding/gob/enc_helpers.go	/^func encUint16Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26311  encUint16Slice	./encoding/gob/enc_helpers.go	/^func encUint16Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26312  encUint32Array	./encoding/gob/enc_helpers.go	/^func encUint32Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26313  encUint32Slice	./encoding/gob/enc_helpers.go	/^func encUint32Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26314  encUint64Array	./encoding/gob/enc_helpers.go	/^func encUint64Array(state *encoderState, v reflect.Value) bool {$/;"	f
 26315  encUint64Slice	./encoding/gob/enc_helpers.go	/^func encUint64Slice(state *encoderState, v reflect.Value) bool {$/;"	f
 26316  encUint8Array	./encoding/gob/encode.go	/^func encUint8Array(i *encInstr, state *encoderState, v reflect.Value) {$/;"	f
 26317  encUintArray	./encoding/gob/enc_helpers.go	/^func encUintArray(state *encoderState, v reflect.Value) bool {$/;"	f
 26318  encUintSlice	./encoding/gob/enc_helpers.go	/^func encUintSlice(state *encoderState, v reflect.Value) bool {$/;"	f
 26319  encUintptrArray	./encoding/gob/enc_helpers.go	/^func encUintptrArray(state *encoderState, v reflect.Value) bool {$/;"	f
 26320  encUintptrSlice	./encoding/gob/enc_helpers.go	/^func encUintptrSlice(state *encoderState, v reflect.Value) bool {$/;"	f
 26321  encbuf	./cmd/link/internal/ld/dwarf.go	/^var encbuf [10]byte$/;"	v
 26322  enclosingTarget	./go/types/labels.go	/^func (b *block) enclosingTarget(name string) *ast.LabeledStmt {$/;"	f
 26323  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *Function) encode(b *buffer) {$/;"	f
 26324  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *Line) encode(b *buffer) {$/;"	f
 26325  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *Location) encode(b *buffer) {$/;"	f
 26326  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *Mapping) encode(b *buffer) {$/;"	f
 26327  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *Profile) encode(b *buffer) {$/;"	f
 26328  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *Sample) encode(b *buffer) {$/;"	f
 26329  encode	./cmd/pprof/internal/profile/encode.go	/^func (p *ValueType) encode(b *buffer) {$/;"	f
 26330  encode	./cmd/pprof/internal/profile/encode.go	/^func (p Label) encode(b *buffer) {$/;"	f
 26331  encode	./encoding/gob/encode.go	/^func (enc *Encoder) encode(b *encBuffer, value reflect.Value, ut *userTypeInfo) {$/;"	f
 26332  encode	./encoding/json/encode.go	/^func (ae *arrayEncoder) encode(e *encodeState, v reflect.Value, _ bool) {$/;"	f
 26333  encode	./encoding/json/encode.go	/^func (bits floatEncoder) encode(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 26334  encode	./encoding/json/encode.go	/^func (ce *condAddrEncoder) encode(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 26335  encode	./encoding/json/encode.go	/^func (me *mapEncoder) encode(e *encodeState, v reflect.Value, _ bool) {$/;"	f
 26336  encode	./encoding/json/encode.go	/^func (pe *ptrEncoder) encode(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 26337  encode	./encoding/json/encode.go	/^func (se *sliceEncoder) encode(e *encodeState, v reflect.Value, _ bool) {$/;"	f
 26338  encode	./encoding/json/encode.go	/^func (se *structEncoder) encode(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 26339  encode	./mime/quotedprintable/writer.go	/^func (w *Writer) encode(b byte) error {$/;"	f
 26340  encode	./net/http/cookiejar/punycode.go	/^func encode(prefix, s string) (string, error) {$/;"	f
 26341  encodeArray	./encoding/gob/encode.go	/^func (enc *Encoder) encodeArray(b *encBuffer, value reflect.Value, op encOp, elemIndir int, length int, helper encHelper) {$/;"	f
 26342  encodeBool	./cmd/pprof/internal/profile/proto.go	/^func encodeBool(b *buffer, tag int, x bool) {$/;"	f
 26343  encodeBoolOpt	./cmd/pprof/internal/profile/proto.go	/^func encodeBoolOpt(b *buffer, tag int, x bool) {$/;"	f
 26344  encodeByteSlice	./encoding/json/encode.go	/^func encodeByteSlice(e *encodeState, v reflect.Value, _ bool) {$/;"	f
 26345  encodeColorTable	./image/gif/writer.go	/^func encodeColorTable(dst []byte, p color.Palette, size int) int {$/;"	f
 26346  encodeDecode	./image/png/writer_test.go	/^func encodeDecode(m image.Image) (image.Image, error) {$/;"	f
 26347  encodeDigit	./net/http/cookiejar/punycode.go	/^func encodeDigit(digit int32) byte {$/;"	f
 26348  encodeGobEncoder	./encoding/gob/encode.go	/^func (enc *Encoder) encodeGobEncoder(b *encBuffer, ut *userTypeInfo, v reflect.Value) {$/;"	f
 26349  encodeInt	./encoding/gob/encode.go	/^func (state *encoderState) encodeInt(i int64) {$/;"	f
 26350  encodeInt64	./cmd/pprof/internal/profile/proto.go	/^func encodeInt64(b *buffer, tag int, x int64) {$/;"	f
 26351  encodeInt64Opt	./cmd/pprof/internal/profile/proto.go	/^func encodeInt64Opt(b *buffer, tag int, x int64) {$/;"	f
 26352  encodeInterface	./encoding/gob/encode.go	/^func (enc *Encoder) encodeInterface(b *encBuffer, iv reflect.Value) {$/;"	f
 26353  encodeLength	./cmd/pprof/internal/profile/proto.go	/^func encodeLength(b *buffer, tag int, len int) {$/;"	f
 26354  encodeMap	./encoding/gob/encode.go	/^func (enc *Encoder) encodeMap(b *encBuffer, mv reflect.Value, keyOp, elemOp encOp, keyIndir, elemIndir int) {$/;"	f
 26355  encodeMessage	./cmd/pprof/internal/profile/proto.go	/^func encodeMessage(b *buffer, tag int, m message) {$/;"	f
 26356  encodeQueryTests	./net/url/url_test.go	/^var encodeQueryTests = []EncodeQueryTest{$/;"	v
 26357  encodeReflectValue	./encoding/gob/encode.go	/^func encodeReflectValue(state *encoderState, v reflect.Value, op encOp, indir int) {$/;"	f
 26358  encodeSingle	./encoding/gob/encode.go	/^func (enc *Encoder) encodeSingle(b *encBuffer, engine *encEngine, value reflect.Value) {$/;"	f
 26359  encodeSize	./net/http/fcgi/fcgi.go	/^func encodeSize(b []byte, size uint32) int {$/;"	f
 26360  encodeState	./encoding/json/encode.go	/^type encodeState struct {$/;"	t
 26361  encodeStatePool	./encoding/json/encode.go	/^var encodeStatePool sync.Pool$/;"	v
 26362  encodeString	./cmd/pprof/internal/profile/proto.go	/^func encodeString(b *buffer, tag int, x string) {$/;"	f
 26363  encodeStringOpt	./cmd/pprof/internal/profile/proto.go	/^func encodeStringOpt(b *buffer, tag int, x string) {$/;"	f
 26364  encodeStringTests	./encoding/json/encode_test.go	/^var encodeStringTests = []struct {$/;"	v
 26365  encodeStrings	./cmd/pprof/internal/profile/proto.go	/^func encodeStrings(b *buffer, tag int, x []string) {$/;"	f
 26366  encodeStruct	./encoding/gob/encode.go	/^func (enc *Encoder) encodeStruct(b *encBuffer, engine *encEngine, value reflect.Value) {$/;"	f
 26367  encodeT	./encoding/gob/codec_test.go	/^var encodeT = []EncodeT{$/;"	v
 26368  encodeTest	./unicode/utf16/utf16_test.go	/^type encodeTest struct {$/;"	t
 26369  encodeTests	./unicode/utf16/utf16_test.go	/^var encodeTests = []encodeTest{$/;"	v
 26370  encodeTokenTests	./encoding/xml/marshal_test.go	/^var encodeTokenTests = []struct {$/;"	v
 26371  encodeType	./runtime/race/testdata/regression_test.go	/^func (t *TypeID) encodeType(x int) (tt TypeID, err error) {$/;"	f
 26372  encodeUint	./encoding/gob/encode.go	/^func (state *encoderState) encodeUint(x uint64) {$/;"	f
 26373  encodeUint64	./cmd/pprof/internal/profile/proto.go	/^func encodeUint64(b *buffer, tag int, x uint64) {$/;"	f
 26374  encodeUint64Opt	./cmd/pprof/internal/profile/proto.go	/^func encodeUint64Opt(b *buffer, tag int, x uint64) {$/;"	f
 26375  encodeUint64s	./cmd/pprof/internal/profile/proto.go	/^func encodeUint64s(b *buffer, tag int, x []uint64) {$/;"	f
 26376  encodeVarint	./cmd/pprof/internal/profile/proto.go	/^func encodeVarint(b *buffer, x uint64) {$/;"	f
 26377  encodeWord	./mime/encodedword.go	/^func (e WordEncoder) encodeWord(charset, s string) string {$/;"	f
 26378  encoder	./compress/lzw/writer.go	/^type encoder struct {$/;"	t
 26379  encoder	./encoding/ascii85/ascii85.go	/^type encoder struct {$/;"	t
 26380  encoder	./encoding/base32/base32.go	/^type encoder struct {$/;"	t
 26381  encoder	./encoding/base64/base64.go	/^type encoder struct {$/;"	t
 26382  encoder	./encoding/binary/binary.go	/^type encoder coder$/;"	t
 26383  encoder	./image/gif/writer.go	/^type encoder struct {$/;"	t
 26384  encoder	./image/jpeg/writer.go	/^type encoder struct {$/;"	t
 26385  encoder	./image/png/writer.go	/^type encoder struct {$/;"	t
 26386  encoderCache	./encoding/json/encode.go	/^var encoderCache struct {$/;"	v
 26387  encoderFunc	./encoding/json/encode.go	/^type encoderFunc func(e *encodeState, v reflect.Value, quoted bool)$/;"	t
 26388  encoderState	./encoding/gob/encode.go	/^type encoderState struct {$/;"	t
 26389  encoding	./encoding/gob/doc.go	/^The type encoding is long and fairly intricate but we send it only once.$/;"	t
 26390  encoding	./net/url/url.go	/^type encoding int$/;"	t
 26391  encodingTest	./encoding/base64/base64_test.go	/^type encodingTest struct {$/;"	t
 26392  encodingTests	./cmd/compile/internal/big/int_test.go	/^var encodingTests = []string{$/;"	v
 26393  encodingTests	./encoding/base64/base64_test.go	/^var encodingTests = []encodingTest{$/;"	v
 26394  encodingTests	./math/big/int_test.go	/^var encodingTests = []string{$/;"	v
 26395  encodings	./debug/dwarf/const.go	/^\/\/ Basic type encodings -- the value for AttrEncoding in a TagBaseType Entry.$/;"	t
 26396  encountered	./go/doc/reader.go	/^\/\/ computeMethodSets determines the actual method sets for each type encountered.$/;"	t
 26397  encrypt	./crypto/des/des_test.go	/^		var encrypt = func(in []byte) (out []byte) {$/;"	v
 26398  encrypt	./crypto/des/des_test.go	/^		var encrypt = func(key, in []byte) (out []byte) {$/;"	v
 26399  encrypt	./crypto/rsa/rsa.go	/^func encrypt(c *big.Int, pub *PublicKey, m *big.Int) *big.Int {$/;"	f
 26400  encrypt	./crypto/tls/conn.go	/^func (hc *halfConn) encrypt(b *block, explicitIVLen int) (bool, alert) {$/;"	f
 26401  encryptBlock	./crypto/aes/cipher_asm.go	/^func encryptBlock(xk []uint32, dst, src []byte) {$/;"	f
 26402  encryptBlock	./crypto/aes/cipher_generic.go	/^func encryptBlock(xk []uint32, dst, src []byte) {$/;"	f
 26403  encryptBlock	./crypto/des/block.go	/^func encryptBlock(subkeys []uint64, dst, src []byte) {$/;"	f
 26404  encryptBlockAsm	./crypto/aes/cipher_asm.go	/^func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)$/;"	f
 26405  encryptBlockGo	./crypto/aes/block.go	/^func encryptBlockGo(xk []uint32, dst, src []byte) {$/;"	f
 26406  encryptDESTests	./crypto/des/des_test.go	/^var encryptDESTests = []CryptTest{$/;"	v
 26407  encryptTests	./crypto/aes/aes_test.go	/^var encryptTests = []CryptTest{$/;"	v
 26408  encryptTicket	./crypto/tls/ticket.go	/^func (c *Conn) encryptTicket(state *sessionState) ([]byte, error) {$/;"	f
 26409  encryptTripleDESTests	./crypto/des/des_test.go	/^var encryptTripleDESTests = []CryptTest{$/;"	v
 26410  encryptionInfoCmd	./cmd/link/internal/ld/macho_combine_dwarf.go	/^type encryptionInfoCmd struct {$/;"	t
 26411  end	./all.bat	/^:end$/;"	l
 26412  end	./clean.bat	/^:end$/;"	l
 26413  end	./cmd/compile/internal/arm/ggen.go	/^		var end gc.Node$/;"	v
 26414  end	./cmd/compile/internal/arm64/ggen.go	/^		var end gc.Node$/;"	v
 26415  end	./cmd/compile/internal/gc/reflect.go	/^func (p *GCProg) end() {$/;"	f
 26416  end	./cmd/compile/internal/ppc64/ggen.go	/^		var end gc.Node$/;"	v
 26417  end	./cmd/link/internal/ld/pcln.go	/^	var end int32$/;"	v
 26418  end	./crypto/md5/md5block_386.s	/^end:$/;"	l
 26419  end	./crypto/md5/md5block_amd64.s	/^end:$/;"	l
 26420  end	./crypto/md5/md5block_amd64p32.s	/^end:$/;"	l
 26421  end	./crypto/rc4/rc4_amd64.s	/^end:$/;"	l
 26422  end	./crypto/rc4/rc4_amd64p32.s	/^end:$/;"	l
 26423  end	./crypto/sha1/sha1block_386.s	/^end:$/;"	l
 26424  end	./crypto/sha1/sha1block_amd64.s	/^end:$/;"	l
 26425  end	./crypto/sha1/sha1block_amd64p32.s	/^end:$/;"	l
 26426  end	./crypto/sha256/sha256block_386.s	/^end:$/;"	l
 26427  end	./crypto/sha256/sha256block_amd64.s	/^end:$/;"	l
 26428  end	./crypto/sha512/sha512block_amd64.s	/^end:$/;"	l
 26429  end	./debug/gosym/symtab.go	/^			var end int$/;"	v
 26430  end	./make.bat	/^:end$/;"	l
 26431  end	./net/http/request_test.go	/^	var end = regexp.MustCompile("\/foo\/$")$/;"	v
 26432  end	./race.bat	/^:end$/;"	l
 26433  end	./regexp/exec_test.go	/^		var end byte = ')'$/;"	v
 26434  end	./regexp/regexp.go	/^	var end int$/;"	v
 26435  end	./run.bat	/^:end$/;"	l
 26436  end	./runtime/asm_arm.s	/^end:						\\$/;"	l
 26437  end	./runtime/asm_arm64.s	/^end:						\\$/;"	l
 26438  end	./runtime/asm_ppc64x.s	/^end:						\\$/;"	l
 26439  end	./text/template/parse/parse.go	/^	var end Node$/;"	v
 26440  endAndEsc	./html/template/transition.go	/^	var endAndEsc string$/;"	v
 26441  endControl	./text/template/parse/parse.go	/^func (t *Tree) endControl() Node {$/;"	f
 26442  endCycle	./runtime/mgc.go	/^func (c *gcControllerState) endCycle() {$/;"	f
 26443  endEscape	./text/tabwriter/tabwriter.go	/^func (b *Writer) endEscape() {$/;"	f
 26444  endFile	./cmd/pack/pack.go	/^func (ar *Archive) endFile() {$/;"	f
 26445  endIndex	./encoding/pem/pem.go	/^	var endIndex int$/;"	v
 26446  endNode	./text/template/parse/node.go	/^type endNode struct {$/;"	t
 26447  endOfTime	./net/http/cookiejar/jar.go	/^var endOfTime = time.Date(9999, 12, 31, 23, 59, 59, 0, time.UTC)$/;"	v
 26448  endPos	./regexp/regexp.go	/^	var endPos int$/;"	v
 26449  endState	./html/template/transition.go	/^	var endState state$/;"	v
 26450  endcgo	./runtime/cgocall.go	/^func endcgo(mp *m) {$/;"	f
 26451  endif	./cmd/asm/internal/lex/input.go	/^func (in *Input) endif() {$/;"	f
 26452  endlessZeros	./bufio/scan_test.go	/^type endlessZeros struct{}$/;"	t
 26453  endline	./go/parser/parser.go	/^		var endline int$/;"	v
 26454  endline	./go/printer/testdata/parser.go	/^		var endline int$/;"	v
 26455  endofpage	./runtime/asm_386.s	/^endofpage:$/;"	l
 26456  endofpage	./runtime/asm_amd64.s	/^endofpage:$/;"	l
 26457  endsBasicSourceBlock	./cmd/cover/cover.go	/^func (f *File) endsBasicSourceBlock(s ast.Stmt) bool {$/;"	f
 26458  endsWithCSSKeyword	./html/template/css.go	/^func endsWithCSSKeyword(b []byte, kw string) bool {$/;"	f
 26459  endtest	./debug/gosym/pclntab_test.go	/^func endtest() {$/;"	f
 26460  enginePtr	./encoding/gob/decode.go	/^	var enginePtr **decEngine$/;"	v
 26461  enqueue	./runtime/chan.go	/^func (q *waitq) enqueue(sgp *sudog) {$/;"	f
 26462  ensureNBits	./image/jpeg/huffman.go	/^func (d *decoder) ensureNBits(n int32) error {$/;"	f
 26463  ensurePipelineContains	./html/template/escape.go	/^func ensurePipelineContains(p *parse.PipeNode, s []string) {$/;"	f
 26464  ensureSigM	./runtime/signal1_unix.go	/^func ensureSigM() {$/;"	f
 26465  ensureglinkresolver	./cmd/link/internal/ppc64/asm.go	/^func ensureglinkresolver() *ld.LSym {$/;"	f
 26466  entersyscall	./runtime/proc1.go	/^func entersyscall(dummy int32) {$/;"	f
 26467  entersyscall_gcwait	./runtime/proc1.go	/^func entersyscall_gcwait() {$/;"	f
 26468  entersyscall_sysmon	./runtime/proc1.go	/^func entersyscall_sysmon() {$/;"	f
 26469  entersyscallblock	./runtime/proc1.go	/^func entersyscallblock(dummy int32) {$/;"	f
 26470  entersyscallblock_handoff	./runtime/proc1.go	/^func entersyscallblock_handoff() {$/;"	f
 26471  entity	./encoding/xml/xml.go	/^var entity = map[string]int{$/;"	v
 26472  entity	./html/entity.go	/^var entity = map[string]rune{$/;"	v
 26473  entity2	./html/entity.go	/^var entity2 = map[string][2]rune{$/;"	v
 26474  entries	./runtime/netpoll_windows.go	/^	var entries [64]overlappedEntry$/;"	v
 26475  entrustBrokenSPKI	./crypto/x509/x509.go	/^var entrustBrokenSPKI = []byte{$/;"	v
 26476  entry	./cmd/compile/internal/gc/sinit.go	/^func entry(p *InitPlan) *InitEntry {$/;"	f
 26477  entry	./debug/dwarf/entry.go	/^func (b *buf) entry(atab abbrevTable, ubase Offset) *Entry {$/;"	f
 26478  entry	./go/printer/printer_test.go	/^type entry struct {$/;"	t
 26479  entry	./net/http/cookiejar/jar.go	/^type entry struct {$/;"	t
 26480  entry	./regexp/exec.go	/^type entry struct {$/;"	t
 26481  enum16bit	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func enum16bit(try func([]byte)) {$/;"	f
 26482  enum24bit	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func enum24bit(try func([]byte)) {$/;"	f
 26483  enum8bit	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func enum8bit(try func([]byte)) {$/;"	f
 26484  enumModRM	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func enumModRM(try func([]byte)) {$/;"	f
 26485  enumerateValues	./internal/syscall/windows/registry/registry_test.go	/^func enumerateValues(t *testing.T, k registry.Key) {$/;"	f
 26486  env	./cmd/internal/obj/x86/obj6_test.go	/^	var env []string$/;"	v
 26487  envForDir	./cmd/go/main.go	/^func envForDir(dir string, base []string) []string {$/;"	f
 26488  envItem	./syscall/exec_plan9.go	/^type envItem struct {$/;"	t
 26489  envMap	./net/http/cgi/child.go	/^func envMap(env []string) map[string]string {$/;"	f
 26490  envOnce	./net/http/transport.go	/^type envOnce struct {$/;"	t
 26491  envOr	./cmd/internal/obj/util.go	/^func envOr(key, value string) string {$/;"	f
 26492  envVar	./cmd/go/env.go	/^type envVar struct {$/;"	t
 26493  environ	./runtime/runtime1.go	/^func environ() []string {$/;"	f
 26494  envs	./runtime/runtime.go	/^var envs []string$/;"	v
 26495  envv	./os/exec/exec.go	/^func (c *Cmd) envv() []string {$/;"	f
 26496  envvParsed	./syscall/exec_plan9.go	/^	var envvParsed []envItem$/;"	v
 26497  eof	./encoding/json/scanner.go	/^func (s *scanner) eof() int {$/;"	f
 26498  eofCounter	./fmt/scan_test.go	/^type eofCounter struct {$/;"	t
 26499  eofError	./net/fd_posix.go	/^func (fd *netFD) eofError(n int, err error) error {$/;"	f
 26500  eofErrorTests	./net/fd_posix_test.go	/^var eofErrorTests = []struct {$/;"	v
 26501  eofReader	./image/jpeg/reader_test.go	/^type eofReader struct {$/;"	t
 26502  eofReader	./net/http/server.go	/^var eofReader = &struct {$/;"	v
 26503  eofReaderFunc	./net/http/client_test.go	/^type eofReaderFunc func()$/;"	t
 26504  eofReaderWithWriteTo	./net/http/server.go	/^type eofReaderWithWriteTo struct{}$/;"	t
 26505  eofTests	./fmt/scan_test.go	/^var eofTests = []struct {$/;"	v
 26506  eol	./go/ast/commentmap.go	/^func (r *commentListReader) eol() bool {$/;"	f
 26507  ep	./cmd/link/internal/ld/data.go	/^	var ep []byte$/;"	v
 26508  epcs	./cmd/link/internal/ld/dwarf.go	/^	var epcs *LSym$/;"	v
 26509  epipecheck	./os/file_plan9.go	/^func epipecheck(file *File, e error) {$/;"	f
 26510  epipecheck	./os/file_unix.go	/^func epipecheck(file *File, e error) {$/;"	f
 26511  epipecheck	./os/file_windows.go	/^func epipecheck(file *File, e error) {$/;"	f
 26512  epollcreate	./runtime/netpoll_epoll.go	/^func epollcreate(size int32) int32$/;"	f
 26513  epollcreate1	./runtime/netpoll_epoll.go	/^func epollcreate1(flags int32) int32$/;"	f
 26514  epollctl	./runtime/netpoll_epoll.go	/^func epollctl(epfd, op, fd int32, ev *epollevent) int32$/;"	f
 26515  epollevent	./runtime/defs_linux_386.go	/^type epollevent struct {$/;"	t
 26516  epollevent	./runtime/defs_linux_amd64.go	/^type epollevent struct {$/;"	t
 26517  epollevent	./runtime/defs_linux_arm.go	/^type epollevent struct {$/;"	t
 26518  epollevent	./runtime/defs_linux_arm64.go	/^type epollevent struct {$/;"	t
 26519  epollevent	./runtime/defs_linux_ppc64.go	/^type epollevent struct {$/;"	t
 26520  epollevent	./runtime/defs_linux_ppc64le.go	/^type epollevent struct {$/;"	t
 26521  epollwait	./runtime/netpoll_epoll.go	/^func epollwait(epfd int32, ev *epollevent, nev, timeout int32) int32$/;"	f
 26522  eq	./bytes/bytes_test.go	/^func eq(a, b []string) bool {$/;"	f
 26523  eq	./crypto/subtle/constant_time_test.go	/^func eq(a, b int32) int {$/;"	f
 26524  eq	./html/template/context.go	/^func (c context) eq(d context) bool {$/;"	f
 26525  eq	./image/color/ycbcr_test.go	/^func eq(c0, c1 Color) error {$/;"	f
 26526  eq	./image/draw/draw_test.go	/^func eq(c0, c1 color.Color) bool {$/;"	f
 26527  eq	./runtime/asm_386.s	/^eq:$/;"	l
 26528  eq	./runtime/asm_amd64.s	/^eq:$/;"	l
 26529  eq	./runtime/asm_amd64p32.s	/^eq:$/;"	l
 26530  eq	./runtime/asm_arm.s	/^eq:$/;"	l
 26531  eq	./runtime/asm_arm64.s	/^eq:$/;"	l
 26532  eq	./runtime/asm_ppc64x.s	/^eq:$/;"	l
 26533  eq	./strings/strings_test.go	/^func eq(a, b []string) bool {$/;"	f
 26534  eq	./text/template/funcs.go	/^func eq(arg1 interface{}, arg2 ...interface{}) (bool, error) {$/;"	f
 26535  eqByteSlices	./crypto/tls/handshake_messages.go	/^func eqByteSlices(x, y [][]byte) bool {$/;"	f
 26536  eqCurveIDs	./crypto/tls/handshake_messages.go	/^func eqCurveIDs(x, y []CurveID) bool {$/;"	f
 26537  eqSignatureAndHashes	./crypto/tls/handshake_messages.go	/^func eqSignatureAndHashes(x, y []signatureAndHash) bool {$/;"	f
 26538  eqStrings	./crypto/tls/handshake_messages.go	/^func eqStrings(x, y []string) bool {$/;"	f
 26539  eqUint16s	./crypto/tls/handshake_messages.go	/^func eqUint16s(x, y []uint16) bool {$/;"	f
 26540  eqfield	./cmd/compile/internal/gc/subr.go	/^func eqfield(p *Node, q *Node, field *Node) *Node {$/;"	f
 26541  eqfor	./cmd/compile/internal/gc/walk.go	/^func eqfor(t *Type, needsize *int) *Node {$/;"	f
 26542  eqfunc	./cmd/compile/internal/gc/reflect.go	/^	var eqfunc *Sym$/;"	v
 26543  eql	./cmd/compile/internal/big/hilbert_test.go	/^func (a *matrix) eql(b *matrix) bool {$/;"	f
 26544  eql	./go/constant/value_test.go	/^func eql(x, y Value) bool {$/;"	f
 26545  eql	./math/big/hilbert_test.go	/^func (a *matrix) eql(b *matrix) bool {$/;"	f
 26546  eqmem	./cmd/compile/internal/gc/subr.go	/^func eqmem(p *Node, q *Node, field *Node, size int64) *Node {$/;"	f
 26547  eqmemfunc	./cmd/compile/internal/gc/subr.go	/^func eqmemfunc(size int64, type_ *Type, needsize *int) *Node {$/;"	f
 26548  eqnote	./cmd/compile/internal/gc/subr.go	/^func eqnote(a, b *string) bool {$/;"	f
 26549  eqret	./runtime/asm_386.s	/^eqret:$/;"	l
 26550  eqret	./runtime/asm_amd64.s	/^eqret:$/;"	l
 26551  eqret	./runtime/asm_amd64p32.s	/^eqret:$/;"	l
 26552  eqslice	./runtime/mprof.go	/^func eqslice(x, y []uintptr) bool {$/;"	f
 26553  eqstring	./cmd/compile/internal/gc/builtin/runtime.go	/^func eqstring(string, string) bool$/;"	f
 26554  eqstring_generic	./runtime/runtime_test.go	/^func eqstring_generic(s1, s2 string) bool {$/;"	f
 26555  eqtype1	./cmd/compile/internal/gc/subr.go	/^func eqtype1(t1 *Type, t2 *Type, assumed_equal *TypePairList) bool {$/;"	f
 26556  eqtypenoname	./cmd/compile/internal/gc/subr.go	/^func eqtypenoname(t1 *Type, t2 *Type) bool {$/;"	f
 26557  equal	./crypto/tls/handshake_messages.go	/^func (m *certificateMsg) equal(i interface{}) bool {$/;"	f
 26558  equal	./crypto/tls/handshake_messages.go	/^func (m *certificateRequestMsg) equal(i interface{}) bool {$/;"	f
 26559  equal	./crypto/tls/handshake_messages.go	/^func (m *certificateStatusMsg) equal(i interface{}) bool {$/;"	f
 26560  equal	./crypto/tls/handshake_messages.go	/^func (m *certificateVerifyMsg) equal(i interface{}) bool {$/;"	f
 26561  equal	./crypto/tls/handshake_messages.go	/^func (m *clientHelloMsg) equal(i interface{}) bool {$/;"	f
 26562  equal	./crypto/tls/handshake_messages.go	/^func (m *clientKeyExchangeMsg) equal(i interface{}) bool {$/;"	f
 26563  equal	./crypto/tls/handshake_messages.go	/^func (m *finishedMsg) equal(i interface{}) bool {$/;"	f
 26564  equal	./crypto/tls/handshake_messages.go	/^func (m *newSessionTicketMsg) equal(i interface{}) bool {$/;"	f
 26565  equal	./crypto/tls/handshake_messages.go	/^func (m *nextProtoMsg) equal(i interface{}) bool {$/;"	f
 26566  equal	./crypto/tls/handshake_messages.go	/^func (m *serverHelloDoneMsg) equal(i interface{}) bool {$/;"	f
 26567  equal	./crypto/tls/handshake_messages.go	/^func (m *serverHelloMsg) equal(i interface{}) bool {$/;"	f
 26568  equal	./crypto/tls/handshake_messages.go	/^func (m *serverKeyExchangeMsg) equal(i interface{}) bool {$/;"	f
 26569  equal	./crypto/tls/ticket.go	/^func (s *sessionState) equal(i interface{}) bool {$/;"	f
 26570  equal	./go/token/serialize_test.go	/^func equal(p, q *FileSet) error {$/;"	f
 26571  equal	./index/suffixarray/suffixarray_test.go	/^func equal(x, y *Index) bool {$/;"	f
 26572  equal	./os/os_test.go	/^func equal(name1, name2 string) (r bool) {$/;"	f
 26573  equal	./runtime/asm_386.s	/^equal:$/;"	l
 26574  equal	./runtime/asm_amd64.s	/^equal:$/;"	l
 26575  equal	./runtime/asm_amd64p32.s	/^equal:$/;"	l
 26576  equal	./runtime/asm_arm.s	/^equal:$/;"	l
 26577  equal	./runtime/asm_arm64.s	/^equal:$/;"	l
 26578  equal	./runtime/asm_ppc64x.s	/^equal:$/;"	l
 26579  equal	./strings/strings_test.go	/^func equal(m string, s1, s2 string, t *testing.T) bool {$/;"	f
 26580  equal	./text/template/parse/lex_test.go	/^func equal(i1, i2 []item, checkPos bool) bool {$/;"	f
 26581  equalASCIILabel	./net/dnsclient.go	/^func equalASCIILabel(x, y string) bool {$/;"	f
 26582  equalFoldRight	./encoding/json/fold.go	/^func equalFoldRight(s, t []byte) bool {$/;"	f
 26583  equalIgnoreCase	./strconv/atof.go	/^func equalIgnoreCase(s1, s2 string) bool {$/;"	f
 26584  equalPortable	./bytes/bytes.go	/^func equalPortable(a, b []byte) bool {$/;"	f
 26585  equalStringSlice	./internal/syscall/windows/registry/registry_test.go	/^func equalStringSlice(a, b []string) bool {$/;"	f
 26586  equalTests	./bytes/bytes_test.go	/^var equalTests = []struct {$/;"	v
 26587  equalTimeAndZone	./time/time_test.go	/^func equalTimeAndZone(a, b Time) bool {$/;"	f
 26588  equality	./cmd/compile/internal/gc/swt.go	/^	\/\/ insert type equality check into each case block$/;"	t
 26589  equality	./cmd/link/internal/ld/lib.go	/^	\/\/ autogenerated type equality\/hashing functions) and we don't want to generated$/;"	t
 26590  equivEscapers	./html/template/escape.go	/^var equivEscapers = map[string]string{$/;"	v
 26591  erf	./math/all_test.go	/^var erf = []float64{$/;"	v
 26592  erfSC	./math/all_test.go	/^var erfSC = []float64{$/;"	v
 26593  erfc	./math/all_test.go	/^var erfc = []float64{$/;"	v
 26594  erfcSC	./math/all_test.go	/^var erfcSC = []float64{$/;"	v
 26595  err	./archive/tar/reader.go	/^	var err error$/;"	v
 26596  err	./archive/tar/writer.go	/^			var err error$/;"	v
 26597  err	./archive/zip/reader_test.go	/^	var err error$/;"	v
 26598  err	./archive/zip/register.go	/^	var err error$/;"	v
 26599  err	./archive/zip/writer.go	/^	var err error$/;"	v
 26600  err	./bufio/bufio.go	/^	var err error$/;"	v
 26601  err	./bytes/buffer_test.go	/^		var err error$/;"	v
 26602  err	./cmd/compile/internal/big/ratconv.go	/^		var err error$/;"	v
 26603  err	./cmd/compile/internal/gc/lex.go	/^				var err error$/;"	v
 26604  err	./cmd/compile/internal/gc/lex.go	/^		var err error$/;"	v
 26605  err	./cmd/compile/internal/gc/lex.go	/^	var err error$/;"	v
 26606  err	./cmd/compile/internal/gc/obj.go	/^	var err error$/;"	v
 26607  err	./cmd/cover/cover.go	/^		var err error$/;"	v
 26608  err	./cmd/dist/util.go	/^	var err error$/;"	v
 26609  err	./cmd/fix/main.go	/^	var err error$/;"	v
 26610  err	./cmd/go/generate.go	/^		var err error$/;"	v
 26611  err	./cmd/go/generate.go	/^	var err error$/;"	v
 26612  err	./cmd/go/go_test.go	/^		var err error$/;"	v
 26613  err	./cmd/go/testflag.go	/^			var err error$/;"	v
 26614  err	./cmd/internal/obj/util.go	/^	var err error$/;"	v
 26615  err	./cmd/link/internal/ld/ldelf.go	/^	var err error$/;"	v
 26616  err	./cmd/link/internal/ld/ldmacho.go	/^	var err error$/;"	v
 26617  err	./cmd/link/internal/ld/ldpe.go	/^	var err error$/;"	v
 26618  err	./cmd/link/internal/ld/lib.go	/^		var err error$/;"	v
 26619  err	./cmd/link/internal/ld/lib.go	/^	var err error$/;"	v
 26620  err	./cmd/link/internal/ld/pe.go	/^			var err error$/;"	v
 26621  err	./cmd/pprof/internal/driver/driver.go	/^	var err error$/;"	v
 26622  err	./cmd/pprof/internal/driver/interactive.go	/^	var err error$/;"	v
 26623  err	./cmd/pprof/internal/fetch/fetch.go	/^	var err error$/;"	v
 26624  err	./cmd/pprof/internal/profile/encode.go	/^	var err error$/;"	v
 26625  err	./cmd/pprof/internal/profile/legacy_profile.go	/^		var err error$/;"	v
 26626  err	./cmd/pprof/internal/profile/legacy_profile.go	/^	var err error$/;"	v
 26627  err	./cmd/pprof/internal/profile/proto.go	/^		var err error$/;"	v
 26628  err	./cmd/pprof/internal/profile/prune.go	/^	var err error$/;"	v
 26629  err	./cmd/pprof/pprof.go	/^	var err error$/;"	v
 26630  err	./cmd/vet/print.go	/^			var err error$/;"	v
 26631  err	./cmd/vet/shadow.go	/^		var err error$/;"	v
 26632  err	./cmd/vet/testdata/bool.go	/^	var err error$/;"	v
 26633  err	./compress/gzip/gunzip.go	/^	var err error$/;"	v
 26634  err	./compress/zlib/writer_test.go	/^	var err error$/;"	v
 26635  err	./crypto/tls/conn.go	/^			var err error$/;"	v
 26636  err	./crypto/tls/generate_cert.go	/^	var err error$/;"	v
 26637  err	./crypto/tls/handshake_client_test.go	/^		var err error$/;"	v
 26638  err	./crypto/tls/handshake_server.go	/^	var err error$/;"	v
 26639  err	./crypto/tls/handshake_server_test.go	/^		var err error$/;"	v
 26640  err	./crypto/tls/key_agreement.go	/^	var err error$/;"	v
 26641  err	./crypto/tls/tls.go	/^	var err error$/;"	v
 26642  err	./crypto/tls/tls_test.go	/^	var err error$/;"	v
 26643  err	./crypto/x509/x509.go	/^		var err error$/;"	v
 26644  err	./crypto/x509/x509.go	/^	var err error$/;"	v
 26645  err	./database/sql/convert.go	/^			var err error$/;"	v
 26646  err	./database/sql/convert.go	/^		var err error$/;"	v
 26647  err	./database/sql/sql.go	/^	var err error$/;"	v
 26648  err	./database/sql/sql_test.go	/^	var err error$/;"	v
 26649  err	./debug/elf/file.go	/^	var err error$/;"	v
 26650  err	./debug/elf/file_test.go	/^		var err error$/;"	v
 26651  err	./debug/elf/symbols_test.go	/^		var err error$/;"	v
 26652  err	./debug/gosym/pclntab_test.go	/^	var err error$/;"	v
 26653  err	./debug/macho/fat.go	/^	var err error$/;"	v
 26654  err	./debug/macho/file.go	/^	var err error$/;"	v
 26655  err	./debug/pe/file.go	/^	var err error$/;"	v
 26656  err	./debug/plan9obj/file.go	/^	var err error$/;"	v
 26657  err	./encoding/gob/codec_test.go	/^	var err error$/;"	v
 26658  err	./encoding/gob/dump.go	/^	var err error$/;"	v
 26659  err	./encoding/gob/encode.go	/^	var err error$/;"	v
 26660  err	./encoding/gob/gobencdec_test.go	/^	var err error$/;"	v
 26661  err	./encoding/gob/type.go	/^	var err error$/;"	v
 26662  err	./encoding/json/stream.go	/^	var err error$/;"	v
 26663  err	./encoding/json/stream_test.go	/^			var err error$/;"	v
 26664  err	./encoding/xml/marshal_test.go	/^		var err error$/;"	v
 26665  err	./encoding/xml/marshal_test.go	/^	var err error$/;"	v
 26666  err	./encoding/xml/read_test.go	/^		var err error$/;"	v
 26667  err	./encoding/xml/xml_test.go	/^		var err error$/;"	v
 26668  err	./encoding/xml/xml_test.go	/^	var err error$/;"	v
 26669  err	./flag/flag_test.go	/^	var err error$/;"	v
 26670  err	./fmt/scan.go	/^	var err error$/;"	v
 26671  err	./go/internal/gcimporter/gcimporter.go	/^		var err error$/;"	v
 26672  err	./go/types/errors.go	/^func (check *Checker) err(pos token.Pos, msg string, soft bool) {$/;"	f
 26673  err	./go/types/typexpr.go	/^			var err string$/;"	v
 26674  err	./html/template/escape.go	/^	var err error$/;"	v
 26675  err	./image/decode_test.go	/^			var err error$/;"	v
 26676  err	./internal/syscall/windows/registry/registry_test.go	/^		var err error$/;"	v
 26677  err	./io/pipe_test.go	/^	var err error$/;"	v
 26678  err	./log/syslog/syslog_test.go	/^		var err error$/;"	v
 26679  err	./math/big/ratconv.go	/^		var err error$/;"	v
 26680  err	./mime/encodedword.go	/^	var err error$/;"	v
 26681  err	./mime/multipart/formdata.go	/^	var err error$/;"	v
 26682  err	./mime/multipart/multipart.go	/^	var err error$/;"	v
 26683  err	./net/cgo_unix.go	/^	var err error$/;"	v
 26684  err	./net/error_test.go	/^		var err error$/;"	v
 26685  err	./net/external_test.go	/^	var err error$/;"	v
 26686  err	./net/fd_windows.go	/^	var err error$/;"	v
 26687  err	./net/http/cgi/host_test.go	/^	var err error$/;"	v
 26688  err	./net/http/cookiejar/jar.go	/^	var err error$/;"	v
 26689  err	./net/http/fcgi/child.go	/^		var err error$/;"	v
 26690  err	./net/http/fs_test.go	/^	var err error$/;"	v
 26691  err	./net/http/httputil/dump.go	/^		var err error$/;"	v
 26692  err	./net/http/request.go	/^	var err error$/;"	v
 26693  err	./net/http/response_test.go	/^			var err error$/;"	v
 26694  err	./net/http/server.go	/^		var err error$/;"	v
 26695  err	./net/http/transfer.go	/^	var err error$/;"	v
 26696  err	./net/http/transport.go	/^		var err error$/;"	v
 26697  err	./net/http/transport_test.go	/^			var err error$/;"	v
 26698  err	./net/interface_bsd.go	/^					var err error$/;"	v
 26699  err	./net/interface_linux.go	/^					var err error$/;"	v
 26700  err	./net/interface_linux.go	/^		var err error$/;"	v
 26701  err	./net/ipsock_plan9.go	/^	var err error$/;"	v
 26702  err	./net/listen_test.go	/^			var err error$/;"	v
 26703  err	./net/lookup_windows_test.go	/^	var err bytes.Buffer$/;"	v
 26704  err	./net/mockserver_test.go	/^	var err error$/;"	v
 26705  err	./net/nss.go	/^				var err error$/;"	v
 26706  err	./net/platform_test.go	/^	var err error$/;"	v
 26707  err	./net/port.go	/^		var err error$/;"	v
 26708  err	./net/rpc/client.go	/^	var err error$/;"	v
 26709  err	./net/rpc/server_test.go	/^	var err error$/;"	v
 26710  err	./net/sock_posix.go	/^	var err error$/;"	v
 26711  err	./net/tcp_test.go	/^		var err error$/;"	v
 26712  err	./net/textproto/reader.go	/^	var err error$/;"	v
 26713  err	./net/udp_test.go	/^			var err error$/;"	v
 26714  err	./net/url/url.go	/^	var err error$/;"	v
 26715  err	./os/exec/exec.go	/^	var err error$/;"	v
 26716  err	./os/file_plan9.go	/^	var err error$/;"	v
 26717  err	./os/file_unix.go	/^	var err error$/;"	v
 26718  err	./os/file_windows.go	/^	var err error$/;"	v
 26719  err	./os/os_test.go	/^		var err error$/;"	v
 26720  err	./os/stat_plan9.go	/^	var err error$/;"	v
 26721  err	./os/stat_windows.go	/^	var err error$/;"	v
 26722  err	./path/filepath/path_test.go	/^		var err error$/;"	v
 26723  err	./regexp/exec_test.go	/^		var err error$/;"	v
 26724  err	./runtime/race/testdata/map_test.go	/^	var err error$/;"	v
 26725  err	./runtime/race/testdata/mop_test.go	/^		var err error$/;"	v
 26726  err	./runtime/race/testdata/mop_test.go	/^	var err error$/;"	v
 26727  err	./runtime/softfloat64_test.go	/^func err(t *testing.T, format string, args ...interface{}) {$/;"	f
 26728  err	./syscall/exec_plan9.go	/^	var err error$/;"	v
 26729  err	./syscall/exec_unix.go	/^	var err error$/;"	v
 26730  err	./syscall/exec_windows.go	/^		var err error$/;"	v
 26731  err	./syscall/mksyscall_windows.go	/^	var err error$/;"	v
 26732  err	./syscall/route_bsd_test.go	/^			var err error$/;"	v
 26733  err	./syscall/syscall_linux.go	/^		var err error$/;"	v
 26734  err	./testing/cover.go	/^	var err error$/;"	v
 26735  err	./text/template/exec_test.go	/^		var err error$/;"	v
 26736  err	./text/template/multi_test.go	/^	var err error$/;"	v
 26737  err	./text/template/parse/parse.go	/^	var err error$/;"	v
 26738  err	./time/format.go	/^		var err error$/;"	v
 26739  err	./time/sleep_test.go	/^	var err error$/;"	v
 26740  err1	./encoding/asn1/asn1.go	/^		var err1 error$/;"	v
 26741  err1	./syscall/exec_unix.go	/^	var err1 Errno$/;"	v
 26742  err2	./cmd/internal/objfile/pe.go	/^		var err2 error$/;"	v
 26743  err2	./cmd/internal/objfile/plan9obj.go	/^		var err2 error$/;"	v
 26744  errBad	./time/format.go	/^var errBad = errors.New("bad value for field") \/\/ placeholder not passed to user$/;"	v
 26745  errBadCount	./encoding/gob/decoder.go	/^var errBadCount = errors.New("invalid message length")$/;"	v
 26746  errChannel	./crypto/tls/tls.go	/^	var errChannel chan error$/;"	v
 26747  errClientKeyExchange	./crypto/tls/key_agreement.go	/^var errClientKeyExchange = errors.New("tls: invalid ClientKeyExchange message")$/;"	v
 26748  errCloseConn	./net/http/fcgi/child.go	/^var errCloseConn = errors.New("fcgi: connection should be closed")$/;"	v
 26749  errClosed	./compress/lzw/reader.go	/^var errClosed = errors.New("lzw: reader\/writer is closed")$/;"	v
 26750  errClosed	./database/sql/fakedb_test.go	/^var errClosed = errors.New("fakedb: statement has been closed")$/;"	v
 26751  errClosed	./net/http/httputil/persist.go	/^var errClosed = errors.New("i\/o operation on closed connection")$/;"	v
 26752  errClosed	./net/http/transport.go	/^var errClosed error = &httpError{err: "net\/http: transport closed before response was received"}$/;"	v
 26753  errDBClosed	./database/sql/sql.go	/^var errDBClosed = errors.New("sql: database is closed")$/;"	v
 26754  errFake	./bufio/bufio_test.go	/^var errFake = errors.New("fake error")$/;"	v
 26755  errFinished	./os/exec_unix.go	/^var errFinished = errors.New("os: process already finished")$/;"	v
 26756  errHTTP	./cmd/go/bootstrap.go	/^var errHTTP = errors.New("no http in bootstrap go command")$/;"	v
 26757  errInternal	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var errInternal = errors.New("internal error")$/;"	v
 26758  errLeadingInt	./time/format.go	/^var errLeadingInt = errors.New("time: bad [0-9]*") \/\/ never printed$/;"	v
 26759  errMalformed	./cmd/pprof/internal/profile/profile.go	/^var errMalformed = fmt.Errorf("malformed profile format")$/;"	v
 26760  errMap	./go/types/check_test.go	/^func errMap(t *testing.T, testname string, files []*ast.File) map[string][]string {$/;"	f
 26761  errMissingFF00	./image/jpeg/reader.go	/^var errMissingFF00 = FormatError("missing 0xff00 sequence")$/;"	v
 26762  errMissingParams	./net/rpc/jsonrpc/server.go	/^var errMissingParams = errors.New("jsonrpc: request body missing params")$/;"	v
 26763  errNegativeRead	./bufio/bufio.go	/^var errNegativeRead = errors.New("bufio: reader returned negative count from Read")$/;"	v
 26764  errNegativeWrite	./bufio/bufio.go	/^var errNegativeWrite = errors.New("bufio: writer returned negative count from Write")$/;"	v
 26765  errNilPtr	./database/sql/convert.go	/^var errNilPtr = errors.New("destination pointer is nil") \/\/ embedded in descriptive error$/;"	v
 26766  errNoBody	./net/http/httputil/dump.go	/^var errNoBody = errors.New("sentinel error value")$/;"	v
 26767  errNoMatch	./cmd/go/vcs.go	/^var errNoMatch = errors.New("no import match")$/;"	v
 26768  errNoSuitableAddress	./net/ipsock.go	/^var errNoSuitableAddress = errors.New("no suitable address found")$/;"	v
 26769  errOffset	./io/io.go	/^var errOffset = errors.New("Seek: invalid offset")$/;"	v
 26770  errOpen	./crypto/cipher/gcm.go	/^var errOpen = errors.New("cipher: message authentication failed")$/;"	v
 26771  errOutOfCodes	./compress/lzw/writer.go	/^var errOutOfCodes = errors.New("lzw: out of codes")$/;"	v
 26772  errPhase	./encoding/json/decode.go	/^var errPhase = errors.New("JSON decoder out of sync - data changing underfoot?")$/;"	v
 26773  errRawToken	./encoding/xml/xml.go	/^var errRawToken = errors.New("xml: cannot use RawToken from UnmarshalXML method")$/;"	v
 26774  errReader	./text/scanner/scanner_test.go	/^type errReader struct{}$/;"	t
 26775  errRecover	./text/template/exec.go	/^func errRecover(errp *error) {$/;"	f
 26776  errRequestCanceled	./net/http/transport.go	/^var errRequestCanceled = errors.New("net\/http: request canceled")$/;"	v
 26777  errRx	./go/parser/error_test.go	/^var errRx = regexp.MustCompile(`^\/\\* *ERROR *(HERE)? *"([^"]*)" *\\*\/$`)$/;"	v
 26778  errRx	./go/types/check_test.go	/^var errRx = regexp.MustCompile(`^ *ERROR *(HERE)? *"?([^"]*)"?`)$/;"	v
 26779  errSeeker	./net/http/fs.go	/^var errSeeker = errors.New("seeker can't seek")$/;"	v
 26780  errServerKeyExchange	./crypto/tls/key_agreement.go	/^var errServerKeyExchange = errors.New("tls: invalid ServerKeyExchange message")$/;"	v
 26781  errShortHuffmanData	./image/jpeg/huffman.go	/^var errShortHuffmanData = FormatError("short Huffman data")$/;"	v
 26782  errTest	./encoding/hex/hex_test.go	/^type errTest struct {$/;"	t
 26783  errTests	./encoding/hex/hex_test.go	/^var errTests = []errTest{$/;"	v
 26784  errTimeout	./net/http/transport.go	/^var errTimeout error = &httpError{err: "net\/http: timeout awaiting response headers", timeout: true}$/;"	v
 26785  errTooLarge	./net/http/server.go	/^var errTooLarge = errors.New("http: request too large")$/;"	v
 26786  errTrailerEOF	./net/http/transfer.go	/^var errTrailerEOF = errors.New("http: unexpected EOF reading trailer")$/;"	v
 26787  errUnknownSite	./cmd/go/vcs.go	/^var errUnknownSite = errors.New("dynamic lookup required to find mapping")$/;"	v
 26788  errUnrecognized	./cmd/pprof/internal/profile/profile.go	/^var errUnrecognized = fmt.Errorf("unrecognized profile format")$/;"	v
 26789  errUnsupportedSubsamplingRatio	./image/jpeg/reader.go	/^var errUnsupportedSubsamplingRatio = UnsupportedError("luma\/chroma subsampling ratio")$/;"	v
 26790  errWhence	./io/io.go	/^var errWhence = errors.New("Seek: invalid whence")$/;"	v
 26791  errWriteCloser	./compress/lzw/writer.go	/^type errWriteCloser struct {$/;"	t
 26792  errWriter	./cmd/go/main.go	/^type errWriter struct {$/;"	t
 26793  errWriter	./encoding/xml/xml_test.go	/^type errWriter struct{}$/;"	t
 26794  errWriter	./io/io_test.go	/^type errWriter struct {$/;"	t
 26795  errWriter	./strings/replace_test.go	/^type errWriter struct{}$/;"	t
 26796  errcmp	./cmd/compile/internal/gc/subr.go	/^type errcmp []Error$/;"	t
 26797  errf	./database/sql/fakedb_test.go	/^func errf(msg string, args ...interface{}) error {$/;"	f
 26798  errf	./runtime/runtime_test.go	/^var errf error$/;"	v
 26799  errfn	./runtime/runtime_test.go	/^func errfn() error {$/;"	f
 26800  errfn1	./runtime/runtime_test.go	/^func errfn1() error {$/;"	f
 26801  errlist	./go/types/check_test.go	/^	var errlist []error$/;"	v
 26802  errnan	./cmd/compile/internal/big/float_test.go	/^				var errnan bool \/\/ set if execution of f panicked with ErrNaN$/;"	v
 26803  errnan	./math/big/float_test.go	/^				var errnan bool \/\/ set if execution of f panicked with ErrNaN$/;"	v
 26804  errno	./os/dir_unix.go	/^			var errno error$/;"	v
 26805  errno	./runtime/netpoll.go	/^	var errno int32$/;"	v
 26806  errno	./runtime/netpoll_solaris.go	/^func errno() int32 {$/;"	f
 26807  errno	./runtime/netpoll_windows.go	/^	var errno int32$/;"	v
 26808  errnoErr	./syscall/syscall_unix.go	/^func errnoErr(e Errno) error {$/;"	f
 26809  errnoErr	./syscall/tables_nacl.go	/^func errnoErr(e Errno) error {$/;"	f
 26810  error	./builtin/builtin.go	/^type error interface {$/;"	t
 26811  error	./cmd/compile/internal/gc/gen.go	/^	\/\/ probably a type error already.$/;"	t
 26812  error	./cmd/internal/goobj/read.go	/^func (r *objReader) error(err error) error {$/;"	f
 26813  error	./cmd/vet/testdata/print.go	/^func (errorTest5) error() { \/\/ niladic; don't complain if no args (was bug)$/;"	f
 26814  error	./crypto/tls/conn.go	/^func (hc *halfConn) error() error {$/;"	f
 26815  error	./debug/dwarf/buf.go	/^func (b *buf) error(s string) {$/;"	f
 26816  error	./encoding/csv/reader.go	/^func (r *Reader) error(err error) error {$/;"	f
 26817  error	./encoding/gob/codec_test.go	/^		t.Error("expected recursive type error; got", err)$/;"	t
 26818  error	./encoding/gob/encoder_test.go	/^		t.Error("for non-struct\/struct expected type error; got", err)$/;"	t
 26819  error	./encoding/gob/encoder_test.go	/^		t.Error("for struct\/non-struct expected type error; got", err)$/;"	t
 26820  error	./encoding/gob/gobencdec_test.go	/^		t.Fatal("expected type error; got", err)$/;"	t
 26821  error	./encoding/json/decode.go	/^func (d *decodeState) error(err error) {$/;"	f
 26822  error	./encoding/json/decode_test.go	/^			t.Errorf("expected type error for Unmarshal(%q, type %T): got %T",$/;"	t
 26823  error	./encoding/json/encode.go	/^func (e *encodeState) error(err error) {$/;"	f
 26824  error	./encoding/json/scanner.go	/^func (s *scanner) error(c int, context string) int {$/;"	f
 26825  error	./fmt/scan.go	/^func (s *ss) error(err error) {$/;"	f
 26826  error	./go/ast/resolve.go	/^func (p *pkgBuilder) error(pos token.Pos, msg string) {$/;"	f
 26827  error	./go/doc/testdata/error2.go	/^type error interface {$/;"	t
 26828  error	./go/internal/gccgoimporter/parser.go	/^func (p *parser) error(err interface{}) {$/;"	f
 26829  error	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) error(err interface{}) {$/;"	f
 26830  error	./go/parser/parser.go	/^func (p *parser) error(pos token.Pos, msg string) {$/;"	f
 26831  error	./go/printer/testdata/parser.go	/^func (p *parser) error(pos token.Pos, msg string) {$/;"	f
 26832  error	./go/scanner/scanner.go	/^func (s *Scanner) error(offs int, msg string) {$/;"	f
 26833  error	./go/types/errors.go	/^func (check *Checker) error(pos token.Pos, msg string) {$/;"	f
 26834  error	./html/template/template.go	/^\/\/ return values of which the second has type error. In that case, if the$/;"	t
 26835  error	./net/rpc/server.go	/^		- the method has return type error.$/;"	t
 26836  error	./net/rpc/server.go	/^\/\/	- one return value, of type error$/;"	t
 26837  error	./os/file.go	/^\/\/ Go-like; failing calls return values of type error rather than error numbers.$/;"	t
 26838  error	./regexp/testdata/testregex.c	/^error(regex_t* preg, int code)$/;"	f	file:
 26839  error	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) error() uint32   { return 0 }$/;"	f
 26840  error	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) error() uint32   { return 0 }$/;"	f
 26841  error	./runtime/signal_linux_arm.go	/^func (c *sigctxt) error() uint32     { return c.regs().error_code }$/;"	f
 26842  error	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) error() uint32   { return ^uint32(0) }$/;"	f
 26843  error	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) error() uint32    { return 0 }$/;"	f
 26844  error	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) error() uint32   { return 0 }$/;"	f
 26845  error	./syscall/asm_freebsd_arm.s	/^error:$/;"	l
 26846  error	./syscall/asm_netbsd_arm.s	/^error:$/;"	l
 26847  error	./syscall/asm_openbsd_arm.s	/^error:$/;"	l
 26848  error	./text/scanner/scanner.go	/^func (s *Scanner) error(msg string) {$/;"	f
 26849  error	./text/template/doc.go	/^		is of type error. If the arguments don't match the function$/;"	t
 26850  error	./text/template/doc.go	/^which has type error. If that second value is present and evaluates to$/;"	t
 26851  error	./text/template/funcs.go	/^\/\/ which the second has type error. In that case, if the second (error)$/;"	t
 26852  error	./text/template/parse/parse.go	/^func (t *Tree) error(err error) {$/;"	f
 26853  error6	./syscall/asm_freebsd_arm.s	/^error6:$/;"	l
 26854  error6	./syscall/asm_netbsd_arm.s	/^error6:$/;"	l
 26855  error6	./syscall/asm_openbsd_arm.s	/^error6:$/;"	l
 26856  error9	./syscall/asm_freebsd_arm.s	/^error9:$/;"	l
 26857  error9	./syscall/asm_netbsd_arm.s	/^error9:$/;"	l
 26858  error9	./syscall/asm_openbsd_arm.s	/^error9:$/;"	l
 26859  errorBody	./net/http/server.go	/^func (h *timeoutHandler) errorBody() string {$/;"	f
 26860  errorCollector	./go/scanner/scanner_test.go	/^type errorCollector struct {$/;"	t
 26861  errorExpected	./go/parser/parser.go	/^func (p *parser) errorExpected(pos token.Pos, msg string) {$/;"	f
 26862  errorExpected	./go/printer/testdata/parser.go	/^func (p *parser) errorExpected(pos token.Pos, msg string) {$/;"	f
 26863  errorHandler	./fmt/scan.go	/^func errorHandler(errp *error) {$/;"	f
 26864  errorListener	./net/http/serve_test.go	/^type errorListener struct {$/;"	t
 26865  errorReader	./net/http/transfer.go	/^type errorReader struct {$/;"	t
 26866  errorReader	./net/http/transport_test.go	/^type errorReader struct {$/;"	t
 26867  errorReaderFromTest	./bufio/bufio_test.go	/^type errorReaderFromTest struct {$/;"	t
 26868  errorReaderFromTests	./bufio/bufio_test.go	/^var errorReaderFromTests = []errorReaderFromTest{$/;"	v
 26869  errorRune	./bufio/scan.go	/^var errorRune = []byte(string(utf8.RuneError))$/;"	v
 26870  errorString	./errors/errors.go	/^type errorString struct {$/;"	t
 26871  errorString	./fmt/scan.go	/^func (s *ss) errorString(err string) {$/;"	f
 26872  errorString	./runtime/error.go	/^type errorString string$/;"	t
 26873  errorStringer	./go/types/resolver_test.go	/^		type errorStringer struct { fmt.Stringer; error }$/;"	t
 26874  errorTest1	./cmd/vet/testdata/print.go	/^type errorTest1 int$/;"	t
 26875  errorTest2	./cmd/vet/testdata/print.go	/^type errorTest2 int \/\/ Analogous to testing's *T type.$/;"	t
 26876  errorTest3	./cmd/vet/testdata/print.go	/^type errorTest3 int$/;"	t
 26877  errorTest4	./cmd/vet/testdata/print.go	/^type errorTest4 int$/;"	t
 26878  errorTest5	./cmd/vet/testdata/print.go	/^type errorTest5 int$/;"	t
 26879  errorTests	./text/template/parse/parse_test.go	/^var errorTests = []parseTest{$/;"	v
 26880  errorThenGoodReader	./bufio/bufio_test.go	/^type errorThenGoodReader struct {$/;"	t
 26881  errorWriter	./encoding/csv/writer_test.go	/^type errorWriter struct{}$/;"	t
 26882  errorWriterTest	./bufio/bufio_test.go	/^type errorWriterTest struct {$/;"	t
 26883  errorWriterTests	./bufio/bufio_test.go	/^var errorWriterTests = []errorWriterTest{$/;"	v
 26884  errorWriterToTest	./bufio/bufio_test.go	/^type errorWriterToTest struct {$/;"	t
 26885  errorWriterToTests	./bufio/bufio_test.go	/^var errorWriterToTests = []errorWriterToTest{$/;"	v
 26886  error_	./cmd/cgo/util.go	/^func error_(pos token.Pos, msg string, args ...interface{}) {$/;"	f
 26887  error_	./encoding/gob/error.go	/^func error_(err error) {$/;"	f
 26888  errorer	./html/template/content_test.go	/^type errorer struct {$/;"	t
 26889  errorexit	./cmd/compile/internal/gc/subr.go	/^func errorexit() {$/;"	f
 26890  errorexit	./cmd/link/internal/ld/lib.go	/^func errorexit() {$/;"	f
 26891  errorf	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) errorf(format string, args ...interface{}) {$/;"	f
 26892  errorf	./cmd/go/generate.go	/^func (g *Generator) errorf(format string, args ...interface{}) {$/;"	f
 26893  errorf	./cmd/go/main.go	/^func errorf(format string, args ...interface{}) {$/;"	f
 26894  errorf	./cmd/nm/nm.go	/^func errorf(format string, args ...interface{}) {$/;"	f
 26895  errorf	./cmd/vet/main.go	/^func errorf(format string, args ...interface{}) {$/;"	f
 26896  errorf	./cmd/yacc/yacc.go	/^func errorf(s string, v ...interface{}) {$/;"	f
 26897  errorf	./encoding/gob/error.go	/^func errorf(format string, args ...interface{}) {$/;"	f
 26898  errorf	./go/ast/resolve.go	/^func (p *pkgBuilder) errorf(pos token.Pos, format string, args ...interface{}) {$/;"	f
 26899  errorf	./go/internal/gccgoimporter/parser.go	/^func (p *parser) errorf(format string, args ...interface{}) {$/;"	f
 26900  errorf	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) errorf(format string, args ...interface{}) {$/;"	f
 26901  errorf	./go/types/errors.go	/^func (check *Checker) errorf(pos token.Pos, format string, args ...interface{}) {$/;"	f
 26902  errorf	./html/template/error.go	/^func errorf(k ErrorCode, node parse.Node, line int, f string, args ...interface{}) *Error {$/;"	f
 26903  errorf	./text/template/exec.go	/^func (s *state) errorf(format string, args ...interface{}) {$/;"	f
 26904  errorf	./text/template/parse/lex.go	/^func (l *lexer) errorf(format string, args ...interface{}) stateFn {$/;"	f
 26905  errorf	./text/template/parse/parse.go	/^func (t *Tree) errorf(format string, args ...interface{}) {$/;"	f
 26906  errorr	./syscall/asm_freebsd_arm.s	/^errorr:$/;"	l
 26907  errorr	./syscall/asm_netbsd_arm.s	/^errorr:$/;"	l
 26908  errorr	./syscall/asm_openbsd_arm.s	/^errorr:$/;"	l
 26909  errorr6	./syscall/asm_freebsd_arm.s	/^errorr6:$/;"	l
 26910  errorr6	./syscall/asm_netbsd_arm.s	/^errorr6:$/;"	l
 26911  errorr6	./syscall/asm_openbsd_arm.s	/^errorr6:$/;"	l
 26912  errors	./cmd/compile/internal/gc/lex.go	/^				l.N.Nbody = nil \/\/ type errors; do not compile$/;"	t
 26913  errors	./cmd/compile/internal/gc/subr.go	/^var errors []Error$/;"	v
 26914  errors	./cmd/yacc/yacc.go	/^var errors []Error$/;"	v
 26915  errors	./go/scanner/scanner_test.go	/^var errors = []struct {$/;"	v
 26916  errors	./go/types/api.go	/^\/\/ If the package has type errors, the collected information may$/;"	t
 26917  errors	./regexp/testdata/testregex.c	/^	int		errors;$/;"	m	struct:__anon2	file:
 26918  errors	./syscall/zerrors_darwin_386.go	/^var errors = [...]string{$/;"	v
 26919  errors	./syscall/zerrors_darwin_amd64.go	/^var errors = [...]string{$/;"	v
 26920  errors	./syscall/zerrors_darwin_arm.go	/^var errors = [...]string{$/;"	v
 26921  errors	./syscall/zerrors_darwin_arm64.go	/^var errors = [...]string{$/;"	v
 26922  errors	./syscall/zerrors_dragonfly_amd64.go	/^var errors = [...]string{$/;"	v
 26923  errors	./syscall/zerrors_freebsd_386.go	/^var errors = [...]string{$/;"	v
 26924  errors	./syscall/zerrors_freebsd_amd64.go	/^var errors = [...]string{$/;"	v
 26925  errors	./syscall/zerrors_freebsd_arm.go	/^var errors = [...]string{$/;"	v
 26926  errors	./syscall/zerrors_linux_386.go	/^var errors = [...]string{$/;"	v
 26927  errors	./syscall/zerrors_linux_amd64.go	/^var errors = [...]string{$/;"	v
 26928  errors	./syscall/zerrors_linux_arm.go	/^var errors = [...]string{$/;"	v
 26929  errors	./syscall/zerrors_linux_arm64.go	/^var errors = [...]string{$/;"	v
 26930  errors	./syscall/zerrors_linux_ppc64.go	/^var errors = [...]string{$/;"	v
 26931  errors	./syscall/zerrors_linux_ppc64le.go	/^var errors = [...]string{$/;"	v
 26932  errors	./syscall/zerrors_netbsd_386.go	/^var errors = [...]string{$/;"	v
 26933  errors	./syscall/zerrors_netbsd_amd64.go	/^var errors = [...]string{$/;"	v
 26934  errors	./syscall/zerrors_netbsd_arm.go	/^var errors = [...]string{$/;"	v
 26935  errors	./syscall/zerrors_openbsd_386.go	/^var errors = [...]string{$/;"	v
 26936  errors	./syscall/zerrors_openbsd_amd64.go	/^var errors = [...]string{$/;"	v
 26937  errors	./syscall/zerrors_openbsd_arm.go	/^var errors = [...]string{$/;"	v
 26938  errors	./syscall/zerrors_solaris_amd64.go	/^var errors = [...]string{$/;"	v
 26939  errors	./syscall/zerrors_windows.go	/^var errors = [...]string{$/;"	v
 26940  errorstr	./syscall/tables_nacl.go	/^var errorstr = [...]string{$/;"	v
 26941  errortype	./cmd/compile/internal/gc/go.go	/^var errortype *Type$/;"	v
 26942  errp	./path/filepath/match_test.go	/^func errp(e error) string {$/;"	f
 26943  errprintf	./cmd/dist/util.go	/^func errprintf(format string, args ...interface{}) {$/;"	f
 26944  errs	./net/http/transport_test.go	/^	var errs []error$/;"	v
 26945  errstr	./runtime/os_plan9.go	/^func errstr() string$/;"	f
 26946  errstr	./syscall/syscall_plan9.go	/^func errstr() string {$/;"	f
 26947  es	./cmd/compile/internal/gc/esc.go	/^	var es EscState$/;"	v
 26948  esc	./cmd/compile/internal/gc/esc.go	/^func esc(e *EscState, n *Node, up *Node) {$/;"	f
 26949  esc	./encoding/xml/xml.go	/^	var esc []byte$/;"	v
 26950  escAnalyze	./cmd/compile/internal/gc/esc.go	/^func escAnalyze(all *NodeList, recursive bool) {$/;"	f
 26951  escFnsEq	./html/template/escape.go	/^func escFnsEq(a, b string) bool {$/;"	f
 26952  escMax	./cmd/compile/internal/gc/esc.go	/^func escMax(e, etype uint16) uint16 {$/;"	f
 26953  escNoteOutputParamFlow	./cmd/compile/internal/gc/esc.go	/^func escNoteOutputParamFlow(e uint16, vargen int32, level Level) uint16 {$/;"	f
 26954  escape	./html/template/escape.go	/^func (e *escaper) escape(c context, n parse.Node) context {$/;"	f
 26955  escape	./html/template/template.go	/^func (t *Template) escape() error {$/;"	f
 26956  escape	./net/url/url.go	/^func escape(s string, mode encoding) string {$/;"	f
 26957  escape	./regexp/syntax/regexp.go	/^func escape(b *bytes.Buffer, r rune, force bool) {$/;"	f
 26958  escape	./regexp/testdata/testregex.c	/^escape(char* s)$/;"	f	file:
 26959  escape	./runtime/gcinfo_test.go	/^func escape(p interface{}) interface{} {$/;"	f
 26960  escapeAction	./html/template/escape.go	/^func (e *escaper) escapeAction(c context, n *parse.ActionNode) context {$/;"	f
 26961  escapeBranch	./html/template/escape.go	/^func (e *escaper) escapeBranch(c context, n *parse.BranchNode, nodeName string) context {$/;"	f
 26962  escapeList	./html/template/escape.go	/^func (e *escaper) escapeList(c context, n *parse.ListNode) context {$/;"	f
 26963  escapeListConditionally	./html/template/escape.go	/^func (e *escaper) escapeListConditionally(c context, n *parse.ListNode, filter func(*escaper, context) bool) (context, bool) {$/;"	f
 26964  escapeOK	./html/template/template.go	/^var escapeOK = fmt.Errorf("template escaped correctly")$/;"	v
 26965  escapeQuotes	./mime/multipart/writer.go	/^func escapeQuotes(s string) string {$/;"	f
 26966  escapeString	./mime/multipart/multipart_test.go	/^func escapeString(v string) string {$/;"	f
 26967  escapeTemplate	./html/template/escape.go	/^func (e *escaper) escapeTemplate(c context, n *parse.TemplateNode) context {$/;"	f
 26968  escapeTemplate	./html/template/escape.go	/^func escapeTemplate(tmpl *Template, node parse.Node, name string) error {$/;"	f
 26969  escapeTemplateBody	./html/template/escape.go	/^func (e *escaper) escapeTemplateBody(c context, t *template.Template) (context, bool) {$/;"	f
 26970  escapeTests	./net/url/url_test.go	/^var escapeTests = []EscapeTest{$/;"	v
 26971  escapeText	./encoding/xml/xml.go	/^func escapeText(w io.Writer, s []byte, escapeNewline bool) error {$/;"	f
 26972  escapeText	./html/template/escape.go	/^func (e *escaper) escapeText(c context, n *parse.TextNode) context {$/;"	f
 26973  escapeTree	./html/template/escape.go	/^func (e *escaper) escapeTree(c context, node parse.Node, name string, line int) (context, string) {$/;"	f
 26974  escaper	./html/template/escape.go	/^type escaper struct {$/;"	t
 26975  escapes	./cmd/compile/internal/gc/esc.go	/^func escapes(all *NodeList) {$/;"	f
 26976  escapes	./reflect/value.go	/^func escapes(x interface{}) {$/;"	f
 26977  escassign	./cmd/compile/internal/gc/esc.go	/^func escassign(e *EscState, dst *Node, src *Node) {$/;"	f
 26978  escassignDereference	./cmd/compile/internal/gc/esc.go	/^func escassignDereference(e *EscState, dst *Node, src *Node) {$/;"	f
 26979  escassignfromtag	./cmd/compile/internal/gc/esc.go	/^func escassignfromtag(e *EscState, note *string, dsts *NodeList, src *Node) uint16 {$/;"	f
 26980  esccall	./cmd/compile/internal/gc/esc.go	/^func esccall(e *EscState, n *Node, up *Node) {$/;"	f
 26981  escchar	./cmd/compile/internal/gc/lex.go	/^func escchar(e int, escflg *int, val *int64) bool {$/;"	f
 26982  escflag	./cmd/compile/internal/gc/lex.go	/^	var escflag int$/;"	v
 26983  escflood	./cmd/compile/internal/gc/esc.go	/^func escflood(e *EscState, dst *Node) {$/;"	f
 26984  escflows	./cmd/compile/internal/gc/esc.go	/^func escflows(e *EscState, dst *Node, src *Node) {$/;"	f
 26985  escfunc	./cmd/compile/internal/gc/esc.go	/^func escfunc(e *EscState, func_ *Node) {$/;"	f
 26986  esclist	./cmd/compile/internal/gc/esc.go	/^func esclist(e *EscState, l *NodeList, up *Node) {$/;"	f
 26987  escloopdepth	./cmd/compile/internal/gc/esc.go	/^func escloopdepth(e *EscState, n *Node) {$/;"	f
 26988  escloopdepthlist	./cmd/compile/internal/gc/esc.go	/^func escloopdepthlist(e *EscState, l *NodeList) {$/;"	f
 26989  esctag	./cmd/compile/internal/gc/esc.go	/^func esctag(e *EscState, func_ *Node) {$/;"	f
 26990  escwalk	./cmd/compile/internal/gc/esc.go	/^func escwalk(e *EscState, level Level, dst *Node, src *Node) {$/;"	f
 26991  esi	./runtime/signal_darwin_386.go	/^func (c *sigctxt) esi() uint32     { return c.regs().esi }$/;"	f
 26992  esi	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) esi() uint32     { return c.regs().mc_esi }$/;"	f
 26993  esi	./runtime/signal_linux_386.go	/^func (c *sigctxt) esi() uint32       { return c.regs().esi }$/;"	f
 26994  esi	./runtime/signal_nacl_386.go	/^func (c *sigctxt) esi() uint32       { return c.regs().esi }$/;"	f
 26995  esi	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) esi() uint32      { return c.regs().__gregs[_REG_ESI] }$/;"	f
 26996  esi	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) esi() uint32     { return c.regs().sc_esi }$/;"	f
 26997  esp	./runtime/signal_darwin_386.go	/^func (c *sigctxt) esp() uint32     { return c.regs().esp }$/;"	f
 26998  esp	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) esp() uint32     { return c.regs().mc_esp }$/;"	f
 26999  esp	./runtime/signal_linux_386.go	/^func (c *sigctxt) esp() uint32       { return c.regs().esp }$/;"	f
 27000  esp	./runtime/signal_nacl_386.go	/^func (c *sigctxt) esp() uint32       { return c.regs().esp }$/;"	f
 27001  esp	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) esp() uint32      { return c.regs().__gregs[_REG_UESP] }$/;"	f
 27002  esp	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) esp() uint32     { return c.regs().sc_esp }$/;"	f
 27003  establishKeys	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) establishKeys() error {$/;"	f
 27004  establishKeys	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) establishKeys() error {$/;"	f
 27005  et	./cmd/compile/internal/gc/const.go	/^	var et int$/;"	v
 27006  et	./cmd/compile/internal/gc/const.go	/^ * convert x to type et and back to int64$/;"	t
 27007  et	./cmd/compile/internal/gc/walk.go	/^	var et int$/;"	v
 27008  et1	./cmd/vet/testdata/print.go	/^	var et1 errorTest1$/;"	v
 27009  et2	./cmd/vet/testdata/print.go	/^	var et2 errorTest2$/;"	v
 27010  et3	./cmd/vet/testdata/print.go	/^	var et3 errorTest3$/;"	v
 27011  et4	./cmd/vet/testdata/print.go	/^	var et4 errorTest4$/;"	v
 27012  et5	./cmd/vet/testdata/print.go	/^	var et5 errorTest5$/;"	v
 27013  etext	./cmd/internal/obj/objfile.go	/^	var etext *LSym$/;"	v
 27014  etnames	./cmd/compile/internal/gc/fmt.go	/^var etnames = []string{$/;"	v
 27015  etype	./cmd/compile/internal/gc/align.go	/^	var etype int$/;"	v
 27016  etype	./cmd/compile/internal/gc/lex.go	/^	var etype int$/;"	v
 27017  ev	./runtime/netpoll_epoll.go	/^	var ev epollevent$/;"	v
 27018  ev	./runtime/netpoll_kqueue.go	/^	var ev [2]keventt$/;"	v
 27019  evGC	./internal/trace/parser.go	/^	var evGC *Event$/;"	v
 27020  evacuate	./runtime/hashmap.go	/^func evacuate(t *maptype, h *hmap, oldbucket uintptr) {$/;"	f
 27021  evacuated	./runtime/hashmap.go	/^func evacuated(b *bmap) bool {$/;"	f
 27022  evalArg	./text/template/exec.go	/^func (s *state) evalArg(dot reflect.Value, typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27023  evalArgs	./text/template/funcs.go	/^func evalArgs(args []interface{}) string {$/;"	f
 27024  evalBool	./text/template/exec.go	/^func (s *state) evalBool(typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27025  evalCall	./text/template/exec.go	/^func (s *state) evalCall(dot, fun reflect.Value, node parse.Node, name string, args []parse.Node, final reflect.Value) reflect.Value {$/;"	f
 27026  evalChainNode	./text/template/exec.go	/^func (s *state) evalChainNode(dot reflect.Value, chain *parse.ChainNode, args []parse.Node, final reflect.Value) reflect.Value {$/;"	f
 27027  evalCommand	./text/template/exec.go	/^func (s *state) evalCommand(dot reflect.Value, cmd *parse.CommandNode, final reflect.Value) reflect.Value {$/;"	f
 27028  evalComplex	./text/template/exec.go	/^func (s *state) evalComplex(typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27029  evalEmptyInterface	./text/template/exec.go	/^func (s *state) evalEmptyInterface(dot reflect.Value, n parse.Node) reflect.Value {$/;"	f
 27030  evalField	./text/template/exec.go	/^func (s *state) evalField(dot reflect.Value, fieldName string, node parse.Node, args []parse.Node, final, receiver reflect.Value) reflect.Value {$/;"	f
 27031  evalFieldChain	./text/template/exec.go	/^func (s *state) evalFieldChain(dot, receiver reflect.Value, node parse.Node, ident []string, args []parse.Node, final reflect.Value) reflect.Value {$/;"	f
 27032  evalFieldNode	./text/template/exec.go	/^func (s *state) evalFieldNode(dot reflect.Value, field *parse.FieldNode, args []parse.Node, final reflect.Value) reflect.Value {$/;"	f
 27033  evalFloat	./text/template/exec.go	/^func (s *state) evalFloat(typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27034  evalFunction	./text/template/exec.go	/^func (s *state) evalFunction(dot reflect.Value, node *parse.IdentifierNode, cmd parse.Node, args []parse.Node, final reflect.Value) reflect.Value {$/;"	f
 27035  evalInteger	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) evalInteger(pseudo string, operands []lex.Token) int64 {$/;"	f
 27036  evalInteger	./text/template/exec.go	/^func (s *state) evalInteger(typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27037  evalPipeline	./text/template/exec.go	/^func (s *state) evalPipeline(dot reflect.Value, pipe *parse.PipeNode) (value reflect.Value) {$/;"	f
 27038  evalString	./text/template/exec.go	/^func (s *state) evalString(typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27039  evalSymlinks	./path/filepath/symlink_unix.go	/^func evalSymlinks(path string) (string, error) {$/;"	f
 27040  evalSymlinks	./path/filepath/symlink_windows.go	/^func evalSymlinks(path string) (string, error) {$/;"	f
 27041  evalUnsignedInteger	./text/template/exec.go	/^func (s *state) evalUnsignedInteger(typ reflect.Type, n parse.Node) reflect.Value {$/;"	f
 27042  evalVariableNode	./text/template/exec.go	/^func (s *state) evalVariableNode(dot reflect.Value, variable *parse.VariableNode, args []parse.Node, final reflect.Value) reflect.Value {$/;"	f
 27043  evconst	./cmd/compile/internal/gc/const.go	/^func evconst(n *Node) {$/;"	f
 27044  even	./go/ast/filter.go	/^			\/\/ filter type even if name is not filtered$/;"	t
 27045  eventDesc	./runtime/trace/trace_stack_test.go	/^	type eventDesc struct {$/;"	t
 27046  eventList	./internal/trace/parser.go	/^type eventList []*Event$/;"	t
 27047  events	./internal/trace/parser.go	/^	var events []rawEvent$/;"	v
 27048  events	./runtime/netpoll_epoll.go	/^	var events [128]epollevent$/;"	v
 27049  events	./runtime/netpoll_kqueue.go	/^	var events [64]keventt$/;"	v
 27050  events	./runtime/netpoll_solaris.go	/^	var events [128]portevent$/;"	v
 27051  everySequence	./mime/quotedprintable/reader_test.go	/^func everySequence(base, alpha string, length int, fn func(string)) {$/;"	f
 27052  evict	./runtime/cpuprof.go	/^func (p *cpuProfile) evict(e *cpuprofEntry) bool {$/;"	f
 27053  ex	./cmd/compile/internal/x86/cgen64.go	/^		var ex gc.Node$/;"	v
 27054  ex1	./encoding/json/scanner_test.go	/^var ex1 = `[true,false,null,"x",1,1.5,0,-5e+2]`$/;"	v
 27055  ex1i	./encoding/json/scanner_test.go	/^var ex1i = `[$/;"	v
 27056  exactSig	./net/http/sniff.go	/^type exactSig struct {$/;"	t
 27057  exactly	./cmd/gofmt/simplify.go	/^				\/\/ matches the outer literal's element type exactly, the inner$/;"	t
 27058  exactly16Bytes	./cmd/pack/pack.go	/^func exactly16Bytes(s string) string {$/;"	f
 27059  example	./encoding/json/scanner_test.go	/^type example struct {$/;"	t
 27060  exampleByName	./go/doc/example.go	/^type exampleByName []*Example$/;"	t
 27061  exampleOutput	./go/doc/example.go	/^func exampleOutput(b *ast.BlockStmt, comments []*ast.CommentGroup) (output string, ok bool) {$/;"	f
 27062  exampleTestCases	./go/doc/example_test.go	/^var exampleTestCases = []struct {$/;"	v
 27063  examples	./cmd/go/test.go	/^var examples = []testing.InternalExample{$/;"	v
 27064  examples	./encoding/json/scanner_test.go	/^var examples = []example{$/;"	v
 27065  exccontext	./runtime/defs_nacl_386.go	/^type exccontext struct {$/;"	t
 27066  exccontext	./runtime/defs_nacl_amd64p32.go	/^type exccontext struct {$/;"	t
 27067  exccontext	./runtime/defs_nacl_arm.go	/^type exccontext struct {$/;"	t
 27068  exceeds	./cmd/link/internal/ld/data.go	/^\/\/ the list of symbols s; the list stops when s->type exceeds type.$/;"	t
 27069  exceptionhandler	./runtime/signal_windows.go	/^func exceptionhandler(info *exceptionrecord, r *context, gp *g) int32 {$/;"	f
 27070  exceptionrecord	./runtime/defs_windows_386.go	/^type exceptionrecord struct {$/;"	t
 27071  exceptionrecord	./runtime/defs_windows_amd64.go	/^type exceptionrecord struct {$/;"	t
 27072  exceptionstate32	./runtime/defs_darwin_386.go	/^type exceptionstate32 struct {$/;"	t
 27073  exceptionstate32	./runtime/defs_darwin_amd64.go	/^type exceptionstate32 struct {$/;"	t
 27074  exceptionstate32	./runtime/defs_darwin_arm.go	/^type exceptionstate32 struct {$/;"	t
 27075  exceptionstate64	./runtime/defs_darwin_386.go	/^type exceptionstate64 struct {$/;"	t
 27076  exceptionstate64	./runtime/defs_darwin_amd64.go	/^type exceptionstate64 struct {$/;"	t
 27077  exceptionstate64	./runtime/defs_darwin_arm64.go	/^type exceptionstate64 struct {$/;"	t
 27078  exceptiontramp	./runtime/signal_windows.go	/^func exceptiontramp()$/;"	f
 27079  exchange	./net/dnsclient_unix.go	/^func exchange(server, name string, qtype uint16, timeout time.Duration) (*dnsMsg, error) {$/;"	f
 27080  excise	./cmd/compile/internal/amd64/peep.go	/^func excise(r *gc.Flow) {$/;"	f
 27081  excise	./cmd/compile/internal/arm/peep.go	/^func excise(r *gc.Flow) {$/;"	f
 27082  excise	./cmd/compile/internal/arm64/peep.go	/^func excise(r *gc.Flow) {$/;"	f
 27083  excise	./cmd/compile/internal/ppc64/peep.go	/^func excise(r *gc.Flow) {$/;"	f
 27084  excise	./cmd/compile/internal/x86/peep.go	/^func excise(r *gc.Flow) {$/;"	f
 27085  excludeHeader	./net/http/server.go	/^	var excludeHeader map[string]bool$/;"	v
 27086  excluded	./go/types/stdlib_test.go	/^var excluded = map[string]bool{$/;"	v
 27087  excludedregs	./cmd/compile/internal/amd64/reg.go	/^func excludedregs() uint64 {$/;"	f
 27088  excludedregs	./cmd/compile/internal/arm/reg.go	/^func excludedregs() uint64 {$/;"	f
 27089  excludedregs	./cmd/compile/internal/arm64/reg.go	/^func excludedregs() uint64 {$/;"	f
 27090  excludedregs	./cmd/compile/internal/ppc64/reg.go	/^func excludedregs() uint64 {$/;"	f
 27091  excludedregs	./cmd/compile/internal/x86/reg.go	/^func excludedregs() uint64 {$/;"	f
 27092  excportablecontext	./runtime/defs_nacl_386.go	/^type excportablecontext struct {$/;"	t
 27093  excportablecontext	./runtime/defs_nacl_amd64p32.go	/^type excportablecontext struct {$/;"	t
 27094  excportablecontext	./runtime/defs_nacl_arm.go	/^type excportablecontext struct {$/;"	t
 27095  excregs386	./runtime/defs_nacl_386.go	/^type excregs386 struct {$/;"	t
 27096  excregs386	./runtime/defs_nacl_amd64p32.go	/^type excregs386 struct {$/;"	t
 27097  excregsamd64	./runtime/defs_nacl_amd64p32.go	/^type excregsamd64 struct {$/;"	t
 27098  excregsarm	./runtime/defs_nacl_arm.go	/^type excregsarm struct {$/;"	t
 27099  exec	./cmd/go/generate.go	/^func (g *Generator) exec(words []string) {$/;"	f
 27100  exec	./database/sql/sql.go	/^func (db *DB) exec(query string, args []interface{}, strategy connReuseStrategy) (res Result, err error) {$/;"	f
 27101  exec	./database/sql/sql_test.go	/^func exec(t testing.TB, db *DB, query string, args ...interface{}) {$/;"	f
 27102  exec	./os/os_test.go	/^func exec(t *testing.T, dir, cmd string, args []string, expect string) {$/;"	f
 27103  execCmd	./cmd/go/run.go	/^var execCmd []string \/\/ -exec flag, for run and test$/;"	v
 27104  execDec	./encoding/gob/codec_test.go	/^func execDec(typ string, instr *decInstr, state *decoderState, t *testing.T, value reflect.Value) {$/;"	f
 27105  execInsert	./database/sql/fakedb_test.go	/^func (s *fakeStmt) execInsert(args []driver.Value, doInsert bool) (driver.Result, error) {$/;"	f
 27106  execSecurityRoots	./crypto/x509/root_darwin.go	/^func execSecurityRoots() (*CertPool, error) {$/;"	f
 27107  execTest	./database/sql/sql_test.go	/^	type execTest struct {$/;"	t
 27108  execTest	./text/template/exec_test.go	/^type execTest struct {$/;"	t
 27109  execTests	./text/template/exec_test.go	/^var execTests = []execTest{$/;"	v
 27110  execf	./regexp/testdata/testregex.c	/^execf(const regex_t* re, void* data, const char* xstr, size_t xlen, const char* sstr, size_t slen, char** snxt, regdisc_t* disc)$/;"	f	file:
 27111  execute	./runtime/proc1.go	/^func execute(gp *g, inheritTime bool) {$/;"	f
 27112  executeTest	./runtime/crash_test.go	/^func executeTest(t *testing.T, templ string, data interface{}, extra ...string) string {$/;"	f
 27113  execve	./syscall/exec_solaris.go	/^func execve(path uintptr, argv uintptr, envp uintptr) (err Errno)$/;"	f
 27114  exhaustive	./reflect/all_test.go	/^type exhaustive struct {$/;"	t
 27115  existingArchive	./cmd/pack/pack.go	/^func existingArchive(name string) bool {$/;"	f
 27116  exists	./reflect/type.go	/^\/\/ The returned type exists only for GC, so we only fill out GC relevant info.$/;"	t
 27117  exit	./cmd/go/main.go	/^func exit() {$/;"	f
 27118  exit	./cmd/yacc/yacc.go	/^func exit(status int) {$/;"	f
 27119  exit	./runtime/os1_plan9.go	/^func exit(e int) {$/;"	f
 27120  exit	./runtime/os1_windows.go	/^func exit(code int32) {$/;"	f
 27121  exit	./runtime/os3_solaris.go	/^func exit(r int32) {$/;"	f
 27122  exit	./runtime/os_nacl.go	/^func exit(code int32)$/;"	f
 27123  exit	./runtime/rt0_darwin_arm64.s	/^exit:$/;"	l
 27124  exit	./runtime/rt0_linux_arm64.s	/^exit:$/;"	l
 27125  exit	./runtime/stubs2.go	/^func exit(code int32)$/;"	f
 27126  exit	./runtime/sys_solaris_amd64.s	/^exit:$/;"	l
 27127  exit	./syscall/exec_solaris.go	/^func exit(code uintptr)$/;"	f
 27128  exit	./syscall/syscall_plan9.go	/^func exit(code int)$/;"	f
 27129  exit1	./runtime/stubs.go	/^func exit1(code int32)$/;"	f
 27130  exitCode	./cmd/nm/nm.go	/^var exitCode = 0$/;"	v
 27131  exitCode	./cmd/vet/main.go	/^var exitCode = 0$/;"	v
 27132  exitIfErrors	./cmd/go/main.go	/^func exitIfErrors() {$/;"	f
 27133  exitMu	./cmd/go/main.go	/^var exitMu sync.Mutex$/;"	v
 27134  exitStatus	./cmd/go/main.go	/^var exitStatus = 0$/;"	v
 27135  exitThread	./syscall/zsyscall_linux_386.go	/^func exitThread(code int) (err error) {$/;"	f
 27136  exitThread	./syscall/zsyscall_linux_amd64.go	/^func exitThread(code int) (err error) {$/;"	f
 27137  exitThread	./syscall/zsyscall_linux_arm.go	/^func exitThread(code int) (err error) {$/;"	f
 27138  exitThread	./syscall/zsyscall_linux_arm64.go	/^func exitThread(code int) (err error) {$/;"	f
 27139  exitThread	./syscall/zsyscall_linux_ppc64.go	/^func exitThread(code int) (err error) {$/;"	f
 27140  exitThread	./syscall/zsyscall_linux_ppc64le.go	/^func exitThread(code int) (err error) {$/;"	f
 27141  exited	./os/exec_plan9.go	/^func (p *ProcessState) exited() bool {$/;"	f
 27142  exited	./os/exec_posix.go	/^func (p *ProcessState) exited() bool {$/;"	f
 27143  exits	./runtime/os_plan9.go	/^func exits(msg *byte)$/;"	f
 27144  exitsyscall	./runtime/proc1.go	/^func exitsyscall(dummy int32) {$/;"	f
 27145  exitsyscall0	./runtime/proc1.go	/^func exitsyscall0(gp *g) {$/;"	f
 27146  exitsyscallfast	./runtime/proc1.go	/^func exitsyscallfast() bool {$/;"	f
 27147  exitsyscallfast_pidle	./runtime/proc1.go	/^func exitsyscallfast_pidle() bool {$/;"	f
 27148  exp	./cmd/compile/internal/big/floatconv.go	/^	var exp int64$/;"	v
 27149  exp	./cmd/compile/internal/big/ftoa.go	/^	var exp int64$/;"	v
 27150  exp	./cmd/compile/internal/big/ratconv.go	/^	var exp int64$/;"	v
 27151  exp	./math/all_test.go	/^var exp = []float64{$/;"	v
 27152  exp	./math/big/floatconv.go	/^	var exp int64$/;"	v
 27153  exp	./math/big/ftoa.go	/^	var exp int64$/;"	v
 27154  exp	./math/big/ratconv.go	/^	var exp int64$/;"	v
 27155  exp	./math/cmplx/cmath_test.go	/^var exp = []complex128{$/;"	v
 27156  exp	./math/exp.go	/^func exp(x float64) float64 {$/;"	f
 27157  exp	./strconv/atof.go	/^	var exp int$/;"	v
 27158  exp10	./cmd/compile/internal/big/floatconv.go	/^	var exp10 int64$/;"	v
 27159  exp10	./math/big/floatconv.go	/^	var exp10 int64$/;"	v
 27160  exp2	./cmd/compile/internal/big/floatconv.go	/^	var exp2 = int64(len(z.mant))*_W - fnorm(z.mant)$/;"	v
 27161  exp2	./math/all_test.go	/^var exp2 = []float64{$/;"	v
 27162  exp2	./math/big/floatconv.go	/^	var exp2 = int64(len(z.mant))*_W - fnorm(z.mant)$/;"	v
 27163  exp2	./math/exp.go	/^func exp2(x float64) float64 {$/;"	f
 27164  expNN	./cmd/compile/internal/big/nat.go	/^func (z nat) expNN(x, y, m nat) nat {$/;"	f
 27165  expNN	./math/big/nat.go	/^func (z nat) expNN(x, y, m nat) nat {$/;"	f
 27166  expNNMontgomery	./cmd/compile/internal/big/nat.go	/^func (z nat) expNNMontgomery(x, y, m nat) nat {$/;"	f
 27167  expNNMontgomery	./math/big/nat.go	/^func (z nat) expNNMontgomery(x, y, m nat) nat {$/;"	f
 27168  expNNTests	./cmd/compile/internal/big/nat_test.go	/^var expNNTests = []struct {$/;"	v
 27169  expNNTests	./math/big/nat_test.go	/^var expNNTests = []struct {$/;"	v
 27170  expNNWindowed	./cmd/compile/internal/big/nat.go	/^func (z nat) expNNWindowed(x, y, m nat) nat {$/;"	f
 27171  expNNWindowed	./math/big/nat.go	/^func (z nat) expNNWindowed(x, y, m nat) nat {$/;"	f
 27172  expSC	./math/all_test.go	/^var expSC = []float64{$/;"	v
 27173  expSC	./math/cmplx/cmath_test.go	/^var expSC = []complex128{$/;"	v
 27174  expTests	./cmd/compile/internal/big/int_test.go	/^var expTests = []struct {$/;"	v
 27175  expTests	./math/big/int_test.go	/^var expTests = []struct {$/;"	v
 27176  expWW	./cmd/compile/internal/big/natconv.go	/^func (z nat) expWW(x, y Word) nat {$/;"	f
 27177  expWW	./math/big/natconv.go	/^func (z nat) expWW(x, y Word) nat {$/;"	f
 27178  expand	./cmd/go/get.go	/^			var expand []string$/;"	v
 27179  expand	./cmd/go/vcs.go	/^func expand(match map[string]string, s string) string {$/;"	f
 27180  expand	./regexp/regexp.go	/^func (re *Regexp) expand(dst []byte, template string, bsrc []byte, src string, match []int) []byte {$/;"	f
 27181  expand	./regexp/testdata/testregex.c	/^expand(char* os, char* ot)$/;"	f	file:
 27182  expand0	./cmd/compile/internal/gc/subr.go	/^func expand0(t *Type, followptr int) {$/;"	f
 27183  expand1	./cmd/compile/internal/gc/subr.go	/^func expand1(t *Type, d int, followptr int) {$/;"	f
 27184  expandBits	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func expandBits(x, m uint32) uint32 {$/;"	f
 27185  expandBlock	./crypto/des/block.go	/^func expandBlock(src uint32) (block uint64) {$/;"	f
 27186  expandEnvironmentStrings	./internal/syscall/windows/registry/zsyscall_windows.go	/^func expandEnvironmentStrings(src *uint16, dst *uint16, size uint32) (n uint32, err error) {$/;"	f
 27187  expandKey	./crypto/aes/cipher_asm.go	/^func expandKey(key []byte, enc, dec []uint32) {$/;"	f
 27188  expandKey	./crypto/aes/cipher_generic.go	/^func expandKey(key []byte, enc, dec []uint32) {$/;"	f
 27189  expandKeyAsm	./crypto/aes/cipher_asm.go	/^func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)$/;"	f
 27190  expandKeyGo	./crypto/aes/block.go	/^func expandKeyGo(key []byte, enc, dec []uint32) {$/;"	f
 27191  expandScanner	./cmd/go/pkg.go	/^func expandScanner(err error) error {$/;"	f
 27192  expandTests	./os/env_test.go	/^var expandTests = []struct {$/;"	v
 27193  expandVar	./cmd/go/generate.go	/^func (g *Generator) expandVar(word string) string {$/;"	f
 27194  expandchecks	./cmd/compile/internal/amd64/ggen.go	/^func expandchecks(firstp *obj.Prog) {$/;"	f
 27195  expandchecks	./cmd/compile/internal/arm/ggen.go	/^func expandchecks(firstp *obj.Prog) {$/;"	f
 27196  expandchecks	./cmd/compile/internal/arm64/ggen.go	/^func expandchecks(firstp *obj.Prog) {$/;"	f
 27197  expandchecks	./cmd/compile/internal/ppc64/ggen.go	/^func expandchecks(firstp *obj.Prog) {$/;"	f
 27198  expandchecks	./cmd/compile/internal/x86/ggen.go	/^func expandchecks(firstp *obj.Prog) {$/;"	f
 27199  expandmeth	./cmd/compile/internal/gc/subr.go	/^func expandmeth(t *Type) {$/;"	f
 27200  expandpkg	./cmd/link/internal/ld/go.go	/^func expandpkg(t0 string, pkg string) string {$/;"	f
 27201  expansionFunction	./crypto/des/const.go	/^var expansionFunction = [48]byte{$/;"	v
 27202  expect	./bufio/scan_test.go	/^		var expect rune$/;"	v
 27203  expect	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) expect(expected lex.ScanToken) {$/;"	f
 27204  expect	./cmd/internal/obj/line_test.go	/^	var expect = []string{$/;"	v
 27205  expect	./go/internal/gccgoimporter/parser.go	/^func (p *parser) expect(tok rune) string {$/;"	f
 27206  expect	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) expect(tok rune) string {$/;"	f
 27207  expect	./go/parser/parser.go	/^func (p *parser) expect(tok token.Token) token.Pos {$/;"	f
 27208  expect	./go/printer/testdata/parser.go	/^func (p *parser) expect(tok token.Token) token.Pos {$/;"	f
 27209  expect	./html/template/content_test.go	/^	var expect = "string=3"$/;"	v
 27210  expect	./text/template/parse/parse.go	/^func (t *Tree) expect(expected itemType, context string) item {$/;"	f
 27211  expectAuthorityUnknown	./crypto/x509/verify_test.go	/^func expectAuthorityUnknown(t *testing.T, i int, err error) (ok bool) {$/;"	f
 27212  expectClosing	./go/parser/parser.go	/^func (p *parser) expectClosing(tok token.Token, context string) token.Pos {$/;"	f
 27213  expectContinueReader	./net/http/server.go	/^type expectContinueReader struct {$/;"	t
 27214  expectEq	./mime/multipart/multipart_test.go	/^func expectEq(t *testing.T, expected, actual, what string) {$/;"	f
 27215  expectExpired	./crypto/x509/verify_test.go	/^func expectExpired(t *testing.T, i int, err error) (ok bool) {$/;"	f
 27216  expectHashError	./crypto/x509/verify_test.go	/^func expectHashError(t *testing.T, i int, err error) bool {$/;"	f
 27217  expectHostnameError	./crypto/x509/verify_test.go	/^func expectHostnameError(t *testing.T, i int, err error) (ok bool) {$/;"	f
 27218  expectKeyword	./go/internal/gccgoimporter/parser.go	/^func (p *parser) expectKeyword(keyword string) {$/;"	f
 27219  expectKeyword	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) expectKeyword(keyword string) {$/;"	f
 27220  expectNewline	./cmd/asm/internal/lex/input.go	/^func (in *Input) expectNewline(directive string) {$/;"	f
 27221  expectOneOf	./text/template/parse/parse.go	/^func (t *Tree) expectOneOf(expected1, expected2 itemType, context string) item {$/;"	f
 27222  expectSemi	./go/parser/parser.go	/^func (p *parser) expectSemi() {$/;"	f
 27223  expectSemi	./go/printer/testdata/parser.go	/^func (p *parser) expectSemi() {$/;"	f
 27224  expectSpecial	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) expectSpecial(tok string) {$/;"	f
 27225  expectSystemRootsError	./crypto/x509/verify_test.go	/^func expectSystemRootsError(t *testing.T, i int, err error) bool {$/;"	f
 27226  expectTest	./net/http/serve_test.go	/^func expectTest(contentLength int, expectation string, readBody bool, expectedResponse string) serverExpectTest {$/;"	f
 27227  expectText	./cmd/asm/internal/lex/input.go	/^func (in *Input) expectText(args ...interface{}) {$/;"	f
 27228  expectUsageError	./crypto/x509/verify_test.go	/^func expectUsageError(t *testing.T, i int, err error) (ok bool) {$/;"	f
 27229  expected	./go/types/typestring.go	/^						panic("internal error: string type expected")$/;"	t
 27230  expectedCookies	./net/http/client_test.go	/^var expectedCookies = []*Cookie{$/;"	v
 27231  expectedErrors	./go/parser/error_test.go	/^func expectedErrors(t *testing.T, fset *token.FileSet, filename string, src []byte) map[token.Pos]string {$/;"	f
 27232  expectedHexDump	./encoding/hex/hex_test.go	/^var expectedHexDump = []byte(`00000000  1e 1f 20 21 22 23 24 25  26 27 28 29 2a 2b 2c 2d  |.. !"#$%&'()*+,-|$/;"	v
 27233  expectedTag	./crypto/cipher/gcm.go	/^	var expectedTag [gcmTagSize]byte$/;"	v
 27234  expectsContinue	./net/http/request.go	/^func (r *Request) expectsContinue() bool {$/;"	f
 27235  expensiveCall	./time/example_test.go	/^func expensiveCall() {}$/;"	f
 27236  exper	./cmd/internal/obj/go.go	/^var exper = []struct {$/;"	v
 27237  experimental	./cmd/vet/main.go	/^var experimental = map[string]bool{}$/;"	v
 27238  expiresIn	./net/http/cookiejar/jar_test.go	/^func expiresIn(delta int) string {$/;"	f
 27239  explicitTag	./encoding/asn1/marshal.go	/^	var explicitTag *forkableWriter$/;"	v
 27240  explicitTagTest	./encoding/asn1/marshal_test.go	/^type explicitTagTest struct {$/;"	t
 27241  explicitTaggedTimeTest	./encoding/asn1/asn1_test.go	/^type explicitTaggedTimeTest struct {$/;"	t
 27242  explicitTaggedTimeTestData	./encoding/asn1/asn1_test.go	/^var explicitTaggedTimeTestData = []struct {$/;"	v
 27243  explicitly	./go/types/conversions.go	/^	\/\/ given a type explicitly by a constant declaration or conversion,...".$/;"	t
 27244  explo	./strconv/ftoa.go	/^	var explo int$/;"	v
 27245  explode	./bytes/bytes.go	/^func explode(s []byte, n int) [][]byte {$/;"	f
 27246  explode	./strings/strings.go	/^func explode(s string, n int) []string {$/;"	f
 27247  explodetests	./bytes/bytes_test.go	/^var explodetests = []ExplodeTest{$/;"	v
 27248  explodetests	./strings/strings_test.go	/^var explodetests = []struct {$/;"	v
 27249  expm1	./math/all_test.go	/^var expm1 = []float64{$/;"	v
 27250  expm1	./math/expm1.go	/^func expm1(x float64) float64 {$/;"	f
 27251  expm1SC	./math/all_test.go	/^var expm1SC = []float64{$/;"	v
 27252  expmulti	./math/exp.go	/^func expmulti(hi, lo float64, k int) float64 {$/;"	f
 27253  export	./cmd/api/goapi.go	/^func (w *Walker) export(pkg *types.Package) {$/;"	f
 27254  exportFilter	./go/ast/filter.go	/^func exportFilter(name string) bool {$/;"	f
 27255  exportHeader	./cmd/cgo/main.go	/^var exportHeader = flag.String("exportheader", "", "where to write export header if any exported functions")$/;"	v
 27256  exported	./net/rpc/server.go	/^\/\/ Is this type exported or a builtin?$/;"	t
 27257  exportedsym	./cmd/compile/internal/gc/export.go	/^func exportedsym(sym *Sym) bool {$/;"	f
 27258  exportlist	./cmd/compile/internal/gc/go.go	/^var exportlist *NodeList$/;"	v
 27259  exportname	./cmd/compile/internal/gc/export.go	/^func exportname(s string) bool {$/;"	f
 27260  exportsym	./cmd/compile/internal/gc/export.go	/^func exportsym(n *Node) {$/;"	f
 27261  expr	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) expr() uint64 {$/;"	f
 27262  expr	./cmd/cgo/gcc.go	/^		var expr ast.Expr = ast.NewIdent(r.Name.Mangle) \/\/ default$/;"	v
 27263  expr	./cmd/compile/internal/gc/go.y	/^expr:$/;"	l
 27264  expr	./cmd/compile/internal/gc/walk.go	/^	var expr *Node$/;"	v
 27265  expr	./cmd/fix/fix.go	/^func expr(s string) ast.Expr {$/;"	f
 27266  expr	./cmd/yacc/testdata/expr/expr.y	/^expr:$/;"	l
 27267  expr	./go/printer/nodes.go	/^func (p *printer) expr(x ast.Expr) {$/;"	f
 27268  expr	./go/types/api_test.go	/^		var expr ast.Expr$/;"	v
 27269  expr	./go/types/expr.go	/^func (check *Checker) expr(x *operand, e ast.Expr) {$/;"	f
 27270  expr	./go/types/operand.go	/^	var expr string$/;"	v
 27271  expr0	./go/printer/nodes.go	/^func (p *printer) expr0(x ast.Expr, depth int) {$/;"	f
 27272  expr1	./cmd/yacc/testdata/expr/expr.y	/^expr1:$/;"	l
 27273  expr1	./go/printer/nodes.go	/^func (p *printer) expr1(expr ast.Expr, prec1, depth int) {$/;"	f
 27274  expr2	./cmd/yacc/testdata/expr/expr.y	/^expr2:$/;"	l
 27275  expr3	./cmd/yacc/testdata/expr/expr.y	/^expr3:$/;"	l
 27276  exprInfo	./go/types/check.go	/^type exprInfo struct {$/;"	t
 27277  exprInternal	./go/types/expr.go	/^func (check *Checker) exprInternal(x *operand, e ast.Expr, hint Type) exprKind {$/;"	f
 27278  exprKind	./go/types/expr.go	/^type exprKind int$/;"	t
 27279  exprList	./go/printer/nodes.go	/^func (p *printer) exprList(prev0 token.Pos, list []ast.Expr, depth int, mode exprListMode, next0 token.Pos) {$/;"	f
 27280  exprListMode	./go/printer/nodes.go	/^type exprListMode uint$/;"	t
 27281  exprNode	./go/ast/ast.go	/^func (*ArrayType) exprNode()     {}$/;"	f
 27282  exprNode	./go/ast/ast.go	/^func (*BadExpr) exprNode()        {}$/;"	f
 27283  exprNode	./go/ast/ast.go	/^func (*BasicLit) exprNode()       {}$/;"	f
 27284  exprNode	./go/ast/ast.go	/^func (*BinaryExpr) exprNode()     {}$/;"	f
 27285  exprNode	./go/ast/ast.go	/^func (*CallExpr) exprNode()       {}$/;"	f
 27286  exprNode	./go/ast/ast.go	/^func (*ChanType) exprNode()      {}$/;"	f
 27287  exprNode	./go/ast/ast.go	/^func (*CompositeLit) exprNode()   {}$/;"	f
 27288  exprNode	./go/ast/ast.go	/^func (*Ellipsis) exprNode()       {}$/;"	f
 27289  exprNode	./go/ast/ast.go	/^func (*FuncLit) exprNode()        {}$/;"	f
 27290  exprNode	./go/ast/ast.go	/^func (*FuncType) exprNode()      {}$/;"	f
 27291  exprNode	./go/ast/ast.go	/^func (*Ident) exprNode()          {}$/;"	f
 27292  exprNode	./go/ast/ast.go	/^func (*IndexExpr) exprNode()      {}$/;"	f
 27293  exprNode	./go/ast/ast.go	/^func (*InterfaceType) exprNode() {}$/;"	f
 27294  exprNode	./go/ast/ast.go	/^func (*KeyValueExpr) exprNode()   {}$/;"	f
 27295  exprNode	./go/ast/ast.go	/^func (*MapType) exprNode()       {}$/;"	f
 27296  exprNode	./go/ast/ast.go	/^func (*ParenExpr) exprNode()      {}$/;"	f
 27297  exprNode	./go/ast/ast.go	/^func (*SelectorExpr) exprNode()   {}$/;"	f
 27298  exprNode	./go/ast/ast.go	/^func (*SliceExpr) exprNode()      {}$/;"	f
 27299  exprNode	./go/ast/ast.go	/^func (*StarExpr) exprNode()       {}$/;"	f
 27300  exprNode	./go/ast/ast.go	/^func (*StructType) exprNode()    {}$/;"	f
 27301  exprNode	./go/ast/ast.go	/^func (*TypeAssertExpr) exprNode() {}$/;"	f
 27302  exprNode	./go/ast/ast.go	/^func (*UnaryExpr) exprNode()      {}$/;"	f
 27303  exprOrType	./go/types/expr.go	/^func (check *Checker) exprOrType(x *operand, e ast.Expr) {$/;"	f
 27304  exprString	./go/types/example_test.go	/^func exprString(fset *token.FileSet, expr ast.Expr) string {$/;"	f
 27305  exprSwitch	./cmd/compile/internal/gc/swt.go	/^type exprSwitch struct {$/;"	t
 27306  exprTest	./cmd/asm/internal/asm/expr_test.go	/^type exprTest struct {$/;"	t
 27307  exprTests	./cmd/asm/internal/asm/expr_test.go	/^var exprTests = []exprTest{$/;"	v
 27308  exprWithHint	./go/types/expr.go	/^func (check *Checker) exprWithHint(x *operand, e ast.Expr, hint Type) {$/;"	f
 27309  expr_list	./cmd/compile/internal/gc/go.y	/^expr_list:$/;"	l
 27310  expr_or_type	./cmd/compile/internal/gc/go.y	/^expr_or_type:$/;"	l
 27311  expr_or_type_list	./cmd/compile/internal/gc/go.y	/^expr_or_type_list:$/;"	l
 27312  exprcmp	./cmd/compile/internal/gc/swt.go	/^func exprcmp(c1, c2 *caseClause) int {$/;"	f
 27313  expression	./go/parser/parser_test.go	/^	\/\/ a valid type expression$/;"	t
 27314  expression	./go/types/typexpr.go	/^\/\/ typExpr type-checks the type expression e and returns its type, or Typ[Invalid].$/;"	t
 27315  expression	./go/types/typexpr.go	/^\/\/ typeOrNil type-checks the type expression (or nil value) e$/;"	t
 27316  expressionBytes	./html/template/css.go	/^var expressionBytes = []byte("expression")$/;"	v
 27317  expressions	./go/types/exprstring_test.go	/^	\/\/ non-type expressions$/;"	t
 27318  expressions	./go/types/typexpr.go	/^\/\/ This file implements type-checking of identifiers and type expressions.$/;"	t
 27319  exprfmt	./cmd/compile/internal/gc/fmt.go	/^func exprfmt(n *Node, prec int) string {$/;"	f
 27320  expvarHandler	./expvar/expvar.go	/^func expvarHandler(w http.ResponseWriter, r *http.Request) {$/;"	f
 27321  extFloat	./strconv/extfloat.go	/^type extFloat struct {$/;"	t
 27322  extKeyUsageFromOID	./crypto/x509/x509.go	/^func extKeyUsageFromOID(oid asn1.ObjectIdentifier) (eku ExtKeyUsage, ok bool) {$/;"	f
 27323  extKeyUsageOIDs	./crypto/x509/x509.go	/^var extKeyUsageOIDs = []struct {$/;"	v
 27324  extLink	./cmd/dist/test.go	/^func (t *tester) extLink() bool {$/;"	f
 27325  extendRandom	./runtime/runtime2.go	/^func extendRandom(r []byte, n int) {$/;"	f
 27326  extensions	./crypto/x509/x509.go	/^	var extensions []pkix.AttributeTypeAndValue$/;"	v
 27327  extensions	./crypto/x509/x509.go	/^	var extensions []pkix.Extension$/;"	v
 27328  extern	./cmd/go/go_test.go	/^		var extern string$/;"	v
 27329  external	./cmd/vet/testdata/deadcode.go	/^func external() int \/\/ ok$/;"	f
 27330  externalthreadhandler	./runtime/os1_windows.go	/^func externalthreadhandler()$/;"	f
 27331  externdcl	./cmd/compile/internal/gc/go.go	/^var externdcl *NodeList$/;"	v
 27332  externs	./cmd/compile/internal/gc/obj.go	/^	var externs *NodeList$/;"	v
 27333  extpread	./syscall/zsyscall_dragonfly_amd64.go	/^func extpread(fd int, p []byte, flags int, offset int64) (n int, err error) {$/;"	f
 27334  extpwrite	./syscall/zsyscall_dragonfly_amd64.go	/^func extpwrite(fd int, p []byte, flags int, offset int64) (n int, err error) {$/;"	f
 27335  extra	./path/filepath/path_test.go	/^		var extra []string$/;"	v
 27336  extraBits	./compress/flate/huffman_bit_writer.go	/^	var extraBits int64$/;"	v
 27337  extraCommands	./cmd/pprof/pprof.go	/^	var extraCommands map[string]*commands.Command \/\/ no added Go-specific commands$/;"	v
 27338  extraHeader	./net/http/server.go	/^type extraHeader struct {$/;"	t
 27339  extraHeaderKeys	./net/http/server.go	/^var extraHeaderKeys = [][]byte{$/;"	v
 27340  extraHeaders	./net/http/transport.go	/^func (tr *transportRequest) extraHeaders() Header {$/;"	f
 27341  extrabits	./strconv/extfloat.go	/^	var extrabits uint$/;"	v
 27342  extract	./regexp/regexp.go	/^func extract(str string) (name string, num int, rest string, ok bool) {$/;"	f
 27343  extract	./regexp/testdata/testregex.c	/^extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test)$/;"	f	file:
 27344  extractCAPS	./time/zoneinfo_windows.go	/^func extractCAPS(desc string) string {$/;"	f
 27345  extractContents	./cmd/pack/pack.go	/^func (ar *Archive) extractContents(entry *Entry) {$/;"	f
 27346  extractHexAddresses	./cmd/pprof/internal/profile/legacy_profile.go	/^func extractHexAddresses(s string) ([]string, []uint64) {$/;"	f
 27347  extractParams	./syscall/mksyscall_windows.go	/^func extractParams(s string, f *Fn) ([]*Param, error) {$/;"	f
 27348  extractSection	./syscall/mksyscall_windows.go	/^func extractSection(s string, start, end rune) (prefix, body, suffix string, found bool) {$/;"	f
 27349  extractSimpleChain	./crypto/x509/root_windows.go	/^func extractSimpleChain(simpleChain **syscall.CertSimpleChain, count int) (chain []*Certificate, err error) {$/;"	f
 27350  extracted	./regexp/testdata/testregex.c	/^	int		extracted;$/;"	m	struct:__anon2	file:
 27351  extram	./runtime/proc1.go	/^var extram uintptr$/;"	v
 27352  exttests	./path/filepath/path_test.go	/^var exttests = []ExtTest{$/;"	v
 27353  exttests	./path/path_test.go	/^var exttests = []ExtTest{$/;"	v
 27354  extval	./cmd/yacc/yacc.go	/^var extval = 0$/;"	v
 27355  f	./cmd/compile/internal/gc/dcl.go	/^			\/\/	func f() (_ int)$/;"	f
 27356  f	./cmd/compile/internal/gc/inl.go	/^\/\/   - handle T.meth(f()) with func f() (t T, arg, arg, )$/;"	f
 27357  f	./cmd/compile/internal/gc/syntax.go	/^	ODCLFUNC  \/\/ func f() or func (r) f()$/;"	f
 27358  f	./cmd/compile/internal/gc/syntax.go	/^	ODDD        \/\/ func f(args ...int) or f(l...) or var a = [...]int{0, 1, 2}.$/;"	f
 27359  f	./cmd/compile/internal/gc/syntax.go	/^	ODDDARG     \/\/ func f(args ...int), introduced by escape analysis.$/;"	f
 27360  f	./cmd/fix/gotypes_test.go	/^func f() {$/;"	f
 27361  f	./cmd/fix/netipv6zone_test.go	/^func f() net.Addr {$/;"	f
 27362  f	./cmd/fix/printerconfig_test.go	/^func f() printer.Config {$/;"	f
 27363  f	./cmd/go/go_test.go	/^		func f() { C.f() }`)$/;"	f
 27364  f	./cmd/go/go_test.go	/^		func f() {`)$/;"	f
 27365  f	./cmd/go/testdata/src/badtest/badvar/x_test.go	/^func f() {$/;"	f
 27366  f	./cmd/go/testdata/src/syntaxerror/x_test.go	/^func f() (x.y, z int) {$/;"	f
 27367  f	./cmd/go/testdata/src/vetpkg/b.go	/^func f() {$/;"	f
 27368  f	./cmd/vet/testdata/unsafeptr.go	/^func f() {$/;"	f
 27369  f	./cmd/vet/types.go	/^		\/\/	func f(x interface{}) { fmt.Printf("%s", x) }$/;"	f
 27370  f	./go/parser/error_test.go	/^\/\/	func f() {$/;"	f
 27371  f	./go/parser/parser.go	/^		typ = p.tryVarType(isParam) \/\/ maybe nil as in: func f(int,) {}$/;"	f
 27372  f	./go/parser/parser_test.go	/^		"package p; func f() { ; }",$/;"	f
 27373  f	./go/parser/parser_test.go	/^		"package p; func f() { L: ; }",$/;"	f
 27374  f	./go/parser/parser_test.go	/^		"package p; func f() { L: \\n; }",$/;"	f
 27375  f	./go/parser/parser_test.go	/^		"package p; func f() { L: \\n}",$/;"	f
 27376  f	./go/parser/parser_test.go	/^		"package p; func f() { L: }",$/;"	f
 27377  f	./go/parser/parser_test.go	/^		"package p; func f() {;}",$/;"	f
 27378  f	./go/parser/parser_test.go	/^		"package p; func f() {L:;}",$/;"	f
 27379  f	./go/parser/parser_test.go	/^		"package p; func f() {L:\\n;}",$/;"	f
 27380  f	./go/parser/parser_test.go	/^		"package p; func f() {L:\\n}",$/;"	f
 27381  f	./go/parser/parser_test.go	/^		"package p; func f() {L:}",$/;"	f
 27382  f	./go/parser/parser_test.go	/^	f, err := ParseFile(token.NewFileSet(), "", `package p; func f() { var x, y, z = x, y, z }`, 0)$/;"	f
 27383  f	./go/parser/parser_test.go	/^	f, err := ParseFile(token.NewFileSet(), "", `package p; func f() { x, y, z := x, y, z }`, 0)$/;"	f
 27384  f	./go/parser/parser_test.go	/^func f() { L: }$/;"	f
 27385  f	./go/parser/short_test.go	/^	`package p; func f() (a b string \/* ERROR "missing ','" *\/ , ok bool)`,           \/\/ issue 8656$/;"	f
 27386  f	./go/parser/short_test.go	/^	`package p; func f() { _ = (<-<- \/* ERROR "expected 'chan'" *\/ chan int)(nil) };`,$/;"	f
 27387  f	./go/parser/short_test.go	/^	`package p; func f() { _ = (<-chan <-chan int)(nil) };`,$/;"	f
 27388  f	./go/parser/short_test.go	/^	`package p; func f() { _ = (<-chan int)(nil) };`,$/;"	f
 27389  f	./go/parser/short_test.go	/^	`package p; func f() { _ = (<-chan<-chan<-chan<-chan<-chan<- \/* ERROR "expected channel type" *\/ int)(nil) };`,$/;"	f
 27390  f	./go/parser/short_test.go	/^	`package p; func f() { _ = 1 == func()int { var x bool; x = x = \/* ERROR "expected '=='" *\/ true; return x }() };`,$/;"	f
 27391  f	./go/parser/short_test.go	/^	`package p; func f() { _ = <-chan <-chan <-chan <-chan <-int(nil) };`,$/;"	f
 27392  f	./go/parser/short_test.go	/^	`package p; func f() { _ = <-chan int(nil) };`,$/;"	f
 27393  f	./go/parser/short_test.go	/^	`package p; func f() { _ = x = \/* ERROR "expected '=='" *\/ 0 {}};`,$/;"	f
 27394  f	./go/parser/short_test.go	/^	`package p; func f() { defer func() {} \/* ERROR HERE "function must be invoked" *\/ }`,$/;"	f
 27395  f	./go/parser/short_test.go	/^	`package p; func f() { for ; ; _ = range \/* ERROR "expected operand" *\/ x {} };`,$/;"	f
 27396  f	./go/parser/short_test.go	/^	`package p; func f() { for ; _ \/* ERROR "expected boolean or range expression" *\/ = range x ; {} };`,$/;"	f
 27397  f	./go/parser/short_test.go	/^	`package p; func f() { for _ = range "foo" + "bar" {} };`,$/;"	f
 27398  f	./go/parser/short_test.go	/^	`package p; func f() { for _ = range x ; \/* ERROR "expected '{'" *\/ ; {} };`,$/;"	f
 27399  f	./go/parser/short_test.go	/^	`package p; func f() { for i \/* ERROR "boolean or range expression" *\/ , x := []string {} }`,$/;"	f
 27400  f	./go/parser/short_test.go	/^	`package p; func f() { for i \/* ERROR "boolean or range expression" *\/ , x = []string {} }`,$/;"	f
 27401  f	./go/parser/short_test.go	/^	`package p; func f() { for x \/* ERROR "boolean or range expression" *\/ := []string {} }`,$/;"	f
 27402  f	./go/parser/short_test.go	/^	`package p; func f() { for x \/* ERROR "boolean or range expression" *\/ = []string {} }`,$/;"	f
 27403  f	./go/parser/short_test.go	/^	`package p; func f() { go f \/* ERROR HERE "function must be invoked" *\/ }`,$/;"	f
 27404  f	./go/parser/short_test.go	/^	`package p; func f() { go func() { func() { f(x func \/* ERROR "missing ','" *\/ (){}) } } }`,$/;"	f
 27405  f	./go/parser/short_test.go	/^	`package p; func f() { if ; true {} };`,$/;"	f
 27406  f	./go/parser/short_test.go	/^	`package p; func f() { if ; { \/* ERROR "expected operand" *\/ } };`,$/;"	f
 27407  f	./go/parser/short_test.go	/^	`package p; func f() { if _ \/* ERROR "expected boolean expression" *\/ = range x; true {} };`,$/;"	f
 27408  f	./go/parser/short_test.go	/^	`package p; func f() { if f(); { \/* ERROR "expected operand" *\/ } };`,$/;"	f
 27409  f	./go/parser/short_test.go	/^	`package p; func f() { if f(T{}) {} };`,$/;"	f
 27410  f	./go/parser/short_test.go	/^	`package p; func f() { if x := g(); x = \/* ERROR "expected '=='" *\/ 0 {}};`,$/;"	f
 27411  f	./go/parser/short_test.go	/^	`package p; func f() { if { \/* ERROR "expected operand" *\/ } };`,$/;"	f
 27412  f	./go/parser/short_test.go	/^	`package p; func f() { select { case <- c: case c <- d: case c <- <- d: case <-c <- d: } };`,$/;"	f
 27413  f	./go/parser/short_test.go	/^	`package p; func f() { select { case _ <- chan \/* ERROR "expected expression" *\/ int: } };`,$/;"	f
 27414  f	./go/parser/short_test.go	/^	`package p; func f() { select { case x := (<-c): } };`,$/;"	f
 27415  f	./go/parser/short_test.go	/^	`package p; func f() { switch ; {} };`,$/;"	f
 27416  f	./go/parser/short_test.go	/^	`package p; func f() { switch _ \/* ERROR "expected switch expression" *\/ = range x; true {} };`,$/;"	f
 27417  f	./go/parser/short_test.go	/^	`package p; func f() { switch t \/* ERROR "expected switch expression" *\/ , t = t.(type) {} };`,$/;"	f
 27418  f	./go/parser/short_test.go	/^	`package p; func f() { switch t \/* ERROR "expected switch expression" *\/ = t.(type) {} };`,$/;"	f
 27419  f	./go/parser/short_test.go	/^	`package p; func f() { switch t \/* ERROR "expected switch expression" *\/ = t.(type), t {} };`,$/;"	f
 27420  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[: \/* ERROR "2nd index required" *\/ ::] };`,$/;"	f
 27421  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[: \/* ERROR "2nd index required" *\/ :] };`,$/;"	f
 27422  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[] \/* ERROR "expected operand" *\/ };`,$/;"	f
 27423  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[i: \/* ERROR "2nd index required" *\/ :] };`,$/;"	f
 27424  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[i: \/* ERROR "2nd index required" *\/ :k] };`,$/;"	f
 27425  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[i:j: \/* ERROR "3rd index required" *\/ ] };`,$/;"	f
 27426  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; _ = s[i:j:k: \/* ERROR "expected ']'" *\/ l] };`,$/;"	f
 27427  f	./go/parser/short_test.go	/^	`package p; func f() { var s []int; g(s[:], s[i:], s[:j], s[i:j], s[i:j:k], s[:j:k]) };`,$/;"	f
 27428  f	./go/parser/short_test.go	/^	`package p; func f() { var t []int; t \/* ERROR "expected identifier on left side of :=" *\/ [0] := 0 };`,$/;"	f
 27429  f	./go/parser/short_test.go	/^	`package p; func f(...T);`,$/;"	f
 27430  f	./go/parser/short_test.go	/^	`package p; func f(...int,) {};`,$/;"	f
 27431  f	./go/parser/short_test.go	/^	`package p; func f(float, ...int);`,$/;"	f
 27432  f	./go/parser/short_test.go	/^	`package p; func f(func() func() func());`,$/;"	f
 27433  f	./go/parser/short_test.go	/^	`package p; func f(int,) {};`,$/;"	f
 27434  f	./go/parser/short_test.go	/^	`package p; func f(x ...int,) {};`,$/;"	f
 27435  f	./go/parser/short_test.go	/^	`package p; func f(x func(), u v func \/* ERROR "missing ','" *\/ ()){}`,$/;"	f
 27436  f	./go/parser/short_test.go	/^	`package p; func f(x int, a ...int) { f(0, a...); f(1, a...,) };`,$/;"	f
 27437  f	./go/parser/short_test.go	/^	`package p; import "fmt"; func f() { fmt.Println("Hello, World!") };`,$/;"	f
 27438  f	./go/parser/short_test.go	/^	`package p; type T []int; func f() { for _ = range []int{T{42}[0]} {} };`,$/;"	f
 27439  f	./go/parser/short_test.go	/^	`package p; type T []int; var a []bool; func f() { if a[T{42}[0]] {} };`,$/;"	f
 27440  f	./go/printer/printer_test.go	/^func f()$/;"	f
 27441  f	./go/types/api_test.go	/^		func f() int {$/;"	f
 27442  f	./go/types/api_test.go	/^		{"type ( E1 struct{ f int }; E2 struct{}; x struct{ E1; *E2 }); func (E2) f() {}", false, []int{1, 0}, false},$/;"	f
 27443  f	./go/types/api_test.go	/^		{"var a *T; type T struct{}; func (*T) f() {}", true, []int{0}, true}, \/\/ TODO(gri) should this report indirect = false?$/;"	f
 27444  f	./go/types/api_test.go	/^		{"var a *T; type T struct{}; func (T) f() {}", true, []int{0}, true},$/;"	f
 27445  f	./go/types/api_test.go	/^		{"var a T; type T struct{}; func (*T) f() {}", true, []int{0}, false},$/;"	f
 27446  f	./go/types/api_test.go	/^		{"var a T; type T struct{}; func (T) f() {}", true, []int{0}, false},$/;"	f
 27447  f	./go/types/api_test.go	/^		{"var x T; type T struct{}; func (*T) f() {}", false, nil, true},$/;"	f
 27448  f	./go/types/api_test.go	/^		{`package issue6796_e; func f(c chan string) { _, _ = ((<-c)) }`,$/;"	f
 27449  f	./go/types/api_test.go	/^		{`package issue7060_c; func f(x interface{}, ok bool, m map[int]string) { x, ok = m[0] }`,$/;"	f
 27450  f	./go/types/api_test.go	/^		{`package issue7060_f; func f(x interface{}, ok bool, ch chan string) { x, ok = <-ch }`,$/;"	f
 27451  f	./go/types/api_test.go	/^		{`package m5; func f() {}`, `f`, `<missing>`},$/;"	f
 27452  f	./go/types/api_test.go	/^		{`package n0; func f() { f() }`, `f()`, `void`},$/;"	f
 27453  f	./go/types/api_test.go	/^		{`package p3; var _ = f(); func f() int { return 1 }`, []string{$/;"	f
 27454  f	./go/types/api_test.go	/^		{`package p6; var a, b = f(); func f() (_, _ int) { return z, z }; var z = 0`, []string{$/;"	f
 27455  f	./go/types/api_test.go	/^		{`package v4; func f() { _ = f }`, `f`, `value`},$/;"	f
 27456  f	./go/types/api_test.go	/^func (B) f(int)$/;"	f
 27457  f	./go/types/api_test.go	/^func f() {$/;"	f
 27458  f	./go/types/check_test.go	/^\/\/	func f() {$/;"	f
 27459  f	./go/types/eval_test.go	/^		func f(a int, s string) float64 {$/;"	f
 27460  f	./go/types/expr.go	/^  func f(x *operand, e *ast.Expr, ...)$/;"	f
 27461  f	./go/types/issues_test.go	/^func f() int {$/;"	f
 27462  f	./go/types/resolver_test.go	/^		func f() string {$/;"	f
 27463  f	./reflect/all_test.go	/^func (Impl) f() {}$/;"	f
 27464  f	./runtime/append_test.go	/^func f() int {$/;"	f
 27465  f	./runtime/crash_test.go	/^func f(x []byte) byte {$/;"	f
 27466  f	./runtime/gcinfo_test.go	/^func (IfaceImpl) f() {$/;"	f
 27467  f	./runtime/stubs.go	/^\/\/	func f(arg1, arg2, arg3 int) {$/;"	f
 27468  f	./sort/search_test.go	/^func f(a []int, x int) func(int) bool {$/;"	f
 27469  f0	./cmd/compile/internal/x86/ggen.go	/^	var f0 gc.Node$/;"	v
 27470  f0	./cmd/compile/internal/x86/gsubr.go	/^		var f0 gc.Node$/;"	v
 27471  f1	./cmd/compile/internal/big/float_test.go	/^		var f1, f2 Float$/;"	v
 27472  f1	./cmd/compile/internal/gc/popt.go	/^	var f1 *Flow$/;"	v
 27473  f1	./cmd/compile/internal/gc/reg.go	/^	var f1 *Flow$/;"	v
 27474  f1	./cmd/compile/internal/gc/typecheck.go	/^	var f1 *Type$/;"	v
 27475  f1	./cmd/compile/internal/x86/ggen.go	/^	var f1 gc.Node$/;"	v
 27476  f1	./cmd/compile/internal/x86/gsubr.go	/^		var f1 gc.Node$/;"	v
 27477  f1	./crypto/elliptic/p224.go	/^	var f1, f2, f3, f4 p224FieldElement$/;"	v
 27478  f1	./debug/dwarf/testdata/line1.h	/^static void f1()$/;"	f
 27479  f1	./go/ast/commentmap_test.go	/^func f1() {$/;"	f
 27480  f1	./go/ast/filter_test.go	/^func (*t1) f1() {}$/;"	f
 27481  f1	./go/ast/filter_test.go	/^func (t1) f1() {}$/;"	f
 27482  f1	./go/ast/filter_test.go	/^func (t2) f1() {}$/;"	f
 27483  f1	./go/ast/filter_test.go	/^func f1() {}$/;"	f
 27484  f1	./math/big/float_test.go	/^		var f1, f2 Float$/;"	v
 27485  f100	./text/scanner/scanner_test.go	/^var f100 = "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"$/;"	v
 27486  f1a	./go/parser/parser_test.go	/^func f1a(int)$/;"	f
 27487  f1b	./go/parser/parser_test.go	/^func f1b(*int)$/;"	f
 27488  f2	./cmd/compile/internal/big/nat_test.go	/^	var f2 nat$/;"	v
 27489  f2	./cmd/compile/internal/gc/popt.go	/^	var f2 *Flow$/;"	v
 27490  f2	./cmd/compile/internal/gc/reg.go	/^	var f2 *Flow$/;"	v
 27491  f2	./cmd/compile/internal/gc/typecheck.go	/^	var f2 *Type$/;"	v
 27492  f2	./debug/dwarf/testdata/line2.c	/^void f2()$/;"	f
 27493  f2	./go/ast/commentmap_test.go	/^func f2() {$/;"	f
 27494  f2	./go/ast/filter_test.go	/^func (t1) f2() {}$/;"	f
 27495  f2	./go/ast/filter_test.go	/^func (t2) f2() {}$/;"	f
 27496  f2	./go/ast/filter_test.go	/^func (x *t2) f2() {}$/;"	f
 27497  f2	./go/ast/filter_test.go	/^func f2() {}$/;"	f
 27498  f2	./go/doc/testdata/b.go	/^func f2() notExported {}$/;"	f
 27499  f2	./math/big/nat_test.go	/^	var f2 nat$/;"	v
 27500  f2a	./go/parser/parser_test.go	/^func f2a(byte, int, float)$/;"	f
 27501  f2b	./go/parser/parser_test.go	/^func f2b([]byte, (int), *float)$/;"	f
 27502  f3	./go/ast/commentmap_test.go	/^func f3() {$/;"	f
 27503  f32	./fmt/scan_test.go	/^	var f32 float32$/;"	v
 27504  f32equal	./runtime/alg.go	/^func f32equal(p, q unsafe.Pointer) bool {$/;"	f
 27505  f32hash	./runtime/alg.go	/^func f32hash(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 27506  f32to64	./runtime/softfloat64.go	/^func f32to64(f uint32) uint64 {$/;"	f
 27507  f3a	./go/parser/parser_test.go	/^func f3a(a, b int, c float)$/;"	f
 27508  f3b	./go/parser/parser_test.go	/^func f3b(a, b *int, c []float)$/;"	f
 27509  f4a	./go/parser/parser_test.go	/^func f4a(...complex)$/;"	f
 27510  f4b	./go/parser/parser_test.go	/^func f4b(...*complex)$/;"	f
 27511  f5a	./go/parser/parser_test.go	/^func f5a(a s1a, b ...complex)$/;"	f
 27512  f5b	./go/parser/parser_test.go	/^func f5b(a s1a, b ...[]complex)$/;"	f
 27513  f64	./fmt/scan_test.go	/^	var f64 float64$/;"	v
 27514  f64equal	./runtime/alg.go	/^func f64equal(p, q unsafe.Pointer) bool {$/;"	f
 27515  f64hash	./runtime/alg.go	/^func f64hash(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 27516  f64to32	./runtime/softfloat64.go	/^func f64to32(f uint64) uint32 {$/;"	f
 27517  f64toint	./runtime/softfloat64.go	/^func f64toint(f uint64) (val int64, ok bool) {$/;"	f
 27518  fArray	./testing/quick/quick_test.go	/^func fArray(a [4]byte) [4]byte { return a }$/;"	f
 27519  fArrayAlias	./testing/quick/quick_test.go	/^func fArrayAlias(a TestArrayAlias) TestArrayAlias { return a }$/;"	f
 27520  fBool	./testing/quick/quick_test.go	/^func fBool(a bool) bool { return a }$/;"	f
 27521  fBoolAlias	./testing/quick/quick_test.go	/^func fBoolAlias(a TestBoolAlias) TestBoolAlias { return a }$/;"	f
 27522  fComplex128	./testing/quick/quick_test.go	/^func fComplex128(a complex128) complex128 { return a }$/;"	f
 27523  fComplex128Alias	./testing/quick/quick_test.go	/^func fComplex128Alias(a TestComplex128Alias) TestComplex128Alias { return a }$/;"	f
 27524  fComplex64	./testing/quick/quick_test.go	/^func fComplex64(a complex64) complex64 { return a }$/;"	f
 27525  fComplex64Alias	./testing/quick/quick_test.go	/^func fComplex64Alias(a TestComplex64Alias) TestComplex64Alias { return a }$/;"	f
 27526  fFloat32	./testing/quick/quick_test.go	/^func fFloat32(a float32) float32 { return a }$/;"	f
 27527  fFloat32Alias	./testing/quick/quick_test.go	/^func fFloat32Alias(a TestFloat32Alias) TestFloat32Alias { return a }$/;"	f
 27528  fFloat64	./testing/quick/quick_test.go	/^func fFloat64(a float64) float64 { return a }$/;"	f
 27529  fFloat64Alias	./testing/quick/quick_test.go	/^func fFloat64Alias(a TestFloat64Alias) TestFloat64Alias { return a }$/;"	f
 27530  fInt	./testing/quick/quick_test.go	/^func fInt(a int) int { return a }$/;"	f
 27531  fInt16	./testing/quick/quick_test.go	/^func fInt16(a int16) int16 { return a }$/;"	f
 27532  fInt16Alias	./testing/quick/quick_test.go	/^func fInt16Alias(a TestInt16Alias) TestInt16Alias { return a }$/;"	f
 27533  fInt32	./testing/quick/quick_test.go	/^func fInt32(a int32) int32 { return a }$/;"	f
 27534  fInt32Alias	./testing/quick/quick_test.go	/^func fInt32Alias(a TestInt32Alias) TestInt32Alias { return a }$/;"	f
 27535  fInt64	./testing/quick/quick_test.go	/^func fInt64(a int64) int64 { return a }$/;"	f
 27536  fInt64Alias	./testing/quick/quick_test.go	/^func fInt64Alias(a TestInt64Alias) TestInt64Alias { return a }$/;"	f
 27537  fInt8	./testing/quick/quick_test.go	/^func fInt8(a int8) int8 { return a }$/;"	f
 27538  fInt8Alias	./testing/quick/quick_test.go	/^func fInt8Alias(a TestInt8Alias) TestInt8Alias { return a }$/;"	f
 27539  fIntAlias	./testing/quick/quick_test.go	/^func fIntAlias(a TestIntAlias) TestIntAlias { return a }$/;"	f
 27540  fInter	./runtime/hash_test.go	/^type fInter uint64$/;"	t
 27541  fInterface	./runtime/iface.go	/^type fInterface interface {$/;"	t
 27542  fMap	./testing/quick/quick_test.go	/^func fMap(a map[int]int) map[int]int { return a }$/;"	f
 27543  fMapAlias	./testing/quick/quick_test.go	/^func fMapAlias(a TestMapAlias) TestMapAlias { return a }$/;"	f
 27544  fPtr	./testing/quick/quick_test.go	/^func fPtr(a *int) *int {$/;"	f
 27545  fPtrAlias	./testing/quick/quick_test.go	/^func fPtrAlias(a TestPtrAlias) TestPtrAlias { return a }$/;"	f
 27546  fSlice	./testing/quick/quick_test.go	/^func fSlice(a []byte) []byte { return a }$/;"	f
 27547  fSliceAlias	./testing/quick/quick_test.go	/^func fSliceAlias(a TestSliceAlias) TestSliceAlias { return a }$/;"	f
 27548  fString	./testing/quick/quick_test.go	/^func fString(a string) string { return a }$/;"	f
 27549  fStringAlias	./testing/quick/quick_test.go	/^func fStringAlias(a TestStringAlias) TestStringAlias { return a }$/;"	f
 27550  fStruct	./testing/quick/quick_test.go	/^func fStruct(a TestStruct) TestStruct { return a }$/;"	f
 27551  fStructAlias	./testing/quick/quick_test.go	/^func fStructAlias(a TestStructAlias) TestStructAlias { return a }$/;"	f
 27552  fUint	./testing/quick/quick_test.go	/^func fUint(a uint) uint { return a }$/;"	f
 27553  fUint16	./testing/quick/quick_test.go	/^func fUint16(a uint16) uint16 { return a }$/;"	f
 27554  fUint16Alias	./testing/quick/quick_test.go	/^func fUint16Alias(a TestUint16Alias) TestUint16Alias { return a }$/;"	f
 27555  fUint32	./testing/quick/quick_test.go	/^func fUint32(a uint32) uint32 { return a }$/;"	f
 27556  fUint32Alias	./testing/quick/quick_test.go	/^func fUint32Alias(a TestUint32Alias) TestUint32Alias { return a }$/;"	f
 27557  fUint64	./testing/quick/quick_test.go	/^func fUint64(a uint64) uint64 { return a }$/;"	f
 27558  fUint64Alias	./testing/quick/quick_test.go	/^func fUint64Alias(a TestUint64Alias) TestUint64Alias { return a }$/;"	f
 27559  fUint8	./testing/quick/quick_test.go	/^func fUint8(a uint8) uint8 { return a }$/;"	f
 27560  fUint8Alias	./testing/quick/quick_test.go	/^func fUint8Alias(a TestUint8Alias) TestUint8Alias { return a }$/;"	f
 27561  fUintAlias	./testing/quick/quick_test.go	/^func fUintAlias(a TestUintAlias) TestUintAlias { return a }$/;"	f
 27562  fUintptr	./testing/quick/quick_test.go	/^func fUintptr(a uintptr) uintptr { return a }$/;"	f
 27563  fUintptrAlias	./testing/quick/quick_test.go	/^func fUintptrAlias(a TestUintptrAlias) TestUintptrAlias { return a }$/;"	f
 27564  fa	./os/file_windows.go	/^		var fa syscall.Win32FileAttributeData$/;"	v
 27565  fabort	./runtime/softfloat_arm.go	/^func fabort() {$/;"	f
 27566  fabs	./math/all_test.go	/^var fabs = []float64{$/;"	v
 27567  fabsSC	./math/all_test.go	/^var fabsSC = []float64{$/;"	v
 27568  faces	./bytes/bytes_test.go	/^var faces = "☺☻☹"$/;"	v
 27569  faces	./strings/strings_test.go	/^var faces = "☺☻☹"$/;"	v
 27570  factor	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) factor() uint64 {$/;"	f
 27571  factor	./regexp/syntax/parse.go	/^func (p *parser) factor(sub []*Regexp, flags Flags) []*Regexp {$/;"	f
 27572  factorials	./go/types/hilbert_test.go	/^func (g *gen) factorials(n int) {$/;"	f
 27573  facts	./go/types/issues_test.go	/^	var facts []string$/;"	v
 27574  fadd64	./runtime/softfloat64.go	/^func fadd64(f, g uint64) uint64 {$/;"	f
 27575  fail	./clean.bat	/^:fail$/;"	l
 27576  fail	./make.bat	/^:fail$/;"	l
 27577  fail	./race.bat	/^:fail$/;"	l
 27578  fail	./regexp/syntax/compile.go	/^func (c *compiler) fail() frag {$/;"	f
 27579  fail	./run.bat	/^:fail$/;"	l
 27580  fail	./testing/example.go	/^		var fail string$/;"	v
 27581  failSSH	./cmd/go/go_test.go	/^func (tg *testgoData) failSSH() {$/;"	f
 27582  failallocatestack	./runtime/os1_darwin.go	/^var failallocatestack = []byte("runtime: failed to allocate stack for the new OS thread\\n")$/;"	v
 27583  failallocatestack	./runtime/os1_linux.go	/^var failallocatestack = []byte("runtime: failed to allocate stack for the new OS thread\\n")$/;"	v
 27584  failed	./cmd/go/note.go	/^				return nil, fmt.Errorf("read type failed: %v", err)$/;"	t
 27585  failed	./cmd/link/internal/ld/lib.go	/^				return nil, fmt.Errorf("read type failed:", err)$/;"	t
 27586  failed	./runtime/runtime-gdb_test.go	/^		t.Fatalf("print mapvar failed: %s", bl)$/;"	v
 27587  failed	./runtime/runtime-gdb_test.go	/^		t.Fatalf("print ptrvar failed: %s", bl)$/;"	v
 27588  failed	./runtime/runtime-gdb_test.go	/^		t.Fatalf("print strvar failed: %s", bl)$/;"	v
 27589  failf	./flag/flag.go	/^func (f *FlagSet) failf(format string, a ...interface{}) error {$/;"	f
 27590  failthreadcreate	./runtime/os1_darwin.go	/^var failthreadcreate = []byte("runtime: failed to create new OS thread\\n")$/;"	v
 27591  failthreadcreate	./runtime/os1_linux.go	/^var failthreadcreate = []byte("runtime: failed to create new OS thread\\n")$/;"	v
 27592  failure	./runtime/asm_amd64.s	/^failure:$/;"	l
 27593  failure	./runtime/asm_amd64p32.s	/^failure:$/;"	l
 27594  failureToReadBody	./net/http/httputil/dump.go	/^type failureToReadBody struct{}$/;"	t
 27595  fake	./net/smtp/smtp_test.go	/^		var fake faker$/;"	v
 27596  fake	./net/smtp/smtp_test.go	/^	var fake faker$/;"	v
 27597  fakeConn	./database/sql/fakedb_test.go	/^type fakeConn struct {$/;"	t
 27598  fakeDB	./database/sql/fakedb_test.go	/^type fakeDB struct {$/;"	t
 27599  fakeDriver	./database/sql/fakedb_test.go	/^type fakeDriver struct {$/;"	t
 27600  fakeDriverString	./database/sql/fakedb_test.go	/^type fakeDriverString struct{}$/;"	t
 27601  fakeFS	./net/http/fs_test.go	/^type fakeFS map[string]*fakeFileInfo$/;"	t
 27602  fakeFile	./net/http/fs_test.go	/^type fakeFile struct {$/;"	t
 27603  fakeFileInfo	./net/http/fs_test.go	/^type fakeFileInfo struct {$/;"	t
 27604  fakeHash32	./archive/zip/zip_test.go	/^type fakeHash32 struct {$/;"	t
 27605  fakeLocker	./net/http/transport.go	/^type fakeLocker struct{}$/;"	t
 27606  fakeStmt	./database/sql/fakedb_test.go	/^type fakeStmt struct {$/;"	t
 27607  fakeTable	./unicode/letter_test.go	/^func fakeTable(n int) []Range16 {$/;"	f
 27608  fakeTx	./database/sql/fakedb_test.go	/^type fakeTx struct {$/;"	t
 27609  fakedwarf	./cmd/link/internal/ld/macho_combine_dwarf.go	/^var fakedwarf, realdwarf, linkseg *macho.Segment$/;"	v
 27610  fakeimport	./cmd/compile/internal/gc/lex.go	/^func fakeimport() {$/;"	f
 27611  faker	./net/smtp/smtp_test.go	/^type faker struct {$/;"	t
 27612  fakethis	./cmd/compile/internal/gc/dcl.go	/^func fakethis() *Node {$/;"	f
 27613  faketime	./runtime/time.go	/^var faketime int64$/;"	v
 27614  fallback	./runtime/sys_linux_amd64.s	/^fallback:$/;"	l
 27615  fallbackDelay	./net/dial.go	/^func (d *Dialer) fallbackDelay() time.Duration {$/;"	f
 27616  family	./net/iprawsock_posix.go	/^func (a *IPAddr) family() int {$/;"	f
 27617  family	./net/tcpsock_posix.go	/^func (a *TCPAddr) family() int {$/;"	f
 27618  family	./net/udpsock_posix.go	/^func (a *UDPAddr) family() int {$/;"	f
 27619  family	./net/unixsock_posix.go	/^func (a *UnixAddr) family() int {$/;"	f
 27620  familyString	./net/internal/socktest/switch_posix.go	/^func familyString(family int) string {$/;"	f
 27621  familyString	./net/internal/socktest/switch_stub.go	/^func familyString(family int) string { return "<nil>" }$/;"	f
 27622  farFuture	./encoding/asn1/marshal_test.go	/^func farFuture() time.Time {$/;"	f
 27623  fast	./cmd/compile/internal/gc/walk.go	/^			var fast *Node$/;"	v
 27624  fastXORBytes	./crypto/cipher/xor.go	/^func fastXORBytes(dst, a, b []byte) int {$/;"	f
 27625  fastXORWords	./crypto/cipher/xor.go	/^func fastXORWords(dst, a, b []byte) {$/;"	f
 27626  fastrand1	./runtime/stubs.go	/^func fastrand1() uint32$/;"	f
 27627  fatal	./cmd/dist/util.go	/^func fatal(format string, args ...interface{}) {$/;"	f
 27628  fatalf	./cmd/cgo/util.go	/^func fatalf(msg string, args ...interface{}) {$/;"	f
 27629  fatalf	./cmd/go/main.go	/^func fatalf(format string, args ...interface{}) {$/;"	f
 27630  fatalf	./runtime/cgo/gcc_android.c	/^fatalf(const char* format, ...)$/;"	f
 27631  fatalf	./runtime/cgo/gcc_fatalf.c	/^fatalf(const char* format, ...)$/;"	f
 27632  fatfl	./cmd/yacc/yacc.go	/^var fatfl = 1                     \/\/ if on, error is fatal$/;"	v
 27633  fault	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) fault() uint32   { return c.info.si_addr }$/;"	f
 27634  fault	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) fault() uint64 { return uint64(uintptr(unsafe.Pointer(c.info.si_addr))) }$/;"	f
 27635  fault	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) fault() uint32   { return uint32(c.info.si_addr) }$/;"	f
 27636  fault	./runtime/signal_linux_arm.go	/^func (c *sigctxt) fault() uint32     { return c.regs().fault_address }$/;"	f
 27637  fault	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) fault() uint64     { return c.regs().fault_address }$/;"	f
 27638  fault	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) fault() uint64   { return c.regs().dar }$/;"	f
 27639  fault	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) fault() uint32   { return ^uint32(0) }$/;"	f
 27640  fault	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) fault() uint32    { return uint32(c.info._reason) }$/;"	f
 27641  fault	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) fault() uint32   { return c.sigaddr() }$/;"	f
 27642  faultAddrs	./runtime/runtime_test.go	/^var faultAddrs = []uint64{$/;"	v
 27643  faultInjectReader	./encoding/base64/base64_test.go	/^type faultInjectReader struct {$/;"	t
 27644  favoriteAddrFamily	./net/ipsock_posix.go	/^func favoriteAddrFamily(net string, laddr, raddr sockaddr, mode string) (family int, ipv6only bool) {$/;"	f
 27645  fb	./bytes/bytes_test.go	/^		var fb func([]byte, []byte) []byte$/;"	v
 27646  fcmp64	./runtime/softfloat64.go	/^func fcmp64(f, g uint64) (cmp int32, isnan bool) {$/;"	f
 27647  fcntl	./runtime/netpoll_solaris.go	/^func fcntl(fd, cmd int32, arg uintptr) int32 {$/;"	f
 27648  fcntl	./syscall/zsyscall_darwin_386.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27649  fcntl	./syscall/zsyscall_darwin_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27650  fcntl	./syscall/zsyscall_darwin_arm.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27651  fcntl	./syscall/zsyscall_darwin_arm64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27652  fcntl	./syscall/zsyscall_dragonfly_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27653  fcntl	./syscall/zsyscall_freebsd_386.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27654  fcntl	./syscall/zsyscall_freebsd_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27655  fcntl	./syscall/zsyscall_freebsd_arm.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27656  fcntl	./syscall/zsyscall_linux_386.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27657  fcntl	./syscall/zsyscall_linux_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27658  fcntl	./syscall/zsyscall_linux_arm.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27659  fcntl	./syscall/zsyscall_linux_arm64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27660  fcntl	./syscall/zsyscall_linux_ppc64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27661  fcntl	./syscall/zsyscall_linux_ppc64le.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27662  fcntl	./syscall/zsyscall_netbsd_386.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27663  fcntl	./syscall/zsyscall_netbsd_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27664  fcntl	./syscall/zsyscall_netbsd_arm.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27665  fcntl	./syscall/zsyscall_openbsd_386.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27666  fcntl	./syscall/zsyscall_openbsd_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27667  fcntl	./syscall/zsyscall_openbsd_arm.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27668  fcntl	./syscall/zsyscall_solaris_amd64.go	/^func fcntl(fd int, cmd int, arg int) (val int, err error) {$/;"	f
 27669  fcntl1	./syscall/exec_solaris.go	/^func fcntl1(fd uintptr, cmd uintptr, arg uintptr) (val uintptr, err Errno)$/;"	f
 27670  fcntl64Syscall	./syscall/flock.go	/^var fcntl64Syscall uintptr = SYS_FCNTL$/;"	v
 27671  fcode	./cmd/yacc/yacc.go	/^var fcode = &bytes.Buffer{} \/\/ saved code$/;"	v
 27672  fcount	./cmd/compile/internal/big/floatconv.go	/^	var fcount int \/\/ fractional digit count; valid if <= 0$/;"	v
 27673  fcount	./math/big/floatconv.go	/^	var fcount int \/\/ fractional digit count; valid if <= 0$/;"	v
 27674  fd2path	./syscall/zsyscall_plan9_386.go	/^func fd2path(fd int, buf []byte) (err error) {$/;"	f
 27675  fd2path	./syscall/zsyscall_plan9_amd64.go	/^func fd2path(fd int, buf []byte) (err error) {$/;"	f
 27676  fdMutex	./net/fd_mutex.go	/^type fdMutex struct {$/;"	t
 27677  fdToFile	./syscall/fd_nacl.go	/^func fdToFile(fd int) (*file, error) {$/;"	f
 27678  fdToFsysFile	./syscall/fs_nacl.go	/^func fdToFsysFile(fd int) (*fsysFile, error) {$/;"	f
 27679  fdToNetFile	./syscall/net_nacl.go	/^func fdToNetFile(fd int) (*netFile, error) {$/;"	f
 27680  fdata	./sort/search_test.go	/^var fdata = []float64{0: -3.14, 1: 0, 2: 1, 3: 2, 4: 1000.7}$/;"	v
 27681  fdata	./syscall/unzip_nacl.go	/^		var fdata []byte$/;"	v
 27682  fdct	./image/jpeg/fdct.go	/^func fdct(b *block) {$/;"	f
 27683  fdeo	./cmd/link/internal/ld/dwarf.go	/^	var fdeo int64$/;"	v
 27684  fdesize	./cmd/link/internal/ld/dwarf.go	/^	var fdesize int64$/;"	v
 27685  fdim	./math/all_test.go	/^var fdim = []float64{$/;"	v
 27686  fdimSC	./math/all_test.go	/^var fdimSC = []float64{$/;"	v
 27687  fdiv	./strconv/ftoa_test.go	/^func fdiv(a, b float64) float64 { return a \/ b } \/\/ keep compiler in the dark$/;"	f
 27688  fdiv64	./runtime/softfloat64.go	/^func fdiv64(f, g uint64) uint64 {$/;"	f
 27689  fdriver	./database/sql/fakedb_test.go	/^var fdriver driver.Driver = &fakeDriver{}$/;"	v
 27690  fdtype	./cmd/yacc/yacc.go	/^func fdtype(t int) int {$/;"	f
 27691  fdx	./syscall/syscall_unix.go	/^	var fdx [2]int32$/;"	v
 27692  fe	./math/rand/exp.go	/^var fe = [256]float32{$/;"	v
 27693  featureCtx	./cmd/api/goapi.go	/^	var featureCtx = make(map[string]map[string]bool) \/\/ feature -> context name -> true$/;"	v
 27694  featureWithoutContext	./cmd/api/goapi.go	/^func featureWithoutContext(f string) string {$/;"	f
 27695  features	./cmd/api/goapi.go	/^	var features []string$/;"	v
 27696  feistel	./crypto/des/block.go	/^func feistel(right uint32, key uint64) (result uint32) {$/;"	f
 27697  feistelBox	./crypto/des/block.go	/^var feistelBox [8][64]uint32$/;"	v
 27698  fermatInverse	./crypto/dsa/dsa.go	/^func fermatInverse(k, P *big.Int) *big.Int {$/;"	f
 27699  fermatInverse	./crypto/ecdsa/ecdsa.go	/^func fermatInverse(k, N *big.Int) *big.Int {$/;"	f
 27700  fetchCertIDs	./crypto/x509/root_darwin_arm_gen.go	/^func fetchCertIDs() ([]certID, error) {$/;"	f
 27701  fetchGoogle	./net/external_test.go	/^func fetchGoogle(dial func(string, string) (Conn, error), network, address string) error {$/;"	f
 27702  fetchGroup	./cmd/go/vcs.go	/^var fetchGroup singleflight.Group$/;"	v
 27703  fetchResult	./cmd/go/vcs.go	/^type fetchResult struct {$/;"	t
 27704  ff	./debug/macho/fat.go	/^	var ff FatFile$/;"	v
 27705  ff	./math/cmplx/cmath_test.go	/^type ff struct {$/;"	t
 27706  fgetd	./runtime/softfloat_arm.go	/^func fgetd(reg uint32) uint64 {$/;"	f
 27707  fgo2	./cmd/cgo/out.go	/^	var fgo2, fc io.Writer$/;"	v
 27708  fh	./cmd/link/internal/ld/pe.go	/^var fh IMAGE_FILE_HEADER$/;"	v
 27709  fhi	./cmd/compile/internal/arm/gsubr.go	/^		var fhi gc.Node$/;"	v
 27710  fhi	./cmd/compile/internal/arm/gsubr.go	/^	var fhi gc.Node$/;"	v
 27711  fhi	./cmd/compile/internal/x86/gsubr.go	/^		var fhi gc.Node$/;"	v
 27712  fi	./math/all_test.go	/^type fi struct {$/;"	t
 27713  fi	./os/stat_windows.go	/^	var fi FileInfo$/;"	v
 27714  fi	./reflect/all_test.go	/^	var fi struct {$/;"	v
 27715  fib	./go/types/example_test.go	/^	\/\/ func fib(x int) int:$/;"	f
 27716  fib	./go/types/example_test.go	/^func fib(x int) int {$/;"	f
 27717  fibo	./cmd/compile/internal/big/nat_test.go	/^func fibo(n int) nat {$/;"	f
 27718  fibo	./go/printer/printer_test.go	/^func fibo(n int) {$/;"	f
 27719  fibo	./math/big/nat_test.go	/^func fibo(n int) nat {$/;"	f
 27720  fiboNums	./cmd/compile/internal/big/nat_test.go	/^var fiboNums = []string{$/;"	v
 27721  fiboNums	./math/big/nat_test.go	/^var fiboNums = []string{$/;"	v
 27722  field	./cmd/compile/internal/gc/reflect.go	/^	var field [12]*Type$/;"	v
 27723  field	./cmd/compile/internal/gc/reflect.go	/^	var field [8]*Type$/;"	v
 27724  field	./encoding/gob/decode.go	/^		var field reflect.Value$/;"	v
 27725  field	./encoding/gob/type.go	/^\/\/ It will be transmitted only if it is exported and not a chan or func field$/;"	f
 27726  field	./encoding/json/encode.go	/^type field struct {$/;"	t
 27727  field	./reflect/all_test.go	/^	var field StructField$/;"	v
 27728  field	./runtime/heapdump.go	/^\/\/ Dump all the types that appear in the type field of$/;"	t
 27729  fieldByIndex	./encoding/json/encode.go	/^func fieldByIndex(v reflect.Value, index []int) reflect.Value {$/;"	f
 27730  fieldCache	./encoding/json/encode.go	/^var fieldCache struct {$/;"	v
 27731  fieldFlags	./encoding/xml/typeinfo.go	/^type fieldFlags int$/;"	t
 27732  fieldIndex	./go/types/lookup.go	/^func fieldIndex(fields []*Var, pkg *Package, name string) int {$/;"	f
 27733  fieldInfo	./encoding/xml/typeinfo.go	/^type fieldInfo struct {$/;"	t
 27734  fieldList	./go/printer/nodes.go	/^func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) {$/;"	f
 27735  fieldName	./go/ast/filter.go	/^func fieldName(x Expr) *Ident {$/;"	f
 27736  fieldName	./unicode/maketables.go	/^var fieldName = []string{$/;"	v
 27737  fieldNeedsQuotes	./encoding/csv/writer.go	/^func (w *Writer) fieldNeedsQuotes(field string) bool {$/;"	f
 27738  fieldParameters	./encoding/asn1/common.go	/^type fieldParameters struct {$/;"	t
 27739  fieldPrefix	./cmd/cgo/gcc.go	/^func fieldPrefix(fld []*ast.Field) string {$/;"	f
 27740  fieldScan	./reflect/type.go	/^type fieldScan struct {$/;"	t
 27741  fieldSet	./go/types/methodset.go	/^type fieldSet map[string]*Var \/\/ a nil entry indicates a name collision$/;"	t
 27742  fieldTests	./reflect/all_test.go	/^var fieldTests = []FTest{$/;"	v
 27743  fieldType	./encoding/gob/doc.go	/^	type fieldType struct {$/;"	t
 27744  fieldType	./encoding/gob/type.go	/^type fieldType struct {$/;"	t
 27745  fieldValue	./encoding/gob/debug.go	/^func (deb *debugger) fieldValue(indent tab, id typeId) {$/;"	f
 27746  fielddup	./cmd/compile/internal/gc/typecheck.go	/^func fielddup(n *Node, hash map[string]bool) {$/;"	f
 27747  fieldoffset	./cmd/compile/internal/gc/plive.go	/^		var fieldoffset int64$/;"	v
 27748  fields	./encoding/json/encode.go	/^	var fields []field$/;"	v
 27749  fields	./go/doc/reader.go	/^	var fields *ast.FieldList$/;"	v
 27750  fields	./go/doc/reader.go	/^func fields(typ ast.Expr) (list []*ast.Field, isStruct bool) {$/;"	f
 27751  fields	./go/internal/gccgoimporter/parser.go	/^	var fields []*types.Var$/;"	v
 27752  fields	./go/internal/gcimporter/gcimporter.go	/^	var fields []*types.Var$/;"	v
 27753  fields	./go/types/typexpr.go	/^	var fields []*Var$/;"	v
 27754  fields	./time/zoneinfo_plan9.go	/^func fields(s string) []string {$/;"	f
 27755  fieldsFuncTests	./bytes/bytes_test.go	/^	var fieldsFuncTests = []FieldsTest{$/;"	v
 27756  fieldsInput	./bytes/bytes_test.go	/^var fieldsInput = makeFieldsInput()$/;"	v
 27757  fieldsInput	./strings/strings_test.go	/^var fieldsInput = makeFieldsInput()$/;"	v
 27758  fieldstests	./bytes/bytes_test.go	/^var fieldstests = []FieldsTest{$/;"	v
 27759  fieldstests	./strings/strings_test.go	/^var fieldstests = []FieldsTest{$/;"	v
 27760  file	./cmd/api/run.go	/^func file(s ...string) string {$/;"	f
 27761  file	./cmd/compile/internal/gc/go.y	/^file:$/;"	l
 27762  file	./cmd/go/alldocs.go	/^	filetype    file types$/;"	t
 27763  file	./cmd/pprof/pprof.go	/^type file struct {$/;"	t
 27764  file	./go/format/format.go	/^	var file *ast.File$/;"	v
 27765  file	./go/printer/nodes.go	/^func (p *printer) file(src *ast.File) {$/;"	f
 27766  file	./go/token/position.go	/^		var file *File$/;"	v
 27767  file	./go/token/position.go	/^func (s *FileSet) file(p Pos) *File {$/;"	f
 27768  file	./log/log.go	/^	var file string$/;"	v
 27769  file	./net/fd_plan9.go	/^func (fd *netFD) file(f *os.File, s string) (*os.File, error) {$/;"	f
 27770  file	./net/hosts.go	/^		var file *file$/;"	v
 27771  file	./net/ipsock_plan9.go	/^	var file *file$/;"	v
 27772  file	./net/parse.go	/^type file struct {$/;"	t
 27773  file	./net/port_unix.go	/^	var file *file$/;"	v
 27774  file	./os/file_plan9.go	/^type file struct {$/;"	t
 27775  file	./os/file_unix.go	/^type file struct {$/;"	t
 27776  file	./os/file_windows.go	/^type file struct {$/;"	t
 27777  file	./os/os_test.go	/^		var file *File$/;"	v
 27778  file	./regexp/testdata/testregex.c	/^	char*		file;$/;"	m	struct:__anon2	file:
 27779  file	./runtime/env_plan9.go	/^	var file [128]byte$/;"	v
 27780  file	./syscall/fd_nacl.go	/^type file struct {$/;"	t
 27781  file	./syscall/zerrors_linux_386.go	/^	118: "not a XENIX named type file",$/;"	t
 27782  file	./syscall/zerrors_linux_386.go	/^	120: "is a named type file",$/;"	t
 27783  file	./syscall/zerrors_linux_amd64.go	/^	118: "not a XENIX named type file",$/;"	t
 27784  file	./syscall/zerrors_linux_amd64.go	/^	120: "is a named type file",$/;"	t
 27785  file	./syscall/zerrors_linux_arm.go	/^	118: "not a XENIX named type file",$/;"	t
 27786  file	./syscall/zerrors_linux_arm.go	/^	120: "is a named type file",$/;"	t
 27787  file	./syscall/zerrors_linux_arm64.go	/^	118: "not a XENIX named type file",$/;"	t
 27788  file	./syscall/zerrors_linux_arm64.go	/^	120: "is a named type file",$/;"	t
 27789  file	./syscall/zerrors_linux_ppc64.go	/^	118: "not a XENIX named type file",$/;"	t
 27790  file	./syscall/zerrors_linux_ppc64.go	/^	120: "is a named type file",$/;"	t
 27791  file	./syscall/zerrors_linux_ppc64le.go	/^	118: "not a XENIX named type file",$/;"	t
 27792  file	./syscall/zerrors_linux_ppc64le.go	/^	120: "is a named type file",$/;"	t
 27793  file	./syscall/zerrors_windows.go	/^	EISNAM - APPLICATION_ERROR:          "is a named type file",$/;"	t
 27794  file	./syscall/zerrors_windows.go	/^	ENOTNAM - APPLICATION_ERROR:         "not a XENIX named type file",$/;"	t
 27795  fileAddr	./net/file.go	/^type fileAddr string$/;"	t
 27796  fileConn	./net/file_plan9.go	/^func fileConn(f *os.File) (Conn, error) {$/;"	f
 27797  fileConn	./net/file_stub.go	/^func fileConn(f *os.File) (Conn, error)             { return nil, syscall.ENOPROTOOPT }$/;"	f
 27798  fileConn	./net/file_unix.go	/^func fileConn(f *os.File) (Conn, error) {$/;"	f
 27799  fileConn	./net/file_windows.go	/^func fileConn(f *os.File) (Conn, error) {$/;"	f
 27800  fileExports	./go/doc/exports.go	/^func (r *reader) fileExports(src *ast.File) {$/;"	f
 27801  fileFeatures	./cmd/api/goapi.go	/^func fileFeatures(filename string) []string {$/;"	f
 27802  fileHandler	./net/http/fs.go	/^type fileHandler struct {$/;"	t
 27803  fileImpl	./syscall/fd_nacl.go	/^type fileImpl interface {$/;"	t
 27804  fileInfoFromStat	./os/stat_darwin.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27805  fileInfoFromStat	./os/stat_dragonfly.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27806  fileInfoFromStat	./os/stat_freebsd.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27807  fileInfoFromStat	./os/stat_linux.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27808  fileInfoFromStat	./os/stat_nacl.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27809  fileInfoFromStat	./os/stat_netbsd.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27810  fileInfoFromStat	./os/stat_openbsd.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27811  fileInfoFromStat	./os/stat_plan9.go	/^func fileInfoFromStat(d *syscall.Dir) FileInfo {$/;"	f
 27812  fileInfoFromStat	./os/stat_solaris.go	/^func fileInfoFromStat(st *syscall.Stat_t, name string) FileInfo {$/;"	f
 27813  fileLineAt	./cmd/internal/obj/obj.go	/^func (stk *LineStack) fileLineAt(lineno int) int {$/;"	f
 27814  fileListener	./net/file_plan9.go	/^func fileListener(f *os.File) (Listener, error) {$/;"	f
 27815  fileListener	./net/file_stub.go	/^func fileListener(f *os.File) (Listener, error)     { return nil, syscall.ENOPROTOOPT }$/;"	f
 27816  fileListener	./net/file_unix.go	/^func fileListener(f *os.File) (Listener, error) {$/;"	f
 27817  fileListener	./net/file_windows.go	/^func fileListener(f *os.File) (Listener, error) {$/;"	f
 27818  fileListenerTests	./net/file_test.go	/^var fileListenerTests = []struct {$/;"	v
 27819  fileModeToUnixMode	./archive/zip/struct.go	/^func fileModeToUnixMode(mode os.FileMode) uint32 {$/;"	f
 27820  fileNames	./cmd/pprof/internal/symbolizer/symbolizer.go	/^	var fileNames []string$/;"	v
 27821  filePacketConn	./net/file_plan9.go	/^func filePacketConn(f *os.File) (PacketConn, error) {$/;"	f
 27822  filePacketConn	./net/file_stub.go	/^func filePacketConn(f *os.File) (PacketConn, error) { return nil, syscall.ENOPROTOOPT }$/;"	f
 27823  filePacketConn	./net/file_unix.go	/^func filePacketConn(f *os.File) (PacketConn, error) {$/;"	f
 27824  filePacketConn	./net/file_windows.go	/^func filePacketConn(f *os.File) (PacketConn, error) {$/;"	f
 27825  filePacketConnTests	./net/file_test.go	/^var filePacketConnTests = []struct {$/;"	v
 27826  fileServerCleanPathDir	./net/http/fs_test.go	/^type fileServerCleanPathDir struct {$/;"	t
 27827  fileStat	./os/types_notwin.go	/^type fileStat struct {$/;"	t
 27828  fileStat	./os/types_windows.go	/^type fileStat struct {$/;"	t
 27829  fileTest	./debug/elf/file_test.go	/^type fileTest struct {$/;"	t
 27830  fileTest	./debug/macho/file_test.go	/^type fileTest struct {$/;"	t
 27831  fileTest	./debug/pe/file_test.go	/^type fileTest struct {$/;"	t
 27832  fileTest	./debug/plan9obj/file_test.go	/^type fileTest struct {$/;"	t
 27833  fileTests	./debug/elf/file_test.go	/^var fileTests = []fileTest{$/;"	v
 27834  fileTests	./debug/macho/file_test.go	/^var fileTests = []fileTest{$/;"	v
 27835  fileTests	./debug/pe/file_test.go	/^var fileTests = []fileTest{$/;"	v
 27836  fileTests	./debug/plan9obj/file_test.go	/^var fileTests = []fileTest{$/;"	v
 27837  fileTransport	./net/http/filetransport.go	/^type fileTransport struct {$/;"	t
 27838  fileWriter	./archive/zip/writer.go	/^type fileWriter struct {$/;"	t
 27839  fileline	./cmd/pprof/internal/report/source.go	/^		var fileline string$/;"	v
 27840  filename	./compress/flate/gen.go	/^var filename = flag.String("output", "fixedhuff.go", "output file name")$/;"	v
 27841  filename	./crypto/md5/gen.go	/^var filename = flag.String("output", "md5block.go", "output file name")$/;"	v
 27842  filename	./go/types/resolver.go	/^func (check *Checker) filename(fileNo int) string {$/;"	f
 27843  filename	./image/color/palette/gen.go	/^var filename = flag.String("output", "palette.go", "output file name")$/;"	v
 27844  filename	./strconv/makeisprint.go	/^var filename = flag.String("output", "isprint.go", "output file name")$/;"	v
 27845  filename	./time/genzabbrs.go	/^var filename = flag.String("output", "zoneinfo_abbrs_windows.go", "output file name")$/;"	v
 27846  filenames	./compress/lzw/writer_test.go	/^var filenames = []string{$/;"	v
 27847  filenames	./compress/zlib/writer_test.go	/^var filenames = []string{$/;"	v
 27848  filenames	./go/types/stdlib_test.go	/^	var filenames []string$/;"	v
 27849  filenames	./image/png/reader_test.go	/^var filenames = []string{$/;"	v
 27850  filenamesPaletted	./image/png/reader_test.go	/^var filenamesPaletted = []string{$/;"	v
 27851  filenamesShort	./image/png/reader_test.go	/^var filenamesShort = []string{$/;"	v
 27852  files	./archive/tar/example_test.go	/^	var files = []struct {$/;"	v
 27853  files	./archive/zip/example_test.go	/^	var files = []struct {$/;"	v
 27854  files	./cmd/api/goapi.go	/^	var files []*ast.File$/;"	v
 27855  files	./cmd/cover/html.go	/^		var files = document.getElementById('files');$/;"	v
 27856  files	./cmd/vet/main.go	/^	var files []*File$/;"	v
 27857  files	./go/doc/doc_test.go	/^var files = flag.String("files", "", "consider only Go test files matching this regular expression")$/;"	v
 27858  files	./go/types/check_test.go	/^	var files []*ast.File$/;"	v
 27859  files	./go/types/eval_test.go	/^	var files []*ast.File$/;"	v
 27860  files	./go/types/example_test.go	/^	var files []*ast.File$/;"	v
 27861  files	./go/types/resolver_test.go	/^	var files []*ast.File$/;"	v
 27862  files	./go/types/self_test.go	/^	var files []*ast.File$/;"	v
 27863  files	./go/types/stdlib_test.go	/^	var files []*ast.File$/;"	v
 27864  files	./os/exec/exec_test.go	/^			var files []*os.File$/;"	v
 27865  files	./syscall/fd_nacl.go	/^var files struct {$/;"	v
 27866  fill	./bufio/bufio.go	/^func (b *Reader) fill() {$/;"	f
 27867  fill	./image/jpeg/reader.go	/^func (d *decoder) fill() error {$/;"	f
 27868  fillAlpha	./image/draw/draw_test.go	/^func fillAlpha(alpha int) image.Image {$/;"	f
 27869  fillBlue	./image/draw/draw_test.go	/^func fillBlue(alpha int) image.Image {$/;"	f
 27870  fillBytes	./bytes/buffer_test.go	/^func fillBytes(t *testing.T, testname string, buf *Buffer, s string, n int, fub []byte) string {$/;"	f
 27871  fillDeflate	./compress/flate/deflate.go	/^func (d *compressor) fillDeflate(b []byte) int {$/;"	f
 27872  fillField	./encoding/json/encode.go	/^func fillField(f field) field {$/;"	f
 27873  fillStore	./compress/flate/deflate.go	/^func (d *compressor) fillStore(b []byte) int {$/;"	f
 27874  fillString	./bytes/buffer_test.go	/^func fillString(t *testing.T, testname string, buf *Buffer, s string, n int, fus string) string {$/;"	f
 27875  fillnop	./cmd/internal/obj/x86/asm6.go	/^func fillnop(p []byte, n int) {$/;"	f
 27876  fillptrmask	./cmd/compile/internal/gc/reflect.go	/^func fillptrmask(t *Type, ptrmask []byte) {$/;"	f
 27877  fillstack	./runtime/stack1.go	/^func fillstack(stk stack, b byte) {$/;"	f
 27878  filter	./cmd/dist/util.go	/^func filter(list []string, f func(string) bool) []string {$/;"	f
 27879  filter	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func filter(gen func(func([]byte)), ok func([]byte) bool) func(func([]byte)) {$/;"	f
 27880  filter	./image/png/writer.go	/^func filter(cr *[nFilter][]byte, pr []byte, bpp int) int {$/;"	f
 27881  filter	./net/ipsock.go	/^	var filter func(IPAddr) bool$/;"	v
 27882  filterAddrList	./net/ipsock.go	/^func filterAddrList(filter func(IPAddr) bool, ips []IPAddr, inetaddr func(IPAddr) Addr) (addrList, error) {$/;"	f
 27883  filterDecl	./go/ast/filter.go	/^func filterDecl(decl Decl, f Filter, export bool) bool {$/;"	f
 27884  filterDecl	./go/doc/exports.go	/^func (r *reader) filterDecl(decl ast.Decl) bool {$/;"	f
 27885  filterFieldList	./go/ast/filter.go	/^func filterFieldList(fields *FieldList, filter Filter, export bool) (removedFields bool) {$/;"	f
 27886  filterFieldList	./go/doc/exports.go	/^func (r *reader) filterFieldList(parent *namedType, fields *ast.FieldList, ityp *ast.InterfaceType) (removedFields bool) {$/;"	f
 27887  filterFile	./go/ast/filter.go	/^func filterFile(src *File, f Filter, export bool) bool {$/;"	f
 27888  filterFuncs	./go/doc/filter.go	/^func filterFuncs(a []*Func, f Filter) []*Func {$/;"	f
 27889  filterIdentList	./go/ast/filter.go	/^func filterIdentList(list []*Ident, f Filter) []*Ident {$/;"	f
 27890  filterIdentList	./go/doc/exports.go	/^func filterIdentList(list []*ast.Ident) []*ast.Ident {$/;"	f
 27891  filterPackage	./go/ast/filter.go	/^func filterPackage(pkg *Package, f Filter, export bool) bool {$/;"	f
 27892  filterPaeth	./image/png/paeth.go	/^func filterPaeth(cdat, pdat []byte, bytesPerPixel int) {$/;"	f
 27893  filterPaeth	./image/png/paeth_test.go	/^\/\/ slowFilterPaeth is a slow but simple implementation of func filterPaeth.$/;"	f
 27894  filterParamList	./go/ast/filter.go	/^func filterParamList(fields *FieldList, filter Filter, export bool) bool {$/;"	f
 27895  filterParamList	./go/doc/exports.go	/^func (r *reader) filterParamList(fields *ast.FieldList) {$/;"	f
 27896  filterSpec	./go/ast/filter.go	/^func filterSpec(spec Spec, f Filter, export bool) bool {$/;"	f
 27897  filterSpec	./go/doc/exports.go	/^func (r *reader) filterSpec(spec ast.Spec, tok token.Token) bool {$/;"	f
 27898  filterSpecList	./go/ast/filter.go	/^func filterSpecList(list []Spec, f Filter, export bool) []Spec {$/;"	f
 27899  filterSpecList	./go/doc/exports.go	/^func (r *reader) filterSpecList(list []ast.Spec, tok token.Token) []ast.Spec {$/;"	f
 27900  filterType	./go/ast/filter.go	/^func filterType(typ Expr, f Filter, export bool) bool {$/;"	f
 27901  filterType	./go/doc/exports.go	/^func (r *reader) filterType(parent *namedType, typ ast.Expr) {$/;"	f
 27902  filterTypes	./go/doc/filter.go	/^func filterTypes(a []*Type, f Filter) []*Type {$/;"	f
 27903  filterValues	./go/doc/filter.go	/^func filterValues(a []*Value, f Filter) []*Value {$/;"	f
 27904  fin	./reflect/type.go	/^	var fin, fout []*rtype$/;"	v
 27905  fin	./runtime/mfinal_test.go	/^func fin(v *int) {$/;"	f
 27906  fin	./sync/pool_test.go	/^		var fin, fin1 uint32$/;"	v
 27907  finVar	./runtime/race/testdata/finalizer_test.go	/^var finVar struct {$/;"	v
 27908  finalClose	./database/sql/sql.go	/^func (dc *driverConn) finalClose() error {$/;"	f
 27909  finalClose	./database/sql/sql.go	/^func (s *Stmt) finalClose() error {$/;"	f
 27910  finalCloser	./database/sql/sql.go	/^type finalCloser interface {$/;"	t
 27911  finalFlush	./net/http/server.go	/^func (c *conn) finalFlush() {$/;"	f
 27912  finalPermutation	./crypto/des/const.go	/^var finalPermutation = [64]byte{$/;"	v
 27913  finalizer	./runtime/mfinal.go	/^type finalizer struct {$/;"	t
 27914  finalizer1	./runtime/mfinal.go	/^var finalizer1 = [...]byte{$/;"	v
 27915  finalizerTests	./runtime/mfinal_test.go	/^	var finalizerTests = []struct {$/;"	v
 27916  finblock	./runtime/mfinal.go	/^type finblock struct {$/;"	t
 27917  finc	./runtime/mfinal.go	/^var finc *finblock \/\/ cache of free blocks$/;"	v
 27918  find	./cmd/link/internal/ld/dwarf.go	/^func find(die *DWDie, name string) *DWDie {$/;"	f
 27919  find	./index/suffixarray/suffixarray_test.go	/^func find(src, s string, n int) []int {$/;"	f
 27920  find	./net/textproto/reader_test.go	/^		var find string$/;"	v
 27921  find	./regexp/onepass.go	/^func find(prog *syntax.Prog, f func(*syntax.Prog, int) bool) (matches []uint32) {$/;"	f
 27922  find	./runtime/trace.go	/^func (tab *traceStackTable) find(pcs []uintptr, hash uintptr) uint32 {$/;"	f
 27923  findBodyOffset	./archive/zip/reader.go	/^func (f *File) findBodyOffset() (int64, error) {$/;"	f
 27924  findDead	./cmd/vet/deadcode.go	/^func (d *deadState) findDead(stmt ast.Stmt) {$/;"	f
 27925  findDirectory64End	./archive/zip/reader.go	/^func findDirectory64End(r io.ReaderAt, directoryEndOffset int64) (int64, error) {$/;"	f
 27926  findEnv	./cmd/go/env.go	/^func findEnv(env []envVar, name string) string {$/;"	f
 27927  findExecCmd	./cmd/go/run.go	/^func findExecCmd() []string {$/;"	f
 27928  findExecutable	./os/exec/lp_plan9.go	/^func findExecutable(file string) error {$/;"	f
 27929  findExecutable	./os/exec/lp_unix.go	/^func findExecutable(file string) error {$/;"	f
 27930  findExecutable	./os/exec/lp_windows.go	/^func findExecutable(file string, exts []string) (string, error) {$/;"	f
 27931  findExportFile	./go/internal/gccgoimporter/importer.go	/^func findExportFile(searchpaths []string, pkgpath string) (string, error) {$/;"	f
 27932  findFile	./cmd/cover/func.go	/^func findFile(file string) (string, error) {$/;"	f
 27933  findFileLine	./debug/gosym/pclntab.go	/^func (t *LineTable) findFileLine(entry uint64, filetab, linetab uint32, filenum, line int32) uint64 {$/;"	f
 27934  findFirstFile1	./syscall/zsyscall_windows.go	/^func findFirstFile1(name *uint16, data *win32finddata1) (handle Handle, err error) {$/;"	f
 27935  findFunc	./debug/gosym/pclntab.go	/^func (t *LineTable) findFunc(pc uint64) []byte {$/;"	f
 27936  findFuncs	./cmd/cover/func.go	/^func findFuncs(name string) ([]*FuncExtent, error) {$/;"	f
 27937  findFuncs	./cmd/doc/pkg.go	/^func (pkg *Package) findFuncs(symbol string) (funcs []*doc.Func) {$/;"	f
 27938  findFunction	./text/template/funcs.go	/^func findFunction(name string, tmpl *Template) (reflect.Value, bool) {$/;"	f
 27939  findInterfaceInfo	./net/interface_windows.go	/^func findInterfaceInfo(iis []syscall.InterfaceInfo, paddr *windows.IpAdapterAddresses) *syscall.InterfaceInfo {$/;"	f
 27940  findInternal	./cmd/go/pkg.go	/^func findInternal(path string) (index int, ok bool) {$/;"	f
 27941  findLabels	./cmd/vet/deadcode.go	/^func (d *deadState) findLabels(stmt ast.Stmt) {$/;"	f
 27942  findLatinOffset	./unicode/maketables.go	/^func findLatinOffset(ranges []unicode.Range32) int {$/;"	f
 27943  findLineEnd	./go/scanner/scanner.go	/^func (s *Scanner) findLineEnd() bool {$/;"	f
 27944  findMatch	./compress/flate/deflate.go	/^func (d *compressor) findMatch(pos int, prevHead int, prevLength int, lookahead int) (length, offset int, ok bool) {$/;"	f
 27945  findMatchingSymbol	./cmd/pprof/internal/report/source.go	/^func findMatchingSymbol(objSyms []*objSymbol, ns nodes) *objSymbol {$/;"	f
 27946  findNextFile1	./syscall/zsyscall_windows.go	/^func findNextFile1(handle Handle, data *win32finddata1) (err error) {$/;"	f
 27947  findObject	./runtime/mfinal.go	/^func findObject(v unsafe.Pointer) (s *mspan, x unsafe.Pointer, n uintptr) {$/;"	f
 27948  findOrAddTag	./cmd/pprof/internal/report/report.go	/^func (m tagMap) findOrAddTag(label, unit string, value int64) *tag {$/;"	f
 27949  findOrInsertNode	./cmd/pprof/internal/report/report.go	/^func (m nodeMap) findOrInsertNode(info nodeInfo) *node {$/;"	f
 27950  findPESymbol	./cmd/internal/objfile/pe.go	/^func findPESymbol(f *pe.File, name string) (*pe.Symbol, error) {$/;"	f
 27951  findPackage	./cmd/doc/main.go	/^func findPackage(pkg string) string {$/;"	f
 27952  findPath	./go/types/initorder.go	/^func findPath(a, z *objNode, mark int) []*objNode {$/;"	f
 27953  findPlan9Symbol	./cmd/internal/objfile/plan9obj.go	/^func findPlan9Symbol(f *plan9obj.File, name string) (*plan9obj.Sym, error) {$/;"	f
 27954  findProcess	./os/exec_plan9.go	/^func findProcess(pid int) (p *Process, err error) {$/;"	f
 27955  findProcess	./os/exec_unix.go	/^func findProcess(pid int) (p *Process, err error) {$/;"	f
 27956  findProcess	./os/exec_windows.go	/^func findProcess(pid int) (p *Process, err error) {$/;"	f
 27957  findRunnableGCWorker	./runtime/mgc.go	/^func (c *gcControllerState) findRunnableGCWorker(_p_ *p) *g {$/;"	f
 27958  findSampleIndex	./cmd/pprof/internal/driver/interactive.go	/^func findSampleIndex(p *profile.Profile, prefix, sampleType string) int {$/;"	f
 27959  findShlibSection	./cmd/link/internal/ld/decodesym.go	/^func findShlibSection(path string, addr uint64) *elf.Section {$/;"	f
 27960  findSignatureInBlock	./archive/zip/reader.go	/^func findSignatureInBlock(b []byte) int {$/;"	f
 27961  findTests	./regexp/find_test.go	/^var findTests = []FindTest{$/;"	v
 27962  findTypeSpec	./cmd/doc/pkg.go	/^func (pkg *Package) findTypeSpec(decl *ast.GenDecl, symbol string) *ast.TypeSpec {$/;"	f
 27963  findTypes	./cmd/doc/pkg.go	/^func (pkg *Package) findTypes(symbol string) (types []*doc.Type) {$/;"	f
 27964  findValues	./cmd/doc/pkg.go	/^func (pkg *Package) findValues(symbol string, docValues []*doc.Value) (values []*doc.Value) {$/;"	f
 27965  findVendor	./cmd/go/pkg.go	/^func findVendor(path string) (index int, ok bool) {$/;"	f
 27966  findVerifiedParents	./crypto/x509/cert_pool.go	/^func (s *CertPool) findVerifiedParents(cert *Certificate) (parents []int, errCert *Certificate, err error) {$/;"	f
 27967  find_goroutine	./runtime/runtime-gdb.py	/^def find_goroutine(goid):$/;"	f
 27968  finddebugruntimepath	./cmd/link/internal/ld/dwarf.go	/^func finddebugruntimepath(s *LSym) {$/;"	f
 27969  findfunc	./runtime/symtab.go	/^func findfunc(pc uintptr) *_func {$/;"	f
 27970  findfuncbucket	./runtime/symtab.go	/^type findfuncbucket struct {$/;"	t
 27971  findfunctab	./cmd/link/internal/ld/pcln.go	/^func findfunctab() {$/;"	f
 27972  findinc	./cmd/compile/internal/arm/peep.go	/^func findinc(r *gc.Flow, r2 *gc.Flow, v *obj.Addr) *gc.Flow {$/;"	f
 27973  findmoduledatap	./runtime/symtab.go	/^func findmoduledatap(pc uintptr) *moduledata {$/;"	f
 27974  findnull	./runtime/string1.go	/^func findnull(s *byte) int {$/;"	f
 27975  findnullw	./runtime/string1.go	/^func findnullw(s *uint16) int {$/;"	f
 27976  findpkg	./cmd/compile/internal/gc/lex.go	/^func findpkg(name string) (file string, ok bool) {$/;"	f
 27977  findpre	./cmd/compile/internal/arm/peep.go	/^func findpre(r *gc.Flow, v *obj.Addr) *gc.Flow {$/;"	f
 27978  findrunnable	./runtime/proc1.go	/^func findrunnable() (gp *g, inheritTime bool) {$/;"	f
 27979  findshlib	./cmd/link/internal/ld/lib.go	/^func findshlib(shlib string) string {$/;"	f
 27980  findtype	./cmd/compile/internal/gc/dcl.go	/^func findtype(l *NodeList) *Node {$/;"	f
 27981  findu1	./cmd/compile/internal/arm/peep.go	/^func findu1(r *gc.Flow, v *obj.Addr) bool {$/;"	f
 27982  finduse	./cmd/compile/internal/arm/peep.go	/^func finduse(g *gc.Graph, r *gc.Flow, v *obj.Addr) bool {$/;"	f
 27983  fing	./runtime/mfinal.go	/^var fing *g        \/\/ goroutine that runs finalizers$/;"	v
 27984  fingwait	./runtime/mfinal.go	/^var fingwait bool$/;"	v
 27985  fingwake	./runtime/mfinal.go	/^var fingwake bool$/;"	v
 27986  finish	./database/sql/sql_test.go	/^func (c *concurrentDBExecTest) finish(t testing.TB) {$/;"	f
 27987  finish	./database/sql/sql_test.go	/^func (c *concurrentDBQueryTest) finish(t testing.TB) {$/;"	f
 27988  finish	./database/sql/sql_test.go	/^func (c *concurrentRandomTest) finish(t testing.TB) {$/;"	f
 27989  finish	./database/sql/sql_test.go	/^func (c *concurrentStmtExecTest) finish(t testing.TB) {$/;"	f
 27990  finish	./database/sql/sql_test.go	/^func (c *concurrentStmtQueryTest) finish(t testing.TB) {$/;"	f
 27991  finish	./database/sql/sql_test.go	/^func (c *concurrentTxExecTest) finish(t testing.TB) {$/;"	f
 27992  finish	./database/sql/sql_test.go	/^func (c *concurrentTxQueryTest) finish(t testing.TB) {$/;"	f
 27993  finish	./database/sql/sql_test.go	/^func (c *concurrentTxStmtExecTest) finish(t testing.TB) {$/;"	f
 27994  finish	./database/sql/sql_test.go	/^func (c *concurrentTxStmtQueryTest) finish(t testing.TB) {$/;"	f
 27995  finish	./net/http/filetransport.go	/^func (pr *populateResponse) finish() {$/;"	f
 27996  finishRequest	./net/http/server.go	/^func (w *response) finishRequest() {$/;"	f
 27997  finishcompare	./cmd/compile/internal/gc/walk.go	/^func finishcompare(np **Node, n, r *Node, init **NodeList) {$/;"	f
 27998  finished	./crypto/rc4/rc4_amd64.s	/^finished:$/;"	l
 27999  finished	./crypto/rc4/rc4_amd64p32.s	/^finished:$/;"	l
 28000  finishedHash	./crypto/tls/prf.go	/^type finishedHash struct {$/;"	t
 28001  finishedMsg	./crypto/tls/handshake_messages.go	/^type finishedMsg struct {$/;"	t
 28002  finishedSum30	./crypto/tls/prf.go	/^func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte {$/;"	f
 28003  finishsweep_m	./runtime/mgcsweep.go	/^func finishsweep_m() {$/;"	f
 28004  finlock	./runtime/mfinal.go	/^var finlock mutex  \/\/ protects the following variables$/;"	v
 28005  finptrmask	./runtime/mfinal.go	/^var finptrmask [_FinBlockSize \/ ptrSize \/ 8]byte$/;"	v
 28006  finput	./cmd/yacc/yacc.go	/^var finput *bufio.Reader \/\/ input file$/;"	v
 28007  finq	./runtime/mfinal.go	/^var finq *finblock \/\/ list of finalizers that are to be executed$/;"	v
 28008  finq_callback	./runtime/heapdump.go	/^func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) {$/;"	f
 28009  fintto64	./runtime/softfloat64.go	/^func fintto64(val int64) (f uint64) {$/;"	f
 28010  first	./cmd/compile/internal/amd64/gsubr.go	/^	\/\/ goto hard for "convert to cvt type first".$/;"	t
 28011  first	./cmd/compile/internal/arm/gsubr.go	/^	\/\/ goto hard for "convert to cvt type first".$/;"	t
 28012  first	./cmd/compile/internal/arm64/gsubr.go	/^	\/\/ goto hard for "convert to cvt type first".$/;"	t
 28013  first	./cmd/compile/internal/gc/subr.go	/^		var first *Type$/;"	v
 28014  first	./cmd/compile/internal/ppc64/gsubr.go	/^	\/\/ goto hard for "convert to cvt type first".$/;"	t
 28015  first	./cmd/compile/internal/x86/gsubr.go	/^	\/\/ goto hard for "convert to cvt type first".$/;"	t
 28016  first	./encoding/xml/xml.go	/^var first = &unicode.RangeTable{$/;"	v
 28017  first	./go/types/stmt.go	/^	var first ast.Stmt$/;"	v
 28018  first	./net/conf.go	/^	var first string$/;"	v
 28019  first	./net/http/client_test.go	/^	var first string$/;"	v
 28020  first	./net/ipsock.go	/^func (addrs addrList) first(strategy func(Addr) bool) Addr {$/;"	f
 28021  first	./regexp/syntax/parse.go	/^	var first *Regexp$/;"	v
 28022  first	./runtime/map_test.go	/^		var first []int$/;"	v
 28023  first	./runtime/panic.go	/^			var first, last *_defer$/;"	v
 28024  first	./runtime/proc.go	/^		var first, last *sudog$/;"	v
 28025  first	./unicode/maketables.go	/^	var first rune = 0$/;"	v
 28026  firstBits	./compress/flate/huffman_bit_writer.go	/^	var firstBits int32 = 4$/;"	v
 28027  firstComment	./go/types/stdlib_test.go	/^func firstComment(filename string) string {$/;"	f
 28028  firstErr	./net/dial.go	/^	var firstErr error \/\/ The error from the first address is most relevant.$/;"	v
 28029  firstErr	./net/listen_test.go	/^		var firstErr, secondErr error$/;"	v
 28030  firstErr	./time/zoneinfo_unix.go	/^	var firstErr error$/;"	v
 28031  firstLine	./runtime/symtab_test.go	/^var firstLine = lineNumber() \/\/ 0$/;"	v
 28032  firstSentenceLen	./go/doc/synopsis.go	/^func firstSentenceLen(s string) int {$/;"	f
 28033  firstStackBarrierOffset	./runtime/mgc.go	/^var firstStackBarrierOffset = 1024$/;"	v
 28034  firstZoneUsed	./time/zoneinfo.go	/^func (l *Location) firstZoneUsed() bool {$/;"	f
 28035  firstcontinuehandler	./runtime/signal_windows.go	/^func firstcontinuehandler(info *exceptionrecord, r *context, gp *g) int32 {$/;"	f
 28036  firstcontinuetramp	./runtime/signal_windows.go	/^func firstcontinuetramp()$/;"	f
 28037  firstmoduledata	./runtime/symtab.go	/^var firstmoduledata moduledata  \/\/ linker symbol$/;"	v
 28038  fis	./net/http/fs_test.go	/^	var fis []os.FileInfo$/;"	v
 28039  fitsFloat32	./go/types/expr.go	/^func fitsFloat32(x constant.Value) bool {$/;"	f
 28040  fitsFloat64	./go/types/expr.go	/^func fitsFloat64(x constant.Value) bool {$/;"	f
 28041  fix	./cmd/fix/fix.go	/^type fix struct {$/;"	t
 28042  fixAlloc_Alloc	./runtime/mfixalloc.go	/^func fixAlloc_Alloc(f *fixalloc) unsafe.Pointer {$/;"	f
 28043  fixAlloc_Free	./runtime/mfixalloc.go	/^func fixAlloc_Free(f *fixalloc, p unsafe.Pointer) {$/;"	f
 28044  fixAlloc_Init	./runtime/mfixalloc.go	/^func fixAlloc_Init(f *fixalloc, size uintptr, first func(unsafe.Pointer, unsafe.Pointer), arg unsafe.Pointer, stat *uint64) {$/;"	f
 28045  fixCount	./os/file.go	/^func fixCount(n int, err error) (int, error) {$/;"	f
 28046  fixDetachedHead	./cmd/go/vcs.go	/^func (v *vcsCmd) fixDetachedHead(dir string) error {$/;"	f
 28047  fixGo	./cmd/cgo/out.go	/^func fixGo(name string) string {$/;"	f
 28048  fixGoExact	./cmd/fix/gotypes.go	/^func fixGoExact(f *ast.File) bool {$/;"	f
 28049  fixGoTypes	./cmd/fix/gotypes.go	/^func fixGoTypes(f *ast.File) bool {$/;"	f
 28050  fixLength	./net/http/transfer.go	/^func fixLength(isResponse bool, status int, requestMethod string, header Header, te []string) (int64, error) {$/;"	f
 28051  fixPragmaCacheControl	./net/http/response.go	/^func fixPragmaCacheControl(header Header) {$/;"	f
 28052  fixSpace	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func fixSpace(s []byte) []byte {$/;"	f
 28053  fixSpace	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func fixSpace(s []byte) []byte {$/;"	f
 28054  fixTrailer	./net/http/transfer.go	/^func fixTrailer(header Header, te []string) (Header, error) {$/;"	f
 28055  fixTransferEncoding	./net/http/transfer.go	/^func fixTransferEncoding(isResponse bool, requestMethod string, header Header) ([]string, error) {$/;"	f
 28056  fixalloc	./runtime/mfixalloc.go	/^type fixalloc struct {$/;"	t
 28057  fixautoused	./cmd/compile/internal/gc/gsubr.go	/^func fixautoused(p *obj.Prog) {$/;"	f
 28058  fixed	./cmd/fix/fix.go	/^	var fixed bool$/;"	v
 28059  fixed	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func fixed(b ...byte) func(func([]byte)) {$/;"	f
 28060  fixedArg	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var fixedArg = [...]Arg{$/;"	v
 28061  fixedHuffmanDecoder	./compress/flate/fixedhuff.go	/^var fixedHuffmanDecoder = huffmanDecoder{$/;"	v
 28062  fixedHuffmanDecoder	./compress/flate/gen.go	/^	fmt.Fprintln(&buf, "var fixedHuffmanDecoder = huffmanDecoder{")$/;"	v
 28063  fixedHuffmanDecoder	./syscall/unzip_nacl.go	/^var fixedHuffmanDecoder = huffmanDecoder{$/;"	v
 28064  fixedLiteralEncoding	./compress/flate/huffman_code.go	/^var fixedLiteralEncoding *huffmanEncoder = generateFixedLiteralEncoding()$/;"	v
 28065  fixedNonceAEAD	./crypto/tls/cipher_suites.go	/^type fixedNonceAEAD struct {$/;"	t
 28066  fixedOffsetEncoding	./compress/flate/huffman_code.go	/^var fixedOffsetEncoding *huffmanEncoder = generateFixedOffsetEncoding()$/;"	v
 28067  fixes	./cmd/fix/fix.go	/^var fixes []fix$/;"	v
 28068  fixjmp	./cmd/compile/internal/gc/popt.go	/^func fixjmp(firstp *obj.Prog) {$/;"	f
 28069  fixlbrace	./cmd/compile/internal/gc/y.go	/^func fixlbrace(lbr int) {$/;"	f
 28070  fixlog	./cmd/fix/main.go	/^	var fixlog bytes.Buffer$/;"	v
 28071  fixselectgo	./cmd/compile/internal/gc/plive.go	/^func fixselectgo(selectgo []*BasicBlock) {$/;"	f
 28072  fixwdLocked	./syscall/pwd_plan9.go	/^func fixwdLocked() {$/;"	f
 28073  fl	./cmd/link/internal/ld/data.go	/^	var fl int32$/;"	v
 28074  flag	./cmd/asm/internal/asm/asm.go	/^	var flag = int64(0)$/;"	v
 28075  flag	./cmd/internal/obj/objfile.go	/^	var flag int$/;"	v
 28076  flag	./cmd/link/internal/ld/ldelf.go	/^	var flag int$/;"	v
 28077  flag	./compress/flate/huffman_bit_writer.go	/^	var flag int32$/;"	v
 28078  flag	./flag/flag_test.go	/^	var flag bool$/;"	v
 28079  flag	./reflect/value.go	/^type flag uintptr$/;"	t
 28080  flag	./regexp/exec.go	/^	var flag syntax.EmptyOp$/;"	v
 28081  flag	./regexp/syntax/prog.go	/^	var flag EmptyOp$/;"	v
 28082  flagName	./debug/elf/elf.go	/^func flagName(i uint32, names []intName, goSyntax bool) string {$/;"	f
 28083  flagName	./debug/macho/macho.go	/^func flagName(i uint32, names []intName, goSyntax bool) string {$/;"	f
 28084  flagNames	./flag/flag_test.go	/^	var flagNames []string$/;"	v
 28085  flagNames	./net/interface.go	/^var flagNames = []string{$/;"	v
 28086  flagPrinter	./fmt/fmt_test.go	/^type flagPrinter struct{}$/;"	t
 28087  flagSet	./cmd/doc/doc_test.go	/^		var flagSet flag.FlagSet$/;"	v
 28088  flagShared	./cmd/link/internal/ld/pobj.go	/^	var flagShared int$/;"	v
 28089  flagTest	./encoding/asn1/marshal_test.go	/^type flagTest struct {$/;"	t
 28090  flagVar	./flag/flag_test.go	/^type flagVar []string$/;"	t
 28091  flag_dynlink	./cmd/compile/internal/gc/lex.go	/^	var flag_dynlink bool$/;"	v
 28092  flag_installsuffix	./cmd/compile/internal/gc/go.go	/^var flag_installsuffix string$/;"	v
 28093  flag_largemodel	./cmd/compile/internal/gc/go.go	/^var flag_largemodel int$/;"	v
 28094  flag_race	./cmd/compile/internal/gc/go.go	/^var flag_race int$/;"	v
 28095  flag_shared	./cmd/compile/internal/gc/lex.go	/^	var flag_shared int$/;"	v
 28096  flagprinter	./fmt/fmt_test.go	/^	var flagprinter flagPrinter$/;"	v
 28097  flags	./cmd/pprof/internal/driver/driver.go	/^type flags struct {$/;"	t
 28098  flags	./cmd/pprof/pprof.go	/^type flags struct {$/;"	t
 28099  flags	./flag/flag_test.go	/^	var flags FlagSet$/;"	v
 28100  flags	./net/interface_windows.go	/^			var flags Flags$/;"	v
 28101  flags	./os/file_windows.go	/^	var flags uint32$/;"	v
 28102  flags	./runtime/os3_plan9.go	/^	var flags int$/;"	v
 28103  flags	./syscall/syscall_windows.go	/^	var flags uint32 = FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ARGUMENT_ARRAY | FORMAT_MESSAGE_IGNORE_INSERTS$/;"	v
 28104  flagtests	./fmt/fmt_test.go	/^var flagtests = []struct {$/;"	v
 28105  flagvar	./flag/flag.go	/^		var flagvar int$/;"	v
 28106  flatSum	./cmd/pprof/internal/report/report.go	/^	var flatSum int64$/;"	v
 28107  flateWriterPool	./archive/zip/register.go	/^var flateWriterPool sync.Pool$/;"	v
 28108  fld	./cmd/compile/internal/gc/closure.go	/^		var fld *Type$/;"	v
 28109  fld	./cmd/compile/internal/gc/closure.go	/^	var fld *Node$/;"	v
 28110  fld	./cmd/link/internal/ld/dwarf.go	/^		var fld *DWDie$/;"	v
 28111  fld	./cmd/link/internal/ld/dwarf.go	/^	var fld *DWDie$/;"	v
 28112  flipBit	./runtime/hash_test.go	/^func (k *BytesKey) flipBit(i int) {$/;"	f
 28113  flipBit	./runtime/hash_test.go	/^func (k *EfaceKey) flipBit(i int) {$/;"	f
 28114  flipBit	./runtime/hash_test.go	/^func (k *IfaceKey) flipBit(i int) {$/;"	f
 28115  flipBit	./runtime/hash_test.go	/^func (k *Int32Key) flipBit(i int) {$/;"	f
 28116  flipBit	./runtime/hash_test.go	/^func (k *Int64Key) flipBit(i int) {$/;"	f
 28117  flist	./cmd/compile/internal/gc/cgen.go	/^		var flist Iter$/;"	v
 28118  flist	./cmd/compile/internal/gc/cgen.go	/^	var flist Iter$/;"	v
 28119  flist	./go/doc/example.go	/^		var flist []*Example$/;"	v
 28120  flo	./cmd/compile/internal/arm/gsubr.go	/^		var flo gc.Node$/;"	v
 28121  flo	./cmd/compile/internal/arm/gsubr.go	/^	var flo gc.Node$/;"	v
 28122  flo	./cmd/compile/internal/x86/gsubr.go	/^		var flo gc.Node$/;"	v
 28123  float32	./builtin/builtin.go	/^type float32 float32$/;"	t
 28124  float32	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind float32 but not type float32. TODO: We can handle this unsafely.$/;"	t
 28125  float32	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind float32 but not type float32. TODO: We can handle this unsafely.$/;"	t
 28126  float32FromBits	./encoding/gob/decode.go	/^func float32FromBits(u uint64, ovfl error) float64 {$/;"	f
 28127  float32Value	./database/sql/convert_test.go	/^func float32Value(ptr interface{}) float32 {$/;"	f
 28128  float32info	./strconv/ftoa.go	/^var float32info = floatInfo{23, 8, -127}$/;"	v
 28129  float32pow10	./strconv/atof.go	/^var float32pow10 = []float32{1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10}$/;"	v
 28130  float32strings	./strconv/atof_test.go	/^var float32strings [4096]string$/;"	v
 28131  float64	./builtin/builtin.go	/^type float64 float64$/;"	t
 28132  float64	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind float64 but not type float64. TODO: We can handle this unsafely.$/;"	t
 28133  float64	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind float64 but not type float64. TODO: We can handle this unsafely.$/;"	t
 28134  float64	./strconv/atof.go	/^\/\/ When bitSize=32, the result still has type float64, but it will be$/;"	t
 28135  float64	./testing/allocs.go	/^\/\/ Although the return value has type float64, it will always be an integral value.$/;"	t
 28136  float64	./text/template/exec_test.go	/^	\/\/ 0xef gave constant type float64. Issue 8622.$/;"	t
 28137  float64FromBits	./encoding/gob/decode.go	/^func float64FromBits(u uint64) float64 {$/;"	f
 28138  float64Value	./database/sql/convert_test.go	/^func float64Value(ptr interface{}) float64 {$/;"	f
 28139  float64Value	./flag/flag.go	/^type float64Value float64$/;"	t
 28140  float64bits	./syscall/srpc_nacl.go	/^func float64bits(x float64) uint64 {$/;"	f
 28141  float64frombits	./syscall/srpc_nacl.go	/^func float64frombits(x uint64) float64 {$/;"	f
 28142  float64info	./strconv/ftoa.go	/^var float64info = floatInfo{52, 11, -1023}$/;"	v
 28143  float64inputs	./cmd/compile/internal/big/ratconv_test.go	/^var float64inputs = []string{$/;"	v
 28144  float64inputs	./math/big/ratconv_test.go	/^var float64inputs = []string{$/;"	v
 28145  float64pow10	./strconv/atof.go	/^var float64pow10 = []float64{$/;"	v
 28146  float64s	./sort/sort_test.go	/^var float64s = [...]float64{74.3, 59.0, math.Inf(1), 238.2, -784.0, 2.3, math.NaN(), math.NaN(), math.Inf(-1), 9845.768, -959.7485, 905, 7.8, 7.8}$/;"	v
 28147  float64toint64	./cmd/compile/internal/gc/builtin/runtime.go	/^func float64toint64(float64) int64$/;"	f
 28148  float64toint64	./runtime/vlrt.go	/^func float64toint64(d float64) (y uint64) {$/;"	f
 28149  float64touint64	./cmd/compile/internal/gc/builtin/runtime.go	/^func float64touint64(float64) uint64$/;"	f
 28150  float64touint64	./runtime/vlrt.go	/^func float64touint64(d float64) (y uint64) {$/;"	f
 28151  floatBits	./encoding/gob/encode.go	/^func floatBits(f float64) uint64 {$/;"	f
 28152  floatBits	./strconv/atof.go	/^func (d *decimal) floatBits(flt *floatInfo) (b uint64, overflow bool) {$/;"	f
 28153  floatBits	./strconv/extfloat.go	/^func (f *extFloat) floatBits(flt *floatInfo) (bits uint64, overflow bool) {$/;"	f
 28154  floatEncoder	./encoding/json/encode.go	/^type floatEncoder int \/\/ number of bits$/;"	t
 28155  floatError	./runtime/panic.go	/^var floatError = error(errorString("floating point error"))$/;"	v
 28156  floatExpr	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) floatExpr() float64 {$/;"	f
 28157  floatFlagString	./cmd/pprof/internal/driver/driver.go	/^func floatFlagString(label string, value float64) string {$/;"	f
 28158  floatInfo	./strconv/ftoa.go	/^type floatInfo struct {$/;"	t
 28159  floatResult	./encoding/gob/codec_test.go	/^var floatResult = []byte{0x07, 0xFE, 0x31, 0x40}$/;"	v
 28160  floatStringTests	./cmd/compile/internal/big/ratconv_test.go	/^var floatStringTests = []struct {$/;"	v
 28161  floatStringTests	./math/big/ratconv_test.go	/^var floatStringTests = []struct {$/;"	v
 28162  floatSwap	./reflect/example_test.go	/^	var floatSwap func(float64, float64) (float64, float64)$/;"	v
 28163  floatTest	./math/all_test.go	/^type floatTest struct {$/;"	t
 28164  floatTests	./math/all_test.go	/^var floatTests = []floatTest{$/;"	v
 28165  floatToken	./fmt/scan.go	/^func (s *ss) floatToken() string {$/;"	f
 28166  floatingsavearea	./runtime/defs_windows_386.go	/^type floatingsavearea struct {$/;"	t
 28167  floatmove	./cmd/compile/internal/x86/gsubr.go	/^func floatmove(f *gc.Node, t *gc.Node) {$/;"	f
 28168  floatmove_387	./cmd/compile/internal/x86/gsubr.go	/^func floatmove_387(f *gc.Node, t *gc.Node) {$/;"	f
 28169  floatmove_sse	./cmd/compile/internal/x86/gsubr.go	/^func floatmove_sse(f *gc.Node, t *gc.Node) {$/;"	f
 28170  floatstate32	./runtime/defs_darwin_386.go	/^type floatstate32 struct {$/;"	t
 28171  floatstate32	./runtime/defs_darwin_amd64.go	/^type floatstate32 struct {$/;"	t
 28172  floatstate32	./runtime/defs_darwin_arm.go	/^type floatstate32 struct {$/;"	t
 28173  floatstate64	./runtime/defs_darwin_386.go	/^type floatstate64 struct {$/;"	t
 28174  floatstate64	./runtime/defs_darwin_amd64.go	/^type floatstate64 struct {$/;"	t
 28175  floor	./math/all_test.go	/^var floor = []float64{$/;"	v
 28176  floor	./math/floor.go	/^func floor(x float64) float64 {$/;"	f
 28177  flowmark	./cmd/compile/internal/gc/popt.go	/^var flowmark int$/;"	v
 28178  flowrpo	./cmd/compile/internal/gc/popt.go	/^func flowrpo(g *Graph) {$/;"	f
 28179  floydSteinberg	./image/draw/draw.go	/^type floydSteinberg struct{}$/;"	t
 28180  flr	./runtime/traceback.go	/^		var flr *_func$/;"	v
 28181  flt	./strconv/ftoa.go	/^	var flt *floatInfo$/;"	v
 28182  flush	./bufio/bufio.go	/^func (b *Writer) flush() error {$/;"	f
 28183  flush	./cmd/doc/pkg.go	/^func (pkg *Package) flush() {$/;"	f
 28184  flush	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) flush() {$/;"	f
 28185  flush	./compress/flate/inflate.go	/^func (f *decompressor) flush(step func(*decompressor)) {$/;"	f
 28186  flush	./compress/lzw/reader.go	/^func (d *decoder) flush() {$/;"	f
 28187  flush	./go/doc/comment.go	/^func (l *lineWrapper) flush() {$/;"	f
 28188  flush	./go/printer/printer.go	/^func (p *printer) flush(next token.Position, tok token.Token) (wroteNewline, droppedFF bool) {$/;"	f
 28189  flush	./image/gif/writer.go	/^func (e *encoder) flush() {$/;"	f
 28190  flush	./image/jpeg/writer.go	/^func (e *encoder) flush() {$/;"	f
 28191  flush	./mime/quotedprintable/writer.go	/^func (w *Writer) flush() error {$/;"	f
 28192  flush	./net/http/server.go	/^func (cw *chunkWriter) flush() {$/;"	f
 28193  flush	./runtime/heapdump.go	/^func flush() {$/;"	f
 28194  flushBits	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) flushBits() {$/;"	f
 28195  flushLoop	./net/http/httputil/reverseproxy.go	/^func (m *maxLatencyWriter) flushLoop() {$/;"	f
 28196  flushOutput	./unicode/maketables.go	/^func flushOutput() {$/;"	f
 28197  flushallmcaches	./runtime/mstats.go	/^func flushallmcaches() {$/;"	f
 28198  flushlit	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) flushlit() {$/;"	f
 28199  flushlog	./runtime/cpuprof.go	/^func (p *cpuProfile) flushlog() bool {$/;"	f
 28200  flushpool	./cmd/internal/obj/arm/asm5.go	/^func flushpool(ctxt *obj.Link, p *obj.Prog, skip int, force int) bool {$/;"	f
 28201  flushpool	./cmd/internal/obj/arm64/asm7.go	/^func flushpool(ctxt *obj.Link, p *obj.Prog, skip int) {$/;"	f
 28202  flushunit	./cmd/link/internal/ld/dwarf.go	/^func flushunit(dwinfo *DWDie, pc int64, pcsym *LSym, unitstart int64, header_length int32) {$/;"	f
 28203  fmaxSC	./math/all_test.go	/^var fmaxSC = []float64{$/;"	v
 28204  fminSC	./math/all_test.go	/^var fminSC = []float64{$/;"	v
 28205  fmod	./math/all_test.go	/^var fmod = []float64{$/;"	v
 28206  fmodSC	./math/all_test.go	/^var fmodSC = []float64{$/;"	v
 28207  fmt	./cmd/internal/rsc.io/arm/armasm/Makefile	/^	go run ..\/armmap\/map.go -fmt=decoder ..\/arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go$/;"	m
 28208  fmt	./cmd/internal/rsc.io/x86/x86asm/Makefile	/^	go run ..\/x86map\/map.go -fmt=decoder ..\/x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go$/;"	m
 28209  fmt	./fmt/format.go	/^type fmt struct {$/;"	t
 28210  fmt	./syscall/mksysnum_linux.pl	/^sub fmt {$/;"	s
 28211  fmt0x64	./fmt/print.go	/^func (p *pp) fmt0x64(v uint64, leading0x bool) {$/;"	f
 28212  fmtB	./cmd/compile/internal/big/ftoa.go	/^func (x *Float) fmtB(buf []byte) []byte {$/;"	f
 28213  fmtB	./math/big/ftoa.go	/^func (x *Float) fmtB(buf []byte) []byte {$/;"	f
 28214  fmtB	./strconv/ftoa.go	/^func fmtB(dst []byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {$/;"	f
 28215  fmtBool	./fmt/print.go	/^func (p *pp) fmtBool(v bool, verb rune) {$/;"	f
 28216  fmtBytes	./fmt/print.go	/^func (p *pp) fmtBytes(v []byte, verb rune, typ reflect.Type, depth int) {$/;"	f
 28217  fmtC	./fmt/print.go	/^func (p *pp) fmtC(c int64) {$/;"	f
 28218  fmtComplex128	./fmt/print.go	/^func (p *pp) fmtComplex128(v complex128, verb rune) {$/;"	f
 28219  fmtComplex64	./fmt/print.go	/^func (p *pp) fmtComplex64(v complex64, verb rune) {$/;"	f
 28220  fmtDuration	./testing/testing.go	/^func fmtDuration(d time.Duration) string {$/;"	f
 28221  fmtE	./cmd/compile/internal/big/ftoa.go	/^func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {$/;"	f
 28222  fmtE	./math/big/ftoa.go	/^func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {$/;"	f
 28223  fmtE	./strconv/ftoa.go	/^func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {$/;"	f
 28224  fmtF	./cmd/compile/internal/big/ftoa.go	/^func fmtF(buf []byte, prec int, d decimal) []byte {$/;"	f
 28225  fmtF	./math/big/ftoa.go	/^func fmtF(buf []byte, prec int, d decimal) []byte {$/;"	f
 28226  fmtF	./strconv/ftoa.go	/^func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {$/;"	f
 28227  fmtFlags	./fmt/format.go	/^type fmtFlags struct {$/;"	t
 28228  fmtFloat32	./fmt/print.go	/^func (p *pp) fmtFloat32(v float32, verb rune) {$/;"	f
 28229  fmtFloat64	./fmt/print.go	/^func (p *pp) fmtFloat64(v float64, verb rune) {$/;"	f
 28230  fmtFrac	./time/time.go	/^func fmtFrac(buf []byte, v uint64, prec int) (nw int, nv uint64) {$/;"	f
 28231  fmtImported	./cmd/yacc/yacc.go	/^var fmtImported bool \/\/ output file has recorded an import of "fmt"$/;"	v
 28232  fmtInt	./time/time.go	/^func fmtInt(buf []byte, v uint64) int {$/;"	f
 28233  fmtInt64	./fmt/print.go	/^func (p *pp) fmtInt64(v int64, verb rune) {$/;"	f
 28234  fmtNSAsMS	./runtime/mgc.go	/^func fmtNSAsMS(buf []byte, ns uint64) []byte {$/;"	f
 28235  fmtP	./cmd/compile/internal/big/ftoa.go	/^func (x *Float) fmtP(buf []byte) []byte {$/;"	f
 28236  fmtP	./math/big/ftoa.go	/^func (x *Float) fmtP(buf []byte) []byte {$/;"	f
 28237  fmtPointer	./fmt/print.go	/^func (p *pp) fmtPointer(value reflect.Value, verb rune) {$/;"	f
 28238  fmtSelect	./reflect/all_test.go	/^func fmtSelect(info []caseInfo) string {$/;"	f
 28239  fmtString	./fmt/print.go	/^func (p *pp) fmtString(v string, verb rune) {$/;"	f
 28240  fmtTests	./fmt/fmt_test.go	/^var fmtTests = []struct {$/;"	v
 28241  fmtUint64	./fmt/print.go	/^func (p *pp) fmtUint64(v uint64, verb rune) {$/;"	f
 28242  fmtUnicode	./fmt/print.go	/^func (p *pp) fmtUnicode(v int64) {$/;"	f
 28243  fmt_	./cmd/compile/internal/gc/plive.go	/^	var fmt_ string$/;"	v
 28244  fmt_	./cmd/compile/internal/gc/typecheck.go	/^		var fmt_ string$/;"	v
 28245  fmt_E32	./fmt/format.go	/^func (f *fmt) fmt_E32(v float32) { f.formatFloat(float64(v), 'E', doPrec(f, 6), 32) }$/;"	f
 28246  fmt_E64	./fmt/format.go	/^func (f *fmt) fmt_E64(v float64) { f.formatFloat(v, 'E', doPrec(f, 6), 64) }$/;"	f
 28247  fmt_G32	./fmt/format.go	/^func (f *fmt) fmt_G32(v float32) { f.formatFloat(float64(v), 'G', doPrec(f, -1), 32) }$/;"	f
 28248  fmt_G64	./fmt/format.go	/^func (f *fmt) fmt_G64(v float64) { f.formatFloat(v, 'G', doPrec(f, -1), 64) }$/;"	f
 28249  fmt_boolean	./fmt/format.go	/^func (f *fmt) fmt_boolean(v bool) {$/;"	f
 28250  fmt_bx	./fmt/format.go	/^func (f *fmt) fmt_bx(b []byte, digits string) {$/;"	f
 28251  fmt_c128	./fmt/format.go	/^func (f *fmt) fmt_c128(v complex128, verb rune) {$/;"	f
 28252  fmt_c64	./fmt/format.go	/^func (f *fmt) fmt_c64(v complex64, verb rune) {$/;"	f
 28253  fmt_complex	./fmt/format.go	/^func (f *fmt) fmt_complex(r, j float64, size int, verb rune) {$/;"	f
 28254  fmt_e32	./fmt/format.go	/^func (f *fmt) fmt_e32(v float32) { f.formatFloat(float64(v), 'e', doPrec(f, 6), 32) }$/;"	f
 28255  fmt_e64	./fmt/format.go	/^func (f *fmt) fmt_e64(v float64) { f.formatFloat(v, 'e', doPrec(f, 6), 64) }$/;"	f
 28256  fmt_f32	./fmt/format.go	/^func (f *fmt) fmt_f32(v float32) { f.formatFloat(float64(v), 'f', doPrec(f, 6), 32) }$/;"	f
 28257  fmt_f64	./fmt/format.go	/^func (f *fmt) fmt_f64(v float64) { f.formatFloat(v, 'f', doPrec(f, 6), 64) }$/;"	f
 28258  fmt_fb32	./fmt/format.go	/^func (f *fmt) fmt_fb32(v float32) { f.formatFloat(float64(v), 'b', 0, 32) }$/;"	f
 28259  fmt_fb64	./fmt/format.go	/^func (f *fmt) fmt_fb64(v float64) { f.formatFloat(v, 'b', 0, 64) }$/;"	f
 28260  fmt_g32	./fmt/format.go	/^func (f *fmt) fmt_g32(v float32) { f.formatFloat(float64(v), 'g', doPrec(f, -1), 32) }$/;"	f
 28261  fmt_g64	./fmt/format.go	/^func (f *fmt) fmt_g64(v float64) { f.formatFloat(v, 'g', doPrec(f, -1), 64) }$/;"	f
 28262  fmt_q	./fmt/format.go	/^func (f *fmt) fmt_q(s string) {$/;"	f
 28263  fmt_qc	./fmt/format.go	/^func (f *fmt) fmt_qc(c int64) {$/;"	f
 28264  fmt_s	./fmt/format.go	/^func (f *fmt) fmt_s(s string) {$/;"	f
 28265  fmt_sbx	./fmt/format.go	/^func (f *fmt) fmt_sbx(s string, b []byte, digits string) {$/;"	f
 28266  fmt_sx	./fmt/format.go	/^func (f *fmt) fmt_sx(s, digits string) {$/;"	f
 28267  fmtmode	./cmd/compile/internal/gc/fmt.go	/^var fmtmode int = FErr$/;"	v
 28268  fmtpkgpfx	./cmd/compile/internal/gc/fmt.go	/^var fmtpkgpfx int \/\/ %uT stickyness$/;"	v
 28269  fmul64	./runtime/softfloat64.go	/^func fmul64(f, g uint64) uint64 {$/;"	f
 28270  fn	./cmd/compile/internal/gc/esc.go	/^	var fn *Node$/;"	v
 28271  fn	./cmd/compile/internal/gc/subr.go	/^	var fn *Node$/;"	v
 28272  fn	./cmd/compile/internal/gc/walk.go	/^			var fn string$/;"	v
 28273  fn	./cmd/compile/internal/gc/walk.go	/^		var fn *Node$/;"	v
 28274  fn	./cmd/compile/internal/gc/walk.go	/^	var fn string$/;"	v
 28275  fn	./cmd/vet/testdata/nilfunc.go	/^	var fn func()$/;"	v
 28276  fn	./math/rand/normal.go	/^var fn = [128]float32{$/;"	v
 28277  fn	./runtime/cgo/libcgo.h	/^	void (*fn)(void);$/;"	m	struct:ThreadStart
 28278  fn	./runtime/proc1.go	/^		var fn func()$/;"	v
 28279  fn	./runtime/stack1.go	/^	var fn unsafe.Pointer$/;"	v
 28280  fn0	./cmd/internal/obj/flag.go	/^type fn0 func()$/;"	t
 28281  fn1	./cmd/internal/obj/flag.go	/^type fn1 func(string)$/;"	t
 28282  fname	./reflect/type.go	/^				var fname string$/;"	v
 28283  fnbody	./cmd/compile/internal/gc/go.y	/^fnbody:$/;"	l
 28284  fncall	./cmd/compile/internal/gc/walk.go	/^func fncall(l *Node, rt *Type) bool {$/;"	f
 28285  fndcl	./cmd/compile/internal/gc/go.y	/^fndcl:$/;"	l
 28286  fneg64	./runtime/softfloat64.go	/^func fneg64(f uint64) uint64 {$/;"	f
 28287  fninit	./cmd/compile/internal/gc/init.go	/^func fninit(n *NodeList) {$/;"	f
 28288  fnlitdcl	./cmd/compile/internal/gc/go.y	/^fnlitdcl:$/;"	l
 28289  fnliteral	./cmd/compile/internal/gc/go.y	/^fnliteral:$/;"	l
 28290  fnodes	./cmd/pprof/internal/report/source.go	/^	var fnodes nodes$/;"	v
 28291  fnop	./cmd/fix/main_test.go	/^func fnop(*ast.File) bool { return false }$/;"	f
 28292  fnorm	./cmd/compile/internal/big/float.go	/^func fnorm(m nat) int64 {$/;"	f
 28293  fnorm	./math/big/float.go	/^func fnorm(m nat) int64 {$/;"	f
 28294  fnpkg	./cmd/compile/internal/gc/inl.go	/^func fnpkg(fn *Node) *Pkg {$/;"	f
 28295  fnres	./cmd/compile/internal/gc/go.y	/^fnres:$/;"	l
 28296  fnret_type	./cmd/compile/internal/gc/go.y	/^fnret_type:$/;"	l
 28297  fns	./cmd/pprof/internal/profile/legacy_profile.go	/^	var fns []*Function$/;"	v
 28298  fntype	./cmd/compile/internal/gc/esc.go	/^	var fntype *Type$/;"	v
 28299  fntype	./cmd/compile/internal/gc/go.y	/^fntype:$/;"	l
 28300  fnv1	./reflect/type.go	/^func fnv1(x uint32, list ...byte) uint32 {$/;"	f
 28301  focus	./cmd/pprof/internal/driver/interactive.go	/^	var focus, ignore string$/;"	v
 28302  focusedAndNotIgnored	./cmd/pprof/internal/profile/filter.go	/^func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool {$/;"	f
 28303  focusedSample	./cmd/pprof/internal/profile/filter.go	/^func focusedSample(s *Sample, focus, ignore TagMatch) (fm, im bool) {$/;"	f
 28304  fold	./unicode/maketables.go	/^			fmt.Sprintf("var fold%s = &RangeTable{\\n", name),$/;"	v
 28305  foldAdjacent	./unicode/maketables.go	/^func foldAdjacent(r []Script) []unicode.Range32 {$/;"	f
 28306  foldCommon	./unicode/tables.go	/^var foldCommon = &RangeTable{$/;"	v
 28307  foldDup	./cmd/go/main.go	/^func foldDup(list []string) (string, string) {$/;"	f
 28308  foldDupTests	./cmd/go/pkg_test.go	/^var foldDupTests = []struct {$/;"	v
 28309  foldExceptions	./unicode/maketables.go	/^func foldExceptions(class []rune) map[rune]bool {$/;"	f
 28310  foldFunc	./encoding/json/fold.go	/^func foldFunc(s []byte) func(s, t []byte) bool {$/;"	f
 28311  foldGreek	./unicode/tables.go	/^var foldGreek = &RangeTable{$/;"	v
 28312  foldInherited	./unicode/tables.go	/^var foldInherited = &RangeTable{$/;"	v
 28313  foldL	./unicode/tables.go	/^var foldL = &RangeTable{$/;"	v
 28314  foldLl	./unicode/tables.go	/^var foldLl = &RangeTable{$/;"	v
 28315  foldLt	./unicode/tables.go	/^var foldLt = &RangeTable{$/;"	v
 28316  foldLu	./unicode/tables.go	/^var foldLu = &RangeTable{$/;"	v
 28317  foldM	./unicode/tables.go	/^var foldM = &RangeTable{$/;"	v
 28318  foldMn	./unicode/tables.go	/^var foldMn = &RangeTable{$/;"	v
 28319  foldPair	./unicode/letter.go	/^type foldPair struct {$/;"	t
 28320  foldPairCount	./unicode/maketables.go	/^var foldPairCount = 0 \/\/ Number of fold pairs in the exception tables.$/;"	v
 28321  foldTests	./encoding/json/fold_test.go	/^var foldTests = []struct {$/;"	v
 28322  foldcaseTests	./regexp/syntax/parse_test.go	/^var foldcaseTests = []parseTest{$/;"	v
 28323  follow	./cmd/internal/obj/arm/obj5.go	/^func follow(ctxt *obj.Link, s *obj.LSym) {$/;"	f
 28324  follow	./cmd/internal/obj/arm64/obj7.go	/^func follow(ctxt *obj.Link, s *obj.LSym) {$/;"	f
 28325  follow	./cmd/internal/obj/ppc64/obj9.go	/^func follow(ctxt *obj.Link, s *obj.LSym) {$/;"	f
 28326  follow	./cmd/internal/obj/x86/obj6.go	/^func follow(ctxt *obj.Link, s *obj.LSym) {$/;"	f
 28327  followed	./encoding/gob/decode.go	/^\/\/ Interfaces are encoded as the name of a concrete type followed by a value.$/;"	t
 28328  followed	./go/types/builtins.go	/^		\/\/ to type []byte with a second argument of string type followed by ... .$/;"	t
 28329  followptr	./cmd/compile/internal/gc/subr.go	/^	var followptr int$/;"	v
 28330  foo	./encoding/gob/codec_test.go	/^		var foo struct{}$/;"	v
 28331  foo	./go/ast/example_test.go	/^var foo = hello \/\/ line comment 2 $/;"	v
 28332  foo	./go/printer/printer_test.go	/^func (t *t) foo(a, b, c int) int {$/;"	f
 28333  fooProto	./net/http/transport_test.go	/^type fooProto struct{}$/;"	t
 28334  fop	./runtime/softfloat64_test.go	/^func fop(f func(x, y uint64) uint64) func(x, y float64) float64 {$/;"	f
 28335  foptoas	./cmd/compile/internal/x86/gsubr.go	/^func foptoas(op int, t *gc.Type, flg int) int {$/;"	f
 28336  for	./builtin/builtin.go	/^\/\/ for any Go type, but represents the same type for any given function$/;"	t
 28337  for	./bytes/export_test.go	/^\/\/ Export func for testing$/;"	f
 28338  for	./cmd/cgo/out.go	/^			fmt.Fprintf(fgcch, "\\n\/* Return type for %s *\/\\n", exp.ExpName)$/;"	t
 28339  for	./cmd/compile/internal/gc/closure.go	/^		Fatal("missing base type for %v", rcvrtype)$/;"	t
 28340  for	./cmd/compile/internal/gc/const.go	/^		\/\/ target is invalid type for a constant?  leave alone.$/;"	t
 28341  for	./cmd/compile/internal/gc/dcl.go	/^			\/\/ queue resolution of method type for later.$/;"	t
 28342  for	./cmd/compile/internal/gc/dcl.go	/^ * a type for struct\/interface\/arglist$/;"	t
 28343  for	./cmd/compile/internal/gc/export.go	/^				fmt.Printf("reexport type for expression %v\\n", t.Sym)$/;"	t
 28344  for	./cmd/compile/internal/gc/go.go	/^		Fatal("unexpected Ctype for %T", v.U)$/;"	t
 28345  for	./cmd/compile/internal/gc/go.go	/^	Type  *Type \/\/ actual type for TFIELD, element type for TARRAY, TCHAN, TMAP, TPTRxx$/;"	t
 28346  for	./cmd/compile/internal/gc/go.go	/^	\/\/ pseudo-type for frame layout$/;"	t
 28347  for	./cmd/compile/internal/gc/inl.go	/^			Fatal("missing inlvar for %v\\n", t.Nname)$/;"	v
 28348  for	./cmd/compile/internal/gc/inl.go	/^			Fatal("no function type for [%p] %v\\n", n.Left, Nconv(n.Left, obj.FmtSign))$/;"	t
 28349  for	./cmd/compile/internal/gc/order.go	/^						\/\/ use channel element type for temporary to avoid conversions,$/;"	t
 28350  for	./cmd/compile/internal/gc/reflect.go	/^		Fatal("bad type for map key: %v", t)$/;"	t
 28351  for	./cmd/compile/internal/gc/reflect.go	/^		\/\/ get receiver type for this particular method.$/;"	t
 28352  for	./cmd/compile/internal/gc/subr.go	/^				*why = fmt.Sprintf(":\\n\\t%v does not implement %v (wrong type for %v method)\\n"+"\\t\\thave %v%v\\n\\t\\twant %v%v", src, dst, missing.Sym, have.Sym, Tconv(have.Type, obj.FmtShort|obj.FmtByte), missing.Sym, Tconv(missing.Type, obj.FmtShort|obj.FmtByte))$/;"	t
 28353  for	./cmd/compile/internal/gc/subr.go	/^ * return the unsigned type for$/;"	t
 28354  for	./cmd/compile/internal/gc/syntax.go	/^	Outer      *Node \/\/ outer func for closure$/;"	f
 28355  for	./cmd/compile/internal/gc/typecheck.go	/^		Yyerror("invalid type for composite literal: %v", t)$/;"	t
 28356  for	./cmd/internal/goobj/read.go	/^	Type SymID \/\/ Go type for variable.$/;"	t
 28357  for	./cmd/internal/obj/funcdata.go	/^\/\/ GO_ARGS indicates that the Go prototype for this assembly function$/;"	t
 28358  for	./cmd/internal/obj/link.go	/^\/\/		It has a separate type for easy recognition.$/;"	t
 28359  for	./cmd/link/internal/ld/objfile.go	/^		log.Fatalf("missing type for %s in %s", name, pn)$/;"	t
 28360  for	./cmd/link/internal/ld/pcln.go	/^\/\/ function for a pc.  See src\/runtime\/symtab.go:findfunc for details.$/;"	f
 28361  for	./cmd/yacc/yacc.go	/^		errorf("must specify type for %v", s)$/;"	t
 28362  for	./crypto/tls/handshake_server.go	/^				err = errors.New("bad signature type for client's ECDSA certificate")$/;"	t
 28363  for	./crypto/tls/handshake_server.go	/^				err = errors.New("bad signature type for client's RSA certificate")$/;"	t
 28364  for	./crypto/tls/prf.go	/^			return nil, 0, errors.New("tls: unsupported signature type for client certificate")$/;"	t
 28365  for	./debug/dwarf/typeunit.go	/^\/\/ Return the type for a type signature.$/;"	t
 28366  for	./debug/macho/fat.go	/^				return nil, &FormatError{offset, fmt.Sprintf("Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)", i, fa.Type, machoType), nil}$/;"	t
 28367  for	./encoding/asn1/asn1.go	/^		err = StructuralError{"unknown Go type for slice"}$/;"	t
 28368  for	./encoding/gob/debug.go	/^		panic("bad wire type for field")$/;"	t
 28369  for	./encoding/gob/decoder.go	/^\/\/ correct type for the next data item received.$/;"	t
 28370  for	./encoding/gob/doc.go	/^	struct { A int; B float }	\/\/ change of type for B$/;"	t
 28371  for	./encoding/gob/encoder_test.go	/^\/\/ Like ET1 but with a different type for a field$/;"	t
 28372  for	./encoding/gob/example_interface_test.go	/^	\/\/ We must register the concrete type for the encoder and decoder (which would$/;"	t
 28373  for	./encoding/xml/marshal.go	/^				return fmt.Errorf("xml: bad type for comment field of %s", val.Type())$/;"	t
 28374  for	./expvar/expvar.go	/^\/\/ Var is an abstract type for all exported variables.$/;"	t
 28375  for	./go/ast/commentmap.go	/^		\/\/ print name of identifiers; print node type for other nodes$/;"	t
 28376  for	./go/internal/gccgoimporter/parser.go	/^			p.error("unexpected underlying type for non-named TypeName")$/;"	t
 28377  for	./go/parser/parser.go	/^		\/\/ could be type for composite literal or conversion$/;"	t
 28378  for	./go/printer/testdata/parser.go	/^			\/\/ could be type for composite literal or conversion$/;"	t
 28379  for	./go/types/builtins_test.go	/^		\/\/ the recorded type for the built-in must match the wanted signature$/;"	t
 28380  for	./go/types/conversions.go	/^		\/\/   not []byte as type for the constant "foo").$/;"	t
 28381  for	./go/types/expr.go	/^		\/\/ the dynamic type for argument checking of say, print$/;"	t
 28382  for	./go/types/expr.go	/^		msg = "wrong type for method"$/;"	t
 28383  for	./go/types/expr.go	/^\/\/ only updates the recorded untyped type for x and possibly its$/;"	t
 28384  for	./go/types/expr.go	/^\/\/ or it is the final type for x), the type and value are recorded.$/;"	t
 28385  for	./go/types/predicates.go	/^\/\/ defaultType returns the default "typed" type for an "untyped" type;$/;"	t
 28386  for	./go/types/predicates.go	/^\/\/ it returns the incoming type for all other types. The default type$/;"	t
 28387  for	./go/types/sizes.go	/^\/\/ StdSizes is a convenience type for creating commonly used Sizes.$/;"	t
 28388  for	./go/types/type.go	/^\/\/ Elem returns the element type for the given pointer p.$/;"	t
 28389  for	./go/types/type.go	/^\/\/ NewArray returns a new array type for the given element type and length.$/;"	t
 28390  for	./go/types/type.go	/^\/\/ NewChan returns a new channel type for the given direction and element type.$/;"	t
 28391  for	./go/types/type.go	/^\/\/ NewNamed returns a new named type for the given type name, underlying type, and associated methods.$/;"	t
 28392  for	./go/types/type.go	/^\/\/ NewPointer returns a new pointer type for the given element (base) type.$/;"	t
 28393  for	./go/types/type.go	/^\/\/ NewSignature returns a new function type for the given receiver, parameters,$/;"	t
 28394  for	./go/types/type.go	/^\/\/ NewSlice returns a new slice type for the given element type.$/;"	t
 28395  for	./math/rand/regress_test.go	/^					t.Fatalf("unexpected argument type for r.%s", m.Name)$/;"	t
 28396  for	./math/sinh.go	/^	Cosh(x) is computed from the exponential func for$/;"	f
 28397  for	./net/dial.go	/^	\/\/ address. The address must be of a compatible type for the$/;"	t
 28398  for	./net/rpc/server.go	/^\/\/ Precompute the reflect type for error.  Can't use error directly$/;"	t
 28399  for	./reflect/all_test.go	/^		t.Errorf("did not find preexisting type for %s (vs %s)", TypeOf(x), TypeOf(y))$/;"	t
 28400  for	./reflect/all_test.go	/^		t.Errorf("expected nil type for nil value; got %v", typ)$/;"	t
 28401  for	./reflect/type.go	/^				\/\/ Find name and type for field f.$/;"	t
 28402  for	./reflect/type.go	/^	ptrToThis     *rtype         \/\/ type for pointer to this type, if used in binary or has methods$/;"	t
 28403  for	./reflect/type.go	/^\/\/ function takes care of ensuring that multiple *rtype for the same$/;"	t
 28404  for	./runtime/os2_nacl.go	/^	_EPROTOTYPE      = 91  \/* Protocol wrong type for socket *\/$/;"	t
 28405  for	./runtime/runtime1.go	/^\/\/ existing int var for that value, which may$/;"	v
 28406  for	./syscall/mksyscall_windows.go	/^* The parameter lists must give a type for each argument:$/;"	t
 28407  for	./syscall/tables_nacl.go	/^	EPROTOTYPE      Errno = 91  \/* Protocol wrong type for socket *\/$/;"	t
 28408  for	./syscall/tables_nacl.go	/^	EPROTOTYPE:      "Protocol wrong type for socket",$/;"	t
 28409  for	./syscall/zerrors_darwin_386.go	/^	41:  "protocol wrong type for socket",$/;"	t
 28410  for	./syscall/zerrors_darwin_amd64.go	/^	41:  "protocol wrong type for socket",$/;"	t
 28411  for	./syscall/zerrors_darwin_arm.go	/^	41:  "protocol wrong type for socket",$/;"	t
 28412  for	./syscall/zerrors_darwin_arm64.go	/^	41:  "protocol wrong type for socket",$/;"	t
 28413  for	./syscall/zerrors_dragonfly_amd64.go	/^	41: "protocol wrong type for socket",$/;"	t
 28414  for	./syscall/zerrors_freebsd_386.go	/^	41: "protocol wrong type for socket",$/;"	t
 28415  for	./syscall/zerrors_freebsd_amd64.go	/^	41: "protocol wrong type for socket",$/;"	t
 28416  for	./syscall/zerrors_freebsd_arm.go	/^	41: "protocol wrong type for socket",$/;"	t
 28417  for	./syscall/zerrors_linux_386.go	/^	91:  "protocol wrong type for socket",$/;"	t
 28418  for	./syscall/zerrors_linux_amd64.go	/^	91:  "protocol wrong type for socket",$/;"	t
 28419  for	./syscall/zerrors_linux_arm.go	/^	91:  "protocol wrong type for socket",$/;"	t
 28420  for	./syscall/zerrors_linux_arm64.go	/^	91:  "protocol wrong type for socket",$/;"	t
 28421  for	./syscall/zerrors_linux_ppc64.go	/^	91:  "protocol wrong type for socket",$/;"	t
 28422  for	./syscall/zerrors_linux_ppc64le.go	/^	91:  "protocol wrong type for socket",$/;"	t
 28423  for	./syscall/zerrors_netbsd_386.go	/^	41: "protocol wrong type for socket",$/;"	t
 28424  for	./syscall/zerrors_netbsd_amd64.go	/^	41: "protocol wrong type for socket",$/;"	t
 28425  for	./syscall/zerrors_netbsd_arm.go	/^	41: "protocol wrong type for socket",$/;"	t
 28426  for	./syscall/zerrors_openbsd_386.go	/^	41: "protocol wrong type for socket",$/;"	t
 28427  for	./syscall/zerrors_openbsd_amd64.go	/^	41: "protocol wrong type for socket",$/;"	t
 28428  for	./syscall/zerrors_openbsd_arm.go	/^	41: "protocol wrong type for socket",$/;"	t
 28429  for	./syscall/zerrors_solaris_amd64.go	/^	98:  "protocol wrong type for socket",$/;"	t
 28430  for	./syscall/zerrors_windows.go	/^	EPROTOTYPE - APPLICATION_ERROR:      "protocol wrong type for socket",$/;"	t
 28431  for	./text/template/exec.go	/^			s.errorf("wrong type for value; expected %s; got %s", typ, value.Type())$/;"	t
 28432  for	./text/template/funcs.go	/^				return nil, fmt.Errorf("%s is not index type for %s", index.Type(), v.Type())$/;"	t
 28433  for	./text/template/funcs.go	/^	errBadComparisonType = errors.New("invalid type for comparison")$/;"	t
 28434  forEachP	./runtime/proc1.go	/^func forEachP(fn func(*p)) {$/;"	f
 28435  forFieldList	./cmd/cgo/out.go	/^func forFieldList(fl *ast.FieldList, fn func(int, ast.Expr)) {$/;"	f
 28436  for_body	./cmd/compile/internal/gc/go.y	/^for_body:$/;"	l
 28437  for_header	./cmd/compile/internal/gc/go.y	/^for_header:$/;"	l
 28438  for_stmt	./cmd/compile/internal/gc/go.y	/^for_stmt:$/;"	l
 28439  forceCgoDNS	./net/non_unix_test.go	/^func forceCgoDNS() bool  { return false }$/;"	f
 28440  forceCgoDNS	./net/unix_test.go	/^func forceCgoDNS() bool {$/;"	f
 28441  forceCloseSockets	./net/main_plan9_test.go	/^func forceCloseSockets() {}$/;"	f
 28442  forceCloseSockets	./net/main_unix_test.go	/^func forceCloseSockets() {$/;"	f
 28443  forceCloseSockets	./net/main_windows_test.go	/^func forceCloseSockets() {$/;"	f
 28444  forceGoDNS	./net/non_unix_test.go	/^func forceGoDNS() func() { return func() {} }$/;"	f
 28445  forceGoDNS	./net/unix_test.go	/^func forceGoDNS() func() {$/;"	f
 28446  forceRewrites	./cmd/fix/main.go	/^var forceRewrites = flag.String("force", "",$/;"	v
 28447  forceStackCopy	./runtime/syscall_windows_test.go	/^func forceStackCopy() (r int) {$/;"	f
 28448  forceUpdate	./net/dnsclient_unix_test.go	/^func (conf *resolvConfTest) forceUpdate(name string) error {$/;"	f
 28449  forceZipFileForTesting	./time/zoneinfo_ios.go	/^func forceZipFileForTesting(zipOnly bool) {$/;"	f
 28450  forceZipFileForTesting	./time/zoneinfo_plan9.go	/^func forceZipFileForTesting(zipOnly bool) {$/;"	f
 28451  forceZipFileForTesting	./time/zoneinfo_unix.go	/^func forceZipFileForTesting(zipOnly bool) {$/;"	f
 28452  forceZipFileForTesting	./time/zoneinfo_windows.go	/^func forceZipFileForTesting(zipOnly bool) {$/;"	f
 28453  forcegchelper	./runtime/proc.go	/^func forcegchelper() {$/;"	f
 28454  forcegcstate	./runtime/runtime2.go	/^type forcegcstate struct {$/;"	t
 28455  foreach	./cmd/compile/internal/gc/racewalk.go	/^func foreach(n *Node, f func(*Node, interface{}), c interface{}) {$/;"	f
 28456  foreachField	./net/parse.go	/^func foreachField(x []byte, fn func(field []byte) error) error {$/;"	f
 28457  foreachHeaderElement	./net/http/server.go	/^func foreachHeaderElement(v string, fn func(string)) {$/;"	f
 28458  foreachLine	./net/parse.go	/^func foreachLine(x []byte, fn func(line []byte) error) error {$/;"	f
 28459  foreachlist	./cmd/compile/internal/gc/racewalk.go	/^func foreachlist(l *NodeList, f func(*Node, interface{}), c interface{}) {$/;"	f
 28460  foreachnode	./cmd/compile/internal/gc/racewalk.go	/^func foreachnode(n *Node, f func(*Node, interface{}), c interface{}) {$/;"	f
 28461  fork	./encoding/asn1/marshal.go	/^func (f *forkableWriter) fork() (pre, post *forkableWriter) {$/;"	f
 28462  forkAndExecInChild	./syscall/exec_bsd.go	/^func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *SysProcAttr, pipe int) (pid int, err Errno) {$/;"	f
 28463  forkAndExecInChild	./syscall/exec_linux.go	/^func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *SysProcAttr, pipe int) (pid int, err Errno) {$/;"	f
 28464  forkAndExecInChild	./syscall/exec_plan9.go	/^func forkAndExecInChild(argv0 *byte, argv []*byte, envv []envItem, dir *byte, attr *ProcAttr, fdsToClose []int, pipe int, rflag int) (pid int, err error) {$/;"	f
 28465  forkAndExecInChild	./syscall/exec_solaris.go	/^func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *SysProcAttr, pipe int) (pid int, err Errno) {$/;"	f
 28466  forkExec	./syscall/exec_plan9.go	/^func forkExec(argv0 string, argv []string, attr *ProcAttr) (pid int, err error) {$/;"	f
 28467  forkExec	./syscall/exec_unix.go	/^func forkExec(argv0 string, argv []string, attr *ProcAttr) (pid int, err error) {$/;"	f
 28468  forkExecPipe	./syscall/exec_bsd.go	/^func forkExecPipe(p []int) error {$/;"	f
 28469  forkExecPipe	./syscall/exec_linux.go	/^func forkExecPipe(p []int) (err error) {$/;"	f
 28470  forkExecPipe	./syscall/exec_solaris.go	/^func forkExecPipe(p []int) error {$/;"	f
 28471  forkRet	./syscall/exec_plan9.go	/^	type forkRet struct {$/;"	t
 28472  forkableWriter	./encoding/asn1/marshal.go	/^type forkableWriter struct {$/;"	t
 28473  forkx	./syscall/exec_solaris.go	/^func forkx(flags uintptr) (pid uintptr, err Errno)$/;"	f
 28474  form	./cmd/compile/internal/big/float.go	/^type form byte$/;"	t
 28475  form	./math/big/float.go	/^type form byte$/;"	t
 28476  formData	./mime/multipart/multipart_test.go	/^func formData(key, value string) headerBody {$/;"	f
 28477  formToClass	./debug/dwarf/entry.go	/^func formToClass(form format, attr Attr, vers int, b *buf) Class {$/;"	f
 28478  format	./archive/tar/reader.go	/^	var format string$/;"	v
 28479  format	./cmd/compile/internal/big/intconv_test.go	/^func format(base int) string {$/;"	f
 28480  format	./debug/dwarf/const.go	/^type format uint32$/;"	t
 28481  format	./go/printer/printer_test.go	/^func format(src []byte, mode checkMode) ([]byte, error) {$/;"	f
 28482  format	./image/format.go	/^type format struct {$/;"	t
 28483  format	./math/big/intconv_test.go	/^func format(base int) string {$/;"	f
 28484  format	./text/tabwriter/tabwriter.go	/^func (b *Writer) format(pos0 int, line0, line1 int) (pos int) {$/;"	f
 28485  formatBits	./strconv/itoa.go	/^func formatBits(dst []byte, u uint64, base int, neg, append_ bool) (d []byte, s string) {$/;"	f
 28486  formatBuf	./cmd/doc/pkg.go	/^var formatBuf bytes.Buffer \/\/ Reusable to avoid allocation.$/;"	v
 28487  formatDigits	./strconv/ftoa.go	/^func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {$/;"	f
 28488  formatError	./debug/plan9obj/file.go	/^type formatError struct {$/;"	t
 28489  formatFloat	./fmt/format.go	/^func (f *fmt) formatFloat(v float64, verb byte, prec, n int) {$/;"	f
 28490  formatHeader	./log/log.go	/^func (l *Logger) formatHeader(buf *[]byte, t time.Time, file string, line int) {$/;"	f
 28491  formatMessage	./syscall/zsyscall_windows.go	/^func formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {$/;"	f
 28492  formatNano	./time/format.go	/^func formatNano(b []byte, nanosec uint, n int, trim bool) []byte {$/;"	f
 28493  formatNode	./cmd/doc/pkg.go	/^func (pkg *Package) formatNode(node ast.Node) []byte {$/;"	f
 28494  formatState	./cmd/vet/print.go	/^type formatState struct {$/;"	t
 28495  formatTags	./cmd/pprof/internal/report/report.go	/^func (rpt *Report) formatTags(s *profile.Sample) (string, bool) {$/;"	f
 28496  formatTest	./mime/mediatype_test.go	/^type formatTest struct {$/;"	t
 28497  formatTests	./cmd/compile/internal/big/intconv_test.go	/^var formatTests = []struct {$/;"	v
 28498  formatTests	./math/big/intconv_test.go	/^var formatTests = []struct {$/;"	v
 28499  formatTests	./mime/mediatype_test.go	/^var formatTests = []formatTest{$/;"	v
 28500  formatTests	./time/format_test.go	/^var formatTests = []FormatTest{$/;"	v
 28501  formathdr	./cmd/compile/internal/gc/obj.go	/^func formathdr(arhdr []byte, name string, size int64) {$/;"	f
 28502  formats	./image/format.go	/^var formats []format$/;"	v
 28503  formatterFlagTests	./fmt/fmt_test.go	/^var formatterFlagTests = []struct {$/;"	v
 28504  forward	./runtime/mbitmap.go	/^func (h heapBits) forward(n uintptr) heapBits {$/;"	f
 28505  forward	./runtime/memmove_386.s	/^forward:	$/;"	l
 28506  forward	./runtime/memmove_amd64.s	/^forward:$/;"	l
 28507  forward	./runtime/memmove_nacl_amd64p32.s	/^forward:$/;"	l
 28508  forward	./runtime/memmove_plan9_386.s	/^forward:	$/;"	l
 28509  forward	./runtime/memmove_plan9_amd64.s	/^forward:$/;"	l
 28510  forwardCopy	./compress/flate/copy.go	/^func forwardCopy(mem []byte, dst, src, n int) {$/;"	f
 28511  found	./cmd/cover/cover.go	/^func (f *funcLitFinder) found() bool {$/;"	f
 28512  found	./cmd/internal/obj/objfile.go	/^	var found int$/;"	v
 28513  found	./go/parser/parser.go	/^	\/\/ no type found$/;"	t
 28514  found	./go/printer/testdata/parser.go	/^	\/\/ no type found$/;"	t
 28515  found	./go/types/api_test.go	/^			t.Errorf("package %s: no type found for %s", name, test.expr)$/;"	t
 28516  foundStdOle	./internal/syscall/windows/registry/registry_test.go	/^	var foundStdOle bool$/;"	v
 28517  found_vaddr	./runtime/vdso_linux_amd64.go	/^	var found_vaddr bool$/;"	v
 28518  foutput	./cmd/yacc/yacc.go	/^var foutput *bufio.Writer   \/\/ y.output file$/;"	v
 28519  fp	./cmd/compile/internal/gc/subr.go	/^	var fp *Type$/;"	v
 28520  fp	./cmd/internal/obj/arm/list5.go	/^	var fp string$/;"	v
 28521  fp	./cmd/internal/obj/ppc64/list9.go	/^	var fp string$/;"	v
 28522  fp	./cmd/link/internal/ld/lib.go	/^	var fp string$/;"	v
 28523  fp	./encoding/asn1/marshal.go	/^		var fp fieldParameters$/;"	v
 28524  fp	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) fp() uint32      { return c.regs().r[11] }$/;"	f
 28525  fp	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) fp() uint32      { return c.regs().__gregs[11] }$/;"	f
 28526  fp	./runtime/signal_linux_arm.go	/^func (c *sigctxt) fp() uint32        { return c.regs().fp }$/;"	f
 28527  fp	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) fp() uint32      { return c.regs().r11 }$/;"	f
 28528  fp	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) fp() uint32       { return c.regs().__gregs[_REG_R11] }$/;"	f
 28529  fp	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) fp() uint32      { return c.regs().sc_r11 }$/;"	f
 28530  fpack32	./runtime/softfloat64.go	/^func fpack32(sign, mant uint32, exp int, trunc uint32) uint32 {$/;"	f
 28531  fpack64	./runtime/softfloat64.go	/^func fpack64(sign, mant uint64, exp int, trunc uint64) uint64 {$/;"	f
 28532  fpcontrol	./runtime/defs_darwin_386.go	/^type fpcontrol struct {$/;"	t
 28533  fpcontrol	./runtime/defs_darwin_amd64.go	/^type fpcontrol struct {$/;"	t
 28534  fpreg	./runtime/defs_linux_386.go	/^type fpreg struct {$/;"	t
 28535  fpreg1	./runtime/defs_linux_amd64.go	/^type fpreg1 struct {$/;"	t
 28536  fpregset	./runtime/defs1_solaris_amd64.go	/^type fpregset struct {$/;"	t
 28537  fprint	./cmd/pprof/internal/plugin/plugin.go	/^func (ui *stdUI) fprint(f *os.File, args []interface{}) {$/;"	f
 28538  fprint	./go/printer/printer.go	/^func (cfg *Config) fprint(output io.Writer, fset *token.FileSet, node interface{}, nodeSizes map[ast.Node]int) (err error) {$/;"	f
 28539  fprintregs	./runtime/softfloat_arm.go	/^func fprintregs() {$/;"	f
 28540  fpstate	./runtime/defs_linux_386.go	/^type fpstate struct {$/;"	t
 28541  fpstate	./runtime/defs_linux_amd64.go	/^type fpstate struct {$/;"	t
 28542  fpstate1	./runtime/defs_linux_amd64.go	/^type fpstate1 struct {$/;"	t
 28543  fpstatus	./runtime/defs_darwin_386.go	/^type fpstatus struct {$/;"	t
 28544  fpstatus	./runtime/defs_darwin_amd64.go	/^type fpstatus struct {$/;"	t
 28545  fptrace	./runtime/softfloat_arm.go	/^var fptrace = 0$/;"	v
 28546  fputd	./runtime/softfloat_arm.go	/^func fputd(reg uint32, val uint64) {$/;"	f
 28547  fputf	./runtime/softfloat_arm.go	/^func fputf(reg uint32, val uint32) {$/;"	f
 28548  fpxreg	./runtime/defs_linux_386.go	/^type fpxreg struct {$/;"	t
 28549  fpxreg	./runtime/defs_linux_amd64.go	/^type fpxreg struct {$/;"	t
 28550  fpxreg1	./runtime/defs_linux_amd64.go	/^type fpxreg1 struct {$/;"	t
 28551  fqdn	./net/lookup_windows_test.go	/^func fqdn(s string) string {$/;"	f
 28552  fracTests	./go/constant/value_test.go	/^var fracTests = []string{$/;"	v
 28553  frag	./bufio/bufio.go	/^	var frag []byte$/;"	v
 28554  frag	./regexp/syntax/compile.go	/^type frag struct {$/;"	t
 28555  frame	./cmd/compile/internal/gc/subr.go	/^func frame(context int) {$/;"	f
 28556  frame	./runtime/mbitmap.go	/^		var frame stkframe$/;"	v
 28557  frame	./runtime/trace/trace_stack_test.go	/^	type frame struct {$/;"	t
 28558  frame	./runtime/traceback.go	/^	var frame stkframe$/;"	v
 28559  frameNode	./cmd/trace/trace.go	/^type frameNode struct {$/;"	t
 28560  frameo	./cmd/link/internal/ld/dwarf.go	/^var frameo int64$/;"	v
 28561  framepointer_enabled	./runtime/stack1.go	/^var framepointer_enabled bool$/;"	v
 28562  framereloco	./cmd/link/internal/ld/dwarf.go	/^var framereloco int64$/;"	v
 28563  framerelocsize	./cmd/link/internal/ld/dwarf.go	/^var framerelocsize int64$/;"	v
 28564  frames	./image/gif/writer_test.go	/^var frames = []string{$/;"	v
 28565  frames	./runtime/stubs.go	/^\/\/ Not all cgocallback_gofunc frames are actually cgocallback_gofunc,$/;"	f
 28566  framesec	./cmd/link/internal/ld/dwarf.go	/^var framesec *LSym$/;"	v
 28567  framesize	./cmd/link/internal/ld/dwarf.go	/^var framesize int64$/;"	v
 28568  framesym	./cmd/link/internal/ld/dwarf.go	/^var framesym *LSym$/;"	v
 28569  framesympos	./cmd/link/internal/ld/dwarf.go	/^var framesympos int64$/;"	v
 28570  free	./fmt/print.go	/^func (p *pp) free() {$/;"	f
 28571  free	./fmt/scan.go	/^func (s *ss) free(old ssave) {$/;"	f
 28572  free	./regexp/exec.go	/^func (m *machine) free(t *thread) {$/;"	f
 28573  free	./runtime/netpoll.go	/^func (c *pollCache) free(pd *pollDesc) {$/;"	f
 28574  freeBlock	./crypto/tls/conn.go	/^func (hc *halfConn) freeBlock(b *block) {$/;"	f
 28575  freeDecoderState	./encoding/gob/decode.go	/^func (dec *Decoder) freeDecoderState(d *decoderState) {$/;"	f
 28576  freeEncoderState	./encoding/gob/encode.go	/^func (enc *Encoder) freeEncoderState(e *encoderState) {$/;"	f
 28577  freeOSMemory	./runtime/debug/stubs.go	/^func freeOSMemory()$/;"	f
 28578  freeRequest	./net/rpc/server.go	/^func (server *Server) freeRequest(req *Request) {$/;"	f
 28579  freeResponse	./net/rpc/server.go	/^func (server *Server) freeResponse(resp *Response) {$/;"	f
 28580  freeStackSpans	./runtime/stack1.go	/^func freeStackSpans() {$/;"	f
 28581  freeblock	./cmd/compile/internal/gc/plive.go	/^func freeblock(bb *BasicBlock) {$/;"	f
 28582  freebsdVersion	./syscall/route_freebsd.go	/^var freebsdVersion uint32$/;"	v
 28583  freecfg	./cmd/compile/internal/gc/plive.go	/^func freecfg(cfg []*BasicBlock) {$/;"	f
 28584  freedefer	./runtime/panic.go	/^func freedefer(d *_defer) {$/;"	f
 28585  freedeferfn	./runtime/panic.go	/^func freedeferfn() {$/;"	f
 28586  freedeferpanic	./runtime/panic.go	/^func freedeferpanic() {$/;"	f
 28587  freeliveness	./cmd/compile/internal/gc/plive.go	/^func freeliveness(lv *Liveness) {$/;"	f
 28588  freemark	./runtime/heapdump.go	/^var freemark [_PageSize \/ 8]bool$/;"	v
 28589  freemcache	./runtime/mcache.go	/^func freemcache(c *mcache) {$/;"	f
 28590  freespecial	./runtime/mheap.go	/^func freespecial(s *special, p unsafe.Pointer, size uintptr, freed bool) bool {$/;"	f
 28591  freezetheworld	./runtime/proc1.go	/^func freezetheworld() {$/;"	f
 28592  freezing	./go/types/example_test.go	/^	\/\/ .  .  .  var freezing temperature.Celsius$/;"	v
 28593  frexp	./math/all_test.go	/^var frexp = []fi{$/;"	v
 28594  frexp	./math/frexp.go	/^func frexp(f float64) (frac float64, exp int) {$/;"	f
 28595  frexp10	./strconv/extfloat.go	/^func (f *extFloat) frexp10() (exp10, index int) {$/;"	f
 28596  frexp10Many	./strconv/extfloat.go	/^func frexp10Many(a, b, c *extFloat) (exp10 int) {$/;"	f
 28597  frexpBC	./math/all_test.go	/^var frexpBC = []fi{$/;"	v
 28598  frexpSC	./math/all_test.go	/^var frexpSC = []fi{$/;"	v
 28599  from	./cmd/compile/internal/gc/plive.go	/^	var from Node$/;"	v
 28600  from	./cmd/fix/typecheck.go	/^			\/\/ Identifier can take its type from underlying object.$/;"	t
 28601  from	./cmd/link/internal/ld/objfile.go	/^	if typ != nil { \/\/ if bss sym defined multiple times, take type from any one def$/;"	t
 28602  from	./debug/dwarf/type.go	/^	\/\/ Parse type from Entry.$/;"	t
 28603  from	./debug/dwarf/type.go	/^\/\/ readType reads a type from r at off of name using and updating a$/;"	t
 28604  from	./go/types/typexpr.go	/^	\/\/ For a variadic function, change the last parameter's type from T to []T.$/;"	t
 28605  from	./net/http/fs.go	/^\/\/ first tries to deduce the type from name's file extension and,$/;"	t
 28606  fromBase10	./crypto/rsa/rsa_test.go	/^func fromBase10(base10 string) *big.Int {$/;"	f
 28607  fromBase10	./crypto/x509/x509_test.go	/^func fromBase10(base10 string) *big.Int {$/;"	f
 28608  fromBase64	./crypto/x509/x509_test.go	/^func fromBase64(in string) []byte {$/;"	f
 28609  fromBinary	./cmd/compile/internal/big/float_test.go	/^func fromBinary(s string) int64 {$/;"	f
 28610  fromBinary	./math/big/float_test.go	/^func fromBinary(s string) int64 {$/;"	f
 28611  fromHex	./crypto/ecdsa/ecdsa_test.go	/^func fromHex(s string) *big.Int {$/;"	f
 28612  fromHex	./crypto/rsa/pss_test.go	/^func fromHex(hexStr string) []byte {$/;"	f
 28613  fromHex	./crypto/tls/handshake_server_test.go	/^func fromHex(s string) []byte {$/;"	f
 28614  fromHex	./mime/encodedword.go	/^func fromHex(b byte) (byte, error) {$/;"	f
 28615  fromHex	./mime/quotedprintable/reader.go	/^func fromHex(b byte) (byte, error) {$/;"	f
 28616  fromHexChar	./encoding/hex/hex.go	/^func fromHexChar(c byte) (byte, bool) {$/;"	f
 28617  fromMyNode	./runtime/lfstack_test.go	/^func fromMyNode(node *MyNode) *LFNode {$/;"	f
 28618  fromSlash	./os/file_windows.go	/^func fromSlash(path string) string {$/;"	f
 28619  fromint64sw	./runtime/softfloat64_test.go	/^func fromint64sw(f float64) float64 {$/;"	f
 28620  fs	./runtime/signal_darwin_386.go	/^func (c *sigctxt) fs() uint32      { return c.regs().fs }$/;"	f
 28621  fs	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) fs() uint64      { return c.regs().fs }$/;"	f
 28622  fs	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) fs() uint64      { return uint64(c.regs().mc_ss) }$/;"	f
 28623  fs	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) fs() uint32      { return uint32(c.regs().mc_fs) }$/;"	f
 28624  fs	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) fs() uint64      { return uint64(c.regs().mc_fs) }$/;"	f
 28625  fs	./runtime/signal_linux_386.go	/^func (c *sigctxt) fs() uint32        { return uint32(c.regs().fs) }$/;"	f
 28626  fs	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) fs() uint64      { return uint64(c.regs().fs) }$/;"	f
 28627  fs	./runtime/signal_nacl_386.go	/^func (c *sigctxt) fs() uint32        { return ^uint32(0) }$/;"	f
 28628  fs	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) fs() uint64      { return ^uint64(0) }$/;"	f
 28629  fs	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) fs() uint32       { return uint32(c.regs().__gregs[_REG_FS]) }$/;"	f
 28630  fs	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) fs() uint64      { return c.regs().__gregs[_REG_FS] }$/;"	f
 28631  fs	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) fs() uint32      { return c.regs().sc_fs }$/;"	f
 28632  fs	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) fs() uint64      { return c.regs().sc_fs }$/;"	f
 28633  fs	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) fs() uint64      { return uint64(c.regs().gregs[_REG_FS]) }$/;"	f
 28634  fs	./syscall/fs_nacl.go	/^var fs = newFsys()$/;"	v
 28635  fsRedirectTestData	./net/http/fs_test.go	/^var fsRedirectTestData = []struct {$/;"	v
 28636  fset	./cmd/api/goapi.go	/^var fset = token.NewFileSet()$/;"	v
 28637  fset	./cmd/cgo/main.go	/^var fset = token.NewFileSet()$/;"	v
 28638  fset	./go/printer/printer_test.go	/^var fset = token.NewFileSet()$/;"	v
 28639  fset	./go/scanner/scanner_test.go	/^var fset = token.NewFileSet()$/;"	v
 28640  fset	./go/token/position_test.go	/^	var fset *FileSet$/;"	v
 28641  fset	./go/types/check_test.go	/^var fset = token.NewFileSet()$/;"	v
 28642  fset	./go/types/methodset.go	/^		var fset fieldSet$/;"	v
 28643  fset	./go/types/type.go	/^	var fset objset$/;"	v
 28644  fset	./go/types/typexpr.go	/^	var fset objset$/;"	v
 28645  fsinit	./syscall/fs_nacl.go	/^var fsinit = func() {}$/;"	v
 28646  fslice	./cmd/vet/testdata/print.go	/^	var fslice []float64$/;"	v
 28647  fstatus	./runtime/softfloat_arm.go	/^func fstatus(nan bool, cmp int32) uint32 {$/;"	f
 28648  fsub64	./runtime/softfloat64.go	/^func fsub64(f, g uint64) uint64 {$/;"	f
 28649  fsys	./syscall/fs_nacl.go	/^type fsys struct {$/;"	t
 28650  fsysFile	./syscall/fs_nacl.go	/^type fsysFile struct {$/;"	t
 28651  ft	./reflect/export_test.go	/^	var ft *rtype$/;"	v
 28652  ft	./syscall/syscall_windows.go	/^	var ft Filetime$/;"	v
 28653  ftToDuration	./os/exec_windows.go	/^func ftToDuration(ft *syscall.Filetime) time.Duration {$/;"	f
 28654  ftabaddstring	./cmd/link/internal/ld/pcln.go	/^func ftabaddstring(ftab *LSym, s string) int32 {$/;"	f
 28655  ftable	./cmd/yacc/yacc.go	/^var ftable *bufio.Writer    \/\/ y.go file$/;"	v
 28656  ftmp	./crypto/elliptic/p256.go	/^	var ftmp, ftmp2 [p256Limbs]uint32$/;"	v
 28657  ftoaTest	./strconv/ftoa_test.go	/^type ftoaTest struct {$/;"	t
 28658  ftoatests	./strconv/ftoa_test.go	/^var ftoatests = []ftoaTest{$/;"	v
 28659  full	./bufio/bufio.go	/^	var full [][]byte$/;"	v
 28660  full	./net/url/url.go	/^	var full string$/;"	v
 28661  fullCaseTest	./unicode/maketables.go	/^func fullCaseTest() {$/;"	f
 28662  fullCategoryTest	./unicode/maketables.go	/^func fullCategoryTest(list []string) {$/;"	f
 28663  fullScriptTest	./unicode/maketables.go	/^func fullScriptTest(list []string, installed map[string]*unicode.RangeTable, scripts map[string][]Script) {$/;"	f
 28664  fun	./go/types/builtins_test.go	/^	var fun ast.Expr$/;"	v
 28665  funNN	./cmd/compile/internal/big/nat_test.go	/^type funNN func(z, x, y nat) nat$/;"	t
 28666  funNN	./math/big/nat_test.go	/^type funNN func(z, x, y nat) nat$/;"	t
 28667  funVV	./cmd/compile/internal/big/arith_test.go	/^type funVV func(z, x, y []Word) (c Word)$/;"	t
 28668  funVV	./math/big/arith_test.go	/^type funVV func(z, x, y []Word) (c Word)$/;"	t
 28669  funVW	./cmd/compile/internal/big/arith_test.go	/^type funVW func(z, x []Word, y Word) (c Word)$/;"	t
 28670  funVW	./math/big/arith_test.go	/^type funVW func(z, x []Word, y Word) (c Word)$/;"	t
 28671  funVWW	./cmd/compile/internal/big/arith_test.go	/^type funVWW func(z, x []Word, y, r Word) (c Word)$/;"	t
 28672  funVWW	./math/big/arith_test.go	/^type funVWW func(z, x []Word, y, r Word) (c Word)$/;"	t
 28673  funWVW	./cmd/compile/internal/big/arith_test.go	/^type funWVW func(z []Word, xn Word, x []Word, y Word) (r Word)$/;"	t
 28674  funWVW	./math/big/arith_test.go	/^type funWVW func(z []Word, xn Word, x []Word, y Word) (r Word)$/;"	t
 28675  funWW	./cmd/compile/internal/big/arith_test.go	/^type funWW func(x, y, c Word) (z1, z0 Word)$/;"	t
 28676  funWW	./math/big/arith_test.go	/^type funWW func(x, y, c Word) (z1, z0 Word)$/;"	t
 28677  funZZ	./cmd/compile/internal/big/int_test.go	/^type funZZ func(z, x, y *Int) *Int$/;"	t
 28678  funZZ	./math/big/int_test.go	/^type funZZ func(z, x, y *Int) *Int$/;"	t
 28679  funarg	./cmd/compile/internal/gc/typecheck.go	/^		var funarg *Type$/;"	v
 28680  func	./cmd/go/testdata/src/badtest/badsyntax/x_test.go	/^func func func func func!$/;"	f
 28681  func	./cmd/vet/unused.go	/^	"comma-separated list of names of methods of type func() string whose results must be used")$/;"	t
 28682  func	./debug/elf/symbols_test.go	/^	do := func(file string, ts []Symbol, getfunc func(*File) ([]Symbol, error)) {$/;"	f
 28683  func	./runtime/cgo/gcc_openbsd_386.c	/^	void *(*func)(void *);$/;"	m	struct:thread_args	file:
 28684  func	./runtime/cgo/gcc_openbsd_amd64.c	/^	void *(*func)(void *);$/;"	m	struct:thread_args	file:
 28685  funcBody	./go/types/stmt.go	/^func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *ast.BlockStmt) {$/;"	f
 28686  funcDecl	./go/printer/nodes.go	/^func (p *printer) funcDecl(d *ast.FuncDecl) {$/;"	f
 28687  funcDecl	./go/types/decl.go	/^func (check *Checker) funcDecl(obj *Func, decl *declInfo) {$/;"	f
 28688  funcInfo	./go/types/check.go	/^type funcInfo struct {$/;"	t
 28689  funcLayout	./reflect/type.go	/^func funcLayout(t *rtype, rcvr *rtype) (frametype *rtype, argSize, retOffset uintptr, stk *bitVector, framePool *sync.Pool) {$/;"	f
 28690  funcLayoutTest	./reflect/all_test.go	/^type funcLayoutTest struct {$/;"	t
 28691  funcLayoutTests	./reflect/all_test.go	/^var funcLayoutTests []funcLayoutTest$/;"	v
 28692  funcLit	./cmd/api/testdata/src/pkg/p1/p1.go	/^var funcLit = func() {}$/;"	v
 28693  funcLitFinder	./cmd/cover/cover.go	/^type funcLitFinder token.Pos$/;"	t
 28694  funcLookupCache	./reflect/type.go	/^var funcLookupCache struct {$/;"	v
 28695  funcMap	./html/template/escape.go	/^var funcMap = template.FuncMap{$/;"	v
 28696  funcName	./reflect/value.go	/^func funcName(f func([]Value) []Value) string {$/;"	f
 28697  funcOutput	./cmd/cover/func.go	/^func funcOutput(profile, outputFile string) error {$/;"	f
 28698  funcOutputAndInput	./cmd/compile/internal/gc/esc.go	/^func funcOutputAndInput(dst, src *Node) bool {$/;"	f
 28699  funcPC	./runtime/cgo/signal_darwin_armx.go	/^func funcPC(f interface{}) uintptr {$/;"	f
 28700  funcPC	./runtime/proc.go	/^func funcPC(f interface{}) uintptr {$/;"	f
 28701  funcStr	./reflect/type.go	/^func funcStr(ft *funcType) string {$/;"	f
 28702  funcSummary	./cmd/doc/pkg.go	/^func (pkg *Package) funcSummary(funcs []*doc.Func) {$/;"	f
 28703  funcSym	./cmd/compile/internal/gc/esc.go	/^func funcSym(fn *Node) *Sym {$/;"	f
 28704  funcType	./go/types/typexpr.go	/^func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {$/;"	f
 28705  funcType	./reflect/type.go	/^type funcType struct {$/;"	t
 28706  funcargs	./cmd/compile/internal/gc/dcl.go	/^func funcargs(nt *Node) {$/;"	f
 28707  funcargs2	./cmd/compile/internal/gc/dcl.go	/^func funcargs2(t *Type) {$/;"	f
 28708  funcbody	./cmd/compile/internal/gc/dcl.go	/^func funcbody(n *Node) {$/;"	f
 28709  funccompile	./cmd/compile/internal/gc/dcl.go	/^func funccompile(n *Node) {$/;"	f
 28710  funcdata	./runtime/symtab.go	/^func funcdata(f *_func, i int32) unsafe.Pointer {$/;"	f
 28711  funcfirst	./cmd/compile/internal/gc/subr.go	/^func funcfirst(s *Iter, t *Type) *Type {$/;"	f
 28712  funchdr	./cmd/compile/internal/gc/dcl.go	/^func funchdr(n *Node) {$/;"	f
 28713  funcline	./runtime/symtab.go	/^func funcline(f *_func, targetpc uintptr) (file string, line int32) {$/;"	f
 28714  funcline1	./runtime/symtab.go	/^func funcline1(f *_func, targetpc uintptr, strict bool) (file string, line int32) {$/;"	f
 28715  funcname	./runtime/symtab.go	/^func funcname(f *_func) string {$/;"	f
 28716  funcname	./runtime/syscall_windows_test.go	/^	var funcname, attr string$/;"	v
 28717  funcnext	./cmd/compile/internal/gc/subr.go	/^func funcnext(s *Iter) *Type {$/;"	f
 28718  funcpctab	./cmd/internal/obj/pcln.go	/^func funcpctab(ctxt *Link, dst *Pcdata, func_ *LSym, desc string, valfunc func(*Link, *LSym, int32, *Prog, int32, interface{}) int32, arg interface{}) {$/;"	f
 28719  funcs	./crypto/md5/gen.go	/^var funcs = template.FuncMap{$/;"	v
 28720  funcspdelta	./runtime/symtab.go	/^func funcspdelta(f *_func, targetpc uintptr) int32 {$/;"	f
 28721  funcstart	./cmd/link/internal/ld/pcln.go	/^	var funcstart int32$/;"	v
 28722  funcsym	./cmd/compile/internal/gc/dcl.go	/^func funcsym(s *Sym) *Sym {$/;"	f
 28723  funcsyms	./cmd/compile/internal/gc/go.go	/^var funcsyms *NodeList$/;"	v
 28724  functab	./runtime/symtab.go	/^type functab struct {$/;"	t
 28725  function	./runtime/debug/stack.go	/^func function(pc uintptr) []byte {$/;"	f
 28726  functionAndType	./testing/quick/quick.go	/^func functionAndType(f interface{}) (v reflect.Value, t reflect.Type, ok bool) {$/;"	f
 28727  functionBodies	./go/types/resolver.go	/^func (check *Checker) functionBodies() {$/;"	f
 28728  functionCompleter	./cmd/pprof/internal/driver/interactive.go	/^func functionCompleter(substring string) string {$/;"	f
 28729  functionDecoder	./cmd/pprof/internal/profile/encode.go	/^var functionDecoder = []decoder{$/;"	v
 28730  functions	./cmd/pprof/internal/report/source.go	/^	var functions nodes$/;"	v
 28731  functype	./cmd/compile/internal/gc/dcl.go	/^func functype(this *Node, in *NodeList, out *NodeList) *Type {$/;"	f
 28732  functype	./runtime/type.go	/^type functype struct {$/;"	t
 28733  funcval	./runtime/runtime2.go	/^type funcval struct {$/;"	t
 28734  funnyEncoding	./encoding/base64/base64_test.go	/^var funnyEncoding = NewEncoding(encodeStd).WithPadding(rune('@'))$/;"	v
 28735  funnyRef	./encoding/base64/base64_test.go	/^func funnyRef(ref string) string {$/;"	f
 28736  funpack32	./runtime/softfloat64.go	/^func funpack32(f uint32) (sign, mant uint32, exp int, inf, nan bool) {$/;"	f
 28737  funpack64	./runtime/softfloat64.go	/^func funpack64(f uint64) (sign, mant uint64, exp int, inf, nan bool) {$/;"	f
 28738  futex	./runtime/os_linux.go	/^func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32$/;"	f
 28739  futexsleep	./runtime/os1_dragonfly.go	/^func futexsleep(addr *uint32, val uint32, ns int64) {$/;"	f
 28740  futexsleep	./runtime/os1_freebsd.go	/^func futexsleep(addr *uint32, val uint32, ns int64) {$/;"	f
 28741  futexsleep	./runtime/os1_linux.go	/^func futexsleep(addr *uint32, val uint32, ns int64) {$/;"	f
 28742  futexsleep1	./runtime/os1_dragonfly.go	/^func futexsleep1(addr *uint32, val uint32, ns int64) {$/;"	f
 28743  futexsleep1	./runtime/os1_freebsd.go	/^func futexsleep1(addr *uint32, val uint32, ns int64) {$/;"	f
 28744  futexsleepTest	./runtime/futex_test.go	/^type futexsleepTest struct {$/;"	t
 28745  futexsleepTests	./runtime/futex_test.go	/^var futexsleepTests = []futexsleepTest{$/;"	v
 28746  futexwakeup	./runtime/os1_dragonfly.go	/^func futexwakeup(addr *uint32, cnt uint32) {$/;"	f
 28747  futexwakeup	./runtime/os1_freebsd.go	/^func futexwakeup(addr *uint32, cnt uint32) {$/;"	f
 28748  futexwakeup	./runtime/os1_linux.go	/^func futexwakeup(addr *uint32, cnt uint32) {$/;"	f
 28749  futimes	./syscall/zsyscall_darwin_386.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28750  futimes	./syscall/zsyscall_darwin_amd64.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28751  futimes	./syscall/zsyscall_darwin_arm.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28752  futimes	./syscall/zsyscall_darwin_arm64.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28753  futimes	./syscall/zsyscall_dragonfly_amd64.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28754  futimes	./syscall/zsyscall_freebsd_386.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28755  futimes	./syscall/zsyscall_freebsd_amd64.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28756  futimes	./syscall/zsyscall_freebsd_arm.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28757  futimes	./syscall/zsyscall_netbsd_386.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28758  futimes	./syscall/zsyscall_netbsd_amd64.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28759  futimes	./syscall/zsyscall_netbsd_arm.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28760  futimes	./syscall/zsyscall_openbsd_386.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28761  futimes	./syscall/zsyscall_openbsd_amd64.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28762  futimes	./syscall/zsyscall_openbsd_arm.go	/^func futimes(fd int, timeval *[2]Timeval) (err error) {$/;"	f
 28763  futimesat	./syscall/zsyscall_linux_386.go	/^func futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) {$/;"	f
 28764  futimesat	./syscall/zsyscall_linux_amd64.go	/^func futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) {$/;"	f
 28765  futimesat	./syscall/zsyscall_linux_arm.go	/^func futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) {$/;"	f
 28766  futimesat	./syscall/zsyscall_linux_arm64.go	/^func futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) {$/;"	f
 28767  futimesat	./syscall/zsyscall_linux_ppc64.go	/^func futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) {$/;"	f
 28768  futimesat	./syscall/zsyscall_linux_ppc64le.go	/^func futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) {$/;"	f
 28769  fv	./cmd/pprof/internal/driver/interactive.go	/^	var fv float64$/;"	v
 28770  fwdSig	./runtime/signal1_unix.go	/^var fwdSig [_NSIG]uintptr$/;"	v
 28771  fwdcount	./cmd/link/internal/ld/dwarf.go	/^var fwdcount int$/;"	v
 28772  fx	./cmd/compile/internal/x86/cgen64.go	/^		var fx gc.Node$/;"	v
 28773  g	./cmd/compile/internal/gc/dcl.go	/^			\/\/	func g() int$/;"	f
 28774  g	./cmd/go/testdata/src/vetpkg/c.go	/^func g() {$/;"	f
 28775  g	./go/parser/short_test.go	/^	`package p; type T []int; func g(int) bool { return true }; func f() { if g(T{42}[0]) {} };`,$/;"	f
 28776  g	./go/types/api_test.go	/^func (C) g()$/;"	f
 28777  g	./go/types/resolver_test.go	/^		func g() (x int) { return }$/;"	f
 28778  g	./runtime/cgo/libcgo.h	/^	G *g;$/;"	m	struct:ThreadStart
 28779  g	./runtime/go_tls.h	/^#define	g(/;"	d
 28780  g0	./runtime/asm_arm.s	/^g0:$/;"	l
 28781  g0	./runtime/asm_arm64.s	/^g0:$/;"	l
 28782  g0	./runtime/asm_ppc64x.s	/^g0:$/;"	l
 28783  g0	./runtime/sys_windows_386.s	/^g0:$/;"	l
 28784  g0	./runtime/sys_windows_amd64.s	/^g0:$/;"	l
 28785  g2debug	./cmd/yacc/yacc.go	/^var g2debug = 0 \/\/ debugging for go2gen$/;"	v
 28786  gScanStatusStrings	./runtime/traceback.go	/^var gScanStatusStrings = [...]string{$/;"	v
 28787  gStatusStrings	./runtime/traceback.go	/^var gStatusStrings = [...]string{$/;"	v
 28788  gactive	./cmd/compile/internal/amd64/peep.go	/^var gactive uint32$/;"	v
 28789  gactive	./cmd/compile/internal/arm/peep.go	/^var gactive uint32$/;"	v
 28790  gactive	./cmd/compile/internal/arm64/peep.go	/^var gactive uint32$/;"	v
 28791  gactive	./cmd/compile/internal/ppc64/peep.go	/^var gactive uint32$/;"	v
 28792  gactive	./cmd/compile/internal/x86/peep.go	/^var gactive uint32$/;"	v
 28793  gamma	./math/all_test.go	/^var gamma = []float64{$/;"	v
 28794  gammaSC	./math/all_test.go	/^var gammaSC = []float64{$/;"	v
 28795  garbage	./runtime/chanbarrier_test.go	/^			var garbage []byte$/;"	v
 28796  gbit16	./syscall/dir_plan9.go	/^func gbit16(b []byte) (uint16, []byte) {$/;"	f
 28797  gbit32	./syscall/dir_plan9.go	/^func gbit32(b []byte) (uint32, []byte) {$/;"	f
 28798  gbit64	./syscall/dir_plan9.go	/^func gbit64(b []byte) (uint64, []byte) {$/;"	f
 28799  gbit8	./syscall/dir_plan9.go	/^func gbit8(b []byte) (uint8, []byte) {$/;"	f
 28800  gc	./cmd/link/internal/ld/data.go	/^	var gc GCProg$/;"	v
 28801  gc	./runtime/mgc.go	/^func gc(mode int) {$/;"	f
 28802  gcAssistAlloc	./runtime/mgcmark.go	/^func gcAssistAlloc(size uintptr, allowAssist bool) {$/;"	f
 28803  gcBgMarkPrepare	./runtime/mgc.go	/^func gcBgMarkPrepare() {$/;"	f
 28804  gcBgMarkStartWorkers	./runtime/mgc.go	/^func gcBgMarkStartWorkers() {$/;"	f
 28805  gcBgMarkWorker	./runtime/mgc.go	/^func gcBgMarkWorker(p *p) {$/;"	f
 28806  gcBlackenEnabled	./runtime/mgc.go	/^var gcBlackenEnabled uint32$/;"	v
 28807  gcBlackenPromptly	./runtime/mgc.go	/^var gcBlackenPromptly bool$/;"	v
 28808  gcCompatibilityMode	./go/types/typestring.go	/^var gcCompatibilityMode bool$/;"	v
 28809  gcController	./runtime/mgc.go	/^var gcController = gcControllerState{$/;"	v
 28810  gcControllerState	./runtime/mgc.go	/^type gcControllerState struct {$/;"	t
 28811  gcCopySpans	./runtime/mgc.go	/^func gcCopySpans() {$/;"	f
 28812  gcDrain	./runtime/mgcmark.go	/^func gcDrain(gcw *gcWork, flushScanCredit int64) {$/;"	f
 28813  gcDrainN	./runtime/mgcmark.go	/^func gcDrainN(gcw *gcWork, scanWork int64) {$/;"	f
 28814  gcDrainUntilPreempt	./runtime/mgcmark.go	/^func gcDrainUntilPreempt(gcw *gcWork, flushScanCredit int64) {$/;"	f
 28815  gcDumpObject	./runtime/mgcmark.go	/^func gcDumpObject(label string, obj, off uintptr) {$/;"	f
 28816  gcFlushGCWork	./runtime/mgc.go	/^func gcFlushGCWork() {$/;"	f
 28817  gcInstallStackBarrier	./runtime/mgcmark.go	/^func gcInstallStackBarrier(gp *g, frame *stkframe) bool {$/;"	f
 28818  gcMark	./runtime/mgc.go	/^func gcMark(start_time int64) {$/;"	f
 28819  gcMarkWorkAvailable	./runtime/mgc.go	/^func gcMarkWorkAvailable(p *p) bool {$/;"	f
 28820  gcMarkWorkerMode	./runtime/mgc.go	/^type gcMarkWorkerMode int$/;"	t
 28821  gcMaxStackBarriers	./runtime/mgcmark.go	/^func gcMaxStackBarriers(stackSize int) (n int) {$/;"	f
 28822  gcPrintStkbars	./runtime/mgcmark.go	/^func gcPrintStkbars(stkbar []stkbar) {$/;"	f
 28823  gcRemoveStackBarrier	./runtime/mgcmark.go	/^func gcRemoveStackBarrier(gp *g, stkbar stkbar) {$/;"	f
 28824  gcRemoveStackBarriers	./runtime/mgcmark.go	/^func gcRemoveStackBarriers(gp *g) {$/;"	f
 28825  gcResetGState	./runtime/mgc.go	/^func gcResetGState() (numgs int) {$/;"	f
 28826  gcResetMarkState	./runtime/mgc.go	/^func gcResetMarkState() {$/;"	f
 28827  gcStartTime	./internal/trace/goroutines.go	/^	var gcStartTime int64$/;"	v
 28828  gcSweep	./runtime/mgc.go	/^func gcSweep(mode int) {$/;"	f
 28829  gcUnwindBarriers	./runtime/mgcmark.go	/^func gcUnwindBarriers(gp *g, sp uintptr) {$/;"	f
 28830  gcWork	./runtime/mgcwork.go	/^type gcWork struct {$/;"	t
 28831  gcallers	./runtime/traceback.go	/^func gcallers(gp *g, skip int, pcbuf []uintptr) int {$/;"	f
 28832  gcargs	./cmd/compile/internal/gc/pgen.go	/^	var gcargs *Sym$/;"	v
 28833  gcbits	./reflect/export_test.go	/^func gcbits(interface{}) []byte \/\/ provided by runtime$/;"	f
 28834  gccBaseCmd	./cmd/cgo/gcc.go	/^func (p *Package) gccBaseCmd() []string {$/;"	f
 28835  gccCmd	./cmd/cgo/gcc.go	/^func (p *Package) gccCmd() []string {$/;"	f
 28836  gccDebug	./cmd/cgo/gcc.go	/^func (p *Package) gccDebug(stdin []byte) (*dwarf.Data, binary.ByteOrder, []byte) {$/;"	f
 28837  gccDefines	./cmd/cgo/gcc.go	/^func (p *Package) gccDefines(stdin []byte) string {$/;"	f
 28838  gccErrors	./cmd/cgo/gcc.go	/^func (p *Package) gccErrors(stdin []byte) string {$/;"	f
 28839  gccExportHeaderProlog	./cmd/cgo/out.go	/^func (p *Package) gccExportHeaderProlog() string {$/;"	f
 28840  gccMachine	./cmd/cgo/gcc.go	/^func (p *Package) gccMachine() []string {$/;"	f
 28841  gccRegName	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^var gccRegName = [...]string{$/;"	v
 28842  gccTmp	./cmd/cgo/gcc.go	/^func gccTmp() string {$/;"	f
 28843  gccgo	./cmd/cgo/main.go	/^var gccgo = flag.Bool("gccgo", false, "generate files for use with gccgo")$/;"	v
 28844  gccgoInit	./cmd/cgo/out.go	/^	var gccgoInit bytes.Buffer$/;"	v
 28845  gccgoSymbolPrefix	./cmd/cgo/out.go	/^func (p *Package) gccgoSymbolPrefix() string {$/;"	f
 28846  gccgoimports	./go/importer/importer.go	/^type gccgoimports struct {$/;"	t
 28847  gccgopkgpath	./cmd/cgo/main.go	/^var gccgopkgpath = flag.String("gccgopkgpath", "", "-fgo-pkgpath option used with gccgo")$/;"	v
 28848  gccgoprefix	./cmd/cgo/main.go	/^var gccgoprefix = flag.String("gccgoprefix", "", "-fgo-prefix option used with gccgo")$/;"	v
 28849  gcdTests	./cmd/compile/internal/big/int_test.go	/^var gcdTests = []struct {$/;"	v
 28850  gcdTests	./math/big/int_test.go	/^var gcdTests = []struct {$/;"	v
 28851  gcdata	./reflect/type.go	/^	var gcdata *byte$/;"	v
 28852  gcenable	./runtime/mgc.go	/^func gcenable() {$/;"	f
 28853  gchelper	./runtime/mgc.go	/^func gchelper() {$/;"	f
 28854  gchelperstart	./runtime/mgc.go	/^func gchelperstart() {$/;"	f
 28855  gcimports	./go/importer/importer.go	/^type gcimports map[string]*types.Package$/;"	t
 28856  gcinfoSink	./runtime/gcinfo_test.go	/^var gcinfoSink interface{}$/;"	v
 28857  gcinit	./runtime/mgc.go	/^func gcinit() {$/;"	f
 28858  gclean	./cmd/compile/internal/gc/gsubr.go	/^func gclean() {$/;"	f
 28859  gclink	./runtime/mcache.go	/^type gclink struct {$/;"	t
 28860  gclinkptr	./runtime/mcache.go	/^type gclinkptr uintptr$/;"	t
 28861  gclocals	./cmd/compile/internal/gc/pgen.go	/^	var gclocals *Sym$/;"	v
 28862  gcm	./crypto/cipher/gcm.go	/^type gcm struct {$/;"	t
 28863  gcmAdd	./crypto/cipher/gcm.go	/^func gcmAdd(x, y *gcmFieldElement) gcmFieldElement {$/;"	f
 28864  gcmDouble	./crypto/cipher/gcm.go	/^func gcmDouble(x *gcmFieldElement) (double gcmFieldElement) {$/;"	f
 28865  gcmFieldElement	./crypto/cipher/gcm.go	/^type gcmFieldElement struct {$/;"	t
 28866  gcmInc32	./crypto/cipher/gcm.go	/^func gcmInc32(counterBlock *[16]byte) {$/;"	f
 28867  gcmReductionTable	./crypto/cipher/gcm.go	/^var gcmReductionTable = []uint16{$/;"	v
 28868  gcmarknewobject_m	./runtime/mgcmark.go	/^func gcmarknewobject_m(obj, size uintptr) {$/;"	f
 28869  gcmarkwb_m	./runtime/mbarrier.go	/^func gcmarkwb_m(slot *uintptr, ptr uintptr) {$/;"	f
 28870  gcmp	./cmd/compile/internal/arm64/gsubr.go	/^func gcmp(as int, lhs *gc.Node, rhs *gc.Node) *obj.Prog {$/;"	f
 28871  gconreg	./cmd/compile/internal/amd64/gsubr.go	/^func gconreg(as int, c int64, reg int) {$/;"	f
 28872  gconreg	./cmd/compile/internal/x86/gsubr.go	/^func gconreg(as int, c int64, reg int) {$/;"	f
 28873  gcount	./runtime/proc1.go	/^func gcount() int32 {$/;"	f
 28874  gcpercent	./runtime/mgc.go	/^var gcpercent int32$/;"	v
 28875  gcphase	./runtime/mgc.go	/^var gcphase uint32$/;"	v
 28876  gcprocs	./runtime/proc1.go	/^func gcprocs() int32 {$/;"	f
 28877  gcscan_m	./runtime/mgcmark.go	/^func gcscan_m() {$/;"	f
 28878  gcstats	./runtime/runtime2.go	/^type gcstats struct {$/;"	t
 28879  gcstopm	./runtime/proc1.go	/^func gcstopm() {$/;"	f
 28880  gcsymdup	./cmd/compile/internal/gc/pgen.go	/^func gcsymdup(s *Sym) {$/;"	f
 28881  gcw	./runtime/mgc.go	/^		var gcw gcWork$/;"	v
 28882  gcw	./runtime/mgc.go	/^	var gcw gcWork$/;"	v
 28883  gcw	./runtime/mgcmark.go	/^	var gcw gcWork$/;"	v
 28884  gcw	./runtime/mgcwork.go	/^\/\/     var gcw gcWork$/;"	v
 28885  gdata	./cmd/compile/internal/gc/obj.go	/^func gdata(nam *Node, nr *Node, wid int) {$/;"	f
 28886  gdatacomplex	./cmd/compile/internal/gc/obj.go	/^func gdatacomplex(nam *Node, cval *Mpcplx) {$/;"	f
 28887  gdatastring	./cmd/compile/internal/gc/obj.go	/^func gdatastring(nam *Node, sval string) {$/;"	f
 28888  gdbscript	./cmd/link/internal/ld/dwarf.go	/^var gdbscript string$/;"	v
 28889  gdbscripto	./cmd/link/internal/ld/dwarf.go	/^var gdbscripto int64$/;"	v
 28890  gdbscriptsize	./cmd/link/internal/ld/dwarf.go	/^var gdbscriptsize int64$/;"	v
 28891  gdesc	./internal/trace/goroutines.go	/^type gdesc struct {$/;"	t
 28892  gdesc	./internal/trace/parser.go	/^	type gdesc struct {$/;"	t
 28893  gdescList	./cmd/trace/goroutines.go	/^type gdescList []*trace.GDesc$/;"	t
 28894  ge	./text/template/funcs.go	/^func ge(arg1, arg2 interface{}) (bool, error) {$/;"	f
 28895  gen	./cmd/compile/internal/gc/gen.go	/^func gen(n *Node) {$/;"	f
 28896  gen	./go/types/hilbert_test.go	/^type gen struct {$/;"	t
 28897  gen	./runtime/mkduff.go	/^func gen(arch string, tags, zero, copy func(io.Writer)) {$/;"	f
 28898  genArray	./encoding/json/scanner_test.go	/^func genArray(n int) []interface{} {$/;"	f
 28899  genDecl	./go/printer/nodes.go	/^func (p *printer) genDecl(d *ast.GenDecl) {$/;"	f
 28900  genFilenames	./cmd/gofmt/long_test.go	/^func genFilenames(t *testing.T, filenames chan<- string) {$/;"	f
 28901  genLabel	./cmd/pprof/internal/report/report.go	/^func genLabel(d int, n, l, f string) string {$/;"	f
 28902  genLine	./bufio/scan_test.go	/^func genLine(buf *bytes.Buffer, lineNum, n int, addNewline bool) {$/;"	f
 28903  genMap	./encoding/json/scanner_test.go	/^func genMap(n int) map[string]interface{} {$/;"	f
 28904  genPerm	./runtime/hash_test.go	/^func genPerm(h *HashSet, b []byte, s []uint32, n int) {$/;"	f
 28905  genSplit	./bytes/bytes.go	/^func genSplit(s, sep []byte, sepSave, n int) [][]byte {$/;"	f
 28906  genSplit	./strings/strings.go	/^func genSplit(s, sep string, sepSave, n int) []string {$/;"	f
 28907  genString	./encoding/json/scanner_test.go	/^func genString(stddev float64) string {$/;"	f
 28908  genValue	./encoding/json/scanner_test.go	/^func genValue(n int) interface{} {$/;"	f
 28909  gen_as_init	./cmd/compile/internal/gc/sinit.go	/^func gen_as_init(n *Node) bool {$/;"	f
 28910  genasm	./runtime/wincallback.go	/^func genasm() {$/;"	f
 28911  genasmsym	./cmd/link/internal/ld/lib.go	/^func genasmsym(put func(*LSym, string, int, int64, int64, int, *LSym)) {$/;"	f
 28912  gencallstub	./cmd/link/internal/ppc64/asm.go	/^func gencallstub(abicase int, stub *ld.LSym, targ *ld.LSym) {$/;"	f
 28913  geneq	./cmd/compile/internal/gc/subr.go	/^func geneq(sym *Sym, t *Type) {$/;"	f
 28914  generalCAS64	./sync/atomic/64bit_arm.go	/^func generalCAS64(addr *uint64, old, new uint64) (swapped bool)$/;"	f
 28915  generalSubtree	./crypto/x509/x509.go	/^type generalSubtree struct {$/;"	t
 28916  generalizedTimeTest	./encoding/asn1/marshal_test.go	/^type generalizedTimeTest struct {$/;"	t
 28917  generalizedTimeTestData	./encoding/asn1/asn1_test.go	/^var generalizedTimeTestData = []timeTest{$/;"	v
 28918  generate	./cmd/go/generate.go	/^func generate(pkg, absFile string) bool {$/;"	f
 28919  generate	./cmd/pprof/internal/driver/driver.go	/^func generate(interactive bool, prof *profile.Profile, obj plugin.ObjTool, ui plugin.UI, f *flags) error {$/;"	f
 28920  generate	./compress/flate/huffman_code.go	/^func (h *huffmanEncoder) generate(freq []int32, maxBits int32) {$/;"	f
 28921  generateClientKeyExchange	./crypto/tls/key_agreement.go	/^func (ka *ecdheKeyAgreement) generateClientKeyExchange(config *Config, clientHello *clientHelloMsg, cert *x509.Certificate) ([]byte, *clientKeyExchangeMsg, error) {$/;"	f
 28922  generateClientKeyExchange	./crypto/tls/key_agreement.go	/^func (ka rsaKeyAgreement) generateClientKeyExchange(config *Config, clientHello *clientHelloMsg, cert *x509.Certificate) ([]byte, *clientKeyExchangeMsg, error) {$/;"	f
 28923  generateCodegen	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) generateCodegen(numLiterals int, numOffsets int) {$/;"	f
 28924  generateExponentialSamples	./math/rand/rand_test.go	/^func generateExponentialSamples(nsamples int, rate float64, seed int64) []float64 {$/;"	f
 28925  generateFixedLiteralEncoding	./compress/flate/huffman_code.go	/^func generateFixedLiteralEncoding() *huffmanEncoder {$/;"	f
 28926  generateFixedOffsetEncoding	./compress/flate/huffman_code.go	/^func generateFixedOffsetEncoding() *huffmanEncoder {$/;"	f
 28927  generateNormalSamples	./math/rand/rand_test.go	/^func generateNormalSamples(nsamples int, mean, stddev float64, seed int64) []float64 {$/;"	f
 28928  generateReport	./cmd/pprof/internal/driver/interactive.go	/^func generateReport(p *profile.Profile, cmd []string, obj plugin.ObjTool, ui plugin.UI, f *flags) error {$/;"	f
 28929  generateServerKeyExchange	./crypto/tls/key_agreement.go	/^func (ka *ecdheKeyAgreement) generateServerKeyExchange(config *Config, cert *Certificate, clientHello *clientHelloMsg, hello *serverHelloMsg) (*serverKeyExchangeMsg, error) {$/;"	f
 28930  generateServerKeyExchange	./crypto/tls/key_agreement.go	/^func (ka rsaKeyAgreement) generateServerKeyExchange(config *Config, cert *Certificate, clientHello *clientHelloMsg, hello *serverHelloMsg) (*serverKeyExchangeMsg, error) {$/;"	f
 28931  generateSubkeys	./crypto/des/block.go	/^func (c *desCipher) generateSubkeys(keyBytes []byte) {$/;"	f
 28932  generateTrace	./cmd/trace/trace.go	/^func generateTrace(params *traceParams) ViewerData {$/;"	f
 28933  genericFtoa	./strconv/ftoa.go	/^func genericFtoa(dst []byte, val float64, fmt byte, prec, bitSize int) []byte {$/;"	f
 28934  genericReadFrom	./net/net.go	/^func genericReadFrom(w io.Writer, r io.Reader) (n int64, err error) {$/;"	f
 28935  genericReplacer	./strings/replace.go	/^type genericReplacer struct {$/;"	t
 28936  gengo	./runtime/wincallback.go	/^func gengo() {$/;"	f
 28937  genhash	./cmd/compile/internal/gc/subr.go	/^func genhash(sym *Sym, t *Type) {$/;"	f
 28938  gentext	./cmd/link/internal/amd64/asm.go	/^func gentext() {$/;"	f
 28939  gentext	./cmd/link/internal/arm/asm.go	/^func gentext() {$/;"	f
 28940  gentext	./cmd/link/internal/arm64/asm.go	/^func gentext() {}$/;"	f
 28941  gentext	./cmd/link/internal/ppc64/asm.go	/^func gentext() {$/;"	f
 28942  gentext	./cmd/link/internal/x86/asm.go	/^func gentext() {$/;"	f
 28943  gentraceback	./runtime/traceback.go	/^func gentraceback(pc0, sp0, lr0 uintptr, gp *g, skip int, pcbuf *uintptr, max int, callback func(*stkframe, unsafe.Pointer) bool, v unsafe.Pointer, flags uint) int {$/;"	f
 28944  genwrapper	./cmd/compile/internal/gc/subr.go	/^func genwrapper(rcvr *Type, method *Type, newnam *Sym, iface int) {$/;"	f
 28945  genwrapper_linehistdone	./cmd/compile/internal/gc/subr.go	/^var genwrapper_linehistdone int = 0$/;"	v
 28946  gerrno	./net/cgo_unix.go	/^	var gerrno int$/;"	v
 28947  get	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) get(expected lex.ScanToken) lex.Token {$/;"	f
 28948  get	./encoding/json/encode.go	/^func (sv stringValues) get(i int) string   { return sv[i].String() }$/;"	f
 28949  get	./net/http/header.go	/^func (h Header) get(key string) string {$/;"	f
 28950  get	./regexp/regexp.go	/^func (re *Regexp) get() *machine {$/;"	f
 28951  get	./runtime/mgcwork.go	/^func (ww *gcWork) get() uintptr {$/;"	f
 28952  get	./syscall/syscall_unix_test.go	/^	var get syscall.Rlimit$/;"	v
 28953  get	./time/zoneinfo.go	/^func (l *Location) get() *Location {$/;"	f
 28954  get2	./time/zoneinfo_read.go	/^func get2(b []byte) int {$/;"	f
 28955  get28BitsFromEnd	./crypto/elliptic/p224.go	/^func get28BitsFromEnd(buf []byte, shift uint) (uint32, []byte) {$/;"	f
 28956  get32b	./cmd/pprof/internal/profile/legacy_profile.go	/^func get32b(b []byte) (uint64, []byte) {$/;"	f
 28957  get32l	./cmd/pprof/internal/profile/legacy_profile.go	/^func get32l(b []byte) (uint64, []byte) {$/;"	f
 28958  get4	./compress/gzip/gunzip.go	/^func get4(p []byte) uint32 {$/;"	f
 28959  get4	./time/zoneinfo_read.go	/^func get4(b []byte) int {$/;"	f
 28960  get64b	./cmd/pprof/internal/profile/legacy_profile.go	/^func get64b(b []byte) (uint64, []byte) {$/;"	f
 28961  get64l	./cmd/pprof/internal/profile/legacy_profile.go	/^func get64l(b []byte) (uint64, []byte) {$/;"	f
 28962  getAbbrs	./time/genzabbrs.go	/^func getAbbrs(l *time.Location) (st, dt string) {$/;"	f
 28963  getAdapters	./net/interface_windows.go	/^func getAdapters() (*windows.IpAdapterAddresses, error) {$/;"	f
 28964  getAttrList	./syscall/syscall_darwin.go	/^func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) {$/;"	f
 28965  getBase	./fmt/scan.go	/^func (s *ss) getBase(verb rune) (base int, digits string) {$/;"	f
 28966  getBaseType	./encoding/gob/type.go	/^func getBaseType(name string, rt reflect.Type) (gobType, error) {$/;"	f
 28967  getBasicAuthTest	./net/http/request_test.go	/^type getBasicAuthTest struct {$/;"	t
 28968  getBasicAuthTests	./net/http/request_test.go	/^var getBasicAuthTests = []struct {$/;"	v
 28969  getBody	./net/http/fs_test.go	/^func getBody(t *testing.T, testName string, req Request) (*Response, []byte) {$/;"	f
 28970  getBuffer	./mime/encodedword.go	/^func getBuffer() *bytes.Buffer {$/;"	f
 28971  getCaseState	./unicode/maketables.go	/^func getCaseState(i rune) (c *caseState) {$/;"	f
 28972  getCertificate	./crypto/tls/common.go	/^func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {$/;"	f
 28973  getCompilationDir	./cmd/link/internal/ld/dwarf.go	/^func getCompilationDir() string {$/;"	f
 28974  getConn	./net/http/transport.go	/^func (t *Transport) getConn(req *Request, cm connectMethod) (*persistConn, error) {$/;"	f
 28975  getConstant	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) getConstant(prog *obj.Prog, op int, addr *obj.Addr) int64 {$/;"	f
 28976  getConstantPseudo	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) getConstantPseudo(pseudo string, addr *obj.Addr) int64 {$/;"	f
 28977  getCurrentProcessId	./syscall/zsyscall_windows.go	/^func getCurrentProcessId() (pid uint32) {$/;"	f
 28978  getD	./cmd/go/get.go	/^var getD = cmdGet.Flag.Bool("d", false, "")$/;"	v
 28979  getDB	./database/sql/fakedb_test.go	/^func (d *fakeDriver) getDB(name string) *fakeDB {$/;"	f
 28980  getDecEnginePtr	./encoding/gob/decode.go	/^func (dec *Decoder) getDecEnginePtr(remoteId typeId, ut *userTypeInfo) (enginePtr **decEngine, err error) {$/;"	f
 28981  getDoc	./go/printer/printer.go	/^func getDoc(n ast.Node) *ast.CommentGroup {$/;"	f
 28982  getElfEhdr	./cmd/link/internal/ld/elf.go	/^func getElfEhdr() *ElfEhdr {$/;"	f
 28983  getEncEngine	./encoding/gob/encode.go	/^func getEncEngine(ut *userTypeInfo, building map[*typeInfo]bool) *encEngine {$/;"	f
 28984  getEsc	./path/filepath/match.go	/^func getEsc(chunk string) (r rune, nchunk string, err error) {$/;"	f
 28985  getEsc	./path/match.go	/^func getEsc(chunk string) (r rune, nchunk string, err error) {$/;"	f
 28986  getF	./cmd/go/get.go	/^var getF = cmdGet.Flag.Bool("f", false, "")$/;"	v
 28987  getField	./fmt/print.go	/^func getField(v reflect.Value, i int) reflect.Value {$/;"	f
 28988  getField	./go/parser/parser_test.go	/^func getField(file *ast.File, fieldname string) *ast.Field {$/;"	f
 28989  getFields	./net/parse.go	/^func getFields(s string) []string { return splitAtBytes(s, " \\r\\t\\n") }$/;"	f
 28990  getFile	./go/parser/error_test.go	/^func getFile(fset *token.FileSet, filename string) (file *token.File) {$/;"	f
 28991  getFix	./cmd/go/get.go	/^var getFix = cmdGet.Flag.Bool("fix", false, "")$/;"	v
 28992  getFlags	./cmd/pprof/internal/driver/driver.go	/^func getFlags(flag plugin.FlagSet, overrides commands.Commands, ui plugin.UI) (*flags, error) {$/;"	f
 28993  getFunctionSource	./cmd/pprof/internal/report/source.go	/^func getFunctionSource(fun, file string, fns nodes, start, end int) (nodes, string, error) {$/;"	f
 28994  getGetProcAddress	./runtime/os1_windows.go	/^func getGetProcAddress() uintptr {$/;"	f
 28995  getIdleConn	./net/http/transport.go	/^func (t *Transport) getIdleConn(cm connectMethod) (pconn *persistConn) {$/;"	f
 28996  getIdleConnCh	./net/http/transport.go	/^func (t *Transport) getIdleConnCh(cm connectMethod) chan *persistConn {$/;"	f
 28997  getIgnoreEnginePtr	./encoding/gob/decode.go	/^func (dec *Decoder) getIgnoreEnginePtr(wireId typeId) (enginePtr **decEngine, err error) {$/;"	f
 28998  getImmediate	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) getImmediate(prog *obj.Prog, op int, addr *obj.Addr) int64 {$/;"	f
 28999  getInfo	./syscall/security_windows.go	/^func (t Token) getInfo(class uint32, initSize int) (unsafe.Pointer, error) {$/;"	f
 29000  getInsecure	./cmd/go/get.go	/^var getInsecure = cmdGet.Flag.Bool("insecure", false, "")$/;"	v
 29001  getInterfaceInfos	./net/interface_windows.go	/^func getInterfaceInfos() ([]syscall.InterfaceInfo, error) {$/;"	f
 29002  getLength	./encoding/gob/decode.go	/^func (state *decoderState) getLength() (int, bool) {$/;"	f
 29003  getLine	./encoding/pem/pem.go	/^func getLine(data []byte) (line, rest []byte) {$/;"	f
 29004  getLineFromData	./net/parse.go	/^func (f *file) getLineFromData() (s string, ok bool) {$/;"	f
 29005  getLineTests	./encoding/pem/pem_test.go	/^var getLineTests = []GetLineTest{$/;"	v
 29006  getLoadLibrary	./runtime/os1_windows.go	/^func getLoadLibrary() uintptr {$/;"	f
 29007  getLocked	./net/internal/socktest/switch.go	/^func (st stats) getLocked(c Cookie) *Stat {$/;"	f
 29008  getMachoHdr	./cmd/link/internal/ld/macho.go	/^func getMachoHdr() *MachoHdr {$/;"	f
 29009  getMaxCount	./testing/quick/quick.go	/^func (c *Config) getMaxCount() (maxCount int) {$/;"	f
 29010  getMissingFunctionSource	./cmd/pprof/internal/report/source.go	/^func getMissingFunctionSource(filename string, asm map[int]nodes, start, end int) (nodes, string) {$/;"	f
 29011  getMyName	./os/exec/lp_windows_test.go	/^func getMyName() (string, error) {$/;"	f
 29012  getNoBody	./net/http/serve_test.go	/^func getNoBody(urlStr string) (*Response, error) {$/;"	f
 29013  getOkay	./net/http/transport_test.go	/^	var getOkay bool$/;"	v
 29014  getPkg	./go/internal/gccgoimporter/parser.go	/^func (p *parser) getPkg(pkgpath, name string) *types.Package {$/;"	f
 29015  getPkg	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) getPkg(id, name string) *types.Package {$/;"	f
 29016  getPos	./go/parser/error_test.go	/^func getPos(fset *token.FileSet, filename string, offset int) token.Pos {$/;"	f
 29017  getProcessEntry	./syscall/syscall_windows.go	/^func getProcessEntry(pid int) (*ProcessEntry32, error) {$/;"	f
 29018  getPublicKeyAlgorithmFromOID	./crypto/x509/x509.go	/^func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {$/;"	f
 29019  getRand	./testing/quick/quick.go	/^func (c *Config) getRand() *rand.Rand {$/;"	f
 29020  getRandomData	./runtime/os1_darwin.go	/^func getRandomData(r []byte) {$/;"	f
 29021  getRandomData	./runtime/os1_dragonfly.go	/^func getRandomData(r []byte) {$/;"	f
 29022  getRandomData	./runtime/os1_freebsd.go	/^func getRandomData(r []byte) {$/;"	f
 29023  getRandomData	./runtime/os1_linux.go	/^func getRandomData(r []byte) {$/;"	f
 29024  getRandomData	./runtime/os1_nacl.go	/^func getRandomData([]byte)$/;"	f
 29025  getRandomData	./runtime/os1_netbsd.go	/^func getRandomData(r []byte) {$/;"	f
 29026  getRandomData	./runtime/os1_openbsd.go	/^func getRandomData(r []byte) {$/;"	f
 29027  getRandomData	./runtime/os1_plan9.go	/^func getRandomData(r []byte) {$/;"	f
 29028  getRandomData	./runtime/os1_windows.go	/^func getRandomData(r []byte) {$/;"	f
 29029  getRandomData	./runtime/os3_solaris.go	/^func getRandomData(r []byte) {$/;"	f
 29030  getRandomLinux	./crypto/rand/rand_linux.go	/^func getRandomLinux(p []byte) (ok bool) {$/;"	f
 29031  getRegister	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) getRegister(prog *obj.Prog, op int, addr *obj.Addr) int16 {$/;"	f
 29032  getRequest	./net/rpc/server.go	/^func (server *Server) getRequest() *Request {$/;"	f
 29033  getResponse	./net/rpc/server.go	/^func (server *Server) getResponse() *Response {$/;"	f
 29034  getRune	./fmt/scan.go	/^func (s *ss) getRune() (r rune) {$/;"	f
 29035  getShellName	./os/env.go	/^func getShellName(s string) (string, int) {$/;"	f
 29036  getSignatureAlgorithmFromOID	./crypto/x509/x509.go	/^func getSignatureAlgorithmFromOID(oid asn1.ObjectIdentifier) SignatureAlgorithm {$/;"	f
 29037  getSlow	./sync/pool.go	/^func (p *Pool) getSlow() (x interface{}) {$/;"	f
 29038  getStatsResults	./math/rand/rand_test.go	/^func getStatsResults(samples []float64) *statsResults {$/;"	f
 29039  getStdHandle	./syscall/syscall_windows.go	/^func getStdHandle(h int) (fd Handle) {$/;"	f
 29040  getStderr	./cmd/go/go_test.go	/^func (tg *testgoData) getStderr() string {$/;"	f
 29041  getStdout	./cmd/go/go_test.go	/^func (tg *testgoData) getStdout() string {$/;"	f
 29042  getString	./cmd/pprof/internal/profile/encode.go	/^func getString(strings []string, strng *int64, err error) (string, error) {$/;"	f
 29043  getString	./debug/elf/file.go	/^func getString(section []byte, start int) (string, bool) {$/;"	f
 29044  getString	./debug/pe/file.go	/^func getString(section []byte, start int) (string, bool) {$/;"	f
 29045  getStringWriter	./strings/replace.go	/^func getStringWriter(w io.Writer) stringWriterIface {$/;"	f
 29046  getSymbols	./debug/elf/file.go	/^func (f *File) getSymbols(typ SectionType) ([]Symbol, []byte, error) {$/;"	f
 29047  getSymbols32	./debug/elf/file.go	/^func (f *File) getSymbols32(typ SectionType) ([]Symbol, []byte, error) {$/;"	f
 29048  getSymbols64	./debug/elf/file.go	/^func (f *File) getSymbols64(typ SectionType) ([]Symbol, []byte, error) {$/;"	f
 29049  getT	./cmd/go/get.go	/^var getT = cmdGet.Flag.Bool("t", false, "")$/;"	v
 29050  getTable	./debug/gosym/pclntab_test.go	/^func getTable(t *testing.T) *Table {$/;"	f
 29051  getType	./cmd/fix/typecheck.go	/^func getType(t string) string {$/;"	f
 29052  getType	./encoding/gob/type.go	/^func getType(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {$/;"	f
 29053  getTypeInfo	./encoding/gob/type.go	/^func getTypeInfo(ut *userTypeInfo) (*typeInfo, error) {$/;"	f
 29054  getTypeInfo	./encoding/xml/typeinfo.go	/^func getTypeInfo(typ reflect.Type) (*typeInfo, error) {$/;"	f
 29055  getTypeUnlocked	./encoding/gob/type_test.go	/^func getTypeUnlocked(name string, rt reflect.Type) gobType {$/;"	f
 29056  getU	./cmd/go/get.go	/^var getU = cmdGet.Flag.Bool("u", false, "")$/;"	v
 29057  getUint64	./crypto/cipher/gcm.go	/^func getUint64(data []byte) uint64 {$/;"	f
 29058  getUniversalType	./encoding/asn1/common.go	/^func getUniversalType(t reflect.Type) (tagNumber int, isCompound, ok bool) {$/;"	f
 29059  getValue	./internal/syscall/windows/registry/value.go	/^func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {$/;"	f
 29060  get_tls	./runtime/go_tls.h	/^#define	get_tls(/;"	d
 29061  getargp	./runtime/panic.go	/^func getargp(x int) uintptr {$/;"	f
 29062  getattr	./cmd/link/internal/ld/dwarf.go	/^func getattr(die *DWDie, attr uint16) *DWAttr {$/;"	f
 29063  getc	./cmd/compile/internal/gc/lex.go	/^func getc() int {$/;"	f
 29064  getc	./encoding/xml/xml.go	/^func (d *Decoder) getc() (b byte, ok bool) {$/;"	f
 29065  getcallerpc	./runtime/stubs.go	/^func getcallerpc(argp unsafe.Pointer) uintptr$/;"	f
 29066  getcallersp	./runtime/stubs.go	/^func getcallersp(argp unsafe.Pointer) uintptr$/;"	f
 29067  getcontext	./runtime/os3_solaris.go	/^func getcontext(context *ucontext) \/* int32 *\/ {$/;"	f
 29068  getcontext	./runtime/os_netbsd.go	/^func getcontext(ctxt unsafe.Pointer)$/;"	f
 29069  getdents	./syscall/zsyscall_netbsd_386.go	/^func getdents(fd int, buf []byte) (n int, err error) {$/;"	f
 29070  getdents	./syscall/zsyscall_netbsd_amd64.go	/^func getdents(fd int, buf []byte) (n int, err error) {$/;"	f
 29071  getdents	./syscall/zsyscall_netbsd_arm.go	/^func getdents(fd int, buf []byte) (n int, err error) {$/;"	f
 29072  getdents	./syscall/zsyscall_openbsd_386.go	/^func getdents(fd int, buf []byte) (n int, err error) {$/;"	f
 29073  getdents	./syscall/zsyscall_openbsd_amd64.go	/^func getdents(fd int, buf []byte) (n int, err error) {$/;"	f
 29074  getdents	./syscall/zsyscall_openbsd_arm.go	/^func getdents(fd int, buf []byte) (n int, err error) {$/;"	f
 29075  getdyn	./cmd/compile/internal/gc/sinit.go	/^func getdyn(n *Node, top int) int {$/;"	f
 29076  getempty	./runtime/mgcwork.go	/^func getempty(entry int) *workbuf {$/;"	f
 29077  getfull	./runtime/mgcwork.go	/^func getfull(entry int) *workbuf {$/;"	f
 29078  getg	./cmd/compile/internal/amd64/ggen.go	/^func getg(res *gc.Node) {$/;"	f
 29079  getg	./cmd/compile/internal/arm/ggen.go	/^func getg(res *gc.Node) {$/;"	f
 29080  getg	./cmd/compile/internal/arm64/ggen.go	/^func getg(res *gc.Node) {$/;"	f
 29081  getg	./cmd/compile/internal/ppc64/ggen.go	/^func getg(res *gc.Node) {$/;"	f
 29082  getg	./cmd/compile/internal/x86/ggen.go	/^func getg(res *gc.Node) {$/;"	f
 29083  getg	./runtime/stubs.go	/^func getg() *g$/;"	f
 29084  getgcmask	./runtime/mbitmap.go	/^func getgcmask(ep interface{}) (mask []byte) {$/;"	f
 29085  getgcmaskcb	./runtime/mbitmap.go	/^func getgcmaskcb(frame *stkframe, ctxt unsafe.Pointer) bool {$/;"	f
 29086  getgroups	./syscall/zsyscall_darwin_386.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29087  getgroups	./syscall/zsyscall_darwin_amd64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29088  getgroups	./syscall/zsyscall_darwin_arm.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29089  getgroups	./syscall/zsyscall_darwin_arm64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29090  getgroups	./syscall/zsyscall_dragonfly_amd64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29091  getgroups	./syscall/zsyscall_freebsd_386.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29092  getgroups	./syscall/zsyscall_freebsd_amd64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29093  getgroups	./syscall/zsyscall_freebsd_arm.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29094  getgroups	./syscall/zsyscall_linux_386.go	/^func getgroups(n int, list *_Gid_t) (nn int, err error) {$/;"	f
 29095  getgroups	./syscall/zsyscall_linux_amd64.go	/^func getgroups(n int, list *_Gid_t) (nn int, err error) {$/;"	f
 29096  getgroups	./syscall/zsyscall_linux_arm.go	/^func getgroups(n int, list *_Gid_t) (nn int, err error) {$/;"	f
 29097  getgroups	./syscall/zsyscall_linux_arm64.go	/^func getgroups(n int, list *_Gid_t) (nn int, err error) {$/;"	f
 29098  getgroups	./syscall/zsyscall_linux_ppc64.go	/^func getgroups(n int, list *_Gid_t) (nn int, err error) {$/;"	f
 29099  getgroups	./syscall/zsyscall_linux_ppc64le.go	/^func getgroups(n int, list *_Gid_t) (nn int, err error) {$/;"	f
 29100  getgroups	./syscall/zsyscall_netbsd_386.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29101  getgroups	./syscall/zsyscall_netbsd_amd64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29102  getgroups	./syscall/zsyscall_netbsd_arm.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29103  getgroups	./syscall/zsyscall_openbsd_386.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29104  getgroups	./syscall/zsyscall_openbsd_amd64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29105  getgroups	./syscall/zsyscall_openbsd_arm.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29106  getgroups	./syscall/zsyscall_solaris_amd64.go	/^func getgroups(ngid int, gid *_Gid_t) (n int, err error) {$/;"	f
 29107  gethostbyname	./net/lookup_windows.go	/^func gethostbyname(name string) (addrs []IPAddr, err error) {$/;"	f
 29108  gethostname	./syscall/syscall_solaris.go	/^func gethostname() (name string, err uintptr)$/;"	f
 29109  gethunk	./cmd/compile/internal/gc/subr.go	/^func gethunk() {$/;"	f
 29110  getimpsym	./cmd/compile/internal/gc/lex.go	/^func getimpsym(pp *string) string {$/;"	f
 29111  getinarg	./cmd/compile/internal/gc/subr.go	/^func getinarg(t *Type) **Type {$/;"	f
 29112  getinargx	./cmd/compile/internal/gc/subr.go	/^func getinargx(t *Type) *Type {$/;"	f
 29113  getitab	./runtime/iface.go	/^func getitab(inter *interfacetype, typ *_type, canfail bool) *itab {$/;"	f
 29114  getlasterror	./runtime/os2_windows.go	/^func getlasterror() uint32$/;"	f
 29115  getline	./regexp/testdata/testregex.c	/^getline(FILE* fp)$/;"	f	file:
 29116  getlinepragma	./cmd/compile/internal/gc/lex.go	/^func getlinepragma() int {$/;"	f
 29117  getlit	./cmd/compile/internal/gc/sinit.go	/^func getlit(lit *Node) int {$/;"	f
 29118  getmask	./cmd/internal/obj/ppc64/asm9.go	/^func getmask(m []byte, v uint32) bool {$/;"	f
 29119  getmask64	./cmd/internal/obj/ppc64/asm9.go	/^func getmask64(m []byte, v uint64) bool {$/;"	f
 29120  getncpu	./runtime/os1_darwin.go	/^func getncpu() int32 {$/;"	f
 29121  getncpu	./runtime/os1_dragonfly.go	/^func getncpu() int32 {$/;"	f
 29122  getncpu	./runtime/os1_freebsd.go	/^func getncpu() int32 {$/;"	f
 29123  getncpu	./runtime/os1_netbsd.go	/^func getncpu() int32 {$/;"	f
 29124  getncpu	./runtime/os1_openbsd.go	/^func getncpu() int32 {$/;"	f
 29125  getncpu	./runtime/os3_solaris.go	/^func getncpu() int32 {$/;"	f
 29126  getnum	./time/format.go	/^func getnum(s string, fixed bool) (int, string, error) {$/;"	f
 29127  getoutargx	./cmd/compile/internal/gc/subr.go	/^func getoutargx(t *Type) *Type {$/;"	f
 29128  getpartialorempty	./runtime/mgcwork.go	/^func getpartialorempty(entry int) *workbuf {$/;"	f
 29129  getpeername	./syscall/syscall_linux_386.go	/^func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29130  getpeername	./syscall/zsyscall_darwin_386.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29131  getpeername	./syscall/zsyscall_darwin_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29132  getpeername	./syscall/zsyscall_darwin_arm.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29133  getpeername	./syscall/zsyscall_darwin_arm64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29134  getpeername	./syscall/zsyscall_dragonfly_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29135  getpeername	./syscall/zsyscall_freebsd_386.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29136  getpeername	./syscall/zsyscall_freebsd_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29137  getpeername	./syscall/zsyscall_freebsd_arm.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29138  getpeername	./syscall/zsyscall_linux_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29139  getpeername	./syscall/zsyscall_linux_arm.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29140  getpeername	./syscall/zsyscall_linux_arm64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29141  getpeername	./syscall/zsyscall_linux_ppc64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29142  getpeername	./syscall/zsyscall_linux_ppc64le.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29143  getpeername	./syscall/zsyscall_netbsd_386.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29144  getpeername	./syscall/zsyscall_netbsd_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29145  getpeername	./syscall/zsyscall_netbsd_arm.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29146  getpeername	./syscall/zsyscall_openbsd_386.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29147  getpeername	./syscall/zsyscall_openbsd_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29148  getpeername	./syscall/zsyscall_openbsd_arm.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29149  getpeername	./syscall/zsyscall_solaris_amd64.go	/^func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29150  getpeername	./syscall/zsyscall_windows.go	/^func getpeername(s Handle, rsa *RawSockaddrAny, addrlen *int32) (err error) {$/;"	f
 29151  getpid	./runtime/os1_plan9.go	/^func getpid() uint64 {$/;"	f
 29152  getpid	./syscall/exec_solaris.go	/^func getpid() (pid uintptr, err Errno)$/;"	f
 29153  getprocaddress	./syscall/dll_windows.go	/^func getprocaddress(handle uintptr, procname *uint8) (proc uintptr, err Errno)$/;"	f
 29154  getproccount	./runtime/os1_linux.go	/^func getproccount() int32 {$/;"	f
 29155  getproccount	./runtime/os1_plan9.go	/^func getproccount() int32 {$/;"	f
 29156  getproccount	./runtime/os1_windows.go	/^func getproccount() int32 {$/;"	f
 29157  getprofile	./runtime/cpuprof.go	/^func (p *cpuProfile) getprofile() []byte {$/;"	f
 29158  getprotobyname	./net/lookup_windows.go	/^func getprotobyname(name string) (proto int, err error) {$/;"	f
 29159  getquoted	./cmd/compile/internal/gc/lex.go	/^func getquoted(pp *string) (string, bool) {$/;"	f
 29160  getr	./cmd/compile/internal/gc/lex.go	/^func getr() int32 {$/;"	f
 29161  getrlimit	./runtime/os_dragonfly.go	/^func getrlimit(kind int32, limit unsafe.Pointer) int32$/;"	f
 29162  getrlimit	./runtime/os_freebsd.go	/^func getrlimit(kind int32, limit unsafe.Pointer) int32$/;"	f
 29163  getrlimit	./runtime/os_linux.go	/^func getrlimit(kind int32, limit unsafe.Pointer) int32$/;"	f
 29164  getrlimit	./syscall/zsyscall_linux_386.go	/^func getrlimit(resource int, rlim *rlimit32) (err error) {$/;"	f
 29165  getrlimit	./syscall/zsyscall_linux_arm.go	/^func getrlimit(resource int, rlim *rlimit32) (err error) {$/;"	f
 29166  getrune	./cmd/yacc/yacc.go	/^func getrune(f *bufio.Reader) rune {$/;"	f
 29167  getscheme	./net/url/url.go	/^func getscheme(rawurl string) (scheme, path string, err error) {$/;"	f
 29168  getservbyname	./net/lookup_windows.go	/^func getservbyname(network, service string) (int, error) {$/;"	f
 29169  getsig	./runtime/os1_darwin.go	/^func getsig(i int32) uintptr {$/;"	f
 29170  getsig	./runtime/os1_dragonfly.go	/^func getsig(i int32) uintptr {$/;"	f
 29171  getsig	./runtime/os1_freebsd.go	/^func getsig(i int32) uintptr {$/;"	f
 29172  getsig	./runtime/os1_linux.go	/^func getsig(i int32) uintptr {$/;"	f
 29173  getsig	./runtime/os1_netbsd.go	/^func getsig(i int32) uintptr {$/;"	f
 29174  getsig	./runtime/os1_openbsd.go	/^func getsig(i int32) uintptr {$/;"	f
 29175  getsig	./runtime/os3_solaris.go	/^func getsig(i int32) uintptr {$/;"	f
 29176  getsockname	./syscall/syscall_linux_386.go	/^func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29177  getsockname	./syscall/zsyscall_darwin_386.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29178  getsockname	./syscall/zsyscall_darwin_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29179  getsockname	./syscall/zsyscall_darwin_arm.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29180  getsockname	./syscall/zsyscall_darwin_arm64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29181  getsockname	./syscall/zsyscall_dragonfly_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29182  getsockname	./syscall/zsyscall_freebsd_386.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29183  getsockname	./syscall/zsyscall_freebsd_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29184  getsockname	./syscall/zsyscall_freebsd_arm.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29185  getsockname	./syscall/zsyscall_linux_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29186  getsockname	./syscall/zsyscall_linux_arm.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29187  getsockname	./syscall/zsyscall_linux_arm64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29188  getsockname	./syscall/zsyscall_linux_ppc64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29189  getsockname	./syscall/zsyscall_linux_ppc64le.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29190  getsockname	./syscall/zsyscall_netbsd_386.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29191  getsockname	./syscall/zsyscall_netbsd_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29192  getsockname	./syscall/zsyscall_netbsd_arm.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29193  getsockname	./syscall/zsyscall_openbsd_386.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29194  getsockname	./syscall/zsyscall_openbsd_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29195  getsockname	./syscall/zsyscall_openbsd_arm.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29196  getsockname	./syscall/zsyscall_solaris_amd64.go	/^func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {$/;"	f
 29197  getsockname	./syscall/zsyscall_windows.go	/^func getsockname(s Handle, rsa *RawSockaddrAny, addrlen *int32) (err error) {$/;"	f
 29198  getsockopt	./syscall/syscall_linux_386.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29199  getsockopt	./syscall/zsyscall_darwin_386.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29200  getsockopt	./syscall/zsyscall_darwin_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29201  getsockopt	./syscall/zsyscall_darwin_arm.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29202  getsockopt	./syscall/zsyscall_darwin_arm64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29203  getsockopt	./syscall/zsyscall_dragonfly_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29204  getsockopt	./syscall/zsyscall_freebsd_386.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29205  getsockopt	./syscall/zsyscall_freebsd_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29206  getsockopt	./syscall/zsyscall_freebsd_arm.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29207  getsockopt	./syscall/zsyscall_linux_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29208  getsockopt	./syscall/zsyscall_linux_arm.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29209  getsockopt	./syscall/zsyscall_linux_arm64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29210  getsockopt	./syscall/zsyscall_linux_ppc64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29211  getsockopt	./syscall/zsyscall_linux_ppc64le.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29212  getsockopt	./syscall/zsyscall_netbsd_386.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29213  getsockopt	./syscall/zsyscall_netbsd_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29214  getsockopt	./syscall/zsyscall_netbsd_arm.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29215  getsockopt	./syscall/zsyscall_openbsd_386.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29216  getsockopt	./syscall/zsyscall_openbsd_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29217  getsockopt	./syscall/zsyscall_openbsd_arm.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29218  getsockopt	./syscall/zsyscall_solaris_amd64.go	/^func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {$/;"	f
 29219  getter	./go/types/call.go	/^type getter func(x *operand, i int)$/;"	t
 29220  getthis	./cmd/compile/internal/gc/subr.go	/^func getthis(t *Type) **Type {$/;"	f
 29221  getthisx	./cmd/compile/internal/gc/subr.go	/^func getthisx(t *Type) *Type {$/;"	f
 29222  gettid	./runtime/os1_linux.go	/^func gettid() uint32$/;"	f
 29223  gettimeofday	./syscall/syscall_linux_amd64.go	/^func gettimeofday(tv *Timeval) (err Errno)$/;"	f
 29224  gettimeofday	./syscall/zsyscall_darwin_386.go	/^func gettimeofday(tp *Timeval) (sec int32, usec int32, err error) {$/;"	f
 29225  gettimeofday	./syscall/zsyscall_darwin_amd64.go	/^func gettimeofday(tp *Timeval) (sec int64, usec int32, err error) {$/;"	f
 29226  gettimeofday	./syscall/zsyscall_darwin_arm.go	/^func gettimeofday(tp *Timeval) (sec int32, usec int32, err error) {$/;"	f
 29227  gettimeofday	./syscall/zsyscall_darwin_arm64.go	/^func gettimeofday(tp *Timeval) (sec int64, usec int32, err error) {$/;"	f
 29228  gettok	./cmd/yacc/yacc.go	/^func gettok() int {$/;"	f
 29229  getu4	./encoding/json/decode.go	/^func getu4(s []byte) rune {$/;"	f
 29230  getvariables	./cmd/compile/internal/gc/plive.go	/^func getvariables(fn *Node) []*Node {$/;"	f
 29231  getvarint	./cmd/internal/obj/pcln.go	/^func getvarint(pp *[]byte) uint32 {$/;"	f
 29232  getvarint	./cmd/link/internal/ld/pcln.go	/^func getvarint(pp *[]byte) uint32 {$/;"	f
 29233  getwd	./syscall/pwd_plan9.go	/^func getwd() (wd string, err error) {$/;"	f
 29234  getwdCache	./os/getwd.go	/^var getwdCache struct {$/;"	v
 29235  getword	./cmd/yacc/yacc.go	/^func getword(c rune) {$/;"	f
 29236  gfget	./runtime/proc1.go	/^func gfget(_p_ *p) *g {$/;"	f
 29237  gfpurge	./runtime/proc1.go	/^func gfpurge(_p_ *p) {$/;"	f
 29238  gfput	./runtime/proc1.go	/^func gfput(_p_ *p, gp *g) {$/;"	f
 29239  ggloblnod	./cmd/compile/internal/gc/gsubr.go	/^func ggloblnod(nam *Node) {$/;"	f
 29240  ggloblsym	./cmd/compile/internal/gc/gsubr.go	/^func ggloblsym(s *Sym, width int32, flags int16) {$/;"	f
 29241  ggreed	./cmd/yacc/yacc.go	/^var ggreed []int$/;"	v
 29242  gin	./cmd/yacc/yacc.go	/^func gin(i int) {$/;"	f
 29243  ginit	./cmd/compile/internal/gc/gsubr.go	/^func ginit() {$/;"	f
 29244  gins	./cmd/compile/internal/amd64/gsubr.go	/^func gins(as int, f *gc.Node, t *gc.Node) *obj.Prog {$/;"	f
 29245  gins	./cmd/compile/internal/arm/gsubr.go	/^func gins(as int, f *gc.Node, t *gc.Node) *obj.Prog {$/;"	f
 29246  gins	./cmd/compile/internal/arm64/gsubr.go	/^func gins(as int, f, t *gc.Node) *obj.Prog {$/;"	f
 29247  gins	./cmd/compile/internal/ppc64/gsubr.go	/^func gins(as int, f, t *gc.Node) *obj.Prog {$/;"	f
 29248  gins	./cmd/compile/internal/x86/gsubr.go	/^func gins(as int, f *gc.Node, t *gc.Node) *obj.Prog {$/;"	f
 29249  ginsboolval	./cmd/compile/internal/amd64/gsubr.go	/^func ginsboolval(a int, n *gc.Node) {$/;"	f
 29250  ginscmp	./cmd/compile/internal/amd64/gsubr.go	/^func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {$/;"	f
 29251  ginscmp	./cmd/compile/internal/arm/ggen.go	/^func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {$/;"	f
 29252  ginscmp	./cmd/compile/internal/arm64/gsubr.go	/^func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {$/;"	f
 29253  ginscmp	./cmd/compile/internal/ppc64/gsubr.go	/^func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {$/;"	f
 29254  ginscmp	./cmd/compile/internal/x86/gsubr.go	/^func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {$/;"	f
 29255  ginscon	./cmd/compile/internal/amd64/gsubr.go	/^func ginscon(as int, c int64, n2 *gc.Node) {$/;"	f
 29256  ginscon	./cmd/compile/internal/arm/ggen.go	/^func ginscon(as int, c int64, n *gc.Node) {$/;"	f
 29257  ginscon	./cmd/compile/internal/arm64/gsubr.go	/^func ginscon(as int, c int64, n2 *gc.Node) {$/;"	f
 29258  ginscon	./cmd/compile/internal/ppc64/gsubr.go	/^func ginscon(as int, c int64, n2 *gc.Node) {$/;"	f
 29259  ginscon	./cmd/compile/internal/x86/gsubr.go	/^func ginscon(as int, c int64, n2 *gc.Node) {$/;"	f
 29260  ginscon2	./cmd/compile/internal/arm64/gsubr.go	/^func ginscon2(as int, n2 *gc.Node, c int64) {$/;"	f
 29261  ginscon2	./cmd/compile/internal/ppc64/gsubr.go	/^func ginscon2(as int, n2 *gc.Node, c int64) {$/;"	f
 29262  ginsnop	./cmd/compile/internal/amd64/gsubr.go	/^func ginsnop() {$/;"	f
 29263  ginsnop	./cmd/compile/internal/arm/ggen.go	/^func ginsnop() {$/;"	f
 29264  ginsnop	./cmd/compile/internal/arm64/ggen.go	/^func ginsnop() {$/;"	f
 29265  ginsnop	./cmd/compile/internal/ppc64/ggen.go	/^func ginsnop() {$/;"	f
 29266  ginsnop	./cmd/compile/internal/x86/gsubr.go	/^func ginsnop() {$/;"	f
 29267  gitRemoteRepo	./cmd/go/vcs.go	/^func gitRemoteRepo(vcsGit *vcsCmd, rootDir string) (remoteRepo string, err error) {$/;"	f
 29268  given	./encoding/asn1/marshal.go	/^		return StructuralError{"explicit string type given to non-string member"}$/;"	t
 29269  given	./encoding/asn1/marshal.go	/^		return StructuralError{"explicit time type given to non-time member"}$/;"	t
 29270  gives	./reflect/all_test.go	/^	\/\/ Verify that taking the address of a type gives us a pointer$/;"	t
 29271  gives	./reflect/value.go	/^\/\/ The return value rcvrtype gives the method's actual receiver type.$/;"	t
 29272  gjmp	./cmd/compile/internal/gc/gsubr.go	/^func gjmp(to *obj.Prog) *obj.Prog {$/;"	f
 29273  glist	./cmd/trace/goroutines.go	/^	var glist gdescList$/;"	v
 29274  glist	./cmd/trace/goroutines.go	/^	var glist gtypeList$/;"	v
 29275  glob	./path/filepath/match.go	/^func glob(dir, pattern string, matches []string) (m []string, e error) {$/;"	f
 29276  globSymlinkTests	./path/filepath/match_test.go	/^var globSymlinkTests = []struct {$/;"	v
 29277  globTests	./path/filepath/match_test.go	/^var globTests = []struct {$/;"	v
 29278  global	./runtime/lfstack_test.go	/^var global interface{}$/;"	v
 29279  global	./testing/allocs_test.go	/^var global interface{}$/;"	v
 29280  globalAlloc	./runtime/malloc.go	/^var globalAlloc struct {$/;"	v
 29281  globalMu	./runtime/chanbarrier_test.go	/^	var globalMu sync.Mutex$/;"	v
 29282  globalOptionsHandler	./net/http/server.go	/^type globalOptionsHandler struct{}$/;"	t
 29283  globalRand	./math/rand/rand.go	/^var globalRand = New(&lockedSource{src: NewSource(1)})$/;"	v
 29284  globalSignRoot	./crypto/x509/verify_test.go	/^var globalSignRoot = `-----BEGIN CERTIFICATE-----$/;"	v
 29285  globrunqget	./runtime/proc1.go	/^func globrunqget(_p_ *p, max int32) *g {$/;"	f
 29286  globrunqput	./runtime/proc1.go	/^func globrunqput(gp *g) {$/;"	f
 29287  globrunqputbatch	./runtime/proc1.go	/^func globrunqputbatch(ghead *g, gtail *g, n int32) {$/;"	f
 29288  globrunqputhead	./runtime/proc1.go	/^func globrunqputhead(gp *g) {$/;"	f
 29289  gmove	./cmd/compile/internal/amd64/gsubr.go	/^func gmove(f *gc.Node, t *gc.Node) {$/;"	f
 29290  gmove	./cmd/compile/internal/arm/gsubr.go	/^func gmove(f *gc.Node, t *gc.Node) {$/;"	f
 29291  gmove	./cmd/compile/internal/arm64/gsubr.go	/^func gmove(f *gc.Node, t *gc.Node) {$/;"	f
 29292  gmove	./cmd/compile/internal/ppc64/gsubr.go	/^func gmove(f *gc.Node, t *gc.Node) {$/;"	f
 29293  gmove	./cmd/compile/internal/x86/gsubr.go	/^func gmove(f *gc.Node, t *gc.Node) {$/;"	f
 29294  gnuArg	./cmd/internal/rsc.io/arm/armasm/gnu.go	/^func gnuArg(inst *Inst, argIndex int, arg Arg) string {$/;"	f
 29295  gnuArg	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func gnuArg(inst *Inst, x Arg, usedPrefixes *bool) string {$/;"	f
 29296  gnuOp	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^var gnuOp = map[Op]string{$/;"	v
 29297  gnuTarTest	./archive/tar/reader_test.go	/^var gnuTarTest = &untarTest{$/;"	v
 29298  gnuVersion	./debug/elf/file.go	/^func (f *File) gnuVersion(i int, sym *ImportedSymbol) {$/;"	f
 29299  gnuVersionInit	./debug/elf/file.go	/^func (f *File) gnuVersionInit(str []byte) {$/;"	f
 29300  go12Funcs	./debug/gosym/pclntab.go	/^func (t *LineTable) go12Funcs() []Func {$/;"	f
 29301  go12Init	./debug/gosym/pclntab.go	/^func (t *LineTable) go12Init() {$/;"	f
 29302  go12LineToPC	./debug/gosym/pclntab.go	/^func (t *LineTable) go12LineToPC(file string, line int) (pc uint64) {$/;"	f
 29303  go12MapFiles	./debug/gosym/pclntab.go	/^func (t *LineTable) go12MapFiles(m map[string]*Obj, obj *Obj) {$/;"	f
 29304  go12PCToFile	./debug/gosym/pclntab.go	/^func (t *LineTable) go12PCToFile(pc uint64) (file string) {$/;"	f
 29305  go12PCToLine	./debug/gosym/pclntab.go	/^func (t *LineTable) go12PCToLine(pc uint64) (line int) {$/;"	f
 29306  go15VendorExperiment	./cmd/go/pkg.go	/^var go15VendorExperiment = os.Getenv("GO15VENDOREXPERIMENT") == "1"$/;"	v
 29307  go2gen	./cmd/yacc/yacc.go	/^func go2gen(c int) {$/;"	f
 29308  go2out	./cmd/yacc/yacc.go	/^func go2out() {$/;"	f
 29309  goDebugNetDNS	./net/conf.go	/^func goDebugNetDNS() (dnsMode string, debugLevel int) {$/;"	f
 29310  goDebugString	./net/parse.go	/^func goDebugString(key string) string {$/;"	f
 29311  goFunc	./time/sleep.go	/^func goFunc(arg interface{}, seq uintptr) {$/;"	f
 29312  goIdent	./cmd/cgo/gcc.go	/^var goIdent = make(map[string]*ast.Ident)$/;"	v
 29313  goLookupCNAME	./net/dnsclient_unix.go	/^func goLookupCNAME(name string) (cname string, err error) {$/;"	f
 29314  goLookupHost	./net/dnsclient_unix.go	/^func goLookupHost(name string) (addrs []string, err error) {$/;"	f
 29315  goLookupHostOrder	./net/dnsclient_unix.go	/^func goLookupHostOrder(name string, order hostLookupOrder) (addrs []string, err error) {$/;"	f
 29316  goLookupIP	./net/dnsclient_unix.go	/^func goLookupIP(name string) (addrs []IPAddr, err error) {$/;"	f
 29317  goLookupIPFiles	./net/dnsclient_unix.go	/^func goLookupIPFiles(name string) (addrs []IPAddr) {$/;"	f
 29318  goLookupIPOrder	./net/dnsclient_unix.go	/^func goLookupIPOrder(name string, order hostLookupOrder) (addrs []IPAddr, err error) {$/;"	f
 29319  goLookupIPWithResolverConfigTests	./net/dnsclient_unix_test.go	/^var goLookupIPWithResolverConfigTests = []struct {$/;"	v
 29320  goLookupPTR	./net/dnsclient_unix.go	/^func goLookupPTR(addr string) ([]string, error) {$/;"	f
 29321  goLookupPort	./net/port_unix.go	/^func goLookupPort(network, service string) (port int, err error) {$/;"	f
 29322  goTag	./cmd/go/get.go	/^var goTag = regexp.MustCompile($/;"	v
 29323  goTimeout	./net/http/serve_test.go	/^func goTimeout(t *testing.T, d time.Duration, f func()) {$/;"	f
 29324  goTools	./cmd/go/pkg.go	/^var goTools = map[string]targetDir{$/;"	v
 29325  goTypes	./cmd/cgo/out.go	/^var goTypes = map[string]*Type{$/;"	v
 29326  go_callback	./runtime/crash_cgo_test.go	/^func go_callback() {$/;"	f
 29327  goarch	./cmd/cgo/main.go	/^var goarch, goos string$/;"	v
 29328  goarch	./cmd/internal/objfile/elf.go	/^func (f *elfFile) goarch() string {$/;"	f
 29329  goarch	./cmd/internal/objfile/goobj.go	/^func (f *goobjFile) goarch() string {$/;"	f
 29330  goarch	./cmd/internal/objfile/macho.go	/^func (f *machoFile) goarch() string {$/;"	f
 29331  goarch	./cmd/internal/objfile/pe.go	/^func (f *peFile) goarch() string {$/;"	f
 29332  goarch	./cmd/internal/objfile/plan9obj.go	/^func (f *plan9File) goarch() string {$/;"	f
 29333  goarch	./debug/gosym/pclntab_test.go	/^var goarch = os.Getenv("O")$/;"	v
 29334  goargs	./runtime/runtime1.go	/^func goargs() {$/;"	f
 29335  gobClientCodec	./net/rpc/client.go	/^type gobClientCodec struct {$/;"	t
 29336  gobDecodeOpFor	./encoding/gob/decode.go	/^func (dec *Decoder) gobDecodeOpFor(ut *userTypeInfo) *decOp {$/;"	f
 29337  gobDecoderBug0	./encoding/gob/gobencdec_test.go	/^type gobDecoderBug0 struct {$/;"	t
 29338  gobEncodeOpFor	./encoding/gob/encode.go	/^func gobEncodeOpFor(ut *userTypeInfo) (*encOp, int) {$/;"	f
 29339  gobEncoderType	./encoding/gob/type.go	/^type gobEncoderType struct {$/;"	t
 29340  gobEncoderValue	./encoding/gob/debug.go	/^func (deb *debugger) gobEncoderValue(indent tab, id typeId) {$/;"	f
 29341  gobError	./encoding/gob/error.go	/^type gobError struct {$/;"	t
 29342  gobServerCodec	./net/rpc/server.go	/^type gobServerCodec struct {$/;"	t
 29343  gobStream	./encoding/gob/debug.go	/^func (deb *debugger) gobStream() {$/;"	f
 29344  gobTests	./time/time_test.go	/^var gobTests = []Time{$/;"	v
 29345  gobType	./encoding/gob/type.go	/^func (t typeId) gobType() gobType {$/;"	f
 29346  gobType	./encoding/gob/type.go	/^type gobType interface {$/;"	t
 29347  gobitvector	./runtime/stack1.go	/^type gobitvector struct {$/;"	t
 29348  gobtt	./time/time_test.go	/^		var gobtt Time$/;"	v
 29349  gobuf	./runtime/runtime2.go	/^type gobuf struct {$/;"	t
 29350  gobv	./runtime/stack1.go	/^func gobv(bv bitvector) gobitvector {$/;"	f
 29351  gobytes	./runtime/string.go	/^func gobytes(p *byte, n int) []byte {$/;"	f
 29352  godefs	./cmd/cgo/godefs.go	/^func (p *Package) godefs(f *File, srcfile string) string {$/;"	f
 29353  godefs	./cmd/cgo/main.go	/^var godefs = flag.Bool("godefs", false, "for bootstrap: write Go definitions for C file to standard output")$/;"	v
 29354  godefsFields	./cmd/cgo/gcc.go	/^func godefsFields(fld []*ast.Field) {$/;"	f
 29355  goenvs	./runtime/os1_darwin.go	/^func goenvs() {$/;"	f
 29356  goenvs	./runtime/os1_dragonfly.go	/^func goenvs() {$/;"	f
 29357  goenvs	./runtime/os1_freebsd.go	/^func goenvs() {$/;"	f
 29358  goenvs	./runtime/os1_linux.go	/^func goenvs() {$/;"	f
 29359  goenvs	./runtime/os1_nacl.go	/^func goenvs() {$/;"	f
 29360  goenvs	./runtime/os1_netbsd.go	/^func goenvs() {$/;"	f
 29361  goenvs	./runtime/os1_openbsd.go	/^func goenvs() {$/;"	f
 29362  goenvs	./runtime/os1_plan9.go	/^func goenvs() {$/;"	f
 29363  goenvs	./runtime/os1_windows.go	/^func goenvs() {$/;"	f
 29364  goenvs	./runtime/os3_solaris.go	/^func goenvs() {$/;"	f
 29365  goenvs_unix	./runtime/runtime1.go	/^func goenvs_unix() {$/;"	f
 29366  goexit	./runtime/stubs.go	/^func goexit(neverCallThisFunction)$/;"	f
 29367  goexit0	./runtime/proc1.go	/^func goexit0(gp *g) {$/;"	f
 29368  goexit1	./runtime/proc1.go	/^func goexit1() {$/;"	f
 29369  goexits	./runtime/os1_plan9.go	/^var goexits = []byte("go: exit ")$/;"	v
 29370  goexitsall	./runtime/os1_plan9.go	/^func goexitsall(status *byte) {$/;"	f
 29371  gofmt	./cmd/cgo/godefs.go	/^func gofmt(n interface{}) string {$/;"	f
 29372  gofmt	./cmd/fix/main.go	/^func gofmt(n interface{}) string {$/;"	f
 29373  gofmt	./cmd/gofmt/long_test.go	/^func gofmt(fset *token.FileSet, filename string, src *bytes.Buffer) error {$/;"	f
 29374  gofmt	./cmd/vet/main.go	/^func (f *File) gofmt(x ast.Expr) string {$/;"	f
 29375  gofmt	./cmd/yacc/yacc.go	/^func gofmt() {$/;"	f
 29376  gofmtBuf	./cmd/cgo/godefs.go	/^var gofmtBuf bytes.Buffer$/;"	v
 29377  gofmtBuf	./cmd/fix/main.go	/^var gofmtBuf bytes.Buffer$/;"	v
 29378  gofmtFile	./cmd/fix/main.go	/^func gofmtFile(f *ast.File) ([]byte, error) {$/;"	f
 29379  gofmtFlags	./cmd/gofmt/gofmt_test.go	/^func gofmtFlags(filename string, maxLines int) string {$/;"	f
 29380  gofmtMain	./cmd/gofmt/gofmt.go	/^func gofmtMain() {$/;"	f
 29381  gofmtPath	./cmd/go/fmt.go	/^func gofmtPath() string {$/;"	f
 29382  gogetenv	./runtime/env_plan9.go	/^func gogetenv(key string) string {$/;"	f
 29383  gogetenv	./runtime/env_posix.go	/^func gogetenv(key string) string {$/;"	f
 29384  gogo	./runtime/stubs.go	/^func gogo(buf *gobuf)$/;"	f
 29385  going	./cmd/compile/internal/gc/const.go	/^ * get the same type going out.$/;"	t
 29386  golden	./crypto/md5/md5_test.go	/^var golden = []md5Test{$/;"	v
 29387  golden	./crypto/rc4/rc4_test.go	/^var golden = []rc4Test{$/;"	v
 29388  golden	./crypto/sha1/sha1_test.go	/^var golden = []sha1Test{$/;"	v
 29389  golden	./crypto/sha256/sha256_test.go	/^var golden = []sha256Test{$/;"	v
 29390  golden	./crypto/sha512/sha512_test.go	/^var golden = []sha512Test{$/;"	v
 29391  golden	./hash/adler32/adler32_test.go	/^var golden = []struct {$/;"	v
 29392  golden	./hash/crc32/crc32_test.go	/^var golden = []test{$/;"	v
 29393  golden	./hash/crc64/crc64_test.go	/^var golden = []test{$/;"	v
 29394  golden	./hash/fnv/fnv_test.go	/^type golden struct {$/;"	t
 29395  golden224	./crypto/sha256/sha256_test.go	/^var golden224 = []sha256Test{$/;"	v
 29396  golden32	./hash/fnv/fnv_test.go	/^var golden32 = []golden{$/;"	v
 29397  golden32a	./hash/fnv/fnv_test.go	/^var golden32a = []golden{$/;"	v
 29398  golden64	./hash/fnv/fnv_test.go	/^var golden64 = []golden{$/;"	v
 29399  golden64a	./hash/fnv/fnv_test.go	/^var golden64a = []golden{$/;"	v
 29400  gomcache	./runtime/runtime1.go	/^func gomcache() *mcache {$/;"	f
 29401  goobjFile	./cmd/internal/objfile/goobj.go	/^type goobjFile struct {$/;"	t
 29402  goobjName	./cmd/internal/objfile/goobj.go	/^func goobjName(id goobj.SymID) string {$/;"	f
 29403  goobjfile	./runtime/runtime-gdb.py	/^goobjfile = gdb.current_objfile() or gdb.objfiles()[0]$/;"	v
 29404  good	./runtime/sys_linux_arm64.s	/^good:$/;"	l
 29405  goodFunc	./text/template/funcs.go	/^func goodFunc(typ reflect.Type) bool {$/;"	f
 29406  goodMarshaler	./html/template/escape_test.go	/^type goodMarshaler struct{}$/;"	t
 29407  good_re	./regexp/all_test.go	/^var good_re = []string{$/;"	v
 29408  goodbyeFile	./cmd/pack/pack_test.go	/^var goodbyeFile = &FakeFile{$/;"	v
 29409  googleCheckout	./cmd/go/vcs.go	/^var googleCheckout = regexp.MustCompile(`id="checkoutcmd">(hg|git|svn)`)$/;"	v
 29410  googleCodeVCS	./cmd/go/vcs.go	/^func googleCodeVCS(match map[string]string) error {$/;"	f
 29411  googleLiteralAddrs	./net/external_test.go	/^func googleLiteralAddrs() (lits4, lits6 []string, err error) {$/;"	f
 29412  goopnames	./cmd/compile/internal/gc/fmt.go	/^var goopnames = []string{$/;"	v
 29413  gooses	./runtime/gengoos.go	/^var gooses, goarches []string$/;"	v
 29414  gopanic	./cmd/compile/internal/gc/builtin/runtime.go	/^func gopanic(interface{})$/;"	f
 29415  gopanic	./runtime/crash_cgo_test.go	/^func gopanic() {$/;"	f
 29416  gopanic	./runtime/panic.go	/^func gopanic(e interface{}) {$/;"	f
 29417  gopark	./runtime/proc.go	/^func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason string, traceEv byte, traceskip int) {$/;"	f
 29418  goparkunlock	./runtime/proc.go	/^func goparkunlock(lock *mutex, reason string, traceEv byte, traceskip int) {$/;"	f
 29419  gopherType	./flag/example_test.go	/^var gopherType string$/;"	v
 29420  gopreempt_m	./runtime/proc1.go	/^func gopreempt_m(gp *g) {$/;"	f
 29421  goready	./runtime/proc.go	/^func goready(gp *g, traceskip int) {$/;"	f
 29422  gorecover	./cmd/compile/internal/gc/builtin/runtime.go	/^func gorecover(*int32) interface{}$/;"	f
 29423  gorecover	./runtime/panic.go	/^func gorecover(argp uintptr) interface{} {$/;"	f
 29424  goroot	./cmd/api/run.go	/^var goroot string$/;"	v
 29425  goroutineLeaked	./net/http/main_test.go	/^func goroutineLeaked() bool {$/;"	f
 29426  goroutineProfile	./runtime/pprof/pprof.go	/^var goroutineProfile = &Profile{$/;"	v
 29427  goroutineReady	./runtime/time.go	/^func goroutineReady(arg interface{}, seq uintptr) {$/;"	f
 29428  goroutineheader	./runtime/traceback.go	/^func goroutineheader(gp *g) {$/;"	f
 29429  gosave	./runtime/stubs.go	/^func gosave(buf *gobuf)$/;"	f
 29430  goschedImpl	./runtime/proc1.go	/^func goschedImpl(gp *g) {$/;"	f
 29431  gosched_m	./runtime/proc1.go	/^func gosched_m(gp *g) {$/;"	f
 29432  gostartcall	./runtime/sys_arm.go	/^func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {$/;"	f
 29433  gostartcall	./runtime/sys_arm64.go	/^func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {$/;"	f
 29434  gostartcall	./runtime/sys_ppc64x.go	/^func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {$/;"	f
 29435  gostartcall	./runtime/sys_x86.go	/^func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {$/;"	f
 29436  gostartcallfn	./runtime/stack1.go	/^func gostartcallfn(gobuf *gobuf, fv *funcval) {$/;"	f
 29437  gostring	./runtime/string.go	/^func gostring(p *byte) string {$/;"	f
 29438  gostringn	./runtime/string.go	/^func gostringn(p *byte, l int) string {$/;"	f
 29439  gostringnocopy	./runtime/string1.go	/^func gostringnocopy(str *byte) string {$/;"	f
 29440  gostringpkg	./cmd/compile/internal/gc/go.go	/^var gostringpkg *Pkg \/\/ fake pkg for Go strings$/;"	v
 29441  gostringw	./runtime/string1.go	/^func gostringw(strw *uint16) string {$/;"	f
 29442  gosweepdone	./runtime/mgcsweep.go	/^func gosweepdone() bool {$/;"	f
 29443  gosweepone	./runtime/mgcsweep.go	/^func gosweepone() uintptr {$/;"	f
 29444  got	./debug/dwarf/line_test.go	/^	var got []LineEntry$/;"	v
 29445  got	./encoding/asn1/asn1_test.go	/^		var got explicitTaggedTimeTest$/;"	v
 29446  got	./encoding/gob/gobencdec_test.go	/^	var got *gobDecoderBug0$/;"	v
 29447  got	./encoding/json/decode_test.go	/^	var got S$/;"	v
 29448  got	./html/template/escape_test.go	/^		var got string$/;"	v
 29449  got	./image/gif/reader_test.go	/^	var got string$/;"	v
 29450  got	./net/http/http_test.go	/^		var got []string$/;"	v
 29451  got	./net/http/serve_test.go	/^	var got bytes.Buffer$/;"	v
 29452  gotReq	./net/http/transport_test.go	/^	var gotReq, didDial bool$/;"	v
 29453  gotcha	./regexp/testdata/testregex.c	/^	jmp_buf		gotcha;$/;"	m	struct:__anon2	file:
 29454  gotcha	./regexp/testdata/testregex.c	/^gotcha(int sig)$/;"	f	file:
 29455  gotoTarget	./go/types/labels.go	/^func (b *block) gotoTarget(name string) *ast.LabeledStmt {$/;"	f
 29456  gotraceback	./runtime/runtime1.go	/^func gotraceback(crash *bool) int32 {$/;"	f
 29457  gotypes	./cmd/fix/gotypes.go	/^func gotypes(f *ast.File) bool {$/;"	f
 29458  gotypesFix	./cmd/fix/gotypes.go	/^var gotypesFix = fix{$/;"	v
 29459  gotypesTests	./cmd/fix/gotypes_test.go	/^var gotypesTests = []testCase{$/;"	v
 29460  gp	./runtime/netpoll_epoll.go	/^	var gp guintptr$/;"	v
 29461  gp	./runtime/netpoll_kqueue.go	/^	var gp guintptr$/;"	v
 29462  gp	./runtime/netpoll_solaris.go	/^	var gp guintptr$/;"	v
 29463  gp	./runtime/netpoll_windows.go	/^	var gp guintptr$/;"	v
 29464  gp	./runtime/proc1.go	/^		var gp *g$/;"	v
 29465  gp	./runtime/proc1.go	/^	var gp *g$/;"	v
 29466  gp	./runtime/time.go	/^	var gp *g$/;"	v
 29467  gr	./cmd/cgo/gcc.go	/^	var gr []*ast.Field$/;"	v
 29468  grabConn	./database/sql/sql.go	/^func (tx *Tx) grabConn() (*driverConn, error) {$/;"	f
 29469  grabProfile	./cmd/pprof/internal/driver/driver.go	/^func grabProfile(source, exec, buildid string, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, f *flags) (*profile.Profile, error) {$/;"	f
 29470  gradYellow	./image/draw/draw_test.go	/^func gradYellow(alpha int) Image {$/;"	f
 29471  graph	./cmd/pprof/internal/report/report.go	/^type graph struct {$/;"	t
 29472  gray16Model	./image/color/color.go	/^func gray16Model(c Color) Color {$/;"	f
 29473  grayModel	./image/color/color.go	/^func grayModel(c Color) Color {$/;"	f
 29474  grayToY	./image/jpeg/writer.go	/^func grayToY(m *image.Gray, p image.Point, yBlock *block) {$/;"	f
 29475  greaterThan	./cmd/compile/internal/big/nat.go	/^func greaterThan(x1, x2, y1, y2 Word) bool {$/;"	f
 29476  greaterThan	./math/big/nat.go	/^func greaterThan(x1, x2, y1, y2 Word) bool {$/;"	f
 29477  gregshift	./cmd/compile/internal/arm/gsubr.go	/^func gregshift(as int, lhs *gc.Node, stype int32, reg *gc.Node, rhs *gc.Node) *obj.Prog {$/;"	f
 29478  grepBoth	./cmd/go/go_test.go	/^func (tg *testgoData) grepBoth(match, msg string) {$/;"	f
 29479  grepBothNot	./cmd/go/go_test.go	/^func (tg *testgoData) grepBothNot(match, msg string) {$/;"	f
 29480  grepCountBoth	./cmd/go/go_test.go	/^func (tg *testgoData) grepCountBoth(match string) int {$/;"	f
 29481  grepCountStderr	./cmd/go/go_test.go	/^func (tg *testgoData) grepCountStderr(match string) int {$/;"	f
 29482  grepCountStdout	./cmd/go/go_test.go	/^func (tg *testgoData) grepCountStdout(match string) int {$/;"	f
 29483  grepStderr	./cmd/go/go_test.go	/^func (tg *testgoData) grepStderr(match, msg string) {$/;"	f
 29484  grepStderrNot	./cmd/go/go_test.go	/^func (tg *testgoData) grepStderrNot(match, msg string) {$/;"	f
 29485  grepStdout	./cmd/go/go_test.go	/^func (tg *testgoData) grepStdout(match, msg string) {$/;"	f
 29486  grepStdoutNot	./cmd/go/go_test.go	/^func (tg *testgoData) grepStdoutNot(match, msg string) {$/;"	f
 29487  greyobject	./runtime/mgcmark.go	/^func greyobject(obj, base, off uintptr, hbits heapBits, span *mspan, gcw *gcWork) {$/;"	f
 29488  groups	./syscall/exec_linux.go	/^		var groups unsafe.Pointer$/;"	v
 29489  grow	./bytes/buffer.go	/^func (b *Buffer) grow(n int) int {$/;"	f
 29490  grow	./reflect/value.go	/^func grow(s Value, extra int) (Value, int, int) {$/;"	f
 29491  grow	./runtime/crash_cgo_test.go	/^func grow() {$/;"	f
 29492  grow1	./runtime/crash_cgo_test.go	/^func grow1(x, sum *int) int {$/;"	f
 29493  growSpan	./cmd/vet/shadow.go	/^func (pkg *Package) growSpan(ident *ast.Ident, obj types.Object) {$/;"	f
 29494  growStack	./runtime/stack_test.go	/^func growStack() {$/;"	f
 29495  growStackIter	./runtime/stack_test.go	/^func growStackIter(p *int, n int) {$/;"	f
 29496  growStackWithCallback	./runtime/stack_test.go	/^func growStackWithCallback(cb func()) {$/;"	f
 29497  growWork	./runtime/hashmap.go	/^func growWork(t *maptype, h *hmap, bucket uintptr) {$/;"	f
 29498  growdatsize	./cmd/link/internal/ld/data.go	/^func growdatsize(datsizep *int64, s *LSym) {$/;"	f
 29499  growing	./runtime/stack_test.go	/^func growing(c chan int, done chan struct{}) {$/;"	f
 29500  growslice	./cmd/compile/internal/gc/builtin/runtime.go	/^func growslice(typ *byte, old []any, cap int) (ary []any)$/;"	f
 29501  growslice	./runtime/mbarrier.go	/^	\/\/ typedmemmove repeatedly, consider using during func growslice.$/;"	f
 29502  growslice	./runtime/slice.go	/^func growslice(t *slicetype, old slice, cap int) slice {$/;"	f
 29503  growslice_n	./cmd/compile/internal/gc/builtin/runtime.go	/^func growslice_n(typ *byte, old []any, n int) (ary []any)$/;"	f
 29504  growslice_n	./runtime/slice.go	/^func growslice_n(t *slicetype, old slice, n int) slice {$/;"	f
 29505  gs	./runtime/signal_darwin_386.go	/^func (c *sigctxt) gs() uint32      { return c.regs().gs }$/;"	f
 29506  gs	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) gs() uint64      { return c.regs().gs }$/;"	f
 29507  gs	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) gs() uint64      { return uint64(c.regs().mc_ss) }$/;"	f
 29508  gs	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) gs() uint32      { return uint32(c.regs().mc_gs) }$/;"	f
 29509  gs	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) gs() uint64      { return uint64(c.regs().mc_gs) }$/;"	f
 29510  gs	./runtime/signal_linux_386.go	/^func (c *sigctxt) gs() uint32        { return uint32(c.regs().gs) }$/;"	f
 29511  gs	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) gs() uint64      { return uint64(c.regs().gs) }$/;"	f
 29512  gs	./runtime/signal_nacl_386.go	/^func (c *sigctxt) gs() uint32        { return ^uint32(0) }$/;"	f
 29513  gs	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) gs() uint64      { return ^uint64(0) }$/;"	f
 29514  gs	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) gs() uint32       { return uint32(c.regs().__gregs[_REG_GS]) }$/;"	f
 29515  gs	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) gs() uint64      { return c.regs().__gregs[_REG_GS] }$/;"	f
 29516  gs	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) gs() uint32      { return c.regs().sc_gs }$/;"	f
 29517  gs	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) gs() uint64      { return c.regs().sc_gs }$/;"	f
 29518  gs	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) gs() uint64      { return uint64(c.regs().gregs[_REG_GS]) }$/;"	f
 29519  gsdebug	./cmd/yacc/yacc.go	/^var gsdebug = 0 \/\/ debugging flag for stagen$/;"	v
 29520  gshift	./cmd/compile/internal/arm/gsubr.go	/^func gshift(as int, lhs *gc.Node, stype int32, sval int32, rhs *gc.Node) *obj.Prog {$/;"	f
 29521  gss	./net/main_test.go	/^	var gss []string$/;"	v
 29522  gstring	./syscall/dir_plan9.go	/^func gstring(b []byte) (string, []byte, bool) {$/;"	f
 29523  gt	./text/template/funcs.go	/^func gt(arg1, arg2 interface{}) (bool, error) {$/;"	f
 29524  gtod_generation	./runtime/sys_darwin_386.s	/^#define	gtod_generation	0x6c$/;"	d
 29525  gtod_generation	./runtime/sys_darwin_amd64.s	/^#define	gtod_generation	0x6c$/;"	d
 29526  gtod_ns_base	./runtime/sys_darwin_386.s	/^#define	gtod_ns_base	0x70$/;"	d
 29527  gtod_ns_base	./runtime/sys_darwin_amd64.s	/^#define	gtod_ns_base	0x70$/;"	d
 29528  gtod_sec_base	./runtime/sys_darwin_386.s	/^#define	gtod_sec_base	0x78$/;"	d
 29529  gtod_sec_base	./runtime/sys_darwin_amd64.s	/^#define	gtod_sec_base	0x78$/;"	d
 29530  gtrack	./cmd/compile/internal/gc/gsubr.go	/^func gtrack(s *Sym) {$/;"	f
 29531  gtype	./cmd/trace/goroutines.go	/^type gtype struct {$/;"	t
 29532  gtypeList	./cmd/trace/goroutines.go	/^type gtypeList []gtype$/;"	t
 29533  guaranteedDereference	./cmd/compile/internal/gc/esc.go	/^func (l Level) guaranteedDereference() int {$/;"	f
 29534  guessKinds	./cmd/cgo/gcc.go	/^func (p *Package) guessKinds(f *File) []*Name {$/;"	f
 29535  guintptr	./runtime/runtime2.go	/^type guintptr uintptr$/;"	t
 29536  gunzipTest	./compress/gzip/gunzip_test.go	/^type gunzipTest struct {$/;"	t
 29537  gunzipTests	./compress/gzip/gunzip_test.go	/^var gunzipTests = []gunzipTest{$/;"	v
 29538  gused	./cmd/compile/internal/gc/gsubr.go	/^func gused(n *Node) {$/;"	f
 29539  gvardefx	./cmd/compile/internal/gc/pgen.go	/^func gvardefx(n *Node, as int) {$/;"	f
 29540  gvarkill	./cmd/compile/internal/gc/pgen.go	/^func gvarkill(n *Node) {$/;"	f
 29541  gwrite	./runtime/print1.go	/^func gwrite(b []byte) {$/;"	f
 29542  gzipReader	./net/http/transport.go	/^type gzipReader struct {$/;"	t
 29543  h	./go/types/api_test.go	/^func (*C) h()$/;"	f
 29544  h	./go/types/resolver_test.go	/^		func h() Mode { return ImportsOnly }$/;"	f
 29545  h	./math/rand/zipf.go	/^func (z *Zipf) h(x float64) float64 {$/;"	f
 29546  h_allspans	./runtime/mheap.go	/^var h_allspans []*mspan \/\/ TODO: make this h.allspans once mheap can be defined in Go$/;"	v
 29547  h_spans	./runtime/mheap.go	/^var h_spans []*mspan \/\/ TODO: make this h.spans once mheap can be defined in Go$/;"	v
 29548  halfConn	./crypto/tls/conn.go	/^type halfConn struct {$/;"	t
 29549  halfReader	./testing/iotest/reader.go	/^type halfReader struct {$/;"	t
 29550  hammer32	./sync/atomic/atomic_test.go	/^var hammer32 = map[string]func(*uint32, int){$/;"	v
 29551  hammer64	./sync/atomic/atomic_test.go	/^var hammer64 = map[string]func(*uint64, int){$/;"	v
 29552  hammerAddInt32	./sync/atomic/atomic_test.go	/^func hammerAddInt32(uaddr *uint32, count int) {$/;"	f
 29553  hammerAddInt64	./sync/atomic/atomic_test.go	/^func hammerAddInt64(uaddr *uint64, count int) {$/;"	f
 29554  hammerAddUint32	./sync/atomic/atomic_test.go	/^func hammerAddUint32(addr *uint32, count int) {$/;"	f
 29555  hammerAddUint64	./sync/atomic/atomic_test.go	/^func hammerAddUint64(addr *uint64, count int) {$/;"	f
 29556  hammerAddUintptr32	./sync/atomic/atomic_test.go	/^func hammerAddUintptr32(uaddr *uint32, count int) {$/;"	f
 29557  hammerAddUintptr64	./sync/atomic/atomic_test.go	/^func hammerAddUintptr64(uaddr *uint64, count int) {$/;"	f
 29558  hammerCompareAndSwapInt32	./sync/atomic/atomic_test.go	/^func hammerCompareAndSwapInt32(uaddr *uint32, count int) {$/;"	f
 29559  hammerCompareAndSwapInt64	./sync/atomic/atomic_test.go	/^func hammerCompareAndSwapInt64(uaddr *uint64, count int) {$/;"	f
 29560  hammerCompareAndSwapUint32	./sync/atomic/atomic_test.go	/^func hammerCompareAndSwapUint32(addr *uint32, count int) {$/;"	f
 29561  hammerCompareAndSwapUint64	./sync/atomic/atomic_test.go	/^func hammerCompareAndSwapUint64(addr *uint64, count int) {$/;"	f
 29562  hammerCompareAndSwapUintptr32	./sync/atomic/atomic_test.go	/^func hammerCompareAndSwapUintptr32(uaddr *uint32, count int) {$/;"	f
 29563  hammerCompareAndSwapUintptr64	./sync/atomic/atomic_test.go	/^func hammerCompareAndSwapUintptr64(uaddr *uint64, count int) {$/;"	f
 29564  hammerStoreLoadInt32	./sync/atomic/atomic_test.go	/^func hammerStoreLoadInt32(t *testing.T, paddr unsafe.Pointer) {$/;"	f
 29565  hammerStoreLoadInt64	./sync/atomic/atomic_test.go	/^func hammerStoreLoadInt64(t *testing.T, paddr unsafe.Pointer) {$/;"	f
 29566  hammerStoreLoadPointer	./sync/atomic/atomic_test.go	/^func hammerStoreLoadPointer(t *testing.T, paddr unsafe.Pointer) {$/;"	f
 29567  hammerStoreLoadUint32	./sync/atomic/atomic_test.go	/^func hammerStoreLoadUint32(t *testing.T, paddr unsafe.Pointer) {$/;"	f
 29568  hammerStoreLoadUint64	./sync/atomic/atomic_test.go	/^func hammerStoreLoadUint64(t *testing.T, paddr unsafe.Pointer) {$/;"	f
 29569  hammerStoreLoadUintptr	./sync/atomic/atomic_test.go	/^func hammerStoreLoadUintptr(t *testing.T, paddr unsafe.Pointer) {$/;"	f
 29570  hammerSwapInt32	./sync/atomic/atomic_test.go	/^func hammerSwapInt32(uaddr *uint32, count int) {$/;"	f
 29571  hammerSwapInt64	./sync/atomic/atomic_test.go	/^func hammerSwapInt64(uaddr *uint64, count int) {$/;"	f
 29572  hammerSwapUint32	./sync/atomic/atomic_test.go	/^func hammerSwapUint32(addr *uint32, count int) {$/;"	f
 29573  hammerSwapUint64	./sync/atomic/atomic_test.go	/^func hammerSwapUint64(addr *uint64, count int) {$/;"	f
 29574  hammerSwapUintptr32	./sync/atomic/atomic_test.go	/^func hammerSwapUintptr32(uaddr *uint32, count int) {$/;"	f
 29575  hammerSwapUintptr64	./sync/atomic/atomic_test.go	/^func hammerSwapUintptr64(uaddr *uint64, count int) {$/;"	f
 29576  handle	./runtime/os1_windows.go	/^	var handle uintptr$/;"	v
 29577  handle	./time/example_test.go	/^func handle(int) {}$/;"	f
 29578  handleBailout	./go/types/check.go	/^func (check *Checker) handleBailout(err *error) {$/;"	f
 29579  handleInternalRedirect	./net/http/cgi/host.go	/^func (h *Handler) handleInternalRedirect(rw http.ResponseWriter, req *http.Request, path string) {$/;"	f
 29580  handleMethods	./fmt/print.go	/^func (p *pp) handleMethods(verb rune, depth int) (handled bool) {$/;"	f
 29581  handlePanic	./text/tabwriter/tabwriter.go	/^func handlePanic(err *error, op string) {$/;"	f
 29582  handleRecord	./net/http/fcgi/child.go	/^func (c *child) handleRecord(rec *record) error {$/;"	f
 29583  handleTLSProtocol09	./net/http/npn_test.go	/^func handleTLSProtocol09(srv *Server, conn *tls.Conn, h Handler) {$/;"	f
 29584  handlecompletion	./runtime/netpoll_windows.go	/^func handlecompletion(gpp *guintptr, op *net_op, errno int32, qty uint32) {$/;"	f
 29585  handler	./net/http/pprof/pprof.go	/^type handler string$/;"	t
 29586  handler	./net/http/server.go	/^\/\/	func handler(w http.ResponseWriter, req *http.Request) {$/;"	f
 29587  handler	./net/http/server.go	/^func (mux *ServeMux) handler(host, path string) (h Handler, pattern string) {$/;"	f
 29588  handler	./os/signal/signal.go	/^type handler struct {$/;"	t
 29589  handler	./runtime/signal1_unix.go	/^	var handler uintptr$/;"	v
 29590  handlerBodyCloseTest	./net/http/serve_test.go	/^type handlerBodyCloseTest struct {$/;"	t
 29591  handlerBodyCloseTests	./net/http/serve_test.go	/^var handlerBodyCloseTests = [...]handlerBodyCloseTest{$/;"	v
 29592  handlerTest	./net/http/serve_test.go	/^type handlerTest struct {$/;"	t
 29593  handlers	./net/http/serve_test.go	/^var handlers = []struct {$/;"	v
 29594  handlers	./os/signal/signal.go	/^var handlers struct {$/;"	v
 29595  handoff	./runtime/mgcwork.go	/^func handoff(b *workbuf) *workbuf {$/;"	f
 29596  handoffp	./runtime/proc1.go	/^func handoffp(_p_ *p) {$/;"	f
 29597  handshakeMessage	./crypto/tls/common.go	/^type handshakeMessage interface {$/;"	t
 29598  has	./cmd/compile/internal/gc/fmt.go	/^	\/\/ Unless the 'l' flag was specified, if the type has a name, just print that name.$/;"	t
 29599  has	./cmd/compile/internal/gc/gen.go	/^		\/\/ the function type has already been checked$/;"	t
 29600  has	./cmd/compile/internal/gc/y.go	/^			\/\/ (dotmeth's type).Nname.Inl, and dotmeth's type has been pulled$/;"	t
 29601  has	./cmd/vet/composite.go	/^	\/\/ Check that the CompositeLit's type has the form pkg.Typ.$/;"	t
 29602  has	./encoding/asn1/common.go	/^\/\/ of" and "in addition to". When not specified, every primitive type has a$/;"	t
 29603  has	./encoding/gob/encoder.go	/^\/\/ It will send a descriptor if this is the first time the type has been$/;"	t
 29604  has	./encoding/gob/example_encdec_test.go	/^\/\/ The Vector type has unexported fields, which the package cannot access.$/;"	t
 29605  has	./encoding/gob/example_interface_test.go	/^	\/\/ The encode will fail unless the concrete type has been$/;"	t
 29606  has	./encoding/json/decode.go	/^	\/\/ start with its address, so that if the type has pointer methods,$/;"	t
 29607  has	./encoding/json/decode.go	/^\/\/ ``not present,'' unmarshaling a JSON null into any other Go type has no effect$/;"	t
 29608  has	./encoding/xml/typeinfo.go	/^	\/\/ If the field type has an XMLName field, the names must match$/;"	t
 29609  has	./flag/flag.go	/^		fmt.Println("flagvar has value ", flagvar)$/;"	v
 29610  has	./fmt/doc.go	/^	that type has a String method. Such pathologies are rare, however,$/;"	t
 29611  has	./go/doc/exports.go	/^\/\/ struct or interface type has the Incomplete field set to true.$/;"	t
 29612  has	./go/doc/reader.go	/^\/\/ If the base type has not been encountered yet, a new$/;"	t
 29613  has	./reflect/type.go	/^	\/\/ nextCount records the number of times an embedded type has been$/;"	t
 29614  has	./runtime/mbitmap.go	/^\/\/ It is known that the type has pointers somewhere;$/;"	t
 29615  hasAsm	./crypto/aes/cipher_asm.go	/^func hasAsm() bool$/;"	f
 29616  hasBash	./cmd/dist/test.go	/^func (t *tester) hasBash() bool {$/;"	f
 29617  hasBasicType	./cmd/vet/types.go	/^func (f *File) hasBasicType(x ast.Expr, kind types.BasicKind) bool {$/;"	f
 29618  hasBreak	./go/types/return.go	/^func hasBreak(s ast.Stmt, label string, implicit bool) bool {$/;"	f
 29619  hasBreakList	./go/types/return.go	/^func hasBreakList(list []ast.Stmt, label string, implicit bool) bool {$/;"	f
 29620  hasByte	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^func hasByte(src []byte, target ...byte) bool {$/;"	f
 29621  hasDataDescriptor	./archive/zip/reader.go	/^func (f *File) hasDataDescriptor() bool {$/;"	f
 29622  hasDotSuffix	./net/http/cookiejar/jar.go	/^func hasDotSuffix(s, suffix string) bool {$/;"	f
 29623  hasDotSuffixTests	./net/http/cookiejar/jar_test.go	/^var hasDotSuffixTests = [...]struct {$/;"	v
 29624  hasDuration	./cmd/pprof/internal/driver/driver.go	/^func hasDuration(path string) bool {$/;"	f
 29625  hasExportedName	./go/doc/exports.go	/^func hasExportedName(list []*ast.Ident) bool {$/;"	f
 29626  hasExt	./os/exec/lp_windows.go	/^func hasExt(file string) bool {$/;"	f
 29627  hasFilePathPrefix	./cmd/go/main.go	/^func hasFilePathPrefix(s, prefix string) bool {$/;"	f
 29628  hasFileWithSuffix	./cmd/vet/main.go	/^func (pkg *Package) hasFileWithSuffix(suffix string) bool {$/;"	f
 29629  hasFuncLiteral	./cmd/cover/cover.go	/^func hasFuncLiteral(n ast.Node) (bool, token.Pos) {$/;"	f
 29630  hasFunction	./text/template/parse/parse.go	/^func (t *Tree) hasFunction(name string) bool {$/;"	f
 29631  hasGoFiles	./cmd/doc/main.go	/^func hasGoFiles(path string) bool {$/;"	f
 29632  hasInitializer	./go/types/resolver.go	/^func (d *declInfo) hasInitializer() bool {$/;"	f
 29633  hasMeta	./path/filepath/match.go	/^func hasMeta(path string) bool {$/;"	f
 29634  hasMethod	./cmd/vet/types.go	/^func (f *File) hasMethod(typ types.Type, name string) bool {$/;"	f
 29635  hasNil	./go/types/predicates.go	/^func hasNil(typ Type) bool {$/;"	f
 29636  hasNonWhitespace	./mime/encodedword.go	/^func hasNonWhitespace(s string) bool {$/;"	f
 29637  hasPathPrefix	./cmd/go/main.go	/^func hasPathPrefix(s, prefix string) bool {$/;"	f
 29638  hasPathPrefix	./cmd/internal/obj/obj.go	/^func hasPathPrefix(s string, t string) bool {$/;"	f
 29639  hasPathPrefixTests	./cmd/go/match_test.go	/^var hasPathPrefixTests = []stringPairTest{$/;"	v
 29640  hasPointers	./runtime/mbitmap.go	/^func (h heapBits) hasPointers(size uintptr) bool {$/;"	f
 29641  hasPort	./net/http/client.go	/^func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") }$/;"	f
 29642  hasPort	./net/http/cookiejar/jar.go	/^func hasPort(host string) bool {$/;"	f
 29643  hasPortTests	./net/http/cookiejar/jar_test.go	/^var hasPortTests = map[string]bool{$/;"	v
 29644  hasPrefix	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func hasPrefix(s string, prefixes ...string) bool {$/;"	f
 29645  hasPrefix	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func hasPrefix(s string, prefixes ...string) bool {$/;"	f
 29646  hasPrefix	./net/dnsconfig_unix.go	/^func hasPrefix(s, prefix string) bool {$/;"	f
 29647  hasPrefix	./os/file_plan9.go	/^func hasPrefix(s, prefix string) bool {$/;"	f
 29648  hasPrefix	./regexp/regexp.go	/^func (i *inputBytes) hasPrefix(re *Regexp) bool {$/;"	f
 29649  hasPrefix	./regexp/regexp.go	/^func (i *inputReader) hasPrefix(re *Regexp) bool {$/;"	f
 29650  hasPrefix	./regexp/regexp.go	/^func (i *inputString) hasPrefix(re *Regexp) bool {$/;"	f
 29651  hasSideEffects	./cmd/vet/bool.go	/^func hasSideEffects(e ast.Expr) bool {$/;"	f
 29652  hasSubdir	./cmd/go/pkg.go	/^func hasSubdir(root, dir string) (rel string, ok bool) {$/;"	f
 29653  hasToken	./net/http/header.go	/^func hasToken(v, token string) bool {$/;"	f
 29654  hasTokenTest	./net/http/header_test.go	/^type hasTokenTest struct {$/;"	t
 29655  hasTokenTests	./net/http/header_test.go	/^var hasTokenTests = []hasTokenTest{$/;"	v
 29656  hasUnsortedImports	./go/format/format.go	/^func hasUnsortedImports(file *ast.File) bool {$/;"	f
 29657  hascallchan	./cmd/compile/internal/gc/const.go	/^func hascallchan(n *Node) bool {$/;"	f
 29658  hascallspred	./cmd/compile/internal/gc/racewalk.go	/^func hascallspred(n *Node, c interface{}) {$/;"	f
 29659  hasddd	./cmd/compile/internal/gc/typecheck.go	/^func hasddd(t *Type) bool {$/;"	f
 29660  hash	./cmd/asm/internal/lex/input.go	/^func (in *Input) hash() bool {$/;"	f
 29661  hash	./cmd/compile/internal/gc/swt.go	/^	\/\/ calculate type hash$/;"	t
 29662  hash	./cmd/compile/internal/gc/swt.go	/^	caseKindTypeConst \/\/ case time.Time: (concrete type, has type hash)$/;"	t
 29663  hash	./cmd/compile/internal/gc/typecheck.go	/^		var hash map[int64]*Node$/;"	v
 29664  hash	./go/types/stmt.go	/^		\/\/ TODO(gri) use a type hash to avoid quadratic algorithm$/;"	t
 29665  hash	./reflect/type.go	/^	var hash uint32$/;"	v
 29666  hash	./runtime/hash_test.go	/^func (k *BytesKey) hash() uintptr {$/;"	f
 29667  hash	./runtime/hash_test.go	/^func (k *EfaceKey) hash() uintptr {$/;"	f
 29668  hash	./runtime/hash_test.go	/^func (k *IfaceKey) hash() uintptr {$/;"	f
 29669  hash	./runtime/hash_test.go	/^func (k *Int32Key) hash() uintptr {$/;"	f
 29670  hash	./runtime/hash_test.go	/^func (k *Int64Key) hash() uintptr {$/;"	f
 29671  hash	./runtime/vdso_linux_amd64.go	/^	var hash *[1 << 30]uint32$/;"	v
 29672  hashForClientCertificate	./crypto/tls/prf.go	/^func (h finishedHash) hashForClientCertificate(signatureAndHash signatureAndHash, masterSecret []byte) ([]byte, crypto.Hash, error) {$/;"	f
 29673  hashForServerKeyExchange	./crypto/tls/key_agreement.go	/^func hashForServerKeyExchange(sigAndHash signatureAndHash, version uint16, slices ...[]byte) ([]byte, crypto.Hash, error) {$/;"	f
 29674  hashFunc	./crypto/tls/handshake_server.go	/^			var hashFunc crypto.Hash$/;"	v
 29675  hashFunc	./crypto/x509/x509.go	/^	var hashFunc crypto.Hash$/;"	v
 29676  hashGrow	./runtime/hashmap.go	/^func hashGrow(t *maptype, h *hmap) {$/;"	f
 29677  hashLoad	./runtime/stubs.go	/^var hashLoad = loadFactor$/;"	v
 29678  hashPrefixes	./crypto/rsa/pkcs1v15.go	/^var hashPrefixes = map[crypto.Hash][]byte{$/;"	v
 29679  hashStr	./strings/strings.go	/^func hashStr(sep string) (uint32, uint32) {$/;"	f
 29680  hashStrRev	./strings/strings.go	/^func hashStrRev(sep string) (uint32, uint32) {$/;"	f
 29681  hashToInt	./crypto/ecdsa/ecdsa.go	/^func hashToInt(hash []byte, c elliptic.Curve) *big.Int {$/;"	f
 29682  hashType	./crypto/x509/x509.go	/^	var hashType crypto.Hash$/;"	v
 29683  hashbitmap	./cmd/compile/internal/gc/plive.go	/^func hashbitmap(h uint32, bv Bvec) uint32 {$/;"	f
 29684  hashed	./crypto/ecdsa/ecdsa_test.go	/^	var hashed []byte$/;"	v
 29685  hashed	./crypto/rsa/pss_test.go	/^	var hashed []byte$/;"	v
 29686  hashel	./cmd/compile/internal/gc/subr.go	/^		var hashel *Node$/;"	v
 29687  hashes	./crypto/crypto.go	/^var hashes = make([]func() hash.Hash, maxHash)$/;"	v
 29688  hashfor	./cmd/compile/internal/gc/subr.go	/^func hashfor(t *Type) *Node {$/;"	f
 29689  hashfunc	./cmd/compile/internal/gc/reflect.go	/^	var hashfunc *Sym$/;"	v
 29690  hashkey	./runtime/alg.go	/^var hashkey [4]uintptr$/;"	v
 29691  hashmem	./cmd/compile/internal/gc/subr.go	/^func hashmem(t *Type) *Node {$/;"	f
 29692  haslinkregister	./cmd/link/internal/ld/lib.go	/^func haslinkregister() bool {$/;"	f
 29693  haspointers	./cmd/compile/internal/gc/reflect.go	/^func haspointers(t *Type) bool {$/;"	f
 29694  hasprefix	./runtime/string.go	/^func hasprefix(s, t string) bool {$/;"	f
 29695  have	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) have(token lex.ScanToken) bool {$/;"	f
 29696  have	./cmd/compile/internal/gc/subr.go	/^		var have *Type$/;"	v
 29697  have	./cmd/compile/internal/gc/typecheck.go	/^			var have *Type$/;"	v
 29698  have	./runtime/mbitmap.go	/^			var have, want uint8$/;"	v
 29699  haveCS	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^		var haveCS, haveDS, haveES, haveFS, haveGS, haveSS bool$/;"	v
 29700  haveIdenticalUnderlyingType	./reflect/type.go	/^func haveIdenticalUnderlyingType(T, V *rtype) bool {$/;"	f
 29701  haveSSE42	./hash/crc32/crc32_amd64x.go	/^func haveSSE42() bool$/;"	f
 29702  haveText	./encoding/xml/xml.go	/^			var haveText bool$/;"	v
 29703  haveexperiment	./runtime/proc1.go	/^func haveexperiment(name string) bool {$/;"	f
 29704  havem	./runtime/asm_386.s	/^havem:$/;"	l
 29705  havem	./runtime/asm_amd64.s	/^havem:$/;"	l
 29706  havem	./runtime/asm_arm.s	/^havem:$/;"	l
 29707  havem	./runtime/asm_arm64.s	/^havem:$/;"	l
 29708  havem	./runtime/asm_ppc64x.s	/^havem:$/;"	l
 29709  haystack	./bytes/example_test.go	/^	var haystack [][]byte \/\/ Assume sorted$/;"	v
 29710  hb	./mime/encodedword.go	/^	var hb, lb byte$/;"	v
 29711  hb	./mime/quotedprintable/reader.go	/^	var hb, lb byte$/;"	v
 29712  hbar	./text/tabwriter/tabwriter.go	/^var hbar = []byte("---\\n")$/;"	v
 29713  hc	./cmd/link/internal/ld/elf.go	/^	var hc uint32$/;"	v
 29714  hchan	./runtime/chan.go	/^type hchan struct {$/;"	t
 29715  hcrash	./cmd/compile/internal/gc/subr.go	/^func hcrash() {$/;"	f
 29716  hdr	./archive/tar/reader.go	/^	var hdr *Header$/;"	v
 29717  hdr	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^	var hdr elf.Header32$/;"	v
 29718  hdr	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var hdr elf.Header32$/;"	v
 29719  hdr	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var hdr elf.Header64$/;"	v
 29720  hdr	./cmd/link/internal/ld/ldelf.go	/^	var hdr *ElfHdrBytes$/;"	v
 29721  hdr	./cmd/link/internal/ld/ldmacho.go	/^	var hdr [7 * 4]uint8$/;"	v
 29722  hdr	./debug/macho/file.go	/^			var hdr DylibCmd$/;"	v
 29723  hdr	./debug/macho/file.go	/^			var hdr DysymtabCmd$/;"	v
 29724  hdr	./debug/macho/file.go	/^			var hdr SymtabCmd$/;"	v
 29725  hdrbuf	./cmd/link/internal/ld/ldelf.go	/^	var hdrbuf [64]uint8$/;"	v
 29726  head	./runtime/gc_test.go	/^	var head *X$/;"	v
 29727  head	./runtime/gc_test.go	/^	var head *Y$/;"	v
 29728  head	./runtime/mgcsweep.go	/^	var head, end gclinkptr$/;"	v
 29729  header	./archive/tar/writer.go	/^	var header []byte$/;"	v
 29730  header	./archive/zip/writer.go	/^type header struct {$/;"	t
 29731  header	./cmd/compile/internal/gc/dcl.go	/^	\/\/ no n->defn because type checking of func header$/;"	f
 29732  header	./net/http/fcgi/fcgi.go	/^type header struct {$/;"	t
 29733  headerBody	./mime/multipart/multipart_test.go	/^type headerBody struct {$/;"	t
 29734  headerEq	./net/mail/message_test.go	/^func headerEq(a, b Header) bool {$/;"	f
 29735  headerFileInfo	./archive/tar/common.go	/^type headerFileInfo struct {$/;"	t
 29736  headerFileInfo	./archive/zip/struct.go	/^type headerFileInfo struct {$/;"	t
 29737  headerLength	./debug/dwarf/line.go	/^	var headerLength Offset$/;"	v
 29738  headerNewlineToSpace	./net/http/header.go	/^var headerNewlineToSpace = strings.NewReplacer("\\n", " ", "\\r", " ")$/;"	v
 29739  headerOnlyResponseWriter	./net/http/cookie_test.go	/^type headerOnlyResponseWriter Header$/;"	t
 29740  headerRoundTripTest	./archive/tar/tar_test.go	/^type headerRoundTripTest struct {$/;"	t
 29741  headerSorter	./net/http/header.go	/^type headerSorter struct {$/;"	t
 29742  headerSorterPool	./net/http/header.go	/^var headerSorterPool = sync.Pool{$/;"	v
 29743  headerValueContainsToken	./net/http/lex.go	/^func headerValueContainsToken(v string, token string) bool {$/;"	f
 29744  headerValuesContainsToken	./net/http/lex.go	/^func headerValuesContainsToken(values []string, token string) bool {$/;"	f
 29745  headerWriteTests	./net/http/header_test.go	/^var headerWriteTests = []struct {$/;"	v
 29746  headers	./cmd/internal/obj/sym.go	/^var headers = []struct {$/;"	v
 29747  headers	./cmd/link/internal/ld/sym.go	/^var headers = []struct {$/;"	v
 29748  heading	./go/doc/comment.go	/^func heading(line string) string {$/;"	f
 29749  headingTests	./go/doc/comment_test.go	/^var headingTests = []struct {$/;"	v
 29750  headtype	./cmd/internal/obj/sym.go	/^func headtype(name string) int {$/;"	f
 29751  headtype	./cmd/link/internal/ld/sym.go	/^func headtype(name string) int {$/;"	f
 29752  heap0	./runtime/mgc.go	/^	var heap0, heap1, heap2, heapGoal uint64$/;"	v
 29753  heapBits	./runtime/mbitmap.go	/^type heapBits struct {$/;"	t
 29754  heapBitsBulkBarrier	./runtime/mbitmap.go	/^func heapBitsBulkBarrier(p, size uintptr) {$/;"	f
 29755  heapBitsForAddr	./runtime/mbitmap.go	/^func heapBitsForAddr(addr uintptr) heapBits {$/;"	f
 29756  heapBitsForObject	./runtime/mbitmap.go	/^func heapBitsForObject(p uintptr) (base uintptr, hbits heapBits, s *mspan) {$/;"	f
 29757  heapBitsForSpan	./runtime/mbitmap.go	/^func heapBitsForSpan(base uintptr) (hbits heapBits) {$/;"	f
 29758  heapBitsSetType	./runtime/mbitmap.go	/^func heapBitsSetType(x, size, dataSize uintptr, typ *_type) {$/;"	f
 29759  heapBitsSetTypeGCProg	./runtime/mbitmap.go	/^func heapBitsSetTypeGCProg(h heapBits, progSize, elemSize, dataSize, allocSize uintptr, prog *byte) {$/;"	f
 29760  heapBitsSweepSpan	./runtime/mbitmap.go	/^func heapBitsSweepSpan(base, size, n uintptr, f func(uintptr)) {$/;"	f
 29761  heapProfile	./runtime/pprof/pprof.go	/^var heapProfile = &Profile{$/;"	v
 29762  heapSort	./sort/sort.go	/^func heapSort(data Interface, a, b int) {$/;"	f
 29763  heapminimum	./runtime/mgc.go	/^var heapminimum uint64 = defaultHeapMinimum$/;"	v
 29764  heapmoves	./cmd/compile/internal/gc/walk.go	/^func heapmoves() {$/;"	f
 29765  heapzAllocSampleTypes	./cmd/pprof/internal/profile/legacy_profile.go	/^var heapzAllocSampleTypes = []string{"alloc_objects", "alloc_space"}$/;"	v
 29766  heapzInUseSampleTypes	./cmd/pprof/internal/profile/legacy_profile.go	/^var heapzInUseSampleTypes = []string{"inuse_objects", "inuse_space"}$/;"	v
 29767  heapzSampleTypes	./cmd/pprof/internal/profile/legacy_profile.go	/^var heapzSampleTypes = []string{"allocations", "size"} \/\/ early Go pprof profiles$/;"	v
 29768  hello	./cmd/go/testdata/src/notest/hello.go	/^func hello() {$/;"	f
 29769  hello	./net/smtp/smtp.go	/^func (c *Client) hello() error {$/;"	f
 29770  helloClient	./net/smtp/smtp_test.go	/^var helloClient = []string{$/;"	v
 29771  helloFile	./cmd/pack/pack_test.go	/^var helloFile = &FakeFile{$/;"	v
 29772  helloRequests	./net/http/triv.go	/^var helloRequests = expvar.NewInt("hello-requests")$/;"	v
 29773  helloServer	./net/smtp/smtp_test.go	/^var helloServer = []string{$/;"	v
 29774  helloWorld	./compress/bzip2/bzip2_test.go	/^var helloWorld = []byte("hello world\\n")$/;"	v
 29775  helo	./net/smtp/smtp.go	/^func (c *Client) helo() error {$/;"	f
 29776  help	./cmd/go/main.go	/^func help(args []string) {$/;"	f
 29777  help	./flag/flag_test.go	/^	var help bool$/;"	v
 29778  help	./regexp/testdata/testregex.c	/^help(int html)$/;"	f	file:
 29779  helpBuildmode	./cmd/go/help.go	/^var helpBuildmode = &Command{$/;"	v
 29780  helpC	./cmd/go/help.go	/^var helpC = &Command{$/;"	v
 29781  helpCalled	./flag/flag_test.go	/^	var helpCalled = false$/;"	v
 29782  helpEnvironment	./cmd/go/help.go	/^var helpEnvironment = &Command{$/;"	v
 29783  helpFileType	./cmd/go/help.go	/^var helpFileType = &Command{$/;"	v
 29784  helpGopath	./cmd/go/help.go	/^var helpGopath = &Command{$/;"	v
 29785  helpImportPath	./cmd/go/help.go	/^var helpImportPath = &Command{$/;"	v
 29786  helpPackages	./cmd/go/help.go	/^var helpPackages = &Command{$/;"	v
 29787  helpTemplate	./cmd/go/main.go	/^var helpTemplate = `{{if .Runnable}}usage: go {{.UsageLine}}$/;"	v
 29788  helpTestflag	./cmd/go/test.go	/^var helpTestflag = &Command{$/;"	v
 29789  helpTestfunc	./cmd/go/test.go	/^var helpTestfunc = &Command{$/;"	v
 29790  helper	./reflect/all_test.go	/^		var helper func() \/\/ goroutine to help the select complete$/;"	v
 29791  helperCommand	./os/exec/exec_test.go	/^func helperCommand(t *testing.T, s ...string) *exec.Cmd {$/;"	f
 29792  helpgc	./runtime/proc1.go	/^func helpgc(nproc int32) {$/;"	f
 29793  here	./cmd/link/internal/ld/dwarf.go	/^	var here int64$/;"	v
 29794  here	./go/parser/error_test.go	/^	var here token.Pos \/\/ position immediately after the token at position prev$/;"	v
 29795  here	./go/types/check_test.go	/^		var here token.Pos \/\/ position immediately after the token at position prev$/;"	v
 29796  here	./go/types/type.go	/^		\/\/ TODO(gri) Ideally, we should use a named type here instead of$/;"	t
 29797  hex	./encoding/json/encode.go	/^var hex = "0123456789abcdef"$/;"	v
 29798  hex	./runtime/print1.go	/^type hex uint64$/;"	t
 29799  hexByte	./fmt/scan.go	/^func (s *ss) hexByte() (b byte, ok bool) {$/;"	f
 29800  hexBytes	./fmt/scan_test.go	/^type hexBytes [2]byte$/;"	t
 29801  hexCases	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func hexCases(t *testing.T, encoded string) func(func([]byte)) {$/;"	f
 29802  hexCases	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func hexCases(t *testing.T, encoded string) func(func([]byte)) {$/;"	f
 29803  hexDecode	./html/template/css.go	/^func hexDecode(s []byte) rune {$/;"	f
 29804  hexDigit	./fmt/scan.go	/^func hexDigit(d rune) (int, bool) {$/;"	f
 29805  hexString	./cmd/compile/internal/big/natconv.go	/^func (x nat) hexString() string {$/;"	f
 29806  hexString	./fmt/scan.go	/^func (s *ss) hexString() string {$/;"	f
 29807  hexString	./math/big/natconv.go	/^func (x nat) hexString() string {$/;"	f
 29808  hgRemoteRepo	./cmd/go/vcs.go	/^func hgRemoteRepo(vcsHg *vcsCmd, rootDir string) (remoteRepo string, err error) {$/;"	f
 29809  hgradRed	./image/draw/draw_test.go	/^func hgradRed(alpha int) Image {$/;"	f
 29810  hi	./cmd/compile/internal/arm/cgen.go	/^	var hi gc.Node$/;"	v
 29811  hi	./cmd/compile/internal/arm/ggen.go	/^		var hi gc.Node$/;"	v
 29812  hi	./cmd/compile/internal/x86/cgen.go	/^	var hi gc.Node$/;"	v
 29813  hi	./cmd/compile/internal/x86/ggen.go	/^			var hi gc.Node$/;"	v
 29814  hi	./math/expm1.go	/^		var hi, lo float64$/;"	v
 29815  hi1	./cmd/compile/internal/arm/cgen64.go	/^	var hi1 gc.Node$/;"	v
 29816  hi1	./cmd/compile/internal/x86/cgen64.go	/^		var hi1 gc.Node$/;"	v
 29817  hi1	./cmd/compile/internal/x86/cgen64.go	/^	var hi1 gc.Node$/;"	v
 29818  hi2	./cmd/compile/internal/arm/cgen64.go	/^		var hi2 gc.Node$/;"	v
 29819  hi2	./cmd/compile/internal/arm/cgen64.go	/^	var hi2 gc.Node$/;"	v
 29820  hi2	./cmd/compile/internal/x86/cgen64.go	/^	var hi2 gc.Node$/;"	v
 29821  hidden_constant	./cmd/compile/internal/gc/go.y	/^hidden_constant:$/;"	l
 29822  hidden_fndcl	./cmd/compile/internal/gc/go.y	/^hidden_fndcl:$/;"	l
 29823  hidden_funarg	./cmd/compile/internal/gc/go.y	/^hidden_funarg:$/;"	l
 29824  hidden_funarg_list	./cmd/compile/internal/gc/go.y	/^hidden_funarg_list:$/;"	l
 29825  hidden_funres	./cmd/compile/internal/gc/go.y	/^hidden_funres:$/;"	l
 29826  hidden_import	./cmd/compile/internal/gc/go.y	/^hidden_import:$/;"	l
 29827  hidden_import_list	./cmd/compile/internal/gc/go.y	/^hidden_import_list:$/;"	l
 29828  hidden_importsym	./cmd/compile/internal/gc/go.y	/^hidden_importsym:$/;"	l
 29829  hidden_interfacedcl	./cmd/compile/internal/gc/go.y	/^hidden_interfacedcl:$/;"	l
 29830  hidden_interfacedcl_list	./cmd/compile/internal/gc/go.y	/^hidden_interfacedcl_list:$/;"	l
 29831  hidden_literal	./cmd/compile/internal/gc/go.y	/^hidden_literal:$/;"	l
 29832  hidden_pkg_importsym	./cmd/compile/internal/gc/go.y	/^hidden_pkg_importsym:$/;"	l
 29833  hidden_pkgtype	./cmd/compile/internal/gc/go.y	/^hidden_pkgtype:$/;"	l
 29834  hidden_structdcl	./cmd/compile/internal/gc/go.y	/^hidden_structdcl:$/;"	l
 29835  hidden_structdcl_list	./cmd/compile/internal/gc/go.y	/^hidden_structdcl_list:$/;"	l
 29836  hidden_type	./cmd/compile/internal/gc/go.y	/^hidden_type:$/;"	l
 29837  hidden_type_func	./cmd/compile/internal/gc/go.y	/^hidden_type_func:$/;"	l
 29838  hidden_type_misc	./cmd/compile/internal/gc/go.y	/^hidden_type_misc:$/;"	l
 29839  hidden_type_non_recv_chan	./cmd/compile/internal/gc/go.y	/^hidden_type_non_recv_chan:$/;"	l
 29840  hidden_type_recv_chan	./cmd/compile/internal/gc/go.y	/^hidden_type_recv_chan:$/;"	l
 29841  hideAgainReader	./crypto/rand/rand_unix.go	/^type hideAgainReader struct {$/;"	t
 29842  hidePanic	./cmd/compile/internal/gc/lex.go	/^func hidePanic() {$/;"	f
 29843  hideprod	./cmd/yacc/yacc.go	/^func hideprod() {$/;"	f
 29844  high	./math/rand/rand_test.go	/^		var high int$/;"	v
 29845  high16adjusted	./cmd/internal/obj/ppc64/asm9.go	/^func high16adjusted(d int32) uint16 {$/;"	f
 29846  hijack	./net/http/server.go	/^func (c *conn) hijack() (rwc net.Conn, buf *bufio.ReadWriter, err error) {$/;"	f
 29847  hijacked	./net/http/server.go	/^func (c *conn) hijacked() bool {$/;"	f
 29848  hilbert	./go/types/hilbert_test.go	/^func (g *gen) hilbert(n int) {$/;"	f
 29849  hints	./net/cgo_unix.go	/^	var hints C.struct_addrinfo$/;"	v
 29850  hinv	./math/rand/zipf.go	/^func (z *Zipf) hinv(x float64) float64 {$/;"	f
 29851  histogram	./image/decode_example_test.go	/^	var histogram [16][4]int$/;"	v
 29852  historyListener	./net/http/httptest/server.go	/^type historyListener struct {$/;"	t
 29853  hiter	./cmd/compile/internal/gc/reflect.go	/^func hiter(t *Type) *Type {$/;"	f
 29854  hiter	./runtime/hashmap.go	/^type hiter struct {$/;"	t
 29855  hlen	./runtime/print1_write_android.go	/^	var hlen int$/;"	v
 29856  hmac	./crypto/hmac/hmac.go	/^type hmac struct {$/;"	t
 29857  hmacTest	./crypto/hmac/hmac_test.go	/^type hmacTest struct {$/;"	t
 29858  hmacTests	./crypto/hmac/hmac_test.go	/^var hmacTests = []hmacTest{$/;"	v
 29859  hmap	./cmd/compile/internal/gc/reflect.go	/^func hmap(t *Type) *Type {$/;"	f
 29860  hmap	./runtime/hashmap.go	/^type hmap struct {$/;"	t
 29861  holding	./crypto/x509/pem_decrypt.go	/^\/\/ EncryptPEMBlock returns a PEM block of the specified type holding the$/;"	t
 29862  holding	./reflect/type.go	/^	\/\/ build dummy rtype holding gc program$/;"	t
 29863  hookExecBadConn	./database/sql/fakedb_test.go	/^var hookExecBadConn func() bool$/;"	v
 29864  hookPostCloseConn	./database/sql/fakedb_test.go	/^var hookPostCloseConn struct {$/;"	v
 29865  hookPrepareBadConn	./database/sql/fakedb_test.go	/^var hookPrepareBadConn func() bool$/;"	v
 29866  hookQueryBadConn	./database/sql/fakedb_test.go	/^var hookQueryBadConn func() bool$/;"	v
 29867  hopHeaders	./net/http/httputil/reverseproxy.go	/^var hopHeaders = []string{$/;"	v
 29868  hostLookupOrder	./net/conf.go	/^func (c *conf) hostLookupOrder(hostname string) (ret hostLookupOrder) {$/;"	f
 29869  hostLookupOrder	./net/dnsclient_unix.go	/^type hostLookupOrder int$/;"	t
 29870  hostPortHandler	./net/http/transport_test.go	/^var hostPortHandler = HandlerFunc(func(w ResponseWriter, r *Request) {$/;"	v
 29871  hostlink	./cmd/link/internal/ld/lib.go	/^func hostlink() {$/;"	f
 29872  hostlinksetup	./cmd/link/internal/ld/lib.go	/^func hostlinksetup() {$/;"	f
 29873  hostname	./os/sys_bsd.go	/^func hostname() (name string, err error) {$/;"	f
 29874  hostname	./os/sys_linux.go	/^func hostname() (name string, err error) {$/;"	f
 29875  hostname	./os/sys_plan9.go	/^func hostname() (name string, err error) {$/;"	f
 29876  hostname	./os/sys_solaris.go	/^func hostname() (name string, err error) {$/;"	f
 29877  hostname	./os/sys_windows.go	/^func hostname() (name string, err error) {$/;"	f
 29878  hostobj	./cmd/link/internal/ld/lib.go	/^var hostobj []Hostobj$/;"	v
 29879  hostobjCopy	./cmd/link/internal/ld/lib.go	/^func hostobjCopy() (paths []string) {$/;"	f
 29880  hostobjs	./cmd/link/internal/ld/lib.go	/^func hostobjs() {$/;"	f
 29881  hosts	./net/hosts.go	/^var hosts struct {$/;"	v
 29882  hourDurationTests	./time/time_test.go	/^var hourDurationTests = []struct {$/;"	v
 29883  how	./runtime/runtime-gdb.py	/^	how = ((SliceTypePrinter, 'cap'), (ChanTypePrinter, 'dataqsiz'))$/;"	v	class:GoCapFunc
 29884  how	./runtime/runtime-gdb.py	/^	how = ((StringTypePrinter, 'len'), (SliceTypePrinter, 'len'), (MapTypePrinter, 'count'), (ChanTypePrinter, 'qcount'))$/;"	v	class:GoLenFunc
 29885  hp	./cmd/compile/internal/gc/range.go	/^		var hp *Node$/;"	v
 29886  hr	./time/format.go	/^			var hr, mm, ss int$/;"	v
 29887  hselect	./runtime/select.go	/^type hselect struct {$/;"	t
 29888  html	./text/template/funcs.go	/^		var html []byte$/;"	v
 29889  htmlAutoClose	./encoding/xml/xml.go	/^var htmlAutoClose = []string{$/;"	v
 29890  htmlEntity	./encoding/xml/xml.go	/^var htmlEntity = map[string]string{$/;"	v
 29891  htmlEscape	./net/http/server.go	/^func htmlEscape(s string) string {$/;"	f
 29892  htmlEscaper	./html/escape.go	/^var htmlEscaper = strings.NewReplacer($/;"	v
 29893  htmlEscaper	./html/template/html.go	/^func htmlEscaper(args ...interface{}) string {$/;"	f
 29894  htmlEscaper	./strings/replace_test.go	/^var htmlEscaper = NewReplacer($/;"	v
 29895  htmlGen	./cmd/cover/html.go	/^func htmlGen(w io.Writer, src []byte, boundaries []Boundary) error {$/;"	f
 29896  htmlNameFilter	./html/template/html.go	/^func htmlNameFilter(args ...interface{}) string {$/;"	f
 29897  htmlNormReplacementTable	./html/template/html.go	/^var htmlNormReplacementTable = []string{$/;"	v
 29898  htmlNospaceEscaper	./html/template/html.go	/^func htmlNospaceEscaper(args ...interface{}) string {$/;"	f
 29899  htmlNospaceNormReplacementTable	./html/template/html.go	/^var htmlNospaceNormReplacementTable = []string{$/;"	v
 29900  htmlNospaceReplacementTable	./html/template/html.go	/^var htmlNospaceReplacementTable = []string{$/;"	v
 29901  htmlOutput	./cmd/cover/html.go	/^func htmlOutput(profile, outfile string) error {$/;"	f
 29902  htmlReplacementTable	./html/template/html.go	/^var htmlReplacementTable = []string{$/;"	v
 29903  htmlReplacer	./html/template/html.go	/^func htmlReplacer(s string, replacementTable []string, badRunes bool) string {$/;"	f
 29904  htmlReplacer	./net/http/server.go	/^var htmlReplacer = strings.NewReplacer($/;"	v
 29905  htmlSig	./net/http/sniff.go	/^type htmlSig []byte$/;"	t
 29906  htmlTemplate	./cmd/cover/html.go	/^var htmlTemplate = template.Must(template.New("html").Funcs(template.FuncMap{$/;"	v
 29907  htmlUnescaper	./strings/replace_test.go	/^var htmlUnescaper = NewReplacer($/;"	v
 29908  html_h	./go/doc/headscan.go	/^var html_h = regexp.MustCompile(`<h3 id="[^"]*">`)$/;"	v
 29909  http	./sync/example_test.go	/^var http httpPkg$/;"	v
 29910  http09Writer	./net/http/npn_test.go	/^type http09Writer struct {$/;"	t
 29911  httpBlock	./cmd/trace/pprof.go	/^func httpBlock(w http.ResponseWriter, r *http.Request) {$/;"	f
 29912  httpClient	./cmd/go/http.go	/^var httpClient = http.DefaultClient$/;"	v
 29913  httpError	./cmd/go/bootstrap.go	/^type httpError struct {$/;"	t
 29914  httpError	./cmd/go/http.go	/^type httpError struct {$/;"	t
 29915  httpError	./net/http/transport.go	/^type httpError struct {$/;"	t
 29916  httpGET	./cmd/go/bootstrap.go	/^func httpGET(url string) ([]byte, error) {$/;"	f
 29917  httpGET	./cmd/go/http.go	/^func httpGET(url string) ([]byte, error) {$/;"	f
 29918  httpGet	./cmd/pprof/internal/fetch/fetch.go	/^var httpGet = func(url string, timeout time.Duration) (*http.Response, error) {$/;"	v
 29919  httpGoroutine	./cmd/trace/goroutines.go	/^func httpGoroutine(w http.ResponseWriter, r *http.Request) {$/;"	f
 29920  httpGoroutines	./cmd/trace/goroutines.go	/^func httpGoroutines(w http.ResponseWriter, r *http.Request) {$/;"	f
 29921  httpIO	./cmd/trace/pprof.go	/^func httpIO(w http.ResponseWriter, r *http.Request) {$/;"	f
 29922  httpJsonTrace	./cmd/trace/trace.go	/^func httpJsonTrace(w http.ResponseWriter, r *http.Request) {$/;"	f
 29923  httpMain	./cmd/trace/main.go	/^func httpMain(w http.ResponseWriter, r *http.Request) {$/;"	f
 29924  httpPkg	./sync/example_test.go	/^type httpPkg struct{}$/;"	t
 29925  httpPrefixRE	./cmd/go/vcs.go	/^var httpPrefixRE = regexp.MustCompile(`^https?:`)$/;"	v
 29926  httpRange	./net/http/fs.go	/^type httpRange struct {$/;"	t
 29927  httpSched	./cmd/trace/pprof.go	/^func httpSched(w http.ResponseWriter, r *http.Request) {$/;"	f
 29928  httpSyscall	./cmd/trace/pprof.go	/^func httpSyscall(w http.ResponseWriter, r *http.Request) {$/;"	f
 29929  httpTrace	./cmd/trace/trace.go	/^func httpTrace(w http.ResponseWriter, r *http.Request) {$/;"	f
 29930  httpTraceViewerHTML	./cmd/trace/trace.go	/^func httpTraceViewerHTML(w http.ResponseWriter, r *http.Request) {$/;"	f
 29931  httpsOrHTTP	./cmd/go/bootstrap.go	/^func httpsOrHTTP(importPath string, security securityMode) (string, io.ReadCloser, error) {$/;"	f
 29932  httpsOrHTTP	./cmd/go/http.go	/^func httpsOrHTTP(importPath string, security securityMode) (urlStr string, body io.ReadCloser, err error) {$/;"	f
 29933  huffIndex	./image/jpeg/writer.go	/^type huffIndex int$/;"	t
 29934  huffSym	./compress/flate/inflate.go	/^func (f *decompressor) huffSym(h *huffmanDecoder) (int, error) {$/;"	f
 29935  huffSym	./syscall/unzip_nacl.go	/^func (f *decompressor) huffSym(h *huffmanDecoder) int {$/;"	f
 29936  huffman	./image/jpeg/huffman.go	/^type huffman struct {$/;"	t
 29937  huffmanBitWriter	./compress/flate/huffman_bit_writer.go	/^type huffmanBitWriter struct {$/;"	t
 29938  huffmanBlock	./compress/flate/inflate.go	/^func (f *decompressor) huffmanBlock() {$/;"	f
 29939  huffmanBlock	./syscall/unzip_nacl.go	/^func (f *decompressor) huffmanBlock(hl, hd *huffmanDecoder) {$/;"	f
 29940  huffmanCode	./compress/bzip2/huffman.go	/^type huffmanCode struct {$/;"	t
 29941  huffmanCodes	./compress/bzip2/huffman.go	/^type huffmanCodes []huffmanCode$/;"	t
 29942  huffmanDecoder	./compress/flate/gen.go	/^type huffmanDecoder struct {$/;"	t
 29943  huffmanDecoder	./compress/flate/inflate.go	/^type huffmanDecoder struct {$/;"	t
 29944  huffmanDecoder	./syscall/unzip_nacl.go	/^type huffmanDecoder struct {$/;"	t
 29945  huffmanEncoder	./compress/flate/huffman_code.go	/^type huffmanEncoder struct {$/;"	t
 29946  huffmanLUT	./image/jpeg/writer.go	/^type huffmanLUT []uint32$/;"	t
 29947  huffmanNode	./compress/bzip2/huffman.go	/^type huffmanNode struct {$/;"	t
 29948  huffmanSpec	./image/jpeg/writer.go	/^type huffmanSpec struct {$/;"	t
 29949  huffmanSymbolLengthPair	./compress/bzip2/huffman.go	/^type huffmanSymbolLengthPair struct {$/;"	t
 29950  huffmanSymbolLengthPairs	./compress/bzip2/huffman.go	/^type huffmanSymbolLengthPairs []huffmanSymbolLengthPair$/;"	t
 29951  huffmanTree	./compress/bzip2/huffman.go	/^type huffmanTree struct {$/;"	t
 29952  hugeSink	./runtime/gc_test.go	/^var hugeSink interface{}$/;"	v
 29953  hugeloop	./runtime/asm_386.s	/^hugeloop:$/;"	l
 29954  hugeloop	./runtime/asm_amd64.s	/^hugeloop:$/;"	l
 29955  hugeloop	./runtime/asm_amd64p32.s	/^hugeloop:$/;"	l
 29956  hunk	./cmd/compile/internal/gc/go.go	/^var hunk string$/;"	v
 29957  hv2	./cmd/compile/internal/gc/range.go	/^		var hv2 *Node$/;"	v
 29958  hwcap	./runtime/os_linux_arm.go	/^var hwcap uint32      \/\/ set by setup_auxv$/;"	v
 29959  hwcmp	./runtime/softfloat64_test.go	/^func hwcmp(f, g float64) (cmp int, isnan bool) {$/;"	f
 29960  hwint32	./runtime/softfloat64_test.go	/^func hwint32(f float64) float64 {$/;"	f
 29961  hwint64	./runtime/softfloat64_test.go	/^func hwint64(f float64) float64 {$/;"	f
 29962  hypot	./math/hypot.go	/^func hypot(p, q float64) float64 {$/;"	f
 29963  hypotSC	./math/all_test.go	/^var hypotSC = []float64{$/;"	v
 29964  i1	./fmt/fmt_test.go	/^	var i1 interface{}$/;"	v
 29965  i16	./cmd/link/internal/ld/data.go	/^	var i16 int16$/;"	v
 29966  i16	./cmd/vet/testdata/shift.go	/^	var i16 int16$/;"	v
 29967  i32	./cmd/vet/testdata/shift.go	/^	var i32 int32$/;"	v
 29968  i64	./cmd/vet/testdata/shift.go	/^	var i64 int64$/;"	v
 29969  i8	./cmd/vet/testdata/shift.go	/^	var i8 int8$/;"	v
 29970  iEEETable8	./hash/crc32/crc32.go	/^var iEEETable8 *slicing8Table$/;"	v
 29971  iEEETable8Once	./hash/crc32/crc32.go	/^var iEEETable8Once sync.Once$/;"	v
 29972  iOS	./cmd/dist/test.go	/^func (t *tester) iOS() bool {$/;"	f
 29973  iVal	./text/template/exec_test.go	/^var iVal I = tVal$/;"	v
 29974  ia5StringTest	./encoding/asn1/marshal_test.go	/^type ia5StringTest struct {$/;"	t
 29975  iargs	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^	var iargs []Arg$/;"	v
 29976  iarray	./fmt/fmt_test.go	/^var iarray = [4]interface{}{1, "hello", 2.5, nil}$/;"	v
 29977  iarray	./reflect/type.go	/^	var iarray interface{} = [1]unsafe.Pointer{}$/;"	v
 29978  ichan	./reflect/type.go	/^	var ichan interface{} = (chan unsafe.Pointer)(nil)$/;"	v
 29979  iconv	./cmd/compile/internal/gc/const.go	/^func iconv(x int64, et int) int64 {$/;"	f
 29980  id	./crypto/x509/root_darwin_arm_gen.go	/^	var id certID$/;"	v
 29981  id	./database/sql/sql.go	/^\/\/         var id int$/;"	v
 29982  id	./encoding/gob/codec_test.go	/^\/\/ Don't crash, just give error with invalid type id.$/;"	t
 29983  id	./encoding/gob/debug.go	/^		deb.dump("type id=%d", id)$/;"	t
 29984  id	./encoding/gob/debug.go	/^		errorf("type id %d not defined", id)$/;"	t
 29985  id	./encoding/gob/debug.go	/^\/\/ typeId returns the type id at the input point.$/;"	t
 29986  id	./encoding/gob/decode.go	/^	\/\/ Read the type id of the concrete value.$/;"	t
 29987  id	./encoding/gob/decode.go	/^	errBadType = errors.New("gob: unknown type id or corrupted data")$/;"	t
 29988  id	./encoding/gob/decoder.go	/^		\/\/ Receive a type id.$/;"	t
 29989  id	./encoding/gob/decoder.go	/^\/\/ and returns the type id of the next value.  It returns -1 at$/;"	t
 29990  id	./encoding/gob/doc.go	/^		Id   int    \/\/ the type id of the field, which must be already defined$/;"	t
 29991  id	./encoding/gob/doc.go	/^	(byteCount (-type id, encoding of a wireType)* (type id, encoding of a value))*$/;"	t
 29992  id	./encoding/gob/doc.go	/^To define a type, the encoder chooses an unused, positive type id and sends the$/;"	t
 29993  id	./encoding/gob/doc.go	/^before the top-level type id is used to describe an encoded-v.$/;"	t
 29994  id	./encoding/gob/doc.go	/^pair (-type id, encoded-type) where encoded-type is the gob encoding of a wireType$/;"	t
 29995  id	./encoding/gob/doc.go	/^we've sent on this Encoder, so it has type id 65 (0 through 64 are$/;"	t
 29996  id	./encoding/gob/doc.go	/^where * signifies zero or more repetitions and the type id of a value must$/;"	t
 29997  id	./encoding/gob/doc.go	/^where typeid is the type id of the encoded type of v and encoded-v is the gob$/;"	t
 29998  id	./encoding/gob/encode.go	/^	\/\/ Define the type id if necessary.$/;"	t
 29999  id	./encoding/gob/encode.go	/^	\/\/ Send the type id.$/;"	t
 30000  id	./encoding/gob/encoder_test.go	/^	{"036e6f77206973207468652074696d6520666f7220616c6c20676f6f64206d656e", "unknown type id", new(ET2)},$/;"	t
 30001  id	./encoding/gob/type.go	/^			\/\/ still defining the element. Fix the element type id here.$/;"	t
 30002  id	./encoding/gob/type.go	/^		\/\/ For arrays, maps, and slices, we set the type id after the elements$/;"	t
 30003  id	./encoding/gob/type.go	/^		\/\/ are constructed. This is to retain the order of type id allocation after$/;"	t
 30004  id	./encoding/gob/type.go	/^	\/\/ Set our type id before evaluating the element's, in case it's our own.$/;"	t
 30005  id	./encoding/gob/type.go	/^func (t *CommonType) id() typeId { return t.Id }$/;"	f
 30006  id	./go/internal/gcimporter/gcimporter.go	/^		var id string$/;"	v
 30007  id	./net/http/cookiejar/jar.go	/^func (e *entry) id() string {$/;"	f
 30008  id	./regexp/testdata/testregex.c	/^static const char id[] = "\\n@(#)$Id: testregex (AT&T Research) 2010-06-10 $\\0\\n";$/;"	v	file:
 30009  id	./runtime/print1_write_android.go	/^	\/\/   hdr[0] log type id (unsigned char), defined in <log\/log.h>$/;"	t
 30010  idToType	./encoding/gob/type.go	/^var idToType = make(map[typeId]gobType)$/;"	v
 30011  ida	./debug/pe/file.go	/^	var ida []ImportDirectory$/;"	v
 30012  idct	./image/jpeg/idct.go	/^func idct(src *block) {$/;"	f
 30013  idealConstant	./text/template/exec.go	/^func (s *state) idealConstant(constant *parse.NumberNode) reflect.Value {$/;"	f
 30014  idealbool	./cmd/compile/internal/gc/go.go	/^var idealbool *Type$/;"	v
 30015  idealkind	./cmd/compile/internal/gc/const.go	/^func idealkind(n *Node) int {$/;"	f
 30016  idealstring	./cmd/compile/internal/gc/go.go	/^var idealstring *Type$/;"	v
 30017  ident	./debug/elf/file.go	/^	var ident [16]uint8$/;"	v
 30018  ident	./debug/macho/file.go	/^	var ident [4]byte$/;"	v
 30019  ident	./go/parser/parser.go	/^	var ident *ast.Ident$/;"	v
 30020  ident	./go/printer/testdata/parser.go	/^	var ident *ast.Ident$/;"	v
 30021  ident	./go/types/typexpr.go	/^func (check *Checker) ident(x *operand, e *ast.Ident, def *Named, path []*TypeName) {$/;"	f
 30022  identCount	./go/printer/printer_test.go	/^func identCount(f *ast.File) int {$/;"	f
 30023  identLength	./cmd/go/generate.go	/^func (g *Generator) identLength(word string) int {$/;"	f
 30024  identList	./go/printer/nodes.go	/^func (p *printer) identList(list []*ast.Ident, indent bool) {$/;"	f
 30025  identListSize	./go/printer/nodes.go	/^func identListSize(list []*ast.Ident, maxSize int) (size int) {$/;"	f
 30026  identical	./go/types/predicates.go	/^func (p *ifacePair) identical(q *ifacePair) bool {$/;"	f
 30027  identical	./go/types/predicates.go	/^func identical(x, y Type, p *ifacePair) bool {$/;"	f
 30028  identified	./encoding/gob/decode.go	/^\/\/ typeString returns a human-readable description of the type identified by remoteId.$/;"	t
 30029  identifier	./encoding/gob/encode.go	/^\/\/ by the type identifier (which might require defining that type right now), followed$/;"	t
 30030  identifier	./go/parser/parser.go	/^	\/\/ Go spec: The scope of a type identifier declared inside a function begins$/;"	t
 30031  identifier	./go/printer/testdata/parser.go	/^	\/\/ Go spec: The scope of a type identifier declared inside a function begins$/;"	t
 30032  identifier	./go/types/decl.go	/^				\/\/ spec: "The scope of a type identifier declared inside a function$/;"	t
 30033  identifiers	./cmd/compile/internal/gc/fmt.go	/^\/\/			'u' (only in -\/Sym mode) print type identifiers wit package name instead of prefix.$/;"	t
 30034  identifiers	./cmd/compile/internal/gc/fmt.go	/^\/\/	%-T		type identifiers$/;"	t
 30035  identifiers	./cmd/compile/internal/gc/fmt.go	/^\/\/	%-hT		type identifiers without "func" and arg names in type signatures (methodsym)$/;"	t
 30036  identifiers	./cmd/compile/internal/gc/fmt.go	/^\/\/	%-uT		type identifiers with package name instead of prefix (typesym, dcommontype, typehash)$/;"	t
 30037  idents	./go/parser/parser.go	/^	var idents []*ast.Ident$/;"	v
 30038  idents	./go/printer/printer_test.go	/^func idents(f *ast.File) <-chan *ast.Ident {$/;"	f
 30039  idents	./go/printer/testdata/parser.go	/^	var idents []*ast.Ident$/;"	v
 30040  idiomaticRedecl	./cmd/vet/shadow.go	/^func (f *File) idiomaticRedecl(d *ast.ValueSpec) bool {$/;"	f
 30041  idiomaticShortRedecl	./cmd/vet/shadow.go	/^func (f *File) idiomaticShortRedecl(a *ast.AssignStmt) bool {$/;"	f
 30042  idirs	./cmd/compile/internal/gc/go.go	/^var idirs *Idir$/;"	v
 30043  ids	./cmd/pprof/internal/profile/legacy_profile.go	/^	var ids []uint64$/;"	v
 30044  ids	./crypto/x509/root_darwin_arm_gen.go	/^	var ids []certID$/;"	v
 30045  ids	./encoding/gob/doc.go	/^If there are nested type ids, the types for all inner type ids must be defined$/;"	t
 30046  ids	./encoding/gob/type.go	/^		\/\/ type ids while allowing recursive types to be described. Structs,$/;"	t
 30047  idx	./mime/mediatype.go	/^	var idx int$/;"	v
 30048  if	./cmd/compile/internal/gc/cgen.go	/^\/\/ cgen_norm moves n1 to res, truncating to expected type if necessary.$/;"	t
 30049  if	./cmd/compile/internal/gc/walk.go	/^		\/\/ don't generate a = *var if a is _$/;"	v
 30050  if	./cmd/fix/typecheck.go	/^			\/\/ var declaration.  Use type if present.$/;"	t
 30051  if	./flag/flag.go	/^	\/\/ No explicit name, so use type if we can find one.$/;"	t
 30052  if	./go/doc/testdata/b.go	/^\/\/ Associated with uint type if AllDecls is set.$/;"	t
 30053  if	./go/types/typexpr.go	/^	\/\/ use named receiver type if available (for better error messages)$/;"	t
 30054  if	./runtime/hashmap.go	/^\/\/ it will return a reference to the zero object for the value type if$/;"	t
 30055  ifControl	./text/template/parse/parse.go	/^func (t *Tree) ifControl() Node {$/;"	f
 30056  ifData	./syscall/types_freebsd.go	/^type ifData C.struct_if_data$/;"	t
 30057  ifData	./syscall/ztypes_freebsd_386.go	/^type ifData struct {$/;"	t
 30058  ifData	./syscall/ztypes_freebsd_amd64.go	/^type ifData struct {$/;"	t
 30059  ifData	./syscall/ztypes_freebsd_arm.go	/^type ifData struct {$/;"	t
 30060  ifMsghdr	./syscall/types_freebsd.go	/^type ifMsghdr C.struct_if_msghdr$/;"	t
 30061  ifMsghdr	./syscall/ztypes_freebsd_386.go	/^type ifMsghdr struct {$/;"	t
 30062  ifMsghdr	./syscall/ztypes_freebsd_amd64.go	/^type ifMsghdr struct {$/;"	t
 30063  ifMsghdr	./syscall/ztypes_freebsd_arm.go	/^type ifMsghdr struct {$/;"	t
 30064  if_header	./cmd/compile/internal/gc/go.y	/^if_header:$/;"	l
 30065  if_stmt	./cmd/compile/internal/gc/go.y	/^if_stmt:$/;"	l
 30066  iface	./cmd/compile/internal/gc/gen.go	/^	var iface Node$/;"	v
 30067  iface	./runtime/race/testdata/regression_test.go	/^type iface interface {$/;"	t
 30068  iface	./runtime/runtime2.go	/^type iface struct {$/;"	t
 30069  ifaceE2I	./reflect/value.go	/^func ifaceE2I(t *rtype, src interface{}, dst unsafe.Pointer)$/;"	f
 30070  ifaceHash	./runtime/alg.go	/^func ifaceHash(i interface {$/;"	f
 30071  ifaceIndir	./reflect/type.go	/^func ifaceIndir(t *rtype) bool {$/;"	f
 30072  ifaceNumAsFloat64	./encoding/json/decode_test.go	/^var ifaceNumAsFloat64 = map[string]interface{}{$/;"	v
 30073  ifaceNumAsNumber	./encoding/json/decode_test.go	/^var ifaceNumAsNumber = map[string]interface{}{$/;"	v
 30074  ifacePair	./go/types/predicates.go	/^type ifacePair struct {$/;"	t
 30075  ifaceVar	./cmd/api/testdata/src/pkg/p1/p1.go	/^var ifaceVar interface{} = 5$/;"	v
 30076  ifaceWords	./sync/atomic/value.go	/^type ifaceWords struct {$/;"	t
 30077  iface_commontype	./runtime/runtime-gdb.py	/^def iface_commontype(obj):$/;"	f
 30078  iface_dtype	./runtime/runtime-gdb.py	/^def iface_dtype(obj):$/;"	f
 30079  iface_dtype_name	./runtime/runtime-gdb.py	/^def iface_dtype_name(obj):$/;"	f
 30080  ifacedcl	./cmd/compile/internal/gc/dcl.go	/^func ifacedcl(n *Node) {$/;"	f
 30081  ifaceeq	./cmd/compile/internal/gc/builtin/runtime.go	/^func ifaceeq(i1 any, i2 any) (ret bool)$/;"	f
 30082  ifaceeq	./runtime/alg.go	/^func ifaceeq(p, q interface {$/;"	f
 30083  ifacelookdot	./cmd/compile/internal/gc/subr.go	/^func ifacelookdot(s *Sym, t *Type, followptr *int, ignorecase int) *Type {$/;"	f
 30084  ifacematcher	./runtime/runtime-gdb.py	/^def ifacematcher(val):$/;"	f
 30085  ifaceptr	./encoding/xml/marshal_test.go	/^func ifaceptr(x interface{}) interface{} {$/;"	f
 30086  ifaces	./go/types/ordering.go	/^	var ifaces, others []Object$/;"	v
 30087  ifacethash	./cmd/compile/internal/gc/builtin/runtime.go	/^func ifacethash(i1 any) (ret uint32)$/;"	f
 30088  ifacethash	./runtime/iface.go	/^func ifacethash(i fInterface) uint32 {$/;"	f
 30089  ifat	./net/interface_bsd.go	/^	var ifat []Addr$/;"	v
 30090  ifat	./net/interface_linux.go	/^	var ifat []Addr$/;"	v
 30091  ifat	./net/interface_windows.go	/^	var ifat []Addr$/;"	v
 30092  ifdef	./cmd/asm/internal/lex/input.go	/^func (in *Input) ifdef(truth bool) {$/;"	f
 30093  ifirst	./regexp/syntax/parse.go	/^		var ifirst *Regexp$/;"	v
 30094  ifl	./syscall/lsf_linux.go	/^	var ifl iflags$/;"	v
 30095  iflags	./regexp/syntax/parse.go	/^		var iflags Flags$/;"	v
 30096  iflags	./syscall/lsf_linux.go	/^type iflags struct {$/;"	t
 30097  ifmat	./net/interface_darwin.go	/^	var ifmat []Addr$/;"	v
 30098  ifmat	./net/interface_freebsd.go	/^	var ifmat []Addr$/;"	v
 30099  ifmat	./net/interface_linux.go	/^	var ifmat []Addr$/;"	v
 30100  ifmat4	./net/interface_linux_test.go	/^	var ifmat4 []Addr$/;"	v
 30101  ifmat6	./net/interface_linux_test.go	/^	var ifmat6 []Addr$/;"	v
 30102  ift	./net/interface_bsd.go	/^	var ift []Interface$/;"	v
 30103  ift	./net/interface_linux.go	/^	var ift []Interface$/;"	v
 30104  ift	./net/interface_windows.go	/^	var ift []Interface$/;"	v
 30105  ifunc	./reflect/type.go	/^	var ifunc interface{} = (func())(nil)$/;"	v
 30106  igenindex	./cmd/compile/internal/arm/cgen.go	/^func igenindex(n *gc.Node, res *gc.Node, bounded bool) *obj.Prog {$/;"	f
 30107  igenindex	./cmd/compile/internal/x86/cgen.go	/^func igenindex(n *gc.Node, res *gc.Node, bounded bool) *obj.Prog {$/;"	f
 30108  ignore	./cmd/vet/testdata/tagtest/file2.go	/^func ignore() {$/;"	f
 30109  ignore	./image/jpeg/reader.go	/^func (d *decoder) ignore(n int) error {$/;"	f
 30110  ignore	./text/template/parse/lex.go	/^func (l *lexer) ignore() {$/;"	f
 30111  ignoreArray	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreArray(state *decoderState, elemOp decOp, length int) {$/;"	f
 30112  ignoreArrayHelper	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreArrayHelper(state *decoderState, elemOp decOp, length int) {$/;"	f
 30113  ignoreGobDecoder	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreGobDecoder(state *decoderState) {$/;"	f
 30114  ignoreInterface	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreInterface(state *decoderState) {$/;"	f
 30115  ignoreMap	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreMap(state *decoderState, keyOp, elemOp decOp) {$/;"	f
 30116  ignoreSignal	./os/signal/signal_plan9.go	/^func ignoreSignal(sig int) {$/;"	f
 30117  ignoreSignal	./os/signal/signal_unix.go	/^func ignoreSignal(sig int) {$/;"	f
 30118  ignoreSingle	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreSingle(engine *decEngine) {$/;"	f
 30119  ignoreSlice	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreSlice(state *decoderState, elemOp decOp) {$/;"	f
 30120  ignoreStruct	./encoding/gob/decode.go	/^func (dec *Decoder) ignoreStruct(engine *decEngine) {$/;"	f
 30121  ignoreTest	./encoding/gob/encoder_test.go	/^type ignoreTest struct {$/;"	t
 30122  ignoreTests	./encoding/gob/encoder_test.go	/^var ignoreTests = []ignoreTest{$/;"	v
 30123  ignoreTwoUints	./encoding/gob/decode.go	/^func ignoreTwoUints(i *decInstr, state *decoderState, v reflect.Value) {$/;"	f
 30124  ignoreUint	./encoding/gob/decode.go	/^func ignoreUint(i *decInstr, state *decoderState, v reflect.Value) {$/;"	f
 30125  ignoreUint8Array	./encoding/gob/decode.go	/^func ignoreUint8Array(i *decInstr, state *decoderState, value reflect.Value) {$/;"	f
 30126  ignored	./image/png/reader.go	/^	var ignored [4096]byte$/;"	v
 30127  ignored	./regexp/testdata/testregex.c	/^	int		ignored;$/;"	m	struct:__anon2	file:
 30128  ignored	./time/time_test.go	/^		var ignored Time$/;"	v
 30129  ii	./reflect/all_test.go	/^	var ii struct {$/;"	v
 30130  ilogb	./math/logb.go	/^func ilogb(x float64) int {$/;"	f
 30131  ilogbSC	./math/all_test.go	/^var ilogbSC = []int{$/;"	v
 30132  im	./go/constant/value.go	/^	var im *big.Rat$/;"	v
 30133  im	./go/internal/gccgoimporter/parser.go	/^		var im string$/;"	v
 30134  im	./go/types/builtins_test.go	/^	{"complex", `var im float64; _ = complex(1, im)`, `func(float64, float64) complex128`},$/;"	v
 30135  imag	./builtin/builtin.go	/^func imag(c ComplexType) FloatType$/;"	f
 30136  image	./image/image_test.go	/^type image interface {$/;"	t
 30137  imageBase	./cmd/internal/objfile/pe.go	/^	var imageBase uint64$/;"	v
 30138  imageTest	./image/decode_test.go	/^type imageTest struct {$/;"	t
 30139  imageTests	./image/decode_test.go	/^var imageTests = []imageTest{$/;"	v
 30140  imap	./cmd/vet/testdata/print.go	/^	var imap map[int]int$/;"	v
 30141  imap	./reflect/type.go	/^	var imap interface{} = (map[unsafe.Pointer]unsafe.Pointer)(nil)$/;"	v
 30142  imethod	./reflect/type.go	/^type imethod struct {$/;"	t
 30143  imethod	./runtime/type.go	/^type imethod struct {$/;"	t
 30144  imethods	./cmd/compile/internal/gc/reflect.go	/^func imethods(t *Type) *Sig {$/;"	f
 30145  img	./image/png/reader.go	/^	var img image.Image$/;"	v
 30146  immaddr	./cmd/internal/obj/arm/asm5.go	/^func immaddr(v int32) int32 {$/;"	f
 30147  immfloat	./cmd/internal/obj/arm/asm5.go	/^func immfloat(v int32) bool {$/;"	f
 30148  immhalf	./cmd/internal/obj/arm/asm5.go	/^func immhalf(v int32) bool {$/;"	f
 30149  immrot	./cmd/internal/obj/arm/asm5.go	/^func immrot(v uint32) int32 {$/;"	f
 30150  imp	./cmd/compile/internal/gc/lex.go	/^	var imp *obj.Biobuf$/;"	v
 30151  imp	./go/types/resolver.go	/^						var imp *Package$/;"	v
 30152  impatientHTTPClient	./cmd/go/http.go	/^var impatientHTTPClient = &http.Client{$/;"	v
 30153  implement	./encoding/gob/type.go	/^	\/\/ Does this type implement GobEncoder?$/;"	t
 30154  implementations	./cmd/compile/internal/gc/y.go	/^				Yyerror("can only use \/\/go:noescape with external func implementations")$/;"	f
 30155  implemented	./os/user/user.go	/^var implemented = true \/\/ set to false by lookup_stubs.go's init$/;"	v
 30156  implementing	./encoding/gob/doc.go	/^Gob can decode a value of any type implementing the GobDecoder or$/;"	t
 30157  implementing	./encoding/gob/doc.go	/^Gob can encode a value of any type implementing the GobEncoder or$/;"	t
 30158  implements	./cmd/compile/internal/gc/subr.go	/^func implements(t *Type, iface *Type, m **Type, samename **Type, ptr *int) bool {$/;"	f
 30159  implements	./cmd/vet/types.go	/^	\/\/ If the type implements fmt.Formatter, we have nothing to check.$/;"	t
 30160  implements	./encoding/gob/decode.go	/^	\/\/ If the type implements GobEncoder, we handle it without further processing.$/;"	t
 30161  implements	./encoding/gob/encode.go	/^	\/\/ If the type implements GobEncoder, we handle it without further processing.$/;"	t
 30162  implements	./encoding/gob/type.go	/^\/\/ implementsInterface reports whether the type implements the$/;"	t
 30163  implements	./go/types/lookup.go	/^	\/\/ A concrete type implements T if it implements all methods of T.$/;"	t
 30164  implements	./reflect/type.go	/^	\/\/ Implements reports whether the type implements the interface type u.$/;"	t
 30165  implements	./reflect/type.go	/^func implements(T, V *rtype) bool {$/;"	f
 30166  implements	./testing/quick/quick.go	/^\/\/ If the type implements the Generator interface, that will be used.$/;"	t
 30167  implementsInterface	./encoding/gob/type.go	/^func implementsInterface(typ, gobEncDecType reflect.Type) (success bool, indir int8) {$/;"	f
 30168  implementsTests	./reflect/set_test.go	/^var implementsTests = []struct {$/;"	v
 30169  implementsValue	./go/constant/value.go	/^func (boolVal) implementsValue()    {}$/;"	f
 30170  implementsValue	./go/constant/value.go	/^func (complexVal) implementsValue() {}$/;"	f
 30171  implementsValue	./go/constant/value.go	/^func (floatVal) implementsValue()   {}$/;"	f
 30172  implementsValue	./go/constant/value.go	/^func (int64Val) implementsValue()   {}$/;"	f
 30173  implementsValue	./go/constant/value.go	/^func (intVal) implementsValue()     {}$/;"	f
 30174  implementsValue	./go/constant/value.go	/^func (stringVal) implementsValue()  {}$/;"	f
 30175  implementsValue	./go/constant/value.go	/^func (unknownVal) implementsValue() {}$/;"	f
 30176  implicitArrayDeref	./go/types/builtins.go	/^func implicitArrayDeref(typ Type) Type {$/;"	f
 30177  implicitTagTest	./encoding/asn1/marshal_test.go	/^type implicitTagTest struct {$/;"	t
 30178  implicitTaggedTimeTest	./encoding/asn1/asn1_test.go	/^type implicitTaggedTimeTest struct {$/;"	t
 30179  implicitstar	./cmd/compile/internal/gc/typecheck.go	/^func implicitstar(nn **Node) {$/;"	f
 30180  impliedSemi	./go/printer/printer.go	/^		var impliedSemi bool \/\/ value for p.impliedSemi after this arg$/;"	v
 30181  import	./cmd/compile/internal/gc/go.y	/^import:$/;"	l
 30182  importComment	./go/ast/import.go	/^func importComment(s Spec) string {$/;"	f
 30183  importDir	./cmd/doc/main.go	/^func importDir(dir string) *build.Package {$/;"	f
 30184  importError	./go/internal/gccgoimporter/parser.go	/^type importError struct {$/;"	t
 30185  importError	./go/internal/gcimporter/gcimporter.go	/^type importError struct {$/;"	t
 30186  importMap	./cmd/compile/internal/gc/lex.go	/^var importMap = map[string]string{}$/;"	v
 30187  importName	./go/ast/import.go	/^func importName(s Spec) string {$/;"	f
 30188  importPath	./cmd/cgo/main.go	/^var importPath = flag.String("importpath", "", "import path of package being built (for comments in generated files)")$/;"	v
 30189  importPath	./cmd/fix/fix.go	/^func importPath(s *ast.ImportSpec) string {$/;"	f
 30190  importPath	./go/ast/import.go	/^func importPath(s Spec) string {$/;"	f
 30191  importPathToPrefix	./cmd/internal/goobj/read.go	/^func importPathToPrefix(s string) string {$/;"	f
 30192  importPathToPrefixTests	./cmd/internal/goobj/read_test.go	/^var importPathToPrefixTests = []struct {$/;"	v
 30193  importPaths	./cmd/go/main.go	/^func importPaths(args []string) []string {$/;"	f
 30194  importPathsNoDotExpansion	./cmd/go/main.go	/^func importPathsNoDotExpansion(args []string) []string {$/;"	f
 30195  importRuntimeCgo	./cmd/cgo/main.go	/^var importRuntimeCgo = flag.Bool("import_runtime_cgo", true, "import runtime\/cgo in generated code")$/;"	v
 30196  importSpec	./cmd/fix/fix.go	/^func importSpec(f *ast.File, path string) *ast.ImportSpec {$/;"	f
 30197  importSpec	./cmd/fix/gotypes.go	/^	var importSpec *ast.ImportSpec$/;"	v
 30198  importStack	./cmd/go/pkg.go	/^type importStack []string$/;"	t
 30199  importSyscall	./cmd/cgo/main.go	/^var importSyscall = flag.Bool("import_syscall", true, "import syscall in generated code")$/;"	v
 30200  importTests	./cmd/fix/import_test.go	/^var importTests = []testCase{$/;"	v
 30201  importType	./cmd/vet/types.go	/^func importType(path, name string) types.Type {$/;"	f
 30202  import_here	./cmd/compile/internal/gc/go.y	/^import_here:$/;"	l
 30203  import_package	./cmd/compile/internal/gc/go.y	/^import_package:$/;"	l
 30204  import_safety	./cmd/compile/internal/gc/go.y	/^import_safety:$/;"	l
 30205  import_stmt	./cmd/compile/internal/gc/go.y	/^import_stmt:$/;"	l
 30206  import_stmt_list	./cmd/compile/internal/gc/go.y	/^import_stmt_list:$/;"	l
 30207  import_there	./cmd/compile/internal/gc/go.y	/^import_there:$/;"	l
 30208  importablePackages	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^var importablePackages = [...]string{$/;"	v
 30209  importconst	./cmd/compile/internal/gc/export.go	/^func importconst(s *Sym, t *Type, n *Node) {$/;"	f
 30210  importcycles	./cmd/link/internal/ld/go.go	/^func importcycles() {$/;"	f
 30211  importdot	./cmd/compile/internal/gc/subr.go	/^func importdot(opkg *Pkg, pack *Node) {$/;"	f
 30212  imported	./cmd/link/internal/ld/go.go	/^func imported(pkg, imp string) {$/;"	f
 30213  importedObjectTests	./go/internal/gcimporter/gcimporter_test.go	/^var importedObjectTests = []struct {$/;"	v
 30214  imported_unsafe	./cmd/compile/internal/gc/lex.go	/^var imported_unsafe int$/;"	v
 30215  importerTest	./go/internal/gccgoimporter/importer_test.go	/^type importerTest struct {$/;"	t
 30216  importerTests	./go/internal/gccgoimporter/importer_test.go	/^var importerTests = [...]importerTest{$/;"	v
 30217  importfile	./cmd/compile/internal/gc/lex.go	/^func importfile(f *Val, line int) {$/;"	f
 30218  importimport	./cmd/compile/internal/gc/export.go	/^func importimport(s *Sym, path string) {$/;"	f
 30219  importing	./cmd/api/goapi.go	/^var importing types.Package$/;"	v
 30220  importlist	./cmd/compile/internal/gc/go.go	/^var importlist *NodeList \/\/ imported functions and methods with inlinable bodies$/;"	v
 30221  importmap	./cmd/link/internal/ld/go.go	/^var importmap = map[string]*Import{}$/;"	v
 30222  importmyname	./cmd/compile/internal/gc/go.go	/^var importmyname *Sym \/\/ my name for package$/;"	v
 30223  importpkg	./cmd/compile/internal/gc/go.go	/^var importpkg *Pkg \/\/ package being imported$/;"	v
 30224  imports	./cmd/compile/internal/gc/go.y	/^imports:$/;"	l
 30225  imports	./cmd/fix/fix.go	/^func imports(f *ast.File, path string) bool {$/;"	f
 30226  imports	./cmd/go/test.go	/^	var imports, ximports []*Package$/;"	v
 30227  imports	./cmd/go/vcs.go	/^		var imports []metaImport$/;"	v
 30228  imports	./go/ast/filter.go	/^	var imports []*ImportSpec$/;"	v
 30229  imports	./go/internal/gcimporter/gcimporter.go	/^	var imports []*types.Package$/;"	v
 30230  imports	./go/internal/gcimporter/gcimporter_test.go	/^var imports = make(map[string]*types.Package)$/;"	v
 30231  imports	./go/parser/parser_test.go	/^var imports = map[string]bool{$/;"	v
 30232  importsym	./cmd/compile/internal/gc/export.go	/^func importsym(s *Sym, op int) *Sym {$/;"	f
 30233  importtype	./cmd/compile/internal/gc/export.go	/^func importtype(pt *Type, t *Type) {$/;"	f
 30234  importvar	./cmd/compile/internal/gc/export.go	/^func importvar(s *Sym, t *Type) {$/;"	f
 30235  imtype	./cmd/compile/internal/gc/subr.go	/^	var imtype *Type$/;"	v
 30236  in	./cmd/cgo/doc.go	/^As Go doesn't have support for C's union type in the general case,$/;"	t
 30237  in	./cmd/cgo/main.go	/^\/\/ A FuncType collects information about a function type in both the C and Go worlds.$/;"	t
 30238  in	./cmd/cgo/main.go	/^\/\/ A Type collects information about a type in both the C and Go worlds.$/;"	t
 30239  in	./cmd/cgo/out.go	/^		\/\/ Look up the type in the top level declarations.$/;"	t
 30240  in	./cmd/compile/internal/amd64/ggen.go	/^	gc.Regalloc(&n1, nr.Type, &n1) \/\/ to hold the shift type in CX$/;"	t
 30241  in	./cmd/compile/internal/arm64/ggen.go	/^	gc.Regalloc(&n1, nr.Type, nil) \/\/ to hold the shift type in CX$/;"	t
 30242  in	./cmd/compile/internal/big/int_test.go	/^	var in = make([]*Int, 1)$/;"	v
 30243  in	./cmd/compile/internal/big/rat_test.go	/^	var in = make([]*Rat, 1)$/;"	v
 30244  in	./cmd/compile/internal/gc/dcl.go	/^		\/\/ inner func is referring to var in outer func.$/;"	v
 30245  in	./cmd/compile/internal/gc/gen.go	/^		\/\/ Holding itab, want concrete type in second word.$/;"	t
 30246  in	./cmd/compile/internal/gc/go.go	/^	Down  *Type   \/\/ next struct field, also key type in TMAP$/;"	t
 30247  in	./cmd/compile/internal/gc/go.go	/^	Ecomplit  = 1 << 11 \/\/ type in composite literal$/;"	t
 30248  in	./cmd/compile/internal/gc/plive.go	/^			\/\/ So only use uevar in the non-addrtaken case.$/;"	v
 30249  in	./cmd/compile/internal/gc/reflect.go	/^	var in *NodeList$/;"	v
 30250  in	./cmd/compile/internal/gc/typecheck.go	/^		Yyerror("missing type in composite literal")$/;"	t
 30251  in	./cmd/compile/internal/gc/y.go	/^			Yyerror("cannot parenthesize type in composite literal")$/;"	t
 30252  in	./cmd/compile/internal/ppc64/ggen.go	/^	gc.Regalloc(&n1, nr.Type, nil) \/\/ to hold the shift type in CX$/;"	t
 30253  in	./cmd/compile/internal/x86/ggen.go	/^			gc.Regalloc(&n1, gc.Types[gc.TUINT32], &n1) \/\/ to hold the shift type in CX$/;"	t
 30254  in	./cmd/compile/internal/x86/ggen.go	/^		gc.Regalloc(&n1, nr.Type, &n1) \/\/ to hold the shift type in CX$/;"	t
 30255  in	./cmd/cover/cover.go	/^			panic("unexpected node type in if")$/;"	t
 30256  in	./cmd/dist/test.go	/^\/\/ testing func in registerStdTest below. The tests are run$/;"	f
 30257  in	./cmd/doc/pkg.go	/^		pkg.Fatalf("symbol %s is not a type in package %s installed in %q", symbol, pkg.name, pkg.build.ImportPath)$/;"	t
 30258  in	./cmd/fix/typecheck.go	/^					\/\/ exactly one type in the case list.$/;"	t
 30259  in	./cmd/vet/asmdecl.go	/^			\/\/ Determine alignment, size, and kind of type in declaration.$/;"	t
 30260  in	./cmd/vet/method.go	/^\/\/ Does each type in expect with the given prefix match the corresponding type in actual?$/;"	t
 30261  in	./crypto/tls/tls.go	/^			return nil, errors.New("crypto\/tls: found unknown private key type in PKCS#8 wrapping")$/;"	t
 30262  in	./database/sql/driver/types.go	/^\/\/    to a user's type in a scan.$/;"	t
 30263  in	./debug/dwarf/const.go	/^\/\/ An Attr identifies the attribute type in a DWARF Entry's Field.$/;"	t
 30264  in	./debug/dwarf/type.go	/^		\/\/	AttrByteSize: size of type in bytes [required]$/;"	t
 30265  in	./debug/dwarf/type.go	/^		\/\/	AttrName: name of base type in programming language of the compilation unit [required]$/;"	t
 30266  in	./encoding/gob/codec_test.go	/^	\/\/ Sending a Point will require that the receiver define a type in the middle of$/;"	t
 30267  in	./encoding/gob/codec_test.go	/^	\/\/ Sending a Vector will require that the receiver define a type in the middle of$/;"	t
 30268  in	./encoding/gob/doc.go	/^The implementation compiles a custom codec for each data type in the stream and$/;"	t
 30269  in	./encoding/gob/encode.go	/^	panic("unknown type in isZero " + val.Type().String())$/;"	t
 30270  in	./encoding/gob/encoder_test.go	/^	var in = []byte{1, 2, 3}$/;"	v
 30271  in	./encoding/gob/encoder_test.go	/^\/\/ is sent, its type in the test is always NewType0, so this checks that the$/;"	t
 30272  in	./encoding/gob/type.go	/^	\/\/ but the flattened type in the type table, since that's what decode needs.$/;"	t
 30273  in	./encoding/hex/hex_test.go	/^	var in [40]byte$/;"	v
 30274  in	./encoding/xml/marshal_test.go	/^	var in, out bytes.Buffer$/;"	v
 30275  in	./go/ast/ast.go	/^	\/\/ An Ellipsis node stands for the "..." type in a$/;"	t
 30276  in	./go/doc/exports.go	/^\/\/ filterParamList applies filterType to each parameter type in fields.$/;"	t
 30277  in	./go/doc/reader.go	/^							\/\/ than one type in the group (this affects$/;"	t
 30278  in	./go/doc/reader.go	/^			\/\/ with the first type in result signature (there may$/;"	t
 30279  in	./go/types/expr.go	/^			check.error(e.Pos(), "missing type in composite literal")$/;"	t
 30280  in	./go/types/stmt.go	/^			\/\/ Check each type in this type switch case.$/;"	t
 30281  in	./go/types/type.go	/^\/\/ before using the interface type in any way other than to form other types.$/;"	t
 30282  in	./math/big/int_test.go	/^	var in = make([]*Int, 1)$/;"	v
 30283  in	./math/big/rat_test.go	/^	var in = make([]*Rat, 1)$/;"	v
 30284  in	./net/fd_windows.go	/^			panic("unexpected type in connect")$/;"	t
 30285  in	./os/env.go	/^\/\/ Expand replaces ${var} or $var in the string based on the mapping function.$/;"	v
 30286  in	./os/env.go	/^\/\/ ExpandEnv replaces ${var} or $var in the string according to the values$/;"	v
 30287  in	./reflect/type.go	/^	\/\/ Bits returns the size of the type in bits.$/;"	t
 30288  in	./reflect/type.go	/^\/\/ cachePut stores the given type in the cache, unlocks the cache,$/;"	t
 30289  in	./runtime/mfinal.go	/^					throw("missing type in runfinq")$/;"	t
 30290  in	./syscall/zerrors_darwin_386.go	/^	86:  "bad CPU type in executable",$/;"	t
 30291  in	./syscall/zerrors_darwin_amd64.go	/^	86:  "bad CPU type in executable",$/;"	t
 30292  in	./syscall/zerrors_darwin_arm.go	/^	86:  "bad CPU type in executable",$/;"	t
 30293  in	./syscall/zerrors_darwin_arm64.go	/^	86:  "bad CPU type in executable",$/;"	t
 30294  inCategory	./unicode/maketables.go	/^func inCategory(name string) []rune {$/;"	f
 30295  inCategoryTest	./unicode/script_test.go	/^var inCategoryTest = []T{$/;"	v
 30296  inHandlerLen	./net/http/serve_test.go	/^	var inHandlerLen int$/;"	v
 30297  inOrder	./sort/sort_test.go	/^func (d intPairs) inOrder() bool {$/;"	f
 30298  inPropTest	./unicode/script_test.go	/^var inPropTest = []T{$/;"	v
 30299  inScript	./unicode/maketables.go	/^func inScript(name string) []rune {$/;"	f
 30300  inSourceOrder	./go/types/ordering.go	/^type inSourceOrder []Object$/;"	t
 30301  inTest	./unicode/script_test.go	/^var inTest = []T{$/;"	v
 30302  inc	./cmd/compile/internal/gc/esc.go	/^func (l Level) inc() Level {$/;"	f
 30303  incCounter	./crypto/rsa/rsa.go	/^func incCounter(c *[4]byte) {$/;"	f
 30304  incCounterStmt	./cmd/cover/cover.go	/^func incCounterStmt(f *File, counter ast.Expr) ast.Stmt {$/;"	f
 30305  incHi	./compress/lzw/writer.go	/^func (e *encoder) incHi() error {$/;"	f
 30306  incSeq	./crypto/tls/conn.go	/^func (hc *halfConn) incSeq() {$/;"	f
 30307  incannedimport	./cmd/compile/internal/gc/go.go	/^var incannedimport int$/;"	v
 30308  incidlelocked	./runtime/proc1.go	/^func incidlelocked(v int32) {$/;"	f
 30309  include	./cmd/asm/internal/lex/input.go	/^func (in *Input) include() {$/;"	f
 30310  includes	./go/types/predicates.go	/^\/\/ hasNil reports whether a type includes the nil value.$/;"	t
 30311  incrStat	./database/sql/fakedb_test.go	/^func (c *fakeConn) incrStat(v *int) {$/;"	f
 30312  incref	./net/fd_plan9.go	/^func (fd *netFD) incref() error {$/;"	f
 30313  incref	./net/fd_unix.go	/^func (fd *netFD) incref() error {$/;"	f
 30314  incref	./net/fd_windows.go	/^func (fd *netFD) incref() error {$/;"	f
 30315  incstart	./debug/gosym/symtab.go	/^		var incstart int$/;"	v
 30316  ind	./go/types/expr.go	/^		var ind [3]int64$/;"	v
 30317  indcl	./cmd/compile/internal/gc/go.y	/^indcl:$/;"	l
 30318  indebug	./cmd/yacc/yacc.go	/^var indebug = 0 \/\/ debugging flag for cpfir$/;"	v
 30319  indent	./cmd/compile/internal/gc/fmt.go	/^func indent(buf *bytes.Buffer) {$/;"	f
 30320  indent	./go/ast/print.go	/^var indent = []byte(".  ")$/;"	v
 30321  indentErrorTest	./encoding/json/scanner_test.go	/^type indentErrorTest struct {$/;"	t
 30322  indentErrorTests	./encoding/json/scanner_test.go	/^var indentErrorTests = []indentErrorTest{$/;"	v
 30323  indentFmt	./go/doc/doc_test.go	/^func indentFmt(indent, s string) string {$/;"	f
 30324  indentLen	./go/doc/comment.go	/^func indentLen(s string) int {$/;"	f
 30325  indentList	./go/printer/nodes.go	/^func (p *printer) indentList(list []ast.Expr) bool {$/;"	f
 30326  independentTestTypes	./go/types/typestring_test.go	/^var independentTestTypes = []testEntry{$/;"	v
 30327  index	./cmd/compile/internal/gc/sinit.go	/^		var index *Node$/;"	v
 30328  index	./cmd/compile/internal/gc/sinit.go	/^	var index *Node$/;"	v
 30329  index	./cmd/cover/cover.go	/^func (f *File) index() *ast.BasicLit {$/;"	f
 30330  index	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func index(s []byte, t string) int {$/;"	f
 30331  index	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func index(s []byte, t string) int {$/;"	f
 30332  index	./go/parser/parser.go	/^	var index [N]ast.Expr$/;"	v
 30333  index	./go/types/expr.go	/^	var index, max int64$/;"	v
 30334  index	./go/types/expr.go	/^func (check *Checker) index(index ast.Expr, max int64) (i int64, valid bool) {$/;"	f
 30335  index	./index/suffixarray/suffixarray_test.go	/^type index Index$/;"	t
 30336  index	./path/filepath/path.go	/^func (b *lazybuf) index(i int) byte {$/;"	f
 30337  index	./path/path.go	/^func (b *lazybuf) index(i int) byte {$/;"	f
 30338  index	./reflect/type.go	/^				var index []int$/;"	v
 30339  index	./regexp/regexp.go	/^func (i *inputBytes) index(re *Regexp, pos int) int {$/;"	f
 30340  index	./regexp/regexp.go	/^func (i *inputReader) index(re *Regexp, pos int) int {$/;"	f
 30341  index	./regexp/regexp.go	/^func (i *inputString) index(re *Regexp, pos int) int {$/;"	f
 30342  index	./runtime/string.go	/^func index(s, t string) int {$/;"	f
 30343  index	./strings/replace.go	/^	var index byte$/;"	v
 30344  index	./text/template/funcs.go	/^func index(item interface{}, indices ...interface{}) (interface{}, error) {$/;"	f
 30345  indexAnyTests	./bytes/bytes_test.go	/^var indexAnyTests = []BinOpTest{$/;"	v
 30346  indexAnyTests	./strings/strings_test.go	/^var indexAnyTests = []IndexTest{$/;"	v
 30347  indexBytePortable	./bytes/bytes.go	/^func indexBytePortable(s []byte, c byte) int {$/;"	f
 30348  indexError	./runtime/panic.go	/^var indexError = error(errorString("index out of range"))$/;"	v
 30349  indexFunc	./bytes/bytes.go	/^func indexFunc(s []byte, f func(r rune) bool, truth bool) int {$/;"	f
 30350  indexFunc	./strings/strings.go	/^func indexFunc(s string, f func(rune) bool, truth bool) int {$/;"	f
 30351  indexFuncTests	./bytes/bytes_test.go	/^var indexFuncTests = []IndexFuncTest{$/;"	v
 30352  indexFuncTests	./strings/strings_test.go	/^var indexFuncTests = []struct {$/;"	v
 30353  indexLocal	./sync/pool.go	/^func indexLocal(l unsafe.Pointer, i int) *poolLocal {$/;"	f
 30354  indexOfStr	./html/template/escape.go	/^func indexOfStr(s string, strs []string, eq func(a, b string) bool) int {$/;"	f
 30355  indexRune	./fmt/scan.go	/^func indexRune(s string, r rune) int {$/;"	f
 30356  indexRuneTests	./bytes/bytes_test.go	/^var indexRuneTests = []BinOpTest{$/;"	v
 30357  indexRuneTests	./strings/strings_test.go	/^var indexRuneTests = []struct {$/;"	v
 30358  indexTagEnd	./html/template/transition.go	/^func indexTagEnd(s []byte, tag []byte) int {$/;"	f
 30359  indexTests	./bytes/bytes_test.go	/^var indexTests = []BinOpTest{$/;"	v
 30360  indexTests	./strings/strings_test.go	/^var indexTests = []IndexTest{$/;"	v
 30361  indexTmpl	./net/http/pprof/pprof.go	/^var indexTmpl = template.Must(template.New("index").Parse(`<html>$/;"	v
 30362  indexVar	./cmd/api/testdata/src/pkg/p1/p1.go	/^var indexVar = m["foo"]$/;"	v
 30363  indexdup	./cmd/compile/internal/gc/typecheck.go	/^func indexdup(n *Node, hash map[int64]*Node) {$/;"	f
 30364  indexedElts	./go/types/expr.go	/^func (check *Checker) indexedElts(elts []ast.Expr, typ Type, length int64) int64 {$/;"	f
 30365  indexlit	./cmd/compile/internal/gc/typecheck.go	/^func indexlit(np **Node) {$/;"	f
 30366  indgo	./cmd/yacc/yacc.go	/^var indgo = make([]int, NSTATES) \/\/ index to the stored goto table$/;"	v
 30367  indir_cx	./cmd/internal/obj/x86/obj6.go	/^func indir_cx(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) {$/;"	f
 30368  indirect	./cmd/compile/internal/gc/esc.go	/^	var indirect bool$/;"	v
 30369  indirect	./encoding/json/decode.go	/^func (d *decodeState) indirect(v reflect.Value, decodingNull bool) (Unmarshaler, encoding.TextUnmarshaler, reflect.Value) {$/;"	f
 30370  indirect	./html/template/content.go	/^func indirect(a interface{}) interface{} {$/;"	f
 30371  indirect	./text/template/exec.go	/^func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {$/;"	f
 30372  indirectToJSONMarshaler	./html/template/js.go	/^func indirectToJSONMarshaler(a interface{}) interface{} {$/;"	f
 30373  indirectToStringerOrError	./html/template/content.go	/^func indirectToStringerOrError(a interface{}) interface{} {$/;"	f
 30374  indirect_key	./cmd/link/internal/ld/dwarf.go	/^	var indirect_key int$/;"	v
 30375  indirect_val	./cmd/link/internal/ld/dwarf.go	/^	var indirect_val int$/;"	v
 30376  inference	./go/types/api.go	/^\/\/ Use Info.Types[expr].Type for the results of type inference.$/;"	t
 30377  inferences	./html/template/escape.go	/^	\/\/ Make type inferences available to f.$/;"	t
 30378  inferences	./html/template/escape.go	/^\/\/ escaper collects type inferences about templates and changes needed to make$/;"	t
 30379  infile	./cmd/compile/internal/gc/go.go	/^var infile string$/;"	v
 30380  infile	./cmd/yacc/yacc.go	/^var infile string  \/\/ input file name$/;"	v
 30381  infiniteReader	./net/http/request_test.go	/^type infiniteReader struct {$/;"	t
 30382  inflate	./syscall/unzip_nacl.go	/^func inflate(in string) (out []byte) {$/;"	f
 30383  info	./cmd/compile/internal/gc/go.go	/^var typelinkpkg *Pkg \/\/ fake package for runtime type info (data)$/;"	t
 30384  info	./cmd/compile/internal/gc/go.go	/^var typepkg *Pkg \/\/ fake package for runtime type info (headers)$/;"	t
 30385  info	./cmd/compile/internal/gc/go.go	/^var weaktypepkg *Pkg \/\/ weak references to runtime type info$/;"	t
 30386  info	./cmd/dist/util_gc.go	/^	var info [4]uint32$/;"	v
 30387  info	./cmd/fix/typecheck.go	/^			\/\/ Do it again now that we have that type info.$/;"	t
 30388  info	./cmd/link/internal/ld/ldelf.go	/^	var info uint64$/;"	v
 30389  info	./cmd/pprof/internal/report/report.go	/^	var info []nodeInfo$/;"	v
 30390  info	./encoding/gob/encoder.go	/^		\/\/ If the type info has still not been transmitted, it means we have$/;"	t
 30391  info	./encoding/gob/encoder.go	/^		\/\/ need to send the type info but we do need to update enc.sent.$/;"	t
 30392  info	./encoding/gob/encoder.go	/^\/\/ sendType sends the type info to the other side, if necessary.$/;"	t
 30393  info	./encoding/gob/type.go	/^\/\/ Internally, typeIds are used as keys to a map to recover the underlying type info.$/;"	t
 30394  info	./encoding/gob/type.go	/^\/\/ and stores it in the type info map.$/;"	t
 30395  info	./go/types/api_test.go	/^		var info Info$/;"	v
 30396  info	./go/types/api_test.go	/^	var info Info$/;"	v
 30397  info	./reflect/all_test.go	/^		var info []caseInfo$/;"	v
 30398  info	./runtime/gcinfo_test.go	/^\/\/ TestGCInfo tests that various objects in heap, data and bss receive correct GC pointer type info.$/;"	t
 30399  info	./runtime/mbitmap.go	/^\/\/ Returns GC type info for object p for testing.$/;"	t
 30400  info	./runtime/mbitmap.go	/^\/\/ gcbits returns the GC type info for x, for testing.$/;"	t
 30401  info	./runtime/os1_windows.go	/^	var info systeminfo$/;"	v
 30402  info	./runtime/vdso_linux_amd64.go	/^			var info vdso_info$/;"	v
 30403  info	./unicode/utf8/utf8_test.go	/^	type info struct {$/;"	t
 30404  infoBigStruct	./runtime/gcinfo_test.go	/^func infoBigStruct() []byte {$/;"	f
 30405  infoPtr	./runtime/gcinfo_test.go	/^var infoPtr = []byte{typePointer}$/;"	v
 30406  infoPtr10	./runtime/gcinfo_test.go	/^var infoPtr10 = []byte{typePointer, typePointer, typePointer, typePointer, typePointer, typePointer, typePointer, typePointer, typePointer, typePointer}$/;"	v
 30407  infoPtrScalar	./runtime/gcinfo_test.go	/^var infoPtrScalar = []byte{typePointer, typeScalar, typePointer, typeScalar, typePointer, typeScalar}$/;"	v
 30408  infoScalarPtr	./runtime/gcinfo_test.go	/^var infoScalarPtr = []byte{typeScalar, typePointer, typeScalar, typePointer, typeScalar, typePointer}$/;"	v
 30409  infoScalarPtr4	./runtime/gcinfo_test.go	/^var infoScalarPtr4 = append(append(append(append([]byte(nil), infoScalarPtr...), infoScalarPtr...), infoScalarPtr...), infoScalarPtr...)$/;"	v
 30410  infoo	./cmd/link/internal/ld/dwarf.go	/^var infoo int64 \/\/ also the base for DWDie->offs and reference attributes.$/;"	v
 30411  inforeloco	./cmd/link/internal/ld/dwarf.go	/^var inforeloco int64$/;"	v
 30412  inforelocsize	./cmd/link/internal/ld/dwarf.go	/^var inforelocsize int64$/;"	v
 30413  information	./cmd/compile/doc.go	/^The generated files contain type information about the symbols exported by$/;"	t
 30414  information	./cmd/compile/internal/gc/closure.go	/^	\/\/ The use of the struct provides type information to the garbage$/;"	t
 30415  information	./cmd/fix/typecheck.go	/^			\/\/ type information.$/;"	t
 30416  information	./cmd/fix/typecheck.go	/^\/\/ It returns two maps with type information:$/;"	t
 30417  information	./cmd/fix/typecheck.go	/^\/\/ an AST and a description of some type information to$/;"	t
 30418  information	./cmd/fix/typecheck.go	/^\/\/ typeof maps AST nodes to type information in gofmt string form.$/;"	t
 30419  information	./cmd/fix/typecheck.go	/^\/\/ using the type information in cfg.$/;"	t
 30420  information	./cmd/internal/goobj/read.go	/^	Type  SymID   \/\/ symbol for Go type information$/;"	t
 30421  information	./cmd/internal/obj/objfile.go	/^				\/\/ instructions there. Without the type information, gdb can't$/;"	t
 30422  information	./cmd/link/internal/ld/data.go	/^		Diag("missing Go type information for global symbol: %s size %d", s.Name, int(s.Size))$/;"	t
 30423  information	./cmd/link/internal/ld/go.go	/^\/\/ accumulate all type information from .6 files.$/;"	t
 30424  information	./cmd/link/internal/ld/go.go	/^\/\/ importmap records type information about imported symbols to detect inconsistencies.$/;"	t
 30425  information	./cmd/pprof/internal/profile/profile.go	/^		return fmt.Errorf("missing sample type information")$/;"	t
 30426  information	./cmd/vet/types.go	/^		\/\/ No type information available. Assume true, so we do the check.$/;"	t
 30427  information	./cmd/yacc/yacc.go	/^var tystate = make([]int, NSTATES) \/\/ contains type information about the states$/;"	t
 30428  information	./debug/dwarf/type.go	/^\/\/ DWARF type information structures.$/;"	t
 30429  information	./encoding/gob/doc.go	/^all type information is sent before it is needed.  At the receive side, a$/;"	t
 30430  information	./encoding/gob/encoder.go	/^\/\/ guaranteeing that all necessary type information has been transmitted first.$/;"	t
 30431  information	./encoding/gob/encoder_test.go	/^\/\/ type information in the stream.$/;"	t
 30432  information	./encoding/gob/type.go	/^\/\/ buildTypeInfo constructs the type information for the type$/;"	t
 30433  information	./go/ast/scope.go	/^	Type interface{} \/\/ placeholder for type information; may be nil$/;"	t
 30434  information	./go/doc/exports.go	/^		\/\/ Propagate any type information that would get lost otherwise$/;"	t
 30435  information	./go/types/api.go	/^\/\/ Info holds result type information for a type-checked package.$/;"	t
 30436  information	./go/types/api.go	/^\/\/ the first error if any, and if info != nil, additional type information.$/;"	t
 30437  information	./reflect/all_test.go	/^\/\/ program counter to determine the type information and understand that$/;"	t
 30438  information	./runtime/extern.go	/^such as functions to control goroutines. It also includes the low-level type information$/;"	t
 30439  information	./runtime/mbitmap.go	/^\/\/ For large types containing arrays, the type information has a$/;"	t
 30440  information	./runtime/mbitmap.go	/^\/\/ binary and in the memory representation of the type information.$/;"	t
 30441  information	./runtime/stubs.go	/^\/\/ not called directly; definitions here supply type information for traceback.$/;"	t
 30442  infosec	./cmd/link/internal/ld/dwarf.go	/^var infosec *LSym$/;"	v
 30443  infosize	./cmd/link/internal/ld/dwarf.go	/^var infosize int64$/;"	v
 30444  infosym	./cmd/link/internal/ld/dwarf.go	/^var infosym *LSym$/;"	v
 30445  infosympos	./cmd/link/internal/ld/dwarf.go	/^var infosympos int64$/;"	v
 30446  inheap	./runtime/mheap.go	/^func inheap(b uintptr) bool {$/;"	f
 30447  inheritTime	./runtime/proc1.go	/^	var inheritTime bool$/;"	v
 30448  init	./archive/tar/stat_unix.go	/^func init() {$/;"	f
 30449  init	./archive/zip/reader.go	/^func (z *Reader) init(r io.ReaderAt, size int64) error {$/;"	f
 30450  init	./bytes/buffer_test.go	/^func init() {$/;"	f
 30451  init	./cmd/asm/internal/flags/flags.go	/^func init() {$/;"	f
 30452  init	./cmd/compile/internal/big/decimal.go	/^func (x *decimal) init(m nat, shift int) {$/;"	f
 30453  init	./cmd/compile/internal/gc/dcl.go	/^	var init *NodeList$/;"	v
 30454  init	./cmd/compile/internal/gc/init.go	/^ *	func init()					(2)$/;"	f
 30455  init	./cmd/compile/internal/gc/lex.go	/^func init() {$/;"	f
 30456  init	./cmd/compile/internal/gc/range.go	/^	var init *NodeList$/;"	v
 30457  init	./cmd/compile/internal/gc/reflect.go	/^func (p *GCProg) init(sym *Sym) {$/;"	f
 30458  init	./cmd/compile/internal/gc/select.go	/^	var init *NodeList$/;"	v
 30459  init	./cmd/compile/internal/gc/swt.go	/^	var init *NodeList$/;"	v
 30460  init	./cmd/compile/internal/gc/y.go	/^					Yyerror("func init must have no arguments and no return values")$/;"	f
 30461  init	./cmd/fix/gotypes.go	/^func init() {$/;"	f
 30462  init	./cmd/fix/gotypes_test.go	/^func init() {$/;"	f
 30463  init	./cmd/fix/import_test.go	/^func init() {$/;"	f
 30464  init	./cmd/fix/netipv6zone.go	/^func init() {$/;"	f
 30465  init	./cmd/fix/netipv6zone_test.go	/^func init() {$/;"	f
 30466  init	./cmd/fix/printerconfig.go	/^func init() {$/;"	f
 30467  init	./cmd/fix/printerconfig_test.go	/^func init() {$/;"	f
 30468  init	./cmd/go/clean.go	/^func init() {$/;"	f
 30469  init	./cmd/go/fmt.go	/^func init() {$/;"	f
 30470  init	./cmd/go/generate.go	/^func init() {$/;"	f
 30471  init	./cmd/go/get.go	/^func init() {$/;"	f
 30472  init	./cmd/go/go_test.go	/^func init() {$/;"	f
 30473  init	./cmd/go/list.go	/^func init() {$/;"	f
 30474  init	./cmd/go/run.go	/^func init() {$/;"	f
 30475  init	./cmd/go/test.go	/^func init() {$/;"	f
 30476  init	./cmd/go/testdata/norunexample/example_test.go	/^func init() {$/;"	f
 30477  init	./cmd/go/testdata/src/badtest/badexec/x_test.go	/^func init() {$/;"	f
 30478  init	./cmd/go/testdata/src/testcycle/p1/p1.go	/^func init() {$/;"	f
 30479  init	./cmd/go/testdata/src/testcycle/p2/p2.go	/^func init() {$/;"	f
 30480  init	./cmd/go/testdata/src/testcycle/p3/p3.go	/^func init() {$/;"	f
 30481  init	./cmd/go/testflag.go	/^func init() {$/;"	f
 30482  init	./cmd/go/testgo.go	/^func init() {$/;"	f
 30483  init	./cmd/go/tool.go	/^func init() {$/;"	f
 30484  init	./cmd/go/vcs.go	/^func init() {$/;"	f
 30485  init	./cmd/go/vet.go	/^func init() {$/;"	f
 30486  init	./cmd/internal/goobj/read.go	/^func (r *objReader) init(f io.ReadSeeker, p *Package) {$/;"	f
 30487  init	./cmd/internal/obj/arm/list5.go	/^func init() {$/;"	f
 30488  init	./cmd/internal/obj/arm64/list7.go	/^func init() {$/;"	f
 30489  init	./cmd/internal/obj/go.go	/^func init() {$/;"	f
 30490  init	./cmd/internal/obj/ppc64/list9.go	/^func init() {$/;"	f
 30491  init	./cmd/internal/obj/x86/list6.go	/^func init() {$/;"	f
 30492  init	./cmd/nm/nm.go	/^func init() {$/;"	f
 30493  init	./cmd/trace/goroutines.go	/^func init() {$/;"	f
 30494  init	./cmd/trace/pprof.go	/^func init() {$/;"	f
 30495  init	./cmd/trace/trace.go	/^func init() {$/;"	f
 30496  init	./cmd/vet/assign.go	/^func init() {$/;"	f
 30497  init	./cmd/vet/atomic.go	/^func init() {$/;"	f
 30498  init	./cmd/vet/bool.go	/^func init() {$/;"	f
 30499  init	./cmd/vet/composite.go	/^func init() {$/;"	f
 30500  init	./cmd/vet/copylock.go	/^func init() {$/;"	f
 30501  init	./cmd/vet/deadcode.go	/^func init() {$/;"	f
 30502  init	./cmd/vet/method.go	/^func init() {$/;"	f
 30503  init	./cmd/vet/nilfunc.go	/^func init() {$/;"	f
 30504  init	./cmd/vet/print.go	/^func init() {$/;"	f
 30505  init	./cmd/vet/rangeloop.go	/^func init() {$/;"	f
 30506  init	./cmd/vet/shadow.go	/^func init() {$/;"	f
 30507  init	./cmd/vet/shift.go	/^func init() {$/;"	f
 30508  init	./cmd/vet/structtag.go	/^func init() {$/;"	f
 30509  init	./cmd/vet/types.go	/^func init() {$/;"	f
 30510  init	./cmd/vet/unsafeptr.go	/^func init() {$/;"	f
 30511  init	./cmd/vet/unused.go	/^func init() {$/;"	f
 30512  init	./cmd/yacc/yacc.go	/^func init() {$/;"	f
 30513  init	./compress/bzip2/bzip2.go	/^func init() {$/;"	f
 30514  init	./compress/flate/deflate.go	/^func (d *compressor) init(w io.Writer, level int) (err error) {$/;"	f
 30515  init	./compress/flate/gen.go	/^func (h *huffmanDecoder) init(bits []int) bool {$/;"	f
 30516  init	./compress/flate/inflate.go	/^func (h *huffmanDecoder) init(bits []int) bool {$/;"	f
 30517  init	./compress/gzip/gzip.go	/^func (z *Writer) init(w io.Writer, level int) {$/;"	f
 30518  init	./container/ring/ring.go	/^func (r *Ring) init() *Ring {$/;"	f
 30519  init	./crypto/des/block.go	/^func init() {$/;"	f
 30520  init	./crypto/md5/gen.go	/^func init() {$/;"	f
 30521  init	./crypto/md5/md5.go	/^func init() {$/;"	f
 30522  init	./crypto/md5/md5block.go	/^func init() {$/;"	f
 30523  init	./crypto/rand/eagain.go	/^func init() {$/;"	f
 30524  init	./crypto/rand/rand_linux.go	/^func init() {$/;"	f
 30525  init	./crypto/rand/rand_unix.go	/^func init() {$/;"	f
 30526  init	./crypto/rand/rand_windows.go	/^func init() { Reader = &rngReader{} }$/;"	f
 30527  init	./crypto/sha1/sha1.go	/^func init() {$/;"	f
 30528  init	./crypto/sha256/sha256.go	/^func init() {$/;"	f
 30529  init	./crypto/sha512/sha512.go	/^func init() {$/;"	f
 30530  init	./crypto/tls/handshake_server_test.go	/^func init() {$/;"	f
 30531  init	./crypto/x509/sha2_windows_test.go	/^func init() {$/;"	f
 30532  init	./database/sql/fakedb_test.go	/^func init() {$/;"	f
 30533  init	./database/sql/sql_test.go	/^func (c *concurrentDBExecTest) init(t testing.TB, db *DB) {$/;"	f
 30534  init	./database/sql/sql_test.go	/^func (c *concurrentDBQueryTest) init(t testing.TB, db *DB) {$/;"	f
 30535  init	./database/sql/sql_test.go	/^func (c *concurrentRandomTest) init(t testing.TB, db *DB) {$/;"	f
 30536  init	./database/sql/sql_test.go	/^func (c *concurrentStmtExecTest) init(t testing.TB, db *DB) {$/;"	f
 30537  init	./database/sql/sql_test.go	/^func (c *concurrentStmtQueryTest) init(t testing.TB, db *DB) {$/;"	f
 30538  init	./database/sql/sql_test.go	/^func (c *concurrentTxExecTest) init(t testing.TB, db *DB) {$/;"	f
 30539  init	./database/sql/sql_test.go	/^func (c *concurrentTxQueryTest) init(t testing.TB, db *DB) {$/;"	f
 30540  init	./database/sql/sql_test.go	/^func (c *concurrentTxStmtExecTest) init(t testing.TB, db *DB) {$/;"	f
 30541  init	./database/sql/sql_test.go	/^func (c *concurrentTxStmtQueryTest) init(t testing.TB, db *DB) {$/;"	f
 30542  init	./database/sql/sql_test.go	/^func init() {$/;"	f
 30543  init	./encoding/gob/debug.go	/^func init() {$/;"	f
 30544  init	./encoding/gob/decode.go	/^func init() {$/;"	f
 30545  init	./encoding/gob/type.go	/^func (a *arrayType) init(elem gobType, len int) {$/;"	f
 30546  init	./encoding/gob/type.go	/^func (m *mapType) init(key, elem gobType) {$/;"	f
 30547  init	./encoding/gob/type.go	/^func (s *sliceType) init(elem gobType) {$/;"	f
 30548  init	./encoding/gob/type.go	/^func init() {$/;"	f
 30549  init	./encoding/json/decode.go	/^func (d *decodeState) init(data []byte) *decodeState {$/;"	f
 30550  init	./expvar/expvar.go	/^func init() {$/;"	f
 30551  init	./flag/example_test.go	/^func init() {$/;"	f
 30552  init	./flag/flag.go	/^		func init() {$/;"	f
 30553  init	./fmt/format.go	/^func (f *fmt) init(buf *buffer) {$/;"	f
 30554  init	./fmt/format.go	/^func init() {$/;"	f
 30555  init	./go/internal/gccgoimporter/parser.go	/^func (p *parser) init(filename string, src io.Reader, imports map[string]*types.Package) {$/;"	f
 30556  init	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) init(filename, id string, src io.Reader, packages map[string]*types.Package) {$/;"	f
 30557  init	./go/internal/gcimporter/testdata/exports.go	/^func init() {}$/;"	f
 30558  init	./go/parser/parser.go	/^func (p *parser) init(fset *token.FileSet, filename string, src []byte, mode Mode) {$/;"	f
 30559  init	./go/printer/printer.go	/^func (p *printer) init(cfg *Config, fset *token.FileSet, nodeSizes map[ast.Node]int) {$/;"	f
 30560  init	./go/printer/printer_test.go	/^func init() {$/;"	f
 30561  init	./go/printer/testdata/parser.go	/^func (p *parser) init(fset *token.FileSet, filename string, src []byte, mode uint) {$/;"	f
 30562  init	./go/token/token.go	/^func init() {$/;"	f
 30563  init	./go/types/decl.go	/^						var init ast.Expr$/;"	v
 30564  init	./go/types/decl.go	/^		check.errorf(fdecl.Pos(), "func init must have no arguments and no return values")$/;"	f
 30565  init	./go/types/resolver.go	/^									var init ast.Expr$/;"	v
 30566  init	./go/types/resolver.go	/^								var init ast.Expr$/;"	v
 30567  init	./go/types/resolver_test.go	/^		func init() {}$/;"	f
 30568  init	./go/types/universe.go	/^func init() {$/;"	f
 30569  init	./image/gif/reader.go	/^func init() {$/;"	f
 30570  init	./image/jpeg/dct_test.go	/^func init() {$/;"	f
 30571  init	./image/jpeg/reader.go	/^func init() {$/;"	f
 30572  init	./image/jpeg/writer.go	/^func (h *huffmanLUT) init(s huffmanSpec) {$/;"	f
 30573  init	./image/jpeg/writer.go	/^func init() {$/;"	f
 30574  init	./image/png/reader.go	/^func init() {$/;"	f
 30575  init	./math/big/decimal.go	/^func (x *decimal) init(m nat, shift int) {$/;"	f
 30576  init	./math/pow10.go	/^func init() {$/;"	f
 30577  init	./mime/type_dragonfly.go	/^func init() {$/;"	f
 30578  init	./mime/type_freebsd.go	/^func init() {$/;"	f
 30579  init	./mime/type_openbsd.go	/^func init() {$/;"	f
 30580  init	./mime/type_plan9.go	/^func init() {$/;"	f
 30581  init	./mime/type_unix.go	/^func init() {$/;"	f
 30582  init	./mime/type_windows.go	/^func init() {$/;"	f
 30583  init	./net/addrselect.go	/^func init() {$/;"	f
 30584  init	./net/cgo_stub.go	/^func init() { netGo = true }$/;"	f
 30585  init	./net/conf_netcgo.go	/^func init() { netCgo = true }$/;"	f
 30586  init	./net/dnsclient_unix.go	/^func (conf *resolverConfig) init() {$/;"	f
 30587  init	./net/fd_plan9.go	/^func (fd *netFD) init() error {$/;"	f
 30588  init	./net/fd_unix.go	/^func (fd *netFD) init() error {$/;"	f
 30589  init	./net/fd_windows.go	/^func (fd *netFD) init() error {$/;"	f
 30590  init	./net/http/export_test.go	/^func init() {$/;"	f
 30591  init	./net/http/fcgi/fcgi.go	/^func (h *header) init(recType recType, reqId uint16, contentLength int) {$/;"	f
 30592  init	./net/http/httputil/reverseproxy_test.go	/^func init() {$/;"	f
 30593  init	./net/http/pprof/pprof.go	/^func init() {$/;"	f
 30594  init	./net/http/race.go	/^func init() {$/;"	f
 30595  init	./net/http/transport.go	/^func (e *envOnce) init() {$/;"	f
 30596  init	./net/internal/socktest/switch.go	/^func (sw *Switch) init() {$/;"	f
 30597  init	./net/mail/message.go	/^func init() {$/;"	f
 30598  init	./net/main_cloexec_test.go	/^func init() {$/;"	f
 30599  init	./net/net.go	/^func init() {$/;"	f
 30600  init	./net/rpc/jsonrpc/all_test.go	/^func init() {$/;"	f
 30601  init	./net/smtp/smtp_test.go	/^func init() {$/;"	f
 30602  init	./net/textproto/reader.go	/^func init() {$/;"	f
 30603  init	./os/exec/exec_posix.go	/^func init() {$/;"	f
 30604  init	./os/exec_windows.go	/^func init() {$/;"	f
 30605  init	./os/getwd_darwin.go	/^func init() {$/;"	f
 30606  init	./os/os_unix_test.go	/^func init() {$/;"	f
 30607  init	./os/os_windows_test.go	/^func init() {$/;"	f
 30608  init	./os/proc.go	/^func init() {$/;"	f
 30609  init	./os/signal/signal_plan9.go	/^func init() {$/;"	f
 30610  init	./os/signal/signal_unix.go	/^func init() {$/;"	f
 30611  init	./os/sys_darwin.go	/^func init() {$/;"	f
 30612  init	./os/sys_freebsd.go	/^func init() {$/;"	f
 30613  init	./os/user/lookup_stubs.go	/^func init() {$/;"	f
 30614  init	./path/filepath/path_windows_test.go	/^func init() {$/;"	f
 30615  init	./reflect/all_test.go	/^func init() {$/;"	f
 30616  init	./regexp/exec.go	/^func (m *machine) init(ncap int) {$/;"	f
 30617  init	./regexp/syntax/compile.go	/^func (c *compiler) init() {$/;"	f
 30618  init	./runtime/alg.go	/^func init() {$/;"	f
 30619  init	./runtime/cgo/signal_darwin_armx.go	/^func init() {$/;"	f
 30620  init	./runtime/crash_test.go	/^func init() {$/;"	f
 30621  init	./runtime/mstats.go	/^func init() {$/;"	f
 30622  init	./runtime/panic.go	/^func init() {$/;"	f
 30623  init	./runtime/proc.go	/^func init() {$/;"	f
 30624  init	./runtime/runtime_linux_test.go	/^func init() {$/;"	f
 30625  init	./runtime/stack_test.go	/^\/\/func init() {$/;"	f
 30626  init	./strconv/atof_test.go	/^func init() {$/;"	f
 30627  init	./strconv/atoi_test.go	/^func init() {$/;"	f
 30628  init	./sync/atomic/atomic_test.go	/^func init() {$/;"	f
 30629  init	./sync/pool.go	/^func init() {$/;"	f
 30630  init	./sync/runtime.go	/^func init() {$/;"	f
 30631  init	./syscall/exec_plan9.go	/^func init() {$/;"	f
 30632  init	./syscall/fd_nacl.go	/^func init() {$/;"	f
 30633  init	./syscall/flock_linux_32bit.go	/^func init() {$/;"	f
 30634  init	./syscall/fs_nacl.go	/^func init() {$/;"	f
 30635  init	./syscall/net_nacl.go	/^func (q *queue) init(size int) {$/;"	f
 30636  init	./syscall/route_freebsd.go	/^func init() {$/;"	f
 30637  init	./syscall/unzip_nacl.go	/^func (h *huffmanDecoder) init(bits []int) bool {$/;"	f
 30638  init	./text/tabwriter/tabwriter_test.go	/^func (b *buffer) init(n int) { b.a = make([]byte, 0, n) }$/;"	f
 30639  init	./text/template/template.go	/^func (t *Template) init() {$/;"	f
 30640  init	./time/internal_test.go	/^func init() {$/;"	f
 30641  init	./time/zoneinfo_ios.go	/^func init() {$/;"	f
 30642  init	./unicode/utf8/utf8_test.go	/^func init() {$/;"	f
 30643  init1	./cmd/compile/internal/gc/sinit.go	/^func init1(n *Node, out **NodeList) {$/;"	f
 30644  init2	./cmd/compile/internal/gc/sinit.go	/^func init2(n *Node, out **NodeList) {$/;"	f
 30645  init2list	./cmd/compile/internal/gc/sinit.go	/^func init2list(l *NodeList, out **NodeList) {$/;"	f
 30646  initAll	./crypto/elliptic/elliptic.go	/^func initAll() {$/;"	f
 30647  initAusTestingZone	./time/zoneinfo_windows.go	/^func initAusTestingZone() {$/;"	f
 30648  initB	./sort/sort_test.go	/^func (d intPairs) initB() {$/;"	f
 30649  initBig	./encoding/json/scanner_test.go	/^func initBig() {$/;"	f
 30650  initBloc	./runtime/mem_plan9.go	/^func initBloc() {$/;"	f
 30651  initCheckmarkSpan	./runtime/mbitmap.go	/^func (h heapBits) initCheckmarkSpan(size, n, total uintptr) {$/;"	f
 30652  initCheckmarks	./runtime/mgcmark.go	/^func initCheckmarks() {$/;"	f
 30653  initConfVal	./net/conf.go	/^func initConfVal() {$/;"	f
 30654  initConst	./go/types/assignments.go	/^func (check *Checker) initConst(lhs *Const, x *operand) {$/;"	f
 30655  initDefaultCipherSuites	./crypto/tls/common.go	/^func initDefaultCipherSuites() {$/;"	f
 30656  initDeflate	./compress/flate/deflate.go	/^func (d *compressor) initDeflate() {$/;"	f
 30657  initEscretval	./cmd/compile/internal/gc/esc.go	/^func initEscretval(e *EscState, n *Node, fntype *Type) {$/;"	f
 30658  initExceptionHandler	./runtime/signal_windows.go	/^func initExceptionHandler() {$/;"	f
 30659  initExp	./math/rand/rand_test.go	/^func initExp() (testKe []uint32, testWe, testFe []float32) {$/;"	f
 30660  initFileMap	./debug/gosym/pclntab.go	/^func (t *LineTable) initFileMap() {$/;"	f
 30661  initFiles	./go/types/check.go	/^func (check *Checker) initFiles(files []*ast.File) {$/;"	f
 30662  initGroups	./index/suffixarray/qsufsort.go	/^func initGroups(sa []int, data []byte) []int {$/;"	f
 30663  initLegacy	./runtime/print1_write_android.go	/^func initLegacy() {$/;"	f
 30664  initLocal	./time/zoneinfo_ios.go	/^func initLocal() {$/;"	f
 30665  initLocal	./time/zoneinfo_plan9.go	/^func initLocal() {$/;"	f
 30666  initLocal	./time/zoneinfo_unix.go	/^func initLocal() {$/;"	f
 30667  initLocal	./time/zoneinfo_windows.go	/^func initLocal() {$/;"	f
 30668  initLocalFromTZI	./time/zoneinfo_windows.go	/^func initLocalFromTZI(i *syscall.Timezoneinformation) {$/;"	f
 30669  initLogd	./runtime/print1_write_android.go	/^func initLogd() {$/;"	f
 30670  initMime	./mime/type.go	/^func initMime() {$/;"	f
 30671  initMimeForTests	./mime/type_plan9.go	/^func initMimeForTests() map[string]string {$/;"	f
 30672  initMimeForTests	./mime/type_unix.go	/^func initMimeForTests() map[string]string {$/;"	f
 30673  initMimeForTests	./mime/type_windows.go	/^func initMimeForTests() map[string]string {$/;"	f
 30674  initMimePlan9	./mime/type_plan9.go	/^func initMimePlan9() {$/;"	f
 30675  initMimeUnix	./mime/type_unix.go	/^func initMimeUnix() {$/;"	f
 30676  initMimeWindows	./mime/type_windows.go	/^func initMimeWindows() {$/;"	f
 30677  initNPNRequest	./net/http/server.go	/^type initNPNRequest struct {$/;"	t
 30678  initNorm	./math/rand/rand_test.go	/^func initNorm() (testKn []uint32, testWn, testFn []float32) {$/;"	f
 30679  initOrder	./go/types/initorder.go	/^func (check *Checker) initOrder() {$/;"	f
 30680  initP224	./crypto/elliptic/p224.go	/^func initP224() {$/;"	f
 30681  initP256	./crypto/elliptic/p256.go	/^func initP256() {$/;"	f
 30682  initP384	./crypto/elliptic/elliptic.go	/^func initP384() {$/;"	f
 30683  initP521	./crypto/elliptic/elliptic.go	/^func initP521() {$/;"	f
 30684  initParserMode	./cmd/gofmt/gofmt.go	/^func initParserMode() {$/;"	f
 30685  initPrintFlags	./cmd/vet/print.go	/^func initPrintFlags() {$/;"	f
 30686  initPtrto	./cmd/compile/internal/gc/subr.go	/^func initPtrto() {$/;"	f
 30687  initPtrtoDone	./cmd/compile/internal/gc/subr.go	/^var initPtrtoDone bool$/;"	v
 30688  initReverseByte	./compress/flate/gen.go	/^func initReverseByte() {$/;"	f
 30689  initRewrite	./cmd/gofmt/rewrite.go	/^func initRewrite() {$/;"	f
 30690  initSizes	./runtime/msize.go	/^func initSizes() {$/;"	f
 30691  initSpan	./runtime/mbitmap.go	/^func (h heapBits) initSpan(size, n, total uintptr) {$/;"	f
 30692  initSyms	./cmd/compile/internal/gc/subr.go	/^var initSyms []*Sym$/;"	v
 30693  initSystemRoots	./crypto/x509/root_cgo_darwin.go	/^func initSystemRoots() {$/;"	f
 30694  initSystemRoots	./crypto/x509/root_darwin_arm_gen.go	/^func initSystemRoots() {$/;"	f
 30695  initSystemRoots	./crypto/x509/root_darwin_armx.go	/^func initSystemRoots() {$/;"	f
 30696  initSystemRoots	./crypto/x509/root_nocgo_darwin.go	/^func initSystemRoots() {$/;"	f
 30697  initSystemRoots	./crypto/x509/root_plan9.go	/^func initSystemRoots() {$/;"	f
 30698  initSystemRoots	./crypto/x509/root_unix.go	/^func initSystemRoots() {$/;"	f
 30699  initSystemRoots	./crypto/x509/root_windows.go	/^func initSystemRoots() {$/;"	f
 30700  initTestingZone	./time/zoneinfo_ios.go	/^func initTestingZone() {$/;"	f
 30701  initTestingZone	./time/zoneinfo_plan9.go	/^func initTestingZone() {$/;"	f
 30702  initTestingZone	./time/zoneinfo_unix.go	/^func initTestingZone() {$/;"	f
 30703  initTestingZone	./time/zoneinfo_windows.go	/^func initTestingZone() {$/;"	f
 30704  initUnusedFlags	./cmd/vet/unused.go	/^func initUnusedFlags() {$/;"	f
 30705  initVar	./go/types/assignments.go	/^func (check *Checker) initVar(lhs *Var, x *operand, result bool) Type {$/;"	f
 30706  initVars	./go/types/assignments.go	/^func (check *Checker) initVars(lhs []*Var, rhs []ast.Expr, returnPos token.Pos) {$/;"	f
 30707  init_pthread_wrapper	./runtime/cgo/gcc_openbsd_386.c	/^static void init_pthread_wrapper(void) {$/;"	f	file:
 30708  init_pthread_wrapper	./runtime/cgo/gcc_openbsd_amd64.c	/^static void init_pthread_wrapper(void) {$/;"	f	file:
 30709  init_pthread_wrapper_once	./runtime/cgo/gcc_openbsd_386.c	/^static pthread_once_t init_pthread_wrapper_once = PTHREAD_ONCE_INIT;$/;"	v	file:
 30710  init_pthread_wrapper_once	./runtime/cgo/gcc_openbsd_amd64.c	/^static pthread_once_t init_pthread_wrapper_once = PTHREAD_ONCE_INIT;$/;"	v	file:
 30711  init_working_dir	./runtime/cgo/gcc_darwin_arm.c	/^init_working_dir()$/;"	f	file:
 30712  init_working_dir	./runtime/cgo/gcc_darwin_arm64.c	/^init_working_dir()$/;"	f	file:
 30713  initdiv	./cmd/internal/obj/arm/obj5.go	/^func initdiv(ctxt *obj.Link) {$/;"	f
 30714  initdone	./cmd/compile/internal/gc/init.go	/^ *	var initdone· uint8 				(1)$/;"	v
 30715  initdynexport	./cmd/link/internal/ld/pe.go	/^func initdynexport() {$/;"	f
 30716  initdynimport	./cmd/link/internal/ld/pe.go	/^func initdynimport() *Dll {$/;"	f
 30717  initfix	./cmd/compile/internal/gc/sinit.go	/^func initfix(l *NodeList) *NodeList {$/;"	f
 30718  initialComments	./cmd/cover/cover.go	/^func initialComments(content []byte) []byte {$/;"	f
 30719  initialLimitedReaderSize	./net/http/server.go	/^func (srv *Server) initialLimitedReaderSize() int64 {$/;"	f
 30720  initialPermutation	./crypto/des/const.go	/^var initialPermutation = [64]byte{$/;"	v
 30721  initialize	./go/printer/performance_test.go	/^func initialize() {$/;"	f
 30722  initname	./cmd/compile/internal/gc/export.go	/^func initname(s string) bool {$/;"	f
 30723  initonce	./crypto/elliptic/elliptic.go	/^var initonce sync.Once$/;"	v
 30724  initplan	./cmd/compile/internal/gc/sinit.go	/^func initplan(n *Node) {$/;"	f
 30725  initproginfo	./cmd/compile/internal/ppc64/prog.go	/^func initproginfo() {$/;"	f
 30726  initproginfo_initialized	./cmd/compile/internal/ppc64/prog.go	/^var initproginfo_initialized int$/;"	v
 30727  initreorder	./cmd/compile/internal/gc/sinit.go	/^func initreorder(l *NodeList, out **NodeList) {$/;"	f
 30728  initsig	./runtime/os1_nacl.go	/^func initsig() {$/;"	f
 30729  initsig	./runtime/os1_plan9.go	/^func initsig() {$/;"	f
 30730  initsig	./runtime/signal1_unix.go	/^func initsig() {$/;"	f
 30731  initsig	./runtime/signal_windows.go	/^func initsig() {$/;"	f
 30732  inittls	./runtime/cgo/gcc_android_arm.c	/^inittls(void **tlsg, void **tlsbase)$/;"	f	file:
 30733  inittls	./runtime/cgo/gcc_darwin_386.c	/^inittls(void)$/;"	f	file:
 30734  inittls	./runtime/cgo/gcc_darwin_amd64.c	/^inittls(void)$/;"	f	file:
 30735  inittls	./runtime/cgo/gcc_darwin_arm.c	/^inittls(void **tlsg, void **tlsbase)$/;"	f	file:
 30736  inittls	./runtime/cgo/gcc_darwin_arm64.c	/^inittls(void **tlsg, void **tlsbase)$/;"	f	file:
 30737  initvariants	./cmd/compile/internal/ppc64/prog.go	/^func initvariants() {$/;"	f
 30738  initvariants_initialized	./cmd/compile/internal/ppc64/prog.go	/^var initvariants_initialized int$/;"	v
 30739  injectglist	./runtime/proc1.go	/^func injectglist(glist *g) {$/;"	f
 30740  injection	./html/template/escape_test.go	/^			"No doctype injection",$/;"	t
 30741  inlcalls	./cmd/compile/internal/gc/inl.go	/^func inlcalls(fn *Node) {$/;"	f
 30742  inlconv2expr	./cmd/compile/internal/gc/inl.go	/^func inlconv2expr(np **Node) {$/;"	f
 30743  inlconv2list	./cmd/compile/internal/gc/inl.go	/^func inlconv2list(n *Node) *NodeList {$/;"	f
 30744  inlconv2stmt	./cmd/compile/internal/gc/inl.go	/^func inlconv2stmt(n *Node) {$/;"	f
 30745  inlcopy	./cmd/compile/internal/gc/inl.go	/^func inlcopy(n *Node) *Node {$/;"	f
 30746  inlcopylist	./cmd/compile/internal/gc/inl.go	/^func inlcopylist(ll *NodeList) *NodeList {$/;"	f
 30747  inlfn	./cmd/compile/internal/gc/inl.go	/^var inlfn *Node \/\/ function currently being inlined$/;"	v
 30748  inlgen	./cmd/compile/internal/gc/inl.go	/^var inlgen int$/;"	v
 30749  inlinetest	./runtime/race/testdata/regression_test.go	/^func inlinetest(p **inltype) *inltype {$/;"	f
 30750  inlnode	./cmd/compile/internal/gc/inl.go	/^func inlnode(np **Node) {$/;"	f
 30751  inlnodelist	./cmd/compile/internal/gc/inl.go	/^func inlnodelist(l *NodeList) {$/;"	f
 30752  inlretlabel	./cmd/compile/internal/gc/inl.go	/^var inlretlabel *Node \/\/ target of the goto substituted in place of a return$/;"	v
 30753  inlretvars	./cmd/compile/internal/gc/inl.go	/^var inlretvars *NodeList \/\/ temp out variables$/;"	v
 30754  inlsubst	./cmd/compile/internal/gc/inl.go	/^func inlsubst(n *Node) *Node {$/;"	f
 30755  inlsubstlist	./cmd/compile/internal/gc/inl.go	/^func inlsubstlist(ll *NodeList) *NodeList {$/;"	f
 30756  inltype	./runtime/race/testdata/regression_test.go	/^type inltype struct {$/;"	t
 30757  inlvar	./cmd/compile/internal/gc/inl.go	/^func inlvar(var_ *Node) *Node {$/;"	f
 30758  inner	./cmd/vet/asmdecl.go	/^		var inner bytes.Buffer$/;"	v
 30759  inner	./reflect/all_test.go	/^type inner struct {$/;"	t
 30760  inode	./syscall/fs_nacl.go	/^type inode struct {$/;"	t
 30761  input	./compress/zlib/writer_test.go	/^	var input = []byte("Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.")$/;"	v
 30762  input	./net/rpc/client.go	/^func (client *Client) input() {$/;"	f
 30763  input	./regexp/regexp.go	/^type input interface {$/;"	t
 30764  input	./syscall/srpc_nacl.go	/^func (c *srpcClient) input() {$/;"	f
 30765  inputBytes	./regexp/regexp.go	/^type inputBytes struct {$/;"	t
 30766  inputReader	./regexp/regexp.go	/^type inputReader struct {$/;"	t
 30767  inputString	./regexp/regexp.go	/^type inputString struct {$/;"	t
 30768  inputT	./encoding/gob/codec_test.go	/^	type inputT struct {$/;"	t
 30769  insert	./container/list/list.go	/^func (l *List) insert(e, at *Element) *Element {$/;"	f
 30770  insert	./go/types/labels.go	/^func (b *block) insert(s *ast.LabeledStmt) {$/;"	f
 30771  insert	./go/types/objset.go	/^func (s *objset) insert(obj Object) Object {$/;"	f
 30772  insert	./net/http/transport_test.go	/^func (tcs *testConnSet) insert(c net.Conn) {$/;"	f
 30773  insert	./regexp/onepass.go	/^func (q *queueOnePass) insert(u uint32) {$/;"	f
 30774  insertCRLF	./mime/quotedprintable/writer.go	/^func (w *Writer) insertCRLF() error {$/;"	f
 30775  insertNew	./regexp/onepass.go	/^func (q *queueOnePass) insertNew(u uint32) {$/;"	f
 30776  insertSoftLineBreak	./mime/quotedprintable/writer.go	/^func (w *Writer) insertSoftLineBreak() error {$/;"	f
 30777  insertValue	./container/list/list.go	/^func (l *List) insertValue(v interface{}, at *Element) *Element {$/;"	f
 30778  inserti	./runtime/hashmap.go	/^	var inserti *uint8$/;"	v
 30779  insertionSort	./sort/sort.go	/^func insertionSort(data Interface, a, b int) {$/;"	f
 30780  insertk	./runtime/hashmap.go	/^	var insertk unsafe.Pointer$/;"	v
 30781  insertv	./runtime/hashmap.go	/^	var insertv unsafe.Pointer$/;"	v
 30782  insn	./cmd/internal/obj/x86/obj6.go	/^				ctxt.Diag("do not know how to handle LEAQ-type insn to non-register in %v with -dynlink", p)$/;"	t
 30783  inspectFunc	./go/doc/example.go	/^	var inspectFunc func(ast.Node) bool$/;"	v
 30784  inspector	./go/ast/walk.go	/^type inspector func(Node) bool$/;"	t
 30785  inst	./go/importer/importer.go	/^			var inst gccgoimporter.GccgoInstallation$/;"	v
 30786  inst	./go/internal/gccgoimporter/gccgoinstallation_test.go	/^	var inst GccgoInstallation$/;"	v
 30787  inst	./regexp/syntax/compile.go	/^func (c *compiler) inst(op InstOp) frag {$/;"	f
 30788  inst	./runtime/sys_arm.go	/^	var inst uint32$/;"	v
 30789  inst	./runtime/sys_arm64.go	/^	var inst uint32$/;"	v
 30790  inst	./runtime/sys_ppc64x.go	/^	var inst uint32$/;"	v
 30791  instArg	./cmd/internal/rsc.io/arm/armasm/decode.go	/^type instArg uint8$/;"	t
 30792  instArgs	./cmd/internal/rsc.io/arm/armasm/decode.go	/^type instArgs [4]instArg$/;"	t
 30793  instFormat	./cmd/internal/rsc.io/arm/armasm/decode.go	/^type instFormat struct {$/;"	t
 30794  instFormats	./cmd/internal/rsc.io/arm/armasm/tables.go	/^var instFormats = [...]instFormat{$/;"	v
 30795  instOpNames	./regexp/syntax/prog.go	/^var instOpNames = []string{$/;"	v
 30796  instPrefix	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^func instPrefix(b byte, mode int) (Inst, error) {$/;"	f
 30797  installAccept4TestHook	./net/main_cloexec_test.go	/^func installAccept4TestHook() {$/;"	f
 30798  installBat	./os/exec/lp_windows_test.go	/^func installBat(t *testing.T, dest string) {$/;"	f
 30799  installExe	./os/exec/lp_windows_test.go	/^func installExe(t *testing.T, dest, src string) {$/;"	f
 30800  installProg	./os/exec/lp_windows_test.go	/^func installProg(t *testing.T, dest, srcExe string) {$/;"	f
 30801  installTestHooks	./net/internal/socktest/main_unix_test.go	/^func installTestHooks() {$/;"	f
 30802  installTestHooks	./net/internal/socktest/main_windows_test.go	/^func installTestHooks() {$/;"	f
 30803  installTestHooks	./net/main_plan9_test.go	/^func installTestHooks() {}$/;"	f
 30804  installTestHooks	./net/main_unix_test.go	/^func installTestHooks() {$/;"	f
 30805  installTestHooks	./net/main_windows_test.go	/^func installTestHooks() {$/;"	f
 30806  instead	./encoding/gob/example_interface_test.go	/^	\/\/ interface type.  If we passed p directly it would see the concrete type instead.$/;"	t
 30807  instead	./go/types/lookup.go	/^	\/\/ If typ is not a named type, insert a nil type instead.$/;"	t
 30808  instead	./go/types/methodset.go	/^	\/\/ If typ is not a named type, insert a nil type instead.$/;"	t
 30809  instead	./runtime/symtab.go	/^\/\/ All code operating on a *Func must call raw to get the *_func instead.$/;"	f
 30810  instinit	./cmd/internal/obj/x86/asm6.go	/^func instinit() {$/;"	f
 30811  instr	./cmd/compile/internal/gc/racewalk.go	/^	var instr *NodeList$/;"	v
 30812  instruction	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) instruction(op int, word, cond string, operands [][]lex.Token) {$/;"	f
 30813  int	./builtin/builtin.go	/^type int int$/;"	t
 30814  int	./cmd/compile/internal/amd64/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	t
 30815  int	./cmd/compile/internal/arm/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int32, ttype int, treg int, toffset int32) *obj.Prog {$/;"	t
 30816  int	./cmd/compile/internal/arm64/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	t
 30817  int	./cmd/compile/internal/gc/align.go	/^	var etype int$/;"	t
 30818  int	./cmd/compile/internal/gc/esc.go	/^func (l Level) int() int {$/;"	f
 30819  int	./cmd/compile/internal/gc/go.go	/^	Etype  int$/;"	t
 30820  int	./cmd/compile/internal/gc/lex.go	/^	etype   int$/;"	t
 30821  int	./cmd/compile/internal/gc/lex.go	/^	var etype int$/;"	t
 30822  int	./cmd/compile/internal/gc/reg.go	/^	nvar int       \/\/ number of vars$/;"	v
 30823  int	./cmd/compile/internal/gc/subr.go	/^		var mtype int$/;"	t
 30824  int	./cmd/compile/internal/gc/typecheck.go	/^\/\/ whenever they can be represented by a value of type int.$/;"	t
 30825  int	./cmd/compile/internal/gc/typecheck.go	/^var ntypecheckdeftype int$/;"	t
 30826  int	./cmd/compile/internal/ppc64/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	t
 30827  int	./cmd/compile/internal/x86/ggen.go	/^func appendpp(p *obj.Prog, as int, ftype int, freg int, foffset int64, ttype int, treg int, toffset int64) *obj.Prog {$/;"	t
 30828  int	./cmd/internal/obj/link.go	/^	Headtype           int$/;"	t
 30829  int	./cmd/link/internal/ld/ldelf.go	/^func reltype(pn string, elftype int, siz *uint8) int {$/;"	t
 30830  int	./cmd/link/internal/ld/link.go	/^	Headtype  int$/;"	t
 30831  int	./cmd/vet/print.go	/^			f.Badf(call.Pos(), "arg %s for * in printf format not of type int", f.gofmt(arg))$/;"	t
 30832  int	./cmd/vet/testdata/print.go	/^	Printf("%[2]*.[1]*[3]d", 2, "hi", 4) \/\/ ERROR "arg .hi. for \\* in printf format not of type int"$/;"	t
 30833  int	./cmd/vet/testdata/print.go	/^	fmt.Printf("%*%", 0.22)                    \/\/ ERROR "arg 0.22 for \\* in printf format not of type int"$/;"	t
 30834  int	./cmd/vet/testdata/print.go	/^	fmt.Printf("%.*d", "hi", 3)                \/\/ ERROR "arg .hi. for \\* in printf format not of type int"$/;"	t
 30835  int	./cmd/vet/testdata/print.go	/^	fmt.Printf("%.*d", s, 3)                   \/\/ ERROR "arg s for \\* in printf format not of type int"$/;"	t
 30836  int	./debug/dwarf/buf.go	/^func (b *buf) int() int64 {$/;"	f
 30837  int	./encoding/gob/debug.go	/^func (deb *debugger) int() int {$/;"	f
 30838  int	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind int but not type int. TODO: We can handle this unsafely.$/;"	t
 30839  int	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind int but not type int. TODO: We can handle this unsafely.$/;"	t
 30840  int	./fmt/doc.go	/^	obtained from the next operand, which must be of type int.$/;"	t
 30841  int	./fmt/print.go	/^\/\/ intFromArg gets the argNumth element of a. On return, isInt reports whether the argument has type int.$/;"	t
 30842  int	./go/types/example_test.go	/^	\/\/ type int int:$/;"	t
 30843  int	./net/fd_unix.go	/^	sotype      int$/;"	t
 30844  int	./net/fd_unix.go	/^func newFD(sysfd, family, sotype int, net string) (*netFD, error) {$/;"	t
 30845  int	./net/fd_windows.go	/^	sotype        int$/;"	t
 30846  int	./net/fd_windows.go	/^func newFD(sysfd syscall.Handle, family, sotype int, net string) (*netFD, error) {$/;"	t
 30847  int	./net/internal/socktest/switch_posix.go	/^func typeString(sotype int) string {$/;"	t
 30848  int	./net/internal/socktest/switch_stub.go	/^func typeString(sotype int) string { return "<nil>" }$/;"	t
 30849  int	./net/sockopt_bsd.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	t
 30850  int	./net/sockopt_linux.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	t
 30851  int	./net/sockopt_solaris.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	t
 30852  int	./net/sockopt_stub.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	t
 30853  int	./net/sockopt_windows.go	/^func setDefaultSockopts(s syscall.Handle, family, sotype int, ipv6only bool) error {$/;"	t
 30854  int	./net/unixsock_posix.go	/^	var sotype int$/;"	t
 30855  int	./net/unixsock_posix.go	/^func sotypeToNet(sotype int) string {$/;"	t
 30856  int	./syscall/net_nacl.go	/^	sotype     int$/;"	t
 30857  int	./syscall/net_nacl.go	/^	sotype int$/;"	t
 30858  int16	./builtin/builtin.go	/^type int16 int16$/;"	t
 30859  int16	./encoding/binary/binary.go	/^func (d *decoder) int16() int16 { return int16(d.uint16()) }$/;"	f
 30860  int16	./encoding/binary/binary.go	/^func (e *encoder) int16(x int16) { e.uint16(uint16(x)) }$/;"	f
 30861  int16	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind int16 but not type int16. TODO: We can handle this unsafely.$/;"	t
 30862  int16	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind int16 but not type int16. TODO: We can handle this unsafely.$/;"	t
 30863  int32	./builtin/builtin.go	/^type int32 int32$/;"	t
 30864  int32	./cmd/compile/internal/arm/gsubr.go	/^func gregshift(as int, lhs *gc.Node, stype int32, reg *gc.Node, rhs *gc.Node) *obj.Prog {$/;"	t
 30865  int32	./cmd/compile/internal/arm/gsubr.go	/^func gshift(as int, lhs *gc.Node, stype int32, sval int32, rhs *gc.Node) *obj.Prog {$/;"	t
 30866  int32	./cmd/compile/internal/gc/popt.go	/^	Nvar    int32$/;"	v
 30867  int32	./cmd/link/internal/ld/pcln.go	/^var pclntabNfunc int32$/;"	f
 30868  int32	./encoding/binary/binary.go	/^func (d *decoder) int32() int32 { return int32(d.uint32()) }$/;"	f
 30869  int32	./encoding/binary/binary.go	/^func (e *encoder) int32(x int32) { e.uint32(uint32(x)) }$/;"	f
 30870  int32	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind int32 but not type int32. TODO: We can handle this unsafely.$/;"	t
 30871  int32	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind int32 but not type int32. TODO: We can handle this unsafely.$/;"	t
 30872  int32	./net/lookup_windows.go	/^	var stype int32$/;"	t
 30873  int32	./syscall/ztypes_windows.go	/^	Socktype  int32$/;"	t
 30874  int32Hash	./runtime/alg.go	/^func int32Hash(i uint32, seed uintptr) uintptr {$/;"	f
 30875  int32Test	./encoding/asn1/asn1_test.go	/^type int32Test struct {$/;"	t
 30876  int32TestData	./encoding/asn1/asn1_test.go	/^var int32TestData = []int32Test{$/;"	v
 30877  int32Type	./database/sql/driver/types.go	/^type int32Type struct{}$/;"	t
 30878  int32Value	./cmd/internal/obj/flag.go	/^type int32Value int32$/;"	t
 30879  int32p	./runtime/proc1.go	/^	var int32p *int32 = &gomaxprocs \/\/ make compiler check that gomaxprocs is an int32$/;"	v
 30880  int32s	./math/rand/regress_test.go	/^	var int32s = []int32{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1}$/;"	v
 30881  int64	./builtin/builtin.go	/^type int64 int64$/;"	t
 30882  int64	./cmd/compile/internal/big/float_test.go	/^func (x *Float) int64() int64 {$/;"	f
 30883  int64	./debug/dwarf/entry.go	/^	\/\/ ClassConstant represents values of type int64 that are$/;"	t
 30884  int64	./debug/dwarf/entry.go	/^	\/\/ ClassReferenceAlt represents values of type int64 that are$/;"	t
 30885  int64	./debug/dwarf/entry.go	/^	\/\/ ClassStringAlt represents values of type int64 that are an$/;"	t
 30886  int64	./encoding/binary/binary.go	/^func (d *decoder) int64() int64 { return int64(d.uint64()) }$/;"	f
 30887  int64	./encoding/binary/binary.go	/^func (e *encoder) int64(x int64) { e.uint64(uint64(x)) }$/;"	f
 30888  int64	./encoding/gob/debug.go	/^func (deb *debugger) int64() int64 {$/;"	f
 30889  int64	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind int64 but not type int64. TODO: We can handle this unsafely.$/;"	t
 30890  int64	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind int64 but not type int64. TODO: We can handle this unsafely.$/;"	t
 30891  int64	./math/big/float_test.go	/^func (x *Float) int64() int64 {$/;"	f
 30892  int64	./time/time_test.go	/^	\/\/ largest negative value of type int64 in nanoseconds should fail$/;"	t
 30893  int64Hash	./runtime/alg.go	/^func int64Hash(i uint64, seed uintptr) uintptr {$/;"	f
 30894  int64Length	./encoding/asn1/marshal.go	/^func int64Length(i int64) (numBytes int) {$/;"	f
 30895  int64Test	./encoding/asn1/asn1_test.go	/^type int64Test struct {$/;"	t
 30896  int64TestData	./encoding/asn1/asn1_test.go	/^var int64TestData = []int64Test{$/;"	v
 30897  int64Tests	./cmd/compile/internal/big/int_test.go	/^var int64Tests = []int64{$/;"	v
 30898  int64Tests	./math/big/int_test.go	/^var int64Tests = []int64{$/;"	v
 30899  int64Value	./flag/flag.go	/^type int64Value int64$/;"	t
 30900  int64div	./cmd/compile/internal/gc/builtin/runtime.go	/^func int64div(int64, int64) int64$/;"	f
 30901  int64div	./runtime/vlrt.go	/^func int64div(n, d int64) int64 {$/;"	f
 30902  int64mod	./cmd/compile/internal/gc/builtin/runtime.go	/^func int64mod(int64, int64) int64$/;"	f
 30903  int64mod	./runtime/vlrt.go	/^func int64mod(n, d int64) int64 {$/;"	f
 30904  int64s	./math/rand/regress_test.go	/^	var int64s = []int64{1, 10, 32, 1 << 20, 1<<20 + 1, 1000000000, 1 << 30, 1<<31 - 2, 1<<31 - 1, 1000000000000000000, 1 << 60, 1<<63 - 2, 1<<63 - 1}$/;"	v
 30905  int64tofloat64	./cmd/compile/internal/gc/builtin/runtime.go	/^func int64tofloat64(int64) float64$/;"	f
 30906  int64tofloat64	./runtime/vlrt.go	/^func int64tofloat64(y int64) float64 {$/;"	f
 30907  int8	./builtin/builtin.go	/^type int8 int8$/;"	t
 30908  int8	./cmd/compile/internal/gc/reg.go	/^	etype      int8$/;"	t
 30909  int8	./encoding/binary/binary.go	/^func (d *decoder) int8() int8 { return int8(d.uint8()) }$/;"	f
 30910  int8	./encoding/binary/binary.go	/^func (e *encoder) int8(x int8) { e.uint8(uint8(x)) }$/;"	f
 30911  int8	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind int8 but not type int8. TODO: We can handle this unsafely.$/;"	t
 30912  int8	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind int8 but not type int8. TODO: We can handle this unsafely.$/;"	t
 30913  intArrays	./encoding/binary/binary_test.go	/^var intArrays = []interface{}{$/;"	v
 30914  intDataSize	./encoding/binary/binary.go	/^func intDataSize(data interface{}) int {$/;"	f
 30915  intEncoder	./encoding/json/encode.go	/^func intEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 30916  intExpr	./cmd/cgo/gcc.go	/^func (c *typeConv) intExpr(n int64) ast.Expr {$/;"	f
 30917  intFlagString	./cmd/pprof/internal/driver/driver.go	/^func intFlagString(label string, value int) string {$/;"	f
 30918  intFromArg	./fmt/print.go	/^func intFromArg(a []interface{}, argNum int) (num int, isInt bool, newArgNum int) {$/;"	f
 30919  intFromHex	./crypto/rsa/pss_test.go	/^func intFromHex(hex string) int {$/;"	f
 30920  intLit	./runtime/symtab_test.go	/^var intLit = lineNumber() + \/\/ 34$/;"	v
 30921  intLiteral	./cmd/compile/internal/arm64/gsubr.go	/^func intLiteral(n *gc.Node) (x int64, ok bool) {$/;"	f
 30922  intLiteral	./cmd/compile/internal/ppc64/gsubr.go	/^func intLiteral(n *gc.Node) (x int64, ok bool) {$/;"	f
 30923  intLiteral	./cmd/cover/cover.go	/^func (f *File) intLiteral(i int) *ast.BasicLit {$/;"	f
 30924  intName	./debug/elf/elf.go	/^type intName struct {$/;"	t
 30925  intName	./debug/macho/macho.go	/^type intName struct {$/;"	t
 30926  intOne	./cmd/compile/internal/big/int.go	/^var intOne = &Int{false, natOne}$/;"	v
 30927  intOne	./math/big/int.go	/^var intOne = &Int{false, natOne}$/;"	v
 30928  intPairs	./sort/sort_test.go	/^type intPairs []struct {$/;"	t
 30929  intPtrValue	./database/sql/convert_test.go	/^func intPtrValue(intptr interface{}) interface{} {$/;"	f
 30930  intShiftTest	./cmd/compile/internal/big/int_test.go	/^type intShiftTest struct {$/;"	t
 30931  intShiftTest	./math/big/int_test.go	/^type intShiftTest struct {$/;"	t
 30932  intSizeMap	./cmd/cgo/main.go	/^var intSizeMap = map[string]int64{$/;"	v
 30933  intStringVal	./fmt/scan_test.go	/^var intStringVal IntString$/;"	v
 30934  intStruct	./encoding/asn1/marshal_test.go	/^type intStruct struct {$/;"	t
 30935  intSwap	./reflect/example_test.go	/^	var intSwap func(int, int) (int, int)$/;"	v
 30936  intVals	./cmd/compile/internal/big/int_test.go	/^var intVals = []string{$/;"	v
 30937  intVals	./math/big/int_test.go	/^var intVals = []string{$/;"	v
 30938  intValue	./database/sql/convert_test.go	/^func intValue(intptr interface{}) int64 {$/;"	f
 30939  intValue	./flag/flag.go	/^type intValue int$/;"	t
 30940  integer	./fmt/format.go	/^func (f *fmt) integer(a int64, base uint64, signedness bool, digits string) {$/;"	f
 30941  integer	./reflect/all_test.go	/^type integer int$/;"	t
 30942  integerDigits	./strconv/extfloat.go	/^	var integerDigits int$/;"	v
 30943  integers	./cmd/internal/obj/objfile.go	/^\/\/ The file layout and meaning of type integers are architecture-independent.$/;"	t
 30944  integers	./cmd/link/internal/ld/objfile.go	/^\/\/ The file layout and meaning of type integers are architecture-independent.$/;"	t
 30945  intelArg	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^func intelArg(inst *Inst, arg Arg) string {$/;"	f
 30946  intelOp	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^var intelOp = map[Op]string{$/;"	v
 30947  intelReg	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^var intelReg = [...]string{$/;"	v
 30948  inter	./reflect/all_test.go	/^	var inter struct {$/;"	v
 30949  interactive	./cmd/pprof/internal/driver/interactive.go	/^func interactive(p *profile.Profile, obj plugin.ObjTool, ui plugin.UI, f *flags) error {$/;"	f
 30950  interequal	./runtime/alg.go	/^func interequal(p, q unsafe.Pointer) bool {$/;"	f
 30951  interestingGoroutines	./net/http/main_test.go	/^func interestingGoroutines() (gs []string) {$/;"	f
 30952  interface	./reflect/type.go	/^	var ifunc interface{} = (func())(nil)$/;"	f
 30953  interface	./reflect/type.go	/^\/\/ with static type interface{} and extract its dynamic type information by$/;"	t
 30954  interface	./text/template/exec.go	/^		\/\/ If the object has type interface{}, dig down one level to the thing inside.$/;"	t
 30955  interfaceAddrTable	./net/interface_bsd.go	/^func interfaceAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30956  interfaceAddrTable	./net/interface_linux.go	/^func interfaceAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30957  interfaceAddrTable	./net/interface_stub.go	/^func interfaceAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30958  interfaceAddrTable	./net/interface_windows.go	/^func interfaceAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30959  interfaceByIndex	./net/interface.go	/^func interfaceByIndex(ift []Interface, index int) (*Interface, error) {$/;"	f
 30960  interfaceDecode	./encoding/gob/example_interface_test.go	/^func interfaceDecode(dec *gob.Decoder) Pythagoras {$/;"	f
 30961  interfaceEncode	./encoding/gob/example_interface_test.go	/^func interfaceEncode(enc *gob.Encoder, p Pythagoras) {$/;"	f
 30962  interfaceEncoder	./encoding/json/encode.go	/^func interfaceEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 30963  interfaceEqual	./os/exec/exec.go	/^func interfaceEqual(a, b interface{}) bool {$/;"	f
 30964  interfaceFor	./go/types/ordering.go	/^func (check *Checker) interfaceFor(obj Object) *ast.InterfaceType {$/;"	f
 30965  interfaceIndirectTestI	./encoding/gob/encoder_test.go	/^type interfaceIndirectTestI interface {$/;"	t
 30966  interfaceIndirectTestT	./encoding/gob/encoder_test.go	/^type interfaceIndirectTestT struct{}$/;"	t
 30967  interfaceMulticastAddrTable	./net/interface_darwin.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30968  interfaceMulticastAddrTable	./net/interface_dragonfly.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30969  interfaceMulticastAddrTable	./net/interface_freebsd.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30970  interfaceMulticastAddrTable	./net/interface_linux.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30971  interfaceMulticastAddrTable	./net/interface_netbsd.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30972  interfaceMulticastAddrTable	./net/interface_openbsd.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30973  interfaceMulticastAddrTable	./net/interface_stub.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30974  interfaceMulticastAddrTable	./net/interface_windows.go	/^func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {$/;"	f
 30975  interfaceSetTests	./encoding/json/decode_test.go	/^var interfaceSetTests = []struct {$/;"	v
 30976  interfaceTable	./net/interface_bsd.go	/^func interfaceTable(ifindex int) ([]Interface, error) {$/;"	f
 30977  interfaceTable	./net/interface_linux.go	/^func interfaceTable(ifindex int) ([]Interface, error) {$/;"	f
 30978  interfaceTable	./net/interface_stub.go	/^func interfaceTable(ifindex int) ([]Interface, error) {$/;"	f
 30979  interfaceTable	./net/interface_windows.go	/^func interfaceTable(ifindex int) ([]Interface, error) {$/;"	f
 30980  interfaceToIPv4Addr	./net/sockopt_posix.go	/^func interfaceToIPv4Addr(ifi *Interface) (IP, error) {$/;"	f
 30981  interfaceType	./go/types/typexpr.go	/^func (check *Checker) interfaceType(iface *Interface, ityp *ast.InterfaceType, def *Named, path []*TypeName) {$/;"	f
 30982  interfaceType	./reflect/type.go	/^type interfaceType struct {$/;"	t
 30983  interfaceValue	./encoding/gob/debug.go	/^func (deb *debugger) interfaceValue(indent tab) {$/;"	f
 30984  interfacedcl	./cmd/compile/internal/gc/go.y	/^interfacedcl:$/;"	l
 30985  interfacedcl_list	./cmd/compile/internal/gc/go.y	/^interfacedcl_list:$/;"	l
 30986  interfacefield	./cmd/compile/internal/gc/dcl.go	/^func interfacefield(n *Node) *Type {$/;"	f
 30987  interfacetype	./cmd/compile/internal/gc/go.y	/^interfacetype:$/;"	l
 30988  interfacetype	./runtime/type.go	/^type interfacetype struct {$/;"	t
 30989  interhash	./runtime/alg.go	/^func interhash(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 30990  interlaceScan	./image/gif/reader.go	/^type interlaceScan struct {$/;"	t
 30991  interlaceScan	./image/png/reader.go	/^type interlaceScan struct {$/;"	t
 30992  interlacing	./image/gif/reader.go	/^var interlacing = []interlaceScan{$/;"	v
 30993  interlacing	./image/png/reader.go	/^var interlacing = []interlaceScan{$/;"	v
 30994  internString	./cmd/compile/internal/gc/lex.go	/^func internString(b []byte) string {$/;"	f
 30995  internalError	./go/printer/printer.go	/^func (p *printer) internalError(msg ...interface{}) {$/;"	f
 30996  internalFunc	./cmd/doc/doc_test.go	/^			`func internalFunc(a int) bool`,     \/\/ No internal functions.$/;"	f
 30997  internalFunc	./cmd/doc/doc_test.go	/^			`func internalFunc\\(a int\\) bool`, \/\/ Internal functions.$/;"	f
 30998  internalFunc	./cmd/doc/doc_test.go	/^			`func internalFunc\\(a int\\) bool`,$/;"	f
 30999  internalFunc	./cmd/doc/testdata/pkg.go	/^func internalFunc(a int) bool$/;"	f
 31000  internalPkg	./cmd/api/goapi.go	/^var internalPkg = regexp.MustCompile(`(^|\/)internal($|\/)`)$/;"	v
 31001  internalVariable	./cmd/doc/doc_test.go	/^			`var internalVariable = 2`,          \/\/ No internal variables.$/;"	v
 31002  internalVariable	./cmd/doc/doc_test.go	/^			`var internalVariable = 2`,$/;"	v
 31003  internalVariable	./cmd/doc/testdata/pkg.go	/^var internalVariable = 2$/;"	v
 31004  internalpkg	./cmd/link/internal/ld/lib.go	/^var internalpkg = []string{$/;"	v
 31005  internedStrings	./cmd/compile/internal/gc/lex.go	/^var internedStrings = map[string]string{}$/;"	v
 31006  internetAddrList	./net/ipsock.go	/^func internetAddrList(net, addr string, deadline time.Time) (addrList, error) {$/;"	f
 31007  internetSocket	./net/ipsock_posix.go	/^func internetSocket(net string, laddr, raddr sockaddr, deadline time.Time, sotype, proto int, mode string) (fd *netFD, err error) {$/;"	f
 31008  interp	./cmd/link/internal/ld/elf.go	/^var interp string$/;"	v
 31009  interpretLineComment	./go/scanner/scanner.go	/^func (s *Scanner) interpretLineComment(text []byte) {$/;"	f
 31010  interrupt	./time/sys_plan9.go	/^func interrupt() {$/;"	f
 31011  interrupt	./time/sys_unix.go	/^func interrupt() {$/;"	f
 31012  interrupt	./time/sys_windows.go	/^func interrupt() {$/;"	f
 31013  interrupted	./cmd/go/signal.go	/^var interrupted = make(chan struct{})$/;"	v
 31014  intersperseComments	./go/printer/printer.go	/^func (p *printer) intersperseComments(next token.Position, tok token.Token) (wroteNewline, droppedFF bool) {$/;"	f
 31015  interval	./flag/example_test.go	/^type interval []time.Duration$/;"	t
 31016  intervalFlag	./flag/example_test.go	/^var intervalFlag interval$/;"	v
 31017  intp	./encoding/json/decode_test.go	/^func intp(x int) *int {$/;"	f
 31018  intpp	./encoding/json/decode_test.go	/^func intpp(x *int) **int {$/;"	f
 31019  intptr	./runtime/arch_386.go	/^type intptr int32 \/\/ TODO(rsc): remove$/;"	t
 31020  intptr	./runtime/arch_amd64.go	/^type intptr int64 \/\/ TODO(rsc): remove$/;"	t
 31021  intptr	./runtime/arch_amd64p32.go	/^type intptr int32 \/\/ TODO(rsc): remove$/;"	t
 31022  intptr	./runtime/arch_arm.go	/^type intptr int32 \/\/ TODO(rsc): remove$/;"	t
 31023  intptr	./runtime/arch_arm64.go	/^type intptr int64 \/\/ TODO(rsc): remove$/;"	t
 31024  intptr	./runtime/arch_ppc64.go	/^type intptr int64 \/\/ TODO(rsc): remove$/;"	t
 31025  intptr	./runtime/arch_ppc64le.go	/^type intptr int64 \/\/ TODO(rsc): remove$/;"	t
 31026  ints	./sort/sort_test.go	/^var ints = [...]int{74, 59, 238, -784, 9845, 959, 905, 0, 0, 42, 7586, -5467984, 7586}$/;"	v
 31027  intstring	./cmd/compile/internal/gc/builtin/runtime.go	/^func intstring(*[4]byte, int64) string$/;"	f
 31028  intstring	./runtime/string.go	/^func intstring(buf *[4]byte, v int64) string {$/;"	f
 31029  invalidAST	./go/types/errors.go	/^func (check *Checker) invalidAST(pos token.Pos, format string, args ...interface{}) {$/;"	f
 31030  invalidArg	./go/types/errors.go	/^func (check *Checker) invalidArg(pos token.Pos, format string, args ...interface{}) {$/;"	f
 31031  invalidEncodingTests	./time/time_test.go	/^var invalidEncodingTests = []struct {$/;"	v
 31032  invalidLength	./encoding/asn1/asn1.go	/^func invalidLength(offset, length, sliceLength int) bool {$/;"	f
 31033  invalidOp	./go/types/errors.go	/^func (check *Checker) invalidOp(pos token.Pos, format string, args ...interface{}) {$/;"	f
 31034  invalidRegexps	./regexp/syntax/parse_test.go	/^var invalidRegexps = []string{$/;"	v
 31035  invalidRequest	./net/rpc/server.go	/^var invalidRequest = struct{}{}$/;"	v
 31036  invalidUTF8Test	./encoding/asn1/asn1_test.go	/^type invalidUTF8Test struct {$/;"	t
 31037  invalidUnmarshalTests	./encoding/json/decode_test.go	/^var invalidUnmarshalTests = []struct {$/;"	v
 31038  invalidUnmarshalTextTests	./encoding/json/decode_test.go	/^var invalidUnmarshalTextTests = []struct {$/;"	v
 31039  invalidValueEncoder	./encoding/json/encode.go	/^func invalidValueEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 31040  invalids	./go/parser/short_test.go	/^var invalids = []string{$/;"	v
 31041  inverse	./go/types/hilbert_test.go	/^func (g *gen) inverse(n int) {$/;"	f
 31042  inverseBWT	./compress/bzip2/bzip2.go	/^func inverseBWT(tt []uint32, origPtr uint, c []uint) uint32 {$/;"	f
 31043  invert	./mime/type.go	/^func invert(m map[string]string) map[string][]string {$/;"	f
 31044  invoke	./runtime/runtime-gdb.py	/^	def invoke(self, _arg, _from_tty):$/;"	m	class:GoroutinesCmd
 31045  invoke	./runtime/runtime-gdb.py	/^	def invoke(self, arg, _from_tty):$/;"	m	class:GoIfaceCmd
 31046  invoke	./runtime/runtime-gdb.py	/^	def invoke(self, arg, _from_tty):$/;"	m	class:GoroutineCmd
 31047  invoke	./runtime/runtime-gdb.py	/^	def invoke(self, obj):$/;"	m	class:DTypeFunc
 31048  invoke	./runtime/runtime-gdb.py	/^	def invoke(self, obj):$/;"	m	class:GoCapFunc
 31049  invoke	./runtime/runtime-gdb.py	/^	def invoke(self, obj):$/;"	m	class:GoLenFunc
 31050  invokeDot	./cmd/pprof/internal/commands/commands.go	/^func invokeDot(format string) PostProcessor {$/;"	f
 31051  invokeMacro	./cmd/asm/internal/lex/input.go	/^func (in *Input) invokeMacro(macro *Macro) {$/;"	f
 31052  invokeVisualizer	./cmd/pprof/internal/commands/commands.go	/^func invokeVisualizer(interactive **bool, format PostProcessor, suffix string, visualizers []string) PostProcessor {$/;"	f
 31053  ioSrv	./net/fd_windows.go	/^type ioSrv struct {$/;"	t
 31054  ioSrvReq	./net/fd_windows.go	/^type ioSrvReq struct {$/;"	t
 31055  ioSync	./syscall/syscall_plan9.go	/^var ioSync int64$/;"	v
 31056  ioSync	./syscall/syscall_unix.go	/^var ioSync int64$/;"	v
 31057  ioSync	./syscall/syscall_windows.go	/^var ioSync int64$/;"	v
 31058  iocphandle	./runtime/netpoll_windows.go	/^var iocphandle uintptr = _INVALID_HANDLE_VALUE \/\/ completion port io handle$/;"	v
 31059  ioctl	./syscall/exec_solaris.go	/^func ioctl(fd uintptr, req uintptr, arg uintptr) (err Errno)$/;"	f
 31060  iop	./encoding/gob/decode.go	/^	var iop, uop decOp$/;"	v
 31061  iop	./regexp/onepass.go	/^func iop(i *syntax.Inst) syntax.InstOp {$/;"	f
 31062  iota_	./cmd/compile/internal/gc/go.go	/^var iota_ int32$/;"	v
 31063  iov	./syscall/srpc_nacl.go	/^type iov struct {$/;"	t
 31064  iov	./syscall/syscall_bsd.go	/^	var iov Iovec$/;"	v
 31065  iov	./syscall/syscall_linux.go	/^	var iov Iovec$/;"	v
 31066  iov	./syscall/syscall_solaris.go	/^	var iov Iovec$/;"	v
 31067  ip	./encoding/gob/encoder_test.go	/^	var ip *int$/;"	v
 31068  ip	./encoding/gob/gobencdec_test.go	/^	var ip net.IP$/;"	v
 31069  ip	./flag/flag.go	/^		var ip = flag.Int("flagname", 1234, "help message for flagname")$/;"	v
 31070  ip	./net/hosts.go	/^	var ip IP$/;"	v
 31071  ip	./net/ip_test.go	/^	var ip IP$/;"	v
 31072  ip	./net/ipsock.go	/^	var ip IP$/;"	v
 31073  ip	./net/platform_test.go	/^	var ip IP$/;"	v
 31074  ip	./reflect/all_test.go	/^	var ip *int32$/;"	v
 31075  ip	./runtime/defs_windows_386.go	/^func (c *context) ip() uintptr { return uintptr(c.eip) }$/;"	f
 31076  ip	./runtime/defs_windows_amd64.go	/^func (c *context) ip() uintptr { return uintptr(c.rip) }$/;"	f
 31077  ip	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) ip() uint32      { return c.regs().r[12] }$/;"	f
 31078  ip	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) ip() uint32      { return c.regs().__gregs[12] }$/;"	f
 31079  ip	./runtime/signal_linux_arm.go	/^func (c *sigctxt) ip() uint32        { return c.regs().ip }$/;"	f
 31080  ip	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) ip() uint32      { return c.regs().r12 }$/;"	f
 31081  ip	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) ip() uint32       { return c.regs().__gregs[_REG_R12] }$/;"	f
 31082  ip	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) ip() uint32      { return c.regs().sc_r12 }$/;"	f
 31083  ip4	./net/external_test.go	/^	var ip4, ip6 IP$/;"	v
 31084  ipAddrFamilyTests	./net/ip_test.go	/^var ipAddrFamilyTests = []struct {$/;"	v
 31085  ipAddrScopeTests	./net/ip_test.go	/^var ipAddrScopeTests = []struct {$/;"	v
 31086  ipAttr	./net/addrselect.go	/^type ipAttr struct {$/;"	t
 31087  ipAttrOf	./net/addrselect.go	/^func ipAttrOf(ip IP) ipAttr {$/;"	f
 31088  ipConnLocalNameTests	./net/ipraw_test.go	/^var ipConnLocalNameTests = []struct {$/;"	v
 31089  ipEmptyString	./net/ip.go	/^func ipEmptyString(ip IP) string {$/;"	f
 31090  ipMaskStringTests	./net/ip_test.go	/^var ipMaskStringTests = []struct {$/;"	v
 31091  ipMaskTests	./net/ip_test.go	/^var ipMaskTests = []struct {$/;"	v
 31092  ipNetContainsTests	./net/ip_test.go	/^var ipNetContainsTests = []struct {$/;"	v
 31093  ipNetStringTests	./net/ip_test.go	/^var ipNetStringTests = []struct {$/;"	v
 31094  ipPointToPoint	./net/interface_linux.go	/^	var ipPointToPoint bool$/;"	v
 31095  ipStringTests	./net/ip_test.go	/^var ipStringTests = []struct {$/;"	v
 31096  ipToSockaddr	./net/ipsock_posix.go	/^func ipToSockaddr(family int, ip IP, port int, zone string) (syscall.Sockaddr, error) {$/;"	f
 31097  iptr	./reflect/type.go	/^	var iptr interface{} = (*unsafe.Pointer)(nil)$/;"	v
 31098  ipv4AddrToInterface	./net/sockopt_posix.go	/^func ipv4AddrToInterface(ip IP) (*Interface, error) {$/;"	f
 31099  ipv4MulticastListenerTests	./net/listen_test.go	/^var ipv4MulticastListenerTests = []struct {$/;"	v
 31100  ipv4loopback	./syscall/route_bsd_test.go	/^			var ipv4loopback, ipv6loopback bool$/;"	v
 31101  ipv4only	./net/ipsock.go	/^func ipv4only(addr IPAddr) bool {$/;"	f
 31102  ipv6LinkLocalUnicastAddr	./net/interface_test.go	/^func ipv6LinkLocalUnicastAddr(ifi *Interface) string {$/;"	f
 31103  ipv6LinkLocalUnicastTest	./net/main_test.go	/^type ipv6LinkLocalUnicastTest struct {$/;"	t
 31104  ipv6MulticastListenerTests	./net/listen_test.go	/^var ipv6MulticastListenerTests = []struct {$/;"	v
 31105  ipv6only	./net/ipsock.go	/^func ipv6only(addr IPAddr) bool {$/;"	f
 31106  ir	./crypto/rsa/rsa.go	/^	var ir *big.Int$/;"	v
 31107  is	./builtin/builtin.go	/^\/\/ The error built-in interface type is the conventional interface for$/;"	t
 31108  is	./builtin/builtin.go	/^\/\/ value. Unlike new, make's return type is the same as the type of its$/;"	t
 31109  is	./cmd/compile/internal/gc/align.go	/^		\/\/ width of func type is pointer$/;"	t
 31110  is	./cmd/compile/internal/gc/closure.go	/^			\/\/ if v->type is nil, it means v looked like it was$/;"	t
 31111  is	./cmd/compile/internal/gc/dcl.go	/^		\/\/ inner func is referring to var in outer func.$/;"	f
 31112  is	./cmd/compile/internal/gc/inl.go	/^			\/\/ Typecheck because inlvar is not necessarily a function parameter.$/;"	v
 31113  is	./cmd/compile/internal/gc/plive.go	/^	\/\/ avarinitall says the addressed var is initialized along all paths reaching the block exit.$/;"	v
 31114  is	./cmd/compile/internal/gc/plive.go	/^	\/\/ avarinitany says the addressed var is initialized along some path reaching the block exit.$/;"	v
 31115  is	./cmd/compile/internal/gc/reflect.go	/^	\/\/ which implies that the type is comparable (or else it would use ANOEQ).$/;"	t
 31116  is	./cmd/compile/internal/gc/reflect.go	/^\/\/ the given map type.  This type is not visible to users -$/;"	t
 31117  is	./cmd/compile/internal/gc/subr.go	/^	\/\/ 1. src type is identical to dst.$/;"	t
 31118  is	./cmd/compile/internal/gc/syntax.go	/^	OMAKECHAN  \/\/ make(Type, Left) (type is chan)$/;"	t
 31119  is	./cmd/compile/internal/gc/syntax.go	/^	OMAKEMAP   \/\/ make(Type, Left) (type is map)$/;"	t
 31120  is	./cmd/compile/internal/gc/syntax.go	/^	OMAKESLICE \/\/ make(Type, Left, Right) (type is slice)$/;"	t
 31121  is	./cmd/compile/internal/gc/typecheck.go	/^			\/\/ The conversion allocates, so only do it if the concrete type is huge.$/;"	t
 31122  is	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ type is broken or missing, most likely a method call on a broken type$/;"	t
 31123  is	./cmd/dist/util.go	/^			fatal("$objtype is unset")$/;"	t
 31124  is	./cmd/doc/testdata/pkg.go	/^\/\/ Constants tied to ExportedType. (The type is a struct so this isn't valid Go,$/;"	t
 31125  is	./cmd/fix/typecheck.go	/^\/\/ x's type is "int" but T's type is "type int".$/;"	t
 31126  is	./cmd/go/test.go	/^	\/\/ We can't easily check that the type is *testing.M$/;"	t
 31127  is	./cmd/gofmt/simplify.go	/^				\/\/ if the outer literal's element type is a pointer type *T$/;"	t
 31128  is	./cmd/internal/obj/arm/asm5.go	/^			\/\/ type is not explicitly set by runtime. This assumes that$/;"	t
 31129  is	./cmd/internal/obj/pcln.go	/^\/\/ where func is the function, val is the current value, p is the instruction being$/;"	f
 31130  is	./cmd/link/internal/ld/pcln.go	/^\/\/ where func is the function, val is the current value, p is the instruction being$/;"	f
 31131  is	./cmd/vet/composite.go	/^	\/\/ Otherwise the type is a selector like pkg.Name.$/;"	t
 31132  is	./cmd/vet/copylock.go	/^	\/\/ type is a struct. (Interfaces and pointers are safe to copy.)$/;"	t
 31133  is	./cmd/vet/testdata/print.go	/^	fmt.Printf("%d", Formatter(true))          \/\/ correct (the type is responsible for formatting)$/;"	t
 31134  is	./cmd/vet/types.go	/^	\/\/ Check that the CompositeLit's type is a slice or array (which needs no field keys), if possible.$/;"	t
 31135  is	./cmd/vet/types.go	/^\/\/ hasBasicType reports whether x's type is a types.Basic with the given kind.$/;"	t
 31136  is	./debug/dwarf/type.go	/^	\/\/ Set err if error happens.  Not having a type is an error.$/;"	t
 31137  is	./debug/dwarf/type.go	/^\/\/ The only indication of its native integer type is its ByteSize$/;"	t
 31138  is	./encoding/asn1/asn1.go	/^\/\/ For integers, that type is int64.$/;"	t
 31139  is	./encoding/asn1/marshal.go	/^	\/\/ If no default value is given then the zero value for the type is$/;"	t
 31140  is	./encoding/gob/codec_test.go	/^	\/\/ Wire type is IT0, local type is RT1.$/;"	t
 31141  is	./encoding/gob/codec_test.go	/^	\/\/ Wire type is RT0, local type is RT1.$/;"	t
 31142  is	./encoding/gob/debug.go	/^\/\/ one whose type is known to gobs at bootstrap time.$/;"	t
 31143  is	./encoding/gob/decode.go	/^	\/\/ If this type is already in progress, it's a recursive type (e.g. map[string]*T).$/;"	t
 31144  is	./encoding/gob/doc.go	/^If p is transmitted a second time, the type is already known so the$/;"	t
 31145  is	./encoding/gob/doc.go	/^The representation of types is described below.  When a type is defined on a given$/;"	t
 31146  is	./encoding/gob/doc.go	/^at the top level will fail. A struct field of chan or func type is treated exactly$/;"	t
 31147  is	./encoding/gob/doc.go	/^encoded type is field 0, the second is field 1, etc.  When encoding a value, the$/;"	t
 31148  is	./encoding/gob/encode.go	/^	\/\/ If this type is already in progress, it's a recursive type (e.g. map[string]*T).$/;"	t
 31149  is	./encoding/gob/encoder.go	/^		\/\/ we need to tell the other side that the base type is a GobEncoder.$/;"	t
 31150  is	./encoding/gob/encoder.go	/^	\/\/ Make sure the type is known to the other side.$/;"	t
 31151  is	./encoding/gob/example_interface_test.go	/^	\/\/ engine which concrete type is being sent that implements the interface.$/;"	t
 31152  is	./encoding/gob/type.go	/^\/\/ If the user type is not valid, err will be non-nil.  To be used when the error handler$/;"	t
 31153  is	./encoding/gob/type.go	/^\/\/ If the user type is not valid, it calls error.$/;"	t
 31154  is	./encoding/json/encode.go	/^	\/\/ func is only used for recursive types.$/;"	f
 31155  is	./encoding/json/encode.go	/^\/\/ An anonymous struct field of interface type is treated the same as having$/;"	t
 31156  is	./flag/flag.go	/^\/\/ a bool flag with a one-byte name. For bool flags, the type is$/;"	t
 31157  is	./fmt/print.go	/^		\/\/ If the type is not simple, it might have methods.$/;"	t
 31158  is	./go/ast/ast.go	/^\/\/ A type is represented by a tree consisting of one$/;"	t
 31159  is	./go/ast/ast.go	/^\/\/ The direction of a channel type is indicated by one$/;"	t
 31160  is	./go/doc/reader.go	/^			\/\/ a type is present; determine its name$/;"	t
 31161  is	./go/doc/reader.go	/^			\/\/ assume type is imported$/;"	t
 31162  is	./go/doc/reader.go	/^			\/\/ no type is present but we have a constant declaration;$/;"	t
 31163  is	./go/doc/reader.go	/^		\/\/ Once an embedded type is embedded as a pointer type$/;"	t
 31164  is	./go/doc/reader.go	/^	embedded   embeddedSet \/\/ true if the embedded type is a pointer$/;"	t
 31165  is	./go/doc/reader.go	/^	isEmbedded bool        \/\/ true if this type is embedded$/;"	t
 31166  is	./go/doc/reader.go	/^	isStruct   bool        \/\/ true if this type is a struct$/;"	t
 31167  is	./go/doc/reader.go	/^\/\/ and whether the type is imported or not.$/;"	t
 31168  is	./go/printer/nodes.go	/^			\/\/ or the type is on a separate line)$/;"	t
 31169  is	./go/printer/testdata/parser.go	/^\/\/            should reject when a type\/raw type is obviously not allowed$/;"	t
 31170  is	./go/types/api.go	/^	\/\/ if the call result is not a constant, the recorded type is$/;"	t
 31171  is	./go/types/api_test.go	/^		\/\/ check that type is correct$/;"	t
 31172  is	./go/types/decl.go	/^	\/\/ spec: "If the base type is a struct type, the non-blank method$/;"	t
 31173  is	./go/types/expr.go	/^					\/\/ if the key is of interface type, the type is also significant when checking for duplicates$/;"	t
 31174  is	./go/types/expr.go	/^			\/\/ The result type is independent of operand types$/;"	t
 31175  is	./go/types/expr.go	/^	\/\/ If the new type is not final and still untyped, just$/;"	t
 31176  is	./go/types/expr.go	/^and the new type is propagated as needed. Untyped constant expression values$/;"	t
 31177  is	./go/types/object.go	/^	isField   bool \/\/ var is struct field$/;"	v
 31178  is	./go/types/operand.go	/^	\/\/ x's type is identical to T$/;"	t
 31179  is	./go/types/type.go	/^	Invalid BasicKind = iota \/\/ type is invalid$/;"	t
 31180  is	./go/types/type.go	/^	variadic bool   \/\/ true if the last parameter's type is of the form ...T (or string, for append built-in only)$/;"	t
 31181  is	./go/types/type.go	/^\/\/ contain methods whose receiver type is a different interface.$/;"	t
 31182  is	./go/types/typexpr.go	/^					\/\/ TODO(gri) This is not correct if the underlying type is unknown yet.$/;"	t
 31183  is	./html/template/context.go	/^\/\/ treated differently from stateText so the element type is necessary to$/;"	t
 31184  is	./image/draw/draw_test.go	/^\/\/ type is not *image.Paletted.$/;"	t
 31185  is	./internal/syscall/windows/registry/value.go	/^\/\/ GetValue is a low level function. If value's type is known, use the appropriate$/;"	t
 31186  is	./math/sinh.go	/^	The exponential func is called for arguments$/;"	f
 31187  is	./net/http/cookiejar/jar.go	/^\/\/ This struct type is not used outside of this package per se, but the exported$/;"	t
 31188  is	./net/http/request_test.go	/^	\/\/ Empty content type is legal - shoult be treated as$/;"	t
 31189  is	./net/http/server.go	/^\/\/ The HandlerFunc type is an adapter to allow the use of$/;"	t
 31190  is	./net/http/server.go	/^\/\/ This type is used to avoid extra allocations from cloning and\/or populating$/;"	t
 31191  is	./net/rpc/server.go	/^		- the method's type is exported.$/;"	t
 31192  is	./net/url/url.go	/^\/\/ The Userinfo type is an immutable encapsulation of username and$/;"	t
 31193  is	./reflect/type.go	/^	\/\/ AssignableTo reports whether a value of the type is assignable to type u.$/;"	t
 31194  is	./reflect/type.go	/^	\/\/ ConvertibleTo reports whether a value of the type is convertible to type u.$/;"	t
 31195  is	./reflect/type.go	/^\/\/ If the key type is not a valid map key type (that is, if it does$/;"	t
 31196  is	./reflect/type.go	/^\/\/ isReflexive reports whether the == operation on the type is reflexive.$/;"	t
 31197  is	./reflect/type.go	/^\/\/ rtype is the common implementation of most values.$/;"	t
 31198  is	./reflect/value.go	/^\/\/ It panics if v's kind is not Chan or if x's type is not the same type as v's element type.$/;"	t
 31199  is	./runtime/chan.go	/^		\/\/ buf points into the same allocation, elemtype is persistent.$/;"	t
 31200  is	./runtime/error.go	/^	\/\/ errors from ordinary errors: a type is a$/;"	t
 31201  is	./runtime/hashmap.go	/^	\/\/ make sure zero of element type is available.$/;"	t
 31202  is	./runtime/stubs.go	/^\/\/ cgocallback_gofunc is not called from go, only from cgocallback,$/;"	f
 31203  is	./runtime/trace.go	/^	\/\/ If number is >= 3, then the event type is followed by event length in bytes.$/;"	t
 31204  is	./sync/pool.go	/^	local     unsafe.Pointer \/\/ local fixed-size per-P pool, actual type is [P]poolLocal$/;"	t
 31205  is	./syscall/flock_linux_32bit.go	/^	\/\/ Flock_t type is SYS_FCNTL64, not SYS_FCNTL.$/;"	t
 31206  is16	./unicode/letter.go	/^func is16(ranges []Range16, r uint16) bool {$/;"	f
 31207  is32	./unicode/letter.go	/^func is32(ranges []Range32, r uint32) bool {$/;"	f
 31208  is32bit	./go/constant/value.go	/^func is32bit(x int64) bool {$/;"	f
 31209  is63bit	./go/constant/value.go	/^func is63bit(x int64) bool {$/;"	f
 31210  is64	./cmd/link/internal/ld/ldelf.go	/^	var is64 int$/;"	v
 31211  is64	./cmd/link/internal/ld/ldmacho.go	/^	var is64 bool$/;"	v
 31212  isASCII	./archive/tar/common.go	/^func isASCII(s string) bool {$/;"	f
 31213  isASCIILetter	./encoding/json/fold_test.go	/^func isASCIILetter(b byte) bool {$/;"	f
 31214  isASCIILetter	./net/textproto/textproto.go	/^func isASCIILetter(b byte) bool {$/;"	f
 31215  isASCIISpace	./net/http/internal/chunked.go	/^func isASCIISpace(b byte) bool {$/;"	f
 31216  isASCIISpace	./net/textproto/textproto.go	/^func isASCIISpace(b byte) bool {$/;"	f
 31217  isAbs	./os/stat_windows.go	/^func isAbs(path string) (b bool) {$/;"	f
 31218  isAbsTests	./path/path_test.go	/^var isAbsTests = []IsAbsTest{$/;"	v
 31219  isAlphaNum	./os/env.go	/^func isAlphaNum(c uint8) bool {$/;"	f
 31220  isAlphaNumeric	./text/template/parse/lex.go	/^func isAlphaNumeric(r rune) bool {$/;"	f
 31221  isArg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (Imm) isArg() {}$/;"	f
 31222  isArg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (Mem) isArg() {}$/;"	f
 31223  isArg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (Reg) isArg() {}$/;"	f
 31224  isArg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func (Rel) isArg() {}$/;"	f
 31225  isAtext	./net/mail/message.go	/^func isAtext(c byte, dot bool) bool {$/;"	f
 31226  isBad	./database/sql/fakedb_test.go	/^func (c *fakeConn) isBad() bool {$/;"	f
 31227  isBig_ceil	./math/floor_amd64.s	/^isBig_ceil:$/;"	l
 31228  isBig_floor	./math/floor_amd64.s	/^isBig_floor:$/;"	l
 31229  isBig_trunc	./math/floor_amd64.s	/^isBig_trunc:$/;"	l
 31230  isBinary	./go/printer/nodes.go	/^func isBinary(expr ast.Expr) bool {$/;"	f
 31231  isBlank	./cmd/fix/fix.go	/^func isBlank(n ast.Expr) bool {$/;"	f
 31232  isBlank	./cmd/gofmt/simplify.go	/^func isBlank(x ast.Expr) bool {$/;"	f
 31233  isBlank	./go/doc/comment.go	/^func isBlank(s string) bool {$/;"	f
 31234  isBlank	./go/printer/printer.go	/^func isBlank(s string) bool {$/;"	f
 31235  isBoolFlag	./cmd/go/testflag.go	/^func isBoolFlag(v flag.Value) bool {$/;"	f
 31236  isBoolean	./go/types/predicates.go	/^func isBoolean(typ Type) bool {$/;"	f
 31237  isBoundaryDelimiterLine	./mime/multipart/multipart.go	/^func (mr *Reader) isBoundaryDelimiterLine(line []byte) (ret bool) {$/;"	f
 31238  isBroken	./net/http/transport.go	/^func (pc *persistConn) isBroken() bool {$/;"	f
 31239  isBuildID	./cmd/pprof/internal/driver/driver.go	/^func isBuildID(id string) bool {$/;"	f
 31240  isBuiltin	./cmd/cgo/out.go	/^var isBuiltin = map[string]bool{$/;"	v
 31241  isBytesOrRunes	./go/types/conversions.go	/^func isBytesOrRunes(typ Type) bool {$/;"	f
 31242  isCSSNmchar	./html/template/css.go	/^func isCSSNmchar(r rune) bool {$/;"	f
 31243  isCSSSpace	./html/template/css.go	/^func isCSSSpace(b byte) bool {$/;"	f
 31244  isCall	./cmd/fix/fix.go	/^func isCall(t ast.Expr, pkg, name string) bool {$/;"	f
 31245  isCanceled	./net/http/transport.go	/^func (pc *persistConn) isCanceled() bool {$/;"	f
 31246  isChar	./net/http/lex_test.go	/^func isChar(c rune) bool { return c <= 127 }$/;"	f
 31247  isCharClass	./regexp/syntax/parse.go	/^func isCharClass(re *Regexp) bool {$/;"	f
 31248  isCheckmarked	./runtime/mbitmap.go	/^func (h heapBits) isCheckmarked(size uintptr) bool {$/;"	f
 31249  isCleanstack	./runtime/syscall_windows.go	/^func (c *wincallbackcontext) isCleanstack() bool {$/;"	f
 31250  isComment	./html/template/context.go	/^func isComment(s state) bool {$/;"	f
 31251  isComparison	./go/types/expr.go	/^func isComparison(op token.Token) bool {$/;"	f
 31252  isComplex	./go/types/predicates.go	/^func isComplex(typ Type) bool {$/;"	f
 31253  isCondJmp	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var isCondJmp = [maxOp + 1]bool{$/;"	v
 31254  isConstType	./go/types/predicates.go	/^func isConstType(typ Type) bool {$/;"	f
 31255  isCookieDomainName	./net/http/cookie.go	/^func isCookieDomainName(s string) bool {$/;"	f
 31256  isCookieNameValid	./net/http/cookie.go	/^func isCookieNameValid(raw string) bool {$/;"	f
 31257  isCtl	./net/http/lex_test.go	/^func isCtl(c rune) bool { return c <= 31 || c == 127 }$/;"	f
 31258  isDecimal	./text/scanner/scanner.go	/^func isDecimal(ch rune) bool { return '0' <= ch && ch <= '9' }$/;"	f
 31259  isDigit	./bytes/bytes_test.go	/^var isDigit = predicate{unicode.IsDigit, "IsDigit"}$/;"	v
 31260  isDigit	./go/scanner/scanner.go	/^func isDigit(ch rune) bool {$/;"	f
 31261  isDigit	./reflect/all_test.go	/^func isDigit(c uint8) bool { return '0' <= c && c <= '9' }$/;"	f
 31262  isDigit	./strings/strings_test.go	/^var isDigit = predicate{unicode.IsDigit, "IsDigit"}$/;"	v
 31263  isDigit	./time/format.go	/^func isDigit(s string, i int) bool {$/;"	f
 31264  isDimNaN	./math/dim_amd64.s	/^isDimNaN:$/;"	l
 31265  isDir	./cmd/go/pkg.go	/^func isDir(path string) bool {$/;"	f
 31266  isDirCache	./cmd/go/pkg.go	/^var isDirCache = map[string]bool{}$/;"	v
 31267  isDirectIface	./runtime/typekind.go	/^func isDirectIface(t *_type) bool {$/;"	f
 31268  isDomainJoined	./os/user/lookup_windows.go	/^func isDomainJoined() (bool, error) {$/;"	f
 31269  isDomainName	./net/dnsclient.go	/^func isDomainName(s string) bool {$/;"	f
 31270  isEAGAIN	./crypto/rand/rand_unix.go	/^var isEAGAIN func(error) bool \/\/ set by eagain.go on unix systems$/;"	v
 31271  isEmpty	./cmd/gofmt/simplify.go	/^func isEmpty(f *ast.File, g *ast.GenDecl) bool {$/;"	f
 31272  isEmptyString	./cmd/fix/fix.go	/^func isEmptyString(n ast.Expr) bool {$/;"	f
 31273  isEmptyTest	./text/template/parse/parse_test.go	/^type isEmptyTest struct {$/;"	t
 31274  isEmptyTests	./text/template/parse/parse_test.go	/^var isEmptyTests = []isEmptyTest{$/;"	v
 31275  isEmptyValue	./encoding/json/encode.go	/^func isEmptyValue(v reflect.Value) bool {$/;"	f
 31276  isEmptyValue	./encoding/xml/marshal.go	/^func isEmptyValue(v reflect.Value) bool {$/;"	f
 31277  isEndOfLine	./text/template/parse/lex.go	/^func isEndOfLine(r rune) bool {$/;"	f
 31278  isErrorMethodCall	./cmd/vet/types.go	/^func (f *File) isErrorMethodCall(call *ast.CallExpr) bool {$/;"	f
 31279  isEven32	./cmd/compile/internal/big/rat_test.go	/^func isEven32(f float32) bool { return math.Float32bits(f)&1 == 0 }$/;"	f
 31280  isEven32	./math/big/rat_test.go	/^func isEven32(f float32) bool { return math.Float32bits(f)&1 == 0 }$/;"	f
 31281  isEven64	./cmd/compile/internal/big/rat_test.go	/^func isEven64(f float64) bool { return math.Float64bits(f)&1 == 0 }$/;"	f
 31282  isEven64	./math/big/rat_test.go	/^func isEven64(f float64) bool { return math.Float64bits(f)&1 == 0 }$/;"	f
 31283  isExcludingLatin	./unicode/letter.go	/^func isExcludingLatin(rangeTab *RangeTable, r rune) bool {$/;"	f
 31284  isExist	./os/error_plan9.go	/^func isExist(err error) bool {$/;"	f
 31285  isExist	./os/error_unix.go	/^func isExist(err error) bool {$/;"	f
 31286  isExist	./os/error_windows.go	/^func isExist(err error) bool {$/;"	f
 31287  isExistTests	./os/error_test.go	/^var isExistTests = []struct {$/;"	v
 31288  isExported	./cmd/doc/main.go	/^func isExported(name string) bool {$/;"	f
 31289  isExported	./encoding/gob/type.go	/^func isExported(name string) bool {$/;"	f
 31290  isExported	./net/rpc/server.go	/^func isExported(name string) bool {$/;"	f
 31291  isExportedOrBuiltinType	./net/rpc/server.go	/^func isExportedOrBuiltinType(t reflect.Type) bool {$/;"	f
 31292  isExportedRuntime	./runtime/traceback.go	/^func isExportedRuntime(name string) bool {$/;"	f
 31293  isExprSwitch	./go/printer/testdata/parser.go	/^func isExprSwitch(s ast.Stmt) bool {$/;"	f
 31294  isFinalBoundary	./mime/multipart/multipart.go	/^func (mr *Reader) isFinalBoundary(line []byte) bool {$/;"	f
 31295  isFinite	./cmd/compile/internal/big/ratconv_test.go	/^func isFinite(f float64) bool {$/;"	f
 31296  isFinite	./math/big/ratconv_test.go	/^func isFinite(f float64) bool {$/;"	f
 31297  isFloat	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func isFloat(op Op) bool {$/;"	f
 31298  isFloat	./go/types/predicates.go	/^func isFloat(typ Type) bool {$/;"	f
 31299  isFloatInt	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func isFloatInt(op Op) bool {$/;"	f
 31300  isFormat	./cmd/pprof/internal/driver/driver.go	/^func (f *flags) isFormat(format string) bool {$/;"	f
 31301  isGo12	./debug/gosym/pclntab.go	/^func (t *LineTable) isGo12() bool {$/;"	f
 31302  isGoFile	./cmd/fix/main.go	/^func isGoFile(f os.FileInfo) bool {$/;"	f
 31303  isGoFile	./cmd/gofmt/gofmt.go	/^func isGoFile(f os.FileInfo) bool {$/;"	f
 31304  isGoFile	./go/doc/doc_test.go	/^func isGoFile(fi os.FileInfo) bool {$/;"	f
 31305  isGoFile	./go/doc/headscan.go	/^func isGoFile(fi os.FileInfo) bool {$/;"	f
 31306  isGoGenerate	./cmd/go/generate.go	/^func isGoGenerate(buf []byte) bool {$/;"	f
 31307  isGoRelease	./cmd/go/pkg.go	/^var isGoRelease = strings.HasPrefix(runtime.Version(), "go1")$/;"	v
 31308  isHex	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }$/;"	f
 31309  isHex	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func isHex(b byte) bool { return b == '0' || unhex[b] > 0 }$/;"	f
 31310  isHex	./html/template/css.go	/^func isHex(c byte) bool {$/;"	f
 31311  isHexConstant	./text/template/exec.go	/^func isHexConstant(s string) bool {$/;"	f
 31312  isIP	./net/http/cookiejar/jar.go	/^func isIP(host string) bool {$/;"	f
 31313  isIPTests	./net/http/cookiejar/jar_test.go	/^var isIPTests = map[string]bool{$/;"	v
 31314  isIPv4	./net/ipsock.go	/^func isIPv4(addr Addr) bool {$/;"	f
 31315  isIdent	./cmd/fix/fix.go	/^func isIdent(n interface{}) *ast.Ident {$/;"	f
 31316  isIdentRune	./cmd/asm/internal/lex/tokenizer.go	/^func isIdentRune(ch rune, i int) bool {$/;"	f
 31317  isIdentRune	./text/scanner/scanner.go	/^func (s *Scanner) isIdentRune(ch rune, i int) bool {$/;"	f
 31318  isIdentifier	./cmd/doc/main.go	/^func isIdentifier(name string) {$/;"	f
 31319  isIdentity	./net/http/transfer.go	/^func isIdentity(te []string) bool { return len(te) == 1 && te[0] == "identity" }$/;"	f
 31320  isImm	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func isImm(a Arg) bool {$/;"	f
 31321  isInCharacterRange	./encoding/xml/xml.go	/^func isInCharacterRange(r rune) (inrange bool) {$/;"	f
 31322  isInGoToolsRepo	./cmd/go/tool.go	/^func isInGoToolsRepo(toolName string) bool {$/;"	f
 31323  isInTag	./html/template/context.go	/^func isInTag(s state) bool {$/;"	f
 31324  isInf	./math/hypot_amd64.s	/^isInf:$/;"	l
 31325  isInfOrNaN	./math/hypot_amd64.s	/^isInfOrNaN:$/;"	l
 31326  isInfOrNaN	./math/log_amd64.s	/^isInfOrNaN:$/;"	l
 31327  isInfOrNaN	./math/sincos_amd64.s	/^isInfOrNaN: \/\/ return (NaN, NaN)$/;"	l
 31328  isInteger	./go/types/operand.go	/^func (x *operand) isInteger() bool {$/;"	f
 31329  isInteger	./go/types/predicates.go	/^func isInteger(typ Type) bool {$/;"	f
 31330  isJSIdentPart	./html/template/js.go	/^func isJSIdentPart(r rune) bool {$/;"	f
 31331  isLeap	./time/time.go	/^func isLeap(year int) bool {$/;"	f
 31332  isLetter	./go/scanner/scanner.go	/^func isLetter(ch rune) bool {$/;"	f
 31333  isLit	./go/printer/printer.go	/^		var isLit bool$/;"	v
 31334  isLiteralType	./go/parser/parser.go	/^func isLiteralType(x ast.Expr) bool {$/;"	f
 31335  isLiteralType	./go/printer/testdata/parser.go	/^func isLiteralType(x ast.Expr) bool {$/;"	f
 31336  isLoop	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var isLoop = [maxOp + 1]bool{$/;"	v
 31337  isLowerUpper	./unicode/maketables.go	/^func (c *caseState) isLowerUpper() bool {$/;"	f
 31338  isMarked	./runtime/mbitmap.go	/^func (h heapBits) isMarked() bool {$/;"	f
 31339  isMaxNaN	./math/dim_amd64.s	/^isMaxNaN: \/\/ return NaN$/;"	l
 31340  isMaxZero	./math/dim_amd64.s	/^isMaxZero:$/;"	l
 31341  isMem	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func isMem(a Arg) bool {$/;"	f
 31342  isMinNaN	./math/dim_amd64.s	/^isMinNaN: \/\/ return NaN$/;"	l
 31343  isMinZero	./math/dim_amd64.s	/^isMinZero:$/;"	l
 31344  isNaN	./sort/sort.go	/^func isNaN(f float64) bool {$/;"	f
 31345  isNaNSC	./math/cmplx/cmath_test.go	/^var isNaNSC = []bool{$/;"	v
 31346  isName	./cmd/cgo/util.go	/^func isName(s string) bool {$/;"	f
 31347  isName	./cmd/fix/fix.go	/^func isName(n ast.Expr, name string) bool {$/;"	f
 31348  isName	./encoding/xml/xml.go	/^func isName(s []byte) bool {$/;"	f
 31349  isNameByte	./encoding/xml/xml.go	/^func isNameByte(c byte) bool {$/;"	f
 31350  isNameString	./encoding/xml/xml.go	/^func isNameString(s string) bool {$/;"	f
 31351  isNamed	./go/types/predicates.go	/^func isNamed(typ Type) bool {$/;"	f
 31352  isNegInf	./math/dim_amd64.s	/^isNegInf: \/\/ return -Inf$/;"	l
 31353  isNegInt	./math/gamma.go	/^func isNegInt(x float64) bool {$/;"	f
 31354  isNegative	./math/log_amd64.s	/^isNegative:$/;"	l
 31355  isNetWriteError	./net/http/transport.go	/^func isNetWriteError(err error) bool {$/;"	f
 31356  isNil	./cmd/vet/nilfunc.go	/^func (f *File) isNil(e ast.Expr) bool {$/;"	f
 31357  isNil	./go/types/operand.go	/^func (x *operand) isNil() bool {$/;"	f
 31358  isNil	./text/template/funcs.go	/^		var isNil bool$/;"	v
 31359  isNonNil	./reflect/all_test.go	/^func isNonNil(x interface{}) {$/;"	f
 31360  isNormalized	./cmd/compile/internal/big/int_test.go	/^func isNormalized(x *Int) bool {$/;"	f
 31361  isNormalized	./math/big/int_test.go	/^func isNormalized(x *Int) bool {$/;"	f
 31362  isNotExist	./os/error_plan9.go	/^func isNotExist(err error) bool {$/;"	f
 31363  isNotExist	./os/error_unix.go	/^func isNotExist(err error) bool {$/;"	f
 31364  isNotExist	./os/error_windows.go	/^func isNotExist(err error) bool {$/;"	f
 31365  isNotExist	./time/sys_unix.go	/^func isNotExist(err error) bool { return err == syscall.ENOENT }$/;"	f
 31366  isNotPrint16	./strconv/isprint.go	/^var isNotPrint16 = []uint16{$/;"	v
 31367  isNotPrint16	./strconv/makeisprint.go	/^	fmt.Fprintf(&buf, "var isNotPrint16 = []uint16{\\n")$/;"	v
 31368  isNotPrint32	./strconv/isprint.go	/^var isNotPrint32 = []uint16{ \/\/ add 0x10000 to each entry$/;"	v
 31369  isNotPrint32	./strconv/makeisprint.go	/^	fmt.Fprintf(&buf, "var isNotPrint32 = []uint16{ \/\/ add 0x10000 to each entry\\n")$/;"	v
 31370  isNotToken	./net/http/lex.go	/^func isNotToken(r rune) bool {$/;"	f
 31371  isNotTokenChar	./mime/mediatype.go	/^func isNotTokenChar(r rune) bool {$/;"	f
 31372  isNumeric	./go/types/predicates.go	/^func isNumeric(typ Type) bool {$/;"	f
 31373  isOWS	./net/http/lex.go	/^func isOWS(b byte) bool { return b == ' ' || b == '\\t' }$/;"	f
 31374  isOddInt	./math/pow.go	/^func isOddInt(x float64) bool {$/;"	f
 31375  isOneLineFieldList	./go/printer/nodes.go	/^func (p *printer) isOneLineFieldList(list []*ast.Field) bool {$/;"	f
 31376  isOptHdrEq	./debug/pe/file_test.go	/^func isOptHdrEq(a, b interface{}) bool {$/;"	f
 31377  isOrdered	./go/types/predicates.go	/^func isOrdered(typ Type) bool {$/;"	f
 31378  isPackageClause	./cmd/yacc/yacc.go	/^func isPackageClause(line []rune) bool {$/;"	f
 31379  isPermission	./os/error_plan9.go	/^func isPermission(err error) bool {$/;"	f
 31380  isPermission	./os/error_unix.go	/^func isPermission(err error) bool {$/;"	f
 31381  isPermission	./os/error_windows.go	/^func isPermission(err error) bool {$/;"	f
 31382  isPkgDot	./cmd/fix/fix.go	/^func isPkgDot(t ast.Expr, pkg, name string) bool {$/;"	f
 31383  isPlatformError	./net/error_plan9_test.go	/^func isPlatformError(err error) bool {$/;"	f
 31384  isPlatformError	./net/error_posix_test.go	/^func isPlatformError(err error) bool {$/;"	f
 31385  isPointer	./go/types/conversions.go	/^func isPointer(typ Type) bool {$/;"	f
 31386  isPointer	./runtime/mbitmap.go	/^func (h heapBits) isPointer() bool {$/;"	f
 31387  isPosInf	./math/dim_amd64.s	/^isPosInf: \/\/ return +Inf$/;"	l
 31388  isPrefix	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func isPrefix(text string) bool {$/;"	f
 31389  isPrefixByte	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func isPrefixByte(b byte) bool {$/;"	f
 31390  isPrime	./math/all_test.go	/^func isPrime(i int) bool {$/;"	f
 31391  isPrint	./strconv/makeisprint.go	/^func isPrint(r rune) bool {$/;"	f
 31392  isPrint16	./strconv/isprint.go	/^var isPrint16 = []uint16{$/;"	v
 31393  isPrint16	./strconv/makeisprint.go	/^	fmt.Fprintf(&buf, "var isPrint16 = []uint16{\\n")$/;"	v
 31394  isPrint32	./strconv/isprint.go	/^var isPrint32 = []uint32{$/;"	v
 31395  isPrint32	./strconv/makeisprint.go	/^	fmt.Fprintf(&buf, "var isPrint32 = []uint32{\\n")$/;"	v
 31396  isPrintable	./encoding/asn1/asn1.go	/^func isPrintable(b byte) bool {$/;"	f
 31397  isProcessRunning	./net/http/cgi/plan9_test.go	/^func isProcessRunning(t *testing.T, pid int) bool {$/;"	f
 31398  isProcessRunning	./net/http/cgi/posix_test.go	/^func isProcessRunning(t *testing.T, pid int) bool {$/;"	f
 31399  isProfileType	./cmd/pprof/internal/profile/legacy_profile.go	/^func isProfileType(p *Profile, t []string) bool {$/;"	f
 31400  isPtrPkgDot	./cmd/fix/fix.go	/^func isPtrPkgDot(t ast.Expr, pkg, name string) bool {$/;"	f
 31401  isQPDiscardWhitespace	./mime/quotedprintable/reader.go	/^func isQPDiscardWhitespace(r rune) bool {$/;"	f
 31402  isQtext	./net/mail/message.go	/^func isQtext(c byte) bool {$/;"	f
 31403  isRGB	./image/jpeg/reader.go	/^func (d *decoder) isRGB() bool {$/;"	f
 31404  isRange	./go/parser/parser.go	/^	var isRange bool$/;"	v
 31405  isReadonlyError	./os/path_test.go	/^var isReadonlyError = func(error) bool { return false }$/;"	v
 31406  isRedundant	./cmd/pprof/internal/report/report.go	/^func isRedundant(e *edgeInfo) bool {$/;"	f
 31407  isReflexive	./reflect/type.go	/^func isReflexive(t *rtype) bool {$/;"	f
 31408  isReg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func isReg(a Arg) bool {$/;"	f
 31409  isRegisteredTestName	./cmd/dist/test.go	/^func (t *tester) isRegisteredTestName(testName string) bool {$/;"	f
 31410  isSafeUintptr	./cmd/vet/unsafeptr.go	/^func (f *File) isSafeUintptr(x ast.Expr) bool {$/;"	f
 31411  isSecure	./cmd/go/vcs.go	/^func (v *vcsCmd) isSecure(repo string) bool {$/;"	f
 31412  isSecureScheme	./cmd/go/vcs.go	/^var isSecureScheme = map[string]bool{$/;"	v
 31413  isSegReg	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func isSegReg(a Arg) bool {$/;"	f
 31414  isSegment	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func isSegment(p Prefix) bool {$/;"	f
 31415  isSent	./encoding/gob/type.go	/^func isSent(field *reflect.StructField) bool {$/;"	f
 31416  isSeparator	./bytes/bytes.go	/^func isSeparator(r rune) bool {$/;"	f
 31417  isSeparator	./net/http/lex_test.go	/^func isSeparator(c rune) bool {$/;"	f
 31418  isSeparator	./strings/strings.go	/^func isSeparator(r rune) bool {$/;"	f
 31419  isShellSpecialVar	./os/env.go	/^func isShellSpecialVar(c uint8) bool {$/;"	f
 31420  isShift	./go/types/expr.go	/^func isShift(op token.Token) bool {$/;"	f
 31421  isSingleBytes	./regexp/exec_test.go	/^func isSingleBytes(s string) bool {$/;"	f
 31422  isSlash	./path/filepath/path_windows.go	/^func isSlash(c uint8) bool {$/;"	f
 31423  isSlash	./syscall/exec_windows.go	/^func isSlash(c uint8) bool {$/;"	f
 31424  isSmallMakeSlice	./cmd/compile/internal/gc/walk.go	/^func isSmallMakeSlice(n *Node) bool {$/;"	f
 31425  isSpace	./bufio/scan.go	/^func isSpace(r rune) bool {$/;"	f
 31426  isSpace	./bytes/bytes_test.go	/^var isSpace = predicate{unicode.IsSpace, "IsSpace"}$/;"	v
 31427  isSpace	./encoding/json/scanner.go	/^func isSpace(c rune) bool {$/;"	f
 31428  isSpace	./fmt/scan.go	/^func isSpace(r rune) bool {$/;"	f
 31429  isSpace	./net/parse.go	/^func isSpace(b byte) bool {$/;"	f
 31430  isSpace	./strings/strings_test.go	/^var isSpace = predicate{unicode.IsSpace, "IsSpace"}$/;"	v
 31431  isSpace	./text/template/parse/lex.go	/^func isSpace(r rune) bool {$/;"	f
 31432  isSpace	./time/zoneinfo_plan9.go	/^func isSpace(r rune) bool {$/;"	f
 31433  isSpaceOrComment	./cmd/pprof/internal/profile/legacy_profile.go	/^func isSpaceOrComment(line string) bool {$/;"	f
 31434  isStale	./cmd/go/go_test.go	/^func (tg *testgoData) isStale(pkg string) bool {$/;"	f
 31435  isStale	./cmd/go/pkg.go	/^func isStale(p *Package) bool {$/;"	f
 31436  isString	./go/types/predicates.go	/^func isString(typ Type) bool {$/;"	f
 31437  isStringer	./cmd/vet/print.go	/^func isStringer(f *File, d *ast.FuncDecl) bool {$/;"	f
 31438  isStruct	./cmd/vet/types.go	/^func (pkg *Package) isStruct(c *ast.CompositeLit) (bool, string) {$/;"	f
 31439  isStructUnionClass	./cmd/cgo/gcc.go	/^func isStructUnionClass(x ast.Expr) bool {$/;"	f
 31440  isSuccess	./os/exec/lp_windows_test.go	/^func (test commandTest) isSuccess(rootDir, output string, err error) error {$/;"	f
 31441  isSupportedSignatureAndHash	./crypto/tls/common.go	/^func isSupportedSignatureAndHash(sigHash signatureAndHash, sigHashes []signatureAndHash) bool {$/;"	f
 31442  isSystemGoroutine	./runtime/traceback.go	/^func isSystemGoroutine(gp *g) bool {$/;"	f
 31443  isTSpecial	./mime/grammar.go	/^func isTSpecial(r rune) bool {$/;"	f
 31444  isTerminating	./go/types/return.go	/^func (check *Checker) isTerminating(s ast.Stmt, label string) bool {$/;"	f
 31445  isTerminatingList	./go/types/return.go	/^func (check *Checker) isTerminatingList(list []ast.Stmt, label string) bool {$/;"	f
 31446  isTerminatingSwitch	./go/types/return.go	/^func (check *Checker) isTerminatingSwitch(body *ast.BlockStmt, label string) bool {$/;"	f
 31447  isTest	./cmd/go/test.go	/^func isTest(name, prefix string) bool {$/;"	f
 31448  isTest	./go/doc/example.go	/^func isTest(name, prefix string) bool {$/;"	f
 31449  isTestFile	./cmd/go/test.go	/^func isTestFile(file string) bool {$/;"	f
 31450  isTestMain	./cmd/go/test.go	/^func isTestMain(fn *ast.FuncDecl) bool {$/;"	f
 31451  isToken	./mime/grammar.go	/^func isToken(s string) bool {$/;"	f
 31452  isToken	./net/http/lex.go	/^func isToken(r rune) bool {$/;"	f
 31453  isTokenBoundary	./net/http/header.go	/^func isTokenBoundary(b byte) bool {$/;"	f
 31454  isTokenChar	./mime/grammar.go	/^func isTokenChar(r rune) bool {$/;"	f
 31455  isTokenTable	./net/http/lex.go	/^var isTokenTable = [127]bool{$/;"	v
 31456  isTopName	./cmd/fix/fix.go	/^func isTopName(n ast.Expr, name string) bool {$/;"	f
 31457  isTrue	./cmd/vet/main.go	/^func (ts triState) isTrue() bool {$/;"	f
 31458  isTrue	./text/template/exec.go	/^func isTrue(val reflect.Value) (truth, ok bool) {$/;"	f
 31459  isType	./cmd/fix/typecheck.go	/^func isType(t string) bool {$/;"	f
 31460  isTypeName	./go/parser/parser.go	/^func isTypeName(x ast.Expr) bool {$/;"	f
 31461  isTypeName	./go/printer/nodes.go	/^func isTypeName(x ast.Expr) bool {$/;"	f
 31462  isTypeName	./go/printer/testdata/parser.go	/^func isTypeName(x ast.Expr) bool {$/;"	f
 31463  isTypeSwitchAssert	./go/parser/parser.go	/^func isTypeSwitchAssert(x ast.Expr) bool {$/;"	f
 31464  isTypeSwitchGuard	./go/parser/parser.go	/^func isTypeSwitchGuard(s ast.Stmt) bool {$/;"	f
 31465  isTyped	./go/types/predicates.go	/^func isTyped(typ Type) bool {$/;"	f
 31466  isUNC	./path/filepath/path_windows.go	/^func isUNC(path string) bool {$/;"	f
 31467  isUintptr	./go/types/conversions.go	/^func isUintptr(typ Type) bool {$/;"	f
 31468  isUnsafePointer	./go/types/conversions.go	/^func isUnsafePointer(typ Type) bool {$/;"	f
 31469  isUnsigned	./go/types/predicates.go	/^func isUnsigned(typ Type) bool {$/;"	f
 31470  isUntyped	./go/types/predicates.go	/^func isUntyped(typ Type) bool {$/;"	f
 31471  isUpper	./bytes/bytes_test.go	/^var isUpper = predicate{unicode.IsUpper, "IsUpper"}$/;"	v
 31472  isUpper	./cmd/doc/main.go	/^func isUpper(name string) bool {$/;"	f
 31473  isUpper	./strings/strings_test.go	/^var isUpper = predicate{unicode.IsUpper, "IsUpper"}$/;"	v
 31474  isUpperFold	./regexp/syntax/parse_test.go	/^func isUpperFold(r rune) bool {$/;"	f
 31475  isUpperLower	./unicode/maketables.go	/^func (c *caseState) isUpperLower() bool {$/;"	f
 31476  isValid	./crypto/x509/verify.go	/^func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error {$/;"	f
 31477  isValid	./net/error_test.go	/^func (e *OpError) isValid() error {$/;"	f
 31478  isValid	./reflect/all_test.go	/^func isValid(v Value) {$/;"	f
 31479  isValidCaptureName	./regexp/syntax/parse.go	/^func isValidCaptureName(name string) bool {$/;"	f
 31480  isValidDirective	./encoding/xml/marshal.go	/^func isValidDirective(dir Directive) bool {$/;"	f
 31481  isValidImport	./go/parser/parser.go	/^func isValidImport(lit string) bool {$/;"	f
 31482  isValidREX	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func isValidREX(x []byte) bool {$/;"	f
 31483  isValidRune	./bytes/bytes_test.go	/^var isValidRune = predicate{$/;"	v
 31484  isValidRune	./strings/strings_test.go	/^var isValidRune = predicate{$/;"	v
 31485  isValidTag	./encoding/json/encode.go	/^func isValidTag(s string) bool {$/;"	f
 31486  isVchar	./net/mail/message.go	/^func isVchar(c byte) bool {$/;"	f
 31487  isVisible	./go/doc/reader.go	/^func (r *reader) isVisible(name string) bool {$/;"	f
 31488  isWS	./net/http/sniff.go	/^func isWS(b byte) bool {$/;"	f
 31489  isWSP	./net/mail/message.go	/^func isWSP(c byte) bool {$/;"	f
 31490  isWhitespace	./go/ast/ast.go	/^func isWhitespace(ch byte) bool { return ch == ' ' || ch == '\\t' || ch == '\\n' || ch == '\\r' }$/;"	f
 31491  isWhitespace	./mime/quotedprintable/writer.go	/^func isWhitespace(b byte) bool {$/;"	f
 31492  isWildcard	./cmd/gofmt/rewrite.go	/^func isWildcard(s string) bool {$/;"	f
 31493  isWildcard	./net/iprawsock.go	/^func (a *IPAddr) isWildcard() bool {$/;"	f
 31494  isWildcard	./net/tcpsock.go	/^func (a *TCPAddr) isWildcard() bool {$/;"	f
 31495  isWildcard	./net/udpsock.go	/^func (a *UDPAddr) isWildcard() bool {$/;"	f
 31496  isWildcard	./net/unixsock.go	/^func (a *UnixAddr) isWildcard() bool {$/;"	f
 31497  isZero	./crypto/elliptic/p224.go	/^	var isZero, isP uint32$/;"	v
 31498  isZero	./encoding/gob/encode.go	/^func isZero(val reflect.Value) bool {$/;"	f
 31499  isZero	./math/hypot_amd64.s	/^isZero:$/;"	l
 31500  isZero	./math/log_amd64.s	/^isZero:$/;"	l
 31501  isZero	./math/sincos_amd64.s	/^isZero: \/\/ return (±0.0, 1.0)$/;"	l
 31502  isZeroBug	./encoding/gob/gobencdec_test.go	/^type isZeroBug struct {$/;"	t
 31503  isZeroBugArray	./encoding/gob/gobencdec_test.go	/^type isZeroBugArray [2]uint8$/;"	t
 31504  isZeroBugInterface	./encoding/gob/gobencdec_test.go	/^type isZeroBugInterface struct {$/;"	t
 31505  isZeroValue	./flag/flag.go	/^func isZeroValue(value string) bool {$/;"	f
 31506  isZeros	./net/ip.go	/^func isZeros(p IP) bool {$/;"	f
 31507  isZip64	./archive/zip/struct.go	/^func (fh *FileHeader) isZip64() bool {$/;"	f
 31508  is_eface	./runtime/runtime-gdb.py	/^def is_eface(val):$/;"	f
 31509  is_iface	./runtime/runtime-gdb.py	/^def is_iface(val):$/;"	f
 31510  is_inf	./math/hypot_386.s	/^is_inf:$/;"	l
 31511  isabs	./cmd/dist/util.go	/^func isabs(p string) bool {$/;"	f
 31512  isabstests	./path/filepath/path_test.go	/^var isabstests = []IsAbsTest{$/;"	v
 31513  isaddcon	./cmd/internal/obj/arm64/asm7.go	/^func isaddcon(v int64) int {$/;"	f
 31514  isaddrokay	./cmd/compile/internal/gc/order.go	/^func isaddrokay(n *Node) bool {$/;"	f
 31515  isalnum	./cmd/compile/internal/gc/util.go	/^func isalnum(c int) bool {$/;"	f
 31516  isalnum	./regexp/syntax/parse.go	/^func isalnum(c rune) bool {$/;"	f
 31517  isalpha	./cmd/compile/internal/gc/util.go	/^func isalpha(c int) bool {$/;"	f
 31518  isartificial	./cmd/compile/internal/gc/racewalk.go	/^func isartificial(n *Node) bool {$/;"	f
 31519  isax	./cmd/internal/obj/x86/asm6.go	/^func isax(a *obj.Addr) bool {$/;"	f
 31520  isbadbyte	./cmd/internal/obj/x86/asm6.go	/^func isbadbyte(a *obj.Addr) bool {$/;"	f
 31521  isbadimport	./cmd/compile/internal/gc/subr.go	/^func isbadimport(path string) bool {$/;"	f
 31522  isbitcon	./cmd/internal/obj/arm64/asm7.go	/^func isbitcon(v uint64) int {$/;"	f
 31523  isblank	./cmd/compile/internal/gc/subr.go	/^func isblank(n *Node) bool {$/;"	f
 31524  isblanksym	./cmd/compile/internal/gc/subr.go	/^func isblanksym(s *Sym) bool {$/;"	f
 31525  isbranch	./cmd/compile/internal/arm/peep.go	/^func isbranch(p *obj.Prog) bool {$/;"	f
 31526  iscall	./cmd/compile/internal/gc/plive.go	/^func iscall(prog *obj.Prog, name *obj.LSym) bool {$/;"	f
 31527  iscallret	./cmd/compile/internal/gc/walk.go	/^func iscallret(n *Node) bool {$/;"	f
 31528  iscgo	./runtime/cgo.go	/^var iscgo bool$/;"	v
 31529  iscomptype	./cmd/compile/internal/gc/typecheck.go	/^func iscomptype(t *Type) bool {$/;"	f
 31530  isdconst	./cmd/compile/internal/arm/peep.go	/^func isdconst(a *obj.Addr) bool {$/;"	f
 31531  isdeferreturn	./cmd/compile/internal/gc/plive.go	/^func isdeferreturn(prog *obj.Prog) bool {$/;"	f
 31532  isdeferreturn_sym	./cmd/compile/internal/gc/plive.go	/^var isdeferreturn_sym *obj.LSym$/;"	v
 31533  isdigit	./cmd/compile/internal/gc/util.go	/^func isdigit(c int) bool {$/;"	f
 31534  isdigit	./cmd/yacc/yacc.go	/^func isdigit(c rune) bool { return c >= '0' && c <= '9' }$/;"	f
 31535  isdir	./cmd/dist/util.go	/^func isdir(p string) bool {$/;"	f
 31536  isdir	./os/file_windows.go	/^func (f *file) isdir() bool { return f != nil && f.dirinfo != nil }$/;"	f
 31537  isdirectiface	./cmd/compile/internal/gc/subr.go	/^func isdirectiface(t *Type) bool {$/;"	f
 31538  isextern	./cmd/internal/obj/x86/asm6.go	/^func isextern(s *obj.LSym) bool {$/;"	f
 31539  isfile	./cmd/dist/util.go	/^func isfile(p string) bool {$/;"	f
 31540  isfloatreg	./cmd/compile/internal/arm/peep.go	/^func isfloatreg(a *obj.Addr) bool {$/;"	f
 31541  isfloatreg	./cmd/internal/obj/arm/obj5.go	/^func isfloatreg(a *obj.Addr) bool {$/;"	f
 31542  isforkfunc	./cmd/compile/internal/gc/racewalk.go	/^func isforkfunc(fn *Node) bool {$/;"	f
 31543  isfrog	./cmd/compile/internal/gc/lex.go	/^func isfrog(c int) bool {$/;"	f
 31544  isfunny	./cmd/compile/internal/gc/plive.go	/^func isfunny(n *Node) bool {$/;"	f
 31545  isglobal	./cmd/compile/internal/gc/walk.go	/^func isglobal(n *Node) bool {$/;"	f
 31546  isgoconst	./cmd/compile/internal/gc/const.go	/^func isgoconst(n *Node) bool {$/;"	f
 31547  isgoexception	./runtime/signal_windows.go	/^func isgoexception(info *exceptionrecord, r *context) bool {$/;"	f
 31548  ishairy	./cmd/compile/internal/gc/inl.go	/^func ishairy(n *Node, budget *int) bool {$/;"	f
 31549  ishairylist	./cmd/compile/internal/gc/inl.go	/^func ishairylist(ll *NodeList, budget *int) bool {$/;"	f
 31550  ishex	./mime/mediatype.go	/^func ishex(c byte) bool {$/;"	f
 31551  ishex	./net/url/url.go	/^func ishex(c byte) bool {$/;"	f
 31552  isideal	./cmd/compile/internal/gc/subr.go	/^func isideal(t *Type) bool {$/;"	f
 31553  isifacemethod	./cmd/compile/internal/gc/dcl.go	/^func isifacemethod(f *Type) bool {$/;"	f
 31554  isint32	./cmd/internal/obj/ppc64/asm9.go	/^func isint32(v int64) bool {$/;"	f
 31555  islice	./fmt/fmt_test.go	/^var islice = iarray[:]$/;"	v
 31556  islice	./reflect/type.go	/^	var islice interface{} = ([]unsafe.Pointer)(nil)$/;"	v
 31557  isliteral	./cmd/compile/internal/gc/sinit.go	/^func isliteral(n *Node) bool {$/;"	f
 31558  islive	./cmd/compile/internal/gc/plive.go	/^func islive(n *Node, args Bvec, locals Bvec) bool {$/;"	f
 31559  islocalname	./cmd/compile/internal/gc/lex.go	/^func islocalname(name string) bool {$/;"	f
 31560  islvalue	./cmd/compile/internal/gc/typecheck.go	/^func islvalue(n *Node) bool {$/;"	f
 31561  ismapkey	./reflect/type.go	/^func ismapkey(*rtype) bool \/\/ implemented in runtime$/;"	f
 31562  ismapkey	./runtime/hashmap.go	/^func ismapkey(t *_type) bool {$/;"	f
 31563  ismulticall	./cmd/compile/internal/gc/order.go	/^func ismulticall(l *NodeList) bool {$/;"	f
 31564  isn	./cmd/compile/internal/gc/typecheck.go	/^		\/\/ This type isn't computed yet; when it is, update n.$/;"	t
 31565  isn	./runtime/syscall_windows.go	/^	callbackasm byte \/\/ type isn't really byte, it's code in runtime$/;"	t
 31566  isnan	./runtime/complex.go	/^func isnan(f float64) bool    { return f != f }$/;"	f
 31567  isnanu	./runtime/sqrt.go	/^func isnanu(ix uint64) bool {$/;"	f
 31568  isneginf	./runtime/complex.go	/^func isneginf(f float64) bool { return f < -maxFloat64 }$/;"	f
 31569  isnewselect	./cmd/compile/internal/gc/plive.go	/^func isnewselect(prog *obj.Prog) bool {$/;"	f
 31570  isnewselect_sym	./cmd/compile/internal/gc/plive.go	/^var isnewselect_sym *obj.LSym$/;"	v
 31571  isnil	./cmd/compile/internal/gc/subr.go	/^func isnil(n *Node) bool {$/;"	f
 31572  isnilinter	./cmd/compile/internal/gc/subr.go	/^func isnilinter(t *Type) bool {$/;"	f
 31573  isoWeekTests	./time/time_test.go	/^var isoWeekTests = []ISOWeekTest{$/;"	v
 31574  ispaddedfield	./cmd/compile/internal/gc/subr.go	/^func ispaddedfield(t *Type, total int64) bool {$/;"	f
 31575  ispcdisp	./cmd/internal/obj/arm64/asm7.go	/^func ispcdisp(v int32) int {$/;"	f
 31576  ispkgin	./cmd/compile/internal/gc/racewalk.go	/^func ispkgin(pkgs []string) bool {$/;"	f
 31577  isposinf	./runtime/complex.go	/^func isposinf(f float64) bool { return f > maxFloat64 }$/;"	f
 31578  isptrto	./cmd/compile/internal/gc/subr.go	/^func isptrto(t *Type, et int) bool {$/;"	f
 31579  ispubname	./cmd/link/internal/ld/dwarf.go	/^func ispubname(die *DWDie) bool {$/;"	f
 31580  ispubtype	./cmd/link/internal/ld/dwarf.go	/^func ispubtype(die *DWDie) bool {$/;"	f
 31581  isreflexive	./cmd/compile/internal/gc/reflect.go	/^func isreflexive(t *Type) bool {$/;"	f
 31582  issafepoint	./cmd/compile/internal/gc/plive.go	/^func issafepoint(prog *obj.Prog) bool {$/;"	f
 31583  isscanstatus	./runtime/proc1.go	/^func isscanstatus(status uint32) bool {$/;"	f
 31584  issect	./cmd/link/internal/ld/ldpe.go	/^func issect(s *PeSym) bool {$/;"	f
 31585  isselectcommcasecall	./cmd/compile/internal/gc/plive.go	/^func isselectcommcasecall(prog *obj.Prog) bool {$/;"	f
 31586  isselectgocall	./cmd/compile/internal/gc/plive.go	/^func isselectgocall(prog *obj.Prog) bool {$/;"	f
 31587  isselectgocall_sym	./cmd/compile/internal/gc/plive.go	/^var isselectgocall_sym *obj.LSym$/;"	v
 31588  isstack	./cmd/compile/internal/gc/walk.go	/^func isstack(n *Node) bool {$/;"	f
 31589  issue5431	./runtime/race/testdata/regression_test.go	/^func issue5431() {$/;"	f
 31590  issuer	./crypto/x509/x509.go	/^	var issuer, subject pkix.RDNSequence$/;"	v
 31591  istemp	./cmd/compile/internal/gc/order.go	/^func istemp(n *Node) bool {$/;"	f
 31592  isterminating	./cmd/compile/internal/gc/typecheck.go	/^func isterminating(l *NodeList, top int) bool {$/;"	f
 31593  istr	./regexp/syntax/parse.go	/^		var istr []rune$/;"	v
 31594  isuint32	./cmd/internal/obj/ppc64/asm9.go	/^func isuint32(v uint64) bool {$/;"	f
 31595  isunsafebuiltin	./cmd/compile/internal/gc/unsafe.go	/^func isunsafebuiltin(n *Node) bool {$/;"	f
 31596  isvalidaddr	./runtime/race1.go	/^func isvalidaddr(addr unsafe.Pointer) bool {$/;"	f
 31597  isvaluelit	./cmd/compile/internal/gc/sinit.go	/^func isvaluelit(n *Node) bool {$/;"	f
 31598  isword	./cmd/yacc/yacc.go	/^func isword(c rune) bool {$/;"	f
 31599  isym	./cmd/compile/internal/gc/reflect.go	/^	var isym *Sym$/;"	v
 31600  iszero	./cmd/compile/internal/gc/sinit.go	/^func iszero(n *Node) bool {$/;"	f
 31601  it	./cmd/link/internal/ld/pcln.go	/^	var it Pciter$/;"	v
 31602  it	./encoding/gob/codec_test.go	/^	var it inputT$/;"	v
 31603  it	./runtime/signal1_unix.go	/^	var it itimerval$/;"	v
 31604  it0	./encoding/gob/codec_test.go	/^	var it0 IT0$/;"	v
 31605  itab	./runtime/runtime2.go	/^type itab struct {$/;"	t
 31606  itab_callback	./runtime/heapdump.go	/^func itab_callback(tab *itab) {$/;"	f
 31607  itable	./cmd/compile/internal/gc/align.go	/^var itable *Type \/\/ distinguished *byte$/;"	v
 31608  itabpkg	./cmd/compile/internal/gc/go.go	/^var itabpkg *Pkg \/\/ fake pkg for itab cache$/;"	v
 31609  item	./encoding/xml/xml_test.go	/^type item struct {$/;"	t
 31610  item	./text/template/parse/lex.go	/^type item struct {$/;"	t
 31611  itemList	./text/template/parse/parse.go	/^func (t *Tree) itemList() (list *ListNode, next Node) {$/;"	f
 31612  itemName	./text/template/parse/lex_test.go	/^var itemName = map[itemType]string{$/;"	v
 31613  itemType	./text/template/parse/lex.go	/^type itemType int$/;"	t
 31614  items	./go/types/example_test.go	/^	var items []string$/;"	v
 31615  iterate_finq	./runtime/mfinal.go	/^func iterate_finq(callback func(*funcval, unsafe.Pointer, uintptr, *_type, *ptrtype)) {$/;"	f
 31616  iterate_itabs	./runtime/iface.go	/^func iterate_itabs(fn func(*itab)) {$/;"	f
 31617  iterate_memprof	./runtime/mprof.go	/^func iterate_memprof(fn func(*bucket, uintptr, *uintptr, uintptr, uintptr, uintptr)) {$/;"	f
 31618  itimerval	./runtime/defs1_netbsd_386.go	/^type itimerval struct {$/;"	t
 31619  itimerval	./runtime/defs1_netbsd_amd64.go	/^type itimerval struct {$/;"	t
 31620  itimerval	./runtime/defs1_netbsd_arm.go	/^type itimerval struct {$/;"	t
 31621  itimerval	./runtime/defs1_solaris_amd64.go	/^type itimerval struct {$/;"	t
 31622  itimerval	./runtime/defs_darwin_386.go	/^type itimerval struct {$/;"	t
 31623  itimerval	./runtime/defs_darwin_amd64.go	/^type itimerval struct {$/;"	t
 31624  itimerval	./runtime/defs_darwin_arm.go	/^type itimerval struct {$/;"	t
 31625  itimerval	./runtime/defs_darwin_arm64.go	/^type itimerval struct {$/;"	t
 31626  itimerval	./runtime/defs_dragonfly_amd64.go	/^type itimerval struct {$/;"	t
 31627  itimerval	./runtime/defs_freebsd_386.go	/^type itimerval struct {$/;"	t
 31628  itimerval	./runtime/defs_freebsd_amd64.go	/^type itimerval struct {$/;"	t
 31629  itimerval	./runtime/defs_freebsd_arm.go	/^type itimerval struct {$/;"	t
 31630  itimerval	./runtime/defs_linux_386.go	/^type itimerval struct {$/;"	t
 31631  itimerval	./runtime/defs_linux_amd64.go	/^type itimerval struct {$/;"	t
 31632  itimerval	./runtime/defs_linux_arm.go	/^type itimerval struct {$/;"	t
 31633  itimerval	./runtime/defs_linux_arm64.go	/^type itimerval struct {$/;"	t
 31634  itimerval	./runtime/defs_linux_ppc64.go	/^type itimerval struct {$/;"	t
 31635  itimerval	./runtime/defs_linux_ppc64le.go	/^type itimerval struct {$/;"	t
 31636  itimerval	./runtime/defs_openbsd_386.go	/^type itimerval struct {$/;"	t
 31637  itimerval	./runtime/defs_openbsd_amd64.go	/^type itimerval struct {$/;"	t
 31638  itimerval	./runtime/defs_openbsd_arm.go	/^type itimerval struct {$/;"	t
 31639  itoa	./log/log.go	/^func itoa(buf *[]byte, i int, wid int) {$/;"	f
 31640  itoa	./net/http/fs_test.go	/^var itoa = strconv.Itoa$/;"	v
 31641  itoa	./net/parse.go	/^func itoa(val int) string {$/;"	f
 31642  itoa	./os/signal/signal_plan9_test.go	/^func itoa(val int) string {$/;"	f
 31643  itoa	./os/str.go	/^func itoa(val int) string {$/;"	f
 31644  itoa	./runtime/os1_plan9.go	/^func itoa(buf []byte, val uint64) []byte {$/;"	f
 31645  itoa	./syscall/str.go	/^func itoa(val int) string { \/\/ do it here rather than with fmt to avoid dependency$/;"	f
 31646  itoaDiv	./runtime/mgc.go	/^func itoaDiv(buf []byte, val uint64, dec int) []byte {$/;"	f
 31647  itob64Test	./strconv/itoa_test.go	/^type itob64Test struct {$/;"	t
 31648  itob64tests	./strconv/itoa_test.go	/^var itob64tests = []itob64Test{$/;"	v
 31649  itself	./cmd/vet/types.go	/^	\/\/ method returns the type itself.$/;"	t
 31650  iu	./math/log1p.go	/^	var iu uint64$/;"	v
 31651  iv	./crypto/cipher/benchmark_test.go	/^	var iv [16]byte$/;"	v
 31652  iv	./crypto/cipher/example_test.go	/^	var iv [aes.BlockSize]byte$/;"	v
 31653  iv	./syscall/bpf_bsd.go	/^	var iv ivalue$/;"	v
 31654  ivalue	./syscall/bpf_bsd.go	/^type ivalue struct {$/;"	t
 31655  j0	./cmd/yacc/yacc.go	/^	var j0, j1, u int$/;"	v
 31656  j0	./math/all_test.go	/^var j0 = []float64{$/;"	v
 31657  j0SC	./math/all_test.go	/^var j0SC = []float64{$/;"	v
 31658  j1	./cmd/compile/internal/arm/peep.go	/^	var j1 Joininfo$/;"	v
 31659  j1	./math/all_test.go	/^var j1 = []float64{$/;"	v
 31660  j1SC	./math/all_test.go	/^var j1SC = []float64{$/;"	v
 31661  j2	./cmd/compile/internal/arm/peep.go	/^	var j2 Joininfo$/;"	v
 31662  j2	./math/all_test.go	/^var j2 = []float64{$/;"	v
 31663  j2SC	./math/all_test.go	/^var j2SC = []float64{$/;"	v
 31664  jM3	./math/all_test.go	/^var jM3 = []float64{$/;"	v
 31665  jM3SC	./math/all_test.go	/^var jM3SC = []float64{$/;"	v
 31666  jarKey	./net/http/cookiejar/jar.go	/^func jarKey(host string, psl PublicSuffixList) string {$/;"	f
 31667  jarKeyNilPSLTests	./net/http/cookiejar/jar_test.go	/^var jarKeyNilPSLTests = map[string]string{$/;"	v
 31668  jarKeyTests	./net/http/cookiejar/jar_test.go	/^var jarKeyTests = map[string]string{$/;"	v
 31669  jarTest	./net/http/cookiejar/jar_test.go	/^type jarTest struct {$/;"	t
 31670  jarg	./cmd/compile/internal/gc/plive.go	/^	var jarg Bvec$/;"	v
 31671  jlocal	./cmd/compile/internal/gc/plive.go	/^	var jlocal Bvec$/;"	v
 31672  jmpdefer	./runtime/stubs.go	/^func jmpdefer(fv *funcval, argp uintptr)$/;"	f
 31673  jmptoset	./cmd/compile/internal/amd64/gsubr.go	/^func jmptoset(jmp int) int {$/;"	f
 31674  job	./regexp/backtrack.go	/^type job struct {$/;"	t
 31675  join	./cmd/fix/typecheck.go	/^func join(x []string) string {$/;"	f
 31676  join	./html/template/escape.go	/^func join(a, b context, node parse.Node, nodeName string) context {$/;"	f
 31677  join	./path/filepath/path_plan9.go	/^func join(elem []string) string {$/;"	f
 31678  join	./path/filepath/path_unix.go	/^func join(elem []string) string {$/;"	f
 31679  join	./path/filepath/path_windows.go	/^func join(elem []string) string {$/;"	f
 31680  join	./path/path_test.go	/^func join(elem []string, args ...string) string {$/;"	f
 31681  join	./reflect/all_test.go	/^func join(b ...[]byte) []byte    { return bytes.Join(b, nil) }$/;"	f
 31682  join	./syscall/mksyscall_windows.go	/^func join(ps []*Param, fn func(*Param) string, sep string) string {$/;"	f
 31683  joinExeDirAndFName	./syscall/exec_windows.go	/^func joinExeDirAndFName(dir, p string) (name string, err error) {$/;"	f
 31684  joinFunc	./cmd/fix/typecheck.go	/^func joinFunc(in, out []string) string {$/;"	f
 31685  joinIPv4Group	./net/sockoptip_posix.go	/^func joinIPv4Group(fd *netFD, ifi *Interface, ip IP) error {$/;"	f
 31686  joinIPv4Group	./net/sockoptip_stub.go	/^func joinIPv4Group(fd *netFD, ifi *Interface, ip IP) error {$/;"	f
 31687  joinIPv6Group	./net/sockoptip_posix.go	/^func joinIPv6Group(fd *netFD, ifi *Interface, ip IP) error {$/;"	f
 31688  joinIPv6Group	./net/sockoptip_stub.go	/^func joinIPv6Group(fd *netFD, ifi *Interface, ip IP) error {$/;"	f
 31689  joinNonEmpty	./path/filepath/path_windows.go	/^func joinNonEmpty(elem []string) string {$/;"	f
 31690  joinsplit	./cmd/compile/internal/arm/peep.go	/^func joinsplit(r *gc.Flow, j *Joininfo) int {$/;"	f
 31691  jointests	./path/filepath/path_test.go	/^var jointests = []JoinTest{$/;"	v
 31692  jointests	./path/path_test.go	/^var jointests = []JoinTest{$/;"	v
 31693  jsCtx	./html/template/context.go	/^type jsCtx uint8$/;"	t
 31694  jsIsSpecial	./text/template/funcs.go	/^func jsIsSpecial(r rune) bool {$/;"	f
 31695  jsRegexpEscaper	./html/template/js.go	/^func jsRegexpEscaper(args ...interface{}) string {$/;"	f
 31696  jsRegexpReplacementTable	./html/template/js.go	/^var jsRegexpReplacementTable = []string{$/;"	v
 31697  jsStrEscaper	./html/template/js.go	/^func jsStrEscaper(args ...interface{}) string {$/;"	f
 31698  jsStrNormReplacementTable	./html/template/js.go	/^var jsStrNormReplacementTable = []string{$/;"	v
 31699  jsStrReplacementTable	./html/template/js.go	/^var jsStrReplacementTable = []string{$/;"	v
 31700  jsValEscaper	./html/template/js.go	/^func jsValEscaper(args ...interface{}) string {$/;"	f
 31701  jsonBig	./encoding/json/scanner_test.go	/^var jsonBig []byte$/;"	v
 31702  jsonBlob	./encoding/json/example_test.go	/^	var jsonBlob = []byte(`[$/;"	v
 31703  jsonMarshalType	./html/template/js.go	/^var jsonMarshalType = reflect.TypeOf((*json.Marshaler)(nil)).Elem()$/;"	v
 31704  jsonTests	./time/time_test.go	/^var jsonTests = []struct {$/;"	v
 31705  jsonTime	./time/time_test.go	/^		var jsonTime Time$/;"	v
 31706  jt	./cmd/internal/obj/arm/asm5.go	/^	var jt int = 0$/;"	v
 31707  jumpArm	./cmd/asm/internal/arch/arm.go	/^func jumpArm(word string) bool {$/;"	f
 31708  jumpArm64	./cmd/asm/internal/arch/arm64.go	/^func jumpArm64(word string) bool {$/;"	f
 31709  jumpPPC64	./cmd/asm/internal/arch/ppc64.go	/^func jumpPPC64(word string) bool {$/;"	f
 31710  jumpX86	./cmd/asm/internal/arch/arch.go	/^func jumpX86(word string) bool {$/;"	f
 31711  just	./runtime/heapdump.go	/^		\/\/ Data slot is a scalar.  Dump type just for fun.$/;"	t
 31712  justReader	./bytes/reader_test.go	/^	type justReader struct {$/;"	t
 31713  justWriter	./bytes/reader_test.go	/^	type justWriter struct {$/;"	t
 31714  k1	./runtime/cgo/gcc_darwin_386.c	/^static pthread_key_t k1;$/;"	v	file:
 31715  k1	./runtime/cgo/gcc_darwin_amd64.c	/^static pthread_key_t k1;$/;"	v	file:
 31716  karatsuba	./cmd/compile/internal/big/nat.go	/^func karatsuba(z, x, y nat) {$/;"	f
 31717  karatsuba	./math/big/nat.go	/^func karatsuba(z, x, y nat) {$/;"	f
 31718  karatsubaAdd	./cmd/compile/internal/big/nat.go	/^func karatsubaAdd(z, x nat, n int) {$/;"	f
 31719  karatsubaAdd	./math/big/nat.go	/^func karatsubaAdd(z, x nat, n int) {$/;"	f
 31720  karatsubaLen	./cmd/compile/internal/big/nat.go	/^func karatsubaLen(n int) int {$/;"	f
 31721  karatsubaLen	./math/big/nat.go	/^func karatsubaLen(n int) int {$/;"	f
 31722  karatsubaLoad	./cmd/compile/internal/big/calibrate_test.go	/^func karatsubaLoad(b *testing.B) {$/;"	f
 31723  karatsubaLoad	./math/big/calibrate_test.go	/^func karatsubaLoad(b *testing.B) {$/;"	f
 31724  karatsubaSub	./cmd/compile/internal/big/nat.go	/^func karatsubaSub(z, x nat, n int) {$/;"	f
 31725  karatsubaSub	./math/big/nat.go	/^func karatsubaSub(z, x nat, n int) {$/;"	f
 31726  karatsubaThreshold	./cmd/compile/internal/big/nat.go	/^var karatsubaThreshold int = 40 \/\/ computed by calibrate.go$/;"	v
 31727  karatsubaThreshold	./math/big/nat.go	/^var karatsubaThreshold int = 40 \/\/ computed by calibrate.go$/;"	v
 31728  ke	./math/rand/exp.go	/^var ke = [256]uint32{$/;"	v
 31729  keep	./cmd/pprof/internal/profile/prune.go	/^	var keep, drop *regexp.Regexp$/;"	v
 31730  keepType	./go/printer/nodes.go	/^	var keepType bool$/;"	v
 31731  keepTypeColumn	./go/printer/nodes.go	/^func keepTypeColumn(specs []ast.Spec) []bool {$/;"	f
 31732  kernelVersion	./syscall/exec_linux_test.go	/^func kernelVersion(t *testing.T) (int, int) {$/;"	f
 31733  kevent	./runtime/netpoll_kqueue.go	/^func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32$/;"	f
 31734  kevent	./syscall/zsyscall_darwin_386.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31735  kevent	./syscall/zsyscall_darwin_amd64.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31736  kevent	./syscall/zsyscall_darwin_arm.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31737  kevent	./syscall/zsyscall_darwin_arm64.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31738  kevent	./syscall/zsyscall_dragonfly_amd64.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31739  kevent	./syscall/zsyscall_freebsd_386.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31740  kevent	./syscall/zsyscall_freebsd_amd64.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31741  kevent	./syscall/zsyscall_freebsd_arm.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31742  kevent	./syscall/zsyscall_netbsd_386.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31743  kevent	./syscall/zsyscall_netbsd_amd64.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31744  kevent	./syscall/zsyscall_netbsd_arm.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31745  kevent	./syscall/zsyscall_openbsd_386.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31746  kevent	./syscall/zsyscall_openbsd_amd64.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31747  kevent	./syscall/zsyscall_openbsd_arm.go	/^func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Pointer, nevent int, timeout *Timespec) (n int, err error) {$/;"	f
 31748  keventt	./runtime/defs1_netbsd_386.go	/^type keventt struct {$/;"	t
 31749  keventt	./runtime/defs1_netbsd_amd64.go	/^type keventt struct {$/;"	t
 31750  keventt	./runtime/defs1_netbsd_arm.go	/^type keventt struct {$/;"	t
 31751  keventt	./runtime/defs_darwin_386.go	/^type keventt struct {$/;"	t
 31752  keventt	./runtime/defs_darwin_amd64.go	/^type keventt struct {$/;"	t
 31753  keventt	./runtime/defs_darwin_arm.go	/^type keventt struct {$/;"	t
 31754  keventt	./runtime/defs_darwin_arm64.go	/^type keventt struct {$/;"	t
 31755  keventt	./runtime/defs_dragonfly_amd64.go	/^type keventt struct {$/;"	t
 31756  keventt	./runtime/defs_freebsd_386.go	/^type keventt struct {$/;"	t
 31757  keventt	./runtime/defs_freebsd_amd64.go	/^type keventt struct {$/;"	t
 31758  keventt	./runtime/defs_freebsd_arm.go	/^type keventt struct {$/;"	t
 31759  keventt	./runtime/defs_openbsd_386.go	/^type keventt struct {$/;"	t
 31760  keventt	./runtime/defs_openbsd_amd64.go	/^type keventt struct {$/;"	t
 31761  keventt	./runtime/defs_openbsd_arm.go	/^type keventt struct {$/;"	t
 31762  key	./cmd/api/goapi.go	/^	var key string$/;"	v
 31763  key	./cmd/cgo/gcc.go	/^		var key, val string$/;"	v
 31764  key	./cmd/compile/internal/gc/sinit.go	/^	var key *Node$/;"	v
 31765  key	./cmd/compile/internal/gc/walk.go	/^		var key *Node$/;"	v
 31766  key	./cmd/fix/typecheck.go	/^			var key, value string$/;"	v
 31767  key	./cmd/pprof/internal/profile/encode.go	/^			var key, value string$/;"	v
 31768  key	./cmd/vet/main.go	/^	var key ast.Node$/;"	v
 31769  key	./crypto/cipher/benchmark_test.go	/^	var key [16]byte$/;"	v
 31770  key	./crypto/cipher/gcm.go	/^	var key [gcmBlockSize]byte$/;"	v
 31771  key	./crypto/rsa/pkcs1v15_test.go	/^	var key [32]byte$/;"	v
 31772  key	./crypto/rsa/pss_test.go	/^	var key *PublicKey$/;"	v
 31773  key	./crypto/tls/handshake_client_test.go	/^	var key interface{} = testRSAPrivateKey$/;"	v
 31774  key	./go/parser/parser.go	/^		var key, value ast.Expr$/;"	v
 31775  key	./go/printer/testdata/parser.go	/^		var key, value ast.Expr$/;"	v
 31776  key	./go/types/expr.go	/^			var key operand$/;"	v
 31777  key	./go/types/stmt.go	/^		var key, val Type$/;"	v
 31778  key	./net/http/transport.go	/^func (cm *connectMethod) key() connectMethodKey {$/;"	f
 31779  key	./runtime/map_test.go	/^	var key [256]string$/;"	v
 31780  key	./syscall/net_nacl.go	/^func (sa *SockaddrDatalink) key() interface{} { return *sa }$/;"	f
 31781  key	./syscall/net_nacl.go	/^func (sa *SockaddrInet4) key() interface{} { return *sa }$/;"	f
 31782  key	./syscall/net_nacl.go	/^func (sa *SockaddrInet6) key() interface{} { return *sa }$/;"	f
 31783  key	./syscall/net_nacl.go	/^func (sa *SockaddrUnix) key() interface{} { return *sa }$/;"	f
 31784  key	./text/template/parse/lex.go	/^var key = map[string]itemType{$/;"	v
 31785  key32	./runtime/lock_futex.go	/^func key32(p *uintptr) *uint32 {$/;"	f
 31786  keyAgreement	./crypto/tls/cipher_suites.go	/^type keyAgreement interface {$/;"	t
 31787  keyDERBlock	./crypto/tls/tls.go	/^	var keyDERBlock *pem.Block$/;"	v
 31788  keyExpansionLabel	./crypto/tls/prf.go	/^var keyExpansionLabel = []byte("key expansion")$/;"	v
 31789  keyPEM	./crypto/tls/tls_test.go	/^var keyPEM = `-----BEGIN PRIVATE KEY-----$/;"	v
 31790  keyPairTests	./crypto/tls/tls_test.go	/^var keyPairTests = []struct {$/;"	v
 31791  keyTests	./crypto/aes/aes_test.go	/^var keyTests = []KeyTest{$/;"	v
 31792  keyUsage	./crypto/x509/x509.go	/^				var keyUsage []asn1.ObjectIdentifier$/;"	v
 31793  keyValueTopDecl	./go/doc/example_test.go	/^var keyValueTopDecl = struct {$/;"	v
 31794  keyValues	./net/http/header.go	/^type keyValues struct {$/;"	t
 31795  keydup	./cmd/compile/internal/gc/typecheck.go	/^func keydup(n *Node, hash map[uint32][]*Node) {$/;"	f
 31796  keyid	./crypto/x509/x509.go	/^				var keyid []byte$/;"	v
 31797  keys	./cmd/pprof/internal/profile/encode.go	/^		var keys []string$/;"	v
 31798  keys	./runtime/map_test.go	/^	var keys [100]string$/;"	v
 31799  keysFromMasterSecret	./crypto/tls/prf.go	/^func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, keyLen, ivLen int) (clientMAC, serverMAC, clientKey, serverKey, clientIV, serverIV []byte) {$/;"	f
 31800  keysize	./cmd/link/internal/ld/dwarf.go	/^	var keysize int$/;"	v
 31801  keytype	./cmd/link/internal/ld/dwarf.go	/^	var keytype *DWDie$/;"	v
 31802  keyval	./cmd/compile/internal/gc/go.y	/^keyval:$/;"	l
 31803  keyval_list	./cmd/compile/internal/gc/go.y	/^keyval_list:$/;"	l
 31804  keyword	./cmd/compile/internal/gc/y.go	/^			\/\/ without func keyword$/;"	f
 31805  keywords	./go/token/token.go	/^var keywords map[string]Token$/;"	v
 31806  ki	./internal/syscall/windows/registry/key.go	/^	var ki KeyInfo$/;"	v
 31807  kill	./cmd/compile/internal/gc/order.go	/^	var kill *Node$/;"	v
 31808  kill	./os/exec_plan9.go	/^func (p *Process) kill() error {$/;"	f
 31809  kill	./os/exec_posix.go	/^func (p *Process) kill() error {$/;"	f
 31810  kill	./syscall/zsyscall_darwin_386.go	/^func kill(pid int, signum int, posix int) (err error) {$/;"	f
 31811  kill	./syscall/zsyscall_darwin_amd64.go	/^func kill(pid int, signum int, posix int) (err error) {$/;"	f
 31812  kill	./syscall/zsyscall_darwin_arm.go	/^func kill(pid int, signum int, posix int) (err error) {$/;"	f
 31813  kill	./syscall/zsyscall_darwin_arm64.go	/^func kill(pid int, signum int, posix int) (err error) {$/;"	f
 31814  killPos	./cmd/fix/fix.go	/^func killPos(v reflect.Value) {$/;"	f
 31815  killed	./cmd/compile/internal/gc/popt.go	/^var killed int \/\/ f->data is either nil or &killed$/;"	v
 31816  kind	./cmd/cgo/out.go	/^			panic(fmt.Errorf("invalid var kind %q", n.Kind))$/;"	v
 31817  kind	./cmd/compile/internal/gc/reflect.go	/^\/\/ the type kind, and the ptrdata field to record in the reflect type information.$/;"	t
 31818  kind	./cmd/vet/asmdecl.go	/^			var kind asmKind$/;"	v
 31819  kind	./go/types/expr.go	/^\/\/ value of the given basic type kind and for the configuration$/;"	t
 31820  kind	./go/types/operand.go	/^	var kind BasicKind$/;"	v
 31821  kind	./reflect/type.go	/^	var kind uint8$/;"	v
 31822  kind	./reflect/type.go	/^\/\/ type kind, one or two subtypes, and an extra integer.$/;"	t
 31823  kind	./reflect/value.go	/^func (f flag) kind() Kind {$/;"	f
 31824  kind	./text/template/funcs.go	/^type kind int$/;"	t
 31825  kindNames	./reflect/type.go	/^var kindNames = []string{$/;"	v
 31826  kindaclose	./math/all_test.go	/^func kindaclose(a, b float64) bool { return tolerance(a, b, 1e-8) }$/;"	f
 31827  kinds	./cmd/compile/internal/gc/reflect.go	/^var kinds = []int{$/;"	v
 31828  kn	./math/rand/normal.go	/^var kn = [128]uint32{$/;"	v
 31829  knownOpcodeLengths	./debug/dwarf/line.go	/^var knownOpcodeLengths = map[int]int{$/;"	v
 31830  knownRacy	./sync/waitgroup_test.go	/^func knownRacy(t *testing.T) {$/;"	f
 31831  kqueue	./runtime/netpoll_kqueue.go	/^func kqueue() int32$/;"	f
 31832  ks	./cmd/cgo/main.go	/^	var ks []string$/;"	v
 31833  ks	./cmd/link/internal/ld/ldmacho.go	/^				var ks *LdMachoSect$/;"	v
 31834  ksRotate	./crypto/des/block.go	/^func ksRotate(in uint32) (out []uint32) {$/;"	f
 31835  ksRotations	./crypto/des/const.go	/^var ksRotations = [16]uint8{1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1}$/;"	v
 31836  l1	./cmd/compile/internal/gc/order.go	/^	var l1 *NodeList$/;"	v
 31837  l1	./cmd/compile/internal/gc/walk.go	/^	var l1 string$/;"	v
 31838  l1	./container/list/list_test.go	/^	var l1 = new(List)$/;"	v
 31839  l1	./container/list/list_test.go	/^	var l1 List$/;"	v
 31840  l1	./crypto/rc4/rc4_amd64.s	/^l1:	CMPQ	SI,		R9		\/\/ cmp in with in+len$/;"	l
 31841  l1	./crypto/rc4/rc4_amd64p32.s	/^l1:	CMPQ	SI,		R9		\/\/ cmp in with in+len$/;"	l
 31842  l2	./cmd/compile/internal/gc/const.go	/^		var l2 *NodeList$/;"	v
 31843  l2	./cmd/compile/internal/gc/order.go	/^	var l2 *NodeList$/;"	v
 31844  l2	./cmd/compile/internal/gc/walk.go	/^	var l2 string$/;"	v
 31845  l2	./container/list/list_test.go	/^	var l2 = new(List)$/;"	v
 31846  l2	./container/list/list_test.go	/^	var l2 List$/;"	v
 31847  l2	./crypto/rc4/rc4_amd64.s	/^l2:	CMPQ	SI,		R9		\/\/ cmp in with in+len$/;"	l
 31848  l2	./crypto/rc4/rc4_amd64p32.s	/^l2:	CMPQ	SI,		R9		\/\/ cmp in with in+len$/;"	l
 31849  l3	./container/list/list_test.go	/^	var l3 = new(List)$/;"	v
 31850  l38	./runtime/symtab_test.go	/^var l38, l39, l40 int$/;"	v
 31851  l4	./container/list/list_test.go	/^	var l4 = new(List)$/;"	v
 31852  la	./net/udp_test.go	/^		var la *UDPAddr$/;"	v
 31853  la	./net/unix_test.go	/^		var la *UnixAddr$/;"	v
 31854  lab	./cmd/compile/internal/gc/typecheck.go	/^	var lab *Label$/;"	v
 31855  label	./cmd/asm/internal/asm/testdata/386.s	/^label:$/;"	l
 31856  label	./cmd/asm/internal/asm/testdata/amd64.s	/^label:$/;"	l
 31857  label	./cmd/pprof/internal/report/report.go	/^	var label []string$/;"	v
 31858  label	./go/parser/parser.go	/^	var label *ast.Ident$/;"	v
 31859  label	./go/printer/testdata/parser.go	/^	var label *ast.Ident$/;"	v
 31860  label0	./cmd/asm/internal/asm/testdata/ppc64.s	/^label0:$/;"	l
 31861  label1	./cmd/asm/internal/asm/testdata/ppc64.s	/^label1:$/;"	l
 31862  labelDecoder	./cmd/pprof/internal/profile/encode.go	/^var labelDecoder = []decoder{$/;"	v
 31863  labellist	./cmd/compile/internal/gc/gen.go	/^var labellist *Label$/;"	v
 31864  labelname	./cmd/compile/internal/gc/go.y	/^labelname:$/;"	l
 31865  labels	./cmd/pprof/internal/report/report.go	/^	var labels []string$/;"	v
 31866  labels	./cmd/pprof/internal/report/source.go	/^	var labels []string$/;"	v
 31867  labels	./go/types/labels.go	/^func (check *Checker) labels(body *ast.BlockStmt) {$/;"	f
 31868  langid	./syscall/syscall_windows.go	/^func langid(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pri) }$/;"	f
 31869  largeAlloc	./runtime/malloc.go	/^func largeAlloc(size uintptr, flag uint32) *mspan {$/;"	f
 31870  largeDataChunk	./compress/flate/deflate_test.go	/^func largeDataChunk() []byte {$/;"	f
 31871  largeStringConcatSource	./runtime/string_test.go	/^var largeStringConcatSource = `$/;"	v
 31872  largeloop	./runtime/asm_386.s	/^largeloop:$/;"	l
 31873  larger	./cmd/compile/internal/big/natconv.go	/^		var larger nat$/;"	v
 31874  larger	./math/big/natconv.go	/^		var larger nat$/;"	v
 31875  last	./cmd/compile/internal/gc/popt.go	/^		var last *obj.Prog$/;"	v
 31876  last	./cmd/compile/internal/gc/popt.go	/^	var last *Flow$/;"	v
 31877  last	./cmd/compile/internal/gc/popt.go	/^	var last *obj.Prog$/;"	v
 31878  last	./cmd/compile/internal/gc/reflect.go	/^	var last *Sig$/;"	v
 31879  last	./cmd/cover/cover.go	/^		var last int$/;"	v
 31880  last	./cmd/internal/obj/arm/obj5.go	/^	var last *obj.Prog$/;"	v
 31881  last	./cmd/internal/obj/arm64/obj7.go	/^	var last *obj.Prog$/;"	v
 31882  last	./cmd/internal/obj/x86/obj6.go	/^	var last *obj.Prog$/;"	v
 31883  last	./cmd/internal/rsc.io/x86/x86asm/plan9x.go	/^	var last Prefix$/;"	v
 31884  last	./cmd/link/internal/ld/data.go	/^	var last *LSym$/;"	v
 31885  last	./cmd/link/internal/ld/go.go	/^		var last *LSym$/;"	v
 31886  last	./cmd/link/internal/ld/lib.go	/^	var last *LSym$/;"	v
 31887  last	./cmd/link/internal/ld/pcln.go	/^	var last *LSym$/;"	v
 31888  last	./cmd/vet/rangeloop.go	/^	var last *ast.CallExpr$/;"	v
 31889  last	./go/printer/printer.go	/^	var last *ast.Comment$/;"	v
 31890  last	./go/scanner/errors.go	/^	var last token.Position \/\/ initial last.Line is != any legal error line$/;"	v
 31891  last	./go/types/decl.go	/^		var last *ast.ValueSpec \/\/ last ValueSpec with type or init exprs seen$/;"	v
 31892  last	./go/types/resolver.go	/^				var last *ast.ValueSpec \/\/ last ValueSpec with type or init exprs seen$/;"	v
 31893  last	./net/parse.go	/^func last(s string, b byte) int {$/;"	f
 31894  last	./reflect/all_test.go	/^	var last string$/;"	v
 31895  last	./strings/replace.go	/^	var last, wn int$/;"	v
 31896  lastChar	./unicode/maketables.go	/^var lastChar rune = 0$/;"	v
 31897  lastComment	./go/doc/example.go	/^func lastComment(b *ast.BlockStmt, c []*ast.CommentGroup) (i int, last *ast.CommentGroup) {$/;"	f
 31898  lastErr	./net/dnsclient_unix.go	/^	var lastErr error$/;"	v
 31899  lastF	./cmd/fix/fix.go	/^	var lastF ast.Expr$/;"	v
 31900  lastFieldBitOffset	./debug/dwarf/type.go	/^		var lastFieldBitOffset int64$/;"	v
 31901  lastFieldType	./debug/dwarf/type.go	/^		var lastFieldType *Type$/;"	v
 31902  lastFile	./runtime/debug/stack.go	/^	var lastFile string$/;"	v
 31903  lastG	./internal/trace/parser.go	/^	var lastG, timerGoid uint64$/;"	v
 31904  lastHeading	./cmd/dist/test.go	/^	var lastHeading string$/;"	v
 31905  lastIndex	./os/file_plan9.go	/^func lastIndex(s string, sep byte) int {$/;"	f
 31906  lastIndexAnyTests	./bytes/bytes_test.go	/^var lastIndexAnyTests = []BinOpTest{$/;"	v
 31907  lastIndexAnyTests	./strings/strings_test.go	/^var lastIndexAnyTests = []IndexTest{$/;"	v
 31908  lastIndexFunc	./bytes/bytes.go	/^func lastIndexFunc(s []byte, f func(r rune) bool, truth bool) int {$/;"	f
 31909  lastIndexFunc	./strings/strings.go	/^func lastIndexFunc(s string, f func(rune) bool, truth bool) int {$/;"	f
 31910  lastIndexTests	./bytes/bytes_test.go	/^var lastIndexTests = []BinOpTest{$/;"	v
 31911  lastIndexTests	./strings/strings_test.go	/^var lastIndexTests = []IndexTest{$/;"	v
 31912  lastP	./internal/trace/parser.go	/^	var lastP int$/;"	v
 31913  lastPtrField	./cmd/compile/internal/gc/reflect.go	/^		var lastPtrField *Type$/;"	v
 31914  lastScanFlush	./runtime/mgcmark.go	/^	var lastScanFlush, nextScanFlush int64$/;"	v
 31915  lastSlash	./os/file_windows.go	/^	var lastSlash int$/;"	v
 31916  lastTs	./internal/trace/goroutines.go	/^	var lastTs int64$/;"	v
 31917  lastVia	./net/http/client_test.go	/^	var lastVia []*Request$/;"	v
 31918  lastcase	./cmd/internal/obj/arm64/asm7.go	/^	var lastcase *obj.Prog$/;"	v
 31919  lastconst	./cmd/compile/internal/gc/go.go	/^var lastconst *NodeList$/;"	v
 31920  lastcontinuehandler	./runtime/signal_windows.go	/^func lastcontinuehandler(info *exceptionrecord, r *context, gp *g) int32 {$/;"	f
 31921  lastcontinuetramp	./runtime/signal_windows.go	/^func lastcontinuetramp()$/;"	f
 31922  lastlabel	./cmd/compile/internal/gc/gen.go	/^var lastlabel *Label$/;"	v
 31923  lastmoduledatap	./runtime/symtab.go	/^var lastmoduledatap *moduledata \/\/ linker symbol$/;"	v
 31924  lastred	./cmd/yacc/yacc.go	/^var lastred int                    \/\/ number of last reduction of a state$/;"	v
 31925  lasttype	./cmd/compile/internal/gc/go.go	/^var lasttype *Node$/;"	v
 31926  later	./go/types/check.go	/^func (check *Checker) later(name string, decl *declInfo, sig *Signature, body *ast.BlockStmt) {$/;"	f
 31927  launch	./go/doc/testdata/benchmark.go	/^func (b *B) launch() {$/;"	f
 31928  launch	./testing/benchmark.go	/^func (b *B) launch() {$/;"	f
 31929  launchpadVCS	./cmd/go/vcs.go	/^func launchpadVCS(match map[string]string) error {$/;"	f
 31930  layout	./runtime/mheap.go	/^func (s *mspan) layout() (size, n, total uintptr) {$/;"	f
 31931  layoutCache	./reflect/type.go	/^var layoutCache struct {$/;"	v
 31932  layoutKey	./reflect/type.go	/^type layoutKey struct {$/;"	t
 31933  layoutType	./reflect/type.go	/^type layoutType struct {$/;"	t
 31934  lazyInit	./container/list/list.go	/^func (l *List) lazyInit() {$/;"	f
 31935  lazybuf	./path/filepath/path.go	/^type lazybuf struct {$/;"	t
 31936  lazybuf	./path/path.go	/^type lazybuf struct {$/;"	t
 31937  lbrace	./cmd/compile/internal/gc/go.y	/^lbrace:$/;"	l
 31938  lconst	./cmd/compile/internal/gc/go.y	/^lconst:$/;"	l
 31939  ldelf	./cmd/link/internal/ld/ldelf.go	/^func ldelf(f *obj.Biobuf, pkg string, length int64, pn string) {$/;"	f
 31940  ldexp	./math/ldexp.go	/^func ldexp(frac float64, exp int) float64 {$/;"	f
 31941  ldexpBC	./math/all_test.go	/^var ldexpBC = []float64{$/;"	v
 31942  ldexpSC	./math/all_test.go	/^var ldexpSC = []float64{$/;"	v
 31943  ldhostobj	./cmd/link/internal/ld/lib.go	/^func ldhostobj(ld func(*obj.Biobuf, string, int64, string), f *obj.Biobuf, pkg string, length int64, pn string, file string) {$/;"	f
 31944  ldmacho	./cmd/link/internal/ld/ldmacho.go	/^func ldmacho(f *obj.Biobuf, pkg string, length int64, pn string) {$/;"	f
 31945  ldobj	./cmd/link/internal/ld/lib.go	/^func ldobj(f *obj.Biobuf, pkg string, length int64, pn string, file string, whence int) {$/;"	f
 31946  ldobjfile	./cmd/link/internal/ld/objfile.go	/^func ldobjfile(ctxt *Link, f *obj.Biobuf, pkg string, length int64, pn string) {$/;"	f
 31947  ldpe	./cmd/link/internal/ld/ldpe.go	/^func ldpe(f *obj.Biobuf, pkg string, length int64, pn string) {$/;"	f
 31948  ldpkg	./cmd/link/internal/ld/go.go	/^func ldpkg(f *obj.Biobuf, pkg string, length int64, filename string, whence int) {$/;"	f
 31949  ldshlibsyms	./cmd/link/internal/ld/lib.go	/^func ldshlibsyms(shlib string) {$/;"	f
 31950  le	./cmd/compile/internal/gc/syntax.go	/^	var le *NodeList$/;"	v
 31951  le	./text/template/funcs.go	/^func le(arg1, arg2 interface{}) (bool, error) {$/;"	f
 31952  le32	./cmd/pprof/internal/profile/proto.go	/^func le32(p []byte) uint32 {$/;"	f
 31953  le64	./cmd/pprof/internal/profile/proto.go	/^func le64(p []byte) uint64 {$/;"	f
 31954  leadingInt	./time/format.go	/^func leadingInt(s string) (x int64, rem string, err error) {$/;"	f
 31955  leadingRegexp	./regexp/syntax/parse.go	/^func (p *parser) leadingRegexp(re *Regexp) *Regexp {$/;"	f
 31956  leadingString	./regexp/syntax/parse.go	/^func (p *parser) leadingString(re *Regexp) ([]rune, Flags) {$/;"	f
 31957  leaf	./cmd/vet/testdata/asm.go	/^func leaf(x, y int) int$/;"	f
 31958  leafCounts	./compress/flate/huffman_code.go	/^	var leafCounts [maxBitsLimit][maxBitsLimit]int32$/;"	v
 31959  leafSize	./cmd/compile/internal/big/natconv.go	/^var leafSize int = 8 \/\/ number of Word-size binary values treat as a monolithic block$/;"	v
 31960  leafSize	./math/big/natconv.go	/^var leafSize int = 8 \/\/ number of Word-size binary values treat as a monolithic block$/;"	v
 31961  leaks	./cmd/compile/internal/gc/esc.go	/^	var leaks bool$/;"	v
 31962  left	./cmd/compile/internal/big/intconv.go	/^	var left int   \/\/ space characters to left of digits for right justification ("%8d")$/;"	v
 31963  left	./debug/dwarf/testdata/typedef.c	/^	struct tree *left, *right;$/;"	m	struct:tree	typeref:struct:tree::tree	file:
 31964  left	./math/big/intconv.go	/^	var left int   \/\/ space characters to left of digits for right justification ("%8d")$/;"	v
 31965  leftCheat	./strconv/decimal.go	/^type leftCheat struct {$/;"	t
 31966  leftPad	./crypto/rsa/rsa.go	/^func leftPad(input []byte, size int) (out []byte) {$/;"	f
 31967  leftShift	./strconv/decimal.go	/^func leftShift(a *decimal, k uint) {$/;"	f
 31968  leftShiftTests	./cmd/compile/internal/big/nat_test.go	/^var leftShiftTests = []shiftTest{$/;"	v
 31969  leftShiftTests	./math/big/nat_test.go	/^var leftShiftTests = []shiftTest{$/;"	v
 31970  leftcheats	./strconv/decimal.go	/^var leftcheats = []leftCheat{$/;"	v
 31971  leftover	./runtime/asm_386.s	/^leftover:$/;"	l
 31972  leftover	./runtime/asm_amd64.s	/^leftover:$/;"	l
 31973  leftover	./runtime/asm_amd64p32.s	/^leftover:$/;"	l
 31974  legendDetailLabels	./cmd/pprof/internal/report/report.go	/^func legendDetailLabels(rpt *Report, g graph, origCount, droppedNodes, droppedEdges int) []string {$/;"	f
 31975  legendLabels	./cmd/pprof/internal/report/report.go	/^func legendLabels(rpt *Report) []string {$/;"	f
 31976  len	./builtin/builtin.go	/^func len(v Type) int$/;"	f
 31977  len	./go/parser/parser.go	/^	var len ast.Expr$/;"	v
 31978  len	./go/printer/testdata/parser.go	/^	var len ast.Expr$/;"	v
 31979  len	./net/mail/message.go	/^func (p *addrParser) len() int {$/;"	f
 31980  len	./runtime/runtime-gdb.py	/^	def len(self):$/;"	m	class:SliceValue
 31981  len	./syscall/syscall_bsd.go	/^	var len _Socklen = SizeofSockaddrAny$/;"	v
 31982  len	./syscall/syscall_freebsd.go	/^	var len _Socklen = SizeofSockaddrAny$/;"	v
 31983  len	./syscall/syscall_linux.go	/^	var len _Socklen = SizeofSockaddrAny$/;"	v
 31984  len	./syscall/syscall_solaris.go	/^	var len _Socklen = SizeofSockaddrAny$/;"	v
 31985  len	./syscall/syscall_unix.go	/^	var len _Socklen = SizeofSockaddrAny$/;"	v
 31986  length	./compress/flate/inflate.go	/^		var length int$/;"	v
 31987  length	./compress/flate/token.go	/^func (t token) length() uint32 { return uint32((t - matchType) >> lengthShift) }$/;"	f
 31988  length	./syscall/syscall_darwin_386.go	/^	var length = uint64(count)$/;"	v
 31989  length	./syscall/syscall_darwin_amd64.go	/^	var length = uint64(count)$/;"	v
 31990  length	./syscall/syscall_darwin_arm.go	/^	var length = uint64(count)$/;"	v
 31991  length	./syscall/syscall_darwin_arm64.go	/^	var length = uint64(count)$/;"	v
 31992  length	./syscall/unzip_nacl.go	/^		var length int$/;"	v
 31993  length	./text/template/funcs.go	/^func length(item interface{}) (int, error) {$/;"	f
 31994  lengthBase	./compress/flate/huffman_bit_writer.go	/^var lengthBase = []uint32{$/;"	v
 31995  lengthCode	./compress/flate/token.go	/^func lengthCode(len uint32) uint32 { return lengthCodes[len] }$/;"	f
 31996  lengthCodes	./compress/flate/token.go	/^var lengthCodes = [...]uint32{$/;"	v
 31997  lengthExtraBits	./compress/flate/huffman_bit_writer.go	/^var lengthExtraBits = []int8{$/;"	v
 31998  lengthLength	./encoding/asn1/marshal.go	/^func lengthLength(i int) (numBytes int) {$/;"	f
 31999  lenp	./runtime/trace.go	/^	var lenp *byte$/;"	v
 32000  lerrorf	./cmd/yacc/yacc.go	/^func lerrorf(lineno int, s string, v ...interface{}) {$/;"	f
 32001  lessFunc	./sort/example_multi_test.go	/^type lessFunc func(p1, p2 *Change) bool$/;"	t
 32002  lessOrEqTests	./crypto/subtle/constant_time_test.go	/^var lessOrEqTests = []struct {$/;"	v
 32003  letter	./unicode/maketables.go	/^func (char *Char) letter(u, l, t string) {$/;"	f
 32004  letterTest	./unicode/letter_test.go	/^var letterTest = []rune{$/;"	v
 32005  letterValue	./unicode/maketables.go	/^func (char *Char) letterValue(s string, cas string) rune {$/;"	f
 32006  levelFrom	./cmd/compile/internal/gc/esc.go	/^func levelFrom(i int) Level {$/;"	f
 32007  levelInfo	./compress/flate/huffman_code.go	/^type levelInfo struct {$/;"	t
 32008  levelToZlib	./image/png/writer.go	/^func levelToZlib(l CompressionLevel) int {$/;"	f
 32009  levels	./compress/flate/deflate.go	/^var levels = []compressionLevel{$/;"	v
 32010  levels	./compress/flate/huffman_code.go	/^	var levels [maxBitsLimit]levelInfo$/;"	v
 32011  levprd	./cmd/yacc/yacc.go	/^var levprd []int   \/\/ precedence levels for the productions$/;"	v
 32012  lex	./cmd/compile/internal/gc/lex.go	/^	var lex int$/;"	v
 32013  lex	./text/template/parse/lex.go	/^func lex(name, input, left, right string) *lexer {$/;"	f
 32014  lexChar	./text/template/parse/lex.go	/^func lexChar(l *lexer) stateFn {$/;"	f
 32015  lexComment	./text/template/parse/lex.go	/^func lexComment(l *lexer) stateFn {$/;"	f
 32016  lexDelimTests	./text/template/parse/lex_test.go	/^var lexDelimTests = []lexTest{$/;"	v
 32017  lexField	./text/template/parse/lex.go	/^func lexField(l *lexer) stateFn {$/;"	f
 32018  lexFieldOrVariable	./text/template/parse/lex.go	/^func lexFieldOrVariable(l *lexer, typ itemType) stateFn {$/;"	f
 32019  lexIdentifier	./text/template/parse/lex.go	/^func lexIdentifier(l *lexer) stateFn {$/;"	f
 32020  lexInsideAction	./text/template/parse/lex.go	/^func lexInsideAction(l *lexer) stateFn {$/;"	f
 32021  lexLeftDelim	./text/template/parse/lex.go	/^func lexLeftDelim(l *lexer) stateFn {$/;"	f
 32022  lexNumber	./text/template/parse/lex.go	/^func lexNumber(l *lexer) stateFn {$/;"	f
 32023  lexPosTests	./text/template/parse/lex_test.go	/^var lexPosTests = []lexTest{$/;"	v
 32024  lexQuote	./text/template/parse/lex.go	/^func lexQuote(l *lexer) stateFn {$/;"	f
 32025  lexRawQuote	./text/template/parse/lex.go	/^func lexRawQuote(l *lexer) stateFn {$/;"	f
 32026  lexRightDelim	./text/template/parse/lex.go	/^func lexRightDelim(l *lexer) stateFn {$/;"	f
 32027  lexSpace	./text/template/parse/lex.go	/^func lexSpace(l *lexer) stateFn {$/;"	f
 32028  lexTest	./cmd/asm/internal/lex/lex_test.go	/^type lexTest struct {$/;"	t
 32029  lexTest	./text/template/parse/lex_test.go	/^type lexTest struct {$/;"	t
 32030  lexTests	./cmd/asm/internal/lex/lex_test.go	/^var lexTests = []lexTest{$/;"	v
 32031  lexTests	./text/template/parse/lex_test.go	/^var lexTests = []lexTest{$/;"	v
 32032  lexText	./text/template/parse/lex.go	/^func lexText(l *lexer) stateFn {$/;"	f
 32033  lexVariable	./text/template/parse/lex.go	/^func lexVariable(l *lexer) stateFn {$/;"	f
 32034  lexbuf	./cmd/compile/internal/gc/go.go	/^var lexbuf bytes.Buffer$/;"	v
 32035  lexer	./text/template/parse/lex.go	/^type lexer struct {$/;"	t
 32036  lexfini	./cmd/compile/internal/gc/lex.go	/^func lexfini() {$/;"	f
 32037  lexinit	./cmd/compile/internal/gc/lex.go	/^func lexinit() {$/;"	f
 32038  lexinit1	./cmd/compile/internal/gc/lex.go	/^func lexinit1() {$/;"	f
 32039  lexlineno	./cmd/compile/internal/gc/go.go	/^var lexlineno int32$/;"	v
 32040  lexn	./cmd/compile/internal/gc/lex.go	/^var lexn = []struct {$/;"	v
 32041  lexname	./cmd/compile/internal/gc/lex.go	/^func lexname(lex int) string {$/;"	f
 32042  lflag	./cmd/yacc/yacc.go	/^var lflag bool    \/\/ -l			- disable line directives$/;"	v
 32043  lfnode	./runtime/runtime2.go	/^type lfnode struct {$/;"	t
 32044  lfstackPack	./runtime/lfstack_32bit.go	/^func lfstackPack(node *lfnode, cnt uintptr) uint64 {$/;"	f
 32045  lfstackPack	./runtime/lfstack_amd64.go	/^func lfstackPack(node *lfnode, cnt uintptr) uint64 {$/;"	f
 32046  lfstackPack	./runtime/lfstack_darwin_arm64.go	/^func lfstackPack(node *lfnode, cnt uintptr) uint64 {$/;"	f
 32047  lfstackPack	./runtime/lfstack_linux_arm64.go	/^func lfstackPack(node *lfnode, cnt uintptr) uint64 {$/;"	f
 32048  lfstackPack	./runtime/lfstack_linux_ppc64x.go	/^func lfstackPack(node *lfnode, cnt uintptr) uint64 {$/;"	f
 32049  lfstackUnpack	./runtime/lfstack_32bit.go	/^func lfstackUnpack(val uint64) (node *lfnode, cnt uintptr) {$/;"	f
 32050  lfstackUnpack	./runtime/lfstack_amd64.go	/^func lfstackUnpack(val uint64) (node *lfnode, cnt uintptr) {$/;"	f
 32051  lfstackUnpack	./runtime/lfstack_darwin_arm64.go	/^func lfstackUnpack(val uint64) (node *lfnode, cnt uintptr) {$/;"	f
 32052  lfstackUnpack	./runtime/lfstack_linux_arm64.go	/^func lfstackUnpack(val uint64) (node *lfnode, cnt uintptr) {$/;"	f
 32053  lfstackUnpack	./runtime/lfstack_linux_ppc64x.go	/^func lfstackUnpack(val uint64) (node *lfnode, cnt uintptr) {$/;"	f
 32054  lfstackpop	./runtime/lfstack.go	/^func lfstackpop(head *uint64) unsafe.Pointer {$/;"	f
 32055  lfstackpush	./runtime/lfstack.go	/^func lfstackpush(head *uint64, node *lfnode) {$/;"	f
 32056  lg	./sort/sort_test.go	/^func lg(n int) int {$/;"	f
 32057  lgamma	./math/all_test.go	/^var lgamma = []fi{$/;"	v
 32058  lgammaSC	./math/all_test.go	/^var lgammaSC = []fi{$/;"	v
 32059  lhs	./cmd/compile/internal/gc/walk.go	/^	var lhs *Node$/;"	v
 32060  lhs	./go/types/decl.go	/^						var lhs []*Var$/;"	v
 32061  lhs	./go/types/stmt.go	/^		var lhs *ast.Ident \/\/ lhs identifier or nil$/;"	v
 32062  lhsVars	./go/types/assignments.go	/^	var lhsVars = make([]*Var, len(lhs))$/;"	v
 32063  lhsVars	./go/types/stmt.go	/^		var lhsVars []*Var               \/\/ list of implicitly declared lhs variables$/;"	v
 32064  li	./cmd/compile/internal/gc/walk.go	/^		var li *Node$/;"	v
 32065  li	./go/printer/printer.go	/^	var li int \/\/ index of last newline; valid if nlines > 0$/;"	v
 32066  lib	./cmd/link/internal/ld/elf.go	/^	var lib *Elflib$/;"	v
 32067  lib	./cmd/link/internal/ld/go.go	/^	var lib string$/;"	v
 32068  lib	./cmd/link/internal/ld/objfile.go	/^	var lib string$/;"	v
 32069  libRx	./cmd/pprof/internal/profile/profile.go	/^var libRx = regexp.MustCompile(`([.]so$|[.]so[._][0-9]+)`)$/;"	v
 32070  libcFunc	./runtime/os_solaris.go	/^type libcFunc uintptr$/;"	t
 32071  libcFunc	./syscall/zsyscall_solaris_amd64.go	/^type libcFunc uintptr$/;"	t
 32072  libcall	./runtime/runtime2.go	/^type libcall struct {$/;"	t
 32073  libinit	./cmd/link/internal/ld/lib.go	/^func libinit() {$/;"	f
 32074  libopcodesUnsupported	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^var libopcodesUnsupported = strings.Fields(`$/;"	v
 32075  limit	./math/big/example_test.go	/^	var limit big.Int$/;"	v
 32076  limitWriter	./net/http/cgi/matryoshka_test.go	/^type limitWriter struct {$/;"	t
 32077  limitedBytesWriter	./encoding/xml/marshal_test.go	/^type limitedBytesWriter struct {$/;"	t
 32078  line	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) line() bool {$/;"	f
 32079  line	./cmd/asm/internal/lex/input.go	/^func (in *Input) line() {$/;"	f
 32080  line	./cmd/pprof/internal/profile/legacy_profile.go	/^	var line string$/;"	v
 32081  line	./debug/dwarf/line_test.go	/^			var line LineEntry$/;"	v
 32082  line	./debug/dwarf/line_test.go	/^	var line LineEntry$/;"	v
 32083  line	./go/printer/nodes.go	/^				var line int$/;"	v
 32084  line	./go/printer/nodes.go	/^		var line int$/;"	v
 32085  line	./go/printer/nodes.go	/^	var line int$/;"	v
 32086  line	./log/log.go	/^	var line int$/;"	v
 32087  line	./net/http/internal/chunked.go	/^	var line []byte$/;"	v
 32088  line	./net/textproto/reader.go	/^		var line string$/;"	v
 32089  line	./net/textproto/reader.go	/^	var line []byte$/;"	v
 32090  line	./syscall/srpc_nacl.go	/^		var line []byte$/;"	v
 32091  lineAt	./go/printer/printer_test.go	/^func lineAt(text []byte, offs int) []byte {$/;"	f
 32092  lineBreaker	./encoding/pem/pem.go	/^type lineBreaker struct {$/;"	t
 32093  lineBreakerTest	./encoding/pem/pem_test.go	/^type lineBreakerTest struct {$/;"	t
 32094  lineBreakerTests	./encoding/pem/pem_test.go	/^var lineBreakerTests = []lineBreakerTest{$/;"	v
 32095  lineDecoder	./cmd/pprof/internal/profile/encode.go	/^var lineDecoder = []decoder{$/;"	v
 32096  lineFor	./go/printer/printer.go	/^func (p *printer) lineFor(pos token.Pos) int {$/;"	f
 32097  lineFromAline	./debug/gosym/symtab.go	/^func (o *Obj) lineFromAline(aline int) (string, int) {$/;"	f
 32098  lineInfo	./go/token/position.go	/^type lineInfo struct {$/;"	t
 32099  lineNumber	./runtime/symtab_test.go	/^func lineNumber() int {$/;"	f
 32100  lineNumber	./text/template/parse/lex.go	/^func (l *lexer) lineNumber() int {$/;"	f
 32101  lineRe	./cmd/cover/profile.go	/^var lineRe = regexp.MustCompile(`^(.+):([0-9]+).([0-9]+),([0-9]+).([0-9]+) ([0-9]+) ([0-9]+)$`)$/;"	v
 32102  lineTerminators	./html/template/transition.go	/^	var lineTerminators string$/;"	v
 32103  lineWrapper	./go/doc/comment.go	/^type lineWrapper struct {$/;"	t
 32104  linear	./unicode/letter_test.go	/^func linear(ranges []Range16, r uint16) bool {$/;"	f
 32105  linebreak	./go/printer/nodes.go	/^func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (printedBreak bool) {$/;"	f
 32106  linecol	./go/token/position_test.go	/^func linecol(lines []int, offs int) (int, int) {$/;"	f
 32107  linehistpop	./cmd/compile/internal/gc/subr.go	/^func linehistpop() {$/;"	f
 32108  linehistpragma	./cmd/compile/internal/gc/subr.go	/^func linehistpragma(file string) {$/;"	f
 32109  linehistpush	./cmd/compile/internal/gc/subr.go	/^func linehistpush(file string) {$/;"	f
 32110  linehistupdate	./cmd/compile/internal/gc/subr.go	/^func linehistupdate(file string, off int) {$/;"	f
 32111  lineno	./cmd/cgo/util.go	/^func lineno(pos token.Pos) string {$/;"	f
 32112  lineno	./cmd/compile/internal/gc/go.go	/^var lineno int32$/;"	v
 32113  lineno	./cmd/pprof/internal/report/source.go	/^	var lineno = 0$/;"	v
 32114  lineno	./cmd/yacc/yacc.go	/^var lineno = 1                    \/\/ current input line number$/;"	v
 32115  lineno	./regexp/testdata/testregex.c	/^	int		lineno;$/;"	m	struct:__anon2	file:
 32116  lineo	./cmd/link/internal/ld/dwarf.go	/^var lineo int64$/;"	v
 32117  linereloco	./cmd/link/internal/ld/dwarf.go	/^var linereloco int64$/;"	v
 32118  linerelocsize	./cmd/link/internal/ld/dwarf.go	/^var linerelocsize int64$/;"	v
 32119  lines	./cmd/asm/internal/lex/lex_test.go	/^func lines(a ...string) string {$/;"	f
 32120  lines	./cmd/pprof/internal/profile/filter.go	/^	var lines []Line$/;"	v
 32121  lines	./cmd/yacc/yacc.go	/^func lines(code []rune) [][]rune {$/;"	f
 32122  lines	./go/scanner/scanner_test.go	/^var lines = []string{$/;"	v
 32123  lines	./go/token/position.go	/^	var lines []int$/;"	v
 32124  lines	./runtime/debug/stack.go	/^	var lines [][]byte$/;"	v
 32125  linesFrom	./go/printer/printer.go	/^func (p *printer) linesFrom(line int) int {$/;"	f
 32126  linesec	./cmd/link/internal/ld/dwarf.go	/^var linesec *LSym$/;"	v
 32127  linesize	./cmd/link/internal/ld/dwarf.go	/^var linesize int64$/;"	v
 32128  linesym	./cmd/link/internal/ld/dwarf.go	/^var linesym *LSym$/;"	v
 32129  linesympos	./cmd/link/internal/ld/dwarf.go	/^var linesympos int64$/;"	v
 32130  link	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) link() uint64  { return c.regs().link }$/;"	f
 32131  linkEditDataCmd	./cmd/link/internal/ld/macho_combine_dwarf.go	/^type linkEditDataCmd struct {$/;"	t
 32132  linkFlags	./net/interface_bsd.go	/^func linkFlags(rawFlags int32) Flags {$/;"	f
 32133  linkFlags	./net/interface_linux.go	/^func linkFlags(rawFlags uint32) Flags {$/;"	f
 32134  linkLayerAddr	./syscall/route_bsd.go	/^	type linkLayerAddr struct {$/;"	t
 32135  linkarchinit	./cmd/compile/internal/amd64/galign.go	/^func linkarchinit() {$/;"	f
 32136  linkarchinit	./cmd/compile/internal/arm/galign.go	/^func linkarchinit() {$/;"	f
 32137  linkarchinit	./cmd/compile/internal/arm64/galign.go	/^func linkarchinit() {$/;"	f
 32138  linkarchinit	./cmd/compile/internal/ppc64/galign.go	/^func linkarchinit() {$/;"	f
 32139  linkarchinit	./cmd/compile/internal/x86/galign.go	/^func linkarchinit() {$/;"	f
 32140  linkarchinit	./cmd/link/internal/amd64/obj.go	/^func linkarchinit() {$/;"	f
 32141  linkarchinit	./cmd/link/internal/arm/obj.go	/^func linkarchinit() {$/;"	f
 32142  linkarchinit	./cmd/link/internal/arm64/obj.go	/^func linkarchinit() {$/;"	f
 32143  linkarchinit	./cmd/link/internal/ppc64/obj.go	/^func linkarchinit() {$/;"	f
 32144  linkarchinit	./cmd/link/internal/x86/obj.go	/^func linkarchinit() {$/;"	f
 32145  linkat	./syscall/zsyscall_linux_386.go	/^func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {$/;"	f
 32146  linkat	./syscall/zsyscall_linux_amd64.go	/^func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {$/;"	f
 32147  linkat	./syscall/zsyscall_linux_arm.go	/^func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {$/;"	f
 32148  linkat	./syscall/zsyscall_linux_arm64.go	/^func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {$/;"	f
 32149  linkat	./syscall/zsyscall_linux_ppc64.go	/^func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {$/;"	f
 32150  linkat	./syscall/zsyscall_linux_ppc64le.go	/^func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {$/;"	f
 32151  linkcase	./cmd/internal/obj/arm/obj5.go	/^func linkcase(casep *obj.Prog) {$/;"	f
 32152  linked_list	./runtime/runtime-gdb.py	/^def linked_list(ptr, linkfield):$/;"	f
 32153  linkgetline	./cmd/internal/obj/obj.go	/^func linkgetline(ctxt *Link, lineno int32, f **LSym, l *int32) {$/;"	f
 32154  linknew	./cmd/link/internal/ld/sym.go	/^func linknew(arch *LinkArch) *Link {$/;"	f
 32155  linknewsym	./cmd/link/internal/ld/sym.go	/^func linknewsym(ctxt *Link, symb string, v int) *LSym {$/;"	f
 32156  linkoff	./cmd/link/internal/ld/macho.go	/^var linkoff int64$/;"	v
 32157  linkoffset	./cmd/link/internal/ld/macho_combine_dwarf.go	/^var linkoffset uint32$/;"	v
 32158  linkpatch	./cmd/internal/obj/pass.go	/^func linkpatch(ctxt *Link, sym *LSym) {$/;"	f
 32159  linkpcln	./cmd/internal/obj/pcln.go	/^func linkpcln(ctxt *Link, cursym *LSym) {$/;"	f
 32160  linkrlookup	./cmd/internal/obj/sym.go	/^func linkrlookup(ctxt *Link, name string, v int) *LSym {$/;"	f
 32161  linux26	./runtime/vdso_linux_amd64.go	/^var linux26 = version_key{"LINUX_2.6", 0x3ae75f6}$/;"	v
 32162  list	./cmd/cgo/out.go	/^		\/\/ Add "error" to return type list.$/;"	t
 32163  list	./cmd/compile/internal/gc/dcl.go	/^ * convert a parsed id\/type list into$/;"	t
 32164  list	./cmd/compile/internal/gc/syntax.go	/^func list(l *NodeList, n *Node) *NodeList {$/;"	f
 32165  list	./cmd/compile/internal/gc/typecheck.go	/^ * typecheck assignment: type list = expression list$/;"	t
 32166  list	./cmd/compile/internal/gc/walk.go	/^	 * check assign type list to$/;"	t
 32167  list	./cmd/compile/internal/gc/walk.go	/^ * a type list. called in$/;"	t
 32168  list	./cmd/cover/cover.go	/^		var list []*ast.Comment$/;"	v
 32169  list	./database/sql/sql.go	/^	var list []string$/;"	v
 32170  list	./debug/dwarf/testdata/typedef.c	/^struct list {$/;"	s	file:
 32171  list	./go/ast/commentmap.go	/^	var list []Node$/;"	v
 32172  list	./go/doc/example.go	/^	var list []*Example$/;"	v
 32173  list	./go/doc/reader.go	/^	var list []*ast.Field$/;"	v
 32174  list	./go/doc/reader.go	/^	var list []string$/;"	v
 32175  list	./go/internal/gccgoimporter/parser.go	/^	var list []*types.Var$/;"	v
 32176  list	./go/parser/parser.go	/^	var list []*ast.Comment$/;"	v
 32177  list	./go/parser/parser.go	/^	var list []*ast.Field$/;"	v
 32178  list	./go/parser/parser.go	/^	var list []ast.Expr$/;"	v
 32179  list	./go/parser/parser.go	/^	var list []ast.Spec$/;"	v
 32180  list	./go/parser/parser.go	/^	var list []ast.Stmt$/;"	v
 32181  list	./go/printer/testdata/parser.go	/^	var list []*ast.Comment$/;"	v
 32182  list	./go/printer/testdata/parser.go	/^	var list []*ast.Field$/;"	v
 32183  list	./go/printer/testdata/parser.go	/^	var list []ast.Expr$/;"	v
 32184  list	./go/printer/testdata/parser.go	/^	var list []ast.Spec$/;"	v
 32185  list	./go/printer/testdata/parser.go	/^	var list []ast.Stmt$/;"	v
 32186  list	./go/scanner/scanner_test.go	/^	var list ErrorList$/;"	v
 32187  list	./go/types/methodset.go	/^	var list []*Selection$/;"	v
 32188  list	./net/mail/message.go	/^	var list []*Address$/;"	v
 32189  list	./runtime/stack1.go	/^	var list gclinkptr$/;"	v
 32190  list1	./cmd/compile/internal/gc/syntax.go	/^func list1(n *Node) *NodeList {$/;"	f
 32191  listE	./cmd/go/list.go	/^var listE = cmdList.Flag.Bool("e", false, "")$/;"	v
 32192  listEntry	./cmd/pack/pack.go	/^func listEntry(ar *Archive, entry *Entry, verbose bool) {$/;"	f
 32193  listFmt	./cmd/go/list.go	/^var listFmt = cmdList.Flag.String("f", "{{.ImportPath}}", "")$/;"	v
 32194  listJson	./cmd/go/list.go	/^var listJson = cmdList.Flag.Bool("json", false, "")$/;"	v
 32195  listTools	./cmd/go/tool.go	/^func listTools() {$/;"	f
 32196  listen	./syscall/net_nacl.go	/^func (f *netFile) listen(backlog int) error {$/;"	f
 32197  listen	./syscall/zsyscall_windows.go	/^func listen(s Handle, backlog int32) (err error) {$/;"	f
 32198  listenDatagram	./net/sock_posix.go	/^func (fd *netFD) listenDatagram(laddr sockaddr) error {$/;"	f
 32199  listenErrorTests	./net/error_test.go	/^var listenErrorTests = []struct {$/;"	v
 32200  listenIPv4MulticastUDP	./net/udpsock_posix.go	/^func listenIPv4MulticastUDP(c *UDPConn, ifi *Interface, ip IP) error {$/;"	f
 32201  listenIPv6MulticastUDP	./net/udpsock_posix.go	/^func listenIPv6MulticastUDP(c *UDPConn, ifi *Interface, ip IP) error {$/;"	f
 32202  listenPacketErrorTests	./net/error_test.go	/^var listenPacketErrorTests = []struct {$/;"	v
 32203  listenPlan9	./net/ipsock_plan9.go	/^func listenPlan9(net string, laddr Addr) (fd *netFD, err error) {$/;"	f
 32204  listenStream	./net/sock_posix.go	/^func (fd *netFD) listenStream(laddr sockaddr, backlog int) error {$/;"	f
 32205  listenTCP	./net/rpc/server_test.go	/^func listenTCP() (net.Listener, string) {$/;"	f
 32206  listener	./crypto/tls/tls.go	/^type listener struct {$/;"	t
 32207  listener	./syscall/net_nacl.go	/^type listener struct {$/;"	t
 32208  listenerBacklog	./net/net.go	/^var listenerBacklog = maxListenerBacklog()$/;"	v
 32209  listenerFile	./net/file_test.go	/^type listenerFile interface {$/;"	t
 32210  listnextp	./cmd/link/internal/ld/data.go	/^func listnextp(s *LSym) **LSym {$/;"	f
 32211  lists	./go/types/typexpr.go	/^\/\/ byUniqueTypeName named type lists can be sorted by their unique type names.$/;"	t
 32212  listsort	./cmd/compile/internal/gc/syntax.go	/^func listsort(l **NodeList, f func(*Node, *Node) int) {$/;"	f
 32213  listsort	./cmd/link/internal/ld/data.go	/^func listsort(l *LSym, cmp func(*LSym, *LSym) int, nextp func(*LSym) **LSym) *LSym {$/;"	f
 32214  liststmt	./cmd/compile/internal/gc/subr.go	/^func liststmt(l *NodeList) *Node {$/;"	f
 32215  listsubp	./cmd/link/internal/ld/data.go	/^func listsubp(s *LSym) **LSym {$/;"	f
 32216  listtreecopy	./cmd/compile/internal/gc/subr.go	/^func listtreecopy(l *NodeList, lineno int32) *NodeList {$/;"	f
 32217  lit	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) lit(x byte) {$/;"	f
 32218  lit	./reflect/all_test.go	/^func lit(x ...byte) []byte       { return x }$/;"	f
 32219  lit	./regexp/syntax/parse.go	/^					var lit string$/;"	v
 32220  litas	./cmd/compile/internal/gc/sinit.go	/^func litas(l *Node, r *Node, init **NodeList) {$/;"	f
 32221  litbuf	./cmd/compile/internal/gc/go.go	/^var litbuf string$/;"	v
 32222  literal	./cmd/compile/internal/gc/fmt.go	/^			return "func literal"$/;"	f
 32223  literal	./cmd/compile/internal/gc/go.go	/^	Orig   *Type \/\/ original type (type literal or predefined type)$/;"	t
 32224  literal	./cmd/cover/cover.go	/^	var literal funcLitFinder$/;"	v
 32225  literal	./cmd/cover/cover.go	/^\/\/ hasFuncLiteral reports the existence and position of the first func literal$/;"	f
 32226  literal	./cmd/cover/cover.go	/^\/\/ in the node, if any. If a func literal appears, it usually marks the termination$/;"	f
 32227  literal	./cmd/vet/rangeloop.go	/^			f.Bad(id.Pos(), "range variable", id.Name, "captured by func literal")$/;"	f
 32228  literal	./cmd/vet/testdata/rangeloop.go	/^			_ = f \/\/ ERROR "range variable f captured by func literal"$/;"	f
 32229  literal	./cmd/vet/testdata/rangeloop.go	/^			println(i) \/\/ ERROR "range variable i captured by func literal"$/;"	f
 32230  literal	./cmd/vet/testdata/rangeloop.go	/^			println(v) \/\/ ERROR "range variable v captured by func literal"$/;"	f
 32231  literal	./compress/flate/token.go	/^func (t token) literal() uint32 { return uint32(t - literalType) }$/;"	f
 32232  literal	./encoding/json/decode.go	/^func (d *decodeState) literal(v reflect.Value) {$/;"	f
 32233  literal	./regexp/syntax/parse.go	/^func (p *parser) literal(r rune) {$/;"	f
 32234  literal	./runtime/stubs.go	/^\/\/ It is common to use a func literal as the argument, in order$/;"	f
 32235  literalEncoding	./compress/flate/huffman_bit_writer.go	/^	var literalEncoding = fixedLiteralEncoding$/;"	v
 32236  literalInterface	./encoding/json/decode.go	/^func (d *decodeState) literalInterface() interface{} {$/;"	f
 32237  literalNode	./compress/flate/huffman_code.go	/^type literalNode struct {$/;"	t
 32238  literalNodeSorter	./compress/flate/huffman_code.go	/^type literalNodeSorter struct {$/;"	t
 32239  literalRegexp	./regexp/syntax/parse.go	/^func literalRegexp(s string, flags Flags) *Regexp {$/;"	f
 32240  literalStore	./encoding/json/decode.go	/^func (d *decodeState) literalStore(item []byte, v reflect.Value, fromQuoted bool) {$/;"	f
 32241  literalTests	./regexp/syntax/parse_test.go	/^var literalTests = []parseTest{$/;"	v
 32242  literalToken	./compress/flate/token.go	/^func literalToken(literal uint32) token { return token(literalType + literal) }$/;"	f
 32243  literals	./cmd/compile/internal/gc/dcl.go	/^		\/\/ use checkargs, but can happen for func literals in$/;"	f
 32244  literals	./cmd/vet/testdata/deadcode.go	/^\/\/ again, with func literals$/;"	f
 32245  literals	./go/scanner/scanner_test.go	/^	\/\/ Identifiers and basic type literals$/;"	t
 32246  literals	./go/token/token.go	/^	\/\/ Identifiers and basic type literals$/;"	t
 32247  literals	./go/token/token.go	/^\/\/ and basic type literals; it returns false otherwise.$/;"	t
 32248  literals	./go/types/exprstring_test.go	/^	\/\/ basic type literals$/;"	t
 32249  little	./encoding/binary/binary_test.go	/^var little = []byte{$/;"	v
 32250  littleEndian	./crypto/md5/gen.go	/^var littleEndian bool$/;"	v
 32251  littleEndian	./crypto/md5/md5block.go	/^var littleEndian bool$/;"	v
 32252  littleEndian	./encoding/binary/binary.go	/^type littleEndian struct{}$/;"	t
 32253  liveSwitchReader	./net/http/server.go	/^type liveSwitchReader struct {$/;"	t
 32254  liveness	./cmd/compile/internal/gc/plive.go	/^func liveness(fn *Node, firstp *obj.Prog, argssym *Sym, livesym *Sym) {$/;"	f
 32255  livenesscompact	./cmd/compile/internal/gc/plive.go	/^func livenesscompact(lv *Liveness) {$/;"	f
 32256  livenessepilogue	./cmd/compile/internal/gc/plive.go	/^func livenessepilogue(lv *Liveness) {$/;"	f
 32257  livenessprintblock	./cmd/compile/internal/gc/plive.go	/^func livenessprintblock(lv *Liveness, bb *BasicBlock) {$/;"	f
 32258  livenessprintcfg	./cmd/compile/internal/gc/plive.go	/^func livenessprintcfg(lv *Liveness) {$/;"	f
 32259  livenessprintdebug	./cmd/compile/internal/gc/plive.go	/^func livenessprintdebug(lv *Liveness) {$/;"	f
 32260  livenessprologue	./cmd/compile/internal/gc/plive.go	/^func livenessprologue(lv *Liveness) {$/;"	f
 32261  livenesssolve	./cmd/compile/internal/gc/plive.go	/^func livenesssolve(lv *Liveness) {$/;"	f
 32262  lkst	./cmd/yacc/yacc.go	/^var lkst []Lkset$/;"	v
 32263  ll	./cmd/compile/internal/gc/esc.go	/^		var ll *NodeList$/;"	v
 32264  ll	./cmd/compile/internal/gc/sinit.go	/^		var ll *Node$/;"	v
 32265  ll	./cmd/compile/internal/gc/swt.go	/^	var ll *NodeList$/;"	v
 32266  ll	./cmd/compile/internal/gc/walk.go	/^		var ll *NodeList$/;"	v
 32267  ll	./cmd/compile/internal/gc/walk.go	/^	var ll *NodeList$/;"	v
 32268  ll	./cmd/compile/internal/gc/walk.go	/^	var ll *Type$/;"	v
 32269  llen	./net/fd_windows.go	/^	var llen, rlen int32$/;"	v
 32270  ln1	./net/listen_test.go	/^			var ln1 Listener$/;"	v
 32271  lno	./cmd/compile/internal/gc/const.go	/^	var lno int$/;"	v
 32272  lno	./cmd/compile/internal/gc/dcl.go	/^	var lno int$/;"	v
 32273  lns	./net/mockserver_test.go	/^		var lns []*TCPListener$/;"	v
 32274  lo	./cmd/compile/internal/arm/cgen.go	/^	var lo gc.Node$/;"	v
 32275  lo	./cmd/compile/internal/arm/ggen.go	/^		var lo gc.Node$/;"	v
 32276  lo	./cmd/compile/internal/x86/cgen.go	/^	var lo gc.Node$/;"	v
 32277  lo	./cmd/compile/internal/x86/ggen.go	/^			var lo gc.Node$/;"	v
 32278  lo	./compress/flate/deflate_test.go	/^		var lo, hi int$/;"	v
 32279  lo	./path/filepath/match.go	/^				var lo, hi rune$/;"	v
 32280  lo	./path/match.go	/^				var lo, hi rune$/;"	v
 32281  lo	./regexp/syntax/parse.go	/^		var lo, hi rune$/;"	v
 32282  lo1	./cmd/compile/internal/arm/cgen64.go	/^	var lo1 gc.Node$/;"	v
 32283  lo1	./cmd/compile/internal/x86/cgen64.go	/^		var lo1 gc.Node$/;"	v
 32284  lo1	./cmd/compile/internal/x86/cgen64.go	/^	var lo1 gc.Node$/;"	v
 32285  lo2	./cmd/compile/internal/arm/cgen64.go	/^		var lo2 gc.Node$/;"	v
 32286  lo2	./cmd/compile/internal/arm/cgen64.go	/^	var lo2 gc.Node$/;"	v
 32287  lo2	./cmd/compile/internal/x86/cgen64.go	/^	var lo2 gc.Node$/;"	v
 32288  lo64	./runtime/vlrt.go	/^		var lo64 uint64$/;"	v
 32289  load	./cmd/go/pkg.go	/^func (p *Package) load(stk *importStack, bp *build.Package, err error) *Package {$/;"	f
 32290  load	./cmd/go/test.go	/^func (t *testFuncs) load(filename, pkg string, doImport, seen *bool) error {$/;"	f
 32291  load	./cmd/link/internal/ld/macho.go	/^var load []MachoLoad$/;"	v
 32292  load32loop	./sync/atomic/asm_darwin_arm.s	/^load32loop:$/;"	l
 32293  load32loop	./sync/atomic/asm_freebsd_arm.s	/^load32loop:$/;"	l
 32294  load32loop	./sync/atomic/asm_nacl_arm.s	/^load32loop:$/;"	l
 32295  load32loop	./sync/atomic/asm_netbsd_arm.s	/^load32loop:$/;"	l
 32296  load32loop	./sync/atomic/asm_openbsd_arm.s	/^load32loop:$/;"	l
 32297  load64loop	./sync/atomic/asm_arm.s	/^load64loop:$/;"	l
 32298  loadBlock	./encoding/gob/debug.go	/^func (deb *debugger) loadBlock(eofOK bool) int {$/;"	f
 32299  loadCasefold	./unicode/maketables.go	/^func loadCasefold() {$/;"	f
 32300  loadChars	./unicode/maketables.go	/^func loadChars() {$/;"	f
 32301  loadCmd	./cmd/link/internal/ld/macho_combine_dwarf.go	/^type loadCmd struct {$/;"	t
 32302  loadCmdReader	./cmd/link/internal/ld/macho_combine_dwarf.go	/^type loadCmdReader struct {$/;"	t
 32303  loadConfig	./sync/atomic/value_test.go	/^func loadConfig() map[string]string {$/;"	f
 32304  loadDWARF	./cmd/cgo/gcc.go	/^func (p *Package) loadDWARF(f *File, names []*Name) {$/;"	f
 32305  loadData	./crypto/tls/handshake_client_test.go	/^func (test *clientTest) loadData() (flows [][]byte, err error) {$/;"	f
 32306  loadData	./crypto/tls/handshake_server_test.go	/^func (test *serverTest) loadData() (flows [][]byte, err error) {$/;"	f
 32307  loadDefines	./cmd/cgo/gcc.go	/^func (p *Package) loadDefines(f *File) {$/;"	f
 32308  loadFileId	./os/types_windows.go	/^func (fs *fileStat) loadFileId() error {$/;"	f
 32309  loadImport	./cmd/go/pkg.go	/^func loadImport(path, srcDir string, parent *Package, stk *importStack, importPos []token.Position, mode int) *Package {$/;"	f
 32310  loadLocation	./time/zoneinfo_ios.go	/^func loadLocation(name string) (*Location, error) {$/;"	f
 32311  loadLocation	./time/zoneinfo_plan9.go	/^func loadLocation(name string) (*Location, error) {$/;"	f
 32312  loadLocation	./time/zoneinfo_unix.go	/^func loadLocation(name string) (*Location, error) {$/;"	f
 32313  loadLocation	./time/zoneinfo_windows.go	/^func loadLocation(name string) (*Location, error) {$/;"	f
 32314  loadMimeFile	./mime/type_plan9.go	/^func loadMimeFile(filename string) {$/;"	f
 32315  loadMimeFile	./mime/type_unix.go	/^func loadMimeFile(filename string) {$/;"	f
 32316  loadOptionalSyscalls	./runtime/os1_windows.go	/^func loadOptionalSyscalls() {$/;"	f
 32317  loadPETable	./cmd/internal/objfile/pe.go	/^func loadPETable(f *pe.File, sname, ename string) ([]byte, error) {$/;"	f
 32318  loadPackage	./cmd/go/pkg.go	/^func loadPackage(arg string, stk *importStack) *Package {$/;"	f
 32319  loadPlan9Table	./cmd/internal/objfile/plan9obj.go	/^func loadPlan9Table(f *plan9obj.File, sname, ename string) ([]byte, error) {$/;"	f
 32320  loadSyms	./cmd/addr2line/addr2line_test.go	/^func loadSyms(t *testing.T) map[string]string {$/;"	f
 32321  loadTestFuncs	./cmd/go/test.go	/^func loadTestFuncs(ptest *Package) (*testFuncs, error) {$/;"	f
 32322  loadUint64	./sync/atomic/64bit_arm.go	/^func loadUint64(addr *uint64) (val uint64) {$/;"	f
 32323  loadZoneData	./time/zoneinfo_read.go	/^func loadZoneData(bytes []byte) (l *Location, err error) {$/;"	f
 32324  loadZoneDataPlan9	./time/zoneinfo_plan9.go	/^func loadZoneDataPlan9(s string) (l *Location, err error) {$/;"	f
 32325  loadZoneFile	./time/zoneinfo_read.go	/^func loadZoneFile(dir, name string) (l *Location, err error) {$/;"	f
 32326  loadZoneFilePlan9	./time/zoneinfo_plan9.go	/^func loadZoneFilePlan9(name string) (*Location, error) {$/;"	f
 32327  loadZoneZip	./time/zoneinfo_read.go	/^func loadZoneZip(zipfile, name string) (l *Location, err error) {$/;"	f
 32328  load_budget	./cmd/link/internal/ld/macho.go	/^var load_budget int = INITIAL_MACHO_HEADR - 2*1024$/;"	v
 32329  load_g_cx	./cmd/internal/obj/x86/obj6.go	/^func load_g_cx(ctxt *obj.Link, p *obj.Prog) *obj.Prog {$/;"	f
 32330  loadcgo	./cmd/link/internal/ld/go.go	/^func loadcgo(file string, pkg string, p string) {$/;"	f
 32331  loader	./cmd/trace/main.go	/^var loader struct {$/;"	v
 32332  loadinternal	./cmd/link/internal/ld/lib.go	/^func loadinternal(name string) {$/;"	f
 32333  loadlib	./cmd/link/internal/ld/lib.go	/^func loadlib() {$/;"	f
 32334  loadlibrary	./syscall/dll_windows.go	/^func loadlibrary(filename *uint16) (handle uintptr, err Errno)$/;"	f
 32335  loadloop1	./sync/atomic/asm_linux_arm.s	/^loadloop1:$/;"	l
 32336  loadpkgdata	./cmd/link/internal/ld/go.go	/^func loadpkgdata(file string, pkg string, data string) {$/;"	f
 32337  loadregs	./runtime/sys_windows_amd64.s	/^loadregs:$/;"	l
 32338  loadsys	./cmd/compile/internal/gc/go.y	/^loadsys:$/;"	l
 32339  loadu32	./cmd/internal/obj/ppc64/asm9.go	/^func loadu32(r int, d int64) uint32 {$/;"	f
 32340  loc	./cmd/vet/main.go	/^func (f *File) loc(pos token.Pos) string {$/;"	f
 32341  locabs	./time/time.go	/^func (t Time) locabs() (name string, offset int, abs uint64) {$/;"	f
 32342  local	./cmd/compile/internal/gc/plive.go	/^	var local Bvec$/;"	v
 32343  local	./cmd/link/internal/ld/go.go	/^	var local string$/;"	v
 32344  local	./net/mail/message.go	/^	var local, domain string$/;"	v
 32345  local	./net/rpc/server_test.go	/^type local struct{}$/;"	t
 32346  localBuf	./strconv/strconv_test.go	/^			var localBuf [64]byte$/;"	v
 32347  localError	./go/ast/print.go	/^type localError struct {$/;"	t
 32348  localFiles	./unicode/maketables.go	/^var localFiles = flag.Bool("local",$/;"	v
 32349  localLoc	./time/zoneinfo.go	/^var localLoc Location$/;"	v
 32350  localOnce	./time/zoneinfo.go	/^var localOnce sync.Once$/;"	v
 32351  localPacketServer	./net/mockserver_test.go	/^type localPacketServer struct {$/;"	t
 32352  localPart	./net/mail/message.go	/^	var localPart string$/;"	v
 32353  localRedirect	./net/http/fs.go	/^func localRedirect(w ResponseWriter, r *Request, newPath string) {$/;"	f
 32354  localServer	./net/mockserver_test.go	/^type localServer struct {$/;"	t
 32355  localTmp	./os/os_test.go	/^func localTmp() string {$/;"	f
 32356  localbuild	./make.bat	/^:localbuild$/;"	l
 32357  localexpr	./cmd/compile/internal/gc/subr.go	/^func localexpr(n *Node, t *Type, init **NodeList) *Node {$/;"	f
 32358  localhostCert	./net/http/httptest/server.go	/^var localhostCert = []byte(`-----BEGIN CERTIFICATE-----$/;"	v
 32359  localhostCert	./net/smtp/smtp_test.go	/^var localhostCert = []byte(`-----BEGIN CERTIFICATE-----$/;"	v
 32360  localhostKey	./net/http/httptest/server.go	/^var localhostKey = []byte(`-----BEGIN RSA PRIVATE KEY-----$/;"	v
 32361  localhostKey	./net/smtp/smtp_test.go	/^var localhostKey = []byte(`-----BEGIN RSA PRIVATE KEY-----$/;"	v
 32362  localimport	./cmd/compile/internal/gc/go.go	/^var localimport string$/;"	v
 32363  localpkg	./cmd/compile/internal/gc/go.go	/^var localpkg *Pkg \/\/ package being compiled$/;"	v
 32364  locals	./cmd/compile/internal/gc/plive.go	/^	var locals Bvec$/;"	v
 32365  localswords	./cmd/compile/internal/gc/plive.go	/^func localswords() int32 {$/;"	f
 32366  localtests	./time/time_test.go	/^var localtests = []TimeTest{$/;"	v
 32367  locateFile	./cmd/pprof/internal/symbolizer/symbolizer.go	/^func locateFile(obj plugin.ObjTool, file, buildID string, start uint64) (plugin.ObjFile, error) {$/;"	f
 32368  locationDecoder	./cmd/pprof/internal/profile/encode.go	/^var locationDecoder = []decoder{$/;"	v
 32369  lock	./runtime/lock_futex.go	/^func lock(l *mutex) {$/;"	f
 32370  lock	./runtime/lock_sema.go	/^func lock(l *mutex) {$/;"	f
 32371  lockOSThread	./runtime/proc1.go	/^func lockOSThread() {$/;"	f
 32372  lockPath	./cmd/vet/copylock.go	/^func lockPath(tpkg *types.Package, typ types.Type) typePath {$/;"	f
 32373  lockProfiles	./runtime/pprof/pprof.go	/^func lockProfiles() {$/;"	f
 32374  lockRxStr	./cmd/pprof/internal/profile/legacy_profile.go	/^var lockRxStr = strings.Join([]string{$/;"	v
 32375  locked	./runtime/iface.go	/^	var locked int$/;"	v
 32376  lockedOSThread	./runtime/proc.go	/^func lockedOSThread() bool {$/;"	f
 32377  lockedSource	./math/rand/rand.go	/^type lockedSource struct {$/;"	t
 32378  lockextra	./runtime/proc1.go	/^func lockextra(nilokay bool) *m {$/;"	f
 32379  locktab	./runtime/atomic_arm.go	/^var locktab [57]struct {$/;"	v
 32380  locs	./cmd/pprof/internal/profile/filter.go	/^				var locs []*Location$/;"	v
 32381  locs	./cmd/pprof/internal/profile/legacy_profile.go	/^	var locs []*Location$/;"	v
 32382  log	./go/doc/testdata/testing.go	/^func (c *common) log(s string) {$/;"	f
 32383  log	./math/all_test.go	/^var log = []float64{$/;"	v
 32384  log	./math/cmplx/cmath_test.go	/^var log = []complex128{$/;"	v
 32385  log	./math/log.go	/^func log(x float64) float64 {$/;"	f
 32386  log	./net/http/client_test.go	/^	var log struct {$/;"	v
 32387  log	./net/http/fs_test.go	/^		var log []string$/;"	v
 32388  log	./testing/testing.go	/^func (c *common) log(s string) {$/;"	f
 32389  log10	./math/all_test.go	/^var log10 = []float64{$/;"	v
 32390  log10	./math/cmplx/cmath_test.go	/^var log10 = []complex128{$/;"	v
 32391  log10	./math/log10.go	/^func log10(x float64) float64 {$/;"	f
 32392  log10SC	./math/cmplx/cmath_test.go	/^var log10SC = []complex128{$/;"	v
 32393  log1p	./math/all_test.go	/^var log1p = []float64{$/;"	v
 32394  log1p	./math/log1p.go	/^func log1p(x float64) float64 {$/;"	f
 32395  log1pSC	./math/all_test.go	/^var log1pSC = []float64{$/;"	v
 32396  log2	./cmd/compile/internal/big/arith.go	/^func log2(x Word) int {$/;"	f
 32397  log2	./cmd/compile/internal/gc/cgen.go	/^func log2(n uint64) int {$/;"	f
 32398  log2	./image/gif/writer.go	/^func log2(x int) int {$/;"	f
 32399  log2	./math/all_test.go	/^var log2 = []float64{$/;"	v
 32400  log2	./math/big/arith.go	/^func log2(x Word) int {$/;"	f
 32401  log2	./math/log10.go	/^func log2(x float64) float64 {$/;"	f
 32402  log2	./sort/search_test.go	/^func log2(x int) int {$/;"	f
 32403  log2Lookup	./image/gif/writer.go	/^var log2Lookup = [8]int{2, 4, 8, 16, 32, 64, 128, 256}$/;"	v
 32404  logSC	./math/all_test.go	/^var logSC = []float64{$/;"	v
 32405  logSC	./math/cmplx/cmath_test.go	/^var logSC = []complex128{$/;"	v
 32406  logWrites	./net/http/request_test.go	/^type logWrites struct {$/;"	t
 32407  logWritesConn	./net/http/transport_test.go	/^type logWritesConn struct {$/;"	t
 32408  logb	./math/all_test.go	/^var logb = []float64{$/;"	v
 32409  logbBC	./math/all_test.go	/^var logbBC = []float64{$/;"	v
 32410  logbSC	./math/all_test.go	/^var logbSC = []float64{$/;"	v
 32411  logbuf	./net/http/cookie_test.go	/^	var logbuf bytes.Buffer$/;"	v
 32412  logbuf	./net/http/transport_test.go	/^	var logbuf bytes.Buffer$/;"	v
 32413  logdAddr	./runtime/print1_write_android.go	/^var logdAddr sockaddr_un$/;"	v
 32414  logf	./cmd/go/main.go	/^var logf = log.Printf$/;"	v
 32415  logf	./net/http/client_test.go	/^func (j *RecordingJar) logf(format string, args ...interface{}) {$/;"	f
 32416  logf	./net/http/httputil/reverseproxy.go	/^func (p *ReverseProxy) logf(format string, args ...interface{}) {$/;"	f
 32417  logf	./net/http/server.go	/^func (s *Server) logf(format string, args ...interface{}) {$/;"	f
 32418  logger	./runtime/print1_write_android.go	/^var logger loggerType$/;"	v
 32419  logger	./unicode/maketables.go	/^var logger = log.New(os.Stderr, "", log.Lshortfile)$/;"	v
 32420  loggerType	./runtime/print1_write_android.go	/^type loggerType int32$/;"	t
 32421  logget	./runtime/mgcwork.go	/^func (b *workbuf) logget(entry int) {$/;"	f
 32422  loggingConn	./net/http/server.go	/^type loggingConn struct {$/;"	t
 32423  logput	./runtime/mgcwork.go	/^func (b *workbuf) logput(entry int) {$/;"	f
 32424  longDayNames	./time/format.go	/^var longDayNames = []string{$/;"	v
 32425  longLine	./mime/multipart/multipart_test.go	/^var longLine = strings.Repeat("\\n\\n\\r\\r\\r\\n\\r\\000", (1<<20)\/8)$/;"	v
 32426  longMonthNames	./time/format.go	/^var longMonthNames = []string{$/;"	v
 32427  longestCommonSuffix	./strings/search.go	/^func longestCommonSuffix(a, b string) (i int) {$/;"	f
 32428  lookExtensions	./os/exec/exec.go	/^func lookExtensions(path, dir string) (string, error) {$/;"	f
 32429  lookPathTest	./os/exec/lp_windows_test.go	/^type lookPathTest struct {$/;"	t
 32430  lookPathTests	./os/exec/lp_windows_test.go	/^var lookPathTests = []lookPathTest{$/;"	v
 32431  lookdot	./cmd/compile/internal/gc/typecheck.go	/^func lookdot(n *Node, t *Type, dostrcmp int) *Type {$/;"	f
 32432  lookdot0	./cmd/compile/internal/gc/subr.go	/^func lookdot0(s *Sym, t *Type, save **Type, ignorecase int) int {$/;"	f
 32433  lookdot1	./cmd/compile/internal/gc/typecheck.go	/^func lookdot1(errnode *Node, s *Sym, t *Type, f *Type, dostrcmp int) *Type {$/;"	f
 32434  lookingForIndex	./crypto/rsa/rsa.go	/^	var lookingForIndex, index, invalid int$/;"	v
 32435  looktypedot	./cmd/compile/internal/gc/typecheck.go	/^func looktypedot(n *Node, t *Type, dostrcmp int) bool {$/;"	f
 32436  lookup	./cmd/asm/internal/lex/input.go	/^func lookup(args []string, arg string) int {$/;"	f
 32437  lookup	./cmd/internal/objfile/disasm.go	/^func (d *Disasm) lookup(addr uint64) (name string, base uint64) {$/;"	f
 32438  lookup	./net/dnsclient_unix.go	/^func lookup(name string, qtype uint16) (cname string, rrs []dnsRR, err error) {$/;"	f
 32439  lookup	./os/user/lookup_plan9.go	/^func lookup(username string) (*User, error) {$/;"	f
 32440  lookup	./os/user/lookup_stubs.go	/^func lookup(username string) (*User, error) {$/;"	f
 32441  lookup	./os/user/lookup_unix.go	/^func lookup(username string) (*User, error) {$/;"	f
 32442  lookup	./os/user/lookup_windows.go	/^func lookup(username string) (*User, error) {$/;"	f
 32443  lookup	./runtime/symtab.go	/^const pcbucketsize = 256 * minfunc \/\/ size of bucket in the pc->func lookup table$/;"	f
 32444  lookup	./strings/replace.go	/^func (r *genericReplacer) lookup(s string, ignoreRoot bool) (val string, keylen int, found bool) {$/;"	f
 32445  lookup	./time/format.go	/^func lookup(tab []string, val string) (int, string, error) {$/;"	f
 32446  lookup	./time/zoneinfo.go	/^func (l *Location) lookup(sec int64) (name string, offset int, isDST bool, start, end int64) {$/;"	f
 32447  lookupAddr	./net/lookup_plan9.go	/^func lookupAddr(addr string) (name []string, err error) {$/;"	f
 32448  lookupAddr	./net/lookup_stub.go	/^func lookupAddr(addr string) (ptrs []string, err error) {$/;"	f
 32449  lookupAddr	./net/lookup_unix.go	/^func lookupAddr(addr string) ([]string, error) {$/;"	f
 32450  lookupAddr	./net/lookup_windows.go	/^func lookupAddr(addr string) ([]string, error) {$/;"	f
 32451  lookupAll	./index/suffixarray/suffixarray.go	/^func (x *Index) lookupAll(s []byte) []int {$/;"	f
 32452  lookupAndEscapeTemplate	./html/template/template.go	/^func (t *Template) lookupAndEscapeTemplate(name string) (tmpl *Template, err error) {$/;"	f
 32453  lookupBuiltinType	./go/internal/gccgoimporter/parser.go	/^func lookupBuiltinType(typ int) types.Type {$/;"	f
 32454  lookupCNAME	./net/lookup_plan9.go	/^func lookupCNAME(name string) (cname string, err error) {$/;"	f
 32455  lookupCNAME	./net/lookup_stub.go	/^func lookupCNAME(name string) (cname string, err error) {$/;"	f
 32456  lookupCNAME	./net/lookup_unix.go	/^func lookupCNAME(name string) (string, error) {$/;"	f
 32457  lookupCNAME	./net/lookup_windows.go	/^func lookupCNAME(name string) (string, error) {$/;"	f
 32458  lookupCache	./reflect/type.go	/^var lookupCache struct {$/;"	v
 32459  lookupFieldOrMethod	./go/types/lookup.go	/^func lookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool) {$/;"	f
 32460  lookupFirstZone	./time/zoneinfo.go	/^func (l *Location) lookupFirstZone() int {$/;"	f
 32461  lookupFullName	./os/user/lookup_windows.go	/^func lookupFullName(domain, username, domainAndUser string) (string, error) {$/;"	f
 32462  lookupFullNameDomain	./os/user/lookup_windows.go	/^func lookupFullNameDomain(domainAndUser string) (string, error) {$/;"	f
 32463  lookupFullNameServer	./os/user/lookup_windows.go	/^func lookupFullNameServer(servername, username string) (string, error) {$/;"	f
 32464  lookupFunc	./cmd/internal/objfile/disasm.go	/^type lookupFunc func(addr uint64) (sym string, base uint64)$/;"	t
 32465  lookupFunc	./cmd/objdump/main.go	/^type lookupFunc func(addr uint64) (sym string, base uint64)$/;"	t
 32466  lookupGmailMXTests	./net/lookup_test.go	/^var lookupGmailMXTests = []struct {$/;"	v
 32467  lookupGmailNSTests	./net/lookup_test.go	/^var lookupGmailNSTests = []struct {$/;"	v
 32468  lookupGmailTXTTests	./net/lookup_test.go	/^var lookupGmailTXTTests = []struct {$/;"	v
 32469  lookupGoogleHostTests	./net/lookup_test.go	/^var lookupGoogleHostTests = []struct {$/;"	v
 32470  lookupGoogleIPTests	./net/lookup_test.go	/^var lookupGoogleIPTests = []struct {$/;"	v
 32471  lookupGooglePublicDNSAddrTests	./net/lookup_test.go	/^var lookupGooglePublicDNSAddrTests = []struct {$/;"	v
 32472  lookupGoogleSRVTests	./net/lookup_test.go	/^var lookupGoogleSRVTests = []struct {$/;"	v
 32473  lookupGroup	./net/lookup.go	/^var lookupGroup singleflight.Group$/;"	v
 32474  lookupHost	./net/lookup_plan9.go	/^func lookupHost(host string) (addrs []string, err error) {$/;"	f
 32475  lookupHost	./net/lookup_stub.go	/^func lookupHost(host string) (addrs []string, err error) {$/;"	f
 32476  lookupHost	./net/lookup_unix.go	/^func lookupHost(host string) (addrs []string, err error) {$/;"	f
 32477  lookupHost	./net/lookup_windows.go	/^func lookupHost(name string) ([]string, error) {$/;"	f
 32478  lookupIANACNAMETests	./net/lookup_test.go	/^var lookupIANACNAMETests = []struct {$/;"	v
 32479  lookupIP	./net/lookup_plan9.go	/^func lookupIP(host string) (addrs []IPAddr, err error) {$/;"	f
 32480  lookupIP	./net/lookup_stub.go	/^func lookupIP(host string) (addrs []IPAddr, err error) {$/;"	f
 32481  lookupIP	./net/lookup_unix.go	/^func lookupIP(host string) (addrs []IPAddr, err error) {$/;"	f
 32482  lookupIPDeadline	./net/lookup.go	/^func lookupIPDeadline(host string, deadline time.Time) (addrs []IPAddr, err error) {$/;"	f
 32483  lookupIPMerge	./net/lookup.go	/^func lookupIPMerge(host string) (addrs []IPAddr, err error) {$/;"	f
 32484  lookupIPReturn	./net/lookup.go	/^func lookupIPReturn(addrsi interface{}, err error, shared bool) ([]IPAddr, error) {$/;"	f
 32485  lookupId	./os/user/lookup_plan9.go	/^func lookupId(uid string) (*User, error) {$/;"	f
 32486  lookupId	./os/user/lookup_stubs.go	/^func lookupId(uid string) (*User, error) {$/;"	f
 32487  lookupId	./os/user/lookup_unix.go	/^func lookupId(uid string) (*User, error) {$/;"	f
 32488  lookupId	./os/user/lookup_windows.go	/^func lookupId(uid string) (*User, error) {$/;"	f
 32489  lookupImport	./cmd/link/internal/ld/go.go	/^func lookupImport(name string) *Import {$/;"	f
 32490  lookupLocalhost	./net/lookup_test.go	/^func lookupLocalhost(fn func(string) ([]IPAddr, error), host string) ([]IPAddr, error) {$/;"	f
 32491  lookupMX	./net/lookup_plan9.go	/^func lookupMX(name string) (mx []*MX, err error) {$/;"	f
 32492  lookupMX	./net/lookup_stub.go	/^func lookupMX(name string) (mxs []*MX, err error) {$/;"	f
 32493  lookupMX	./net/lookup_unix.go	/^func lookupMX(name string) ([]*MX, error) {$/;"	f
 32494  lookupMX	./net/lookup_windows.go	/^func lookupMX(name string) ([]*MX, error) {$/;"	f
 32495  lookupMethod	./go/types/lookup.go	/^func lookupMethod(methods []*Func, pkg *Package, name string) (int, *Func) {$/;"	f
 32496  lookupNS	./net/lookup_plan9.go	/^func lookupNS(name string) (ns []*NS, err error) {$/;"	f
 32497  lookupNS	./net/lookup_stub.go	/^func lookupNS(name string) (nss []*NS, err error) {$/;"	f
 32498  lookupNS	./net/lookup_unix.go	/^func lookupNS(name string) ([]*NS, error) {$/;"	f
 32499  lookupNS	./net/lookup_windows.go	/^func lookupNS(name string) ([]*NS, error) {$/;"	f
 32500  lookupName	./time/zoneinfo.go	/^func (l *Location) lookupName(name string, unix int64) (offset int, isDST bool, ok bool) {$/;"	f
 32501  lookupOrderName	./net/dnsclient_unix.go	/^var lookupOrderName = map[hostLookupOrder]string{$/;"	v
 32502  lookupPkg	./cmd/link/internal/ld/go.go	/^func lookupPkg(path string) *Pkg {$/;"	f
 32503  lookupPort	./net/lookup_plan9.go	/^func lookupPort(network, service string) (port int, err error) {$/;"	f
 32504  lookupPort	./net/lookup_stub.go	/^func lookupPort(network, service string) (port int, err error) {$/;"	f
 32505  lookupPort	./net/lookup_unix.go	/^func lookupPort(network, service string) (int, error) {$/;"	f
 32506  lookupProtocol	./net/lookup_plan9.go	/^func lookupProtocol(name string) (proto int, err error) {$/;"	f
 32507  lookupProtocol	./net/lookup_stub.go	/^func lookupProtocol(name string) (proto int, err error) {$/;"	f
 32508  lookupProtocol	./net/lookup_unix.go	/^func lookupProtocol(name string) (int, error) {$/;"	f
 32509  lookupProtocol	./net/lookup_windows.go	/^func lookupProtocol(name string) (int, error) {$/;"	f
 32510  lookupSRV	./net/lookup_plan9.go	/^func lookupSRV(service, proto, name string) (cname string, addrs []*SRV, err error) {$/;"	f
 32511  lookupSRV	./net/lookup_stub.go	/^func lookupSRV(service, proto, name string) (cname string, srvs []*SRV, err error) {$/;"	f
 32512  lookupSRV	./net/lookup_unix.go	/^func lookupSRV(service, proto, name string) (string, []*SRV, error) {$/;"	f
 32513  lookupSRV	./net/lookup_windows.go	/^func lookupSRV(service, proto, name string) (string, []*SRV, error) {$/;"	f
 32514  lookupSlowFast	./net/dial_test.go	/^func lookupSlowFast(fn func(string) ([]IPAddr, error), host string) ([]IPAddr, error) {$/;"	f
 32515  lookupStaticAddr	./net/hosts.go	/^func lookupStaticAddr(addr string) []string {$/;"	f
 32516  lookupStaticAddrTests	./net/hosts_test.go	/^var lookupStaticAddrTests = []struct {$/;"	v
 32517  lookupStaticHost	./net/hosts.go	/^func lookupStaticHost(host string) []string {$/;"	f
 32518  lookupStaticHostTests	./net/hosts_test.go	/^var lookupStaticHostTests = []struct {$/;"	v
 32519  lookupTLSHash	./crypto/tls/prf.go	/^func lookupTLSHash(hash uint8) (crypto.Hash, error) {$/;"	f
 32520  lookupTXT	./net/lookup_plan9.go	/^func lookupTXT(name string) (txt []string, err error) {$/;"	f
 32521  lookupTXT	./net/lookup_stub.go	/^func lookupTXT(name string) (txts []string, err error) {$/;"	f
 32522  lookupTXT	./net/lookup_unix.go	/^func lookupTXT(name string) ([]string, error) {$/;"	f
 32523  lookupTXT	./net/lookup_windows.go	/^func lookupTXT(name string) ([]string, error) {$/;"	f
 32524  lookupType	./go/doc/reader.go	/^func (r *reader) lookupType(name string) *namedType {$/;"	f
 32525  lookupTypeInfo	./encoding/gob/type.go	/^func lookupTypeInfo(rt reflect.Type) *typeInfo {$/;"	f
 32526  lookupUnix	./os/user/lookup_unix.go	/^func lookupUnix(uid int, username string, lookupByName bool) (*User, error) {$/;"	f
 32527  lookupXMLName	./encoding/xml/typeinfo.go	/^func lookupXMLName(typ reflect.Type) (xmlname *fieldInfo) {$/;"	f
 32528  lookup_or_diag	./cmd/link/internal/ld/dwarf.go	/^func lookup_or_diag(n string) *LSym {$/;"	f
 32529  lookup_type	./runtime/runtime-gdb.py	/^def lookup_type(name):$/;"	f
 32530  loop	./cmd/asm/internal/asm/testdata/386.s	/^loop:$/;"	l
 32531  loop	./cmd/asm/internal/asm/testdata/amd64.s	/^loop:$/;"	l
 32532  loop	./cmd/compile/internal/gc/dcl.go	/^					Yyerror("interface type loop involving %v", n.Type)$/;"	t
 32533  loop	./cmd/internal/obj/x86/asm6.go	/^	var loop int32$/;"	v
 32534  loop	./crypto/md5/md5block_386.s	/^loop:$/;"	l
 32535  loop	./crypto/md5/md5block_amd64.s	/^loop:$/;"	l
 32536  loop	./crypto/md5/md5block_amd64p32.s	/^loop:$/;"	l
 32537  loop	./crypto/md5/md5block_arm.s	/^loop:$/;"	l
 32538  loop	./crypto/rc4/rc4_386.s	/^loop:$/;"	l
 32539  loop	./crypto/rc4/rc4_arm.s	/^loop:$/;"	l
 32540  loop	./crypto/sha1/sha1block_386.s	/^loop:$/;"	l
 32541  loop	./crypto/sha1/sha1block_amd64.s	/^loop:$/;"	l
 32542  loop	./crypto/sha1/sha1block_amd64p32.s	/^loop:$/;"	l
 32543  loop	./crypto/sha1/sha1block_arm.s	/^loop:$/;"	l
 32544  loop	./crypto/sha256/sha256block_386.s	/^loop:$/;"	l
 32545  loop	./crypto/sha256/sha256block_amd64.s	/^loop:$/;"	l
 32546  loop	./crypto/sha512/sha512block_amd64.s	/^loop:$/;"	l
 32547  loop	./math/big/arith_arm64.s	/^loop:$/;"	l
 32548  loop	./os/signal/signal_plan9.go	/^func loop() {$/;"	f
 32549  loop	./os/signal/signal_unix.go	/^func loop() {$/;"	f
 32550  loop	./runtime/asm_amd64.s	/^loop:$/;"	l
 32551  loop	./runtime/asm_amd64p32.s	/^loop:$/;"	l
 32552  loop	./runtime/asm_arm.s	/^loop:						\\$/;"	l
 32553  loop	./runtime/asm_arm.s	/^loop:$/;"	l
 32554  loop	./runtime/asm_arm64.s	/^loop:						\\$/;"	l
 32555  loop	./runtime/asm_arm64.s	/^loop:$/;"	l
 32556  loop	./runtime/asm_ppc64x.s	/^loop:						\\$/;"	l
 32557  loop	./runtime/asm_ppc64x.s	/^loop:$/;"	l
 32558  loop	./runtime/crash_unix_test.go	/^func loop(i int, c chan bool) {$/;"	f
 32559  loop	./runtime/memclr_386.s	/^loop:$/;"	l
 32560  loop	./runtime/memclr_amd64.s	/^loop:$/;"	l
 32561  loop	./runtime/memmove_arm64.s	/^loop:$/;"	l
 32562  loop	./runtime/memmove_ppc64x.s	/^loop:$/;"	l
 32563  loop	./runtime/sys_linux_arm.s	/^loop:$/;"	l
 32564  loop	./sync/atomic/asm_arm.s	/^loop:$/;"	l
 32565  loop1	./crypto/sha1/sha1block_arm.s	/^loop1:	ROUND1(Ra, Rb, Rc, Rd, Re)$/;"	l
 32566  loop1	./runtime/memmove_arm64.s	/^loop1:$/;"	l
 32567  loop1	./runtime/memmove_ppc64x.s	/^loop1:$/;"	l
 32568  loop2	./crypto/sha1/sha1block_arm.s	/^loop2:	ROUND2(Ra, Rb, Rc, Rd, Re)$/;"	l
 32569  loop3	./crypto/sha1/sha1block_arm.s	/^loop3:	ROUND3(Ra, Rb, Rc, Rd, Re)$/;"	l
 32570  loop4	./crypto/sha1/sha1block_arm.s	/^loop4:	ROUND4(Ra, Rb, Rc, Rd, Re)$/;"	l
 32571  loopAtEOFSplit	./bufio/scan_test.go	/^func loopAtEOFSplit(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 32572  loop_body	./cmd/compile/internal/gc/go.y	/^loop_body:$/;"	l
 32573  loopbackInterface	./net/interface_test.go	/^func loopbackInterface() *Interface {$/;"	f
 32574  loophack	./cmd/compile/internal/gc/go.go	/^var loophack int$/;"	v
 32575  loophead	./cmd/compile/internal/gc/popt.go	/^func loophead(idom []int32, r *Flow) bool {$/;"	f
 32576  looping	./cmd/compile/internal/gc/esc.go	/^var looping Label$/;"	v
 32577  loopmark	./cmd/compile/internal/gc/popt.go	/^func loopmark(rpo2r **Flow, head int32, r *Flow) {$/;"	f
 32578  lostProfileData	./runtime/cpuprof.go	/^func lostProfileData() {}$/;"	f
 32579  lout	./cmd/compile/internal/gc/sinit.go	/^	var lout *NodeList$/;"	v
 32580  low	./go/printer/testdata/parser.go	/^	var low, high ast.Expr$/;"	v
 32581  low32	./cmd/compile/internal/big/int.go	/^func low32(z nat) uint32 {$/;"	f
 32582  low32	./math/big/int.go	/^func low32(z nat) uint32 {$/;"	f
 32583  low64	./cmd/compile/internal/big/int.go	/^func low64(z nat) uint64 {$/;"	f
 32584  low64	./math/big/int.go	/^func low64(z nat) uint64 {$/;"	f
 32585  lowerASCII	./net/http/lex.go	/^func lowerASCII(b byte) byte {$/;"	f
 32586  lowerASCII	./net/parse.go	/^func lowerASCII(b byte) byte {$/;"	f
 32587  lowerASCIIBytes	./net/parse.go	/^func lowerASCIIBytes(x []byte) {$/;"	f
 32588  lowerTests	./bytes/bytes_test.go	/^var lowerTests = []StringTest{$/;"	v
 32589  lowerTests	./strings/strings_test.go	/^var lowerTests = []StringTest{$/;"	v
 32590  lparen	./go/parser/parser.go	/^	var lparen, rparen token.Pos$/;"	v
 32591  lparen	./go/printer/testdata/parser.go	/^	var lparen, rparen token.Pos$/;"	v
 32592  lr	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) lr() uint32      { return c.regs().lr }$/;"	f
 32593  lr	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) lr() uint64    { return c.regs().lr }$/;"	f
 32594  lr	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) lr() uint32      { return c.regs().__gregs[14] }$/;"	f
 32595  lr	./runtime/signal_linux_arm.go	/^func (c *sigctxt) lr() uint32        { return c.regs().lr }$/;"	f
 32596  lr	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) lr() uint64        { return c.regs().regs[30] }$/;"	f
 32597  lr	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) lr() uint32      { return c.regs().lr }$/;"	f
 32598  lr	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) lr() uint32       { return c.regs().__gregs[_REG_R14] }$/;"	f
 32599  lr	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) lr() uint32      { return c.regs().sc_usr_lr }$/;"	f
 32600  lrPtr	./runtime/traceback.go	/^			var lrPtr uintptr$/;"	v
 32601  lrUintptr	./runtime/mgcmark.go	/^	var lrUintptr uintptr$/;"	v
 32602  lreal	./cmd/compile/internal/gc/cplx.go	/^	var lreal, limag, rreal, rimag Node$/;"	v
 32603  lrsa	./net/fd_windows.go	/^	var lrsa, rrsa *syscall.RawSockaddrAny$/;"	v
 32604  lruSessionCache	./crypto/tls/common.go	/^type lruSessionCache struct {$/;"	t
 32605  lruSessionCacheEntry	./crypto/tls/common.go	/^type lruSessionCacheEntry struct {$/;"	t
 32606  ls	./encoding/binary/binary_test.go	/^	var ls Struct$/;"	v
 32607  ls	./net/fd_plan9.go	/^	var ls, rs string$/;"	v
 32608  ls	./net/fd_unix.go	/^	var ls, rs string$/;"	v
 32609  lsa	./net/sock_posix.go	/^	var lsa syscall.Sockaddr$/;"	v
 32610  lsall	./syscall/lsf_linux.go	/^	var lsall SockaddrLinklayer$/;"	v
 32611  lshTests	./cmd/compile/internal/big/int_test.go	/^var lshTests = []intShiftTest{$/;"	v
 32612  lshTests	./math/big/int_test.go	/^var lshTests = []intShiftTest{$/;"	v
 32613  lshVW	./cmd/compile/internal/big/arith_test.go	/^var lshVW = []argVW{$/;"	v
 32614  lshVW	./math/big/arith_test.go	/^var lshVW = []argVW{$/;"	v
 32615  lsort	./cmd/compile/internal/gc/reflect.go	/^func lsort(l *Sig, f func(*Sig, *Sig) int) *Sig {$/;"	f
 32616  lss	./net/server_test.go	/^		var lss []*localServer$/;"	v
 32617  lst	./cmd/internal/obj/ld.go	/^	var lst [LOG]*Prog$/;"	v
 32618  lstat	./os/file.go	/^var lstat = Lstat$/;"	v
 32619  lstat	./path/filepath/path.go	/^var lstat = os.Lstat \/\/ for testing$/;"	v
 32620  lt	./cmd/compile/internal/gc/walk.go	/^	var lt *Type$/;"	v
 32621  lt	./text/template/funcs.go	/^func lt(arg1, arg2 interface{}) (bool, error) {$/;"	f
 32622  lwp_create	./runtime/os_dragonfly.go	/^func lwp_create(param *lwpparams) int32$/;"	f
 32623  lwp_create	./runtime/os_netbsd.go	/^func lwp_create(ctxt unsafe.Pointer, flags uintptr, lwpid unsafe.Pointer) int32$/;"	f
 32624  lwp_mcontext_init	./runtime/os1_netbsd_386.go	/^func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {$/;"	f
 32625  lwp_mcontext_init	./runtime/os1_netbsd_amd64.go	/^func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {$/;"	f
 32626  lwp_mcontext_init	./runtime/os_netbsd_arm.go	/^func lwp_mcontext_init(mc *mcontextt, stk unsafe.Pointer, mp *m, gp *g, fn uintptr) {$/;"	f
 32627  lwp_park	./runtime/os_netbsd.go	/^func lwp_park(abstime *timespec, unpark int32, hint, unparkhint unsafe.Pointer) int32$/;"	f
 32628  lwp_self	./runtime/os_netbsd.go	/^func lwp_self() int32$/;"	f
 32629  lwp_start	./runtime/os1_dragonfly.go	/^func lwp_start(uintptr)$/;"	f
 32630  lwp_tramp	./runtime/os_netbsd.go	/^func lwp_tramp()$/;"	f
 32631  lwp_unpark	./runtime/os_netbsd.go	/^func lwp_unpark(lwp int32, hint unsafe.Pointer) int32$/;"	f
 32632  lwpparams	./runtime/defs_dragonfly_amd64.go	/^type lwpparams struct {$/;"	t
 32633  lzwEncode	./image/gif/reader_test.go	/^func lzwEncode(n int) []byte {$/;"	f
 32634  lzwTest	./compress/lzw/reader_test.go	/^type lzwTest struct {$/;"	t
 32635  lzwTests	./compress/lzw/reader_test.go	/^var lzwTests = []lzwTest{$/;"	v
 32636  m	./go/types/api_test.go	/^		{`package p9; type T struct{}; func (T) m() int { _ = y; return 0 }; var x, y = T.m, 1`, []string{$/;"	f
 32637  m	./go/types/issues_test.go	/^func (T) m() (res bool) { return }$/;"	f
 32638  m	./go/types/resolver_test.go	/^		func (_ T) m() {}$/;"	f
 32639  m	./go/types/selection.go	/^\/\/	T.m         MethodExpr    T       m      func m(_ T)        {1, 0}    false$/;"	f
 32640  m	./go/types/selection.go	/^\/\/	func (e E) m() {}$/;"	f
 32641  m	./go/types/selection.go	/^\/\/	p.m         MethodVal     *T      m      func (e *T) m()    {1, 0}    true$/;"	f
 32642  m	./reflect/all_test.go	/^func (*inner) m() {}$/;"	f
 32643  m	./reflect/all_test.go	/^func (*outer) m() {}$/;"	f
 32644  m	./reflect/all_test.go	/^func (p *Private) m() {$/;"	f
 32645  m	./reflect/all_test.go	/^func (p *tbigp) m(x int, b byte) (byte, int) { return b, x + int(p[0]) + int(p[1]) }$/;"	f
 32646  m	./reflect/all_test.go	/^func (p *tsmallp) m(x int, b byte) (byte, int) { return b, x + int(*p) }$/;"	f
 32647  m	./reflect/all_test.go	/^func (p *twordp) m(x int, b byte) (byte, int) { return b, x + int(*p) }$/;"	f
 32648  m	./reflect/all_test.go	/^func (v tbigv) m(x int, b byte) (byte, int) { return b, x + int(v[0]) + int(v[1]) }$/;"	f
 32649  m	./reflect/all_test.go	/^func (v tsmallv) m(x int, b byte) (byte, int) { return b, x + int(v) }$/;"	f
 32650  m	./reflect/all_test.go	/^func (v twordv) m(x int, b byte) (byte, int) { return b, x + int(v) }$/;"	f
 32651  m	./runtime/mfinal_test.go	/^func (t *Tint) m() {}$/;"	f
 32652  m1	./bytes/buffer_test.go	/^			var m1, m2 runtime.MemStats$/;"	v
 32653  m1	./encoding/json/decode_test.go	/^	var m1, m2 map[stringKind]int$/;"	v
 32654  m1	./go/types/api_test.go	/^		"package p; type T struct{}; func (T) m1() {}",$/;"	f
 32655  m1	./runtime/syscall_windows_test.go	/^	var m1, m2 uintptr$/;"	v
 32656  m1	./runtime/vlop_arm.s	/^m1:$/;"	l
 32657  m128a	./runtime/defs_windows_amd64.go	/^type m128a struct {$/;"	t
 32658  m2	./go/types/api_test.go	/^		"package p; func (T) m2() {}; var x interface{ m1(); m2() } = T{}",$/;"	f
 32659  m3	./go/types/api_test.go	/^		"package p; func (T) m3() {}; var y interface{ m1(); m2(); m3() } = T{}",$/;"	f
 32660  mCache_Refill	./runtime/mcache.go	/^func mCache_Refill(c *mcache, sizeclass int32) *mspan {$/;"	f
 32661  mCache_ReleaseAll	./runtime/mcache.go	/^func mCache_ReleaseAll(c *mcache) {$/;"	f
 32662  mCentral_CacheSpan	./runtime/mcentral.go	/^func mCentral_CacheSpan(c *mcentral) *mspan {$/;"	f
 32663  mCentral_FreeSpan	./runtime/mcentral.go	/^func mCentral_FreeSpan(c *mcentral, s *mspan, n int32, start gclinkptr, end gclinkptr, preserve bool) bool {$/;"	f
 32664  mCentral_Grow	./runtime/mcentral.go	/^func mCentral_Grow(c *mcentral) *mspan {$/;"	f
 32665  mCentral_Init	./runtime/mcentral.go	/^func mCentral_Init(c *mcentral, sizeclass int32) {$/;"	f
 32666  mCentral_UncacheSpan	./runtime/mcentral.go	/^func mCentral_UncacheSpan(c *mcentral, s *mspan) {$/;"	f
 32667  mHeap_Alloc	./runtime/mheap.go	/^func mHeap_Alloc(h *mheap, npage uintptr, sizeclass int32, large bool, needzero bool) *mspan {$/;"	f
 32668  mHeap_AllocLarge	./runtime/mheap.go	/^func mHeap_AllocLarge(h *mheap, npage uintptr) *mspan {$/;"	f
 32669  mHeap_AllocSpanLocked	./runtime/mheap.go	/^func mHeap_AllocSpanLocked(h *mheap, npage uintptr) *mspan {$/;"	f
 32670  mHeap_AllocStack	./runtime/mheap.go	/^func mHeap_AllocStack(h *mheap, npage uintptr) *mspan {$/;"	f
 32671  mHeap_Alloc_m	./runtime/mheap.go	/^func mHeap_Alloc_m(h *mheap, npage uintptr, sizeclass int32, large bool) *mspan {$/;"	f
 32672  mHeap_Free	./runtime/mheap.go	/^func mHeap_Free(h *mheap, s *mspan, acct int32) {$/;"	f
 32673  mHeap_FreeSpanLocked	./runtime/mheap.go	/^func mHeap_FreeSpanLocked(h *mheap, s *mspan, acctinuse, acctidle bool, unusedsince int64) {$/;"	f
 32674  mHeap_FreeStack	./runtime/mheap.go	/^func mHeap_FreeStack(h *mheap, s *mspan) {$/;"	f
 32675  mHeap_Grow	./runtime/mheap.go	/^func mHeap_Grow(h *mheap, npage uintptr) bool {$/;"	f
 32676  mHeap_Init	./runtime/mheap.go	/^func mHeap_Init(h *mheap, spans_size uintptr) {$/;"	f
 32677  mHeap_Lookup	./runtime/mheap.go	/^func mHeap_Lookup(h *mheap, v unsafe.Pointer) *mspan {$/;"	f
 32678  mHeap_LookupMaybe	./runtime/mheap.go	/^func mHeap_LookupMaybe(h *mheap, v unsafe.Pointer) *mspan {$/;"	f
 32679  mHeap_MapBits	./runtime/mbitmap.go	/^func mHeap_MapBits(h *mheap, arena_used uintptr) {$/;"	f
 32680  mHeap_MapSpans	./runtime/mheap.go	/^func mHeap_MapSpans(h *mheap, arena_used uintptr) {$/;"	f
 32681  mHeap_Reclaim	./runtime/mheap.go	/^func mHeap_Reclaim(h *mheap, npage uintptr) {$/;"	f
 32682  mHeap_ReclaimList	./runtime/mheap.go	/^func mHeap_ReclaimList(h *mheap, list *mspan, npages uintptr) uintptr {$/;"	f
 32683  mHeap_Scavenge	./runtime/mheap.go	/^func mHeap_Scavenge(k int32, now, limit uint64) {$/;"	f
 32684  mHeap_SysAlloc	./runtime/malloc.go	/^func mHeap_SysAlloc(h *mheap, n uintptr) unsafe.Pointer {$/;"	f
 32685  mProf_Free	./runtime/mprof.go	/^func mProf_Free(b *bucket, size uintptr, freed bool) {$/;"	f
 32686  mProf_GC	./runtime/mprof.go	/^func mProf_GC() {$/;"	f
 32687  mProf_Malloc	./runtime/mprof.go	/^func mProf_Malloc(p unsafe.Pointer, size uintptr) {$/;"	f
 32688  mSpanList_Init	./runtime/mheap.go	/^func mSpanList_Init(list *mspan) {$/;"	f
 32689  mSpanList_Insert	./runtime/mheap.go	/^func mSpanList_Insert(list *mspan, span *mspan) {$/;"	f
 32690  mSpanList_InsertBack	./runtime/mheap.go	/^func mSpanList_InsertBack(list *mspan, span *mspan) {$/;"	f
 32691  mSpanList_IsEmpty	./runtime/mheap.go	/^func mSpanList_IsEmpty(list *mspan) bool {$/;"	f
 32692  mSpanList_Remove	./runtime/mheap.go	/^func mSpanList_Remove(span *mspan) {$/;"	f
 32693  mSpan_EnsureSwept	./runtime/mgcsweep.go	/^func mSpan_EnsureSwept(s *mspan) {$/;"	f
 32694  mSpan_Init	./runtime/mheap.go	/^func mSpan_Init(span *mspan, start pageID, npages uintptr) {$/;"	f
 32695  mSpan_Sweep	./runtime/mgcsweep.go	/^func mSpan_Sweep(s *mspan, preserve bool) bool {$/;"	f
 32696  mSysStatDec	./runtime/mstats.go	/^func mSysStatDec(sysStat *uint64, n uintptr) {$/;"	f
 32697  mSysStatInc	./runtime/mstats.go	/^func mSysStatInc(sysStat *uint64, n uintptr) {$/;"	f
 32698  mWords	./cmd/compile/internal/big/int.go	/^	var mWords nat$/;"	v
 32699  mWords	./math/big/int.go	/^	var mWords nat$/;"	v
 32700  macFunction	./crypto/tls/cipher_suites.go	/^type macFunction interface {$/;"	t
 32701  macSHA1	./crypto/tls/cipher_suites.go	/^func macSHA1(version uint16, key []byte) macFunction {$/;"	f
 32702  machHeader	./cmd/link/internal/ld/macho_combine_dwarf.go	/^var machHeader *macho.FileHeader$/;"	v
 32703  mach_exception_handler	./runtime/cgo/gcc_signal_darwin_armx.c	/^mach_exception_handler(void *port)$/;"	f	file:
 32704  mach_exception_handler_port_set	./runtime/cgo/gcc_signal_darwin_armx.c	/^static mach_port_t mach_exception_handler_port_set = MACH_PORT_NULL;$/;"	v	file:
 32705  mach_exception_handler_port_set_mu	./runtime/cgo/gcc_signal_darwin_armx.c	/^static pthread_mutex_t mach_exception_handler_port_set_mu;$/;"	v	file:
 32706  mach_msg	./runtime/os1_darwin.go	/^func mach_msg(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 {$/;"	f
 32707  mach_msg_trap	./runtime/os_darwin.go	/^func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32$/;"	f
 32708  mach_msgh_bits	./runtime/os1_darwin.go	/^func mach_msgh_bits(a, b uint32) uint32 {$/;"	f
 32709  mach_reply_port	./runtime/os_darwin.go	/^func mach_reply_port() uint32$/;"	f
 32710  mach_semaphore_signal	./runtime/os1_darwin.go	/^func mach_semaphore_signal(sema uint32) int32$/;"	f
 32711  mach_semaphore_signal_all	./runtime/os1_darwin.go	/^func mach_semaphore_signal_all(sema uint32) int32$/;"	f
 32712  mach_semaphore_timedwait	./runtime/os1_darwin.go	/^func mach_semaphore_timedwait(sema, sec, nsec uint32) int32$/;"	f
 32713  mach_semaphore_wait	./runtime/os1_darwin.go	/^func mach_semaphore_wait(sema uint32) int32$/;"	f
 32714  mach_semcreate	./runtime/os1_darwin.go	/^func mach_semcreate() uint32 {$/;"	f
 32715  mach_semdestroy	./runtime/os1_darwin.go	/^func mach_semdestroy(sem uint32) {$/;"	f
 32716  mach_semrelease	./runtime/os1_darwin.go	/^func mach_semrelease(sem uint32) {$/;"	f
 32717  mach_task_self	./runtime/os_darwin.go	/^func mach_task_self() uint32$/;"	f
 32718  mach_thread_self	./runtime/os_darwin.go	/^func mach_thread_self() uint32$/;"	f
 32719  machbody	./runtime/defs_darwin_386.go	/^type machbody struct {$/;"	t
 32720  machbody	./runtime/defs_darwin_amd64.go	/^type machbody struct {$/;"	t
 32721  machbody	./runtime/defs_darwin_arm.go	/^type machbody struct {$/;"	t
 32722  machbody	./runtime/defs_darwin_arm64.go	/^type machbody struct {$/;"	t
 32723  machcall	./runtime/os1_darwin.go	/^func machcall(h *machheader, maxsize int32, rxsize int32) int32 {$/;"	f
 32724  macherror	./runtime/os1_darwin.go	/^func macherror(r int32, fn string) {$/;"	f
 32725  machheader	./runtime/defs_darwin_386.go	/^type machheader struct {$/;"	t
 32726  machheader	./runtime/defs_darwin_amd64.go	/^type machheader struct {$/;"	t
 32727  machheader	./runtime/defs_darwin_arm.go	/^type machheader struct {$/;"	t
 32728  machheader	./runtime/defs_darwin_arm64.go	/^type machheader struct {$/;"	t
 32729  machine	./regexp/exec.go	/^type machine struct {$/;"	t
 32730  machineStrings	./debug/elf/elf.go	/^var machineStrings = []intName{$/;"	v
 32731  machndr	./runtime/defs_darwin_386.go	/^type machndr struct {$/;"	t
 32732  machndr	./runtime/defs_darwin_amd64.go	/^type machndr struct {$/;"	t
 32733  machndr	./runtime/defs_darwin_arm.go	/^type machndr struct {$/;"	t
 32734  machndr	./runtime/defs_darwin_arm64.go	/^type machndr struct {$/;"	t
 32735  macho64	./cmd/link/internal/ld/macho.go	/^var macho64 bool$/;"	v
 32736  machoBug	./debug/dwarf/type_test.go	/^var machoBug = map[string]string{$/;"	v
 32737  machoCalcStart	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func machoCalcStart(origAddr, newAddr uint64, alignExp uint32) int64 {$/;"	f
 32738  machoCombineDwarf	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func machoCombineDwarf(inexe, dsym, outexe string) error {$/;"	f
 32739  machoData	./debug/dwarf/type_test.go	/^func machoData(t *testing.T, name string) *Data {$/;"	f
 32740  machoFile	./cmd/internal/objfile/macho.go	/^type machoFile struct {$/;"	t
 32741  machoType	./debug/macho/fat.go	/^	var machoType Type$/;"	v
 32742  machoUpdateDwarfHeader	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func machoUpdateDwarfHeader(r *loadCmdReader) error {$/;"	f
 32743  machoUpdateLoadCommand	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func machoUpdateLoadCommand(r loadCmdReader, cmd interface{}, fields ...string) error {$/;"	f
 32744  machoUpdateSections	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func machoUpdateSections(r loadCmdReader, seg, sect reflect.Value, delta uint64) error {$/;"	f
 32745  machoUpdateSegment	./cmd/link/internal/ld/macho_combine_dwarf.go	/^func machoUpdateSegment(r loadCmdReader, seg, sect interface{}) error {$/;"	f
 32746  machodysymtab	./cmd/link/internal/ld/macho.go	/^func machodysymtab() {$/;"	f
 32747  machogenasmsym	./cmd/link/internal/ld/macho.go	/^func machogenasmsym(put func(*LSym, string, int, int64, int64, int, *LSym)) {$/;"	f
 32748  machohdr	./cmd/link/internal/ld/macho.go	/^var machohdr MachoHdr$/;"	v
 32749  macholoaddsym	./cmd/link/internal/ld/ldmacho.go	/^func macholoaddsym(m *LdMachoObj, d *LdMachoDysymtab) int {$/;"	f
 32750  macholoadrel	./cmd/link/internal/ld/ldmacho.go	/^func macholoadrel(m *LdMachoObj, sect *LdMachoSect) int {$/;"	f
 32751  macholoadsym	./cmd/link/internal/ld/ldmacho.go	/^func macholoadsym(m *LdMachoObj, symtab *LdMachoSymtab) int {$/;"	f
 32752  machoreloc1	./cmd/link/internal/amd64/asm.go	/^func machoreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 32753  machoreloc1	./cmd/link/internal/arm/asm.go	/^func machoreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 32754  machoreloc1	./cmd/link/internal/arm64/asm.go	/^func machoreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 32755  machoreloc1	./cmd/link/internal/ppc64/asm.go	/^func machoreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 32756  machoreloc1	./cmd/link/internal/x86/asm.go	/^func machoreloc1(r *ld.Reloc, sectoff int64) int {$/;"	f
 32757  machorelocsect	./cmd/link/internal/ld/macho.go	/^func machorelocsect(sect *Section, first *LSym) {$/;"	f
 32758  machoscmp	./cmd/link/internal/ld/macho.go	/^type machoscmp []*LSym$/;"	t
 32759  machoshbits	./cmd/link/internal/ld/macho.go	/^func machoshbits(mseg *MachoSeg, sect *Section, segname string) {$/;"	f
 32760  machosymorder	./cmd/link/internal/ld/macho.go	/^func machosymorder() {$/;"	f
 32761  machosymtab	./cmd/link/internal/ld/macho.go	/^func machosymtab() {$/;"	f
 32762  machowrite	./cmd/link/internal/ld/macho.go	/^func machowrite() int {$/;"	f
 32763  machport	./runtime/defs_darwin_386.go	/^type machport struct {$/;"	t
 32764  machport	./runtime/defs_darwin_amd64.go	/^type machport struct {$/;"	t
 32765  machport	./runtime/defs_darwin_arm.go	/^type machport struct {$/;"	t
 32766  machport	./runtime/defs_darwin_arm64.go	/^type machport struct {$/;"	t
 32767  macroDefinition	./cmd/asm/internal/lex/input.go	/^func (in *Input) macroDefinition(name string) ([]string, []Token) {$/;"	f
 32768  macroName	./cmd/asm/internal/lex/input.go	/^func (in *Input) macroName() string {$/;"	f
 32769  madvise	./runtime/os1_nacl.go	/^func madvise(addr unsafe.Pointer, n uintptr, flags int32) {}$/;"	f
 32770  madvise	./runtime/os3_solaris.go	/^func madvise(addr unsafe.Pointer, n uintptr, flags int32) {$/;"	f
 32771  madvise	./runtime/stubs2.go	/^func madvise(addr unsafe.Pointer, n uintptr, flags int32)$/;"	f
 32772  magic	./debug/plan9obj/file.go	/^	var magic [4]byte$/;"	v
 32773  magic	./go/internal/gccgoimporter/importer.go	/^		var magic [4]byte$/;"	v
 32774  magic	./go/internal/gccgoimporter/importer.go	/^	var magic [4]byte$/;"	v
 32775  magic	./runtime/cgo/gcc_darwin_arm.c	/^#define magic /;"	d	file:
 32776  magic	./runtime/cgo/gcc_darwin_arm64.c	/^#define magic /;"	d	file:
 32777  magic1	./runtime/cgo/gcc_android_arm.c	/^#define magic1 /;"	d	file:
 32778  magic1	./runtime/cgo/gcc_darwin_386.c	/^#define magic1 /;"	d	file:
 32779  magic1	./runtime/cgo/gcc_darwin_amd64.c	/^#define magic1 /;"	d	file:
 32780  main	./cmd/addr2line/main.go	/^func main() {$/;"	f
 32781  main	./cmd/api/goapi.go	/^func main() {$/;"	f
 32782  main	./cmd/api/run.go	/^func main() {$/;"	f
 32783  main	./cmd/asm/main.go	/^func main() {$/;"	f
 32784  main	./cmd/cgo/doc.go	/^	func main() {$/;"	f
 32785  main	./cmd/cgo/main.go	/^func main() {$/;"	f
 32786  main	./cmd/compile/internal/gc/mkbuiltin.go	/^func main() {$/;"	f
 32787  main	./cmd/compile/internal/gc/y.go	/^					Yyerror("func main must have no arguments and no return values")$/;"	f
 32788  main	./cmd/compile/main.go	/^func main() {$/;"	f
 32789  main	./cmd/cover/cover.go	/^func main() {$/;"	f
 32790  main	./cmd/cover/testdata/main.go	/^func main() {$/;"	f
 32791  main	./cmd/dist/util.go	/^func main() {$/;"	f
 32792  main	./cmd/doc/main.go	/^func main() {$/;"	f
 32793  main	./cmd/fix/main.go	/^func main() {$/;"	f
 32794  main	./cmd/go/go_test.go	/^		func main() { foo.F() }`)$/;"	f
 32795  main	./cmd/go/go_test.go	/^		func main() {$/;"	f
 32796  main	./cmd/go/go_test.go	/^		func main() {}`)$/;"	f
 32797  main	./cmd/go/go_test.go	/^		tg.tempFile("src\/sink\/sink.go", `package main; func main() {}`)$/;"	f
 32798  main	./cmd/go/go_test.go	/^	tg.tempFile("gopath2\/src\/test\/main.go", "package main\\nfunc main(){}\\n")$/;"	f
 32799  main	./cmd/go/go_test.go	/^	tg.tempFile("src\/mycmd\/main.go", `package main; func main(){}`)$/;"	f
 32800  main	./cmd/go/go_test.go	/^	tg.tempFile("src\/progname\/p.go", `package main; func main() {}`)$/;"	f
 32801  main	./cmd/go/go_test.go	/^	tg.tempFile("triv.go", `package main; func main() {}`)$/;"	f
 32802  main	./cmd/go/go_test.go	/^	tg.tempFile("x.go", "package main\\nfunc main(){}\\n")$/;"	f
 32803  main	./cmd/go/go_test.go	/^func main() { C.f() }`)$/;"	f
 32804  main	./cmd/go/main.go	/^func main() {$/;"	f
 32805  main	./cmd/go/note_test.go	/^	tg.tempFile("hello.go", `package main; func main() { print("hello, world\\n") }`)$/;"	f
 32806  main	./cmd/go/test.go	/^func main() {$/;"	f
 32807  main	./cmd/go/testdata/local/easy.go	/^func main() {$/;"	f
 32808  main	./cmd/go/testdata/local/easysub/main.go	/^func main() {$/;"	f
 32809  main	./cmd/go/testdata/local/hard.go	/^func main() {$/;"	f
 32810  main	./cmd/go/testdata/src/go-cmd-test/helloworld.go	/^func main() {$/;"	f
 32811  main	./cmd/go/testdata/src/main_test/m.go	/^func main() {}$/;"	f
 32812  main	./cmd/go/testdata/src/vend/hello/hello.go	/^func main() {$/;"	f
 32813  main	./cmd/go/vendor_test.go	/^		func main() {$/;"	f
 32814  main	./cmd/gofmt/gofmt.go	/^func main() {$/;"	f
 32815  main	./cmd/internal/obj/stringer.go	/^func main() {$/;"	f
 32816  main	./cmd/link/main.go	/^func main() {$/;"	f
 32817  main	./cmd/nm/nm.go	/^func main() {$/;"	f
 32818  main	./cmd/objdump/main.go	/^func main() {$/;"	f
 32819  main	./cmd/objdump/testdata/fmthello.go	/^func main() {$/;"	f
 32820  main	./cmd/pack/pack.go	/^func main() {$/;"	f
 32821  main	./cmd/pack/pack_test.go	/^		func main() {$/;"	f
 32822  main	./cmd/pprof/pprof.go	/^func main() {$/;"	f
 32823  main	./cmd/trace/main.go	/^func main() {$/;"	f
 32824  main	./cmd/vet/main.go	/^func main() {$/;"	f
 32825  main	./cmd/vet/testdata/tagtest/file1.go	/^func main() {$/;"	f
 32826  main	./cmd/yacc/yacc.go	/^func main() {$/;"	f
 32827  main	./compress/flate/gen.go	/^func main() {$/;"	f
 32828  main	./crypto/md5/gen.go	/^func main() {$/;"	f
 32829  main	./crypto/tls/generate_cert.go	/^func main() {$/;"	f
 32830  main	./crypto/x509/root_darwin_arm_gen.go	/^func main() {$/;"	f
 32831  main	./crypto/x509/x509_test_import.go	/^func main() {$/;"	f
 32832  main	./debug/dwarf/testdata/line1.c	/^int main()$/;"	f
 32833  main	./debug/dwarf/testdata/typedef.c	/^int main()$/;"	f
 32834  main	./debug/elf/testdata/hello.c	/^main(int argc, char *argv[])$/;"	f
 32835  main	./debug/macho/testdata/hello.c	/^main(void)$/;"	f
 32836  main	./debug/pe/file_test.go	/^func main() {$/;"	f
 32837  main	./debug/pe/testdata/hello.c	/^main(void)$/;"	f
 32838  main	./debug/plan9obj/testdata/hello.c	/^main(void)$/;"	f
 32839  main	./encoding/gob/decgen.go	/^func main() {$/;"	f
 32840  main	./encoding/gob/dump.go	/^func main() {$/;"	f
 32841  main	./encoding/gob/encgen.go	/^func main() {$/;"	f
 32842  main	./go/ast/example_test.go	/^	\/\/ func main() {$/;"	f
 32843  main	./go/ast/example_test.go	/^func main() {$/;"	f
 32844  main	./go/doc/example_test.go	/^func main() {$/;"	f
 32845  main	./go/doc/headscan.go	/^func main() {$/;"	f
 32846  main	./go/scanner/scanner_test.go	/^	"package main$\\n\\nfunc main() {\\n\\tif {\\n\\t\\treturn \/* *\/ }$\\n}$\\n",$/;"	f
 32847  main	./go/types/api_test.go	/^func main() {$/;"	f
 32848  main	./go/types/example_test.go	/^func main() {$/;"	f
 32849  main	./go/types/hilbert_test.go	/^func main() {$/;"	f
 32850  main	./image/color/palette/gen.go	/^func main() {$/;"	f
 32851  main	./image/internal/imageutil/gen.go	/^func main() {$/;"	f
 32852  main	./net/http/server.go	/^\/\/	func main() {$/;"	f
 32853  main	./net/http/triv.go	/^func main() {$/;"	f
 32854  main	./os/exec/lp_windows_test.go	/^func main() {$/;"	f
 32855  main	./os/signal/signal_windows_test.go	/^func main() {$/;"	f
 32856  main	./reflect/all_test.go	/^		func main() {$/;"	f
 32857  main	./regexp/testdata/testregex.c	/^main(int argc, char** argv)$/;"	f
 32858  main	./runtime/crash_cgo_test.go	/^func main() {$/;"	f
 32859  main	./runtime/crash_test.go	/^func main() {$/;"	f
 32860  main	./runtime/crash_unix_test.go	/^func main() {$/;"	f
 32861  main	./runtime/gc_test.go	/^func main() {$/;"	f
 32862  main	./runtime/gengoos.go	/^func main() {$/;"	f
 32863  main	./runtime/mfinal.go	/^		\/\/	func main() {$/;"	f
 32864  main	./runtime/mkduff.go	/^func main() {$/;"	f
 32865  main	./runtime/panic.go	/^\/\/ without func main returning. Since func main has not returned,$/;"	f
 32866  main	./runtime/proc.go	/^func main() {$/;"	f
 32867  main	./runtime/proc_test.go	/^func main() {$/;"	f
 32868  main	./runtime/race/output_test.go	/^func main() {$/;"	f
 32869  main	./runtime/race/testdata/cgo_test_main.go	/^func main() {$/;"	f
 32870  main	./runtime/runtime-gdb_test.go	/^func main() {$/;"	f
 32871  main	./runtime/string_test.go	/^func main() {$/;"	f
 32872  main	./runtime/syscall_windows_test.go	/^func main() {$/;"	f
 32873  main	./runtime/wbfat_gen.go	/^func main() {$/;"	f
 32874  main	./runtime/wincallback.go	/^func main() {$/;"	f
 32875  main	./strconv/makeisprint.go	/^func main() {$/;"	f
 32876  main	./syscall/mksyscall_windows.go	/^func main() {$/;"	f
 32877  main	./time/genzabbrs.go	/^func main() {$/;"	f
 32878  main	./unicode/maketables.go	/^func main() {$/;"	f
 32879  main_init	./runtime/proc.go	/^func main_init()$/;"	f
 32880  main_init_done	./runtime/proc.go	/^var main_init_done chan bool$/;"	v
 32881  main_main	./runtime/proc.go	/^func main_main()$/;"	f
 32882  mainbuild	./make.bat	/^:mainbuild$/;"	l
 32883  make	./builtin/builtin.go	/^func make(Type, size IntegerType) Type$/;"	f
 32884  make	./cmd/compile/internal/big/nat.go	/^func (z nat) make(n int) nat {$/;"	f
 32885  make	./math/big/nat.go	/^func (z nat) make(n int) nat {$/;"	f
 32886  makeAcc	./cmd/compile/internal/big/float.go	/^func makeAcc(above bool) Accuracy {$/;"	f
 32887  makeAcc	./math/big/float.go	/^func makeAcc(above bool) Accuracy {$/;"	f
 32888  makeBenchInputHard	./strings/strings_test.go	/^func makeBenchInputHard() string {$/;"	f
 32889  makeBuf	./debug/dwarf/buf.go	/^func makeBuf(d *Data, format dataFormat, name string, off Offset, data []byte) buf {$/;"	f
 32890  makeBytes	./reflect/value.go	/^func makeBytes(f flag, v []byte, t Type) Value {$/;"	f
 32891  makeChan	./runtime/race/testdata/regression_test.go	/^func makeChan() *RpcChan {$/;"	f
 32892  makeChanCalls	./runtime/race/testdata/regression_test.go	/^var makeChanCalls int$/;"	v
 32893  makeCmdLine	./syscall/exec_windows.go	/^func makeCmdLine(args []string) string {$/;"	f
 32894  makeComplex	./reflect/value.go	/^func makeComplex(f flag, v complex128, t Type) Value {$/;"	f
 32895  makeCopy	./crypto/subtle/constant_time_test.go	/^func makeCopy(v int, x, y []byte) []byte {$/;"	f
 32896  makeCopy	./encoding/xml/xml.go	/^func makeCopy(b []byte) []byte {$/;"	f
 32897  makeCutsetFunc	./bytes/bytes.go	/^func makeCutsetFunc(cutset string) func(r rune) bool {$/;"	f
 32898  makeCutsetFunc	./strings/strings.go	/^func makeCutsetFunc(cutset string) func(rune) bool {$/;"	f
 32899  makeExpr	./go/parser/parser.go	/^func (p *parser) makeExpr(s ast.Stmt, kind string) ast.Expr {$/;"	f
 32900  makeExpr	./go/printer/testdata/parser.go	/^func (p *parser) makeExpr(s ast.Stmt) ast.Expr {$/;"	f
 32901  makeExprList	./cmd/fix/typecheck.go	/^func makeExprList(a []*ast.Ident) []ast.Expr {$/;"	f
 32902  makeFieldsInput	./bytes/bytes_test.go	/^var makeFieldsInput = func() []byte {$/;"	v
 32903  makeFieldsInput	./strings/strings_test.go	/^var makeFieldsInput = func() string {$/;"	v
 32904  makeFloat	./cmd/compile/internal/big/float_test.go	/^func makeFloat(s string) *Float {$/;"	f
 32905  makeFloat	./math/big/float_test.go	/^func makeFloat(s string) *Float {$/;"	f
 32906  makeFloat	./reflect/value.go	/^func makeFloat(f flag, v float64, t Type) Value {$/;"	f
 32907  makeFunVW	./cmd/compile/internal/big/arith_test.go	/^func makeFunVW(f func(z, x []Word, s uint) (c Word)) funVW {$/;"	f
 32908  makeFunVW	./math/big/arith_test.go	/^func makeFunVW(f func(z, x []Word, s uint) (c Word)) funVW {$/;"	f
 32909  makeFuncImpl	./reflect/makefunc.go	/^type makeFuncImpl struct {$/;"	t
 32910  makeFuncStub	./reflect/makefunc.go	/^func makeFuncStub()$/;"	f
 32911  makeGenericReplacer	./strings/replace.go	/^func makeGenericReplacer(oldnew []string) *genericReplacer {$/;"	f
 32912  makeGolden	./image/draw/draw_test.go	/^func makeGolden(dst image.Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op) image.Image {$/;"	f
 32913  makeIdentList	./go/parser/parser.go	/^func (p *parser) makeIdentList(list []ast.Expr) []*ast.Ident {$/;"	f
 32914  makeIdentList	./go/printer/testdata/parser.go	/^func (p *parser) makeIdentList(list []ast.Expr) []*ast.Ident {$/;"	f
 32915  makeImg	./image/jpeg/scan.go	/^func (d *decoder) makeImg(mxx, myy int) {$/;"	f
 32916  makeImportValid	./cmd/go/pkg.go	/^func makeImportValid(r rune) rune {$/;"	f
 32917  makeInheritSa	./syscall/syscall_windows.go	/^func makeInheritSa() *SecurityAttributes {$/;"	f
 32918  makeInt	./reflect/value.go	/^func makeInt(f flag, bits uint64, t Type) Value {$/;"	f
 32919  makeInts	./fmt/scan_test.go	/^func makeInts(n int) []byte {$/;"	f
 32920  makeMatrix	./runtime/proc_test.go	/^func makeMatrix(n int) Matrix {$/;"	f
 32921  makeMethodValue	./reflect/makefunc.go	/^func makeMethodValue(op string, v Value) Value {$/;"	f
 32922  makeN	./container/ring/ring_test.go	/^func makeN(n int) *Ring {$/;"	f
 32923  makeOnePass	./regexp/onepass.go	/^func makeOnePass(p *onePassProg) *onePassProg {$/;"	f
 32924  makeOrder	./go/types/api_test.go	/^		func makeOrder() []int { return []int{f, b, d, e, c, a} }$/;"	f
 32925  makePkg	./go/types/typestring_test.go	/^func makePkg(t *testing.T, src string) (*Package, error) {$/;"	f
 32926  makeReader	./compress/flate/inflate.go	/^func makeReader(r io.Reader) Reader {$/;"	f
 32927  makeReader	./compress/gzip/gunzip.go	/^func makeReader(r io.Reader) flate.Reader {$/;"	f
 32928  makeRecord	./net/http/fcgi/fcgi_test.go	/^func makeRecord($/;"	f
 32929  makeRunes	./reflect/value.go	/^func makeRunes(f flag, v []rune, t Type) Value {$/;"	f
 32930  makeSig	./go/types/builtins.go	/^func makeSig(res Type, args ...Type) *Signature {$/;"	f
 32931  makeSingleStringReplacer	./strings/replace.go	/^func makeSingleStringReplacer(pattern string, value string) *singleStringReplacer {$/;"	f
 32932  makeSlice	./bytes/buffer.go	/^func makeSlice(n int) []byte {$/;"	f
 32933  makeSource	./text/scanner/scanner_test.go	/^func makeSource(pattern string) *bytes.Buffer {$/;"	f
 32934  makeString	./reflect/value.go	/^func makeString(f flag, v string, t Type) Value {$/;"	f
 32935  makeStringFinder	./strings/search.go	/^func makeStringFinder(pattern string) *stringFinder {$/;"	f
 32936  makeTable	./hash/crc32/crc32.go	/^func makeTable(poly uint32) *Table {$/;"	f
 32937  makeTable8	./hash/crc32/crc32.go	/^func makeTable8(poly uint32) *slicing8Table {$/;"	f
 32938  makeTempdir	./cmd/go/go_test.go	/^func (tg *testgoData) makeTempdir() {$/;"	f
 32939  makeTestDial	./net/http/transport_test.go	/^func makeTestDial(t *testing.T) (*testConnSet, func(n, addr string) (net.Conn, error)) {$/;"	f
 32940  makeTestSource	./go/token/position_test.go	/^func makeTestSource(size int, lines []int) []byte {$/;"	f
 32941  makeText	./regexp/exec_test.go	/^func makeText(n int) []byte {$/;"	f
 32942  makeTree	./path/filepath/path_test.go	/^func makeTree(t *testing.T) {$/;"	f
 32943  makeTree	./runtime/stack_test.go	/^func makeTree(d int) *xtreeNode {$/;"	f
 32944  makeVizTmpDir	./cmd/pprof/internal/commands/commands.go	/^func makeVizTmpDir() error {$/;"	f
 32945  makeaddable	./cmd/compile/internal/gc/racewalk.go	/^func makeaddable(n *Node) {$/;"	f
 32946  makechan	./cmd/compile/internal/gc/builtin/runtime.go	/^func makechan(chanType *byte, hint int64) (hchan chan any)$/;"	f
 32947  makechan	./reflect/value.go	/^func makechan(typ *rtype, size uint64) (ch unsafe.Pointer)$/;"	f
 32948  makechan	./runtime/chan.go	/^func makechan(t *chantype, size int64) *hchan {$/;"	f
 32949  makeclosure	./cmd/compile/internal/gc/closure.go	/^func makeclosure(func_ *Node) *Node {$/;"	f
 32950  makefield	./cmd/compile/internal/gc/reflect.go	/^func makefield(name string, t *Type) *Type {$/;"	f
 32951  makefuncdatasym	./cmd/compile/internal/gc/pgen.go	/^func makefuncdatasym(namefmt string, funcdatakind int64) *Sym {$/;"	f
 32952  makefuncdatasym_nsym	./cmd/compile/internal/gc/pgen.go	/^var makefuncdatasym_nsym int32$/;"	v
 32953  makefuncsym	./cmd/compile/internal/gc/dcl.go	/^func makefuncsym(s *Sym) {$/;"	f
 32954  makeheapobjbv	./runtime/heapdump.go	/^func makeheapobjbv(p uintptr, size uintptr) bitvector {$/;"	f
 32955  makemap	./cmd/compile/internal/gc/builtin/runtime.go	/^func makemap(mapType *byte, hint int64, mapbuf *any, bucketbuf *any) (hmap map[any]any)$/;"	f
 32956  makemap	./reflect/value.go	/^func makemap(t *rtype) (m unsafe.Pointer)$/;"	f
 32957  makemap	./runtime/hashmap.go	/^func makemap(t *maptype, hint int64, h *hmap, bucket unsafe.Pointer) *hmap {$/;"	f
 32958  makemap	./text/template/exec_test.go	/^func makemap(arg ...string) map[string]string {$/;"	f
 32959  makematcher	./runtime/runtime-gdb.py	/^def makematcher(klass):$/;"	f
 32960  makepartialcall	./cmd/compile/internal/gc/closure.go	/^func makepartialcall(fn *Node, t0 *Type, meth *Node) *Node {$/;"	f
 32961  makepartialcall_gopkg	./cmd/compile/internal/gc/closure.go	/^var makepartialcall_gopkg *Pkg$/;"	v
 32962  makeslice	./cmd/compile/internal/gc/builtin/runtime.go	/^func makeslice(typ *byte, nel int64, cap int64) (ary []any)$/;"	f
 32963  makeslice	./runtime/slice.go	/^func makeslice(t *slicetype, len64, cap64 int64) slice {$/;"	f
 32964  malg	./runtime/proc1.go	/^func malg(stacksize int32) *g {$/;"	f
 32965  maliciousReader	./mime/multipart/multipart_test.go	/^type maliciousReader struct {$/;"	t
 32966  mallocBuf	./fmt/fmt_test.go	/^var mallocBuf bytes.Buffer$/;"	v
 32967  mallocPointer	./fmt/fmt_test.go	/^var mallocPointer *int \/\/ A pointer so we know the interface value won't allocate.$/;"	v
 32968  mallocSink	./runtime/malloc_test.go	/^var mallocSink uintptr$/;"	v
 32969  mallocTest	./fmt/fmt_test.go	/^var mallocTest = []struct {$/;"	v
 32970  mallocTest	./time/time_test.go	/^var mallocTest = []struct {$/;"	v
 32971  mallocgc	./runtime/malloc.go	/^func mallocgc(size uintptr, typ *_type, flags uint32) unsafe.Pointer {$/;"	f
 32972  mallocinit	./runtime/malloc.go	/^func mallocinit() {$/;"	f
 32973  mangle	./cmd/internal/obj/data.go	/^func mangle(file string) {$/;"	f
 32974  mangle	./html/template/context.go	/^func (c context) mangle(templateName string) string {$/;"	f
 32975  mangleName	./cmd/cgo/gcc.go	/^func (p *Package) mangleName(n *Name) {$/;"	f
 32976  mant	./cmd/compile/internal/gc/mparith3.go	/^	var mant big.Float$/;"	v
 32977  mant	./strconv/atof.go	/^	var mant uint64$/;"	v
 32978  mantlo	./strconv/ftoa.go	/^	var mantlo uint64$/;"	v
 32979  manyPrefixes	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func manyPrefixes(try func([]byte)) {$/;"	f
 32980  map	./go/doc/reader.go	/^\/\/ is added to the type map.$/;"	t
 32981  mapAddr	./encoding/json/decode_test.go	/^func mapAddr(x map[string]int) *map[string]int { return &x }$/;"	f
 32982  mapElem	./encoding/json/decode.go	/^	var mapElem reflect.Value$/;"	v
 32983  mapEncoder	./encoding/json/encode.go	/^type mapEncoder struct {$/;"	t
 32984  mapLit	./runtime/symtab_test.go	/^var mapLit = map[int]int{ \/\/ 28$/;"	v
 32985  mapOfThree	./text/template/exec_test.go	/^func mapOfThree() interface{} {$/;"	f
 32986  mapType	./encoding/gob/doc.go	/^	type mapType struct {$/;"	t
 32987  mapType	./encoding/gob/type.go	/^type mapType struct {$/;"	t
 32988  mapType	./reflect/type.go	/^type mapType struct {$/;"	t
 32989  mapValue	./encoding/gob/debug.go	/^func (deb *debugger) mapValue(indent tab, wire *wireType) {$/;"	f
 32990  mapaccess	./reflect/value.go	/^func mapaccess(t *rtype, m unsafe.Pointer, key unsafe.Pointer) (val unsafe.Pointer)$/;"	f
 32991  mapaccess1	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess1(mapType *byte, hmap map[any]any, key *any) (val *any)$/;"	f
 32992  mapaccess1	./runtime/hashmap.go	/^func mapaccess1(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {$/;"	f
 32993  mapaccess1_fast32	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess1_fast32(mapType *byte, hmap map[any]any, key any) (val *any)$/;"	f
 32994  mapaccess1_fast32	./runtime/hashmap_fast.go	/^func mapaccess1_fast32(t *maptype, h *hmap, key uint32) unsafe.Pointer {$/;"	f
 32995  mapaccess1_fast64	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess1_fast64(mapType *byte, hmap map[any]any, key any) (val *any)$/;"	f
 32996  mapaccess1_fast64	./runtime/hashmap_fast.go	/^func mapaccess1_fast64(t *maptype, h *hmap, key uint64) unsafe.Pointer {$/;"	f
 32997  mapaccess1_faststr	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess1_faststr(mapType *byte, hmap map[any]any, key any) (val *any)$/;"	f
 32998  mapaccess1_faststr	./runtime/hashmap_fast.go	/^func mapaccess1_faststr(t *maptype, h *hmap, ky string) unsafe.Pointer {$/;"	f
 32999  mapaccess2	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess2(mapType *byte, hmap map[any]any, key *any) (val *any, pres bool)$/;"	f
 33000  mapaccess2	./runtime/hashmap.go	/^func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {$/;"	f
 33001  mapaccess2_fast32	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess2_fast32(mapType *byte, hmap map[any]any, key any) (val *any, pres bool)$/;"	f
 33002  mapaccess2_fast32	./runtime/hashmap_fast.go	/^func mapaccess2_fast32(t *maptype, h *hmap, key uint32) (unsafe.Pointer, bool) {$/;"	f
 33003  mapaccess2_fast64	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess2_fast64(mapType *byte, hmap map[any]any, key any) (val *any, pres bool)$/;"	f
 33004  mapaccess2_fast64	./runtime/hashmap_fast.go	/^func mapaccess2_fast64(t *maptype, h *hmap, key uint64) (unsafe.Pointer, bool) {$/;"	f
 33005  mapaccess2_faststr	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapaccess2_faststr(mapType *byte, hmap map[any]any, key any) (val *any, pres bool)$/;"	f
 33006  mapaccess2_faststr	./runtime/hashmap_fast.go	/^func mapaccess2_faststr(t *maptype, h *hmap, ky string) (unsafe.Pointer, bool) {$/;"	f
 33007  mapaccessK	./runtime/hashmap.go	/^func mapaccessK(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer) {$/;"	f
 33008  mapassign	./reflect/value.go	/^func mapassign(t *rtype, m unsafe.Pointer, key, val unsafe.Pointer)$/;"	f
 33009  mapassign1	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapassign1(mapType *byte, hmap map[any]any, key *any, val *any)$/;"	f
 33010  mapassign1	./runtime/hashmap.go	/^func mapassign1(t *maptype, h *hmap, key unsafe.Pointer, val unsafe.Pointer) {$/;"	f
 33011  mapbucket	./cmd/compile/internal/gc/reflect.go	/^func mapbucket(t *Type) *Type {$/;"	f
 33012  mapdelete	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapdelete(mapType *byte, hmap map[any]any, key *any)$/;"	f
 33013  mapdelete	./reflect/value.go	/^func mapdelete(t *rtype, m unsafe.Pointer, key unsafe.Pointer)$/;"	f
 33014  mapdelete	./runtime/hashmap.go	/^func mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {$/;"	f
 33015  mapfn	./cmd/compile/internal/gc/walk.go	/^func mapfn(name string, t *Type) *Node {$/;"	f
 33016  mapfndel	./cmd/compile/internal/gc/walk.go	/^func mapfndel(name string, t *Type) *Node {$/;"	f
 33017  mapinit	./cmd/compile/internal/gc/walk.go	/^	var mapinit *NodeList$/;"	v
 33018  mapiterinit	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapiterinit(mapType *byte, hmap map[any]any, hiter *any)$/;"	f
 33019  mapiterinit	./reflect/value.go	/^func mapiterinit(t *rtype, m unsafe.Pointer) unsafe.Pointer$/;"	f
 33020  mapiterinit	./runtime/hashmap.go	/^func mapiterinit(t *maptype, h *hmap, it *hiter) {$/;"	f
 33021  mapiterkey	./reflect/value.go	/^func mapiterkey(it unsafe.Pointer) (key unsafe.Pointer)$/;"	f
 33022  mapiternext	./cmd/compile/internal/gc/builtin/runtime.go	/^func mapiternext(hiter *any)$/;"	f
 33023  mapiternext	./reflect/value.go	/^func mapiternext(it unsafe.Pointer)$/;"	f
 33024  mapiternext	./runtime/hashmap.go	/^func mapiternext(it *hiter) {$/;"	f
 33025  maplen	./reflect/value.go	/^func maplen(m unsafe.Pointer) int$/;"	f
 33026  maplit	./cmd/compile/internal/gc/sinit.go	/^func maplit(ctxt int, n *Node, var_ *Node, init **NodeList) {$/;"	f
 33027  mappedHeader	./cmd/link/internal/ld/macho_combine_dwarf.go	/^var mappedHeader []byte$/;"	v
 33028  mapper	./syscall/syscall_bsd.go	/^var mapper = &mmapper{$/;"	v
 33029  mapper	./syscall/syscall_linux.go	/^var mapper = &mmapper{$/;"	v
 33030  mapping	./cmd/cgo/gcc.go	/^\/\/ FinishType completes any outstanding type mapping work.$/;"	t
 33031  mappingDecoder	./cmd/pprof/internal/profile/encode.go	/^var mappingDecoder = []decoder{$/;"	v
 33032  mappingTable	./cmd/pprof/internal/symbolizer/symbolizer.go	/^type mappingTable struct {$/;"	t
 33033  mapqueue	./cmd/compile/internal/gc/typecheck.go	/^var mapqueue *NodeList$/;"	v
 33034  maps	./unicode/letter_test.go	/^	var maps = []map[string]*RangeTable{$/;"	v
 33035  maptype	./cmd/compile/internal/gc/subr.go	/^func maptype(key *Type, val *Type) *Type {$/;"	f
 33036  maptype	./runtime/type.go	/^type maptype struct {$/;"	t
 33037  mapzero	./runtime/hashmap.go	/^func mapzero(t *_type) {$/;"	f
 33038  mark	./cmd/compile/internal/gc/popt.go	/^func mark(firstp *obj.Prog) {$/;"	f
 33039  mark	./cmd/link/internal/ld/go.go	/^func mark(s *LSym) {$/;"	f
 33040  mark	./path/filepath/path_test.go	/^func mark(path string, info os.FileInfo, err error, errors *[]error, clear bool) error {$/;"	f
 33041  mark	./text/template/exec.go	/^func (s *state) mark() int {$/;"	f
 33042  mark1	./cmd/link/internal/ld/go.go	/^func mark1(s *LSym, parent *LSym) {$/;"	f
 33043  markBroken	./net/http/transport.go	/^func (pc *persistConn) markBroken() {$/;"	f
 33044  markLastImplicit	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func markLastImplicit(inst *Inst, prefix Prefix) bool {$/;"	f
 33045  markPrefix	./encoding/xml/marshal.go	/^func (p *printer) markPrefix() {$/;"	f
 33046  markTree	./path/filepath/path_test.go	/^func markTree(n *Node) { walkTree(n, "", func(path string, n *Node) { n.mark++ }) }$/;"	f
 33047  markautoused	./cmd/compile/internal/gc/gsubr.go	/^func markautoused(p *obj.Prog) {$/;"	f
 33048  markbreak	./cmd/compile/internal/gc/typecheck.go	/^func markbreak(n *Node, implicit *Node) {$/;"	f
 33049  markbreaklist	./cmd/compile/internal/gc/typecheck.go	/^func markbreaklist(l *NodeList, implicit *Node) {$/;"	f
 33050  markdcl	./cmd/compile/internal/gc/dcl.go	/^func markdcl() {$/;"	f
 33051  marker_re	./cmd/internal/obj/x86/obj6_test.go	/^var marker_re *regexp.Regexp = regexp.MustCompile("MOVQ \\\\$([0-9]+), AX")$/;"	v
 33052  markextra	./cmd/link/internal/ld/go.go	/^var markextra = []string{$/;"	v
 33053  markflood	./cmd/link/internal/ld/go.go	/^func markflood() {$/;"	f
 33054  markq	./cmd/link/internal/ld/go.go	/^var markq *LSym$/;"	v
 33055  markroot	./runtime/mgcmark.go	/^func markroot(desc *parfor, i uint32) {$/;"	f
 33056  marktemp	./cmd/compile/internal/gc/order.go	/^func marktemp(order *Order) *NodeList {$/;"	f
 33057  marshal	./cmd/pprof/internal/profile/proto.go	/^func marshal(m message) []byte {$/;"	f
 33058  marshal	./crypto/tls/handshake_messages.go	/^func (m *certificateMsg) marshal() (x []byte) {$/;"	f
 33059  marshal	./crypto/tls/handshake_messages.go	/^func (m *certificateRequestMsg) marshal() (x []byte) {$/;"	f
 33060  marshal	./crypto/tls/handshake_messages.go	/^func (m *certificateStatusMsg) marshal() []byte {$/;"	f
 33061  marshal	./crypto/tls/handshake_messages.go	/^func (m *certificateVerifyMsg) marshal() (x []byte) {$/;"	f
 33062  marshal	./crypto/tls/handshake_messages.go	/^func (m *clientHelloMsg) marshal() []byte {$/;"	f
 33063  marshal	./crypto/tls/handshake_messages.go	/^func (m *clientKeyExchangeMsg) marshal() []byte {$/;"	f
 33064  marshal	./crypto/tls/handshake_messages.go	/^func (m *finishedMsg) marshal() (x []byte) {$/;"	f
 33065  marshal	./crypto/tls/handshake_messages.go	/^func (m *newSessionTicketMsg) marshal() (x []byte) {$/;"	f
 33066  marshal	./crypto/tls/handshake_messages.go	/^func (m *nextProtoMsg) marshal() []byte {$/;"	f
 33067  marshal	./crypto/tls/handshake_messages.go	/^func (m *serverHelloDoneMsg) marshal() []byte {$/;"	f
 33068  marshal	./crypto/tls/handshake_messages.go	/^func (m *serverHelloMsg) marshal() []byte {$/;"	f
 33069  marshal	./crypto/tls/handshake_messages.go	/^func (m *serverKeyExchangeMsg) marshal() []byte {$/;"	f
 33070  marshal	./crypto/tls/ticket.go	/^func (s *sessionState) marshal() []byte {$/;"	f
 33071  marshal	./encoding/json/encode.go	/^func (e *encodeState) marshal(v interface{}) (err error) {$/;"	f
 33072  marshalAndParseCSR	./crypto/x509/x509_test.go	/^func marshalAndParseCSR(t *testing.T, template *CertificateRequest) *CertificateRequest {$/;"	f
 33073  marshalBase128Int	./encoding/asn1/marshal.go	/^func marshalBase128Int(out *forkableWriter, n int64) (err error) {$/;"	f
 33074  marshalBigInt	./encoding/asn1/marshal.go	/^func marshalBigInt(out *forkableWriter, n *big.Int) (err error) {$/;"	f
 33075  marshalBitString	./encoding/asn1/marshal.go	/^func marshalBitString(out *forkableWriter, b BitString) (err error) {$/;"	f
 33076  marshalBody	./encoding/asn1/marshal.go	/^func marshalBody(out *forkableWriter, value reflect.Value, params fieldParameters) (err error) {$/;"	f
 33077  marshalErrorTests	./encoding/xml/marshal_test.go	/^var marshalErrorTests = []struct {$/;"	v
 33078  marshalField	./encoding/asn1/marshal.go	/^func marshalField(out *forkableWriter, v reflect.Value, params fieldParameters) (err error) {$/;"	f
 33079  marshalFourDigits	./encoding/asn1/marshal.go	/^func marshalFourDigits(out *forkableWriter, v int) (err error) {$/;"	f
 33080  marshalGeneralizedTime	./encoding/asn1/marshal.go	/^func marshalGeneralizedTime(out *forkableWriter, t time.Time) (err error) {$/;"	f
 33081  marshalIA5String	./encoding/asn1/marshal.go	/^func marshalIA5String(out *forkableWriter, s string) (err error) {$/;"	f
 33082  marshalIndentTests	./encoding/xml/marshal_test.go	/^var marshalIndentTests = []struct {$/;"	v
 33083  marshalInt64	./encoding/asn1/marshal.go	/^func marshalInt64(out *forkableWriter, i int64) (err error) {$/;"	f
 33084  marshalInterface	./encoding/xml/marshal.go	/^func (p *printer) marshalInterface(val Marshaler, start StartElement) error {$/;"	f
 33085  marshalLength	./encoding/asn1/marshal.go	/^func marshalLength(out *forkableWriter, i int) (err error) {$/;"	f
 33086  marshalObjectIdentifier	./encoding/asn1/marshal.go	/^func marshalObjectIdentifier(out *forkableWriter, oid []int) (err error) {$/;"	f
 33087  marshalPrintableString	./encoding/asn1/marshal.go	/^func marshalPrintableString(out *forkableWriter, s string) (err error) {$/;"	f
 33088  marshalPublicKey	./crypto/x509/x509.go	/^func marshalPublicKey(pub interface{}) (publicKeyBytes []byte, publicKeyAlgorithm pkix.AlgorithmIdentifier, err error) {$/;"	f
 33089  marshalSANs	./crypto/x509/x509.go	/^func marshalSANs(dnsNames, emailAddresses []string, ipAddresses []net.IP) (derBytes []byte, err error) {$/;"	f
 33090  marshalSimple	./encoding/xml/marshal.go	/^func (p *printer) marshalSimple(typ reflect.Type, val reflect.Value) (string, []byte, error) {$/;"	f
 33091  marshalStruct	./encoding/xml/marshal.go	/^func (p *printer) marshalStruct(tinfo *typeInfo, val reflect.Value) error {$/;"	f
 33092  marshalTagAndLength	./encoding/asn1/marshal.go	/^func marshalTagAndLength(out *forkableWriter, t tagAndLength) (err error) {$/;"	f
 33093  marshalTest	./encoding/asn1/marshal_test.go	/^type marshalTest struct {$/;"	t
 33094  marshalTests	./encoding/asn1/marshal_test.go	/^var marshalTests = []marshalTest{$/;"	v
 33095  marshalTests	./encoding/xml/marshal_test.go	/^var marshalTests = []struct {$/;"	v
 33096  marshalTextInterface	./encoding/xml/marshal.go	/^func (p *printer) marshalTextInterface(val encoding.TextMarshaler, start StartElement) error {$/;"	f
 33097  marshalTimeCommon	./encoding/asn1/marshal.go	/^func marshalTimeCommon(out *forkableWriter, t time.Time) (err error) {$/;"	f
 33098  marshalTwoDigits	./encoding/asn1/marshal.go	/^func marshalTwoDigits(out *forkableWriter, v int) (err error) {$/;"	f
 33099  marshalUTCTime	./encoding/asn1/marshal.go	/^func marshalUTCTime(out *forkableWriter, t time.Time) (err error) {$/;"	f
 33100  marshalUTF8String	./encoding/asn1/marshal.go	/^func marshalUTF8String(out *forkableWriter, s string) (err error) {$/;"	f
 33101  marshalValue	./encoding/xml/marshal.go	/^func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {$/;"	f
 33102  marshalerEncoder	./encoding/json/encode.go	/^func marshalerEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 33103  mask	./cmd/asm/internal/asm/asm.go	/^			var mask uint32$/;"	v
 33104  mask	./cmd/compile/internal/gc/subr.go	/^	var mask uint64$/;"	v
 33105  mask	./cmd/internal/obj/ppc64/asm9.go	/^		var mask [2]uint8$/;"	v
 33106  mask	./crypto/cipher/gcm.go	/^	var mask [gcmBlockSize]byte$/;"	v
 33107  mask	./crypto/elliptic/elliptic.go	/^var mask = []byte{0xff, 0x1, 0x3, 0x7, 0xf, 0x1f, 0x3f, 0x7f}$/;"	v
 33108  mask	./image/draw/bench_test.go	/^	var mask image.Image$/;"	v
 33109  mask	./runtime/os1_dragonfly.go	/^	var mask sigset$/;"	v
 33110  mask	./runtime/os1_freebsd.go	/^	var mask sigset$/;"	v
 33111  mask	./runtime/os1_linux.go	/^	var mask sigset$/;"	v
 33112  mask	./runtime/os1_netbsd.go	/^	var mask sigset$/;"	v
 33113  mask	./runtime/os3_solaris.go	/^	var mask sigset$/;"	v
 33114  maskedSig	./net/http/sniff.go	/^type maskedSig struct {$/;"	t
 33115  maskgen	./cmd/internal/obj/ppc64/asm9.go	/^func maskgen(ctxt *obj.Link, p *obj.Prog, m []byte, v uint32) {$/;"	f
 33116  maskgen64	./cmd/internal/obj/ppc64/asm9.go	/^func maskgen64(ctxt *obj.Link, p *obj.Prog, m []byte, v uint64) {$/;"	f
 33117  masterFromPreMasterSecret	./crypto/tls/prf.go	/^func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte {$/;"	f
 33118  masterSecretLabel	./crypto/tls/prf.go	/^var masterSecretLabel = []byte("master secret")$/;"	v
 33119  match	./cmd/doc/pkg.go	/^func match(user, program string) bool {$/;"	f
 33120  match	./cmd/gofmt/rewrite.go	/^func match(m map[string]reflect.Value, pattern, val reflect.Value) bool {$/;"	f
 33121  match	./cmd/pack/pack.go	/^func (ar *Archive) match(entry *Entry) bool {$/;"	f
 33122  match	./cmd/vet/method.go	/^\/\/ Does this one type match?$/;"	t
 33123  match	./cmd/yacc/yacc.go	/^	var match, c rune$/;"	v
 33124  match	./go/constant/value.go	/^func match(x, y Value) (_, _ Value) {$/;"	f
 33125  match	./image/format.go	/^func match(magic string, b []byte) bool {$/;"	f
 33126  match	./net/http/server.go	/^func (mux *ServeMux) match(path string) (h Handler, pattern string) {$/;"	f
 33127  match	./net/http/sniff.go	/^func (e *exactSig) match(data []byte, firstNonWS int) string {$/;"	f
 33128  match	./net/http/sniff.go	/^func (h htmlSig) match(data []byte, firstNonWS int) string {$/;"	f
 33129  match	./net/http/sniff.go	/^func (m *maskedSig) match(data []byte, firstNonWS int) string {$/;"	f
 33130  match	./net/http/sniff.go	/^func (mp4Sig) match(data []byte, firstNonWS int) string {$/;"	f
 33131  match	./net/http/sniff.go	/^func (textSig) match(data []byte, firstNonWS int) string {$/;"	f
 33132  match	./regexp/exec.go	/^func (m *machine) match(i input, pos int) bool {$/;"	f
 33133  match	./regexp/exec_test.go	/^var match = []func(*Regexp, *Regexp, string) (bool, string){$/;"	v
 33134  match	./syscall/route_bsd_test.go	/^func (sas sockaddrs) match(flags addrFlags) error {$/;"	f
 33135  match	./time/format.go	/^func match(s1, s2 string) bool {$/;"	f
 33136  matchArgType	./cmd/vet/types.go	/^func (f *File) matchArgType(t printfArgType, typ types.Type, arg ast.Expr) bool {$/;"	f
 33137  matchArgTypeInternal	./cmd/vet/types.go	/^func (f *File) matchArgTypeInternal(t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]bool) bool {$/;"	f
 33138  matchBenchmarks	./go/doc/testdata/benchmark.go	/^var matchBenchmarks = flag.String("test.bench", "", "regular expression to select benchmarks to run")$/;"	v
 33139  matchBenchmarks	./testing/benchmark.go	/^var matchBenchmarks = flag.String("test.bench", "", "regular expression to select benchmarks to run")$/;"	v
 33140  matchChunk	./path/filepath/match.go	/^func matchChunk(chunk, s string) (rest string, ok bool, err error) {$/;"	f
 33141  matchChunk	./path/match.go	/^func matchChunk(chunk, s string) (rest string, ok bool, err error) {$/;"	f
 33142  matchDecl	./go/doc/filter.go	/^func matchDecl(d *ast.GenDecl, f Filter) bool {$/;"	f
 33143  matchFields	./go/doc/filter.go	/^func matchFields(fields *ast.FieldList, f Filter) bool {$/;"	f
 33144  matchFull	./regexp/exec_test.go	/^func matchFull(re, refull *Regexp, text string) (bool, string) {$/;"	f
 33145  matchFullLongest	./regexp/exec_test.go	/^func matchFullLongest(re, refull *Regexp, text string) (bool, string) {$/;"	f
 33146  matchFunctionTest	./regexp/all_test.go	/^func matchFunctionTest(t *testing.T, test *FindTest) {$/;"	f
 33147  matchGoImport	./cmd/go/vcs.go	/^func matchGoImport(imports []metaImport, importPath string) (_ metaImport, err error) {$/;"	f
 33148  matchHostnames	./crypto/x509/verify.go	/^func matchHostnames(pattern, host string) bool {$/;"	f
 33149  matchHostnamesTest	./crypto/x509/x509_test.go	/^type matchHostnamesTest struct {$/;"	t
 33150  matchHostnamesTests	./crypto/x509/x509_test.go	/^var matchHostnamesTests = []matchHostnamesTest{$/;"	v
 33151  matchLen	./cmd/fix/fix.go	/^func matchLen(x, y string) int {$/;"	f
 33152  matchPackages	./cmd/go/main.go	/^func matchPackages(pattern string) []string {$/;"	f
 33153  matchPackagesInFS	./cmd/go/main.go	/^func matchPackagesInFS(pattern string) []string {$/;"	f
 33154  matchParamType	./cmd/vet/method.go	/^func (f *File) matchParamType(expect string, actual ast.Expr) bool {$/;"	f
 33155  matchParams	./cmd/vet/method.go	/^func (f *File) matchParams(expect []string, actual []ast.Expr, prefix string) bool {$/;"	f
 33156  matchPartial	./regexp/exec_test.go	/^func matchPartial(re, refull *Regexp, text string) (bool, string) {$/;"	f
 33157  matchPartialLongest	./regexp/exec_test.go	/^func matchPartialLongest(re, refull *Regexp, text string) (bool, string) {$/;"	f
 33158  matchPat	./cmd/go/test.go	/^var matchPat string$/;"	v
 33159  matchPattern	./cmd/go/main.go	/^func matchPattern(pattern string) func(name string) bool {$/;"	f
 33160  matchPatternTests	./cmd/go/match_test.go	/^var matchPatternTests = []stringPairTest{$/;"	v
 33161  matchRe	./cmd/go/test.go	/^var matchRe *regexp.Regexp$/;"	v
 33162  matchReturnedCookies	./net/http/client_test.go	/^func matchReturnedCookies(t *testing.T, expected, given []*Cookie) {$/;"	f
 33163  matchRune	./regexp/syntax/parse.go	/^func matchRune(re *Regexp, r rune) bool {$/;"	f
 33164  matchRx	./go/doc/comment.go	/^var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`)$/;"	v
 33165  matchString	./cmd/go/test.go	/^func matchString(pat, str string) (result bool, err error) {$/;"	f
 33166  matchStructArgType	./cmd/vet/types.go	/^func (f *File) matchStructArgType(t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]bool) bool {$/;"	f
 33167  matchTest	./regexp/all_test.go	/^func matchTest(t *testing.T, test *FindTest) {$/;"	f
 33168  matchTests	./path/filepath/match_test.go	/^var matchTests = []MatchTest{$/;"	v
 33169  matchTests	./path/match_test.go	/^var matchTests = []MatchTest{$/;"	v
 33170  matchToken	./compress/flate/token.go	/^func matchToken(xlength uint32, xoffset uint32) token {$/;"	f
 33171  matchZoneKey	./time/zoneinfo_windows.go	/^func matchZoneKey(zones registry.Key, kname string, stdname, dstname string) (matched bool, err2 error) {$/;"	f
 33172  matchcheck	./regexp/testdata/testregex.c	/^matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test)$/;"	f	file:
 33173  matcher	./runtime/runtime-gdb.py	/^	def matcher(val):$/;"	f	function:makematcher
 33174  matches	./database/sql/convert_test.go	/^	\/\/ Exact conversions (destination pointer type matches source type)$/;"	t
 33175  matches	./debug/macho/fat.go	/^		\/\/ Make sure the Mach-O type matches that of the first image.$/;"	t
 33176  matchesName	./cmd/pprof/internal/profile/filter.go	/^func (loc *Location) matchesName(re *regexp.Regexp) bool {$/;"	f
 33177  matchnlTests	./regexp/syntax/parse_test.go	/^var matchnlTests = []parseTest{$/;"	v
 33178  matchoffprint	./regexp/testdata/testregex.c	/^matchoffprint(int off)$/;"	f	file:
 33179  matchprint	./regexp/testdata/testregex.c	/^matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test)$/;"	f	file:
 33180  matmult	./runtime/proc_test.go	/^func matmult(done chan<- struct{}, A, B, C Matrix, i0, i1, j0, j1, k0, k1, threshold int) {$/;"	f
 33181  matrix	./cmd/compile/internal/big/hilbert_test.go	/^type matrix struct {$/;"	t
 33182  matrix	./math/big/hilbert_test.go	/^type matrix struct {$/;"	t
 33183  max	./cmd/compile/internal/big/nat.go	/^func max(x, y int) int {$/;"	f
 33184  max	./go/doc/testdata/benchmark.go	/^func max(x, y int) int {$/;"	f
 33185  max	./math/big/nat.go	/^func max(x, y int) int {$/;"	f
 33186  max	./math/dim.go	/^func max(x, y float64) float64 {$/;"	f
 33187  max	./math/rand/rand_test.go	/^func max(a, b float64) float64 {$/;"	f
 33188  max	./strconv/ftoa.go	/^func max(a, b int) int {$/;"	f
 33189  max	./strings/search.go	/^func max(a, b int) int {$/;"	f
 33190  max	./testing/benchmark.go	/^func max(x, y int) int {$/;"	f
 33191  max8	./cmd/compile/internal/gc/esc.go	/^func max8(a, b int8) int8 {$/;"	f
 33192  maxBitStateLen	./regexp/backtrack.go	/^func maxBitStateLen(prog *syntax.Prog) int {$/;"	f
 33193  maxBytesReader	./net/http/request.go	/^type maxBytesReader struct {$/;"	t
 33194  maxHeaderBytes	./net/http/server.go	/^func (srv *Server) maxHeaderBytes() int {$/;"	f
 33195  maxIdleConnsLocked	./database/sql/sql.go	/^func (db *DB) maxIdleConnsLocked() int {$/;"	f
 33196  maxLatencyWriter	./net/http/httputil/reverseproxy.go	/^type maxLatencyWriter struct {$/;"	t
 33197  maxListenerBacklog	./net/sock_bsd.go	/^func maxListenerBacklog() int {$/;"	f
 33198  maxListenerBacklog	./net/sock_linux.go	/^func maxListenerBacklog() int {$/;"	f
 33199  maxListenerBacklog	./net/sock_plan9.go	/^func maxListenerBacklog() int {$/;"	f
 33200  maxListenerBacklog	./net/sock_stub.go	/^func maxListenerBacklog() int {$/;"	f
 33201  maxListenerBacklog	./net/sock_windows.go	/^func maxListenerBacklog() int {$/;"	f
 33202  maxNode	./compress/flate/huffman_code.go	/^func maxNode() literalNode { return literalNode{math.MaxUint16, math.MaxInt32} }$/;"	f
 33203  maxPow	./cmd/compile/internal/big/natconv.go	/^func maxPow(b Word) (p Word, n int) {$/;"	f
 33204  maxPow	./math/big/natconv.go	/^func maxPow(b Word) (p Word, n int) {$/;"	f
 33205  maxValue	./cmd/pprof/internal/report/report.go	/^		var maxValue, minValue int64$/;"	v
 33206  maxVersion	./crypto/tls/common.go	/^func (c *Config) maxVersion() uint16 {$/;"	f
 33207  maxa	./cmd/yacc/yacc.go	/^var maxa int$/;"	v
 33208  maxalign	./cmd/link/internal/ld/data.go	/^func maxalign(s *LSym, type_ int) int32 {$/;"	f
 33209  maxargs	./runtime/sys_windows_amd64.s	/^#define maxargs 16$/;"	d
 33210  maxbg	./cmd/dist/util.go	/^var maxbg = 4 \/* maximum number of jobs to run at once *\/$/;"	v
 33211  maxfltval	./cmd/compile/internal/gc/go.go	/^var maxfltval [NTYPE]*Mpflt$/;"	v
 33212  maxoff	./cmd/yacc/yacc.go	/^var maxoff int \/\/ maximum offset into a array$/;"	v
 33213  maxspr	./cmd/yacc/yacc.go	/^var maxspr int \/\/ maximum spread of any entry$/;"	v
 33214  maxstacksize	./runtime/stack1.go	/^var maxstacksize uintptr = 1 << 20 \/\/ enough until runtime.main sets it for real$/;"	v
 33215  maxstring	./runtime/string1.go	/^var maxstring uintptr = 256 \/\/ a hint for print$/;"	v
 33216  may	./cmd/gofmt/simplify.go	/^				\/\/ literal type may be omitted$/;"	t
 33217  may	./go/internal/gccgoimporter/parser.go	/^	\/\/ a named type may be referred to before the underlying type$/;"	t
 33218  may	./go/internal/gcimporter/gcimporter.go	/^	\/\/ a named type may be referred to before the underlying type$/;"	t
 33219  mayCombine	./go/printer/printer.go	/^func mayCombine(prev token.Token, next byte) (b bool) {$/;"	f
 33220  maybeConcat	./regexp/syntax/parse.go	/^func (p *parser) maybeConcat(r rune, flags Flags) bool {$/;"	f
 33221  maybeCreatePackage	./go/internal/gccgoimporter/parser.go	/^func (p *parser) maybeCreatePackage() {$/;"	f
 33222  maybeNextUnit	./debug/dwarf/entry.go	/^func (r *Reader) maybeNextUnit() {$/;"	f
 33223  maybeOpenNewConnections	./database/sql/sql.go	/^func (db *DB) maybeOpenNewConnections() {$/;"	f
 33224  mayberemoveoutfile	./cmd/link/internal/ld/lib.go	/^func mayberemoveoutfile() {$/;"	f
 33225  mbPerSec	./go/doc/testdata/benchmark.go	/^func (r BenchmarkResult) mbPerSec() float64 {$/;"	f
 33226  mbPerSec	./testing/benchmark.go	/^func (r BenchmarkResult) mbPerSec() float64 {$/;"	f
 33227  mbig	./reflect/all_test.go	/^	var mbig map[string][10 << 20]byte$/;"	v
 33228  mcache	./runtime/mcache.go	/^type mcache struct {$/;"	t
 33229  mcall	./runtime/stubs.go	/^func mcall(fn func(*g))$/;"	f
 33230  mcentral	./runtime/mcentral.go	/^type mcentral struct {$/;"	t
 33231  mcommoninit	./runtime/proc1.go	/^func mcommoninit(mp *m) {$/;"	f
 33232  mcontext	./runtime/defs1_solaris_amd64.go	/^type mcontext struct {$/;"	t
 33233  mcontext	./runtime/defs_dragonfly_amd64.go	/^type mcontext struct {$/;"	t
 33234  mcontext	./runtime/defs_freebsd_386.go	/^type mcontext struct {$/;"	t
 33235  mcontext	./runtime/defs_freebsd_amd64.go	/^type mcontext struct {$/;"	t
 33236  mcontext	./runtime/defs_freebsd_arm.go	/^type mcontext struct {$/;"	t
 33237  mcontext	./runtime/defs_linux_amd64.go	/^type mcontext struct {$/;"	t
 33238  mcontext32	./runtime/defs_darwin_386.go	/^type mcontext32 struct {$/;"	t
 33239  mcontext32	./runtime/defs_darwin_amd64.go	/^type mcontext32 struct {$/;"	t
 33240  mcontext32	./runtime/defs_darwin_arm.go	/^type mcontext32 struct {$/;"	t
 33241  mcontext64	./runtime/defs_darwin_386.go	/^type mcontext64 struct {$/;"	t
 33242  mcontext64	./runtime/defs_darwin_amd64.go	/^type mcontext64 struct {$/;"	t
 33243  mcontext64	./runtime/defs_darwin_arm64.go	/^type mcontext64 struct {$/;"	t
 33244  mcontextt	./runtime/defs1_netbsd_386.go	/^type mcontextt struct {$/;"	t
 33245  mcontextt	./runtime/defs1_netbsd_amd64.go	/^type mcontextt struct {$/;"	t
 33246  mcontextt	./runtime/defs1_netbsd_arm.go	/^type mcontextt struct {$/;"	t
 33247  mcount	./runtime/proc1.go	/^func mcount() int32 {$/;"	f
 33248  md5SHA1Hash	./crypto/tls/key_agreement.go	/^func md5SHA1Hash(slices [][]byte) []byte {$/;"	f
 33249  md5Test	./crypto/md5/md5_test.go	/^type md5Test struct {$/;"	t
 33250  mdnsSource	./net/conf.go	/^	var mdnsSource, filesSource, dnsSource bool$/;"	v
 33251  mdump	./runtime/heapdump.go	/^func mdump() {$/;"	f
 33252  me	./cmd/compile/internal/gc/popt.go	/^	var me int32$/;"	v
 33253  meanExtractor	./cmd/pprof/internal/driver/driver.go	/^func meanExtractor(ix int) sampleValueFunc {$/;"	f
 33254  means	./runtime/cgocall.go	/^	\/\/ NOTE(rsc): passing nil for argtype means that the copying of the$/;"	t
 33255  measureKaratsuba	./cmd/compile/internal/big/calibrate_test.go	/^func measureKaratsuba(th int) time.Duration {$/;"	f
 33256  measureKaratsuba	./math/big/calibrate_test.go	/^func measureKaratsuba(th int) time.Duration {$/;"	f
 33257  measureTick	./cmd/go/go_test.go	/^func measureTick(path string) {$/;"	f
 33258  mediaTypeTest	./mime/mediatype_test.go	/^type mediaTypeTest struct {$/;"	t
 33259  medianOfThree	./sort/sort.go	/^func medianOfThree(data Interface, m1, m0, m2 int) {$/;"	f
 33260  mediaop	./cmd/internal/obj/x86/asm6.go	/^func mediaop(ctxt *obj.Link, o *Optab, op int, osize int, z int) int {$/;"	f
 33261  medium	./cmd/compile/internal/big/int_test.go	/^	var medium bytes.Buffer$/;"	v
 33262  medium	./cmd/compile/internal/big/rat_test.go	/^	var medium bytes.Buffer$/;"	v
 33263  medium	./math/big/int_test.go	/^	var medium bytes.Buffer$/;"	v
 33264  medium	./math/big/rat_test.go	/^	var medium bytes.Buffer$/;"	v
 33265  mediumloop	./runtime/asm_386.s	/^mediumloop:$/;"	l
 33266  megaLeaf	./crypto/x509/verify_test.go	/^var megaLeaf = `-----BEGIN CERTIFICATE-----$/;"	v
 33267  memAlloc	./runtime/mem_plan9.go	/^func memAlloc(n uintptr) unsafe.Pointer {$/;"	f
 33268  memBytes	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^var memBytes = [...]int8{$/;"	v
 33269  memCheck	./runtime/mem_plan9.go	/^func memCheck() {$/;"	f
 33270  memFree	./runtime/mem_plan9.go	/^func memFree(ap unsafe.Pointer, n uintptr) {$/;"	f
 33271  memFreelist	./runtime/mem_plan9.go	/^var memFreelist *memHdr \/\/ sorted in ascending order$/;"	v
 33272  memHdr	./runtime/mem_plan9.go	/^type memHdr struct {$/;"	t
 33273  memProfile	./runtime/mprof.go	/^\/\/ A memRecord is the bucket data for a bucket of type memProfile,$/;"	t
 33274  memRecord	./runtime/mprof.go	/^type memRecord struct {$/;"	t
 33275  memRound	./runtime/mem_plan9.go	/^func memRound(p uintptr) uintptr {$/;"	f
 33276  memSink	./runtime/pprof/mprof_test.go	/^var memSink interface{}$/;"	v
 33277  memStats	./runtime/mstats.go	/^	var memStats MemStats$/;"	v
 33278  memStats	./testing/benchmark.go	/^var memStats runtime.MemStats$/;"	v
 33279  memclr	./cmd/compile/internal/gc/builtin/runtime.go	/^func memclr(ptr *byte, length uintptr)$/;"	f
 33280  memclr	./reflect/value.go	/^func memclr(ptr unsafe.Pointer, n uintptr)$/;"	f
 33281  memclr	./runtime/stubs.go	/^func memclr(ptr unsafe.Pointer, n uintptr)$/;"	f
 33282  memclrBytes	./runtime/alg.go	/^func memclrBytes(b []byte) {$/;"	f
 33283  memeq	./runtime/stubs.go	/^func memeq(a, b unsafe.Pointer, size uintptr) bool$/;"	f
 33284  memequal	./cmd/compile/internal/gc/builtin/runtime.go	/^func memequal(x, y *any, size uintptr) bool$/;"	f
 33285  memequal	./runtime/alg.go	/^func memequal(p, q unsafe.Pointer, size uintptr) bool {$/;"	f
 33286  memequal0	./runtime/alg.go	/^func memequal0(p, q unsafe.Pointer) bool {$/;"	f
 33287  memequal128	./cmd/compile/internal/gc/builtin/runtime.go	/^func memequal128(x, y *any) bool$/;"	f
 33288  memequal128	./runtime/alg.go	/^func memequal128(p, q unsafe.Pointer) bool {$/;"	f
 33289  memequal16	./cmd/compile/internal/gc/builtin/runtime.go	/^func memequal16(x, y *any) bool$/;"	f
 33290  memequal16	./runtime/alg.go	/^func memequal16(p, q unsafe.Pointer) bool {$/;"	f
 33291  memequal32	./cmd/compile/internal/gc/builtin/runtime.go	/^func memequal32(x, y *any) bool$/;"	f
 33292  memequal32	./runtime/alg.go	/^func memequal32(p, q unsafe.Pointer) bool {$/;"	f
 33293  memequal64	./cmd/compile/internal/gc/builtin/runtime.go	/^func memequal64(x, y *any) bool$/;"	f
 33294  memequal64	./runtime/alg.go	/^func memequal64(p, q unsafe.Pointer) bool {$/;"	f
 33295  memequal8	./cmd/compile/internal/gc/builtin/runtime.go	/^func memequal8(x, y *any) bool$/;"	f
 33296  memequal8	./runtime/alg.go	/^func memequal8(p, q unsafe.Pointer) bool {$/;"	f
 33297  memhash	./runtime/hash32.go	/^func memhash(p unsafe.Pointer, seed, s uintptr) uintptr {$/;"	f
 33298  memhash	./runtime/hash64.go	/^func memhash(p unsafe.Pointer, seed, s uintptr) uintptr {$/;"	f
 33299  memhash0	./runtime/alg.go	/^func memhash0(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 33300  memhash128	./runtime/alg.go	/^func memhash128(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 33301  memhash16	./runtime/alg.go	/^func memhash16(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 33302  memhash32	./runtime/alg.go	/^func memhash32(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 33303  memhash64	./runtime/alg.go	/^func memhash64(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 33304  memhash8	./runtime/alg.go	/^func memhash8(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 33305  memhash_varlen	./runtime/alg.go	/^func memhash_varlen(p unsafe.Pointer, h uintptr) uintptr$/;"	f
 33306  memlimit	./runtime/os1_darwin.go	/^func memlimit() uintptr {$/;"	f
 33307  memlimit	./runtime/os1_dragonfly.go	/^func memlimit() uintptr {$/;"	f
 33308  memlimit	./runtime/os1_freebsd.go	/^func memlimit() uintptr {$/;"	f
 33309  memlimit	./runtime/os1_linux.go	/^func memlimit() uintptr {$/;"	f
 33310  memlimit	./runtime/os1_nacl.go	/^func memlimit() uintptr {$/;"	f
 33311  memlimit	./runtime/os1_netbsd.go	/^func memlimit() uintptr {$/;"	f
 33312  memlimit	./runtime/os1_openbsd.go	/^func memlimit() uintptr {$/;"	f
 33313  memlimit	./runtime/os1_plan9.go	/^func memlimit() uint64 {$/;"	f
 33314  memlimit	./runtime/os1_windows.go	/^func memlimit() uintptr {$/;"	f
 33315  memlimit	./runtime/os3_solaris.go	/^func memlimit() uintptr {$/;"	f
 33316  memlock	./runtime/mem_plan9.go	/^var memlock mutex$/;"	v
 33317  memmove	./cmd/compile/internal/gc/builtin/runtime.go	/^func memmove(to *any, frm *any, length uintptr)$/;"	f
 33318  memmove	./runtime/stubs.go	/^func memmove(to, from unsafe.Pointer, n uintptr)$/;"	f
 33319  memname	./cmd/compile/internal/x86/gsubr.go	/^func memname(n *gc.Node, t *gc.Type) {$/;"	f
 33320  memoryError	./runtime/panic.go	/^var memoryError = error(errorString("invalid memory address or nil pointer dereference"))$/;"	v
 33321  memoryLabel	./cmd/pprof/internal/report/report.go	/^func memoryLabel(value int64, fromUnit, toUnit string) (v float64, u string, ok bool) {$/;"	f
 33322  memoryMapTriggers	./cmd/pprof/internal/profile/legacy_profile.go	/^var memoryMapTriggers = []string{$/;"	v
 33323  memoryProfilerRun	./runtime/pprof/mprof_test.go	/^var memoryProfilerRun = 0$/;"	v
 33324  memp	./cmd/yacc/yacc.go	/^var memp int                     \/\/ next free action table position$/;"	v
 33325  memstats	./expvar/expvar.go	/^func memstats() interface{} {$/;"	f
 33326  memstats	./runtime/mstats.go	/^var memstats mstats$/;"	v
 33327  memstats	./testing/allocs.go	/^	var memstats runtime.MemStats$/;"	v
 33328  mergeCharClass	./regexp/syntax/parse.go	/^func mergeCharClass(dst, src *Regexp) {$/;"	f
 33329  mergeEnvLists	./cmd/dist/test.go	/^func mergeEnvLists(in, out []string) []string {$/;"	f
 33330  mergeEnvLists	./cmd/go/main.go	/^func mergeEnvLists(in, out []string) []string {$/;"	f
 33331  mergePAX	./archive/tar/reader.go	/^func mergePAX(hdr *Header, headers map[string]string) error {$/;"	f
 33332  mergePassInto	./image/png/reader.go	/^func (d *decoder) mergePassInto(dst image.Image, src image.Image, pass int) {$/;"	f
 33333  mergeRuneSets	./regexp/onepass.go	/^func mergeRuneSets(leftRunes, rightRunes *[]rune, leftPC, rightPC uint32) ([]rune, []uint32) {$/;"	f
 33334  mergeSetHeader	./net/http/transfer.go	/^func mergeSetHeader(dst *Header, src Header) {$/;"	f
 33335  mergetemp	./cmd/compile/internal/gc/popt.go	/^func mergetemp(firstp *obj.Prog) {$/;"	f
 33336  mergewalk	./cmd/compile/internal/gc/popt.go	/^func mergewalk(v *TempVar, f0 *Flow, gen uint32) {$/;"	f
 33337  messWith	./archive/zip/reader_test.go	/^func messWith(fileName string, corrupter func(b []byte)) (r io.ReaderAt, size int64) {$/;"	f
 33338  message	./cmd/pprof/internal/profile/proto.go	/^type message interface {$/;"	t
 33339  message	./encoding/gob/debug.go	/^func (deb *debugger) message(indent tab) bool {$/;"	f
 33340  metaImport	./cmd/go/vcs.go	/^type metaImport struct {$/;"	t
 33341  metaImportsForPrefix	./cmd/go/vcs.go	/^func metaImportsForPrefix(importPrefix string, security securityMode) (urlStr string, imports []metaImport, err error) {$/;"	f
 33342  metaTests	./regexp/all_test.go	/^var metaTests = []MetaTest{$/;"	v
 33343  meth	./cmd/link/internal/ld/go.go	/^	var meth string$/;"	v
 33344  methcmp	./cmd/compile/internal/gc/subr.go	/^type methcmp []*Type$/;"	t
 33345  method	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (s) method()$/;"	f
 33346  method	./cmd/compile/internal/gc/fmt.go	/^		\/\/ Special case: explicit name of func (*T) method(...) is turned into pkg.(*T).method,$/;"	f
 33347  method	./cmd/compile/internal/gc/reflect.go	/^	var method *Sym$/;"	v
 33348  method	./cmd/compile/internal/gc/subr.go	/^			\/\/ add it to the base type method list$/;"	t
 33349  method	./reflect/type.go	/^type method struct {$/;"	t
 33350  method	./runtime/debug/stack_test.go	/^func (t T) method() []byte {$/;"	f
 33351  method	./runtime/type.go	/^type method struct {$/;"	t
 33352  methodArray	./net/rpc/debug.go	/^type methodArray []debugMethod$/;"	t
 33353  methodDoc	./cmd/doc/pkg.go	/^func (pkg *Package) methodDoc(symbol, method string) {$/;"	f
 33354  methodName	./reflect/value.go	/^func methodName() string {$/;"	f
 33355  methodNames	./cmd/api/goapi.go	/^	var methodNames []string$/;"	v
 33356  methodNames	./cmd/api/goapi.go	/^	var methodNames map[string]bool$/;"	v
 33357  methodReceiver	./reflect/value.go	/^func methodReceiver(op string, v Value, methodIndex int) (rcvrtype, t *rtype, fn unsafe.Pointer) {$/;"	f
 33358  methodSet	./go/doc/reader.go	/^type methodSet map[string]*Func$/;"	t
 33359  methodSet	./go/types/methodset.go	/^type methodSet map[string]*Selection \/\/ a nil entry indicates a name collision$/;"	t
 33360  methodType	./net/rpc/server.go	/^type methodType struct {$/;"	t
 33361  methodValue	./reflect/makefunc.go	/^type methodValue struct {$/;"	t
 33362  methodValueCall	./reflect/makefunc.go	/^func methodValueCall()$/;"	f
 33363  methodbyname	./cmd/compile/internal/gc/export.go	/^type methodbyname []*Type$/;"	t
 33364  methodfunc	./cmd/compile/internal/gc/reflect.go	/^func methodfunc(f *Type, receiver *Type) *Type {$/;"	f
 33365  methodname	./cmd/compile/internal/gc/dcl.go	/^func methodname(n *Node, t *Type) *Node {$/;"	f
 33366  methodname1	./cmd/compile/internal/gc/dcl.go	/^func methodname1(n *Node, t *Node) *Node {$/;"	f
 33367  methodqueue	./cmd/compile/internal/gc/typecheck.go	/^var methodqueue *NodeList$/;"	v
 33368  methods	./cmd/compile/internal/gc/reflect.go	/^func methods(t *Type) *Sig {$/;"	f
 33369  methods	./go/internal/gccgoimporter/parser.go	/^	var methods []*types.Func$/;"	v
 33370  methods	./go/internal/gcimporter/gcimporter.go	/^	var methods []*types.Func$/;"	v
 33371  methodsym	./cmd/compile/internal/gc/dcl.go	/^func methodsym(nsym *Sym, t0 *Type, iface int) *Sym {$/;"	f
 33372  methodsym_toppkg	./cmd/compile/internal/gc/dcl.go	/^var methodsym_toppkg *Pkg$/;"	v
 33373  methtype	./cmd/compile/internal/gc/subr.go	/^func methtype(t *Type, mustname int) *Type {$/;"	f
 33374  mfence	./runtime/asm_386.s	/^mfence:$/;"	l
 33375  mfence	./runtime/asm_amd64.s	/^mfence:$/;"	l
 33376  mget	./runtime/proc1.go	/^func mget() *m {$/;"	f
 33377  mgf1XOR	./crypto/rsa/rsa.go	/^func mgf1XOR(out []byte, hash hash.Hash, seed []byte) {$/;"	f
 33378  mheap	./runtime/mheap.go	/^type mheap struct {$/;"	t
 33379  mheap_	./runtime/mheap.go	/^var mheap_ mheap$/;"	v
 33380  mhelpgc	./runtime/proc1.go	/^func mhelpgc() {$/;"	f
 33381  mi	./reflect/all_test.go	/^	var mi struct {$/;"	v
 33382  mibentry	./syscall/zsysctl_openbsd.go	/^type mibentry struct {$/;"	t
 33383  might	./cmd/cgo/gcc.go	/^	\/\/ Completing one pointer type might produce more to complete.$/;"	t
 33384  might	./cmd/vet/method.go	/^\/\/ For example, a type might implement a Scan method that$/;"	t
 33385  might	./encoding/gob/type.go	/^	\/\/ The type might be a pointer and we need to keep$/;"	t
 33386  mimeHeader	./net/http/fs.go	/^func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {$/;"	f
 33387  min	./cmd/compile/internal/big/bits_test.go	/^	var min int$/;"	v
 33388  min	./cmd/compile/internal/big/bits_test.go	/^	var min, max int$/;"	v
 33389  min	./cmd/compile/internal/big/ftoa.go	/^func min(x, y int) int {$/;"	f
 33390  min	./cmd/compile/internal/gc/esc.go	/^func (l1 Level) min(l2 Level) Level {$/;"	f
 33391  min	./cmd/dist/util.go	/^func min(a, b int) int {$/;"	f
 33392  min	./compress/flate/gen.go	/^	var min, max int$/;"	v
 33393  min	./compress/flate/inflate.go	/^	var min, max int$/;"	v
 33394  min	./encoding/xml/typeinfo.go	/^func min(a, b int) int {$/;"	f
 33395  min	./go/doc/testdata/benchmark.go	/^func min(x, y int) int {$/;"	f
 33396  min	./go/types/builtins.go	/^		var min int \/\/ minimum number of arguments$/;"	v
 33397  min	./image/jpeg/writer.go	/^func min(x, y int) int {$/;"	f
 33398  min	./image/png/reader.go	/^func min(a, b int) int {$/;"	f
 33399  min	./math/big/bits_test.go	/^	var min int$/;"	v
 33400  min	./math/big/bits_test.go	/^	var min, max int$/;"	v
 33401  min	./math/big/ftoa.go	/^func min(x, y int) int {$/;"	f
 33402  min	./math/dim.go	/^func min(x, y float64) float64 {$/;"	f
 33403  min	./runtime/debug/garbage_test.go	/^	var min, max time.Duration$/;"	v
 33404  min	./sort/sort.go	/^func min(a, b int) int {$/;"	f
 33405  min	./sort/sort_test.go	/^func min(a, b int) int {$/;"	f
 33406  min	./strconv/ftoa.go	/^func min(a, b int) int {$/;"	f
 33407  min	./syscall/unzip_nacl.go	/^	var min, max int$/;"	v
 33408  min	./testing/benchmark.go	/^func min(x, y int) int {$/;"	f
 33409  min8	./cmd/compile/internal/gc/esc.go	/^func min8(a, b int8) int8 {$/;"	f
 33410  minDurationTests	./time/time_test.go	/^var minDurationTests = []struct {$/;"	v
 33411  minFoldRune	./regexp/syntax/parse.go	/^func minFoldRune(r rune) rune {$/;"	f
 33412  minVersion	./crypto/tls/common.go	/^func (c *Config) minVersion() uint16 {$/;"	f
 33413  mincore	./runtime/stubs.go	/^func mincore(addr unsafe.Pointer, n uintptr, dst *byte) int32$/;"	f
 33414  minfltval	./cmd/compile/internal/gc/go.go	/^var minfltval [NTYPE]*Mpflt$/;"	v
 33415  minimal	./crypto/elliptic/p224.go	/^	var minimal p224FieldElement$/;"	v
 33416  minit	./runtime/os1_darwin.go	/^func minit() {$/;"	f
 33417  minit	./runtime/os1_dragonfly.go	/^func minit() {$/;"	f
 33418  minit	./runtime/os1_freebsd.go	/^func minit() {$/;"	f
 33419  minit	./runtime/os1_linux.go	/^func minit() {$/;"	f
 33420  minit	./runtime/os1_nacl.go	/^func minit() {$/;"	f
 33421  minit	./runtime/os1_netbsd.go	/^func minit() {$/;"	f
 33422  minit	./runtime/os1_openbsd.go	/^func minit() {$/;"	f
 33423  minit	./runtime/os1_plan9.go	/^func minit() {$/;"	f
 33424  minit	./runtime/os1_windows.go	/^func minit() {$/;"	f
 33425  minit	./runtime/os3_solaris.go	/^func minit() {$/;"	f
 33426  miniterrno	./runtime/os3_solaris.go	/^func miniterrno()$/;"	f
 33427  minsize	./runtime/mgcmark.go	/^	var minsize uintptr$/;"	v
 33428  minsize	./runtime/stack1.go	/^	var minsize uintptr$/;"	v
 33429  minus	./cmd/compile/internal/gc/cplx.go	/^func minus(nl *Node, res *Node) {$/;"	f
 33430  miscPlaneTag	./encoding/json/tagkey_test.go	/^type miscPlaneTag struct {$/;"	t
 33431  mismatch	./cmd/compile/internal/gc/const.go	/^		Fatal("constant type mismatch %v(%d) %v(%d)", nl.Type, v.Ctype(), nr.Type, rv.Ctype())$/;"	t
 33432  mismatch	./cmd/gofmt/rewrite.go	/^				(strings.Contains(s, "type mismatch") || strings.Contains(s, "not assignable")) {$/;"	t
 33433  mismatch	./cmd/pprof/internal/profile/proto.go	/^		return errors.New("type mismatch")$/;"	t
 33434  mismatch	./encoding/gob/decode.go	/^			errorf("type mismatch: no fields matched compiling decoder for %s", name)$/;"	t
 33435  mismatch	./encoding/gob/decode.go	/^		errorf("type mismatch in decoder: want struct type %s; got non-struct", rt)$/;"	t
 33436  mismatch	./encoding/gob/encoder_test.go	/^	\/\/ Now test with a running encoder\/decoder pair that we recognize a type mismatch.$/;"	t
 33437  mismatch	./image/png/reader.go	/^		return FormatError("PLTE, color type mismatch")$/;"	t
 33438  mismatch	./image/png/reader.go	/^		return FormatError("tRNS, color type mismatch")$/;"	t
 33439  mismatch	./net/http/response_test.go	/^		t.Errorf("%s: type mismatch %v want %v", prefix, hv.Type(), wv.Type())$/;"	t
 33440  mismatch	./syscall/srpc_nacl.go	/^	srpcErrInArgTypeMismatch - srpcOK:  "input argument type mismatch",$/;"	t
 33441  mismatch	./syscall/srpc_nacl.go	/^	srpcErrOutArgTypeMismatch - srpcOK: "output argument type mismatch",$/;"	t
 33442  mismatches	./cmd/compile/internal/gc/gsubr.go	/^		\/\/ The type mismatches should be fixed and the clearing below removed.$/;"	t
 33443  mismatches	./cmd/compile/internal/gc/gsubr.go	/^		\/\/ hopes innocuous) type mismatches.$/;"	t
 33444  misnamedTag	./encoding/json/tagkey_test.go	/^type misnamedTag struct {$/;"	t
 33445  misquoted	./strconv/quote_test.go	/^var misquoted = []string{$/;"	v
 33446  missing	./cmd/api/goapi.go	/^	var missing []string$/;"	v
 33447  missing	./cmd/compile/internal/gc/subr.go	/^				Fatal("func missing struct: %v %v", t1, t2)$/;"	f
 33448  missing	./cmd/compile/internal/gc/subr.go	/^		var missing *Type$/;"	v
 33449  missing	./cmd/compile/internal/gc/swt.go	/^					var missing, have *Type$/;"	v
 33450  missing	./cmd/compile/internal/gc/typecheck.go	/^			var missing *Type$/;"	v
 33451  missingKeyAction	./text/template/option.go	/^type missingKeyAction int$/;"	t
 33452  mkCharClass	./regexp/syntax/parse_test.go	/^func mkCharClass(f func(rune) bool) string {$/;"	f
 33453  mkEnv	./cmd/go/env.go	/^func mkEnv() []envVar {$/;"	f
 33454  mkType	./cmd/fix/typecheck.go	/^func mkType(t string) string {$/;"	f
 33455  mkbuiltin	./cmd/compile/internal/gc/mkbuiltin.go	/^func mkbuiltin(w io.Writer, name string) {$/;"	f
 33456  mkcall	./cmd/compile/internal/gc/walk.go	/^func mkcall(name string, t *Type, init **NodeList, args ...*Node) *Node {$/;"	f
 33457  mkcall1	./cmd/compile/internal/gc/walk.go	/^func mkcall1(fn *Node, t *Type, init **NodeList, args ...*Node) *Node {$/;"	f
 33458  mkdev	./syscall/fs_nacl.go	/^func mkdev(path string, mode uint32, open func() (devFile, error)) error {$/;"	f
 33459  mkdirTree	./os/os_test.go	/^func mkdirTree(t *testing.T, root string, level, max int) {$/;"	f
 33460  mkdotargslice	./cmd/compile/internal/gc/walk.go	/^func mkdotargslice(lr0 *NodeList, nn *NodeList, l *Type, fp int, init **NodeList, ddd *Node) *NodeList {$/;"	f
 33461  mkfwd	./cmd/internal/obj/ld.go	/^func mkfwd(sym *LSym) {$/;"	f
 33462  mkindex	./cmd/link/internal/ld/dwarf.go	/^func mkindex(die *DWDie) {$/;"	f
 33463  mkinlcall	./cmd/compile/internal/gc/inl.go	/^func mkinlcall(np **Node, fn *Node, isddd bool) {$/;"	f
 33464  mkinlcall1	./cmd/compile/internal/gc/inl.go	/^func mkinlcall1(np **Node, fn *Node, isddd bool) {$/;"	f
 33465  mkinternaltypename	./cmd/link/internal/ld/dwarf.go	/^func mkinternaltypename(base string, arg1 string, arg2 string) string {$/;"	f
 33466  mkpackage	./cmd/compile/internal/gc/lex.go	/^func mkpackage(pkgname string) {$/;"	f
 33467  mkpkg	./cmd/compile/internal/gc/subr.go	/^func mkpkg(path string) *Pkg {$/;"	f
 33468  mkset	./cmd/yacc/yacc.go	/^func mkset() Lkset { return make([]int, tbitset) }$/;"	f
 33469  mktag	./cmd/compile/internal/gc/esc.go	/^func mktag(mask int) *string {$/;"	f
 33470  mktemp	./cmd/yacc/yacc.go	/^func mktemp(t string) string { return t }$/;"	f
 33471  mkvar	./cmd/compile/internal/gc/reg.go	/^func mkvar(f *Flow, a *obj.Addr) Bits {$/;"	f
 33472  mkvarname	./cmd/link/internal/ld/dwarf.go	/^func mkvarname(name string, da int) string {$/;"	f
 33473  mlink	./runtime/mfixalloc.go	/^type mlink struct {$/;"	t
 33474  mlookup	./runtime/mheap.go	/^func mlookup(v uintptr, base *uintptr, size *uintptr, sp **mspan) int32 {$/;"	f
 33475  mm	./cmd/compile/internal/gc/walk.go	/^	var mm *NodeList$/;"	v
 33476  mmap	./runtime/os3_solaris.go	/^func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) unsafe.Pointer {$/;"	f
 33477  mmap	./runtime/os_nacl.go	/^func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) unsafe.Pointer$/;"	f
 33478  mmap	./runtime/stubs2.go	/^func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) unsafe.Pointer$/;"	f
 33479  mmap	./syscall/syscall_linux_386.go	/^func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {$/;"	f
 33480  mmap	./syscall/syscall_linux_arm.go	/^func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {$/;"	f
 33481  mmap	./syscall/zsyscall_darwin_386.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33482  mmap	./syscall/zsyscall_darwin_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33483  mmap	./syscall/zsyscall_darwin_arm.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33484  mmap	./syscall/zsyscall_darwin_arm64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33485  mmap	./syscall/zsyscall_dragonfly_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33486  mmap	./syscall/zsyscall_freebsd_386.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33487  mmap	./syscall/zsyscall_freebsd_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33488  mmap	./syscall/zsyscall_freebsd_arm.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33489  mmap	./syscall/zsyscall_linux_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {$/;"	f
 33490  mmap	./syscall/zsyscall_linux_arm64.go	/^func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {$/;"	f
 33491  mmap	./syscall/zsyscall_linux_ppc64.go	/^func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {$/;"	f
 33492  mmap	./syscall/zsyscall_linux_ppc64le.go	/^func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {$/;"	f
 33493  mmap	./syscall/zsyscall_netbsd_386.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33494  mmap	./syscall/zsyscall_netbsd_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33495  mmap	./syscall/zsyscall_netbsd_arm.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33496  mmap	./syscall/zsyscall_openbsd_386.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33497  mmap	./syscall/zsyscall_openbsd_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33498  mmap	./syscall/zsyscall_openbsd_arm.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33499  mmap	./syscall/zsyscall_solaris_amd64.go	/^func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {$/;"	f
 33500  mmap2	./syscall/zsyscall_linux_386.go	/^func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pageOffset uintptr) (xaddr uintptr, err error) {$/;"	f
 33501  mmap2	./syscall/zsyscall_linux_arm.go	/^func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pageOffset uintptr) (xaddr uintptr, err error) {$/;"	f
 33502  mmap_fixed	./runtime/mem_linux.go	/^func mmap_fixed(v unsafe.Pointer, n uintptr, prot, flags, fd int32, offset uint32) unsafe.Pointer {$/;"	f
 33503  mmapper	./syscall/syscall_unix.go	/^type mmapper struct {$/;"	t
 33504  mod	./math/mod.go	/^func mod(x, y float64) float64 {$/;"	f
 33505  modInverse	./crypto/rsa/rsa.go	/^func modInverse(a, n *big.Int) (ia *big.Int, ok bool) {$/;"	f
 33506  modInverseTests	./cmd/compile/internal/big/int_test.go	/^var modInverseTests = []struct {$/;"	v
 33507  modInverseTests	./math/big/int_test.go	/^var modInverseTests = []struct {$/;"	v
 33508  modTime	./archive/tar/writer.go	/^	var modTime int64$/;"	v
 33509  modW	./cmd/compile/internal/big/nat.go	/^func (x nat) modW(d Word) (r Word) {$/;"	f
 33510  modW	./math/big/nat.go	/^func (x nat) modW(d Word) (r Word) {$/;"	f
 33511  modWTest	./cmd/compile/internal/big/nat_test.go	/^type modWTest struct {$/;"	t
 33512  modWTest	./math/big/nat_test.go	/^type modWTest struct {$/;"	t
 33513  modWTests32	./cmd/compile/internal/big/nat_test.go	/^var modWTests32 = []modWTest{$/;"	v
 33514  modWTests32	./math/big/nat_test.go	/^var modWTests32 = []modWTest{$/;"	v
 33515  modWTests64	./cmd/compile/internal/big/nat_test.go	/^var modWTests64 = []modWTest{$/;"	v
 33516  modWTests64	./math/big/nat_test.go	/^var modWTests64 = []modWTest{$/;"	v
 33517  mode	./go/printer/nodes.go	/^	var mode exprListMode$/;"	v
 33518  mode	./go/types/example_test.go	/^func mode(tv types.TypeAndValue) string {$/;"	f
 33519  mode	./runtime/netpoll_epoll.go	/^		var mode int32$/;"	v
 33520  mode	./runtime/netpoll_kqueue.go	/^		var mode int32$/;"	v
 33521  mode	./runtime/netpoll_solaris.go	/^		var mode, clear int32$/;"	v
 33522  modelFunc	./image/color/color.go	/^type modelFunc struct {$/;"	t
 33523  modf	./math/all_test.go	/^var modf = [][2]float64{$/;"	v
 33524  modf	./math/modf.go	/^func modf(f float64) (int float64, frac float64) {$/;"	f
 33525  modfSC	./math/all_test.go	/^var modfSC = [][2]float64{$/;"	v
 33526  modifiescpsr	./cmd/compile/internal/arm/peep.go	/^func modifiescpsr(p *obj.Prog) bool {$/;"	f
 33527  moduledata	./runtime/symtab.go	/^type moduledata struct {$/;"	t
 33528  moduledataverify	./runtime/symtab.go	/^func moduledataverify() {$/;"	f
 33529  moduledataverify1	./runtime/symtab.go	/^func moduledataverify1(datap *moduledata) {$/;"	f
 33530  modulehash	./runtime/symtab.go	/^type modulehash struct {$/;"	t
 33531  moipLeafCert	./crypto/x509/verify_test.go	/^var moipLeafCert = `-----BEGIN CERTIFICATE-----$/;"	v
 33532  montgomery	./cmd/compile/internal/big/nat.go	/^func (z nat) montgomery(x, y, m nat, k Word, n int) nat {$/;"	f
 33533  montgomery	./math/big/nat.go	/^func (z nat) montgomery(x, y, m nat, k Word, n int) nat {$/;"	f
 33534  montgomeryTests	./cmd/compile/internal/big/nat_test.go	/^var montgomeryTests = []struct {$/;"	v
 33535  montgomeryTests	./math/big/nat_test.go	/^var montgomeryTests = []struct {$/;"	v
 33536  months	./time/time.go	/^var months = [...]string{$/;"	v
 33537  more	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) more() bool {$/;"	f
 33538  more	./cmd/compile/internal/gc/lex.go	/^func more(pp *string) bool {$/;"	f
 33539  more	./runtime/heapdump.go	/^\/\/ serializing a type more than once.  That's ok.$/;"	t
 33540  moreBits	./compress/flate/inflate.go	/^func (f *decompressor) moreBits() error {$/;"	f
 33541  moreBits	./syscall/unzip_nacl.go	/^func (f *decompressor) moreBits() {$/;"	f
 33542  moreMessage	./net/textproto/reader.go	/^		var moreMessage string$/;"	v
 33543  moreprod	./cmd/yacc/yacc.go	/^func moreprod() {$/;"	f
 33544  morestack	./cmd/link/internal/ld/lib.go	/^var morestack *LSym$/;"	v
 33545  morestack	./runtime/stubs.go	/^func morestack()$/;"	f
 33546  morestackc	./runtime/stack1.go	/^func morestackc() {$/;"	f
 33547  mount	./syscall/zsyscall_linux_386.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	f
 33548  mount	./syscall/zsyscall_linux_amd64.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	f
 33549  mount	./syscall/zsyscall_linux_arm.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	f
 33550  mount	./syscall/zsyscall_linux_arm64.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	f
 33551  mount	./syscall/zsyscall_linux_ppc64.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	f
 33552  mount	./syscall/zsyscall_linux_ppc64le.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	f
 33553  mount	./syscall/zsyscall_plan9_386.go	/^func mount(fd int, afd int, old string, flag int, aname string) (err error) {$/;"	f
 33554  mount	./syscall/zsyscall_plan9_amd64.go	/^func mount(fd int, afd int, old string, flag int, aname string) (err error) {$/;"	f
 33555  mountPointReparseBuffer	./syscall/ztypes_windows.go	/^type mountPointReparseBuffer struct {$/;"	t
 33556  mov	./cmd/internal/obj/arm/asm5.go	/^func mov(ctxt *obj.Link, p *obj.Prog) uint32 {$/;"	f
 33557  mov	./cmd/internal/obj/ppc64/obj9.go	/^	var mov int$/;"	v
 33558  movcon	./cmd/internal/obj/arm64/asm7.go	/^func movcon(v int64) int {$/;"	f
 33559  moveToFrontDecoder	./compress/bzip2/move_to_front.go	/^type moveToFrontDecoder []byte$/;"	t
 33560  move_0	./runtime/memmove_386.s	/^move_0:$/;"	l
 33561  move_0	./runtime/memmove_amd64.s	/^move_0:$/;"	l
 33562  move_0	./runtime/memmove_plan9_386.s	/^move_0:$/;"	l
 33563  move_0	./runtime/memmove_plan9_amd64.s	/^move_0:$/;"	l
 33564  move_129through256	./runtime/memmove_amd64.s	/^move_129through256:$/;"	l
 33565  move_17through32	./runtime/memmove_386.s	/^move_17through32:$/;"	l
 33566  move_17through32	./runtime/memmove_amd64.s	/^move_17through32:$/;"	l
 33567  move_1or2	./runtime/memmove_386.s	/^move_1or2:$/;"	l
 33568  move_1or2	./runtime/memmove_amd64.s	/^move_1or2:$/;"	l
 33569  move_1or2	./runtime/memmove_plan9_386.s	/^move_1or2:$/;"	l
 33570  move_1or2	./runtime/memmove_plan9_amd64.s	/^move_1or2:$/;"	l
 33571  move_256through2048	./runtime/memmove_amd64.s	/^move_256through2048:$/;"	l
 33572  move_33through64	./runtime/memmove_386.s	/^move_33through64:$/;"	l
 33573  move_33through64	./runtime/memmove_amd64.s	/^move_33through64:$/;"	l
 33574  move_3or4	./runtime/memmove_386.s	/^move_3or4:$/;"	l
 33575  move_3or4	./runtime/memmove_amd64.s	/^move_3or4:$/;"	l
 33576  move_3or4	./runtime/memmove_plan9_386.s	/^move_3or4:$/;"	l
 33577  move_3or4	./runtime/memmove_plan9_amd64.s	/^move_3or4:$/;"	l
 33578  move_5through8	./runtime/memmove_386.s	/^move_5through8:$/;"	l
 33579  move_5through8	./runtime/memmove_amd64.s	/^move_5through8:$/;"	l
 33580  move_5through8	./runtime/memmove_plan9_386.s	/^move_5through8:$/;"	l
 33581  move_5through8	./runtime/memmove_plan9_amd64.s	/^move_5through8:$/;"	l
 33582  move_65through128	./runtime/memmove_386.s	/^move_65through128:$/;"	l
 33583  move_65through128	./runtime/memmove_amd64.s	/^move_65through128:$/;"	l
 33584  move_9through16	./runtime/memmove_386.s	/^move_9through16:$/;"	l
 33585  move_9through16	./runtime/memmove_amd64.s	/^move_9through16:$/;"	l
 33586  move_9through16	./runtime/memmove_plan9_386.s	/^move_9through16:$/;"	l
 33587  move_9through16	./runtime/memmove_plan9_amd64.s	/^move_9through16:$/;"	l
 33588  movesize	./cmd/internal/obj/arm64/asm7.go	/^func movesize(a int) int {$/;"	f
 33589  movetomodule	./cmd/link/internal/ld/dwarf.go	/^func movetomodule(parent *DWDie) {$/;"	f
 33590  mozBindingBytes	./html/template/css.go	/^var mozBindingBytes = []byte("mozbinding")$/;"	v
 33591  mp	./runtime/lock_sema.go	/^	var mp *m$/;"	v
 33592  mp	./runtime/mprof.go	/^func (b *bucket) mp() *memRecord {$/;"	f
 33593  mp4Sig	./net/http/sniff.go	/^type mp4Sig int$/;"	t
 33594  mp4ftype	./net/http/sniff.go	/^var mp4ftype = []byte("ftyp")$/;"	v
 33595  mpaddcflt	./cmd/compile/internal/gc/mparith3.go	/^func mpaddcflt(a *Mpflt, c float64) {$/;"	f
 33596  mpaddfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpaddfixfix(a, b *Mpint, quiet int) {$/;"	f
 33597  mpaddfltflt	./cmd/compile/internal/gc/mparith3.go	/^func mpaddfltflt(a *Mpflt, b *Mpflt) {$/;"	f
 33598  mpandfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpandfixfix(a, b *Mpint) {$/;"	f
 33599  mpandnotfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpandnotfixfix(a, b *Mpint) {$/;"	f
 33600  mpatofix	./cmd/compile/internal/gc/mparith2.go	/^func mpatofix(a *Mpint, as string) {$/;"	f
 33601  mpatoflt	./cmd/compile/internal/gc/mparith3.go	/^func mpatoflt(a *Mpflt, as string) {$/;"	f
 33602  mpcmpfixc	./cmd/compile/internal/gc/mparith2.go	/^func mpcmpfixc(b *Mpint, c int64) int {$/;"	f
 33603  mpcmpfltc	./cmd/compile/internal/gc/mparith3.go	/^func mpcmpfltc(b *Mpflt, c float64) int {$/;"	f
 33604  mpcmpfltflt	./cmd/compile/internal/gc/mparith3.go	/^func mpcmpfltflt(a *Mpflt, b *Mpflt) int {$/;"	f
 33605  mpdivfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpdivfixfix(a, b *Mpint) {$/;"	f
 33606  mpdivfltflt	./cmd/compile/internal/gc/mparith3.go	/^func mpdivfltflt(a *Mpflt, b *Mpflt) {$/;"	f
 33607  mpgetflt	./cmd/compile/internal/gc/mparith3.go	/^func mpgetflt(a *Mpflt) float64 {$/;"	f
 33608  mpgetflt32	./cmd/compile/internal/gc/mparith3.go	/^func mpgetflt32(a *Mpflt) float64 {$/;"	f
 33609  mplshfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mplshfixfix(a, b *Mpint) {$/;"	f
 33610  mpmodfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpmodfixfix(a, b *Mpint) {$/;"	f
 33611  mpmovefixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpmovefixfix(a, b *Mpint) {$/;"	f
 33612  mpmovefltfix	./cmd/compile/internal/gc/mparith2.go	/^func mpmovefltfix(a *Mpint, b *Mpflt) int {$/;"	f
 33613  mpmovefltflt	./cmd/compile/internal/gc/mparith3.go	/^func mpmovefltflt(a *Mpflt, b *Mpflt) {$/;"	f
 33614  mpmulcflt	./cmd/compile/internal/gc/mparith3.go	/^func mpmulcflt(a *Mpflt, c float64) {$/;"	f
 33615  mpmulfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpmulfixfix(a, b *Mpint) {$/;"	f
 33616  mpmulfltflt	./cmd/compile/internal/gc/mparith3.go	/^func mpmulfltflt(a *Mpflt, b *Mpflt) {$/;"	f
 33617  mpnegfix	./cmd/compile/internal/gc/mparith2.go	/^func mpnegfix(a *Mpint) {$/;"	f
 33618  mpnegflt	./cmd/compile/internal/gc/mparith3.go	/^func mpnegflt(a *Mpflt) {$/;"	f
 33619  mporfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mporfixfix(a, b *Mpint) {$/;"	f
 33620  mpreinit	./runtime/os1_darwin.go	/^func mpreinit(mp *m) {$/;"	f
 33621  mpreinit	./runtime/os1_dragonfly.go	/^func mpreinit(mp *m) {$/;"	f
 33622  mpreinit	./runtime/os1_freebsd.go	/^func mpreinit(mp *m) {$/;"	f
 33623  mpreinit	./runtime/os1_linux.go	/^func mpreinit(mp *m) {$/;"	f
 33624  mpreinit	./runtime/os1_nacl.go	/^func mpreinit(mp *m) {$/;"	f
 33625  mpreinit	./runtime/os1_netbsd.go	/^func mpreinit(mp *m) {$/;"	f
 33626  mpreinit	./runtime/os1_openbsd.go	/^func mpreinit(mp *m) {$/;"	f
 33627  mpreinit	./runtime/os1_plan9.go	/^func mpreinit(mp *m) {$/;"	f
 33628  mpreinit	./runtime/os1_windows.go	/^func mpreinit(mp *m) {$/;"	f
 33629  mpreinit	./runtime/os3_solaris.go	/^func mpreinit(mp *m) {$/;"	f
 33630  mprof_GC	./runtime/mprof.go	/^func mprof_GC() {$/;"	f
 33631  mprshfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mprshfixfix(a, b *Mpint) {$/;"	f
 33632  mpsetovf	./cmd/compile/internal/gc/mparith2.go	/^func mpsetovf(a *Mpint) {$/;"	f
 33633  mpsubfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpsubfixfix(a, b *Mpint) {$/;"	f
 33634  mpsubfltflt	./cmd/compile/internal/gc/mparith3.go	/^func mpsubfltflt(a *Mpflt, b *Mpflt) {$/;"	f
 33635  mptestovf	./cmd/compile/internal/gc/mparith2.go	/^func mptestovf(a *Mpint, extra int) bool {$/;"	f
 33636  mput	./runtime/proc1.go	/^func mput(mp *m) {$/;"	f
 33637  mpxorfixfix	./cmd/compile/internal/gc/mparith2.go	/^func mpxorfixfix(a, b *Mpint) {$/;"	f
 33638  mpzero	./cmd/compile/internal/gc/walk.go	/^var mpzero Mpint$/;"	v
 33639  mr	./io/multi_test.go	/^	var mr Reader$/;"	v
 33640  ms	./cmd/link/internal/ld/macho.go	/^	var ms *MachoSeg$/;"	v
 33641  ms1	./runtime/debug/garbage_test.go	/^	var ms1, ms2 runtime.MemStats$/;"	v
 33642  msDosTimeToTime	./archive/zip/struct.go	/^func msDosTimeToTime(dosDate, dosTime uint16) time.Time {$/;"	f
 33643  msb32	./cmd/compile/internal/big/float.go	/^func msb32(x nat) uint32 {$/;"	f
 33644  msb32	./math/big/float.go	/^func msb32(x nat) uint32 {$/;"	f
 33645  msb64	./cmd/compile/internal/big/float.go	/^func msb64(x nat) uint64 {$/;"	f
 33646  msb64	./math/big/float.go	/^func msb64(x nat) uint64 {$/;"	f
 33647  mscratch	./runtime/runtime2.go	/^type mscratch struct {$/;"	t
 33648  msdosModeToFileMode	./archive/zip/struct.go	/^func msdosModeToFileMode(m uint32) (mode os.FileMode) {$/;"	f
 33649  msect	./cmd/link/internal/ld/macho.go	/^	var msect *MachoSect$/;"	v
 33650  mset	./go/types/decl.go	/^	var mset objset$/;"	v
 33651  mset	./go/types/methodset.go	/^		var mset methodSet$/;"	v
 33652  mset	./go/types/type.go	/^	var mset objset$/;"	v
 33653  msg	./cmd/compile/internal/gc/plive.go	/^	var msg []string$/;"	v
 33654  msg	./cmd/vet/shift.go	/^	var msg string$/;"	v
 33655  msg	./crypto/ecdsa/ecdsa_test.go	/^	var msg []byte$/;"	v
 33656  msg	./flag/flag.go	/^		var msg string$/;"	v
 33657  msg	./go/types/expr.go	/^		var msg string$/;"	v
 33658  msg	./go/types/expr.go	/^	var msg string$/;"	v
 33659  msg	./go/types/labels.go	/^		var msg string$/;"	v
 33660  msg	./go/types/stmt.go	/^		var msg string$/;"	v
 33661  msg	./go/types/stmt.go	/^	var msg string$/;"	v
 33662  msg	./net/smtp/smtp.go	/^		var msg []byte$/;"	v
 33663  msg	./runtime/race/testdata/chan_test.go	/^	type msg struct {$/;"	t
 33664  msg	./syscall/srpc_nacl.go	/^type msg struct {$/;"	t
 33665  msg	./syscall/syscall_bsd.go	/^	var msg Msghdr$/;"	v
 33666  msg	./syscall/syscall_linux.go	/^	var msg Msghdr$/;"	v
 33667  msg	./syscall/syscall_solaris.go	/^	var msg Msghdr$/;"	v
 33668  msgHdr	./syscall/srpc_nacl.go	/^type msgHdr struct {$/;"	t
 33669  msgReceiver	./syscall/srpc_nacl.go	/^type msgReceiver struct {$/;"	t
 33670  msgSender	./syscall/srpc_nacl.go	/^type msgSender struct {$/;"	t
 33671  msgq	./syscall/net_nacl.go	/^type msgq struct {$/;"	t
 33672  msgs	./syscall/netlink_linux.go	/^	var msgs []NetlinkMessage$/;"	v
 33673  msgs	./syscall/sockcmsg_unix.go	/^	var msgs []SocketControlMessage$/;"	v
 33674  msigsave	./runtime/os1_darwin.go	/^func msigsave(mp *m) {$/;"	f
 33675  msigsave	./runtime/os1_dragonfly.go	/^func msigsave(mp *m) {$/;"	f
 33676  msigsave	./runtime/os1_freebsd.go	/^func msigsave(mp *m) {$/;"	f
 33677  msigsave	./runtime/os1_linux.go	/^func msigsave(mp *m) {$/;"	f
 33678  msigsave	./runtime/os1_nacl.go	/^func msigsave(mp *m) {$/;"	f
 33679  msigsave	./runtime/os1_netbsd.go	/^func msigsave(mp *m) {$/;"	f
 33680  msigsave	./runtime/os1_openbsd.go	/^func msigsave(mp *m) {$/;"	f
 33681  msigsave	./runtime/os1_plan9.go	/^func msigsave(mp *m) {$/;"	f
 33682  msigsave	./runtime/os1_windows.go	/^func msigsave(mp *m) {$/;"	f
 33683  msigsave	./runtime/os3_solaris.go	/^func msigsave(mp *m) {$/;"	f
 33684  mspan	./runtime/mheap.go	/^type mspan struct {$/;"	t
 33685  mspinning	./runtime/proc1.go	/^func mspinning() {$/;"	f
 33686  mstart	./runtime/proc1.go	/^func mstart() {$/;"	f
 33687  mstart1	./runtime/proc1.go	/^func mstart1() {$/;"	f
 33688  mstart_nacl	./runtime/os1_nacl.go	/^func mstart_nacl()$/;"	f
 33689  mstates	./cmd/yacc/yacc.go	/^var mstates = make([]int, NSTATES) \/\/ chain of overflows of term\/nonterm generation lists$/;"	v
 33690  mstats	./runtime/debug/garbage_test.go	/^	var mstats runtime.MemStats$/;"	v
 33691  mstats	./runtime/mstats.go	/^type mstats struct {$/;"	t
 33692  mt	./runtime/chan_test.go	/^	type mt struct{}$/;"	t
 33693  mtime	./cmd/dist/util.go	/^func mtime(p string) time.Time {$/;"	f
 33694  mtime	./syscall/fs_nacl.go	/^func (fs *fsys) mtime(ip *inode) {$/;"	f
 33695  mtimeTick	./cmd/go/go_test.go	/^var mtimeTick time.Duration$/;"	v
 33696  mts	./runtime/runtime2.go	/^type mts struct {$/;"	t
 33697  mtype	./cmd/compile/internal/gc/subr.go	/^		var mtype int$/;"	v
 33698  mu	./cmd/vet/testdata/copylock_range.go	/^	for _, mu = range m { \/\/ ERROR "range var mu copies Lock: sync.Mutex"$/;"	v
 33699  mu	./cmd/vet/testdata/copylock_range.go	/^	for _, mu = range s { \/\/ ERROR "range var mu copies Lock: sync.Mutex"$/;"	v
 33700  mu	./cmd/vet/testdata/copylock_range.go	/^	for i, mu = range s { \/\/ ERROR "range var mu copies Lock: sync.Mutex"$/;"	v
 33701  mu	./cmd/vet/testdata/copylock_range.go	/^	for mu = range c { \/\/ ERROR "range var mu copies Lock: sync.Mutex"$/;"	v
 33702  mu	./cmd/vet/testdata/copylock_range.go	/^	for mu, _ = range m { \/\/ ERROR "range var mu copies Lock: sync.Mutex"$/;"	v
 33703  mu	./cmd/vet/testdata/copylock_range.go	/^	var mu sync.Mutex$/;"	v
 33704  mu	./net/dial_test.go	/^	var mu sync.Mutex$/;"	v
 33705  mu	./net/fd_mutex_test.go	/^	var mu fdMutex$/;"	v
 33706  mu	./net/http/serve_test.go	/^	var mu sync.Mutex \/\/ guard stateLog and connID$/;"	v
 33707  mu	./net/http/transport_test.go	/^	var mu sync.Mutex \/\/ guards following$/;"	v
 33708  mu	./net/http/transport_test.go	/^	var mu sync.Mutex$/;"	v
 33709  mu	./runtime/pprof/pprof_test.go	/^	var mu sync.Mutex$/;"	v
 33710  mu	./runtime/race/testdata/mop_test.go	/^	var mu sync.Mutex$/;"	v
 33711  mu	./runtime/race/testdata/mutex_test.go	/^	var mu sync.Mutex$/;"	v
 33712  mu	./runtime/race/testdata/rwmutex_test.go	/^	var mu sync.RWMutex$/;"	v
 33713  mu	./runtime/race/testdata/sync_test.go	/^	var mu sync.Mutex$/;"	v
 33714  mu	./runtime/trace/trace_stack_test.go	/^	var mu sync.Mutex$/;"	v
 33715  mu	./sync/atomic/value_test.go	/^	var mu sync.Mutex \/\/ used only by writers$/;"	v
 33716  mu	./sync/mutex_test.go	/^		var mu PaddedMutex$/;"	v
 33717  mu	./sync/mutex_test.go	/^	var mu Mutex$/;"	v
 33718  mu	./sync/rwmutex_test.go	/^	var mu RWMutex$/;"	v
 33719  mu1	./runtime/race/testdata/mutex_test.go	/^	var mu1 sync.Mutex$/;"	v
 33720  mu1	./runtime/race/testdata/rwmutex_test.go	/^	var mu1 sync.Mutex$/;"	v
 33721  mu2	./runtime/race/testdata/mutex_test.go	/^	var mu2 sync.Mutex$/;"	v
 33722  mu2	./runtime/race/testdata/rwmutex_test.go	/^	var mu2 sync.RWMutex$/;"	v
 33723  muintptr	./runtime/runtime2.go	/^type muintptr uintptr$/;"	t
 33724  mul	./cmd/compile/internal/big/bits_test.go	/^func (x Bits) mul(y Bits) Bits {$/;"	f
 33725  mul	./cmd/compile/internal/big/hilbert_test.go	/^func (a *matrix) mul(b *matrix) *matrix {$/;"	f
 33726  mul	./cmd/compile/internal/big/nat.go	/^func (z nat) mul(x, y nat) nat {$/;"	f
 33727  mul	./cmd/compile/internal/gc/subr.go	/^		var mul int64$/;"	v
 33728  mul	./crypto/aes/aes_test.go	/^func mul(b, c uint32) uint32 {$/;"	f
 33729  mul	./crypto/cipher/gcm.go	/^func (g *gcm) mul(y *gcmFieldElement) {$/;"	f
 33730  mul	./math/big/bits_test.go	/^func (x Bits) mul(y Bits) Bits {$/;"	f
 33731  mul	./math/big/hilbert_test.go	/^func (a *matrix) mul(b *matrix) *matrix {$/;"	f
 33732  mul	./math/big/nat.go	/^func (z nat) mul(x, y nat) nat {$/;"	f
 33733  mul	./runtime/softfloat64_test.go	/^func mul(x, y float64) float64 { return x * y }$/;"	f
 33734  mulAddVWW	./cmd/compile/internal/big/arith_decl.go	/^func mulAddVWW(z, x []Word, y, r Word) (c Word) {$/;"	f
 33735  mulAddVWW	./math/big/arith_decl.go	/^func mulAddVWW(z, x []Word, y, r Word) (c Word)$/;"	f
 33736  mulAddVWW	./math/big/arith_decl_pure.go	/^func mulAddVWW(z, x []Word, y, r Word) (c Word) {$/;"	f
 33737  mulAddVWW_g	./cmd/compile/internal/big/arith.go	/^func mulAddVWW_g(z, x []Word, y, r Word) (c Word) {$/;"	f
 33738  mulAddVWW_g	./math/big/arith.go	/^func mulAddVWW_g(z, x []Word, y, r Word) (c Word) {$/;"	f
 33739  mulAddWW	./cmd/compile/internal/big/nat.go	/^func (z nat) mulAddWW(x nat, y, r Word) nat {$/;"	f
 33740  mulAddWW	./math/big/nat.go	/^func (z nat) mulAddWW(x nat, y, r Word) nat {$/;"	f
 33741  mulAddWWWTests	./cmd/compile/internal/big/arith_test.go	/^var mulAddWWWTests = []struct {$/;"	v
 33742  mulAddWWWTests	./math/big/arith_test.go	/^var mulAddWWWTests = []struct {$/;"	v
 33743  mulAddWWW_g	./cmd/compile/internal/big/arith.go	/^func mulAddWWW_g(x, y, c Word) (z1, z0 Word) {$/;"	f
 33744  mulAddWWW_g	./math/big/arith.go	/^func mulAddWWW_g(x, y, c Word) (z1, z0 Word) {$/;"	f
 33745  mulBytes	./cmd/compile/internal/big/int_test.go	/^func mulBytes(x, y []byte) []byte {$/;"	f
 33746  mulBytes	./math/big/int_test.go	/^func mulBytes(x, y []byte) []byte {$/;"	f
 33747  mulDenom	./cmd/compile/internal/big/rat.go	/^func mulDenom(z, x, y nat) nat {$/;"	f
 33748  mulDenom	./math/big/rat.go	/^func mulDenom(z, x, y nat) nat {$/;"	f
 33749  mulRange	./cmd/compile/internal/big/nat.go	/^func (z nat) mulRange(a, b uint64) nat {$/;"	f
 33750  mulRange	./go/types/hilbert_test.go	/^func (g *gen) mulRange(a, b int) {$/;"	f
 33751  mulRange	./math/big/nat.go	/^func (z nat) mulRange(a, b uint64) nat {$/;"	f
 33752  mulRangesN	./cmd/compile/internal/big/nat_test.go	/^var mulRangesN = []struct {$/;"	v
 33753  mulRangesN	./math/big/nat_test.go	/^var mulRangesN = []struct {$/;"	v
 33754  mulRangesZ	./cmd/compile/internal/big/int_test.go	/^var mulRangesZ = []struct {$/;"	v
 33755  mulRangesZ	./math/big/int_test.go	/^var mulRangesZ = []struct {$/;"	v
 33756  mulWW	./cmd/compile/internal/big/arith_decl.go	/^func mulWW(x, y Word) (z1, z0 Word) {$/;"	f
 33757  mulWW	./math/big/arith_decl.go	/^func mulWW(x, y Word) (z1, z0 Word)$/;"	f
 33758  mulWW	./math/big/arith_decl_pure.go	/^func mulWW(x, y Word) (z1, z0 Word) {$/;"	f
 33759  mulWWTests	./cmd/compile/internal/big/arith_test.go	/^var mulWWTests = []struct {$/;"	v
 33760  mulWWTests	./math/big/arith_test.go	/^var mulWWTests = []struct {$/;"	v
 33761  mulWW_g	./cmd/compile/internal/big/arith.go	/^func mulWW_g(x, y Word) (z1, z0 Word) {$/;"	f
 33762  mulWW_g	./math/big/arith.go	/^func mulWW_g(x, y Word) (z1, z0 Word) {$/;"	f
 33763  mullu	./runtime/softfloat64.go	/^func mullu(u, v uint64) (lo, hi uint64) {$/;"	f
 33764  multi	./cmd/vet/testdata/print.go	/^func multi() []interface{} {$/;"	f
 33765  multiExecTests	./text/template/multi_test.go	/^var multiExecTests = []execTest{$/;"	v
 33766  multiParseTest	./text/template/multi_test.go	/^type multiParseTest struct {$/;"	t
 33767  multiParseTests	./text/template/multi_test.go	/^var multiParseTests = []multiParseTest{$/;"	v
 33768  multiReader	./io/multi.go	/^type multiReader struct {$/;"	t
 33769  multiSorter	./sort/example_multi_test.go	/^type multiSorter struct {$/;"	t
 33770  multiTests	./fmt/scan_test.go	/^var multiTests = []ScanfMultiTest{$/;"	v
 33771  multiWriter	./io/multi.go	/^type multiWriter struct {$/;"	t
 33772  multicastRIBContains	./net/listen_test.go	/^func multicastRIBContains(ip IP) (bool, error) {$/;"	f
 33773  multipartByReader	./net/http/request.go	/^var multipartByReader = &multipart.Form{$/;"	v
 33774  multipartReader	./net/http/request.go	/^func (r *Request) multipartReader() (*multipart.Reader, error) {$/;"	f
 33775  multiple	./encoding/gob/type_test.go	/^\/\/ Should be OK to register the same type multiple times, as long as they're$/;"	t
 33776  multipleDefaults	./go/types/stmt.go	/^func (check *Checker) multipleDefaults(list []ast.Stmt) {$/;"	f
 33777  munmap	./runtime/os1_nacl.go	/^func munmap(addr unsafe.Pointer, n uintptr)               {}$/;"	f
 33778  munmap	./runtime/os3_solaris.go	/^func munmap(addr unsafe.Pointer, n uintptr) {$/;"	f
 33779  munmap	./runtime/stubs2.go	/^func munmap(addr unsafe.Pointer, n uintptr)$/;"	f
 33780  munmap	./syscall/zsyscall_darwin_386.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33781  munmap	./syscall/zsyscall_darwin_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33782  munmap	./syscall/zsyscall_darwin_arm.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33783  munmap	./syscall/zsyscall_darwin_arm64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33784  munmap	./syscall/zsyscall_dragonfly_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33785  munmap	./syscall/zsyscall_freebsd_386.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33786  munmap	./syscall/zsyscall_freebsd_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33787  munmap	./syscall/zsyscall_freebsd_arm.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33788  munmap	./syscall/zsyscall_linux_386.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33789  munmap	./syscall/zsyscall_linux_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33790  munmap	./syscall/zsyscall_linux_arm.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33791  munmap	./syscall/zsyscall_linux_arm64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33792  munmap	./syscall/zsyscall_linux_ppc64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33793  munmap	./syscall/zsyscall_linux_ppc64le.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33794  munmap	./syscall/zsyscall_netbsd_386.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33795  munmap	./syscall/zsyscall_netbsd_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33796  munmap	./syscall/zsyscall_netbsd_arm.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33797  munmap	./syscall/zsyscall_openbsd_386.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33798  munmap	./syscall/zsyscall_openbsd_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33799  munmap	./syscall/zsyscall_openbsd_arm.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33800  munmap	./syscall/zsyscall_solaris_amd64.go	/^func munmap(addr uintptr, length uintptr) (err error) {$/;"	f
 33801  must	./cmd/compile/internal/gc/subr.go	/^		\/\/ standard algorithm, so the element type must not be$/;"	t
 33802  must	./cmd/compile/internal/gc/subr.go	/^		\/\/ standard memequal, so the element type must not be$/;"	t
 33803  must	./cmd/compile/internal/gc/subr.go	/^\/\/ Any cyclic type must go through a named type, and if one is$/;"	t
 33804  must	./cmd/compile/internal/gc/syntax.go	/^	Norace         bool \/\/ func must not have race detector annotations$/;"	f
 33805  must	./cmd/compile/internal/gc/typecheck.go	/^		\/\/ Also, the underlying type must be a struct, map, slice, or array.$/;"	t
 33806  must	./cmd/go/go_test.go	/^func (tg *testgoData) must(err error) {$/;"	f
 33807  must	./cmd/vet/types.go	/^	\/\/ The type must be a signature, but be sure for safety.$/;"	t
 33808  must	./encoding/gob/decode.go	/^	\/\/ The concrete type must be registered.$/;"	t
 33809  must	./encoding/json/encode.go	/^\/\/ The map's key type must be string; the map keys are used as JSON object$/;"	t
 33810  must	./go/ast/filter.go	/^		\/\/ the receiver type must be a type name$/;"	t
 33811  must	./go/format/format.go	/^\/\/ The node type must be *ast.File, *printer.CommentedNode, []ast.Decl,$/;"	t
 33812  must	./go/printer/printer.go	/^\/\/ The node type must be *ast.File, *CommentedNode, []ast.Decl, []ast.Stmt,$/;"	t
 33813  must	./go/printer/testdata/parser.go	/^	\/\/ recv type must be of the form ["*"] identifier$/;"	t
 33814  must	./go/types/builtins.go	/^			check.invalidArg(arg0.Pos(), "cannot make %s; type must be slice, map, or channel", arg0)$/;"	t
 33815  must	./go/types/expr.go	/^	\/\/ If x is the lhs of a shift, its final type must be integer.$/;"	t
 33816  must	./go/types/expr.go	/^and assigns it it's final type, that type must be an integer type, and a$/;"	t
 33817  must	./go/types/ordering.go	/^					\/\/ Embedded interface: The type must be a (possibly$/;"	t
 33818  must	./go/types/type.go	/^		panic("types.Named.SetUnderlying: underlying type must not be *Named")$/;"	t
 33819  must	./go/types/type.go	/^		panic("types.Named.SetUnderlying: underlying type must not be nil")$/;"	t
 33820  must	./go/types/type.go	/^		panic("types.NewNamed: underlying type must not be *Named")$/;"	t
 33821  must	./go/types/type.go	/^\/\/ The underlying type must not be a *Named.$/;"	t
 33822  must	./go/types/typexpr.go	/^				\/\/ spec: "An embedded type must be specified as a type name$/;"	t
 33823  must	./go/types/typexpr.go	/^		\/\/ for operands of the key type; thus the key type must not be a$/;"	t
 33824  must	./go/types/typexpr.go	/^		\/\/ spec: "The receiver type must be of the form T or *T where T is a type name."$/;"	t
 33825  must	./net/rpc/server.go	/^		\/\/ Reply type must be exported.$/;"	t
 33826  must	./reflect/type.go	/^		panic("reflect.FuncOf: last arg of variadic func must be slice")$/;"	f
 33827  must	./reflect/type.go	/^\/\/ a nil *rtype must be replaced by a nil Type, but in gccgo this$/;"	t
 33828  mustBe	./reflect/value.go	/^func (f flag) mustBe(expected Kind) {$/;"	f
 33829  mustBeAssignable	./reflect/value.go	/^func (f flag) mustBeAssignable() {$/;"	f
 33830  mustBeExported	./reflect/value.go	/^func (f flag) mustBeExported() {$/;"	f
 33831  mustBeNil	./testing/cover.go	/^func mustBeNil(err error) {$/;"	f
 33832  mustCIDR	./net/addrselect.go	/^func mustCIDR(s string) *IPNet {$/;"	f
 33833  mustEnv	./cmd/dist/test.go	/^func mustEnv(k string) string {$/;"	f
 33834  mustFind	./cmd/link/internal/ld/dwarf.go	/^func mustFind(die *DWDie, name string) *DWDie {$/;"	f
 33835  mustFind	./syscall/dll_windows.go	/^func (p *LazyProc) mustFind() {$/;"	f
 33836  mustGet	./net/http/serve_test.go	/^func mustGet(t *testing.T, url string, headers ...string) {$/;"	f
 33837  mustGetTypeInfo	./encoding/gob/type.go	/^func mustGetTypeInfo(rt reflect.Type) *typeInfo {$/;"	f
 33838  mustLoad	./syscall/dll_windows.go	/^func (d *LazyDLL) mustLoad() {$/;"	f
 33839  mustNewRequest	./net/http/httputil/dump_test.go	/^func mustNewRequest(method, url string, body io.Reader) *http.Request {$/;"	f
 33840  mustNotExist	./cmd/go/go_test.go	/^func (tg *testgoData) mustNotExist(path string) {$/;"	f
 33841  mustPanic	./crypto/aes/aes_test.go	/^func mustPanic(t *testing.T, msg string, f func()) {$/;"	f
 33842  mustPanic	./crypto/cipher/cipher_test.go	/^func mustPanic(t *testing.T, msg string, f func()) {$/;"	f
 33843  mustParseURL	./net/http/cookiejar/jar_test.go	/^func mustParseURL(s string) *url.URL {$/;"	f
 33844  mustParseURL	./net/http/httputil/dump_test.go	/^func mustParseURL(s string) *url.URL {$/;"	f
 33845  mustParseURL	./net/http/requestwrite_test.go	/^func mustParseURL(s string) *url.URL {$/;"	f
 33846  mustReadRune	./fmt/scan.go	/^func (s *ss) mustReadRune() (r rune) {$/;"	f
 33847  mustRemoveAll	./net/http/fs_test.go	/^func mustRemoveAll(dir string) {$/;"	f
 33848  mustStat	./net/http/fs_test.go	/^func mustStat(t *testing.T, fileName string) os.FileInfo {$/;"	f
 33849  mustTypecheck	./go/types/api_test.go	/^func mustTypecheck(t *testing.T, path, source string, info *Info) string {$/;"	f
 33850  mustgetc	./encoding/xml/xml.go	/^func (d *Decoder) mustgetc() (b byte, ok bool) {$/;"	f
 33851  mutex	./runtime/race/testdata/atomic_test.go	/^	var mutex sync.Mutex$/;"	v
 33852  mutex	./runtime/race/testdata/sync_test.go	/^	var mutex sync.Mutex$/;"	v
 33853  mutex	./runtime/runtime2.go	/^type mutex struct {$/;"	t
 33854  mutexBit	./net/fd_mutex.go	/^	var mutexBit, mutexWait, mutexMask uint64$/;"	v
 33855  mutexSema	./net/fd_mutex.go	/^	var mutexSema *uint32$/;"	v
 33856  mutualCipherSuite	./crypto/tls/cipher_suites.go	/^func mutualCipherSuite(have []uint16, want uint16) *cipherSuite {$/;"	f
 33857  mutualProtocol	./crypto/tls/handshake_client.go	/^func mutualProtocol(protos, preferenceProtos []string) (string, bool) {$/;"	f
 33858  mutualVersion	./crypto/tls/common.go	/^func (c *Config) mutualVersion(vers uint16) (uint16, bool) {$/;"	f
 33859  muxEntry	./net/http/server.go	/^type muxEntry struct {$/;"	t
 33860  mxString	./net/lookup_test.go	/^func mxString(mxs []*MX) string {$/;"	f
 33861  myError	./runtime/chanbarrier_test.go	/^type myError struct {$/;"	t
 33862  myError	./text/template/exec_test.go	/^var myError = errors.New("my error")$/;"	v
 33863  myHeap	./container/heap/heap_test.go	/^type myHeap []int$/;"	t
 33864  myInt	./cmd/api/testdata/src/pkg/p1/p1.go	/^type myInt int$/;"	t
 33865  myPipe	./net/rpc/jsonrpc/all_test.go	/^func myPipe() (*pipe, *pipe) {$/;"	f
 33866  myStringReader	./fmt/scan_test.go	/^type myStringReader struct {$/;"	t
 33867  myStruct	./testing/quick/quick_test.go	/^type myStruct struct {$/;"	t
 33868  myStructProperty	./testing/quick/quick_test.go	/^func myStructProperty(in myStruct) bool { return in.x == 42 }$/;"	f
 33869  my_enum	./debug/dwarf/testdata/typedef.c	/^typedef enum my_enum {$/;"	g	file:
 33870  my_struct	./debug/dwarf/testdata/typedef.c	/^typedef struct my_struct {$/;"	s	file:
 33871  my_struct1	./debug/dwarf/testdata/typedef.c	/^typedef struct my_struct1 {$/;"	s	file:
 33872  my_union	./debug/dwarf/testdata/typedef.c	/^typedef union my_union {$/;"	u	file:
 33873  myatof32	./strconv/fp_test.go	/^func myatof32(s string) (f float32, ok bool) {$/;"	f
 33874  myatof64	./strconv/fp_test.go	/^func myatof64(s string) (f float64, ok bool) {$/;"	f
 33875  mybool	./go/types/api_test.go	/^		\/\/ {`package p2; type mybool bool; var m map[string]complex128; var b mybool; func _() { _, b = m["foo"] }`,$/;"	t
 33876  myimportpath	./cmd/compile/internal/gc/go.go	/^var myimportpath string$/;"	v
 33877  mywhatsys	./cmd/link/internal/ld/lib.go	/^func mywhatsys() {$/;"	f
 33878  n0	./net/http/internal/chunked.go	/^		var n0 int$/;"	v
 33879  n1	./cmd/compile/internal/amd64/ggen.go	/^		var n1 gc.Node$/;"	v
 33880  n1	./cmd/compile/internal/amd64/ggen.go	/^	var n1 gc.Node$/;"	v
 33881  n1	./cmd/compile/internal/amd64/gsubr.go	/^	var n1 gc.Node$/;"	v
 33882  n1	./cmd/compile/internal/arm/cgen.go	/^	var n1 gc.Node$/;"	v
 33883  n1	./cmd/compile/internal/arm/cgen64.go	/^		var n1 gc.Node$/;"	v
 33884  n1	./cmd/compile/internal/arm/ggen.go	/^		var n1 gc.Node$/;"	v
 33885  n1	./cmd/compile/internal/arm/ggen.go	/^	var n1 gc.Node$/;"	v
 33886  n1	./cmd/compile/internal/arm/gsubr.go	/^				var n1 gc.Node$/;"	v
 33887  n1	./cmd/compile/internal/arm/gsubr.go	/^			var n1 gc.Node$/;"	v
 33888  n1	./cmd/compile/internal/arm/gsubr.go	/^		var n1 gc.Node$/;"	v
 33889  n1	./cmd/compile/internal/arm64/ggen.go	/^		var n1 gc.Node$/;"	v
 33890  n1	./cmd/compile/internal/arm64/ggen.go	/^	var n1 gc.Node$/;"	v
 33891  n1	./cmd/compile/internal/arm64/gsubr.go	/^	var n1 gc.Node$/;"	v
 33892  n1	./cmd/compile/internal/gc/cgen.go	/^					var n1 Node$/;"	v
 33893  n1	./cmd/compile/internal/gc/cgen.go	/^				var n1 Node$/;"	v
 33894  n1	./cmd/compile/internal/gc/cgen.go	/^			var n1 Node$/;"	v
 33895  n1	./cmd/compile/internal/gc/cgen.go	/^			var n1, n2 Node$/;"	v
 33896  n1	./cmd/compile/internal/gc/cgen.go	/^		var n1 Node$/;"	v
 33897  n1	./cmd/compile/internal/gc/cgen.go	/^	var n1 Node$/;"	v
 33898  n1	./cmd/compile/internal/gc/cgen.go	/^	var n1, n2 Node$/;"	v
 33899  n1	./cmd/compile/internal/gc/cplx.go	/^			var n1 Node$/;"	v
 33900  n1	./cmd/compile/internal/gc/cplx.go	/^		var n1 Node$/;"	v
 33901  n1	./cmd/compile/internal/gc/cplx.go	/^	var n1 Node$/;"	v
 33902  n1	./cmd/compile/internal/gc/sinit.go	/^	var n1 Node$/;"	v
 33903  n1	./cmd/compile/internal/gc/typecheck.go	/^	var n1 int$/;"	v
 33904  n1	./cmd/compile/internal/gc/walk.go	/^		var n1 *Node$/;"	v
 33905  n1	./cmd/compile/internal/ppc64/ggen.go	/^		var n1 gc.Node$/;"	v
 33906  n1	./cmd/compile/internal/ppc64/ggen.go	/^	var n1 gc.Node$/;"	v
 33907  n1	./cmd/compile/internal/ppc64/gsubr.go	/^	var n1 gc.Node$/;"	v
 33908  n1	./cmd/compile/internal/x86/ggen.go	/^		var n1 gc.Node$/;"	v
 33909  n1	./cmd/compile/internal/x86/ggen.go	/^	var n1 gc.Node$/;"	v
 33910  n1	./cmd/compile/internal/x86/gsubr.go	/^				var n1 gc.Node$/;"	v
 33911  n1	./cmd/compile/internal/x86/gsubr.go	/^			var n1 gc.Node$/;"	v
 33912  n1	./cmd/compile/internal/x86/gsubr.go	/^		var n1 gc.Node$/;"	v
 33913  n1	./cmd/compile/internal/x86/gsubr.go	/^	var n1 gc.Node$/;"	v
 33914  n1	./cmd/pprof/internal/profile/legacy_profile.go	/^	var n1, n2, n3, n4, n5 uint64$/;"	v
 33915  n1b	./cmd/compile/internal/amd64/ggen.go	/^	var n1b gc.Node$/;"	v
 33916  n2	./cmd/compile/internal/amd64/ggen.go	/^	var n2 gc.Node$/;"	v
 33917  n2	./cmd/compile/internal/arm/cgen.go	/^	var n2 gc.Node$/;"	v
 33918  n2	./cmd/compile/internal/arm/ggen.go	/^			var n2 gc.Node$/;"	v
 33919  n2	./cmd/compile/internal/arm/ggen.go	/^	var n2 gc.Node$/;"	v
 33920  n2	./cmd/compile/internal/arm64/ggen.go	/^	var n2 gc.Node$/;"	v
 33921  n2	./cmd/compile/internal/gc/cgen.go	/^						var n2 Node$/;"	v
 33922  n2	./cmd/compile/internal/gc/cgen.go	/^				var n2 Node$/;"	v
 33923  n2	./cmd/compile/internal/gc/cgen.go	/^			var n2 Node$/;"	v
 33924  n2	./cmd/compile/internal/gc/cgen.go	/^		var n2 Node$/;"	v
 33925  n2	./cmd/compile/internal/gc/cgen.go	/^	var n2 Node$/;"	v
 33926  n2	./cmd/compile/internal/gc/cplx.go	/^			var n2 Node$/;"	v
 33927  n2	./cmd/compile/internal/gc/cplx.go	/^		var n2 Node$/;"	v
 33928  n2	./cmd/compile/internal/gc/cplx.go	/^	var n2 Node$/;"	v
 33929  n2	./cmd/compile/internal/gc/typecheck.go	/^	var n2 int$/;"	v
 33930  n2	./cmd/compile/internal/ppc64/ggen.go	/^	var n2 gc.Node$/;"	v
 33931  n2	./cmd/compile/internal/x86/ggen.go	/^		var n2 gc.Node$/;"	v
 33932  n2	./cmd/compile/internal/x86/ggen.go	/^	var n2 gc.Node$/;"	v
 33933  n2	./cmd/compile/internal/x86/gsubr.go	/^	var n2 gc.Node$/;"	v
 33934  n2b	./cmd/compile/internal/amd64/ggen.go	/^	var n2b gc.Node$/;"	v
 33935  n3	./cmd/compile/internal/amd64/ggen.go	/^			var n3 gc.Node$/;"	v
 33936  n3	./cmd/compile/internal/amd64/ggen.go	/^	var n3 gc.Node$/;"	v
 33937  n3	./cmd/compile/internal/arm/ggen.go	/^	var n3 gc.Node$/;"	v
 33938  n3	./cmd/compile/internal/arm64/ggen.go	/^			var n3 gc.Node$/;"	v
 33939  n3	./cmd/compile/internal/arm64/ggen.go	/^	var n3 gc.Node$/;"	v
 33940  n3	./cmd/compile/internal/gc/cgen.go	/^			var n3 Node$/;"	v
 33941  n3	./cmd/compile/internal/gc/cgen.go	/^		var n3 Node$/;"	v
 33942  n3	./cmd/compile/internal/gc/cplx.go	/^		var n3 Node$/;"	v
 33943  n3	./cmd/compile/internal/gc/cplx.go	/^	var n3 Node$/;"	v
 33944  n3	./cmd/compile/internal/ppc64/ggen.go	/^			var n3 gc.Node$/;"	v
 33945  n3	./cmd/compile/internal/ppc64/ggen.go	/^	var n3 gc.Node$/;"	v
 33946  n3	./cmd/compile/internal/x86/ggen.go	/^			var n3 gc.Node$/;"	v
 33947  n32	./debug/macho/file.go	/^			var n32 Nlist32$/;"	v
 33948  n4	./cmd/compile/internal/amd64/ggen.go	/^		var n4 gc.Node$/;"	v
 33949  n4	./cmd/compile/internal/amd64/ggen.go	/^	var n4 gc.Node$/;"	v
 33950  n4	./cmd/compile/internal/arm64/ggen.go	/^		var n4 gc.Node$/;"	v
 33951  n4	./cmd/compile/internal/gc/cgen.go	/^			var n4 Node$/;"	v
 33952  n4	./cmd/compile/internal/gc/cplx.go	/^		var n4 Node$/;"	v
 33953  n4	./cmd/compile/internal/gc/cplx.go	/^	var n4 Node$/;"	v
 33954  n4	./cmd/compile/internal/ppc64/ggen.go	/^		var n4 gc.Node$/;"	v
 33955  n4	./cmd/compile/internal/x86/ggen.go	/^	var n4 gc.Node$/;"	v
 33956  n5	./cmd/compile/internal/amd64/ggen.go	/^		var n5 gc.Node$/;"	v
 33957  n5	./cmd/compile/internal/arm64/ggen.go	/^		var n5 gc.Node$/;"	v
 33958  n5	./cmd/compile/internal/gc/cplx.go	/^	var n5 Node$/;"	v
 33959  n5	./cmd/compile/internal/ppc64/ggen.go	/^		var n5 gc.Node$/;"	v
 33960  n6	./cmd/compile/internal/gc/cplx.go	/^	var n6 Node$/;"	v
 33961  nBits	./image/jpeg/writer.go	/^	var nBits uint32$/;"	v
 33962  nCodes	./image/jpeg/huffman.go	/^		var nCodes [maxCodeLength]int32$/;"	v
 33963  nErr	./bytes/reader_test.go	/^	type nErr struct {$/;"	t
 33964  nIsInfinityMask	./crypto/elliptic/p256.go	/^	var nIsInfinityMask, index, pIsNoninfiniteMask, mask uint32$/;"	v
 33965  nPix	./image/gif/reader.go	/^	var nPix []uint8$/;"	v
 33966  nSuccess	./net/http/transport_test.go	/^	var nSuccess = 0$/;"	v
 33967  nSwitchLabel	./cmd/compile/internal/gc/swt.go	/^var nSwitchLabel int$/;"	v
 33968  nUpper	./time/format.go	/^	var nUpper int$/;"	v
 33969  na	./cmd/compile/internal/gc/subr.go	/^		var na *Node$/;"	v
 33970  naclClose	./syscall/zsyscall_nacl_386.go	/^func naclClose(fd int) (err error) {$/;"	f
 33971  naclClose	./syscall/zsyscall_nacl_amd64p32.go	/^func naclClose(fd int) (err error) {$/;"	f
 33972  naclClose	./syscall/zsyscall_nacl_arm.go	/^func naclClose(fd int) (err error) {$/;"	f
 33973  naclFile	./syscall/fd_nacl.go	/^type naclFile struct {$/;"	t
 33974  naclFstat	./syscall/zsyscall_nacl_386.go	/^func naclFstat(fd int, stat *Stat_t) (err error) {$/;"	f
 33975  naclFstat	./syscall/zsyscall_nacl_amd64p32.go	/^func naclFstat(fd int, stat *Stat_t) (err error) {$/;"	f
 33976  naclFstat	./syscall/zsyscall_nacl_arm.go	/^func naclFstat(fd int, stat *Stat_t) (err error) {$/;"	f
 33977  naclGetRandomBytes	./syscall/zsyscall_nacl_386.go	/^func naclGetRandomBytes(b []byte) (err error) {$/;"	f
 33978  naclGetRandomBytes	./syscall/zsyscall_nacl_amd64p32.go	/^func naclGetRandomBytes(b []byte) (err error) {$/;"	f
 33979  naclGetRandomBytes	./syscall/zsyscall_nacl_arm.go	/^func naclGetRandomBytes(b []byte) (err error) {$/;"	f
 33980  naclRead	./syscall/zsyscall_nacl_386.go	/^func naclRead(fd int, b []byte) (n int, err error) {$/;"	f
 33981  naclRead	./syscall/zsyscall_nacl_amd64p32.go	/^func naclRead(fd int, b []byte) (n int, err error) {$/;"	f
 33982  naclRead	./syscall/zsyscall_nacl_arm.go	/^func naclRead(fd int, b []byte) (n int, err error) {$/;"	f
 33983  naclSeek	./syscall/zsyscall_nacl_386.go	/^func naclSeek(fd int, off *int64, whence int) (err error) {$/;"	f
 33984  naclSeek	./syscall/zsyscall_nacl_amd64p32.go	/^func naclSeek(fd int, off *int64, whence int) (err error) {$/;"	f
 33985  naclSeek	./syscall/zsyscall_nacl_arm.go	/^func naclSeek(fd int, off *int64, whence int) (err error) {$/;"	f
 33986  naclWrite	./syscall/fd_nacl.go	/^func naclWrite(fd int, b []byte) int$/;"	f
 33987  nacl_cond_broadcast	./runtime/os_nacl.go	/^func nacl_cond_broadcast(cond int32) int32$/;"	f
 33988  nacl_cond_create	./runtime/os_nacl.go	/^func nacl_cond_create(flag int32) int32$/;"	f
 33989  nacl_cond_signal	./runtime/os_nacl.go	/^func nacl_cond_signal(cond int32) int32$/;"	f
 33990  nacl_cond_timed_wait_abs	./runtime/os_nacl.go	/^func nacl_cond_timed_wait_abs(cond, lock int32, ts *timespec) int32$/;"	f
 33991  nacl_cond_wait	./runtime/os_nacl.go	/^func nacl_cond_wait(cond, n int32) int32$/;"	f
 33992  nacl_exception_handler	./runtime/os_nacl.go	/^func nacl_exception_handler(fn uintptr, arg unsafe.Pointer) int32$/;"	f
 33993  nacl_exception_stack	./runtime/os_nacl.go	/^func nacl_exception_stack(p uintptr, size int32) int32$/;"	f
 33994  nacl_mutex_create	./runtime/os_nacl.go	/^func nacl_mutex_create(flag int32) int32$/;"	f
 33995  nacl_mutex_lock	./runtime/os_nacl.go	/^func nacl_mutex_lock(mutex int32) int32$/;"	f
 33996  nacl_mutex_trylock	./runtime/os_nacl.go	/^func nacl_mutex_trylock(mutex int32) int32$/;"	f
 33997  nacl_mutex_unlock	./runtime/os_nacl.go	/^func nacl_mutex_unlock(mutex int32) int32$/;"	f
 33998  nacl_nanosleep	./runtime/os_nacl.go	/^func nacl_nanosleep(ts, extra *timespec) int32$/;"	f
 33999  nacl_sem_create	./runtime/os_nacl.go	/^func nacl_sem_create(flag int32) int32$/;"	f
 34000  nacl_sem_post	./runtime/os_nacl.go	/^func nacl_sem_post(sem int32) int32$/;"	f
 34001  nacl_sem_wait	./runtime/os_nacl.go	/^func nacl_sem_wait(sem int32) int32$/;"	f
 34002  nacl_thread_create	./runtime/os_nacl.go	/^func nacl_thread_create(fn uintptr, stk, tls, xx unsafe.Pointer) int32$/;"	f
 34003  nacladdr	./cmd/internal/obj/x86/obj6.go	/^func nacladdr(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) {$/;"	f
 34004  naclbpfix	./cmd/internal/obj/x86/asm6.go	/^var naclbpfix = []uint8{0x4c, 0x01, 0xfd} \/\/ ADDQ R15, BP$/;"	v
 34005  naclmovs	./cmd/internal/obj/x86/asm6.go	/^var naclmovs = []uint8{$/;"	v
 34006  naclpad	./cmd/internal/obj/x86/asm6.go	/^func naclpad(ctxt *obj.Link, s *obj.LSym, c int32, pad int32) int32 {$/;"	f
 34007  naclpad	./reflect/all_test.go	/^func naclpad() []byte {$/;"	f
 34008  naclret	./cmd/internal/obj/x86/asm6.go	/^var naclret = []uint8{$/;"	v
 34009  naclret8	./cmd/internal/obj/x86/asm6.go	/^var naclret8 = []uint8{$/;"	v
 34010  naclspfix	./cmd/internal/obj/x86/asm6.go	/^var naclspfix = []uint8{0x4c, 0x01, 0xfc} \/\/ ADDQ R15, SP$/;"	v
 34011  naclstos	./cmd/internal/obj/x86/asm6.go	/^var naclstos = []uint8{$/;"	v
 34012  nacltrunc	./cmd/internal/obj/x86/asm6.go	/^func nacltrunc(ctxt *obj.Link, reg int) {$/;"	f
 34013  nadj	./math/lgamma.go	/^	var nadj float64$/;"	v
 34014  nam	./cmd/compile/internal/gc/pgen.go	/^	var nam *Node$/;"	v
 34015  nam	./cmd/compile/internal/gc/sinit.go	/^		var nam Node$/;"	v
 34016  nam	./cmd/compile/internal/gc/sinit.go	/^	var nam Node$/;"	v
 34017  name	./cmd/cgo/gcc.go	/^			\/\/ Substitute definition for mangled type name.$/;"	t
 34018  name	./cmd/cgo/gcc.go	/^		\/\/ If this is a struct, union, or enum type name, no need to guess the kind.$/;"	t
 34019  name	./cmd/compile/internal/gc/closure.go	/^			var name *Sym$/;"	v
 34020  name	./cmd/compile/internal/gc/closure.go	/^	var name *Node$/;"	v
 34021  name	./cmd/compile/internal/gc/fmt.go	/^		var name string$/;"	v
 34022  name	./cmd/compile/internal/gc/go.y	/^name:$/;"	l
 34023  name	./cmd/compile/internal/gc/obj.go	/^	var name string$/;"	v
 34024  name	./cmd/compile/internal/gc/reflect.go	/^	\/\/ %-T is the complete, unambiguous type name.$/;"	t
 34025  name	./cmd/compile/internal/gc/subr.go	/^		v.U = rcvr.Type.Sym.Name \/\/ type name$/;"	t
 34026  name	./cmd/compile/internal/gc/subr.go	/^	\/\/ need a type name$/;"	t
 34027  name	./cmd/compile/internal/gc/swt.go	/^	var name *Node$/;"	v
 34028  name	./cmd/compile/internal/gc/syntax.go	/^	ONAME    \/\/ var, const or func name$/;"	f
 34029  name	./cmd/compile/internal/gc/syntax.go	/^	OTYPE    \/\/ type name$/;"	t
 34030  name	./cmd/internal/obj/objfile.go	/^		var name string$/;"	v
 34031  name	./cmd/internal/obj/pass.go	/^	var name string$/;"	v
 34032  name	./cmd/link/internal/ld/dwarf.go	/^		Diag("dwarf: type name doesn't start with \\".type\\": %s", gotype.Name)$/;"	t
 34033  name	./cmd/link/internal/ld/elf.go	/^	var name string$/;"	v
 34034  name	./cmd/link/internal/ld/go.go	/^	var name string$/;"	v
 34035  name	./cmd/link/internal/ld/ldelf.go	/^	var name string$/;"	v
 34036  name	./cmd/link/internal/ld/ldmacho.go	/^	var name string$/;"	v
 34037  name	./cmd/link/internal/ld/ldpe.go	/^	var name string$/;"	v
 34038  name	./cmd/link/internal/ld/lib.go	/^	var name string$/;"	v
 34039  name	./cmd/pprof/internal/report/report.go	/^	var name string$/;"	v
 34040  name	./cmd/vet/composite.go	/^		\/\/ A simple type name like t or T does not need keys either,$/;"	t
 34041  name	./cmd/vet/types.go	/^	warnf("invalid type name %q", name)$/;"	t
 34042  name	./cmd/yacc/yacc.go	/^		\/\/ get, and look up, a type name (union member name)$/;"	t
 34043  name	./database/sql/example_test.go	/^		var name string$/;"	v
 34044  name	./database/sql/sql.go	/^\/\/         var name string$/;"	v
 34045  name	./database/sql/sql.go	/^\/\/  var name string$/;"	v
 34046  name	./database/sql/sql_test.go	/^	var name *string \/\/ nil pointer$/;"	v
 34047  name	./database/sql/sql_test.go	/^	var name *string$/;"	v
 34048  name	./database/sql/sql_test.go	/^	var name []byte$/;"	v
 34049  name	./database/sql/sql_test.go	/^	var name string$/;"	v
 34050  name	./debug/elf/file.go	/^		var name string$/;"	v
 34051  name	./debug/gosym/symtab.go	/^\/\/ ReceiverName returns the receiver type name of this symbol,$/;"	t
 34052  name	./debug/pe/file.go	/^			var name string$/;"	v
 34053  name	./debug/pe/file.go	/^		var name string$/;"	v
 34054  name	./encoding/asn1/asn1.go	/^\/\/ If the type name of a slice element ends with "SET" then it's treated as if$/;"	t
 34055  name	./encoding/gob/codec_test.go	/^	\/\/ An instance triggering a type name of 1.6 GB.$/;"	t
 34056  name	./encoding/gob/codec_test.go	/^	\/\/ An instance triggering a type name of length ~102 GB.$/;"	t
 34057  name	./encoding/gob/decode.go	/^		errorf("invalid type name length %d", nr)$/;"	t
 34058  name	./encoding/gob/decode.go	/^		errorf("invalid type name length %d: exceeds input size", nr)$/;"	t
 34059  name	./encoding/gob/doc.go	/^the initial type name, interface values are wrapped the same way; in effect, the$/;"	t
 34060  name	./encoding/gob/type.go	/^\/\/ internal type name.  That name will identify the concrete type of a value$/;"	t
 34061  name	./encoding/gob/type.go	/^func (t *CommonType) name() string { return t.Name }$/;"	f
 34062  name	./encoding/gob/type.go	/^func (t typeId) name() string {$/;"	f
 34063  name	./encoding/xml/marshal.go	/^	\/\/ 3. type name$/;"	t
 34064  name	./encoding/xml/xml.go	/^		var name Name$/;"	v
 34065  name	./encoding/xml/xml.go	/^func (d *Decoder) name() (s string, ok bool) {$/;"	f
 34066  name	./expvar/expvar.go	/^		log.Panicln("Reuse of exported var name:", name)$/;"	v
 34067  name	./flag/flag.go	/^			break \/\/ Only one back quote; use type name.$/;"	t
 34068  name	./go/ast/ast.go	/^		Name    *Ident        \/\/ type name$/;"	t
 34069  name	./go/ast/filter.go	/^		funcs := make(map[string]int) \/\/ map of func name -> decls index$/;"	f
 34070  name	./go/doc/filter.go	/^			\/\/ type name doesn't match, but we may have matching consts, vars, factories or methods$/;"	t
 34071  name	./go/doc/reader.go	/^				\/\/ more than one type name - do not associate$/;"	t
 34072  name	./go/doc/reader.go	/^			\/\/ use the previous type name (w\/o more type information$/;"	t
 34073  name	./go/doc/reader.go	/^	\/\/            If there is exactly one type name that is sufficiently$/;"	t
 34074  name	./go/doc/reader.go	/^	\/\/ Heuristic: For each typed entry, determine the type name, if any.$/;"	t
 34075  name	./go/doc/reader.go	/^	name string       \/\/ type name$/;"	t
 34076  name	./go/doc/reader.go	/^\/\/ predeclared) type. The namedType for a type name is always found via$/;"	t
 34077  name	./go/internal/gcimporter/exportdata.go	/^		var name string$/;"	v
 34078  name	./go/internal/gcimporter/gcimporter.go	/^		\/\/ anonymous field - typ must be T or *T and T must be a type name$/;"	t
 34079  name	./go/printer/nodes.go	/^		\/\/ a type name$/;"	t
 34080  name	./go/types/object.go	/^	anonymous bool \/\/ if set, the variable is an anonymous struct field, and name is the type name$/;"	t
 34081  name	./go/types/resolver.go	/^					\/\/ Associate method with receiver base type name, if possible.$/;"	t
 34082  name	./go/types/type.go	/^\/\/ TypeName returns the type name for the named type t.$/;"	t
 34083  name	./go/types/typexpr.go	/^				\/\/ T or as a pointer to a non-interface type name *T, and T$/;"	t
 34084  name	./net/fd_plan9.go	/^func (fd *netFD) name() string {$/;"	f
 34085  name	./net/fd_unix.go	/^func (fd *netFD) name() string {$/;"	f
 34086  name	./net/interface_bsd.go	/^		var name [syscall.IFNAMSIZ]byte$/;"	v
 34087  name	./net/ip_test.go	/^func name(f interface{}) string {$/;"	f
 34088  name	./net/rpc/server.go	/^	\/\/ so we need to check the type name as well.$/;"	t
 34089  name	./os/stat_plan9.go	/^	var name string$/;"	v
 34090  name	./regexp/testdata/testregex.c	/^static const struct { int code; char* name; } codes[] =$/;"	m	struct:__anon1	file:
 34091  name	./runtime/hash_test.go	/^func (k *BytesKey) name() string {$/;"	f
 34092  name	./runtime/hash_test.go	/^func (k *EfaceKey) name() string {$/;"	f
 34093  name	./runtime/hash_test.go	/^func (k *IfaceKey) name() string {$/;"	f
 34094  name	./runtime/hash_test.go	/^func (k *Int32Key) name() string {$/;"	f
 34095  name	./runtime/hash_test.go	/^func (k *Int64Key) name() string {$/;"	f
 34096  name	./syscall/mksyscall_windows.go	/^* If go func name needs to be different from it's winapi dll name,$/;"	f
 34097  name	./syscall/mksyscall_windows.go	/^\/\/ StrconvType returns Go type name used for OS string for f.$/;"	t
 34098  name	./syscall/syscall_darwin.go	/^		var name = string(bytes[0:dirent.Namlen])$/;"	v
 34099  name	./syscall/syscall_dragonfly.go	/^		var name = string(bytes[0:dirent.Namlen])$/;"	v
 34100  name	./syscall/syscall_freebsd.go	/^		var name = string(bytes[0:dirent.Namlen])$/;"	v
 34101  name	./syscall/syscall_linux.go	/^		var name = string(bytes[0:clen(bytes[:])])$/;"	v
 34102  name	./syscall/syscall_nacl.go	/^		var name = string(bytes[0:clen(bytes[:])])$/;"	v
 34103  name	./syscall/syscall_netbsd.go	/^		var name = string(bytes[0:dirent.Namlen])$/;"	v
 34104  name	./syscall/syscall_openbsd.go	/^		var name = string(bytes[0:dirent.Namlen])$/;"	v
 34105  name	./syscall/syscall_solaris.go	/^		var name = string(bytes[0:clen(bytes[:])])$/;"	v
 34106  name	./text/template/parse/parse.go	/^	var name string$/;"	v
 34107  nameConstraints	./crypto/x509/x509.go	/^type nameConstraints struct {$/;"	t
 34108  nameConstraintsIntermediate1	./crypto/x509/verify_test.go	/^var nameConstraintsIntermediate1 = `-----BEGIN CERTIFICATE-----$/;"	v
 34109  nameConstraintsIntermediate2	./crypto/x509/verify_test.go	/^var nameConstraintsIntermediate2 = `-----BEGIN CERTIFICATE-----$/;"	v
 34110  nameConstraintsLeaf	./crypto/x509/verify_test.go	/^var nameConstraintsLeaf = `-----BEGIN CERTIFICATE-----$/;"	v
 34111  nameFilter	./go/parser/parser_test.go	/^func nameFilter(filename string) bool {$/;"	f
 34112  nameKeys	./cmd/cgo/main.go	/^func nameKeys(m map[string]*Name) []string {$/;"	f
 34113  nameList	./net/dnsclient_unix.go	/^func (conf *dnsConfig) nameList(name string) []string {$/;"	f
 34114  nameOf	./go/ast/filter.go	/^func nameOf(f *FuncDecl) string {$/;"	f
 34115  nameSpace	./html/template/template.go	/^type nameSpace struct {$/;"	t
 34116  nameTest	./debug/elf/elf_test.go	/^type nameTest struct {$/;"	t
 34117  nameTests	./debug/elf/elf_test.go	/^var nameTests = []nameTest{$/;"	v
 34118  nameToC	./cmd/cgo/gcc.go	/^var nameToC = map[string]string{$/;"	v
 34119  nameToKey	./crypto/x509/verify_test.go	/^func nameToKey(name *pkix.Name) string {$/;"	f
 34120  nameType	./encoding/xml/typeinfo.go	/^var nameType = reflect.TypeOf(Name{})$/;"	v
 34121  nameValuePair11	./net/http/fcgi/fcgi_test.go	/^func nameValuePair11(nameData, valueData string) []byte {$/;"	f
 34122  name_or_type	./cmd/compile/internal/gc/go.y	/^name_or_type:$/;"	l
 34123  named	./go/types/typexpr.go	/^	var named, anonymous bool$/;"	v
 34124  namedCurveFromOID	./crypto/x509/x509.go	/^func namedCurveFromOID(oid asn1.ObjectIdentifier) elliptic.Curve {$/;"	f
 34125  namedType	./go/doc/reader.go	/^type namedType struct {$/;"	t
 34126  namei	./syscall/fs_nacl.go	/^func (fs *fsys) namei(path string, parent bool) (ip *inode, elem string, err error) {$/;"	f
 34127  names	./cmd/cgo/gcc.go	/^	var names, needType []*Name$/;"	v
 34128  names	./cmd/compile/internal/gc/fmt.go	/^\/\/	  'h' omit 'func' and receiver from function types, short type names$/;"	t
 34129  names	./cmd/compile/internal/gc/subr.go	/^\/\/ modify the tree with missing type names.$/;"	t
 34130  names	./cmd/dist/util.go	/^	var names []string$/;"	v
 34131  names	./cmd/pprof/internal/profile/profile.go	/^	var names []string$/;"	v
 34132  names	./cmd/vet/main.go	/^	var names []string$/;"	v
 34133  names	./debug/macho/file.go	/^	var names = [...]string{"abbrev", "info", "line", "str"}$/;"	v
 34134  names	./debug/pe/file.go	/^	var names = [...]string{"abbrev", "info", "line", "str"}$/;"	v
 34135  names	./go/doc/reader.go	/^			\/\/ only possible for qualified type names;$/;"	t
 34136  names	./go/parser/parser.go	/^		return false \/\/ all other nodes are not type names$/;"	t
 34137  names	./go/parser/parser.go	/^	\/\/ a list of identifiers looks like a list of type names$/;"	t
 34138  names	./go/printer/testdata/parser.go	/^		return false \/\/ all other nodes are not type names$/;"	t
 34139  names	./go/printer/testdata/parser.go	/^	\/\/ a list of identifiers looks like a list of type names$/;"	t
 34140  names	./go/types/check.go	/^	methods  map[string][]*Func    \/\/ maps type names to associated methods$/;"	t
 34141  names	./go/types/predicates.go	/^		\/\/ Two named types are identical if their type names originate$/;"	t
 34142  names	./go/types/resolver.go	/^\/\/ methods with receiver base type names.$/;"	t
 34143  namesize	./cmd/go/note.go	/^			var namesize, descsize, noteType int32$/;"	v
 34144  namesize	./cmd/link/internal/ld/lib.go	/^			var namesize, descsize, noteType int32$/;"	v
 34145  nametomib	./syscall/syscall_darwin.go	/^func nametomib(name string) (mib []_C_int, err error) {$/;"	f
 34146  nametomib	./syscall/syscall_dragonfly.go	/^func nametomib(name string) (mib []_C_int, err error) {$/;"	f
 34147  nametomib	./syscall/syscall_freebsd.go	/^func nametomib(name string) (mib []_C_int, err error) {$/;"	f
 34148  nametomib	./syscall/syscall_netbsd.go	/^func nametomib(name string) (mib []_C_int, err error) {$/;"	f
 34149  nametomib	./syscall/syscall_openbsd.go	/^func nametomib(name string) (mib []_C_int, err error) {$/;"	f
 34150  nan	./math/all_test.go	/^var nan = Float64frombits(0xFFF8000000000000) \/\/ SSE2 DIVSD 0\/0$/;"	v
 34151  nan	./runtime/complex.go	/^func nan() float64 {$/;"	f
 34152  nan_zero_inf	./math/frexp_386.s	/^nan_zero_inf:$/;"	l
 34153  nanolocaltests	./time/time_test.go	/^var nanolocaltests = []TimeTest{$/;"	v
 34154  nanotime	./runtime/os1_plan9.go	/^func nanotime() int64 {$/;"	f
 34155  nanotime	./runtime/os1_windows.go	/^func nanotime() int64 {$/;"	f
 34156  nanotime	./runtime/os3_solaris.go	/^func nanotime() int64 {$/;"	f
 34157  nanotime	./runtime/os_nacl.go	/^func nanotime() int64$/;"	f
 34158  nanotime	./runtime/stubs2.go	/^func nanotime() int64$/;"	f
 34159  nanotime1	./runtime/os3_solaris.go	/^func nanotime1()$/;"	f
 34160  nanoutctests	./time/time_test.go	/^var nanoutctests = []TimeTest{$/;"	v
 34161  narch	./debug/macho/fat.go	/^	var narch uint32$/;"	v
 34162  nat	./cmd/compile/internal/big/nat.go	/^type nat []Word$/;"	t
 34163  nat	./math/big/nat.go	/^type nat []Word$/;"	t
 34164  natFromString	./cmd/compile/internal/big/nat_test.go	/^func natFromString(s string) nat {$/;"	f
 34165  natFromString	./math/big/nat_test.go	/^func natFromString(s string) nat {$/;"	f
 34166  natScanTests	./cmd/compile/internal/big/natconv_test.go	/^var natScanTests = []struct {$/;"	v
 34167  natScanTests	./math/big/natconv_test.go	/^var natScanTests = []struct {$/;"	v
 34168  nb	./cmd/internal/gcprog/gcprog.go	/^	var nb uint$/;"	v
 34169  nb	./compress/flate/inflate.go	/^		var nb uint$/;"	v
 34170  nb	./encoding/ascii85/ascii85.go	/^	var nb int$/;"	v
 34171  nb	./os/dir_unix.go	/^		var nb, nc int$/;"	v
 34172  nb	./syscall/unzip_nacl.go	/^		var nb uint$/;"	v
 34173  nbits	./runtime/mbitmap.go	/^	var nbits uintptr$/;"	v
 34174  nblank	./cmd/compile/internal/gc/go.go	/^var nblank *Node$/;"	v
 34175  nbuf	./runtime/heapdump.go	/^var nbuf uintptr$/;"	v
 34176  nc	./cmd/compile/internal/arm/ggen.go	/^	var nc gc.Node$/;"	v
 34177  ncase	./cmd/compile/internal/gc/select.go	/^	var ncase *Node$/;"	v
 34178  ncmd	./cmd/link/internal/ld/ldmacho.go	/^	var ncmd uint32$/;"	v
 34179  ncoffsym	./cmd/link/internal/ld/pe.go	/^var ncoffsym int$/;"	v
 34180  ncon	./cmd/compile/internal/arm/gsubr.go	/^func ncon(i uint32) *gc.Node {$/;"	f
 34181  ncon	./cmd/compile/internal/x86/gsubr.go	/^func ncon(i uint32) *gc.Node {$/;"	f
 34182  ncon_n	./cmd/compile/internal/arm/gsubr.go	/^var ncon_n gc.Node$/;"	v
 34183  ncon_n	./cmd/compile/internal/x86/gsubr.go	/^var ncon_n gc.Node$/;"	v
 34184  ncopy	./net/http/transfer.go	/^	var ncopy int64$/;"	v
 34185  ndebug	./cmd/link/internal/ld/macho.go	/^var ndebug int$/;"	v
 34186  ne	./text/template/funcs.go	/^func ne(arg1, arg2 interface{}) (bool, error) {$/;"	f
 34187  nearEqual	./math/rand/rand_test.go	/^func nearEqual(a, b, closeEnough, maxError float64) bool {$/;"	f
 34188  need	./debug/elf/file.go	/^	var need []verneed$/;"	v
 34189  needaddgcproc	./runtime/proc1.go	/^func needaddgcproc() bool {$/;"	f
 34190  needc	./cmd/compile/internal/amd64/peep.go	/^func needc(p *obj.Prog) bool {$/;"	f
 34191  needc	./cmd/compile/internal/x86/peep.go	/^func needc(p *obj.Prog) bool {$/;"	f
 34192  needle	./bytes/example_test.go	/^	var needle []byte$/;"	v
 34193  needlib	./cmd/link/internal/ld/elf.go	/^	var needlib *Elflib$/;"	v
 34194  needm	./runtime/asm_386.s	/^needm:$/;"	l
 34195  needm	./runtime/asm_amd64.s	/^needm:$/;"	l
 34196  needm	./runtime/proc1.go	/^func needm(x byte) {$/;"	f
 34197  needsEncoding	./mime/encodedword.go	/^func needsEncoding(s string) bool {$/;"	f
 34198  needsSniff	./net/http/server.go	/^func (w *response) needsSniff() bool {$/;"	f
 34199  needsize	./cmd/compile/internal/gc/subr.go	/^	var needsize int$/;"	v
 34200  needsize	./cmd/compile/internal/gc/walk.go	/^	var needsize int$/;"	v
 34201  needtls	./runtime/asm_386.s	/^needtls:$/;"	l
 34202  needtls	./runtime/asm_amd64.s	/^needtls:$/;"	l
 34203  needtls	./runtime/asm_amd64p32.s	/^needtls:$/;"	l
 34204  needwritebarrier	./cmd/compile/internal/gc/walk.go	/^func needwritebarrier(l *Node, r *Node) bool {$/;"	f
 34205  neg	./cmd/compile/internal/big/ratconv.go	/^	var neg bool$/;"	v
 34206  neg	./math/big/ratconv.go	/^	var neg bool$/;"	v
 34207  negateClass	./regexp/syntax/parse.go	/^func negateClass(r []rune) []rune {$/;"	f
 34208  negativeReader	./bufio/bufio_test.go	/^type negativeReader int$/;"	t
 34209  neginf	./runtime/complex.go	/^func neginf() float64 {$/;"	f
 34210  nelem	./runtime/cgo/libcgo.h	/^#define nelem(/;"	d
 34211  nelfstr	./cmd/link/internal/ld/elf.go	/^var nelfstr int$/;"	v
 34212  nend	./cmd/compile/internal/arm/cgen.go	/^	var nend gc.Node$/;"	v
 34213  nend	./cmd/compile/internal/arm64/cgen.go	/^	var nend gc.Node$/;"	v
 34214  nend	./cmd/compile/internal/ppc64/cgen.go	/^	var nend gc.Node$/;"	v
 34215  neonstate64	./runtime/defs_darwin_arm64.go	/^type neonstate64 struct {$/;"	t
 34216  nerr	./runtime/softfloat64_test.go	/^var nerr int$/;"	v
 34217  nerrors	./cmd/cgo/util.go	/^var nerrors int$/;"	v
 34218  nerrors	./cmd/compile/internal/gc/go.go	/^var nerrors int$/;"	v
 34219  nerrors	./cmd/yacc/yacc.go	/^var nerrors = 0                   \/\/ number of errors$/;"	v
 34220  nestedCall	./runtime/syscall_windows_test.go	/^func nestedCall(t *testing.T, f func()) {$/;"	f
 34221  nestedDirectivesInput	./encoding/xml/xml_test.go	/^var nestedDirectivesInput = `$/;"	v
 34222  nestedDirectivesTokens	./encoding/xml/xml_test.go	/^var nestedDirectivesTokens = []Token{$/;"	v
 34223  nestedStruct	./encoding/asn1/marshal_test.go	/^type nestedStruct struct {$/;"	t
 34224  net	./syscall/net_nacl.go	/^var net = struct {$/;"	v
 34225  netAddr	./syscall/net_nacl.go	/^type netAddr struct {$/;"	t
 34226  netConn	./log/syslog/syslog.go	/^type netConn struct {$/;"	t
 34227  netErr	./net/ipsock_plan9.go	/^func netErr(e error) {$/;"	f
 34228  netFD	./net/fd_plan9.go	/^type netFD struct {$/;"	t
 34229  netFD	./net/fd_unix.go	/^type netFD struct {$/;"	t
 34230  netFD	./net/fd_windows.go	/^type netFD struct {$/;"	t
 34231  netFD	./net/ipsock_plan9.go	/^func (fd *netFD) netFD() (*netFD, error) {$/;"	f
 34232  netFile	./syscall/net_nacl.go	/^type netFile struct {$/;"	t
 34233  net_op	./runtime/netpoll_windows.go	/^type net_op struct {$/;"	t
 34234  net_runtimeNano	./runtime/time.go	/^func net_runtimeNano() int64 {$/;"	f
 34235  net_runtime_Semacquire	./runtime/sema.go	/^func net_runtime_Semacquire(addr *uint32) {$/;"	f
 34236  net_runtime_Semrelease	./runtime/sema.go	/^func net_runtime_Semrelease(addr *uint32) {$/;"	f
 34237  net_runtime_pollClose	./runtime/netpoll.go	/^func net_runtime_pollClose(pd *pollDesc) {$/;"	f
 34238  net_runtime_pollOpen	./runtime/netpoll.go	/^func net_runtime_pollOpen(fd uintptr) (*pollDesc, int) {$/;"	f
 34239  net_runtime_pollReset	./runtime/netpoll.go	/^func net_runtime_pollReset(pd *pollDesc, mode int) int {$/;"	f
 34240  net_runtime_pollServerInit	./runtime/netpoll.go	/^func net_runtime_pollServerInit() {$/;"	f
 34241  net_runtime_pollSetDeadline	./runtime/netpoll.go	/^func net_runtime_pollSetDeadline(pd *pollDesc, d int64, mode int) {$/;"	f
 34242  net_runtime_pollUnblock	./runtime/netpoll.go	/^func net_runtime_pollUnblock(pd *pollDesc) {$/;"	f
 34243  net_runtime_pollWait	./runtime/netpoll.go	/^func net_runtime_pollWait(pd *pollDesc, mode int) int {$/;"	f
 34244  net_runtime_pollWaitCanceled	./runtime/netpoll.go	/^func net_runtime_pollWaitCanceled(pd *pollDesc, mode int) {$/;"	f
 34245  netfd	./net/fd_windows.go	/^	var netfd *netFD$/;"	v
 34246  netipv6zone	./cmd/fix/netipv6zone.go	/^func netipv6zone(f *ast.File) bool {$/;"	f
 34247  netipv6zoneFix	./cmd/fix/netipv6zone.go	/^var netipv6zoneFix = fix{$/;"	v
 34248  netipv6zoneTests	./cmd/fix/netipv6zone_test.go	/^var netipv6zoneTests = []testCase{$/;"	v
 34249  netlinkMessageHeaderAndData	./syscall/netlink_linux.go	/^func netlinkMessageHeaderAndData(b []byte) (*NlMsghdr, []byte, int, error) {$/;"	f
 34250  netlinkRouteAttrAndValue	./syscall/netlink_linux.go	/^func netlinkRouteAttrAndValue(b []byte) (*RtAttr, []byte, int, error) {$/;"	f
 34251  netpoll	./runtime/netpoll_epoll.go	/^func netpoll(block bool) *g {$/;"	f
 34252  netpoll	./runtime/netpoll_kqueue.go	/^func netpoll(block bool) *g {$/;"	f
 34253  netpoll	./runtime/netpoll_nacl.go	/^func netpoll(block bool) *g {$/;"	f
 34254  netpoll	./runtime/netpoll_solaris.go	/^func netpoll(block bool) *g {$/;"	f
 34255  netpoll	./runtime/netpoll_stub.go	/^func netpoll(block bool) (gp *g) {$/;"	f
 34256  netpoll	./runtime/netpoll_windows.go	/^func netpoll(block bool) *g {$/;"	f
 34257  netpollDeadline	./runtime/netpoll.go	/^func netpollDeadline(arg interface{}, seq uintptr) {$/;"	f
 34258  netpollReadDeadline	./runtime/netpoll.go	/^func netpollReadDeadline(arg interface{}, seq uintptr) {$/;"	f
 34259  netpollWriteDeadline	./runtime/netpoll.go	/^func netpollWriteDeadline(arg interface{}, seq uintptr) {$/;"	f
 34260  netpollarm	./runtime/netpoll_epoll.go	/^func netpollarm(pd *pollDesc, mode int) {$/;"	f
 34261  netpollarm	./runtime/netpoll_kqueue.go	/^func netpollarm(pd *pollDesc, mode int) {$/;"	f
 34262  netpollarm	./runtime/netpoll_nacl.go	/^func netpollarm(pd *pollDesc, mode int) {$/;"	f
 34263  netpollarm	./runtime/netpoll_solaris.go	/^func netpollarm(pd *pollDesc, mode int) {$/;"	f
 34264  netpollarm	./runtime/netpoll_windows.go	/^func netpollarm(pd *pollDesc, mode int) {$/;"	f
 34265  netpollblock	./runtime/netpoll.go	/^func netpollblock(pd *pollDesc, mode int32, waitio bool) bool {$/;"	f
 34266  netpollblockcommit	./runtime/netpoll.go	/^func netpollblockcommit(gp *g, gpp unsafe.Pointer) bool {$/;"	f
 34267  netpollcheckerr	./runtime/netpoll.go	/^func netpollcheckerr(pd *pollDesc, mode int32) int {$/;"	f
 34268  netpollclose	./runtime/netpoll_epoll.go	/^func netpollclose(fd uintptr) int32 {$/;"	f
 34269  netpollclose	./runtime/netpoll_kqueue.go	/^func netpollclose(fd uintptr) int32 {$/;"	f
 34270  netpollclose	./runtime/netpoll_nacl.go	/^func netpollclose(fd uintptr) int32 {$/;"	f
 34271  netpollclose	./runtime/netpoll_solaris.go	/^func netpollclose(fd uintptr) int32 {$/;"	f
 34272  netpollclose	./runtime/netpoll_windows.go	/^func netpollclose(fd uintptr) int32 {$/;"	f
 34273  netpolldeadlineimpl	./runtime/netpoll.go	/^func netpolldeadlineimpl(pd *pollDesc, seq uintptr, read, write bool) {$/;"	f
 34274  netpollinit	./runtime/netpoll.go	/^\/\/ func netpollinit()			\/\/ to initialize the poller$/;"	f
 34275  netpollinit	./runtime/netpoll_epoll.go	/^func netpollinit() {$/;"	f
 34276  netpollinit	./runtime/netpoll_kqueue.go	/^func netpollinit() {$/;"	f
 34277  netpollinit	./runtime/netpoll_nacl.go	/^func netpollinit() {$/;"	f
 34278  netpollinit	./runtime/netpoll_solaris.go	/^func netpollinit() {$/;"	f
 34279  netpollinit	./runtime/netpoll_windows.go	/^func netpollinit() {$/;"	f
 34280  netpollinited	./runtime/netpoll.go	/^func netpollinited() bool {$/;"	f
 34281  netpollinited	./runtime/netpoll_stub.go	/^func netpollinited() bool {$/;"	f
 34282  netpolllasterr	./runtime/netpoll_solaris.go	/^var netpolllasterr int32$/;"	v
 34283  netpollopen	./runtime/netpoll.go	/^\/\/ func netpollopen(fd uintptr, pd *pollDesc) int32	\/\/ to arm edge-triggered notifications$/;"	f
 34284  netpollopen	./runtime/netpoll_epoll.go	/^func netpollopen(fd uintptr, pd *pollDesc) int32 {$/;"	f
 34285  netpollopen	./runtime/netpoll_kqueue.go	/^func netpollopen(fd uintptr, pd *pollDesc) int32 {$/;"	f
 34286  netpollopen	./runtime/netpoll_nacl.go	/^func netpollopen(fd uintptr, pd *pollDesc) int32 {$/;"	f
 34287  netpollopen	./runtime/netpoll_solaris.go	/^func netpollopen(fd uintptr, pd *pollDesc) int32 {$/;"	f
 34288  netpollopen	./runtime/netpoll_windows.go	/^func netpollopen(fd uintptr, pd *pollDesc) int32 {$/;"	f
 34289  netpollready	./runtime/netpoll.go	/^\/\/ func netpollready(gpp **g, pd *pollDesc, mode int32)$/;"	f
 34290  netpollready	./runtime/netpoll.go	/^func netpollready(gpp *guintptr, pd *pollDesc, mode int32) {$/;"	f
 34291  netpollunblock	./runtime/netpoll.go	/^func netpollunblock(pd *pollDesc, mode int32, ioready bool) *g {$/;"	f
 34292  netpollupdate	./runtime/netpoll_solaris.go	/^func netpollupdate(pd *pollDesc, set, clear uint32) {$/;"	f
 34293  netproto	./syscall/net_nacl.go	/^type netproto struct {$/;"	t
 34294  netprotoAF_INET	./syscall/net_nacl.go	/^var netprotoAF_INET = &netproto{$/;"	v
 34295  netprotos	./syscall/net_nacl.go	/^var netprotos = map[int]*netproto{$/;"	v
 34296  network	./encoding/gob/example_encdec_test.go	/^	var network bytes.Buffer \/\/ Stand-in for the network.$/;"	v
 34297  network	./encoding/gob/example_interface_test.go	/^	var network bytes.Buffer \/\/ Stand-in for the network.$/;"	v
 34298  network	./encoding/gob/example_test.go	/^	var network bytes.Buffer        \/\/ Stand-in for a network connection$/;"	v
 34299  networkNumberAndMask	./net/ip.go	/^func networkNumberAndMask(n *IPNet) (ip IP, m IPMask) {$/;"	f
 34300  networkNumberAndMaskTests	./net/ip_test.go	/^var networkNumberAndMaskTests = []struct {$/;"	v
 34301  neverCallThisFunction	./runtime/stubs.go	/^type neverCallThisFunction struct{}$/;"	t
 34302  neverEnding	./net/http/cgi/matryoshka_test.go	/^type neverEnding byte$/;"	t
 34303  neverEnding	./net/http/httputil/dump.go	/^type neverEnding byte$/;"	t
 34304  neverEnding	./net/http/serve_test.go	/^type neverEnding byte$/;"	t
 34305  neverEnding	./net/timeout_test.go	/^type neverEnding byte$/;"	t
 34306  new	./builtin/builtin.go	/^func new(Type) *Type$/;"	f
 34307  new	./html/template/template.go	/^func (t *Template) new(name string) *Template {$/;"	f
 34308  new	./net/fd_mutex.go	/^		var new uint64$/;"	v
 34309  new	./net/http/cgi/testdata/test.cgi	/^sub new {$/;"	s
 34310  new	./runtime/mheap.go	/^		var new []*mspan$/;"	v
 34311  new	./runtime/netpoll.go	/^		var new uintptr$/;"	v
 34312  newAction	./text/template/parse/node.go	/^func (t *Tree) newAction(pos Pos, line int, pipe *PipeNode) *ActionNode {$/;"	f
 34313  newAddr	./cmd/asm/internal/asm/asm.go	/^func newAddr(x obj.Addr) *obj.Addr {$/;"	f
 34314  newAddr	./net/interface_bsd.go	/^func newAddr(ifi *Interface, m *syscall.InterfaceAddrMessage) (*IPNet, error) {$/;"	f
 34315  newAddr	./net/interface_linux.go	/^func newAddr(ifi *Interface, ifam *syscall.IfAddrmsg, attrs []syscall.NetlinkRouteAttr) Addr {$/;"	f
 34316  newArrayEncoder	./encoding/json/encode.go	/^func newArrayEncoder(t reflect.Type) encoderFunc {$/;"	f
 34317  newArrayType	./encoding/gob/type.go	/^func newArrayType(name string) *arrayType {$/;"	f
 34318  newBitReader	./compress/bzip2/bit_reader.go	/^func newBitReader(r io.Reader) bitReader {$/;"	f
 34319  newBitState	./regexp/backtrack.go	/^func newBitState(prog *syntax.Prog) *bitState {$/;"	f
 34320  newBlock	./crypto/tls/conn.go	/^func (hc *halfConn) newBlock() *block {$/;"	f
 34321  newBool	./cmd/pprof/internal/driver/driver.go	/^func newBool(b bool) *bool {$/;"	f
 34322  newBool	./encoding/asn1/asn1_test.go	/^func newBool(b bool) *bool { return &b }$/;"	f
 34323  newBool	./text/template/parse/node.go	/^func (t *Tree) newBool(pos Pos, true bool) *BoolNode {$/;"	f
 34324  newBoolValue	./flag/flag.go	/^func newBoolValue(val bool, p *bool) *boolValue {$/;"	f
 34325  newBucket	./runtime/mprof.go	/^func newBucket(typ bucketType, nstk int) *bucket {$/;"	f
 34326  newBufioReader	./net/http/server.go	/^func newBufioReader(r io.Reader) *bufio.Reader {$/;"	f
 34327  newBufioWriterSize	./net/http/server.go	/^func newBufioWriterSize(w io.Writer, size int) *bufio.Writer {$/;"	f
 34328  newBuiltin	./go/types/object.go	/^func newBuiltin(id builtinId) *Builtin {$/;"	f
 34329  newByteq	./syscall/net_nacl.go	/^func newByteq() *byteq {$/;"	f
 34330  newCBC	./crypto/cipher/cbc.go	/^func newCBC(b Block, iv []byte) *cbc {$/;"	f
 34331  newCFB	./crypto/cipher/cfb.go	/^func newCFB(block Block, iv []byte, decrypt bool) Stream {$/;"	f
 34332  newCaseLabel	./cmd/compile/internal/gc/swt.go	/^func newCaseLabel() *Node {$/;"	f
 34333  newChain	./text/template/parse/node.go	/^func (t *Tree) newChain(pos Pos, node Node) *ChainNode {$/;"	f
 34334  newChild	./net/http/fcgi/child.go	/^func newChild(rwc io.ReadWriteCloser, handler http.Handler) *child {$/;"	f
 34335  newCipher	./crypto/des/des_test.go	/^func newCipher(key []byte) *desCipher {$/;"	f
 34336  newClient	./syscall/srpc_nacl.go	/^func newClient(fd int) (*srpcClient, error) {$/;"	f
 34337  newClient2Client	./net/smtp/smtp_test.go	/^var newClient2Client = `EHLO localhost$/;"	v
 34338  newClient2Server	./net/smtp/smtp_test.go	/^var newClient2Server = `220 hello world$/;"	v
 34339  newClientClient	./net/smtp/smtp_test.go	/^var newClientClient = `EHLO localhost$/;"	v
 34340  newClientServer	./net/smtp/smtp_test.go	/^var newClientServer = `220 hello world$/;"	v
 34341  newCommand	./text/template/parse/node.go	/^func (t *Tree) newCommand(pos Pos) *CommandNode {$/;"	f
 34342  newCondAddrEncoder	./encoding/json/encode.go	/^func newCondAddrEncoder(canAddrEnc, elseEnc encoderFunc) encoderFunc {$/;"	f
 34343  newConn	./net/http/fcgi/fcgi.go	/^func newConn(rwc io.ReadWriteCloser) *conn {$/;"	f
 34344  newConn	./net/http/server.go	/^func (srv *Server) newConn(rwc net.Conn) (c *conn, err error) {$/;"	f
 34345  newContext	./cmd/go/context.go	/^func newContext(c *build.Context) *Context {$/;"	f
 34346  newCounter	./cmd/cover/cover.go	/^func (f *File) newCounter(start, end token.Pos, numStmt int) ast.Stmt {$/;"	f
 34347  newDT	./encoding/gob/codec_test.go	/^func newDT() DT {$/;"	f
 34348  newData	./encoding/gob/encoder_test.go	/^	var newData map[string]interface{}$/;"	v
 34349  newDecBuffer	./encoding/gob/codec_test.go	/^func newDecBuffer(data []byte) *decBuffer {$/;"	f
 34350  newDecodeState	./encoding/gob/codec_test.go	/^func newDecodeState(buf *decBuffer) *decoderState {$/;"	f
 34351  newDecodeStateFromData	./encoding/gob/codec_test.go	/^func newDecodeStateFromData(data []byte) *decoderState {$/;"	f
 34352  newDecoderState	./encoding/gob/decode.go	/^func (dec *Decoder) newDecoderState(buf *decBuffer) *decoderState {$/;"	f
 34353  newDir	./os/os_test.go	/^func newDir(testName string, t *testing.T) (name string) {$/;"	f
 34354  newDot	./text/template/parse/node.go	/^func (t *Tree) newDot(pos Pos) *DotNode {$/;"	f
 34355  newDualStackListener	./net/mockserver_test.go	/^func newDualStackListener() (lns []*TCPListener, err error) {$/;"	f
 34356  newDualStackPacketListener	./net/mockserver_test.go	/^func newDualStackPacketListener() (cs []*UDPConn, err error) {$/;"	f
 34357  newDualStackServer	./net/mockserver_test.go	/^func newDualStackServer(lns []streamListener) (*dualStackServer, error) {$/;"	f
 34358  newDurationValue	./flag/flag.go	/^func newDurationValue(val time.Duration, p *time.Duration) *durationValue {$/;"	f
 34359  newElfPhdr	./cmd/link/internal/ld/elf.go	/^func newElfPhdr() *ElfPhdr {$/;"	f
 34360  newElfShdr	./cmd/link/internal/ld/elf.go	/^func newElfShdr(name int64) *ElfShdr {$/;"	f
 34361  newElse	./text/template/parse/node.go	/^func (t *Tree) newElse(pos Pos, line int) *elseNode {$/;"	f
 34362  newEncodeState	./encoding/json/encode.go	/^func newEncodeState() *encodeState {$/;"	f
 34363  newEncoderState	./encoding/gob/codec_test.go	/^func newEncoderState(b *encBuffer) *encoderState {$/;"	f
 34364  newEncoderState	./encoding/gob/encode.go	/^func (enc *Encoder) newEncoderState(b *encBuffer) *encoderState {$/;"	f
 34365  newEnd	./text/template/parse/node.go	/^func (t *Tree) newEnd(pos Pos) *endNode {$/;"	f
 34366  newEntry	./net/http/cookiejar/jar.go	/^func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, err error) {$/;"	f
 34367  newEscaper	./html/template/escape.go	/^func newEscaper(t *Template) *escaper {$/;"	f
 34368  newFD	./net/fd_plan9.go	/^func newFD(net, name string, ctl, data *os.File, laddr, raddr Addr) (*netFD, error) {$/;"	f
 34369  newFD	./net/fd_unix.go	/^func newFD(sysfd, family, sotype int, net string) (*netFD, error) {$/;"	f
 34370  newFD	./net/fd_windows.go	/^func newFD(sysfd syscall.Handle, family, sotype int, net string) (*netFD, error) {$/;"	f
 34371  newFD	./syscall/fd_nacl.go	/^func newFD(impl fileImpl) int {$/;"	f
 34372  newField	./text/template/parse/node.go	/^func (t *Tree) newField(pos Pos, ident string) *FieldNode {$/;"	f
 34373  newFile	./os/file_windows.go	/^func newFile(h syscall.Handle, name string) *File {$/;"	f
 34374  newFile	./os/os_test.go	/^func newFile(testName string, t *testing.T) (f *File) {$/;"	f
 34375  newFileFD	./net/file_plan9.go	/^func newFileFD(f *os.File) (net *netFD, err error) {$/;"	f
 34376  newFileFD	./net/file_unix.go	/^func newFileFD(f *os.File) (*netFD, error) {$/;"	f
 34377  newFinishedHash	./crypto/tls/prf.go	/^func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash {$/;"	f
 34378  newFlateWriter	./archive/zip/register.go	/^func newFlateWriter(w io.Writer) io.WriteCloser {$/;"	f
 34379  newFloat64	./cmd/pprof/internal/driver/driver.go	/^func newFloat64(fl float64) *float64 {$/;"	f
 34380  newFloat64Value	./flag/flag.go	/^func newFloat64Value(val float64, p *float64) *float64Value {$/;"	f
 34381  newFn	./syscall/mksyscall_windows.go	/^func newFn(s string) (*Fn, error) {$/;"	f
 34382  newForkableWriter	./encoding/asn1/marshal.go	/^func newForkableWriter() *forkableWriter {$/;"	f
 34383  newFsys	./syscall/fs_nacl.go	/^func newFsys() *fsys {$/;"	f
 34384  newGobEncoderType	./encoding/gob/type.go	/^func newGobEncoderType(name string) *gobEncoderType {$/;"	f
 34385  newGraph	./cmd/pprof/internal/report/report.go	/^func newGraph(rpt *Report) (g graph, err error) {$/;"	f
 34386  newHandlerTest	./net/http/serve_test.go	/^func newHandlerTest(h Handler) handlerTest {$/;"	f
 34387  newHashSet	./runtime/hash_test.go	/^func newHashSet() *HashSet {$/;"	f
 34388  newHilbert	./cmd/compile/internal/big/hilbert_test.go	/^func newHilbert(n int) *matrix {$/;"	f
 34389  newHilbert	./math/big/hilbert_test.go	/^func newHilbert(n int) *matrix {$/;"	f
 34390  newHuffmanBitWriter	./compress/flate/huffman_bit_writer.go	/^func newHuffmanBitWriter(w io.Writer) *huffmanBitWriter {$/;"	f
 34391  newHuffmanEncoder	./compress/flate/huffman_code.go	/^func newHuffmanEncoder(size int) *huffmanEncoder {$/;"	f
 34392  newHuffmanTree	./compress/bzip2/huffman.go	/^func newHuffmanTree(lengths []uint8) (huffmanTree, error) {$/;"	f
 34393  newIPConn	./net/iprawsock_posix.go	/^func newIPConn(fd *netFD) *IPConn { return &IPConn{conn{fd}} }$/;"	f
 34394  newIdentCmd	./html/template/escape.go	/^func newIdentCmd(identifier string, pos parse.Pos) *parse.CommandNode {$/;"	f
 34395  newIf	./text/template/parse/node.go	/^func (t *Tree) newIf(pos Pos, line int, pipe *PipeNode, list, elseList *ListNode) *IfNode {$/;"	f
 34396  newImageFromDescriptor	./image/gif/reader.go	/^func (d *decoder) newImageFromDescriptor() (*image.Paletted, error) {$/;"	f
 34397  newIndex	./compress/flate/deflate.go	/^				var newIndex int$/;"	v
 34398  newInode	./syscall/fs_nacl.go	/^func (fs *fsys) newInode() *inode {$/;"	f
 34399  newInputBytes	./regexp/exec.go	/^func (m *machine) newInputBytes(b []byte) input {$/;"	f
 34400  newInputReader	./regexp/exec.go	/^func (m *machine) newInputReader(r io.RuneReader) input {$/;"	f
 34401  newInputString	./regexp/exec.go	/^func (m *machine) newInputString(s string) input {$/;"	f
 34402  newInt	./cmd/pprof/internal/driver/driver.go	/^func newInt(i int) *int {$/;"	f
 34403  newInt	./encoding/asn1/asn1_test.go	/^func newInt(n int) *int { return &n }$/;"	f
 34404  newInt	./text/template/exec_test.go	/^func newInt(n int) *int {$/;"	f
 34405  newInt64	./encoding/asn1/asn1_test.go	/^func newInt64(n int64) *int64 { return &n }$/;"	f
 34406  newInt64Value	./flag/flag.go	/^func newInt64Value(val int64, p *int64) *int64Value {$/;"	f
 34407  newIntSlice	./text/template/exec_test.go	/^func newIntSlice(n ...int) *[]int {$/;"	f
 34408  newIntValue	./cmd/internal/obj/flag.go	/^func newIntValue(val int32, p *int32) *int32Value {$/;"	f
 34409  newIntValue	./flag/flag.go	/^func newIntValue(val int, p *int) *intValue {$/;"	f
 34410  newInverseHilbert	./cmd/compile/internal/big/hilbert_test.go	/^func newInverseHilbert(n int) *matrix {$/;"	f
 34411  newInverseHilbert	./math/big/hilbert_test.go	/^func newInverseHilbert(n int) *matrix {$/;"	f
 34412  newLink	./net/interface_bsd.go	/^func newLink(m *syscall.InterfaceMessage) (*Interface, error) {$/;"	f
 34413  newLink	./net/interface_linux.go	/^func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface {$/;"	f
 34414  newList	./cmd/cover/cover.go	/^	var newList []ast.Stmt$/;"	v
 34415  newList	./text/template/parse/node.go	/^func (t *Tree) newList(pos Pos) *ListNode {$/;"	f
 34416  newLiteral	./regexp/syntax/parse.go	/^func (p *parser) newLiteral(r rune, flags Flags) *Regexp {$/;"	f
 34417  newLocInfo	./cmd/pprof/internal/report/report.go	/^func newLocInfo(l *profile.Location) []nodeInfo {$/;"	f
 34418  newLocalListener	./crypto/tls/tls_test.go	/^func newLocalListener(t *testing.T) net.Listener {$/;"	f
 34419  newLocalListener	./net/http/httptest/server.go	/^func newLocalListener() net.Listener {$/;"	f
 34420  newLocalListener	./net/http/transport_test.go	/^func newLocalListener(t *testing.T) net.Listener {$/;"	f
 34421  newLocalListener	./net/mockserver_test.go	/^func newLocalListener(network string) (Listener, error) {$/;"	f
 34422  newLocalListener	./net/smtp/smtp_test.go	/^func newLocalListener(t *testing.T) net.Listener {$/;"	f
 34423  newLocalPacketListener	./net/mockserver_test.go	/^func newLocalPacketListener(network string) (PacketConn, error) {$/;"	f
 34424  newLocalPacketServer	./net/mockserver_test.go	/^func newLocalPacketServer(network string) (*localPacketServer, error) {$/;"	f
 34425  newLocalServer	./net/mockserver_test.go	/^func (pl *packetListener) newLocalServer() (*localPacketServer, error) {$/;"	f
 34426  newLocalServer	./net/mockserver_test.go	/^func (sl *streamListener) newLocalServer() (*localServer, error) {$/;"	f
 34427  newLocalServer	./net/mockserver_test.go	/^func newLocalServer(network string) (*localServer, error) {$/;"	f
 34428  newLoggingConn	./net/http/server.go	/^func newLoggingConn(baseName string, c net.Conn) net.Conn {$/;"	f
 34429  newLookupIP	./net/lookup_windows.go	/^func newLookupIP(name string) ([]IPAddr, error) {$/;"	f
 34430  newLookupPort	./net/lookup_windows.go	/^func newLookupPort(network, service string) (int, error) {$/;"	f
 34431  newMTFDecoder	./compress/bzip2/move_to_front.go	/^func newMTFDecoder(symbols []byte) moveToFrontDecoder {$/;"	f
 34432  newMTFDecoderWithRange	./compress/bzip2/move_to_front.go	/^func newMTFDecoderWithRange(n int) moveToFrontDecoder {$/;"	f
 34433  newMachoLoad	./cmd/link/internal/ld/macho.go	/^func newMachoLoad(type_ uint32, ndata uint32) *MachoLoad {$/;"	f
 34434  newMachoSect	./cmd/link/internal/ld/macho.go	/^func newMachoSect(seg *MachoSeg, name string, segname string) *MachoSect {$/;"	f
 34435  newMachoSeg	./cmd/link/internal/ld/macho.go	/^func newMachoSeg(name string, msect int) *MachoSeg {$/;"	f
 34436  newMapEncoder	./encoding/json/encode.go	/^func newMapEncoder(t reflect.Type) encoderFunc {$/;"	f
 34437  newMapType	./encoding/gob/type.go	/^func newMapType(name string) *mapType {$/;"	f
 34438  newMapping	./cmd/pprof/internal/symbolizer/symbolizer.go	/^func newMapping(prof *profile.Profile, obj plugin.ObjTool, ui plugin.UI, force bool) (*mappingTable, error) {$/;"	f
 34439  newMatrix	./cmd/compile/internal/big/hilbert_test.go	/^func newMatrix(n, m int) *matrix {$/;"	f
 34440  newMatrix	./math/big/hilbert_test.go	/^func newMatrix(n, m int) *matrix {$/;"	f
 34441  newMpflt	./cmd/compile/internal/gc/mparith3.go	/^func newMpflt() *Mpflt {$/;"	f
 34442  newMsgq	./syscall/net_nacl.go	/^func newMsgq() *msgq {$/;"	f
 34443  newMulticastAddr	./net/interface_darwin.go	/^func newMulticastAddr(ifi *Interface, m *syscall.InterfaceMulticastAddrMessage) (*IPAddr, error) {$/;"	f
 34444  newMulticastAddr	./net/interface_freebsd.go	/^func newMulticastAddr(ifi *Interface, m *syscall.InterfaceMulticastAddrMessage) (*IPAddr, error) {$/;"	f
 34445  newNetlinkRouteRequest	./syscall/netlink_linux.go	/^func newNetlinkRouteRequest(proto, seq, family int) []byte {$/;"	f
 34446  newNil	./text/template/parse/node.go	/^func (t *Tree) newNil(pos Pos) *NilNode {$/;"	f
 34447  newNumber	./text/template/parse/node.go	/^func (t *Tree) newNumber(pos Pos, text string, typ itemType) (*NumberNode, error) {$/;"	f
 34448  newOSProcCreated	./runtime/norace_linux_test.go	/^func newOSProcCreated() {$/;"	f
 34449  newOSProcDone	./runtime/norace_linux_test.go	/^var newOSProcDone bool$/;"	v
 34450  newOp	./encoding/json/decode.go	/^	var newOp int$/;"	v
 34451  newPEDWARFSection	./cmd/link/internal/ld/pe.go	/^func newPEDWARFSection(name string, size int64) *IMAGE_SECTION_HEADER {$/;"	f
 34452  newPackage	./cmd/cgo/main.go	/^func newPackage(args []string) *Package {$/;"	f
 34453  newParser	./cmd/asm/internal/asm/operand_test.go	/^func newParser(goarch string) *Parser {$/;"	f
 34454  newPart	./mime/multipart/multipart.go	/^func newPart(mr *Reader) (*Part, error) {$/;"	f
 34455  newPeekReader	./encoding/gob/debug.go	/^func newPeekReader(r io.Reader) *peekReader {$/;"	f
 34456  newPipeline	./text/template/parse/node.go	/^func (t *Tree) newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode {$/;"	f
 34457  newPkgDot	./cmd/fix/fix.go	/^func newPkgDot(pos token.Pos, pkg, name string) ast.Expr {$/;"	f
 34458  newPopulateResponseWriter	./net/http/filetransport.go	/^func newPopulateResponseWriter() (*populateResponse, <-chan *Response) {$/;"	f
 34459  newPrinter	./fmt/print.go	/^func newPrinter() *pp {$/;"	f
 34460  newProcess	./os/exec.go	/^func newProcess(pid int, handle uintptr) *Process {$/;"	f
 34461  newPtrEncoder	./encoding/json/encode.go	/^func newPtrEncoder(t reflect.Type) encoderFunc {$/;"	f
 34462  newQueue	./regexp/onepass.go	/^func newQueue(size int) (q *queueOnePass) {$/;"	f
 34463  newRange	./text/template/parse/node.go	/^func (t *Tree) newRange(pos Pos, line int, pipe *PipeNode, list, elseList *ListNode) *RangeNode {$/;"	f
 34464  newRawAttributes	./crypto/x509/x509.go	/^func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {$/;"	f
 34465  newReader	./crypto/rand/rand_unix.go	/^func newReader(entropy io.Reader) io.Reader {$/;"	f
 34466  newReader	./fmt/scan_test.go	/^func newReader(s string) *myStringReader {$/;"	f
 34467  newRegexp	./regexp/syntax/parse.go	/^func (p *parser) newRegexp(op Op) *Regexp {$/;"	f
 34468  newRequest	./net/http/cgi/host_test.go	/^func newRequest(httpreq string) *http.Request {$/;"	f
 34469  newRequest	./net/http/fcgi/child.go	/^func newRequest(reqId uint16, flags uint8) *request {$/;"	f
 34470  newRequestHostTests	./net/http/request_test.go	/^var newRequestHostTests = []struct {$/;"	v
 34471  newResolvConfTest	./net/dnsclient_unix_test.go	/^func newResolvConfTest() (*resolvConfTest, error) {$/;"	f
 34472  newResponse	./net/http/fcgi/child.go	/^func newResponse(c *child, req *request) *response {$/;"	f
 34473  newRot13Reader	./bufio/bufio_test.go	/^func newRot13Reader(r io.Reader) *rot13Reader {$/;"	f
 34474  newScanState	./fmt/scan.go	/^func newScanState(r io.Reader, nlIsSpace, nlIsEnd bool) (s *ss, old ssave) {$/;"	f
 34475  newScriptedReader	./bufio/bufio_test.go	/^func newScriptedReader(steps ...func(p []byte) (n int, err error)) io.Reader {$/;"	f
 34476  newSessionTicketMsg	./crypto/tls/handshake_messages.go	/^type newSessionTicketMsg struct {$/;"	t
 34477  newSliceEncoder	./encoding/json/encode.go	/^func newSliceEncoder(t reflect.Type) encoderFunc {$/;"	f
 34478  newSliceType	./encoding/gob/type.go	/^func newSliceType(name string) *sliceType {$/;"	f
 34479  newStack	./runtime/trace.go	/^func (tab *traceStackTable) newStack(n int) *traceStack {$/;"	f
 34480  newString	./cmd/pprof/internal/driver/driver.go	/^func newString(s string) *string {$/;"	f
 34481  newString	./encoding/asn1/asn1_test.go	/^func newString(s string) *string { return &s }$/;"	f
 34482  newString	./text/template/exec_test.go	/^func newString(s string) *string {$/;"	f
 34483  newString	./text/template/parse/node.go	/^func (t *Tree) newString(pos Pos, orig, text string) *StringNode {$/;"	f
 34484  newStringValue	./flag/flag.go	/^func newStringValue(val string, p *string) *stringValue {$/;"	f
 34485  newStructEncoder	./encoding/json/encode.go	/^func newStructEncoder(t reflect.Type) encoderFunc {$/;"	f
 34486  newStructType	./encoding/gob/type.go	/^func newStructType(name string) *structType {$/;"	f
 34487  newSyncBuffer	./compress/flate/deflate_test.go	/^func newSyncBuffer() *syncBuffer {$/;"	f
 34488  newTCPConn	./net/tcpsock_plan9.go	/^func newTCPConn(fd *netFD) *TCPConn {$/;"	f
 34489  newTCPConn	./net/tcpsock_posix.go	/^func newTCPConn(fd *netFD) *TCPConn {$/;"	f
 34490  newTLSTransport	./net/http/client_test.go	/^func newTLSTransport(t *testing.T, ts *httptest.Server) *Transport {$/;"	f
 34491  newTable	./debug/plan9obj/file.go	/^func newTable(symtab []byte, ptrsz int) ([]Sym, error) {$/;"	f
 34492  newTemplate	./text/template/parse/node.go	/^func (t *Tree) newTemplate(pos Pos, line int, name string, pipe *PipeNode) *TemplateNode {$/;"	f
 34493  newTestDB	./database/sql/sql_test.go	/^func newTestDB(t testing.TB, name string) *DB {$/;"	f
 34494  newTestJar	./net/http/cookiejar/jar_test.go	/^func newTestJar() *Jar {$/;"	f
 34495  newTestMultipartRequest	./net/http/request_test.go	/^func newTestMultipartRequest(t *testing.T) *Request {$/;"	f
 34496  newText	./text/template/parse/node.go	/^func (t *Tree) newText(pos Pos, text string) *TextNode {$/;"	f
 34497  newTextprotoReader	./net/http/request.go	/^func newTextprotoReader(br *bufio.Reader) *textproto.Reader {$/;"	f
 34498  newTrackingWriter	./cmd/go/list.go	/^func newTrackingWriter(w io.Writer) *TrackingWriter {$/;"	f
 34499  newTransferWriter	./net/http/transfer.go	/^func newTransferWriter(r interface{}) (t *transferWriter, err error) {$/;"	f
 34500  newTypeEncoder	./encoding/json/encode.go	/^func newTypeEncoder(t reflect.Type, allowAddr bool) encoderFunc {$/;"	f
 34501  newTypeObject	./encoding/gob/type.go	/^func newTypeObject(name string, ut *userTypeInfo, rt reflect.Type) (gobType, error) {$/;"	f
 34502  newUDPConn	./net/udpsock_plan9.go	/^func newUDPConn(fd *netFD) *UDPConn { return &UDPConn{conn{fd}} }$/;"	f
 34503  newUDPConn	./net/udpsock_posix.go	/^func newUDPConn(fd *netFD) *UDPConn { return &UDPConn{conn{fd}} }$/;"	f
 34504  newUint64Value	./flag/flag.go	/^func newUint64Value(val uint64, p *uint64) *uint64Value {$/;"	f
 34505  newUintValue	./flag/flag.go	/^func newUintValue(val uint, p *uint) *uintValue {$/;"	f
 34506  newUnit	./cmd/compile/internal/big/hilbert_test.go	/^func newUnit(n int) *matrix {$/;"	f
 34507  newUnit	./math/big/hilbert_test.go	/^func newUnit(n int) *matrix {$/;"	f
 34508  newUnixConn	./net/unixsock_posix.go	/^func newUnixConn(fd *netFD) *UnixConn { return &UnixConn{conn{fd}} }$/;"	f
 34509  newUser	./os/user/lookup_windows.go	/^func newUser(usid *syscall.SID, gid, dir string) (*User, error) {$/;"	f
 34510  newUserFromSid	./os/user/lookup_windows.go	/^func newUserFromSid(usid *syscall.SID) (*User, error) {$/;"	f
 34511  newValues	./net/http/request.go	/^		var newValues url.Values$/;"	v
 34512  newVariable	./text/template/parse/node.go	/^func (t *Tree) newVariable(pos Pos, ident string) *VariableNode {$/;"	f
 34513  newVars	./go/types/assignments.go	/^	var newVars []*Var$/;"	v
 34514  newWith	./text/template/parse/node.go	/^func (t *Tree) newWith(pos Pos, line int, pipe *PipeNode, list, elseList *ListNode) *WithNode {$/;"	f
 34515  newWriter	./net/http/fcgi/fcgi.go	/^func newWriter(c *conn, recType recType, reqId uint16) *bufWriter {$/;"	f
 34516  new_name	./cmd/compile/internal/gc/go.y	/^new_name:$/;"	l
 34517  new_name_list	./cmd/compile/internal/gc/go.y	/^new_name_list:$/;"	l
 34518  newabslocexprattr	./cmd/link/internal/ld/dwarf.go	/^func newabslocexprattr(die *DWDie, addr int64, sym *LSym) {$/;"	f
 34519  newarray	./runtime/malloc.go	/^func newarray(typ *_type, n uintptr) unsafe.Pointer {$/;"	f
 34520  newattr	./cmd/link/internal/ld/dwarf.go	/^func newattr(die *DWDie, attr uint16, cls int, value int64, data interface{}) *DWAttr {$/;"	f
 34521  newblock	./cmd/compile/internal/gc/plive.go	/^func newblock(prog *obj.Prog) *BasicBlock {$/;"	f
 34522  newcfaoffsetattr	./cmd/link/internal/ld/dwarf.go	/^func newcfaoffsetattr(die *DWDie, offs int32) {$/;"	f
 34523  newcfg	./cmd/compile/internal/gc/plive.go	/^func newcfg(firstp *obj.Prog) []*BasicBlock {$/;"	f
 34524  newdefer	./runtime/panic.go	/^func newdefer(siz int32) *_defer {$/;"	f
 34525  newdie	./cmd/link/internal/ld/dwarf.go	/^func newdie(parent *DWDie, abbrev int, name string) *DWDie {$/;"	f
 34526  newextram	./runtime/proc1.go	/^func newextram() {$/;"	f
 34527  newfuncname	./cmd/compile/internal/gc/dcl.go	/^func newfuncname(s *Sym) *Node {$/;"	f
 34528  newlab	./cmd/compile/internal/gc/gen.go	/^func newlab(n *Node) *Label {$/;"	f
 34529  newlabel_inl	./cmd/compile/internal/gc/inl.go	/^func newlabel_inl() *Node {$/;"	f
 34530  newlabel_inl_label	./cmd/compile/internal/gc/inl.go	/^var newlabel_inl_label int$/;"	v
 34531  newline	./encoding/json/indent.go	/^func newline(dst *bytes.Buffer, prefix, indent string, depth int) {$/;"	f
 34532  newlineBytes	./cmd/doc/pkg.go	/^var newlineBytes = []byte("\\n\\n") \/\/ We never ask for more than 2.$/;"	v
 34533  newlineCount	./go/scanner/scanner_test.go	/^func newlineCount(s string) int {$/;"	f
 34534  newlineFilteringReader	./encoding/base32/base32.go	/^type newlineFilteringReader struct {$/;"	t
 34535  newlineFilteringReader	./encoding/base64/base64.go	/^type newlineFilteringReader struct {$/;"	t
 34536  newlines	./cmd/doc/pkg.go	/^func (pkg *Package) newlines(n int) {$/;"	f
 34537  newliveness	./cmd/compile/internal/gc/plive.go	/^func newliveness(fn *Node, ptxt *obj.Prog, cfg []*BasicBlock, vars []*Node) *Liveness {$/;"	f
 34538  newm	./encoding/gob/type_test.go	/^	var newm map[string]int$/;"	v
 34539  newm	./runtime/proc1.go	/^func newm(fn func(), _p_ *p) {$/;"	f
 34540  newmemberoffsetattr	./cmd/link/internal/ld/dwarf.go	/^func newmemberoffsetattr(die *DWDie, offs int32) {$/;"	f
 34541  newname	./cmd/compile/internal/gc/dcl.go	/^func newname(s *Sym) *Node {$/;"	f
 34542  newobject	./cmd/compile/internal/gc/builtin/runtime.go	/^func newobject(typ *byte) *any$/;"	f
 34543  newobject	./runtime/malloc.go	/^func newobject(typ *_type) unsafe.Pointer {$/;"	f
 34544  newosproc	./runtime/os1_darwin.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34545  newosproc	./runtime/os1_dragonfly.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34546  newosproc	./runtime/os1_freebsd.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34547  newosproc	./runtime/os1_linux.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34548  newosproc	./runtime/os1_nacl.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34549  newosproc	./runtime/os1_netbsd.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34550  newosproc	./runtime/os1_openbsd.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34551  newosproc	./runtime/os1_plan9.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34552  newosproc	./runtime/os1_windows.go	/^func newosproc(mp *m, stk unsafe.Pointer) {$/;"	f
 34553  newosproc	./runtime/os3_solaris.go	/^func newosproc(mp *m, _ unsafe.Pointer) {$/;"	f
 34554  newosproc0	./runtime/os1_darwin.go	/^func newosproc0(stacksize uintptr, fn unsafe.Pointer, fnarg uintptr) {$/;"	f
 34555  newosproc0	./runtime/os1_linux.go	/^func newosproc0(stacksize uintptr, fn unsafe.Pointer) {$/;"	f
 34556  newpcdataprog	./cmd/compile/internal/gc/plive.go	/^func newpcdataprog(prog *obj.Prog, index int32) *obj.Prog {$/;"	f
 34557  newplist	./cmd/compile/internal/gc/gsubr.go	/^func newplist() *obj.Plist {$/;"	f
 34558  newproc	./runtime/proc1.go	/^func newproc(siz int32, fn *funcval) {$/;"	f
 34559  newproc1	./runtime/proc1.go	/^func newproc1(fn *funcval, argp *uint8, narg int32, nret int32, callerpc uintptr) *g {$/;"	f
 34560  newrefattr	./cmd/link/internal/ld/dwarf.go	/^func newrefattr(die *DWDie, attr uint16, ref *DWDie) *DWAttr {$/;"	f
 34561  news	./encoding/gob/type_test.go	/^	var news []int$/;"	v
 34562  newselect	./cmd/compile/internal/gc/builtin/runtime.go	/^func newselect(sel *byte, selsize int64, size int32)$/;"	f
 34563  newselect	./runtime/select.go	/^func newselect(sel *hselect, selsize int64, size int32) {$/;"	f
 34564  newstack	./runtime/stack1.go	/^func newstack() {$/;"	f
 34565  nexport	./cmd/link/internal/ld/pe.go	/^var nexport int$/;"	v
 34566  next	./archive/tar/common.go	/^func (sp *slicer) next(n int) (b []byte) {$/;"	f
 34567  next	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) next() lex.Token {$/;"	f
 34568  next	./cmd/compile/internal/gc/bv.go	/^func (b *bulkBvec) next() Bvec {$/;"	f
 34569  next	./cmd/compile/internal/gc/plive.go	/^	var next *obj.Prog$/;"	v
 34570  next	./cmd/internal/obj/arm/obj5.go	/^	var next *obj.Prog$/;"	v
 34571  next	./cmd/link/internal/ld/dwarf.go	/^		var next *DWDie = curr.link$/;"	v
 34572  next	./cmd/link/internal/ld/go.go	/^	var next string$/;"	v
 34573  next	./container/list/list_test.go	/^	var next *Element$/;"	v
 34574  next	./debug/dwarf/line.go	/^		var next LineEntry$/;"	v
 34575  next	./debug/dwarf/testdata/typedef.c	/^	t_my_list *next;$/;"	m	struct:list	file:
 34576  next	./encoding/json/decode.go	/^func (d *decodeState) next() []byte {$/;"	f
 34577  next	./encoding/json/tags.go	/^		var next string$/;"	v
 34578  next	./go/ast/commentmap.go	/^func (r *commentListReader) next() {$/;"	f
 34579  next	./go/internal/gccgoimporter/parser.go	/^func (p *parser) next() {$/;"	f
 34580  next	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) next() {$/;"	f
 34581  next	./go/parser/parser.go	/^func (p *parser) next() {$/;"	f
 34582  next	./go/printer/testdata/parser.go	/^func (p *parser) next() {$/;"	f
 34583  next	./go/scanner/scanner.go	/^func (s *Scanner) next() {$/;"	f
 34584  next	./go/types/api_test.go	/^		func next() int { counter++; return counter }$/;"	f
 34585  next	./go/types/lookup.go	/^		var next []embeddedType \/\/ embedded types found at current depth$/;"	v
 34586  next	./go/types/methodset.go	/^		var next []embeddedType \/\/ embedded types found at current depth$/;"	v
 34587  next	./regexp/onepass.go	/^func (q *queueOnePass) next() (n uint32) {$/;"	f
 34588  next	./regexp/syntax/compile.go	/^func (l patchList) next(p *Prog) patchList {$/;"	f
 34589  next	./runtime/mbitmap.go	/^func (h heapBits) next() heapBits {$/;"	f
 34590  next	./strings/search.go	/^func (f *stringFinder) next(text string) int {$/;"	f
 34591  next	./text/scanner/scanner.go	/^func (s *Scanner) next() rune {$/;"	f
 34592  next	./text/template/parse/lex.go	/^func (l *lexer) next() rune {$/;"	f
 34593  next	./text/template/parse/parse.go	/^	var next Node$/;"	v
 34594  next	./text/template/parse/parse.go	/^func (t *Tree) next() item {$/;"	f
 34595  next0	./go/parser/parser.go	/^func (p *parser) next0() {$/;"	f
 34596  next0	./go/printer/testdata/parser.go	/^func (p *parser) next0() {$/;"	f
 34597  nextBarrierPC	./runtime/mgcmark.go	/^func nextBarrierPC() uintptr {$/;"	f
 34598  nextBlock	./compress/flate/inflate.go	/^func (f *decompressor) nextBlock() {$/;"	f
 34599  nextBlock	./syscall/unzip_nacl.go	/^func (f *decompressor) nextBlock() {$/;"	f
 34600  nextComment	./go/printer/printer.go	/^func (p *printer) nextComment() {$/;"	f
 34601  nextCount	./reflect/type.go	/^	var nextCount map[*structType]int$/;"	v
 34602  nextId	./encoding/gob/type.go	/^var nextId typeId       \/\/ incremented for each new type we build$/;"	v
 34603  nextInt	./encoding/gob/decoder.go	/^func (dec *Decoder) nextInt() int64 {$/;"	f
 34604  nextIsLiteral	./mime/mediatype.go	/^	var nextIsLiteral bool$/;"	v
 34605  nextItem	./text/template/parse/lex.go	/^func (l *lexer) nextItem() item {$/;"	f
 34606  nextJSCtx	./html/template/js.go	/^func nextJSCtx(s []byte, preceding jsCtx) jsCtx {$/;"	f
 34607  nextLine	./runtime/race/race_test.go	/^func nextLine(r *bufio.Reader) (string, error) {$/;"	f
 34608  nextNonSpace	./text/template/parse/parse.go	/^func (t *Tree) nextNonSpace() (token item) {$/;"	f
 34609  nextProtoMsg	./crypto/tls/handshake_messages.go	/^type nextProtoMsg struct {$/;"	t
 34610  nextRead	./encoding/base64/base64_test.go	/^type nextRead struct {$/;"	t
 34611  nextRune	./regexp/syntax/parse.go	/^func nextRune(s string) (c rune, t string, err error) {$/;"	f
 34612  nextStdChunk	./time/format.go	/^func nextStdChunk(layout string) (prefix string, std int, suffix string) {$/;"	f
 34613  nextSuffix	./io/ioutil/tempfile.go	/^func nextSuffix() string {$/;"	f
 34614  nextUint	./encoding/gob/decoder.go	/^func (dec *Decoder) nextUint() uint64 {$/;"	f
 34615  nextValue	./encoding/json/scanner.go	/^func nextValue(data []byte, scan *scanner) (value, rest []byte, err error) {$/;"	f
 34616  nextafter32	./math/all_test.go	/^var nextafter32 = []float32{$/;"	v
 34617  nextafter32SC	./math/all_test.go	/^var nextafter32SC = []float32{$/;"	v
 34618  nextafter64	./math/all_test.go	/^var nextafter64 = []float64{$/;"	v
 34619  nextafter64SC	./math/all_test.go	/^var nextafter64SC = []float64{$/;"	v
 34620  nextar	./cmd/link/internal/ld/lib.go	/^func nextar(bp *obj.Biobuf, off int64, a *ArHdr) int64 {$/;"	f
 34621  nextcode	./compress/flate/gen.go	/^	var nextcode [maxCodeLen]int$/;"	v
 34622  nextcode	./compress/flate/inflate.go	/^	var nextcode [maxCodeLen]int$/;"	v
 34623  nextcode	./syscall/unzip_nacl.go	/^	var nextcode [maxCodeLen]int$/;"	v
 34624  nextfileoff	./cmd/link/internal/ld/pe.go	/^var nextfileoff int$/;"	v
 34625  nextpc	./cmd/link/internal/ld/dwarf.go	/^	var nextpc uint32$/;"	v
 34626  nextport	./syscall/net_nacl.go	/^var nextport = 2$/;"	v
 34627  nextra	./net/http/transfer.go	/^			var nextra int64$/;"	v
 34628  nextsectoff	./cmd/link/internal/ld/pe.go	/^var nextsectoff int$/;"	v
 34629  nextt	./cmd/compile/internal/gc/dcl.go	/^	var nextt *Node$/;"	v
 34630  nflag	./cmd/nm/nm.go	/^type nflag int$/;"	t
 34631  ngotype	./cmd/compile/internal/gc/subr.go	/^func ngotype(n *Node) *Sym {$/;"	f
 34632  nhunk	./cmd/compile/internal/gc/go.go	/^var nhunk int32$/;"	v
 34633  nil	./builtin/builtin.go	/^var nil Type \/\/ Type must be a pointer, channel, func, interface, map, or slice type$/;"	v
 34634  nil	./runtime/cgo/libcgo.h	/^#define nil /;"	d
 34635  nilCloser	./net/http/fcgi/fcgi_test.go	/^type nilCloser struct {$/;"	t
 34636  nilFileMethodTests	./os/os_test.go	/^var nilFileMethodTests = []struct {$/;"	v
 34637  nilInterfaceValue	./encoding/gob/debug.go	/^func (deb *debugger) nilInterfaceValue(indent tab) int {$/;"	f
 34638  nilRegisterNumber	./cmd/asm/internal/arch/arch.go	/^func nilRegisterNumber(name string, n int16) (int16, bool) {$/;"	f
 34639  nilStruct	./encoding/xml/marshal_test.go	/^var nilStruct *Ship$/;"	v
 34640  nilfunc	./runtime/stack1.go	/^func nilfunc() {$/;"	f
 34641  nilinterequal	./runtime/alg.go	/^func nilinterequal(p, q unsafe.Pointer) bool {$/;"	f
 34642  nilinterhash	./runtime/alg.go	/^func nilinterhash(p unsafe.Pointer, h uintptr) uintptr {$/;"	f
 34643  nilonly	./cmd/compile/internal/gc/swt.go	/^	var nilonly string$/;"	v
 34644  nilopt	./cmd/compile/internal/gc/popt.go	/^func nilopt(firstp *obj.Prog) {$/;"	f
 34645  nilptr	./runtime/race/testdata/atomic_test.go	/^	var nilptr *int32$/;"	v
 34646  nilwalkback	./cmd/compile/internal/gc/popt.go	/^func nilwalkback(fcheck *Flow) {$/;"	f
 34647  nilwalkfwd	./cmd/compile/internal/gc/popt.go	/^func nilwalkfwd(fcheck *Flow) {$/;"	f
 34648  nkind	./cmd/link/internal/ld/macho.go	/^var nkind [NumSymKind]int$/;"	v
 34649  nl	./cmd/compile/internal/gc/const.go	/^		var nl *Node$/;"	v
 34650  nl	./cmd/compile/internal/gc/sinit.go	/^	var nl *Node$/;"	v
 34651  nl	./cmd/compile/internal/gc/walk.go	/^	var nl *Node$/;"	v
 34652  nl	./cmd/go/list.go	/^var nl = []byte{'\\n'}$/;"	v
 34653  nl	./encoding/pem/pem.go	/^var nl = []byte{'\\n'}$/;"	v
 34654  nl	./go/doc/comment.go	/^var nl = []byte("\\n")$/;"	v
 34655  nlen	./cmd/compile/internal/gc/cgen.go	/^				var nlen Node$/;"	v
 34656  nlen	./cmd/compile/internal/gc/cgen.go	/^		var nlen Node$/;"	v
 34657  nlimit	./go/printer/printer.go	/^func nlimit(n int) int {$/;"	f
 34658  nlines	./encoding/json/stream_test.go	/^func nlines(s string, n int) string {$/;"	f
 34659  nlmAlignOf	./syscall/netlink_linux.go	/^func nlmAlignOf(msglen int) int {$/;"	f
 34660  nlz	./cmd/compile/internal/big/arith.go	/^func nlz(x Word) uint {$/;"	f
 34661  nlz	./math/big/arith.go	/^func nlz(x Word) uint {$/;"	f
 34662  nlz64	./cmd/compile/internal/big/arith.go	/^func nlz64(x uint64) uint {$/;"	f
 34663  nlz64	./math/big/arith.go	/^func nlz64(x uint64) uint {$/;"	f
 34664  nm	./cmd/nm/nm.go	/^func nm(file string) {$/;"	f
 34665  nm1	./cmd/compile/internal/arm64/ggen.go	/^		var nm1 gc.Node$/;"	v
 34666  nm1	./cmd/compile/internal/ppc64/ggen.go	/^		var nm1 gc.Node$/;"	v
 34667  nmspinning	./runtime/proc1.go	/^	var nmspinning uint32$/;"	v
 34668  nn	./cmd/compile/internal/amd64/gsubr.go	/^		var nn *gc.Node$/;"	v
 34669  nn	./cmd/compile/internal/arm/gsubr.go	/^		var nn *gc.Node$/;"	v
 34670  nn	./cmd/compile/internal/arm/gsubr.go	/^	var nn *gc.Node$/;"	v
 34671  nn	./cmd/compile/internal/gc/dcl.go	/^	var nn *Node$/;"	v
 34672  nn	./cmd/compile/internal/gc/walk.go	/^	var nn *NodeList$/;"	v
 34673  nn	./cmd/compile/internal/gc/y.go	/^			var nn *NodeList$/;"	v
 34674  nn	./cmd/compile/internal/x86/gsubr.go	/^	var nn *gc.Node$/;"	v
 34675  nn	./cmd/link/internal/ld/dwarf.go	/^	var nn string$/;"	v
 34676  nn	./cmd/pprof/internal/report/report.go	/^			var nn *node$/;"	v
 34677  nn	./cmd/pprof/internal/report/report.go	/^		var nn *node$/;"	v
 34678  nn	./encoding/ascii85/ascii85.go	/^		var nn, nsrc, ndst int$/;"	v
 34679  nn	./encoding/asn1/marshal.go	/^	var nn int$/;"	v
 34680  nn	./io/io.go	/^		var nn int$/;"	v
 34681  nnonter	./cmd/yacc/yacc.go	/^var nnonter = -1 \/\/ the number of nonterminals$/;"	v
 34682  nnul	./debug/gosym/symtab.go	/^		var nnul int$/;"	v
 34683  nnul	./debug/plan9obj/file.go	/^		var nnul int$/;"	v
 34684  noAlloc	./reflect/all_test.go	/^func noAlloc(t *testing.T, n int, f func(int)) {$/;"	f
 34685  noBody	./net/http/readrequest_test.go	/^var noBody = ""$/;"	v
 34686  noBodyExpected	./net/http/transfer.go	/^func noBodyExpected(requestMethod string) bool {$/;"	f
 34687  noDeadline	./net/net.go	/^var noDeadline = time.Time{}$/;"	v
 34688  noError	./net/http/readrequest_test.go	/^var noError = ""$/;"	v
 34689  noNewlineLines	./bufio/scan_test.go	/^var noNewlineLines = []string{$/;"	v
 34690  noObjTool	./cmd/pprof/internal/plugin/plugin.go	/^type noObjTool struct{}$/;"	t
 34691  noRaceReturn	./runtime/race/testdata/regression_test.go	/^func noRaceReturn(c chan int) (a, b int) {$/;"	f
 34692  noReadFrom	./io/io_test.go	/^type noReadFrom struct {$/;"	t
 34693  noRows	./database/sql/driver/driver.go	/^type noRows struct{}$/;"	t
 34694  noSpace	./encoding/json/decode_test.go	/^func noSpace(c rune) rune {$/;"	f
 34695  noTrailer	./net/http/readrequest_test.go	/^var noTrailer Header = nil$/;"	v
 34696  noVCSSuffix	./cmd/go/vcs.go	/^func noVCSSuffix(match map[string]string) error {$/;"	f
 34697  noValue	./encoding/gob/decode.go	/^var noValue reflect.Value$/;"	v
 34698  nobanner	./make.bat	/^:nobanner$/;"	l
 34699  nobar	./runtime/asm_386.s	/^nobar:$/;"	l
 34700  nobar	./runtime/asm_amd64.s	/^nobar:$/;"	l
 34701  nobar	./runtime/asm_amd64p32.s	/^nobar:$/;"	l
 34702  nobar	./runtime/asm_arm.s	/^nobar:$/;"	l
 34703  nobar	./runtime/asm_arm64.s	/^nobar:$/;"	l
 34704  nobar	./runtime/asm_ppc64x.s	/^nobar:$/;"	l
 34705  nocache	./cmd/internal/obj/arm64/obj7.go	/^func nocache(p *obj.Prog) {$/;"	f
 34706  nocgo	./runtime/asm_arm64.s	/^nocgo:$/;"	l
 34707  nocgo	./runtime/asm_ppc64x.s	/^nocgo:$/;"	l
 34708  nocgo	./runtime/rt0_darwin_amd64.s	/^nocgo:$/;"	l
 34709  nocgo	./runtime/rt0_darwin_arm.s	/^nocgo:$/;"	l
 34710  nocgo	./runtime/rt0_linux_386.s	/^nocgo:$/;"	l
 34711  nocgo	./runtime/rt0_linux_amd64.s	/^nocgo:$/;"	l
 34712  nocgo	./runtime/rt0_linux_arm.s	/^nocgo:$/;"	l
 34713  nocgo	./runtime/tls_arm.s	/^nocgo:$/;"	l
 34714  nocgo	./runtime/tls_arm64.s	/^nocgo:$/;"	l
 34715  nocgo	./runtime/tls_ppc64x.s	/^nocgo:$/;"	l
 34716  nochange	./cmd/compile/internal/arm/peep.go	/^func nochange(r *gc.Flow, r2 *gc.Flow, p *obj.Prog) bool {$/;"	f
 34717  nocpuinfo	./runtime/asm_386.s	/^nocpuinfo:	$/;"	l
 34718  nocpuinfo	./runtime/asm_amd64.s	/^nocpuinfo:	$/;"	l
 34719  nocpuinfo	./runtime/asm_amd64p32.s	/^nocpuinfo:	$/;"	l
 34720  nod	./cmd/compile/internal/gc/cgen.go	/^		var nod Node$/;"	v
 34721  nod	./cmd/compile/internal/gc/cgen.go	/^	var nod Node$/;"	v
 34722  nod	./cmd/compile/internal/gc/pgen.go	/^	var nod Node$/;"	v
 34723  nod1	./cmd/compile/internal/gc/cgen.go	/^	var nod1 Node$/;"	v
 34724  nod1	./cmd/compile/internal/gc/obj.go	/^	var nod1 Node$/;"	v
 34725  nod1	./cmd/compile/internal/gc/pgen.go	/^	var nod1 Node$/;"	v
 34726  nod1	./cmd/compile/internal/gc/sinit.go	/^			var nod1 Node$/;"	v
 34727  nod2	./cmd/compile/internal/gc/cgen.go	/^		var nod2 Node$/;"	v
 34728  nodarg	./cmd/compile/internal/gc/gsubr.go	/^func nodarg(t *Type, fp int) *Node {$/;"	f
 34729  nodcplxlit	./cmd/compile/internal/gc/const.go	/^func nodcplxlit(r Val, i Val) *Node {$/;"	f
 34730  noddi	./cmd/compile/internal/amd64/cgen.go	/^	var noddi gc.Node$/;"	v
 34731  node	./cmd/cgo/out.go	/^		var node ast.Node$/;"	v
 34732  node	./cmd/compile/internal/gc/plive.go	/^	var node *Node$/;"	v
 34733  node	./cmd/compile/internal/gc/reg.go	/^	var node *Node$/;"	v
 34734  node	./cmd/pprof/internal/report/report.go	/^type node struct {$/;"	t
 34735  nodeEscState	./cmd/compile/internal/gc/esc.go	/^func (e *EscState) nodeEscState(n *Node) *NodeEscState {$/;"	f
 34736  nodeFmt	./go/doc/doc_test.go	/^func nodeFmt(node interface{}, fset *token.FileSet) string {$/;"	f
 34737  nodeInfo	./cmd/pprof/internal/report/report.go	/^type nodeInfo struct {$/;"	t
 34738  nodeList	./go/ast/commentmap.go	/^func nodeList(n Node) []Node {$/;"	f
 34739  nodeMap	./cmd/pprof/internal/report/report.go	/^type nodeMap map[nodeInfo]*node$/;"	t
 34740  nodeOrder	./cmd/pprof/internal/report/report.go	/^type nodeOrder int$/;"	t
 34741  nodeQueue	./go/types/initorder.go	/^type nodeQueue []*objNode$/;"	t
 34742  nodeSize	./go/printer/nodes.go	/^func (p *printer) nodeSize(n ast.Node, maxSize int) (size int) {$/;"	f
 34743  nodeSorter	./cmd/pprof/internal/report/report.go	/^type nodeSorter struct {$/;"	t
 34744  nodeStack	./go/ast/commentmap.go	/^type nodeStack []Node$/;"	t
 34745  nodedump	./cmd/compile/internal/gc/fmt.go	/^func nodedump(n *Node, flag int) string {$/;"	f
 34746  nodefmt	./cmd/compile/internal/gc/fmt.go	/^func nodefmt(n *Node, flag int) string {$/;"	f
 34747  nodes	./cmd/pprof/internal/report/report.go	/^type nodes []*node$/;"	t
 34748  nodes	./go/ast/ast.go	/^\/\/ Pos and End implementations for expression\/type nodes.$/;"	t
 34749  nodes	./go/ast/ast.go	/^\/\/ There are 3 main classes of nodes: Expressions and type nodes,$/;"	t
 34750  nodes	./go/ast/ast.go	/^\/\/ exprNode() ensures that only expression\/type nodes can be$/;"	t
 34751  nodes	./runtime/lfstack_test.go	/^	var nodes []*MyNode$/;"	v
 34752  nodesPerSymbol	./cmd/pprof/internal/report/report.go	/^func nodesPerSymbol(ns nodes, symbols []*objSymbol) map[*objSymbol]nodes {$/;"	f
 34753  nodfconst	./cmd/compile/internal/gc/cplx.go	/^func nodfconst(n *Node, t *Type, fval *Mpflt) {$/;"	f
 34754  nodfltconst	./cmd/compile/internal/gc/subr.go	/^func nodfltconst(v *Mpflt) *Node {$/;"	f
 34755  nodfp	./cmd/compile/internal/gc/go.go	/^var nodfp *Node$/;"	v
 34756  nodi	./cmd/compile/internal/gc/cgen.go	/^	var nodi Node$/;"	v
 34757  nodl	./cmd/compile/internal/amd64/cgen.go	/^	var nodl gc.Node$/;"	v
 34758  nodl	./cmd/compile/internal/gc/gen.go	/^	var nodl Node$/;"	v
 34759  nodlit	./cmd/compile/internal/gc/const.go	/^func nodlit(v Val) *Node {$/;"	f
 34760  nodnil	./cmd/compile/internal/gc/subr.go	/^func nodnil() *Node {$/;"	f
 34761  nodo	./cmd/compile/internal/gc/cgen.go	/^	var nodo Node$/;"	v
 34762  nodr	./cmd/compile/internal/amd64/cgen.go	/^	var nodr gc.Node$/;"	v
 34763  nodr	./cmd/compile/internal/gc/cgen.go	/^		var nodr Node$/;"	v
 34764  nodr	./cmd/compile/internal/gc/cgen.go	/^	var nodr Node$/;"	v
 34765  nodr	./cmd/compile/internal/gc/gen.go	/^	var nodr Node$/;"	v
 34766  nodsi	./cmd/compile/internal/amd64/cgen.go	/^	var nodsi gc.Node$/;"	v
 34767  nodsp	./cmd/compile/internal/gc/cgen.go	/^	var nodsp Node$/;"	v
 34768  noescape	./runtime/stubs.go	/^func noescape(p unsafe.Pointer) unsafe.Pointer {$/;"	f
 34769  noext	./go/internal/gcimporter/gcimporter.go	/^	var noext string$/;"	v
 34770  nofollow	./cmd/internal/obj/x86/obj6.go	/^func nofollow(a int) bool {$/;"	f
 34771  nog	./runtime/sys_linux_386.s	/^nog:$/;"	l
 34772  nog	./runtime/sys_linux_amd64.s	/^nog:$/;"	l
 34773  nog	./runtime/sys_linux_arm.s	/^nog:$/;"	l
 34774  nog	./runtime/sys_linux_arm64.s	/^nog:$/;"	l
 34775  nog	./runtime/sys_linux_ppc64x.s	/^nog:$/;"	l
 34776  nog	./runtime/sys_nacl_amd64p32.s	/^nog:$/;"	l
 34777  nog	./runtime/sys_nacl_arm.s	/^nog:$/;"	l
 34778  noinst_pkgs	./cmd/compile/internal/gc/racewalk.go	/^var noinst_pkgs = []string{"sync", "sync\/atomic"}$/;"	v
 34779  nointerface	./cmd/compile/internal/gc/go.go	/^var nointerface bool$/;"	v
 34780  nokeys	./cmd/compile/internal/gc/typecheck.go	/^func nokeys(l *NodeList) bool {$/;"	f
 34781  nolocal	./make.bat	/^:nolocal$/;"	l
 34782  nolocal	./run.bat	/^:nolocal$/;"	l
 34783  nolocalimports	./cmd/compile/internal/gc/go.go	/^var nolocalimports int$/;"	v
 34784  nolook	./cmd/yacc/yacc.go	/^var nolook = 0  \/\/ flag to turn off lookahead computations$/;"	v
 34785  nomatchnlTests	./regexp/syntax/parse_test.go	/^var nomatchnlTests = []parseTest{$/;"	v
 34786  nonAlphaNumRx	./go/doc/comment.go	/^var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)$/;"	v
 34787  nonEmptyInterface	./reflect/value.go	/^type nonEmptyInterface struct {$/;"	t
 34788  nonEmptyStruct	./reflect/all_test.go	/^type nonEmptyStruct struct {$/;"	t
 34789  nonExistentPaths	./os/exec/lp_test.go	/^var nonExistentPaths = []string{$/;"	v
 34790  nonNilInterfaceValue	./encoding/gob/debug.go	/^func (deb *debugger) nonNilInterfaceValue(indent tab, nameLen int) {$/;"	f
 34791  nonSpace	./encoding/json/stream.go	/^func nonSpace(b []byte) bool {$/;"	f
 34792  nonStrictTokens	./encoding/xml/xml_test.go	/^var nonStrictTokens = []Token{$/;"	v
 34793  nonStringEntity	./encoding/xml/xml_test.go	/^var nonStringEntity = map[string]string{"": "oops!", "0a": "oops!"}$/;"	v
 34794  nonZeroRandomBytes	./crypto/rsa/pkcs1v15.go	/^func nonZeroRandomBytes(s []byte, rand io.Reader) (err error) {$/;"	f
 34795  nonZeroToAllOnes	./crypto/elliptic/p256.go	/^func nonZeroToAllOnes(x uint32) uint32 {$/;"	f
 34796  non_dcl_stmt	./cmd/compile/internal/gc/go.y	/^non_dcl_stmt:$/;"	l
 34797  non_expr_type	./cmd/compile/internal/gc/go.y	/^non_expr_type:$/;"	l
 34798  non_recvchantype	./cmd/compile/internal/gc/go.y	/^non_recvchantype:$/;"	l
 34799  nonblank	./cmd/api/goapi.go	/^	var nonblank []string$/;"	v
 34800  nonce	./crypto/cipher/benchmark_test.go	/^	var nonce [12]byte$/;"	v
 34801  nonemptyinterface	./cmd/vet/testdata/print.go	/^var nonemptyinterface = interface {$/;"	v
 34802  nonleaf	./runtime/proc_test.go	/^func nonleaf(stop chan int) bool {$/;"	f
 34803  nonlooping	./cmd/compile/internal/gc/esc.go	/^var nonlooping Label$/;"	v
 34804  nonnegconst	./cmd/compile/internal/gc/const.go	/^func nonnegconst(n *Node) int {$/;"	f
 34805  nontrst	./cmd/yacc/yacc.go	/^var nontrst []Symb$/;"	v
 34806  nonzero	./net/interface_linux.go	/^			var nonzero bool$/;"	v
 34807  noopConn	./net/http/serve_test.go	/^type noopConn struct{}$/;"	t
 34808  nop	./cmd/fix/fix.go	/^func nop(interface{}) {}$/;"	f
 34809  nop	./cmd/internal/obj/x86/asm6.go	/^var nop = [][16]uint8{$/;"	v
 34810  nop	./regexp/syntax/compile.go	/^func (c *compiler) nop() frag {$/;"	f
 34811  nop	./runtime/stubs.go	/^func nop() \/\/ call to prevent inlining of function body$/;"	f
 34812  nopCloser	./archive/zip/writer.go	/^type nopCloser struct {$/;"	t
 34813  nopCloser	./io/ioutil/ioutil.go	/^type nopCloser struct {$/;"	t
 34814  nopWriteCloser	./net/http/fcgi/fcgi_test.go	/^type nopWriteCloser struct {$/;"	t
 34815  nopkg	./cmd/compile/internal/gc/subr.go	/^var nopkg = &Pkg{$/;"	v
 34816  noprof	./cmd/vet/testdata/asm.go	/^func noprof(x int)$/;"	f
 34817  noptr	./cmd/link/internal/ld/data.go	/^	var noptr *Section$/;"	v
 34818  noptr	./cmd/vet/testdata/asm.go	/^func noptr(x int)$/;"	f
 34819  noptrbss	./cmd/link/internal/ld/data.go	/^	var noptrbss *Section$/;"	v
 34820  nor	./go/types/typexpr.go	/^\/\/ If e is neither a type nor nil, typOrNil returns Typ[Invalid].$/;"	t
 34821  norebuild	./run.bat	/^:norebuild$/;"	l
 34822  noreturn_symlist	./cmd/compile/internal/gc/popt.go	/^var noreturn_symlist [10]*Sym$/;"	v
 34823  norig	./cmd/compile/internal/gc/const.go	/^	var norig *Node$/;"	v
 34824  norm	./cmd/compile/internal/big/bits_test.go	/^func (x Bits) norm() Bits {$/;"	f
 34825  norm	./cmd/compile/internal/big/int_test.go	/^func norm(x nat) nat {$/;"	f
 34826  norm	./cmd/compile/internal/big/nat.go	/^func (z nat) norm() nat {$/;"	f
 34827  norm	./cmd/compile/internal/big/rat.go	/^func (z *Rat) norm() *Rat {$/;"	f
 34828  norm	./math/big/bits_test.go	/^func (x Bits) norm() Bits {$/;"	f
 34829  norm	./math/big/int_test.go	/^func norm(x nat) nat {$/;"	f
 34830  norm	./math/big/nat.go	/^func (z nat) norm() nat {$/;"	f
 34831  norm	./math/big/rat.go	/^func (z *Rat) norm() *Rat {$/;"	f
 34832  norm	./time/time.go	/^func norm(hi, lo, base int) (nhi, nlo int) {$/;"	f
 34833  normComplex	./go/constant/value.go	/^func normComplex(re, im *big.Rat) Value {$/;"	f
 34834  normFloat	./go/constant/value.go	/^func normFloat(x *big.Rat) Value {$/;"	f
 34835  normInt	./go/constant/value.go	/^func normInt(x *big.Int) Value {$/;"	f
 34836  normalize	./cmd/internal/obj/x86/obj6_test.go	/^func normalize(s string) string {$/;"	f
 34837  normalize	./math/bits.go	/^func normalize(x float64) (y float64, exp int) {$/;"	f
 34838  normalizeDir	./syscall/exec_windows.go	/^func normalizeDir(dir string) (name string, err error) {$/;"	f
 34839  nosave	./runtime/asm_amd64.s	/^nosave:$/;"	l
 34840  nosplit	./cmd/vet/testdata/asm.go	/^func nosplit(x int)$/;"	f
 34841  nosse2	./runtime/memclr_386.s	/^nosse2:$/;"	l
 34842  nosse2	./runtime/memmove_386.s	/^nosse2:$/;"	l
 34843  noswitch	./runtime/asm_386.s	/^noswitch:$/;"	l
 34844  noswitch	./runtime/asm_amd64.s	/^noswitch:$/;"	l
 34845  noswitch	./runtime/asm_amd64p32.s	/^noswitch:$/;"	l
 34846  noswitch	./runtime/asm_arm.s	/^noswitch:$/;"	l
 34847  noswitch	./runtime/asm_arm64.s	/^noswitch:$/;"	l
 34848  noswitch	./runtime/asm_ppc64x.s	/^noswitch:$/;"	l
 34849  noswitch	./runtime/sys_solaris_amd64.s	/^noswitch:$/;"	l
 34850  not	./bytes/bytes_test.go	/^func not(p predicate) predicate {$/;"	f
 34851  not	./cmd/cgo/out.go	/^	error_(e.Pos(), "Go type not supported in export: %s", gofmt(e))$/;"	t
 34852  not	./cmd/compile/internal/gc/y.go	/^	{124, 25, "nested func not allowed"},$/;"	f
 34853  not	./encoding/gob/encode.go	/^		errorf("type not registered for interface: %s", ut.base)$/;"	t
 34854  not	./encoding/xml/marshal_test.go	/^		t.Errorf("enc.EncodeToken: invalid type not caught")$/;"	t
 34855  not	./fmt/scan.go	/^			s.errorString("type not a pointer: " + val.Type().String())$/;"	t
 34856  not	./go/doc/reader.go	/^			\/\/ embedded but original receiver type not exported$/;"	t
 34857  not	./go/doc/reader.go	/^	\/\/ type not found - add one without declaration$/;"	t
 34858  not	./go/types/typexpr.go	/^					err = "type not defined in this package"$/;"	t
 34859  not	./html/template/escape_test.go	/^			"HTML doctype not case-insensitive",$/;"	t
 34860  not	./html/template/escape_test.go	/^			"HTML doctype not normalized",$/;"	t
 34861  not	./net/rpc/server.go	/^				log.Println("method", mname, "reply type not a pointer:", replyType)$/;"	t
 34862  not	./net/rpc/server.go	/^				log.Println("method", mname, "reply type not exported:", replyType)$/;"	t
 34863  not	./net/rpc/server.go	/^				log.Println(mname, "argument type not exported:", argType)$/;"	t
 34864  not	./reflect/all_test.go	/^	\/\/ check construction and use of type not in binary$/;"	t
 34865  not	./runtime/os2_nacl.go	/^	_ESOCKTNOSUPPORT = 94  \/* Socket type not supported *\/$/;"	t
 34866  not	./strings/strings_test.go	/^func not(p predicate) predicate {$/;"	f
 34867  not	./syscall/tables_nacl.go	/^	ESOCKTNOSUPPORT Errno = 94  \/* Socket type not supported *\/$/;"	t
 34868  not	./syscall/tables_nacl.go	/^	ESOCKTNOSUPPORT: "Socket type not supported",$/;"	t
 34869  not	./syscall/zerrors_darwin_386.go	/^	44:  "socket type not supported",$/;"	t
 34870  not	./syscall/zerrors_darwin_amd64.go	/^	44:  "socket type not supported",$/;"	t
 34871  not	./syscall/zerrors_darwin_arm.go	/^	44:  "socket type not supported",$/;"	t
 34872  not	./syscall/zerrors_darwin_arm64.go	/^	44:  "socket type not supported",$/;"	t
 34873  not	./syscall/zerrors_dragonfly_amd64.go	/^	44: "socket type not supported",$/;"	t
 34874  not	./syscall/zerrors_freebsd_386.go	/^	44: "socket type not supported",$/;"	t
 34875  not	./syscall/zerrors_freebsd_amd64.go	/^	44: "socket type not supported",$/;"	t
 34876  not	./syscall/zerrors_freebsd_arm.go	/^	44: "socket type not supported",$/;"	t
 34877  not	./syscall/zerrors_linux_386.go	/^	94:  "socket type not supported",$/;"	t
 34878  not	./syscall/zerrors_linux_amd64.go	/^	94:  "socket type not supported",$/;"	t
 34879  not	./syscall/zerrors_linux_arm.go	/^	94:  "socket type not supported",$/;"	t
 34880  not	./syscall/zerrors_linux_arm64.go	/^	94:  "socket type not supported",$/;"	t
 34881  not	./syscall/zerrors_linux_ppc64.go	/^	94:  "socket type not supported",$/;"	t
 34882  not	./syscall/zerrors_linux_ppc64le.go	/^	94:  "socket type not supported",$/;"	t
 34883  not	./syscall/zerrors_netbsd_386.go	/^	44: "socket type not supported",$/;"	t
 34884  not	./syscall/zerrors_netbsd_amd64.go	/^	44: "socket type not supported",$/;"	t
 34885  not	./syscall/zerrors_netbsd_arm.go	/^	44: "socket type not supported",$/;"	t
 34886  not	./syscall/zerrors_openbsd_386.go	/^	44: "socket type not supported",$/;"	t
 34887  not	./syscall/zerrors_openbsd_amd64.go	/^	44: "socket type not supported",$/;"	t
 34888  not	./syscall/zerrors_openbsd_arm.go	/^	44: "socket type not supported",$/;"	t
 34889  not	./syscall/zerrors_solaris_amd64.go	/^	121: "socket type not supported",$/;"	t
 34890  not	./syscall/zerrors_windows.go	/^	ESOCKTNOSUPPORT - APPLICATION_ERROR: "socket type not supported",$/;"	t
 34891  not	./text/template/funcs.go	/^func not(arg interface{}) (truth bool) {$/;"	f
 34892  notAFunction	./text/template/exec.go	/^func (s *state) notAFunction(args []parse.Node, final reflect.Value) {$/;"	f
 34893  notBacktrack	./regexp/backtrack.go	/^var notBacktrack *bitState = nil$/;"	v
 34894  notBefore	./crypto/tls/generate_cert.go	/^	var notBefore time.Time$/;"	v
 34895  notEOF	./fmt/scan.go	/^func (s *ss) notEOF() {$/;"	f
 34896  notEncodableTimes	./time/time_test.go	/^var notEncodableTimes = []struct {$/;"	v
 34897  notExported	./go/doc/testdata/b.go	/^type notExported int$/;"	t
 34898  notFinite	./math/exp_amd64.s	/^notFinite:$/;"	l
 34899  notJSONEncodableTimes	./time/time_test.go	/^var notJSONEncodableTimes = []struct {$/;"	v
 34900  notNegInf	./math/exp_amd64.s	/^notNegInf: \/\/ NaN or +Inf, return x$/;"	l
 34901  notOnePass	./regexp/onepass.go	/^var notOnePass *onePassProg = nil$/;"	v
 34902  notPercentDStruct	./cmd/vet/testdata/print.go	/^type notPercentDStruct struct {$/;"	t
 34903  notPercentDV	./cmd/vet/testdata/print.go	/^var notPercentDV notPercentDStruct$/;"	v
 34904  notSpace	./fmt/scan.go	/^func notSpace(r rune) bool {$/;"	f
 34905  notTests	./cmd/compile/internal/big/int_test.go	/^var notTests = []struct {$/;"	v
 34906  notTests	./math/big/int_test.go	/^var notTests = []struct {$/;"	v
 34907  not_finite	./math/exp2_386.s	/^not_finite:$/;"	l
 34908  not_finite	./math/exp_386.s	/^not_finite:$/;"	l
 34909  not_finite	./math/expm1_386.s	/^not_finite:$/;"	l
 34910  not_finite	./math/hypot_386.s	/^not_finite:$/;"	l
 34911  not_neginf	./math/exp2_386.s	/^not_neginf:$/;"	l
 34912  not_neginf	./math/exp_386.s	/^not_neginf:$/;"	l
 34913  not_neginf	./math/expm1_386.s	/^not_neginf:$/;"	l
 34914  notab	./regexp/exec_test.go	/^var notab = MustCompilePOSIX(`[^\\t]+`)$/;"	v
 34915  notags	./runtime/mkduff.go	/^func notags(w io.Writer) { fmt.Fprintln(w) }$/;"	f
 34916  note	./regexp/testdata/testregex.c	/^note(unsigned long level, char* msg, unsigned long skip, unsigned long test)$/;"	f	file:
 34917  note	./runtime/runtime2.go	/^type note struct {$/;"	t
 34918  noteBodies	./go/doc/reader.go	/^func noteBodies(notes []*Note) []string {$/;"	f
 34919  noteClientGone	./net/http/server.go	/^func (c *conn) noteClientGone() {$/;"	f
 34920  noteData	./runtime/sigqueue_plan9.go	/^type noteData struct {$/;"	t
 34921  noteEOFReader	./net/http/transport.go	/^type noteEOFReader struct {$/;"	t
 34922  noteQueue	./runtime/sigqueue_plan9.go	/^type noteQueue struct {$/;"	t
 34923  noteUnusedDriverStatement	./database/sql/sql.go	/^func (db *DB) noteUnusedDriverStatement(c *driverConn, si driver.Stmt) {$/;"	f
 34924  noteclear	./runtime/lock_futex.go	/^func noteclear(n *note) {$/;"	f
 34925  noteclear	./runtime/lock_sema.go	/^func noteclear(n *note) {$/;"	f
 34926  noted	./runtime/os_plan9.go	/^func noted(mode int32) int32$/;"	f
 34927  notefile	./runtime/os1_plan9.go	/^var notefile = []byte("\/note\\x00")$/;"	v
 34928  noteq	./runtime/asm_ppc64x.s	/^noteq:$/;"	l
 34929  notequal	./runtime/asm_arm.s	/^notequal:$/;"	l
 34930  notequal	./runtime/asm_arm64.s	/^notequal:$/;"	l
 34931  notesleep	./runtime/lock_futex.go	/^func notesleep(n *note) {$/;"	f
 34932  notesleep	./runtime/lock_sema.go	/^func notesleep(n *note) {$/;"	f
 34933  notest	./cmd/go/test.go	/^func (b *builder) notest(a *action) error {$/;"	f
 34934  notetsleep	./runtime/lock_futex.go	/^func notetsleep(n *note, ns int64) bool {$/;"	f
 34935  notetsleep	./runtime/lock_sema.go	/^func notetsleep(n *note, ns int64) bool {$/;"	f
 34936  notetsleep_internal	./runtime/lock_futex.go	/^func notetsleep_internal(n *note, ns int64) bool {$/;"	f
 34937  notetsleep_internal	./runtime/lock_sema.go	/^func notetsleep_internal(n *note, ns int64, gp *g, deadline int64) bool {$/;"	f
 34938  notetsleepg	./runtime/lock_futex.go	/^func notetsleepg(n *note, ns int64) bool {$/;"	f
 34939  notetsleepg	./runtime/lock_sema.go	/^func notetsleepg(n *note, ns int64) bool {$/;"	f
 34940  notewakeup	./runtime/lock_futex.go	/^func notewakeup(n *note) {$/;"	f
 34941  notewakeup	./runtime/lock_sema.go	/^func notewakeup(n *note) {$/;"	f
 34942  notfound	./runtime/asm_arm64.s	/^notfound:$/;"	l
 34943  notfound	./runtime/asm_ppc64x.s	/^notfound:$/;"	l
 34944  notify	./runtime/os_plan9.go	/^func notify(fn unsafe.Pointer) int32$/;"	f
 34945  notintel	./runtime/asm_386.s	/^notintel:$/;"	l
 34946  notintel	./runtime/asm_amd64.s	/^notintel:$/;"	l
 34947  notletterTest	./unicode/letter_test.go	/^var notletterTest = []rune{$/;"	v
 34948  notls	./runtime/sys_nacl_amd64p32.s	/^notls:$/;"	l
 34949  notneg	./runtime/asm_arm64.s	/^notneg:$/;"	l
 34950  notstringer	./cmd/vet/testdata/print.go	/^type notstringer struct {$/;"	t
 34951  notstringerarray	./cmd/vet/testdata/print.go	/^type notstringerarray [4]float64$/;"	t
 34952  notstringerarrayv	./cmd/vet/testdata/print.go	/^var notstringerarrayv notstringerarray$/;"	v
 34953  notstringerv	./cmd/vet/testdata/print.go	/^var notstringerv notstringer$/;"	v
 34954  notupperTest	./unicode/letter_test.go	/^var notupperTest = []rune{$/;"	v
 34955  now	./cmd/api/testdata/src/pkg/p1/p1.go	/^	var now Time$/;"	v
 34956  now	./database/sql/driver/types_test.go	/^var now = time.Now()$/;"	v
 34957  now	./runtime/mgc.go	/^	var now, pauseStart, pauseNS int64$/;"	v
 34958  now	./syscall/fs_nacl.go	/^func now() (sec int64, nsec int32)$/;"	f
 34959  now	./time/time.go	/^func now() (sec int64, nsec int32)$/;"	f
 34960  np	./cmd/internal/obj/x86/asm6.go	/^		var np int$/;"	v
 34961  np	./debug/gosym/symtab.go	/^			var np, na int$/;"	v
 34962  nprod	./cmd/yacc/yacc.go	/^var nprod = 1      \/\/ number of productions$/;"	v
 34963  nr	./cmd/compile/internal/amd64/gsubr.go	/^	var nr gc.Node$/;"	v
 34964  nr	./cmd/compile/internal/gc/const.go	/^		var nr *Node$/;"	v
 34965  nr	./cmd/compile/internal/gc/sinit.go	/^	var nr *Node$/;"	v
 34966  nr	./cmd/compile/internal/gc/walk.go	/^	var nr *Node$/;"	v
 34967  nreg	./cmd/compile/internal/gc/reg.go	/^	var nreg int$/;"	v
 34968  nrgba64Model	./image/color/color.go	/^func nrgba64Model(c Color) Color {$/;"	f
 34969  nrgbaModel	./image/color/color.go	/^func nrgbaModel(c Color) Color {$/;"	f
 34970  ns	./cmd/compile/internal/gc/reflect.go	/^		var ns *Sym$/;"	v
 34971  ns	./database/sql/convert_test.go	/^	var ns NullString$/;"	v
 34972  ns	./encoding/gob/encoder_test.go	/^	var ns NonStruct$/;"	v
 34973  ns	./syscall/srpc_nacl.go	/^	var ns int32 = -1$/;"	v
 34974  nsClient	./syscall/srpc_nacl.go	/^var nsClient = nsConnect()$/;"	v
 34975  nsConnect	./syscall/srpc_nacl.go	/^func nsConnect() *srpcClient {$/;"	f
 34976  nsDurationTests	./time/time_test.go	/^var nsDurationTests = []struct {$/;"	v
 34977  nsPerOp	./go/doc/testdata/benchmark.go	/^func (b *B) nsPerOp() int64 {$/;"	f
 34978  nsPerOp	./testing/benchmark.go	/^func (b *B) nsPerOp() int64 {$/;"	f
 34979  nsString	./net/lookup_test.go	/^func nsString(nss []*NS) string {$/;"	f
 34980  nsavederrors	./cmd/compile/internal/gc/go.go	/^var nsavederrors int$/;"	v
 34981  nsclean	./cmd/compile/internal/arm/gsubr.go	/^var nsclean int$/;"	v
 34982  nsclean	./cmd/compile/internal/x86/gsubr.go	/^var nsclean int$/;"	v
 34983  nsec	./runtime/os1_netbsd.go	/^		var nsec int32$/;"	v
 34984  nsec	./runtime/os1_openbsd.go	/^		var nsec int32$/;"	v
 34985  nsec	./runtime/os_plan9.go	/^func nsec(*int64) int64$/;"	f
 34986  nsec	./syscall/syscall_plan9.go	/^func nsec() int64 {$/;"	f
 34987  nsecs	./runtime/os1_darwin.go	/^		var nsecs int32$/;"	v
 34988  nsect	./cmd/link/internal/ld/macho.go	/^var nsect int$/;"	v
 34989  nseg	./cmd/link/internal/ld/macho.go	/^var nseg int$/;"	v
 34990  nslookup	./net/lookup_windows_test.go	/^func nslookup(qtype, name string) (string, error) {$/;"	f
 34991  nslookupCNAME	./net/lookup_windows_test.go	/^func nslookupCNAME(name string) (cname string, err error) {$/;"	f
 34992  nslookupMX	./net/lookup_windows_test.go	/^func nslookupMX(name string) (mx []*MX, err error) {$/;"	f
 34993  nslookupNS	./net/lookup_windows_test.go	/^func nslookupNS(name string) (ns []*NS, err error) {$/;"	f
 34994  nslookupTXT	./net/lookup_windows_test.go	/^func nslookupTXT(name string) (txt []string, err error) {$/;"	f
 34995  nslookupTestServers	./net/lookup_windows_test.go	/^var nslookupTestServers = []string{"mail.golang.com", "gmail.com"}$/;"	v
 34996  nsname	./encoding/xml/xml.go	/^func (d *Decoder) nsname() (name Name, ok bool) {$/;"	f
 34997  nsortsym	./cmd/link/internal/ld/macho.go	/^var nsortsym int$/;"	v
 34998  nsp	./encoding/gob/encoder_test.go	/^	var nsp NonStruct$/;"	v
 34999  nssConf	./net/nss.go	/^type nssConf struct {$/;"	t
 35000  nssCriterion	./net/nss.go	/^type nssCriterion struct {$/;"	t
 35001  nssHostTest	./net/conf_test.go	/^type nssHostTest struct {$/;"	t
 35002  nssSource	./net/nss.go	/^type nssSource struct {$/;"	t
 35003  nssStr	./net/conf_test.go	/^func nssStr(s string) *nssConf { return parseNSSConf(strings.NewReader(s)) }$/;"	f
 35004  nstate	./cmd/yacc/yacc.go	/^var nstate = 0                      \/\/ number of states$/;"	v
 35005  nstk	./runtime/mprof.go	/^	var nstk int$/;"	v
 35006  nstk	./runtime/trace.go	/^		var nstk int$/;"	v
 35007  nswap	./cmd/compile/internal/x86/gsubr.go	/^func nswap(a *gc.Node, b *gc.Node) {$/;"	f
 35008  nsyntaxerrors	./cmd/compile/internal/gc/go.go	/^var nsyntaxerrors int$/;"	v
 35009  nt	./cmd/compile/internal/arm/ggen.go	/^		var nt gc.Node$/;"	v
 35010  nt	./cmd/compile/internal/gc/cgen.go	/^			var nt Node$/;"	v
 35011  nt	./cmd/compile/internal/gc/subr.go	/^	var nt *Type$/;"	v
 35012  nt	./cmd/compile/internal/x86/ggen.go	/^		var nt gc.Node$/;"	v
 35013  nt	./cmd/compile/internal/x86/ggen.go	/^	var nt gc.Node$/;"	v
 35014  nt_generation	./runtime/sys_darwin_386.s	/^#define	nt_generation	0x68$/;"	d
 35015  nt_generation	./runtime/sys_darwin_amd64.s	/^#define	nt_generation	0x68$/;"	d
 35016  nt_ns_base	./runtime/sys_darwin_386.s	/^#define	nt_ns_base	0x60$/;"	d
 35017  nt_ns_base	./runtime/sys_darwin_amd64.s	/^#define	nt_ns_base	0x60$/;"	d
 35018  nt_scale	./runtime/sys_darwin_386.s	/^#define	nt_scale	0x58$/;"	d
 35019  nt_scale	./runtime/sys_darwin_amd64.s	/^#define	nt_scale	0x58$/;"	d
 35020  nt_shift	./runtime/sys_darwin_386.s	/^#define	nt_shift	0x5c$/;"	d
 35021  nt_shift	./runtime/sys_darwin_amd64.s	/^#define	nt_shift	0x5c$/;"	d
 35022  nt_tsc_base	./runtime/sys_darwin_386.s	/^#define	nt_tsc_base	0x50$/;"	d
 35023  nt_tsc_base	./runtime/sys_darwin_amd64.s	/^#define	nt_tsc_base	0x50$/;"	d
 35024  ntmp	./cmd/compile/internal/amd64/gsubr.go	/^		var ntmp gc.Node$/;"	v
 35025  ntmp	./cmd/compile/internal/arm64/gsubr.go	/^		var ntmp gc.Node$/;"	v
 35026  ntmp	./cmd/compile/internal/arm64/gsubr.go	/^	var ntmp gc.Node$/;"	v
 35027  ntmp	./cmd/compile/internal/ppc64/gsubr.go	/^		var ntmp gc.Node$/;"	v
 35028  ntmp	./cmd/compile/internal/ppc64/gsubr.go	/^	var ntmp gc.Node$/;"	v
 35029  ntokens	./cmd/yacc/yacc.go	/^var ntokens = 0 \/\/ number of tokens$/;"	v
 35030  nts	./cmd/pprof/internal/report/report.go	/^	var nts tags$/;"	v
 35031  ntstates	./cmd/yacc/yacc.go	/^var ntstates []int                 \/\/ states generated by nonterminal gotos$/;"	v
 35032  ntyp	./reflect/type.go	/^				var ntyp *rtype$/;"	v
 35033  ntype	./cmd/compile/internal/gc/go.y	/^ntype:$/;"	l
 35034  ntypeStrings	./debug/elf/elf.go	/^var ntypeStrings = []intName{$/;"	v
 35035  ntypecheckdeftype	./cmd/compile/internal/gc/typecheck.go	/^var ntypecheckdeftype int$/;"	v
 35036  ntypes	./cmd/yacc/yacc.go	/^var ntypes int             \/\/ number of types defined$/;"	v
 35037  nudge	./html/template/escape.go	/^func nudge(c context) context {$/;"	f
 35038  null	./net/rpc/jsonrpc/server.go	/^var null = json.RawMessage([]byte("null"))$/;"	v
 35039  nullDir	./syscall/dir_plan9.go	/^var nullDir = Dir{$/;"	v
 35040  nullFile	./syscall/fs_nacl.go	/^type nullFile struct{}$/;"	t
 35041  nullLiteral	./encoding/json/decode.go	/^var nullLiteral = []byte("null")$/;"	v
 35042  nullTestRow	./database/sql/sql_test.go	/^type nullTestRow struct {$/;"	t
 35043  nullTestRun	./database/sql/sql_test.go	/^func nullTestRun(t *testing.T, spec nullTestSpec) {$/;"	f
 35044  nullTestSpec	./database/sql/sql_test.go	/^type nullTestSpec struct {$/;"	t
 35045  numArgsInSignature	./cmd/vet/types.go	/^func (f *File) numArgsInSignature(call *ast.CallExpr) int {$/;"	f
 35046  numBytes	./archive/tar/reader.go	/^func (rfr *regFileReader) numBytes() int64 {$/;"	f
 35047  numBytes	./archive/tar/reader.go	/^func (sfr *sparseFileReader) numBytes() int64 {$/;"	f
 35048  numBytes	./archive/tar/reader.go	/^func (tr *Reader) numBytes() int64 {$/;"	f
 35049  numBytesReader	./archive/tar/reader.go	/^type numBytesReader interface {$/;"	t
 35050  numCodegens	./compress/flate/huffman_bit_writer.go	/^	var numCodegens int$/;"	v
 35051  numDeps	./database/sql/sql_test.go	/^func (db *DB) numDeps() int {$/;"	f
 35052  numDepsPollUntil	./database/sql/sql_test.go	/^func (db *DB) numDepsPollUntil(want int, d time.Duration) int {$/;"	f
 35053  numErrorTest	./strconv/atoi_test.go	/^type numErrorTest struct {$/;"	t
 35054  numErrorTests	./strconv/atoi_test.go	/^var numErrorTests = []numErrorTest{$/;"	v
 35055  numFreeConns	./database/sql/sql_test.go	/^func (db *DB) numFreeConns() int {$/;"	f
 35056  numImport	./cmd/compile/internal/gc/export.go	/^var numImport = make(map[string]int)$/;"	v
 35057  numKeys	./cmd/pprof/internal/profile/encode.go	/^		var numKeys []string$/;"	v
 35058  numLeadingCRorLF	./net/http/server.go	/^func numLeadingCRorLF(v []byte) (n int) {$/;"	f
 35059  numOpenFDS	./os/exec/exec_test.go	/^func numOpenFDS(t *testing.T) (n int, lsof []byte) {$/;"	f
 35060  numOpenFDsAndroid	./os/exec/exec_test.go	/^func numOpenFDsAndroid(t *testing.T) (n int, lsof []byte) {$/;"	f
 35061  numPrepares	./database/sql/sql_test.go	/^func numPrepares(t *testing.T, db *DB) int {$/;"	f
 35062  numReqs	./net/http/serve_test.go	/^		var numReqs int$/;"	v
 35063  numReqs	./net/http/serve_test.go	/^	var numReqs int$/;"	v
 35064  numaux	./cmd/link/internal/ld/ldpe.go	/^	var numaux int$/;"	v
 35065  number	./encoding/gob/doc.go	/^	04	\/\/ the type number, 2, represents an integer$/;"	t
 35066  number	./encoding/gob/doc.go	/^	ff 82	\/\/ the type number, 65 (1 byte (-FF) followed by 65<<1)$/;"	t
 35067  number	./go/internal/gccgoimporter/parser.go	/^		p.errorf("expected type number, got %s (%q)", scanner.TokenString(p.tok), p.lit)$/;"	t
 35068  number	./go/internal/gccgoimporter/parser.go	/^	typeMap  map[int]types.Type        \/\/ type number -> type$/;"	t
 35069  numberTest	./text/template/parse/parse_test.go	/^type numberTest struct {$/;"	t
 35070  numberTests	./encoding/json/decode_test.go	/^var numberTests = []struct {$/;"	v
 35071  numberTests	./text/template/parse/parse_test.go	/^var numberTests = []numberTest{$/;"	v
 35072  numberType	./encoding/json/decode.go	/^var numberType = reflect.TypeOf(Number(""))$/;"	v
 35073  numbers	./cmd/compile/internal/gc/reg.go	/^\/\/ Bits represents a set of Vars, stored as a bit set of var numbers$/;"	v
 35074  numbers	./reflect/all_test.go	/^		var numbers = []string{$/;"	v
 35075  numbval	./cmd/yacc/yacc.go	/^var numbval int    \/\/ value of an input number$/;"	v
 35076  numelfsym	./cmd/link/internal/ld/symtab.go	/^var numelfsym int = 1 \/\/ 0 is reserved$/;"	v
 35077  numerators	./runtime/vlop_arm_test.go	/^var numerators = randomNumerators()$/;"	v
 35078  numeric	./archive/tar/writer.go	/^func (tw *Writer) numeric(b []byte, x int64, allowPax bool, paxKeyword string, paxHeaders map[string]string) {$/;"	f
 35079  numlive	./cmd/compile/internal/gc/plive.go	/^	var numlive int32$/;"	v
 35080  nv	./cmd/compile/internal/gc/sinit.go	/^		var nv *Node$/;"	v
 35081  nw	./archive/tar/writer.go	/^		var nw int$/;"	v
 35082  nw	./os/file_windows.go	/^		var nw uint32$/;"	v
 35083  nw	./strings/replace.go	/^		var nw int$/;"	v
 35084  nx	./cmd/compile/internal/gc/subr.go	/^		var nx *Node$/;"	v
 35085  nxti	./cmd/yacc/yacc.go	/^func nxti() int {$/;"	f
 35086  nz	./cmd/compile/internal/arm/ggen.go	/^	var nz gc.Node$/;"	v
 35087  nz	./cmd/compile/internal/arm64/ggen.go	/^			var nz gc.Node$/;"	v
 35088  nz	./cmd/compile/internal/ppc64/ggen.go	/^			var nz gc.Node$/;"	v
 35089  nz	./cmd/compile/internal/x86/ggen.go	/^		var nz gc.Node$/;"	v
 35090  o1	./cmd/internal/obj/arm/asm5.go	/^	var o1 uint32$/;"	v
 35091  o1	./cmd/internal/obj/arm64/asm7.go	/^	var o1 int32$/;"	v
 35092  o1	./cmd/link/internal/ppc64/asm.go	/^			var o1 uint32$/;"	v
 35093  o1	./cmd/link/internal/ppc64/asm.go	/^		var o1 uint32$/;"	v
 35094  o1	./cmd/link/internal/ppc64/asm.go	/^	var o1 uint32$/;"	v
 35095  o1	./encoding/gob/codec_test.go	/^	var o1 outi8$/;"	v
 35096  o2	./encoding/gob/codec_test.go	/^	var o2 outi16$/;"	v
 35097  o3	./encoding/gob/codec_test.go	/^	var o3 outi32$/;"	v
 35098  o4	./encoding/gob/codec_test.go	/^	var o4 outu8$/;"	v
 35099  o5	./encoding/gob/codec_test.go	/^	var o5 outu16$/;"	v
 35100  o6	./encoding/gob/codec_test.go	/^	var o6 outu32$/;"	v
 35101  o7	./encoding/gob/codec_test.go	/^	var o7 outf32$/;"	v
 35102  o8	./encoding/gob/codec_test.go	/^	var o8 outc64$/;"	v
 35103  oaddi	./cmd/internal/obj/arm64/asm7.go	/^func oaddi(ctxt *obj.Link, o1 int32, v int32, r int, rt int) uint32 {$/;"	f
 35104  oarg_type_list_ocomma	./cmd/compile/internal/gc/go.y	/^oarg_type_list_ocomma:$/;"	l
 35105  oary	./cmd/compile/internal/amd64/gsubr.go	/^		var oary [10]int64$/;"	v
 35106  oary	./cmd/compile/internal/arm/gsubr.go	/^		var oary [10]int64$/;"	v
 35107  oary	./cmd/compile/internal/arm/gsubr.go	/^	var oary [10]int64$/;"	v
 35108  oary	./cmd/compile/internal/x86/gsubr.go	/^	var oary [10]int64$/;"	v
 35109  oaslit	./cmd/compile/internal/gc/sinit.go	/^func oaslit(n *Node, init **NodeList) bool {$/;"	f
 35110  obj	./cmd/vet/nilfunc.go	/^	var obj types.Object$/;"	v
 35111  obj	./cmd/vet/print.go	/^	var obj *ast.Object$/;"	v
 35112  obj	./debug/gosym/symtab.go	/^	var obj *Obj$/;"	v
 35113  obj	./go/types/assignments.go	/^		var obj *Var$/;"	v
 35114  obj	./go/types/stmt.go	/^				var obj *Var$/;"	v
 35115  objDecl	./go/types/decl.go	/^func (check *Checker) objDecl(obj Object, def *Named, path []*TypeName) {$/;"	f
 35116  objDir	./cmd/cgo/main.go	/^var objDir = flag.String("objdir", "", "object directory")$/;"	v
 35117  objKindStrings	./go/ast/scope.go	/^var objKindStrings = [...]string{$/;"	v
 35118  objNode	./go/types/initorder.go	/^type objNode struct {$/;"	t
 35119  objReader	./cmd/internal/goobj/read.go	/^type objReader struct {$/;"	t
 35120  objSymbol	./cmd/pprof/internal/report/report.go	/^type objSymbol struct {$/;"	t
 35121  objSymbols	./cmd/pprof/internal/report/report.go	/^type objSymbols []*objSymbol$/;"	t
 35122  objSyms	./cmd/pprof/internal/report/report.go	/^	var objSyms []*objSymbol$/;"	v
 35123  objTool	./cmd/pprof/pprof.go	/^type objTool struct {$/;"	t
 35124  objdump	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^func objdump(ext *ExtDis) error {$/;"	f
 35125  objdump	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func objdump(ext *ExtDis) error {$/;"	f
 35126  objdumpManualTests	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^var objdumpManualTests = `$/;"	v
 35127  objdumpManualTests	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^var objdumpManualTests = `$/;"	v
 35128  object	./encoding/json/decode.go	/^func (d *decodeState) object(v reflect.Value) {$/;"	f
 35129  object	./go/internal/gcimporter/gcimporter.go	/^	\/\/ The type object may have been imported before and thus already$/;"	t
 35130  object	./go/internal/gcimporter/gcimporter.go	/^	\/\/ This ensures that all imports refer to the same type object for$/;"	t
 35131  object	./go/internal/gcimporter/gcimporter.go	/^	\/\/ determine receiver base type object$/;"	t
 35132  object	./go/internal/gcimporter/gcimporter.go	/^	\/\/ methods always belong to the same package as the base type object$/;"	t
 35133  object	./go/types/object.go	/^type object struct {$/;"	t
 35134  objectIdentifierTest	./encoding/asn1/asn1_test.go	/^type objectIdentifierTest struct {$/;"	t
 35135  objectIdentifierTestData	./encoding/asn1/asn1_test.go	/^var objectIdentifierTestData = []objectIdentifierTest{$/;"	v
 35136  objectInterface	./encoding/json/decode.go	/^func (d *decodeState) objectInterface() map[string]interface{} {$/;"	f
 35137  objects	./go/types/resolver_test.go	/^				var objects int$/;"	v
 35138  objfile	./cmd/link/internal/ld/lib.go	/^func objfile(lib *Library) {$/;"	f
 35139  objfile	./cmd/pprof/internal/report/report.go	/^	var objfile string$/;"	v
 35140  objfin	./runtime/debug/heapdump_test.go	/^func objfin(x *Obj) {$/;"	f
 35141  objset	./go/types/objset.go	/^type objset map[string]Object \/\/ initialized lazily$/;"	t
 35142  objtype	./runtime/mfinal_test.go	/^type objtype [objsize]byte$/;"	t
 35143  obvious	./cmd/compile/internal/gc/cgen.go	/^	\/\/ The func obvious below checks for out-of-order constant indexes.$/;"	f
 35144  oclass	./cmd/internal/obj/ppc64/asm9.go	/^func oclass(a *obj.Addr) int {$/;"	f
 35145  oclass	./cmd/internal/obj/x86/asm6.go	/^func oclass(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) int {$/;"	f
 35146  ocmp	./cmd/internal/obj/arm/asm5.go	/^type ocmp []Optab$/;"	t
 35147  ocmp	./cmd/internal/obj/arm64/asm7.go	/^type ocmp []Optab$/;"	t
 35148  ocmp	./cmd/internal/obj/ppc64/asm9.go	/^type ocmp []Optab$/;"	t
 35149  ocomma	./cmd/compile/internal/gc/go.y	/^ocomma:$/;"	l
 35150  octal	./archive/tar/reader.go	/^func (tr *Reader) octal(b []byte) int64 {$/;"	f
 35151  octal	./archive/tar/writer.go	/^func (tw *Writer) octal(b []byte, x int64) {$/;"	f
 35152  oexpr	./cmd/compile/internal/gc/go.y	/^oexpr:$/;"	l
 35153  oexpr_list	./cmd/compile/internal/gc/go.y	/^oexpr_list:$/;"	l
 35154  of	./archive/tar/common.go	/^	Typeflag   byte      \/\/ type of header entry$/;"	t
 35155  of	./builtin/builtin.go	/^\/\/ the type of c.$/;"	t
 35156  of	./cmd/cgo/doc.go	/^for __cgo__N to learn the type of each identifier. (The types also$/;"	t
 35157  of	./cmd/cgo/gcc.go	/^\/\/ Opaque type of n bytes.$/;"	t
 35158  of	./cmd/cgo/main.go	/^	Type     *Type  \/\/ the type of xxx$/;"	t
 35159  of	./cmd/cgo/out.go	/^		\/\/ Get the return type of the wrapper function$/;"	t
 35160  of	./cmd/compile/internal/gc/cgen.go	/^		\/\/ type of the index$/;"	t
 35161  of	./cmd/compile/internal/gc/closure.go	/^		xfunc.Type = f.Type \/\/ update type of ODCLFUNC$/;"	t
 35162  of	./cmd/compile/internal/gc/esc.go	/^		\/\/ might yield the type of an element.  To be enhanced...$/;"	t
 35163  of	./cmd/compile/internal/gc/lex.go	/^	\/\/ (the type of x in const x = "hello").$/;"	t
 35164  of	./cmd/compile/internal/gc/lex.go	/^	\/\/ (the type of x in var x string or var x = "hello").$/;"	t
 35165  of	./cmd/compile/internal/gc/lex.go	/^	\/\/ logically, the type of a string literal.$/;"	t
 35166  of	./cmd/compile/internal/gc/reflect.go	/^		\/\/ The latter is the type of an auto-generated wrapper.$/;"	t
 35167  of	./cmd/compile/internal/gc/reflect.go	/^	\/\/ the type of the overflow field to uintptr in this case.$/;"	t
 35168  of	./cmd/compile/internal/gc/swt.go	/^	facename *Node \/\/ node for the concrete type of the variable being switched on$/;"	t
 35169  of	./cmd/compile/internal/gc/swt.go	/^	hashname *Node \/\/ node for the hash of the type of the variable being switched on$/;"	t
 35170  of	./cmd/compile/internal/gc/swt.go	/^	typ     uint8  \/\/ type of case$/;"	t
 35171  of	./cmd/compile/internal/gc/walk.go	/^			\/\/ Update type of OCALLFUNC node.$/;"	t
 35172  of	./cmd/compile/internal/gc/walk.go	/^	\/\/ Resolve slice type of multi-valued return.$/;"	t
 35173  of	./cmd/compile/internal/gc/walk.go	/^ * l is an lv and rt is the type of an rv$/;"	t
 35174  of	./cmd/fix/typecheck.go	/^			\/\/ (x) has type of x.$/;"	t
 35175  of	./cmd/fix/typecheck.go	/^			\/\/ Otherwise, use type of function to determine arguments.$/;"	t
 35176  of	./cmd/fix/typecheck.go	/^			\/\/ x.(type) has type of x.$/;"	t
 35177  of	./cmd/fix/typecheck.go	/^			\/\/ x[i:j] has type of x.$/;"	t
 35178  of	./cmd/fix/typecheck.go	/^			\/\/ x[i] has key type of x's type.$/;"	t
 35179  of	./cmd/fix/typecheck.go	/^	\/\/ set sets the type of n to typ.$/;"	t
 35180  of	./cmd/fix/typecheck.go	/^	\/\/ to know the type of the function we are checking.$/;"	t
 35181  of	./cmd/fix/typecheck.go	/^\/\/ The prefix "type " is the type of a type.$/;"	t
 35182  of	./cmd/fix/typecheck.go	/^\/\/ dot returns the type of "typ.name", making its decision$/;"	t
 35183  of	./cmd/fix/typecheck.go	/^\/\/ typeof returns the type of the given name, which may be of$/;"	t
 35184  of	./cmd/internal/obj/x86/asm6.go	/^ * oclass in span.c computes the specific Ytype of an operand and then the set$/;"	t
 35185  of	./cmd/link/internal/ld/lib.go	/^	\/\/ type of R_386_TLS_GD or R_X86_64_TLSGD. The Go linker does not$/;"	t
 35186  of	./cmd/vet/deadcode.go	/^	\/\/ when the specific type of x is known, so the cases cannot$/;"	t
 35187  of	./cmd/vet/testdata/print.go	/^	fmt.Printf("%s", nonemptyinterface)        \/\/ correct (the dynamic type of nonemptyinterface may be a stringer)$/;"	t
 35188  of	./cmd/vet/types.go	/^		\/\/ If the static type of the argument is empty interface, there's little we can do.$/;"	t
 35189  of	./cmd/vet/types.go	/^		\/\/ Whether x is valid for %s depends on the type of the argument to f. One day$/;"	t
 35190  of	./cmd/vet/types.go	/^	\/\/ Check the type of the function or method declaration$/;"	t
 35191  of	./cmd/vet/types.go	/^	\/\/ Check the type of the method declaration$/;"	t
 35192  of	./cmd/yacc/yacc.go	/^							errorf("redeclaration of type of %v", tokname)$/;"	t
 35193  of	./cmd/yacc/yacc.go	/^					errorf("must specify type of $%v", j)$/;"	t
 35194  of	./cmd/yacc/yacc.go	/^\/\/ determine the type of a symbol$/;"	t
 35195  of	./compress/flate/token.go	/^\/\/ Returns the type of a token$/;"	t
 35196  of	./crypto/tls/common.go	/^\/\/ CurveID is the type of a TLS identifier for an elliptic curve. See$/;"	t
 35197  of	./crypto/tls/conn.go	/^	\/\/ No valid TLS record has a type of 0x80, however SSLv2 handshakes$/;"	t
 35198  of	./crypto/tls/handshake_client.go	/^		return fmt.Errorf("tls: server's certificate contains an unsupported type of public key: %T", certs[0].PublicKey)$/;"	t
 35199  of	./crypto/x509/x509.go	/^\/\/ pemType is the type of a PEM encoded CRL.$/;"	t
 35200  of	./database/sql/driver/driver.go	/^	\/\/ column index.  If the type of a specific column isn't known$/;"	t
 35201  of	./database/sql/fakedb_test.go	/^	panic("invalid fakedb column type of " + typ)$/;"	t
 35202  of	./database/sql/fakedb_test.go	/^	return nil, fmt.Errorf("unimplemented statement Exec command type of %q", s.cmd)$/;"	t
 35203  of	./debug/dwarf/open.go	/^\/\/ the DWARF method of the File type of the appropriate package debug\/elf,$/;"	t
 35204  of	./debug/dwarf/type.go	/^		\/\/		AttrType: type of member [required]$/;"	t
 35205  of	./debug/dwarf/type.go	/^		\/\/		AttrType: type of parameter$/;"	t
 35206  of	./debug/dwarf/type.go	/^		\/\/	AttrType: type of return value if any$/;"	t
 35207  of	./encoding/asn1/asn1.go	/^\/\/ If the type of the first field of a structure is RawContent then the raw$/;"	t
 35208  of	./encoding/asn1/asn1_test.go	/^	\/\/ (There's no "timeType" in fieldParameters to determine what type of$/;"	t
 35209  of	./encoding/asn1/common.go	/^\/\/   the tag: the type of the object$/;"	t
 35210  of	./encoding/binary/binary.go	/^\/\/ occupied by the header. If the type of v is not acceptable, dataSize returns -1.$/;"	t
 35211  of	./encoding/gob/doc.go	/^	\/\/ The type of wireType itself is known (it's built in, as is the type of$/;"	t
 35212  of	./encoding/gob/doc.go	/^field number is defined by the type of the encoded struct: the first field of the$/;"	t
 35213  of	./encoding/gob/doc.go	/^the type of v and all its elements and then it sends the pair (typeid, encoded-v)$/;"	t
 35214  of	./encoding/gob/encoder.go	/^	\/\/ Identify the type of this top-level value.$/;"	t
 35215  of	./encoding/gob/encoder_test.go	/^	badTypeCheck(new(ET4), true, "different type of field", t)$/;"	t
 35216  of	./encoding/gob/gobencdec_test.go	/^\/\/ Test that we can use a pointer then a value type of a GobEncoder$/;"	t
 35217  of	./encoding/gob/gobencdec_test.go	/^\/\/ Test that we can use a value then a pointer type of a GobEncoder$/;"	t
 35218  of	./encoding/json/decode.go	/^	Type   reflect.Type \/\/ type of Go value it could not be assigned to$/;"	t
 35219  of	./encoding/json/decode.go	/^	\/\/ Check type of target.$/;"	t
 35220  of	./encoding/json/decode.go	/^	\/\/ Check type of target: struct or map[string]T$/;"	t
 35221  of	./flag/flag.go	/^\/\/ type of the flag's value, or the empty string if the flag is boolean.$/;"	t
 35222  of	./fmt/doc.go	/^		%T	a Go-syntax representation of the type of the value$/;"	t
 35223  of	./fmt/scan.go	/^\/\/ scanOne scans a single value, deriving the scanner from the type of the argument.$/;"	t
 35224  of	./go/ast/filter.go	/^\/\/ fieldName assumes that x is the type of an anonymous field and$/;"	t
 35225  of	./go/doc/example.go	/^		\/\/ as the key should be resolved by the type of the$/;"	t
 35226  of	./go/doc/reader.go	/^\/\/ baseTypeName returns the name of the base type of x (or "")$/;"	t
 35227  of	./go/doc/reader.go	/^\/\/ recordAnonymousField registers fieldType as the type of an$/;"	t
 35228  of	./go/parser/interface.go	/^\/\/ only used when recording position information. The type of the argument$/;"	t
 35229  of	./go/types/api.go	/^\/\/ TypeOf returns the type of expression e, or nil if not found.$/;"	t
 35230  of	./go/types/builtins.go	/^			\/\/ if the type of s is an array or pointer to an array and$/;"	t
 35231  of	./go/types/builtins.go	/^		\/\/ append(s S, x ...T) S, where T is the element type of S$/;"	t
 35232  of	./go/types/decl.go	/^	\/\/ The type of C is the (named) type of A which is incomplete,$/;"	t
 35233  of	./go/types/decl.go	/^	\/\/ The underlying type of named may be itself a named type that is$/;"	t
 35234  of	./go/types/decl.go	/^	\/\/ determine underlying type of named$/;"	t
 35235  of	./go/types/decl.go	/^\/\/ underlying returns the underlying type of typ; possibly by following$/;"	t
 35236  of	./go/types/expr.go	/^			\/\/ expression is an untyped constant, the type of the$/;"	t
 35237  of	./go/types/expr.go	/^	\/\/ to the type of the second operand, or vice versa."$/;"	t
 35238  of	./go/types/expr.go	/^\/\/ If hint != nil, it is the type of a composite literal element.$/;"	t
 35239  of	./go/types/expr.go	/^\/\/ convertUntyped attempts to set the type of an untyped value to the target type.$/;"	t
 35240  of	./go/types/expr.go	/^\/\/ typeAssertion checks that x.(T) is legal; xtyp must be the type of x.$/;"	t
 35241  of	./go/types/expr.go	/^\/\/ updateExprType updates the type of x to typ and invokes itself$/;"	t
 35242  of	./go/types/lookup.go	/^			\/\/ spec: "A method call x.m() is valid if the method set of (the type of) x$/;"	t
 35243  of	./go/types/lookup.go	/^	\/\/        dynamic type of x implements the interface T."$/;"	t
 35244  of	./go/types/lookup.go	/^\/\/ field or method. If addressable is set, T is the type of an addressable$/;"	t
 35245  of	./go/types/selection.go	/^		\/\/ The type of x.f is a function (without receiver)$/;"	t
 35246  of	./go/types/selection.go	/^		\/\/ The type of x.f is a method with its receiver type set$/;"	t
 35247  of	./go/types/selection.go	/^		\/\/ to the type of x.$/;"	t
 35248  of	./go/types/selection.go	/^	\/\/ In all other cases, the type of x.f is the type of x.$/;"	t
 35249  of	./go/types/selection.go	/^	recv     Type   \/\/ type of x$/;"	t
 35250  of	./go/types/selection.go	/^\/\/ Recv returns the type of x in x.f.$/;"	t
 35251  of	./go/types/selection.go	/^\/\/ Type returns the type of x.f, which may be different from the type of f.$/;"	t
 35252  of	./go/types/selection.go	/^\/\/ traversed to get from (the type of) x to f, starting at embedding depth 0.$/;"	t
 35253  of	./go/types/stmt.go	/^				\/\/ has the type of the expression in the TypeSwitchGuard."$/;"	t
 35254  of	./go/types/type.go	/^	\/\/ Underlying returns the underlying type of a type.$/;"	t
 35255  of	./go/types/type.go	/^\/\/ A Type represents a type of Go.$/;"	t
 35256  of	./go/types/type.go	/^\/\/ Elem returns element type of array a.$/;"	t
 35257  of	./go/types/type.go	/^\/\/ Elem returns the element type of channel c.$/;"	t
 35258  of	./go/types/type.go	/^\/\/ Elem returns the element type of map m.$/;"	t
 35259  of	./go/types/type.go	/^\/\/ Elem returns the element type of slice s.$/;"	t
 35260  of	./go/types/type.go	/^\/\/ Embedded returns the i'th embedded type of interface t for 0 <= i < t.NumEmbeddeds().$/;"	t
 35261  of	./go/types/type.go	/^\/\/ Key returns the key type of map m.$/;"	t
 35262  of	./go/types/type.go	/^\/\/ Tuples are used as components of signatures and to represent the type of multiple$/;"	t
 35263  of	./go/types/typexpr.go	/^\/\/ ident type-checks identifier e and initializes x with the value or type of e.$/;"	t
 35264  of	./html/template/attr.go	/^\/\/ type of the named attribute.$/;"	t
 35265  of	./html/template/content.go	/^\/\/ stringify converts its arguments to a string and the type of the content.$/;"	t
 35266  of	./html/template/template.go	/^\/\/ FuncMap is the type of the map defining the mapping from names to$/;"	t
 35267  of	./image/png/reader.go	/^		\/\/ Read the length and chunk type of the next chunk, and check that$/;"	t
 35268  of	./image/png/reader.go	/^\/\/ The type of Image returned depends on the PNG contents.$/;"	t
 35269  of	./internal/syscall/windows/registry/registry_test.go	/^			t.Fatalf("reading value type of %s of %s failed: %v", name, kname, err)$/;"	t
 35270  of	./internal/syscall/windows/registry/value.go	/^\/\/ SetBinaryValue sets the data and type of a name value$/;"	t
 35271  of	./internal/syscall/windows/registry/value.go	/^\/\/ SetDWordValue sets the data and type of a name value$/;"	t
 35272  of	./internal/syscall/windows/registry/value.go	/^\/\/ SetExpandStringValue sets the data and type of a name value$/;"	t
 35273  of	./internal/syscall/windows/registry/value.go	/^\/\/ SetQWordValue sets the data and type of a name value$/;"	t
 35274  of	./internal/syscall/windows/registry/value.go	/^\/\/ SetStringValue sets the data and type of a name value$/;"	t
 35275  of	./internal/syscall/windows/registry/value.go	/^\/\/ SetStringsValue sets the data and type of a name value$/;"	t
 35276  of	./net/http/sniff.go	/^	\/\/ match returns the MIME type of the data, or "" if unknown.$/;"	t
 35277  of	./net/net.go	/^	\/\/ Type is the type of string that was expected, such as$/;"	t
 35278  of	./net/net.go	/^\/\/ A ParseError is the error type of literal network address parsers.$/;"	t
 35279  of	./net/rpc/server.go	/^		\/\/ The return type of the method must be error.$/;"	t
 35280  of	./net/rpc/server.go	/^	as a service with the name of the type of the object.  After registration, exported$/;"	t
 35281  of	./net/rpc/server.go	/^	typ    reflect.Type           \/\/ type of the receiver$/;"	t
 35282  of	./path/filepath/path.go	/^\/\/ WalkFunc is the type of the function called for each file or directory$/;"	t
 35283  of	./reflect/makefunc.go	/^	\/\/ v.Type returns the actual type of the method value.$/;"	t
 35284  of	./reflect/makefunc.go	/^\/\/ has the number and type of arguments given by typ.$/;"	t
 35285  of	./reflect/makefunc.go	/^\/\/ must have the number and type of results given by typ.$/;"	t
 35286  of	./reflect/type.go	/^	\/\/ In returns the type of a function type's i'th input parameter.$/;"	t
 35287  of	./reflect/type.go	/^	\/\/ Out returns the type of a function type's i'th output parameter.$/;"	t
 35288  of	./reflect/type.go	/^	typ     *rtype  \/\/ type of field$/;"	t
 35289  of	./reflect/type.go	/^\/\/ If rcvr != nil, rcvr specifies the type of the receiver.$/;"	t
 35290  of	./reflect/type.go	/^\/\/ TypeOf returns the reflection Type that represents the dynamic type of i.$/;"	t
 35291  of	./reflect/value.go	/^	\/\/ typ holds the type of the value represented by a Value.$/;"	t
 35292  of	./reflect/value.go	/^\/\/ type of the function's corresponding input parameter.$/;"	t
 35293  of	./runtime/heapdump.go	/^	\/\/ Dump a map from itab* to the type of its data field.$/;"	t
 35294  of	./runtime/mfinal.go	/^	fint *_type         \/\/ type of first argument of fn$/;"	t
 35295  of	./runtime/mfinal.go	/^	ot   *ptrtype       \/\/ type of ptr to object$/;"	t
 35296  of	./runtime/netpoll_solaris.go	/^	\/\/ We don't register for any specific type of events yet, that's$/;"	t
 35297  of	./runtime/netpoll_solaris.go	/^\/\/ passing the correct type of event set (POLLIN\/POLLOUT). As we made$/;"	t
 35298  of	./runtime/panic.go	/^var deferType *_type \/\/ type of _defer struct$/;"	t
 35299  of	./runtime/runtime2.go	/^\/\/ assembly manipulation, we change the type of the field to uintptr,$/;"	t
 35300  of	./runtime/stack1.go	/^		\/\/ GC to avoid the following type of situation:$/;"	t
 35301  of	./sort/example_keys_test.go	/^\/\/ By is the type of a "less" function that defines the ordering of its Planet arguments.$/;"	t
 35302  of	./strconv/quote.go	/^\/\/ The second argument, quote, specifies the type of literal being parsed$/;"	t
 35303  of	./syscall/dir_plan9.go	/^	Type uint8  \/\/ the type of the file (syscall.QTDIR for example)$/;"	t
 35304  of	./syscall/mksyscall_windows.go	/^\/\/ HelperType returns type of parameter p used in helper function.$/;"	t
 35305  of	./syscall/security_windows.go	/^\/\/ getInfo retrieves a specified type of information about an access token.$/;"	t
 35306  of	./syscall/syscall_windows.go	/^		\/\/ the path is not a symlink or junction but another type of reparse$/;"	t
 35307  of	./text/template/exec.go	/^				\/\/ Validate against the type of the actual parameter.$/;"	t
 35308  of	./text/template/exec.go	/^				\/\/ Validate against the type of the elements of the variadic slice.$/;"	t
 35309  of	./text/template/funcs.go	/^\/\/ FuncMap is the type of the map defining the mapping from names to functions.$/;"	t
 35310  of	./text/template/parse/lex.go	/^	typ itemType \/\/ The type of this item.$/;"	t
 35311  of	./text/template/parse/lex.go	/^\/\/ itemType identifies the type of lex items.$/;"	t
 35312  of	./text/template/parse/node.go	/^\/\/ NodeType identifies the type of a parse tree node.$/;"	t
 35313  of	./unsafe/unsafe.go	/^\/\/ part of the unsafe package.  It represents the type of an arbitrary Go expression.$/;"	t
 35314  ofb	./crypto/cipher/ofb.go	/^type ofb struct {$/;"	t
 35315  ofbTest	./crypto/cipher/ofb_test.go	/^type ofbTest struct {$/;"	t
 35316  ofbTests	./crypto/cipher/ofb_test.go	/^var ofbTests = []ofbTest{$/;"	v
 35317  off	./cmd/fix/typecheck.go	/^			\/\/ pop function type off stack$/;"	t
 35318  off	./cmd/link/internal/ld/data.go	/^	var off int32$/;"	v
 35319  off	./cmd/link/internal/ld/elf.go	/^	var off int$/;"	v
 35320  off	./cmd/link/internal/ld/ldmacho.go	/^	var off uint32$/;"	v
 35321  off	./cmd/link/internal/ld/lib.go	/^	var off int32$/;"	v
 35322  off	./cmd/link/internal/ld/pcln.go	/^	var off int32$/;"	v
 35323  off1	./net/dnsmsg.go	/^	var off1 int$/;"	v
 35324  offConv	./cmd/internal/obj/util.go	/^func offConv(off int64) string {$/;"	f
 35325  offmod	./cmd/compile/internal/gc/align.go	/^func offmod(t *Type) {$/;"	f
 35326  offs	./cmd/link/internal/ld/dwarf.go	/^	var offs int64$/;"	v
 35327  offset	./cmd/cover/cover.go	/^func (f *File) offset(pos token.Pos) int {$/;"	f
 35328  offset	./compress/flate/token.go	/^func (t token) offset() uint32 { return uint32(t) & offsetMask }$/;"	f
 35329  offset	./debug/dwarf/entry.go	/^func (r *Reader) offset() Offset {$/;"	f
 35330  offset	./debug/dwarf/typeunit.go	/^func (tur *typeUnitReader) offset() Offset {$/;"	f
 35331  offset	./reflect/type.go	/^	var offset uintptr$/;"	v
 35332  offsetBase	./compress/flate/huffman_bit_writer.go	/^var offsetBase = []uint32{$/;"	v
 35333  offsetCode	./compress/flate/token.go	/^func offsetCode(off uint32) uint32 {$/;"	f
 35334  offsetCodes	./compress/flate/token.go	/^var offsetCodes = [...]uint32{$/;"	v
 35335  offsetEncoding	./compress/flate/huffman_bit_writer.go	/^	var offsetEncoding = fixedOffsetEncoding$/;"	v
 35336  offsetExtraBits	./compress/flate/huffman_bit_writer.go	/^var offsetExtraBits = []int8{$/;"	v
 35337  offsetMin	./time/time.go	/^	var offsetMin int16 \/\/ minutes east of UTC. -1 is UTC.$/;"	v
 35338  offsetToUnit	./debug/dwarf/unit.go	/^func (d *Data) offsetToUnit(off Offset) int {$/;"	f
 35339  offsetof	./go/types/sizes.go	/^func (conf *Config) offsetof(typ Type, index []int) int64 {$/;"	f
 35340  offsetshift	./cmd/internal/obj/arm64/asm7.go	/^func offsetshift(ctxt *obj.Link, v int64, c int) int64 {$/;"	f
 35341  offsetsof	./go/types/sizes.go	/^func (conf *Config) offsetsof(T *Struct) []int64 {$/;"	f
 35342  oflag	./cmd/yacc/yacc.go	/^var oflag string  \/\/ -o [y.go]		- y.go file$/;"	v
 35343  ofsr	./cmd/internal/obj/arm/asm5.go	/^func ofsr(ctxt *obj.Link, a int, r int, v int32, b int, sc int, p *obj.Prog) uint32 {$/;"	f
 35344  oh	./cmd/link/internal/ld/pe.go	/^var oh IMAGE_OPTIONAL_HEADER$/;"	v
 35345  oh32	./debug/pe/file.go	/^	var oh32 OptionalHeader32$/;"	v
 35346  oh64	./cmd/link/internal/ld/pe.go	/^var oh64 PE64_IMAGE_OPTIONAL_HEADER$/;"	v
 35347  oh64	./debug/pe/file.go	/^	var oh64 OptionalHeader64$/;"	v
 35348  ohidden_funarg_list	./cmd/compile/internal/gc/go.y	/^ohidden_funarg_list:$/;"	l
 35349  ohidden_funres	./cmd/compile/internal/gc/go.y	/^ohidden_funres:$/;"	l
 35350  ohidden_interfacedcl_list	./cmd/compile/internal/gc/go.y	/^ohidden_interfacedcl_list:$/;"	l
 35351  ohidden_structdcl_list	./cmd/compile/internal/gc/go.y	/^ohidden_structdcl_list:$/;"	l
 35352  oiEqualTest	./encoding/asn1/asn1_test.go	/^type oiEqualTest struct {$/;"	t
 35353  oiEqualTests	./encoding/asn1/asn1_test.go	/^var oiEqualTests = []oiEqualTest{$/;"	v
 35354  oidExtensionRequest	./crypto/x509/x509.go	/^var oidExtensionRequest = asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 14}$/;"	v
 35355  oidFromExtKeyUsage	./crypto/x509/x509.go	/^func oidFromExtKeyUsage(eku ExtKeyUsage) (oid asn1.ObjectIdentifier, ok bool) {$/;"	f
 35356  oidFromNamedCurve	./crypto/x509/x509.go	/^func oidFromNamedCurve(curve elliptic.Curve) (asn1.ObjectIdentifier, bool) {$/;"	f
 35357  oidInAttributeTypeAndValue	./crypto/x509/pkix/pkix.go	/^func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {$/;"	f
 35358  oidInExtensions	./crypto/x509/x509.go	/^func oidInExtensions(oid asn1.ObjectIdentifier, extensions []pkix.Extension) bool {$/;"	f
 35359  oids	./crypto/x509/x509.go	/^		var oids []asn1.ObjectIdentifier$/;"	v
 35360  ok	./all.bat	/^:ok$/;"	l
 35361  ok	./cmd/asm/internal/asm/endtoend_test.go	/^	var ok bool$/;"	v
 35362  ok	./cmd/asm/internal/asm/expr_test.go	/^		var ok bool$/;"	v
 35363  ok	./cmd/asm/main.go	/^	var ok bool$/;"	v
 35364  ok	./cmd/compile/internal/big/float_test.go	/^	var ok bool$/;"	v
 35365  ok	./cmd/compile/internal/big/intconv_test.go	/^			var ok bool$/;"	v
 35366  ok	./cmd/compile/internal/gc/lex.go	/^		var ok bool$/;"	v
 35367  ok	./crypto/rsa/rsa.go	/^			var ok bool$/;"	v
 35368  ok	./crypto/tls/conn.go	/^			var ok bool$/;"	v
 35369  ok	./crypto/tls/handshake_server.go	/^	var ok bool$/;"	v
 35370  ok	./crypto/tls/key_agreement.go	/^	var ok bool$/;"	v
 35371  ok	./debug/elf/file.go	/^		var ok bool$/;"	v
 35372  ok	./encoding/gob/decode.go	/^	var ok bool$/;"	v
 35373  ok	./encoding/xml/xml.go	/^			var ok bool$/;"	v
 35374  ok	./go/types/conversions.go	/^	var ok bool$/;"	v
 35375  ok	./log/log.go	/^		var ok bool$/;"	v
 35376  ok	./make.bat	/^:ok$/;"	l
 35377  ok	./math/big/float_test.go	/^	var ok bool$/;"	v
 35378  ok	./math/big/intconv_test.go	/^			var ok bool$/;"	v
 35379  ok	./mime/mediatype.go	/^			var ok bool$/;"	v
 35380  ok	./net/dnsmsg.go	/^	var ok bool$/;"	v
 35381  ok	./net/fd_plan9.go	/^func (fd *netFD) ok() bool { return fd != nil && fd.ctl != nil }$/;"	f
 35382  ok	./net/http/cgi/child.go	/^	var ok bool$/;"	v
 35383  ok	./net/http/request.go	/^	var ok bool$/;"	v
 35384  ok	./net/http/response.go	/^		var ok bool$/;"	v
 35385  ok	./net/http/response.go	/^	var ok bool$/;"	v
 35386  ok	./net/mac.go	/^			var ok bool$/;"	v
 35387  ok	./net/net.go	/^func (c *conn) ok() bool { return c != nil && c.fd != nil }$/;"	f
 35388  ok	./race.bat	/^:ok$/;"	l
 35389  ok	./reflect/all_test.go	/^	var ok bool$/;"	v
 35390  ok	./runtime/asm_386.s	/^ok:$/;"	l
 35391  ok	./runtime/asm_amd64.s	/^ok:$/;"	l
 35392  ok	./runtime/asm_amd64p32.s	/^ok:$/;"	l
 35393  ok	./runtime/asm_arm64.s	/^ok:$/;"	l
 35394  ok	./runtime/atomic_arm.go	/^	var ok bool$/;"	v
 35395  ok	./runtime/atomic_arm64.s	/^ok:$/;"	l
 35396  ok	./runtime/proc1.go	/^		var ok bool$/;"	v
 35397  ok	./runtime/symtab.go	/^		var ok bool$/;"	v
 35398  ok	./runtime/sys_darwin_arm64.s	/^ok:$/;"	l
 35399  ok	./runtime/sys_linux_arm64.s	/^ok:$/;"	l
 35400  ok	./strconv/fp_test.go	/^			var ok bool$/;"	v
 35401  ok	./sync/atomic/asm_arm.s	/^ok:$/;"	l
 35402  ok	./sync/atomic/asm_arm64.s	/^ok:$/;"	l
 35403  ok	./syscall/asm_darwin_386.s	/^ok:$/;"	l
 35404  ok	./syscall/asm_darwin_amd64.s	/^ok:$/;"	l
 35405  ok	./syscall/asm_darwin_arm.s	/^ok:$/;"	l
 35406  ok	./syscall/asm_darwin_arm64.s	/^ok:$/;"	l
 35407  ok	./syscall/asm_dragonfly_amd64.s	/^ok:$/;"	l
 35408  ok	./syscall/asm_freebsd_386.s	/^ok:$/;"	l
 35409  ok	./syscall/asm_freebsd_amd64.s	/^ok:$/;"	l
 35410  ok	./syscall/asm_linux_386.s	/^ok:$/;"	l
 35411  ok	./syscall/asm_linux_amd64.s	/^ok:$/;"	l
 35412  ok	./syscall/asm_linux_arm.s	/^ok:$/;"	l
 35413  ok	./syscall/asm_linux_arm64.s	/^ok:$/;"	l
 35414  ok	./syscall/asm_linux_ppc64x.s	/^ok:$/;"	l
 35415  ok	./syscall/asm_nacl_386.s	/^ok:$/;"	l
 35416  ok	./syscall/asm_nacl_amd64p32.s	/^ok:$/;"	l
 35417  ok	./syscall/asm_nacl_arm.s	/^ok:$/;"	l
 35418  ok	./syscall/asm_netbsd_386.s	/^ok:$/;"	l
 35419  ok	./syscall/asm_netbsd_amd64.s	/^ok:$/;"	l
 35420  ok	./syscall/asm_openbsd_386.s	/^ok:$/;"	l
 35421  ok	./syscall/asm_openbsd_amd64.s	/^ok:$/;"	l
 35422  ok	./syscall/dir_plan9.go	/^	var ok bool$/;"	v
 35423  ok	./syscall/syscall_unix_test.go	/^		var ok bool$/;"	v
 35424  ok	./testing/quick/quick.go	/^		var ok bool$/;"	v
 35425  ok	./time/zoneinfo_read.go	/^		var ok bool$/;"	v
 35426  ok1	./regexp/syntax/parse.go	/^	var ok1 bool$/;"	v
 35427  ok1	./syscall/asm_darwin_386.s	/^ok1:$/;"	l
 35428  ok1	./syscall/asm_darwin_amd64.s	/^ok1:$/;"	l
 35429  ok1	./syscall/asm_darwin_arm.s	/^ok1:$/;"	l
 35430  ok1	./syscall/asm_dragonfly_amd64.s	/^ok1:$/;"	l
 35431  ok1	./syscall/asm_freebsd_386.s	/^ok1:$/;"	l
 35432  ok1	./syscall/asm_freebsd_amd64.s	/^ok1:$/;"	l
 35433  ok1	./syscall/asm_linux_386.s	/^ok1:$/;"	l
 35434  ok1	./syscall/asm_linux_amd64.s	/^ok1:$/;"	l
 35435  ok1	./syscall/asm_linux_arm.s	/^ok1:$/;"	l
 35436  ok1	./syscall/asm_linux_ppc64x.s	/^ok1:$/;"	l
 35437  ok1	./syscall/asm_netbsd_386.s	/^ok1:$/;"	l
 35438  ok1	./syscall/asm_netbsd_amd64.s	/^ok1:$/;"	l
 35439  ok1	./syscall/asm_openbsd_386.s	/^ok1:$/;"	l
 35440  ok1	./syscall/asm_openbsd_amd64.s	/^ok1:$/;"	l
 35441  ok2	./syscall/asm_darwin_386.s	/^ok2:$/;"	l
 35442  ok2	./syscall/asm_darwin_amd64.s	/^ok2:$/;"	l
 35443  ok2	./syscall/asm_darwin_arm.s	/^ok2:$/;"	l
 35444  ok2	./syscall/asm_dragonfly_amd64.s	/^ok2:$/;"	l
 35445  ok2	./syscall/asm_freebsd_386.s	/^ok2:$/;"	l
 35446  ok2	./syscall/asm_freebsd_amd64.s	/^ok2:$/;"	l
 35447  ok2	./syscall/asm_linux_386.s	/^ok2:$/;"	l
 35448  ok2	./syscall/asm_linux_amd64.s	/^ok2:$/;"	l
 35449  ok2	./syscall/asm_linux_arm.s	/^ok2:$/;"	l
 35450  ok2	./syscall/asm_linux_ppc64x.s	/^ok2:$/;"	l
 35451  ok2	./syscall/asm_netbsd_386.s	/^ok2:$/;"	l
 35452  ok2	./syscall/asm_netbsd_amd64.s	/^ok2:$/;"	l
 35453  ok2	./syscall/asm_openbsd_386.s	/^ok2:$/;"	l
 35454  ok2	./syscall/asm_openbsd_amd64.s	/^ok2:$/;"	l
 35455  ok3	./syscall/asm_plan9_386.s	/^ok3:$/;"	l
 35456  ok3	./syscall/asm_plan9_amd64.s	/^ok3:$/;"	l
 35457  ok4	./cmd/compile/internal/big/int_test.go	/^		var ok4 bool$/;"	v
 35458  ok4	./math/big/int_test.go	/^		var ok4 bool$/;"	v
 35459  ok4	./syscall/asm_plan9_386.s	/^ok4:$/;"	l
 35460  ok4	./syscall/asm_plan9_amd64.s	/^ok4:$/;"	l
 35461  ok6	./syscall/asm_darwin_386.s	/^ok6:$/;"	l
 35462  ok6	./syscall/asm_darwin_amd64.s	/^ok6:$/;"	l
 35463  ok6	./syscall/asm_darwin_arm.s	/^ok6:$/;"	l
 35464  ok6	./syscall/asm_dragonfly_amd64.s	/^ok6:$/;"	l
 35465  ok6	./syscall/asm_freebsd_386.s	/^ok6:$/;"	l
 35466  ok6	./syscall/asm_freebsd_amd64.s	/^ok6:$/;"	l
 35467  ok6	./syscall/asm_linux_386.s	/^ok6:$/;"	l
 35468  ok6	./syscall/asm_linux_amd64.s	/^ok6:$/;"	l
 35469  ok6	./syscall/asm_linux_arm.s	/^ok6:$/;"	l
 35470  ok6	./syscall/asm_linux_ppc64x.s	/^ok6:$/;"	l
 35471  ok6	./syscall/asm_netbsd_386.s	/^ok6:$/;"	l
 35472  ok6	./syscall/asm_netbsd_amd64.s	/^ok6:$/;"	l
 35473  ok6	./syscall/asm_openbsd_386.s	/^ok6:$/;"	l
 35474  ok6	./syscall/asm_openbsd_amd64.s	/^ok6:$/;"	l
 35475  ok6	./syscall/asm_plan9_386.s	/^ok6:$/;"	l
 35476  ok6	./syscall/asm_plan9_amd64.s	/^ok6:$/;"	l
 35477  ok7	./syscall/asm_linux_amd64.s	/^ok7:$/;"	l
 35478  ok9	./syscall/asm_darwin_386.s	/^ok9:$/;"	l
 35479  ok9	./syscall/asm_darwin_amd64.s	/^ok9:$/;"	l
 35480  ok9	./syscall/asm_darwin_arm.s	/^ok9:$/;"	l
 35481  ok9	./syscall/asm_dragonfly_amd64.s	/^ok9:$/;"	l
 35482  ok9	./syscall/asm_freebsd_386.s	/^ok9:$/;"	l
 35483  ok9	./syscall/asm_freebsd_amd64.s	/^ok9:$/;"	l
 35484  ok9	./syscall/asm_netbsd_386.s	/^ok9:$/;"	l
 35485  ok9	./syscall/asm_netbsd_amd64.s	/^ok9:$/;"	l
 35486  ok9	./syscall/asm_openbsd_386.s	/^ok9:$/;"	l
 35487  ok9	./syscall/asm_openbsd_amd64.s	/^ok9:$/;"	l
 35488  okPrintfArg	./cmd/vet/print.go	/^func (f *File) okPrintfArg(call *ast.CallExpr, state *formatState) (ok bool) {$/;"	f
 35489  okVerb	./fmt/scan.go	/^func (s *ss) okVerb(verb rune, okVerbs, typ string) bool {$/;"	f
 35490  okseek	./syscall/asm_linux_386.s	/^okseek:$/;"	l
 35491  okseek	./syscall/asm_linux_arm.s	/^okseek:$/;"	l
 35492  oksock	./syscall/asm_linux_386.s	/^oksock:$/;"	l
 35493  oksock1	./syscall/asm_linux_386.s	/^oksock1:$/;"	l
 35494  oldGoogleCode	./cmd/go/vcs.go	/^func oldGoogleCode(match map[string]string) error {$/;"	f
 35495  oldHTMLEscape	./strings/replace_test.go	/^func oldHTMLEscape(s string) string {$/;"	f
 35496  oldLookupIP	./net/lookup_windows.go	/^func oldLookupIP(name string) ([]IPAddr, error) {$/;"	f
 35497  oldLookupPort	./net/lookup_windows.go	/^func oldLookupPort(network, service string) (int, error) {$/;"	f
 35498  oldPC	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^	var oldPC, prevPC int$/;"	v
 35499  oldSystemRoots	./crypto/x509/verify_test.go	/^		var oldSystemRoots *CertPool$/;"	v
 35500  oldax	./cmd/compile/internal/amd64/ggen.go	/^	var oldax gc.Node$/;"	v
 35501  oldax	./cmd/compile/internal/x86/ggen.go	/^	var oldax gc.Node$/;"	v
 35502  oldcx	./cmd/compile/internal/amd64/cgen.go	/^	var oldcx gc.Node$/;"	v
 35503  oldcx	./cmd/compile/internal/amd64/ggen.go	/^	var oldcx gc.Node$/;"	v
 35504  oldcx	./cmd/compile/internal/x86/ggen.go	/^	var oldcx gc.Node$/;"	v
 35505  olddx	./cmd/compile/internal/amd64/ggen.go	/^	var olddx gc.Node$/;"	v
 35506  olddx	./cmd/compile/internal/x86/ggen.go	/^	var olddx gc.Node$/;"	v
 35507  oldfdref	./syscall/fd_nacl.go	/^	var oldfdref int$/;"	v
 35508  oldmask	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) oldmask() uint32 { return 0 }$/;"	f
 35509  oldmask	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) oldmask() uint32 { return 0 }$/;"	f
 35510  oldmask	./runtime/signal_linux_arm.go	/^func (c *sigctxt) oldmask() uint32   { return c.regs().oldmask }$/;"	f
 35511  oldmask	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) oldmask() uint32 { return ^uint32(0) }$/;"	f
 35512  oldmask	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) oldmask() uint32  { return 0 }$/;"	f
 35513  oldmask	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) oldmask() uint32 { return 0 }$/;"	f
 35514  oldn1	./cmd/compile/internal/amd64/ggen.go	/^	var oldn1 gc.Node$/;"	v
 35515  oldname	./cmd/compile/internal/gc/dcl.go	/^func oldname(s *Sym) *Node {$/;"	f
 35516  oldstksize	./cmd/compile/internal/gc/pgen.go	/^	var oldstksize int64$/;"	v
 35517  oldval	./cmd/link/internal/ld/pcln.go	/^	var oldval int32$/;"	v
 35518  olen	./syscall/syscall_netbsd.go	/^	var olen uintptr$/;"	v
 35519  olhr	./cmd/internal/obj/arm/asm5.go	/^func olhr(ctxt *obj.Link, v int32, b int, r int, sc int) uint32 {$/;"	f
 35520  olhrr	./cmd/internal/obj/arm/asm5.go	/^func olhrr(ctxt *obj.Link, i int, b int, r int, sc int) uint32 {$/;"	f
 35521  oliteral	./cmd/compile/internal/gc/go.y	/^oliteral:$/;"	l
 35522  olr	./cmd/internal/obj/arm/asm5.go	/^func olr(ctxt *obj.Link, v int32, b int, r int, sc int) uint32 {$/;"	f
 35523  olrr	./cmd/internal/obj/arm/asm5.go	/^func olrr(ctxt *obj.Link, i int, b int, r int, sc int) uint32 {$/;"	f
 35524  olsr12u	./cmd/internal/obj/arm64/asm7.go	/^func olsr12u(ctxt *obj.Link, o int32, v int32, b int, r int) uint32 {$/;"	f
 35525  olsr9s	./cmd/internal/obj/arm64/asm7.go	/^func olsr9s(ctxt *obj.Link, o int32, v int32, b int, r int) uint32 {$/;"	f
 35526  olsxrr	./cmd/internal/obj/arm64/asm7.go	/^func olsxrr(ctxt *obj.Link, as int, rt int, r1 int, r2 int) uint32 {$/;"	f
 35527  omitEmptyTest	./encoding/asn1/marshal_test.go	/^type omitEmptyTest struct {$/;"	t
 35528  omit_pkgs	./cmd/compile/internal/gc/racewalk.go	/^var omit_pkgs = []string{"runtime", "runtime\/race"}$/;"	v
 35529  omits	./cmd/cgo/out.go	/^		\/\/ However, our version of the type omits the magic$/;"	t
 35530  omitted	./go/printer/nodes.go	/^		\/\/ composite literal elements that are composite literals themselves may have the type omitted$/;"	t
 35531  omovlit	./cmd/internal/obj/arm64/asm7.go	/^func omovlit(ctxt *obj.Link, as int, p *obj.Prog, a *obj.Addr, dr int) uint32 {$/;"	f
 35532  omvl	./cmd/internal/obj/arm/asm5.go	/^func omvl(ctxt *obj.Link, p *obj.Prog, a *obj.Addr, dr int) uint32 {$/;"	f
 35533  on	./cmd/compile/internal/gc/reflect.go	/^			Fatal("receiver with no type on %v method %v %v\\n", mt, f.Sym, f)$/;"	t
 35534  on	./cmd/compile/internal/gc/typecheck.go	/^ * if this assignment is the definition of a var on the left side,$/;"	v
 35535  on	./cmd/compile/internal/gc/walk.go	/^	var on *Node$/;"	v
 35536  on	./cmd/fix/typecheck.go	/^		\/\/ push function type on stack$/;"	t
 35537  on	./cmd/internal/obj/stringer.go	/^	var on = false$/;"	v
 35538  on	./cmd/vet/testdata/print.go	/^\/\/ Fix for issue 7149: Missing return type on String method caused fault.$/;"	t
 35539  on	./encoding/asn1/asn1.go	/^	\/\/ when it sees a string, so if we see a different string type on the$/;"	t
 35540  on	./encoding/gob/example_interface_test.go	/^	\/\/ The decode will fail unless the concrete type on the wire has been$/;"	t
 35541  on	./go/types/issues_test.go	/^\/\/ are Uses, not Defs; and also that the (illegal) use of a non-var on$/;"	v
 35542  on	./net/error_test.go	/^	return fmt.Errorf("unexpected type on 1st nested level: %T", nestedErr)$/;"	t
 35543  on	./net/error_test.go	/^	return fmt.Errorf("unexpected type on 2nd nested level: %T", nestedErr)$/;"	t
 35544  on	./net/error_test.go	/^	return fmt.Errorf("unexpected type on 3rd nested level: %T", nestedErr)$/;"	t
 35545  on	./net/net.go	/^	\/\/ Net is the network type on which this error occurred,$/;"	t
 35546  on	./testing/quick/quick.go	/^	\/\/ Generate returns a random instance of the type on which it is a$/;"	t
 35547  onExitFlushLoop	./net/http/httputil/reverseproxy.go	/^var onExitFlushLoop func()$/;"	v
 35548  once	./mime/type.go	/^var once sync.Once \/\/ guards initMime$/;"	v
 35549  once	./sync/example_test.go	/^	var once sync.Once$/;"	v
 35550  once	./sync/once.go	/^\/\/ 	var once Once$/;"	v
 35551  once	./sync/once_test.go	/^	var once Once$/;"	v
 35552  onceProcessSignals	./cmd/go/signal.go	/^var onceProcessSignals sync.Once$/;"	v
 35553  onceReadProtocols	./net/lookup_unix.go	/^var onceReadProtocols sync.Once$/;"	v
 35554  onceReadServices	./net/port_unix.go	/^var onceReadServices sync.Once$/;"	v
 35555  onceStartServer	./net/fd_windows.go	/^var onceStartServer sync.Once$/;"	v
 35556  one	./cmd/compile/internal/amd64/gsubr.go	/^		var one gc.Node$/;"	v
 35557  one	./crypto/ecdsa/ecdsa.go	/^var one = new(big.Int).SetInt64(1)$/;"	v
 35558  one	./sync/once_test.go	/^type one int$/;"	t
 35559  oneArg	./text/template/exec_test.go	/^func oneArg(a string) string {$/;"	f
 35560  oneByteReader	./testing/iotest/reader.go	/^type oneByteReader struct {$/;"	t
 35561  oneConnListener	./net/http/serve_test.go	/^type oneConnListener struct {$/;"	t
 35562  oneLineFunc	./cmd/doc/pkg.go	/^func (pkg *Package) oneLineFunc(decl *ast.FuncDecl) {$/;"	f
 35563  oneLineTypeDecl	./cmd/doc/pkg.go	/^func (pkg *Package) oneLineTypeDecl(spec *ast.TypeSpec) {$/;"	f
 35564  oneLineValueGenDecl	./cmd/doc/pkg.go	/^func (pkg *Package) oneLineValueGenDecl(decl *ast.GenDecl) {$/;"	f
 35565  onePass	./regexp/onepass_test.go	/^var onePass = &onePassProg{}$/;"	v
 35566  onePassCopy	./regexp/onepass.go	/^func onePassCopy(prog *syntax.Prog) *onePassProg {$/;"	f
 35567  onePassInst	./regexp/onepass.go	/^type onePassInst struct {$/;"	t
 35568  onePassNext	./regexp/onepass.go	/^func onePassNext(i *onePassInst, r rune) uint32 {$/;"	f
 35569  onePassPrefix	./regexp/onepass.go	/^func onePassPrefix(p *syntax.Prog) (prefix string, complete bool, pc uint32) {$/;"	f
 35570  onePassProg	./regexp/onepass.go	/^type onePassProg struct {$/;"	t
 35571  onePassTests	./regexp/onepass_test.go	/^var onePassTests = []struct {$/;"	v
 35572  onearg	./cmd/compile/internal/gc/typecheck.go	/^func onearg(n *Node, f string, args ...interface{}) int {$/;"	f
 35573  onebitlivepointermap	./cmd/compile/internal/gc/plive.go	/^func onebitlivepointermap(lv *Liveness, liveout Bvec, vars []*Node, args Bvec, locals Bvec) {$/;"	f
 35574  onebitwalktype1	./cmd/compile/internal/gc/plive.go	/^func onebitwalktype1(t *Type, xoffset *int64, bv Bvec) {$/;"	f
 35575  onebitwritesymbol	./cmd/compile/internal/gc/plive.go	/^func onebitwritesymbol(arr []Bvec, sym *Sym) {$/;"	f
 35576  onepass	./regexp/exec.go	/^func (m *machine) onepass(i input, pos int) bool {$/;"	f
 35577  oneptrmask	./runtime/mgcmark.go	/^var oneptrmask = [...]uint8{1}$/;"	v
 35578  onew_name	./cmd/compile/internal/gc/go.y	/^onew_name:$/;"	l
 35579  ongothread	./runtime/cgo/signal_darwin_arm.s	/^ongothread:$/;"	l
 35580  ongothread	./runtime/cgo/signal_darwin_arm64.s	/^ongothread:$/;"	l
 35581  onlist	./cmd/compile/internal/gc/subr.go	/^func onlist(l *TypePairList, t1 *Type, t2 *Type) bool {$/;"	f
 35582  only	./cmd/fix/typecheck.go	/^					\/\/ Variable has specific type only when there is$/;"	t
 35583  only	./go/parser/parser.go	/^		\/\/ function type only$/;"	t
 35584  only	./go/printer/testdata/parser.go	/^			p.error(pos, "can use '...' with last parameter type only")$/;"	t
 35585  only	./go/printer/testdata/parser.go	/^		\/\/ function type only$/;"	t
 35586  only	./internal/syscall/windows/registry/value.go	/^\/\/ If no buffer is provided, GetValue returns the value's type only.$/;"	t
 35587  only	./net/dnsmsg.go	/^	\/\/ valid dnsQuestion.qtype only$/;"	t
 35588  onlyPOSIX	./regexp/syntax/parse_test.go	/^var onlyPOSIX = []string{$/;"	v
 35589  onlyPerl	./regexp/syntax/parse_test.go	/^var onlyPerl = []string{$/;"	v
 35590  onlyReader	./bufio/bufio_test.go	/^type onlyReader struct {$/;"	t
 35591  onlyWriter	./bufio/bufio_test.go	/^type onlyWriter struct {$/;"	t
 35592  oops	./errors/example_test.go	/^func oops() error {$/;"	f
 35593  op	./cmd/asm/internal/asm/parse.go	/^	var op int16$/;"	v
 35594  op	./cmd/compile/internal/arm/cgen.go	/^	var op int$/;"	v
 35595  op	./cmd/compile/internal/arm64/cgen.go	/^	var op int$/;"	v
 35596  op	./cmd/compile/internal/gc/typecheck.go	/^		var op int$/;"	v
 35597  op	./cmd/compile/internal/ppc64/cgen.go	/^	var op int$/;"	v
 35598  op	./cmd/internal/obj/arm/asm5.go	/^	var op *obj.Prog$/;"	v
 35599  op	./cmd/internal/obj/x86/asm6.go	/^	var op int$/;"	v
 35600  op	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^	var op string$/;"	v
 35601  op	./cmd/vet/bool.go	/^	var op boolOp$/;"	v
 35602  op	./database/sql/sql_test.go	/^				var op string$/;"	v
 35603  op	./encoding/gob/decode.go	/^	var op decOp$/;"	v
 35604  op	./encoding/gob/encode.go	/^	var op encOp$/;"	v
 35605  op	./go/doc/comment.go	/^type op int$/;"	t
 35606  op	./go/types/expr.go	/^func (check *Checker) op(m opPredicates, x *operand, op token.Token) bool {$/;"	f
 35607  op	./go/types/stmt.go	/^		var op token.Token$/;"	v
 35608  op	./regexp/syntax/parse.go	/^func (p *parser) op(op Op) *Regexp {$/;"	f
 35609  op	./regexp/syntax/prog.go	/^	var op EmptyOp = EmptyNoWordBoundary$/;"	v
 35610  op	./regexp/syntax/prog.go	/^func (i *Inst) op() InstOp {$/;"	f
 35611  op	./runtime/netpoll_windows.go	/^	var op *net_op$/;"	v
 35612  op0	./cmd/internal/obj/arm64/asm7.go	/^func op0(ctxt *obj.Link, a int) uint32 {$/;"	f
 35613  opAddr	./net/iprawsock.go	/^func (a *IPAddr) opAddr() Addr {$/;"	f
 35614  opAddr	./net/tcpsock.go	/^func (a *TCPAddr) opAddr() Addr {$/;"	f
 35615  opAddr	./net/udpsock.go	/^func (a *UDPAddr) opAddr() Addr {$/;"	f
 35616  opAddr	./net/unixsock.go	/^func (a *UnixAddr) opAddr() Addr {$/;"	f
 35617  opNames	./cmd/internal/rsc.io/x86/x86asm/tables.go	/^var opNames = [...]string{$/;"	v
 35618  opNames	./regexp/syntax/parse_test.go	/^var opNames = []string{$/;"	v
 35619  opPredicates	./go/types/expr.go	/^type opPredicates map[token.Token]func(Type) bool$/;"	t
 35620  opSet	./cmd/internal/obj/util.go	/^type opSet struct {$/;"	t
 35621  opTests	./go/constant/value_test.go	/^var opTests = []string{$/;"	v
 35622  opaque	./image/png/writer.go	/^func opaque(m image.Image) bool {$/;"	f
 35623  opaquer	./image/png/writer.go	/^type opaquer interface {$/;"	t
 35624  opbfm	./cmd/internal/obj/arm64/asm7.go	/^func opbfm(ctxt *obj.Link, a int, r int, s int, rf int, rt int) uint32 {$/;"	f
 35625  opbit	./cmd/internal/obj/arm64/asm7.go	/^func opbit(ctxt *obj.Link, a int) uint32 {$/;"	f
 35626  opbra	./cmd/internal/obj/arm/asm5.go	/^func opbra(ctxt *obj.Link, a int, sc int) uint32 {$/;"	f
 35627  opbra	./cmd/internal/obj/arm64/asm7.go	/^func opbra(ctxt *obj.Link, a int) uint32 {$/;"	f
 35628  opbrr	./cmd/internal/obj/arm64/asm7.go	/^func opbrr(ctxt *obj.Link, a int) uint32 {$/;"	f
 35629  opc	./cmd/internal/obj/arm/asm5.go	/^	var opc int32$/;"	v
 35630  opcode	./cmd/link/internal/ld/dwarf.go	/^		var opcode int64 = OPCODE_BASE + (delta_lc - LINE_BASE) + (LINE_RANGE * delta_pc)$/;"	v
 35631  open	./cmd/yacc/yacc.go	/^func open(s string) *bufio.Reader {$/;"	f
 35632  open	./net/parse.go	/^func open(name string) (*file, error) {$/;"	f
 35633  open	./runtime/os3_solaris.go	/^func open(path *byte, mode, perm int32) int32 {$/;"	f
 35634  open	./runtime/os_nacl.go	/^func open(name *byte, mode, perm int32) int32$/;"	f
 35635  open	./runtime/os_plan9.go	/^func open(name *byte, mode, perm int32) int32$/;"	f
 35636  open	./runtime/os_windows.go	/^func open(name *byte, mode, perm int32) int32 {$/;"	f
 35637  open	./runtime/stubs2.go	/^func open(name *byte, mode, perm int32) int32$/;"	f
 35638  open	./syscall/fs_nacl.go	/^func (fs *fsys) open(name string, openmode int, mode uint32) (fileImpl, error) {$/;"	f
 35639  open	./syscall/zsyscall_plan9_386.go	/^func open(path string, mode int) (fd int, err error) {$/;"	f
 35640  open	./syscall/zsyscall_plan9_amd64.go	/^func open(path string, mode int) (fd int, err error) {$/;"	f
 35641  open	./time/sys_plan9.go	/^func open(name string) (uintptr, error) {$/;"	f
 35642  open	./time/sys_unix.go	/^func open(name string) (uintptr, error) {$/;"	f
 35643  open	./time/sys_windows.go	/^func open(name string) (uintptr, error) {$/;"	f
 35644  open	./unicode/maketables.go	/^func open(url string) *reader {$/;"	f
 35645  openDir	./os/file_windows.go	/^func openDir(name string) (file *File, err error) {$/;"	f
 35646  openElf	./cmd/internal/objfile/elf.go	/^func openElf(r *os.File) (rawFile, error) {$/;"	f
 35647  openErrorTest	./os/os_test.go	/^type openErrorTest struct {$/;"	t
 35648  openErrorTests	./os/os_test.go	/^var openErrorTests = []openErrorTest{$/;"	v
 35649  openExportFile	./go/internal/gccgoimporter/importer.go	/^func openExportFile(fpath string) (reader io.ReadSeeker, closer io.Closer, err error) {$/;"	f
 35650  openFile	./os/file_windows.go	/^func openFile(name string, flag int, perm FileMode) (file *File, err error) {$/;"	f
 35651  openGoobj	./cmd/internal/objfile/goobj.go	/^func openGoobj(r *os.File) (rawFile, error) {$/;"	f
 35652  openLabelScope	./go/parser/parser.go	/^func (p *parser) openLabelScope() {$/;"	f
 35653  openLabelScope	./go/printer/testdata/parser.go	/^func (p *parser) openLabelScope() {$/;"	f
 35654  openMacho	./cmd/internal/objfile/macho.go	/^func openMacho(r *os.File) (rawFile, error) {$/;"	f
 35655  openNamedService	./syscall/srpc_nacl.go	/^func openNamedService(name string, mode int32) (fd int, err error) {$/;"	f
 35656  openNewConnection	./database/sql/sql.go	/^func (db *DB) openNewConnection() {$/;"	f
 35657  openNull	./syscall/fs_nacl.go	/^func openNull() (devFile, error)                               { return &nullFile{}, nil }$/;"	f
 35658  openPE	./cmd/internal/objfile/pe.go	/^func openPE(r *os.File) (rawFile, error) {$/;"	f
 35659  openPlan9	./cmd/internal/objfile/plan9obj.go	/^func openPlan9(r *os.File) (rawFile, error) {$/;"	f
 35660  openRandom	./syscall/fs_nacl.go	/^func openRandom() (devFile, error) {$/;"	f
 35661  openScope	./go/parser/parser.go	/^func (p *parser) openScope() {$/;"	f
 35662  openScope	./go/printer/testdata/parser.go	/^func (p *parser) openScope() {$/;"	f
 35663  openScope	./go/types/stmt.go	/^func (check *Checker) openScope(s ast.Stmt, comment string) {$/;"	f
 35664  openZero	./syscall/fs_nacl.go	/^func openZero() (devFile, error)                               { return &zeroFile{}, nil }$/;"	f
 35665  openat	./syscall/zsyscall_linux_386.go	/^func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
 35666  openat	./syscall/zsyscall_linux_amd64.go	/^func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
 35667  openat	./syscall/zsyscall_linux_arm.go	/^func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
 35668  openat	./syscall/zsyscall_linux_arm64.go	/^func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
 35669  openat	./syscall/zsyscall_linux_ppc64.go	/^func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
 35670  openat	./syscall/zsyscall_linux_ppc64le.go	/^func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {$/;"	f
 35671  openers	./cmd/internal/objfile/objfile.go	/^var openers = []func(*os.File) (rawFile, error){$/;"	v
 35672  openup	./cmd/yacc/yacc.go	/^func openup() {$/;"	f
 35673  operand	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) operand(a *obj.Addr) bool {$/;"	f
 35674  operand	./go/types/operand.go	/^type operand struct {$/;"	t
 35675  operand	./text/template/parse/parse.go	/^func (t *Tree) operand() Node {$/;"	f
 35676  operandMode	./go/types/operand.go	/^type operandMode byte$/;"	t
 35677  operandModeString	./go/types/operand.go	/^var operandModeString = [...]string{$/;"	v
 35678  operandString	./go/types/operand.go	/^func operandString(x *operand, qf Qualifier) string {$/;"	f
 35679  operandTest	./cmd/asm/internal/asm/operand_test.go	/^type operandTest struct {$/;"	t
 35680  operation	./net/fd_windows.go	/^type operation struct {$/;"	t
 35681  opextr	./cmd/internal/obj/arm64/asm7.go	/^func opextr(ctxt *obj.Link, a int, v int32, rn int, rm int, rt int) uint32 {$/;"	f
 35682  opimm	./cmd/internal/obj/arm64/asm7.go	/^func opimm(ctxt *obj.Link, a int) uint32 {$/;"	f
 35683  opindex	./cmd/internal/obj/x86/asm6.go	/^var opindex [(ALAST + 1) & obj.AMask]*Optab$/;"	v
 35684  opirr	./cmd/internal/obj/arm64/asm7.go	/^func opirr(ctxt *obj.Link, a int) uint32 {$/;"	f
 35685  opirr	./cmd/internal/obj/ppc64/asm9.go	/^func opirr(ctxt *obj.Link, a int) int32 {$/;"	f
 35686  opldr12	./cmd/internal/obj/arm64/asm7.go	/^func opldr12(ctxt *obj.Link, a int) uint32 {$/;"	f
 35687  opldr9	./cmd/internal/obj/arm64/asm7.go	/^func opldr9(ctxt *obj.Link, a int) uint32 {$/;"	f
 35688  opldrpp	./cmd/internal/obj/arm64/asm7.go	/^func opldrpp(ctxt *obj.Link, a int) uint32 {$/;"	f
 35689  opload	./cmd/internal/obj/arm64/asm7.go	/^func opload(ctxt *obj.Link, a int) uint32 {$/;"	f
 35690  opload	./cmd/internal/obj/ppc64/asm9.go	/^func opload(ctxt *obj.Link, a int) int32 {$/;"	f
 35691  oploadx	./cmd/internal/obj/ppc64/asm9.go	/^func oploadx(ctxt *obj.Link, a int) int32 {$/;"	f
 35692  oplook	./cmd/internal/obj/arm/asm5.go	/^func oplook(ctxt *obj.Link, p *obj.Prog) *Optab {$/;"	f
 35693  oplook	./cmd/internal/obj/arm64/asm7.go	/^func oplook(ctxt *obj.Link, p *obj.Prog) *Optab {$/;"	f
 35694  oplook	./cmd/internal/obj/ppc64/asm9.go	/^func oplook(ctxt *obj.Link, p *obj.Prog) *Optab {$/;"	f
 35695  opnames	./cmd/compile/internal/gc/opnames.go	/^var opnames = []string{$/;"	v
 35696  opprec	./cmd/compile/internal/gc/fmt.go	/^var opprec = []int{$/;"	v
 35697  oprange	./cmd/internal/obj/arm/asm5.go	/^var oprange [ALAST & obj.AMask]Oprang$/;"	v
 35698  oprange	./cmd/internal/obj/arm64/asm7.go	/^var oprange [ALAST]Oprange$/;"	v
 35699  oprange	./cmd/internal/obj/ppc64/asm9.go	/^var oprange [ALAST & obj.AMask]Oprang$/;"	v
 35700  oprrr	./cmd/internal/obj/arm/asm5.go	/^func oprrr(ctxt *obj.Link, a int, sc int) uint32 {$/;"	f
 35701  oprrr	./cmd/internal/obj/arm64/asm7.go	/^func oprrr(ctxt *obj.Link, a int) uint32 {$/;"	f
 35702  oprrr	./cmd/internal/obj/ppc64/asm9.go	/^func oprrr(ctxt *obj.Link, a int) int32 {$/;"	f
 35703  opset	./cmd/internal/obj/arm/asm5.go	/^func opset(a, b0 uint16) {$/;"	f
 35704  opset	./cmd/internal/obj/ppc64/asm9.go	/^func opset(a, b0 int16) {$/;"	f
 35705  opstore	./cmd/internal/obj/arm64/asm7.go	/^func opstore(ctxt *obj.Link, a int) uint32 {$/;"	f
 35706  opstore	./cmd/internal/obj/ppc64/asm9.go	/^func opstore(ctxt *obj.Link, a int) int32 {$/;"	f
 35707  opstorex	./cmd/internal/obj/ppc64/asm9.go	/^func opstorex(ctxt *obj.Link, a int) int32 {$/;"	f
 35708  opstr	./cmd/internal/rsc.io/arm/armasm/tables.go	/^var opstr = [...]string{$/;"	v
 35709  opstr12	./cmd/internal/obj/arm64/asm7.go	/^func opstr12(ctxt *obj.Link, a int) uint32 {$/;"	f
 35710  opstr9	./cmd/internal/obj/arm64/asm7.go	/^func opstr9(ctxt *obj.Link, a int) uint32 {$/;"	f
 35711  optFlags	./cmd/pprof/internal/driver/interactive.go	/^func optFlags(p *profile.Profile, input string, f *flags) (*flags, error) {$/;"	f
 35712  optab	./cmd/internal/obj/arm/asm5.go	/^var optab = []Optab{$/;"	v
 35713  optab	./cmd/internal/obj/arm64/asm7.go	/^var optab = []Optab{$/;"	v
 35714  optab	./cmd/internal/obj/ppc64/asm9.go	/^var optab = []Optab{$/;"	v
 35715  optab	./cmd/internal/obj/x86/asm6.go	/^var optab =$/;"	v
 35716  optab	./go/constant/value_test.go	/^var optab = map[string]token.Token{$/;"	v
 35717  optimize	./strconv/atof.go	/^var optimize = true \/\/ can change for testing$/;"	v
 35718  option	./text/template/option.go	/^type option struct {$/;"	t
 35719  optionalRawValueTest	./encoding/asn1/marshal_test.go	/^type optionalRawValueTest struct {$/;"	t
 35720  optionalsExpected	./encoding/json/encode_test.go	/^var optionalsExpected = `{$/;"	v
 35721  optoas	./cmd/compile/internal/amd64/gsubr.go	/^func optoas(op int, t *gc.Type) int {$/;"	f
 35722  optoas	./cmd/compile/internal/arm/gsubr.go	/^func optoas(op int, t *gc.Type) int {$/;"	f
 35723  optoas	./cmd/compile/internal/arm64/gsubr.go	/^func optoas(op int, t *gc.Type) int {$/;"	f
 35724  optoas	./cmd/compile/internal/ppc64/gsubr.go	/^func optoas(op int, t *gc.Type) int {$/;"	f
 35725  optoas	./cmd/compile/internal/x86/gsubr.go	/^func optoas(op int, t *gc.Type) int {$/;"	f
 35726  opts	./crypto/rsa/pss_test.go	/^	var opts PSSOptions$/;"	v
 35727  optst	./cmd/yacc/yacc.go	/^var optst [][]int$/;"	v
 35728  opxrrr	./cmd/internal/obj/arm64/asm7.go	/^func opxrrr(ctxt *obj.Link, a int) uint32 {$/;"	f
 35729  or	./cmd/cgo/doc.go	/^name is a type or an ordinary identifier, so there will be no syntax$/;"	t
 35730  or	./cmd/cgo/gcc.go	/^	\/\/ whether name denotes a type or an expression.$/;"	t
 35731  or	./cmd/compile/internal/big/nat.go	/^func (z nat) or(x, y nat) nat {$/;"	f
 35732  or	./cmd/compile/internal/gc/subr.go	/^	\/\/ and either src or dst is not a named type or$/;"	t
 35733  or	./cmd/compile/internal/gc/typecheck.go	/^		 * type or expr$/;"	t
 35734  or	./cmd/doc/pkg.go	/^\/\/ oneLineValueGenDecl prints a var or const declaration as a single line.$/;"	v
 35735  or	./encoding/binary/binary.go	/^\/\/ sizeof returns the size >= 0 of variables for the given type or -1 if the type is not acceptable.$/;"	t
 35736  or	./encoding/gob/doc.go	/^from the transmitted type or value will be ignored in the destination.  If a field$/;"	t
 35737  or	./encoding/gob/type.go	/^	\/\/ If the field is a chan or func or pointer thereto, don't send it.$/;"	f
 35738  or	./fmt/doc.go	/^		Wrong type or unknown verb: %!verb(type=value)$/;"	t
 35739  or	./go/ast/ast.go	/^	\/\/ constant, type or variable declaration. A valid Lparen position$/;"	t
 35740  or	./go/doc/doc.go	/^	Names []string \/\/ var or const names in declaration order$/;"	v
 35741  or	./go/doc/doc.go	/^\/\/ Value is the documentation for a (possibly grouped) var or const declaration.$/;"	v
 35742  or	./go/doc/reader.go	/^\/\/ readFunc processes a func or method declaration.$/;"	f
 35743  or	./go/parser/interface.go	/^\/\/ be a valid Go (type or value) expression.$/;"	t
 35744  or	./go/parser/parser.go	/^			p.error(pos, "missing variable type or initialization")$/;"	t
 35745  or	./go/parser/parser.go	/^		\/\/ channel type or receive expression$/;"	t
 35746  or	./go/parser/parser.go	/^		\/\/ is a channel type or a receive operation - we only know$/;"	t
 35747  or	./go/parser/parser.go	/^		\/\/ pointer type or unary "*" expression$/;"	t
 35748  or	./go/parser/parser.go	/^\/\/ The result may be a type or even a raw type ([...]int). Callers must$/;"	t
 35749  or	./go/parser/short_test.go	/^	`package p; var x \/* ERROR "missing variable type or initialization" *\/ , y, z;`, \/\/ issue 9639$/;"	t
 35750  or	./go/printer/testdata/parser.go	/^		\/\/ channel type or receive expression$/;"	t
 35751  or	./go/printer/testdata/parser.go	/^		\/\/ pointer type or unary "*" expression$/;"	t
 35752  or	./go/printer/testdata/parser.go	/^\/\/ TODO(gri): parseExpr may return a type or even a raw type ([..]int) -$/;"	t
 35753  or	./go/types/assignments.go	/^		\/\/ type or the blank identifier, the constant is first converted to type$/;"	t
 35754  or	./go/types/decl.go	/^		var last *ast.ValueSpec \/\/ last ValueSpec with type or init exprs seen$/;"	t
 35755  or	./go/types/expr.go	/^	\/\/ The lhs must be of integer type or be representable$/;"	t
 35756  or	./go/types/expr.go	/^	\/\/ integer type or be an untyped constant that can be converted to$/;"	t
 35757  or	./go/types/resolver.go	/^				var last *ast.ValueSpec \/\/ last ValueSpec with type or init exprs seen$/;"	t
 35758  or	./go/types/resolver.go	/^			check.errorf(s.Pos(), "missing type or init expr")$/;"	t
 35759  or	./image/jpeg/reader.go	/^\/\/ the name of the type or function that they annotate.$/;"	t
 35760  or	./math/big/nat.go	/^func (z nat) or(x, y nat) nat {$/;"	f
 35761  or	./net/http/transfer.go	/^	\/\/ Logic based on response type or status$/;"	t
 35762  or	./net/rpc/server.go	/^\/\/ It returns an error if the receiver is not an exported type or has$/;"	t
 35763  or	./runtime/os2_nacl.go	/^	_EFTYPE          = 2049        \/* Inappropriate file type or format *\/$/;"	t
 35764  or	./syscall/tables_nacl.go	/^	EFTYPE          Errno = 2049       \/* Inappropriate file type or format *\/$/;"	t
 35765  or	./syscall/tables_nacl.go	/^	EFTYPE:          "Inappropriate file type or format",$/;"	t
 35766  or	./syscall/zerrors_darwin_386.go	/^	79:  "inappropriate file type or format",$/;"	t
 35767  or	./syscall/zerrors_darwin_amd64.go	/^	79:  "inappropriate file type or format",$/;"	t
 35768  or	./syscall/zerrors_darwin_arm.go	/^	79:  "inappropriate file type or format",$/;"	t
 35769  or	./syscall/zerrors_darwin_arm64.go	/^	79:  "inappropriate file type or format",$/;"	t
 35770  or	./syscall/zerrors_dragonfly_amd64.go	/^	79: "inappropriate file type or format",$/;"	t
 35771  or	./syscall/zerrors_freebsd_386.go	/^	79: "inappropriate file type or format",$/;"	t
 35772  or	./syscall/zerrors_freebsd_amd64.go	/^	79: "inappropriate file type or format",$/;"	t
 35773  or	./syscall/zerrors_freebsd_arm.go	/^	79: "inappropriate file type or format",$/;"	t
 35774  or	./syscall/zerrors_netbsd_386.go	/^	79: "inappropriate file type or format",$/;"	t
 35775  or	./syscall/zerrors_netbsd_amd64.go	/^	79: "inappropriate file type or format",$/;"	t
 35776  or	./syscall/zerrors_netbsd_arm.go	/^	79: "inappropriate file type or format",$/;"	t
 35777  or	./syscall/zerrors_openbsd_386.go	/^	79: "inappropriate file type or format",$/;"	t
 35778  or	./syscall/zerrors_openbsd_amd64.go	/^	79: "inappropriate file type or format",$/;"	t
 35779  or	./syscall/zerrors_openbsd_arm.go	/^	79: "inappropriate file type or format",$/;"	t
 35780  or	./text/template/funcs.go	/^func or(arg0 interface{}, args ...interface{}) interface{} {$/;"	f
 35781  ord	./cmd/compile/internal/big/float.go	/^func (x *Float) ord() int {$/;"	f
 35782  ord	./go/constant/value.go	/^func ord(x Value) int {$/;"	f
 35783  ord	./math/big/float.go	/^func (x *Float) ord() int {$/;"	f
 35784  order	./cmd/compile/internal/gc/order.go	/^	var order Order$/;"	v
 35785  order	./cmd/compile/internal/gc/order.go	/^func order(fn *Node) {$/;"	f
 35786  order	./compress/lzw/reader_test.go	/^		var order Order$/;"	v
 35787  order	./debug/gosym/symtab.go	/^	var order binary.ByteOrder = binary.BigEndian$/;"	v
 35788  order	./debug/plan9obj/file.go	/^	var order binary.ByteOrder = binary.BigEndian$/;"	v
 35789  order	./go/types/object.go	/^func (obj *object) order() uint32       { return obj.order_ }$/;"	f
 35790  order	./go/types/ordering.go	/^	var order []Object$/;"	v
 35791  order	./time/sleep_test.go	/^	var order []int$/;"	v
 35792  orderaddrtemp	./cmd/compile/internal/gc/order.go	/^func orderaddrtemp(np **Node, order *Order) {$/;"	f
 35793  orderblock	./cmd/compile/internal/gc/order.go	/^func orderblock(l **NodeList) {$/;"	f
 35794  ordercall	./cmd/compile/internal/gc/order.go	/^func ordercall(n *Node, order *Order) {$/;"	f
 35795  ordercallargs	./cmd/compile/internal/gc/order.go	/^func ordercallargs(l **NodeList, order *Order) {$/;"	f
 35796  ordercheapexpr	./cmd/compile/internal/gc/order.go	/^func ordercheapexpr(n *Node, order *Order) *Node {$/;"	f
 35797  ordercopyexpr	./cmd/compile/internal/gc/order.go	/^func ordercopyexpr(n *Node, t *Type, order *Order, clear int) *Node {$/;"	f
 35798  orderedSetObjects	./go/types/ordering.go	/^func orderedSetObjects(set map[Object]bool) []Object {$/;"	f
 35799  orderexpr	./cmd/compile/internal/gc/order.go	/^func orderexpr(np **Node, order *Order, lhs *Node) {$/;"	f
 35800  orderexprinplace	./cmd/compile/internal/gc/order.go	/^func orderexprinplace(np **Node, outer *Order) {$/;"	f
 35801  orderexprlist	./cmd/compile/internal/gc/order.go	/^func orderexprlist(l *NodeList, order *Order) {$/;"	f
 35802  orderexprlistinplace	./cmd/compile/internal/gc/order.go	/^func orderexprlistinplace(l *NodeList, order *Order) {$/;"	f
 35803  orderinit	./cmd/compile/internal/gc/order.go	/^func orderinit(n *Node, order *Order) {$/;"	f
 35804  ordermapassign	./cmd/compile/internal/gc/order.go	/^func ordermapassign(n *Node, order *Order) {$/;"	f
 35805  ordersafeexpr	./cmd/compile/internal/gc/order.go	/^func ordersafeexpr(n *Node, order *Order) *Node {$/;"	f
 35806  orderstmt	./cmd/compile/internal/gc/order.go	/^func orderstmt(n *Node, order *Order) {$/;"	f
 35807  orderstmtinplace	./cmd/compile/internal/gc/order.go	/^func orderstmtinplace(np **Node) {$/;"	f
 35808  orderstmtlist	./cmd/compile/internal/gc/order.go	/^func orderstmtlist(l *NodeList, order *Order) {$/;"	f
 35809  ordertemp	./cmd/compile/internal/gc/order.go	/^func ordertemp(t *Type, order *Order, clear bool) *Node {$/;"	f
 35810  ordinal	./regexp/testdata/testregex.c	/^	int		ordinal;$/;"	m	struct:Disc_s	file:
 35811  oregclass	./cmd/internal/obj/arm64/asm7.go	/^func oregclass(l int64) int {$/;"	f
 35812  origEnv	./cmd/go/main.go	/^var origEnv []string$/;"	v
 35813  origZoneDirs	./time/zoneinfo_unix.go	/^var origZoneDirs = zoneDirs$/;"	v
 35814  osDefaultInheritEnv	./net/http/cgi/host.go	/^var osDefaultInheritEnv = map[string][]string{$/;"	v
 35815  osError	./text/tabwriter/tabwriter.go	/^type osError struct {$/;"	t
 35816  os_beforeExit	./runtime/proc.go	/^func os_beforeExit() {$/;"	f
 35817  os_runtime_args	./runtime/runtime.go	/^func os_runtime_args() []string { return append([]string{}, argslice...) }$/;"	f
 35818  os_sigpipe	./runtime/os_nacl.go	/^func os_sigpipe() {$/;"	f
 35819  os_sigpipe	./runtime/os_plan9.go	/^func os_sigpipe() {$/;"	f
 35820  os_sigpipe	./runtime/os_windows.go	/^func os_sigpipe() {$/;"	f
 35821  os_sigpipe	./runtime/signal_unix.go	/^func os_sigpipe() {$/;"	f
 35822  osabiStrings	./debug/elf/elf.go	/^var osabiStrings = []intName{$/;"	v
 35823  osemi	./cmd/compile/internal/gc/go.y	/^osemi:$/;"	l
 35824  oset	./runtime/os1_darwin.go	/^	var oset uint32$/;"	v
 35825  oset	./runtime/os1_dragonfly.go	/^	var oset sigset$/;"	v
 35826  oset	./runtime/os1_freebsd.go	/^	var oset sigset$/;"	v
 35827  oset	./runtime/os1_linux.go	/^	var oset sigset$/;"	v
 35828  oshr	./cmd/internal/obj/arm/asm5.go	/^func oshr(ctxt *obj.Link, r int, v int32, b int, sc int) uint32 {$/;"	f
 35829  oshrr	./cmd/internal/obj/arm/asm5.go	/^func oshrr(ctxt *obj.Link, r int, i int, b int, sc int) uint32 {$/;"	f
 35830  osimple_stmt	./cmd/compile/internal/gc/go.y	/^osimple_stmt:$/;"	l
 35831  osinit	./runtime/os1_darwin.go	/^func osinit() {$/;"	f
 35832  osinit	./runtime/os1_dragonfly.go	/^func osinit() {$/;"	f
 35833  osinit	./runtime/os1_freebsd.go	/^func osinit() {$/;"	f
 35834  osinit	./runtime/os1_linux.go	/^func osinit() {$/;"	f
 35835  osinit	./runtime/os1_nacl.go	/^func osinit() {$/;"	f
 35836  osinit	./runtime/os1_netbsd.go	/^func osinit() {$/;"	f
 35837  osinit	./runtime/os1_openbsd.go	/^func osinit() {$/;"	f
 35838  osinit	./runtime/os1_plan9.go	/^func osinit() {$/;"	f
 35839  osinit	./runtime/os1_windows.go	/^func osinit() {$/;"	f
 35840  osinit	./runtime/os3_solaris.go	/^func osinit() {$/;"	f
 35841  osr	./cmd/internal/obj/arm/asm5.go	/^func osr(ctxt *obj.Link, a int, r int, v int32, b int, sc int) uint32 {$/;"	f
 35842  osrr	./cmd/internal/obj/arm/asm5.go	/^func osrr(ctxt *obj.Link, r int, i int, b int, sc int) uint32 {$/;"	f
 35843  osummary	./cmd/yacc/yacc.go	/^func osummary() {$/;"	f
 35844  osyield	./runtime/os1_darwin.go	/^func osyield() {$/;"	f
 35845  osyield	./runtime/os1_plan9.go	/^func osyield() {$/;"	f
 35846  osyield	./runtime/os1_windows.go	/^func osyield() {$/;"	f
 35847  osyield	./runtime/os3_solaris.go	/^func osyield() {$/;"	f
 35848  osyield	./runtime/os_dragonfly.go	/^func osyield()$/;"	f
 35849  osyield	./runtime/os_freebsd.go	/^func osyield()$/;"	f
 35850  osyield	./runtime/os_linux.go	/^func osyield()$/;"	f
 35851  osyield	./runtime/os_nacl.go	/^func osyield()$/;"	f
 35852  osyield	./runtime/os_netbsd.go	/^func osyield()$/;"	f
 35853  osyield	./runtime/os_openbsd.go	/^func osyield()$/;"	f
 35854  osyield1	./runtime/os3_solaris.go	/^func osyield1()$/;"	f
 35855  othermutex	./runtime/race/testdata/sync_test.go	/^	var othermutex *sync.RWMutex$/;"	v
 35856  others	./cmd/yacc/yacc.go	/^func others() {$/;"	f
 35857  othertype	./cmd/compile/internal/gc/go.y	/^othertype:$/;"	l
 35858  otxt	./cmd/internal/obj/ppc64/asm9.go	/^	var otxt int64$/;"	v
 35859  out	./cmd/compile/internal/big/int_test.go	/^	var out []*Int$/;"	v
 35860  out	./cmd/compile/internal/big/nat_test.go	/^		var out nat$/;"	v
 35861  out	./cmd/compile/internal/big/rat_test.go	/^	var out []*Rat$/;"	v
 35862  out	./cmd/compile/internal/gc/racewalk.go	/^		var out *NodeList$/;"	v
 35863  out	./cmd/compile/internal/gc/reflect.go	/^	var out *NodeList$/;"	v
 35864  out	./cmd/compile/internal/gc/subr.go	/^	var out *NodeList$/;"	v
 35865  out	./cmd/cover/func.go	/^	var out *bufio.Writer$/;"	v
 35866  out	./cmd/cover/html.go	/^	var out *os.File$/;"	v
 35867  out	./cmd/dist/test.go	/^func (t *tester) out(v string) {$/;"	f
 35868  out	./cmd/dist/util.go	/^	var out []string$/;"	v
 35869  out	./cmd/go/get.go	/^	var out []string$/;"	v
 35870  out	./cmd/go/main.go	/^	var out []string$/;"	v
 35871  out	./cmd/internal/obj/arm/asm5.go	/^	var out [6 + 3]uint32$/;"	v
 35872  out	./cmd/internal/obj/arm64/asm7.go	/^	var out [6]uint32$/;"	v
 35873  out	./cmd/internal/obj/ppc64/asm9.go	/^	var out [6]uint32$/;"	v
 35874  out	./cmd/internal/rsc.io/arm/armasm/decode_test.go	/^		var out string$/;"	v
 35875  out	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^	var out uint32$/;"	v
 35876  out	./cmd/internal/rsc.io/x86/x86asm/decode_test.go	/^		var out string$/;"	v
 35877  out	./cmd/link/internal/ld/dwarf.go	/^			dwfunc.child = dwvar.link \/\/ take dwvar out from the top of the list$/;"	v
 35878  out	./cmd/link/internal/ld/pcln.go	/^	var out Pcdata$/;"	v
 35879  out	./cmd/pprof/pprof.go	/^	var out []*plugin.Sym$/;"	v
 35880  out	./crypto/cipher/benchmark_test.go	/^	var out []byte$/;"	v
 35881  out	./crypto/md5/gen.go	/^	var out []int$/;"	v
 35882  out	./crypto/tls/handshake_client_test.go	/^	var out bytes.Buffer$/;"	v
 35883  out	./crypto/x509/x509.go	/^		var out nameConstraints$/;"	v
 35884  out	./debug/dwarf/type.go	/^	\/\/ If the parse fails, take the type out of the cache$/;"	t
 35885  out	./debug/elf/file_test.go	/^	var out bytes.Buffer$/;"	v
 35886  out	./encoding/asn1/marshal.go	/^	var out bytes.Buffer$/;"	v
 35887  out	./encoding/gob/encoder_test.go	/^	var out []*Bug3$/;"	v
 35888  out	./encoding/gob/encoder_test.go	/^	var out []int$/;"	v
 35889  out	./encoding/hex/hex_test.go	/^		var out bytes.Buffer$/;"	v
 35890  out	./encoding/json/example_test.go	/^	var out bytes.Buffer$/;"	v
 35891  out	./flag/flag.go	/^func (f *FlagSet) out() io.Writer {$/;"	f
 35892  out	./go/internal/gccgoimporter/importer.go	/^		var out []byte$/;"	v
 35893  out	./image/draw/draw.go	/^	var out color.RGBA64$/;"	v
 35894  out	./math/big/int_test.go	/^	var out []*Int$/;"	v
 35895  out	./math/big/nat_test.go	/^		var out nat$/;"	v
 35896  out	./math/big/rat_test.go	/^	var out []*Rat$/;"	v
 35897  out	./net/dial_test.go	/^		var out addrList$/;"	v
 35898  out	./net/http/cgi/matryoshka_test.go	/^	var out bytes.Buffer$/;"	v
 35899  out	./net/http/request_test.go	/^	var out bytes.Buffer$/;"	v
 35900  out	./net/ip_test.go	/^		var out = IP{1, 2, 3, 4}$/;"	v
 35901  out	./net/ip_test.go	/^		var out IP$/;"	v
 35902  out	./net/lookup_windows_test.go	/^	var out bytes.Buffer$/;"	v
 35903  out	./net/rpc/jsonrpc/all_test.go	/^	var out bytes.Buffer$/;"	v
 35904  out	./os/exec/example_test.go	/^	var out bytes.Buffer$/;"	v
 35905  out	./os/exec/exec_test.go	/^	var out bytes.Buffer$/;"	v
 35906  out	./reflect/all_test.go	/^		var out []int$/;"	v
 35907  out	./runtime/vlop_arm.s	/^out:$/;"	l
 35908  out1	./runtime/vlop_arm.s	/^out1:$/;"	l
 35909  outOfRangeSelector	./compress/bzip2/bzip2_test.go	/^var outOfRangeSelector = []byte{$/;"	v
 35910  outTest	./unicode/script_test.go	/^var outTest = []T{ \/\/ not really worth being thorough$/;"	v
 35911  outbuf	./runtime/crash_unix_test.go	/^	var outbuf bytes.Buffer$/;"	v
 35912  outc64	./encoding/gob/codec_test.go	/^	type outc64 struct {$/;"	t
 35913  outcomes	./mime/quotedprintable/reader_test.go	/^	var outcomes []string$/;"	v
 35914  outer	./cmd/compile/internal/gc/closure.go	/^	var outer *Node$/;"	v
 35915  outer	./cmd/link/internal/ld/ldmacho.go	/^	var outer *LSym$/;"	v
 35916  outer	./reflect/all_test.go	/^type outer struct {$/;"	t
 35917  outervalue	./cmd/compile/internal/gc/walk.go	/^func outervalue(n *Node) *Node {$/;"	f
 35918  outf32	./encoding/gob/codec_test.go	/^	type outf32 struct {$/;"	t
 35919  outfile	./cmd/compile/internal/gc/go.go	/^var outfile string$/;"	v
 35920  outfile	./cmd/internal/obj/objfile.go	/^var outfile string$/;"	v
 35921  outi16	./encoding/gob/codec_test.go	/^	type outi16 struct {$/;"	t
 35922  outi32	./encoding/gob/codec_test.go	/^	type outi32 struct {$/;"	t
 35923  outi8	./encoding/gob/codec_test.go	/^	type outi8 struct {$/;"	t
 35924  output	./cmd/pack/pack.go	/^func (ar *Archive) output(entry *Entry, w io.Writer) {$/;"	f
 35925  output	./cmd/pprof/internal/report/report.go	/^	var output float64$/;"	v
 35926  output	./cmd/yacc/yacc.go	/^func output() {$/;"	f
 35927  output	./crypto/tls/handshake_server_test.go	/^	var output bytes.Buffer$/;"	v
 35928  output	./crypto/x509/root_darwin_arm_gen.go	/^var output = flag.String("output", "root_darwin_armx.go", "file name to write")$/;"	v
 35929  output	./encoding/gob/decgen.go	/^var output = flag.String("output", "dec_helpers.go", "file name to write")$/;"	v
 35930  output	./encoding/gob/encgen.go	/^var output = flag.String("output", "enc_helpers.go", "file name to write")$/;"	v
 35931  output	./net/http/serve_test.go	/^		var output bytes.Buffer$/;"	v
 35932  output	./net/http/serve_test.go	/^	var output bytes.Buffer$/;"	v
 35933  output	./unicode/maketables.go	/^var output *bufio.Writer \/\/ points to os.Stdout or to "gofmt > outputFile"$/;"	v
 35934  outputBuf	./archive/tar/reader_test.go	/^	var outputBuf bytes.Buffer$/;"	v
 35935  outputFile	./unicode/maketables.go	/^var outputFile = flag.String("output",$/;"	v
 35936  outputLock	./cmd/dist/util.go	/^var outputLock sync.Mutex$/;"	v
 35937  outputPrefix	./go/doc/example.go	/^var outputPrefix = regexp.MustCompile(`(?i)^[[:space:]]*output:`)$/;"	v
 35938  outsideUTCRange	./encoding/asn1/marshal.go	/^func outsideUTCRange(t time.Time) bool {$/;"	f
 35939  outu16	./encoding/gob/codec_test.go	/^	type outu16 struct {$/;"	t
 35940  outu32	./encoding/gob/codec_test.go	/^	type outu32 struct {$/;"	t
 35941  outu8	./encoding/gob/codec_test.go	/^	type outu8 struct {$/;"	t
 35942  overflow	./cmd/compile/internal/gc/const.go	/^func overflow(v Val, t *Type) {$/;"	f
 35943  overflow	./encoding/binary/varint.go	/^var overflow = errors.New("binary: varint overflows a 64-bit integer")$/;"	v
 35944  overflow	./encoding/gob/decode.go	/^func overflow(name string) error {$/;"	f
 35945  overflow	./math/exp_amd64.s	/^overflow: \/\/ return +Inf$/;"	l
 35946  overflow	./runtime/hashmap.go	/^func (b *bmap) overflow(t *maptype) *bmap {$/;"	f
 35947  overflowError	./runtime/panic.go	/^var overflowError = error(errorString("integer overflow"))$/;"	v
 35948  overflowFloat32	./reflect/value.go	/^func overflowFloat32(x float64) bool {$/;"	f
 35949  overflowPad	./reflect/type.go	/^	var overflowPad uintptr$/;"	v
 35950  overflowTests	./fmt/scan_test.go	/^var overflowTests = []ScanTest{$/;"	v
 35951  overlap_cplx	./cmd/compile/internal/gc/cplx.go	/^func overlap_cplx(f *Node, t *Node) bool {$/;"	f
 35952  overlap_reg	./cmd/compile/internal/gc/reg.go	/^func overlap_reg(o1 int64, w1 int, o2 int64, w2 int) bool {$/;"	f
 35953  overlapped	./runtime/defs_windows_386.go	/^type overlapped struct {$/;"	t
 35954  overlapped	./runtime/defs_windows_amd64.go	/^type overlapped struct {$/;"	t
 35955  overlappedEntry	./runtime/netpoll_windows.go	/^type overlappedEntry struct {$/;"	t
 35956  p	./go/types/hilbert_test.go	/^func (g *gen) p(format string, args ...interface{}) {$/;"	f
 35957  p	./go/types/issues_test.go	/^	const want = `L3 defs func p._()$/;"	f
 35958  p0	./cmd/link/internal/ld/go.go	/^	var p0, p1 int$/;"	v
 35959  p0R2	./math/j0.go	/^var p0R2 = [6]float64{$/;"	v
 35960  p0R3	./math/j0.go	/^var p0R3 = [6]float64{$/;"	v
 35961  p0R5	./math/j0.go	/^var p0R5 = [6]float64{$/;"	v
 35962  p0R8	./math/j0.go	/^var p0R8 = [6]float64{$/;"	v
 35963  p0S2	./math/j0.go	/^var p0S2 = [5]float64{$/;"	v
 35964  p0S3	./math/j0.go	/^var p0S3 = [5]float64{$/;"	v
 35965  p0S5	./math/j0.go	/^var p0S5 = [5]float64{$/;"	v
 35966  p0S8	./math/j0.go	/^var p0S8 = [5]float64{$/;"	v
 35967  p1	./cmd/compile/internal/amd64/ggen.go	/^	var p1 *obj.Prog$/;"	v
 35968  p1	./cmd/compile/internal/amd64/peep.go	/^	var p1 *obj.Prog$/;"	v
 35969  p1	./cmd/compile/internal/arm/cgen64.go	/^			var p1 *obj.Prog$/;"	v
 35970  p1	./cmd/compile/internal/arm/cgen64.go	/^		var p1 *obj.Prog$/;"	v
 35971  p1	./cmd/compile/internal/arm/ggen.go	/^		var p1 *obj.Prog$/;"	v
 35972  p1	./cmd/compile/internal/arm/ggen.go	/^	var p1 *obj.Prog$/;"	v
 35973  p1	./cmd/compile/internal/arm/peep.go	/^		var p1 *obj.Prog$/;"	v
 35974  p1	./cmd/compile/internal/arm/peep.go	/^	var p1 *obj.Prog$/;"	v
 35975  p1	./cmd/compile/internal/arm64/ggen.go	/^	var p1 *obj.Prog$/;"	v
 35976  p1	./cmd/compile/internal/arm64/peep.go	/^	var p1 *obj.Prog$/;"	v
 35977  p1	./cmd/compile/internal/gc/cgen.go	/^					var p1 *obj.Prog$/;"	v
 35978  p1	./cmd/compile/internal/ppc64/ggen.go	/^	var p1 *obj.Prog$/;"	v
 35979  p1	./cmd/compile/internal/ppc64/peep.go	/^	var p1 *obj.Prog$/;"	v
 35980  p1	./cmd/compile/internal/x86/cgen64.go	/^		var p1 *obj.Prog$/;"	v
 35981  p1	./cmd/compile/internal/x86/ggen.go	/^		var p1 *obj.Prog$/;"	v
 35982  p1	./cmd/compile/internal/x86/ggen.go	/^	var p1 *obj.Prog$/;"	v
 35983  p1	./cmd/compile/internal/x86/peep.go	/^	var p1 *obj.Prog$/;"	v
 35984  p1	./cmd/internal/obj/arm/obj5.go	/^	var p1 *obj.Prog$/;"	v
 35985  p1	./cmd/internal/obj/ppc64/obj9.go	/^	var p1 *obj.Prog$/;"	v
 35986  p1R2	./math/j1.go	/^var p1R2 = [6]float64{$/;"	v
 35987  p1R3	./math/j1.go	/^var p1R3 = [6]float64{$/;"	v
 35988  p1R5	./math/j1.go	/^var p1R5 = [6]float64{$/;"	v
 35989  p1R8	./math/j1.go	/^var p1R8 = [6]float64{$/;"	v
 35990  p1S2	./math/j1.go	/^var p1S2 = [5]float64{$/;"	v
 35991  p1S3	./math/j1.go	/^var p1S3 = [5]float64{$/;"	v
 35992  p1S5	./math/j1.go	/^var p1S5 = [5]float64{$/;"	v
 35993  p1S8	./math/j1.go	/^var p1S8 = [5]float64{$/;"	v
 35994  p2	./cmd/compile/internal/amd64/ggen.go	/^	var p2 *obj.Prog$/;"	v
 35995  p2	./cmd/compile/internal/arm/cgen64.go	/^		var p2 *obj.Prog$/;"	v
 35996  p2	./cmd/compile/internal/arm/ggen.go	/^		var p2 *obj.Prog$/;"	v
 35997  p2	./cmd/compile/internal/arm64/ggen.go	/^	var p2 *obj.Prog$/;"	v
 35998  p2	./cmd/compile/internal/gc/cgen.go	/^			var p2 *obj.Prog \/\/ to be patched to panicindex.$/;"	v
 35999  p2	./cmd/compile/internal/gc/gen.go	/^		var p2 *obj.Prog$/;"	v
 36000  p2	./cmd/compile/internal/ppc64/ggen.go	/^	var p2 *obj.Prog$/;"	v
 36001  p2	./cmd/compile/internal/x86/ggen.go	/^	var p2 *obj.Prog$/;"	v
 36002  p2	./cmd/internal/obj/arm/obj5.go	/^	var p2 *obj.Prog$/;"	v
 36003  p2	./cmd/internal/obj/ppc64/obj9.go	/^	var p2 *obj.Prog$/;"	v
 36004  p224	./crypto/elliptic/p224.go	/^var p224 p224Curve$/;"	v
 36005  p224Add	./crypto/elliptic/p224.go	/^func p224Add(out, a, b *p224FieldElement) {$/;"	f
 36006  p224AddJacobian	./crypto/elliptic/p224.go	/^func p224AddJacobian(x3, y3, z3, x1, y1, z1, x2, y2, z2 *p224FieldElement) {$/;"	f
 36007  p224AlternativeToBig	./crypto/elliptic/p224_test.go	/^func p224AlternativeToBig(in *p224FieldElement) *big.Int {$/;"	f
 36008  p224BaseMultTests	./crypto/elliptic/elliptic_test.go	/^var p224BaseMultTests = []baseMultTest{$/;"	v
 36009  p224Contract	./crypto/elliptic/p224.go	/^func p224Contract(out, in *p224FieldElement) {$/;"	f
 36010  p224CopyConditional	./crypto/elliptic/p224.go	/^func p224CopyConditional(out, in *p224FieldElement, control uint32) {$/;"	f
 36011  p224Curve	./crypto/elliptic/p224.go	/^type p224Curve struct {$/;"	t
 36012  p224DoubleJacobian	./crypto/elliptic/p224.go	/^func p224DoubleJacobian(x3, y3, z3, x1, y1, z1 *p224FieldElement) {$/;"	f
 36013  p224FieldElement	./crypto/elliptic/p224.go	/^type p224FieldElement [8]uint32$/;"	t
 36014  p224FromBig	./crypto/elliptic/p224.go	/^func p224FromBig(out *p224FieldElement, in *big.Int) {$/;"	f
 36015  p224Invert	./crypto/elliptic/p224.go	/^func p224Invert(out, in *p224FieldElement) {$/;"	f
 36016  p224IsZero	./crypto/elliptic/p224.go	/^func p224IsZero(a *p224FieldElement) uint32 {$/;"	f
 36017  p224LargeFieldElement	./crypto/elliptic/p224.go	/^type p224LargeFieldElement [15]uint64$/;"	t
 36018  p224Mul	./crypto/elliptic/p224.go	/^func p224Mul(out, a, b *p224FieldElement, tmp *p224LargeFieldElement) {$/;"	f
 36019  p224P	./crypto/elliptic/p224.go	/^var p224P = [8]uint32{1, 0, 0, 0xffff000, 0xfffffff, 0xfffffff, 0xfffffff, 0xfffffff}$/;"	v
 36020  p224Reduce	./crypto/elliptic/p224.go	/^func p224Reduce(a *p224FieldElement) {$/;"	f
 36021  p224ReduceLarge	./crypto/elliptic/p224.go	/^func p224ReduceLarge(out *p224FieldElement, in *p224LargeFieldElement) {$/;"	f
 36022  p224ScalarMult	./crypto/elliptic/p224.go	/^func p224ScalarMult(outX, outY, outZ, inX, inY, inZ *p224FieldElement, scalar []byte) {$/;"	f
 36023  p224Square	./crypto/elliptic/p224.go	/^func p224Square(out, a *p224FieldElement, tmp *p224LargeFieldElement) {$/;"	f
 36024  p224Sub	./crypto/elliptic/p224.go	/^func p224Sub(out, a, b *p224FieldElement) {$/;"	f
 36025  p224ToAffine	./crypto/elliptic/p224.go	/^func p224ToAffine(x, y, z *p224FieldElement) (*big.Int, *big.Int) {$/;"	f
 36026  p224ToBig	./crypto/elliptic/p224.go	/^func p224ToBig(in *p224FieldElement) *big.Int {$/;"	f
 36027  p224ZeroModP31	./crypto/elliptic/p224.go	/^var p224ZeroModP31 = []uint32{two31p3, two31m3, two31m3, two31m15m3, two31m3, two31m3, two31m3, two31m3}$/;"	v
 36028  p224ZeroModP63	./crypto/elliptic/p224.go	/^var p224ZeroModP63 = [8]uint64{two63p35, two63m35, two63m35, two63m35, two63m35m19, two63m35, two63m35, two63m35}$/;"	v
 36029  p256Assign	./crypto/elliptic/p256.go	/^func p256Assign(out, in *[p256Limbs]uint32) {$/;"	f
 36030  p256CopyConditional	./crypto/elliptic/p256.go	/^func p256CopyConditional(out, in *[p256Limbs]uint32, mask uint32) {$/;"	f
 36031  p256Curve	./crypto/elliptic/p256.go	/^type p256Curve struct {$/;"	t
 36032  p256Diff	./crypto/elliptic/p256.go	/^func p256Diff(out, in, in2 *[p256Limbs]uint32) {$/;"	f
 36033  p256FromBig	./crypto/elliptic/p256.go	/^func p256FromBig(out *[p256Limbs]uint32, in *big.Int) {$/;"	f
 36034  p256GetBit	./crypto/elliptic/p256.go	/^func p256GetBit(scalar *[32]uint8, bit uint) uint32 {$/;"	f
 36035  p256GetScalar	./crypto/elliptic/p256.go	/^func p256GetScalar(out *[32]byte, in []byte) {$/;"	f
 36036  p256Invert	./crypto/elliptic/p256.go	/^func p256Invert(out, in *[p256Limbs]uint32) {$/;"	f
 36037  p256Mul	./crypto/elliptic/p256.go	/^func p256Mul(out, in, in2 *[p256Limbs]uint32) {$/;"	f
 36038  p256PointAdd	./crypto/elliptic/p256.go	/^func p256PointAdd(xOut, yOut, zOut, x1, y1, z1, x2, y2, z2 *[p256Limbs]uint32) {$/;"	f
 36039  p256PointAddMixed	./crypto/elliptic/p256.go	/^func p256PointAddMixed(xOut, yOut, zOut, x1, y1, z1, x2, y2 *[p256Limbs]uint32) {$/;"	f
 36040  p256PointDouble	./crypto/elliptic/p256.go	/^func p256PointDouble(xOut, yOut, zOut, x, y, z *[p256Limbs]uint32) {$/;"	f
 36041  p256PointToAffine	./crypto/elliptic/p256.go	/^func p256PointToAffine(xOut, yOut, x, y, z *[p256Limbs]uint32) {$/;"	f
 36042  p256Precomputed	./crypto/elliptic/p256.go	/^var p256Precomputed = [p256Limbs * 2 * 15 * 2]uint32{$/;"	v
 36043  p256ReduceCarry	./crypto/elliptic/p256.go	/^func p256ReduceCarry(inout *[p256Limbs]uint32, carry uint32) {$/;"	f
 36044  p256ReduceDegree	./crypto/elliptic/p256.go	/^func p256ReduceDegree(out *[p256Limbs]uint32, tmp [17]uint64) {$/;"	f
 36045  p256Scalar3	./crypto/elliptic/p256.go	/^func p256Scalar3(out *[p256Limbs]uint32) {$/;"	f
 36046  p256Scalar4	./crypto/elliptic/p256.go	/^func p256Scalar4(out *[p256Limbs]uint32) {$/;"	f
 36047  p256Scalar8	./crypto/elliptic/p256.go	/^func p256Scalar8(out *[p256Limbs]uint32) {$/;"	f
 36048  p256ScalarBaseMult	./crypto/elliptic/p256.go	/^func p256ScalarBaseMult(xOut, yOut, zOut *[p256Limbs]uint32, scalar *[32]uint8) {$/;"	f
 36049  p256ScalarMult	./crypto/elliptic/p256.go	/^func p256ScalarMult(xOut, yOut, zOut, x, y *[p256Limbs]uint32, scalar *[32]uint8) {$/;"	f
 36050  p256SelectAffinePoint	./crypto/elliptic/p256.go	/^func p256SelectAffinePoint(xOut, yOut *[p256Limbs]uint32, table []uint32, index uint32) {$/;"	f
 36051  p256SelectJacobianPoint	./crypto/elliptic/p256.go	/^func p256SelectJacobianPoint(xOut, yOut, zOut *[p256Limbs]uint32, table *[16][3][p256Limbs]uint32, index uint32) {$/;"	f
 36052  p256Square	./crypto/elliptic/p256.go	/^func p256Square(out, in *[p256Limbs]uint32) {$/;"	f
 36053  p256Sum	./crypto/elliptic/p256.go	/^func p256Sum(out, in, in2 *[p256Limbs]uint32) {$/;"	f
 36054  p256ToAffine	./crypto/elliptic/p256.go	/^func p256ToAffine(x, y, z *[p256Limbs]uint32) (xOut, yOut *big.Int) {$/;"	f
 36055  p256ToBig	./crypto/elliptic/p256.go	/^func p256ToBig(in *[p256Limbs]uint32) *big.Int {$/;"	f
 36056  p256Zero31	./crypto/elliptic/p256.go	/^var p256Zero31 = [p256Limbs]uint32{two31m3, two30m2, two31m2, two30p13m2, two31m2, two30m2, two31p24m2, two30m27m2, two31m2}$/;"	v
 36057  p3	./cmd/compile/internal/arm/cgen64.go	/^		var p3 *obj.Prog$/;"	v
 36058  p384	./crypto/elliptic/elliptic.go	/^var p384 *CurveParams$/;"	v
 36059  p4	./cmd/compile/internal/arm/cgen64.go	/^		var p4 *obj.Prog$/;"	v
 36060  p5	./cmd/compile/internal/arm/cgen64.go	/^		var p5 *obj.Prog$/;"	v
 36061  p521	./crypto/elliptic/elliptic.go	/^var p521 *CurveParams$/;"	v
 36062  p6	./cmd/compile/internal/arm/cgen64.go	/^		var p6 *obj.Prog$/;"	v
 36063  pHash	./crypto/tls/prf.go	/^func pHash(result, secret, seed []byte, hash func() hash.Hash) {$/;"	f
 36064  pIsNoninfiniteMask	./crypto/elliptic/p256.go	/^	var pIsNoninfiniteMask, mask, tableOffset uint32$/;"	v
 36065  pValue	./fmt/fmt_test.go	/^var pValue P$/;"	v
 36066  p_data	./crypto/md5/md5block_arm.s	/^#define p_data	data-8(SP)	\/\/ current data pointer$/;"	d
 36067  p_data	./crypto/sha1/sha1block_arm.s	/^#define p_data	data-8(SP)	\/\/ current data pointer (unused?)$/;"	d
 36068  p_end	./crypto/md5/md5block_arm.s	/^#define p_end	end-4(SP)	\/\/ pointer to the end of data$/;"	d
 36069  p_end	./crypto/sha1/sha1block_arm.s	/^#define p_end	end-4(SP)		\/\/ pointer to the end of data$/;"	d
 36070  pack	./syscall/srpc_nacl.go	/^func (m *msg) pack() error {$/;"	f
 36071  packDomainName	./net/dnsmsg.go	/^func packDomainName(s string, msg []byte, off int) (off1 int, ok bool) {$/;"	f
 36072  packEface	./reflect/value.go	/^func packEface(v Value) interface{} {$/;"	f
 36073  packRR	./net/dnsmsg.go	/^func packRR(rr dnsRR, msg []byte, off int) (off2 int, ok bool) {$/;"	f
 36074  packStruct	./net/dnsmsg.go	/^func packStruct(any dnsStruct, msg []byte, off int) (off1 int, ok bool) {$/;"	f
 36075  packUint32	./runtime/print1_write_android.go	/^func packUint32(b []byte, v uint32) {$/;"	f
 36076  package	./cmd/compile/internal/gc/go.y	/^package:$/;"	l
 36077  packageCache	./cmd/go/pkg.go	/^var packageCache = map[string]*Package{}$/;"	v
 36078  packageClause	./cmd/doc/pkg.go	/^func (pkg *Package) packageClause(checkUserPath bool) {$/;"	f
 36079  packageDoc	./cmd/doc/pkg.go	/^func (pkg *Package) packageDoc() {$/;"	f
 36080  packageList	./cmd/go/pkg.go	/^func packageList(roots []*Package) []*Package {$/;"	f
 36081  packageName	./syscall/mksyscall_windows.go	/^var packageName string$/;"	v
 36082  packageObjects	./go/types/resolver.go	/^func (check *Checker) packageObjects(objList []Object) {$/;"	f
 36083  packagename	./syscall/mksyscall_windows.go	/^func packagename() string {$/;"	f
 36084  packages	./cmd/go/pkg.go	/^func packages(args []string) []*Package {$/;"	f
 36085  packagesAndErrors	./cmd/go/pkg.go	/^func packagesAndErrors(args []string) []*Package {$/;"	f
 36086  packagesForBuild	./cmd/go/pkg.go	/^func packagesForBuild(args []string) []*Package {$/;"	f
 36087  packedAttribute	./cmd/cgo/out.go	/^func (p *Package) packedAttribute() string {$/;"	f
 36088  packetConnFile	./net/file_test.go	/^type packetConnFile interface {$/;"	t
 36089  packetConnTestData	./net/packetconn_test.go	/^func packetConnTestData(t *testing.T, network string) ([]byte, func()) {$/;"	f
 36090  packetConnTests	./net/packetconn_test.go	/^var packetConnTests = []struct {$/;"	v
 36091  packetListener	./net/mockserver_test.go	/^type packetListener struct {$/;"	t
 36092  packetTransceiver	./net/mockserver_test.go	/^func packetTransceiver(c PacketConn, wb []byte, dst Addr, ch chan<- error) {$/;"	f
 36093  packetTransponder	./net/mockserver_test.go	/^func packetTransponder(c PacketConn, ch chan<- error) {$/;"	f
 36094  packname	./cmd/compile/internal/gc/go.y	/^packname:$/;"	l
 36095  pad	./cmd/cgo/gcc.go	/^func (c *typeConv) pad(fld []*ast.Field, sizes []int64, size int64) ([]*ast.Field, []int64) {$/;"	f
 36096  pad	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func pad(enc []byte) []byte {$/;"	f
 36097  pad	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func pad(enc []byte) []byte {$/;"	f
 36098  pad	./fmt/format.go	/^func (f *fmt) pad(b []byte) {$/;"	f
 36099  pad	./net/http/fcgi/fcgi.go	/^var pad [maxPad]byte$/;"	v
 36100  pad	./regexp/regexp.go	/^func (re *Regexp) pad(a []int) []int {$/;"	f
 36101  pad	./runtime/proc_test.go	/^	var pad [128]uint64$/;"	v
 36102  padDead	./runtime/gcinfo_test.go	/^func padDead(mask []byte) []byte {$/;"	f
 36103  padSpaceBytes	./fmt/format.go	/^var padSpaceBytes = make([]byte, nByte)$/;"	v
 36104  padString	./fmt/format.go	/^func (f *fmt) padString(s string) {$/;"	f
 36105  padToBlockSize	./crypto/tls/conn.go	/^func padToBlockSize(payload []byte, blockSize int) (prefix, finalBlock []byte) {$/;"	f
 36106  padZeroBytes	./fmt/format.go	/^var padZeroBytes = make([]byte, nByte)$/;"	v
 36107  padded	./reflect/all_test.go	/^	type padded struct {$/;"	t
 36108  padding	./cmd/compile/internal/big/ftoa.go	/^	var padding int$/;"	v
 36109  padding	./math/big/ftoa.go	/^	var padding int$/;"	v
 36110  paddingTests	./crypto/tls/conn_test.go	/^var paddingTests = []struct {$/;"	v
 36111  paeth	./image/png/paeth.go	/^func paeth(a, b, c uint8) uint8 {$/;"	f
 36112  pageID	./runtime/malloc.go	/^type pageID uintptr$/;"	t
 36113  pagesToSweep	./runtime/mgc.go	/^	var pagesToSweep uintptr$/;"	v
 36114  paint1	./cmd/compile/internal/gc/reg.go	/^func paint1(f *Flow, bn int) {$/;"	f
 36115  paint2	./cmd/compile/internal/gc/reg.go	/^func paint2(f *Flow, bn int, depth int) uint64 {$/;"	f
 36116  paint3	./cmd/compile/internal/gc/reg.go	/^func paint3(f *Flow, bn int, rb uint64, rn int) {$/;"	f
 36117  pair	./html/template/doc.go	/^  <script>var pair = {"A": "foo", "B": "bar"};<\/script>$/;"	v
 36118  pair	./html/template/doc.go	/^  <script>var pair = {{.}};<\/script>$/;"	v
 36119  pair	./reflect/all_test.go	/^type pair struct {$/;"	t
 36120  pairedParensPrefixLen	./go/doc/comment.go	/^func pairedParensPrefixLen(s string) int {$/;"	f
 36121  pairedParensPrefixLenTests	./go/doc/comment_test.go	/^var pairedParensPrefixLenTests = []struct {$/;"	v
 36122  pairs	./encoding/ascii85/ascii85_test.go	/^var pairs = []testpair{$/;"	v
 36123  pairs	./encoding/base32/base32_test.go	/^var pairs = []testpair{$/;"	v
 36124  pairs	./encoding/base64/base64_test.go	/^var pairs = []testpair{$/;"	v
 36125  pairs	./go/types/predicates.go	/^\/\/ An ifacePair is a node in a stack of interface type pairs compared for identity.$/;"	t
 36126  pal	./image/png/writer.go	/^	var pal color.Palette$/;"	v
 36127  palette	./image/draw/bench_test.go	/^var palette = color.Palette{$/;"	v
 36128  paletted	./image/png/reader_test.go	/^	var paletted *image.Paletted$/;"	v
 36129  palettesEqual	./image/gif/writer_test.go	/^func palettesEqual(p, q color.Palette) bool {$/;"	f
 36130  pallValue	./encoding/json/decode_test.go	/^var pallValue = All{$/;"	v
 36131  pallValueCompact	./encoding/json/decode_test.go	/^var pallValueCompact = strings.Map(noSpace, pallValueIndent)$/;"	v
 36132  pallValueIndent	./encoding/json/decode_test.go	/^var pallValueIndent = `{$/;"	v
 36133  panic	./builtin/builtin.go	/^func panic(v interface{})$/;"	f
 36134  panic	./cmd/vet/testdata/deadcode.go	/^	var panic = func(int) {}$/;"	v
 36135  panic64	./sync/atomic/doc.go	/^func panic64() {$/;"	f
 36136  panicHandler	./go/constant/value_test.go	/^func panicHandler(v *Value) {$/;"	f
 36137  panicOnError	./cmd/asm/internal/asm/parse.go	/^var panicOnError bool$/;"	v
 36138  panicOnSeek	./net/http/fs_test.go	/^type panicOnSeek struct{ io.ReadSeeker }$/;"	t
 36139  panicStr	./cmd/compile/internal/big/natconv_test.go	/^	var panicStr string$/;"	v
 36140  panicStr	./math/big/natconv_test.go	/^	var panicStr string$/;"	v
 36141  panicWriter	./text/tabwriter/tabwriter_test.go	/^type panicWriter struct{}$/;"	t
 36142  panicdiv	./cmd/compile/internal/amd64/ggen.go	/^var panicdiv *gc.Node$/;"	v
 36143  panicdiv	./cmd/compile/internal/arm64/ggen.go	/^var panicdiv *gc.Node$/;"	v
 36144  panicdiv	./cmd/compile/internal/ppc64/ggen.go	/^var panicdiv *gc.Node$/;"	v
 36145  panicdiv	./cmd/compile/internal/x86/ggen.go	/^var panicdiv *gc.Node$/;"	v
 36146  panicdivide	./cmd/compile/internal/gc/builtin/runtime.go	/^func panicdivide()$/;"	f
 36147  panicdivide	./runtime/panic.go	/^func panicdivide() {$/;"	f
 36148  panicdottype	./cmd/compile/internal/gc/builtin/runtime.go	/^func panicdottype(have, want, iface *byte)$/;"	f
 36149  panicdottype	./runtime/iface.go	/^func panicdottype(have, want, iface *_type) {$/;"	f
 36150  panicfloat	./runtime/panic.go	/^func panicfloat() {$/;"	f
 36151  panicindex	./cmd/compile/internal/gc/builtin/runtime.go	/^func panicindex()$/;"	f
 36152  panicindex	./runtime/panic.go	/^func panicindex() {$/;"	f
 36153  paniclk	./runtime/panic1.go	/^var paniclk mutex$/;"	v
 36154  panicmem	./runtime/cgo/signal_darwin_armx.go	/^func panicmem()$/;"	f
 36155  panicmem	./runtime/panic.go	/^func panicmem() {$/;"	f
 36156  panicoverflow	./runtime/panic.go	/^func panicoverflow() {$/;"	f
 36157  panics	./reflect/all_test.go	/^	\/\/ check that invalid key type panics$/;"	t
 36158  panics	./sync/atomic/value.go	/^\/\/ Store of an inconsistent type panics, as does Store(nil).$/;"	t
 36159  panicslice	./cmd/compile/internal/gc/builtin/runtime.go	/^func panicslice()$/;"	f
 36160  panicslice	./cmd/compile/internal/gc/go.go	/^var panicslice *Node$/;"	v
 36161  panicslice	./runtime/panic.go	/^func panicslice() {$/;"	f
 36162  panictests	./fmt/fmt_test.go	/^var panictests = []struct {$/;"	v
 36163  panicwrap	./cmd/compile/internal/gc/builtin/runtime.go	/^func panicwrap(string, string, string)$/;"	f
 36164  panicwrap	./runtime/error.go	/^func panicwrap(pkg, typ, meth string) {$/;"	f
 36165  parLineBeg	./go/printer/nodes.go	/^			var parLineBeg int$/;"	v
 36166  parLineEnd	./go/printer/nodes.go	/^			var parLineEnd = p.lineFor(par.Type.End())$/;"	v
 36167  parallel	./cmd/go/go_test.go	/^func (tg *testgoData) parallel() {$/;"	f
 36168  parallelReader	./sync/rwmutex_test.go	/^func parallelReader(m *RWMutex, clocked, cunlock, cdone chan bool) {$/;"	f
 36169  param	./cmd/compile/internal/gc/gen.go	/^		\/\/ if func param, need separate temporary$/;"	f
 36170  param	./cmd/compile/internal/gc/syntax.go	/^	\/\/ ONAME func param with PHEAP$/;"	f
 36171  paramBytes	./crypto/x509/x509.go	/^		var paramBytes []byte$/;"	v
 36172  parameterized	./cmd/internal/obj/pcln.go	/^\/\/ returned by valfunc parameterized by arg. The invocation of valfunc to update the$/;"	f
 36173  parameterized	./cmd/link/internal/ld/pcln.go	/^\/\/ returned by valfunc parameterized by arg. The invocation of valfunc to update the$/;"	f
 36174  parameters	./go/printer/nodes.go	/^func (p *printer) parameters(fields *ast.FieldList) {$/;"	f
 36175  paramoutheap	./cmd/compile/internal/gc/walk.go	/^func paramoutheap(fn *Node) bool {$/;"	f
 36176  params	./cmd/cgo/out.go	/^		\/\/ We know the type params are correct, because$/;"	t
 36177  params	./cmd/cgo/out.go	/^		\/\/ the Go equivalents had good type params.$/;"	t
 36178  params	./go/parser/parser.go	/^	var params []*ast.Field$/;"	v
 36179  params	./go/printer/testdata/parser.go	/^	var params []*ast.Field$/;"	v
 36180  params	./go/types/builtins.go	/^		var params []Type$/;"	v
 36181  params	./go/types/call.go	/^		var params []*Var$/;"	v
 36182  params	./go/types/selection.go	/^		var params []*Var$/;"	v
 36183  params	./net/rpc/jsonrpc/server.go	/^	var params [1]interface{}$/;"	v
 36184  paramstoheap	./cmd/compile/internal/gc/walk.go	/^func paramstoheap(argin **Type, out int) *NodeList {$/;"	f
 36185  parenExpr	./cmd/api/testdata/src/pkg/p1/p1.go	/^var parenExpr = (1 + 5)$/;"	v
 36186  parens	./go/types/typestring.go	/^		var parens bool$/;"	v
 36187  parent	./syscall/exec_unix_test.go	/^func parent() (pid, pgrp int) {$/;"	f
 36188  parentStack	./encoding/xml/marshal.go	/^type parentStack struct {$/;"	t
 36189  parfor	./runtime/parfor.go	/^type parfor struct {$/;"	t
 36190  parforalloc	./runtime/parfor.go	/^func parforalloc(nthrmax uint32) *parfor {$/;"	f
 36191  parfordo	./runtime/parfor.go	/^func parfordo(desc *parfor) {$/;"	f
 36192  parforsetup	./runtime/parfor.go	/^func parforsetup(desc *parfor, nthr, n uint32, wait bool, body func(*parfor, uint32)) {$/;"	f
 36193  parforthread	./runtime/parfor.go	/^type parforthread struct {$/;"	t
 36194  park_m	./runtime/proc1.go	/^func park_m(gp *g) {$/;"	f
 36195  parkunlock_c	./runtime/proc1.go	/^func parkunlock_c(gp *g, lock unsafe.Pointer) bool {$/;"	f
 36196  parse	./cmd/cgo/ast.go	/^func parse(name string, flags parser.Mode) *ast.File {$/;"	f
 36197  parse	./cmd/pprof/internal/profile/legacy_profile.go	/^	var parse func([]byte) (uint64, []byte)$/;"	v
 36198  parse	./debug/gosym/pclntab.go	/^func (t *LineTable) parse(targetPC uint64, targetLine int) (b []byte, pc uint64, line int) {$/;"	f
 36199  parse	./debug/gosym/pclntab_test.go	/^func parse(file string, f *elf.File, t *testing.T) (*elf.File, *Table) {$/;"	f
 36200  parse	./net/url/url.go	/^func parse(rawurl string, viaRequest bool) (url *URL, err error) {$/;"	f
 36201  parse	./text/template/parse/parse.go	/^func (t *Tree) parse(treeSet map[string]*Tree) (next Node) {$/;"	f
 36202  parse	./time/format.go	/^func parse(layout, value string, defaultLocation, local *Location) (Time, error) {$/;"	f
 36203  parseARMCondition	./cmd/asm/internal/arch/arm.go	/^func parseARMCondition(cond string, ls, scond map[string]uint8) (uint8, bool) {$/;"	f
 36204  parseAbbrev	./debug/dwarf/entry.go	/^func (d *Data) parseAbbrev(off uint32, vers int) (abbrevTable, error) {$/;"	f
 36205  parseAcceptError	./net/error_test.go	/^func parseAcceptError(nestedErr error) error {$/;"	f
 36206  parseAdditionalSections	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseAdditionalSections(l string, b *bytes.Buffer, p *Profile) (err error) {$/;"	f
 36207  parseAddress	./net/mail/message.go	/^func (p *addrParser) parseAddress() (addr *Address, err error) {$/;"	f
 36208  parseAddressList	./net/mail/message.go	/^func (p *addrParser) parseAddressList() ([]*Address, error) {$/;"	f
 36209  parseArchive	./cmd/internal/goobj/read.go	/^func (r *objReader) parseArchive() error {$/;"	f
 36210  parseArgNumber	./fmt/print.go	/^func parseArgNumber(format string) (index int, wid int, ok bool) {$/;"	f
 36211  parseArgs	./cmd/doc/main.go	/^func parseArgs(args []string) (*build.Package, string, string) {$/;"	f
 36212  parseArrayOrSliceType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseArrayOrSliceType(pkg *types.Package) types.Type {$/;"	f
 36213  parseArrayType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseArrayType() types.Type {$/;"	f
 36214  parseArrayType	./go/parser/parser.go	/^func (p *parser) parseArrayType() ast.Expr {$/;"	f
 36215  parseArrayType	./go/printer/testdata/parser.go	/^func (p *parser) parseArrayType(ellipsisOk bool) ast.Expr {$/;"	f
 36216  parseAuthority	./net/url/url.go	/^func parseAuthority(authority string) (user *Userinfo, host string, err error) {$/;"	f
 36217  parseBase128Int	./encoding/asn1/asn1.go	/^func parseBase128Int(bytes []byte, initOffset int) (ret, offset int, err error) {$/;"	f
 36218  parseBasicAuth	./net/http/request.go	/^func parseBasicAuth(auth string) (username, password string, ok bool) {$/;"	f
 36219  parseBasicAuthTests	./net/http/request_test.go	/^var parseBasicAuthTests = []struct {$/;"	v
 36220  parseBasicType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseBasicType() types.Type {$/;"	f
 36221  parseBigInt	./encoding/asn1/asn1.go	/^func parseBigInt(bytes []byte) *big.Int {$/;"	f
 36222  parseBinaryExpr	./go/parser/parser.go	/^func (p *parser) parseBinaryExpr(lhs bool, prec1 int) ast.Expr {$/;"	f
 36223  parseBinaryExpr	./go/printer/testdata/parser.go	/^func (p *parser) parseBinaryExpr(lhs bool, prec1 int) ast.Expr {$/;"	f
 36224  parseBitString	./encoding/asn1/asn1.go	/^func parseBitString(bytes []byte) (ret BitString, err error) {$/;"	f
 36225  parseBlockStmt	./go/parser/parser.go	/^func (p *parser) parseBlockStmt() *ast.BlockStmt {$/;"	f
 36226  parseBlockStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseBlockStmt() *ast.BlockStmt {$/;"	f
 36227  parseBody	./go/parser/parser.go	/^func (p *parser) parseBody(scope *ast.Scope) *ast.BlockStmt {$/;"	f
 36228  parseBody	./go/printer/testdata/parser.go	/^func (p *parser) parseBody(scope *ast.Scope) *ast.BlockStmt {$/;"	f
 36229  parseBool	./cmd/pprof/internal/driver/interactive.go	/^func parseBool(v string) (bool, error) {$/;"	f
 36230  parseBool	./encoding/asn1/asn1.go	/^func parseBool(bytes []byte) (ret bool, err error) {$/;"	f
 36231  parseBranchStmt	./go/parser/parser.go	/^func (p *parser) parseBranchStmt(tok token.Token) *ast.BranchStmt {$/;"	f
 36232  parseBranchStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseBranchStmt(tok token.Token) *ast.BranchStmt {$/;"	f
 36233  parseCIDRTests	./net/ip_test.go	/^var parseCIDRTests = []struct {$/;"	v
 36234  parseCPU	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseCPU(b []byte) (*Profile, error) {$/;"	f
 36235  parseCPUSamples	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseCPUSamples(b []byte, parse func(b []byte) (uint64, []byte), adjust bool, p *Profile) ([]byte, map[uint64]*Location, error) {$/;"	f
 36236  parseCallExpr	./go/parser/parser.go	/^func (p *parser) parseCallExpr(callType string) *ast.CallExpr {$/;"	f
 36237  parseCallExpr	./go/printer/testdata/parser.go	/^func (p *parser) parseCallExpr() *ast.CallExpr {$/;"	f
 36238  parseCallOrConversion	./go/parser/parser.go	/^func (p *parser) parseCallOrConversion(fun ast.Expr) *ast.CallExpr {$/;"	f
 36239  parseCallOrConversion	./go/printer/testdata/parser.go	/^func (p *parser) parseCallOrConversion(fun ast.Expr) *ast.CallExpr {$/;"	f
 36240  parseCaseClause	./go/parser/parser.go	/^func (p *parser) parseCaseClause(typeSwitch bool) *ast.CaseClause {$/;"	f
 36241  parseCaseClause	./go/printer/testdata/parser.go	/^func (p *parser) parseCaseClause(exprSwitch bool) *ast.CaseClause {$/;"	f
 36242  parseCategory	./unicode/maketables.go	/^func parseCategory(line string) (state State) {$/;"	f
 36243  parseCertificate	./crypto/x509/x509.go	/^func parseCertificate(in *certificate) (*Certificate, error) {$/;"	f
 36244  parseCertificateRequest	./crypto/x509/x509.go	/^func parseCertificateRequest(in *certificateRequest) (*CertificateRequest, error) {$/;"	f
 36245  parseChanType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseChanType(pkg *types.Package) types.Type {$/;"	f
 36246  parseChanType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseChanType() types.Type {$/;"	f
 36247  parseChanType	./go/parser/parser.go	/^func (p *parser) parseChanType() *ast.ChanType {$/;"	f
 36248  parseChanType	./go/printer/testdata/parser.go	/^func (p *parser) parseChanType() *ast.ChanType {$/;"	f
 36249  parseChunk	./image/png/reader.go	/^func (d *decoder) parseChunk() error {$/;"	f
 36250  parseClass	./regexp/syntax/parse.go	/^func (p *parser) parseClass(s string) (rest string, err error) {$/;"	f
 36251  parseClassChar	./regexp/syntax/parse.go	/^func (p *parser) parseClassChar(s, wholeClass string) (r rune, rest string, err error) {$/;"	f
 36252  parseCloseError	./net/error_test.go	/^func parseCloseError(nestedErr error) error {$/;"	f
 36253  parseCodeLine	./net/textproto/reader.go	/^func parseCodeLine(line string, expectCode int) (code int, continued bool, message string, err error) {$/;"	f
 36254  parseCommClause	./go/parser/parser.go	/^func (p *parser) parseCommClause() *ast.CommClause {$/;"	f
 36255  parseCommClause	./go/printer/testdata/parser.go	/^func (p *parser) parseCommClause() *ast.CommClause {$/;"	f
 36256  parseCommonError	./net/error_test.go	/^func parseCommonError(nestedErr error) error {$/;"	f
 36257  parseConst	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseConst(pkg *types.Package) *types.Const {$/;"	f
 36258  parseConstDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseConstDecl() {$/;"	f
 36259  parseConstSpec	./go/printer/testdata/parser.go	/^func parseConstSpec(p *parser, doc *ast.CommentGroup, iota int) ast.Spec {$/;"	f
 36260  parseConstValue	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseConstValue() (val constant.Value, typ types.Type) {$/;"	f
 36261  parseContentDisposition	./mime/multipart/multipart.go	/^func (p *Part) parseContentDisposition() {$/;"	f
 36262  parseContentLength	./net/http/transfer.go	/^func parseContentLength(cl string) (int64, error) {$/;"	f
 36263  parseContentTypeTest	./net/http/request_test.go	/^type parseContentTypeTest struct {$/;"	t
 36264  parseContentTypeTests	./net/http/request_test.go	/^var parseContentTypeTests = []parseContentTypeTest{$/;"	v
 36265  parseContention	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseContention(b []byte) (p *Profile, err error) {$/;"	f
 36266  parseContentionSample	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseContentionSample(line string, period, cpuHz int64) (value []int64, addrs []uint64, err error) {$/;"	f
 36267  parseContext	./cmd/api/goapi.go	/^func parseContext(c string) *build.Context {$/;"	f
 36268  parseContinuation	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^func parseContinuation(line []byte, enc []byte) []byte {$/;"	f
 36269  parseContinuation	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func parseContinuation(line []byte, enc []byte) []byte {$/;"	f
 36270  parseControl	./text/template/parse/parse.go	/^func (t *Tree) parseControl(allowElseIf bool, context string) (pos Pos, line int, pipe *PipeNode, list, elseList *ListNode) {$/;"	f
 36271  parseCookieValue	./net/http/cookie.go	/^func parseCookieValue(raw string, allowDoubleQuote bool) (string, bool) {$/;"	f
 36272  parseCpuList	./go/doc/testdata/testing.go	/^func parseCpuList() {$/;"	f
 36273  parseCpuList	./testing/testing.go	/^func parseCpuList() {$/;"	f
 36274  parseCriteria	./net/nss.go	/^func parseCriteria(x []byte) (c []nssCriterion, err error) {$/;"	f
 36275  parseDate	./net/mail/message.go	/^func parseDate(date string) (time.Time, error) {$/;"	f
 36276  parseDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseDecl() {$/;"	f
 36277  parseDecl	./go/parser/parser.go	/^func (p *parser) parseDecl(sync func(*parser)) ast.Decl {$/;"	f
 36278  parseDecl	./go/printer/testdata/parser.go	/^func (p *parser) parseDecl() ast.Decl {$/;"	f
 36279  parseDeclList	./go/printer/testdata/parser.go	/^func (p *parser) parseDeclList() (list []ast.Decl) {$/;"	f
 36280  parseDeferStmt	./go/parser/parser.go	/^func (p *parser) parseDeferStmt() ast.Stmt {$/;"	f
 36281  parseDeferStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseDeferStmt() ast.Stmt {$/;"	f
 36282  parseDefinition	./text/template/parse/parse.go	/^func (t *Tree) parseDefinition(treeSet map[string]*Tree) {$/;"	f
 36283  parseDialError	./net/error_test.go	/^func parseDialError(nestedErr error) error {$/;"	f
 36284  parseDirective	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseDirective() {$/;"	f
 36285  parseDotIdent	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseDotIdent() string {$/;"	f
 36286  parseDurationTests	./time/time_test.go	/^var parseDurationTests = []struct {$/;"	v
 36287  parseECPrivateKey	./crypto/x509/sec1.go	/^func parseECPrivateKey(namedCurveOID *asn1.ObjectIdentifier, der []byte) (key *ecdsa.PrivateKey, err error) {$/;"	f
 36288  parseElement	./go/parser/parser.go	/^func (p *parser) parseElement() ast.Expr {$/;"	f
 36289  parseElement	./go/printer/testdata/parser.go	/^func (p *parser) parseElement(keyOk bool) ast.Expr {$/;"	f
 36290  parseElementList	./go/parser/parser.go	/^func (p *parser) parseElementList() (list []ast.Expr) {$/;"	f
 36291  parseElementList	./go/printer/testdata/parser.go	/^func (p *parser) parseElementList() (list []ast.Expr) {$/;"	f
 36292  parseErrorTests	./time/format_test.go	/^var parseErrorTests = []ParseErrorTest{$/;"	v
 36293  parseEscape	./regexp/syntax/parse.go	/^func (p *parser) parseEscape(s string) (r rune, rest string, err error) {$/;"	f
 36294  parseEvents	./cmd/trace/main.go	/^func parseEvents() ([]*trace.Event, error) {$/;"	f
 36295  parseEvents	./internal/trace/parser.go	/^func parseEvents(rawEvents []rawEvent) (events []*Event, err error) {$/;"	f
 36296  parseExport	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseExport() *types.Package {$/;"	f
 36297  parseExportedName	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseExportedName() (pkg *types.Package, name string) {$/;"	f
 36298  parseExportedName	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseExportedName() (pkg *types.Package, name string) {$/;"	f
 36299  parseExpr	./cmd/gofmt/rewrite.go	/^func parseExpr(s, what string) ast.Expr {$/;"	f
 36300  parseExpr	./go/parser/parser.go	/^func (p *parser) parseExpr(lhs bool) ast.Expr {$/;"	f
 36301  parseExpr	./go/printer/testdata/parser.go	/^func (p *parser) parseExpr(lhs bool) ast.Expr {$/;"	f
 36302  parseExprList	./go/parser/parser.go	/^func (p *parser) parseExprList(lhs bool) (list []ast.Expr) {$/;"	f
 36303  parseExprList	./go/printer/testdata/parser.go	/^func (p *parser) parseExprList(lhs bool) (list []ast.Expr) {$/;"	f
 36304  parseField	./encoding/asn1/asn1.go	/^func parseField(v reflect.Value, bytes []byte, initOffset int, params fieldParameters) (offset int, err error) {$/;"	f
 36305  parseField	./encoding/csv/reader.go	/^func (r *Reader) parseField() (haveField bool, delim rune, err error) {$/;"	f
 36306  parseField	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseField(pkg *types.Package) (field *types.Var, tag string) {$/;"	f
 36307  parseField	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseField() (*types.Var, string) {$/;"	f
 36308  parseFieldDecl	./go/parser/parser.go	/^func (p *parser) parseFieldDecl(scope *ast.Scope) *ast.Field {$/;"	f
 36309  parseFieldDecl	./go/printer/testdata/parser.go	/^func (p *parser) parseFieldDecl(scope *ast.Scope) *ast.Field {$/;"	f
 36310  parseFieldParameters	./encoding/asn1/common.go	/^func parseFieldParameters(str string) (ret fieldParameters) {$/;"	f
 36311  parseFieldParametersTest	./encoding/asn1/asn1_test.go	/^type parseFieldParametersTest struct {$/;"	t
 36312  parseFieldParametersTestData	./encoding/asn1/asn1_test.go	/^var parseFieldParametersTestData []parseFieldParametersTest = []parseFieldParametersTest{$/;"	v
 36313  parseFile	./cmd/api/goapi.go	/^func (w *Walker) parseFile(dir, file string) (*ast.File, error) {$/;"	f
 36314  parseFile	./go/parser/parser.go	/^func (p *parser) parseFile() *ast.File {$/;"	f
 36315  parseFile	./go/printer/testdata/parser.go	/^func (p *parser) parseFile() *ast.File {$/;"	f
 36316  parseFiles	./go/types/check_test.go	/^func parseFiles(t *testing.T, filenames []string) ([]*ast.File, []error) {$/;"	f
 36317  parseFiles	./html/template/template.go	/^func parseFiles(t *Template, filenames ...string) (*Template, error) {$/;"	f
 36318  parseFiles	./text/template/helper.go	/^func parseFiles(t *Template, filenames ...string) (*Template, error) {$/;"	f
 36319  parseFixPrint	./cmd/fix/main_test.go	/^func parseFixPrint(t *testing.T, fn func(*ast.File) bool, desc, in string, mustBeGofmt bool) (out string, fixed, ok bool) {$/;"	f
 36320  parseFlags	./cmd/cover/cover.go	/^func parseFlags() error {$/;"	f
 36321  parseFlags	./cmd/vet/print.go	/^func (s *formatState) parseFlags() {$/;"	f
 36322  parseForStmt	./go/parser/parser.go	/^func (p *parser) parseForStmt() ast.Stmt {$/;"	f
 36323  parseForStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseForStmt() ast.Stmt {$/;"	f
 36324  parseFowlerResult	./regexp/exec_test.go	/^func parseFowlerResult(s string) (ok, compiled, matched bool, pos []int) {$/;"	f
 36325  parseFunc	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseFunc(pkg *types.Package) *types.Func {$/;"	f
 36326  parseFunc	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseFunc(recv *types.Var) *types.Signature {$/;"	f
 36327  parseFunc	./go/printer/example_test.go	/^func parseFunc(filename, functionname string) (fun *ast.FuncDecl, fset *token.FileSet) {$/;"	f
 36328  parseFuncDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseFuncDecl() {$/;"	f
 36329  parseFuncDecl	./go/parser/parser.go	/^func (p *parser) parseFuncDecl() *ast.FuncDecl {$/;"	f
 36330  parseFuncDecl	./go/printer/testdata/parser.go	/^func (p *parser) parseFuncDecl() *ast.FuncDecl {$/;"	f
 36331  parseFuncType	./go/parser/parser.go	/^func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) {$/;"	f
 36332  parseFuncType	./go/printer/testdata/parser.go	/^func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) {$/;"	f
 36333  parseFuncTypeOrLit	./go/parser/parser.go	/^func (p *parser) parseFuncTypeOrLit() ast.Expr {$/;"	f
 36334  parseFuncTypeOrLit	./go/printer/testdata/parser.go	/^func (p *parser) parseFuncTypeOrLit() ast.Expr {$/;"	f
 36335  parseFunctionType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseFunctionType(pkg *types.Package) *types.Signature {$/;"	f
 36336  parseGMT	./time/format.go	/^func parseGMT(value string) int {$/;"	f
 36337  parseGenDecl	./go/parser/parser.go	/^func (p *parser) parseGenDecl(keyword token.Token, f parseSpecFunction) *ast.GenDecl {$/;"	f
 36338  parseGenDecl	./go/printer/testdata/parser.go	/^func (p *parser) parseGenDecl(keyword token.Token, f parseSpecFunction) *ast.GenDecl {$/;"	f
 36339  parseGeneralizedTime	./encoding/asn1/asn1.go	/^func parseGeneralizedTime(bytes []byte) (ret time.Time, err error) {$/;"	f
 36340  parseGlob	./html/template/template.go	/^func parseGlob(t *Template, pattern string) (*Template, error) {$/;"	f
 36341  parseGlob	./text/template/helper.go	/^func parseGlob(t *Template, pattern string) (*Template, error) {$/;"	f
 36342  parseGoCount	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseGoCount(b []byte) (*Profile, error) {$/;"	f
 36343  parseGoStmt	./go/parser/parser.go	/^func (p *parser) parseGoStmt() ast.Stmt {$/;"	f
 36344  parseGoStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseGoStmt() ast.Stmt {$/;"	f
 36345  parseHTTPVersionTests	./net/http/request_test.go	/^var parseHTTPVersionTests = []struct {$/;"	v
 36346  parseHeap	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseHeap(b []byte) (p *Profile, err error) {$/;"	f
 36347  parseHeapSample	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseHeapSample(line string, rate int64, sampling string) (value []int64, blocksize int64, addrs []uint64, err error) {$/;"	f
 36348  parseHex	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func parseHex(hex []byte, raw []byte) ([]byte, bool) {$/;"	f
 36349  parseHex	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func parseHex(hex []byte, raw []byte) ([]byte, bool) {$/;"	f
 36350  parseHexAddresses	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseHexAddresses(s string) []uint64 {$/;"	f
 36351  parseHexUint	./net/http/internal/chunked.go	/^func parseHexUint(v []byte) (n uint64, err error) {$/;"	f
 36352  parseHost	./net/url/url.go	/^func parseHost(host string) (string, error) {$/;"	f
 36353  parseIA5String	./encoding/asn1/asn1.go	/^func parseIA5String(bytes []byte) (ret string, err error) {$/;"	f
 36354  parseIDAT	./image/png/reader.go	/^func (d *decoder) parseIDAT(length uint32) (err error) {$/;"	f
 36355  parseIEND	./image/png/reader.go	/^func (d *decoder) parseIEND(length uint32) error {$/;"	f
 36356  parseIHDR	./image/png/reader.go	/^func (d *decoder) parseIHDR(length uint32) error {$/;"	f
 36357  parseIPTests	./net/ip_test.go	/^var parseIPTests = []struct {$/;"	v
 36358  parseIPv4	./net/ip.go	/^func parseIPv4(s string) IP {$/;"	f
 36359  parseIPv6	./net/ip.go	/^func parseIPv6(s string, zoneAllowed bool) (ip IP, zone string) {$/;"	f
 36360  parseIdent	./go/parser/parser.go	/^func (p *parser) parseIdent() *ast.Ident {$/;"	f
 36361  parseIdent	./go/printer/testdata/parser.go	/^func (p *parser) parseIdent() *ast.Ident {$/;"	f
 36362  parseIdentList	./go/parser/parser.go	/^func (p *parser) parseIdentList() (list []*ast.Ident) {$/;"	f
 36363  parseIdentList	./go/printer/testdata/parser.go	/^func (p *parser) parseIdentList() (list []*ast.Ident) {$/;"	f
 36364  parseIfStmt	./go/parser/parser.go	/^func (p *parser) parseIfStmt() *ast.IfStmt {$/;"	f
 36365  parseIfStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseIfStmt() *ast.IfStmt {$/;"	f
 36366  parseImportDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseImportDecl() {$/;"	f
 36367  parseImportSpec	./go/parser/parser.go	/^func (p *parser) parseImportSpec(doc *ast.CommentGroup, _ token.Token, _ int) ast.Spec {$/;"	f
 36368  parseImportSpec	./go/printer/testdata/parser.go	/^func parseImportSpec(p *parser, doc *ast.CommentGroup, _ int) ast.Spec {$/;"	f
 36369  parseIndex	./cmd/vet/print.go	/^func (s *formatState) parseIndex() bool {$/;"	f
 36370  parseIndexOrSlice	./go/parser/parser.go	/^func (p *parser) parseIndexOrSlice(x ast.Expr) ast.Expr {$/;"	f
 36371  parseIndexOrSlice	./go/printer/testdata/parser.go	/^func (p *parser) parseIndexOrSlice(x ast.Expr) ast.Expr {$/;"	f
 36372  parseInitData	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseInitData() {$/;"	f
 36373  parseInitDataDirective	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseInitDataDirective() {$/;"	f
 36374  parseInt	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseInt() int64 {$/;"	f
 36375  parseInt	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseInt() string {$/;"	f
 36376  parseInt	./regexp/syntax/parse.go	/^func (p *parser) parseInt(s string) (n int, rest string, ok bool) {$/;"	f
 36377  parseInt32	./encoding/asn1/asn1.go	/^func parseInt32(bytes []byte) (int32, error) {$/;"	f
 36378  parseInt64	./encoding/asn1/asn1.go	/^func parseInt64(bytes []byte) (ret int64, err error) {$/;"	f
 36379  parseInterfaceMessage	./syscall/route_freebsd_32bit.go	/^func (any *anyMessage) parseInterfaceMessage(b []byte) *InterfaceMessage {$/;"	f
 36380  parseInterfaceMessage	./syscall/route_freebsd_64bit.go	/^func (any *anyMessage) parseInterfaceMessage(b []byte) *InterfaceMessage {$/;"	f
 36381  parseInterfaceTable	./net/interface_bsd.go	/^func parseInterfaceTable(ifindex int, msgs []syscall.RoutingMessage) ([]Interface, error) {$/;"	f
 36382  parseInterfaceType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseInterfaceType(pkg *types.Package) types.Type {$/;"	f
 36383  parseInterfaceType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseInterfaceType() types.Type {$/;"	f
 36384  parseInterfaceType	./go/parser/parser.go	/^func (p *parser) parseInterfaceType() *ast.InterfaceType {$/;"	f
 36385  parseInterfaceType	./go/printer/testdata/parser.go	/^func (p *parser) parseInterfaceType() *ast.InterfaceType {$/;"	f
 36386  parseLegacy	./cmd/pprof/internal/profile/profile.go	/^func parseLegacy(data []byte) (*Profile, error) {$/;"	f
 36387  parseLexer	./text/template/parse/lex_test.go	/^func (t *Tree) parseLexer(lex *lexer, text string) (tree *Tree, err error) {$/;"	f
 36388  parseLhsList	./go/parser/parser.go	/^func (p *parser) parseLhsList() []ast.Expr {$/;"	f
 36389  parseLhsList	./go/printer/testdata/parser.go	/^func (p *parser) parseLhsList() []ast.Expr {$/;"	f
 36390  parseLine	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^func parseLine(line []byte, encstart []byte) (addr uint32, enc []byte, text string) {$/;"	f
 36391  parseLine	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func parseLine(line []byte, encstart []byte) (addr uint32, enc []byte, text string) {$/;"	f
 36392  parseLinePlan9	./cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go	/^func parseLinePlan9(line []byte, encstart []byte) (addr uint32, enc []byte, text string) {$/;"	f
 36393  parseLineXed	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^func parseLineXed(line []byte, encstart []byte) (addr uint32, enc []byte, text string) {$/;"	f
 36394  parseLinkLayerAddr	./syscall/route_bsd.go	/^func parseLinkLayerAddr(b []byte) (*SockaddrDatalink, int, error) {$/;"	f
 36395  parseLiteralIP	./net/hosts.go	/^func parseLiteralIP(addr string) string {$/;"	f
 36396  parseLiteralValue	./go/parser/parser.go	/^func (p *parser) parseLiteralValue(typ ast.Expr) ast.Expr {$/;"	f
 36397  parseLiteralValue	./go/printer/testdata/parser.go	/^func (p *parser) parseLiteralValue(typ ast.Expr) ast.Expr {$/;"	f
 36398  parseMACTests	./net/mac_test.go	/^var parseMACTests = []struct {$/;"	v
 36399  parseMagic	./debug/plan9obj/file.go	/^func parseMagic(magic []byte) (uint32, error) {$/;"	f
 36400  parseMapType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseMapType(pkg *types.Package) types.Type {$/;"	f
 36401  parseMapType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseMapType() types.Type {$/;"	f
 36402  parseMapType	./go/parser/parser.go	/^func (p *parser) parseMapType() *ast.MapType {$/;"	f
 36403  parseMapType	./go/printer/testdata/parser.go	/^func (p *parser) parseMapType() *ast.MapType {$/;"	f
 36404  parseMappingEntry	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseMappingEntry(l string) (*Mapping, error) {$/;"	f
 36405  parseMetaGoImports	./cmd/go/bootstrap.go	/^func parseMetaGoImports(r io.Reader) ([]metaImport, error) {$/;"	f
 36406  parseMetaGoImports	./cmd/go/discovery.go	/^func parseMetaGoImports(r io.Reader) (imports []metaImport, err error) {$/;"	f
 36407  parseMetaGoImportsTests	./cmd/go/pkg_test.go	/^var parseMetaGoImportsTests = []struct {$/;"	v
 36408  parseMethodDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseMethodDecl() {$/;"	f
 36409  parseMethodSpec	./go/parser/parser.go	/^func (p *parser) parseMethodSpec(scope *ast.Scope) *ast.Field {$/;"	f
 36410  parseMethodSpec	./go/printer/testdata/parser.go	/^func (p *parser) parseMethodSpec(scope *ast.Scope) *ast.Field {$/;"	f
 36411  parseNSSConf	./net/nss.go	/^func parseNSSConf(r io.Reader) *nssConf {$/;"	f
 36412  parseNSSConfFile	./net/nss.go	/^func parseNSSConfFile(file string) *nssConf {$/;"	f
 36413  parseName	./cmd/fix/fix.go	/^func parseName(s string) (ptr bool, pkg, nam string) {$/;"	f
 36414  parseName	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseName() string {$/;"	f
 36415  parseName	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseName(materializePkg bool) (pkg *types.Package, name string) {$/;"	f
 36416  parseNamedClass	./regexp/syntax/parse.go	/^func (p *parser) parseNamedClass(s string, r []rune) (out []rune, rest string, err error) {$/;"	f
 36417  parseNamedType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseNamedType(n int) types.Type {$/;"	f
 36418  parseNanoseconds	./time/format.go	/^func parseNanoseconds(value string, nbytes int) (ns int, rangeErrString string, err error) {$/;"	f
 36419  parseNetwork	./net/dial.go	/^func parseNetwork(net string) (afnet string, proto int, err error) {$/;"	f
 36420  parseNetworkLayerAddr	./syscall/route_bsd.go	/^func parseNetworkLayerAddr(b []byte, family byte) (Sockaddr, error) {$/;"	f
 36421  parseNum	./cmd/vet/print.go	/^func (s *formatState) parseNum() bool {$/;"	f
 36422  parseNumber	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseNumber() (typ *types.Basic, val exact.Value) {$/;"	f
 36423  parseObject	./cmd/internal/goobj/read.go	/^func (r *objReader) parseObject(prefix []byte) error {$/;"	f
 36424  parseObjectIdentifier	./encoding/asn1/asn1.go	/^func parseObjectIdentifier(bytes []byte) (s []int, err error) {$/;"	f
 36425  parseOne	./flag/flag.go	/^func (f *FlagSet) parseOne() (bool, error) {$/;"	f
 36426  parseOperand	./go/parser/parser.go	/^func (p *parser) parseOperand(lhs bool) ast.Expr {$/;"	f
 36427  parseOperand	./go/printer/testdata/parser.go	/^func (p *parser) parseOperand(lhs bool) ast.Expr {$/;"	f
 36428  parseOptions	./cmd/pprof/internal/driver/driver.go	/^func parseOptions(f *flags) (o *report.Options, p commands.PostProcessor, err error) {$/;"	f
 36429  parseOutput	./cmd/internal/obj/x86/obj6_test.go	/^func parseOutput(t *testing.T, td *ParsedTestData, asmout []byte) {$/;"	f
 36430  parsePAX	./archive/tar/reader.go	/^func parsePAX(r io.Reader) (map[string]string, error) {$/;"	f
 36431  parsePAXTime	./archive/tar/reader.go	/^func parsePAXTime(t string) (time.Time, error) {$/;"	f
 36432  parsePLTE	./image/png/reader.go	/^func (d *decoder) parsePLTE(length uint32) error {$/;"	f
 36433  parsePackage	./cmd/doc/pkg.go	/^func parsePackage(writer io.Writer, pkg *build.Package, userPath string) *Package {$/;"	f
 36434  parsePackage	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parsePackage() *types.Package {$/;"	f
 36435  parsePackageId	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parsePackageId() string {$/;"	f
 36436  parsePackageInit	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parsePackageInit() PackageInit {$/;"	f
 36437  parsePackageName	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parsePackageName() string {$/;"	f
 36438  parseParam	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseParam(pkg *types.Package) (param *types.Var, isVariadic bool) {$/;"	f
 36439  parseParamList	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseParamList(pkg *types.Package) (*types.Tuple, bool) {$/;"	f
 36440  parseParameter	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseParameter() (par *types.Var, isVariadic bool) {$/;"	f
 36441  parseParameterList	./go/parser/parser.go	/^func (p *parser) parseParameterList(scope *ast.Scope, ellipsisOk bool) (params []*ast.Field) {$/;"	f
 36442  parseParameterList	./go/printer/testdata/parser.go	/^func (p *parser) parseParameterList(scope *ast.Scope, ellipsisOk bool) (params []*ast.Field) {$/;"	f
 36443  parseParameters	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseParameters() (list []*types.Var, isVariadic bool) {$/;"	f
 36444  parseParameters	./go/parser/parser.go	/^func (p *parser) parseParameters(scope *ast.Scope, ellipsisOk bool) *ast.FieldList {$/;"	f
 36445  parseParameters	./go/printer/testdata/parser.go	/^func (p *parser) parseParameters(scope *ast.Scope, ellipsisOk bool) *ast.FieldList {$/;"	f
 36446  parseParams	./net/http/fcgi/child.go	/^func (r *request) parseParams() {$/;"	f
 36447  parsePerlClassEscape	./regexp/syntax/parse.go	/^func (p *parser) parsePerlClassEscape(s string, r []rune) (out []rune, rest string) {$/;"	f
 36448  parsePerlFlags	./regexp/syntax/parse.go	/^func (p *parser) parsePerlFlags(s string) (rest string, err error) {$/;"	f
 36449  parsePlan9Addr	./net/ipsock_plan9.go	/^func parsePlan9Addr(s string) (ip IP, iport int, err error) {$/;"	f
 36450  parsePointerType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parsePointerType(pkg *types.Package) types.Type {$/;"	f
 36451  parsePointerType	./go/parser/parser.go	/^func (p *parser) parsePointerType() *ast.StarExpr {$/;"	f
 36452  parsePointerType	./go/printer/testdata/parser.go	/^func (p *parser) parsePointerType() *ast.StarExpr {$/;"	f
 36453  parsePort	./net/port.go	/^func parsePort(net, port string) (int, error) {$/;"	f
 36454  parsePostForm	./net/http/request.go	/^func parsePostForm(r *Request) (vs url.Values, err error) {$/;"	f
 36455  parsePrecision	./cmd/vet/print.go	/^func (s *formatState) parsePrecision() bool {$/;"	f
 36456  parsePrimaryExpr	./go/parser/parser.go	/^func (p *parser) parsePrimaryExpr(lhs bool) ast.Expr {$/;"	f
 36457  parsePrimaryExpr	./go/printer/testdata/parser.go	/^func (p *parser) parsePrimaryExpr(lhs bool) ast.Expr {$/;"	f
 36458  parsePrintableString	./encoding/asn1/asn1.go	/^func parsePrintableString(bytes []byte) (ret string, err error) {$/;"	f
 36459  parsePrintfVerb	./cmd/vet/print.go	/^func (f *File) parsePrintfVerb(call *ast.CallExpr, name, format string, firstArg, argNum int) *formatState {$/;"	f
 36460  parsePrivateKey	./crypto/tls/tls.go	/^func parsePrivateKey(der []byte) (crypto.PrivateKey, error) {$/;"	f
 36461  parseProcNetIGMP	./net/interface_linux.go	/^func parseProcNetIGMP(path string, ifi *Interface) []Addr {$/;"	f
 36462  parseProcNetIGMP6	./net/interface_linux.go	/^func parseProcNetIGMP6(path string, ifi *Interface) []Addr {$/;"	f
 36463  parseProfile	./runtime/pprof/pprof_test.go	/^func parseProfile(t *testing.T, bytes []byte, f func(uintptr, []uintptr)) {$/;"	f
 36464  parsePublicKey	./crypto/x509/x509.go	/^func parsePublicKey(algo PublicKeyAlgorithm, keyData *publicKeyInfo) (interface{}, error) {$/;"	f
 36465  parseQualifiedName	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseQualifiedName() (path, name string) {$/;"	f
 36466  parseQualifiedName	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseQualifiedName() (id, name string) {$/;"	f
 36467  parseQualifiedNameStr	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseQualifiedNameStr(unquotedName string) (pkgpath, name string) {$/;"	f
 36468  parseQuery	./net/url/url.go	/^func parseQuery(m Values, query string) (err error) {$/;"	f
 36469  parseRange	./net/http/fs.go	/^func parseRange(s string, size int64) ([]httpRange, error) {$/;"	f
 36470  parseRawAttributes	./crypto/x509/x509.go	/^func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {$/;"	f
 36471  parseReadError	./net/error_test.go	/^func parseReadError(nestedErr error) error {$/;"	f
 36472  parseReceiver	./go/printer/testdata/parser.go	/^func (p *parser) parseReceiver(scope *ast.Scope) *ast.FieldList {$/;"	f
 36473  parseRecord	./encoding/csv/reader.go	/^func (r *Reader) parseRecord() (fields []string, err error) {$/;"	f
 36474  parseRepeat	./regexp/syntax/parse.go	/^func (p *parser) parseRepeat(s string) (min, max int, rest string, ok bool) {$/;"	f
 36475  parseRequestLine	./net/http/request.go	/^func parseRequestLine(line string) (method, requestURI, proto string, ok bool) {$/;"	f
 36476  parseRequestURLTests	./net/url/url_test.go	/^var parseRequestURLTests = []struct {$/;"	v
 36477  parseResult	./go/parser/parser.go	/^func (p *parser) parseResult(scope *ast.Scope) *ast.FieldList {$/;"	f
 36478  parseResult	./go/printer/testdata/parser.go	/^func (p *parser) parseResult(scope *ast.Scope) *ast.FieldList {$/;"	f
 36479  parseResult	./regexp/exec_test.go	/^func parseResult(t *testing.T, file string, lineno int, res string) []int {$/;"	f
 36480  parseResultList	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseResultList(pkg *types.Package) *types.Tuple {$/;"	f
 36481  parseReturnStmt	./go/parser/parser.go	/^func (p *parser) parseReturnStmt() *ast.ReturnStmt {$/;"	f
 36482  parseReturnStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseReturnStmt() *ast.ReturnStmt {$/;"	f
 36483  parseRhs	./go/parser/parser.go	/^func (p *parser) parseRhs() ast.Expr {$/;"	f
 36484  parseRhs	./go/printer/testdata/parser.go	/^func (p *parser) parseRhs() ast.Expr {$/;"	f
 36485  parseRhsList	./go/parser/parser.go	/^func (p *parser) parseRhsList() []ast.Expr {$/;"	f
 36486  parseRhsList	./go/printer/testdata/parser.go	/^func (p *parser) parseRhsList() []ast.Expr {$/;"	f
 36487  parseRhsOrType	./go/parser/parser.go	/^func (p *parser) parseRhsOrType() ast.Expr {$/;"	f
 36488  parseRightParen	./regexp/syntax/parse.go	/^func (p *parser) parseRightParen() error {$/;"	f
 36489  parseRouteMessage	./syscall/route_freebsd_32bit.go	/^func (any *anyMessage) parseRouteMessage(b []byte) *RouteMessage {$/;"	f
 36490  parseRouteMessage	./syscall/route_freebsd_64bit.go	/^func (any *anyMessage) parseRouteMessage(b []byte) *RouteMessage {$/;"	f
 36491  parseRoutingMessageHeader	./syscall/route_ifma_test.go	/^func parseRoutingMessageHeader(m syscall.RoutingMessage) (addrFlags, error) {$/;"	f
 36492  parseRoutingMessageHeader	./syscall/route_noifma_test.go	/^func parseRoutingMessageHeader(m syscall.RoutingMessage) (addrFlags, error) {$/;"	f
 36493  parseRoutingSockaddrs	./syscall/route_ifma_test.go	/^func parseRoutingSockaddrs(m syscall.RoutingMessage) ([]syscall.Sockaddr, error) {$/;"	f
 36494  parseRoutingSockaddrs	./syscall/route_noifma_test.go	/^func parseRoutingSockaddrs(m syscall.RoutingMessage) ([]syscall.Sockaddr, error) {$/;"	f
 36495  parseSANExtension	./crypto/x509/x509.go	/^func parseSANExtension(value []byte) (dnsNames, emailAddresses []string, ipAddresses []net.IP, err error) {$/;"	f
 36496  parseScale	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) parseScale(s string) int8 {$/;"	f
 36497  parseScript	./unicode/maketables.go	/^func parseScript(line string, scripts map[string][]Script) {$/;"	f
 36498  parseSelectStmt	./go/parser/parser.go	/^func (p *parser) parseSelectStmt() *ast.SelectStmt {$/;"	f
 36499  parseSelectStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseSelectStmt() *ast.SelectStmt {$/;"	f
 36500  parseSelector	./go/parser/parser.go	/^func (p *parser) parseSelector(x ast.Expr) ast.Expr {$/;"	f
 36501  parseSelector	./go/printer/testdata/parser.go	/^func (p *parser) parseSelector(x ast.Expr) ast.Expr {$/;"	f
 36502  parseSequenceOf	./encoding/asn1/asn1.go	/^func parseSequenceOf(bytes []byte, sliceType reflect.Type, elemType reflect.Type) (ret reflect.Value, err error) {$/;"	f
 36503  parseSignature	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseSignature(recv *types.Var) *types.Signature {$/;"	f
 36504  parseSignature	./go/parser/parser.go	/^func (p *parser) parseSignature(scope *ast.Scope) (params, results *ast.FieldList) {$/;"	f
 36505  parseSignature	./go/printer/testdata/parser.go	/^func (p *parser) parseSignature(scope *ast.Scope) (params, results *ast.FieldList) {$/;"	f
 36506  parseSimpleStmt	./go/parser/parser.go	/^func (p *parser) parseSimpleStmt(mode int) (ast.Stmt, bool) {$/;"	f
 36507  parseSimpleStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseSimpleStmt(labelOk bool) ast.Stmt {$/;"	f
 36508  parseSockaddrInet	./syscall/route_bsd.go	/^func parseSockaddrInet(b []byte, family byte) (Sockaddr, error) {$/;"	f
 36509  parseSockaddrLink	./syscall/route_bsd.go	/^func parseSockaddrLink(b []byte) (*SockaddrDatalink, error) {$/;"	f
 36510  parseSpecFunction	./go/parser/parser.go	/^type parseSpecFunction func(doc *ast.CommentGroup, keyword token.Token, iota int) ast.Spec$/;"	t
 36511  parseSpecFunction	./go/printer/testdata/parser.go	/^type parseSpecFunction func(p *parser, doc *ast.CommentGroup, iota int) ast.Spec$/;"	t
 36512  parseStmt	./go/parser/parser.go	/^func (p *parser) parseStmt() (s ast.Stmt) {$/;"	f
 36513  parseStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseStmt() (s ast.Stmt) {$/;"	f
 36514  parseStmtList	./go/parser/parser.go	/^func (p *parser) parseStmtList() (list []ast.Stmt) {$/;"	f
 36515  parseStmtList	./go/printer/testdata/parser.go	/^func (p *parser) parseStmtList() (list []ast.Stmt) {$/;"	f
 36516  parseString	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseString() string {$/;"	f
 36517  parseStructType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseStructType(pkg *types.Package) types.Type {$/;"	f
 36518  parseStructType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseStructType() types.Type {$/;"	f
 36519  parseStructType	./go/parser/parser.go	/^func (p *parser) parseStructType() *ast.StructType {$/;"	f
 36520  parseStructType	./go/printer/testdata/parser.go	/^func (p *parser) parseStructType() *ast.StructType {$/;"	f
 36521  parseSwitchStmt	./go/parser/parser.go	/^func (p *parser) parseSwitchStmt() ast.Stmt {$/;"	f
 36522  parseSwitchStmt	./go/printer/testdata/parser.go	/^func (p *parser) parseSwitchStmt() ast.Stmt {$/;"	f
 36523  parseSymbol	./cmd/doc/main.go	/^func parseSymbol(str string) (symbol, method string) {$/;"	f
 36524  parseSymtab	./debug/macho/file.go	/^func (f *File) parseSymtab(symdat, strtab, cmddat []byte, hdr *SymtabCmd, offset int64) (*Symtab, error) {$/;"	f
 36525  parseT61String	./encoding/asn1/asn1.go	/^func parseT61String(bytes []byte) (ret string, err error) {$/;"	f
 36526  parseTag	./encoding/json/tags.go	/^func parseTag(tag string) (string, tagOptions) {$/;"	f
 36527  parseTagAndLength	./encoding/asn1/asn1.go	/^func parseTagAndLength(bytes []byte, initOffset int) (ret tagAndLength, offset int, err error) {$/;"	f
 36528  parseTagFilterRange	./cmd/pprof/internal/driver/driver.go	/^func parseTagFilterRange(filter string) func(int64, string) bool {$/;"	f
 36529  parseTest	./mime/multipart/multipart_test.go	/^type parseTest struct {$/;"	t
 36530  parseTest	./net/url/url_test.go	/^type parseTest struct {$/;"	t
 36531  parseTest	./regexp/syntax/parse_test.go	/^type parseTest struct {$/;"	t
 36532  parseTest	./text/template/parse/parse_test.go	/^type parseTest struct {$/;"	t
 36533  parseTestData	./cmd/internal/obj/x86/obj6_test.go	/^func parseTestData(t *testing.T) *ParsedTestData {$/;"	f
 36534  parseTestData	./crypto/tls/handshake_test.go	/^func parseTestData(r io.Reader) (flows [][]byte, err error) {$/;"	f
 36535  parseTests	./mime/multipart/multipart_test.go	/^var parseTests = []parseTest{$/;"	v
 36536  parseTests	./net/mail/message_test.go	/^var parseTests = []struct {$/;"	v
 36537  parseTests	./net/url/url_test.go	/^var parseTests = []parseTest{$/;"	v
 36538  parseTests	./regexp/syntax/parse_test.go	/^var parseTests = []parseTest{$/;"	v
 36539  parseTests	./text/template/parse/parse_test.go	/^var parseTests = []parseTest{$/;"	v
 36540  parseTests	./time/format_test.go	/^var parseTests = []ParseTest{$/;"	v
 36541  parseThread	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseThread(b []byte) (*Profile, error) {$/;"	f
 36542  parseThreadSample	./cmd/pprof/internal/profile/legacy_profile.go	/^func parseThreadSample(b *bytes.Buffer) (nextl string, addrs []uint64, err error) {$/;"	f
 36543  parseTimeTests	./net/http/header_test.go	/^var parseTimeTests = []struct {$/;"	v
 36544  parseTimeZone	./time/format.go	/^func parseTimeZone(value string) (length int, ok bool) {$/;"	f
 36545  parseTimeZoneTests	./time/format_test.go	/^var parseTimeZoneTests = []ParseTimeZoneTest{$/;"	v
 36546  parseTrace	./runtime/trace/trace_test.go	/^func parseTrace(t *testing.T, r io.Reader) ([]*trace.Event, map[uint64]*trace.GDesc, error) {$/;"	f
 36547  parseType	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseType(pkg *types.Package) (t types.Type) {$/;"	f
 36548  parseType	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseType() types.Type {$/;"	f
 36549  parseType	./go/parser/parser.go	/^func (p *parser) parseType() ast.Expr {$/;"	f
 36550  parseType	./go/printer/testdata/parser.go	/^func (p *parser) parseType() ast.Expr {$/;"	f
 36551  parseTypeAssertion	./go/parser/parser.go	/^func (p *parser) parseTypeAssertion(x ast.Expr) ast.Expr {$/;"	f
 36552  parseTypeAssertion	./go/printer/testdata/parser.go	/^func (p *parser) parseTypeAssertion(x ast.Expr) ast.Expr {$/;"	f
 36553  parseTypeDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseTypeDecl() {$/;"	f
 36554  parseTypeDefinition	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseTypeDefinition(pkg *types.Package, n int) types.Type {$/;"	f
 36555  parseTypeList	./go/parser/parser.go	/^func (p *parser) parseTypeList() (list []ast.Expr) {$/;"	f
 36556  parseTypeList	./go/printer/testdata/parser.go	/^func (p *parser) parseTypeList() (list []ast.Expr) {$/;"	f
 36557  parseTypeName	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseTypeName() *types.TypeName {$/;"	f
 36558  parseTypeName	./go/parser/parser.go	/^func (p *parser) parseTypeName() ast.Expr {$/;"	f
 36559  parseTypeName	./go/printer/testdata/parser.go	/^func (p *parser) parseTypeName() ast.Expr {$/;"	f
 36560  parseTypeSpec	./go/parser/parser.go	/^func (p *parser) parseTypeSpec(doc *ast.CommentGroup, _ token.Token, _ int) ast.Spec {$/;"	f
 36561  parseTypeSpec	./go/printer/testdata/parser.go	/^func parseTypeSpec(p *parser, doc *ast.CommentGroup, _ int) ast.Spec {$/;"	f
 36562  parseTypes	./debug/dwarf/typeunit.go	/^func (d *Data) parseTypes(name string, types []byte) error {$/;"	f
 36563  parseUTCTime	./encoding/asn1/asn1.go	/^func parseUTCTime(bytes []byte) (ret time.Time, err error) {$/;"	f
 36564  parseUTF8String	./encoding/asn1/asn1.go	/^func parseUTF8String(bytes []byte) (ret string, err error) {$/;"	f
 36565  parseUnaryExpr	./go/parser/parser.go	/^func (p *parser) parseUnaryExpr(lhs bool) ast.Expr {$/;"	f
 36566  parseUnaryExpr	./go/printer/testdata/parser.go	/^func (p *parser) parseUnaryExpr(lhs bool) ast.Expr {$/;"	f
 36567  parseUncompressed	./cmd/pprof/internal/profile/profile.go	/^func parseUncompressed(data []byte) (*Profile, error) {$/;"	f
 36568  parseUnicodeClass	./regexp/syntax/parse.go	/^func (p *parser) parseUnicodeClass(s string, r []rune) (out []rune, rest string, err error) {$/;"	f
 36569  parseUnits	./debug/dwarf/unit.go	/^func (d *Data) parseUnits() ([]unit, error) {$/;"	f
 36570  parseUnquotedQualifiedName	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseUnquotedQualifiedName() (path, name string) {$/;"	f
 36571  parseUnquotedString	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseUnquotedString() string {$/;"	f
 36572  parseValue	./go/parser/parser.go	/^func (p *parser) parseValue(keyOk bool) ast.Expr {$/;"	f
 36573  parseValueSpec	./go/parser/parser.go	/^func (p *parser) parseValueSpec(doc *ast.CommentGroup, keyword token.Token, iota int) ast.Spec {$/;"	f
 36574  parseVar	./go/internal/gccgoimporter/parser.go	/^func (p *parser) parseVar(pkg *types.Package) *types.Var {$/;"	f
 36575  parseVarDecl	./go/internal/gcimporter/gcimporter.go	/^func (p *parser) parseVarDecl() {$/;"	f
 36576  parseVarList	./go/parser/parser.go	/^func (p *parser) parseVarList(isParam bool) (list []ast.Expr, typ ast.Expr) {$/;"	f
 36577  parseVarList	./go/printer/testdata/parser.go	/^func (p *parser) parseVarList(isParam bool) (list []ast.Expr, typ ast.Expr) {$/;"	f
 36578  parseVarSpec	./go/printer/testdata/parser.go	/^func parseVarSpec(p *parser, doc *ast.CommentGroup, _ int) ast.Spec {$/;"	f
 36579  parseVarType	./go/parser/parser.go	/^func (p *parser) parseVarType(isParam bool) ast.Expr {$/;"	f
 36580  parseVarType	./go/printer/testdata/parser.go	/^func (p *parser) parseVarType(isParam bool) ast.Expr {$/;"	f
 36581  parseVerticalBar	./regexp/syntax/parse.go	/^func (p *parser) parseVerticalBar() error {$/;"	f
 36582  parseWriteError	./net/error_test.go	/^func parseWriteError(nestedErr error) error {$/;"	f
 36583  parsed	./go/parser/parser.go	/^		\/\/ the channel type parsed already:$/;"	t
 36584  parsedFile	./cmd/vet/main.go	/^		var parsedFile *ast.File$/;"	v
 36585  parsedFileCache	./cmd/api/goapi.go	/^var parsedFileCache = make(map[string]*ast.File)$/;"	v
 36586  parsedHostname	./log/syslog/syslog_test.go	/^			var parsedHostname, timestamp string$/;"	v
 36587  parsedHostname	./log/syslog/syslog_test.go	/^		var parsedHostname, timestamp string$/;"	v
 36588  parsedTime	./time/time_test.go	/^type parsedTime struct {$/;"	t
 36589  parsedebugvars	./runtime/runtime1.go	/^func parsedebugvars() {$/;"	f
 36590  parsemethod	./cmd/link/internal/ld/go.go	/^func parsemethod(pp *string, methp *string) int {$/;"	f
 36591  parsenum	./fmt/print.go	/^func parsenum(s string, start, end int) (num int, isnum bool, newi int) {$/;"	f
 36592  parseparam	./syscall/mksyscall.pl	/^sub parseparam($) {$/;"	s
 36593  parseparam	./syscall/mksyscall_solaris.pl	/^sub parseparam($) {$/;"	s
 36594  parseparamlist	./syscall/mksyscall.pl	/^sub parseparamlist($) {$/;"	s
 36595  parseparamlist	./syscall/mksyscall_solaris.pl	/^sub parseparamlist($) {$/;"	s
 36596  parsepkgdata	./cmd/link/internal/ld/go.go	/^func parsepkgdata(file string, pkg string, pp *string, prefixp *string, namep *string, defp *string) int {$/;"	f
 36597  parser	./debug/dwarf/const.go	/^\/\/ the opPlusUconst operator is expected by the type parser.$/;"	t
 36598  parser	./go/internal/gccgoimporter/parser.go	/^type parser struct {$/;"	t
 36599  parser	./go/internal/gcimporter/gcimporter.go	/^type parser struct {$/;"	t
 36600  parser	./go/parser/parser.go	/^type parser struct {$/;"	t
 36601  parser	./go/printer/testdata/parser.go	/^type parser struct {$/;"	t
 36602  parser	./regexp/syntax/parse.go	/^type parser struct {$/;"	t
 36603  parserline	./cmd/compile/internal/gc/subr.go	/^func parserline() int {$/;"	f
 36604  parsetRNS	./image/png/reader.go	/^func (d *decoder) parsetRNS(length uint32) error {$/;"	f
 36605  parsetag	./cmd/compile/internal/gc/esc.go	/^func parsetag(note *string) uint16 {$/;"	f
 36606  parsing	./cmd/compile/internal/gc/lex.go	/^var parsing bool$/;"	v
 36607  part	./mime/multipart/writer.go	/^type part struct {$/;"	t
 36608  partReader	./mime/multipart/multipart.go	/^type partReader struct {$/;"	t
 36609  partialBlock	./crypto/cipher/gcm.go	/^		var partialBlock [gcmBlockSize]byte$/;"	v
 36610  partialDeadline	./net/dial.go	/^func partialDeadline(now, deadline time.Time, addrsRemaining int) (time.Time, error) {$/;"	f
 36611  partialValue	./crypto/rsa/pss_test.go	/^		var partialValue string$/;"	v
 36612  partition	./net/ipsock.go	/^func (addrs addrList) partition(strategy func(Addr) bool) (primaries, fallbacks addrList) {$/;"	f
 36613  parts	./syscall/syscall_netbsd.go	/^	var parts []string$/;"	v
 36614  passFDChild	./syscall/syscall_unix_test.go	/^func passFDChild() {$/;"	f
 36615  passed	./go/doc/testdata/benchmark.go	/^\/\/ B is a type passed to Benchmark functions to manage benchmark$/;"	t
 36616  passed	./go/doc/testdata/testing.go	/^\/\/ T is a type passed to Test functions to manage test state and support formatted test logs.$/;"	t
 36617  passed	./reflect/type.go	/^		panic("reflect: nil type passed to Type.AssignableTo")$/;"	t
 36618  passed	./reflect/type.go	/^		panic("reflect: nil type passed to Type.ConvertibleTo")$/;"	t
 36619  passed	./reflect/type.go	/^		panic("reflect: nil type passed to Type.Implements")$/;"	t
 36620  passed	./reflect/type.go	/^		panic("reflect: non-interface type passed to Type.Implements")$/;"	t
 36621  passed	./regexp/testdata/testregex.c	/^	int		passed;$/;"	m	struct:__anon2	file:
 36622  passed	./testing/benchmark.go	/^\/\/ B is a type passed to Benchmark functions to manage benchmark$/;"	t
 36623  passed	./testing/testing.go	/^\/\/ M is a type passed to a TestMain function to run the actual tests.$/;"	t
 36624  passed	./testing/testing.go	/^\/\/ T is a type passed to Test functions to manage test state and support formatted test logs.$/;"	t
 36625  passes	./cmd/vet/testdata/copylock_func.go	/^	BadClosure = func(sync.Mutex) {} \/\/ ERROR "func passes Lock by value: sync.Mutex"$/;"	f
 36626  past	./syscall/net_nacl.go	/^func past(deadline int64) bool {$/;"	f
 36627  patch	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) patch() {$/;"	f
 36628  patch	./regexp/syntax/compile.go	/^func (l patchList) patch(p *Prog, val uint32) {$/;"	f
 36629  patchList	./regexp/syntax/compile.go	/^type patchList uint32$/;"	t
 36630  path	./cmd/go/go_test.go	/^func (tg *testgoData) path(name string) string {$/;"	f
 36631  path	./go/parser/parser.go	/^	var path string$/;"	v
 36632  path	./go/printer/testdata/parser.go	/^	var path *ast.BasicLit$/;"	v
 36633  pathFor	./cmd/doc/main.go	/^func pathFor(root, pkg string) (result string) {$/;"	f
 36634  pathMatch	./net/http/cookiejar/jar.go	/^func (e *entry) pathMatch(requestPath string) bool {$/;"	f
 36635  pathMatch	./net/http/server.go	/^func pathMatch(pattern, path string) bool {$/;"	f
 36636  pathTests	./encoding/xml/read_test.go	/^var pathTests = []interface{}{$/;"	v
 36637  pathbuf	./os/file_windows.go	/^	var pathbuf []byte$/;"	v
 36638  pathf	./cmd/dist/util.go	/^func pathf(format string, args ...interface{}) string {$/;"	f
 36639  pathtoprefix	./cmd/compile/internal/gc/subr.go	/^func pathtoprefix(s string) string {$/;"	f
 36640  pathtoprefix	./cmd/link/internal/ld/lib.go	/^func pathtoprefix(s string) string {$/;"	f
 36641  pattern	./html/template/error.go	/^	\/\/     <script>var pattern = \/foo[{{.Chars}}]\/<\/script>$/;"	v
 36642  pattern	./runtime/runtime-gdb.py	/^	pattern = re.compile(r'^map\\[.*\\].*$')$/;"	v	class:MapTypePrinter
 36643  pattern	./runtime/runtime-gdb.py	/^	pattern = re.compile(r'^struct \\[\\]')$/;"	v	class:SliceTypePrinter
 36644  pattern	./runtime/runtime-gdb.py	/^	pattern = re.compile(r'^struct hchan<.*>$')$/;"	v	class:ChanTypePrinter
 36645  pattern	./runtime/runtime-gdb.py	/^	pattern = re.compile(r'^struct string( \\*)?$')$/;"	v	class:StringTypePrinter
 36646  pauseTotal	./runtime/malloc_test.go	/^	var pauseTotal uint64$/;"	v
 36647  paxHeader	./archive/tar/writer.go	/^func paxHeader(msg string) string {$/;"	f
 36648  pbit16	./syscall/dir_plan9.go	/^func pbit16(b []byte, v uint16) []byte {$/;"	f
 36649  pbit32	./syscall/dir_plan9.go	/^func pbit32(b []byte, v uint32) []byte {$/;"	f
 36650  pbit64	./syscall/dir_plan9.go	/^func pbit64(b []byte, v uint64) []byte {$/;"	f
 36651  pbit8	./syscall/dir_plan9.go	/^func pbit8(b []byte, v uint8) []byte {$/;"	f
 36652  pbuf	./internal/syscall/windows/registry/value.go	/^	var pbuf *byte$/;"	v
 36653  pc	./runtime/defs_plan9_386.go	/^func (c *sigctxt) pc() uintptr { return uintptr(c.u.pc) }$/;"	f
 36654  pc	./runtime/defs_plan9_amd64.go	/^func (c *sigctxt) pc() uintptr { return uintptr(c.u.ip) }$/;"	f
 36655  pc	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) pc() uint32      { return c.regs().pc }$/;"	f
 36656  pc	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) pc() uint64    { return c.regs().pc }$/;"	f
 36657  pc	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) pc() uint32      { return c.regs().__gregs[15] }$/;"	f
 36658  pc	./runtime/signal_linux_arm.go	/^func (c *sigctxt) pc() uint32        { return c.regs().pc }$/;"	f
 36659  pc	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) pc() uint64        { return c.regs().pc }$/;"	f
 36660  pc	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) pc() uint64    { return c.regs().nip }$/;"	f
 36661  pc	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) pc() uint32      { return c.regs().pc }$/;"	f
 36662  pc	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) pc() uint32       { return c.regs().__gregs[_REG_R15] }$/;"	f
 36663  pc	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) pc() uint32      { return c.regs().sc_pc }$/;"	f
 36664  pcArray	./internal/trace/parser.go	/^	var pcArray []uint64$/;"	v
 36665  pcdatavalue	./runtime/symtab.go	/^func pcdatavalue(f *_func, table int32, targetpc uintptr) int32 {$/;"	f
 36666  pcfile	./cmd/link/internal/ld/dwarf.go	/^	var pcfile Pciter$/;"	v
 36667  pciterinit	./cmd/internal/obj/pcln.go	/^func pciterinit(ctxt *Link, it *Pciter, d *Pcdata) {$/;"	f
 36668  pciterinit	./cmd/link/internal/ld/pcln.go	/^func pciterinit(ctxt *Link, it *Pciter, d *Pcdata) {$/;"	f
 36669  pciternext	./cmd/internal/obj/pcln.go	/^func pciternext(it *Pciter) {$/;"	f
 36670  pciternext	./cmd/link/internal/ld/pcln.go	/^func pciternext(it *Pciter) {$/;"	f
 36671  pcline	./cmd/link/internal/ld/dwarf.go	/^	var pcline Pciter$/;"	v
 36672  pclmulqOps	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^var pclmulqOps = []string{$/;"	v
 36673  pcln	./cmd/internal/objfile/elf.go	/^func (f *elfFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {$/;"	f
 36674  pcln	./cmd/internal/objfile/goobj.go	/^func (f *goobjFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {$/;"	f
 36675  pcln	./cmd/internal/objfile/macho.go	/^func (f *machoFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {$/;"	f
 36676  pcln	./cmd/internal/objfile/pe.go	/^func (f *peFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {$/;"	f
 36677  pcln	./cmd/internal/objfile/plan9obj.go	/^func (f *plan9File) pcln() (textStart uint64, symtab, pclntab []byte, err error) {$/;"	f
 36678  pcln	./cmd/link/internal/ld/pcln.go	/^	var pcln *Pcln$/;"	v
 36679  pclntab	./cmd/link/internal/ld/pcln.go	/^func pclntab() {$/;"	f
 36680  pclntabFiletabOffset	./cmd/link/internal/ld/pcln.go	/^var pclntabFiletabOffset int32$/;"	v
 36681  pclntabFirstFunc	./cmd/link/internal/ld/pcln.go	/^var pclntabFirstFunc *LSym$/;"	v
 36682  pclntabLastFunc	./cmd/link/internal/ld/pcln.go	/^var pclntabLastFunc *LSym$/;"	v
 36683  pclntabNfunc	./cmd/link/internal/ld/pcln.go	/^var pclntabNfunc int32$/;"	v
 36684  pclntabPclntabOffset	./cmd/link/internal/ld/pcln.go	/^var pclntabPclntabOffset int32$/;"	v
 36685  pclntab_zpcln	./cmd/link/internal/ld/pcln.go	/^var pclntab_zpcln Pcln$/;"	v
 36686  pcloc	./cmd/compile/internal/gc/go.go	/^var pcloc int32$/;"	v
 36687  pcsize	./cmd/internal/obj/x86/obj6.go	/^	var pcsize int$/;"	v
 36688  pcsp	./cmd/link/internal/ld/dwarf.go	/^	var pcsp Pciter$/;"	v
 36689  pcsp	./cmd/link/internal/ld/lib.go	/^	var pcsp Pciter$/;"	v
 36690  pctofileline	./cmd/internal/obj/pcln.go	/^func pctofileline(ctxt *Link, sym *LSym, oldval int32, p *Prog, phase int32, arg interface{}) int32 {$/;"	f
 36691  pctopcdata	./cmd/internal/obj/pcln.go	/^func pctopcdata(ctxt *Link, sym *LSym, oldval int32, p *Prog, phase int32, arg interface{}) int32 {$/;"	f
 36692  pctospadj	./cmd/internal/obj/pcln.go	/^func pctospadj(ctxt *Link, sym *LSym, oldval int32, p *Prog, phase int32, arg interface{}) int32 {$/;"	f
 36693  pcvalue	./debug/gosym/pclntab.go	/^func (t *LineTable) pcvalue(off uint32, entry, targetpc uint64) int32 {$/;"	f
 36694  pcvalue	./runtime/symtab.go	/^func pcvalue(f *_func, off int32, targetpc uintptr, strict bool) int32 {$/;"	f
 36695  pdesc	./internal/trace/parser.go	/^	type pdesc struct {$/;"	t
 36696  pdesc	./runtime/proc1.go	/^var pdesc [_MaxGomaxprocs]struct {$/;"	v
 36697  pe64	./cmd/link/internal/ld/pe.go	/^var pe64 int$/;"	v
 36698  peFile	./cmd/internal/objfile/pe.go	/^type peFile struct {$/;"	t
 36699  pedanticReadAll	./net/http/client_test.go	/^func pedanticReadAll(r io.Reader) (b []byte, err error) {$/;"	f
 36700  peek	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) peek() lex.ScanToken {$/;"	f
 36701  peek	./encoding/gob/debug.go	/^func (p *peekReader) peek(b []byte) (n int, err error) {$/;"	f
 36702  peek	./encoding/json/stream.go	/^func (dec *Decoder) peek() (byte, error) {$/;"	f
 36703  peek	./fmt/scan.go	/^func (s *ss) peek(ok string) bool {$/;"	f
 36704  peek	./net/mail/message.go	/^func (p *addrParser) peek() byte {$/;"	f
 36705  peek	./text/template/parse/lex.go	/^func (l *lexer) peek() rune {$/;"	f
 36706  peek	./text/template/parse/parse.go	/^func (t *Tree) peek() item {$/;"	f
 36707  peekBufferIsEmptyPart	./mime/multipart/multipart.go	/^func (mr *Reader) peekBufferIsEmptyPart(peek []byte) bool {$/;"	f
 36708  peekBufferSeparatorIndex	./mime/multipart/multipart.go	/^func (mr *Reader) peekBufferSeparatorIndex(peek []byte) (idx int, isEnd bool) {$/;"	f
 36709  peekNonSpace	./text/template/parse/parse.go	/^func (t *Tree) peekNonSpace() (token item) {$/;"	f
 36710  peekReader	./encoding/gob/debug.go	/^type peekReader struct {$/;"	t
 36711  peekline	./cmd/yacc/yacc.go	/^var peekline = 0$/;"	v
 36712  peekrune	./cmd/yacc/yacc.go	/^var peekrune rune$/;"	v
 36713  peemitreloc	./cmd/link/internal/ld/pe.go	/^func peemitreloc(text, data *IMAGE_SECTION_HEADER) {$/;"	f
 36714  peep	./cmd/compile/internal/amd64/peep.go	/^func peep(firstp *obj.Prog) {$/;"	f
 36715  peep	./cmd/compile/internal/arm/peep.go	/^func peep(firstp *obj.Prog) {$/;"	f
 36716  peep	./cmd/compile/internal/arm64/peep.go	/^func peep(firstp *obj.Prog) {$/;"	f
 36717  peep	./cmd/compile/internal/ppc64/peep.go	/^func peep(firstp *obj.Prog) {$/;"	f
 36718  peep	./cmd/compile/internal/x86/peep.go	/^func peep(firstp *obj.Prog) {$/;"	f
 36719  peer	./net/unix_test.go	/^		var peer Addr$/;"	v
 36720  pegenasmsym	./cmd/link/internal/ld/pe.go	/^func pegenasmsym(put func(*LSym, string, int, int64, int64, int, *LSym)) {$/;"	f
 36721  peimporteddlls	./cmd/link/internal/ld/pe.go	/^func peimporteddlls() []string {$/;"	f
 36722  pem	./crypto/tls/tls_test.go	/^	var pem []byte$/;"	v
 36723  pemBlockForKey	./crypto/tls/generate_cert.go	/^func pemBlockForKey(priv interface{}) *pem.Block {$/;"	f
 36724  pemCRLPrefix	./crypto/x509/x509.go	/^var pemCRLPrefix = []byte("-----BEGIN X509 CRL")$/;"	v
 36725  pemData	./encoding/pem/pem_test.go	/^var pemData = `verify return:0$/;"	v
 36726  pemEnd	./encoding/pem/pem.go	/^var pemEnd = []byte("\\n-----END ")$/;"	v
 36727  pemEndOfLine	./encoding/pem/pem.go	/^var pemEndOfLine = []byte("-----")$/;"	v
 36728  pemOut	./crypto/tls/handshake_client_test.go	/^	var pemOut bytes.Buffer$/;"	v
 36729  pemPrivateKey	./crypto/x509/x509_test.go	/^var pemPrivateKey = `-----BEGIN RSA PRIVATE KEY-----$/;"	v
 36730  pemPrivateKey	./crypto/x509/x509_test_import.go	/^var pemPrivateKey = `-----BEGIN RSA PRIVATE KEY-----$/;"	v
 36731  pemPrivateKey2	./encoding/pem/pem_test.go	/^var pemPrivateKey2 = `-----BEGIN RSA PRIVATE KEY-----$/;"	v
 36732  pemPublicKey	./crypto/x509/x509_test.go	/^var pemPublicKey = `-----BEGIN PUBLIC KEY-----$/;"	v
 36733  pemStart	./encoding/pem/pem.go	/^var pemStart = []byte("\\n-----BEGIN ")$/;"	v
 36734  pemType	./crypto/tls/handshake_client_test.go	/^	var pemType string$/;"	v
 36735  pemType	./crypto/x509/x509.go	/^var pemType = "X509 CRL"$/;"	v
 36736  pemap	./cmd/link/internal/ld/ldpe.go	/^func pemap(peobj *PeObj, sect *PeSect) int {$/;"	f
 36737  pempty	./cmd/yacc/yacc.go	/^var pempty []int \/\/ vector of nonterminals nontrivially deriving e$/;"	v
 36738  pensect	./cmd/link/internal/ld/pe.go	/^var pensect int$/;"	v
 36739  per	./cmd/fix/typecheck.go	/^			\/\/ Field is one instance of the type per name.$/;"	t
 36740  percentCovered	./cmd/cover/html.go	/^func percentCovered(p *Profile) float64 {$/;"	f
 36741  percentDStruct	./cmd/vet/testdata/print.go	/^type percentDStruct struct {$/;"	t
 36742  percentDV	./cmd/vet/testdata/print.go	/^var percentDV percentDStruct$/;"	v
 36743  percentHexUnescape	./mime/mediatype.go	/^func percentHexUnescape(s string) (string, error) {$/;"	f
 36744  percentSStruct	./cmd/vet/testdata/print.go	/^type percentSStruct struct {$/;"	t
 36745  percentSV	./cmd/vet/testdata/print.go	/^var percentSV percentSStruct$/;"	v
 36746  percentSlashTag	./encoding/json/tagkey_test.go	/^type percentSlashTag struct {$/;"	t
 36747  percentage	./cmd/pprof/internal/report/report.go	/^func percentage(value, total int64) string {$/;"	f
 36748  pereloc1	./cmd/link/internal/amd64/asm.go	/^func pereloc1(r *ld.Reloc, sectoff int64) bool {$/;"	f
 36749  pereloc1	./cmd/link/internal/x86/asm.go	/^func pereloc1(r *ld.Reloc, sectoff int64) bool {$/;"	f
 36750  perelocsect	./cmd/link/internal/ld/pe.go	/^func perelocsect(sect *Section, first *LSym) int {$/;"	f
 36751  period	./cmd/doc/main.go	/^	var period int$/;"	v
 36752  period	./cmd/pprof/internal/profile/legacy_profile.go	/^		var period int64$/;"	v
 36753  perl	./net/http/cgi/host_test.go	/^	var perl string$/;"	v
 36754  perlGroup	./regexp/syntax/perl_groups.go	/^var perlGroup = map[string]charGroup{$/;"	v
 36755  permSizes	./math/rand/regress_test.go	/^	var permSizes = []int{0, 1, 5, 8, 9, 10, 16}$/;"	v
 36756  permutation	./runtime/hash_test.go	/^func permutation(t *testing.T, s []uint32, n int) {$/;"	f
 36757  permutationFunction	./crypto/des/const.go	/^var permutationFunction = [32]byte{$/;"	v
 36758  permuteBlock	./crypto/des/block.go	/^func permuteBlock(src uint64, permutation []uint8) (block uint64) {$/;"	f
 36759  permuteFinalBlock	./crypto/des/block.go	/^func permuteFinalBlock(block uint64) uint64 {$/;"	f
 36760  permuteInitialBlock	./crypto/des/block.go	/^func permuteInitialBlock(block uint64) uint64 {$/;"	f
 36761  permutedChoice1	./crypto/des/const.go	/^var permutedChoice1 = [56]byte{$/;"	v
 36762  permutedChoice2	./crypto/des/const.go	/^var permutedChoice2 = [48]byte{$/;"	v
 36763  perpetuumMobile	./runtime/proc_test.go	/^func perpetuumMobile() {$/;"	f
 36764  persistConn	./net/http/transport.go	/^type persistConn struct {$/;"	t
 36765  persistent	./runtime/malloc.go	/^	var persistent *persistentAlloc$/;"	v
 36766  persistentAlloc	./runtime/malloc.go	/^type persistentAlloc struct {$/;"	t
 36767  persistentMemSink	./runtime/pprof/mprof_test.go	/^var persistentMemSink *Obj32$/;"	v
 36768  persistentalloc	./runtime/malloc.go	/^func persistentalloc(size, align uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 36769  persistentalloc1	./runtime/malloc.go	/^func persistentalloc1(size, align uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 36770  person	./os/exec/example_test.go	/^	var person struct {$/;"	v
 36771  pescmp	./cmd/link/internal/ld/pe.go	/^type pescmp []*LSym$/;"	t
 36772  pewrite	./cmd/link/internal/ld/pe.go	/^func pewrite() {$/;"	f
 36773  pexpr	./cmd/compile/internal/gc/go.y	/^pexpr:$/;"	l
 36774  pexpr_no_paren	./cmd/compile/internal/gc/go.y	/^pexpr_no_paren:$/;"	l
 36775  pfStrings	./debug/elf/elf.go	/^var pfStrings = []intName{$/;"	v
 36776  pfirst	./cmd/yacc/yacc.go	/^var pfirst []Lkset$/;"	v
 36777  pgo	./cmd/yacc/yacc.go	/^var pgo []int$/;"	v
 36778  phdr	./cmd/link/internal/ld/elf.go	/^var phdr [NSECT]*ElfPhdr$/;"	v
 36779  phentsize	./debug/elf/file.go	/^	var phentsize, phnum int$/;"	v
 36780  phoff	./debug/elf/file.go	/^	var phoff int64$/;"	v
 36781  photo	./database/sql/sql_test.go	/^	var photo RawBytes$/;"	v
 36782  photo	./database/sql/sql_test.go	/^	var photo []byte$/;"	v
 36783  phsh	./cmd/link/internal/ld/elf.go	/^func phsh(ph *ElfPhdr, sh *ElfShdr) {$/;"	f
 36784  pi	./cmd/compile/internal/big/natconv_test.go	/^var pi = "3" +$/;"	v
 36785  pi	./encoding/binary/example_test.go	/^	var pi float64 = math.Pi$/;"	v
 36786  pi	./encoding/binary/example_test.go	/^	var pi float64$/;"	v
 36787  pi	./math/big/natconv_test.go	/^var pi = "3" +$/;"	v
 36788  pi	./reflect/all_test.go	/^	var pi *int$/;"	v
 36789  pi	./reflect/all_test.go	/^	var pi struct {$/;"	v
 36790  pickStrategy	./crypto/rand/rand_linux.go	/^func pickStrategy() {$/;"	f
 36791  pickTLS12HashForSignature	./crypto/tls/key_agreement.go	/^func pickTLS12HashForSignature(sigType uint8, clientList []signatureAndHash) (uint8, error) {$/;"	f
 36792  pid	./log/syslog/syslog_test.go	/^			var pid int$/;"	v
 36793  pid	./log/syslog/syslog_test.go	/^		var pid int$/;"	v
 36794  pid	./runtime/os1_plan9.go	/^var pid = []byte("#c\/pid\\x00")$/;"	v
 36795  pid	./runtime/runtime_linux_test.go	/^var pid, tid int$/;"	v
 36796  pidebug	./cmd/yacc/yacc.go	/^var pidebug = 0 \/\/ debugging flag for putitem$/;"	v
 36797  pidleget	./runtime/proc1.go	/^func pidleget() *p {$/;"	f
 36798  pidleput	./runtime/proc1.go	/^func pidleput(_p_ *p) {$/;"	f
 36799  pieces	./cmd/cgo/ast.go	/^	var pieces []string$/;"	v
 36800  pin	./sync/pool.go	/^func (p *Pool) pin() *poolLocal {$/;"	f
 36801  pinSlow	./sync/pool.go	/^func (p *Pool) pinSlow() *poolLocal {$/;"	f
 36802  ping	./cmd/go/vcs.go	/^func (v *vcsCmd) ping(scheme, repo string) error {$/;"	f
 36803  pipe	./io/pipe.go	/^type pipe struct {$/;"	t
 36804  pipe	./net/pipe.go	/^type pipe struct {$/;"	t
 36805  pipe	./net/rpc/jsonrpc/all_test.go	/^type pipe struct {$/;"	t
 36806  pipe	./syscall/syscall_solaris.go	/^func pipe() (r uintptr, w uintptr, err uintptr)$/;"	f
 36807  pipe	./syscall/zsyscall_darwin_386.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36808  pipe	./syscall/zsyscall_darwin_amd64.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36809  pipe	./syscall/zsyscall_darwin_arm.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36810  pipe	./syscall/zsyscall_darwin_arm64.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36811  pipe	./syscall/zsyscall_dragonfly_amd64.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36812  pipe	./syscall/zsyscall_freebsd_386.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36813  pipe	./syscall/zsyscall_freebsd_amd64.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36814  pipe	./syscall/zsyscall_freebsd_arm.go	/^func pipe() (r int, w int, err error) {$/;"	f
 36815  pipe	./syscall/zsyscall_linux_386.go	/^func pipe(p *[2]_C_int) (err error) {$/;"	f
 36816  pipe	./syscall/zsyscall_linux_amd64.go	/^func pipe(p *[2]_C_int) (err error) {$/;"	f
 36817  pipe	./syscall/zsyscall_netbsd_386.go	/^func pipe() (fd1 int, fd2 int, err error) {$/;"	f
 36818  pipe	./syscall/zsyscall_netbsd_amd64.go	/^func pipe() (fd1 int, fd2 int, err error) {$/;"	f
 36819  pipe	./syscall/zsyscall_netbsd_arm.go	/^func pipe() (fd1 int, fd2 int, err error) {$/;"	f
 36820  pipe	./syscall/zsyscall_openbsd_386.go	/^func pipe(p *[2]_C_int) (err error) {$/;"	f
 36821  pipe	./syscall/zsyscall_openbsd_amd64.go	/^func pipe(p *[2]_C_int) (err error) {$/;"	f
 36822  pipe	./syscall/zsyscall_openbsd_arm.go	/^func pipe(p *[2]_C_int) (err error) {$/;"	f
 36823  pipe	./syscall/zsyscall_plan9_386.go	/^func pipe(p *[2]int32) (err error) {$/;"	f
 36824  pipe	./syscall/zsyscall_plan9_amd64.go	/^func pipe(p *[2]int32) (err error) {$/;"	f
 36825  pipe	./text/template/parse/parse.go	/^	var pipe *PipeNode$/;"	v
 36826  pipe2	./syscall/zsyscall_linux_386.go	/^func pipe2(p *[2]_C_int, flags int) (err error) {$/;"	f
 36827  pipe2	./syscall/zsyscall_linux_amd64.go	/^func pipe2(p *[2]_C_int, flags int) (err error) {$/;"	f
 36828  pipe2	./syscall/zsyscall_linux_arm.go	/^func pipe2(p *[2]_C_int, flags int) (err error) {$/;"	f
 36829  pipe2	./syscall/zsyscall_linux_arm64.go	/^func pipe2(p *[2]_C_int, flags int) (err error) {$/;"	f
 36830  pipe2	./syscall/zsyscall_linux_ppc64.go	/^func pipe2(p *[2]_C_int, flags int) (err error) {$/;"	f
 36831  pipe2	./syscall/zsyscall_linux_ppc64le.go	/^func pipe2(p *[2]_C_int, flags int) (err error) {$/;"	f
 36832  pipeAddr	./net/pipe.go	/^type pipeAddr int$/;"	t
 36833  pipeAddr	./net/rpc/jsonrpc/all_test.go	/^type pipeAddr int$/;"	t
 36834  pipeFile	./syscall/fd_nacl.go	/^type pipeFile struct {$/;"	t
 36835  pipeResult	./io/pipe.go	/^type pipeResult struct {$/;"	t
 36836  pipeReturn	./io/pipe_test.go	/^type pipeReturn struct {$/;"	t
 36837  pipeTest	./io/pipe_test.go	/^type pipeTest struct {$/;"	t
 36838  pipeTests	./io/pipe_test.go	/^var pipeTests = []pipeTest{$/;"	v
 36839  pipeline	./text/template/parse/parse.go	/^func (t *Tree) pipeline(context string) (pipe *PipeNode) {$/;"	f
 36840  pixString	./image/jpeg/reader_test.go	/^func pixString(pix []byte, stride, x, y int) string {$/;"	f
 36841  pkcs1AdditionalRSAPrime	./crypto/x509/pkcs1.go	/^type pkcs1AdditionalRSAPrime struct {$/;"	t
 36842  pkcs1PrivateKey	./crypto/x509/pkcs1.go	/^type pkcs1PrivateKey struct {$/;"	t
 36843  pkcs1v15HashInfo	./crypto/rsa/pkcs1v15.go	/^func pkcs1v15HashInfo(hash crypto.Hash, inLen int) (hashLen int, prefix []byte, err error) {$/;"	f
 36844  pkcs8	./crypto/x509/pkcs8.go	/^type pkcs8 struct {$/;"	t
 36845  pkcs8ECPrivateKeyHex	./crypto/x509/pkcs8_test.go	/^var pkcs8ECPrivateKeyHex = `3081ed020100301006072a8648ce3d020106052b810400230481d53081d20201010441850d81618c5da1aec74c2eed608ba816038506975e6427237c2def150c96a3b13efbfa1f89f1be15cdf4d0ac26422e680e65a0ddd4ad3541ad76165fbf54d6e34ba18189038186000400da97bcedba1eb6d30aeb93c9f9a1454598fa47278df27d6f60ea73eb672d8dc528a9b67885b5b5dcef93c9824f7449ab512ee6a27e76142f56b94b474cfd697e810046c8ca70419365245c1d7d44d0db82c334073835d002232714548abbae6e5700f5ef315ee08b929d8581383dcf2d1c98c2f8a9fccbf79c9579f7b2fd8a90115ac2`$/;"	v
 36846  pkcs8RSAPrivateKeyHex	./crypto/x509/pkcs8_test.go	/^var pkcs8RSAPrivateKeyHex = `30820278020100300d06092a864886f70d0101010500048202623082025e02010002818100cfb1b5bf9685ffa97b4f99df4ff122b70e59ac9b992f3bc2b3dde17d53c1a34928719b02e8fd17839499bfbd515bd6ef99c7a1c47a239718fe36bfd824c0d96060084b5f67f0273443007a24dfaf5634f7772c9346e10eb294c2306671a5a5e719ae24b4de467291bc571014b0e02dec04534d66a9bb171d644b66b091780e8d020301000102818100b595778383c4afdbab95d2bfed12b3f93bb0a73a7ad952f44d7185fd9ec6c34de8f03a48770f2009c8580bcd275e9632714e9a5e3f32f29dc55474b2329ff0ebc08b3ffcb35bc96e6516b483df80a4a59cceb71918cbabf91564e64a39d7e35dce21cb3031824fdbc845dba6458852ec16af5dddf51a8397a8797ae0337b1439024100ea0eb1b914158c70db39031dd8904d6f18f408c85fbbc592d7d20dee7986969efbda081fdf8bc40e1b1336d6b638110c836bfdc3f314560d2e49cd4fbde1e20b024100e32a4e793b574c9c4a94c8803db5152141e72d03de64e54ef2c8ed104988ca780cd11397bc359630d01b97ebd87067c5451ba777cf045ca23f5912f1031308c702406dfcdbbd5a57c9f85abc4edf9e9e29153507b07ce0a7ef6f52e60dcfebe1b8341babd8b789a837485da6c8d55b29bbb142ace3c24a1f5b54b454d01b51e2ad03024100bd6a2b60dee01e1b3bfcef6a2f09ed027c273cdbbaf6ba55a80f6dcc64e4509ee560f84b4f3e076bd03b11e42fe71a3fdd2dffe7e0902c8584f8cad877cdc945024100aa512fa4ada69881f1d8bb8ad6614f192b83200aef5edf4811313d5ef30a86cbd0a90f7b025c71ea06ec6b34db6306c86b1040670fd8654ad7291d066d06d031`$/;"	v
 36847  pkdebug	./cmd/yacc/yacc.go	/^var pkdebug = 0 \/\/ debugging flag for apack$/;"	v
 36848  pkg	./cmd/compile/internal/gc/export.go	/^ * return the type pkg.name, forward declaring if needed$/;"	t
 36849  pkg	./cmd/compile/internal/gc/obj.go	/^	var pkg *Pkg$/;"	v
 36850  pkg	./cmd/compile/internal/gc/y.go	/^			var pkg *Pkg$/;"	v
 36851  pkgArgs	./cmd/go/test.go	/^	var pkgArgs []string$/;"	v
 36852  pkgBuilder	./go/ast/resolve.go	/^type pkgBuilder struct {$/;"	t
 36853  pkgExts	./go/internal/gcimporter/gcimporter.go	/^var pkgExts = [...]string{".a", ".o"}$/;"	v
 36854  pkgFilenames	./go/types/stdlib_test.go	/^func pkgFilenames(dir string) ([]string, error) {$/;"	f
 36855  pkgFiles	./go/types/self_test.go	/^func pkgFiles(fset *token.FileSet, path string) ([]*ast.File, error) {$/;"	f
 36856  pkgFor	./go/types/api_test.go	/^func pkgFor(path, source string, info *Info) (*Package, error) {$/;"	f
 36857  pkgImports	./go/types/resolver.go	/^	var pkgImports = make(map[*Package]bool)$/;"	v
 36858  pkgMap	./cmd/compile/internal/gc/subr.go	/^var pkgMap = make(map[string]*Pkg)$/;"	v
 36859  pkgMap	./unicode/maketables.go	/^		var pkgMap map[string]*unicode.RangeTable$/;"	v
 36860  pkgNames	./cmd/api/goapi.go	/^	var pkgNames []string$/;"	v
 36861  pkgPath	./cmd/vet/composite.go	/^func pkgPath(f *File, pkgName string) (path string) {$/;"	f
 36862  pkgerror	./cmd/compile/internal/gc/subr.go	/^	var pkgerror string$/;"	v
 36863  pkgname	./go/internal/gccgoimporter/parser.go	/^	var pkgname string$/;"	v
 36864  pkgnotused	./cmd/compile/internal/gc/lex.go	/^func pkgnotused(lineno int, path string, name string) {$/;"	f
 36865  pkgpath	./cmd/link/internal/ld/pobj.go	/^			var pkgpath, file string$/;"	v
 36866  pkgs	./cmd/compile/internal/gc/subr.go	/^var pkgs []*Pkg$/;"	v
 36867  pkgs	./cmd/go/main.go	/^	var pkgs []string$/;"	v
 36868  pkgs	./cmd/go/pkg.go	/^	var pkgs []*Package$/;"	v
 36869  pkgtype	./cmd/compile/internal/gc/export.go	/^func pkgtype(s *Sym) *Type {$/;"	f
 36870  pki	./crypto/x509/x509.go	/^	var pki publicKeyInfo$/;"	v
 36871  pkixPublicKey	./crypto/x509/x509.go	/^type pkixPublicKey struct {$/;"	t
 36872  pktconn	./syscall/net_nacl.go	/^type pktconn struct {$/;"	t
 36873  pktmsg	./syscall/net_nacl.go	/^type pktmsg struct {$/;"	t
 36874  pl	./cmd/compile/internal/gc/pgen.go	/^	var pl *obj.Plist$/;"	v
 36875  plainAuth	./net/smtp/auth.go	/^type plainAuth struct {$/;"	t
 36876  plan9	./cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go	/^func plan9(ext *ExtDis) error {$/;"	f
 36877  plan9Arg	./cmd/internal/rsc.io/arm/armasm/plan9x.go	/^func plan9Arg(inst *Inst, pc uint64, symname func(uint64) (string, uint64), arg Arg) string {$/;"	f
 36878  plan9Arg	./cmd/internal/rsc.io/x86/x86asm/plan9x.go	/^func plan9Arg(inst *Inst, pc uint64, symname func(uint64) (string, uint64), arg Arg) string {$/;"	f
 36879  plan9File	./cmd/internal/objfile/plan9obj.go	/^type plan9File struct {$/;"	t
 36880  plan9ManualTests	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^var plan9ManualTests = `$/;"	v
 36881  plan9Reg	./cmd/internal/rsc.io/x86/x86asm/plan9x.go	/^var plan9Reg = [...]string{$/;"	v
 36882  plan9Shift	./cmd/internal/rsc.io/arm/armasm/plan9x.go	/^var plan9Shift = []string{"<<", ">>", "->", "@>", "@x>"}$/;"	v
 36883  plan9Suffix	./cmd/internal/rsc.io/x86/x86asm/plan9x.go	/^var plan9Suffix = [maxOp + 1]bool{$/;"	v
 36884  plan9Unsupported	./cmd/internal/rsc.io/x86/x86asm/plan9x_test.go	/^var plan9Unsupported = strings.Fields(`$/;"	v
 36885  plan9_semacquire	./runtime/os_plan9.go	/^func plan9_semacquire(addr *uint32, block int32) int32$/;"	f
 36886  plan9_semrelease	./runtime/os_plan9.go	/^func plan9_semrelease(addr *uint32, count int32) int32$/;"	f
 36887  plan9_tsemacquire	./runtime/os_plan9.go	/^func plan9_tsemacquire(addr *uint32, ms int32) int32$/;"	f
 36888  plan9quote	./cmd/compile/internal/gc/util.go	/^func plan9quote(s string) string {$/;"	f
 36889  planetSorter	./sort/example_keys_test.go	/^type planetSorter struct {$/;"	t
 36890  planets	./sort/example_keys_test.go	/^var planets = []Planet{$/;"	v
 36891  playExample	./go/doc/example.go	/^func playExample(file *ast.File, body *ast.BlockStmt) *ast.File {$/;"	f
 36892  playExampleFile	./go/doc/example.go	/^func playExampleFile(file *ast.File) *ast.File {$/;"	f
 36893  playback	./runtime/sys_nacl_amd64p32.s	/^playback:$/;"	l
 36894  pleaseDoNotInlineMe	./runtime/race/testdata/regression_test.go	/^	var pleaseDoNotInlineMe stack$/;"	v
 36895  plink	./cmd/internal/obj/objfile.go	/^	var plink *Prog$/;"	v
 36896  plus	./regexp/syntax/compile.go	/^func (c *compiler) plus(f1 frag, nongreedy bool) frag {$/;"	f
 36897  pmode	./go/printer/printer.go	/^type pmode int$/;"	t
 36898  pname	./cmd/link/internal/ld/ld.go	/^	var pname string$/;"	v
 36899  pname	./cmd/link/internal/ld/lib.go	/^	var pname string$/;"	v
 36900  pnote	./cmd/link/internal/ld/elf.go	/^	var pnote *ElfPhdr$/;"	v
 36901  pointer	./reflect/value.go	/^func (v Value) pointer() unsafe.Pointer {$/;"	f
 36902  pointers	./reflect/type.go	/^func (t *rtype) pointers() bool { return t.kind&kindNoPointers == 0 }$/;"	f
 36903  poisonStack	./runtime/gc_test.go	/^func poisonStack() uintptr {$/;"	f
 36904  polar	./math/cmplx/cmath_test.go	/^var polar = []ff{$/;"	v
 36905  polarSC	./math/cmplx/cmath_test.go	/^var polarSC = []ff{$/;"	v
 36906  policies	./crypto/x509/x509.go	/^				var policies []policyInformation$/;"	v
 36907  policyInformation	./crypto/x509/x509.go	/^type policyInformation struct {$/;"	t
 36908  policyTable	./net/addrselect.go	/^type policyTable []policyTableEntry$/;"	t
 36909  policyTableEntry	./net/addrselect.go	/^type policyTableEntry struct {$/;"	t
 36910  pollCache	./runtime/netpoll.go	/^type pollCache struct {$/;"	t
 36911  pollDesc	./net/fd_poll_nacl.go	/^type pollDesc struct {$/;"	t
 36912  pollDesc	./net/fd_poll_runtime.go	/^type pollDesc struct {$/;"	t
 36913  pollDesc	./runtime/netpoll.go	/^type pollDesc struct {$/;"	t
 36914  pone	./math/j1.go	/^func pone(x float64) float64 {$/;"	f
 36915  pool	./cmd/internal/obj/arm/asm5.go	/^var pool struct {$/;"	v
 36916  pool	./cmd/internal/obj/arm64/asm7.go	/^var pool struct {$/;"	v
 36917  poolCleanup	./sync/pool.go	/^func poolCleanup() {$/;"	f
 36918  poolLocal	./sync/pool.go	/^type poolLocal struct {$/;"	t
 36919  poolcleanup	./runtime/mgc.go	/^var poolcleanup func()$/;"	v
 36920  pooledFlateWriter	./archive/zip/register.go	/^type pooledFlateWriter struct {$/;"	t
 36921  pop	./cmd/go/pkg.go	/^func (s *importStack) pop() {$/;"	f
 36922  pop	./encoding/xml/xml.go	/^func (d *Decoder) pop() *stack {$/;"	f
 36923  pop	./go/ast/commentmap.go	/^func (s *nodeStack) pop(pos token.Pos) (top Node) {$/;"	f
 36924  pop	./runtime/race/testdata/regression_test.go	/^func (s *stack) pop() int {$/;"	f
 36925  pop	./runtime/sigqueue_plan9.go	/^func (q *noteQueue) pop() string {$/;"	f
 36926  pop	./text/template/exec.go	/^func (s *state) pop(mark int) {$/;"	f
 36927  popEOF	./encoding/xml/xml.go	/^func (d *Decoder) popEOF() bool {$/;"	f
 36928  popElement	./encoding/xml/xml.go	/^func (d *Decoder) popElement(t *EndElement) bool {$/;"	f
 36929  popParseState	./encoding/json/scanner.go	/^func (s *scanner) popParseState() {$/;"	f
 36930  popPrefix	./encoding/xml/marshal.go	/^func (p *printer) popPrefix() {$/;"	f
 36931  popVars	./text/template/parse/parse.go	/^func (t *Tree) popVars(n int) {$/;"	f
 36932  popWriter	./encoding/gob/encoder.go	/^func (enc *Encoder) popWriter() {$/;"	f
 36933  popdcl	./cmd/compile/internal/gc/dcl.go	/^func popdcl() {$/;"	f
 36934  pops	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^var pops = []byte{$/;"	v
 36935  poptemp	./cmd/compile/internal/gc/order.go	/^func poptemp(mark *NodeList, order *Order) {$/;"	f
 36936  poptodcl	./cmd/compile/internal/gc/dcl.go	/^func poptodcl() {$/;"	f
 36937  populateHeaders	./mime/multipart/multipart.go	/^func (bp *Part) populateHeaders() error {$/;"	f
 36938  populateResponse	./net/http/filetransport.go	/^type populateResponse struct {$/;"	t
 36939  port	./net/listen_test.go	/^func (c *UDPConn) port() string {$/;"	f
 36940  port	./net/listen_test.go	/^func (ln *TCPListener) port() string {$/;"	f
 36941  port	./net/mockserver_test.go	/^		var port int$/;"	v
 36942  portMap	./net/http/transport.go	/^var portMap = map[string]string{$/;"	v
 36943  portTests	./net/port_test.go	/^var portTests = []struct {$/;"	v
 36944  port_associate	./runtime/netpoll_solaris.go	/^func port_associate(port, source int32, object uintptr, events uint32, user uintptr) int32 {$/;"	f
 36945  port_create	./runtime/netpoll_solaris.go	/^func port_create() int32 {$/;"	f
 36946  port_dissociate	./runtime/netpoll_solaris.go	/^func port_dissociate(port, source int32, object uintptr) int32 {$/;"	f
 36947  port_getn	./runtime/netpoll_solaris.go	/^func port_getn(port int32, evs *portevent, max uint32, nget *uint32, timeout *timespec) int32 {$/;"	f
 36948  portevent	./runtime/defs1_solaris_amd64.go	/^type portevent struct {$/;"	t
 36949  portfd	./runtime/netpoll_solaris.go	/^var portfd int32 = -1$/;"	v
 36950  portion	./reflect/value.go	/^	\/\/ Now, fill in the type portion.  We're very careful here not$/;"	t
 36951  pos	./cmd/compile/internal/gc/plive.go	/^	var pos int32$/;"	v
 36952  pos	./go/ast/filter.go	/^	var pos token.Pos$/;"	v
 36953  pos	./go/parser/parser_test.go	/^		var pos, end token.Pos$/;"	v
 36954  pos	./go/types/operand.go	/^func (x *operand) pos() token.Pos {$/;"	f
 36955  posFor	./go/printer/printer.go	/^func (p *printer) posFor(pos token.Pos) token.Position {$/;"	f
 36956  posMsgRx	./go/types/check_test.go	/^var posMsgRx = regexp.MustCompile(`^(.*:[0-9]+:[0-9]+): *(.*)`)$/;"	v
 36957  posSpan	./go/ast/import.go	/^type posSpan struct {$/;"	t
 36958  posTable	./debug/dwarf/line_test.go	/^	var posTable []LineReaderPos$/;"	v
 36959  posType	./cmd/fix/fix.go	/^var posType = reflect.TypeOf(token.Pos(0))$/;"	v
 36960  posinf	./runtime/complex.go	/^func posinf() float64 {$/;"	f
 36961  position	./go/token/position.go	/^func (f *File) position(p Pos, adjusted bool) (pos Position) {$/;"	f
 36962  positiveAtoi	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) positiveAtoi(str string) int64 {$/;"	f
 36963  posixGroup	./regexp/syntax/perl_groups.go	/^var posixGroup = map[string]charGroup{$/;"	v
 36964  post	./cmd/compile/internal/gc/order.go	/^		var post *NodeList$/;"	v
 36965  postDecode	./cmd/pprof/internal/profile/encode.go	/^func (p *Profile) postDecode() error {$/;"	f
 36966  postNote	./os/signal/signal_plan9_test.go	/^func postNote(pid int, note string) error {$/;"	f
 36967  postProcessTrace	./internal/trace/parser.go	/^func postProcessTrace(events []*Event) error {$/;"	f
 36968  postnote	./runtime/os1_plan9.go	/^func postnote(pid uint64, msg []byte) int {$/;"	f
 36969  postorder	./cmd/compile/internal/gc/popt.go	/^func postorder(r *Flow, rpo2r []*Flow, n int32) int32 {$/;"	f
 36970  pow	./cmd/compile/internal/big/natconv.go	/^func pow(x Word, n int) (p Word) {$/;"	f
 36971  pow	./cmd/compile/internal/gc/walk.go	/^	var pow int$/;"	v
 36972  pow	./math/all_test.go	/^var pow = []float64{$/;"	v
 36973  pow	./math/big/natconv.go	/^func pow(x Word, n int) (p Word) {$/;"	f
 36974  pow	./math/cmplx/cmath_test.go	/^var pow = []complex128{$/;"	v
 36975  pow	./strings/strings.go	/^	var pow, sq uint32 = 1, primeRK$/;"	v
 36976  pow10	./cmd/compile/internal/big/floatconv.go	/^func (z *Float) pow10(n int64) *Float {$/;"	f
 36977  pow10	./math/big/floatconv.go	/^func (z *Float) pow10(n int64) *Float {$/;"	f
 36978  pow10SC	./math/all_test.go	/^var pow10SC = []float64{$/;"	v
 36979  pow10tab	./cmd/compile/internal/big/floatconv.go	/^var pow10tab = [...]float64{$/;"	v
 36980  pow10tab	./math/big/floatconv.go	/^var pow10tab = [...]float64{$/;"	v
 36981  pow10tab	./math/pow10.go	/^var pow10tab [70]float64$/;"	v
 36982  pow2	./strconv/fp_test.go	/^func pow2(i int) float64 {$/;"	f
 36983  powSC	./math/all_test.go	/^var powSC = []float64{$/;"	v
 36984  powSC	./math/cmplx/cmath_test.go	/^var powSC = []complex128{$/;"	v
 36985  powers	./cmd/compile/internal/big/nat.go	/^	var powers [1 << n]nat$/;"	v
 36986  powers	./math/big/nat.go	/^	var powers [1 << n]nat$/;"	v
 36987  powersOfTen	./strconv/extfloat.go	/^var powersOfTen = [...]extFloat{$/;"	v
 36988  powtab	./strconv/atof.go	/^var powtab = []int{1, 3, 6, 9, 13, 16, 19, 23, 26}$/;"	v
 36989  powtwo	./cmd/compile/internal/gc/subr.go	/^func powtwo(n *Node) int {$/;"	f
 36990  powx	./crypto/aes/const.go	/^var powx = [16]byte{$/;"	v
 36991  pp	./cmd/compile/internal/gc/lex.go	/^	var pp **Idir$/;"	v
 36992  pp	./cmd/internal/obj/x86/asm6.go	/^		var pp obj.Prog$/;"	v
 36993  pp	./cmd/yacc/yacc.go	/^	var pp, qq int$/;"	v
 36994  pp	./fmt/print.go	/^type pp struct {$/;"	t
 36995  pp	./syscall/syscall_linux_386.go	/^	var pp [2]_C_int$/;"	v
 36996  pp	./syscall/syscall_linux_amd64.go	/^	var pp [2]_C_int$/;"	v
 36997  pp	./syscall/syscall_linux_arm.go	/^	var pp [2]_C_int$/;"	v
 36998  pp	./syscall/syscall_linux_arm64.go	/^	var pp [2]_C_int$/;"	v
 36999  pp	./syscall/syscall_linux_ppc64x.go	/^	var pp [2]_C_int$/;"	v
 37000  pp	./syscall/syscall_openbsd.go	/^	var pp [2]_C_int$/;"	v
 37001  pp	./syscall/syscall_plan9.go	/^	var pp [2]int32$/;"	v
 37002  ppFree	./fmt/print.go	/^var ppFree = sync.Pool{$/;"	v
 37003  ppc64OperandTests	./cmd/asm/internal/asm/operand_test.go	/^var ppc64OperandTests = []operandTest{$/;"	v
 37004  ppc64RegisterNumber	./cmd/asm/internal/arch/ppc64.go	/^func ppc64RegisterNumber(name string, n int16) (int16, bool) {$/;"	f
 37005  pph	./cmd/link/internal/ld/elf.go	/^	var pph *ElfPhdr$/;"	v
 37006  ppp	./go/doc/synopsis.go	/^	var ppp, pp, p rune$/;"	v
 37007  pprevtextp	./cmd/link/internal/ppc64/asm.go	/^	var pprevtextp **ld.LSym$/;"	v
 37008  pragcgo	./cmd/compile/internal/gc/lex.go	/^func pragcgo(text string) {$/;"	f
 37009  pragcgobuf	./cmd/compile/internal/gc/go.go	/^var pragcgobuf string$/;"	v
 37010  prasm	./cmd/internal/obj/arm/asm5.go	/^func prasm(p *obj.Prog) {$/;"	f
 37011  prasm	./cmd/internal/obj/arm64/asm7.go	/^func prasm(p *obj.Prog) {$/;"	f
 37012  prasm	./cmd/internal/obj/ppc64/asm9.go	/^func prasm(p *obj.Prog) {$/;"	f
 37013  praw	./net/http/requestwrite_test.go	/^			var praw bytes.Buffer$/;"	v
 37014  prd	./cmd/yacc/yacc.go	/^	var prd []int$/;"	v
 37015  prdptr	./cmd/yacc/yacc.go	/^var prdptr [][]int \/\/ pointers to descriptions of productions$/;"	v
 37016  pre	./encoding/asn1/marshal.go	/^			var pre *forkableWriter$/;"	v
 37017  preEncode	./cmd/pprof/internal/profile/encode.go	/^func (p *Profile) preEncode() {$/;"	f
 37018  prePendingDial	./net/http/transport.go	/^var prePendingDial, postPendingDial func()$/;"	v
 37019  pread	./os/file_plan9.go	/^func (f *File) pread(b []byte, off int64) (n int, err error) {$/;"	f
 37020  pread	./os/file_unix.go	/^func (f *File) pread(b []byte, off int64) (n int, err error) {$/;"	f
 37021  pread	./os/file_windows.go	/^func (f *File) pread(b []byte, off int64) (n int, err error) {$/;"	f
 37022  pread	./runtime/os_plan9.go	/^func pread(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32$/;"	f
 37023  pread	./syscall/fd_nacl.go	/^func (*defaultFileImpl) pread([]byte, int64) (int, error)  { return 0, ENOSYS }$/;"	f
 37024  pread	./syscall/fd_nacl.go	/^func (f *naclFile) pread(b []byte, offset int64) (int, error) {$/;"	f
 37025  pread	./syscall/fs_nacl.go	/^func (f *fsysFile) pread(b []byte, offset int64) (int, error) {$/;"	f
 37026  pread	./syscall/fs_nacl.go	/^func (f *nullFile) pread(b []byte, offset int64) (int, error)  { return 0, nil }$/;"	f
 37027  pread	./syscall/fs_nacl.go	/^func (f *zeroFile) pread(b []byte, offset int64) (int, error) {$/;"	f
 37028  pread	./syscall/fs_nacl.go	/^func (f randomFile) pread(b []byte, offset int64) (int, error) {$/;"	f
 37029  preadLocked	./syscall/fs_nacl.go	/^func (f *fsysFile) preadLocked(b []byte, offset int64) (int, error) {$/;"	f
 37030  preadn	./time/sys_plan9.go	/^func preadn(fd uintptr, buf []byte, off int) error {$/;"	f
 37031  preadn	./time/sys_unix.go	/^func preadn(fd uintptr, buf []byte, off int) error {$/;"	f
 37032  preadn	./time/sys_windows.go	/^func preadn(fd uintptr, buf []byte, off int) error {$/;"	f
 37033  prealloc	./cmd/compile/internal/gc/order.go	/^var prealloc = map[*Node]*Node{}$/;"	v
 37034  prec	./go/types/expr.go	/^		var prec uint$/;"	v
 37035  prec	./time/time.go	/^		var prec int$/;"	v
 37036  precList	./cmd/compile/internal/big/float_test.go	/^var precList = [...]uint{1, 2, 5, 8, 10, 16, 23, 24, 32, 50, 53, 64, 100, 128, 500, 511, 512, 513, 1000, 10000}$/;"	v
 37037  precList	./math/big/float_test.go	/^var precList = [...]uint{1, 2, 5, 8, 10, 16, 23, 24, 32, 50, 53, 64, 100, 128, 500, 511, 512, 513, 1000, 10000}$/;"	v
 37038  precftn	./cmd/yacc/yacc.go	/^func precftn(r, t, s int) {$/;"	f
 37039  precomp	./crypto/elliptic/p256.go	/^	var precomp [16][3][p256Limbs]uint32$/;"	v
 37040  pred	./cmd/compile/internal/arm/peep.go	/^	var pred int$/;"	v
 37041  pred	./cmd/compile/internal/gc/plive.go	/^	var pred *BasicBlock$/;"	v
 37042  predString	./go/types/api_test.go	/^func predString(tv TypeAndValue) string {$/;"	f
 37043  predecessors	./cmd/pprof/internal/report/report.go	/^func predecessors(e *edgeInfo, n *node) map[*node]bool {$/;"	f
 37044  predeclaredConstants	./go/doc/reader.go	/^var predeclaredConstants = map[string]bool{$/;"	v
 37045  predeclaredConsts	./go/types/universe.go	/^var predeclaredConsts = [...]struct {$/;"	v
 37046  predeclaredFuncs	./go/doc/reader.go	/^var predeclaredFuncs = map[string]bool{$/;"	v
 37047  predeclaredFuncs	./go/types/universe.go	/^var predeclaredFuncs = [...]struct {$/;"	v
 37048  predeclaredTypes	./go/doc/reader.go	/^var predeclaredTypes = map[string]bool{$/;"	v
 37049  predefine	./cmd/asm/internal/lex/input.go	/^func predefine(defines flags.MultiFlag) map[string]*Macro {$/;"	f
 37050  predicable	./cmd/compile/internal/arm/peep.go	/^func predicable(p *obj.Prog) bool {$/;"	f
 37051  predicate	./bytes/bytes_test.go	/^type predicate struct {$/;"	t
 37052  predicate	./cmd/compile/internal/arm/peep.go	/^func predicate(g *gc.Graph) {$/;"	f
 37053  predicate	./strings/strings_test.go	/^type predicate struct {$/;"	t
 37054  predicates	./go/types/predicates.go	/^\/\/ This file implements commonly used type predicates.$/;"	t
 37055  predinfo	./cmd/compile/internal/arm/peep.go	/^var predinfo = []struct {$/;"	v
 37056  preempt	./runtime/proc_test.go	/^var preempt = func() int {$/;"	v
 37057  preemptall	./runtime/proc1.go	/^func preemptall() bool {$/;"	f
 37058  preemptone	./runtime/proc1.go	/^func preemptone(_p_ *p) bool {$/;"	f
 37059  preferenceList	./crypto/tls/handshake_server.go	/^	var preferenceList, supportedList []uint16$/;"	v
 37060  prefetch	./runtime/mbitmap.go	/^func (h heapBits) prefetch() {$/;"	f
 37061  prefetchnta	./runtime/stubs.go	/^func prefetchnta(addr uintptr)$/;"	f
 37062  prefetcht0	./runtime/stubs.go	/^func prefetcht0(addr uintptr)$/;"	f
 37063  prefetcht1	./runtime/stubs.go	/^func prefetcht1(addr uintptr)$/;"	f
 37064  prefetcht2	./runtime/stubs.go	/^func prefetcht2(addr uintptr)$/;"	f
 37065  prefillTests	./encoding/json/decode_test.go	/^	var prefillTests = []struct {$/;"	v
 37066  prefix	./archive/tar/reader.go	/^		var prefix string$/;"	v
 37067  prefix	./cmd/asm/internal/asm/parse.go	/^	var prefix rune$/;"	v
 37068  prefix	./cmd/link/internal/ld/elf.go	/^	var prefix string$/;"	v
 37069  prefix	./cmd/link/internal/ld/go.go	/^	var prefix string$/;"	v
 37070  prefix	./cmd/yacc/yacc.go	/^var prefix string \/\/ name prefix for identifiers, default yy$/;"	v
 37071  prefix	./crypto/rsa/pss.go	/^	var prefix [8]byte$/;"	v
 37072  prefix	./go/scanner/scanner.go	/^var prefix = []byte("\/\/line ")$/;"	v
 37073  prefix	./regexp/syntax/simplify.go	/^		var prefix *Regexp$/;"	v
 37074  prefixBits	./cmd/internal/rsc.io/x86/x86asm/intel.go	/^	var prefixBits uint32$/;"	v
 37075  prefixByte	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^var prefixByte = map[string]byte{$/;"	v
 37076  prefixBytes	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^	var prefixBytes = []byte{0x66, 0x67, 0xF0, 0xF2, 0xF3, 0x3E, 0x36, 0x66, 0x67}$/;"	v
 37077  prefixDirectory	./cmd/vet/main.go	/^func prefixDirectory(directory string, names []string) {$/;"	f
 37078  prefixIsLessThan	./strconv/decimal.go	/^func prefixIsLessThan(b []byte, s string) bool {$/;"	f
 37079  prefixNames	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^var prefixNames = map[Prefix]string{$/;"	v
 37080  prefixNode	./strings/replace.go	/^			var prefixNode *trieNode$/;"	v
 37081  prefixToSegment	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^func prefixToSegment(p Prefix) Reg {$/;"	f
 37082  prefixof	./cmd/internal/obj/x86/asm6.go	/^func prefixof(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) int {$/;"	f
 37083  prepare	./database/sql/sql.go	/^func (db *DB) prepare(query string, strategy connReuseStrategy) (*Stmt, error) {$/;"	f
 37084  prepareCipherSpec	./crypto/tls/conn.go	/^func (hc *halfConn) prepareCipherSpec(version uint16, cipher interface{}, mac macFunction) {$/;"	f
 37085  prepareCreate	./database/sql/fakedb_test.go	/^func (c *fakeConn) prepareCreate(stmt *fakeStmt, parts []string) (driver.Stmt, error) {$/;"	f
 37086  prepareInsert	./database/sql/fakedb_test.go	/^func (c *fakeConn) prepareInsert(stmt *fakeStmt, parts []string) (driver.Stmt, error) {$/;"	f
 37087  prepareLocked	./database/sql/sql.go	/^func (dc *driverConn) prepareLocked(query string) (driver.Stmt, error) {$/;"	f
 37088  prepareSelect	./database/sql/fakedb_test.go	/^func (c *fakeConn) prepareSelect(stmt *fakeStmt, parts []string) (driver.Stmt, error) {$/;"	f
 37089  preprocess	./cmd/internal/obj/arm/obj5.go	/^func preprocess(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 37090  preprocess	./cmd/internal/obj/arm64/obj7.go	/^func preprocess(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 37091  preprocess	./cmd/internal/obj/ppc64/obj9.go	/^func preprocess(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 37092  preprocess	./cmd/internal/obj/x86/obj6.go	/^func preprocess(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 37093  preprocess	./cmd/pprof/internal/driver/driver.go	/^func preprocess(prof *profile.Profile, ui plugin.UI, f *flags) error {$/;"	f
 37094  preprocess	./cmd/pprof/internal/report/report.go	/^func (g *graph) preprocess(rpt *Report) (origCount, droppedNodes, droppedEdges int) {$/;"	f
 37095  pres	./cmd/yacc/yacc.go	/^var pres [][][]int \/\/ vector of pointers to productions yielding each nonterminal$/;"	v
 37096  present	./image/image.go	/^	var present [256]bool$/;"	v
 37097  presentInMap	./fmt/fmt_test.go	/^func presentInMap(s string, a []string, t *testing.T) {$/;"	f
 37098  prettyName	./cmd/pprof/internal/report/report.go	/^func (info *nodeInfo) prettyName() string {$/;"	f
 37099  prev	./cmd/compile/internal/gc/plive.go	/^		var prev *obj.Prog$/;"	v
 37100  prev	./cmd/link/internal/ld/dwarf.go	/^	var prev *DWDie$/;"	v
 37101  prev	./go/parser/error_test.go	/^	var prev token.Pos \/\/ position of last non-comment, non-semicolon token$/;"	v
 37102  prev	./go/types/check_test.go	/^		var prev token.Pos \/\/ position of last non-comment, non-semicolon token$/;"	v
 37103  prevMatchEmpty	./strings/replace.go	/^	var prevMatchEmpty bool$/;"	v
 37104  prevState	./unicode/maketables.go	/^	var prevState = &caseState{} \/\/ the state of the previous character$/;"	v
 37105  prevType	./go/doc/exports.go	/^		var prevType ast.Expr$/;"	v
 37106  prevl	./cmd/compile/internal/amd64/peep.go	/^func prevl(r0 *gc.Flow, reg int) bool {$/;"	f
 37107  prevlineno	./cmd/compile/internal/gc/go.go	/^var prevlineno int32$/;"	v
 37108  prevp	./runtime/mem_plan9.go	/^	var prevp *memHdr$/;"	v
 37109  prf10	./crypto/tls/prf.go	/^func prf10(result, secret, label, seed []byte) {$/;"	f
 37110  prf12	./crypto/tls/prf.go	/^func prf12(hashFunc func() hash.Hash) func(result, secret, label, seed []byte) {$/;"	f
 37111  prf30	./crypto/tls/prf.go	/^func prf30(result, secret, label, seed []byte) {$/;"	f
 37112  prfAndHashForVersion	./crypto/tls/prf.go	/^func prfAndHashForVersion(version uint16, suite *cipherSuite) (func(result, secret, label, seed []byte), crypto.Hash) {$/;"	f
 37113  prfForVersion	./crypto/tls/prf.go	/^func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {$/;"	f
 37114  primaries	./net/dial.go	/^	var primaries, fallbacks addrList$/;"	v
 37115  primaryErr	./net/dial.go	/^	var primaryErr error$/;"	v
 37116  primaryLabel	./net/ipsock.go	/^	var primaryLabel bool$/;"	v
 37117  primes	./cmd/compile/internal/big/int_test.go	/^var primes = []string{$/;"	v
 37118  primes	./math/big/int_test.go	/^var primes = []string{$/;"	v
 37119  print	./builtin/builtin.go	/^func print(args ...Type)$/;"	f
 37120  print	./cmd/cover/cover.go	/^func (f *File) print(w io.Writer) {$/;"	f
 37121  print	./encoding/gob/debug.go	/^func (t tab) print() {$/;"	f
 37122  print	./go/ast/print.go	/^func (p *printer) print(x reflect.Value) {$/;"	f
 37123  print	./go/printer/printer.go	/^func (p *printer) print(args ...interface{}) {$/;"	f
 37124  print	./unicode/maketables.go	/^func print(args ...interface{}) {$/;"	f
 37125  printArg	./fmt/print.go	/^func (p *pp) printArg(arg interface{}, verb rune, depth int) (wasString bool) {$/;"	f
 37126  printAssembly	./cmd/pprof/internal/report/report.go	/^func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {$/;"	f
 37127  printBuiltin	./encoding/gob/debug.go	/^func (deb *debugger) printBuiltin(indent tab, id typeId) {$/;"	f
 37128  printCallgrind	./cmd/pprof/internal/report/report.go	/^func printCallgrind(w io.Writer, rpt *Report) error {$/;"	f
 37129  printCaseOrbit	./unicode/maketables.go	/^func printCaseOrbit() {$/;"	f
 37130  printCaseRange	./unicode/maketables.go	/^func printCaseRange(lo, hi *caseState) {$/;"	f
 37131  printCasefold	./unicode/maketables.go	/^func printCasefold() {$/;"	f
 37132  printCases	./unicode/maketables.go	/^func printCases() {$/;"	f
 37133  printCatFold	./unicode/maketables.go	/^func printCatFold(name string, m map[string]map[rune]bool) {$/;"	f
 37134  printCategories	./unicode/maketables.go	/^func printCategories() {$/;"	f
 37135  printCommonType	./encoding/gob/debug.go	/^func (deb *debugger) printCommonType(indent tab, kind string, common *CommonType) {$/;"	f
 37136  printContents	./cmd/pack/pack.go	/^func (ar *Archive) printContents(entry *Entry) {$/;"	f
 37137  printCountProfile	./runtime/pprof/pprof.go	/^func printCountProfile(w io.Writer, debug int, name string, p countProfile) error {$/;"	f
 37138  printDOT	./cmd/pprof/internal/report/report.go	/^func printDOT(w io.Writer, rpt *Report) error {$/;"	f
 37139  printFunctionClosing	./cmd/pprof/internal/report/source.go	/^func printFunctionClosing(w io.Writer) {$/;"	f
 37140  printFunctionHeader	./cmd/pprof/internal/report/source.go	/^func printFunctionHeader(w io.Writer, name, path string, flatSum, cumSum int64, rpt *Report) {$/;"	f
 37141  printFunctionSourceLine	./cmd/pprof/internal/report/source.go	/^func printFunctionSourceLine(w io.Writer, fn *node, assembly nodes, rpt *Report) {$/;"	f
 37142  printHeader	./cmd/pprof/internal/report/source.go	/^func printHeader(w io.Writer, rpt *Report) {$/;"	f
 37143  printInflightSockets	./net/main_test.go	/^func printInflightSockets() {$/;"	f
 37144  printLatinProperties	./unicode/maketables.go	/^func printLatinProperties() {$/;"	f
 37145  printList	./cmd/vet/print.go	/^var printList = map[string]int{$/;"	v
 37146  printMaps	./encoding/gob/decgen.go	/^func printMaps(b *bytes.Buffer, upperClass string) {$/;"	f
 37147  printMaps	./encoding/gob/encgen.go	/^func printMaps(b *bytes.Buffer, upperClass string) {$/;"	f
 37148  printMethodDoc	./cmd/doc/pkg.go	/^func (pkg *Package) printMethodDoc(symbol, method string) bool {$/;"	f
 37149  printNode	./go/printer/printer.go	/^func (p *printer) printNode(node interface{}) error {$/;"	f
 37150  printNode	./strings/export_test.go	/^func (r *genericReplacer) printNode(t *trieNode, depth int) (s string) {$/;"	f
 37151  printOrgans	./sort/example_wrapper_test.go	/^func printOrgans(s []*Organ) {$/;"	f
 37152  printPageClosing	./cmd/pprof/internal/report/source.go	/^func printPageClosing(w io.Writer) {$/;"	f
 37153  printPlan9	./image/color/palette/gen.go	/^func printPlan9(w io.Writer) {$/;"	f
 37154  printProduct	./go/types/hilbert_test.go	/^	g.p("func printProduct() {\\n")$/;"	f
 37155  printProduct	./go/types/hilbert_test.go	/^func (g *gen) printProduct(n int) {$/;"	f
 37156  printRange	./unicode/maketables.go	/^func printRange(lo, hi, stride uint32, size int, count *int) (int, *int) {$/;"	f
 37157  printReflectValue	./fmt/print.go	/^func (p *pp) printReflectValue(value reflect.Value, verb rune, depth int) (wasString bool) {$/;"	f
 37158  printRunningGoroutines	./net/main_test.go	/^func printRunningGoroutines() {$/;"	f
 37159  printScriptOrProperty	./unicode/maketables.go	/^func printScriptOrProperty(doProps bool) {$/;"	f
 37160  printSizes	./unicode/maketables.go	/^func printSizes() {$/;"	f
 37161  printSocketStats	./net/main_test.go	/^func printSocketStats() {$/;"	f
 37162  printSource	./cmd/pprof/internal/report/source.go	/^func printSource(w io.Writer, rpt *Report) error {$/;"	f
 37163  printStackRecord	./runtime/pprof/pprof.go	/^func printStackRecord(w io.Writer, stk []uintptr, allFrames bool) {$/;"	f
 37164  printStderr	./cmd/go/run.go	/^func printStderr(args ...interface{}) (int, error) {$/;"	f
 37165  printStruct	./net/dnsmsg.go	/^func printStruct(any dnsStruct) string {$/;"	f
 37166  printTags	./cmd/pprof/internal/report/report.go	/^func printTags(w io.Writer, rpt *Report) error {$/;"	f
 37167  printTest	./cmd/go/test.go	/^func (b *builder) printTest(a *action) error {$/;"	f
 37168  printText	./cmd/pprof/internal/report/report.go	/^func printText(w io.Writer, rpt *Report) error {$/;"	f
 37169  printTrace	./go/parser/parser.go	/^func (p *parser) printTrace(a ...interface{}) {$/;"	f
 37170  printTrace	./go/printer/testdata/parser.go	/^func (p *parser) printTrace(a ...interface{}) {$/;"	f
 37171  printTree	./cmd/pprof/internal/report/report.go	/^func printTree(w io.Writer, rpt *Report) error {$/;"	f
 37172  printUsage	./cmd/addr2line/main.go	/^func printUsage(w *os.File) {$/;"	f
 37173  printUsage	./cmd/go/main.go	/^func printUsage(w io.Writer) {$/;"	f
 37174  printValue	./fmt/print.go	/^func (p *pp) printValue(value reflect.Value, verb rune, depth int) (wasString bool) {$/;"	f
 37175  printValue	./text/template/exec.go	/^func (s *state) printValue(n parse.Node, v reflect.Value) {$/;"	f
 37176  printVerb	./cmd/vet/print.go	/^type printVerb struct {$/;"	t
 37177  printVerbs	./cmd/vet/print.go	/^var printVerbs = []printVerb{$/;"	v
 37178  printWebSafe	./image/color/palette/gen.go	/^func printWebSafe(w io.Writer) {$/;"	f
 37179  printWebSource	./cmd/pprof/internal/report/source.go	/^func printWebSource(w io.Writer, rpt *Report, obj plugin.ObjTool) error {$/;"	f
 37180  printWireType	./encoding/gob/debug.go	/^func (deb *debugger) printWireType(indent tab, wire *wireType) {$/;"	f
 37181  print_function	./runtime/runtime-gdb.py	/^from __future__ import print_function$/;"	i
 37182  printableStringTest	./encoding/asn1/marshal_test.go	/^type printableStringTest struct {$/;"	t
 37183  printableValue	./text/template/exec.go	/^func printableValue(v reflect.Value) (interface{}, bool) {$/;"	f
 37184  printany	./runtime/error.go	/^func printany(i interface{}) {$/;"	f
 37185  printargs	./cmd/compile/internal/gc/walk.go	/^	var printargs *NodeList$/;"	v
 37186  printbitset	./cmd/compile/internal/gc/plive.go	/^func printbitset(printed int, name string, vars []*Node, bits Bvec) int {$/;"	f
 37187  printblock	./cmd/compile/internal/gc/plive.go	/^func printblock(bb *BasicBlock) {$/;"	f
 37188  printbool	./cmd/compile/internal/gc/builtin/runtime.go	/^func printbool(bool)$/;"	f
 37189  printbool	./runtime/print1.go	/^func printbool(v bool) {$/;"	f
 37190  printbyte	./runtime/print1.go	/^func printbyte(c byte) {$/;"	f
 37191  printcfg	./cmd/compile/internal/gc/plive.go	/^func printcfg(cfg []*BasicBlock) {$/;"	f
 37192  printcomplex	./cmd/compile/internal/gc/builtin/runtime.go	/^func printcomplex(complex128)$/;"	f
 37193  printcomplex	./runtime/print1.go	/^func printcomplex(c complex128) {$/;"	f
 37194  printcreatedby	./runtime/traceback.go	/^func printcreatedby(gp *g) {$/;"	f
 37195  printed	./cmd/compile/internal/gc/plive.go	/^	var printed int$/;"	v
 37196  printeface	./cmd/compile/internal/gc/builtin/runtime.go	/^func printeface(any)$/;"	f
 37197  printeface	./runtime/print1.go	/^func printeface(e interface{}) {$/;"	f
 37198  printeffects	./cmd/compile/internal/gc/plive.go	/^func printeffects(p *obj.Prog, uevar Bvec, varkill Bvec, avarinit Bvec) {$/;"	f
 37199  printer	./encoding/xml/marshal.go	/^type printer struct {$/;"	t
 37200  printer	./go/ast/print.go	/^type printer struct {$/;"	t
 37201  printer	./go/printer/printer.go	/^type printer struct {$/;"	t
 37202  printerconfig	./cmd/fix/printerconfig.go	/^func printerconfig(f *ast.File) bool {$/;"	f
 37203  printerconfigFix	./cmd/fix/printerconfig.go	/^var printerconfigFix = fix{$/;"	v
 37204  printerconfigTests	./cmd/fix/printerconfig_test.go	/^var printerconfigTests = []testCase{$/;"	v
 37205  printf	./cmd/vet/testdata/print.go	/^func printf(format string, args ...interface{}) {$/;"	f
 37206  printf	./go/ast/print.go	/^func (p *printer) printf(format string, args ...interface{}) {$/;"	f
 37207  printf	./net/http/cgi/host.go	/^func (h *Handler) printf(format string, v ...interface{}) {$/;"	f
 37208  printf	./unicode/maketables.go	/^func printf(format string, args ...interface{}) {$/;"	f
 37209  printfArgType	./cmd/vet/print.go	/^type printfArgType int$/;"	t
 37210  printfList	./cmd/vet/print.go	/^var printfList = map[string]int{$/;"	v
 37211  printfloat	./cmd/compile/internal/gc/builtin/runtime.go	/^func printfloat(float64)$/;"	f
 37212  printfloat	./runtime/print1.go	/^func printfloat(v float64) {$/;"	f
 37213  printfuncs	./cmd/vet/print.go	/^var printfuncs = flag.String("printfuncs", "", "comma-separated list of print function names to check")$/;"	v
 37214  printgolden	./math/rand/regress_test.go	/^var printgolden = flag.Bool("printgolden", false, "print golden results for regression test")$/;"	v
 37215  printhex	./cmd/compile/internal/gc/builtin/runtime.go	/^func printhex(uint64)$/;"	f
 37216  printhex	./runtime/print1.go	/^func printhex(v uint64) {$/;"	f
 37217  printiface	./cmd/compile/internal/gc/builtin/runtime.go	/^func printiface(any)$/;"	f
 37218  printiface	./runtime/print1.go	/^func printiface(i fInterface) {$/;"	f
 37219  printint	./cmd/compile/internal/gc/builtin/runtime.go	/^func printint(int64)$/;"	f
 37220  printint	./runtime/print1.go	/^func printint(v int64) {$/;"	f
 37221  println	./builtin/builtin.go	/^func println(args ...Type)$/;"	f
 37222  println	./unicode/maketables.go	/^func println(args ...interface{}) {$/;"	f
 37223  printlock	./cmd/compile/internal/gc/builtin/runtime.go	/^func printlock()$/;"	f
 37224  printlock	./runtime/print1.go	/^func printlock() {$/;"	f
 37225  printnl	./cmd/compile/internal/gc/builtin/runtime.go	/^func printnl()$/;"	f
 37226  printnl	./runtime/print1.go	/^func printnl() {$/;"	f
 37227  printnode	./cmd/compile/internal/gc/plive.go	/^func printnode(node *Node) {$/;"	f
 37228  printpanics	./runtime/panic.go	/^func printpanics(p *_panic) {$/;"	f
 37229  printpc	./runtime/print1.go	/^func printpc(p unsafe.Pointer) {$/;"	f
 37230  printpointer	./cmd/compile/internal/gc/builtin/runtime.go	/^func printpointer(any)$/;"	f
 37231  printpointer	./runtime/print1.go	/^func printpointer(p unsafe.Pointer) {$/;"	f
 37232  printprog	./cmd/compile/internal/gc/plive.go	/^func printprog(p *obj.Prog) {$/;"	f
 37233  printslice	./cmd/compile/internal/gc/builtin/runtime.go	/^func printslice(any)$/;"	f
 37234  printslice	./runtime/print1.go	/^func printslice(s []byte) {$/;"	f
 37235  printsp	./cmd/compile/internal/gc/builtin/runtime.go	/^func printsp()$/;"	f
 37236  printsp	./runtime/print1.go	/^func printsp() {$/;"	f
 37237  printstring	./cmd/compile/internal/gc/builtin/runtime.go	/^func printstring(string)$/;"	f
 37238  printstring	./runtime/print1.go	/^func printstring(s string) {$/;"	f
 37239  printuint	./cmd/compile/internal/gc/builtin/runtime.go	/^func printuint(uint64)$/;"	f
 37240  printuint	./runtime/print1.go	/^func printuint(v uint64) {$/;"	f
 37241  printunlock	./cmd/compile/internal/gc/builtin/runtime.go	/^func printunlock()$/;"	f
 37242  printunlock	./runtime/print1.go	/^func printunlock() {$/;"	f
 37243  printvars	./cmd/compile/internal/gc/plive.go	/^func printvars(name string, bv Bvec, vars []*Node) {$/;"	f
 37244  priority	./cmd/internal/rsc.io/arm/armasm/decode.go	/^	var priority int8$/;"	v
 37245  priv	./crypto/dsa/dsa_test.go	/^	var priv PrivateKey$/;"	v
 37246  priv	./crypto/tls/generate_cert.go	/^	var priv interface{}$/;"	v
 37247  priv	./crypto/x509/pkcs1.go	/^	var priv pkcs1PrivateKey$/;"	v
 37248  priv	./reflect/all_test.go	/^	var priv Private$/;"	v
 37249  privKey	./crypto/x509/pkcs8.go	/^	var privKey pkcs8$/;"	v
 37250  privKey	./crypto/x509/sec1.go	/^	var privKey ecPrivateKey$/;"	v
 37251  private	./go/doc/testdata/f.go	/^type private struct{}$/;"	t
 37252  private	./testing/testing.go	/^func (c *common) private() {}$/;"	f
 37253  privateKey	./encoding/pem/pem_test.go	/^var privateKey = &Block{Type: "RSA PRIVATE KEY",$/;"	v
 37254  privateKey2	./encoding/pem/pem_test.go	/^var privateKey2 = &Block{$/;"	v
 37255  privateTypeMethod	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (myInt) privateTypeMethod()           {}$/;"	f
 37256  prlimit	./syscall/zsyscall_linux_386.go	/^func prlimit(pid int, resource int, old *Rlimit, newlimit *Rlimit) (err error) {$/;"	f
 37257  prlimit	./syscall/zsyscall_linux_amd64.go	/^func prlimit(pid int, resource int, old *Rlimit, newlimit *Rlimit) (err error) {$/;"	f
 37258  prlimit	./syscall/zsyscall_linux_arm.go	/^func prlimit(pid int, resource int, old *Rlimit, newlimit *Rlimit) (err error) {$/;"	f
 37259  prlimit	./syscall/zsyscall_linux_arm64.go	/^func prlimit(pid int, resource int, old *Rlimit, newlimit *Rlimit) (err error) {$/;"	f
 37260  prlimit	./syscall/zsyscall_linux_ppc64.go	/^func prlimit(pid int, resource int, old *Rlimit, newlimit *Rlimit) (err error) {$/;"	f
 37261  prlimit	./syscall/zsyscall_linux_ppc64le.go	/^func prlimit(pid int, resource int, old *Rlimit, newlimit *Rlimit) (err error) {$/;"	f
 37262  prlook	./cmd/yacc/yacc.go	/^func prlook(p Lkset) {$/;"	f
 37263  probablyPrime	./cmd/compile/internal/big/nat.go	/^func (n nat) probablyPrime(reps int) bool {$/;"	f
 37264  probablyPrime	./math/big/nat.go	/^func (n nat) probablyPrime(reps int) bool {$/;"	f
 37265  probe	./net/ipsock_plan9.go	/^func probe(filename, query string) bool {$/;"	f
 37266  probeIPv4Stack	./net/ipsock_plan9.go	/^func probeIPv4Stack() bool {$/;"	f
 37267  probeIPv4Stack	./net/ipsock_posix.go	/^func probeIPv4Stack() bool {$/;"	f
 37268  probeIPv6Stack	./net/ipsock_plan9.go	/^func probeIPv6Stack() (supportsIPv6, supportsIPv4map bool) {$/;"	f
 37269  probeIPv6Stack	./net/ipsock_posix.go	/^func probeIPv6Stack() (supportsIPv6, supportsIPv4map bool) {$/;"	f
 37270  probes	./net/ipsock_posix.go	/^	var probes = []struct {$/;"	v
 37271  proc	./cmd/trace/trace.go	/^func (ctx *traceContext) proc(ev *trace.Event) uint64 {$/;"	f
 37272  procEntry	./syscall/syscall_windows.go	/^	var procEntry ProcessEntry32$/;"	v
 37273  procInst	./encoding/xml/xml.go	/^func procInst(param, s string) string {$/;"	f
 37274  procInstEncodingTest	./encoding/xml/xml_test.go	/^type procInstEncodingTest struct {$/;"	t
 37275  procInstTests	./encoding/xml/xml_test.go	/^var procInstTests = []struct {$/;"	v
 37276  procPin	./runtime/proc1.go	/^func procPin() int {$/;"	f
 37277  procUnpin	./runtime/proc1.go	/^func procUnpin() {$/;"	f
 37278  procdir	./runtime/os1_plan9.go	/^var procdir = []byte("\/proc\/")$/;"	v
 37279  process	./os/signal/signal.go	/^func process(sig os.Signal) {$/;"	f
 37280  processApp0Marker	./image/jpeg/reader.go	/^func (d *decoder) processApp0Marker(n int) error {$/;"	f
 37281  processApp14Marker	./image/jpeg/reader.go	/^func (d *decoder) processApp14Marker(n int) error {$/;"	f
 37282  processBackward	./image/draw/draw.go	/^func processBackward(dst Image, r image.Rectangle, src image.Image, sp image.Point) bool {$/;"	f
 37283  processCertsFromClient	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) processCertsFromClient(certificates [][]byte) (crypto.PublicKey, error) {$/;"	f
 37284  processClientKeyExchange	./crypto/tls/key_agreement.go	/^func (ka *ecdheKeyAgreement) processClientKeyExchange(config *Config, cert *Certificate, ckx *clientKeyExchangeMsg, version uint16) ([]byte, error) {$/;"	f
 37285  processClientKeyExchange	./crypto/tls/key_agreement.go	/^func (ka rsaKeyAgreement) processClientKeyExchange(config *Config, cert *Certificate, ckx *clientKeyExchangeMsg, version uint16) ([]byte, error) {$/;"	f
 37286  processDHT	./image/jpeg/huffman.go	/^func (d *decoder) processDHT(n int) error {$/;"	f
 37287  processDQT	./image/jpeg/reader.go	/^func (d *decoder) processDQT(n int) error {$/;"	f
 37288  processDRI	./image/jpeg/reader.go	/^func (d *decoder) processDRI(n int) error {$/;"	f
 37289  processFile	./cmd/fix/main.go	/^func processFile(filename string, useStdin bool) error {$/;"	f
 37290  processFile	./cmd/gofmt/gofmt.go	/^func processFile(filename string, in io.Reader, out io.Writer, stdin bool) error {$/;"	f
 37291  processFlags	./cmd/pprof/internal/driver/driver.go	/^func processFlags(p *profile.Profile, ui plugin.UI, f *flags) error {$/;"	f
 37292  processLog	./runtime/race/race_test.go	/^func processLog(testName string, tsanLog []string) string {$/;"	f
 37293  processSOF	./image/jpeg/reader.go	/^func (d *decoder) processSOF(n int) error {$/;"	f
 37294  processSOS	./image/jpeg/scan.go	/^func (d *decoder) processSOS(n int) error {$/;"	f
 37295  processServerHello	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) processServerHello() (bool, error) {$/;"	f
 37296  processServerKeyExchange	./crypto/tls/key_agreement.go	/^func (ka *ecdheKeyAgreement) processServerKeyExchange(config *Config, clientHello *clientHelloMsg, serverHello *serverHelloMsg, cert *x509.Certificate, skx *serverKeyExchangeMsg) error {$/;"	f
 37297  processServerKeyExchange	./crypto/tls/key_agreement.go	/^func (ka rsaKeyAgreement) processServerKeyExchange(config *Config, clientHello *clientHelloMsg, serverHello *serverHelloMsg, cert *x509.Certificate, skx *serverKeyExchangeMsg) error {$/;"	f
 37298  processSignals	./cmd/go/signal.go	/^func processSignals() {$/;"	f
 37299  procresize	./runtime/proc1.go	/^func procresize(nprocs int32) *p {$/;"	f
 37300  procs	./syscall/exec_plan9.go	/^var procs struct {$/;"	v
 37301  procyield	./runtime/stubs.go	/^func procyield(cycles uint32)$/;"	f
 37302  prodNN	./cmd/compile/internal/big/nat_test.go	/^var prodNN = []argNN{$/;"	v
 37303  prodNN	./math/big/nat_test.go	/^var prodNN = []argNN{$/;"	v
 37304  prodVW	./cmd/compile/internal/big/arith_test.go	/^var prodVW = []argVW{$/;"	v
 37305  prodVW	./math/big/arith_test.go	/^var prodVW = []argVW{$/;"	v
 37306  prodVWW	./cmd/compile/internal/big/arith_test.go	/^var prodVWW = []argVWW{$/;"	v
 37307  prodVWW	./math/big/arith_test.go	/^var prodVWW = []argVWW{$/;"	v
 37308  prodZZ	./cmd/compile/internal/big/int_test.go	/^var prodZZ = []argZZ{$/;"	v
 37309  prodZZ	./math/big/int_test.go	/^var prodZZ = []argZZ{$/;"	v
 37310  product	./go/types/hilbert_test.go	/^func (g *gen) product(n int) {$/;"	f
 37311  prof	./runtime/pprof/pprof_test.go	/^		var prof bytes.Buffer$/;"	v
 37312  prof	./runtime/pprof/pprof_test.go	/^	var prof bytes.Buffer$/;"	v
 37313  prof	./runtime/proc1.go	/^var prof struct {$/;"	v
 37314  profile	./cmd/cover/cover.go	/^var profile string \/\/ The profile to read; the value of -html or -func$/;"	v
 37315  profileDecoder	./cmd/pprof/internal/profile/encode.go	/^var profileDecoder = []decoder{$/;"	v
 37316  profileFunctionNames	./cmd/pprof/internal/driver/interactive.go	/^var profileFunctionNames = []string{}$/;"	v
 37317  profileWriter	./runtime/pprof/pprof.go	/^func profileWriter(w io.Writer) {$/;"	f
 37318  profilealloc	./runtime/malloc.go	/^func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {$/;"	f
 37319  profileloop	./runtime/os1_windows.go	/^func profileloop()$/;"	f
 37320  profileloop1	./runtime/os1_windows.go	/^func profileloop1(param uintptr) uint32 {$/;"	f
 37321  profilem	./runtime/os1_windows.go	/^func profilem(mp *m) {$/;"	f
 37322  profiles	./runtime/pprof/pprof.go	/^var profiles struct {$/;"	v
 37323  profiletimer	./runtime/os1_windows.go	/^var profiletimer uintptr$/;"	v
 37324  proflock	./runtime/mprof.go	/^var proflock mutex$/;"	v
 37325  prog	./cmd/go/go_test.go	/^	var prog string$/;"	v
 37326  prog	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^	var prog elf.Prog32$/;"	v
 37327  prog	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var prog elf.Prog32$/;"	v
 37328  prog	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var prog elf.Prog64$/;"	v
 37329  prog	./debug/plan9obj/plan9obj.go	/^type prog struct {$/;"	t
 37330  progMachine	./regexp/exec.go	/^func progMachine(p *syntax.Prog, op *onePassProg) *machine {$/;"	f
 37331  progToPointerMask	./runtime/mbitmap.go	/^func progToPointerMask(prog *byte, size uintptr) bitvector {$/;"	f
 37332  progbits	./cmd/internal/gcprog/gcprog.go	/^func progbits(p []byte) int64 {$/;"	f
 37333  progcarryflags	./cmd/compile/internal/amd64/prog.go	/^func progcarryflags(p *obj.Prog) uint32 {$/;"	f
 37334  progedit	./cmd/internal/obj/arm/obj5.go	/^func progedit(ctxt *obj.Link, p *obj.Prog) {$/;"	f
 37335  progedit	./cmd/internal/obj/arm64/obj7.go	/^func progedit(ctxt *obj.Link, p *obj.Prog) {$/;"	f
 37336  progedit	./cmd/internal/obj/ppc64/obj9.go	/^func progedit(ctxt *obj.Link, p *obj.Prog) {$/;"	f
 37337  progedit	./cmd/internal/obj/x86/obj6.go	/^func progedit(ctxt *obj.Link, p *obj.Prog) {$/;"	f
 37338  progedit_tlsfallback	./cmd/internal/obj/arm/obj5.go	/^var progedit_tlsfallback *obj.LSym$/;"	v
 37339  progeffects	./cmd/compile/internal/gc/plive.go	/^func progeffects(prog *obj.Prog, vars []*Node, uevar Bvec, varkill Bvec, avarinit Bvec) {$/;"	f
 37340  progflags	./cmd/compile/internal/amd64/prog.go	/^func progflags(p *obj.Prog) uint32 {$/;"	f
 37341  proginfo	./cmd/compile/internal/amd64/prog.go	/^func proginfo(p *obj.Prog) {$/;"	f
 37342  proginfo	./cmd/compile/internal/arm/prog.go	/^func proginfo(p *obj.Prog) {$/;"	f
 37343  proginfo	./cmd/compile/internal/arm64/prog.go	/^func proginfo(p *obj.Prog) {$/;"	f
 37344  proginfo	./cmd/compile/internal/ppc64/prog.go	/^func proginfo(p *obj.Prog) {$/;"	f
 37345  proginfo	./cmd/compile/internal/x86/prog.go	/^func proginfo(p *obj.Prog) {$/;"	f
 37346  program	./crypto/md5/gen.go	/^var program = `\/\/ Copyright 2013 The Go Authors. All rights reserved.$/;"	v
 37347  program	./go/types/hilbert_test.go	/^func program(n int, out string) []byte {$/;"	f
 37348  progtable	./cmd/compile/internal/amd64/prog.go	/^var progtable = [x86.ALAST]obj.ProgInfo{$/;"	v
 37349  progtable	./cmd/compile/internal/arm/prog.go	/^var progtable = [arm.ALAST]obj.ProgInfo{$/;"	v
 37350  progtable	./cmd/compile/internal/arm64/prog.go	/^var progtable = [arm64.ALAST]obj.ProgInfo{$/;"	v
 37351  progtable	./cmd/compile/internal/ppc64/prog.go	/^var progtable = [ppc64.ALAST]obj.ProgInfo{$/;"	v
 37352  progtable	./cmd/compile/internal/x86/prog.go	/^var progtable = [x86.ALAST]obj.ProgInfo{$/;"	v
 37353  prohibitionaryDialArgTests	./net/dial_test.go	/^var prohibitionaryDialArgTests = []struct {$/;"	v
 37354  prop	./cmd/compile/internal/gc/reg.go	/^func prop(f *Flow, ref Bits, cal Bits) {$/;"	f
 37355  properties	./unicode/maketables.go	/^	println("var properties = [MaxLatin1+1]uint8{")$/;"	v
 37356  properties	./unicode/tables.go	/^var properties = [MaxLatin1 + 1]uint8{$/;"	v
 37357  property	./unicode/maketables.go	/^		var property string$/;"	v
 37358  proplist	./unicode/maketables.go	/^var proplist = flag.String("props",$/;"	v
 37359  props	./unicode/maketables.go	/^var props = make(map[string][]Script) \/\/ a property looks like a script; can share the format$/;"	v
 37360  protocolString	./net/internal/socktest/switch_posix.go	/^func protocolString(proto int) string {$/;"	f
 37361  protocolString	./net/internal/socktest/switch_stub.go	/^func protocolString(proto int) string { return "<nil>" }$/;"	f
 37362  protocols	./net/lookup.go	/^var protocols = map[string]int{$/;"	v
 37363  provided	./encoding/gob/type.go	/^	\/\/ Store the name and type provided by the user....$/;"	t
 37364  provides	./expvar/expvar.go	/^\/\/ Package expvar provides a standardized interface to public variables, such$/;"	v
 37365  proxy	./net/http/proxy_test.go	/^		var proxy *url.URL$/;"	v
 37366  proxy	./net/http/transport.go	/^	var proxy string$/;"	v
 37367  proxyAuth	./net/http/transport.go	/^func (cm *connectMethod) proxyAuth() string {$/;"	f
 37368  proxyFromEnvTest	./net/http/transport_test.go	/^type proxyFromEnvTest struct {$/;"	t
 37369  proxyFromEnvTests	./net/http/transport_test.go	/^var proxyFromEnvTests = []proxyFromEnvTest{$/;"	v
 37370  proxyQueryTests	./net/http/httputil/reverseproxy_test.go	/^var proxyQueryTests = []struct {$/;"	v
 37371  prw	./syscall/fd_nacl.go	/^func (f *naclFile) prw(b []byte, offset int64, rw func([]byte) (int, error)) (int, error) {$/;"	f
 37372  ps	./os/os_test.go	/^	var ps *ProcessState$/;"	v
 37373  pseudo	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) pseudo(op int, word string, operands [][]lex.Token) {$/;"	f
 37374  pseudoUnix	./time/zoneinfo_windows.go	/^func pseudoUnix(year int, d *syscall.Systemtime) int64 {$/;"	f
 37375  pseudocall	./cmd/compile/internal/gc/go.y	/^pseudocall:$/;"	l
 37376  pstate	./cmd/yacc/yacc.go	/^var pstate = make([]int, NSTATES+2) \/\/ index into statemem to the descriptions of the states$/;"	v
 37377  pstate	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) pstate() uint64    { return c.regs().pstate }$/;"	f
 37378  pstatefield	./cmd/internal/obj/arm64/asm7.go	/^var pstatefield = []struct {$/;"	v
 37379  pstring	./syscall/dir_plan9.go	/^func pstring(b []byte, s string) []byte {$/;"	f
 37380  ptStrings	./debug/elf/elf.go	/^var ptStrings = []intName{$/;"	v
 37381  ptest	./cmd/go/test.go	/^	var ptest, pxtest, pmain *Package$/;"	v
 37382  pthread	./runtime/defs1_solaris_amd64.go	/^type pthread uint32$/;"	t
 37383  pthread_attr_destroy	./runtime/os3_solaris.go	/^func pthread_attr_destroy(attr *pthreadattr) int32 {$/;"	f
 37384  pthread_attr_getstack	./runtime/os3_solaris.go	/^func pthread_attr_getstack(attr *pthreadattr, addr unsafe.Pointer, size *uint64) int32 {$/;"	f
 37385  pthread_attr_init	./runtime/os3_solaris.go	/^func pthread_attr_init(attr *pthreadattr) int32 {$/;"	f
 37386  pthread_attr_setdetachstate	./runtime/os3_solaris.go	/^func pthread_attr_setdetachstate(attr *pthreadattr, state int32) int32 {$/;"	f
 37387  pthread_attr_setstack	./runtime/os3_solaris.go	/^func pthread_attr_setstack(attr *pthreadattr, addr uintptr, size uint64) int32 {$/;"	f
 37388  pthread_create	./runtime/cgo/gcc_openbsd_386.c	/^pthread_create(pthread_t *thread, const pthread_attr_t *attr,$/;"	f
 37389  pthread_create	./runtime/cgo/gcc_openbsd_amd64.c	/^pthread_create(pthread_t *thread, const pthread_attr_t *attr,$/;"	f
 37390  pthread_create	./runtime/os3_solaris.go	/^func pthread_create(thread *pthread, attr *pthreadattr, fn uintptr, arg unsafe.Pointer) int32 {$/;"	f
 37391  pthreadattr	./runtime/defs1_solaris_amd64.go	/^type pthreadattr struct {$/;"	t
 37392  ptr	./cmd/compile/internal/gc/cgen.go	/^		var ptr Node$/;"	v
 37393  ptr	./cmd/compile/internal/gc/subr.go	/^		var ptr int$/;"	v
 37394  ptr	./cmd/compile/internal/gc/swt.go	/^					var ptr int$/;"	v
 37395  ptr	./cmd/compile/internal/gc/typecheck.go	/^			var ptr int$/;"	v
 37396  ptr	./runtime/mcache.go	/^func (p gclinkptr) ptr() *gclink {$/;"	f
 37397  ptr	./runtime/mgcwork.go	/^func (wp wbufptr) ptr() *workbuf {$/;"	f
 37398  ptr	./runtime/runtime2.go	/^func (gp guintptr) ptr() *g   { return (*g)(unsafe.Pointer(gp)) }$/;"	f
 37399  ptr	./runtime/runtime2.go	/^func (mp muintptr) ptr() *m   { return (*m)(unsafe.Pointer(mp)) }$/;"	f
 37400  ptr	./runtime/runtime2.go	/^func (pp puintptr) ptr() *p   { return (*p)(unsafe.Pointer(pp)) }$/;"	f
 37401  ptr	./syscall/syscall_bsd.go	/^	var ptr unsafe.Pointer$/;"	v
 37402  ptr	./syscall/syscall_linux.go	/^	var ptr unsafe.Pointer$/;"	v
 37403  ptr	./syscall/syscall_solaris.go	/^	var ptr unsafe.Pointer$/;"	v
 37404  ptrEncoder	./encoding/json/encode.go	/^type ptrEncoder struct {$/;"	t
 37405  ptrMap	./reflect/type.go	/^var ptrMap struct {$/;"	v
 37406  ptrRecv	./go/types/methodset.go	/^func ptrRecv(f *Func) bool {$/;"	f
 37407  ptrSize	./runtime/cgo/signal_darwin_armx.go	/^	var ptrSize = unsafe.Sizeof(uintptr(0))$/;"	v
 37408  ptrSizeMap	./cmd/cgo/main.go	/^var ptrSizeMap = map[string]int64{$/;"	v
 37409  ptrTo	./reflect/type.go	/^func (t *rtype) ptrTo() *rtype {$/;"	f
 37410  ptrType	./reflect/type.go	/^type ptrType struct {$/;"	t
 37411  ptrace	./syscall/zsyscall_darwin_386.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37412  ptrace	./syscall/zsyscall_darwin_amd64.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37413  ptrace	./syscall/zsyscall_darwin_arm.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37414  ptrace	./syscall/zsyscall_darwin_arm64.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37415  ptrace	./syscall/zsyscall_linux_386.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37416  ptrace	./syscall/zsyscall_linux_amd64.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37417  ptrace	./syscall/zsyscall_linux_arm.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37418  ptrace	./syscall/zsyscall_linux_arm64.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37419  ptrace	./syscall/zsyscall_linux_ppc64.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37420  ptrace	./syscall/zsyscall_linux_ppc64le.go	/^func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {$/;"	f
 37421  ptracePeek	./syscall/syscall_linux.go	/^func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, err error) {$/;"	f
 37422  ptracePoke	./syscall/syscall_linux.go	/^func ptracePoke(pokeReq int, peekReq int, pid int, addr uintptr, data []byte) (count int, err error) {$/;"	f
 37423  ptrbit	./runtime/stack1.go	/^func ptrbit(bv *gobitvector, i uintptr) uint8 {$/;"	f
 37424  ptrdata	./reflect/type.go	/^	var ptrdata uintptr$/;"	v
 37425  ptregs	./runtime/defs_linux_ppc64.go	/^type ptregs struct {$/;"	t
 37426  ptregs	./runtime/defs_linux_ppc64le.go	/^type ptregs struct {$/;"	t
 37427  ptrmethod	./runtime/debug/stack_test.go	/^func (t *T) ptrmethod() []byte {$/;"	f
 37428  ptrnames	./runtime/stack1.go	/^var ptrnames = []string{$/;"	v
 37429  ptrsz	./debug/gosym/symtab.go	/^	var ptrsz int$/;"	v
 37430  ptrto1	./cmd/compile/internal/gc/subr.go	/^func ptrto1(t *Type) *Type {$/;"	f
 37431  ptrtype	./cmd/compile/internal/gc/go.y	/^ptrtype:$/;"	l
 37432  ptrtype	./runtime/type.go	/^type ptrtype struct {$/;"	t
 37433  ptxt	./cmd/compile/internal/gc/pgen.go	/^	var ptxt *obj.Prog$/;"	v
 37434  pub	./crypto/tls/handshake_server.go	/^		var pub crypto.PublicKey$/;"	v
 37435  pub	./crypto/tls/handshake_server.go	/^	var pub crypto.PublicKey \/\/ public key for client auth, if any$/;"	v
 37436  pub	./reflect/all_test.go	/^	var pub Public$/;"	v
 37437  pubType	./crypto/x509/x509.go	/^	var pubType PublicKeyAlgorithm$/;"	v
 37438  publicKey	./crypto/tls/generate_cert.go	/^func publicKey(priv interface{}) interface{} {$/;"	f
 37439  publicKeyAlgorithm	./crypto/x509/x509.go	/^	var publicKeyAlgorithm pkix.AlgorithmIdentifier$/;"	v
 37440  publicKeyBytes	./crypto/x509/x509.go	/^	var publicKeyBytes []byte$/;"	v
 37441  publicKeyInfo	./crypto/x509/x509.go	/^type publicKeyInfo struct {$/;"	t
 37442  publicationBarrier	./runtime/stubs.go	/^func publicationBarrier()$/;"	f
 37443  pubnameso	./cmd/link/internal/ld/dwarf.go	/^var pubnameso int64$/;"	v
 37444  pubnamessize	./cmd/link/internal/ld/dwarf.go	/^var pubnamessize int64$/;"	v
 37445  pubtypeso	./cmd/link/internal/ld/dwarf.go	/^var pubtypeso int64$/;"	v
 37446  pubtypessize	./cmd/link/internal/ld/dwarf.go	/^var pubtypessize int64$/;"	v
 37447  puintptr	./runtime/runtime2.go	/^type puintptr uintptr$/;"	t
 37448  punctuationTag	./encoding/json/tagkey_test.go	/^type punctuationTag struct {$/;"	t
 37449  punycodeTestCases	./net/http/cookiejar/punycode_test.go	/^var punycodeTestCases = [...]struct {$/;"	v
 37450  pure_go	./cmd/compile/internal/gc/go.go	/^var pure_go int$/;"	v
 37451  purgecachedstats	./runtime/mstats.go	/^func purgecachedstats(c *mcache) {$/;"	f
 37452  push	./cmd/compile/internal/gc/dcl.go	/^func push() *Sym {$/;"	f
 37453  push	./cmd/go/pkg.go	/^func (s *importStack) push(p string) {$/;"	f
 37454  push	./encoding/xml/marshal.go	/^func (s *parentStack) push(parents []string) error {$/;"	f
 37455  push	./encoding/xml/xml.go	/^func (d *Decoder) push(kind int) *stack {$/;"	f
 37456  push	./go/ast/commentmap.go	/^func (s *nodeStack) push(n Node) {$/;"	f
 37457  push	./regexp/backtrack.go	/^func (b *bitState) push(pc uint32, pos int, arg int) {$/;"	f
 37458  push	./regexp/syntax/parse.go	/^func (p *parser) push(re *Regexp) *Regexp {$/;"	f
 37459  push	./runtime/race/testdata/regression_test.go	/^func (s *stack) push(x int) {$/;"	f
 37460  push	./runtime/sigqueue_plan9.go	/^func (q *noteQueue) push(item *byte) bool {$/;"	f
 37461  push	./text/template/exec.go	/^func (s *state) push(name string, value reflect.Value) {$/;"	f
 37462  pushEOF	./encoding/xml/xml.go	/^func (d *Decoder) pushEOF() {$/;"	f
 37463  pushElement	./encoding/xml/xml.go	/^func (d *Decoder) pushElement(name Name) {$/;"	f
 37464  pushNs	./encoding/xml/xml.go	/^func (d *Decoder) pushNs(local string, url string, ok bool) {$/;"	f
 37465  pushParseState	./encoding/json/scanner.go	/^func (s *scanner) pushParseState(p int) {$/;"	f
 37466  pushScope	./cmd/api/goapi.go	/^func (w *Walker) pushScope(name string) (popFunc func()) {$/;"	f
 37467  pushSection	./debug/macho/file.go	/^func (f *File) pushSection(sh *Section, r io.ReaderAt) {$/;"	f
 37468  pushWriter	./encoding/gob/encoder.go	/^func (enc *Encoder) pushWriter(w io.Writer) {$/;"	f
 37469  pushback	./cmd/compile/internal/amd64/peep.go	/^func pushback(r0 *gc.Flow) {$/;"	f
 37470  pushdcl	./cmd/compile/internal/gc/dcl.go	/^func pushdcl(s *Sym) *Sym {$/;"	f
 37471  pushedio	./cmd/compile/internal/gc/go.go	/^var pushedio Io$/;"	v
 37472  pushpop	./cmd/internal/obj/x86/obj6.go	/^func pushpop(a int) bool {$/;"	f
 37473  pushtype	./cmd/compile/internal/gc/typecheck.go	/^func pushtype(n *Node, t *Type) {$/;"	f
 37474  put	./regexp/regexp.go	/^func (re *Regexp) put(z *machine) {$/;"	f
 37475  put	./runtime/mgcwork.go	/^func (ww *gcWork) put(obj uintptr) {$/;"	f
 37476  put	./runtime/trace.go	/^func (tab *traceStackTable) put(pcs []uintptr) uint32 {$/;"	f
 37477  put2	./compress/gzip/gzip.go	/^func put2(p []byte, v uint16) {$/;"	f
 37478  put4	./cmd/internal/obj/x86/asm6.go	/^func put4(ctxt *obj.Link, v int32) {$/;"	f
 37479  put4	./compress/gzip/gzip.go	/^func put4(p []byte, v uint32) {$/;"	f
 37480  put8	./cmd/internal/obj/x86/asm6.go	/^func put8(ctxt *obj.Link, v int64) {$/;"	f
 37481  putBuffer	./mime/encodedword.go	/^func putBuffer(buf *bytes.Buffer) {$/;"	f
 37482  putBufioReader	./net/http/server.go	/^func putBufioReader(br *bufio.Reader) {$/;"	f
 37483  putBufioWriter	./net/http/server.go	/^func putBufioWriter(bw *bufio.Writer) {$/;"	f
 37484  putConn	./database/sql/sql.go	/^func (db *DB) putConn(dc *driverConn, err error) {$/;"	f
 37485  putConn	./net/mockserver_test.go	/^func (dss *dualStackServer) putConn(c Conn) error {$/;"	f
 37486  putConnDBLocked	./database/sql/sql.go	/^func (db *DB) putConnDBLocked(dc *driverConn, err error) bool {$/;"	f
 37487  putConnHook	./database/sql/sql.go	/^var putConnHook func(*DB, *driverConn)$/;"	v
 37488  putIdleConn	./net/http/transport.go	/^func (t *Transport) putIdleConn(pconn *persistConn) bool {$/;"	f
 37489  putTextprotoReader	./net/http/request.go	/^func putTextprotoReader(r *textproto.Reader) {$/;"	f
 37490  putUint64	./crypto/cipher/gcm.go	/^func putUint64(out []byte, v uint64) {$/;"	f
 37491  putattr	./cmd/link/internal/ld/dwarf.go	/^func putattr(abbrev int, form int, cls int, value int64, data interface{}) {$/;"	f
 37492  putattrs	./cmd/link/internal/ld/dwarf.go	/^func putattrs(abbrev int, attr *DWAttr) {$/;"	f
 37493  putdie	./cmd/link/internal/ld/dwarf.go	/^func putdie(die *DWDie) {$/;"	f
 37494  putdies	./cmd/link/internal/ld/dwarf.go	/^func putdies(die *DWDie) {$/;"	f
 37495  putelfsectionsym	./cmd/link/internal/ld/symtab.go	/^func putelfsectionsym(s *LSym, shndx int) {$/;"	f
 37496  putelfstr	./cmd/link/internal/ld/symtab.go	/^func putelfstr(s string) int {$/;"	f
 37497  putelfsym	./cmd/link/internal/ld/symtab.go	/^func putelfsym(x *LSym, s string, t int, addr int64, size int64, ver int, go_ *LSym) {$/;"	f
 37498  putelfsyment	./cmd/link/internal/ld/symtab.go	/^func putelfsyment(off int, addr int64, size int64, info int, shndx int, other int) {$/;"	f
 37499  putelfsymshndx	./cmd/link/internal/ld/symtab.go	/^func putelfsymshndx(sympos int64, shndx int) {$/;"	f
 37500  putempty	./runtime/mgcwork.go	/^func putempty(b *workbuf, entry int) {$/;"	f
 37501  putfull	./runtime/mgcwork.go	/^func putfull(b *workbuf, entry int) {$/;"	f
 37502  putitem	./cmd/yacc/yacc.go	/^func putitem(p Pitem, set Lkset) {$/;"	f
 37503  putpartial	./runtime/mgcwork.go	/^func putpartial(b *workbuf, entry int) {$/;"	f
 37504  putpccfadelta	./cmd/link/internal/ld/dwarf.go	/^func putpccfadelta(deltapc int64, cfa int64) {$/;"	f
 37505  putpclcdelta	./cmd/link/internal/ld/dwarf.go	/^func putpclcdelta(delta_pc int64, delta_lc int64) {$/;"	f
 37506  putplan9sym	./cmd/link/internal/ld/symtab.go	/^func putplan9sym(x *LSym, s string, t int, addr int64, size int64, ver int, go_ *LSym) {$/;"	f
 37507  putrune	./cmd/yacc/yacc.go	/^func putrune(f *bufio.Writer, c int) {$/;"	f
 37508  pwd	./cmd/doc/main.go	/^func pwd() string {$/;"	f
 37509  pwd	./cmd/go/go_test.go	/^func (tg *testgoData) pwd() string {$/;"	f
 37510  pwd	./os/user/lookup_unix.go	/^	var pwd C.struct_passwd$/;"	v
 37511  pwrite	./os/file_plan9.go	/^func (f *File) pwrite(b []byte, off int64) (n int, err error) {$/;"	f
 37512  pwrite	./os/file_unix.go	/^func (f *File) pwrite(b []byte, off int64) (n int, err error) {$/;"	f
 37513  pwrite	./os/file_windows.go	/^func (f *File) pwrite(b []byte, off int64) (n int, err error) {$/;"	f
 37514  pwrite	./runtime/os_plan9.go	/^func pwrite(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32$/;"	f
 37515  pwrite	./syscall/fd_nacl.go	/^func (*defaultFileImpl) pwrite([]byte, int64) (int, error) { return 0, ENOSYS }$/;"	f
 37516  pwrite	./syscall/fd_nacl.go	/^func (f *naclFile) pwrite(b []byte, offset int64) (int, error) {$/;"	f
 37517  pwrite	./syscall/fs_nacl.go	/^func (f *fsysFile) pwrite(b []byte, offset int64) (int, error) {$/;"	f
 37518  pwrite	./syscall/fs_nacl.go	/^func (f *nullFile) pwrite(b []byte, offset int64) (int, error) { return len(b), nil }$/;"	f
 37519  pwrite	./syscall/fs_nacl.go	/^func (f *zeroFile) pwrite(b []byte, offset int64) (int, error) { return len(b), nil }$/;"	f
 37520  pwrite	./syscall/fs_nacl.go	/^func (f randomFile) pwrite(b []byte, offset int64) (int, error) {$/;"	f
 37521  pwriteLocked	./syscall/fs_nacl.go	/^func (f *fsysFile) pwriteLocked(b []byte, offset int64) (int, error) {$/;"	f
 37522  px	./crypto/elliptic/p256.go	/^	var px, py, pz, tx, ty, tz [p256Limbs]uint32$/;"	v
 37523  px	./crypto/elliptic/p256.go	/^	var px, py, tx, ty, tz [p256Limbs]uint32$/;"	v
 37524  px	./crypto/elliptic/p256.go	/^	var px, py, x1, y1, z1 [p256Limbs]uint32$/;"	v
 37525  pzero	./math/j0.go	/^func pzero(x float64) float64 {$/;"	f
 37526  q0R2	./math/j0.go	/^var q0R2 = [6]float64{$/;"	v
 37527  q0R3	./math/j0.go	/^var q0R3 = [6]float64{$/;"	v
 37528  q0R5	./math/j0.go	/^var q0R5 = [6]float64{$/;"	v
 37529  q0R8	./math/j0.go	/^var q0R8 = [6]float64{$/;"	v
 37530  q0S2	./math/j0.go	/^var q0S2 = [6]float64{$/;"	v
 37531  q0S3	./math/j0.go	/^var q0S3 = [6]float64{$/;"	v
 37532  q0S5	./math/j0.go	/^var q0S5 = [6]float64{$/;"	v
 37533  q0S8	./math/j0.go	/^var q0S8 = [6]float64{$/;"	v
 37534  q1	./cmd/internal/obj/arm/obj5.go	/^	var q1 *obj.Prog$/;"	v
 37535  q1	./cmd/internal/obj/arm64/obj7.go	/^	var q1 *obj.Prog$/;"	v
 37536  q1	./cmd/internal/obj/ppc64/obj9.go	/^	var q1 *obj.Prog$/;"	v
 37537  q1	./cmd/internal/obj/x86/obj6.go	/^	var q1 *obj.Prog$/;"	v
 37538  q1R2	./math/j1.go	/^var q1R2 = [6]float64{$/;"	v
 37539  q1R3	./math/j1.go	/^var q1R3 = [6]float64{$/;"	v
 37540  q1R5	./math/j1.go	/^var q1R5 = [6]float64{$/;"	v
 37541  q1R8	./math/j1.go	/^var q1R8 = [6]float64{$/;"	v
 37542  q1S2	./math/j1.go	/^var q1S2 = [6]float64{$/;"	v
 37543  q1S3	./math/j1.go	/^var q1S3 = [6]float64{$/;"	v
 37544  q1S5	./math/j1.go	/^var q1S5 = [6]float64{$/;"	v
 37545  q1S8	./math/j1.go	/^var q1S8 = [6]float64{$/;"	v
 37546  q2	./cmd/internal/obj/arm/obj5.go	/^	var q2 *obj.Prog$/;"	v
 37547  q2	./cmd/internal/obj/arm64/obj7.go	/^	var q2 *obj.Prog$/;"	v
 37548  qDecode	./mime/encodedword.go	/^func qDecode(s string) ([]byte, error) {$/;"	f
 37549  qhi	./runtime/vlrt.go	/^	var qhi uint32$/;"	v
 37550  qone	./math/j1.go	/^func qone(x float64) float64 {$/;"	f
 37551  qpos	./go/ast/commentmap.go	/^		var qpos token.Position$/;"	v
 37552  qq	./runtime/race.go	/^var qq = [...]byte{'?', '?', 0}$/;"	v
 37553  qsufsort	./index/suffixarray/qsufsort.go	/^func qsufsort(data []byte) []int {$/;"	f
 37554  qtype	./net/dnsclient.go	/^				\/\/ of type qtype, but we don't$/;"	t
 37555  qualifier	./go/types/errors.go	/^func (check *Checker) qualifier(pkg *Package) string {$/;"	f
 37556  quantErrorCurr	./image/draw/draw.go	/^	var quantErrorCurr, quantErrorNext [][4]int32$/;"	v
 37557  quantIndex	./image/jpeg/writer.go	/^type quantIndex int$/;"	t
 37558  query	./database/sql/sql.go	/^func (db *DB) query(query string, args []interface{}, strategy connReuseStrategy) (*Rows, error) {$/;"	f
 37559  query	./net/http/cookiejar/jar_test.go	/^type query struct {$/;"	t
 37560  query	./net/http/server.go	/^			var query string$/;"	v
 37561  query	./net/lookup_plan9.go	/^func query(filename, query string, bufSize int) (res []string, err error) {$/;"	f
 37562  queryCS	./net/lookup_plan9.go	/^func queryCS(net, host, service string) (res []string, err error) {$/;"	f
 37563  queryCS1	./net/lookup_plan9.go	/^func queryCS1(net string, ip IP, port int) (clone, dest string, err error) {$/;"	f
 37564  queryConn	./database/sql/sql.go	/^func (db *DB) queryConn(dc *driverConn, releaseConn func(error), query string, args []interface{}) (*Rows, error) {$/;"	f
 37565  queryDNS	./net/lookup_plan9.go	/^func queryDNS(addr string, typ string) (res []string, err error) {$/;"	f
 37566  quest	./regexp/syntax/compile.go	/^func (c *compiler) quest(f1 frag, nongreedy bool) frag {$/;"	f
 37567  queue	./regexp/exec.go	/^type queue struct {$/;"	t
 37568  queue	./runtime/sema.go	/^func (root *semaRoot) queue(addr *uint32, s *sudog) {$/;"	f
 37569  queue	./syscall/net_nacl.go	/^type queue struct {$/;"	t
 37570  queueOnePass	./regexp/onepass.go	/^type queueOnePass struct {$/;"	t
 37571  queuefinalizer	./runtime/mfinal.go	/^func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) {$/;"	f
 37572  queuemethod	./cmd/compile/internal/gc/typecheck.go	/^func queuemethod(n *Node) {$/;"	f
 37573  quickSort	./sort/sort.go	/^func quickSort(data Interface, a, b, maxDepth int) {$/;"	f
 37574  quoTests	./cmd/compile/internal/big/int_test.go	/^var quoTests = []struct {$/;"	v
 37575  quoTests	./math/big/int_test.go	/^var quoTests = []struct {$/;"	v
 37576  quotToFloat32	./cmd/compile/internal/big/rat.go	/^func quotToFloat32(a, b nat) (f float32, exact bool) {$/;"	f
 37577  quotToFloat32	./math/big/rat.go	/^func quotToFloat32(a, b nat) (f float32, exact bool) {$/;"	f
 37578  quotToFloat64	./cmd/compile/internal/big/rat.go	/^func quotToFloat64(a, b nat) (f float64, exact bool) {$/;"	f
 37579  quotToFloat64	./math/big/rat.go	/^func quotToFloat64(a, b nat) (f float64, exact bool) {$/;"	f
 37580  quote	./regexp/regexp.go	/^func quote(s string) string {$/;"	f
 37581  quote	./regexp/testdata/testregex.c	/^quote(char* s, int len, unsigned long test)$/;"	f	file:
 37582  quote	./time/format.go	/^func quote(s string) string {$/;"	f
 37583  quoteChar	./encoding/json/scanner.go	/^func quoteChar(c int) string {$/;"	f
 37584  quoteEscaper	./mime/multipart/writer.go	/^var quoteEscaper = strings.NewReplacer("\\\\", "\\\\\\\\", `"`, "\\\\\\"")$/;"	v
 37585  quoteRuneTest	./strconv/quote_test.go	/^type quoteRuneTest struct {$/;"	t
 37586  quoteString	./net/mail/message.go	/^func quoteString(s string) string {$/;"	f
 37587  quoteTest	./strconv/quote_test.go	/^type quoteTest struct {$/;"	t
 37588  quoteWith	./strconv/quote.go	/^func quoteWith(s string, quote byte, ASCIIonly bool) string {$/;"	f
 37589  quoted	./fmt/format.go	/^	var quoted []byte$/;"	v
 37590  quoted	./fmt/format.go	/^	var quoted string$/;"	v
 37591  quotedString	./fmt/scan.go	/^func (s *ss) quotedString() string {$/;"	f
 37592  quoterunetests	./strconv/quote_test.go	/^var quoterunetests = []quoteRuneTest{$/;"	v
 37593  quotetests	./strconv/quote_test.go	/^var quotetests = []quoteTest{$/;"	v
 37594  qzero	./math/j0.go	/^func qzero(x float64) float64 {$/;"	f
 37595  r0	./cmd/compile/internal/arm/cgen.go	/^		var r0 gc.Node$/;"	v
 37596  r0	./cmd/compile/internal/arm/ggen.go	/^	var r0 gc.Node$/;"	v
 37597  r0	./cmd/compile/internal/arm64/ggen.go	/^	var r0 gc.Node$/;"	v
 37598  r0	./cmd/compile/internal/ppc64/ggen.go	/^	var r0 gc.Node$/;"	v
 37599  r0	./container/ring/ring_test.go	/^	var r0 *Ring$/;"	v
 37600  r0	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r0() uint32      { return c.regs().r[0] }$/;"	f
 37601  r0	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r0() uint64    { return c.regs().x[0] }$/;"	f
 37602  r0	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r0() uint32      { return c.regs().__gregs[0] }$/;"	f
 37603  r0	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r0() uint32        { return c.regs().r0 }$/;"	f
 37604  r0	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r0() uint64        { return c.regs().regs[0] }$/;"	f
 37605  r0	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r0() uint64    { return c.regs().gpr[0] }$/;"	f
 37606  r0	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r0() uint32      { return c.regs().r0 }$/;"	f
 37607  r0	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r0() uint32       { return c.regs().__gregs[_REG_R0] }$/;"	f
 37608  r0	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r0() uint32      { return c.regs().sc_r0 }$/;"	f
 37609  r0	./syscall/syscall_plan9.go	/^	var r0 uintptr$/;"	v
 37610  r1	./cmd/compile/internal/amd64/gsubr.go	/^		var r1 gc.Node$/;"	v
 37611  r1	./cmd/compile/internal/amd64/gsubr.go	/^	var r1 gc.Node$/;"	v
 37612  r1	./cmd/compile/internal/amd64/gsubr.go	/^	var r1, r2, g1, g2 gc.Node$/;"	v
 37613  r1	./cmd/compile/internal/amd64/peep.go	/^		var r1 *gc.Flow$/;"	v
 37614  r1	./cmd/compile/internal/amd64/peep.go	/^	var r1 *gc.Flow$/;"	v
 37615  r1	./cmd/compile/internal/arm/cgen.go	/^		var r1 gc.Node$/;"	v
 37616  r1	./cmd/compile/internal/arm/cgen64.go	/^	var r1 gc.Node$/;"	v
 37617  r1	./cmd/compile/internal/arm/ggen.go	/^	var r1 gc.Node$/;"	v
 37618  r1	./cmd/compile/internal/arm/ggen.go	/^	var r1, r2, g1, g2 gc.Node$/;"	v
 37619  r1	./cmd/compile/internal/arm/gsubr.go	/^			var r1 gc.Node$/;"	v
 37620  r1	./cmd/compile/internal/arm/gsubr.go	/^		var r1 gc.Node$/;"	v
 37621  r1	./cmd/compile/internal/arm/gsubr.go	/^	var r1 gc.Node$/;"	v
 37622  r1	./cmd/compile/internal/arm/peep.go	/^	var r1 *gc.Flow$/;"	v
 37623  r1	./cmd/compile/internal/arm64/gsubr.go	/^			var r1 gc.Node$/;"	v
 37624  r1	./cmd/compile/internal/arm64/gsubr.go	/^	var r1 gc.Node$/;"	v
 37625  r1	./cmd/compile/internal/arm64/gsubr.go	/^	var r1, r2, g1, g2 gc.Node$/;"	v
 37626  r1	./cmd/compile/internal/arm64/peep.go	/^	var r1 *gc.Flow$/;"	v
 37627  r1	./cmd/compile/internal/gc/cgen.go	/^		var r1 Node$/;"	v
 37628  r1	./cmd/compile/internal/gc/gen.go	/^	var r1, r2 Node$/;"	v
 37629  r1	./cmd/compile/internal/gc/popt.go	/^	var r1 *Flow$/;"	v
 37630  r1	./cmd/compile/internal/gc/reg.go	/^	var r1 *Flow$/;"	v
 37631  r1	./cmd/compile/internal/gc/reg.go	/^	var r1 *Reg$/;"	v
 37632  r1	./cmd/compile/internal/gc/unsafe.go	/^		var r1 *Node$/;"	v
 37633  r1	./cmd/compile/internal/ppc64/gsubr.go	/^			var r1 gc.Node$/;"	v
 37634  r1	./cmd/compile/internal/ppc64/gsubr.go	/^		var r1 gc.Node$/;"	v
 37635  r1	./cmd/compile/internal/ppc64/gsubr.go	/^	var r1 gc.Node$/;"	v
 37636  r1	./cmd/compile/internal/ppc64/gsubr.go	/^	var r1, r2, g1, g2 gc.Node$/;"	v
 37637  r1	./cmd/compile/internal/ppc64/peep.go	/^	var r1 *gc.Flow$/;"	v
 37638  r1	./cmd/compile/internal/x86/gsubr.go	/^			var r1 gc.Node$/;"	v
 37639  r1	./cmd/compile/internal/x86/gsubr.go	/^		var r1 gc.Node$/;"	v
 37640  r1	./cmd/compile/internal/x86/gsubr.go	/^	var r1 gc.Node$/;"	v
 37641  r1	./cmd/compile/internal/x86/gsubr.go	/^	var r1, r2, g1, g2 gc.Node$/;"	v
 37642  r1	./cmd/compile/internal/x86/peep.go	/^		var r1 *gc.Flow$/;"	v
 37643  r1	./cmd/compile/internal/x86/peep.go	/^	var r1 *gc.Flow$/;"	v
 37644  r1	./fmt/scan_test.go	/^var r1, r2, r3 rune$/;"	v
 37645  r1	./regexp/syntax/prog_test.go	/^		var r1 rune = -1$/;"	v
 37646  r1	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r1() uint32      { return c.regs().r[1] }$/;"	f
 37647  r1	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r1() uint64    { return c.regs().x[1] }$/;"	f
 37648  r1	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r1() uint32      { return c.regs().__gregs[1] }$/;"	f
 37649  r1	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r1() uint32        { return c.regs().r1 }$/;"	f
 37650  r1	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r1() uint64        { return c.regs().regs[1] }$/;"	f
 37651  r1	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r1() uint64    { return c.regs().gpr[1] }$/;"	f
 37652  r1	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r1() uint32      { return c.regs().r1 }$/;"	f
 37653  r1	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r1() uint32       { return c.regs().__gregs[_REG_R1] }$/;"	f
 37654  r1	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r1() uint32      { return c.regs().sc_r1 }$/;"	f
 37655  r10	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r10() uint64     { return c.regs().r10 }$/;"	f
 37656  r10	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r10() uint32     { return c.regs().r[10] }$/;"	f
 37657  r10	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r10() uint64   { return c.regs().x[10] }$/;"	f
 37658  r10	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r10() uint64     { return c.regs().mc_r10 }$/;"	f
 37659  r10	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r10() uint64     { return c.regs().mc_r10 }$/;"	f
 37660  r10	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r10() uint32     { return c.regs().__gregs[10] }$/;"	f
 37661  r10	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r10() uint64     { return c.regs().r10 }$/;"	f
 37662  r10	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r10() uint32       { return c.regs().r10 }$/;"	f
 37663  r10	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r10() uint64       { return c.regs().regs[10] }$/;"	f
 37664  r10	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r10() uint64   { return c.regs().gpr[10] }$/;"	f
 37665  r10	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r10() uint64     { return c.regs().r10 }$/;"	f
 37666  r10	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r10() uint32     { return c.regs().r10 }$/;"	f
 37667  r10	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r10() uint64     { return c.regs().__gregs[_REG_R10] }$/;"	f
 37668  r10	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r10() uint32      { return c.regs().__gregs[_REG_R10] }$/;"	f
 37669  r10	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r10() uint64     { return c.regs().sc_r10 }$/;"	f
 37670  r10	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r10() uint32     { return c.regs().sc_r10 }$/;"	f
 37671  r10	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r10() uint64     { return uint64(c.regs().gregs[_REG_R10]) }$/;"	f
 37672  r11	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r11() uint64     { return c.regs().r11 }$/;"	f
 37673  r11	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r11() uint64   { return c.regs().x[11] }$/;"	f
 37674  r11	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r11() uint64     { return c.regs().mc_r11 }$/;"	f
 37675  r11	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r11() uint64     { return c.regs().mc_r11 }$/;"	f
 37676  r11	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r11() uint64     { return c.regs().r11 }$/;"	f
 37677  r11	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r11() uint64       { return c.regs().regs[11] }$/;"	f
 37678  r11	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r11() uint64   { return c.regs().gpr[11] }$/;"	f
 37679  r11	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r11() uint64     { return c.regs().r11 }$/;"	f
 37680  r11	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r11() uint64     { return c.regs().__gregs[_REG_R11] }$/;"	f
 37681  r11	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r11() uint64     { return c.regs().sc_r11 }$/;"	f
 37682  r11	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r11() uint64     { return uint64(c.regs().gregs[_REG_R11]) }$/;"	f
 37683  r12	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r12() uint64     { return c.regs().r12 }$/;"	f
 37684  r12	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r12() uint64   { return c.regs().x[12] }$/;"	f
 37685  r12	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r12() uint64     { return c.regs().mc_r12 }$/;"	f
 37686  r12	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r12() uint64     { return c.regs().mc_r12 }$/;"	f
 37687  r12	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r12() uint64     { return c.regs().r12 }$/;"	f
 37688  r12	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r12() uint64       { return c.regs().regs[12] }$/;"	f
 37689  r12	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r12() uint64   { return c.regs().gpr[12] }$/;"	f
 37690  r12	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r12() uint64     { return c.regs().r12 }$/;"	f
 37691  r12	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r12() uint64     { return c.regs().__gregs[_REG_R12] }$/;"	f
 37692  r12	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r12() uint64     { return c.regs().sc_r12 }$/;"	f
 37693  r12	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r12() uint64     { return uint64(c.regs().gregs[_REG_R12]) }$/;"	f
 37694  r13	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r13() uint64     { return c.regs().r13 }$/;"	f
 37695  r13	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r13() uint64   { return c.regs().x[13] }$/;"	f
 37696  r13	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r13() uint64     { return c.regs().mc_r13 }$/;"	f
 37697  r13	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r13() uint64     { return c.regs().mc_r13 }$/;"	f
 37698  r13	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r13() uint64     { return c.regs().r13 }$/;"	f
 37699  r13	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r13() uint64       { return c.regs().regs[13] }$/;"	f
 37700  r13	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r13() uint64   { return c.regs().gpr[13] }$/;"	f
 37701  r13	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r13() uint64     { return c.regs().r13 }$/;"	f
 37702  r13	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r13() uint64     { return c.regs().__gregs[_REG_R13] }$/;"	f
 37703  r13	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r13() uint64     { return c.regs().sc_r13 }$/;"	f
 37704  r13	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r13() uint64     { return uint64(c.regs().gregs[_REG_R13]) }$/;"	f
 37705  r14	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r14() uint64     { return c.regs().r14 }$/;"	f
 37706  r14	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r14() uint64   { return c.regs().x[14] }$/;"	f
 37707  r14	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r14() uint64     { return c.regs().mc_r14 }$/;"	f
 37708  r14	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r14() uint64     { return c.regs().mc_r14 }$/;"	f
 37709  r14	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r14() uint64     { return c.regs().r14 }$/;"	f
 37710  r14	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r14() uint64       { return c.regs().regs[14] }$/;"	f
 37711  r14	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r14() uint64   { return c.regs().gpr[14] }$/;"	f
 37712  r14	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r14() uint64     { return c.regs().r14 }$/;"	f
 37713  r14	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r14() uint64     { return c.regs().__gregs[_REG_R14] }$/;"	f
 37714  r14	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r14() uint64     { return c.regs().sc_r14 }$/;"	f
 37715  r14	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r14() uint64     { return uint64(c.regs().gregs[_REG_R14]) }$/;"	f
 37716  r15	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r15() uint64     { return c.regs().r15 }$/;"	f
 37717  r15	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r15() uint64   { return c.regs().x[15] }$/;"	f
 37718  r15	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r15() uint64     { return c.regs().mc_r15 }$/;"	f
 37719  r15	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r15() uint64     { return c.regs().mc_r15 }$/;"	f
 37720  r15	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r15() uint64     { return c.regs().r15 }$/;"	f
 37721  r15	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r15() uint64       { return c.regs().regs[15] }$/;"	f
 37722  r15	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r15() uint64   { return c.regs().gpr[15] }$/;"	f
 37723  r15	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r15() uint64     { return c.regs().r15 }$/;"	f
 37724  r15	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r15() uint64     { return c.regs().__gregs[_REG_R15] }$/;"	f
 37725  r15	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r15() uint64     { return c.regs().sc_r15 }$/;"	f
 37726  r15	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r15() uint64     { return uint64(c.regs().gregs[_REG_R15]) }$/;"	f
 37727  r16	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r16() uint64   { return c.regs().x[16] }$/;"	f
 37728  r16	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r16() uint64       { return c.regs().regs[16] }$/;"	f
 37729  r16	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r16() uint64   { return c.regs().gpr[16] }$/;"	f
 37730  r16	./unicode/letter_test.go	/^	var r16 []Range16$/;"	v
 37731  r17	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r17() uint64   { return c.regs().x[17] }$/;"	f
 37732  r17	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r17() uint64       { return c.regs().regs[17] }$/;"	f
 37733  r17	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r17() uint64   { return c.regs().gpr[17] }$/;"	f
 37734  r18	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r18() uint64   { return c.regs().x[18] }$/;"	f
 37735  r18	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r18() uint64       { return c.regs().regs[18] }$/;"	f
 37736  r18	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r18() uint64   { return c.regs().gpr[18] }$/;"	f
 37737  r19	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r19() uint64   { return c.regs().x[19] }$/;"	f
 37738  r19	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r19() uint64       { return c.regs().regs[19] }$/;"	f
 37739  r19	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r19() uint64   { return c.regs().gpr[19] }$/;"	f
 37740  r1b	./container/ring/ring_test.go	/^	var r1b Ring$/;"	v
 37741  r2	./cmd/compile/internal/amd64/gsubr.go	/^		var r2 gc.Node$/;"	v
 37742  r2	./cmd/compile/internal/arm/cgen.go	/^		var r2 gc.Node$/;"	v
 37743  r2	./cmd/compile/internal/arm/cgen64.go	/^	var r2 gc.Node$/;"	v
 37744  r2	./cmd/compile/internal/arm/gsubr.go	/^		var r2 gc.Node$/;"	v
 37745  r2	./cmd/compile/internal/big/nat.go	/^		var r2 Word$/;"	v
 37746  r2	./cmd/compile/internal/gc/cgen.go	/^	var r2 Node$/;"	v
 37747  r2	./cmd/compile/internal/ppc64/gsubr.go	/^	var r2 gc.Node$/;"	v
 37748  r2	./cmd/compile/internal/x86/gsubr.go	/^			var r2 gc.Node$/;"	v
 37749  r2	./cmd/compile/internal/x86/gsubr.go	/^		var r2 gc.Node$/;"	v
 37750  r2	./math/big/nat.go	/^		var r2 Word$/;"	v
 37751  r2	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r2() uint32      { return c.regs().r[2] }$/;"	f
 37752  r2	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r2() uint64    { return c.regs().x[2] }$/;"	f
 37753  r2	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r2() uint32      { return c.regs().__gregs[2] }$/;"	f
 37754  r2	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r2() uint32        { return c.regs().r2 }$/;"	f
 37755  r2	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r2() uint64        { return c.regs().regs[2] }$/;"	f
 37756  r2	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r2() uint64    { return c.regs().gpr[2] }$/;"	f
 37757  r2	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r2() uint32      { return c.regs().r2 }$/;"	f
 37758  r2	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r2() uint32       { return c.regs().__gregs[_REG_R2] }$/;"	f
 37759  r2	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r2() uint32      { return c.regs().sc_r2 }$/;"	f
 37760  r20	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r20() uint64   { return c.regs().x[20] }$/;"	f
 37761  r20	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r20() uint64       { return c.regs().regs[20] }$/;"	f
 37762  r20	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r20() uint64   { return c.regs().gpr[20] }$/;"	f
 37763  r21	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r21() uint64   { return c.regs().x[21] }$/;"	f
 37764  r21	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r21() uint64       { return c.regs().regs[21] }$/;"	f
 37765  r21	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r21() uint64   { return c.regs().gpr[21] }$/;"	f
 37766  r22	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r22() uint64   { return c.regs().x[22] }$/;"	f
 37767  r22	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r22() uint64       { return c.regs().regs[22] }$/;"	f
 37768  r22	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r22() uint64   { return c.regs().gpr[22] }$/;"	f
 37769  r23	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r23() uint64   { return c.regs().x[23] }$/;"	f
 37770  r23	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r23() uint64       { return c.regs().regs[23] }$/;"	f
 37771  r23	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r23() uint64   { return c.regs().gpr[23] }$/;"	f
 37772  r24	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r24() uint64   { return c.regs().x[24] }$/;"	f
 37773  r24	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r24() uint64       { return c.regs().regs[24] }$/;"	f
 37774  r24	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r24() uint64   { return c.regs().gpr[24] }$/;"	f
 37775  r25	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r25() uint64   { return c.regs().x[25] }$/;"	f
 37776  r25	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r25() uint64       { return c.regs().regs[25] }$/;"	f
 37777  r25	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r25() uint64   { return c.regs().gpr[25] }$/;"	f
 37778  r26	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r26() uint64   { return c.regs().x[26] }$/;"	f
 37779  r26	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r26() uint64       { return c.regs().regs[26] }$/;"	f
 37780  r26	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r26() uint64   { return c.regs().gpr[26] }$/;"	f
 37781  r27	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r27() uint64   { return c.regs().x[27] }$/;"	f
 37782  r27	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r27() uint64       { return c.regs().regs[27] }$/;"	f
 37783  r27	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r27() uint64   { return c.regs().gpr[27] }$/;"	f
 37784  r28	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r28() uint64   { return c.regs().x[28] }$/;"	f
 37785  r28	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r28() uint64       { return c.regs().regs[28] }$/;"	f
 37786  r28	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r28() uint64   { return c.regs().gpr[28] }$/;"	f
 37787  r29	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r29() uint64   { return c.regs().fp }$/;"	f
 37788  r29	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r29() uint64       { return c.regs().regs[29] }$/;"	f
 37789  r29	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r29() uint64   { return c.regs().gpr[29] }$/;"	f
 37790  r3	./cmd/compile/internal/amd64/gsubr.go	/^		var r3 gc.Node$/;"	v
 37791  r3	./cmd/compile/internal/arm/peep.go	/^						var r3 *gc.Flow$/;"	v
 37792  r3	./cmd/compile/internal/ppc64/gsubr.go	/^		var r3 gc.Node$/;"	v
 37793  r3	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r3() uint32      { return c.regs().r[3] }$/;"	f
 37794  r3	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r3() uint64    { return c.regs().x[3] }$/;"	f
 37795  r3	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r3() uint32      { return c.regs().__gregs[3] }$/;"	f
 37796  r3	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r3() uint32        { return c.regs().r3 }$/;"	f
 37797  r3	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r3() uint64        { return c.regs().regs[3] }$/;"	f
 37798  r3	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r3() uint64    { return c.regs().gpr[3] }$/;"	f
 37799  r3	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r3() uint32      { return c.regs().r3 }$/;"	f
 37800  r3	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r3() uint32       { return c.regs().__gregs[_REG_R3] }$/;"	f
 37801  r3	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r3() uint32      { return c.regs().sc_r3 }$/;"	f
 37802  r30	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r30() uint64   { return c.regs().gpr[30] }$/;"	f
 37803  r31	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r31() uint64   { return c.regs().gpr[31] }$/;"	f
 37804  r386Strings	./debug/elf/elf.go	/^var r386Strings = []intName{$/;"	v
 37805  r4	./cmd/compile/internal/amd64/gsubr.go	/^		var r4 gc.Node$/;"	v
 37806  r4	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r4() uint32      { return c.regs().r[4] }$/;"	f
 37807  r4	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r4() uint64    { return c.regs().x[4] }$/;"	f
 37808  r4	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r4() uint32      { return c.regs().__gregs[4] }$/;"	f
 37809  r4	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r4() uint32        { return c.regs().r4 }$/;"	f
 37810  r4	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r4() uint64        { return c.regs().regs[4] }$/;"	f
 37811  r4	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r4() uint64    { return c.regs().gpr[4] }$/;"	f
 37812  r4	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r4() uint32      { return c.regs().r4 }$/;"	f
 37813  r4	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r4() uint32       { return c.regs().__gregs[_REG_R4] }$/;"	f
 37814  r4	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r4() uint32      { return c.regs().sc_r4 }$/;"	f
 37815  r5	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r5() uint32      { return c.regs().r[5] }$/;"	f
 37816  r5	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r5() uint64    { return c.regs().x[5] }$/;"	f
 37817  r5	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r5() uint32      { return c.regs().__gregs[5] }$/;"	f
 37818  r5	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r5() uint32        { return c.regs().r5 }$/;"	f
 37819  r5	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r5() uint64        { return c.regs().regs[5] }$/;"	f
 37820  r5	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r5() uint64    { return c.regs().gpr[5] }$/;"	f
 37821  r5	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r5() uint32      { return c.regs().r5 }$/;"	f
 37822  r5	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r5() uint32       { return c.regs().__gregs[_REG_R5] }$/;"	f
 37823  r5	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r5() uint32      { return c.regs().sc_r5 }$/;"	f
 37824  r6	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r6() uint32      { return c.regs().r[6] }$/;"	f
 37825  r6	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r6() uint64    { return c.regs().x[6] }$/;"	f
 37826  r6	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r6() uint32      { return c.regs().__gregs[6] }$/;"	f
 37827  r6	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r6() uint32        { return c.regs().r6 }$/;"	f
 37828  r6	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r6() uint64        { return c.regs().regs[6] }$/;"	f
 37829  r6	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r6() uint64    { return c.regs().gpr[6] }$/;"	f
 37830  r6	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r6() uint32      { return c.regs().r6 }$/;"	f
 37831  r6	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r6() uint32       { return c.regs().__gregs[_REG_R6] }$/;"	f
 37832  r6	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r6() uint32      { return c.regs().sc_r6 }$/;"	f
 37833  r7	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r7() uint32      { return c.regs().r[7] }$/;"	f
 37834  r7	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r7() uint64    { return c.regs().x[7] }$/;"	f
 37835  r7	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r7() uint32      { return c.regs().__gregs[7] }$/;"	f
 37836  r7	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r7() uint32        { return c.regs().r7 }$/;"	f
 37837  r7	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r7() uint64        { return c.regs().regs[7] }$/;"	f
 37838  r7	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r7() uint64    { return c.regs().gpr[7] }$/;"	f
 37839  r7	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r7() uint32      { return c.regs().r7 }$/;"	f
 37840  r7	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r7() uint32       { return c.regs().__gregs[_REG_R7] }$/;"	f
 37841  r7	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r7() uint32      { return c.regs().sc_r7 }$/;"	f
 37842  r8	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r8() uint64      { return c.regs().r8 }$/;"	f
 37843  r8	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r8() uint32      { return c.regs().r[8] }$/;"	f
 37844  r8	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r8() uint64    { return c.regs().x[8] }$/;"	f
 37845  r8	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r8() uint64      { return c.regs().mc_r8 }$/;"	f
 37846  r8	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r8() uint64      { return c.regs().mc_r8 }$/;"	f
 37847  r8	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r8() uint32      { return c.regs().__gregs[8] }$/;"	f
 37848  r8	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r8() uint64      { return c.regs().r8 }$/;"	f
 37849  r8	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r8() uint32        { return c.regs().r8 }$/;"	f
 37850  r8	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r8() uint64        { return c.regs().regs[8] }$/;"	f
 37851  r8	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r8() uint64    { return c.regs().gpr[8] }$/;"	f
 37852  r8	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r8() uint64      { return c.regs().r8 }$/;"	f
 37853  r8	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r8() uint32      { return c.regs().r8 }$/;"	f
 37854  r8	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r8() uint64      { return c.regs().__gregs[_REG_R8] }$/;"	f
 37855  r8	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r8() uint32       { return c.regs().__gregs[_REG_R8] }$/;"	f
 37856  r8	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r8() uint64      { return c.regs().sc_r8 }$/;"	f
 37857  r8	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r8() uint32      { return c.regs().sc_r8 }$/;"	f
 37858  r8	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r8() uint64      { return uint64(c.regs().gregs[_REG_R8]) }$/;"	f
 37859  r9	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) r9() uint64      { return c.regs().r9 }$/;"	f
 37860  r9	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) r9() uint32      { return c.regs().r[9] }$/;"	f
 37861  r9	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) r9() uint64    { return c.regs().x[9] }$/;"	f
 37862  r9	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) r9() uint64      { return c.regs().mc_r9 }$/;"	f
 37863  r9	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) r9() uint64      { return c.regs().mc_r9 }$/;"	f
 37864  r9	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) r9() uint32      { return c.regs().__gregs[9] }$/;"	f
 37865  r9	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) r9() uint64      { return c.regs().r9 }$/;"	f
 37866  r9	./runtime/signal_linux_arm.go	/^func (c *sigctxt) r9() uint32        { return c.regs().r9 }$/;"	f
 37867  r9	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) r9() uint64        { return c.regs().regs[9] }$/;"	f
 37868  r9	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) r9() uint64    { return c.regs().gpr[9] }$/;"	f
 37869  r9	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) r9() uint64      { return c.regs().r9 }$/;"	f
 37870  r9	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) r9() uint32      { return c.regs().r9 }$/;"	f
 37871  r9	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) r9() uint64      { return c.regs().__gregs[_REG_R8] }$/;"	f
 37872  r9	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) r9() uint32       { return c.regs().__gregs[_REG_R9] }$/;"	f
 37873  r9	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) r9() uint64      { return c.regs().sc_r9 }$/;"	f
 37874  r9	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) r9() uint32      { return c.regs().sc_r9 }$/;"	f
 37875  r9	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) r9() uint64      { return uint64(c.regs().gregs[_REG_R9]) }$/;"	f
 37876  rZipBytes	./archive/zip/reader_test.go	/^func rZipBytes() []byte {$/;"	f
 37877  ra	./cmd/compile/internal/gc/cplx.go	/^	var ra Node$/;"	v
 37878  ra	./cmd/internal/obj/arm64/asm7.go	/^		var ra int$/;"	v
 37879  raarch64Strings	./debug/elf/elf.go	/^var raarch64Strings = []intName{$/;"	v
 37880  raceAcquire	./net/race.go	/^func raceAcquire(addr unsafe.Pointer) {$/;"	f
 37881  raceAcquire	./net/race0.go	/^func raceAcquire(addr unsafe.Pointer) {$/;"	f
 37882  raceAcquire	./sync/race.go	/^func raceAcquire(addr unsafe.Pointer) {$/;"	f
 37883  raceAcquire	./sync/race0.go	/^func raceAcquire(addr unsafe.Pointer) {$/;"	f
 37884  raceAcquire	./syscall/race.go	/^func raceAcquire(addr unsafe.Pointer) {$/;"	f
 37885  raceAcquire	./syscall/race0.go	/^func raceAcquire(addr unsafe.Pointer) {$/;"	f
 37886  raceDetectorSupported	./cmd/dist/test.go	/^func (t *tester) raceDetectorSupported() bool {$/;"	f
 37887  raceDisable	./sync/race.go	/^func raceDisable() {$/;"	f
 37888  raceDisable	./sync/race0.go	/^func raceDisable() {$/;"	f
 37889  raceEnable	./sync/race.go	/^func raceEnable() {$/;"	f
 37890  raceEnable	./sync/race0.go	/^func raceEnable() {$/;"	f
 37891  raceEnabled	./net/http/header.go	/^var raceEnabled = false \/\/ set by race.go$/;"	v
 37892  raceExclude	./cmd/go/pkg.go	/^var raceExclude = map[string]bool{$/;"	v
 37893  raceRead	./sync/race.go	/^func raceRead(addr unsafe.Pointer) {$/;"	f
 37894  raceRead	./sync/race0.go	/^func raceRead(addr unsafe.Pointer) {$/;"	f
 37895  raceReadObjectPC	./runtime/race.go	/^func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) {$/;"	f
 37896  raceReadObjectPC	./runtime/race0.go	/^func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr)  { throw("race") }$/;"	f
 37897  raceReadRange	./net/race.go	/^func raceReadRange(addr unsafe.Pointer, len int) {$/;"	f
 37898  raceReadRange	./net/race0.go	/^func raceReadRange(addr unsafe.Pointer, len int) {$/;"	f
 37899  raceReadRange	./syscall/race.go	/^func raceReadRange(addr unsafe.Pointer, len int) {$/;"	f
 37900  raceReadRange	./syscall/race0.go	/^func raceReadRange(addr unsafe.Pointer, len int) {$/;"	f
 37901  raceRelease	./sync/race.go	/^func raceRelease(addr unsafe.Pointer) {$/;"	f
 37902  raceRelease	./sync/race0.go	/^func raceRelease(addr unsafe.Pointer) {$/;"	f
 37903  raceReleaseMerge	./net/race.go	/^func raceReleaseMerge(addr unsafe.Pointer) {$/;"	f
 37904  raceReleaseMerge	./net/race0.go	/^func raceReleaseMerge(addr unsafe.Pointer) {$/;"	f
 37905  raceReleaseMerge	./sync/race.go	/^func raceReleaseMerge(addr unsafe.Pointer) {$/;"	f
 37906  raceReleaseMerge	./sync/race0.go	/^func raceReleaseMerge(addr unsafe.Pointer) {$/;"	f
 37907  raceReleaseMerge	./syscall/race.go	/^func raceReleaseMerge(addr unsafe.Pointer) {$/;"	f
 37908  raceReleaseMerge	./syscall/race0.go	/^func raceReleaseMerge(addr unsafe.Pointer) {$/;"	f
 37909  raceTest	./cmd/dist/test.go	/^func (t *tester) raceTest() error {$/;"	f
 37910  raceWrite	./sync/race.go	/^func raceWrite(addr unsafe.Pointer) {$/;"	f
 37911  raceWrite	./sync/race0.go	/^func raceWrite(addr unsafe.Pointer) {$/;"	f
 37912  raceWriteObjectPC	./runtime/race.go	/^func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) {$/;"	f
 37913  raceWriteObjectPC	./runtime/race0.go	/^func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }$/;"	f
 37914  raceWriteRange	./net/race.go	/^func raceWriteRange(addr unsafe.Pointer, len int) {$/;"	f
 37915  raceWriteRange	./net/race0.go	/^func raceWriteRange(addr unsafe.Pointer, len int) {$/;"	f
 37916  raceWriteRange	./syscall/race.go	/^func raceWriteRange(addr unsafe.Pointer, len int) {$/;"	f
 37917  raceWriteRange	./syscall/race0.go	/^func raceWriteRange(addr unsafe.Pointer, len int) {$/;"	f
 37918  raceacquire	./runtime/race0.go	/^func raceacquire(addr unsafe.Pointer)                                       { throw("race") }$/;"	f
 37919  raceacquire	./runtime/race1.go	/^func raceacquire(addr unsafe.Pointer) {$/;"	f
 37920  raceacquireg	./runtime/race0.go	/^func raceacquireg(gp *g, addr unsafe.Pointer)                               { throw("race") }$/;"	f
 37921  raceacquireg	./runtime/race1.go	/^func raceacquireg(gp *g, addr unsafe.Pointer) {$/;"	f
 37922  racearenaend	./runtime/race1.go	/^var racearenaend uintptr$/;"	v
 37923  racearenastart	./runtime/race1.go	/^var racearenastart uintptr$/;"	v
 37924  racecall	./runtime/race1.go	/^func racecall(*byte, uintptr, uintptr, uintptr, uintptr)$/;"	f
 37925  racecallatomic_data	./runtime/race_amd64.s	/^racecallatomic_data:$/;"	l
 37926  racecallatomic_ignore	./runtime/race_amd64.s	/^racecallatomic_ignore:$/;"	l
 37927  racecallatomic_ok	./runtime/race_amd64.s	/^racecallatomic_ok:$/;"	l
 37928  racecgosync	./runtime/cgocall.go	/^var racecgosync uint64 \/\/ represents possible synchronization in C code$/;"	v
 37929  racectx	./runtime/race1.go	/^	var racectx uintptr$/;"	v
 37930  racedataend	./runtime/race1.go	/^var racedataend uintptr$/;"	v
 37931  racedatastart	./runtime/race1.go	/^var racedatastart uintptr$/;"	v
 37932  racefingo	./runtime/race0.go	/^func racefingo()                                                            { throw("race") }$/;"	f
 37933  racefingo	./runtime/race1.go	/^func racefingo() {$/;"	f
 37934  racefini	./runtime/race0.go	/^func racefini()                                                             { throw("race") }$/;"	f
 37935  racefini	./runtime/race1.go	/^func racefini() {$/;"	f
 37936  racefuncenter	./cmd/compile/internal/gc/builtin/runtime.go	/^func racefuncenter(uintptr)$/;"	f
 37937  racefuncenter	./runtime/race1.go	/^func racefuncenter(uintptr)$/;"	f
 37938  racefuncexit	./cmd/compile/internal/gc/builtin/runtime.go	/^func racefuncexit()$/;"	f
 37939  racefuncexit	./runtime/race1.go	/^func racefuncexit()$/;"	f
 37940  racegoend	./runtime/race0.go	/^func racegoend()                                                            { throw("race") }$/;"	f
 37941  racegoend	./runtime/race1.go	/^func racegoend() {$/;"	f
 37942  racegostart	./runtime/race0.go	/^func racegostart(pc uintptr) uintptr                                        { throw("race"); return 0 }$/;"	f
 37943  racegostart	./runtime/race1.go	/^func racegostart(pc uintptr) uintptr {$/;"	f
 37944  raceinit	./runtime/race0.go	/^func raceinit() uintptr                                                     { throw("race"); return 0 }$/;"	f
 37945  raceinit	./runtime/race1.go	/^func raceinit() uintptr {$/;"	f
 37946  racemalloc	./runtime/race0.go	/^func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }$/;"	f
 37947  racemalloc	./runtime/race1.go	/^func racemalloc(p unsafe.Pointer, sz uintptr) {$/;"	f
 37948  racemapshadow	./runtime/race0.go	/^func racemapshadow(addr unsafe.Pointer, size uintptr)                       { throw("race") }$/;"	f
 37949  racemapshadow	./runtime/race1.go	/^func racemapshadow(addr unsafe.Pointer, size uintptr) {$/;"	f
 37950  racepkg	./cmd/compile/internal/gc/go.go	/^var racepkg *Pkg \/\/ package runtime\/race$/;"	v
 37951  racer	./net/dial_gen.go	/^	type racer struct {$/;"	t
 37952  racer	./net/dnsclient_unix.go	/^	type racer struct {$/;"	t
 37953  racer	./runtime/race/output_test.go	/^func racer(x *int, done chan bool) {$/;"	f
 37954  raceread	./cmd/compile/internal/gc/builtin/runtime.go	/^func raceread(uintptr)$/;"	f
 37955  racereadpc	./runtime/race.go	/^func racereadpc(addr unsafe.Pointer, callpc, pc uintptr)$/;"	f
 37956  racereadpc	./runtime/race0.go	/^func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr)                  { throw("race") }$/;"	f
 37957  racereadrange	./cmd/compile/internal/gc/builtin/runtime.go	/^func racereadrange(addr, size uintptr)$/;"	f
 37958  racereadrangepc	./runtime/race0.go	/^func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)         { throw("race") }$/;"	f
 37959  racereadrangepc	./runtime/race1.go	/^func racereadrangepc(addr unsafe.Pointer, sz, callpc, pc uintptr) {$/;"	f
 37960  racereadrangepc1	./runtime/race1.go	/^func racereadrangepc1(uintptr, uintptr, uintptr)$/;"	f
 37961  racerelease	./runtime/race0.go	/^func racerelease(addr unsafe.Pointer)                                       { throw("race") }$/;"	f
 37962  racerelease	./runtime/race1.go	/^func racerelease(addr unsafe.Pointer) {$/;"	f
 37963  racereleaseg	./runtime/race0.go	/^func racereleaseg(gp *g, addr unsafe.Pointer)                               { throw("race") }$/;"	f
 37964  racereleaseg	./runtime/race1.go	/^func racereleaseg(gp *g, addr unsafe.Pointer) {$/;"	f
 37965  racereleasemerge	./runtime/race0.go	/^func racereleasemerge(addr unsafe.Pointer)                                  { throw("race") }$/;"	f
 37966  racereleasemerge	./runtime/race1.go	/^func racereleasemerge(addr unsafe.Pointer) {$/;"	f
 37967  racereleasemergeg	./runtime/race0.go	/^func racereleasemergeg(gp *g, addr unsafe.Pointer)                          { throw("race") }$/;"	f
 37968  racereleasemergeg	./runtime/race1.go	/^func racereleasemergeg(gp *g, addr unsafe.Pointer) {$/;"	f
 37969  racesymbolize	./runtime/race.go	/^func racesymbolize(ctx *symbolizeContext) {$/;"	f
 37970  racesymbolizethunk	./runtime/race1.go	/^func racesymbolizethunk(uintptr)$/;"	f
 37971  racesync	./runtime/chan.go	/^func racesync(c *hchan, sg *sudog) {$/;"	f
 37972  racewalk	./cmd/compile/internal/gc/racewalk.go	/^func racewalk(fn *Node) {$/;"	f
 37973  racewalklist	./cmd/compile/internal/gc/racewalk.go	/^func racewalklist(l *NodeList, init **NodeList) {$/;"	f
 37974  racewalknode	./cmd/compile/internal/gc/racewalk.go	/^func racewalknode(np **Node, init **NodeList, wr int, skip int) {$/;"	f
 37975  racewrite	./cmd/compile/internal/gc/builtin/runtime.go	/^func racewrite(uintptr)$/;"	f
 37976  racewritepc	./runtime/race.go	/^func racewritepc(addr unsafe.Pointer, callpc, pc uintptr)$/;"	f
 37977  racewritepc	./runtime/race0.go	/^func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr)                 { throw("race") }$/;"	f
 37978  racewriterange	./cmd/compile/internal/gc/builtin/runtime.go	/^func racewriterange(addr, size uintptr)$/;"	f
 37979  racewriterangepc	./runtime/race0.go	/^func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)        { throw("race") }$/;"	f
 37980  racewriterangepc	./runtime/race1.go	/^func racewriterangepc(addr unsafe.Pointer, sz, callpc, pc uintptr) {$/;"	f
 37981  racewriterangepc1	./runtime/race1.go	/^func racewriterangepc1(uintptr, uintptr, uintptr)$/;"	f
 37982  raddr	./cmd/compile/internal/arm/gsubr.go	/^func raddr(n *gc.Node, p *obj.Prog) {$/;"	f
 37983  raddr	./cmd/compile/internal/arm64/gsubr.go	/^func raddr(n *gc.Node, p *obj.Prog) {$/;"	f
 37984  raise	./runtime/os3_solaris.go	/^func raise(sig int32) \/* int32 *\/ {$/;"	f
 37985  raise	./runtime/os_darwin.go	/^func raise(sig int32)$/;"	f
 37986  raise	./runtime/os_dragonfly.go	/^func raise(sig int32)$/;"	f
 37987  raise	./runtime/os_freebsd.go	/^func raise(sig int32)$/;"	f
 37988  raise	./runtime/os_linux.go	/^func raise(sig int32)$/;"	f
 37989  raise	./runtime/os_netbsd.go	/^func raise(sig int32)$/;"	f
 37990  raise	./runtime/os_openbsd.go	/^func raise(sig int32)$/;"	f
 37991  raisebadsignal	./runtime/os1_nacl.go	/^func raisebadsignal(sig int32) {$/;"	f
 37992  raisebadsignal	./runtime/os1_plan9.go	/^func raisebadsignal(sig int32) {$/;"	f
 37993  raisebadsignal	./runtime/signal1_unix.go	/^func raisebadsignal(sig int32) {$/;"	f
 37994  raisebadsignal	./runtime/signal_windows.go	/^func raisebadsignal(sig int32) {$/;"	f
 37995  raiseproc	./runtime/os3_solaris.go	/^func raiseproc(sig int32) \/* int32 *\/ {$/;"	f
 37996  raiseproc	./runtime/os_darwin.go	/^func raiseproc(int32)$/;"	f
 37997  raiseproc	./runtime/os_dragonfly.go	/^func raiseproc(sig int32)$/;"	f
 37998  raiseproc	./runtime/os_freebsd.go	/^func raiseproc(sig int32)$/;"	f
 37999  raiseproc	./runtime/os_linux.go	/^func raiseproc(sig int32)$/;"	f
 38000  raiseproc	./runtime/os_nacl.go	/^func raiseproc(sig int32) {$/;"	f
 38001  raiseproc	./runtime/os_netbsd.go	/^func raiseproc(sig int32)$/;"	f
 38002  raiseproc	./runtime/os_openbsd.go	/^func raiseproc(sig int32)$/;"	f
 38003  ralphaStrings	./debug/elf/elf.go	/^var ralphaStrings = []intName{$/;"	v
 38004  rand	./crypto/rsa/pkcs1v15_test.go	/^		var rand io.Reader$/;"	v
 38005  rand	./crypto/tls/common.go	/^func (c *Config) rand() io.Reader {$/;"	f
 38006  rand	./io/ioutil/tempfile.go	/^var rand uint32$/;"	v
 38007  rand	./runtime/vlop_arm_test.go	/^func (r *randstate) rand() uint32 {$/;"	f
 38008  randBytes	./runtime/hash_test.go	/^func randBytes(r *rand.Rand, b []byte) {$/;"	f
 38009  randFieldElement	./crypto/ecdsa/ecdsa.go	/^func randFieldElement(c elliptic.Curve, rand io.Reader) (k *big.Int, err error) {$/;"	f
 38010  randFloat32	./testing/quick/quick.go	/^func randFloat32(rand *rand.Rand) float32 {$/;"	f
 38011  randFloat64	./testing/quick/quick.go	/^func randFloat64(rand *rand.Rand) float64 {$/;"	f
 38012  randInt	./cmd/compile/internal/big/gcd_test.go	/^func randInt(r *rand.Rand, size uint) *Int {$/;"	f
 38013  randInt	./math/big/gcd_test.go	/^func randInt(r *rand.Rand, size uint) *Int {$/;"	f
 38014  randInt64	./testing/quick/quick.go	/^func randInt64(rand *rand.Rand) int64 { return rand.Int63() - 1<<62 }$/;"	f
 38015  randKeyName	./internal/syscall/windows/registry/registry_test.go	/^func randKeyName(prefix string) string {$/;"	f
 38016  randmu	./io/ioutil/tempfile.go	/^var randmu sync.Mutex$/;"	v
 38017  random	./cmd/compile/internal/big/nat.go	/^func (z nat) random(rand *rand.Rand, limit nat, n int) nat {$/;"	f
 38018  random	./math/big/nat.go	/^func (z nat) random(rand *rand.Rand, limit nat, n int) nat {$/;"	f
 38019  random	./runtime/hash_test.go	/^func (k *BytesKey) random(r *rand.Rand) {$/;"	f
 38020  random	./runtime/hash_test.go	/^func (k *EfaceKey) random(r *rand.Rand) {$/;"	f
 38021  random	./runtime/hash_test.go	/^func (k *IfaceKey) random(r *rand.Rand) {$/;"	f
 38022  random	./runtime/hash_test.go	/^func (k *Int32Key) random(r *rand.Rand) {$/;"	f
 38023  random	./runtime/hash_test.go	/^func (k *Int64Key) random(r *rand.Rand) {$/;"	f
 38024  randomBoundary	./mime/multipart/writer.go	/^func randomBoundary() string {$/;"	f
 38025  randomBytes	./crypto/tls/handshake_messages_test.go	/^func randomBytes(n int, rand *rand.Rand) []byte {$/;"	f
 38026  randomFile	./syscall/fs_nacl.go	/^type randomFile struct{}$/;"	t
 38027  randomNumber	./runtime/os_linux_arm.go	/^var randomNumber uint32$/;"	v
 38028  randomNumber	./runtime/os_linux_arm64.go	/^var randomNumber uint32$/;"	v
 38029  randomNumerators	./runtime/vlop_arm_test.go	/^func randomNumerators() []uint32 {$/;"	f
 38030  randomString	./crypto/tls/handshake_messages_test.go	/^func randomString(n int, rand *rand.Rand) string {$/;"	f
 38031  randomTrap	./internal/syscall/unix/getrandom_linux.go	/^var randomTrap = map[string]uintptr{$/;"	v
 38032  randomUnsupported	./internal/syscall/unix/getrandom_linux.go	/^var randomUnsupported int32 \/\/ atomic$/;"	v
 38033  randstate	./runtime/vlop_arm_test.go	/^type randstate struct {$/;"	t
 38034  range16Count	./unicode/maketables.go	/^var range16Count = 0  \/\/ Number of entries in the 16-bit range tables.$/;"	v
 38035  range32Count	./unicode/maketables.go	/^var range32Count = 0  \/\/ Number of entries in the 32-bit range tables.$/;"	v
 38036  rangeControl	./text/template/parse/parse.go	/^func (t *Tree) rangeControl() Node {$/;"	f
 38037  rangeError	./strconv/atoi.go	/^func rangeError(fn, str string) *NumError {$/;"	f
 38038  rangeMutex	./cmd/vet/testdata/copylock_range.go	/^func rangeMutex() {$/;"	f
 38039  range_stmt	./cmd/compile/internal/gc/go.y	/^range_stmt:$/;"	l
 38040  ranges	./net/http/fs.go	/^	var ranges []httpRange$/;"	v
 38041  ranges	./regexp/syntax/parse.go	/^type ranges struct {$/;"	t
 38042  rangesMIMESize	./net/http/fs.go	/^func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {$/;"	f
 38043  rarmStrings	./debug/elf/elf.go	/^var rarmStrings = []intName{$/;"	v
 38044  ratBinArg	./cmd/compile/internal/big/rat_test.go	/^type ratBinArg struct {$/;"	t
 38045  ratBinArg	./math/big/rat_test.go	/^type ratBinArg struct {$/;"	t
 38046  ratBinFun	./cmd/compile/internal/big/rat_test.go	/^type ratBinFun func(z, x, y *Rat) *Rat$/;"	t
 38047  ratBinFun	./math/big/rat_test.go	/^type ratBinFun func(z, x, y *Rat) *Rat$/;"	t
 38048  ratBinTests	./cmd/compile/internal/big/rat_test.go	/^var ratBinTests = []struct {$/;"	v
 38049  ratBinTests	./math/big/rat_test.go	/^var ratBinTests = []struct {$/;"	v
 38050  ratCmpTests	./cmd/compile/internal/big/rat_test.go	/^var ratCmpTests = []struct {$/;"	v
 38051  ratCmpTests	./math/big/rat_test.go	/^var ratCmpTests = []struct {$/;"	v
 38052  ratDenoms	./cmd/compile/internal/big/rat_test.go	/^var ratDenoms = []string{$/;"	v
 38053  ratDenoms	./math/big/rat_test.go	/^var ratDenoms = []string{$/;"	v
 38054  ratNums	./cmd/compile/internal/big/rat_test.go	/^var ratNums = []string{$/;"	v
 38055  ratNums	./math/big/rat_test.go	/^var ratNums = []string{$/;"	v
 38056  ratToFloat32	./go/constant/go13.go	/^func ratToFloat32(x *big.Rat) (float32, bool) {$/;"	f
 38057  ratToFloat32	./go/constant/go14.go	/^func ratToFloat32(x *big.Rat) (float32, bool) {$/;"	f
 38058  ratTok	./cmd/compile/internal/big/ratconv.go	/^func ratTok(ch rune) bool {$/;"	f
 38059  ratTok	./math/big/ratconv.go	/^func ratTok(ch rune) bool {$/;"	f
 38060  rather	./go/types/eval.go	/^\/\/ level untyped constants will return an untyped type rather then the$/;"	t
 38061  rather	./go/types/expr.go	/^		\/\/ Update operand types to the default type rather then$/;"	t
 38062  ratio	./cmd/pprof/internal/report/report.go	/^	var ratio float64$/;"	v
 38063  raw	./runtime/symtab.go	/^func (f *Func) raw() *_func {$/;"	f
 38064  rawAttributes	./crypto/x509/x509.go	/^	var rawAttributes []asn1.RawValue$/;"	v
 38065  rawContentsStruct	./encoding/asn1/marshal_test.go	/^type rawContentsStruct struct {$/;"	t
 38066  rawEvent	./internal/trace/parser.go	/^type rawEvent struct {$/;"	t
 38067  rawExpr	./go/types/expr.go	/^func (check *Checker) rawExpr(x *operand, e ast.Expr, hint Type) exprKind {$/;"	f
 38068  rawFile	./cmd/internal/objfile/objfile.go	/^type rawFile interface {$/;"	t
 38069  rawRef	./encoding/base64/base64_test.go	/^func rawRef(ref string) string {$/;"	f
 38070  rawResponse	./net/http/serve_test.go	/^func (ht handlerTest) rawResponse(req string) string {$/;"	f
 38071  rawStructTest	./encoding/asn1/asn1_test.go	/^type rawStructTest struct {$/;"	t
 38072  rawSysvicall6	./syscall/syscall_solaris.go	/^func rawSysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 38073  rawToken	./encoding/xml/xml.go	/^func (d *Decoder) rawToken() (Token, error) {$/;"	f
 38074  rawTokens	./encoding/xml/xml_test.go	/^var rawTokens = []Token{$/;"	v
 38075  rawTokensAltEncoding	./encoding/xml/xml_test.go	/^var rawTokensAltEncoding = []Token{$/;"	v
 38076  rawUrlRef	./encoding/base64/base64_test.go	/^func rawUrlRef(ref string) string {$/;"	f
 38077  rawValues	./crypto/x509/x509.go	/^	var rawValues []asn1.RawValue$/;"	v
 38078  rawbyteslice	./runtime/string.go	/^func rawbyteslice(size int) (b []byte) {$/;"	f
 38079  rawgins	./cmd/compile/internal/arm64/gsubr.go	/^func rawgins(as int, f *gc.Node, t *gc.Node) *obj.Prog {$/;"	f
 38080  rawgins	./cmd/compile/internal/ppc64/gsubr.go	/^func rawgins(as int, f *gc.Node, t *gc.Node) *obj.Prog {$/;"	f
 38081  rawmem	./runtime/malloc.go	/^func rawmem(size uintptr) unsafe.Pointer {$/;"	f
 38082  rawruneslice	./runtime/string.go	/^func rawruneslice(size int) (b []rune) {$/;"	f
 38083  rawsa	./net/fd_windows.go	/^	var rawsa [2]syscall.RawSockaddrAny$/;"	v
 38084  rawsocketcall	./syscall/syscall_linux_386.go	/^func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err Errno)$/;"	f
 38085  rawstring	./runtime/string.go	/^func rawstring(size int) (s string, b []byte) {$/;"	f
 38086  rawstringtmp	./runtime/string.go	/^func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {$/;"	f
 38087  rax	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rax() uint64     { return c.regs().rax }$/;"	f
 38088  rax	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rax() uint64     { return c.regs().mc_rax }$/;"	f
 38089  rax	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rax() uint64     { return c.regs().mc_rax }$/;"	f
 38090  rax	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rax() uint64     { return c.regs().rax }$/;"	f
 38091  rax	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rax() uint64     { return c.regs().rax }$/;"	f
 38092  rax	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rax() uint64     { return c.regs().__gregs[_REG_RAX] }$/;"	f
 38093  rax	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rax() uint64     { return c.regs().sc_rax }$/;"	f
 38094  rax	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rax() uint64     { return uint64(c.regs().gregs[_REG_RAX]) }$/;"	f
 38095  rb	./io/io_test.go	/^	var rb bytes.Buffer$/;"	v
 38096  rb	./io/io_test.go	/^	var rb dataAndErrorBuffer$/;"	v
 38097  rbp	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().rbp }$/;"	f
 38098  rbp	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().mc_rbp }$/;"	f
 38099  rbp	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().mc_rbp }$/;"	f
 38100  rbp	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().rbp }$/;"	f
 38101  rbp	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().rbp }$/;"	f
 38102  rbp	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().__gregs[_REG_RBP] }$/;"	f
 38103  rbp	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rbp() uint64     { return c.regs().sc_rbp }$/;"	f
 38104  rbp	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rbp() uint64     { return uint64(c.regs().gregs[_REG_RBP]) }$/;"	f
 38105  rbx	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().rbx }$/;"	f
 38106  rbx	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().mc_rbx }$/;"	f
 38107  rbx	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().mc_rbx }$/;"	f
 38108  rbx	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().rbx }$/;"	f
 38109  rbx	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().rbx }$/;"	f
 38110  rbx	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().__gregs[_REG_RBX] }$/;"	f
 38111  rbx	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rbx() uint64     { return c.regs().sc_rbx }$/;"	f
 38112  rbx	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rbx() uint64     { return uint64(c.regs().gregs[_REG_RBX]) }$/;"	f
 38113  rbyoff	./cmd/link/internal/ld/ldelf.go	/^type rbyoff []Reloc$/;"	t
 38114  rc	./archive/zip/reader_test.go	/^		var rc *ReadCloser$/;"	v
 38115  rc4Test	./crypto/rc4/rc4_test.go	/^type rc4Test struct {$/;"	t
 38116  rcdataEscaper	./html/template/html.go	/^func rcdataEscaper(args ...interface{}) string {$/;"	f
 38117  rclass	./cmd/internal/obj/arm64/asm7.go	/^func rclass(r int16) int {$/;"	f
 38118  rclose	./io/pipe.go	/^func (p *pipe) rclose(err error) {$/;"	f
 38119  rcmp	./cmd/compile/internal/gc/reg.go	/^type rcmp []Rgn$/;"	t
 38120  rcvd	./log/syslog/syslog_test.go	/^	var rcvd string$/;"	v
 38121  rcvr	./cmd/compile/internal/gc/dcl.go	/^	var rcvr *NodeList$/;"	v
 38122  rcvr	./cmd/compile/internal/gc/subr.go	/^	var rcvr *Type$/;"	v
 38123  rcvr	./cmd/compile/internal/gc/y.go	/^			var rcvr, t *Node$/;"	v
 38124  rcx	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().rcx }$/;"	f
 38125  rcx	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().mc_rcx }$/;"	f
 38126  rcx	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().mc_rcx }$/;"	f
 38127  rcx	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().rcx }$/;"	f
 38128  rcx	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().rcx }$/;"	f
 38129  rcx	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().__gregs[_REG_RCX] }$/;"	f
 38130  rcx	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rcx() uint64     { return c.regs().sc_rcx }$/;"	f
 38131  rcx	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rcx() uint64     { return uint64(c.regs().gregs[_REG_RCX]) }$/;"	f
 38132  rd	./cmd/internal/goobj/read.go	/^	var rd objReader$/;"	v
 38133  rdat	./io/pipe_test.go	/^	var rdat = make([]byte, 1024)$/;"	v
 38134  rddata	./cmd/link/internal/ld/objfile.go	/^func rddata(f *obj.Biobuf) []byte {$/;"	f
 38135  rdi	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().rdi }$/;"	f
 38136  rdi	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().mc_rdi }$/;"	f
 38137  rdi	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().mc_rdi }$/;"	f
 38138  rdi	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().rdi }$/;"	f
 38139  rdi	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().rdi }$/;"	f
 38140  rdi	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().__gregs[_REG_RDI] }$/;"	f
 38141  rdi	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rdi() uint64     { return c.regs().sc_rdi }$/;"	f
 38142  rdi	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rdi() uint64     { return uint64(c.regs().gregs[_REG_RDI]) }$/;"	f
 38143  rdint	./cmd/link/internal/ld/objfile.go	/^func rdint(f *obj.Biobuf) int {$/;"	f
 38144  rdint16	./cmd/link/internal/ld/objfile.go	/^func rdint16(f *obj.Biobuf) int16 {$/;"	f
 38145  rdint32	./cmd/link/internal/ld/objfile.go	/^func rdint32(f *obj.Biobuf) int32 {$/;"	f
 38146  rdint64	./cmd/link/internal/ld/objfile.go	/^func rdint64(f *obj.Biobuf) int64 {$/;"	f
 38147  rdstring	./cmd/link/internal/ld/objfile.go	/^func rdstring(f *obj.Biobuf) string {$/;"	f
 38148  rdsym	./cmd/link/internal/ld/objfile.go	/^func rdsym(ctxt *Link, f *obj.Biobuf, pkg string) *LSym {$/;"	f
 38149  rduint8	./cmd/link/internal/ld/objfile.go	/^func rduint8(f *obj.Biobuf) uint8 {$/;"	f
 38150  rdx	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().rdx }$/;"	f
 38151  rdx	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().mc_rdx }$/;"	f
 38152  rdx	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().mc_rdx }$/;"	f
 38153  rdx	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().rdx }$/;"	f
 38154  rdx	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().rdx }$/;"	f
 38155  rdx	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().__gregs[_REG_RDX] }$/;"	f
 38156  rdx	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rdx() uint64     { return c.regs().sc_rdx }$/;"	f
 38157  rdx	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rdx() uint64     { return uint64(c.regs().gregs[_REG_RDX]) }$/;"	f
 38158  re	./go/constant/value.go	/^		var re, im big.Rat$/;"	v
 38159  re	./go/types/builtins_test.go	/^	{"complex", `type F32 float32; var re, im F32; _ = complex(re, im)`, `func(p.F32, p.F32) complex64`},$/;"	v
 38160  re	./go/types/builtins_test.go	/^	{"complex", `type F64 float64; var re, im F64; _ = complex(re, im)`, `func(p.F64, p.F64) complex128`},$/;"	v
 38161  re	./go/types/builtins_test.go	/^	{"complex", `var re float32; _ = complex(re, 1.0)`, `func(float32, float32) complex64`},$/;"	v
 38162  re	./net/http/transport.go	/^	var re responseAndError$/;"	v
 38163  re	./runtime/runtime-gdb.py	/^import re$/;"	i
 38164  read	./compress/bzip2/bzip2.go	/^func (bz2 *reader) read(buf []byte) (int, error) {$/;"	f
 38165  read	./io/pipe.go	/^func (p *pipe) read(b []byte) (n int, err error) {$/;"	f
 38166  read	./net/http/fcgi/fcgi.go	/^func (br *beginRequest) read(content []byte) error {$/;"	f
 38167  read	./net/http/fcgi/fcgi.go	/^func (rec *record) read(r io.Reader) (err error) {$/;"	f
 38168  read	./os/file_plan9.go	/^func (f *File) read(b []byte) (n int, err error) {$/;"	f
 38169  read	./os/file_unix.go	/^func (f *File) read(b []byte) (n int, err error) {$/;"	f
 38170  read	./os/file_windows.go	/^func (f *File) read(b []byte) (n int, err error) {$/;"	f
 38171  read	./runtime/os1_plan9.go	/^func read(fd int32, buf unsafe.Pointer, n int32) int32 {$/;"	f
 38172  read	./runtime/os3_solaris.go	/^func read(fd int32, buf unsafe.Pointer, nbyte int32) int32 {$/;"	f
 38173  read	./runtime/os_nacl.go	/^func read(fd int32, p unsafe.Pointer, n int32) int32$/;"	f
 38174  read	./runtime/os_windows.go	/^func read(fd int32, p unsafe.Pointer, n int32) int32 {$/;"	f
 38175  read	./runtime/stubs2.go	/^func read(fd int32, p unsafe.Pointer, n int32) int32$/;"	f
 38176  read	./syscall/fd_nacl.go	/^func (*defaultFileImpl) read([]byte) (int, error)          { return 0, ENOSYS }$/;"	f
 38177  read	./syscall/fd_nacl.go	/^func (f *naclFile) read(b []byte) (int, error) {$/;"	f
 38178  read	./syscall/fd_nacl.go	/^func (f *pipeFile) read(b []byte) (int, error) {$/;"	f
 38179  read	./syscall/fs_nacl.go	/^func (f *fsysFile) read(b []byte) (int, error) {$/;"	f
 38180  read	./syscall/net_nacl.go	/^func (f *netFile) read(b []byte) (int, error) {$/;"	f
 38181  read	./syscall/net_nacl.go	/^func (q *byteq) read(b []byte, deadline int64) (int, error) {$/;"	f
 38182  read	./syscall/net_nacl.go	/^func (q *msgq) read(deadline int64) (interface{}, error) {$/;"	f
 38183  read	./syscall/zsyscall_darwin_386.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38184  read	./syscall/zsyscall_darwin_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38185  read	./syscall/zsyscall_darwin_arm.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38186  read	./syscall/zsyscall_darwin_arm64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38187  read	./syscall/zsyscall_dragonfly_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38188  read	./syscall/zsyscall_freebsd_386.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38189  read	./syscall/zsyscall_freebsd_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38190  read	./syscall/zsyscall_freebsd_arm.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38191  read	./syscall/zsyscall_linux_386.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38192  read	./syscall/zsyscall_linux_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38193  read	./syscall/zsyscall_linux_arm.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38194  read	./syscall/zsyscall_linux_arm64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38195  read	./syscall/zsyscall_linux_ppc64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38196  read	./syscall/zsyscall_linux_ppc64le.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38197  read	./syscall/zsyscall_netbsd_386.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38198  read	./syscall/zsyscall_netbsd_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38199  read	./syscall/zsyscall_netbsd_arm.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38200  read	./syscall/zsyscall_openbsd_386.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38201  read	./syscall/zsyscall_openbsd_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38202  read	./syscall/zsyscall_openbsd_arm.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38203  read	./syscall/zsyscall_solaris_amd64.go	/^func read(fd int, p []byte) (n int, err error) {$/;"	f
 38204  read	./time/zoneinfo_read.go	/^func (d *data) read(n int) []byte {$/;"	f
 38205  read2	./compress/gzip/gunzip.go	/^func (z *Reader) read2() (uint32, error) {$/;"	f
 38206  readAligned4	./cmd/go/note.go	/^func readAligned4(r io.Reader, sz int32) ([]byte, error) {$/;"	f
 38207  readAll	./io/ioutil/ioutil.go	/^func readAll(r io.Reader, capacity int64) (b []byte, err error) {$/;"	f
 38208  readBlock	./compress/bzip2/bzip2.go	/^func (bz2 *reader) readBlock() (err error) {$/;"	f
 38209  readBlock	./image/gif/reader.go	/^func (d *decoder) readBlock() (int, error) {$/;"	f
 38210  readBuf	./archive/zip/reader.go	/^type readBuf []byte$/;"	t
 38211  readBuildID	./cmd/go/pkg.go	/^func readBuildID(p *Package) (id string, err error) {$/;"	f
 38212  readByte	./cmd/internal/goobj/read.go	/^func (r *objReader) readByte() byte {$/;"	f
 38213  readByte	./fmt/scan.go	/^func (r *readRune) readByte() (b byte, err error) {$/;"	f
 38214  readByte	./image/jpeg/reader.go	/^func (d *decoder) readByte() (x byte, err error) {$/;"	f
 38215  readByteStuffedByte	./image/jpeg/reader.go	/^func (d *decoder) readByteStuffedByte() (x byte, err error) {$/;"	f
 38216  readBytes	./bufio/bufio_test.go	/^func readBytes(buf *Reader) string {$/;"	f
 38217  readBytesTests	./bytes/buffer_test.go	/^var readBytesTests = []struct {$/;"	v
 38218  readClientHello	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) readClientHello() (isResume bool, err error) {$/;"	f
 38219  readClose	./net/http/client.go	/^type readClose struct {$/;"	t
 38220  readCodeLine	./net/textproto/reader.go	/^func (r *Reader) readCodeLine(expectCode int) (code int, continued bool, message string, err error) {$/;"	f
 38221  readColorTable	./image/gif/reader.go	/^func (d *decoder) readColorTable(fields byte) (color.Palette, error) {$/;"	f
 38222  readCommand	./cmd/pprof/internal/driver/interactive.go	/^func readCommand(p *profile.Profile, ui plugin.UI, f *flags) (string, error) {$/;"	f
 38223  readConsole	./os/file_windows.go	/^func (f *File) readConsole(b []byte) (n int, err error) {$/;"	f
 38224  readContinuedLineSlice	./net/textproto/reader.go	/^func (r *Reader) readContinuedLineSlice() ([]byte, error) {$/;"	f
 38225  readCookies	./net/http/cookie.go	/^func readCookies(h Header, filter string) []*Cookie {$/;"	f
 38226  readCookiesTests	./net/http/cookie_test.go	/^var readCookiesTests = []struct {$/;"	v
 38227  readDNSResponse	./net/dnsclient_unix.go	/^func (c *TCPConn) readDNSResponse() (*dnsMsg, error) {$/;"	f
 38228  readDNSResponse	./net/dnsclient_unix.go	/^func (c *UDPConn) readDNSResponse() (*dnsMsg, error) {$/;"	f
 38229  readData	./cmd/internal/goobj/read.go	/^func (r *objReader) readData() Data {$/;"	f
 38230  readDataDescriptor	./archive/zip/reader.go	/^func readDataDescriptor(r io.Reader, f *File) error {$/;"	f
 38231  readDeadline	./syscall/net_nacl.go	/^func (f *netFile) readDeadline() int64 {$/;"	f
 38232  readDirNames	./path/filepath/path.go	/^func readDirNames(dirname string) ([]string, error) {$/;"	f
 38233  readDirectory64End	./archive/zip/reader.go	/^func readDirectory64End(r io.ReaderAt, offset int64, d *directoryEnd) (err error) {$/;"	f
 38234  readDirectoryEnd	./archive/zip/reader.go	/^func readDirectoryEnd(r io.ReaderAt, size int64) (dir *directoryEnd, err error) {$/;"	f
 38235  readDirectoryHeader	./archive/zip/reader.go	/^func readDirectoryHeader(f *File, r io.Reader) error {$/;"	f
 38236  readDoc	./go/doc/reader.go	/^func (r *reader) readDoc(comment *ast.CommentGroup) {$/;"	f
 38237  readELFGoBuildID	./cmd/go/note.go	/^func readELFGoBuildID(filename string, f *os.File, data []byte) (buildid string, err error) {$/;"	f
 38238  readELFNote	./cmd/go/note.go	/^func readELFNote(filename, name string, typ int32) ([]byte, error) {$/;"	f
 38239  readErr	./bufio/bufio.go	/^func (b *Reader) readErr() error {$/;"	f
 38240  readExtension	./image/gif/reader.go	/^func (d *decoder) readExtension() error {$/;"	f
 38241  readFile	./go/doc/reader.go	/^func (r *reader) readFile(src *ast.File) {$/;"	f
 38242  readFile	./go/parser/performance_test.go	/^func readFile(filename string) []byte {$/;"	f
 38243  readFile	./time/sys_plan9.go	/^func readFile(name string) ([]byte, error) {$/;"	f
 38244  readFile	./time/sys_unix.go	/^func readFile(name string) ([]byte, error) {$/;"	f
 38245  readFile	./time/sys_windows.go	/^func readFile(name string) ([]byte, error) {$/;"	f
 38246  readFileEntry	./debug/dwarf/line.go	/^func (r *LineReader) readFileEntry() (bool, error) {$/;"	f
 38247  readFinished	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) readFinished(out []byte) error {$/;"	f
 38248  readFinished	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) readFinished(out []byte) error {$/;"	f
 38249  readFloat	./strconv/atof.go	/^func readFloat(s string) (mantissa uint64, exp int, neg, trunc, ok bool) {$/;"	f
 38250  readFrom	./net/fd_unix.go	/^func (fd *netFD) readFrom(p []byte) (n int, sa syscall.Sockaddr, err error) {$/;"	f
 38251  readFrom	./net/fd_windows.go	/^func (fd *netFD) readFrom(buf []byte) (int, syscall.Sockaddr, error) {$/;"	f
 38252  readFromBlock	./compress/bzip2/bzip2.go	/^func (bz2 *reader) readFromBlock(buf []byte) int {$/;"	f
 38253  readFromTimeoutTests	./net/timeout_test.go	/^var readFromTimeoutTests = []struct {$/;"	v
 38254  readFromUntil	./crypto/tls/conn.go	/^func (b *block) readFromUntil(r io.Reader, n int) error {$/;"	f
 38255  readFull	./cmd/internal/goobj/read.go	/^func (r *objReader) readFull(b []byte) error {$/;"	f
 38256  readFull	./image/jpeg/reader.go	/^func (d *decoder) readFull(p []byte) error {$/;"	f
 38257  readFull	./net/parse.go	/^func readFull(r io.Reader) (all []byte, err error) {$/;"	f
 38258  readFunc	./go/doc/reader.go	/^func (r *reader) readFunc(fun *ast.FuncDecl) {$/;"	f
 38259  readGCStats	./runtime/debug/stubs.go	/^func readGCStats(*[]time.Duration)$/;"	f
 38260  readGCStats	./runtime/mstats.go	/^func readGCStats(pauses *[]uint64) {$/;"	f
 38261  readGCStats_m	./runtime/mstats.go	/^func readGCStats_m(pauses *[]uint64) {$/;"	f
 38262  readGIF	./image/gif/writer_test.go	/^func readGIF(filename string) (*GIF, error) {$/;"	f
 38263  readGNUSparseMap0x1	./archive/tar/reader.go	/^func readGNUSparseMap0x1(headers map[string]string) ([]sparseEntry, error) {$/;"	f
 38264  readGNUSparseMap1x0	./archive/tar/reader.go	/^func readGNUSparseMap1x0(r io.Reader) ([]sparseEntry, error) {$/;"	f
 38265  readGopackHeader	./go/internal/gcimporter/exportdata.go	/^func readGopackHeader(r *bufio.Reader) (name string, size int, err error) {$/;"	f
 38266  readGraphicControl	./image/gif/reader.go	/^func (d *decoder) readGraphicControl() error {$/;"	f
 38267  readHandshake	./crypto/tls/conn.go	/^func (c *Conn) readHandshake() (interface{}, error) {$/;"	f
 38268  readHeader	./archive/tar/reader.go	/^func (tr *Reader) readHeader() *Header {$/;"	f
 38269  readHeader	./compress/gzip/gunzip.go	/^func (z *Reader) readHeader(save bool) error {$/;"	f
 38270  readHeader	./debug/dwarf/line.go	/^func (r *LineReader) readHeader() error {$/;"	f
 38271  readHeaderAndScreenDescriptor	./image/gif/reader.go	/^func (d *decoder) readHeaderAndScreenDescriptor() error {$/;"	f
 38272  readHexByte	./mime/encodedword.go	/^func readHexByte(a, b byte) (byte, error) {$/;"	f
 38273  readHexByte	./mime/quotedprintable/reader.go	/^func readHexByte(v []byte) (b byte, err error) {$/;"	f
 38274  readHole	./archive/tar/reader.go	/^func (sfr *sparseFileReader) readHole(b []byte, toOffset int64) int {$/;"	f
 38275  readHosts	./net/hosts.go	/^func readHosts() {$/;"	f
 38276  readHuffman	./compress/flate/inflate.go	/^func (f *decompressor) readHuffman() error {$/;"	f
 38277  readHuffman	./syscall/unzip_nacl.go	/^func (f *decompressor) readHuffman() {$/;"	f
 38278  readImagePass	./image/png/reader.go	/^func (d *decoder) readImagePass(r io.Reader, pass int, allocateOnly bool) (image.Image, error) {$/;"	f
 38279  readImg	./image/gif/writer_test.go	/^func readImg(filename string) (image.Image, error) {$/;"	f
 38280  readInt	./cmd/internal/goobj/read.go	/^func (r *objReader) readInt() int {$/;"	f
 38281  readInt	./index/suffixarray/suffixarray.go	/^func readInt(r io.Reader, buf []byte) (int, error) {$/;"	f
 38282  readLSB	./compress/lzw/reader.go	/^func (d *decoder) readLSB() (uint16, error) {$/;"	f
 38283  readLine	./net/http/internal/chunked.go	/^func readLine(b *bufio.Reader) (p []byte, err error) {$/;"	f
 38284  readLine	./net/parse.go	/^func (f *file) readLine() (s string, ok bool) {$/;"	f
 38285  readLineNewlinesTests	./bufio/bufio_test.go	/^var readLineNewlinesTests = []struct {$/;"	v
 38286  readLineResult	./bufio/bufio_test.go	/^type readLineResult struct {$/;"	t
 38287  readLineSlice	./net/textproto/reader.go	/^func (r *Reader) readLineSlice() ([]byte, error) {$/;"	f
 38288  readLines	./bufio/bufio_test.go	/^func readLines(b *Reader) string {$/;"	f
 38289  readLock	./net/fd_plan9.go	/^func (fd *netFD) readLock() error {$/;"	f
 38290  readLock	./net/fd_unix.go	/^func (fd *netFD) readLock() error {$/;"	f
 38291  readLock	./net/fd_windows.go	/^func (fd *netFD) readLock() error {$/;"	f
 38292  readLocked	./net/http/transfer.go	/^func (b *body) readLocked(p []byte) (n int, err error) {$/;"	f
 38293  readLogger	./testing/iotest/logger.go	/^type readLogger struct {$/;"	t
 38294  readLoop	./net/http/transport.go	/^func (pc *persistConn) readLoop() {$/;"	f
 38295  readMSB	./compress/lzw/reader.go	/^func (d *decoder) readMSB() (uint16, error) {$/;"	f
 38296  readMaker	./bufio/bufio_test.go	/^type readMaker struct {$/;"	t
 38297  readMakers	./bufio/bufio_test.go	/^var readMakers = []readMaker{$/;"	v
 38298  readMessage	./encoding/gob/decoder.go	/^func (dec *Decoder) readMessage(nbytes int) {$/;"	f
 38299  readMetadata	./cmd/pack/pack.go	/^func (ar *Archive) readMetadata() *Entry {$/;"	f
 38300  readMsg	./net/fd_unix.go	/^func (fd *netFD) readMsg(p []byte, oob []byte) (n, oobn, flags int, sa syscall.Sockaddr, err error) {$/;"	f
 38301  readMsg	./net/fd_windows.go	/^func (fd *netFD) readMsg(p []byte, oob []byte) (n, oobn, flags int, sa syscall.Sockaddr, err error) {$/;"	f
 38302  readName	./encoding/xml/xml.go	/^func (d *Decoder) readName() (ok bool) {$/;"	f
 38303  readNote	./go/doc/reader.go	/^func (r *reader) readNote(list []*ast.Comment) {$/;"	f
 38304  readNotes	./go/doc/reader.go	/^func (r *reader) readNotes(comments []*ast.CommentGroup) {$/;"	f
 38305  readOldGNUSparseMap	./archive/tar/reader.go	/^func (tr *Reader) readOldGNUSparseMap(header []byte) []sparseEntry {$/;"	f
 38306  readOp	./bytes/buffer.go	/^type readOp int$/;"	t
 38307  readPNG	./image/png/reader_test.go	/^func readPNG(filename string) (image.Image, error) {$/;"	f
 38308  readPackage	./go/doc/reader.go	/^func (r *reader) readPackage(pkg *ast.Package, mode Mode) {$/;"	f
 38309  readPkgdef	./cmd/pack/pack.go	/^func readPkgdef(file string) (data []byte, err error) {$/;"	f
 38310  readPlan9Addr	./net/ipsock_plan9.go	/^func readPlan9Addr(proto, filename string) (addr Addr, err error) {$/;"	f
 38311  readPng	./image/jpeg/writer_test.go	/^func readPng(filename string) (image.Image, error) {$/;"	f
 38312  readProtocols	./net/lookup_unix.go	/^func readProtocols() {$/;"	f
 38313  readRecord	./crypto/tls/conn.go	/^func (c *Conn) readRecord(want recordType) error {$/;"	f
 38314  readRequest	./net/http/server.go	/^func (c *conn) readRequest() (w *response, err error) {$/;"	f
 38315  readRequest	./net/rpc/server.go	/^func (server *Server) readRequest(codec ServerCodec) (service *service, mtype *methodType, req *Request, argv, replyv reflect.Value, keepReading bool, err error) {$/;"	f
 38316  readRequestErrorTests	./net/http/request_test.go	/^var readRequestErrorTests = []struct {$/;"	v
 38317  readRequestHeader	./net/rpc/server.go	/^func (server *Server) readRequestHeader(codec ServerCodec) (service *service, mtype *methodType, req *Request, keepReading bool, err error) {$/;"	f
 38318  readResponseCloseInMiddleTests	./net/http/response_test.go	/^var readResponseCloseInMiddleTests = []struct {$/;"	v
 38319  readResponseTest	./net/textproto/reader_test.go	/^type readResponseTest struct {$/;"	t
 38320  readResponseTests	./net/textproto/reader_test.go	/^var readResponseTests = []readResponseTest{$/;"	v
 38321  readRune	./encoding/csv/reader.go	/^func (r *Reader) readRune() (rune, error) {$/;"	f
 38322  readRune	./fmt/scan.go	/^type readRune struct {$/;"	t
 38323  readRuneSegments	./bufio/bufio_test.go	/^func readRuneSegments(t *testing.T, segments []string) {$/;"	f
 38324  readRuneSegments	./text/scanner/scanner_test.go	/^func readRuneSegments(t *testing.T, segments []string) {$/;"	f
 38325  readServices	./net/port_unix.go	/^func readServices() {$/;"	f
 38326  readSessionTicket	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) readSessionTicket() error {$/;"	f
 38327  readSetCookies	./net/http/cookie.go	/^func readSetCookies(h Header) []*Cookie {$/;"	f
 38328  readSetCookiesTests	./net/http/cookie_test.go	/^var readSetCookiesTests = []struct {$/;"	v
 38329  readSize	./net/http/fcgi/fcgi.go	/^func readSize(s []byte) (uint32, int) {$/;"	f
 38330  readSlice	./bytes/buffer.go	/^func (b *Buffer) readSlice(delim byte) (line []byte, err error) {$/;"	f
 38331  readSlice	./index/suffixarray/suffixarray.go	/^func readSlice(r io.Reader, buf []byte, data []int) (n int, err error) {$/;"	f
 38332  readSource	./go/parser/interface.go	/^func readSource(filename string, src interface{}) ([]byte, error) {$/;"	f
 38333  readState	./net/fd_mutex_test.go	/^	var readState [2]uint64$/;"	v
 38334  readString	./cmd/internal/goobj/read.go	/^func (r *objReader) readString() string {$/;"	f
 38335  readString	./compress/gzip/gunzip.go	/^func (z *Reader) readString() (string, error) {$/;"	f
 38336  readString	./net/http/fcgi/fcgi.go	/^func readString(s []byte, size uint32) string {$/;"	f
 38337  readSymID	./cmd/internal/goobj/read.go	/^func (r *objReader) readSymID() SymID {$/;"	f
 38338  readTemplate	./go/doc/doc_test.go	/^func readTemplate(filename string) *template.Template {$/;"	f
 38339  readTestFile	./archive/zip/reader_test.go	/^func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) {$/;"	f
 38340  readTestZip	./archive/zip/reader_test.go	/^func readTestZip(t *testing.T, zt ZipTest) {$/;"	f
 38341  readTests	./encoding/csv/reader_test.go	/^var readTests = []struct {$/;"	v
 38342  readTimeoutTests	./net/timeout_test.go	/^var readTimeoutTests = []struct {$/;"	v
 38343  readTrace	./internal/trace/parser.go	/^func readTrace(r io.Reader) ([]rawEvent, error) {$/;"	f
 38344  readTrailer	./net/http/transfer.go	/^func (b *body) readTrailer() error {$/;"	f
 38345  readTransfer	./net/http/transfer.go	/^func readTransfer(msg interface{}, r *bufio.Reader) (err error) {$/;"	f
 38346  readType	./debug/dwarf/type.go	/^func (d *Data) readType(name string, r typeReader, off Offset, typeCache map[Offset]Type) (Type, error) {$/;"	f
 38347  readType	./go/doc/reader.go	/^func (r *reader) readType(decl *ast.GenDecl, spec *ast.TypeSpec) {$/;"	f
 38348  readUnaligned32	./runtime/unaligned1.go	/^func readUnaligned32(p unsafe.Pointer) uint32 {$/;"	f
 38349  readUnaligned32	./runtime/unaligned2.go	/^func readUnaligned32(p unsafe.Pointer) uint32 {$/;"	f
 38350  readUnaligned64	./runtime/unaligned1.go	/^func readUnaligned64(p unsafe.Pointer) uint64 {$/;"	f
 38351  readUnaligned64	./runtime/unaligned2.go	/^func readUnaligned64(p unsafe.Pointer) uint64 {$/;"	f
 38352  readUnlock	./net/fd_plan9.go	/^func (fd *netFD) readUnlock() {$/;"	f
 38353  readUnlock	./net/fd_unix.go	/^func (fd *netFD) readUnlock() {$/;"	f
 38354  readUnlock	./net/fd_windows.go	/^func (fd *netFD) readUnlock() {$/;"	f
 38355  readVal	./internal/trace/parser.go	/^func readVal(r io.Reader, off0 int) (v uint64, off int, err error) {$/;"	f
 38356  readValue	./encoding/json/stream.go	/^func (dec *Decoder) readValue() (int, error) {$/;"	f
 38357  readValue	./go/doc/reader.go	/^func (r *reader) readValue(decl *ast.GenDecl) {$/;"	f
 38358  readWindowsZones	./time/genzabbrs.go	/^func readWindowsZones() (zones, error) {$/;"	f
 38359  readdir	./os/dir_plan9.go	/^func (file *File) readdir(n int) ([]FileInfo, error) {$/;"	f
 38360  readdir	./os/file_unix.go	/^func (f *File) readdir(n int) (fi []FileInfo, err error) {$/;"	f
 38361  readdir	./os/file_windows.go	/^func (file *File) readdir(n int) (fi []FileInfo, err error) {$/;"	f
 38362  readdirnames	./os/dir_plan9.go	/^func (file *File) readdirnames(n int) (names []string, err error) {$/;"	f
 38363  readdirnames	./os/dir_unix.go	/^func (f *File) readdirnames(n int) (names []string, err error) {$/;"	f
 38364  readdirnames	./os/dir_windows.go	/^func (file *File) readdirnames(n int) (names []string, err error) {$/;"	f
 38365  readdirnames	./syscall/exec_plan9.go	/^func readdirnames(dirfd int) (names []string, err error) {$/;"	f
 38366  readdupdevice	./syscall/exec_plan9.go	/^func readdupdevice() (fds []int, err error) {$/;"	f
 38367  readelfsym	./cmd/link/internal/ld/ldelf.go	/^func readelfsym(elfobj *ElfObj, i int, sym *ElfSym, needSym int) (err error) {$/;"	f
 38368  readelfsymboldata	./cmd/link/internal/ld/lib.go	/^func readelfsymboldata(f *elf.File, sym *elf.Symbol) []byte {$/;"	f
 38369  readenv	./syscall/env_plan9.go	/^func readenv(key string) (string, error) {$/;"	f
 38370  reader	./compress/bzip2/bzip2.go	/^type reader struct {$/;"	t
 38371  reader	./compress/zlib/reader.go	/^type reader struct {$/;"	t
 38372  reader	./crypto/rand/rand_unix.go	/^type reader struct {$/;"	t
 38373  reader	./go/doc/reader.go	/^type reader struct {$/;"	t
 38374  reader	./image/format.go	/^type reader interface {$/;"	t
 38375  reader	./image/gif/reader.go	/^type reader interface {$/;"	t
 38376  reader	./io/pipe_test.go	/^func reader(t *testing.T, r Reader, c chan int) {$/;"	f
 38377  reader	./net/http/request.go	/^		var reader io.Reader = r.Body$/;"	v
 38378  reader	./net/textproto/reader_test.go	/^func reader(s string) *Reader {$/;"	f
 38379  reader	./sync/rwmutex_test.go	/^func reader(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {$/;"	f
 38380  reader	./unicode/maketables.go	/^type reader struct {$/;"	t
 38381  readerAndCloser	./net/http/transport.go	/^type readerAndCloser struct {$/;"	t
 38382  readerErrors	./image/png/reader_test.go	/^var readerErrors = []struct {$/;"	v
 38383  readerFromHex	./compress/bzip2/bzip2_test.go	/^func readerFromHex(s string) io.Reader {$/;"	f
 38384  readerOnly	./archive/tar/reader_test.go	/^	type readerOnly struct {$/;"	t
 38385  readers	./bufio/bufio_test.go	/^	var readers = []func(*Reader, byte) ([]byte, error){$/;"	v
 38386  readfile	./cmd/dist/util.go	/^func readfile(file string) string {$/;"	f
 38387  readgogc	./runtime/mgc.go	/^func readgogc() int32 {$/;"	f
 38388  readgstatus	./runtime/proc1.go	/^func readgstatus(gp *g) uint32 {$/;"	f
 38389  readlen	./syscall/syscall_solaris.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38390  readlen	./syscall/zsyscall_darwin_386.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38391  readlen	./syscall/zsyscall_darwin_amd64.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38392  readlen	./syscall/zsyscall_darwin_arm.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38393  readlen	./syscall/zsyscall_darwin_arm64.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38394  readlen	./syscall/zsyscall_dragonfly_amd64.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38395  readlen	./syscall/zsyscall_freebsd_386.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38396  readlen	./syscall/zsyscall_freebsd_amd64.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38397  readlen	./syscall/zsyscall_freebsd_arm.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38398  readlen	./syscall/zsyscall_linux_386.go	/^func readlen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 38399  readlen	./syscall/zsyscall_linux_amd64.go	/^func readlen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 38400  readlen	./syscall/zsyscall_linux_arm.go	/^func readlen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 38401  readlen	./syscall/zsyscall_linux_arm64.go	/^func readlen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 38402  readlen	./syscall/zsyscall_linux_ppc64.go	/^func readlen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 38403  readlen	./syscall/zsyscall_linux_ppc64le.go	/^func readlen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 38404  readlen	./syscall/zsyscall_netbsd_386.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38405  readlen	./syscall/zsyscall_netbsd_amd64.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38406  readlen	./syscall/zsyscall_netbsd_arm.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38407  readlen	./syscall/zsyscall_openbsd_386.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38408  readlen	./syscall/zsyscall_openbsd_amd64.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38409  readlen	./syscall/zsyscall_openbsd_arm.go	/^func readlen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 38410  readlinkat	./syscall/zsyscall_linux_386.go	/^func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {$/;"	f
 38411  readlinkat	./syscall/zsyscall_linux_amd64.go	/^func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {$/;"	f
 38412  readlinkat	./syscall/zsyscall_linux_arm.go	/^func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {$/;"	f
 38413  readlinkat	./syscall/zsyscall_linux_arm64.go	/^func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {$/;"	f
 38414  readlinkat	./syscall/zsyscall_linux_ppc64.go	/^func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {$/;"	f
 38415  readlinkat	./syscall/zsyscall_linux_ppc64le.go	/^func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {$/;"	f
 38416  readmemstats_m	./runtime/mstats.go	/^func readmemstats_m(stats *MemStats) {$/;"	f
 38417  readnote	./cmd/link/internal/ld/lib.go	/^func readnote(f *elf.File, name []byte, typ int32) ([]byte, error) {$/;"	f
 38418  readnum	./syscall/syscall_plan9.go	/^func readnum(path string) (uint, error) {$/;"	f
 38419  readpesym	./cmd/link/internal/ld/ldpe.go	/^func readpesym(peobj *PeObj, i int, y **PeSym) (err error) {$/;"	f
 38420  reads	./bufio/bufio_test.go	/^func reads(buf *Reader, m int) string {$/;"	f
 38421  readsym	./cmd/link/internal/ld/objfile.go	/^func readsym(ctxt *Link, f *obj.Biobuf, pkg string, pn string) {$/;"	f
 38422  readsym_ndup	./cmd/link/internal/ld/objfile.go	/^var readsym_ndup int$/;"	v
 38423  readvarint	./cmd/internal/gcprog/gcprog.go	/^func readvarint(p []byte) (int64, []byte) {$/;"	f
 38424  readvarint	./debug/gosym/pclntab.go	/^func (t *LineTable) readvarint(pp *[]byte) uint32 {$/;"	f
 38425  readvarint	./runtime/symtab.go	/^func readvarint(p []byte) (newp []byte, val uint32) {$/;"	f
 38426  readwithpad	./cmd/link/internal/ld/lib.go	/^func readwithpad(r io.Reader, sz int32) ([]byte, error) {$/;"	f
 38427  ready	./runtime/proc1.go	/^func ready(gp *g, traceskip int) {$/;"	f
 38428  real	./builtin/builtin.go	/^func real(c ComplexType) FloatType$/;"	f
 38429  realtime	./runtime/sys_nacl_amd64p32.s	/^realtime:$/;"	l
 38430  reboot	./syscall/zsyscall_linux_386.go	/^func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {$/;"	f
 38431  reboot	./syscall/zsyscall_linux_amd64.go	/^func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {$/;"	f
 38432  reboot	./syscall/zsyscall_linux_arm.go	/^func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {$/;"	f
 38433  reboot	./syscall/zsyscall_linux_arm64.go	/^func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {$/;"	f
 38434  reboot	./syscall/zsyscall_linux_ppc64.go	/^func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {$/;"	f
 38435  reboot	./syscall/zsyscall_linux_ppc64le.go	/^func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {$/;"	f
 38436  rec	./encoding/gob/codec_test.go	/^	var rec Rec$/;"	v
 38437  rec	./net/dnsmsg.go	/^	var rec dnsRR$/;"	v
 38438  rec	./net/http/fcgi/child.go	/^	var rec record$/;"	v
 38439  rec	./net/http/fcgi/fcgi_test.go	/^	var rec record$/;"	v
 38440  recType	./net/http/fcgi/fcgi.go	/^type recType uint8$/;"	t
 38441  receiveExtend	./image/jpeg/huffman.go	/^func (d *decoder) receiveExtend(t uint8) (int32, error) {$/;"	f
 38442  received	./encoding/gob/decoder.go	/^		dec.err = errors.New("gob: duplicate type received")$/;"	t
 38443  receiverType	./encoding/xml/read.go	/^func receiverType(val interface{}) string {$/;"	f
 38444  recipients	./text/template/example_test.go	/^	var recipients = []Recipient{$/;"	v
 38445  recompileForTest	./cmd/go/test.go	/^func recompileForTest(pmain, preal, ptest *Package, testDir string) {$/;"	f
 38446  record	./archive/tar/reader.go	/^		var record []byte$/;"	v
 38447  record	./crypto/tls/common.go	/^type record struct {$/;"	t
 38448  record	./net/http/fcgi/fcgi.go	/^type record struct {$/;"	t
 38449  record	./runtime/mprof.go	/^func record(r *MemProfileRecord, b *bucket) {$/;"	f
 38450  recordAnonymousField	./go/doc/reader.go	/^func (r *reader) recordAnonymousField(parent *namedType, fieldType ast.Expr) (fname string) {$/;"	f
 38451  recordBuiltinType	./go/types/check.go	/^func (check *Checker) recordBuiltinType(f ast.Expr, sig *Signature) {$/;"	f
 38452  recordCommaOkTypes	./go/types/check.go	/^func (check *Checker) recordCommaOkTypes(x ast.Expr, a [2]Type) {$/;"	f
 38453  recordDef	./go/types/check.go	/^func (check *Checker) recordDef(id *ast.Ident, obj Object) {$/;"	f
 38454  recordImplicit	./go/types/check.go	/^func (check *Checker) recordImplicit(node ast.Node, obj Object) {$/;"	f
 38455  recordLine	./go/printer/printer.go	/^func (p *printer) recordLine(linePtr *int) {$/;"	f
 38456  recordLines	./runtime/symtab_test.go	/^func recordLines(a, b, c int) {$/;"	f
 38457  recordScope	./go/types/check.go	/^func (check *Checker) recordScope(node ast.Node, scope *Scope) {$/;"	f
 38458  recordSelection	./go/types/check.go	/^func (check *Checker) recordSelection(x *ast.SelectorExpr, kind SelectionKind, recv Type, obj Object, index []int, indirect bool) {$/;"	f
 38459  recordType	./crypto/tls/common.go	/^type recordType uint8$/;"	t
 38460  recordTypeAndValue	./go/types/check.go	/^func (check *Checker) recordTypeAndValue(x ast.Expr, mode operandMode, typ Type, val constant.Value) {$/;"	f
 38461  recordUntyped	./go/types/check.go	/^func (check *Checker) recordUntyped() {$/;"	f
 38462  recordUse	./go/types/check.go	/^func (check *Checker) recordUse(id *ast.Ident, obj Object) {$/;"	f
 38463  recorded	./go/types/builtins_test.go	/^			t.Errorf("%s: no type recorded for %s", src0, ExprString(fun))$/;"	t
 38464  recordingConn	./crypto/tls/handshake_client_test.go	/^	var recordingConn *recordingConn$/;"	v
 38465  recordingConn	./crypto/tls/handshake_server_test.go	/^	var recordingConn *recordingConn$/;"	v
 38466  recordingConn	./crypto/tls/handshake_test.go	/^type recordingConn struct {$/;"	t
 38467  recordingTransport	./net/http/client_test.go	/^type recordingTransport struct {$/;"	t
 38468  recordspan	./runtime/mheap.go	/^func recordspan(vh unsafe.Pointer, p unsafe.Pointer) {$/;"	f
 38469  recover	./builtin/builtin.go	/^func recover() interface{}$/;"	f
 38470  recover	./text/template/parse/parse.go	/^func (t *Tree) recover(errp *error) {$/;"	f
 38471  recovers	./runtime/traceback.go	/^		\/\/ deferproc a second time (if the corresponding deferred func recovers).$/;"	f
 38472  recovery	./runtime/panic1.go	/^func recovery(gp *g) {$/;"	f
 38473  recurCount	./fmt/fmt_test.go	/^var recurCount = 0$/;"	v
 38474  recursiveMap	./encoding/gob/encoder_test.go	/^	type recursiveMap map[string]recursiveMap$/;"	t
 38475  recursiveMapV	./cmd/vet/testdata/print.go	/^var recursiveMapV = make(RecursiveMap)$/;"	v
 38476  recursivePtrStringer	./cmd/vet/testdata/print.go	/^type recursivePtrStringer int$/;"	t
 38477  recursiveSlice	./encoding/gob/encoder_test.go	/^	type recursiveSlice []recursiveSlice$/;"	t
 38478  recursiveSliceV	./cmd/vet/testdata/print.go	/^var recursiveSliceV = &RecursiveSlice{}$/;"	v
 38479  recursiveStringer	./cmd/vet/print.go	/^func (f *File) recursiveStringer(e ast.Expr) bool {$/;"	f
 38480  recursiveStringer	./cmd/vet/testdata/print.go	/^type recursiveStringer int$/;"	t
 38481  recursiveStruct1V	./cmd/vet/testdata/print.go	/^var recursiveStruct1V = &RecursiveStruct1{}$/;"	v
 38482  recursiveStructV	./cmd/vet/testdata/print.go	/^var recursiveStructV = &RecursiveStruct{}$/;"	v
 38483  recv	./go/parser/parser.go	/^	var recv *ast.FieldList$/;"	v
 38484  recv	./go/printer/testdata/parser.go	/^	var recv *ast.FieldList$/;"	v
 38485  recv	./go/types/typexpr.go	/^		var recv *Var$/;"	v
 38486  recv	./reflect/value.go	/^func (v Value) recv(nb bool) (val Value, ok bool) {$/;"	f
 38487  recv	./syscall/srpc_nacl.go	/^func (r *msgReceiver) recv() (*msg, error) {$/;"	f
 38488  recvMessage	./encoding/gob/decoder.go	/^func (dec *Decoder) recvMessage() bool {$/;"	f
 38489  recvString	./go/doc/reader.go	/^func recvString(recv ast.Expr) string {$/;"	f
 38490  recvTyp	./go/types/typexpr.go	/^	var recvTyp Type = iface$/;"	v
 38491  recvType	./encoding/gob/decoder.go	/^func (dec *Decoder) recvType(id typeId) {$/;"	f
 38492  recvchantype	./cmd/compile/internal/gc/go.y	/^recvchantype:$/;"	l
 38493  recvclosed	./runtime/chan.go	/^func recvclosed(c *hchan, ep unsafe.Pointer) (selected, recevied bool) {$/;"	f
 38494  recvfrom	./syscall/net_nacl.go	/^func (f *netFile) recvfrom(p []byte, flags int) (n int, from Sockaddr, err error) {$/;"	f
 38495  recvfrom	./syscall/syscall_linux_386.go	/^func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38496  recvfrom	./syscall/zsyscall_darwin_386.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38497  recvfrom	./syscall/zsyscall_darwin_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38498  recvfrom	./syscall/zsyscall_darwin_arm.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38499  recvfrom	./syscall/zsyscall_darwin_arm64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38500  recvfrom	./syscall/zsyscall_dragonfly_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38501  recvfrom	./syscall/zsyscall_freebsd_386.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38502  recvfrom	./syscall/zsyscall_freebsd_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38503  recvfrom	./syscall/zsyscall_freebsd_arm.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38504  recvfrom	./syscall/zsyscall_linux_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38505  recvfrom	./syscall/zsyscall_linux_arm.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38506  recvfrom	./syscall/zsyscall_linux_arm64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38507  recvfrom	./syscall/zsyscall_linux_ppc64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38508  recvfrom	./syscall/zsyscall_linux_ppc64le.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38509  recvfrom	./syscall/zsyscall_netbsd_386.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38510  recvfrom	./syscall/zsyscall_netbsd_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38511  recvfrom	./syscall/zsyscall_netbsd_arm.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38512  recvfrom	./syscall/zsyscall_openbsd_386.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38513  recvfrom	./syscall/zsyscall_openbsd_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38514  recvfrom	./syscall/zsyscall_openbsd_arm.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38515  recvfrom	./syscall/zsyscall_solaris_amd64.go	/^func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {$/;"	f
 38516  recvmsg	./syscall/syscall_linux_386.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38517  recvmsg	./syscall/zsyscall_darwin_386.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38518  recvmsg	./syscall/zsyscall_darwin_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38519  recvmsg	./syscall/zsyscall_darwin_arm.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38520  recvmsg	./syscall/zsyscall_darwin_arm64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38521  recvmsg	./syscall/zsyscall_dragonfly_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38522  recvmsg	./syscall/zsyscall_freebsd_386.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38523  recvmsg	./syscall/zsyscall_freebsd_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38524  recvmsg	./syscall/zsyscall_freebsd_arm.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38525  recvmsg	./syscall/zsyscall_linux_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38526  recvmsg	./syscall/zsyscall_linux_arm.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38527  recvmsg	./syscall/zsyscall_linux_arm64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38528  recvmsg	./syscall/zsyscall_linux_ppc64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38529  recvmsg	./syscall/zsyscall_linux_ppc64le.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38530  recvmsg	./syscall/zsyscall_netbsd_386.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38531  recvmsg	./syscall/zsyscall_netbsd_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38532  recvmsg	./syscall/zsyscall_netbsd_arm.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38533  recvmsg	./syscall/zsyscall_openbsd_386.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38534  recvmsg	./syscall/zsyscall_openbsd_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38535  recvmsg	./syscall/zsyscall_openbsd_arm.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38536  recvmsg	./syscall/zsyscall_solaris_amd64.go	/^func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 38537  redeclaration	./cmd/yacc/yacc.go	/^							errorf("type redeclaration of nonterminal %v",$/;"	t
 38538  redeclaration	./cmd/yacc/yacc.go	/^							errorf("type redeclaration of token %s",$/;"	t
 38539  redeclare	./cmd/compile/internal/gc/dcl.go	/^func redeclare(s *Sym, where string) {$/;"	f
 38540  redirectHandler	./net/http/server.go	/^type redirectHandler struct {$/;"	t
 38541  reduceDepth	./go/printer/nodes.go	/^func reduceDepth(depth int) int {$/;"	f
 38542  reducePi	./math/cmplx/tan.go	/^func reducePi(x float64) float64 {$/;"	f
 38543  reduceSlice	./cmd/compile/internal/gc/walk.go	/^func reduceSlice(n *Node) *Node {$/;"	f
 38544  redundantFuncs	./html/template/escape.go	/^var redundantFuncs = map[string]map[string]bool{$/;"	v
 38545  reentersyscall	./runtime/proc1.go	/^func reentersyscall(pc, sp uintptr) {$/;"	f
 38546  reexportdep	./cmd/compile/internal/gc/export.go	/^func reexportdep(n *Node) {$/;"	f
 38547  reexportdeplist	./cmd/compile/internal/gc/export.go	/^func reexportdeplist(ll *NodeList) {$/;"	f
 38548  refererForURL	./net/http/client.go	/^func refererForURL(lastReq, newReq *url.URL) string {$/;"	f
 38549  refersTo	./cmd/fix/fix.go	/^func refersTo(n ast.Node, x *ast.Ident) bool {$/;"	f
 38550  refill	./crypto/cipher/ctr.go	/^func (x *ctr) refill() {$/;"	f
 38551  refill	./crypto/cipher/ofb.go	/^func (x *ofb) refill() {$/;"	f
 38552  refill	./encoding/json/stream.go	/^func (dec *Decoder) refill() error {$/;"	f
 38553  refine	./image/jpeg/scan.go	/^func (d *decoder) refine(b *block, h *huffman, zigStart, zigEnd, delta int32) error {$/;"	f
 38554  refineNonZeroes	./image/jpeg/scan.go	/^func (d *decoder) refineNonZeroes(b *block, zig, zigEnd, nz, delta int32) (int32, error) {$/;"	f
 38555  reflectValue	./encoding/json/encode.go	/^func (e *encodeState) reflectValue(v reflect.Value) {$/;"	f
 38556  reflect_chancap	./runtime/chan.go	/^func reflect_chancap(c *hchan) int {$/;"	f
 38557  reflect_chanclose	./runtime/chan.go	/^func reflect_chanclose(c *hchan) {$/;"	f
 38558  reflect_chanlen	./runtime/chan.go	/^func reflect_chanlen(c *hchan) int {$/;"	f
 38559  reflect_chanrecv	./runtime/chan.go	/^func reflect_chanrecv(t *chantype, c *hchan, nb bool, elem unsafe.Pointer) (selected bool, received bool) {$/;"	f
 38560  reflect_chansend	./runtime/chan.go	/^func reflect_chansend(t *chantype, c *hchan, elem unsafe.Pointer, nb bool) (selected bool) {$/;"	f
 38561  reflect_gcbits	./runtime/mbitmap.go	/^func reflect_gcbits(x interface{}) []byte {$/;"	f
 38562  reflect_ifaceE2I	./runtime/iface.go	/^func reflect_ifaceE2I(inter *interfacetype, e interface{}, dst *fInterface) {$/;"	f
 38563  reflect_ismapkey	./runtime/hashmap.go	/^func reflect_ismapkey(t *_type) bool {$/;"	f
 38564  reflect_makechan	./runtime/chan.go	/^func reflect_makechan(t *chantype, size int64) *hchan {$/;"	f
 38565  reflect_makemap	./runtime/hashmap.go	/^func reflect_makemap(t *maptype) *hmap {$/;"	f
 38566  reflect_mapaccess	./runtime/hashmap.go	/^func reflect_mapaccess(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {$/;"	f
 38567  reflect_mapassign	./runtime/hashmap.go	/^func reflect_mapassign(t *maptype, h *hmap, key unsafe.Pointer, val unsafe.Pointer) {$/;"	f
 38568  reflect_mapdelete	./runtime/hashmap.go	/^func reflect_mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {$/;"	f
 38569  reflect_mapiterinit	./runtime/hashmap.go	/^func reflect_mapiterinit(t *maptype, h *hmap) *hiter {$/;"	f
 38570  reflect_mapiterkey	./runtime/hashmap.go	/^func reflect_mapiterkey(it *hiter) unsafe.Pointer {$/;"	f
 38571  reflect_mapiternext	./runtime/hashmap.go	/^func reflect_mapiternext(it *hiter) {$/;"	f
 38572  reflect_maplen	./runtime/hashmap.go	/^func reflect_maplen(h *hmap) int {$/;"	f
 38573  reflect_memclr	./runtime/stubs.go	/^func reflect_memclr(ptr unsafe.Pointer, n uintptr) {$/;"	f
 38574  reflect_memmove	./runtime/stubs.go	/^func reflect_memmove(to, from unsafe.Pointer, n uintptr) {$/;"	f
 38575  reflect_rselect	./runtime/select.go	/^func reflect_rselect(cases []runtimeSelect) (chosen int, recvOK bool) {$/;"	f
 38576  reflect_typedmemmove	./runtime/mbarrier.go	/^func reflect_typedmemmove(typ *_type, dst, src unsafe.Pointer) {$/;"	f
 38577  reflect_typedmemmovepartial	./runtime/mbarrier.go	/^func reflect_typedmemmovepartial(typ *_type, dst, src unsafe.Pointer, off, size uintptr) {$/;"	f
 38578  reflect_typedslicecopy	./runtime/mbarrier.go	/^func reflect_typedslicecopy(elemType *_type, dst, src slice) int {$/;"	f
 38579  reflect_typelinks	./runtime/runtime1.go	/^func reflect_typelinks() [][]*_type {$/;"	f
 38580  reflect_unsafe_New	./runtime/malloc.go	/^func reflect_unsafe_New(typ *_type) unsafe.Pointer {$/;"	f
 38581  reflect_unsafe_NewArray	./runtime/malloc.go	/^func reflect_unsafe_NewArray(typ *_type, n uintptr) unsafe.Pointer {$/;"	f
 38582  reflectcall	./runtime/stubs.go	/^func reflectcall(argtype *_type, fn, arg unsafe.Pointer, argsize uint32, retoffset uint32)$/;"	f
 38583  reg	./cmd/compile/internal/amd64/gsubr.go	/^	var reg gc.Node$/;"	v
 38584  reg	./cmd/compile/internal/arm/ggen.go	/^	var reg int$/;"	v
 38585  reg	./cmd/compile/internal/gc/cgen.go	/^					var reg Node$/;"	v
 38586  reg	./cmd/compile/internal/gc/cgen.go	/^		var reg Node$/;"	v
 38587  reg	./cmd/compile/internal/gc/gsubr.go	/^var reg [100]int       \/\/ count of references to reg$/;"	v
 38588  reg	./cmd/compile/internal/gc/pgen.go	/^		var reg Node$/;"	v
 38589  reg	./cmd/compile/internal/ppc64/ggen.go	/^	var reg gc.Node$/;"	v
 38590  reg	./cmd/compile/internal/x86/gsubr.go	/^	var reg gc.Node$/;"	v
 38591  reg	./cmd/internal/obj/x86/asm6.go	/^var reg [MAXREG]int$/;"	v
 38592  regBytes	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^func regBytes(a Arg) int {$/;"	f
 38593  regCreateKeyEx	./internal/syscall/windows/registry/zsyscall_windows.go	/^func regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) {$/;"	f
 38594  regDeleteKey	./internal/syscall/windows/registry/zsyscall_windows.go	/^func regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) {$/;"	f
 38595  regDeleteValue	./internal/syscall/windows/registry/zsyscall_windows.go	/^func regDeleteValue(key syscall.Handle, name *uint16) (regerrno error) {$/;"	f
 38596  regEnumValue	./internal/syscall/windows/registry/zsyscall_windows.go	/^func regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {$/;"	f
 38597  regFileReader	./archive/tar/reader.go	/^type regFileReader struct {$/;"	t
 38598  regListConv	./cmd/internal/obj/util.go	/^func regListConv(list int) string {$/;"	f
 38599  regNames	./cmd/internal/rsc.io/x86/x86asm/inst.go	/^var regNames = [...]string{$/;"	v
 38600  regSet	./cmd/internal/obj/util.go	/^type regSet struct {$/;"	t
 38601  regSetValueEx	./internal/syscall/windows/registry/zsyscall_windows.go	/^func regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) {$/;"	f
 38602  regSpace	./cmd/internal/obj/util.go	/^var regSpace []regSet$/;"	v
 38603  regconsttyp	./cmd/compile/internal/amd64/peep.go	/^func regconsttyp(a *obj.Addr) bool {$/;"	f
 38604  regexpPrecederKeywords	./html/template/js.go	/^var regexpPrecederKeywords = map[string]bool{$/;"	v
 38605  register	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) register(name string, prefix rune) (r1, r2 int16, scale int8, ok bool) {$/;"	f
 38606  register	./cmd/fix/fix.go	/^func register(f fix) {$/;"	f
 38607  register	./cmd/vet/main.go	/^func register(name, usage string, fn func(*File, ast.Node), types ...ast.Node) {$/;"	f
 38608  register	./net/rpc/server.go	/^func (server *Server) register(rcvr interface{}, name string, useName bool) error {$/;"	f
 38609  registerBasics	./encoding/gob/type.go	/^func registerBasics() {$/;"	f
 38610  registerIndirect	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) registerIndirect(a *obj.Addr, prefix rune) {$/;"	f
 38611  registerList	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) registerList(a *obj.Addr) {$/;"	f
 38612  registerNumber	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) registerNumber(name string) uint16 {$/;"	f
 38613  registerRaceBenchTest	./cmd/dist/test.go	/^func (t *tester) registerRaceBenchTest(pkg string) {$/;"	f
 38614  registerReference	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) registerReference(name string) (int16, bool) {$/;"	f
 38615  registerShift	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) registerShift(name string, prefix rune) int64 {$/;"	f
 38616  registerStdTest	./cmd/dist/test.go	/^func (t *tester) registerStdTest(pkg string) {$/;"	f
 38617  registerTest	./cmd/dist/test.go	/^func (t *tester) registerTest(name, dirBanner, bin string, args ...string) {$/;"	f
 38618  registerTests	./cmd/dist/test.go	/^func (t *tester) registerTests() {$/;"	f
 38619  regmmst	./runtime/defs_darwin_386.go	/^type regmmst struct {$/;"	t
 38620  regmmst	./runtime/defs_darwin_amd64.go	/^type regmmst struct {$/;"	t
 38621  regname	./cmd/compile/internal/amd64/reg.go	/^var regname = []string{$/;"	v
 38622  regname	./cmd/compile/internal/arm/reg.go	/^var regname = []string{$/;"	v
 38623  regname	./cmd/compile/internal/arm64/reg.go	/^var regname = []string{$/;"	v
 38624  regname	./cmd/compile/internal/ppc64/reg.go	/^var regname = []string{$/;"	v
 38625  regname	./cmd/compile/internal/x86/reg.go	/^var regname = []string{$/;"	v
 38626  regnames	./cmd/compile/internal/amd64/reg.go	/^func regnames(n *int) []string {$/;"	f
 38627  regnames	./cmd/compile/internal/arm/reg.go	/^func regnames(n *int) []string {$/;"	f
 38628  regnames	./cmd/compile/internal/arm64/reg.go	/^func regnames(n *int) []string {$/;"	f
 38629  regnames	./cmd/compile/internal/ppc64/reg.go	/^func regnames(n *int) []string {$/;"	f
 38630  regnames	./cmd/compile/internal/x86/reg.go	/^func regnames(n *int) []string {$/;"	f
 38631  regnodes	./cmd/compile/internal/gc/reg.go	/^var regnodes [64]*Node$/;"	v
 38632  regoff	./cmd/internal/obj/arm/asm5.go	/^func regoff(ctxt *obj.Link, a *obj.Addr) int32 {$/;"	f
 38633  regoff	./cmd/internal/obj/arm64/asm7.go	/^func regoff(ctxt *obj.Link, a *obj.Addr) uint32 {$/;"	f
 38634  regoff	./cmd/internal/obj/ppc64/asm9.go	/^func regoff(ctxt *obj.Link, a *obj.Addr) int32 {$/;"	f
 38635  regopt	./cmd/compile/internal/gc/reg.go	/^func regopt(firstp *obj.Prog) {$/;"	f
 38636  regressGolden	./math/rand/regress_test.go	/^		fmt.Printf("var regressGolden = []interface{}{\\n")$/;"	v
 38637  regressGolden	./math/rand/regress_test.go	/^var regressGolden = []interface{}{$/;"	v
 38638  regrex	./cmd/internal/obj/x86/asm6.go	/^var regrex [MAXREG + 1]int$/;"	v
 38639  regs	./runtime/signal_darwin_386.go	/^func (c *sigctxt) regs() *regs32   { return &(*ucontext)(c.ctxt).uc_mcontext.ss }$/;"	f
 38640  regs	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) regs() *regs64   { return &(*ucontext)(c.ctxt).uc_mcontext.ss }$/;"	f
 38641  regs	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) regs() *regs32   { return &(*ucontext)(c.ctxt).uc_mcontext.ss }$/;"	f
 38642  regs	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) regs() *regs64 { return &(*ucontext)(c.ctxt).uc_mcontext.ss }$/;"	f
 38643  regs	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) regs() *mcontext {$/;"	f
 38644  regs	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) regs() *mcontext { return &(*ucontext)(c.ctxt).uc_mcontext }$/;"	f
 38645  regs	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) regs() *mcontext {$/;"	f
 38646  regs	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) regs() *mcontext { return &(*ucontext)(c.ctxt).uc_mcontext }$/;"	f
 38647  regs	./runtime/signal_linux_386.go	/^func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext }$/;"	f
 38648  regs	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) regs() *sigcontext {$/;"	f
 38649  regs	./runtime/signal_linux_arm.go	/^func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext }$/;"	f
 38650  regs	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext }$/;"	f
 38651  regs	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) regs() *ptregs { return (*ucontext)(c.ctxt).uc_mcontext.regs }$/;"	f
 38652  regs	./runtime/signal_nacl_386.go	/^func (c *sigctxt) regs() *excregs386 { return &(*exccontext)(c.ctxt).regs }$/;"	f
 38653  regs	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) regs() *excregsamd64 {$/;"	f
 38654  regs	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) regs() *excregsarm { return &(*exccontext)(c.ctxt).regs }$/;"	f
 38655  regs	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) regs() *mcontextt { return &(*ucontextt)(c.ctxt).uc_mcontext }$/;"	f
 38656  regs	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) regs() *mcontextt {$/;"	f
 38657  regs	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) regs() *mcontextt { return &(*ucontextt)(c.ctxt).uc_mcontext }$/;"	f
 38658  regs	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) regs() *sigcontext {$/;"	f
 38659  regs	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) regs() *sigcontext {$/;"	f
 38660  regs	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) regs() *sigcontext {$/;"	f
 38661  regs	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) regs() *mcontext {$/;"	f
 38662  regs32	./runtime/defs_darwin_386.go	/^type regs32 struct {$/;"	t
 38663  regs32	./runtime/defs_darwin_amd64.go	/^type regs32 struct {$/;"	t
 38664  regs32	./runtime/defs_darwin_arm.go	/^type regs32 struct {$/;"	t
 38665  regs64	./runtime/defs_darwin_386.go	/^type regs64 struct {$/;"	t
 38666  regs64	./runtime/defs_darwin_amd64.go	/^type regs64 struct {$/;"	t
 38667  regs64	./runtime/defs_darwin_arm64.go	/^type regs64 struct {$/;"	t
 38668  regstk	./cmd/compile/internal/gc/gsubr.go	/^var regstk [100][]byte \/\/ allocation sites, when -v is given$/;"	v
 38669  regtyp	./cmd/compile/internal/amd64/peep.go	/^func regtyp(a *obj.Addr) bool {$/;"	f
 38670  regtyp	./cmd/compile/internal/arm/peep.go	/^func regtyp(a *obj.Addr) bool {$/;"	f
 38671  regtyp	./cmd/compile/internal/arm64/peep.go	/^func regtyp(a *obj.Addr) bool {$/;"	f
 38672  regtyp	./cmd/compile/internal/ppc64/peep.go	/^func regtyp(a *obj.Addr) bool {$/;"	f
 38673  regtyp	./cmd/compile/internal/x86/peep.go	/^func regtyp(a *obj.Addr) bool {$/;"	f
 38674  regxmm	./runtime/defs_darwin_386.go	/^type regxmm struct {$/;"	t
 38675  regxmm	./runtime/defs_darwin_amd64.go	/^type regxmm struct {$/;"	t
 38676  regzer	./cmd/compile/internal/ppc64/peep.go	/^func regzer(a *obj.Addr) int {$/;"	f
 38677  rel	./cmd/internal/obj/x86/asm6.go	/^	var rel obj.Reloc$/;"	v
 38678  rel	./cmd/link/internal/ld/ldmacho.go	/^	var rel *LdMachoRel$/;"	v
 38679  rel	./debug/elf/file.go	/^	var rel Rel32$/;"	v
 38680  rela	./cmd/link/internal/ld/ldelf.go	/^	var rela int$/;"	v
 38681  rela	./debug/elf/file.go	/^	var rela Rela32$/;"	v
 38682  rela	./debug/elf/file.go	/^	var rela Rela64$/;"	v
 38683  relabel	./crypto/md5/gen.go	/^func relabel(s string) string {$/;"	f
 38684  release	./os/exec_plan9.go	/^func (p *Process) release() error {$/;"	f
 38685  release	./os/exec_unix.go	/^func (p *Process) release() error {$/;"	f
 38686  release	./os/exec_windows.go	/^func (p *Process) release() error {$/;"	f
 38687  releaseConn	./database/sql/sql.go	/^func (dc *driverConn) releaseConn(err error) {$/;"	f
 38688  releaseSema	./net/dnsclient_unix.go	/^func (conf *resolverConfig) releaseSema() {$/;"	f
 38689  releaseSudog	./runtime/proc.go	/^func releaseSudog(s *sudog) {$/;"	f
 38690  releaseThread	./net/net.go	/^func releaseThread() {$/;"	f
 38691  releasem	./runtime/runtime1.go	/^func releasem(mp *m) {$/;"	f
 38692  releasep	./runtime/proc1.go	/^func releasep() *p {$/;"	f
 38693  relinv	./cmd/internal/obj/arm/obj5.go	/^func relinv(a int) int {$/;"	f
 38694  relinv	./cmd/internal/obj/arm64/obj7.go	/^func relinv(a int) int {$/;"	f
 38695  relinv	./cmd/internal/obj/ppc64/obj9.go	/^func relinv(a int) int {$/;"	f
 38696  relinv	./cmd/internal/obj/x86/obj6.go	/^func relinv(a int16) int16 {$/;"	f
 38697  reloadPackage	./cmd/go/pkg.go	/^func reloadPackage(arg string, stk *importStack) *Package {$/;"	f
 38698  reloc	./cmd/link/internal/ld/data.go	/^func reloc() {$/;"	f
 38699  relocationTest	./debug/elf/file_test.go	/^type relocationTest struct {$/;"	t
 38700  relocationTestEntry	./debug/elf/file_test.go	/^type relocationTestEntry struct {$/;"	t
 38701  relocationTests	./debug/elf/file_test.go	/^var relocationTests = []relocationTest{$/;"	v
 38702  relocsym	./cmd/link/internal/ld/data.go	/^func relocsym(s *LSym) {$/;"	f
 38703  relplt	./cmd/link/internal/ld/data.go	/^		var relplt *LSym$/;"	v
 38704  relput4	./cmd/internal/obj/x86/asm6.go	/^func relput4(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) {$/;"	f
 38705  reltests	./path/filepath/path_test.go	/^var reltests = []RelTests{$/;"	v
 38706  reltype	./cmd/link/internal/ld/ldelf.go	/^func reltype(pn string, elftype int, siz *uint8) int {$/;"	f
 38707  remain	./net/sendfile_dragonfly.go	/^	var remain int64 = 0$/;"	v
 38708  remain	./net/sendfile_freebsd.go	/^	var remain int64 = 0$/;"	v
 38709  remain	./net/sendfile_linux.go	/^	var remain int64 = 1 << 62 \/\/ by default, copy until EOF$/;"	v
 38710  remain	./net/sendfile_solaris.go	/^	var remain int64 = 0$/;"	v
 38711  remainder	./math/all_test.go	/^var remainder = []float64{$/;"	v
 38712  remainder	./math/remainder.go	/^func remainder(x, y float64) float64 {$/;"	f
 38713  remapFunctionIDs	./cmd/pprof/internal/profile/legacy_profile.go	/^func (p *Profile) remapFunctionIDs() {$/;"	f
 38714  remapLocationIDs	./cmd/pprof/internal/profile/legacy_profile.go	/^func (p *Profile) remapLocationIDs() {$/;"	f
 38715  remapMappingIDs	./cmd/pprof/internal/profile/legacy_profile.go	/^func (p *Profile) remapMappingIDs() {$/;"	f
 38716  remember	./go/doc/reader.go	/^func (r *reader) remember(typ *ast.InterfaceType) {$/;"	f
 38717  rememberUntyped	./go/types/check.go	/^func (check *Checker) rememberUntyped(e ast.Expr, lhs bool, mode operandMode, typ *Basic, val constant.Value) {$/;"	f
 38718  remote	./cmd/compile/internal/gc/lex.go	/^		var remote string$/;"	v
 38719  remote	./cmd/link/internal/ld/go.go	/^	var remote string$/;"	v
 38720  remove	./container/list/list.go	/^func (l *List) remove(e *Element) *Element {$/;"	f
 38721  remove	./net/http/transport_test.go	/^func (tcs *testConnSet) remove(c net.Conn) {$/;"	f
 38722  remove	./syscall/zsyscall_plan9_386.go	/^func remove(path string) (err error) {$/;"	f
 38723  remove	./syscall/zsyscall_plan9_amd64.go	/^func remove(path string) (err error) {$/;"	f
 38724  removeClosedStmtLocked	./database/sql/sql.go	/^func (s *Stmt) removeClosedStmtLocked() {$/;"	f
 38725  removeComment	./net/parse.go	/^func removeComment(line []byte) []byte {$/;"	f
 38726  removeDep	./database/sql/sql.go	/^func (db *DB) removeDep(x finalCloser, dep interface{}) error {$/;"	f
 38727  removeDepLocked	./database/sql/sql.go	/^func (db *DB) removeDepLocked(x finalCloser, dep interface{}) func() error {$/;"	f
 38728  removeEmptyDeclGroups	./cmd/gofmt/simplify.go	/^func removeEmptyDeclGroups(f *ast.File) {$/;"	f
 38729  removeErrorField	./go/doc/exports.go	/^func removeErrorField(ityp *ast.InterfaceType) {$/;"	f
 38730  removeFile	./cmd/go/clean.go	/^func removeFile(f string) {$/;"	f
 38731  removeFirstVarDecl	./go/ast/example_test.go	/^func removeFirstVarDecl(list []ast.Decl) []ast.Decl {$/;"	f
 38732  removeFutile	./internal/trace/parser.go	/^func removeFutile(events []*Event) ([]*Event, error) {$/;"	f
 38733  removeLeadingDuplicates	./net/http/cgi/host.go	/^func removeLeadingDuplicates(env []string) (ret []string) {$/;"	f
 38734  removeLeadingRegexp	./regexp/syntax/parse.go	/^func (p *parser) removeLeadingRegexp(re *Regexp, reuse bool) *Regexp {$/;"	f
 38735  removeLeadingString	./regexp/syntax/parse.go	/^func (p *parser) removeLeadingString(re *Regexp, n int) *Regexp {$/;"	f
 38736  removeNewlinesMapper	./encoding/base32/base32.go	/^var removeNewlinesMapper = func(r rune) rune {$/;"	v
 38737  removeNodes	./cmd/pprof/internal/report/report.go	/^func removeNodes(toRemove nodes, bridge, residual bool) {$/;"	f
 38738  removeOpenStmt	./database/sql/sql.go	/^func (dc *driverConn) removeOpenStmt(si driver.Stmt) {$/;"	f
 38739  removePadding	./crypto/tls/conn.go	/^func removePadding(payload []byte) ([]byte, byte) {$/;"	f
 38740  removePaddingSSL30	./crypto/tls/conn.go	/^func removePaddingSSL30(payload []byte) ([]byte, byte) {$/;"	f
 38741  removeRedundantEdges	./cmd/pprof/internal/report/report.go	/^func removeRedundantEdges(ns nodes) {$/;"	f
 38742  removeStar	./go/doc/reader.go	/^func removeStar(s string) string {$/;"	f
 38743  removeWhitespace	./encoding/pem/pem.go	/^func removeWhitespace(data []byte) []byte {$/;"	f
 38744  removeZone	./net/http/request.go	/^func removeZone(host string) string {$/;"	f
 38745  removed	./cmd/pprof/internal/report/report.go	/^		var removed nodes$/;"	v
 38746  removefinalizer	./runtime/mheap.go	/^func removefinalizer(p unsafe.Pointer) {$/;"	f
 38747  removespecial	./runtime/mheap.go	/^func removespecial(p unsafe.Pointer, kind uint8) *special {$/;"	f
 38748  removevardef	./cmd/compile/internal/gc/pgen.go	/^func removevardef(firstp *obj.Prog) {$/;"	f
 38749  rename	./cmd/fix/fix.go	/^type rename struct {$/;"	t
 38750  rename	./os/file_plan9.go	/^func rename(oldname, newname string) error {$/;"	f
 38751  rename	./os/file_unix.go	/^func rename(oldname, newname string) error {$/;"	f
 38752  rename	./os/file_windows.go	/^func rename(oldname, newname string) error {$/;"	f
 38753  renameFix	./cmd/fix/fix.go	/^func renameFix(tab []rename) func(*ast.File) bool {$/;"	f
 38754  renameFixTab	./cmd/fix/fix.go	/^func renameFixTab(f *ast.File, tab []rename) bool {$/;"	f
 38755  renameTop	./cmd/fix/fix.go	/^func renameTop(f *ast.File, old, new string) bool {$/;"	f
 38756  renamedByte	./encoding/json/encode_test.go	/^type renamedByte byte$/;"	t
 38757  renamedByteSlice	./encoding/json/encode_test.go	/^type renamedByteSlice []byte$/;"	t
 38758  renamedRenamedByteSlice	./encoding/json/encode_test.go	/^type renamedRenamedByteSlice []renamedByte$/;"	t
 38759  renameinit	./cmd/compile/internal/gc/init.go	/^func renameinit() *Sym {$/;"	f
 38760  renameinit_initgen	./cmd/compile/internal/gc/init.go	/^var renameinit_initgen int$/;"	v
 38761  renumberfiles	./cmd/link/internal/ld/pcln.go	/^func renumberfiles(ctxt *Link, files []*LSym, d *Pcdata) {$/;"	f
 38762  reorder1	./cmd/compile/internal/gc/walk.go	/^func reorder1(all *NodeList) *NodeList {$/;"	f
 38763  reorder3	./cmd/compile/internal/gc/walk.go	/^func reorder3(all *NodeList) *NodeList {$/;"	f
 38764  reorder3save	./cmd/compile/internal/gc/walk.go	/^func reorder3save(np **Node, all *NodeList, stop *NodeList, early **NodeList) {$/;"	f
 38765  reorderTests	./fmt/fmt_test.go	/^var reorderTests = []struct {$/;"	v
 38766  rep	./compress/flate/inflate.go	/^		var rep int$/;"	v
 38767  rep	./reflect/all_test.go	/^func rep(n int, b []byte) []byte { return bytes.Repeat(b, n) }$/;"	f
 38768  rep	./syscall/unzip_nacl.go	/^		var rep int$/;"	v
 38769  reparseDataBuffer	./syscall/ztypes_windows.go	/^type reparseDataBuffer struct {$/;"	t
 38770  repeat	./regexp/syntax/parse.go	/^func (p *parser) repeat(op Op, min, max int, before, after, lastRepeat string) (string, error) {$/;"	f
 38771  repeatIsValid	./regexp/syntax/parse.go	/^func repeatIsValid(re *Regexp, n int) bool {$/;"	f
 38772  repeatReader	./net/http/serve_test.go	/^type repeatReader struct {$/;"	t
 38773  repeatedByte	./archive/zip/zip_test.go	/^type repeatedByte struct {$/;"	t
 38774  repl	./html/template/css.go	/^		var repl string$/;"	v
 38775  repl	./html/template/js.go	/^		var repl string$/;"	v
 38776  replace	./html/template/js.go	/^func replace(s string, replacementTable []string) string {$/;"	f
 38777  replaceAll	./regexp/regexp.go	/^func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {$/;"	f
 38778  replaceFuncTests	./regexp/all_test.go	/^var replaceFuncTests = []ReplaceFuncTest{$/;"	v
 38779  replaceLiteralTests	./regexp/all_test.go	/^var replaceLiteralTests = []ReplaceTest{$/;"	v
 38780  replaceReqCanceler	./net/http/transport.go	/^func (t *Transport) replaceReqCanceler(r *Request, fn func()) bool {$/;"	f
 38781  replaceTests	./regexp/all_test.go	/^var replaceTests = []ReplaceTest{$/;"	v
 38782  replacementTable	./html/escape.go	/^var replacementTable = [...]rune{$/;"	v
 38783  replacer	./strings/replace.go	/^type replacer interface {$/;"	t
 38784  reply	./crypto/tls/handshake_server_test.go	/^	var reply interface{}$/;"	v
 38785  reply	./net/rpc/client_test.go	/^	var reply Reply$/;"	v
 38786  reply	./net/rpc/server.go	/^		var reply int$/;"	v
 38787  reply	./net/rpc/server_test.go	/^	var reply Reply$/;"	v
 38788  repoRoot	./cmd/go/vcs.go	/^type repoRoot struct {$/;"	t
 38789  repoRootForImportDynamic	./cmd/go/vcs.go	/^func repoRootForImportDynamic(importPath string, security securityMode) (*repoRoot, error) {$/;"	f
 38790  repoRootForImportPath	./cmd/go/vcs.go	/^func repoRootForImportPath(importPath string, security securityMode) (*repoRoot, error) {$/;"	f
 38791  repoRootFromVCSPaths	./cmd/go/vcs.go	/^func repoRootFromVCSPaths(importPath, scheme string, security securityMode, vcsPaths []*vcsPath) (*repoRoot, error) {$/;"	f
 38792  repoURL	./cmd/go/vcs.go	/^	var repoURL *url.URL$/;"	v
 38793  report	./cmd/fix/main.go	/^func report(err error) {$/;"	f
 38794  report	./cmd/gofmt/gofmt.go	/^func report(err error) {$/;"	f
 38795  report	./cmd/vet/main.go	/^var report = map[string]*triState{$/;"	v
 38796  report	./go/doc/testdata/testing.go	/^func (t *T) report() {$/;"	f
 38797  report	./regexp/testdata/testregex.c	/^report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test)$/;"	f	file:
 38798  report	./testing/testing.go	/^func (t *T) report() {$/;"	f
 38799  reportAltDecl	./go/types/decl.go	/^func (check *Checker) reportAltDecl(obj Object) {$/;"	f
 38800  reportCycle	./go/types/initorder.go	/^func (check *Checker) reportCycle(cycle []*objNode, i int) {$/;"	f
 38801  reportError	./testing/quick/quick_test.go	/^func reportError(property string, err error, t *testing.T) {$/;"	f
 38802  representable	./go/types/expr.go	/^func (check *Checker) representable(x *operand, typ *Basic) {$/;"	f
 38803  representableConst	./go/types/expr.go	/^func representableConst(x constant.Value, conf *Config, as BasicKind, rounded *constant.Value) bool {$/;"	f
 38804  representation	./cmd/cgo/gcc.go	/^\/\/ Otherwise, repr is used unprocessed as the type representation.$/;"	t
 38805  representation	./cmd/cgo/gcc.go	/^\/\/ Set modifies the type representation.$/;"	t
 38806  representation	./cmd/cgo/gcc.go	/^\/\/ String returns the current type representation.  Format arguments$/;"	t
 38807  representation	./reflect/makefunc.go	/^\/\/ reflect can tell, but the true func representation can be handled$/;"	f
 38808  representation	./runtime/type.go	/^\/\/ Runtime type representation.$/;"	t
 38809  representing	./cmd/compile/internal/gc/go.go	/^	Bucket *Type \/\/ internal type representing a hash bucket$/;"	t
 38810  representing	./cmd/compile/internal/gc/go.go	/^	Hiter  *Type \/\/ internal type representing hash iterator state$/;"	t
 38811  representing	./cmd/compile/internal/gc/go.go	/^	Hmap   *Type \/\/ internal type representing a Hmap (map header object)$/;"	t
 38812  representing	./cmd/compile/internal/gc/reflect.go	/^\/\/ Builds a type representing a Bucket structure for$/;"	t
 38813  representing	./cmd/compile/internal/gc/reflect.go	/^\/\/ Builds a type representing a Hmap structure for the given map type.$/;"	t
 38814  representing	./reflect/type.go	/^\/\/ funcLayout computes a struct type representing the layout of the$/;"	t
 38815  representing	./runtime/type.go	/^	bucket        *_type \/\/ internal type representing a hash bucket$/;"	t
 38816  representing	./runtime/type.go	/^	hmap          *_type \/\/ internal type representing a hmap$/;"	t
 38817  represents	./time/sleep.go	/^\/\/ The Timer type represents a single event.$/;"	t
 38818  req	./net/http/client_test.go	/^	var req *Request$/;"	v
 38819  req	./net/http/fs_test.go	/^	var req Request$/;"	v
 38820  req	./net/http/httputil/reverseproxy_test.go	/^func req(t *testing.T, v string) *http.Request {$/;"	f
 38821  req	./net/http/serve_test.go	/^		var req Request$/;"	v
 38822  req	./net/http/serve_test.go	/^	var req *Request$/;"	v
 38823  req	./net/http/server.go	/^	var req *Request$/;"	v
 38824  reqBytes	./net/http/readrequest_test.go	/^func reqBytes(req string) []byte {$/;"	f
 38825  reqBytes	./net/http/serve_test.go	/^func reqBytes(req string) []byte {$/;"	f
 38826  reqTest	./net/http/readrequest_test.go	/^type reqTest struct {$/;"	t
 38827  reqTests	./net/http/readrequest_test.go	/^var reqTests = []reqTest{$/;"	v
 38828  reqWriteExcludeHeader	./net/http/request.go	/^var reqWriteExcludeHeader = map[string]bool{$/;"	v
 38829  reqWriteExcludeHeaderDump	./net/http/httputil/dump.go	/^var reqWriteExcludeHeaderDump = map[string]bool{$/;"	v
 38830  reqWriteTest	./net/http/requestwrite_test.go	/^type reqWriteTest struct {$/;"	t
 38831  reqWriteTests	./net/http/requestwrite_test.go	/^var reqWriteTests = []reqWriteTest{$/;"	v
 38832  reqchans	./runtime/stack_test.go	/^		var reqchans [G]chan int$/;"	v
 38833  reqmu	./net/http/client.go	/^	var reqmu sync.Mutex \/\/ guards req$/;"	v
 38834  request	./net/http/fcgi/child.go	/^type request struct {$/;"	t
 38835  requestAndChan	./net/http/transport.go	/^type requestAndChan struct {$/;"	t
 38836  requestCanceler	./net/http/httputil/reverseproxy.go	/^type requestCanceler interface {$/;"	t
 38837  requestTooLarge	./net/http/server.go	/^func (w *response) requestTooLarge() {$/;"	f
 38838  requested	./crypto/tls/conn.go	/^		return c.in.setErrorLocked(errors.New("tls: unknown record type requested"))$/;"	t
 38839  requests	./sync/atomic/value_test.go	/^func requests() chan int {$/;"	f
 38840  required	./cmd/api/goapi.go	/^	var required []string$/;"	v
 38841  requritests	./net/url/url_test.go	/^var requritests = []RequestURITest{$/;"	v
 38842  res	./database/sql/sql.go	/^	var res Result$/;"	v
 38843  res	./encoding/asn1/asn1_test.go	/^		var res []string$/;"	v
 38844  res	./encoding/binary/binary_test.go	/^var res = []int32{0x01020304, 0x05060708}$/;"	v
 38845  res	./go/ast/commentmap_test.go	/^var res = map[string]string{$/;"	v
 38846  res	./index/suffixarray/suffixarray_test.go	/^	var res []int$/;"	v
 38847  res	./internal/format/format.go	/^	var res []byte$/;"	v
 38848  res	./net/cgo_unix.go	/^	var res *C.struct_addrinfo$/;"	v
 38849  res	./net/http/serve_test.go	/^	var res = []byte("Hello world.\\n")$/;"	v
 38850  res	./runtime/mfinal.go	/^	var res *g$/;"	v
 38851  res	./strings/strings_test.go	/^		var res bytes.Buffer$/;"	v
 38852  res2	./encoding/base32/base32_test.go	/^	var res2 []byte$/;"	v
 38853  res2	./encoding/base64/base64_test.go	/^	var res2 []byte$/;"	v
 38854  reseed	./io/ioutil/tempfile.go	/^func reseed() uint32 {$/;"	f
 38855  reserve	./crypto/tls/conn.go	/^func (b *block) reserve(n int) {$/;"	f
 38856  reserved	./runtime/malloc.go	/^			var reserved bool$/;"	v
 38857  reserved	./runtime/malloc.go	/^	var reserved bool$/;"	v
 38858  reservedimports	./cmd/compile/internal/gc/subr.go	/^var reservedimports = []string{$/;"	v
 38859  reset	./bufio/bufio.go	/^func (b *Reader) reset(buf []byte, r io.Reader) {$/;"	f
 38860  reset	./compress/flate/deflate.go	/^func (d *compressor) reset(w io.Writer) {$/;"	f
 38861  reset	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) reset(writer io.Writer) {$/;"	f
 38862  reset	./encoding/gob/timing_test.go	/^func (b *benchmarkBuf) reset() {$/;"	f
 38863  reset	./encoding/json/scanner.go	/^func (s *scanner) reset() {$/;"	f
 38864  reset	./net/http/transport.go	/^func (e *envOnce) reset() {$/;"	f
 38865  reset	./net/rpc/jsonrpc/client.go	/^func (r *clientResponse) reset() {$/;"	f
 38866  reset	./net/rpc/jsonrpc/server.go	/^func (r *serverRequest) reset() {$/;"	f
 38867  reset	./regexp/backtrack.go	/^func (b *bitState) reset(end int, ncap int) {$/;"	f
 38868  reset	./regexp/onepass.go	/^func (q *queueOnePass) reset() {$/;"	f
 38869  reset	./text/tabwriter/tabwriter.go	/^func (b *Writer) reset() {$/;"	f
 38870  resetReadOnlyFlagAll	./cmd/go/go_test.go	/^func (tg *testgoData) resetReadOnlyFlagAll(path string) {$/;"	f
 38871  resetSeq	./crypto/tls/conn.go	/^func (hc *halfConn) resetSeq() {$/;"	f
 38872  resetSpace	./go/printer/printer.go	/^func (p *trimmer) resetSpace() {$/;"	f
 38873  resetState	./debug/dwarf/line.go	/^func (r *LineReader) resetState() {$/;"	f
 38874  resetTable	./cmd/compile/internal/big/natconv_test.go	/^func resetTable(table []divisor) {$/;"	f
 38875  resetTable	./math/big/natconv_test.go	/^func resetTable(table []divisor) {$/;"	f
 38876  resetcpuprofiler	./runtime/os1_nacl.go	/^func resetcpuprofiler(hz int32)                           {}$/;"	f
 38877  resetcpuprofiler	./runtime/os1_windows.go	/^func resetcpuprofiler(hz int32) {$/;"	f
 38878  resetcpuprofiler	./runtime/os3_plan9.go	/^func resetcpuprofiler(hz int32) {$/;"	f
 38879  resetcpuprofiler	./runtime/signal1_unix.go	/^func resetcpuprofiler(hz int32) {$/;"	f
 38880  resetspinning	./runtime/proc1.go	/^func resetspinning() {$/;"	f
 38881  resize	./crypto/tls/conn.go	/^func (b *block) resize(n int) {$/;"	f
 38882  resizef	./regexp/testdata/testregex.c	/^resizef(void* handle, void* data, size_t size)$/;"	f	file:
 38883  resolution	./go/types/check.go	/^	trace = false \/\/ turn on for detailed type resolution traces$/;"	t
 38884  resolvConf	./net/dnsclient_unix.go	/^var resolvConf resolverConfig$/;"	v
 38885  resolvConfTest	./net/dnsclient_unix_test.go	/^type resolvConfTest struct {$/;"	t
 38886  resolve	./cmd/compile/internal/gc/typecheck.go	/^func resolve(n *Node) *Node {$/;"	f
 38887  resolve	./go/ast/resolve.go	/^func resolve(scope *Scope, ident *Ident) bool {$/;"	f
 38888  resolve	./go/parser/parser.go	/^func (p *parser) resolve(x ast.Expr) {$/;"	f
 38889  resolve	./go/printer/testdata/parser.go	/^func (p *parser) resolve(x ast.Expr) {$/;"	f
 38890  resolveAddrList	./net/dial.go	/^func resolveAddrList(op, net, addr string, deadline time.Time) (addrList, error) {$/;"	f
 38891  resolveCNAME	./net/lookup_windows.go	/^func resolveCNAME(name *uint16, r *syscall.DNSRecord) *uint16 {$/;"	f
 38892  resolveIPAddrTest	./net/ipraw_test.go	/^type resolveIPAddrTest struct {$/;"	t
 38893  resolveIPAddrTests	./net/ipraw_test.go	/^var resolveIPAddrTests = []resolveIPAddrTest{$/;"	v
 38894  resolveOrder	./go/types/ordering.go	/^func (check *Checker) resolveOrder() []Object {$/;"	f
 38895  resolvePath	./net/url/url.go	/^func resolvePath(base, ref string) string {$/;"	f
 38896  resolvePathTests	./net/url/url_test.go	/^var resolvePathTests = []struct {$/;"	v
 38897  resolveReferenceTests	./net/url/url_test.go	/^var resolveReferenceTests = []struct {$/;"	v
 38898  resolveTCPAddrTest	./net/tcp_test.go	/^type resolveTCPAddrTest struct {$/;"	t
 38899  resolveTCPAddrTests	./net/tcp_test.go	/^var resolveTCPAddrTests = []resolveTCPAddrTest{$/;"	v
 38900  resolveTestImporter	./go/types/resolver_test.go	/^type resolveTestImporter struct {$/;"	t
 38901  resolveUDPAddrTest	./net/udp_test.go	/^type resolveUDPAddrTest struct {$/;"	t
 38902  resolveUDPAddrTests	./net/udp_test.go	/^var resolveUDPAddrTests = []resolveUDPAddrTest{$/;"	v
 38903  resolverConfig	./net/dnsclient_unix.go	/^type resolverConfig struct {$/;"	t
 38904  resolves	./go/types/typexpr.go	/^	\/\/          type resolves to an invalid type and is ignored).$/;"	t
 38905  resp	./cmd/go/vcs.go	/^	var resp struct {$/;"	v
 38906  resp	./net/http/serve_test.go	/^	var resp [5]*Response$/;"	v
 38907  resp	./net/http/transport.go	/^		var resp *Response$/;"	v
 38908  resp	./net/rpc/jsonrpc/all_test.go	/^		var resp ArithAddResp$/;"	v
 38909  resp	./net/rpc/jsonrpc/all_test.go	/^	var resp ArithAddResp$/;"	v
 38910  respExcludeHeader	./net/http/response.go	/^var respExcludeHeader = map[string]bool{$/;"	v
 38911  respHeaderTimer	./net/http/transport.go	/^	var respHeaderTimer <-chan time.Time$/;"	v
 38912  respTest	./net/http/response_test.go	/^type respTest struct {$/;"	t
 38913  respTests	./net/http/response_test.go	/^var respTests = []respTest{$/;"	v
 38914  respWriteTest	./net/http/responsewrite_test.go	/^type respWriteTest struct {$/;"	t
 38915  response	./net/http/cgi/child.go	/^type response struct {$/;"	t
 38916  response	./net/http/fcgi/child.go	/^type response struct {$/;"	t
 38917  response	./net/http/serve_test.go	/^var response = bytes.Repeat([]byte(someResponse), 2<<10\/len(someResponse))$/;"	v
 38918  response	./net/http/server.go	/^type response struct {$/;"	t
 38919  response	./net/rpc/client.go	/^	var response Response$/;"	v
 38920  response	./runtime/chanbarrier_test.go	/^type response struct {$/;"	t
 38921  responseAndError	./net/http/transport.go	/^type responseAndError struct {$/;"	t
 38922  responseLocationTest	./net/http/response_test.go	/^type responseLocationTest struct {$/;"	t
 38923  responseLocationTests	./net/http/response_test.go	/^var responseLocationTests = []responseLocationTest{$/;"	v
 38924  responseWriterJustWriter	./net/http/request_test.go	/^type responseWriterJustWriter struct {$/;"	t
 38925  resptr	./cmd/compile/internal/gc/walk.go	/^		var resptr *Node \/\/ &res$/;"	v
 38926  resrv	./cmd/yacc/yacc.go	/^var resrv = []Resrv{$/;"	v
 38927  rest	./crypto/x509/x509.go	/^	var rest []byte$/;"	v
 38928  rest	./net/url/url.go	/^	var rest string$/;"	v
 38929  restartg	./runtime/proc1.go	/^func restartg(gp *g) {$/;"	f
 38930  restore	./runtime/rt0_linux_386.s	/^restore:$/;"	l
 38931  restore	./runtime/rt0_linux_amd64.s	/^restore:$/;"	l
 38932  restoreSpecialFlags	./fmt/print.go	/^func (p *pp) restoreSpecialFlags(plusV, sharpV bool) {$/;"	f
 38933  restoreregs	./runtime/cgo/gcc_ppc64x.S	/^restoreregs:$/;"	l
 38934  restrictlookup	./cmd/compile/internal/gc/subr.go	/^func restrictlookup(name string, pkg *Pkg) *Sym {$/;"	f
 38935  restx	./cmd/compile/internal/amd64/ggen.go	/^func restx(x *gc.Node, oldx *gc.Node) {$/;"	f
 38936  restx	./cmd/compile/internal/x86/ggen.go	/^func restx(x *gc.Node, oldx *gc.Node) {$/;"	f
 38937  result	./compress/flate/gen.go	/^		var result byte$/;"	v
 38938  result	./encoding/asn1/asn1.go	/^		var result interface{}$/;"	v
 38939  result	./encoding/asn1/asn1_test.go	/^	var result implicitTaggedTimeTest$/;"	v
 38940  result	./encoding/asn1/asn1_test.go	/^	var result invalidUTF8Test$/;"	v
 38941  result	./encoding/asn1/asn1_test.go	/^	var result truncatedExplicitTagTest$/;"	v
 38942  result	./flag/flag_test.go	/^	var result string$/;"	v
 38943  result	./go/types/builtins.go	/^	var result *Tuple$/;"	v
 38944  result	./io/pipe_test.go	/^	var result string$/;"	v
 38945  result	./net/lookup_windows.go	/^	type result struct {$/;"	t
 38946  result	./net/lookup_windows.go	/^	var result *syscall.AddrinfoW$/;"	v
 38947  result	./net/timeout_test.go	/^	type result struct {$/;"	t
 38948  result	./os/user/lookup_unix.go	/^	var result *C.struct_passwd$/;"	v
 38949  result	./runtime/complex_test.go	/^var result complex128$/;"	v
 38950  result	./runtime/syscall_windows_test.go	/^	type result struct {$/;"	t
 38951  result	./text/template/parse/parse_test.go	/^		var result string$/;"	v
 38952  resultFromStatement	./database/sql/sql.go	/^func resultFromStatement(ds driverStmt, args ...interface{}) (Result, error) {$/;"	f
 38953  results	./cmd/vet/method.go	/^	var results []ast.Expr$/;"	v
 38954  results	./go/internal/gcimporter/gcimporter.go	/^	var results []*types.Var$/;"	v
 38955  resumecheckwidth	./cmd/compile/internal/gc/align.go	/^func resumecheckwidth() {$/;"	f
 38956  resvd	./cmd/compile/internal/amd64/gsubr.go	/^var resvd = []int{$/;"	v
 38957  resvd	./cmd/compile/internal/arm/gsubr.go	/^var resvd = []int{$/;"	v
 38958  resvd	./cmd/compile/internal/arm64/gsubr.go	/^var resvd = []int{$/;"	v
 38959  resvd	./cmd/compile/internal/ppc64/gsubr.go	/^var resvd = []int{$/;"	v
 38960  resvd	./cmd/compile/internal/x86/gsubr.go	/^var resvd = []int{$/;"	v
 38961  ret	./cmd/compile/internal/gc/reflect.go	/^	var ret bool$/;"	v
 38962  ret	./cmd/pprof/internal/driver/driver.go	/^	var ret string$/;"	v
 38963  ret	./cmd/pprof/internal/report/report.go	/^	var ret int64$/;"	v
 38964  ret	./cmd/pprof/internal/report/report.go	/^	var ret string$/;"	v
 38965  ret	./crypto/elliptic/p224.go	/^	var ret uint32$/;"	v
 38966  ret	./reflect/type.go	/^	var ret []*rtype$/;"	v
 38967  ret	./reflect/value.go	/^	var ret []Value$/;"	v
 38968  ret	./runtime/mgcsweep.go	/^	var ret uintptr$/;"	v
 38969  ret	./runtime/os1_nacl.go	/^	var ret int32$/;"	v
 38970  ret	./runtime/race_amd64.s	/^ret:$/;"	l
 38971  ret	./runtime/sys_darwin_386.s	/^ret:$/;"	l
 38972  ret	./runtime/sys_darwin_arm.s	/^ret:$/;"	l
 38973  ret	./runtime/sys_darwin_arm64.s	/^ret:$/;"	l
 38974  ret	./runtime/sys_freebsd_386.s	/^ret:$/;"	l
 38975  ret	./runtime/sys_nacl_386.s	/^ret:$/;"	l
 38976  ret	./runtime/sys_openbsd_386.s	/^ret:$/;"	l
 38977  ret	./runtime/sys_windows_386.s	/^ret:$/;"	l
 38978  ret	./runtime/sys_windows_amd64.s	/^ret:$/;"	l
 38979  ret	./syscall/exec_plan9.go	/^		var ret forkRet$/;"	v
 38980  retake	./runtime/proc1.go	/^func retake(now int64) uint32 {$/;"	f
 38981  retargs	./cmd/compile/internal/gc/closure.go	/^	var retargs *NodeList$/;"	v
 38982  retjmp	./cmd/internal/obj/arm64/obj7.go	/^	var retjmp *obj.LSym$/;"	v
 38983  return0	./runtime/stubs.go	/^func return0()$/;"	f
 38984  returnCorruptCRC32Zip	./archive/zip/reader_test.go	/^func returnCorruptCRC32Zip() (r io.ReaderAt, size int64) {$/;"	f
 38985  returnCorruptNotStreamedZip	./archive/zip/reader_test.go	/^func returnCorruptNotStreamedZip() (r io.ReaderAt, size int64) {$/;"	f
 38986  returnEmpty	./reflect/all_test.go	/^func returnEmpty() emptyStruct {$/;"	f
 38987  returnInt	./text/template/exec_test.go	/^func returnInt() int {$/;"	f
 38988  returnNonEmpty	./reflect/all_test.go	/^func returnNonEmpty(i int) nonEmptyStruct {$/;"	f
 38989  returnRecursiveZip	./archive/zip/reader_test.go	/^func returnRecursiveZip() (r io.ReaderAt, size int64) {$/;"	f
 38990  return_y	./math/big/arith_arm64.s	/^return_y: \/\/ z is empty; copy y to c$/;"	l
 38991  returnbyte	./cmd/vet/testdata/asm.go	/^func returnbyte(x int) byte$/;"	f
 38992  returned	./reflect/all_test.go	/^		t.Errorf("constructed func returned %f, want %f", f, 3.14)$/;"	f
 38993  returnint	./cmd/vet/testdata/asm.go	/^func returnint() int$/;"	f
 38994  returnintmissing	./cmd/vet/testdata/asm.go	/^func returnintmissing() int$/;"	f
 38995  returnnamed	./cmd/vet/testdata/asm.go	/^func returnnamed(x byte) (r1 int, r2 int16, r3 string, r4 byte)$/;"	f
 38996  returnsfromheap	./cmd/compile/internal/gc/walk.go	/^func returnsfromheap(argin **Type) *NodeList {$/;"	f
 38997  retvar	./cmd/compile/internal/gc/inl.go	/^func retvar(t *Type, i int) *Node {$/;"	f
 38998  rety	./math/big/arith_arm64.s	/^rety: \/\/ z is empty; copy y to c$/;"	l
 38999  reuse	./regexp/syntax/parse.go	/^func (p *parser) reuse(re *Regexp) {$/;"	f
 39000  reusePackage	./cmd/go/pkg.go	/^func reusePackage(p *Package, stk *importStack) *Package {$/;"	f
 39001  revAddrTests	./net/lookup_test.go	/^var revAddrTests = []struct {$/;"	v
 39002  reverse	./sort/sort.go	/^type reverse struct {$/;"	t
 39003  reverseBits	./compress/flate/reverse_bits.go	/^func reverseBits(number uint16, bitLength byte) uint16 {$/;"	f
 39004  reverseBits	./crypto/cipher/gcm.go	/^func reverseBits(i int) int {$/;"	f
 39005  reverseBitsInAByte	./crypto/x509/x509.go	/^func reverseBitsInAByte(in byte) byte {$/;"	f
 39006  reverseBitsTest	./compress/flate/deflate_test.go	/^type reverseBitsTest struct {$/;"	t
 39007  reverseBitsTests	./compress/flate/deflate_test.go	/^var reverseBitsTests = []*reverseBitsTest{$/;"	v
 39008  reverseByte	./compress/flate/gen.go	/^var reverseByte [256]byte$/;"	v
 39009  reverseByte	./compress/flate/reverse_bits.go	/^var reverseByte = [256]byte{$/;"	v
 39010  reverseByte	./syscall/unzip_nacl.go	/^var reverseByte = [256]byte{$/;"	v
 39011  reverseUint16	./compress/flate/reverse_bits.go	/^func reverseUint16(v uint16) uint16 {$/;"	f
 39012  reverseaddr	./net/dnsclient.go	/^func reverseaddr(addr string) (arpa string, err error) {$/;"	f
 39013  reverselist	./cmd/link/internal/ld/dwarf.go	/^func reverselist(list **DWDie) {$/;"	f
 39014  reversepostorder	./cmd/compile/internal/gc/plive.go	/^func reversepostorder(root *BasicBlock, rpo *int32) {$/;"	f
 39015  reversetree	./cmd/link/internal/ld/dwarf.go	/^func reversetree(list **DWDie) {$/;"	f
 39016  revise	./runtime/mgc.go	/^func (c *gcControllerState) revise() {$/;"	f
 39017  rewindmorestack	./runtime/sys_arm.go	/^func rewindmorestack(buf *gobuf) {$/;"	f
 39018  rewindmorestack	./runtime/sys_arm64.go	/^func rewindmorestack(buf *gobuf) {$/;"	f
 39019  rewindmorestack	./runtime/sys_ppc64x.go	/^func rewindmorestack(buf *gobuf) {$/;"	f
 39020  rewindmorestack	./runtime/sys_x86.go	/^func rewindmorestack(buf *gobuf) {$/;"	f
 39021  rewriteFile	./cmd/gofmt/rewrite.go	/^func rewriteFile(pattern, replace ast.Expr, p *ast.File) *ast.File {$/;"	f
 39022  rewriteImport	./cmd/fix/fix.go	/^func rewriteImport(f *ast.File, oldPath, newPath string) (rewrote bool) {$/;"	f
 39023  rewriteImportFn	./cmd/fix/import_test.go	/^func rewriteImportFn(oldnew ...string) func(*ast.File) bool {$/;"	f
 39024  rewriteRef	./cmd/cgo/gcc.go	/^func (p *Package) rewriteRef(f *File) {$/;"	f
 39025  rewriteUses	./cmd/fix/fix.go	/^func rewriteUses(x *ast.Ident, f, fnot func(token.Pos) ast.Expr, scope []ast.Stmt) {$/;"	f
 39026  rewriteVal	./cmd/gofmt/rewrite.go	/^	var rewriteVal func(val reflect.Value) reflect.Value$/;"	v
 39027  rexPrefixes	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func rexPrefixes(try func([]byte)) {$/;"	f
 39028  rf	./cmd/internal/obj/arm64/asm7.go	/^		var rf int$/;"	v
 39029  rfc1423Algo	./crypto/x509/pem_decrypt.go	/^type rfc1423Algo struct {$/;"	t
 39030  rfc1423Algos	./crypto/x509/pem_decrypt.go	/^var rfc1423Algos = []rfc1423Algo{{$/;"	v
 39031  rfc2047Decoder	./net/mail/message.go	/^var rfc2047Decoder = mime.WordDecoder{$/;"	v
 39032  rfc3339Formats	./time/format_test.go	/^var rfc3339Formats = []TimeFormatTest{$/;"	v
 39033  rfc6724policyTable	./net/addrselect.go	/^var rfc6724policyTable = policyTable{$/;"	v
 39034  rflags	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rflags() uint64  { return c.regs().rflags }$/;"	f
 39035  rflags	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rflags() uint64  { return c.regs().mc_rflags }$/;"	f
 39036  rflags	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rflags() uint64  { return c.regs().mc_rflags }$/;"	f
 39037  rflags	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rflags() uint64  { return c.regs().eflags }$/;"	f
 39038  rflags	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rflags() uint64  { return uint64(c.regs().rflags) }$/;"	f
 39039  rflags	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rflags() uint64  { return c.regs().__gregs[_REG_RFLAGS] }$/;"	f
 39040  rflags	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rflags() uint64  { return c.regs().sc_rflags }$/;"	f
 39041  rflags	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rflags() uint64  { return uint64(c.regs().gregs[_REG_RFLAGS]) }$/;"	f
 39042  rfork	./runtime/os_plan9.go	/^func rfork(flags int32) int32$/;"	f
 39043  rg	./runtime/netpoll.go	/^	var rg *g$/;"	v
 39044  rg	./runtime/netpoll.go	/^	var rg, wg *g$/;"	v
 39045  rg	./runtime/netpoll.go	/^	var rg, wg guintptr$/;"	v
 39046  rgb	./cmd/cover/html.go	/^func rgb(n int) string {$/;"	f
 39047  rgba64Model	./image/color/color.go	/^func rgba64Model(c Color) Color {$/;"	f
 39048  rgbaModel	./image/color/color.go	/^func rgbaModel(c Color) Color {$/;"	f
 39049  rgbaToYCbCr	./image/jpeg/writer.go	/^func rgbaToYCbCr(m *image.RGBA, p image.Point, yBlock, cbBlock, crBlock *block) {$/;"	f
 39050  rgp	./cmd/compile/internal/gc/reg.go	/^	var rgp *Rgn$/;"	v
 39051  rgz	./net/http/transport_test.go	/^var rgz = []byte{$/;"	v
 39052  rhat	./cmd/compile/internal/big/nat.go	/^			var rhat Word$/;"	v
 39053  rhat	./math/big/nat.go	/^			var rhat Word$/;"	v
 39054  rhs	./go/printer/testdata/parser.go	/^			var rhs ast.Expr$/;"	v
 39055  rhs	./go/types/stmt.go	/^			var rhs ast.Expr \/\/ rhs of RecvStmt, or nil$/;"	v
 39056  rhs	./go/types/stmt.go	/^		var rhs ast.Expr$/;"	v
 39057  ri	./cmd/compile/internal/gc/walk.go	/^		var ri *Node$/;"	v
 39058  ri	./cmd/link/internal/ld/elf.go	/^	var ri int$/;"	v
 39059  ri	./cmd/link/internal/ld/macho.go	/^	var ri int$/;"	v
 39060  ri	./cmd/link/internal/ld/pe.go	/^	var ri int$/;"	v
 39061  right	./cmd/compile/internal/big/intconv.go	/^	var right int  \/\/ space characters to right of digits for left justification ("%-8d")$/;"	v
 39062  right	./debug/dwarf/testdata/typedef.c	/^	struct tree *left, *right;$/;"	m	struct:tree	typeref:struct:tree::	file:
 39063  right	./math/big/intconv.go	/^	var right int  \/\/ space characters to right of digits for left justification ("%-8d")$/;"	v
 39064  rightShift	./strconv/decimal.go	/^func rightShift(a *decimal, k uint) {$/;"	f
 39065  rightShiftTests	./cmd/compile/internal/big/nat_test.go	/^var rightShiftTests = []shiftTest{$/;"	v
 39066  rightShiftTests	./math/big/nat_test.go	/^var rightShiftTests = []shiftTest{$/;"	v
 39067  rip	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rip() uint64     { return c.regs().rip }$/;"	f
 39068  rip	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rip() uint64     { return c.regs().mc_rip }$/;"	f
 39069  rip	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rip() uint64     { return c.regs().mc_rip }$/;"	f
 39070  rip	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rip() uint64     { return c.regs().rip }$/;"	f
 39071  rip	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rip() uint64     { return c.regs().rip }$/;"	f
 39072  rip	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rip() uint64     { return c.regs().__gregs[_REG_RIP] }$/;"	f
 39073  rip	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rip() uint64     { return c.regs().sc_rip }$/;"	f
 39074  rip	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rip() uint64     { return uint64(c.regs().gregs[_REG_RIP]) }$/;"	f
 39075  rl	./cmd/compile/internal/gc/walk.go	/^			var rl *NodeList$/;"	v
 39076  rl	./sync/rwmutex_test.go	/^	var rl Locker$/;"	v
 39077  rleBuffer	./archive/zip/zip_test.go	/^type rleBuffer struct {$/;"	t
 39078  rlen	./cmd/compile/internal/gc/cgen.go	/^	var rlen Node$/;"	v
 39079  rlimit	./runtime/os2_linux.go	/^type rlimit struct {$/;"	t
 39080  rlimit	./syscall/syscall_unix_test.go	/^	var rlimit, zero syscall.Rlimit$/;"	v
 39081  rlimit32	./syscall/syscall_linux_386.go	/^type rlimit32 struct {$/;"	t
 39082  rlimit32	./syscall/syscall_linux_arm.go	/^type rlimit32 struct {$/;"	t
 39083  rlines	./cmd/yacc/yacc.go	/^var rlines []int   \/\/ line number for this rule$/;"	v
 39084  rlo	./runtime/vlrt.go	/^	var rlo uint32$/;"	v
 39085  rlocker	./sync/rwmutex.go	/^type rlocker RWMutex$/;"	t
 39086  rm1	./cmd/compile/internal/gc/cplx.go	/^	var rm1 Node$/;"	v
 39087  rm2	./cmd/compile/internal/gc/cplx.go	/^	var rm2 Node$/;"	v
 39088  rmach_semcreatemsg	./runtime/os1_darwin.go	/^type rmach_semcreatemsg struct {$/;"	t
 39089  rmtemp	./cmd/link/internal/ld/lib.go	/^func rmtemp() {$/;"	f
 39090  rnd	./cmd/compile/internal/big/arith_test.go	/^var rnd = rand.New(rand.NewSource(0))$/;"	v
 39091  rnd	./math/big/arith_test.go	/^var rnd = rand.New(rand.NewSource(0))$/;"	v
 39092  rndNat	./cmd/compile/internal/big/nat_test.go	/^func rndNat(n int) nat {$/;"	f
 39093  rndNat	./math/big/nat_test.go	/^func rndNat(n int) nat {$/;"	f
 39094  rndV	./cmd/compile/internal/big/arith_test.go	/^func rndV(n int) []Word {$/;"	f
 39095  rndV	./math/big/arith_test.go	/^func rndV(n int) []Word {$/;"	f
 39096  rndW	./cmd/compile/internal/big/arith_test.go	/^func rndW() Word {$/;"	f
 39097  rndW	./math/big/arith_test.go	/^func rndW() Word {$/;"	f
 39098  rng	./math/rand/rand.go	/^	var rng rngSource$/;"	v
 39099  rngReader	./crypto/rand/rand_windows.go	/^type rngReader struct {$/;"	t
 39100  rngSource	./math/rand/rng.go	/^type rngSource struct {$/;"	t
 39101  rnops	./cmd/compile/internal/amd64/peep.go	/^func rnops(r *gc.Flow) *gc.Flow {$/;"	f
 39102  rnops	./cmd/compile/internal/x86/peep.go	/^func rnops(r *gc.Flow) *gc.Flow {$/;"	f
 39103  robotsTxtHandler	./net/http/client_test.go	/^var robotsTxtHandler = HandlerFunc(func(w ResponseWriter, r *Request) {$/;"	v
 39104  rodata	./cmd/link/internal/ld/data.go	/^	var rodata *Section$/;"	v
 39105  rodata	./cmd/vet/testdata/asm.go	/^func rodata(x int)$/;"	f
 39106  root	./cmd/pprof/internal/svg/svgpan.go	/^var root = document.documentElement;$/;"	v
 39107  rot13	./bytes/bytes_test.go	/^func rot13(r rune) rune {$/;"	f
 39108  rot13	./strings/strings_test.go	/^func rot13(r rune) rune {$/;"	f
 39109  rot13Reader	./bufio/bufio_test.go	/^type rot13Reader struct {$/;"	t
 39110  rotate	./crypto/md5/gen.go	/^func rotate() string {$/;"	f
 39111  rotate	./sort/sort.go	/^func rotate(data Interface, a, m, b int) {$/;"	f
 39112  rotl_15	./runtime/hash32.go	/^func rotl_15(x uint32) uint32 {$/;"	f
 39113  rotl_31	./runtime/hash64.go	/^func rotl_31(x uint64) uint64 {$/;"	f
 39114  rotw	./crypto/aes/block.go	/^func rotw(w uint32) uint32 { return w<<8 | w>>24 }$/;"	f
 39115  round	./cmd/compile/internal/big/bits_test.go	/^func (x Bits) round(prec uint, mode RoundingMode) *Float {$/;"	f
 39116  round	./cmd/compile/internal/big/decimal.go	/^func (x *decimal) round(n int) {$/;"	f
 39117  round	./cmd/compile/internal/big/float.go	/^func (z *Float) round(sbit uint) {$/;"	f
 39118  round	./math/big/bits_test.go	/^func (x Bits) round(prec uint, mode RoundingMode) *Float {$/;"	f
 39119  round	./math/big/decimal.go	/^func (x *decimal) round(n int) {$/;"	f
 39120  round	./math/big/float.go	/^func (z *Float) round(sbit uint) {$/;"	f
 39121  round	./runtime/stubs.go	/^func round(n, a uintptr) uintptr {$/;"	f
 39122  round2	./runtime/stack1.go	/^func round2(x int32) int32 {$/;"	f
 39123  roundDown	./cmd/compile/internal/big/decimal.go	/^func (x *decimal) roundDown(n int) {$/;"	f
 39124  roundDown	./math/big/decimal.go	/^func (x *decimal) roundDown(n int) {$/;"	f
 39125  roundDown10	./go/doc/testdata/benchmark.go	/^func roundDown10(n int) int {$/;"	f
 39126  roundDown10	./testing/benchmark.go	/^func roundDown10(n int) int {$/;"	f
 39127  roundDownTests	./testing/benchmark_test.go	/^var roundDownTests = []struct {$/;"	v
 39128  roundFloat32	./go/types/expr.go	/^func roundFloat32(x constant.Value) constant.Value {$/;"	f
 39129  roundFloat64	./go/types/expr.go	/^func roundFloat64(x constant.Value) constant.Value {$/;"	f
 39130  roundIntTest	./strconv/decimal_test.go	/^type roundIntTest struct {$/;"	t
 39131  roundShortest	./strconv/ftoa.go	/^func roundShortest(d *decimal, mant uint64, exp int, flt *floatInfo) {$/;"	f
 39132  roundTest	./strconv/decimal_test.go	/^type roundTest struct {$/;"	t
 39133  roundTrip	./net/http/transport.go	/^func (pc *persistConn) roundTrip(req *transportRequest) (resp *Response, err error) {$/;"	f
 39134  roundTripCases	./strconv/atof_test.go	/^var roundTripCases = []struct {$/;"	v
 39135  roundTripParseTest	./mime/multipart/multipart_test.go	/^func roundTripParseTest() parseTest {$/;"	f
 39136  roundTripTests	./net/http/transport_test.go	/^var roundTripTests = []struct {$/;"	v
 39137  roundUp	./cmd/compile/internal/big/decimal.go	/^func (x *decimal) roundUp(n int) {$/;"	f
 39138  roundUp	./crypto/tls/conn.go	/^func roundUp(a, b int) int {$/;"	f
 39139  roundUp	./go/doc/testdata/benchmark.go	/^func roundUp(n int) int {$/;"	f
 39140  roundUp	./math/big/decimal.go	/^func (x *decimal) roundUp(n int) {$/;"	f
 39141  roundUp	./testing/benchmark.go	/^func roundUp(n int) int {$/;"	f
 39142  roundUpTests	./testing/benchmark_test.go	/^var roundUpTests = []struct {$/;"	v
 39143  roundinttests	./strconv/decimal_test.go	/^var roundinttests = []roundIntTest{$/;"	v
 39144  roundtests	./strconv/decimal_test.go	/^var roundtests = []roundTest{$/;"	v
 39145  roundupsize	./runtime/msize.go	/^func roundupsize(size uintptr) uintptr {$/;"	f
 39146  routeStats	./net/interface_test.go	/^type routeStats struct {$/;"	t
 39147  row	./database/sql/fakedb_test.go	/^type row struct {$/;"	t
 39148  row	./database/sql/sql_test.go	/^	type row struct {$/;"	t
 39149  rows	./database/sql/sql.go	/^	var rows *Rows$/;"	v
 39150  rowsCloseHook	./database/sql/sql.go	/^var rowsCloseHook func(*Rows, *error)$/;"	v
 39151  rowsCursor	./database/sql/fakedb_test.go	/^type rowsCursor struct {$/;"	t
 39152  rowsCursorNextHook	./database/sql/fakedb_test.go	/^var rowsCursorNextHook func(dest []driver.Value) error$/;"	v
 39153  rowsi	./database/sql/sql.go	/^	var rowsi driver.Rows$/;"	v
 39154  rowsiFromStatement	./database/sql/sql.go	/^func rowsiFromStatement(ds driverStmt, args ...interface{}) (driver.Rows, error) {$/;"	f
 39155  rp	./archive/zip/zip_test.go	/^	var rp *repeatedByte$/;"	v
 39156  rp	./cmd/link/internal/ld/ldelf.go	/^	var rp *Reloc$/;"	v
 39157  rp	./cmd/link/internal/ld/ldmacho.go	/^	var rp *Reloc$/;"	v
 39158  rp	./cmd/link/internal/ld/ldpe.go	/^	var rp *Reloc$/;"	v
 39159  rpc	./runtime/extern.go	/^	var rpc [2]uintptr$/;"	v
 39160  rpi	./cmd/link/internal/ld/ldmacho.go	/^	var rpi int$/;"	v
 39161  rpolca	./cmd/compile/internal/gc/popt.go	/^func rpolca(idom []int32, rpo1 int32, rpo2 int32) int32 {$/;"	f
 39162  rppc64Strings	./debug/elf/elf.go	/^var rppc64Strings = []intName{$/;"	v
 39163  rppcStrings	./debug/elf/elf.go	/^var rppcStrings = []intName{$/;"	v
 39164  rr	./cmd/compile/internal/gc/sinit.go	/^		var rr *Node$/;"	v
 39165  rr	./cmd/compile/internal/x86/cgen64.go	/^	var rr gc.Node$/;"	v
 39166  rr	./runtime/rt0_linux_arm.s	/^rr:$/;"	l
 39167  rr_mk	./net/dnsmsg.go	/^var rr_mk = map[int]func() dnsRR{$/;"	v
 39168  rs	./cmd/link/internal/ld/data.go	/^	var rs *LSym$/;"	v
 39169  rsa	./net/fd_unix.go	/^	var rsa syscall.Sockaddr$/;"	v
 39170  rsa	./net/sock_posix.go	/^	var rsa syscall.Sockaddr$/;"	v
 39171  rsa	./syscall/syscall_bsd.go	/^	var rsa RawSockaddrAny$/;"	v
 39172  rsa	./syscall/syscall_freebsd.go	/^	var rsa RawSockaddrAny$/;"	v
 39173  rsa	./syscall/syscall_linux.go	/^	var rsa RawSockaddrAny$/;"	v
 39174  rsa	./syscall/syscall_solaris.go	/^	var rsa RawSockaddrAny$/;"	v
 39175  rsa	./syscall/syscall_unix.go	/^	var rsa RawSockaddrAny$/;"	v
 39176  rsa	./syscall/syscall_windows.go	/^	var rsa RawSockaddrAny$/;"	v
 39177  rsaAlignOf	./syscall/route_bsd.go	/^func rsaAlignOf(salen int) int {$/;"	f
 39178  rsaAvail	./crypto/tls/handshake_client.go	/^		var rsaAvail, ecdsaAvail bool$/;"	v
 39179  rsaCertPEM	./crypto/tls/tls_test.go	/^var rsaCertPEM = `-----BEGIN CERTIFICATE-----$/;"	v
 39180  rsaKA	./crypto/tls/cipher_suites.go	/^func rsaKA(version uint16) keyAgreement {$/;"	f
 39181  rsaKeyAgreement	./crypto/tls/key_agreement.go	/^type rsaKeyAgreement struct{}$/;"	t
 39182  rsaKeyPEM	./crypto/tls/tls_test.go	/^var rsaKeyPEM = `-----BEGIN RSA PRIVATE KEY-----$/;"	v
 39183  rsaPrivateKey	./crypto/rsa/pkcs1v15_test.go	/^var rsaPrivateKey = &PrivateKey{$/;"	v
 39184  rsaPrivateKey	./crypto/x509/x509_test.go	/^var rsaPrivateKey = &rsa.PrivateKey{$/;"	v
 39185  rsaPublicKey	./crypto/x509/pkcs1.go	/^type rsaPublicKey struct {$/;"	t
 39186  rsect	./cmd/link/internal/ld/ldelf.go	/^	var rsect *ElfSect$/;"	v
 39187  rsect	./cmd/link/internal/ld/ldpe.go	/^	var rsect *PeSect$/;"	v
 39188  rselect	./reflect/value.go	/^func rselect([]runtimeSelect) (chosen int, recvOK bool)$/;"	f
 39189  rshTests	./cmd/compile/internal/big/int_test.go	/^var rshTests = []intShiftTest{$/;"	v
 39190  rshTests	./math/big/int_test.go	/^var rshTests = []intShiftTest{$/;"	v
 39191  rshVW	./cmd/compile/internal/big/arith_test.go	/^var rshVW = []argVW{$/;"	v
 39192  rshVW	./math/big/arith_test.go	/^var rshVW = []argVW{$/;"	v
 39193  rsi	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().rsi }$/;"	f
 39194  rsi	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().mc_rsi }$/;"	f
 39195  rsi	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().mc_rsi }$/;"	f
 39196  rsi	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().rsi }$/;"	f
 39197  rsi	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().rsi }$/;"	f
 39198  rsi	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().__gregs[_REG_RSI] }$/;"	f
 39199  rsi	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rsi() uint64     { return c.regs().sc_rsi }$/;"	f
 39200  rsi	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rsi() uint64     { return uint64(c.regs().gregs[_REG_RSI]) }$/;"	f
 39201  rsname	./cmd/link/internal/ld/data.go	/^	var rsname string$/;"	v
 39202  rsp	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().rsp }$/;"	f
 39203  rsp	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().mc_rsp }$/;"	f
 39204  rsp	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().mc_rsp }$/;"	f
 39205  rsp	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().rsp }$/;"	f
 39206  rsp	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().rsp }$/;"	f
 39207  rsp	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().__gregs[_REG_RSP] }$/;"	f
 39208  rsp	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) rsp() uint64     { return c.regs().sc_rsp }$/;"	f
 39209  rsp	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) rsp() uint64     { return uint64(c.regs().gregs[_REG_RSP]) }$/;"	f
 39210  rsparcStrings	./debug/elf/elf.go	/^var rsparcStrings = []intName{$/;"	v
 39211  rsrcsym	./cmd/link/internal/ld/pe.go	/^var rsrcsym *LSym$/;"	v
 39212  rsrv	./net/fd_windows.go	/^var rsrv, wsrv *ioSrv$/;"	v
 39213  rt	./cmd/compile/internal/gc/walk.go	/^	var rt *Type$/;"	v
 39214  rt	./encoding/gob/type.go	/^\/\/ newTypeObject allocates a gobType for the reflection type rt.$/;"	t
 39215  rt	./encoding/gob/type.go	/^\/\/ userType returns, and saves, the information associated with user-provided type rt.$/;"	t
 39216  rt	./encoding/gob/type.go	/^\/\/ validType returns, and saves, the information associated with user-provided type rt.$/;"	t
 39217  rt	./net/http/transport.go	/^		var rt RoundTripper$/;"	v
 39218  rt0	./encoding/gob/codec_test.go	/^	var rt0 RT0$/;"	v
 39219  rt0_go	./runtime/stubs.go	/^func rt0_go()$/;"	f
 39220  rt1	./encoding/gob/codec_test.go	/^	var rt1 RT1$/;"	v
 39221  rt_sigaction	./runtime/os_linux.go	/^func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32$/;"	f
 39222  rtaAlignOf	./syscall/netlink_linux.go	/^func rtaAlignOf(attrlen int) int {$/;"	f
 39223  rtprio	./runtime/defs_dragonfly_amd64.go	/^type rtprio struct {$/;"	t
 39224  rtprio	./runtime/defs_freebsd_386.go	/^type rtprio struct {$/;"	t
 39225  rtprio	./runtime/defs_freebsd_amd64.go	/^type rtprio struct {$/;"	t
 39226  rtprio	./runtime/defs_freebsd_arm.go	/^type rtprio struct {$/;"	t
 39227  rtsigprocmask	./runtime/os_linux.go	/^func rtsigprocmask(sig uint32, new, old *sigset, size int32)$/;"	f
 39228  rtype	./reflect/type.go	/^type rtype struct {$/;"	t
 39229  rubyTests	./time/format_test.go	/^var rubyTests = []ParseTest{$/;"	v
 39230  run	./cmd/cgo/util.go	/^func run(stdin []byte, argv []string) (stdout, stderr []byte, ok bool) {$/;"	f
 39231  run	./cmd/compile/internal/gc/swt.go	/^		var run int$/;"	v
 39232  run	./cmd/cover/cover_test.go	/^func run(c *exec.Cmd, t *testing.T) {$/;"	f
 39233  run	./cmd/dist/test.go	/^func (t *tester) run() {$/;"	f
 39234  run	./cmd/dist/util.go	/^func run(dir string, mode int, cmd ...string) string {$/;"	f
 39235  run	./cmd/doc/doc_test.go	/^func run(c *exec.Cmd, t *testing.T) []byte {$/;"	f
 39236  run	./cmd/go/generate.go	/^func (g *Generator) run() (ok bool) {$/;"	f
 39237  run	./cmd/go/go_test.go	/^func (tg *testgoData) run(args ...string) {$/;"	f
 39238  run	./cmd/go/main.go	/^func run(cmdargs ...interface{}) {$/;"	f
 39239  run	./cmd/go/vcs.go	/^func (v *vcsCmd) run(dir string, cmd string, keyval ...string) error {$/;"	f
 39240  run	./cmd/vet/vet_test.go	/^func run(c *exec.Cmd, t *testing.T) bool {$/;"	f
 39241  run	./crypto/tls/handshake_client_test.go	/^func (test *clientTest) run(t *testing.T, write bool) {$/;"	f
 39242  run	./crypto/tls/handshake_server_test.go	/^func (test *serverTest) run(t *testing.T, write bool) {$/;"	f
 39243  run	./go/doc/testdata/benchmark.go	/^func (b *B) run() BenchmarkResult {$/;"	f
 39244  run	./net/http/cookiejar/jar_test.go	/^func (test jarTest) run(t *testing.T, jar *Jar) {$/;"	f
 39245  run	./os/exec/lp_windows_test.go	/^func (test commandTest) run(t *testing.T, rootDir, printpathExe string) {$/;"	f
 39246  run	./os/exec/lp_windows_test.go	/^func (test lookPathTest) run(t *testing.T, tmpdir, printpathExe string) {$/;"	f
 39247  run	./os/os_test.go	/^func run(t *testing.T, cmd []string) string {$/;"	f
 39248  run	./regexp/exec_test.go	/^var run = []func(*Regexp, *Regexp, string) ([]int, string){$/;"	v
 39249  run	./runtime/syscall_windows_test.go	/^func (test *cbTest) run(t *testing.T, dllpath string) {$/;"	f
 39250  run	./sync/once_test.go	/^func run(t *testing.T, once *Once, o *one, c chan bool) {$/;"	f
 39251  run	./testing/benchmark.go	/^func (b *B) run() BenchmarkResult {$/;"	f
 39252  run	./text/template/parse/lex.go	/^func (l *lexer) run() {$/;"	f
 39253  run1	./cmd/go/vcs.go	/^func (v *vcsCmd) run1(dir string, cmdline string, keyval []string, verbose bool) ([]byte, error) {$/;"	f
 39254  runAddr2Line	./cmd/addr2line/addr2line_test.go	/^func runAddr2Line(t *testing.T, exepath, addr string) (funcname, path, lineno string) {$/;"	f
 39255  runBadTest	./cmd/asm/internal/asm/expr_test.go	/^func runBadTest(i int, test badExprTest, t *testing.T) (err error) {$/;"	f
 39256  runCgiTest	./net/http/cgi/host_test.go	/^func runCgiTest(t *testing.T, h *Handler, httpreq string, expectedMap map[string]string) *httptest.ResponseRecorder {$/;"	f
 39257  runClean	./cmd/go/clean.go	/^func runClean(cmd *Command, args []string) {$/;"	f
 39258  runClientTestForVersion	./crypto/tls/handshake_client_test.go	/^func runClientTestForVersion(t *testing.T, template *clientTest, prefix, option string) {$/;"	f
 39259  runClientTestTLS10	./crypto/tls/handshake_client_test.go	/^func runClientTestTLS10(t *testing.T, template *clientTest) {$/;"	f
 39260  runClientTestTLS11	./crypto/tls/handshake_client_test.go	/^func runClientTestTLS11(t *testing.T, template *clientTest) {$/;"	f
 39261  runClientTestTLS12	./crypto/tls/handshake_client_test.go	/^func runClientTestTLS12(t *testing.T, template *clientTest) {$/;"	f
 39262  runDoc	./cmd/go/doc.go	/^func runDoc(cmd *Command, args []string) {$/;"	f
 39263  runEnv	./cmd/go/env.go	/^func runEnv(cmd *Command, args []string) {$/;"	f
 39264  runExample	./testing/example.go	/^func runExample(eg InternalExample) (ok bool) {$/;"	f
 39265  runFail	./cmd/go/go_test.go	/^func (tg *testgoData) runFail(args ...string) {$/;"	f
 39266  runFix	./cmd/go/fix.go	/^func runFix(cmd *Command, args []string) {$/;"	f
 39267  runFmt	./cmd/go/fmt.go	/^func runFmt(cmd *Command, args []string) {$/;"	f
 39268  runFull	./regexp/exec_test.go	/^func runFull(re, refull *Regexp, text string) ([]int, string) {$/;"	f
 39269  runFullLongest	./regexp/exec_test.go	/^func runFullLongest(re, refull *Regexp, text string) ([]int, string) {$/;"	f
 39270  runGCD	./cmd/compile/internal/big/gcd_test.go	/^func runGCD(b *testing.B, aSize, bSize uint) {$/;"	f
 39271  runGCD	./math/big/gcd_test.go	/^func runGCD(b *testing.B, aSize, bSize uint) {$/;"	f
 39272  runGCProg	./runtime/mbitmap.go	/^func runGCProg(prog, trailer, dst *byte, size int) uintptr {$/;"	f
 39273  runGcc	./cmd/cgo/gcc.go	/^func runGcc(stdin []byte, args []string) (string, string) {$/;"	f
 39274  runGenerate	./cmd/go/generate.go	/^func runGenerate(cmd *Command, args []string) {$/;"	f
 39275  runGet	./cmd/go/get.go	/^func runGet(cmd *Command, args []string) {$/;"	f
 39276  runGit	./cmd/go/go_test.go	/^func (tg *testgoData) runGit(dir string, args ...string) {$/;"	f
 39277  runImporterTest	./go/internal/gccgoimporter/importer_test.go	/^func runImporterTest(t *testing.T, imp Importer, initmap map[*types.Package]InitData, test *importerTest) {$/;"	f
 39278  runIndexAnyTests	./bytes/bytes_test.go	/^func runIndexAnyTests(t *testing.T, f func(s []byte, chars string) int, funcName string, testCases []BinOpTest) {$/;"	f
 39279  runIndexTests	./bytes/bytes_test.go	/^func runIndexTests(t *testing.T, f func(s, sep []byte) int, funcName string, testCases []BinOpTest) {$/;"	f
 39280  runIndexTests	./strings/strings_test.go	/^func runIndexTests(t *testing.T, f func(s, sep string) int, funcName string, testCases []IndexTest) {$/;"	f
 39281  runList	./cmd/go/list.go	/^func runList(cmd *Command, args []string) {$/;"	f
 39282  runMachine	./cmd/yacc/yacc.go	/^func runMachine(tokens []string) (state, token int) {$/;"	f
 39283  runModWTests	./cmd/compile/internal/big/nat_test.go	/^func runModWTests(t *testing.T, tests []modWTest) {$/;"	f
 39284  runModWTests	./math/big/nat_test.go	/^func runModWTests(t *testing.T, tests []modWTest) {$/;"	f
 39285  runN	./go/doc/testdata/benchmark.go	/^func (b *B) runN(n int) {$/;"	f
 39286  runN	./testing/benchmark.go	/^func (b *B) runN(n int) {$/;"	f
 39287  runOnFirstRead	./net/http/httputil/reverseproxy.go	/^type runOnFirstRead struct {$/;"	t
 39288  runOne	./os/exec/lp_windows_test.go	/^func (test commandTest) runOne(rootDir string, env []string, dir, arg0 string) error {$/;"	f
 39289  runOne	./runtime/syscall_windows_test.go	/^func (test *cbTest) runOne(t *testing.T, dll *syscall.DLL, proc string, cb uintptr) {$/;"	f
 39290  runOut	./cmd/go/main.go	/^func runOut(dir string, cmdargs ...interface{}) []byte {$/;"	f
 39291  runOutput	./cmd/go/vcs.go	/^func (v *vcsCmd) runOutput(dir string, cmd string, keyval ...string) ([]byte, error) {$/;"	f
 39292  runParallel	./runtime/atomic_test.go	/^func runParallel(N, iter int, f func()) {$/;"	f
 39293  runPartial	./regexp/exec_test.go	/^func runPartial(re, refull *Regexp, text string) ([]int, string) {$/;"	f
 39294  runPartialLongest	./regexp/exec_test.go	/^func runPartialLongest(re, refull *Regexp, text string) ([]int, string) {$/;"	f
 39295  runPktSyslog	./log/syslog/syslog_test.go	/^func runPktSyslog(c net.PacketConn, done chan<- string) {$/;"	f
 39296  runProg	./os/exec/lp_windows_test.go	/^func (test lookPathTest) runProg(t *testing.T, env []string, args ...string) (string, error) {$/;"	f
 39297  runProgram	./cmd/go/run.go	/^func (b *builder) runProgram(a *action) error {$/;"	f
 39298  runResponseChecks	./net/http/cgi/host_test.go	/^func runResponseChecks(t *testing.T, rw *httptest.ResponseRecorder, expectedMap map[string]string) {$/;"	f
 39299  runRun	./cmd/go/run.go	/^func runRun(cmd *Command, args []string) {$/;"	f
 39300  runSafePointFn	./runtime/proc1.go	/^func runSafePointFn() {$/;"	f
 39301  runSearchWrappers	./sort/search_test.go	/^func runSearchWrappers() {$/;"	f
 39302  runSelect	./reflect/all_test.go	/^func runSelect(cases []SelectCase, info []caseInfo) (chosen int, recv Value, recvOK bool, panicErr interface{}) {$/;"	f
 39303  runServerTestForVersion	./crypto/tls/handshake_server_test.go	/^func runServerTestForVersion(t *testing.T, template *serverTest, prefix, option string) {$/;"	f
 39304  runServerTestSSLv3	./crypto/tls/handshake_server_test.go	/^func runServerTestSSLv3(t *testing.T, template *serverTest) {$/;"	f
 39305  runServerTestTLS10	./crypto/tls/handshake_server_test.go	/^func runServerTestTLS10(t *testing.T, template *serverTest) {$/;"	f
 39306  runServerTestTLS11	./crypto/tls/handshake_server_test.go	/^func runServerTestTLS11(t *testing.T, template *serverTest) {$/;"	f
 39307  runServerTestTLS12	./crypto/tls/handshake_server_test.go	/^func runServerTestTLS12(t *testing.T, template *serverTest) {$/;"	f
 39308  runStdin	./cmd/go/run.go	/^func runStdin(cmdline []string) {$/;"	f
 39309  runStreamSyslog	./log/syslog/syslog_test.go	/^func runStreamSyslog(l net.Listener, done chan<- string, wg *sync.WaitGroup) {$/;"	f
 39310  runStringTests	./bytes/bytes_test.go	/^func runStringTests(t *testing.T, f func([]byte) []byte, funcName string, testCases []StringTest) {$/;"	f
 39311  runStringTests	./strings/strings_test.go	/^func runStringTests(t *testing.T, f func(string) string, funcName string, testCases []StringTest) {$/;"	f
 39312  runTest	./cmd/go/test.go	/^func (b *builder) runTest(a *action) error {$/;"	f
 39313  runTest	./cmd/go/test.go	/^func runTest(cmd *Command, args []string) {$/;"	f
 39314  runTest	./cmd/gofmt/gofmt_test.go	/^func runTest(t *testing.T, in, out string) {$/;"	f
 39315  runTests	./runtime/race/race_test.go	/^func runTests() ([]byte, error) {$/;"	f
 39316  runTool	./cmd/go/tool.go	/^func runTool(cmd *Command, args []string) {$/;"	f
 39317  runVerboseOnly	./cmd/go/vcs.go	/^func (v *vcsCmd) runVerboseOnly(dir string, cmd string, keyval ...string) error {$/;"	f
 39318  runVersion	./cmd/go/version.go	/^func runVersion(cmd *Command, args []string) {$/;"	f
 39319  runVet	./cmd/go/vet.go	/^func runVet(cmd *Command, args []string) {$/;"	f
 39320  runVetFiles	./cmd/go/vet.go	/^func runVetFiles(p *Package, files []string) {$/;"	f
 39321  runbench	./go/types/self_test.go	/^func runbench(t *testing.T, path string, ignoreFuncBodies bool) {$/;"	f
 39322  runcheck	./go/printer/printer_test.go	/^func runcheck(t *testing.T, source, golden string, mode checkMode) {$/;"	f
 39323  rune	./builtin/builtin.go	/^type rune rune$/;"	t
 39324  rune	./cmd/compile/internal/gc/go.go	/^	Rune bool \/\/ set if syntax indicates default type rune$/;"	t
 39325  rune	./regexp/syntax/compile.go	/^func (c *compiler) rune(r []rune, flags Flags) frag {$/;"	f
 39326  runeMergeTests	./regexp/onepass_test.go	/^var runeMergeTests = []struct {$/;"	v
 39327  runeScanner	./fmt/scan_test.go	/^type runeScanner struct {$/;"	t
 39328  runeSlice	./regexp/onepass.go	/^type runeSlice []rune$/;"	t
 39329  runeSlice	./unicode/maketables.go	/^type runeSlice []rune$/;"	t
 39330  runeTmp	./strconv/quote.go	/^	var runeTmp [utf8.UTFMax]byte$/;"	v
 39331  runeUnreader	./fmt/scan.go	/^type runeUnreader interface {$/;"	t
 39332  rune_	./cmd/compile/internal/gc/lex.go	/^	var rune_ uint$/;"	v
 39333  runecounttests	./unicode/utf8/utf8_test.go	/^var runecounttests = []RuneCountTest{$/;"	v
 39334  runelentests	./unicode/utf8/utf8_test.go	/^var runelentests = []RuneLenTest{$/;"	v
 39335  runes	./encoding/json/fold_test.go	/^	var runes []rune$/;"	v
 39336  runes	./reflect/value.go	/^func (v Value) runes() []rune {$/;"	f
 39337  runesEqual	./bytes/bytes_test.go	/^func runesEqual(a, b []rune) bool {$/;"	f
 39338  runesEqual	./strings/strings_test.go	/^func runesEqual(a, b []rune) bool {$/;"	f
 39339  runetochar	./runtime/rune.go	/^func runetochar(str []byte, r rune) int {$/;"	f
 39340  runetype	./cmd/compile/internal/gc/go.go	/^var runetype *Type$/;"	v
 39341  runfinq	./runtime/mfinal.go	/^func runfinq() {$/;"	f
 39342  runnablePs	./runtime/proc1.go	/^	var runnablePs *p$/;"	v
 39343  runningGoroutines	./net/main_test.go	/^func runningGoroutines() []string {$/;"	f
 39344  runqempty	./runtime/proc1.go	/^func runqempty(_p_ *p) bool {$/;"	f
 39345  runqget	./runtime/proc1.go	/^func runqget(_p_ *p) (gp *g, inheritTime bool) {$/;"	f
 39346  runqgrab	./runtime/proc1.go	/^func runqgrab(_p_ *p, batch *[256]*g, batchHead uint32, stealRunNextG bool) uint32 {$/;"	f
 39347  runqput	./runtime/proc1.go	/^func runqput(_p_ *p, gp *g, next bool) {$/;"	f
 39348  runqputslow	./runtime/proc1.go	/^func runqputslow(_p_ *p, gp *g, h, t uint32) bool {$/;"	f
 39349  runqsteal	./runtime/proc1.go	/^func runqsteal(_p_, p2 *p, stealRunNextG bool) *g {$/;"	f
 39350  runtimeInitTime	./runtime/proc.go	/^var runtimeInitTime int64$/;"	v
 39351  runtimeNano	./net/fd_poll_runtime.go	/^func runtimeNano() int64$/;"	f
 39352  runtimeNano	./time/sleep.go	/^func runtimeNano() int64$/;"	f
 39353  runtimeProfile	./runtime/pprof/pprof.go	/^type runtimeProfile []runtime.StackRecord$/;"	t
 39354  runtimeSelect	./reflect/value.go	/^type runtimeSelect struct {$/;"	t
 39355  runtimeSelect	./runtime/select.go	/^type runtimeSelect struct {$/;"	t
 39356  runtimeTimer	./syscall/net_nacl.go	/^type runtimeTimer struct {$/;"	t
 39357  runtimeTimer	./time/sleep.go	/^type runtimeTimer struct {$/;"	t
 39358  runtime_AfterFork	./syscall/exec_bsd.go	/^func runtime_AfterFork()$/;"	f
 39359  runtime_AfterFork	./syscall/exec_linux.go	/^func runtime_AfterFork()$/;"	f
 39360  runtime_AfterFork	./syscall/exec_solaris.go	/^func runtime_AfterFork()$/;"	f
 39361  runtime_BeforeFork	./syscall/exec_bsd.go	/^func runtime_BeforeFork()$/;"	f
 39362  runtime_BeforeFork	./syscall/exec_linux.go	/^func runtime_BeforeFork()$/;"	f
 39363  runtime_BeforeFork	./syscall/exec_solaris.go	/^func runtime_BeforeFork()$/;"	f
 39364  runtime_Semacquire	./net/fd_mutex.go	/^func runtime_Semacquire(sema *uint32)$/;"	f
 39365  runtime_Semacquire	./sync/runtime.go	/^func runtime_Semacquire(s *uint32)$/;"	f
 39366  runtime_Semrelease	./net/fd_mutex.go	/^func runtime_Semrelease(sema *uint32)$/;"	f
 39367  runtime_Semrelease	./sync/runtime.go	/^func runtime_Semrelease(s *uint32)$/;"	f
 39368  runtime_Syncsemacquire	./sync/runtime.go	/^func runtime_Syncsemacquire(s *syncSema)$/;"	f
 39369  runtime_Syncsemcheck	./sync/runtime.go	/^func runtime_Syncsemcheck(size uintptr)$/;"	f
 39370  runtime_Syncsemrelease	./sync/runtime.go	/^func runtime_Syncsemrelease(s *syncSema, n uint32)$/;"	f
 39371  runtime_args	./os/proc.go	/^func runtime_args() []string \/\/ in package runtime$/;"	f
 39372  runtime_beforeExit	./os/proc.go	/^func runtime_beforeExit() \/\/ implemented in runtime$/;"	f
 39373  runtime_canSpin	./sync/runtime.go	/^func runtime_canSpin(i int) bool$/;"	f
 39374  runtime_cyclesPerSecond	./runtime/pprof/pprof.go	/^func runtime_cyclesPerSecond() int64$/;"	f
 39375  runtime_debug_WriteHeapDump	./runtime/heapdump.go	/^func runtime_debug_WriteHeapDump(fd uintptr) {$/;"	f
 39376  runtime_debug_freeOSMemory	./runtime/mheap.go	/^func runtime_debug_freeOSMemory() {$/;"	f
 39377  runtime_doSpin	./sync/runtime.go	/^func runtime_doSpin()$/;"	f
 39378  runtime_envs	./syscall/env_unix.go	/^func runtime_envs() []string \/\/ in package runtime$/;"	f
 39379  runtime_init	./runtime/proc.go	/^func runtime_init()$/;"	f
 39380  runtime_init_cond	./runtime/cgo/gcc_libinit.c	/^static pthread_cond_t runtime_init_cond = PTHREAD_COND_INITIALIZER;$/;"	v	file:
 39381  runtime_init_done	./runtime/cgo/gcc_libinit.c	/^static int runtime_init_done;$/;"	v	file:
 39382  runtime_init_mu	./runtime/cgo/gcc_libinit.c	/^static pthread_mutex_t runtime_init_mu = PTHREAD_MUTEX_INITIALIZER;$/;"	v	file:
 39383  runtime_pollClose	./net/fd_poll_runtime.go	/^func runtime_pollClose(ctx uintptr)$/;"	f
 39384  runtime_pollOpen	./net/fd_poll_runtime.go	/^func runtime_pollOpen(fd uintptr) (uintptr, int)$/;"	f
 39385  runtime_pollReset	./net/fd_poll_runtime.go	/^func runtime_pollReset(ctx uintptr, mode int) int$/;"	f
 39386  runtime_pollServerInit	./net/fd_poll_runtime.go	/^func runtime_pollServerInit()$/;"	f
 39387  runtime_pollSetDeadline	./net/fd_poll_runtime.go	/^func runtime_pollSetDeadline(ctx uintptr, d int64, mode int)$/;"	f
 39388  runtime_pollUnblock	./net/fd_poll_runtime.go	/^func runtime_pollUnblock(ctx uintptr)$/;"	f
 39389  runtime_pollWait	./net/fd_poll_runtime.go	/^func runtime_pollWait(ctx uintptr, mode int) int$/;"	f
 39390  runtime_pollWaitCanceled	./net/fd_poll_runtime.go	/^func runtime_pollWaitCanceled(ctx uintptr, mode int) int$/;"	f
 39391  runtime_pprof_runtime_cyclesPerSecond	./runtime/cpuprof.go	/^func runtime_pprof_runtime_cyclesPerSecond() int64 {$/;"	f
 39392  runtime_procPin	./sync/atomic/value.go	/^func runtime_procPin()$/;"	f
 39393  runtime_procPin	./sync/pool.go	/^func runtime_procPin() int$/;"	f
 39394  runtime_procUnpin	./sync/atomic/value.go	/^func runtime_procUnpin()$/;"	f
 39395  runtime_procUnpin	./sync/pool.go	/^func runtime_procUnpin()$/;"	f
 39396  runtime_registerPoolCleanup	./sync/pool.go	/^func runtime_registerPoolCleanup(cleanup func())$/;"	f
 39397  rusage	./os/exec_unix.go	/^	var rusage syscall.Rusage$/;"	v
 39398  rv	./cmd/compile/internal/gc/const.go	/^	var rv Val$/;"	v
 39399  rv	./os/user/lookup_unix.go	/^	var rv C.int$/;"	v
 39400  rvFloats	./text/template/exec.go	/^type rvFloats struct{ rvs }$/;"	t
 39401  rvInts	./text/template/exec.go	/^type rvInts struct{ rvs }$/;"	t
 39402  rvStrings	./text/template/exec.go	/^type rvStrings struct{ rvs }$/;"	t
 39403  rvUints	./text/template/exec.go	/^type rvUints struct{ rvs }$/;"	t
 39404  rvs	./text/template/exec.go	/^type rvs []reflect.Value$/;"	t
 39405  rwTestConn	./net/http/serve_test.go	/^type rwTestConn struct {$/;"	t
 39406  rwm	./sync/rwmutex_test.go	/^		var rwm PaddedRWMutex$/;"	v
 39407  rwm	./sync/rwmutex_test.go	/^	var rwm RWMutex$/;"	v
 39408  rx	./cmd/compile/internal/big/int_test.go	/^		var rx Int$/;"	v
 39409  rx	./cmd/compile/internal/big/rat_test.go	/^			var rx Rat$/;"	v
 39410  rx	./cmd/compile/internal/big/rat_test.go	/^		var rx Rat$/;"	v
 39411  rx	./math/big/int_test.go	/^		var rx Int$/;"	v
 39412  rx	./math/big/rat_test.go	/^			var rx Rat$/;"	v
 39413  rx	./math/big/rat_test.go	/^		var rx Rat$/;"	v
 39414  rx	./syscall/srpc_nacl.go	/^	var rx *srpc$/;"	v
 39415  rx86_64Strings	./debug/elf/elf.go	/^var rx86_64Strings = []intName{$/;"	v
 39416  s0	./crypto/aes/block.go	/^	var s0, s1, s2, s3, t0, t1, t2, t3 uint32$/;"	v
 39417  s1	./cmd/compile/internal/gc/align.go	/^	var s1 *Sym$/;"	v
 39418  s1	./cmd/compile/internal/gc/lex.go	/^	var s1 *Sym$/;"	v
 39419  s1	./cmd/compile/internal/gc/subr.go	/^	var s1 *Sym$/;"	v
 39420  s1	./cmd/compile/internal/gc/typecheck.go	/^			var s1 *Sym$/;"	v
 39421  s1	./cmd/link/internal/ld/ldmacho.go	/^	var s1 *LSym$/;"	v
 39422  s1	./cmd/vet/testdata/unsafeptr.go	/^	var s1 *reflect.StringHeader$/;"	v
 39423  s1	./encoding/json/decode_test.go	/^	var s1 []byte$/;"	v
 39424  s1	./fmt/scan_test.go	/^	var s1, s2 string$/;"	v
 39425  s1	./go/parser/parser.go	/^	var s1, s2 ast.Stmt$/;"	v
 39426  s1	./go/parser/parser.go	/^	var s1, s2, s3 ast.Stmt$/;"	v
 39427  s1	./go/printer/testdata/parser.go	/^	var s1, s2 ast.Stmt$/;"	v
 39428  s1	./go/printer/testdata/parser.go	/^	var s1, s2, s3 ast.Stmt$/;"	v
 39429  s1a	./go/parser/parser_test.go	/^type s1a struct { int }$/;"	t
 39430  s1b	./go/parser/parser_test.go	/^type s1b struct { *int }$/;"	t
 39431  s2	./cmd/vet/testdata/unsafeptr.go	/^	var s2 *reflect.SliceHeader$/;"	v
 39432  s2	./encoding/binary/binary_test.go	/^	var s2 Struct$/;"	v
 39433  s2	./encoding/json/encode_test.go	/^	var s2 StringTag$/;"	v
 39434  s2a	./go/parser/parser_test.go	/^type s2a struct { byte; int; s1a }$/;"	t
 39435  s2b	./go/parser/parser_test.go	/^type s2b struct { byte; int; *float }$/;"	t
 39436  s3	./cmd/vet/testdata/unsafeptr.go	/^	var s3 reflect.StringHeader$/;"	v
 39437  s3a	./go/parser/parser_test.go	/^type s3a struct { a, b int; c float }$/;"	t
 39438  s3b	./go/parser/parser_test.go	/^type s3b struct { a, b *s3b; c []float }$/;"	t
 39439  s4	./cmd/vet/testdata/unsafeptr.go	/^	var s4 reflect.SliceHeader$/;"	v
 39440  sBoxResult	./crypto/des/block.go	/^	var sBoxResult uint32$/;"	v
 39441  sBoxes	./crypto/des/const.go	/^var sBoxes = [8][4][16]uint8{$/;"	v
 39442  sa	./net/iprawsock_posix.go	/^	var sa syscall.Sockaddr$/;"	v
 39443  sa	./net/udpsock_posix.go	/^	var sa syscall.Sockaddr$/;"	v
 39444  sa	./net/unixsock_posix.go	/^	var sa syscall.Sockaddr$/;"	v
 39445  sa	./runtime/os1_darwin.go	/^	var sa sigactiont$/;"	v
 39446  sa	./runtime/os1_dragonfly.go	/^	var sa sigactiont$/;"	v
 39447  sa	./runtime/os1_freebsd.go	/^	var sa sigactiont$/;"	v
 39448  sa	./runtime/os1_linux.go	/^	var sa sigactiont$/;"	v
 39449  sa	./runtime/os1_netbsd.go	/^	var sa sigactiont$/;"	v
 39450  sa	./runtime/os1_openbsd.go	/^	var sa sigactiont$/;"	v
 39451  sa	./runtime/os3_solaris.go	/^	var sa sigactiont$/;"	v
 39452  sa	./syscall/syscall_windows.go	/^	var sa *SecurityAttributes$/;"	v
 39453  sa	./syscall/syscall_windows.go	/^	var sa SecurityAttributes$/;"	v
 39454  safePos	./go/parser/parser.go	/^func (p *parser) safePos(pos token.Pos) (res token.Pos) {$/;"	f
 39455  safeString	./encoding/gob/type.go	/^func (a *arrayType) safeString(seen map[typeId]bool) string {$/;"	f
 39456  safeString	./encoding/gob/type.go	/^func (g *gobEncoderType) safeString(seen map[typeId]bool) string {$/;"	f
 39457  safeString	./encoding/gob/type.go	/^func (m *mapType) safeString(seen map[typeId]bool) string {$/;"	f
 39458  safeString	./encoding/gob/type.go	/^func (s *sliceType) safeString(seen map[typeId]bool) string {$/;"	f
 39459  safeString	./encoding/gob/type.go	/^func (s *structType) safeString(seen map[typeId]bool) string {$/;"	f
 39460  safeString	./encoding/gob/type.go	/^func (t *CommonType) safeString(seen map[typeId]bool) string {$/;"	f
 39461  safeXORBytes	./crypto/cipher/xor.go	/^func safeXORBytes(dst, a, b []byte) int {$/;"	f
 39462  safeexpr	./cmd/compile/internal/gc/subr.go	/^func safeexpr(n *Node, init **NodeList) *Node {$/;"	f
 39463  safemode	./cmd/compile/internal/gc/go.go	/^var safemode int$/;"	v
 39464  safety	./unsafe/unsafe.go	/^	Package unsafe contains operations that step around the type safety of Go programs.$/;"	t
 39465  salen	./syscall/syscall_bsd.go	/^	var salen _Socklen$/;"	v
 39466  salen	./syscall/syscall_linux.go	/^	var salen _Socklen$/;"	v
 39467  salen	./syscall/syscall_solaris.go	/^	var salen _Socklen$/;"	v
 39468  saltLength	./crypto/rsa/pss.go	/^func (opts *PSSOptions) saltLength() int {$/;"	f
 39469  saltLengthCombinations	./crypto/rsa/pss_test.go	/^	var saltLengthCombinations = []struct {$/;"	v
 39470  samaddr	./cmd/compile/internal/amd64/gsubr.go	/^func samaddr(f *gc.Node, t *gc.Node) bool {$/;"	f
 39471  samaddr	./cmd/compile/internal/arm/gsubr.go	/^func samaddr(f *gc.Node, t *gc.Node) bool {$/;"	f
 39472  samaddr	./cmd/compile/internal/x86/gsubr.go	/^func samaddr(f *gc.Node, t *gc.Node) bool {$/;"	f
 39473  same	./regexp/exec_test.go	/^func same(x, y []int) bool {$/;"	f
 39474  same	./runtime/asm_386.s	/^same:$/;"	l
 39475  same	./runtime/asm_amd64p32.s	/^same:$/;"	l
 39476  same	./runtime/softfloat64_test.go	/^func same(f, g float64) bool {$/;"	f
 39477  same	./time/time_test.go	/^func same(t Time, u *parsedTime) bool {$/;"	f
 39478  sameFile	./os/stat_darwin.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39479  sameFile	./os/stat_dragonfly.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39480  sameFile	./os/stat_freebsd.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39481  sameFile	./os/stat_linux.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39482  sameFile	./os/stat_nacl.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39483  sameFile	./os/stat_netbsd.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39484  sameFile	./os/stat_openbsd.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39485  sameFile	./os/stat_plan9.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39486  sameFile	./os/stat_solaris.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39487  sameFile	./os/types_windows.go	/^func sameFile(fs1, fs2 *fileStat) bool {$/;"	f
 39488  sameId	./go/types/object.go	/^func (obj *object) sameId(pkg *Package, name string) bool {$/;"	f
 39489  sameInts	./reflect/all_test.go	/^func sameInts(x, y []int) bool {$/;"	f
 39490  sameSlice	./go/types/api_test.go	/^func sameSlice(a, b []int) bool {$/;"	f
 39491  sameaddr	./cmd/compile/internal/amd64/peep.go	/^func sameaddr(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 39492  sameaddr	./cmd/compile/internal/arm/peep.go	/^func sameaddr(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 39493  sameaddr	./cmd/compile/internal/arm64/peep.go	/^func sameaddr(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 39494  sameaddr	./cmd/compile/internal/ppc64/peep.go	/^func sameaddr(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 39495  sameaddr	./cmd/compile/internal/x86/peep.go	/^func sameaddr(a *obj.Addr, v *obj.Addr) bool {$/;"	f
 39496  sameas	./cmd/compile/internal/gc/align.go	/^	var sameas int$/;"	v
 39497  samebytes	./runtime/asm_arm.s	/^samebytes:$/;"	l
 39498  samebytes	./runtime/asm_arm64.s	/^samebytes:$/;"	l
 39499  samecheap	./cmd/compile/internal/gc/walk.go	/^func samecheap(a *Node, b *Node) bool {$/;"	f
 39500  samelist	./cmd/compile/internal/gc/walk.go	/^func samelist(a *NodeList, b *NodeList) bool {$/;"	f
 39501  samesafeexpr	./cmd/compile/internal/gc/typecheck.go	/^func samesafeexpr(l *Node, r *Node) bool {$/;"	f
 39502  sampleDecoder	./cmd/pprof/internal/profile/encode.go	/^var sampleDecoder = []decoder{$/;"	v
 39503  sampleFormat	./cmd/pprof/internal/driver/driver.go	/^func sampleFormat(p *profile.Profile, f *flags) (sampleValueFunc, string, string) {$/;"	f
 39504  sampleIndex	./cmd/pprof/internal/driver/driver.go	/^func sampleIndex(p *profile.Profile, flag **bool,$/;"	f
 39505  sampleValueFunc	./cmd/pprof/internal/driver/driver.go	/^type sampleValueFunc func(*profile.Sample) int64$/;"	t
 39506  samples	./runtime/pprof/pprof_test.go	/^	var samples uintptr$/;"	v
 39507  sanitizeCookieName	./net/http/cookie.go	/^func sanitizeCookieName(n string) string {$/;"	f
 39508  sanitizeCookiePath	./net/http/cookie.go	/^func sanitizeCookiePath(v string) string {$/;"	f
 39509  sanitizeCookieValue	./net/http/cookie.go	/^func sanitizeCookieValue(v string) string {$/;"	f
 39510  sanitizeImportPath	./go/printer/nodes.go	/^func sanitizeImportPath(lit *ast.BasicLit) *ast.BasicLit {$/;"	f
 39511  sanitizeOrWarn	./net/http/cookie.go	/^func sanitizeOrWarn(fieldName string, valid func(byte) bool, v string) string {$/;"	f
 39512  sas	./syscall/route_bsd.go	/^	var sas [RTAX_MAX]Sockaddr$/;"	v
 39513  sas	./syscall/route_darwin.go	/^	var sas [RTAX_MAX]Sockaddr$/;"	v
 39514  sas	./syscall/route_dragonfly.go	/^	var sas [RTAX_MAX]Sockaddr$/;"	v
 39515  sas	./syscall/route_freebsd.go	/^	var sas [RTAX_MAX]Sockaddr$/;"	v
 39516  satAdd8	./cmd/compile/internal/gc/esc.go	/^func satAdd8(x, y int8) int8 {$/;"	f
 39517  satInc8	./cmd/compile/internal/gc/esc.go	/^func satInc8(x int8) int8 {$/;"	f
 39518  satan	./math/atan.go	/^func satan(x float64) float64 {$/;"	f
 39519  save	./cmd/compile/internal/gc/align.go	/^	var save Iter$/;"	v
 39520  save	./cmd/compile/internal/gc/pgen.go	/^		var save Iter$/;"	v
 39521  save	./runtime/proc1.go	/^func save(pc, sp uintptr) {$/;"	f
 39522  save	./runtime/runtime2.go	/^\/\/ In one of the few places it is updated by Go code - func save - it must be$/;"	f
 39523  saveDot	./cmd/internal/rsc.io/arm/armasm/gnu.go	/^var saveDot = strings.NewReplacer($/;"	v
 39524  saveError	./encoding/json/decode.go	/^func (d *decodeState) saveError(err error) {$/;"	f
 39525  saveExport	./cmd/cgo/ast.go	/^func (f *File) saveExport(x interface{}, context string) {$/;"	f
 39526  saveExport2	./cmd/cgo/ast.go	/^func (f *File) saveExport2(x interface{}, context string) {$/;"	f
 39527  saveRef	./cmd/cgo/ast.go	/^func (f *File) saveRef(x interface{}, context string) {$/;"	f
 39528  saveSVGToFile	./cmd/pprof/internal/commands/commands.go	/^func saveSVGToFile() PostProcessor {$/;"	f
 39529  saved	./crypto/sha1/sha1block_arm.s	/^#define saved	abcde-(8+4*80+4*5)(SP)	\/\/ saved sha1 registers a,b,c,d,e - these must be last (unused?)$/;"	d
 39530  savedOffset	./encoding/xml/read.go	/^		var savedOffset int$/;"	v
 39531  savedOffset	./encoding/xml/xml.go	/^func (d *Decoder) savedOffset() int {$/;"	f
 39532  savedata	./cmd/internal/obj/data.go	/^func savedata(ctxt *Link, s *LSym, p *Prog, pn string) {$/;"	f
 39533  saveerrors	./cmd/compile/internal/gc/lex.go	/^func saveerrors() {$/;"	f
 39534  saveg	./runtime/mprof.go	/^func saveg(pc, sp uintptr, gp *g, r *StackRecord) {$/;"	f
 39535  savel	./cmd/compile/internal/gc/walk.go	/^	var savel Iter$/;"	v
 39536  saveorig	./cmd/compile/internal/gc/const.go	/^func saveorig(n *Node) *Node {$/;"	f
 39537  saveorignode	./cmd/compile/internal/gc/subr.go	/^func saveorignode(n *Node) {$/;"	f
 39538  saver	./cmd/compile/internal/gc/walk.go	/^	var saver Iter$/;"	v
 39539  saveregs	./runtime/cgo/gcc_ppc64x.S	/^saveregs:$/;"	l
 39540  savet	./cmd/compile/internal/gc/gsubr.go	/^		var savet Iter$/;"	v
 39541  savet	./cmd/compile/internal/gc/subr.go	/^	var savet Iter$/;"	v
 39542  savet	./cmd/compile/internal/gc/walk.go	/^	var savet Iter$/;"	v
 39543  savex	./cmd/compile/internal/amd64/ggen.go	/^func savex(dr int, x *gc.Node, oldx *gc.Node, res *gc.Node, t *gc.Type) {$/;"	f
 39544  savex	./cmd/compile/internal/x86/ggen.go	/^func savex(dr int, x *gc.Node, oldx *gc.Node, res *gc.Node, t *gc.Type) {$/;"	f
 39545  sbit	./cmd/compile/internal/big/float.go	/^	var sbit uint$/;"	v
 39546  sbit	./math/big/float.go	/^	var sbit uint$/;"	v
 39547  sbox0	./crypto/aes/const.go	/^var sbox0 = [256]byte{$/;"	v
 39548  sbox1	./crypto/aes/const.go	/^var sbox1 = [256]byte{$/;"	v
 39549  sbrk	./runtime/mem_plan9.go	/^func sbrk(n uintptr) unsafe.Pointer {$/;"	f
 39550  sbuf	./runtime/mgc.go	/^		var sbuf [24]byte$/;"	v
 39551  scalarBytes	./crypto/elliptic/p256.go	/^	var scalarBytes []byte$/;"	v
 39552  scalarReversed	./crypto/elliptic/p256.go	/^	var scalarReversed [32]byte$/;"	v
 39553  scale	./image/jpeg/writer.go	/^	var scale int$/;"	v
 39554  scale	./image/jpeg/writer.go	/^func scale(dst *block, src *[4]block) {$/;"	f
 39555  scale	./math/cmplx/sqrt.go	/^	var scale float64$/;"	v
 39556  scaleDenom	./cmd/compile/internal/big/rat.go	/^func scaleDenom(x *Int, f nat) *Int {$/;"	f
 39557  scaleDenom	./math/big/rat.go	/^func scaleDenom(x *Int, f nat) *Int {$/;"	f
 39558  scaleHeapSample	./cmd/pprof/internal/profile/legacy_profile.go	/^func scaleHeapSample(count, size, rate int64) (int64, int64) {$/;"	f
 39559  scaledValueLabel	./cmd/pprof/internal/report/report.go	/^func scaledValueLabel(value int64, fromUnit, toUnit string) string {$/;"	f
 39560  scan	./cmd/compile/internal/big/floatconv.go	/^func (z *Float) scan(r io.ByteScanner, base int) (f *Float, b int, err error) {$/;"	f
 39561  scan	./cmd/compile/internal/big/intconv.go	/^func (z *Int) scan(r io.ByteScanner, base int) (*Int, int, error) {$/;"	f
 39562  scan	./cmd/compile/internal/big/natconv.go	/^func (z nat) scan(r io.ByteScanner, base int, fracOk bool) (res nat, b, count int, err error) {$/;"	f
 39563  scan	./cmd/pack/pack.go	/^func (ar *Archive) scan(action func(*Entry)) {$/;"	f
 39564  scan	./encoding/json/decode_test.go	/^		var scan scanner$/;"	v
 39565  scan	./encoding/json/indent.go	/^	var scan scanner$/;"	v
 39566  scan	./encoding/json/scanner_test.go	/^	var scan scanner$/;"	v
 39567  scan	./image/jpeg/scan.go	/^	var scan [maxComponents]struct {$/;"	v
 39568  scan	./math/big/floatconv.go	/^func (z *Float) scan(r io.ByteScanner, base int) (f *Float, b int, err error) {$/;"	f
 39569  scan	./math/big/intconv.go	/^func (z *Int) scan(r io.ByteScanner, base int) (*Int, int, error) {$/;"	f
 39570  scan	./math/big/natconv.go	/^func (z nat) scan(r io.ByteScanner, base int, fracOk bool) (res nat, b, count int, err error) {$/;"	f
 39571  scan	./strconv/makeisprint.go	/^func scan(min, max rune) (rang, except []uint32) {$/;"	f
 39572  scanBasePrefix	./fmt/scan.go	/^func (s *ss) scanBasePrefix() (base int, digits string, found bool) {$/;"	f
 39573  scanBool	./fmt/scan.go	/^func (s *ss) scanBool(verb rune) bool {$/;"	f
 39574  scanChar	./text/scanner/scanner.go	/^func (s *Scanner) scanChar() {$/;"	f
 39575  scanChunk	./path/filepath/match.go	/^func scanChunk(pattern string) (star bool, chunk, rest string) {$/;"	f
 39576  scanChunk	./path/match.go	/^func scanChunk(pattern string) (star bool, chunk, rest string) {$/;"	f
 39577  scanComment	./go/scanner/scanner.go	/^func (s *Scanner) scanComment() string {$/;"	f
 39578  scanComment	./text/scanner/scanner.go	/^func (s *Scanner) scanComment(ch rune) rune {$/;"	f
 39579  scanComplex	./fmt/scan.go	/^func (s *ss) scanComplex(verb rune, n int) complex128 {$/;"	f
 39580  scanDigits	./text/scanner/scanner.go	/^func (s *Scanner) scanDigits(ch rune, base, n int) rune {$/;"	f
 39581  scanError	./fmt/scan.go	/^type scanError struct {$/;"	t
 39582  scanEscape	./go/scanner/scanner.go	/^func (s *Scanner) scanEscape(quote rune) bool {$/;"	f
 39583  scanEscape	./text/scanner/scanner.go	/^func (s *Scanner) scanEscape(quote rune) rune {$/;"	f
 39584  scanExponent	./cmd/compile/internal/big/ratconv.go	/^func scanExponent(r io.ByteScanner, binExpOk bool) (exp int64, base int, err error) {$/;"	f
 39585  scanExponent	./math/big/ratconv.go	/^func scanExponent(r io.ByteScanner, binExpOk bool) (exp int64, base int, err error) {$/;"	f
 39586  scanExponent	./text/scanner/scanner.go	/^func (s *Scanner) scanExponent(ch rune) rune {$/;"	f
 39587  scanFraction	./text/scanner/scanner.go	/^func (s *Scanner) scanFraction(ch rune) rune {$/;"	f
 39588  scanIdentifier	./go/scanner/scanner.go	/^func (s *Scanner) scanIdentifier() string {$/;"	f
 39589  scanIdentifier	./text/scanner/scanner.go	/^func (s *Scanner) scanIdentifier() rune {$/;"	f
 39590  scanInt	./fmt/scan.go	/^func (s *ss) scanInt(verb rune, bitSize int) int64 {$/;"	f
 39591  scanInts	./fmt/scan_test.go	/^func scanInts(r *RecursiveInt, b *bytes.Buffer) (err error) {$/;"	f
 39592  scanMantissa	./go/scanner/scanner.go	/^func (s *Scanner) scanMantissa(base int) {$/;"	f
 39593  scanMantissa	./text/scanner/scanner.go	/^func (s *Scanner) scanMantissa(ch rune) rune {$/;"	f
 39594  scanNum	./cmd/vet/print.go	/^func (s *formatState) scanNum() {$/;"	f
 39595  scanNumber	./fmt/scan.go	/^func (s *ss) scanNumber(digits string, haveDigits bool) string {$/;"	f
 39596  scanNumber	./go/scanner/scanner.go	/^func (s *Scanner) scanNumber(seenDecimalPoint bool) (token.Token, string) {$/;"	f
 39597  scanNumber	./text/scanner/scanner.go	/^func (s *Scanner) scanNumber(ch rune) (rune, rune) {$/;"	f
 39598  scanNumber	./text/template/parse/lex.go	/^func (l *lexer) scanNumber() bool {$/;"	f
 39599  scanOne	./fmt/scan.go	/^func (s *ss) scanOne(verb rune, arg interface{}) {$/;"	f
 39600  scanRawString	./go/scanner/scanner.go	/^func (s *Scanner) scanRawString() string {$/;"	f
 39601  scanRawString	./text/scanner/scanner.go	/^func (s *Scanner) scanRawString() {$/;"	f
 39602  scanRune	./fmt/scan.go	/^func (s *ss) scanRune(bitSize int) int64 {$/;"	f
 39603  scanRune	./go/scanner/scanner.go	/^func (s *Scanner) scanRune() string {$/;"	f
 39604  scanSign	./cmd/compile/internal/big/intconv.go	/^func scanSign(r io.ByteScanner) (neg bool, err error) {$/;"	f
 39605  scanSign	./math/big/intconv.go	/^func scanSign(r io.ByteScanner) (neg bool, err error) {$/;"	f
 39606  scanString	./go/scanner/scanner.go	/^func (s *Scanner) scanString() string {$/;"	f
 39607  scanString	./text/scanner/scanner.go	/^func (s *Scanner) scanString(quote rune) (n int) {$/;"	f
 39608  scanTests	./bufio/scan_test.go	/^var scanTests = []string{$/;"	v
 39609  scanTests	./cmd/compile/internal/big/intconv_test.go	/^var scanTests = []struct {$/;"	v
 39610  scanTests	./fmt/scan_test.go	/^var scanTests = []ScanTest{$/;"	v
 39611  scanTests	./math/big/intconv_test.go	/^var scanTests = []struct {$/;"	v
 39612  scanUint	./fmt/scan.go	/^func (s *ss) scanUint(verb rune, bitSize int) uint64 {$/;"	f
 39613  scanWhile	./encoding/json/decode.go	/^func (d *decodeState) scanWhile(op int) int {$/;"	f
 39614  scanblock	./runtime/mgcmark.go	/^func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork) {$/;"	f
 39615  scanfTests	./fmt/scan_test.go	/^var scanfTests = []ScanfTest{$/;"	v
 39616  scanframeworker	./runtime/mgcmark.go	/^func scanframeworker(frame *stkframe, unused unsafe.Pointer, gcw *gcWork) {$/;"	f
 39617  scang	./runtime/proc1.go	/^func scang(gp *g) {$/;"	f
 39618  scanner	./encoding/json/scanner.go	/^type scanner struct {$/;"	t
 39619  scannerErrorListTest	./cmd/vet/testdata/composite.go	/^var scannerErrorListTest = scanner.ErrorList{nil, nil}$/;"	v
 39620  scannerMode	./go/printer/testdata/parser.go	/^func scannerMode(mode uint) uint {$/;"	f
 39621  scanobject	./runtime/mgcmark.go	/^func scanobject(b uintptr, gcw *gcWork) {$/;"	f
 39622  scanstack	./runtime/mgcmark.go	/^func scanstack(gp *g) {$/;"	f
 39623  scase	./runtime/select.go	/^type scase struct {$/;"	t
 39624  scavengelist	./runtime/mheap.go	/^func scavengelist(list *mspan, now, limit uint64) uintptr {$/;"	f
 39625  sched_getaffinity	./runtime/os_linux.go	/^func sched_getaffinity(pid, len uintptr, buf *uintptr) int32$/;"	f
 39626  schedinit	./runtime/proc1.go	/^func schedinit() {$/;"	f
 39627  schedt	./runtime/runtime2.go	/^type schedt struct {$/;"	t
 39628  schedtrace	./runtime/proc1.go	/^func schedtrace(detailed bool) {$/;"	f
 39629  schedule	./runtime/proc1.go	/^func schedule() {$/;"	f
 39630  sclean	./cmd/compile/internal/arm/gsubr.go	/^var sclean [10]gc.Node$/;"	v
 39631  sclean	./cmd/compile/internal/x86/gsubr.go	/^var sclean [10]gc.Node$/;"	v
 39632  sconn	./net/http/transport_test.go	/^	var sconn struct {$/;"	v
 39633  scope	./go/types/eval.go	/^	var scope *Scope$/;"	v
 39634  scope	./net/addrselect.go	/^type scope uint8$/;"	t
 39635  scopePos	./go/types/object.go	/^func (obj *object) scopePos() token.Pos { return obj.scopePos_ }$/;"	f
 39636  scpSyntaxRe	./cmd/go/vcs.go	/^var scpSyntaxRe = regexp.MustCompile(`^([a-zA-Z0-9_]+)@([a-zA-Z0-9._-]+):(.*)$`)$/;"	v
 39637  scratch	./encoding/xml/marshal.go	/^			var scratch [64]byte$/;"	v
 39638  scratch	./runtime/os1_plan9.go	/^	var scratch int64$/;"	v
 39639  scratch	./syscall/syscall_plan9.go	/^	var scratch int64$/;"	v
 39640  scriptRe	./unicode/maketables.go	/^var scriptRe = regexp.MustCompile(`^([0-9A-F]+)(\\.\\.[0-9A-F]+)? *; ([A-Za-z_]+)$`)$/;"	v
 39641  scriptedReader	./bufio/bufio_test.go	/^type scriptedReader []func(p []byte) (n int, err error)$/;"	t
 39642  scriptlist	./unicode/maketables.go	/^var scriptlist = flag.String("scripts",$/;"	v
 39643  scripts	./unicode/maketables.go	/^var scripts = make(map[string][]Script)$/;"	v
 39644  sd	./time/genzabbrs.go	/^	var sd SupplementalData$/;"	v
 39645  sdata	./sort/search_test.go	/^var sdata = []string{0: "f", 1: "foo", 2: "foobar", 3: "x"}$/;"	v
 39646  searchFiles	./go/token/position.go	/^func searchFiles(a []*File, x int) int {$/;"	f
 39647  searchInts	./go/token/position.go	/^func searchInts(a []int, x int) int {$/;"	f
 39648  searchLineInfos	./go/token/position.go	/^func searchLineInfos(a []lineInfo, x int) int {$/;"	f
 39649  secaddr	./cmd/link/internal/ld/ldmacho.go	/^	var secaddr uint64$/;"	v
 39650  second	./encoding/xml/xml.go	/^var second = &unicode.RangeTable{$/;"	v
 39651  second	./net/http/client_test.go	/^	var second string$/;"	v
 39652  seconds	./archive/tar/reader.go	/^	var seconds, nanoseconds int64$/;"	v
 39653  secondsTimeZoneOffsetTests	./time/format_test.go	/^var secondsTimeZoneOffsetTests = []SecondsTimeZoneOffsetTest{$/;"	v
 39654  sect	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^	var sect elf.Section32$/;"	v
 39655  sect	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var sect elf.Section32$/;"	v
 39656  sect	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var sect elf.Section64$/;"	v
 39657  sect	./cmd/link/internal/ld/data.go	/^	var sect *Section$/;"	v
 39658  sect	./cmd/link/internal/ld/ldelf.go	/^	var sect *ElfSect$/;"	v
 39659  sect	./cmd/link/internal/ld/ldmacho.go	/^	var sect *LdMachoSect$/;"	v
 39660  sect	./cmd/link/internal/ld/ldpe.go	/^	var sect *PeSect$/;"	v
 39661  section	./cmd/link/internal/ld/ldelf.go	/^func section(elfobj *ElfObj, name string) *ElfSect {$/;"	f
 39662  section	./debug/dwarf/typeunit.go	/^	name  string \/\/ Name of .debug_type section.$/;"	t
 39663  sectionReadCloser	./mime/multipart/formdata.go	/^type sectionReadCloser struct {$/;"	t
 39664  sectionTrigger	./cmd/pprof/internal/profile/legacy_profile.go	/^func sectionTrigger(line string) sectionType {$/;"	f
 39665  sectionType	./cmd/pprof/internal/profile/legacy_profile.go	/^type sectionType int$/;"	t
 39666  sects	./debug/plan9obj/file.go	/^	var sects = []struct {$/;"	v
 39667  securityMode	./cmd/go/vcs.go	/^type securityMode int$/;"	t
 39668  seeUpcomingDoubleCRLF	./net/http/transfer.go	/^func seeUpcomingDoubleCRLF(r *bufio.Reader) bool {$/;"	f
 39669  seed	./crypto/tls/prf.go	/^	var seed [tlsRandomLength * 2]byte$/;"	v
 39670  seedrand	./math/rand/rng.go	/^func seedrand(x int32) int32 {$/;"	f
 39671  seek	./os/file_plan9.go	/^func (f *File) seek(offset int64, whence int) (ret int64, err error) {$/;"	f
 39672  seek	./os/file_unix.go	/^func (f *File) seek(offset int64, whence int) (ret int64, err error) {$/;"	f
 39673  seek	./os/file_windows.go	/^func (f *File) seek(offset int64, whence int) (ret int64, err error) {$/;"	f
 39674  seek	./runtime/os_plan9.go	/^func seek(fd int32, offset int64, whence int32) int64$/;"	f
 39675  seek	./syscall/fd_nacl.go	/^func (*defaultFileImpl) seek(int64, int) (int64, error)    { return 0, ENOSYS }$/;"	f
 39676  seek	./syscall/fd_nacl.go	/^func (f *naclFile) seek(off int64, whence int) (int64, error) {$/;"	f
 39677  seek	./syscall/fs_nacl.go	/^func (f *fsysFile) seek(offset int64, whence int) (int64, error) {$/;"	f
 39678  seek	./syscall/syscall_linux_386.go	/^func seek(fd int, offset int64, whence int) (newoffset int64, err Errno)$/;"	f
 39679  seek	./syscall/syscall_linux_arm.go	/^func seek(fd int, offset int64, whence int) (newoffset int64, err Errno)$/;"	f
 39680  seek	./syscall/syscall_plan9.go	/^func seek(placeholder uintptr, fd int, offset int64, whence int) (newoffset int64, err string)$/;"	f
 39681  seen	./go/types/lookup.go	/^	var seen map[*Named]bool$/;"	v
 39682  seen	./go/types/methodset.go	/^	var seen map[*Named]bool$/;"	v
 39683  seenlib	./cmd/link/internal/ld/go.go	/^var seenlib = make(map[string]bool)$/;"	v
 39684  seg	./cmd/link/internal/ld/macho.go	/^var seg [16]MachoSeg$/;"	v
 39685  seg	./cmd/link/internal/ld/macho_combine_dwarf.go	/^	var seg, sect interface{}$/;"	v
 39686  seg32	./debug/macho/file.go	/^			var seg32 Segment32$/;"	v
 39687  seg64	./debug/macho/file.go	/^			var seg64 Segment64$/;"	v
 39688  segment	./go/scanner/scanner_test.go	/^type segment struct {$/;"	t
 39689  segmentList	./bufio/bufio_test.go	/^var segmentList = [][]string{$/;"	v
 39690  segmentList	./text/scanner/scanner_test.go	/^var segmentList = [][]string{$/;"	v
 39691  segments	./go/scanner/scanner_test.go	/^var segments = []segment{$/;"	v
 39692  segro	./cmd/link/internal/ld/data.go	/^	var segro *Segment$/;"	v
 39693  sel	./go/parser/parser_test.go	/^		var sel *ast.SelectorExpr$/;"	v
 39694  selectCerts	./crypto/x509/root_darwin_arm_gen.go	/^func selectCerts() ([]*x509.Certificate, error) {$/;"	f
 39695  selectClientCertSignatureAlgorithm	./crypto/tls/prf.go	/^func (h finishedHash) selectClientCertSignatureAlgorithm(serverList []signatureAndHash, sigType uint8) (signatureAndHash, error) {$/;"	f
 39696  selectDir	./runtime/select.go	/^type selectDir int$/;"	t
 39697  selectNames	./cmd/compile/internal/gc/plive.go	/^var selectNames [4]*obj.LSym$/;"	v
 39698  selectTag	./cmd/go/get.go	/^func selectTag(goVersion string, tags []string) (match string) {$/;"	f
 39699  selectTagTestTags	./cmd/go/tag_test.go	/^var selectTagTestTags = []string{$/;"	v
 39700  selectTagTests	./cmd/go/tag_test.go	/^var selectTagTests = []struct {$/;"	v
 39701  selectWatch	./reflect/all_test.go	/^var selectWatch struct {$/;"	v
 39702  selectWatcher	./reflect/all_test.go	/^func selectWatcher() {$/;"	f
 39703  select_stmt	./cmd/compile/internal/gc/go.y	/^select_stmt:$/;"	l
 39704  selectdefault	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectdefault(sel *byte) (selected bool)$/;"	f
 39705  selectdefault	./runtime/select.go	/^func selectdefault(sel *hselect) (selected bool) {$/;"	f
 39706  selectdefaultImpl	./runtime/select.go	/^func selectdefaultImpl(sel *hselect, callerpc uintptr, so uintptr) {$/;"	f
 39707  selected	./net/http/cookiejar/jar.go	/^	var selected []entry$/;"	v
 39708  selectgo	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectgo(sel *byte)$/;"	f
 39709  selectgo	./runtime/select.go	/^func selectgo(sel *hselect) {$/;"	f
 39710  selectgoImpl	./runtime/select.go	/^func selectgoImpl(sel *hselect) (uintptr, uint16) {$/;"	f
 39711  selectnbrecv	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectnbrecv(chanType *byte, elem *any, hchan <-chan any) bool$/;"	f
 39712  selectnbrecv	./runtime/chan.go	/^func selectnbrecv(t *chantype, elem unsafe.Pointer, c *hchan) (selected bool) {$/;"	f
 39713  selectnbrecv2	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectnbrecv2(chanType *byte, elem *any, received *bool, hchan <-chan any) bool$/;"	f
 39714  selectnbrecv2	./runtime/chan.go	/^func selectnbrecv2(t *chantype, elem unsafe.Pointer, received *bool, c *hchan) (selected bool) {$/;"	f
 39715  selectnbsend	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectnbsend(chanType *byte, hchan chan<- any, elem *any) bool$/;"	f
 39716  selectnbsend	./runtime/chan.go	/^func selectnbsend(t *chantype, c *hchan, elem unsafe.Pointer) (selected bool) {$/;"	f
 39717  selector	./go/types/call.go	/^func (check *Checker) selector(x *operand, e *ast.SelectorExpr) {$/;"	f
 39718  selectrecv	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectrecv(sel *byte, hchan <-chan any, elem *any) (selected bool)$/;"	f
 39719  selectrecv	./runtime/select.go	/^func selectrecv(sel *hselect, c *hchan, elem unsafe.Pointer) (selected bool) {$/;"	f
 39720  selectrecv2	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectrecv2(sel *byte, hchan <-chan any, elem *any, received *bool) (selected bool)$/;"	f
 39721  selectrecv2	./runtime/select.go	/^func selectrecv2(sel *hselect, c *hchan, elem unsafe.Pointer, received *bool) (selected bool) {$/;"	f
 39722  selectrecvImpl	./runtime/select.go	/^func selectrecvImpl(sel *hselect, c *hchan, pc uintptr, elem unsafe.Pointer, received *bool, so uintptr) {$/;"	f
 39723  selectsend	./cmd/compile/internal/gc/builtin/runtime.go	/^func selectsend(sel *byte, hchan chan<- any, elem *any) (selected bool)$/;"	f
 39724  selectsend	./runtime/select.go	/^func selectsend(sel *hselect, c *hchan, elem unsafe.Pointer) (selected bool) {$/;"	f
 39725  selectsendImpl	./runtime/select.go	/^func selectsendImpl(sel *hselect, c *hchan, pc uintptr, elem unsafe.Pointer, so uintptr) {$/;"	f
 39726  selectsize	./runtime/select.go	/^func selectsize(size uintptr) uintptr {$/;"	f
 39727  selecttype	./cmd/compile/internal/gc/select.go	/^func selecttype(size int32) *Type {$/;"	f
 39728  selfConnect	./net/tcpsock_posix.go	/^func selfConnect(fd *netFD, err error) bool {$/;"	f
 39729  sellock	./runtime/select.go	/^func sellock(sel *hselect) {$/;"	f
 39730  selparkcommit	./runtime/select.go	/^func selparkcommit(gp *g, sel unsafe.Pointer) bool {$/;"	f
 39731  selunlock	./runtime/select.go	/^func selunlock(sel *hselect) {$/;"	f
 39732  selv	./cmd/compile/internal/gc/select.go	/^	var selv *Node$/;"	v
 39733  sem	./runtime/os3_solaris.go	/^	var sem *semt$/;"	v
 39734  sem_init	./runtime/os3_solaris.go	/^func sem_init(sem *semt, pshared int32, value uint32) int32 {$/;"	f
 39735  sem_post	./runtime/os3_solaris.go	/^func sem_post(sem *semt) int32 {$/;"	f
 39736  sem_reltimedwait_np	./runtime/os3_solaris.go	/^func sem_reltimedwait_np(sem *semt, timeout *timespec) int32 {$/;"	f
 39737  sem_wait	./runtime/os3_solaris.go	/^func sem_wait(sem *semt) int32 {$/;"	f
 39738  semaRoot	./runtime/sema.go	/^type semaRoot struct {$/;"	t
 39739  semacquire	./runtime/sema.go	/^func semacquire(addr *uint32, profile bool) {$/;"	f
 39740  semacreate	./runtime/os1_darwin.go	/^func semacreate() uintptr {$/;"	f
 39741  semacreate	./runtime/os1_nacl.go	/^func semacreate() uintptr {$/;"	f
 39742  semacreate	./runtime/os1_netbsd.go	/^func semacreate() uintptr {$/;"	f
 39743  semacreate	./runtime/os1_openbsd.go	/^func semacreate() uintptr {$/;"	f
 39744  semacreate	./runtime/os1_plan9.go	/^func semacreate() uintptr {$/;"	f
 39745  semacreate	./runtime/os1_windows.go	/^func semacreate() uintptr {$/;"	f
 39746  semacreate	./runtime/os3_solaris.go	/^func semacreate() uintptr {$/;"	f
 39747  semasleep	./runtime/os1_darwin.go	/^func semasleep(ns int64) int32 {$/;"	f
 39748  semasleep	./runtime/os1_nacl.go	/^func semasleep(ns int64) int32 {$/;"	f
 39749  semasleep	./runtime/os1_netbsd.go	/^func semasleep(ns int64) int32 {$/;"	f
 39750  semasleep	./runtime/os1_openbsd.go	/^func semasleep(ns int64) int32 {$/;"	f
 39751  semasleep	./runtime/os1_plan9.go	/^func semasleep(ns int64) int {$/;"	f
 39752  semasleep	./runtime/os1_windows.go	/^func semasleep(ns int64) int32 {$/;"	f
 39753  semasleep	./runtime/os3_solaris.go	/^func semasleep(ns int64) int32 {$/;"	f
 39754  semasleep1	./runtime/os1_darwin.go	/^func semasleep1(ns int64) int32 {$/;"	f
 39755  semawakeup	./runtime/os1_darwin.go	/^func semawakeup(mp *m) {$/;"	f
 39756  semawakeup	./runtime/os1_nacl.go	/^func semawakeup(mp *m) {$/;"	f
 39757  semawakeup	./runtime/os1_netbsd.go	/^func semawakeup(mp *m) {$/;"	f
 39758  semawakeup	./runtime/os1_openbsd.go	/^func semawakeup(mp *m) {$/;"	f
 39759  semawakeup	./runtime/os1_plan9.go	/^func semawakeup(mp *m) {$/;"	f
 39760  semawakeup	./runtime/os1_windows.go	/^func semawakeup(mp *m) {$/;"	f
 39761  semawakeup	./runtime/os3_solaris.go	/^func semawakeup(mp *m) {$/;"	f
 39762  semiWeakKeyTests	./crypto/des/des_test.go	/^var semiWeakKeyTests = []CryptTest{$/;"	v
 39763  semrelease	./runtime/sema.go	/^func semrelease(addr *uint32) {$/;"	f
 39764  semroot	./runtime/sema.go	/^func semroot(addr *uint32) *semaRoot {$/;"	f
 39765  semt	./runtime/defs1_solaris_amd64.go	/^type semt struct {$/;"	t
 39766  semtable	./runtime/sema.go	/^var semtable [semTabSize]struct {$/;"	v
 39767  send	./net/http/client.go	/^func (c *Client) send(req *Request) (*Response, error) {$/;"	f
 39768  send	./net/http/client.go	/^func send(req *Request, t RoundTripper) (resp *Response, err error) {$/;"	f
 39769  send	./net/rpc/client.go	/^func (client *Client) send(call *Call) {$/;"	f
 39770  send	./net/smtp/smtp_test.go	/^func (s smtpSender) send(f string) {$/;"	f
 39771  send	./reflect/value.go	/^func (v Value) send(x Value, nb bool) (selected bool) {$/;"	f
 39772  send	./syscall/srpc_nacl.go	/^func (s *msgSender) send(m *msg) error {$/;"	f
 39773  sendActualType	./encoding/gob/encoder.go	/^func (enc *Encoder) sendActualType(w io.Writer, state *encoderState, ut *userTypeInfo, actual reflect.Type) (sent bool) {$/;"	f
 39774  sendAlert	./crypto/tls/conn.go	/^func (c *Conn) sendAlert(err alert) error {$/;"	f
 39775  sendAlertLocked	./crypto/tls/conn.go	/^func (c *Conn) sendAlertLocked(err alert) error {$/;"	f
 39776  sendContent	./net/http/fs.go	/^	var sendContent io.Reader = content$/;"	v
 39777  sendCtrlBreak	./os/signal/signal_windows_test.go	/^func sendCtrlBreak(t *testing.T, pid int) {$/;"	f
 39778  sendExpectationFailed	./net/http/server.go	/^func (w *response) sendExpectationFailed() {$/;"	f
 39779  sendFile	./net/sendfile_dragonfly.go	/^func sendFile(c *netFD, r io.Reader) (written int64, err error, handled bool) {$/;"	f
 39780  sendFile	./net/sendfile_freebsd.go	/^func sendFile(c *netFD, r io.Reader) (written int64, err error, handled bool) {$/;"	f
 39781  sendFile	./net/sendfile_linux.go	/^func sendFile(c *netFD, r io.Reader) (written int64, err error, handled bool) {$/;"	f
 39782  sendFile	./net/sendfile_solaris.go	/^func sendFile(c *netFD, r io.Reader) (written int64, err error, handled bool) {$/;"	f
 39783  sendFile	./net/sendfile_stub.go	/^func sendFile(c *netFD, r io.Reader) (n int64, err error, handled bool) {$/;"	f
 39784  sendFile	./net/sendfile_windows.go	/^func sendFile(fd *netFD, r io.Reader) (written int64, err error, handled bool) {$/;"	f
 39785  sendFinished	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) sendFinished(out []byte) error {$/;"	f
 39786  sendFinished	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) sendFinished(out []byte) error {$/;"	f
 39787  sendMail	./net/smtp/smtp_test.go	/^func sendMail(hostPort string) error {$/;"	f
 39788  sendMailClient	./net/smtp/smtp_test.go	/^var sendMailClient = `EHLO localhost$/;"	v
 39789  sendMailServer	./net/smtp/smtp_test.go	/^var sendMailServer = `220 hello world$/;"	v
 39790  sendNote	./runtime/sigqueue_plan9.go	/^func sendNote(s *byte) bool {$/;"	f
 39791  sendResponse	./net/http/filetransport.go	/^func (pr *populateResponse) sendResponse() {$/;"	f
 39792  sendResponse	./net/rpc/server.go	/^func (server *Server) sendResponse(sending *sync.Mutex, req *Request, reply interface{}, codec ServerCodec, errmsg string) {$/;"	f
 39793  sendSessionTicket	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) sendSessionTicket() error {$/;"	f
 39794  sendTime	./time/sleep.go	/^func sendTime(c interface{}, seq uintptr) {$/;"	f
 39795  sendType	./encoding/gob/encoder.go	/^func (enc *Encoder) sendType(w io.Writer, state *encoderState, origt reflect.Type) (sent bool) {$/;"	f
 39796  sendTypeDescriptor	./encoding/gob/encoder.go	/^func (enc *Encoder) sendTypeDescriptor(w io.Writer, state *encoderState, ut *userTypeInfo) {$/;"	f
 39797  sendTypeId	./encoding/gob/encoder.go	/^func (enc *Encoder) sendTypeId(state *encoderState, ut *userTypeInfo) {$/;"	f
 39798  sendUncaughtSighup	./os/signal/signal_test.go	/^var sendUncaughtSighup = flag.Int("send_uncaught_sighup", 0, "send uncaught SIGHUP during TestStop")$/;"	v
 39799  sendfile	./syscall/syscall_darwin_386.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39800  sendfile	./syscall/syscall_darwin_amd64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39801  sendfile	./syscall/syscall_darwin_arm.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39802  sendfile	./syscall/syscall_darwin_arm64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39803  sendfile	./syscall/syscall_dragonfly_amd64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39804  sendfile	./syscall/syscall_freebsd_386.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39805  sendfile	./syscall/syscall_freebsd_amd64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39806  sendfile	./syscall/syscall_freebsd_arm.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39807  sendfile	./syscall/syscall_netbsd.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39808  sendfile	./syscall/syscall_openbsd.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39809  sendfile	./syscall/zsyscall_linux_386.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39810  sendfile	./syscall/zsyscall_linux_amd64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39811  sendfile	./syscall/zsyscall_linux_arm.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39812  sendfile	./syscall/zsyscall_linux_arm64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39813  sendfile	./syscall/zsyscall_linux_ppc64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39814  sendfile	./syscall/zsyscall_linux_ppc64le.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39815  sendfile	./syscall/zsyscall_solaris_amd64.go	/^func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {$/;"	f
 39816  sendmsg	./syscall/syscall_linux_386.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39817  sendmsg	./syscall/zsyscall_darwin_386.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39818  sendmsg	./syscall/zsyscall_darwin_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39819  sendmsg	./syscall/zsyscall_darwin_arm.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39820  sendmsg	./syscall/zsyscall_darwin_arm64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39821  sendmsg	./syscall/zsyscall_dragonfly_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39822  sendmsg	./syscall/zsyscall_freebsd_386.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39823  sendmsg	./syscall/zsyscall_freebsd_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39824  sendmsg	./syscall/zsyscall_freebsd_arm.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39825  sendmsg	./syscall/zsyscall_linux_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39826  sendmsg	./syscall/zsyscall_linux_arm.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39827  sendmsg	./syscall/zsyscall_linux_arm64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39828  sendmsg	./syscall/zsyscall_linux_ppc64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39829  sendmsg	./syscall/zsyscall_linux_ppc64le.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39830  sendmsg	./syscall/zsyscall_netbsd_386.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39831  sendmsg	./syscall/zsyscall_netbsd_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39832  sendmsg	./syscall/zsyscall_netbsd_arm.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39833  sendmsg	./syscall/zsyscall_openbsd_386.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39834  sendmsg	./syscall/zsyscall_openbsd_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39835  sendmsg	./syscall/zsyscall_openbsd_arm.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39836  sendmsg	./syscall/zsyscall_solaris_amd64.go	/^func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {$/;"	f
 39837  sendto	./syscall/net_nacl.go	/^func (f *netFile) sendto(p []byte, flags int, to Sockaddr) error {$/;"	f
 39838  sendto	./syscall/syscall_linux_386.go	/^func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39839  sendto	./syscall/zsyscall_darwin_386.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39840  sendto	./syscall/zsyscall_darwin_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39841  sendto	./syscall/zsyscall_darwin_arm.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39842  sendto	./syscall/zsyscall_darwin_arm64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39843  sendto	./syscall/zsyscall_dragonfly_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39844  sendto	./syscall/zsyscall_freebsd_386.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39845  sendto	./syscall/zsyscall_freebsd_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39846  sendto	./syscall/zsyscall_freebsd_arm.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39847  sendto	./syscall/zsyscall_linux_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39848  sendto	./syscall/zsyscall_linux_arm.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39849  sendto	./syscall/zsyscall_linux_arm64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39850  sendto	./syscall/zsyscall_linux_ppc64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39851  sendto	./syscall/zsyscall_linux_ppc64le.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39852  sendto	./syscall/zsyscall_netbsd_386.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39853  sendto	./syscall/zsyscall_netbsd_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39854  sendto	./syscall/zsyscall_netbsd_arm.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39855  sendto	./syscall/zsyscall_openbsd_386.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39856  sendto	./syscall/zsyscall_openbsd_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39857  sendto	./syscall/zsyscall_openbsd_arm.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39858  sendto	./syscall/zsyscall_solaris_amd64.go	/^func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {$/;"	f
 39859  separator	./go/ast/filter.go	/^var separator = &Comment{token.NoPos, "\/\/"}$/;"	v
 39860  seq	./crypto/x509/x509.go	/^	var seq asn1.RawValue$/;"	v
 39861  seq	./regexp/syntax/parse.go	/^	var seq, name string$/;"	v
 39862  sequencer	./net/textproto/pipeline.go	/^type sequencer struct {$/;"	t
 39863  serializedFile	./go/token/serialize.go	/^type serializedFile struct {$/;"	t
 39864  serializedFileSet	./go/token/serialize.go	/^type serializedFileSet struct {$/;"	t
 39865  serr	./crypto/tls/tls_test.go	/^	var serr error$/;"	v
 39866  serve	./net/http/fcgi/child.go	/^func (c *child) serve() {$/;"	f
 39867  serve	./net/http/httptest/server.go	/^var serve = flag.String("httptest.serve", "", "if non-empty, httptest.NewServer serves on this address and blocks")$/;"	v
 39868  serve	./net/http/serve_test.go	/^func serve(code int) HandlerFunc {$/;"	f
 39869  serve	./net/http/server.go	/^func (c *conn) serve() {$/;"	f
 39870  serveContent	./net/http/fs.go	/^func serveContent(w ResponseWriter, r *Request, name string, modtime time.Time, sizeFunc func() (int64, error), content io.ReadSeeker) {$/;"	f
 39871  serveFile	./net/http/fs.go	/^func serveFile(w ResponseWriter, r *Request, fs FileSystem, name string, redirect bool) {$/;"	f
 39872  serveMuxRegister	./net/http/serve_test.go	/^var serveMuxRegister = []struct {$/;"	v
 39873  serveMuxTests	./net/http/serve_test.go	/^var serveMuxTests = []struct {$/;"	v
 39874  serveMuxTests2	./net/http/serve_test.go	/^var serveMuxTests2 = []struct {$/;"	v
 39875  serveParam	./net/http/fs_test.go	/^	type serveParam struct {$/;"	t
 39876  serveRequest	./net/http/fcgi/child.go	/^func (c *child) serveRequest(req *request, body io.ReadCloser) {$/;"	f
 39877  serveSVGProfile	./cmd/trace/pprof.go	/^func serveSVGProfile(w http.ResponseWriter, r *http.Request, prof map[uint64]Record) {$/;"	f
 39878  server	./net/tcp_test.go	/^	var server Conn$/;"	v
 39879  serverCodec	./net/rpc/jsonrpc/server.go	/^type serverCodec struct {$/;"	t
 39880  serverConn	./log/syslog/syslog.go	/^type serverConn interface {$/;"	t
 39881  serverError	./net/rpc/server_test.go	/^	var serverError error$/;"	v
 39882  serverExpectTest	./net/http/serve_test.go	/^type serverExpectTest struct {$/;"	t
 39883  serverExpectTests	./net/http/serve_test.go	/^var serverExpectTests = []serverExpectTest{$/;"	v
 39884  serverFinishedLabel	./crypto/tls/prf.go	/^var serverFinishedLabel = []byte("server finished")$/;"	v
 39885  serverHandle	./net/smtp/smtp_test.go	/^func serverHandle(c net.Conn, t *testing.T) error {$/;"	f
 39886  serverHandleTLS	./net/smtp/smtp_test.go	/^func serverHandleTLS(c net.Conn, t *testing.T) error {$/;"	f
 39887  serverHandler	./net/http/server.go	/^type serverHandler struct {$/;"	t
 39888  serverHandshake	./crypto/tls/handshake_server.go	/^func (c *Conn) serverHandshake() error {$/;"	f
 39889  serverHandshakeState	./crypto/tls/handshake_server.go	/^type serverHandshakeState struct {$/;"	t
 39890  serverHeaders	./net/textproto/reader_test.go	/^var serverHeaders = strings.Replace(`Content-Type: text\/html; charset=utf-8$/;"	v
 39891  serverHello	./crypto/tls/handshake_server_test.go	/^	var serverHello serverHelloMsg$/;"	v
 39892  serverHelloDoneMsg	./crypto/tls/handshake_messages.go	/^type serverHelloDoneMsg struct{}$/;"	t
 39893  serverHelloMsg	./crypto/tls/handshake_messages.go	/^type serverHelloMsg struct {$/;"	t
 39894  serverInfo	./crypto/tls/handshake_client_test.go	/^		var serverInfo bytes.Buffer$/;"	v
 39895  serverInit	./crypto/tls/common.go	/^func (c *Config) serverInit() {$/;"	f
 39896  serverInit	./net/fd_poll_runtime.go	/^var serverInit sync.Once$/;"	v
 39897  serverKeyExchangeMsg	./crypto/tls/handshake_messages.go	/^type serverKeyExchangeMsg struct {$/;"	t
 39898  serverRequest	./net/rpc/jsonrpc/server.go	/^type serverRequest struct {$/;"	t
 39899  serverResponse	./net/rpc/jsonrpc/server.go	/^type serverResponse struct {$/;"	t
 39900  serverResumedSession	./crypto/tls/handshake_client.go	/^func (hs *clientHandshakeState) serverResumedSession() bool {$/;"	f
 39901  serverSum	./crypto/tls/prf.go	/^func (h finishedHash) serverSum(masterSecret []byte) []byte {$/;"	f
 39902  serverTest	./crypto/tls/handshake_server_test.go	/^type serverTest struct {$/;"	t
 39903  servers	./net/dnsclient_unix_test.go	/^func (conf *resolvConfTest) servers() []string {$/;"	f
 39904  service	./net/rpc/server.go	/^type service struct {$/;"	t
 39905  serviceArray	./net/rpc/debug.go	/^type serviceArray []debugService$/;"	t
 39906  services	./net/port_unix.go	/^var services = map[string]map[string]int{$/;"	v
 39907  services	./net/rpc/debug.go	/^	var services = make(serviceArray, len(server.serviceMap))$/;"	v
 39908  servicesError	./net/port_unix.go	/^var servicesError error$/;"	v
 39909  session	./crypto/tls/handshake_client.go	/^	var session *ClientSessionState$/;"	v
 39910  sessionState	./crypto/tls/ticket.go	/^type sessionState struct {$/;"	t
 39911  sessionTicket	./crypto/tls/handshake_server.go	/^	var sessionTicket = append([]uint8{}, hs.clientHello.sessionTicket...)$/;"	v
 39912  set	./cmd/api/goapi.go	/^func set(items []string) map[string]bool {$/;"	f
 39913  set	./cmd/compile/internal/big/hilbert_test.go	/^func (a *matrix) set(i, j int, x *Rat) {$/;"	f
 39914  set	./cmd/compile/internal/big/nat.go	/^func (z nat) set(x nat) nat {$/;"	f
 39915  set	./cmd/go/pkg.go	/^	var set = make(map[string]bool)$/;"	v
 39916  set	./cmd/gofmt/rewrite.go	/^func set(x, y reflect.Value) {$/;"	f
 39917  set	./go/doc/reader.go	/^func (mset methodSet) set(f *ast.FuncDecl) {$/;"	f
 39918  set	./math/big/hilbert_test.go	/^func (a *matrix) set(i, j int, x *Rat) {$/;"	f
 39919  set	./math/big/nat.go	/^func (z nat) set(x nat) nat {$/;"	f
 39920  set	./os/signal/signal.go	/^func (h *handler) set(sig int) {$/;"	f
 39921  set	./runtime/runtime2.go	/^func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }$/;"	f
 39922  set	./runtime/runtime2.go	/^func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }$/;"	f
 39923  set	./runtime/runtime2.go	/^func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }$/;"	f
 39924  set	./runtime/stack_test.go	/^func set(p *int, x int) {$/;"	f
 39925  set	./strconv/atof.go	/^func (b *decimal) set(s string) (ok bool) {$/;"	f
 39926  setAddr	./net/fd_unix.go	/^func (fd *netFD) setAddr(laddr, raddr Addr) {$/;"	f
 39927  setAddr	./net/fd_windows.go	/^func (fd *netFD) setAddr(laddr, raddr Addr) {$/;"	f
 39928  setArch	./cmd/asm/internal/asm/operand_test.go	/^func setArch(goarch string) (*arch.Arch, *obj.Link) {$/;"	f
 39929  setArgInfo	./runtime/traceback.go	/^func setArgInfo(frame *stkframe, f *_func, needArgMap bool) {$/;"	f
 39930  setBadSignalMsg	./runtime/signal_windows.go	/^func setBadSignalMsg() {$/;"	f
 39931  setBig	./runtime/stack_test.go	/^func setBig(p *int, x int, b bigBuf) {$/;"	f
 39932  setBit	./cmd/compile/internal/big/nat.go	/^func (z nat) setBit(x nat, i uint, b uint) nat {$/;"	f
 39933  setBit	./math/big/nat.go	/^func (z nat) setBit(x nat, i uint, b uint) nat {$/;"	f
 39934  setBits64	./cmd/compile/internal/big/float.go	/^func (z *Float) setBits64(neg bool, x uint64) *Float {$/;"	f
 39935  setBits64	./math/big/float.go	/^func (z *Float) setBits64(neg bool, x uint64) *Float {$/;"	f
 39936  setBoolFlag	./cmd/go/testflag.go	/^func setBoolFlag(flag *bool, value string) {$/;"	f
 39937  setBroadcast	./net/interface_bsd_test.go	/^func (ti *testInterface) setBroadcast(suffix int) error {$/;"	f
 39938  setBroadcast	./net/interface_linux_test.go	/^func (ti *testInterface) setBroadcast(suffix int) error {$/;"	f
 39939  setBytes	./cmd/compile/internal/big/nat.go	/^func (z nat) setBytes(buf []byte) nat {$/;"	f
 39940  setBytes	./math/big/nat.go	/^func (z nat) setBytes(buf []byte) nat {$/;"	f
 39941  setCheckmarked	./runtime/mbitmap.go	/^func (h heapBits) setCheckmarked(size uintptr) {$/;"	f
 39942  setCipherSuite	./crypto/tls/handshake_server.go	/^func (hs *serverHandshakeState) setCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16) bool {$/;"	f
 39943  setCleanstack	./runtime/syscall_windows.go	/^func (c *wincallbackcontext) setCleanstack(cleanstack bool) {$/;"	f
 39944  setComment	./go/printer/nodes.go	/^func (p *printer) setComment(g *ast.CommentGroup) {$/;"	f
 39945  setConst	./go/types/operand.go	/^func (x *operand) setConst(tok token.Token, lit string) {$/;"	f
 39946  setContexts	./cmd/api/goapi.go	/^func setContexts() {$/;"	f
 39947  setCookies	./net/http/cookiejar/jar.go	/^func (j *Jar) setCookies(u *url.URL, cookies []*http.Cookie, now time.Time) {$/;"	f
 39948  setCounterStmt	./cmd/cover/cover.go	/^func setCounterStmt(f *File, counter ast.Expr) ast.Stmt {$/;"	f
 39949  setDeadline	./net/fd_plan9.go	/^func (fd *netFD) setDeadline(t time.Time) error {$/;"	f
 39950  setDeadline	./net/fd_poll_nacl.go	/^func (fd *netFD) setDeadline(t time.Time) error {$/;"	f
 39951  setDeadline	./net/fd_poll_runtime.go	/^func (fd *netFD) setDeadline(t time.Time) error {$/;"	f
 39952  setDeadlineImpl	./net/fd_poll_nacl.go	/^func setDeadlineImpl(fd *netFD, t time.Time, mode int) error {$/;"	f
 39953  setDeadlineImpl	./net/fd_poll_runtime.go	/^func setDeadlineImpl(fd *netFD, t time.Time, mode int) error {$/;"	f
 39954  setDefaultListenerSockopts	./net/sockopt_bsd.go	/^func setDefaultListenerSockopts(s int) error {$/;"	f
 39955  setDefaultListenerSockopts	./net/sockopt_linux.go	/^func setDefaultListenerSockopts(s int) error {$/;"	f
 39956  setDefaultListenerSockopts	./net/sockopt_solaris.go	/^func setDefaultListenerSockopts(s int) error {$/;"	f
 39957  setDefaultListenerSockopts	./net/sockopt_stub.go	/^func setDefaultListenerSockopts(s int) error {$/;"	f
 39958  setDefaultListenerSockopts	./net/sockopt_windows.go	/^func setDefaultListenerSockopts(s syscall.Handle) error {$/;"	f
 39959  setDefaultMulticastSockopts	./net/sockopt_bsd.go	/^func setDefaultMulticastSockopts(s int) error {$/;"	f
 39960  setDefaultMulticastSockopts	./net/sockopt_linux.go	/^func setDefaultMulticastSockopts(s int) error {$/;"	f
 39961  setDefaultMulticastSockopts	./net/sockopt_solaris.go	/^func setDefaultMulticastSockopts(s int) error {$/;"	f
 39962  setDefaultMulticastSockopts	./net/sockopt_stub.go	/^func setDefaultMulticastSockopts(s int) error {$/;"	f
 39963  setDefaultMulticastSockopts	./net/sockopt_windows.go	/^func setDefaultMulticastSockopts(s syscall.Handle) error {$/;"	f
 39964  setDefaultSockopts	./net/sockopt_bsd.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	f
 39965  setDefaultSockopts	./net/sockopt_linux.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	f
 39966  setDefaultSockopts	./net/sockopt_solaris.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	f
 39967  setDefaultSockopts	./net/sockopt_stub.go	/^func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {$/;"	f
 39968  setDefaultSockopts	./net/sockopt_windows.go	/^func setDefaultSockopts(s syscall.Handle, family, sotype int, ipv6only bool) error {$/;"	f
 39969  setDefaultValue	./encoding/asn1/asn1.go	/^func setDefaultValue(v reflect.Value, params fieldParameters) (ok bool) {$/;"	f
 39970  setDict	./compress/flate/inflate.go	/^func (f *decompressor) setDict(dict []byte) {$/;"	f
 39971  setDone	./os/exec.go	/^func (p *Process) setDone() {$/;"	f
 39972  setErr	./bufio/scan.go	/^func (s *Scanner) setErr(err error) {$/;"	f
 39973  setError	./encoding/gob/encoder.go	/^func (enc *Encoder) setError(err error) {$/;"	f
 39974  setErrorLocked	./crypto/tls/conn.go	/^func (hc *halfConn) setErrorLocked(err error) error {$/;"	f
 39975  setExit	./cmd/vet/main.go	/^func setExit(err int) {$/;"	f
 39976  setExitStatus	./cmd/go/main.go	/^func setExitStatus(n int) {$/;"	f
 39977  setExpAndRound	./cmd/compile/internal/big/float.go	/^func (z *Float) setExpAndRound(exp int64, sbit uint) {$/;"	f
 39978  setExpAndRound	./math/big/float.go	/^func (z *Float) setExpAndRound(exp int64, sbit uint) {$/;"	f
 39979  setExtensionType	./mime/type.go	/^func setExtensionType(extension, mimeType string) error {$/;"	f
 39980  setFile	./cmd/internal/obj/obj.go	/^func (h *LineHist) setFile(stk *LineStack, file string) {$/;"	f
 39981  setFrac64Tests	./cmd/compile/internal/big/rat_test.go	/^var setFrac64Tests = []struct {$/;"	v
 39982  setFrac64Tests	./math/big/rat_test.go	/^var setFrac64Tests = []struct {$/;"	v
 39983  setGCPercent	./runtime/debug/stubs.go	/^func setGCPercent(int32) int32$/;"	f
 39984  setGCPercent	./runtime/mgc.go	/^func setGCPercent(in int32) (out int32) {$/;"	f
 39985  setGCPhase	./runtime/mgc.go	/^func setGCPhase(x uint32) {$/;"	f
 39986  setGranularityToggle	./cmd/pprof/internal/driver/interactive.go	/^func setGranularityToggle(o string, fl *flags) {$/;"	f
 39987  setHeader	./net/http/server.go	/^	var setHeader extraHeader$/;"	v
 39988  setHookpostCloseConn	./database/sql/fakedb_test.go	/^func setHookpostCloseConn(fn func(*fakeConn, error)) {$/;"	f
 39989  setIPv4MreqToInterface	./net/sockopt_posix.go	/^func setIPv4MreqToInterface(mreq *syscall.IPMreq, ifi *Interface) error {$/;"	f
 39990  setIPv4MulticastInterface	./net/sockoptip_bsd.go	/^func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {$/;"	f
 39991  setIPv4MulticastInterface	./net/sockoptip_linux.go	/^func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {$/;"	f
 39992  setIPv4MulticastInterface	./net/sockoptip_stub.go	/^func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {$/;"	f
 39993  setIPv4MulticastInterface	./net/sockoptip_windows.go	/^func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {$/;"	f
 39994  setIPv4MulticastLoopback	./net/sockoptip_bsd.go	/^func setIPv4MulticastLoopback(fd *netFD, v bool) error {$/;"	f
 39995  setIPv4MulticastLoopback	./net/sockoptip_linux.go	/^func setIPv4MulticastLoopback(fd *netFD, v bool) error {$/;"	f
 39996  setIPv4MulticastLoopback	./net/sockoptip_stub.go	/^func setIPv4MulticastLoopback(fd *netFD, v bool) error {$/;"	f
 39997  setIPv4MulticastLoopback	./net/sockoptip_windows.go	/^func setIPv4MulticastLoopback(fd *netFD, v bool) error {$/;"	f
 39998  setIPv6MulticastInterface	./net/sockoptip_posix.go	/^func setIPv6MulticastInterface(fd *netFD, ifi *Interface) error {$/;"	f
 39999  setIPv6MulticastInterface	./net/sockoptip_stub.go	/^func setIPv6MulticastInterface(fd *netFD, ifi *Interface) error {$/;"	f
 40000  setIPv6MulticastLoopback	./net/sockoptip_posix.go	/^func setIPv6MulticastLoopback(fd *netFD, v bool) error {$/;"	f
 40001  setIPv6MulticastLoopback	./net/sockoptip_stub.go	/^func setIPv6MulticastLoopback(fd *netFD, v bool) error {$/;"	f
 40002  setId	./encoding/gob/type.go	/^func (t *CommonType) setId(id typeId) { t.Id = id }$/;"	f
 40003  setIntFlag	./cmd/go/testflag.go	/^func setIntFlag(flag *int, value string) {$/;"	f
 40004  setKeepAlive	./net/sockopt_plan9.go	/^func setKeepAlive(fd *netFD, keepalive bool) error {$/;"	f
 40005  setKeepAlive	./net/sockopt_posix.go	/^func setKeepAlive(fd *netFD, keepalive bool) error {$/;"	f
 40006  setKeepAlive	./net/sockopt_stub.go	/^func setKeepAlive(fd *netFD, keepalive bool) error {$/;"	f
 40007  setKeepAlivePeriod	./net/tcpsockopt_darwin.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40008  setKeepAlivePeriod	./net/tcpsockopt_dragonfly.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40009  setKeepAlivePeriod	./net/tcpsockopt_openbsd.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40010  setKeepAlivePeriod	./net/tcpsockopt_plan9.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40011  setKeepAlivePeriod	./net/tcpsockopt_solaris.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40012  setKeepAlivePeriod	./net/tcpsockopt_stub.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40013  setKeepAlivePeriod	./net/tcpsockopt_unix.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40014  setKeepAlivePeriod	./net/tcpsockopt_windows.go	/^func setKeepAlivePeriod(fd *netFD, d time.Duration) error {$/;"	f
 40015  setLineComment	./go/printer/nodes.go	/^func (p *printer) setLineComment(text string) {$/;"	f
 40016  setLinger	./net/sockopt_posix.go	/^func setLinger(fd *netFD, sec int) error {$/;"	f
 40017  setLinger	./net/sockopt_stub.go	/^func setLinger(fd *netFD, sec int) error {$/;"	f
 40018  setMain	./cmd/pprof/internal/profile/profile.go	/^func (p *Profile) setMain() {$/;"	f
 40019  setMarked	./runtime/mbitmap.go	/^func (h heapBits) setMarked() {$/;"	f
 40020  setMarkedNonAtomic	./runtime/mbitmap.go	/^func (h heapBits) setMarkedNonAtomic() {$/;"	f
 40021  setMaxStack	./runtime/debug/stubs.go	/^func setMaxStack(int) int$/;"	f
 40022  setMaxStack	./runtime/rdebug.go	/^func setMaxStack(in int) (out int) {$/;"	f
 40023  setMaxThreads	./runtime/debug/stubs.go	/^func setMaxThreads(int) int$/;"	f
 40024  setMaxThreads	./runtime/proc1.go	/^func setMaxThreads(in int) (out int) {$/;"	f
 40025  setMimeInit	./mime/type_test.go	/^func setMimeInit(fn func()) (cleanup func()) {$/;"	f
 40026  setMimeTypes	./mime/type.go	/^func setMimeTypes(lowerExt, mixExt map[string]string) {$/;"	f
 40027  setNextBarrierPC	./runtime/mgcmark.go	/^func setNextBarrierPC(pc uintptr) {$/;"	f
 40028  setNoDelay	./net/tcpsockopt_posix.go	/^func setNoDelay(fd *netFD, noDelay bool) error {$/;"	f
 40029  setNoDelay	./net/tcpsockopt_stub.go	/^func setNoDelay(fd *netFD, noDelay bool) error {$/;"	f
 40030  setOp	./cmd/pack/pack.go	/^func setOp(arg string) {$/;"	f
 40031  setOption	./text/template/option.go	/^func (t *Template) setOption(opt string) {$/;"	f
 40032  setOrder	./go/types/object.go	/^func (obj *object) setOrder(order uint32)     { assert(order > 0); obj.order_ = order }$/;"	f
 40033  setPanicOnFault	./runtime/debug/stubs.go	/^func setPanicOnFault(bool) bool$/;"	f
 40034  setPanicOnFault	./runtime/rdebug.go	/^func setPanicOnFault(new bool) (old bool) {$/;"	f
 40035  setParent	./go/types/object.go	/^func (obj *object) setParent(parent *Scope)   { obj.parent = parent }$/;"	f
 40036  setPointToPoint	./net/interface_bsd_test.go	/^func (ti *testInterface) setPointToPoint(suffix int) error {$/;"	f
 40037  setPointToPoint	./net/interface_linux_test.go	/^func (ti *testInterface) setPointToPoint(suffix int) error {$/;"	f
 40038  setPseudoRegister	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) setPseudoRegister(addr *obj.Addr, reg string, isStatic bool, prefix rune) {$/;"	f
 40039  setReadBuffer	./net/fd_plan9.go	/^func setReadBuffer(fd *netFD, bytes int) error {$/;"	f
 40040  setReadBuffer	./net/sockopt_posix.go	/^func setReadBuffer(fd *netFD, bytes int) error {$/;"	f
 40041  setReadBuffer	./net/sockopt_stub.go	/^func setReadBuffer(fd *netFD, bytes int) error {$/;"	f
 40042  setReadDeadline	./net/fd_plan9.go	/^func (fd *netFD) setReadDeadline(t time.Time) error {$/;"	f
 40043  setReadDeadline	./net/fd_poll_nacl.go	/^func (fd *netFD) setReadDeadline(t time.Time) error {$/;"	f
 40044  setReadDeadline	./net/fd_poll_runtime.go	/^func (fd *netFD) setReadDeadline(t time.Time) error {$/;"	f
 40045  setReqCanceler	./net/http/transport.go	/^func (t *Transport) setReqCanceler(r *Request, fn func()) {$/;"	f
 40046  setRunes	./reflect/value.go	/^func (v Value) setRunes(x []rune) {$/;"	f
 40047  setScopePos	./go/types/object.go	/^func (obj *object) setScopePos(pos token.Pos) { obj.scopePos_ = pos }$/;"	f
 40048  setShorthand	./cmd/go/generate.go	/^func (g *Generator) setShorthand(words []string) {$/;"	f
 40049  setState	./net/http/server.go	/^func (c *conn) setState(nc net.Conn, state ConnState) {$/;"	f
 40050  setStrictFakeConnClose	./database/sql/fakedb_test.go	/^func setStrictFakeConnClose(t *testing.T) {$/;"	f
 40051  setStringTests	./cmd/compile/internal/big/ratconv_test.go	/^var setStringTests = []StringTest{$/;"	v
 40052  setStringTests	./math/big/ratconv_test.go	/^var setStringTests = []StringTest{$/;"	v
 40053  setStringTests2	./cmd/compile/internal/big/ratconv_test.go	/^var setStringTests2 = []StringTest{$/;"	v
 40054  setStringTests2	./math/big/ratconv_test.go	/^var setStringTests2 = []StringTest{$/;"	v
 40055  setStringValue	./internal/syscall/windows/registry/value.go	/^func (k Key) setStringValue(name string, valtype uint32, value string) error {$/;"	f
 40056  setTrueCount	./cmd/vet/main.go	/^var setTrueCount int$/;"	v
 40057  setType	./mime/type_test.go	/^func setType(ext, typ string) {$/;"	f
 40058  setTypeId	./encoding/gob/type.go	/^func setTypeId(typ gobType) {$/;"	f
 40059  setUint64	./cmd/compile/internal/big/nat.go	/^func (z nat) setUint64(x uint64) nat {$/;"	f
 40060  setUint64	./math/big/nat.go	/^func (z nat) setUint64(x uint64) nat {$/;"	f
 40061  setUnderlying	./go/types/decl.go	/^func (n *Named) setUnderlying(typ Type) {$/;"	f
 40062  setValue	./internal/syscall/windows/registry/value.go	/^func (k Key) setValue(name string, valtype uint32, data []byte) error {$/;"	f
 40063  setValues	./internal/syscall/windows/registry/registry_test.go	/^func setValues(t *testing.T, k registry.Key) {$/;"	f
 40064  setVar	./text/template/exec.go	/^func (s *state) setVar(n int, value reflect.Value) {$/;"	f
 40065  setWord	./cmd/compile/internal/big/nat.go	/^func (z nat) setWord(x Word) nat {$/;"	f
 40066  setWord	./math/big/nat.go	/^func (z nat) setWord(x Word) nat {$/;"	f
 40067  setWriteBuffer	./net/fd_plan9.go	/^func setWriteBuffer(fd *netFD, bytes int) error {$/;"	f
 40068  setWriteBuffer	./net/sockopt_posix.go	/^func setWriteBuffer(fd *netFD, bytes int) error {$/;"	f
 40069  setWriteBuffer	./net/sockopt_stub.go	/^func setWriteBuffer(fd *netFD, bytes int) error {$/;"	f
 40070  setWriteDeadline	./net/fd_plan9.go	/^func (fd *netFD) setWriteDeadline(t time.Time) error {$/;"	f
 40071  setWriteDeadline	./net/fd_poll_nacl.go	/^func (fd *netFD) setWriteDeadline(t time.Time) error {$/;"	f
 40072  setWriteDeadline	./net/fd_poll_runtime.go	/^func (fd *netFD) setWriteDeadline(t time.Time) error {$/;"	f
 40073  set_eip	./runtime/signal_darwin_386.go	/^func (c *sigctxt) set_eip(x uint32)     { c.regs().eip = x }$/;"	f
 40074  set_eip	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) set_eip(x uint32)     { c.regs().mc_eip = x }$/;"	f
 40075  set_eip	./runtime/signal_linux_386.go	/^func (c *sigctxt) set_eip(x uint32)     { c.regs().eip = x }$/;"	f
 40076  set_eip	./runtime/signal_nacl_386.go	/^func (c *sigctxt) set_eip(x uint32)     { c.regs().eip = x }$/;"	f
 40077  set_eip	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) set_eip(x uint32)     { c.regs().__gregs[_REG_EIP] = x }$/;"	f
 40078  set_eip	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) set_eip(x uint32)     { c.regs().sc_eip = x }$/;"	f
 40079  set_esp	./runtime/signal_darwin_386.go	/^func (c *sigctxt) set_esp(x uint32)     { c.regs().esp = x }$/;"	f
 40080  set_esp	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) set_esp(x uint32)     { c.regs().mc_esp = x }$/;"	f
 40081  set_esp	./runtime/signal_linux_386.go	/^func (c *sigctxt) set_esp(x uint32)     { c.regs().esp = x }$/;"	f
 40082  set_esp	./runtime/signal_nacl_386.go	/^func (c *sigctxt) set_esp(x uint32)     { c.regs().esp = x }$/;"	f
 40083  set_esp	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) set_esp(x uint32)     { c.regs().__gregs[_REG_UESP] = x }$/;"	f
 40084  set_esp	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) set_esp(x uint32)     { c.regs().sc_esp = x }$/;"	f
 40085  set_link	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_link(x uint64) { c.regs().link = x }$/;"	f
 40086  set_lr	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) set_lr(x uint32)  { c.regs().lr = x }$/;"	f
 40087  set_lr	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) set_lr(x uint64)  { c.regs().lr = x }$/;"	f
 40088  set_lr	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) set_lr(x uint32)  { c.regs().__gregs[14] = x }$/;"	f
 40089  set_lr	./runtime/signal_linux_arm.go	/^func (c *sigctxt) set_lr(x uint32)  { c.regs().lr = x }$/;"	f
 40090  set_lr	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) set_lr(x uint64)  { c.regs().regs[30] = x }$/;"	f
 40091  set_lr	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) set_lr(x uint32)  { c.regs().lr = x }$/;"	f
 40092  set_lr	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) set_lr(x uint32)  { c.regs().__gregs[_REG_R14] = x }$/;"	f
 40093  set_lr	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) set_lr(x uint32)  { c.regs().sc_usr_lr = x }$/;"	f
 40094  set_nsec	./runtime/defs1_netbsd_386.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40095  set_nsec	./runtime/defs1_netbsd_amd64.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40096  set_nsec	./runtime/defs1_netbsd_arm.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40097  set_nsec	./runtime/defs_linux_386.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40098  set_nsec	./runtime/defs_linux_amd64.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40099  set_nsec	./runtime/defs_linux_arm.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40100  set_nsec	./runtime/defs_linux_arm64.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40101  set_nsec	./runtime/defs_linux_ppc64.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40102  set_nsec	./runtime/defs_linux_ppc64le.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40103  set_nsec	./runtime/defs_openbsd_386.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40104  set_nsec	./runtime/defs_openbsd_amd64.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40105  set_nsec	./runtime/defs_openbsd_arm.go	/^func (ts *timespec) set_nsec(x int32) {$/;"	f
 40106  set_pc	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) set_pc(x uint32)  { c.regs().pc = x }$/;"	f
 40107  set_pc	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) set_pc(x uint64)  { c.regs().pc = x }$/;"	f
 40108  set_pc	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) set_pc(x uint32)  { c.regs().__gregs[15] = x }$/;"	f
 40109  set_pc	./runtime/signal_linux_arm.go	/^func (c *sigctxt) set_pc(x uint32)  { c.regs().pc = x }$/;"	f
 40110  set_pc	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) set_pc(x uint64)  { c.regs().pc = x }$/;"	f
 40111  set_pc	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_pc(x uint64)   { c.regs().nip = x }$/;"	f
 40112  set_pc	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) set_pc(x uint32)  { c.regs().pc = x }$/;"	f
 40113  set_pc	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) set_pc(x uint32)  { c.regs().__gregs[_REG_R15] = x }$/;"	f
 40114  set_pc	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) set_pc(x uint32)  { c.regs().sc_pc = x }$/;"	f
 40115  set_r0	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_r0(x uint64)   { c.regs().gpr[0] = x }$/;"	f
 40116  set_r10	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) set_r10(x uint32) { c.regs().r[10] = x }$/;"	f
 40117  set_r10	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) set_r10(x uint32) { c.regs().__gregs[10] = x }$/;"	f
 40118  set_r10	./runtime/signal_linux_arm.go	/^func (c *sigctxt) set_r10(x uint32) { c.regs().r10 = x }$/;"	f
 40119  set_r10	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) set_r10(x uint32) { c.regs().r10 = x }$/;"	f
 40120  set_r10	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) set_r10(x uint32) { c.regs().__gregs[_REG_R10] = x }$/;"	f
 40121  set_r10	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) set_r10(x uint32) { c.regs().sc_r10 = x }$/;"	f
 40122  set_r28	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) set_r28(x uint64) { c.regs().x[28] = x }$/;"	f
 40123  set_r28	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) set_r28(x uint64) { c.regs().regs[28] = x }$/;"	f
 40124  set_r30	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_r30(x uint64)  { c.regs().gpr[30] = x }$/;"	f
 40125  set_rip	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().rip = x }$/;"	f
 40126  set_rip	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().mc_rip = x }$/;"	f
 40127  set_rip	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().mc_rip = x }$/;"	f
 40128  set_rip	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().rip = x }$/;"	f
 40129  set_rip	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().rip = x }$/;"	f
 40130  set_rip	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().__gregs[_REG_RIP] = x }$/;"	f
 40131  set_rip	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().sc_rip = x }$/;"	f
 40132  set_rip	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) set_rip(x uint64)     { c.regs().gregs[_REG_RIP] = int64(x) }$/;"	f
 40133  set_rsp	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().rsp = x }$/;"	f
 40134  set_rsp	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().mc_rsp = x }$/;"	f
 40135  set_rsp	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().mc_rsp = x }$/;"	f
 40136  set_rsp	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().rsp = x }$/;"	f
 40137  set_rsp	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().rsp = x }$/;"	f
 40138  set_rsp	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().__gregs[_REG_RSP] = x }$/;"	f
 40139  set_rsp	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().sc_rsp = x }$/;"	f
 40140  set_rsp	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) set_rsp(x uint64)     { c.regs().gregs[_REG_RSP] = int64(x) }$/;"	f
 40141  set_sec	./runtime/defs1_netbsd_386.go	/^func (ts *timespec) set_sec(x int32) {$/;"	f
 40142  set_sec	./runtime/defs1_netbsd_amd64.go	/^func (ts *timespec) set_sec(x int32) {$/;"	f
 40143  set_sec	./runtime/defs1_netbsd_arm.go	/^func (ts *timespec) set_sec(x int32) {$/;"	f
 40144  set_sec	./runtime/defs_dragonfly_amd64.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40145  set_sec	./runtime/defs_freebsd_386.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40146  set_sec	./runtime/defs_freebsd_amd64.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40147  set_sec	./runtime/defs_freebsd_arm.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40148  set_sec	./runtime/defs_linux_386.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40149  set_sec	./runtime/defs_linux_amd64.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40150  set_sec	./runtime/defs_linux_arm.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40151  set_sec	./runtime/defs_linux_arm64.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40152  set_sec	./runtime/defs_linux_ppc64.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40153  set_sec	./runtime/defs_linux_ppc64le.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40154  set_sec	./runtime/defs_openbsd_386.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40155  set_sec	./runtime/defs_openbsd_amd64.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40156  set_sec	./runtime/defs_openbsd_arm.go	/^func (ts *timespec) set_sec(x int64) {$/;"	f
 40157  set_sigaddr	./runtime/signal_darwin_386.go	/^func (c *sigctxt) set_sigaddr(x uint32) { c.info.si_addr = x }$/;"	f
 40158  set_sigaddr	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) { c.info.si_addr = x }$/;"	f
 40159  set_sigaddr	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) set_sigaddr(x uint32) { c.info.si_addr = x }$/;"	f
 40160  set_sigaddr	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40161  set_sigaddr	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) { c.info.si_addr = x }$/;"	f
 40162  set_sigaddr	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) set_sigaddr(x uint32) { c.info.si_addr = uintptr(x) }$/;"	f
 40163  set_sigaddr	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) { c.info.si_addr = x }$/;"	f
 40164  set_sigaddr	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40165  set_sigaddr	./runtime/signal_linux_386.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40166  set_sigaddr	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40167  set_sigaddr	./runtime/signal_linux_arm.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40168  set_sigaddr	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40169  set_sigaddr	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40170  set_sigaddr	./runtime/signal_nacl_386.go	/^func (c *sigctxt) set_sigaddr(x uint32) {}$/;"	f
 40171  set_sigaddr	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) set_sigaddr(x uint64) {}$/;"	f
 40172  set_sigaddr	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) set_sigaddr(x uint32) {}$/;"	f
 40173  set_sigaddr	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40174  set_sigaddr	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40175  set_sigaddr	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40176  set_sigaddr	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40177  set_sigaddr	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40178  set_sigaddr	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) set_sigaddr(x uint32) {$/;"	f
 40179  set_sigaddr	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) set_sigaddr(x uint64) {$/;"	f
 40180  set_sigcode	./runtime/signal_darwin_386.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40181  set_sigcode	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }$/;"	f
 40182  set_sigcode	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40183  set_sigcode	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }$/;"	f
 40184  set_sigcode	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40185  set_sigcode	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }$/;"	f
 40186  set_sigcode	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40187  set_sigcode	./runtime/signal_linux_386.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40188  set_sigcode	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }$/;"	f
 40189  set_sigcode	./runtime/signal_linux_arm.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40190  set_sigcode	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40191  set_sigcode	./runtime/signal_nacl_386.go	/^func (c *sigctxt) set_sigcode(x uint32) {}$/;"	f
 40192  set_sigcode	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) set_sigcode(x uint64) {}$/;"	f
 40193  set_sigcode	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) set_sigcode(x uint32) {}$/;"	f
 40194  set_sigcode	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info._code = int32(x) }$/;"	f
 40195  set_sigcode	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info._code = int32(x) }$/;"	f
 40196  set_sigcode	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info._code = int32(x) }$/;"	f
 40197  set_sigcode	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40198  set_sigcode	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }$/;"	f
 40199  set_sigcode	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) set_sigcode(x uint32) { c.info.si_code = int32(x) }$/;"	f
 40200  set_sigcode	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) set_sigcode(x uint64) { c.info.si_code = int32(x) }$/;"	f
 40201  set_sp	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) set_sp(x uint32)  { c.regs().sp = x }$/;"	f
 40202  set_sp	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) set_sp(x uint64)  { c.regs().sp = x }$/;"	f
 40203  set_sp	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) set_sp(x uint32)  { c.regs().__gregs[13] = x }$/;"	f
 40204  set_sp	./runtime/signal_linux_arm.go	/^func (c *sigctxt) set_sp(x uint32)  { c.regs().sp = x }$/;"	f
 40205  set_sp	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) set_sp(x uint64)  { c.regs().sp = x }$/;"	f
 40206  set_sp	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) set_sp(x uint64)   { c.regs().gpr[1] = x }$/;"	f
 40207  set_sp	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) set_sp(x uint32)  { c.regs().sp = x }$/;"	f
 40208  set_sp	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) set_sp(x uint32)  { c.regs().__gregs[_REG_R13] = x }$/;"	f
 40209  set_sp	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) set_sp(x uint32)  { c.regs().sc_usr_sp = x }$/;"	f
 40210  set_usec	./runtime/defs1_netbsd_386.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40211  set_usec	./runtime/defs1_netbsd_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40212  set_usec	./runtime/defs1_netbsd_arm.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40213  set_usec	./runtime/defs1_solaris_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40214  set_usec	./runtime/defs_darwin_386.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40215  set_usec	./runtime/defs_darwin_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40216  set_usec	./runtime/defs_darwin_arm.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40217  set_usec	./runtime/defs_darwin_arm64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40218  set_usec	./runtime/defs_dragonfly_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40219  set_usec	./runtime/defs_freebsd_386.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40220  set_usec	./runtime/defs_freebsd_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40221  set_usec	./runtime/defs_freebsd_arm.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40222  set_usec	./runtime/defs_linux_386.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40223  set_usec	./runtime/defs_linux_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40224  set_usec	./runtime/defs_linux_arm.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40225  set_usec	./runtime/defs_linux_arm64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40226  set_usec	./runtime/defs_linux_ppc64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40227  set_usec	./runtime/defs_linux_ppc64le.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40228  set_usec	./runtime/defs_openbsd_386.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40229  set_usec	./runtime/defs_openbsd_amd64.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40230  set_usec	./runtime/defs_openbsd_arm.go	/^func (tv *timeval) set_usec(x int32) {$/;"	f
 40231  setaddr	./cmd/internal/obj/data.go	/^func setaddr(ctxt *Link, s *LSym, off int64, t *LSym) int64 {$/;"	f
 40232  setaddr	./cmd/link/internal/ld/data.go	/^func setaddr(ctxt *Link, s *LSym, off int64, t *LSym) int64 {$/;"	f
 40233  setaddrplus	./cmd/internal/obj/data.go	/^func setaddrplus(ctxt *Link, s *LSym, off int64, t *LSym, add int64) int64 {$/;"	f
 40234  setaddrplus	./cmd/link/internal/ld/data.go	/^func setaddrplus(ctxt *Link, s *LSym, off int64, t *LSym, add int64) int64 {$/;"	f
 40235  setaddrs	./cmd/compile/internal/gc/reg.go	/^func setaddrs(bit Bits) {$/;"	f
 40236  setbar	./runtime/asm_386.s	/^setbar:$/;"	l
 40237  setbar	./runtime/asm_amd64.s	/^setbar:$/;"	l
 40238  setbar	./runtime/asm_amd64p32.s	/^setbar:$/;"	l
 40239  setbar	./runtime/asm_arm.s	/^setbar:$/;"	l
 40240  setbar	./runtime/asm_arm64.s	/^setbar:$/;"	l
 40241  setbar	./runtime/asm_ppc64x.s	/^setbar:$/;"	l
 40242  setbit	./cmd/yacc/yacc.go	/^func setbit(set Lkset, bit int) { set[bit>>5] |= (1 << uint(bit&31)) }$/;"	f
 40243  setbits	./runtime/hash_test.go	/^func setbits(h *HashSet, b []byte, i int, k int) {$/;"	f
 40244  setcallerpc	./runtime/stubs.go	/^func setcallerpc(argp unsafe.Pointer, pc uintptr)$/;"	f
 40245  setcpuprofilerate	./runtime/cpuprof.go	/^func setcpuprofilerate(hz int32) {$/;"	f
 40246  setcpuprofilerate_m	./runtime/proc1.go	/^func setcpuprofilerate_m(hz int32) {$/;"	f
 40247  setenv	./cmd/go/go_test.go	/^func (tg *testgoData) setenv(name, val string) {$/;"	f
 40248  setenvEinvalTests	./os/env_unix_test.go	/^var setenvEinvalTests = []struct {$/;"	v
 40249  setenv_c	./syscall/env_unix.go	/^func setenv_c(k, v string)$/;"	f
 40250  setfmode	./cmd/compile/internal/gc/fmt.go	/^func setfmode(flags *int) int {$/;"	f
 40251  setfpmasks	./runtime/os_plan9.go	/^func setfpmasks()$/;"	f
 40252  setg	./runtime/stubs.go	/^func setg(gg *g)$/;"	f
 40253  setg_gcc	./runtime/cgo/gcc_darwin_arm.c	/^void (*setg_gcc)(void*);$/;"	v
 40254  setg_gcc	./runtime/cgo/gcc_darwin_arm64.c	/^void (*setg_gcc)(void*);$/;"	v
 40255  setg_gcc	./runtime/cgo/gcc_dragonfly_amd64.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40256  setg_gcc	./runtime/cgo/gcc_freebsd_386.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40257  setg_gcc	./runtime/cgo/gcc_freebsd_amd64.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40258  setg_gcc	./runtime/cgo/gcc_freebsd_arm.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40259  setg_gcc	./runtime/cgo/gcc_linux_386.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40260  setg_gcc	./runtime/cgo/gcc_linux_amd64.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40261  setg_gcc	./runtime/cgo/gcc_linux_arm.c	/^void (*setg_gcc)(void*);$/;"	v
 40262  setg_gcc	./runtime/cgo/gcc_linux_arm64.c	/^void (*setg_gcc)(void*);$/;"	v
 40263  setg_gcc	./runtime/cgo/gcc_linux_ppc64x.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40264  setg_gcc	./runtime/cgo/gcc_netbsd_386.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40265  setg_gcc	./runtime/cgo/gcc_netbsd_amd64.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40266  setg_gcc	./runtime/cgo/gcc_netbsd_arm.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40267  setg_gcc	./runtime/cgo/gcc_openbsd_386.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40268  setg_gcc	./runtime/cgo/gcc_openbsd_amd64.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40269  setg_gcc	./runtime/cgo/gcc_solaris_amd64.c	/^static void (*setg_gcc)(void*);$/;"	v	file:
 40270  setgid	./syscall/exec_solaris.go	/^func setgid(gid uintptr) (err Errno)$/;"	f
 40271  setgroups	./syscall/zsyscall_darwin_386.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40272  setgroups	./syscall/zsyscall_darwin_amd64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40273  setgroups	./syscall/zsyscall_darwin_arm.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40274  setgroups	./syscall/zsyscall_darwin_arm64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40275  setgroups	./syscall/zsyscall_dragonfly_amd64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40276  setgroups	./syscall/zsyscall_freebsd_386.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40277  setgroups	./syscall/zsyscall_freebsd_amd64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40278  setgroups	./syscall/zsyscall_freebsd_arm.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40279  setgroups	./syscall/zsyscall_linux_386.go	/^func setgroups(n int, list *_Gid_t) (err error) {$/;"	f
 40280  setgroups	./syscall/zsyscall_linux_amd64.go	/^func setgroups(n int, list *_Gid_t) (err error) {$/;"	f
 40281  setgroups	./syscall/zsyscall_linux_arm.go	/^func setgroups(n int, list *_Gid_t) (err error) {$/;"	f
 40282  setgroups	./syscall/zsyscall_linux_arm64.go	/^func setgroups(n int, list *_Gid_t) (err error) {$/;"	f
 40283  setgroups	./syscall/zsyscall_linux_ppc64.go	/^func setgroups(n int, list *_Gid_t) (err error) {$/;"	f
 40284  setgroups	./syscall/zsyscall_linux_ppc64le.go	/^func setgroups(n int, list *_Gid_t) (err error) {$/;"	f
 40285  setgroups	./syscall/zsyscall_netbsd_386.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40286  setgroups	./syscall/zsyscall_netbsd_amd64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40287  setgroups	./syscall/zsyscall_netbsd_arm.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40288  setgroups	./syscall/zsyscall_openbsd_386.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40289  setgroups	./syscall/zsyscall_openbsd_amd64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40290  setgroups	./syscall/zsyscall_openbsd_arm.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40291  setgroups	./syscall/zsyscall_solaris_amd64.go	/^func setgroups(ngid int, gid *_Gid_t) (err error) {$/;"	f
 40292  setgroups1	./syscall/exec_solaris.go	/^func setgroups1(ngid uintptr, gid uintptr) (err Errno)$/;"	f
 40293  setheadtype	./cmd/link/internal/ld/lib.go	/^func setheadtype(s string) {$/;"	f
 40294  setinterp	./cmd/link/internal/ld/lib.go	/^func setinterp(s string) {$/;"	f
 40295  setip	./runtime/defs_windows_386.go	/^func (c *context) setip(x uintptr) { c.eip = uint32(x) }$/;"	f
 40296  setip	./runtime/defs_windows_amd64.go	/^func (c *context) setip(x uintptr) { c.rip = uint64(x) }$/;"	f
 40297  setitimer	./runtime/os3_solaris.go	/^func setitimer(which int32, value *itimerval, ovalue *itimerval) \/* int32 *\/ {$/;"	f
 40298  setitimer	./runtime/os_darwin.go	/^func setitimer(mode int32, new, old *itimerval)$/;"	f
 40299  setitimer	./runtime/os_dragonfly.go	/^func setitimer(mode int32, new, old *itimerval)$/;"	f
 40300  setitimer	./runtime/os_freebsd.go	/^func setitimer(mode int32, new, old *itimerval)$/;"	f
 40301  setitimer	./runtime/os_linux.go	/^func setitimer(mode int32, new, old *itimerval)$/;"	f
 40302  setitimer	./runtime/os_netbsd.go	/^func setitimer(mode int32, new, old *itimerval)$/;"	f
 40303  setitimer	./runtime/os_openbsd.go	/^func setitimer(mode int32, new, old *itimerval)$/;"	f
 40304  setlasterror	./runtime/os2_windows.go	/^func setlasterror(err uint32)$/;"	f
 40305  setlineno	./cmd/compile/internal/gc/subr.go	/^func setlineno(n *Node) int32 {$/;"	f
 40306  setlinkmode	./cmd/link/internal/ld/go.go	/^func setlinkmode(arg string) {$/;"	f
 40307  setlno	./cmd/compile/internal/gc/inl.go	/^func setlno(n *Node, lno int) {$/;"	f
 40308  setlnolist	./cmd/compile/internal/gc/inl.go	/^func setlnolist(ll *NodeList, lno int) {$/;"	f
 40309  setoverflow	./runtime/hashmap.go	/^func (h *hmap) setoverflow(t *maptype, b, ovf *bmap) {$/;"	f
 40310  setpc	./runtime/defs_plan9_386.go	/^func (c *sigctxt) setpc(x uintptr) { c.u.pc = uint32(x) }$/;"	f
 40311  setpc	./runtime/defs_plan9_amd64.go	/^func (c *sigctxt) setpc(x uintptr) { c.u.ip = uint64(x) }$/;"	f
 40312  setpersrc	./cmd/link/internal/ld/pe.go	/^func setpersrc(sym *LSym) {$/;"	f
 40313  setpgid	./syscall/exec_solaris.go	/^func setpgid(pid uintptr, pgid uintptr) (err Errno)$/;"	f
 40314  setprofilebucket	./runtime/mheap.go	/^func setprofilebucket(p unsafe.Pointer, b *bucket) {$/;"	f
 40315  setrlimit	./syscall/zsyscall_linux_386.go	/^func setrlimit(resource int, rlim *rlimit32) (err error) {$/;"	f
 40316  setrlimit	./syscall/zsyscall_linux_arm.go	/^func setrlimit(resource int, rlim *rlimit32) (err error) {$/;"	f
 40317  sets	./cmd/vet/bool.go	/^	var sets [][]ast.Expr$/;"	v
 40318  setsSP	./runtime/proc1.go	/^func setsSP(pc uintptr) bool {$/;"	f
 40319  setsid	./syscall/exec_solaris.go	/^func setsid() (pid uintptr, err Errno)$/;"	f
 40320  setsig	./runtime/os1_darwin.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40321  setsig	./runtime/os1_dragonfly.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40322  setsig	./runtime/os1_freebsd.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40323  setsig	./runtime/os1_linux.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40324  setsig	./runtime/os1_netbsd.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40325  setsig	./runtime/os1_openbsd.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40326  setsig	./runtime/os3_solaris.go	/^func setsig(i int32, fn uintptr, restart bool) {$/;"	f
 40327  setsigsegv	./runtime/sigpanic_unix.go	/^func setsigsegv(pc uintptr) {$/;"	f
 40328  setsigstack	./runtime/os1_darwin.go	/^func setsigstack(i int32) {$/;"	f
 40329  setsigstack	./runtime/os1_dragonfly.go	/^func setsigstack(i int32) {$/;"	f
 40330  setsigstack	./runtime/os1_freebsd.go	/^func setsigstack(i int32) {$/;"	f
 40331  setsigstack	./runtime/os1_linux.go	/^func setsigstack(i int32) {$/;"	f
 40332  setsigstack	./runtime/os1_netbsd.go	/^func setsigstack(i int32) {$/;"	f
 40333  setsigstack	./runtime/os1_openbsd.go	/^func setsigstack(i int32) {$/;"	f
 40334  setsigstack	./runtime/os3_solaris.go	/^func setsigstack(i int32) {$/;"	f
 40335  setsockopt	./syscall/syscall_linux_386.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40336  setsockopt	./syscall/zsyscall_darwin_386.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40337  setsockopt	./syscall/zsyscall_darwin_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40338  setsockopt	./syscall/zsyscall_darwin_arm.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40339  setsockopt	./syscall/zsyscall_darwin_arm64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40340  setsockopt	./syscall/zsyscall_dragonfly_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40341  setsockopt	./syscall/zsyscall_freebsd_386.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40342  setsockopt	./syscall/zsyscall_freebsd_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40343  setsockopt	./syscall/zsyscall_freebsd_arm.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40344  setsockopt	./syscall/zsyscall_linux_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40345  setsockopt	./syscall/zsyscall_linux_arm.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40346  setsockopt	./syscall/zsyscall_linux_arm64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40347  setsockopt	./syscall/zsyscall_linux_ppc64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40348  setsockopt	./syscall/zsyscall_linux_ppc64le.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40349  setsockopt	./syscall/zsyscall_netbsd_386.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40350  setsockopt	./syscall/zsyscall_netbsd_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40351  setsockopt	./syscall/zsyscall_netbsd_arm.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40352  setsockopt	./syscall/zsyscall_openbsd_386.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40353  setsockopt	./syscall/zsyscall_openbsd_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40354  setsockopt	./syscall/zsyscall_openbsd_arm.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40355  setsockopt	./syscall/zsyscall_solaris_amd64.go	/^func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {$/;"	f
 40356  setsp	./runtime/defs_plan9_386.go	/^func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) }$/;"	f
 40357  setsp	./runtime/defs_plan9_amd64.go	/^func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint64(x) }$/;"	f
 40358  setsp	./runtime/defs_windows_386.go	/^func (c *context) setsp(x uintptr) { c.esp = uint32(x) }$/;"	f
 40359  setsp	./runtime/defs_windows_amd64.go	/^func (c *context) setsp(x uintptr) { c.rsp = uint64(x) }$/;"	f
 40360  settls	./runtime/asm_386.s	/^settls:$/;"	l
 40361  settls	./runtime/asm_amd64.s	/^settls:$/;"	l
 40362  setuid	./syscall/exec_solaris.go	/^func setuid(uid uintptr) (err Errno)$/;"	f
 40363  setuint16	./cmd/internal/obj/data.go	/^func setuint16(ctxt *Link, s *LSym, r int64, v uint16) int64 {$/;"	f
 40364  setuint32	./cmd/internal/obj/data.go	/^func setuint32(ctxt *Link, s *LSym, r int64, v uint32) int64 {$/;"	f
 40365  setuint32	./cmd/link/internal/ld/data.go	/^func setuint32(ctxt *Link, s *LSym, r int64, v uint32) int64 {$/;"	f
 40366  setuint64	./cmd/internal/obj/data.go	/^func setuint64(ctxt *Link, s *LSym, r int64, v uint64) int64 {$/;"	f
 40367  setuint8	./cmd/internal/obj/data.go	/^func setuint8(ctxt *Link, s *LSym, r int64, v uint8) int64 {$/;"	f
 40368  setuint8	./cmd/link/internal/ld/data.go	/^func setuint8(ctxt *Link, s *LSym, r int64, v uint8) int64 {$/;"	f
 40369  setuintxx	./cmd/link/internal/ld/data.go	/^func setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {$/;"	f
 40370  setunion	./cmd/yacc/yacc.go	/^func setunion(a, b []int) int {$/;"	f
 40371  setup	./cmd/yacc/yacc.go	/^func setup() {$/;"	f
 40372  setup	./compress/bzip2/bzip2.go	/^func (bz2 *reader) setup(needMagic bool) error {$/;"	f
 40373  setup	./net/interface_unix_test.go	/^func (ti *testInterface) setup() error {$/;"	f
 40374  setupOutput	./unicode/maketables.go	/^func setupOutput() {$/;"	f
 40375  setupTestData	./net/main_test.go	/^func setupTestData() {$/;"	f
 40376  sfdir	./os/os_test.go	/^var sfdir = sysdir.name$/;"	v
 40377  sfloat2	./runtime/softfloat_arm.go	/^func sfloat2(pc uint32, regs *[15]uint32) uint32 {$/;"	f
 40378  sfname	./os/os_test.go	/^var sfname = sysdir.files[0]$/;"	v
 40379  sg	./runtime/mgc.go	/^	var sg, sgnext *sudog$/;"	v
 40380  sgen_wb	./cmd/compile/internal/gc/cgen.go	/^func sgen_wb(n *Node, ns *Node, w int64, wb bool) {$/;"	f
 40381  sh	./cmd/link/internal/ld/elf.go	/^		var sh *ElfShdr$/;"	v
 40382  sh	./cmd/link/internal/ld/elf.go	/^	var sh *ElfShdr$/;"	v
 40383  sh	./cmd/link/internal/ld/pe.go	/^var sh [16]IMAGE_SECTION_HEADER$/;"	v
 40384  sh1	./cmd/pprof/internal/profile/profile.go	/^	var sh1 string$/;"	v
 40385  sh32	./debug/macho/file.go	/^				var sh32 Section32$/;"	v
 40386  sh64	./debug/macho/file.go	/^				var sh64 Section64$/;"	v
 40387  sha1Hash	./crypto/tls/key_agreement.go	/^func sha1Hash(slices [][]byte) []byte {$/;"	f
 40388  sha1Test	./crypto/sha1/sha1_test.go	/^type sha1Test struct {$/;"	t
 40389  sha256Test	./crypto/sha256/sha256_test.go	/^type sha256Test struct {$/;"	t
 40390  sha512Test	./crypto/sha512/sha512_test.go	/^type sha512Test struct {$/;"	t
 40391  shade	./runtime/mgcmark.go	/^func shade(b uintptr) {$/;"	f
 40392  shadowTemp	./cmd/vet/testdata/shadow.go	/^	var shadowTemp interface{}$/;"	v
 40393  shallow	./cmd/compile/internal/gc/subr.go	/^func shallow(t *Type) *Type {$/;"	f
 40394  sharanges	./cmd/link/internal/ld/dwarf.go	/^	var sharanges *ElfShdr$/;"	v
 40395  shave	./encoding/xml/xml_test.go	/^			var shave, swant string$/;"	v
 40396  shdr	./cmd/link/internal/ld/elf.go	/^var shdr [NSECT]*ElfShdr$/;"	v
 40397  shentsize	./debug/elf/file.go	/^	var shentsize, shnum, shstrndx int$/;"	v
 40398  shfStrings	./debug/elf/elf.go	/^var shfStrings = []intName{$/;"	v
 40399  shift	./go/types/expr.go	/^func (check *Checker) shift(x, y *operand, op token.Token) {$/;"	f
 40400  shiftName	./cmd/internal/rsc.io/arm/armasm/inst.go	/^var shiftName = [...]string{$/;"	v
 40401  shiftTest	./cmd/compile/internal/big/nat_test.go	/^type shiftTest struct {$/;"	t
 40402  shiftTest	./math/big/nat_test.go	/^type shiftTest struct {$/;"	t
 40403  shiftTest	./strconv/decimal_test.go	/^type shiftTest struct {$/;"	t
 40404  shiftprop	./cmd/compile/internal/arm/peep.go	/^func shiftprop(r *gc.Flow) bool {$/;"	f
 40405  shifts	./strconv/itoa.go	/^var shifts = [len(digits) + 1]uint{$/;"	v
 40406  shifttests	./strconv/decimal_test.go	/^var shifttests = []shiftTest{$/;"	v
 40407  shl	./cmd/compile/internal/big/nat.go	/^func (z nat) shl(x nat, s uint) nat {$/;"	f
 40408  shl	./math/big/nat.go	/^func (z nat) shl(x nat, s uint) nat {$/;"	f
 40409  shlVU	./cmd/compile/internal/big/arith_decl.go	/^func shlVU(z, x []Word, s uint) (c Word) {$/;"	f
 40410  shlVU	./math/big/arith_decl.go	/^func shlVU(z, x []Word, s uint) (c Word)$/;"	f
 40411  shlVU	./math/big/arith_decl_pure.go	/^func shlVU(z, x []Word, s uint) (c Word) {$/;"	f
 40412  shlVU_g	./cmd/compile/internal/big/arith.go	/^func shlVU_g(z, x []Word, s uint) (c Word) {$/;"	f
 40413  shlVU_g	./math/big/arith.go	/^func shlVU_g(z, x []Word, s uint) (c Word) {$/;"	f
 40414  shnStrings	./debug/elf/elf.go	/^var shnStrings = []intName{$/;"	v
 40415  shoff	./debug/elf/file.go	/^	var shoff int64$/;"	v
 40416  short	./time/zoneinfo_windows.go	/^	var short []rune$/;"	v
 40417  shortDayNames	./time/format.go	/^var shortDayNames = []string{$/;"	v
 40418  shortMonthNames	./time/format.go	/^var shortMonthNames = []string{$/;"	v
 40419  shortVarDecl	./go/parser/parser.go	/^func (p *parser) shortVarDecl(decl *ast.AssignStmt, list []ast.Expr) {$/;"	f
 40420  shortVarDecl	./go/printer/testdata/parser.go	/^func (p *parser) shortVarDecl(idents []*ast.Ident) {$/;"	f
 40421  shortVarDecl	./go/types/assignments.go	/^func (check *Checker) shortVarDecl(pos token.Pos, lhs, rhs []ast.Expr) {$/;"	f
 40422  shorterThan	./cmd/go/pkg.go	/^func (sp *importStack) shorterThan(t []string) bool {$/;"	f
 40423  shortprop	./cmd/compile/internal/arm/peep.go	/^func shortprop(r *gc.Flow) bool {$/;"	f
 40424  should	./cmd/compile/internal/gc/syntax.go	/^	Nosplit        bool \/\/ func should not execute on separate stack$/;"	f
 40425  should	./encoding/xml/marshal_test.go	/^		t.Errorf("enc.EncodeToken: pointer type should be rejected")$/;"	t
 40426  should	./go/doc/reader.go	/^	\/\/ A type should be added at most once, so typ.decl$/;"	t
 40427  should	./runtime/trace.go	/^\/\/ If skip = 0, this event type should contain a stack, but we don't want$/;"	t
 40428  shouldBacktrack	./regexp/backtrack.go	/^func shouldBacktrack(prog *syntax.Prog) bool {$/;"	f
 40429  shouldClose	./net/http/transfer.go	/^func shouldClose(major, minor int, header Header, removeCloseHeader bool) bool {$/;"	f
 40430  shouldEscape	./net/url/url.go	/^func shouldEscape(c byte, mode encoding) bool {$/;"	f
 40431  shouldEscapeTest	./net/url/url_test.go	/^type shouldEscapeTest struct {$/;"	t
 40432  shouldEscapeTests	./net/url/url_test.go	/^var shouldEscapeTests = []shouldEscapeTest{$/;"	v
 40433  shouldPanic	./reflect/all_test.go	/^func shouldPanic(f func()) {$/;"	f
 40434  shouldPanic	./sync/atomic/atomic_test.go	/^func shouldPanic(t *testing.T, name string, f func()) {$/;"	f
 40435  shouldRedirectGet	./net/http/client.go	/^func shouldRedirectGet(statusCode int) bool {$/;"	f
 40436  shouldRedirectPost	./net/http/client.go	/^func shouldRedirectPost(statusCode int) bool {$/;"	f
 40437  shouldReuseConnection	./net/http/server.go	/^func (w *response) shouldReuseConnection() bool {$/;"	f
 40438  shouldRoundUp	./cmd/compile/internal/big/decimal.go	/^func shouldRoundUp(x *decimal, n int) bool {$/;"	f
 40439  shouldRoundUp	./math/big/decimal.go	/^func shouldRoundUp(x *decimal, n int) bool {$/;"	f
 40440  shouldRoundUp	./strconv/decimal.go	/^func shouldRoundUp(a *decimal, nd int) bool {$/;"	f
 40441  shouldRunTest	./cmd/dist/test.go	/^func (t *tester) shouldRunTest(name string) bool {$/;"	f
 40442  shouldSend	./net/http/cookiejar/jar.go	/^func (e *entry) shouldSend(https bool, host, path string) bool {$/;"	f
 40443  shouldSendContentLength	./net/http/transfer.go	/^func (t *transferWriter) shouldSendContentLength() bool {$/;"	f
 40444  shouldVisit	./regexp/backtrack.go	/^func (b *bitState) shouldVisit(pc uint32, pos int) bool {$/;"	f
 40445  shouldtriggergc	./runtime/mgc.go	/^func shouldtriggergc() bool {$/;"	f
 40446  showInternals	./cmd/doc/pkg.go	/^func (pkg *Package) showInternals() bool {$/;"	f
 40447  showframe	./runtime/traceback.go	/^func showframe(f *_func, gp *g) bool {$/;"	f
 40448  shr	./cmd/compile/internal/big/decimal.go	/^func shr(x *decimal, s uint) {$/;"	f
 40449  shr	./cmd/compile/internal/big/nat.go	/^func (z nat) shr(x nat, s uint) nat {$/;"	f
 40450  shr	./math/big/decimal.go	/^func shr(x *decimal, s uint) {$/;"	f
 40451  shr	./math/big/nat.go	/^func (z nat) shr(x nat, s uint) nat {$/;"	f
 40452  shrVU	./cmd/compile/internal/big/arith_decl.go	/^func shrVU(z, x []Word, s uint) (c Word) {$/;"	f
 40453  shrVU	./math/big/arith_decl.go	/^func shrVU(z, x []Word, s uint) (c Word)$/;"	f
 40454  shrVU	./math/big/arith_decl_pure.go	/^func shrVU(z, x []Word, s uint) (c Word) {$/;"	f
 40455  shrVU_g	./cmd/compile/internal/big/arith.go	/^func shrVU_g(z, x []Word, s uint) (c Word) {$/;"	f
 40456  shrVU_g	./math/big/arith.go	/^func shrVU_g(z, x []Word, s uint) (c Word) {$/;"	f
 40457  shrinkstack	./runtime/stack1.go	/^func shrinkstack(gp *g) {$/;"	f
 40458  shsym	./cmd/link/internal/ld/elf.go	/^func shsym(sh *ElfShdr, s *LSym) {$/;"	f
 40459  shtStrings	./debug/elf/elf.go	/^var shtStrings = []intName{$/;"	v
 40460  shuffleByWeight	./net/dnsclient.go	/^func (addrs byPriorityWeight) shuffleByWeight() {$/;"	f
 40461  shutdown	./net/fd_unix.go	/^func (fd *netFD) shutdown(how int) error {$/;"	f
 40462  shutdown	./net/fd_windows.go	/^func (fd *netFD) shutdown(how int) error {$/;"	f
 40463  shutdown	./syscall/zsyscall_windows.go	/^func shutdown(s Handle, how int32) (err error) {$/;"	f
 40464  shutdownCodec	./net/rpc/client_test.go	/^type shutdownCodec struct {$/;"	t
 40465  si	./database/sql/convert.go	/^	var si driver.Stmt$/;"	v
 40466  si	./reflect/all_test.go	/^	var si struct {$/;"	v
 40467  si_finish	./runtime/asm_386.s	/^si_finish:$/;"	l
 40468  si_finish	./runtime/asm_amd64.s	/^si_finish:$/;"	l
 40469  si_finish	./runtime/asm_amd64p32.s	/^si_finish:$/;"	l
 40470  si_high	./runtime/asm_386.s	/^si_high:$/;"	l
 40471  si_high	./runtime/asm_amd64.s	/^si_high:$/;"	l
 40472  si_high	./runtime/asm_amd64p32.s	/^si_high:$/;"	l
 40473  sid	./syscall/security_windows.go	/^	var sid *SID$/;"	v
 40474  siftDown	./sort/sort.go	/^func siftDown(data Interface, lo, hi, first int) {$/;"	f
 40475  siftdownTimer	./runtime/time.go	/^func siftdownTimer(i int) {$/;"	f
 40476  siftupTimer	./runtime/time.go	/^func siftupTimer(i int) {$/;"	f
 40477  sig	./crypto/tls/key_agreement.go	/^	var sig []byte$/;"	v
 40478  sig	./runtime/os3_plan9.go	/^	var sig int$/;"	v
 40479  sig	./runtime/sigqueue.go	/^var sig struct {$/;"	v
 40480  sig	./runtime/sigqueue_plan9.go	/^var sig struct {$/;"	v
 40481  sigAlgo	./crypto/x509/x509.go	/^	var sigAlgo pkix.AlgorithmIdentifier$/;"	v
 40482  sigBlocked	./runtime/signal1_unix.go	/^		var sigBlocked sigmask$/;"	v
 40483  sigNoArgsStringResult	./cmd/vet/unused.go	/^var sigNoArgsStringResult = types.NewSignature(nil, nil,$/;"	v
 40484  sigTabT	./runtime/signal_darwin.go	/^type sigTabT struct {$/;"	t
 40485  sigTabT	./runtime/signal_dragonfly.go	/^type sigTabT struct {$/;"	t
 40486  sigTabT	./runtime/signal_freebsd.go	/^type sigTabT struct {$/;"	t
 40487  sigTabT	./runtime/signal_linux.go	/^type sigTabT struct {$/;"	t
 40488  sigTabT	./runtime/signal_nacl.go	/^type sigTabT struct {$/;"	t
 40489  sigTabT	./runtime/signal_netbsd.go	/^type sigTabT struct {$/;"	t
 40490  sigTabT	./runtime/signal_openbsd.go	/^type sigTabT struct {$/;"	t
 40491  sigTabT	./runtime/signal_plan9.go	/^type sigTabT struct {$/;"	t
 40492  sigTabT	./runtime/signal_solaris.go	/^type sigTabT struct {$/;"	t
 40493  sigToType	./debug/dwarf/typeunit.go	/^func (d *Data) sigToType(sig uint64) (Type, error) {$/;"	f
 40494  sigaction	./runtime/os3_solaris.go	/^func sigaction(sig int32, act *sigactiont, oact *sigactiont) \/* int32 *\/ {$/;"	f
 40495  sigaction	./runtime/os_darwin.go	/^func sigaction(mode uint32, new, old *sigactiont)$/;"	f
 40496  sigaction	./runtime/os_dragonfly.go	/^func sigaction(sig int32, new, old *sigactiont)$/;"	f
 40497  sigaction	./runtime/os_freebsd.go	/^func sigaction(sig int32, new, old *sigactiont)$/;"	f
 40498  sigaction	./runtime/os_netbsd.go	/^func sigaction(sig int32, new, old *sigactiont)$/;"	f
 40499  sigaction	./runtime/os_openbsd.go	/^func sigaction(sig int32, new, old *sigactiont)$/;"	f
 40500  sigactiont	./runtime/defs1_solaris_amd64.go	/^type sigactiont struct {$/;"	t
 40501  sigactiont	./runtime/defs_darwin_386.go	/^type sigactiont struct {$/;"	t
 40502  sigactiont	./runtime/defs_darwin_amd64.go	/^type sigactiont struct {$/;"	t
 40503  sigactiont	./runtime/defs_darwin_arm.go	/^type sigactiont struct {$/;"	t
 40504  sigactiont	./runtime/defs_darwin_arm64.go	/^type sigactiont struct {$/;"	t
 40505  sigactiont	./runtime/defs_linux_386.go	/^type sigactiont struct {$/;"	t
 40506  sigactiont	./runtime/defs_linux_amd64.go	/^type sigactiont struct {$/;"	t
 40507  sigactiont	./runtime/defs_linux_arm.go	/^type sigactiont struct {$/;"	t
 40508  sigactiont	./runtime/defs_linux_arm64.go	/^type sigactiont struct {$/;"	t
 40509  sigactiont	./runtime/defs_linux_ppc64.go	/^type sigactiont struct {$/;"	t
 40510  sigactiont	./runtime/defs_linux_ppc64le.go	/^type sigactiont struct {$/;"	t
 40511  sigactiont	./runtime/os1_dragonfly.go	/^type sigactiont struct {$/;"	t
 40512  sigactiont	./runtime/os1_freebsd.go	/^type sigactiont struct {$/;"	t
 40513  sigactiont	./runtime/os1_netbsd.go	/^type sigactiont struct {$/;"	t
 40514  sigactiont	./runtime/os1_openbsd.go	/^type sigactiont struct {$/;"	t
 40515  sigaddr	./runtime/signal_darwin_386.go	/^func (c *sigctxt) sigaddr() uint32 { return c.info.si_addr }$/;"	f
 40516  sigaddr	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) sigaddr() uint64 { return c.info.si_addr }$/;"	f
 40517  sigaddr	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) sigaddr() uint64 { return uint64(uintptr(unsafe.Pointer(c.info.si_addr))) }$/;"	f
 40518  sigaddr	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) sigaddr() uint64 { return uint64(c.info.si_addr) }$/;"	f
 40519  sigaddr	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) sigaddr() uint32 { return uint32(c.info.si_addr) }$/;"	f
 40520  sigaddr	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) sigaddr() uint64 { return uint64(c.info.si_addr) }$/;"	f
 40521  sigaddr	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) sigaddr() uint32 { return uint32(c.info.si_addr) }$/;"	f
 40522  sigaddr	./runtime/signal_linux_386.go	/^func (c *sigctxt) sigaddr() uint32   { return c.info.si_addr }$/;"	f
 40523  sigaddr	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) sigaddr() uint64 { return c.info.si_addr }$/;"	f
 40524  sigaddr	./runtime/signal_linux_arm.go	/^func (c *sigctxt) sigaddr() uint32 { return c.info.si_addr }$/;"	f
 40525  sigaddr	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) sigaddr() uint64 { return c.info.si_addr }$/;"	f
 40526  sigaddr	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) sigaddr() uint64 { return c.info.si_addr }$/;"	f
 40527  sigaddr	./runtime/signal_nacl_386.go	/^func (c *sigctxt) sigaddr() uint32   { return 0 }$/;"	f
 40528  sigaddr	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) sigaddr() uint64 { return 0 }$/;"	f
 40529  sigaddr	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) sigaddr() uint32 { return 0 }$/;"	f
 40530  sigaddr	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) sigaddr() uint32 {$/;"	f
 40531  sigaddr	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) sigaddr() uint64 {$/;"	f
 40532  sigaddr	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) sigaddr() uint32 { return uint32(c.info._reason) }$/;"	f
 40533  sigaddr	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) sigaddr() uint32 {$/;"	f
 40534  sigaddr	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) sigaddr() uint64 {$/;"	f
 40535  sigaddr	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) sigaddr() uint32 {$/;"	f
 40536  sigaddr	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) sigaddr() uint64 { return *(*uint64)(unsafe.Pointer(&c.info.__data[0])) }$/;"	f
 40537  sigaltstack	./runtime/os3_solaris.go	/^func sigaltstack(ss *sigaltstackt, oss *sigaltstackt) \/* int32 *\/ {$/;"	f
 40538  sigaltstack	./runtime/os_darwin.go	/^func sigaltstack(new, old *stackt)$/;"	f
 40539  sigaltstack	./runtime/os_dragonfly.go	/^func sigaltstack(new, old *sigaltstackt)$/;"	f
 40540  sigaltstack	./runtime/os_freebsd.go	/^func sigaltstack(new, old *stackt)$/;"	f
 40541  sigaltstack	./runtime/os_linux.go	/^func sigaltstack(new, old *sigaltstackt)$/;"	f
 40542  sigaltstack	./runtime/os_netbsd.go	/^func sigaltstack(new, old *sigaltstackt)$/;"	f
 40543  sigaltstack	./runtime/os_openbsd.go	/^func sigaltstack(new, old *stackt)$/;"	f
 40544  sigaltstackt	./runtime/defs1_netbsd_386.go	/^type sigaltstackt struct {$/;"	t
 40545  sigaltstackt	./runtime/defs1_netbsd_amd64.go	/^type sigaltstackt struct {$/;"	t
 40546  sigaltstackt	./runtime/defs1_netbsd_arm.go	/^type sigaltstackt struct {$/;"	t
 40547  sigaltstackt	./runtime/defs1_solaris_amd64.go	/^type sigaltstackt struct {$/;"	t
 40548  sigaltstackt	./runtime/defs_dragonfly_amd64.go	/^type sigaltstackt struct {$/;"	t
 40549  sigaltstackt	./runtime/defs_freebsd_386.go	/^type sigaltstackt struct {$/;"	t
 40550  sigaltstackt	./runtime/defs_freebsd_amd64.go	/^type sigaltstackt struct {$/;"	t
 40551  sigaltstackt	./runtime/defs_freebsd_arm.go	/^type sigaltstackt struct {$/;"	t
 40552  sigaltstackt	./runtime/defs_linux_386.go	/^type sigaltstackt struct {$/;"	t
 40553  sigaltstackt	./runtime/defs_linux_amd64.go	/^type sigaltstackt struct {$/;"	t
 40554  sigaltstackt	./runtime/defs_linux_arm.go	/^type sigaltstackt struct {$/;"	t
 40555  sigaltstackt	./runtime/defs_linux_arm64.go	/^type sigaltstackt struct {$/;"	t
 40556  sigaltstackt	./runtime/defs_linux_ppc64.go	/^type sigaltstackt struct {$/;"	t
 40557  sigaltstackt	./runtime/defs_linux_ppc64le.go	/^type sigaltstackt struct {$/;"	t
 40558  sigaltstackt	./runtime/defs_openbsd_386.go	/^type sigaltstackt struct {$/;"	t
 40559  sigaltstackt	./runtime/defs_openbsd_amd64.go	/^type sigaltstackt struct {$/;"	t
 40560  sigaltstackt	./runtime/defs_openbsd_arm.go	/^type sigaltstackt struct {$/;"	t
 40561  sigcmp	./cmd/compile/internal/gc/reflect.go	/^func sigcmp(a *Sig, b *Sig) int {$/;"	f
 40562  sigcode	./runtime/signal_darwin_386.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40563  sigcode	./runtime/signal_darwin_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40564  sigcode	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40565  sigcode	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40566  sigcode	./runtime/signal_dragonfly_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40567  sigcode	./runtime/signal_freebsd_386.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40568  sigcode	./runtime/signal_freebsd_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40569  sigcode	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40570  sigcode	./runtime/signal_linux_386.go	/^func (c *sigctxt) sigcode() uint32   { return uint32(c.info.si_code) }$/;"	f
 40571  sigcode	./runtime/signal_linux_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40572  sigcode	./runtime/signal_linux_arm.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40573  sigcode	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40574  sigcode	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40575  sigcode	./runtime/signal_nacl_386.go	/^func (c *sigctxt) sigcode() uint32   { return ^uint32(0) }$/;"	f
 40576  sigcode	./runtime/signal_nacl_amd64p32.go	/^func (c *sigctxt) sigcode() uint64 { return ^uint64(0) }$/;"	f
 40577  sigcode	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) sigcode() uint32 { return 0 }$/;"	f
 40578  sigcode	./runtime/signal_netbsd_386.go	/^func (c *sigctxt) sigcode() uint32  { return uint32(c.info._code) }$/;"	f
 40579  sigcode	./runtime/signal_netbsd_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info._code) }$/;"	f
 40580  sigcode	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info._code) }$/;"	f
 40581  sigcode	./runtime/signal_openbsd_386.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40582  sigcode	./runtime/signal_openbsd_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40583  sigcode	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) sigcode() uint32 { return uint32(c.info.si_code) }$/;"	f
 40584  sigcode	./runtime/signal_solaris_amd64.go	/^func (c *sigctxt) sigcode() uint64 { return uint64(c.info.si_code) }$/;"	f
 40585  sigcontext	./runtime/defs_linux_386.go	/^type sigcontext struct {$/;"	t
 40586  sigcontext	./runtime/defs_linux_amd64.go	/^type sigcontext struct {$/;"	t
 40587  sigcontext	./runtime/defs_linux_arm.go	/^type sigcontext struct {$/;"	t
 40588  sigcontext	./runtime/defs_linux_arm64.go	/^type sigcontext struct {$/;"	t
 40589  sigcontext	./runtime/defs_linux_ppc64.go	/^type sigcontext struct {$/;"	t
 40590  sigcontext	./runtime/defs_linux_ppc64le.go	/^type sigcontext struct {$/;"	t
 40591  sigcontext	./runtime/defs_openbsd_386.go	/^type sigcontext struct {$/;"	t
 40592  sigcontext	./runtime/defs_openbsd_amd64.go	/^type sigcontext struct {$/;"	t
 40593  sigcontext	./runtime/defs_openbsd_arm.go	/^type sigcontext struct {$/;"	t
 40594  sigctxt	./runtime/defs_plan9_386.go	/^type sigctxt struct {$/;"	t
 40595  sigctxt	./runtime/defs_plan9_amd64.go	/^type sigctxt struct {$/;"	t
 40596  sigctxt	./runtime/signal_darwin_386.go	/^type sigctxt struct {$/;"	t
 40597  sigctxt	./runtime/signal_darwin_amd64.go	/^type sigctxt struct {$/;"	t
 40598  sigctxt	./runtime/signal_darwin_arm.go	/^type sigctxt struct {$/;"	t
 40599  sigctxt	./runtime/signal_darwin_arm64.go	/^type sigctxt struct {$/;"	t
 40600  sigctxt	./runtime/signal_dragonfly_amd64.go	/^type sigctxt struct {$/;"	t
 40601  sigctxt	./runtime/signal_freebsd_386.go	/^type sigctxt struct {$/;"	t
 40602  sigctxt	./runtime/signal_freebsd_amd64.go	/^type sigctxt struct {$/;"	t
 40603  sigctxt	./runtime/signal_freebsd_arm.go	/^type sigctxt struct {$/;"	t
 40604  sigctxt	./runtime/signal_linux_386.go	/^type sigctxt struct {$/;"	t
 40605  sigctxt	./runtime/signal_linux_amd64.go	/^type sigctxt struct {$/;"	t
 40606  sigctxt	./runtime/signal_linux_arm.go	/^type sigctxt struct {$/;"	t
 40607  sigctxt	./runtime/signal_linux_arm64.go	/^type sigctxt struct {$/;"	t
 40608  sigctxt	./runtime/signal_linux_ppc64x.go	/^type sigctxt struct {$/;"	t
 40609  sigctxt	./runtime/signal_nacl_386.go	/^type sigctxt struct {$/;"	t
 40610  sigctxt	./runtime/signal_nacl_amd64p32.go	/^type sigctxt struct {$/;"	t
 40611  sigctxt	./runtime/signal_nacl_arm.go	/^type sigctxt struct {$/;"	t
 40612  sigctxt	./runtime/signal_netbsd_386.go	/^type sigctxt struct {$/;"	t
 40613  sigctxt	./runtime/signal_netbsd_amd64.go	/^type sigctxt struct {$/;"	t
 40614  sigctxt	./runtime/signal_netbsd_arm.go	/^type sigctxt struct {$/;"	t
 40615  sigctxt	./runtime/signal_openbsd_386.go	/^type sigctxt struct {$/;"	t
 40616  sigctxt	./runtime/signal_openbsd_amd64.go	/^type sigctxt struct {$/;"	t
 40617  sigctxt	./runtime/signal_openbsd_arm.go	/^type sigctxt struct {$/;"	t
 40618  sigctxt	./runtime/signal_solaris_amd64.go	/^type sigctxt struct {$/;"	t
 40619  sigdisable	./runtime/os1_nacl.go	/^func sigdisable(uint32)                                   {}$/;"	f
 40620  sigdisable	./runtime/os3_plan9.go	/^func sigdisable(sig uint32) {$/;"	f
 40621  sigdisable	./runtime/signal1_unix.go	/^func sigdisable(sig uint32) {$/;"	f
 40622  sigdisable	./runtime/signal_windows.go	/^func sigdisable(sig uint32) {$/;"	f
 40623  sigenable	./runtime/os1_nacl.go	/^func sigenable(uint32)                                    {}$/;"	f
 40624  sigenable	./runtime/os3_plan9.go	/^func sigenable(sig uint32) {$/;"	f
 40625  sigenable	./runtime/signal1_unix.go	/^func sigenable(sig uint32) {$/;"	f
 40626  sigenable	./runtime/signal_windows.go	/^func sigenable(sig uint32) {$/;"	f
 40627  sigfwd	./runtime/os_dragonfly.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)$/;"	f
 40628  sigfwd	./runtime/os_freebsd.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)$/;"	f
 40629  sigfwd	./runtime/os_linux.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)$/;"	f
 40630  sigfwd	./runtime/os_nacl.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {$/;"	f
 40631  sigfwd	./runtime/os_netbsd.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {$/;"	f
 40632  sigfwd	./runtime/os_openbsd.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)$/;"	f
 40633  sigfwd	./runtime/os_solaris.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)$/;"	f
 40634  sigfwd	./runtime/signal_darwin.go	/^func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)$/;"	f
 40635  sigfwdgo	./runtime/signal_unix.go	/^func sigfwdgo(sig uint32, info *siginfo, ctx unsafe.Pointer) bool {$/;"	f
 40636  sighandler	./runtime/os3_plan9.go	/^func sighandler(_ureg *ureg, note *byte, gp *g) int {$/;"	f
 40637  sighandler	./runtime/signal_386.go	/^func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {$/;"	f
 40638  sighandler	./runtime/signal_amd64x.go	/^func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {$/;"	f
 40639  sighandler	./runtime/signal_arm.go	/^func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {$/;"	f
 40640  sighandler	./runtime/signal_arm64.go	/^func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {$/;"	f
 40641  sighandler	./runtime/signal_ppc64x.go	/^func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {$/;"	f
 40642  sigignore	./runtime/os1_nacl.go	/^func sigignore(uint32)                                    {}$/;"	f
 40643  sigignore	./runtime/os3_plan9.go	/^func sigignore(sig uint32) {$/;"	f
 40644  sigignore	./runtime/signal1_unix.go	/^func sigignore(sig uint32) {$/;"	f
 40645  sigignore	./runtime/signal_windows.go	/^func sigignore(sig uint32) {$/;"	f
 40646  siginfo	./runtime/defs1_netbsd_386.go	/^type siginfo struct {$/;"	t
 40647  siginfo	./runtime/defs1_netbsd_amd64.go	/^type siginfo struct {$/;"	t
 40648  siginfo	./runtime/defs1_netbsd_arm.go	/^type siginfo struct {$/;"	t
 40649  siginfo	./runtime/defs1_solaris_amd64.go	/^type siginfo struct {$/;"	t
 40650  siginfo	./runtime/defs_darwin_386.go	/^type siginfo struct {$/;"	t
 40651  siginfo	./runtime/defs_darwin_amd64.go	/^type siginfo struct {$/;"	t
 40652  siginfo	./runtime/defs_darwin_arm.go	/^type siginfo struct {$/;"	t
 40653  siginfo	./runtime/defs_darwin_arm64.go	/^type siginfo struct {$/;"	t
 40654  siginfo	./runtime/defs_dragonfly_amd64.go	/^type siginfo struct {$/;"	t
 40655  siginfo	./runtime/defs_freebsd_386.go	/^type siginfo struct {$/;"	t
 40656  siginfo	./runtime/defs_freebsd_amd64.go	/^type siginfo struct {$/;"	t
 40657  siginfo	./runtime/defs_freebsd_arm.go	/^type siginfo struct {$/;"	t
 40658  siginfo	./runtime/defs_linux_386.go	/^type siginfo struct {$/;"	t
 40659  siginfo	./runtime/defs_linux_amd64.go	/^type siginfo struct {$/;"	t
 40660  siginfo	./runtime/defs_linux_arm.go	/^type siginfo struct {$/;"	t
 40661  siginfo	./runtime/defs_linux_arm64.go	/^type siginfo struct {$/;"	t
 40662  siginfo	./runtime/defs_linux_ppc64.go	/^type siginfo struct {$/;"	t
 40663  siginfo	./runtime/defs_linux_ppc64le.go	/^type siginfo struct {$/;"	t
 40664  siginfo	./runtime/defs_openbsd_386.go	/^type siginfo struct {$/;"	t
 40665  siginfo	./runtime/defs_openbsd_amd64.go	/^type siginfo struct {$/;"	t
 40666  siginfo	./runtime/defs_openbsd_arm.go	/^type siginfo struct {$/;"	t
 40667  siginfo	./runtime/os2_nacl.go	/^type siginfo struct{}$/;"	t
 40668  sigmask	./runtime/signal1_unix.go	/^type sigmask [(_NSIG + 31) \/ 32]uint32$/;"	t
 40669  sign	./cmd/compile/internal/big/float.go	/^		var sign, bexp, mant uint32$/;"	v
 40670  sign	./cmd/compile/internal/big/float.go	/^		var sign, bexp, mant uint64$/;"	v
 40671  sign	./cmd/compile/internal/big/ftoa.go	/^	var sign string$/;"	v
 40672  sign	./cmd/compile/internal/gc/mparith3.go	/^	var sign string$/;"	v
 40673  sign	./debug/pe/file.go	/^		var sign [4]byte$/;"	v
 40674  sign	./math/big/float.go	/^		var sign, bexp, mant uint32$/;"	v
 40675  sign	./math/big/float.go	/^		var sign, bexp, mant uint64$/;"	v
 40676  sign	./math/big/ftoa.go	/^	var sign string$/;"	v
 40677  sign	./time/format.go	/^			var sign, hour, min, seconds string$/;"	v
 40678  signPKCS1v15Test	./crypto/rsa/pkcs1v15_test.go	/^type signPKCS1v15Test struct {$/;"	t
 40679  signPKCS1v15Tests	./crypto/rsa/pkcs1v15_test.go	/^var signPKCS1v15Tests = []signPKCS1v15Test{$/;"	v
 40680  signPSSWithSalt	./crypto/rsa/pss.go	/^func signPSSWithSalt(rand io.Reader, priv *PrivateKey, hash crypto.Hash, hashed, salt []byte) (s []byte, err error) {$/;"	f
 40681  signal	./compress/flate/deflate_test.go	/^func (b *syncBuffer) signal() {$/;"	f
 40682  signal	./os/exec_plan9.go	/^func (p *Process) signal(sig Signal) error {$/;"	f
 40683  signal	./os/exec_unix.go	/^func (p *Process) signal(sig Signal) error {$/;"	f
 40684  signal	./os/exec_windows.go	/^func (p *Process) signal(sig Signal) error {$/;"	f
 40685  signalImpl	./sync/cond.go	/^func (c *Cond) signalImpl(all bool) {$/;"	f
 40686  signalTrace	./cmd/go/signal_notunix.go	/^var signalTrace os.Signal = nil$/;"	v
 40687  signalTrace	./cmd/go/signal_unix.go	/^var signalTrace os.Signal = syscall.SIGQUIT$/;"	v
 40688  signal_disable	./os/signal/signal_plan9.go	/^func signal_disable(uint32)$/;"	f
 40689  signal_disable	./os/signal/signal_unix.go	/^func signal_disable(uint32)$/;"	f
 40690  signal_disable	./runtime/sigqueue.go	/^func signal_disable(s uint32) {$/;"	f
 40691  signal_disable	./runtime/sigqueue_plan9.go	/^func signal_disable(s uint32) {$/;"	f
 40692  signal_enable	./os/signal/signal_plan9.go	/^func signal_enable(uint32)$/;"	f
 40693  signal_enable	./os/signal/signal_unix.go	/^func signal_enable(uint32)$/;"	f
 40694  signal_enable	./runtime/sigqueue.go	/^func signal_enable(s uint32) {$/;"	f
 40695  signal_enable	./runtime/sigqueue_plan9.go	/^func signal_enable(s uint32) {$/;"	f
 40696  signal_ignore	./os/signal/signal_plan9.go	/^func signal_ignore(uint32)$/;"	f
 40697  signal_ignore	./os/signal/signal_unix.go	/^func signal_ignore(uint32)$/;"	f
 40698  signal_ignore	./runtime/sigqueue.go	/^func signal_ignore(s uint32) {$/;"	f
 40699  signal_ignore	./runtime/sigqueue_plan9.go	/^func signal_ignore(s uint32) {$/;"	f
 40700  signal_recv	./os/signal/signal_plan9.go	/^func signal_recv() string$/;"	f
 40701  signal_recv	./os/signal/signal_unix.go	/^func signal_recv() uint32$/;"	f
 40702  signal_recv	./runtime/sigqueue.go	/^func signal_recv() uint32 {$/;"	f
 40703  signal_recv	./runtime/sigqueue_plan9.go	/^func signal_recv() string {$/;"	f
 40704  signals	./regexp/testdata/testregex.c	/^	int		signals;$/;"	m	struct:__anon2	file:
 40705  signals	./syscall/syscall_nacl.go	/^var signals = [...]string{}$/;"	v
 40706  signals	./syscall/zerrors_darwin_386.go	/^var signals = [...]string{$/;"	v
 40707  signals	./syscall/zerrors_darwin_amd64.go	/^var signals = [...]string{$/;"	v
 40708  signals	./syscall/zerrors_darwin_arm.go	/^var signals = [...]string{$/;"	v
 40709  signals	./syscall/zerrors_darwin_arm64.go	/^var signals = [...]string{$/;"	v
 40710  signals	./syscall/zerrors_dragonfly_amd64.go	/^var signals = [...]string{$/;"	v
 40711  signals	./syscall/zerrors_freebsd_386.go	/^var signals = [...]string{$/;"	v
 40712  signals	./syscall/zerrors_freebsd_amd64.go	/^var signals = [...]string{$/;"	v
 40713  signals	./syscall/zerrors_freebsd_arm.go	/^var signals = [...]string{$/;"	v
 40714  signals	./syscall/zerrors_linux_386.go	/^var signals = [...]string{$/;"	v
 40715  signals	./syscall/zerrors_linux_amd64.go	/^var signals = [...]string{$/;"	v
 40716  signals	./syscall/zerrors_linux_arm.go	/^var signals = [...]string{$/;"	v
 40717  signals	./syscall/zerrors_linux_arm64.go	/^var signals = [...]string{$/;"	v
 40718  signals	./syscall/zerrors_linux_ppc64.go	/^var signals = [...]string{$/;"	v
 40719  signals	./syscall/zerrors_linux_ppc64le.go	/^var signals = [...]string{$/;"	v
 40720  signals	./syscall/zerrors_netbsd_386.go	/^var signals = [...]string{$/;"	v
 40721  signals	./syscall/zerrors_netbsd_amd64.go	/^var signals = [...]string{$/;"	v
 40722  signals	./syscall/zerrors_netbsd_arm.go	/^var signals = [...]string{$/;"	v
 40723  signals	./syscall/zerrors_openbsd_386.go	/^var signals = [...]string{$/;"	v
 40724  signals	./syscall/zerrors_openbsd_amd64.go	/^var signals = [...]string{$/;"	v
 40725  signals	./syscall/zerrors_openbsd_arm.go	/^var signals = [...]string{$/;"	v
 40726  signals	./syscall/zerrors_solaris_amd64.go	/^var signals = [...]string{$/;"	v
 40727  signals	./syscall/ztypes_windows.go	/^var signals = [...]string{$/;"	v
 40728  signalsToIgnore	./cmd/go/signal_notunix.go	/^var signalsToIgnore = []os.Signal{os.Interrupt}$/;"	v
 40729  signalsToIgnore	./cmd/go/signal_unix.go	/^var signalsToIgnore = []os.Signal{os.Interrupt, syscall.SIGQUIT}$/;"	v
 40730  signalstack	./runtime/os1_darwin.go	/^func signalstack(s *stack) {$/;"	f
 40731  signalstack	./runtime/os1_dragonfly.go	/^func signalstack(s *stack) {$/;"	f
 40732  signalstack	./runtime/os1_freebsd.go	/^func signalstack(s *stack) {$/;"	f
 40733  signalstack	./runtime/os1_linux.go	/^func signalstack(s *stack) {$/;"	f
 40734  signalstack	./runtime/os1_netbsd.go	/^func signalstack(s *stack) {$/;"	f
 40735  signalstack	./runtime/os1_openbsd.go	/^func signalstack(s *stack) {$/;"	f
 40736  signalstack	./runtime/os3_solaris.go	/^func signalstack(s *stack) {$/;"	f
 40737  signatlist	./cmd/compile/internal/gc/reflect.go	/^var signatlist *NodeList$/;"	v
 40738  signature	./crypto/x509/x509.go	/^	var signature []byte$/;"	v
 40739  signature	./debug/dwarf/entry.go	/^			\/\/ 64-bit type signature.$/;"	t
 40740  signature	./go/printer/nodes.go	/^func (p *printer) signature(params, result *ast.FieldList) {$/;"	f
 40741  signature	./reflect/value.go	/^\/\/ The return value t gives the method type signature (without the receiver).$/;"	t
 40742  signatureAlgorithmDetails	./crypto/x509/x509.go	/^var signatureAlgorithmDetails = []struct {$/;"	v
 40743  signatureAndHash	./crypto/tls/common.go	/^type signatureAndHash struct {$/;"	t
 40744  signatureAndHash	./crypto/tls/handshake_server.go	/^		var signatureAndHash signatureAndHash$/;"	v
 40745  signatureString	./cmd/api/goapi.go	/^func (w *Walker) signatureString(sig *types.Signature) string {$/;"	f
 40746  signatureType	./crypto/tls/handshake_client.go	/^		var signatureType uint8$/;"	v
 40747  signbit	./math/all_test.go	/^var signbit = []bool{$/;"	v
 40748  signbitSC	./math/all_test.go	/^var signbitSC = []bool{$/;"	v
 40749  signedResult	./encoding/gob/codec_test.go	/^var signedResult = []byte{0x07, 2 * 17}$/;"	v
 40750  signingParamsForPublicKey	./crypto/x509/x509.go	/^func signingParamsForPublicKey(pub interface{}, requestedSigAlgo SignatureAlgorithm) (hashFunc crypto.Hash, sigAlgo pkix.AlgorithmIdentifier, err error) {$/;"	f
 40751  signum	./os/signal/signal_plan9.go	/^func signum(sig os.Signal) int {$/;"	f
 40752  signum	./os/signal/signal_unix.go	/^func signum(sig os.Signal) int {$/;"	f
 40753  sigpanic	./runtime/os_nacl.go	/^func sigpanic() {$/;"	f
 40754  sigpanic	./runtime/os_plan9.go	/^func sigpanic() {$/;"	f
 40755  sigpanic	./runtime/signal_windows.go	/^func sigpanic() {$/;"	f
 40756  sigpanic	./runtime/sigpanic_unix.go	/^func sigpanic() {$/;"	f
 40757  sigpipe	./os/file_posix.go	/^func sigpipe() \/\/ implemented in package runtime$/;"	f
 40758  sigpipe	./runtime/signal1_unix.go	/^func sigpipe() {$/;"	f
 40759  sigprocmask	./runtime/os3_solaris.go	/^func sigprocmask(how int32, set *sigset, oset *sigset) \/* int32 *\/ {$/;"	f
 40760  sigprocmask	./runtime/os_darwin.go	/^func sigprocmask(how uint32, new, old *uint32)$/;"	f
 40761  sigprocmask	./runtime/os_dragonfly.go	/^func sigprocmask(how int32, new, old *sigset)$/;"	f
 40762  sigprocmask	./runtime/os_freebsd.go	/^func sigprocmask(how int32, new, old *sigset)$/;"	f
 40763  sigprocmask	./runtime/os_netbsd.go	/^func sigprocmask(mode int32, new, old *sigset)$/;"	f
 40764  sigprocmask	./runtime/os_openbsd.go	/^func sigprocmask(mode int32, new uint32) uint32$/;"	f
 40765  sigprof	./runtime/proc1.go	/^func sigprof(pc, sp, lr uintptr, gp *g, mp *m) {$/;"	f
 40766  sigreturn	./runtime/os1_linux.go	/^func sigreturn()$/;"	f
 40767  sigreturn	./runtime/signal_darwin.go	/^func sigreturn(ctx unsafe.Pointer, infostyle uint32)$/;"	f
 40768  sigsend	./runtime/sigqueue.go	/^func sigsend(s uint32) bool {$/;"	f
 40769  sigset	./runtime/defs1_netbsd_386.go	/^type sigset struct {$/;"	t
 40770  sigset	./runtime/defs1_netbsd_amd64.go	/^type sigset struct {$/;"	t
 40771  sigset	./runtime/defs1_netbsd_arm.go	/^type sigset struct {$/;"	t
 40772  sigset	./runtime/defs1_solaris_amd64.go	/^type sigset struct {$/;"	t
 40773  sigset	./runtime/defs_dragonfly_amd64.go	/^type sigset struct {$/;"	t
 40774  sigset	./runtime/defs_freebsd_386.go	/^type sigset struct {$/;"	t
 40775  sigset	./runtime/defs_freebsd_amd64.go	/^type sigset struct {$/;"	t
 40776  sigset	./runtime/defs_freebsd_arm.go	/^type sigset struct {$/;"	t
 40777  sigset	./runtime/os2_linux.go	/^type sigset [2]uint32$/;"	t
 40778  sigset_all	./runtime/os1_darwin.go	/^var sigset_all = ^uint32(0)$/;"	v
 40779  sigset_all	./runtime/os1_dragonfly.go	/^var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}}$/;"	v
 40780  sigset_all	./runtime/os1_freebsd.go	/^var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}}$/;"	v
 40781  sigset_all	./runtime/os1_linux.go	/^var sigset_all sigset = sigset{^uint32(0), ^uint32(0)}$/;"	v
 40782  sigset_all	./runtime/os1_netbsd.go	/^var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}}$/;"	v
 40783  sigset_all	./runtime/os3_solaris.go	/^var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}}$/;"	v
 40784  sigtab	./os/signal/signal_plan9.go	/^var sigtab = make(map[os.Signal]int)$/;"	v
 40785  sigtable	./runtime/signal_darwin.go	/^var sigtable = [...]sigTabT{$/;"	v
 40786  sigtable	./runtime/signal_dragonfly.go	/^var sigtable = [...]sigTabT{$/;"	v
 40787  sigtable	./runtime/signal_freebsd.go	/^var sigtable = [...]sigTabT{$/;"	v
 40788  sigtable	./runtime/signal_linux.go	/^var sigtable = [...]sigTabT{$/;"	v
 40789  sigtable	./runtime/signal_nacl.go	/^var sigtable = [...]sigTabT{$/;"	v
 40790  sigtable	./runtime/signal_netbsd.go	/^var sigtable = [...]sigTabT{$/;"	v
 40791  sigtable	./runtime/signal_openbsd.go	/^var sigtable = [...]sigTabT{$/;"	v
 40792  sigtable	./runtime/signal_plan9.go	/^var sigtable = [...]sigTabT{$/;"	v
 40793  sigtable	./runtime/signal_solaris.go	/^var sigtable = [...]sigTabT{$/;"	v
 40794  sigtabtt	./runtime/runtime2.go	/^type sigtabtt struct {$/;"	t
 40795  sigtramp	./runtime/os1_dragonfly.go	/^func sigtramp()$/;"	f
 40796  sigtramp	./runtime/os1_freebsd.go	/^func sigtramp()$/;"	f
 40797  sigtramp	./runtime/os1_linux.go	/^func sigtramp()$/;"	f
 40798  sigtramp	./runtime/os1_nacl.go	/^func sigtramp()$/;"	f
 40799  sigtramp	./runtime/os1_netbsd.go	/^func sigtramp()$/;"	f
 40800  sigtramp	./runtime/os1_openbsd.go	/^func sigtramp()$/;"	f
 40801  sigtramp	./runtime/os3_solaris.go	/^func sigtramp()$/;"	f
 40802  sigtramp	./runtime/os_darwin.go	/^func sigtramp()$/;"	f
 40803  sigtramp	./runtime/os_plan9.go	/^func sigtramp(ureg, msg unsafe.Pointer)$/;"	f
 40804  sigtrampgo	./runtime/signal_darwin.go	/^func sigtrampgo(fn uintptr, infostyle, sig uint32, info *siginfo, ctx unsafe.Pointer) {$/;"	f
 40805  sigtrampgo	./runtime/signal_linux.go	/^func sigtrampgo(sig uint32, info *siginfo, ctx unsafe.Pointer) {$/;"	f
 40806  sigunblock	./regexp/testdata/testregex.c	/^sigunblock(int s)$/;"	f	file:
 40807  simpleFold	./cmd/doc/pkg.go	/^func simpleFold(r rune) rune {$/;"	f
 40808  simpleFoldTests	./unicode/letter_test.go	/^var simpleFoldTests = []string{$/;"	v
 40809  simpleJoin	./path/filepath/path_test.go	/^func simpleJoin(dir, path string) string {$/;"	f
 40810  simpleLetterEqualFold	./encoding/json/fold.go	/^func simpleLetterEqualFold(s, t []byte) bool {$/;"	f
 40811  simpleMaskLength	./net/ip.go	/^func simpleMaskLength(mask IPMask) int {$/;"	f
 40812  simpleReader	./fmt/scan_test.go	/^type simpleReader struct {$/;"	t
 40813  simpleStmt	./go/types/stmt.go	/^func (check *Checker) simpleStmt(s ast.Stmt) {$/;"	f
 40814  simple_stmt	./cmd/compile/internal/gc/go.y	/^simple_stmt:$/;"	l
 40815  simplename	./cmd/compile/internal/gc/sinit.go	/^func simplename(n *Node) bool {$/;"	f
 40816  simplifier	./cmd/gofmt/simplify.go	/^type simplifier struct {$/;"	t
 40817  simplify	./cmd/gofmt/simplify.go	/^func simplify(f *ast.File) {$/;"	f
 40818  simplify1	./regexp/syntax/simplify.go	/^func simplify1(op Op, flags Flags, sub, re *Regexp) *Regexp {$/;"	f
 40819  simplifyComplex	./text/template/parse/node.go	/^func (n *NumberNode) simplifyComplex() {$/;"	f
 40820  simplifyTests	./regexp/syntax/simplify_test.go	/^var simplifyTests = []struct {$/;"	v
 40821  sin	./go/types/resolver_test.go	/^		func sin(x float64) float64 {$/;"	f
 40822  sin	./math/all_test.go	/^var sin = []float64{$/;"	v
 40823  sin	./math/cmplx/cmath_test.go	/^var sin = []complex128{$/;"	v
 40824  sin	./math/sin.go	/^func sin(x float64) float64 {$/;"	f
 40825  sinLarge	./math/all_test.go	/^var sinLarge = []float64{$/;"	v
 40826  sinPi	./math/lgamma.go	/^func sinPi(x float64) float64 {$/;"	f
 40827  sinSC	./math/all_test.go	/^var sinSC = []float64{$/;"	v
 40828  sinSC	./math/cmplx/cmath_test.go	/^var sinSC = []complex128{$/;"	v
 40829  sincos	./math/sincos.go	/^func sincos(x float64) (sin, cos float64) {$/;"	f
 40830  singleJoiningSlash	./net/http/httputil/reverseproxy.go	/^func singleJoiningSlash(a, b string) string {$/;"	f
 40831  singleStringReplacer	./strings/replace.go	/^type singleStringReplacer struct {$/;"	t
 40832  singleTests	./encoding/gob/encoder_test.go	/^var singleTests = []SingleTest{$/;"	v
 40833  singletonValue	./encoding/gob/debug.go	/^func (deb *debugger) singletonValue(indent tab, id typeId) {$/;"	f
 40834  singletons	./encoding/gob/codec_test.go	/^var singletons = []interface{}{$/;"	v
 40835  sinh	./math/all_test.go	/^var sinh = []float64{$/;"	v
 40836  sinh	./math/cmplx/cmath_test.go	/^var sinh = []complex128{$/;"	v
 40837  sinhSC	./math/all_test.go	/^var sinhSC = []float64{$/;"	v
 40838  sinhSC	./math/cmplx/cmath_test.go	/^var sinhSC = []complex128{$/;"	v
 40839  sinhcosh	./math/cmplx/sin.go	/^func sinhcosh(x float64) (sh, ch float64) {$/;"	f
 40840  sixteen	./encoding/xml/xml_test.go	/^var sixteen = "16"$/;"	v
 40841  siz	./cmd/link/internal/ld/data.go	/^	var siz int32$/;"	v
 40842  size	./bytes/bytes.go	/^	var size int$/;"	v
 40843  size	./bytes/bytes_test.go	/^	var size = 128$/;"	v
 40844  size	./cmd/compile/internal/gc/subr.go	/^		var size int64$/;"	v
 40845  size	./cmd/vet/shift.go	/^	var size int64$/;"	v
 40846  size	./compress/flate/huffman_bit_writer.go	/^	var size = int64(3) +$/;"	v
 40847  size	./compress/flate/huffman_code.go	/^		var size uint8$/;"	v
 40848  size	./go/internal/gcimporter/exportdata.go	/^		var size int$/;"	v
 40849  size	./index/suffixarray/suffixarray.go	/^	var size int$/;"	v
 40850  size	./os/os_test.go	/^func size(name string, t *testing.T) int64 {$/;"	f
 40851  size	./regexp/exec.go	/^	var size int$/;"	v
 40852  size	./runtime/export_test.go	/^	var size uintptr$/;"	v
 40853  size	./runtime/stack1.go	/^	var size uintptr$/;"	v
 40854  size	./strings/strings.go	/^	var size int$/;"	v
 40855  size0	./net/http/serve_test.go	/^	var size0, size1 int$/;"	v
 40856  sizeTests	./net/http/fcgi/fcgi_test.go	/^var sizeTests = []struct {$/;"	v
 40857  sizeToClass	./runtime/msize.go	/^func sizeToClass(size int32) int32 {$/;"	f
 40858  size_to_class128	./runtime/msize.go	/^var size_to_class128 [(_MaxSmallSize-1024)\/128 + 1]int8$/;"	v
 40859  size_to_class8	./runtime/msize.go	/^var size_to_class8 [1024\/8 + 1]int8$/;"	v
 40860  sizeclass	./runtime/malloc.go	/^			var sizeclass int8$/;"	v
 40861  sizeof	./encoding/binary/binary.go	/^func sizeof(t reflect.Type) int {$/;"	f
 40862  sizeof	./go/types/sizes.go	/^func (conf *Config) sizeof(T Type) int64 {$/;"	f
 40863  sizeof_Array	./cmd/compile/internal/gc/go.go	/^var sizeof_Array int \/\/ runtime sizeof(Array)$/;"	v
 40864  sizeof_C_MStats	./runtime/mstats.go	/^var sizeof_C_MStats = unsafe.Offsetof(memstats.by_size) + 61*unsafe.Sizeof(memstats.by_size[0])$/;"	v
 40865  sizeof_String	./cmd/compile/internal/gc/go.go	/^var sizeof_String int \/\/ runtime sizeof(String)$/;"	v
 40866  sizes	./go/types/builtins.go	/^		var sizes []int64 \/\/ constant integer arguments, if any$/;"	v
 40867  skip	./cmd/internal/goobj/read.go	/^func (r *objReader) skip(n int64) {$/;"	f
 40868  skip	./cmd/pack/pack.go	/^func (ar *Archive) skip(entry *Entry) {$/;"	f
 40869  skip	./debug/dwarf/buf.go	/^func (b *buf) skip(n int) { b.bytes(n) }$/;"	f
 40870  skip	./debug/elf/file.go	/^	var skip [Sym32Size]byte$/;"	v
 40871  skip	./debug/elf/file.go	/^	var skip [Sym64Size]byte$/;"	v
 40872  skip	./encoding/binary/binary.go	/^func (d *decoder) skip(v reflect.Value) {$/;"	f
 40873  skip	./encoding/binary/binary.go	/^func (e *encoder) skip(v reflect.Value) {$/;"	f
 40874  skip	./encoding/csv/reader.go	/^func (r *Reader) skip(delim rune) error {$/;"	f
 40875  skip	./testing/testing.go	/^func (c *common) skip() {$/;"	f
 40876  skip	./time/format.go	/^func skip(value, prefix string) (string, error) {$/;"	f
 40877  skipCSSSpace	./html/template/css.go	/^func skipCSSSpace(c []byte) []byte {$/;"	f
 40878  skipContents	./cmd/pack/pack.go	/^func (ar *Archive) skipContents(entry *Entry) {$/;"	f
 40879  skipLWSPChar	./mime/multipart/multipart.go	/^func skipLWSPChar(b []byte) []byte {$/;"	f
 40880  skipNop	./regexp/syntax/prog.go	/^func (p *Prog) skipNop(pc uint32) (*Inst, uint32) {$/;"	f
 40881  skipSpace	./fmt/scan.go	/^func (s *ss) skipSpace(stopAtNewline bool) {$/;"	f
 40882  skipSpace	./net/mail/message.go	/^func (p *addrParser) skipSpace() {$/;"	f
 40883  skipSpace	./net/textproto/reader.go	/^func (r *Reader) skipSpace() int {$/;"	f
 40884  skipSpecialPlatforms	./go/internal/gcimporter/gcimporter_test.go	/^func skipSpecialPlatforms(t *testing.T) {$/;"	f
 40885  skipStdinCopyError	./os/exec/exec.go	/^var skipStdinCopyError func(error) bool$/;"	v
 40886  skipUnread	./archive/tar/reader.go	/^func (tr *Reader) skipUnread() {$/;"	f
 40887  skipWhitespace	./go/scanner/scanner.go	/^func (s *Scanner) skipWhitespace() {$/;"	f
 40888  skipargs	./runtime/sys_solaris_amd64.s	/^skipargs:$/;"	l
 40889  skipcom	./cmd/yacc/yacc.go	/^func skipcom() int {$/;"	f
 40890  skipelem	./syscall/fs_nacl.go	/^func skipelem(path string) (elem, rest string) {$/;"	f
 40891  skiperrno1	./runtime/sys_solaris_amd64.s	/^skiperrno1:$/;"	l
 40892  skiperrno2	./runtime/sys_solaris_amd64.s	/^skiperrno2:	$/;"	l
 40893  skipspace	./cmd/yacc/yacc.go	/^func skipspace(line []rune) []rune {$/;"	f
 40894  skiptopkgdef	./cmd/compile/internal/gc/lex.go	/^func skiptopkgdef(b *obj.Biobuf) bool {$/;"	f
 40895  sl	./cmd/compile/internal/gc/subr.go	/^		var sl *Symlink$/;"	v
 40896  sl	./syscall/syscall_unix.go	/^	var sl = struct {$/;"	v
 40897  slashToUnderscore	./cmd/cgo/util.go	/^func slashToUnderscore(c rune) rune {$/;"	f
 40898  slashslash	./cmd/cover/cover.go	/^var slashslash = []byte("\/\/")$/;"	v
 40899  slashtests	./path/filepath/path_test.go	/^var slashtests = []PathTest{$/;"	v
 40900  sleb128enc	./cmd/link/internal/ld/dwarf.go	/^func sleb128enc(v int64, dst []byte) int {$/;"	f
 40901  sleb128put	./cmd/link/internal/ld/dwarf.go	/^func sleb128put(v int64) {$/;"	f
 40902  sleep	./cmd/go/go_test.go	/^func (tg *testgoData) sleep() {$/;"	f
 40903  sleep	./runtime/os_plan9.go	/^func sleep(ms int32) int32$/;"	f
 40904  slice	./debug/gosym/pclntab.go	/^func (t *LineTable) slice(pc uint64) *LineTable {$/;"	f
 40905  slice	./fmt/fmt_test.go	/^var slice = array[:]$/;"	v
 40906  slice	./runtime/slice.go	/^type slice struct {$/;"	t
 40907  slice3	./go/types/go11.go	/^func slice3(x *ast.SliceExpr) bool {$/;"	f
 40908  slice3	./go/types/go12.go	/^func slice3(x *ast.SliceExpr) bool {$/;"	f
 40909  sliceAddr	./encoding/json/decode_test.go	/^func sliceAddr(x []int) *[]int                 { return &x }$/;"	f
 40910  sliceEncoder	./encoding/json/encode.go	/^type sliceEncoder struct {$/;"	t
 40911  sliceError	./runtime/panic.go	/^var sliceError = error(errorString("slice bounds out of range"))$/;"	v
 40912  sliceForAppend	./crypto/cipher/gcm.go	/^func sliceForAppend(in []byte, n int) (head, tail []byte) {$/;"	f
 40913  sliceHeader	./reflect/value.go	/^type sliceHeader struct {$/;"	t
 40914  sliceLit	./runtime/symtab_test.go	/^var sliceLit = []int{lineNumber(), \/\/ 24$/;"	v
 40915  sliceMax	./go/types/go11.go	/^func sliceMax(x *ast.SliceExpr) ast.Expr {$/;"	f
 40916  sliceMax	./go/types/go12.go	/^func sliceMax(x *ast.SliceExpr) ast.Expr {$/;"	f
 40917  sliceOfString	./bytes/bytes_test.go	/^func sliceOfString(s [][]byte) []string {$/;"	f
 40918  sliceType	./encoding/gob/doc.go	/^	type sliceType struct {$/;"	t
 40919  sliceType	./encoding/gob/type.go	/^type sliceType struct {$/;"	t
 40920  sliceType	./reflect/type.go	/^type sliceType struct {$/;"	t
 40921  sliceValue	./encoding/gob/debug.go	/^func (deb *debugger) sliceValue(indent tab, wire *wireType) {$/;"	f
 40922  slicebytes	./cmd/compile/internal/gc/obj.go	/^func slicebytes(nam *Node, s string, len int) {$/;"	f
 40923  slicebytes_gen	./cmd/compile/internal/gc/obj.go	/^var slicebytes_gen int$/;"	v
 40924  slicebytetostring	./cmd/compile/internal/gc/builtin/runtime.go	/^func slicebytetostring(*[32]byte, []byte) string$/;"	f
 40925  slicebytetostring	./runtime/string.go	/^func slicebytetostring(buf *tmpBuf, b []byte) string {$/;"	f
 40926  slicebytetostringtmp	./cmd/compile/internal/gc/builtin/runtime.go	/^func slicebytetostringtmp([]byte) string$/;"	f
 40927  slicebytetostringtmp	./runtime/string.go	/^func slicebytetostringtmp(b []byte) string {$/;"	f
 40928  slicecopy	./cmd/compile/internal/gc/builtin/runtime.go	/^func slicecopy(to any, fr any, wid uintptr) int$/;"	f
 40929  slicecopy	./runtime/slice.go	/^func slicecopy(to, fm slice, width uintptr) int {$/;"	f
 40930  slicelit	./cmd/compile/internal/gc/sinit.go	/^func slicelit(ctxt int, n *Node, var_ *Node, init **NodeList) {$/;"	f
 40931  slicer	./archive/tar/common.go	/^type slicer []byte$/;"	t
 40932  slicerunetostring	./cmd/compile/internal/gc/builtin/runtime.go	/^func slicerunetostring(*[32]byte, []rune) string$/;"	f
 40933  slicerunetostring	./runtime/string.go	/^func slicerunetostring(buf *tmpBuf, a []rune) string {$/;"	f
 40934  slicestringcopy	./cmd/compile/internal/gc/builtin/runtime.go	/^func slicestringcopy(to any, fr any) int$/;"	f
 40935  slicestringcopy	./runtime/slice.go	/^func slicestringcopy(to []byte, fm string) int {$/;"	f
 40936  slicetype	./runtime/type.go	/^type slicetype struct {$/;"	t
 40937  slicing8Table	./hash/crc32/crc32.go	/^type slicing8Table [8]Table$/;"	t
 40938  slist	./cmd/compile/internal/gc/subr.go	/^var slist *Symlink$/;"	v
 40939  sloc	./cmd/pprof/internal/profile/legacy_profile.go	/^		var sloc []*Location$/;"	v
 40940  sloc	./cmd/pprof/internal/profile/legacy_profile.go	/^	var sloc []*Location$/;"	v
 40941  slots	./time/sleep_test.go	/^var slots = []int{5, 3, 6, 6, 6, 1, 1, 2, 7, 9, 4, 8, 0}$/;"	v
 40942  slowAbs	./image/png/paeth_test.go	/^func slowAbs(x int) int {$/;"	f
 40943  slowDialTCP	./net/dial_test.go	/^func slowDialTCP(net string, laddr, raddr *TCPAddr, deadline time.Time) (*TCPConn, error) {$/;"	f
 40944  slowFDCT	./image/jpeg/dct_test.go	/^func slowFDCT(b *block) {$/;"	f
 40945  slowFilterPaeth	./image/png/paeth_test.go	/^func slowFilterPaeth(cdat, pdat []byte, bytesPerPixel int) {$/;"	f
 40946  slowIDCT	./image/jpeg/dct_test.go	/^func slowIDCT(b *block) {$/;"	f
 40947  slowPaeth	./image/png/paeth_test.go	/^func slowPaeth(a, b, c uint8) uint8 {$/;"	f
 40948  slowReader	./bufio/scan_test.go	/^type slowReader struct {$/;"	t
 40949  slowReader	./mime/multipart/multipart_test.go	/^type slowReader struct {$/;"	t
 40950  slowTestConn	./net/http/serve_test.go	/^type slowTestConn struct {$/;"	t
 40951  slowdodiv	./runtime/vlrt.go	/^func slowdodiv(n, d uint64) (q, r uint64) {$/;"	f
 40952  small	./runtime/asm_386.s	/^small:$/;"	l
 40953  small	./runtime/asm_amd64.s	/^small:$/;"	l
 40954  small	./runtime/asm_amd64p32.s	/^small:$/;"	l
 40955  small	./runtime/proc_test.go	/^func small(stop chan int, x *[8192]byte) int {$/;"	f
 40956  smallPowersOfTen	./strconv/extfloat.go	/^var smallPowersOfTen = [...]extFloat{$/;"	v
 40957  smallPrimes	./crypto/rand/util.go	/^var smallPrimes = []uint8{$/;"	v
 40958  smallPrimesProduct	./crypto/rand/util.go	/^var smallPrimesProduct = new(big.Int).SetUint64(16294579238595022365)$/;"	v
 40959  smallReaddirnames	./os/os_test.go	/^func smallReaddirnames(file *File, length int, t *testing.T) []string {$/;"	f
 40960  smallindir	./cmd/compile/internal/amd64/peep.go	/^func smallindir(a *obj.Addr, reg *obj.Addr) bool {$/;"	f
 40961  smallindir	./cmd/compile/internal/arm/peep.go	/^func smallindir(a *obj.Addr, reg *obj.Addr) bool {$/;"	f
 40962  smallindir	./cmd/compile/internal/arm64/peep.go	/^func smallindir(a *obj.Addr, reg *obj.Addr) bool {$/;"	f
 40963  smallindir	./cmd/compile/internal/ppc64/peep.go	/^func smallindir(a *obj.Addr, reg *obj.Addr) bool {$/;"	f
 40964  smallindir	./cmd/compile/internal/x86/peep.go	/^func smallindir(a *obj.Addr, reg *obj.Addr) bool {$/;"	f
 40965  smtpSender	./net/smtp/smtp_test.go	/^type smtpSender struct {$/;"	t
 40966  sng	./image/png/reader_test.go	/^func sng(w io.WriteCloser, filename string, png image.Image) {$/;"	f
 40967  sniff	./image/format.go	/^func sniff(r reader) format {$/;"	f
 40968  sniffSig	./net/http/sniff.go	/^type sniffSig interface {$/;"	t
 40969  sniffSignatures	./net/http/sniff.go	/^var sniffSignatures = []sniffSig{$/;"	v
 40970  sniffTests	./net/http/sniff_test.go	/^var sniffTests = []struct {$/;"	v
 40971  sniffing	./net/http/serve_test.go	/^\/\/ TestHeadResponses verifies that all MIME type sniffing and Content-Length$/;"	t
 40972  so	./encoding/asn1/asn1.go	/^		\/\/ always use the correct string type so we permit it.$/;"	t
 40973  so	./go/types/expr.go	/^			\/\/ non-integer numeric constants. Correct the type so that the shift$/;"	t
 40974  so	./reflect/value.go	/^		\/\/ Overwrite type so that they match.$/;"	t
 40975  sockaddr	./net/iprawsock_posix.go	/^func (a *IPAddr) sockaddr(family int) (syscall.Sockaddr, error) {$/;"	f
 40976  sockaddr	./net/sock_posix.go	/^type sockaddr interface {$/;"	t
 40977  sockaddr	./net/tcpsock_posix.go	/^func (a *TCPAddr) sockaddr(family int) (syscall.Sockaddr, error) {$/;"	f
 40978  sockaddr	./net/udpsock_posix.go	/^func (a *UDPAddr) sockaddr(family int) (syscall.Sockaddr, error) {$/;"	f
 40979  sockaddr	./net/unixsock_posix.go	/^func (a *UnixAddr) sockaddr(family int) (syscall.Sockaddr, error) {$/;"	f
 40980  sockaddr	./syscall/route_bsd.go	/^func (m *InterfaceAddrMessage) sockaddr() ([]Sockaddr, error) {$/;"	f
 40981  sockaddr	./syscall/route_bsd.go	/^func (m *InterfaceMessage) sockaddr() ([]Sockaddr, error) {$/;"	f
 40982  sockaddr	./syscall/route_bsd.go	/^func (m *RouteMessage) sockaddr() ([]Sockaddr, error) {$/;"	f
 40983  sockaddr	./syscall/route_darwin.go	/^func (m *InterfaceMulticastAddrMessage) sockaddr() ([]Sockaddr, error) {$/;"	f
 40984  sockaddr	./syscall/route_dragonfly.go	/^func (m *InterfaceAnnounceMessage) sockaddr() ([]Sockaddr, error) { return nil, nil }$/;"	f
 40985  sockaddr	./syscall/route_dragonfly.go	/^func (m *InterfaceMulticastAddrMessage) sockaddr() ([]Sockaddr, error) {$/;"	f
 40986  sockaddr	./syscall/route_freebsd.go	/^func (m *InterfaceAnnounceMessage) sockaddr() ([]Sockaddr, error) { return nil, nil }$/;"	f
 40987  sockaddr	./syscall/route_freebsd.go	/^func (m *InterfaceMulticastAddrMessage) sockaddr() ([]Sockaddr, error) {$/;"	f
 40988  sockaddr	./syscall/route_netbsd.go	/^func (m *InterfaceAnnounceMessage) sockaddr() ([]Sockaddr, error) { return nil, nil }$/;"	f
 40989  sockaddr	./syscall/route_openbsd.go	/^func (m *InterfaceAnnounceMessage) sockaddr() ([]Sockaddr, error) { return nil, nil }$/;"	f
 40990  sockaddr	./syscall/syscall_bsd.go	/^func (sa *SockaddrDatalink) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40991  sockaddr	./syscall/syscall_bsd.go	/^func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40992  sockaddr	./syscall/syscall_bsd.go	/^func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40993  sockaddr	./syscall/syscall_bsd.go	/^func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40994  sockaddr	./syscall/syscall_linux.go	/^func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40995  sockaddr	./syscall/syscall_linux.go	/^func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40996  sockaddr	./syscall/syscall_linux.go	/^func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40997  sockaddr	./syscall/syscall_linux.go	/^func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40998  sockaddr	./syscall/syscall_linux.go	/^func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 40999  sockaddr	./syscall/syscall_solaris.go	/^func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 41000  sockaddr	./syscall/syscall_solaris.go	/^func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 41001  sockaddr	./syscall/syscall_solaris.go	/^func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {$/;"	f
 41002  sockaddr	./syscall/syscall_windows.go	/^func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, int32, error) {$/;"	f
 41003  sockaddr	./syscall/syscall_windows.go	/^func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, int32, error) {$/;"	f
 41004  sockaddr	./syscall/syscall_windows.go	/^func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, int32, error) {$/;"	f
 41005  sockaddrToIP	./net/iprawsock_posix.go	/^func sockaddrToIP(sa syscall.Sockaddr) Addr {$/;"	f
 41006  sockaddrToTCP	./net/tcpsock_posix.go	/^func sockaddrToTCP(sa syscall.Sockaddr) Addr {$/;"	f
 41007  sockaddrToUDP	./net/udpsock_posix.go	/^func sockaddrToUDP(sa syscall.Sockaddr) Addr {$/;"	f
 41008  sockaddrToUnix	./net/unixsock_posix.go	/^func sockaddrToUnix(sa syscall.Sockaddr) Addr {$/;"	f
 41009  sockaddrToUnixgram	./net/unixsock_posix.go	/^func sockaddrToUnixgram(sa syscall.Sockaddr) Addr {$/;"	f
 41010  sockaddrToUnixpacket	./net/unixsock_posix.go	/^func sockaddrToUnixpacket(sa syscall.Sockaddr) Addr {$/;"	f
 41011  sockaddr_un	./runtime/defs_linux_arm.go	/^type sockaddr_un struct {$/;"	t
 41012  sockaddrs	./syscall/route_bsd_test.go	/^type sockaddrs []syscall.Sockaddr$/;"	t
 41013  socket	./net/sock_posix.go	/^func socket(net string, family, sotype, proto int, ipv6only bool, laddr, raddr sockaddr, deadline time.Time) (fd *netFD, err error) {$/;"	f
 41014  socket	./runtime/stubs_android.go	/^func socket(domain int32, typ int32, prot int32) int32$/;"	f
 41015  socket	./syscall/syscall_linux_386.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41016  socket	./syscall/zsyscall_darwin_386.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41017  socket	./syscall/zsyscall_darwin_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41018  socket	./syscall/zsyscall_darwin_arm.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41019  socket	./syscall/zsyscall_darwin_arm64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41020  socket	./syscall/zsyscall_dragonfly_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41021  socket	./syscall/zsyscall_freebsd_386.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41022  socket	./syscall/zsyscall_freebsd_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41023  socket	./syscall/zsyscall_freebsd_arm.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41024  socket	./syscall/zsyscall_linux_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41025  socket	./syscall/zsyscall_linux_arm.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41026  socket	./syscall/zsyscall_linux_arm64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41027  socket	./syscall/zsyscall_linux_ppc64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41028  socket	./syscall/zsyscall_linux_ppc64le.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41029  socket	./syscall/zsyscall_netbsd_386.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41030  socket	./syscall/zsyscall_netbsd_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41031  socket	./syscall/zsyscall_netbsd_arm.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41032  socket	./syscall/zsyscall_openbsd_386.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41033  socket	./syscall/zsyscall_openbsd_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41034  socket	./syscall/zsyscall_openbsd_arm.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41035  socket	./syscall/zsyscall_solaris_amd64.go	/^func socket(domain int, typ int, proto int) (fd int, err error) {$/;"	f
 41036  socket	./syscall/zsyscall_windows.go	/^func socket(af int32, typ int32, protocol int32) (handle Handle, err error) {$/;"	f
 41037  socketControlMessageHeaderAndData	./syscall/sockcmsg_unix.go	/^func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, error) {$/;"	f
 41038  socketcall	./syscall/syscall_linux_386.go	/^func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err Errno)$/;"	f
 41039  socketpair	./syscall/syscall_linux_386.go	/^func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) {$/;"	f
 41040  socketpair	./syscall/zsyscall_darwin_386.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41041  socketpair	./syscall/zsyscall_darwin_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41042  socketpair	./syscall/zsyscall_darwin_arm.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41043  socketpair	./syscall/zsyscall_darwin_arm64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41044  socketpair	./syscall/zsyscall_dragonfly_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41045  socketpair	./syscall/zsyscall_freebsd_386.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41046  socketpair	./syscall/zsyscall_freebsd_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41047  socketpair	./syscall/zsyscall_freebsd_arm.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41048  socketpair	./syscall/zsyscall_linux_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41049  socketpair	./syscall/zsyscall_linux_arm.go	/^func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) {$/;"	f
 41050  socketpair	./syscall/zsyscall_linux_arm64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41051  socketpair	./syscall/zsyscall_linux_ppc64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41052  socketpair	./syscall/zsyscall_linux_ppc64le.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41053  socketpair	./syscall/zsyscall_netbsd_386.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41054  socketpair	./syscall/zsyscall_netbsd_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41055  socketpair	./syscall/zsyscall_netbsd_arm.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41056  socketpair	./syscall/zsyscall_openbsd_386.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41057  socketpair	./syscall/zsyscall_openbsd_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41058  socketpair	./syscall/zsyscall_openbsd_arm.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41059  socketpair	./syscall/zsyscall_solaris_amd64.go	/^func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {$/;"	f
 41060  sockso	./net/internal/socktest/switch_unix.go	/^func (sw *Switch) sockso(s int) *Status {$/;"	f
 41061  sockso	./net/internal/socktest/switch_windows.go	/^func (sw *Switch) sockso(s syscall.Handle) *Status {$/;"	f
 41062  soclose	./math/all_test.go	/^func soclose(a, b, e float64) bool { return tolerance(a, b, e) }$/;"	f
 41063  soclose	./math/cmplx/cmath_test.go	/^func soclose(a, b, e float64) bool { return tolerance(a, b, e) }$/;"	f
 41064  softErrorf	./go/types/errors.go	/^func (check *Checker) softErrorf(pos token.Pos, format string, args ...interface{}) {$/;"	f
 41065  softfloat	./cmd/internal/obj/arm/obj5.go	/^func softfloat(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 41066  someTime	./database/sql/convert_test.go	/^var someTime = time.Unix(123, 0)$/;"	v
 41067  sort	./cmd/pprof/internal/report/report.go	/^func (ns nodes) sort(o nodeOrder) error {$/;"	f
 41068  sort	./net/dnsclient.go	/^func (addrs byPriorityWeight) sort() {$/;"	f
 41069  sort	./net/dnsclient.go	/^func (s byPref) sort() {$/;"	f
 41070  sortBy	./go/doc/reader.go	/^func sortBy(less func(i, j int) bool, swap func(i, j int), n int) {$/;"	f
 41071  sortByFreq	./compress/flate/huffman_code.go	/^func sortByFreq(a []literalNode) {$/;"	f
 41072  sortByLiteral	./compress/flate/huffman_code.go	/^func sortByLiteral(a []literalNode) {$/;"	f
 41073  sortByRFC6724	./net/addrselect.go	/^func sortByRFC6724(addrs []IPAddr) {$/;"	f
 41074  sortByRFC6724withSrcs	./net/addrselect.go	/^func sortByRFC6724withSrcs(addrs []IPAddr, srcs []IP) {$/;"	f
 41075  sortComments	./go/ast/commentmap.go	/^func sortComments(list []*CommentGroup) {$/;"	f
 41076  sortFlags	./flag/flag.go	/^func sortFlags(flags map[string]*Flag) []*Flag {$/;"	f
 41077  sortKeys	./text/template/exec.go	/^func sortKeys(v []reflect.Value) []reflect.Value {$/;"	f
 41078  sortSpecs	./go/ast/import.go	/^func sortSpecs(fset *token.FileSet, f *File, specs []Spec) []Spec {$/;"	f
 41079  sortedByFirstByte	./index/suffixarray/qsufsort.go	/^func sortedByFirstByte(data []byte) []int {$/;"	f
 41080  sortedEdges	./cmd/pprof/internal/report/report.go	/^func sortedEdges(edges map[*node]*edgeInfo) edgeList {$/;"	f
 41081  sortedFuncs	./go/doc/reader.go	/^func sortedFuncs(m methodSet, allMethods bool) []*Func {$/;"	f
 41082  sortedKeyValues	./net/http/header.go	/^func (h Header) sortedKeyValues(exclude map[string]bool) (kvs []keyValues, hs *headerSorter) {$/;"	f
 41083  sortedKeys	./go/doc/reader.go	/^func sortedKeys(m map[string]int) []string {$/;"	f
 41084  sortedMethodNames	./cmd/api/goapi.go	/^func sortedMethodNames(typ *types.Interface) []string {$/;"	f
 41085  sortedTypes	./go/doc/reader.go	/^func sortedTypes(m map[string]*namedType, allMethods bool) []*Type {$/;"	f
 41086  sortedValues	./go/doc/reader.go	/^func sortedValues(m []*Value, tok token.Token) []*Value {$/;"	f
 41087  sortingName	./go/doc/reader.go	/^func sortingName(d *ast.GenDecl) string {$/;"	f
 41088  sortinter	./cmd/compile/internal/gc/subr.go	/^func sortinter(t *Type) *Type {$/;"	f
 41089  sortkey	./runtime/select.go	/^func (c *hchan) sortkey() uintptr {$/;"	f
 41090  sortsym	./cmd/link/internal/ld/macho.go	/^var sortsym []*LSym$/;"	v
 41091  sosHeaderY	./image/jpeg/writer.go	/^var sosHeaderY = []byte{$/;"	v
 41092  sosHeaderYCbCr	./image/jpeg/writer.go	/^var sosHeaderYCbCr = []byte{$/;"	v
 41093  sotype	./net/unixsock_posix.go	/^	var sotype int$/;"	v
 41094  sotypeToNet	./net/unixsock_posix.go	/^func sotypeToNet(sotype int) string {$/;"	f
 41095  source	./cmd/internal/obj/x86/obj6.go	/^		var source *obj.Addr$/;"	v
 41096  source	./go/scanner/scanner_test.go	/^var source = func() []byte {$/;"	v
 41097  source	./runtime/debug/stack.go	/^func source(lines [][]byte, n int) []byte {$/;"	f
 41098  sourceCoordinates	./cmd/pprof/internal/report/source.go	/^func sourceCoordinates(asm map[int]nodes) (start, end int) {$/;"	f
 41099  sourceFiles	./cmd/pprof/internal/report/source.go	/^		var sourceFiles nodes$/;"	v
 41100  sourceLine	./cmd/cgo/ast.go	/^func sourceLine(n ast.Node) int {$/;"	f
 41101  sources	./cmd/pprof/internal/profile/legacy_profile.go	/^	var sources []string$/;"	v
 41102  sources	./go/types/api_test.go	/^	var sources = []string{$/;"	v
 41103  sources	./go/types/eval_test.go	/^	var sources = []string{$/;"	v
 41104  sp	./archive/tar/reader.go	/^		var sp int$/;"	v
 41105  sp	./archive/tar/reader.go	/^	var sp []sparseEntry$/;"	v
 41106  sp	./cmd/vet/testdata/atomic.go	/^	var sp struct{ Counter *uint64 }$/;"	v
 41107  sp	./encoding/gob/encoder_test.go	/^	var sp Struct$/;"	v
 41108  sp	./regexp/testdata/testregex.c	/^	Sfio_t*		sp;$/;"	m	struct:Disc_s	file:
 41109  sp	./runtime/defs_plan9_386.go	/^func (c *sigctxt) sp() uintptr { return uintptr(c.u.sp) }$/;"	f
 41110  sp	./runtime/defs_plan9_amd64.go	/^func (c *sigctxt) sp() uintptr { return uintptr(c.u.sp) }$/;"	f
 41111  sp	./runtime/defs_windows_386.go	/^func (c *context) sp() uintptr { return uintptr(c.esp) }$/;"	f
 41112  sp	./runtime/defs_windows_amd64.go	/^func (c *context) sp() uintptr { return uintptr(c.rsp) }$/;"	f
 41113  sp	./runtime/heapdump.go	/^	var sp, pc, lr uintptr$/;"	v
 41114  sp	./runtime/mgcmark.go	/^	var sp, barrierOffset, nextBarrier uintptr$/;"	v
 41115  sp	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) sp() uint32      { return c.regs().sp }$/;"	f
 41116  sp	./runtime/signal_darwin_arm64.go	/^func (c *sigctxt) sp() uint64    { return c.regs().sp }$/;"	f
 41117  sp	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) sp() uint32      { return c.regs().__gregs[13] }$/;"	f
 41118  sp	./runtime/signal_linux_arm.go	/^func (c *sigctxt) sp() uint32        { return c.regs().sp }$/;"	f
 41119  sp	./runtime/signal_linux_arm64.go	/^func (c *sigctxt) sp() uint64        { return c.regs().sp }$/;"	f
 41120  sp	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) sp() uint64    { return c.regs().gpr[1] }$/;"	f
 41121  sp	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) sp() uint32      { return c.regs().sp }$/;"	f
 41122  sp	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) sp() uint32       { return c.regs().__gregs[_REG_R13] }$/;"	f
 41123  sp	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) sp() uint32      { return c.regs().sc_usr_sp }$/;"	f
 41124  space	./encoding/xml/xml.go	/^func (d *Decoder) space() {$/;"	f
 41125  space	./fmt/scan.go	/^var space = [][2]uint16{$/;"	v
 41126  space	./go/doc/comment.go	/^var space = []byte(" ")$/;"	v
 41127  spaceForLength	./encoding/gob/encoder.go	/^var spaceForLength = make([]byte, maxLength)$/;"	v
 41128  spaceParensRx	./cmd/api/goapi.go	/^var spaceParensRx = regexp.MustCompile(` \\(\\S+?\\)`)$/;"	v
 41129  spaceTag	./encoding/json/tagkey_test.go	/^type spaceTag struct {$/;"	t
 41130  spaceTest	./unicode/letter_test.go	/^var spaceTest = []rune{$/;"	v
 41131  spaces_re	./cmd/internal/obj/x86/obj6_test.go	/^var spaces_re *regexp.Regexp = regexp.MustCompile("\\\\s+")$/;"	v
 41132  spadjop	./cmd/internal/obj/x86/asm6.go	/^func spadjop(ctxt *obj.Link, p *obj.Prog, l int, q int) int {$/;"	f
 41133  span5	./cmd/internal/obj/arm/asm5.go	/^func span5(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 41134  span6	./cmd/internal/obj/x86/asm6.go	/^func span6(ctxt *obj.Link, s *obj.LSym) {$/;"	f
 41135  span7	./cmd/internal/obj/arm64/asm7.go	/^func span7(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 41136  span9	./cmd/internal/obj/ppc64/asm9.go	/^func span9(ctxt *obj.Link, cursym *obj.LSym) {$/;"	f
 41137  spanOf	./runtime/mheap.go	/^func spanOf(p uintptr) *mspan {$/;"	f
 41138  spanOfUnchecked	./runtime/mheap.go	/^func spanOfUnchecked(p uintptr) *mspan {$/;"	f
 41139  sparse	./runtime/hash_test.go	/^func sparse(t *testing.T, n int, k int) {$/;"	f
 41140  sparseEntry	./archive/tar/reader.go	/^type sparseEntry struct {$/;"	t
 41141  sparseFileReadTest	./archive/tar/reader_test.go	/^type sparseFileReadTest struct {$/;"	t
 41142  sparseFileReadTests	./archive/tar/reader_test.go	/^var sparseFileReadTests = []sparseFileReadTest{$/;"	v
 41143  sparseFileReader	./archive/tar/reader.go	/^type sparseFileReader struct {$/;"	t
 41144  sparseFormat	./archive/tar/reader.go	/^	var sparseFormat string$/;"	v
 41145  sparseMap	./archive/tar/reader.go	/^	var sparseMap bytes.Buffer$/;"	v
 41146  sparseReader	./compress/flate/deflate_test.go	/^type sparseReader struct {$/;"	t
 41147  sparseTarTest	./archive/tar/reader_test.go	/^var sparseTarTest = &untarTest{$/;"	v
 41148  spawng	./runtime/race1.go	/^	var spawng *g$/;"	v
 41149  spec	./go/printer/nodes.go	/^func (p *printer) spec(spec ast.Spec, n int, doIndent bool) {$/;"	f
 41150  specNames	./go/doc/reader.go	/^func specNames(specs []ast.Spec) []string {$/;"	f
 41151  specNode	./go/ast/ast.go	/^func (*ImportSpec) specNode() {}$/;"	f
 41152  specNode	./go/ast/ast.go	/^func (*TypeSpec) specNode()   {}$/;"	f
 41153  specNode	./go/ast/ast.go	/^func (*ValueSpec) specNode()  {}$/;"	f
 41154  special	./regexp/regexp.go	/^func special(b byte) bool {$/;"	f
 41155  special	./runtime/mheap.go	/^type special struct {$/;"	t
 41156  special	./strconv/atof.go	/^func special(s string) (f float64, ok bool) {$/;"	f
 41157  specialBytes	./regexp/regexp.go	/^var specialBytes = []byte(`\\.+*?()|[]{}^$`)$/;"	v
 41158  specialDomainNameTests	./net/dnsclient_unix_test.go	/^var specialDomainNameTests = []struct {$/;"	v
 41159  specialTagEndMarkers	./html/template/transition.go	/^var specialTagEndMarkers = [...][]byte{$/;"	v
 41160  specialfinalizer	./runtime/mheap.go	/^type specialfinalizer struct {$/;"	t
 41161  specialprofile	./runtime/mheap.go	/^type specialprofile struct {$/;"	t
 41162  species	./flag/example_test.go	/^var species = flag.String("species", "gopher", "the species we are studying")$/;"	v
 41163  specification	./go/types/expr.go	/^elements that have no explicit type specification in the source$/;"	t
 41164  specification	./go/types/typexpr.go	/^\/\/ If def != nil, e is the type specification for the named type def, declared$/;"	t
 41165  spkg	./cmd/compile/internal/gc/closure.go	/^	var spkg *Pkg$/;"	v
 41166  spkg	./cmd/compile/internal/gc/dcl.go	/^	var spkg *Pkg$/;"	v
 41167  splicebefore	./cmd/compile/internal/gc/plive.go	/^func splicebefore(lv *Liveness, bb *BasicBlock, prev *obj.Prog, curr *obj.Prog) {$/;"	f
 41168  split	./bufio/scan_test.go	/^func (c *countdown) split(data []byte, atEOF bool) (advance int, token []byte, err error) {$/;"	f
 41169  split	./cmd/fix/typecheck.go	/^func split(s string) []string {$/;"	f
 41170  split	./cmd/go/generate.go	/^func (g *Generator) split(line string) []string {$/;"	f
 41171  split	./cmd/vet/bool.go	/^func (op boolOp) split(e ast.Expr) (exprs []ast.Expr) {$/;"	f
 41172  split	./go/types/eval_test.go	/^func split(s, sep string) (string, string) {$/;"	f
 41173  split	./net/url/url.go	/^func split(s string, c string, cutc bool) (string, string) {$/;"	f
 41174  split64	./cmd/compile/internal/arm/gsubr.go	/^func split64(n *gc.Node, lo *gc.Node, hi *gc.Node) {$/;"	f
 41175  split64	./cmd/compile/internal/x86/gsubr.go	/^func split64(n *gc.Node, lo *gc.Node, hi *gc.Node) {$/;"	f
 41176  splitAtBytes	./net/parse.go	/^func splitAtBytes(s string, t string) []string {$/;"	f
 41177  splitBlock	./crypto/tls/conn.go	/^func (hc *halfConn) splitBlock(b *block, n int) (*block, *block) {$/;"	f
 41178  splitCommand	./cmd/pprof/internal/driver/interactive.go	/^func splitCommand(input string) []string {$/;"	f
 41179  splitError	./go/types/check_test.go	/^func splitError(err error) (pos, msg string) {$/;"	f
 41180  splitFailureTests	./net/ip_test.go	/^var splitFailureTests = []struct {$/;"	v
 41181  splitFunc	./cmd/fix/typecheck.go	/^func splitFunc(s string) (in, out []string) {$/;"	f
 41182  splitGopath	./cmd/doc/main.go	/^func splitGopath() []string {$/;"	f
 41183  splitHostZone	./net/ipsock.go	/^func splitHostZone(s string) (host, zone string) {$/;"	f
 41184  splitJoinTests	./net/ip_test.go	/^var splitJoinTests = []struct {$/;"	v
 41185  splitLines	./cmd/go/vendor_test.go	/^func splitLines(s string) []string {$/;"	f
 41186  splitList	./os/exec/lp_windows.go	/^func splitList(path string) []string {$/;"	f
 41187  splitList	./path/filepath/path_plan9.go	/^func splitList(path string) []string {$/;"	f
 41188  splitList	./path/filepath/path_unix.go	/^func splitList(path string) []string {$/;"	f
 41189  splitList	./path/filepath/path_windows.go	/^func splitList(path string) []string {$/;"	f
 41190  splitPreMasterSecret	./crypto/tls/prf.go	/^func splitPreMasterSecret(secret []byte) (s1, s2 []byte) {$/;"	f
 41191  splitQuoted	./cmd/cgo/gcc.go	/^func splitQuoted(s string) (r []string, err error) {$/;"	f
 41192  splitTest	./cmd/go/generate_test.go	/^type splitTest struct {$/;"	t
 41193  splitTests	./cmd/go/generate_test.go	/^var splitTests = []splitTest{$/;"	v
 41194  splitTests	./regexp/all_test.go	/^var splitTests = []struct {$/;"	v
 41195  splitUSTARLongName	./archive/tar/writer.go	/^func (tw *Writer) splitUSTARLongName(name string) (prefix, suffix string, err error) {$/;"	f
 41196  splitaftertests	./bytes/bytes_test.go	/^var splitaftertests = []SplitTest{$/;"	v
 41197  splitaftertests	./strings/strings_test.go	/^var splitaftertests = []SplitTest{$/;"	v
 41198  splitclean	./cmd/compile/internal/arm/gsubr.go	/^func splitclean() {$/;"	f
 41199  splitclean	./cmd/compile/internal/x86/gsubr.go	/^func splitclean() {$/;"	f
 41200  splitfields	./cmd/dist/util.go	/^func splitfields(p string) []string {$/;"	f
 41201  splitlines	./cmd/dist/util.go	/^func splitlines(p string) []string {$/;"	f
 41202  splitlisttests	./path/filepath/path_test.go	/^var splitlisttests = []SplitListTest{$/;"	v
 41203  splittests	./bytes/bytes_test.go	/^var splittests = []SplitTest{$/;"	v
 41204  splittests	./path/filepath/path_test.go	/^	var splittests []SplitTest$/;"	v
 41205  splittests	./path/path_test.go	/^var splittests = []SplitTest{$/;"	v
 41206  splittests	./strings/strings_test.go	/^var splittests = []SplitTest{$/;"	v
 41207  sprint_depchain	./cmd/compile/internal/gc/typecheck.go	/^func sprint_depchain(fmt_ *string, stack *NodeList, cur *Node, first *Node) {$/;"	f
 41208  sprintf	./go/types/errors.go	/^func (check *Checker) sprintf(format string, args ...interface{}) string {$/;"	f
 41209  sptr	./cmd/compile/internal/gc/reflect.go	/^	var sptr *Sym$/;"	v
 41210  spuriousENOTAVAIL	./net/tcpsock_posix.go	/^func spuriousENOTAVAIL(err error) bool {$/;"	f
 41211  sqChk	./cmd/compile/internal/big/int_test.go	/^	var sqChk, sqrtChk, sqrtsq Int$/;"	v
 41212  sqChk	./math/big/int_test.go	/^	var sqChk, sqrtChk, sqrtsq Int$/;"	v
 41213  sqDiff	./image/color/color.go	/^func sqDiff(x, y uint32) uint32 {$/;"	f
 41214  sqDiff	./image/draw/draw.go	/^func sqDiff(x, y int32) uint32 {$/;"	f
 41215  sqrt	./math/all_test.go	/^var sqrt = []float64{$/;"	v
 41216  sqrt	./math/cmplx/cmath_test.go	/^var sqrt = []complex128{$/;"	v
 41217  sqrt	./math/sqrt.go	/^\/\/ Others have assembly stubs that jump to func sqrt below.$/;"	f
 41218  sqrt	./math/sqrt.go	/^func sqrt(x float64) float64 {$/;"	f
 41219  sqrt	./runtime/sqrt.go	/^func sqrt(ix uint64) uint64 {$/;"	f
 41220  sqrt	./runtime/sqrt_test.go	/^var sqrt = []float64{$/;"	v
 41221  sqrtC	./math/sqrt.go	/^func sqrtC(f float64, r *float64) {$/;"	f
 41222  sqrtSC	./math/all_test.go	/^var sqrtSC = []float64{$/;"	v
 41223  sqrtSC	./math/cmplx/cmath_test.go	/^var sqrtSC = []complex128{$/;"	v
 41224  sqrtSC	./runtime/sqrt_test.go	/^var sqrtSC = []float64{$/;"	v
 41225  sr	./bytes/bytes.go	/^		var sr, tr rune$/;"	v
 41226  sr	./strings/strings.go	/^		var sr, tr rune$/;"	v
 41227  sratioLines	./image/internal/imageutil/gen.go	/^var sratioLines = map[string]string{$/;"	v
 41228  src	./cmd/compile/internal/arm/cgen.go	/^		var src gc.Node$/;"	v
 41229  src	./cmd/compile/internal/arm/cgen.go	/^	var src gc.Node$/;"	v
 41230  src	./cmd/compile/internal/arm64/cgen.go	/^	var src gc.Node$/;"	v
 41231  src	./cmd/compile/internal/gc/cgen.go	/^	var src Node$/;"	v
 41232  src	./cmd/compile/internal/gc/esc.go	/^		var src *Node$/;"	v
 41233  src	./cmd/compile/internal/gc/subr.go	/^\/\/ Can we convert a value of type src to a value of type dst?$/;"	t
 41234  src	./cmd/compile/internal/gc/subr.go	/^\/\/ Is type src assignment compatible to type dst?$/;"	t
 41235  src	./cmd/compile/internal/ppc64/cgen.go	/^	var src gc.Node$/;"	v
 41236  src	./cmd/compile/internal/x86/cgen.go	/^	var src gc.Node$/;"	v
 41237  src	./cmd/go/run.go	/^	var src string$/;"	v
 41238  src	./cmd/pprof/internal/report/source.go	/^	var src nodes$/;"	v
 41239  src	./cmd/vet/asmdecl.go	/^	var src, dst, kind asmKind$/;"	v
 41240  src	./encoding/binary/binary_test.go	/^var src = []byte{1, 2, 3, 4, 5, 6, 7, 8}$/;"	v
 41241  src	./go/parser/performance_test.go	/^var src = readFile("parser.go")$/;"	v
 41242  src	./go/scanner/scanner_test.go	/^	var src = `$/;"	v
 41243  src	./go/scanner/scanner_test.go	/^	var src []byte$/;"	v
 41244  src	./go/scanner/scanner_test.go	/^	var src string$/;"	v
 41245  src	./go/types/builtins.go	/^		var src Type$/;"	v
 41246  src	./go/types/builtins_test.go	/^	{"copy", `type T [][]int; var src, dst T; _ = copy(dst, src)`, `func(p.T, p.T) int`},$/;"	v
 41247  src	./go/types/builtins_test.go	/^	{"copy", `type T string; type U []byte; var src T; var dst U; copy(dst, src)`, `func(p.U, p.T) int`},$/;"	v
 41248  src	./go/types/builtins_test.go	/^	{"copy", `var src string; var dst []byte; copy(dst, src)`, `func([]byte, string) int`},$/;"	v
 41249  src	./go/types/builtins_test.go	/^	{"copy", `var src, dst []byte; copy(dst, src)`, `func([]byte, []byte) int`},$/;"	v
 41250  src	./go/types/stdlib_test.go	/^	var src [1 << 10]byte \/\/ read at most 1KB$/;"	v
 41251  src	./image/draw/bench_test.go	/^	var src image.Image$/;"	v
 41252  src	./net/nss.go	/^			var src string$/;"	v
 41253  src	./reflect/value.go	/^\/\/ convertOp returns the function to convert a value of type src$/;"	t
 41254  srcAddrs	./net/addrselect.go	/^func srcAddrs(addrs []IPAddr) []IP {$/;"	f
 41255  srcIsRegularFile	./net/http/server.go	/^func srcIsRegularFile(src io.Reader) (isRegular bool, err error) {$/;"	f
 41256  srpc	./syscall/srpc_nacl.go	/^type srpc struct {$/;"	t
 41257  srpcClient	./syscall/srpc_nacl.go	/^type srpcClient struct {$/;"	t
 41258  srpcErrno	./syscall/srpc_nacl.go	/^type srpcErrno uint32$/;"	t
 41259  srpcErrstr	./syscall/srpc_nacl.go	/^var srpcErrstr = [...]string{$/;"	v
 41260  srpcService	./syscall/srpc_nacl.go	/^type srpcService struct {$/;"	t
 41261  srv	./net/http/serve_test.go	/^	var srv Server$/;"	v
 41262  srvString	./net/lookup_test.go	/^func srvString(srvs []*SRV) string {$/;"	f
 41263  ss	./debug/pe/file.go	/^	var ss []byte$/;"	v
 41264  ss	./fmt/scan.go	/^type ss struct {$/;"	t
 41265  ss	./go/token/serialize.go	/^	var ss serializedFileSet$/;"	v
 41266  ss	./runtime/closure_test.go	/^var ss *int$/;"	v
 41267  ss1	./cmd/vet/testdata/unsafeptr.go	/^	var ss1 *StringHeader$/;"	v
 41268  ss2	./cmd/vet/testdata/unsafeptr.go	/^	var ss2 *SliceHeader$/;"	v
 41269  ssFree	./fmt/scan.go	/^var ssFree = sync.Pool{$/;"	v
 41270  ssave	./fmt/scan.go	/^type ssave struct {$/;"	t
 41271  sse	./runtime/asm_amd64.s	/^sse:$/;"	l
 41272  sse	./runtime/asm_amd64p32.s	/^sse:$/;"	l
 41273  sse42	./hash/crc32/crc32_amd64x.go	/^var sse42 = haveSSE42()$/;"	v
 41274  ssesuccess	./runtime/asm_amd64.s	/^ssesuccess:$/;"	l
 41275  ssesuccess	./runtime/asm_amd64p32.s	/^ssesuccess:$/;"	l
 41276  ssglobal	./runtime/mfinal_test.go	/^var ssglobal string$/;"	v
 41277  ssl30MAC	./crypto/tls/cipher_suites.go	/^type ssl30MAC struct {$/;"	t
 41278  ssl30Pad1	./crypto/tls/cipher_suites.go	/^var ssl30Pad1 = [48]byte{0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36}$/;"	v
 41279  ssl30Pad2	./crypto/tls/cipher_suites.go	/^var ssl30Pad2 = [48]byte{0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c}$/;"	v
 41280  ssl3ClientFinishedMagic	./crypto/tls/prf.go	/^var ssl3ClientFinishedMagic = [4]byte{0x43, 0x4c, 0x4e, 0x54}$/;"	v
 41281  ssl3ServerFinishedMagic	./crypto/tls/prf.go	/^var ssl3ServerFinishedMagic = [4]byte{0x53, 0x52, 0x56, 0x52}$/;"	v
 41282  st	./net/internal/socktest/switch.go	/^	var st []Stat$/;"	v
 41283  st	./runtime/os1_darwin.go	/^	var st stackt$/;"	v
 41284  st	./runtime/os1_dragonfly.go	/^	var st sigaltstackt$/;"	v
 41285  st	./runtime/os1_freebsd.go	/^	var st stackt$/;"	v
 41286  st	./runtime/os1_linux.go	/^	var st sigaltstackt$/;"	v
 41287  st	./runtime/os1_netbsd.go	/^	var st sigaltstackt$/;"	v
 41288  st	./runtime/os1_openbsd.go	/^	var st stackt$/;"	v
 41289  st	./runtime/os3_solaris.go	/^	var st sigaltstackt$/;"	v
 41290  stack	./cmd/pprof/internal/report/report.go	/^		var stack []nodeInfo$/;"	v
 41291  stack	./cmd/trace/trace.go	/^func (ctx *traceContext) stack(stk []*trace.Frame) int {$/;"	f
 41292  stack	./cmd/yacc/yacc.go	/^	var stack []int$/;"	v
 41293  stack	./database/sql/sql.go	/^func stack() string {$/;"	f
 41294  stack	./encoding/xml/xml.go	/^type stack struct {$/;"	t
 41295  stack	./regexp/testdata/testregex.c	/^	char*		stack;$/;"	m	struct:__anon2	file:
 41296  stack	./runtime/debug/stack.go	/^func stack() []byte {$/;"	f
 41297  stack	./runtime/race/testdata/regression_test.go	/^type stack []int$/;"	t
 41298  stack	./runtime/runtime2.go	/^type stack struct {$/;"	t
 41299  stack	./runtime/trace.go	/^func (ts *traceStack) stack() []uintptr {$/;"	f
 41300  stackBarrier	./runtime/stubs.go	/^func stackBarrier()$/;"	f
 41301  stackCount	./net/http/main_test.go	/^	var stackCount map[string]int$/;"	v
 41302  stackEnt	./debug/gosym/symtab.go	/^	type stackEnt struct {$/;"	t
 41303  stackFreeQueue	./runtime/stack1.go	/^var stackFreeQueue mspan$/;"	v
 41304  stackGrowthRecursive	./runtime/proc_test.go	/^func stackGrowthRecursive(i int) {$/;"	f
 41305  stackProfile	./runtime/pprof/pprof.go	/^type stackProfile [][]uintptr$/;"	t
 41306  stackaddr	./cmd/compile/internal/amd64/peep.go	/^func stackaddr(a *obj.Addr) bool {$/;"	f
 41307  stackaddr	./cmd/compile/internal/arm/peep.go	/^func stackaddr(a *obj.Addr) bool {$/;"	f
 41308  stackaddr	./cmd/compile/internal/arm64/peep.go	/^func stackaddr(a *obj.Addr) bool {$/;"	f
 41309  stackaddr	./cmd/compile/internal/ppc64/peep.go	/^func stackaddr(a *obj.Addr) bool {$/;"	f
 41310  stackaddr	./cmd/compile/internal/x86/peep.go	/^func stackaddr(a *obj.Addr) bool {$/;"	f
 41311  stackalloc	./runtime/stack1.go	/^func stackalloc(n uint32) (stack, []stkbar) {$/;"	f
 41312  stackcache_clear	./runtime/stack1.go	/^func stackcache_clear(c *mcache) {$/;"	f
 41313  stackcacherefill	./runtime/stack1.go	/^func stackcacherefill(c *mcache, order uint8) {$/;"	f
 41314  stackcacherelease	./runtime/stack1.go	/^func stackcacherelease(c *mcache, order uint8) {$/;"	f
 41315  stackfree	./runtime/stack1.go	/^func stackfree(stk stack, n uintptr) {$/;"	f
 41316  stackfreelist	./runtime/mcache.go	/^type stackfreelist struct {$/;"	t
 41317  stackhi	./runtime/cgo/libcgo.h	/^	uintptr stackhi;$/;"	m	struct:G
 41318  stackinit	./runtime/stack1.go	/^func stackinit() {$/;"	f
 41319  stacklo	./runtime/cgo/libcgo.h	/^	uintptr stacklo;$/;"	m	struct:G
 41320  stackmap	./runtime/symtab.go	/^type stackmap struct {$/;"	t
 41321  stackmapdata	./runtime/symtab.go	/^func stackmapdata(stkmap *stackmap, n int32) bitvector {$/;"	f
 41322  stackpool	./runtime/stack1.go	/^var stackpool [_NumStackOrders]mspan$/;"	v
 41323  stackpoolalloc	./runtime/stack1.go	/^func stackpoolalloc(order uint8) gclinkptr {$/;"	f
 41324  stackpoolfree	./runtime/stack1.go	/^func stackpoolfree(x gclinkptr, order uint8) {$/;"	f
 41325  stackpoolmu	./runtime/stack1.go	/^var stackpoolmu mutex$/;"	v
 41326  stacks	./net/http/main_test.go	/^	var stacks string$/;"	v
 41327  stacksize	./cmd/yacc/yacc.go	/^var stacksize = 200$/;"	v
 41328  stacksplit	./cmd/internal/obj/arm/obj5.go	/^func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog {$/;"	f
 41329  stacksplit	./cmd/internal/obj/arm64/obj7.go	/^func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog {$/;"	f
 41330  stacksplit	./cmd/internal/obj/ppc64/obj9.go	/^func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog {$/;"	f
 41331  stacksplit	./cmd/internal/obj/x86/obj6.go	/^func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32, textarg int32) *obj.Prog {$/;"	f
 41332  stackt	./runtime/defs1_netbsd_386.go	/^type stackt struct {$/;"	t
 41333  stackt	./runtime/defs1_netbsd_amd64.go	/^type stackt struct {$/;"	t
 41334  stackt	./runtime/defs1_netbsd_arm.go	/^type stackt struct {$/;"	t
 41335  stackt	./runtime/defs1_solaris_amd64.go	/^type stackt struct {$/;"	t
 41336  stackt	./runtime/defs_darwin_386.go	/^type stackt struct {$/;"	t
 41337  stackt	./runtime/defs_darwin_amd64.go	/^type stackt struct {$/;"	t
 41338  stackt	./runtime/defs_darwin_arm.go	/^type stackt struct {$/;"	t
 41339  stackt	./runtime/defs_darwin_arm64.go	/^type stackt struct {$/;"	t
 41340  stackt	./runtime/defs_dragonfly_amd64.go	/^type stackt struct {$/;"	t
 41341  stackt	./runtime/defs_freebsd_386.go	/^type stackt struct {$/;"	t
 41342  stackt	./runtime/defs_freebsd_amd64.go	/^type stackt struct {$/;"	t
 41343  stackt	./runtime/defs_freebsd_arm.go	/^type stackt struct {$/;"	t
 41344  stackt	./runtime/defs_openbsd_386.go	/^type stackt struct {$/;"	t
 41345  stackt	./runtime/defs_openbsd_amd64.go	/^type stackt struct {$/;"	t
 41346  stackt	./runtime/defs_openbsd_arm.go	/^type stackt struct {$/;"	t
 41347  stagen	./cmd/yacc/yacc.go	/^func stagen() {$/;"	f
 41348  standardCriteria	./net/nss.go	/^func (s nssSource) standardCriteria() bool {$/;"	f
 41349  standardStatusAction	./net/nss.go	/^func (c nssCriterion) standardStatusAction(last bool) bool {$/;"	f
 41350  stands	./go/ast/ast.go	/^	\/\/ The Spec type stands for any of *ImportSpec, *ValueSpec, and *TypeSpec.$/;"	t
 41351  star	./path/filepath/match.go	/^		var star bool$/;"	v
 41352  star	./path/match.go	/^		var star bool$/;"	v
 41353  star	./regexp/syntax/compile.go	/^func (c *compiler) star(f1 frag, nongreedy bool) frag {$/;"	f
 41354  start	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) start(operand []lex.Token) {$/;"	f
 41355  start	./cmd/internal/obj/util.go	/^var start time.Time$/;"	v
 41356  start	./cmd/link/internal/ld/pcln.go	/^	var start int32$/;"	v
 41357  start	./cmd/link/internal/ld/util.go	/^var start = time.Now()$/;"	v
 41358  start	./cmd/yacc/yacc.go	/^var start int \/\/ start symbol$/;"	v
 41359  start	./crypto/rc4/rc4_amd64.s	/^start:$/;"	l
 41360  start	./crypto/rc4/rc4_amd64p32.s	/^start:$/;"	l
 41361  start	./encoding/xml/marshal.go	/^	var start StartElement$/;"	v
 41362  start	./sort/sort.go	/^	var start, r int$/;"	v
 41363  start	./syscall/net_nacl.go	/^func (t *timer) start(q *queue, deadline int64) {$/;"	f
 41364  startAlarm	./go/doc/testdata/testing.go	/^func startAlarm() {$/;"	f
 41365  startAlarm	./testing/testing.go	/^func startAlarm() {$/;"	f
 41366  startBrowser	./cmd/cover/html.go	/^func startBrowser(url string) bool {$/;"	f
 41367  startBrowser	./cmd/trace/main.go	/^func startBrowser(url string) bool {$/;"	f
 41368  startCycle	./runtime/mgc.go	/^func (c *gcControllerState) startCycle() {$/;"	f
 41369  startEscape	./text/tabwriter/tabwriter.go	/^func (b *Writer) startEscape(ch byte) {$/;"	f
 41370  startFile	./cmd/pack/pack.go	/^func (ar *Archive) startFile(name string, mtime int64, uid, gid int, mode os.FileMode, size int64) {$/;"	f
 41371  startGC	./runtime/mgc.go	/^func startGC(mode int, forceTrigger bool) {$/;"	f
 41372  startGofmt	./unicode/maketables.go	/^func startGofmt() io.Writer {$/;"	f
 41373  startHttpServer	./net/rpc/server_test.go	/^func startHttpServer() {$/;"	f
 41374  startNewServer	./net/rpc/server_test.go	/^func startNewServer() {$/;"	f
 41375  startParse	./text/template/parse/parse.go	/^func (t *Tree) startParse(funcs []map[string]interface{}, lex *lexer) {$/;"	f
 41376  startPlan9	./net/ipsock_plan9.go	/^func startPlan9(net string, addr Addr) (ctl *os.File, dest, proto, name string, err error) {$/;"	f
 41377  startProcess	./os/exec_plan9.go	/^func startProcess(name string, argv []string, attr *ProcAttr) (p *Process, err error) {$/;"	f
 41378  startProcess	./os/exec_posix.go	/^func startProcess(name string, argv []string, attr *ProcAttr) (p *Process, err error) {$/;"	f
 41379  startProcess	./syscall/exec_plan9.go	/^func startProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, err error) {$/;"	f
 41380  startProfile	./cmd/compile/internal/gc/util.go	/^func startProfile() {$/;"	f
 41381  startProfile	./cmd/link/internal/ld/util.go	/^func startProfile() {$/;"	f
 41382  startRacer	./runtime/race/output_test.go	/^func startRacer(x *int, done chan bool) {$/;"	f
 41383  startRange	./cmd/internal/obj/obj.go	/^func (h *LineHist) startRange(lineno int, top *LineStack) {$/;"	f
 41384  startServer	./log/syslog/syslog_test.go	/^func startServer(n, la string, done chan<- string) (addr string, sock io.Closer, wg *sync.WaitGroup) {$/;"	f
 41385  startServer	./net/fd_windows.go	/^func startServer() {$/;"	f
 41386  startServer	./net/rpc/server_test.go	/^func startServer() {$/;"	f
 41387  startSigHandlers	./cmd/go/signal.go	/^func startSigHandlers() {$/;"	f
 41388  startState	./unicode/maketables.go	/^	var startState *caseState    \/\/ the start of a run; nil for not active$/;"	v
 41389  startTheWorld	./runtime/proc1.go	/^func startTheWorld() {$/;"	f
 41390  startTheWorldWithSema	./runtime/proc1.go	/^func startTheWorldWithSema() {$/;"	f
 41391  startTimer	./runtime/time.go	/^func startTimer(t *timer) {$/;"	f
 41392  startTimer	./syscall/net_nacl.go	/^func startTimer(*runtimeTimer)$/;"	f
 41393  startTimer	./time/sleep.go	/^func startTimer(*runtimeTimer)$/;"	f
 41394  start_complit	./cmd/compile/internal/gc/go.y	/^start_complit:$/;"	l
 41395  startcmp	./cmd/compile/internal/gc/popt.go	/^type startcmp []*TempVar$/;"	t
 41396  startests	./fmt/fmt_test.go	/^var startests = []struct {$/;"	v
 41397  startlockedm	./runtime/proc1.go	/^func startlockedm(gp *g) {$/;"	f
 41398  startm	./runtime/proc1.go	/^func startm(_p_ *p, spinning bool) {$/;"	f
 41399  startpanic	./runtime/panic.go	/^func startpanic() {$/;"	f
 41400  startpanic_m	./runtime/panic1.go	/^func startpanic_m() {$/;"	f
 41401  startsWithLowerCase	./time/format.go	/^func startsWithLowerCase(str string) bool {$/;"	f
 41402  starttime	./runtime/proc1.go	/^var starttime int64$/;"	v
 41403  startup	./hash/crc32/crc32_amd64.s	/^startup:$/;"	l
 41404  startup	./hash/crc32/crc32_amd64p32.s	/^startup:$/;"	l
 41405  startupFds	./syscall/exec_plan9.go	/^var startupFds []int$/;"	v
 41406  startupRandomData	./runtime/runtime2.go	/^var startupRandomData []byte$/;"	v
 41407  stat	./cmd/compile/internal/gc/swt.go	/^	var stat *NodeList \/\/ statements$/;"	v
 41408  stat	./os/file_unix.go	/^	var stat syscall.Stat_t$/;"	v
 41409  stat	./runtime/defs1_solaris_amd64.go	/^type stat struct {$/;"	t
 41410  stat	./runtime/malloc.go	/^				var stat uint64$/;"	v
 41411  stat	./syscall/fd_nacl.go	/^func (*defaultFileImpl) stat(*Stat_t) error                { return ENOSYS }$/;"	f
 41412  stat	./syscall/fd_nacl.go	/^func (f *naclFile) stat(st *Stat_t) error {$/;"	f
 41413  stat	./syscall/fs_nacl.go	/^func (f *fsysFile) stat(st *Stat_t) error {$/;"	f
 41414  stat	./syscall/zsyscall_plan9_386.go	/^func stat(path string, edir []byte) (n int, err error) {$/;"	f
 41415  stat	./syscall/zsyscall_plan9_amd64.go	/^func stat(path string, edir []byte) (n int, err error) {$/;"	f
 41416  statAtime	./archive/tar/stat_atim.go	/^func statAtime(st *syscall.Stat_t) time.Time {$/;"	f
 41417  statAtime	./archive/tar/stat_atimespec.go	/^func statAtime(st *syscall.Stat_t) time.Time {$/;"	f
 41418  statCtime	./archive/tar/stat_atim.go	/^func statCtime(st *syscall.Stat_t) time.Time {$/;"	f
 41419  statCtime	./archive/tar/stat_atimespec.go	/^func statCtime(st *syscall.Stat_t) time.Time {$/;"	f
 41420  statUnix	./archive/tar/stat_unix.go	/^func statUnix(fi os.FileInfo, h *Header) error {$/;"	f
 41421  stataddr	./cmd/compile/internal/gc/sinit.go	/^func stataddr(nam *Node, n *Node) bool {$/;"	f
 41422  state	./cmd/pprof/internal/svg/svgpan.go	/^var state = 'none', svgRoot, stateTarget, stateOrigin, stateTf;$/;"	v
 41423  state	./cmd/yacc/yacc.go	/^func state(c int) int {$/;"	f
 41424  state	./crypto/tls/conn.go	/^	var state ConnectionState$/;"	v
 41425  state	./html/template/context.go	/^type state uint8$/;"	t
 41426  state	./regexp/testdata/testregex.c	/^} state;$/;"	v	typeref:struct:__anon2	file:
 41427  state	./sync/waitgroup.go	/^func (wg *WaitGroup) state() *uint64 {$/;"	f
 41428  state	./text/template/exec.go	/^type state struct {$/;"	t
 41429  state0	./encoding/json/scanner.go	/^func state0(s *scanner, c int) int {$/;"	f
 41430  state1	./encoding/json/scanner.go	/^func state1(s *scanner, c int) int {$/;"	f
 41431  stateBeginString	./encoding/json/scanner.go	/^func stateBeginString(s *scanner, c int) int {$/;"	f
 41432  stateBeginStringOrEmpty	./encoding/json/scanner.go	/^func stateBeginStringOrEmpty(s *scanner, c int) int {$/;"	f
 41433  stateBeginValue	./encoding/json/scanner.go	/^func stateBeginValue(s *scanner, c int) int {$/;"	f
 41434  stateBeginValueOrEmpty	./encoding/json/scanner.go	/^func stateBeginValueOrEmpty(s *scanner, c int) int {$/;"	f
 41435  stateDot	./encoding/json/scanner.go	/^func stateDot(s *scanner, c int) int {$/;"	f
 41436  stateDot0	./encoding/json/scanner.go	/^func stateDot0(s *scanner, c int) int {$/;"	f
 41437  stateE	./encoding/json/scanner.go	/^func stateE(s *scanner, c int) int {$/;"	f
 41438  stateE0	./encoding/json/scanner.go	/^func stateE0(s *scanner, c int) int {$/;"	f
 41439  stateESign	./encoding/json/scanner.go	/^func stateESign(s *scanner, c int) int {$/;"	f
 41440  stateEndTop	./encoding/json/scanner.go	/^func stateEndTop(s *scanner, c int) int {$/;"	f
 41441  stateEndValue	./encoding/json/scanner.go	/^func stateEndValue(s *scanner, c int) int {$/;"	f
 41442  stateError	./encoding/json/scanner.go	/^func stateError(s *scanner, c int) int {$/;"	f
 41443  stateF	./encoding/json/scanner.go	/^func stateF(s *scanner, c int) int {$/;"	f
 41444  stateFa	./encoding/json/scanner.go	/^func stateFa(s *scanner, c int) int {$/;"	f
 41445  stateFal	./encoding/json/scanner.go	/^func stateFal(s *scanner, c int) int {$/;"	f
 41446  stateFals	./encoding/json/scanner.go	/^func stateFals(s *scanner, c int) int {$/;"	f
 41447  stateFn	./text/template/parse/lex.go	/^type stateFn func(*lexer) stateFn$/;"	t
 41448  stateInString	./encoding/json/scanner.go	/^func stateInString(s *scanner, c int) int {$/;"	f
 41449  stateInStringEsc	./encoding/json/scanner.go	/^func stateInStringEsc(s *scanner, c int) int {$/;"	f
 41450  stateInStringEscU	./encoding/json/scanner.go	/^func stateInStringEscU(s *scanner, c int) int {$/;"	f
 41451  stateInStringEscU1	./encoding/json/scanner.go	/^func stateInStringEscU1(s *scanner, c int) int {$/;"	f
 41452  stateInStringEscU12	./encoding/json/scanner.go	/^func stateInStringEscU12(s *scanner, c int) int {$/;"	f
 41453  stateInStringEscU123	./encoding/json/scanner.go	/^func stateInStringEscU123(s *scanner, c int) int {$/;"	f
 41454  stateLog	./net/http/serve_test.go	/^	var stateLog = map[int][]ConnState{}$/;"	v
 41455  stateN	./encoding/json/scanner.go	/^func stateN(s *scanner, c int) int {$/;"	f
 41456  stateName	./net/http/server.go	/^var stateName = map[ConnState]string{$/;"	v
 41457  stateNames	./html/template/context.go	/^var stateNames = [...]string{$/;"	v
 41458  stateNeg	./encoding/json/scanner.go	/^func stateNeg(s *scanner, c int) int {$/;"	f
 41459  stateNu	./encoding/json/scanner.go	/^func stateNu(s *scanner, c int) int {$/;"	f
 41460  stateNul	./encoding/json/scanner.go	/^func stateNul(s *scanner, c int) int {$/;"	f
 41461  stateRedo	./encoding/json/scanner.go	/^func stateRedo(s *scanner, c int) int {$/;"	f
 41462  stateT	./encoding/json/scanner.go	/^func stateT(s *scanner, c int) int {$/;"	f
 41463  stateTable	./cmd/yacc/yacc.go	/^var stateTable []Row$/;"	v
 41464  stateTr	./encoding/json/scanner.go	/^func stateTr(s *scanner, c int) int {$/;"	f
 41465  stateTru	./encoding/json/scanner.go	/^func stateTru(s *scanner, c int) int {$/;"	f
 41466  statemem	./cmd/yacc/yacc.go	/^var statemem []Item$/;"	v
 41467  statementBoundary	./cmd/cover/cover.go	/^func (f *File) statementBoundary(s ast.Stmt) token.Pos {$/;"	f
 41468  staticHostEntry	./net/hosts_test.go	/^type staticHostEntry struct {$/;"	t
 41469  staticassign	./cmd/compile/internal/gc/sinit.go	/^func staticassign(l *Node, r *Node, out **NodeList) bool {$/;"	f
 41470  staticcopy	./cmd/compile/internal/gc/sinit.go	/^func staticcopy(l *Node, r *Node, out **NodeList) bool {$/;"	f
 41471  staticinit	./cmd/compile/internal/gc/sinit.go	/^func staticinit(n *Node, out **NodeList) bool {$/;"	f
 41472  staticname	./cmd/compile/internal/gc/sinit.go	/^func staticname(t *Type, ctxt int) *Node {$/;"	f
 41473  stats	./cmd/compile/internal/big/nat_test.go	/^	var stats runtime.MemStats$/;"	v
 41474  stats	./math/big/nat_test.go	/^	var stats runtime.MemStats$/;"	v
 41475  stats	./net/interface_test.go	/^	var stats routeStats$/;"	v
 41476  stats	./net/internal/socktest/switch.go	/^type stats map[Cookie]*Stat$/;"	t
 41477  stats	./runtime/debug/garbage_test.go	/^	var stats GCStats$/;"	v
 41478  statsResults	./math/rand/rand_test.go	/^type statsResults struct {$/;"	t
 41479  statuniqgen	./cmd/compile/internal/gc/go.go	/^var statuniqgen int \/\/ name generator for static temps$/;"	v
 41480  status	./net/file_plan9.go	/^func (fd *netFD) status(ln int) (string, error) {$/;"	f
 41481  status	./os/exec_unix.go	/^	var status syscall.WaitStatus$/;"	v
 41482  status	./os/user/lookup_windows.go	/^	var status uint32$/;"	v
 41483  status	./runtime/os1_plan9.go	/^	var status []byte$/;"	v
 41484  status	./runtime/traceback.go	/^	var status string$/;"	v
 41485  status	./syscall/syscall_bsd.go	/^	var status _C_int$/;"	v
 41486  status	./syscall/syscall_linux.go	/^	var status _C_int$/;"	v
 41487  statusLine	./net/http/server.go	/^func statusLine(req *Request, code int) string {$/;"	f
 41488  statusText	./net/http/status.go	/^var statusText = map[int]string{$/;"	v
 41489  statusUpdate	./time/example_test.go	/^func statusUpdate() string { return "" }$/;"	f
 41490  stbStrings	./debug/elf/elf.go	/^var stbStrings = []intName{$/;"	v
 41491  std	./log/log.go	/^var std = New(os.Stderr, "", LstdFlags)$/;"	v
 41492  std0x	./time/format.go	/^var std0x = [...]int{stdZeroMonth, stdZeroDay, stdZeroHour12, stdZeroMinute, stdZeroSecond, stdYear}$/;"	v
 41493  stdFunction	./runtime/os_windows.go	/^type stdFunction *byte$/;"	t
 41494  stdImporter	./cmd/vet/types.go	/^var stdImporter = importer.Default()$/;"	v
 41495  stdRef	./encoding/base64/base64_test.go	/^func stdRef(ref string) string {$/;"	f
 41496  stdSizes	./go/types/sizes.go	/^var stdSizes = StdSizes{8, 8}$/;"	v
 41497  stdUI	./cmd/pprof/internal/plugin/plugin.go	/^type stdUI struct {$/;"	t
 41498  stdcall	./runtime/os1_windows.go	/^func stdcall(fn stdFunction) uintptr {$/;"	f
 41499  stdcall0	./runtime/os1_windows.go	/^func stdcall0(fn stdFunction) uintptr {$/;"	f
 41500  stdcall1	./runtime/os1_windows.go	/^func stdcall1(fn stdFunction, a0 uintptr) uintptr {$/;"	f
 41501  stdcall2	./runtime/os1_windows.go	/^func stdcall2(fn stdFunction, a0, a1 uintptr) uintptr {$/;"	f
 41502  stdcall3	./runtime/os1_windows.go	/^func stdcall3(fn stdFunction, a0, a1, a2 uintptr) uintptr {$/;"	f
 41503  stdcall4	./runtime/os1_windows.go	/^func stdcall4(fn stdFunction, a0, a1, a2, a3 uintptr) uintptr {$/;"	f
 41504  stdcall5	./runtime/os1_windows.go	/^func stdcall5(fn stdFunction, a0, a1, a2, a3, a4 uintptr) uintptr {$/;"	f
 41505  stdcall6	./runtime/os1_windows.go	/^func stdcall6(fn stdFunction, a0, a1, a2, a3, a4, a5 uintptr) uintptr {$/;"	f
 41506  stdcall7	./runtime/os1_windows.go	/^func stdcall7(fn stdFunction, a0, a1, a2, a3, a4, a5, a6 uintptr) uintptr {$/;"	f
 41507  stdcallName	./runtime/syscall_windows_test.go	/^func (f cbDLLFunc) stdcallName() string {$/;"	f
 41508  stderr	./cmd/yacc/yacc.go	/^var stderr *bufio.Writer$/;"	v
 41509  stderr	./os/exec/exec.go	/^func (c *Cmd) stderr() (f *os.File, err error) {$/;"	f
 41510  stdin	./crypto/tls/handshake_client_test.go	/^	var stdin blockingSource$/;"	v
 41511  stdin	./os/exec/exec.go	/^func (c *Cmd) stdin() (f *os.File, err error) {$/;"	f
 41512  stdout	./cmd/pack/pack.go	/^var stdout io.Writer = os.Stdout$/;"	v
 41513  stdout	./os/exec/exec.go	/^func (c *Cmd) stdout() (f *os.File, err error) {$/;"	f
 41514  stdout	./os/exec/exec_test.go	/^	var stdout, stderr bytes.Buffer$/;"	v
 41515  step	./debug/dwarf/line.go	/^func (r *LineReader) step(entry *LineEntry) bool {$/;"	f
 41516  step	./debug/gosym/pclntab.go	/^func (t *LineTable) step(p *[]byte, pc *uint64, val *int32, first bool) bool {$/;"	f
 41517  step	./regexp/exec.go	/^func (m *machine) step(runq, nextq *queue, pos, nextPos int, c rune, nextCond syntax.EmptyOp) {$/;"	f
 41518  step	./regexp/regexp.go	/^func (i *inputBytes) step(pos int) (rune, int) {$/;"	f
 41519  step	./regexp/regexp.go	/^func (i *inputReader) step(pos int) (rune, int) {$/;"	f
 41520  step	./regexp/regexp.go	/^func (i *inputString) step(pos int) (rune, int) {$/;"	f
 41521  step	./runtime/symtab.go	/^func step(p []byte, pc *uintptr, val *int32, first bool) (newp []byte, ok bool) {$/;"	f
 41522  stepflt	./runtime/softfloat_arm.go	/^func stepflt(pc *uint32, regs *[15]uint32) uint32 {$/;"	f
 41523  sticky	./cmd/compile/internal/big/nat.go	/^func (x nat) sticky(i uint) uint {$/;"	f
 41524  sticky	./math/big/nat.go	/^func (x nat) sticky(i uint) uint {$/;"	f
 41525  stickyTests	./cmd/compile/internal/big/nat_test.go	/^var stickyTests = []struct {$/;"	v
 41526  stickyTests	./math/big/nat_test.go	/^var stickyTests = []struct {$/;"	v
 41527  stin	./cmd/yacc/yacc.go	/^func stin(i int) {$/;"	f
 41528  stirling	./math/gamma.go	/^func stirling(x float64) float64 {$/;"	f
 41529  stk	./cmd/compile/internal/gc/cgen.go	/^		var stk Node$/;"	v
 41530  stk	./cmd/go/get.go	/^	var stk importStack$/;"	v
 41531  stk	./cmd/go/pkg.go	/^	var stk importStack$/;"	v
 41532  stk	./cmd/go/test.go	/^	var stk importStack$/;"	v
 41533  stk	./cmd/internal/obj/obj.go	/^	var stk *LineStack$/;"	v
 41534  stk	./runtime/mprof.go	/^	var stk [maxStack]uintptr$/;"	v
 41535  stk	./runtime/mprof.go	/^func (b *bucket) stk() []uintptr {$/;"	f
 41536  stk	./runtime/proc1.go	/^	var stk [maxCPUProfStack]uintptr$/;"	v
 41537  stkbar	./runtime/runtime2.go	/^type stkbar struct {$/;"	t
 41538  stkbroke	./cmd/link/internal/ld/lib.go	/^func stkbroke(ch *Chain, limit int) {$/;"	f
 41539  stkbucket	./runtime/mprof.go	/^func stkbucket(typ bucketType, size uintptr, stk []uintptr, alloc bool) *bucket {$/;"	f
 41540  stkcheck	./cmd/link/internal/ld/lib.go	/^func stkcheck(up *Chain, depth int) int {$/;"	f
 41541  stkdelta	./cmd/compile/internal/gc/pgen.go	/^var stkdelta = map[*Node]int64{}$/;"	v
 41542  stkframe	./runtime/runtime2.go	/^type stkframe struct {$/;"	t
 41543  stkof	./cmd/compile/internal/gc/cgen.go	/^func stkof(n *Node) int64 {$/;"	f
 41544  stkprint	./cmd/link/internal/ld/lib.go	/^func stkprint(ch *Chain, limit int) {$/;"	f
 41545  stkptrsize	./cmd/compile/internal/gc/go.go	/^var stkptrsize int64 \/\/ prefix of stack containing pointers$/;"	v
 41546  stmt	./cmd/compile/internal/gc/go.y	/^stmt:$/;"	l
 41547  stmt	./database/sql/sql.go	/^	var stmt *Stmt$/;"	v
 41548  stmt	./database/sql/sql_test.go	/^	var stmt *Stmt$/;"	v
 41549  stmt	./go/printer/nodes.go	/^func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) {$/;"	f
 41550  stmt	./go/types/stmt.go	/^func (check *Checker) stmt(ctxt stmtContext, s ast.Stmt) {$/;"	f
 41551  stmtBranches	./go/types/labels.go	/^	var stmtBranches func(ast.Stmt)$/;"	v
 41552  stmtContext	./go/types/stmt.go	/^type stmtContext uint$/;"	t
 41553  stmtList	./go/printer/nodes.go	/^func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) {$/;"	f
 41554  stmtList	./go/types/stmt.go	/^func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) {$/;"	f
 41555  stmtNode	./go/ast/ast.go	/^func (*AssignStmt) stmtNode()     {}$/;"	f
 41556  stmtNode	./go/ast/ast.go	/^func (*BadStmt) stmtNode()        {}$/;"	f
 41557  stmtNode	./go/ast/ast.go	/^func (*BlockStmt) stmtNode()      {}$/;"	f
 41558  stmtNode	./go/ast/ast.go	/^func (*BranchStmt) stmtNode()     {}$/;"	f
 41559  stmtNode	./go/ast/ast.go	/^func (*CaseClause) stmtNode()     {}$/;"	f
 41560  stmtNode	./go/ast/ast.go	/^func (*CommClause) stmtNode()     {}$/;"	f
 41561  stmtNode	./go/ast/ast.go	/^func (*DeclStmt) stmtNode()       {}$/;"	f
 41562  stmtNode	./go/ast/ast.go	/^func (*DeferStmt) stmtNode()      {}$/;"	f
 41563  stmtNode	./go/ast/ast.go	/^func (*EmptyStmt) stmtNode()      {}$/;"	f
 41564  stmtNode	./go/ast/ast.go	/^func (*ExprStmt) stmtNode()       {}$/;"	f
 41565  stmtNode	./go/ast/ast.go	/^func (*ForStmt) stmtNode()        {}$/;"	f
 41566  stmtNode	./go/ast/ast.go	/^func (*GoStmt) stmtNode()         {}$/;"	f
 41567  stmtNode	./go/ast/ast.go	/^func (*IfStmt) stmtNode()         {}$/;"	f
 41568  stmtNode	./go/ast/ast.go	/^func (*IncDecStmt) stmtNode()     {}$/;"	f
 41569  stmtNode	./go/ast/ast.go	/^func (*LabeledStmt) stmtNode()    {}$/;"	f
 41570  stmtNode	./go/ast/ast.go	/^func (*RangeStmt) stmtNode()      {}$/;"	f
 41571  stmtNode	./go/ast/ast.go	/^func (*ReturnStmt) stmtNode()     {}$/;"	f
 41572  stmtNode	./go/ast/ast.go	/^func (*SelectStmt) stmtNode()     {}$/;"	f
 41573  stmtNode	./go/ast/ast.go	/^func (*SendStmt) stmtNode()       {}$/;"	f
 41574  stmtNode	./go/ast/ast.go	/^func (*SwitchStmt) stmtNode()     {}$/;"	f
 41575  stmtNode	./go/ast/ast.go	/^func (*TypeSwitchStmt) stmtNode() {}$/;"	f
 41576  stmt_list	./cmd/compile/internal/gc/go.y	/^stmt_list:$/;"	l
 41577  stmtfmt	./cmd/compile/internal/gc/fmt.go	/^func stmtfmt(n *Node) string {$/;"	f
 41578  stmtlabel	./cmd/compile/internal/gc/gen.go	/^func stmtlabel(n *Node) *Label {$/;"	f
 41579  stmts	./go/printer/printer_test.go	/^var stmts = []string{$/;"	v
 41580  stmtwithinit	./cmd/compile/internal/gc/fmt.go	/^func stmtwithinit(op int) bool {$/;"	f
 41581  stop	./cmd/go/generate.go	/^var stop = fmt.Errorf("error in generation")$/;"	v
 41582  stop	./go/token/position_test.go	/^	var stop sync.WaitGroup$/;"	v
 41583  stop	./net/http/httputil/reverseproxy.go	/^func (m *maxLatencyWriter) stop() { m.done <- true }$/;"	f
 41584  stop	./runtime/proc_test.go	/^	var stop uint32$/;"	v
 41585  stop	./runtime/proc_test.go	/^var stop = make(chan bool, 1)$/;"	v
 41586  stop	./runtime/runtime_unix_test.go	/^	var stop uint32$/;"	v
 41587  stop	./syscall/net_nacl.go	/^func (t *timer) stop() {$/;"	f
 41588  stopAlarm	./go/doc/testdata/testing.go	/^func stopAlarm() {$/;"	f
 41589  stopAlarm	./testing/testing.go	/^func stopAlarm() {$/;"	f
 41590  stopParse	./text/template/parse/parse.go	/^func (t *Tree) stopParse() {$/;"	f
 41591  stopTheWorld	./runtime/proc1.go	/^func stopTheWorld(reason string) {$/;"	f
 41592  stopTheWorldWithSema	./runtime/proc1.go	/^func stopTheWorldWithSema() {$/;"	f
 41593  stopTimer	./runtime/time.go	/^func stopTimer(t *timer) bool {$/;"	f
 41594  stopTimer	./syscall/net_nacl.go	/^func stopTimer(*runtimeTimer) bool$/;"	f
 41595  stopTimer	./time/sleep.go	/^func stopTimer(*runtimeTimer) bool$/;"	f
 41596  stoplockedm	./runtime/proc1.go	/^func stoplockedm() {$/;"	f
 41597  stopm	./runtime/proc1.go	/^func stopm() {$/;"	f
 41598  store	./compress/flate/deflate.go	/^func (d *compressor) store() {$/;"	f
 41599  store	./runtime/race/output_test.go	/^func store(x *int, v int) {$/;"	f
 41600  store64loop	./sync/atomic/asm_arm.s	/^store64loop:$/;"	l
 41601  storeCtx	./crypto/x509/root_windows.go	/^	var storeCtx *syscall.CertContext$/;"	v
 41602  storeRcvr	./reflect/value.go	/^func storeRcvr(v Value, p unsafe.Pointer) {$/;"	f
 41603  storeUint64	./sync/atomic/64bit_arm.go	/^func storeUint64(addr *uint64, val uint64) {$/;"	f
 41604  stored	./cmd/compile/internal/gc/reflect.go	/^	\/\/ type stored in interface word$/;"	t
 41605  storedSize	./compress/flate/huffman_bit_writer.go	/^	var storedSize int64 = math.MaxInt64$/;"	v
 41606  storeloop	./sync/atomic/asm_darwin_arm.s	/^storeloop:$/;"	l
 41607  storeloop	./sync/atomic/asm_freebsd_arm.s	/^storeloop:$/;"	l
 41608  storeloop	./sync/atomic/asm_nacl_arm.s	/^storeloop:$/;"	l
 41609  storeloop	./sync/atomic/asm_netbsd_arm.s	/^storeloop:$/;"	l
 41610  storeloop	./sync/atomic/asm_openbsd_arm.s	/^storeloop:$/;"	l
 41611  storeloop1	./sync/atomic/asm_linux_arm.s	/^storeloop1:$/;"	l
 41612  str	./cmd/compile/internal/gc/fmt.go	/^	var str string$/;"	v
 41613  str	./cmd/compile/internal/gc/lex.go	/^	var str string$/;"	v
 41614  str	./cmd/internal/obj/util.go	/^	var str string$/;"	v
 41615  str	./go/types/builtins_test.go	/^	{"append", `type T []byte; type U string; var s T; var str U; _ = append(s, str...)`, `func(p.T, p.U...) p.T`},$/;"	v
 41616  str	./go/types/builtins_test.go	/^	{"append", `type T []byte; var s T; var str string; _ = append(s, str...)`, `func(p.T, string...) p.T`},$/;"	v
 41617  str	./reflect/tostring_test.go	/^	var str string$/;"	v
 41618  str	./regexp/syntax/parse.go	/^	var str []rune$/;"	v
 41619  strTests	./cmd/compile/internal/big/natconv_test.go	/^var strTests = []struct {$/;"	v
 41620  strTests	./math/big/natconv_test.go	/^var strTests = []struct {$/;"	v
 41621  strbuf	./cmd/compile/internal/gc/go.go	/^var strbuf bytes.Buffer$/;"	v
 41622  strcond	./cmd/internal/obj/arm64/list7.go	/^var strcond = [16]string{$/;"	v
 41623  strdata	./cmd/link/internal/ld/data.go	/^var strdata []*LSym$/;"	v
 41624  streamBeginTypeStdin	./net/http/fcgi/fcgi_test.go	/^var streamBeginTypeStdin = bytes.Join([][]byte{$/;"	v
 41625  streamEncoded	./encoding/json/stream_test.go	/^var streamEncoded = `0.1$/;"	v
 41626  streamListener	./net/mockserver_test.go	/^type streamListener struct {$/;"	t
 41627  streamTest	./encoding/json/stream_test.go	/^var streamTest = []interface{}{$/;"	v
 41628  streamTests	./net/http/fcgi/fcgi_test.go	/^var streamTests = []struct {$/;"	v
 41629  streamWriter	./net/http/fcgi/fcgi.go	/^type streamWriter struct {$/;"	t
 41630  streq	./regexp/testdata/testregex.c	/^#define streq(/;"	d	file:
 41631  strequal	./runtime/alg.go	/^func strequal(p, q unsafe.Pointer) bool {$/;"	f
 41632  stress	./runtime/lfstack_test.go	/^var stress []*MyNode$/;"	v
 41633  strflags	./regexp/syntax/parse.go	/^	var strflags Flags$/;"	v
 41634  strhash	./runtime/alg.go	/^func strhash(a unsafe.Pointer, h uintptr) uintptr {$/;"	f
 41635  strictShadowing	./cmd/vet/shadow.go	/^var strictShadowing = flag.Bool("shadowstrict", false, "whether to be strict about shadowing; can be noisy")$/;"	v
 41636  string	./builtin/builtin.go	/^type string string$/;"	t
 41637  string	./cmd/compile/internal/big/natconv.go	/^func (x nat) string(charset string) string {$/;"	f
 41638  string	./cmd/compile/internal/gc/lex.go	/^	\/\/ types[TSTRING] is the named type string$/;"	t
 41639  string	./cmd/pprof/internal/report/report.go	/^func (ts tags) string() string {$/;"	f
 41640  string	./debug/dwarf/buf.go	/^func (b *buf) string() string {$/;"	f
 41641  string	./debug/gosym/pclntab.go	/^func (t *LineTable) string(off uint32) string {$/;"	f
 41642  string	./encoding/asn1/asn1.go	/^	\/\/ type string. getUniversalType returns the tag for PrintableString$/;"	t
 41643  string	./encoding/gob/debug.go	/^func (deb *debugger) string() string {$/;"	f
 41644  string	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind string but not type string. TODO: We can handle this unsafely.$/;"	t
 41645  string	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind string but not type string. TODO: We can handle this unsafely.$/;"	t
 41646  string	./encoding/gob/type.go	/^func (a *arrayType) string() string { return a.safeString(make(map[typeId]bool)) }$/;"	f
 41647  string	./encoding/gob/type.go	/^func (g *gobEncoderType) string() string { return g.Name }$/;"	f
 41648  string	./encoding/gob/type.go	/^func (m *mapType) string() string { return m.safeString(make(map[typeId]bool)) }$/;"	f
 41649  string	./encoding/gob/type.go	/^func (s *sliceType) string() string { return s.safeString(make(map[typeId]bool)) }$/;"	f
 41650  string	./encoding/gob/type.go	/^func (s *structType) string() string { return s.safeString(make(map[typeId]bool)) }$/;"	f
 41651  string	./encoding/gob/type.go	/^func (t *CommonType) string() string { return t.Name }$/;"	f
 41652  string	./encoding/gob/type.go	/^func (t typeId) string() string {$/;"	f
 41653  string	./encoding/gob/type.go	/^func (w *wireType) string() string {$/;"	f
 41654  string	./encoding/json/encode.go	/^func (e *encodeState) string(s string) (int, error) {$/;"	f
 41655  string	./go/types/eval_test.go	/^		\/\/ we have a string, compare type string$/;"	t
 41656  string	./go/types/example_test.go	/^	\/\/ type string string:$/;"	t
 41657  string	./go/types/expr.go	/^				\/\/ is a non-constant value of type string."$/;"	t
 41658  string	./math/big/natconv.go	/^func (x nat) string(charset string) string {$/;"	f
 41659  string	./mime/mediatype.go	/^func ParseMediaType(v string) (mediatype string, params map[string]string, err error) {$/;"	t
 41660  string	./mime/mediatype_test.go	/^			t.Errorf("ParseMediaType(%q): got non-empty media type string on error", tt.in)$/;"	t
 41661  string	./net/http/fs.go	/^	var ctype string$/;"	t
 41662  string	./path/filepath/path.go	/^func (b *lazybuf) string() string {$/;"	f
 41663  string	./path/path.go	/^func (b *lazybuf) string() string {$/;"	f
 41664  string	./syscall/mksyscall_windows.go	/^func (r *Rets) useLongHandleErrorCode(retvar string) string {$/;"	v
 41665  string	./syscall/syscall_linux.go	/^\/\/sys	mount(source string, target string, fstype string, flags uintptr, data *byte) (err error)$/;"	t
 41666  string	./syscall/syscall_linux.go	/^func Mount(source string, target string, fstype string, flags uintptr, data string) (err error) {$/;"	t
 41667  string	./syscall/zsyscall_linux_386.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	t
 41668  string	./syscall/zsyscall_linux_amd64.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	t
 41669  string	./syscall/zsyscall_linux_arm.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	t
 41670  string	./syscall/zsyscall_linux_arm64.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	t
 41671  string	./syscall/zsyscall_linux_ppc64.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	t
 41672  string	./syscall/zsyscall_linux_ppc64le.go	/^func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {$/;"	t
 41673  stringBytes	./encoding/json/encode.go	/^func (e *encodeState) stringBytes(s []byte) (int, error) {$/;"	f
 41674  stringDataOnStack	./runtime/string.go	/^func stringDataOnStack(s string) bool {$/;"	f
 41675  stringEncoder	./encoding/json/encode.go	/^func stringEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 41676  stringError	./regexp/all_test.go	/^type stringError struct {$/;"	t
 41677  stringFinder	./strings/search.go	/^type stringFinder struct {$/;"	t
 41678  stringFlagString	./cmd/pprof/internal/driver/driver.go	/^func stringFlagString(label, value string) string {$/;"	f
 41679  stringHandler	./net/http/serve_test.go	/^type stringHandler string$/;"	t
 41680  stringHash	./runtime/alg.go	/^func stringHash(s string, seed uintptr) uintptr {$/;"	f
 41681  stringHeader	./reflect/value.go	/^type stringHeader struct {$/;"	t
 41682  stringKind	./encoding/json/decode_test.go	/^	type stringKind string$/;"	t
 41683  stringList	./cmd/go/main.go	/^func stringList(args ...interface{}) []string {$/;"	f
 41684  stringMap	./net/http/request_test.go	/^type stringMap map[string][]string$/;"	t
 41685  stringName	./debug/elf/elf.go	/^func stringName(i uint32, names []intName, goSyntax bool) string {$/;"	f
 41686  stringName	./debug/macho/macho.go	/^func stringName(i uint32, names []intName, goSyntax bool) string {$/;"	f
 41687  stringPairTest	./cmd/go/match_test.go	/^type stringPairTest struct {$/;"	t
 41688  stringPointer	./encoding/json/encode_test.go	/^	type stringPointer struct {$/;"	t
 41689  stringReader	./fmt/scan.go	/^type stringReader string$/;"	t
 41690  stringSliceTestData	./encoding/asn1/asn1_test.go	/^var stringSliceTestData = [][]string{$/;"	v
 41691  stringStruct	./runtime/string.go	/^type stringStruct struct {$/;"	t
 41692  stringTable	./debug/elf/file.go	/^func (f *File) stringTable(link uint32) ([]byte, error) {$/;"	f
 41693  stringTagExpected	./encoding/json/encode_test.go	/^var stringTagExpected = `{$/;"	v
 41694  stringTests	./cmd/compile/internal/big/intconv_test.go	/^var stringTests = []struct {$/;"	v
 41695  stringTests	./math/big/intconv_test.go	/^var stringTests = []struct {$/;"	v
 41696  stringType	./database/sql/driver/types.go	/^type stringType struct{}$/;"	t
 41697  stringValue	./flag/flag.go	/^type stringValue string$/;"	t
 41698  stringValues	./encoding/json/encode.go	/^type stringValues []reflect.Value$/;"	t
 41699  stringWriter	./io/io.go	/^type stringWriter interface {$/;"	t
 41700  stringWriter	./net/http/header.go	/^type stringWriter struct {$/;"	t
 41701  stringWriter	./net/http/serve_test.go	/^		type stringWriter interface {$/;"	t
 41702  stringWriter	./strings/replace.go	/^type stringWriter struct {$/;"	t
 41703  stringWriterIface	./strings/replace.go	/^type stringWriterIface interface {$/;"	t
 41704  stringer	./cmd/vet/testdata/print.go	/^type stringer float64$/;"	t
 41705  stringer	./html/template/content_test.go	/^type stringer struct {$/;"	t
 41706  stringer	./runtime/error.go	/^type stringer interface {$/;"	t
 41707  stringer	./text/template/exec_test.go	/^func stringer(s fmt.Stringer) string {$/;"	f
 41708  stringerarray	./cmd/vet/testdata/print.go	/^type stringerarray [4]float64$/;"	t
 41709  stringerarrayv	./cmd/vet/testdata/print.go	/^var stringerarrayv stringerarray$/;"	v
 41710  stringerv	./cmd/vet/testdata/print.go	/^var stringerv stringer$/;"	v
 41711  stringify	./html/template/content.go	/^func stringify(args ...interface{}) (string, contentType) {$/;"	f
 41712  stringiter	./cmd/compile/internal/gc/builtin/runtime.go	/^func stringiter(string, int) int$/;"	f
 41713  stringiter	./runtime/string.go	/^func stringiter(s string, k int) int {$/;"	f
 41714  stringiter2	./cmd/compile/internal/gc/builtin/runtime.go	/^func stringiter2(string, int) (retk int, retv rune)$/;"	f
 41715  stringiter2	./runtime/string.go	/^func stringiter2(s string, k int) (int, rune) {$/;"	f
 41716  strings	./cmd/fix/typecheck.go	/^\/\/ Convert between function type strings and lists of types.$/;"	t
 41717  strings	./cmd/fix/typecheck.go	/^\/\/ assign maps type strings to lists of expressions that were assigned$/;"	t
 41718  strings	./sort/sort_test.go	/^var strings = [...]string{"", "Hello", "foo", "bar", "foo", "f00", "%*&^*&^&", "***"}$/;"	v
 41719  stringsCompare	./cmd/compile/internal/gc/util.go	/^func stringsCompare(a, b string) int {$/;"	f
 41720  stringsCompare	./cmd/link/internal/ld/util.go	/^func stringsCompare(a, b string) int {$/;"	f
 41721  stringsHasPrefix	./net/parse.go	/^func stringsHasPrefix(s, prefix string) bool {$/;"	f
 41722  stringsHasSuffix	./net/parse.go	/^func stringsHasSuffix(s, suffix string) bool {$/;"	f
 41723  stringsHasSuffixFold	./net/parse.go	/^func stringsHasSuffixFold(s, suffix string) bool {$/;"	f
 41724  stringsym	./cmd/compile/internal/gc/obj.go	/^func stringsym(s string) (hdr, data *Sym) {$/;"	f
 41725  stringsym_gen	./cmd/compile/internal/gc/obj.go	/^var stringsym_gen int$/;"	v
 41726  stringtoarraylit	./cmd/compile/internal/gc/typecheck.go	/^func stringtoarraylit(np **Node) {$/;"	f
 41727  stringtoslicebyte	./cmd/compile/internal/gc/builtin/runtime.go	/^func stringtoslicebyte(*[32]byte, string) []byte$/;"	f
 41728  stringtoslicebyte	./runtime/string.go	/^func stringtoslicebyte(buf *tmpBuf, s string) []byte {$/;"	f
 41729  stringtoslicebytetmp	./cmd/compile/internal/gc/builtin/runtime.go	/^func stringtoslicebytetmp(string) []byte$/;"	f
 41730  stringtoslicebytetmp	./runtime/string.go	/^func stringtoslicebytetmp(s string) []byte {$/;"	f
 41731  stringtoslicerune	./cmd/compile/internal/gc/builtin/runtime.go	/^func stringtoslicerune(*[32]rune, string) []rune$/;"	f
 41732  stringtoslicerune	./runtime/string.go	/^func stringtoslicerune(buf *[tmpStringBufSize]rune, s string) []rune {$/;"	f
 41733  stringtouint32	./cmd/link/internal/ld/util.go	/^func stringtouint32(x []uint32, s string) {$/;"	f
 41734  strip85	./encoding/ascii85/ascii85_test.go	/^func strip85(s string) string {$/;"	f
 41735  stripCR	./go/scanner/scanner.go	/^func stripCR(b []byte) []byte {$/;"	f
 41736  stripCommonPrefix	./go/printer/printer.go	/^func stripCommonPrefix(lines []string) {$/;"	f
 41737  stripIPv4Header	./net/iprawsock_posix.go	/^func stripIPv4Header(n int, b []byte) int {$/;"	f
 41738  stripOutputComment	./go/doc/example.go	/^func stripOutputComment(body *ast.BlockStmt, comments []*ast.CommentGroup) (*ast.BlockStmt, []*ast.CommentGroup) {$/;"	f
 41739  stripParens	./go/printer/nodes.go	/^func stripParens(x ast.Expr) ast.Expr {$/;"	f
 41740  stripParensAlways	./go/printer/nodes.go	/^func stripParensAlways(x ast.Expr) ast.Expr {$/;"	f
 41741  stripTagAndLength	./encoding/asn1/marshal.go	/^func stripTagAndLength(in []byte) []byte {$/;"	f
 41742  stripTags	./html/template/html.go	/^func stripTags(html string) string {$/;"	f
 41743  stripTrailingWhitespace	./go/ast/ast.go	/^func stripTrailingWhitespace(s string) string {$/;"	f
 41744  strnput	./cmd/link/internal/ld/data.go	/^func strnput(s string, n int) {$/;"	f
 41745  strput	./cmd/link/internal/ld/pe.go	/^func strput(s string) {$/;"	f
 41746  strs	./cmd/compile/internal/gc/const.go	/^				var strs []string$/;"	v
 41747  strs	./net/textproto/reader.go	/^	var strs []string$/;"	v
 41748  strtbl	./cmd/link/internal/ld/pe.go	/^var strtbl []byte$/;"	v
 41749  strtbladd	./cmd/link/internal/ld/pe.go	/^func strtbladd(name string) int {$/;"	f
 41750  struct	./cmd/compile/internal/gc/subr.go	/^					Fatal("func struct missing field: %v %v", ta, tb)$/;"	f
 41751  struct	./cmd/compile/internal/gc/subr.go	/^ *	method - M func (t T)(), a TFIELD type struct$/;"	t
 41752  struct	./cmd/link/internal/ld/dwarf.go	/^\/\/     ptype struct '[]uint8' and qualifiers need to be quoted away$/;"	t
 41753  struct	./cmd/link/internal/ld/dwarf_defs.go	/^\/\/     ptype struct '[]uint8' and qualifiers need to be quoted away$/;"	t
 41754  struct	./cmd/link/internal/ld/pcln.go	/^	\/\/	function table, alternating PC and offset to func struct [each entry thearch.ptrsize bytes]$/;"	f
 41755  struct	./runtime/runtime2.go	/^type _func struct {$/;"	f
 41756  structEncoder	./encoding/json/encode.go	/^type structEncoder struct {$/;"	t
 41757  structField	./reflect/type.go	/^type structField struct {$/;"	t
 41758  structFieldInfo	./encoding/xml/typeinfo.go	/^func structFieldInfo(typ reflect.Type, f *reflect.StructField) (*fieldInfo, error) {$/;"	f
 41759  structTagObjectKeyTests	./encoding/json/tagkey_test.go	/^var structTagObjectKeyTests = []struct {$/;"	v
 41760  structType	./cmd/cgo/out.go	/^func (p *Package) structType(n *Name) (string, int64) {$/;"	f
 41761  structType	./encoding/gob/doc.go	/^	type structType struct {$/;"	t
 41762  structType	./encoding/gob/type.go	/^type structType struct {$/;"	t
 41763  structType	./go/types/typexpr.go	/^func (check *Checker) structType(styp *Struct, e *ast.StructType, path []*TypeName) {$/;"	f
 41764  structType	./reflect/type.go	/^type structType struct {$/;"	t
 41765  structValue	./encoding/gob/debug.go	/^func (deb *debugger) structValue(indent tab, id typeId) {$/;"	f
 41766  structargs	./cmd/compile/internal/gc/subr.go	/^func structargs(tl **Type, mustname int) *NodeList {$/;"	f
 41767  structcount	./cmd/compile/internal/gc/subr.go	/^func structcount(t *Type) int {$/;"	f
 41768  structdcl	./cmd/compile/internal/gc/go.y	/^structdcl:$/;"	l
 41769  structdcl_list	./cmd/compile/internal/gc/go.y	/^structdcl_list:$/;"	l
 41770  structfield	./cmd/compile/internal/gc/dcl.go	/^func structfield(n *Node) *Type {$/;"	f
 41771  structfieldsize	./cmd/link/internal/ld/decodesym.go	/^func structfieldsize() int {$/;"	f
 41772  structlit	./cmd/compile/internal/gc/sinit.go	/^func structlit(ctxt int, pass int, n *Node, var_ *Node, init **NodeList) {$/;"	f
 41773  structnext	./cmd/compile/internal/gc/subr.go	/^func structnext(s *Iter) *Type {$/;"	f
 41774  structpkg	./cmd/compile/internal/gc/go.go	/^var structpkg *Pkg \/\/ package that declared struct, during import$/;"	v
 41775  structs	./cmd/compile/internal/gc/reflect.go	/^		\/\/ emit type structs for error and func(error) string.$/;"	t
 41776  structtype	./cmd/compile/internal/gc/go.y	/^structtype:$/;"	l
 41777  structure	./cmd/compile/internal/gc/reflect.go	/^	\/\/ actual type structure$/;"	t
 41778  structure	./cmd/compile/internal/gc/reflect.go	/^	\/\/ which follows the rest of this type structure.$/;"	t
 41779  structures	./cmd/compile/internal/gc/reflect.go	/^	\/\/ emit the type structures for int, float, etc.$/;"	t
 41780  structures	./debug/gosym/pclntab.go	/^	\/\/ alternating program counters and offsets to func structures.$/;"	f
 41781  structures	./reflect/all_test.go	/^	\/\/ The compiler will create the type structures for the derived types,$/;"	t
 41782  structures	./reflect/type.go	/^	\/\/ For the type structures linked into the binary, the$/;"	t
 41783  structures	./reflect/type.go	/^	\/\/ the type structures in read-only memory.$/;"	t
 41784  sts	./runtime/runtime-gdb.py	/^sts = ('idle', 'runnable', 'running', 'syscall', 'waiting', 'moribund', 'dead', 'recovery')$/;"	v
 41785  sttStrings	./debug/elf/elf.go	/^var sttStrings = []intName{$/;"	v
 41786  stub	./cmd/link/internal/ppc64/asm.go	/^	var stub *ld.LSym$/;"	v
 41787  stvStrings	./debug/elf/elf.go	/^var stvStrings = []intName{$/;"	v
 41788  stwprocs	./runtime/mgc.go	/^	var stwprocs, maxprocs int32$/;"	v
 41789  stype	./net/lookup_windows.go	/^	var stype int32$/;"	v
 41790  su	./cmd/vet/testdata/atomic.go	/^	var su struct{ Counter uint64 }$/;"	v
 41791  sub	./cmd/compile/internal/big/nat.go	/^func (z nat) sub(x, y nat) nat {$/;"	f
 41792  sub	./cmd/link/internal/ld/data.go	/^	var sub *LSym$/;"	v
 41793  sub	./math/big/nat.go	/^func (z nat) sub(x, y nat) nat {$/;"	f
 41794  sub	./runtime/softfloat64_test.go	/^func sub(x, y float64) float64 { return x - y }$/;"	f
 41795  subTests	./time/time_test.go	/^var subTests = []struct {$/;"	v
 41796  subVV	./cmd/compile/internal/big/arith_decl.go	/^func subVV(z, x, y []Word) (c Word) {$/;"	f
 41797  subVV	./math/big/arith_decl.go	/^func subVV(z, x, y []Word) (c Word)$/;"	f
 41798  subVV	./math/big/arith_decl_pure.go	/^func subVV(z, x, y []Word) (c Word) {$/;"	f
 41799  subVV_g	./cmd/compile/internal/big/arith.go	/^func subVV_g(z, x, y []Word) (c Word) {$/;"	f
 41800  subVV_g	./math/big/arith.go	/^func subVV_g(z, x, y []Word) (c Word) {$/;"	f
 41801  subVW	./cmd/compile/internal/big/arith_decl.go	/^func subVW(z, x []Word, y Word) (c Word) {$/;"	f
 41802  subVW	./math/big/arith_decl.go	/^func subVW(z, x []Word, y Word) (c Word)$/;"	f
 41803  subVW	./math/big/arith_decl_pure.go	/^func subVW(z, x []Word, y Word) (c Word) {$/;"	f
 41804  subVW_g	./cmd/compile/internal/big/arith.go	/^func subVW_g(z, x []Word, y Word) (c Word) {$/;"	f
 41805  subVW_g	./math/big/arith.go	/^func subVW_g(z, x []Word, y Word) (c Word) {$/;"	f
 41806  subWW_g	./cmd/compile/internal/big/arith.go	/^func subWW_g(x, y, c Word) (z1, z0 Word) {$/;"	f
 41807  subWW_g	./math/big/arith.go	/^func subWW_g(x, y, c Word) (z1, z0 Word) {$/;"	f
 41808  subexpCase	./regexp/all_test.go	/^type subexpCase struct {$/;"	t
 41809  subexpCases	./regexp/all_test.go	/^var subexpCases = []subexpCase{$/;"	v
 41810  subject	./crypto/x509/x509.go	/^	var subject pkix.RDNSequence$/;"	v
 41811  subjectBytes	./crypto/x509/x509.go	/^func subjectBytes(cert *Certificate) ([]byte, error) {$/;"	f
 41812  subkey	./crypto/des/block.go	/^	var subkey uint64$/;"	v
 41813  subkey	./internal/syscall/windows/registry/key.go	/^	var subkey syscall.Handle$/;"	v
 41814  subnode	./cmd/compile/internal/gc/cplx.go	/^func subnode(nr *Node, ni *Node, nc *Node) {$/;"	f
 41815  subprop	./cmd/compile/internal/amd64/peep.go	/^func subprop(r0 *gc.Flow) bool {$/;"	f
 41816  subprop	./cmd/compile/internal/arm/peep.go	/^func subprop(r0 *gc.Flow) bool {$/;"	f
 41817  subprop	./cmd/compile/internal/arm64/peep.go	/^func subprop(r0 *gc.Flow) bool {$/;"	f
 41818  subprop	./cmd/compile/internal/ppc64/peep.go	/^func subprop(r0 *gc.Flow) bool {$/;"	f
 41819  subprop	./cmd/compile/internal/x86/peep.go	/^func subprop(r0 *gc.Flow) bool {$/;"	f
 41820  subreg	./cmd/internal/obj/x86/asm6.go	/^func subreg(p *obj.Prog, from int, to int) {$/;"	f
 41821  subsampleRatio	./image/jpeg/scan.go	/^	var subsampleRatio image.YCbCrSubsampleRatio$/;"	v
 41822  subsampleRatios	./image/internal/imageutil/gen.go	/^var subsampleRatios = []string{$/;"	v
 41823  subsetVal	./database/sql/fakedb_test.go	/^			var subsetVal interface{}$/;"	v
 41824  subst	./cmd/gofmt/rewrite.go	/^func subst(m map[string]reflect.Value, pattern reflect.Value, pos reflect.Value) reflect.Value {$/;"	f
 41825  substAny	./cmd/compile/internal/gc/subr.go	/^func substAny(tp **Type, types *[]*Type) {$/;"	f
 41826  substArgTypes	./cmd/compile/internal/gc/subr.go	/^func substArgTypes(n *Node, types ...*Type) {$/;"	f
 41827  substitutetype	./cmd/link/internal/ld/dwarf.go	/^func substitutetype(structdie *DWDie, field string, dwtype *DWDie) {$/;"	f
 41828  subtract1	./runtime/mbitmap.go	/^func subtract1(p *byte) *byte {$/;"	f
 41829  subtractb	./runtime/mbitmap.go	/^func subtractb(p *byte, n uintptr) *byte {$/;"	f
 41830  subv	./encoding/json/decode.go	/^		var subv reflect.Value$/;"	v
 41831  subw	./crypto/aes/block.go	/^func subw(w uint32) uint32 {$/;"	f
 41832  succ	./cmd/compile/internal/gc/plive.go	/^	var succ *BasicBlock$/;"	v
 41833  succ	./race.bat	/^:succ$/;"	l
 41834  success	./os/exec_plan9.go	/^func (p *ProcessState) success() bool {$/;"	f
 41835  success	./os/exec_posix.go	/^func (p *ProcessState) success() bool {$/;"	f
 41836  success	./runtime/asm_amd64.s	/^success:$/;"	l
 41837  success	./runtime/asm_amd64p32.s	/^success:$/;"	l
 41838  successor	./cmd/compile/internal/arm/peep.go	/^func successor(r *gc.Flow) *gc.Flow {$/;"	f
 41839  such	./go/parser/parser.go	/^\/\/ (and not a raw type such as [...]T).$/;"	t
 41840  such	./go/printer/testdata/parser.go	/^\/\/ (and not a raw type such as [...]T).$/;"	t
 41841  sudoaddable	./cmd/compile/internal/amd64/gsubr.go	/^func sudoaddable(as int, n *gc.Node, a *obj.Addr) bool {$/;"	f
 41842  sudoaddable	./cmd/compile/internal/arm/gsubr.go	/^func sudoaddable(as int, n *gc.Node, a *obj.Addr) bool {$/;"	f
 41843  sudoaddable	./cmd/compile/internal/arm64/gsubr.go	/^func sudoaddable(as int, n *gc.Node, a *obj.Addr) bool {$/;"	f
 41844  sudoaddable	./cmd/compile/internal/ppc64/gsubr.go	/^func sudoaddable(as int, n *gc.Node, a *obj.Addr) bool {$/;"	f
 41845  sudoaddable	./cmd/compile/internal/x86/gsubr.go	/^func sudoaddable(as int, n *gc.Node, a *obj.Addr) bool {$/;"	f
 41846  sudoclean	./cmd/compile/internal/amd64/gsubr.go	/^func sudoclean() {$/;"	f
 41847  sudoclean	./cmd/compile/internal/arm/gsubr.go	/^func sudoclean() {$/;"	f
 41848  sudoclean	./cmd/compile/internal/arm64/gsubr.go	/^func sudoclean() {$/;"	f
 41849  sudoclean	./cmd/compile/internal/ppc64/gsubr.go	/^func sudoclean() {$/;"	f
 41850  sudoclean	./cmd/compile/internal/x86/gsubr.go	/^func sudoclean() {$/;"	f
 41851  sudog	./runtime/runtime2.go	/^type sudog struct {$/;"	t
 41852  suffix	./cmd/compile/internal/gc/dcl.go	/^	var suffix string$/;"	v
 41853  suffixSortable	./index/suffixarray/qsufsort.go	/^type suffixSortable struct {$/;"	t
 41854  suitableMethods	./net/rpc/server.go	/^func suitableMethods(typ reflect.Type, reportErr bool) map[string]*methodType {$/;"	f
 41855  sum	./cmd/pprof/internal/report/report.go	/^func (el edgeList) sum() int64 {$/;"	f
 41856  sum	./crypto/md5/md5_test.go	/^var sum = make([]byte, bench.Size())$/;"	v
 41857  sum	./go/printer/printer_test.go	/^	"func sum(x, y int) int\\t{ return x + y }",$/;"	f
 41858  sum	./image/gif/writer_test.go	/^	var sum, n int64$/;"	v
 41859  sum	./image/jpeg/writer_test.go	/^	var sum, n int64$/;"	v
 41860  sum	./math/rand/rand_test.go	/^	var sum, squaresum float64$/;"	v
 41861  sum	./runtime/vlop_arm_test.go	/^	var sum uint32$/;"	v
 41862  sumN	./container/ring/ring_test.go	/^func sumN(n int) int { return (n*n + n) \/ 2 }$/;"	f
 41863  sumNN	./cmd/compile/internal/big/nat_test.go	/^var sumNN = []argNN{$/;"	v
 41864  sumNN	./math/big/nat_test.go	/^var sumNN = []argNN{$/;"	v
 41865  sumNodes	./cmd/pprof/internal/report/report.go	/^func sumNodes(ns nodes) (flat int64, cum int64) {$/;"	f
 41866  sumRangesSize	./net/http/fs.go	/^func sumRangesSize(ranges []httpRange) (size int64) {$/;"	f
 41867  sumVV	./cmd/compile/internal/big/arith_test.go	/^var sumVV = []argVV{$/;"	v
 41868  sumVV	./math/big/arith_test.go	/^var sumVV = []argVV{$/;"	v
 41869  sumVW	./cmd/compile/internal/big/arith_test.go	/^var sumVW = []argVW{$/;"	v
 41870  sumVW	./math/big/arith_test.go	/^var sumVW = []argVW{$/;"	v
 41871  sumWW	./cmd/compile/internal/big/arith_test.go	/^var sumWW = []argWW{$/;"	v
 41872  sumWW	./math/big/arith_test.go	/^var sumWW = []argWW{$/;"	v
 41873  sumZZ	./cmd/compile/internal/big/int_test.go	/^var sumZZ = []argZZ{$/;"	v
 41874  sumZZ	./math/big/int_test.go	/^var sumZZ = []argZZ{$/;"	v
 41875  summary	./cmd/yacc/yacc.go	/^func summary() {$/;"	f
 41876  summary	./go/ast/commentmap.go	/^func summary(list []*CommentGroup) string {$/;"	f
 41877  sumreleased	./runtime/mheap.go	/^	var sumreleased uintptr$/;"	v
 41878  supportJunctionLinks	./os/os_windows_test.go	/^var supportJunctionLinks = true$/;"	v
 41879  supportSHA2	./crypto/x509/verify_test.go	/^var supportSHA2 = true$/;"	v
 41880  supportedBuildmode	./cmd/dist/test.go	/^func (t *tester) supportedBuildmode(mode string) bool {$/;"	f
 41881  supportedSignatureAlgorithms	./crypto/tls/common.go	/^var supportedSignatureAlgorithms = []signatureAndHash{$/;"	v
 41882  supportsCloseOnExec	./os/sys_darwin.go	/^var supportsCloseOnExec bool$/;"	v
 41883  supportsCloseOnExec	./os/sys_freebsd.go	/^var supportsCloseOnExec bool$/;"	v
 41884  supportsSymlinks	./os/os_test.go	/^var supportsSymlinks = true$/;"	v
 41885  supportsSymlinks	./path/filepath/path_test.go	/^var supportsSymlinks = true$/;"	v
 41886  suppressedHeaders	./net/http/transfer.go	/^func suppressedHeaders(status int) []string {$/;"	f
 41887  supps	./net/ipsock_posix.go	/^	var supps [2]bool$/;"	v
 41888  surrogateMap	./unicode/utf8/utf8_test.go	/^var surrogateMap = []Utf8Map{$/;"	v
 41889  surrogateTests	./unicode/utf16/utf16_test.go	/^var surrogateTests = []struct {$/;"	v
 41890  suspendedCall	./go/types/stmt.go	/^func (check *Checker) suspendedCall(keyword string, call *ast.CallExpr) {$/;"	f
 41891  sv	./cmd/pprof/internal/profile/profile.go	/^		var sv string$/;"	v
 41892  sv	./database/sql/convert.go	/^	var sv reflect.Value$/;"	v
 41893  sv	./encoding/json/encode.go	/^	var sv stringValues = v.MapKeys()$/;"	v
 41894  svgDoc	./cmd/pprof/internal/svg/svgpan.go	/^	var svgDoc = evt.target.ownerDocument;$/;"	v
 41895  svnRemoteRepo	./cmd/go/vcs.go	/^func svnRemoteRepo(vcsSvn *vcsCmd, rootDir string) (remoteRepo string, err error) {$/;"	f
 41896  sw	./encoding/gob/decode.go	/^		var sw *sliceType$/;"	v
 41897  sw	./net/internal/socktest/main_test.go	/^var sw socktest.Switch$/;"	v
 41898  swap64loop	./sync/atomic/asm_arm.s	/^swap64loop:$/;"	l
 41899  swapRange	./sort/sort.go	/^func swapRange(data Interface, a, b, n int) {$/;"	f
 41900  swapUint64	./sync/atomic/64bit_arm.go	/^func swapUint64(addr *uint64, new uint64) (old uint64) {$/;"	f
 41901  swapVerticalBar	./regexp/syntax/parse.go	/^func (p *parser) swapVerticalBar() bool {$/;"	f
 41902  swaploop	./sync/atomic/asm_386.s	/^swaploop:$/;"	l
 41903  swaploop	./sync/atomic/asm_arm.s	/^swaploop:$/;"	l
 41904  swaploop1	./sync/atomic/asm_linux_arm.s	/^swaploop1:$/;"	l
 41905  sweep	./runtime/mgcsweep.go	/^var sweep sweepdata$/;"	v
 41906  sweepdata	./runtime/mgcsweep.go	/^type sweepdata struct {$/;"	t
 41907  sweepone	./runtime/mgcsweep.go	/^func sweepone() uintptr {$/;"	f
 41908  switch	./cmd/compile/internal/gc/esc.go	/^	\/\/ process type switch as declaration.$/;"	t
 41909  switch	./cmd/compile/internal/gc/esc.go	/^	\/\/ type switch variables have no ODCL.$/;"	t
 41910  switch	./cmd/compile/internal/gc/swt.go	/^							Yyerror("impossible type switch case: %v cannot have dynamic type %v"+" (missing %v method)", Nconv(n.Left.Right, obj.FmtLong), ll.N.Type, missing.Sym)$/;"	t
 41911  switch	./cmd/compile/internal/gc/swt.go	/^							Yyerror("impossible type switch case: %v cannot have dynamic type %v"+" (wrong type for %v method)\\n\\thave %v%v\\n\\twant %v%v", Nconv(n.Left.Right, obj.FmtLong), ll.N.Type, missing.Sym, have.Sym, Tconv(have.Type, obj.FmtShort), missing.Sym, Tconv(missing.Type, obj.FmtShort))$/;"	t
 41912  switch	./cmd/compile/internal/gc/swt.go	/^					\/\/ multiple entry type switch or default$/;"	t
 41913  switch	./cmd/compile/internal/gc/swt.go	/^					\/\/ single entry type switch$/;"	t
 41914  switch	./cmd/compile/internal/gc/swt.go	/^					yyerrorl(int(c2.node.Lineno), "duplicate case %v in type switch\\n\\tprevious case at %v", c2.node.Left.Type, c1.node.Line())$/;"	t
 41915  switch	./cmd/compile/internal/gc/swt.go	/^				Yyerror("cannot fallthrough in type switch")$/;"	t
 41916  switch	./cmd/compile/internal/gc/swt.go	/^				\/\/ type switch$/;"	t
 41917  switch	./cmd/compile/internal/gc/swt.go	/^			Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))$/;"	t
 41918  switch	./cmd/compile/internal/gc/swt.go	/^			\/\/ type switch$/;"	t
 41919  switch	./cmd/compile/internal/gc/swt.go	/^		Yyerror("type switch must be on an interface")$/;"	t
 41920  switch	./cmd/compile/internal/gc/swt.go	/^		Yyerror("type switch must have an assignment")$/;"	t
 41921  switch	./cmd/compile/internal/gc/swt.go	/^		\/\/ type switch$/;"	t
 41922  switch	./cmd/compile/internal/gc/swt.go	/^	\/\/ type switch$/;"	t
 41923  switch	./cmd/compile/internal/gc/swt.go	/^	hash    uint32 \/\/ hash of a type switch$/;"	t
 41924  switch	./cmd/compile/internal/gc/swt.go	/^\/\/ A typeSwitch walks a type switch.$/;"	t
 41925  switch	./cmd/compile/internal/gc/swt.go	/^\/\/ where sw is a type switch.$/;"	t
 41926  switch	./cmd/compile/internal/gc/typecheck.go	/^		Yyerror("use of .(type) outside type switch")$/;"	t
 41927  switch	./cmd/compile/internal/gc/y.go	/^					Yyerror("invalid variable name %s in type switch", yyDollar[1].list.N)$/;"	t
 41928  switch	./cmd/compile/internal/gc/y.go	/^					\/\/ type switch - declare variable$/;"	t
 41929  switch	./cmd/cover/cover.go	/^		\/\/ Don't annotate an empty type switch - creates a syntax error.$/;"	t
 41930  switch	./cmd/fix/typecheck.go	/^			\/\/ Type of variable changes for each case in type switch,$/;"	t
 41931  switch	./cmd/vet/deadcode.go	/^		\/\/ NOTE: Unlike switch and type switch below, we don't care$/;"	t
 41932  switch	./go/ast/ast.go	/^		Type   Expr      \/\/ asserted type; nil means type switch X.(type)$/;"	t
 41933  switch	./go/ast/ast.go	/^	\/\/ A CaseClause represents a case of an expression or type switch statement.$/;"	t
 41934  switch	./go/ast/ast.go	/^	\/\/ An TypeSwitchStmt node represents a type switch statement.$/;"	t
 41935  switch	./go/parser/parser.go	/^				\/\/ If we don't have a type switch, s2 must be an expression.$/;"	t
 41936  switch	./go/parser/parser.go	/^		\/\/ a type switch. Instead be lenient and test this in the type$/;"	t
 41937  switch	./go/parser/parser.go	/^		\/\/ type switch: typ == nil$/;"	t
 41938  switch	./go/parser/parser.go	/^		\/\/ y.(type), which is only allowed in type switch expressions.$/;"	t
 41939  switch	./go/printer/testdata/parser.go	/^			\/\/ the form X.(type) is only allowed in type switch expressions$/;"	t
 41940  switch	./go/printer/testdata/parser.go	/^		\/\/ type switch: typ == nil$/;"	t
 41941  switch	./go/printer/testdata/parser.go	/^	\/\/ type switch$/;"	t
 41942  switch	./go/types/api.go	/^	\/\/	*ast.CaseClause    type-specific *Var for each type switch case clause (incl. default)$/;"	t
 41943  switch	./go/types/api.go	/^	\/\/ type switch headers), the corresponding objects are nil.$/;"	t
 41944  switch	./go/types/api_test.go	/^				kind = "type switch"$/;"	t
 41945  switch	./go/types/api_test.go	/^			"file:", "func:t", "type switch:", "case:x", \/\/ x implicitly declared$/;"	t
 41946  switch	./go/types/api_test.go	/^			"file:", "func:t", "type switch:",$/;"	t
 41947  switch	./go/types/api_test.go	/^			"file:", "func:t", "type switch:t",$/;"	t
 41948  switch	./go/types/expr.go	/^			check.invalidAST(e.Pos(), "use of .(type) outside type switch")$/;"	t
 41949  switch	./go/types/stmt.go	/^				check.error(e.Pos(), "duplicate case in type switch")$/;"	t
 41950  switch	./go/types/stmt.go	/^				check.invalidAST(s.Pos(), "incorrect form of type switch guard")$/;"	t
 41951  switch	./go/types/stmt.go	/^				check.invalidAST(s.Pos(), "incorrect type switch case")$/;"	t
 41952  switch	./go/types/stmt.go	/^			check.invalidAST(s.Pos(), "incorrect form of type switch guard")$/;"	t
 41953  switch	./go/types/stmt.go	/^		\/\/ A type switch guard must be of the form:$/;"	t
 41954  switch	./go/types/stmt.go	/^		check.openScope(s, "type switch")$/;"	t
 41955  switch	./runtime/asm_386.s	/^switch:$/;"	l
 41956  switch	./runtime/asm_amd64.s	/^switch:$/;"	l
 41957  switch	./runtime/asm_amd64p32.s	/^switch:$/;"	l
 41958  switch	./runtime/asm_arm.s	/^switch:$/;"	l
 41959  switch	./runtime/asm_arm64.s	/^switch:$/;"	l
 41960  switch	./runtime/asm_ppc64x.s	/^switch:$/;"	l
 41961  switch	./runtime/gc_test.go	/^\/\/ and run the type switch.$/;"	t
 41962  switch	./runtime/sys_solaris_amd64.s	/^switch:$/;"	l
 41963  switch	./runtime/sys_windows_386.s	/^switch:$/;"	l
 41964  switch	./runtime/sys_windows_amd64.s	/^switch:$/;"	l
 41965  switch2	./go/scanner/scanner.go	/^func (s *Scanner) switch2(tok0, tok1 token.Token) token.Token {$/;"	f
 41966  switch3	./go/scanner/scanner.go	/^func (s *Scanner) switch3(tok0, tok1 token.Token, ch2 rune, tok2 token.Token) token.Token {$/;"	f
 41967  switch4	./go/scanner/scanner.go	/^func (s *Scanner) switch4(tok0, tok1 token.Token, ch2 rune, tok2, tok3 token.Token) token.Token {$/;"	f
 41968  switchToReader	./encoding/xml/xml.go	/^func (d *Decoder) switchToReader(r io.Reader) {$/;"	f
 41969  switchWriter	./net/http/server.go	/^type switchWriter struct {$/;"	t
 41970  switch_stmt	./cmd/compile/internal/gc/go.y	/^switch_stmt:$/;"	l
 41971  switches	./cmd/fix/typecheck.go	/^\/\/ declarations, function and method returns, and type switches$/;"	t
 41972  switches	./go/types/expr.go	/^		\/\/ x.(type) expressions are handled explicitly in type switches$/;"	t
 41973  sym	./cmd/compile/internal/gc/dcl.go	/^	\/\/ get parent type sym$/;"	t
 41974  sym	./cmd/compile/internal/gc/go.y	/^sym:$/;"	l
 41975  sym	./cmd/compile/internal/gc/subr.go	/^	\/\/ func sym(p *T, h uintptr) uintptr$/;"	f
 41976  sym	./cmd/compile/internal/gc/subr.go	/^	\/\/ func sym(p, q *T) bool$/;"	f
 41977  sym	./cmd/compile/internal/gc/subr.go	/^	var sym *Sym$/;"	v
 41978  sym	./cmd/internal/obj/x86/obj6.go	/^		var sym *obj.LSym$/;"	v
 41979  sym	./cmd/link/internal/ld/data.go	/^	var sym *LSym$/;"	v
 41980  sym	./cmd/link/internal/ld/elf.go	/^	var sym *LSym$/;"	v
 41981  sym	./cmd/link/internal/ld/ldelf.go	/^	var sym ElfSym$/;"	v
 41982  sym	./cmd/link/internal/ld/ldmacho.go	/^	var sym *LdMachoSym$/;"	v
 41983  sym	./cmd/link/internal/ld/ldpe.go	/^	var sym *PeSym$/;"	v
 41984  sym	./cmd/link/internal/ld/macho.go	/^	var sym *LSym$/;"	v
 41985  sym	./cmd/link/internal/ld/pe.go	/^	var sym *LSym$/;"	v
 41986  sym	./debug/elf/file.go	/^	var sym Sym32$/;"	v
 41987  sym	./debug/elf/file.go	/^	var sym Sym64$/;"	v
 41988  sym	./debug/gosym/symtab.go	/^type sym struct {$/;"	t
 41989  sym	./debug/plan9obj/plan9obj.go	/^type sym struct {$/;"	t
 41990  symKindStrings	./cmd/internal/goobj/read.go	/^var symKindStrings = []string{$/;"	v
 41991  symMerge	./sort/sort.go	/^func symMerge(data Interface, a, m, b int) {$/;"	f
 41992  symRE	./cmd/objdump/main.go	/^var symRE *regexp.Regexp$/;"	v
 41993  symVer	./cmd/link/internal/ld/sym.go	/^type symVer struct {$/;"	t
 41994  sym_keys	./runtime/vdso_linux_amd64.go	/^var sym_keys = []symbol_key{$/;"	v
 41995  symalign	./cmd/link/internal/ld/data.go	/^func symalign(s *LSym) int32 {$/;"	f
 41996  symbolDoc	./cmd/doc/pkg.go	/^func (pkg *Package) symbolDoc(symbol string) {$/;"	f
 41997  symbolReference	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) symbolReference(a *obj.Addr, name string, prefix rune) {$/;"	f
 41998  symbol_key	./runtime/vdso_linux_amd64.go	/^type symbol_key struct {$/;"	t
 41999  symbolicLinkReparseBuffer	./syscall/ztypes_windows.go	/^type symbolicLinkReparseBuffer struct {$/;"	t
 42000  symbolize	./cmd/pprof/pprof.go	/^func symbolize(mode, source string, p *profile.Profile, obj plugin.ObjTool, ui plugin.UI) error {$/;"	f
 42001  symbolizeContext	./runtime/race.go	/^type symbolizeContext struct {$/;"	t
 42002  symbols	./cmd/internal/objfile/elf.go	/^func (f *elfFile) symbols() ([]Sym, error) {$/;"	f
 42003  symbols	./cmd/internal/objfile/goobj.go	/^func (f *goobjFile) symbols() ([]Sym, error) {$/;"	f
 42004  symbols	./cmd/internal/objfile/macho.go	/^func (f *machoFile) symbols() ([]Sym, error) {$/;"	f
 42005  symbols	./cmd/internal/objfile/pe.go	/^func (f *peFile) symbols() ([]Sym, error) {$/;"	f
 42006  symbols	./cmd/internal/objfile/plan9obj.go	/^func (f *plan9File) symbols() ([]Sym, error) {$/;"	f
 42007  symbols	./cmd/link/internal/ld/ldelf.go	/^	var symbols []*LSym$/;"	v
 42008  symbolsFromBinaries	./cmd/pprof/internal/report/report.go	/^func symbolsFromBinaries(prof *profile.Profile, g graph, rx *regexp.Regexp, address *uint64, obj plugin.ObjTool) []*objSymbol {$/;"	f
 42009  symbolsGolden	./debug/elf/symbols_test.go	/^var symbolsGolden = map[string][]Symbol{$/;"	v
 42010  symbolz	./cmd/pprof/internal/symbolz/symbolz.go	/^func symbolz(source string, p *profile.Profile) string {$/;"	f
 42011  symbuf	./cmd/link/internal/ld/ldpe.go	/^	var symbuf [18]uint8$/;"	v
 42012  symbuf	./cmd/link/internal/ld/objfile.go	/^var symbuf []byte$/;"	v
 42013  symfmt	./cmd/compile/internal/gc/fmt.go	/^func symfmt(s *Sym, flag int) string {$/;"	f
 42014  symkind	./cmd/link/internal/ld/macho.go	/^func symkind(s *LSym) int {$/;"	f
 42015  symlink	./archive/tar/tar_test.go	/^type symlink struct{}$/;"	t
 42016  symlinkat	./syscall/zsyscall_linux_386.go	/^func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 42017  symlinkat	./syscall/zsyscall_linux_amd64.go	/^func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 42018  symlinkat	./syscall/zsyscall_linux_arm.go	/^func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 42019  symlinkat	./syscall/zsyscall_linux_arm64.go	/^func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 42020  symlinkat	./syscall/zsyscall_linux_ppc64.go	/^func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 42021  symlinkat	./syscall/zsyscall_linux_ppc64le.go	/^func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {$/;"	f
 42022  symnam	./cmd/yacc/yacc.go	/^func symnam(i int) string {$/;"	f
 42023  symname	./cmd/compile/internal/gc/obj.go	/^	var symname string$/;"	v
 42024  symregexp	./cmd/objdump/main.go	/^var symregexp = flag.String("s", "", "only dump symbols matching this regexp")$/;"	v
 42025  syms	./cmd/compile/internal/gc/lex.go	/^var syms = []struct {$/;"	v
 42026  syms	./cmd/internal/objfile/elf.go	/^	var syms []Sym$/;"	v
 42027  syms	./cmd/internal/objfile/goobj.go	/^	var syms []Sym$/;"	v
 42028  syms	./cmd/internal/objfile/macho.go	/^	var syms []Sym$/;"	v
 42029  syms	./cmd/internal/objfile/pe.go	/^	var syms []Sym$/;"	v
 42030  syms	./cmd/internal/objfile/plan9obj.go	/^	var syms []Sym$/;"	v
 42031  syms	./cmd/pprof/internal/report/report.go	/^	var syms objSymbols$/;"	v
 42032  syms	./cmd/pprof/internal/report/source.go	/^	var syms objSymbols$/;"	v
 42033  symsz	./debug/macho/file.go	/^			var symsz int$/;"	v
 42034  symt	./cmd/link/internal/ld/symtab.go	/^var symt *LSym$/;"	v
 42035  symtab	./cmd/link/internal/ld/ldmacho.go	/^	var symtab *LdMachoSymtab$/;"	v
 42036  symtab	./cmd/link/internal/ld/symtab.go	/^func symtab() {$/;"	f
 42037  symtoc	./cmd/link/internal/ppc64/asm.go	/^func symtoc(s *ld.LSym) int64 {$/;"	f
 42038  symtype	./cmd/link/internal/ld/symtab.go	/^	var symtype *LSym$/;"	v
 42039  syncBuffer	./compress/flate/deflate_test.go	/^type syncBuffer struct {$/;"	t
 42040  syncDecl	./go/parser/parser.go	/^func syncDecl(p *parser) {$/;"	f
 42041  syncFlush	./compress/flate/deflate.go	/^func (d *compressor) syncFlush() error {$/;"	f
 42042  syncSema	./runtime/sema.go	/^type syncSema struct {$/;"	t
 42043  syncSema	./sync/runtime.go	/^type syncSema struct {$/;"	t
 42044  syncStmt	./go/parser/parser.go	/^func syncStmt(p *parser) {$/;"	f
 42045  sync_atomic_CompareAndSwapPointer	./runtime/atomic_pointer.go	/^func sync_atomic_CompareAndSwapPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {$/;"	f
 42046  sync_atomic_CompareAndSwapUintptr	./runtime/atomic_pointer.go	/^func sync_atomic_CompareAndSwapUintptr(ptr *uintptr, old, new uintptr) bool$/;"	f
 42047  sync_atomic_StorePointer	./runtime/atomic_pointer.go	/^func sync_atomic_StorePointer(ptr *unsafe.Pointer, new unsafe.Pointer) {$/;"	f
 42048  sync_atomic_StoreUintptr	./runtime/atomic_pointer.go	/^func sync_atomic_StoreUintptr(ptr *uintptr, new uintptr)$/;"	f
 42049  sync_atomic_SwapPointer	./runtime/atomic_pointer.go	/^func sync_atomic_SwapPointer(ptr unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer {$/;"	f
 42050  sync_atomic_SwapUintptr	./runtime/atomic_pointer.go	/^func sync_atomic_SwapUintptr(ptr *uintptr, new uintptr) uintptr$/;"	f
 42051  sync_atomic_runtime_procPin	./runtime/proc1.go	/^func sync_atomic_runtime_procPin() int {$/;"	f
 42052  sync_atomic_runtime_procUnpin	./runtime/proc1.go	/^func sync_atomic_runtime_procUnpin() {$/;"	f
 42053  sync_runtime_Semacquire	./runtime/sema.go	/^func sync_runtime_Semacquire(addr *uint32) {$/;"	f
 42054  sync_runtime_Semrelease	./runtime/sema.go	/^func sync_runtime_Semrelease(addr *uint32) {$/;"	f
 42055  sync_runtime_canSpin	./runtime/proc1.go	/^func sync_runtime_canSpin(i int) bool {$/;"	f
 42056  sync_runtime_doSpin	./runtime/proc1.go	/^func sync_runtime_doSpin() {$/;"	f
 42057  sync_runtime_procPin	./runtime/proc1.go	/^func sync_runtime_procPin() int {$/;"	f
 42058  sync_runtime_procUnpin	./runtime/proc1.go	/^func sync_runtime_procUnpin() {$/;"	f
 42059  sync_runtime_registerPoolCleanup	./runtime/mgc.go	/^func sync_runtime_registerPoolCleanup(f func()) {$/;"	f
 42060  synch	./cmd/compile/internal/gc/reg.go	/^func synch(f *Flow, dif Bits) {$/;"	f
 42061  syncsemacquire	./runtime/sema.go	/^func syncsemacquire(s *syncSema) {$/;"	f
 42062  syncsemcheck	./runtime/sema.go	/^func syncsemcheck(sz uintptr) {$/;"	f
 42063  syncsemrelease	./runtime/sema.go	/^func syncsemrelease(s *syncSema, n uint32) {$/;"	f
 42064  syncsend	./runtime/chan.go	/^func syncsend(c *hchan, sg *sudog, elem unsafe.Pointer) {$/;"	f
 42065  synopsisFmt	./go/doc/doc_test.go	/^func synopsisFmt(s string) string {$/;"	f
 42066  syntax	./cmd/compile/internal/gc/subr.go	/^\/\/ type syntax expression n.Type.$/;"	t
 42067  syntax	./regexp/syntax/make_perl_groups.pl	/^package syntax$/;"	p
 42068  syntaxError	./encoding/xml/xml.go	/^func (d *Decoder) syntaxError(msg string) error {$/;"	f
 42069  syntaxError	./strconv/atoi.go	/^func syntaxError(fn, str string) *NumError {$/;"	f
 42070  synthesizechantypes	./cmd/link/internal/ld/dwarf.go	/^func synthesizechantypes(die *DWDie) {$/;"	f
 42071  synthesizemaptypes	./cmd/link/internal/ld/dwarf.go	/^func synthesizemaptypes(die *DWDie) {$/;"	f
 42072  synthesizeslicetypes	./cmd/link/internal/ld/dwarf.go	/^func synthesizeslicetypes(die *DWDie) {$/;"	f
 42073  synthesizestringtypes	./cmd/link/internal/ld/dwarf.go	/^func synthesizestringtypes(die *DWDie) {$/;"	f
 42074  sys	./os/exec_plan9.go	/^func (p *ProcessState) sys() interface{} {$/;"	f
 42075  sys	./os/exec_posix.go	/^func (p *ProcessState) sys() interface{} {$/;"	f
 42076  sys	./runtime/runtime-gdb.py	/^import sys$/;"	i
 42077  sys	./syscall/security_windows.go	/^	var sys *uint16$/;"	v
 42078  sysAlloc	./runtime/mem_bsd.go	/^func sysAlloc(n uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 42079  sysAlloc	./runtime/mem_darwin.go	/^func sysAlloc(n uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 42080  sysAlloc	./runtime/mem_linux.go	/^func sysAlloc(n uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 42081  sysAlloc	./runtime/mem_plan9.go	/^func sysAlloc(n uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 42082  sysAlloc	./runtime/mem_windows.go	/^func sysAlloc(n uintptr, sysStat *uint64) unsafe.Pointer {$/;"	f
 42083  sysCerts	./crypto/x509/root_darwin_arm_gen.go	/^func sysCerts() (certs []*x509.Certificate, err error) {$/;"	f
 42084  sysDir	./os/os_test.go	/^type sysDir struct {$/;"	t
 42085  sysFault	./runtime/mem_bsd.go	/^func sysFault(v unsafe.Pointer, n uintptr) {$/;"	f
 42086  sysFault	./runtime/mem_darwin.go	/^func sysFault(v unsafe.Pointer, n uintptr) {$/;"	f
 42087  sysFault	./runtime/mem_linux.go	/^func sysFault(v unsafe.Pointer, n uintptr) {$/;"	f
 42088  sysFault	./runtime/mem_plan9.go	/^func sysFault(v unsafe.Pointer, n uintptr) {$/;"	f
 42089  sysFault	./runtime/mem_windows.go	/^func sysFault(v unsafe.Pointer, n uintptr) {$/;"	f
 42090  sysFree	./runtime/mem_bsd.go	/^func sysFree(v unsafe.Pointer, n uintptr, sysStat *uint64) {$/;"	f
 42091  sysFree	./runtime/mem_darwin.go	/^func sysFree(v unsafe.Pointer, n uintptr, sysStat *uint64) {$/;"	f
 42092  sysFree	./runtime/mem_linux.go	/^func sysFree(v unsafe.Pointer, n uintptr, sysStat *uint64) {$/;"	f
 42093  sysFree	./runtime/mem_plan9.go	/^func sysFree(v unsafe.Pointer, n uintptr, sysStat *uint64) {$/;"	f
 42094  sysFree	./runtime/mem_windows.go	/^func sysFree(v unsafe.Pointer, n uintptr, sysStat *uint64) {$/;"	f
 42095  sysInit	./net/fd_plan9.go	/^func sysInit() {$/;"	f
 42096  sysInit	./net/fd_unix.go	/^func sysInit() {$/;"	f
 42097  sysInit	./net/fd_windows.go	/^func sysInit() {$/;"	f
 42098  sysLinger	./syscall/syscall_windows.go	/^type sysLinger struct {$/;"	t
 42099  sysMap	./runtime/mem_bsd.go	/^func sysMap(v unsafe.Pointer, n uintptr, reserved bool, sysStat *uint64) {$/;"	f
 42100  sysMap	./runtime/mem_darwin.go	/^func sysMap(v unsafe.Pointer, n uintptr, reserved bool, sysStat *uint64) {$/;"	f
 42101  sysMap	./runtime/mem_linux.go	/^func sysMap(v unsafe.Pointer, n uintptr, reserved bool, sysStat *uint64) {$/;"	f
 42102  sysMap	./runtime/mem_plan9.go	/^func sysMap(v unsafe.Pointer, n uintptr, reserved bool, sysStat *uint64) {$/;"	f
 42103  sysMap	./runtime/mem_windows.go	/^func sysMap(v unsafe.Pointer, n uintptr, reserved bool, sysStat *uint64) {$/;"	f
 42104  sysReserve	./runtime/mem_bsd.go	/^func sysReserve(v unsafe.Pointer, n uintptr, reserved *bool) unsafe.Pointer {$/;"	f
 42105  sysReserve	./runtime/mem_darwin.go	/^func sysReserve(v unsafe.Pointer, n uintptr, reserved *bool) unsafe.Pointer {$/;"	f
 42106  sysReserve	./runtime/mem_linux.go	/^func sysReserve(v unsafe.Pointer, n uintptr, reserved *bool) unsafe.Pointer {$/;"	f
 42107  sysReserve	./runtime/mem_plan9.go	/^func sysReserve(v unsafe.Pointer, n uintptr, reserved *bool) unsafe.Pointer {$/;"	f
 42108  sysReserve	./runtime/mem_windows.go	/^func sysReserve(v unsafe.Pointer, n uintptr, reserved *bool) unsafe.Pointer {$/;"	f
 42109  sysReserveHigh	./runtime/malloc.go	/^func sysReserveHigh(n uintptr, reserved *bool) unsafe.Pointer {$/;"	f
 42110  sysSocket	./net/sock_cloexec.go	/^func sysSocket(family, sotype, proto int) (int, error) {$/;"	f
 42111  sysSocket	./net/sock_windows.go	/^func sysSocket(family, sotype, proto int) (syscall.Handle, error) {$/;"	f
 42112  sysSocket	./net/sys_cloexec.go	/^func sysSocket(family, sotype, proto int) (int, error) {$/;"	f
 42113  sysStat	./archive/tar/common.go	/^var sysStat func(fi os.FileInfo, h *Header) error$/;"	v
 42114  sysUnused	./runtime/mem_bsd.go	/^func sysUnused(v unsafe.Pointer, n uintptr) {$/;"	f
 42115  sysUnused	./runtime/mem_darwin.go	/^func sysUnused(v unsafe.Pointer, n uintptr) {$/;"	f
 42116  sysUnused	./runtime/mem_linux.go	/^func sysUnused(v unsafe.Pointer, n uintptr) {$/;"	f
 42117  sysUnused	./runtime/mem_plan9.go	/^func sysUnused(v unsafe.Pointer, n uintptr) {$/;"	f
 42118  sysUnused	./runtime/mem_windows.go	/^func sysUnused(v unsafe.Pointer, n uintptr) {$/;"	f
 42119  sysUsage	./os/exec_plan9.go	/^func (p *ProcessState) sysUsage() interface{} {$/;"	f
 42120  sysUsage	./os/exec_posix.go	/^func (p *ProcessState) sysUsage() interface{} {$/;"	f
 42121  sysUsed	./runtime/mem_bsd.go	/^func sysUsed(v unsafe.Pointer, n uintptr) {$/;"	f
 42122  sysUsed	./runtime/mem_darwin.go	/^func sysUsed(v unsafe.Pointer, n uintptr) {$/;"	f
 42123  sysUsed	./runtime/mem_linux.go	/^func sysUsed(v unsafe.Pointer, n uintptr) {$/;"	f
 42124  sysUsed	./runtime/mem_plan9.go	/^func sysUsed(v unsafe.Pointer, n uintptr) {$/;"	f
 42125  sysUsed	./runtime/mem_windows.go	/^func sysUsed(v unsafe.Pointer, n uintptr) {$/;"	f
 42126  sys_pthread_create	./runtime/cgo/gcc_openbsd_386.c	/^static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr,$/;"	v	file:
 42127  sys_pthread_create	./runtime/cgo/gcc_openbsd_amd64.c	/^static int (*sys_pthread_create)(pthread_t *thread, const pthread_attr_t *attr,$/;"	v	file:
 42128  sys_umtx_op	./runtime/os_freebsd.go	/^func sys_umtx_op(addr *uint32, mode int32, val uint32, ptr2, ts *timespec) int32$/;"	f
 42129  sys_umtx_sleep	./runtime/os_dragonfly.go	/^func sys_umtx_sleep(addr *uint32, val, timeout int32) int32$/;"	f
 42130  sys_umtx_wakeup	./runtime/os_dragonfly.go	/^func sys_umtx_wakeup(addr *uint32, val int32) int32$/;"	f
 42131  sys_wbptr	./cmd/compile/internal/gc/cgen.go	/^var sys_wbptr *Node$/;"	v
 42132  sysargs	./runtime/os_linux_386.go	/^func sysargs(argc int32, argv **byte) {$/;"	f
 42133  sysargs	./runtime/os_linux_arm.go	/^func sysargs(argc int32, argv **byte) {$/;"	f
 42134  sysargs	./runtime/vdso_linux_amd64.go	/^func sysargs(argc int32, argv **byte) {$/;"	f
 42135  sysargs	./runtime/vdso_none.go	/^func sysargs(argc int32, argv **byte) {$/;"	f
 42136  syscall	./syscall/mksyscall.pl	/^package syscall$/;"	p
 42137  syscall	./syscall/mksysctl_openbsd.pl	/^package syscall;$/;"	p
 42138  syscall	./syscall/mksysnum_darwin.pl	/^package syscall$/;"	p
 42139  syscall	./syscall/mksysnum_dragonfly.pl	/^package syscall$/;"	p
 42140  syscall	./syscall/mksysnum_freebsd.pl	/^package syscall$/;"	p
 42141  syscall	./syscall/mksysnum_linux.pl	/^package syscall$/;"	p
 42142  syscall	./syscall/mksysnum_netbsd.pl	/^package syscall$/;"	p
 42143  syscall	./syscall/mksysnum_openbsd.pl	/^package syscall$/;"	p
 42144  syscall	./syscall/syscall.go	/^\/\/ On most systems, that error has type syscall.Errno.$/;"	t
 42145  syscallMode	./os/file_plan9.go	/^func syscallMode(i FileMode) (o uint32) {$/;"	f
 42146  syscallMode	./os/file_posix.go	/^func syscallMode(i FileMode) (o uint32) {$/;"	f
 42147  syscall_Syscall	./runtime/syscall_windows.go	/^func syscall_Syscall(fn, nargs, a1, a2, a3 uintptr) (r1, r2, err uintptr) {$/;"	f
 42148  syscall_Syscall12	./runtime/syscall_windows.go	/^func syscall_Syscall12(fn, nargs, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12 uintptr) (r1, r2, err uintptr) {$/;"	f
 42149  syscall_Syscall15	./runtime/syscall_windows.go	/^func syscall_Syscall15(fn, nargs, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15 uintptr) (r1, r2, err uintptr) {$/;"	f
 42150  syscall_Syscall6	./runtime/syscall_windows.go	/^func syscall_Syscall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {$/;"	f
 42151  syscall_Syscall9	./runtime/syscall_windows.go	/^func syscall_Syscall9(fn, nargs, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2, err uintptr) {$/;"	f
 42152  syscall_chdir	./runtime/syscall_solaris.go	/^func syscall_chdir(path uintptr) (err uintptr) {$/;"	f
 42153  syscall_chroot	./runtime/syscall_solaris.go	/^func syscall_chroot(path uintptr) (err uintptr) {$/;"	f
 42154  syscall_close	./runtime/syscall_solaris.go	/^func syscall_close(fd int32) int32 {$/;"	f
 42155  syscall_execve	./runtime/syscall_solaris.go	/^func syscall_execve(path, argv, envp uintptr) (err uintptr) {$/;"	f
 42156  syscall_exit	./runtime/syscall_solaris.go	/^func syscall_exit(code uintptr) {$/;"	f
 42157  syscall_fcntl	./runtime/syscall_solaris.go	/^func syscall_fcntl(fd, cmd, arg uintptr) (val, err uintptr) {$/;"	f
 42158  syscall_forkx	./runtime/syscall_solaris.go	/^func syscall_forkx(flags uintptr) (pid uintptr, err uintptr) {$/;"	f
 42159  syscall_gethostname	./runtime/syscall_solaris.go	/^func syscall_gethostname() (name string, err uintptr) {$/;"	f
 42160  syscall_getpid	./runtime/syscall_solaris.go	/^func syscall_getpid() (pid, err uintptr) {$/;"	f
 42161  syscall_getprocaddress	./runtime/syscall_windows.go	/^func syscall_getprocaddress(handle uintptr, procname *byte) (outhandle, err uintptr) {$/;"	f
 42162  syscall_ioctl	./runtime/syscall_solaris.go	/^func syscall_ioctl(fd, req, arg uintptr) (err uintptr) {$/;"	f
 42163  syscall_loadlibrary	./runtime/syscall_windows.go	/^func syscall_loadlibrary(filename *uint16) (handle, err uintptr) {$/;"	f
 42164  syscall_pipe	./runtime/syscall_solaris.go	/^func syscall_pipe() (r, w, err uintptr) {$/;"	f
 42165  syscall_rawsyscall	./runtime/syscall_solaris.go	/^func syscall_rawsyscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr) {$/;"	f
 42166  syscall_rawsysvicall6	./runtime/syscall_solaris.go	/^func syscall_rawsysvicall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {$/;"	f
 42167  syscall_runtime_AfterFork	./runtime/proc1.go	/^func syscall_runtime_AfterFork() {$/;"	f
 42168  syscall_runtime_BeforeFork	./runtime/proc1.go	/^func syscall_runtime_BeforeFork() {$/;"	f
 42169  syscall_runtime_envs	./runtime/runtime.go	/^func syscall_runtime_envs() []string { return append([]string{}, envs...) }$/;"	f
 42170  syscall_setenv_c	./runtime/env_posix.go	/^func syscall_setenv_c(k string, v string) {$/;"	f
 42171  syscall_setgid	./runtime/syscall_solaris.go	/^func syscall_setgid(gid uintptr) (err uintptr) {$/;"	f
 42172  syscall_setgroups	./runtime/syscall_solaris.go	/^func syscall_setgroups(ngid, gid uintptr) (err uintptr) {$/;"	f
 42173  syscall_setpgid	./runtime/syscall_solaris.go	/^func syscall_setpgid(pid, pgid uintptr) (err uintptr) {$/;"	f
 42174  syscall_setsid	./runtime/syscall_solaris.go	/^func syscall_setsid() (pid, err uintptr) {$/;"	f
 42175  syscall_setuid	./runtime/syscall_solaris.go	/^func syscall_setuid(uid uintptr) (err uintptr) {$/;"	f
 42176  syscall_syscall	./runtime/syscall_solaris.go	/^func syscall_syscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr) {$/;"	f
 42177  syscall_sysvicall6	./runtime/syscall_solaris.go	/^func syscall_sysvicall6(fn, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr) {$/;"	f
 42178  syscall_unsetenv_c	./runtime/env_posix.go	/^func syscall_unsetenv_c(k string) {$/;"	f
 42179  syscall_wait4	./runtime/syscall_solaris.go	/^func syscall_wait4(pid uintptr, wstatus *uint32, options uintptr, rusage unsafe.Pointer) (wpid int, err uintptr) {$/;"	f
 42180  syscall_write	./runtime/syscall_solaris.go	/^func syscall_write(fd, buf, nbyte uintptr) (n, err uintptr) {$/;"	f
 42181  syscalldot	./syscall/mksyscall_windows.go	/^func syscalldot() string {$/;"	f
 42182  sysconf	./runtime/os3_solaris.go	/^func sysconf(name int32) int64 {$/;"	f
 42183  sysctl	./runtime/os_darwin.go	/^func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32$/;"	f
 42184  sysctl	./runtime/os_dragonfly.go	/^func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32$/;"	f
 42185  sysctl	./runtime/os_freebsd.go	/^func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32$/;"	f
 42186  sysctl	./runtime/os_netbsd.go	/^func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32$/;"	f
 42187  sysctl	./runtime/os_openbsd.go	/^func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32$/;"	f
 42188  sysctl	./syscall/zsyscall_darwin_386.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42189  sysctl	./syscall/zsyscall_darwin_amd64.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42190  sysctl	./syscall/zsyscall_darwin_arm.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42191  sysctl	./syscall/zsyscall_darwin_arm64.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42192  sysctl	./syscall/zsyscall_dragonfly_amd64.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42193  sysctl	./syscall/zsyscall_freebsd_386.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42194  sysctl	./syscall/zsyscall_freebsd_amd64.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42195  sysctl	./syscall/zsyscall_freebsd_arm.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42196  sysctl	./syscall/zsyscall_netbsd_386.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42197  sysctl	./syscall/zsyscall_netbsd_amd64.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42198  sysctl	./syscall/zsyscall_netbsd_arm.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42199  sysctl	./syscall/zsyscall_openbsd_386.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42200  sysctl	./syscall/zsyscall_openbsd_amd64.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42201  sysctl	./syscall/zsyscall_openbsd_arm.go	/^func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {$/;"	f
 42202  sysctlMib	./syscall/zsysctl_openbsd.go	/^var sysctlMib = []mibentry{$/;"	v
 42203  sysctlNodes	./syscall/syscall_netbsd.go	/^func sysctlNodes(mib []_C_int) (nodes []Sysctlnode, err error) {$/;"	f
 42204  sysctl_ret	./runtime/sys_darwin_arm.s	/^sysctl_ret:$/;"	l
 42205  sysdir	./os/os_test.go	/^var sysdir = func() *sysDir {$/;"	v
 42206  sysinfo	./cmd/dist/sys_windows.go	/^var sysinfo systeminfo$/;"	v
 42207  sysinit	./cmd/dist/sys_default.go	/^func sysinit() {$/;"	f
 42208  sysinit	./cmd/dist/sys_windows.go	/^func sysinit() {$/;"	f
 42209  syslook	./cmd/compile/internal/gc/subr.go	/^func syslook(name string, copy int) *Node {$/;"	f
 42210  sysmon	./runtime/proc1.go	/^func sysmon() {$/;"	f
 42211  sysproc	./os/exec/lp_windows_test.go	/^	var sysproc = syscall.MustLoadDLL("kernel32.dll").MustFindProc("GetModuleFileNameW")$/;"	v
 42212  sysstat	./runtime/os1_plan9.go	/^var sysstat = []byte("\/dev\/sysstat\\x00")$/;"	v
 42213  system	./cmd/compile/doc.go	/^source code. Because this directive can subvert the type system and package$/;"	t
 42214  system	./go/types/operand.go	/^\/\/ (not all "untyped" cases can appear due to the type system,$/;"	t
 42215  system	./runtime/extern.go	/^interface to the run-time type system.$/;"	t
 42216  system	./unsafe/unsafe.go	/^\/\/ Pointer therefore allows a program to defeat the type system and read and write$/;"	t
 42217  systemConf	./net/conf.go	/^func systemConf() *conf {$/;"	f
 42218  systemRootsPool	./crypto/x509/root.go	/^func systemRootsPool() *CertPool {$/;"	f
 42219  systemTime	./os/exec_plan9.go	/^func (p *ProcessState) systemTime() time.Duration {$/;"	f
 42220  systemTime	./os/exec_unix.go	/^func (p *ProcessState) systemTime() time.Duration {$/;"	f
 42221  systemTime	./os/exec_windows.go	/^func (p *ProcessState) systemTime() time.Duration {$/;"	f
 42222  systemVerify	./crypto/x509/root_darwin.go	/^func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {$/;"	f
 42223  systemVerify	./crypto/x509/root_plan9.go	/^func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {$/;"	f
 42224  systemVerify	./crypto/x509/root_unix.go	/^func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {$/;"	f
 42225  systemVerify	./crypto/x509/root_windows.go	/^func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {$/;"	f
 42226  systeminfo	./cmd/dist/sys_windows.go	/^type systeminfo struct {$/;"	t
 42227  systeminfo	./runtime/defs_windows_386.go	/^type systeminfo struct {$/;"	t
 42228  systeminfo	./runtime/defs_windows_amd64.go	/^type systeminfo struct {$/;"	t
 42229  systemstack	./runtime/stubs.go	/^func systemstack(fn func())$/;"	f
 42230  systemstack_switch	./runtime/stubs.go	/^func systemstack_switch()$/;"	f
 42231  systime	./runtime/os1_windows.go	/^func systime(addr uintptr) int64 {$/;"	f
 42232  systime	./runtime/sys_darwin_386.s	/^systime:$/;"	l
 42233  systime	./runtime/sys_darwin_amd64.s	/^systime:$/;"	l
 42234  sysvicall0	./runtime/os_solaris.go	/^func sysvicall0(fn *libcFunc) uintptr {$/;"	f
 42235  sysvicall1	./runtime/os_solaris.go	/^func sysvicall1(fn *libcFunc, a1 uintptr) uintptr {$/;"	f
 42236  sysvicall2	./runtime/os_solaris.go	/^func sysvicall2(fn *libcFunc, a1, a2 uintptr) uintptr {$/;"	f
 42237  sysvicall3	./runtime/os_solaris.go	/^func sysvicall3(fn *libcFunc, a1, a2, a3 uintptr) uintptr {$/;"	f
 42238  sysvicall4	./runtime/os_solaris.go	/^func sysvicall4(fn *libcFunc, a1, a2, a3, a4 uintptr) uintptr {$/;"	f
 42239  sysvicall5	./runtime/os_solaris.go	/^func sysvicall5(fn *libcFunc, a1, a2, a3, a4, a5 uintptr) uintptr {$/;"	f
 42240  sysvicall6	./runtime/os_solaris.go	/^func sysvicall6(fn *libcFunc, a1, a2, a3, a4, a5, a6 uintptr) uintptr {$/;"	f
 42241  sysvicall6	./syscall/syscall_solaris.go	/^func sysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)$/;"	f
 42242  sz	./cmd/link/internal/ld/ldmacho.go	/^	var sz uint32$/;"	v
 42243  t0	./encoding/gob/codec_test.go	/^	var t0 T0$/;"	v
 42244  t0	./runtime/chan.go	/^	var t0 int64$/;"	v
 42245  t0	./runtime/select.go	/^	var t0 int64$/;"	v
 42246  t1	./cmd/compile/internal/arm/cgen64.go	/^	var t1 gc.Node$/;"	v
 42247  t1	./cmd/compile/internal/arm/peep.go	/^	var t1 int$/;"	v
 42248  t1	./cmd/compile/internal/gc/const.go	/^	var t1 *Type$/;"	v
 42249  t1	./cmd/compile/internal/gc/dcl.go	/^	var t1 *Type$/;"	v
 42250  t1	./cmd/compile/internal/gc/range.go	/^	var t1 *Type$/;"	v
 42251  t1	./cmd/compile/internal/x86/cgen64.go	/^		var t1 gc.Node$/;"	v
 42252  t1	./cmd/compile/internal/x86/ggen.go	/^			var t1 gc.Node$/;"	v
 42253  t1	./cmd/compile/internal/x86/ggen.go	/^	var t1 gc.Node$/;"	v
 42254  t1	./cmd/compile/internal/x86/gsubr.go	/^		var t1 gc.Node$/;"	v
 42255  t1	./crypto/md5/gen.go	/^	var t1 = [...]uint32{$/;"	v
 42256  t1	./encoding/gob/codec_test.go	/^	var t1 T1$/;"	v
 42257  t1	./encoding/gob/encoder_test.go	/^	var t1 Type1$/;"	v
 42258  t1	./go/ast/filter_test.go	/^type t1 struct{}$/;"	t
 42259  t1	./go/doc/testdata/e.go	/^type t1 struct{}$/;"	t
 42260  t1	./reflect/all_test.go	/^	var t1 T1$/;"	v
 42261  t1	./runtime/chan.go	/^	var t1 int64$/;"	v
 42262  t1e	./go/doc/testdata/e.go	/^type t1e struct {$/;"	t
 42263  t2	./cmd/compile/internal/arm/cgen64.go	/^		var t2 gc.Node$/;"	v
 42264  t2	./cmd/compile/internal/arm/peep.go	/^	var t2 int$/;"	v
 42265  t2	./cmd/compile/internal/gc/range.go	/^	var t2 *Type$/;"	v
 42266  t2	./cmd/compile/internal/x86/cgen64.go	/^		var t2 gc.Node$/;"	v
 42267  t2	./cmd/compile/internal/x86/ggen.go	/^			var t2 gc.Node$/;"	v
 42268  t2	./cmd/compile/internal/x86/ggen.go	/^	var t2 gc.Node$/;"	v
 42269  t2	./cmd/compile/internal/x86/gsubr.go	/^		var t2 gc.Node$/;"	v
 42270  t2	./crypto/md5/gen.go	/^	var t2 = [...]uint32{$/;"	v
 42271  t2	./encoding/gob/codec_test.go	/^	var t2 T2$/;"	v
 42272  t2	./encoding/json/decode_test.go	/^	var t2 T2$/;"	v
 42273  t2	./go/ast/filter_test.go	/^type t2 struct{}$/;"	t
 42274  t2	./go/doc/testdata/e.go	/^type t2 struct{}$/;"	t
 42275  t2e	./go/doc/testdata/e.go	/^type t2e struct {$/;"	t
 42276  t3	./cmd/compile/internal/x86/ggen.go	/^		var t3 gc.Node$/;"	v
 42277  t3	./crypto/md5/gen.go	/^	var t3 = [...]uint32{$/;"	v
 42278  t3	./encoding/gob/encoder_test.go	/^	var t3 Type3$/;"	v
 42279  t3	./encoding/json/decode_test.go	/^	var t3 Time3339$/;"	v
 42280  t4	./cmd/compile/internal/x86/ggen.go	/^		var t4 gc.Node$/;"	v
 42281  t4	./crypto/md5/gen.go	/^	var t4 = [...]uint32{$/;"	v
 42282  t4	./encoding/gob/encoder_test.go	/^	var t4 Type4 \/\/ note: not a pointer.$/;"	v
 42283  t5p	./encoding/gob/encoder_test.go	/^	var t5p Type5$/;"	v
 42284  t6	./encoding/gob/encoder_test.go	/^	var t6 Type6$/;"	v
 42285  t7p	./encoding/gob/encoder_test.go	/^	var t7p Type7$/;"	v
 42286  tAfterName	./html/template/transition.go	/^func tAfterName(c context, s []byte) (context, int) {$/;"	f
 42287  tAttr	./html/template/transition.go	/^func tAttr(c context, s []byte) (context, int) {$/;"	f
 42288  tAttrName	./html/template/transition.go	/^func tAttrName(c context, s []byte) (context, int) {$/;"	f
 42289  tBeforeValue	./html/template/transition.go	/^func tBeforeValue(c context, s []byte) (context, int) {$/;"	f
 42290  tBlockCmt	./html/template/transition.go	/^func tBlockCmt(c context, s []byte) (context, int) {$/;"	f
 42291  tCSS	./html/template/transition.go	/^func tCSS(c context, s []byte) (context, int) {$/;"	f
 42292  tCSSStr	./html/template/transition.go	/^func tCSSStr(c context, s []byte) (context, int) {$/;"	f
 42293  tError	./html/template/transition.go	/^func tError(c context, s []byte) (context, int) {$/;"	f
 42294  tHTMLCmt	./html/template/transition.go	/^func tHTMLCmt(c context, s []byte) (context, int) {$/;"	f
 42295  tJS	./html/template/transition.go	/^func tJS(c context, s []byte) (context, int) {$/;"	f
 42296  tJSDelimited	./html/template/transition.go	/^func tJSDelimited(c context, s []byte) (context, int) {$/;"	f
 42297  tLineCmt	./html/template/transition.go	/^func tLineCmt(c context, s []byte) (context, int) {$/;"	f
 42298  tNow	./net/http/cookiejar/jar_test.go	/^var tNow = time.Date(2013, 1, 1, 12, 0, 0, 0, time.UTC)$/;"	v
 42299  tRunner	./go/doc/testdata/testing.go	/^func tRunner(t *T, test *InternalTest) {$/;"	f
 42300  tRunner	./testing/testing.go	/^func tRunner(t *T, test *InternalTest) {$/;"	f
 42301  tSpecialTagEnd	./html/template/transition.go	/^func tSpecialTagEnd(c context, s []byte) (context, int) {$/;"	f
 42302  tSweepTerm	./runtime/mgc.go	/^	var tSweepTerm, tScan, tInstallWB, tMark, tMarkTerm int64$/;"	v
 42303  tTag	./html/template/transition.go	/^func tTag(c context, s []byte) (context, int) {$/;"	f
 42304  tText	./html/template/transition.go	/^func tText(c context, s []byte) (context, int) {$/;"	f
 42305  tURL	./html/template/transition.go	/^func tURL(c context, s []byte) (context, int) {$/;"	f
 42306  tVal	./text/template/exec_test.go	/^var tVal = &T{$/;"	v
 42307  tWireType	./encoding/gob/type.go	/^var tWireType = mustGetTypeInfo(reflect.TypeOf(wireType{})).id$/;"	v
 42308  t_func_int_of_float_double	./debug/dwarf/testdata/typedef.c	/^typedef int t_func_int_of_float_double(float, double);$/;"	t	file:
 42309  t_func_ptr_int_of_char_schar_uchar	./debug/dwarf/testdata/typedef.c	/^typedef int *t_func_ptr_int_of_char_schar_uchar(char, signed char, unsigned char);$/;"	t	file:
 42310  t_func_void_of_char	./debug/dwarf/testdata/typedef.c	/^typedef void t_func_void_of_char(char);$/;"	t	file:
 42311  t_func_void_of_ptr_char_dots	./debug/dwarf/testdata/typedef.c	/^typedef void t_func_void_of_ptr_char_dots(char*, ...);$/;"	t	file:
 42312  t_func_void_of_void	./debug/dwarf/testdata/typedef.c	/^typedef void t_func_void_of_void(void);$/;"	t	file:
 42313  t_long	./debug/dwarf/testdata/typedef.c	/^typedef long t_long;$/;"	t	file:
 42314  t_my_enum	./debug/dwarf/testdata/typedef.c	/^} t_my_enum;$/;"	t	typeref:enum:my_enum	file:
 42315  t_my_list	./debug/dwarf/testdata/typedef.c	/^typedef struct list t_my_list;$/;"	t	typeref:struct:list	file:
 42316  t_my_struct	./debug/dwarf/testdata/typedef.c	/^} t_my_struct;$/;"	t	typeref:struct:my_struct	file:
 42317  t_my_struct1	./debug/dwarf/testdata/typedef.c	/^} t_my_struct1;$/;"	t	typeref:struct:my_struct1	file:
 42318  t_my_tree	./debug/dwarf/testdata/typedef.c	/^} t_my_tree;$/;"	t	typeref:struct:tree	file:
 42319  t_my_union	./debug/dwarf/testdata/typedef.c	/^} t_my_union;$/;"	t	typeref:union:my_union	file:
 42320  t_ptr_const_char	./debug/dwarf/testdata/typedef.c	/^typedef const char *t_ptr_const_char;$/;"	t	file:
 42321  t_ptr_func_int_of_double_complex	./debug/dwarf/testdata/typedef.c	/^typedef int (*t_ptr_func_int_of_double_complex)(double complex);$/;"	t	file:
 42322  t_ptr_func_int_of_float_complex	./debug/dwarf/testdata/typedef.c	/^typedef int (*t_ptr_func_int_of_float_complex)(float complex);$/;"	t	file:
 42323  t_ptr_func_int_of_float_double	./debug/dwarf/testdata/typedef.c	/^typedef int (*t_ptr_func_int_of_float_double)(float, double);$/;"	t	file:
 42324  t_ptr_func_int_of_long_double_complex	./debug/dwarf/testdata/typedef.c	/^typedef int (*t_ptr_func_int_of_long_double_complex)(long double complex);$/;"	t	file:
 42325  t_ptr_volatile_int	./debug/dwarf/testdata/typedef.c	/^typedef volatile int* t_ptr_volatile_int;$/;"	t	file:
 42326  t_ushort	./debug/dwarf/testdata/typedef.c	/^typedef unsigned short t_ushort;$/;"	t	file:
 42327  tab	./encoding/gob/debug.go	/^type tab int$/;"	t
 42328  tab	./hash/crc64/crc64_test.go	/^var tab = MakeTable(ISO)$/;"	v
 42329  tab	./syscall/netlink_linux.go	/^	var tab []byte$/;"	v
 42330  table	./cmd/compile/internal/big/natconv.go	/^	var table []divisor \/\/ for b == 10, table overlaps with cacheBase10.table$/;"	v
 42331  table	./cmd/link/internal/ld/pcln.go	/^	\/\/ We want to generate func table entries only for the "lowest level" symbols,$/;"	f
 42332  table	./database/sql/fakedb_test.go	/^func (db *fakeDB) table(table string) (*table, bool) {$/;"	f
 42333  table	./database/sql/fakedb_test.go	/^type table struct {$/;"	t
 42334  table	./debug/dwarf/line_test.go	/^	var table []LineEntry$/;"	v
 42335  table	./math/big/natconv.go	/^	var table []divisor \/\/ for b == 10, table overlaps with cacheBase10.table$/;"	v
 42336  tableA1Key	./crypto/des/des_test.go	/^var tableA1Key = []byte{$/;"	v
 42337  tableA1Tests	./crypto/des/des_test.go	/^var tableA1Tests = []CryptTest{$/;"	v
 42338  tableA2Plaintext	./crypto/des/des_test.go	/^var tableA2Plaintext = []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}$/;"	v
 42339  tableA2Tests	./crypto/des/des_test.go	/^var tableA2Tests = []CryptTest{$/;"	v
 42340  tableA3Plaintext	./crypto/des/des_test.go	/^var tableA3Plaintext = []byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}$/;"	v
 42341  tableA3Tests	./crypto/des/des_test.go	/^var tableA3Tests = []CryptTest{$/;"	v
 42342  tableA4Tests	./crypto/des/des_test.go	/^var tableA4Tests = []CryptTest{$/;"	v
 42343  tableAttrs	./encoding/xml/read_test.go	/^var tableAttrs = []struct {$/;"	v
 42344  tableOfContents	./cmd/pack/pack.go	/^func (ar *Archive) tableOfContents(entry *Entry) {$/;"	f
 42345  tablelist	./unicode/maketables.go	/^var tablelist = flag.String("tables",$/;"	v
 42346  tables	./encoding/xml/read_test.go	/^var tables = []struct {$/;"	v
 42347  tag	./cmd/pprof/internal/report/report.go	/^type tag struct {$/;"	t
 42348  tag	./go/parser/parser.go	/^	var tag *ast.BasicLit$/;"	v
 42349  tag	./go/printer/testdata/parser.go	/^	var tag *ast.BasicLit$/;"	v
 42350  tag	./go/types/typexpr.go	/^	var tag string$/;"	v
 42351  tag	./go/types/typexpr.go	/^func (check *Checker) tag(t *ast.BasicLit) string {$/;"	f
 42352  tag	./syscall/srpc_nacl.go	/^		var tag, val1, val2 uint32$/;"	v
 42353  tagAndLength	./encoding/asn1/common.go	/^type tagAndLength struct {$/;"	t
 42354  tagAndLengthData	./encoding/asn1/asn1_test.go	/^var tagAndLengthData = []tagAndLengthTest{$/;"	v
 42355  tagAndLengthTest	./encoding/asn1/asn1_test.go	/^type tagAndLengthTest struct {$/;"	t
 42356  tagCmd	./cmd/go/vcs.go	/^type tagCmd struct {$/;"	t
 42357  tagDistance	./cmd/pprof/internal/report/report.go	/^func tagDistance(t, u *tag) float64 {$/;"	f
 42358  tagFilterRangeRx	./cmd/pprof/internal/driver/driver.go	/^var tagFilterRangeRx = regexp.MustCompile("([[:digit:]]+)([[:alpha:]]+)")$/;"	v
 42359  tagGen	./cmd/cgo/gcc.go	/^var tagGen int$/;"	v
 42360  tagGetTests	./reflect/all_test.go	/^var tagGetTests = []struct {$/;"	v
 42361  tagGroupLabel	./cmd/pprof/internal/report/report.go	/^func tagGroupLabel(g tags) (string, int64) {$/;"	f
 42362  tagKey	./cmd/api/goapi.go	/^func tagKey(dir string, context *build.Context, tags []string) string {$/;"	f
 42363  tagMap	./cmd/pprof/internal/report/report.go	/^type tagMap map[string]*tag$/;"	t
 42364  tagNames	./debug/dwarf/const.go	/^var tagNames = [...]string{$/;"	v
 42365  tagOptions	./encoding/json/tags.go	/^type tagOptions string$/;"	t
 42366  tagSync	./cmd/go/vcs.go	/^func (v *vcsCmd) tagSync(dir, tag string) error {$/;"	f
 42367  tags	./cmd/compile/internal/gc/esc.go	/^var tags [1 << (bitsPerOutputInTag + EscReturnBits)]string$/;"	v
 42368  tags	./cmd/dist/test.go	/^func (t *tester) tags() string {$/;"	f
 42369  tags	./cmd/go/vcs.go	/^	var tags []string$/;"	v
 42370  tags	./cmd/go/vcs.go	/^func (v *vcsCmd) tags(dir string) ([]string, error) {$/;"	f
 42371  tags	./cmd/pprof/internal/report/report.go	/^type tags []*tag$/;"	t
 42372  tags	./cmd/yacc/yacc.go	/^var typeset [NTYPES]string \/\/ pointers to type tags$/;"	t
 42373  tags	./go/internal/gccgoimporter/parser.go	/^	var tags []string$/;"	v
 42374  tags	./go/internal/gcimporter/gcimporter.go	/^	var tags []string$/;"	v
 42375  tags	./go/types/typexpr.go	/^	var tags []string$/;"	v
 42376  tagsPPC64x	./runtime/mkduff.go	/^func tagsPPC64x(w io.Writer) {$/;"	f
 42377  tail	./runtime/memclr_386.s	/^tail:$/;"	l
 42378  tail	./runtime/memclr_amd64.s	/^tail:$/;"	l
 42379  tail	./runtime/memclr_plan9_386.s	/^tail:$/;"	l
 42380  tail	./runtime/memmove_386.s	/^tail:$/;"	l
 42381  tail	./runtime/memmove_amd64.s	/^tail:$/;"	l
 42382  tail	./runtime/memmove_plan9_386.s	/^tail:$/;"	l
 42383  tail	./runtime/memmove_plan9_amd64.s	/^tail:$/;"	l
 42384  takes	./text/template/exec_test.go	/^\/\/ vfunc takes a *V and a V$/;"	f
 42385  takesEmpty	./reflect/all_test.go	/^func takesEmpty(e emptyStruct) {$/;"	f
 42386  takesNonEmpty	./reflect/all_test.go	/^func takesNonEmpty(n nonEmptyStruct) int {$/;"	f
 42387  tan	./math/all_test.go	/^var tan = []float64{$/;"	v
 42388  tan	./math/cmplx/cmath_test.go	/^var tan = []complex128{$/;"	v
 42389  tan	./math/tan.go	/^func tan(x float64) float64 {$/;"	f
 42390  tanLarge	./math/all_test.go	/^var tanLarge = []float64{$/;"	v
 42391  tanSC	./math/cmplx/cmath_test.go	/^var tanSC = []complex128{$/;"	v
 42392  tanSeries	./math/cmplx/tan.go	/^func tanSeries(z complex128) float64 {$/;"	f
 42393  tanh	./math/all_test.go	/^var tanh = []float64{$/;"	v
 42394  tanh	./math/cmplx/cmath_test.go	/^var tanh = []complex128{$/;"	v
 42395  tanhP	./math/tanh.go	/^var tanhP = [...]float64{$/;"	v
 42396  tanhQ	./math/tanh.go	/^var tanhQ = [...]float64{$/;"	v
 42397  tanhSC	./math/all_test.go	/^var tanhSC = []float64{$/;"	v
 42398  tanhSC	./math/cmplx/cmath_test.go	/^var tanhSC = []complex128{$/;"	v
 42399  targ	./cmd/link/internal/ld/data.go	/^		var targ *LSym$/;"	v
 42400  targ	./net/http/serve_test.go	/^				var targ io.WriteCloser = struct {$/;"	v
 42401  target	./cmd/asm/internal/asm/asm.go	/^	var target *obj.Addr$/;"	v
 42402  target	./cmd/pprof/internal/report/source_html.go	/^  var target;$/;"	v
 42403  target	./encoding/xml/xml.go	/^		var target string$/;"	v
 42404  target	./net/lookup_plan9.go	/^	var target string$/;"	v
 42405  target	./net/lookup_unix.go	/^	var target string$/;"	v
 42406  target	./net/lookup_windows.go	/^	var target string$/;"	v
 42407  target	./reflect/value.go	/^	var target unsafe.Pointer$/;"	v
 42408  targetDir	./cmd/go/pkg.go	/^type targetDir int$/;"	t
 42409  tbigp	./reflect/all_test.go	/^type tbigp [2]uintptr$/;"	t
 42410  tbigv	./reflect/all_test.go	/^type tbigv [2]uintptr$/;"	t
 42411  tbitset	./cmd/yacc/yacc.go	/^var tbitset = 0 \/\/ size of lookahead sets$/;"	v
 42412  tbsCertificate	./crypto/x509/x509.go	/^type tbsCertificate struct {$/;"	t
 42413  tbsCertificateRequest	./crypto/x509/x509.go	/^type tbsCertificateRequest struct {$/;"	t
 42414  tcb_fixup	./runtime/cgo/gcc_openbsd_386.c	/^tcb_fixup(int mainthread)$/;"	f	file:
 42415  tcb_fixup	./runtime/cgo/gcc_openbsd_amd64.c	/^tcb_fixup(int mainthread)$/;"	f	file:
 42416  tcpConn	./crypto/tls/handshake_client_test.go	/^	var tcpConn net.Conn$/;"	v
 42417  tcpConn	./crypto/tls/handshake_server_test.go	/^	var tcpConn net.Conn$/;"	v
 42418  tcpKeepAliveListener	./net/http/server.go	/^type tcpKeepAliveListener struct {$/;"	t
 42419  tcpListenerNameTests	./net/tcp_test.go	/^var tcpListenerNameTests = []struct {$/;"	v
 42420  tcpListenerTests	./net/listen_test.go	/^var tcpListenerTests = []struct {$/;"	v
 42421  tcpServerTests	./net/server_test.go	/^var tcpServerTests = []struct {$/;"	v
 42422  td0	./crypto/aes/const.go	/^var td0 = [256]uint32{$/;"	v
 42423  td1	./crypto/aes/const.go	/^var td1 = [256]uint32{$/;"	v
 42424  td2	./crypto/aes/const.go	/^var td2 = [256]uint32{$/;"	v
 42425  td3	./crypto/aes/const.go	/^var td3 = [256]uint32{$/;"	v
 42426  tdiff	./cmd/fix/main_test.go	/^func tdiff(t *testing.T, a, b string) {$/;"	f
 42427  tdst	./cmd/compile/internal/x86/cgen.go	/^	var tdst gc.Node$/;"	v
 42428  te0	./crypto/aes/const.go	/^var te0 = [256]uint32{$/;"	v
 42429  te1	./crypto/aes/const.go	/^var te1 = [256]uint32{$/;"	v
 42430  te2	./crypto/aes/const.go	/^var te2 = [256]uint32{$/;"	v
 42431  te3	./crypto/aes/const.go	/^var te3 = [256]uint32{$/;"	v
 42432  teardown	./net/dnsclient_unix_test.go	/^func (conf *resolvConfTest) teardown() error {$/;"	f
 42433  teardown	./net/interface_unix_test.go	/^func (ti *testInterface) teardown() error {$/;"	f
 42434  teardown	./net/mockserver_test.go	/^func (dss *dualStackServer) teardown() error {$/;"	f
 42435  teardown	./net/mockserver_test.go	/^func (ls *localPacketServer) teardown() error {$/;"	f
 42436  teardown	./net/mockserver_test.go	/^func (ls *localServer) teardown() error {$/;"	f
 42437  teardownNetwork	./net/mockserver_test.go	/^func (dss *dualStackServer) teardownNetwork(network string) error {$/;"	f
 42438  teeReader	./io/io.go	/^type teeReader struct {$/;"	t
 42439  temp	./cmd/compile/internal/gc/gen.go	/^func temp(t *Type) *Node {$/;"	f
 42440  temp	./math/asinh.go	/^	var temp float64$/;"	v
 42441  temp	./math/atanh.go	/^	var temp float64$/;"	v
 42442  temp	./math/erf.go	/^		var temp float64$/;"	v
 42443  temp	./math/jn.go	/^			var temp float64$/;"	v
 42444  temp	./math/jn.go	/^		var temp float64$/;"	v
 42445  temp	./math/sinh.go	/^	var temp float64$/;"	v
 42446  temp1	./cmd/yacc/yacc.go	/^var temp1 = make([]int, TEMPSIZE) \/\/ temporary storage, indexed by terms + ntokens or states$/;"	v
 42447  tempDelay	./net/http/server.go	/^	var tempDelay time.Duration \/\/ how long to sleep on accept failure$/;"	v
 42448  tempDir	./cmd/go/go_test.go	/^func (tg *testgoData) tempDir(path string) {$/;"	f
 42449  tempFile	./cmd/go/go_test.go	/^func (tg *testgoData) tempFile(path, contents string) {$/;"	f
 42450  tempFile	./crypto/tls/handshake_test.go	/^func tempFile(contents string) string {$/;"	f
 42451  tempFiles	./cmd/pprof/internal/tempfile/tempfile.go	/^var tempFiles []string$/;"	v
 42452  tempFilesMu	./cmd/pprof/internal/tempfile/tempfile.go	/^var tempFilesMu = sync.Mutex{}$/;"	v
 42453  temperature	./go/types/example_test.go	/^	\/\/ .  func temperature.FToC(f float64) temperature.Celsius$/;"	f
 42454  temperature	./go/types/example_test.go	/^	\/\/ .  func temperature.main()$/;"	f
 42455  temperature	./go/types/example_test.go	/^	\/\/ .  type temperature.Celsius float64$/;"	t
 42456  templGoroutine	./cmd/trace/goroutines.go	/^var templGoroutine = template.Must(template.New("").Parse(`$/;"	v
 42457  templGoroutines	./cmd/trace/goroutines.go	/^var templGoroutines = template.Must(template.New("").Parse(`$/;"	v
 42458  templMain	./cmd/trace/main.go	/^var templMain = []byte(`$/;"	v
 42459  templTrace	./cmd/trace/trace.go	/^var templTrace = `$/;"	v
 42460  template	./html/template/escape.go	/^func (e *escaper) template(name string) *template.Template {$/;"	f
 42461  templateControl	./text/template/parse/parse.go	/^func (t *Tree) templateControl() Node {$/;"	f
 42462  templateData	./cmd/cover/html.go	/^type templateData struct {$/;"	t
 42463  templateFile	./cmd/cover/html.go	/^type templateFile struct {$/;"	t
 42464  templateFile	./text/template/examplefiles_test.go	/^type templateFile struct {$/;"	t
 42465  templateFileExecTests	./text/template/multi_test.go	/^var templateFileExecTests = []execTest{$/;"	v
 42466  templateTxt	./go/doc/doc_test.go	/^var templateTxt = readTemplate("template.txt")$/;"	v
 42467  temporary	./net/net.go	/^type temporary interface {$/;"	t
 42468  tenRunes	./bytes/bytes_test.go	/^func tenRunes(r rune) string {$/;"	f
 42469  tenRunes	./strings/strings_test.go	/^func tenRunes(ch rune) string {$/;"	f
 42470  tens	./go/doc/testdata/benchmark.go	/^	var tens = 0$/;"	v
 42471  tens	./testing/benchmark.go	/^	var tens = 0$/;"	v
 42472  term	./cmd/asm/internal/asm/parse.go	/^func (p *Parser) term() uint64 {$/;"	f
 42473  term	./text/template/parse/parse.go	/^func (t *Tree) term() Node {$/;"	f
 42474  terminateCell	./text/tabwriter/tabwriter.go	/^func (b *Writer) terminateCell(htab bool) int {$/;"	f
 42475  terminateProcess	./os/exec_windows.go	/^func terminateProcess(pid, exitcode int) error {$/;"	f
 42476  test	./cmd/doc/doc_test.go	/^type test struct {$/;"	t
 42477  test	./cmd/go/test.go	/^func (b *builder) test(p *Package) (buildAction, runAction, printAction *action, err error) {$/;"	f
 42478  test	./database/sql/sql_test.go	/^func (c *concurrentDBExecTest) test(t testing.TB) error {$/;"	f
 42479  test	./database/sql/sql_test.go	/^func (c *concurrentDBQueryTest) test(t testing.TB) error {$/;"	f
 42480  test	./database/sql/sql_test.go	/^func (c *concurrentRandomTest) test(t testing.TB) error {$/;"	f
 42481  test	./database/sql/sql_test.go	/^func (c *concurrentStmtExecTest) test(t testing.TB) error {$/;"	f
 42482  test	./database/sql/sql_test.go	/^func (c *concurrentStmtQueryTest) test(t testing.TB) error {$/;"	f
 42483  test	./database/sql/sql_test.go	/^func (c *concurrentTxExecTest) test(t testing.TB) error {$/;"	f
 42484  test	./database/sql/sql_test.go	/^func (c *concurrentTxQueryTest) test(t testing.TB) error {$/;"	f
 42485  test	./database/sql/sql_test.go	/^func (c *concurrentTxStmtExecTest) test(t testing.TB) error {$/;"	f
 42486  test	./database/sql/sql_test.go	/^func (c *concurrentTxStmtQueryTest) test(t testing.TB) error {$/;"	f
 42487  test	./go/doc/doc_test.go	/^func test(t *testing.T, mode Mode) {$/;"	f
 42488  test	./hash/crc32/crc32_test.go	/^type test struct {$/;"	t
 42489  test	./hash/crc64/crc64_test.go	/^type test struct {$/;"	t
 42490  test	./os/os_test.go	/^	type test struct {$/;"	t
 42491  test	./runtime/asm_ppc64x.s	/^test:$/;"	l
 42492  test	./runtime/crash_test.go	/^func test(name string) {$/;"	f
 42493  test	./runtime/softfloat64_test.go	/^func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) {$/;"	f
 42494  test	./unicode/maketables.go	/^var test = flag.Bool("test",$/;"	v
 42495  test64	./sync/atomic/atomic_test.go	/^	var test64 uint64 = 1 << 50$/;"	v
 42496  test64err	./sync/atomic/atomic_test.go	/^var test64err = func() (err interface{}) {$/;"	v
 42497  testAddr2Line	./cmd/addr2line/addr2line_test.go	/^func testAddr2Line(t *testing.T, exepath, addr string) {$/;"	f
 42498  testAddrs	./net/interface_test.go	/^func testAddrs(t *testing.T, ifat []Addr) (naf4, naf6 int) {$/;"	f
 42499  testAfterQueuing	./time/sleep_test.go	/^func testAfterQueuing(t *testing.T, delta Duration) error {$/;"	f
 42500  testAll	./cmd/cover/testdata/test.go	/^func testAll() {$/;"	f
 42501  testArray	./encoding/gob/encoder_test.go	/^var testArray [7]int$/;"	v
 42502  testAssert	./runtime/gc_test.go	/^func testAssert(x interface{}) error {$/;"	f
 42503  testAssertVar	./runtime/gc_test.go	/^func testAssertVar(x interface{}) error {$/;"	f
 42504  testAtof	./strconv/atof_test.go	/^func testAtof(t *testing.T, opt bool) {$/;"	f
 42505  testAtomic64	./runtime/runtime1.go	/^func testAtomic64() {$/;"	f
 42506  testBasic	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func testBasic(t *testing.T, testfn func(*testing.T, func(func([]byte))), opcode ...byte) {$/;"	f
 42507  testBasicREX	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func testBasicREX(t *testing.T, testfn func(*testing.T, func(func([]byte))), opcode ...byte) {$/;"	f
 42508  testBentleyMcIlroy	./sort/sort_test.go	/^func testBentleyMcIlroy(t *testing.T, sort func(Interface), maxswap func(int) int) {$/;"	f
 42509  testBitFun	./cmd/compile/internal/big/int_test.go	/^func testBitFun(t *testing.T, msg string, f bitFun, x, y *Int, exp string) {$/;"	f
 42510  testBitFun	./math/big/int_test.go	/^func testBitFun(t *testing.T, msg string, f bitFun, x, y *Int, exp string) {$/;"	f
 42511  testBitFunSelf	./cmd/compile/internal/big/int_test.go	/^func testBitFunSelf(t *testing.T, msg string, f bitFun, x, y *Int, exp string) {$/;"	f
 42512  testBitFunSelf	./math/big/int_test.go	/^func testBitFunSelf(t *testing.T, msg string, f bitFun, x, y *Int, exp string) {$/;"	f
 42513  testBitset	./cmd/compile/internal/big/int_test.go	/^func testBitset(t *testing.T, x *Int) {$/;"	f
 42514  testBitset	./math/big/int_test.go	/^func testBitset(t *testing.T, x *Int) {$/;"	f
 42515  testBlock	./crypto/rc4/rc4_test.go	/^func testBlock(t *testing.T, xor func(c *Cipher, dst, src []byte)) {$/;"	f
 42516  testBlockRun	./cmd/cover/testdata/test.go	/^func testBlockRun() {$/;"	f
 42517  testBlocks	./image/jpeg/dct_test.go	/^var testBlocks = [10]block{$/;"	v
 42518  testBuiltinSignature	./go/types/builtins_test.go	/^func testBuiltinSignature(t *testing.T, name, src0, want string) {$/;"	f
 42519  testBytes	./bytes/buffer_test.go	/^var testBytes []byte \/\/ test data; same as data but as a slice.$/;"	v
 42520  testCPUProfile	./runtime/pprof/pprof_test.go	/^func testCPUProfile(t *testing.T, need []string, f func()) {$/;"	f
 42521  testCallerBar	./runtime/symtab_test.go	/^func testCallerBar(t *testing.T) {$/;"	f
 42522  testCallerFoo	./runtime/symtab_test.go	/^func testCallerFoo(t *testing.T) {$/;"	f
 42523  testCancel	./os/signal/signal_test.go	/^func testCancel(t *testing.T, ignore bool) {$/;"	f
 42524  testCase	./cmd/fix/main_test.go	/^type testCase struct {$/;"	t
 42525  testCase	./image/gif/writer_test.go	/^var testCase = []struct {$/;"	v
 42526  testCase	./image/jpeg/writer_test.go	/^var testCase = []struct {$/;"	v
 42527  testCase	./index/suffixarray/suffixarray_test.go	/^type testCase struct {$/;"	t
 42528  testCase	./net/http/fs_test.go	/^	type testCase struct {$/;"	t
 42529  testCase	./strings/replace_test.go	/^	type testCase struct {$/;"	t
 42530  testCases	./cmd/fix/main_test.go	/^var testCases []testCase$/;"	v
 42531  testCases	./index/suffixarray/suffixarray_test.go	/^var testCases = []testCase{$/;"	v
 42532  testCases	./net/dial_test.go	/^	var testCases = []struct {$/;"	v
 42533  testCases	./strings/replace_test.go	/^	var testCases []testCase$/;"	v
 42534  testChanSendBarrier	./runtime/chanbarrier_test.go	/^func testChanSendBarrier(useSelect bool) {$/;"	f
 42535  testChtimes	./os/os_test.go	/^func testChtimes(t *testing.T, name string) {$/;"	f
 42536  testClientHello	./crypto/tls/handshake_server_test.go	/^func testClientHello(t *testing.T, serverConfig *Config, m handshakeMessage) {$/;"	f
 42537  testClientHelloFailure	./crypto/tls/handshake_server_test.go	/^func testClientHelloFailure(t *testing.T, serverConfig *Config, m handshakeMessage, expectedSubStr string) {$/;"	f
 42538  testCloseConn	./net/http/transport_test.go	/^type testCloseConn struct {$/;"	t
 42539  testComment	./go/printer/printer_test.go	/^func testComment(t *testing.T, f *ast.File, srclen int, comment *ast.Comment) {$/;"	f
 42540  testCompareAndSwapUint64	./sync/atomic/atomic_test.go	/^func testCompareAndSwapUint64(t *testing.T, cas func(*uint64, uint64, uint64) bool) {$/;"	f
 42541  testConcurrentReadsAfterGrowth	./runtime/map_test.go	/^func testConcurrentReadsAfterGrowth(t *testing.T, useReflect bool) {$/;"	f
 42542  testConfig	./crypto/tls/handshake_server_test.go	/^var testConfig *Config$/;"	v
 42543  testConn	./net/http/serve_test.go	/^	var testConn closeWriteTestConn$/;"	v
 42544  testConn	./net/http/serve_test.go	/^type testConn struct {$/;"	t
 42545  testConnReadNonzeroAndEOF	./crypto/tls/tls_test.go	/^func testConnReadNonzeroAndEOF(t *testing.T, delay time.Duration) error {$/;"	f
 42546  testConnSet	./net/http/transport_test.go	/^type testConnSet struct {$/;"	t
 42547  testConstandTimeByteEqData	./crypto/subtle/constant_time_test.go	/^var testConstandTimeByteEqData = []TestConstantTimeByteEqStruct{$/;"	v
 42548  testConstant	./encoding/binary/varint_test.go	/^func testConstant(t *testing.T, w uint, max int) {$/;"	f
 42549  testConstantTimeCompareData	./crypto/subtle/constant_time_test.go	/^var testConstantTimeCompareData = []TestConstantTimeCompareStruct{$/;"	v
 42550  testConstruction	./index/suffixarray/suffixarray_test.go	/^func testConstruction(t *testing.T, tc *testCase, x *Index) {$/;"	f
 42551  testCrashHandler	./runtime/crash_test.go	/^func testCrashHandler(t *testing.T, cgo bool) {$/;"	f
 42552  testCreate	./archive/zip/writer_test.go	/^func testCreate(t *testing.T, w *Writer, wt *WriteTest) {$/;"	f
 42553  testCreate	./cmd/pack/pack_test.go	/^func testCreate(t *testing.T, dir string) {$/;"	f
 42554  testData	./cmd/nm/nm_test.go	/^var testData uint32$/;"	v
 42555  testData	./crypto/x509/pem_decrypt_test.go	/^var testData = []struct {$/;"	v
 42556  testDeadlock	./runtime/crash_test.go	/^func testDeadlock(t *testing.T, source string) {$/;"	f
 42557  testDeferPtrsGoexit	./runtime/stack_test.go	/^func testDeferPtrsGoexit(c chan int, i int) {$/;"	f
 42558  testDeferPtrsPanic	./runtime/stack_test.go	/^func testDeferPtrsPanic(c chan int, i int) {$/;"	f
 42559  testDigit	./unicode/digit_test.go	/^var testDigit = []rune{$/;"	v
 42560  testDir	./go/internal/gcimporter/gcimporter_test.go	/^func testDir(t *testing.T, dir string, endTime time.Time) (nimports int) {$/;"	f
 42561  testDirTest	./cmd/dist/test.go	/^func (t *tester) testDirTest(shard, shards int) error {$/;"	f
 42562  testDisasm	./cmd/objdump/objdump_test.go	/^func testDisasm(t *testing.T, flags ...string) {$/;"	f
 42563  testDots	./net/lookup_test.go	/^func testDots(t *testing.T, mode string) {$/;"	f
 42564  testECDSACertificate	./crypto/tls/handshake_server_test.go	/^var testECDSACertificate = fromHex("3082020030820162020900b8bf2d47a0d2ebf4300906072a8648ce3d04013045310b3009060355040613024155311330110603550408130a536f6d652d53746174653121301f060355040a1318496e7465726e6574205769646769747320507479204c7464301e170d3132313132323135303633325a170d3232313132303135303633325a3045310b3009060355040613024155311330110603550408130a536f6d652d53746174653121301f060355040a1318496e7465726e6574205769646769747320507479204c746430819b301006072a8648ce3d020106052b81040023038186000400c4a1edbe98f90b4873367ec316561122f23d53c33b4d213dcd6b75e6f6b0dc9adf26c1bcb287f072327cb3642f1c90bcea6823107efee325c0483a69e0286dd33700ef0462dd0da09c706283d881d36431aa9e9731bd96b068c09b23de76643f1a5c7fe9120e5858b65f70dd9bd8ead5d7f5d5ccb9b69f30665b669a20e227e5bffe3b300906072a8648ce3d040103818c0030818802420188a24febe245c5487d1bacf5ed989dae4770c05e1bb62fbdf1b64db76140d311a2ceee0b7e927eff769dc33b7ea53fcefa10e259ec472d7cacda4e970e15a06fd00242014dfcbe67139c2d050ebd3fa38c25c13313830d9406bbd4377af6ec7ac9862eddd711697f857c56defb31782be4c7780daecbbe9e4e3624317b6a0f399512078f2a")$/;"	v
 42565  testECDSAPrivateKey	./crypto/tls/handshake_server_test.go	/^var testECDSAPrivateKey = &ecdsa.PrivateKey{$/;"	v
 42566  testEmptySwitches	./cmd/cover/testdata/test.go	/^func testEmptySwitches() {$/;"	f
 42567  testEncodeAll	./image/gif/writer_test.go	/^func testEncodeAll(t *testing.T, go1Dot5Fields bool, useGlobalColorModel bool) {$/;"	f
 42568  testEncrypt	./crypto/rc4/rc4_test.go	/^func testEncrypt(t *testing.T, desc string, c *Cipher, src, expect []byte) {$/;"	f
 42569  testEncryptOAEPData	./crypto/rsa/rsa_test.go	/^var testEncryptOAEPData = []testEncryptOAEPStruct{$/;"	v
 42570  testEncryptOAEPMessage	./crypto/rsa/rsa_test.go	/^type testEncryptOAEPMessage struct {$/;"	t
 42571  testEncryptOAEPStruct	./crypto/rsa/rsa_test.go	/^type testEncryptOAEPStruct struct {$/;"	t
 42572  testEndToEnd	./cmd/asm/internal/asm/endtoend_test.go	/^func testEndToEnd(t *testing.T, goarch string) {$/;"	f
 42573  testEntity	./encoding/xml/xml_test.go	/^var testEntity = map[string]string{"何": "What", "is-it": "is it?"}$/;"	v
 42574  testEntry	./go/types/typestring_test.go	/^type testEntry struct {$/;"	t
 42575  testEnv	./runtime/crash_test.go	/^func testEnv(cmd *exec.Cmd) *exec.Cmd {$/;"	f
 42576  testEqual	./encoding/ascii85/ascii85_test.go	/^func testEqual(t *testing.T, msg string, args ...interface{}) bool {$/;"	f
 42577  testEqual	./encoding/base32/base32_test.go	/^func testEqual(t *testing.T, msg string, args ...interface{}) bool {$/;"	f
 42578  testEqual	./encoding/base64/base64_test.go	/^func testEqual(t *testing.T, msg string, args ...interface{}) bool {$/;"	f
 42579  testErrNotExist	./internal/syscall/windows/registry/registry_test.go	/^func testErrNotExist(t *testing.T, name string, err error) {$/;"	f
 42580  testErrNotExist	./os/error_test.go	/^func testErrNotExist(name string) string {$/;"	f
 42581  testErrUnexpectedType	./internal/syscall/windows/registry/registry_test.go	/^func testErrUnexpectedType(t *testing.T, test ValueTest, gottype uint32, err error) {$/;"	f
 42582  testError	./bufio/scan_test.go	/^var testError = errors.New("testError")$/;"	v
 42583  testError	./encoding/gob/codec_test.go	/^func testError(t *testing.T) {$/;"	f
 42584  testError	./text/scanner/scanner_test.go	/^func testError(t *testing.T, src, pos, msg string, tok rune) {$/;"	f
 42585  testEval	./go/types/eval_test.go	/^func testEval(t *testing.T, fset *token.FileSet, pkg *Package, pos token.Pos, expr string, typ Type, typStr, valStr string) {$/;"	f
 42586  testExecute	./text/template/exec_test.go	/^func testExecute(execTests []execTest, template *Template, t *testing.T) {$/;"	f
 42587  testExp	./math/all_test.go	/^func testExp(t *testing.T, Exp func(float64) float64, name string) {$/;"	f
 42588  testExp2	./math/all_test.go	/^func testExp2(t *testing.T, Exp2 func(float64) float64, name string) {$/;"	f
 42589  testExponentialDistribution	./math/rand/rand_test.go	/^func testExponentialDistribution(t *testing.T, nsamples int, rate float64, seed int64) {$/;"	f
 42590  testExprs	./go/types/exprstring_test.go	/^var testExprs = []testEntry{$/;"	v
 42591  testExtDis	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func testExtDis($/;"	f
 42592  testExtDis	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func testExtDis($/;"	f
 42593  testFile	./cmd/gofmt/long_test.go	/^func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) {$/;"	f
 42594  testFile	./compress/lzw/writer_test.go	/^func testFile(t *testing.T, fn string, order Order, litWidth int) {$/;"	f
 42595  testFile	./mime/multipart/formdata_test.go	/^func testFile(t *testing.T, fh *FileHeader, efn, econtent string) File {$/;"	f
 42596  testFileLevelDict	./compress/zlib/writer_test.go	/^func testFileLevelDict(t *testing.T, fn string, level int, d string) {$/;"	f
 42597  testFileLevelDictReset	./compress/zlib/writer_test.go	/^func testFileLevelDictReset(t *testing.T, fn string, level int, dict []byte) {$/;"	f
 42598  testFileListener	./net/file_test.go	/^func testFileListener(t *testing.T, net, laddr string) {$/;"	f
 42599  testFileMode	./archive/zip/reader_test.go	/^func testFileMode(t *testing.T, zipName string, f *File, want os.FileMode) {$/;"	f
 42600  testFilePacketConn	./net/file_test.go	/^func testFilePacketConn(t *testing.T, pcf packetConnFile, listen bool) {$/;"	f
 42601  testFilePacketConnDial	./net/file_test.go	/^func testFilePacketConnDial(t *testing.T, net, raddr string) {$/;"	f
 42602  testFilePacketConnListen	./net/file_test.go	/^func testFilePacketConnListen(t *testing.T, net, laddr string) {$/;"	f
 42603  testFileSet	./cmd/go/test.go	/^var testFileSet = token.NewFileSet()$/;"	v
 42604  testFileSystem	./net/http/fs_test.go	/^type testFileSystem struct {$/;"	t
 42605  testFiles	./cmd/gofmt/long_test.go	/^func testFiles(t *testing.T, filenames <-chan string, done chan<- int) {$/;"	f
 42606  testFindAllIndex	./index/suffixarray/suffixarray_test.go	/^func testFindAllIndex(t *testing.T, tc *testCase, x *Index, rx *regexp.Regexp, n int) {$/;"	f
 42607  testFindAllIndex	./regexp/find_test.go	/^func testFindAllIndex(test *FindTest, result [][]int, t *testing.T) {$/;"	f
 42608  testFindAllSubmatchIndex	./regexp/find_test.go	/^func testFindAllSubmatchIndex(test *FindTest, result [][]int, t *testing.T) {$/;"	f
 42609  testFindIndex	./regexp/find_test.go	/^func testFindIndex(test *FindTest, result []int, t *testing.T) {$/;"	f
 42610  testFindSubmatchIndex	./regexp/find_test.go	/^func testFindSubmatchIndex(test *FindTest, result []int, t *testing.T) {$/;"	f
 42611  testFlag	./cmd/go/testflag.go	/^func testFlag(args []string, i int) (f *testFlagSpec, value string, extra bool) {$/;"	f
 42612  testFlagDefn	./cmd/go/testflag.go	/^var testFlagDefn = []*testFlagSpec{$/;"	v
 42613  testFlagSpec	./cmd/go/testflag.go	/^type testFlagSpec struct {$/;"	t
 42614  testFlags	./cmd/go/testflag.go	/^func testFlags(args []string) (packageNames, passToTest []string) {$/;"	f
 42615  testFloat32	./encoding/gob/encoder_test.go	/^var testFloat32 float32$/;"	v
 42616  testFloatRound	./cmd/compile/internal/big/float_test.go	/^func testFloatRound(t *testing.T, x, r int64, prec uint, mode RoundingMode) {$/;"	f
 42617  testFloatRound	./math/big/float_test.go	/^func testFloatRound(t *testing.T, x, r int64, prec uint, mode RoundingMode) {$/;"	f
 42618  testFor	./cmd/cover/testdata/test.go	/^func testFor() {$/;"	f
 42619  testFowler	./regexp/exec_test.go	/^func testFowler(t *testing.T, file string) {$/;"	f
 42620  testFunNN	./cmd/compile/internal/big/nat_test.go	/^func testFunNN(t *testing.T, msg string, f funNN, a argNN) {$/;"	f
 42621  testFunNN	./math/big/nat_test.go	/^func testFunNN(t *testing.T, msg string, f funNN, a argNN) {$/;"	f
 42622  testFunVV	./cmd/compile/internal/big/arith_test.go	/^func testFunVV(t *testing.T, msg string, f funVV, a argVV) {$/;"	f
 42623  testFunVV	./math/big/arith_test.go	/^func testFunVV(t *testing.T, msg string, f funVV, a argVV) {$/;"	f
 42624  testFunVW	./cmd/compile/internal/big/arith_test.go	/^func testFunVW(t *testing.T, msg string, f funVW, a argVW) {$/;"	f
 42625  testFunVW	./math/big/arith_test.go	/^func testFunVW(t *testing.T, msg string, f funVW, a argVW) {$/;"	f
 42626  testFunVWW	./cmd/compile/internal/big/arith_test.go	/^func testFunVWW(t *testing.T, msg string, f funVWW, a argVWW) {$/;"	f
 42627  testFunVWW	./math/big/arith_test.go	/^func testFunVWW(t *testing.T, msg string, f funVWW, a argVWW) {$/;"	f
 42628  testFunWVW	./cmd/compile/internal/big/arith_test.go	/^func testFunWVW(t *testing.T, msg string, f funWVW, a argWVW) {$/;"	f
 42629  testFunWVW	./math/big/arith_test.go	/^func testFunWVW(t *testing.T, msg string, f funWVW, a argWVW) {$/;"	f
 42630  testFunWW	./cmd/compile/internal/big/arith_test.go	/^func testFunWW(t *testing.T, msg string, f funWW, a argWW) {$/;"	f
 42631  testFunWW	./math/big/arith_test.go	/^func testFunWW(t *testing.T, msg string, f funWW, a argWW) {$/;"	f
 42632  testFunZZ	./cmd/compile/internal/big/int_test.go	/^func testFunZZ(t *testing.T, msg string, f funZZ, a argZZ) {$/;"	f
 42633  testFunZZ	./math/big/int_test.go	/^func testFunZZ(t *testing.T, msg string, f funZZ, a argZZ) {$/;"	f
 42634  testFunc	./cmd/go/test.go	/^type testFunc struct {$/;"	t
 42635  testFuncs	./cmd/go/test.go	/^type testFuncs struct {$/;"	t
 42636  testFuzz	./encoding/gob/codec_test.go	/^func testFuzz(t *testing.T, seed int64, n int, input ...interface{}) {$/;"	f
 42637  testGIF	./image/gif/reader_test.go	/^var testGIF = []byte{$/;"	v
 42638  testGcd	./cmd/compile/internal/big/int_test.go	/^func testGcd(t *testing.T, d, x, y, a, b *Int) {$/;"	f
 42639  testGcd	./math/big/int_test.go	/^func testGcd(t *testing.T, d, x, y, a, b *Int) {$/;"	f
 42640  testGetBinaryValue	./internal/syscall/windows/registry/registry_test.go	/^func testGetBinaryValue(t *testing.T, k registry.Key, test ValueTest) {$/;"	f
 42641  testGetIntegerValue	./internal/syscall/windows/registry/registry_test.go	/^func testGetIntegerValue(t *testing.T, k registry.Key, test ValueTest) {$/;"	f
 42642  testGetStringValue	./internal/syscall/windows/registry/registry_test.go	/^func testGetStringValue(t *testing.T, k registry.Key, test ValueTest) {$/;"	f
 42643  testGetStringsValue	./internal/syscall/windows/registry/registry_test.go	/^func testGetStringsValue(t *testing.T, k registry.Key, test ValueTest) {$/;"	f
 42644  testGetValue	./internal/syscall/windows/registry/registry_test.go	/^func testGetValue(t *testing.T, k registry.Key, test ValueTest, size int) {$/;"	f
 42645  testGetenv	./os/env_test.go	/^func testGetenv(s string) string {$/;"	f
 42646  testGolden	./hash/fnv/fnv_test.go	/^func testGolden(t *testing.T, hash hash.Hash, gold []golden) {$/;"	f
 42647  testHTTPRPC	./net/rpc/server_test.go	/^func testHTTPRPC(t *testing.T, path string) {$/;"	f
 42648  testHandlerBodyClose	./net/http/serve_test.go	/^func testHandlerBodyClose(t *testing.T, i int, tt handlerBodyCloseTest) {$/;"	f
 42649  testHandlerBodyConsumer	./net/http/serve_test.go	/^type testHandlerBodyConsumer struct {$/;"	t
 42650  testHandlerBodyConsumers	./net/http/serve_test.go	/^var testHandlerBodyConsumers = []testHandlerBodyConsumer{$/;"	v
 42651  testHandlerPanic	./net/http/serve_test.go	/^func testHandlerPanic(t *testing.T, withHijack bool, panicValue interface{}) {$/;"	f
 42652  testHandshake	./crypto/tls/handshake_server_test.go	/^func testHandshake(clientConfig, serverConfig *Config) (serverState, clientState ConnectionState, err error) {$/;"	f
 42653  testHash	./crypto/sha512/sha512_test.go	/^func testHash(t *testing.T, name, in, outHex string, oneShotResult []byte, digestFunc hash.Hash) {$/;"	f
 42654  testHeader	./net/http/header_test.go	/^var testHeader = Header{$/;"	v
 42655  testHeaderRoundTrip	./archive/zip/zip_test.go	/^func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64, t *testing.T) {$/;"	f
 42656  testHookDialChannel	./net/hook_plan9.go	/^var testHookDialChannel = func() { time.Sleep(time.Millisecond) } \/\/ see golang.org\/issue\/5349$/;"	v
 42657  testHookStartProcess	./net/http/cgi/host.go	/^var testHookStartProcess func(*os.Process) \/\/ nil except for some tests$/;"	v
 42658  testHookStartTLS	./net/smtp/smtp.go	/^var testHookStartTLS func(*tls.Config) \/\/ nil, except for tests$/;"	v
 42659  testINDCCA	./crypto/ecdsa/ecdsa_test.go	/^func testINDCCA(t *testing.T, c elliptic.Curve, tag string) {$/;"	f
 42660  testIf	./cmd/cover/testdata/test.go	/^func testIf() {$/;"	f
 42661  testIfaceEqual	./runtime/gc_test.go	/^func testIfaceEqual(x interface{}) {$/;"	f
 42662  testImportStack	./cmd/go/test.go	/^func testImportStack(top string, p *Package, target string) []string {$/;"	f
 42663  testImporter	./go/types/api_test.go	/^type testImporter map[string]*Package$/;"	t
 42664  testInNewThread	./runtime/crash_test.go	/^func testInNewThread(name string) {$/;"	f
 42665  testInetaddr	./net/ipsock_test.go	/^var testInetaddr = func(ip IPAddr) Addr { return &TCPAddr{IP: ip.IP, Port: 5682, Zone: ip.Zone} }$/;"	v
 42666  testInitMime	./mime/type.go	/^var testInitMime, osInitMime func()$/;"	v
 42667  testInput	./bufio/bufio_test.go	/^var testInput = []byte("012\\n345\\n678\\n9ab\\ncde\\nfgh\\nijk\\nlmn\\nopq\\nrst\\nuvw\\nxy")$/;"	v
 42668  testInputrn	./bufio/bufio_test.go	/^var testInputrn = []byte("012\\r\\n345\\r\\n678\\r\\n9ab\\r\\ncde\\r\\nfgh\\r\\nijk\\r\\nlmn\\r\\nopq\\r\\nrst\\r\\nuvw\\r\\nxy\\r\\n\\n\\r\\n")$/;"	v
 42669  testInt	./encoding/gob/encoder_test.go	/^var testInt int$/;"	v
 42670  testIntPanics	./crypto/rand/util_test.go	/^func testIntPanics(t *testing.T, b *big.Int) {$/;"	f
 42671  testIntegrity	./hash/fnv/fnv_test.go	/^func testIntegrity(t *testing.T, h hash.Hash) {$/;"	f
 42672  testInterface	./net/interface_unix_test.go	/^type testInterface struct {$/;"	t
 42673  testInterfaceAddrs	./net/interface_test.go	/^func testInterfaceAddrs(t *testing.T, ifi *Interface) (naf4, naf6 int) {$/;"	f
 42674  testInterfaceMulticastAddrs	./net/interface_test.go	/^func testInterfaceMulticastAddrs(t *testing.T, ifi *Interface) (nmaf4, nmaf6 int) {$/;"	f
 42675  testInvalidHeader	./archive/zip/zip_test.go	/^func testInvalidHeader(h *FileHeader, t *testing.T) {$/;"	f
 42676  testKeyBasics	./crypto/rsa/rsa_test.go	/^func testKeyBasics(t *testing.T, priv *PrivateKey) {$/;"	f
 42677  testKeyGeneration	./crypto/ecdsa/ecdsa_test.go	/^func testKeyGeneration(t *testing.T, c elliptic.Curve, tag string) {$/;"	f
 42678  testKeysFromTest	./crypto/tls/prf_test.go	/^type testKeysFromTest struct {$/;"	t
 42679  testKeysFromTests	./crypto/tls/prf_test.go	/^var testKeysFromTests = []testKeysFromTest{$/;"	v
 42680  testKillProcess	./os/os_test.go	/^func testKillProcess(t *testing.T, processKiller func(p *Process)) {$/;"	f
 42681  testLargeWrite	./os/os_test.go	/^var testLargeWrite = flag.Bool("large_write", false, "run TestLargeWriteToConsole test that floods console with output")$/;"	v
 42682  testLetter	./unicode/digit_test.go	/^var testLetter = []rune{$/;"	v
 42683  testLevelDict	./compress/zlib/writer_test.go	/^func testLevelDict(t *testing.T, fn string, b0 []byte, level int, d string) {$/;"	f
 42684  testLineTable	./debug/dwarf/line_test.go	/^func testLineTable(t *testing.T, want []LineEntry, d *Data) {$/;"	f
 42685  testLocalEasy	./cmd/go/go_test.go	/^func testLocalEasy(tg *testgoData, local string) {$/;"	f
 42686  testLocalEasySub	./cmd/go/go_test.go	/^func testLocalEasySub(tg *testgoData, local string) {$/;"	f
 42687  testLocalHard	./cmd/go/go_test.go	/^func testLocalHard(tg *testgoData, local string) {$/;"	f
 42688  testLocalInstall	./cmd/go/go_test.go	/^func testLocalInstall(tg *testgoData, local string) {$/;"	f
 42689  testLocalRun	./cmd/go/go_test.go	/^func testLocalRun(tg *testgoData, exepath, local, match string) {$/;"	f
 42690  testLookup	./index/suffixarray/suffixarray_test.go	/^func testLookup(t *testing.T, tc *testCase, x *Index, s string, n int) {$/;"	f
 42691  testLookups	./index/suffixarray/suffixarray_test.go	/^func testLookups(t *testing.T, tc *testCase, x *Index, n int) {$/;"	f
 42692  testMainDeps	./cmd/go/test.go	/^var testMainDeps = map[string]bool{$/;"	v
 42693  testMap	./encoding/gob/encoder_test.go	/^var testMap map[string]int$/;"	v
 42694  testMapLookups	./runtime/map_test.go	/^func testMapLookups(t *testing.T, m map[string]string) {$/;"	f
 42695  testMessage	./crypto/tls/handshake_messages_test.go	/^type testMessage interface {$/;"	t
 42696  testMissingFile	./net/http/request_test.go	/^func testMissingFile(t *testing.T, req *Request) {$/;"	f
 42697  testModSqrt	./cmd/compile/internal/big/int_test.go	/^func testModSqrt(t *testing.T, elt, mod, sq, sqrt *Int) bool {$/;"	f
 42698  testModSqrt	./math/big/int_test.go	/^func testModSqrt(t *testing.T, elt, mod, sq, sqrt *Int) bool {$/;"	f
 42699  testMove	./cmd/go/go_test.go	/^func testMove(t *testing.T, vcs, url, base, config string) {$/;"	f
 42700  testMoveSVN	./cmd/go/go_test.go	/^\/\/ func testMoveSVN(t *testing.T) {$/;"	f
 42701  testMsg	./mime/quotedprintable/writer_test.go	/^var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\\r\\n" +$/;"	v
 42702  testMulticastAddrs	./net/interface_test.go	/^func testMulticastAddrs(t *testing.T, ifmat []Addr) (nmaf4, nmaf6 int) {$/;"	f
 42703  testMultipart	./mime/multipart/multipart_test.go	/^func testMultipart(t *testing.T, r io.Reader, onlyNewlines bool) {$/;"	f
 42704  testMultipartBody	./mime/multipart/multipart_test.go	/^func testMultipartBody(sep string) string {$/;"	f
 42705  testMultipartFile	./net/http/request_test.go	/^func testMultipartFile(t *testing.T, req *Request, key, expectFilename, expectContent string) multipart.File {$/;"	f
 42706  testNEWUSERRemap	./syscall/exec_linux_test.go	/^func testNEWUSERRemap(t *testing.T, uid, gid int, setgroups bool) {$/;"	f
 42707  testNewServerRPC	./net/rpc/server_test.go	/^func testNewServerRPC(t *testing.T, addr string) {$/;"	f
 42708  testNoNewline	./bufio/scan_test.go	/^func testNoNewline(text string, lines []string, t *testing.T) {$/;"	f
 42709  testNonceSafety	./crypto/ecdsa/ecdsa_test.go	/^func testNonceSafety(t *testing.T, c elliptic.Curve, tag string) {$/;"	f
 42710  testNormalDistribution	./math/rand/rand_test.go	/^func testNormalDistribution(t *testing.T, nsamples int, mean, stddev float64, seed int64) {$/;"	f
 42711  testObjdump32	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func testObjdump32(t *testing.T, generate func(func([]byte))) {$/;"	f
 42712  testObjdump64	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func testObjdump64(t *testing.T, generate func(func([]byte))) {$/;"	f
 42713  testObjdumpARM	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^func testObjdumpARM(t *testing.T, generate func(func([]byte))) {$/;"	f
 42714  testObjdumpArch	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^func testObjdumpArch(t *testing.T, generate func(func([]byte)), arch Mode) {$/;"	f
 42715  testObjdumpArch	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func testObjdumpArch(t *testing.T, generate func(func([]byte)), arch int) {$/;"	f
 42716  testOperandParser	./cmd/asm/internal/asm/operand_test.go	/^func testOperandParser(t *testing.T, parser *Parser, tests []operandTest) {$/;"	f
 42717  testOut	./cmd/asm/internal/asm/asm.go	/^var testOut *bytes.Buffer \/\/ Gathers output when testing.$/;"	v
 42718  testOutput	./bufio/bufio_test.go	/^var testOutput = []byte("0123456789abcdefghijklmnopqrstuvwxy")$/;"	v
 42719  testOverflow	./encoding/binary/varint_test.go	/^func testOverflow(t *testing.T, buf []byte, n0 int, err0 error) {$/;"	f
 42720  testPSL	./net/http/cookiejar/jar_test.go	/^type testPSL struct{}$/;"	t
 42721  testPanic	./cmd/cover/testdata/test.go	/^func testPanic() {$/;"	f
 42722  testParameterGeneration	./crypto/dsa/dsa_test.go	/^func testParameterGeneration(t *testing.T, sizes ParameterSizes, L, N int) {$/;"	f
 42723  testParse	./flag/flag_test.go	/^func testParse(f *FlagSet, t *testing.T) {$/;"	f
 42724  testParse	./text/template/parse/parse_test.go	/^func testParse(doCopy bool, t *testing.T) {$/;"	f
 42725  testParseDump	./regexp/syntax/parse_test.go	/^func testParseDump(t *testing.T, tests []parseTest, flags Flags) {$/;"	f
 42726  testPath	./go/internal/gcimporter/gcimporter_test.go	/^func testPath(t *testing.T, path string) *types.Package {$/;"	f
 42727  testPlan932	./cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go	/^func testPlan932(t *testing.T, generate func(func([]byte))) {$/;"	f
 42728  testPlan964	./cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go	/^func testPlan964(t *testing.T, generate func(func([]byte))) {$/;"	f
 42729  testPlan9Arch	./cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go	/^func testPlan9Arch(t *testing.T, arch int, generate func(func([]byte))) {$/;"	f
 42730  testPool	./sync/pool_test.go	/^func testPool(t *testing.T, drain bool) {$/;"	f
 42731  testPrefix	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func testPrefix(t *testing.T, testfn func(*testing.T, func(func([]byte)))) {$/;"	f
 42732  testPrefixREX	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func testPrefixREX(t *testing.T, testfn func(*testing.T, func(func([]byte)))) {$/;"	f
 42733  testPrint	./log/log_test.go	/^func testPrint(t *testing.T, flag int, prefix string, pattern string, useFormat bool) {$/;"	f
 42734  testRE2	./regexp/exec_test.go	/^func testRE2(t *testing.T, file string) {$/;"	f
 42735  testRPC	./net/rpc/server_test.go	/^func testRPC(t *testing.T, addr string) {$/;"	f
 42736  testRSACertificate	./crypto/tls/handshake_server_test.go	/^var testRSACertificate = fromHex("30820263308201cca003020102020900a273000c8100cbf3300d06092a864886f70d01010b0500302b31173015060355040a130e476f6f676c652054455354494e473110300e06035504031307476f20526f6f74301e170d3135303130313030303030305a170d3235303130313030303030305a302631173015060355040a130e476f6f676c652054455354494e47310b300906035504031302476f30819f300d06092a864886f70d010101050003818d0030818902818100af8788f6201b95656c14ab4405af3b4514e3b76dfd00634d957ffe6a623586c04af9187cf6aa255e7a64316600baf48e92afc76bd876d4f35f41cb6e5615971b97c13c123921663d2b16d1bcdb1cc0a7dab7caadbadacbd52150ecde8dabd16b814b8902f3c4bec16c89b14484bd21d1047d9d164df98215f6effad60947f2fb0203010001a38193308190300e0603551d0f0101ff0404030205a0301d0603551d250416301406082b0601050507030106082b06010505070302300c0603551d130101ff0402300030190603551d0e0412041012508d896f1bd1dc544d6ecb695e06f4301b0603551d23041430128010bf3db6a966f2b840cfeab40378481a4130190603551d1104123010820e6578616d706c652e676f6c616e67300d06092a864886f70d01010b050003818100927caf91551218965931a64840d52dd5eebb02a0f5c21e7c9bb3307d3cdc76da4f3dc0faae2d33246b037b1b67591121b511bc77b9d9e06ea82d2e35fa645f223e63106bbeff14866d0df01531a814381e3b84872ccb98ed5176b9b14fdddb9b84048640fa51ddbab48debe346de46b94f86c7f9a4c24134acccf6eab0ab3918")$/;"	v
 42737  testRSACertificateIssuer	./crypto/tls/handshake_server_test.go	/^var testRSACertificateIssuer = fromHex("3082024d308201b6a003020102020827326bd913b7c43d300d06092a864886f70d01010b0500302b31173015060355040a130e476f6f676c652054455354494e473110300e06035504031307476f20526f6f74301e170d3135303130313030303030305a170d3235303130313030303030305a302b31173015060355040a130e476f6f676c652054455354494e473110300e06035504031307476f20526f6f7430819f300d06092a864886f70d010101050003818d0030818902818100f0429a7b9f66a222c8453800452db355b34c4409fee09af2510a6589bfa35bdb4d453200d1de24338d6d5e5a91cc8301628445d6eb4e675927b9c1ea5c0f676acfb0f708ce4f19827e321c1898bf86df9823d5f0b05df2b6779888eff8abbc7f41c6e7d2667386a579b8cbaad3f6fd597cd7c4b187911a425aed1b555c1965190203010001a37a3078300e0603551d0f0101ff040403020204301d0603551d250416301406082b0601050507030106082b06010505070302300f0603551d130101ff040530030101ff30190603551d0e04120410bf3db6a966f2b840cfeab40378481a41301b0603551d23041430128010bf3db6a966f2b840cfeab40378481a41300d06092a864886f70d01010b050003818100586e68c1219ed4f5782b7cfd53cf1a55750a98781b2023f8694bb831fff6d7d4aad1f0ac782b1ec787f00a8956bdd06b4a1063444fcafe955c07d679163a730802c568886a2cf8a3c2ab41176957131c4b9e077ebd7ffbb91fdad8b08b932e9aeefac04923ffdc0aa145563f7f061995317400203578f350e3e566deb29dec5e")$/;"	v
 42738  testRSAPrivateKey	./crypto/tls/handshake_server_test.go	/^var testRSAPrivateKey = &rsa.PrivateKey{$/;"	v
 42739  testRandomData	./compress/bzip2/bzip2_test.go	/^func testRandomData(t *testing.T, compressedHex, uncompressedHex string) {$/;"	f
 42740  testRange	./cmd/cover/testdata/test.go	/^func testRange() {$/;"	f
 42741  testRatBin	./cmd/compile/internal/big/rat_test.go	/^func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) {$/;"	f
 42742  testRatBin	./math/big/rat_test.go	/^func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) {$/;"	f
 42743  testRawToken	./encoding/xml/xml_test.go	/^func testRawToken(t *testing.T, d *Decoder, raw string, rawTokens []Token) {$/;"	f
 42744  testRead	./encoding/binary/binary_test.go	/^func testRead(t *testing.T, order ByteOrder, b []byte, s1 interface{}) {$/;"	f
 42745  testReadAtLeast	./io/io_test.go	/^func testReadAtLeast(t *testing.T, rb ReadWriter) {$/;"	f
 42746  testReadFile	./archive/zip/writer_test.go	/^func testReadFile(t *testing.T, f *File, wt *WriteTest) {$/;"	f
 42747  testReadLine	./bufio/bufio_test.go	/^func testReadLine(t *testing.T, input []byte) {$/;"	f
 42748  testReadLineNewlines	./bufio/bufio_test.go	/^func testReadLineNewlines(t *testing.T, input string, expect []readLineResult) {$/;"	f
 42749  testReaddir	./os/os_test.go	/^func testReaddir(dir string, contents []string, t *testing.T) {$/;"	f
 42750  testReaddirnames	./os/os_test.go	/^func testReaddirnames(dir string, contents []string, t *testing.T) {$/;"	f
 42751  testReader	./bufio/bufio_test.go	/^type testReader struct {$/;"	t
 42752  testReset	./time/sleep_test.go	/^func testReset(d Duration) error {$/;"	f
 42753  testResetOutput	./compress/flate/deflate_test.go	/^func testResetOutput(t *testing.T, newWriter func(w io.Writer) (*Writer, error)) {$/;"	f
 42754  testSET	./encoding/asn1/marshal_test.go	/^type testSET []int$/;"	t
 42755  testSNICertificate	./crypto/tls/handshake_server_test.go	/^var testSNICertificate = fromHex("308201f23082015da003020102020100300b06092a864886f70d01010530283110300e060355040a130741636d6520436f311430120603550403130b736e69746573742e636f6d301e170d3132303431313137343033355a170d3133303431313137343533355a30283110300e060355040a130741636d6520436f311430120603550403130b736e69746573742e636f6d30819d300b06092a864886f70d01010103818d0030818902818100bb79d6f517b5e5bf4610d0dc69bee62b07435ad0032d8a7a4385b71452e7a5654c2c78b8238cb5b482e5de1f953b7e62a52ca533d6fe125c7a56fcf506bffa587b263fb5cd04d3d0c921964ac7f4549f5abfef427100fe1899077f7e887d7df10439c4a22edb51c97ce3c04c3b326601cfafb11db8719a1ddbdb896baeda2d790203010001a3323030300e0603551d0f0101ff0404030200a0300d0603551d0e0406040401020304300f0603551d2304083006800401020304300b06092a864886f70d0101050381810089c6455f1c1f5ef8eb1ab174ee2439059f5c4259bb1a8d86cdb1d056f56a717da40e95ab90f59e8deaf627c157995094db0802266eb34fc6842dea8a4b68d9c1389103ab84fb9e1f85d9b5d23ff2312c8670fbb540148245a4ebafe264d90c8a4cf4f85b0fac12ac2fc4a3154bad52462868af96c62c6525d652b6e31845bdcc")$/;"	v
 42756  testSaveRestore	./index/suffixarray/suffixarray_test.go	/^func testSaveRestore(t *testing.T, tc *testCase, x *Index) int {$/;"	f
 42757  testScan	./fmt/scan_test.go	/^func testScan(name string, t *testing.T, scan func(r io.Reader, a ...interface{}) (int, error)) {$/;"	f
 42758  testScan	./text/scanner/scanner_test.go	/^func testScan(t *testing.T, mode uint) {$/;"	f
 42759  testScanInts	./fmt/scan_test.go	/^func testScanInts(t *testing.T, scan func(*RecursiveInt, *bytes.Buffer) error) {$/;"	f
 42760  testScanSelectedMode	./text/scanner/scanner_test.go	/^func testScanSelectedMode(t *testing.T, mode uint, class rune) {$/;"	f
 42761  testScanfMulti	./fmt/scan_test.go	/^func testScanfMulti(name string, t *testing.T) {$/;"	f
 42762  testSchedLocalQueue	./runtime/proc1.go	/^func testSchedLocalQueue() {$/;"	f
 42763  testSchedLocalQueueSteal	./runtime/proc1.go	/^func testSchedLocalQueueSteal() {$/;"	f
 42764  testSeeds	./math/rand/rand_test.go	/^var testSeeds = []int64{1, 1754801282, 1698661970, 1550503961}$/;"	v
 42765  testSelect1	./cmd/cover/testdata/test.go	/^func testSelect1() {$/;"	f
 42766  testSelect2	./cmd/cover/testdata/test.go	/^func testSelect2() {$/;"	f
 42767  testSendDeadlock	./net/rpc/server_test.go	/^func testSendDeadlock(client *Client) {$/;"	f
 42768  testSequence	./unicode/utf8/utf8_test.go	/^func testSequence(t *testing.T, s string) {$/;"	f
 42769  testServeRequest	./net/rpc/server_test.go	/^func testServeRequest(t *testing.T, server *Server) {$/;"	f
 42770  testServerNoHeader	./net/http/serve_test.go	/^func testServerNoHeader(t *testing.T, header string) {$/;"	f
 42771  testSetGetenv	./syscall/syscall_test.go	/^func testSetGetenv(t *testing.T, key, value string) {$/;"	f
 42772  testSetPanicOnFault	./runtime/runtime_test.go	/^func testSetPanicOnFault(t *testing.T, addr uintptr, nfault *int) {$/;"	f
 42773  testSignAndVerify	./crypto/dsa/dsa_test.go	/^func testSignAndVerify(t *testing.T, i int, priv *PrivateKey) {$/;"	f
 42774  testSignAndVerify	./crypto/ecdsa/ecdsa_test.go	/^func testSignAndVerify(t *testing.T, c elliptic.Curve, tag string) {$/;"	f
 42775  testSimple	./cmd/cover/testdata/test.go	/^func testSimple() {$/;"	f
 42776  testSlice	./encoding/gob/encoder_test.go	/^var testSlice []string$/;"	v
 42777  testSplitPreMasterSecretTest	./crypto/tls/prf_test.go	/^type testSplitPreMasterSecretTest struct {$/;"	t
 42778  testSplitPreMasterSecretTests	./crypto/tls/prf_test.go	/^var testSplitPreMasterSecretTests = []testSplitPreMasterSecretTest{$/;"	v
 42779  testStat	./internal/syscall/windows/registry/registry_test.go	/^func testStat(t *testing.T, k registry.Key) {$/;"	f
 42780  testStrictClose	./database/sql/fakedb_test.go	/^var testStrictClose *testing.T$/;"	v
 42781  testString	./encoding/gob/encoder_test.go	/^var testString string$/;"	v
 42782  testStringEncoding	./encoding/base32/base32_test.go	/^func testStringEncoding(t *testing.T, expected string, examples []string) {$/;"	f
 42783  testStringPairs	./cmd/go/match_test.go	/^func testStringPairs(t *testing.T, name string, tests []stringPairTest, f func(string, string) bool) {$/;"	f
 42784  testStrings	./unicode/utf8/utf8_test.go	/^var testStrings = []string{$/;"	v
 42785  testSubmatchBytes	./regexp/find_test.go	/^func testSubmatchBytes(test *FindTest, n int, submatches []int, result [][]byte, t *testing.T) {$/;"	f
 42786  testSubmatchIndices	./regexp/find_test.go	/^func testSubmatchIndices(test *FindTest, n int, expect, result []int, t *testing.T) {$/;"	f
 42787  testSubmatchString	./regexp/find_test.go	/^func testSubmatchString(test *FindTest, n int, submatches []int, result []string, t *testing.T) {$/;"	f
 42788  testSwitch	./cmd/cover/testdata/test.go	/^func testSwitch() {$/;"	f
 42789  testSync	./compress/flate/deflate_test.go	/^func testSync(t *testing.T, level int, input []byte, name string) {$/;"	f
 42790  testSyntaxError	./cmd/go/testflag.go	/^func testSyntaxError(msg string) {$/;"	f
 42791  testTCPConnectionCloses	./net/http/serve_test.go	/^func testTCPConnectionCloses(t *testing.T, req string, h Handler) {$/;"	f
 42792  testTestDir	./go/types/stdlib_test.go	/^func testTestDir(t *testing.T, path string, ignore ...string) {$/;"	f
 42793  testTime	./archive/zip/zip_test.go	/^	var testTime = time.Date(2009, time.November, 10, 23, 45, 58, 0, time.UTC)$/;"	v
 42794  testToFromWithLevelAndLimit	./compress/flate/deflate_test.go	/^func testToFromWithLevelAndLimit(t *testing.T, level int, input []byte, name string, limit int) {$/;"	f
 42795  testToFromWithLimit	./compress/flate/deflate_test.go	/^func testToFromWithLimit(t *testing.T, input []byte, name string, limit [10]int) {$/;"	f
 42796  testType	./reflect/all_test.go	/^func testType(t *testing.T, i int, typ Type, want string) {$/;"	f
 42797  testTypeSwitch	./cmd/cover/testdata/test.go	/^func testTypeSwitch() {$/;"	f
 42798  testTypeSwitch	./runtime/gc_test.go	/^func testTypeSwitch(x interface{}) error {$/;"	f
 42799  testTypedefs	./debug/dwarf/type_test.go	/^func testTypedefs(t *testing.T, d *Data, kind string) {$/;"	f
 42800  testUniformity	./net/dnsclient_test.go	/^func testUniformity(t *testing.T, size int, margin float64) {$/;"	f
 42801  testUnixAddr	./net/mockserver_test.go	/^func testUnixAddr() string {$/;"	f
 42802  testUnixgramWriteConn	./net/unix_test.go	/^func testUnixgramWriteConn(t *testing.T, raddr *UnixAddr) {$/;"	f
 42803  testUnixgramWritePacketConn	./net/unix_test.go	/^func testUnixgramWritePacketConn(t *testing.T, raddr *UnixAddr) {$/;"	f
 42804  testUvarint	./encoding/binary/varint_test.go	/^func testUvarint(t *testing.T, x uint64) {$/;"	f
 42805  testValidHeader	./archive/zip/zip_test.go	/^func testValidHeader(h *FileHeader, t *testing.T) {$/;"	f
 42806  testValues	./internal/syscall/windows/registry/registry_test.go	/^func testValues(t *testing.T, k registry.Key) {$/;"	f
 42807  testVarint	./encoding/binary/varint_test.go	/^func testVarint(t *testing.T, x int64) {$/;"	f
 42808  testVariousDeadlines	./net/timeout_test.go	/^func testVariousDeadlines(t *testing.T, maxProcs int) {$/;"	f
 42809  testVerify	./crypto/x509/verify_test.go	/^func testVerify(t *testing.T, useSystemRoots bool) {$/;"	f
 42810  testWaitGroup	./sync/waitgroup_test.go	/^func testWaitGroup(t *testing.T, wg1 *WaitGroup, wg2 *WaitGroup) {$/;"	f
 42811  testWeighting	./net/dnsclient_test.go	/^func testWeighting(t *testing.T, margin float64) {$/;"	f
 42812  testWinSplitListTestIsValid	./path/filepath/path_windows_test.go	/^func testWinSplitListTestIsValid(t *testing.T, ti int, tt SplitListTest,$/;"	f
 42813  testWindowsHostname	./os/os_test.go	/^func testWindowsHostname(t *testing.T) {$/;"	f
 42814  testWordBitLen	./cmd/compile/internal/big/arith_test.go	/^func testWordBitLen(t *testing.T, fname string, f func(Word) int) {$/;"	f
 42815  testWordBitLen	./math/big/arith_test.go	/^func testWordBitLen(t *testing.T, fname string, f func(Word) int) {$/;"	f
 42816  testWrite	./encoding/binary/binary_test.go	/^func testWrite(t *testing.T, order ByteOrder, b []byte, s1 interface{}) {$/;"	f
 42817  testWriteToConn	./net/udp_test.go	/^func testWriteToConn(t *testing.T, raddr string) {$/;"	f
 42818  testWriteToPacketConn	./net/udp_test.go	/^func testWriteToPacketConn(t *testing.T, raddr string) {$/;"	f
 42819  testWriter	./mime/quotedprintable/writer_test.go	/^func testWriter(t *testing.T, binary bool) {$/;"	f
 42820  testXed32	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^func testXed32(t *testing.T, generate func(func([]byte))) {$/;"	f
 42821  testXed64	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^func testXed64(t *testing.T, generate func(func([]byte))) {$/;"	f
 42822  testXedArch	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^func testXedArch(t *testing.T, arch int, generate func(func([]byte))) {$/;"	f
 42823  testYCbCr	./image/ycbcr_test.go	/^func testYCbCr(t *testing.T, r Rectangle, subsampleRatio YCbCrSubsampleRatio, delta Point) {$/;"	f
 42824  testYieldProgress	./runtime/proc_test.go	/^func testYieldProgress(t *testing.T, locked bool) {$/;"	f
 42825  testZeros	./compress/bzip2/bzip2_test.go	/^func testZeros(t *testing.T, inHex string, n int) {$/;"	f
 42826  testZip64	./archive/zip/zip_test.go	/^func testZip64(t testing.TB, size int64) *rleBuffer {$/;"	f
 42827  testZip64DirectoryRecordLength	./archive/zip/zip_test.go	/^func testZip64DirectoryRecordLength(buf *rleBuffer, t *testing.T) {$/;"	f
 42828  testZoneAbbr	./time/zoneinfo_windows_test.go	/^func testZoneAbbr(t *testing.T) {$/;"	f
 42829  test_z64	./runtime/runtime1.go	/^var test_z64, test_x64 uint64$/;"	v
 42830  testableAddress	./net/platform_test.go	/^func testableAddress(network, address string) bool {$/;"	f
 42831  testableListenArgs	./net/platform_test.go	/^func testableListenArgs(network, address, client string) bool {$/;"	f
 42832  testableNetwork	./net/platform_test.go	/^func testableNetwork(network string) bool {$/;"	f
 42833  testcmp	./runtime/softfloat64_test.go	/^func testcmp(t *testing.T, f, g float64) {$/;"	f
 42834  testdataCases	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func testdataCases(t *testing.T) func(func([]byte)) {$/;"	f
 42835  testdataCases	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func testdataCases(t *testing.T) func(func([]byte)) {$/;"	f
 42836  testdclstack	./cmd/compile/internal/gc/dcl.go	/^func testdclstack() {$/;"	f
 42837  testdefersizes	./runtime/panic.go	/^func testdefersizes() {$/;"	f
 42838  testedAlreadyLeaked	./os/exec/exec_test.go	/^var testedAlreadyLeaked = false$/;"	v
 42839  tester	./cmd/dist/test.go	/^type tester struct {$/;"	t
 42840  tester	./log/log_test.go	/^type tester struct {$/;"	t
 42841  testfile	./go/printer/performance_test.go	/^var testfile *ast.File$/;"	v
 42842  testfiles	./compress/bzip2/bzip2_test.go	/^var testfiles = []string{$/;"	v
 42843  testfiles	./compress/flate/reader_test.go	/^var testfiles = []string{$/;"	v
 42844  testgo	./cmd/go/go_test.go	/^func testgo(t *testing.T) *testgoData {$/;"	f
 42845  testgoData	./cmd/go/go_test.go	/^type testgoData struct {$/;"	t
 42846  testingAssertE2I2GC	./runtime/iface.go	/^var testingAssertE2I2GC bool$/;"	v
 42847  testingAssertE2T2GC	./runtime/iface.go	/^var testingAssertE2T2GC bool$/;"	v
 42848  testingData	./sort/sort_test.go	/^type testingData struct {$/;"	t
 42849  testingWER	./runtime/signal_windows.go	/^var testingWER bool$/;"	v
 42850  testmainTmpl	./cmd/go/test.go	/^var testmainTmpl = template.Must(template.New("main").Parse(`$/;"	v
 42851  testpair	./encoding/ascii85/ascii85_test.go	/^type testpair struct {$/;"	t
 42852  testpair	./encoding/base32/base32_test.go	/^type testpair struct {$/;"	t
 42853  testpair	./encoding/base64/base64_test.go	/^type testpair struct {$/;"	t
 42854  testprint	./go/printer/performance_test.go	/^func testprint(out io.Writer, file *ast.File) {$/;"	f
 42855  tests	./archive/zip/reader_test.go	/^var tests = []ZipTest{$/;"	v
 42856  tests	./cmd/compile/internal/big/ratconv_test.go	/^	var tests []StringTest$/;"	v
 42857  tests	./cmd/doc/doc_test.go	/^var tests = []test{$/;"	v
 42858  tests	./cmd/go/test.go	/^var tests = []testing.InternalTest{$/;"	v
 42859  tests	./cmd/pack/pack_test.go	/^	var tests = []string{$/;"	v
 42860  tests	./crypto/tls/handshake_messages_test.go	/^var tests = []interface{}{$/;"	v
 42861  tests	./database/sql/convert_test.go	/^	var tests = []struct {$/;"	v
 42862  tests	./encoding/binary/varint_test.go	/^var tests = []int64{$/;"	v
 42863  tests	./fmt/fmt_test.go	/^	var tests = []struct {$/;"	v
 42864  tests	./fmt/scan_test.go	/^	var tests = []struct {$/;"	v
 42865  tests	./go/ast/print_test.go	/^var tests = []struct {$/;"	v
 42866  tests	./go/doc/synopsis_test.go	/^var tests = []struct {$/;"	v
 42867  tests	./go/format/format_test.go	/^var tests = []string{$/;"	v
 42868  tests	./go/token/position_test.go	/^var tests = []struct {$/;"	v
 42869  tests	./go/types/api_test.go	/^	var tests = []struct {$/;"	v
 42870  tests	./go/types/check_test.go	/^var tests = [][]string{$/;"	v
 42871  tests	./go/types/eval_test.go	/^	var tests = []string{$/;"	v
 42872  tests	./go/types/typestring_test.go	/^	var tests []testEntry$/;"	v
 42873  tests	./internal/syscall/windows/registry/registry_test.go	/^	var tests = []struct {$/;"	v
 42874  tests	./log/log_test.go	/^var tests = []tester{$/;"	v
 42875  tests	./math/big/ratconv_test.go	/^	var tests []StringTest$/;"	v
 42876  tests	./mime/type_test.go	/^	\/\/ type tests. On Unix and Plan 9, this also tests the parsing$/;"	t
 42877  tests	./os/os_test.go	/^	var tests = []test{$/;"	v
 42878  tests	./path/filepath/path_test.go	/^	var tests []EvalSymlinksTest$/;"	v
 42879  tests	./path/filepath/path_test.go	/^	var tests []IsAbsTest$/;"	v
 42880  tests	./runtime/race/output_test.go	/^var tests = []struct {$/;"	v
 42881  tests	./sort/search_test.go	/^var tests = []struct {$/;"	v
 42882  tests	./sync/atomic/atomic_test.go	/^	var tests []func(*testing.T, unsafe.Pointer)$/;"	v
 42883  tests	./text/tabwriter/tabwriter_test.go	/^var tests = []struct {$/;"	v
 42884  tests	./time/zoneinfo_test.go	/^	var tests = []struct {$/;"	v
 42885  testu	./runtime/softfloat64_test.go	/^func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) {$/;"	f
 42886  text	./cmd/internal/obj/objfile.go	/^	var text *LSym$/;"	v
 42887  text	./cmd/internal/objfile/disasm.go	/^	var text string$/;"	v
 42888  text	./cmd/internal/objfile/elf.go	/^func (f *elfFile) text() (textStart uint64, text []byte, err error) {$/;"	f
 42889  text	./cmd/internal/objfile/goobj.go	/^func (f *goobjFile) text() (textStart uint64, text []byte, err error) {$/;"	f
 42890  text	./cmd/internal/objfile/macho.go	/^func (f *machoFile) text() (textStart uint64, text []byte, err error) {$/;"	f
 42891  text	./cmd/internal/objfile/pe.go	/^func (f *peFile) text() (textStart uint64, text []byte, err error) {$/;"	f
 42892  text	./cmd/internal/objfile/plan9obj.go	/^func (f *plan9File) text() (textStart uint64, text []byte, err error) {$/;"	f
 42893  text	./encoding/xml/xml.go	/^			var text string$/;"	v
 42894  text	./encoding/xml/xml.go	/^func (d *Decoder) text(quote int, cdata bool) []byte {$/;"	f
 42895  text	./regexp/exec_test.go	/^			var text string$/;"	v
 42896  text	./regexp/exec_test.go	/^var text []byte$/;"	v
 42897  text	./runtime/hash_test.go	/^func text(t *testing.T, prefix, suffix string) {$/;"	f
 42898  textFormat	./text/template/parse/node.go	/^var textFormat = "%s" \/\/ Changed to "%q" in tests for better error messages.$/;"	v
 42899  textMarshalerEncoder	./encoding/json/encode.go	/^func textMarshalerEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 42900  textOrAction	./text/template/parse/parse.go	/^func (t *Tree) textOrAction() Node {$/;"	f
 42901  textReader	./cmd/internal/objfile/disasm.go	/^type textReader struct {$/;"	t
 42902  textSig	./net/http/sniff.go	/^type textSig int$/;"	t
 42903  textaddress	./cmd/link/internal/ld/data.go	/^func textaddress() {$/;"	f
 42904  textangle	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^	var textangle = []byte("<.text>:")$/;"	v
 42905  textangle	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^	var textangle = []byte("<.text>:")$/;"	v
 42906  textbuildid	./cmd/link/internal/ld/data.go	/^func textbuildid() {$/;"	f
 42907  textprotoReaderPool	./net/http/request.go	/^var textprotoReaderPool sync.Pool$/;"	v
 42908  texts	./bufio/bufio_test.go	/^	var texts [31]string$/;"	v
 42909  textsect	./cmd/link/internal/ld/pe.go	/^var textsect int$/;"	v
 42910  tfork	./runtime/os_openbsd.go	/^func tfork(param *tforkt, psize uintptr, mm *m, gg *g, fn uintptr) int32$/;"	f
 42911  tforkt	./runtime/defs_openbsd_386.go	/^type tforkt struct {$/;"	t
 42912  tforkt	./runtime/defs_openbsd_amd64.go	/^type tforkt struct {$/;"	t
 42913  tforkt	./runtime/defs_openbsd_arm.go	/^type tforkt struct {$/;"	t
 42914  thandle	./runtime/os1_windows.go	/^	var thandle uintptr$/;"	v
 42915  that	./builtin/builtin.go	/^\/\/ int is a signed integer type that is at least 32 bits in size. It is a$/;"	t
 42916  that	./builtin/builtin.go	/^\/\/ uint is an unsigned integer type that is at least 32 bits in size. It is a$/;"	t
 42917  that	./builtin/builtin.go	/^\/\/ uintptr is an integer type that is large enough to hold the bit pattern of$/;"	t
 42918  that	./cmd/compile/internal/gc/reflect.go	/^	\/\/ dalgsym is only called for a type that needs an algorithm table,$/;"	t
 42919  that	./cmd/compile/internal/gc/subr.go	/^ * of the type that completely describes it.$/;"	t
 42920  that	./cmd/fix/typecheck.go	/^\/\/ to values of another type that were assigned to that type.$/;"	t
 42921  that	./cmd/vet/print.go	/^\/\/ TODO: A type that implements Formatter may do what it wants, and vet$/;"	t
 42922  that	./container/heap/heap.go	/^\/\/ Any type that implements heap.Interface may be used as a$/;"	t
 42923  that	./container/heap/heap.go	/^\/\/ Package heap provides heap operations for any type that implements$/;"	t
 42924  that	./database/sql/driver/types.go	/^\/\/ NotNull is a type that implements ValueConverter by disallowing nil$/;"	t
 42925  that	./database/sql/driver/types.go	/^\/\/ Null is a type that implements ValueConverter by allowing nil$/;"	t
 42926  that	./debug/dwarf/type.go	/^\/\/ A QualType represents a type that has the C\/C++ "const", "restrict", or "volatile" qualifier.$/;"	t
 42927  that	./encoding/gob/codec_test.go	/^\/\/ A type that won't be defined in the gob until we send it in an interface value.$/;"	t
 42928  that	./encoding/gob/decode.go	/^\/\/ gobDecodeOpFor returns the op for a type that is known to implement$/;"	t
 42929  that	./encoding/gob/doc.go	/^convert between gobs and actual Go values.  For instance, a gob type that is$/;"	t
 42930  that	./encoding/gob/encode.go	/^\/\/ gobEncodeOpFor returns the op for a type that is known to implement GobEncoder.$/;"	t
 42931  that	./encoding/gob/example_interface_test.go	/^\/\/ distinction from regular types is to register the concrete type that$/;"	t
 42932  that	./encoding/gob/type.go	/^	\/\/ A type that is just a cycle of pointers (such as type T *T) cannot$/;"	t
 42933  that	./encoding/gob/type.go	/^\/\/ A type that implements GobEncoder and GobDecoder has complete$/;"	t
 42934  that	./encoding/json/decode_test.go	/^\/\/ A type that can unmarshal itself.$/;"	t
 42935  that	./fmt/fmt_test.go	/^\/\/ Panic is a type that panics in String.$/;"	t
 42936  that	./fmt/fmt_test.go	/^\/\/ PanicF is a type that panics in Format.$/;"	t
 42937  that	./fmt/scan_test.go	/^\/\/ type that creates something that can read runes given only Read().$/;"	t
 42938  that	./go/doc/testdata/blank.go	/^\/\/ Constants with an imported type that needs to be propagated.$/;"	t
 42939  that	./go/types/expr.go	/^				\/\/ Unsafe.Pointer is a basic type that includes nil.$/;"	t
 42940  that	./log/syslog/syslog.go	/^\/\/ return a type that satisfies this interface and simply calls the C$/;"	t
 42941  that	./net/sock_posix.go	/^	\/\/ sockaddr type that implements syscall.Sockaddr$/;"	t
 42942  that	./reflect/type.go	/^\/\/ A Kind represents the specific kind of type that a Type represents.$/;"	t
 42943  that	./runtime/heapdump.go	/^\/\/ Eface entries.  So it needs to know every type that might$/;"	t
 42944  that	./runtime/panic.go	/^	\/\/ a deferred func that stops a panic$/;"	f
 42945  the	./encoding/gob/encoder_test.go	/^\/\/ Test that we recognize a bad type the first time.$/;"	t
 42946  the	./encoding/gob/type.go	/^	user        reflect.Type \/\/ the type the user handed us$/;"	t
 42947  the	./encoding/gob/type.go	/^\/\/ userTypeInfo stores the information associated with a type the user has handed$/;"	t
 42948  the	./go/types/decl.go	/^	\/\/ and which has as its underlying type the named type B.$/;"	t
 42949  theHuffmanLUT	./image/jpeg/writer.go	/^var theHuffmanLUT [4]huffmanLUT$/;"	v
 42950  theHuffmanSpec	./image/jpeg/writer.go	/^var theHuffmanSpec = [nHuffIndex]huffmanSpec{$/;"	v
 42951  thechar	./cmd/compile/internal/arm/galign.go	/^var thechar int = '5'$/;"	v
 42952  thechar	./cmd/compile/internal/arm64/galign.go	/^var thechar int = '7'$/;"	v
 42953  thechar	./cmd/compile/internal/ppc64/galign.go	/^var thechar int = '9'$/;"	v
 42954  thechar	./cmd/compile/internal/x86/galign.go	/^var thechar int = '8'$/;"	v
 42955  thelinkarch	./cmd/compile/internal/arm/galign.go	/^var thelinkarch *obj.LinkArch = &arm.Linkarm$/;"	v
 42956  thelinkarch	./cmd/compile/internal/arm64/galign.go	/^var thelinkarch *obj.LinkArch = &arm64.Linkarm64$/;"	v
 42957  thelinkarch	./cmd/compile/internal/ppc64/galign.go	/^var thelinkarch *obj.LinkArch$/;"	v
 42958  thelinkarch	./cmd/compile/internal/x86/galign.go	/^var thelinkarch *obj.LinkArch = &x86.Link386$/;"	v
 42959  theparser	./cmd/compile/internal/gc/lex.go	/^var theparser yyParser$/;"	v
 42960  there	./encoding/gob/decoder.go	/^		\/\/ When decoding an interface, after a type there may be a$/;"	t
 42961  thestring	./cmd/compile/internal/arm/galign.go	/^var thestring string = "arm"$/;"	v
 42962  thestring	./cmd/compile/internal/arm64/galign.go	/^var thestring string = "arm64"$/;"	v
 42963  thestring	./cmd/compile/internal/ppc64/galign.go	/^var thestring string = "ppc64"$/;"	v
 42964  thestring	./cmd/compile/internal/x86/galign.go	/^var thestring string = "386"$/;"	v
 42965  they	./cmd/link/internal/ld/symtab.go	/^	\/\/ within a type they sort by size, so the .* symbols$/;"	t
 42966  thi	./cmd/compile/internal/arm/gsubr.go	/^		var thi gc.Node$/;"	v
 42967  thi	./cmd/compile/internal/x86/gsubr.go	/^		var thi gc.Node$/;"	v
 42968  this	./cmd/compile/internal/gc/reflect.go	/^	var this *Type$/;"	v
 42969  this	./runtime/signal_amd64x.go	/^		\/\/ as I type this comment.$/;"	t
 42970  thr_new	./runtime/os_freebsd.go	/^func thr_new(param *thrparam, size int32)$/;"	f
 42971  thr_start	./runtime/os1_freebsd.go	/^func thr_start()$/;"	f
 42972  thread	./regexp/exec.go	/^type thread struct {$/;"	t
 42973  threadLimit	./net/net.go	/^var threadLimit = make(chan struct{}, 500)$/;"	v
 42974  thread_args	./runtime/cgo/gcc_openbsd_386.c	/^struct thread_args {$/;"	s	file:
 42975  thread_args	./runtime/cgo/gcc_openbsd_amd64.c	/^struct thread_args {$/;"	s	file:
 42976  thread_start_wrapper	./runtime/cgo/gcc_openbsd_386.c	/^thread_start_wrapper(void *arg)$/;"	f	file:
 42977  thread_start_wrapper	./runtime/cgo/gcc_openbsd_amd64.c	/^thread_start_wrapper(void *arg)$/;"	f	file:
 42978  threadcreateProfile	./runtime/pprof/pprof.go	/^var threadcreateProfile = &Profile{$/;"	v
 42979  threadentry	./runtime/cgo/gcc_darwin_386.c	/^threadentry(void *v)$/;"	f	file:
 42980  threadentry	./runtime/cgo/gcc_darwin_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42981  threadentry	./runtime/cgo/gcc_darwin_arm.c	/^threadentry(void *v)$/;"	f	file:
 42982  threadentry	./runtime/cgo/gcc_darwin_arm64.c	/^threadentry(void *v)$/;"	f	file:
 42983  threadentry	./runtime/cgo/gcc_dragonfly_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42984  threadentry	./runtime/cgo/gcc_freebsd_386.c	/^threadentry(void *v)$/;"	f	file:
 42985  threadentry	./runtime/cgo/gcc_freebsd_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42986  threadentry	./runtime/cgo/gcc_freebsd_arm.c	/^threadentry(void *v)$/;"	f	file:
 42987  threadentry	./runtime/cgo/gcc_linux_386.c	/^threadentry(void *v)$/;"	f	file:
 42988  threadentry	./runtime/cgo/gcc_linux_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42989  threadentry	./runtime/cgo/gcc_linux_arm.c	/^threadentry(void *v)$/;"	f	file:
 42990  threadentry	./runtime/cgo/gcc_linux_arm64.c	/^threadentry(void *v)$/;"	f	file:
 42991  threadentry	./runtime/cgo/gcc_linux_ppc64x.c	/^threadentry(void *v)$/;"	f	file:
 42992  threadentry	./runtime/cgo/gcc_netbsd_386.c	/^threadentry(void *v)$/;"	f	file:
 42993  threadentry	./runtime/cgo/gcc_netbsd_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42994  threadentry	./runtime/cgo/gcc_netbsd_arm.c	/^threadentry(void *v)$/;"	f	file:
 42995  threadentry	./runtime/cgo/gcc_openbsd_386.c	/^threadentry(void *v)$/;"	f	file:
 42996  threadentry	./runtime/cgo/gcc_openbsd_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42997  threadentry	./runtime/cgo/gcc_solaris_amd64.c	/^threadentry(void *v)$/;"	f	file:
 42998  threadentry	./runtime/cgo/gcc_windows_386.c	/^threadentry(void *v)$/;"	f	file:
 42999  threadentry	./runtime/cgo/gcc_windows_amd64.c	/^threadentry(void *v)$/;"	f	file:
 43000  throw	./runtime/panic.go	/^func throw(s string) {$/;"	f
 43001  throwinit	./cmd/compile/internal/gc/builtin/runtime.go	/^func throwinit()$/;"	f
 43002  throwinit	./runtime/panic.go	/^func throwinit() {$/;"	f
 43003  throwreturn	./cmd/compile/internal/gc/builtin/runtime.go	/^func throwreturn()$/;"	f
 43004  throwreturn	./cmd/compile/internal/gc/go.go	/^var throwreturn *Node$/;"	v
 43005  throwreturn	./runtime/panic.go	/^func throwreturn() {$/;"	f
 43006  thrparam	./runtime/defs_freebsd_386.go	/^type thrparam struct {$/;"	t
 43007  thrparam	./runtime/defs_freebsd_amd64.go	/^type thrparam struct {$/;"	t
 43008  thrparam	./runtime/defs_freebsd_arm.go	/^type thrparam struct {$/;"	t
 43009  thrsleep	./runtime/os_openbsd.go	/^func thrsleep(ident uintptr, clock_id int32, tsp *timespec, lock uintptr, abort *uint32) int32$/;"	f
 43010  thrwakeup	./runtime/os_openbsd.go	/^func thrwakeup(ident uintptr, n int32) int32$/;"	f
 43011  thunk	./cmd/compile/internal/gc/go.go	/^var thunk int32$/;"	v
 43012  ticketKey	./crypto/tls/common.go	/^type ticketKey struct {$/;"	t
 43013  ticketKeyFromBytes	./crypto/tls/common.go	/^func ticketKeyFromBytes(b [32]byte) (key ticketKey) {$/;"	f
 43014  ticketKeys	./crypto/tls/common.go	/^func (c *Config) ticketKeys() []ticketKey {$/;"	f
 43015  ticks	./runtime/runtime.go	/^var ticks struct {$/;"	v
 43016  ticksPerSec	./internal/trace/parser.go	/^	var ticksPerSec, lastSeq, lastTs int64$/;"	v
 43017  tickspersecond	./runtime/runtime.go	/^func tickspersecond() int64 {$/;"	f
 43018  time	./cmd/trace/trace.go	/^func (ctx *traceContext) time(ev *trace.Event) float64 {$/;"	f
 43019  time	./crypto/tls/common.go	/^func (c *Config) time() time.Time {$/;"	f
 43020  time	./encoding/asn1/asn1.go	/^		var time time.Time$/;"	v
 43021  time	./encoding/asn1/asn1.go	/^	\/\/ Go type time.Time.$/;"	t
 43022  time	./time/time.go	/^\/\/ type time.Time, not *time.Time.  A Time value can be used by$/;"	t
 43023  timeFormats	./net/http/header.go	/^var timeFormats = []string{$/;"	v
 43024  timeLabel	./cmd/pprof/internal/report/report.go	/^func timeLabel(value int64, fromUnit, toUnit string) (v float64, u string, ok bool) {$/;"	f
 43025  timeSleep	./runtime/time.go	/^func timeSleep(ns int64) {$/;"	f
 43026  timeTest	./encoding/asn1/asn1_test.go	/^type timeTest struct {$/;"	t
 43027  timeToMsDosTime	./archive/zip/struct.go	/^func timeToMsDosTime(t time.Time) (fDate uint16, fTime uint16) {$/;"	f
 43028  timeValue	./database/sql/convert_test.go	/^func timeValue(ptr interface{}) time.Time {$/;"	f
 43029  time_now	./runtime/stubs.go	/^func time_now() (sec int64, nsec int32)$/;"	f
 43030  time_runtimeNano	./runtime/time.go	/^func time_runtimeNano() int64 {$/;"	f
 43031  timediv	./runtime/runtime1.go	/^func timediv(v int64, div int32, rem *int32) int32 {$/;"	f
 43032  timejump	./runtime/time.go	/^func timejump() *g {$/;"	f
 43033  timeloop	./runtime/sys_darwin_386.s	/^timeloop:$/;"	l
 43034  timeloop	./runtime/sys_darwin_amd64.s	/^timeloop:$/;"	l
 43035  timeout	./cmd/dist/test.go	/^func (t *tester) timeout(sec int) string {$/;"	f
 43036  timeout	./net/dial_test.go	/^	var timeout = 100*time.Millisecond + closedPortDelay$/;"	v
 43037  timeout	./net/net.go	/^type timeout interface {$/;"	t
 43038  timeout	./runtime/os1_dragonfly.go	/^	var timeout int32$/;"	v
 43039  timeoutError	./crypto/tls/tls.go	/^type timeoutError struct{}$/;"	t
 43040  timeoutError	./net/net.go	/^type timeoutError struct{}$/;"	t
 43041  timeoutHandler	./net/http/server.go	/^type timeoutHandler struct {$/;"	t
 43042  timeoutPacketReceiver	./net/mockserver_test.go	/^func timeoutPacketReceiver(c PacketConn, d, min, max time.Duration, ch chan<- error) {$/;"	f
 43043  timeoutReader	./testing/iotest/reader.go	/^type timeoutReader struct {$/;"	t
 43044  timeoutReceiver	./net/mockserver_test.go	/^func timeoutReceiver(c Conn, d, min, max time.Duration, ch chan<- error) {$/;"	f
 43045  timeoutTransmitter	./net/mockserver_test.go	/^func timeoutTransmitter(c Conn, d, min, max time.Duration, ch chan<- error) {$/;"	f
 43046  timeoutWriter	./net/http/server.go	/^type timeoutWriter struct {$/;"	t
 43047  timer	./go/doc/testdata/testing.go	/^var timer *time.Timer$/;"	v
 43048  timer	./net/http/client.go	/^	var timer *time.Timer$/;"	v
 43049  timer	./net/http/transport.go	/^		var timer *time.Timer \/\/ for canceling TLS handshake$/;"	v
 43050  timer	./runtime/time.go	/^type timer struct {$/;"	t
 43051  timer	./syscall/net_nacl.go	/^type timer struct {$/;"	t
 43052  timer	./testing/testing.go	/^var timer *time.Timer$/;"	v
 43053  timer	./time/sleep_test.go	/^	var timer *Timer$/;"	v
 43054  timerExpired	./syscall/net_nacl.go	/^func timerExpired(i interface{}, seq uintptr) {$/;"	f
 43055  timerproc	./runtime/time.go	/^func timerproc() {$/;"	f
 43056  timers	./runtime/time.go	/^var timers struct {$/;"	v
 43057  times	./time/sleep_test.go	/^	var times []Time$/;"	v
 43058  timespec	./runtime/defs1_netbsd_386.go	/^type timespec struct {$/;"	t
 43059  timespec	./runtime/defs1_netbsd_amd64.go	/^type timespec struct {$/;"	t
 43060  timespec	./runtime/defs1_netbsd_arm.go	/^type timespec struct {$/;"	t
 43061  timespec	./runtime/defs1_solaris_amd64.go	/^type timespec struct {$/;"	t
 43062  timespec	./runtime/defs_darwin_386.go	/^type timespec struct {$/;"	t
 43063  timespec	./runtime/defs_darwin_amd64.go	/^type timespec struct {$/;"	t
 43064  timespec	./runtime/defs_darwin_arm.go	/^type timespec struct {$/;"	t
 43065  timespec	./runtime/defs_darwin_arm64.go	/^type timespec struct {$/;"	t
 43066  timespec	./runtime/defs_dragonfly_amd64.go	/^type timespec struct {$/;"	t
 43067  timespec	./runtime/defs_freebsd_386.go	/^type timespec struct {$/;"	t
 43068  timespec	./runtime/defs_freebsd_amd64.go	/^type timespec struct {$/;"	t
 43069  timespec	./runtime/defs_freebsd_arm.go	/^type timespec struct {$/;"	t
 43070  timespec	./runtime/defs_linux_386.go	/^type timespec struct {$/;"	t
 43071  timespec	./runtime/defs_linux_amd64.go	/^type timespec struct {$/;"	t
 43072  timespec	./runtime/defs_linux_arm.go	/^type timespec struct {$/;"	t
 43073  timespec	./runtime/defs_linux_arm64.go	/^type timespec struct {$/;"	t
 43074  timespec	./runtime/defs_linux_ppc64.go	/^type timespec struct {$/;"	t
 43075  timespec	./runtime/defs_linux_ppc64le.go	/^type timespec struct {$/;"	t
 43076  timespec	./runtime/defs_nacl_386.go	/^type timespec struct {$/;"	t
 43077  timespec	./runtime/defs_nacl_amd64p32.go	/^type timespec struct {$/;"	t
 43078  timespec	./runtime/defs_nacl_arm.go	/^type timespec struct {$/;"	t
 43079  timespec	./runtime/defs_openbsd_386.go	/^type timespec struct {$/;"	t
 43080  timespec	./runtime/defs_openbsd_amd64.go	/^type timespec struct {$/;"	t
 43081  timespec	./runtime/defs_openbsd_arm.go	/^type timespec struct {$/;"	t
 43082  timespecToTime	./os/stat_darwin.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43083  timespecToTime	./os/stat_dragonfly.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43084  timespecToTime	./os/stat_freebsd.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43085  timespecToTime	./os/stat_linux.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43086  timespecToTime	./os/stat_nacl.go	/^func timespecToTime(sec, nsec int64) time.Time {$/;"	f
 43087  timespecToTime	./os/stat_netbsd.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43088  timespecToTime	./os/stat_openbsd.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43089  timespecToTime	./os/stat_solaris.go	/^func timespecToTime(ts syscall.Timespec) time.Time {$/;"	f
 43090  timeval	./runtime/defs1_netbsd_386.go	/^type timeval struct {$/;"	t
 43091  timeval	./runtime/defs1_netbsd_amd64.go	/^type timeval struct {$/;"	t
 43092  timeval	./runtime/defs1_netbsd_arm.go	/^type timeval struct {$/;"	t
 43093  timeval	./runtime/defs1_solaris_amd64.go	/^type timeval struct {$/;"	t
 43094  timeval	./runtime/defs_darwin_386.go	/^type timeval struct {$/;"	t
 43095  timeval	./runtime/defs_darwin_amd64.go	/^type timeval struct {$/;"	t
 43096  timeval	./runtime/defs_darwin_arm.go	/^type timeval struct {$/;"	t
 43097  timeval	./runtime/defs_darwin_arm64.go	/^type timeval struct {$/;"	t
 43098  timeval	./runtime/defs_dragonfly_amd64.go	/^type timeval struct {$/;"	t
 43099  timeval	./runtime/defs_freebsd_386.go	/^type timeval struct {$/;"	t
 43100  timeval	./runtime/defs_freebsd_amd64.go	/^type timeval struct {$/;"	t
 43101  timeval	./runtime/defs_freebsd_arm.go	/^type timeval struct {$/;"	t
 43102  timeval	./runtime/defs_linux_386.go	/^type timeval struct {$/;"	t
 43103  timeval	./runtime/defs_linux_amd64.go	/^type timeval struct {$/;"	t
 43104  timeval	./runtime/defs_linux_arm.go	/^type timeval struct {$/;"	t
 43105  timeval	./runtime/defs_linux_arm64.go	/^type timeval struct {$/;"	t
 43106  timeval	./runtime/defs_linux_ppc64.go	/^type timeval struct {$/;"	t
 43107  timeval	./runtime/defs_linux_ppc64le.go	/^type timeval struct {$/;"	t
 43108  timeval	./runtime/defs_openbsd_386.go	/^type timeval struct {$/;"	t
 43109  timeval	./runtime/defs_openbsd_amd64.go	/^type timeval struct {$/;"	t
 43110  timeval	./runtime/defs_openbsd_arm.go	/^type timeval struct {$/;"	t
 43111  tinfoLock	./encoding/xml/typeinfo.go	/^var tinfoLock sync.RWMutex$/;"	v
 43112  tinfoMap	./encoding/xml/typeinfo.go	/^var tinfoMap = make(map[reflect.Type]*typeInfo)$/;"	v
 43113  tinlvar	./cmd/compile/internal/gc/inl.go	/^func tinlvar(t *Type) *Node {$/;"	f
 43114  tinter	./reflect/all_test.go	/^type tinter interface {$/;"	t
 43115  tinterType	./reflect/all_test.go	/^	var tinterType = TypeOf(new(tinter)).Elem()$/;"	v
 43116  tinySink	./runtime/race/testdata/mop_test.go	/^	var tinySink *byte$/;"	v
 43117  tk	./encoding/json/stream_test.go	/^			var tk interface{}$/;"	v
 43118  tkid	./debug/dwarf/type.go	/^			var tkid Type$/;"	v
 43119  tl	./cmd/compile/internal/arm64/ggen.go	/^	var tl gc.Node$/;"	v
 43120  tl	./cmd/compile/internal/gc/order.go	/^	var tl Iter$/;"	v
 43121  tl	./cmd/compile/internal/ppc64/ggen.go	/^	var tl gc.Node$/;"	v
 43122  tlfree	./cmd/compile/internal/gc/align.go	/^var tlfree *TypeList$/;"	v
 43123  tlo	./cmd/compile/internal/arm/gsubr.go	/^		var tlo gc.Node$/;"	v
 43124  tlo	./cmd/compile/internal/x86/gsubr.go	/^		var tlo gc.Node$/;"	v
 43125  tlq	./cmd/compile/internal/gc/align.go	/^var tlq *TypeList$/;"	v
 43126  tls	./runtime/cgo/libcgo.h	/^	uintptr *tls;$/;"	m	struct:ThreadStart
 43127  tls0	./runtime/runtime.go	/^var tls0 [8]uintptr \/\/ available storage for m0's TLS; not necessarily used; opaque to GC$/;"	v
 43128  tls10MAC	./crypto/tls/cipher_suites.go	/^type tls10MAC struct {$/;"	t
 43129  tlsHandshakeTimeoutError	./net/http/transport.go	/^type tlsHandshakeTimeoutError struct{}$/;"	t
 43130  tlsHost	./net/http/transport.go	/^func (cm *connectMethod) tlsHost() string {$/;"	f
 43131  tm	./cmd/compile/internal/arm64/ggen.go	/^		var tm gc.Node$/;"	v
 43132  tm	./cmd/compile/internal/gc/subr.go	/^		var tm *Type$/;"	v
 43133  tm	./cmd/compile/internal/gc/subr.go	/^	var tm *Type$/;"	v
 43134  tm	./cmd/compile/internal/ppc64/ggen.go	/^		var tm gc.Node$/;"	v
 43135  tmach_semcreatemsg	./runtime/os1_darwin.go	/^type tmach_semcreatemsg struct {$/;"	t
 43136  tmach_semdestroymsg	./runtime/os1_darwin.go	/^type tmach_semdestroymsg struct {$/;"	t
 43137  tmp	./cmd/compile/internal/arm/cgen.go	/^		var tmp gc.Node$/;"	v
 43138  tmp	./cmd/compile/internal/arm/cgen.go	/^	var tmp gc.Node$/;"	v
 43139  tmp	./cmd/compile/internal/arm64/cgen.go	/^	var tmp gc.Node$/;"	v
 43140  tmp	./cmd/compile/internal/big/int_test.go	/^	var tmp Int$/;"	v
 43141  tmp	./cmd/compile/internal/gc/cgen.go	/^					var tmp Node$/;"	v
 43142  tmp	./cmd/compile/internal/gc/cgen.go	/^				var tmp Node$/;"	v
 43143  tmp	./cmd/compile/internal/gc/cgen.go	/^			var tmp Node$/;"	v
 43144  tmp	./cmd/compile/internal/gc/cgen.go	/^		var tmp Node$/;"	v
 43145  tmp	./cmd/compile/internal/gc/cplx.go	/^			var tmp Node$/;"	v
 43146  tmp	./cmd/compile/internal/gc/cplx.go	/^	var tmp Node$/;"	v
 43147  tmp	./cmd/compile/internal/gc/dcl.go	/^		var tmp string$/;"	v
 43148  tmp	./cmd/compile/internal/gc/gen.go	/^		var tmp Node$/;"	v
 43149  tmp	./cmd/compile/internal/gc/gen.go	/^	var tmp Node$/;"	v
 43150  tmp	./cmd/compile/internal/gc/order.go	/^	var tmp *Node$/;"	v
 43151  tmp	./cmd/compile/internal/gc/walk.go	/^	var tmp *Node$/;"	v
 43152  tmp	./cmd/compile/internal/ppc64/cgen.go	/^	var tmp gc.Node$/;"	v
 43153  tmp	./cmd/compile/internal/x86/cgen.go	/^	var tmp gc.Node$/;"	v
 43154  tmp	./cmd/link/internal/ld/ldmacho.go	/^		var tmp [4]uint8$/;"	v
 43155  tmp	./cmd/pprof/internal/profile/legacy_profile.go	/^		var tmp []byte$/;"	v
 43156  tmp	./crypto/elliptic/p224.go	/^	var tmp p224LargeFieldElement$/;"	v
 43157  tmp	./crypto/elliptic/p256.go	/^	var tmp [17]uint64$/;"	v
 43158  tmp	./crypto/md5/md5.go	/^	var tmp [64]byte$/;"	v
 43159  tmp	./crypto/sha1/sha1.go	/^	var tmp [64]byte$/;"	v
 43160  tmp	./crypto/sha256/sha256.go	/^	var tmp [64]byte$/;"	v
 43161  tmp	./crypto/sha512/sha512.go	/^	var tmp [128]byte$/;"	v
 43162  tmp	./math/big/int_test.go	/^	var tmp Int$/;"	v
 43163  tmp	./runtime/os1_plan9.go	/^		var tmp [32]byte$/;"	v
 43164  tmp	./runtime/os1_plan9.go	/^	var tmp [32]byte$/;"	v
 43165  tmp	./runtime/trace.go	/^	var tmp [(2 + traceStackSize) * traceBytesPerNumber]byte$/;"	v
 43166  tmp	./runtime/trace/trace_test.go	/^			var tmp [1]byte$/;"	v
 43167  tmp	./runtime/trace/trace_test.go	/^		var tmp [1]byte$/;"	v
 43168  tmp	./runtime/trace/trace_test.go	/^	var tmp [1]byte$/;"	v
 43169  tmp1	./cmd/compile/internal/gc/order.go	/^		var tmp1 *Node$/;"	v
 43170  tmp1	./sort/sort_test.go	/^	var tmp1, tmp2 [1025]int$/;"	v
 43171  tmp2	./cmd/compile/internal/gc/cgen.go	/^					var tmp2 Node$/;"	v
 43172  tmp2	./cmd/compile/internal/gc/order.go	/^		var tmp2 *Node$/;"	v
 43173  tmp2	./crypto/elliptic/p256.go	/^	var tmp2 [18]uint32$/;"	v
 43174  tmpBuf	./runtime/string.go	/^type tmpBuf [tmpStringBufSize]byte$/;"	t
 43175  tmpDir	./cmd/pack/pack_test.go	/^func tmpDir(t *testing.T) string {$/;"	f
 43176  tmpPad	./crypto/hmac/hmac.go	/^func (h *hmac) tmpPad(xor byte) {$/;"	f
 43177  tmpVar	./syscall/mksyscall_windows.go	/^func (p *Param) tmpVar() string {$/;"	f
 43178  tmpbuf	./runtime/heapdump.go	/^var tmpbuf []byte$/;"	v
 43179  tmpi	./cmd/compile/internal/gc/cgen.go	/^		var tmpi Node$/;"	v
 43180  tmpl	./cmd/go/main.go	/^func tmpl(w io.Writer, text string, data interface{}) {$/;"	f
 43181  tmpl	./html/template/template.go	/^		var tmpl *Template$/;"	v
 43182  tmpl	./text/template/exec.go	/^	var tmpl *Template$/;"	v
 43183  tmpl	./text/template/exec_test.go	/^		var tmpl *Template$/;"	v
 43184  tmpl	./text/template/helper.go	/^		var tmpl *Template$/;"	v
 43185  tmpl	./text/template/multi_test.go	/^	var tmpl *Template$/;"	v
 43186  tnil	./reflect/all_test.go	/^	var tnil Tinter$/;"	v
 43187  tnl	./cmd/compile/internal/gc/cplx.go	/^	var tnl Node$/;"	v
 43188  tnr	./cmd/compile/internal/gc/cplx.go	/^			var tnr Node$/;"	v
 43189  to	./cmd/cgo/out.go	/^\/\/ Map an ast type to a Type.$/;"	t
 43190  to	./cmd/compile/internal/arm/peep.go	/^	\/\/ TODO(rsc): Change v->type to v->name and enable.$/;"	t
 43191  to	./cmd/compile/internal/gc/align.go	/^		\/\/ make fake type to check later to$/;"	t
 43192  to	./cmd/compile/internal/gc/dcl.go	/^		\/\/ can cache result from findtype to avoid$/;"	t
 43193  to	./cmd/compile/internal/gc/inl.go	/^		\/\/ append receiver inlvar to LHS.$/;"	v
 43194  to	./cmd/compile/internal/gc/plive.go	/^	var to Node$/;"	v
 43195  to	./cmd/compile/internal/gc/subr.go	/^ * return type to hang methods off (r).$/;"	t
 43196  to	./cmd/fix/typecheck.go	/^		\/\/ propagate the type to all the uses.$/;"	t
 43197  to	./cmd/internal/obj/pcln.go	/^\/\/ funcpctab writes to dst a pc-value table mapping the code in func to the values$/;"	f
 43198  to	./cmd/link/internal/ld/dwarf.go	/^		\/\/ Construct type to represent an array of BucketSize keys$/;"	t
 43199  to	./cmd/link/internal/ld/dwarf.go	/^		\/\/ Construct type to represent an array of BucketSize values$/;"	t
 43200  to	./cmd/link/internal/ld/dwarf.go	/^\/\/ field and set its DW_AT_type to dwtype$/;"	t
 43201  to	./cmd/link/internal/ld/pcln.go	/^\/\/ funcpctab writes to dst a pc-value table mapping the code in func to the values$/;"	f
 43202  to	./cmd/pprof/internal/report/report.go	/^\/\/ objSymbols is a wrapper type to enable sorting of []*objSymbol.$/;"	t
 43203  to	./database/sql/driver/driver.go	/^\/\/ any type to a driver Value.$/;"	t
 43204  to	./encoding/asn1/asn1.go	/^	\/\/ wire, we change the universal type to match.$/;"	t
 43205  to	./encoding/asn1/asn1.go	/^\/\/	set		causes a SET, rather than a SEQUENCE type to be expected$/;"	t
 43206  to	./encoding/json/encode.go	/^	\/\/ real func (f) to be ready and then calls it.  This indirect$/;"	f
 43207  to	./encoding/json/scanner.go	/^	\/\/ The step is a func to be called to execute the next transition.$/;"	f
 43208  to	./encoding/xml/read.go	/^\/\/ receiverType returns the receiver type to use in an expression like "%s.MethodName".$/;"	t
 43209  to	./go/types/lookup.go	/^\/\/      but there was no pointer on the path from the actual receiver type to$/;"	t
 43210  to	./mime/type.go	/^	\/\/ extensions maps from MIME type to list of lowercase file$/;"	t
 43211  to	./net/http/transport.go	/^	\/\/ mutateHeaderFunc is an optional func to modify extra$/;"	f
 43212  to	./net/iprawsock_posix.go	/^	\/\/ type to avoid the header trim\/copy$/;"	t
 43213  to	./reflect/type.go	/^\/\/ toType converts from a *rtype to a Type that can be returned$/;"	t
 43214  to	./runtime/sys_x86.go	/^		\/\/ runtime·findfunc to find the function.  But if we$/;"	f
 43215  to	./unicode/letter.go	/^func to(_case int, r rune, caseRange []CaseRange) rune {$/;"	f
 43216  to16	./strconv/makeisprint.go	/^func to16(x []uint32) []uint16 {$/;"	f
 43217  to32sw	./runtime/softfloat64_test.go	/^func to32sw(f float64) float64 {$/;"	f
 43218  to64sw	./runtime/softfloat64_test.go	/^func to64sw(f float64) float64 {$/;"	f
 43219  toASCII	./archive/tar/common.go	/^func toASCII(s string) string {$/;"	f
 43220  toASCII	./net/http/cookiejar/punycode.go	/^func toASCII(s string) (string, error) {$/;"	f
 43221  toBinary	./cmd/compile/internal/big/float_test.go	/^func toBinary(x int64) string {$/;"	f
 43222  toBinary	./math/big/float_test.go	/^func toBinary(x int64) string {$/;"	f
 43223  toChar	./encoding/hex/hex.go	/^func toChar(b byte) byte {$/;"	f
 43224  toEnglishName	./time/zoneinfo_windows.go	/^func toEnglishName(stdname, dstname string) (string, error) {$/;"	f
 43225  toErrno	./net/net_windows_test.go	/^func toErrno(err error) (syscall.Errno, bool) {$/;"	f
 43226  toFold	./cmd/go/main.go	/^func toFold(s string) string {$/;"	f
 43227  toFromBigTests	./crypto/elliptic/p224_test.go	/^var toFromBigTests = []string{$/;"	v
 43228  toHTTPError	./net/http/fs.go	/^func toHTTPError(err error) (msg string, httpStatus int) {$/;"	f
 43229  toInt	./cmd/cover/profile.go	/^func toInt(s string) int {$/;"	f
 43230  toInt	./encoding/gob/decoder.go	/^func toInt(x uint64) int64 {$/;"	f
 43231  toInterfaces	./testing/quick/quick.go	/^func toInterfaces(values []reflect.Value) []interface{} {$/;"	f
 43232  toJSON	./net/http/cookie_test.go	/^func toJSON(v interface{}) string {$/;"	f
 43233  toJson	./net/lookup_windows_test.go	/^func toJson(v interface{}) string {$/;"	f
 43234  toLong	./path/filepath/symlink_windows.go	/^func toLong(path string) (string, error) {$/;"	f
 43235  toLower	./net/lookup_plan9.go	/^func toLower(in string) string {$/;"	f
 43236  toLowerCaseASCII	./crypto/x509/verify.go	/^func toLowerCaseASCII(in string) string {$/;"	f
 43237  toMyNode	./runtime/lfstack_test.go	/^func toMyNode(node *LFNode) *MyNode {$/;"	f
 43238  toOutputDir	./testing/testing.go	/^func toOutputDir(path string) string {$/;"	f
 43239  toRoutingMessage	./syscall/route_darwin.go	/^func (any *anyMessage) toRoutingMessage(b []byte) RoutingMessage {$/;"	f
 43240  toRoutingMessage	./syscall/route_dragonfly.go	/^func (any *anyMessage) toRoutingMessage(b []byte) RoutingMessage {$/;"	f
 43241  toRoutingMessage	./syscall/route_freebsd.go	/^func (any *anyMessage) toRoutingMessage(b []byte) RoutingMessage {$/;"	f
 43242  toRoutingMessage	./syscall/route_netbsd.go	/^func (any *anyMessage) toRoutingMessage(b []byte) RoutingMessage {$/;"	f
 43243  toRoutingMessage	./syscall/route_openbsd.go	/^func (any *anyMessage) toRoutingMessage(b []byte) RoutingMessage {$/;"	f
 43244  toShort	./path/filepath/symlink_windows.go	/^func toShort(path string) (string, error) {$/;"	f
 43245  toString	./cmd/compile/internal/big/natconv_test.go	/^func toString(x nat, charset string) string {$/;"	f
 43246  toString	./math/big/natconv_test.go	/^func toString(x nat, charset string) string {$/;"	f
 43247  toString	./testing/quick/quick.go	/^func toString(interfaces []interface{}) string {$/;"	f
 43248  toType	./reflect/type.go	/^func toType(t *rtype) Type {$/;"	f
 43249  toWireFormat	./syscall/netlink_linux.go	/^func (rr *NetlinkRouteRequest) toWireFormat() []byte {$/;"	f
 43250  toYCbCr	./image/jpeg/writer.go	/^func toYCbCr(m image.Image, p image.Point, yBlock, cbBlock, crBlock *block) {$/;"	f
 43251  to_string	./runtime/runtime-gdb.py	/^	def to_string(self):$/;"	m	class:ChanTypePrinter
 43252  to_string	./runtime/runtime-gdb.py	/^	def to_string(self):$/;"	m	class:IfacePrinter
 43253  to_string	./runtime/runtime-gdb.py	/^	def to_string(self):$/;"	m	class:MapTypePrinter
 43254  to_string	./runtime/runtime-gdb.py	/^	def to_string(self):$/;"	m	class:SliceTypePrinter
 43255  to_string	./runtime/runtime-gdb.py	/^	def to_string(self):$/;"	m	class:StringTypePrinter
 43256  toc	./cmd/link/internal/ld/data.go	/^		var toc *LSym$/;"	v
 43257  toc	./cmd/link/internal/ppc64/asm.go	/^	var toc *ld.LSym$/;"	v
 43258  tocplx	./cmd/compile/internal/gc/const.go	/^func tocplx(v Val) Val {$/;"	f
 43259  toff	./debug/dwarf/typeunit.go	/^		var toff uint32$/;"	v
 43260  toflt	./cmd/compile/internal/gc/const.go	/^func toflt(v Val) Val {$/;"	f
 43261  tofunargs	./cmd/compile/internal/gc/dcl.go	/^func tofunargs(l *NodeList) *Type {$/;"	f
 43262  toint	./cmd/compile/internal/gc/const.go	/^func toint(v Val) Val {$/;"	f
 43263  toint64sw	./runtime/softfloat64_test.go	/^func toint64sw(f float64) float64 {$/;"	f
 43264  tointerface	./cmd/compile/internal/gc/dcl.go	/^func tointerface(l *NodeList) *Type {$/;"	f
 43265  tok	./cmd/asm/internal/asm/parse.go	/^	var tok lex.ScanToken$/;"	v
 43266  tok	./encoding/xml/read.go	/^		var tok Token$/;"	v
 43267  tok	./text/scanner/example_test.go	/^	var tok rune$/;"	v
 43268  tok1	./encoding/xml/xml_test.go	/^	var tok1 Token = CharData(data)$/;"	v
 43269  tok1	./encoding/xml/xml_test.go	/^	var tok1 Token = elt$/;"	v
 43270  tokPrec	./go/parser/parser.go	/^func (p *parser) tokPrec() (token.Token, int) {$/;"	f
 43271  token	./compress/flate/token.go	/^type token uint32$/;"	t
 43272  token	./fmt/scan.go	/^func (s *ss) token(skipSpace bool, f func(rune) bool) []byte {$/;"	f
 43273  token	./text/scanner/scanner_test.go	/^type token struct {$/;"	t
 43274  tokenEqual	./net/http/lex.go	/^func tokenEqual(t1, t2 string) bool {$/;"	f
 43275  tokenError	./encoding/json/stream.go	/^func (dec *Decoder) tokenError(c byte) (Token, error) {$/;"	f
 43276  tokenList	./text/scanner/scanner_test.go	/^var tokenList = []token{$/;"	v
 43277  tokenPrepareForDecode	./encoding/json/stream.go	/^func (dec *Decoder) tokenPrepareForDecode() error {$/;"	f
 43278  tokenStreamCase	./encoding/json/stream_test.go	/^type tokenStreamCase struct {$/;"	t
 43279  tokenStreamCases	./encoding/json/stream_test.go	/^var tokenStreamCases []tokenStreamCase = []tokenStreamCase{$/;"	v
 43280  tokenString	./text/scanner/scanner.go	/^var tokenString = map[rune]string{$/;"	v
 43281  tokenValueAllowed	./encoding/json/stream.go	/^func (dec *Decoder) tokenValueAllowed() bool {$/;"	f
 43282  tokenValueEnd	./encoding/json/stream.go	/^func (dec *Decoder) tokenValueEnd() {$/;"	f
 43283  tokenclass	./go/scanner/scanner_test.go	/^func tokenclass(tok token.Token) int {$/;"	f
 43284  tokenize	./cmd/link/internal/ld/util.go	/^func tokenize(s string) []string {$/;"	f
 43285  tokens	./cmd/asm/internal/lex/input.go	/^	var tokens []Token$/;"	v
 43286  tokens	./cmd/asm/internal/lex/lex.go	/^	var tokens []Token$/;"	v
 43287  tokens	./cmd/yacc/yacc.go	/^			var tokens []string$/;"	v
 43288  tokens	./go/scanner/scanner_test.go	/^var tokens = [...]elt{$/;"	v
 43289  tokens	./go/token/token.go	/^var tokens = [...]string{$/;"	v
 43290  tokflag	./cmd/yacc/yacc.go	/^var tokflag = false$/;"	v
 43291  toklev	./cmd/yacc/yacc.go	/^var toklev []int \/\/ vector with the precedence of the terminals$/;"	v
 43292  tokname	./cmd/yacc/yacc.go	/^var tokname string \/\/ input token name, slop for runes and 0$/;"	v
 43293  tokset	./cmd/yacc/yacc.go	/^var tokset []Symb$/;"	v
 43294  tolerance	./math/all_test.go	/^func tolerance(a, b, e float64) bool {$/;"	f
 43295  tolerance	./math/cmplx/cmath_test.go	/^func tolerance(a, b, e float64) bool {$/;"	f
 43296  too	./cmd/compile/internal/gc/align.go	/^			Yyerror("channel element type too large (>64kB)")$/;"	t
 43297  too	./cmd/compile/internal/gc/dcl.go	/^	\/\/ check t->nod->type too$/;"	t
 43298  too	./cmd/compile/internal/gc/plive.go	/^			\/\/ If we added it to uevar too, we'd not see any kill$/;"	v
 43299  tooLarge	./fmt/print.go	/^func tooLarge(x int) bool {$/;"	f
 43300  tooLarge	./net/http/request.go	/^func (l *maxBytesReader) tooLarge() (n int, err error) {$/;"	f
 43301  tool	./cmd/go/tool.go	/^func tool(toolName string) string {$/;"	f
 43302  toomany	./cmd/compile/internal/gc/range.go	/^	var toomany int$/;"	v
 43303  top	./cmd/compile/internal/gc/swt.go	/^	var top int$/;"	v
 43304  top	./cmd/yacc/testdata/expr/expr.y	/^top:$/;"	l
 43305  topLevelNilPanic	./encoding/gob/encoder_test.go	/^func topLevelNilPanic(t *testing.T) (panicErr string) {$/;"	f
 43306  topofstack	./runtime/traceback.go	/^func topofstack(f *_func) bool {$/;"	f
 43307  tos	./runtime/os2_plan9.go	/^type tos struct {$/;"	t
 43308  tostr	./cmd/compile/internal/gc/const.go	/^func tostr(v Val) Val {$/;"	f
 43309  tostruct	./cmd/compile/internal/gc/dcl.go	/^func tostruct(l *NodeList) *Type {$/;"	f
 43310  total	./cmd/cover/func.go	/^	var total, covered int64$/;"	v
 43311  total	./cmd/cover/html.go	/^	var total, covered int64$/;"	v
 43312  total	./cmd/pprof/internal/report/report.go	/^		var total int64$/;"	v
 43313  total	./compress/flate/huffman_code.go	/^	var total int64$/;"	v
 43314  total	./encoding/ascii85/ascii85_test.go	/^		var total int$/;"	v
 43315  total	./encoding/base32/base32_test.go	/^		var total int$/;"	v
 43316  total	./encoding/base64/base64_test.go	/^		var total int$/;"	v
 43317  total	./runtime/pprof/pprof.go	/^	var total runtime.MemProfileRecord$/;"	v
 43318  total	./runtime/pprof/pprof_test.go	/^	var total uintptr$/;"	v
 43319  totalBits	./runtime/mbitmap.go	/^	var totalBits uintptr$/;"	v
 43320  totalValue	./cmd/pprof/internal/report/report.go	/^	var totalValue int64$/;"	v
 43321  totaldefersize	./runtime/panic.go	/^func totaldefersize(siz uintptr) uintptr {$/;"	f
 43322  touch	./os/os_test.go	/^func touch(t *testing.T, name string) {$/;"	f
 43323  touch	./path/filepath/path_test.go	/^func touch(t *testing.T, name string) {$/;"	f
 43324  tounsigned	./cmd/compile/internal/gc/subr.go	/^func tounsigned(t *Type) *Type {$/;"	f
 43325  tp	./cmd/compile/internal/gc/typecheck.go	/^		var tp *Type$/;"	v
 43326  tp	./runtime/netpoll_kqueue.go	/^	var tp *timespec$/;"	v
 43327  tpchs	./net/server_test.go	/^		var tpchs []chan error$/;"	v
 43328  tr	./cmd/compile/internal/arm64/ggen.go	/^	var tr gc.Node$/;"	v
 43329  tr	./cmd/compile/internal/ppc64/ggen.go	/^	var tr gc.Node$/;"	v
 43330  tr	./time/sleep_test.go	/^	var tr Timer$/;"	v
 43331  trace	./go/parser/parser.go	/^func trace(p *parser, msg string) *parser {$/;"	f
 43332  trace	./go/printer/testdata/parser.go	/^func trace(p *parser, msg string) *parser {$/;"	f
 43333  trace	./go/types/errors.go	/^func (check *Checker) trace(pos token.Pos, format string, args ...interface{}) {$/;"	f
 43334  trace	./runtime/trace.go	/^var trace struct {$/;"	v
 43335  traceAcquireBuffer	./runtime/trace.go	/^func traceAcquireBuffer() (mp *m, pid int32, bufp **traceBuf) {$/;"	f
 43336  traceAlloc	./runtime/trace.go	/^type traceAlloc struct {$/;"	t
 43337  traceAllocBlock	./runtime/trace.go	/^type traceAllocBlock struct {$/;"	t
 43338  traceAppend	./runtime/trace.go	/^func traceAppend(buf []byte, v uint64) []byte {$/;"	f
 43339  traceBuf	./runtime/trace.go	/^type traceBuf struct {$/;"	t
 43340  traceBufHeader	./runtime/trace.go	/^type traceBufHeader struct {$/;"	t
 43341  traceContext	./cmd/trace/trace.go	/^type traceContext struct {$/;"	t
 43342  traceEvent	./runtime/trace.go	/^func traceEvent(ev byte, skip int, args ...uint64) {$/;"	f
 43343  traceFlush	./runtime/trace.go	/^func traceFlush(buf *traceBuf) *traceBuf {$/;"	f
 43344  traceFullDequeue	./runtime/trace.go	/^func traceFullDequeue() *traceBuf {$/;"	f
 43345  traceFullQueue	./runtime/trace.go	/^func traceFullQueue(buf *traceBuf) {$/;"	f
 43346  traceGCDone	./runtime/trace.go	/^func traceGCDone() {$/;"	f
 43347  traceGCScanDone	./runtime/trace.go	/^func traceGCScanDone() {$/;"	f
 43348  traceGCScanStart	./runtime/trace.go	/^func traceGCScanStart() {$/;"	f
 43349  traceGCStart	./runtime/trace.go	/^func traceGCStart() {$/;"	f
 43350  traceGCSweepDone	./runtime/trace.go	/^func traceGCSweepDone() {$/;"	f
 43351  traceGCSweepStart	./runtime/trace.go	/^func traceGCSweepStart() {$/;"	f
 43352  traceGoCreate	./runtime/trace.go	/^func traceGoCreate(newg *g, pc uintptr) {$/;"	f
 43353  traceGoEnd	./runtime/trace.go	/^func traceGoEnd() {$/;"	f
 43354  traceGoPark	./runtime/trace.go	/^func traceGoPark(traceEv byte, skip int, gp *g) {$/;"	f
 43355  traceGoPreempt	./runtime/trace.go	/^func traceGoPreempt() {$/;"	f
 43356  traceGoSched	./runtime/trace.go	/^func traceGoSched() {$/;"	f
 43357  traceGoStart	./runtime/trace.go	/^func traceGoStart() {$/;"	f
 43358  traceGoSysBlock	./runtime/trace.go	/^func traceGoSysBlock(pp *p) {$/;"	f
 43359  traceGoSysCall	./runtime/trace.go	/^func traceGoSysCall() {$/;"	f
 43360  traceGoSysExit	./runtime/trace.go	/^func traceGoSysExit(seq uint64, ts int64) {$/;"	f
 43361  traceGoUnpark	./runtime/trace.go	/^func traceGoUnpark(gp *g, skip int) {$/;"	f
 43362  traceGomaxprocs	./runtime/trace.go	/^func traceGomaxprocs(procs int32) {$/;"	f
 43363  traceHeapAlloc	./runtime/trace.go	/^func traceHeapAlloc() {$/;"	f
 43364  traceNextGC	./runtime/trace.go	/^func traceNextGC() {$/;"	f
 43365  traceParams	./cmd/trace/trace.go	/^type traceParams struct {$/;"	t
 43366  traceProcFree	./runtime/trace.go	/^func traceProcFree(pp *p) {$/;"	f
 43367  traceProcStart	./runtime/trace.go	/^func traceProcStart() {$/;"	f
 43368  traceProcStop	./runtime/trace.go	/^func traceProcStop(pp *p) {$/;"	f
 43369  traceReader	./runtime/trace.go	/^func traceReader() *g {$/;"	f
 43370  traceReleaseBuffer	./runtime/trace.go	/^func traceReleaseBuffer(pid int32) {$/;"	f
 43371  traceStack	./runtime/trace.go	/^type traceStack struct {$/;"	t
 43372  traceStackTable	./runtime/trace.go	/^type traceStackTable struct {$/;"	t
 43373  tracealloc	./runtime/mprof.go	/^func tracealloc(p unsafe.Pointer, size uintptr, typ *_type) {$/;"	f
 43374  traceback	./runtime/traceback.go	/^func traceback(pc, sp, lr uintptr, gp *g) {$/;"	f
 43375  traceback1	./runtime/traceback.go	/^func traceback1(pc, sp, lr uintptr, gp *g, flags uint) {$/;"	f
 43376  traceback_cache	./runtime/runtime1.go	/^var traceback_cache uint32 = 2 << 1$/;"	v
 43377  tracebackbuf	./runtime/env_plan9.go	/^var tracebackbuf [128]byte$/;"	v
 43378  tracebackdefers	./runtime/traceback.go	/^func tracebackdefers(gp *g, callback func(*stkframe, unsafe.Pointer) bool, v unsafe.Pointer) {$/;"	f
 43379  tracebackinit	./runtime/traceback.go	/^func tracebackinit() {$/;"	f
 43380  tracebackothers	./runtime/traceback.go	/^func tracebackothers(me *g) {$/;"	f
 43381  tracebacktrap	./runtime/traceback.go	/^func tracebacktrap(pc, sp, lr uintptr, gp *g) {$/;"	f
 43382  tracefree	./runtime/mprof.go	/^func tracefree(p unsafe.Pointer, size uintptr) {$/;"	f
 43383  tracegc	./runtime/mprof.go	/^func tracegc() {$/;"	f
 43384  tracelock	./runtime/mprof.go	/^var tracelock mutex$/;"	v
 43385  traceseq	./runtime/trace.go	/^var traceseq uint64 \/\/ global trace sequence number$/;"	v
 43386  tracestamp	./runtime/trace.go	/^func tracestamp() (seq uint64, ts int64) {$/;"	f
 43387  track	./cmd/compile/internal/gc/esc.go	/^func (e *EscState) track(n *Node) {$/;"	f
 43388  trackLastConnListener	./net/http/serve_test.go	/^type trackLastConnListener struct {$/;"	t
 43389  trackpkg	./cmd/compile/internal/gc/go.go	/^var trackpkg *Pkg \/\/ fake package for field tracking$/;"	v
 43390  tracksym	./cmd/compile/internal/gc/reflect.go	/^func tracksym(t *Type) *Sym {$/;"	f
 43391  trailer	./runtime/mbitmap.go	/^		var trailer [40]byte \/\/ 3 varints (max 10 each) + some bytes$/;"	v
 43392  trailerKeys	./net/http/httputil/reverseproxy.go	/^		var trailerKeys []string$/;"	v
 43393  trailingPort	./net/http/cgi/host.go	/^var trailingPort = regexp.MustCompile(`:([0-9]+)$`)$/;"	v
 43394  trailingZeroBits	./cmd/compile/internal/big/nat.go	/^func (x nat) trailingZeroBits() uint {$/;"	f
 43395  trailingZeroBits	./cmd/compile/internal/big/nat.go	/^func trailingZeroBits(x Word) uint {$/;"	f
 43396  trailingZeroBits	./math/big/nat.go	/^func (x nat) trailingZeroBits() uint {$/;"	f
 43397  trailingZeroBits	./math/big/nat.go	/^func trailingZeroBits(x Word) uint {$/;"	f
 43398  transceiver	./net/mockserver_test.go	/^func transceiver(c Conn, wb []byte, ch chan<- error) {$/;"	f
 43399  transferReader	./net/http/transfer.go	/^type transferReader struct {$/;"	t
 43400  transferWriter	./net/http/transfer.go	/^type transferWriter struct {$/;"	t
 43401  transformclosure	./cmd/compile/internal/gc/closure.go	/^func transformclosure(xfunc *Node) {$/;"	f
 43402  transitionFunc	./html/template/transition.go	/^var transitionFunc = [...]func(context, []byte) (context, int){$/;"	v
 43403  translate	./encoding/xml/xml.go	/^func (d *Decoder) translate(n *Name, isElementName bool) {$/;"	f
 43404  transponder	./net/mockserver_test.go	/^func transponder(ln Listener, ch chan<- error) {$/;"	f
 43405  transport	./net/http/client.go	/^func (c *Client) transport() RoundTripper {$/;"	f
 43406  transportRequest	./net/http/transport.go	/^type transportRequest struct {$/;"	t
 43407  trap	./runtime/signal_darwin_arm.go	/^func (c *sigctxt) trap() uint32    { return 0 }$/;"	f
 43408  trap	./runtime/signal_freebsd_arm.go	/^func (c *sigctxt) trap() uint32    { return 0 }$/;"	f
 43409  trap	./runtime/signal_linux_arm.go	/^func (c *sigctxt) trap() uint32      { return c.regs().trap_no }$/;"	f
 43410  trap	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) trap() uint64  { return c.regs().trap }$/;"	f
 43411  trap	./runtime/signal_nacl_arm.go	/^func (c *sigctxt) trap() uint32    { return ^uint32(0) }$/;"	f
 43412  trap	./runtime/signal_netbsd_arm.go	/^func (c *sigctxt) trap() uint32     { return 0 }$/;"	f
 43413  trap	./runtime/signal_openbsd_arm.go	/^func (c *sigctxt) trap() uint32    { return 0 }$/;"	f
 43414  trchs	./net/server_test.go	/^		var trchs []chan error$/;"	v
 43415  tree	./debug/dwarf/testdata/typedef.c	/^typedef struct tree {$/;"	s	file:
 43416  tree	./path/filepath/path_test.go	/^var tree = &Node{$/;"	v
 43417  tree	./text/template/exec_test.go	/^	var tree = &Tree{$/;"	v
 43418  tree	./text/template/parse/node.go	/^func (a *ActionNode) tree() *Tree {$/;"	f
 43419  tree	./text/template/parse/node.go	/^func (b *BoolNode) tree() *Tree {$/;"	f
 43420  tree	./text/template/parse/node.go	/^func (b *BranchNode) tree() *Tree {$/;"	f
 43421  tree	./text/template/parse/node.go	/^func (c *ChainNode) tree() *Tree {$/;"	f
 43422  tree	./text/template/parse/node.go	/^func (c *CommandNode) tree() *Tree {$/;"	f
 43423  tree	./text/template/parse/node.go	/^func (d *DotNode) tree() *Tree {$/;"	f
 43424  tree	./text/template/parse/node.go	/^func (e *elseNode) tree() *Tree {$/;"	f
 43425  tree	./text/template/parse/node.go	/^func (e *endNode) tree() *Tree {$/;"	f
 43426  tree	./text/template/parse/node.go	/^func (f *FieldNode) tree() *Tree {$/;"	f
 43427  tree	./text/template/parse/node.go	/^func (i *IdentifierNode) tree() *Tree {$/;"	f
 43428  tree	./text/template/parse/node.go	/^func (l *ListNode) tree() *Tree {$/;"	f
 43429  tree	./text/template/parse/node.go	/^func (n *NilNode) tree() *Tree {$/;"	f
 43430  tree	./text/template/parse/node.go	/^func (n *NumberNode) tree() *Tree {$/;"	f
 43431  tree	./text/template/parse/node.go	/^func (p *PipeNode) tree() *Tree {$/;"	f
 43432  tree	./text/template/parse/node.go	/^func (s *StringNode) tree() *Tree {$/;"	f
 43433  tree	./text/template/parse/node.go	/^func (t *TemplateNode) tree() *Tree {$/;"	f
 43434  tree	./text/template/parse/node.go	/^func (t *TextNode) tree() *Tree {$/;"	f
 43435  tree	./text/template/parse/node.go	/^func (v *VariableNode) tree() *Tree {$/;"	f
 43436  tree	./text/template/parse/parse_test.go	/^		var tree *Tree$/;"	v
 43437  treeCanMatchPattern	./cmd/go/main.go	/^func treeCanMatchPattern(pattern string) func(name string) bool {$/;"	f
 43438  treeCanMatchPatternTests	./cmd/go/match_test.go	/^var treeCanMatchPatternTests = []stringPairTest{$/;"	v
 43439  treecopy	./cmd/compile/internal/gc/subr.go	/^func treecopy(n *Node, lineno int32) *Node {$/;"	f
 43440  triState	./cmd/vet/main.go	/^type triState int$/;"	t
 43441  triStateFlag	./cmd/vet/main.go	/^func triStateFlag(name string, value triState, usage string) *triState {$/;"	f
 43442  trieNode	./strings/replace.go	/^type trieNode struct {$/;"	t
 43443  trim	./cmd/compile/internal/big/decimal.go	/^func trim(x *decimal) {$/;"	f
 43444  trim	./encoding/json/scanner_test.go	/^func trim(b []byte) []byte {$/;"	f
 43445  trim	./encoding/xml/marshal.go	/^func (s *parentStack) trim(parents []string) error {$/;"	f
 43446  trim	./go/ast/print_test.go	/^func trim(s string) string {$/;"	f
 43447  trim	./math/big/decimal.go	/^func trim(x *decimal) {$/;"	f
 43448  trim	./net/textproto/reader.go	/^func trim(s []byte) []byte {$/;"	f
 43449  trim	./strconv/decimal.go	/^func trim(a *decimal) {$/;"	f
 43450  trim	./syscall/mksyscall_windows.go	/^func trim(s string) string {$/;"	f
 43451  trimComments	./cmd/cover/cover.go	/^func trimComments(file *ast.File, fset *token.FileSet) []*ast.CommentGroup {$/;"	f
 43452  trimDead	./runtime/gcinfo_test.go	/^func trimDead(mask []byte) []byte {$/;"	f
 43453  trimFuncTests	./bytes/bytes_test.go	/^var trimFuncTests = []TrimFuncTest{$/;"	v
 43454  trimFuncTests	./strings/strings_test.go	/^var trimFuncTests = []struct {$/;"	v
 43455  trimOWS	./net/http/lex.go	/^func trimOWS(x string) string {$/;"	f
 43456  trimOutput	./go/doc/testdata/benchmark.go	/^func (b *B) trimOutput() {$/;"	f
 43457  trimOutput	./testing/benchmark.go	/^func (b *B) trimOutput() {$/;"	f
 43458  trimPath	./cmd/pprof/internal/report/source.go	/^func trimPath(path string) string {$/;"	f
 43459  trimRight	./go/printer/printer.go	/^func trimRight(s string) string {$/;"	f
 43460  trimSpace	./cmd/internal/goobj/read.go	/^func trimSpace(b []byte) string {$/;"	f
 43461  trimSpace	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func trimSpace(s []byte) []byte {$/;"	f
 43462  trimSpace	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func trimSpace(s []byte) []byte {$/;"	f
 43463  trimSpace	./net/parse.go	/^func trimSpace(x []byte) []byte {$/;"	f
 43464  trimSpaceTests	./bytes/bytes_test.go	/^var trimSpaceTests = []StringTest{$/;"	v
 43465  trimSpaceTests	./strings/strings_test.go	/^var trimSpaceTests = []StringTest{$/;"	v
 43466  trimTests	./bytes/bytes_test.go	/^var trimTests = []TrimTest{$/;"	v
 43467  trimTests	./strings/strings_test.go	/^var trimTests = []struct {$/;"	v
 43468  trimTrailingWhitespace	./net/http/internal/chunked.go	/^func trimTrailingWhitespace(b []byte) []byte {$/;"	f
 43469  trimUnexportedElems	./cmd/doc/pkg.go	/^func trimUnexportedElems(spec *ast.TypeSpec) {$/;"	f
 43470  trimUnexportedFields	./cmd/doc/pkg.go	/^func trimUnexportedFields(fields *ast.FieldList, what string) *ast.FieldList {$/;"	f
 43471  trimmer	./go/printer/printer.go	/^type trimmer struct {$/;"	t
 43472  tripleDESCipher	./crypto/des/cipher.go	/^type tripleDESCipher struct {$/;"	t
 43473  tripleDESKey	./crypto/des/example_test.go	/^	var tripleDESKey []byte$/;"	v
 43474  trunc	./encoding/xml/xml.go	/^	var trunc int$/;"	v
 43475  trunc	./math/all_test.go	/^var trunc = []float64{$/;"	v
 43476  trunc	./math/floor.go	/^func trunc(x float64) float64 {$/;"	f
 43477  trunc32	./runtime/softfloat64_test.go	/^func trunc32(f float64) float64 {$/;"	f
 43478  truncate	./fmt/format.go	/^func (f *fmt) truncate(s string) string {$/;"	f
 43479  truncate	./syscall/fs_nacl.go	/^func (fs *fsys) truncate(ip *inode, length int64) error {$/;"	f
 43480  truncateRoundTests	./time/time_test.go	/^var truncateRoundTests = []struct {$/;"	v
 43481  truncateWriter	./testing/iotest/writer.go	/^type truncateWriter struct {$/;"	t
 43482  truncated	./cmd/internal/rsc.io/x86/x86asm/decode.go	/^func truncated(src []byte, mode int) (Inst, error) {$/;"	f
 43483  truncatedExplicitTagTest	./encoding/asn1/asn1_test.go	/^type truncatedExplicitTagTest struct {$/;"	t
 43484  truncfltlit	./cmd/compile/internal/gc/const.go	/^func truncfltlit(oldv *Mpflt, t *Type) *Mpflt {$/;"	f
 43485  truth	./fmt/scan_test.go	/^var truth bool$/;"	v
 43486  truth	./text/template/funcs.go	/^func truth(a interface{}) bool {$/;"	f
 43487  try	./image/gif/reader_test.go	/^func try(t *testing.T, b []byte, want string) {$/;"	f
 43488  tryAcquireSema	./net/dnsclient_unix.go	/^func (conf *resolverConfig) tryAcquireSema() bool {$/;"	f
 43489  tryBacktrack	./regexp/backtrack.go	/^func (m *machine) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool {$/;"	f
 43490  tryCompile	./regexp/exec_test.go	/^func tryCompile(s string) (re *Regexp, err error) {$/;"	f
 43491  tryCondMask	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func tryCondMask(mask, val uint32, try func([]byte)) {$/;"	f
 43492  tryDupCloexec	./net/fd_unix.go	/^var tryDupCloexec = int32(1)$/;"	v
 43493  tryGet	./runtime/mgcwork.go	/^func (ww *gcWork) tryGet() uintptr {$/;"	f
 43494  tryIdentOrType	./go/parser/parser.go	/^func (p *parser) tryIdentOrType() ast.Expr {$/;"	f
 43495  tryIdentOrType	./go/printer/testdata/parser.go	/^func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr {$/;"	f
 43496  tryOneName	./net/dnsclient_unix.go	/^func tryOneName(cfg *dnsConfig, name string, qtype uint16) (string, []dnsRR, error) {$/;"	f
 43497  tryResolve	./go/parser/parser.go	/^func (p *parser) tryResolve(x ast.Expr, collectUnresolved bool) {$/;"	f
 43498  tryType	./go/parser/parser.go	/^func (p *parser) tryType() ast.Expr {$/;"	f
 43499  tryType	./go/printer/testdata/parser.go	/^func (p *parser) tryType() ast.Expr {$/;"	f
 43500  tryUpdate	./net/dnsclient_unix.go	/^func (conf *resolverConfig) tryUpdate(name string) {$/;"	f
 43501  tryVarType	./go/parser/parser.go	/^func (p *parser) tryVarType(isParam bool) ast.Expr {$/;"	f
 43502  tryVarType	./go/printer/testdata/parser.go	/^func (p *parser) tryVarType(isParam bool) ast.Expr {$/;"	f
 43503  trygetfull	./runtime/mgcwork.go	/^func trygetfull(entry int) *workbuf {$/;"	f
 43504  trythis	./runtime/symtab_test.go	/^func trythis() { \/\/ 37$/;"	f
 43505  ts	./cmd/pprof/internal/report/report.go	/^	var ts, nts tags$/;"	v
 43506  ts	./net/http/client_test.go	/^	var ts *httptest.Server$/;"	v
 43507  ts	./regexp/testdata/testregex.c	/^static char		ts[] = "\\t\\t\\t\\t\\t\\t\\t";$/;"	v	file:
 43508  ts	./runtime/netpoll_kqueue.go	/^	var ts timespec$/;"	v
 43509  ts	./runtime/os1_freebsd.go	/^		var ts timespec$/;"	v
 43510  ts	./runtime/os1_linux.go	/^	var ts timespec$/;"	v
 43511  ts	./runtime/os1_nacl.go	/^				var ts timespec$/;"	v
 43512  ts	./runtime/os1_nacl.go	/^	var ts timespec$/;"	v
 43513  ts	./runtime/os1_netbsd.go	/^		var ts timespec$/;"	v
 43514  ts	./runtime/os1_openbsd.go	/^		var ts timespec$/;"	v
 43515  ts	./runtime/proc1.go	/^		var ts cgothreadstart$/;"	v
 43516  tsanLog	./runtime/race/race_test.go	/^	var tsanLog []string$/;"	v
 43517  tscan	./fmt/scan_test.go	/^	var tscan TwoLines$/;"	v
 43518  tscanf	./fmt/scan_test.go	/^	var tscanf TwoLines$/;"	v
 43519  tscanln	./fmt/scan_test.go	/^	var tscanln TwoLines$/;"	v
 43520  tsmallp	./reflect/all_test.go	/^type tsmallp byte$/;"	t
 43521  tsmallv	./reflect/all_test.go	/^type tsmallv byte$/;"	t
 43522  tsp	./runtime/os1_freebsd.go	/^	var tsp *timespec$/;"	v
 43523  tsp	./runtime/os1_netbsd.go	/^	var tsp *timespec$/;"	v
 43524  tsp	./runtime/os1_openbsd.go	/^	var tsp *timespec$/;"	v
 43525  tsrc	./cmd/compile/internal/x86/cgen.go	/^	var tsrc gc.Node$/;"	v
 43526  tstart_plan9	./runtime/os_plan9.go	/^func tstart_plan9(newm *m)$/;"	f
 43527  tstart_stdcall	./runtime/os2_windows.go	/^func tstart_stdcall(newm *m) uint32$/;"	f
 43528  tstart_sysvicall	./runtime/os3_solaris.go	/^func tstart_sysvicall()$/;"	f
 43529  tstates	./cmd/yacc/yacc.go	/^var tstates []int                  \/\/ states generated by terminal gotos$/;"	v
 43530  tt	./compress/gzip/gunzip_test.go	/^	var tt gunzipTest$/;"	v
 43531  tt	./time/time_test.go	/^	var tt Time$/;"	v
 43532  tv	./syscall/bpf_bsd.go	/^	var tv Timeval$/;"	v
 43533  tv	./syscall/syscall_linux.go	/^	var tv [2]Timeval$/;"	v
 43534  tv	./syscall/syscall_linux_amd64.go	/^	var tv Timeval$/;"	v
 43535  tv	./syscall/syscall_solaris.go	/^	var tv [2]Timeval$/;"	v
 43536  tw	./runtime/pprof/pprof.go	/^	var tw *tabwriter.Writer$/;"	v
 43537  twide	./cmd/compile/internal/gc/walk.go	/^				var twide *Type$/;"	v
 43538  two	./reflect/all_test.go	/^type two [2]uintptr$/;"	t
 43539  twoArgs	./text/template/exec_test.go	/^func twoArgs(a, b string) string {$/;"	f
 43540  twoIntStruct	./encoding/asn1/marshal_test.go	/^type twoIntStruct struct {$/;"	t
 43541  twoNonZero	./runtime/hash_test.go	/^func twoNonZero(h *HashSet, n int) {$/;"	f
 43542  twoarg	./cmd/compile/internal/gc/typecheck.go	/^func twoarg(n *Node) int {$/;"	f
 43543  twordp	./reflect/all_test.go	/^type twordp uintptr$/;"	t
 43544  twordv	./reflect/all_test.go	/^type twordv uintptr$/;"	t
 43545  tx	./cmd/compile/internal/big/int_test.go	/^		var tx Int$/;"	v
 43546  tx	./cmd/compile/internal/big/rat_test.go	/^			var tx Rat$/;"	v
 43547  tx	./cmd/compile/internal/big/rat_test.go	/^		var tx Rat$/;"	v
 43548  tx	./database/sql/sql.go	/^	var tx *Tx$/;"	v
 43549  tx	./encoding/json/decode_test.go	/^type tx struct {$/;"	t
 43550  tx	./math/big/int_test.go	/^		var tx Int$/;"	v
 43551  tx	./math/big/rat_test.go	/^			var tx Rat$/;"	v
 43552  tx	./math/big/rat_test.go	/^		var tx Rat$/;"	v
 43553  tx	./time/zoneinfo_plan9.go	/^	var tx []zoneTrans$/;"	v
 43554  txt	./net/dnsmsg.go	/^		var txt string$/;"	v
 43555  txt	./regexp/exec_test.go	/^	var txt io.Reader$/;"	v
 43556  ty	./cmd/link/internal/ld/ldmacho.go	/^	var ty uint32$/;"	v
 43557  typ	./cmd/compile/internal/gc/fmt.go	/^		var typ string$/;"	v
 43558  typ	./cmd/compile/internal/gc/subr.go	/^func typ(et int) *Type {$/;"	f
 43559  typ	./cmd/link/internal/ld/data.go	/^	var typ string$/;"	v
 43560  typ	./cmd/link/internal/ld/elf.go	/^	var typ int$/;"	v
 43561  typ	./cmd/vet/copylock.go	/^	var typ types.Type$/;"	v
 43562  typ	./cmd/vet/types.go	/^	\/\/ assume we have an addressable variable of type typ$/;"	t
 43563  typ	./compress/flate/token.go	/^func (t token) typ() uint32 { return uint32(t) & typeMask }$/;"	f
 43564  typ	./debug/dwarf/type.go	/^	var typ Type$/;"	v
 43565  typ	./debug/gosym/symtab.go	/^		var typ byte$/;"	v
 43566  typ	./debug/plan9obj/file.go	/^		var typ byte$/;"	v
 43567  typ	./go/doc/reader.go	/^		var typ ast.Expr$/;"	v
 43568  typ	./go/doc/reader.go	/^	var typ ast.Expr = newIdent$/;"	v
 43569  typ	./go/internal/gccgoimporter/parser.go	/^	var typ types.Type$/;"	v
 43570  typ	./go/internal/gcimporter/gcimporter.go	/^	var typ types.Type$/;"	v
 43571  typ	./go/parser/parser.go	/^	var typ ast.Expr$/;"	v
 43572  typ	./go/printer/testdata/parser.go	/^	var typ ast.Expr$/;"	v
 43573  typ	./go/types/api_test.go	/^		var typ Type$/;"	v
 43574  typ	./go/types/builtins.go	/^		var typ Type$/;"	v
 43575  typ	./go/types/call.go	/^	var typ Type$/;"	v
 43576  typ	./go/types/expr.go	/^	var typ Type$/;"	v
 43577  typ	./go/types/object.go	/^	var typ Type$/;"	v
 43578  typ	./go/types/typexpr.go	/^	var typ Type$/;"	v
 43579  typ	./go/types/typexpr.go	/^func (check *Checker) typ(e ast.Expr) Type {$/;"	f
 43580  typ	./mime/type.go	/^\/\/ type typ. The returned extensions will each begin with a leading dot, as in$/;"	t
 43581  typ	./runtime/mbitmap.go	/^\/\/ The type typ must correspond exactly to [p, p+size).$/;"	t
 43582  typ	./runtime/mbitmap.go	/^\/\/ The type typ must have a plain bitmap, not a GC program.$/;"	t
 43583  typ	./runtime/mbitmap.go	/^\/\/ holds in [x, x+dataSize) one or more values of type typ.$/;"	t
 43584  typ0	./go/internal/gcimporter/gcimporter.go	/^	var typ0 types.Type$/;"	v
 43585  typ1	./cmd/compile/internal/gc/closure.go	/^	var typ1 *Node$/;"	v
 43586  typ2Itab	./cmd/compile/internal/gc/builtin/runtime.go	/^func typ2Itab(typ *byte, typ2 *byte, cache **byte) (ret *byte)$/;"	f
 43587  typ2Itab	./runtime/iface.go	/^func typ2Itab(t *_type, inter *interfacetype, cache **itab) *itab {$/;"	f
 43588  typExpr	./go/types/typexpr.go	/^func (check *Checker) typExpr(e ast.Expr, def *Named, path []*TypeName) (T Type) {$/;"	f
 43589  typExprInternal	./go/types/typexpr.go	/^func (check *Checker) typExprInternal(e ast.Expr, def *Named, path []*TypeName) Type {$/;"	f
 43590  typOrNil	./go/types/typexpr.go	/^func (check *Checker) typOrNil(e ast.Expr) Type {$/;"	f
 43591  type	./cmd/compile/internal/gc/align.go	/^		\/\/ width of func type is pointer$/;"	f
 43592  type	./cmd/compile/internal/gc/closure.go	/^	\/\/ Force type conversion from *struct to the func type.$/;"	f
 43593  type	./encoding/gob/doc.go	/^at the top level will fail. A struct field of chan or func type is treated exactly$/;"	f
 43594  type	./reflect/type.go	/^		panic("reflect: In of non-func type")$/;"	f
 43595  type	./reflect/type.go	/^		panic("reflect: IsVariadic of non-func type")$/;"	f
 43596  type	./reflect/type.go	/^		panic("reflect: NumIn of non-func type")$/;"	f
 43597  type	./reflect/type.go	/^		panic("reflect: NumOut of non-func type")$/;"	f
 43598  type	./reflect/type.go	/^		panic("reflect: Out of non-func type")$/;"	f
 43599  type	./reflect/type.go	/^		panic("reflect: funcLayout of non-func type")$/;"	f
 43600  type	./reflect/type.go	/^	\/\/ Make a func type.$/;"	f
 43601  type0	./encoding/gob/type.go	/^	var type0, type1 gobType$/;"	v
 43602  type2IET	./cmd/compile/internal/gc/subr.go	/^func type2IET(t *Type) string {$/;"	f
 43603  typeAlg	./reflect/type.go	/^type typeAlg struct {$/;"	t
 43604  typeAlg	./runtime/alg.go	/^type typeAlg struct {$/;"	t
 43605  typeAssertion	./go/types/expr.go	/^func (check *Checker) typeAssertion(pos token.Pos, x *operand, xtyp *Interface, T Type) {$/;"	f
 43606  typeBitsBulkBarrier	./runtime/mbitmap.go	/^func typeBitsBulkBarrier(typ *_type, p, size uintptr) {$/;"	f
 43607  typeByIndex	./encoding/json/encode.go	/^func typeByIndex(t reflect.Type, index []int) reflect.Type {$/;"	f
 43608  typeCacheBucket	./runtime/heapdump.go	/^type typeCacheBucket struct {$/;"	t
 43609  typeConv	./cmd/cgo/gcc.go	/^type typeConv struct {$/;"	t
 43610  typeDecl	./go/types/decl.go	/^func (check *Checker) typeDecl(obj *TypeName, typ ast.Expr, def *Named, path []*TypeName) {$/;"	f
 43611  typeDefinition	./encoding/gob/debug.go	/^func (deb *debugger) typeDefinition(indent tab, id typeId) {$/;"	f
 43612  typeEncoder	./encoding/json/encode.go	/^func typeEncoder(t reflect.Type) encoderFunc {$/;"	f
 43613  typeFields	./encoding/json/encode.go	/^func typeFields(t reflect.Type) []field {$/;"	f
 43614  typeFiles	./mime/type_plan9.go	/^var typeFiles = []string{$/;"	v
 43615  typeFiles	./mime/type_unix.go	/^var typeFiles = []string{$/;"	v
 43616  typeFlatten	./cmd/vet/method.go	/^func typeFlatten(l []*ast.Field) []ast.Expr {$/;"	f
 43617  typeId	./encoding/gob/debug.go	/^func (deb *debugger) typeId() typeId {$/;"	f
 43618  typeId	./encoding/gob/type.go	/^type typeId int32$/;"	t
 43619  typeInfo	./encoding/gob/type.go	/^type typeInfo struct {$/;"	t
 43620  typeInfo	./encoding/xml/typeinfo.go	/^type typeInfo struct {$/;"	t
 43621  typeInfoMap	./encoding/gob/type.go	/^var typeInfoMap atomic.Value$/;"	v
 43622  typeLock	./encoding/gob/type.go	/^var typeLock sync.Mutex \/\/ set while building a type$/;"	v
 43623  typeOf	./text/template/exec_test.go	/^func typeOf(arg interface{}) string {$/;"	f
 43624  typeOfError	./net/rpc/server.go	/^var typeOfError = reflect.TypeOf((*error)(nil)).Elem()$/;"	v
 43625  typeParserTests	./go/internal/gccgoimporter/parser_test.go	/^var typeParserTests = []struct {$/;"	v
 43626  typePath	./cmd/vet/copylock.go	/^type typePath []types.Type$/;"	t
 43627  typeReader	./debug/dwarf/type.go	/^type typeReader interface {$/;"	t
 43628  typeString	./cmd/api/goapi.go	/^func (w *Walker) typeString(typ types.Type) string {$/;"	f
 43629  typeString	./encoding/gob/decode.go	/^func (dec *Decoder) typeString(remoteId typeId) string {$/;"	f
 43630  typeString	./net/internal/socktest/switch_posix.go	/^func typeString(sotype int) string {$/;"	f
 43631  typeString	./net/internal/socktest/switch_stub.go	/^func typeString(sotype int) string { return "<nil>" }$/;"	f
 43632  typeStrings	./debug/elf/elf.go	/^var typeStrings = []intName{$/;"	v
 43633  typeSummary	./cmd/doc/pkg.go	/^func (pkg *Package) typeSummary() {$/;"	f
 43634  typeSwitch	./cmd/compile/internal/gc/swt.go	/^type typeSwitch struct {$/;"	t
 43635  typeSym	./cmd/compile/internal/gc/typecheck.go	/^type typeSym struct {$/;"	t
 43636  typeT	./encoding/gob/type_test.go	/^type typeT struct {$/;"	t
 43637  typeTests	./reflect/all_test.go	/^var typeTests = []pair{$/;"	v
 43638  typeUnit	./debug/dwarf/typeunit.go	/^type typeUnit struct {$/;"	t
 43639  typeUnitReader	./debug/dwarf/typeunit.go	/^type typeUnitReader struct {$/;"	t
 43640  type_	./cmd/link/internal/ld/lib.go	/^				var type_ int$/;"	v
 43641  type_	./cmd/link/internal/ld/symtab.go	/^	var type_ int$/;"	v
 43642  typecache	./runtime/heapdump.go	/^var typecache [typeCacheBuckets]typeCacheBucket$/;"	v
 43643  typecheck	./cmd/compile/internal/gc/typecheck.go	/^func typecheck(np **Node, top int) *Node {$/;"	f
 43644  typecheck	./cmd/fix/typecheck.go	/^func typecheck(cfg *TypeConfig, f *ast.File) (typeof map[interface{}]string, assign map[string][]interface{}) {$/;"	f
 43645  typecheck	./go/types/stdlib_test.go	/^func typecheck(t *testing.T, path string, filenames []string) {$/;"	f
 43646  typecheck1	./cmd/compile/internal/gc/typecheck.go	/^func typecheck1(np **Node, top int) {$/;"	f
 43647  typecheck1	./cmd/fix/typecheck.go	/^func typecheck1(cfg *TypeConfig, f interface{}, typeof map[interface{}]string, assign map[string][]interface{}) {$/;"	f
 43648  typecheck_tcfree	./cmd/compile/internal/gc/typecheck.go	/^var typecheck_tcfree *NodeList$/;"	v
 43649  typecheck_tcstack	./cmd/compile/internal/gc/typecheck.go	/^var typecheck_tcstack *NodeList$/;"	v
 43650  typecheckas	./cmd/compile/internal/gc/typecheck.go	/^func typecheckas(n *Node) {$/;"	f
 43651  typecheckas2	./cmd/compile/internal/gc/typecheck.go	/^func typecheckas2(n *Node) {$/;"	f
 43652  typecheckaste	./cmd/compile/internal/gc/typecheck.go	/^func typecheckaste(op int, call *Node, isddd bool, tstruct *Type, nl *NodeList, desc func() string) {$/;"	f
 43653  typecheckclosure	./cmd/compile/internal/gc/closure.go	/^func typecheckclosure(func_ *Node, top int) {$/;"	f
 43654  typecheckcomplit	./cmd/compile/internal/gc/typecheck.go	/^func typecheckcomplit(np **Node) {$/;"	f
 43655  typecheckdef	./cmd/compile/internal/gc/typecheck.go	/^func typecheckdef(n *Node) *Node {$/;"	f
 43656  typecheckdefstack	./cmd/compile/internal/gc/typecheck.go	/^var typecheckdefstack *NodeList$/;"	v
 43657  typecheckdeftype	./cmd/compile/internal/gc/typecheck.go	/^func typecheckdeftype(n *Node) {$/;"	f
 43658  typecheckfunc	./cmd/compile/internal/gc/typecheck.go	/^func typecheckfunc(n *Node) {$/;"	f
 43659  typecheckinl	./cmd/compile/internal/gc/inl.go	/^func typecheckinl(fn *Node) {$/;"	f
 43660  typechecklist	./cmd/compile/internal/gc/typecheck.go	/^func typechecklist(l *NodeList, top int) {$/;"	f
 43661  typecheckok	./cmd/compile/internal/gc/go.go	/^var typecheckok int$/;"	v
 43662  typecheckpartialcall	./cmd/compile/internal/gc/closure.go	/^func typecheckpartialcall(fn *Node, sym *Node) {$/;"	f
 43663  typecheckrange	./cmd/compile/internal/gc/range.go	/^func typecheckrange(n *Node) {$/;"	f
 43664  typecheckselect	./cmd/compile/internal/gc/select.go	/^func typecheckselect(sel *Node) {$/;"	f
 43665  typecheckswitch	./cmd/compile/internal/gc/swt.go	/^func typecheckswitch(n *Node) {$/;"	f
 43666  typedcl	./cmd/compile/internal/gc/go.y	/^typedcl:$/;"	l
 43667  typedcl0	./cmd/compile/internal/gc/dcl.go	/^func typedcl0(s *Sym) *Node {$/;"	f
 43668  typedcl1	./cmd/compile/internal/gc/dcl.go	/^func typedcl1(n *Node, t *Node, local bool) *Node {$/;"	f
 43669  typedcl_list	./cmd/compile/internal/gc/go.y	/^typedcl_list:$/;"	l
 43670  typedclname	./cmd/compile/internal/gc/go.y	/^typedclname:$/;"	l
 43671  typedef	./cmd/cgo/gcc.go	/^var typedef = make(map[string]*Type)$/;"	v
 43672  typedefTests	./debug/dwarf/type_test.go	/^var typedefTests = map[string]string{$/;"	v
 43673  typedefs	./cmd/compile/internal/amd64/galign.go	/^var typedefs = []gc.Typedef{$/;"	v
 43674  typedefs	./cmd/compile/internal/arm/galign.go	/^var typedefs = []gc.Typedef{$/;"	v
 43675  typedefs	./cmd/compile/internal/arm64/galign.go	/^var typedefs = []gc.Typedef{$/;"	v
 43676  typedefs	./cmd/compile/internal/ppc64/galign.go	/^var typedefs = []gc.Typedef{$/;"	v
 43677  typedefs	./cmd/compile/internal/x86/galign.go	/^var typedefs = []gc.Typedef{$/;"	v
 43678  typedmemmove	./cmd/compile/internal/gc/builtin/runtime.go	/^func typedmemmove(typ *byte, dst *any, src *any)$/;"	f
 43679  typedmemmove	./reflect/value.go	/^func typedmemmove(t *rtype, dst, src unsafe.Pointer)$/;"	f
 43680  typedmemmove	./runtime/mbarrier.go	/^func typedmemmove(typ *_type, dst, src unsafe.Pointer) {$/;"	f
 43681  typedmemmovepartial	./reflect/value.go	/^func typedmemmovepartial(t *rtype, dst, src unsafe.Pointer, off, size uintptr)$/;"	f
 43682  typedslicecopy	./cmd/compile/internal/gc/builtin/runtime.go	/^func typedslicecopy(typ *byte, dst any, src any) int$/;"	f
 43683  typedslicecopy	./reflect/value.go	/^func typedslicecopy(elemType *rtype, dst, src sliceHeader) int$/;"	f
 43684  typedslicecopy	./runtime/mbarrier.go	/^func typedslicecopy(typ *_type, dst, src slice) int {$/;"	f
 43685  typefmt	./cmd/compile/internal/gc/fmt.go	/^func typefmt(t *Type, flag int) string {$/;"	f
 43686  typehash	./cmd/compile/internal/gc/subr.go	/^func typehash(t *Type) uint32 {$/;"	f
 43687  typeinit	./cmd/compile/internal/gc/align.go	/^func typeinit() {$/;"	f
 43688  typekind	./cmd/compile/internal/gc/typecheck.go	/^func typekind(t *Type) string {$/;"	f
 43689  typelinkpkg	./cmd/compile/internal/gc/go.go	/^var typelinkpkg *Pkg \/\/ fake package for runtime type info (data)$/;"	v
 43690  typelinks	./reflect/type.go	/^func typelinks() [][]*rtype$/;"	f
 43691  typelinksym	./cmd/compile/internal/gc/reflect.go	/^func typelinksym(t *Type) *Sym {$/;"	f
 43692  typename	./cmd/compile/internal/gc/reflect.go	/^func typename(t *Type) *Node {$/;"	f
 43693  typenamesym	./cmd/compile/internal/gc/reflect.go	/^func typenamesym(t *Type) *Sym {$/;"	f
 43694  typenod	./cmd/compile/internal/gc/dcl.go	/^func typenod(t *Type) *Node {$/;"	f
 43695  typeof	./cmd/fix/typecheck.go	/^func (cfg *TypeConfig) typeof(name string) string {$/;"	f
 43696  typeone	./cmd/compile/internal/gc/swt.go	/^func (s *typeSwitch) typeone(t *Node) *Node {$/;"	f
 43697  typepkg	./cmd/compile/internal/gc/go.go	/^var typepkg *Pkg \/\/ fake package for runtime type info (headers)$/;"	v
 43698  typeptrdata	./cmd/compile/internal/gc/reflect.go	/^func typeptrdata(t *Type) int64 {$/;"	f
 43699  types	./encoding/gob/decgen.go	/^var types = []Type{$/;"	v
 43700  types	./encoding/gob/encgen.go	/^var types = []Type{$/;"	v
 43701  types	./encoding/gob/type.go	/^var types = make(map[reflect.Type]gobType)$/;"	v
 43702  typesByString	./reflect/type.go	/^func typesByString(s string) []*rtype {$/;"	f
 43703  typesMustMatch	./reflect/value.go	/^func typesMustMatch(what string, t1, t2 Type) {$/;"	f
 43704  typeset	./cmd/yacc/yacc.go	/^var typeset [NTYPES]string \/\/ pointers to type tags$/;"	v
 43705  typestring	./reflect/all_test.go	/^func typestring(i interface{}) string { return TypeOf(i).String() }$/;"	f
 43706  typestring	./runtime/error.go	/^func typestring(x interface{}) string {$/;"	f
 43707  typesw	./cmd/compile/internal/gc/go.go	/^var typesw *Node$/;"	v
 43708  typesym	./cmd/compile/internal/gc/reflect.go	/^func typesym(t *Type) *Sym {$/;"	f
 43709  typesymprefix	./cmd/compile/internal/gc/reflect.go	/^func typesymprefix(prefix string, t *Type) *Sym {$/;"	f
 43710  typs	./go/internal/gccgoimporter/parser.go	/^	var typs []*types.Named$/;"	v
 43711  typstr	./debug/dwarf/type_test.go	/^			var typstr string$/;"	v
 43712  tystate	./cmd/yacc/yacc.go	/^var tystate = make([]int, NSTATES) \/\/ contains type information about the states$/;"	v
 43713  u0	./encoding/gob/codec_test.go	/^	var u0 U$/;"	v
 43714  u1	./encoding/gob/codec_test.go	/^	var u1 U$/;"	v
 43715  u16	./cmd/vet/testdata/shift.go	/^	var u16 uint16$/;"	v
 43716  u2	./encoding/binary/binary_test.go	/^	var u2 Unexported$/;"	v
 43717  u32	./cmd/vet/testdata/shift.go	/^	var u32 uint32$/;"	v
 43718  u32	./regexp/syntax/prog.go	/^func u32(i uint32) string {$/;"	f
 43719  u5	./go/doc/testdata/e.go	/^type u5 struct {$/;"	t
 43720  u64	./cmd/vet/testdata/shift.go	/^	var u64 uint64$/;"	v
 43721  u8	./cmd/vet/testdata/shift.go	/^	var u8 uint8$/;"	v
 43722  uadd	./cmd/compile/internal/big/float.go	/^func (z *Float) uadd(x, y *Float) {$/;"	f
 43723  uadd	./math/big/float.go	/^func (z *Float) uadd(x, y *Float) {$/;"	f
 43724  uc	./runtime/os1_netbsd.go	/^	var uc ucontextt$/;"	v
 43725  uc	./syscall/syscall_unix_test.go	/^	var uc *net.UnixConn$/;"	v
 43726  ucmp	./cmd/compile/internal/big/float.go	/^func (x *Float) ucmp(y *Float) int {$/;"	f
 43727  ucmp	./math/big/float.go	/^func (x *Float) ucmp(y *Float) int {$/;"	f
 43728  ucontext	./runtime/defs1_solaris_amd64.go	/^type ucontext struct {$/;"	t
 43729  ucontext	./runtime/defs_darwin_386.go	/^type ucontext struct {$/;"	t
 43730  ucontext	./runtime/defs_darwin_amd64.go	/^type ucontext struct {$/;"	t
 43731  ucontext	./runtime/defs_darwin_arm.go	/^type ucontext struct {$/;"	t
 43732  ucontext	./runtime/defs_darwin_arm64.go	/^type ucontext struct {$/;"	t
 43733  ucontext	./runtime/defs_dragonfly_amd64.go	/^type ucontext struct {$/;"	t
 43734  ucontext	./runtime/defs_freebsd_386.go	/^type ucontext struct {$/;"	t
 43735  ucontext	./runtime/defs_freebsd_amd64.go	/^type ucontext struct {$/;"	t
 43736  ucontext	./runtime/defs_freebsd_arm.go	/^type ucontext struct {$/;"	t
 43737  ucontext	./runtime/defs_linux_386.go	/^type ucontext struct {$/;"	t
 43738  ucontext	./runtime/defs_linux_amd64.go	/^type ucontext struct {$/;"	t
 43739  ucontext	./runtime/defs_linux_arm.go	/^type ucontext struct {$/;"	t
 43740  ucontext	./runtime/defs_linux_arm64.go	/^type ucontext struct {$/;"	t
 43741  ucontext	./runtime/defs_linux_ppc64.go	/^type ucontext struct {$/;"	t
 43742  ucontext	./runtime/defs_linux_ppc64le.go	/^type ucontext struct {$/;"	t
 43743  ucontextt	./runtime/defs1_netbsd_386.go	/^type ucontextt struct {$/;"	t
 43744  ucontextt	./runtime/defs1_netbsd_amd64.go	/^type ucontextt struct {$/;"	t
 43745  ucontextt	./runtime/defs1_netbsd_arm.go	/^type ucontextt struct {$/;"	t
 43746  ucred	./syscall/creds_test.go	/^	var ucred syscall.Ucred$/;"	v
 43747  udiv_by_0	./runtime/vlop_arm.s	/^udiv_by_0:$/;"	l
 43748  udiv_by_0_or_1	./runtime/vlop_arm.s	/^udiv_by_0_or_1:$/;"	l
 43749  udiv_by_large_d	./runtime/vlop_arm.s	/^udiv_by_large_d:$/;"	l
 43750  udpConnLocalNameTests	./net/udp_test.go	/^var udpConnLocalNameTests = []struct {$/;"	v
 43751  udpHeader	./net/udpsock_plan9.go	/^type udpHeader struct {$/;"	t
 43752  udpListenerTests	./net/listen_test.go	/^var udpListenerTests = []struct {$/;"	v
 43753  udpServerTests	./net/server_test.go	/^var udpServerTests = []struct {$/;"	v
 43754  uexpr	./cmd/compile/internal/gc/go.y	/^uexpr:$/;"	l
 43755  ufmt	./net/url/url_test.go	/^func ufmt(u *URL) string {$/;"	f
 43756  uinptr	./runtime/os2_plan9.go	/^type uinptr _Plink$/;"	t
 43757  uint	./builtin/builtin.go	/^type uint uint$/;"	t
 43758  uint	./cmd/link/internal/ld/ldmacho.go	/^	cputype    uint$/;"	t
 43759  uint	./cmd/link/internal/ld/ldmacho.go	/^	subcputype uint$/;"	t
 43760  uint	./debug/dwarf/buf.go	/^func (b *buf) uint() uint64 {$/;"	f
 43761  uint	./encoding/gob/debug.go	/^func (deb *debugger) uint() uint {$/;"	f
 43762  uint	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind uint but not type uint. TODO: We can handle this unsafely.$/;"	t
 43763  uint	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind uint but not type uint. TODO: We can handle this unsafely.$/;"	t
 43764  uint	./go/doc/testdata/b.go	/^type uint struct{} \/\/ overrides a predeclared type uint$/;"	t
 43765  uint	./go/types/issues_test.go	/^				want = Typ[Uint] \/\/ because of "+ s", s is of type uint$/;"	t
 43766  uint16	./archive/zip/reader.go	/^func (b *readBuf) uint16() uint16 {$/;"	f
 43767  uint16	./archive/zip/writer.go	/^func (b *writeBuf) uint16(v uint16) {$/;"	f
 43768  uint16	./builtin/builtin.go	/^type uint16 uint16$/;"	t
 43769  uint16	./cmd/compile/internal/gc/esc.go	/^func escMax(e, etype uint16) uint16 {$/;"	t
 43770  uint16	./debug/dwarf/buf.go	/^func (b *buf) uint16() uint16 {$/;"	f
 43771  uint16	./encoding/binary/binary.go	/^func (d *decoder) uint16() uint16 {$/;"	f
 43772  uint16	./encoding/binary/binary.go	/^func (e *encoder) uint16(x uint16) {$/;"	f
 43773  uint16	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind uint16 but not type uint16. TODO: We can handle this unsafely.$/;"	t
 43774  uint16	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind uint16 but not type uint16. TODO: We can handle this unsafely.$/;"	t
 43775  uint16	./net/dnsclient.go	/^func answer(name, server string, dns *dnsMsg, qtype uint16) (cname string, addrs []dnsRR, err error) {$/;"	t
 43776  uint16	./net/dnsclient_unix.go	/^			go func(qtype uint16) {$/;"	t
 43777  uint16	./net/dnsclient_unix.go	/^func exchange(server, name string, qtype uint16, timeout time.Duration) (*dnsMsg, error) {$/;"	t
 43778  uint16	./net/dnsclient_unix.go	/^func lookup(name string, qtype uint16) (cname string, rrs []dnsRR, err error) {$/;"	t
 43779  uint16	./net/dnsclient_unix.go	/^func tryOneName(cfg *dnsConfig, name string, qtype uint16) (string, []dnsRR, error) {$/;"	t
 43780  uint16	./net/dnsclient_unix_test.go	/^	qtype   uint16$/;"	t
 43781  uint16	./net/dnsclient_unix_test.go	/^	qtype uint16$/;"	t
 43782  uint16	./net/dnsmsg.go	/^	Qtype  uint16$/;"	t
 43783  uint16	./net/dnsmsg.go	/^	Rrtype   uint16$/;"	t
 43784  uint16	./net/lookup_windows.go	/^func validRecs(r *syscall.DNSRecord, dnstype uint16, name string) []*syscall.DNSRecord {$/;"	t
 43785  uint16	./runtime/defs1_solaris_amd64.go	/^	sem_type  uint16$/;"	t
 43786  uint16	./runtime/defs_dragonfly_amd64.go	/^	_type uint16$/;"	t
 43787  uint16	./runtime/defs_freebsd_386.go	/^	_type uint16$/;"	t
 43788  uint16	./runtime/defs_freebsd_amd64.go	/^	_type uint16$/;"	t
 43789  uint16	./runtime/defs_freebsd_arm.go	/^	_type uint16$/;"	t
 43790  uint16	./runtime/vdso_linux_amd64.go	/^	e_type      uint16           \/* Object file type *\/$/;"	t
 43791  uint16	./syscall/syscall_linux.go	/^	Hatype   uint16$/;"	t
 43792  uint16	./syscall/syscall_windows.go	/^\/\/sys	DnsQuery(name string, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) = dnsapi.DnsQuery_W$/;"	t
 43793  uint16	./syscall/zsyscall_windows.go	/^func DnsQuery(name string, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {$/;"	t
 43794  uint16	./syscall/zsyscall_windows.go	/^func _DnsQuery(name *uint16, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {$/;"	t
 43795  uint16	./syscall/ztypes_linux_386.go	/^	Hatype   uint16$/;"	t
 43796  uint16	./syscall/ztypes_linux_amd64.go	/^	Hatype   uint16$/;"	t
 43797  uint16	./syscall/ztypes_linux_arm.go	/^	Hatype   uint16$/;"	t
 43798  uint16	./syscall/ztypes_linux_arm64.go	/^	Hatype   uint16$/;"	t
 43799  uint16	./syscall/ztypes_linux_ppc64.go	/^	Hatype   uint16$/;"	t
 43800  uint16	./syscall/ztypes_linux_ppc64le.go	/^	Hatype   uint16$/;"	t
 43801  uint32	./archive/zip/reader.go	/^func (b *readBuf) uint32() uint32 {$/;"	f
 43802  uint32	./archive/zip/writer.go	/^func (b *writeBuf) uint32(v uint32) {$/;"	f
 43803  uint32	./builtin/builtin.go	/^type uint32 uint32$/;"	t
 43804  uint32	./cmd/link/internal/ld/data.go	/^			\/\/ uchar, and Plan 9 8c incorrectly treats the expression as type uint32$/;"	t
 43805  uint32	./cmd/link/internal/ld/elf.go	/^	n_type   uint32$/;"	t
 43806  uint32	./cmd/link/internal/ld/ldmacho.go	/^	filetype   uint32$/;"	t
 43807  uint32	./debug/dwarf/buf.go	/^func (b *buf) uint32() uint32 {$/;"	f
 43808  uint32	./encoding/binary/binary.go	/^func (d *decoder) uint32() uint32 {$/;"	f
 43809  uint32	./encoding/binary/binary.go	/^func (e *encoder) uint32(x uint32) {$/;"	f
 43810  uint32	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind uint32 but not type uint32. TODO: We can handle this unsafely.$/;"	t
 43811  uint32	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind uint32 but not type uint32. TODO: We can handle this unsafely.$/;"	t
 43812  uint32	./internal/syscall/windows/registry/export_test.go	/^func (k Key) SetValue(name string, valtype uint32, data []byte) error {$/;"	t
 43813  uint32	./internal/syscall/windows/registry/registry_test.go	/^func testErrUnexpectedType(t *testing.T, test ValueTest, gottype uint32, err error) {$/;"	t
 43814  uint32	./internal/syscall/windows/registry/syscall.go	/^\/\/sys	regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW$/;"	t
 43815  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) GetBinaryValue(name string) (val []byte, valtype uint32, err error) {$/;"	t
 43816  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) GetIntegerValue(name string) (val uint64, valtype uint32, err error) {$/;"	t
 43817  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) GetStringValue(name string) (val string, valtype uint32, err error) {$/;"	t
 43818  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) GetStringsValue(name string) (val []string, valtype uint32, err error) {$/;"	t
 43819  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) GetValue(name string, buf []byte) (n int, valtype uint32, err error) {$/;"	t
 43820  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) getValue(name string, buf []byte) (date []byte, valtype uint32, err error) {$/;"	t
 43821  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) setStringValue(name string, valtype uint32, value string) error {$/;"	t
 43822  uint32	./internal/syscall/windows/registry/value.go	/^func (k Key) setValue(name string, valtype uint32, data []byte) error {$/;"	t
 43823  uint32	./internal/syscall/windows/registry/zsyscall_windows.go	/^func regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) {$/;"	t
 43824  uint32	./runtime/cgo/libcgo.h	/^typedef uint32_t uint32;$/;"	t
 43825  uint32	./runtime/defs_windows_386.go	/^	dwprocessortype             uint32$/;"	t
 43826  uint32	./runtime/defs_windows_amd64.go	/^	dwprocessortype             uint32$/;"	t
 43827  uint32	./runtime/os1_windows.go	/^func ctrlhandler1(_type uint32) uint32 {$/;"	t
 43828  uint32	./runtime/os2_windows.go	/^func ctrlhandler(_type uint32) uint32$/;"	t
 43829  uint32	./runtime/vdso_linux_amd64.go	/^	p_type   uint32 \/* Segment type *\/$/;"	t
 43830  uint32	./runtime/vdso_linux_amd64.go	/^	sh_type      uint32 \/* Section type *\/$/;"	t
 43831  uint32	./syscall/srpc_nacl.go	/^func (m *msg) uint32() uint32 {$/;"	f
 43832  uint32	./syscall/syscall_windows.go	/^\/\/sys	CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) = advapi32.CryptAcquireContextW$/;"	t
 43833  uint32	./syscall/syscall_windows.go	/^\/\/sys	DnsRecordListFree(rl *DNSRecord, freetype uint32) = dnsapi.DnsRecordListFree$/;"	t
 43834  uint32	./syscall/zsyscall_windows.go	/^func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) {$/;"	t
 43835  uint32	./syscall/zsyscall_windows.go	/^func DnsRecordListFree(rl *DNSRecord, freetype uint32) {$/;"	t
 43836  uint32	./syscall/ztypes_darwin_386.go	/^	Fssubtype   uint32$/;"	t
 43837  uint32	./syscall/ztypes_darwin_386.go	/^	Rttvar   uint32$/;"	v
 43838  uint32	./syscall/ztypes_darwin_amd64.go	/^	Fssubtype   uint32$/;"	t
 43839  uint32	./syscall/ztypes_darwin_amd64.go	/^	Rttvar   uint32$/;"	v
 43840  uint32	./syscall/ztypes_darwin_arm.go	/^	Fssubtype   uint32$/;"	t
 43841  uint32	./syscall/ztypes_darwin_arm.go	/^	Rttvar   uint32$/;"	v
 43842  uint32	./syscall/ztypes_darwin_arm64.go	/^	Fssubtype   uint32$/;"	t
 43843  uint32	./syscall/ztypes_darwin_arm64.go	/^	Rttvar   uint32$/;"	v
 43844  uint32	./syscall/ztypes_freebsd_386.go	/^	Rttvar   uint32$/;"	v
 43845  uint32	./syscall/ztypes_freebsd_arm.go	/^	Rttvar   uint32$/;"	v
 43846  uint32	./syscall/ztypes_linux_386.go	/^	Rttvar         uint32$/;"	v
 43847  uint32	./syscall/ztypes_linux_amd64.go	/^	Rttvar         uint32$/;"	v
 43848  uint32	./syscall/ztypes_linux_arm.go	/^	Rttvar         uint32$/;"	v
 43849  uint32	./syscall/ztypes_linux_arm64.go	/^	Rttvar         uint32$/;"	v
 43850  uint32	./syscall/ztypes_linux_ppc64.go	/^	Rttvar         uint32$/;"	v
 43851  uint32	./syscall/ztypes_linux_ppc64le.go	/^	Rttvar         uint32$/;"	v
 43852  uint32	./syscall/ztypes_openbsd_386.go	/^	Rttvar   uint32$/;"	v
 43853  uint32	./syscall/ztypes_openbsd_amd64.go	/^	Rttvar   uint32$/;"	v
 43854  uint32	./syscall/ztypes_openbsd_arm.go	/^	Rttvar   uint32$/;"	v
 43855  uint32	./syscall/ztypes_solaris_amd64.go	/^	Rttvar   uint32$/;"	v
 43856  uint64	./archive/zip/reader.go	/^func (b *readBuf) uint64() uint64 {$/;"	f
 43857  uint64	./archive/zip/writer.go	/^func (b *writeBuf) uint64(v uint64) {$/;"	f
 43858  uint64	./builtin/builtin.go	/^type uint64 uint64$/;"	t
 43859  uint64	./cmd/compile/internal/big/float_test.go	/^func (x *Float) uint64() uint64 {$/;"	f
 43860  uint64	./debug/dwarf/buf.go	/^func (b *buf) uint64() uint64 {$/;"	f
 43861  uint64	./debug/dwarf/entry.go	/^	\/\/ ClassAddress represents values of type uint64 that are$/;"	t
 43862  uint64	./debug/gosym/symtab.go	/^	gotype uint64$/;"	t
 43863  uint64	./encoding/binary/binary.go	/^func (d *decoder) uint64() uint64 {$/;"	f
 43864  uint64	./encoding/binary/binary.go	/^func (e *encoder) uint64(x uint64) {$/;"	f
 43865  uint64	./encoding/gob/debug.go	/^func (deb *debugger) uint64() uint64 {$/;"	f
 43866  uint64	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind uint64 but not type uint64. TODO: We can handle this unsafely.$/;"	t
 43867  uint64	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind uint64 but not type uint64. TODO: We can handle this unsafely.$/;"	t
 43868  uint64	./math/big/float_test.go	/^func (x *Float) uint64() uint64 {$/;"	f
 43869  uint64	./runtime/cgo/libcgo.h	/^typedef uint64_t uint64;$/;"	t
 43870  uint64	./runtime/defs_plan9_amd64.go	/^	_type uint64$/;"	t
 43871  uint64	./runtime/vdso_linux_amd64.go	/^	a_type uint64 \/* Entry type *\/$/;"	t
 43872  uint64	./syscall/srpc_nacl.go	/^func (m *msg) uint64() uint64 {$/;"	f
 43873  uint64	./syscall/ztypes_dragonfly_amd64.go	/^	Rttvar    uint64$/;"	v
 43874  uint64	./syscall/ztypes_freebsd_amd64.go	/^	Rttvar   uint64$/;"	v
 43875  uint64	./syscall/ztypes_netbsd_386.go	/^	Rttvar   uint64$/;"	v
 43876  uint64	./syscall/ztypes_netbsd_amd64.go	/^	Rttvar   uint64$/;"	v
 43877  uint64	./syscall/ztypes_netbsd_arm.go	/^	Rttvar   uint64$/;"	v
 43878  uint64Tests	./cmd/compile/internal/big/int_test.go	/^var uint64Tests = []uint64{$/;"	v
 43879  uint64Tests	./math/big/int_test.go	/^var uint64Tests = []uint64{$/;"	v
 43880  uint64Value	./flag/flag.go	/^type uint64Value uint64$/;"	t
 43881  uint64div	./cmd/compile/internal/gc/builtin/runtime.go	/^func uint64div(uint64, uint64) uint64$/;"	f
 43882  uint64div	./runtime/vlrt.go	/^func uint64div(n, d uint64) uint64 {$/;"	f
 43883  uint64mod	./cmd/compile/internal/gc/builtin/runtime.go	/^func uint64mod(uint64, uint64) uint64$/;"	f
 43884  uint64mod	./runtime/vlrt.go	/^func uint64mod(n, d uint64) uint64 {$/;"	f
 43885  uint64pow10	./strconv/extfloat.go	/^var uint64pow10 = [...]uint64{$/;"	v
 43886  uint64s	./cmd/internal/objfile/macho.go	/^type uint64s []uint64$/;"	t
 43887  uint64tofloat64	./cmd/compile/internal/gc/builtin/runtime.go	/^func uint64tofloat64(uint64) float64$/;"	f
 43888  uint64tofloat64	./runtime/vlrt.go	/^func uint64tofloat64(y uint64) float64 {$/;"	f
 43889  uint8	./builtin/builtin.go	/^type uint8 uint8$/;"	t
 43890  uint8	./cmd/compile/internal/gc/go.go	/^	Etype       uint8$/;"	t
 43891  uint8	./cmd/compile/internal/gc/syntax.go	/^	Etype       uint8 \/\/ op for OASOP, etype for OTYPE, exclam for export, 6g saved reg$/;"	t
 43892  uint8	./cmd/internal/obj/link.go	/^	Cfunc     uint8$/;"	f
 43893  uint8	./cmd/internal/obj/link.go	/^	Etype  uint8$/;"	t
 43894  uint8	./cmd/link/internal/ld/link.go	/^	Cfunc      uint8$/;"	f
 43895  uint8	./debug/dwarf/buf.go	/^func (b *buf) uint8() uint8 {$/;"	f
 43896  uint8	./encoding/binary/binary.go	/^func (d *decoder) uint8() uint8 {$/;"	f
 43897  uint8	./encoding/binary/binary.go	/^func (e *encoder) uint8(x uint8) {$/;"	f
 43898  uint8	./runtime/defs_darwin_386.go	/^	_type       uint8$/;"	t
 43899  uint8	./runtime/defs_darwin_amd64.go	/^	_type       uint8$/;"	t
 43900  uint8	./runtime/defs_darwin_arm.go	/^	_type       uint8$/;"	t
 43901  uint8	./runtime/defs_darwin_arm64.go	/^	_type       uint8$/;"	t
 43902  uint8	./syscall/syscall_linux.go	/^	Pkttype  uint8$/;"	t
 43903  uint8	./syscall/ztypes_linux_386.go	/^	Pkttype  uint8$/;"	t
 43904  uint8	./syscall/ztypes_linux_amd64.go	/^	Pkttype  uint8$/;"	t
 43905  uint8	./syscall/ztypes_linux_arm.go	/^	Pkttype  uint8$/;"	t
 43906  uint8	./syscall/ztypes_linux_arm64.go	/^	Pkttype  uint8$/;"	t
 43907  uint8	./syscall/ztypes_linux_ppc64.go	/^	Pkttype  uint8$/;"	t
 43908  uint8	./syscall/ztypes_linux_ppc64le.go	/^	Pkttype  uint8$/;"	t
 43909  uint8Type	./reflect/value.go	/^var uint8Type = TypeOf(uint8(0)).(*rtype)$/;"	v
 43910  uintEncoder	./encoding/json/encode.go	/^func uintEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 43911  uintFactory	./go/doc/testdata/b.go	/^func uintFactory() uint {}$/;"	f
 43912  uintValue	./database/sql/convert_test.go	/^func uintValue(intptr interface{}) uint64 {$/;"	f
 43913  uintValue	./flag/flag.go	/^type uintValue uint$/;"	t
 43914  uintptr	./builtin/builtin.go	/^type uintptr uintptr$/;"	t
 43915  uintptr	./debug/gosym/pclntab.go	/^func (t *LineTable) uintptr(b []byte) uint64 {$/;"	f
 43916  uintptr	./encoding/gob/dec_helpers.go	/^		\/\/ It is kind uintptr but not type uintptr. TODO: We can handle this unsafely.$/;"	t
 43917  uintptr	./encoding/gob/enc_helpers.go	/^		\/\/ It is kind uintptr but not type uintptr. TODO: We can handle this unsafely.$/;"	t
 43918  uintptr	./go/types/conversions.go	/^	\/\/ "any pointer or value of underlying type uintptr can be converted into a unsafe.Pointer"$/;"	t
 43919  uintptr	./runtime/cgo/libcgo.h	/^typedef uintptr_t uintptr;$/;"	t
 43920  uintptr	./runtime/defs_dragonfly_amd64.go	/^	start_func uintptr$/;"	f
 43921  uintptr	./runtime/defs_freebsd_386.go	/^	start_func uintptr$/;"	f
 43922  uintptr	./runtime/defs_freebsd_amd64.go	/^	start_func uintptr$/;"	f
 43923  uintptr	./runtime/defs_freebsd_arm.go	/^	start_func uintptr$/;"	f
 43924  uintptrBytes	./runtime/cpuprof.go	/^func uintptrBytes(p []uintptr) (ret []byte) {$/;"	f
 43925  uintptraddr	./cmd/compile/internal/gc/racewalk.go	/^func uintptraddr(n *Node) *Node {$/;"	f
 43926  uintreg	./runtime/arch_386.go	/^type uintreg uint32$/;"	t
 43927  uintreg	./runtime/arch_amd64.go	/^type uintreg uint64$/;"	t
 43928  uintreg	./runtime/arch_amd64p32.go	/^type uintreg uint64$/;"	t
 43929  uintreg	./runtime/arch_arm.go	/^type uintreg uint32$/;"	t
 43930  uintreg	./runtime/arch_arm64.go	/^type uintreg uint64$/;"	t
 43931  uintreg	./runtime/arch_ppc64.go	/^type uintreg uint64$/;"	t
 43932  uintreg	./runtime/arch_ppc64le.go	/^type uintreg uint64$/;"	t
 43933  uitoa	./net/parse.go	/^func uitoa(val uint) string {$/;"	f
 43934  uitoa	./os/str.go	/^func uitoa(val uint) string {$/;"	f
 43935  uitoa	./syscall/str.go	/^func uitoa(val uint) string {$/;"	f
 43936  uitob64Test	./strconv/itoa_test.go	/^type uitob64Test struct {$/;"	t
 43937  uitob64tests	./strconv/itoa_test.go	/^var uitob64tests = []uitob64Test{$/;"	v
 43938  ul	./cmd/compile/internal/gc/subr.go	/^	var ul int$/;"	v
 43939  uleb128enc	./cmd/link/internal/ld/dwarf.go	/^func uleb128enc(v uint64, dst []byte) int {$/;"	f
 43940  uleb128put	./cmd/link/internal/ld/dwarf.go	/^func uleb128put(v int64) {$/;"	f
 43941  ullmancalc	./cmd/compile/internal/gc/subr.go	/^func ullmancalc(n *Node) {$/;"	f
 43942  umax32	./cmd/compile/internal/big/float.go	/^func umax32(x, y uint32) uint32 {$/;"	f
 43943  umax32	./math/big/float.go	/^func umax32(x, y uint32) uint32 {$/;"	f
 43944  umul	./cmd/compile/internal/big/float.go	/^func (z *Float) umul(x, y *Float) {$/;"	f
 43945  umul	./math/big/float.go	/^func (z *Float) umul(x, y *Float) {$/;"	f
 43946  un	./go/parser/parser.go	/^func un(p *parser) {$/;"	f
 43947  un	./go/printer/testdata/parser.go	/^func un(p *parser) {$/;"	f
 43948  un	./strconv/atoi.go	/^	var un uint64$/;"	v
 43949  unQuoteTest	./strconv/quote_test.go	/^type unQuoteTest struct {$/;"	t
 43950  unary	./go/types/expr.go	/^func (check *Checker) unary(x *operand, e *ast.UnaryExpr, op token.Token) {$/;"	f
 43951  unaryDst	./cmd/internal/obj/arm/obj5.go	/^var unaryDst = map[int]bool{$/;"	v
 43952  unaryDst	./cmd/internal/obj/arm64/obj7.go	/^var unaryDst = map[int]bool{$/;"	v
 43953  unaryDst	./cmd/internal/obj/x86/obj6.go	/^var unaryDst = map[int]bool{$/;"	v
 43954  unaryOpPredicates	./go/types/expr.go	/^var unaryOpPredicates = opPredicates{$/;"	v
 43955  unblocksig	./runtime/os1_darwin.go	/^func unblocksig(sig int32) {$/;"	f
 43956  unblocksig	./runtime/os1_dragonfly.go	/^func unblocksig(sig int32) {$/;"	f
 43957  unblocksig	./runtime/os1_freebsd.go	/^func unblocksig(sig int32) {$/;"	f
 43958  unblocksig	./runtime/os1_linux.go	/^func unblocksig(sig int32) {$/;"	f
 43959  unblocksig	./runtime/os1_netbsd.go	/^func unblocksig(sig int32) {$/;"	f
 43960  unblocksig	./runtime/os1_openbsd.go	/^func unblocksig(sig int32) {$/;"	f
 43961  unblocksig	./runtime/os3_solaris.go	/^func unblocksig(sig int32) {$/;"	f
 43962  unbytereg	./cmd/internal/obj/x86/asm6.go	/^func unbytereg(a *obj.Addr, t *uint8) {$/;"	f
 43963  uncommon	./reflect/type.go	/^func (t *uncommonType) uncommon() *uncommonType {$/;"	f
 43964  uncommonType	./reflect/type.go	/^type uncommonType struct {$/;"	t
 43965  uncommontype	./runtime/type.go	/^type uncommontype struct {$/;"	t
 43966  uncondCases	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func uncondCases(t *testing.T) func(func([]byte)) {$/;"	f
 43967  undef	./cmd/asm/internal/lex/input.go	/^func (in *Input) undef() {$/;"	f
 43968  undef	./cmd/link/internal/ld/lib.go	/^func undef() {$/;"	f
 43969  undefsym	./cmd/link/internal/ld/lib.go	/^func undefsym(s *LSym) {$/;"	f
 43970  under	./encoding/gob/decode.go	/^\/\/ decOpFor returns the decoding op for the base type under rt and$/;"	t
 43971  under	./encoding/gob/encode.go	/^\/\/ encOpFor returns (a pointer to) the encoding op for the base type under rt and$/;"	t
 43972  under	./reflect/type.go	/^\/\/ cacheGet looks for a type under the key k in the lookupCache.$/;"	t
 43973  underflow	./math/exp_amd64.s	/^underflow: \/\/ return 0$/;"	l
 43974  underlying	./go/types/decl.go	/^func underlying(typ Type) Type {$/;"	f
 43975  undo	./encoding/json/scanner.go	/^func (s *scanner) undo(scanCode int) {$/;"	f
 43976  unescape	./html/escape.go	/^func unescape(b []byte) []byte {$/;"	f
 43977  unescape	./net/url/url.go	/^func unescape(s string, mode encoding) (string, error) {$/;"	f
 43978  unescapeEntity	./html/escape.go	/^func unescapeEntity(b []byte, dst, src int, attribute bool) (dst1, src1 int) {$/;"	f
 43979  unescapeTest	./html/escape_test.go	/^type unescapeTest struct {$/;"	t
 43980  unescapeTests	./html/escape_test.go	/^var unescapeTests = []unescapeTest{$/;"	v
 43981  unescapeTests	./net/url/url_test.go	/^var unescapeTests = []EscapeTest{$/;"	v
 43982  unexp	./cmd/vet/testdata/structtag.go	/^type unexp struct{}$/;"	t
 43983  unexpected	./text/template/parse/parse.go	/^func (t *Tree) unexpected(token item, context string) {$/;"	f
 43984  unexpectedMessageError	./crypto/tls/common.go	/^func unexpectedMessageError(wanted, got interface{}) error {$/;"	f
 43985  unexported	./cmd/api/testdata/src/pkg/p1/p1.go	/^func (s *S2) unexported(x int8, y int16, z int64) {}$/;"	f
 43986  unexported	./cmd/api/testdata/src/pkg/p1/p1.go	/^func unexported(x int8, y int16, z int64) {}$/;"	f
 43987  unexportedFields	./encoding/json/decode_test.go	/^type unexportedFields struct {$/;"	t
 43988  unexportedMethod	./cmd/doc/testdata/pkg.go	/^func (ExportedType) unexportedMethod(a int) bool {$/;"	f
 43989  unexportedMethod	./cmd/doc/testdata/pkg.go	/^func (unexportedType) unexportedMethod() bool {$/;"	f
 43990  unexportedType	./cmd/doc/doc_test.go	/^			`type unexportedType int`,       \/\/ Type definition.$/;"	t
 43991  unexportedType	./cmd/doc/doc_test.go	/^			`type unexportedType`,               \/\/ No unexported type.$/;"	t
 43992  unexportedType	./cmd/doc/testdata/pkg.go	/^type unexportedType int$/;"	t
 43993  ungetc	./cmd/compile/internal/gc/lex.go	/^func ungetc(c int) {$/;"	f
 43994  ungetc	./encoding/xml/xml.go	/^func (d *Decoder) ungetc(b byte) {$/;"	f
 43995  ungetrune	./cmd/yacc/yacc.go	/^func ungetrune(f *bufio.Reader, c rune) {$/;"	f
 43996  unhex	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^var unhex = [256]byte{$/;"	v
 43997  unhex	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^var unhex = [256]byte{$/;"	v
 43998  unhex	./mime/mediatype.go	/^func unhex(c byte) byte {$/;"	f
 43999  unhex	./net/url/url.go	/^func unhex(c byte) byte {$/;"	f
 44000  unhex	./regexp/syntax/parse.go	/^func unhex(c rune) rune {$/;"	f
 44001  unhex	./strconv/quote.go	/^func unhex(b byte) (v rune, ok bool) {$/;"	f
 44002  unicodeTable	./regexp/syntax/parse.go	/^func unicodeTable(name string) (*unicode.RangeTable, *unicode.RangeTable) {$/;"	f
 44003  unicodeTag	./encoding/json/tagkey_test.go	/^type unicodeTag struct {$/;"	t
 44004  unimplemented	./runtime/os1_darwin.go	/^func unimplemented(name string) {$/;"	f
 44005  unimportfile	./cmd/compile/internal/gc/lex.go	/^func unimportfile() {$/;"	f
 44006  unindent	./go/doc/comment.go	/^func unindent(block []string) {$/;"	f
 44007  uninstallAccept4TestHook	./net/main_cloexec_test.go	/^func uninstallAccept4TestHook() {$/;"	f
 44008  uninstallTestHooks	./net/internal/socktest/main_unix_test.go	/^func uninstallTestHooks() {$/;"	f
 44009  uninstallTestHooks	./net/internal/socktest/main_windows_test.go	/^func uninstallTestHooks() {$/;"	f
 44010  uninstallTestHooks	./net/main_plan9_test.go	/^func uninstallTestHooks() {}$/;"	f
 44011  uninstallTestHooks	./net/main_unix_test.go	/^func uninstallTestHooks() {$/;"	f
 44012  uninstallTestHooks	./net/main_windows_test.go	/^func uninstallTestHooks() {$/;"	f
 44013  uninterlace	./image/gif/reader.go	/^func uninterlace(m *image.Paletted) {$/;"	f
 44014  uniq	./cmd/dist/util.go	/^func uniq(list []string) []string {$/;"	f
 44015  uniqgen	./cmd/compile/internal/gc/dcl.go	/^var uniqgen uint32$/;"	v
 44016  unit	./debug/dwarf/entry.go	/^\/\/      to type unit    uint64         ClassReferenceSig$/;"	t
 44017  unit	./debug/dwarf/typeunit.go	/^				b.error("type unit abbrev offset overflow")$/;"	t
 44018  unit	./debug/dwarf/typeunit.go	/^				b.error("type unit type offset overflow")$/;"	t
 44019  unit	./debug/dwarf/typeunit.go	/^			b.error("type unit length overflow")$/;"	t
 44020  unit	./debug/dwarf/typeunit.go	/^		return nil, fmt.Errorf("no type unit with signature %v", sig)$/;"	t
 44021  unit	./debug/dwarf/typeunit.go	/^\/\/ AddressSize returns the size in bytes of addresses in the current type unit.$/;"	t
 44022  unit	./debug/dwarf/typeunit.go	/^\/\/ Next reads the next Entry from the type unit.$/;"	t
 44023  unit	./debug/dwarf/typeunit.go	/^\/\/ Seek to a new position in the type unit.$/;"	t
 44024  unit	./debug/dwarf/typeunit.go	/^\/\/ clone returns a new reader for the type unit.$/;"	t
 44025  unit	./debug/dwarf/typeunit.go	/^\/\/ type unit defines a single primary type and an 8-byte signature.$/;"	t
 44026  unit	./debug/dwarf/unit.go	/^type unit struct {$/;"	t
 44027  unitLength	./debug/dwarf/buf.go	/^func (b *buf) unitLength() (length Offset, dwarf64 bool) {$/;"	f
 44028  unitMap	./time/format.go	/^var unitMap = map[string]int64{$/;"	v
 44029  unitend	./cmd/link/internal/ld/dwarf.go	/^	var unitend int64$/;"	v
 44030  units	./debug/dwarf/typeunit.go	/^\/\/ Parse the type units stored in a DWARF4 .debug_types section.  Each$/;"	t
 44031  unitstart	./cmd/link/internal/ld/dwarf.go	/^	var unitstart int64$/;"	v
 44032  unixAbs	./path/filepath/path.go	/^func unixAbs(path string) (string, error) {$/;"	f
 44033  unixAndUnixpacketServerTests	./net/server_test.go	/^var unixAndUnixpacketServerTests = []struct {$/;"	v
 44034  unixEpochTime	./net/http/fs.go	/^var unixEpochTime = time.Unix(0, 0)$/;"	v
 44035  unixIsEAGAIN	./crypto/rand/eagain.go	/^func unixIsEAGAIN(err error) bool {$/;"	f
 44036  unixModeToFileMode	./archive/zip/struct.go	/^func unixModeToFileMode(m uint32) os.FileMode {$/;"	f
 44037  unixSocket	./net/unixsock_posix.go	/^func unixSocket(net string, laddr, raddr sockaddr, mode string, deadline time.Time) (*netFD, error) {$/;"	f
 44038  unixSyslog	./log/syslog/syslog_unix.go	/^func unixSyslog() (conn serverConn, err error) {$/;"	f
 44039  unixgramServerTests	./net/server_test.go	/^var unixgramServerTests = []struct {$/;"	v
 44040  unixnano	./runtime/os1_windows.go	/^func unixnano() int64 {$/;"	f
 44041  unixnanotime	./runtime/stubs.go	/^func unixnanotime() int64 {$/;"	f
 44042  unixsegments	./go/scanner/scanner_test.go	/^var unixsegments = []segment{$/;"	v
 44043  unixsplittests	./path/filepath/path_test.go	/^var unixsplittests = []SplitTest{$/;"	v
 44044  unknownFormat	./debug/dwarf/buf.go	/^type unknownFormat struct{}$/;"	t
 44045  unknownType	./fmt/print.go	/^func (p *pp) unknownType(v reflect.Value) {$/;"	f
 44046  unless	./go/internal/gcimporter/gcimporter.go	/^	\/\/ add method to type unless type was imported before$/;"	t
 44047  unlink	./syscall/fs_nacl.go	/^func unlink(path string, isdir bool) error {$/;"	f
 44048  unlinkat	./syscall/zsyscall_linux_386.go	/^func unlinkat(dirfd int, path string, flags int) (err error) {$/;"	f
 44049  unlinkat	./syscall/zsyscall_linux_amd64.go	/^func unlinkat(dirfd int, path string, flags int) (err error) {$/;"	f
 44050  unlinkat	./syscall/zsyscall_linux_arm.go	/^func unlinkat(dirfd int, path string, flags int) (err error) {$/;"	f
 44051  unlinkat	./syscall/zsyscall_linux_arm64.go	/^func unlinkat(dirfd int, path string, flags int) (err error) {$/;"	f
 44052  unlinkat	./syscall/zsyscall_linux_ppc64.go	/^func unlinkat(dirfd int, path string, flags int) (err error) {$/;"	f
 44053  unlinkat	./syscall/zsyscall_linux_ppc64le.go	/^func unlinkat(dirfd int, path string, flags int) (err error) {$/;"	f
 44054  unlinkedprog	./cmd/compile/internal/gc/plive.go	/^func unlinkedprog(as int) *obj.Prog {$/;"	f
 44055  unlock	./runtime/lock_futex.go	/^func unlock(l *mutex) {$/;"	f
 44056  unlock	./runtime/lock_sema.go	/^func unlock(l *mutex) {$/;"	f
 44057  unlockOSThread	./runtime/proc1.go	/^func unlockOSThread() {$/;"	f
 44058  unlockProfiles	./runtime/pprof/pprof.go	/^func unlockProfiles() {$/;"	f
 44059  unlockextra	./runtime/proc1.go	/^func unlockextra(mp *m) {$/;"	f
 44060  unmappedzero	./cmd/compile/internal/x86/gsubr.go	/^var unmappedzero uint32 = 4096$/;"	v
 44061  unmarkImplicit	./cmd/internal/rsc.io/x86/x86asm/gnu.go	/^func unmarkImplicit(inst *Inst, prefix Prefix) {$/;"	f
 44062  unmarshal	./cmd/pprof/internal/profile/proto.go	/^func unmarshal(data []byte, m message) (err error) {$/;"	f
 44063  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *certificateMsg) unmarshal(data []byte) bool {$/;"	f
 44064  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *certificateRequestMsg) unmarshal(data []byte) bool {$/;"	f
 44065  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *certificateStatusMsg) unmarshal(data []byte) bool {$/;"	f
 44066  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *certificateVerifyMsg) unmarshal(data []byte) bool {$/;"	f
 44067  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *clientHelloMsg) unmarshal(data []byte) bool {$/;"	f
 44068  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {$/;"	f
 44069  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *finishedMsg) unmarshal(data []byte) bool {$/;"	f
 44070  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *newSessionTicketMsg) unmarshal(data []byte) bool {$/;"	f
 44071  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *nextProtoMsg) unmarshal(data []byte) bool {$/;"	f
 44072  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *serverHelloDoneMsg) unmarshal(data []byte) bool {$/;"	f
 44073  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *serverHelloMsg) unmarshal(data []byte) bool {$/;"	f
 44074  unmarshal	./crypto/tls/handshake_messages.go	/^func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool {$/;"	f
 44075  unmarshal	./crypto/tls/ticket.go	/^func (s *sessionState) unmarshal(data []byte) bool {$/;"	f
 44076  unmarshal	./encoding/json/decode.go	/^func (d *decodeState) unmarshal(v interface{}) (err error) {$/;"	f
 44077  unmarshal	./encoding/xml/read.go	/^func (p *Decoder) unmarshal(val reflect.Value, start *StartElement) error {$/;"	f
 44078  unmarshalAttr	./encoding/xml/read.go	/^func (p *Decoder) unmarshalAttr(val reflect.Value, attr Attr) error {$/;"	f
 44079  unmarshalInterface	./encoding/xml/read.go	/^func (p *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {$/;"	f
 44080  unmarshalPath	./encoding/xml/read.go	/^func (p *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {$/;"	f
 44081  unmarshalSyntaxTests	./encoding/json/decode_test.go	/^var unmarshalSyntaxTests = []string{$/;"	v
 44082  unmarshalTest	./encoding/json/decode_test.go	/^type unmarshalTest struct {$/;"	t
 44083  unmarshalTestData	./encoding/asn1/asn1_test.go	/^var unmarshalTestData = []struct {$/;"	v
 44084  unmarshalTests	./encoding/json/decode_test.go	/^var unmarshalTests = []unmarshalTest{$/;"	v
 44085  unmarshalTextInterface	./encoding/xml/read.go	/^func (p *Decoder) unmarshalTextInterface(val encoding.TextUnmarshaler, start *StartElement) error {$/;"	f
 44086  unmarshalUDPHeader	./net/udpsock_plan9.go	/^func unmarshalUDPHeader(b []byte) (*udpHeader, []byte) {$/;"	f
 44087  unmarshaler	./encoding/json/decode_test.go	/^type unmarshaler struct {$/;"	t
 44088  unmarshalerText	./encoding/json/decode_test.go	/^type unmarshalerText struct {$/;"	t
 44089  unmatchedLines	./cmd/pprof/internal/profile/filter.go	/^func (loc *Location) unmatchedLines(re *regexp.Regexp) []Line {$/;"	f
 44090  unminit	./runtime/os1_darwin.go	/^func unminit() {$/;"	f
 44091  unminit	./runtime/os1_dragonfly.go	/^func unminit() {$/;"	f
 44092  unminit	./runtime/os1_freebsd.go	/^func unminit() {$/;"	f
 44093  unminit	./runtime/os1_linux.go	/^func unminit() {$/;"	f
 44094  unminit	./runtime/os1_nacl.go	/^func unminit() {$/;"	f
 44095  unminit	./runtime/os1_netbsd.go	/^func unminit() {$/;"	f
 44096  unminit	./runtime/os1_openbsd.go	/^func unminit() {$/;"	f
 44097  unminit	./runtime/os1_plan9.go	/^func unminit() {$/;"	f
 44098  unminit	./runtime/os1_windows.go	/^func unminit() {$/;"	f
 44099  unminit	./runtime/os3_solaris.go	/^func unminit() {$/;"	f
 44100  unpack	./go/token/position.go	/^func (f *File) unpack(offset int, adjusted bool) (filename string, line, column int) {$/;"	f
 44101  unpack	./go/types/call.go	/^func unpack(get getter, n int, allowCommaOk bool) (getter, int, bool) {$/;"	f
 44102  unpack	./syscall/srpc_nacl.go	/^func (m *msg) unpack() error {$/;"	f
 44103  unpackDomainName	./net/dnsmsg.go	/^func unpackDomainName(msg []byte, off int) (s string, off1 int, ok bool) {$/;"	f
 44104  unpackEface	./reflect/value.go	/^func unpackEface(i interface{}) Value {$/;"	f
 44105  unpackRR	./net/dnsmsg.go	/^func unpackRR(msg []byte, off int) (rr dnsRR, off1 int, ok bool) {$/;"	f
 44106  unpackStruct	./net/dnsmsg.go	/^func unpackStruct(any dnsStruct, msg []byte, off int) (off1 int, ok bool) {$/;"	f
 44107  unpackcmd	./cmd/link/internal/ld/ldmacho.go	/^func unpackcmd(p []byte, m *LdMachoObj, c *LdMachoCmd, type_ uint, sz uint) int {$/;"	f
 44108  unparen	./cmd/vet/bool.go	/^func unparen(e ast.Expr) ast.Expr {$/;"	f
 44109  unparen	./go/parser/parser.go	/^func unparen(x ast.Expr) ast.Expr {$/;"	f
 44110  unparen	./go/printer/testdata/parser.go	/^func unparen(x ast.Expr) ast.Expr {$/;"	f
 44111  unparen	./go/types/builtins.go	/^func unparen(e ast.Expr) ast.Expr {$/;"	f
 44112  unpatch	./cmd/compile/internal/gc/gsubr.go	/^func unpatch(p *obj.Prog) *obj.Prog {$/;"	f
 44113  unquote	./cmd/cover/cover.go	/^func unquote(s string) string {$/;"	f
 44114  unquote	./encoding/json/decode.go	/^func unquote(s []byte) (t string, ok bool) {$/;"	f
 44115  unquoteBytes	./encoding/json/decode.go	/^func unquoteBytes(s []byte) (t []byte, ok bool) {$/;"	f
 44116  unquotedValue	./encoding/json/decode.go	/^type unquotedValue struct{}$/;"	t
 44117  unquotetests	./strconv/quote_test.go	/^var unquotetests = []unQuoteTest{$/;"	v
 44118  unreachable	./go/types/errors.go	/^func unreachable() {$/;"	f
 44119  unread	./fmt/scan.go	/^func (r *readRune) unread(buf []byte) {$/;"	f
 44120  unreadByteStuffedByte	./image/jpeg/reader.go	/^func (d *decoder) unreadByteStuffedByte() {$/;"	f
 44121  unreadDataSizeLocked	./net/http/transfer.go	/^func (b *body) unreadDataSizeLocked() int64 {$/;"	f
 44122  unregisterAllDrivers	./database/sql/sql.go	/^func unregisterAllDrivers() {$/;"	f
 44123  unresolved	./go/parser/parser.go	/^var unresolved = new(ast.Object)$/;"	v
 44124  unresolved	./go/printer/testdata/parser.go	/^var unresolved = new(ast.Object)$/;"	v
 44125  unsafe	./cmd/compile/internal/gc/subr.go	/^	\/\/ an unexported field of type unsafe.Pointer.$/;"	t
 44126  unsafe	./cmd/compile/internal/gc/walk.go	/^		\/\/ an unexported field of type unsafe.Pointer.$/;"	t
 44127  unsafe_New	./reflect/value.go	/^func unsafe_New(*rtype) unsafe.Pointer$/;"	f
 44128  unsafe_NewArray	./reflect/value.go	/^func unsafe_NewArray(*rtype, int) unsafe.Pointer$/;"	f
 44129  unsafenmagic	./cmd/compile/internal/gc/unsafe.go	/^func unsafenmagic(nn *Node) *Node {$/;"	f
 44130  unsafepkg	./cmd/compile/internal/gc/go.go	/^var unsafepkg *Pkg \/\/ package unsafe$/;"	v
 44131  unscaledQuant	./image/jpeg/writer.go	/^var unscaledQuant = [nQuantIndex][blockSize]byte{$/;"	v
 44132  unscaledQuantInNaturalOrder	./image/jpeg/writer_test.go	/^var unscaledQuantInNaturalOrder = [nQuantIndex][blockSize]byte{$/;"	v
 44133  unsetenv	./cmd/go/go_test.go	/^func (tg *testgoData) unsetenv(name string) {$/;"	f
 44134  unsetenv_c	./syscall/env_unix.go	/^func unsetenv_c(k string)$/;"	f
 44135  unsignedResult	./encoding/gob/codec_test.go	/^var unsignedResult = []byte{0x07, 17}$/;"	v
 44136  unspecified	./regexp/testdata/testregex.c	/^	int		unspecified;$/;"	m	struct:__anon2	file:
 44137  unsupported	./cmd/internal/rsc.io/arm/armasm/objdump_test.go	/^var unsupported = strings.Fields(`$/;"	v
 44138  unsupported	./cmd/internal/rsc.io/x86/x86asm/objdump_test.go	/^var unsupported = strings.Fields(`$/;"	v
 44139  unsupported	./regexp/testdata/testregex.c	/^static const char* unsupported[] =$/;"	v	file:
 44140  unsupportedTypeEncoder	./encoding/json/encode.go	/^func unsupportedTypeEncoder(e *encodeState, v reflect.Value, quoted bool) {$/;"	f
 44141  unsupportedValues	./encoding/gob/encoder_test.go	/^var unsupportedValues = []interface{}{$/;"	v
 44142  unsupportedValues	./encoding/json/encode_test.go	/^var unsupportedValues = []interface{}{$/;"	v
 44143  untarTest	./archive/tar/reader_test.go	/^type untarTest struct {$/;"	t
 44144  untarTests	./archive/tar/reader_test.go	/^var untarTests = []*untarTest{$/;"	v
 44145  until	./encoding/gob/type.go	/^	\/\/ dereferencing to the base type until we find an implementation.$/;"	t
 44146  unusedFuncs	./cmd/vet/unused.go	/^var unusedFuncs = make(map[string]bool)$/;"	v
 44147  unusedFuncsFlag	./cmd/vet/unused.go	/^var unusedFuncsFlag = flag.String("unusedfuncs",$/;"	v
 44148  unusedImports	./go/types/resolver.go	/^func (check *Checker) unusedImports() {$/;"	f
 44149  unusedStringMethods	./cmd/vet/unused.go	/^var unusedStringMethods = make(map[string]bool)$/;"	v
 44150  unusedStringMethodsFlag	./cmd/vet/unused.go	/^var unusedStringMethodsFlag = flag.String("unusedstringmethods",$/;"	v
 44151  unwindm	./runtime/cgocall.go	/^func unwindm(restore *bool) {$/;"	f
 44152  unzig	./image/jpeg/reader.go	/^var unzig = [blockSize]int{$/;"	v
 44153  unzip	./syscall/unzip_nacl.go	/^func unzip(data string) {$/;"	f
 44154  up	./cmd/vet/testdata/print.go	/^	var up unsafe.Pointer$/;"	v
 44155  up	./container/heap/heap.go	/^func up(h Interface, j int) {$/;"	f
 44156  upcomingHeaderNewlines	./net/textproto/reader.go	/^func (r *Reader) upcomingHeaderNewlines() (n int) {$/;"	f
 44157  update	./cmd/gofmt/gofmt_test.go	/^var update = flag.Bool("update", false, "update .golden files")$/;"	v
 44158  update	./container/heap/example_pq_test.go	/^func (pq *PriorityQueue) update(item *Item, value string, priority int) {$/;"	f
 44159  update	./crypto/cipher/gcm.go	/^func (g *gcm) update(y *gcmFieldElement, data []byte) {$/;"	f
 44160  update	./crypto/tls/handshake_test.go	/^var update = flag.Bool("update", false, "update golden files on disk")$/;"	v
 44161  update	./encoding/gob/encode.go	/^func (state *encoderState) update(instr *encInstr) {$/;"	f
 44162  update	./go/doc/doc_test.go	/^var update = flag.Bool("update", false, "update golden (.out) files")$/;"	v
 44163  update	./go/printer/printer_test.go	/^var update = flag.Bool("update", false, "update golden files")$/;"	v
 44164  update	./hash/adler32/adler32.go	/^func update(d digest, p []byte) digest {$/;"	f
 44165  update	./hash/crc32/crc32.go	/^func update(crc uint32, tab *Table, p []byte) uint32 {$/;"	f
 44166  update	./hash/crc64/crc64.go	/^func update(crc uint64, tab *Table, p []byte) uint64 {$/;"	f
 44167  updateAndDeleteTests	./net/http/cookiejar/jar_test.go	/^var updateAndDeleteTests = [...]jarTest{$/;"	v
 44168  updateAutoComplete	./cmd/pprof/internal/driver/interactive.go	/^func updateAutoComplete(p *profile.Profile) {$/;"	f
 44169  updateBlocks	./crypto/cipher/gcm.go	/^func (g *gcm) updateBlocks(y *gcmFieldElement, blocks []byte) {$/;"	f
 44170  updateCRC	./compress/bzip2/bzip2.go	/^func updateCRC(val uint32, b []byte) uint32 {$/;"	f
 44171  updateCastagnoli	./hash/crc32/crc32_amd64x.go	/^func updateCastagnoli(crc uint32, p []byte) uint32 {$/;"	f
 44172  updateCastagnoli	./hash/crc32/crc32_generic.go	/^func updateCastagnoli(crc uint32, p []byte) uint32 {$/;"	f
 44173  updateEnv	./os/exec/lp_windows_test.go	/^func updateEnv(env []string, name, value string) []string {$/;"	f
 44174  updateExprType	./go/types/expr.go	/^func (check *Checker) updateExprType(x ast.Expr, typ Type, final bool) {$/;"	f
 44175  updateExprVal	./go/types/expr.go	/^func (check *Checker) updateExprVal(x ast.Expr, val constant.Value) {$/;"	f
 44176  updateFile	./debug/dwarf/line.go	/^func (r *LineReader) updateFile() {$/;"	f
 44177  updateGroups	./index/suffixarray/qsufsort.go	/^func (x *suffixSortable) updateGroups(offset int) {$/;"	f
 44178  updateKeys	./expvar/expvar.go	/^func (v *Map) updateKeys() {$/;"	f
 44179  updateResolvConfTests	./net/dnsclient_unix_test.go	/^var updateResolvConfTests = []struct {$/;"	v
 44180  updateSlicingBy8	./hash/crc32/crc32.go	/^func updateSlicingBy8(crc uint32, tab *slicing8Table, p []byte) uint32 {$/;"	f
 44181  updateWidth	./text/tabwriter/tabwriter.go	/^func (b *Writer) updateWidth() {$/;"	f
 44182  updatememstats	./runtime/mstats.go	/^func updatememstats(stats *gcstats) {$/;"	f
 44183  updatesigmask	./runtime/os1_darwin.go	/^func updatesigmask(m sigmask) {$/;"	f
 44184  updatesigmask	./runtime/os1_dragonfly.go	/^func updatesigmask(m sigmask) {$/;"	f
 44185  updatesigmask	./runtime/os1_freebsd.go	/^func updatesigmask(m [(_NSIG + 31) \/ 32]uint32) {$/;"	f
 44186  updatesigmask	./runtime/os1_linux.go	/^func updatesigmask(m sigmask) {$/;"	f
 44187  updatesigmask	./runtime/os1_netbsd.go	/^func updatesigmask(m sigmask) {$/;"	f
 44188  updatesigmask	./runtime/os1_openbsd.go	/^func updatesigmask(m sigmask) {$/;"	f
 44189  updatesigmask	./runtime/os3_solaris.go	/^func updatesigmask(m sigmask) {$/;"	f
 44190  upper	./cmd/cgo/gcc.go	/^func upper(s string) string {$/;"	f
 44191  upperCaseAndUnderscore	./net/http/cgi/host.go	/^func upperCaseAndUnderscore(r rune) rune {$/;"	f
 44192  upperLowerAdjacent	./unicode/maketables.go	/^func (c *caseState) upperLowerAdjacent(d *caseState) bool {$/;"	f
 44193  upperTest	./unicode/letter_test.go	/^var upperTest = []rune{$/;"	v
 44194  upperTests	./bytes/bytes_test.go	/^var upperTests = []StringTest{$/;"	v
 44195  upperTests	./strings/strings_test.go	/^var upperTests = []StringTest{$/;"	v
 44196  uquo	./cmd/compile/internal/big/float.go	/^func (z *Float) uquo(x, y *Float) {$/;"	f
 44197  uquo	./math/big/float.go	/^func (z *Float) uquo(x, y *Float) {$/;"	f
 44198  ur	./cmd/compile/internal/gc/subr.go	/^	var ur int$/;"	v
 44199  urandom_dev	./runtime/os1_darwin.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44200  urandom_dev	./runtime/os1_dragonfly.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44201  urandom_dev	./runtime/os1_freebsd.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44202  urandom_dev	./runtime/os1_linux.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44203  urandom_dev	./runtime/os1_netbsd.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44204  urandom_dev	./runtime/os1_openbsd.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44205  urandom_dev	./runtime/os3_solaris.go	/^var urandom_dev = []byte("\/dev\/urandom\\x00")$/;"	v
 44206  ureg	./runtime/defs_plan9_386.go	/^type ureg struct {$/;"	t
 44207  ureg	./runtime/defs_plan9_amd64.go	/^type ureg struct {$/;"	t
 44208  url	./unicode/maketables.go	/^var url = flag.String("url",$/;"	v
 44209  urlEscaper	./html/template/url.go	/^func urlEscaper(args ...interface{}) string {$/;"	f
 44210  urlFilter	./html/template/url.go	/^func urlFilter(args ...interface{}) string {$/;"	f
 44211  urlNormalizer	./html/template/url.go	/^func urlNormalizer(args ...interface{}) string {$/;"	f
 44212  urlPart	./html/template/context.go	/^type urlPart uint8$/;"	t
 44213  urlPartNames	./html/template/context.go	/^var urlPartNames = [...]string{$/;"	v
 44214  urlProcessor	./html/template/url.go	/^func urlProcessor(norm bool, args ...interface{}) string {$/;"	f
 44215  urlRef	./encoding/base64/base64_test.go	/^func urlRef(ref string) string {$/;"	f
 44216  urls	./sync/example_test.go	/^	var urls = []string{$/;"	v
 44217  urltests	./net/url/url_test.go	/^var urltests = []URLTest{$/;"	v
 44218  usPacific	./time/zoneinfo_windows.go	/^var usPacific = syscall.Timezoneinformation{$/;"	v
 44219  usage	./cmd/addr2line/main.go	/^func usage() {$/;"	f
 44220  usage	./cmd/cgo/main.go	/^func usage() {$/;"	f
 44221  usage	./cmd/compile/internal/gc/lex.go	/^func usage() {$/;"	f
 44222  usage	./cmd/cover/cover.go	/^func usage() {$/;"	f
 44223  usage	./cmd/doc/main.go	/^func usage() {$/;"	f
 44224  usage	./cmd/fix/main.go	/^func usage() {$/;"	f
 44225  usage	./cmd/go/main.go	/^func usage() {$/;"	f
 44226  usage	./cmd/gofmt/gofmt.go	/^func usage() {$/;"	f
 44227  usage	./cmd/link/internal/ld/lib.go	/^func usage() {$/;"	f
 44228  usage	./cmd/nm/nm.go	/^func usage() {$/;"	f
 44229  usage	./cmd/objdump/main.go	/^func usage() {$/;"	f
 44230  usage	./cmd/pack/pack.go	/^func usage() {$/;"	f
 44231  usage	./cmd/pprof/internal/driver/driver.go	/^func (f *flags) usage(ui plugin.UI) {$/;"	f
 44232  usage	./cmd/yacc/yacc.go	/^func usage() {$/;"	f
 44233  usage	./crypto/x509/x509.go	/^				var usage int$/;"	v
 44234  usage	./flag/flag.go	/^func (f *FlagSet) usage() {$/;"	f
 44235  usage	./go/types/stmt.go	/^func (check *Checker) usage(scope *Scope) {$/;"	f
 44236  usage	./race.bash	/^function usage {$/;"	f
 44237  usage	./syscall/mksyscall_windows.go	/^func usage() {$/;"	f
 44238  usageBits	./crypto/x509/x509.go	/^				var usageBits asn1.BitString$/;"	v
 44239  usageMsg	./cmd/pprof/internal/driver/driver.go	/^var usageMsg = "Output file parameters (for file-based output formats):\\n" +$/;"	v
 44240  usageMsgHdr	./cmd/pprof/internal/driver/driver.go	/^var usageMsgHdr = "usage: pprof [options] [binary] <profile source> ...\\n" +$/;"	v
 44241  usageMsgVars	./cmd/pprof/internal/driver/driver.go	/^var usageMsgVars = "Environment Variables:\\n" +$/;"	v
 44242  usageTemplate	./cmd/go/main.go	/^var usageTemplate = `Go is a tool for managing Go source code.$/;"	v
 44243  use	./go/types/call.go	/^func (check *Checker) use(arg ...ast.Expr) {$/;"	f
 44244  use	./runtime/syscall_windows_test.go	/^func use(buf []byte) {$/;"	f
 44245  use	./syscall/syscall.go	/^func use(p unsafe.Pointer)$/;"	f
 44246  useAeshash	./runtime/alg.go	/^var useAeshash bool$/;"	v
 44247  useAsm	./crypto/aes/cipher_asm.go	/^var useAsm = hasAsm()$/;"	v
 44248  useCheckmark	./runtime/mgcmark.go	/^var useCheckmark = false$/;"	v
 44249  useGetter	./go/types/call.go	/^func (check *Checker) useGetter(get getter, n int) {$/;"	f
 44250  useLongHandleErrorCode	./syscall/mksyscall_windows.go	/^func (r *Rets) useLongHandleErrorCode(retvar string) string {$/;"	f
 44251  useProxy	./net/http/transport.go	/^func useProxy(addr string) bool {$/;"	f
 44252  useQprint	./mime/quotedprintable/reader_test.go	/^var useQprint = flag.Bool("qprint", false, "Compare against the 'qprint' program.")$/;"	v
 44253  useStack	./reflect/all_test.go	/^func useStack(n int) {$/;"	f
 44254  useStack	./runtime/stack_test.go	/^func useStack(n int) {$/;"	f
 44255  useStackAndCall	./runtime/stack_test.go	/^func useStackAndCall(n int, f func()) {$/;"	f
 44256  useSyscallwd	./os/getwd.go	/^var useSyscallwd = func(error) bool { return true }$/;"	v
 44257  useSyscallwdDarwin	./os/getwd_darwin.go	/^func useSyscallwdDarwin(err error) bool {$/;"	f
 44258  useVar	./text/template/parse/parse.go	/^func (t *Tree) useVar(pos Pos, name string) Node {$/;"	f
 44259  use_exp	./math/expm1_386.s	/^use_exp:$/;"	l
 44260  use_fyl2x	./math/log1p_386.s	/^use_fyl2x:$/;"	l
 44261  use_writebarrier	./cmd/compile/internal/gc/go.go	/^var use_writebarrier int$/;"	v
 44262  used	./cmd/cgo/doc.go	/^expose C types in its exported API: a C type used in one Go package$/;"	t
 44263  used	./cmd/cgo/doc.go	/^is different from the same C type used in another.$/;"	t
 44264  used	./cmd/compile/internal/big/bits_test.go	/^\/\/ This file implements the Bits type used for testing Float operations$/;"	t
 44265  used	./cmd/compile/internal/gc/gen.go	/^	byteptr := Ptrto(Types[TUINT8]) \/\/ type used in runtime prototypes for runtime type (*byte)$/;"	t
 44266  used	./go/types/stmt.go	/^			var used bool$/;"	v
 44267  used	./image/gif/reader.go	/^\/\/ decoder is the type used to decode a GIF file.$/;"	t
 44268  used	./internal/trace/parser.go	/^\/\/ rawEvent is a helper type used during parsing.$/;"	t
 44269  used	./math/big/bits_test.go	/^\/\/ This file implements the Bits type used for testing Float operations$/;"	t
 44270  used	./net/http/transport.go	/^	earlyCloseFn func() error      \/\/ optional alt Close func used if io.EOF not seen$/;"	f
 44271  used	./runtime/syscall_windows_test.go	/^var used byte$/;"	v
 44272  usedreg	./cmd/compile/internal/gc/reg.go	/^	var usedreg uint64$/;"	v
 44273  usefield	./cmd/compile/internal/gc/walk.go	/^func usefield(n *Node) {$/;"	f
 44274  useful	./encoding/encoding.go	/^\/\/ interface once can make a type useful in multiple encodings.$/;"	t
 44275  user	./net/url/url_test.go	/^	var user, pass interface{}$/;"	v
 44276  userTime	./os/exec_plan9.go	/^func (p *ProcessState) userTime() time.Duration {$/;"	f
 44277  userTime	./os/exec_unix.go	/^func (p *ProcessState) userTime() time.Duration {$/;"	f
 44278  userTime	./os/exec_windows.go	/^func (p *ProcessState) userTime() time.Duration {$/;"	f
 44279  userType	./encoding/gob/type.go	/^func userType(rt reflect.Type) *userTypeInfo {$/;"	f
 44280  userTypeInfo	./encoding/gob/type.go	/^type userTypeInfo struct {$/;"	t
 44281  userinfoTests	./net/url/url_test.go	/^\/\/var userinfoTests = []UserinfoTest{$/;"	v
 44282  username	./database/sql/example_test.go	/^	var username string$/;"	v
 44283  usesCgo	./cmd/go/pkg.go	/^func (p *Package) usesCgo() bool {$/;"	f
 44284  usesImport	./cmd/fix/fix.go	/^func usesImport(f *ast.File, path string) (used bool) {$/;"	f
 44285  usesSwig	./cmd/go/pkg.go	/^func (p *Package) usesSwig() bool {$/;"	f
 44286  usigset	./runtime/defs_linux_amd64.go	/^type usigset struct {$/;"	t
 44287  usigset	./runtime/defs_linux_arm64.go	/^type usigset struct {$/;"	t
 44288  using	./sort/example_keys_test.go	/^\/\/ ExampleSortKeys demonstrates a technique for sorting a struct type using programmable sort criteria.$/;"	t
 44289  using	./sort/example_multi_test.go	/^\/\/ ExampleMultiKeys demonstrates a technique for sorting a struct type using different$/;"	t
 44290  usleep	./runtime/os1_nacl.go	/^func usleep(us uint32) {$/;"	f
 44291  usleep	./runtime/os1_plan9.go	/^func usleep(µs uint32) {$/;"	f
 44292  usleep	./runtime/os1_windows.go	/^func usleep(us uint32) {$/;"	f
 44293  usleep	./runtime/os3_solaris.go	/^func usleep(µs uint32) {$/;"	f
 44294  usleep	./runtime/stubs2.go	/^func usleep(usec uint32)$/;"	f
 44295  usleep1	./runtime/os1_windows.go	/^func usleep1(usec uint32)$/;"	f
 44296  usleep1	./runtime/os3_solaris.go	/^func usleep1(uint32)$/;"	f
 44297  usplit	./runtime/sys_arm.go	/^func usplit(x uint32) (q, r uint32)$/;"	f
 44298  ustruct	./encoding/json/decode_test.go	/^type ustruct struct {$/;"	t
 44299  ustructText	./encoding/json/decode_test.go	/^type ustructText struct {$/;"	t
 44300  usually	./net/net.go	/^\/\/ OpError is the error type usually returned by functions in the net$/;"	t
 44301  usub	./cmd/compile/internal/big/float.go	/^func (z *Float) usub(x, y *Float) {$/;"	f
 44302  usub	./math/big/float.go	/^func (z *Float) usub(x, y *Float) {$/;"	f
 44303  utcLoc	./time/zoneinfo.go	/^var utcLoc = Location{name: "UTC"}$/;"	v
 44304  utcTestData	./encoding/asn1/asn1_test.go	/^var utcTestData = []timeTest{$/;"	v
 44305  utctests	./time/time_test.go	/^var utctests = []TimeTest{$/;"	v
 44306  utf8map	./unicode/utf8/utf8_test.go	/^var utf8map = []Utf8Map{$/;"	v
 44307  utimensat	./syscall/zsyscall_linux_386.go	/^func utimensat(dirfd int, path string, times *[2]Timespec) (err error) {$/;"	f
 44308  utimensat	./syscall/zsyscall_linux_amd64.go	/^func utimensat(dirfd int, path string, times *[2]Timespec) (err error) {$/;"	f
 44309  utimensat	./syscall/zsyscall_linux_arm.go	/^func utimensat(dirfd int, path string, times *[2]Timespec) (err error) {$/;"	f
 44310  utimensat	./syscall/zsyscall_linux_arm64.go	/^func utimensat(dirfd int, path string, times *[2]Timespec) (err error) {$/;"	f
 44311  utimensat	./syscall/zsyscall_linux_ppc64.go	/^func utimensat(dirfd int, path string, times *[2]Timespec) (err error) {$/;"	f
 44312  utimensat	./syscall/zsyscall_linux_ppc64le.go	/^func utimensat(dirfd int, path string, times *[2]Timespec) (err error) {$/;"	f
 44313  utimes	./os/file_posix.go	/^	var utimes [2]syscall.Timespec$/;"	v
 44314  utimes	./syscall/zsyscall_darwin_386.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44315  utimes	./syscall/zsyscall_darwin_amd64.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44316  utimes	./syscall/zsyscall_darwin_arm.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44317  utimes	./syscall/zsyscall_darwin_arm64.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44318  utimes	./syscall/zsyscall_dragonfly_amd64.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44319  utimes	./syscall/zsyscall_freebsd_386.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44320  utimes	./syscall/zsyscall_freebsd_amd64.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44321  utimes	./syscall/zsyscall_freebsd_arm.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44322  utimes	./syscall/zsyscall_linux_386.go	/^func utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 44323  utimes	./syscall/zsyscall_linux_amd64.go	/^func utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 44324  utimes	./syscall/zsyscall_linux_arm.go	/^func utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 44325  utimes	./syscall/zsyscall_linux_arm64.go	/^func utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 44326  utimes	./syscall/zsyscall_linux_ppc64.go	/^func utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 44327  utimes	./syscall/zsyscall_linux_ppc64le.go	/^func utimes(path string, times *[2]Timeval) (err error) {$/;"	f
 44328  utimes	./syscall/zsyscall_netbsd_386.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44329  utimes	./syscall/zsyscall_netbsd_amd64.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44330  utimes	./syscall/zsyscall_netbsd_arm.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44331  utimes	./syscall/zsyscall_openbsd_386.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44332  utimes	./syscall/zsyscall_openbsd_amd64.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44333  utimes	./syscall/zsyscall_openbsd_arm.go	/^func utimes(path string, timeval *[2]Timeval) (err error) {$/;"	f
 44334  uv	./cmd/pprof/internal/driver/interactive.go	/^	var uv uint64$/;"	v
 44335  v1	./cmd/compile/internal/gc/popt.go	/^	var v1 *TempVar$/;"	v
 44336  v1	./cmd/compile/internal/gc/range.go	/^	var v1 *Node$/;"	v
 44337  v1	./cmd/compile/internal/gc/reg.go	/^	var v1 *Var$/;"	v
 44338  v1	./cmd/pprof/internal/profile/legacy_profile.go	/^	var v1, v2 int64$/;"	v
 44339  v1	./go/types/eval_test.go	/^		var v1 \/* v1 => , int *\/ = 42$/;"	v
 44340  v2	./cmd/compile/internal/gc/range.go	/^	var v2 *Node$/;"	v
 44341  v4InV6Prefix	./net/ip.go	/^var v4InV6Prefix = []byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff}$/;"	v
 44342  v_used	./go/types/assignments.go	/^	var v_used bool$/;"	v
 44343  vaddr	./cmd/internal/obj/x86/asm6.go	/^func vaddr(ctxt *obj.Link, p *obj.Prog, a *obj.Addr, r *obj.Reloc) int64 {$/;"	f
 44344  val	./cmd/compile/internal/gc/sinit.go	/^	var val *Node$/;"	v
 44345  val	./cmd/compile/internal/gc/unsafe.go	/^	var val Val$/;"	v
 44346  val	./cmd/link/internal/ld/pcln.go	/^	var val int32$/;"	v
 44347  val	./cmd/link/internal/ld/pe.go	/^	var val uint32$/;"	v
 44348  val	./database/sql/fakedb_test.go	/^		var val interface{}$/;"	v
 44349  val	./debug/dwarf/entry.go	/^		var val interface{}$/;"	v
 44350  val	./debug/dwarf/testdata/typedef.c	/^	short val;$/;"	m	struct:list	file:
 44351  val	./debug/dwarf/testdata/typedef.c	/^	unsigned long long val;$/;"	m	struct:tree	file:
 44352  val	./encoding/json/stream_test.go	/^		var val interface{}$/;"	v
 44353  val	./expvar/expvar_test.go	/^func (v *Float) val() float64 {$/;"	f
 44354  val	./go/constant/value.go	/^	var val *big.Int$/;"	v
 44355  val	./go/constant/value_test.go	/^func val(lit string) Value {$/;"	f
 44356  val	./go/internal/gcimporter/gcimporter.go	/^	var val exact.Value$/;"	v
 44357  val	./go/types/builtins.go	/^		var val constant.Value$/;"	v
 44358  val	./go/types/expr.go	/^	var val constant.Value$/;"	v
 44359  val	./math/rand/regress_test.go	/^				var val string$/;"	v
 44360  val	./reflect/all_test.go	/^			var val Value$/;"	v
 44361  val	./sync/atomic/atomic_test.go	/^		var val uint32$/;"	v
 44362  val	./sync/atomic/atomic_test.go	/^		var val uint64$/;"	v
 44363  valIndex	./go/types/initorder.go	/^func valIndex(a []*objNode) int {$/;"	f
 44364  valid	./crypto/x509/verify.go	/^	var valid string$/;"	v
 44365  valid	./encoding/gob/encode.go	/^func valid(v reflect.Value) bool {$/;"	f
 44366  validCookieDomain	./net/http/cookie.go	/^func validCookieDomain(v string) bool {$/;"	f
 44367  validCookiePathByte	./net/http/cookie.go	/^func validCookiePathByte(b byte) bool {$/;"	f
 44368  validCookieValueByte	./net/http/cookie.go	/^func validCookieValueByte(b byte) bool {$/;"	f
 44369  validEncodedPath	./net/url/url.go	/^func validEncodedPath(s string) bool {$/;"	f
 44370  validFiles	./go/parser/parser_test.go	/^var validFiles = []string{$/;"	v
 44371  validHeaderFieldByte	./net/textproto/reader.go	/^func validHeaderFieldByte(b byte) bool {$/;"	f
 44372  validID	./regexp/example_test.go	/^	var validID = regexp.MustCompile(`^[a-z]+\\[[0-9]+\\]$`)$/;"	v
 44373  validNPN	./net/http/server.go	/^func validNPN(proto string) bool {$/;"	f
 44374  validOptionalPort	./net/url/url.go	/^func validOptionalPort(port string) bool {$/;"	f
 44375  validRecs	./net/lookup_windows.go	/^func validRecs(r *syscall.DNSRecord, dnstype uint16, name string) []*syscall.DNSRecord {$/;"	f
 44376  validSymType	./cmd/internal/objfile/plan9obj.go	/^var validSymType = map[rune]bool{$/;"	v
 44377  validTests	./unicode/utf8/utf8_test.go	/^var validTests = []ValidTest{$/;"	v
 44378  validUserType	./encoding/gob/type.go	/^func validUserType(rt reflect.Type) (ut *userTypeInfo, err error) {$/;"	f
 44379  validate	./cmd/compile/internal/big/float.go	/^func (x *Float) validate() {$/;"	f
 44380  validate	./math/big/float.go	/^func (x *Float) validate() {$/;"	f
 44381  validateBinaryOperands	./cmd/compile/internal/big/float.go	/^func validateBinaryOperands(x, y *Float) {$/;"	f
 44382  validateBinaryOperands	./math/big/float.go	/^func validateBinaryOperands(x, y *Float) {$/;"	f
 44383  validateImmediate	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) validateImmediate(pseudo string, addr *obj.Addr) {$/;"	f
 44384  validateRegex	./cmd/pprof/internal/driver/interactive.go	/^func validateRegex(v string) error {$/;"	f
 44385  validateStructTag	./cmd/vet/structtag.go	/^func validateStructTag(tag string) error {$/;"	f
 44386  validateSymbol	./cmd/asm/internal/asm/asm.go	/^func (p *Parser) validateSymbol(pseudo string, addr *obj.Addr, offsetOk bool) {$/;"	f
 44387  validateTestMultipartContents	./net/http/request_test.go	/^func validateTestMultipartContents(t *testing.T, req *Request, allMem bool) {$/;"	f
 44388  validateType	./text/template/exec.go	/^func (s *state) validateType(value reflect.Value, typ reflect.Type) reflect.Value {$/;"	f
 44389  validatedImportPath	./go/types/resolver.go	/^func validatedImportPath(path string) (string, error) {$/;"	f
 44390  validity	./crypto/x509/x509.go	/^type validity struct {$/;"	t
 44391  validrunetests	./unicode/utf8/utf8_test.go	/^var validrunetests = []ValidRuneTest{$/;"	v
 44392  valids	./go/parser/short_test.go	/^var valids = []string{$/;"	v
 44393  valsize	./cmd/link/internal/ld/dwarf.go	/^	var valsize int$/;"	v
 44394  valtype	./cmd/link/internal/ld/dwarf.go	/^	var valtype *DWDie$/;"	v
 44395  value	./cmd/compile/internal/gc/cgen.go	/^		\/\/ go\/defer. generate go func value.$/;"	f
 44396  value	./cmd/compile/internal/gc/cgen.go	/^  *	proc=3	normal call to C pointer (not Go func value)$/;"	f
 44397  value	./cmd/compile/internal/gc/sinit.go	/^		var value *Node$/;"	v
 44398  value	./cmd/compile/internal/gc/sinit.go	/^	var value *Node$/;"	v
 44399  value	./cmd/compile/internal/gc/syntax.go	/^	OCFUNC      \/\/ reference to c function pointer (not go func value)$/;"	f
 44400  value	./cmd/link/internal/ld/dwarf.go	/^	var value int64$/;"	v
 44401  value	./cmd/pprof/internal/driver/interactive.go	/^	var value string$/;"	v
 44402  value	./compress/flate/huffman_bit_writer.go	/^	var value int32 = 2$/;"	v
 44403  value	./encoding/binary/binary.go	/^func (d *decoder) value(v reflect.Value) {$/;"	f
 44404  value	./encoding/binary/binary.go	/^func (e *encoder) value(v reflect.Value) {$/;"	f
 44405  value	./encoding/gob/debug.go	/^func (deb *debugger) value(indent tab, id typeId) {$/;"	f
 44406  value	./encoding/json/decode.go	/^func (d *decodeState) value(v reflect.Value) {$/;"	f
 44407  value	./encoding/xml/typeinfo.go	/^func (finfo *fieldInfo) value(v reflect.Value) reflect.Value {$/;"	f
 44408  value	./image/color/color.go	/^	\/\/ we use the func value directly, because funcs$/;"	f
 44409  value	./mime/mediatype.go	/^\/\/ ParseMediaType parses a media type value and any optional$/;"	t
 44410  value	./reflect/makefunc.go	/^	\/\/ Indirect Go func value (dummy) to obtain$/;"	f
 44411  value	./reflect/makefunc.go	/^	\/\/ actual code address. (A Go func value is a pointer$/;"	f
 44412  value	./reflect/makefunc.go	/^\/\/ func value - a value holding an actual func. The output is$/;"	f
 44413  value	./reflect/makefunc.go	/^\/\/ of a method value to an actual method func value, which is$/;"	f
 44414  value	./reflect/value.go	/^		\/\/ Non-nil func value points at data block.$/;"	f
 44415  value	./runtime/crash_test.go	/^	want := "go of nil func value"$/;"	f
 44416  value	./runtime/proc.go	/^\/\/ It assumes that f is a func value. Otherwise the behavior is undefined.$/;"	f
 44417  value	./runtime/proc1.go	/^		throw("go of nil func value")$/;"	f
 44418  value	./syscall/syscall_bsd.go	/^	var value ICMPv6Filter$/;"	v
 44419  value	./syscall/syscall_bsd.go	/^	var value IPMreq$/;"	v
 44420  value	./syscall/syscall_bsd.go	/^	var value IPv6MTUInfo$/;"	v
 44421  value	./syscall/syscall_bsd.go	/^	var value IPv6Mreq$/;"	v
 44422  value	./syscall/syscall_freebsd.go	/^	var value IPMreqn$/;"	v
 44423  value	./syscall/syscall_linux.go	/^	var value ICMPv6Filter$/;"	v
 44424  value	./syscall/syscall_linux.go	/^	var value IPMreq$/;"	v
 44425  value	./syscall/syscall_linux.go	/^	var value IPMreqn$/;"	v
 44426  value	./syscall/syscall_linux.go	/^	var value IPv6MTUInfo$/;"	v
 44427  value	./syscall/syscall_linux.go	/^	var value IPv6Mreq$/;"	v
 44428  value	./syscall/syscall_linux.go	/^	var value Ucred$/;"	v
 44429  value	./text/template/exec_test.go	/^	var value = struct{ Str string }{hello}$/;"	v
 44430  valueConverterTest	./database/sql/convert_test.go	/^type valueConverterTest struct {$/;"	t
 44431  valueConverterTest	./database/sql/driver/types_test.go	/^type valueConverterTest struct {$/;"	t
 44432  valueConverterTests	./database/sql/convert_test.go	/^var valueConverterTests = []valueConverterTest{$/;"	v
 44433  valueConverterTests	./database/sql/driver/types_test.go	/^var valueConverterTests = []valueConverterTest{$/;"	v
 44434  valueEncoder	./encoding/json/encode.go	/^func valueEncoder(v reflect.Value) encoderFunc {$/;"	f
 44435  valueExtractor	./cmd/pprof/internal/driver/driver.go	/^func valueExtractor(ix int) sampleValueFunc {$/;"	f
 44436  valueInterface	./encoding/json/decode.go	/^func (d *decodeState) valueInterface() interface{} {$/;"	f
 44437  valueInterface	./reflect/value.go	/^func valueInterface(v Value, safe bool) interface{} {$/;"	f
 44438  valueOrDefault	./net/http/httputil/dump.go	/^func valueOrDefault(value, def string) string {$/;"	f
 44439  valueOrDefault	./net/http/request.go	/^func valueOrDefault(value, def string) string {$/;"	f
 44440  valueOrDot	./cmd/pprof/internal/report/report.go	/^func valueOrDot(value int64, rpt *Report) string {$/;"	f
 44441  valueQuoted	./encoding/json/decode.go	/^func (d *decodeState) valueQuoted() interface{} {$/;"	f
 44442  valueSpec	./go/printer/nodes.go	/^func (p *printer) valueSpec(s *ast.ValueSpec, keepType bool) {$/;"	f
 44443  valueString	./text/template/exec_test.go	/^func valueString(v string) string {$/;"	f
 44444  valueSummary	./cmd/doc/pkg.go	/^func (pkg *Package) valueSummary(values []*doc.Value) {$/;"	f
 44445  valueTests	./reflect/all_test.go	/^var valueTests = []pair{$/;"	v
 44446  valueToString	./reflect/tostring_test.go	/^func valueToString(val Value) string {$/;"	f
 44447  valueToStringTests	./reflect/all_test.go	/^var valueToStringTests = []pair{$/;"	v
 44448  valueTypeDecoder	./cmd/pprof/internal/profile/encode.go	/^var valueTypeDecoder = []decoder{$/;"	v
 44449  valuecmp	./cmd/link/internal/ld/ldelf.go	/^func valuecmp(a *LSym, b *LSym) int {$/;"	f
 44450  values	./cmd/compile/internal/gc/fmt.go	/^\/\/	%E int		etype values (aka 'Kind')$/;"	t
 44451  values	./cmd/yacc/yacc.go	/^\/\/ assigned token type values$/;"	t
 44452  values	./encoding/gob/encoder_test.go	/^	var values = []interface{}{$/;"	v
 44453  values	./fmt/fmt_test.go	/^	var values = []float64{1, 0, -1, math.Inf(1), math.Inf(-1), math.NaN()}$/;"	v
 44454  values	./go/constant/value_test.go	/^	var values = []Value{$/;"	v
 44455  values	./go/parser/parser.go	/^	var values []ast.Expr$/;"	v
 44456  values	./go/printer/testdata/parser.go	/^	var values []ast.Expr$/;"	v
 44457  values	./runtime/map_test.go	/^	var values [100]string$/;"	v
 44458  varDecl	./go/types/decl.go	/^func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) {$/;"	f
 44459  varValue	./text/template/exec.go	/^func (s *state) varValue(name string) reflect.Value {$/;"	f
 44460  var_	./cmd/compile/internal/gc/select.go	/^	var var_ *Node$/;"	v
 44461  vararg	./cmd/compile/internal/gc/inl.go	/^	var vararg *Node      \/\/ the slice argument to a variadic call$/;"	v
 44462  varargs	./cmd/compile/internal/gc/inl.go	/^	var varargs *NodeList \/\/ the list of LHS names to put in vararg.$/;"	v
 44463  varargtype	./cmd/compile/internal/gc/inl.go	/^	var varargtype *Type$/;"	v
 44464  vardcl	./cmd/compile/internal/gc/go.y	/^vardcl:$/;"	l
 44465  vardcl_list	./cmd/compile/internal/gc/go.y	/^vardcl_list:$/;"	l
 44466  varexpr	./cmd/compile/internal/gc/walk.go	/^func varexpr(n *Node) bool {$/;"	f
 44467  vargen	./cmd/compile/internal/gc/dcl.go	/^var vargen int$/;"	v
 44468  varhash	./cmd/link/internal/ld/dwarf.go	/^	var varhash [HASHSIZE]*DWDie$/;"	v
 44469  variable	./text/template/exec.go	/^type variable struct {$/;"	t
 44470  variadic	./go/internal/gcimporter/gcimporter.go	/^		var variadic bool$/;"	v
 44471  variant	./cmd/compile/internal/ppc64/prog.go	/^	var variant int$/;"	v
 44472  variant2as	./cmd/compile/internal/ppc64/prog.go	/^func variant2as(as int, flags int) int {$/;"	f
 44473  varianttable	./cmd/compile/internal/ppc64/prog.go	/^var varianttable = [ppc64.ALAST][4]int{$/;"	v
 44474  varint	./cmd/internal/gcprog/gcprog.go	/^func (w *Writer) varint(x int64) {$/;"	f
 44475  varint	./debug/dwarf/buf.go	/^func (b *buf) varint() (c uint64, bits uint) {$/;"	f
 44476  varintbuf	./cmd/internal/obj/objfile.go	/^var varintbuf [10]uint8$/;"	v
 44477  variter	./cmd/compile/internal/gc/dcl.go	/^func variter(vl *NodeList, t *Node, el *NodeList) *NodeList {$/;"	f
 44478  varkillwalk	./cmd/compile/internal/gc/popt.go	/^func varkillwalk(v *TempVar, f0 *Flow, gen uint32) {$/;"	f
 44479  vars	./cmd/vet/testdata/nilfunc.go	/^		\/\/ no error; these func vars or fields may be nil$/;"	f
 44480  vars	./go/types/api_test.go	/^	var vars []string$/;"	v
 44481  vars	./go/types/stmt.go	/^			var vars []*Var$/;"	v
 44482  vauto	./cmd/compile/internal/gc/sinit.go	/^	\/\/	3. var vauto *[...]t = new([...]t)$/;"	v
 44483  vauto	./cmd/compile/internal/gc/sinit.go	/^	\/\/	var vauto *[...]t = new([...]t)$/;"	v
 44484  vbar	./text/tabwriter/tabwriter.go	/^var vbar = []byte{'|'}$/;"	v
 44485  vc	./math/cmplx/cmath_test.go	/^var vc = []complex128{$/;"	v
 44486  vc26	./math/cmplx/cmath_test.go	/^var vc26 = []complex128{$/;"	v
 44487  vcAbsSC	./math/cmplx/cmath_test.go	/^var vcAbsSC = []complex128{$/;"	v
 44488  vcAcosSC	./math/cmplx/cmath_test.go	/^var vcAcosSC = []complex128{$/;"	v
 44489  vcAcoshSC	./math/cmplx/cmath_test.go	/^var vcAcoshSC = []complex128{$/;"	v
 44490  vcAsinSC	./math/cmplx/cmath_test.go	/^var vcAsinSC = []complex128{$/;"	v
 44491  vcAsinhSC	./math/cmplx/cmath_test.go	/^var vcAsinhSC = []complex128{$/;"	v
 44492  vcAtanSC	./math/cmplx/cmath_test.go	/^var vcAtanSC = []complex128{$/;"	v
 44493  vcAtanhSC	./math/cmplx/cmath_test.go	/^var vcAtanhSC = []complex128{$/;"	v
 44494  vcConjSC	./math/cmplx/cmath_test.go	/^var vcConjSC = []complex128{$/;"	v
 44495  vcCosSC	./math/cmplx/cmath_test.go	/^var vcCosSC = []complex128{$/;"	v
 44496  vcCoshSC	./math/cmplx/cmath_test.go	/^var vcCoshSC = []complex128{$/;"	v
 44497  vcExpSC	./math/cmplx/cmath_test.go	/^var vcExpSC = []complex128{$/;"	v
 44498  vcIsNaNSC	./math/cmplx/cmath_test.go	/^var vcIsNaNSC = []complex128{$/;"	v
 44499  vcLog10SC	./math/cmplx/cmath_test.go	/^var vcLog10SC = []complex128{$/;"	v
 44500  vcLogSC	./math/cmplx/cmath_test.go	/^var vcLogSC = []complex128{$/;"	v
 44501  vcPolarSC	./math/cmplx/cmath_test.go	/^var vcPolarSC = []complex128{$/;"	v
 44502  vcPowSC	./math/cmplx/cmath_test.go	/^var vcPowSC = [][2]complex128{$/;"	v
 44503  vcSinSC	./math/cmplx/cmath_test.go	/^var vcSinSC = []complex128{$/;"	v
 44504  vcSinhSC	./math/cmplx/cmath_test.go	/^var vcSinhSC = []complex128{$/;"	v
 44505  vcSqrtSC	./math/cmplx/cmath_test.go	/^var vcSqrtSC = []complex128{$/;"	v
 44506  vcTanSC	./math/cmplx/cmath_test.go	/^var vcTanSC = []complex128{$/;"	v
 44507  vcTanhSC	./math/cmplx/cmath_test.go	/^var vcTanhSC = []complex128{$/;"	v
 44508  vcsByCmd	./cmd/go/vcs.go	/^func vcsByCmd(cmd string) *vcsCmd {$/;"	f
 44509  vcsBzr	./cmd/go/vcs.go	/^var vcsBzr = &vcsCmd{$/;"	v
 44510  vcsCmd	./cmd/go/vcs.go	/^type vcsCmd struct {$/;"	t
 44511  vcsForDir	./cmd/go/vcs.go	/^func vcsForDir(p *Package) (vcs *vcsCmd, root string, err error) {$/;"	f
 44512  vcsGit	./cmd/go/vcs.go	/^var vcsGit = &vcsCmd{$/;"	v
 44513  vcsHg	./cmd/go/vcs.go	/^var vcsHg = &vcsCmd{$/;"	v
 44514  vcsList	./cmd/go/vcs.go	/^var vcsList = []*vcsCmd{$/;"	v
 44515  vcsPath	./cmd/go/vcs.go	/^type vcsPath struct {$/;"	t
 44516  vcsPaths	./cmd/go/vcs.go	/^var vcsPaths = []*vcsPath{$/;"	v
 44517  vcsPathsAfterDynamic	./cmd/go/vcs.go	/^var vcsPathsAfterDynamic = []*vcsPath{$/;"	v
 44518  vcsSvn	./cmd/go/vcs.go	/^var vcsSvn = &vcsCmd{$/;"	v
 44519  vdso_find_version	./runtime/vdso_linux_amd64.go	/^func vdso_find_version(info *vdso_info, ver *version_key) int32 {$/;"	f
 44520  vdso_info	./runtime/vdso_linux_amd64.go	/^type vdso_info struct {$/;"	t
 44521  vdso_init_from_sysinfo_ehdr	./runtime/vdso_linux_amd64.go	/^func vdso_init_from_sysinfo_ehdr(info *vdso_info, hdr *elf64Ehdr) {$/;"	f
 44522  vdso_parse_symbols	./runtime/vdso_linux_amd64.go	/^func vdso_parse_symbols(info *vdso_info, version int32) {$/;"	f
 44523  vendorSearch	./cmd/go/pkg.go	/^	var vendorSearch []string$/;"	v
 44524  vendored	./cmd/go/pkg.go	/^func (p *Package) vendored(imports []string) []string {$/;"	f
 44525  vendoredImportPath	./cmd/go/pkg.go	/^func vendoredImportPath(parent *Package, path string) (found string, searched []string) {$/;"	f
 44526  verify	./cmd/cover/testdata/main.go	/^func verify() {$/;"	f
 44527  verify	./container/heap/heap_test.go	/^func (h myHeap) verify(t *testing.T, i int) {$/;"	f
 44528  verify	./container/ring/ring_test.go	/^func verify(t *testing.T, r *Ring, N int, sum int) {$/;"	f
 44529  verify	./go/types/hilbert_test.go	/^func (g *gen) verify(n int) {$/;"	f
 44530  verify	./regexp/testdata/testregex.c	/^	int		verify;$/;"	m	struct:__anon2	file:
 44531  verify	./text/tabwriter/tabwriter_test.go	/^func verify(t *testing.T, testname string, w *Writer, b *buffer, src, expected string) {$/;"	f
 44532  verifyChecksum	./archive/tar/reader.go	/^func (tr *Reader) verifyChecksum(header []byte) bool {$/;"	f
 44533  verifyChecksum	./image/png/reader.go	/^func (d *decoder) verifyChecksum() error {$/;"	f
 44534  verifyGCBits	./reflect/all_test.go	/^func verifyGCBits(t *testing.T, typ Type, bits []byte) {$/;"	f
 44535  verifyGCBitsSlice	./reflect/all_test.go	/^func verifyGCBitsSlice(t *testing.T, typ Type, cap int, bits []byte) {$/;"	f
 44536  verifyGCInfo	./runtime/gcinfo_test.go	/^func verifyGCInfo(t *testing.T, name string, p interface{}, mask0 []byte) {$/;"	f
 44537  verifyInf	./fmt/scan_test.go	/^func verifyInf(str string, t *testing.T) {$/;"	f
 44538  verifyInt	./encoding/gob/codec_test.go	/^func verifyInt(i int64, t *testing.T) {$/;"	f
 44539  verifyNaN	./fmt/scan_test.go	/^func verifyNaN(str string, t *testing.T) {$/;"	f
 44540  verifyPSS	./crypto/rsa/pss.go	/^func verifyPSS(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte, saltLen int) error {$/;"	f
 44541  verifyPanic	./cmd/cover/testdata/main.go	/^func verifyPanic() {$/;"	f
 44542  verifyPositions	./go/token/position_test.go	/^func verifyPositions(t *testing.T, fset *FileSet, f *File, lines []int) {$/;"	f
 44543  verifyRange	./unicode/maketables.go	/^func verifyRange(name string, inCategory Op, table *unicode.RangeTable) {$/;"	f
 44544  verifyTest	./crypto/x509/verify_test.go	/^type verifyTest struct {$/;"	t
 44545  verifyTests	./crypto/x509/verify_test.go	/^var verifyTests = []verifyTest{$/;"	v
 44546  verifyTime	./crypto/x509/root_windows.go	/^	var verifyTime *syscall.Filetime$/;"	v
 44547  verneed	./debug/elf/file.go	/^type verneed struct {$/;"	t
 44548  version	./debug/dwarf/buf.go	/^func (u unknownFormat) version() int {$/;"	f
 44549  version	./debug/dwarf/unit.go	/^func (u *unit) version() int {$/;"	f
 44550  version	./net/http/request_test.go	/^			type version struct {$/;"	t
 44551  version	./unicode/maketables.go	/^func version() string {$/;"	f
 44552  versionStrings	./debug/elf/elf.go	/^var versionStrings = []intName{$/;"	v
 44553  version_key	./runtime/vdso_linux_amd64.go	/^type version_key struct {$/;"	t
 44554  veryclose	./math/all_test.go	/^func veryclose(a, b float64) bool  { return tolerance(a, b, 4e-16) }$/;"	f
 44555  veryclose	./math/cmplx/cmath_test.go	/^func veryclose(a, b float64) bool  { return tolerance(a, b, 4e-16) }$/;"	f
 44556  vet	./cmd/vet/main.go	/^func vet(name string) bool {$/;"	f
 44557  vf	./math/all_test.go	/^var vf = []float64{$/;"	v
 44558  vf	./runtime/sqrt_test.go	/^var vf = []float64{$/;"	v
 44559  vfacosSC	./math/all_test.go	/^var vfacosSC = []float64{$/;"	v
 44560  vfacoshSC	./math/all_test.go	/^var vfacoshSC = []float64{$/;"	v
 44561  vfasinSC	./math/all_test.go	/^var vfasinSC = []float64{$/;"	v
 44562  vfasinhSC	./math/all_test.go	/^var vfasinhSC = []float64{$/;"	v
 44563  vfatan2SC	./math/all_test.go	/^var vfatan2SC = [][2]float64{$/;"	v
 44564  vfatanSC	./math/all_test.go	/^var vfatanSC = []float64{$/;"	v
 44565  vfatanhSC	./math/all_test.go	/^var vfatanhSC = []float64{$/;"	v
 44566  vfcbrtSC	./math/all_test.go	/^var vfcbrtSC = []float64{$/;"	v
 44567  vfceilSC	./math/all_test.go	/^var vfceilSC = []float64{$/;"	v
 44568  vfcopysignSC	./math/all_test.go	/^var vfcopysignSC = []float64{$/;"	v
 44569  vfcosSC	./math/all_test.go	/^var vfcosSC = []float64{$/;"	v
 44570  vfcoshSC	./math/all_test.go	/^var vfcoshSC = []float64{$/;"	v
 44571  vferfSC	./math/all_test.go	/^var vferfSC = []float64{$/;"	v
 44572  vferfcSC	./math/all_test.go	/^var vferfcSC = []float64{$/;"	v
 44573  vfexpSC	./math/all_test.go	/^var vfexpSC = []float64{$/;"	v
 44574  vfexpm1SC	./math/all_test.go	/^var vfexpm1SC = []float64{$/;"	v
 44575  vffabsSC	./math/all_test.go	/^var vffabsSC = []float64{$/;"	v
 44576  vffdim2SC	./math/all_test.go	/^var vffdim2SC = [][2]float64{$/;"	v
 44577  vffdimSC	./math/all_test.go	/^var vffdimSC = [][2]float64{$/;"	v
 44578  vffmodSC	./math/all_test.go	/^var vffmodSC = [][2]float64{$/;"	v
 44579  vffrexpBC	./math/all_test.go	/^var vffrexpBC = []float64{$/;"	v
 44580  vffrexpSC	./math/all_test.go	/^var vffrexpSC = []float64{$/;"	v
 44581  vfgammaSC	./math/all_test.go	/^var vfgammaSC = []float64{$/;"	v
 44582  vfhypotSC	./math/all_test.go	/^var vfhypotSC = [][2]float64{$/;"	v
 44583  vfilogbSC	./math/all_test.go	/^var vfilogbSC = []float64{$/;"	v
 44584  vfj0SC	./math/all_test.go	/^var vfj0SC = []float64{$/;"	v
 44585  vflag	./cmd/yacc/yacc.go	/^var vflag string  \/\/ -v [y.output]	- y.output file$/;"	v
 44586  vfldexpBC	./math/all_test.go	/^var vfldexpBC = []fi{$/;"	v
 44587  vfldexpSC	./math/all_test.go	/^var vfldexpSC = []fi{$/;"	v
 44588  vflgammaSC	./math/all_test.go	/^var vflgammaSC = []float64{$/;"	v
 44589  vflog1pSC	./math/all_test.go	/^var vflog1pSC = []float64{$/;"	v
 44590  vflogSC	./math/all_test.go	/^var vflogSC = []float64{$/;"	v
 44591  vflogbSC	./math/all_test.go	/^var vflogbSC = []float64{$/;"	v
 44592  vfmodfSC	./math/all_test.go	/^var vfmodfSC = []float64{$/;"	v
 44593  vfnextafter32SC	./math/all_test.go	/^var vfnextafter32SC = [][2]float32{$/;"	v
 44594  vfnextafter64SC	./math/all_test.go	/^var vfnextafter64SC = [][2]float64{$/;"	v
 44595  vfpCases	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func vfpCases(t *testing.T) func(func([]byte)) {$/;"	f
 44596  vfpow10SC	./math/all_test.go	/^var vfpow10SC = []int{$/;"	v
 44597  vfpowSC	./math/all_test.go	/^var vfpowSC = [][2]float64{$/;"	v
 44598  vfsignbitSC	./math/all_test.go	/^var vfsignbitSC = []float64{$/;"	v
 44599  vfsinSC	./math/all_test.go	/^var vfsinSC = []float64{$/;"	v
 44600  vfsinhSC	./math/all_test.go	/^var vfsinhSC = []float64{$/;"	v
 44601  vfsqrtSC	./math/all_test.go	/^var vfsqrtSC = []float64{$/;"	v
 44602  vfsqrtSC	./runtime/sqrt_test.go	/^var vfsqrtSC = []float64{$/;"	v
 44603  vftanhSC	./math/all_test.go	/^var vftanhSC = []float64{$/;"	v
 44604  vfunc	./text/template/exec_test.go	/^func vfunc(V, *V) string {$/;"	f
 44605  vfy0SC	./math/all_test.go	/^var vfy0SC = []float64{$/;"	v
 44606  vgradAlpha	./image/draw/draw_test.go	/^func vgradAlpha(alpha int) image.Image {$/;"	f
 44607  vgradCr	./image/draw/draw_test.go	/^func vgradCr() image.Image {$/;"	f
 44608  vgradGray	./image/draw/draw_test.go	/^func vgradGray() image.Image {$/;"	f
 44609  vgradGreen	./image/draw/draw_test.go	/^func vgradGreen(alpha int) image.Image {$/;"	f
 44610  vgradGreenNRGBA	./image/draw/draw_test.go	/^func vgradGreenNRGBA(alpha int) image.Image {$/;"	f
 44611  vgradMagenta	./image/draw/draw_test.go	/^func vgradMagenta() image.Image {$/;"	f
 44612  vi	./debug/dwarf/testdata/typedef.c	/^	volatile int vi;$/;"	m	struct:my_struct	file:
 44613  vi	./debug/dwarf/testdata/typedef.c	/^	volatile int vi;$/;"	m	union:my_union	file:
 44614  via	./net/http/client.go	/^	var via []*Request$/;"	v
 44615  viewer	./cmd/trace/trace.go	/^				var viewer = new tr.TraceViewer('\/jsontrace{{PARAMS}}');$/;"	v
 44616  visible	./cmd/cover/html.go	/^		var visible = document.getElementById('file0');$/;"	v
 44617  visit	./cmd/compile/internal/gc/esc.go	/^func (v *bottomUpVisitor) visit(n *Node) uint32 {$/;"	f
 44618  visit	./cmd/vet/main.go	/^func visit(path string, f os.FileInfo, err error) error {$/;"	f
 44619  visit	./reflect/deepequal.go	/^type visit struct {$/;"	t
 44620  visitBottomUp	./cmd/compile/internal/gc/esc.go	/^func visitBottomUp(list *NodeList, analyze func(list *NodeList, recursive bool)) {$/;"	f
 44621  visitComponents	./cmd/compile/internal/gc/gen.go	/^func visitComponents(t *Type, startOffset int64, f func(elem *Type, elemOffset int64) bool) bool {$/;"	f
 44622  visitFile	./cmd/fix/main.go	/^func visitFile(path string, f os.FileInfo, err error) error {$/;"	f
 44623  visitFile	./cmd/gofmt/gofmt.go	/^func visitFile(path string, f os.FileInfo, err error) error {$/;"	f
 44624  visitcode	./cmd/compile/internal/gc/esc.go	/^func (v *bottomUpVisitor) visitcode(n *Node, min uint32) uint32 {$/;"	f
 44625  visitcodelist	./cmd/compile/internal/gc/esc.go	/^func (v *bottomUpVisitor) visitcodelist(l *NodeList, min uint32) uint32 {$/;"	f
 44626  visitor	./go/printer/printer_test.go	/^type visitor chan *ast.Ident$/;"	t
 44627  vizTmpDir	./cmd/pprof/internal/commands/commands.go	/^var vizTmpDir string$/;"	v
 44628  vlen	./cmd/link/internal/ld/data.go	/^	var vlen int64$/;"	v
 44629  vmatch1	./cmd/compile/internal/gc/walk.go	/^func vmatch1(l *Node, r *Node) bool {$/;"	f
 44630  vmatch2	./cmd/compile/internal/gc/walk.go	/^func vmatch2(l *Node, r *Node) bool {$/;"	f
 44631  vmkcall	./cmd/compile/internal/gc/walk.go	/^func vmkcall(fn *Node, t *Type, init **NodeList, va []*Node) *Node {$/;"	f
 44632  void	./cmd/cgo/doc.go	/^The C type void* is represented by Go's unsafe.Pointer.$/;"	t
 44633  volToUpper	./syscall/exec_windows.go	/^func volToUpper(ch int) int {$/;"	f
 44634  volumeName	./os/stat_windows.go	/^func volumeName(path string) (v string) {$/;"	f
 44635  volumeNameLen	./path/filepath/path_plan9.go	/^func volumeNameLen(path string) int {$/;"	f
 44636  volumeNameLen	./path/filepath/path_unix.go	/^func volumeNameLen(path string) int {$/;"	f
 44637  volumeNameLen	./path/filepath/path_windows.go	/^func volumeNameLen(path string) int {$/;"	f
 44638  volumenametests	./path/filepath/path_test.go	/^var volumenametests = []VolumeNameTest{$/;"	v
 44639  vreg	./cmd/compile/internal/gc/reg.go	/^	var vreg uint64$/;"	v
 44640  vreg	./runtime/defs_linux_ppc64.go	/^type vreg struct {$/;"	t
 44641  vreg	./runtime/defs_linux_ppc64le.go	/^type vreg struct {$/;"	t
 44642  vregoff	./cmd/internal/obj/ppc64/asm9.go	/^func vregoff(ctxt *obj.Link, a *obj.Addr) int64 {$/;"	f
 44643  vstat	./cmd/compile/internal/gc/sinit.go	/^	\/\/	var vstat [...]t$/;"	v
 44644  vstat	./cmd/compile/internal/gc/sinit.go	/^	var vstat *Node$/;"	v
 44645  vtests	./net/http/serve_test.go	/^var vtests = []struct {$/;"	v
 44646  vv	./cmd/compile/internal/gc/dcl.go	/^	var vv *NodeList$/;"	v
 44647  vv	./cmd/vet/testdata/unsafeptr.go	/^	var vv V$/;"	v
 44648  w0	./bufio/bufio_test.go	/^	var w0 writeCountingDiscard$/;"	v
 44649  w1	./bufio/bufio_test.go	/^	var w1 writeCountingDiscard$/;"	v
 44650  w_buf	./crypto/sha1/sha1block_arm.s	/^#define w_buf	buf-(8+4*80)(SP)	\/\/80 words temporary buffer w uint32[80]$/;"	d
 44651  wait	./os/exec_plan9.go	/^func (p *Process) wait() (ps *ProcessState, err error) {$/;"	f
 44652  wait	./os/exec_unix.go	/^func (p *Process) wait() (ps *ProcessState, err error) {$/;"	f
 44653  wait	./os/exec_windows.go	/^func (p *Process) wait() (ps *ProcessState, err error) {$/;"	f
 44654  wait	./runtime/mgc.go	/^func (s *bgMarkSignal) wait() {$/;"	f
 44655  wait	./runtime/netpoll_solaris.go	/^	var wait *timespec$/;"	v
 44656  wait	./runtime/netpoll_windows.go	/^	var wait, qty, key, flags, n, i uint32$/;"	v
 44657  wait	./syscall/srpc_nacl.go	/^func (c *srpcClient) wait(r *srpc) {$/;"	f
 44658  wait4	./syscall/syscall_solaris.go	/^func wait4(pid uintptr, wstatus *WaitStatus, options uintptr, rusage *Rusage) (wpid uintptr, err uintptr)$/;"	f
 44659  wait4	./syscall/zsyscall_darwin_386.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44660  wait4	./syscall/zsyscall_darwin_amd64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44661  wait4	./syscall/zsyscall_darwin_arm.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44662  wait4	./syscall/zsyscall_darwin_arm64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44663  wait4	./syscall/zsyscall_dragonfly_amd64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44664  wait4	./syscall/zsyscall_freebsd_386.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44665  wait4	./syscall/zsyscall_freebsd_amd64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44666  wait4	./syscall/zsyscall_freebsd_arm.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44667  wait4	./syscall/zsyscall_linux_386.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44668  wait4	./syscall/zsyscall_linux_amd64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44669  wait4	./syscall/zsyscall_linux_arm.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44670  wait4	./syscall/zsyscall_linux_arm64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44671  wait4	./syscall/zsyscall_linux_ppc64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44672  wait4	./syscall/zsyscall_linux_ppc64le.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44673  wait4	./syscall/zsyscall_netbsd_386.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44674  wait4	./syscall/zsyscall_netbsd_amd64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44675  wait4	./syscall/zsyscall_netbsd_arm.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44676  wait4	./syscall/zsyscall_openbsd_386.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44677  wait4	./syscall/zsyscall_openbsd_amd64.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44678  wait4	./syscall/zsyscall_openbsd_arm.go	/^func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {$/;"	f
 44679  waitErr	./syscall/exec_plan9.go	/^type waitErr struct {$/;"	t
 44680  waitForBodyRead	./net/http/transport.go	/^		var waitForBodyRead chan bool \/\/ channel is nil when there's no body$/;"	v
 44681  waitGroupHandler	./net/http/httptest/server.go	/^type waitGroupHandler struct {$/;"	t
 44682  waitRead	./syscall/net_nacl.go	/^func (q *queue) waitRead(n int, deadline int64) (int, error) {$/;"	f
 44683  waitSig	./os/signal/signal_plan9_test.go	/^func waitSig(t *testing.T, c <-chan os.Signal, sig os.Signal) {$/;"	f
 44684  waitSig	./os/signal/signal_test.go	/^func waitSig(t *testing.T, c <-chan os.Signal, sig os.Signal) {$/;"	f
 44685  waitWrite	./syscall/net_nacl.go	/^func (q *queue) waitWrite(n int, deadline int64) (int, error) {$/;"	f
 44686  waitfor	./runtime/traceback.go	/^	var waitfor int64$/;"	v
 44687  waitmsg	./os/exec_plan9.go	/^	var waitmsg syscall.Waitmsg$/;"	v
 44688  waitq	./runtime/chan.go	/^type waitq struct {$/;"	t
 44689  waits	./encoding/json/encode.go	/^	\/\/ indirect func before we build it. This type waits on the$/;"	t
 44690  wake	./runtime/sema.go	/^		var wake *sudog$/;"	v
 44691  wakefing	./runtime/mfinal.go	/^func wakefing() *g {$/;"	f
 44692  wakep	./runtime/proc1.go	/^func wakep() {$/;"	f
 44693  walk	./cmd/cgo/ast.go	/^func (f *File) walk(x interface{}, context string, visit func(*File, interface{}, string)) {$/;"	f
 44694  walk	./cmd/compile/internal/gc/swt.go	/^func (s *exprSwitch) walk(sw *Node) {$/;"	f
 44695  walk	./cmd/compile/internal/gc/swt.go	/^func (s *typeSwitch) walk(sw *Node) {$/;"	f
 44696  walk	./cmd/compile/internal/gc/walk.go	/^func walk(fn *Node) {$/;"	f
 44697  walk	./cmd/fix/fix.go	/^func walk(x interface{}, visit func(interface{})) {$/;"	f
 44698  walk	./cmd/go/pkg.go	/^	var walk func(*Package)$/;"	v
 44699  walk	./path/filepath/path.go	/^func walk(path string, info os.FileInfo, walkFn WalkFunc) error {$/;"	f
 44700  walk	./regexp/onepass.go	/^func walk(prog *syntax.Prog, funcs ...func(ip, next uint32)) {$/;"	f
 44701  walk	./text/template/exec.go	/^func (s *state) walk(dot reflect.Value, node parse.Node) {$/;"	f
 44702  walk1	./regexp/onepass.go	/^	var walk1 func(uint32)$/;"	v
 44703  walkBeforeAfter	./cmd/fix/fix.go	/^func walkBeforeAfter(x interface{}, before, after func(interface{})) {$/;"	f
 44704  walkBinary	./go/printer/nodes.go	/^func walkBinary(e *ast.BinaryExpr) (has4, has5 bool, maxProblem int) {$/;"	f
 44705  walkCases	./cmd/compile/internal/gc/swt.go	/^func (s *exprSwitch) walkCases(cc []*caseClause) *Node {$/;"	f
 44706  walkCases	./cmd/compile/internal/gc/swt.go	/^func (s *typeSwitch) walkCases(cc []*caseClause) *Node {$/;"	f
 44707  walkDeclList	./go/ast/walk.go	/^func walkDeclList(v Visitor, list []Decl) {$/;"	f
 44708  walkDir	./cmd/fix/main.go	/^func walkDir(path string) {$/;"	f
 44709  walkDir	./cmd/gofmt/gofmt.go	/^func walkDir(path string) {$/;"	f
 44710  walkDir	./cmd/vet/main.go	/^func walkDir(root string) {$/;"	f
 44711  walkDirs	./go/types/stdlib_test.go	/^func walkDirs(t *testing.T, dir string) {$/;"	f
 44712  walkExprList	./go/ast/walk.go	/^func walkExprList(v Visitor, list []Expr) {$/;"	f
 44713  walkFile	./cmd/vet/main.go	/^func (f *File) walkFile(name string, file *ast.File) {$/;"	f
 44714  walkIdentList	./go/ast/walk.go	/^func walkIdentList(v Visitor, list []*Ident) {$/;"	f
 44715  walkIfOrWith	./text/template/exec.go	/^func (s *state) walkIfOrWith(typ parse.NodeType, dot reflect.Value, pipe *parse.PipeNode, list, elseList *parse.ListNode) {$/;"	f
 44716  walkKey	./internal/syscall/windows/registry/registry_test.go	/^func walkKey(t *testing.T, k registry.Key, kname string) {$/;"	f
 44717  walkRange	./text/template/exec.go	/^func (s *state) walkRange(dot reflect.Value, r *parse.RangeNode) {$/;"	f
 44718  walkStmtList	./go/ast/walk.go	/^func walkStmtList(v Visitor, list []Stmt) {$/;"	f
 44719  walkSymlinks	./path/filepath/symlink.go	/^func walkSymlinks(path string) (string, error) {$/;"	f
 44720  walkTemplate	./text/template/exec.go	/^func (s *state) walkTemplate(dot reflect.Value, t *parse.TemplateNode) {$/;"	f
 44721  walkTree	./path/filepath/path_test.go	/^func walkTree(n *Node, path string, f func(path string, n *Node)) {$/;"	f
 44722  walkappend	./cmd/compile/internal/gc/walk.go	/^func walkappend(n *Node, init **NodeList, dst *Node) *Node {$/;"	f
 44723  walkclosure	./cmd/compile/internal/gc/closure.go	/^func walkclosure(func_ *Node, init **NodeList) *Node {$/;"	f
 44724  walkcompare	./cmd/compile/internal/gc/walk.go	/^func walkcompare(np **Node, init **NodeList) {$/;"	f
 44725  walkdiv	./cmd/compile/internal/gc/walk.go	/^func walkdiv(np **Node, init **NodeList) {$/;"	f
 44726  walkexpr	./cmd/compile/internal/gc/walk.go	/^func walkexpr(np **Node, init **NodeList) {$/;"	f
 44727  walkexprlist	./cmd/compile/internal/gc/walk.go	/^func walkexprlist(l *NodeList, init **NodeList) {$/;"	f
 44728  walkexprlistcheap	./cmd/compile/internal/gc/walk.go	/^func walkexprlistcheap(l *NodeList, init **NodeList) {$/;"	f
 44729  walkexprlistsafe	./cmd/compile/internal/gc/walk.go	/^func walkexprlistsafe(l *NodeList, init **NodeList) {$/;"	f
 44730  walkmul	./cmd/compile/internal/gc/walk.go	/^func walkmul(np **Node, init **NodeList) {$/;"	f
 44731  walkpartialcall	./cmd/compile/internal/gc/closure.go	/^func walkpartialcall(n *Node, init **NodeList) *Node {$/;"	f
 44732  walkprint	./cmd/compile/internal/gc/walk.go	/^func walkprint(nn *Node, init **NodeList) *Node {$/;"	f
 44733  walkprintfunc	./cmd/compile/internal/gc/walk.go	/^func walkprintfunc(np **Node, init **NodeList) {$/;"	f
 44734  walkprintfunc_prgen	./cmd/compile/internal/gc/walk.go	/^var walkprintfunc_prgen int$/;"	v
 44735  walkrange	./cmd/compile/internal/gc/range.go	/^func walkrange(n *Node) {$/;"	f
 44736  walkrotate	./cmd/compile/internal/gc/walk.go	/^func walkrotate(np **Node) {$/;"	f
 44737  walkselect	./cmd/compile/internal/gc/select.go	/^func walkselect(sel *Node) {$/;"	f
 44738  walkstmt	./cmd/compile/internal/gc/walk.go	/^func walkstmt(np **Node) {$/;"	f
 44739  walkstmtlist	./cmd/compile/internal/gc/walk.go	/^func walkstmtlist(l *NodeList) {$/;"	f
 44740  walkswitch	./cmd/compile/internal/gc/swt.go	/^func walkswitch(sw *Node) {$/;"	f
 44741  walksymtab	./debug/gosym/symtab.go	/^func walksymtab(data []byte, fn func(sym) error) error {$/;"	f
 44742  walksymtab	./debug/plan9obj/file.go	/^func walksymtab(data []byte, ptrsz int, fn func(sym) error) error {$/;"	f
 44743  walktypedef	./cmd/link/internal/ld/dwarf.go	/^func walktypedef(die *DWDie) *DWDie {$/;"	f
 44744  walkvardef	./cmd/compile/internal/gc/reg.go	/^func walkvardef(n *Node, f *Flow, active int) {$/;"	f
 44745  want	./crypto/x509/root_darwin_test.go	/^	var want int$/;"	v
 44746  want	./go/types/issues_test.go	/^		var want Type$/;"	v
 44747  want	./image/png/reader_test.go	/^		var want color.Color$/;"	v
 44748  want	./net/textproto/reader_test.go	/^		var want int$/;"	v
 44749  want	./os/signal/signal.go	/^func (h *handler) want(sig int) bool {$/;"	f
 44750  want	./syscall/syscall_windows_test.go	/^	var want byte = 2 \/\/ it is unlikely to have this character in the filename$/;"	v
 44751  want	./time/format_test.go	/^		var want string$/;"	v
 44752  want500Test	./net/http/cgi/matryoshka_test.go	/^func want500Test(t *testing.T, path string) {$/;"	f
 44753  wantArchive	./cmd/go/go_test.go	/^func (tg *testgoData) wantArchive(path string) {$/;"	f
 44754  wantBody	./net/http/transport_test.go	/^func wantBody(res *Response, err error, want string) error {$/;"	f
 44755  wantErr	./net/http/requestwrite_test.go	/^		var wantErr error$/;"	v
 44756  wantExecutable	./cmd/go/go_test.go	/^func (tg *testgoData) wantExecutable(path, msg string) {$/;"	f
 44757  wantNotStale	./cmd/go/go_test.go	/^func (tg *testgoData) wantNotStale(pkg, msg string) {$/;"	f
 44758  wantPanicString	./text/tabwriter/tabwriter_test.go	/^func wantPanicString(t *testing.T, want string) {$/;"	f
 44759  wantRange	./net/http/fs_test.go	/^type wantRange struct {$/;"	t
 44760  wantStale	./cmd/go/go_test.go	/^func (tg *testgoData) wantStale(pkg, msg string) {$/;"	f
 44761  wantedAndErrReader	./io/io_test.go	/^type wantedAndErrReader struct{}$/;"	t
 44762  wantsClose	./net/http/request.go	/^func (r *Request) wantsClose() bool {$/;"	f
 44763  wantsHttp10KeepAlive	./net/http/request.go	/^func (r *Request) wantsHttp10KeepAlive() bool {$/;"	f
 44764  warn	./cmd/fix/fix.go	/^func warn(pos token.Pos, msg string, args ...interface{}) {$/;"	f
 44765  warnNoMatches	./cmd/pprof/internal/driver/driver.go	/^func warnNoMatches(match bool, rx, option string, ui plugin.UI) {$/;"	f
 44766  warnf	./cmd/vet/main.go	/^func warnf(format string, args ...interface{}) {$/;"	f
 44767  warnings	./regexp/testdata/testregex.c	/^	int		warnings;$/;"	m	struct:__anon2	file:
 44768  was	./go/types/expr.go	/^			\/\/ The rhs type was updated when checking the shift.$/;"	t
 44769  was	./go/types/lookup.go	/^	prev := make(map[*Named]int) \/\/ index at which type was previously seen$/;"	t
 44770  was	./go/types/lookup.go	/^\/\/	- If indirect is set, a method with a pointer receiver type was found$/;"	t
 44771  was	./internal/syscall/windows/registry/value.go	/^	\/\/ ErrUnexpectedType is returned by Get*Value when the value's type was unexpected.$/;"	t
 44772  was	./reflect/type.go	/^	\/\/ If the type was predeclared (string, error) or unnamed (*T, struct{}, []int),$/;"	t
 44773  was	./runtime/mgcmark.go	/^		\/\/ cgocallback_gofunc was originally called. We can't$/;"	f
 44774  wasCanceled	./net/http/client.go	/^	var wasCanceled = alwaysFalse$/;"	v
 44775  wb	./net/packetconn_test.go	/^		var wb []byte$/;"	v
 44776  wbuf	./cmd/pack/pack.go	/^	var wbuf bytes.Buffer$/;"	v
 44777  wbufptr	./runtime/mgcwork.go	/^type wbufptr uintptr$/;"	t
 44778  wbufptrOf	./runtime/mgcwork.go	/^func wbufptrOf(w *workbuf) wbufptr {$/;"	f
 44779  wbytes	./syscall/srpc_nacl.go	/^func (m *msg) wbytes(p []byte) {$/;"	f
 44780  wclose	./io/pipe.go	/^func (p *pipe) wclose(err error) {$/;"	f
 44781  wdat	./io/pipe_test.go	/^	var wdat = make([]byte, 128)$/;"	v
 44782  we	./cmd/cgo/gcc.go	/^	\/\/ for each entry in names and then dereference the type we$/;"	t
 44783  we	./cmd/vet/testdata/print.go	/^\/\/ A data type we can print with "%d".$/;"	t
 44784  we	./cmd/vet/testdata/print.go	/^\/\/ A data type we can print with "%s".$/;"	t
 44785  we	./cmd/vet/testdata/print.go	/^\/\/ A data type we cannot print correctly with "%d".$/;"	t
 44786  we	./encoding/gob/decode.go	/^\/\/ emptyStruct is the type we compile into when ignoring a struct value.$/;"	t
 44787  we	./encoding/gob/doc.go	/^	ff 81	\/\/ The negative of the id for the type we're defining, -65.$/;"	t
 44788  we	./encoding/gob/type.go	/^var nextId typeId       \/\/ incremented for each new type we build$/;"	t
 44789  we	./math/rand/exp.go	/^var we = [256]float32{$/;"	v
 44790  weakKeyTests	./crypto/des/des_test.go	/^var weakKeyTests = []CryptTest{$/;"	v
 44791  weaktypepkg	./cmd/compile/internal/gc/go.go	/^var weaktypepkg *Pkg \/\/ weak references to runtime type info$/;"	v
 44792  weaktypesym	./cmd/compile/internal/gc/reflect.go	/^func weaktypesym(t *Type) *Sym {$/;"	f
 44793  webroot	./net/http/triv.go	/^var webroot = flag.String("root", os.Getenv("HOME"), "web root directory")$/;"	v
 44794  weight	./cmd/pprof/internal/report/report.go	/^					var weight int64$/;"	v
 44795  wg	./bytes/reader_test.go	/^	var wg sync.WaitGroup$/;"	v
 44796  wg	./cmd/dist/util.go	/^	var wg sync.WaitGroup$/;"	v
 44797  wg	./database/sql/sql_test.go	/^	var wg sync.WaitGroup$/;"	v
 44798  wg	./encoding/json/encode.go	/^	var wg sync.WaitGroup$/;"	v
 44799  wg	./encoding/xml/marshal_test.go	/^	var wg sync.WaitGroup$/;"	v
 44800  wg	./expvar/expvar_test.go	/^	var wg sync.WaitGroup$/;"	v
 44801  wg	./log/syslog/syslog_test.go	/^	var wg sync.WaitGroup$/;"	v
 44802  wg	./net/dial_test.go	/^	var wg sync.WaitGroup$/;"	v
 44803  wg	./net/dnsclient_unix_test.go	/^			var wg sync.WaitGroup$/;"	v
 44804  wg	./net/http/serve_test.go	/^	var wg sync.WaitGroup$/;"	v
 44805  wg	./net/http/transport_test.go	/^	var wg sync.WaitGroup$/;"	v
 44806  wg	./net/internal/socktest/main_test.go	/^	var wg sync.WaitGroup$/;"	v
 44807  wg	./net/rpc/server_test.go	/^	var wg sync.WaitGroup$/;"	v
 44808  wg	./net/tcp_test.go	/^	var wg sync.WaitGroup$/;"	v
 44809  wg	./net/timeout_test.go	/^		var wg sync.WaitGroup$/;"	v
 44810  wg	./net/timeout_test.go	/^	var wg sync.WaitGroup$/;"	v
 44811  wg	./os/os_test.go	/^	var wg sync.WaitGroup$/;"	v
 44812  wg	./runtime/chan_test.go	/^		var wg sync.WaitGroup$/;"	v
 44813  wg	./runtime/chan_test.go	/^	var wg sync.WaitGroup$/;"	v
 44814  wg	./runtime/chanbarrier_test.go	/^	var wg sync.WaitGroup$/;"	v
 44815  wg	./runtime/map_test.go	/^			var wg sync.WaitGroup$/;"	v
 44816  wg	./runtime/netpoll.go	/^	var wg *g$/;"	v
 44817  wg	./runtime/proc_test.go	/^		var wg sync.WaitGroup$/;"	v
 44818  wg	./runtime/race/testdata/mop_test.go	/^	var wg sync.WaitGroup$/;"	v
 44819  wg	./runtime/race/testdata/waitgroup_test.go	/^	var wg sync.WaitGroup$/;"	v
 44820  wg	./runtime/runtime_unix_test.go	/^	var wg sync.WaitGroup$/;"	v
 44821  wg	./runtime/stack_test.go	/^	var wg sync.WaitGroup$/;"	v
 44822  wg	./runtime/trace/trace_stack_test.go	/^	var wg sync.WaitGroup$/;"	v
 44823  wg	./runtime/trace/trace_test.go	/^		var wg sync.WaitGroup$/;"	v
 44824  wg	./runtime/trace/trace_test.go	/^	var wg sync.WaitGroup$/;"	v
 44825  wg	./strings/reader_test.go	/^	var wg sync.WaitGroup$/;"	v
 44826  wg	./sync/example_test.go	/^	var wg sync.WaitGroup$/;"	v
 44827  wg	./sync/waitgroup_test.go	/^			var wg WaitGroup$/;"	v
 44828  wg	./sync/waitgroup_test.go	/^		var wg PaddedWaitGroup$/;"	v
 44829  wg	./sync/waitgroup_test.go	/^		var wg WaitGroup$/;"	v
 44830  wg	./sync/waitgroup_test.go	/^	var wg WaitGroup$/;"	v
 44831  wg	./testing/benchmark.go	/^	var wg sync.WaitGroup$/;"	v
 44832  wg	./time/sleep_test.go	/^		var wg sync.WaitGroup$/;"	v
 44833  wg1	./internal/singleflight/singleflight_test.go	/^	var wg1, wg2 sync.WaitGroup$/;"	v
 44834  when	./cmd/cgo/gcc.go	/^\/\/ dtype when used as the type of a C function argument.$/;"	t
 44835  when	./cmd/cgo/gcc.go	/^\/\/ dtype when used as the type of a variable or a struct field.$/;"	t
 44836  when	./cmd/compile/internal/gc/export.go	/^		\/\/ for operations that need a type when rendered, put the type on the export list.$/;"	t
 44837  when	./cmd/compile/internal/gc/typecheck.go	/^			\/\/ It is invalid to automatically dereference a named pointer type when selecting a method.$/;"	t
 44838  when	./cmd/go/pkg.go	/^		\/\/ problem we could define a real error type when the decision can be$/;"	t
 44839  when	./encoding/gob/decode.go	/^\/\/ getIgnoreEnginePtr returns the engine for the specified type when the value is to be discarded.$/;"	t
 44840  when	./reflect/type.go	/^	\/\/ this type when allocated in memory.$/;"	t
 44841  when	./reflect/type.go	/^	\/\/ this type when used as a field in a struct.$/;"	t
 44842  when	./text/template/doc.go	/^automatically indirects to the base type when required.$/;"	t
 44843  when	./time/sleep.go	/^func when(d Duration) int64 {$/;"	f
 44844  where	./go/types/call.go	/^			\/\/ TODO(gri) should provide actual type where the conflict happens$/;"	t
 44845  where	./go/types/lookup.go	/^\/\/ type where the entry was found, either:$/;"	t
 44846  which	./regexp/testdata/testregex.c	/^	char*		which;$/;"	m	struct:__anon2	file:
 44847  whiteSpace	./go/printer/printer.go	/^type whiteSpace byte$/;"	t
 44848  whoamiCmd	./syscall/exec_linux_test.go	/^func whoamiCmd(t *testing.T, uid, gid int, setgroups bool) *exec.Cmd {$/;"	f
 44849  why	./cmd/compile/internal/gc/range.go	/^	var why string$/;"	v
 44850  why	./cmd/compile/internal/gc/subr.go	/^	var why string$/;"	v
 44851  why	./cmd/compile/internal/gc/typecheck.go	/^				var why string$/;"	v
 44852  why	./cmd/compile/internal/gc/typecheck.go	/^		var why string$/;"	v
 44853  why	./cmd/compile/internal/gc/typecheck.go	/^	var why string$/;"	v
 44854  widPresent	./fmt/scan.go	/^		var widPresent bool$/;"	v
 44855  widstruct	./cmd/compile/internal/gc/align.go	/^func widstruct(errtype *Type, t *Type, o int64, flag int) int64 {$/;"	f
 44856  width	./bytes/bytes.go	/^		var width int$/;"	v
 44857  width	./cmd/compile/internal/gc/align.go	/^	\/\/ type width only includes back to first field's offset$/;"	t
 44858  width	./regexp/regexp.go	/^			var width int$/;"	v
 44859  width	./regexp/regexp.go	/^		var width int$/;"	v
 44860  wildcard	./net/platform_test.go	/^	var wildcard bool$/;"	v
 44861  will	./cmd/cgo/out.go	/^\/\/ Usual nonsense: if x and y are not equal, the type will be invalid$/;"	t
 44862  will	./cmd/compile/internal/gc/dcl.go	/^		\/\/ functype will print errors about duplicate function arguments.$/;"	t
 44863  will	./cmd/compile/internal/gc/typecheck.go	/^	\/\/ Find the base type: methtype will fail if t$/;"	t
 44864  will	./cmd/internal/gcprog/gcprog.go	/^	\/\/ size of the plain pointer bits for the type will fit in$/;"	t
 44865  will	./mime/multipart/formdata.go	/^\/\/ If stored on disk, the File's underlying concrete type will be an *os.File.$/;"	t
 44866  will	./runtime/netpoll.go	/^		\/\/ Timer func will check the seq against current descriptor seq,$/;"	f
 44867  win32finddata1	./syscall/ztypes_windows.go	/^type win32finddata1 struct {$/;"	t
 44868  winbasetests	./path/filepath/path_test.go	/^var winbasetests = []PathTest{$/;"	v
 44869  winc	./cmd/compile/internal/big/rat_test.go	/^	var winc, einc = uint64(1), 1 \/\/ soak test (~1.5s on x86-64)$/;"	v
 44870  winc	./cmd/compile/internal/big/rat_test.go	/^	var winc, einc = uint64(1), 1 \/\/ soak test (~75s on x86-64)$/;"	v
 44871  winc	./math/big/rat_test.go	/^	var winc, einc = uint64(1), 1 \/\/ soak test (~1.5s on x86-64)$/;"	v
 44872  winc	./math/big/rat_test.go	/^	var winc, einc = uint64(1), 1 \/\/ soak test (~75s on x86-64)$/;"	v
 44873  wincallbackcontext	./runtime/runtime2.go	/^type wincallbackcontext struct {$/;"	t
 44874  wincleantests	./path/filepath/path_test.go	/^var wincleantests = []PathTest{$/;"	v
 44875  windirtests	./path/filepath/path_test.go	/^var windirtests = []PathTest{$/;"	v
 44876  window	./compress/flate/deflate.go	/^		var window []byte$/;"	v
 44877  windowed	./runtime/hash_test.go	/^func windowed(t *testing.T, k Key) {$/;"	f
 44878  windowsBadWords	./cmd/go/test.go	/^var windowsBadWords = []string{$/;"	v
 44879  winisabstests	./path/filepath/path_test.go	/^var winisabstests = []IsAbsTest{$/;"	v
 44880  winjointests	./path/filepath/path_test.go	/^var winjointests = []JoinTest{$/;"	v
 44881  winreltests	./path/filepath/path_test.go	/^var winreltests = []RelTests{$/;"	v
 44882  wins	./net/http/serve_test.go	/^			name: "explicit content-type wins",$/;"	t
 44883  winsegments	./go/scanner/scanner_test.go	/^var winsegments = []segment{$/;"	v
 44884  winsplitlisttests	./path/filepath/path_test.go	/^var winsplitlisttests = []SplitListTest{$/;"	v
 44885  winsplittests	./path/filepath/path_test.go	/^var winsplittests = []SplitTest{$/;"	v
 44886  wipe	./database/sql/fakedb_test.go	/^func (db *fakeDB) wipe() {$/;"	f
 44887  wireStruct	./encoding/gob/decode.go	/^	var wireStruct *structType$/;"	v
 44888  wireType	./encoding/gob/doc.go	/^	\/\/ all its components), so we just need to send a *value* of type wireType$/;"	t
 44889  wireType	./encoding/gob/doc.go	/^	type wireType struct {$/;"	t
 44890  wireType	./encoding/gob/type.go	/^type wireType struct {$/;"	t
 44891  wireTypeUserInfo	./encoding/gob/type.go	/^var wireTypeUserInfo *userTypeInfo \/\/ userTypeInfo of (*wireType)$/;"	v
 44892  with	./bytes/reader_test.go	/^	var with, withOut nErr$/;"	v
 44893  with	./cmd/cgo/gcc.go	/^\/\/ FuncArg returns a Go type with the same memory layout as$/;"	t
 44894  with	./cmd/compile/internal/gc/dcl.go	/^	\/\/ if we copied another type with *t = *u$/;"	t
 44895  with	./cmd/compile/internal/gc/popt.go	/^			\/\/ We don't want to merge a non-addressed var with an addressed one and$/;"	v
 44896  with	./cmd/compile/internal/gc/popt.go	/^	merge   *TempVar \/\/ merge var with this one$/;"	v
 44897  with	./cmd/compile/internal/gc/walk.go	/^				\/\/ Select a Go type with (at least) twice the width.$/;"	t
 44898  with	./cmd/doc/doc_test.go	/^		"type with unexported fields and -u",$/;"	t
 44899  with	./cmd/doc/doc_test.go	/^		"unexported type with -u",$/;"	t
 44900  with	./cmd/doc/doc_test.go	/^	\/\/ Unexported type with -u.$/;"	t
 44901  with	./crypto/x509/pkix/pkix.go	/^\/\/ oidInAttributeTypeAndValue returns whether a type with the given OID exists$/;"	t
 44902  with	./debug/dwarf/typeunit.go	/^\/\/ The typeUnit format is a single type with a signature.  It holds$/;"	t
 44903  with	./encoding/gob/decode.go	/^		\/\/ Find the field of the local type with the same name.$/;"	t
 44904  with	./encoding/gob/example_encdec_test.go	/^\/\/ to send and receive the type with the gob package. These interfaces are$/;"	t
 44905  with	./fmt/fmt_test.go	/^\/\/ P is a type with a String method with pointer receiver for testing %p.$/;"	t
 44906  with	./go/doc/reader.go	/^\/\/ lookupType returns the base type with the given name.$/;"	t
 44907  with	./go/doc/reader.go	/^\/\/ type with the given name but no associated declaration$/;"	t
 44908  with	./net/rpc/server_test.go	/^\/\/ Check that registration handles lots of bad methods and a type with no suitable methods.$/;"	t
 44909  with	./reflect/type.go	/^	Func  Value \/\/ func with receiver as first argument$/;"	f
 44910  with	./reflect/type.go	/^\/\/ ArrayOf returns the array type with the given count and element type.$/;"	t
 44911  with	./reflect/type.go	/^\/\/ ChanOf returns the channel type with the given direction and element type.$/;"	t
 44912  with	./reflect/type.go	/^\/\/ FuncOf returns the function type with the given argument and result types.$/;"	t
 44913  with	./reflect/type.go	/^\/\/ MapOf returns the map type with the given key and element types.$/;"	t
 44914  with	./reflect/type.go	/^\/\/ PtrTo returns the pointer type with element t.$/;"	t
 44915  with	./reflect/type.go	/^\/\/ SliceOf returns the slice type with element type t.$/;"	t
 44916  with	./reflect/type.go	/^\/\/ to describe an unnamed type with no methods.$/;"	t
 44917  with	./runtime/mbitmap.go	/^	\/\/ However, because of the possibility of a repeated type with$/;"	t
 44918  with	./runtime/symtab.go	/^	\/\/ linear search to find func with pc >= entry.$/;"	f
 44919  with	./text/template/doc.go	/^		keys are of basic type with a defined order ("comparable"), the$/;"	t
 44920  withControl	./text/template/parse/parse.go	/^func (t *Tree) withControl() Node {$/;"	f
 44921  withLock	./database/sql/sql.go	/^func withLock(lk sync.Locker, fn func()) {$/;"	f
 44922  within	./debug/dwarf/typeunit.go	/^	toff  Offset \/\/ Offset to signature type within data.$/;"	t
 44923  withinTolerance	./image/decode_test.go	/^func withinTolerance(c0, c1 color.Color, tolerance int) bool {$/;"	f
 44924  without	./cmd/compile/doc.go	/^must be a func without a body (meaning that it has an implementation not written$/;"	f
 44925  without	./cmd/compile/internal/gc/dcl.go	/^			Yyerror("const declaration cannot have type without expression")$/;"	t
 44926  without	./cmd/compile/internal/gc/gsubr.go	/^			Fatal("closurevar without needctxt")$/;"	v
 44927  without	./cmd/compile/internal/gc/typecheck.go	/^			Fatal("var without type, init: %v", n.Sym)$/;"	v
 44928  without	./strconv/doc.go	/^\/\/ converted to that narrower type without data loss:$/;"	t
 44929  wl	./sync/rwmutex_test.go	/^	var wl RWMutex$/;"	v
 44930  wmsg	./syscall/exec_plan9.go	/^	var wmsg *waitErr$/;"	v
 44931  wn	./math/rand/normal.go	/^var wn = [128]float32{$/;"	v
 44932  word	./cmd/compile/internal/gc/plive.go	/^	var word uint32$/;"	v
 44933  word	./cmd/compile/internal/gc/reg.go	/^			\/\/ needs a consistent type word and data word.$/;"	t
 44934  word	./net/mail/message.go	/^		var word string$/;"	v
 44935  wordCount	./bufio/scan_test.go	/^		var wordCount int$/;"	v
 44936  wordRune	./regexp/syntax/prog.go	/^func wordRune(r rune) bool {$/;"	f
 44937  wordScanTests	./bufio/scan_test.go	/^var wordScanTests = []string{$/;"	v
 44938  wordloop	./crypto/rc4/rc4_amd64.s	/^wordloop:$/;"	l
 44939  wordloop	./crypto/rc4/rc4_amd64p32.s	/^wordloop:$/;"	l
 44940  words	./cmd/go/generate.go	/^	var words []string$/;"	v
 44941  words	./net/mail/message.go	/^	var words []string$/;"	v
 44942  work	./runtime/mgc.go	/^var work struct {$/;"	v
 44943  workbuf	./runtime/mgcwork.go	/^type workbuf struct {$/;"	t
 44944  workbufhdr	./runtime/mgcwork.go	/^type workbufhdr struct {$/;"	t
 44945  workthegc	./runtime/gc_test.go	/^func workthegc() []byte {$/;"	f
 44946  worldsema	./runtime/proc1.go	/^var worldsema uint32 = 1$/;"	v
 44947  would	./reflect/type.go	/^\/\/ If the resulting type would be larger than the available address space,$/;"	t
 44948  wr	./cmd/compile/internal/gc/const.go	/^	var wr int$/;"	v
 44949  wr	./net/http/response_test.go	/^		var wr io.Writer = &buf$/;"	v
 44950  wract	./cmd/yacc/yacc.go	/^func wract(i int) {$/;"	f
 44951  wrapHandler	./net/http/httptest/server.go	/^func (s *Server) wrapHandler() {$/;"	f
 44952  wrapper	./cmd/vet/testdata/asm.go	/^func wrapper(x int)$/;"	f
 44953  wrappertests	./sort/search_test.go	/^var wrappertests = []struct {$/;"	v
 44954  wrdata	./cmd/internal/obj/objfile.go	/^func wrdata(b *Biobuf, v []byte) {$/;"	f
 44955  wrint	./cmd/internal/obj/objfile.go	/^func wrint(b *Biobuf, sval int64) {$/;"	f
 44956  write	./cmd/yacc/yacc.go	/^func write(f *bufio.Writer, b []byte, n int) int {$/;"	f
 44957  write	./compress/flate/deflate.go	/^func (d *compressor) write(b []byte) (n int, err error) {$/;"	f
 44958  write	./compress/lzw/writer.go	/^	var write func(*encoder, uint32) error$/;"	v
 44959  write	./go/doc/comment.go	/^func (l *lineWrapper) write(text string) {$/;"	f
 44960  write	./image/gif/writer.go	/^func (e *encoder) write(p []byte) {$/;"	f
 44961  write	./image/jpeg/writer.go	/^func (e *encoder) write(p []byte) {$/;"	f
 44962  write	./io/pipe.go	/^func (p *pipe) write(b []byte) (n int, err error) {$/;"	f
 44963  write	./log/syslog/syslog.go	/^func (w *Writer) write(p Priority, msg string) (int, error) {$/;"	f
 44964  write	./mime/quotedprintable/writer.go	/^func (w *Writer) write(p []byte) error {$/;"	f
 44965  write	./net/http/request.go	/^func (req *Request) write(w io.Writer, usingProxy bool, extraHeaders Header) error {$/;"	f
 44966  write	./net/http/server.go	/^func (w *response) write(lenData int, dataB []byte, dataS string) (n int, err error) {$/;"	f
 44967  write	./os/file_plan9.go	/^func (f *File) write(b []byte) (n int, err error) {$/;"	f
 44968  write	./os/file_unix.go	/^func (f *File) write(b []byte) (n int, err error) {$/;"	f
 44969  write	./os/file_windows.go	/^func (f *File) write(b []byte) (n int, err error) {$/;"	f
 44970  write	./runtime/os1_plan9.go	/^func write(fd uintptr, buf unsafe.Pointer, n int32) int64 {$/;"	f
 44971  write	./runtime/os1_windows.go	/^func write(fd uintptr, buf unsafe.Pointer, n int32) int32 {$/;"	f
 44972  write	./runtime/os3_solaris.go	/^func write(fd uintptr, buf unsafe.Pointer, nbyte int32) int32 {$/;"	f
 44973  write	./runtime/os_nacl.go	/^func write(fd uintptr, p unsafe.Pointer, n int32) int32$/;"	f
 44974  write	./runtime/stubs2.go	/^func write(fd uintptr, p unsafe.Pointer, n int32) int32$/;"	f
 44975  write	./runtime/sys_nacl_amd64p32.s	/^write:$/;"	l
 44976  write	./syscall/fd_nacl.go	/^func (*defaultFileImpl) write([]byte) (int, error)         { return 0, ENOSYS }$/;"	f
 44977  write	./syscall/fd_nacl.go	/^func (f *naclFile) write(b []byte) (int, error) {$/;"	f
 44978  write	./syscall/fd_nacl.go	/^func (f *pipeFile) write(b []byte) (int, error) {$/;"	f
 44979  write	./syscall/fs_nacl.go	/^func (f *fsysFile) write(b []byte) (int, error) {$/;"	f
 44980  write	./syscall/net_nacl.go	/^func (f *netFile) write(b []byte) (int, error) {$/;"	f
 44981  write	./syscall/net_nacl.go	/^func (q *byteq) write(b []byte, deadline int64) (n int, err error) {$/;"	f
 44982  write	./syscall/net_nacl.go	/^func (q *msgq) write(m interface{}, deadline int64) error {$/;"	f
 44983  write	./syscall/zsyscall_darwin_386.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44984  write	./syscall/zsyscall_darwin_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44985  write	./syscall/zsyscall_darwin_arm.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44986  write	./syscall/zsyscall_darwin_arm64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44987  write	./syscall/zsyscall_dragonfly_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44988  write	./syscall/zsyscall_freebsd_386.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44989  write	./syscall/zsyscall_freebsd_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44990  write	./syscall/zsyscall_freebsd_arm.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44991  write	./syscall/zsyscall_linux_386.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44992  write	./syscall/zsyscall_linux_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44993  write	./syscall/zsyscall_linux_arm.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44994  write	./syscall/zsyscall_linux_arm64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44995  write	./syscall/zsyscall_linux_ppc64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44996  write	./syscall/zsyscall_linux_ppc64le.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44997  write	./syscall/zsyscall_netbsd_386.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44998  write	./syscall/zsyscall_netbsd_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 44999  write	./syscall/zsyscall_netbsd_arm.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 45000  write	./syscall/zsyscall_openbsd_386.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 45001  write	./syscall/zsyscall_openbsd_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 45002  write	./syscall/zsyscall_openbsd_arm.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 45003  write	./syscall/zsyscall_solaris_amd64.go	/^func write(fd int, p []byte) (n int, err error) {$/;"	f
 45004  write	./text/tabwriter/tabwriter_test.go	/^func write(t *testing.T, testname string, w *Writer, src string) {$/;"	f
 45005  write0	./text/tabwriter/tabwriter.go	/^func (b *Writer) write0(buf []byte) {$/;"	f
 45006  write1	./syscall/exec_solaris.go	/^func write1(fd uintptr, buf uintptr, nbyte uintptr) (n uintptr, err Errno)$/;"	f
 45007  writeAndRetry	./log/syslog/syslog.go	/^func (w *Writer) writeAndRetry(p Priority, s string) (int, error) {$/;"	f
 45008  writeAndUpdate	./net/dnsclient_unix_test.go	/^func (conf *resolvConfTest) writeAndUpdate(lines []string) error {$/;"	f
 45009  writeBarrierEnabled	./cmd/compile/internal/gc/builtin/runtime.go	/^var writeBarrierEnabled bool$/;"	v
 45010  writeBarrierEnabled	./runtime/mgc.go	/^var writeBarrierEnabled bool \/\/ compiler emits references to this in write barriers$/;"	v
 45011  writeBeginRequest	./net/http/fcgi/fcgi.go	/^func (c *conn) writeBeginRequest(reqId uint16, role uint16, flags uint8) error {$/;"	f
 45012  writeBits	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeBits(b, nb int32) {$/;"	f
 45013  writeBlock	./compress/flate/deflate.go	/^func (d *compressor) writeBlock(tokens []token, index int, eof bool) error {$/;"	f
 45014  writeBlock	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeBlock(tokens []token, eof bool, input []byte) {$/;"	f
 45015  writeBlock	./image/jpeg/writer.go	/^func (e *encoder) writeBlock(b *block, q quantIndex, prevDC int32) int32 {$/;"	f
 45016  writeBlock	./runtime/pprof/pprof.go	/^func writeBlock(w io.Writer, debug int) error {$/;"	f
 45017  writeBuf	./archive/zip/writer.go	/^type writeBuf []byte$/;"	t
 45018  writeBuf	./bufio/bufio.go	/^func (b *Reader) writeBuf(w io.Writer) (int64, error) {$/;"	f
 45019  writeByte	./cmd/compile/internal/gc/reflect.go	/^func (p *GCProg) writeByte(x byte) {$/;"	f
 45020  writeByte	./cmd/link/internal/ld/data.go	/^func (p *GCProg) writeByte(x byte) {$/;"	f
 45021  writeByte	./go/printer/printer.go	/^func (p *printer) writeByte(ch byte, n int) {$/;"	f
 45022  writeByte	./image/gif/writer.go	/^func (e *encoder) writeByte(b byte) {$/;"	f
 45023  writeByte	./image/jpeg/writer.go	/^func (e *encoder) writeByte(b byte) {$/;"	f
 45024  writeBytes	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeBytes(bytes []byte) {$/;"	f
 45025  writeBytes	./compress/gzip/gzip.go	/^func (z *Writer) writeBytes(b []byte) error {$/;"	f
 45026  writeChunk	./image/png/writer.go	/^func (e *encoder) writeChunk(b []byte, name string) {$/;"	f
 45027  writeCode	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeCode(code *huffmanEncoder, literal uint32) {$/;"	f
 45028  writeComment	./go/printer/printer.go	/^func (p *printer) writeComment(comment *ast.Comment) {$/;"	f
 45029  writeCommentPrefix	./go/printer/printer.go	/^func (p *printer) writeCommentPrefix(pos, next token.Position, prev, comment *ast.Comment, tok token.Token) {$/;"	f
 45030  writeCommentSuffix	./go/printer/printer.go	/^func (p *printer) writeCommentSuffix(needsLinebreak bool) (wroteNewline, droppedFF bool) {$/;"	f
 45031  writeConsole	./os/file_windows.go	/^func (f *File) writeConsole(b []byte) (n int, err error) {$/;"	f
 45032  writeCountingConn	./net/http/client_test.go	/^type writeCountingConn struct {$/;"	t
 45033  writeCountingDiscard	./bufio/bufio_test.go	/^type writeCountingDiscard int$/;"	t
 45034  writeCrasher	./net/rpc/server_test.go	/^type writeCrasher struct {$/;"	t
 45035  writeDHT	./image/jpeg/writer.go	/^func (e *encoder) writeDHT(nComponent int) {$/;"	f
 45036  writeDNSQuery	./net/dnsclient_unix.go	/^func (c *TCPConn) writeDNSQuery(msg *dnsMsg) error {$/;"	f
 45037  writeDNSQuery	./net/dnsclient_unix.go	/^func (c *UDPConn) writeDNSQuery(msg *dnsMsg) error {$/;"	f
 45038  writeDQT	./image/jpeg/writer.go	/^func (e *encoder) writeDQT() {$/;"	f
 45039  writeDeadline	./syscall/net_nacl.go	/^func (f *netFile) writeDeadline() int64 {$/;"	f
 45040  writeDefs	./cmd/cgo/out.go	/^func (p *Package) writeDefs() {$/;"	f
 45041  writeDefsFunc	./cmd/cgo/out.go	/^func (p *Package) writeDefsFunc(fgo2 io.Writer, n *Name) {$/;"	f
 45042  writeDynamicHeader	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeDynamicHeader(numLiterals int, numOffsets int, numCodegens int, isEof bool) {$/;"	f
 45043  writeELF32	./cmd/internal/rsc.io/arm/armasm/objdumpext_test.go	/^func writeELF32(f *os.File, size int) error {$/;"	f
 45044  writeELF32	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func writeELF32(f *os.File, size int) error {$/;"	f
 45045  writeELF64	./cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go	/^func writeELF64(f *os.File, size int) error {$/;"	f
 45046  writeEnd	./encoding/xml/marshal.go	/^func (p *printer) writeEnd(name Name) error {$/;"	f
 45047  writeEndRequest	./net/http/fcgi/fcgi.go	/^func (c *conn) writeEndRequest(reqId uint16, appStatus int, protocolStatus uint8) error {$/;"	f
 45048  writeErr	./io/pipe_test.go	/^	var writeErr error$/;"	v
 45049  writeErr	./runtime/print1_write.go	/^func writeErr(b []byte) {$/;"	f
 45050  writeErr	./runtime/print1_write_android.go	/^func writeErr(b []byte) {$/;"	f
 45051  writeExportHeader	./cmd/cgo/out.go	/^func (p *Package) writeExportHeader(fgcch io.Writer) {$/;"	f
 45052  writeExports	./cmd/cgo/out.go	/^func (p *Package) writeExports(fgo2, fm, fgcc, fgcch io.Writer) {$/;"	f
 45053  writeFieldList	./go/types/exprstring.go	/^func writeFieldList(buf *bytes.Buffer, fields *ast.FieldList, sep string, iface bool) {$/;"	f
 45054  writeFile	./os/os_test.go	/^func writeFile(t *testing.T, fname string, flag int, text string) string {$/;"	f
 45055  writeFixedHeader	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeFixedHeader(isEof bool) {$/;"	f
 45056  writeFlusher	./net/http/httputil/reverseproxy.go	/^type writeFlusher interface {$/;"	t
 45057  writeFuncName	./go/types/object.go	/^func writeFuncName(buf *bytes.Buffer, f *Func, qf Qualifier) {$/;"	f
 45058  writeGccgoExports	./cmd/cgo/out.go	/^func (p *Package) writeGccgoExports(fgo2, fm, fgcc, fgcch io.Writer) {$/;"	f
 45059  writeGccgoOutputFunc	./cmd/cgo/out.go	/^func (p *Package) writeGccgoOutputFunc(fgcc *os.File, n *Name) {$/;"	f
 45060  writeGoroutine	./runtime/pprof/pprof.go	/^func writeGoroutine(w io.Writer, debug int) error {$/;"	f
 45061  writeGoroutineStacks	./runtime/pprof/pprof.go	/^func writeGoroutineStacks(w io.Writer) error {$/;"	f
 45062  writeHeader	./archive/tar/writer.go	/^func (tw *Writer) writeHeader(hdr *Header, allowPax bool) error {$/;"	f
 45063  writeHeader	./archive/zip/writer.go	/^func writeHeader(w io.Writer, h *FileHeader) error {$/;"	f
 45064  writeHeader	./compress/zlib/writer.go	/^func (z *Writer) writeHeader() (err error) {$/;"	f
 45065  writeHeader	./encoding/pem/pem.go	/^func writeHeader(out io.Writer, k, v string) error {$/;"	f
 45066  writeHeader	./image/gif/writer.go	/^func (e *encoder) writeHeader() {$/;"	f
 45067  writeHeader	./net/http/server.go	/^func (cw *chunkWriter) writeHeader(p []byte) {$/;"	f
 45068  writeHeap	./runtime/pprof/pprof.go	/^func writeHeap(w io.Writer, debug int) error {$/;"	f
 45069  writeIDATs	./image/png/writer.go	/^func (e *encoder) writeIDATs() {$/;"	f
 45070  writeIDMappings	./syscall/exec_linux.go	/^func writeIDMappings(path string, idMap []SysProcIDMap) error {$/;"	f
 45071  writeIEND	./image/png/writer.go	/^func (e *encoder) writeIEND() { e.writeChunk(nil, "IEND") }$/;"	f
 45072  writeIHDR	./image/png/writer.go	/^func (e *encoder) writeIHDR() {$/;"	f
 45073  writeImage	./image/png/writer.go	/^func writeImage(w io.Writer, m image.Image, cb int, level int) error {$/;"	f
 45074  writeImageBlock	./image/gif/writer.go	/^func (e *encoder) writeImageBlock(pm *image.Paletted, delay int, disposal byte) {$/;"	f
 45075  writeIndent	./encoding/xml/marshal.go	/^func (p *printer) writeIndent(depthDelta int) {$/;"	f
 45076  writeInst	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^func writeInst(generate func(func([]byte))) (file string, f *os.File, size int, err error) {$/;"	f
 45077  writeInst	./cmd/internal/rsc.io/x86/x86asm/ext_test.go	/^func writeInst(generate func(func([]byte))) (file string, f *os.File, size int, err error) {$/;"	f
 45078  writeInt	./index/suffixarray/suffixarray.go	/^func writeInt(w io.Writer, buf []byte, x int) error {$/;"	f
 45079  writeLSB	./compress/lzw/writer.go	/^func (e *encoder) writeLSB(c uint32) error {$/;"	f
 45080  writeLines	./text/tabwriter/tabwriter.go	/^func (b *Writer) writeLines(pos0 int, line0, line1 int) (pos int) {$/;"	f
 45081  writeLock	./net/fd_plan9.go	/^func (fd *netFD) writeLock() error {$/;"	f
 45082  writeLock	./net/fd_unix.go	/^func (fd *netFD) writeLock() error {$/;"	f
 45083  writeLock	./net/fd_windows.go	/^func (fd *netFD) writeLock() error {$/;"	f
 45084  writeLogdHeader	./runtime/print1_write_android.go	/^func writeLogdHeader() int {$/;"	f
 45085  writeLogger	./testing/iotest/logger.go	/^type writeLogger struct {$/;"	t
 45086  writeLoop	./net/http/transport.go	/^func (pc *persistConn) writeLoop() {$/;"	f
 45087  writeMSB	./compress/lzw/writer.go	/^func (e *encoder) writeMSB(c uint32) error {$/;"	f
 45088  writeMarkerHeader	./image/jpeg/writer.go	/^func (e *encoder) writeMarkerHeader(marker uint8, markerlen int) {$/;"	f
 45089  writeMessage	./encoding/gob/encoder.go	/^func (enc *Encoder) writeMessage(w io.Writer, b *encBuffer) {$/;"	f
 45090  writeMsg	./net/fd_unix.go	/^func (fd *netFD) writeMsg(p []byte, oob []byte, sa syscall.Sockaddr) (n int, oobn int, err error) {$/;"	f
 45091  writeMsg	./net/fd_windows.go	/^func (fd *netFD) writeMsg(p []byte, oob []byte, sa syscall.Sockaddr) (n int, oobn int, err error) {$/;"	f
 45092  writeMultiple	./cmd/compile/internal/big/intconv.go	/^func writeMultiple(s fmt.State, text string, count int) {$/;"	f
 45093  writeMultiple	./math/big/intconv.go	/^func writeMultiple(s fmt.State, text string, count int) {$/;"	f
 45094  writeN	./text/tabwriter/tabwriter.go	/^func (b *Writer) writeN(src []byte, n int) {$/;"	f
 45095  writeObject	./go/types/object.go	/^func writeObject(buf *bytes.Buffer, obj Object, qf Qualifier) {$/;"	f
 45096  writeOnlyConn	./net/http/fcgi/fcgi_test.go	/^type writeOnlyConn struct {$/;"	t
 45097  writeOutput	./cmd/cgo/out.go	/^func (p *Package) writeOutput(f *File, srcfile string) {$/;"	f
 45098  writeOutputFunc	./cmd/cgo/out.go	/^func (p *Package) writeOutputFunc(fgcc *os.File, n *Name) {$/;"	f
 45099  writePAXHeader	./archive/tar/writer.go	/^func (tw *Writer) writePAXHeader(hdr *Header, paxHeaders map[string]string) error {$/;"	f
 45100  writePLTEAndTRNS	./image/png/writer.go	/^func (e *encoder) writePLTEAndTRNS(p color.Palette) {$/;"	f
 45101  writePackage	./go/types/object.go	/^func writePackage(buf *bytes.Buffer, pkg *Package, qf Qualifier) {$/;"	f
 45102  writePadding	./fmt/format.go	/^func (f *fmt) writePadding(n int, padding []byte) {$/;"	f
 45103  writePadding	./text/tabwriter/tabwriter.go	/^func (b *Writer) writePadding(textw, cellw int, useTabs bool) {$/;"	f
 45104  writePairs	./net/http/fcgi/fcgi.go	/^func (c *conn) writePairs(recType recType, reqId uint16, pairs map[string]string) error {$/;"	f
 45105  writeParams	./cmd/api/goapi.go	/^func (w *Walker) writeParams(buf *bytes.Buffer, t *types.Tuple, variadic bool) {$/;"	f
 45106  writeProcFile	./os/exec_plan9.go	/^func (p *Process) writeProcFile(file string, data string) error {$/;"	f
 45107  writeRecord	./crypto/tls/conn.go	/^func (c *Conn) writeRecord(typ recordType, data []byte) (n int, err error) {$/;"	f
 45108  writeRecord	./net/http/fcgi/fcgi.go	/^func (c *conn) writeRecord(recType recType, reqId uint16, b []byte) error {$/;"	f
 45109  writeRegexp	./regexp/syntax/regexp.go	/^func writeRegexp(b *bytes.Buffer, re *Regexp) {$/;"	f
 45110  writeRequest	./net/http/transport.go	/^type writeRequest struct {$/;"	t
 45111  writeRuntimeProfile	./runtime/pprof/pprof.go	/^func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]runtime.StackRecord) (int, bool)) error {$/;"	f
 45112  writeSOF0	./image/jpeg/writer.go	/^func (e *encoder) writeSOF0(size image.Point, nComponent int) {$/;"	f
 45113  writeSOS	./image/jpeg/writer.go	/^func (e *encoder) writeSOS(m image.Image) {$/;"	f
 45114  writeSetCookiesTests	./net/http/cookie_test.go	/^var writeSetCookiesTests = []struct {$/;"	v
 45115  writeSetgroups	./syscall/exec_linux.go	/^func writeSetgroups(pid int, enable bool) error {$/;"	f
 45116  writeSigExpr	./go/types/exprstring.go	/^func writeSigExpr(buf *bytes.Buffer, sig *ast.FuncType) {$/;"	f
 45117  writeSignature	./cmd/api/goapi.go	/^func (w *Walker) writeSignature(buf *bytes.Buffer, sig *types.Signature) {$/;"	f
 45118  writeSignature	./go/types/typestring.go	/^func writeSignature(buf *bytes.Buffer, sig *Signature, qf Qualifier, visited []Type) {$/;"	f
 45119  writeSlice	./index/suffixarray/suffixarray.go	/^func writeSlice(w io.Writer, buf []byte, data []int) (n int, err error) {$/;"	f
 45120  writeStart	./encoding/xml/marshal.go	/^func (p *printer) writeStart(start *StartElement) error {$/;"	f
 45121  writeState	./net/fd_mutex_test.go	/^	var writeState [2]uint64$/;"	v
 45122  writeStoredBlock	./compress/flate/deflate.go	/^func (d *compressor) writeStoredBlock(buf []byte) error {$/;"	f
 45123  writeStoredHeader	./compress/flate/huffman_bit_writer.go	/^func (w *huffmanBitWriter) writeStoredHeader(length int, isEof bool) {$/;"	f
 45124  writeString	./compress/gzip/gzip.go	/^func (z *Writer) writeString(s string) (err error) {$/;"	f
 45125  writeString	./go/printer/printer.go	/^func (p *printer) writeString(pos token.Position, s string, isLit bool) {$/;"	f
 45126  writeString	./log/syslog/syslog.go	/^func (n *netConn) writeString(p Priority, hostname, tag, msg, nl string) error {$/;"	f
 45127  writeStringer	./net/http/header.go	/^type writeStringer interface {$/;"	t
 45128  writeTestmain	./cmd/go/test.go	/^func writeTestmain(out string, t *testFuncs) error {$/;"	f
 45129  writeTests	./archive/zip/writer_test.go	/^var writeTests = []WriteTest{$/;"	v
 45130  writeTests	./encoding/csv/writer_test.go	/^var writeTests = []struct {$/;"	v
 45131  writeThreadCreate	./runtime/pprof/pprof.go	/^func writeThreadCreate(w io.Writer, debug int) error {$/;"	f
 45132  writeTimeoutTests	./net/timeout_test.go	/^var writeTimeoutTests = []struct {$/;"	v
 45133  writeTo	./encoding/asn1/marshal.go	/^func (f *forkableWriter) writeTo(out io.Writer) (n int, err error) {$/;"	f
 45134  writeTo	./net/fd_unix.go	/^func (fd *netFD) writeTo(p []byte, sa syscall.Sockaddr) (n int, err error) {$/;"	f
 45135  writeTo	./net/fd_windows.go	/^func (fd *netFD) writeTo(buf []byte, sa syscall.Sockaddr) (int, error) {$/;"	f
 45136  writeToChecker	./io/io_test.go	/^type writeToChecker struct {$/;"	t
 45137  writeToTimeoutTests	./net/timeout_test.go	/^var writeToTimeoutTests = []struct {$/;"	v
 45138  writeTuple	./go/types/typestring.go	/^func writeTuple(buf *bytes.Buffer, tup *Tuple, variadic bool, qf Qualifier, visited []Type) {$/;"	f
 45139  writeType	./cmd/api/goapi.go	/^func (w *Walker) writeType(buf *bytes.Buffer, typ types.Type) {$/;"	f
 45140  writeType	./go/types/typestring.go	/^func writeType(buf *bytes.Buffer, typ Type, qf Qualifier, visited []Type) {$/;"	f
 45141  writeUidGidMappings	./syscall/exec_linux.go	/^func writeUidGidMappings(pid int, sys *SysProcAttr) error {$/;"	f
 45142  writeUint16	./image/gif/writer.go	/^func writeUint16(b []uint8, u uint16) {$/;"	f
 45143  writeUint32	./image/png/writer.go	/^func writeUint32(b []uint8, u uint32) {$/;"	f
 45144  writeUnlock	./net/fd_plan9.go	/^func (fd *netFD) writeUnlock() {$/;"	f
 45145  writeUnlock	./net/fd_unix.go	/^func (fd *netFD) writeUnlock() {$/;"	f
 45146  writeUnlock	./net/fd_windows.go	/^func (fd *netFD) writeUnlock() {$/;"	f
 45147  writeWhitespace	./go/printer/printer.go	/^func (p *printer) writeWhitespace(n int) {$/;"	f
 45148  writeabbrev	./cmd/link/internal/ld/dwarf.go	/^func writeabbrev() {$/;"	f
 45149  writearanges	./cmd/link/internal/ld/dwarf.go	/^func writearanges() int64 {$/;"	f
 45150  writearchive	./cmd/compile/internal/gc/go.go	/^var writearchive int$/;"	v
 45151  writebarrierfat	./runtime/wbfat_gen.go	/^			fmt.Printf("func writebarrierfat%0*b(dst *[%d]uintptr, _ uintptr, src [%d]uintptr) {\\n", int(i), j, i, i)$/;"	f
 45152  writebarrierfat0001	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0001(dst *any, _ uintptr, src any)$/;"	f
 45153  writebarrierfat0001	./runtime/wbfat.go	/^func writebarrierfat0001(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45154  writebarrierfat001	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat001(dst *any, _ uintptr, src any)$/;"	f
 45155  writebarrierfat001	./runtime/wbfat.go	/^func writebarrierfat001(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45156  writebarrierfat0010	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0010(dst *any, _ uintptr, src any)$/;"	f
 45157  writebarrierfat0010	./runtime/wbfat.go	/^func writebarrierfat0010(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45158  writebarrierfat0011	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0011(dst *any, _ uintptr, src any)$/;"	f
 45159  writebarrierfat0011	./runtime/wbfat.go	/^func writebarrierfat0011(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45160  writebarrierfat01	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat01(dst *any, _ uintptr, src any)$/;"	f
 45161  writebarrierfat01	./runtime/wbfat.go	/^func writebarrierfat01(dst *[2]uintptr, _ uintptr, src [2]uintptr) {$/;"	f
 45162  writebarrierfat010	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat010(dst *any, _ uintptr, src any)$/;"	f
 45163  writebarrierfat010	./runtime/wbfat.go	/^func writebarrierfat010(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45164  writebarrierfat0100	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0100(dst *any, _ uintptr, src any)$/;"	f
 45165  writebarrierfat0100	./runtime/wbfat.go	/^func writebarrierfat0100(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45166  writebarrierfat0101	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0101(dst *any, _ uintptr, src any)$/;"	f
 45167  writebarrierfat0101	./runtime/wbfat.go	/^func writebarrierfat0101(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45168  writebarrierfat011	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat011(dst *any, _ uintptr, src any)$/;"	f
 45169  writebarrierfat011	./runtime/wbfat.go	/^func writebarrierfat011(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45170  writebarrierfat0110	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0110(dst *any, _ uintptr, src any)$/;"	f
 45171  writebarrierfat0110	./runtime/wbfat.go	/^func writebarrierfat0110(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45172  writebarrierfat0111	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat0111(dst *any, _ uintptr, src any)$/;"	f
 45173  writebarrierfat0111	./runtime/wbfat.go	/^func writebarrierfat0111(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45174  writebarrierfat10	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat10(dst *any, _ uintptr, src any)$/;"	f
 45175  writebarrierfat10	./runtime/wbfat.go	/^func writebarrierfat10(dst *[2]uintptr, _ uintptr, src [2]uintptr) {$/;"	f
 45176  writebarrierfat100	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat100(dst *any, _ uintptr, src any)$/;"	f
 45177  writebarrierfat100	./runtime/wbfat.go	/^func writebarrierfat100(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45178  writebarrierfat1000	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1000(dst *any, _ uintptr, src any)$/;"	f
 45179  writebarrierfat1000	./runtime/wbfat.go	/^func writebarrierfat1000(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45180  writebarrierfat1001	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1001(dst *any, _ uintptr, src any)$/;"	f
 45181  writebarrierfat1001	./runtime/wbfat.go	/^func writebarrierfat1001(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45182  writebarrierfat101	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat101(dst *any, _ uintptr, src any)$/;"	f
 45183  writebarrierfat101	./runtime/wbfat.go	/^func writebarrierfat101(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45184  writebarrierfat1010	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1010(dst *any, _ uintptr, src any)$/;"	f
 45185  writebarrierfat1010	./runtime/wbfat.go	/^func writebarrierfat1010(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45186  writebarrierfat1011	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1011(dst *any, _ uintptr, src any)$/;"	f
 45187  writebarrierfat1011	./runtime/wbfat.go	/^func writebarrierfat1011(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45188  writebarrierfat11	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat11(dst *any, _ uintptr, src any)$/;"	f
 45189  writebarrierfat11	./runtime/wbfat.go	/^func writebarrierfat11(dst *[2]uintptr, _ uintptr, src [2]uintptr) {$/;"	f
 45190  writebarrierfat110	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat110(dst *any, _ uintptr, src any)$/;"	f
 45191  writebarrierfat110	./runtime/wbfat.go	/^func writebarrierfat110(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45192  writebarrierfat1100	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1100(dst *any, _ uintptr, src any)$/;"	f
 45193  writebarrierfat1100	./runtime/wbfat.go	/^func writebarrierfat1100(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45194  writebarrierfat1101	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1101(dst *any, _ uintptr, src any)$/;"	f
 45195  writebarrierfat1101	./runtime/wbfat.go	/^func writebarrierfat1101(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45196  writebarrierfat111	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat111(dst *any, _ uintptr, src any)$/;"	f
 45197  writebarrierfat111	./runtime/wbfat.go	/^func writebarrierfat111(dst *[3]uintptr, _ uintptr, src [3]uintptr) {$/;"	f
 45198  writebarrierfat1110	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1110(dst *any, _ uintptr, src any)$/;"	f
 45199  writebarrierfat1110	./runtime/wbfat.go	/^func writebarrierfat1110(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45200  writebarrierfat1111	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierfat1111(dst *any, _ uintptr, src any)$/;"	f
 45201  writebarrierfat1111	./runtime/wbfat.go	/^func writebarrierfat1111(dst *[4]uintptr, _ uintptr, src [4]uintptr) {$/;"	f
 45202  writebarrierfn	./cmd/compile/internal/gc/walk.go	/^func writebarrierfn(name string, l *Type, r *Type) *Node {$/;"	f
 45203  writebarrieriface	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrieriface(dst *any, src any)$/;"	f
 45204  writebarrieriface	./runtime/mbarrier.go	/^func writebarrieriface(dst *[2]uintptr, src [2]uintptr) {$/;"	f
 45205  writebarrierptr	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierptr(dst *any, src any)$/;"	f
 45206  writebarrierptr	./runtime/mbarrier.go	/^func writebarrierptr(dst *uintptr, src uintptr) {$/;"	f
 45207  writebarrierptr_nostore	./runtime/mbarrier.go	/^func writebarrierptr_nostore(dst *uintptr, src uintptr) {$/;"	f
 45208  writebarrierptr_nostore1	./runtime/mbarrier.go	/^func writebarrierptr_nostore1(dst *uintptr, src uintptr) {$/;"	f
 45209  writebarrierslice	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierslice(dst *any, src any)$/;"	f
 45210  writebarrierslice	./runtime/mbarrier.go	/^func writebarrierslice(dst *[3]uintptr, src [3]uintptr) {$/;"	f
 45211  writebarrierstring	./cmd/compile/internal/gc/builtin/runtime.go	/^func writebarrierstring(dst *any, src any)$/;"	f
 45212  writebarrierstring	./runtime/mbarrier.go	/^func writebarrierstring(dst *[2]uintptr, src [2]uintptr) {$/;"	f
 45213  writecode	./cmd/yacc/yacc.go	/^func writecode(code []rune) {$/;"	f
 45214  writedwarfreloc	./cmd/link/internal/ld/dwarf.go	/^func writedwarfreloc(s *LSym) int64 {$/;"	f
 45215  writeenv	./syscall/env_plan9.go	/^func writeenv(key, value string) error {$/;"	f
 45216  writefile	./cmd/dist/util.go	/^func writefile(b, file string, flag int) {$/;"	f
 45217  writeframes	./cmd/link/internal/ld/dwarf.go	/^func writeframes() {$/;"	f
 45218  writegdbscript	./cmd/link/internal/ld/dwarf.go	/^func writegdbscript() int64 {$/;"	f
 45219  writeheapdump_m	./runtime/heapdump.go	/^func writeheapdump_m(fd uintptr) {$/;"	f
 45220  writeinfo	./cmd/link/internal/ld/dwarf.go	/^func writeinfo() {$/;"	f
 45221  writelen	./syscall/syscall_solaris.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45222  writelen	./syscall/zsyscall_darwin_386.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45223  writelen	./syscall/zsyscall_darwin_amd64.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45224  writelen	./syscall/zsyscall_darwin_arm.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45225  writelen	./syscall/zsyscall_darwin_arm64.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45226  writelen	./syscall/zsyscall_dragonfly_amd64.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45227  writelen	./syscall/zsyscall_freebsd_386.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45228  writelen	./syscall/zsyscall_freebsd_amd64.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45229  writelen	./syscall/zsyscall_freebsd_arm.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45230  writelen	./syscall/zsyscall_linux_386.go	/^func writelen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 45231  writelen	./syscall/zsyscall_linux_amd64.go	/^func writelen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 45232  writelen	./syscall/zsyscall_linux_arm.go	/^func writelen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 45233  writelen	./syscall/zsyscall_linux_arm64.go	/^func writelen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 45234  writelen	./syscall/zsyscall_linux_ppc64.go	/^func writelen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 45235  writelen	./syscall/zsyscall_linux_ppc64le.go	/^func writelen(fd int, p *byte, np int) (n int, err error) {$/;"	f
 45236  writelen	./syscall/zsyscall_netbsd_386.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45237  writelen	./syscall/zsyscall_netbsd_amd64.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45238  writelen	./syscall/zsyscall_netbsd_arm.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45239  writelen	./syscall/zsyscall_openbsd_386.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45240  writelen	./syscall/zsyscall_openbsd_amd64.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45241  writelen	./syscall/zsyscall_openbsd_arm.go	/^func writelen(fd int, buf *byte, nbuf int) (n int, err error) {$/;"	f
 45242  writelines	./cmd/link/internal/ld/dwarf.go	/^func writelines() {$/;"	f
 45243  writelock	./runtime/os1_nacl.go	/^var writelock uint32 \/\/ test-and-set spin lock for write$/;"	v
 45244  writem	./cmd/yacc/yacc.go	/^func writem(pp Pitem) string {$/;"	f
 45245  writepub	./cmd/link/internal/ld/dwarf.go	/^func writepub(ispub func(*DWDie) bool) int64 {$/;"	f
 45246  writer	./compress/lzw/writer.go	/^type writer interface {$/;"	t
 45247  writer	./encoding/gob/encoder.go	/^func (enc *Encoder) writer() io.Writer {$/;"	f
 45248  writer	./html/escape.go	/^type writer interface {$/;"	t
 45249  writer	./image/gif/writer.go	/^type writer interface {$/;"	t
 45250  writer	./image/jpeg/writer.go	/^type writer interface {$/;"	t
 45251  writer	./io/pipe_test.go	/^func writer(w WriteCloser, buf []byte, c chan pipeReturn) {$/;"	f
 45252  writer	./sync/rwmutex_test.go	/^func writer(rwm *RWMutex, num_iterations int, activity *int32, cdone chan bool) {$/;"	f
 45253  writerDescriptor	./os/exec/exec.go	/^func (c *Cmd) writerDescriptor(w io.Writer) (f *os.File, err error) {$/;"	f
 45254  writerFunc	./net/http/requestwrite_test.go	/^type writerFunc func([]byte) (int, error)$/;"	t
 45255  writerOnly	./net/http/server.go	/^type writerOnly struct {$/;"	t
 45256  writerOnly	./net/net.go	/^type writerOnly struct {$/;"	t
 45257  writerTest	./archive/tar/writer_test.go	/^type writerTest struct {$/;"	t
 45258  writerTestEntry	./archive/tar/writer_test.go	/^type writerTestEntry struct {$/;"	t
 45259  writerTests	./archive/tar/writer_test.go	/^var writerTests = []*writerTest{$/;"	v
 45260  writesym	./cmd/internal/obj/objfile.go	/^func writesym(ctxt *Link, b *Biobuf, s *LSym) {$/;"	f
 45261  written	./os/file_windows.go	/^			var written uint32$/;"	v
 45262  written	./runtime/os1_windows.go	/^	var written uint32$/;"	v
 45263  writtenOut	./syscall/syscall_dragonfly_amd64.go	/^	var writtenOut uint64 = 0$/;"	v
 45264  writtenOut	./syscall/syscall_freebsd_386.go	/^	var writtenOut uint64 = 0$/;"	v
 45265  writtenOut	./syscall/syscall_freebsd_amd64.go	/^	var writtenOut uint64 = 0$/;"	v
 45266  writtenOut	./syscall/syscall_freebsd_arm.go	/^	var writtenOut uint64 = 0$/;"	v
 45267  wrong	./encoding/gob/type.go	/^		panic("bootstrap type wrong id: " + got.name() + " " + got.string() + " not " + want.string())$/;"	t
 45268  wrongStringTest	./encoding/json/decode_test.go	/^type wrongStringTest struct {$/;"	t
 45269  wrongStringTests	./encoding/json/decode_test.go	/^var wrongStringTests = []wrongStringTest{$/;"	v
 45270  wroteRequest	./net/http/transport.go	/^func (pc *persistConn) wroteRequest() bool {$/;"	f
 45271  wrpath	./cmd/internal/obj/objfile.go	/^func wrpath(ctxt *Link, b *Biobuf, p string) {$/;"	f
 45272  wrpathsym	./cmd/internal/obj/objfile.go	/^func wrpathsym(ctxt *Link, b *Biobuf, s *LSym) {$/;"	f
 45273  wrstate	./cmd/yacc/yacc.go	/^func wrstate(i int) {$/;"	f
 45274  wrstring	./cmd/internal/obj/objfile.go	/^func wrstring(b *Biobuf, s string) {$/;"	f
 45275  wrsym	./cmd/internal/obj/objfile.go	/^func wrsym(b *Biobuf, s *LSym) {$/;"	f
 45276  ws	./text/scanner/scanner_test.go	/^	var ws uint64$/;"	v
 45277  wsets	./cmd/yacc/yacc.go	/^var wsets []Wset$/;"	v
 45278  wstat	./syscall/zsyscall_plan9_386.go	/^func wstat(path string, edir []byte) (err error) {$/;"	f
 45279  wstat	./syscall/zsyscall_plan9_amd64.go	/^func wstat(path string, edir []byte) (err error) {$/;"	f
 45280  wstatus	./syscall/exec_unix.go	/^	var wstatus WaitStatus$/;"	v
 45281  wstring	./syscall/srpc_nacl.go	/^func (m *msg) wstring(s string) {$/;"	f
 45282  wuint32	./syscall/srpc_nacl.go	/^func (m *msg) wuint32(x uint32) {$/;"	f
 45283  wuint64	./syscall/srpc_nacl.go	/^func (m *msg) wuint64(x uint64) {$/;"	f
 45284  x	./debug/dwarf/testdata/typedef.c	/^	char x : 1;$/;"	m	struct:my_struct	file:
 45285  x0	./go/types/call.go	/^		var x0 operand$/;"	v
 45286  x1	./cmd/compile/internal/gc/cgen.go	/^	var x1, x2, x3 *Node \/\/ unevaluated index arguments$/;"	v
 45287  x1	./crypto/elliptic/p224.go	/^	var x1, y1, z1, x2, y2, z2 p224FieldElement$/;"	v
 45288  x1	./crypto/elliptic/p224.go	/^	var x1, y1, z1, x2, y2, z2, x3, y3, z3 p224FieldElement$/;"	v
 45289  x1	./crypto/elliptic/p256.go	/^	var x1, y1, z1 [p256Limbs]uint32$/;"	v
 45290  x1	./runtime/race/testdata/atomic_test.go	/^	var x1, x2 int8$/;"	v
 45291  x1	./runtime/runtime1.go	/^	var x1 x1t$/;"	v
 45292  x1t	./runtime/runtime1.go	/^	type x1t struct {$/;"	t
 45293  x2	./cmd/compile/internal/big/float_test.go	/^			var x2 Float$/;"	v
 45294  x2	./math/big/float_test.go	/^			var x2 Float$/;"	v
 45295  x3	./crypto/elliptic/p224.go	/^	var x3 p224FieldElement$/;"	v
 45296  x86Need	./cmd/objdump/objdump_test.go	/^var x86Need = []string{$/;"	v
 45297  x86OperandTests	./cmd/asm/internal/asm/operand_test.go	/^var x86OperandTests = []operandTest{$/;"	v
 45298  xVal	./fmt/scan_test.go	/^var xVal Xs$/;"	v
 45299  x_cgo_free	./runtime/cgo/callbacks.go	/^var x_cgo_free byte$/;"	v
 45300  x_cgo_free	./runtime/cgo/gcc_util.c	/^x_cgo_free(void *p)$/;"	f
 45301  x_cgo_init	./runtime/cgo/callbacks.go	/^var x_cgo_init byte$/;"	v
 45302  x_cgo_init	./runtime/cgo/gcc_darwin_386.c	/^x_cgo_init(G *g)$/;"	f
 45303  x_cgo_init	./runtime/cgo/gcc_darwin_amd64.c	/^x_cgo_init(G *g)$/;"	f
 45304  x_cgo_init	./runtime/cgo/gcc_darwin_arm.c	/^x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)$/;"	f
 45305  x_cgo_init	./runtime/cgo/gcc_darwin_arm64.c	/^x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)$/;"	f
 45306  x_cgo_init	./runtime/cgo/gcc_dragonfly_amd64.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45307  x_cgo_init	./runtime/cgo/gcc_freebsd_386.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45308  x_cgo_init	./runtime/cgo/gcc_freebsd_amd64.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45309  x_cgo_init	./runtime/cgo/gcc_freebsd_arm.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45310  x_cgo_init	./runtime/cgo/gcc_linux_386.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45311  x_cgo_init	./runtime/cgo/gcc_linux_amd64.c	/^x_cgo_init(G* g, void (*setg)(void*))$/;"	f
 45312  x_cgo_init	./runtime/cgo/gcc_linux_arm.c	/^x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)$/;"	f
 45313  x_cgo_init	./runtime/cgo/gcc_linux_arm64.c	/^x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)$/;"	f
 45314  x_cgo_init	./runtime/cgo/gcc_linux_ppc64x.c	/^x_cgo_init(G *g, void (*setg)(void*), void **tlsbase)$/;"	f
 45315  x_cgo_init	./runtime/cgo/gcc_netbsd_386.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45316  x_cgo_init	./runtime/cgo/gcc_netbsd_amd64.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45317  x_cgo_init	./runtime/cgo/gcc_netbsd_arm.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45318  x_cgo_init	./runtime/cgo/gcc_openbsd_386.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45319  x_cgo_init	./runtime/cgo/gcc_openbsd_amd64.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45320  x_cgo_init	./runtime/cgo/gcc_solaris_amd64.c	/^x_cgo_init(G *g, void (*setg)(void*))$/;"	f
 45321  x_cgo_init	./runtime/cgo/gcc_windows_386.c	/^x_cgo_init(G *g)$/;"	f
 45322  x_cgo_init	./runtime/cgo/gcc_windows_amd64.c	/^x_cgo_init(G *g)$/;"	f
 45323  x_cgo_inittls	./runtime/cgo/gcc_android_arm.c	/^void (*x_cgo_inittls)(void **tlsg, void **tlsbase) = inittls;$/;"	v
 45324  x_cgo_inittls	./runtime/cgo/gcc_linux_arm.c	/^void (*x_cgo_inittls)(void **tlsg, void **tlsbase);$/;"	v
 45325  x_cgo_inittls	./runtime/cgo/gcc_linux_arm64.c	/^void (*x_cgo_inittls)(void **tlsg, void **tlsbase);$/;"	v
 45326  x_cgo_inittls	./runtime/cgo/gcc_linux_ppc64x.c	/^void (*x_cgo_inittls)(void **tlsg, void **tlsbase);$/;"	v
 45327  x_cgo_malloc	./runtime/cgo/callbacks.go	/^var x_cgo_malloc byte$/;"	v
 45328  x_cgo_malloc	./runtime/cgo/gcc_util.c	/^x_cgo_malloc(void *p)$/;"	f
 45329  x_cgo_notify_runtime_init_done	./runtime/cgo/callbacks.go	/^var x_cgo_notify_runtime_init_done byte$/;"	v
 45330  x_cgo_notify_runtime_init_done	./runtime/cgo/gcc_libinit.c	/^x_cgo_notify_runtime_init_done(void* dummy) {$/;"	f
 45331  x_cgo_notify_runtime_init_done	./runtime/cgo/gcc_libinit_linux_ppc64x.c	/^x_cgo_notify_runtime_init_done(void* dummy) {$/;"	f
 45332  x_cgo_notify_runtime_init_done	./runtime/cgo/gcc_libinit_openbsd.c	/^x_cgo_notify_runtime_init_done(void* dummy) {$/;"	f
 45333  x_cgo_notify_runtime_init_done	./runtime/cgo/gcc_libinit_windows.c	/^x_cgo_notify_runtime_init_done(void* dummy) {$/;"	f
 45334  x_cgo_panicmem	./runtime/cgo/gcc_signal_darwin_armx.c	/^uintptr_t x_cgo_panicmem;$/;"	v
 45335  x_cgo_panicmem	./runtime/cgo/gcc_signal_darwin_lldb.c	/^uintptr_t x_cgo_panicmem;$/;"	v
 45336  x_cgo_panicmem	./runtime/cgo/signal_darwin_armx.go	/^var x_cgo_panicmem uintptr$/;"	v
 45337  x_cgo_setenv	./runtime/cgo/gcc_setenv.c	/^x_cgo_setenv(char **arg)$/;"	f
 45338  x_cgo_setenv	./runtime/cgo/setenv.go	/^var x_cgo_setenv byte$/;"	v
 45339  x_cgo_sys_thread_create	./runtime/cgo/callbacks.go	/^var x_cgo_sys_thread_create byte$/;"	v
 45340  x_cgo_sys_thread_create	./runtime/cgo/gcc_libinit.c	/^x_cgo_sys_thread_create(void* (*func)(void*), void* arg) {$/;"	f
 45341  x_cgo_sys_thread_create	./runtime/cgo/gcc_libinit_linux_ppc64x.c	/^x_cgo_sys_thread_create(void* (*func)(void*), void* arg) {$/;"	f
 45342  x_cgo_sys_thread_create	./runtime/cgo/gcc_libinit_openbsd.c	/^x_cgo_sys_thread_create(void* (*func)(void*), void* arg) {$/;"	f
 45343  x_cgo_sys_thread_create	./runtime/cgo/gcc_libinit_windows.c	/^x_cgo_sys_thread_create(void* (*func)(void*), void* arg) {$/;"	f
 45344  x_cgo_thread_start	./runtime/cgo/callbacks.go	/^var x_cgo_thread_start byte$/;"	v
 45345  x_cgo_thread_start	./runtime/cgo/gcc_util.c	/^x_cgo_thread_start(ThreadStart *arg)$/;"	f
 45346  x_cgo_unsetenv	./runtime/cgo/gcc_setenv.c	/^x_cgo_unsetenv(char *arg)$/;"	f
 45347  x_cgo_unsetenv	./runtime/cgo/setenv.go	/^var x_cgo_unsetenv byte$/;"	v
 45348  xadd	./runtime/atomic_386.go	/^func xadd(ptr *uint32, delta int32) uint32$/;"	f
 45349  xadd	./runtime/atomic_amd64x.go	/^func xadd(ptr *uint32, delta int32) uint32$/;"	f
 45350  xadd	./runtime/atomic_arm.go	/^func xadd(val *uint32, delta int32) uint32 {$/;"	f
 45351  xadd	./runtime/atomic_arm64.go	/^func xadd(ptr *uint32, delta int32) uint32$/;"	f
 45352  xadd	./runtime/atomic_ppc64x.go	/^func xadd(ptr *uint32, delta int32) uint32$/;"	f
 45353  xadd64	./runtime/atomic_386.go	/^func xadd64(ptr *uint64, delta int64) uint64 {$/;"	f
 45354  xadd64	./runtime/atomic_amd64x.go	/^func xadd64(ptr *uint64, delta int64) uint64$/;"	f
 45355  xadd64	./runtime/atomic_arm.go	/^func xadd64(addr *uint64, delta int64) uint64 {$/;"	f
 45356  xadd64	./runtime/atomic_arm64.go	/^func xadd64(ptr *uint64, delta int64) uint64$/;"	f
 45357  xadd64	./runtime/atomic_ppc64x.go	/^func xadd64(ptr *uint64, delta int64) uint64$/;"	f
 45358  xaddint64	./runtime/stubs.go	/^func xaddint64(ptr *int64, delta int64) int64 {$/;"	f
 45359  xadduintptr	./runtime/atomic_386.go	/^func xadduintptr(ptr *uintptr, delta uintptr) uintptr$/;"	f
 45360  xadduintptr	./runtime/atomic_amd64x.go	/^func xadduintptr(ptr *uintptr, delta uintptr) uintptr$/;"	f
 45361  xadduintptr	./runtime/atomic_arm.go	/^func xadduintptr(ptr *uintptr, delta uintptr) uintptr$/;"	f
 45362  xadduintptr	./runtime/atomic_arm64.go	/^func xadduintptr(ptr *uintptr, delta uintptr) uintptr$/;"	f
 45363  xadduintptr	./runtime/atomic_ppc64x.go	/^func xadduintptr(ptr *uintptr, delta uintptr) uintptr$/;"	f
 45364  xatan	./math/atan.go	/^func xatan(x float64) float64 {$/;"	f
 45365  xatexit	./cmd/dist/util.go	/^func xatexit(f func()) {$/;"	f
 45366  xbuf	./crypto/md5/gen.go	/^	var xbuf [16]uint32$/;"	v
 45367  xbuf	./crypto/md5/md5block.go	/^	var xbuf [16]uint32$/;"	v
 45368  xchg	./runtime/atomic_386.go	/^func xchg(ptr *uint32, new uint32) uint32$/;"	f
 45369  xchg	./runtime/atomic_amd64x.go	/^func xchg(ptr *uint32, new uint32) uint32$/;"	f
 45370  xchg	./runtime/atomic_arm.go	/^func xchg(addr *uint32, v uint32) uint32 {$/;"	f
 45371  xchg	./runtime/atomic_arm64.go	/^func xchg(ptr *uint32, new uint32) uint32$/;"	f
 45372  xchg	./runtime/atomic_ppc64x.go	/^func xchg(ptr *uint32, new uint32) uint32$/;"	f
 45373  xchg64	./runtime/atomic_386.go	/^func xchg64(ptr *uint64, new uint64) uint64 {$/;"	f
 45374  xchg64	./runtime/atomic_amd64x.go	/^func xchg64(ptr *uint64, new uint64) uint64$/;"	f
 45375  xchg64	./runtime/atomic_arm.go	/^func xchg64(addr *uint64, v uint64) uint64 {$/;"	f
 45376  xchg64	./runtime/atomic_arm64.go	/^func xchg64(ptr *uint64, new uint64) uint64$/;"	f
 45377  xchg64	./runtime/atomic_ppc64x.go	/^func xchg64(ptr *uint64, new uint64) uint64$/;"	f
 45378  xchgp	./runtime/atomic_pointer.go	/^func xchgp(ptr unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer {$/;"	f
 45379  xchgp1	./runtime/atomic_386.go	/^func xchgp1(ptr unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer$/;"	f
 45380  xchgp1	./runtime/atomic_amd64x.go	/^func xchgp1(ptr unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer$/;"	f
 45381  xchgp1	./runtime/atomic_arm.go	/^func xchgp1(addr unsafe.Pointer, v unsafe.Pointer) unsafe.Pointer {$/;"	f
 45382  xchgp1	./runtime/atomic_arm64.go	/^func xchgp1(ptr unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer$/;"	f
 45383  xchgp1	./runtime/atomic_ppc64x.go	/^func xchgp1(ptr unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer$/;"	f
 45384  xchguintptr	./runtime/atomic_386.go	/^func xchguintptr(ptr *uintptr, new uintptr) uintptr$/;"	f
 45385  xchguintptr	./runtime/atomic_amd64x.go	/^func xchguintptr(ptr *uintptr, new uintptr) uintptr$/;"	f
 45386  xchguintptr	./runtime/atomic_arm.go	/^func xchguintptr(addr *uintptr, v uintptr) uintptr {$/;"	f
 45387  xchguintptr	./runtime/atomic_arm64.go	/^func xchguintptr(ptr *uintptr, new uintptr) uintptr$/;"	f
 45388  xchguintptr	./runtime/atomic_ppc64x.go	/^func xchguintptr(ptr *uintptr, new uintptr) uintptr$/;"	f
 45389  xcmp	./cmd/internal/obj/arm/asm5.go	/^var xcmp [C_GOK + 1][C_GOK + 1]uint8$/;"	v
 45390  xcmp	./cmd/internal/obj/arm64/asm7.go	/^var xcmp [C_NCLASS][C_NCLASS]uint8$/;"	v
 45391  xcmp	./cmd/internal/obj/ppc64/asm9.go	/^var xcmp [C_NCLASS][C_NCLASS]uint8$/;"	v
 45392  xdcl	./cmd/compile/internal/gc/go.y	/^xdcl:$/;"	l
 45393  xdcl_list	./cmd/compile/internal/gc/go.y	/^xdcl_list:$/;"	l
 45394  xdefine	./cmd/link/internal/ld/lib.go	/^func xdefine(p string, t int, v int64) {$/;"	f
 45395  xed	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^func xed(ext *ExtDis) error {$/;"	f
 45396  xedEnd	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^	var xedEnd = []byte("# end of text section")$/;"	v
 45397  xedEnd1	./cmd/internal/rsc.io/x86/x86asm/xedext_test.go	/^	var xedEnd1 = []byte("# Errors")$/;"	v
 45398  xedManualTests	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^var xedManualTests = `$/;"	v
 45399  xedUnsupported	./cmd/internal/rsc.io/x86/x86asm/xed_test.go	/^var xedUnsupported = strings.Fields(`$/;"	v
 45400  xer	./runtime/signal_linux_ppc64x.go	/^func (c *sigctxt) xer() uint64   { return c.regs().xer }$/;"	f
 45401  xerr	./os/os_test.go	/^	var xerr error \/\/ error to return for x$/;"	v
 45402  xexit	./cmd/dist/util.go	/^func xexit(n int) {$/;"	f
 45403  xflagparse	./cmd/dist/main.go	/^func xflagparse(maxargs int) {$/;"	f
 45404  xfndcl	./cmd/compile/internal/gc/go.y	/^xfndcl:$/;"	l
 45405  xfol	./cmd/internal/obj/arm/obj5.go	/^func xfol(ctxt *obj.Link, p *obj.Prog, last **obj.Prog) {$/;"	f
 45406  xfol	./cmd/internal/obj/arm64/obj7.go	/^func xfol(ctxt *obj.Link, p *obj.Prog, last **obj.Prog) {$/;"	f
 45407  xfol	./cmd/internal/obj/ppc64/obj9.go	/^func xfol(ctxt *obj.Link, p *obj.Prog, last **obj.Prog) {$/;"	f
 45408  xfol	./cmd/internal/obj/x86/obj6.go	/^func xfol(ctxt *obj.Link, p *obj.Prog, last **obj.Prog) {$/;"	f
 45409  xgen	./cmd/compile/internal/arm64/gsubr.go	/^func xgen(n *gc.Node, a *gc.Node, o int) bool {$/;"	f
 45410  xgen	./cmd/compile/internal/ppc64/gsubr.go	/^func xgen(n *gc.Node, a *gc.Node, o int) bool {$/;"	f
 45411  xgetgoarm	./cmd/dist/util.go	/^func xgetgoarm() string {$/;"	f
 45412  xgetwd	./cmd/dist/util.go	/^func xgetwd() string {$/;"	f
 45413  xint	./encoding/json/decode_test.go	/^	var xint Xint$/;"	v
 45414  xm	./cmd/compile/internal/big/float.go	/^		var xm, ym Word$/;"	v
 45415  xm	./math/big/float.go	/^		var xm, ym Word$/;"	v
 45416  xmain	./cmd/dist/main.go	/^func xmain() {$/;"	f
 45417  xmalloc	./cmd/compile/internal/gc/plive.go	/^func xmalloc(size uint32) interface{} {$/;"	f
 45418  xmkdir	./cmd/dist/util.go	/^func xmkdir(p string) {$/;"	f
 45419  xmkdirall	./cmd/dist/util.go	/^func xmkdirall(p string) {$/;"	f
 45420  xml	./encoding/xml/marshal.go	/^\/\/     - the value of the XMLName field of type xml.Name$/;"	t
 45421  xml	./encoding/xml/read.go	/^\/\/   * If the struct has a field named XMLName of type xml.Name,$/;"	t
 45422  xmlInput	./encoding/xml/xml_test.go	/^var xmlInput = []string{$/;"	v
 45423  xmmreg	./runtime/defs_linux_386.go	/^type xmmreg struct {$/;"	t
 45424  xmmreg	./runtime/defs_linux_amd64.go	/^type xmmreg struct {$/;"	t
 45425  xmmreg1	./runtime/defs_linux_amd64.go	/^type xmmreg1 struct {$/;"	t
 45426  xoffset	./cmd/compile/internal/gc/pgen.go	/^	var xoffset int64$/;"	v
 45427  xoffset	./cmd/compile/internal/gc/plive.go	/^	var xoffset int64$/;"	v
 45428  xor	./cmd/compile/internal/big/nat.go	/^func (z nat) xor(x, y nat) nat {$/;"	f
 45429  xor	./math/big/nat.go	/^func (z nat) xor(x, y nat) nat {$/;"	f
 45430  xorBytes	./crypto/cipher/xor.go	/^func xorBytes(dst, a, b []byte) int {$/;"	f
 45431  xorKeyStream	./crypto/rc4/rc4_asm.go	/^func xorKeyStream(dst, src *byte, n int, state *[256]uint32, i, j *uint8)$/;"	f
 45432  xorKeyStreamGeneric	./crypto/rc4/rc4.go	/^func (c *Cipher) xorKeyStreamGeneric(dst, src []byte) {$/;"	f
 45433  xorWords	./crypto/cipher/xor.go	/^func xorWords(dst, a, b []byte) {$/;"	f
 45434  xprintf	./cmd/dist/util.go	/^func xprintf(format string, args ...interface{}) {$/;"	f
 45435  xrange	./runtime/runtime-gdb.py	/^	xrange = range$/;"	v
 45436  xreaddir	./cmd/dist/util.go	/^func xreaddir(dir string) []string {$/;"	f
 45437  xreaddirfiles	./cmd/dist/util.go	/^func xreaddirfiles(dir string) []string {$/;"	f
 45438  xrealwd	./cmd/dist/util.go	/^func xrealwd(path string) string {$/;"	f
 45439  xremove	./cmd/dist/util.go	/^func xremove(p string) {$/;"	f
 45440  xremoveall	./cmd/dist/util.go	/^func xremoveall(p string) {$/;"	f
 45441  xsamefile	./cmd/dist/util.go	/^func xsamefile(f1, f2 string) bool {$/;"	f
 45442  xsglobal	./runtime/mfinal_test.go	/^var xsglobal []byte$/;"	v
 45443  xtoi	./net/parse.go	/^func xtoi(s string, i0 int) (n int, i int, ok bool) {$/;"	f
 45444  xtoi2	./net/parse.go	/^func xtoi2(s string, e byte) (byte, bool) {$/;"	f
 45445  xtop	./cmd/compile/internal/gc/go.go	/^var xtop *NodeList$/;"	v
 45446  xtramodes	./cmd/compile/internal/arm/peep.go	/^func xtramodes(g *gc.Graph, r *gc.Flow, a *obj.Addr) bool {$/;"	f
 45447  xtree	./runtime/stack_test.go	/^	var xtree *xtreeNode$/;"	v
 45448  xtreeNode	./runtime/stack_test.go	/^type xtreeNode struct {$/;"	t
 45449  xworkdir	./cmd/dist/util.go	/^func xworkdir() string {$/;"	f
 45450  xx	./crypto/elliptic/p224.go	/^	var xx, yy, zz p224FieldElement$/;"	v
 45451  xx	./crypto/elliptic/p256.go	/^	var xx, yy [p256Limbs]uint32$/;"	v
 45452  y	./debug/dwarf/testdata/typedef.c	/^	int y : 4;$/;"	m	struct:my_struct	file:
 45453  y0	./math/all_test.go	/^var y0 = []float64{$/;"	v
 45454  y0SC	./math/all_test.go	/^var y0SC = []float64{$/;"	v
 45455  y1	./math/all_test.go	/^var y1 = []float64{$/;"	v
 45456  y1	./runtime/runtime1.go	/^	var y1 y1t$/;"	v
 45457  y1SC	./math/all_test.go	/^var y1SC = []float64{$/;"	v
 45458  y1t	./runtime/runtime1.go	/^	type y1t struct {$/;"	t
 45459  y2	./math/all_test.go	/^var y2 = []float64{$/;"	v
 45460  y2SC	./math/all_test.go	/^var y2SC = []float64{$/;"	v
 45461  yCbCrModel	./image/color/ycbcr.go	/^func yCbCrModel(c Color) Color {$/;"	f
 45462  yM3	./math/all_test.go	/^var yM3 = []float64{$/;"	v
 45463  yM3SC	./math/all_test.go	/^var yM3SC = []float64{$/;"	v
 45464  yWords	./cmd/compile/internal/big/int.go	/^	var yWords nat$/;"	v
 45465  yWords	./math/big/int.go	/^	var yWords nat$/;"	v
 45466  yaccpar	./cmd/yacc/yacc.go	/^var yaccpar string \/\/ will be processed version of yaccpartext: s\/$$\/prefix\/g$/;"	v
 45467  yaccpartext	./cmd/yacc/yacc.go	/^var yaccpartext = `$/;"	v
 45468  yaddl	./cmd/internal/obj/x86/asm6.go	/^var yaddl = []ytab{$/;"	v
 45469  yaes	./cmd/internal/obj/x86/asm6.go	/^var yaes = []ytab{$/;"	v
 45470  yaes2	./cmd/internal/obj/x86/asm6.go	/^var yaes2 = []ytab{$/;"	v
 45471  ybswap	./cmd/internal/obj/x86/asm6.go	/^var ybswap = []ytab{$/;"	v
 45472  ybtl	./cmd/internal/obj/x86/asm6.go	/^var ybtl = []ytab{$/;"	v
 45473  ybyte	./cmd/internal/obj/x86/asm6.go	/^var ybyte = []ytab{$/;"	v
 45474  ycall	./cmd/internal/obj/x86/asm6.go	/^var ycall = []ytab{$/;"	v
 45475  ycmpb	./cmd/internal/obj/x86/asm6.go	/^var ycmpb = []ytab{$/;"	v
 45476  ycmpl	./cmd/internal/obj/x86/asm6.go	/^var ycmpl = []ytab{$/;"	v
 45477  ycompp	./cmd/internal/obj/x86/asm6.go	/^var ycompp = []ytab{$/;"	v
 45478  ycover	./cmd/internal/obj/x86/asm6.go	/^var ycover [Ymax * Ymax]uint8$/;"	v
 45479  ycrc32l	./cmd/internal/obj/x86/asm6.go	/^var ycrc32l = []ytab{$/;"	v
 45480  ydivb	./cmd/internal/obj/x86/asm6.go	/^var ydivb = []ytab{$/;"	v
 45481  ydivl	./cmd/internal/obj/x86/asm6.go	/^var ydivl = []ytab{$/;"	v
 45482  yduff	./cmd/internal/obj/x86/asm6.go	/^var yduff = []ytab{$/;"	v
 45483  yearDayLocations	./time/time_test.go	/^var yearDayLocations = []*Location{$/;"	v
 45484  yearDayTests	./time/time_test.go	/^var yearDayTests = []YearDayTest{$/;"	v
 45485  yesNo	./fmt/fmt_test.go	/^	var yesNo = []bool{true, false}$/;"	v
 45486  yet	./go/types/assignments.go	/^	\/\/ If the lhs doesn't have a type yet, use the type of x.$/;"	t
 45487  yextrw	./cmd/internal/obj/x86/asm6.go	/^var yextrw = []ytab{$/;"	v
 45488  yfadd	./cmd/internal/obj/x86/asm6.go	/^var yfadd = []ytab{$/;"	v
 45489  yfaddp	./cmd/internal/obj/x86/asm6.go	/^var yfaddp = []ytab{$/;"	v
 45490  yfcmv	./cmd/internal/obj/x86/asm6.go	/^var yfcmv = []ytab{$/;"	v
 45491  yfmvd	./cmd/internal/obj/x86/asm6.go	/^var yfmvd = []ytab{$/;"	v
 45492  yfmvdp	./cmd/internal/obj/x86/asm6.go	/^var yfmvdp = []ytab{$/;"	v
 45493  yfmvf	./cmd/internal/obj/x86/asm6.go	/^var yfmvf = []ytab{$/;"	v
 45494  yfmvp	./cmd/internal/obj/x86/asm6.go	/^var yfmvp = []ytab{$/;"	v
 45495  yfmvx	./cmd/internal/obj/x86/asm6.go	/^var yfmvx = []ytab{$/;"	v
 45496  yfuncdata	./cmd/internal/obj/x86/asm6.go	/^var yfuncdata = []ytab{$/;"	v
 45497  yfxch	./cmd/internal/obj/x86/asm6.go	/^var yfxch = []ytab{$/;"	v
 45498  yieldloop	./runtime/asm_arm.s	/^yieldloop:$/;"	l
 45499  yimul	./cmd/internal/obj/x86/asm6.go	/^var yimul = []ytab{$/;"	v
 45500  yimul3	./cmd/internal/obj/x86/asm6.go	/^var yimul3 = []ytab{$/;"	v
 45501  yin	./cmd/internal/obj/x86/asm6.go	/^var yin = []ytab{$/;"	v
 45502  yincb	./cmd/internal/obj/x86/asm6.go	/^var yincb = []ytab{$/;"	v
 45503  yincl	./cmd/internal/obj/x86/asm6.go	/^var yincl = []ytab{$/;"	v
 45504  yincq	./cmd/internal/obj/x86/asm6.go	/^var yincq = []ytab{$/;"	v
 45505  yincw	./cmd/internal/obj/x86/asm6.go	/^var yincw = []ytab{$/;"	v
 45506  yinsr	./cmd/internal/obj/x86/asm6.go	/^var yinsr = []ytab{$/;"	v
 45507  yinsrw	./cmd/internal/obj/x86/asm6.go	/^var yinsrw = []ytab{$/;"	v
 45508  yint	./cmd/internal/obj/x86/asm6.go	/^var yint = []ytab{$/;"	v
 45509  yjcond	./cmd/internal/obj/x86/asm6.go	/^var yjcond = []ytab{$/;"	v
 45510  yjmp	./cmd/internal/obj/x86/asm6.go	/^var yjmp = []ytab{$/;"	v
 45511  ylo	./runtime/vlrt.go	/^	var ylo, yhi uint32$/;"	v
 45512  yloop	./cmd/internal/obj/x86/asm6.go	/^var yloop = []ytab{$/;"	v
 45513  ym_rl	./cmd/internal/obj/x86/asm6.go	/^var ym_rl = []ytab{$/;"	v
 45514  ymb_rl	./cmd/internal/obj/x86/asm6.go	/^var ymb_rl = []ytab{$/;"	v
 45515  ymbs	./cmd/internal/obj/x86/asm6.go	/^var ymbs = []ytab{$/;"	v
 45516  ymfp	./cmd/internal/obj/x86/asm6.go	/^var ymfp = []ytab{$/;"	v
 45517  yml_mb	./cmd/internal/obj/x86/asm6.go	/^var yml_mb = []ytab{$/;"	v
 45518  yml_rl	./cmd/internal/obj/x86/asm6.go	/^var yml_rl = []ytab{$/;"	v
 45519  ymm	./cmd/internal/obj/x86/asm6.go	/^var ymm = []ytab{$/;"	v
 45520  ymovb	./cmd/internal/obj/x86/asm6.go	/^var ymovb = []ytab{$/;"	v
 45521  ymovl	./cmd/internal/obj/x86/asm6.go	/^var ymovl = []ytab{$/;"	v
 45522  ymovq	./cmd/internal/obj/x86/asm6.go	/^var ymovq = []ytab{$/;"	v
 45523  ymovtab	./cmd/internal/obj/x86/asm6.go	/^var ymovtab = []Movtab{$/;"	v
 45524  ymovw	./cmd/internal/obj/x86/asm6.go	/^var ymovw = []ytab{$/;"	v
 45525  ymr	./cmd/internal/obj/x86/asm6.go	/^var ymr = []ytab{$/;"	v
 45526  ymr_ml	./cmd/internal/obj/x86/asm6.go	/^var ymr_ml = []ytab{$/;"	v
 45527  ymrxr	./cmd/internal/obj/x86/asm6.go	/^var ymrxr = []ytab{$/;"	v
 45528  ymshuf	./cmd/internal/obj/x86/asm6.go	/^var ymshuf = []ytab{$/;"	v
 45529  ymshufb	./cmd/internal/obj/x86/asm6.go	/^var ymshufb = []ytab{$/;"	v
 45530  ymskb	./cmd/internal/obj/x86/asm6.go	/^var ymskb = []ytab{$/;"	v
 45531  ynone	./cmd/internal/obj/x86/asm6.go	/^var ynone = []ytab{$/;"	v
 45532  ynop	./cmd/internal/obj/x86/asm6.go	/^var ynop = []ytab{$/;"	v
 45533  yourTurn	./syscall/srpc_nacl.go	/^var yourTurn srpc$/;"	v
 45534  ypcdata	./cmd/internal/obj/x86/asm6.go	/^var ypcdata = []ytab{$/;"	v
 45535  ypopl	./cmd/internal/obj/x86/asm6.go	/^var ypopl = []ytab{$/;"	v
 45536  yprefetch	./cmd/internal/obj/x86/asm6.go	/^var yprefetch = []ytab{$/;"	v
 45537  yps	./cmd/internal/obj/x86/asm6.go	/^var yps = []ytab{$/;"	v
 45538  ypsdq	./cmd/internal/obj/x86/asm6.go	/^var ypsdq = []ytab{$/;"	v
 45539  ypushl	./cmd/internal/obj/x86/asm6.go	/^var ypushl = []ytab{$/;"	v
 45540  yrb_mb	./cmd/internal/obj/x86/asm6.go	/^var yrb_mb = []ytab{$/;"	v
 45541  yret	./cmd/internal/obj/x86/asm6.go	/^var yret = []ytab{$/;"	v
 45542  yrl_m	./cmd/internal/obj/x86/asm6.go	/^var yrl_m = []ytab{$/;"	v
 45543  yrl_ml	./cmd/internal/obj/x86/asm6.go	/^var yrl_ml = []ytab{$/;"	v
 45544  ysahf	./cmd/internal/obj/x86/asm6.go	/^var ysahf = []ytab{$/;"	v
 45545  yscond	./cmd/internal/obj/x86/asm6.go	/^var yscond = []ytab{$/;"	v
 45546  yshb	./cmd/internal/obj/x86/asm6.go	/^var yshb = []ytab{$/;"	v
 45547  yshl	./cmd/internal/obj/x86/asm6.go	/^var yshl = []ytab{$/;"	v
 45548  ystcw	./cmd/internal/obj/x86/asm6.go	/^var ystcw = []ytab{$/;"	v
 45549  ystsw	./cmd/internal/obj/x86/asm6.go	/^var ystsw = []ytab{$/;"	v
 45550  ysvrs	./cmd/internal/obj/x86/asm6.go	/^var ysvrs = []ytab{$/;"	v
 45551  ytab	./cmd/internal/obj/x86/asm6.go	/^type ytab struct {$/;"	t
 45552  ytestb	./cmd/internal/obj/x86/asm6.go	/^var ytestb = []ytab{$/;"	v
 45553  ytestl	./cmd/internal/obj/x86/asm6.go	/^var ytestl = []ytab{$/;"	v
 45554  ytext	./cmd/internal/obj/x86/asm6.go	/^var ytext = []ytab{$/;"	v
 45555  yxchg	./cmd/internal/obj/x86/asm6.go	/^var yxchg = []ytab{$/;"	v
 45556  yxcmp	./cmd/internal/obj/x86/asm6.go	/^var yxcmp = []ytab{$/;"	v
 45557  yxcmpi	./cmd/internal/obj/x86/asm6.go	/^var yxcmpi = []ytab{$/;"	v
 45558  yxcvfl	./cmd/internal/obj/x86/asm6.go	/^var yxcvfl = []ytab{$/;"	v
 45559  yxcvfq	./cmd/internal/obj/x86/asm6.go	/^var yxcvfq = []ytab{$/;"	v
 45560  yxcvlf	./cmd/internal/obj/x86/asm6.go	/^var yxcvlf = []ytab{$/;"	v
 45561  yxcvm1	./cmd/internal/obj/x86/asm6.go	/^var yxcvm1 = []ytab{$/;"	v
 45562  yxcvm2	./cmd/internal/obj/x86/asm6.go	/^var yxcvm2 = []ytab{$/;"	v
 45563  yxcvqf	./cmd/internal/obj/x86/asm6.go	/^var yxcvqf = []ytab{$/;"	v
 45564  yxm	./cmd/internal/obj/x86/asm6.go	/^var yxm = []ytab{$/;"	v
 45565  yxmov	./cmd/internal/obj/x86/asm6.go	/^var yxmov = []ytab{$/;"	v
 45566  yxmq	./cmd/internal/obj/x86/asm6.go	/^var yxmq = []ytab{$/;"	v
 45567  yxorb	./cmd/internal/obj/x86/asm6.go	/^var yxorb = []ytab{$/;"	v
 45568  yxorl	./cmd/internal/obj/x86/asm6.go	/^var yxorl = []ytab{$/;"	v
 45569  yxr	./cmd/internal/obj/x86/asm6.go	/^var yxr = []ytab{$/;"	v
 45570  yxr_ml	./cmd/internal/obj/x86/asm6.go	/^var yxr_ml = []ytab{$/;"	v
 45571  yxrrl	./cmd/internal/obj/x86/asm6.go	/^var yxrrl = []ytab{$/;"	v
 45572  yxshuf	./cmd/internal/obj/x86/asm6.go	/^var yxshuf = []ytab{$/;"	v
 45573  yy	./cmd/compile/internal/gc/lex.go	/^type yy struct{}$/;"	t
 45574  yyAct	./cmd/compile/internal/gc/y.go	/^var yyAct = [...]int{$/;"	v
 45575  yyChk	./cmd/compile/internal/gc/y.go	/^var yyChk = [...]int{$/;"	v
 45576  yyDef	./cmd/compile/internal/gc/y.go	/^var yyDef = [...]int{$/;"	v
 45577  yyDollar	./cmd/compile/internal/gc/y.go	/^	var yyDollar []yySymType$/;"	v
 45578  yyErrorMessage	./cmd/compile/internal/gc/y.go	/^func yyErrorMessage(state, lookAhead int) string {$/;"	f
 45579  yyErrorMessages	./cmd/compile/internal/gc/y.go	/^var yyErrorMessages = [...]struct {$/;"	v
 45580  yyExca	./cmd/compile/internal/gc/y.go	/^var yyExca = [...]int{$/;"	v
 45581  yyLexer	./cmd/compile/internal/gc/y.go	/^type yyLexer interface {$/;"	t
 45582  yyLexer	./cmd/yacc/doc.go	/^	type yyLexer interface {$/;"	t
 45583  yyNewParser	./cmd/compile/internal/gc/y.go	/^func yyNewParser() yyParser {$/;"	f
 45584  yyPact	./cmd/compile/internal/gc/y.go	/^var yyPact = [...]int{$/;"	v
 45585  yyParse	./cmd/compile/internal/gc/y.go	/^func yyParse(yylex yyLexer) int {$/;"	f
 45586  yyParser	./cmd/compile/internal/gc/y.go	/^type yyParser interface {$/;"	t
 45587  yyParser	./cmd/yacc/doc.go	/^	type yyParser interface {$/;"	t
 45588  yyParserImpl	./cmd/compile/internal/gc/y.go	/^type yyParserImpl struct {$/;"	t
 45589  yyPgo	./cmd/compile/internal/gc/y.go	/^var yyPgo = [...]int{$/;"	v
 45590  yyR1	./cmd/compile/internal/gc/y.go	/^var yyR1 = [...]int{$/;"	v
 45591  yyR2	./cmd/compile/internal/gc/y.go	/^var yyR2 = [...]int{$/;"	v
 45592  yyStatenames	./cmd/compile/internal/gc/y.go	/^var yyStatenames = [...]string{}$/;"	v
 45593  yyStates	./cmd/compile/internal/gc/y.go	/^var yyStates []string$/;"	v
 45594  yyStatname	./cmd/compile/internal/gc/y.go	/^func yyStatname(s int) string {$/;"	f
 45595  yySymType	./cmd/compile/internal/gc/y.go	/^type yySymType struct {$/;"	t
 45596  yyTok1	./cmd/compile/internal/gc/y.go	/^var yyTok1 = [...]int{$/;"	v
 45597  yyTok2	./cmd/compile/internal/gc/y.go	/^var yyTok2 = [...]int{$/;"	v
 45598  yyTok3	./cmd/compile/internal/gc/y.go	/^var yyTok3 = [...]int{$/;"	v
 45599  yyTokenNames	./cmd/compile/internal/gc/y.go	/^var yyTokenNames []string$/;"	v
 45600  yyTokname	./cmd/compile/internal/gc/y.go	/^func yyTokname(c int) string {$/;"	f
 45601  yyToknames	./cmd/compile/internal/gc/y.go	/^var yyToknames = [...]string{$/;"	v
 45602  yyVAL	./cmd/compile/internal/gc/y.go	/^	var yyVAL yySymType$/;"	v
 45603  yy_isalnum	./cmd/compile/internal/gc/lex.go	/^func yy_isalnum(c int) bool {$/;"	f
 45604  yy_isalpha	./cmd/compile/internal/gc/lex.go	/^func yy_isalpha(c int) bool {$/;"	f
 45605  yy_isalpha	./cmd/link/internal/ld/sym.go	/^func yy_isalpha(c int) bool {$/;"	f
 45606  yy_isdigit	./cmd/compile/internal/gc/lex.go	/^func yy_isdigit(c int) bool {$/;"	f
 45607  yy_isspace	./cmd/compile/internal/gc/lex.go	/^func yy_isspace(c int) bool {$/;"	f
 45608  yyerror_lastsyntax	./cmd/compile/internal/gc/subr.go	/^var yyerror_lastsyntax int$/;"	v
 45609  yyerrorl	./cmd/compile/internal/gc/subr.go	/^func yyerrorl(line int, format string, args ...interface{}) {$/;"	f
 45610  yylast	./cmd/compile/internal/gc/lex.go	/^var yylast int$/;"	v
 45611  yylex	./cmd/compile/internal/gc/lex.go	/^func yylex(yylval *yySymType) int32 {$/;"	f
 45612  yylex1	./cmd/compile/internal/gc/y.go	/^func yylex1(lex yyLexer, lval *yySymType) (char, token int) {$/;"	f
 45613  yylval	./cmd/compile/internal/gc/y.go	/^	var yylval yySymType$/;"	v
 45614  yyn	./cmd/compile/internal/gc/y.go	/^	var yyn int$/;"	v
 45615  yyparse	./cmd/compile/internal/gc/lex.go	/^func yyparse() {$/;"	f
 45616  yypgo	./cmd/yacc/yacc.go	/^var yypgo [][]int$/;"	v
 45617  yyprev	./cmd/compile/internal/gc/lex.go	/^var yyprev int$/;"	v
 45618  yytfix	./cmd/compile/internal/gc/lex.go	/^var yytfix = []struct {$/;"	v
 45619  z	./debug/dwarf/testdata/typedef.c	/^	int z[0];$/;"	m	struct:my_struct	file:
 45620  z1	./crypto/elliptic/p224.go	/^	var z1, x2, y2, z2 p224FieldElement$/;"	v
 45621  z1z1	./crypto/elliptic/p224.go	/^	var z1z1, z2z2, u1, u2, s1, s2, h, i, j, r, v p224FieldElement$/;"	v
 45622  z1z1	./crypto/elliptic/p256.go	/^	var z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp [p256Limbs]uint32$/;"	v
 45623  z1z1	./crypto/elliptic/p256.go	/^	var z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp [p256Limbs]uint32$/;"	v
 45624  z2	./cmd/compile/internal/big/int_test.go	/^	var z2 Int$/;"	v
 45625  z2	./math/big/int_test.go	/^	var z2 Int$/;"	v
 45626  zForAffine	./crypto/elliptic/elliptic.go	/^func zForAffine(x, y *big.Int) *big.Int {$/;"	f
 45627  zInv	./crypto/elliptic/p256.go	/^	var zInv, zInvSq [p256Limbs]uint32$/;"	v
 45628  zero	./cmd/compile/internal/amd64/gsubr.go	/^		var zero gc.Node$/;"	v
 45629  zero	./cmd/compile/internal/arm/cgen.go	/^	var zero gc.Node$/;"	v
 45630  zero	./cmd/compile/internal/big/int_test.go	/^	var zero Int$/;"	v
 45631  zero	./cmd/compile/internal/big/rat_test.go	/^	var zero Rat$/;"	v
 45632  zero	./cmd/compile/internal/gc/cgen.go	/^	var zero Node$/;"	v
 45633  zero	./cmd/compile/internal/gc/gen.go	/^			var zero Node$/;"	v
 45634  zero	./cmd/compile/internal/gc/gen.go	/^		var zero Mpflt$/;"	v
 45635  zero	./cmd/compile/internal/x86/cgen.go	/^	var zero gc.Node$/;"	v
 45636  zero	./cmd/link/internal/ld/elf.go	/^	var zero = make([]byte, 4)$/;"	v
 45637  zero	./go/types/token_test.go	/^	var zero token.Token$/;"	v
 45638  zero	./io/pipe.go	/^var zero [0]byte$/;"	v
 45639  zero	./math/big/int_test.go	/^	var zero Int$/;"	v
 45640  zero	./math/big/rat_test.go	/^	var zero Rat$/;"	v
 45641  zero	./math/cmplx/cmath_test.go	/^	var zero = complex(0, 0)$/;"	v
 45642  zero	./runtime/netpoll_solaris.go	/^	var zero timespec$/;"	v
 45643  zero	./runtime/race/testdata/mop_test.go	/^	var zero int = 0$/;"	v
 45644  zero	./text/template/exec.go	/^var zero reflect.Value$/;"	v
 45645  zero386	./runtime/mkduff.go	/^func zero386(w io.Writer) {$/;"	f
 45646  zeroAMD64	./runtime/mkduff.go	/^func zeroAMD64(w io.Writer) {$/;"	f
 45647  zeroARM	./runtime/mkduff.go	/^func zeroARM(w io.Writer) {$/;"	f
 45648  zeroARM64	./runtime/mkduff.go	/^func zeroARM64(w io.Writer) {$/;"	f
 45649  zeroArgs	./text/template/exec_test.go	/^func zeroArgs() string {$/;"	f
 45650  zeroArray	./debug/dwarf/type.go	/^func zeroArray(t *Type) {$/;"	f
 45651  zeroBlock	./archive/tar/common.go	/^var zeroBlock = make([]byte, blockSize)$/;"	v
 45652  zeroErrReader	./io/io_test.go	/^type zeroErrReader struct {$/;"	t
 45653  zeroFile	./syscall/fs_nacl.go	/^type zeroFile struct{}$/;"	t
 45654  zeroFill	./fmt/fmt_test.go	/^func zeroFill(prefix string, width int, suffix string) string {$/;"	f
 45655  zeroPPC64x	./runtime/mkduff.go	/^func zeroPPC64x(w io.Writer) {$/;"	f
 45656  zeroProcAttr	./syscall/exec_plan9.go	/^var zeroProcAttr ProcAttr$/;"	v
 45657  zeroProcAttr	./syscall/exec_unix.go	/^var zeroProcAttr ProcAttr$/;"	v
 45658  zeroProcAttr	./syscall/exec_windows.go	/^var zeroProcAttr ProcAttr$/;"	v
 45659  zeroReader	./bufio/bufio_test.go	/^type zeroReader struct{}$/;"	t
 45660  zeroReader	./crypto/ecdsa/ecdsa.go	/^var zeroReader = &zr{}$/;"	v
 45661  zeroSource	./crypto/tls/handshake_server_test.go	/^type zeroSource struct{}$/;"	t
 45662  zeroSysProcAttr	./syscall/exec_plan9.go	/^var zeroSysProcAttr SysProcAttr$/;"	v
 45663  zeroSysProcAttr	./syscall/exec_unix.go	/^var zeroSysProcAttr SysProcAttr$/;"	v
 45664  zeroSysProcAttr	./syscall/exec_windows.go	/^var zeroSysProcAttr SysProcAttr$/;"	v
 45665  zerobase	./runtime/malloc.go	/^var zerobase uintptr$/;"	v
 45666  zerobuf	./runtime/hashmap.go	/^var zerobuf struct {$/;"	v
 45667  zerobuf	./syscall/fd_nacl.go	/^var zerobuf [0]byte$/;"	v
 45668  zeroes	./cmd/compile/internal/big/intconv.go	/^	var zeroes int \/\/ zero characters (actually cs[0]) as left-most digits ("%.8d")$/;"	v
 45669  zeroes	./cmd/link/internal/amd64/asm.go	/^var zeroes string$/;"	v
 45670  zeroes	./compress/flate/deflate.go	/^var zeroes [32]int$/;"	v
 45671  zeroes	./math/big/intconv.go	/^	var zeroes int \/\/ zero characters (actually cs[0]) as left-most digits ("%.8d")$/;"	v
 45672  zerohandler	./os/signal/signal.go	/^		var zerohandler handler$/;"	v
 45673  zerondr	./runtime/os1_darwin.go	/^var zerondr machndr$/;"	v
 45674  zerorange	./cmd/compile/internal/amd64/ggen.go	/^func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, ax *uint32) *obj.Prog {$/;"	f
 45675  zerorange	./cmd/compile/internal/arm/ggen.go	/^func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, r0 *uint32) *obj.Prog {$/;"	f
 45676  zerorange	./cmd/compile/internal/arm64/ggen.go	/^func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog {$/;"	f
 45677  zerorange	./cmd/compile/internal/ppc64/ggen.go	/^func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog {$/;"	f
 45678  zerorange	./cmd/compile/internal/x86/ggen.go	/^func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, ax *uint32) *obj.Prog {$/;"	f
 45679  zeros	./cmd/internal/rsc.io/arm/armasm/ext_test.go	/^var zeros = []byte{0, 0, 0, 0}$/;"	v
 45680  zeros	./crypto/tls/handshake_server_test.go	/^	var zeros [32]byte$/;"	v
 45681  zerosize	./cmd/compile/internal/gc/go.go	/^var zerosize int64$/;"	v
 45682  zerotiny	./runtime/hashmap.go	/^var zerotiny [1024]byte$/;"	v
 45683  zget2	./syscall/unzip_nacl.go	/^func zget2(b string) int {$/;"	f
 45684  zget4	./syscall/unzip_nacl.go	/^func zget4(b string) int {$/;"	f
 45685  zigzag	./image/jpeg/writer_test.go	/^var zigzag = [blockSize]int{$/;"	v
 45686  zinv	./crypto/elliptic/p224.go	/^	var zinv, zinvsq, outx, outy p224FieldElement$/;"	v
 45687  zipToTime	./syscall/unzip_nacl.go	/^func zipToTime(date, time int) int64 {$/;"	f
 45688  zlibTest	./compress/zlib/reader_test.go	/^type zlibTest struct {$/;"	t
 45689  zlibTests	./compress/zlib/reader_test.go	/^var zlibTests = []zlibTest{$/;"	v
 45690  zlibw	./compress/zlib/writer_test.go	/^	var zlibw *Writer$/;"	v
 45691  zone	./net/hosts.go	/^	var zone string$/;"	v
 45692  zone	./net/ipsock.go	/^	var zone string$/;"	v
 45693  zone	./time/genzabbrs.go	/^type zone struct {$/;"	t
 45694  zone	./time/zoneinfo.go	/^type zone struct {$/;"	t
 45695  zoneDirs	./time/zoneinfo_unix.go	/^var zoneDirs = []string{$/;"	v
 45696  zoneFile	./time/zoneinfo_ios.go	/^var zoneFile string$/;"	v
 45697  zoneToInt	./net/ipsock.go	/^func zoneToInt(zone string) int {$/;"	f
 45698  zoneToString	./net/ipsock.go	/^func zoneToString(zone int) string {$/;"	f
 45699  zoneTrans	./time/zoneinfo.go	/^type zoneTrans struct {$/;"	t
 45700  zoneinfo	./time/zoneinfo.go	/^var zoneinfo, _ = syscall.Getenv("ZONEINFO")$/;"	v
 45701  zones	./time/genzabbrs.go	/^type zones []*zone$/;"	t
 45702  zones	./time/zoneinfo_plan9.go	/^	var zones [2]zone$/;"	v
 45703  zr	./crypto/ecdsa/ecdsa.go	/^type zr struct {$/;"	t
 45704  zz	./cmd/compile/internal/big/nat.go	/^	var zz, one, rr, RR nat$/;"	v
 45705  zz	./cmd/compile/internal/big/nat.go	/^	var zz, r nat$/;"	v
 45706  zz	./debug/dwarf/testdata/typedef.c	/^	int zz [1];$/;"	m	struct:my_struct1	file:
 45707  zz	./debug/dwarf/testdata/typedef.c	/^	int zz[0];$/;"	m	struct:my_struct	file:
 45708  zz	./math/big/nat.go	/^	var zz, one, rr, RR nat$/;"	v
 45709  zz	./math/big/nat.go	/^	var zz, r nat$/;"	v
 45710  zzacent	./cmd/yacc/yacc.go	/^var zzacent = 0$/;"	v
 45711  zzclose	./cmd/yacc/yacc.go	/^var zzclose = 0$/;"	v
 45712  zzexcp	./cmd/yacc/yacc.go	/^var zzexcp = 0$/;"	v
 45713  zzgobest	./cmd/yacc/yacc.go	/^var zzgobest = 0$/;"	v
 45714  zzgoent	./cmd/yacc/yacc.go	/^var zzgoent = 0$/;"	v
 45715  zznewstate	./cmd/yacc/yacc.go	/^var zznewstate = 0$/;"	v
 45716  zzrrconf	./cmd/yacc/yacc.go	/^var zzrrconf = 0$/;"	v
 45717  zzsrconf	./cmd/yacc/yacc.go	/^var zzsrconf = 0$/;"	v
 45718  zzstate	./cmd/yacc/yacc.go	/^var zzstate = 0$/;"	v