Documentation ¶
Index ¶
- 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(data []byte, symbol string) (uint64, error)
- type TrieEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeSleb128 ¶ added in v1.1.77
func EncodeSleb128(out io.ByteWriter, x int64)
EncodeSleb128 encodes input to the Signed Little Endian Base 128 format
func EncodeUleb128 ¶ added in v1.1.77
func EncodeUleb128(out io.ByteWriter, x uint64)
EncodeUleb128 encodes input to the Unsigned Little Endian Base 128 format
Types ¶
Click to show internal directories.
Click to hide internal directories.