Searched refs:fImportedName (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),
56 const char* fImportedName; member in struct:mach_o::trie::Node
104 newNode->fImportedName = importName;
106 newNode->fImportedName = NULL;
137 if ( fImportedName != NULL )
138 nodeSize += strlen(fImportedName);
166 if ( fImportedName != NULL ) {
168 uint32_t nodeSize = uleb128_size(fFlags) + uleb128_size(fOther) + strlen(fImportedName) + 1;
172 append_string(fImportedName, out);

Completed in 120 milliseconds