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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp337 const uint8_t terminalSize = read_uleb128(p, end); local
338 const uint8_t* children = p + terminalSize;
339 if ( terminalSize != 0 ) {
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp522 uintptr_t terminalSize = *p++; local
523 if ( terminalSize > 127 ) {
526 terminalSize = read_uleb128(p, end);
528 if ( (*s == '\0') && (terminalSize != 0) ) {
532 const uint8_t* children = p + terminalSize;
533 //dyld::log("trieWalk(%p) sym=%s, terminalSize=%d, children=%p\n", start, s, terminalSize, children);

Completed in 74 milliseconds