]> git.saurik.com Git - apple/dyld.git/blobdiff - launch-cache/dyld_cache_format.h
dyld-551.3.tar.gz
[apple/dyld.git] / launch-cache / dyld_cache_format.h
index fd9d1c2b776a25c9af5dbdb7f712c5821fbce45a..57b5d074afc4621d52271a6d957e89dcc4644fcf 100644 (file)
@@ -54,6 +54,7 @@ struct dyld_cache_header
        uint64_t        imagesTextCount;                // number of dyld_cache_image_text_info entries
 };
 
+
 struct dyld_cache_mapping_info {
        uint64_t        address;
        uint64_t        size;
@@ -131,7 +132,6 @@ struct dyld_cache_image_text_info
        uint32_t        pathOffset;                             // offset from start of cache file
 };
 
-
 // The rebasing info is to allow the kernel to lazily rebase DATA pages of the
 // dyld shared cache.  Rebasing is adding the slide to interior pointers.
 struct dyld_cache_slide_info