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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h83 uint32_t stringsOffset; // offset into this chunk of string pool member in struct:dyld_cache_local_symbols_info
H A DCacheFileAbstraction.hpp165 uint32_t stringsOffset() const INLINE { return E::get32(fields.stringsOffset); }
166 void set_stringsOffset(uint32_t value) INLINE { E::set32(fields.stringsOffset, value); }
H A Dupdate_dyld_shared_cache.cpp2818 const uint32_t stringsOffset = nlistOffset + nlistCount * sizeof(macho_nlist<P>); local
2820 if ( stringsOffset+stringsSize > spaceAtEnd )
2822 getpid(), fArchGraph->archName(), spaceAtEnd, stringsOffset+stringsSize);
2826 infoHeader->set_stringsOffset(stringsOffset);
2840 memcpy(&inMemoryCache[localSymbolsOffset+stringsOffset], fUnmappedLocalsStringPool.getBuffer(), stringsSize);
2843 fUnmappedLocalSymbolsSize = pageAlign(stringsOffset + stringsSize);
2849 cacheHeader->set_localSymbolsSize(stringsOffset+stringsSize);
H A Ddsc_extractor.cpp239 localStrings = ((char*)localInfo) + localInfo->stringsOffset();
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpackage.cpp552 int32_t stringsOffset=4+8*itemCount; local
553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
556 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
566 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
583 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset;
639 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset;

Completed in 112 milliseconds