Searched defs:_dyld_cache_header (Results 1 – 1 of 1) sorted by relevance
163 struct _dyld_cache_header { struct164 char magic[16]; // e.g. "dyld_v0 i386"165 uint32_t mappingOffset; // file offset to first dyld_cache_mapping_info166 uint32_t mappingCount; // number of dyld_cache_mapping_info entries167 uint32_t imagesOffset; // file offset to first dyld_cache_image_info168 uint32_t imagesCount; // number of dyld_cache_image_info entries169 uint64_t dyldBaseAddress; // base address of dyld when cache was built170 uint64_t codeSignatureOffset;// file offset of code signature blob171 uint64_t codeSignatureSize; // size of code signature blob (zero means to end of file)172 uint64_t slideInfoOffset; // file offset of kernel slid info[all …]