package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

NewLineTable returns a new PC/line table corresponding to the encoded data.
NewTable decodes the Go symbol table in data, returning an in-memory representation.

# Structs

DecodingError represents an error during the decoding of the symbol table.
A Func collects information about a single function.
No description provided by the author
An Obj represents a single object file.
A Sym represents a single symbol table entry.
Table represents a Go symbol table.
UnknownLineError represents a failure to map a line to a program counter, either because the line is beyond the bounds of the file or because there is no code on the given line.

# Type aliases

UnknownFileError represents a failure to find the specific file in the symbol table.