Searched refs:signed_value (Results 1 – 1 of 1) sorted by relevance
2099 uint64_t signed_value = value->value.uint64; in SetRegisterValue() local2103 … signed_value = (uint64_t) ptrauth_strip((void*) signed_value, ptrauth_key_function_pointer); in SetRegisterValue()2104 …signed_value = (uint64_t) ptrauth_sign_unauthenticated((void*) signed_value, ptrauth_key_function_… in SetRegisterValue()2107 arm_thread_state64_set_pc_fptr (m_state.context.gpr, (void*) signed_value); in SetRegisterValue()2109 arm_thread_state64_set_lr_fptr (m_state.context.gpr, (void*) signed_value); in SetRegisterValue()