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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h86 uint32_t entriesCount; // number of elements in dyld_cache_local_symbols_entry array member in struct:dyld_cache_local_symbols_info
H A DCacheFileAbstraction.hpp174 uint32_t entriesCount() const INLINE { return E::get32(fields.entriesCount); }
175 void set_entriesCount(uint32_t value) INLINE { E::set32(fields.entriesCount, value); }
H A Ddsc_extractor.cpp233 const uint32_t entriesCount = localInfo->entriesCount(); local
234 for (uint32_t i=0; i < entriesCount; ++i) {
H A Dupdate_dyld_shared_cache.cpp2815 const uint32_t entriesCount = fLocalSymbolInfos.size(); local
2816 const uint32_t nlistOffset = entriesOffset + entriesCount * sizeof(dyldCacheLocalSymbolEntry<E>);
2829 infoHeader->set_entriesCount(entriesCount);
2832 for (int i=0; i < entriesCount; ++i) {

Completed in 101 milliseconds