MCPcopy Create free account

hub / github.com/bradfitz/shotizam / types & classes

Types & classes18 in github.com/bradfitz/shotizam

↓ 2 callersTypeAliasUnknownFileError
* * Errors */ UnknownFileError represents a failure to find the specific file in the symbol table.
gosym/symtab.go:756
StructDecodingError
DecodingError represents an error during the decoding of the symbol table.
gosym/symtab.go:774
StructFile
shotizam.go:37
StructFile
ar/ar.go:56
StructFunc
A Func collects information about a single function.
gosym/symtab.go:136
StructLineTable
A LineTable is a data structure mapping program counters to line numbers. In Go 1.1 and earlier, each function (represented by a Func) had its own Li
gosym/pclntab.go:43
StructObj
An Obj represents a collection of functions in a symbol table. The exact method of division of a binary into separate Objs is an internal detail of t
gosym/symtab.go:166
StructReader
ar/ar.go:14
StructRec
shotizam.go:433
StructRecKey
shotizam.go:427
StructSym
* * Symbols */ A Sym represents a single symbol table entry.
gosym/symtab.go:28
StructTable
* * Symbol tables */ Table represents a Go symbol table. It stores all of the symbols decoded from the program and provides methods to translate bet
gosym/symtab.go:184
StructUnknownLineError
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
gosym/symtab.go:763
StructfuncData
funcData is memory corresponding to an _func struct.
gosym/pclntab.go:439
StructfuncTab
funcTab is memory corresponding to a slice of functab structs, followed by an invalid PC. A functab struct is a PC and a func offset.
gosym/pclntab.go:406
StructstackEnt
gosym/symtab.go:667
Structsym
gosym/symtab.go:193
TypeAliasversion
version of the pclntab
gosym/pclntab.go:19