Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:27 +05 2020. DO NOT EDIT.
Index ¶
- func DecodingErrorError(e *gosym.DecodingError) string
- func LineTableLineToPC(t *gosym.LineTable, line int, maxpc uint64) uint64
- func LineTablePCToLine(t *gosym.LineTable, pc uint64) int
- func NewLineTable(data []byte, text uint64) *gosym.LineTable
- func NewTable(symtab []byte, pcln *gosym.LineTable) (*gosym.Table, error)
- func SymBaseName(s *gosym.Sym) string
- func SymPackageName(s *gosym.Sym) string
- func SymReceiverName(s *gosym.Sym) string
- func SymStatic(s *gosym.Sym) bool
- func TableLineToPC(t *gosym.Table, file string, line int) (uint64, *gosym.Func, error)
- func TableLookupFunc(t *gosym.Table, name string) *gosym.Func
- func TableLookupSym(t *gosym.Table, name string) *gosym.Sym
- func TablePCToFunc(t *gosym.Table, pc uint64) *gosym.Func
- func TablePCToLine(t *gosym.Table, pc uint64) (string, int, *gosym.Func)
- func TableSymByAddr(t *gosym.Table, addr uint64) *gosym.Sym
- func UnknownFileErrorError(e gosym.UnknownFileError) string
- func UnknownLineErrorError(e *gosym.UnknownLineError) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodingErrorError ¶
func DecodingErrorError(e *gosym.DecodingError) string
func SymBaseName ¶
func SymPackageName ¶
func SymReceiverName ¶
func TableLineToPC ¶
func UnknownFileErrorError ¶
func UnknownFileErrorError(e gosym.UnknownFileError) string
func UnknownLineErrorError ¶
func UnknownLineErrorError(e *gosym.UnknownLineError) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.