Searched refs:slideInfoOffset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h42 uint64_t slideInfoOffset; // file offset of kernel slid info member in struct:dyld_cache_header
H A DCacheFileAbstraction.hpp59 uint64_t slideInfoOffset() const INLINE { return E::get64(fields.slideInfoOffset); }
60 void set_slideInfoOffset(uint64_t value) INLINE { E::set64(fields.slideInfoOffset, value); }
H A Ddyld_shared_cache_util.cpp454 if ( header->slideInfoOffset() == 0 ) {
462 const dyldCacheSlideInfo<LittleEndian>* slideInfoHeader = (dyldCacheSlideInfo<LittleEndian>*)((char*)options.mappedCache+header->slideInfoOffset());
H A Dupdate_dyld_shared_cache.cpp2806 memcpy(&inMemoryCache[cacheHeader->slideInfoOffset()], slideInfo, slideInfoPageSize);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Ddebug.h191 uint64_t slideInfoOffset; // file offset of kernel slid info member in struct:_dyld_cache_header
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp3460 slideInfo = (void*)(long)(mappings[readOnlyMappingIndex].sfm_address + (header->slideInfoOffset - mappings[readOnlyMappingIndex].sfm_file_offset));

Completed in 107 milliseconds