Versions in this module Expand all Collapse all v0 v0.3.1 Jan 20, 2017 v0.3.0 Jan 3, 2017 v0.2.0 Jan 2, 2017 v0.1.0 Dec 20, 2016 v0.0.1 Nov 12, 2016 Changes in this version + const SBSS + const SCONST + const SDATA + const SDYNIMPORT + const SELFGOT + const SELFROSECT + const SELFRXSECT + const SELFSECT + const SFILE + const SFILEPATH + const SFUNCTAB + const SGOFUNC + const SGOSTRING + const SHOSTOBJ + const SINITARR + const SITABLINK + const SMACHO + const SMACHOGOT + const SMACHOINDIRECTGOT + const SMACHOINDIRECTPLT + const SMACHOPLT + const SMACHOSYMSTR + const SMACHOSYMTAB + const SNOPTRBSS + const SNOPTRDATA + const SPCLNTAB + const SRODATA + const SSTRING + const SSYMTAB + const STEXT + const STLSBSS + const STYPE + const STYPELINK + const SWINDOWS + const SXREF + type Data struct + Offset int64 + Size int64 + type Func struct + Args int + File []string + Frame int + FuncData []FuncData + Leaf bool + NoSplit bool + PCData []Data + PCFile Data + PCLine Data + PCSP Data + Var []Var + type FuncData struct + Offset int64 + Sym SymID + type Package struct + Arch string + ImportPath string + Imports []string + MaxVersion int + SymRefs []SymID + Syms []*Sym + func Parse(r io.ReadSeeker, pkgpath string) (*Package, error) + type Reloc struct + Add int + Offset int + Size int + Sym SymID + Type obj.RelocType + func (r *Reloc) String(insnOffset uint64) string + type Sym struct + Data Data + DupOK bool + Func *Func + Kind SymKind + Reloc []Reloc + Size int + Type SymID + type SymID struct + Name string + Version int + func (s SymID) String() string + type SymKind int + func (k SymKind) String() string + type Var struct + Kind int + Name string + Offset int + Type SymID