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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h81 uint32_t nlistOffset; // offset into this chunk of nlist entries member in struct:dyld_cache_local_symbols_info
H A DCacheFileAbstraction.hpp159 uint32_t nlistOffset() const INLINE { return E::get32(fields.nlistOffset); }
160 void set_nlistOffset(uint32_t value) INLINE { E::set32(fields.nlistOffset, value); }
H A Ddsc_extractor.cpp232 macho_nlist<P>* allLocalNlists = (macho_nlist<P>*)(((uint8_t*)localInfo) + localInfo->nlistOffset());
H A Dupdate_dyld_shared_cache.cpp2816 const uint32_t nlistOffset = entriesOffset + entriesCount * sizeof(dyldCacheLocalSymbolEntry<E>); local
2818 const uint32_t stringsOffset = nlistOffset + nlistCount * sizeof(macho_nlist<P>);
2824 infoHeader->set_nlistOffset(nlistOffset);
2838 memcpy(&inMemoryCache[localSymbolsOffset+nlistOffset], &fUnmappedLocalSymbols[0], nlistCount*sizeof(macho_nlist<P>));

Completed in 246 milliseconds