pub type SymbolMap = Trie<StrRef, WeakSectionRef>;
Expand description
A “symbol map” from a fully-qualified demangled symbol String
to weak reference to a LoadedSection
.
This is used for relocations, and for looking up function names.
Aliased Type§
struct SymbolMap { /* private fields */ }