Versions in this module Expand all Collapse all v1 v1.0.0 Feb 19, 2018 Changes in this version + const AttrGoElem + const AttrGoEmbeddedField + const AttrGoKey + const AttrGoKind + type AddrType struct + type ArrayType struct + Count int64 + StrideBitSize int64 + Type Type + func (t *ArrayType) Size() int64 + func (t *ArrayType) String() string + type BasicType struct + BitOffset int64 + BitSize int64 + func (b *BasicType) Basic() *BasicType + func (t *BasicType) String() string + type BoolType struct + type ChanType struct + ElemType Type + func (t *ChanType) String() string + type CharType struct + type CommonType struct + ByteSize int64 + Name string + Offset dwarf.Offset + ReflectKind reflect.Kind + func (c *CommonType) Common() *CommonType + func (c *CommonType) Size() int64 + type ComplexType struct + type DotDotDotType struct + func (t *DotDotDotType) String() string + type EnumType struct + EnumName string + Val []*EnumValue + func (t *EnumType) String() string + type EnumValue struct + Name string + Val int64 + type FloatType struct + type FuncType struct + ParamType []Type + ReturnType Type + func (t *FuncType) String() string + type IntType struct + type InterfaceType struct + func (t *InterfaceType) String() string + type MapType struct + ElemType Type + KeyType Type + func (t *MapType) String() string + type PtrType struct + Type Type + func (t *PtrType) String() string + type QualType struct + Qual string + Type Type + func (t *QualType) Size() int64 + func (t *QualType) String() string + type SliceType struct + ElemType Type + func (t *SliceType) String() string + type StringType struct + func (t *StringType) String() string + type StructField struct + BitOffset int64 + BitSize int64 + ByteOffset int64 + ByteSize int64 + Embedded bool + Name string + Type Type + type StructType struct + Field []*StructField + Incomplete bool + Kind string + StructName string + func (t *StructType) Defn() string + func (t *StructType) String() string + type Type interface + Common func() *CommonType + Size func() int64 + String func() string + func ReadType(d *dwarf.Data, off dwarf.Offset, typeCache map[dwarf.Offset]Type) (Type, error) + type TypedefType struct + Type Type + func (t *TypedefType) Size() int64 + func (t *TypedefType) String() string + type UcharType struct + type UintType struct + type UnspecifiedType struct + type VoidType struct + func (t *VoidType) String() string v1.0.0-rc.2 Oct 16, 2017