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

/macosx-10.10.1/dyld-353.2.1/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.cpp464 printf("toc_count=%d, data page count=%lld\n", slideInfoHeader->toc_count(), dataSize/4096);
466 for(int i=0; i < slideInfoHeader->toc_count(); ++i) {
H A Dupdate_dyld_shared_cache.cpp2755 const int toc_count = bitmapSize/entry_size; local
2756 int slideInfoSize = sizeof(dyldCacheSlideInfo<E>) + 2*toc_count + entry_size*(toc_count+1);
2760 slideInfo->set_toc_count(toc_count);
2761 slideInfo->set_entries_offset((slideInfo->toc_offset()+2*toc_count+127)&(-128));
2768 for (int i=0; i < toc_count; ++i) {
/macosx-10.10.1/xar-254/xar/lib/
H A Darchive.h85 size_t toc_count; /* current bytes read of the toc */ member in struct:__xar_t
H A Dio.c139 return XAR(x)->toc_count + sizeof(xar_header_t);
221 len = seekoff - XAR(x)->toc_count;
556 seekoff += XAR(xsource)->toc_count + sizeof(xar_header_t);
693 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.c1406 if ( ((!XAR(x)->offset) || (XAR(x)->offset == XAR(x)->readbuf_len)) && (XAR(x)->toc_count != XAR(x)->header.toc_length_compressed) ) {
1408 if( (XAR(x)->readbuf_len - off) + XAR(x)->toc_count > XAR(x)->header.toc_length_compressed )
1409 ret = xar_read_fd(XAR(x)->fd, XAR(x)->readbuf, XAR(x)->header.toc_length_compressed - XAR(x)->toc_count);
1418 XAR(x)->toc_count += ret;
H A Dsignature.c216 off_t seek_off = XAR(x)->toc_count + sizeof(xar_header_t) + offset;
/macosx-10.10.1/xnu-2782.1.97/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.c1691 for (;pageIndex < s_info->toc_count; pageIndex++) {
1737 if (pageIndex >= s_info->toc_count) {
1738 printf("No slide entry for this page in toc. PageIndex: %d Toc Count: %d\n", pageIndex, s_info->toc_count);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp3157 for(uint32_t i=0; i < slideInfoHeader->toc_count; ++i) {

Completed in 197 milliseconds