Documentation ¶
Index ¶
- Constants
- func FindFileTab(filename string, namemap map[string]int, filetab []uint32) int32
- func Grow(bytes *[]byte, size int)
- func PathToPrefix(s string) string
- func ReplacePkgPath(name, pkgpath string) string
- type Epilogue
- type Func
- type FuncInfo
- type InlTreeNode
- type InlinedCall
- type ObjSymbol
- type Pkg
- type Reloc
- type Sym
Constants ¶
View Source
const ( InvalidOffset = int(-1) InvalidIndex = uint32(0xFFFFFFFF) InlinedCallSize = int(unsafe.Sizeof(InlinedCall{})) EmptyString = "" )
Variables ¶
This section is empty.
Functions ¶
func FindFileTab ¶ added in v0.0.18
func PathToPrefix ¶ added in v0.0.19
func ReplacePkgPath ¶ added in v0.0.19
Types ¶
type InlTreeNode ¶
type InlinedCall ¶ added in v0.0.19
type InlinedCall struct {
// contains filtered or unexported fields
}
/ inlinedCall is the encoding of entries in the FUNCDATA_InlTree table.
func InitInlinedCall ¶ added in v0.0.19
func InitInlinedCall(inl InlTreeNode, funcid uint8, namemap map[string]int, filetab []uint32) InlinedCall
type Pkg ¶
Click to show internal directories.
Click to hide internal directories.