Documentation ¶
Overview ¶
Package symtab allows reading low-level symbol information from the symbol table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SymbolTable ¶
type SymbolTable struct {
// contains filtered or unexported fields
}
SymbolTable allows for mapping between symbols and their addresses.
func New ¶
func New(filename string) (*SymbolTable, error)
New creates a new symbol table based on the debug info read from the specified file.
Click to show internal directories.
Click to hide internal directories.