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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h84 uint32_t stringsSize; // byte count of string pool member in struct:dyld_cache_local_symbols_info
H A DCacheFileAbstraction.hpp168 uint32_t stringsSize() const INLINE { return E::get32(fields.stringsSize); }
169 void set_stringsSize(uint32_t value) INLINE { E::set32(fields.stringsSize, value); }
H A Dupdate_dyld_shared_cache.cpp2819 const uint32_t stringsSize = fUnmappedLocalsStringPool.size(); local
2820 if ( stringsOffset+stringsSize > spaceAtEnd )
2822 getpid(), fArchGraph->archName(), spaceAtEnd, stringsOffset+stringsSize);
2827 infoHeader->set_stringsSize(stringsSize);
2840 memcpy(&inMemoryCache[localSymbolsOffset+stringsOffset], fUnmappedLocalsStringPool.getBuffer(), stringsSize);
2843 fUnmappedLocalSymbolsSize = pageAlign(stringsOffset + stringsSize);
2849 cacheHeader->set_localSymbolsSize(stringsOffset+stringsSize);
H A Ddsc_extractor.cpp240 localStringsEnd = &localStrings[localInfo->stringsSize()];

Completed in 128 milliseconds