1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
6 * Runtime type representation.
7 * This file exists only to provide types that 6l can turn into
8 * DWARF information for use by gdb. Nothing else uses these.
9 * They should match the same types in ../reflect/type.go.
10 * For comments see ../reflect/type.go.
24 hashfn
func(unsafe
.Pointer
, uintptr) uintptr
25 equalfn
func(unsafe
.Pointer
, unsafe
.Pointer
, uintptr) bool
40 type uncommonType
struct {
46 type _imethod
struct {
52 type interfaceType
struct {