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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h85 uint32_t entriesOffset; // offset into this chunk of array of dyld_cache_local_symbols_entry member in struct:dyld_cache_local_symbols_info
H A DCacheFileAbstraction.hpp171 uint32_t entriesOffset() const INLINE { return E::get32(fields.entriesOffset); }
172 void set_entriesOffset(uint32_t value) INLINE { E::set32(fields.entriesOffset, value); }
H A Ddsc_extractor.cpp231 dyldCacheLocalSymbolEntry<E>* entries = (dyldCacheLocalSymbolEntry<E>*)(((uint8_t*)mapped_cache) + header->localSymbolsOffset() + localInfo->entriesOffset());
H A Dupdate_dyld_shared_cache.cpp2814 const uint32_t entriesOffset = sizeof(dyldCacheLocalSymbolsInfo<E>); local
2816 const uint32_t nlistOffset = entriesOffset + entriesCount * sizeof(dyldCacheLocalSymbolEntry<E>);
2828 infoHeader->set_entriesOffset(entriesOffset);
2831 dyldCacheLocalSymbolEntry<E>* entries = (dyldCacheLocalSymbolEntry<E>*)(&inMemoryCache[localSymbolsOffset+entriesOffset]);

Completed in 112 milliseconds