Searched defs:dyld_chained_ptr_64_kernel_cache_rebase (Results 1 – 1 of 1) sorted by relevance
201 struct dyld_chained_ptr_64_kernel_cache_rebase struct203 uint64_t target : 30, // basePointers[cacheLevel] + target204 cacheLevel : 2, // what level of cache to bind to (indexes a mach_header array)205 diversity : 16,206 addrDiv : 1,207 key : 2,208 next : 12, // 1 or 4-byte stide209 isAuth : 1; // 0 -> not authenticated. 1 -> authenticated