Searched refs:slideInfoSize (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h43 uint64_t slideInfoSize; // size of kernel slid info member in struct:dyld_cache_header
H A DCacheFileAbstraction.hpp62 uint64_t slideInfoSize() const INLINE { return E::get64(fields.slideInfoSize); }
63 void set_slideInfoSize(uint64_t value) INLINE { E::set64(fields.slideInfoSize, value); }
H A Dupdate_dyld_shared_cache.cpp2756 int slideInfoSize = sizeof(dyldCacheSlideInfo<E>) + 2*toc_count + entry_size*(toc_count+1); local
2757 dyldCacheSlideInfo<E>* slideInfo = (dyldCacheSlideInfo<E>*)calloc(slideInfoSize, 1);
3103 if ( cacheHeader->slideInfoSize() != 0 ) {
3104 fprintf(fmap, " linkedit %4lluKB kernel slide info\n", (cacheHeader->slideInfoSize())/1024);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Ddebug.h192 uint64_t slideInfoSize; // size of kernel slid info member in struct:_dyld_cache_header
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp3097 int codeSignatureMappingIndex, long slide, void* slideInfo, unsigned long slideInfoSize)
3112 return syscall(438, fd, count, mappings, slide, slideInfo, slideInfoSize);
3303 if ( (header->mappingOffset >= 0x48) && (header->slideInfoSize != 0) ) {
3451 uint64_t slideInfoSize = 0; local
3453 if ( header->slideInfoSize != 0 ) {
3461 slideInfoSize = header->slideInfoSize;
3473 if (_shared_region_map_and_slide_np(fd, mappingCount, mappings, codeSignatureMappingIndex, cacheSlide, slideInfo, slideInfoSize) == 0) {
3096 _shared_region_map_and_slide_np(int fd, uint32_t count, const shared_file_mapping_np mappings[], int codeSignatureMappingIndex, long slide, void* slideInfo, unsigned long slideInfoSize) argument

Completed in 124 milliseconds