Searched refs:toc_count (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddyld_cache_format.h70 uint32_t toc_count; member in struct:dyld_cache_slide_info
74 // uint16_t toc[toc_count];
H A DCacheFileAbstraction.hpp130 uint32_t toc_count() const INLINE { return E::get32(fields.toc_count); }
131 void set_toc_count(uint32_t value) INLINE { E::set32(fields.toc_count, value); }
H A Ddyld_shared_cache_util.cpp404 printf("toc_count=%d, data page count=%lld\n", slideInfoHeader->toc_count(), dataSize/4096);
406 for(int i=0; i < slideInfoHeader->toc_count(); ++i) {
H A Dupdate_dyld_shared_cache.cpp2674 const int toc_count = bitmapSize/entry_size; local
2675 int slideInfoSize = sizeof(dyldCacheSlideInfo<E>) + 2*toc_count + entry_size*(toc_count+1);
2679 slideInfo->set_toc_count(toc_count);
2680 slideInfo->set_entries_offset((slideInfo->toc_offset()+2*toc_count+127)&(-128));
2687 for (int i=0; i < toc_count; ++i) {
/macosx-10.9.5/xar-202/xar/lib/
H A Darchive.h81 size_t toc_count; /* current bytes read of the toc */ member in struct:__xar_t
H A Dio.c187 len = seekoff - XAR(x)->toc_count;
425 seekoff += XAR(x)->toc_count + sizeof(xar_header_t);
526 seekoff += XAR(xsource)->toc_count + sizeof(xar_header_t);
663 seekoff += XAR(x)->toc_count + sizeof(xar_header_t);
H A Dutil.c110 return XAR(x)->toc_count + sizeof(xar_header_t);
H A Darchive.c1467 if ( ((!XAR(x)->offset) || (XAR(x)->offset == XAR(x)->readbuf_len)) && (XAR(x)->toc_count != XAR(x)->header.toc_length_compressed) ) {
1469 if( (XAR(x)->readbuf_len - off) + XAR(x)->toc_count > XAR(x)->header.toc_length_compressed )
1470 ret = xar_read_fd(XAR(x)->fd, XAR(x)->readbuf, XAR(x)->header.toc_length_compressed - XAR(x)->toc_count);
1483 XAR(x)->toc_count += ret;
H A Dsignature.c216 off_t seek_off = XAR(x)->toc_count + sizeof(xar_header_t) + offset;
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.h99 uint32_t toc_count; // number of entries in toc (same as number of pages in r/w mapping) member in struct:vm_shared_region_slide_info_entry
H A Dvm_shared_region.c1644 for (;pageIndex < s_info->toc_count; pageIndex++) {
1690 if (pageIndex >= s_info->toc_count) {
1691 printf("No slide entry for this page in toc. PageIndex: %d Toc Count: %d\n", pageIndex, s_info->toc_count);
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2999 for(uint32_t i=0; i < slideInfoHeader->toc_count; ++i) {

Completed in 207 milliseconds