Searched refs:arm_thread_state64_get_pc (Results 1 – 3 of 3) sorted by relevance
238 void *pc = (void*)(arm_thread_state64_get_pc(*state) + 4); in catch_mach_exception_raise_state_identity()
224 void *pc = (void*)(arm_thread_state64_get_pc(*state) + advance_pc); in catch_mach_exception_raise_state_identity()
129 #define arm_thread_state64_get_pc(ts) \ macro