Searched defs:_dyld_cache_header (Results 1 – 1 of 1) sorted by relevance
177 struct _dyld_cache_header { struct184 uint64_t codeSignatureOffset;// file offset of code signature blob186 uint64_t slideInfoOffset; // file offset of kernel slid info187 uint64_t slideInfoSize; // size of kernel slid info189 uint64_t localSymbolsSize; // size of local symbols information191 uint64_t cacheType; // 0 for development, 1 for production193 uint32_t branchPoolsCount; // number of uint64_t entries195 uint64_t accelerateInfoSize; // size of optimization info206 uint32_t platform; // platform number (macOS=1, etc)207 uint32_t formatVersion : 8,// dyld3::closure::kFormatVersion[all …]