Home
last modified time | relevance | path

Searched refs:func_pc (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/tests/ipc/
H A Dhardened_exceptions.c87 void *func_pc = (void *)arm_thread_state64_get_pc(*state); in exc_handler_state_identity_protected() local
90 func_pc = ptrauth_strip(func_pc, ptrauth_key_function_pointer); in exc_handler_state_identity_protected()
91 func_pc += 4; in exc_handler_state_identity_protected()
93 func_pc = ptrauth_sign_unauthenticated(func_pc, ptrauth_key_function_pointer, pc_discriminator); in exc_handler_state_identity_protected()
97 arm_thread_state64_set_pc_presigned_fptr(*state, func_pc); in exc_handler_state_identity_protected()
100 arm_thread_state64_set_lr_presigned_fptr(*state, func_pc); in exc_handler_state_identity_protected()