Searched refs:targetValue (Results 1 – 2 of 2) sorted by relevance
583 …uint64_t targetValue = (top8Bits << 13) | (((intptr_t)(bottom43Bits << 21) >> 21) & 0x00FFFFFFFFFF… in rebase_chain() local584 targetValue = targetValue + slide; in rebase_chain()585 *(uint64_t*)address = targetValue; in rebase_chain()
3254 uint64_t targetValue = (top8Bits << 13) | bottom43Bits; in vm_shared_region_slide_page_v3() local3255 value = targetValue + slide_amount; in vm_shared_region_slide_page_v3()