Searched refs:arm_thread_state64_get_pc (Results 1 – 4 of 4) sorted by relevance
87 void *func_pc = (void *)arm_thread_state64_get_pc(*state); in exc_handler_state_identity_protected()
241 void *pc = (void*)(arm_thread_state64_get_pc(*state) + 4); in catch_mach_exception_raise_state_identity()
265 void *pc = (void*)(arm_thread_state64_get_pc(*state) + advance_pc); in catch_mach_exception_raise_state_identity()
138 #define arm_thread_state64_get_pc(ts) \ macro