Searched refs:arm_thread_state64_get_pc (Results 1 – 4 of 4) sorted by relevance
136 return arm_thread_state64_get_pc(*state); in get_exception_pc()160 void *pc = (void*)(arm_thread_state64_get_pc(*state) + advance_pc); in advance_exception_pc()
86 void *func_pc = (void *)arm_thread_state64_get_pc(*state); in exc_handler_state_identity_protected()
247 void *pc = (void*)(arm_thread_state64_get_pc(*state) + 4); in catch_mach_exception_raise_state_identity()
165 #define arm_thread_state64_get_pc(ts) \ macro