Lines Matching refs:hook
515 const void* hook = options[i].second; in ProcessSpecialOptions() local
516 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()
522 const void* hook = options[i].second; in ProcessSpecialOptions() local
523 if (hook == nullptr) { in ProcessSpecialOptions()
528 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
535 const void* hook = options[i].second; in ProcessSpecialOptions() local
536 if (hook == nullptr) { in ProcessSpecialOptions()
540 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
546 const void* hook = options[i].second; in ProcessSpecialOptions() local
547 if (hook == nullptr) { in ProcessSpecialOptions()
551 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()