Lines Matching refs:hook
567 const void* hook = options[i].second; in ProcessSpecialOptions() local
568 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()
574 const void* hook = options[i].second; in ProcessSpecialOptions() local
575 if (hook == nullptr) { in ProcessSpecialOptions()
580 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
587 const void* hook = options[i].second; in ProcessSpecialOptions() local
588 if (hook == nullptr) { in ProcessSpecialOptions()
592 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
598 const void* hook = options[i].second; in ProcessSpecialOptions() local
599 if (hook == nullptr) { in ProcessSpecialOptions()
603 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()