Documentation
¶
Index ¶
- func FindGoFunc(ef *pfelf.File, goPCLnTabInfo *GoPCLnTabInfo, symtab *libpf.SymbolMap) (data []byte, goFuncVal uint64, err error)
- func FindModuleData(ef *pfelf.File, goPCLnTabInfo *GoPCLnTabInfo, symtab *libpf.SymbolMap) (data []byte, address uint64, returnedErr error)
- func HeaderSize() int
- func SearchGoPclntab(ef *pfelf.File) (data []byte, address uint64, err error)
- type GoPCLnTabInfo
- type HeaderVersion
- type TableOffsets
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindGoFunc ¶
func FindModuleData ¶
Types ¶
type GoPCLnTabInfo ¶
type GoPCLnTabInfo struct { Address uint64 // goPCLnTab address Data []byte // goPCLnTab data Version HeaderVersion // gopclntab header version Offsets TableOffsets GoFuncAddr uint64 // goFunc address GoFuncData []byte // goFunc data // contains filtered or unexported fields }
func FindGoPCLnTab ¶
func FindGoPCLnTab(ef *pfelf.File) (goPCLnTabInfo *GoPCLnTabInfo, err error)
type HeaderVersion ¶
type HeaderVersion int
func (HeaderVersion) String ¶
func (h HeaderVersion) String() string
Click to show internal directories.
Click to hide internal directories.