Searched refs:imagesEnd (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1376 const dyldCacheImageInfo<E>* imagesEnd = &imagesStart[header->imagesCount()]; local
1380 for(const dyldCacheImageInfo<E>* cacheEntry = imagesStart; cacheEntry < imagesEnd; ++cacheEntry) {
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp3415 const dyld_cache_image_info* const imagesEnd = &images[header->imagesCount]; local
3416 for (const dyld_cache_image_info* p = images; p < imagesEnd; ++p) {

Completed in 178 milliseconds