Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bradfitz/shotizam
/ types & classes
Types & classes
18 in github.com/bradfitz/shotizam
⨍
Functions
87
◇
Types & classes
18
↓ 2 callers
TypeAlias
UnknownFileError
* * Errors */ UnknownFileError represents a failure to find the specific file in the symbol table.
gosym/symtab.go:756
Struct
DecodingError
DecodingError represents an error during the decoding of the symbol table.
gosym/symtab.go:774
Struct
File
shotizam.go:37
Struct
File
ar/ar.go:56
Struct
Func
A Func collects information about a single function.
gosym/symtab.go:136
Struct
LineTable
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
Struct
Obj
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
Struct
Reader
ar/ar.go:14
Struct
Rec
shotizam.go:433
Struct
RecKey
shotizam.go:427
Struct
Sym
* * Symbols */ A Sym represents a single symbol table entry.
gosym/symtab.go:28
Struct
Table
* * 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
Struct
UnknownLineError
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
Struct
funcData
funcData is memory corresponding to an _func struct.
gosym/pclntab.go:439
Struct
funcTab
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
Struct
stackEnt
gosym/symtab.go:667
Struct
sym
gosym/symtab.go:193
TypeAlias
version
version of the pclntab
gosym/pclntab.go:19