Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoSymbolTable ¶
type GoSymbolTable struct {
// contains filtered or unexported fields
}
func NewGoSymbolTable ¶
func NewGoSymbolTable(file string, fallback *func() SymbolTable) (*GoSymbolTable, error)
func (*GoSymbolTable) Close ¶
func (g *GoSymbolTable) Close()
type SimpleSymbolTable ¶
type SimpleSymbolTable struct {
// contains filtered or unexported fields
}
func NewSimpleSymbolTable ¶
func NewSimpleSymbolTable(symbols []SimpleSymbolTableEntry) *SimpleSymbolTable
func (*SimpleSymbolTable) Rebase ¶
func (t *SimpleSymbolTable) Rebase(base uint64)
func (*SimpleSymbolTable) Resolve ¶
func (t *SimpleSymbolTable) Resolve(addr uint64) string
type SimpleSymbolTableEntry ¶
type SymbolTable ¶
Click to show internal directories.
Click to hide internal directories.