Home
last modified time | relevance | path

Searched refs:gProtectedData (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc76 } gProtectedData; variable
185 gProtectedData.handler->WriteMinidumpWithException( in SignalHandler()
201 if (gProtectedData.handler != NULL) in InstallHandlers()
215 gProtectedData.handler = this; in InstallHandlers()
217 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandlers()
218 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandlers()
232 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ | PROT_WRITE); in UninstallHandlers()
234 gProtectedData.handler = NULL; in UninstallHandlers()
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc84 } gProtectedData; variable
621 gProtectedData.handler->WriteMinidumpWithException( in SignalHandler()
637 if (gProtectedData.handler != NULL) { in InstallHandler()
653 gProtectedData.handler = this; in InstallHandler()
655 assert(((size_t)(gProtectedData.protected_buffer) & PAGE_MASK) == 0); in InstallHandler()
656 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ); in InstallHandler()
700 mprotect(gProtectedData.protected_buffer, PAGE_SIZE, in UninstallHandler()
704 gProtectedData.handler = NULL; in UninstallHandler()