Home
last modified time | relevance | path

Searched defs:_dyld_cache_header (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/osfmk/kern/
H A Ddebug.h176 struct _dyld_cache_header { struct
177 char magic[16]; // e.g. "dyld_v0 i386"
178 uint32_t mappingOffset; // file offset to first dyld_cache_mapping_info
179 uint32_t mappingCount; // number of dyld_cache_mapping_info entries
180 uint32_t imagesOffset; // file offset to first dyld_cache_image_info
181 uint32_t imagesCount; // number of dyld_cache_image_info entries
182 uint64_t dyldBaseAddress; // base address of dyld when cache was built
183 uint64_t codeSignatureOffset;// file offset of code signature blob
184 uint64_t codeSignatureSize; // size of code signature blob (zero means to end of file)
185 uint64_t slideInfoOffset; // file offset of kernel slid info
[all …]