bool ParseTrieEntries(DataExtractor &data, const bool is_arm, lldb::addr_t text_seg_base_addr, std::set< lldb::addr_t > &resolver_addresses, std::vector< TrieEntryWithOffset > &reexports, std::vector< TrieEntryWithOffset > &ext_symbols)
Parse the Mach-O export trie (the dyld symbol trie from LC_DYLD_INFO or LC_DYLD_EXPORTS_TRIE) startin...
TrieEntryWithOffset(lldb::offset_t offset)
bool operator<(const TrieEntryWithOffset &other) const
lldb::offset_t nodeOffset
void Dump(uint32_t idx) const
A single symbol recovered from the Mach-O export trie.