Searched refs:shared_cache_location (Results 1 – 1 of 1) sorted by relevance
116 const void *shared_cache_location = _dyld_get_shared_cache_range(&shared_cache_len); in build_faulting_shared_cache_address() local117 if (shared_cache_location == NULL || shared_cache_len == 0) { in build_faulting_shared_cache_address()131 fault_address = (uintptr_t)shared_cache_location; in build_faulting_shared_cache_address()133 fault_address = (uintptr_t)shared_cache_location + shared_cache_len + PAGE_SIZE; in build_faulting_shared_cache_address()135 fault_address = (uintptr_t)shared_cache_location - PAGE_SIZE; in build_faulting_shared_cache_address()