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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp48 fOther(0), fImportedName(NULL), fOrdered(false),
55 uint64_t fOther; member in struct:mach_o::trie::Node
102 newNode->fOther = other;
136 nodeSize = uleb128_size(fFlags) + uleb128_size(fOther); // ordinal
144 nodeSize += uleb128_size(fOther);
168 uint32_t nodeSize = uleb128_size(fFlags) + uleb128_size(fOther) + strlen(fImportedName) + 1;
171 append_uleb128(fOther, out);
176 uint32_t nodeSize = uleb128_size(fFlags) + uleb128_size(fOther) + 1;
179 append_uleb128(fOther, out);
185 uint32_t nodeSize = uleb128_size(fFlags) + uleb128_size(fAddress) + uleb128_size(fOther);
[all...]

Completed in 233 milliseconds