Home | History | Annotate | Download | only in runtime

Lines Matching full:hook

321       const void* hook = options[i].second;
322 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook));
328 const void* hook = options[i].second;
329 if (hook == nullptr) {
334 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook));
341 const void* hook = options[i].second;
342 if (hook == nullptr) {
346 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook));
352 const void* hook = options[i].second;
353 if (hook == nullptr) {
357 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook));