Versions in this module Expand all Collapse all v1 v1.1.193 Mar 14, 2024 Changes in this version + func EncodeSleb128(out io.ByteWriter, x int64) + func EncodeUleb128(out io.ByteWriter, x uint64) + func ReadSleb128(r *bytes.Reader) (int64, error) + func ReadUleb128(r *bytes.Reader) (uint64, error) + func ReadUleb128FromBuffer(buf *bytes.Buffer) (uint64, int, error) + func WalkTrie(r *bytes.Reader, symbol string) (uint64, error) + type Node struct + Data []byte + Offset uint64 + func ParseTrie(r *bytes.Reader) ([]Node, error) + type TrieExport struct + Address uint64 + Flags types.ExportFlag + FoundInDylib string + Name string + Other uint64 + ReExport string + func ParseTrieExports(r *bytes.Reader, loadAddress uint64) ([]TrieExport, error) + func ReadExport(r *bytes.Reader, symbol string, loadAddress uint64) (*TrieExport, error) + func (e TrieExport) String() string + func (e TrieExport) Type() string