Searched refs:nodeOffset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp319 uintptr_t nodeOffset; member in struct:mach_o::trie::EntryWithOffset
322 bool operator<(const EntryWithOffset& other) const { return ( nodeOffset < other.nodeOffset ); }
341 e.nodeOffset = p-start;
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp536 uintptr_t nodeOffset = 0; local
565 nodeOffset = read_uleb128(p, end);
567 //dyld::log("trieWalk() found matching edge advancing to node 0x%x\n", nodeOffset);
571 if ( nodeOffset != 0 )
572 p = &start[nodeOffset];
640 //dyld::log("exportedSymbolAddress(): node=%p, nodeOffset=0x%04X in %s\n", symbol, (int)((uint8_t*)symbol - exportTrieStart), this->getShortName());

Completed in 91 milliseconds