# Functions
Compare returns an integer comparing two versions according to semantic version precedence.
FuncSymName returns symbol name for Go functions used in binaries based on Go version.
No description provided by the author
GoTagToSemver is a modified copy of pkgsite/internal/stdlib:VersionForTag.
MajorMinor returns the major.minor version prefix of the semantic version v.
NewLineTable returns a new PC/line table corresponding to the encoded data.
NewTable decodes the Go symbol table (the ".gosymtab" section in ELF), returning an in-memory representation.
No description provided by the author
No description provided by the author
# Structs
DecodingError represents an error during the decoding of the symbol table.
A Func collects information about a single function.
InlinedCall describes a call to an inlined function.
A LineTable is a data structure mapping program counters to line numbers.
An Obj represents a collection of functions in a symbol table.
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.