trie

package
v1.0.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadUleb128

func ReadUleb128(r *bytes.Reader) (uint64, error)

func ReadUleb128FromBuffer

func ReadUleb128FromBuffer(buf *bytes.Buffer) (uint64, int, error)

func WalkTrie added in v1.0.6

func WalkTrie(data []byte, symbol string) (uint64, error)

Types

type CacheExportFlag added in v1.0.6

type CacheExportFlag int

func (CacheExportFlag) Absolute added in v1.0.6

func (f CacheExportFlag) Absolute() bool

func (CacheExportFlag) ReExport added in v1.0.6

func (f CacheExportFlag) ReExport() bool

func (CacheExportFlag) Regular added in v1.0.6

func (f CacheExportFlag) Regular() bool

func (CacheExportFlag) String added in v1.0.6

func (f CacheExportFlag) String() string

func (CacheExportFlag) StubAndResolver added in v1.0.6

func (f CacheExportFlag) StubAndResolver() bool

func (CacheExportFlag) ThreadLocal added in v1.0.6

func (f CacheExportFlag) ThreadLocal() bool

func (CacheExportFlag) WeakDefinition added in v1.0.6

func (f CacheExportFlag) WeakDefinition() bool

type TrieEntry added in v1.0.6

type TrieEntry struct {
	Name         string
	Flags        CacheExportFlag
	Other        uint64
	Address      uint64
	FoundInDylib string
}

func ParseTrie added in v1.0.6

func ParseTrie(trieData []byte, loadAddress uint64) ([]TrieEntry, error)

func (TrieEntry) String added in v1.0.6

func (e TrieEntry) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL