Searched defs:dyld_chained_ptr_64_kernel_cache_rebase (Results 1 – 1 of 1) sorted by relevance
174 struct dyld_chained_ptr_64_kernel_cache_rebase struct176 uint64_t target : 30, // basePointers[cacheLevel] + target177 cacheLevel : 2, // what level of cache to bind to (indexes a mach_header array)178 diversity : 16,179 addrDiv : 1,180 key : 2,181 next : 12, // 1 or 4-byte stide182 isAuth : 1; // 0 -> not authenticated. 1 -> authenticated