Lines Matching refs:hook
564 const void* hook = options[i].second; in ProcessSpecialOptions() local
565 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()
571 const void* hook = options[i].second; in ProcessSpecialOptions() local
572 if (hook == nullptr) { in ProcessSpecialOptions()
577 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
584 const void* hook = options[i].second; in ProcessSpecialOptions() local
585 if (hook == nullptr) { in ProcessSpecialOptions()
589 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
595 const void* hook = options[i].second; in ProcessSpecialOptions() local
596 if (hook == nullptr) { in ProcessSpecialOptions()
600 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()