Searched refs:hook_abort (Results 1 – 1 of 1) sorted by relevance
522 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions() local524 runtime_options->Set(M::HookAbort, hook_abort); in ProcessSpecialOptions()526 hook_abort_ = hook_abort; in ProcessSpecialOptions()