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

/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOTrie.hpp311 uintptr_t nodeOffset; member in struct:mach_o::trie::EntryWithOffset
314 bool operator<(const EntryWithOffset& other) const { return ( nodeOffset < other.nodeOffset ); }
329 e.nodeOffset = p-start;
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOCompressed.cpp536 uint32_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());
/macosx-10.9.5/CF-855.17/
H A DCFStorage.c310 CFIndex nodeOffset = cachedNode->info.leaf.cachedRange.location; local
312 if (loc < nodeOffset || loc >= nodeOffset + nodeLength) {
317 validConsecutiveValueRange->location = nodeOffset;
319 uint8_t *result = cachedNode->info.leaf.memory + __CFStorageConvertValueToByte(storage, loc - nodeOffset);

Completed in 73 milliseconds