Module goblin::mach::exports[][src]

Expand description

Symbols exported by this binary and available for dynamic linking are encoded in mach-o binaries using a special trie

Note: the trie is constructed lazily in case it won’t be used, and since computing exports will require allocation, to compute the exports, you need call the export trie’s exports() method.

Structs

A finalized symbolic export reconstructed from the export trie

An export trie efficiently encodes all of the symbols exported by this binary for dynamic linking

Enums

An export can be a regular export, a re-export, or a stub

Constants