package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev

# Functions

Parse parses an object file or archive from f, assuming that its import path is pkgpath.

# Structs

A Data is a reference to data stored in an object file.
Func contains additional per-symbol information specific to functions.
A FuncData is a single function-specific data value.
An InlinedCall is a node in an InlTree.
No description provided by the author
A Package is a parsed Go object file or archive defining a Go package.
A Reloc describes a relocation applied to a memory image to refer to an address within a particular symbol.
A Sym is a named symbol in an object file.
A SymID - the combination of Name and Version - uniquely identifies a symbol within a package.
A Var describes a variable in a function stack frame: a declared local variable, an input argument, or an output result.