Versions in this module Expand all Collapse all v1 v1.0.1 Aug 1, 2021 Changes in this version + type Data struct + Offset int64 + Size int64 + type Func struct + Args int64 + File []string + Frame int64 + FuncData []FuncData + InlTree []InlinedCall + Leaf bool + NoSplit bool + PCData []Data + PCFile Data + PCInline Data + PCLine Data + PCSP Data + TopFrame bool + Var []Var + type FuncData struct + Offset int64 + Sym SymID + type InlinedCall struct + File string + Func SymID + Line int64 + Parent int64 + ParentPC int64 + type NativeReader struct + Name string + type Package struct + Arch string + ImportPath string + Imports []string + MaxVersion int64 + Native []*NativeReader + SymRefs []SymID + Syms []*Sym + func Parse(f *os.File, pkgpath string) (*Package, error) + type Reloc struct + Add int64 + Offset int64 + Size int64 + Sym SymID + Type objabi.RelocType + func (r *Reloc) String(insnOffset uint64) string + type Sym struct + Data Data + DupOK bool + Func *Func + Kind objabi.SymKind + Reloc []Reloc + Size int64 + Type SymID + type SymID struct + Name string + Version int64 + func (s SymID) String() string + type Var struct + Kind int64 + Name string + Offset int64 + Type SymID v1.0.0 Sep 13, 2020