Lines Matching refs:hook
420 const void* hook = options[i].second; in ProcessSpecialOptions() local
421 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()
427 const void* hook = options[i].second; in ProcessSpecialOptions() local
428 if (hook == nullptr) { in ProcessSpecialOptions()
433 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
440 const void* hook = options[i].second; in ProcessSpecialOptions() local
441 if (hook == nullptr) { in ProcessSpecialOptions()
445 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions()
451 const void* hook = options[i].second; in ProcessSpecialOptions() local
452 if (hook == nullptr) { in ProcessSpecialOptions()
456 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions()